public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[pushed] gdb: add Lancelot Six as maintainer of the AMD GPU port
 2023-09-15 17:25 UTC  (2+ messages)

[PATCH v3 1/3] gdb: add inferior_cloned observable
 2023-09-15 17:19 UTC  (7+ messages)
` [PATCH v3 2/3] gdb/testsuite: add linux target check in allow_hipcc_tests
` [PATCH v3 3/3] gdb/amdgpu: add precise-memory support

[PATCH] gdb: remove -Werror annotations from MAINTAINERS file
 2023-09-15 16:58 UTC  (2+ messages)

[pushed] Fix build failure with GCC 4.8
 2023-09-15 16:23 UTC 

[PATCH] Specialize std::hash for ptid_t
 2023-09-15 16:22 UTC  (11+ messages)

[PATCH] gdb/amdgpu: Silence wave termination messages
 2023-09-15 16:22 UTC  (3+ messages)

[PATCH] Clean up intermediate values in val_print_packed_array_elements
 2023-09-15 15:03 UTC 

[PATCH v2 1/3] gdb: add inferior_cloned observable
 2023-09-15 14:47 UTC  (7+ messages)
` [PATCH v2 2/3] gdb/testsuite: add linux target check in allow_hipcc_tests
` [PATCH v2 3/3] gdb/amdgpu: add precise-memory support

[pushed] Rename split_style::DOT
 2023-09-15 13:46 UTC 

[PATCH v2] Fix hardware watchpoints in replay mode
 2023-09-15 10:09 UTC  (2+ messages)

[PATCH] Throw error when creating an overly large gdb-index file
 2023-09-15  9:09 UTC  (8+ messages)

[PATCH] [gdb/symtab] Fix overly large gdb-index file check for 32-bit
 2023-09-15  9:08 UTC 

[PATCH v3 1/1] gdb, breakpoint: add a destructor to the watchpoint struct
 2023-09-15  7:53 UTC  (2+ messages)
` [PING][PATCH "

[PATCH v2] gdb/testsuite: explicitly test for stderr in gdb.mi/mi-dprintf.exp
 2023-09-15  7:36 UTC  (7+ messages)
` [PING][PATCH "
  ` [PINGv2][PATCH "
    ` [PINGv3][PATCH "
      ` [PINGv4][PATCH "

[PATCH 1/2] gdb: add inferior_cloned observable
 2023-09-14 16:18 UTC  (10+ messages)
` [PATCH 2/2] gdb/amdgpu: add precise-memory support

[PATCH] gdb: add some missing filename styling
 2023-09-14 16:18 UTC  (2+ messages)

[PATCH] gdb: small cleanup in symbol_file_add_with_addrs
 2023-09-14 16:17 UTC  (2+ messages)

[PATCH] Fix hardware watchpoints in replay mode
 2023-09-14 16:08 UTC  (3+ messages)

[PATCH] gdb: fix buffer overflow in DWARF reader
 2023-09-14 16:03 UTC  (2+ messages)

[RFC 1/2] [gdb/testsuite] Modernize gdb.base/huge.exp
 2023-09-14 14:51 UTC  (4+ messages)
` [RFC 2/2] [gdb/exp] Clean up asap in value_print_array_elements

[PATCH] gdb/testsuite: XFAIL some gdb.base/fileio.exp
 2023-09-14 13:12 UTC  (3+ messages)
` [PATCH v2] "
  ` [PING][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] gdb/tui: add 'set tui mouse-events off' to restore mouse selection
 2023-09-14  8:05 UTC  (8+ messages)

[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 v5 00/16] SME support for AArch64 gdb/gdbserver on Linux
 2023-09-13 13:57 UTC  (8+ messages)
` [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  (31+ messages)
` [PATCH 04/21] gdb: make interp_lookup a method of struct ui
` [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 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  (15+ 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] 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] "

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