[PATCH] guile: fix make-value with pointer type
2021-06-03 19:12 UTC (3+ messages)
[PATCH] guile: fix smob exports
2021-06-03 19:04 UTC (3+ messages)
[PATCH 00/17] Interrupting programs that block/ignore SIGINT
2021-06-03 19:02 UTC (18+ messages)
` [PATCH 01/17] Test interrupting programs that block SIGINT [gdb/9425, gdb/14559]
` [PATCH 02/17] prefork_hook: Remove 'args' parameter
` [PATCH 03/17] Fix silent gdb.base/annota1.exp test coverage regression
` [PATCH 04/17] Make gdb.base/long-inferior-output.exp fail fast
` [PATCH 05/17] Fix gdb.multi/multi-term-settings.exp race
` [PATCH 06/17] Don't check parent pid in gdb.threads/{ia64-sigill, siginfo-threads, watchthreads-reorder}.c
` [PATCH 07/17] Special-case "set inferior-tty /dev/tty"
` [PATCH 08/17] Make inferior/GDB share terminal in run+detach testcases
` [PATCH 09/17] Make inferior/GDB share terminal in tests that exercise GDB/inferior reading same input
` [PATCH 10/17] gdb.mi/mi-logging.exp, don't send input to GDB while the inferior is running
` [PATCH 11/17] target_terminal::ours_for_output before printing signal received
` [PATCH 12/17] Move scoped_ignore_sigttou to gdbsupport/
` [PATCH 13/17] Always put inferiors in their own terminal/session [gdb/9425, gdb/14559]
` [PATCH 14/17] exists_non_stop_target: Avoid flushing frames
` [PATCH 15/17] convert previous_inferior_ptid to strong reference to thread_info
` [PATCH 16/17] GNU/Linux: Interrupt/Ctrl-C with SIGSTOP instead of SIGINT [PR gdb/9425, PR gdb/14559]
` [PATCH 17/17] Document pseudo-terminal and interrupting changes
[pushed] Update my email address in MAINTAINERS
2021-06-03 18:59 UTC
[PATCH] arc: Add 'set disassembler-options' support
2021-06-03 18:55 UTC (2+ messages)
[PATCH v2 0/3] Follow fork improvements
2021-06-03 17:28 UTC (6+ messages)
` [PATCH v2 1/3] gdb: call post_create_inferior at end of follow_fork_inferior
` [PATCH v2 2/3] gdb: pass child_ptid and fork kind to target_ops::follow_fork
` [PATCH v2 3/3] gdb: follow-fork: push target and add thread in target_follow_fork
[FYI] Add myself to gdb/MAINTAINERS
2021-06-03 17:21 UTC (3+ messages)
[PATCHv3 1/2] Initial TUI mouse support
2021-06-03 17:16 UTC (3+ messages)
` [PATCHv3 2/2] Forward mouse click to python TUI window
[PATCH] Report additional details for signals received on FreeBSD
2021-06-03 17:06 UTC (5+ messages)
[PATCH] [gdb.base] Convert multi-line function call into in foll-exec.c
2021-06-03 15:38 UTC (2+ messages)
[PATCH 0/4] New option for 'info sources', also better MI support
2021-06-03 13:15 UTC (6+ messages)
` [PATCHv2 0/5] "info sources" - group by objfile
` [PATCHv2 5/5] gdb: change info sources to group results "
[PATCHv2] Restore gdb.SYMBOL_STRUCT_DOMAIN constant
2021-06-03 13:00 UTC (4+ messages)
[PATCH][AArch64] Fix missing watchpoint hits/endless loop
2021-06-03 10:22 UTC (4+ messages)
[PATCH] Fix gdb crash due to SIGPIPE when the compile command fails
2021-06-03 5:45 UTC (4+ messages)
[PATCH] Fix temp-dir leakage in per-bfd-sharing.exp
2021-06-03 5:37 UTC (4+ messages)
[PATCH] [PR gdb/27570] missing support for debuginfod in core_target::build_file_mappings
2021-06-03 0:01 UTC (2+ messages)
` [PATCH v2] "
[PATCHv2 1/2] Initial TUI mouse support
2021-06-02 18:49 UTC (5+ messages)
` [PATCHv2 2/2] Forward mouse click to python TUI window
[PATCH v2 3/4] Fix handling of DW_AT_entry_pc of inlined subroutines
2021-06-02 18:24 UTC (3+ messages)
[PATCH] Implement Rust raw identifiers
2021-06-02 17:58 UTC
[PUSHED] gdb/testsuite: only add -J option when compiling with gfortran
2021-06-02 17:12 UTC (3+ messages)
[PUSHED OBV] sim m32c: Include defs.h in m32c.opc and r8c.opc
2021-06-02 15:48 UTC
[PATCH] kill all threadapply processes at end of test
2021-06-02 15:08 UTC (8+ messages)
[PATCH v2] Fix raw-frame-arguments in combination with frame-filters
2021-06-02 13:16 UTC (4+ messages)
[RFC PATCH] gdb: fix eval.c assert during inferior exit event
2021-06-02 11:34 UTC (4+ messages)
` [PATCH v3] "
[PATCH] [gdb.fortran] Add type info of formal parameter for clang in ptype-on-functions.exp
2021-06-02 10:30 UTC (9+ messages)
[PUSHED] gdb/testsuite: escape '*' character in pattern used by flang
2021-06-02 9:14 UTC
[PING**2] [PATCH] gdb, testsuite: Fix mi-var-child-f.exp for Intel compilers
2021-06-02 7:23 UTC
[PATCH V5] CTF: multi-CU and archive support
2021-06-02 0:05 UTC (3+ messages)
` [PING][PATCH "
` [PING 2][PATCH "
[PATCH] Conditionally restore displaced stepping state after fork
2021-06-01 21:18 UTC (6+ messages)
` [PATCH v2] "
[RFC PATCH 0/7] gdb: replay diversion support
2021-06-01 19:27 UTC (10+ messages)
` [RFC PATCH 1/7] gdb: add replay diversion interface to target_ops
` [RFC PATCH 2/7] gdb: handle early replay diversion exits
` [RFC PATCH 3/7] gdb/remote: add vReplayDiversion packet
` [RFC PATCH 4/7] gdb/inferior: add replay diversion state
` [RFC PATCH 5/7] gdb/infcall: enter replay diversion before call
` [RFC PATCH 6/7] gdb/infrun: solo thread resume in replay diversion
` [RFC PATCH 7/7] gdb/infcmd: add replay diversion commands
[PATCH] [AArch64] MTE corefile support
2021-06-01 17:45 UTC (9+ messages)
` [PATCH,v2] "
` [PATCH,v3][AArch64] "
` [PATCH,v4][AArch64] "
` [PATCH,v5][AArch64] "
[PATCH v6 0/7] extend branch tracing to use ARM CoreSight traces
2021-06-01 15:47 UTC (11+ messages)
` [PATCH v6 1/7] configure gdb build system for supporting btrace on arm processors
` [PATCH v6 2/7] add btrace coresight related commands
` [PATCH v6 3/7] start/stop btrace with coresight etm and parse etm buffer. nat independant
` [PATCH v6 4/7] start/stop btrace with coresight etm and collect etm buffer on linux os
` [PATCH v6 5/7] fix issue: gdb hangs in the command following a commad returning with TARGET_WAITKIND_NO_HISTORY
` [PATCH v6 6/7] add support for coresight btrace via remote protocol
` [PATCH v6 7/7] adapt btrace testcases for arm target
[PATCH] [gdb.base] Add additional next commands for clang-12 and above in foll-exec.exp
2021-06-01 15:40 UTC (5+ messages)
[PATCH v2 4/4] Skip .cold functions in search_minsyms_for_name
2021-06-01 14:53 UTC (2+ messages)
[PATCH 0/5] Some gdb build cleanups
2021-06-01 13:59 UTC (5+ messages)
` [PATCH 1/5] Remove gdb/testsuite/configure
[PATCH][gdb/symtab] Ignore cold clones
2021-06-01 13:23 UTC (7+ messages)
[PATCH 0/3] Make python/guile api catchpoint aware
2021-06-01 11:04 UTC (2+ messages)
[PATCH] gdb: run 'maint selftest' with an executable loaded
2021-06-01 11:02 UTC (8+ messages)
[PATCHv2 0/9] Bare-metal core dumps for RISC-V
2021-06-01 9:00 UTC (8+ messages)
` [PATCHv3 "
` [PATCHv3 9/9] gdb/arm: add support for bare-metal core dumps
` SV: "
[PATCH 1/3] gdb: move dwarf2_per_cu_data and signatured_type up
2021-05-31 16:33 UTC (5+ messages)
` [PATCH 2/3] gdb: add and use signatured_type_up
` [PATCH 3/3] gdb: pass signature to allocate_signatured_type and signatured_type constructor
GDB 11 branching update (2021-05-30)
2021-05-31 15:53 UTC (2+ messages)
[PATCH 0/2] Two minor DWARF reader tweaks
2021-05-31 1:41 UTC (6+ messages)
` [PATCH 1/2] Remove dwarf2_per_bfd::m_num_psymtabs
` [PATCH 2/2] Set is_debug_types in allocate_signatured_type
[PATCH] gdb: set only inferior_ptid in sparc_{fetch, store}_inferior_registers
2021-05-31 1:16 UTC
[PATCH] gdb: try to load libthread_db only after reading all shared libraries when attaching
2021-05-31 0:48 UTC (4+ messages)
` [PATCH v2] gdb: try to load libthread_db only after reading all shared libraries when attaching / handling a fork child
[PATCH 0/5] Fix for an assertion when unwinding with inline frames
2021-05-30 18:54 UTC (9+ messages)
` [PATCH 1/5] gdb/python: handle saving user registers in a frame unwinder
` [PATCH 2/5] gdb/python: move PyLong_From* calls into py-utils.c
` [PATCH 3/5] gdb/python: add PendingFrame.level and Frame.level methods
` [PATCH 4/5] gdb: prevent an assertion when computing the frame_id for an inline frame
` [PATCH 5/5] gdb: remove VALUE_FRAME_ID
[PATCH v2 2/4] Fix range end handling of inlined subroutines
2021-05-30 13:58 UTC
[PATCH v2 1/4] Introduce a new line table flag is_weak
2021-05-30 13:58 UTC
[PATCH v2 0/4] Improve debugging of optimized code
2021-05-30 13:58 UTC
[PATCH] sim: common: start dedicated local.mk
2021-05-29 22:49 UTC
[PATCH/committed] sim: ppc: enable -Wno-format for mingw targets
2021-05-29 22:09 UTC
[PATCH/committed] sim: ppc: avoid shadowing errno
2021-05-29 22:05 UTC
[PATCH/committed] sim: v850: add pointer casts for execv on Windows
2021-05-29 19:33 UTC
[PATCH/committed] sim: mn10300: add SIGTRAP fallback
2021-05-29 19:32 UTC
[PATCH/committed] sim: pull in extra gnulib libs too
2021-05-29 19:31 UTC
[PATCH/committed] sim: mips: fix build w/out dv-sockser
2021-05-29 19:30 UTC
[PATCH] sim: igen: harmonize tool variables
2021-05-29 17:43 UTC
[PATCH 1/4] gnulib: import chown
2021-05-29 17:25 UTC (4+ messages)
` [PATCH 2/4] sim: v850: assume chown is available
` [PATCH 3/4] gnulib: import netdb
` [PATCH 4/4] gnulib: import select
[PATCH/committed] sim: frv: fix up a bunch of prototype warnings
2021-05-29 17:10 UTC
[PATCH/committed] sim: frv: fix compiler parentheses suggestions warnings
2021-05-29 17:08 UTC
[PATCH/committed] sim: sh: fix a few compiler warnings
2021-05-29 17:06 UTC
[PATCH/committed] sim: m32c: rename open symbol to avoid collisions
2021-05-29 16:04 UTC
start of the GDB 11 release cycle
2021-05-29 15:58 UTC (6+ messages)
[PATCH 0/4] Some small debug index writer cleanups
2021-05-29 13:54 UTC (5+ messages)
` [PATCH 1/4] Fix oddity in write_gdbindex
` [PATCH 2/4] Minor cleanup to addrmap_index_data::previous_valid
` [PATCH 3/4] Simplify gdb_index writing
` [PATCH 4/4] Simplify debug_names index writing
[PATCH 1/2] Document gdb.SYMBOL_LOC_LABEL
2021-05-29 11:41 UTC (4+ messages)
` [PATCH 2/2] Fix InlinedFrameDecorator example
[PATCH] Fix printing of non pointer types when memory tagging is enabled
2021-05-29 6:26 UTC (3+ messages)
[PATCH] Add PROP_VARIABLE
2021-05-29 3:36 UTC (2+ messages)
Sim bfin build failure with gcc 11
2021-05-29 3:32 UTC (6+ messages)
[PATCH] Update btrace data in maintenance btrace commands
2021-05-29 2:13 UTC (2+ messages)
[PATCH] gdb: avoid premature dummy frame garbage collection
2021-05-29 2:03 UTC (3+ messages)
` [PATCHv2] "
[PATCH 4/5] sim: mips: Add simulator support for mips32r6/mips64r6
2021-05-29 1:53 UTC (4+ messages)
` [PATCH v2 0/5] Add support for MIPS32/64 revision 6
` [PATCH v2 5/5] gdb: mips: Add MIPSR6 support
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