public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
gdb-15 branch FROZEN
 2024-05-26 16:10 UTC 

FYI/HEAD: Patches applied to branch master
 2024-05-26 16:05 UTC  (3+ messages)
` [release/HEAD 1/2] Bump version to 16.0.50.DATE-git
` [release/HEAD 2/2] Update gdb/NEWS after GDB 15 branch creation

FYI/BRANCH: Patches applied to branch gdb-15-branch
 2024-05-26 16:04 UTC  (3+ messages)
` [release/branch 1/2] Bump version to 15.0.90.DATE-git
` [release/branch 2/2] Set development mode to "off" by default

[PATCH] [gdb/python] Fix division by zero in target_read_string()
 2024-05-26  9:10 UTC 

[PATCH] [gdbserver] Imply --once if connecting via stdio
 2024-05-24 21:15 UTC 

[PATCH] Make global_symbol_searcher::filenames private
 2024-05-24 18:33 UTC 

[PATCH v8 00/10] GDB support for DW_AT_trampoline
 2024-05-24 15:57 UTC  (13+ messages)
` [PATCH v8 01/10] gdb, dwarf: add support for DW_AT_trampoline in DWARF reader
` [PATCH v8 02/10] gdb/symtab: add lookup for trampoline functions
` [PATCH v8 03/10] gdb: handle stepping through functions with DW_AT_trampoline
` [PATCH v8 04/10] gdb: Skip trampoline frames for the backtrace command
` [PATCH v8 05/10] gdb: Skip trampoline functions for the finish and reverse-finish commands
` [PATCH v8 06/10] gdb: Skip trampoline functions for the up command
` [PATCH v8 07/10] gdb: Skip trampoline functions for the return command
` [PATCH v8 08/10] gdb, mi: Skip trampoline functions for the -stack-list-frames command
` [PATCH v8 09/10] gdb, mi: Skip trampoline functions for the -stack-list-arguments command
` [PATCH v8 10/10] gdb: Filter trampoline frames in backtrace when using Python frame-filters

[PATCH] [gdb/testsuite] Fix timeout in gdb.base/bg-execution-repeat.exp
 2024-05-24 14:56 UTC 

[PATCH v7 00/10] GDB support for DW_AT_trampoline
 2024-05-24 13:03 UTC  (20+ messages)
` [PATCH v7 01/10] gdb, dwarf: add support for DW_AT_trampoline in DWARF reader
` [PATCH v7 02/10] gdb/symtab: add lookup for trampoline functions
` [PATCH v7 03/10] gdb: handle stepping through functions with DW_AT_trampoline
` [PATCH v7 04/10] gdb: Skip trampoline frames for the backtrace command
` [PATCH v7 05/10] gdb: Skip trampoline functions for the finish and reverse-finish commands
` [PATCH v7 06/10] gdb: Skip trampoline functions for the up command
` [PATCH v7 07/10] gdb: Skip trampoline functions for the return command
` [PATCH v7 08/10] gdb, mi: Skip trampoline functions for the -stack-list-frames command
` [PATCH v7 09/10] gdb, mi: Skip trampoline functions for the -stack-list-arguments command
` [PATCH v7 10/10] gdb: Filter trampoline frames in backtrace when using Python frame-filters

[PATCH 0/2] gdb: LoongArch: Add support for hardware watchpoint & breakpoint
 2024-05-24  9:55 UTC  (3+ messages)
` [PATCH 1/2] gdb: LoongArch: Add support for hardware watchpoint
` [PATCH 2/2] gdb: LoongArch: Add support for hardware breakpoint

[PATCH v7] [gdb/testsuite] New test: gdb.base/errno.exp
 2024-05-24  8:17 UTC  (2+ messages)

[PATCH] [gdb/testsuite] Add PR26286 kfail in gdb.threads/attach-many-short-lived-threads.exp
 2024-05-24  7:38 UTC  (3+ messages)

[PATCH 0/3] clang inspired testsuite fixups
 2024-05-23 20:27 UTC  (3+ messages)
` [PING][PATCH "
  ` [PING^2][PATCH "

[PATCH] .gitignore: ignore .vscode
 2024-05-23 15:56 UTC 

[PATCH 0/3] Minor amd64/avx512 improvments
 2024-05-23 14:08 UTC  (6+ messages)
` [PATCH 1/3] gdb, doc: Fix AVX-512 documentation
` [PATCH 2/3] gdb, amd64: remove unused forward declerations
` [PATCH 3/3] gdb: rename offset to high bits in ymm registers

[PATCH v4 0/3] Add support for AArch64 MOPS instructions
 2024-05-23 12:14 UTC  (6+ messages)
` [PATCH v4 1/3] gdb/aarch64: Disable displaced single-step for "
` [PATCH v4 2/3] gdb/aarch64: Add record support "
` [PATCH v4 3/3] gdb/testsuite: Add gdb.arch/aarch64-mops-watchpoint.exp

[PATCH 0/2] Add tests for finding debug information within sysroot
 2024-05-23 10:17 UTC  (5+ messages)
` [PATCH 1/2] gdb/testsuite: make gdb_gnu_strip_debug consistent
` [PATCH 2/2] gdb/testsuite: tests for debug lookup within the sysroot

[PATCH 1/1] gdb, testsuite: Fix return value in gdb.base/foll-fork.exp
 2024-05-23  6:23 UTC  (3+ messages)

[PATCH] gdb/testsuite: Restore libc_has_debug_info's less strict behaviour
 2024-05-23  3:59 UTC  (3+ messages)

[PATCH v3 0/5] Add support for AArch64 MOPS instructions
 2024-05-23  2:08 UTC  (15+ messages)
` [PATCH v3 2/5] gdb/aarch64: Add record support for "
` [PATCH v3 3/5] gdb/testsuite: Add gdb.arch/aarch64-mops-watchpoint.exp
` [PATCH v3 4/5] gdb/testsuite: Add gdb.arch/aarch64-mops-single-step.exp
` [PATCH v3 5/5] gdb/testsuite: Add gdb.reverse/aarch64-mops.exp

[PATCH v2 0/5] Add support for AArch64 MOPS instructions
 2024-05-23  1:43 UTC  (15+ messages)
` [PATCH v2 1/5] gdb/aarch64: Implement software single stepping for "
` [PATCH v2 3/5] gdb/testsuite: Add gdb.arch/aarch64-mops-watchpoint.exp

[PATCH] gdb/tui: Fix crash from y/n prompt during TUI initialization
 2024-05-22 17:48 UTC  (3+ messages)
` [PING][PATCH] "

GDB 15.1 release update (2024-05-19)
 2024-05-22 16:50 UTC  (2+ messages)

[PATCH] Default dwarf_synchronous to true
 2024-05-22 15:19 UTC  (2+ messages)

[PATCH 0/3] Add amd64 LAM watchpoint support
 2024-05-22 15:17 UTC  (13+ messages)
` [PATCH 1/3] gdb: Make tagged pointer support configurable
` [PATCH 2/3] LAM: Enable tagged pointer support for watchpoints
` [PATCH 3/3] LAM: Support kernel space debugging

[PATCH 0/3] Small step in supporting AVX instructions
 2024-05-21 20:28 UTC  (4+ messages)
` [PATCH 1/3] gdb: Start supporting AVX instruction
` [PATCH 2/3] gdb/record: add support to vmovd and vmovq instructions
` [PATCH 3/3] gdb/record: add support to AVX unpack instructions

[PATCH 0/4] More build-id checking when opening core files
 2024-05-21 19:00 UTC  (11+ messages)
` [PATCH 1/4] gdb/corefile: remove unavailable target sections
` [PATCH 2/4] gdb/corefile: improve file backed mapping handling
` [PATCH 3/4] gdb: improve shared library build-id check for core-files
` [PATCH 4/4] gdb: unify build-id to objfile lookup code
` [PATCHv2 0/4] More build-id checking when opening core files
  ` [PATCHv2 1/4] gdb/corefile: remove unavailable target sections
  ` [PATCHv2 2/4] gdb/corefile: improve file backed mapping handling
  ` [PATCHv2 3/4] gdb: improve shared library build-id check for core-files
  ` [PATCHv2 4/4] gdb: unify build-id to objfile lookup code

[PATCH v2] sim: fix a warning in dv-sockser.c at connected_p()
 2024-05-21 17:55 UTC  (2+ messages)

[PATCH v3] Add "error_message+" feature to qSupported
 2024-05-21 16:18 UTC 

[PATCH 0/3] Return a global scope from DAP scopes request
 2024-05-21 15:53 UTC  (6+ messages)
` [PATCH 1/3] Memoize gdb.Block and make them hashable
` [PATCH 2/3] Convert DAP disassemble code to use Block hashing
` [PATCH 3/3] Return global scope from DAP scopes request

[PATCH 01/11] [gdb/testsuite] Add gdb.base/fission-macro.exp
 2024-05-21 15:44 UTC  (11+ messages)
` [PATCH 02/11] [gdb/macros] Handle 64-bit dwarf in gdb.base/fission-macro.exp
` [PATCH 03/11] [gdb/testsuite] Add test-case gdb.base/fission-macro-i.exp
` [PATCH 04/11] [gdb/macros] Work around gcc PR debug/99319
` [PATCH 05/11] [gdb/macros] Work around a gcc PR fixed in gcc 9
` [PATCH 06/11] [gdb/macros] Handle v4 dwarf in gdb.base/fission-macro.exp
` [PATCH 07/11] [gdb/macros] Workaround gcc PR debug/115066
` [PATCH 08/11] [gdb/testsuite] Extend gdb.base/fission-macro.exp
` [PATCH 09/11] [gdb/macros] Fix gdb.base/fission-macro.exp with clang
` [PATCH 10/11] [gdb/testsuite] Use -g3 in gdb.base/lineinc.exp
` [PATCH 11/11] [gdb/testsuite] Don't use readelf in gdb/contrib/cc-with-tweaks.sh

[PATCH] Clarify documentation for pretty_printer.child
 2024-05-21 12:16 UTC  (3+ messages)

[PATCH v5] Add an option with a color type
 2024-05-21  9:00 UTC  (9+ messages)
` [PATCH v6] "

[PATCH] Fix signal unsafe call inside a signal
 2024-05-21  8:09 UTC  (2+ messages)

[OB PATCH] gdb: Fix Windows build after #include shuffle
 2024-05-20 17:00 UTC 

[PATCH] gdbserver: add client_state destructor
 2024-05-20 16:54 UTC  (7+ messages)

[PATCH] [gdb/testsuite] Fix can_spawn_for_attach_1 consistency check
 2024-05-20 14:42 UTC  (3+ messages)

[PATCH v2] [RFC] Contributing a thread fork testcase for AIX
 2024-05-18 19:18 UTC  (2+ messages)

[pushed] Remove unnecessary block from execute_fn_to_ui_file
 2024-05-18 17:02 UTC  (2+ messages)

[PATCH v3] Allow calling of user-defined function call operators
 2024-05-18 13:41 UTC 

[PATCH] gdb: Fix missing first breakpoint in schedule-multiple mode
 2024-05-17 23:24 UTC  (3+ messages)
` [PING 5][PATCH] "

GDB 15.1 release update (2024-05-10)
 2024-05-17 16:51 UTC  (3+ messages)

[PATCH] Remove gdb_stdtargerr
 2024-05-17 16:07 UTC  (3+ messages)

[PATCH] Inline some ui_out methods
 2024-05-17 14:37 UTC  (2+ messages)

[PATCH v4] gdb/debuginfod: Ctrl-C asks to cancel further downloads
 2024-05-17 14:11 UTC  (3+ messages)
` [PING][PATCH "
  ` [PING*2][PATCH "

[PATCH] Don't allow new-ui to start the TUI
 2024-05-17 14:11 UTC  (2+ messages)

[PATCH 0/3] On-demand debuginfo downloading
 2024-05-17 14:10 UTC  (7+ messages)
` [PATCH 1/3 v3] gdb/progspace: Add reverse safe iterator
  ` [PING][PATCH "
` [PATCH 2/3 v6] gdb/debuginfod: Support on-demand debuginfo downloading
  ` [PING][PATCH "
` [PATCH 3/3 v6] gdb/debuginfod: Add .debug_line downloading
  ` [PING][PATCH "

[PATCH v3][PR symtab/30520 v2 1/4] gdb/symtab: check name matches before expanding a CU
 2024-05-17 14:01 UTC  (3+ messages)

[PATCHv6 0/9] x86/Linux Target Description Changes
 2024-05-17 12:00 UTC  (8+ 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
  ` [PATCHv7 9/9] gdb/gdbserver: share x86/linux tdesc caching

[PATCH 1/2] [gdb/macro] Ignore in-file macro definition with 0 line complaint for clang
 2024-05-17 10:47 UTC  (2+ messages)
` [PATCH 2/2] [gdb/macro] Ignore malformed macro definition "

[PATCH v2] [gdb/testsuite] Handle ptrace operation not permitted in can_spawn_for_attach
 2024-05-17  9:54 UTC  (3+ messages)

[PATCH] Contributing a thread fork testcase for AIX
 2024-05-17  8:58 UTC  (2+ messages)

[pushed] gdb: remove unused includes in objfiles.{c,h}
 2024-05-16 19:56 UTC 

[PATCH v2 0/3] DAP: Handle "stepOut" request in outermost frame
 2024-05-16 19:48 UTC  (9+ messages)
` [PATCH 1/3] DAP: Allow for deferring stop events from gdb thread
` [PATCH 2/3] DAP: Allow gdb exception in exec_and_log to propagate

[PATCH] gdb: define type aliases for `fork_inferior()` callbacks
 2024-05-16 19:10 UTC  (3+ messages)

[PATCH 0/2] Initial work for testing gnat-llvm
 2024-05-16 17:46 UTC  (3+ messages)
` [PATCH 1/2] Introduce and use foreach_gnat_encoding
` [PATCH 2/2] Introduce gnat-llvm board file

[PATCH] gdb: initialize packet_result::m_textual_err_msg
 2024-05-16 17:26 UTC  (3+ messages)

[pushed] gdb: remove unused include in infcmd.c
 2024-05-16 16:57 UTC 

[pushed] gdb: remove unused includes from progspace.{c,h}
 2024-05-16 16:37 UTC 

[PATCH v3 1/1] gdb, testsuite: Handle unused compiler option fdiagnostics-color=never
 2024-05-16 16:10 UTC  (2+ messages)

[PATCH] [gdb/testsuite] Add missing terminator in Dwarf::_macro_unit
 2024-05-16 16:07 UTC  (2+ messages)

[PATCH 00/34] Windows non-stop mode
 2024-05-16 15:53 UTC  (5+ messages)

[pushed] gdb: bump black version to 24.4.2
 2024-05-16 15:49 UTC 

[PATCH] gdb: move lm_info to solib in dsbt_current_sos
 2024-05-16 15:33 UTC  (3+ messages)

[PATCH] Stop 'configure --enable-threading' if std::thread doesn't work
 2024-05-16 12:08 UTC  (3+ messages)

[PATCH 1/1 V5] gdb : Signal to pstack/gdb kills the attached process
 2024-05-16  7:15 UTC  (4+ messages)

[PATCH v3 0/1] gdb, testsuite: Handle unused compiler option fdiagnostics-color=never
 2024-05-15 20:30 UTC 

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