Show patches with: none      |   25868 patches
« 1 247 48 49258 259 »
Patch Series rb/tb S/W/F Date Submitter Delegate State
[1/2] gdb, python: do minor modernization in execute_gdb_command [1/2] gdb, python: do minor modernization in execute_gdb_command - - --- 2023-02-24 Aktemur, Tankut Baris New
[gdb/symtab] Add set/show always-read-ctf on/off [gdb/symtab] Add set/show always-read-ctf on/off 1 - --- 2023-02-24 Tom de Vries Committed
gdb/python: Fix --disable-tui build gdb/python: Fix --disable-tui build - - --- 2023-02-24 Kévin Le Gouguec Committed
[v2] gdb: xtensa: don't supply registers if they are not present [v2] gdb: xtensa: don't supply registers if they are not present - - --- 2023-02-24 Alexey Lapshin New
gdb: LoongArch: Added support for static data member in struct gdb: LoongArch: Added support for static data member in struct 1 - --- 2023-02-24 Hui Li Committed
[9/9] gdb: make-target-delegates.py: add type annotations Add typing annotations to gdbarch*.py and make-target-delegates.py - - --- 2023-02-23 Simon Marchi New
[8/9] gdb: make-target-delegates.py: add Entry type Add typing annotations to gdbarch*.py and make-target-delegates.py - - --- 2023-02-23 Simon Marchi New
[7/9] gdb: make-target-delegates.py: make one string raw Add typing annotations to gdbarch*.py and make-target-delegates.py - - --- 2023-02-23 Simon Marchi Committed
[6/9] gdb: gdbarch*.py, copyright.py: add type annotations Add typing annotations to gdbarch*.py and make-target-delegates.py - - --- 2023-02-23 Simon Marchi New
[5/9] gdb: split gdbarch component types to gdbarch_types.py Add typing annotations to gdbarch*.py and make-target-delegates.py - - --- 2023-02-23 Simon Marchi New
[4/9] gdb: pyproject.toml: set pyright typeCheckingMode = "strict" Add typing annotations to gdbarch*.py and make-target-delegates.py - - --- 2023-02-23 Simon Marchi Committed
[3/9] gdb: gdbarch.py: spell out parameters of _Component.__init__ Add typing annotations to gdbarch*.py and make-target-delegates.py - - --- 2023-02-23 Simon Marchi Committed
[2/9] gdb: reformat Python files with black 23.1.0 Add typing annotations to gdbarch*.py and make-target-delegates.py - - --- 2023-02-23 Simon Marchi Committed
[1/9] gdb: remove invalid / dead code from gdbarch.py Add typing annotations to gdbarch*.py and make-target-delegates.py - - --- 2023-02-23 Simon Marchi Committed
GDB: Fix out of bounds accesses with limited-length values GDB: Fix out of bounds accesses with limited-length values - - --- 2023-02-23 Maciej W. Rozycki Committed
Implement DAP variables, scopes, and evaluate requests Implement DAP variables, scopes, and evaluate requests - - --- 2023-02-23 Tom Tromey New
[6/6] Hide the implementation of gdb_mpf Make GMP data members private - - --- 2023-02-23 Tom Tromey New
[5/6] Rename gdb_mpq::val and make contents private Make GMP data members private - - --- 2023-02-23 Tom Tromey New
[4/6] Add operators and methods to gdb_mpq Make GMP data members private - - --- 2023-02-23 Tom Tromey New
[3/6] Rename gdb_mpz::val and make contents private Make GMP data members private - - --- 2023-02-23 Tom Tromey New
[2/6] Add methods and operators to gdb_mpz Make GMP data members private - - --- 2023-02-23 Tom Tromey New
[1/6] Clean up gmp-utils.h includes Make GMP data members private - - --- 2023-02-23 Tom Tromey New
[2/2] gdb: fix -Wsingle-bit-bitfield-constant-conversion warning in z80-tdep.c [1/2] gdbsupport: ignore -Wenum-constexpr-conversion in enum-flags.h - - --- 2023-02-23 Simon Marchi Committed
[1/2] gdbsupport: ignore -Wenum-constexpr-conversion in enum-flags.h [1/2] gdbsupport: ignore -Wenum-constexpr-conversion in enum-flags.h - - --- 2023-02-23 Simon Marchi Committed
[pushed] gdb: add AMDGPU header files to HFILES_NO_SRCDIR [pushed] gdb: add AMDGPU header files to HFILES_NO_SRCDIR - - --- 2023-02-23 Simon Marchi New
gdb/amd64: replace xmalloc/alloca with gdb::byte_vector gdb/amd64: replace xmalloc/alloca with gdb::byte_vector 1 - --- 2023-02-23 Andrew Burgess New
[3/3] gdb: fix reg corruption from displaced stepping on amd64 AMD64 Displaced Stepping Fix - - --- 2023-02-23 Andrew Burgess New
[2/3] gdb: remove gdbarch_displaced_step_fixup_p AMD64 Displaced Stepping Fix - - --- 2023-02-23 Andrew Burgess New
[1/3] gdb: more debug output for displaced stepping AMD64 Displaced Stepping Fix - - --- 2023-02-23 Andrew Burgess New
[1/1] gdb: Add functionality to disable test for specific architecture Add functionality to disable test for specific architecture - - --- 2023-02-23 Rohr, Stephan New
gdb/testsuite: add regression test for per-objfile typeprinters gdb/testsuite: add regression test for per-objfile typeprinters 1 - --- 2023-02-23 Guinevere Larsen New
[v2,1/1] gdb, infcmd: Support jump command in multi-inferior case. gdb, infcmd: Support jump command in multi-inferior case. - - --- 2023-02-23 Matti Puputti New
[gdb/doc] aarch64: Expand documentation of XML features [gdb/doc] aarch64: Expand documentation of XML features 1 - --- 2023-02-23 Luis Machado New
[gdb/doc] arm: Expand documentation of XML features [gdb/doc] arm: Expand documentation of XML features 1 - --- 2023-02-23 Luis Machado New
gdbserver/linux-low.cc: Fix a typo in ternary operator gdbserver/linux-low.cc: Fix a typo in ternary operator - - --- 2023-02-23 Khem Raj New
[v5,8/8] Forced quit cases handled by resetting sync_quit_force_run Fix gdb.base/gdb-sigterm.exp failure/error - 1 --- 2023-02-22 Kevin Buettner Committed
[v5,7/8] Introduce set_force_quit_flag and change type of sync_quit_force_run Fix gdb.base/gdb-sigterm.exp failure/error - - --- 2023-02-22 Kevin Buettner Committed
[v5,6/8] QUIT processing w/ explicit throw for gdb_exception_forced_quit Fix gdb.base/gdb-sigterm.exp failure/error - 1 --- 2023-02-22 Kevin Buettner Committed
[v5,5/8] Guile QUIT processing updates Fix gdb.base/gdb-sigterm.exp failure/error - 1 --- 2023-02-22 Kevin Buettner Committed
[v5,4/8] Python QUIT processing updates Fix gdb.base/gdb-sigterm.exp failure/error - 1 --- 2023-02-22 Kevin Buettner Committed
[v5,3/8] Catch gdb_exception_error instead of gdb_exception (in many places) Fix gdb.base/gdb-sigterm.exp failure/error - 1 --- 2023-02-22 Kevin Buettner Committed
[v5,2/8] Handle gdb SIGTERM by throwing / catching gdb_exception_force_quit Fix gdb.base/gdb-sigterm.exp failure/error - 1 --- 2023-02-22 Kevin Buettner Committed
[v5,1/8] Introduce gdb_exception_forced_quit Fix gdb.base/gdb-sigterm.exp failure/error - 1 --- 2023-02-22 Kevin Buettner Committed
Remove 'eval' from gdb_breakpoint Remove 'eval' from gdb_breakpoint - - --- 2023-02-22 Tom Tromey New
gdb.reverse/time-reverse.exp: test both time syscall and C time function (was: Re: [pushed] [gdb/te… gdb.reverse/time-reverse.exp: test both time syscall and C time function (was: Re: [pushed] [gdb/te… - - --- 2023-02-22 Pedro Alves New
gdb/testsuite: Improve testing of GDB's completion functions gdb/testsuite: Improve testing of GDB's completion functions - - --- 2023-02-22 Guinevere Larsen Committed
Merge forget_cached_source_info_for_objfile into objfile method Merge forget_cached_source_info_for_objfile into objfile method - - --- 2023-02-21 Tom Tromey New
[1/1] gdb, infcmd: Support jump command in multi-inferior case. [1/1] gdb, infcmd: Support jump command in multi-inferior case. - - --- 2023-02-21 Matti Puputti New
[pushed,gdb/testsuite] Require compilation flags in two gdb.arch/aarch64 test-cases [pushed,gdb/testsuite] Require compilation flags in two gdb.arch/aarch64 test-cases - - --- 2023-02-21 Tom de Vries Committed
[pushed,gdb/testsuite] Require istarget x86* in gdb.reverse/step-indirect-call-thunk.exp [pushed,gdb/testsuite] Require istarget x86* in gdb.reverse/step-indirect-call-thunk.exp - - --- 2023-02-21 Tom de Vries Committed
[pushed,gdb/testsuite] Require -fsplit-stack in gdb.base/morestack.exp [pushed,gdb/testsuite] Require -fsplit-stack in gdb.base/morestack.exp - - --- 2023-02-21 Tom de Vries Committed
[pushed,gdb/testsuite] Require syscall time in gdb.reverse/time-reverse.exp [pushed,gdb/testsuite] Require syscall time in gdb.reverse/time-reverse.exp - - --- 2023-02-21 Tom de Vries Committed
[pushed,gdb/testsuite] Require python in gdb.dap/basic-dap.exp [pushed,gdb/testsuite] Require python in gdb.dap/basic-dap.exp - - --- 2023-02-21 Tom de Vries Committed
[1/1] gdb, breakpoint: add breakpoint location debugging logs Add breakpoint location debugging logs 1 - --- 2023-02-21 Schimpe, Christina New
[pushed] gdb: revert one erroneous bool-ification change [pushed] gdb: revert one erroneous bool-ification change - - --- 2023-02-20 Simon Marchi New
[8/8] gdb: fix mi breakpoint-deleted notifications for thread-specific b/p Fix missing MI =breakpoint-deleted notifications - - --- 2023-02-20 Andrew Burgess New
[7/8] gdb/testsuite: fix failure in gdb.mi/mi-pending.exp with extended-remote Fix missing MI =breakpoint-deleted notifications - - --- 2023-02-20 Andrew Burgess New
[6/8] gdb/testsuite: introduce is_target_non_stop helper proc Fix missing MI =breakpoint-deleted notifications - - --- 2023-02-20 Andrew Burgess New
[5/8] gdb/testsuite introduce foreach_mi_ui_mode helper proc Fix missing MI =breakpoint-deleted notifications - - --- 2023-02-20 Andrew Burgess New
[4/8] gdb/testsuite: extend the use of mi_clean_restart Fix missing MI =breakpoint-deleted notifications - - --- 2023-02-20 Andrew Burgess Committed
[3/8] gdb/testsuite: make more use of mi-support.exp Fix missing MI =breakpoint-deleted notifications - - --- 2023-02-20 Andrew Burgess Committed
[2/8] gdb: don't duplicate 'thread' field in MI breakpoint output Fix missing MI =breakpoint-deleted notifications 1 - --- 2023-02-20 Andrew Burgess New
[1/8] gdb: remove an out of date comment about disp_del_at_next_stop Fix missing MI =breakpoint-deleted notifications - - --- 2023-02-20 Andrew Burgess Committed
gdb: don't treat empty enums as flag enums gdb: don't treat empty enums as flag enums 1 - --- 2023-02-20 Andrew Burgess Committed
[RFC,gdb/testsuite] Use dwarf assembly in gdb.dlang/dlang-start.exp [RFC,gdb/testsuite] Use dwarf assembly in gdb.dlang/dlang-start.exp - - --- 2023-02-20 Tom de Vries Superseded
[pushed,gdb/testsuite] Fix gdb.threads/schedlock.exp for gcc 4.8.5 [pushed,gdb/testsuite] Fix gdb.threads/schedlock.exp for gcc 4.8.5 - - --- 2023-02-20 Tom de Vries Committed
[v2] gdb: add --with-curses to --configuration output [v2] gdb: add --with-curses to --configuration output - - --- 2023-02-19 Philippe Blain New
[release/branch] Bump GDB's version number to 13.1.90.DATE-git. [release/branch] Bump GDB's version number to 13.1.90.DATE-git. - - --- 2023-02-19 Joel Brobecker New
[release/branch] Set GDB version number to 13.1. [release/branch] Set GDB version number to 13.1. - - --- 2023-02-19 Joel Brobecker New
Issue error on erroneous expression Issue error on erroneous expression 1 - --- 2023-02-18 Tom Tromey New
[5/5] gdb tests: Allow for "LWP" in thread IDs from info threads. Various test suite fixes (mostly thread related) - - --- 2023-02-17 John Baldwin New
[4/5] gdb.threads/next-bp-other-thread.c: Ensure child thread is started. Various test suite fixes (mostly thread related) - - --- 2023-02-17 John Baldwin Committed
[3/5] gdb.threads/execl.c: Ensure all threads are started before execl. Various test suite fixes (mostly thread related) - - --- 2023-02-17 John Baldwin Committed
[2/5] gdb.base/catch-syscall.exp: Remove some Linux-only assumptions. Various test suite fixes (mostly thread related) - - --- 2023-02-17 John Baldwin Committed
[1/5] gdb.threads/multi-create: Double the existing stack size. Various test suite fixes (mostly thread related) - - --- 2023-02-17 John Baldwin Committed
[2/2] amd64-linux-tdep: Don't treat fs_base and gs_base as system registers. Fix gdb.arch/amd64-gs_base.exp test on FreeBSD - - --- 2023-02-17 John Baldwin Committed
[1/2] gdb.arch/amd64-gs_base.exp: Support non-Linux. Fix gdb.arch/amd64-gs_base.exp test on FreeBSD - - --- 2023-02-17 John Baldwin Committed
[pushed] Remove two unnecessary returns in ada-lang.c [pushed] Remove two unnecessary returns in ada-lang.c - - --- 2023-02-17 Tom Tromey New
Remove two more files in gdb "distclean" Remove two more files in gdb "distclean" - - --- 2023-02-17 Tom Tromey Committed
[pushed,gdb/testsuite] Simplify gdb.arch/amd64-disp-step-avx.exp [pushed,gdb/testsuite] Simplify gdb.arch/amd64-disp-step-avx.exp - - --- 2023-02-17 Tom de Vries Committed
[gdb/testsuite] Add xfail case in gdb.python/py-record-btrace.exp [gdb/testsuite] Add xfail case in gdb.python/py-record-btrace.exp - - --- 2023-02-17 Tom de Vries Committed
[v2] Use styled_string when defering warnings when loading separate debug files [v2] Use styled_string when defering warnings when loading separate debug files - - --- 2023-02-17 Alexandra Petlanova Hajkova New
[2/2] Fix crash in go_symbol_package_name Fix a crash in go-lang.c 1 - --- 2023-02-17 Tom Tromey New
[1/2] Avoid manual memory management in go-lang.c Fix a crash in go-lang.c 1 - --- 2023-02-17 Tom Tromey New
Use styled_string when defering warnings when loading separate debug files Use styled_string when defering warnings when loading separate debug files - - --- 2023-02-16 Alexandra Petlanova Hajkova New
[pushed] Rename parameter of create_ada_exception_catchpoint [pushed] Rename parameter of create_ada_exception_catchpoint - - --- 2023-02-16 Tom Tromey Committed
Remove exception_catchpoint::resources_needed Remove exception_catchpoint::resources_needed - - --- 2023-02-16 Tom Tromey Committed
[pushed] Constify ada_main_name [pushed] Constify ada_main_name - - --- 2023-02-16 Tom Tromey Committed
[pushed] Remove unused declaration from ada-lang.h [pushed] Remove unused declaration from ada-lang.h - - --- 2023-02-16 Tom Tromey Committed
[2/2] gdb: LoongArch: Support reg aliases in info reg command gdb: LoongArch: Modify the info reg command - - --- 2023-02-16 Hui Li New
[1/2] gdb: LoongArch: Modify the result of the info reg command gdb: LoongArch: Modify the info reg command - - --- 2023-02-16 Hui Li New
gdb/doc: Consistency fixes for GDB/MI documentation gdb/doc: Consistency fixes for GDB/MI documentation - - --- 2023-02-16 Andrew Burgess New
Fix Tcl quoting in gdb_assert Fix Tcl quoting in gdb_assert - - --- 2023-02-15 Tom Tromey New
Move TYPE_CODE_INTERNAL_FUNCTION type printing to common code (was: Re: [PATCH 2/6] Make "ptype INT… Move TYPE_CODE_INTERNAL_FUNCTION type printing to common code (was: Re: [PATCH 2/6] Make "ptype INT… 1 - --- 2023-02-15 Pedro Alves New
Fix DAP stackTrace through frames without debuginfo Fix DAP stackTrace through frames without debuginfo - 1 --- 2023-02-15 Tom Tromey New
gdb: add --with-curses to --configuration output gdb: add --with-curses to --configuration output - - --- 2023-02-15 Philippe Blain New
gdb/doc: document MI -remove-inferior command gdb/doc: document MI -remove-inferior command - - --- 2023-02-15 Andrew Burgess New
[6/6] Return bool from more value methods Use bool in value - - --- 2023-02-14 Tom Tromey Committed
[5/6] Have value::bits_synthetic_pointer return bool Use bool in value - - --- 2023-02-14 Tom Tromey Committed
[4/6] Change value::m_stack to bool Use bool in value - - --- 2023-02-14 Tom Tromey Committed
« 1 247 48 49258 259 »