[PATCH] gdb: Change init order so pretty printers are set in new_objfile event
2021-03-23 18:55 UTC (5+ messages)
` [PATCH v2] "
` [PING] "
[PATCH 0/4] Add support for command renaming
2021-03-23 18:45 UTC (11+ messages)
` [PATCH v2 0/5] "
` [PATCH v2 2/5] gdb: prevent prefix commands from being hooks
` [PATCH v2 4/5] gdb: generate the prefix name for prefix commands on demand
` [PATCH v2 5/5] gdb: Add support for renaming commands
[PATCH 1/2] gdb: move all "current target" wrapper implementations to target.c
2021-03-23 18:41 UTC (2+ messages)
` [PATCH 2/2] gdb: remove current_top_target function
[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
[PATCH] MI: PR20684, preserve user selected thread and frame when invoking MI commands
2021-03-23 13:31 UTC (6+ messages)
` [PING] "
[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] Add startswith function and use it instead of CONST_STRNEQ
2021-03-23 4:49 UTC (11+ messages)
[PATCH v6 00/25] Memory Tagging Support + AArch64 Linux implementation
2021-03-22 17:52 UTC (31+ 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
[PATCH] gdb/fortran: handle dynamic types within arrays and structures
2021-03-22 17:44 UTC
[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] Add directory containing executable to relative search paths for .dwo files
2021-03-21 2:33 UTC (5+ messages)
` [PATCH, v2] "
[PATCH v4 0/2] Reduce back and forth with target when there are pending statuses
2021-03-21 0:02 UTC (3+ 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,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 0/3] Fix gdbserver + "maint set target-non-stop" problems
2021-03-19 19:37 UTC (10+ 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 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 (6+ messages)
` [PATCH 1/2] Remove Irix 6 workaround from DWARF abbrev reader
[PATCH] gdb/fortran: handle dynamic types within arrays and structures
2021-03-17 22:58 UTC
[PATCH 1/3] src-release: fix indentation
2021-03-17 14:22 UTC (9+ messages)
` [PATCH] sim: switch to autogenerated ChangeLog files
[PATCH] gdb: remove unneeded argument in check_multi_target_resumption
2021-03-17 13:06 UTC (2+ messages)
[PATCH v4 0/3] Reduce back and forth with target when threads have pending statuses
2021-03-17 12:52 UTC (4+ messages)
` [PATCH v4 1/3] gdb/testsuite: add test for run/attach while program is running
[PATCH 0/5] Remove duplicate test names from gdb.cp/*.exp
2021-03-17 11:24 UTC (6+ messages)
` [PATCH 1/5] gdb/testsuite: remove duplicate test names for gdb.cp/nsusing.exp
` [PATCH 2/5] gdb/testsuite: remove duplicate test names from gdb.cp/gdb2384.exp
` [PATCH 3/5] gdb/testsuite: remove duplicate test from gdb.cp/maint.exp
` [PATCH 4/5] gdb/testsuite: resolve duplicate test name in gdb.cp/cplusfuncs.exp
` [PATCH 5/5] gdb/testsuite: resolve remaining duplicate test names in gdb.cp/*.exp
[PATCH, rs6000][PR gdb/27525] displaced stepping across addpcis/lnia
2021-03-16 22:31 UTC
[PATCH] gdb-power10-single-step
2021-03-16 21:48 UTC (3+ messages)
[PATCH 0/3] Querying registers of already-exited processes
2021-03-16 18:19 UTC (2+ messages)
[PATCH] gdb/dwarf2: fix "info locals" for clang-compiled inlined functions
2021-03-16 18:18 UTC (2+ messages)
[PATCH] Fix cygwin build error
2021-03-16 15:50 UTC (3+ messages)
[PATCH] target_is_non_stop_p and sync targets
2021-03-16 14:29 UTC (2+ messages)
Need help with understanding truncated and corrupted backtraces
2021-03-16 13:24 UTC
[PATCH 0/4] gdb, btrace: infrun fixes
2021-03-16 9:35 UTC (5+ messages)
` [PATCH 1/4] gdb, infrun, btrace: fix reverse/replay stepping at end of execution history
` [PATCH 2/4] gdb, infrun, record: fix hang when step-over fails with no-history
` [PATCH 3/4] gdb, infrun, record: move no-history notification into normal_stop
` [PATCH 4/4] gdb, infrun: fix multi-threaded reverse stepping
[PATCH] gdb, testsuite, btrace: relax unneeded stepi expected output
2021-03-16 9:26 UTC
GDB 10.2 Release: Proposing Mar 13-14 for official GDB 10.2 release
2021-03-16 3:45 UTC (5+ messages)
[PATCH gdb-10-branch candidate] gdb/dwarf: disable per-BFD resource sharing
2021-03-15 20:03 UTC
[PATCH] gdb/testsuite: squash duplicate test names in gdb.threads/*.exp
2021-03-15 19:38 UTC (2+ messages)
[PATCH] gdb/python: fix FrameDecorator regression on Python 2
2021-03-15 19:38 UTC (2+ messages)
[pushed] Fix GDB build with GCC 4.8.2
2021-03-15 17:32 UTC
[pushed] gdb: remove spurious colon in create_debug_type_hash_table debug print
2021-03-15 17:27 UTC
[pushed] gdb: remove dw2_get_file_names_reader's info_ptr parameter
2021-03-15 17:23 UTC
[PATCH] gdb: add logging to dwarf2_initialize_objfile
2021-03-15 17:21 UTC
[pushed] Fix unary + in Ada
2021-03-15 14:31 UTC
[PATCH 0/5] Fix Ada expression regressions
2021-03-15 12:38 UTC (2+ messages)
[PATCH] gdb/fortran: Fix quad floating-point type for Intel compilers
2021-03-15 10:06 UTC (3+ messages)
[pushed] Use cu_header consistently in read_attribute_value
2021-03-14 18:03 UTC
[PATCH 0/2] Two trivial DWARF reader changes
2021-03-14 17:53 UTC (3+ messages)
` [pushed 1/2] Set dwarf2_per_cu_data::m_header_read_in
` [pushed 2/2] Minor tweak to use die_reader_specs::abfd
[PATCH 1/3] sim: unify toolchain settings
2021-03-14 2:09 UTC (5+ messages)
` [PATCH v2 "
` [PATCH v2 2/3] sim: igen: merge build into top level
` [PATCH v2 3/3] sim: add preliminary support for --enable-targets
` [PATCH] sim: testsuite: integrate common tests into build
GDB 10.2 Release: 2021-03-13 update (10.2 release delayed)
2021-03-13 12:58 UTC (2+ messages)
[PATCH] Use RAII to set the per-thread SIGSEGV handler
2021-03-12 17:30 UTC (4+ messages)
` [PATCH v2] "
[RFC] TUI windows for locals/display/threads/frames/memory
2021-03-12 17:02 UTC (7+ messages)
` [PATCH 01/22] Initial TUI mouse support
[PATCH] gdb: use make_scoped_restore to restore gdbpy_current_objfile
2021-03-12 14:19 UTC (2+ 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