public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] Fix test next-reverse-bkpt-over-sr.exp
 2022-11-23 23:33 UTC  (9+ messages)
  ` [PATCH] PowerPC, fix gdb.reverse/finish-reverse-bkpt.exp and gdb.reverse/next-reverse-bkpt-over-sr.exp
    ` [PING] "

[PATCH] 0001-Fix-multi-thread-debug-bug-in-AIX.patch
 2022-11-23 18:45 UTC  (11+ messages)

[PATCH 00/14] Break up gdb.base/break.exp in multiple procs
 2022-11-23 18:39 UTC  (15+ 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

GDB 13 release -- 2022-11-19 update
 2022-11-23 15:54 UTC  (7+ messages)

[PATCH 1/2] gdb/testsuite: make gdb_test_multiple return immediately if send_gdb fails
 2022-11-23 14:12 UTC  (4+ messages)
` [PATCH 2/2] gdb/testsuite: make gdb_unload use gdb_test_multiple

[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  (10+ messages)

[PATCH] gdb/arm: Include FType bit in EXC_RETURN pattern on v8m
 2022-11-23 11:56 UTC  (2+ messages)

[RFA] Fix jump on uninit producer_is_clang of cu.h, rm declared/undefined find_partial_die
 2022-11-23 11:32 UTC 

[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  (20+ messages)
` [PATCH 1/5] regcache: Add collect/supply_regset variants that accept a "
` [PATCH 2/5] fbsd-nat: Use regset supply/collect methods
` [PATCH 3/5] fbsd-nat: Pass an optional register base to the register set helpers
` [PATCH 4/5] arm-fbsd: Use a static regset for the TLS register set
` [PATCH 5/5] aarch64-fbsd: "
  ` [PING] [PATCH 0/5] Improve support for regcache_map_entry with variable register base
      ` [PING 4] "
        ` [PING 5] "

[pushed] gdb/arm: Fix obvious typo in b0b23e06c3a
 2022-11-22 18:19 UTC 

[PATCH] gdb: relax requirement for the map_failed stap probe to be present
 2022-11-22 15:33 UTC  (3+ messages)

[PATCH v3 0/2] Improve handling of using directives
 2022-11-22 11:33 UTC  (3+ messages)
` [PATCH v3 1/2] gdb/c++: validate 'using' directives based on the current line
` [PATCH v3 2/2] gdb/c++: Detect ambiguous variables in imported namespaces

[OBV PATCH] gdb/testsuite: remove gcc restriction from gdb.dwarf2/clang-cli-macro.exp
 2022-11-22 10:44 UTC 

[PATCH] Fix expected received signal message in testsuite
 2022-11-22  9:18 UTC  (3+ messages)

[PATCH v2] gdb: Modify until_break_command to act correctly on SIGTRAMP_FRAME
 2022-11-22  7:27 UTC  (5+ messages)

[RFA] Fix use after free introduced by $_hit_bpnum/$_hit_locno variables
 2022-11-21 21:22 UTC  (3+ messages)

[PATCH 0/4] v2 gdb/arm: Fixes for Cortex-M stack unwinding
 2022-11-21 21:16 UTC  (10+ messages)
` [PATCH v2 1/4] gdb/arm: Update active msp/psp when switching stack
` [PATCH v2 2/4] gdb/arm: Ensure that stack pointers are in sync
` [PATCH v2 3/4] gdb: dwarf2 generic implementation for caching function data
` [PATCH v2 4/4] gdb/arm: Use new dwarf2 function cache

[RFA] When getting the locno of a bpstat, handle the case of bp with null locations
 2022-11-21 21:07 UTC  (5+ messages)

[PATCH] gdb: add "set debug solib" and use it
 2022-11-21 20:24 UTC  (6+ messages)

[RFA] Fix step-over-syscall.exp matching regexp for $bpnum.$locno matching
 2022-11-21 20:15 UTC  (3+ messages)

[PATCH] Remove reset_ecs
 2022-11-21 18:14 UTC  (2+ messages)

[PATCH v3 1/2] Add test to check GDB handles dlopen of /proc/self/fd/[num] correctly
 2022-11-21 17:56 UTC  (6+ messages)
` [PATCH v3 2/2] Make GDB resolve dlopen of memory mapped shared libraries
        ` [PATCHv4] gdb: handle loading shared libraries from /proc/self/fd/

[PATCH v2 0/5] Fix some commit_resumed_state assertion failures (PR 28275)
 2022-11-21 17:12 UTC  (6+ 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

[pushed] gdb/arm: Ensure that stack pointers are in sync
 2022-11-21 14:40 UTC 

[pushed] gdb/arm: Update active msp/psp when switching stack
 2022-11-21 14:39 UTC 

[PATCH v3 1/2] sim: Add nanoMIPS port
 2022-11-21 11:06 UTC  (2+ messages)
` [PATCH v3 2/2] gdb: "

[RFA] Fix jump on uninit producer_is_clang of cu.h, rm declared/undefined find_partial_die
 2022-11-20 14:50 UTC 

[RFAv4] Show locno for 'multi location' breakpoint hit msg+conv var $_hit_bbnum $_hit_locno
 2022-11-20 10:54 UTC  (5+ messages)

subscript
 2022-11-20  3:41 UTC 

[PATCH v3 0/3] RISC-V: Add overridable "priv-spec" and "arch" disassembler options
 2022-11-20  2:23 UTC  (4+ messages)
` [PATCH v3 1/3] RISC-V: Make "priv-spec" overridable
` [PATCH v3 2/3] RISC-V: Add "arch" disassembler option
` [PATCH v3 3/3] gdb/testsuite: RISC-V disassembler option tests

[PATCH/OBVIOUS] Add missing gdb_prompt in ctxobj.exp to avoid random failure, fix typo
 2022-11-19 15:13 UTC 

[PATCH] Fix crash in "document" command
 2022-11-19 14:52 UTC  (3+ messages)

[PATCH] [gdb/symtab] Handle failure to open .gnu_debugaltlink file
 2022-11-19 10:32 UTC 

[PATCH 0/8] Fix some commit_resumed_state assertion failures (PR 28275)
 2022-11-19  1:16 UTC  (21+ messages)
` [PATCH 1/8] gdb/testsuite: remove global declarations in gdb.threads/detach-step-over.exp
` [PATCH 2/8] gdb/testsuite: refactor gdb.threads/detach-step-over.exp
` [PATCH 3/8] gdb: fix assert when quitting GDB while a thread is stepping
` [PATCH 4/8] gdbserver/linux: take condition out of callback in find_lwp_pid
` [PATCH 5/8] gdbserver/linux-x86: make is_64bit_tdesc accept thread as a parameter
` [PATCH 6/8] gdbserver: use current_process in ps_getpid
` [PATCH 7/8] gdbserver: switch to right process in find_one_thread
` [PATCH 8/8] gdb: disable commit resumed in target_kill

[PING][RFC PATCH] gdb/debuginfod: Support on-demand downloading of debuginfo
 2022-11-18 20:33 UTC  (3+ messages)
` [PATCH] "
  ` [PING*3][RFC PATCH] "

[PATCH 1/1] gdb: Enable complete to show members of anonymous classes/structs
 2022-11-18 20:33 UTC  (2+ messages)

[PATCHv2 0/7] gdb: fix target_ops reference count for some cases
 2022-11-18 18:04 UTC  (15+ messages)
` [PATCHv3 "
  ` [PATCHv3 1/7] gdb/remote: remove some manual reference count handling
  ` [PATCHv3 2/7] gdb: remove decref_target
  ` [PATCHv3 3/7] gdb: have target_stack automate reference count handling
  ` [PATCHv3 4/7] gdb: remove the pop_all_targets (and friends) global functions
  ` [PATCHv3 5/7] gdb: ensure all targets are popped before an inferior is destructed
  ` [PATCHv3 6/7] gdb/maint: add core file name to 'maint info program-spaces' output
  ` [PATCHv3 7/7] gdb: some process_stratum_target should not be shared

[pushed] gdbserver/linux-x86: move lwp declaration out of __x86_64__ region
 2022-11-18 17:19 UTC 

[PATCHv2 0/3] gdb/python: avoid throwing an exception over libopcodes code
 2022-11-18 16:57 UTC  (5+ messages)
` [PATCHv3 "
  ` [PATCHv3 1/3] "
  ` [PATCHv3 2/3] gdb/disasm: mark functions passed to the disassembler noexcept
  ` [PATCHv3 3/3] gdb: mark disassembler function callback types as noexcept

[PATCH] gdb/testsuite: fail if gdb_start_cmd fails
 2022-11-18 16:06 UTC 

[PATCH][PR build/29791] gnulib: Disable _GL_ATTRIBUTE_DEALLOC on Solaris
 2022-11-18 16:00 UTC  (2+ messages)

[PATCH v3] [PR python/18655] Fix deletion of FinishBreakpoints
 2022-11-18 15:56 UTC  (4+ messages)
` [PATCH v4] "
  ` [PING] "

[PATCH] gdb: fix symtab.c build on 32 bit targets
 2022-11-18 15:47 UTC  (3+ messages)

[PATCH] Fix sol-thread.c compilation on 32-bit Solaris
 2022-11-18 15:34 UTC  (2+ messages)

[PATCH v2] [PR python/29603] Disable out-of-scope watchpoints
 2022-11-18 12:17 UTC  (3+ messages)
` [PATCH v3] "
  ` [PING] "

[PATCH v2] [gdb/python] Replace gdbpy_should_stop with gdbpy_breakpoint_cond_says_stop
 2022-11-18 12:14 UTC  (3+ messages)
` [PING] "
  ` [PING^2] "

[PATCH 0/6] The DWARF assembler and Clang
 2022-11-18 11:48 UTC  (3+ messages)

[PATCH v2 0/2] Improve handling of using directives
 2022-11-17 22:07 UTC  (5+ messages)
` [PATCH v2 2/2] gdb/c++: Detect ambiguous variables in imported namespaces

[PATCH 5/6] gdb/testsuite: fix gdb.debuginfod/fetch_src_and_symbols.exp with Clang
 2022-11-17 19:29 UTC  (3+ messages)
` [PATCHv2 0/2] Fix "

[PATCH 0/2] Implement target async for Windows
 2022-11-17 18:43 UTC  (7+ messages)
` [PATCH 2/2] "

[PATCH 0/3] Do not let logging use pager
 2022-11-17 18:29 UTC  (4+ messages)
` [PATCH 1/3] Remove 'saved_output' global
` [PATCH 2/3] Don't let tee_file own a stream
` [PATCH 3/3] Don't let gdb_stdlog use pager

[pushed] Use boolean literals for pagination_enabled
 2022-11-17 16:38 UTC 

[PATCH] gdb: new --with-pkgversion-suffix configure option
 2022-11-17 16:26 UTC  (4+ messages)

[PATCH] gdb: new $_inferior_threads convenience variable
 2022-11-17 14:51 UTC  (3+ messages)
` [PATCHv2] gdb: new $_inferior_thread_count "

[pushed] Remove two obsolete declarations
 2022-11-17 14:46 UTC 

[PATCH] gdb/testsuite: fix failure in gdb.python/py-send-packet.exp
 2022-11-17 14:37 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).