Toggle navigation
Patchwork
GNU Debugger
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: State =
Action Required
| Archived =
No
| 2307 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not applicable
Changes Requested
Failed CI
Superseded
Deferred
Committed
Dropped
DCO or assignment missing
Search
Archived
No
Yes
Both
Delegate
------
Nobody
siddhesh
siddhesh
siddhesh
siddhesh
codonell
azanella
gbenson
jankratochvil
ppluzhnikov
neleai
tromey
palves
keiths
sergiodj
StanShebs
teawater
simark
rth
roland
davem
schwab
Allan
aj
ldv
tschwinge
tschwinge
tschwinge
andreaskr
fweimer
ChrisMetcalf
jsm28
aurel32
will
vapier
vapier
tuliom
hjl
triegel
jwlemke
cltang
macro
macro
macro
nsz
pwbot
arjun
stli
ludo
rj
zack
mfabian
rluzynski
dj
sthibaul
mscastanho
lamm
girish946
maennich
dodji
zimmerma
rzinsly
lukma
mjw
goldsteinn
raoni
jason
jwakely
jwakely
maximk
maximk
maximk
maximk
maximk
trodgers
trodgers
palmer
palmer
ams
ams
ams
rearnsha
siddhesh_staff
lancesix
aburgess
pvk
ppalka
JeffreyALaw
JeffreyALaw
kitoc
linaro-tcwg-bot
linaro-tcwg-bot
linaro-tcwg-bot
linaro-tcwg-bot
linaro-tcwg-bot
redhat-pt-bot
rdapp
rdapp
rdapp
rdapp
ramana
Apply
«
1
2
3
4
…
23
24
»
Patch
Series
rb/tb
S/W/F
Date
Submitter
Delegate
State
[01/10] gdb: have remote_target::extended_remote_run take the exec filename
Improve GDB/gdbserver experience when using a local gdbserver
- -
-
-
4
2023-08-16
Andrew Burgess
New
[01/10] gdb/doc: spring clean the Python unwinders documentation
Improvements & Cleanup For Python Unwinder API
1 -
-
-
-
2023-03-10
Andrew Burgess
New
[01/11] Avoid forward declaration in parse.c
Fix frame-less expression evaluation in DAP
- -
-
-
-
2023-05-04
Tom Tromey
New
[01/12] gdb: get gdbarch from syscall_catchpoint instead of location
Use intrusive_list for breakpoints and breakpoint locations
- -
-
-
-
2023-05-11
Simon Marchi
New
[01/12] gdb: int to bool conversion for normal_stop
Infcalls from B/P conditions in multi-threaded inferiors
- -
-
-
-
2022-10-21
Andrew Burgess
New
[01/13] gdb: remove uses of alloca from arch-utils.c
Remove a bunch of alloca uses
- -
-
-
-
2023-02-27
Andrew Burgess
New
[01/15] gdb/testsuite: extend gdb.tui/tui-layout.exp test script
Mixed bag of TUI tests and fixes
- -
-
-
-
2023-01-06
Andrew Burgess
New
[01/17,gdb/aarch64] Fix register fetch/store order for native AArch64 Linux
SME support for AArch64 gdb/gdbserver on Linux.
- -
-
-
-
2023-04-11
Luis Machado
New
[01/19] Add a hash table to gdbsupport
Add hash table to gdbsupport
- -
-
-
-
2023-04-07
Tom Tromey
New
[01/20] Introduce type_allocator
Remove objfile_type
- -
-
-
-
2023-03-13
Tom Tromey
New
[01/21] gdb: use intrusive_list for struct ui linked list
ui / interp cleansup
- -
-
-
-
2023-09-08
Simon Marchi
New
[01/25] Stop gdb in gnat_runtime_has_debug_info
Many updates to DAP implementation
- -
-
-
-
2023-05-24
Tom Tromey
New
[01/26] gdbserver: convert init_register_cache into regcache::initialize
gdbserver: refactor regcache and allow gradually populating
- -
-
-
-
2023-02-28
Tankut Baris Aktemur
New
[01/27] Rearrange block.c to avoid a forward declaration
C++-ify struct block
- -
-
-
-
2023-01-20
Tom Tromey
New
[01/30] gdb/mi: fix ^running record with multiple MI interpreters
Switch interpreters to use virtual methods
- 1
-
-
-
2023-05-02
Simon Marchi
New
[01/31] displaced step: pass down target_waitstatus instead of gdb_signal
Step over thread clone and thread exit
- -
-
-
-
2022-12-12
Pedro Alves
New
[01/45] *: Regenerate autoconf and aclocal files
Synchronize shared build infrastructure with GCC tree
- -
-
-
-
2023-08-07
Arsen Arsenović
New
[01/47] Rename all fields of struct value
Use methods for struct value
- -
-
-
-
2023-02-09
Tom Tromey
New
[02/10] gdb: improve how 'remote exec-file' is stored and accessed
Improve GDB/gdbserver experience when using a local gdbserver
- -
-
-
4
2023-08-16
Andrew Burgess
New
[02/10] gdb/python: make the gdb.unwinder.Unwinder class more robust
Improvements & Cleanup For Python Unwinder API
1 -
-
-
-
2023-03-10
Andrew Burgess
New
[02/11] Move innermost_block_tracker to expression.h
Fix frame-less expression evaluation in DAP
- -
-
-
-
2023-05-04
Tom Tromey
New
[02/12] gdb: make some breakpoint methods use `this`
Use intrusive_list for breakpoints and breakpoint locations
- -
-
-
-
2023-05-11
Simon Marchi
New
[02/12] gdb/infrun: add debug print in print_signal_received_reason
Infcalls from B/P conditions in multi-threaded inferiors
- -
-
-
-
2022-10-21
Andrew Burgess
New
[02/13] gdb: remove use of alloca from auxv.c
Remove a bunch of alloca uses
- -
-
-
-
2023-02-27
Andrew Burgess
New
[02/15] gdb/testsuite: update gdb.tui/tui-disasm-long-lines.exp
Mixed bag of TUI tests and fixes
- -
-
-
-
2023-01-06
Andrew Burgess
New
[02/17,gdb/aarch64] refactor: Rename SVE-specific files
SME support for AArch64 gdb/gdbserver on Linux.
- -
-
-
-
2023-04-11
Luis Machado
New
[02/19] Convert compile-c-symbols.c to new hash table
Add hash table to gdbsupport
- -
-
-
-
2023-04-07
Tom Tromey
New
[02/20] Remove alloc_type_arch
Remove objfile_type
- -
-
-
-
2023-03-13
Tom Tromey
New
[02/21] gdb: make interp_lookup_existing a method of struct ui
ui / interp cleansup
- -
-
-
-
2023-09-08
Simon Marchi
New
[02/25] Use gnat_runtime_has_debug_info in Ada catchpoint tests
Many updates to DAP implementation
- -
-
-
-
2023-05-24
Tom Tromey
New
[02/26] gdbserver: convert new_register_cache into a regcache constructor
gdbserver: refactor regcache and allow gradually populating
- -
-
-
-
2023-02-28
Tankut Baris Aktemur
New
[02/27] Avoid extra allocations in block
C++-ify struct block
- -
-
-
-
2023-01-20
Tom Tromey
New
[02/30] gdb/mi: make current_token a field of mi_interp
Switch interpreters to use virtual methods
- -
-
-
-
2023-05-02
Simon Marchi
New
[02/31] linux-nat: introduce pending_status_str
Step over thread clone and thread exit
1 -
-
-
-
2022-12-12
Pedro Alves
New
[02/45] Libvtv: Add loongarch support.
Synchronize shared build infrastructure with GCC tree
- -
-
-
-
2023-08-07
Arsen Arsenović
New
[02/47] Move ~value body out-of-line
Use methods for struct value
- -
-
-
-
2023-02-09
Tom Tromey
New
[03/10] gdb: improve show text and help text for 'remote exec-file'
Improve GDB/gdbserver experience when using a local gdbserver
1 1
-
-
4
2023-08-16
Andrew Burgess
New
[03/10] gdb/python: remove unneeded nullptr check in frapy_block
Improvements & Cleanup For Python Unwinder API
- -
-
-
-
2023-03-10
Andrew Burgess
New
[03/11] Introduce and use parser flags
Fix frame-less expression evaluation in DAP
- -
-
-
-
2023-05-04
Tom Tromey
New
[03/12] gdb: constify breakpoint::print_it parameter
Use intrusive_list for breakpoints and breakpoint locations
- -
-
-
-
2023-05-11
Simon Marchi
New
[03/12] gdb: include breakpoint number in testing condition error message
Infcalls from B/P conditions in multi-threaded inferiors
- -
-
-
-
2022-10-21
Andrew Burgess
New
[03/13] gdb: remove use of alloca from c-lang.c
Remove a bunch of alloca uses
- -
-
-
-
2023-02-27
Andrew Burgess
New
[03/15] gdb/testsuite: update gdb.tui/tui-nl-filtered-output.exp
Mixed bag of TUI tests and fixes
- -
-
-
-
2023-01-06
Andrew Burgess
New
[03/17,gdb/gdbserver] refactor: Simplify SVE interface to read/write registers
SME support for AArch64 gdb/gdbserver on Linux.
- -
-
-
-
2023-04-11
Luis Machado
New
[03/19] Convert filename-seen-cache.h to new hash table
Add hash table to gdbsupport
- -
-
-
-
2023-04-07
Tom Tromey
New
[03/20] Remove alloc_type_copy
Remove objfile_type
- -
-
-
-
2023-03-13
Tom Tromey
New
[03/21] gdb: make interp_add a method of struct ui
ui / interp cleansup
- -
-
-
-
2023-09-08
Simon Marchi
New
[03/25] Pass tempflag to ada_catchpoint constructor
Many updates to DAP implementation
- -
-
-
-
2023-05-24
Tom Tromey
New
[03/26] gdbserver: by-pass regcache to access tdesc only
gdbserver: refactor regcache and allow gradually populating
- -
-
-
-
2023-02-28
Tankut Baris Aktemur
New
[03/27] Don't allow NULL as an argument to block_scope
C++-ify struct block
- -
-
-
-
2023-01-20
Tom Tromey
New
[03/30] gdb: add interp::on_signal_received method
Switch interpreters to use virtual methods
- -
-
-
-
2023-05-02
Simon Marchi
New
[03/31] gdb/linux: Delete all other LWPs immediately on ptrace exec event
Step over thread clone and thread exit
2 -
-
-
-
2022-12-12
Pedro Alves
New
[03/45] c++: source position of lambda captures [PR84471]
Synchronize shared build infrastructure with GCC tree
- -
-
-
-
2023-08-07
Arsen Arsenović
New
[03/47] Move struct value to value.h
Use methods for struct value
- -
-
-
-
2023-02-09
Tom Tromey
New
[04/10] gdb/gdbserver: add new qDefaultExecAndArgs packet
Improve GDB/gdbserver experience when using a local gdbserver
1 -
-
-
4
2023-08-16
Andrew Burgess
New
[04/10] gdb/python: add PENDING_FRAMEPY_REQUIRE_VALID macro in py-unwind.c
Improvements & Cleanup For Python Unwinder API
- -
-
-
-
2023-03-10
Andrew Burgess
New
[04/11] Simplify parser_state constructor
Fix frame-less expression evaluation in DAP
- -
-
-
-
2023-05-04
Tom Tromey
New
[04/12] gdb: add breakpoint "has locations" methods
Use intrusive_list for breakpoints and breakpoint locations
- -
-
-
-
2023-05-11
Simon Marchi
New
[04/12] gdbserver: add comments to read_inferior_memory function
Infcalls from B/P conditions in multi-threaded inferiors
- -
-
-
-
2022-10-21
Andrew Burgess
New
[04/13] gdb: remove use of alloca from corefile.c
Remove a bunch of alloca uses
- -
-
-
-
2023-02-27
Andrew Burgess
New
[04/15] gdb/testsuite/tui: more testing of the 'focus' command
Mixed bag of TUI tests and fixes
- -
-
-
-
2023-01-06
Andrew Burgess
New
[04/17,gdb/aarch64] sve: Fix return command when using V registers in a SVE-enabled target
SME support for AArch64 gdb/gdbserver on Linux.
- -
-
-
-
2023-04-11
Luis Machado
New
[04/19] Convert linespec.c to new hash table
Add hash table to gdbsupport
- -
-
-
-
2023-04-07
Tom Tromey
New
[04/20] Remove alloc_type
Remove objfile_type
- -
-
-
-
2023-03-13
Tom Tromey
New
[04/21] gdb: make interp_lookup a method of struct ui
ui / interp cleansup
- -
-
-
-
2023-09-08
Simon Marchi
New
[04/25] Transfer ownership of exception string to ada_catchpoint
Many updates to DAP implementation
- -
-
-
-
2023-05-24
Tom Tromey
New
[04/26] gdbserver: boolify and defaultize the 'fetch' parameter of get_thread_regcache
gdbserver: refactor regcache and allow gradually populating
- -
-
-
-
2023-02-28
Tankut Baris Aktemur
New
[04/27] Don't allow NULL as an argument to block_using
C++-ify struct block
- -
-
-
-
2023-01-20
Tom Tromey
New
[04/30] gdb: add interp::on_normal_stop method
Switch interpreters to use virtual methods
- -
-
-
-
2023-05-02
Simon Marchi
New
[04/31] Step over clone syscall w/ breakpoint, TARGET_WAITKIND_THREAD_CLONED
Step over thread clone and thread exit
1 -
-
-
-
2022-12-12
Pedro Alves
New
[04/45] Updated constants from <https://dwarfstd.org/Languages.php>
Synchronize shared build infrastructure with GCC tree
- -
-
-
-
2023-08-07
Arsen Arsenović
New
[04/47] Turn value_type into method
Use methods for struct value
- -
-
-
-
2023-02-09
Tom Tromey
New
[05/10] gdb: detect when gdbserver has no default executable set
Improve GDB/gdbserver experience when using a local gdbserver
- -
-
-
4
2023-08-16
Andrew Burgess
New
[05/10] gdb/python: add some additional methods to gdb.PendingFrame
Improvements & Cleanup For Python Unwinder API
1 -
-
-
-
2023-03-10
Andrew Burgess
New
[05/11] Boolify parser_state::comma_terminates
Fix frame-less expression evaluation in DAP
- -
-
-
-
2023-05-04
Tom Tromey
New
[05/12] gdb: add breakpoint::first_loc methods
Use intrusive_list for breakpoints and breakpoint locations
- -
-
-
-
2023-05-11
Simon Marchi
New
[05/12] gdbserver: allows agent_mem_read to return an error code
Infcalls from B/P conditions in multi-threaded inferiors
- -
-
-
-
2022-10-21
Andrew Burgess
New
[05/13] gdb: remove uses of alloca from dwarf2/expr.c
Remove a bunch of alloca uses
- -
-
-
-
2023-02-27
Andrew Burgess
New
[05/17,gdb/aarch64] sme: Enable SME registers and pseudo-registers
SME support for AArch64 gdb/gdbserver on Linux.
- -
-
-
-
2023-04-11
Luis Machado
New
[05/19] Convert target-descriptions.c to new hash table
Add hash table to gdbsupport
- -
-
-
-
2023-04-07
Tom Tromey
New
[05/20] Reuse existing builtin types
Remove objfile_type
- -
-
-
-
2023-03-13
Tom Tromey
New
[05/21] gdb: remove ui:::add_interp and ui::lookup_existing_interp
ui / interp cleansup
- -
-
-
-
2023-09-08
Simon Marchi
New
[05/25] Combine create_excep_cond_exprs and ada_catchpoint::re_set
Many updates to DAP implementation
- -
-
-
-
2023-05-24
Tom Tromey
New
[05/26] gdbserver: add a pointer to the owner thread in regcache
gdbserver: refactor regcache and allow gradually populating
- -
-
-
-
2023-02-28
Tankut Baris Aktemur
New
[05/27] Don't allow NULL as an argument to block_static_block
C++-ify struct block
- -
-
-
-
2023-01-20
Tom Tromey
New
[05/30] gdb: add interp::on_signal_exited method
Switch interpreters to use virtual methods
- -
-
-
-
2023-05-02
Simon Marchi
New
[05/31] Support clone events in the remote protocol
Step over thread clone and thread exit
1 -
-
-
-
2022-12-12
Pedro Alves
New
[05/45] LoongArch: implement count_{leading,trailing}_zeros
Synchronize shared build infrastructure with GCC tree
- -
-
-
-
2023-08-07
Arsen Arsenović
New
[06/10] gdb: make use of is_target_filename
Improve GDB/gdbserver experience when using a local gdbserver
1 -
-
-
4
2023-08-16
Andrew Burgess
New
[06/10] gdb/python: add __repr__ for PendingFrame and UnwindInfo
Improvements & Cleanup For Python Unwinder API
- -
-
-
-
2023-03-10
Andrew Burgess
New
[06/11] Rearrange parser_state
Fix frame-less expression evaluation in DAP
- -
-
-
-
2023-05-04
Tom Tromey
New
[06/12] gdbserver: allow agent expressions to fail with invalid memory access
Infcalls from B/P conditions in multi-threaded inferiors
- -
-
-
-
2022-10-21
Andrew Burgess
New
[06/12] gdbsupport: add missing increment/decrement operators to reference_to_pointer_iterator
Use intrusive_list for breakpoints and breakpoint locations
- -
-
-
-
2023-05-11
Simon Marchi
New
[06/13] gdb: remove a use of alloca from elfread.c
Remove a bunch of alloca uses
- -
-
-
-
2023-02-27
Andrew Burgess
New
[06/15] gdb/tui: better filtering of tab completion results for focus command
Mixed bag of TUI tests and fixes
- -
-
-
-
2023-01-06
Andrew Burgess
New
[06/17,gdbserver/aarch64] refactor: Adjust expedited registers dynamically
SME support for AArch64 gdb/gdbserver on Linux.
- -
-
-
-
2023-04-11
Luis Machado
New
[06/19] Convert dwarf2/macro.c to new hash table
Add hash table to gdbsupport
- -
-
-
-
2023-04-07
Tom Tromey
New
[06/20] Remove arch_type
Remove objfile_type
- -
-
-
-
2023-03-13
Tom Tromey
New
[06/21] gdb: uncover some current_ui uses in interp_set
ui / interp cleansup
- -
-
-
-
2023-09-08
Simon Marchi
New
[06/25] Turn should_stop_exception into a method of ada_catchpoint
Many updates to DAP implementation
- -
-
-
-
2023-05-24
Tom Tromey
New
«
1
2
3
4
…
23
24
»