public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCHv10 0/5] Infcalls from B/P conditions in multi-threaded inferiors
 2024-03-25 17:47 UTC  (3+ messages)
` [PATCHv11 "

[PATCH 0/7] x86/Linux Target Description Changes
 2024-03-25 17:20 UTC  (17+ messages)
` [PATCHv2 "
  ` [PATCHv2 6/7] gdbserver: update target description creation for x86/linux
  ` [PATCHv3 0/8] x86/Linux Target Description Changes
    ` [PATCHv3 1/8] gdbserver: convert have_ptrace_getregset to a tribool
    ` [PATCHv3 2/8] gdb/x86: move reading of cs and ds state into gdb/nat directory
    ` [PATCHv3 3/8] gdbserver/x86: move no-xml code earlier in x86_linux_read_description
    ` [PATCHv3 4/8] gdb/gdbserver: share I386_LINUX_XSAVE_XCR0_OFFSET definition
    ` [PATCHv3 5/8] gdb/gdbserver: share some code relating to target description creation
    ` [PATCHv3 6/8] gdb/arch: assert that X86_XSTATE_MPX is not set for x32
    ` [PATCHv3 7/8] gdbserver: update target description creation for x86/linux
    ` [PATCHv3 8/8] gdb/gdbserver: share x86/linux tdesc caching

[pushed] [gdb/testsuite] Fix tdlabel_re references
 2024-03-25 16:31 UTC  (2+ messages)

[PATCH 0/3] Better type safety for bcache
 2024-03-25 15:00 UTC  (5+ messages)
` [PATCH 1/3] Some constification in psymtab
` [PATCH 2/3] Make bcache more type-safe
` [PATCH 3/3] Remove a couple unnecessary casts

[PATCH] [gdb/testsuite] Fix gdb.ada/tagged-lookup.exp with gcc <= 12
 2024-03-25 14:19 UTC  (2+ messages)

[PATCH] Make source.c:search_command_helper use source cache
 2024-03-25 14:00 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 1/2] [gdb] Add contrib/sudo-allow-ptrace.sh
 2024-03-25 13:45 UTC  (2+ messages)
` [PATCH 2/2] [gdb] Fix gdb.base/attach-deleted-exec.exp with sudo-allow-ptrace.sh

[PATCH v2 1/2] remote.c: Use packet_check_result
 2024-03-25 10:21 UTC  (3+ messages)
` [PATCH v2 2/2] remote.c: Make packet_ok return struct packet_result

[PATCH] gdb/testsuite: Fix set_unbuffered_mode.o handling in parallel mode
 2024-03-23 20:41 UTC  (2+ messages)

[PATCH 0/2] Make linux checkpoints work with multiple inferiors
 2024-03-23 20:27 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] Make thread_db_target::pid_to_str checkpoint-aware

[PATCH v2] gdbserver: Clear X86_XSTATE_MPX bits in xcr0 on x32
 2024-03-23 17:08 UTC  (6+ messages)

Namecheap service suspension - Action needed
 2024-03-23 16:05 UTC 

[PATCH] Fix windows_nat_target::fake_create_process ptid
 2024-03-23  6:39 UTC  (2+ messages)

GDB 15.1 release update (2024-03-23)
 2024-03-23  5:22 UTC  (2+ messages)

[PATCH v2 0/4] Include early include files with `-include`
 2024-03-23  2:14 UTC  (5+ messages)
` [PATCH v2 1/4] gdb, gdbserver, gdbsupport: reformat some Makefile variables, one entry per line
` [PATCH v2 2/4] {gdb,gdbserver}/Makefile.in: remove unnecessary intermediary variables
` [PATCH v2 3/4] gdb, gdbserver, gdbsupport: include early header files with `-include`
` [PATCH v2 4/4] gdb, gdbserver, gdbsupport: remove includes of early headers

Namecheap service suspension - Action needed
 2024-03-23  0:17 UTC 

[PATCH v3] gdb tests: Allow for "LWP" in thread IDs from info threads
 2024-03-22 20:58 UTC  (9+ messages)
          ` [PING] "

[PATCH 0/4] Down with SO_NAME_MAX_PATH_SIZE and windows_make_so spring cleaning
 2024-03-22 19:49 UTC  (7+ messages)
` [PATCH 1/4] Remove SO_NAME_MAX_PATH_SIZE limit from core solib code
` [PATCH 2/4] Simplify windows-nat.c:windows_make_so #ifdefery
` [PATCH 3/4] windows-nat: Remove SO_NAME_MAX_PATH_SIZE limit
` [PATCH 4/4] windows-nat: Use gdb_realpath

[PATCH 0/3] Minor cleanups in disassemble code
 2024-03-22 19:12 UTC  (6+ messages)
` [PATCH 1/3] Constify get_disassembler_options
` [PATCH 2/3] Remove some unnecessary casts
` [PATCH 3/3] Use std::string for disassembler options

[PATCH] Better handling for realpath() failures in windows_make_so() on Cygwin
 2024-03-22 19:07 UTC  (7+ messages)

[RFC PATCH 0/3] Fix attaching to process when it has zombie threads
 2024-03-22 17:33 UTC  (9+ messages)
` [RFC PATCH 1/3] gdb/nat: Use procfs(5) indexes in linux_common_core_of_thread
` [RFC PATCH 2/3] gdb/nat: Factor linux_find_proc_stat_field out of linux_common_core_of_thread
` [RFC PATCH 3/3] gdb/nat/linux: Fix attaching to process when it has zombie threads

[pushed] Revert "Pass GUILE down to subdirectories"
 2024-03-22 17:31 UTC 

[RFC v2][PR symtab/30520 1/4] gdb/symtab: check name matches before expanding a CU
 2024-03-22 17:29 UTC  (9+ messages)
` [RFC v2][PR symtab/30520] gdb/symtab: fix the gdb.cp/anon-struct test

[PATCH] Revert "Pass GUILE down to subdirectories"
 2024-03-22 17:25 UTC  (5+ messages)

[PATCH] gdb internal fatal error while opening a binary built with gsplit-dwarf
 2024-03-22 17:01 UTC 

[PATCH 1/3] gdb, gdbserver, gdbsupport: reformat some Makefile variables, one entry per line
 2024-03-22 15:43 UTC  (11+ messages)
` [PATCH 2/3] gdb, gdbserver, gdbsupport: include config.h files with -include

[PATCH 1/1] gdb, testsuite: Handle unused compiler option fdiagnostics-color=never
 2024-03-22 13:55 UTC 

[PATCH] gdb: LoongArch: Clean up loongarch_iterate_over_regset_sections()
 2024-03-22 12:42 UTC  (2+ messages)

[PATCH] Teach GDB to generate sparse core files (PR corefiles/31494)
 2024-03-22 12:33 UTC  (8+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
      ` [PATCH v4] "

[PATCH 00/12] Ada iterated assignment, plus parser cleanups
 2024-03-21 19:03 UTC  (13+ messages)
` [PATCH 01/12] Introduce and use aggregate_assigner type
` [PATCH 02/12] Implement Ada 2022 iterated assignment
` [PATCH 03/12] Introduce ada_parse_state
` [PATCH 04/12] Move "int_storage" global into ada_parse_state
` [PATCH 05/12] Move "components" and "associations" "
` [PATCH 06/12] Move "assignments" global "
` [PATCH 07/12] Move "iterated_associations" "
` [PATCH 08/12] Move "temp_parse_space" "
` [PATCH 09/12] Move "paren_depth" "
` [PATCH 10/12] Move "returned_complete" "
` [PATCH 11/12] Remove "numbuf" global
` [PATCH 12/12] Constify ada-lex.l:attributes

[PATCH] Implement Ada 2022 delta aggregates
 2024-03-21 18:50 UTC  (2+ messages)

[PATCH] Fix setting watchpoints when current thread is running (PR gdb/31521)
 2024-03-21 18:38 UTC  (3+ messages)

[PATCH 0/3] Make allocate_on_obstack a bit safer
 2024-03-21 18:20 UTC  (2+ messages)

[PATCH] sim/erc32: Rename EVENT_MAX -> MAX_EVENTS
 2024-03-21 16:49 UTC  (4+ messages)

[RFC PATCH] gdb, rsp: clarify a 0-length memory access
 2024-03-21 16:48 UTC  (2+ messages)

[PATCH] gdb: syscalls: Add some tips for LoongArch xml files
 2024-03-21 14:19 UTC  (3+ messages)

[PATCH] gdb: LoongArch: Silence warning about core file of lsx and lasx
 2024-03-21 14:18 UTC  (2+ messages)

[PATCH^4] gdb: mips: Add MIPSR6 support
 2024-03-21 13:47 UTC  (3+ messages)

[PATCHv3 00/13] Infcalls from B/P conditions in multi-threaded inferiors
 2024-03-21  9:11 UTC  (5+ messages)
` [PATCHv4 00/12] "
  ` [PATCHv4 01/12] gdb/doc: extended documentation for inferior function calls

[PATCH v1 0/7] gdb: Modify some code about syscalls XML
 2024-03-21  2:02 UTC  (7+ messages)
` [PATCH v1 4/7] gdb: syscalls: Add loongarch-linux.xml.in
` Re:[PING] [PATCH v1 0/7] gdb: Modify some code about syscalls XML
  ` [PING] "

[PATCH 0/9] Make gdb/python flake-clean
 2024-03-20 20:32 UTC  (15+ messages)
` [PATCH 1/9] Remove .flake8
` [PATCH 2/9] Fix flake8 errors in dap/server.py
` [PATCH 3/9] Ignore unsed import in dap/__init__.py
` [PATCH 4/9] Remove unused import from gdb/__init__.py
` [PATCH 5/9] Remove bare "except" from disassembler.py
` [PATCH 6/9] Suppress star import errors
` [PATCH 7/9] Specify ImportError in styling.py
` [PATCH 8/9] Suppress some "undefined" warnings from flake8
` [PATCH 9/9] Do not use bare "except"

[PATCH 0/3] Introduce the 'x' RSP packet
 2024-03-20 20:12 UTC  (9+ messages)
` [PATCH 3/3] gdb, gdbserver: introduce the 'x' RSP packet for binary memory read

[PATCH 0/2] Use isort in gdb
 2024-03-20 19:03 UTC  (4+ messages)
` [PATCH 1/2] Prepare gdb for isort
` [PATCH 2/2] Run isort

[pushed] .pre-commit-config.yaml: bump black hook to 24.3.0
 2024-03-20 18:49 UTC 

[PATCH] Fix casting in-memory values of primitive types to const reference
 2024-03-20 17:33 UTC  (4+ messages)

[PATCH] [gdb/testsuite] Fix gdb.server/server-connect.exp for missing ipv6
 2024-03-20 17:19 UTC  (2+ messages)

[PATCH] [gdb/testsuite] Handle core without build-id in gdb.base/corefile-buildid.exp
 2024-03-20 17:17 UTC  (2+ messages)

[PATCH v2] [gdb/testsuite] Add PR gdb/26967 KFAIL in two more test-cases
 2024-03-20 17:08 UTC  (2+ messages)

[PATCH] Fix reinterpret_cast for classes with multiple inheritance
 2024-03-20 17:03 UTC  (3+ messages)

[PATCH] gdb: add .pre-commit-config.yaml
 2024-03-20 15:56 UTC  (3+ messages)

[PATCH] Fix comparison of array types
 2024-03-20 15:46 UTC  (3+ messages)

[PATCH] gdb/python: Allow SIGTRAMP_FRAME python unwinders to be created
 2024-03-20 14:13 UTC  (4+ messages)

[PATCH v2] Add a test for the gcore script
 2024-03-20 13:28 UTC  (2+ messages)

[PATCH v2] Fix GDB: Initial r16-r31 support for Intel APX
 2024-03-20 11:12 UTC  (2+ messages)

[PATCH] gdbserver: Clear X86_XSTATE_MPX bits in xcr0 on x32
 2024-03-20 10:48 UTC  (3+ messages)

[PATCH v3] Speed up lookup of "type_specific_data"
 2024-03-20 10:28 UTC  (3+ messages)

[PATCH] [gdb/testsuite] Add PR gdb/26967 KFAIL in two more test-cases
 2024-03-20  9:15 UTC  (3+ messages)

[PATCH] Fix two serious flake8 reports
 2024-03-19 16:06 UTC  (2+ messages)

[PATCH] gdb/python: test exception case for gdb.solib_name
 2024-03-19 16:04 UTC  (5+ messages)

[PATCH] [gdb/build] Fix static cast of virtual base
 2024-03-19 14:58 UTC  (6+ messages)

[PATCH] [gdb/symtab] Workaround PR gas/31115
 2024-03-19 10:48 UTC  (5+ messages)

[FYI] Add myself to gdb/MAINTAINERS
 2024-03-19  9:46 UTC 

[PATCH] [gdb] Prune inferior after switching inferior
 2024-03-19  9:34 UTC  (2+ messages)
` [PING][PATCH] "

[PATCH] [gdb/python] Make gdb.UnwindInfo.add_saved_register more robust
 2024-03-19  9:34 UTC  (2+ messages)
` [PING][PATCH] "

[PATCH] [gdb] Further fix "value is not available" with debug frame
 2024-03-19  9:31 UTC  (2+ 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).