public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCHv2 0/4] More build-id checking when opening core files
 2024-06-10 21:49 UTC  (6+ messages)
` [PATCHv3 "
  ` [PATCHv3 1/4] gdb/corefile: remove unavailable target sections
  ` [PATCHv3 2/4] gdb/corefile: improve file backed mapping handling
  ` [PATCHv3 3/4] gdb: improve shared library build-id check for core-files
  ` [PATCHv3 4/4] gdb: unify build-id to objfile lookup code

[PR 31727] Recognize -2 as a tombstone value in .debug_line
 2024-06-10 20:29 UTC  (3+ messages)

[PATCH] Make global_symbol_searcher::filenames private
 2024-06-10 20:27 UTC  (2+ messages)

[PATCH] [gdb/python] Add non-variadic versions of PyObject_CallMethod
 2024-06-10 20:09 UTC  (2+ messages)

[PATCH][PR 31853] Fix printing strings on macOS Sonoma
 2024-06-10 20:05 UTC  (2+ messages)

[PATCH v2 0/7] Require help text to fit in 80 columns
 2024-06-10 19:50 UTC  (8+ messages)
` [PATCH v2 1/7] Call gdbpy_fix_doc_string_indentation for function help
` [PATCH v2 2/7] Wrap help strings at 80 columns
` [PATCH v2 3/7] Clean up opaque-type-resolution help
` [PATCH v2 4/7] Remove the "title" from the remote packet help
` [PATCH v2 5/7] Shorten internal problem help text
` [PATCH v2 6/7] Wrap help options when building help string
` [PATCH v2 7/7] Ensure that help text fits in 80 columns

[PATCH 0/4] Add a ./bootstrap script to automate bundling and generating files
 2024-06-10 19:27 UTC  (24+ 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
` [PATCH v2 0/5] "
` [PATCH v2 1/5] readline: Fix examples/rlfe/configure.in
` [PATCH v2 2/5] Update COPYING files from gnu.org
` [PATCH v2 3/5] zlib: Remove files that should certainly not be checked in
` [PATCH v2 4/5] readline: Re-generate configure
` [PATCH v2 5/5] Add a ./bootstrap script to automate bundling and generating files

[PATCH v4] gdb/debuginfod: Ctrl-C asks to cancel further downloads
 2024-06-10 16:55 UTC  (7+ messages)
` [PING][PATCH "
  ` [PING*2][PATCH "
    ` [PING*3][PATCH "
      ` [PING*4][PATCH "

[PATCH v2 1/2] [gdb/python] Fix gdb.python/py-disasm.exp on arm-linux
 2024-06-10 16:18 UTC  (5+ messages)
` [PATCH v2 2/2] [gdb/python] Fix GDB_PY_{LL,LLU}_ARG on platform without long long
  ` [PATCH v2 2/2] [gdb/python] Fix GDB_PY_{LL, LLU}_ARG "

[PATCH v2 0/3] Add amd64 LAM watchpoint support
 2024-06-10 15:05 UTC  (8+ messages)
` [PATCH v2 1/3] gdb: Make tagged pointer support configurable

[PATCH] [gdb/python] Note that python 3.6 assumes long long support
 2024-06-10 14:36 UTC  (2+ messages)

[PATCH] [gdb/python] Fix gdb.python/py-disasm.exp on arm-linux
 2024-06-10 13:31 UTC  (3+ messages)

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

[PATCH] [gdb/testsuite] Don't use set auto-solib-add off
 2024-06-10  8:43 UTC  (3+ messages)

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

[PATCH] Remove extract_long_unsigned_integer
 2024-06-10  0:19 UTC 

regen sim/frv files for copyright update
 2024-06-09 23:12 UTC 

[PATCH] gdb/testsuite: ensure gdb_get_worker_threads succeeds
 2024-06-09 19:35 UTC 

[PATCH] Fix AIX build break
 2024-06-09 14:12 UTC  (2+ messages)

[PATCH] gdb: re-add necessary includes in tui/tui-win.c
 2024-06-09 14:10 UTC 

[pushed] Fix typo in warning in gdb/configure
 2024-06-08 14:53 UTC 

[PATCH] [gdb/tdep] Fix ARM_LINUX_JB_PC_EABI
 2024-06-08  8:31 UTC  (5+ messages)

GDB 15.0.91 available for testing
 2024-06-08  7:56 UTC  (15+ messages)
` Building GDB 15.0.91 on MinGW: CPPFLAGS
  ` Building GDB 15.0.91 on MinGW: CPPFLAGS and libctf
` Building GDB 15.0.91 on MinGW: gcore.c
` Building GDB 15.0.91 on MinGW: ui_out_emit_type<ui_out_type_tuple>::m_uiout
` Building GDB 15.0.91 on MinGW: libctf.la
` Building GDB 15.0.91 on MinGW: Problem with TUI

[PATCH] gdb/configure.ac: Fix auto-load options to work with Windows path separator
 2024-06-08  3:56 UTC  (2+ messages)

[PATCH 0/4] Cleanups, remove get_exec_file
 2024-06-08  3:16 UTC  (3+ messages)

[PATCH v0 00/10] Fix obsolescence warnings when regenerating build scripts with autoreconf-2.72
 2024-06-07 22:42 UTC  (2+ messages)

GDB 15.1 release update (2024-06-01)
 2024-06-07 21:55 UTC  (4+ messages)

[PATCH v4 0/3] Add support for AArch64 MOPS instructions
 2024-06-07 21:54 UTC  (5+ messages)

[PATCH 0/3] On-demand debuginfo downloading
 2024-06-07 20:49 UTC  (13+ messages)
` [PATCH 1/3 v3] gdb/progspace: Add reverse safe iterator
  ` [PING][PATCH "
    ` [PING*2][PATCH "
      ` [PING*3][PATCH "
` [PATCH 2/3 v6] gdb/debuginfod: Support on-demand debuginfo downloading
  ` [PING][PATCH "
    ` [PING*2][PATCH "
      ` [PING*3][PATCH "
` [PATCH 3/3 v6] gdb/debuginfod: Add .debug_line downloading
  ` [PING][PATCH "
    ` [PING*2][PATCH "
      ` [PING*3][PATCH "

[PATCH 0/4] Require help text to fit in 80 columns
 2024-06-07 16:50 UTC  (4+ messages)
` [PATCH 2/4] Wrap help strings at "

[PATCH] [gdb/testsuite] Fix gdb.python/py-format-address.exp on arm
 2024-06-07 14:44 UTC 

[PATCH] [gdb/tdep] Use cached breakpoint kind in breakpoint_kind
 2024-06-07 14:38 UTC 

[PATCH 1/3] [gdb/exp] Fix target type of complex long double on arm
 2024-06-07 13:36 UTC  (6+ messages)
` [PATCH 3/3] [gdb/testsuite] Fix gdb.fortran/array-bounds.exp "

[PATCH v2] [gdb/exp] Fix target type of complex long double on arm
 2024-06-07 13:27 UTC 

[PATCH] Use lwp field in ptid for AIX
 2024-06-07 12:52 UTC 

[PATCH] [gdb/tdep] Fix gdb.base/watchpoint-running on {arm,ppc64le}-linux
 2024-06-07 12:05 UTC  (3+ messages)
` [PATCH] [gdb/tdep] Fix gdb.base/watchpoint-running on {arm, ppc64le}-linux

[PATCHv6 0/9] x86/Linux Target Description Changes
 2024-06-07  8:54 UTC  (21+ 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 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 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  (11+ 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 6/8] gdb: add GDB side target_ops::fileio_stat implementation

[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

[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

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