[PATCH v4 00/13] FreeBSD target async mode and related refactoring
2022-01-14 16:22 UTC (3+ messages)
` [PATCH v4 01/13] gdbsupport: Add an event-pipe class
[PATCH v3 00/14] FreeBSD target async mode and related refactoring
2022-01-14 16:19 UTC (3+ messages)
` [PATCH v3 01/14] gdbsupport: Add an event-pipe class
[PATCH 0/3] Suppressing CLI notifications
2022-01-14 16:04 UTC (8+ messages)
` [PATCH 1/3] gdb/cli: convert cli_suppress_notification from int to bool
` [PATCH 2/3] gdb/cli: add a 'normal_stop' option to 'cli_suppress_notification'
` [PATCH 3/3] gdb: add the 'set/show suppress-notification-cli' command
[PATCH] gdb: preserve `|` in connection details string
2022-01-14 15:43 UTC (2+ messages)
[RFC][PATCH 0/1] Fortran compiler detection
2022-01-14 14:31 UTC (9+ messages)
` [RFC][PATCH 1/1] gdb/testsuite: enable __INTEL_LLVM_COMPILER preprocessor in get_compiler_info
[PATCH] gdb/debuginfod: Improve progress updates
2022-01-13 23:11 UTC (8+ messages)
[PATCH v2 0/4] Make Fortran support respect more `set print' settings
2022-01-13 21:53 UTC (6+ messages)
` [PATCH v2 1/4] Respect `set print repeats' with Fortran arrays
` [PATCH v2 2/4] Add `set print repeats' tests for C/C++ arrays
` [PATCH v2 3/4] Respect `set print array-indexes' with Fortran arrays
` [PATCH v2 4/4] Add `set print array-indexes' tests for C/C++ arrays
[RFC PATCH] sim: switch Cygnus Solutions copyrights to FSF
2022-01-13 20:50 UTC (3+ messages)
[PATCH 0/4] Minor breakpoint cleanups
2022-01-13 20:05 UTC (6+ messages)
` [PATCH 1/4] Unify "catch fork" and "catch vfork"
` [PATCH 2/4] Move "catch fork" to a new file
` [PATCH 3/4] Move "catch exec" "
` [PATCH 4/4] Simplify Ada catchpoints
[PATCH v2 0/3] Improvements to Python parameters
2022-01-13 19:46 UTC (6+ messages)
` [PATCH v2 1/3] Change how Python architecture and language are handled
` [PATCH v2 2/3] Fix another crash with gdb parameters in Python
` [PATCH v2 3/3] Add a way to temporarily set a gdb parameter from Python
[PATCH 3/3] gdb: make thread_info executing and resumed state more consistent
2022-01-13 18:34 UTC (2+ messages)
` [PATCHv3] "
[PATCH v2] [PR gdb/17315]: fix until behavior with trailing !is_stmt lines
2022-01-13 17:00 UTC
[heads up] GDB 11.2 "respin" release next weekend (Jan 15-16)
2022-01-13 16:48 UTC (5+ messages)
[PATCH 0/2][PR fortran/26373][PR fortran/22497] GDB support for Fortran extends feature
2022-01-13 16:39 UTC (3+ messages)
` [PATCH 1/2][PR fortran/26373][PR fortran/22497] gdb/fortran: add support for accessing fields of extended types
` [PATCH 2/2] gdb/fortran: print fortran extended types with ptype
[PATCH] gdb.dlang/demangle.exp: update expected output for _D8demangle4testFnZv
2022-01-13 16:10 UTC
[PATCH] [AArch64] Fix PR gdb/28681
2022-01-13 15:22 UTC (8+ messages)
` [PATCH] [AArch64] Properly extract the reference to a return value from x8
[PATCH 0/3] Apply fixme notes for multi-target support
2022-01-13 15:21 UTC (4+ messages)
` [PATCH 1/3] gdb: Make global feature array a per-remote target array
` [PATCH 2/3] gdb: Add per-remote target variables for memory read and write config
` [PATCH 3/3] gdb: Remove workaround for the vCont packet
[PATCH 0/2] Modify gdb.base/charset.c to fix some issues
2022-01-13 15:14 UTC (16+ messages)
` [PATCH 1/2] gdb: testsuite: fix failed testcases in gdb.base/charset.exp
[COMMITTED PATCH] gdb: testsuite: make string[] type as char in gdb.base/charset.c
2022-01-13 3:29 UTC
[PATCH v4 00/28] Allow location description on the DWARF stack
2022-01-12 18:42 UTC (11+ messages)
` [PATCH v4 03/28] Add new classes that model DWARF stack element
` [PATCH v4 04/28] Add to_location method to dwarf_value class
` [PATCH v4 05/28] Add to_value method to dwarf_location class
[RFC] gdb: introduce limited array lengths while printing values
2022-01-12 18:17 UTC (2+ messages)
` [PING^9][RFC] "
[PATCH] gdb: add some extra debug information to attach_command
2022-01-12 17:29 UTC (2+ messages)
[PATCH] gdb: don't use -Wmissing-prototypes with g++
2022-01-12 17:24 UTC (2+ messages)
[PATCH 0/4] Source highlight non utf-8 characters using Python
2022-01-12 16:05 UTC (33+ messages)
` [PATCH 1/4] gdb: new 'maint flush source-cache' command
` [PATCH 2/4] gdb: erase items from the source_cache::m_offset_cache
` [PATCH 3/4] gdb: add 'maint set/show gnu-source-highlight enabled' command
` [PATCH 4/4] gdb/python: handle non utf-8 characters when source highlighting
` [PATCHv2 0/2] Source highlight non utf-8 characters using Python
` [PATCHv2 1/2] gdb/python: add gdb.host_charset function
` [PATCHv2 2/2] gdb/python: handle non utf-8 characters when source highlighting
[PATCH] gdb/testsuite: fix gdb.python/py-events.exp for finding process id
2022-01-12 15:22 UTC (3+ messages)
[PATCH] Don't mention "serial" in target remote description
2022-01-12 14:11 UTC (2+ messages)
[heads up] GDB 11.2 "respin" release next weekend (Jan 15-16)
2022-01-12 10:59 UTC (5+ messages)
[PATCH v3 0/4] sim: Add support for MIPS32/64 revision 6
2022-01-12 10:57 UTC (10+ messages)
` [PATCH v3 1/4] sim: Allow toggling of quiet NaN-bit semantics
` [PATCH v3 2/4] sim: Factor out NaN handling in floating point operations
` [PATCH v3 3/4] sim: Add partial support for IEEE 754-2008
` [PATCH v3 4/4] sim: mips: Add simulator support for mips32r6/mips64r6
[PATCH] gdb: rename lin-lwp to linux-native in set/show debug
2022-01-12 10:55 UTC (4+ messages)
[PATCH] sim: filter out SIGSTKSZ [PR sim/28302]
2022-01-12 5:05 UTC (4+ messages)
[PATCH 0/6] gdb: Add basic support for LoongArch
2022-01-11 23:14 UTC (12+ messages)
` [PATCH 1/6] gdb: LoongArch: Add initial target description support
` [PATCH 2/6] gdb: LoongArch: Add initial baremetal support
` [PATCH 3/6] gdb: LoongArch: Add initial linux target support
` [PATCH 4/6] gdb: LoongArch: Add initial native linux support
` [PATCH 5/6] gdb: LoongArch: Add Makefile and configure
[PATCHv3 0/2] Disassembler Output Styling
2022-01-11 14:31 UTC (4+ messages)
` [PATCHv4 "
` [PATCHv4 1/2] gdb: use python to colorize disassembler output
` [PATCHv4 2/2] gdb/python: move styling support to gdb.styling
[PATCH v7] gdb: Add new 'print nibbles' feature
2022-01-11 14:06 UTC (2+ messages)
` [PING][PATCH "
[PATCH v2 0/2] add annotation in 'info locals' command for variables shadowing case
2022-01-11 8:55 UTC (6+ messages)
` [PATCH v2 1/2] gdb: "
[PATCH 1/3] gdb/python: remove Python 2 support
2022-01-11 3:26 UTC (8+ messages)
[PATCH 0/3] Improvements to Python parameters
2022-01-10 21:22 UTC (10+ messages)
` [PATCH 1/3] Change how Python architecture and language are handled
` [PATCH 2/3] Fix another crash with gdb parameters in Python
` [PATCH 3/3] Add a way to temporarily set a gdb parameter from Python
Red Hat Software Customers List
2022-01-10 20:31 UTC
[PATCH] gdb/python: improve the auto help text for gdb.Parameter
2022-01-10 18:11 UTC (2+ messages)
[PATCH] gdbsupport: regenerate Makefile.in
2022-01-10 17:52 UTC (2+ messages)
[PATCH] gdb: test vfork + follow-fork-mode=parent + detach-on-fork=off
2022-01-10 17:50 UTC
[FYI] GDB Start of New Year Procedure
2022-01-10 17:29 UTC (6+ messages)
` [PATCH 3/6] Manual copyright year update of various GDB files
[PATCH] Add _sigsys info to siginfo struct
2022-01-10 15:12 UTC (6+ messages)
[PATCH 00/12] More filtered output cleanups
2022-01-10 14:44 UTC (4+ messages)
` [PATCH 08/12] Use filtered output in btrace-related commands
[gdb-11-branch: Patch 0/3] Support SHT_RELR (.relr.dyn) section
2022-01-10 13:03 UTC (6+ messages)
` [gdb-11-branch: Patch 1/3] readelf: Support RELR in -S and -d and output
` [gdb-11-branch: Patch 2/3] readelf: Support SHT_RELR/DT_RELR for -r
` [gdb-11-branch: Patch 3/3] bfd_section_from_shdr: Support SHT_RELR sections
[COMMITTED PATCH] gdb: add Tiezhu Yang to MAINTAINERS
2022-01-10 5:39 UTC
[PATCH 1/2] [gdb/symtab] Fix segfault in search_one_symtab
2022-01-10 2:34 UTC (5+ messages)
` [PATCH 2/2] [gdb/symtab] Add maint expand-symtabs -verbose
` [PING][PATCH "
[PATCH] Reduce use of unfiltered output in Darwin code
2022-01-09 18:00 UTC (4+ messages)
[PATCH 0/4] Audit uses of unfiltered output to gdb_stdout
2022-01-08 23:19 UTC (6+ messages)
` [PATCH 3/4] Reduce explicit use of gdb_stdout
[PATCH] gdb/hurd: handle inferiors exiting
2022-01-08 22:14 UTC (4+ messages)
[pushed] Add explicit check for nullptr to target_announce_attach
2022-01-08 16:47 UTC
[PATCH 0/2] Unify target announce and detach messages
2022-01-08 16:47 UTC (5+ messages)
` [PATCH 1/2] Introduce target_announce_attach
[PATCH 0/6] Make Fortran support respect more `set print' settings
2022-01-08 16:27 UTC (13+ messages)
` [PATCH 3/6] Respect `set print repeats' with Fortran arrays
` [PATCH 4/6] Add `set print repeats' tests for C/C++ arrays
` [PATCH 5/6] Respect `set print array-indexes' with Fortran arrays
` [PATCH 6/6] Add `set print array-indexes' tests for C/C++ arrays
[PATCH v2] gdb: testsuite: show print array-indexes after set in arrayidx.exp
2022-01-08 10:45 UTC (4+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox