public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2] gdb/testsuite: explicitly test for stderr in gdb.mi/mi-dprintf.exp
 2023-09-14 13:03 UTC  (5+ messages)
` [PING][PATCH "
  ` [PINGv2][PATCH "
    ` [PINGv3][PATCH "
      ` [PINGv4][PATCH "

[PATCH v3] gdb/testsuite: fix completion tests when using READ1
 2023-09-14 13:02 UTC  (2+ messages)
` [PING][PATCH "

[PATCH v2] gdb/cli: fixes to newly added "list ." command
 2023-09-14 13:00 UTC  (3+ messages)
` [PATCH v3] "
  ` [PING][PATCH "

[PATCH] Fix hardware watchpoints in replay mode
 2023-09-14 12:20 UTC  (2+ messages)

[PATCH] gdb/tui: add 'set tui mouse-events off' to restore mouse selection
 2023-09-14  8:05 UTC  (8+ messages)

[PATCH 1/2] gdb: add inferior_cloned observable
 2023-09-13 21:32 UTC  (3+ messages)
` [PATCH 2/2] gdb/amdgpu: add precise-memory support

[PATCH v6 00/17] SME support for AArch64 gdb/gdbserver on Linux
 2023-09-13 15:28 UTC  (25+ messages)
` [PATCH v6 01/17] [gdb/aarch64] Fix register fetch/store order for native AArch64 Linux
` [PATCH v6 02/17] [gdb/aarch64] refactor: Rename SVE-specific files
` [PATCH v6 03/17] [gdb/gdbserver] refactor: Simplify SVE interface to read/write registers
` [PATCH v6 04/17] [gdb/aarch64] sve: Fix return command when using V registers in a SVE-enabled target
` [PATCH v6 05/17] [gdb/aarch64] sme: Enable SME registers and pseudo-registers
` [PATCH v6 06/17] [gdbserver/generic] Convert tdesc's expedite_regs to a string vector
` [PATCH v6 07/17] [gdbserver/aarch64] refactor: Adjust expedited registers dynamically
` [PATCH v6 08/17] [gdbserver/aarch64] sme: Add support for SME
` [PATCH v6 09/17] [gdb/aarch64] sve: Fix signal frame z/v register restore
` [PATCH v6 10/17] [gdb/aarch64] sme: Signal frame support
` [PATCH v6 11/17] [gdb/aarch64] sme: Fixup sigframe gdbarch when vg/svg changes
` [PATCH v6 12/17] [gdb/aarch64] sme: Support TPIDR2 signal frame context
` [PATCH v6 13/17] [gdb/generic] Get rid of linux-core-thread-data
` [PATCH v6 14/17] [gdb/generic] corefile/bug: Use thread-specific gdbarch when dumping register state to core files
` [PATCH v6 15/17] [gdb/aarch64] sme: Core file support for Linux
` [PATCH v6 16/17] [gdb/testsuite] sme: Add SVE/SME testcases
` [PATCH v6 17/17] [gdb/docs] sme: Document SME registers and features

[PATCH v2 0/2] gdb/python: implement support for sending custom MI async notifications
 2023-09-13 15:11 UTC  (4+ messages)
` [PATCH v2 1/2] gdb/python: generalize serialize_mi_result()
` [PATCH v2 2/2] gdb/python: implement support for sending custom MI async notifications

[RFC 0/7] [gdb/symtab, cc-with-dwz] Fix gdb.cp/breakpoint-locs.exp
 2023-09-13 14:37 UTC  (4+ messages)

[PATCH] Throw error when creating an overly large gdb-index file
 2023-09-13 14:24 UTC  (6+ messages)

[PATCH v5 00/16] SME support for AArch64 gdb/gdbserver on Linux
 2023-09-13 13:57 UTC  (23+ messages)
` [PATCH v5 06/16] [gdbserver/aarch64] refactor: Adjust expedited registers dynamically
` [PATCH v5 10/16] [gdb/aarch64] sme: Fixup sigframe gdbarch when vg/svg changes
` [PATCH v5 12/16] [gdb/generic] corefile/bug: Use thread-specific gdbarch when dumping register state to core files
` [PATCH v5 13/16] [gdb/generic] corefile/bug: Fixup (gcore) core file target description reading order

[PATCH] gdb/tdesc: Don't assign custom-group tdesc registers to 'general'
 2023-09-13 11:41 UTC  (10+ messages)
` [PATCH v2] "

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

[PATCH] Add name_of_main and language_of_main to the DWARF index
 2023-09-13  7:09 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v3 0/6] SME2 support for AArch64 gdb/gdbserver on Linux
 2023-09-13  3:28 UTC  (2+ messages)

[PATCH] gdb/mi: remove warning about mi1
 2023-09-12 18:14 UTC  (3+ messages)

[PATCH 00/21] ui / interp cleansup
 2023-09-12 18:06 UTC  (43+ messages)
` [PATCH 01/21] gdb: use intrusive_list for struct ui linked list
` [PATCH 02/21] gdb: make interp_lookup_existing a method of struct ui
` [PATCH 03/21] gdb: make interp_add "
` [PATCH 04/21] gdb: make interp_lookup "
` [PATCH 05/21] gdb: remove ui:::add_interp and ui::lookup_existing_interp
` [PATCH 06/21] gdb: uncover some current_ui uses in interp_set
` [PATCH 07/21] gdb: add backlink to ui in interp
` [PATCH 08/21] gdb: pass ui down to gdb_setup_readline and gdb_disable_readline
` [PATCH 09/21] gdb/python: use m_ui instead of current_ui in dap_interp::init
` [PATCH 10/21] gdb/mi: use m_ui instead of current_ui in mi_interp::init
` [PATCH 11/21] gdb/cli: use m_ui instead of current_ui in cli_interp::resume
` [PATCH 12/21] gdb/tui: use m_ui instead of current_ui in tui_interp::resume
` [PATCH 13/21] gdb/mi: use m_ui instead of current_ui in mi_interp::resume
` [PATCH 14/21] gdb/cli: use m_ui instead of current_ui in cli_interp::suspend
` [PATCH 15/21] gdb/tui: use m_ui instead of current_ui in tui_interp::suspend
` [PATCH 16/21] gdb/mi: use m_ui instead of current_ui in mi_interp::suspend
` [PATCH 17/21] gdb: pass current_ui down to interp_set
` [PATCH 18/21] gdb: make interp_set a method of struct ui
` [PATCH 19/21] gdb: pass down current_ui to set_top_level_interpreter
` [PATCH 20/21] gdb: make set_top_level_interpreter a method of struct ui
` [PATCH 21/21] gdb: make top_level_interpreter "

[PATCH v4] gdb/dap - dataBreakpointInfo & setDataBreakpoints
 2023-09-12 17:47 UTC  (2+ messages)

[PATCH v2] gdb/dap - dataBreakpointInfo & setDataBreakpoints
 2023-09-12 17:08 UTC  (4+ messages)

[PATCH 1/2] gdb/python: generalize serialize_mi_result()
 2023-09-12 16:35 UTC  (16+ messages)
` [PATCH 2/2] gdb/python: implement support for sending custom MI async notifications

[PATCH] Avoid spurious breakpoint-setting failure in DAP
 2023-09-12 16:31 UTC  (2+ messages)

[PATCH 0/6] Fix error messages from serial code
 2023-09-12 16:27 UTC  (7+ messages)
` [PATCH 1/6] Fix latent bug in ser_windows_send_break
` [PATCH 2/6] Introduce throw_winerror_with_name
` [PATCH 3/6] Change serial_setbaudrate to throw exception
` [PATCH 4/6] Change serial "open" functions "
` [PATCH 5/6] Change serial_send_break and serial_write to throw
` [PATCH 6/6] Change serial_readchar "

[RFC] Filter invalid encodings from Linux thread names
 2023-09-12 16:11 UTC  (2+ messages)

[PATCH] gdb: Fix -Wuninitialied issue
 2023-09-12 13:42 UTC  (4+ messages)

[PATCH] gdb: Fix an ODR warning with byacc with GDB_YY_REMAP
 2023-09-12 13:03 UTC  (3+ messages)

[PATCH] [gdb/doc] Document .gdb_index and dwz interaction
 2023-09-12  9:58 UTC 

[PATCH] [gdb/symtab] Error out for .debug_types section in dwz file
 2023-09-12  8:43 UTC 

[PATCH] gdb/testsuite/rocm: fix rocm-multi-inferior-gpu.cpp
 2023-09-12  8:18 UTC  (3+ messages)

Solar Product
 2023-09-12  0:41 UTC 

[PATCH 0/2] Add pretty-printer base class and new methods
 2023-09-11 19:04 UTC  (5+ messages)
` [PATCH 1/2] Introduce gdb.ValuePrinter
` [PATCH 2/2] Add two new pretty-printer methods

[PATCH v4] gdb/DAP Introduce new methods to to Pretty Printers
 2023-09-11 18:07 UTC  (2+ messages)

[PATCH] Specialize std::hash for ptid_t
 2023-09-11 17:14 UTC  (4+ messages)

[PATCH] gdb/testsuite: use foreach_with_prefix in gdb.guile/scm-ports.exp
 2023-09-11 16:32 UTC  (3+ messages)

[PATCH] Update Python signal-handling documentation
 2023-09-11 16:03 UTC  (2+ messages)

[PATCH v3] gdb: c++ify btrace_target_info
 2023-09-11 15:27 UTC  (7+ messages)

[PATCH 1/1] testsuite, fortran: Fix regression due to fix for ifort's 'start' behavior
 2023-09-11 14:49 UTC  (2+ messages)

[PATCH] fbsd-nat: Pacify gcc with no functional changes
 2023-09-11 14:40 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 0/1] Fix regression in gdb.fortran/array-slices-bad.exp
 2023-09-11  9:59 UTC  (3+ messages)

[PATCH] gdb/testsuite: fix gdb.arch/amd64-init-x87-values.exp on AMD CPUs
 2023-09-11  1:56 UTC  (3+ messages)

[pushed] Run 'black' on recent test case
 2023-09-08 19:07 UTC 

[PATCH 1/2] gdb/doc: rename "x86 Architecture-specific Issues" section to "x86"
 2023-09-08 17:17 UTC  (6+ messages)
` [PATCH 2/2] gdb/doc: describe x87 registers

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).