public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v3 0/7] glibc-2.34: Fix gdb.base/gdb-sigterm.exp failure/error
 2022-02-27  0:00 UTC 

[PATCH v2 0/6] glibc-2.34: Fix gdb.base/gdb-sigterm.exp failure/error
 2022-02-26 20:40 UTC  (4+ messages)
` [PATCH v2 1/6] Handle recursive internal problem in gdb_internal_error_resync

[PATCH] gdb-add-index: disable debuginfod
 2022-02-25 22:35 UTC  (3+ messages)

[PATCH v2] Support glibc multiple namespace extension
 2022-02-25 20:25 UTC  (7+ messages)
` [PATCH v3] "

[PATCH] gdb/python: Add gdb.InferiorThread.details attribute
 2022-02-25 19:33 UTC  (2+ messages)

[PATCHv3] gdb/python/mi: create MI commands using python
 2022-02-25 19:31 UTC  (4+ messages)
` [PATCHv4] "

[RFC] [gdb/testsuite] change gdb.base/skip.exp to use finish
 2022-02-25 18:46 UTC  (3+ messages)
`  "

[PATCH] Reorganize Python events documentation
 2022-02-25 18:36 UTC 

[PATCH 1/2] gdb/linux-tdep: make read_mapping return a structure
 2022-02-25 18:25 UTC  (7+ messages)
` [PATCH 2/2] gdb/linux-tdep: move "Perms" column right

[PATCH] gdb: add operator+= and operator+ overload for std::string
 2022-02-25 17:54 UTC  (3+ messages)

[PATCH 0/2] Add new gdb.Type.signedness attribute
 2022-02-25 17:08 UTC  (11+ messages)
` [PATCHv2 "
  ` [PATCHv2 1/2] gdb: use a range based for loop when iterating over an array
  ` [PATCHv3 0/3] Add Type.is_scalar and Type.is_signed properties
    ` [PATCHv3 1/3] gdb/python: add Type.is_scalar property
    ` [PATCHv3 2/3] gdb/python: add Type.is_signed property
    ` [PATCHv3 3/3] gdb/testsuite: add new test for comparing char types in Python

[PATCH 00/11] gdb/testsuite: Cleanup gdb.base for clang testing
 2022-02-25 17:00 UTC  (5+ messages)
` [PATCH 01/11] change gdb.base/skip.exp to use finish instead of step
` [PING][PATCH 00/11] gdb/testsuite: Cleanup gdb.base for clang testing
  ` [PINGv2][PATCH "

[PATCH] Fix gdb.fortran "failed to extract expected results" errors
 2022-02-25 16:48 UTC  (3+ messages)

[PATCH] Error when gdb_is_target_1 is called without running gdb instance
 2022-02-25 16:44 UTC  (2+ messages)

[RFC] Print MI prompt on interrupted command
 2022-02-25 13:59 UTC  (3+ messages)

[PATCH] Fix list.exp test cases
 2022-02-25 11:51 UTC  (4+ messages)

[PATCH v3 0/5] arm: Add support for multiple stacks on Cortex-M
 2022-02-25  9:54 UTC  (2+ messages)

C++ template completion support v3
 2022-02-25  0:49 UTC  (5+ messages)

[PATCH] Support template lookups in strncmp_iw_with_mode
 2022-02-24 20:31 UTC  (3+ messages)

[PATCH] Resolve dynamic types before computing pointer size
 2022-02-24 19:51 UTC  (7+ messages)

[PATCH v5 00/15] FreeBSD target async mode and related refactoring
 2022-02-24 19:16 UTC  (16+ messages)
` [PATCH v5 04/15] Enable async mode on supported targets in target_resume
` [PATCH v5 05/15] Don't enable async mode at the end of target ::resume methods
` [PATCH v5 06/15] do_target_wait_1: Clear TARGET_WNOHANG if the target isn't async
` [PATCH v5 07/15] inf-ptrace: Return an IGNORE event if waitpid() fails

[PATCH] Fix crash in Fortran code
 2022-02-24 19:03 UTC  (2+ messages)

[PATCH] Fix "spawn id XYZ not open" errors in gdb.mi/mi-exec-run.exp
 2022-02-24 17:41 UTC 

Making mi -add-inferior command consistent with ci
 2022-02-24 17:27 UTC  (5+ messages)

[PATCH] Fixing regression in mi -add-inferior command
 2022-02-24 17:25 UTC 

[GDB 11 PATCH] gdb: clean up some things in features/Makefile
 2022-02-24 17:06 UTC 

[PATCH 3/3] gdb: make thread_info executing and resumed state more consistent
 2022-02-24 15:52 UTC  (4+ messages)
` [PATCHv3] "

[PATCH 1/3] [fix] Unused struct
 2022-02-24 15:49 UTC  (12+ messages)
` [RFC][PATCH v2 0/2][PR gdb/24069] Fix GDB hang on macOS 10.14 and later (PR gdb/24609)
  ` [RFC][PATCH v2 1/2][PR gdb/24069] [delete] Not-so-harmless spurious call to `wait4`
  ` [RFC][PATCH v2 2/2][PR gdb/24069] [fix] Skip over WIFSTOPPED wait4 status
  ` [RFC][PATCH v3 0/1][PR gdb/24069] Fix GDB hang on macOS 10.14 and later
    ` [RFC][PATCH v3 1/1][PR gdb/24069] gdb/darwin: skip over WIFSTOPPED wait4 status

[PATCH] gdb: Consolidate 32bit-pkeys.xml and 64bit-pkeys.xml
 2022-02-24 15:34 UTC 

[PATCH v2 00/18] Refactor character printing
 2022-02-23 23:59 UTC  (24+ messages)
` [PATCH v2 01/18] Fix latent quote char bug in generic_printstr
` [PATCH v2 02/18] Boolify need_escape in generic_emit_char
` [PATCH v2 03/18] Remove c_emit_char
` [PATCH v2 04/18] Remove c_printstr
` [PATCH v2 05/18] Don't use wchar_printable in print_wchar
` [PATCH v2 06/18] Fix a latent bug "
` [PATCH v2 07/18] Remove language_defn::emitchar
` [PATCH v2 08/18] Add gdb_iswcntrl
` [PATCH v2 09/18] Include \0 in printable wide characters
` [PATCH v2 10/18] Use a ui_file in print_wchar
` [PATCH v2 11/18] Add an emitter callback to generic_printstr and generic_emit_char
` [PATCH v2 12/18] Add a default encoding to generic_emit_char and generic_printstr
` [PATCH v2 13/18] Change generic_emit_char to print the quotes
` [PATCH v2 14/18] Use generic_emit_char in Rust
` [PATCH v2 15/18] Use generic_emit_char in Ada
` [PATCH v2 16/18] Use generic_emit_char in Modula-2
` [PATCH v2 17/18] Use generic_emit_char in Pascal
` [PATCH v2 18/18] Simplify Fortran string printing

[PATCH] Powerpc fix for gdb.base/ending-run.exp
 2022-02-23 23:18 UTC 

[PATCH] gdb/linux-tdep.c: Add Perms to the 'info proc mappings' output
 2022-02-23 21:27 UTC  (4+ messages)

[PATCH] [gdb/testsuite] test a function call by hand fron pretty printer
 2022-02-23 18:57 UTC 

[PATCH] Updated, fix reverse stepping multiple contiguous PC ranges
 2022-02-23 16:39 UTC 

[PATCH] gdb/python: add gdb.Architecture.format_address
 2022-02-23 14:20 UTC  (7+ messages)

[PATCH] gdb: Try searching for auto-load script using .gnu_debuglink
 2022-02-23  3:35 UTC 

[PATCH v5 0/2] Modify can_spawn_for_attach
 2022-02-23  2:45 UTC  (3+ messages)
` [PATCH v5 1/2] gdb: testsuite: print explicit test result in can_spawn_for_attach
` [PATCH v5 2/2] gdb: testsuite: fix wrong expected result in attach-pie-noexec.exp

[PATCH] fbsd-tdep: Implement the vsyscall_range gdbarch hook
 2022-02-22 22:36 UTC 

GDB 12 preparation -- 2022-02-20 update
 2022-02-22 19:34 UTC  (4+ messages)

[PATCH] gdb/testsuite/README: update default value of INTERNAL_GDBFLAGS
 2022-02-22 14:46 UTC  (9+ messages)
` [PATCH v2] gdb/testsuite/README: point to "

[PATCH] Fix detection of compilation and linking flags for source-highlight
 2022-02-22 14:43 UTC  (3+ messages)

[PATCH v4 0/2] Modify can_spawn_for_attach
 2022-02-22 14:42 UTC  (4+ messages)
` [PATCH v4 1/2] gdb: testsuite: print explicit test result in can_spawn_for_attach()
` [PATCH v4 2/2] gdb: testsuite: fix wrong expected result in attach-pie-noexec.exp

[PATCH] gdb/remote: use current_inferior in read_ptid if multi-process not supported
 2022-02-22  7:33 UTC  (2+ messages)

[PATCH v2 0/2] Querying registers of already-exited processes
 2022-02-22  7:31 UTC  (2+ messages)

[PATCH] sim: gdbinit: hoist setup to common code
 2022-02-22  3:36 UTC  (4+ messages)
  ` [PATCH] sim: add arch/.gdbinit stub scripts

[PATCH 0/7] TUI command changes, including new winwidth command
 2022-02-21 17:29 UTC  (3+ messages)
` [PATCHv2 00/15] TUI changes, new winwidth command and resizing changes

[PATCH] Fix bug in C++ overload resolution
 2022-02-21 16:53 UTC  (3+ messages)

[PATCH] gdb/testsuite: relax pattern in new gdb.mi/mi-multi-commands.exp test
 2022-02-21 13:09 UTC  (2+ messages)

[PATCH 0/2] fix for the stabs debug parser
 2022-02-21 11:51 UTC  (7+ messages)
` [PATCH 1/2] gdb: make use of std::string in dbxread.c
` [PATCH 2/2] gdb: avoid nullptr access in dbxread.c from read_dbx_symtab

[PATCH] gdb: Only paginate for filtered output in fputs_maybe_filtered
 2022-02-20 18:34 UTC  (4+ messages)

[[RFC][PATCH][PR gdb/24069]] gdb/testsuite/README: update default value of INTERNAL_GDBFLAGS
 2022-02-19 21:37 UTC  (2+ messages)

[PATCH] Add to documentation of Python 'dont_repeat' method
 2022-02-19 16:47 UTC 

[PATCH v3] gdb: testsuite: fix wrong expected result in attach-pie-noexec.exp
 2022-02-19 15:42 UTC  (2+ messages)

[PATCH] gdb: filter inferiors using linux_target in check_zombie_leaders
 2022-02-19 10:17 UTC  (2+ messages)

[PATCH] Change how "print/x" displays floating-point value
 2022-02-19 10:05 UTC  (6+ messages)

[PATCH] Add constructor to bound_minimal_symbol
 2022-02-18 19:46 UTC  (2+ messages)

[pushed] gdb: remove newlines from some linux_nat_debug_printf calls
 2022-02-18 19:21 UTC 

[PATCH v2 1/1] gdb/mi: PR20684, preserve user selected thread and frame when invoking MI commands
 2022-02-18 17:45 UTC  (7+ messages)
` [PATCH v3 0/1] PR20684, preserve user selected context "
    ` [PING] "
` [PATCH v3 1/1] gdb/mi: PR20684, preserve user selected thread and frame "

[PATCH 0/2][PR fortran/26373][PR fortran/22497] GDB support for Fortran extends feature
 2022-02-18 16:14 UTC  (7+ messages)
` [PATCH 1/2][PR fortran/26373][PR fortran/22497] gdb/fortran: add support for accessing fields of extended types

[PING] [PATCH v3] gdb: testsuite: fix wrong expected result in attach-pie-noexec.exp
 2022-02-18  9:25 UTC 

[PATCH 00/18] Refactor character printing
 2022-02-17 22:02 UTC  (17+ messages)
` [PATCH 06/18] Fix a latent bug in print_wchar
` [PATCH 07/18] Remove language_defn::emitchar
` [PATCH 08/18] Add gdb_iswcntrl
` [PATCH 09/18] Include \0 in printable wide characters
` [PATCH 10/18] Use a ui_file in print_wchar
` [PATCH 11/18] Add an emitter callback to generic_printstr and generic_emit_char

[PATCH v2] gdb/debuginfod: Rework progress updates
 2022-02-17 16:06 UTC  (6+ messages)
` [PATCH v3] gdb: Improve debuginfod "

[PATCH 2/3] gdb: Add soname to build-id mapping for corefiles
 2022-02-17 16:01 UTC  (5+ messages)

[PING 4] [PATCH v3 1/1] gdb: Use a typedef's scoped type name to identify local typedefs
 2022-02-17 12:48 UTC 

[PATCH 00/12] A little TLC for the simulators (in particular CRIS)
 2022-02-17  5:30 UTC  (5+ messages)
` [PATCH 10/12] sim: Add sim_dump_memory for debugging

[PATCH] Add initializers to bound_minimal_symbol
 2022-02-16 20:47 UTC  (7+ 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).