Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH v2 1/2] [gdb/tdep] Use symbolic constants in s390_prologue_frame_unwind_cache
 2025-01-09 13:20 UTC  (3+ messages)
` [PATCH v2 2/2] [gdb/tdep] Fix gdb.base/readnever.exp on s390x

[PATCH] [gdb/tdep] Fix gdb.cp/non-trivial-retval.exp on riscv64-linux
 2025-01-09 12:56 UTC 

[PATCH 00/26] gdbserver: refactor regcache and allow gradually populating
 2025-01-09 12:49 UTC  (26+ messages)
` [PATCH v2 00/11] gdbserver: refactor regcache
  ` [PATCH v2 01/11] gdbserver: dump 'xx...x' in collect_register_as_string for unavailable register
  ` [PATCH v2 02/11] gdbserver: use inheritance to define tracepoint contexts
  ` [PATCH v2 03/11] gdbserver: use inheritance more "
  ` [PATCH v2 04/11] gdbserver: convert init_register_cache and new_register_cache into constructors
  ` [PATCH v2 05/11] gdbserver: convert free_register_cache into a destructor of regcache
  ` [PATCH v2 06/11] gdbserver: use unique_ptr for thread_info's regcache
  ` [PATCH v2 07/11] gdbserver: introduce and use regcache::set_register_status
  ` [PATCH v2 08/11] gdbserver: use REG_UNKNOWN for a regcache's register statuses
  ` [PATCH v2 09/11] gdbserver: define and use regcache::reset
  ` [PATCH v2 10/11] gdbserver: refactor the definition and uses of supply_regblock
  ` [PATCH v2 11/11] gdbserver: fix the declared type of register_status in regcache

[pushed] [gdb/testsuite] Run one more test-case with ASAN_OPTIONS=verify_asan_link_order=0
 2025-01-09 12:15 UTC 

[PATCH] gdb: boolify thread_info's 'stop_requested' field
 2025-01-09 11:36 UTC  (2+ messages)

[PATCH] [gdb/tdep] Fix gdb.base/readnever.exp on s390x
 2025-01-09 10:50 UTC  (4+ messages)
` [PING][PATCH] "

[RFC PATCH v4 00/15] gdbserver improvements for AArch64 SVE support
 2025-01-09  4:01 UTC  (13+ messages)
` [RFC PATCH v4 01/15] GDB, gdbserver: Convert regcache_register_size function to method
` [RFC PATCH v4 02/15] GDB: Use gdb::array_view for buffers used in register reading and unwinding
` [RFC PATCH v4 03/15] GDB: remote: Print total bytes received in debug message
` [RFC PATCH v4 04/15] GDB: trad-frame: Store length of value_bytes in trad_frame_saved_reg
` [RFC PATCH v4 07/15] GDB, gdbserver: Create concept of load-early registers

[PATCH 0/6] More linespec cleanups and C++-ification
 2025-01-09  3:34 UTC  (13+ messages)
` [PATCH 1/6] Add constructor and destructor to linespec_state
` [PATCH 2/6] Use gdb::unordered_set in linespec_state
` [PATCH 3/6] Use std::vector "
` [PATCH 4/6] Minor cleanup in linespec.c:add_minsym
` [PATCH 5/6] Hoist lambda in linespec.c:add_matching_symbols_to_info
` [PATCH 6/6] Use bool in linespec

[PATCH v2] [gdb/symtab] Require current language before symbol lookups
 2025-01-09  2:55 UTC  (2+ messages)

[PATCH v4 0/2] RISC-V: Fix display of partial instructions
 2025-01-09  2:15 UTC  (4+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] RISC-V: Add partial instruction display tests

[PATCH v2] RISC-V: Fix disassembly of partial instructions
 2025-01-09  2:14 UTC  (11+ messages)

[PATCH 0/21] Integrate MIPS-Specific Support into Official binutils-gdb
 2025-01-09  1:11 UTC  (4+ messages)
  ` [EXTERNAL]Re: "

[PATCH] gdb, gdbserver, gdbsupport: turn regcache_register_size into methods
 2025-01-08 21:26 UTC  (4+ messages)

Two ladies and you
 2025-01-08 21:16 UTC 

[pushed] Rename two Ada test suite functions
 2025-01-08 20:06 UTC 

[PATCH RFC 0/2] Remove UST (static tracepoint) support from gdbserver
 2025-01-08 17:28 UTC  (3+ messages)
` [PATCH RFC 1/2] gdbserver: remove UST (static tracepoint) support (part 1)
` [PATCH RFC 2/2] gdbserver: remove UST (static tracepoint) support (part 2)

[pushed] [gdb/testsuite] Check gnatmake version in gdb.ada/scalar_storage.exp
 2025-01-08 15:24 UTC 

[pushed] [gdb/testsuite] Require can_spawn_for_attach in gdb.base/gstack.exp
 2025-01-08 15:07 UTC 

[PATCH] [gdb/testsuite] Fix gdb.rust/completion.exp timeout on riscv64-linux
 2025-01-08 12:47 UTC 

[pushed] [gdb/testsuite] Require supports_process_record in gdb.reverse/test_ioctl_TCSETSW.exp
 2025-01-08 11:48 UTC 

[PATCH] Require current language before symbol lookups
 2025-01-08 11:40 UTC  (4+ messages)

[PATCH] [gdb/testsuite] Skip stabs board in make-check-all.sh
 2025-01-08  9:57 UTC  (4+ messages)

[pushed] [gdb/testsuite] Fix gdb.base/reset-catchpoint-cond.exp for !supports_catch_syscall
 2025-01-08  9:06 UTC 

[PATCH] [gdb/build, c++20] Fix build with gcc 10
 2025-01-08  8:31 UTC  (3+ messages)

[PATCH v2] [gdb/build, c++20] Fix build with gcc 10
 2025-01-08  8:27 UTC 

[PATCH^8] gdb: mips: Add MIPSR6 support
 2025-01-08  2:25 UTC  (3+ messages)

[PATCH 1/1] gdb: add check for empty array
 2025-01-07 19:49 UTC  (5+ messages)
    ` [PING][PATCH "
      ` [PING 2][PATCH "

[PATCH v2 0/3] [gdb/tdep] Fix gdb.base/store.exp on s390x
 2025-01-07 19:09 UTC  (4+ messages)
` [PATCH v2 2/3] [gdb] Add gdbarch_dwarf2_reg_piece_offset hook
` [PING][PATCH v2 0/3] [gdb/tdep] Fix gdb.base/store.exp on s390x

[PATCH] Fix crash in DWARF indexer
 2025-01-07 14:45 UTC  (4+ messages)

[PATCH 1/1] testsuite: adapt to new --debug command line option
 2025-01-07 14:11 UTC  (3+ messages)

[PATCH v8 0/5] Modernize frame unwinders and add disable feature
 2025-01-07 12:11 UTC  (2+ messages)
` [PING][PATCH "

[PATCH v2] [gdb/tdep] Fix gdb.base/finish-pretty.exp on s390x
 2025-01-07 11:28 UTC  (3+ messages)

[PATCH] [gdb/tdep] Only catch NO_ENTRY_VALUE_ERROR in ppc_sysv_get_return_buf_addr
 2025-01-07 11:24 UTC 

[PATCH 1/2] gdb: remove call to get_current_regcache in keep_going_pass_signal
 2025-01-07  4:19 UTC  (2+ messages)
` [PATCH 2/2] gdb: remove duplicate call to get_thread_regcache in resume_1

Looking to get double stuffed
 2025-01-06 20:25 UTC 

[PATCH] Clarify documentation of signal numbers
 2025-01-06 18:37 UTC  (5+ messages)

[PATCH] [gdb/cli] Show LOC_CONST_BYTES var for info locals
 2025-01-06 17:20 UTC  (2+ messages)

[PATCH V2] gdb/dap - Add CompletionsRequest
 2025-01-06 17:13 UTC  (2+ messages)

[PATCH] gdb/dap - Add CompletionsRequest
 2025-01-06 17:01 UTC  (4+ messages)

[COMMITTED PATCH] Fix procfs.c compilation
 2025-01-06 15:26 UTC 

[PATCH] Handle case where DAP line can be None
 2025-01-06 14:47 UTC 

[PATCH] Handle linesStartAt1 in DAP
 2025-01-06 14:34 UTC  (2+ messages)

[PATCH v2] Don't lex floating-point number in Rust field expression
 2025-01-06 14:08 UTC  (2+ messages)

[PATCH] Remove "then" from test suite
 2025-01-06 14:01 UTC  (2+ messages)

[PATCH] [gdb/python] Handle bp creation and deletion in Breakpoint.stop
 2025-01-06 13:58 UTC  (4+ messages)

[PATCH] [gdb/python] Handle bp deletion in Breakpoint.stop
 2025-01-06 13:52 UTC 

[PATCH] Rename two maint commands
 2025-01-06 13:11 UTC  (4+ messages)

[PATCH 0/4] gdbserver: LoongArch: Add hardware watchpoint and breakpoint support
 2025-01-06 10:21 UTC  (5+ messages)
` [PATCH 1/4] gdb: LoongArch: Remove loongarch_lookup_debug_reg_state()
` [PATCH 2/4] gdb: LoongArch: Adjust loongarch_{get, remove}_debug_reg_state()
` [PATCH 3/4] gdb: LoongArch: Adjust loongarch_stopped_data_address()
` [PATCH 4/4] gdbserver: LoongArch: Add hardware watchpoint/breakpoint support

[PATCH] [gdb/build] Use const_cast in fd_copy
 2025-01-06  9:05 UTC  (3+ messages)

[PATCH] Some small cleanups in add_symbol_overload_list_qualified
 2025-01-05 19:00 UTC  (2+ messages)

[PATCH] Fix latent bug in Ada import symbol handling
 2025-01-05 18:59 UTC  (3+ messages)

[PATCH] [gdb/testsuite] Fix timeouts in gdb.threads/step-over-thread-exit.exp
 2025-01-05 10:00 UTC 

[PATCH 1/2] sim: Fix argument handling for RISC-V E syscalls
 2025-01-04 16:16 UTC  (2+ messages)

[PATCH] [gdb/testsuite] Add gdb.python/py-commands-breakpoint.exp
 2025-01-04 11:11 UTC  (2+ messages)

GDB 16.0.90 available for testing
 2025-01-04 11:00 UTC  (16+ messages)

[PATCH] [gdb/cli] Warn about forced return from signal trampoline
 2025-01-04  9:20 UTC  (3+ messages)

[PATCH 3/7] gdb: introduce the debuginfo_reader class
 2025-01-03 18:14 UTC  (2+ messages)
` [RFC] [PATCH] gdb: wrap mdebug debuginfo reading in ifdefs

[PATCH v4 0/2] Fix XPASSes with modern clang
 2025-01-03 15:02 UTC  (3+ messages)
` [PATCH v4 1/2] gdb/testsuite: fix XPASSes when testing with clang
` [PATCH v4 2/2] gdb/testsuite: ask for DWARF5 in gdb.cp/pass-by-ref.exp

[PATCH v2] gdb, configure: Add disable-formats option for configure
 2025-01-03 13:24 UTC  (5+ messages)

[PATCH v5] Add connect.exp
 2025-01-03 11:12 UTC  (2+ messages)

[PATCH v2 00/47] A new target to debug Intel GPUs
 2025-01-03  4:46 UTC  (7+ messages)
` [PATCH v2 04/47] opcodes: add intelgt as a configuration

Ill spray like a super soaker
 2025-01-02 20:27 UTC 

[PATCH v2] [gdb] Create script to convert old tests into Dwarf::assemble calls
 2025-01-02 20:23 UTC 

[PATCH 1/1] gdb/riscv: Add command to switch between numeric & abi register names
 2025-01-02 19:20 UTC 

[RFC] Use emoji to indicate errors and warnings
 2025-01-02 12:55 UTC  (4+ messages)

[PATCH 00/12] Add CET shadow stack support
 2025-01-02  9:15 UTC  (5+ messages)
` [PATCH 12/12] gdb: Enable displaced stepping with shadow stack on amd64 linux

Should we meet this weekend?
 2024-12-31 23:35 UTC 

[PATCH v2] Use 'flags' when expanding symtabs in gdbpy_lookup_static_symbols
 2024-12-31 20:36 UTC  (4+ messages)

[PATCH v5] This commit adds record full support for rv64gc instruction set
 2024-12-31 16:09 UTC  (2+ messages)
` [PATCH v6] "

[PATCH] Fix C++ template function matching in cooked index
 2024-12-30 21:36 UTC 

[PATCH v2] skip -gfile: call fnmatch without FNM_FILE_NAME
 2024-12-30 19:32 UTC  (2+ messages)

Fwd: [PATCH] skip -gfile: call fnmatch without FNM_FILE_NAME
 2024-12-30 13:22 UTC  (3+ messages)

Email still active?
 2024-12-29 10:53 UTC 

Hey bb do you want to spank me
 2024-12-29  9:38 UTC 

gdb-16 branch FROZEN
 2024-12-29  3:30 UTC  (2+ messages)
` gdb-16-branch OPEN again (was: "gdb-16 branch FROZEN")

pushed: [release/branch] Bump GDB's version number to 16.0.90.DATE-git
 2024-12-29  3:29 UTC 

pushed: [release/branch] Set GDB version number to 16.0.90
 2024-12-29  3:16 UTC 

[pushed/gdb-16] gdb/NEWS: modify "Changes since GDB 15" to "Changes in GDB 16"
 2024-12-29  3:13 UTC 

FYI/HEAD: Patches applied to branch master
 2024-12-29  3:01 UTC  (3+ messages)
` [release/HEAD 1/2] Bump version to 17.0.50.DATE-git
` [release/HEAD 2/2] Update gdb/NEWS after GDB 16 branch creation

FYI/BRANCH: Patches applied to branch gdb-16-branch
 2024-12-29  2:59 UTC  (3+ messages)
` [release/branch 1/2] Bump version to 16.0.90.DATE-git
` [release/branch 2/2] Set development mode to "off" by default

[PATCHv2 01/14] gdb/testsuite: add some xfail in gdb.base/startup-with-shell.exp
 2024-12-24 15:54 UTC  (2+ messages)
` [PUSHED] "

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox