[PATCH v8 00/10] Extensions for PTWRITE
2023-04-04 14:17 UTC (22+ messages)
` [PATCH v8 04/10] btrace: Handle stepping and goto for auxiliary instructions
` [PATCH v8 05/10] python: Introduce gdb.RecordAuxiliary class
` [PATCH v8 06/10] python: Add clear() to gdb.Record
` [PATCH v8 09/10] btrace, python: Enable ptwrite filter registration
` [PATCH v8 10/10] btrace: Extend ptwrite event decoding
[PATCH 0/5] gdbserver: Follow-up on linux_get_auxv using PID parameter
2023-04-04 14:00 UTC (7+ messages)
` [PATCH 1/5] gdbserver: Use current_process in handle_qxfer_auxv
` [PATCH 2/5] gdbserver: Use the PID of the current process instead of the current thread
` [PATCH 3/5] gdbserver/linux: Read auxv from any thread of the process
` [PATCH 4/5] gdb/linux-nat: "
` [PATCH 5/5] gdb/testsuite: Add test that reads auxv in a multi-threaded inferior
[PATCH] gdb: fix missing null-character when using value_cstring
2023-04-04 13:58 UTC (2+ messages)
[PATCH 00/31] Step over thread clone and thread exit
2023-04-04 13:57 UTC (4+ messages)
` [PATCH 03/31] gdb/linux: Delete all other LWPs immediately on ptrace exec event
[PATCH] Modify align-c/align-c++ test case for AIX
2023-04-04 13:24 UTC (16+ messages)
[PATCHv2 0/4] AMD64 Displaced Stepping Fix
2023-04-04 13:03 UTC (16+ 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 0/5] Fixes for per-inferior settings and $_gdb_setting_str()
2023-04-04 12:45 UTC (6+ messages)
` [PATCH 1/5] gdb: cleanup command creation in infcmd.c
` [PATCH 2/5] gdb: make set/show args work with $_gdb_setting_str
` [PATCH 3/5] gdb: make set/show cwd "
` [PATCH 4/5] gdb: make set/show inferior-tty "
` [PATCH 5/5] gdb: make deprecated_show_value_hack static
[PATCH] gdb: warn when converting h/w watchpoints to s/w
2023-04-04 12:37 UTC (4+ messages)
[PATCH 0/5] Disassembler Styling And The Python API
2023-04-04 12:01 UTC (9+ messages)
` [PATCH 1/5] gdb/doc: improve Python Disassembler API documentation
` [PATCH 2/5] gdb/python: implement __repr__ methods for py-disasm.c types
` [PATCH 3/5] gdb/python: implement DisassemblerResult.__str__ method
` [PATCH 4/5] gdb/python: rework how the disassembler API reads the result object
` [PATCH 5/5] gdb/python: extend the Python Disassembler API to allow for styling
[PATCH 1/1] gdb, breakpoint: add a destructor to the watchpoint struct
2023-04-04 11:37 UTC (2+ messages)
[PATCH 0/1] [gdb/testsuite] Run test-case with all host/target boards
2023-04-04 11:35 UTC (3+ messages)
` [PATCH 1/1] [gdb/contrib] Add make-check-all.sh
[PATCH 0/7] amdgpu: handle fork and exec
2023-04-03 18:52 UTC (8+ messages)
` [PATCH 1/7] gdb: pass execing and following inferior to inferior_execd observers
` [PATCH 2/7] gdb: add inferior_forked observable
` [PATCH 3/7] gdb: remove regcache::target
` [PATCH 4/7] gdb: add maybe_switch_inferior function
` [PATCH 5/7] gdb: make regcache::raw_update switch to right inferior
` [PATCH 6/7] gdb: switch to right inferior in fetch_inferior_event
` [PATCH 7/7] gdb/amdgpu: add follow fork and exec support
[PATCH] gdb/mi: check thread exists when creating thread-specific b/p
2023-04-03 16:11 UTC (3+ messages)
[PATCH 0/6] Use unrelocate_addr in more places
2023-04-03 15:04 UTC (11+ messages)
` [PATCH 1/6] Use function_view in gdb_bfd_lookup_symbol
` [PATCH 5/6] Use unrelocated_addr in minimal symbols
[PATCH] Add readMemory and writeMemory requests to DAP
2023-04-03 14:47 UTC (2+ messages)
[PATCHv2 0/6] Inferior specific breakpoints
2023-04-03 14:14 UTC (5+ messages)
` [PATCHv3 0/2] "
` [PATCHv3 1/2] gdb: cleanup around some set_momentary_breakpoint_at_pc calls
` [PATCHv4] gdb: add inferior-specific breakpoints
[PATCHv4 00/12] Infcalls from B/P conditions in multi-threaded inferiors
2023-04-03 14:01 UTC (19+ messages)
` [PATCHv5 00/11] "
` [PATCHv5 01/11] gdb: include breakpoint number in testing condition error message
` [PATCHv5 02/11] gdbserver: allows agent_mem_read to return an error code
` [PATCHv5 03/11] gdbserver: allow agent expressions to fail with invalid memory access
` [PATCHv5 04/11] gdb: avoid repeated signal reporting during failed conditional breakpoint
` [PATCHv5 05/11] gdb: don't always print breakpoint location after failed condition check
` [PATCHv6 0/6] Infcalls from B/P conditions in multi-threaded inferiors
` [PATCHv6 1/6] Revert "gdb: remove unnecessary parameter wait_ptid from do_target_wait"
` [PATCHv6 2/6] gdb: fix b/p conditions with infcalls in multi-threaded inferiors
` [PATCHv6 3/6] gdb: add timeouts for inferior function calls
` [PATCHv6 4/6] gdb/remote: avoid SIGINT after calling remote_target::stop
` [PATCHv6 5/6] gdb: introduce unwind-on-timeout setting
` [PATCHv6 6/6] gdb: rename unwindonsignal to unwind-on-signal
[PATCH 0/3] riscv: improve unwinding with no DWARF
2023-04-03 11:48 UTC (2+ messages)
[PATCH] gdb/testsuite: gdb.server/server-kill.exp 'info frame' before kill_server
2023-04-03 11:10 UTC (2+ messages)
[PATCH 00/10] Improvements & Cleanup For Python Unwinder API
2023-04-03 10:02 UTC (5+ messages)
` [PATCH 02/10] gdb/python: make the gdb.unwinder.Unwinder class more robust
[PATCH v5] [PR mi/29554] New PRINT-VALUES option '--scalar-values'
2023-04-03 9:22 UTC (7+ messages)
` [PATCH v6] [gdb/mi] Don't treat references to compound values as "simple"
` [PING] "
[PATCH] [aarch64] tpidr2: Fix erroneous detection logic for TPIDR2
2023-04-03 9:12 UTC (2+ messages)
[PATCH] gdb: remove unused parameters in print_doc_of_command, apropos_cmd
2023-04-02 18:12 UTC (4+ messages)
[PATCH] gdb/arm: Fix backtrace for pthread_cond_timedwait
2023-04-01 13:49 UTC (14+ messages)
` [PING] "
` [PING^2] "
` [committed] "
[PATCH 0/5] gdb/testsuite: stricter matching for gdb_test
2023-03-31 20:20 UTC (6+ messages)
` [PATCH 1/5] gdb/testsuite: fix occasional failure in gdb.base/clear_non_user_bp.exp
` [PATCH 2/5] gdb: remove some trailing newlines from warning messages
` [PATCH 3/5] gdb/testsuite: use 'return' in gdb_test_no_output
` [PATCH 4/5] gdb/testsuite: change newline patterns used in gdb_test
` [PATCH 5/5] gdb/testsuite: special case '^' in gdb_test pattern
[pushed] Fix maybe-uninitialized warning in frame.c
2023-03-31 15:18 UTC
[pushed 1/2] [gdb/testsuite] Fix gdb.threads/threadapply.exp with editing off
2023-03-31 15:15 UTC (2+ messages)
` [pushed 2/2] [gdb/testsuite] Fix gdb.base/trace-commands.exp "
[PATCH] Fix race in background index-cache writing
2023-03-31 14:39 UTC (3+ messages)
[PATCH v3 0/3] Fixes and improvements for the starting function
2023-03-31 14:34 UTC (6+ 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 0/1] Remove extra if statement
2023-03-31 14:26 UTC (4+ messages)
` [PATCH 1/1] gdb: "
[PATCH v3] gdb, python: selectively omit enabling stdin in gdb.execute exception
2023-03-31 8:11 UTC
[PATCH v2] gdb, python: selectively omit enabling stdin in gdb.execute exception
2023-03-31 8:07 UTC (3+ messages)
[PATCH 0/1] gdb, infcmd: Support jump command with same line in multiple object files
2023-03-31 5:04 UTC (4+ messages)
` [PATCH 1/1] "
[PATCH v2 0/1] gdb, infcmd: Support jump command in multi-inferior case
2023-03-31 5:04 UTC (4+ messages)
` [PING] "
[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] 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: pass address_space to target dcache functions
2023-03-30 14:40 UTC
[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 v2] Use styled_string when defering warnings when loading separate debug files
2023-03-30 8:11 UTC (2+ messages)
[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 (4+ messages)
` [PATCH 1/2] gdb/doc: "
[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] 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 (4+ messages)
` [PATCH v2 1/1] gdb, infcmd: remove "
[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 (17+ messages)
` [PATCH ] PowerPC: "
` [PATCH 2/2 "
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