November 2023 Archives by author
Starting: Wed Nov 1 06:39:23 GMT 2023
Ending: Thu Nov 30 23:44:28 GMT 2023
Messages: 983
- [PATCH 1/3] gdb: regenerate target-delegates.c
Tankut Baris Aktemur
- [PATCH 2/3] gdb: refactor make-target-delegates.py's ARGTYPES
Tankut Baris Aktemur
- [PATCH 3/3] gdb: handle default argument in make-target-delegates.py
Tankut Baris Aktemur
- [PATCH v4] gdb, python: selectively omit enabling stdin in gdb.execute
Tankut Baris Aktemur
- [PATCH 3/3] gdb: handle default argument in make-target-delegates.py
Aktemur, Tankut Baris
- [PATCH 3/3] gdb: handle default argument in make-target-delegates.py
Aktemur, Tankut Baris
- [PATCH v5] gdb, python: selectively omit enabling stdin in gdb.execute
Tankut Baris Aktemur
- [PATCH v4] gdb, python: selectively omit enabling stdin in gdb.execute
Aktemur, Tankut Baris
- [PATCH v2] gdbserver: select a thread, if necessary, to access memory (was: [PATCH] gdbserver: try selecting a thread first to access memory)
Aktemur, Tankut Baris
- [PATCH v2] gdbserver: dump 'xx...x' in collect_register_as_string for unavailable register (was: gdbserver: extract code out of regcache's registers_to_string)
Aktemur, Tankut Baris
- [PATCH v2] gdb/infrun: do not restart a stepped thread if not running (was: gdb/infrun: reset thread control's step info in end_stepping_range)
Aktemur, Tankut Baris
- [PATCH v2] gdbserver: dump 'xx...x' in collect_register_as_string for unavailable register
Aktemur, Tankut Baris
- [PATCH v2 03/24] gdb: make store_integer take an array_view
Aktemur, Tankut Baris
- [PATCH v2 02/24] gdb: use reg_buffer_common throughout gdbsupport/common-regcache.h
Aktemur, Tankut Baris
- [PATCH v2 02/24] gdb: use reg_buffer_common throughout gdbsupport/common-regcache.h
Aktemur, Tankut Baris
- [PATCH v2 05/24] gdb: change regcache interface to use array_view
Aktemur, Tankut Baris
- [PATCH 03/31] gdb/linux: Delete all other LWPs immediately on ptrace exec event
Pedro Alves
- [PATCH 04/31] Step over clone syscall w/ breakpoint, TARGET_WAITKIND_THREAD_CLONED
Pedro Alves
- [PATCH 05/31] Support clone events in the remote protocol
Pedro Alves
- [PATCH 10/31] Thread options & clone events (Linux GDBserver)
Pedro Alves
- [PATCH 08/31] Thread options & clone events (core + remote)
Pedro Alves
- [PATCH 11/31] gdbserver: Hide and don't detach pending clone children
Pedro Alves
- [PATCH 13/31] Add test for stepping over clone syscall
Pedro Alves
- [PATCH 14/31] all-stop/synchronous RSP support thread-exit events
Pedro Alves
- [PATCH 21/31] stop_all_threads: (re-)enable async before waiting for stops
Pedro Alves
- [PATCH 22/31] gdbserver: Queue no-resumed event after thread exit
Pedro Alves
- [PATCH 23/31] Don't resume new threads if scheduler-locking is in effect
Pedro Alves
- [PATCH 25/31] Ignore failure to read PC when resuming
Pedro Alves
- [PATCH 28/31] Document remote clone events, and QThreadOptions packet
Pedro Alves
- [PATCH 28/31] Document remote clone events, and QThreadOptions packet
Pedro Alves
- [PATCH 00/31] Step over thread clone and thread exit
Pedro Alves
- [FYI/pushed v4 00/25] Step over thread clone and thread exit
Pedro Alves
- [FYI/pushed v4 01/25] Add "maint info linux-lwps" command
Pedro Alves
- [FYI/pushed v4 02/25] gdb/linux: Delete all other LWPs immediately on ptrace exec event
Pedro Alves
- [FYI/pushed v4 03/25] Step over clone syscall w/ breakpoint, TARGET_WAITKIND_THREAD_CLONED
Pedro Alves
- [FYI/pushed v4 04/25] Support clone events in the remote protocol
Pedro Alves
- [FYI/pushed v4 05/25] Avoid duplicate QThreadEvents packets
Pedro Alves
- [FYI/pushed v4 06/25] Thread options & clone events (core + remote)
Pedro Alves
- [FYI/pushed v4 07/25] Thread options & clone events (native Linux)
Pedro Alves
- [FYI/pushed v4 08/25] Thread options & clone events (Linux GDBserver)
Pedro Alves
- [FYI/pushed v4 09/25] gdbserver: Hide and don't detach pending clone children
Pedro Alves
- [FYI/pushed v4 10/25] Remove gdb/19675 kfails (displaced stepping + clone)
Pedro Alves
- [FYI/pushed v4 11/25] all-stop/synchronous RSP support thread-exit events
Pedro Alves
- [FYI/pushed v4 12/25] gdbserver/linux-low.cc: Ignore event_ptid if TARGET_WAITKIND_IGNORE
Pedro Alves
- [FYI/pushed v4 13/25] Move deleting thread on TARGET_WAITKIND_THREAD_EXITED to core
Pedro Alves
- [FYI/pushed v4 14/25] Introduce GDB_THREAD_OPTION_EXIT thread option, fix step-over-thread-exit
Pedro Alves
- [FYI/pushed v4 15/25] Implement GDB_THREAD_OPTION_EXIT support for Linux GDBserver
Pedro Alves
- [FYI/pushed v4 16/25] Implement GDB_THREAD_OPTION_EXIT support for native Linux
Pedro Alves
- [FYI/pushed v4 17/25] gdb: clear step over information on thread exit (PR gdb/27338)
Pedro Alves
- [FYI/pushed v4 18/25] stop_all_threads: (re-)enable async before waiting for stops
Pedro Alves
- [FYI/pushed v4 19/25] gdbserver: Queue no-resumed event after thread exit
Pedro Alves
- [FYI/pushed v4 20/25] Don't resume new threads if scheduler-locking is in effect
Pedro Alves
- [FYI/pushed v4 21/25] Report thread exit event for leader if reporting thread exit events
Pedro Alves
- [FYI/pushed v4 22/25] gdb/testsuite/lib/my-syscalls.S: Refactor new SYSCALL macro
Pedro Alves
- [FYI/pushed v4 23/25] Testcases for stepping over thread exit syscall (PR gdb/27338)
Pedro Alves
- [FYI/pushed v4 24/25] Document remote clone events, and QThreadOptions packet
Pedro Alves
- [FYI/pushed v4 25/25] Cancel execution command on thread exit, when stepping, nexting, etc.
Pedro Alves
- [FYI/pushed v4 00/25] Step over thread clone and thread exit
Pedro Alves
- [PATCH 1/3] gdb: regenerate target-delegates.c
Pedro Alves
- [PATCH 3/3] gdb: handle default argument in make-target-delegates.py
Pedro Alves
- [PATCH 0/2] Change all E_MIPS_* to EF_MIPS_*
Pedro Alves
- [FYI/pushed v4 03/25] Step over clone syscall w/ breakpoint, TARGET_WAITKIND_THREAD_CLONED
Pedro Alves
- [FYI/pushed v4 03/25] Step over clone syscall w/ breakpoint, TARGET_WAITKIND_THREAD_CLONED
Pedro Alves
- [PATCH 3/3] gdb: handle default argument in make-target-delegates.py
Pedro Alves
- [PATCH] Fix gdb.threads/stepi-over-clone.exp regexp
Pedro Alves
- [PATCH 2/3] gdb: refactor make-target-delegates.py's ARGTYPES
Pedro Alves
- [pushed] Fix gdb.threads/threads-after-exec.exp race
Pedro Alves
- [ob/pushed] Fix AMD_DBGAPI_SCOPED_DEBUG_START_END wrong setting
Pedro Alves
- [PATCH 0/2] Step over thread exit improvements/fixes
Pedro Alves
- [PATCH 1/2] gdb.threads/step-over-thread-exit.exp improvements
Pedro Alves
- [PATCH 2/2] Ensure selected thread after thread exit stop
Pedro Alves
- [PATCH] gdb/tui: add a vsplit layout
Arsen Arsenović
- [PATCH] gdb/tui: add a vsplit layout
Arsen Arsenović
- [PATCH v2] gdb/tui: add a vsplit layout
Arsen Arsenović
- [PATCH v2] gdb/tui: add a vsplit layout
Arsen Arsenović
- [PATCH v3] gdb/tui: add a vsplit layout
Arsen Arsenović
- [PATCH v3] gdb/tui: add a vsplit layout
Arsen Arsenović
- [PATCH v2 1/2] *: add modern gettext support
Arsen Arsenović
- [PATCH 01/24] gdb: don't handle i386 k registers as pseudo registers
John Baldwin
- [PATCH 02/24] gdb: use reg_buffer_common throughout gdbsupport/common-regcache.h
John Baldwin
- [PATCH 14/24] gdb: read pseudo register through frame
John Baldwin
- [PATCH 18/24] gdb: migrate i386 and amd64 to the new gdbarch_pseudo_register_write
John Baldwin
- [PATCH 00/24] Fix reading and writing pseudo registers in non-current frames
John Baldwin
- [PATCH v2 11/18] Do more DWARF reading in the background
John Baldwin
- [PATCH v2 11/18] Do more DWARF reading in the background
John Baldwin
- [PATCH] Check gdb_python_module in gdbpy_handle_missing_debuginfo
John Baldwin
- GDB 14.1 release -- 2023-11-19 Update
John Baldwin
- [PATCH] [gdb/tdep] Use PTRACE_GET_SYSCALL_INFO for syscall number
John Baldwin
- [RFC 1/3] [gdb] Call gdbarch_get_syscall_number less often
John Baldwin
- [RFC 1/3] [gdb] Call gdbarch_get_syscall_number less often
John Baldwin
- [RFC 1/3] [gdb] Call gdbarch_get_syscall_number less often
John Baldwin
- [PATCH 00/29] Restructure symbol domains
John Baldwin
- [PATCH] i386: Use a fallback XSAVE layout for remote targets
John Baldwin
- [RFC 1/3] [gdb] Call gdbarch_get_syscall_number less often
John Baldwin
- [PATCH] i386: Use a fallback XSAVE layout for remote targets
John Baldwin
- [PATCH 1/3] [gdb/tdep] Add syscall number cache
John Baldwin
- [PATCH] i386: Use a fallback XSAVE layout for remote targets
John Baldwin
- [PATCH] i386: Use a fallback XSAVE layout for remote targets
John Baldwin
- [PATCH] i386: Use a fallback XSAVE layout for remote targets
John Baldwin
- [PATCH] i386: Use a fallback XSAVE layout for remote targets
John Baldwin
- [PATCH v2 1/3] [gdb/tdep] Add syscall number cache
John Baldwin
- [PATCH v6] [gdb]: add git trailer information on gdb/MAINTAINERS
John Baldwin
- [PATCH v6] [gdb]: add git trailer information on gdb/MAINTAINERS
John Baldwin
- [PATCH 1/2] gdb: return when exceeding buffer size in regcache::transfer_regset
John Baldwin
- [PATCH 2/2] gdb: add missing regcache_map_entry array null terminators in aarch64-linux-tdep.c
John Baldwin
- [PATCH 0/3] Appoint new maintainers
Thiago Jung Bauermann
- [PATCH v2 0/3] Check for zpoint support when handling watchpoints
Mohamed Bouhaouel
- [PATCH v2 1/3] gdb, gdbserver, zpoint: report z_point support
Mohamed Bouhaouel
- [PATCH v2 2/3] gdb, breakpoint: add a breakpoint type converter
Mohamed Bouhaouel
- [PATCH v2 3/3] gdb, zpoint: check for target hardware breakpoint support
Mohamed Bouhaouel
- [PATCH v3 0/3] Check for zpoint support when handling watchpoints
Mohamed Bouhaouel
- [PATCH v3 1/3] gdb, gdbserver, zpoint: report z_point support
Mohamed Bouhaouel
- [PATCH v3 2/3] gdb, breakpoint: add a breakpoint type converter
Mohamed Bouhaouel
- [PATCH v3 3/3] gdb, zpoint: check for target hardware breakpoint support
Mohamed Bouhaouel
- [PATCH v3 1/3] gdb, gdbserver, zpoint: report z_point support
Bouhaouel, Mohamed
- [PATCH v3 2/3] gdb, breakpoint: add a breakpoint type converter
Bouhaouel, Mohamed
- [PATCH v3 3/3] gdb, zpoint: check for target hardware breakpoint support
Bouhaouel, Mohamed
- GDB 14.1 release -- 2023-11-19 Update
Joel Brobecker
- GDB 14.1 release -- 2023-11-19 Update
Joel Brobecker
- [PATCH] i386: Use a fallback XSAVE layout for remote targets
Joel Brobecker
- [PATCH] i386: Use a fallback XSAVE layout for remote targets
Joel Brobecker
- GDB 14.1 release -- 2023-11-27 Update
Joel Brobecker
- [RFC] Adding a SECURITY policy for GDB
Kevin Buettner
- [PATCH 0/2] Fix detach bug when lwp has exited/terminated
Kevin Buettner
- [PATCH 1/2] linux-nat.c, linux-fork.c: Fix detach bug when lwp has exited/terminated
Kevin Buettner
- [PATCH 2/2] New test: gdb.base/process-dies-while-detaching.exp
Kevin Buettner
- Filtering shadowed variables in info local
Kevin Buettner
- [PATCH] Remove declaration of re_comp
Kevin Buettner
- [PATCH 1/2] linux-nat.c, linux-fork.c: Fix detach bug when lwp has exited/terminated
Kevin Buettner
- [PATCH 1/2] linux-nat.c, linux-fork.c: Fix detach bug when lwp has exited/terminated
Kevin Buettner
- [PATCH v2 0/1] Fix detach bug when lwp has exited/terminated
Kevin Buettner
- [PATCH v2 1/1] Fix detach bug when lwp has exited/terminated
Kevin Buettner
- [PATCH v4] gdb: Enable early init of thread pool size
Richard Bunt
- [PATCH v4 1/2] gdb: install CLI uiout while processing early init files
Richard Bunt
- [PATCH v4 2/2] gdb: Enable early init of thread pool size
Richard Bunt
- [PATCH 1/2] gdb: move all bfd_cache_close_all calls in gdb_bfd.c
Andrew Burgess
- [PATCH v2] gdb: RISC-V: Refine lr/sc sequence support
Andrew Burgess
- [RFC] Adding a SECURITY policy for GDB
Andrew Burgess
- [PATCH v3] gdb/tui: add a vsplit layout
Andrew Burgess
- [PATCH v2 00/31] Baby step for objfile splitting
Andrew Burgess
- [PATCH 1/2] [gdb] Fix segfault in for_each_block, part 1
Andrew Burgess
- [PATCH] Remove EXTERN_C and related defines
Andrew Burgess
- [PATCH] Fix resizing of TUI python windows
Andrew Burgess
- [PATCH v2 00/31] Baby step for objfile splitting
Andrew Burgess
- [PATCH 1/2] [gdb] Fix segfault in for_each_block, part 1
Andrew Burgess
- [PATCH v3] gdb/testsuite: fix completion tests when using READ1
Andrew Burgess
- [PATCH v2] gdb: register frame_destroyed function for amd64 gdbarch
Andrew Burgess
- [PATCH 0/3] Improve debug output support in gdbserver
Andrew Burgess
- [PATCH 1/3] gdbserver: cleanup monitor_show_help
Andrew Burgess
- [PATCH 2/3] gdbserver: allow the --debug command line option to take a value
Andrew Burgess
- [PATCH 3/3] gdbserver: allow for general 'monitor set debug COMPONENT VALUE' use
Andrew Burgess
- [PATCH 0/2] Make make-check-all.sh more accessible
Andrew Burgess
- [PATCH 1/2] gdb/testsuite: log 'make check' command in make-check-all.sh
Andrew Burgess
- [PATCH 2/2] gdb/testsuite: add a new check-all-boards target
Andrew Burgess
- [PATCH 1/2, ver3] PowerPC, Fix-test-gdb.base-store.exp
Andrew Burgess
- [PATCH v3] gdb: RISC-V: Refine lr/sc sequence support
Andrew Burgess
- [PATCH 0/3] Improve disassemble command completion
Andrew Burgess
- [PATCH 0/2] Missing thread events for remote targets
Andrew Burgess
- [PATCH 3/5] gdb: refactor objfile::find_and_add_separate_symbol_file
Andrew Burgess
- [PATCHv2 0/5] New Python hook for missing debug information
Andrew Burgess
- [PATCHv2 1/5] gdb/coffread: bring separate debug file logic into line with elfread.c
Andrew Burgess
- [PATCHv2 2/5] gdb: merge debug symbol file lookup code from coffread & elfread paths
Andrew Burgess
- [PATCHv2 3/5] gdb: refactor objfile::find_and_add_separate_symbol_file
Andrew Burgess
- [PATCHv2 4/5] gdb: add an extension language hook for missing debug info
Andrew Burgess
- [PATCHv2 5/5] gdb: implement missing debug handler hook for Python
Andrew Burgess
- [PATCH 1/2] linux-nat.c, linux-fork.c: Fix detach bug when lwp has exited/terminated
Andrew Burgess
- [PATCH 2/2] New test: gdb.base/process-dies-while-detaching.exp
Andrew Burgess
- [PATCH v4] gdb/testsuite: fix completion tests when using READ1
Andrew Burgess
- [PATCH 05/24] gdb: change regcache interface to use array_view
Andrew Burgess
- [PATCH 05/24] gdb: change regcache interface to use array_view
Andrew Burgess
- [PATCH 06/24] gdb: fix bugs in {get,put}_frame_register_bytes
Andrew Burgess
- [PATCHv2 0/5] New Python hook for missing debug information
Andrew Burgess
- [PATCH 16/24] gdb: rename gdbarch_pseudo_register_write to gdbarch_deprecated_pseudo_register_write
Andrew Burgess
- [PATCH 17/24] gdb: add gdbarch_pseudo_register_write that takes a frame
Andrew Burgess
- [pushed] Remove path name from test case
Andrew Burgess
- [PATCH 1/2] Call target_can_do_single_step from maybe_software_singlestep
Andrew Burgess
- [PATCH 2/2] Disabling hardware single step in gdbserver
Andrew Burgess
- [PATCH] Check gdb_python_module in gdbpy_handle_missing_debuginfo
Andrew Burgess
- [PATCHv2 5/5] gdb: implement missing debug handler hook for Python
Andrew Burgess
- [PUSHED] gdb/NEWS: merge two 'New commands' sections
Andrew Burgess
- [PATCH v4] gdb, python: selectively omit enabling stdin in gdb.execute
Andrew Burgess
- [PATCH] gdb/python: handle completion returning a non-sequence
Andrew Burgess
- [RFC] Adding a SECURITY policy for GDB
Andrew Burgess
- [PATCHv2 5/5] gdb: implement missing debug handler hook for Python
Andrew Burgess
- [PATCHv2] gdb/python: handle completion returning a non-sequence
Andrew Burgess
- [PATCH 1/3] gdbserver: cleanup monitor_show_help
Andrew Burgess
- [PATCHv2] gdb/python: handle completion returning a non-sequence
Andrew Burgess
- [PATCH 0/7] Changes to gdb-index creation
Andrew Burgess
- [PATCH 1/7] gdb: allow use of ~ in 'save gdb-index' command
Andrew Burgess
- [PATCH 2/7] gdb: option completion for 'save gdb-index' command
Andrew Burgess
- [PATCH 3/7] gdb/testsuite: small refactor in selftest-support.exp
Andrew Burgess
- [PATCH 4/7] gdb: reduce size of generated gdb-index file
Andrew Burgess
- [PATCH 5/7] gdb: C++-ify mapped_symtab from dwarf2/index-write.c
Andrew Burgess
- [PATCH 6/7] gdb: generate gdb-index identically regardless of work thread count
Andrew Burgess
- [PATCH 7/7] gdb: generate dwarf-5 index identically as worker-thread count changes
Andrew Burgess
- [PATCH 2/7] gdb: option completion for 'save gdb-index' command
Andrew Burgess
- [PATCH 5/7] gdb: C++-ify mapped_symtab from dwarf2/index-write.c
Andrew Burgess
- [PATCH 0/7] Changes to gdb-index creation
Andrew Burgess
- [PATCH 0/2] Make make-check-all.sh more accessible
Andrew Burgess
- [PATCH] gdb/python: display errors from command completion
Andrew Burgess
- [PATCH v3] gdb/testsuite: add test for backtracing for threaded inferiors from a corefile
Andrew Burgess
- [PATCH] [gdb/python] Don't import curses.ascii module unless necessary
Andrew Burgess
- [PATCH v3] gdb/testsuite: add test for backtracing for threaded inferiors from a corefile
Andrew Burgess
- [PUSHED] gdb/testsuite: improve test regexp in gdb_get_worker_threads
Andrew Burgess
- [PATCH] gdb/python: display errors from command completion
Andrew Burgess
- [PATCH v2 1/1] Fix detach bug when lwp has exited/terminated
Andrew Burgess
- [PATCH v5] gdb/testsuite: fix completion tests when using READ1
Andrew Burgess
- [PATCH 0/2] A few minor testsuite cleanups
Andrew Burgess
- [PATCH 1/2] gdb/testsuite: fix gdb.ada/complete.exp timeout in READ1 mode
Andrew Burgess
- [PATCH 2/2] gdb/testsuite: tighten up some end-of-line patterns
Andrew Burgess
- Introducing a GDB Code Of Conduct
Andrew Burgess
- [PATCH 2/3] gdbserver: allow the --debug command line option to take a value
Andrew Burgess
- [PATCHv2 0/3] Improve debug output support in gdbserver
Andrew Burgess
- [PATCHv2 1/3] gdb: fix GDB_DEBUG and GDBSERVER_DEBUG Makefile variables
Andrew Burgess
- [PATCHv2 2/3] gdbserver: allow the --debug command line option to take a value
Andrew Burgess
- [PATCHv2 3/3] gdbserver: allow for general 'monitor set debug COMPONENT VALUE' use
Andrew Burgess
- [PATCH] Regenerate gas/config.in and ld/configure
Nick Clifton
- [PATCH] gdb: RISC-V: Refine lr/sc sequence support
Palmer Dabbelt
- [PATCH v2] Fix hardware watchpoints in replay mode
Hannes Domani
- [PATCH] Fix resizing of TUI python windows
Hannes Domani
- [PATCH] Fix resizing of TUI python windows
Hannes Domani
- [PATCH] Fix breakpoints on symbols with multiple trampoline symbols
Hannes Domani
- [PATCH v4 2/2] [gdb] Fix segfault in for_each_block, part 2
Hannes Domani
- [PATCH v2] Fix hardware watchpoints in replay mode
Hannes Domani
- [PATCH v2] Fix hardware watchpoints in replay mode
Hannes Domani
- [PATCH v2] Fix hardware watchpoints in replay mode
Hannes Domani
- [PATCH v3] Fix hardware watchpoints in replay mode
Hannes Domani
- [PATCH] Fix breakpoints on symbols with multiple trampoline symbols
Hannes Domani
- [PATCH v2 1/3] [sim/riscv] Add basic semi-hosting support
Mike Frysinger
- [PATCH v2 2/3] [sim/riscv] Add support for compressed integer instruction set
Mike Frysinger
- [PATCH htdocs 1/2] css: start a file to hold common content
Mike Frysinger
- [PATCH 3/3] Implement the notStopped DAP response
Kévin Le Gouguec
- [PATCH 3/3] Implement the notStopped DAP response
Kévin Le Gouguec
- [PATCH v2 0/3] Implement the DAP notStopped response
Kévin Le Gouguec
- [PATCH v2 1/2] *: add modern gettext support
Kévin Le Gouguec
- [PATCH v2 1/2] *: add modern gettext support
Bruno Haible
- [PATCH 1/3] Automatically run (most) DAP requests in gdb thread
Alexandra Petlanova Hajkova
- [PATCH 2/3] Remove ExecutionInvoker
Alexandra Petlanova Hajkova
- [PATCH] Refactor DAP queue handling
Alexandra Petlanova Hajkova
- [PATCH 0/6] Add vDefaultInferiorFd feature
Alexandra Petlanova Hajkova
- [PATCH] [gdb/tui] Show regs when switching to regs layout
Alexandra Petlanova Hajkova
- [PATCH v2] [gdb/tui] Show regs when switching to regs layout
Alexandra Petlanova Hajkova
- [PATCH 1/2] [gdb/tui] Use const std::string for string literals in tui-stack.c
Alexandra Petlanova Hajkova
- [PATCH 2/2] [gdb/tui] Show focus window in status line
Alexandra Petlanova Hajkova
- [PATCH 0/2] Change all E_MIPS_* to EF_MIPS_*
Ying Huang
- [PATCH 1/2] gdb: mips: Change E_MIPS_* to EF_MIPS_*
Ying Huang
- [PATCH 2/2] sim: mips: Change E_MIPS_* to EF_MIPS_*
Ying Huang
- [PATCH 0/2] Change all E_MIPS_* to EF_MIPS_*
Ying Huang
- [PATCH 0/2] Change all E_MIPS_* to EF_MIPS_*
Ying Huang
- [PATCH v2 1/2] gdb: mips: Change E_MIPS_* to EF_MIPS_*
Ying Huang
- [PATCH v2 2/2] sim: mips: Change E_MIPS_* to EF_MIPS_*
Ying Huang
- [PATCH 0/6] Add vDefaultInferiorFd feature
Alexandra Hájková
- [PATCH 1/6] gdb.server/non-existing-program.exp: Use gdbserver_start.
Alexandra Hájková
- [PATCH 2/6] gdb/ser-pipe.c: Duplicate the file descriptors
Alexandra Hájková
- [PATCH 3/6] Add new vDefaultInferiorFd packet
Alexandra Hájková
- [PATCH 4/6] gdbserver/linux-low.cc: Connect the inferior to the terminal
Alexandra Hájková
- [PATCH 5/6] remote.c: Add terminal handling functions
Alexandra Hájková
- [PATCH 6/6] Add defaultinf.exp test to the testsuite
Alexandra Hájková
- [PATCH v4 1/2] gdb: add annotation in 'info locals' command for variables shadowing case
Ijaz, Abdul B
- [PATCH v4 1/2] gdb: add annotation in 'info locals' command for variables shadowing case
Ijaz, Abdul B
- [PATCH v4 1/2] gdb: add annotation in 'info locals' command for variables shadowing case
Ijaz, Abdul B
- [PATCH v5 1/2] gdb: add annotation in 'info locals' command for variables shadowing case
Ijaz, Abdul B
- [PATCH v5 1/2] gdb: add annotation in 'info locals' command for variables shadowing case
Ijaz, Abdul B
- [PATCH v5 0/2] add annotation in 'info locals' command for variables shadowing case
Abdul Basit Ijaz
- [PATCH v5 1/2] gdb: add annotation in 'info locals' command for variables shadowing case
Abdul Basit Ijaz
- [PATCH v5 2/2] gdb: add shadowed field in '-stack-list-locals/variables' mi commands
Abdul Basit Ijaz
- [PATCH v6 0/2] add annotation in 'info locals' command for variables shadowing case
Abdul Basit Ijaz
- [PATCH v6 1/2] gdb: add annotation in 'info locals' command for variables shadowing case
Abdul Basit Ijaz
- [PATCH v6 2/2] gdb: add shadowed field in '-stack-list-locals/variables' mi commands
Abdul Basit Ijaz
- [COMMITTED] Finalized intl-update patches (deux)
Sam James
- [COMMITTED] Finalized intl-update patches (trois)
Sam James
- [PATCH]-Change gdb.base/examine-backwards.exp testcase for AIX
Aditya Kamath1
- [PATCH]-Change gdb.base/examine-backwards.exp testcase for AIX
Aditya Kamath1
- [PATCH]-Change gdb.base/examine-backwards.exp testcase for AIX
Aditya Kamath1
- [PATCH]-Change gdb.base/examine-backwards.exp testcase for AIX
Aditya Kamath1
- [PATCH] Fix AIX thread NULL assertion failure during fork
Aditya Kamath1
- [PATCH] Fix gdb.base signal.exp test case in AIX
Aditya Kamath1
- [PATCH] Fix gdb.base signal.exp test case in AIX
Aditya Kamath1
- [PATCH] Fix AIX thread NULL assertion failure during fork
Aditya Kamath1
- [PATCH] Fix AIX thread NULL assertion failure during fork
Aditya Kamath1
- [PATCH] Fix AIX thread NULL assertion failure during fork
Aditya Kamath1
- [PATCH] Fix AIX thread NULL assertion failure during fork
Aditya Kamath1
- [PATCH] Fix AIX thread NULL assertion failure during fork
Aditya Kamath1
- [PATCH] Fix AIX thread NULL assertion failure during fork
Aditya Kamath1
- [PATCH] gdb/python: handle completion returning a non-sequence
Paul Koning
- [RFC] Adding a SECURITY policy for GDB
Paul Koning
- [PATCH v2] gdb: register frame_destroyed function for amd64 gdbarch
Guinevere Larsen
- [PATCH v6] [gdb]: add git trailer information on gdb/MAINTAINERS
Guinevere Larsen
- [External] : Re: [PATCH v2] gdb : Signal to pstack/gdb kills the attached process.
Guinevere Larsen
- [PATCH 1/3] gdb, gdbserver, zpoint: report z_point support
Guinevere Larsen
- [PATCH 0/3] Check for zpoint support when handling watchpoints
Guinevere Larsen
- [PATCH v4 0/2] Improving frame printing with recursive calls
Guinevere Larsen
- [PATCH v4 1/2] gdb/record: print frame information when exiting a recursive call
Guinevere Larsen
- [PATCH v4 2/2] gdb/infrun: simplify process_event_stop_test
Guinevere Larsen
- [Ping v4] [PATCH v3] gdb/testsuite: fix completion tests when using READ1
Guinevere Larsen
- [PATCH] Powerpc, fix for test gdb.base/unwind-on-each-insn.exp
Guinevere Larsen
- [PATCH v3] gdb: register frame_destroyed function for amd64 gdbarch
Guinevere Larsen
- [PATCH v3] gdb/testsuite: fix completion tests when using READ1
Guinevere Larsen
- [PATCH v4] gdb/testsuite: fix completion tests when using READ1
Guinevere Larsen
- [PATCH v4] gdb/testsuite: fix completion tests when using READ1
Guinevere Larsen
- [PING][PATCH] gdb: Guarantee that an SAL's end is right before the next statement
Guinevere Larsen
- [PING] [PATCH v3] gdb/testsuite: add test for backtracing for threaded inferiors from a corefile
Guinevere Larsen
- [FYI/pushed v4 03/25] Step over clone syscall w/ breakpoint, TARGET_WAITKIND_THREAD_CLONED
Guinevere Larsen
- [FYI/pushed v4 03/25] Step over clone syscall w/ breakpoint, TARGET_WAITKIND_THREAD_CLONED
Guinevere Larsen
- [PATCH v4 0/2] Improving frame printing with recursive calls
Guinevere Larsen
- [PATCH v2] Fix hardware watchpoints in replay mode
Guinevere Larsen
- [PATCH v4 1/2] gdb: add annotation in 'info locals' command for variables shadowing case
Guinevere Larsen
- [PATCH v2] Fix hardware watchpoints in replay mode
Guinevere Larsen
- [PINGv2][PATCH] gdb: Guarantee that an SAL's end is right before the next statement
Guinevere Larsen
- [PING][PATCH v3] gdb/testsuite: add test for backtracing for threaded inferiors from a corefile
Guinevere Larsen
- [PING][PATCH v6] [gdb]: add git trailer information on gdb/MAINTAINERS
Guinevere Larsen
- [PATCH v5] gdb/testsuite: fix completion tests when using READ1
Guinevere Larsen
- [PINGv2][PATCH v6] [gdb]: add git trailer information on gdb/MAINTAINERS
Guinevere Larsen
- [PINGv2][PATCH] gdb: Guarantee that an SAL's end is right before the next statement
Guinevere Larsen
- [PATCH v6] [gdb]: add git trailer information on gdb/MAINTAINERS
Guinevere Larsen
- [PATCH v6] [gdb]: add git trailer information on gdb/MAINTAINERS
Guinevere Larsen
- [PATCH v4 0/2] Improving frame printing with recursive calls
Guinevere Larsen
- [ PATCH 0/3] Fix GDB reverse execution behavior
Guinevere Larsen
- [ PATCH 0/3] Fix GDB reverse execution behavior
Guinevere Larsen
- Another fix for the mcore simulator
Jeff Law
- Another fix for the mcore simulator
Jeff Law
- [PATCH v2] gdb/s390: Add packed-stack support to the backchain unwinder
Ilya Leoshkevich
- [PATCH] gdb: RISC-V: Refine lr/sc sequence support
Yang Liu
- [PATCH] gdb: RISC-V: Refine lr/sc sequence support
Yang Liu
- [PATCH v2] gdb: RISC-V: Refine lr/sc sequence support
Yang Liu
- [PATCH] gdb: RISC-V: Refine lr/sc sequence support
Yang Liu
- [PATCH v3] gdb: RISC-V: Refine lr/sc sequence support
Yang Liu
- [PATCH v2] gdb: RISC-V: Refine lr/sc sequence support
Yang Liu
- PING Re: [PATCH 0/2] Fix reverse stepping multiple contiguous PC ranges over the line table.
Carl Love
- [PATCH 2/2] [gdb/symtab] Work around gas PR28629
Carl Love
- [PATCH 1/2, ver3] PowerPC, Fix-test-gdb.base-store.exp
Carl Love
- [PATCH] Powerpc, fix for test gdb.base/unwind-on-each-insn.exp
Carl Love
- [PATCH] Powerpc, fix for test gdb.base/unwind-on-each-insn.exp
Carl Love
- [PATCH ver 2] Fix the gdb.ada/inline-section-gc.exp test
Carl Love
- [PATCH ver 2] Fix the gdb.ada/inline-section-gc.exp test
Carl Love
- [PATCH ver3] Fix the gdb.ada/inline-section-gc.exp test
Carl Love
- Ada compile with -fvar-tracking
Carl Love
- Ada compile with -fvar-tracking
Carl Love
- Ada compile with -fvar-tracking
Carl Love
- Ada compile with -fvar-tracking
Carl Love
- Ada compile with -fvar-tracking
Carl Love
- Ada compile with -fvar-tracking
Carl Love
- Ada compile with -fvar-tracking
Carl Love
- Ada compile with -fvar-tracking
Carl Love
- [PATCH] PowerPC: Fix test gdb.ada/finish-large.exp
Carl Love
- [ PATCH 0/3] Fix GDB reverse execution behavior
Carl Love
- [ PATCH 1/3] Fix GDB reverse execution behavior
Carl Love
- [ PATCH 2/3] Fix GDB reverse execution behavior
Carl Love
- [PATCH 3/3] Fix GDB reverse execution behavior
Carl Love
- [ PATCH 1/3] Fix GDB reverse execution behavior
Carl Love
- [PATCH 3/3] Fix GDB reverse execution behavior
Carl Love
- [ PATCH 0/3] Fix GDB reverse execution behavior
Carl Love
- [PATCH] gdb/arm: remove thumb bit in arm_adjust_breakpoint_address
Luis Machado
- [PATCH 00/24] Fix reading and writing pseudo registers in non-current frames
Luis Machado
- [PATCH] Powerpc, fix for test gdb.base/unwind-on-each-insn.exp
Luis Machado
- [PATCH ver 2] Fix the gdb.ada/inline-section-gc.exp test
Luis Machado
- [PATCH 00/24] Fix reading and writing pseudo registers in non-current frames
Luis Machado
- [PATCH 00/24] Fix reading and writing pseudo registers in non-current frames
Luis Machado
- [PATCH 00/24] Fix reading and writing pseudo registers in non-current frames
Luis Machado
- [FYI/pushed v4 03/25] Step over clone syscall w/ breakpoint, TARGET_WAITKIND_THREAD_CLONED
Luis Machado
- Ada compile with -fvar-tracking
Luis Machado
- [PATCH] [gdb/tdep] Fix catching syscall execve exit for arm
Luis Machado
- [PING][PATCH v2] gdb/tdesc: Don't assign custom-group tdesc registers to 'general'
Luis Machado
- [PATCH] [gdb] Fix assert in delete_breakpoint
Luis Machado
- [PATCH v2] gdbserver: dump 'xx...x' in collect_register_as_string for unavailable register
Luis Machado
- [PATCH v3] gdb/testsuite: add test for backtracing for threaded inferiors from a corefile
Luis Machado
- [PATCH v3] gdb/testsuite: add test for backtracing for threaded inferiors from a corefile
Luis Machado
- [PATCH] [gdb/testsuite] Use more %progbits for arm
Luis Machado
- [PATCH v2 19/24] gdb: make aarch64_za_offsets_from_regnum return za_offsets
Luis Machado
- [PATCH v2 20/24] gdb: add missing raw register read in aarch64_sme_pseudo_register_write
Luis Machado
- [PATCH v2 24/24] gdb/testsuite: add tests for unwinding of pseudo registers
Luis Machado
- [PATCH v2 23/24] gdb: migrate arm to new gdbarch_pseudo_register_write
Luis Machado
- [PATCH v2 22/24] gdb: migrate arm to gdbarch_pseudo_register_read_value
Luis Machado
- [PATCH v2 21/24] gdb: migrate aarch64 to new gdbarch_pseudo_register_write
Luis Machado
- [PATCH v6] [gdb]: add git trailer information on gdb/MAINTAINERS
Luis Machado
- [PATCH v6] [gdb]: add git trailer information on gdb/MAINTAINERS
Luis Machado
- [PATCH v4 0/2] Improving frame printing with recursive calls
Luis Machado
- [ PATCH 2/3] Fix GDB reverse execution behavior
Luis Machado
- [ PATCH 1/3] Fix GDB reverse execution behavior
Luis Machado
- [PATCH 3/3] Fix GDB reverse execution behavior
Luis Machado
- [ PATCH 1/3] Fix GDB reverse execution behavior
Luis Machado
- [ PATCH 0/3] Fix GDB reverse execution behavior
Luis Machado
- [COMMITTED] sim: bpf: do not use semicolon to begin comments
Jose E. Marchesi
- [pushed] gdb: use gdb::byte_vector instead of gdb::def_vector<gdb_byte>
Simon Marchi
- [PATCH] gdbsupport: mark array_view::slice with [[nodiscard]]
Simon Marchi
- [PATCH 04/30] Use block_symbol::address in ada-tasks.c
Simon Marchi
- [PATCH 05/30] Use block_symbol::address in printcmd.c
Simon Marchi
- [PATCH 00/30] Baby step for objfile splitting
Simon Marchi
- [PATCH v2 1/9] Use .def file to stringify type codes
Simon Marchi
- [PATCH v2 2/9] Print field accessibility inline
Simon Marchi
- [PATCH v2 3/9] Remove byte vectors from cplus_struct_type
Simon Marchi
- [PATCH v2 0/9] Remove char-based bitfield macros
Simon Marchi
- [PATCH] gdbsupport: record and print failed selftest names
Simon Marchi
- [PATCH] gdbsupport: record and print failed selftest names
Simon Marchi
- [PATCH] gdbsupport: mark array_view::slice with [[nodiscard]]
Simon Marchi
- [PATCH] gdbsupport: mark array_view::slice with [[nodiscard]]
Simon Marchi
- [PATCH 0/3] Three random cleanups
Simon Marchi
- [PATCH 1/3] gdb: remove regcache's address space
Simon Marchi
- [PATCH 2/3] gdb: remove get_current_regcache
Simon Marchi
- [PATCH 3/3] gdb: pass address_space to target dcache functions
Simon Marchi
- [PATCH] Remove EXTERN_C and related defines
Simon Marchi
- [PATCH 1/2] [gdb] Fix segfault in for_each_block, part 1
Simon Marchi
- [RFC] Adding a SECURITY policy for GDB
Simon Marchi
- [RFC] Adding a SECURITY policy for GDB
Simon Marchi
- [RFC] Adding a SECURITY policy for GDB
Simon Marchi
- [PATCH v2 1/2] [gdb] Fix segfault in for_each_block, part 1
Simon Marchi
- [PATCH v2 2/2] [gdb] Fix segfault in for_each_block, part 2
Simon Marchi
- [PATCH] gdb/arm: remove thumb bit in arm_adjust_breakpoint_address
Simon Marchi
- [PATCH] gdb/arm: remove thumb bit in arm_adjust_breakpoint_address
Simon Marchi
- [PATCH 00/24] Fix reading and writing pseudo registers in non-current frames
Simon Marchi
- [PATCH 01/24] gdb: don't handle i386 k registers as pseudo registers
Simon Marchi
- [PATCH 02/24] gdb: use reg_buffer_common throughout gdbsupport/common-regcache.h
Simon Marchi
- [PATCH 03/24] gdb: make store_integer take an array_view
Simon Marchi
- [PATCH 04/24] gdb: simplify conditions in regcache::{read, write, raw_collect, raw_supply}_part
Simon Marchi
- [PATCH 05/24] gdb: change regcache interface to use array_view
Simon Marchi
- [PATCH 06/24] gdb: fix bugs in {get,put}_frame_register_bytes
Simon Marchi
- [PATCH 07/24] gdb: make put_frame_register take an array_view
Simon Marchi
- [PATCH 08/24] gdb: change value_of_register and value_of_register_lazy to take the next frame
Simon Marchi
- [PATCH 09/24] gdb: remove frame_register
Simon Marchi
- [PATCH 10/24] gdb: make put_frame_register take the next frame
Simon Marchi
- [PATCH 11/24] gdb: make put_frame_register_bytes take the next frame
Simon Marchi
- [PATCH 12/24] gdb: make get_frame_register_bytes take the next frame
Simon Marchi
- [PATCH 13/24] gdb: add value::allocate_register
Simon Marchi
- [PATCH 14/24] gdb: read pseudo register through frame
Simon Marchi
- [PATCH 15/24] gdb: change parameter name in frame_unwind_register_unsigned declaration
Simon Marchi
- [PATCH 16/24] gdb: rename gdbarch_pseudo_register_write to gdbarch_deprecated_pseudo_register_write
Simon Marchi
- [PATCH 17/24] gdb: add gdbarch_pseudo_register_write that takes a frame
Simon Marchi
- [PATCH 18/24] gdb: migrate i386 and amd64 to the new gdbarch_pseudo_register_write
Simon Marchi
- [PATCH 19/24] gdb: make aarch64_za_offsets_from_regnum return za_offsets
Simon Marchi
- [PATCH 20/24] gdb: add missing raw register read in aarch64_sme_pseudo_register_write
Simon Marchi
- [PATCH 21/24] gdb: migrate aarch64 to new gdbarch_pseudo_register_write
Simon Marchi
- [PATCH 22/24] gdb: migrate arm to gdbarch_pseudo_register_read_value
Simon Marchi
- [PATCH 23/24] gdb: migrate arm to new gdbarch_pseudo_register_write
Simon Marchi
- [PATCH 24/24] gdb/testsuite: add tests for unwinding of pseudo registers
Simon Marchi
- [PATCH 00/24] Fix reading and writing pseudo registers in non-current frames
Simon Marchi
- [PATCH 00/24] Fix reading and writing pseudo registers in non-current frames
Simon Marchi
- [PATCH 00/24] Fix reading and writing pseudo registers in non-current frames
Simon Marchi
- [PATCH 00/24] Fix reading and writing pseudo registers in non-current frames
Simon Marchi
- [PATCH v2 1/2] [gdb] Fix segfault in for_each_block, part 1
Simon Marchi
- [PATCH v3 2/3] [gdb] Eliminate local var pspace in inferior.c
Simon Marchi
- [PATCH v3 1/3] [gdb] Fix segfault in for_each_block, part 1
Simon Marchi
- [PATCH 00/24] Fix reading and writing pseudo registers in non-current frames
Simon Marchi
- [PATCH 18/24] gdb: migrate i386 and amd64 to the new gdbarch_pseudo_register_write
Simon Marchi
- [PATCH 00/24] Fix reading and writing pseudo registers in non-current frames
Simon Marchi
- [PATCH 05/24] gdb: change regcache interface to use array_view
Simon Marchi
- [PATCH 06/24] gdb: fix bugs in {get,put}_frame_register_bytes
Simon Marchi
- [pushed] gdb: normalize whitespaces in MAINTAINERS
Simon Marchi
- [PATCH 0/3] Appoint new maintainers
Simon Marchi
- [PATCH 1/3] gdb/MAINTAINERS: add John Baldwin as global maintainer
Simon Marchi
- [PATCH 2/3] gdb/MAINTAINERS: add Luis Machado as global maintainer
Simon Marchi
- [PATCH 3/3] gdb/MAINTAINERS: add Guinevere Larsen as record-full maintainer
Simon Marchi
- [PATCH] [gdb] Fix assert in delete_breakpoint
Simon Marchi
- [PATCH 16/24] gdb: rename gdbarch_pseudo_register_write to gdbarch_deprecated_pseudo_register_write
Simon Marchi
- [PATCH 17/24] gdb: add gdbarch_pseudo_register_write that takes a frame
Simon Marchi
- [PATCH] gdb: remove two uses of obstack
Simon Marchi
- [PATCH] gdb: remove address space numbers
Simon Marchi
- [PATCH 0/3] Three random cleanups
Simon Marchi
- [RFC 1/3] [gdb] Call gdbarch_get_syscall_number less often
Simon Marchi
- [RFC 1/3] [gdb] Call gdbarch_get_syscall_number less often
Simon Marchi
- [PATCH] [gdb] Fix assert in delete_breakpoint
Simon Marchi
- [pushed] gdb: fix build of darwin-nat.c
Simon Marchi
- [RFC 1/3] [gdb] Call gdbarch_get_syscall_number less often
Simon Marchi
- [PATCH 1/3] [gdb/tdep] Add syscall number cache
Simon Marchi
- [PATCH v2 00/24] Fix reading and writing pseudo registers in non-current frames
Simon Marchi
- [PATCH v2 01/24] gdb: don't handle i386 k registers as pseudo registers
Simon Marchi
- [PATCH v2 02/24] gdb: use reg_buffer_common throughout gdbsupport/common-regcache.h
Simon Marchi
- [PATCH v2 03/24] gdb: make store_integer take an array_view
Simon Marchi
- [PATCH v2 04/24] gdb: simplify conditions in regcache::{read, write, raw_collect, raw_supply}_part
Simon Marchi
- [PATCH v2 05/24] gdb: change regcache interface to use array_view
Simon Marchi
- [PATCH v2 06/24] gdb: fix bugs in {get,put}_frame_register_bytes
Simon Marchi
- [PATCH v2 07/24] gdb: make put_frame_register take an array_view
Simon Marchi
- [PATCH v2 08/24] gdb: change value_of_register and value_of_register_lazy to take the next frame
Simon Marchi
- [PATCH v2 09/24] gdb: remove frame_register
Simon Marchi
- [PATCH v2 10/24] gdb: make put_frame_register take the next frame
Simon Marchi
- [PATCH v2 11/24] gdb: make put_frame_register_bytes take the next frame
Simon Marchi
- [PATCH v2 12/24] gdb: make get_frame_register_bytes take the next frame
Simon Marchi
- [PATCH v2 13/24] gdb: add value::allocate_register
Simon Marchi
- [PATCH v2 14/24] gdb: read pseudo register through frame
Simon Marchi
- [PATCH v2 15/24] gdb: change parameter name in frame_unwind_register_unsigned declaration
Simon Marchi
- [PATCH v2 16/24] gdb: rename gdbarch_pseudo_register_write to gdbarch_deprecated_pseudo_register_write
Simon Marchi
- [PATCH v2 17/24] gdb: add gdbarch_pseudo_register_write that takes a frame
Simon Marchi
- [PATCH v2 18/24] gdb: migrate i386 and amd64 to the new gdbarch_pseudo_register_write
Simon Marchi
- [PATCH v2 19/24] gdb: make aarch64_za_offsets_from_regnum return za_offsets
Simon Marchi
- [PATCH v2 20/24] gdb: add missing raw register read in aarch64_sme_pseudo_register_write
Simon Marchi
- [PATCH v2 21/24] gdb: migrate aarch64 to new gdbarch_pseudo_register_write
Simon Marchi
- [PATCH v2 22/24] gdb: migrate arm to gdbarch_pseudo_register_read_value
Simon Marchi
- [PATCH v2 23/24] gdb: migrate arm to new gdbarch_pseudo_register_write
Simon Marchi
- [PATCH v2 24/24] gdb/testsuite: add tests for unwinding of pseudo registers
Simon Marchi
- [pushed] gdb: make catch_syscall_enabled return bool
Simon Marchi
- [PATCH 1/3] [gdb/tdep] Add syscall number cache
Simon Marchi
- [PATCH v2 19/24] gdb: make aarch64_za_offsets_from_regnum return za_offsets
Simon Marchi
- [PATCH v2 20/24] gdb: add missing raw register read in aarch64_sme_pseudo_register_write
Simon Marchi
- [PATCH v2 24/24] gdb/testsuite: add tests for unwinding of pseudo registers
Simon Marchi
- [PATCH] [gdb] Fix assert in delete_breakpoint
Simon Marchi
- [PATCH] i386: Use a fallback XSAVE layout for remote targets
Simon Marchi
- [RFC] Filter invalid encodings from Linux thread names
Simon Marchi
- [PATCH] i386: Use a fallback XSAVE layout for remote targets
Simon Marchi
- [PATCH] i386: Use a fallback XSAVE layout for remote targets
Simon Marchi
- [pushed] gdb: fix call to breakpoint_inserted_here_p in darwin-nat.c
Simon Marchi
- [COMMITTED PATCH] Fix procfs.c compilation
Simon Marchi
- [PATCH] [gdb] Fix assert in delete_breakpoint
Simon Marchi
- [PATCH v2 03/24] gdb: make store_integer take an array_view
Simon Marchi
- [PATCH v2 02/24] gdb: use reg_buffer_common throughout gdbsupport/common-regcache.h
Simon Marchi
- [PATCH v2 1/8] Use C++17 [[fallthrough]] attribute
Simon Marchi
- [PATCH v2 05/24] gdb: change regcache interface to use array_view
Simon Marchi
- [PATCH v2 02/24] gdb: use reg_buffer_common throughout gdbsupport/common-regcache.h
Simon Marchi
- [PATCH v2 1/8] Use C++17 [[fallthrough]] attribute
Simon Marchi
- [PATCH 0/2] Fix gdb.arch/aarch64-sme-core-*.exp failures
Simon Marchi
- [PATCH 1/2] gdb: return when exceeding buffer size in regcache::transfer_regset
Simon Marchi
- [PATCH 2/2] gdb: add missing regcache_map_entry array null terminators in aarch64-linux-tdep.c
Simon Marchi
- [PATCH 1/4 v7] gdb: Buffer output streams during events that might download debuginfo
Aaron Merey
- [PATCH 2/4 v2] gdb/progspace: Add reverse safe iterator and template for unwrapping iterator
Aaron Merey
- [PATCH 3/4 v4] gdb/debuginfod: Support on-demand debuginfo downloading
Aaron Merey
- [PATCH 4/4 v5] gdb/debuginfod: Add .debug_line downloading
Aaron Merey
- [PING*2][PATCH 1/4 v7] gdb: Buffer output streams during events that might download debuginfo
Aaron Merey
- [PING*2][PATCH 2/4 v2] gdb/progspace: Add reverse safe iterator and template for unwrapping iterator
Aaron Merey
- [PING*2][PATCH 3/4 v4] gdb/debuginfod: Support on-demand debuginfo downloading
Aaron Merey
- [PING*2][PATCH 4/4 v5] gdb/debuginfod: Add .debug_line downloading
Aaron Merey
- [PING*3][PATCH 1/4 v7] gdb: Buffer output streams during events that might download debuginfo
Aaron Merey
- [PING*3][PATCH 2/4 v2] gdb/progspace: Add reverse safe iterator and template for unwrapping iterator
Aaron Merey
- [PING*3][PATCH 3/4 v4] gdb/debuginfod: Support on-demand debuginfo downloading
Aaron Merey
- [PING*3][PATCH 4/4 v5] gdb/debuginfod: Add .debug_line downloading
Aaron Merey
- [COMMITTED PATCH] Fix procfs.c compilation
Rainer Orth
- [PATCH v2 0/3] sim: riscv: Compressed instruction simulation and semi-hosting support
Jaydeep Patil
- [RFC] Adding a SECURITY policy for GDB
Siddhesh Poyarekar
- [RFC] Adding a SECURITY policy for GDB
Siddhesh Poyarekar
- [RFC] Adding a SECURITY policy for GDB
Siddhesh Poyarekar
- [PATCH 1/1] rust-parse: Infer some integer constants as u64
The Puzzlemaker
- [FIXED] [PATCH 1/1] rust-parse: Infer some integer constants as u64
The Puzzlemaker
- [RFC][PATCH?] fixed some segfaults and bugs in mdebug support
Zeck S
- Filtering shadowed variables in info local
Sargsyan, Eduard
- [External] : Re: [PATCH] gdb : Signal to pstack/gdb kills the attached process.
Partha Satapathy
- [External] : Re: [PATCH v2] gdb : Signal to pstack/gdb kills the attached process.
Partha Satapathy
- [External] : Re: [PATCH v3] gdb : Signal to pstack/gdb kills the attached process.
Partha Satapathy
- [PING][PATCH 1/1] gdb, infrun: assertion for a possibly uninitialized variable
Schimpe, Christina
- [PATCH v2 0/9] Remove char-based bitfield macros
Keith Seitz
- [PATCH 1/1] gdb: Fix segfault with a negative .dynamic section size
Keith Seitz
- Ada compile with -fvar-tracking
Keith Seitz
- [PATCH] Fix small bug in compile.exp
Keith Seitz
- [PATCH] gdb/s390: Add packed-stack support to the backchain unwinder
Keith Seitz
- [COMMITTED PATCH v2 0/9] GDB: Require C++17
Lancelot Six
- [COMMITTED PATCH v2 1/9] gdb: Use C++17's std::make_unique instead of gdb::make_unique
Lancelot Six
- [COMMITTED PATCH v2 2/9] gdb: Replace gdb::optional with std::optional
Lancelot Six
- [COMMITTED PATCH v2 3/9] gdbsupport: remove gdb::optional
Lancelot Six
- [COMMITTED PATCH v2 4/9] gdb: Use std::string_view instead of gdb::string_view
Lancelot Six
- [COMMITTED PATCH v2 5/9] gdb: Remove uses of gdb::to_string (const std::string_view &)
Lancelot Six
- [COMMITTED PATCH v2 6/9] gdbsupport: Remove gdb::string_view
Lancelot Six
- [COMMITTED PATCH v2 7/9] gdbsupport: Replace gdb::invoke_result with std::invoke_result
Lancelot Six
- [COMMITTED PATCH v2 8/9] gdb/disasm.h: Mark callbacks noexcept unconditionally
Lancelot Six
- [COMMITTED PATCH v2 9/9] gdb: Use initializers in lambda captures unconditionally
Lancelot Six
- [PATCH 0/2] Change all E_MIPS_* to EF_MIPS_*
YunQiang Su
- [PATCH 0/7] Handle nested functions in DAP
Tom Tromey
- [PATCH 1/7] Add two convenience methods to block
Tom Tromey
- [PATCH 2/7] Add block::function_block
Tom Tromey
- [PATCH 3/7] Move follow_static_link to frame.c
Tom Tromey
- [PATCH 4/7] Add gdb.Frame.static_link method
Tom Tromey
- [PATCH 5/7] Fix a bug in DAP scopes code
Tom Tromey
- [PATCH 6/7] Handle the static link in FrameDecorator
Tom Tromey
- [PATCH 7/7] Update gdb.Symbol.is_variable documentation
Tom Tromey
- [PATCH] Handle StackFrameFormat in DAP
Tom Tromey
- [PATCH v2 1/9] Use .def file to stringify type codes
Tom Tromey
- [PATCH v2 2/9] Print field accessibility inline
Tom Tromey
- [PATCH v2 3/9] Remove byte vectors from cplus_struct_type
Tom Tromey
- [PATCH v3 0/9] Remove char-based bitfield macros
Tom Tromey
- [PATCH v3 1/9] Use .def file to stringify type codes
Tom Tromey
- [PATCH v3 2/9] Print field accessibility inline
Tom Tromey
- [PATCH v3 3/9] Remove byte vectors from cplus_struct_type
Tom Tromey
- [PATCH v3 4/9] Add field::is_public
Tom Tromey
- [PATCH v3 5/9] Remove some QUIT calls from need_access_label_p
Tom Tromey
- [PATCH v3 6/9] Remove some type field accessor macros
Tom Tromey
- [PATCH v3 7/9] Remove char-based bitfield macros
Tom Tromey
- [PATCH v3 8/9] Use enum accessibility in types and member functions
Tom Tromey
- [PATCH v3 9/9] Simplify C++ type-printing
Tom Tromey
- [PATCH] gdbsupport: mark array_view::slice with [[nodiscard]]
Tom Tromey
- [PATCH] gdbsupport: record and print failed selftest names
Tom Tromey
- [PATCH 2/2] [gdb/symtab] Work around gas PR28629
Tom Tromey
- [PATCH] gdbsupport: mark array_view::slice with [[nodiscard]]
Tom Tromey
- [PATCH 00/19] Add hash table to gdbsupport
Tom Tromey
- [pushed] Remove unused declaration
Tom Tromey
- [PATCH 04/30] Use block_symbol::address in ada-tasks.c
Tom Tromey
- [PATCH 05/30] Use block_symbol::address in printcmd.c
Tom Tromey
- [PATCH 00/30] Baby step for objfile splitting
Tom Tromey
- [PATCH v2 00/31] Baby step for objfile splitting
Tom Tromey
- [PATCH v2 01/31] Introduce block-symbol.h
Tom Tromey
- [PATCH v2 02/31] Add block_symbol::address
Tom Tromey
- [PATCH v2 03/31] Add bound_symbol
Tom Tromey
- [PATCH v2 04/31] Easy conversions to use block_symbol::address
Tom Tromey
- [PATCH v2 05/31] Use block_symbol::address in ada-tasks.c
Tom Tromey
- [PATCH v2 06/31] Use block_symbol::address in printcmd.c
Tom Tromey
- [PATCH v2 07/31] Use bound_symbol::address in tracepoint.c
Tom Tromey
- [PATCH v2 08/31] Use block_symbol::address in tracepoint.c
Tom Tromey
- [PATCH v2 09/31] Use block_symbol::address in ax-gdb.c
Tom Tromey
- [PATCH v2 10/31] Use block_symbol::address in linespec.c
Tom Tromey
- [PATCH v2 11/31] Use block_symbol::address in ada-lang.c
Tom Tromey
- [PATCH v2 12/31] Use bound_symbol::address in symmisc.c
Tom Tromey
- [PATCH v2 13/31] Introduce read_var_value overload
Tom Tromey
- [PATCH v2 14/31] Use read_var_value in gdb/compile
Tom Tromey
- [PATCH v2 15/31] Return a block_symbol from find_pc_sect_function
Tom Tromey
- [PATCH v2 16/31] Use read_var_value overload in finish_command_fsm
Tom Tromey
- [PATCH v2 17/31] Use block_symbol in overload-handling code
Tom Tromey
- [PATCH v2 18/31] Change evaluate_var_value to accept a block_symbol
Tom Tromey
- [PATCH v2 19/31] Change value_of_variable to take a block_symbol
Tom Tromey
- [PATCH v2 20/31] Return a block_symbol from get_frame_function
Tom Tromey
- [PATCH v2 21/31] Use read_var_value overload in return_command
Tom Tromey
- [PATCH v2 22/31] Use read_var_value overload in py-finishbreakpoint.c
Tom Tromey
- [PATCH v2 23/31] Use read_var_value overload in py-framefilter.c
Tom Tromey
- [PATCH v2 24/31] Use read_var_value overload in Guile
Tom Tromey
- [PATCH v2 25/31] Use read_var_value in read_frame_arg and read_frame_local
Tom Tromey
- [PATCH v2 26/31] Change print_variable_and_value to take a block_symbol
Tom Tromey
- [PATCH v2 27/31] Change find_frame_funname to return a block_symbol
Tom Tromey
- [PATCH v2 28/31] Change btrace_function::sym to a block_symbol
Tom Tromey
- [PATCH v2 29/31] Use read_var_value overload in Python
Tom Tromey
- [PATCH v2 30/31] Remove the old read_var_value
Tom Tromey
- [PATCH v2 31/31] Change language_defn::read_var_value to accept block_symbol
Tom Tromey
- [PATCH] Pre-read DWZ file in DWARF reader
Tom Tromey
- [PATCH] Remove EXTERN_C and related defines
Tom Tromey
- [PATCH v2 00/31] Baby step for objfile splitting
Tom Tromey
- [PATCH 0/3] Implement the DAP notStopped response
Tom Tromey
- [PATCH 1/3] Automatically run (most) DAP requests in gdb thread
Tom Tromey
- [PATCH 2/3] Remove ExecutionInvoker
Tom Tromey
- [PATCH 3/3] Implement the notStopped DAP response
Tom Tromey
- [PATCH ver 2] Fix the gdb.ada/inline-section-gc.exp test
Tom Tromey
- [PATCH 3/3] Implement the notStopped DAP response
Tom Tromey
- [PATCH 3/3] Implement the notStopped DAP response
Tom Tromey
- [PATCH v2 0/3] Implement the DAP notStopped response
Tom Tromey
- [PATCH v2 1/3] Automatically run (most) DAP requests in gdb thread
Tom Tromey
- [PATCH v2 2/3] Remove ExecutionInvoker
Tom Tromey
- [PATCH v2 3/3] Implement the notStopped DAP response
Tom Tromey
- [PATCH 3/3] Implement the notStopped DAP response
Tom Tromey
- [PATCH ver3] Fix the gdb.ada/inline-section-gc.exp test
Tom Tromey
- [PATCH v2 00/18] Index DWARf in the background
Tom Tromey
- [PATCH v2 01/18] Don't use objfile::intern in DWO code
Tom Tromey
- [PATCH v2 02/18] Pre-read DWZ section data
Tom Tromey
- [PATCH v2 03/18] Add a couple of bfd_cache_close calls
Tom Tromey
- [PATCH v2 04/18] Add thread-safety to gdb's BFD wrappers
Tom Tromey
- [PATCH v2 05/18] Refactor complaint thread-safety approach
Tom Tromey
- [PATCH v2 06/18] Add quick_symbol_functions::compute_main_name
Tom Tromey
- [PATCH v2 07/18] Add gdb::task_group
Tom Tromey
- [PATCH v2 08/18] Move cooked_index_storage to cooked-index.h
Tom Tromey
- [PATCH v2 09/18] Add "maint set dwarf synchronous"
Tom Tromey
- [PATCH v2 10/18] Change how cooked index waits for threads
Tom Tromey
- [PATCH v2 11/18] Do more DWARF reading in the background
Tom Tromey
- [PATCH v2 12/18] Simplify the public DWARF API
Tom Tromey
- [PATCH v2 13/18] Remove two quick_symbol_functions methods
Tom Tromey
- [PATCH v2 14/18] Change current_language to be a macro
Tom Tromey
- [PATCH v2 15/18] Lazy language setting
Tom Tromey
- [PATCH v2 16/18] Optimize lookup_minimal_symbol_text
Tom Tromey
- [PATCH v2 17/18] Avoid language-based lookups in startup path
Tom Tromey
- [PATCH v2 18/18] Back out some parallel_for_each features
Tom Tromey
- [PATCHv2 5/5] gdb: implement missing debug handler hook for Python
Tom Tromey
- [PATCHv2 0/5] New Python hook for missing debug information
Tom Tromey
- [PATCHv2 0/5] New Python hook for missing debug information
Tom Tromey
- [PATCH 1/2] gdb: move all bfd_cache_close_all calls in gdb_bfd.c
Tom Tromey
- [PATCH 0/2] BFD cache management And Exec file with target: prefix
Tom Tromey
- [PATCH] Remove declaration of re_comp
Tom Tromey
- [PATCH] [gdb/tui] Factor out tui_noscroll_window et al
Tom Tromey
- [PATCH] [gdb/tui] Factor out tui_noscroll_window et al
Tom Tromey
- [PATCH 1/1] gdb: Fix segfault with a negative .dynamic section size
Tom Tromey
- [PATCH 1/1] gdb: Fix segfault with a negative .dynamic section size
Tom Tromey
- [PATCHv2 0/5] New Python hook for missing debug information
Tom Tromey
- [PATCH 1/1] gdb, infrun: assertion for a possibly uninitialized variable
Tom Tromey
- [PATCH 0/2] Make make-check-all.sh more accessible
Tom Tromey
- [PATCH 1/2] [gdb/tui] Allow command window of 1 or 2 lines
Tom Tromey
- [PATCH 1/3] [gdb/tui] Refactor prefresh call in tui_source_window_base::refresh_window
Tom Tromey
- [PATCH 2/3] [gdb/tui] Add tui_win_info::{box_width,box_size}
Tom Tromey
- [PATCH 3/3] [gdb/tui] Don't include border_width in left_margin
Tom Tromey
- [PATCHv2 1/2] Implement locals TUI window
Tom Tromey
- [PATCH] Ignore static members in NoOpStructPrinter
Tom Tromey
- [PATCH] [gdb/tui] Factor out tui_noscroll_window et al
Tom Tromey
- [PATCH 3/3] gdb: handle default argument in make-target-delegates.py
Tom Tromey
- [PATCH 1/3] gdb: regenerate target-delegates.c
Tom Tromey
- [PATCH v3 1/3] gdb, gdbserver, zpoint: report z_point support
Tom Tromey
- [PATCH v3 2/3] gdb, breakpoint: add a breakpoint type converter
Tom Tromey
- [PATCH v3 3/3] gdb, zpoint: check for target hardware breakpoint support
Tom Tromey
- [PATCH 0/7] Handle nested functions in DAP
Tom Tromey
- [PATCH] gdb: remove two uses of obstack
Tom Tromey
- [RFC] Filter invalid encodings from Linux thread names
Tom Tromey
- [PATCH 0/7] Handle nested functions in DAP
Tom Tromey
- [PATCH 1/1] gdb: Fix segfault with a negative .dynamic section size
Tom Tromey
- [pushed] Remove some redundant "break"s
Tom Tromey
- [PATCH v1] [gdb/python]: Add StepEndedEvent (simplifies DAP)
Tom Tromey
- [PATCH 0/3] Simplify DAP stop reason emission
Tom Tromey
- [PATCH 1/3] Move py_ui_out to a new header
Tom Tromey
- [PATCH 2/3] Emit stop reason details in Python stop events
Tom Tromey
- [PATCH 3/3] Simplify DAP stop-reason code
Tom Tromey
- [pushed] Remove path name from test case
Tom Tromey
- [PATCH] Emit DAP "process" event
Tom Tromey
- Ada compile with -fvar-tracking
Tom Tromey
- Ada compile with -fvar-tracking
Tom Tromey
- [PATCH] Check gdb_python_module in gdbpy_handle_missing_debuginfo
Tom Tromey
- [PATCH 6/7] Handle the static link in FrameDecorator
Tom Tromey
- [PATCH] Minor cleanup in ada-nested.exp
Tom Tromey
- [PATCH 1/1] gdb: Fix segfault with a negative .dynamic section size
Tom Tromey
- [PATCH 6/7] Handle the static link in FrameDecorator
Tom Tromey
- [PATCH v2] Minor cleanups in ada-nested.exp
Tom Tromey
- Ada compile with -fvar-tracking
Tom Tromey
- [PATCH v2] Minor cleanups in ada-nested.exp
Tom Tromey
- [PATCH] Check gdb_python_module in gdbpy_handle_missing_debuginfo
Tom Tromey
- Ada compile with -fvar-tracking
Tom Tromey
- [PATCH] Refactor DAP queue handling
Tom Tromey
- [PATCH 0/2] Call target_can_do_single_step from maybe_software_singlestep
Tom Tromey
- [PATCH] Fix small bug in compile.exp
Tom Tromey
- [PATCH] Check gdb_python_module in gdbpy_handle_missing_debuginfo
Tom Tromey
- [PATCHv2 5/5] gdb: implement missing debug handler hook for Python
Tom Tromey
- [PATCH] gdb/python: handle completion returning a non-sequence
Tom Tromey
- Ada compile with -fvar-tracking
Tom Tromey
- [PATCH] PowerPC: Fix test gdb.ada/finish-large.exp
Tom Tromey
- [PATCH v3 3/3] gdb, zpoint: check for target hardware breakpoint support
Tom Tromey
- [PATCH] Handle StackFrameFormat in DAP
Tom Tromey
- [PATCH v3] gdb/tui: add a vsplit layout
Tom Tromey
- [PATCH 0/3] Three random cleanups
Tom Tromey
- [PATCH v4 0/2] Improving frame printing with recursive calls
Tom Tromey
- [PATCH 0/3] Improve debug output support in gdbserver
Tom Tromey
- [PATCH 0/3] Improve debug output support in gdbserver
Tom Tromey
- [PATCH v3] gdb: Enable early init of thread pool size
Tom Tromey
- [PATCH v2 0/3] Implement the DAP notStopped response
Tom Tromey
- [PATCH 3/3] gdb: handle default argument in make-target-delegates.py
Tom Tromey
- [PATCH] Fix bug in DAP handling of 'pause' requests
Tom Tromey
- [pushed] Remove extraneous blocks from dwarf2/read.c:new_symbol
Tom Tromey
- [PATCH v2 1/1] gdb: Fix segfault with a big .dynamic section size
Tom Tromey
- [PATCH 00/29] Restructure symbol domains
Tom Tromey
- [PATCH 01/29] Fix bug in cooked index scanner
Tom Tromey
- [PATCH 02/29] Small cleanup in DWARF reader
Tom Tromey
- [PATCH 03/29] Make nsalias.exp more reliable
Tom Tromey
- [PATCH 04/29] Fix latent bug in mdebugread.c
Tom Tromey
- [PATCH 05/29] Give names to unspecified types
Tom Tromey
- [PATCH 06/29] Remove NR_DOMAINS
Tom Tromey
- [PATCH 07/29] Simplify symbol_to_info_string
Tom Tromey
- [PATCH 08/29] Split up a big 'if' in symtab.c
Tom Tromey
- [PATCH 09/29] Use a .def file for domain_enum
Tom Tromey
- [PATCH 10/29] Add two new symbol domains
Tom Tromey
- [PATCH 11/29] Add domain_search_flags
Tom Tromey
- [PATCH 12/29] Replace search_domain with domain_search_flags
Tom Tromey
- [PATCH 13/29] Remove a check of VAR_DOMAIN
Tom Tromey
- [PATCH 14/29] Introduce "scripting" domains
Tom Tromey
- [PATCH 15/29] Use domain_search_flags in lookup_global_symbol_language
Tom Tromey
- [PATCH 16/29] Use domain_search_flags in lookup_symbol et al
Tom Tromey
- [PATCH 17/29] Remove some obsolete Python constants
Tom Tromey
- [PATCH 18/29] Remove old symbol_matches_domain
Tom Tromey
- [PATCH 19/29] Use the new symbol domains
Tom Tromey
- [PATCH 20/29] Simplify some symbol searches in Ada code
Tom Tromey
- [PATCH 21/29] Simplify some symbol searches in linespec.c
Tom Tromey
- [PATCH 22/29] Only search for "main" as a function
Tom Tromey
- [PATCH 23/29] Only look for functions in expand_symtabs_for_function
Tom Tromey
- [PATCH 24/29] Use a function-domain search in inside_main_func
Tom Tromey
- [PATCH 25/29] Only search types in cp_lookup_rtti_type
Tom Tromey
- [PATCH 26/29] Only search types in lookup_typename
Tom Tromey
- [PATCH 27/29] Only search for functions in rust_structop::evaluate_funcall
Tom Tromey
- [PATCH 28/29] Refine search in cp_search_static_and_baseclasses
Tom Tromey
- [PATCH 29/29] Document new Python and Guile constants
Tom Tromey
- [PATCH v2 11/18] Do more DWARF reading in the background
Tom Tromey
- [PATCH] Refactor DAP queue handling
Tom Tromey
- No subject
Tom Tromey
- [PATCH v2 1/8] Use C++17 [[fallthrough]] attribute
Tom Tromey
- [PATCH v2 2/8] Switch to -Wimplicit-fallthrough=5
Tom Tromey
- [PATCH v2 3/8] Enable some C++14 code in array-view.h
Tom Tromey
- [PATCH v2 4/8] Use try_emplace in index-write.c
Tom Tromey
- [PATCH v2 5/8] Rely on C++17 <new> in new-op.cc
Tom Tromey
- [PATCH v2 6/8] Rely on copy elision in scope-exit.h
Tom Tromey
- [PATCH v2 7/8] Use C++17 void_t
Tom Tromey
- [PATCH v2 8/8] Remove gdb_static_assert
Tom Tromey
- [PATCH 0/4] Improve Ada name lookup performance
Tom Tromey
- [PATCH 1/4] Improve performance of Ada name searches
Tom Tromey
- [PATCH 2/4] Always use expand_symtabs_matching in ada-lang.c
Tom Tromey
- [PATCH 3/4] Remove split_style::UNDERSCORE
Tom Tromey
- [PATCH 4/4] Remove quick_symbol_functions::expand_matching_symbols
Tom Tromey
- [PATCH v3 0/9] Remove char-based bitfield macros
Tom Tromey
- [PATCH v3 8/9] Use enum accessibility in types and member functions
Tom Tromey
- [PATCH v3 8/9] Use enum accessibility in types and member functions
Tom Tromey
- [PATCH] Fix build with GCC 7.5
Tom Tromey
- [PATCH] Fix build with GCC 7.5
Tom Tromey
- [PATCH] Fix off-by-one error in compute_delayed_physnames
Tom Tromey
- [PATCH v3 00/18] Index DWARF in the background
Tom Tromey
- [PATCH v3 01/18] Don't use objfile::intern in DWO code
Tom Tromey
- [PATCH v3 02/18] Pre-read DWZ section data
Tom Tromey
- [PATCH v3 03/18] Add a couple of bfd_cache_close calls
Tom Tromey
- [PATCH v3 04/18] Add thread-safety to gdb's BFD wrappers
Tom Tromey
- [PATCH v3 05/18] Refactor complaint thread-safety approach
Tom Tromey
- [PATCH v3 06/18] Add quick_symbol_functions::compute_main_name
Tom Tromey
- [PATCH v3 07/18] Add gdb::task_group
Tom Tromey
- [PATCH v3 08/18] Move cooked_index_storage to cooked-index.h
Tom Tromey
- [PATCH v3 09/18] Add "maint set dwarf synchronous"
Tom Tromey
- [PATCH v3 10/18] Change how cooked index waits for threads
Tom Tromey
- [PATCH v3 11/18] Do more DWARF reading in the background
Tom Tromey
- [PATCH v3 12/18] Simplify the public DWARF API
Tom Tromey
- [PATCH v3 13/18] Remove two quick_symbol_functions methods
Tom Tromey
- [PATCH v3 14/18] Change current_language to be a macro
Tom Tromey
- [PATCH v3 15/18] Lazy language setting
Tom Tromey
- [PATCH v3 16/18] Optimize lookup_minimal_symbol_text
Tom Tromey
- [PATCH v3 17/18] Avoid language-based lookups in startup path
Tom Tromey
- [PATCH v3 18/18] Back out some parallel_for_each features
Tom Tromey
- [PATCH] Allow cast of 128-bit integer to pointer
Tom Tromey
- [FIXED] [PATCH 1/1] rust-parse: Infer some integer constants as u64
Tom Tromey
- [PATCH] [gdb/tui] Fix displaying main after resizing
Tom Tromey
- [PATCH] Fix bug in DAP handling of 'pause' requests
Tom Tromey
- [PATCH 2/7] gdb: option completion for 'save gdb-index' command
Tom Tromey
- [PATCH 5/7] gdb: C++-ify mapped_symtab from dwarf2/index-write.c
Tom Tromey
- [PATCH 0/7] Changes to gdb-index creation
Tom Tromey
- Another fix for the mcore simulator
Tom Tromey
- [PATCH] [gdb/testsuite] Add boards/cc-with-index-cache.exp
Tom Tromey
- [PATCH 0/6] Fix error messages from serial code
Tom Tromey
- [PATCH v4] gdb: Enable early init of thread pool size
Tom Tromey
- Another fix for the mcore simulator
Tom Tromey
- [PATCH] gdb/python: display errors from command completion
Tom Tromey
- [PATCH] [gdb] Fix assert in delete_breakpoint
Tom Tromey
- [PATCH] Emit DAP "process" event
Tom Tromey
- [PATCH] Remove some DAP helper functions
Tom Tromey
- [PATCH] Fix dynamic type resolution for LOC_CONST and LOC_CONST_BYTES symbols
Tom Tromey
- [PATCH] [gdb/doc] Escape the '@' symbols in generated texinfo files.
Tom Tromey
- [PATCH] Fix dynamic type resolution for LOC_CONST and LOC_CONST_BYTES symbols
Tom Tromey
- (unknown)
Tom Tromey
- [PATCH v2 1/8] Use C++17 [[fallthrough]] attribute
Tom Tromey
- [PATCH 1/2] gdb/testsuite: fix gdb.ada/complete.exp timeout in READ1 mode
Tom Tromey
- [PATCH 2/2] gdb/testsuite: tighten up some end-of-line patterns
Tom Tromey
- [PATCH] [gdb/build] Fix adding -DNDEBUG to python flags of release build
Tom Tromey
- [PATCH] Add link to Debugger Adapter Protocol node in documentation
Tom Tromey
- [PATCH 1/2] [gdb/symtab] Add producer_is_gas
Tom de Vries
- [PATCH 2/2] [gdb/symtab] Work around gas PR28629
Tom de Vries
- [PATCH] [gdb/tdep] Fix nr array elements in ppc64_aggregate_candidate
Tom de Vries
- [PATCH 0/2] [gdb] Fix segfault in for_each_block
Tom de Vries
- [PATCH 1/2] [gdb] Fix segfault in for_each_block, part 1
Tom de Vries
- [PATCH 2/2] [gdb] Fix segfault in for_each_block, part 2
Tom de Vries
- [PATCH 2/2] [gdb/symtab] Work around gas PR28629
Tom de Vries
- [pushed] [gdb/testsuite] Fix gdb.dwarf2/dw2-gas-workaround.exp
Tom de Vries
- [PATCH 2/2] [gdb/symtab] Work around gas PR28629
Tom de Vries
- [PATCH] gdb: fix auxv cache clearing from new_objfile observer
Tom de Vries
- [PATCH v2 0/2] [gdb] Fix segfault in for_each_block
Tom de Vries
- [PATCH v2 1/2] [gdb] Fix segfault in for_each_block, part 1
Tom de Vries
- [PATCH v2 2/2] [gdb] Fix segfault in for_each_block, part 2
Tom de Vries
- [PATCH 1/2] [gdb] Fix segfault in for_each_block, part 1
Tom de Vries
- [PATCH 1/2] [gdb] Fix segfault in for_each_block, part 1
Tom de Vries
- [PATCH 1/2] [gdb/tui] Allow command window of 1 or 2 lines
Tom de Vries
- [PATCH 2/2] [gdb/tui] Fix resizing of terminal to 1 or 2 lines
Tom de Vries
- [PATCH v3 0/3] [gdb] Fix segfault in for_each_block
Tom de Vries
- [PATCH v3 1/3] [gdb] Fix segfault in for_each_block, part 1
Tom de Vries
- [PATCH v3 2/3] [gdb] Eliminate local var pspace in inferior.c
Tom de Vries
- [PATCH v3 3/3] [gdb] Fix segfault in for_each_block, part 2
Tom de Vries
- [PATCH v2 1/2] [gdb] Fix segfault in for_each_block, part 1
Tom de Vries
- [PATCH v2 2/2] [gdb] Fix segfault in for_each_block, part 2
Tom de Vries
- [PATCH v4 0/2] [gdb] Fix segfault in for_each_block
Tom de Vries
- [PATCH v4 1/2] [gdb] Fix segfault in for_each_block, part 1
Tom de Vries
- [PATCH v4 2/2] [gdb] Fix segfault in for_each_block, part 2
Tom de Vries
- [PATCH v3 1/3] [gdb] Fix segfault in for_each_block, part 1
Tom de Vries
- [PATCH v3 2/3] [gdb] Eliminate local var pspace in inferior.c
Tom de Vries
- [PATCH 1/3] [gdb/tui] Refactor prefresh call in tui_source_window_base::refresh_window
Tom de Vries
- [PATCH 2/3] [gdb/tui] Add tui_win_info::{box_width,box_size}
Tom de Vries
- [PATCH 3/3] [gdb/tui] Don't include border_width in left_margin
Tom de Vries
- [PATCH] [gdb/tui] Handle shared border in fixed-sized layout
Tom de Vries
- [PATCH] [gdb/tui] Factor out tui_noscroll_window et al
Tom de Vries
- [PATCH v2 11/18] Do more DWARF reading in the background
Tom de Vries
- [PATCH 1/2] [gdb/tui] Make assert in tui_find_disassembly_address more strict
Tom de Vries
- [PATCH] [gdb/tui] Factor out tui_noscroll_window et al
Tom de Vries
- [PATCH] [gdb] Fix assert in delete_breakpoint
Tom de Vries
- [FYI/pushed v4 00/25] Step over thread clone and thread exit
Tom de Vries
- [PATCH v2 11/18] Do more DWARF reading in the background
Tom de Vries
- [PATCH 1/2] [gdb/tui] Allow command window of 1 or 2 lines
Tom de Vries
- [PATCH] [gdb/tui] Factor out tui_noscroll_window et al
Tom de Vries
- [PATCH] [gdb/testsuite] Fix spurious FAILs with examine-backward.exp, again
Tom de Vries
- [PATCH] Fix gdb.threads/stepi-over-clone.exp regexp
Tom de Vries
- [FYI/pushed v4 00/25] Step over thread clone and thread exit
Tom de Vries
- [PATCH] [gdb/tui] Factor out tui_noscroll_window et al
Tom de Vries
- [PATCH] [gdb] Fix assert in delete_breakpoint
Tom de Vries
- [PATCH] [gdb] Fix assert in delete_breakpoint
Tom de Vries
- [PATCH 6/7] Handle the static link in FrameDecorator
Tom de Vries
- [PATCHv2 5/5] gdb: implement missing debug handler hook for Python
Tom de Vries
- [PATCH 6/7] Handle the static link in FrameDecorator
Tom de Vries
- [PATCH v2] Minor cleanups in ada-nested.exp
Tom de Vries
- [PATCHv2 5/5] gdb: implement missing debug handler hook for Python
Tom de Vries
- [PATCH] [gdb/tdep] Fix catching syscall execve exit for arm
Tom de Vries
- [PATCH] [gdb/tdep] Use PTRACE_GET_SYSCALL_INFO for syscall number
Tom de Vries
- [RFC 1/3] [gdb] Call gdbarch_get_syscall_number less often
Tom de Vries
- [RFC 2/3] [gdb/tdep] Add gdbarch_extended_event_to_syscall
Tom de Vries
- [RFC 3/3] [gdb] Use ptrace events to get current syscall
Tom de Vries
- [PATCH] [gdb/tui] Refactor tui_layout_split::apply
Tom de Vries
- [PATCH] [gdb/tdep] Use PTRACE_GET_SYSCALL_INFO for syscall number
Tom de Vries
- [RFC 1/3] [gdb] Call gdbarch_get_syscall_number less often
Tom de Vries
- [PATCH] [gdb/tdep] Fix catching syscall execve exit for arm
Tom de Vries
- [RFC 1/3] [gdb] Call gdbarch_get_syscall_number less often
Tom de Vries
- [PATCH] [gdb/testsuite] Fix spurious FAILs with examine-backward.exp, again
Tom de Vries
- [PATCH] [gdb] Fix assert in delete_breakpoint
Tom de Vries
- [PATCH] [gdb/tdep] Handle memory error in s390_linux_get_syscall_number
Tom de Vries
- [PATCH] [gdb] Fix assert in delete_breakpoint
Tom de Vries
- [PATCH 1/3] [gdb/tdep] Add syscall number cache
Tom de Vries
- [PATCH 2/3] [gdb/tdep] Add gdbarch_extended_event_to_syscall
Tom de Vries
- [PATCH 3/3] [gdb/tdep] Use ptrace events to get current syscall
Tom de Vries
- [PATCH v3 8/9] Use enum accessibility in types and member functions
Tom de Vries
- [PATCH] [gdb/python] Don't import curses.ascii module unless necessary
Tom de Vries
- [PATCH] [gdb] Fix assert in delete_breakpoint
Tom de Vries
- [RFC 1/3] [gdb] Call gdbarch_get_syscall_number less often
Tom de Vries
- [PATCH] Fix build with GCC 7.5
Tom de Vries
- [PATCH] [gdb] Fix assert in delete_breakpoint
Tom de Vries
- [PATCH v5 1/6] [gdb/cli] Add signal_handler_selftest
Tom de Vries
- [PATCH] Fix build with GCC 7.5
Tom de Vries
- [PATCH] [gdb/tui] Fix wrapping strings
Tom de Vries
- [PATCH] [gdb/tui] Fix displaying main after resizing
Tom de Vries
- [PATCH] [gdb/tui] Show regs when switching to regs layout
Tom de Vries
- [PATCH] [gdb/testsuite] Use more %progbits for arm
Tom de Vries
- [pushed] [gdb/testsuite] Two fixes in gdb.python/tui-window-disabled.exp
Tom de Vries
- [PATCH 1/2] gdb/testsuite: log 'make check' command in make-check-all.sh
Tom de Vries
- [PATCH 2/2] gdb/testsuite: add a new check-all-boards target
Tom de Vries
- [PATCH 1/3] [gdb/tdep] Add syscall number cache
Tom de Vries
- [PATCH] [gdb/tui] Fix displaying main after resizing
Tom de Vries
- [PATCH v2] [gdb/tui] Show regs when switching to regs layout
Tom de Vries
- [PATCH] [gdb/tui] Show regs when switching to regs layout
Tom de Vries
- [PATCH 1/2] [gdb/tui] Use const std::string for string literals in tui-stack.c
Tom de Vries
- [PATCH 2/2] [gdb/tui] Show focus window in status line
Tom de Vries
- [PATCH 2/2] [gdb/tui] Show focus window in status line
Tom de Vries
- [PATCH] [gdb] Fix assert in delete_breakpoint
Tom de Vries
- [PATCH v3 00/18] Index DWARF in the background
Tom de Vries
- [PATCH v2 1/3] [gdb/tdep] Add syscall number cache
Tom de Vries
- [PATCH v2 2/3] [gdb/tdep] Add gdbarch_extended_event_to_syscall
Tom de Vries
- [PATCH v2 3/3] [gdb/tdep] Use ptrace events to get current syscall
Tom de Vries
- [PATCH 1/3] [gdb/tdep] Add syscall number cache
Tom de Vries
- [pushed v5 1/2] [gdb] Fix segfault in for_each_block, part 1
Tom de Vries
- [pushed v5 2/2] [gdb] Fix segfault in for_each_block, part 2
Tom de Vries
- [PATCH v4 2/2] [gdb] Fix segfault in for_each_block, part 2
Tom de Vries
- [PATCH v4 1/2] [gdb] Fix segfault in for_each_block, part 1
Tom de Vries
- [PATCH] [gdb/python] Don't import curses.ascii module unless necessary
Tom de Vries
- [PATCH v2] [gdb] Fix assert in delete_breakpoint
Tom de Vries
- [PATCH] [gdb] Fix assert in delete_breakpoint
Tom de Vries
- [PATCH 1/2] [gdb/tui] Use const std::string for string literals in tui-stack.c
Tom de Vries
- [PATCH 2/2] [gdb/tui] Show focus window in status line
Tom de Vries
- [PATCH] [gdb] Fix assert in delete_breakpoint
Tom de Vries
- [RFC 1/4] [gdb/tdep] Add dummy amd64_software_single_step
Tom de Vries
- [RFC 2/4] [gdb] Introduce maint set prefer-software-single-stepping on/off
Tom de Vries
- [RFC 3/4] [gdb/tdep] Enable prefer-software-single-stepping on amd64
Tom de Vries
- [RFC 4/4] [gdb/testsuite] Add test-case gdb.base/gdb-sigterm-3.exp
Tom de Vries
- [PATCH] [gdb] Fix assert in delete_breakpoint
Tom de Vries
- [PATCH] [gdb] Fix assert in delete_breakpoint
Tom de Vries
- [PATCH] [gdb/build] Fix adding -DNDEBUG to python flags of release build
Tom de Vries
- [PATCH] [gdb/build] Fix adding -DNDEBUG to python flags of release build
Tom de Vries
- [PATCH 01/13] [gdb/symtab] Factor out m_die_range_map usage
Tom de Vries
- [PATCH 02/13] [gdb/symtab] Check effect in parent_map::set_parent
Tom de Vries
- [PATCH] [gdb/tdep] Fix nr array elements in ppc64_aggregate_candidate
Ulrich Weigand
- [PATCH]-Change gdb.base/examine-backwards.exp testcase for AIX
Ulrich Weigand
- [PATCH]-Change gdb.base/examine-backwards.exp testcase for AIX
Ulrich Weigand
- [PATCH]-Change gdb.base/examine-backwards.exp testcase for AIX
Ulrich Weigand
- [PATCH] Fix AIX thread NULL assertion failure during fork
Ulrich Weigand
- [PATCH] Fix gdb.base signal.exp test case in AIX
Ulrich Weigand
- [PATCH] Fix gdb.base signal.exp test case in AIX
Ulrich Weigand
- [PATCH] Fix AIX thread NULL assertion failure during fork
Ulrich Weigand
- [PATCH] [gdb/tdep] Handle memory error in s390_linux_get_syscall_number
Ulrich Weigand
- [PATCH] Fix AIX thread NULL assertion failure during fork
Ulrich Weigand
- [PATCH] Fix AIX thread NULL assertion failure during fork
Ulrich Weigand
- [PATCH] Fix AIX thread NULL assertion failure during fork
Ulrich Weigand
- [PATCH] Regenerate gas/config.in and ld/configure
Mark Wielaard
- [PATCH] Regenerate gas/config.in and ld/configure
Mark Wielaard
- [RFC] Adding a SECURITY policy for GDB
Willgerodt, Felix
- [PATCH 1/1] gdb: Fix segfault with a negative .dynamic section size
Felix Willgerodt
- [PATCH 1/1] gdb: Fix segfault with a negative .dynamic section size
Willgerodt, Felix
- [PATCH 1/1] gdb: Fix segfault with a negative .dynamic section size
Willgerodt, Felix
- [PATCH 1/1] gdb: Fix segfault with a negative .dynamic section size
Willgerodt, Felix
- [PATCH v2 1/1] gdb: Fix segfault with a big .dynamic section size
Felix Willgerodt
- [PATCH 1/1] gdb: Fix segfault with a negative .dynamic section size
Willgerodt, Felix
- [PATCH v2 1/1] gdb: Fix segfault with a big .dynamic section size
Willgerodt, Felix
- [PATCH v2 1/1] gdb: Fix segfault with a big .dynamic section size
Willgerodt, Felix
- [PING][PATCH v2] gdb/tdesc: Don't assign custom-group tdesc registers to 'general'
Ciaran Woodward
- [PING][PATCH v2] gdb/tdesc: Don't assign custom-group tdesc registers to 'general'
Ciaran Woodward
- [PATCH] [gdb/doc] Escape the '@' symbols in generated texinfo files.
Ciaran Woodward
- [PATCH 7/7] Update gdb.Symbol.is_variable documentation
Eli Zaretskii
- [PATCH 4/7] Add gdb.Frame.static_link method
Eli Zaretskii
- [PATCH v2] gdb/tui: add a vsplit layout
Eli Zaretskii
- [PATCH v2] gdb/tui: add a vsplit layout
Eli Zaretskii
- [PATCH v3] gdb/tui: add a vsplit layout
Eli Zaretskii
- [PATCH 2/3] gdbserver: allow the --debug command line option to take a value
Eli Zaretskii
- [PATCH v2 09/18] Add "maint set dwarf synchronous"
Eli Zaretskii
- [PATCH v2 1/3] gdb, gdbserver, zpoint: report z_point support
Eli Zaretskii
- [PATCH v3 1/3] gdb, gdbserver, zpoint: report z_point support
Eli Zaretskii
- [PATCH 2/3] Emit stop reason details in Python stop events
Eli Zaretskii
- [PUSHED] gdb/NEWS: merge two 'New commands' sections
Eli Zaretskii
- [PATCH 3/6] Add new vDefaultInferiorFd packet
Eli Zaretskii
- [PATCH 29/29] Document new Python and Guile constants
Eli Zaretskii
- [PATCH v5 1/2] gdb: add annotation in 'info locals' command for variables shadowing case
Eli Zaretskii
- [PATCH v5 2/2] gdb: add shadowed field in '-stack-list-locals/variables' mi commands
Eli Zaretskii
- [PATCH v5 1/2] gdb: add annotation in 'info locals' command for variables shadowing case
Eli Zaretskii
- [PATCH v6 1/2] gdb: add annotation in 'info locals' command for variables shadowing case
Eli Zaretskii
- [PATCH v6 2/2] gdb: add shadowed field in '-stack-list-locals/variables' mi commands
Eli Zaretskii
- [PATCH 06/15] Add "maint set dwarf synchronous"
Eli Zaretskii
- [PATCH v3 09/18] Add "maint set dwarf synchronous"
Eli Zaretskii
- [PATCH 2/3] gdbserver: allow the --debug command line option to take a value
Eli Zaretskii
- [PATCHv2 3/3] gdbserver: allow for general 'monitor set debug COMPONENT VALUE' use
Eli Zaretskii
- [PATCH] Add link to Debugger Adapter Protocol node in documentation
Eli Zaretskii
- [PATCH] [gdb/riscv-tdep] Avoid scan invalid prologue
梁镇
Last message date:
Thu Nov 30 23:44:28 GMT 2023
Archived on: Thu Nov 30 23:44:36 GMT 2023
This archive was generated by
Pipermail 0.09 (Mailman edition).