public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v5 0/4] PR gdb/31353
 2024-06-07  5:06 UTC  (3+ messages)
` [PING] "
  ` [PING v2] "

[PATCH v2 0/6] fix PR gdb/19340
 2024-06-07  5:06 UTC  (3+ messages)
` [PING] "
  ` [PING v2] "

[PATCH v0 00/10] Fix obsolescence warnings when regenerating build scripts with autoreconf-2.72
 2024-06-07  1:48 UTC 

[PATCH 0/4] Add a ./bootstrap script to automate bundling and generating files
 2024-06-06 20:57 UTC  (8+ messages)
` [PATCH 1/4] readline: Fix examples/rlfe/configure.ac
` [PATCH 2/4] Update COPYING files from gnu.org
` [PATCH 3/4] zlib: Remove files that should certainly not be checked in
` [PATCH 4/4] Add a ./bootstrap script to automate bundling and generating files

GDB 15.0.91 available for testing
 2024-06-06 20:20 UTC  (3+ messages)
` Building GDB 15.0.91 on MinGW: CPPFLAGS
` Building GDB 15.0.91 on MinGW: gcore.c

[PATCH 0/4] gdb/doc: build fixes and improvements
 2024-06-06 17:52 UTC  (14+ messages)
` [PATCHv2 0/5] gdb/doc: parallel "
  ` [PATCHv2 2/5] gdb/doc: allow for version.subst in the source tree
  ` [PATCHv3 0/6] gdb/doc: parallel build fixes and improvements
    ` [PATCHv3 1/6] gdb/doc: don't try to copy GDBvn.texi from the source tree
    ` [PATCHv3 2/6] gdb/doc: merge rules for building .1 and .5 man pages
    ` [PATCHv3 3/6] gdb/doc: allow for version.subst in the source tree
    ` [PATCHv3 4/6] gdb/doc: also look in srcdir when running TEXI2POD
    ` [PATCHv3 5/6] gdb/doc: fix parallel build of refcard related targets
    ` [PATCHv3 6/6] gdb/doc: fix parallel build of pdf and dvi files

[PUSHED] gdb/doc: use POD2MAN5 when appropriate
 2024-06-06 17:40 UTC  (3+ messages)

[PATCH v3 0/3] DAP: Handle "stepOut" request in outermost frame
 2024-06-06 17:03 UTC  (5+ messages)

[PATCH 0/3] Small step in supporting AVX instructions
 2024-06-06 17:01 UTC  (15+ messages)
` [PATCH 1/3] gdb: Start supporting AVX instruction
` [PATCH 2/3] gdb/record: add support to vmovd and vmovq instructions
` [PING][PATCH 0/3] Small step in supporting AVX instructions

[PATCH 0/8] Extension for looking up debug info by build-id
 2024-06-06 16:58 UTC  (14+ messages)
` [PATCH 1/8] gdb/fileio: fix errno for packets where an attachment is expected
` [PATCH 2/8] gdb: avoid duplicate search in build_id_to_bfd_suffix
` [PATCH 3/8] gdb: warn of slow remote file reading only after a successful open
` [PATCH 4/8] gdb: convert separate-debug-file to new(ish) debug scheme
` [PATCH 5/8] gdb: add target_fileio_stat, but no implementations yet
` [PATCH 6/8] gdb: add GDB side target_ops::fileio_stat implementation
` [PATCH 7/8] gdbserver: add gdbserver support for vFile::stat packet
` [PATCH 8/8] gdb: check for multiple matching build-id files

[PATCHv2 0/8] Further filename completion improvements
 2024-06-06 16:24 UTC  (13+ messages)
` [PATCHv3 0/7] "
  ` [PATCHv3 1/7] gdb: split apart two different types of filename completion
  ` [PATCHv3 2/7] gdb: improve escaping when completing filenames
  ` [PATCHv3 3/7] gdb: move display of completion results into completion_result class
  ` [PATCHv3 4/7] gdb: simplify completion_result::print_matches
  ` [PATCHv3 5/7] gdb: add match formatter mechanism for 'complete' command output
  ` [PATCHv3 6/7] gdb: apply escaping to filenames in 'complete' results
  ` [PATCHv3 7/7] gdb: improve gdb_rl_find_completion_word for quoted words

[PATCH 0/2] Remove MPX
 2024-06-06 14:55 UTC  (8+ messages)
` [PATCH 1/2] gdb, testsuite, python: Add missing imports
` [PATCH 2/2] gdb, gdbserver, python, testsuite: Remove MPX

[PATCH 0/6] Remove accessor macros from linespec.c
 2024-06-06 14:45 UTC  (7+ messages)
` [PATCH 1/6] Remove PARSER_STATE macro
` [PATCH 2/6] Remove PARSER_RESULT macro
` [PATCH 3/6] Remove PARSER_EXPLICIT macro
` [PATCH 4/6] Remove PARSER_STREAM macro
` [PATCH 5/6] Remove LS_TOKEN_KEYWORD macro
` [PATCH 6/6] Remove LS_TOKEN_STOKEN macro

[PATCHv6 0/9] x86/Linux Target Description Changes
 2024-06-06  9:16 UTC  (18+ messages)
` [PATCHv7 "
  ` [PATCHv7 7/9] gdb/gdbserver: share some code relating to target description creation
  ` [PATCHv7 8/9] gdbserver: update target description creation for x86/linux
  ` [PATCHv8 0/9] x86/Linux Target Description Changes
    ` [PATCHv8 1/9] gdb/gdbserver: share I386_LINUX_XSAVE_XCR0_OFFSET definition
    ` [PATCHv8 2/9] gdbserver/x86: move no-xml code earlier in x86_linux_read_description
    ` [PATCHv8 3/9] gdb/x86: move have_ptrace_getfpxregs global into gdb/nat directory
    ` [PATCHv8 4/9] gdb: move have_ptrace_getregset declaration "
    ` [PATCHv8 5/9] gdb/x86: move reading of cs and ds state "
    ` [PATCHv8 6/9] gdb: move xcr0 == 0 check into i386_linux_core_read_description
    ` [PATCHv8 7/9] gdb/gdbserver: share some code relating to target description creation
    ` [PATCHv8 8/9] gdbserver: update target description creation for x86/linux
    ` [PATCHv8 9/9] gdb/gdbserver: share x86/linux tdesc caching

[PATCH 0/3] Minor amd64/avx512 improvments
 2024-06-06  9:12 UTC  (3+ messages)
` [PATCH 3/3] gdb: rename offset to high bits in ymm registers

[PATCH 0/8] Remove obstack allocation of hash tables
 2024-06-05 17:19 UTC  (9+ messages)
` [PATCH 1/8] Don't obstack-allocate the DIE hash
` [PATCH 2/8] Don't obstack-allocate the CU dependency hash table
` [PATCH 3/8] Rename symtab::fullname
` [PATCH 4/8] Make symtab members private
` [PATCH 5/8] Add compunit_symtab::forget_cached_source_info
` [PATCH 6/8] Don't obstack-allocate the call site hash table
` [PATCH 7/8] Remove hashtab_obstack_allocate
` [PATCH 8/8] Prefer htab_traverse_noresize

[PATCH 0/4] Require help text to fit in 80 columns
 2024-06-05 15:11 UTC  (6+ messages)
` [PATCH 1/4] Call gdbpy_fix_doc_string_indentation for function help
` [PATCH 2/4] Wrap help strings at 80 columns
` [PATCH 3/4] Wrap help options when building help string
` [PATCH 4/4] Ensure that help text fits in 80 columns

[PATCHv10 0/9] thread-specific breakpoints in just some inferiors
 2024-06-05 13:32 UTC  (11+ messages)
` [PATCHv11 "
  ` [PATCHv11 1/9] gdb: don't display inferior list for pending breakpoints
  ` [PATCHv11 2/9] gdb: remove breakpoint_re_set_one
  ` [PATCHv11 3/9] gdb: remove tracepoint_probe_create_sals_from_location_spec
  ` [PATCHv11 4/9] gdb: make breakpoint_debug_printf global
  ` [PATCHv11 5/9] gdb: add another overload of startswith
  ` [PATCHv11 6/9] gdb: create new is_thread_id helper function
  ` [PATCHv11 7/9] gdb: parse pending breakpoint thread/task immediately
  ` [PATCHv11 8/9] gdb: don't set breakpoint::pspace in create_breakpoint
  ` [PATCHv11 9/9] gdb: only insert thread-specific breakpoints in the relevant inferior

[PATCH 0/4] gdb/testsuite: remove can_spawn_for_attach_1
 2024-06-05 13:27 UTC  (11+ messages)
` [PATCH 1/4] gdb/testsuite: remove trailing \r from rust_llvm_version result
` [PATCH 2/4] gdb/testsuite: improve with_override
` [PATCH 3/4] gdb/testsuite: restructure gdb_data_cache (lib/cache.exp)
` [PATCH 4/4] gdb/testsuite: track if a caching proc calls gdb_exit or not
` [PATCHv2 0/2] gdb/testsuite: remove can_spawn_for_attach_1
  ` [PATCHv2 1/2] gdb/testsuite: restructure gdb_data_cache (lib/cache.exp)
  ` [PATCHv2 2/2] gdb/testsuite: track if a caching proc calls gdb_exit or not

[PATCH] gdb: more filename styling in remote.c and target.c
 2024-06-05  9:18 UTC  (3+ messages)

[COMMITTED] Fix binutils/gdb snapshot builds after src-release sanity check update
 2024-06-04 21:28 UTC 

[PATCH 0/1] Fix list command before program is started
 2024-06-04 19:59 UTC  (5+ messages)
` [PATCH 1/1] gdb: improve 'list' command before program start

[PATCH v4] Allow calling of user-defined function call operators
 2024-06-04 17:56 UTC 

[PATCH 0/3] Return a global scope from DAP scopes request
 2024-06-04 17:14 UTC  (2+ messages)

[PATCH] Put "source" into DAP scope
 2024-06-04 16:36 UTC  (2+ messages)

[PATCH 0/3] Better type safety for bcache
 2024-06-04 16:13 UTC  (2+ messages)

[PATCH] Rely on std::uncaught_exceptions
 2024-06-04 15:52 UTC  (2+ messages)

[FYI] Add myself to gdb/MAINTAINERS
 2024-06-04 15:39 UTC 

[PATCH] Remove one call to can_box from TUI
 2024-06-04 13:50 UTC  (4+ messages)

[PATCH 0/2] Add tests for finding debug information within sysroot
 2024-06-04 12:40 UTC  (6+ messages)
` [PATCH 2/2] gdb/testsuite: tests for debug lookup within the sysroot

[PATCH] gdb/Makefile.in: silence recipe for creating .deps/ directories
 2024-06-04 12:24 UTC  (3+ messages)

[PATCH 0/2] gdb: LoongArch: Add support for hardware watchpoint & breakpoint
 2024-06-04  8:30 UTC  (2+ messages)

GDB 15.1 release update (2024-06-01)
 2024-06-04  2:11 UTC  (3+ messages)

[PATCH] Remove useless call to wnoutrefresh
 2024-06-03 21:28 UTC 

[PATCH v6] Add a test for the gcore script
 2024-06-03 20:16 UTC  (2+ messages)

[PATCH] Simplify ada_lookup_encoded_symbol
 2024-06-03 18:53 UTC 

[PATCH] gdb/testsuite: fix unresolved test in gdb-caching-proc-consistency.exp
 2024-06-03 18:19 UTC  (3+ messages)

[PATCH v3] Allow calling of user-defined function call operators
 2024-06-03 18:09 UTC  (2+ messages)

[PATCH v4 0/3] Add support for AArch64 MOPS instructions
 2024-06-03 17:09 UTC  (4+ messages)

[pushed] Fix deprecation text
 2024-06-03 16:48 UTC 

[PATCH 0/3] Add amd64 LAM watchpoint support
 2024-06-03 16:37 UTC  (5+ messages)
` [PATCH 3/3] LAM: Support kernel space debugging
      ` [PING][PATCH "

[PATCH] [gdb/testsuite] Fix error in gdb.server/server-kill-python.exp
 2024-06-03 15:27 UTC  (3+ messages)

[PATCH] [gdbserver] Imply --once if connecting via stdio
 2024-06-03 15:25 UTC  (2+ messages)

[PATCH] Enable call of overloaded subscript operator from python
 2024-06-03 15:24 UTC  (3+ messages)

[PATCH] Allow calling of convenience functions with python
 2024-06-03 15:20 UTC  (3+ messages)

[PATCH] [gdb/testsuite] Fix kfail number in gdb.base/watchpoint-running.exp
 2024-06-03 15:11 UTC 

[PATCH 1/3] [gdb/exp] Fix target type of complex long double on arm
 2024-06-03 15:04 UTC  (6+ messages)

[PATCH 1/3] gdb/tui: change some macros to functions
 2024-06-03 14:57 UTC  (6+ messages)
` [PATCH 2/3] gdb: add IWYU export pragams to gdb_curses.h
` [PATCH 3/3] gdb/tui: cleanup includes

[PATCH 0/4] Cleanups, remove get_exec_file
 2024-06-03 14:53 UTC  (2+ messages)

[PATCH v2 0/3] Add amd64 LAM watchpoint support
 2024-06-03 14:25 UTC  (11+ messages)
` [PATCH v2 1/3] gdb: Make tagged pointer support configurable
` [PATCH v2 2/3] LAM: Enable tagged pointer support for watchpoints

[PATCH] src-release.sh: Use -T0 for xz compression
 2024-06-03  9:36 UTC  (3+ messages)

[PATCH] [gdb/testsuite] Fix timeout in gdb.tui/resize-2.exp
 2024-06-03  5:50 UTC  (3+ messages)

[PATCH 1/1 V5] gdb : Signal to pstack/gdb kills the attached process
 2024-06-03  5:21 UTC  (5+ messages)

[PATCH] Remove a call to fflush
 2024-06-02 16:41 UTC 

[pushed] Fix typo in tui-data.h
 2024-06-02 16:35 UTC 

[PATCH] Make tui_register_info::highlight private
 2024-06-02 16:25 UTC 

[PATCH v3 1/6] gdb.server/non-existing-program.exp: Use gdbserver_start
 2024-06-02 16:24 UTC  (6+ messages)
` [PATCH v3 2/6] gdb/ser-pipe.c: Duplicate the file descriptors
` [PATCH v3 3/6] Add new vDefaultInferiorFd packet
` [PATCH v3 4/6] gdbserver/linux-low.cc: Connect the inferior to the terminal
` [PATCH v3 5/6] remote.c: Add terminal handling functions
` [PATCH v3 6/6] Add defaultinf.exp test to the testsuite

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