[PATCH 1/4] Fix calling convention of thread entry point
2022-11-28 19:12 UTC (4+ messages)
` [PATCH 2/4] Don't use auto for lambda parameter
` [PATCH 3/4] Actually set m_is_async to current async mode
` [PATCH 4/4] Remove no longer used jump label
[PATCH] Fix test next-reverse-bkpt-over-sr.exp
2022-11-28 18:52 UTC (9+ messages)
` [PATCH] PowerPC, fix gdb.reverse/finish-reverse-bkpt.exp and gdb.reverse/next-reverse-bkpt-over-sr.exp
[PATCH gdb-12-branch 0/6] Backport fixes for PR 28275 to gdb-12-branch
2022-11-28 18:40 UTC (7+ messages)
` [PATCH gdb-12-branch 1/6] gdb: testsuite: add new gdb_attach to check "attach" command
` [PATCH gdb-12-branch 2/6] gdb/testsuite: remove global declarations in gdb.threads/detach-step-over.exp
` [PATCH gdb-12-branch 3/6] gdb/testsuite: refactor gdb.threads/detach-step-over.exp
` [PATCH gdb-12-branch 4/6] gdb: fix assert when quitting GDB while a thread is stepping
` [PATCH gdb-12-branch 5/6] gdbserver: switch to right process in find_one_thread
` [PATCH gdb-12-branch 6/6] gdb: disable commit resumed in target_kill
[PATCH v2 1/2] gdb: merge solib-frv aix-solib debug options into "set/show debug solib"
2022-11-28 18:38 UTC (5+ messages)
` [PATCH v2 2/2] gdb: add some debug statements to solib-svr4.c
[pushed] [gdb/testsuite] Fix gdb.ada/out_of_line_in_inlined.exp for ppc64le
2022-11-28 18:08 UTC (3+ messages)
[PATCH] gdb: relax requirement for the map_failed stap probe to be present
2022-11-28 17:18 UTC (9+ messages)
[pushed] [gdb/testsuite] Fix gdb.opt/solib-intra-step.exp for powerpc64le
2022-11-28 17:17 UTC (3+ messages)
[pushed] [gdb/testsuite] Fix gdb.arch/altivec-regs.exp with gcc 4.8.5
2022-11-28 17:12 UTC (3+ messages)
[PATCH] [gdb/testsuite] Require hw watchpoint in gdb.ada/task_watch.exp
2022-11-28 17:09 UTC (3+ messages)
[PATCH] gdb: add "set debug solib" and use it
2022-11-28 16:57 UTC (7+ messages)
[PATCH v2 0/6] gdbserver improvements for AArch64 SVE support
2022-11-28 16:36 UTC (24+ messages)
` [PATCH v2 1/6] gdbserver: Add asserts in register_size and register_data functions
` [PATCH v2 2/6] gdbserver: Add PID parameter to linux_get_auxv and linux_get_hwcap
` [PATCH v2 3/6] gdbserver/linux-aarch64: Factor out function to get aarch64_features
` [PATCH v2 4/6] gdbserver/linux-aarch64: When thread stops, update its target description
` [PATCH v2 5/6] gdb/aarch64: Factor out most of the thread_architecture method
` [PATCH v2 6/6] gdb/aarch64: Detect vector length changes when debugging remotely
[PATCH v3] gdb/gcore: interrupt all threads before generating the corefile
2022-11-28 15:20 UTC (3+ messages)
` [PING] "
[RFA] src-release.sh: Fix gdb source tarball build failure due to libsframe
2022-11-28 14:44 UTC (2+ messages)
GDB 13 release -- 2022-11-26 update
2022-11-28 14:41 UTC (2+ messages)
[PATCH] gdb/testsuite: fail if gdb_start_cmd fails
2022-11-28 14:40 UTC (4+ messages)
[PATCH] gdb/python: avoid throwing an exception over libopcodes code
2022-11-28 14:39 UTC (6+ messages)
` [PATCHv2 0/3] "
` [PATCHv2 1/3] "
` [PATCHv3 0/3] "
[PATCH] Fix range type signed-ness heuristic
2022-11-28 14:18 UTC (2+ messages)
[PATCH v2 0/5] Fix some commit_resumed_state assertion failures (PR 28275)
2022-11-28 14:12 UTC (14+ messages)
` [PATCH v2 1/5] gdb/testsuite: remove global declarations in gdb.threads/detach-step-over.exp
` [PATCH v2 2/5] gdb/testsuite: refactor gdb.threads/detach-step-over.exp
` [PATCH v2 3/5] gdb: fix assert when quitting GDB while a thread is stepping
` [PATCH v2 4/5] gdbserver: switch to right process in find_one_thread
` [PATCH v2 5/5] gdb: disable commit resumed in target_kill
[PATCH] Fix crash in "document" command
2022-11-28 13:49 UTC (3+ messages)
[PATCH 0/3] GDB: Fix `pkg-config' issues with configuring for Guile
2022-11-28 13:35 UTC (9+ messages)
` [PATCH 1/3] GDB: Run `pkg-config' with `--static' to pull libguile dependencies
` [PATCH 2/3] GDB: Permit a lone version of Guile with `--with-guile='
` [PATCH 3/3] GDB: Use standard autoconf macros for `pkg-config'
[PATCH 0/6] Inferior specific breakpoints
2022-11-28 13:18 UTC (9+ messages)
` [PATCH 1/6] gdb/remote: announce thread exit events for remote targets
` [PATCH 2/6] gdb/testsuite: don't try to set non-stop mode on a running target
` [PATCH 3/6] gdb: fix display of thread condition for multi-location breakpoints
` [PATCH 4/6] gdb: error if 'thread' or 'task' keywords are overused
` [PATCH 5/6] gdb: add inferior-specific breakpoints and watchpoints
` [PATCH 6/6] gdb: convert the 'start' breakpoint to use inferior keyword
[PATCH v2] gdb: Modify until_break_command to act correctly on SIGTRAMP_FRAME
2022-11-28 11:48 UTC (2+ messages)
` [PING] "
[PATCH] [gdb/tdep] Fix gdb.base/msym-bp-shl.exp for ppc64le
2022-11-28 9:54 UTC (2+ messages)
[RFA] Fix leak in the dwarf reader
2022-11-27 20:19 UTC (3+ messages)
[RFA] Use false/true for some inferior class members instead of 0/1
2022-11-27 20:17 UTC (3+ messages)
[RFA] fix leak in gdb_environ
2022-11-27 20:16 UTC (3+ messages)
[PATCH] [gdb/server] Emit warning for SIGINT failure
2022-11-27 9:27 UTC (4+ messages)
` [PING] "
[PATCH] Remove reset_ecs
2022-11-26 20:32 UTC (4+ messages)
[PATCH] [gdb/testsuite] Don't generate core in gdb.base/bt-on-fatal-signal.exp
2022-11-26 13:31 UTC (2+ messages)
[PATCH] [gdb/symtab] Handle failure to open .gnu_debugaltlink file
2022-11-26 13:19 UTC (2+ messages)
[PUSHED 1/2] remove the declared but undefined/unused method find_partial_die
2022-11-26 12:23 UTC (2+ messages)
` [PUSHED 2/2] Fix jump on uninit producer_is_clang bit of cu.h dwarf2_cu struct
[PATCH 0/8] gdbserver improvements for AArch64 SVE support
2022-11-26 1:50 UTC (25+ messages)
` [PATCH 1/8] gdbserver: Add asserts in register_size and register_data functions
` [PATCH 2/8] gdbserver: Add thread parameter to linux_get_auxv and linux_get_hwcap
` [PATCH 3/8] gdb, gdbserver/aarch64-linux: Allow aarch64_sve_get_vq to return error
` [PATCH 4/8] gdbserver/linux-aarch64: Factor out function to get aarch64_features
` [PATCH 5/8] gdbserver: Move target description from being per-process to being per-thread
` [PATCH 6/8] gdbserver/linux-aarch64: When inferior stops, update its target description
` [PATCH 7/8] gdb/aarch64: Factor out most of the thread_architecture method
` [PATCH 8/8] gdb/aarch64: When remote debugging detect changes in the target description
[PATCH] gdb: introduce bp_loc_tracepoint
2022-11-25 18:56 UTC
[PATCH v3 1/2] sim: Add nanoMIPS port
2022-11-25 15:36 UTC
[PATCH v2] [PR python/29603] Disable out-of-scope watchpoints
2022-11-25 15:11 UTC (4+ messages)
` [PATCH v3] "
` [PING] "
` [PING^2] "
[PATCH v2] [gdb/python] Replace gdbpy_should_stop with gdbpy_breakpoint_cond_says_stop
2022-11-25 15:10 UTC (4+ messages)
` [PING] "
` [PING^2] "
` [PING^3] "
[PATCH 2/3] sim: Add nanoMIPS port
2022-11-25 12:11 UTC (3+ messages)
` [PATCH v3 1/2] "
[PATCH] Fix expected received signal message in testsuite
2022-11-25 10:04 UTC (7+ messages)
[PATCH] Fix call functions command bug in 64-bit programs for AIX
2022-11-24 18:15 UTC (16+ messages)
[PATCH 0/5] Make some functions independent of current inferior
2022-11-24 16:47 UTC (9+ messages)
` [PATCH 1/5] gdb: add inferior parameter to target_current_description
` [PATCH 2/5] gdb: add inferior parameter to set_target_gdbarch, rename to set_inferior_gdbarch
` [PATCH 3/5] gdb: add inferior parameter to gdbarch_update_p
` [PATCH 4/5] gdb: add inferior parameter to target_find_description
` [PATCH 5/5] gdb: add inferior parameter to target_clear_description
[PUSHED] gdb: fix typo in debug output message
2022-11-24 16:20 UTC
[RFA] Fix jump on uninit producer_is_clang of cu.h, rm declared/undefined find_partial_die
2022-11-24 16:13 UTC (2+ messages)
[PATCH 00/14] Break up gdb.base/break.exp in multiple procs
2022-11-24 15:14 UTC (17+ messages)
` [PATCH 01/14] gdb/testsuite/gdb.base/break.exp: split test_break_commands_clear
` [PATCH 02/14] gdb/testsuite/gdb.base/break.exp: split test_break_file_line_convenience_var
` [PATCH 03/14] gdb/testsuite/gdb.base/break.exp: split test_rbreak_shlib
` [PATCH 04/14] gdb/testsuite/gdb.base/break.exp: split test_break_optimized_prologue
` [PATCH 05/14] gdb/testsuite/gdb.base/break.exp: use proc_with_prefix for test_next_with_recursion
` [PATCH 06/14] gdb/testsuite/gdb.base/break.exp: split test_finish_arguments
` [PATCH 07/14] gdb/testsuite/gdb.base/break.exp: split test_break_user_call
` [PATCH 08/14] gdb/testsuite/gdb.base/break.exp: split test_break_line_convenience_var
` [PATCH 09/14] gdb/testsuite/gdb.base/break.exp: split test_break_silent_and_more
` [PATCH 10/14] gdb/testsuite/gdb.base/break.exp: split test_break_default
` [PATCH 11/14] gdb/testsuite/gdb.base/break.exp: split test_break_nonexistent_line
` [PATCH 12/14] gdb/testsuite/gdb.base/break.exp: split test_no_break_on_catchpoint
` [PATCH 13/14] gdb/testsuite/gdb.base/break.exp: split test_tbreak
` [PATCH 14/14] gdb/testsuite/gdb.base/break.exp: split test_break
[PATCH 1/1] gdb: Enable complete to show members of anonymous classes/structs
2022-11-24 12:58 UTC (3+ messages)
[PATCH v8 0/6] gdb: split array and string limiting options
2022-11-24 11:57 UTC (8+ messages)
` [PATCH v8 1/6] GDB: Fix documentation for `theclass' parameters in cli-decode.c
` [PATCH v8 2/6] GDB: Add missing inline documentation for `add_setshow_cmd_full'
` [PATCH v8 3/6] GDB: Add references to erased args in cli-decode.c
` [PATCH v8 4/6] GDB: Allow arbitrary keywords in integer set commands
` [PATCH v8 5/6] GDB: Add a character string limiting option
` [PATCH v8 6/6] GDB/testsuite: Expand for character string limiting options
[PATCH v7 0/4] gdb: split array and string limiting options
2022-11-24 11:38 UTC (5+ messages)
` [PATCH v7 2/4] GDB: Allow arbitrary keywords in integer set commands
[PATCH] 0001-Fix-multi-thread-debug-bug-in-AIX.patch
2022-11-23 18:45 UTC (11+ messages)
GDB 13 release -- 2022-11-19 update
2022-11-23 15:54 UTC (2+ messages)
New Audio Message
2022-11-23 14:35 UTC
[PATCH 1/2] gdb/testsuite: make gdb_test_multiple return immediately if send_gdb fails
2022-11-23 14:12 UTC (3+ messages)
[PATCH v2] gdb/arm: Include FType bit in EXC_RETURN pattern on v8m
2022-11-23 13:17 UTC (3+ messages)
[PATCH] PowerPC, fix gdb.base/retval-large-struct.exp
2022-11-23 12:44 UTC (7+ messages)
[PATCH] gdb/arm: Include FType bit in EXC_RETURN pattern on v8m
2022-11-23 11:56 UTC (2+ messages)
[PATCH] [obv] Document the memory_tagged argument for memory region callbacks
2022-11-23 9:46 UTC (2+ messages)
[PATCH] Fix gdb.cp/gdb2495.exp on powerpc64le
2022-11-23 5:55 UTC (2+ messages)
[PATCH 0/5] Improve support for regcache_map_entry with variable register base
2022-11-22 22:32 UTC (8+ messages)
` [PATCH 1/5] regcache: Add collect/supply_regset variants that accept a "
` [PATCH 3/5] fbsd-nat: Pass an optional register base to the register set helpers
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