public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] gdb/testsuite: Fix libc_has_debug_info when there's no libc
 2024-04-26  5:09 UTC  (2+ messages)

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

[PATCH v4] gdb/testsuite: Add gdb.base/memops-watchpoint.exp
 2024-04-26  2:44 UTC  (2+ messages)

[PATCH v2 1/4] [gdb/testsuite] Require address update for DW_LNE_end_sequence
 2024-04-25 20:46 UTC  (8+ messages)
` [PATCH v2 3/4] [gdb/testsuite] Fix end_sequence addresses

[PATCH] gdb: add type annotations to ada-unicode.py
 2024-04-25 18:37 UTC  (3+ messages)

[PATCH] Allow calling of user-defined function call operators
 2024-04-25 18:34 UTC  (2+ messages)

[PATCH 0/3] Add more info to DAP disassemble response
 2024-04-25 18:09 UTC  (4+ messages)
` [PATCH 1/3] Simplify DAP make_source callers
` [PATCH 2/3] Implement tp_richcompare for gdb.Block
` [PATCH 3/3] Add symbol, line, and location to DAP disassemble result

[PATCH] Handle DAP "stepOut" request in outermost frame
 2024-04-25 18:05 UTC  (3+ messages)

[PATCH] gdb/testsuite: analyze-racy-logs.py cleanup
 2024-04-25 17:42 UTC 

[PATCH] gdb: copyright.py cleanup
 2024-04-25 17:38 UTC 

[PATCH 0/4] Remove gdbcmd.h
 2024-04-25 17:05 UTC  (7+ messages)
` [PATCH 1/4] gdb: move execute function declarations from gdbcmd.h to top.h
` [PATCH 2/4] gdb: remove unused print_command_line and print_command_lines declarations
` [PATCH 3/4] gdb: move style_set_list/style_show_list declarations to cli/cli-style.h
` [PATCH 4/4] gdb: remove gdbcmd.h

[PATCHv3 0/8] x86/Linux Target Description Changes
 2024-04-25 16:06 UTC  (4+ messages)
` [PATCHv4 00/10] "

[PATCH] Improve target.h & target_ops & xfer_partial descriptions
 2024-04-25 14:00 UTC  (3+ messages)

[PATCH] Add gdb.threads/thread_events.exp to run in AIX as well
 2024-04-25 13:51 UTC  (2+ messages)

[PATCH v1 0/2] Fix the right shift of negative numbers
 2024-04-25 13:23 UTC  (4+ messages)
` [PING*2][PATCH "

[PATCH v2] sim: riscv: Fix some issues with class-a instructions
 2024-04-25 13:15 UTC  (2+ messages)

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

[PATCH 0/7] More cleanup of defs.h
 2024-04-25  8:52 UTC  (11+ messages)
` [PATCH 1/7] gdb: move declarations of check_quit_flag and set_quit_flag to extension.h
` [PATCH 2/7] gdb: change return type of check_quit_flag to bool
` [PATCH 3/7] gdb: change type of quit_flag "
` [PATCH 4/7] gdb: move a bunch of quit-related things to event-top.{c,h}
` [PATCH 5/7] gdb: move annotation_level declaration/definition to annotate.{h,c}
` [PATCH 6/7] gdb: remove enum precision_type
` [PATCH 7/7] gdb: move symbol_file_command declaration to symfile.h

[PATCH v2 0/3] Fix attaching to process when it has zombie threads
 2024-04-24 23:15 UTC  (7+ messages)
` [PATCH v2 1/3] gdb/nat: Use procfs(5) indexes in linux_common_core_of_thread
` [PATCH v2 3/3] gdb/nat/linux: Fix attaching to process when it has zombie threads

[PATCH 00/10] Fix some C++ name canonicalizer problems
 2024-04-24 21:42 UTC  (21+ 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] gdb/remote: fix qRcmd error handling
 2024-04-24 21:39 UTC  (3+ messages)

[PATCH v2] [gdb/testsuite] Handle ptrace operation not permitted in can_spawn_for_attach
 2024-04-24 21:35 UTC  (3+ messages)

[PATCH] gdb/doc: Fix incorrect information in RSP doc
 2024-04-24 16:28 UTC  (5+ messages)

[PATCH 00/12] Fix attach/run failure handling - gdbserver & Windows, document "E.MESSAGE" RSP errors, more
 2024-04-24 13:48 UTC  (26+ 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 06/12] Improve vRun error reporting
` [PATCH 09/12] gdb_target_is_native -> gdb_protocol_is_native
` [PATCH 10/12] gdb_target_is_remote -> gdb_protocol_is_remote

[pushed 1/2] [gdb/testsuite] Fix gdb.threads/threadcrash.exp with glibc debuginfo
 2024-04-24 13:36 UTC  (2+ messages)
` [pushed 2/2] [gdb/testsuite] Fix gdb.threads/threadcrash.exp for remote host

[PATCH v2 0/5] Modernize frame unwinders and add disable feature
 2024-04-24 12:47 UTC  (2+ messages)
` [PING][PATCH "

[PATCH 0/3] Add amd64 LAM watchpoint support
 2024-04-24 11:11 UTC  (9+ messages)
` [PATCH 1/3] gdb: Make tagged pointer support configurable
` [PATCH 2/3] LAM: Enable tagged pointer support for watchpoints
` [PATCH 3/3] LAM: Support kernel space debugging
` [PING][PATCH 0/3] Add amd64 LAM watchpoint support
  ` [PING*2][PATCH "

[pushed] gdb: include extract-store-integer.h in charset.c when PHONY_ICONV
 2024-04-24  3:02 UTC 

[pushed] gdb: adjust copyright years of extract-store-integer.{c,h}
 2024-04-23 20:26 UTC 

[PATCH 0/7] First cleanup of defs.h
 2024-04-23 19:40 UTC  (13+ messages)
` [PATCH 1/7] gdb: move two declarations out "
` [PATCH 2/7] gdb: move `enum compile_i_scope_types` to compile/compile.h
` [PATCH 3/7] gdb: remove extract_long_unsigned_integer
` [PATCH 4/7] gdb: move store/extract integer functions to extract-store-integer.{c,h}
  ` [PATCH 4/7] gdb: move store/extract integer functions to extract-store-integer.{c, h}
` [PATCH 5/7] gdb: move RequireLongest to gdbsupport/traits.h
` [PATCH 6/7] gdb: don't include hashtab.h in defs.h
` [PATCH 7/7] gdb: don't include gdbsupport/array-view.h "

[PATCH v3] Change message when reaching end of reverse history
 2024-04-23 19:36 UTC  (5+ messages)

[pushed] gdb: remove unused include in infrun.c
 2024-04-23 15:32 UTC  (3+ messages)

[PATCH 1/2] Nios2, libbfd: Support new coredump .reg section
 2024-04-23 15:32 UTC  (5+ messages)

[PATCH] gdb/dwarf2/read.c: remove pessimizing std::move
 2024-04-23 14:40 UTC  (3+ messages)

[PATCH] sim: riscv: Fix some issues with class-a instructions
 2024-04-23 13:56 UTC  (4+ messages)

[pushed] gdb: bump black version to 24.4.0
 2024-04-23 13:21 UTC 

[PATCH v3] Add a test for the gcore script
 2024-04-23 10:45 UTC 

[pushed] gdb: fix include for gdb_signal in target/waitstatus.h
 2024-04-23  3:30 UTC  (4+ messages)

[PATCH 0/2] Add testcase for libc memory operations
 2024-04-23  1:20 UTC  (11+ 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] Fix leak with internal functions
 2024-04-22 18:47 UTC  (2+ messages)

[PATCH] Simplify macro_define_command
 2024-04-22 16:46 UTC  (2+ 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 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] Remove some alloca uses
 2024-04-22  9:41 UTC  (3+ messages)
` [PUSHED] gdb: fix unknown variable typo in c-exp.y

[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] 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)

page: 

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