Show patches with: State = Action Required       |   27996 patches
« 1 2 3 4279 280 »
Patch Series rb/tb S/W/F Date Submitter Delegate State
gdb/dwarf: fix reading DW_FORM_addrx with address size of 2 gdb/dwarf: fix reading DW_FORM_addrx with address size of 2 - - 2-- 2026-09-16 Simon Marchi New
RISC-V: Use hardware single step when available RISC-V: Use hardware single step when available - - 2-- 2026-09-16 Anton Blanchard New
[2/2] Fix 3-space indentation in shell scripts Normalize shell script indentation - - 3-- 2026-09-15 Tom de Vries New
[1/2] Mark some shell scripts as having 2-space indentation Normalize shell script indentation - - 1-- 2026-09-15 Tom de Vries New
[gdb/contrib] Make gdb-add-index.sh shellcheck-clean [gdb/contrib] Make gdb-add-index.sh shellcheck-clean - - 3-- 2026-09-15 Tom de Vries New
Remove iterate_over_block_arg_vars_printing Remove iterate_over_block_arg_vars_printing - - 1-2 2026-09-15 Tom Tromey New
gdb, infrun: do not discard a step-completed pending waitstatus gdb, infrun: do not discard a step-completed pending waitstatus - - 3-- 2026-09-15 Markus Metzger New
[4/4] gdb/python: remove more useless casts [1/4] gdb/python: check for nullptr before calling evpy_add_attribute - - --2 2026-09-14 Simon Marchi New
[3/4] gdb/python: rename evregpy_no_listeners_p to evregpy_has_listeners_p [1/4] gdb/python: check for nullptr before calling evpy_add_attribute - - --2 2026-09-14 Simon Marchi New
[2/4] gdb/python: collapse some nested ifs [1/4] gdb/python: check for nullptr before calling evpy_add_attribute - - --2 2026-09-14 Simon Marchi New
[1/4] gdb/python: check for nullptr before calling evpy_add_attribute [1/4] gdb/python: check for nullptr before calling evpy_add_attribute - - --2 2026-09-14 Simon Marchi New
Wrap (and poison) PyObject_CallFunctionObjArgs Wrap (and poison) PyObject_CallFunctionObjArgs - - --2 2026-09-14 Tom Tromey New
[v2] gdb: search local symbols before global symbols in completion [v2] gdb: search local symbols before global symbols in completion - - --2 2026-09-13 Oleg Tolmatcev New
gdb/dap: Return only actual completions gdb/dap: Return only actual completions - - --2 2026-09-13 Oleg Tolmatcev New
gdb/dap: compute CompletionItem.length from input gdb/dap: compute CompletionItem.length from input - - 4-- 2026-09-13 Oleg Tolmatcev New
Inline build_bp_list into its only caller Inline build_bp_list into its only caller - - 4-- 2026-09-13 Tom Tromey New
[2/2] gdb, aarch64: add selftest for the pauth mask cache gdb, aarch64: cache pointer authentication masks per inferior - - 4-- 2026-09-12 Luis Machado New
[1/2] gdb, aarch64: cache pointer authentication masks per inferior gdb, aarch64: cache pointer authentication masks per inferior - - 4-- 2026-09-12 Luis Machado New
Rename gdbpy_new_list Rename gdbpy_new_list - - 4-- 2026-09-12 Tom Tromey New
Fix inheritance of finish_breakpoint_object Fix inheritance of finish_breakpoint_object - - 4-- 2026-09-12 Tom Tromey New
Refactor svr4_solib_ops::lm_addr_check Refactor svr4_solib_ops::lm_addr_check - - 4-- 2026-09-11 Tom de Vries New
[v2,1/1] gdb: Enable OS generated corefiles on systems with Intel AMX support. [v2,1/1] gdb: Enable OS generated corefiles on systems with Intel AMX support. - - 4-- 2026-09-11 Joos, Christina New
Rewrite bplocpy_repr Rewrite bplocpy_repr - - 4-- 2026-09-11 Tom Tromey New
Detect corrupt link map with zero l_ld and l_addr Detect corrupt link map with zero l_ld and l_addr - - 4-- 2026-09-11 Tom de Vries New
[v4,1/1] gdb: remember previously selected thread per inferior gdb: remember previously selected thread per inferior - - 4-- 2026-09-11 Klaus Gerlicher New
[v3,2/2] gdb, remote: Skip sending of 'vCont' packet if remote target is empty gdb: improve interrupting an empty remote target - - 4-- 2026-09-11 Stephan Rohr New
[v3,1/2] gdb: fix assertion when interrupting an empty remote target gdb: improve interrupting an empty remote target - - 4-- 2026-09-11 Stephan Rohr New
[2/2] gdb: catch some exceptions in find_function_in_inferior Fix regressions after find_function_in_inferior changes - - 4-- 2026-09-10 Andrew Burgess New
[1/2] gdb: fill in default return types for some inferior function calls Fix regressions after find_function_in_inferior changes - - 4-- 2026-09-10 Andrew Burgess New
[v2] Speed up next/step while debugging multithreaded programs on AIX. [v2] Speed up next/step while debugging multithreaded programs on AIX. - - 4-- 2026-09-10 Aditya Vidyadhar Kamath New
[v4,2/3] Add support for TLS variables in shared libraries on AIX. Untitled series #66326 - - --- 2026-09-10 Aditya Vidyadhar Kamath New
gdb/dwarf2: don't sign-extend DW_FORM_data<n> enumerator constants gdb/dwarf2: don't sign-extend DW_FORM_data<n> enumerator constants - - 3-1 2026-09-10 Simon Marchi New
Rewrite gdb_mpz::export_bits Rewrite gdb_mpz::export_bits - - 4-- 2026-09-09 Tom Tromey New
[v2,7/7,gdb/tui] Handle section holes when backward disassembling Some section hole handling fixes - - 4-- 2026-09-09 Tom de Vries New
[v2,6/7,gdb/tui] Handle section holes when forward disassembling Some section hole handling fixes - - 2-2 2026-09-09 Tom de Vries New
[v2,5/7] Add prev/next params to find_pc_section Some section hole handling fixes - - 2-2 2026-09-09 Tom de Vries New
[v2,4/7] replace bsearch with std::lower_bound in find_pc_section Some section hole handling fixes - - 2-2 2026-09-09 Tom de Vries New
[v2,3/7,gdb/tui] Improve section handling in tui_find_backward_disassembly_start_address Some section hole handling fixes - - 2-2 2026-09-09 Tom de Vries New
[v2,2/7,gdb/tui] Fix underflow in tui_find_backward_disassembly_start_address Some section hole handling fixes - - 2-- 2026-09-09 Tom de Vries New
[v2,1/7,gdb/tui] Improve tui_disassemble comment Some section hole handling fixes - - 1-1 2026-09-09 Tom de Vries New
[v1,RFC] Speed up next/step while debugging multithreaded programs on AIX. [v1,RFC] Speed up next/step while debugging multithreaded programs on AIX. - - -2- 2026-09-09 Aditya Vidyadhar Kamath New
[v2] gdb/record: fix missing "no history" message in some situations [v2] gdb/record: fix missing "no history" message in some situations - - 4-- 2026-09-08 Guinevere Larsen New
[v3,1/1] gdb: remember previously selected thread per inferior gdb: remember previously selected thread per inferior - - --2 2026-09-08 Klaus Gerlicher New
[v3,2/3] This patch adds support to debug thread local variables defined in shared libraries in AIX. Untitled series #66202 - - --- 2026-09-08 Aditya Vidyadhar Kamath New
[v2,3/3] Add test cases for all TLS support in AIX Untitled series #66201 - - --- 2026-09-08 Aditya Vidyadhar Kamath New
gdb/record: fix missing "no history" message in some situations gdb/record: fix missing "no history" message in some situations - - 4-- 2026-09-08 Guinevere Larsen New
gdb/amdgpu: Fix accessing GPU global memory gdb/amdgpu: Fix accessing GPU global memory - - 2-2 2026-09-07 Pedro Alves New
[v2,2/2] gdb, remote: Skip sending of 'vCont' packet if remote target is empty gdb: improve interrupting an empty remote target - - 4-- 2026-09-07 Stephan Rohr New
[v2,1/2] gdb: fix assertion when interrupting an empty remote target gdb: improve interrupting an empty remote target - - 4-- 2026-09-07 Stephan Rohr New
[v9,6/6] gdb: add eval option to lock the scheduler during infcalls. gdb: refine scheduler locking settings 1 - 4-- 2026-09-07 Klaus Gerlicher New
[v9,5/6] gdb: refine commands to control scheduler locking. gdb: refine scheduler locking settings 1 - 2-2 2026-09-07 Klaus Gerlicher New
[v9,4/6] gdb: change the internal representation of scheduler locking. gdb: refine scheduler locking settings - - 4-- 2026-09-07 Klaus Gerlicher New
[v9,3/6] gdb, cli: pass the argument of a set command to its callback. gdb: refine scheduler locking settings - - 3-- 2026-09-07 Klaus Gerlicher New
[v9,2/6] gdb, cli: remove left-over code from "set_logging_on". gdb: refine scheduler locking settings - - 3-- 2026-09-07 Klaus Gerlicher New
[v9,1/6] gdb: use schedlock_applies in user_visible_resume_ptid. gdb: refine scheduler locking settings - - 2-- 2026-09-07 Klaus Gerlicher New
[pushed] Fix typo in python.c:do_initialize [pushed] Fix typo in python.c:do_initialize - - --2 2026-09-06 Tom Tromey New
[2/2] Exclude unavailable hardware threads in default worker-threads [1/2,gdb/testsuite] Fix timeout in do_self_tests 1 - 3-1 2026-09-06 Tom de Vries New
gdb.gdb/python-helper.exp: Increase timeout values gdb.gdb/python-helper.exp: Increase timeout values - - 4-- 2026-09-06 Thiago Jung Bauermann New
[pushed] gdb/testsuite: adapt gdb.rocm/symbol-lookup.exp to amdclang++ [pushed] gdb/testsuite: adapt gdb.rocm/symbol-lookup.exp to amdclang++ - - --2 2026-09-06 Simon Marchi New
Fix `add-symbol-file -o ... -s ...` address mapping bug Fix `add-symbol-file -o ... -s ...` address mapping bug - - --2 2026-09-05 Dragorn421 New
[v2,19/19] gdb: honor "set debug parser" in the Modula-2 and Pascal parsers Move C++ support code out of .y files - - 4-- 2026-09-05 Simon Marchi New
[v2,18/19] gdb: move p-exp-parser.y's support code to p-exp-parser.c Move C++ support code out of .y files - - 4-- 2026-09-05 Simon Marchi New
[v2,17/19] gdb: move m2-exp-parser.y's support code to m2-exp-parser.c Move C++ support code out of .y files - - 4-- 2026-09-05 Simon Marchi New
[v2,16/19] gdb: move go-exp-parser.y's support code to go-exp-parser.c Move C++ support code out of .y files - - 3-- 2026-09-05 Simon Marchi New
[v2,15/19] gdb: move f-exp-parser.y's support code to f-exp-parser.c Move C++ support code out of .y files - - 3-- 2026-09-05 Simon Marchi New
[v2,14/19] gdb: move d-exp-parser.y's support code to d-exp-parser.c Move C++ support code out of .y files - - 3-- 2026-09-05 Simon Marchi New
[v2,13/19] gdb: move ada-exp-parser.y's support code to ada-exp-parser.c Move C++ support code out of .y files - - 3-- 2026-09-05 Simon Marchi New
[v2,12/19] gdb: move c-exp-parser.y's support code to c-exp-parser.c Move C++ support code out of .y files - - 2-- 2026-09-05 Simon Marchi New
[v2,11/19] gdb: rename LANG-exp.y to LANG-exp-parser.y Move C++ support code out of .y files - - 2-- 2026-09-05 Simon Marchi New
[v2,10/19] gdb: move cp-name-parser.y's support code to cp-name-parser.c Move C++ support code out of .y files - - 2-- 2026-09-05 Simon Marchi New
[v2,09/19] gdb: add check for stale build generated files Move C++ support code out of .y files - - 2-- 2026-09-05 Simon Marchi New
[v2,08/19] gdb: make $(YACC) and $(FLEX) generate headers Move C++ support code out of .y files - - 2-- 2026-09-05 Simon Marchi New
[v2,07/19] gdb: separate cp-name-parser's symbol prefix with an underscore Move C++ support code out of .y files - - 2-- 2026-09-05 Simon Marchi New
[v2,06/19] gdb: let the parser and lexer generators prefix their symbols Move C++ support code out of .y files - - 2-- 2026-09-05 Simon Marchi New
[v2,05/19] gdb: move parser output post-processing to a script Move C++ support code out of .y files - - 2-- 2026-09-05 Simon Marchi New
[v2,04/19] gdb: remove YY_NULL to YY_NULLPTR substitution Move C++ support code out of .y files - - 2-- 2026-09-05 Simon Marchi New
[v2,03/19] gdb: suffix flex/bison output files with -gen.c Move C++ support code out of .y files - - 2-- 2026-09-05 Simon Marchi New
[v2,02/19] gdb: replace parse_type macros with functions Move C++ support code out of .y files - - 2-- 2026-09-05 Simon Marchi New
[v2,01/19] gdb/ada-exp-parser: remove name_info struct Move C++ support code out of .y files - - 2-- 2026-09-05 Simon Marchi New
Convert py-connection.c to the Python safety API Convert py-connection.c to the Python safety API - - 4-- 2026-09-04 Tom Tromey New
Remove windows_process_info::main_thread_id Remove windows_process_info::main_thread_id - - 4-- 2026-09-04 Tom Tromey New
gdb/testsuite: Always close '-x hip' with '-x none' (was: Re: [PATCH v2] gdb/testsuite: replace hip… gdb/testsuite: Always close '-x hip' with '-x none' (was: Re: [PATCH v2] gdb/testsuite: replace hip… - - 4-- 2026-09-04 Pedro Alves New
[17/17] gdb: move p-exp-parser.y's support code to p-exp-parser.c Move C++ support code out of .y files - - 4-- 2026-09-04 Simon Marchi New
[16/17] gdb: move m2-exp-parser.y's support code to m2-exp-parser.c Move C++ support code out of .y files - - 4-- 2026-09-04 Simon Marchi New
[15/17] gdb: move go-exp-parser.y's support code to go-exp-parser.c Move C++ support code out of .y files - - 4-- 2026-09-04 Simon Marchi New
[14/17] gdb: move f-exp-parser.y's support code to f-exp-parser.c Move C++ support code out of .y files - - 3-- 2026-09-04 Simon Marchi New
[13/17] gdb: move d-exp-parser.y's support code to d-exp-parser.c Move C++ support code out of .y files - - 3-- 2026-09-04 Simon Marchi New
[12/17] gdb: move ada-exp-parser.y's support code to ada-exp-parser.c Move C++ support code out of .y files - - 3-- 2026-09-04 Simon Marchi New
[11/17] gdb: move c-exp-parser.y's support code to c-exp-parser.c Move C++ support code out of .y files - - 2-- 2026-09-04 Simon Marchi New
[10/17] gdb: rename LANG-exp.y to LANG-exp-parser.y Move C++ support code out of .y files - - 2-- 2026-09-04 Simon Marchi New
[09/17] gdb: move cp-name-parser.y's support code to cp-name-parser.c Move C++ support code out of .y files - - 2-- 2026-09-04 Simon Marchi New
[08/17] gdb: add check for stale build generated files Move C++ support code out of .y files - - 2-- 2026-09-04 Simon Marchi New
[07/17] gdb: make $(YACC) and $(FLEX) generate headers Move C++ support code out of .y files - - 2-- 2026-09-04 Simon Marchi New
[06/17] gdb: separate cp-name-parser's symbol prefix with an underscore Move C++ support code out of .y files - - 2-- 2026-09-04 Simon Marchi New
[05/17] gdb: let the parser and lexer generators prefix their symbols Move C++ support code out of .y files - - 2-- 2026-09-04 Simon Marchi New
[04/17] gdb: move parser output post-processing to a script Move C++ support code out of .y files - - 2-- 2026-09-04 Simon Marchi New
[03/17] gdb: suffix flex/bison output files with -gen.c Move C++ support code out of .y files - - 2-- 2026-09-04 Simon Marchi New
[02/17] gdb: replace parse_type macros with functions Move C++ support code out of .y files - - 2-- 2026-09-04 Simon Marchi New
[01/17] gdb/ada-exp-parser: remove name_info struct Move C++ support code out of .y files - - 2-- 2026-09-04 Simon Marchi New
gdb: unify trivial_entry_value handling in DW_OP_entry_value gdb: unify trivial_entry_value handling in DW_OP_entry_value - - 4-- 2026-09-04 Andrew Burgess New
« 1 2 3 4279 280 »