December 2023 Archives by date
Starting: Fri Dec 1 00:02:29 GMT 2023
Ending: Sun Dec 31 23:58:52 GMT 2023
Messages: 895
- [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
- Another fix for the mcore simulator
Jeff Law
- [PATCH v2 1/8] Use C++17 [[fallthrough]] attribute
Tom Tromey
- Another fix for the mcore simulator
Tom Tromey
- [PATCH v2 1/8] Use C++17 [[fallthrough]] attribute
Simon Marchi
- [PATCH] [gdb/build] Fix adding -DNDEBUG to python flags of release build
Tom de Vries
- [PATCH] Remove unnecessary return and unused variable in aix-thread.c
Aditya Kamath1
- [PATCH 2/2] gdb: add missing regcache_map_entry array null terminators in aarch64-linux-tdep.c
Luis Machado
- [PATCH 1/2] gdb: return when exceeding buffer size in regcache::transfer_regset
Luis Machado
- [COMMITTED PATCH] Fix procfs.c compilation
Rainer Orth
- [PATCH] Remove unnecessary return and unused variable in aix-thread.c
Ulrich Weigand
- [PATCH v5] gdb/testsuite: fix completion tests when using READ1
Guinevere Larsen
- Another fix for the mcore simulator
Jeff Law
- [PATCH v3] gdb/testsuite: add test for backtracing for threaded inferiors from a corefile
Guinevere Larsen
- [PATCH 0/6] Implement DAP cancellation
Tom Tromey
- [PATCH 1/6] Clean up handling of DAP not-stopped response
Tom Tromey
- [PATCH 2/6] Move DAP JSON reader to its own thread
Tom Tromey
- [PATCH 3/6] Introduce gdb.interrupt
Tom Tromey
- [PATCH 4/6] Rename a couple of DAP procs in the testsuite
Tom Tromey
- [PATCH 5/6] Catch BaseException in send_gdb_with_response
Tom Tromey
- [PATCH 6/6] Implement DAP cancellation
Tom Tromey
- [PATCH 3/6] Introduce gdb.interrupt
Eli Zaretskii
- [PATCH 6/6] Implement DAP cancellation
Eli Zaretskii
- [PATCH 2/2] gdb: add missing regcache_map_entry array null terminators in aarch64-linux-tdep.c
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 5/6] Catch BaseException in send_gdb_with_response
Kévin Le Gouguec
- [PATCH] [gdb/doc] Escape the '@' symbols in generated texinfo files.
Ciaran Woodward
- [PATCH 00/24] Fix reading and writing pseudo registers in non-current frames
Simon Marchi
- [PATCH 0/3] Fix "attach" infinite loop
Tom Tromey
- [PATCH] [gdb/doc] Escape the '@' symbols in generated texinfo files.
Tom Tromey
- [PATCH 5/6] Catch BaseException in send_gdb_with_response
Tom Tromey
- [PATCHv2 0/3] Improve debug output support in gdbserver
Tom Tromey
- [PATCH 0/6] Add vDefaultInferiorFd feature
Tom Tromey
- [PATCH] gdb/testsuite: another attempt to fix gdb.threads/thread-specific-bp.exp
Andrew Burgess
- [PATCHv6 00/10] thread-specific breakpoints in just some inferiors
Andrew Burgess
- [PATCHv6 01/10] gdb: create_breakpoint: add asserts and additional comments
Andrew Burgess
- [PATCHv6 02/10] gdb: create_breakpoint: asserts relating to extra_string/parse_extra
Andrew Burgess
- [PATCHv6 03/10] gdb: change 'if' to gdb_assert in update_dprintf_command_list
Andrew Burgess
- [PATCHv6 04/10] gdb: build dprintf commands just once in code_breakpoint constructor
Andrew Burgess
- [PATCHv6 05/10] gdb: don't display inferior list for pending breakpoints
Andrew Burgess
- [PATCHv6 06/10] gdb: parse pending breakpoint thread/task immediately
Andrew Burgess
- [PATCHv6 07/10] gdb: don't set breakpoint::pspace for in create_breakpoint
Andrew Burgess
- [PATCHv6 08/10] gdb: remove breakpoint_re_set_one
Andrew Burgess
- [PATCHv6 09/10] gdb: remove tracepoint_probe_create_sals_from_location_spec
Andrew Burgess
- [PATCHv6 10/10] gdb: only insert thread-specific breakpoints in the relevant inferior
Andrew Burgess
- [PATCHv9 0/5] Infcalls from B/P conditions in multi-threaded inferiors
Andrew Burgess
- [PATCHv9 1/5] Revert "gdb: remove unnecessary parameter wait_ptid from do_target_wait"
Andrew Burgess
- [PATCHv9 2/5] gdb: fix b/p conditions with infcalls in multi-threaded inferiors
Andrew Burgess
- [PATCHv9 3/5] gdb: add timeouts for inferior function calls
Andrew Burgess
- [PATCHv9 4/5] gdb: introduce unwind-on-timeout setting
Andrew Burgess
- [PATCHv9 5/5] gdb: rename unwindonsignal to unwind-on-signal
Andrew Burgess
- [PATCH] gettext: disable install, docs targets, libasprintf, threads
Arsen Arsenović
- [PATCH] Add more 'step' tests to gdb.base/watchpoint.exp
Kevin Buettner
- Introducing a GDB Code Of Conduct
Kevin Buettner
- Introducing a GDB Code Of Conduct
Mike Frysinger
- gdb-14 branch FROZEN
Joel Brobecker
- [release/branch] Set GDB version number to 14.1.
Joel Brobecker
- [release/branch] Bump GDB's version number to 14.1.90.DATE-git.
Joel Brobecker
- gdb-14 branch now OPEN again (was: "gdb-14 branch FROZEN")
Joel Brobecker
- [External] : Re: [PATCH v3] gdb : Signal to pstack/gdb kills the attached process.
Partha Satapathy
- Introducing a GDB Code Of Conduct
Eli Zaretskii
- [PATCH] add qemu user mode emulation dejagnu config
Zeck S
- [RFC][PATCH?] fixed some segfaults and bugs in mdebug support
Zeck S
- Improve performance of the H8 simulator
Jeff Law
- Improve performance of the H8 simulator
Mike Frysinger
- [PATCH] [gdb/tui] Fix wrapping strings
Tom de Vries
- Introducing a GDB Code Of Conduct
Guinevere Larsen
- [PATCH 0/6] Add vDefaultInferiorFd feature
Andrew Burgess
- [PATCH 0/6] Add vDefaultInferiorFd feature
Alexandra Petlanova Hajkova
- [PATCH] gettext: disable install, docs targets, libasprintf, threads
Richard Biener
- [PATCH 0/3] Fix "attach" infinite loop
Luis Machado
- [pushed] Update fall-through comment in gdbserver
Tom Tromey
- Introducing a GDB Code Of Conduct
Andrew Burgess
- [PATCH 2/3] gdbserver: allow the --debug command line option to take a value
Andrew Burgess
- [pushed] Remove incorrect "fall-through" comment
Tom Tromey
- [PATCH 2/3] gdbserver: allow the --debug command line option to take a value
Eli Zaretskii
- [PATCH] Fix DLL export forwarding
Hannes Domani
- [PATCH v4] gdb/testsuite: add test for backtracing for threaded inferiors from a corefile
Guinevere Larsen
- [PATCH] Fix DLL export forwarding
Lancelot SIX
- [PATCH] gettext: disable install, docs targets, libasprintf, threads
Arsen Arsenović
- [PATCH] Add more 'step' tests to gdb.base/watchpoint.exp
John Baldwin
- Introducing a GDB Code Of Conduct
John Baldwin
- [PUSHED] gdb: add Ciaran Woodward to gdb/MAINTAINERS
Ciaran Woodward
- [PATCH] gettext: disable install, docs targets, libasprintf, threads
Tom Tromey
- [PATCH] Fix off-by-one error in compute_delayed_physnames
Tom Tromey
- [PUSHED] gdb/testsuite: fix directory name in test name
Andrew Burgess
- [PATCHv6 01/10] gdb: create_breakpoint: add asserts and additional comments
Aktemur, Tankut Baris
- [PATCH] gdb: improve error reporting for 'save gdb-index'
Andrew Burgess
- [PATCHv6 02/10] gdb: create_breakpoint: asserts relating to extra_string/parse_extra
Aktemur, Tankut Baris
- [PATCH] gdb: remove casts to long in dwarf2/loc.c
Simon Marchi
- [PATCH 1/3 committed] sim: ppc: cleanup getrusage decls
Mike Frysinger
- [PATCH 2/3 committed] sim: ppc: fix -Wmisleading-indentation warnings
Mike Frysinger
- [PATCH 3/3 committed] sim: ppc: fix implicit enum conversion
Mike Frysinger
- [PATCH/committed] sim: warnings: enable only for development builds
Mike Frysinger
- [PATCH/committed 1/2] sim: rx: constify some read-only global vars
Mike Frysinger
- [PATCH/committed 2/2] sim: rx: mark unused static var as unused
Mike Frysinger
- [PATCH v4] gdb: Enable early init of thread pool size
Tom de Vries
- [PATCH] gdb: remove casts to long in dwarf2/loc.c
Tom de Vries
- [PATCHv6 04/10] gdb: build dprintf commands just once in code_breakpoint constructor
Aktemur, Tankut Baris
- [PATCH] gdb: improve error reporting for 'save gdb-index'
Tom de Vries
- [PATCHv6 05/10] gdb: don't display inferior list for pending breakpoints
Aktemur, Tankut Baris
- [PATCH 0/6] Implement DAP cancellation
Kévin Le Gouguec
- [PATCH v4] gdb: Enable early init of thread pool size
Richard Bunt
- [PATCH 2/3] gdbserver: allow the --debug command line option to take a value
Andrew Burgess
- Coding style for parameterless functions
Aktemur, Tankut Baris
- [PATCH/committed] sim: m32c: use UTF-8 encoding
Mike Frysinger
- [PATCH/committed] sim: mn10300: fix sim_engine_halt call
Mike Frysinger
- [PATCH 2/3] gdbserver: allow the --debug command line option to take a value
Eli Zaretskii
- [PATCH/committed] sim: sh: trim trailing whitespace in generated code
Mike Frysinger
- [PATCH v4] gdb: Enable early init of thread pool size
Richard Bunt
- [PATCH/committed] sim: mips: fix sim_fpu usage
Mike Frysinger
- [External] : Re: [PATCH v3] gdb : Signal to pstack/gdb kills the attached process.
Guinevere Larsen
- [PATCH] Fix breakpoints on symbols with multiple trampoline symbols
Hannes Domani
- Coding style for parameterless functions
Tom Tromey
- [PATCH v4] gdb: Enable early init of thread pool size
Tom Tromey
- [PATCHv6 06/10] gdb: parse pending breakpoint thread/task immediately
Aktemur, Tankut Baris
- [PATCH] Fix breakpoints on symbols with multiple trampoline symbols
Tom Tromey
- [PATCH] gdb/testsuite: make gdb_get_worker_threads reads default number of threads
Guinevere Larsen
- [PATCH 0/2] Improve Ada overload handling
Tom Tromey
- [PATCH 1/2] Boolify ada_type_match
Tom Tromey
- [PATCH 2/2] Refine Ada overload matching
Tom Tromey
- [PATCH] Remove some DAP helper functions
Tom Tromey
- [PATCH 0/6] Add vDefaultInferiorFd feature
Tom Tromey
- [PATCHv6 07/10] gdb: don't set breakpoint::pspace for in create_breakpoint
Aktemur, Tankut Baris
- [PATCH] gdb: remove casts to long in dwarf2/loc.c
Simon Marchi
- [PATCH] Fix breakpoints on symbols with multiple trampoline symbols
Hannes Domani
- [PATCH v3] Fix hardware watchpoints in replay mode
Hannes Domani
- gdb.threads/attach-many-short-lived-threads.exp FAIL
Carl Love
- gdb.threads/attach-many-short-lived-threads.exp FAIL
Luis Machado
- [PATCH] gdb: remove casts to long in dwarf2/loc.c
Tom Tromey
- [PATCH 0/3] Fix "attach" infinite loop
Tom Tromey
- [PATCH][gdb/symtab] Redo "Fix assert in set_length"
Tom Tromey
- [PATCH] Start abbrevs at 1 in DWARF assembler
Tom Tromey
- [PATCH] gdb/testsuite: make gdb_get_worker_threads reads default number of threads
Keith Seitz
- [PATCH] gdbserver/win32: fix crash on detach
Stefano Moioli
- [PATCH/committed] sim: warnings: sync some build logic from gdbsupport
Mike Frysinger
- [pushed v2] [gdb/symtab] Redo "Fix assert in set_length"
Tom de Vries
- [PATCH][gdb/symtab] Redo "Fix assert in set_length"
Tom de Vries
- [PUSHED] gdb: fix libstdc++ assert caused by invalid use of std::clamp
Andrew Burgess
- [PATCH v3] Fix hardware watchpoints in replay mode
Guinevere Larsen
- [PATCH v3] Fix hardware watchpoints in replay mode
Hannes Domani
- [PATCH] Start abbrevs at 1 in DWARF assembler
Tom de Vries
- [PATCH] gdb/record: Support for rdtscp in i386_process_record.
Cupertino Miranda
- [PATCH] gdb/testsuite: make gdb_get_worker_threads reads default number of threads
Tom Tromey
- [PATCH] Start abbrevs at 1 in DWARF assembler
Tom Tromey
- [PATCH] gdb/testsuite: make gdb_get_worker_threads reads default number of threads
Guinevere Larsen
- [PATCH] gdb/testsuite: make gdb_get_worker_threads reads default number of threads
Andrew Burgess
- [PATCH] Start abbrevs at 1 in DWARF assembler
Tom de Vries
- [PATCH] gdb/testsuite: make gdb_get_worker_threads reads default number of threads
Richard Bunt
- [PATCH] gdb/testsuite: make gdb_get_worker_threads reads default number of threads
Tom de Vries
- [PATCH 0/4] Improve Ada name lookup performance
Tom Tromey
- [PATCH 0/4] Improve Ada name lookup performance
Tom Tromey
- [PATCH] gettext: disable install, docs targets, libasprintf, threads
Eric Gallager
- [PATCH] Fix DLL export forwarding
Tom Tromey
- [pushed] Fix minor grammar error in gdb.texinfo
Tom Tromey
- [PATCH] Fix DLL export forwarding
Hannes Domani
- [PATCH/committed] sim: warnings: add more flags
Mike Frysinger
- [PATCH/committed] sim: cris: move generated file to right place
Mike Frysinger
- [PATCH/committed] sim: support dlopen in -lc
Mike Frysinger
- [PATCH 01/17] sim: arm: fix -Wunused-but-set-variable warnings
Mike Frysinger
- [PATCH 02/17] sim: bfin: gui: fix -Wunused-but-set-variable warnings
Mike Frysinger
- [PATCH 03/17] sim: bfin: fix -Wunused-but-set-variable warnings
Mike Frysinger
- [PATCH 04/17] sim: cris: fix -Wunused-but-set-variable warnings
Mike Frysinger
- [PATCH 05/17] sim: d10v: fix -Wunused-but-set-variable warnings
Mike Frysinger
- [PATCH 06/17] sim: erc32: fix -Wunused-but-set-variable warnings
Mike Frysinger
- [PATCH 07/17] sim: frv: fix -Wunused-but-set-variable warnings
Mike Frysinger
- [PATCH 08/17] sim: ft32: fix -Wunused-but-set-variable warnings
Mike Frysinger
- [PATCH 09/17] sim: h8300: fix -Wunused-but-set-variable warnings
Mike Frysinger
- [PATCH 10/17] sim: m68hc11: fix -Wunused-but-set-variable warnings
Mike Frysinger
- [PATCH 11/17] sim: mcore: fix -Wunused-but-set-variable warnings
Mike Frysinger
- [PATCH 12/17] sim: mips: fix -Wunused-but-set-variable warnings
Mike Frysinger
- [PATCH 13/17] sim: mn10300: fix -Wunused-but-set-variable warnings
Mike Frysinger
- [PATCH 14/17] sim: msp430: fix -Wunused-but-set-variable warnings
Mike Frysinger
- [PATCH 15/17] sim: sh: fix -Wunused-but-set-variable warnings
Mike Frysinger
- [PATCH 16/17] sim: v850: fix -Wunused-but-set-variable warnings
Mike Frysinger
- [PATCH 17/17] sim: warnings: enable -Wunused-but-set-variable
Mike Frysinger
- [PATCH] gdb/record: Support for rdtscp in i386_process_record.
Cupertino Miranda
- [PATCH] gdb/record: Support for rdtscp in i386_process_record.
Guinevere Larsen
- [PATCH] gdb/record: Support for rdtscp in i386_process_record.
Cupertino Miranda
- [PATCH 1/2] gdb: move gdbpy_gil into python-internal.h
Alexandra Hájková
- [PATCH 2/2] gdb/python: avoid use of _PyOS_ReadlineTState
Alexandra Hájková
- [PATCH] Use function entry point record only for entry values
Hannes Domani
- [PATCH/committed] sim: warnings: disable -Wenum-conversion fow now [PR sim/29752]
Mike Frysinger
- [PATCH/committed] sim: m32r: add more cgen prototypes to enable -Werror in most files
Mike Frysinger
- [PATCH] gdbserver/win32: fix crash on detach
Tom Tromey
- [PINGv4][PATCH] gdb: Guarantee that an SAL's end is right before the next statement
Guinevere Larsen
- [PATCH v7] gdb: add git trailer information on gdb/MAINTAINERS
Guinevere Larsen
- [PING][PATCH v3] gdb: register frame_destroyed function for amd64 gdbarch
Guinevere Larsen
- [PATCH v7] gdb: add git trailer information on gdb/MAINTAINERS
John Baldwin
- [PATCH] gdb: Guarantee that an SAL's end is right before the next statement
Tom Tromey
- [PATCH] Use pretty printers for struct member stubs
Hannes Domani
- [PATCH htdocs] add meta viewport settings for mobile devices
Mike Frysinger
- [PATCH 1/3 committed] sim: m32r: add more cgen prototypes for traps
Mike Frysinger
- [PATCH 2/3 committed] sim: m32r: include more glibc headers for the funcs we use [PR sim/29752]
Mike Frysinger
- [PATCH 3/3 committed] sim: m32r: fix syslog call
Mike Frysinger
- [PATCH] gdb: Guarantee that an SAL's end is right before the next statement
Guinevere Larsen
- [PATCH 09/13] [gdb/symtab] Keep track of processed DIEs in shard
Tom de Vries
- [PATCH 0/6] Add vDefaultInferiorFd feature
Andrew Burgess
- [PATCH] [gdb/tui] add SingleKey bindings for reverse execution commands
Magne Hov
- [RFC] Adding a SECURITY policy for GDB
Andrew Burgess
- [PATCH] [gdb/tui] add SingleKey bindings for reverse execution commands
Tom Tromey
- [PATCH] Allow cast of 128-bit integer to pointer
Tom Tromey
- [PATCH] Fix dynamic type resolution for LOC_CONST and LOC_CONST_BYTES symbols
Tom Tromey
- [PATCH] [gdb/tui] Fix displaying main after resizing
Tom Tromey
- [PATCH v2] [gdb/tui] Show regs when switching to regs layout
Tom Tromey
- [PATCH 2/2] [gdb/tui] Show focus window in status line
Tom Tromey
- [PATCH] [gdb/tui] Handle shared border in fixed-sized layout
Tom Tromey
- [RFC] [gdb/tui] Fix TUI with editing off
Tom Tromey
- [PATCHv2] gdb: improve error reporting for 'save gdb-index'
Andrew Burgess
- [PATCH htdocs] add meta viewport settings for mobile devices
Tom Tromey
- [PATCH] Use pretty printers for struct member stubs
Tom Tromey
- [PATCHv2] gdb: improve error reporting for 'save gdb-index'
Tom Tromey
- [PATCH v2] [gdb/tui] add SingleKey bindings for reverse execution commands
Magne Hov
- [PATCH v2] [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] Use pretty printers for struct member stubs
Hannes Domani
- [PATCH] Fix printing of global variable stubs if no inferior is running
Hannes Domani
- [PATCH 0/2] Rename TUI status code to follow the docs
Tom Tromey
- [PATCH 1/2] Rename tui-stack -> tui-status
Tom Tromey
- [PATCH 2/2] Rename TUI locator window -> status
Tom Tromey
- [PATCH] Fix printing of global variable stubs if no inferior is running
Tom Tromey
- [PATCHv2 0/3] Improve debug output support in gdbserver
Andrew Burgess
- [PATCH 1/2] gdb: move gdbpy_gil into python-internal.h
Tom Tromey
- [PATCH 2/2] gdb/python: avoid use of _PyOS_ReadlineTState
Tom Tromey
- [PATCH v2] [gdb/tui] Show focus window in status line
Tom Tromey
- [PATCH 0/2] A few minor testsuite cleanups
Andrew Burgess
- [PATCH] Fix printing of global variable stubs if no inferior is running
Hannes Domani
- [PATCH 00/19] Add hash table to gdbsupport
Tom Tromey
- [PATCH v2] [gdb/tui] add SingleKey bindings for reverse execution commands
Eli Zaretskii
- [PATCH v2] [gdb/tui] Show focus window in status line
Eli Zaretskii
- [PATCH] Fix dynamic_cast
Hannes Domani
- [PATCH 2/2] gdb/testsuite: tighten up some end-of-line patterns
Tom de Vries
- [PATCH htdocs] logo: set max-width of 25%
Mike Frysinger
- [PATCH 2/2] gdb/testsuite: tighten up some end-of-line patterns
Tom de Vries
- [PATCH] [gdb/tui] Assert on tui_refreshing_registers recursion
Tom de Vries
- [PATCH v2] [gdb/tui] Show regs when switching to regs layout
Tom de Vries
- [PATCH v2] [gdb/tui] Show regs when switching to regs layout
Tom de Vries
- [RFC] Adding a SECURITY policy for GDB
Eli Zaretskii
- [PATCH] [gdb/tui] Handle shared border in fixed-sized layout
Tom de Vries
- [PATCH] [gdb/tui] Assert on tui_refreshing_registers recursion
Tom Tromey
- [PATCH] Add some new DW_IDX_* constants
Tom Tromey
- [PATCH] Add some new DW_IDX_* constants
Jakub Jelinek
- [PATCH 07/13] [gdb/symtab] Resolve deferred entries, inter-shard case
Tom de Vries
- [PATCH] Support dynamically computed convenience variables in get_internalvar_integer
Hannes Domani
- [PATCH] Fix raw-frame-arguments in combination with frame-filters
Hannes Domani
- [PATCH 0/2] Use unique_xmalloc_ptr in location.[ch]
Tom Tromey
- [PATCH 1/2] Use unique_xmalloc_ptr in linespec_location_spec
Tom Tromey
- [PATCH 2/2] Use unique_xmalloc_ptr in explicit_location_spec
Tom Tromey
- [PATCH 00/17] Rewrite .debug_names reader and writer
Tom Tromey
- [PATCH 01/17] Refactor 'maint set dwarf synchronous' handling
Tom Tromey
- [PATCH 02/17] Refactor quick-function installation in DWARF reader
Tom Tromey
- [PATCH 03/17] Remove IS_ENUM_CLASS from cooked_index_flag
Tom Tromey
- [PATCH 04/17] Add some new DW_IDX_* values
Tom Tromey
- [PATCH 05/17] Document GDB extensions to DWARF .debug_names
Tom Tromey
- [PATCH 06/17] Add language to cooked_index_entry
Tom Tromey
- [PATCH 07/17] Move cooked_index_functions to cooked-index.h
Tom Tromey
- [PATCH 08/17] Do not write the index cache from an index
Tom Tromey
- [PATCH 09/17] Change cooked_index_worker to abstract base class
Tom Tromey
- [PATCH 10/17] Remove cooked_index_worker::start_reading
Tom Tromey
- [PATCH 11/17] Empty hash table fix in .debug_names reader
Tom Tromey
- [PATCH 12/17] Fix dw2-zero-range.exp when an index is in use
Tom Tromey
- [PATCH 13/17] Explicitly expand CUs in dw2-inline-with-lexical-scope.exp
Tom Tromey
- [PATCH 14/17] Remove some .debug_names tests
Tom Tromey
- [PATCH 15/17] Rewrite .debug_names reader
Tom Tromey
- [PATCH 16/17] Export dwarf5_augmentation
Tom Tromey
- [PATCH 17/17] Rewrite .debug_names writer
Tom Tromey
- [PATCH v3 00/18] Index DWARF in the background
Tom Tromey
- [PATCH 05/17] Document GDB extensions to DWARF .debug_names
Eli Zaretskii
- Improve performance of the H8 simulator
Jeff Law
- [PATCH] Add some new DW_IDX_* constants
Tom Tromey
- [PATCH v4 00/19] Index DWARF in the background
Tom Tromey
- [PATCH v4 01/19] Don't use objfile::intern in DWO code
Tom Tromey
- [PATCH v4 02/19] Pre-read DWZ section data
Tom Tromey
- [PATCH v4 03/19] Add a couple of bfd_cache_close calls
Tom Tromey
- [PATCH v4 04/19] Add thread-safety to gdb's BFD wrappers
Tom Tromey
- [PATCH v4 05/19] Refactor complaint thread-safety approach
Tom Tromey
- [PATCH v4 06/19] Add deferred_warnings parameter to read_addrmap_from_aranges
Tom Tromey
- [PATCH v4 07/19] Add quick_symbol_functions::compute_main_name
Tom Tromey
- [PATCH v4 08/19] Add gdb::task_group
Tom Tromey
- [PATCH v4 09/19] Move cooked_index_storage to cooked-index.h
Tom Tromey
- [PATCH v4 10/19] Add "maint set dwarf synchronous"
Tom Tromey
- [PATCH v4 11/19] Change how cooked index waits for threads
Tom Tromey
- [PATCH v4 12/19] Do more DWARF reading in the background
Tom Tromey
- [PATCH v4 13/19] Simplify the public DWARF API
Tom Tromey
- [PATCH v4 14/19] Remove two quick_symbol_functions methods
Tom Tromey
- [PATCH v4 15/19] Change current_language to be a macro
Tom Tromey
- [PATCH v4 16/19] Lazy language setting
Tom Tromey
- [PATCH v4 17/19] Optimize lookup_minimal_symbol_text
Tom Tromey
- [PATCH v4 18/19] Avoid language-based lookups in startup path
Tom Tromey
- [PATCH v4 19/19] Back out some parallel_for_each features
Tom Tromey
- [PATCH] Fix dynamic_cast
Tom Tromey
- [pushed] Fix "not not" in Python documentation
Tom Tromey
- [COMMITTED PATCH] Fix procfs.c compilation
Mark Wielaard
- [PATCH] Use TARGET_SYSROOT_PREFIX in more places
Tom Tromey
- [PATCH htdocs] links: use to avoid breaking
Mike Frysinger
- [RFC][PATCH?] fixed some segfaults and bugs in mdebug support
Zeck S
- [PATCH] Use TARGET_SYSROOT_PREFIX in more places
Andrew Burgess
- [RFC][PATCH?] fixed some segfaults and bugs in mdebug support
Andrew Burgess
- [COMMITTED PATCH] Fix procfs.c compilation
Rainer Orth
- [ PATCH 0/3] Fix GDB reverse execution behavior
Luis Machado
- [RFC][PATCH?] fixed some segfaults and bugs in mdebug support
Zeck S
- [PATCH 2/2] gdb/testsuite: tighten up some end-of-line patterns
Andrew Burgess
- [PATCH] Add DAP items to NEWS
Tom Tromey
- [PATCH] Fix dynamic_cast
Hannes Domani
- [PATCH 2/2] gdb/testsuite: tighten up some end-of-line patterns
Tom de Vries
- [PATCH 6/6] Implement DAP cancellation
Tom Tromey
- [PATCH v2] [gdb/tui] add SingleKey bindings for reverse execution commands
Tom Tromey
- [PATCH] Add DAP items to NEWS
Eli Zaretskii
- [PATCH 6/6] Implement DAP cancellation
Eli Zaretskii
- [PATCH 3/6] Introduce gdb.interrupt
Tom Tromey
- [PATCH v2 0/6] Implement DAP cancellation
Tom Tromey
- [PATCH v2 1/6] Clean up handling of DAP not-stopped response
Tom Tromey
- [PATCH v2 2/6] Move DAP JSON reader to its own thread
Tom Tromey
- [PATCH v2 3/6] Introduce gdb.interrupt
Tom Tromey
- [PATCH v2 4/6] Rename a couple of DAP procs in the testsuite
Tom Tromey
- [PATCH v2 5/6] Catch KeyboardInterrupt in send_gdb_with_response
Tom Tromey
- [PATCH v2 6/6] Implement DAP cancellation
Tom Tromey
- [PATCH 2/2] gdb/testsuite: tighten up some end-of-line patterns
Tom de Vries
- [PATCH v2 3/6] Introduce gdb.interrupt
Eli Zaretskii
- [PATCH 2/2] gdb/testsuite: tighten up some end-of-line patterns
Andrew Burgess
- [PATCH htdocs] logo: set max-width of 25%
Tom Tromey
- [PATCH htdocs] links: use to avoid breaking
Tom Tromey
- [PATCH] Fix build with clang 16
Tom Tromey
- [PATCH v2 5/6] Catch KeyboardInterrupt in send_gdb_with_response
Kévin Le Gouguec
- [PATCH] Fix gdb.FinishBreakpoint when returning to an inlined function
Hannes Domani
- [PATCH 0/3] Simplify DAP stop reason emission
Tom Tromey
- [PATCH v2 0/6] Implement DAP cancellation
Tom Tromey
- [PATCH] Support dynamically computed convenience variables in get_internalvar_integer
Tom Tromey
- [PATCH] Fix gdb.FinishBreakpoint when returning to an inlined function
Tom Tromey
- [PATCH htdocs] footer: shrink font-size to match gnu.org
Mike Frysinger
- [RFC] Adding a SECURITY policy for GDB
Willgerodt, Felix
- [COMMITTED PATCH] Fix procfs.c compilation
Mark Wielaard
- [PATCH] Add 'program' to DAP 'attach' request
Tom Tromey
- [PATCH] Add 'program' to DAP 'attach' request
Eli Zaretskii
- [PATCH] Support dynamically computed convenience variables in get_internalvar_integer
Hannes Domani
- [PATCHv3] gdb: improve error reporting for 'save gdb-index'
Andrew Burgess
- [PATCH] Fix gdb.FinishBreakpoint when returning to an inlined function
Hannes Domani
- [PATCH v2] [gdb/tui] add SingleKey bindings for reverse execution commands
Magne Hov
- [PING*4][PATCH 1/4 v7] gdb: Buffer output streams during events that might download debuginfo
Aaron Merey
- [PING*4][PATCH 2/4 v2] gdb/progspace: Add reverse safe iterator and template for unwrapping iterator
Aaron Merey
- [PING*4][PATCH 3/4 v4] gdb/debuginfod: Support on-demand debuginfo downloading
Aaron Merey
- [PING*4][PATCH 4/4 v5] gdb/debuginfod: Add .debug_line downloading
Aaron Merey
- [PATCH] Allow calling of variadic C++ functions
Hannes Domani
- [PATCH v2 1/3] [sim/riscv] Add basic semi-hosting support
Andrew Burgess
- [PATCH v2 00/13] [gdb/symtab, cc-with-dwz] Fix gdb.cp/breakpoint-locs.exp
Tom de Vries
- [PATCH v2 01/13] [gdb/symtab] Refactor condition in scan_attributes
Tom de Vries
- [PATCH v2 02/13] [gdb/symtab] Factor out m_die_range_map usage
Tom de Vries
- [PATCH v2 03/13] [gdb/symtab] Handle nullptr parent in parent_map::set_parent
Tom de Vries
- [PATCH v2 04/13] [gdb/symtab] Factor out m_deferred_entries usage
Tom de Vries
- [PATCH v2 05/13] [gdb/symtab] Resolve deferred entries, inter-shard case
Tom de Vries
- [PATCH v2 06/13] [gdb/testsuite] Add gdb.dwarf2/forward-spec-inter-cu.exp
Tom de Vries
- [PATCH v2 07/13] [gdb/testsuite] Add gdb.dwarf2/backward-spec-inter-cu.exp
Tom de Vries
- [PATCH v2 08/13] [gdb/symtab] Keep track of processed DIEs in shard
Tom de Vries
- [PATCH v2 09/13] [gdb/symtab] Resolve deferred entries, intra-shard case
Tom de Vries
- [PATCH v2 10/13] [gdb/symtab] Don't defer backward refs, inter-cu intra-shard case
Tom de Vries
- [PATCH v2 11/13] [gdb/symtab] Recurse into c++ DW_TAG_subprogram DIEs for cooked index
Tom de Vries
- [PATCH v2 12/13] [gdb/symtab] Keep track of all parents for cooked index
Tom de Vries
- [PATCH v2 13/13] [gdb/symtab] Fix DW_TAG_inlined_subroutine entries in the cooked index
Tom de Vries
- [PATCH 0/4] Check for rogue DAP exceptions
Tom Tromey
- [PATCH 1/4] Introduce and use DAPException
Tom Tromey
- [PATCH 2/4] Add DAP log level parameter
Tom Tromey
- [PATCH 3/4] Avoid exception from attach in DAP
Tom Tromey
- [PATCH 4/4] Check for rogue DAP exceptions in test suite
Tom Tromey
- [PATCH v2 1/3] [sim/riscv] Add basic semi-hosting support
Andrew Burgess
- [PATCH v2] [gdb/tui] add SingleKey bindings for reverse execution commands
Tom Tromey
- [PATCH v2 01/13] [gdb/symtab] Refactor condition in scan_attributes
Tom Tromey
- [PATCH v2 02/13] [gdb/symtab] Factor out m_die_range_map usage
Tom Tromey
- [PATCH v2 03/13] [gdb/symtab] Handle nullptr parent in parent_map::set_parent
Tom Tromey
- [PATCH 2/4] Add DAP log level parameter
Eli Zaretskii
- [PATCH v2 04/13] [gdb/symtab] Factor out m_deferred_entries usage
Tom Tromey
- [PATCH v2 00/13] [gdb/symtab, cc-with-dwz] Fix gdb.cp/breakpoint-locs.exp
Tom Tromey
- [PATCH v2 05/13] [gdb/symtab] Resolve deferred entries, inter-shard case
Tom Tromey
- [PATCH v2 06/13] [gdb/testsuite] Add gdb.dwarf2/forward-spec-inter-cu.exp
Tom Tromey
- [PATCH v2 07/13] [gdb/testsuite] Add gdb.dwarf2/backward-spec-inter-cu.exp
Tom Tromey
- [PATCH htdocs] footer: shrink font-size to match gnu.org
Tom Tromey
- [PATCH 2/6] gdb/ser-pipe.c: Duplicate the file descriptors
Tom Tromey
- [PATCH 3/6] Add new vDefaultInferiorFd packet
Tom Tromey
- [PATCH 4/6] gdbserver/linux-low.cc: Connect the inferior to the terminal
Tom Tromey
- [PATCH 5/6] remote.c: Add terminal handling functions
Tom Tromey
- [PATCH 0/6] Add vDefaultInferiorFd feature
Tom Tromey
- [PATCH] gdbserver/win32: fix crash on detach
Tom Tromey
- [PATCHv3] gdb: improve error reporting for 'save gdb-index'
Tom Tromey
- [PATCH] Allow calling of variadic C++ functions
Tom Tromey
- [PATCH htdocs] schedule: fix GDB 13 date typos
Mike Frysinger
- [PATCH htdocs] use <h3> under <h2>
Mike Frysinger
- [PATCH htdocs] current: use tabs for gitconfig settings
Mike Frysinger
- [PATCH htdocs] download: remove periods from non-sentences
Mike Frysinger
- [PATCH htdocs] current: use <code> for file paths
Mike Frysinger
- [PATCH 0/2] Use unique_xmalloc_ptr in location.[ch]
John Baldwin
- [PATCH v2 1/3] [sim/riscv] Add basic semi-hosting support
Mike Frysinger
- [RFC PATCH htdocs] index: rename "GDB Maintainers" to "maintainers"
Mike Frysinger
- [PATCH] Add keywords to TuiWindow.write
Tom Tromey
- [PATCH v2 03/13] [gdb/symtab] Handle nullptr parent in parent_map::set_parent
Tom de Vries
- [PATCH v2 04/13] [gdb/symtab] Factor out m_deferred_entries usage
Tom de Vries
- [PATCHv3] gdb: improve error reporting for 'save gdb-index'
Andrew Burgess
- [COMMITTED PATCH] Fix procfs.c compilation
Rainer Orth
- [PATCH v2 00/13] [gdb/symtab, cc-with-dwz] Fix gdb.cp/breakpoint-locs.exp
Tom de Vries
- [PATCH v2 05/13] [gdb/symtab] Resolve deferred entries, inter-shard case
Tom de Vries
- [PATCH v2] [gdb/tui] add SingleKey bindings for reverse execution commands
Magne Hov
- [PATCH] gdb/testsuite: Test for a backtrace through object without debuginfo
Guinevere Larsen
- [PATCH] gdb/testsuite: Test for a backtrace through object without debuginfo
Guinevere Larsen
- [PATCH 1/2] Rename tui-stack -> tui-status
Alexandra Petlanova Hajkova
- [PATCHv6 06/10] gdb: parse pending breakpoint thread/task immediately
Andrew Burgess
- [RFC PATCH htdocs] index: rename "GDB Maintainers" to "maintainers"
John Baldwin
- [PATCH 2/4] Add DAP log level parameter
Kévin Le Gouguec
- [PATCH 3/4] Avoid exception from attach in DAP
Kévin Le Gouguec
- [PATCH 0/4] Check for rogue DAP exceptions
Kévin Le Gouguec
- [PATCH] Use function entry point record only for entry values
Guinevere Larsen
- [PATCH v2] Allow calling of variadic C++ functions
Hannes Domani
- [PATCH 1/2] Rename tui-stack -> tui-status
Tom Tromey
- [PATCH v2 0/2] Rename TUI status code to follow the docs
Tom Tromey
- [PATCH v2 1/2] Rename tui-stack -> tui-status
Tom Tromey
- [PATCH v2 2/2] Rename TUI locator window -> status
Tom Tromey
- [PATCH v2] Allow calling of variadic C++ functions
Tom Tromey
- [PATCH v2 03/13] [gdb/symtab] Handle nullptr parent in parent_map::set_parent
Tom Tromey
- [PATCH v2 00/13] [gdb/symtab, cc-with-dwz] Fix gdb.cp/breakpoint-locs.exp
Tom Tromey
- [PATCH v2 04/13] [gdb/symtab] Factor out m_deferred_entries usage
Tom Tromey
- [PATCH v2 05/13] [gdb/symtab] Resolve deferred entries, inter-shard case
Tom Tromey
- [PATCH] Use function entry point record only for entry values
Tom Tromey
- [PATCHv7 00/11] thread-specific breakpoints in just some inferiors
Andrew Burgess
- [PATCHv7 01/11] gdb: create_breakpoint: add asserts and additional comments
Andrew Burgess
- [PATCHv7 02/11] gdb: create_breakpoint: asserts relating to extra_string/parse_extra
Andrew Burgess
- [PATCHv7 03/11] gdb: change 'if' to gdb_assert in update_dprintf_command_list
Andrew Burgess
- [PATCHv7 04/11] gdb: the extra_string in a dprintf breakpoint is never nullptr
Andrew Burgess
- [PATCHv7 05/11] gdb: build dprintf commands just once in code_breakpoint constructor
Andrew Burgess
- [PATCHv7 06/11] gdb: don't display inferior list for pending breakpoints
Andrew Burgess
- [PATCHv7 07/11] gdb: parse pending breakpoint thread/task immediately
Andrew Burgess
- [PATCHv7 08/11] gdb: don't set breakpoint::pspace for in create_breakpoint
Andrew Burgess
- [PATCHv7 09/11] gdb: remove breakpoint_re_set_one
Andrew Burgess
- [PATCHv7 10/11] gdb: remove tracepoint_probe_create_sals_from_location_spec
Andrew Burgess
- [PATCHv7 11/11] gdb: only insert thread-specific breakpoints in the relevant inferior
Andrew Burgess
- [PATCH] gdbserver/win32: fix crash on detach
smxdev4@gmail.com
- [PATCH] Use function entry point record only for entry values
Hannes Domani
- [PATCH] gdb/testsuite: relax filename restriction in some gdb.btrace tests
Guinevere Larsen
- [PATCH] gdb/testsuite: relax filename restriction in some gdb.btrace tests
Andreas Schwab
- [PATCH] gdb/testsuite: relax filename restriction in some gdb.btrace tests
Guinevere Larsen
- [PATCH] gdb/options: fix copy&paste error in string_option_def
Andrew Burgess
- [PATCH 00/24] Fix reading and writing pseudo registers in non-current frames
Luis Machado
- [PATCH 21/24] gdb: migrate aarch64 to new gdbarch_pseudo_register_write
Luis Machado
- [PATCH 24/24] gdb/testsuite: add tests for unwinding of pseudo registers
Luis Machado
- [PATCH v2] Allow calling of variadic C++ functions
Hannes Domani
- [PATCH] gdb/options: fix copy&paste error in string_option_def
Tom Tromey
- [ PATCH 0/3] Fix GDB reverse execution behavior
Carl Love
- [PATCH 00/24] Fix reading and writing pseudo registers in non-current frames
Simon Marchi
- [PATCH] sim: add __attribute__((unused)) to <arch>_fill_argbuf_tp function
Simon Marchi
- [PATCH] gdb/options: fix copy&paste error in string_option_def
Andrew Burgess
- [PATCH 0/2] Step over thread exit improvements/fixes
Pedro Alves
- [PATCH 3/4] Avoid exception from attach in DAP
Tom Tromey
- [PATCH 2/4] Add DAP log level parameter
Tom Tromey
- [PATCH 2/4] Add DAP log level parameter
Tom Tromey
- [PATCH] Use unrelocated_addr in dwarf2_base_index_functions::find_per_cu
Tom Tromey
- [PATCH 0/8] Step over thread exit improvements/fixes + AMD GPU
Pedro Alves
- [PATCH 1/8] gdb.threads/step-over-thread-exit.exp improvements
Pedro Alves
- [PATCH 2/8] Ensure selected thread after thread exit stop
Pedro Alves
- [PATCH 3/8] displaced_step_finish: Don't fetch the regcache of exited threads
Pedro Alves
- [PATCH 4/8] Step over thread exit, always delete the thread non-silently
Pedro Alves
- [PATCH 5/8] Fix thread target ID of exited waves
Pedro Alves
- [PATCH 6/8] Fix handling of vanishing threads that were stepping/stopping
Pedro Alves
- [PATCH 7/8] Add tests for s_endpgm handling
Pedro Alves
- [PATCH 8/8] Add tests for handling of vanishing threads that were stepping/stopping
Pedro Alves
- [PATCH] sim: add __attribute__((unused)) to <arch>_fill_argbuf_tp function
Mike Frysinger
- [PATCH] sim: add __attribute__((unused)) to <arch>_fill_argbuf_tp function
Simon Marchi
- [PATCH htdocs] css: add content hash to force refreshes as needed
Mike Frysinger
- [PATCH] sim: igen: do not reindent literal semantics output
Mike Frysinger
- [PATCH] sim: add __attribute__((unused)) to <arch>_fill_argbuf_tp function
Mike Frysinger
- [PATCH 5/8] Fix thread target ID of exited waves
Lancelot SIX
- [PATCH 6/8] Fix handling of vanishing threads that were stepping/stopping
Lancelot SIX
- [PATCH] sim: igen: do not reindent literal semantics output
Andrew Burgess
- [PATCH] [gdb/tui] Use more box_width in tui-regs.c
Tom de Vries
- [PATCH] Fix two bugs in gdbserver thread name handling
Tom Tromey
- [PATCH] Allow calling of C++ methods from python
Hannes Domani
- [PATCH] [gdb/tui] Use more box_width in tui-regs.c
Tom Tromey
- [PATCH htdocs] schedule: fix GDB 13 date typos
Tom Tromey
- [PATCH htdocs] use <h3> under <h2>
Tom Tromey
- [PATCH htdocs] current: use tabs for gitconfig settings
Tom Tromey
- [PATCH htdocs] download: remove periods from non-sentences
Tom Tromey
- [PATCH htdocs] current: use <code> for file paths
Tom Tromey
- [PATCH] Fix two bugs in gdbserver thread name handling
Simon Marchi
- [PATCH htdocs] css: add content hash to force refreshes as needed
Tom Tromey
- [PATCH] Fix two bugs in gdbserver thread name handling
Tom Tromey
- [PATCH 0/2] Use unique_ptr more in the remote target
Pedro Alves
- [PATCH 1/2] Make cached_reg_t own its data
Pedro Alves
- [PATCH 2/2] Complete use of unique_ptr with notif_event and stop_reply
Pedro Alves
- [PATCH 14/31] all-stop/synchronous RSP support thread-exit events
Pedro Alves
- [PATCH 0/2] Use unique_ptr more in the remote target
Tom Tromey
- [PATCH] gdb/testsuite: another attempt to fix gdb.threads/thread-specific-bp.exp
Tom Tromey
- [RFC][PATCH?] fixed some segfaults and bugs in mdebug support
Tom Tromey
- [RFC][PATCH?] fixed some segfaults and bugs in mdebug support
Tom Tromey
- [PATCH 0/3] Fix "attach" infinite loop
Tom Tromey
- [PATCH 0/2] Improve Ada overload handling
Tom Tromey
- [RFC] [gdb/tui] Add set tui border-kind acs-or-space/acs-or-ascii
Tom Tromey
- [PATCH] [gdb/build] Remove dependency on _rl_term_autowrap
Tom Tromey
- [PATCH 1/3] [gdb/tui] Make tui_update_variables more readable
Tom Tromey
- [PATCH 3/3] [gdb/tui] Add tui border-kind active-ascii
Tom Tromey
- [PATCH 3/3] [gdb/tui] Add tui border-kind active-ascii
Eli Zaretskii
- [PATCHv7 02/11] gdb: create_breakpoint: asserts relating to extra_string/parse_extra
Tom Tromey
- [PATCHv7 07/11] gdb: parse pending breakpoint thread/task immediately
Tom Tromey
- [PATCHv7 00/11] thread-specific breakpoints in just some inferiors
Tom Tromey
- [PATCH] Allow calling of C++ methods from python
Tom Tromey
- [PATCH] Use function entry point record only for entry values
Tom Tromey
- [PATCH] Remove tui-out.[ch]
Tom Tromey
- [PATCH v2] [gdb/tui] Show regs when switching to regs layout
Tom Tromey
- [PATCH htdocs] tighten up margins on smaller devices
Mike Frysinger
- [PATCH/committed] sim: mn10300: fix incorrect implementation of a few insns
Mike Frysinger
- [PATCH/committed] sim: bfin: fix typo in bf52x ports
Mike Frysinger
- [PATCH/committed 1/2] sim: sh: tidy up gencode slightly
Mike Frysinger
- [PATCH/committed 2/2] sim: sh: adjust some dsp insn masks
Mike Frysinger
- [PATCH/committed] sim: cr16: clean up unused insn operands
Mike Frysinger
- [PATCH v2] [gdb/tui] Show regs when switching to regs layout
Tom de Vries
- [PATCH] [gdb/tui] Use more box_width in tui-regs.c
Tom de Vries
- [RFC] [gdb/tui] Add set tui border-kind acs-or-space/acs-or-ascii
Tom de Vries
- [PATCH] Use function entry point record only for entry values
Hannes Domani
- [PATCH] Allow calling of C++ methods from python
Hannes Domani
- [PATCH] Throw error if ambiguous name is used in gdb.parameter
Hannes Domani
- Fwd: Yet another fix for mcore-sim
Jeff Law
- [PATCH/committed] sim: warnings: add more flags
Mike Frysinger
- [PATCH v3 0/3] sim: riscv: Compressed instruction simulation and semi-hosting support
jaydeep.patil@imgtec.com
- [PATCH v3 1/3] [sim/riscv] Fix crash during instruction decoding
jaydeep.patil@imgtec.com
- [PATCH v3 2/3] [sim/riscv] Add support for compressed integer instruction set simulation
jaydeep.patil@imgtec.com
- [PATCH v3 3/3] [sim/riscv] Add semi-hosting support
jaydeep.patil@imgtec.com
- [PATCH v2] [gdb/tui] Show regs when switching to regs layout
Tom Tromey
- [PATCH 00/14] Cleanups for the TUi register window
Tom Tromey
- [PATCH 01/14] Use pop_back in tui_register_format
Tom Tromey
- [PATCH 02/14] Minor C++ cleanups in tui-regs.c
Tom Tromey
- [PATCH 03/14] Simplify tui_data_window::show_register_group
Tom Tromey
- [PATCH 04/14] Rename tui_data_item_window -> tui_register_info
Tom Tromey
- [PATCH 05/14] Remove tui_register_info::visible
Tom Tromey
- [PATCH 06/14] Move scrollok call in register window
Tom Tromey
- [PATCH 07/14] Simplify update_register_data
Tom Tromey
- [PATCH 08/14] Remove the TUI register window rerender overload
Tom Tromey
- [PATCH 09/14] Simplify tui_data_win::erase_data_content
Tom Tromey
- [PATCH 10/14] Remove tui_refreshing_registers
Tom Tromey
- [PATCH 11/14] Remove redundant check from tui_refresh_frame_and_register_information
Tom Tromey
- [PATCH 12/14] Return void from tui_show_frame_info
Tom Tromey
- [PATCH 13/14] Rename show_registers -> set_register_group
Tom Tromey
- [PATCH 14/14] Update TUI register window when the inferior exits
Tom Tromey
- [PATCH 0/3] Fix "attach" infinite loop
Luis Machado
- [PINGv2][PATCH v3] gdb: register frame_destroyed function for amd64 gdbarch
Guinevere Larsen
- [PATCH] gdb/testsuite: another attempt to fix gdb.threads/thread-specific-bp.exp
Andrew Burgess
- [PATCHv7 07/11] gdb: parse pending breakpoint thread/task immediately
Andrew Burgess
- [PATCH 0/3] Fix "attach" infinite loop
Luis Machado
- [PATCH v2 1/3] [sim/riscv] Add basic semi-hosting support
Andrew Burgess
- Fwd: Yet another fix for mcore-sim
Andrew Burgess
- [PATCH 00/14] Cleanups for the TUi register window
Tom de Vries
- [PATCH] [gdb/tui] Use more box_width in tui-regs.c
Tom Tromey
- [PATCH 0/3] Fix "attach" infinite loop
Tom Tromey
- [PATCH v4 0/2] Querying registers of already-exited processes
Tankut Baris Aktemur
- [PATCH v4 1/2] gdb/regcache: return REG_UNAVAILABLE in raw_read if NOT_AVAILABLE_ERROR is seen
Tankut Baris Aktemur
- [PATCH v4 2/2] gdb: raise and handle NOT_AVAILABLE_ERROR when accessing frame PC
Tankut Baris Aktemur
- [PATCH v4 08/19] Add gdb::task_group
Tom Tromey
- [PATCH 0/3] Fix "attach" infinite loop
Luis Machado
- [PATCH 03/14] Simplify tui_data_window::show_register_group
Andrew Burgess
- [RFC][PATCH?] fixed some segfaults and bugs in mdebug support
Andrew Burgess
- [PATCH v3 1/3] [sim/riscv] Fix crash during instruction decoding
Mike Frysinger
- [PATCH v3 2/3] [sim/riscv] Add support for compressed integer instruction set simulation
Mike Frysinger
- [PATCH v3 3/3] [sim/riscv] Add semi-hosting support
Mike Frysinger
- [PATCH] gdb/testsuite: Test for a backtrace through object without debuginfo
Guinevere Larsen
- [PATCH 05/14] Remove tui_register_info::visible
Hannes Domani
- [PATCH 11/14] Remove redundant check from tui_refresh_frame_and_register_information
Hannes Domani
- [PATCH 05/14] Remove tui_register_info::visible
Andrew Burgess
- [PATCH 06/14] Move scrollok call in register window
Andrew Burgess
- [PATCH 07/14] Simplify update_register_data
Andrew Burgess
- [PATCH 08/14] Remove the TUI register window rerender overload
Andrew Burgess
- [PATCH 1/2] gdb: remove stale comment in value_assign
Simon Marchi
- [PATCH 2/2] gdb: use put_frame_register instead of put_frame_register_bytes in pseudo_to_concat_raw
Simon Marchi
- [PATCH v2 1/3] [sim/riscv] Add basic semi-hosting support
Mike Frysinger
- [PATCH 06/14] Move scrollok call in register window
Tom Tromey
- [PATCH 11/14] Remove redundant check from tui_refresh_frame_and_register_information
Tom Tromey
- [PATCH] cpu: or1k: drop unused l.swa flag
Mike Frysinger
- [PATCH] cpu: cris: drop some unused vars
Mike Frysinger
- [PATCH] cpu: cris: drop some unused vars
Hans-Peter Nilsson
- Fwd: Yet another fix for mcore-sim
Jeff Law
- [EXTERNAL] Re: [PATCH v2 2/3] [sim/riscv] Add support for compressed integer instruction set
Jaydeep Patil
- [EXTERNAL] Re: [PATCH v2 1/3] [sim/riscv] Add basic semi-hosting support
Jaydeep Patil
- [EXTERNAL] Re: [PATCH v3 1/3] [sim/riscv] Fix crash during instruction decoding
Jaydeep Patil
- [EXTERNAL] Re: [PATCH v3 2/3] [sim/riscv] Add support for compressed integer instruction set simulation
Jaydeep Patil
- [EXTERNAL] Re: [PATCH v3 3/3] [sim/riscv] Add semi-hosting support
Jaydeep Patil
- [PATCH 11/14] Remove redundant check from tui_refresh_frame_and_register_information
Andrew Burgess
- [PATCH htdocs] download: use <wbr> to break up some long <pre> text
Mike Frysinger
- [PATCH 00/14] Cleanups for the TUi register window
Andrew Burgess
- [PATCH] cpu: cris: drop some unused vars
Mike Frysinger
- [PATCH/committed 01/21] sim: common: fix -Wunused-variable warnings
Mike Frysinger
- [PATCH/committed 02/21] sim: aarch64: fix -Wunused-variable warnings
Mike Frysinger
- [PATCH/committed 03/21] sim: bfin: fix -Wunused-variable warnings
Mike Frysinger
- [PATCH/committed 04/21] sim: bpf: fix -Wunused-variable warnings
Mike Frysinger
- [PATCH/committed 05/21] sim: cr16: fix -Wunused-variable warnings
Mike Frysinger
- [PATCH/committed 06/21] sim: cris: fix -Wunused-variable warnings
Mike Frysinger
- [PATCH/committed 07/21] sim: erc32: fix -Wunused-variable warnings
Mike Frysinger
- [PATCH/committed 08/21] sim: frv: fix -Wunused-variable warnings
Mike Frysinger
- [PATCH/committed 09/21] sim: ft32: fix -Wunused-variable warnings
Mike Frysinger
- [PATCH/committed 10/21] sim: h8300: fix -Wunused-variable warnings
Mike Frysinger
- [PATCH/committed 11/21] sim: iq2000: fix -Wunused-variable warnings
Mike Frysinger
- [PATCH/committed 12/21] sim: lm32: fix -Wunused-variable warnings
Mike Frysinger
- [PATCH/committed 13/21] sim: m32r: fix -Wunused-variable warnings
Mike Frysinger
- [PATCH/committed 14/21] sim: mcore: fix -Wunused-variable warnings
Mike Frysinger
- [PATCH/committed 15/21] sim: microblaze: fix -Wunused-variable warnings
Mike Frysinger
- [PATCH/committed 16/21] sim: mips: fix -Wunused-variable warnings
Mike Frysinger
- [PATCH/committed 17/21] sim: mn10300: fix -Wunused-variable warnings
Mike Frysinger
- [PATCH/committed 18/21] sim: msp430: fix -Wunused-variable warnings
Mike Frysinger
- [PATCH/committed 19/21] sim: moxie: fix -Wunused-variable warnings
Mike Frysinger
- [PATCH/committed 20/21] sim: sh: fix -Wunused-variable warnings
Mike Frysinger
- [PATCH/committed 21/21] sim: v850: fix -Wunused-variable warnings
Mike Frysinger
- [PATCH v3] gdb: register frame_destroyed function for amd64 gdbarch
Andrew Burgess
- [PATCH/committed] sim: common: delete unused argbuf in generated mloop code
Mike Frysinger
- [PATCH] Throw error if ambiguous name is used in gdb.parameter
Andrew Burgess
- [PATCH 0/1] The link to DTrace needs to be updated
Eduard Sargsyan
- [PATCH 1/1] doc: update link to Oracle DTrace project
Eduard Sargsyan
- [PATCH] Mask x86 segment registers in Windows gdbserver
Tom Tromey
- [PATCH 1/2] gdb: remove stale comment in value_assign
Tom Tromey
- [PATCH 2/2] gdb: use put_frame_register instead of put_frame_register_bytes in pseudo_to_concat_raw
Tom Tromey
- [PATCH 0/1] Crash on register invalidation
Eduard Sargsyan
- [PATCH 1/1] gdb: fix assert after register write failure
Eduard Sargsyan
- [PATCH 2/2] gdb: use put_frame_register instead of put_frame_register_bytes in pseudo_to_concat_raw
Simon Marchi
- [PATCH v2] Raise exception if ambiguous name is used in gdb.parameter
Hannes Domani
- [PATCH/committed] sim: frv: enable warnings in memory.c
Mike Frysinger
- [PATCH 1/3] sim: cgen: unify the genmloop logic a bit
Mike Frysinger
- [PATCH 2/3] sim: common: add $LINENO rewriting support to genmloop scripts
Mike Frysinger
- [PATCH 3/3] sim: mloop: add #line pragmas everywhere
Mike Frysinger
- [EXTERNAL] Re: [PATCH v2 2/3] [sim/riscv] Add support for compressed integer instruction set
Mike Frysinger
- [EXTERNAL] Re: [PATCH v2 1/3] [sim/riscv] Add basic semi-hosting support
Mike Frysinger
- [EXTERNAL] Re: [PATCH v2 1/3] [sim/riscv] Add basic semi-hosting support
Jaydeep Patil
- [PATCH v4] gdb/testsuite: add test for backtracing for threaded inferiors from a corefile
Guinevere Larsen
- [PATCH] nat: linux-namespaces: Also enter user namespace
Benjamin Berg
- [PATCH 1/1] doc: update link to Oracle DTrace project
Eli Zaretskii
- [PATCH 1/1] doc: update link to Oracle DTrace project
Sargsyan, Eduard
- [PATCH 1/1] doc: update link to Oracle DTrace project
Eli Zaretskii
- [PATCH 1/1] doc: update link to Oracle DTrace project
Sargsyan, Eduard
- [PING*5][PATCH 1/4 v7] gdb: Buffer output streams during events that might download debuginfo
Aaron Merey
- [PING*5][PATCH 2/4 v2] gdb/progspace: Add reverse safe iterator and template for unwrapping iterator
Aaron Merey
- [PING*5][PATCH 3/4 v4] gdb/debuginfod: Support on-demand debuginfo downloading
Aaron Merey
- [PING*5][PATCH 4/4 v5] gdb/debuginfod: Add .debug_line downloading
Aaron Merey
- [pushed] gdb: remove stale comment and ctor in gdbarch_info
Simon Marchi
- [pushed] Fix bug in previous remote unique_ptr change (Re: [PATCH 0/2] Use unique_ptr more in the remote target)
Pedro Alves
- [PATCH 0/8] Step over thread exit improvements/fixes + AMD GPU
Pedro Alves
- [PATCH v4 2/2] gdb: raise and handle NOT_AVAILABLE_ERROR when accessing frame PC
John Baldwin
- [PATCH] Mask x86 segment registers in Windows gdbserver
John Baldwin
- [pushed] Fix bug in previous remote unique_ptr change (Re: [PATCH 0/2] Use unique_ptr more in the remote target)
Tom Tromey
- [PATCH 1/2] Make cached_reg_t own its data
Simon Marchi
- [PATCH] cpu: or1k: drop unused l.swa flag
Mike Frysinger
- [PATCH/committed] sim: common: delete unused scache in some mloop paths
Mike Frysinger
- [PATCH/committed 1/3] sim: bfin: clean up astat reg name decode a little
Mike Frysinger
- [PATCH/ccommitted 2/3] sim: mn10300: fix LAST_TIMER_REG typo
Mike Frysinger
- [PATCH/committed 3/3] sim: warnings: enable -Wduplicated-cond
Mike Frysinger
- [PATCH/committed] sim: ppc: mark halt & restart funcs as noreturn
Mike Frysinger
- [PATCH/committed] sim: ppc: phb: add missing break to address decoder
Mike Frysinger
- [PATCH/committed] sim: common: mark engine restart as noreturn
Mike Frysinger
- [PATCH v4 2/2] gdb: raise and handle NOT_AVAILABLE_ERROR when accessing frame PC
Eli Zaretskii
- [PATCH/committed] sim: arm: add missing breaks to SWI processing
Mike Frysinger
- [PATCH/committed] sim: cr16: add missing break statement
Mike Frysinger
- [PATCH/committed] sim: rx: add missing break to memory write
Mike Frysinger
- [PATCH/committed] sim: iq2000: add fallback for exit syscall
Mike Frysinger
- [PATCH/committed] sim: rx: mark abort func as noreturn since it doesn't
Mike Frysinger
- [PATCH/committed] sim: sh: add missing breaks to bit processing
Mike Frysinger
- [PATCH/committed 01/20] sim: signal: mark signal callback funcs as noreturn since they don't return
Mike Frysinger
- [PATCH/committed 02/20] sim: add ATTRIBUTE_FALLTHROUGH for local code
Mike Frysinger
- [PATCH/committed 03/20] sim: common: fix -Wimplicit-fallthrough warnings
Mike Frysinger
- [PATCH/committed 04/20] sim: aarch64: fix -Wimplicit-fallthrough warnings
Mike Frysinger
- [PATCH/committed 05/20] sim: arm: fix -Wimplicit-fallthrough warnings
Mike Frysinger
- [PATCH/committed 06/20] sim: avr: fix -Wimplicit-fallthrough warnings
Mike Frysinger
- [PATCH/committed 07/20] sim: bfin: fix -Wimplicit-fallthrough warnings
Mike Frysinger
- [PATCH/committed 08/20] sim: cris: fix -Wimplicit-fallthrough warnings
Mike Frysinger
- [PATCH/committed 09/20] sim: erc32: fix -Wimplicit-fallthrough warnings
Mike Frysinger
- [PATCH/committed 10/20] sim: frv: fix -Wimplicit-fallthrough warnings
Mike Frysinger
- [PATCH/committed 11/20] sim: m68hc11: fix -Wimplicit-fallthrough warnings
Mike Frysinger
- [PATCH/committed 12/20] sim: mcore: fix Wimplicit-fallthrough warnings
Mike Frysinger
- [PATCH/committed 13/20] sim: mips: fix -Wimplicit-fallthrough warnings
Mike Frysinger
- [PATCH/committed 14/20] sim: or1k: fix -Wimplicit-fallthrough warnings
Mike Frysinger
- [PATCH/committed 15/20] sim: ppc: fix -Wimplicit-fallthrough warnings
Mike Frysinger
- [PATCH/committed 16/20] sim: riscv: fix -Wimplicit-fallthrough warnings
Mike Frysinger
- [PATCH/committed 17/20] sim: rl78: fix -Wimplicit-fallthrough warnings
Mike Frysinger
- [PATCH/committed 18/20] sim: rx: fix -Wimplicit-fallthrough warnings
Mike Frysinger
- [PATCH/committed 19/20] sim: sh: fix -Wimplicit-fallthrough warnings
Mike Frysinger
- [PATCH/committed 20/20] sim: warnings: enable -Wimplicit-fallthrough=5
Mike Frysinger
- [PATCH] [gdbserver] Fix overflow detection in gdbserver
Kirill Radkin
- [PING][PATCH v7] gdb: add git trailer information on gdb/MAINTAINERS
Guinevere Larsen
- [PATCH] gdb/dwarf2: Add support for DW_LNS_set_epilogue_begin in line-table
Guinevere Larsen
- [PATCH 1/2] Make cached_reg_t own its data
Pedro Alves
- [PATCH v4 0/2] sim: riscv: Compressed instruction simulation
jaydeep.patil@imgtec.com
- [PATCH v4 1/2] [sim/riscv] Fix crash during instruction decoding
jaydeep.patil@imgtec.com
- [PATCH v4 2/2] [sim/riscv] Add support for compressed integer instructions
jaydeep.patil@imgtec.com
- [PATCH v4 1/2] [sim/riscv] Fix crash during instruction decoding
Mike Frysinger
- [PATCH v2 1/2] Rename tui-stack -> tui-status
Alexandra Petlanova Hajkova
- [PATCH v4 2/2] [sim/riscv] Add support for compressed integer instructions
Mike Frysinger
- [PATCH v2 2/2] Rename TUI locator window -> status
Alexandra Petlanova Hajkova
- [PING][PATCH v7] gdb: add git trailer information on gdb/MAINTAINERS
John Baldwin
- [PATCH 0/9] Some register value cleanups
Simon Marchi
- [PATCH 1/9] gdb: don't set frame id after calling cooked_read_value
Simon Marchi
- [PATCH 2/9] gdb: pass frame_info_ptr to gdbarch_value_from_register
Simon Marchi
- [PATCH 3/9] gdb: pass non-nullptr frame to gdbarch_value_from_register in address_from_register
Simon Marchi
- [PATCH 4/9] gdb: add type parameter to value::allocate_register and add value::allocate_register_lazy
Simon Marchi
- [PATCH 5/9] gdb: remove read_frame_register_value's frame parameter
Simon Marchi
- [PATCH 6/9] gdb: implement address_from_register using value_from_register
Simon Marchi
- [PATCH 7/9] gdb: remove VALUE_NEXT_FRAME_ID, add value::next_frame_id
Simon Marchi
- [PATCH 8/9] gdb: remove VALUE_REGNUM, add value::regnum
Simon Marchi
- [PATCH 9/9] gdb: make value::allocate_register_lazy store id of next non-inline frame
Simon Marchi
- [PATCH] toplevel: don't override gettext-runtime/configure-discovered build args
Arsen Arsenović
- [PATCH] [gdbserver] Fix overflow detection in gdbserver
Simon Marchi
- [PATCH 01/26] gdbserver: convert init_register_cache into regcache::initialize
Simon Marchi
- [PATCH 02/26] gdbserver: convert new_register_cache into a regcache constructor
Simon Marchi
- [PATCH 03/26] gdbserver: by-pass regcache to access tdesc only
Simon Marchi
- [PATCH 04/26] gdbserver: boolify and defaultize the 'fetch' parameter of get_thread_regcache
Simon Marchi
- [PATCH 05/26] gdbserver: add a pointer to the owner thread in regcache
Simon Marchi
- [PATCH] Mask x86 segment registers in Windows gdbserver
Tom Tromey
- [PATCH 06/26] gdbserver: turn part of get_thread_regcache into regcache::fetch
Simon Marchi
- [PATCH 07/26] gdbserver: convert regcache_cpy into regcache::copy_from
Simon Marchi
- [PATCH 08/26] gdbserver: convert free_register_cache into a destructor of regcache
Simon Marchi
- [PATCH 09/26] gdbserver: extract out regcache::invalidate and regcache::discard
Simon Marchi
- [PATCH 10/26] gdbserver: convert registers_to_string into regcache::registers_to_string
Simon Marchi
- [PATCH 10/26] gdbserver: convert registers_to_string into regcache::registers_to_string
Simon Marchi
- [PATCH 12/26] gdbserver: convert supply_regblock to regcache::supply_regblock
Simon Marchi
- [PATCH 13/26] gdbserver: convert register_data into regcache::register_data
Simon Marchi
- [PATCH 14/26] gdbserver: introduce and use regcache::set_register_status
Simon Marchi
- [PATCH 15/26] gdbserver: check for nullptr condition in regcache::get_register_status
Simon Marchi
- [PATCH 15/26] gdbserver: check for nullptr condition in regcache::get_register_status
Simon Marchi
- [PATCH v2 2/2] Rename TUI locator window -> status
Tom Tromey
- [PATCH] sim: cris: change temp var name slightly to avoid shadowing
Mike Frysinger
- [PATCH/committed] sim: m32c: fix initial #line number in generated code
Mike Frysinger
- [PATCH 01/15] sim: aarch64: fix -Wshadow=local warnings
Mike Frysinger
- [PATCH 02/15] sim: arm: fix -Wshadow=local warnings
Mike Frysinger
- [PATCH 03/15] sim: bfin: fix -Wshadow=local warnings
Mike Frysinger
- [PATCH 04/15] sim: common: fix -Wshadow=local warnings
Mike Frysinger
- [PATCH 05/15] sim: cris: fix -Wshadow=local warnings
Mike Frysinger
- [PATCH 06/15] sim: erc32: fix -Wshadow=local warnings
Mike Frysinger
- [PATCH 07/15] sim: frv: fix -Wshadow=local warnings
Mike Frysinger
- [PATCH 08/15] sim: h8300: fix -Wshadow=local warnings
Mike Frysinger
- [PATCH 09/15] sim: iq2000: fix -Wshadow=local warnings
Mike Frysinger
- [PATCH 10/15] sim: m68hc11: fix -Wshadow=local warnings
Mike Frysinger
- [PATCH 11/15] sim: mips: fix -Wshadow=local warnings
Mike Frysinger
- [PATCH 12/15] sim: ppc: fix -Wshadow=local warnings
Mike Frysinger
- [PATCH 13/15] sim: riscv: fix -Wshadow=local warnings
Mike Frysinger
- [PATCH 14/15] sim: sh: fix -Wshadow=local warnings
Mike Frysinger
- [PATCH 15/15] sim: warnings: enable -Wshadow=local
Mike Frysinger
- [PATCH/committed 1/2] sim: warnings: fix -Wreturn-mismatch typo
Mike Frysinger
- [PATCH/committed 2/2] sim: warnings: enable -Wreturn-type
Mike Frysinger
- [PATCH/committed] sim: ppc: igen: fix -G handling
Mike Frysinger
- [PATCH 16/26] gdbserver: boolify regcache fields
Simon Marchi
- [PATCH 17/26] gdbserver: rename regcache's registers_valid to registers_fetched
Simon Marchi
- [PATCH 18/26] gdbsupport: fix a typo in a comment in common-regcache.h
Simon Marchi
- [PATCH 19/26] gdbserver: fix the declared type of register_status in regcache
Simon Marchi
- [PATCH 20/26] gdbserver: make some regcache fields private
Simon Marchi
- [PATCH 21/26] gdbserver: use REG_UNKNOWN for a regcache's register statuses
Simon Marchi
- [PATCH 22/26] gdbserver: zero-out register values in regcache-discard
Simon Marchi
- [PATCH 23/26] gdbserver: set register statuses in registers_from_string
Simon Marchi
- [PATCH 24/26] gdbserver: return tracked register status in regcache_raw_read_unsigned
Simon Marchi
- [PATCH 25/26] gdbserver: refuse null argument in regcache::supply_regblock
Simon Marchi
- [PATCH v5 0/2] sim: riscv: Compressed instruction simulation
jaydeep.patil@imgtec.com
- [PATCH v5 1/2] [sim/riscv] Fix crash during instruction decoding
jaydeep.patil@imgtec.com
- [PATCH v5 2/2] [sim/riscv] Add support for compressed integer instructions
jaydeep.patil@imgtec.com
- [PING][PATCH v7] gdb: add git trailer information on gdb/MAINTAINERS
Guinevere Larsen
- Introducing a GDB Code Of Conduct
Andrew Burgess
- [PATCH] remote.c: Make packet_check_result return a structure
Alexandra Hájková
- [PATCH 12/24] gdb: make get_frame_register_bytes take the next frame
Kévin Le Gouguec
- [PATCH 15/15] sim: warnings: enable -Wshadow=local
Tom Tromey
- [PATCH 12/24] gdb: make get_frame_register_bytes take the next frame
Simon Marchi
- [PATCH] remote.c: Make packet_check_result return a structure
Tom Tromey
- [PATCH] [gdbserver] Fix overflow detection in gdbserver
Tom Tromey
- [PATCH] sim: cris: regen cgen decoders to fix build warnings [PR sim/31181]
Mike Frysinger
- [PATCH htdocs] tighten up margins on smaller devices
Tom Tromey
- [PATCH htdocs] download: use <wbr> to break up some long <pre> text
Tom Tromey
- [PATCH/committed] sim: cgen: regenerate decode tables to avoid shadow warnings
Mike Frysinger
- [PATCH] Add 'program' to DAP 'attach' request
Tom Tromey
- [PATCH 1/1] gdb: fix assert after register write failure
Tom Tromey
- [PATCH 12/24] gdb: make get_frame_register_bytes take the next frame
Kévin Le Gouguec
- [PATCH 26/26] gdbserver: allow gradually populating and selectively storing a regcache
Simon Marchi
- [PATCH] gdb/dwarf2: Add support for DW_LNS_set_epilogue_begin in line-table
Tom Tromey
- [PATCH] Fix build with clang 16
Tom Tromey
- [PATCH 1/1] gdb: fix assert after register write failure
Simon Marchi
- [PATCH 2/9] gdb: pass frame_info_ptr to gdbarch_value_from_register
Tom Tromey
- [PATCH 7/9] gdb: remove VALUE_NEXT_FRAME_ID, add value::next_frame_id
Tom Tromey
- [PATCH 8/9] gdb: remove VALUE_REGNUM, add value::regnum
Tom Tromey
- [PATCH 2/9] gdb: pass frame_info_ptr to gdbarch_value_from_register
Simon Marchi
- [PATCH 0/9] Some register value cleanups
Tom Tromey
- [PATCH] gdb/dwarf2: Add support for DW_LNS_set_epilogue_begin in line-table
Guinevere Larsen
- [PATCH 2/9] gdb: pass frame_info_ptr to gdbarch_value_from_register
Tom Tromey
- [PATCH 7/9] gdb: remove VALUE_NEXT_FRAME_ID, add value::next_frame_id
Simon Marchi
- [PATCH 0/4] Check for rogue DAP exceptions
Tom Tromey
- Introducing a GDB Code Of Conduct
Guinevere Larsen
- [PATCH 8/9] gdb: remove VALUE_REGNUM, add value::regnum
Simon Marchi
- [PATCH 0/9] Some register value cleanups
Simon Marchi
- [PATCH 7/9] gdb: remove VALUE_NEXT_FRAME_ID, add value::next_frame_id
Tom Tromey
- [PATCH 0/9] Some register value cleanups
Tom Tromey
- [PATCH 7/9] gdb: remove VALUE_NEXT_FRAME_ID, add value::next_frame_id
Simon Marchi
- [PATCH] Remove 'if' from GDB_PY_HANDLE_EXCEPTION
Tom Tromey
- [PATCH] Remove 'if' from GDB_PY_HANDLE_EXCEPTION
Simon Marchi
- Introducing a GDB Code Of Conduct
Mike Frysinger
- [PATCH] sim: m32c: fix -Wshadow=local warnings
Mike Frysinger
- [PATCH] sim: cris: disable -Wshadow=local in generated mloop files
Mike Frysinger
- [PATCH] sim: arm: mark local read-only arrays as static const
Mike Frysinger
- [PATCH/committed] sim: warnings: rework individual flag disable into dedicated vars
Mike Frysinger
- [PATCH 0/2] Changes to error reporting from the expression parser
Andrew Burgess
- [PATCH 1/2] gdb: improve error reporting from expression parser
Andrew Burgess
- [PATCH 2/2] gdb: don't try to style content in error calls
Andrew Burgess
- [PATCH] sim: warnings: disable -Wshift-negative-value
Mike Frysinger
- [PATCH] sim: frv: fix -Wincompatible-function-pointer-types warnings [PR sim/29752]
Mike Frysinger
- [PATCH/committed] sim: sh: fix plds Dz,MACL implementation
Mike Frysinger
- [PATCH/committed] sim: sh: refine pwsb & pwad nops
Mike Frysinger
- [PATCH/committed] sim: cgen: mark cgen_rtx_error noreturn
Mike Frysinger
- [PATCH] sim: cris: add error fallbacks when decoding condition & swap codes
Mike Frysinger
- [PATCH] sim: frv: fix cmpb uninitialized variable usage
Mike Frysinger
- [PATCH/committed] sim: cris: rvdummy: delete unused variable
Mike Frysinger
- [PATCH 7/9] gdb: remove VALUE_NEXT_FRAME_ID, add value::next_frame_id
Simon Marchi
- [PATCH 0/9] Some register value cleanups
Simon Marchi
- [RFC][PATCH?] fixed some segfaults and bugs in mdebug support
Zeck S
- [PATCH] Allow configure with python on macOS
Simon Wright
- [PATCH] remote.c: Make packet_check_result return a structure
Thiago Jung Bauermann
- [PATCH 1/4 v7] gdb: Buffer output streams during events that might download debuginfo
Thiago Jung Bauermann
- [PATCH 2/4 v2] gdb/progspace: Add reverse safe iterator and template for unwrapping iterator
Thiago Jung Bauermann
- [PATCH 3/4 v4] gdb/debuginfod: Support on-demand debuginfo downloading
Thiago Jung Bauermann
- [PATCH 4/4 v5] gdb/debuginfod: Add .debug_line downloading
Thiago Jung Bauermann
- [PATCH/committed] sim: common: pull in newlib extensions for Linux compatibility
Mike Frysinger
- [PATCH] sim: pru: Fix emulation of carry bit
Dimitar Dimitrov
- [PATCHv6 06/10] gdb: parse pending breakpoint thread/task immediately
Aktemur, Tankut Baris
- [PATCH v4 2/2] gdb: raise and handle NOT_AVAILABLE_ERROR when accessing frame PC
Aktemur, Tankut Baris
- [PATCH] sim: pru: Fix emulation of carry bit
Mike Frysinger
- [PING][PATCH v6 0/2] add annotation in 'info locals' command for variables shadowing case
Ijaz, Abdul B
- [PING 3][PATCH v5 0/4] GDB support for DW_AT_trampoline
Ijaz, Abdul B
- [PATCH 1/2] gdb: improve error reporting from expression parser
John Baldwin
- [PATCH] gdb/infrun: lazily load curr_frame_id in process_event_stop_test
Lancelot SIX
- fix remote serial read
Сергей Чернов
- [PATCH] sim: warnings: disable -Wshift-negative-value
Joseph Myers
- [PATCH] [gdb/testsuite] Fix gdb.base/gdb-index-err.exp for root user
Tom de Vries
- [PATCHv8 00/14] thread-specific breakpoints in just some inferiors
Andrew Burgess
- [PATCHv8 01/14] gdb: create_breakpoint: add asserts and additional comments
Andrew Burgess
- [PATCHv8 02/14] gdb: create_breakpoint: asserts relating to extra_string/parse_extra
Andrew Burgess
- [PATCHv8 03/14] gdb: change 'if' to gdb_assert in update_dprintf_command_list
Andrew Burgess
- [PATCHv8 04/14] gdb: the extra_string in a dprintf breakpoint is never nullptr
Andrew Burgess
- [PATCHv8 05/14] gdb: build dprintf commands just once in code_breakpoint constructor
Andrew Burgess
- [PATCHv8 06/14] gdb: don't display inferior list for pending breakpoints
Andrew Burgess
- [PATCHv8 07/14] gdb: remove breakpoint_re_set_one
Andrew Burgess
- [PATCHv8 08/14] gdb: remove tracepoint_probe_create_sals_from_location_spec
Andrew Burgess
- [PATCHv8 09/14] gdb: make breakpoint_debug_printf global
Andrew Burgess
- [PATCHv8 10/14] gdb: add another overload of startswith
Andrew Burgess
- [PATCHv8 11/14] gdb: create new is_thread_id helper function
Andrew Burgess
- [PATCHv8 12/14] gdb: parse pending breakpoint thread/task immediately
Andrew Burgess
- [PATCHv8 13/14] gdb: don't set breakpoint::pspace in create_breakpoint
Andrew Burgess
- [PATCHv8 14/14] gdb: only insert thread-specific breakpoints in the relevant inferior
Andrew Burgess
- [PATCH] gdb: remove deprecated_exec_file_display_hook and associated code
Andrew Burgess
- [PATCH 0/6] Refinement of scheduler-locking settings
Natalia Saiapova
- [PATCH 1/6] gdb: use schedlock_applies in user_visible_resume_ptid.
Natalia Saiapova
- [PATCH 2/6] gdb, cli: remove left-over code from "set_logging_on".
Natalia Saiapova
- [PATCH 3/6] gdb, cli: pass the argument of a set command to its callback.
Natalia Saiapova
- [PATCH 4/6] gdb: change the internal representation of scheduler locking.
Natalia Saiapova
- [PATCH 5/6] gdb: add commands to control scheduler locking.
Natalia Saiapova
- [PATCH 6/6] gdb: add eval option to lock the scheduler during infcalls.
Natalia Saiapova
- [PATCH 4/6] gdb: change the internal representation of scheduler locking.
Eli Zaretskii
- [PATCH 5/6] gdb: add commands to control scheduler locking.
Eli Zaretskii
- [PATCH 6/6] gdb: add eval option to lock the scheduler during infcalls.
Eli Zaretskii
- [committed] MAINTAINERS: Update my email address
Joseph Myers
- Ping: [PATCH] toplevel: don't override gettext-runtime/configure-discovered build args
Arsen Arsenović
- [PATCH] [gdb/testsuite] Fix gdb.base/gdb-index-err.exp for root user
Lancelot SIX
- [PATCH htdocs] current: simplify read-write URI
Mike Frysinger
- [PATCH htdocs] download: add another break point for the long text
Mike Frysinger
- [PATCH htdocs] schedule: move css to sep file
Mike Frysinger
- [PATCH] [gdb/testsuite] Fix gdb.base/gdb-index-err.exp for root user
Tom de Vries
- [PATCH] Add keywords to TuiWindow.write
Tom Tromey
- [PATCH] Pass GUILE down to subdirectories
Tom Tromey
- [PATCH htdocs] schedule: wrap long table for smaller screens
Mike Frysinger
- [pushed] [gdb/testsuite] Fix typo in gdb.base/catch-syscall.exp
Tom de Vries
- [PATCH] Pass GUILE down to subdirectories
Jeff Law
- [PATCH] Add keywords to TuiWindow.write
Mark Wielaard
- [PATCH 0/6] Make remote-fileio per-target
Tom Tromey
- [PATCH 1/6] Make remote_fio_func_map 'const'
Tom Tromey
- [PATCH 2/6] Use vector in remote-fileio.c
Tom Tromey
- [PATCH 3/6] Use methods for remote fileio
Tom Tromey
- [PATCH 4/6] Remove sentinel from remote_fio_func_map
Tom Tromey
- [PATCH 5/6] Move remote_fileio_data to header file
Tom Tromey
- [PATCH 6/6] Store remote fileio state in remote_state
Tom Tromey
- [PATCH] [sim] Fix pervasive typo
Tom Tromey
- [pushed] Run 'black' on tui-window.py
Tom Tromey
- [PATCH] Allow configure with python on macOS
Simon Marchi
Last message date:
Sun Dec 31 23:58:52 GMT 2023
Archived on: Sun Dec 31 23:58:57 GMT 2023
This archive was generated by
Pipermail 0.09 (Mailman edition).