[PATCH 00/10] Improvements & Cleanup For Python Unwinder API
2023-03-31 2:15 UTC (4+ messages)
` [PATCH 02/10] gdb/python: make the gdb.unwinder.Unwinder class more robust
[PATCH v2 0/1] Correct argument description for info connections/inferiors
2023-03-30 18:12 UTC (3+ messages)
` [PATCH v2 1/1] gdb, doc: correct "
[PATCH 0/1] Remove extra if statement
2023-03-30 17:58 UTC (3+ messages)
` [PATCH 1/1] gdb: "
[PATCH 0/1] Correct argument description for info connections/inferiors
2023-03-30 16:59 UTC (4+ messages)
` [PATCH 1/1] gdb, doc: correct "
[RFC] [gdb/tui] Fix TUI with editing off
2023-03-30 16:19 UTC
[PATCH] gdb/arm: Fix backtrace for pthread_cond_timedwait
2023-03-30 16:09 UTC (13+ messages)
` [PING] "
` [PING^2] "
[PATCH] gdb: pass address_space to target dcache functions
2023-03-30 14:40 UTC
[PATCH] Fix race in background index-cache writing
2023-03-30 14:27 UTC (2+ messages)
[PATCH] gdb: add support for %V to printf command
2023-03-30 14:20 UTC (2+ messages)
[PATCH 0/4] Python API: Accept named arguments in a few more places
2023-03-30 14:13 UTC (9+ messages)
` [PATCH 1/4] gdb/python: have UnwindInfo.add_saved_register accept named args
` [PATCH 2/4] gdb/python: have PendingFrame methods accept keyword arguments
` [PATCH 3/4] gdb/python: convert Frame.read_register to take named arguments
` [PATCH 4/4] gdb/python: allow Frame.read_var to accept "
[PATCH] Remove language_demangle
2023-03-30 13:57 UTC (2+ messages)
[PATCH v3 0/3] Fixes and improvements for the starting function
2023-03-30 13:50 UTC (5+ messages)
` [PATCH v3 1/3] GDB: Favor full symbol main name for backtrace stop
` [PATCH v3 2/3] GDB: Bring back the handling of DW_CC_program
` [PATCH v3 3/3] GDB: Add `info main' command
[PATCH] gdb: warn when converting h/w watchpoints to s/w
2023-03-30 8:48 UTC (2+ messages)
[PATCH v2] Use styled_string when defering warnings when loading separate debug files
2023-03-30 8:11 UTC (2+ messages)
[PATCH 0/6] Use unrelocate_addr in more places
2023-03-30 3:52 UTC (10+ messages)
` [PATCH 1/6] Use function_view in gdb_bfd_lookup_symbol
` [PATCH 5/6] Use unrelocated_addr in minimal symbols
[PATCH] gdb: remove regcache's address space
2023-03-29 18:02 UTC
[PATCH v2 0/3] Fixes and improvements for the starting function
2023-03-29 17:54 UTC (7+ messages)
` [PATCH v2 1/3] GDB: Favor full symbol main name for backtrace stop
` [PATCH v2 2/3] GDB: Bring back the handling of DW_CC_program
` [PATCH v2 3/3] GDB: Add `info main' command
[PATCH 0/2] doc: MPFR is now a necessary requirement
2023-03-29 17:21 UTC (10+ messages)
` [PATCH 1/2] gdb/doc: "
` [PATCH 2/2] gdb/doc: uniformize wording for GMP and MPFR entries
[PATCH 0/3] Handle dynamic properties and static link
2023-03-29 16:16 UTC (2+ messages)
[PATCH 0/5] Implement Ada Pragma Import and Pragma Export
2023-03-29 16:10 UTC (2+ messages)
[PATCH 0/3] Version comparisons in the test suite
2023-03-29 16:09 UTC (2+ messages)
[pushed] [gdb/testsuite] Require gnatmake 11 for gdb.ada/verylong.exp
2023-03-29 14:09 UTC
[PATCH v2] gdb, python: selectively omit enabling stdin in gdb.execute exception
2023-03-29 14:03 UTC (3+ messages)
[PATCHv2 0/4] AMD64 Displaced Stepping Fix
2023-03-29 13:46 UTC (15+ messages)
` [PATCHv3 0/3] "
` [PATCHv3 1/3] gdb: more debug output for displaced stepping
` [PATCHv3 2/3] gdb: move displaced_step_dump_bytes into gdbsupport (and rename)
` [PATCHv3 3/3] gdb: fix reg corruption from displaced stepping on amd64
` [PATCHv4] "
[PATCH] Modify align-c/align-c++ test case for AIX
2023-03-29 13:36 UTC (14+ messages)
[PATCH] aarch64: Fix an infinite loop on bt when the core dump has an SVE section but the target does not support it
2023-03-29 13:06 UTC (4+ messages)
[PATCH 0/1] Fix typos in gdb.texinfo
2023-03-29 12:23 UTC (5+ messages)
` [PATCH 1/1] doc: fix informations typo "
[PATCH v2 0/1] Remove redundant ERROR_NO_INFERIOR in continue_command
2023-03-29 11:01 UTC (5+ messages)
` [PATCH v2 1/1] gdb, infcmd: remove "
[PATCH v5] [PR mi/29554] New PRINT-VALUES option '--scalar-values'
2023-03-29 9:14 UTC (6+ messages)
` [PATCH v6] [gdb/mi] Don't treat references to compound values as "simple"
` [PING] "
[pushed 1/6] [gdb/testsuite] Fix gdb.guile/guile.exp for remote host
2023-03-29 6:02 UTC (6+ messages)
` [pushed 2/6] [gdb/testsuite] Fix gdb.guile/scm-cmd.exp without readline
` [pushed 3/6] [gdb/testsuite] Fix gdb.guile/scm-objfile-script.exp for remote host
` [pushed 4/6] "
` [pushed 5/6] [gdb/testsuite] Fix /gdb.guile/scm-parameter.exp "
` [pushed 6/6] [gdb/testsuite] Fix gdb.guile/scm-symbol.exp "
[pushed 1/3] [gdb/testsuite] Fix gdb.btrace/reconnect.exp for remote target
2023-03-28 20:15 UTC (3+ messages)
` [pushed 2/3] [gdb/testsuite] Fix gdb.btrace/gcore.exp for remote host
` [pushed 3/3] [gdb/testsuite] Fix gdb.btrace/multi-inferior.exp "
[PATCH] gdb: fix -Wdeprecated-declarations on macOS
2023-03-28 17:57 UTC (7+ messages)
[PATCH 0/3] Fixes and improvements for the starting function
2023-03-28 17:27 UTC (6+ messages)
` [PATCH 1/3] GDB: Favor full symbol main name for backtrace stop
` [PATCH 2/3] GDB: Bring back the handling of DW_CC_program
` [PATCH 3/3] GDB: Add `info main' command
[PATCH] gdb/testsuite: allow "require" callbacks to provide a reason
2023-03-28 15:51 UTC (3+ messages)
[PATCH 0/6] Add 128-bit integers to Ada and Rust parsers
2023-03-28 15:49 UTC (7+ messages)
` [PATCH 1/6] Additions to gdb_mpz
` [PATCH 2/6] Convert long_const_operation to use gdb_mpz
` [PATCH 3/6] Add 128-bit integer support to the Rust parser
` [PATCH 4/6] Add overload of fits_in_type
` [PATCH 5/6] Remove some Ada parser helper functions
` [PATCH 6/6] Add 128-bit integer support to the Ada parser
[pushed 0/6] [gdb/testsuite] Fix gdb.server for remote host
2023-03-28 15:48 UTC (7+ messages)
` [pushed 1/6] [gdb/testsuite] Fix local-remote-host-native.exp for gdb.server tests
` [pushed 2/6] [gdb/testsuite] Fix gdb.server/file-transfer.exp for remote host
` [pushed 3/6] [gdb/testsuite] Fix gdb.server/solib-list.exp "
` [pushed 4/6] [gdb/testsuite] Require non-remote host for gdb.server/multi-ui-errors.exp
` [pushed 5/6] [gdb/testsuite] Fix gdb.server/sysroot.exp for remote host
` [pushed 6/6] [gdb/testsuite] Fix gdb.server/server-kill-python.exp "
[PATCH 2/2 version 2] fix for gdb.reverse/finish-precsave.exp and gdb.reverse/finish-reverse.exp
2023-03-28 15:38 UTC (21+ messages)
` [PATCH ] PowerPC: "
` [PATCH 2/2 "
[PATCH] gdb: use dynamic year in update-freebsd.sh
2023-03-28 14:10 UTC (4+ messages)
` [PING][PATCH] "
[PATCH 00/26] gdbserver: refactor regcache and allow gradually populating
2023-03-28 13:42 UTC (2+ messages)
[PATCH v2 0/2] Querying registers of already-exited processes
2023-03-28 13:40 UTC (5+ messages)
` [PATCH v3 "
[PATCH] gdb/infrun: reset thread control's step info in end_stepping_range
2023-03-28 13:39 UTC (2+ messages)
[pushed] [gdb/testsuite] Fix gdb.server/non-existing-program.exp with remote-gdbserver-on-localhost
2023-03-28 12:19 UTC
[PATCH 0/3] Check for zpoint support when handling watchpoints
2023-03-28 11:54 UTC (4+ messages)
` [PATCH 1/3] gdb, gdbserver, zpoint: report z_point support
` [PATCH 2/3] gdb, breakpoint: add a breakpoint type converter
` [PATCH 3/3] gdb, zpoint: check for target hardware breakpoint support
[PATCH v4 00/13] Handle variable XSAVE layouts
2023-03-28 11:35 UTC (3+ messages)
` [PATCH v4 01/13] x86: Add an x86_xsave_layout structure to handle "
[pushed 1/3] [gdb/testsuite] Unsupport gdb.rust for remote host
2023-03-28 8:23 UTC (3+ messages)
` [pushed 2/3] [gdb/testsuite] Add can_compile rust
` [pushed 3/3] [gdb/testsuite] Allow gdb.rust/expr.exp without rust compiler
[PATCH 0/9] Fixes for multiprocess for FreeBSD's native target
2023-03-27 21:13 UTC (13+ messages)
` [PATCH 4/9] fbsd-nat: Add a list of pending events
` [PATCH 5/9] fbsd-nat: Defer any ineligible events reported by wait
` [PATCH 6/9] fbsd-nat: Fix resuming and waiting with multiple processes
[pushed] [gdb/testsuite] Fix gnat_runtime_has_debug_info for remote host
2023-03-27 21:11 UTC
[PATCH] Put pretty-printers to_string output in varobj result
2023-03-27 18:06 UTC (2+ messages)
[PATCH 00/31] Step over thread clone and thread exit
2023-03-27 18:05 UTC (14+ messages)
` [PATCH 01/31] displaced step: pass down target_waitstatus instead of gdb_signal
` [PATCH 02/31] linux-nat: introduce pending_status_str
[PATCH 0/2] Change find_thread_ptid functions to be methods
2023-03-27 16:53 UTC (3+ messages)
` [PATCH 1/2] gdb: make find_thread_ptid an inferior method
` [PATCH 2/2] gdb: make find_thread_ptid a process_stratum_target method
[pushed 1/2] [gdb/testsuite] Fix gdb.stabs/weird.exp for remote host
2023-03-27 16:06 UTC (2+ messages)
` [pushed 2/2] [gdb/testsuite] Fix gdb.stabs/exclfwd.exp "
[pushed 1/2] [gdb/testsuite] Skip do_self_tests on remote host
2023-03-27 15:40 UTC (2+ messages)
` [pushed 2/2] [gdb/testsuite] Fix gdb.gdb/unittest.exp for "
[PATCH] PR gdb/30219: Clear sync_quit_force_run in quit_force
2023-03-27 15:24 UTC (3+ messages)
` [PATCH v2] "
[PATCH v3 0/1] Add breakpoint location debugging logs
2023-03-27 14:47 UTC (4+ messages)
` [PATCH v3 1/1] gdb, breakpoint: add "
[PATCH] Change symbol::line to unsigned int
2023-03-27 14:26 UTC (2+ messages)
[PATCH 0/8] Arithmetic for 128-bit types
2023-03-27 14:20 UTC (2+ messages)
[RFC] Populate seen_names hash in cooked_index_shard::do_finalize
2023-03-27 14:14 UTC (2+ messages)
[PATCHv2 1/4] gdb: more debug output for displaced stepping
2023-03-27 12:35 UTC (3+ messages)
` [PATCHv2 0/2] displaced stepping debug improvements
[pushed] [gdb/testsuite] Fix gdb.asm/asm-source.exp for remote host
2023-03-27 12:33 UTC
[pushed 00/10] [gdb/testsuite] Fix gdb.dwarf2 for remote host
2023-03-27 11:58 UTC (11+ messages)
` [pushed 01/10] [gdb/testsuite] Add missing include_file in gdb.dwarf/*.exp
` [pushed 02/10] [gdb/testsuite] Fix have_index for remote host
` [pushed 03/10] [gdb/testsuite] Fix quoting issues in gdb.dwarf2 "
` [pushed 04/10] [gdb/testsuite] Fix quoting issue in gdb.base/index-cache.exp
` [pushed 05/10] [gdb/testsuite] Fix gdb.dwarf2/per-bfd-sharing.exp for remote host
` [pushed 06/10] [gdb/testsuite] Fix gdb.dwarf2/gdb-index.exp on "
` [pushed 07/10] [gdb/testsuite] Fix gdb.dwarf2/enqueued-cu-base-addr.exp for "
` [pushed 08/10] [gdb/testsuite] Fix gdb.dwarf2/gdb-index-cxx.exp "
` [pushed 09/10] [gdb/testsuite] Unsupport gdb.dwarf2/gdb-add-index-symlink.exp "
` [pushed 10/10] [gdb/testsuite] Fix gdb.dwarf2/imported-unit-bp-c.exp "
[RFC] [gdb/testsuite] Use dwarf assembly in gdb.dlang/dlang-start.exp
2023-03-27 11:51 UTC (2+ messages)
[pushed] [gdb/testsuite] Add test-case gdb.dlang/dlang-start-2.exp
2023-03-27 11:48 UTC
[PATCH] gdb/riscv: Support c.li in prologue unwinder
2023-03-27 10:06 UTC
[PATCH] gdb/elfread.c: Add plt symbol check for _PROCEDURE_LINKAGE_TABLE_
2023-03-27 9:39 UTC (3+ messages)
[pushed 1/2] [gdb/testsuite] Remove superfluous pid in temp files
2023-03-27 9:36 UTC (2+ messages)
` [pushed 2/2] [gdb/testsuite] Handle missing gdc in gdb.dlang/dlang-start.exp
[PATCH v2] gdb/elfread.c: Add plt symbol check for _PROCEDURE_LINKAGE_TABLE_
2023-03-27 9:32 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox