Ada compile with -fvar-tracking
2023-11-14 22:03 UTC (4+ messages)
[PATCH] Emit DAP "process" event
2023-11-14 19:25 UTC
[PATCH 0/3] Simplify DAP stop reason emission
2023-11-14 19:12 UTC (5+ messages)
` [PATCH 1/3] Move py_ui_out to a new header
` [PATCH 2/3] Emit stop reason details in Python stop events
` [PATCH 3/3] Simplify DAP stop-reason code
[pushed] Remove path name from test case
2023-11-14 18:49 UTC
[PATCH v1] [gdb/python]: Add StepEndedEvent (simplifies DAP)
2023-11-14 18:43 UTC (2+ messages)
[pushed] Remove some redundant "break"s
2023-11-14 17:38 UTC
[PATCH v2 00/18] Index DWARf in the background
2023-11-14 17:31 UTC (24+ messages)
` [PATCH v2 01/18] Don't use objfile::intern in DWO code
` [PATCH v2 02/18] Pre-read DWZ section data
` [PATCH v2 03/18] Add a couple of bfd_cache_close calls
` [PATCH v2 04/18] Add thread-safety to gdb's BFD wrappers
` [PATCH v2 05/18] Refactor complaint thread-safety approach
` [PATCH v2 06/18] Add quick_symbol_functions::compute_main_name
` [PATCH v2 07/18] Add gdb::task_group
` [PATCH v2 08/18] Move cooked_index_storage to cooked-index.h
` [PATCH v2 09/18] Add "maint set dwarf synchronous"
` [PATCH v2 10/18] Change how cooked index waits for threads
` [PATCH v2 11/18] Do more DWARF reading in the background
` [PATCH v2 12/18] Simplify the public DWARF API
` [PATCH v2 13/18] Remove two quick_symbol_functions methods
` [PATCH v2 14/18] Change current_language to be a macro
` [PATCH v2 15/18] Lazy language setting
` [PATCH v2 16/18] Optimize lookup_minimal_symbol_text
` [PATCH v2 17/18] Avoid language-based lookups in startup path
` [PATCH v2 18/18] Back out some parallel_for_each features
[FYI/pushed v4 00/25] Step over thread clone and thread exit
2023-11-14 16:44 UTC (34+ messages)
` [FYI/pushed v4 01/25] Add "maint info linux-lwps" command
` [FYI/pushed v4 02/25] gdb/linux: Delete all other LWPs immediately on ptrace exec event
` [FYI/pushed v4 03/25] Step over clone syscall w/ breakpoint, TARGET_WAITKIND_THREAD_CLONED
` [FYI/pushed v4 04/25] Support clone events in the remote protocol
` [FYI/pushed v4 05/25] Avoid duplicate QThreadEvents packets
` [FYI/pushed v4 06/25] Thread options & clone events (core + remote)
` [FYI/pushed v4 07/25] Thread options & clone events (native Linux)
` [FYI/pushed v4 08/25] Thread options & clone events (Linux GDBserver)
` [FYI/pushed v4 09/25] gdbserver: Hide and don't detach pending clone children
` [FYI/pushed v4 10/25] Remove gdb/19675 kfails (displaced stepping + clone)
` [FYI/pushed v4 11/25] all-stop/synchronous RSP support thread-exit events
` [FYI/pushed v4 12/25] gdbserver/linux-low.cc: Ignore event_ptid if TARGET_WAITKIND_IGNORE
` [FYI/pushed v4 13/25] Move deleting thread on TARGET_WAITKIND_THREAD_EXITED to core
` [FYI/pushed v4 14/25] Introduce GDB_THREAD_OPTION_EXIT thread option, fix step-over-thread-exit
` [FYI/pushed v4 15/25] Implement GDB_THREAD_OPTION_EXIT support for Linux GDBserver
` [FYI/pushed v4 16/25] Implement GDB_THREAD_OPTION_EXIT support for native Linux
` [FYI/pushed v4 17/25] gdb: clear step over information on thread exit (PR gdb/27338)
` [FYI/pushed v4 18/25] stop_all_threads: (re-)enable async before waiting for stops
` [FYI/pushed v4 19/25] gdbserver: Queue no-resumed event after thread exit
` [FYI/pushed v4 20/25] Don't resume new threads if scheduler-locking is in effect
` [FYI/pushed v4 21/25] Report thread exit event for leader if reporting thread exit events
` [FYI/pushed v4 22/25] gdb/testsuite/lib/my-syscalls.S: Refactor new SYSCALL macro
` [FYI/pushed v4 23/25] Testcases for stepping over thread exit syscall (PR gdb/27338)
` [FYI/pushed v4 24/25] Document remote clone events, and QThreadOptions packet
` [FYI/pushed v4 25/25] Cancel execution command on thread exit, when stepping, nexting, etc
[PATCH 1/1] gdb: Fix segfault with a negative .dynamic section size
2023-11-14 16:29 UTC (8+ messages)
[PATCH 0/7] Handle nested functions in DAP
2023-11-14 16:11 UTC (3+ messages)
[RFC] Filter invalid encodings from Linux thread names
2023-11-14 16:01 UTC (2+ messages)
[PATCH] gdb: remove two uses of obstack
2023-11-14 15:53 UTC (2+ messages)
[PATCH v2 1/1] gdb: Fix segfault with a big .dynamic section size
2023-11-14 15:42 UTC
[PATCH 00/24] Fix reading and writing pseudo registers in non-current frames
2023-11-14 15:20 UTC (28+ messages)
` [PATCH 05/24] gdb: change regcache interface to use array_view
` [PATCH 06/24] gdb: fix bugs in {get,put}_frame_register_bytes
` [PATCH 14/24] gdb: read pseudo register through frame
` [PATCH 16/24] gdb: rename gdbarch_pseudo_register_write to gdbarch_deprecated_pseudo_register_write
` [PATCH 17/24] gdb: add gdbarch_pseudo_register_write that takes a frame
` [PATCH 18/24] gdb: migrate i386 and amd64 to the new gdbarch_pseudo_register_write
[PATCH] [gdb] Fix assert in delete_breakpoint
2023-11-14 15:09 UTC (2+ messages)
[PATCH] [gdb/tui] Factor out tui_noscroll_window et al
2023-11-14 15:02 UTC (7+ messages)
[PATCH 0/3] Appoint new maintainers
2023-11-14 14:52 UTC (4+ messages)
` [PATCH 1/3] gdb/MAINTAINERS: add John Baldwin as global maintainer
` [PATCH 2/3] gdb/MAINTAINERS: add Luis Machado "
` [PATCH 3/3] gdb/MAINTAINERS: add Guinevere Larsen as record-full maintainer
[PATCH v3 0/3] Check for zpoint support when handling watchpoints
2023-11-14 14:45 UTC (8+ messages)
` [PATCH v3 1/3] gdb, gdbserver, zpoint: report z_point support
` [PATCH v3 2/3] gdb, breakpoint: add a breakpoint type converter
` [PATCH v3 3/3] gdb, zpoint: check for target hardware breakpoint support
[pushed] gdb: normalize whitespaces in MAINTAINERS
2023-11-14 14:44 UTC
[PATCH 1/3] gdb: regenerate target-delegates.c
2023-11-14 14:18 UTC (10+ messages)
` [PATCH 2/3] gdb: refactor make-target-delegates.py's ARGTYPES
` [PATCH 3/3] gdb: handle default argument in make-target-delegates.py
[PATCH] Ignore static members in NoOpStructPrinter
2023-11-14 14:04 UTC
[PATCH] Fix gdb.threads/stepi-over-clone.exp regexp
2023-11-14 13:42 UTC (2+ messages)
[PATCH v2 0/3] Check for zpoint support when handling watchpoints
2023-11-14 12:50 UTC (5+ messages)
` [PATCH v2 1/3] gdb, gdbserver, zpoint: report z_point support
` [PATCH v2 2/3] gdb, breakpoint: add a breakpoint type converter
` [PATCH v2 3/3] gdb, zpoint: check for target hardware breakpoint support
[PATCH 0/2] Change all E_MIPS_* to EF_MIPS_*
2023-11-14 11:43 UTC (4+ messages)
` [PATCH 1/2] gdb: mips: Change "
` [PATCH 2/2] sim: "
[PATCH v3] gdb, python: selectively omit enabling stdin in gdb.execute exception
2023-11-14 11:06 UTC (2+ messages)
` [PATCH v4] gdb, python: selectively omit enabling stdin in gdb.execute
[PATCH] [gdb/testsuite] Fix spurious FAILs with examine-backward.exp, again
2023-11-14 10:58 UTC
[PATCH v2] Fix hardware watchpoints in replay mode
2023-11-14 10:53 UTC (4+ messages)
[PATCH v3] gdb/testsuite: add test for backtracing for threaded inferiors from a corefile
2023-11-14 10:51 UTC (2+ messages)
` [PING] "
[PATCH] gdb: Guarantee that an SAL's end is right before the next statement
2023-11-14 10:50 UTC (2+ messages)
` [PING][PATCH] "
[PATCH v3] gdb/testsuite: fix completion tests when using READ1
2023-11-14 10:40 UTC (4+ messages)
` [PATCH v4] "
[PATCH 0/2] Fix detach bug when lwp has exited/terminated
2023-11-14 5:48 UTC (7+ messages)
` [PATCH 1/2] linux-nat.c, linux-fork.c: "
` [PATCH 2/2] New test: gdb.base/process-dies-while-detaching.exp
[PATCH 1/2] [gdb/tui] Allow command window of 1 or 2 lines
2023-11-13 20:20 UTC (3+ messages)
[PATCHv2 1/2] Implement locals TUI window
2023-11-13 20:07 UTC (2+ messages)
[PATCH 1/3] [gdb/tui] Refactor prefresh call in tui_source_window_base::refresh_window
2023-11-13 17:42 UTC (6+ messages)
` [PATCH 2/3] [gdb/tui] Add tui_win_info::{box_width,box_size}
` [PATCH 3/3] [gdb/tui] Don't include border_width in left_margin
[PATCH 0/2] Make make-check-all.sh more accessible
2023-11-13 17:29 UTC (2+ messages)
[PATCH 1/1] gdb, infrun: assertion for a possibly uninitialized variable
2023-11-13 17:19 UTC (2+ messages)
[PATCH 0/5] New Python hook for missing debug information
2023-11-13 17:18 UTC (8+ messages)
` [PATCHv2 "
` [PATCHv2 5/5] gdb: implement missing debug handler hook for Python
[PATCH] Regenerate gas/config.in and ld/configure
2023-11-13 16:07 UTC (3+ messages)
[PATCH 00/31] Step over thread clone and thread exit
2023-11-13 14:24 UTC (50+ messages)
` [PATCH 03/31] gdb/linux: Delete all other LWPs immediately on ptrace exec event
` [PATCH 04/31] Step over clone syscall w/ breakpoint, TARGET_WAITKIND_THREAD_CLONED
` [PATCH 05/31] Support clone events in the remote protocol
` [PATCH 08/31] Thread options & clone events (core + remote)
` [PATCH 10/31] Thread options & clone events (Linux GDBserver)
` [PATCH 11/31] gdbserver: Hide and don't detach pending clone children
` [PATCH 13/31] Add test for stepping over clone syscall
` [PATCH 14/31] all-stop/synchronous RSP support thread-exit events
` [PATCH 21/31] stop_all_threads: (re-)enable async before waiting for stops
` [PATCH 22/31] gdbserver: Queue no-resumed event after thread exit
` [PATCH 23/31] Don't resume new threads if scheduler-locking is in effect
` [PATCH 25/31] Ignore failure to read PC when resuming
` [PATCH 28/31] Document remote clone events, and QThreadOptions packet
[PATCH 0/3] Implement the DAP notStopped response
2023-11-13 13:57 UTC (5+ messages)
` [PATCH 1/3] Automatically run (most) DAP requests in gdb thread
` [PATCH 2/3] Remove ExecutionInvoker
[PATCH v2 0/3] sim: riscv: Compressed instruction simulation and semi-hosting support
2023-11-13 12:07 UTC (2+ messages)
[PATCH 1/2] [gdb/tui] Make assert in tui_find_disassembly_address more strict
2023-11-13 8:32 UTC (2+ messages)
[PATCH] Remove declaration of re_comp
2023-11-13 1:57 UTC (2+ messages)
[PATCH 0/2] BFD cache management And Exec file with target: prefix
2023-11-12 23:40 UTC (9+ messages)
` [PATCH 1/2] gdb: move all bfd_cache_close_all calls in gdb_bfd.c
[PATCH 0/4] On-demand debuginfo downloading
2023-11-12 20:21 UTC (9+ messages)
` [PATCH 1/4 v7] gdb: Buffer output streams during events that might download debuginfo
` [PATCH 2/4 v2] gdb/progspace: Add reverse safe iterator and template for unwrapping iterator
` [PATCH 3/4 v4] gdb/debuginfod: Support on-demand debuginfo downloading
` [PATCH 4/4 v5] gdb/debuginfod: Add .debug_line downloading
Filtering shadowed variables in info local
2023-11-11 22:53 UTC (2+ 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