public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCHv3 0/7] Further filename completion improvements
 2024-07-04 15:34 UTC  (17+ messages)
` [PATCHv4 00/14] "
  ` [PATCHv4 01/14] gdb: split apart two different types of filename completion
  ` [PATCHv4 02/14] gdb: deprecated filename_completer and associated functions
  ` [PATCHv4 03/14] gdb: improve escaping when completing filenames
  ` [PATCHv4 04/14] gdb: move display of completion results into completion_result class
  ` [PATCHv4 05/14] gdb: simplify completion_result::print_matches
  ` [PATCHv4 06/14] gdb: add match formatter mechanism for 'complete' command output
  ` [PATCHv4 07/14] gdb: apply escaping to filenames in 'complete' results
  ` [PATCHv4 08/14] gdb: improve gdb_rl_find_completion_word for quoted words
  ` [PATCHv4 09/14] gdb: implement readline rl_directory_rewrite_hook callback
  ` [PATCHv4 10/14] gdb: new extract_single_filename_arg helper function
  ` [PATCHv4 11/14] gdb: extend completion of quoted filenames to work in brkchars phase
  ` [PATCHv4 12/14] gdb: add remove-symbol-file command completion
  ` [PATCHv4 13/14] gdb: allow quoted filenames for commands that have custom completion
  ` [PATCHv4 14/14] gdb: 'target ...' commands now expect quoted/escaped filenames

[PATCH v4 0/2] Add amd64 LAM watchpoint support
 2024-07-04 14:06 UTC  (9+ messages)
` [PATCH v4 1/2] gdb: Make tagged pointer support configurable
` [PATCH v4 2/2] LAM: Enable tagged pointer support for watchpoints

[PATCH v2] gdb: fix "frame function" issue when call is last instruction
 2024-07-04 11:57 UTC  (3+ messages)

[PATCH 00/46] A new target to debug Intel GPUs
 2024-07-04  6:47 UTC  (57+ messages)
` [PATCH 01/46] gdb, intelgt: add intelgt as a basic machine
` [PATCH 02/46] bfd: add intelgt target to BFD
` [PATCH 03/46] ld: add intelgt as a target configuration
` [PATCH 04/46] opcodes: add intelgt as a configuration
` [PATCH 05/46] gdb, arch, intelgt: add intelgt arch definitions
` [PATCH 06/46] gdb, intelgt: add the target-dependent definitions for the Intel GT architecture
` [PATCH 07/46] gdb, gdbserver, gdbsupport: add 'device' tag to XML target description
` [PATCH 08/46] gdb, intelgt: add disassemble feature for the Intel GT architecture
` [PATCH 09/46] gdbsupport, filestuff, ze: temporary files
` [PATCH 10/46] gdb, gdbserver, ze: in-memory libraries
` [PATCH 11/46] gdb, gdbserver, rsp, ze: acknowledge libraries
` [PATCH 12/46] gdb, solib, ze: solib_bfd_open_from_target_memory
` [PATCH 13/46] gdb, remote, ze: fix "$Hc-1#09...Packet received: E01" during startup
` [PATCH 14/46] gdb, infrun, ze: allow saving process events
` [PATCH 15/46] gdb, ze: add TARGET_WAITKIND_UNAVAILABLE
` [PATCH 16/46] gdb, infrun, ze: handle stopping unavailable threads
` [PATCH 17/46] gdb, infrun, ze: allow resuming "
` [PATCH 18/46] gdb, gdbserver, ze: add U stop reply
` [PATCH 19/46] gdb, gdbserver, ze: add library notification to "
` [PATCH 20/46] gdbserver, ze: report TARGET_WAITKIND_UNAVAILABLE events
` [PATCH 21/46] gdb, ze: handle TARGET_WAITKIND_UNAVAILABLE in stop_all_threads
` [PATCH 22/46] gdb, remote: handle thread unavailability in print_one_stopped_thread
` [PATCH 23/46] gdb, remote: do 'remote_add_inferior' in 'remote_notice_new_inferior' earlier
` [PATCH 24/46] gdb, remote: handle a generic process PID in remote_notice_new_inferior
` [PATCH 25/46] gdb, remote: handle a generic process PID in process_stop_reply
` [PATCH 26/46] gdb: revise the pid_to_exec_file target op
` [PATCH 27/46] gdb: use the pid from inferior in setup_inferior
` [PATCH 28/46] gdb: load solibs even when exec_bfd does not exist
` [PATCH 29/46] gdbserver: import AC_LIB_HAVE_LINKFLAGS macro into the autoconf script
` [PATCH 30/46] gdbserver: add a pointer to the owner thread in regcache
` [PATCH 31/46] gdbserver: dump 'xx...x' in collect_register_as_string for unavailable register
` [PATCH 32/46] gdbserver: wait for stopped threads in queue_stop_reply_callback
` [PATCH 33/46] gdbserver: adjust pid after the target attaches
` [PATCH 34/46] gdb: do not create a thread after a process event
` [PATCH 35/46] gdb, ze: on a whole process stop, mark all threads as not_resumed
` [PATCH 36/46] gdb, dwarf, ze: add DW_OP_INTEL_regval_bits
` [PATCH 37/46] gdbserver, ze, intelgt: introduce ze-low and intel-ze-low targets
` [PATCH 38/46] testsuite, sycl: add SYCL support
` [PATCH 39/46] testsuite, sycl: add test for backtracing inside a kernel
` [PATCH 40/46] testsuite, sycl: add test for 'info locals' and 'info args'
` [PATCH 41/46] testsuite, sycl: add tests for stepping and accessing data elements
` [PATCH 42/46] testsuite, sycl: add test for 1-D and 2-D parallel_for kernels
` [PATCH 43/46] testsuite, sycl: add test for scheduler-locking
` [PATCH 44/46] testsuite, arch, intelgt: add a disassembly test
` [PATCH 45/46] testsuite, arch, intelgt: add intelgt-program-bp.exp
` [PATCH 46/46] testsuite, sycl: test canceling a stepping flow

[PATCH] Hurd: do not include defs.h when compiling MiG stubs since they are compiled as C files
 2024-07-03 22:05 UTC 

[PATCH] Port GDB to Hurd x86_64
 2024-07-03 21:48 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2] Port GDB to Hurd x86_64
 2024-07-03 21:45 UTC 

[PATCH v4 0/5] Modernize frame unwinders and add disable feature
 2024-07-03 17:53 UTC  (8+ messages)
` [PATCH v4 1/5] gdb: make gdbarch store a vector of frame unwinders
` [PATCH v4 2/5] gdb: add "unwinder class" to "
` [PATCH v4 3/5] gdb: Migrate frame unwinders to use C++ classes
` [PATCH v4 4/5] gdb: introduce ability to disable frame unwinders
` [PATCH v4 5/5] gdb/testsuite: Test for a backtrace through object without debuginfo

[PATCH v2] gdb: Update SECURITY.txt to mention extension scripts and internal errors
 2024-07-03 17:13 UTC  (2+ messages)
` [PING][PATCH "

[PATCH] gdb: reintroduce reg_buffer::m_readonly in place of m_has_pseudo
 2024-07-03 13:00 UTC  (3+ messages)

[PATCH] Use lwp field in ptid for AIX
 2024-07-03  2:54 UTC  (4+ messages)

[PATCH 0/3] [gdb/symtab] Fix some issues with macro complaints
 2024-07-02 22:03 UTC  (5+ messages)
` [PATCH 1/3] [gdb/symtab] Emit malformed macro definition complaint once
` [PATCH 2/3] [gdb/symtab] Fix incorrect complaint for imported definition
` [PATCH 3/3] [gdb/symtab] Don't complain about stdc-predef.h include

[PATCH] Add returnValue scope to DAP
 2024-07-02 18:22 UTC  (3+ messages)

[pushed] Accept unnamed array in gdb.ada/limited-length.exp
 2024-07-02 17:13 UTC 

[PATCH v3 0/2] Remove MPX
 2024-07-02 13:23 UTC  (8+ messages)
` [PATCH v3 1/2] gdb, testsuite, python: Add missing imports
` [PATCH v3 2/2] gdb, gdbserver, python, testsuite: Remove MPX

[PATCH v2 0/6] fix PR gdb/19340
 2024-07-02  9:21 UTC  (4+ messages)
` [PING] "
  ` [PING v2] "
    ` [PING v3] "

[PATCH] gdb: fix "frame function" issue when call is last instruction
 2024-07-01 19:50 UTC  (2+ messages)

GDB 15.1 release update (2024-06-30)
 2024-07-01  2:41 UTC 

[PATCH] [gdb] Prune inferior after switching inferior
 2024-06-30 20:18 UTC  (2+ messages)

[PATCH v2 0/3] Improve debugging of optimized code
 2024-06-30 19:46 UTC  (2+ messages)

[PATCH v2] [gdbsupport] Fix -Wenum-constexpr-conversion in enum-flags.h
 2024-06-30 19:38 UTC  (2+ messages)

[PATCH] libiberty: sync with gcc
 2024-06-29 17:17 UTC 

[PATCH v4] gdb/debuginfod: Ctrl-C asks to cancel further downloads
 2024-06-28 20:37 UTC  (5+ messages)

[PATCH 1/3] [gdb/exp] Allow internal function to indicate return type
 2024-06-28 17:30 UTC  (4+ messages)
` [PATCH 2/3] [gdb/exp] Fix ptype $_creal/$_cimag

[PATCH 00/26] gdbserver: refactor regcache and allow gradually populating
 2024-06-28 12:17 UTC  (4+ messages)
` [PATCH 26/26] gdbserver: allow gradually populating and selectively storing a regcache

[PATCH v8] Add a test for the gcore script
 2024-06-28  9:33 UTC  (2+ messages)

[PATCH v2 3/3] Fix range end handling of inlined subroutines
 2024-06-28  7:50 UTC 

[PATCH v2 2/3] Introduce a new line table flag is_weak
 2024-06-28  7:49 UTC 

[PATCH v2 1/3] Fix handling of DW_AT_entry_pc of inlined subroutines
 2024-06-28  7:48 UTC 

[PATCH v5 0/4] PR gdb/31353
 2024-06-27 19:12 UTC  (4+ messages)
` [PING] "
  ` [PING v2] "

[PATCH 0/2] Initial work for testing gnat-llvm
 2024-06-27 19:09 UTC  (4+ messages)
` [PATCH 1/2] Introduce and use foreach_gnat_encoding

[PATCH v2] gdb,testsuite: fix gdb.base/list-dot-nodebug and make it more robust
 2024-06-27 18:42 UTC 

[PATCH^5] gdb: mips: Add MIPSR6 support
 2024-06-27 16:05 UTC  (7+ messages)

[PATCH 0/2] string type overloads for some path manipulation functions
 2024-06-27 14:22 UTC  (3+ messages)

[PATCH] gdb,testsuite: add XFAIL to gdb.base/list-dot-nodebug
 2024-06-27 12:51 UTC  (3+ messages)

[PATCH v2 0/2] Remove MPX
 2024-06-27  8:37 UTC  (6+ messages)
` [PATCH v2 2/2] gdb, gdbserver, python, testsuite: "

[PATCH v4 0/4] Make linux checkpoints work with multiple inferiors
 2024-06-26 12:25 UTC  (6+ messages)
` [PATCH v4 1/4] "
` [PATCH v4 2/4] Capitalize output of successful checkpoint command
` [PATCH v4 3/4] Print only process ptids from linux-fork.c
` [PATCH v4 4/4] Linux checkpoints: Update NEWS and gdb.texinfo regarding multiple inferiors

[PATCH v3 0/2] Add amd64 LAM watchpoint support
 2024-06-26 11:30 UTC  (4+ messages)
` [PATCH v3 2/2] LAM: Enable tagged pointer support for watchpoints

[PATCH v2] [gdb/testsuite] Fix timeout in gdb.base/bg-execution-repeat.exp
 2024-06-26  7:06 UTC  (3+ messages)

[pushed] [gdb/testsuite] Minor cleanup in gdb.base/bg-execution-repeat.exp
 2024-06-26  7:05 UTC 

[PATCH 1/2] [gdb/symtab] Remove dead code in parse_macro_definition
 2024-06-26  6:33 UTC  (6+ messages)
` [PATCH 2/2] [gdb/symtab] Malloc/free less "

[PATCH v2] [gdb/symtab] Simplify memory management in parse_macro_definition
 2024-06-26  6:32 UTC 

[PATCH] [gdbsupport] Fix -Wenum-constexpr-conversion in enum-flags.h
 2024-06-25 19:42 UTC  (4+ messages)

[PATCH] Hurd port: update interface to match upstream and fix warnings
 2024-06-25 17:05 UTC  (5+ messages)

[PATCH] gdb/doc: the all-doc build target should build .... all docs
 2024-06-25 13:39 UTC  (3+ messages)

[PATCHv2 0/5] gdb/doc: parallel build fixes and improvements
 2024-06-25 13:39 UTC  (10+ messages)
` [PATCHv3 0/6] "
  ` [PATCHv3 6/6] gdb/doc: fix parallel build of pdf and dvi files

[PATCH v2 0/3] Small step in supporting AVX instructions
 2024-06-25 11:46 UTC  (4+ messages)

[PATCH v2] [RFC] Contributing a thread fork testcase for AIX
 2024-06-25 10:22 UTC  (4+ messages)

[PATCH v2 0/2] gdb: LoongArch: Add support for hardware watchpoint & breakpoint
 2024-06-24 21:55 UTC  (2+ messages)

[PATCH 1/1 V5] gdb : Signal to pstack/gdb kills the attached process
 2024-06-24 20:04 UTC  (9+ messages)
          ` [External] : "

[PATCH 1/1] gdb: use alternative for demangled name for non-demangeable linkage names
 2024-06-24 19:16 UTC  (3+ messages)

[PATCH] Fix gdb.lookup_type for function-local types
 2024-06-24 17:42 UTC  (6+ messages)

[PATCH 1/4] Handle anonymous fields and base classes in NoOpStructPrinter
 2024-06-24 15:49 UTC  (6+ messages)
  ` [PATCH 2/4] Make it possible to disable pretty-printers in make_visualizer
  ` [PATCH 3/4] Use custom format argument in NoOpScalarPrinter

[PATCH v3] Fix signal unsafe call inside a signal
 2024-06-24 15:30 UTC 

[PATCH htdocs] bugs/index.html: mention how to submit patches
 2024-06-24 15:15 UTC 

[PATCH 0/8] Remove obstack allocation of hash tables
 2024-06-24 15:11 UTC  (3+ messages)

[PATCH] Include needed unordered_map header
 2024-06-24 12:24 UTC  (3+ 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).