Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH] gdb: test for misplaced symtab causing file not found error
 2025-11-20 16:21 UTC 

[PATCH] Do not apply properties to arch-allocated types
 2025-11-20 16:14 UTC  (2+ messages)

[PATCH] Fix dwarf2 "assertion failed" on bra without skip dwarf expression op
 2025-11-20 16:06 UTC  (3+ messages)

[PING v4][PATCH v13 0/2] gdb: mips: Add MIPSR6 support
 2025-11-20 16:03 UTC  (2+ messages)

[PATCH 0/3] [gdb/testsuite] Fix whitespace issues
 2025-11-20 15:57 UTC  (5+ messages)
` [PATCH 1/3] [gdb/testsuite] Rewrite strings in gdb.ada/unchecked_union.exp
` [PATCH 3/3] [gdb/contrib] Check clean files in check-whitespace-pre-commit.sh

[PATCH 00/11] reimplement readnow_functions
 2025-11-20 15:44 UTC  (26+ messages)
` [PATCH 01/11] gdb: reimplement readnow_functions::search
` [PATCH 02/11] gdb: implement readnow_functions::has_symbols
` [PATCH 03/11] gdb: implement readnow_functions::has_unexpanded_symtabs
` [PATCH 04/11] gdb: implement readnow_functions::find_last_source_symtab
` [PATCH 05/11] gdb: implement readnow_functions::forget_cached_source_info
` [PATCH 06/11] gdb: implement readnow_functions::lookup_global_symbol_language
` [PATCH 07/11] gdb: implement readnow_functions::print_stats
` [PATCH 08/11] gdb: implement readnow_functions::expand_all_symtabs
` [PATCH 09/11] gdb: implement readnow_functions::find_pc_sect_compunit_symtab
` [PATCH 10/11] gdb: implement readnow_functions::map_symbol_filenames
` [PATCH 11/11] gdb: make readnow_functions to inherit from quick_symbol_functions

[PATCH] [gdb/corefiles] Fix segfault in add_thread_silent
 2025-11-20 15:18 UTC  (5+ messages)

[PATCH] gdb/cli: fix use-after-free in set_logging with temporary streams
 2025-11-20 14:53 UTC 

[RFC 0/3] [gdb/contrib] Reduce false positives in check-gnu-style pre-commit check
 2025-11-20  9:47 UTC  (2+ messages)

[PATCH] [gdb/contrib] Add codespell:ignore-begin/ignore-end (disabled)
 2025-11-20  9:16 UTC  (2+ messages)

[PATCH] Remove section_offsets typedef
 2025-11-19 22:42 UTC  (3+ messages)

[PATCH] Remove a call to blockvector::map
 2025-11-19 21:45 UTC 

[RFC PATCH] gdb/py: Add pretty printer for __mfp8 for aarch64
 2025-11-19 21:28 UTC  (7+ messages)

[PATCH 0/6] Type unit + split DWARF fixes (PR 33307)
 2025-11-19 21:03 UTC  (26+ messages)
` [PATCH 1/6] gdb/testsuite/dwarf: use single abbrev table in .dwo files
` [PATCH 2/6] gdb/testsuite/dwarf: convert _section proc to use parse_options
` [PATCH 3/6] gdb/testsuite/dwarf: emit type unit sections as COMDAT
` [PATCH 4/6] gdb/dwarf: when in dwarf2_cu, read addr_size from dwarf2_cu::header
` [PATCH 5/6] gdb/dwarf: store addr/offset/ref_addr sizes in dwarf2_per_cu
` [PATCH 6/6] gdb/dwarf: use dwarf2_per_cu::ref_addr_size in one spot

[pushed] Return bool from block_starting_point_at
 2025-11-19 20:32 UTC 

[PATCH 0/3] Fix some issues with casting to dynamic types
 2025-11-19 19:42 UTC  (8+ messages)
` [PATCH 1/3] gdb/dwarf: use offset in dwarf_expr_context::read_mem
` [PATCH 2/3] gdb: force lval_memory for value components with dynamic data location
` [PATCH 3/3] gdb: resolve dynamic type in one value_cast case

[PATCH v4] gdb/dap: add option commandEscapePrefix
 2025-11-19 18:54 UTC  (6+ messages)

[PATCH] Make blockvector a little more self-contained
 2025-11-19 17:42 UTC  (3+ messages)

[PATCH] gdb: Make printing enum types prettier
 2025-11-19 16:01 UTC  (2+ messages)

[PATCH] gdb: use current executable for 'remote exec-file' in some cases
 2025-11-19 10:32 UTC  (6+ messages)
` [PATCH 0/2] Auto setting of 'remote exec-file'
  ` [PATCH 1/2] gdb/remote: replace use of std::pair with an actual struct
  ` [PATCH 2/2] gdb: use current executable for 'remote exec-file' in some cases

[PATCH 0/2] Fix regression in 'list' command
 2025-11-19 10:32 UTC  (8+ messages)
` [PATCH 1/2] gdb: fix 'list' for multiple source file results
` [PATCH 2/2] gdb: display a symbol more often in multi-file list output
` [PATCHv2 0/2] Fix regression in 'list' command
  ` [PATCHv2 1/2] gdb: fix 'list' for multiple source file results
  ` [PATCHv2 2/2] gdb: display a symbol more often in multi-file list output

[PATCH] gdb: add more styling to cli/cli-cmds.c
 2025-11-19 10:26 UTC  (3+ messages)

[pushed] gdb/mips: fix lwp_info ptr -> ref
 2025-11-18 23:17 UTC  (2+ messages)

Proposal for Temporary GDB Change to Improve .NET NativeAOT Debugging on ARM32
 2025-11-18 18:47 UTC  (2+ messages)

[PATCH] [gdb/build] Handle gdbsupport and gdbserver in gdb.pot
 2025-11-18 18:38 UTC  (2+ messages)

Fixing gdb crash issue when loading an elf file compiled with rust 1.87.0
 2025-11-18 17:14 UTC  (6+ messages)
` [PATCH] read_file_scope - avoid eventual crash when the file or directory name is null

aix: status of xcoffread.c
 2025-11-18 16:57 UTC  (5+ messages)

[PATCH v3 0/4] update is_addr_in_objfile to support "dynamic" objfiles
 2025-11-18 16:54 UTC  (2+ messages)
` [PING] "

[PATCH] Add support for new Ada task state
 2025-11-18 15:58 UTC 

[PATCH] [gdb/testsuite] Fix gdb.rust/methods.exp on i686-linux
 2025-11-18 11:56 UTC  (5+ messages)

[PATCH 0/3] [gdb] Fixes related to gettext macro
 2025-11-18 11:52 UTC  (9+ messages)
` [PATCH 1/3] [gdb/cli] Add missing _() for dump commands
` [PATCH 2/3] [gdb] Fix '_ ("foo")'
` [PATCH 3/3] [gdb/i18n] Use c++ in po/gdbtext

[RFC] [gdb/symtab] Bail out for fpc < 3.2.4 and DWARF v4
 2025-11-18 11:33 UTC  (7+ messages)

[PATCH] [gdb/symtab] Bail out for too short line header
 2025-11-18 10:28 UTC 

[PATCH 0/7] Objective-C fixes
 2025-11-18  1:12 UTC  (11+ messages)
` [PATCH 1/7] Reformat gdb.objc tests
` [PATCH 2/7] Make the gdb.objc tests compile
` [PATCH 3/7] Minor fixes to make gdb.objc tests pass
` [PATCH 4/7] Rename lookup_struct_typedef
` [PATCH 5/7] Remove a couple Objective-C expression helpers
` [PATCH 6/7] Avoid crash with "NSString" literals
` [PATCH 7/7] Rewrite the @selector code

[PATCH] gdb: propagate use of target_desc unique pointers
 2025-11-17 21:48 UTC 

[pushed] gdb: revert std -> gdb unordered_map change in x86-nat.c
 2025-11-17 21:41 UTC 

[PATCH] gdb/ser-unix: work around conflicting types for tcflag_t
 2025-11-17 21:25 UTC 

[PATCH 0/9] Add new command to print the shadow stack backtrace
 2025-11-17 20:14 UTC  (14+ messages)
` [PATCH 1/9] gdb: Generalize handling of the shadow stack pointer
` [PATCH 6/9] gdb: Implement 'bt shadow' to print the shadow stack backtrace
` [PATCH 7/9] gdb: Provide gdbarch hook to distinguish shadow stack backtrace elements

[PATCH] gdb: fix casting minsym to type with a DW_AT_data_location sub-field
 2025-11-17 19:37 UTC  (2+ messages)

[pushed] gdb/netbsd: fix fallout of thread_info ptr to ref change
 2025-11-17 17:59 UTC 

[PATCH] gdb: use gdb::unordered_{set,map} at a few places
 2025-11-17 16:31 UTC  (12+ messages)
` [PATCH v2] "

[PATCH 0/5] [gdb] Fixes in producer.[ch]
 2025-11-17 16:18 UTC  (11+ messages)
` [PATCH 1/5] [gdb] Return bool in producer_is_gcc
` [PATCH 2/5] [gdb] Fix producer_is_gas comment
` [PATCH 3/5] [gdb] Use nullptr instead of NULL in producer.[ch]
` [PATCH 4/5] [gdb] Rewrite producer_is_gcc and producer_is_clang
` [PATCH 5/5] [gdb] Rewrite strings in producer_parsing_tests
` [PP?] [PATCH 0/5] [gdb] Fixes in producer.[ch]

[PATCH] Mark Pascal as case-insensitive
 2025-11-17 15:03 UTC  (7+ messages)

[pushed] gdb: change search_symtab helper to be a method
 2025-11-17 10:32 UTC  (3+ messages)
` [pushed] gdb: change find_compunit_symtab_by_address to find_symbol_by_address
` [pushed] gdb: simplify find_symbol_at_address

[pushed master+17] gdb: build solib-svr4-linux.o when building for targets xtensa*-*-*linux*
 2025-11-17  5:35 UTC 

[PATCH] [corefiles] Sort info proc mappings table
 2025-11-16  9:02 UTC 

[PATCH] Do not crash on recursive pointer types
 2025-11-15 21:27 UTC  (2+ messages)

GDB 17.1 release update -- 2025-11-15
 2025-11-15 19:44 UTC 

[PATCH 0/4] Fix a crash with Objective-C
 2025-11-14 20:54 UTC  (5+ messages)
` [PATCH 1/4] Fix crash from eval_op_objc_msgcall
` [PATCH 2/4] Use a vector in objc_msgcall_operation::evaluate
` [PATCH 3/4] Rename some locals "
` [PATCH 4/4] Merge eval_op_objc_msgcall into objc_msgcall_operation::evaluate

[PATCH 1/2] gdb: remove tic6x .dat files
 2025-11-14 20:01 UTC  (5+ messages)
` [PATCH 2/2] gdbserver: adjust init_target_desc call in tic6x_read_description

[PATCH] gdb: add microblaze-linux.xml to XMLTOC, regenerate microblaze-linux.c
 2025-11-14 19:53 UTC  (3+ messages)

[PATCH] gdb, gdbsupport: use DISABLE_COPY_AND_ASSIGN in a few spots
 2025-11-14 19:51 UTC  (3+ messages)

[PATCH v3 1/3] gdbserver, read_ptid: handle '0' and '-1' thread ids
 2025-11-14 19:40 UTC  (4+ messages)
` [PATCH v3 3/3] gdb, gdbserver: fix read/write_ptid types

[PATCH 0/2] Fix DAP bug involving multiple breakpoints
 2025-11-14 19:23 UTC  (2+ messages)

[PATCH] Reject negative children in DAP
 2025-11-14 19:22 UTC  (2+ 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