public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v3 0/7] Fix printing macros
 2022-04-28  3:35 UTC  (2+ messages)
` [PATCH v3 3/7] gdb/dwarf: pass compilation directory to line header

[PATCH 01/14] gdb: remove BLOCK_{START,END} macros
 2022-04-28  2:39 UTC  (2+ messages)

[PATCH] Fix crash in gdbpy_parse_register_id
 2022-04-28  2:11 UTC  (3+ messages)

[PATCH] Remove "typedef enum ..."
 2022-04-28  1:36 UTC  (2+ messages)

[PATCH 0/2] Implement pid_to_exec_file for Windows in gdbserver
 2022-04-28  1:33 UTC  (5+ messages)
` [PATCH 1/2] Constify target_pid_to_exec_file
` [PATCH 2/2] Implement pid_to_exec_file for Windows in gdbserver

[PATCH] gdb/debuginfod: Whitespace-only URL should disable debuginfod
 2022-04-27 21:46 UTC 

[PATCH] Rename Windows debug settings
 2022-04-27 19:04 UTC  (4+ messages)

[PATCH 0/2] Fix mi-exec-run.exp with native-extended-gdbserver
 2022-04-27 18:42 UTC  (4+ messages)
` [PATCH 1/2] gdb: fix failures in gdb.mi/mi-exec-run.exp "
` [PATCH 2/2] gdb/testsuite: fix native-extended-gdbserver failure in mi-exec-run.exp

[PATCH] Adjust gdb.base/parse_number.exp so it is more flexible
 2022-04-27 18:33 UTC  (7+ messages)

[pushed] Fix gdbserver build for x86-64 Windows
 2022-04-27 17:17 UTC 

[PATCH v3 00/13] Support for Thread Local Storage (TLS) variables on FreeBSD arm and aarch64 architectures
 2022-04-27 15:46 UTC  (15+ messages)
` [PATCH v3 01/13] fbsd-nat: Add helper routines for register sets using PT_[G]SETREGSET
` [PATCH v3 02/13] Add an arm-tls feature which includes the tpidruro register from CP15
` [PATCH v3 03/13] Read the tpidruro register from NT_ARM_TLS core dump notes on FreeBSD/arm
` [PATCH v3 04/13] Support TLS variables "
` [PATCH v3 05/13] Fetch the NT_ARM_TLS register set for native FreeBSD/arm processes
` [PATCH v3 06/13] Add an aarch64-tls feature which includes the tpidr register
` [PATCH v3 07/13] Read the tpidr register from NT_ARM_TLS core dump notes on FreeBSD/Aarch64
` [PATCH v3 08/13] Support TLS variables "
` [PATCH v3 09/13] Fetch the NT_ARM_TLS register set for native FreeBSD/Aarch64 processes
` [PATCH v3 10/13] Read the tpidr register from NT_ARM_TLS core dump notes on Linux Aarch64
` [PATCH v3 11/13] gdbserver: Read the tpidr register from NT_ARM_TLS on Linux
` [PATCH v3 12/13] "
` [PATCH v3 13/13] NEWS: Add a note for TLS support on FreeBSD/arm and FreeBSD/Aarch64

[PATCH] Make gdb.ada/float-bits.exp more generic
 2022-04-27 14:52 UTC 

[PATCH] gdb: cooked_index_functions::expand_symtabs_matching: require psymtab
 2022-04-27 14:11 UTC  (4+ messages)

[PATCH 0/2] Fix regressions caused by prune_threads patch
 2022-04-27 14:01 UTC  (9+ messages)
` [PATCH 1/2] gdb/infrun: make fetch_inferior_event restore thread if exited or signalled
` [PATCH 2/2] gdb/remote: return early from remote_check_symbols if waiting for stop reply

[PATCH v2 0/3] Apply fixme notes for multi-target support
 2022-04-27 13:55 UTC  (4+ messages)
` [PATCH v2 1/3] gdb: Make global feature array a per-remote target array

[PATCH] gdb/testsuit: fix FAIL in gdb.base/clear_non_user_bp.exp
 2022-04-27 13:32 UTC  (6+ messages)
` [PATCH v2] "
` [PATCH v3] gdb/testsuite: "

[PATCH v5 0/5] arm: Add support for multiple stacks on Cortex-M
 2022-04-27 13:11 UTC  (9+ messages)
` [PATCH v5 1/5] gdb/arm: Fix prologue analysis to support vpush
` [PATCH v5 2/5] gdb/arm: Define MSP and PSP registers for M-Profile
` [PATCH v5 3/5] gdb/arm: Introduce arm_cache_init
` [PATCH v5 4/5] gdb/arm: Add support for multiple stack pointers on Cortex-M
` [PATCH v5 5/5] gdb/arm: Extend arm_m_addr_is_magic to support FNC_RETURN, add unwind-secure-frames command

[PATCH v4 0/2] [gdb] untie and validate inheritance location
 2022-04-27 12:28 UTC  (3+ messages)
` [PATCH v4 1/2] [gdb] Untied inheritance virtuality and loc kind
` [PATCH v4 2/2] [gdb] Add Simple offset validation when calculating baseclass_offset

[PATCH v5 0/8] gdb: split array and string limiting options
 2022-04-27 12:02 UTC  (5+ messages)
` [PING^2][PATCH "
` [PING^3][PATCH "

[PATCH] Fix crash with "maintenance print arc"
 2022-04-27 11:00 UTC  (3+ messages)

re [PATCHv3] gdb/python: add gdb.format_address function
 2022-04-27  9:58 UTC  (2+ messages)

[PATCH] gdb/testsuite: use with_cwd where possible
 2022-04-27  0:20 UTC  (3+ messages)

[PATCH] Check OBJF_NOT_FILENAME in DWARF index code
 2022-04-27  0:14 UTC  (2+ messages)

[PATCH v2 0/1] get page size using sysconf (_SC_PAGESIZE) instead of PAGE_SIZE
 2022-04-26 22:06 UTC  (6+ messages)
` [PATCH v2 1/1] "

[PATCH] bsd-kvm: Fix build after recent changes to path handling functions
 2022-04-26 21:47 UTC  (8+ messages)

[PATCH] Handle encoding failures in Windows thread names
 2022-04-26 18:53 UTC  (3+ messages)

[PATCH] Fix method naming bug in new DWARF indexer
 2022-04-26 18:40 UTC  (4+ messages)

[PATCH v2 0/2] Functions call history patches
 2022-04-26 18:32 UTC  (5+ messages)
` [PATCH v2 1/2] [func_call] Add function-call-history-length command to MI
` [PATCH v2 2/2] [func_call] Add function-call-history "

[PATCH 0/2] Add recording support for the ISA 3.1 Powerpc instructions
 2022-04-26 18:05 UTC  (24+ messages)
` [PATCH 1/2] "
    ` [PATCH 1/2 Version 2] "
        ` [PATCH 1/2 Version 3] "
            ` [PATCH 1/2 Version 5] "
              ` [PATCH 1/2 Version 5 Ping] "
                ` [PATCH 1/2 Version 6] "
` [PATCH 2/2] "
    ` [PATCH 2/2 Version 2] "
        ` [PATCH 2/2 Version 3] "
            ` [PATCH 2/2 Version 4] "
                  ` [PATCH 2/2 Version 5] "
                    ` [PATCH 2/2 Version 5 PING] "

Powerpc: Update expected floating point output for gdb.arch/altivec-regs.exp and gdb.arch/vsx-regs.exp
 2022-04-26 17:24 UTC  (6+ messages)
  ` [PATCH V2] "
    ` [PATCH V2 Ping] "

[pushed] gdb: make some random Python files Python 3-compatible
 2022-04-26 15:52 UTC 

GDB 12.0.90 available for testing
 2022-04-26 15:15 UTC  (10+ messages)

[PATCHv3 0/2] Fix GDB prompt corruption issue
 2022-04-26 14:27 UTC  (5+ messages)
` [PATCHv4 0/3] "

[PATCH] gdb/readline: fix extra 'quit' message problem
 2022-04-26 14:25 UTC 

[PATCHv3] gdb: make thread_info executing and resumed state more consistent
 2022-04-26 13:28 UTC  (6+ messages)
` [PATCHv4 0/2] Make "
  ` [PATCHv4 1/2] gdb: add some additional thread status debug output
  ` gdb: make thread_info executing and resumed state more consistent

[PATCH v2 00/11] gdb/testsuite: Cleanup gdb.base for clang testing
 2022-04-26 13:17 UTC  (2+ messages)
` [PING] "

[PATCH] Put corefile-run.core into test subdirectory
 2022-04-26 12:24 UTC  (2+ messages)

Metadata style?
 2022-04-26 12:02 UTC  (4+ messages)

[PATCH] Do not put linkage names into .gdb_index
 2022-04-26  8:06 UTC  (9+ messages)

[PUSHED OBV] gdbsupport/pathstuff.h: #include <array> explicitly for std::array<>
 2022-04-26  0:21 UTC 

[PATCH 00/36] C++-ify breakpoints
 2022-04-25 20:06 UTC  (13+ messages)
` [PATCH 01/36] Move "catch load" to a new file
` [PATCH 03/36] Add an assertion to clone_momentary_breakpoint
` [PATCH 04/36] Delete some unnecessary wrapper functions

[PATCH] De-duplicate .gdb_index
 2022-04-25 18:48 UTC 

[PATCH 0/1] btrace: get page size using sysconf (_SC_PAGESIZE) instead of PAGE_SIZE
 2022-04-25 18:47 UTC  (8+ messages)
` [PATCH 1/1] "

[PATCH v3 00/11] Improve Fortran intrinsic types and procedures
 2022-04-25 13:41 UTC  (5+ messages)

[PATCH] Debug support for global alias variable
 2022-04-25 13:10 UTC  (15+ messages)

[PATCHv3 0/6] Add Python API for the disassembler
 2022-04-25 11:26 UTC  (8+ messages)
` [PATCHv4 0/5] "
  ` [PATCHv4 1/5] gdb: add new base class to gdb_disassembler
  ` [PATCHv4 2/5] gdb: add extension language print_insn hook
  ` [PATCHv4 3/5] gdb/python: implement the print_insn extension language hook
  ` [PATCHv4 4/5] gdb: refactor the non-printing disassemblers
  ` [PATCHv4 5/5] gdb: unify two dis_asm_read_memory functions in disasm.c

[PATCH][gdb/testsuite] Fix gdb.ada/float-bits.exp with -m32
 2022-04-25 10:31 UTC  (2+ messages)

[PATCH v1 0/1] get page size using sysconf (_SC_PAGESIZE) instead of PAGE_SIZE
 2022-04-25 10:08 UTC  (3+ messages)
` [PATCH v1 1/1] "

[RFC][PATCH] Binutils changes for RISC-V overlay system
 2022-04-25  9:39 UTC  (2+ messages)

GDB 12.0.90 available for testing
 2022-04-25  8:48 UTC  (12+ messages)

GDB/Fortran: Support for Assumed Rank Zero
 2022-04-25  8:47 UTC  (14+ messages)

[PATCH] gdb/infrum: assert !step_over_info_valid_p in restart_threads
 2022-04-25  8:32 UTC  (4+ messages)
` [PATCH v2] gdb/infrun: "

2022-04-24 update for upcoming GDB 12.1 Release
 2022-04-24 16:12 UTC 

[PING][PATCH v8 0/3] gdb: Add new 'print nibbles' feature
 2022-04-23  9:22 UTC  (6+ messages)
` [PATCH v8 1/3] "
` [PATCH v8 2/3] gdb/doc: Documentation for the new print command
` [PATCH v8 3/3] gdb/python: Export nibbles to python layer

[PATCH v2] gdb: prune inferiors at end of fetch_inferior_event, fix intermittent failure of gdb.threads/fork-plus-threads.exp
 2022-04-22 20:15 UTC  (6+ messages)
  ` [PATCH v3] "

[PATCH] gdb: handle_no_resumed: only update thread list of event target
 2022-04-22 18:15 UTC  (3+ messages)

[PATCH] gdbserver/linux: free process_info_private and arch_process_info when failing to attach
 2022-04-22 18:06 UTC  (3+ messages)

[PATCH] Do not double-read minimal symbols for PE COFF
 2022-04-22 17:55 UTC  (3+ 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).