Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH 0/2] Filename completion fixes
 2024-11-05 12:17 UTC  (4+ messages)
` [PATCHv2 "

[PATCH 1/3] [gdbsupport] Add gdb::{waitpid,read,write,close}
 2024-11-05 12:07 UTC  (3+ messages)

[PATCH] gdb/dwarf2/read.c: Handle empty CU name
 2024-11-05 11:36 UTC 

[PATCHv2] gdb: fix handling of DW_AT_entry_pc of inlined subroutines
 2024-11-05 11:25 UTC  (16+ messages)
` [PATCHv3] "
  ` [PATCHv4] "
    ` [PATCHv5] "
      ` [PATCHv6] "

[PATCH 0/2] some amendments to rejecting inserting breakpoints between functions
 2024-11-05 11:12 UTC  (2+ messages)
` [PING][PATCH "

[PATCH] gdb: avoid conversion of SIGSEGV to SIGTRAP on user breakpoints
 2024-11-05 11:09 UTC  (5+ messages)
    ` [PING][PATCH] "
      ` [PING V2][PATCH] "

[PATCH v2 1/5] [gdbsupport] Add gdb_{waitpid,read,write,close}
 2024-11-05  9:58 UTC  (5+ messages)
` [PATCH v2 2/5] [gdb] Use gdb_waitpid more often
` [PATCH v2 3/5] [gdb] Add gdb_wait
` [PATCH v2 4/5] [gdb] Handle EINTR in ser-event.c
` [PATCH v2 5/5] [gdbsupport] Handle EINTR in event-pipe.cc

[PATCH 1/1] gdb, linespec: filename-qualified explicit line BP missed
 2024-11-05  9:55 UTC 

[PATCH 1/1] gdb: remember previously selected thread per inferior
 2024-11-05  9:32 UTC 

[PATCH 0/6] Add gdbarch-checking script
 2024-11-04 21:14 UTC  (7+ messages)
` [PATCH 1/6] Add check-gdbarch.py
` [PATCH 2/6] Use 'invalid' rather than 'predicate' in some gdbarch functions
` [PATCH 3/6] Remove solib_symbols_extension gdbarch hook
` [PATCH 4/6] Remove skip_permanent_breakpoint "
` [PATCH 5/6] Remove the print_vector_info "
` [PATCH 6/6] Remove the auto_charset "

[PATCH v5 00/25] Add a C++ hash table to gdbsupport
 2024-11-04 18:27 UTC  (26+ messages)
` [PATCH v5 01/25] gdb: rename abbrev_cache to abbrev_table_cache
` [PATCH v5 02/25] gdb: constification around abbrev_table_cache and abbrev_table
` [PATCH v5 03/25] gdb: make `cooked_index_storage::get_abbrev_table_cache` return a reference
` [PATCH v5 04/25] gdbsupport: add unordered_dense.h 4.4.0
` [PATCH v5 05/25] Convert compile-c-symbols.c to new hash table
` [PATCH v5 06/25] Convert filename-seen-cache.h "
` [PATCH v5 07/25] Convert linespec.c "
` [PATCH v5 08/25] Convert target-descriptions.c "
` [PATCH v5 09/25] Convert dwarf2/macro.c "
` [PATCH v5 10/25] Convert breakpoint.c "
` [PATCH v5 11/25] Convert py-framefilter.c "
` [PATCH v5 12/25] Convert disasm.c "
` [PATCH v5 13/25] Convert compile/compile.c "
` [PATCH v5 14/25] Convert type copying "
` [PATCH v5 15/25] Convert static links "
` [PATCH v5 16/25] Convert gnu-v3-abi.c "
` [PATCH v5 17/25] Convert abbrev cache "
` [PATCH v5 18/25] Convert abbrevs "
` [PATCH v5 19/25] Convert typedef hash "
` [PATCH v5 20/25] Convert all_bfds "
` [PATCH v5 21/25] Convert more DWARF code "
` [PATCH v5 22/25] Convert gdb_bfd.c "
` [PATCH v5 23/25] Convert dwarf_cu::die_hash "
` [PATCH v5 24/25] Convert dwarf2_cu::call_site_htab "
` [PATCH v5 25/25] Convert dwarf2_per_objfile::die_type_hash "

[pushed 1/2] gdb: cleanup includes in gdbtypes.h
 2024-11-04 18:24 UTC  (2+ messages)
` [pushed 2/2] gdb: cleanup includes in *-typeprint.[ch]

[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  (7+ messages)
` [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

[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] 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  (12+ 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] Fix size of register buffer
 2024-10-29 11:55 UTC  (4+ messages)

page: 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox