public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v3 0/2] Querying registers of already-exited processes
 2023-12-18 14:40 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] gdb/regcache: return REG_UNAVAILABLE in raw_read if NOT_AVAILABLE_ERROR is seen
  ` [PATCH v4 2/2] gdb: raise and handle NOT_AVAILABLE_ERROR when accessing frame PC

[PATCH 0/3] Fix "attach" infinite loop
 2023-12-18 14:30 UTC  (8+ messages)

[PATCH] [gdb/tui] Use more box_width in tui-regs.c
 2023-12-18 14:16 UTC  (4+ messages)

[PATCH 00/14] Cleanups for the TUi register window
 2023-12-18 14:07 UTC  (16+ messages)
` [PATCH 01/14] Use pop_back in tui_register_format
` [PATCH 02/14] Minor C++ cleanups in tui-regs.c
` [PATCH 03/14] Simplify tui_data_window::show_register_group
` [PATCH 04/14] Rename tui_data_item_window -> tui_register_info
` [PATCH 05/14] Remove tui_register_info::visible
` [PATCH 06/14] Move scrollok call in register window
` [PATCH 07/14] Simplify update_register_data
` [PATCH 08/14] Remove the TUI register window rerender overload
` [PATCH 09/14] Simplify tui_data_win::erase_data_content
` [PATCH 10/14] Remove tui_refreshing_registers
` [PATCH 11/14] Remove redundant check from tui_refresh_frame_and_register_information
` [PATCH 12/14] Return void from tui_show_frame_info
` [PATCH 13/14] Rename show_registers -> set_register_group
` [PATCH 14/14] Update TUI register window when the inferior exits

Fwd: Yet another fix for mcore-sim
 2023-12-18 12:54 UTC  (2+ messages)

[PATCH v2 0/3] sim: riscv: Compressed instruction simulation and semi-hosting support
 2023-12-18 12:44 UTC  (7+ messages)
` [PATCH v2 1/3] [sim/riscv] Add basic "

[PATCHv5 00/10] thread-specific breakpoints in just some inferiors
 2023-12-18 11:33 UTC  (21+ messages)
` [PATCHv6 "
  ` [PATCHv6 06/10] gdb: parse pending breakpoint thread/task immediately
  ` [PATCHv7 00/11] thread-specific breakpoints in just some inferiors
    ` [PATCHv7 01/11] gdb: create_breakpoint: add asserts and additional comments
    ` [PATCHv7 02/11] gdb: create_breakpoint: asserts relating to extra_string/parse_extra
    ` [PATCHv7 03/11] gdb: change 'if' to gdb_assert in update_dprintf_command_list
    ` [PATCHv7 04/11] gdb: the extra_string in a dprintf breakpoint is never nullptr
    ` [PATCHv7 05/11] gdb: build dprintf commands just once in code_breakpoint constructor
    ` [PATCHv7 06/11] gdb: don't display inferior list for pending breakpoints
    ` [PATCHv7 07/11] gdb: parse pending breakpoint thread/task immediately
    ` [PATCHv7 08/11] gdb: don't set breakpoint::pspace for in create_breakpoint
    ` [PATCHv7 09/11] gdb: remove breakpoint_re_set_one
    ` [PATCHv7 10/11] gdb: remove tracepoint_probe_create_sals_from_location_spec
    ` [PATCHv7 11/11] gdb: only insert thread-specific breakpoints in the relevant inferior

[PATCH] gdb/testsuite: another attempt to fix gdb.threads/thread-specific-bp.exp
 2023-12-18 11:16 UTC  (3+ messages)

[PATCH v2] gdb: register frame_destroyed function for amd64 gdbarch
 2023-12-18 10:24 UTC  (4+ messages)
` [PATCH v3] "
  ` [PING][PATCH "
    ` [PINGv2][PATCH "

[PATCH v2] [gdb/tui] Show regs when switching to regs layout
 2023-12-17 17:31 UTC  (6+ messages)

[PATCH v3 0/3] sim: riscv: Compressed instruction simulation and semi-hosting support
 2023-12-17  6:52 UTC  (4+ messages)
` [PATCH v3 1/3] [sim/riscv] Fix crash during instruction decoding
` [PATCH v3 2/3] [sim/riscv] Add support for compressed integer instruction set simulation
` [PATCH v3 3/3] [sim/riscv] Add semi-hosting support

[PATCH/committed] sim: warnings: add more flags
 2023-12-17  5:15 UTC 

[PATCH] Throw error if ambiguous name is used in gdb.parameter
 2023-12-16 12:56 UTC 

[PATCH] Allow calling of C++ methods from python
 2023-12-16 11:40 UTC  (3+ messages)

[PATCH] Use function entry point record only for entry values
 2023-12-16 10:29 UTC  (6+ messages)

[RFC] [gdb/tui] Add set tui border-kind acs-or-space/acs-or-ascii
 2023-12-16  9:50 UTC  (3+ messages)

[PATCH/committed] sim: cr16: clean up unused insn operands
 2023-12-16  5:32 UTC 

[PATCH/committed 1/2] sim: sh: tidy up gencode slightly
 2023-12-16  5:00 UTC  (2+ messages)
` [PATCH/committed 2/2] sim: sh: adjust some dsp insn masks

[PATCH/committed] sim: bfin: fix typo in bf52x ports
 2023-12-16  2:42 UTC 

[PATCH/committed] sim: mn10300: fix incorrect implementation of a few insns
 2023-12-16  2:13 UTC 

[PATCH htdocs] tighten up margins on smaller devices
 2023-12-16  2:10 UTC 

[PATCH] Remove tui-out.[ch]
 2023-12-16  1:04 UTC 

[PATCH 0/3] [gdb/tui] Add tui border-kind active-ascii
 2023-12-15 20:04 UTC  (6+ messages)
` [PATCH 1/3] [gdb/tui] Make tui_update_variables more readable
` [PATCH 3/3] [gdb/tui] Add tui border-kind active-ascii

[pushed] [gdb/tui] Fix TUI resizing for TERM=ansi
 2023-12-15 19:46 UTC  (4+ messages)
  ` [PATCH] [gdb/build] Remove dependency on _rl_term_autowrap

[PATCH 0/2] Improve Ada overload handling
 2023-12-15 19:34 UTC  (2+ messages)

[RFC][PATCH?] fixed some segfaults and bugs in mdebug support
 2023-12-15 19:27 UTC  (6+ messages)

[PATCH 0/2] Use unique_ptr more in the remote target
 2023-12-15 19:10 UTC  (4+ messages)
` [PATCH 1/2] Make cached_reg_t own its data
` [PATCH 2/2] Complete use of unique_ptr with notif_event and stop_reply

[PATCH 00/31] Step over thread clone and thread exit
 2023-12-15 18:15 UTC  (5+ messages)
` [PATCH 14/31] all-stop/synchronous RSP support thread-exit events

[PATCH] Fix two bugs in gdbserver thread name handling
 2023-12-15 16:24 UTC  (3+ messages)

[PATCH htdocs] css: add content hash to force refreshes as needed
 2023-12-15 16:12 UTC  (2+ messages)

[PATCH htdocs] current: use <code> for file paths
 2023-12-15 15:53 UTC  (2+ messages)

[PATCH htdocs] download: remove periods from non-sentences
 2023-12-15 15:52 UTC  (2+ messages)

[PATCH htdocs] current: use tabs for gitconfig settings
 2023-12-15 15:52 UTC  (2+ messages)

[PATCH htdocs] use <h3> under <h2>
 2023-12-15 15:50 UTC  (2+ messages)

[PATCH htdocs] schedule: fix GDB 13 date typos
 2023-12-15 15:47 UTC  (2+ messages)

[PATCH] sim: igen: do not reindent literal semantics output
 2023-12-15 11:01 UTC  (2+ messages)

[PATCH 0/8] Step over thread exit improvements/fixes + AMD GPU
 2023-12-15 10:51 UTC  (11+ messages)
` [PATCH 1/8] gdb.threads/step-over-thread-exit.exp improvements
` [PATCH 2/8] Ensure selected thread after thread exit stop
` [PATCH 3/8] displaced_step_finish: Don't fetch the regcache of exited threads
` [PATCH 4/8] Step over thread exit, always delete the thread non-silently
` [PATCH 5/8] Fix thread target ID of exited waves
` [PATCH 6/8] Fix handling of vanishing threads that were stepping/stopping
` [PATCH 7/8] Add tests for s_endpgm handling
` [PATCH 8/8] Add tests for handling of vanishing threads that were stepping/stopping

[PATCH] sim: add __attribute__((unused)) to <arch>_fill_argbuf_tp function
 2023-12-15  3:46 UTC  (4+ messages)

[PATCH] Use unrelocated_addr in dwarf2_base_index_functions::find_per_cu
 2023-12-14 20:15 UTC 

[PATCH 0/4] Check for rogue DAP exceptions
 2023-12-14 19:06 UTC  (12+ messages)
` [PATCH 1/4] Introduce and use DAPException
` [PATCH 2/4] Add DAP log level parameter
` [PATCH 3/4] Avoid exception from attach in DAP
` [PATCH 4/4] Check for rogue DAP exceptions in test suite

[PATCH 0/2] Step over thread exit improvements/fixes
 2023-12-14 18:37 UTC  (2+ messages)

[PATCH] gdb/options: fix copy&paste error in string_option_def
 2023-12-14 16:29 UTC  (3+ messages)

[PATCH 00/24] Fix reading and writing pseudo registers in non-current frames
 2023-12-14 16:20 UTC  (7+ messages)
` [PATCH 21/24] gdb: migrate aarch64 to new gdbarch_pseudo_register_write
` [PATCH 24/24] gdb/testsuite: add tests for unwinding of pseudo registers

[ PATCH 0/3] Fix GDB reverse execution behavior
 2023-12-14 16:10 UTC  (6+ messages)

[PATCH v2] Allow calling of variadic C++ functions
 2023-12-14 15:20 UTC  (3+ messages)

[PATCH] gdb/testsuite: relax filename restriction in some gdb.btrace tests
 2023-12-14 10:49 UTC  (3+ messages)

[PATCH] gdbserver/win32: fix crash on detach
 2023-12-13 23:57 UTC  (4+ messages)

[PATCH v2 00/13] [gdb/symtab, cc-with-dwz] Fix gdb.cp/breakpoint-locs.exp
 2023-12-13 20:19 UTC  (29+ messages)
` [PATCH v2 01/13] [gdb/symtab] Refactor condition in scan_attributes
` [PATCH v2 02/13] [gdb/symtab] Factor out m_die_range_map usage
` [PATCH v2 03/13] [gdb/symtab] Handle nullptr parent in parent_map::set_parent
` [PATCH v2 04/13] [gdb/symtab] Factor out m_deferred_entries usage
` [PATCH v2 05/13] [gdb/symtab] Resolve deferred entries, inter-shard case
` [PATCH v2 06/13] [gdb/testsuite] Add gdb.dwarf2/forward-spec-inter-cu.exp
` [PATCH v2 07/13] [gdb/testsuite] Add gdb.dwarf2/backward-spec-inter-cu.exp
` [PATCH v2 08/13] [gdb/symtab] Keep track of processed DIEs in shard
` [PATCH v2 09/13] [gdb/symtab] Resolve deferred entries, intra-shard case
` [PATCH v2 11/13] [gdb/symtab] Recurse into c++ DW_TAG_subprogram DIEs for cooked index
` [PATCH v2 12/13] [gdb/symtab] Keep track of all parents "
` [PATCH v2 13/13] [gdb/symtab] Fix DW_TAG_inlined_subroutine entries in the "

[PATCH v2 0/2] Rename TUI status code to follow the docs
 2023-12-13 20:03 UTC  (3+ messages)
` [PATCH v2 1/2] Rename tui-stack -> tui-status
` [PATCH v2 2/2] Rename TUI locator window -> status

[PATCH 0/2] Rename TUI status code to follow the docs
 2023-12-13 20:00 UTC  (4+ messages)
` [PATCH 1/2] Rename tui-stack -> tui-status

[RFC PATCH htdocs] index: rename "GDB Maintainers" to "maintainers"
 2023-12-13 16:11 UTC  (2+ messages)

[PATCH] gdb/testsuite: Test for a backtrace through object without debuginfo
 2023-12-13 13:18 UTC  (2+ messages)

[PATCH] [gdb/tui] add SingleKey bindings for reverse execution commands
 2023-12-13 12:06 UTC  (6+ messages)
` [PATCH v2] "

[COMMITTED PATCH] Fix procfs.c compilation
 2023-12-13  9:15 UTC  (7+ messages)

[PATCHv2] gdb: improve error reporting for 'save gdb-index'
 2023-12-13  8:56 UTC  (4+ messages)
` [PATCHv3] "

[PATCH] Add keywords to TuiWindow.write
 2023-12-13  5:53 UTC 

[PATCH 0/2] Use unique_xmalloc_ptr in location.[ch]
 2023-12-12 23:52 UTC  (2+ messages)

[PATCH] Allow calling of variadic C++ functions
 2023-12-12 20:23 UTC  (2+ messages)

[PATCH 0/6] Add vDefaultInferiorFd feature
 2023-12-12 20:14 UTC  (11+ messages)
` [PATCH 2/6] gdb/ser-pipe.c: Duplicate the file descriptors
` [PATCH 3/6] Add new vDefaultInferiorFd packet
` [PATCH 4/6] gdbserver/linux-low.cc: Connect the inferior to the terminal
` [PATCH 5/6] remote.c: Add terminal handling functions

[PATCH htdocs] footer: shrink font-size to match gnu.org
 2023-12-12 19:33 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).