public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/3] Fix some sanitizer errors
 2021-05-06 17:23 UTC  (7+ messages)
` [PATCH 1/3] Add virtual destructor to dwarf2_per_cu_data
` [PATCH 2/3] Fix buffer underflow in add_path
` [PATCH 3/3] Fix ubsan build

[PATCH] gdb.texinfo: Expand documentation for debuginfod
 2021-05-06 17:18 UTC  (3+ messages)

[PATCH] gdb: make inferior::args a unique_xmalloc_ptr
 2021-05-06 17:17 UTC  (3+ messages)

[PATCH 1/4] gdb: remove target description macros
 2021-05-06 16:49 UTC  (4+ messages)
` [PATCH 2/4] gdb: change target_desc_info::fetched to bool
` [PATCH 3/4] gdb: (de-)allocate target_desc_info with new/delete
` [PATCH 4/4] gdb: make target_desc_info::filename an std::string

[PATCH] Avoid crash with GCC trunk
 2021-05-06 16:42 UTC 

[PATCH 1/5] gdb: make target_close check that the target isn't pushed in all inferiors
 2021-05-06 16:35 UTC  (9+ messages)
` [PATCH 2/5] gdb: remove reference to current inferior in target_stack::unpush
` [PATCH 3/5] gdb: call target_follow_exec when "set follow-exec-mode" is "same"
` [PATCH 4/5] gdb: on exec, delegate pushing / unpushing target and adding thread to target_ops::follow_exec
` [PATCH 5/5] gdb: maybe unpush target from old inferior in inf_child_target::follow_exec

[PATCH][gdb/symtab] Fix infinite recursion in dwarf2_cu::get_builder()
 2021-05-06 15:42 UTC  (5+ messages)

[PATCH] gdbserver/server: make some functions void
 2021-05-06 13:04 UTC  (2+ messages)

[PATCH 0/2] Fix crash when printing watchpoints using guile API
 2021-05-06  9:59 UTC  (6+ messages)
` [PATCH 1/2] gdb/testsuite: resolve duplicate test names in gdb.guile/scm-breakpoint.exp
` [PATCH 2/2] gdb/guile: don't try to print location for watchpoints

[PATCH v3 0/4] Multi-context invalid breakpoint conditions and MI
 2021-05-06  8:50 UTC  (8+ messages)
` [PATCH v4 0/2] "
  ` [PATCH v4 1/2] gdb/mi: add a '--force-condition' flag to the '-break-insert' cmd
  ` [PATCH v4 2/2] gdb/mi: add a '--force' flag to the '-break-condition' command

sim: h8300 predec special case test
 2021-05-06  8:14 UTC  (3+ messages)

[PATCH] gdb/riscv: add support for vector registers in target descriptions
 2021-05-06  7:26 UTC  (3+ messages)

[PATCH] gdb/guile: perform tilde expansion when sourcing guile scripts
 2021-05-06  2:32 UTC  (8+ messages)
  ` [PATCHv2 0/2] "
    ` [PATCHv2 1/2] "
    ` [PATCHv2 2/2] gdb/guile: Have gdbscm_safe_source_script return a unique_ptr

[RFC PATCH] gdb: fix eval.c assert during inferior exit event
 2021-05-06  1:59 UTC  (2+ messages)

[PATCH] debuginfod-support.c: Use long-lived debuginfod_client
 2021-05-06  0:55 UTC  (3+ messages)

[PATCH/committed] sim: rl78: clean up various warnings
 2021-05-05 23:06 UTC  (8+ messages)
  ` [PATCH] sim: m32c/rl78/rx: fix command parsing
      ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH 1/2] [pr gdb/19447] sim: mips: Only truncate sign extension bits for 32-bit target models
 2021-05-05 15:47 UTC  (2+ messages)
` [PATCH 2/2] [pr gdb/19447] sim: mips: Add shadow mappings for 32-bit memory address space

[PATCH] gdb: update Type.fields doc based on actual GDB behavior
 2021-05-05 14:35 UTC  (7+ messages)

[committed][gdb/testsuite] Fix timeout in gdb.threads/detach-step-over.exp with readnow
 2021-05-05 13:14 UTC 

[PATCH 1/2] [pr gdb/19447] sim: mips: Only truncate sign extension bits for 32-bit target models
 2021-05-05 12:18 UTC  (2+ messages)
` [PATCH 2/2] [pr gdb/19447] sim: mips: Add shadow mappings for 32-bit memory address space

[committed][gdb/testsuite] Fix gdb.threads/fork-plus-threads.exp with readnow
 2021-05-05  7:08 UTC 

[PATCH] gdb, btrace, pt: ignore status update enable events
 2021-05-05  5:46 UTC 

[PATCH 1/4] sim: cgen: tweak initializers to avoid warnings
 2021-05-05  2:07 UTC  (4+ messages)
` [PATCH 2/4] sim: cgen: tweak cgen_rtx_error to fix warnings
` [PATCH 3/4] sim: cgen: namespace mode_names a bit
` [PATCH 4/4] sim: cgen: tweak trace format

[PATCH] sim: mips: include stdlib.h for memory prototypes
 2021-05-05  2:04 UTC 

[PATCH] sim: m68hc11: tweak types to fix warnings
 2021-05-05  1:50 UTC 

[PATCH 1/2] [pr gdb/19447] sim: mips: Only truncate sign extension bits for 32-bit target models
 2021-05-04 23:21 UTC  (2+ messages)
` [PATCH 2/2] [pr gdb/19447] sim: mips: Add shadow mappings for 32-bit memory address space

[PATCH] gnulib: import getline
 2021-05-04 21:22 UTC  (19+ messages)

[PATCH 0/3] Some minor sim fixes
 2021-05-04 19:17 UTC  (8+ messages)
` [PATCH 1/3] Add config.h to generated_files for sim
` [PATCH 2/3] Fix igen build
` [PATCH 3/3] Add missing stdlib.h includes to sim

[PATCH] gdb: try to load libthread_db only after reading all shared libraries when attaching
 2021-05-04 18:02 UTC  (2+ messages)
` [PATCH v2] gdb: try to load libthread_db only after reading all shared libraries when attaching / handling a fork child

[RFP] Toolchains and Kernel MC in LPC 2021
 2021-05-04 16:26 UTC 

[pushed] gdb/testsuite: adjust gdb.python/flexible-array-member.exp expected pattern
 2021-05-04 15:21 UTC 

[PATCH] gnulib: import gendocs
 2021-05-04 15:18 UTC  (2+ messages)

[PATCH] gdb: add one-page manual support
 2021-05-04 15:16 UTC  (2+ messages)

RFC: Changing AC_PROG_CC to AC_PROG_CC_C99 in top level configure
 2021-05-04 15:16 UTC  (10+ messages)

[PATCH 1/2] sim: mips: delete unused constant variables
 2021-05-04 12:42 UTC  (2+ messages)
` [PATCH 2/2] sim: mips: always enable device models

[PATCH] sim: mcore: fix build time warnings
 2021-05-04 12:36 UTC 

[PATCH] sim: remove sys/times.h in most places
 2021-05-04 12:36 UTC 

[PATCH/committed] sim: rx: cast bfd_vma when printing
 2021-05-04 12:17 UTC  (7+ messages)
          ` [PATCH/committed] sim: clean up bfd_vma printing

[PATCH v2] nptl_db: Support different libpthread/ld.so load orders (bug 27744)
 2021-05-04 11:48 UTC  (7+ messages)

[PATCH][gdb/guile] Don't allow libguile to change libgmp mem fns
 2021-05-04  8:27 UTC  (5+ messages)

[PATCH v2] gdb/python: add a 'connection_num' attribute to Inferior objects
 2021-05-04  8:22 UTC  (4+ messages)

[pushed] Fix x86_64 mingw build
 2021-05-03 18:41 UTC 

[PATCH] sim: add ATTRIBUTE_PRINTF / ATTRIBUTE_NULL_PRINTF where necessary
 2021-05-03 14:55 UTC  (5+ messages)

[PATCH] gdb/testsuite: update expected results in gdb.python/py-startup-opt.exp
 2021-05-03 11:23 UTC  (3+ messages)

[PATCH] [gdb.fortran] Add type info of formal parameter for clang in ptype-on-functions.exp
 2021-05-03  6:36 UTC  (6+ messages)

[PATCH/committed] sim: options: increase max option count
 2021-05-02 20:42 UTC  (3+ messages)
` [PATCH/committed] sim: options: fix --help output

[PATCH 0/7] New options to control how Python is initialized
 2021-05-02 18:15 UTC  (7+ messages)
` [PATCH 7/7] gdb: startup commands to control Python extension language

[PATCH] sim: add default cases to two switches in sim-options.c
 2021-05-02 15:06 UTC  (3+ messages)

[patch] Fix LD_PRELOAD=/usr/lib64/libasan.so.6 gdb
 2021-05-02 14:41 UTC  (5+ messages)

[PATCH] sim: replace custom attributes with ansidecl.h
 2021-05-02 13:32 UTC  (2+ messages)

[PATCH] sim: hw: localize init callback
 2021-05-02  3:40 UTC 

[PATCH] sim: mips: fix qh_acc table
 2021-05-02  1:18 UTC 

[PATCH/committed] sim: mips: mark local func static
 2021-05-02  1:16 UTC 

[PATCH] sim: add support for build-time ar & ranlib
 2021-05-01 21:53 UTC 

[PATCH/committed] sim: nrun: add local strsignal prototype
 2021-05-01 20:44 UTC 

[PATCH/committed] sim: riscv: fix building on 32-bit hosts w/out int128
 2021-05-01 20:27 UTC 

[PATCH/committed] sim: aarch64: use PRIx64 for formatting 64-bit types
 2021-05-01 20:25 UTC 

[PATCH/committed] sim: aarch64: fix 64-bit immediate shifts
 2021-05-01 20:23 UTC 

[PATCH] gdb: lm32: drop unused sim headers
 2021-05-01 16:48 UTC 

[PATCH v5 0/7] extend branch tracing to use ARM CoreSight traces
 2021-05-01 11:53 UTC  (4+ messages)
` [PATCH v5 1/7] configure gdb build system for supporting btrace on arm processors

Proposal: format GDB Python files with black
 2021-05-01  6:42 UTC  (8+ messages)

123456767
 2021-04-30 23:52 UTC 

[PATCH 00/43 V2] Allow location description on the DWARF stack
 2021-04-30 21:24 UTC  (3+ messages)
` [PATCH 19/43] Add new memory access interface to expr.c

[PATCH 0/2] Simplify type unit reading
 2021-04-30 20:09 UTC  (2+ messages)

[PATCH] Allocate dwarf2_per_cu_data with 'new'
 2021-04-30 20:09 UTC  (2+ messages)

[PATCH] gdb: re-format Python files using black 21.4b0
 2021-04-30 19:44 UTC  (2+ messages)

[PATCH v4 0/3] Guile: add value-{reference,const}-value
 2021-04-30 16:37 UTC  (3+ messages)

[PATCH 0/5] Share more Windows code between gdb and gdbserver
 2021-04-30 16:22 UTC  (2+ messages)

[PATCH] Use rvalue reference in thread_pool::post_task
 2021-04-30 16:04 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).