[RFC PATCH 0/7] FreeBSD target async mode and related refactoring
2021-06-07 22:49 UTC (9+ messages)
` [RFC PATCH 1/7] gdbsupport: Add an event-pipe class
` [RFC PATCH 2/7] gdb linux-nat: Convert linux_nat_event_pipe to the event_pipe class
` [RFC PATCH 3/7] gdbserver linux-low: Convert linux_event_pipe to the event-pipe class
` [RFC PATCH 4/7] fbsd-nat: Implement async target support
` [RFC PATCH 5/7] fbsd nat: Include ptrace operation in error messages
` [RFC PATCH 6/7] fbsd nat: Switch function entry debug message from lwp to nat
` [RFC PATCH 7/7] fbsd nat: Return NULL rather than failing thread_alive
[PATCH 0/2] Fix alignment issue flagged by Clang in nat/amd64-linux-siginfo.c
2021-06-07 22:42 UTC (7+ messages)
` [PATCH 1/2] nat/amd64-linux-siginfo.c: Move align attribute from typedef to struct
` [PATCH 2/2] nat/amd64-linux-siginfo.c: Remove typedefs
[PATCH v3 00/17] DWARF expression evaluator design cleanup
2021-06-07 21:48 UTC (3+ messages)
` [PATCH v3 01/17] Replace the symbol needs evaluator with a parser
[PATCH 0/5] Fix for an assertion when unwinding with inline frames
2021-06-07 20:38 UTC (14+ 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 0/4] New option for 'info sources', also better MI support
2021-06-07 18:32 UTC (12+ messages)
` [PATCHv2 0/5] "info sources" - group by objfile
` [PATCHv2 5/5] gdb: change info sources to group results "
` [PATCHv3 0/5] "info sources" - group "
` [PATCHv3 1/5] gdb: add new function quick_symbol_functions::has_unexpanded_symbols
` [PATCHv3 2/5] gdb: make struct output_source_filename_data more C++ like
` [PATCHv3 3/5] gdb/mi: add regexp filtering to -file-list-exec-source-files
` [PATCHv3 4/5] gdb/mi: add new --group-by-objfile flag for -file-list-exec-source-files
` [PATCHv3 5/5] gdb: change info sources to group results by objfile
[PATCH] gdb: enable target_async around stop_all_threads call in process_initial_stop_replies
2021-06-07 17:15 UTC
[pushed] gdb/testsuite: gdb.base/continue-all-already-running.exp: add fail if can't run to main
2021-06-07 16:53 UTC
[PATCH 1/3] Refactor keypad calls to tui_set_win_focus_to
2021-06-07 16:30 UTC (3+ messages)
` [PATCH 2/3] Disable mouse events if the command window has focos
` [PATCH 3/3] Add setting to enable/disable TUI mouse handling
[pushed] gdb/testsuite: use proc_with_prefix in gdb.base/attach.exp
2021-06-07 15:21 UTC
[PATCH] [gdb.base] Convert multi-line function call into in foll-exec.c
2021-06-07 15:19 UTC (5+ messages)
[PATCH] gdb: handle case where type alignment is unknown
2021-06-07 15:04 UTC (2+ messages)
[PATCH] gdb: set only inferior_ptid in sparc_{fetch, store}_inferior_registers
2021-06-07 15:02 UTC (4+ messages)
[PATCH 1/4] gnulib: import chown
2021-06-07 14:29 UTC (6+ messages)
` [PATCH 3/4] gnulib: import netdb
` [PATCH 4/4] gnulib: import select
[PATCH 0/2] Fix next command in the running inferior
2021-06-07 13:48 UTC (4+ messages)
` [PATCH 1/2] gdb: Fix deleted thread when issuing next command
` [PATCH 2/2] gdb: Improve the resuming of the stepped thread
[committed][gdb/testsuite] Fix gdb.base/run-attach-while-running.exp
2021-06-07 13:46 UTC
[PATCH] MAINTAINERS: Update path to readline config.{sub,guess} files
2021-06-07 13:39 UTC
[RFC][gdb/doc] Document non-stop attach behaviour
2021-06-07 13:21 UTC
[PATCH] Add Power 10 PLT instruction patterns
2021-06-07 12:54 UTC (2+ messages)
[committed][gdb/testsuite] Simplify gdb.base/info-types.exp.tcl
2021-06-07 12:34 UTC
[committed][gdb/testsuite] Fix gdb.base/new-ui-pending-input.exp timeout
2021-06-07 12:34 UTC
[committed][gdb/testsuite] Fix info-types-c.exp
2021-06-07 12:34 UTC
[PATCH 1/7] sim: unify platform function & header tests
2021-06-07 5:33 UTC (7+ messages)
` [PATCH 2/7] sim: unify assert build settings
` [PATCH 3/7] sim: unify environment "
` [PATCH 4/7] sim: split debug/stdio/trace/profile options into dedicated m4 files
` [PATCH 5/7] sim: unify debug/stdio/trace/profile build settings
` [PATCH 6/7] sim: unify bug & package settings
` [PATCH 7/7] sim: overhaul alignment settings management
[PATCH] sim: cleanup obsolete NULL fallback
2021-06-07 5:30 UTC
[PATCH v2] guile: fix make-value with pointer type
2021-06-06 19:56 UTC
[PATCH v2] guile: fix smob exports
2021-06-06 18:49 UTC
[RFC] Fix/complete option list/description in manual and in gdb --help
2021-06-06 18:06 UTC (3+ messages)
[PATCH] sim: mn10300: tweak engine halt hook
2021-06-06 17:33 UTC
[PATCH] sim: nrun: tweak init of callback endian
2021-06-06 17:33 UTC
[PATCH] sim: bpf: use CURRENT_TARGET_BYTE_ORDER
2021-06-06 17:32 UTC
GDB 11 branching update (2021-06-06)
2021-06-06 15:09 UTC
[pushed] gdb/testsuite: set sysroot in gdb.server/stop-reply-no-thread-multi.exp
2021-06-06 13:54 UTC
[pushed] Fix gdb/data-directory Makefile-regeneration rule
2021-06-06 13:01 UTC (3+ messages)
[PATCHv3 1/2] Initial TUI mouse support
2021-06-06 5:46 UTC (25+ messages)
` [PATCHv3 2/2] Forward mouse click to python TUI window
[PATCHv2] Restore gdb.SYMBOL_STRUCT_DOMAIN constant
2021-06-05 22:36 UTC (7+ messages)
[pushed] Really fix data-directory/Makefile rebuilding
2021-06-05 15:27 UTC
[PATCH] sim: cgen: inline cgen_init logic
2021-06-05 14:33 UTC
[PATCH] Use ACX_NONCANONICAL_TARGET in gdb/configure
2021-06-05 14:15 UTC (4+ messages)
[PATCH] Fix gdb crash due to SIGPIPE when the compile command fails
2021-06-05 14:04 UTC (9+ messages)
[PATCH 0/5] Some gdb build cleanups
2021-06-05 9:51 UTC (5+ messages)
` [PATCH 1/5] Remove gdb/testsuite/configure
[PATCH] arc: Add 'set disassembler-options' support
2021-06-05 9:50 UTC (5+ messages)
` [PATCH v2] "
` [PUSHED] "
GDB 11 branching update (2021-05-30)
2021-06-04 22:45 UTC (7+ messages)
[PATCH] gdb: try to load libthread_db only after reading all shared libraries when attaching
2021-06-04 22:42 UTC (3+ messages)
` [PATCH v2] gdb: try to load libthread_db only after reading all shared libraries when attaching / handling a fork child
[PATCH v2] Add PROP_VARIABLE_NAME
2021-06-04 19:40 UTC (2+ messages)
[PATCH] Add PROP_VARIABLE
2021-06-04 17:21 UTC (3+ messages)
[PATCHv2 1/2] Implement locals TUI window
2021-06-04 16:24 UTC (2+ messages)
` [PATCHv2 2/2] Use method children instead of to_string in pretty printers
[PUSHED] gdb: add some additional debug output in remote.c
2021-06-04 16:19 UTC
[PATCH v2] Fix raw-frame-arguments in combination with frame-filters
2021-06-04 14:03 UTC (5+ messages)
[RFC PATCH] gdb: fix eval.c assert during inferior exit event
2021-06-03 21:07 UTC (3+ messages)
` [PATCH v3] "
[PATCH 00/17] Interrupting programs that block/ignore SIGINT
2021-06-03 19:51 UTC (21+ 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
[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)
[pushed] Update my email address in MAINTAINERS
2021-06-03 18:59 UTC
[PATCH v2 0/3] Follow fork improvements
2021-06-03 17:28 UTC (2+ messages)
[FYI] Add myself to gdb/MAINTAINERS
2021-06-03 17:21 UTC (3+ messages)
[PATCH] Report additional details for signals received on FreeBSD
2021-06-03 17:06 UTC (5+ messages)
[PATCH][AArch64] Fix missing watchpoint hits/endless loop
2021-06-03 10:22 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 (4+ 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)
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