[PATCH] Turn decode_line_2_compare_items into operator<
2024-11-04 18:10 UTC (2+ messages)
[PATCH 0/2] Fis for readline eof and secondary prompt issue
2024-11-04 17:02 UTC (14+ messages)
` [PATCH 1/2] gdb/readline: new 'maint info readline' command
` [PATCH 2/2] gdb/readline: don't get stuck thinking an EOF arrived
` [PATCHv2 0/2] Fix for readline eof and secondary prompt issue
` [PATCHv2 1/2] gdb/readline: add readline library version to 'show configuration'
` [PATCHv2 2/2] gdb/readline: don't get stuck thinking an EOF arrived
[PATCH v8 0/2] gdb: setting BP with multiple locations only displays one location
2024-11-04 16:56 UTC (4+ messages)
` [PATCH v8 1/2] gdb: extend gdb_breakpoint for multiple locations
` [PATCH v8 2/2] gdb, breakpoint: output multiple bp locations
[PATCH] [gdb/tdep] Use std::array in amd64-windows-tdep.c
2024-11-04 16:54 UTC (7+ messages)
[PATCH 00/16] Inferior argument (inc for remote targets) changes
2024-11-04 16:52 UTC (27+ messages)
` [PATCH 13/16] gdb: allow 'set args' and run commands to contain newlines
` [PATCH 15/16] gdb: new maintenance command to help debug remote argument issues
` [PATCHv2 00/14] Inferior argument (inc for remote targets) changes
` [PATCHv2 01/14] gdb/testsuite: add some xfail in gdb.base/startup-with-shell.exp
` [PATCHv2 02/14] gdb: Support some escaping of args with startup-with-shell being off
` [PATCHv2 03/14] gdb: remove the !startup_with_shell path from construct_inferior_arguments
` [PATCHv2 04/14] gdbserver: convert program_args to a single string
` [PATCHv2 05/14] gdb: move remote arg splitting and joining into gdbsupport/
` [PATCHv2 06/14] gdb: add remote argument passing self tests
` [PATCHv2 07/14] gdb: split up construct_inferior_arguments
` [PATCHv2 08/14] gdb/python: change escaping rules when setting arguments
` [PATCHv2 09/14] gdb/gdbserver: pass inferior arguments as a single string
` [PATCHv2 10/14] gdb/gdbserver: add a '--no-escape-args' command line option
` [PATCHv2 11/14] gdb: allow 'set args' and run commands to contain newlines
` [PATCHv2 12/14] gdb/gdbserver: remove some uses of free_vector_argv
` [PATCHv2 13/14] gdb: new maintenance command to help debug remote argument issues
` [PATCHv2 14/14] gdb/gdbserver: rework argument splitting and joining
[PATCH 0/2] Filename option support
2024-11-04 16:14 UTC (3+ messages)
` [PATCHv2 "
[PATCH] gdb/testsuite: spring clean the gdb.stabs/gdb11479.exp test
2024-11-04 15:54 UTC (4+ messages)
[PATCH] Use appropriate context flags for Wow64 processes
2024-11-04 15:43 UTC
[PATCH 1/7] [gdb/tdep] Use raw_supply_zeroed for SPARC g0 reg
2024-11-04 13:42 UTC (7+ messages)
` [PATCH 2/7] [gdb/tdep] Use raw_supply_zeroed for IA-64 gr0 and fr0 regs
` [PATCH 3/7] [gdb/tdep] Use raw_supply_zeroed for PA-RISC r0 reg
` [PATCH 4/7] [gdb/tdep] Use raw_supply_zeroed for Alpha r31 reg
` [PATCH 5/7] [gdb/tdep] Use raw_supply_zeroed for NIOS r0 reg
` [PATCH 6/7] [gdb/tdep] Use raw_supply_zeroed in i387_supply_xsave
` [PATCH 7/7] [gdb/tdep] Use raw_supply_part_zeroed for AArch64
[PATCH 1/2] [gdb] Add gdb_select variant for looping
2024-11-04 13:39 UTC (4+ messages)
` [PATCH 2/2] [gdb/build] Workaround tsan select bug
[PATCH v7 0/2] gdb: setting BP with multiple locations only displays one location
2024-11-04 13:22 UTC (8+ messages)
` [PATCH v7 1/2] gdb: extend gdb_breakpoint for multiple locations
` [PATCH v7 2/2] gdb, breakpoint: output multiple bp locations
[PATCH v6 0/2] Add amd64 LAM watchpoint support
2024-11-04 11:17 UTC (4+ messages)
` [PATCH v6 1/2] gdb: Make tagged pointer support configurable
[PATCHv2] gdb: unix: allow to use custom baud rate
2024-11-04 9:48 UTC (2+ messages)
[PATCH v2] Fix AIX core dump while main thread exits
2024-11-04 8:44 UTC (3+ messages)
[PATCH] Fix AIX core dump while main thread exits
2024-11-04 6:33 UTC (5+ messages)
[PATCH v4 00/22] Add a C++ hash table to gdbsupport
2024-11-04 4:18 UTC (13+ messages)
` [PATCH v4 11/22] Convert type copying to new hash table
` [PATCH v4 20/22] Convert dwarf_cu::die_hash "
` [PATCH v4 21/22] Convert dwarf2_cu::call_site_htab "
[PATCH] Remove gdb::hash_enum
2024-11-04 3:01 UTC (2+ messages)
[PATCH] [gdb/tdep] Simplify amd64_windows_store_arg_in_reg
2024-11-03 9:28 UTC
[RFC PATCH v4 00/15] gdbserver improvements for AArch64 SVE support
2024-11-02 2:56 UTC (16+ messages)
` [RFC PATCH v4 01/15] GDB, gdbserver: Convert regcache_register_size function to method
` [RFC PATCH v4 02/15] GDB: Use gdb::array_view for buffers used in register reading and unwinding
` [RFC PATCH v4 03/15] GDB: remote: Print total bytes received in debug message
` [RFC PATCH v4 04/15] GDB: trad-frame: Store length of value_bytes in trad_frame_saved_reg
` [RFC PATCH v4 05/15] gdbserver: nat/aarch64: Only check Z registers for extra contents if they can have it
` [RFC PATCH v4 06/15] gdbserver: Implement p and P packets
` [RFC PATCH v4 07/15] GDB, gdbserver: Create concept of load-early registers
` [RFC PATCH v4 08/15] GDB: Allow DWARF expression evaluation to use regcache
` [RFC PATCH v4 09/15] GDB tdesc: Add vector type with number of elements given by math expression
` [RFC PATCH v4 10/15] GDB: Add concept of variable-size registers to the regcache
` [RFC PATCH v4 11/15] gdbserver: "
` [RFC PATCH v4 12/15] GDB: aarch64-linux: Load and store VG separately from other SVE registers
` [RFC PATCH v4 13/15] GDB, gdbserver: aarch64: Convert SVE feature to use variable-size registers
` [RFC PATCH v4 14/15] GDB, gdbserver: aarch64: Use VG instead of VQ
` [RFC PATCH v4 15/15] gdb/testsuite: Add test to exercise multi-threaded AArch64 SVE inferiors
[PATCHv2] gdb: fix handling of DW_AT_entry_pc of inlined subroutines
2024-11-01 20:27 UTC (14+ messages)
` [PATCHv3] "
` [PATCHv4] "
` [PATCHv5] "
[PATCH] Handle type-casting in template parameter list when hashing symbols
2024-11-01 19:08 UTC (2+ messages)
[PATCH v2] Handle type-casting in template parameter list when hashing symbols
2024-11-01 19:03 UTC
[PATCH v3 1/3] Fix handling of DW_AT_entry_pc of inlined subroutines
2024-11-01 17:40 UTC (4+ messages)
[PATCH 1/3] [gdbsupport] Add gdb::{waitpid,read,write,close}
2024-11-01 17:35 UTC (2+ messages)
[PATCH] gdb: fix crash when GDB can't read an objfile
2024-11-01 17:31 UTC (11+ messages)
[PATCH v2] [gdb] Fix compile error due to [[noreturn]] with clang
2024-11-01 17:14 UTC (2+ messages)
[PATCH v3 0/7] Require help text to fit in 80 columns
2024-11-01 16:45 UTC (9+ messages)
` [PATCH v3 1/7] Call gdbpy_fix_doc_string_indentation for function help
` [PATCH v3 2/7] Wrap help strings at 80 columns
` [PATCH v3 3/7] Clean up opaque-type-resolution help
` [PATCH v3 4/7] Remove the "title" from the remote packet help
` [PATCH v3 5/7] Shorten internal problem help text
` [PATCH v3 6/7] Wrap help options when building help string
` [PATCH v3 7/7] Ensure that help text fits in 80 columns
[PATCH v2] gdb/testsuite: fix gdb.reverse/i386-avx-reverse.exp with clang
2024-11-01 16:30 UTC (3+ messages)
[PATCH v2 0/7] Require help text to fit in 80 columns
2024-11-01 16:20 UTC (7+ messages)
` [PATCH v2 2/7] Wrap help strings at "
` [PATCH v2 5/7] Shorten internal problem help text
Fixed history in gdb
2024-11-01 14:36 UTC (3+ messages)
[PATCH] Prevent use-after-free of bfd filename in gdb_bfd_close_or_warn
2024-11-01 14:31 UTC (4+ messages)
[PATCH v2] [gdb/tdep] Use std::array in amd64-windows-tdep.c
2024-11-01 14:29 UTC (3+ messages)
RFC: Deprecate the ARM simulator
2024-11-01 9:45 UTC (14+ messages)
[PATCH] gdb: unix: allow to use custom baud rate
2024-10-31 21:39 UTC (7+ messages)
` Why are we still missing BOTHER from termios? (was: Re: [PATCH] gdb: unix: allow to use custom baud rate)
` Why are we still missing BOTHER from termios?
[PATCH] gdb: jit - fix crash on missing text sect
2024-10-31 19:03 UTC (2+ messages)
[PATCH] gdb/testsuite: fix gdb.reverse/i386-avx-reverse.exp with clang
2024-10-31 18:12 UTC (3+ messages)
[PATCH] User space threads (aka 'green threads') support for `linux-thread-db`
2024-10-31 14:13 UTC (4+ messages)
` [PATCH v3] "
[PATCHv4 0/3] Returning osabi from gdbserer in more cases
2024-10-31 9:43 UTC (9+ messages)
` [PATCHv5 "
` [PATCHv5 1/3] gdb/features: set osabi in all Linux related features/*.xml files
` [PATCHv5 2/3] gdb/regformats: add osabi information to generated .dat files
` [PATCHv5 3/3] gdbserver: pass osabi to GDB in more target descriptions
[PATCH v4 0/4] Make linux checkpoints work with multiple inferiors
2024-10-31 3:04 UTC (4+ messages)
` [PATCH v4 1/4] "
[PATCH v4] gdb: Update SECURITY.txt to mention extension scripts and internal errors
2024-10-30 17:28 UTC (3+ messages)
[PATCH v5 0/2] gdbserver: add thread map
2024-10-30 14:12 UTC (5+ messages)
` [PATCH v5 1/2] gdbserver: change 'all_processes' and 'all_threads' list type
[PATCH 1/3] [gdb/symtab] Fix parent map when handling .debug_info and .debug_types
2024-10-29 16:57 UTC (3+ messages)
` [PATCH 2/3] [gdb/testsuite] Add gdb.dwarf2/dw2-tu-dwarf-4-5.exp
` [PATCH 3/3] [gdb/symtab] Fix parent map dump
[PATCH v4] Fix signal unsafe call inside a signal
2024-10-29 15:05 UTC (3+ messages)
[PATCH 0/5] Better executable auto-loading when opening a core file
2024-10-29 14:08 UTC (13+ messages)
` [PATCHv2 "
` [PATCHv2 1/5] gdb: add gdbarch method to get execution context from "
` [PATCHv2 2/5] gdb: parse and set the inferior environment from core files
` [PATCHv2 3/5] gdb/testsuite: make some of the core file / build-id tests harder
` [PATCHv2 4/5] gdb: improve GDB's ability to auto-load the exec for a core file
` [PATCHv2 5/5] gdb/freebsd: port core file context parsing to FreeBSD
` [PATCHv3 0/5] Better executable auto-loading when opening a core file
` [PATCHv3 1/5] gdb: add gdbarch method to get execution context from "
` [PATCHv3 2/5] gdb: parse and set the inferior environment from core files
` [PATCHv3 3/5] gdb/testsuite: make some of the core file / build-id tests harder
` [PATCHv3 4/5] gdb: improve GDB's ability to auto-load the exec for a core file
` [PATCHv3 5/5] gdb/freebsd: port core file context parsing to FreeBSD
[PATCH] Fix size of register buffer
2024-10-29 11:55 UTC (4+ messages)
[PATCH] [gdb/testsuite] Add read1 and readmore to make-check-all.sh
2024-10-29 10:50 UTC (2+ messages)
[PATCH] [gdb/symtab] Handle multiple .debug_info sections
2024-10-29 9:54 UTC (5+ messages)
[PATCH 1/5] [gdb/testsuite] Fix some test-cases for check-read1 (gdb_test_lines)
2024-10-29 9:51 UTC (6+ messages)
` [PATCH 3/5] [gdb/testsuite] Fix some test-cases for check-read1 (-lbl)
[PATCH] Don't copy memory for arguments if there are none
2024-10-28 20:02 UTC (3+ messages)
page: next (older)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox