public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v4 0/3] Apply fixme notes for multi-target support
 2023-01-30 14:34 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] Fix comparator bug in cooked index
 2023-01-30 14:30 UTC  (4+ messages)

[PATCH] Make addrmap const-correct in cooked index
 2023-01-30 14:26 UTC  (9+ messages)

[PATCH v3 0/8] gdbserver improvements for AArch64 SVE support
 2023-01-30 14:05 UTC  (11+ 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

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

GDB 13 release -- 2023-01-21 Update
 2023-01-30 11:23 UTC  (8+ messages)

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

[PATCH 0/5] Additions to "save" command
 2023-01-29 16:57 UTC  (9+ 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

GDB 13 release -- 2023-01-29 Update
 2023-01-29 11:58 UTC 

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

[PATCH] gdb/debuginfod: Prevent prompt for continue during downloading
 2023-01-28 15:01 UTC  (2+ messages)

[PATCH] gdb/tui: add 'set tui mouse-events off' to restore mouse selection
 2023-01-28  8:35 UTC  (2+ messages)

[PATCH] gdb/source: Fix open_source_file error handling
 2023-01-28  3:37 UTC 

[PATCH] Error message uniformity
 2023-01-28  3:11 UTC 

[PATCH] Simplify interp::exec / interp_exec - let exceptions propagate
 2023-01-27 23:05 UTC 

[PATCH v4 0/8] Fix gdb.base/gdb-sigterm.exp failure/error
 2023-01-27 22:03 UTC  (3+ messages)

[RFC] [gdb/tdep] Assume epilogue unwind info is valid unless gcc < 4.5.0
 2023-01-27 21:13 UTC  (3+ messages)
  ` [PATCH] "

[pushed] Invert test in gdb.ada/ptype_tagged_param.exp
 2023-01-27 21:11 UTC  (4+ messages)

[PATCH] More const-correctness in cooked indexer
 2023-01-27 21:11 UTC  (3+ messages)

[pushed] [gdb/testsuite] Simplify gdb.base/unwind-on-each-insn.exp.tcl
 2023-01-27 21:01 UTC 

[PATCH] [gdb/testsuite] Add gdb.base/unwind-on-each-insn-{amd64,i386}.exp
 2023-01-27 20:50 UTC  (4+ messages)
` [PATCH] [gdb/testsuite] Add gdb.base/unwind-on-each-insn-{amd64, i386}.exp

[PATCH v2 0/4] Fix regression in new DWARF reader
 2023-01-27 19:57 UTC  (8+ messages)
` [PATCH v2 4/4] Fix parameter-less template "

[PATCH] Let user C-c when waiting for DWARF index finalization
 2023-01-27 19:22 UTC  (2+ messages)

[PATCH] Make gdb.ada/ptype_tagged_param.exp pass
 2023-01-27 17:24 UTC  (7+ messages)

[PATCH] Move some code from dwarf2/read.c to die.c
 2023-01-27 16:59 UTC 

[PATCH] Fix Ada tasking for baremetal targets using Ravenscar threads
 2023-01-27 16:53 UTC  (5+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] gdb: Introduce ada-tasks.h for functions defined in ada-tasks.c
  ` [PATCH v2 2/3] gdb/ada-tasks: Make the ada_tasks_pspace_data getter public
  ` [PATCH v2 3/3] gdb: Fix Ada tasking for baremetal targets using Ravenscar threads

[PATCH 0/3] Python/TUI Window Creation / Destruction Fixes
 2023-01-27 16:34 UTC  (9+ messages)
` [PATCHv2 "
  ` [PATCHv2 1/3] gdb/python: allow Python TUI windows to be replaced
  ` [PATCHv2 2/3] gdb/python: deallocate tui window factories at Python shut down
  ` [PATCHv2 3/3] gdb/tui: don't leak the known_window_types map
  ` [PATCHv3 0/3] Python/TUI Window Creation / Destruction Fixes
    ` [PATCHv3 1/3] gdb/python: allow Python TUI windows to be replaced
    ` [PATCHv3 2/3] gdb/python: deallocate tui window factories at Python shut down
    ` [PATCHv3 3/3] gdb/tui: don't leak the known_window_types map

[PATCH 00/15] Mixed bag of TUI tests and fixes
 2023-01-27 16:31 UTC  (11+ messages)
` [PATCHv2 0/8] "
  ` [PATCHv2 1/8] gdb/testsuite: fix line feed scrolling in tuiterm.exp
  ` [PATCHv2 5/8] gdb/tui: rewrite of tui_source_window_base to handle very long lines
  ` [PATCHv2 6/8] gdb/tui: avoid extra refresh_window on horizontal scroll
  ` [PATCHv2 7/8] gdb/tui: avoid extra refresh_window on vertical scroll
  ` [PATCHv2 8/8] gdb/tui: more debug output

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

[PATCH] gdb/dwarf: dump cooked index contents in cooked_index_functions::dump
 2023-01-27 16:03 UTC  (4+ messages)

[PATCH] Increase size of main_type::nfields
 2023-01-27 15:13 UTC  (5+ messages)

[PATCH v2] Increase size of main_type::nfields
 2023-01-27 15:11 UTC 

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

[PATCH] gdb/doc: The RISC-V vector registers didn't change
 2023-01-27  7:21 UTC  (2+ messages)

[PATCH 00/27] Many small testsuite cleanups
 2023-01-27  0:36 UTC  (32+ messages)
` [PATCH 01/27] Use ordinary calling convention for clean_restart
` [PATCH 02/27] Use clean_restart in gdb.dlang
` [PATCH 03/27] Eliminate spurious returns from the test suite
` [PATCH 04/27] Remove some dead code in gdb.fortran/info-types.exp
` [PATCH 05/27] Minor "require" fixups
` [PATCH 06/27] Remove unnecessary call to standard_testfile
` [PATCH 07/27] Start gdb after building executable in mi-basics.exp
` [PATCH 08/27] Use mi_clean_restart more
` [PATCH 09/27] Use clean_restart in gdb.pascal
` [PATCH 10/27] Use clean_restart in gdb.linespec
` [PATCH 11/27] Use clean_restart in gdb.opencl
` [PATCH 12/27] Use clean_restart in gdb.trace
` [PATCH 13/27] Use clean_restart in gdb.objc
` [PATCH 14/27] Use clean_restart in gdb.threads
` [PATCH 15/27] Use clean_restart in gdb.guile
` [PATCH 16/27] Use clean_restart in gdb.arch
` [PATCH 17/27] Use clean_restart in gdb.reverse
` [PATCH 18/27] Use clean_restart in gdb.dwarf2
` [PATCH 19/27] Use clean_restart in gdb.ada
` [PATCH 20/27] Use clean_restart in gdb.fortran
` [PATCH 21/27] Use clean_restart in gdb.stabs
` [PATCH 22/27] Use clean_restart in gdb.go
` [PATCH 23/27] Use clean_restart in gdb.perf
` [PATCH 24/27] Use clean_restart in gdb.disasm
` [PATCH 25/27] Use clean_restart in gdb.cp
` [PATCH 26/27] Use clean_restart in gdb.python
` [PATCH 27/27] Use clean_restart in gdb.base

[pushed] gdb/testsuite: initialize "correct" variable in gdb.cp/cpexprs.exp.tcl
 2023-01-26 20:54 UTC 

[PATCH 0/9] Fix gdb.dap/basic-dap.exp for PIE
 2023-01-26 20:22 UTC  (21+ messages)
` [PATCH 1/9] gdb/testsuite/dap: use gdb_assert in gdb.dap/basic-dap.exp
` [PATCH 2/9] gdb/testsuite/dap: prefix some procs with _
` [PATCH 3/9] gdb/testsuite/dap: write requests to gdb.log
` [PATCH 6/9] gdb/testsuite/dap: pass around dicts instead of ton objects
` [PATCH 9/9] gdb/testsuite/dap: fix gdb.dap/basic-dap.exp disassembly test for PIE

[RFC 0/3] [gdb/testsuite] Introduce is_x86_64_m64_target
 2023-01-26 18:34 UTC  (15+ messages)
` [RFC 1/3] [gdb/contrib] Add refactor.py
` [RFC 2/3] [gdb/contrib] Add refactor_require.py
` [RFC 3/3] [gdb/testsuite] Add and use is_x86_64_m64_target
    ` [pushed] "

[PATCH] gdb: Replace memcpy with std::copy to avoid some g++ warnings on sparc
 2023-01-25 21:27 UTC 

[PATCHv5] gdb: Replace memcpy with std::copy to avoid some g++ warnings on sparc
 2023-01-25 21:20 UTC  (3+ messages)

[PATCH] gdb: allow env var specifications in cmds 'set log', 'source', 'shell'
 2023-01-25 20:21 UTC  (5+ messages)
` [RFC PATCH 0/2] Command expression evaulation substitution
  ` [RFC PATCH 1/2] Add $_env convenience function
  ` [RFC PATCH 2/2] Allow and evaluate expressions in command arguments

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

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

[PATCH] Clean up unusual code in mi-cmd-stack.c
 2023-01-25 18:14 UTC  (2+ messages)

[PATCH 00/12] Infcalls from B/P conditions in multi-threaded inferiors
 2023-01-25 17:09 UTC  (10+ messages)
` [PATCHv2 00/13] "
  ` [PATCHv2 03/13] gdb: include breakpoint number in testing condition error message

[PATCH v2 0/8] Initial support for ROCm platform (AMD GPU) debugging
 2023-01-25 17:03 UTC  (2+ messages)

[pushed] [gdb/testsuite] Fix gdb.base/unwind-on-each-insn.exp for -m32
 2023-01-25 15:36 UTC 

[pushed] [gdb/testsuite] Allow debug srcfile2 in gdb.base/unwind-on-each-insn.exp
 2023-01-25 14:24 UTC 

[PATCHv5] gdb: handle loading shared libraries from /proc/self/fd/
 2023-01-25 13:30 UTC  (3+ messages)
` [PATCHv6] "

[pushed] [gdb/testsuite] Allow nodebug srcfile in gdb.base/unwind-on-each-insn.exp
 2023-01-25 12:44 UTC 

[PATCH 1/1] gdb, i386: Update stale comment in i386-tdep.h
 2023-01-25 12:43 UTC  (3+ messages)

[PATCH 0/4] [gdb] Test-case gdb.base/unwind-on-each-insn.exp improvements
 2023-01-25 12:32 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).