public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] Add support for symbol addition to the Python API
 2024-02-06 17:50 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] Use save_vars when saving and restoring GDBFLAGS
 2024-02-06 17:31 UTC 

[PATCH] Use bool in dynamic type code
 2024-02-06 17:24 UTC 

[PATCH v4] gdb, python: selectively omit enabling stdin in gdb.execute
 2024-02-06 17:22 UTC  (3+ messages)
` [PATCH v5] "

[PATCH 0/5] Random cleanup patches
 2024-02-06 17:14 UTC  (6+ messages)
` [PATCH 1/5] gdb: add program_space parameter to mark_breakpoints_out
` [PATCH 2/5] gdb: add inferior parameter to breakpoint_init_inferior
` [PATCH 3/5] gdb: add program_space parameter to disable_breakpoints_in_shlibs
` [PATCH 4/5] gdb: add program_space parameter to clear_solib
` [PATCH 5/5] gdb: remove unnecessary nullptr check in remove_user_added_objfile

[PATCH v5] remote.c: Make packet_check_result return a structure
 2024-02-06 16:06 UTC  (2+ messages)

[PATCH] gdb: remove core_bfd macro
 2024-02-06 15:57 UTC  (3+ messages)

[PATCH] Fix AIX build break
 2024-02-06 15:54 UTC  (17+ messages)

[FYI/pushed v4 00/25] Step over thread clone and thread exit
 2024-02-06 15:12 UTC  (5+ messages)
` [FYI/pushed v4 08/25] Thread options & clone events (Linux GDBserver)

[PATCH] gdb: LoongArch: Implement the get_syscall_number gdbarch method
 2024-02-06 10:55 UTC  (2+ messages)

[PATCH 0/2] gdb: LoongArch: Add vector & lbt extensions support
 2024-02-06 10:54 UTC  (4+ messages)
` [PATCH 1/2] gdb: LoongArch: Add vector "
` [PATCH 2/2] gdb: LoongArch: Add LBT extension support

[PATCH] Fix disabling of year 2038 support on 32-bit hosts by default
 2024-02-06  8:26 UTC  (9+ messages)

[PATCH 0/2] Rename two structures
 2024-02-05 21:11 UTC  (5+ messages)
` [PATCH 1/2] gdb: rename struct shobj -> struct solib
` [PATCH 2/2] gdb: rename target_so_ops to solib_ops

[RFC] Adding a SECURITY policy for GDB
 2024-02-05 21:01 UTC  (10+ messages)
  ` [V3] "

[PATCH] [gdb/tdep] Fix use-after-free in arm_exidx_fill_cache
 2024-02-05 20:24 UTC  (4+ messages)

[PATCH] Avoid an allocation in attr_to_dynamic_prop
 2024-02-05 19:12 UTC  (3+ messages)

[PATCH] [PR gdb/31328] gdb: Fix building with clang
 2024-02-05 17:50 UTC  (2+ messages)

[PATCH] Handling of arrays with optimized-out bounds
 2024-02-05 14:57 UTC  (2+ messages)

[PATCH] Remove remnants of partial DIEs from DWARF reader
 2024-02-05  4:22 UTC  (2+ messages)

[PATCH] Use reference result of emplace_back
 2024-02-04 19:01 UTC  (2+ messages)

[PATCH v4] gdb/debuginfod: Ctrl-C asks to cancel further downloads
 2024-02-03  2:15 UTC 

Sale
 2024-02-03  0:51 UTC 

[PATCH^3] gdb: mips: Add MIPSR6 support
 2024-02-02 20:57 UTC  (3+ messages)

[PATCH] Rewrite Rust slice type handling
 2024-02-02 18:20 UTC 

[PATCH] gdb: attach to a process when the executable has been deleted
 2024-02-02 15:46 UTC  (3+ messages)

[PATCH] gdb/unwinders: better support for $pc not saved
 2024-02-02 15:19 UTC  (4+ messages)
` [PATCHv2] "

[PATCH 0/2] Fixes to gdb.threads/threadcrash.exp
 2024-02-02 12:04 UTC  (4+ messages)
` [PATCH 1/2] gdb/testsuite: fix gdb.threads/threadcrash.exp on 32-bit arm targets
` [PATCH 2/2] gdb/testsuite: reduce gdb.threads/threadcrash.exp reliance on libc symbols

[PATCH] gdb/testsuite: make gdb.base/list-nodebug.exp pass without libc symbols
 2024-02-02 11:05 UTC  (7+ messages)

[Committed] MAINTAINERS: Update my e-mail address
 2024-02-02  6:03 UTC 

[PATCH 0/3] Fix inline function stepping
 2024-02-01 21:35 UTC  (7+ messages)
` [PATCH 1/3] gdb: Fix missed inline callsite when the frame has changed
` [PATCH 2/3] gdb: Don't stop at non-statement line after stepping into inline function
  ` [PATCH v2 "
` [PATCH 3/3] gdb: Fix 'next' skipping over remainder of "

[pushed] Fix "objstack" typo
 2024-02-01 16:29 UTC 

[PATCH 0/7] x86/Linux Target Description Changes
 2024-02-01 15:28 UTC  (8+ messages)
` [PATCH 1/7] gdbserver: convert have_ptrace_getregset to a tribool
` [PATCH 2/7] gdb/x86: move reading of cs and ds state into gdb/nat directory
` [PATCH 3/7] gdbserver/x86: move no-xml code earlier in x86_linux_read_description
` [PATCH 4/7] gdb/gdbserver: share I386_LINUX_XSAVE_XCR0_OFFSET definition
` [PATCH 5/7] gdb/gdbserver: share some code relating to target description creation
` [PATCH 6/7] gdbserver: update target description creation for x86/linux
` [PATCH 7/7] gdb/gdbserver: share x86/linux tdesc caching

[PATCH] gdb: Fix bps on inline callsites stopping in wrong frame
 2024-02-01 14:49 UTC  (2+ messages)

[PATCH] Rename SEARCH_ALL
 2024-02-01 14:10 UTC  (3+ messages)

[PATCH 0/2] Fix remaining gdb.trace/ duplicate test names
 2024-02-01 13:04 UTC  (3+ messages)
` [PATCH 1/2] gdb/testsuite: fix some more duplicate test names in gdb.trace/
` [PATCH 2/2] gdb/testsuite: fix duplicate test names in gdb.trace/circ.exp

[PATCH v5 0/3] Dynamic properties of pointers
 2024-02-01 12:37 UTC  (5+ messages)
` [PATCH v5 1/3] gdb/testsuite: Fix indentation issues in gdb.dwarf2/dynarr-ptr.exp

[PUSHED] gdb/testsuite: fix some duplicate test names in gdb.trace/
 2024-02-01 10:49 UTC 

[PUSHED] gdb/testsuite: fix duplicate test names in gdb.base/cond-eval-mode.exp
 2024-02-01 10:08 UTC 

[PATCH v8 0/1] sim: riscv: Compressed instruction simulation
 2024-02-01  4:42 UTC  (2+ messages)
` [PATCH v8 1/1] sim: riscv: Add support for compressed integer instructions

[PATCH] gdb: remove some unnecessary frame_info_ptr resets
 2024-01-31 21:20 UTC  (3+ messages)

[PATCH v7 0/1] sim: riscv: Compressed instruction simulation
 2024-01-31 18:18 UTC  (3+ messages)
` [PATCH v7 1/1] sim: riscv: Add support for compressed integer instructions

[PATCH] Really fix Windows gdbserver segment registers
 2024-01-30 17:18 UTC  (3+ messages)

[COMMITTED] sim: bpf: remove support for ldinddw and ldabsdw instructions
 2024-01-29 21:28 UTC 

[PATCH] gdb: Use SYS_DOMAIN instead of DOMAIN when calling sym-domains.def
 2024-01-29 20:23 UTC  (4+ messages)
  ` [PATCH] gdb: Use SYM_DOMAIN "

Help with break in printf function
 2024-01-29 18:50 UTC  (4+ messages)

[PATCH v2 00/30] Restructure symbol domains
 2024-01-29 18:20 UTC  (5+ messages)
` [PATCH v2 10/30] Use a .def file for domain_enum

[PATCH] [gdb/testsuite] Update xfail in gdb.threads/attach-many-short-lived-threads.exp
 2024-01-29 18:13 UTC  (7+ messages)

[PATCH v2] Raise exception if ambiguous name is used in gdb.parameter
 2024-01-29 16:04 UTC  (6+ messages)
    ` [PING 2] "

[PATCH v3] Raise exception if ambiguous name is used in gdb.parameter
 2024-01-29 15:59 UTC 

[PATCH] Fix backtrace limit stopping on inline frame
 2024-01-29 14:35 UTC  (5+ messages)
  ` [PING] "

[PATCH v4] remote.c: Make packet_check_result return a structure
 2024-01-29 10:01 UTC  (2+ messages)

[PATCH 0/5] Fix race when writing to index cache
 2024-01-28 16:28 UTC  (6+ messages)
` [PATCH 1/5] Rename members of index_cache_store_context
` [PATCH 2/5] Capture directory in index_cache_store_context
` [PATCH 3/5] Capture the per-BFD object "
` [PATCH 4/5] Move the 'store' method to index_cache_store_context
` [PATCH 5/5] Avoid race when writing to index cache

[PATCH] Allow calling of C++ methods from python
 2024-01-26 17:02 UTC  (6+ messages)

[PATCH] Fix raw-frame-arguments in combination with frame-filters
 2024-01-26 17:02 UTC  (4+ messages)

[PATCH v2] gdb/s390: Add packed-stack support to the backchain unwinder
 2024-01-26 16:34 UTC  (2+ messages)

[PATCH] rs6000, unwind-on-each-instruction fix
 2024-01-25 21:35 UTC 

Solid State Drive (SSD)
 2024-01-25 19:53 UTC 

[pushed] gdb: remove get_gdb_program_name
 2024-01-25 19:44 UTC 

[PATCH] Move lookup_name_info creation into basic_lookup_transparent_type
 2024-01-25 18:19 UTC 

[PATCH] [gdb/build] Workaround gcc PR113599
 2024-01-25 15:30 UTC  (4+ messages)

[PATCH] [gdb/testsuite] Fix gdb.base/eh_return.exp
 2024-01-25 15:27 UTC  (5+ messages)

[PATCH] [gdb/testsuite] Fix regexp in vgdb_start
 2024-01-25 14:44 UTC  (2+ messages)

[PATCH] Fix attach-twice.c testcase for AIX
 2024-01-25 14:42 UTC  (5+ messages)

[PATCH] Avoid race when reading dwz file
 2024-01-25 13:51 UTC 

[PATCH] [gdb/exp] Fix printing of out of bounds struct members
 2024-01-25 12:56 UTC  (5+ messages)

[RFC v2][PR symtab/30520 1/4] gdb/symtab: check name matches before expanding a CU
 2024-01-25  8:44 UTC  (2+ messages)
` [RFC v2][PR symtab/30520] gdb/symtab: fix the gdb.cp/anon-struct test

[PATCH] gdb/testsuite: Fix testing of "info copying"
 2024-01-24 17:09 UTC  (2+ messages)

[PATCH v2] [gdb/exp] Fix printing of out of bounds struct members
 2024-01-24 16:10 UTC 

[PATCH 0/3] Fix ordering of configurationDone and launch
 2024-01-24 15:48 UTC  (4+ messages)
` [PATCH 1/3] Export dap_initialize
` [PATCH 2/3] Clean up suppress_new_breakpoint_event
` [PATCH 3/3] Fix DAP launch and configurationDone requests

[PATCH] Emit stopped event for DAP attach request
 2024-01-24 15:31 UTC  (2+ messages)

[PATCH] gdb : Signal to pstack/gdb kills the attached process
 2024-01-24 15:19 UTC  (9+ messages)
  ` [External] : "
    ` [External] : Re: [PATCH v2] "
        ` [External] : Re: [PATCH v3] "

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