public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/5] create GDB/MI commands using python
 2022-01-24 12:59 UTC  (10+ messages)
` [PATCH 5/5] gdb/python: document GDB/MI commands in Python

[PATCH] gdb/doc: improve description for Window.click on Python TUI windows
 2022-01-24 12:31 UTC  (2+ messages)

[RFA/RFC] Add dump and load command to process record and replay
 2022-01-24  9:26 UTC  (2+ messages)

[PATCH] TUI disassembly window improvement, take 2
 2022-01-23 20:03 UTC  (3+ messages)

[pushed] Simplify some Rust expression-evaluation code
 2022-01-23 19:50 UTC 

GDB 12 preparation and target date?
 2022-01-23 11:00 UTC 

[PATCH v2 0/1] gdb, testsuite, fortran: adapt info symbol expected output for intel compilers
 2022-01-23 10:05 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH v2 0/7] gdb, thread-iter: handle null_ptid
 2022-01-23  4:19 UTC  (16+ messages)
` [PATCH v2 1/7] "
` [PATCH v2 2/7] gdb, btrace: rename record_btrace_enable_warn()
` [PATCH v2 3/7] gdb, ptid: add is_lwp() and is_lwp_or_pid()
` [PATCH v2 4/7] gdb, btrace: check inferior_ptid in record_btrace_target::xfer_partial()
` [PATCH v2 5/7] gdb, btrace: switch threads in remote_btrace_maybe_reopen()
` [PATCH v2 6/7] gdb, gdbserver: update thread identifier in enable_btrace target method
` [PATCH v2 7/7] gdb, remote, btrace: move switch_to_thread call right before xfer call

[PATCH 00/19] Simplify GDB output functions
 2022-01-22 17:40 UTC  (20+ messages)
` [PATCH 01/19] Use unfiltered output in annotate.c
` [PATCH 02/19] Remove some uses of printf_unfiltered
` [PATCH 03/19] Only have one API for unfiltered output
` [PATCH 04/19] Add puts_unfiltered method to ui_file
` [PATCH 05/19] Add style-escape methods "
` [PATCH 06/19] Remove vfprintf_styled_no_gdbfmt
` [PATCH 07/19] Change the pager to a ui_file
` [PATCH 08/19] Remove fputs_styled_unfiltered
` [PATCH 09/19] Unify vprintf functions
` [PATCH 10/19] Unify gdb puts functions
` [PATCH 11/19] Unify gdb putc functions
` [PATCH 13/19] Rename print_spaces_filtered
` [PATCH 14/19] Rename puts_filtered_tabular
` [PATCH 15/19] Rename fprintf_symbol_filtered
` [PATCH 16/19] Remove ui_out_flag::unfiltered_output
` [PATCH 17/19] Remove vfprintf_styled
` [PATCH 18/19] Minor comment updates in utils.h
` [PATCH 19/19] Remove unnecessary calls to wrap_here and gdb_flush

[PATCH] Support for Fortran's ASSUMED RANK
 2022-01-22  7:17 UTC  (3+ messages)

[PATCH v5 00/15] FreeBSD target async mode and related refactoring
 2022-01-22  6:28 UTC  (17+ messages)
` [PATCH v5 01/15] gdbsupport: Add an event-pipe class
` [PATCH v5 02/15] gdb linux-nat: Convert linux_nat_event_pipe to the event_pipe class
` [PATCH v5 03/15] gdbserver linux-low: Convert linux_event_pipe "
` [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 v5 08/15] inf-ptrace: Support async targets in inf_ptrace_target::wait
` [PATCH v5 09/15] fbsd-nat: Implement async target support
` [PATCH v5 10/15] fbsd-nat: Include ptrace operation in error messages
` [PATCH v5 11/15] fbsd-nat: Various cleanups to the ::resume entry debug message
` [PATCH v5 12/15] fbsd-nat: Return nullptr rather than failing ::thread_name
` [PATCH v5 13/15] Enable async mode in the target in attach_cmd
` [PATCH v5 14/15] inf-ptrace: Add an event_pipe to be used for async mode in subclasses
` [PATCH v5 15/15] NEWS: Note that the FreeBSD async target supports async mode

[PATCH v4 00/13] FreeBSD target async mode and related refactoring
 2022-01-21 19:35 UTC  (15+ messages)
` [PATCH v4 01/13] gdbsupport: Add an event-pipe class
` [PATCH v4 04/13] Don't enable async mode at the end of target ::resume methods
` [PATCH v4 06/13] inf-ptrace: Raise an error if waitpid() fails
` [PATCH v4 08/13] fbsd-nat: Implement async target support

[PATCH] gdb/testsuite: Ensure constant test name in gdb.base/break-interp.exp
 2022-01-21 19:21 UTC  (2+ messages)

[PATCH 0/4] Source highlight non utf-8 characters using Python
 2022-01-21 16:59 UTC  (7+ messages)
` [PATCHv2 0/2] "
  ` [PATCHv2 2/2] gdb/python: handle non utf-8 characters when source highlighting

[pushed] gdb: include gdbsupport/buildargv.h in ser-mingw.c
 2022-01-21 16:35 UTC 

[PATCHv4 0/2] Disassembler Output Styling
 2022-01-21 16:26 UTC  (4+ messages)
` [PATCHv5 "
  ` [PATCHv5 1/2] gdb: use python to colorize disassembler output
  ` [PATCHv5 2/2] gdb/python: move styling support to gdb.styling

[PUSHED] gdb/doc: fill in two missing @r
 2022-01-21 12:52 UTC 

[PATCH v4] gdb, gdbserver: support dlmopen()
 2022-01-21 11:42 UTC  (2+ messages)

[PATCH v2 0/4] gdb, btrace: infrun fixes
 2022-01-21 11:41 UTC  (2+ messages)

[pushed] gdbsupport/gdb_regex.cc: replace defs.h include with common-defs.h
 2022-01-21  3:58 UTC 

[PATCH 0/3] Apply fixme notes for multi-target support
 2022-01-20 17:24 UTC  (8+ 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] Fix ptype and print commands for namelist variables(a fortran feature)
 2022-01-20 16:20 UTC  (13+ messages)
        ` FW: "

[PATCH] Avoid bad breakpoints with --gc-sections
 2022-01-20 14:14 UTC  (3+ messages)

[PATCH v2 0/3] Suppressing CLI notifications
 2022-01-20 11:42 UTC  (2+ messages)
` [PATCH v2 3/3] gdb: add the 'set/show suppress-notification-cli' command

[PATCH v2 0/5] gdb: Add basic support for LoongArch
 2022-01-20  0:50 UTC  (6+ messages)
` [PATCH v2 1/5] gdb: LoongArch: Add initial target description support
` [PATCH v2 2/5] gdb: LoongArch: Add initial baremetal support
` [PATCH v2 3/5] gdb: LoongArch: Add initial Linux target support
` [PATCH v2 4/5] gdb: LoongArch: Add initial native Linux support
` [PATCH v2 5/5] gdb: LoongArch: Add Makefile, configure and NEWS

[PATCH v3] gdb: split array and string limiting options
 2022-01-19 22:18 UTC  (3+ messages)

[PATCH v2 0/4] Make Fortran support respect more `set print' settings
 2022-01-19 21:58 UTC  (3+ messages)

[PATCH 1/2] [gdb/testsuite] Fix FAIL in gdb.threads/fork-and-threads.exp
 2022-01-19 19:36 UTC  (8+ messages)
` [PATCH 2/2] [gdb/testsuite] Add KFAIL in gdb.threads/fork-plus-threads.exp

[PUSHED OBV] fbsd-nat: Add include for gdb_argv
 2022-01-19 16:32 UTC 

[PATCH] gdb: Respect the DW_CC_nocall attribute
 2022-01-19 13:30 UTC 

[PATCH] gdb: make thread_info::thread_fsm a std::unique_ptr
 2022-01-19 11:51 UTC 

[pushed] Fix the remote-sim.c build
 2022-01-18 21:13 UTC 

[PATCH 00/36] C++-ify breakpoints
 2022-01-18 19:40 UTC  (37+ messages)
` [PATCH 01/36] Move "catch load" to a new file
` [PATCH 02/36] Boolify print_solib_event
` [PATCH 03/36] Add an assertion to clone_momentary_breakpoint
` [PATCH 04/36] Delete some unnecessary wrapper functions
` [PATCH 05/36] Return bool from breakpoint_ops::print_one
` [PATCH 06/36] Add a vtable-based breakpoint ops
` [PATCH 07/36] Convert break-catch-sig to use vtable ops
` [PATCH 08/36] Convert break-catch-syscall to "
` [PATCH 09/36] Convert break-catch-exec "
` [PATCH 10/36] Convert break-catch-fork "
` [PATCH 11/36] Convert break-catch-load "
` [PATCH 12/36] Convert watchpoints "
` [PATCH 13/36] Convert tracepoints "
` [PATCH 14/36] Add some new subclasses of breakpoint
` [PATCH 15/36] Convert base breakpoints to vtable ops
` [PATCH 16/36] Convert break-catch-throw "
` [PATCH 17/36] Convert internal breakpoints "
` [PATCH 18/36] Convert momentary "
` [PATCH 19/36] Change inheritance of dprintf
` [PATCH 20/36] Convert ordinary breakpoints to vtable ops
` [PATCH 21/36] Convert Ada catchpoints "
` [PATCH 22/36] Convert dprintf "
` [PATCH 23/36] Convert ranged breakpoints "
` [PATCH 24/36] Add bp_static_marker_tracepoint
` [PATCH 25/36] Convert static marker tracepoints to vtable ops
` [PATCH 26/36] Remove bkpt_base_breakpoint_ops
` [PATCH 27/36] Merge probe and ordinary breakpoints
` [PATCH 28/36] Merge probe and ordinary tracepoints
` [PATCH 29/36] Remove breakpoint_ops from init_ada_exception_breakpoint
` [PATCH 30/36] Remove breakpoint_ops from init_catchpoint
` [PATCH 31/36] Remove most fields from breakpoint_ops
` [PATCH 32/36] Remove vtable_breakpoint_ops
` [PATCH 33/36] Remove breakpoint ops initialization
` [PATCH 34/36] Constify breakpoint_ops
` [PATCH 35/36] Remove allocate_bp_location
` [PATCH 36/36] Remove create_breakpoints_sal_default

[PATCH] gdbserver/linux: set lwp !stopped when failing to resume
 2022-01-18 19:33 UTC 

[PING] [PATCH v3 1/1] gdb: Use a typedef's scoped type name to identify local typedefs
 2022-01-18 19:11 UTC 

[PATCH] gdb: unbuffer all input streams when not using readline
 2022-01-18 18:59 UTC  (7+ messages)

[PATCH 0/3] Improvements to GDBserver logging
 2022-01-18 18:45 UTC  (9+ messages)
` [PATCH 2/3] gdbserver: introduce threads_debug_printf, THREADS_SCOPED_DEBUG_ENTER_EXIT
` [PATCH 3/3] gdbserver: introduce remote_debug_printf
      ` [PATCH RESEND ...5? 1/3] gdbserver: turn debug_threads into a boolean

[PATCH 0/4] Minor breakpoint cleanups
 2022-01-18 17:32 UTC  (3+ messages)

[PATCH 0/4] Move some generic code to gdbsupport
 2022-01-18 17:14 UTC  (3+ messages)

[PATCH 0/6] C++-ify location.c
 2022-01-18 16:59 UTC  (5+ messages)
` [PATCH 4/6] Split event_location into subclasses

[PATCH] gdb: use ptid_t::to_string instead of target_pid_to_str in debug statements
 2022-01-18 16:29 UTC  (3+ messages)

[PATCH 0/2] Resolve dynamic types for pointers
 2022-01-18 13:26 UTC  (3+ messages)
` [PATCH 1/2] gdb/types: Resolve dynamic properties of pointer types
` [PATCH 2/2] gdb: Resolve dynamic target types of pointers

[PATCH] gdb: preserve `|` in connection details string
 2022-01-18 11:53 UTC  (3+ messages)

[PATCH 0/3] Suppressing CLI notifications
 2022-01-18 10:41 UTC  (3+ messages)
` [PATCH 3/3] gdb: add the 'set/show suppress-notification-cli' command

[PATCH v2 0/9] Some fixes for handling vfork by multi-threaded programs
 2022-01-18  4:09 UTC  (10+ messages)
` [PATCH v2 1/9] gdb/infrun: add reason parameter to stop_all_threads
` [PATCH v2 2/9] gdb/linux-nat: remove check based on current_inferior in linux_handle_extended_wait
` [PATCH v2 3/9] gdb: replace inferior::waiting_for_vfork_done with inferior::thread_waiting_for_vfork_done
` [PATCH v2 4/9] gdb/infrun: add inferior parameters to stop_all_threads and restart_threads
` [PATCH v2 5/9] gdb/infrun: add logging statement to do_target_resume
` [PATCH v2 6/9] gdb: fix handling of vfork by multi-threaded program (follow-fork-mode=parent, detach-on-fork=on)
` [PATCH v2 7/9] gdbserver: report correct status in thread stop race condition
` [PATCH v2 8/9] gdb/remote: remove_new_fork_children don't access target_waitstatus::child_ptid if kind == TARGET_WAITKIND_THREAD_EXITED
` [PATCH v2 9/9] gdb: resume ongoing step after handling fork or vfork

[PATCH 0/8] Some fixes for handling vfork by multi-threaded programs
 2022-01-17 16:27 UTC  (9+ messages)
` [PATCH 1/8] gdb/infrun: add reason parameter to stop_all_threads
` [PATCH 2/8] gdb/linux-nat: remove check based on current_inferior in linux_handle_extended_wait
` [PATCH 3/8] gdb: replace inferior::waiting_for_vfork_done with inferior::thread_waiting_for_vfork_done
` [PATCH 4/8] gdb/infrun: add inferior parameters to stop_all_threads and restart_threads
` [PATCH 5/8] gdb/infrun: add logging statement to do_target_resume
` [PATCH 6/8] gdb: fix handling of vfork by multi-threaded program (follow-fork-mode=parent, detach-on-fork=on)
` [PATCH 7/8] gdbserver: report correct status in thread stop race condition
` [PATCH 8/8] gdb: resume ongoing step after handling fork or vfork

[PATCH 1/5] gdb/arm: Fix prologue analysis to support vpush
 2022-01-17 12:50 UTC  (4+ messages)
` [PATCH 2/5] gdb/arm: Define MSP and PSP registers for M-Profile

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).