Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH] gdb/jit: use correctly-sized array view in deprecated_frame_register_read call
 2025-01-11 20:29 UTC  (3+ messages)

[pushed] Update comment in linespec.c
 2025-01-11 18:55 UTC 

[PATCH 0/2] More use of bool in linespec
 2025-01-11 18:53 UTC  (3+ messages)
` [PATCH 1/2] Use bool for parameter of add_sal_to_sals
` [PATCH 2/2] Use bool in decode_line_2_item

[PATCH 0/2] Improvements to a few GDB frame unwind functions
 2025-01-11 16:01 UTC  (10+ messages)
` [PATCH 1/2] GDB: frame: Make VALUEP argument optional in frame_register_unwind
` [PATCH 2/2] GDB: Use gdb::array_view for buffers used in register reading and unwinding

[RFC PATCH v4 00/15] gdbserver improvements for AArch64 SVE support
 2025-01-11 15:54 UTC  (21+ 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 06/15] gdbserver: Implement p and P packets

[PATCH] [gdb/tdep] Fix gdb.ada/O2_float_param.exp on s390x-linux
 2025-01-11  8:45 UTC 

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

[PATCH v1] [gdb/python] Bploc should try to return full path
 2025-01-10 22:10 UTC 

[PATCH v2 0/8] Remove UST (static tracepoint) support from gdbserver
 2025-01-10 19:04 UTC  (13+ messages)
` [PATCH v2 1/8] gdb, doc: do a minor fix in the description of qTSTMat
` [PATCH v2 2/8] gdb, doc: mention the 'S' option for the QTDP packet
` [PATCH v2 3/8] gdb, doc: describe the 'L' tracepoint action
` [PATCH v2 4/8] gdbserver: remove UST (static tracepoint) support (part 1)
` [PATCH v2 5/8] gdbserver: remove UST (static tracepoint) support (part 2)
` [PATCH v2 6/8] gdbserver: do not announce static tracepoint support
` [PATCH v2 7/8] gdbserver: remove the static_tracepoint enum value
` [PATCH v2 8/8] gdbserver: remove handling of the 'L' tracepoint action

[PATCH v2] gdb/jit: fix jit-reader linetable integrity
 2025-01-10 18:46 UTC  (2+ messages)

[PATCH v5] This commit adds record full support for rv64gc instruction set
 2025-01-10 18:12 UTC  (3+ messages)
` [PATCH v6] "

[pushed 0/2] Pushed
 2025-01-10 17:32 UTC  (3+ messages)
` [pushed 1/2] GDB: remote: Print total bytes received in debug message
` [pushed 2/2] GDB: trad-frame: Store length of value_bytes in trad_frame_saved_reg

[RFC] Use emoji to indicate errors and warnings
 2025-01-10 17:25 UTC  (2+ messages)

[PATCH 1/1] gdb, linespec: filename-qualified explicit line BP missed
 2025-01-10 17:09 UTC  (2+ messages)

[pushed] Minor test case updates for gnat-llvm
 2025-01-10 16:13 UTC 

[PATCH v2] [gdb] Create script to convert old tests into Dwarf::assemble calls
 2025-01-10 12:50 UTC  (2+ messages)

[PATCH] Fix a syntax error in sim/common/cgen-mem.h
 2025-01-10 12:36 UTC 

[PATCH v3 0/1] gdb: Fix start command for Windows
 2025-01-10  9:50 UTC  (4+ messages)
` [PATCH v3 1/1] gdb: abort start command if there is no symbol for 'main_name ()'

[PATCH] [gdb/tdep] Fix gdb.cp/non-trivial-retval.exp on riscv64-linux
 2025-01-10  9:20 UTC  (2+ messages)

[PATCH v2 0/6] fix PR gdb/19340
 2025-01-10  7:29 UTC  (8+ messages)
` [PATCH v2 5/6] gdb, infrun: fix silent inferior switch in do_target_wait()

[PATCH] Remove gnatmake_version_at_least
 2025-01-09 20:24 UTC 

[PATCH] [gdb/testsuite] Fix gdb.rust/completion.exp timeout on riscv64-linux
 2025-01-09 20:03 UTC  (2+ messages)

[PATCH v2] [gdb/build, c++20] Fix build with gcc 10
 2025-01-09 20:00 UTC  (2+ messages)

[PATCH 0/3] More AVX support improvements
 2025-01-09 19:38 UTC  (4+ messages)
` [PATCH 1/3] gdb/record: add support for floating point vmov instructions
` [PATCH 2/3] gdb/record: add support for floating point vunpck instructions
` [PATCH 3/3] gdb/record: add support for AVX floating point arithmetic instructions

[PATCH RFC 0/2] Remove UST (static tracepoint) support from gdbserver
 2025-01-09 16:17 UTC  (4+ 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-09 15:48 UTC  (3+ messages)

[PATCH v5] Add connect.exp
 2025-01-09 14:13 UTC  (2+ messages)

[PATCH v2 1/2] [gdb/tdep] Use symbolic constants in s390_prologue_frame_unwind_cache
 2025-01-09 13:33 UTC  (5+ messages)
` [PATCH v2 2/2] [gdb/tdep] Fix gdb.base/readnever.exp on s390x

[PATCH v2 00/11] gdbserver: refactor regcache
 2025-01-09 12:49 UTC  (24+ messages)
` [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 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] "

[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  (10+ 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 

[pushed] [gdb/testsuite] Require can_spawn_for_attach in gdb.base/gstack.exp
 2025-01-08 15:07 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  (3+ 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^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  (4+ 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  (11+ 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