Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH 00/12] Ada iterated assignment, plus parser cleanups
 2024-03-21 19:03 UTC  (8+ 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 07/12] Move "iterated_associations" "
` [PATCH 08/12] Move "temp_parse_space" "
` [PATCH 09/12] Move "paren_depth" "

[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 0/3] Minor cleanups in disassemble code
 2024-03-21 18:10 UTC  (4+ 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 v2] gdbserver: Clear X86_XSTATE_MPX bits in xcr0 on x32
 2024-03-21 17:29 UTC  (3+ messages)

[PATCH 0/7] x86/Linux Target Description Changes
 2024-03-21 17:28 UTC  (7+ messages)
` [PATCHv2 "
  ` [PATCHv2 6/7] gdbserver: update target description creation for x86/linux

[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] Better handling for realpath() failures in windows_make_so() on Cygwin
 2024-03-21 16:31 UTC  (6+ 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)

[PATCH 1/3] gdb, gdbserver, gdbsupport: reformat some Makefile variables, one entry per line
 2024-03-21 13:02 UTC  (9+ messages)
` [PATCH 2/3] gdb, gdbserver, gdbsupport: include config.h files with -include
` [PATCH 3/3] gdbsupport: move more things to gdbsupport.inc.h

[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] Better type safety for bcache
 2024-03-20 20:24 UTC  (4+ 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 0/3] Introduce the 'x' RSP packet
 2024-03-20 20:12 UTC  (22+ messages)
` [PATCH 1/3] gdbserver: allow suppressing the next putpkt remote-debug log
` [PATCH 3/3] gdb, gdbserver: introduce the 'x' RSP packet for binary memory read
` [PATCH v2 0/4] Introduce the 'x' RSP packet
  ` [PATCH v2 1/4] doc: fine-tune the documentation of the 'm' "
  ` [PATCH v2 2/4] gdbserver: allow suppressing the next putpkt remote-debug log
  ` [PATCH v2 3/4] rsp: add 'E' to escaped characters
  ` [PATCH v2 4/4] 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  (6+ 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] Teach GDB to generate sparse core files (PR corefiles/31494)
 2024-03-19 16:41 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[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  (6+ messages)

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

[PATCH v2 1/2] remote.c: Use packet_check_result
 2024-03-19 13:58 UTC  (2+ messages)
` [PATCH v2 2/2] remote.c: Make packet_ok return struct packet_result

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

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

[RFC][PATCH 0/1] Add support for embedded source in GDB
 2024-03-18 21:18 UTC  (5+ messages)
` [RFC][PATCH 1/1] gdb: Support embedded source in DWARF

[PATCH] gdb/hppa: guess g packet size
 2024-03-18 17:30 UTC  (2+ messages)

[PATCH] Refrain from asking debug stubs to read invalid memory
 2024-03-18 16:19 UTC 

[PATCH] Remove some unnecessary Ada expression code
 2024-03-18 14:31 UTC  (2+ messages)

[PATCH] Fix Ada 'ptype' of access to array
 2024-03-18 14:22 UTC  (2+ messages)

[PATCH] Use string_view in quirk_rust_enum
 2024-03-18 14:11 UTC  (2+ messages)

[PATCH] [gdb/testsuite] Fix gdb.base/list-no-debug.exp on debian
 2024-03-17 14:14 UTC  (2+ messages)

[PATCH] Set __file__ when source'ing a Python script
 2024-03-17 14:07 UTC  (3+ messages)

[PATCH v2] Clear board_info entry after waiting for process
 2024-03-17 13:47 UTC  (2+ messages)

GDB 15.1 release update (2024-03-16)
 2024-03-16 11:50 UTC 

[PATCH] Use size_t in gdb_bfd_section_data
 2024-03-15 17:33 UTC  (2+ messages)

[PATCH] gdb: iterate over targets, not inferiors, to commit resumed
 2024-03-15 15:06 UTC  (6+ messages)

[PATCHv10 0/5] Infcalls from B/P conditions in multi-threaded inferiors
 2024-03-15 13:26 UTC  (4+ messages)
` [PATCHv11 "

[PATCH] gdb/testsuite: attach to i386 process stopped in vDSO
 2024-03-15 13:22 UTC  (2+ messages)

[PATCH v2] [gdb/build] Fix build on postmarketos
 2024-03-14 20:13 UTC  (2+ messages)

[PATCH] Rewrite gdb_bfd_error_handler
 2024-03-14 18:49 UTC 

[PATCH] Clear board_info entry in kill_wait_spawned_process
 2024-03-14 17:56 UTC 

[PATCH] gdb/dwarf2: Check for missing abbrev
 2024-03-14 17:52 UTC  (9+ messages)

[PATCH v2] gdbserver/linux: probe for libiconv in configure
 2024-03-14 17:42 UTC  (3+ messages)

[PATCH] Change message when reaching end of reverse history
 2024-03-14 17:26 UTC  (6+ messages)

[PATCH] [gdb/build] Fix build on postmarketos
 2024-03-14 16:32 UTC  (3+ messages)

[PATCH] Pass alignment when using GCC_C_FE_VERSION_2
 2024-03-14 15:55 UTC  (2+ messages)

[PATCH] Remove 'if' from GDB_PY_HANDLE_EXCEPTION
 2024-03-14 15:02 UTC  (4+ messages)

[htdocs PATCH v2] index.html: Fix download and news links
 2024-03-14 14:49 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