public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] Fix leak with internal functions
 2024-04-22 18:47 UTC  (2+ messages)

[PATCH 0/2] Add testcase for libc memory operations
 2024-04-22 18:40 UTC  (9+ messages)
` [PATCH 1/2] gdb/testsuite: Add libc_has_debug_info require helper
` [PATCH 2/2] gdb/testsuite: Add gdb.base/memops-watchpoint.exp

[PATCH 00/10] Fix some C++ name canonicalizer problems
 2024-04-22 17:31 UTC  (20+ messages)
` [PATCH 01/10] Remove test code from cp-name-parser.y
` [PATCH 02/10] Allow initialization functions in .y files
` [PATCH 03/10] Clean up demangle_parse_info
` [PATCH 04/10] Change storage of demangle_component
` [PATCH 05/10] Fix C++ name canonicalizations of character literals
` [PATCH 06/10] Remove some unnecessary allocations from cpname_state::parse_number
` [PATCH 07/10] Fix C++ canonicalization of hex literals
` [PATCH 08/10] Implement C++14 numeric separators
` [PATCH 09/10] Allow function types as template parameters in name canonicalizer
` [PATCH 10/10] Add spaceship operator to cp-name-parser.y

[PATCH] Simplify macro_define_command
 2024-04-22 16:46 UTC  (2+ messages)

[PATCH] sim: riscv: Fix some issues with class-a instructions
 2024-04-22 16:25 UTC  (3+ messages)

[PATCH] gdb/testsuite: Use default gdb_expect timeout in runto
 2024-04-22 16:15 UTC  (2+ messages)

[PATCH v2 0/2] Add testcase for libc memory operations
 2024-04-22 16:07 UTC  (5+ messages)
` [PATCH v2 1/2] gdb/testsuite: Add libc_has_debug_info require helper
` [PATCH v2 2/2] gdb/testsuite: Add gdb.base/memops-watchpoint.exp

[PATCH] gdb/doc: Fix incorrect information in RSP doc
 2024-04-22 15:40 UTC  (2+ messages)

[PATCH v2] Fix random dejagnu test abort with simulator target
 2024-04-22 14:53 UTC  (3+ messages)

[Patch v2] Fix AIX thread exit events not being reported and UI to show kernel thread ID
 2024-04-22 14:33 UTC 

[PATCH] Fix regression on aarch64-linux gdbserver
 2024-04-22 13:51 UTC 

[PATCH v5 1/2] [gdb/symtab] Fix an out of bounds array access in find_epilogue_using_linetable
 2024-04-22 13:39 UTC  (4+ messages)
` [PATCH v5 2/2] [gdb/symtab] Handle two-linetable function "

[PATCH v2] Add a test for the gcore script
 2024-04-22 12:12 UTC 

[PATCH 00/12] Fix attach/run failure handling - gdbserver & Windows, document "E.MESSAGE" RSP errors, more
 2024-04-22 11:32 UTC  (31+ messages)
` [PATCH 01/12] Document conventions for describing packet syntax
` [PATCH 02/12] Centralize documentation of error and empty RSP responses
` [PATCH 03/12] Document "E.MESSAGE" RSP errors
` [PATCH 04/12] Windows: Fix run/attach hang after bad run/attach
` [PATCH 05/12] Fix "run" failure handling with GDBserver
` [PATCH 06/12] Improve vRun error reporting
` [PATCH 07/12] Fix "attach" failure handling with GDBserver
` [PATCH 08/12] gdbserver: Fix vAttach response when attaching is not supported
` [PATCH 09/12] gdb_target_is_native -> gdb_protocol_is_native
` [PATCH 10/12] gdb_target_is_remote -> gdb_protocol_is_remote
` [PATCH 11/12] Eliminate gdb_is_target_remote / gdb_is_target_native & friends
` [PATCH 12/12] Fix gdb.base/attach.exp --pid test skipping on native-extended-gdbserver

[PATCH] Remove some alloca uses
 2024-04-22  9:41 UTC  (3+ messages)
` [PUSHED] gdb: fix unknown variable typo in c-exp.y

[PATCH] gdb/remote: fix qRcmd error handling
 2024-04-22  8:45 UTC 

[PATCH 0/3] Add amd64 LAM watchpoint support
 2024-04-22  7:17 UTC  (3+ messages)
` [PING][PATCH "
  ` [PING*2][PATCH "

[RFC 0/3] Wait for inferior after attaching
 2024-04-22  6:48 UTC  (4+ messages)
` [RFC 2/3] gdb: wait for inferior after attaching instead of adding a continuation

[PATCH] Allow calling of user-defined function call operators
 2024-04-21 12:49 UTC 

[PATCH] Fix AIX thread exit events not being reported and UI to show kernel thread ID
 2024-04-20 20:59 UTC  (2+ messages)

[PATCH] Remove a couple of VLAs
 2024-04-20 20:27 UTC  (2+ messages)

[RFC] Using all three fields of ptid and handling thread events from rs6000-aix-nat.c
 2024-04-20 20:25 UTC  (4+ messages)

GDB 15.1 release update (2024-04-20)
 2024-04-20 18:42 UTC 

GDB 15.1 release update (2024-04-14)
 2024-04-20 18:35 UTC  (3+ messages)

[PATCH v5] Add an option with a color type
 2024-04-20 18:32 UTC  (7+ messages)
` [PATCH v6] "

[PATCH 0/6] Further filename completion improvements
 2024-04-20  9:44 UTC  (11+ messages)
` [PATCHv2 0/8] "
  ` [PATCHv2 1/8] gdb/doc: document how filename arguments are formatted
  ` [PATCHv2 2/8] gdb: split apart two different types of filename completion
  ` [PATCHv2 3/8] gdb: improve escaping when completing filenames
  ` [PATCHv2 4/8] gdb: move display of completion results into completion_result class
  ` [PATCHv2 5/8] gdb: simplify completion_result::print_matches
  ` [PATCHv2 6/8] gdb: add match formatter mechanism for 'complete' command output
  ` [PATCHv2 7/8] gdb: apply escaping to filenames in 'complete' results
  ` [PATCHv2 8/8] gdb: improve gdb_rl_find_completion_word for quoted words

[PATCH] [gdb/remote] Fix abort on REMOTE_CLOSE_ERROR
 2024-04-20  9:25 UTC  (5+ messages)

[PATCH v2] [gdb/remote] Fix abort on REMOTE_CLOSE_ERROR
 2024-04-20  9:14 UTC 

[PATCH v2 0/3] Fix attaching to process when it has zombie threads
 2024-04-20  5:56 UTC  (4+ messages)
` [PATCH v2 1/3] gdb/nat: Use procfs(5) indexes in linux_common_core_of_thread
` [PATCH v2 2/3] gdb/nat: Factor linux_proc_get_stat_field out of linux_common_core_of_thread
` [PATCH v2 3/3] gdb/nat/linux: Fix attaching to process when it has zombie threads

[RFC PATCH 0/3] Fix attaching to process when it has zombie threads
 2024-04-20  5:28 UTC  (15+ messages)
` [RFC PATCH 1/3] gdb/nat: Use procfs(5) indexes in linux_common_core_of_thread
` [RFC PATCH 2/3] gdb/nat: Factor linux_find_proc_stat_field out of linux_common_core_of_thread
` [RFC PATCH 3/3] gdb/nat/linux: Fix attaching to process when it has zombie threads

[PATCH v2] [gdb/testsuite] New test: gdb.base/check-errno.exp
 2024-04-20  3:14 UTC 

[PATCH] Make source.c:search_command_helper use source cache
 2024-04-19 22:30 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v4 0/4] Add include guard checker and reformatter
 2024-04-19 20:52 UTC  (9+ messages)
` [PATCH v4 1/4] Fix some minor header file irregularities
` [PATCH v4 2/4] Add an include-checking script
` [PATCH v4 3/4] Add check-include-guards.py to pre-commit
` [PATCH v4 4/4] Run check-include-guards.py

[PATCH v2 1/4] gdb: make target debug functions return std::string
 2024-04-19 20:30 UTC  (7+ messages)
` [PATCH v2 2/4] gdb: make debug_target use one-liners
` [PATCH v2 3/4] gdb: make regcache::debug_print_register return a string
` [PATCH v2 4/4] gdb: add target_debug_printf and target_debug_printf_nofunc

[PATCH] Fix random dejagnu test abort with simulator target
 2024-04-19 20:21 UTC  (5+ messages)

[pushed] gdb: fix include for gdb_signal in target/waitstatus.h
 2024-04-19 20:21 UTC  (2+ messages)

[PATCH 1/6] gdb: add includes in target-debug.h
 2024-04-19 20:19 UTC  (16+ messages)
` [PATCH 2/6] gdb: convert target debug macros to functions
` [PATCH 3/6] gdb: make target debug functions return std::string
` [PATCH 4/6] gdb: make debug_target use one-liners
` [PATCH 5/6] gdb: make regcache::debug_print_register return a string
` [PATCH 6/6] gdb: add target_debug_printf and target_debug_printf_nofunc

[PATCH v5] gdb: Support embedded source in DWARF
 2024-04-19 20:17 UTC  (2+ messages)

[PATCH 1/2] Nios2, libbfd: Support new coredump .reg section
 2024-04-19 15:08 UTC  (4+ messages)
` [PATCH 2/2] Nios2, gdb: Adjust to new coredump format

[PATCH v2 0/4] Add include guard checker and reformatter
 2024-04-19 15:03 UTC  (5+ messages)
` [PATCH v2 2/4] Add an include-checking script

[PATCH v3 0/4] Add include guard checker and reformatter
 2024-04-19 14:55 UTC  (5+ messages)
` [PATCH v3 1/4] Fix some minor header file irregularities
` [PATCH v3 2/4] Add an include-checking script
` [PATCH v3 3/4] Add check-include-guards.py to pre-commit
` [PATCH v3 4/4] Run check-include-guards.py

[PATCH v6 0/8] Add another way to check tagged addresses on remote targets
 2024-04-19 14:31 UTC  (14+ messages)
` [PATCH v6 1/8] gdb: aarch64: Remove MTE address checking from get_memtag
` [PATCH v6 2/8] gdb: aarch64: Move MTE address check out of set_memtag
` [PATCH v6 3/8] gdb: aarch64: Remove MTE address checking from memtag_matches_p
` [PATCH v6 4/8] gdb: Use passed gdbarch instead of calling current_inferior
` [PATCH v6 5/8] gdb: Introduce is_address_tagged target hook
` [PATCH v6 6/8] gdb: Add qIsAddressTagged packet
` [PATCH v6 7/8] gdb/testsuite: Add unit tests for "
` [PATCH v6 8/8] gdb: Document "

Deprecation/removal of nios2 target support
 2024-04-19 12:05 UTC  (8+ messages)

[PATCH] Add even more pre-commit hooks
 2024-04-18 16:10 UTC 

[PATCH 0/4] Add include guard checker and reformatter
 2024-04-18 15:45 UTC  (4+ messages)
` [PATCH 3/4] Add check-include-guards.py to pre-commit

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).