Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH 1/2] gdb/progspace: link objfiles using owning_intrusive_list
 2024-11-07 18:51 UTC  (2+ messages)
` [PATCH 2/2] gdb/progspace: make program_space::objfiles_list private

[PATCH 00/11] Small gdbserver cleanups
 2024-11-07 18:26 UTC  (12+ messages)
` [PATCH 01/11] gdbserver: remove for_each_thread(pid, func)
` [PATCH 02/11] gdbserver: add thread -> process backlink
` [PATCH 03/11] gdbserver: make add_thread a method of process_info
` [PATCH 04/11] gdbserver: make remove_thread "
` [PATCH 05/11] gdbserver: remove get_thread_process
` [PATCH 06/11] gdbserver: remove current_ptid macro
` [PATCH 07/11] gdbserver: remove current_thread_ptid
` [PATCH 08/11] gdbserver: remove ptid_of(thread)
` [PATCH 09/11] gdbserver: remove lwpid_of(thread)
` [PATCH 10/11] gdbserver: remove pid_of(thread)
` [PATCH 11/11] gdbserver: remove pidof(process)

[PATCH 1/2] gdb/breakpoint.c: Fix style issues in get_sal_arch
 2024-11-07 18:24 UTC  (6+ messages)
` [PATCH 2/2] gdb: Fix setting breakpoint by address in heterogeneous systems

[PATCH] Add setting to control frame language mismatch warning
 2024-11-07 17:48 UTC  (3+ messages)

[PATCH v4 0/4] Add include guard checker and reformatter
 2024-11-07 16:30 UTC  (7+ messages)

[PATCH 1/7] [gdb/tdep] Use raw_supply_zeroed for SPARC g0 reg
 2024-11-07 16:15 UTC  (10+ 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 v5 0/4] Add include guard checker and reformatter
 2024-11-07 16:07 UTC  (5+ messages)
` [PATCH v5 1/4] Fix some minor header file irregularities
` [PATCH v5 2/4] Add an include-checking script
` [PATCH v5 3/4] Add check-include-guards.py to pre-commit
` [PATCH v5 4/4] Run check-include-guards.py

[PATCH] gdb/testsuite: force TERM setting for some filename completion tests
 2024-11-07 15:54 UTC  (3+ messages)
` [PATCHv2] "

[PATCH] Fix 'edit' command to go to right line
 2024-11-07 15:03 UTC  (6+ messages)
  `  "
  ` [PATCHv2] gdb: fixes and tests for the 'edit' command

[PATCH 1/3] [gdb/contrib] Add spellcheck.sh --check
 2024-11-07 14:57 UTC  (7+ messages)
` [PATCH 2/3] [gdb/contrib] Speed up "
` [PATCH 3/3] [gdb] Add spell check pre-commit hook
  ` [PING][PATCH "

[PATCH 1/1] gdb: LoongArch: Remove use of gdbarch_remove_non_address_bits hook
 2024-11-07 14:34 UTC  (2+ messages)

[PATCH v6 0/2] gdbserver: add thread map
 2024-11-07 13:22 UTC  (6+ messages)
` [PATCH v6 1/2] gdbserver: change 'all_processes' and 'all_threads' list type
` [PATCH v6 2/2] gdbserver: add process specific thread list and map
    ` [PUSHED] "

[PATCH v7 0/5] Modernize frame unwinders and add disable feature
 2024-11-07 12:55 UTC  (6+ messages)
` [PATCH v7 1/5] gdb: make gdbarch store a vector of frame unwinders
` [PATCH v7 2/5] gdb: add "unwinder class" to "
` [PATCH v7 3/5] gdb: Migrate frame unwinders to use C++ classes
` [PATCH v7 4/5] gdb: introduce ability to disable frame unwinders
` [PATCH v7 5/5] gdb/testsuite: Test for a backtrace through object without debuginfo

[PATCH] gdb: avoid conversion of SIGSEGV to SIGTRAP on user breakpoints
 2024-11-07  7:45 UTC  (9+ messages)
    ` [PING][PATCH] "
      ` [PING V2][PATCH] "

[PATCH v4 00/11] GDB-internal TLS support for Linux targets
 2024-11-07  5:38 UTC  (13+ messages)
` [PATCH v4 01/11] Don't attempt to find TLS address when target has no registers
` [PATCH v4 02/11] Allow TLS access to work in gdb.server/no-thread-db.exp
` [PATCH v4 03/11] Track and fetch TLS module ids for MUSL and GLIBC
` [PATCH v4 04/11] Implement internal TLS address lookup for Linux targets
` [PATCH v4 05/11] Internal TLS support for aarch64, x86_64, riscv, ppc64, and s390x
` [PATCH v4 06/11] Internal, but disabled, TLS support for i386
` [PATCH v4 07/11] Delete disabled i386 internal TLS support
` [PATCH v4 08/11] New test - gdb.base/tls-nothreads.exp
` [PATCH v4 09/11] New test - gdb.base/tls-multiobj.exp
` [PATCH v4 10/11] New test - gdb.base/tls-dlobj.exp
` [PATCH v4 11/11] Add TLS NEWS entry and document 'set force-internal-tls-address-lookup' command

[PATCH] Add dw2-aranges.exp
 2024-11-06 18:58 UTC  (3+ messages)

[PATCH] Add dw2-aranges.exp
 2024-11-06 16:31 UTC 

[PATCH 1/1] gdb: remove exact_match parameter from find_line_symtab
 2024-11-06 10:18 UTC  (3+ messages)
  ` [PUSHED] "

[PATCH v4 00/22] Add a C++ hash table to gdbsupport
 2024-11-06  1:12 UTC  (4+ messages)
` [PATCH v4 11/22] Convert type copying to new hash table

[PATCH v2] gdb: fix crash when GDB can't read an objfile
 2024-11-05 20:26 UTC 

[PATCHv4] gdb: fix handling of DW_AT_entry_pc of inlined subroutines
 2024-11-05 19:57 UTC  (8+ messages)
` [PATCHv5] "
  ` [PATCHv6] "

[PATCH 0/2] A couple of trivial cleanups in breakpoint code
 2024-11-05 16:54 UTC  (5+ messages)
` [PATCH 1/2] gdb: remove bp_location::objfile
` [PATCH 2/2] gdb: remove an unnecessary scope block in update_breakpoint_locations

[PATCH 0/1] crashes with interpreter-exec
 2024-11-05 16:39 UTC  (2+ messages)
` [PATCH 1/1] gdb, mi: GDB crash with multiple "thread apply interpreter-exec mi"

[PATCH v6 0/2] Add amd64 LAM watchpoint support
 2024-11-05 15:36 UTC  (10+ messages)
` [PATCH v6 1/2] gdb: Make tagged pointer support configurable

[PATCH] gdb: do better at retaining shlib_disabled breakpoint locations
 2024-11-05 14:52 UTC  (3+ messages)
` [PATCHv2] "

[PATCH] gdb/dwarf2/read.c: Handle empty CU name
 2024-11-05 14:26 UTC  (3+ messages)

[PATCH] [gdb/testsuite] Fix gdb.base/bg-exec-sigint-bp-cond.exp for signal merging
 2024-11-05 13:25 UTC 

[PATCH 1/2] [gdb] Add gdb_select variant for looping
 2024-11-05 13:20 UTC  (4+ messages)
` [PATCH 2/2] [gdb/build] Workaround tsan select bug

[PATCHv2 0/4] Python API to find missing objfiles
 2024-11-05 13:15 UTC  (6+ messages)
` [PATCHv3 "
  ` [PATCHv3 1/4] gdb: use mapped file information to improve debuginfod text
  ` [PATCHv3 2/4] gdb: rename ext_lang_missing_debuginfo_result
  ` [PATCHv3 3/4] gdb: add extension hook ext_lang_find_objfile_from_buildid
  ` [PATCHv3 4/4] gdb/python: implement Python find_exec_by_build_id hook

[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 0/2] some amendments to rejecting inserting breakpoints between functions
 2024-11-05 11:12 UTC  (2+ messages)
` [PING][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  (5+ messages)
` [PATCHv2 0/2] Fix "
  ` [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  (5+ messages)

[PATCH 00/16] Inferior argument (inc for remote targets) changes
 2024-11-04 16:52 UTC  (17+ messages)
` [PATCHv2 00/14] "
  ` [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 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

page:  |  | latest

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