public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v4 00/16] SME support for AArch64 gdb/gdbserver on Linux
 2023-08-25 23:33 UTC  (22+ messages)
` [PATCH v4 01/16] [gdb/aarch64] Fix register fetch/store order for native AArch64 Linux
` [PATCH v4 02/16] [gdb/aarch64] refactor: Rename SVE-specific files
` [PATCH v4 03/16] [gdb/gdbserver] refactor: Simplify SVE interface to read/write registers
` [PATCH v4 04/16] [gdb/aarch64] sve: Fix return command when using V registers in a SVE-enabled target
` [PATCH v4 05/16] [gdb/aarch64] sme: Enable SME registers and pseudo-registers
` [PATCH v4 06/16] [gdbserver/aarch64] refactor: Adjust expedited registers dynamically
` [PATCH v4 07/16] [gdbserver/aarch64] sme: Add support for SME
` [PATCH v4 08/16] [gdb/aarch64] sve: Fix signal frame z/v register restore
` [PATCH v4 09/16] [gdb/aarch64] sme: Signal frame support
` [PATCH v4 10/16] [gdb/aarch64] sme: Fixup sigframe gdbarch when vg/svg changes
` [PATCH v4 11/16] [gdb/aarch64] sme: Support TPIDR2 signal frame context
` [PATCH v4 12/16] [gdb/generic] corefile/bug: Use thread-specific gdbarch when dumping register state to core files
` [PATCH v4 13/16] [gdb/generic] corefile/bug: Fixup (gcore) core file target description reading order
` [PATCH v4 14/16] [gdb/aarch64] sme: Core file support for Linux
` [PATCH v4 15/16] [gdb/testsuite] sme: Add SVE/SME testcases
` [PATCH v4 16/16] [gdb/docs] sme: Document SME registers and features

[PATCH] Fix gdb/coffread.c build on 32bit architectures
 2023-08-25 21:19 UTC  (2+ messages)

[PATCH] Verify COFF symbol stringtab offset
 2023-08-25 19:46 UTC  (3+ messages)

[PUSHED OBV] Update FreeBSD system calls for the upcoming 14.0-RELEASE
 2023-08-25 19:41 UTC 

[PATCH] Fix 64 bit red zone frame size in AIX
 2023-08-25 17:53 UTC  (3+ messages)

[PATCH] Fix for call feature having nine parameters or more in AIX
 2023-08-25 17:47 UTC  (9+ messages)

[PATCH 0/2] Fix reverse stepping multiple contiguous PC ranges over the line table
 2023-08-25 15:57 UTC  (3+ messages)
` [PATCH 1/2] Add gdb_compile options column-info and no-column-info
` [PATCH 2/2 ver 8] Fix reverse stepping multiple contiguous PC ranges over the line table

[RFC 0/7] [gdb/symtab, cc-with-dwz] Fix gdb.cp/breakpoint-locs.exp
 2023-08-25 15:55 UTC  (8+ messages)
` [RFC 1/7] [gdb/symtab] Factor out m_die_range_map and m_deferred_entries usage
` [RFC 2/7] [gdb/symtab] Check effect in parent_map::set_parent
` [RFC 3/7] [gdb/symtab] Handle nullptr parent "
` [RFC 4/7] [gdb/symtab] Add parent_map::dump
` [RFC 5/7] [gdb/symtab] Add debug_handle_deferred_entries
` [RFC 6/7] [gdb/symtab] Add DW_TAG_inlined_subroutine entries in the cooked index for c++
` [RFC 7/7] [gdb/symtab] Resolve deferred entries, inter-shard case

[PATCH 00/10] Improve GDB/gdbserver experience when using a local gdbserver
 2023-08-25 15:34 UTC  (33+ messages)
` [PATCH 01/10] gdb: have remote_target::extended_remote_run take the exec filename
` [PATCH 02/10] gdb: improve how 'remote exec-file' is stored and accessed
` [PATCH 03/10] gdb: improve show text and help text for 'remote exec-file'
` [PATCH 06/10] gdb: make use of is_target_filename
` [PATCH 07/10] gdb: add qMachineId packet
` [PATCH 10/10] gdb: remote the get_remote_exec_file function
` [PATCHv2 00/10] Improve GDB/gdbserver experience when using a local gdbserver
  ` [PATCHv2 01/10] gdb: have remote_target::extended_remote_run take the exec filename
  ` [PATCHv2 02/10] gdb: improve how 'remote exec-file' is stored and accessed
  ` [PATCHv2 03/10] gdb: improve show text and help text for 'remote exec-file'
  ` [PATCHv2 04/10] gdb/gdbserver: add new qDefaultExecAndArgs packet
  ` [PATCHv2 05/10] gdb: detect when gdbserver has no default executable set
  ` [PATCHv2 06/10] gdb: make use of is_target_filename
  ` [PATCHv2 07/10] gdb: add qMachineId packet
  ` [PATCHv2 08/10] gdb: remote filesystem can be local to GDB in some cases
  ` [PATCHv2 09/10] gdb: use exec_file with remote targets when possible
  ` [PATCHv2 10/10] gdb: remove the get_remote_exec_file function

[PATCH v3] gdb/debuginfod: Ctrl-C ask to cancel further downloads
 2023-08-25 10:19 UTC  (2+ messages)

[PATCH] gdb: LoongArch: Support LBT registers
 2023-08-25 10:11 UTC 

[PATCH] gdb/solib-rocm: Detect SO for unsupported AMDGPU device
 2023-08-24 19:36 UTC  (3+ messages)

[PATCH 0/7] Rewrite gdb_bfd_openr_iovec to be type-safe
 2023-08-24 17:12 UTC  (8+ messages)
` [PATCH 1/7] Introduce type-safe variant of gdb_bfd_openr_iovec
` [PATCH 2/7] Small constructor change to target_buffer
` [PATCH 3/7] Convert mem_bfd_iovec to new type-safe gdb_bfd_openr_iovec
` [PATCH 4/7] Convert target fileio "
` [PATCH 5/7] Convert minidebug "
` [PATCH 6/7] Convert solib-rocm "
` [PATCH 7/7] Remove old gdb_bfd_openr_iovec

[PATCH v4 0/4] Many fixes to gdb.reverse tests when testing
 2023-08-24 16:06 UTC  (7+ messages)
` [PATCH v4 1/4] gdb/testsuite: Fix many errors in gdb.reverse with clang
` [PATCH v4 2/4] gdb/testsuite: fix gdb.reverse/solib-*.exp tests when using clang
` [PATCH v4 3/4] gdb/testsuite: fix testing gdb.reverse/step-reverse.exp with clang
` [PATCH v4 4/4] gdb/testsuite: Multiple improvements for gdb.reverse/insn-reverse.exp

[PATCH v2] gdb/testsuite: fix completion tests when using READ1
 2023-08-24 16:05 UTC  (5+ messages)

[PATCH 1/2] [gdb/build] Support reference return type in make-target-delegates.py
 2023-08-24 11:37 UTC  (8+ messages)
` [PATCH 2/2] [gdb/build] Return const reference in thread_info_to_thread_handle

[PATCH] gdb: fix build failure in amd-dbgapi-target.c
 2023-08-23 17:42 UTC  (4+ messages)

gdb: bfd_get_symbol_leading_char vs. ""
 2023-08-23 17:40 UTC  (2+ messages)

[PATCH] Read Ada main name from executable, not inferior
 2023-08-23 17:11 UTC 

[PATCHv3 0/9] thread-specific breakpoints in just some inferiors
 2023-08-23 16:32 UTC  (13+ messages)
` [PATCHv4 00/10] "
  ` [PATCHv4 01/10] gdb: create_breakpoint: add asserts and additional comments
  ` [PATCHv4 02/10] gdb: create_breakpoint: asserts relating to extra_string/parse_extra
  ` [PATCHv4 03/10] gdb: change 'if' to gdb_assert in update_dprintf_command_list
  ` [PATCHv4 04/10] gdb: build dprintf commands just once in code_breakpoint constructor
  ` [PATCHv4 05/10] gdb: don't display inferior list for pending breakpoints
  ` [PATCHv4 06/10] gdb: parse pending breakpoint thread/task immediately
  ` [PATCHv4 07/10] gdb: don't set breakpoint::pspace for in create_breakpoint
  ` [PATCHv4 08/10] gdb: remove breakpoint_re_set_one
  ` [PATCHv4 09/10] gdb: remove tracepoint_probe_create_sals_from_location_spec
  ` [PATCHv4 10/10] gdb: only insert thread-specific breakpoints in the relevant inferior

[PATCH] Avoid crash with Ada and -fdata-sections
 2023-08-23 15:08 UTC 

[PATCH] gdb/cli: fixes to newly added "list ." command
 2023-08-23 15:00 UTC  (5+ messages)
` [PATCH v2] "
  ` [PING][PATCH "
    ` [PINGv2][PATCH "

[PUSHED] gdb: fix up a few places where a char was treated as a bool
 2023-08-23 13:55 UTC 

[PATCHv2] gdb: handle main thread exiting during detach
 2023-08-23 11:26 UTC  (2+ messages)
` [PATCHv3] "

[PATCH v2] gdb/testsuite: explicitly test for stderr in gdb.mi/mi-dprintf.exp
 2023-08-23  9:59 UTC  (4+ messages)
` [PING][PATCH "
  ` [PINGv2][PATCH "
    ` [PINGv3][PATCH "

[PATCH 0/2] Stop notifications when unwindonsignal is on
 2023-08-23  9:33 UTC  (8+ messages)
` [PATCH 2/2] gdb: MI stopped events "

[PATCH 0/3] Fix thread exited messages for remote targets
 2023-08-23  9:12 UTC  (9+ messages)
` [PATCH 1/3] gdb: make inferior::clear_thread_list always silent
` [PATCH 2/3] gdb: remove the silent parameter from exit_inferior_1 and cleanup
` [PATCH 3/3] gdb: centralize "[Thread ...exited]" notifications

[PATCH 0/3] New gdb::make_unique and more std::unique_ptr use
 2023-08-23  8:52 UTC  (8+ messages)
` [PATCH 1/3] gdb: add gdb::make_unique function

[PATCHv7] gdb: add inferior-specific breakpoints
 2023-08-23  8:19 UTC  (4+ messages)
` [PUSHEDv8] "
  ` [PUSHED] gdb: add missing notify_breakpoint_modified call
  ` [PUSHED] gdb/testsuite: improve MI support for inferior specific breakpoints

[PATCH] Simplify definition of GUILE
 2023-08-22 19:48 UTC 

[PATCH] Remove value::copy call from gdbpy_get_varobj_pretty_printer
 2023-08-22 16:43 UTC  (2+ messages)

[PATCH] [gdb/build] Work around cgen odr violations
 2023-08-22 15:54 UTC  (4+ messages)

[PATCH v2] [gdb/build] Work around cgen odr violations
 2023-08-22 15:48 UTC  (2+ messages)

[PATCH 0/8] Handle array- and string-like types in DAP
 2023-08-22 15:46 UTC  (10+ messages)
` [PATCH 1/8] Move rust_language::lookup_symbol_nonlocal
` [PATCH 2/8] Refactor Rust code for slice-to-array operation
` [PATCH 3/8] Introduce TYPE_SPECIFIC_RUST_STUFF
` [PATCH 4/8] Use ada_value_subscript in valpy_getitem
` [PATCH 5/8] Introduce type::is_array_like and value_to_array
` [PATCH 6/8] Select frame when fetching a frame variable in DAP
` [PATCH 7/8] Add new Python APIs to support DAP value display
` [PATCH 8/8] Handle array- and string-like values in no-op pretty printers

[PATCH] Fix Windows sharing_input_terminal hang
 2023-08-22 15:43 UTC  (3+ messages)

[PATCH v2 0/6] SME2 support for AArch64 gdb/gdbserver on Linux
 2023-08-22 11:45 UTC  (9+ messages)
` [PATCH v2 1/6] [gdb/aarch64] sme2: Enable SME2 for AArch64 gdb "
` [PATCH v2 2/6] [gdbserver/aarch64] sme2: Enable SME2 support in gdbserver
` [PATCH v2 3/6] [gdb/aarch64] sme2: signal frame support
` [PATCH v2 4/6] [gdb/aarch64] sme2: Core file support for ZT register set
` [PATCH v2 5/6] [gdb/testsuite] sme2: Extend SME tests to include SME2
` [PATCH v2 6/6] [gdb/docs] sme2: Document SME2 registers and features

[PATCH] sim: bpf: remove negi, neg32i insns
 2023-08-21 17:05 UTC  (2+ messages)

[PATCH] sim: or1k: Eliminate dangerous RWX load segments
 2023-08-21 15:13 UTC 

[PATCH 0/7] [gdb/build] Fix -std=c++20 issues
 2023-08-21 11:04 UTC  (3+ messages)

[PATCH v3 0/4] Many fixes to gdb.reverse tests when testing
 2023-08-21  7:23 UTC  (4+ messages)
` [PATCH v3 3/4] gdb/testsuite: fix testing gdb.reverse/step-reverse.exp with clang

[pushed] Placate -Wmissing-declarations in sim/cris
 2023-08-19 18:28 UTC 

[pushed] Remove extraneous '%' from sim/cris/local.mk
 2023-08-19 16:55 UTC 

sim regen
 2023-08-19  0:26 UTC  (4+ messages)

[PATCH] Fix off-by-one in call to vector::reserve
 2023-08-18 19:02 UTC  (3+ messages)

Autodesk BIM 360
 2023-08-18 16:37 UTC 

[PATCH 0/2] Remove psympriv.h and simplify includes
 2023-08-18 16:07 UTC  (2+ messages)

[PATCH 0/2] Improve handling of thread numbers for reverse execution targets
 2023-08-18 14:27 UTC  (3+ messages)
` [PATCH v2 "
  ` [PING][PATCH "

[PATCH] [gdb/build] Fix yysymbol_kind_t odr violation
 2023-08-18 14:22 UTC  (2+ messages)

[PATCH] C++-ify minidebug.c
 2023-08-17 23:41 UTC  (3+ 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).