Another fix for the mcore simulator
2023-11-28 5:46 UTC (3+ messages)
[PATCH v2 1/3] [gdb/tdep] Add syscall number cache
2023-11-27 22:33 UTC (4+ messages)
` [PATCH v2 2/3] [gdb/tdep] Add gdbarch_extended_event_to_syscall
` [PATCH v2 3/3] [gdb/tdep] Use ptrace events to get current syscall
[PATCH 0/7] Changes to gdb-index creation
2023-11-27 22:21 UTC (13+ messages)
` [PATCH 1/7] gdb: allow use of ~ in 'save gdb-index' command
` [PATCH 2/7] gdb: option completion for "
` [PATCH 3/7] gdb/testsuite: small refactor in selftest-support.exp
` [PATCH 4/7] gdb: reduce size of generated gdb-index file
` [PATCH 5/7] gdb: C++-ify mapped_symtab from dwarf2/index-write.c
` [PATCH 6/7] gdb: generate gdb-index identically regardless of work thread count
` [PATCH 7/7] gdb: generate dwarf-5 index identically as worker-thread count changes
[PATCH] i386: Use a fallback XSAVE layout for remote targets
2023-11-27 21:41 UTC (11+ messages)
[RFC] Filter invalid encodings from Linux thread names
2023-11-27 21:01 UTC (3+ messages)
[PATCH 1/3] [gdb/tdep] Add syscall number cache
2023-11-27 20:25 UTC (8+ messages)
` [PATCH 2/3] [gdb/tdep] Add gdbarch_extended_event_to_syscall
` [PATCH 3/3] [gdb/tdep] Use ptrace events to get current syscall
[PATCH v4] gdb: Enable early init of thread pool size
2023-11-27 20:23 UTC (4+ messages)
` [PATCH v4 1/2] gdb: install CLI uiout while processing early init files
` [PATCH v4 2/2] gdb: Enable early init of thread pool size
[PATCH 0/6] Fix error messages from serial code
2023-11-27 20:13 UTC (2+ messages)
[PATCH] [gdb/testsuite] Add boards/cc-with-index-cache.exp
2023-11-27 20:10 UTC (2+ messages)
[PATCH v2 00/24] Fix reading and writing pseudo registers in non-current frames
2023-11-27 16:42 UTC (33+ messages)
` [PATCH v2 01/24] gdb: don't handle i386 k registers as pseudo registers
` [PATCH v2 02/24] gdb: use reg_buffer_common throughout gdbsupport/common-regcache.h
` [PATCH v2 03/24] gdb: make store_integer take an array_view
` [PATCH v2 04/24] gdb: simplify conditions in regcache::{read, write, raw_collect, raw_supply}_part
` [PATCH v2 05/24] gdb: change regcache interface to use array_view
` [PATCH v2 06/24] gdb: fix bugs in {get,put}_frame_register_bytes
` [PATCH v2 07/24] gdb: make put_frame_register take an array_view
` [PATCH v2 08/24] gdb: change value_of_register and value_of_register_lazy to take the next frame
` [PATCH v2 09/24] gdb: remove frame_register
` [PATCH v2 10/24] gdb: make put_frame_register take the next frame
` [PATCH v2 11/24] gdb: make put_frame_register_bytes "
` [PATCH v2 12/24] gdb: make get_frame_register_bytes "
` [PATCH v2 13/24] gdb: add value::allocate_register
` [PATCH v2 14/24] gdb: read pseudo register through frame
` [PATCH v2 15/24] gdb: change parameter name in frame_unwind_register_unsigned declaration
` [PATCH v2 16/24] gdb: rename gdbarch_pseudo_register_write to gdbarch_deprecated_pseudo_register_write
` [PATCH v2 17/24] gdb: add gdbarch_pseudo_register_write that takes a frame
` [PATCH v2 18/24] gdb: migrate i386 and amd64 to the new gdbarch_pseudo_register_write
` [PATCH v2 19/24] gdb: make aarch64_za_offsets_from_regnum return za_offsets
` [PATCH v2 20/24] gdb: add missing raw register read in aarch64_sme_pseudo_register_write
` [PATCH v2 21/24] gdb: migrate aarch64 to new gdbarch_pseudo_register_write
` [PATCH v2 22/24] gdb: migrate arm to gdbarch_pseudo_register_read_value
` [PATCH v2 23/24] gdb: migrate arm to new gdbarch_pseudo_register_write
` [PATCH v2 24/24] gdb/testsuite: add tests for unwinding of pseudo registers
[PATCH] [gdb] Fix assert in delete_breakpoint
2023-11-27 16:29 UTC (10+ messages)
[PATCH] Fix bug in DAP handling of 'pause' requests
2023-11-27 15:54 UTC (2+ messages)
[pushed] gdb: make catch_syscall_enabled return bool
2023-11-27 15:48 UTC
[PATCHv2] gdb/python: handle completion returning a non-sequence
2023-11-27 15:46 UTC (2+ messages)
[PATCH v3 00/18] Index DWARF in the background
2023-11-27 15:31 UTC (21+ messages)
` [PATCH v3 01/18] Don't use objfile::intern in DWO code
` [PATCH v3 02/18] Pre-read DWZ section data
` [PATCH v3 03/18] Add a couple of bfd_cache_close calls
` [PATCH v3 04/18] Add thread-safety to gdb's BFD wrappers
` [PATCH v3 05/18] Refactor complaint thread-safety approach
` [PATCH v3 06/18] Add quick_symbol_functions::compute_main_name
` [PATCH v3 07/18] Add gdb::task_group
` [PATCH v3 08/18] Move cooked_index_storage to cooked-index.h
` [PATCH v3 09/18] Add "maint set dwarf synchronous"
` [PATCH v3 10/18] Change how cooked index waits for threads
` [PATCH v3 11/18] Do more DWARF reading in the background
` [PATCH v3 12/18] Simplify the public DWARF API
` [PATCH v3 13/18] Remove two quick_symbol_functions methods
` [PATCH v3 14/18] Change current_language to be a macro
` [PATCH v3 15/18] Lazy language setting
` [PATCH v3 16/18] Optimize lookup_minimal_symbol_text
` [PATCH v3 17/18] Avoid language-based lookups in startup path
` [PATCH v3 18/18] Back out some parallel_for_each features
[PATCH v2] [gdb/tui] Show regs when switching to regs layout
2023-11-27 12:27 UTC (2+ messages)
[PATCH] [gdb/tui] Show regs when switching to regs layout
2023-11-27 12:16 UTC (3+ messages)
[PATCH 0/6] Add vDefaultInferiorFd feature
2023-11-27 10:01 UTC (2+ messages)
GDB 14.1 release -- 2023-11-27 Update
2023-11-27 4:46 UTC
[PATCH 2/2] [gdb/tui] Show focus window in status line
2023-11-27 3:45 UTC
[PATCH 1/2] [gdb/tui] Use const std::string for string literals in tui-stack.c
2023-11-27 3:39 UTC (2+ messages)
` [PATCH 2/2] [gdb/tui] Show focus window in status line
[PATCH] [gdb/tui] Fix displaying main after resizing
2023-11-25 9:44 UTC (3+ messages)
[FIXED] [PATCH 1/1] rust-parse: Infer some integer constants as u64
2023-11-25 3:41 UTC (2+ messages)
[PATCH] Allow cast of 128-bit integer to pointer
2023-11-25 2:25 UTC
[PATCH 0/2] Make make-check-all.sh more accessible
2023-11-24 16:14 UTC (5+ messages)
` [PATCH 1/2] gdb/testsuite: log 'make check' command in make-check-all.sh
` [PATCH 2/2] gdb/testsuite: add a new check-all-boards target
[pushed] [gdb/testsuite] Two fixes in gdb.python/tui-window-disabled.exp
2023-11-24 14:38 UTC
[PATCH] [gdb/testsuite] Use more %progbits for arm
2023-11-24 14:29 UTC (2+ messages)
[PATCH v3] gdb/testsuite: add test for backtracing for threaded inferiors from a corefile
2023-11-24 12:59 UTC (4+ messages)
` [PING][PATCH "
[PATCH v2] gdbserver: dump 'xx...x' in collect_register_as_string for unavailable register (was: gdbserver: extract code out of regcache's registers_to_string)
2023-11-24 11:21 UTC (3+ messages)
` [PATCH v2] gdbserver: dump 'xx...x' in collect_register_as_string for unavailable register
[PATCH] [gdb/tui] Fix wrapping strings
2023-11-24 6:27 UTC
[PATCH 1/1] rust-parse: Infer some integer constants as u64
2023-11-23 17:32 UTC
[PATCH 00/15] Index DWARF in the background
2023-11-23 6:08 UTC (4+ messages)
` [PATCH 06/15] Add "maint set dwarf synchronous"
[PATCH] Fix AIX thread NULL assertion failure during fork
2023-11-23 6:06 UTC (12+ messages)
[PATCH] Fix off-by-one error in compute_delayed_physnames
2023-11-23 5:31 UTC
GDB 14.1 release -- 2023-11-19 Update
2023-11-23 4:13 UTC (2+ messages)
[ PATCH 0/3] Fix GDB reverse execution behavior
2023-11-22 23:33 UTC (4+ messages)
` [ PATCH 1/3] "
` [ PATCH 2/3] "
` [PATCH 3/3] "
[PATCH] Fix build with GCC 7.5
2023-11-22 17:04 UTC (4+ messages)
[PATCH v5 0/6] [gdb/cli] Allow source highlighting to be interrupted
2023-11-22 16:26 UTC (3+ messages)
` [PATCH v5 1/6] [gdb/cli] Add signal_handler_selftest
[PATCH 0/3] Improve debug output support in gdbserver
2023-11-22 15:21 UTC (3+ messages)
` [PATCH 1/3] gdbserver: cleanup monitor_show_help
[PATCH v6 0/2] add annotation in 'info locals' command for variables shadowing case
2023-11-22 14:38 UTC (5+ messages)
` [PATCH v6 1/2] gdb: "
` [PATCH v6 2/2] gdb: add shadowed field in '-stack-list-locals/variables' mi commands
[PATCH v3 0/9] Remove char-based bitfield macros
2023-11-22 14:03 UTC (6+ messages)
` [PATCH v3 8/9] Use enum accessibility in types and member functions
[RFC 1/3] [gdb] Call gdbarch_get_syscall_number less often
2023-11-22 12:58 UTC (10+ messages)
[PATCH] [gdb/python] Don't import curses.ascii module unless necessary
2023-11-22 11:46 UTC
[PATCH v4] gdb/testsuite: fix completion tests when using READ1
2023-11-22 9:44 UTC (2+ messages)
` [PATCH v5] "
[PATCH v5 0/2] add annotation in 'info locals' command for variables shadowing case
2023-11-22 8:11 UTC (6+ messages)
` [PATCH v5 1/2] gdb: "
[PATCH 0/4] Improve Ada name lookup performance
2023-11-21 21:09 UTC (5+ messages)
` [PATCH 1/4] Improve performance of Ada name searches
` [PATCH 2/4] Always use expand_symtabs_matching in ada-lang.c
` [PATCH 3/4] Remove split_style::UNDERSCORE
` [PATCH 4/4] Remove quick_symbol_functions::expand_matching_symbols
[PATCH v2] gdb/infrun: do not restart a stepped thread if not running (was: gdb/infrun: reset thread control's step info in end_stepping_range)
2023-11-21 20:00 UTC (2+ messages)
[PATCH] gdbserver: try selecting a thread first to access memory
2023-11-21 19:45 UTC (3+ messages)
` [PATCH v2] gdbserver: select a thread, if necessary, to access memory (was: [PATCH] gdbserver: try selecting a thread first to access memory)
[PATCH 00/29] Restructure symbol domains
2023-11-21 18:37 UTC (2+ messages)
[PATCH] gdb/tdesc: Don't assign custom-group tdesc registers to 'general'
2023-11-21 18:17 UTC (5+ messages)
` [PATCH v2] "
` [PING][PATCH "
[PATCH] Fix breakpoints on symbols with multiple trampoline symbols
2023-11-21 17:28 UTC (2+ messages)
[PATCH v6] [gdb]: add git trailer information on gdb/MAINTAINERS
2023-11-21 17:25 UTC (2+ messages)
` [PING][PATCH "
[PATCH] gdb: Guarantee that an SAL's end is right before the next statement
2023-11-21 17:22 UTC (3+ messages)
` [PING][PATCH] "
` [PINGv2][PATCH] "
[pushed] gdb: fix build of darwin-nat.c
2023-11-21 16:45 UTC
[PATCH v3] Fix hardware watchpoints in replay mode
2023-11-21 16:42 UTC
(no subject)
2023-11-21 15:27 UTC (9+ messages)
` [PATCH v2 1/8] Use C++17 [[fallthrough]] attribute
` [PATCH v2 2/8] Switch to -Wimplicit-fallthrough=5
` [PATCH v2 3/8] Enable some C++14 code in array-view.h
` [PATCH v2 4/8] Use try_emplace in index-write.c
` [PATCH v2 5/8] Rely on C++17 <new> in new-op.cc
` [PATCH v2 6/8] Rely on copy elision in scope-exit.h
` [PATCH v2 7/8] Use C++17 void_t
` [PATCH v2 8/8] Remove gdb_static_assert
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