public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[release/branch] Set GDB version number to 13.0.91
 2023-02-02  3:54 UTC 

[FYI/gdb-13-branch] gdb/NEWS: Change "Changes since GDB 12" to "Changes in GDB 13"
 2023-02-02  3:51 UTC 

gdb-13 branch FROZEN
 2023-02-02  3:47 UTC 

GDB 13 release -- 2023-02-02 Update
 2023-02-02  3:47 UTC 

[PATCH v3 0/8] gdbserver improvements for AArch64 SVE support
 2023-02-02  3:47 UTC  (44+ messages)
` [PATCH v3 1/8] gdbserver: Add assert in find_register_by_number
` [PATCH v3 2/8] gdbserver: Add PID parameter to linux_get_auxv and linux_get_hwcap
` [PATCH v3 3/8] gdbserver/linux-aarch64: Factor out function to get aarch64_features
` [PATCH v3 4/8] gdbserver/linux-aarch64: When thread stops, update its target description
` [PATCH v3 5/8] gdbserver: Transmit target description ID in thread list and stop reply
` [PATCH v3 6/8] gdb/remote: Parse tdesc field in stop reply and threads list XML
` [PATCH v3 7/8] gdb/aarch64: Detect vector length changes when debugging remotely
` [PATCH v3 8/8] gdb/testsuite: Add test to exercise multi-threaded AArch64 SVE inferiors

GDB 13 release -- 2023-01-21 Update
 2023-02-02  3:44 UTC  (12+ messages)

[PATCH] gdb/source: Fix open_source_file error handling
 2023-02-02  1:38 UTC  (3+ messages)

[PATCH] gdb/tui: add 'set tui mouse-events off' to restore mouse selection
 2023-02-02  1:08 UTC  (6+ messages)

[PATCH] Simplify checks of cooked_index
 2023-02-01 20:54 UTC  (2+ messages)

[PATCH] gdb: use dynamic year in update-freebsd.sh
 2023-02-01 19:44 UTC  (2+ messages)

[PATCH 1/2] fix for gdb.reverse/finish-precsave.exp and gdb.reverse/finish-reverse.exp
 2023-02-01 18:40 UTC  (13+ messages)
                      ` [PATCH 1/2 version 2] "
                          ` [PATCH 1/2 version 3] "
                                  ` Reverse-next bug test case

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

[PATCH] gdb/linespec.c: Fix missing source file during breakpoint re-set
 2023-02-01 17:37 UTC  (3+ messages)
` [PING*2][PATCH] "

[PATCH v3] gdb: defer warnings when loading separate debug files
 2023-02-01 16:36 UTC  (4+ messages)

[PATCH] gdb: remove gdb_indent.sh
 2023-02-01 16:26 UTC  (2+ messages)

[PATCH v4] [PR mi/29554] New PRINT-VALUES option '--scalar-values'
 2023-02-01 10:00 UTC  (4+ messages)
` [PATCH v5] "
  ` [PING] "

[PATCH 1/2] gdb/dwarf: rename cooked_index to cooked_index_shard
 2023-02-01  3:42 UTC  (6+ messages)
` [PATCH 2/2] gdb/dwarf: rename cooked_index_vector to cooked_index

[PATCH v3 0/5] gdb: introduce limited array lengths while printing values
 2023-01-31 20:49 UTC  (11+ messages)
` [PATCH v3 1/5] GDB: Ignore `max-value-size' setting with value history accesses
` [PATCH v3 2/5] GDB: Fix the mess with value byte/bit range types
` [PATCH v3 3/5] GDB: Only make data actually retrieved into value history available
` [PATCH v3 4/5] GDB/testsuite: Add `-nonl' option to `gdb_test'
` [PATCH v3 5/5] GDB: Introduce limited array lengths while printing values

[PATCH] gdb/debuginfod: Prevent prompt for continue during downloading
 2023-01-31 20:41 UTC  (5+ messages)

[PATCH] gdb/infrun: reset thread control's step info in end_stepping_range
 2023-01-31 20:14 UTC  (2+ messages)

[PATCH v2 0/2] Querying registers of already-exited processes
 2023-01-31 20:14 UTC  (5+ messages)
` [PATCH v3 "

[PATCH] Simplify interp::exec / interp_exec - let exceptions propagate
 2023-01-31 19:54 UTC  (3+ messages)

[PATCH 1/2] gdbsupport: allow passing nullptr to checked_static_cast
 2023-01-31 18:22 UTC  (5+ messages)
` [PATCH 2/2] gdb: add nullptr check to cooked_index_functions::dump

[pushed] gdb/testsuite: fix xfail in gdb.ada/ptype_tagged_param.exp
 2023-01-31 17:36 UTC  (2+ messages)

[PATCH v2] gdb/dwarf: dump cooked index contents in cooked_index_functions::dump
 2023-01-31 17:27 UTC  (11+ messages)

[pushed] gdb/testsuite: adjust ensure_gdb_index to cooked_index_functions::dump changes
 2023-01-31 16:45 UTC 

[PATCH 0/5] Additions to "save" command
 2023-01-31 15:14 UTC  (14+ messages)
` [PATCH 1/5] Save breakpoints so they are automatically pending
` [PATCH 2/5] Move show_user_1 to cli-cmds.c
` [PATCH 3/5] Add "save user" command
` [PATCH 4/5] Add "save skip" command
` [PATCH 5/5] Add "save history" command

[PATCH 00/31] Step over thread clone and thread exit
 2023-01-31 12:25 UTC  (5+ messages)
` [PATCH 07/31] enum_flags to_string
` [PATCH 08/31] Thread options & clone events (core + remote)

GDB 13 release -- 2023-01-29 Update
 2023-01-31  7:25 UTC  (3+ messages)

Cables Supplier,
 2023-01-31  1:26 UTC 

[PATCH] Error message uniformity
 2023-01-30 23:36 UTC  (3+ messages)

[pushed] Remove value_next declaration
 2023-01-30 23:27 UTC 

[pushed] gdb: fix dwarf2/cooked-index.c compilation on 32-bit systems
 2023-01-30 21:15 UTC 

[PATCH] Update the 'g' packet documentation
 2023-01-30 21:15 UTC  (5+ messages)
    ` [PATCH v2] "

[PATCH 0/2] Fix gdb.base/frame-view.exp on AArch64
 2023-01-30 20:02 UTC  (3+ messages)
` [PATCH 1/2] gdb: call frame unwinders' dealloc_cache methods through destroying the frame cache
` [PATCH 2/2] gdb: give sentinel for user frames distinct IDs, register sentinel frames to "

[PATCH v2] Let user C-c when waiting for DWARF index finalization
 2023-01-30 20:02 UTC 

[PATCH] 0001-Fix-multi-thread-debug-bug-in-AIX.patch
 2023-01-30 19:54 UTC  (22+ messages)

[PATCH v4 0/8] Fix gdb.base/gdb-sigterm.exp failure/error
 2023-01-30 19:02 UTC  (15+ messages)
` [PATCH v4 1/8] Introduce gdb_exception_forced_quit
` [PATCH v4 2/8] Handle gdb SIGTERM by throwing / catching gdb_exception_force_quit
` [PATCH v4 3/8] Catch gdb_exception_error instead of gdb_exception (in many places)
` [PATCH v4 4/8] Python QUIT processing updates
` [PATCH v4 6/8] Call quit_force for gdb_exception_forced_quit in safe_execute_command
` [PATCH v4 7/8] QUIT processing w/ explicit throw for gdb_exception_forced_quit
` [PATCH v4 8/8] Forced quit cases handled by resetting sync_quit_force_run

[PATCH] gdb: Replace memcpy with std::copy to avoid some g++ warnings on sparc
 2023-01-30 18:52 UTC  (2+ messages)

[PATCH v2] Fix comparator bug in cooked index
 2023-01-30 17:46 UTC  (3+ messages)

[PATCH] Make addrmap const-correct in cooked index
 2023-01-30 16:55 UTC  (12+ messages)
          ` [PATCH v2] "

[PATCH v5] gdb/gcore: interrupt all threads before generating the corefile
 2023-01-30 16:51 UTC 

[PATCH v4] gdb/gcore: interrupt all threads before generating the corefile
 2023-01-30 16:33 UTC  (3+ messages)

[PATCH v2 00/13] Make frame_info_ptr automatic
 2023-01-30 16:20 UTC  (9+ messages)
` [PATCH v2 11/13] gdb: make user-created frames reinflatable

[pushed] Invert test in gdb.ada/ptype_tagged_param.exp
 2023-01-30 15:22 UTC  (6+ messages)

[PATCH] Fix comparator bug in cooked index
 2023-01-30 15:15 UTC  (5+ messages)

[PATCH] gdb/c++: fix handling of breakpoints on @plt symbols
 2023-01-30 15:13 UTC  (3+ messages)
` [PATCHv2] "

[pushed] Use xfail in ptype_tagged_param.exp
 2023-01-30 15:04 UTC 

[PATCH v4 0/3] Apply fixme notes for multi-target support
 2023-01-30 14:35 UTC  (10+ 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

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

[PATCH] Clean up lnp_state_machine constructor
 2023-01-30 12:34 UTC  (2+ messages)

[PATCH] Remove a use of pagination_enabled
 2023-01-28 15:25 UTC 

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).