[PATCH] gdb/py: fix gdb.parameter('data-directory')
2021-03-26 17:47 UTC
[PATCH] gdb-add-index.sh: Remove use of non posix 'local'
2021-03-26 17:14 UTC
[PATCH v2] [PR gdb/27614] gdb-add-index fails on symlinks
2021-03-26 17:11 UTC
[PATCH v4 0/2] Reduce back and forth with target when there are pending statuses
2021-03-26 16:18 UTC (9+ 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
[pushed] Avoid some pointer chasing in DWARF reader
2021-03-26 15:45 UTC
[PATCH] gdb-Fix-macro-info-lookup-for-binaries-containing-DWARFv5
2021-03-26 15:12 UTC
[PATCH 0/5] Remove duplicate test names from gdb.cp/*.exp
2021-03-26 15:03 UTC (2+ messages)
[PATCH] Fix a gdb_caching_proc failure
2021-03-26 14:52 UTC (2+ messages)
[PATCH 0/2] Expression parser fixes for address space qualifiers
2021-03-26 14:26 UTC (3+ messages)
` [PATCH 1/2] gdb: Allow address space qualifier parsing in C++
` [PATCH 2/2] gdb: Fix reduce/reduce conflicts for qualifier_seq_noopt in the C parser
[PATCH] [doc] Fix memory tagging section type
2021-03-26 14:26 UTC (2+ messages)
[PATCH] Add startswith function and use it instead of CONST_STRNEQ
2021-03-26 11:44 UTC (17+ messages)
[PATCH] [compile] Don't pass empty options to GCC
2021-03-26 11:41 UTC (3+ messages)
[PATCH] gdb: Change init order so pretty printers are set in new_objfile event
2021-03-26 8:33 UTC (9+ messages)
` [PATCH v2] "
` [PING] "
` [PATCH v3] gdb: Do autoload before notifying Python side "
Need help with understanding truncated and corrupted backtraces
2021-03-26 7:19 UTC (8+ 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 (9+ messages)
` [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] [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 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 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 (3+ 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)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox