public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] Add name_of_main and language_of_main to the DWARF index
 2023-09-26 14:07 UTC  (6+ messages)
` [PATCH v3] "

[PATCH] gdb: Fix an ODR warning with byacc with GDB_YY_REMAP
 2023-09-26 13:57 UTC  (4+ messages)

[PATCH] [gdb/testsuite] Fix gdb.server/ext-run.exp in container
 2023-09-26 13:56 UTC  (2+ messages)

[PATCH v2] Support the NO_COLOR environment variable
 2023-09-26 13:50 UTC  (4+ messages)

[PATCH] Support the NO_COLOR environment variable
 2023-09-26 13:48 UTC  (6+ messages)

[PATCH] [gdb/dap] Fix dap for python < 3.8
 2023-09-26 13:40 UTC  (2+ messages)

[PATCH] Fix to step instruction due to P10 prefix instruction in AIX
 2023-09-26 13:35 UTC  (3+ messages)

[PATCH] gdb/testsuite: XFAIL some gdb.base/fileio.exp
 2023-09-26 13:21 UTC  (3+ messages)
` [PATCH v2] "

[pushed] fbsd-nat: Fix build failure with GCC 12
 2023-09-26 13:20 UTC 

[PATCH 0/7] Remove char-based bitfield macros
 2023-09-26 13:10 UTC  (11+ messages)
` [PATCH 1/7] Use .def file to stringify type codes
` [PATCH 2/7] Print field accessibility inline
` [PATCH 3/7] Remove byte vectors from cplus_struct_type
` [PATCH 4/7] Add field::is_public
` [PATCH 5/7] Remove some QUIT calls from need_access_label_p
` [PATCH 6/7] Remove some type field accessor macros
` [PATCH 7/7] Remove char-based bitfield macros

[PATCH] Use string_file::release in some places
 2023-09-26 12:59 UTC  (4+ messages)

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

[PATCH v2 0/2] Replace intl/ with out-of-tree GNU gettext
 2023-09-26  7:54 UTC  (6+ messages)
` [PATCH v2 1/2] *: add modern gettext support
` [PATCH v2 2/2] *: suppress xgettext 0.22 charset name error

[PATCH] gdb/testsuite: Add relative versus absolute LD_LIBRARY_PATH test
 2023-09-26  0:16 UTC  (3+ messages)

[PATCH v2] gdb/testsuite: Add relative versus absolute LD_LIBRARY_PATH test
 2023-09-26  0:07 UTC 

[PATCH 0/2] Fix reverse stepping multiple contiguous PC ranges over the line table
 2023-09-25 22:15 UTC  (5+ messages)

[PATCH 0/2] Replace intl/ with out-of-tree GNU gettext
 2023-09-25 19:43 UTC  (7+ messages)
` [PATCH 1/2] *: add modern gettext support
` [PATCH 2/2] *: suppress xgettext 0.22 charset name error

[PATCH v2 0/3] RISC-V: Add ratified 'E' base ISA support with draft ABIs
 2023-09-25  3:07 UTC  (3+ messages)
` [PATCH v3 "

[PATCH] gdb/record: print frame information when exiting a recursive call
 2023-09-24 17:53 UTC  (7+ messages)
` [PATCH v2 0/2] Improving frame printing with recursive
` [PATCH v2 1/2] gdb/record: print frame information when exiting a recursive call
` [PATCH v2 2/2] gdb/infrun: simplify process_event_stop_test

GDB 14 branching & release -- 2023-09-24 update
 2023-09-24 14:29 UTC 

[PATCH] Update the NetBSD system call table to add memfd_create(2) and epoll(2)
 2023-09-22 19:26 UTC  (2+ messages)

[PATCH] fbsd-nat: Pacify gcc with no functional changes
 2023-09-22 19:24 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] Remove keywords from target debug printer names
 2023-09-22  1:34 UTC  (2+ messages)

[RFC] [PATCH] Improve range stepping efficiency (ensure GDB steps over entire line, at once)
 2023-09-21 20:01 UTC  (2+ messages)

[PATCH][PR <gdb/29784>] Fix: Trailing whitespace omitted when using "with" command
 2023-09-21 19:41 UTC  (2+ messages)

[PATCH 0/5] Adjust/fix gdb.thread/pthreads.exp for Cygwin
 2023-09-21 19:21 UTC  (7+ messages)
` [PATCH 1/5] gdb.threads/pthreads.c, K&R -> ANSI function style
` [PATCH 2/5] Fix gdb.threads/pthreads.c formatting
` [PATCH 3/5] Fix gdb.threads/pthreads.exp error handling/printing
` [PATCH 4/5] In gdb.threads/pthreads.c, handle pthread_attr_setscope ENOTSUP
` [PATCH 5/5] Adjust gdb.thread/pthreads.exp for Cygwin

[PATCH] gdb: add Python events for program space addition and removal
 2023-09-21 19:20 UTC  (2+ messages)

[PATCH] Add regression test for instructionReference change
 2023-09-21 14:51 UTC 

[PATCH 0/1] replace PBUFSIZ with a target op
 2023-09-21 14:07 UTC  (9+ messages)
` [PATCH 1/1] gdb, gdbserver: "

[PATCH v2 0/2] gdb/python: implement support for sending custom MI async notifications
 2023-09-21 10:50 UTC  (2+ messages)

[pushed] Remove stray trailing "," from DAP breakpoint.py
 2023-09-20 23:09 UTC 

[PATCH v2 0/4] DAP fixups
 2023-09-20 17:40 UTC  (2+ messages)

[PATCH 0/2] Improve handling of thread numbers for reverse execution targets
 2023-09-20 17:13 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] gdb: keep record "
  ` [PING][PATCH v2 0/2] Improve handling "

[pushed] Run 'black' on printing.py
 2023-09-20 16:43 UTC 

[PATCH] gdb/tui: add 'set tui mouse-events off' to restore mouse selection
 2023-09-20 15:39 UTC  (9+ messages)

[PATCH] [gdb/symtab] Error out for .debug_types section in dwz file
 2023-09-20 14:06 UTC  (3+ messages)

[PATCH] Remove explanatory comments from includes
 2023-09-20  8:49 UTC  (2+ messages)

[PATCH] Fallback to direct access if lacking pemission for linux namespaces
 2023-09-20  8:48 UTC  (2+ messages)

[PATCH] nat: linux-namespaces: Also enter user namespace
 2023-09-20  8:15 UTC  (3+ messages)

[PATCH 0/5] Handle pointers and references correctly in DAP
 2023-09-19 19:30 UTC  (2+ messages)

[PATCH v4 0/2] add annotation in 'info locals' command for variables shadowing case
 2023-09-19 16:47 UTC  (3+ messages)
` [PATCH v4 1/2] gdb: "
` [PATCH v4 2/2] gdb: add shadowed field in '-stack-list-locals/variables' mi commands

[PING 8][PATCH v5 0/3] Fortran entry and DW_TAG_entry_point
 2023-09-19 15:52 UTC  (2+ messages)

[PATCH v3 0/2] add annotation in 'info locals' command for variables shadowing case
 2023-09-19 15:46 UTC  (9+ messages)
` [PATCH v3 1/2] gdb: "
` [PATCH v3 2/2] gdb: add shadowed field in '-stack-list-locals/variables' mi commands

[PATCH 0/7] gdb/debuginfod: Add on-demand debuginfo downloading
 2023-09-19 14:35 UTC  (16+ messages)
` [PATCH 1/7] config/debuginfod.m4: Add check for libdebuginfod 0.188
` [PATCH 2/7 v3] gdb/debuginfod: Add debuginfod_section_query
` [PATCH 3/7 v3] gdb: Add command 'maint set/show debuginfod download-sections'
` [PATCH 4/7 v5] gdb: Buffer output streams during events that might download debuginfo
` [PATCH 5/7 v2] gdb/progspace: Add reverse safe iterator and template for unwrapping iterator
` [PATCH 6/7 v4] gdb/debuginfod: Support on-demand debuginfo downloading
` [PATCH 7/7 v4] gdb/debuginfod: Add .debug_line downloading

[PATCH 0/9] Add executable_changed event to Python API
 2023-09-19 14:09 UTC  (4+ messages)
` [PATCH 9/9] gdb: use reopen_exec_file from reread_symbols

[PATCH v2 0/4] Use checked_static_cast for breakpoint casts
 2023-09-19 14:00 UTC  (6+ messages)
` [PATCH v2 1/4] Use gdb::checked_static_cast for watchpoints
` [PATCH v2 2/4] Use gdb::checked_static_cast for tracepoints
` [PATCH v2 3/4] Use gdb::checked_static_cast for code_breakpoint
` [PATCH v2 4/4] Use gdb::checked_static_cast for catchpoints

[PATCH] gdb/testsuite: add xfail for gdb/29965 in gdb.threads/process-exit-status-is-leader-exit-status.exp
 2023-09-19 13:56 UTC  (2+ messages)

[PATCH v3 1/1] gdb, breakpoint: add a destructor to the watchpoint struct
 2023-09-19 12:57 UTC  (5+ messages)
` [PING][PATCH "

[PATCH v2] gdb/cli: fixes to newly added "list ." command
 2023-09-19 12:07 UTC  (6+ messages)
` [PATCH v3] "
  ` [PATCH v4] "

GDB 14 branching & release -- 2023-09-16 update
 2023-09-18 21:32 UTC  (4+ messages)

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

[PATCH] Move val_prettyformat to valprint.h
 2023-09-18 18:21 UTC  (2+ messages)

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

[PATCH 0/7] Rewrite gdb_bfd_openr_iovec to be type-safe
 2023-09-18 14:49 UTC  (8+ messages)
` [PATCH 1/7] Introduce type-safe variant of gdb_bfd_openr_iovec
` [PATCH 6/7] Convert solib-rocm to new type-safe gdb_bfd_openr_iovec

[PATCH 0/4] Use checked_static_cast for breakpoint casts
 2023-09-18 14:20 UTC  (4+ messages)
` [PATCH 1/4] Use gdb::checked_static_cast for watchpoints

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