public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
Need help with understanding truncated and corrupted backtraces
 2021-03-26  7:19 UTC  (8+ messages)

[PATCH] Add startswith function and use it instead of CONST_STRNEQ
 2021-03-25 22:31 UTC  (16+ messages)

[PATCH 0/2] Two quick-function simplifications
 2021-03-25 19:49 UTC  (5+ messages)
` [PATCH 1/2] Simplify use of map_matching_symbols in ada-lang.c
` [PATCH 2/2] Use function view in quick_symbol_functions::map_symbol_filenames

[PATCH 0/2] Two minor partial symtab cleanups
 2021-03-25 19:31 UTC  (5+ messages)
` [PATCH 1/2] Allow expand_symtabs_matching to examine imported psymtabs
` [PATCH 2/2] Simplify psymbol_functions::expand_symtabs_matching

[PATCH] gdb/testsuite: more testing of pretty printer 'array' display_hint
 2021-03-25 19:22 UTC  (2+ messages)

[PATCH] MI: PR20684, preserve user selected thread and frame when invoking MI commands
 2021-03-25 18:25 UTC  (7+ messages)
` [PING] "

[PATCH] Add directory containing executable to relative search paths for .dwo files
 2021-03-25 17:46 UTC  (7+ messages)
  ` [PATCH, v2] "

[PATCH 0/3] Fix gdbserver + "maint set target-non-stop" problems
 2021-03-25 17:25 UTC  (12+ messages)
` [PATCH 1/3] Fix any_thread_of_inferior
` [PATCH 2/3] Fix bkpt-other-inferior.exp race
` [PATCH 3/3] Fix problem exposed by gdb.server/stop-reply-no-thread-multi.exp

[PATCH] gdb-power10-single-step
 2021-03-25 17:21 UTC  (3+ messages)

[PATCH 0/9] Simplify quick_symbol_functions
 2021-03-25 17:04 UTC  (10+ messages)
` [PATCH 1/9] Add block_search_flags
` [PATCH 2/9] Let expand_symtabs_matching short-circuit
` [PATCH 3/9] Add search_flags to expand_symtabs_matching
` [PATCH 4/9] Add 'domain' parameter "
` [PATCH 5/9] Remove quick_symbol_functions::lookup_symbol
` [PATCH 6/9] Remove quick_symbol_functions::map_symtabs_matching_filename
` [PATCH 7/9] Remove quick_symbol_functions::expand_symtabs_for_function
` [PATCH 8/9] Remove quick_symbol_functions::expand_symtabs_with_fullname
` [PATCH 9/9] Simplify quick_symbol_functions::map_matching_symbols

[PATCH v4 0/2] Reduce back and forth with target when there are pending statuses
 2021-03-25 16:00 UTC  (5+ messages)
` [PATCH v4 1/2] gdb: generalize commit_resume, avoid commit-resuming when threads have "
` [PATCH v4 2/2] gdb: defer commit resume until all available events are consumed

[PATCH] [PR gdb/27614] gdb-add-index fails on symlinks
 2021-03-25 14:50 UTC  (4+ messages)

[PUSHED] gdb/testsuite: use -wrap with gdb_test_multiple in lib/ada.exp
 2021-03-25 14:38 UTC 

[PATCH v2] gdb/riscv: fix creating breakpoints at invalid addresses
 2021-03-25 11:10 UTC  (2+ messages)

[PATCH 0/2] Value casting changes
 2021-03-25 10:16 UTC  (3+ messages)
` [PATCH 1/2] gdb: move cheap pointer equality check earlier in types_equal
` [PATCH 2/2] gdb: allow casting to rvalue reference in more cases

[PATCH] gdb/riscv: fix creating breakpoints at invalid addresses
 2021-03-25  9:39 UTC  (3+ messages)

[PATCH 1/2] gdb: move all "current target" wrapper implementations to target.c
 2021-03-24 22:11 UTC  (6+ messages)
` [PATCH 2/2] gdb: remove current_top_target function

[PATCH 0/9] C++ Support for Compile
 2021-03-24 20:49 UTC  (6+ messages)
` [PATCH 9/9] C++ compile support

[pushed] Remove 'kind' parameter from dw2_map_matching_symbols
 2021-03-24 20:48 UTC 

[PATCH/ob] Fix TYPE_DECLARED_CLASS thinko
 2021-03-24 20:48 UTC 

[pushed] gdb: make gdbarch_data_registry static
 2021-03-24 19:39 UTC 

[PATCH] gdb/fortran: handle dynamic types within arrays and structures
 2021-03-24 18:56 UTC  (2+ messages)

[PATCH] [compile] Don't pass empty options to GCC
 2021-03-24 18:53 UTC  (2+ messages)

[PATCH v6 00/25] Memory Tagging Support + AArch64 Linux implementation
 2021-03-24 18:18 UTC  (36+ messages)
` [PATCH v6 01/25] New target methods for memory tagging support
` [PATCH v6 02/25] New gdbarch memory tagging hooks
` [PATCH v6 03/25] Add GDB-side remote target support for memory tagging
` [PATCH v6 04/25] Unit testing for GDB-side remote memory tagging handling
` [PATCH v6 05/25] GDBserver remote packet support for memory tagging
` [PATCH v6 06/25] Unit tests for gdbserver memory tagging remote packets
` [PATCH v6 07/25] Documentation for "
` [PATCH v6 08/25] AArch64: Add MTE CPU feature check support
` [PATCH v6 09/25] AArch64: Add target description/feature for MTE registers
` [PATCH v6 10/25] AArch64: Add MTE register set support for GDB and gdbserver
` [PATCH v6 11/25] AArch64: Add MTE ptrace requests
` [PATCH v6 12/25] AArch64: Implement memory tagging target methods for AArch64
` [PATCH v6 13/25] Convert char array to std::string in linux_find_memory_regions_full
` [PATCH v6 14/25] Refactor parsing of /proc/<pid>/smaps
` [PATCH v6 15/25] AArch64: Implement the memory tagging gdbarch hooks
` [PATCH v6 16/25] AArch64: Add unit testing for logical tag set/get operations
` [PATCH v6 17/25] AArch64: Report tag violation error information
` [PATCH v6 18/25] AArch64: Add gdbserver MTE support
` [PATCH v6 19/25] AArch64: Add MTE register set support for core files
` [PATCH v6 20/25] New memory-tag commands
` [PATCH v6 21/25] Documentation for the new mtag commands
` [PATCH v6 22/25] Extend "x" and "print" commands to support memory tagging
` [PATCH v6 23/25] Document new "x" and "print" memory tagging extensions
` [PATCH v6 24/25] Add NEWS entry
` [PATCH v6 25/25] Add memory tagging testcases

[PATCHv2 0/3] Adding startup files to GDB
 2021-03-24 17:17 UTC  (9+ messages)
` [PATCHv3 "
  ` [PATCHv3 2/3] gdb: process early initialization files and command line options
  ` [PATCHv3 3/3] gdb: add "set startup-quietly" command

[PATCH 1/4] gdb: add type::is_declared_class / type::set_is_declared_class
 2021-03-24 14:01 UTC  (4+ messages)
` [PATCH 2/4] gdb: remove TYPE_DECLARED_CLASS
` [PATCH 3/4] gdb: add type::is_flag_enum / type::set_is_flag_enum
` [PATCH 4/4] gdb: remove TYPE_FLAG_ENUM

[PATCH] gdb: Change init order so pretty printers are set in new_objfile event
 2021-03-24 13:51 UTC  (7+ messages)
` [PATCH v2] "
  ` [PING] "

[PATCH v5 00/25] Memory Tagging Support + AArch64 Linux implementation
 2021-03-23 21:46 UTC  (5+ messages)
` [PATCH v5 20/25] New memory-tag commands

[PATCH 0/4] Add support for command renaming
 2021-03-23 18:45 UTC  (4+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 5/5] gdb: Add support for renaming commands

[PATCH] gdb: make gdbpy_parse_command_name return a unique_xmalloc_ptr
 2021-03-23 18:38 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/4] Small Misc psymtabs / objfile cleanups
 2021-03-23 16:08 UTC  (9+ messages)
` [PATCH 1/4] gdb: add intern method to objfile_per_bfd_storage
` [PATCH 2/4] gdb: use std::string in partial_symtab::partial_symtab / allocate_symtab
` [PATCH 3/4] gdb: pass objfile_per_bfd_storage instead of objfile to partial_symtab
` [PATCH 4/4] gdb: remove objfile parameter from get_objfile_bfd_data

[pushed] gdb: remote target_longname
 2021-03-23 16:05 UTC 

[PATCH 1/3] gdb: remove unpush_target free function
 2021-03-23 13:50 UTC  (11+ messages)
` [PATCH 2/3] gdb: remove push_target free functions
` [PATCH 3/3] gdb: remove target_is_pushed free function

[PATCHv7 0/2] Restore thread and frame patches
 2021-03-23 11:43 UTC  (3+ messages)
` [PATCHv8] gdb: Restore previously selected thread when switching inferior

[PATCH] gdb: Handle missing .debug_str section
 2021-03-22 17:43 UTC 

[PATCH 00/26] Allow multiple "partial" symtab readers per objfile
 2021-03-22 14:13 UTC  (5+ messages)
` [PATCH 05/26] Introduce method wrappers for quick_symbol_functions

[PATCH] gdb/objc: make objc_demangle a member function of objc_language
 2021-03-22 11:36 UTC  (4+ messages)

[PATCH] gdbserver: convert the global dll list into a process_info field
 2021-03-22  8:23 UTC  (3+ messages)

GDB 10.2 Release: Proposing Mar 27-28 for official GDB 10.2
 2021-03-22  2:29 UTC  (2+ messages)

[PATCH,V3 0/3] CTF: bug fixes and new features
 2021-03-20  0:44 UTC  (4+ messages)
` [PATCH,V3 1/3] CTF: fix incorrect function return type
  ` [PATCH,V3 2/3] CTF: handle forward reference type
    ` [PATCH,V3 3/3] CTF: multi-CU and archive support

[PATCH] Fix potential hang during gdbserver testing
 2021-03-19 20:38 UTC  (3+ messages)

[PATCH] Reimplement dwarf_unit_type_name
 2021-03-19 20:19 UTC  (3+ messages)

[PATCH 3/3] Fix reverse stepping multiple contiguous PC ranges
 2021-03-19 18:17 UTC  (6+ messages)
` [PING][PATCH] "

[PATCH] gdb/testsuite: use the correct .debug_str section name for DW_FORM_strp
 2021-03-19 18:00 UTC  (2+ messages)

[PATCH] gdb: handle invalid DWARF when compilation unit is missing
 2021-03-19 17:59 UTC  (2+ messages)

[PATCH 0/8] extend branch tracing to use ARM CoreSight traces
 2021-03-19 15:29 UTC  (11+ messages)
` [PATCH 2/8] add btrace coresight related commands
` [PATCH 3/8] start/stop btrace with coresight etm and parse etm buffer. nat independant

[PATCH] [gdb.base] Enable macro test for clang compiler
 2021-03-19  5:43 UTC  (9+ messages)

[PATCH] Add some error checking to DWARF assembler
 2021-03-18 21:15 UTC  (4+ messages)

[PUSHED] gdb/doc: fix the example for get_set_string in Python API docs
 2021-03-18 16:56 UTC 

[PATCH 0/2] Two minor abbrev improvements
 2021-03-18 14:12 UTC  (3+ messages)
` [PATCH 1/2] Remove Irix 6 workaround from DWARF abbrev reader

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).