public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v3 0/5] gdb: introduce limited array lengths while printing values
 2023-01-23 23:00 UTC 

[PATCH 0/2] Suppress some FAILs
 2023-01-23 22:02 UTC  (3+ messages)
` [PATCH 1/2] Don't let .gdb_history file cause failures
` [PATCH 2/2] Avoid FAILs in gdb.compile

[PATCH 1/2] fix for gdb.reverse/finish-precsave.exp and gdb.reverse/finish-reverse.exp
 2023-01-23 21:13 UTC  (24+ messages)
              ` [PATCH 1/2 version 2] "
                  ` [PATCH 1/2 version 3] "
              ` [PATCH 2/2 version 2] "
                                        ` [PATCH 2/2 version 3] "

[PATCH 0/8] Use 'require' even more
 2023-01-23 20:08 UTC  (12+ messages)
` [PATCH 1/8] Convert skip_altivec_tests to allow form
` [PATCH 2/8] Rename skip_float_test "
` [PATCH 3/8] Rename skip_power_isa_3_1_tests "
` [PATCH 4/8] Rename skip_vsx_tests "
` [PATCH 5/8] Use require with istarget
` [PATCH 6/8] Introduce and use is_any_target
` [PATCH 7/8] Add unsupported calls where needed
` [PATCH 8/8] Use require with is_remote

[PATCH v4 0/3] Apply fixme notes for multi-target support
 2023-01-23 17:46 UTC  (7+ messages)
` [PATCH v4 1/3] gdb: Make global feature array a per-remote target array
` [PATCH v4 2/3] gdb: Add per-remote target variables for memory read and write config
` [PATCH v4 3/3] gdb: Remove workaround for the vCont packet

[pushed] [gdb/testsuite] Fix untested in gdb.base/frame-view.exp
 2023-01-23 16:29 UTC  (3+ messages)

[PATCH] gdb: Ignore some stringop-overflow and restrict warnings on sparc
 2023-01-23 16:17 UTC  (3+ messages)

[PATCH v2 00/13] Make frame_info_ptr automatic
 2023-01-23 14:34 UTC  (6+ messages)
` [PATCH v2 11/13] gdb: make user-created frames reinflatable

[PATCH 0/4] [gdb] Test-case gdb.base/unwind-on-each-insn.exp improvements
 2023-01-23 12:09 UTC  (12+ messages)
` [PATCH 1/4] [gdb/testsuite] Simplify gdb.base/unwind-on-each-insn.exp
` [PATCH 2/4] [gdb/testsuite] Improve gdb.base/unwind-on-each-insn.exp
` [PATCH 3/4] [gdb/tdep, aarch64] Fix frame address of last insn in leaf function
` [PATCH 4/4] [gdb/testsuite] Analyze non-leaf fn in gdb.base/unwind-on-each-insn.exp

[pushed] [gdb/testsuite] Avoid using .eh_frame in gdb.base/unwind-on-each-insn.exp
 2023-01-23 10:55 UTC 

[PING] [PATCH v7 00/10] Extensions for PTWRITE
 2023-01-23 10:47 UTC  (2+ messages)

[PATCH v2] [PR python/29603] Disable out-of-scope watchpoints
 2023-01-23 10:15 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] Support DW_TAG_GNU_formal_parameter_pack and DW_TAG_GNU_template_parameter_pack
 2023-01-23 10:00 UTC  (2+ messages)
  ` Fwd: "

[pushed] Remove path name from test
 2023-01-22 21:28 UTC 

[pushed] Minor cleanup in gdb.btrace/enable.exp
 2023-01-22 21:27 UTC 

[pushed] Minor fixup in allow_aarch64_sve_tests
 2023-01-22 21:26 UTC 

[PATCH] Always create a new value object in valpy_do_cast
 2023-01-22 20:50 UTC  (4+ messages)

[PATCH] gdb: some int to unsigned int conversion
 2023-01-22 17:38 UTC  (5+ messages)
` [PATCH v2] gdb: some int to bool conversion

[PATCH 0/2] Reduce includes of block.h
 2023-01-21 21:09 UTC  (3+ messages)
` [PATCH 1/2] Don't include block.h from expop.h
` [PATCH 2/2] Remove block.h includes from some tdep files

[PATCH v8 0/6] gdb: split array and string limiting options
 2023-01-21 19:29 UTC  (25+ messages)
` [PATCH v8 2/6] GDB: Add missing inline documentation for `add_setshow_cmd_full'
    ` [COMMITTED PATCH v9 2.0/6] "
      ` [COMMITTED PATCH v9 2.1/6] GDB: Correct inline documentation for `add_setshow_cmd_full_erased'
      ` [COMMITTED PATCH v9 2.2/6] GDB: Add missing inline documentation for `add_setshow_cmd_full'
` [PATCH v8 3/6] GDB: Add references to erased args in cli-decode.c
` [PATCH v8 4/6] GDB: Allow arbitrary keywords in integer set commands
      ` [COMMITTED PATCH v9 "
` [PATCH v8 5/6] GDB: Add a character string limiting option
      ` [COMMITTED PATCH v9 "
` [PATCH v8 6/6] GDB/testsuite: Expand for character string limiting options
      ` [COMMITTED PATCH v9 "

[RFC] [gdb/tdep] Assume epilogue unwind info is valid unless gcc < 4.5.0
 2023-01-21 17:48 UTC  (2+ messages)

GDB 13 release -- 2023-01-21 Update
 2023-01-21  6:08 UTC 

[PATCH 00/27] C++-ify struct block
 2023-01-20 21:46 UTC  (28+ messages)
` [PATCH 01/27] Rearrange block.c to avoid a forward declaration
` [PATCH 02/27] Avoid extra allocations in block
` [PATCH 03/27] Don't allow NULL as an argument to block_scope
` [PATCH 04/27] Don't allow NULL as an argument to block_using
` [PATCH 05/27] Don't allow NULL as an argument to block_static_block
` [PATCH 06/27] Don't allow NULL as an argument to block_global_block
` [PATCH 07/27] Convert block_objfile to method
` [PATCH 08/27] Convert block_gdbarch "
` [PATCH 09/27] Convert block_inlined_p "
` [PATCH 10/27] Convert more block functions to methods
` [PATCH 11/27] Convert block_linkage_function to method
` [PATCH 12/27] Convert block_containing_function "
` [PATCH 13/27] Convert block_static_block and block_global_block to methods
` [PATCH 14/27] Convert set_block_compunit_symtab to method
` [PATCH 15/27] Convert block_static_link "
` [PATCH 16/27] Store 'name' in block_iterator
` [PATCH 17/27] Combine both styles of block iterator
` [PATCH 18/27] Introduce a block iterator wrapper
` [PATCH 19/27] Convert explicit iterator uses to foreach
` [PATCH 20/27] Remove ALL_BLOCK_SYMBOLS_WITH_NAME
` [PATCH 21/27] Remove ALL_BLOCK_SYMBOLS
` [PATCH 22/27] Fix memory leak in mdebugread.c
` [PATCH 23/27] Use 'new' for block and global_block
` [PATCH 24/27] Have global_block inherit from block
` [PATCH 25/27] Remove allocate_block and allocate_global_block
` [PATCH 26/27] Make block members 'private'
` [PATCH 27/27] Convert contained_in to method

[PATCH v3 1/2] gdb: dwarf2 generic implementation for caching function data
 2023-01-20 19:59 UTC  (8+ messages)
` [PATCH v3 2/2] gdb/arm: Use new dwarf2 function cache

[PATCH] Constify notif_client
 2023-01-20 17:50 UTC  (2+ messages)

[PATCH] gdb/arm: Fix backtrace for pthread_cond_timedwait
 2023-01-20 17:41 UTC  (8+ messages)
` [PING] "
        ` [PATCH v2] "

[pushed] gdb: remove struct trad_frame forward declaration
 2023-01-20 17:35 UTC 

[PATCH] Use bool in pc_in_* functions
 2023-01-20 17:09 UTC  (2+ messages)

[PATCH] Make gdb.ada/ptype_tagged_param.exp pass
 2023-01-20 17:05 UTC  (3+ messages)

[PATCH 1/2] gdb/testsuite: add test for negative subrange bounds with unsigned form
 2023-01-20 16:51 UTC  (6+ messages)
` [PATCH 2/2] gdb/dwarf: fix UBsan crash in read_subrange_type

[PATCH] Add __repr__() implementation to a few Python types
 2023-01-20 16:45 UTC  (5+ messages)

[PATCH] 0001-Fix-multi-thread-debug-bug-in-AIX.patch
 2023-01-20 14:44 UTC  (27+ messages)

[RFC] Deprecate stabs
 2023-01-20 13:47 UTC  (4+ messages)

[PATCH v2 0/5] gdb: introduce limited array lengths while printing values
 2023-01-20 13:41 UTC  (4+ messages)
` [PATCH v2 1/5] GDB: Ignore `max-value-size' setting with value history accesses

[PATCH 0/6] Inferior specific breakpoints
 2023-01-20 13:25 UTC  (14+ messages)
` [PATCH 5/6] gdb: add inferior-specific breakpoints and watchpoints
` [PATCHv2 0/6] Inferior specific breakpoints
  ` [PATCHv2 1/6] gdb/remote: announce thread exit events for remote targets
  ` [PATCHv2 2/6] gdb/testsuite: don't try to set non-stop mode on a running target
  ` [PATCHv2 3/6] gdb: fix display of thread condition for multi-location breakpoints
  ` [PATCHv2 4/6] gdb: error if 'thread' or 'task' keywords are overused
  ` [PATCHv2 5/6] gdb: add inferior-specific breakpoints and watchpoints
  ` [PATCHv2 6/6] gdb: convert the 'start' breakpoint to use inferior keyword

[PATCHv5] gdb: handle loading shared libraries from /proc/self/fd/
 2023-01-20 12:33 UTC  (2+ messages)
` [PATCHv6] "

[PATCH] gdb/c++: fix handling of breakpoints on @plt symbols
 2023-01-20 11:48 UTC  (2+ messages)
` [PATCHv2] "

[PATCH 00/12] Infcalls from B/P conditions in multi-threaded inferiors
 2023-01-20  9:46 UTC  (31+ messages)
` [PATCHv2 00/13] "
  ` [PATCHv2 01/13] gdb/doc: extended documentation for inferior function calls
  ` [PATCHv2 02/13] gdb/doc: extend the documentation for conditional breakpoints
  ` [PATCHv2 03/13] gdb: include breakpoint number in testing condition error message
  ` [PATCHv2 04/13] gdbserver: allows agent_mem_read to return an error code
  ` [PATCHv2 05/13] gdbserver: allow agent expressions to fail with invalid memory access
  ` [PATCHv2 06/13] gdb: avoid repeated signal reporting during failed conditional breakpoint
  ` [PATCHv2 07/13] gdb: don't always print breakpoint location after failed condition check
  ` [PATCHv2 08/13] Revert "gdb: remove unnecessary parameter wait_ptid from do_target_wait"
  ` [PATCHv2 09/13] gdb: fix b/p conditions with infcalls in multi-threaded inferiors
  ` [PATCHv2 10/13] gdb: add timeouts for inferior function calls
  ` [PATCHv2 11/13] gdb/remote: avoid SIGINT after calling remote_target::stop
  ` [PATCHv2 12/13] gdb: introduce unwind-on-timeout setting

[PATCH] Use "maint ignore-probes" in no-libstdcxx-probe.exp
 2023-01-19 22:03 UTC  (2+ messages)

[Bug binutils/30022] concurrent builds can fail
 2023-01-19 20:32 UTC  (9+ messages)
` [PATCH 1/7] bfd: build with mktemp
` [PATCH 2/7] binutils: "
` [PATCH 3/7] gas: "
` [PATCH 4/7] gold: "
` [PATCH 5/7] gprof: "
` [PATCH 6/7] ld: "
` [PATCH 7/7] opcodes: "

[PATCH] [AArch64] Enable pointer authentication support for aarch64 bare metal/kernel mode addresses
 2023-01-19 18:35 UTC  (5+ messages)

[pushed] Remove some unused includes
 2023-01-19 18:09 UTC 

[PATCH 0/6] Change how symbol section indices are set
 2023-01-19 13:36 UTC  (6+ messages)
` [PATCH 3/6] Pass section index to start_compunit_symtab

[PATCH] [gdb/tdep, aarch64] Remove fp and sp reg aliases, add x31 reg alias
 2023-01-19 12:47 UTC  (2+ messages)

[pushed] [gdb/testsuite] Fix gdb.python/py-value-cc.exp for big endian
 2023-01-19 12:44 UTC 

[PATCH v2] gdb: defer warnings when loading separate debug files
 2023-01-19 11:38 UTC  (4+ messages)

[PATCH 0/4] v2 gdb/arm: Fixes for Cortex-M stack unwinding
 2023-01-19 10:31 UTC  (4+ messages)
` [PATCH v2 3/4] gdb: dwarf2 generic implementation for caching function data

[PATCH] sim: info: convert verbose field to a bool
 2023-01-19  1:47 UTC 

[PATCH] sim: unify sim-signal.o building
 2023-01-19  1:47 UTC 

[PATCH] sim: unify sim-signal.o building
 2023-01-19  0:35 UTC 

[PATCH 1/2] sim: v850: drop redundant define
 2023-01-19  0:34 UTC  (2+ messages)
` [PATCH 2/2] sim: v850: reduce extra header inclusion to igen files

[PATCH] sim: mn10300: minimize mn10300-sim.h include in sim-main.h
 2023-01-19  0:01 UTC  (4+ 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).