Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH 0/7] Introduce syntax for linker-namespace specific symbols
 2025-06-05 20:17 UTC  (7+ messages)
` [PATCH 6/7] gdb: Make the parser recognize the [[N]] syntax for variables

[PATCH 1/5] gdb/amd-dbgapi: remove unnecessary AMD_DBGAPI_EVENT_KIND_NONE argument
 2025-06-05 20:16 UTC  (3+ messages)
` [PATCH 2/5] gdb/amd-dbgapi: add assert in require_forward_progress
` [PATCH 4/5] gdb/amd-dbgapi: factor out require_forward_progress overload to target one inferior

[PATCH v4 0/3] Allow debuginfo support to be selected at configure time
 2025-06-05 19:44 UTC  (8+ messages)
` [PATCH v4 3/3] gdb: Make dwarf support optional at compile time
  ` [PATCH] gdb/configure: Fix POSIX non-compliance

[PATCH 0/5] C++ify solib_ops
 2025-06-05 19:18 UTC  (6+ messages)
` [PATCH 1/5] gdb/solib: add solib -> solib_ops backlink
` [PATCH 2/5] gdb/solib: use solib::ops for operations that concern a single solib
` [PATCH 3/5] gdb/progspace: add solib_ops pointer in program_space
` [PATCH 4/5] gdb/solib-svr4: remove svr4_have_link_map_offsets
` [PATCH 5/5] gdb/solib: C++ify solib_ops

[PATCH v7 0/4] Tab complete convenience variables
 2025-06-05 18:50 UTC  (8+ messages)
` [PATCH v7 1/4] gdb: Do not create variables when parsing expressions
` [PATCH v7 2/4] gdb: Tab complete internalvars in expressions
` [PATCH v7 3/4] gdb: Tab-complete registers "
` [PATCH v7 4/4] gdb/testsuite: Test init-if-undefined

[PATCH v2 00/47] Windows non-stop mode
 2025-06-05 17:57 UTC  (53+ messages)
` [PATCH v2 14/47] Windows gdb: Simplify windows_nat_target::wait
` [PATCH v2 15/47] Windows gdb+gdbserver: Move suspending thread to when returning event
` [PATCH v2 16/47] Windows gdb: Introduce continue_last_debug_event_main_thread
` [PATCH v2 20/47] Windows gdb+gdbserver: Elim desired_stop_thread_id / rework pending_stops
` [PATCH v2 21/47] Windows gdb+gdbserver: Introduce get_last_debug_event_ptid
` [PATCH v2 22/47] Windows gdb: Can't pass signal to thread other than last stopped thread
` [PATCH v2 23/47] Windows gdbserver: Fix scheduler-locking
` [PATCH v2 26/47] Windows gdb+gdbserver: Make current_event per-thread state
` [PATCH v2 27/47] Windows gdb+gdbserver: Make last_sig "
` [PATCH v2 28/47] Windows gdb+gdbserver: Make siginfo_er "
` [PATCH v2 31/47] Windows gdb+gdbserver: Eliminate struct pending_stop
` [PATCH v2 32/47] Windows gdb: Change serial_event management
` [PATCH v2 34/47] Windows gdb: Avoid writing debug registers if watchpoint hit pending
` [PATCH v2 36/47] linux-nat: Factor out get_detach_signal code to common code
` [PATCH v2 37/47] Windows GDB: make windows_thread_info be private thread_info data
` [PATCH v2 38/47] Introduce windows_nat::event_code_to_string
` [PATCH v2 39/47] Windows gdb: Add non-stop support
` [PATCH v2 40/47] Windows gdb: Eliminate invalidate_context
` [PATCH v2 41/47] Windows gdb: Watchpoints while running (internal vs external stops)
` [PATCH v2 42/47] gdb_test_multiple: Anchor prompt match if -lbl
        ` [PATCH v2] of "
            ` [PATCH v3] "
` [PATCH v2 43/47] Windows gdb: extra thread info => show exiting
` [PATCH v2 44/47] Add gdb.threads/leader-exit-schedlock.exp
` [PATCH v2 46/47] Windows gdb: Always non-stop (default to "maint set target-non-stop on")

[PATCH 0/2] [gdb/python] Drop gdb.os
 2025-06-05 16:59 UTC  (4+ messages)
` [PATCH 1/2] [gdb/testsuite] Add gdb.python/exported-symbols.exp
` [PATCH 2/2] [gdb/python] Drop gdb.os

[PATCH] [gdb/tdep] Don't call WaitForSingleObject with INFINITE arg
 2025-06-05 16:25 UTC  (3+ messages)

[PATCH] gdb: prevent assertion after 'set debug breakpoint on'
 2025-06-05 16:20 UTC 

[PATCH] gdb/solib-svr4: make svr4_info::debug_loader_name an std::string
 2025-06-05 15:42 UTC  (3+ messages)

[PATCH] gdb/python/guile: remove some explicit calls to xmalloc
 2025-06-05 14:24 UTC  (6+ messages)
    ` [PATCHv2 0/2] gdb/python/guile: remove some xmalloc calls, fix some memory leaks
      ` [PATCHv2 1/2] gdb/python/guile: remove some explicit calls to xmalloc
      ` [PATCHv2 2/2] gdb/guile: fix memory leak in gdbscm_parse_command_name

[PATCH 0/2] Improvements to _current_linker_namespace
 2025-06-05 11:54 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] gdb/solib: Change type of convenience variable _current_linker_namespace
  ` [PATCH v2 2/2] gdb/solib: rename convenience variable to _linker_namespace

[pushed] [gdb/testsuite] Fix gdb.base/bp-permanent.exp with gcc 15
 2025-06-05  5:39 UTC 

[PATCH 0/2] gdb/alpha: Add target description support and fpcr flags
 2025-06-04 17:29 UTC  (6+ messages)
` [PATCH 1/2] gdb/alpha: Add target description support

[PATCH v2 1/2] gdb/solib-target: move name out of lm_info_target
 2025-06-04 17:06 UTC  (2+ messages)
` [PATCH v2 2/2] gdb/solib: pass lm_info, original_name and name to solib constructor

[PATCHv2] gdb: new 'info build-ids' command and associated Python API
 2025-06-04 13:13 UTC  (2+ messages)
` [PATCHv3] "

[PATCH v13 0/2] gdb: mips: Add MIPSR6 support
 2025-06-04 12:39 UTC  (3+ messages)
` [PATCH v13 1/2] gdb: mips: Apply coding guidelines
` [PATCH v13 2/2] gdb: mips: Add MIPSR6 support

[PATCH v2] [UI/TUI] Add support for italic and underline ANSI escape sequences
 2025-06-04 12:09 UTC  (4+ messages)
` [PATCH v3] "

[PATCH 0/2] Python Style API
 2025-06-04  9:39 UTC  (3+ messages)
` [PATCH 1/2] gdb/python: add gdb.Style class
` [PATCH 2/2] gdb/python: new class gdb.StyleParameterSet

[pushed] [gdb/testsuite] Fix gdb.base/exec-invalid-sysroot.exp
 2025-06-04  7:58 UTC 

[PATCH] gdb/solib: pass lm_info, original_name and name to solib constructor
 2025-06-04  4:38 UTC  (3+ messages)

[PATCH] gdb/python/guile: user created prefix commands get help list
 2025-06-03 19:52 UTC  (4+ messages)

[PATCH] gdb/testsuite: also compile foll-exec.exp as C++
 2025-06-03 19:00 UTC  (3+ messages)

[PATCH] Fix build when RUSAGE_THREAD is not available & add warning
 2025-06-03 16:45 UTC  (4+ messages)

[pushed] Clean up comment in dw2-ranges-psym-warning.exp
 2025-06-03 14:11 UTC 

[PATCH] gdbserver: Update require_int function to parse offset for pread packet
 2025-06-03 13:48 UTC  (2+ messages)

[PATCH] gdb/testsuite: use TESTS from make-check-all.sh
 2025-06-03 13:44 UTC 

[PATCHv3] gdb: support zero inode in generate-core-file command
 2025-06-03 11:01 UTC  (3+ messages)
` [PATCHv4] "

[PATCH] gdb: filename completion for pipe command -- the shell command bit
 2025-06-03  9:34 UTC 

[PATCH] RFC: gdb: redo whitespace-stripping from commands
 2025-06-02 23:39 UTC  (11+ messages)
`  "
  ` [PATCH] "
    ` [PATCH v3] "

[PATCH v3] Handle dynamic DW_AT_data_bit_offset
 2025-06-02 20:34 UTC  (2+ messages)

[PATCH v2] Handle dynamic DW_AT_data_bit_offset
 2025-06-02 20:13 UTC  (3+ messages)

[PATCH v2] [gdb/cli] Used captured per_command_time in worker threads
 2025-06-02 19:47 UTC  (2+ messages)

[PATCH] gdb: use quoted filename completion for the shell command
 2025-06-02 19:36 UTC  (3+ messages)

[PATCH] Handle dynamic DW_AT_data_bit_offset
 2025-06-02 18:26 UTC  (3+ messages)

[PATCH] [gdb/tdep] Fix inferior call return of small char array for ppc64 v1 abi
 2025-06-02 18:20 UTC  (3+ messages)

[PATCH v2] [gdb/tdep] Fix inferior call return of small char array for ppc64 v1 abi
 2025-06-02 18:18 UTC 

[PATCH] [gdb/cli] Used captured per_command_time in worker threads
 2025-06-02 17:57 UTC  (3+ messages)

[PATCH] Fix DAP defer_stop_events implementation
 2025-06-02 17:48 UTC  (3+ messages)

[PATCH 0/2] handle struct type in evaluate_subexp_for_address_base
 2025-06-02 16:08 UTC  (9+ messages)
` [PATCH 1/2] gdb: remove unused argument "
` [PATCH 2/2] gdb: handle struct type "
` [PATCH v2 0/2] handle struct and union types "
` [PATCH v2 1/2] gdb: remove unused argument "
` [PATCH v2 2/2] gdb: handle struct and union types "

[PATCH] config: Update obsolete macro in pkg.m4
 2025-06-02 15:28 UTC  (2+ messages)

[PATCH] Treat attributes as code in DWARF assembler
 2025-06-02 14:54 UTC  (4+ messages)

[PATCH 0/2] [gdb/python] Improve handling of star import
 2025-06-02 13:23 UTC  (7+ messages)
` [PATCH 1/2] [gdb/python] Reimplement F405 fix
` [PATCH 2/2] [gdb/python] Add _impl__init__.py

[PATCH] or1k: Add support for numcores and coreid sprs
 2025-06-01 15:38 UTC 

[PATCH] [gdb/tdep] Fix gdb.ada/finish-var-size.exp on ppc64le-linux
 2025-06-01 12:15 UTC  (3+ messages)

[PATCH] Do not allocate macro_scope on the heap
 2025-05-31 14:50 UTC  (3+ messages)

[PATCH 0/6] Self tests improvements
 2025-05-31 14:19 UTC  (10+ messages)
` [PATCH 1/6] gdb/testsuite: namespace procs in lib/selftest-support.exp
` [PATCH 2/6] gdb/testsuite: remove function parameter from do_self_tests
` [PATCH 3/6] gdb/testsuite: do not copy gdb executable in self tests
` [PATCH 4/6] gdb/testsuite: use libtool to launch selftests
` [PATCH 5/6] gdb/testsuite: turn thread events off in selftests
` [PATCH 6/6] gdb/testsuite: get real executable in gdb.gdb/index-file.exp

[PATCH 0/2] [gdb/testsuite] gdb.base/default.exp improvements
 2025-05-31  9:26 UTC  (3+ messages)
` [PATCH 1/2] [gdb/testsuite] Handle remote host in some test-cases
` [PATCH 2/2] [gdb/testsuite] Use regexp to match $_gdb_{major,minor}

GDB 17.1 release -- 2025-05-30 Update
 2025-05-31  0:32 UTC 

[pushed] gdb: fix DW_AT_compile_unit -> DW_TAG_compile_unit in comment
 2025-05-30 20:20 UTC 

[PATCH] Remove some Rust expression helpers
 2025-05-30 20:19 UTC  (2+ messages)

[PATCH 0/2][PR GDB/32956] gdb: fix GDB failing to find build-id debug files in linux mount namespaces
 2025-05-30 19:50 UTC  (2+ messages)

[PATCH v2] gdb: introduce a per-interpreter event servicing method
 2025-05-30 17:42 UTC 

[PATCH v2] sim: configury: fix obsolete macros
 2025-05-30 15:28 UTC  (3+ messages)

[PATCH v2] Require Python 3.4
 2025-05-30 13:11 UTC  (4+ messages)

[PATCH] sim: configury: fix obsolete macros
 2025-05-30  0:56 UTC  (3+ messages)

[PATCH] gdb: remove corner case when canonicalizing riscv syscall names
 2025-05-29 17:42 UTC  (5+ messages)
` [PATCH v2] gdb: update "
  ` [PING][PATCH "

[PATCH] gdb/dap: fix completion request for empty strings
 2025-05-29 17:03 UTC  (2+ messages)

[pushed] gdb, gdbsupport: fix all `;;` instances
 2025-05-29 15:16 UTC 

[PATCH 0/8] Some solib cleanups
 2025-05-29 15:08 UTC  (11+ messages)
` [PATCH 4/8] gdb/solib: move solist.h content to solib.h
` [PATCH 5/8] gdb/solib: boolify in_dynsym_resolve_code functions

page:  |  | latest

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