Show patches with: State = Action Required       |    Archived = No       |   6968 patches
« 1 266 67 6869 70 »
Patch Series rb/tb S/W/F Date Submitter Delegate State
[v3,1/8] gdbserver: Add assert in find_register_by_number gdbserver improvements for AArch64 SVE support - - --- 2023-01-30 Thiago Jung Bauermann New
[5/5] Add "save history" command Additions to "save" command - - --- 2023-01-29 Tom Tromey New
[4/5] Add "save skip" command Additions to "save" command - - --- 2023-01-29 Tom Tromey New
[3/5] Add "save user" command Additions to "save" command - - --- 2023-01-29 Tom Tromey New
[2/5] Move show_user_1 to cli-cmds.c Additions to "save" command - - --- 2023-01-29 Tom Tromey New
[1/5] Save breakpoints so they are automatically pending Additions to "save" command - - --- 2023-01-29 Tom Tromey New
gdb/debuginfod: Prevent prompt for continue during downloading. gdb/debuginfod: Prevent prompt for continue during downloading. - - --- 2023-01-28 Aaron Merey New
gdb/source: Fix open_source_file error handling gdb/source: Fix open_source_file error handling - - --- 2023-01-28 Aaron Merey New
Error message uniformity Error message uniformity - - --- 2023-01-28 Tom Tromey New
gdb/tui: add 'set tui mouse-events off' to restore mouse selection gdb/tui: add 'set tui mouse-events off' to restore mouse selection - - --- 2023-01-28 strager New
Fix comparator bug in cooked index Fix comparator bug in cooked index - - --- 2023-01-27 Tom Tromey New
[v2,3/3] gdb: Fix Ada tasking for baremetal targets using Ravenscar threads Fix Ada tasking for baremetal targets using Ravenscar threads - - --- 2023-01-27 Kévin Le Gouguec New
[v2,2/3] gdb/ada-tasks: Make the ada_tasks_pspace_data getter public Fix Ada tasking for baremetal targets using Ravenscar threads - - --- 2023-01-27 Kévin Le Gouguec New
[v2,1/3] gdb: Introduce ada-tasks.h for functions defined in ada-tasks.c Fix Ada tasking for baremetal targets using Ravenscar threads - - --- 2023-01-27 Kévin Le Gouguec New
Make addrmap const-correct in cooked index Make addrmap const-correct in cooked index - - --- 2023-01-27 Tom Tromey New
More const-correctness in cooked indexer More const-correctness in cooked indexer - - --- 2023-01-27 Tom Tromey New
gdb/dwarf: dump cooked index contents in cooked_index_functions::dump gdb/dwarf: dump cooked index contents in cooked_index_functions::dump - - --- 2023-01-27 Simon Marchi New
gdb/doc: The RISC-V vector registers didn't change gdb/doc: The RISC-V vector registers didn't change - - --- 2023-01-26 Palmer Dabbelt New
[RFC,2/2] Allow and evaluate expressions in command arguments Command expression evaulation substitution - - --- 2023-01-25 Keith Seitz New
[RFC,1/2] Add $_env convenience function Command expression evaulation substitution - - --- 2023-01-25 Keith Seitz New
[PATCHv2,3/3] gdb/tui: don't leak the known_window_types map Python/TUI Window Creation / Destruction Fixes - - --- 2023-01-25 Andrew Burgess New
[PATCHv5] gdb: Replace memcpy with std::copy to avoid some g++ warnings on sparc [PATCHv5] gdb: Replace memcpy with std::copy to avoid some g++ warnings on sparc - - --- 2023-01-25 Mark Wielaard New
[v3] gdb: defer warnings when loading separate debug files [v3] gdb: defer warnings when loading separate debug files - - --- 2023-01-24 Alexandra Hájková New
[v3] gdb: defer warnings when loading separate debug files [v3] gdb: defer warnings when loading separate debug files - - --- 2023-01-24 Alexandra Hájková New
[1/1] gdb: Avoid warning for the jump command inside an inline function. [1/1] gdb: Avoid warning for the jump command inside an inline function. 1 - --- 2023-01-24 Felix Willgerodt New
[1/1] bfd, gdb: fix missing "Core was generated by" when loading a x32 corefile. [1/1] bfd, gdb: fix missing "Core was generated by" when loading a x32 corefile. - - --- 2023-01-24 Felix Willgerodt New
[27/27] Convert contained_in to method C++-ify struct block - - --- 2023-01-20 Tom Tromey New
[26/27] Make block members 'private' C++-ify struct block - - --- 2023-01-20 Tom Tromey New
[25/27] Remove allocate_block and allocate_global_block C++-ify struct block - - --- 2023-01-20 Tom Tromey New
[24/27] Have global_block inherit from block C++-ify struct block - - --- 2023-01-20 Tom Tromey New
[23/27] Use 'new' for block and global_block C++-ify struct block - - --- 2023-01-20 Tom Tromey New
[22/27] Fix memory leak in mdebugread.c C++-ify struct block - - --- 2023-01-20 Tom Tromey New
[21/27] Remove ALL_BLOCK_SYMBOLS C++-ify struct block - - --- 2023-01-20 Tom Tromey New
[20/27] Remove ALL_BLOCK_SYMBOLS_WITH_NAME C++-ify struct block - - --- 2023-01-20 Tom Tromey New
[19/27] Convert explicit iterator uses to foreach C++-ify struct block - - --- 2023-01-20 Tom Tromey New
[18/27] Introduce a block iterator wrapper C++-ify struct block - - --- 2023-01-20 Tom Tromey New
[17/27] Combine both styles of block iterator C++-ify struct block - - --- 2023-01-20 Tom Tromey New
[16/27] Store 'name' in block_iterator C++-ify struct block - - --- 2023-01-20 Tom Tromey New
[15/27] Convert block_static_link to method C++-ify struct block - - --- 2023-01-20 Tom Tromey New
[14/27] Convert set_block_compunit_symtab to method C++-ify struct block - - --- 2023-01-20 Tom Tromey New
[13/27] Convert block_static_block and block_global_block to methods C++-ify struct block - - --- 2023-01-20 Tom Tromey New
[12/27] Convert block_containing_function to method C++-ify struct block - - --- 2023-01-20 Tom Tromey New
[11/27] Convert block_linkage_function to method C++-ify struct block - - --- 2023-01-20 Tom Tromey New
[10/27] Convert more block functions to methods C++-ify struct block - - --- 2023-01-20 Tom Tromey New
[09/27] Convert block_inlined_p to method C++-ify struct block - - --- 2023-01-20 Tom Tromey New
[08/27] Convert block_gdbarch to method C++-ify struct block - - --- 2023-01-20 Tom Tromey New
[07/27] Convert block_objfile to method C++-ify struct block - - --- 2023-01-20 Tom Tromey New
[06/27] Don't allow NULL as an argument to block_global_block C++-ify struct block - - --- 2023-01-20 Tom Tromey New
[05/27] Don't allow NULL as an argument to block_static_block C++-ify struct block - - --- 2023-01-20 Tom Tromey New
[04/27] Don't allow NULL as an argument to block_using C++-ify struct block - - --- 2023-01-20 Tom Tromey New
[03/27] Don't allow NULL as an argument to block_scope C++-ify struct block - - --- 2023-01-20 Tom Tromey New
[02/27] Avoid extra allocations in block C++-ify struct block - - --- 2023-01-20 Tom Tromey New
[01/27] Rearrange block.c to avoid a forward declaration C++-ify struct block - - --- 2023-01-20 Tom Tromey New
[PATCHv6] gdb: handle loading shared libraries from /proc/self/fd/ [PATCHv6] gdb: handle loading shared libraries from /proc/self/fd/ - - --- 2023-01-20 Andrew Burgess New
[PATCHv2] gdb/c++: fix handling of breakpoints on @plt symbols [PATCHv2] gdb/c++: fix handling of breakpoints on @plt symbols - 1 --- 2023-01-20 Andrew Burgess New
[PATCHv2,6/6] gdb: convert the 'start' breakpoint to use inferior keyword Inferior specific breakpoints - - --- 2023-01-20 Andrew Burgess New
[PATCHv2,5/6] gdb: add inferior-specific breakpoints and watchpoints Inferior specific breakpoints - - --- 2023-01-20 Andrew Burgess New
[PATCHv2,4/6] gdb: error if 'thread' or 'task' keywords are overused Inferior specific breakpoints - - --- 2023-01-20 Andrew Burgess New
[PATCHv2,3/6] gdb: fix display of thread condition for multi-location breakpoints Inferior specific breakpoints - - --- 2023-01-20 Andrew Burgess New
[PATCHv2,2/6] gdb/testsuite: don't try to set non-stop mode on a running target Inferior specific breakpoints - - --- 2023-01-20 Andrew Burgess New
[PATCHv2,1/6] gdb/remote: announce thread exit events for remote targets Inferior specific breakpoints - - --- 2023-01-20 Andrew Burgess New
Add __repr__() implementation to a few Python types Add __repr__() implementation to a few Python types - - --- 2023-01-20 Matheus Branco Borella New
[1/2,version,3] fix for gdb.reverse/finish-precsave.exp and gdb.reverse/finish-reverse.exp [1/2,version,3] fix for gdb.reverse/finish-precsave.exp and gdb.reverse/finish-reverse.exp - - --- 2023-01-20 Carl Love New
[RFC] Deprecate stabs [RFC] Deprecate stabs - - --- 2023-01-19 Tom Tromey New
[v3,2/2] gdb/arm: Use new dwarf2 function cache [v3,1/2] gdb: dwarf2 generic implementation for caching function data - - --- 2023-01-19 Torbjorn SVENSSON New
[v3,1/2] gdb: dwarf2 generic implementation for caching function data [v3,1/2] gdb: dwarf2 generic implementation for caching function data - - --- 2023-01-19 Torbjorn SVENSSON New
Always create a new value object in valpy_do_cast Always create a new value object in valpy_do_cast - - --- 2023-01-18 Hannes Domani Changes Requested
[PATCHv2,13/13] gdb: rename unwindonsignal to unwind-on-signal Infcalls from B/P conditions in multi-threaded inferiors - - --- 2023-01-18 Andrew Burgess New
[PATCHv2,12/13] gdb: introduce unwind-on-timeout setting Infcalls from B/P conditions in multi-threaded inferiors - - --- 2023-01-18 Andrew Burgess New
[PATCHv2,11/13] gdb/remote: avoid SIGINT after calling remote_target::stop Infcalls from B/P conditions in multi-threaded inferiors - - --- 2023-01-18 Andrew Burgess New
[PATCHv2,10/13] gdb: add timeouts for inferior function calls Infcalls from B/P conditions in multi-threaded inferiors - - --- 2023-01-18 Andrew Burgess New
[PATCHv2,09/13] gdb: fix b/p conditions with infcalls in multi-threaded inferiors Infcalls from B/P conditions in multi-threaded inferiors - - --- 2023-01-18 Andrew Burgess New
[PATCHv2,08/13] Revert "gdb: remove unnecessary parameter wait_ptid from do_target_wait" Infcalls from B/P conditions in multi-threaded inferiors - - --- 2023-01-18 Andrew Burgess New
[PATCHv2,07/13] gdb: don't always print breakpoint location after failed condition check Infcalls from B/P conditions in multi-threaded inferiors - - --- 2023-01-18 Andrew Burgess New
[PATCHv2,06/13] gdb: avoid repeated signal reporting during failed conditional breakpoint Infcalls from B/P conditions in multi-threaded inferiors - - --- 2023-01-18 Andrew Burgess New
[PATCHv2,05/13] gdbserver: allow agent expressions to fail with invalid memory access Infcalls from B/P conditions in multi-threaded inferiors - - --- 2023-01-18 Andrew Burgess New
[PATCHv2,04/13] gdbserver: allows agent_mem_read to return an error code Infcalls from B/P conditions in multi-threaded inferiors - - --- 2023-01-18 Andrew Burgess New
[PATCHv2,03/13] gdb: include breakpoint number in testing condition error message Infcalls from B/P conditions in multi-threaded inferiors - - --- 2023-01-18 Andrew Burgess New
[PATCHv2,02/13] gdb/doc: extend the documentation for conditional breakpoints Infcalls from B/P conditions in multi-threaded inferiors - - --- 2023-01-18 Andrew Burgess New
[PATCHv2,01/13] gdb/doc: extended documentation for inferior function calls Infcalls from B/P conditions in multi-threaded inferiors - - --- 2023-01-18 Andrew Burgess New
[6/6] Merge fixup_section and fixup_symbol_section Change how symbol section indices are set - - --- 2023-01-18 Tom Tromey New
[4/6] Set section index when setting a symbol's block Change how symbol section indices are set - - --- 2023-01-18 Tom Tromey New
[3/6] Pass section index to start_compunit_symtab Change how symbol section indices are set - - --- 2023-01-18 Tom Tromey New
[1/6] Use default section indexes in fixup_symbol_section Change how symbol section indices are set - - --- 2023-01-18 Tom Tromey New
[v4,1/1] gdb, testsuite: Fix arrays of variable length strings for FORTRAN gdb, testsuite: Fix arrays of variable length strings for FORTRAN - - --- 2023-01-17 Abdul Basit Ijaz New
[2/2] gdb/testsuite: fix running gdb.linespec/cp-completion-aliases.exp with clang Fix testing gdb.linespec/cp-completion-aliases with - - --- 2023-01-17 Guinevere Larsen New
[1/2] gdb/testsuite: add test with regex for multiple completion patterns Fix testing gdb.linespec/cp-completion-aliases with - - --- 2023-01-17 Guinevere Larsen New
[PING] gdb/arm: Fix backtrace for pthread_cond_timedwait [PING] gdb/arm: Fix backtrace for pthread_cond_timedwait - - --- 2023-01-16 Jan Kratochvil New
Support DW_TAG_GNU_formal_parameter_pack and DW_TAG_GNU_template_parameter_pack. Support DW_TAG_GNU_formal_parameter_pack and DW_TAG_GNU_template_parameter_pack. - - --- 2023-01-15 Ed Catmur New
[v2] remote.c: Allow inferior to reply with an error [v2] remote.c: Allow inferior to reply with an error - - --- 2023-01-13 Alexandra Hájková New
[3/3] gdb/tui: don't leak the known_window_types map Python/TUI Window Creation / Destruction Fixes - - --- 2023-01-12 Andrew Burgess New
[1/3] gdb/python: allow Python TUI windows to be replaced Python/TUI Window Creation / Destruction Fixes - - --- 2023-01-12 Andrew Burgess New
[2/2] gdb/testsuite: rename test source file to match test script Cleanup the gdb.cp/cpcompletion.exp test - - --- 2023-01-12 Andrew Burgess New
Fix Ada tasking for baremetal targets using Ravenscar threads Fix Ada tasking for baremetal targets using Ravenscar threads - - --- 2023-01-12 Kévin Le Gouguec New
gdb/remote: fix assertion failure when connecting while native inferior is running gdb/remote: fix assertion failure when connecting while native inferior is running - - --- 2023-01-12 Simon Marchi New
[htdocs] current: Update the date of Last modified [htdocs] current: Update the date of Last modified - - --- 2023-01-12 Enze Li New
[htdocs] download: fix more http:// -> https:// [htdocs] download: fix more http:// -> https:// - - --- 2023-01-12 Mike Frysinger New
[htdocs] documentation: fix outdated Internals wiki link [htdocs] documentation: fix outdated Internals wiki link - - --- 2023-01-12 Mike Frysinger New
[htdocs] index: Mac OS X -> macOS [htdocs] index: Mac OS X -> macOS - - --- 2023-01-12 Mike Frysinger New
[htdocs] links: stop assuming/requiring top-level "gdb" name [htdocs] links: stop assuming/requiring top-level "gdb" name - - --- 2023-01-12 Mike Frysinger New
« 1 266 67 6869 70 »