[PATCH v3 0/3] Fix attaching to process when it has zombie threads
2024-04-30 2:39 UTC (9+ 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] gdb/testsuite: Fix libc_has_debug_info when there's no libc
2024-04-30 2:07 UTC (4+ messages)
[PATCH v3 0/2] Add testcase for libc memory operations
2024-04-30 1:57 UTC (15+ 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] gdb/testsuite: Restore libc_has_debug_info's less strict behaviour
2024-04-30 1:53 UTC
[PATCH 0/5] Fix race in DWARF reader, 2nd approach
2024-04-29 20:04 UTC (6+ messages)
` [PATCH 1/5] Remove call to dwarf2_per_objfile::adjust from ranges readers
[PATCH v2 0/3] DAP: Handle "stepOut" request in outermost frame
2024-04-29 19:43 UTC (4+ messages)
` [PATCH 1/3] DAP: Allow for deferring stop events from gdb thread
` [PATCH 2/3] DAP: Allow gdb exception in exec_and_log to propagate
` [PATCH 3/3] DAP: Handle "stepOut" request in outermost frame
[PATCH] Adjust gdb_continue_to_end for Windows
2024-04-29 19:19 UTC
[PATCH] Remove FIXME from DAP
2024-04-29 18:47 UTC
[PATCH v2] gdb: Cache line headers in DWARF per CU
2024-04-29 15:50 UTC (3+ messages)
[PATCH] gdb/Cygwin: Fix attach pid error message
2024-04-29 15:00 UTC (2+ messages)
[PATCH 0/7] More cleanup of defs.h
2024-04-29 14:46 UTC (12+ 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 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
[PATCHv3 0/8] x86/Linux Target Description Changes
2024-04-29 14:35 UTC (27+ messages)
` [PATCHv4 00/10] "
` [PATCHv5 00/11] "
` [PATCHv5 01/11] gdbserver/ipa/x86: remove unneeded declarations
` [PATCHv5 02/11] gdbserver: convert have_ptrace_getregset to a tribool
` [PATCHv5 03/11] gdb/x86: move reading of cs and ds state into gdb/nat directory
` [PATCHv5 04/11] gdb/x86: move have_ptrace_getfpxregs global "
` [PATCHv5 05/11] gdbserver/x86: move no-xml code earlier in x86_linux_read_description
` [PATCHv5 06/11] gdb/gdbserver: share I386_LINUX_XSAVE_XCR0_OFFSET definition
` [PATCHv5 07/11] gdb/gdbserver: share some code relating to target description creation
` [PATCHv5 08/11] gdb/arch: assert that X86_XSTATE_MPX is not set for x32
` [PATCHv5 09/11] gdbserver: update target description creation for x86/linux
` [PATCHv5 10/11] gdb: move xcr0 == 0 check into i386_linux_core_read_description
` [PATCHv5 11/11] gdb/gdbserver: share x86/linux tdesc caching
[PATCH] Add "error_message+" feature to qSupported
2024-04-29 14:17 UTC (3+ messages)
[PATCH v2] sim: riscv: Fix Zicsr and fence instructions
2024-04-29 13:57 UTC
[PATCH 00/12] Fix attach/run failure handling - gdbserver & Windows, document "E.MESSAGE" RSP errors, more
2024-04-29 13:42 UTC (12+ messages)
` [PATCH 03/12] Document "E.MESSAGE" RSP errors
` [PATCH 10/12] gdb_target_is_remote -> gdb_protocol_is_remote
[PATCH] sim: riscv: Fix Zicsr and fence instructions
2024-04-29 13:30 UTC (3+ messages)
[PATCH v3] Add a test for the gcore script
2024-04-29 12:09 UTC (2+ messages)
[PATCH] Fix AIX thread exit events not being reported and UI to show kernel thread ID
2024-04-29 11:48 UTC (2+ messages)
[PATCH] Fix AIX thread exit events not being reported and UI to show kernel thread ID
2024-04-29 11:46 UTC
[PATCH 0/6] Further filename completion improvements
2024-04-29 9:10 UTC (7+ messages)
` [PATCHv2 0/8] "
` [PATCHv2 1/8] gdb/doc: document how filename arguments are formatted
[PATCH] gdb/remote: fix qRcmd error handling
2024-04-29 9:02 UTC (6+ messages)
[PATCH] Add gdb.threads/thread_events.exp to run in AIX as well
2024-04-29 2:00 UTC (3+ messages)
[PATCH] Add gdb.threads/thread_events.exp to run in AIX as well
2024-04-29 1:48 UTC
GDB 15.1 release update (2024-04-28)
2024-04-28 20:58 UTC
Representative
2024-04-28 8:28 UTC
[pushed] Fix typo in TUI comment
2024-04-27 17:45 UTC
[pushed] Remove two unneeded forward declarations
2024-04-27 17:29 UTC
[PATCH] Allow calling of user-defined function call operators
2024-04-27 16:43 UTC (3+ messages)
[PATCH v2] Allow calling of user-defined function call operators
2024-04-27 16:36 UTC
[PATCH v2] [gdb/remote] Fix abort on REMOTE_CLOSE_ERROR
2024-04-27 15:49 UTC (3+ messages)
[PATCH] Handle DAP "stepOut" request in outermost frame
2024-04-27 8:24 UTC (6+ messages)
[PATCH] Improve target.h & target_ops & xfer_partial descriptions
2024-04-26 21:08 UTC (4+ messages)
[PATCH v2] [gdb/testsuite] Handle ptrace operation not permitted in can_spawn_for_attach
2024-04-26 18:50 UTC (4+ messages)
[PATCH] Remove unnecessary get_current_frame calls from infrun.c
2024-04-26 17:47 UTC (3+ messages)
[PATCH] gdb: Cache line headers in DWARF per CU
2024-04-26 17:37 UTC
[PATCH] Remove fflush call from tui_refresh_cmd_win
2024-04-26 16:33 UTC
[PATCH] Remove tui_refresh_all
2024-04-26 16:15 UTC
[PATCH v2] Fix leak with internal functions
2024-04-26 15:56 UTC
[PATCH v2] Simplify macro_define_command
2024-04-26 15:44 UTC
[RFC] Adding a SECURITY policy for GDB
2024-04-26 15:44 UTC (8+ messages)
` [V3] "
` [V4] "
` [V5] "
[PATCH] [gdb/remote] Fix abort on REMOTE_CLOSE_ERROR
2024-04-26 15:41 UTC (4+ messages)
[RFC PATCH 0/3] Fix attaching to process when it has zombie threads
2024-04-26 15:35 UTC (7+ messages)
` [RFC PATCH 3/3] gdb/nat/linux: "
[PATCH v4 0/4] Add include guard checker and reformatter
2024-04-26 15:19 UTC (5+ messages)
[PATCH v2] gdb: specify sh pointer register types
2024-04-26 14:00 UTC (3+ messages)
` [PING] "
[PATCH] sim: riscv: Fix undefined behaviour in mulh and similar
2024-04-26 7:50 UTC
[PATCH v3] sim: riscv: Fix some issues with class-a instructions
2024-04-26 7:49 UTC
[PATCH v5] gdb: Support embedded source in DWARF
2024-04-26 6:12 UTC (3+ messages)
[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 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] 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
[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 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 (4+ messages)
` [PATCH 08/10] Implement C++14 numeric separators
[PATCH] gdb/doc: Fix incorrect information in RSP doc
2024-04-24 16:28 UTC (5+ messages)
[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 (7+ 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
[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 (5+ messages)
` [PATCH 4/7] gdb: move store/extract integer functions to extract-store-integer.{c, 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 (3+ messages)
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