public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH][gdb/testsuite] Fix gdb.mi/mi-sym-info.exp on openSUSE Tumbleweed
 2022-09-28 11:48 UTC 

[PATCH] Fix test next-reverse-bkpt-over-sr.exp
 2022-09-28  7:35 UTC  (2+ messages)

[PATCH] AArch64 pauth: Support backtrace in EL1 (kernel space)
 2022-09-28  2:59 UTC 

[PATCH] AArch64 pauth: Fix internal error when target supports extra regs
 2022-09-28  2:50 UTC 

[PATCH 0/2] Fix .gdb_index with Ada
 2022-09-28  2:00 UTC  (4+ messages)
` [PATCH 1/2] Improve Ada support in .gdb_index
` [PATCH 2/2] Change .gdb_index de-duplication implementation

[PATCH v3] gdb/arm: Handle lazy FPU register stacking
 2022-09-27 20:27 UTC  (3+ messages)

[PATCH v3] binutils, gdb: support zstd compressed debug sections
 2022-09-27 18:53 UTC  (18+ messages)

[PATCH][gdb/c++] Print destructor the same for gcc and clang
 2022-09-27 14:16 UTC  (2+ messages)

[PATCH 0/4] Dynamic properties of pointers
 2022-09-27 12:48 UTC  (14+ messages)
` [PATCH 1/4] gdb, testsuite: handle icc and icpc deprecated remarks
` [PATCH 2/4] gdb/types: Resolve pointer types dynamically
` [PATCH 3/4] gdb, typeprint: fix pointer/reference typeprint for icc/ifort
` [PATCH 4/4] gdb/fortran: Fix sizeof intrinsic for Fortran

[PATCH][gdb/symtab] Redo "Fix assert in set_length"
 2022-09-27 12:44 UTC  (3+ messages)

[PATCH] Fix printing destructors with void in parameters for clang programs
 2022-09-27 10:51 UTC  (4+ messages)

[PATCH 0/3] Fix gdb.gdb/python-helper.exp + cleanups
 2022-09-27 10:42 UTC  (11+ messages)
` [PATCH 1/3] gdb/testsuite: bump duration for the whole test in do_self_tests
` [PATCH 2/3] gdb/testsuite: use gdb_test in gdb.gdb/python-helper.exp
` [PATCH 3/3] gdb/testsuite: update field names in gdb-gdb.py.in

Questions on how best to fix two gdb tests gdb.reverse/finish-reverse-bkpt.exp and gdb.reverse/next-reverse-bkpt-over-sr.exp
 2022-09-26 16:08 UTC  (7+ messages)

[PATCH] gdb: fix target_ops reference count for some cases
 2022-09-26 14:16 UTC  (7+ messages)

[PATCH v5 0/3] Fortran entry and DW_TAG_entry_point
 2022-09-26 14:03 UTC  (6+ messages)
` [PING][PATCH "
  ` [PING 2][PATCH "
    ` [PING 3][PATCH "
      ` [PING 4][PATCH "

[PATCH v2 0/4] Adapt Fortran testsuite for ifort
 2022-09-26 14:02 UTC  (4+ messages)
` [PING][PATCH "
  ` [PING 2][PATCH "

[PATCH v2] [gdb/mi] Don't treat references to compound values as "simple"
 2022-09-26 12:48 UTC  (9+ messages)
` [PATCH v3] [PR mi/29554] New PRINT-VALUES option '--scalar-values'
  ` [PING] "
  ` [PATCH v4] "

[committed][gdb/testsuite] Fix gdb.dwarf2/dw2-unspecified-type-foo.c with -m32
 2022-09-26 11:44 UTC 

[PATCH 1/3] [gdb/symtab] Factor out elf_symfile_read_dwarf2
 2022-09-26 10:43 UTC  (4+ messages)
` [PATCH 2/3] [RFC][gdb/symtab] Add maint set symbol-read-order
` [PATCH 3/3] [gdb/testsuite] Fix ctf test-cases on openSUSE Tumbleweed

[PATCH] gdb: Remove unused extra_lines variable
 2022-09-26  9:00 UTC  (2+ messages)

GDB 13 release -- 2022-09-25 update
 2022-09-26  0:19 UTC 

gdb and sphinx documentation
 2022-09-26  0:03 UTC  (3+ messages)

[PATCH 0/2] More use of checked_static_cast
 2022-09-25 21:11 UTC  (3+ messages)
` [PATCH 1/2] Use checked_static_cast in more places
` [PATCH 2/2] More uses of checked_static_cast

[PATCH] [PR python/29603] Fix deletion of Watchpoints
 2022-09-25 18:10 UTC  (2+ messages)

[PATCH] Merge both implementations of debug_names::insert
 2022-09-25 17:34 UTC 

[PATCH 0/7] sim, sim/ARCH: Add ATTRIBUTE_PRINTF
 2022-09-25  8:44 UTC  (8+ messages)
` [PATCH 1/7] sim: "
` [PATCH 2/7] sim/cris: "
` [PATCH 3/7] sim/erc32: "
` [PATCH 4/7] sim/m32c: "
` [PATCH 5/7] sim/m68hc11: "
` [PATCH 6/7] sim/ppc: "
` [PATCH 7/7] sim/rl78: "

[PATCH 0/4] sim/common: Suppress warnings if built with Clang
 2022-09-25  8:42 UTC  (7+ messages)
` [PATCH v2 0/5] sim: "
  ` [PATCH v2 1/5] sim: Remove self-assignments
  ` [PATCH v2 2/5] sim: Make WITH_{TRACE,PROFILE}-based macros bool
  ` [PATCH v2 3/5] sim: Suppress non-literal printf warning
  ` [PATCH v2 4/5] sim: Check known getopt definition existence
  ` [PATCH v2 5/5] sim: Initialize pbb_br_* by default

[PATCH] gdb/source.c: Fix undefined behaviour dereferencing empty string
 2022-09-24  8:58 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] gdbserver: remove unused for loop
 2022-09-24  4:13 UTC  (3+ messages)

[PATCH 0/3] [PR gdb/18655] Fix Python FinishBreakpoints not deleted bug
 2022-09-23 20:27 UTC  (6+ messages)
` [PATCH v2] [PR python/18655] Fix deletion of FinishBreakpoints
  ` [PATCH v3] "
` [PATCH v2] [gdb/python] Replace gdbpy_should_stop with gdbpy_breakpoint_cond_says_stop

[PATCH] [AArch64] Add TPIDR2 register support for Linux
 2022-09-23 16:42 UTC  (2+ messages)

[PATCH] gdb/testsuite/tui: start GDB with "set filename-display basename"
 2022-09-23 14:22 UTC  (3+ messages)

[PATCH] gdb: add a numeric check after the exponent (PR cli/24124)
 2022-09-23 13:47 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] [AArch64] Update FPSR/FPCR fields for FPU and SVE
 2022-09-23 10:39 UTC 

[PATCH] [AArch64] Fix removal of non-address bits for PAuth
 2022-09-23  7:58 UTC  (5+ messages)
` [PATCH,v3] [aarch64] "

[PATCH 1/3] [gdb/testsuite] Add gdb.python/py-finish-breakpoint-deletion.exp for Bug 18655
 2022-09-23  5:16 UTC  (2+ messages)

[PATCH v6 0/8] gdb: split array and string limiting options
 2022-09-22 22:07 UTC  (2+ messages)
` [PING^4][PATCH "

[PATCH v2] gdb/csky add cskyv2-linux.xml for cskyv2-linux.c
 2022-09-22 21:00 UTC  (2+ messages)

[PATCH] Deprecate MI version 1
 2022-09-22 18:04 UTC  (6+ messages)

[PATCH] gdb/testsuite/lib/future.exp: follow dejagnu default_target_compile
 2022-09-22 16:55 UTC  (3+ messages)

[PATCH] [AArch64] Handle W registers as pseudo-registers instead of aliases of X registers
 2022-09-22 16:52 UTC 

[PATCH v3 0/2] Fix reverse nexting over recursions
 2022-09-22 14:13 UTC  (3+ messages)
` [Ping][PATCH "
  ` [PINGv2][PATCH "

[PATCH] gdb: Fix missing first breakpoint in schedule-multiple mode
 2022-09-22 13:22 UTC  (2+ messages)
` [PING 4][PATCH] "

[PATCH 0/4] gdb: (includes PR28413), Suppress some general warnings if built with Clang
 2022-09-22 13:02 UTC  (11+ messages)
` [PATCH 1/4] include: Add macro to ignore -Wuser-defined-warnings
` [PATCH v2 0/4] gdb: (includes PR28413), Suppress some general warnings if built with Clang
  ` [PATCH v2 1/4] include: Add macro to ignore -Wuser-defined-warnings
  ` [PATCH v2 2/4] include: Add macro to ignore -Wunused-but-set-variable
  ` [PATCH v2 3/4] gdb/unittests: PR28413, suppress warnings generated by Gnulib
  ` [PATCH v2 4/4] gdb: Suppress "unused" variable warning on Clang

[PATCH][gdb/testsuite] Add aranges to gdb.dwarf2/dw2-dir-file-name.exp
 2022-09-22 13:00 UTC 

[PATCH] Support AT_USRSTACKBASE and AT_USRSTACKLIM
 2022-09-22 11:28 UTC  (2+ messages)

[PATCH] gdb/python: restrict the names accepted by gdb.register_window_type
 2022-09-22  9:42 UTC  (3+ messages)

[PATCH] gdb/testsuite: handle invalid .exp names passed in TESTS
 2022-09-22  9:21 UTC  (3+ messages)

[PATCH v5 0/7] Clean gdb.base when testing with clang
 2022-09-22  9:05 UTC  (3+ messages)

[PATCH] gdb/csky add cskyv2-linux.xml for cskyv2-linux.c
 2022-09-22  2:28 UTC  (2+ messages)

[PATCH] RISC-V: fix FRM register display mask value
 2022-09-21 19:52 UTC  (6+ messages)
` [PING] "
  ` [PING^2] "

[PATCH 1/4] gdb: add type::target_type / type::set_target_type
 2022-09-21 18:48 UTC  (17+ messages)
` [PATCH 2/4] gdb: remove TYPE_TARGET_TYPE
` [PATCH 3/4] gdb: add type::length / type::set_length
` [RESEND PATCH 4/4] gdb: remove TYPE_LENGTH

[PATCH 1/3] gdbsupport: move include/gdb/fileio.h contents to fileio.h
 2022-09-21 18:13 UTC  (4+ messages)
` [PATCH v2 0/3] fileio error cleanups
  ` [PATCH v2 1/3] gdbsupport: move include/gdb/fileio.h contents to fileio.h

[PATCH 0/9] Lots of changes to gdbarch_register_name (many architectures)
 2022-09-21 18:07 UTC  (4+ messages)
` [PATCH 6/9] gdb: add asserts to gdbarch_register_name

[PATCH] [AArch64] Fix pseudo-register numbering in the presence of unexpected additional registers
 2022-09-21 17:53 UTC 

[PATCH 0/9] Disassembler opcode display and text alignment
 2022-09-21 16:41 UTC  (2+ messages)

[PATCH v5 00/15] basic linker namespace support
 2022-09-21 16:11 UTC  (6+ messages)
` [PATCH v5 09/15] gdb, ada: update ada_lookup_simple_minsym

[PATCH][gdbsupport] Avoid main thread in parallel for with thread sanitizer
 2022-09-21 16:09 UTC  (2+ messages)

[PING^2 PATCH 0/1] sim/testsuite: Trim extra path from arch
 2022-09-21 16:02 UTC  (3+ messages)
` [PING^3 PATCH 0/1] sim/testsuite: Fix broken "make check-sim" by trimming excess "
  ` [PING^3 PATCH 1/1] sim/testsuite: Trim extra "

[PING^1 PATCH 0/1] sim: Fix RISC-V multiply instructions on simulator
 2022-09-21 16:01 UTC  (3+ messages)
` [PING^2 PATCH 0/1] sim/riscv: Fix broken RISC-V simulater after implementing 'Zmmul'
  ` [PING^2 PATCH 1/1] sim/riscv: Fix RISC-V multiply instructions on the simulator

[PATCH v4 0/5] Smart pointer wrapper for frame_info
 2022-09-21 15:39 UTC  (3+ messages)
` [Ping][PATCH "
  ` [PINGv2][PATCH "

[PATCH] gdbsupport: change path_join parameter to std::vector<const char *>
 2022-09-21 15:38 UTC  (5+ 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).