public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/6] C++-ify location.c
 2022-01-18 16:59 UTC  (10+ messages)
` [PATCH 1/6] Remove a use of xfree in location.c
` [PATCH 2/6] Boolify explicit_to_string_internal
` [PATCH 3/6] Remove EL_* macros from location.c
` [PATCH 4/6] Split event_location into subclasses
` [PATCH 5/6] Use std::string in event_location
` [PATCH 6/6] Simplify event_location_probe

[PATCH 0/3] Improvements to GDBserver logging
 2022-01-18 16:30 UTC  (5+ messages)
` [PATCH 2/3] gdbserver: introduce threads_debug_printf, THREADS_SCOPED_DEBUG_ENTER_EXIT
` [PATCH 3/3] gdbserver: introduce remote_debug_printf

[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] gdb: unbuffer all input streams when not using readline
 2022-01-18 16:26 UTC  (2+ messages)

[PATCH 0/5] create GDB/MI commands using python
 2022-01-18 15:13 UTC  (12+ messages)
` [PATCH 1/5] gdb/mi: introduce new class mi_command_builtin
` [PATCH 2/5] gdb/python: create GDB/MI commands using python
` [PATCH 3/5] gdb/python: allow redefinition of python GDB/MI commands
` [PATCH 4/5] gdb/testsuite: add tests for python-defined MI commands
` [PATCH 5/5] gdb/python: document GDB/MI commands in Python

[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/4] Move some generic code to gdbsupport
 2022-01-18 11:52 UTC  (6+ messages)
` [PATCH 1/4] Move gdb_argv "
` [PATCH 2/4] Move gdb obstack code "
` [PATCH 3/4] Introduce gdb-hashtab module in gdbsupport
` [PATCH 4/4] Move gdb_regex to gdbsupport

[PATCH 0/3] Apply fixme notes for multi-target support
 2022-01-18 11:39 UTC  (9+ 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/3] Suppressing CLI notifications
 2022-01-18 10:41 UTC  (9+ 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 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  (7+ messages)
` [PATCH 2/5] gdb/arm: Define MSP and PSP registers for M-Profile
` [PATCH 3/5] gdb/arm: Introduce arm_cache_init
` [PATCH 4/5] gdb/arm: Add support for multiple stack pointers on Cortex-M
` [PATCH 5/5] gdb/arm: Extend arm_m_addr_is_magic to support FNC_RETURN, add unwind-ns-to-s command

[PATCH v2 0/1] gdb, testsuite, fortran: adapt info symbol expected output for intel compilers
 2022-01-17 11:30 UTC  (2+ messages)
` [PATCH v2 1/1] "

[pushed] gdb/infrun: rename variable and move to more specific scope
 2022-01-17 10:52 UTC 

[PATCH 0/2][PR fortran/26373][PR fortran/22497] GDB support for Fortran extends feature
 2022-01-17 10:28 UTC  (6+ 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 1/5] gdb/arm: Fix prologue analysis to support vpush
 2022-01-17  8:49 UTC  (5+ messages)
` [PATCH 2/5] gdb/arm: Define MSP and PSP registers for M-Profile
` [PATCH 3/5] gdb/arm: Introduce arm_cache_init
` [PATCH 4/5] gdb/arm: Add support for multiple stack pointers on Cortex-M
` [PATCH 5/5] gdb/arm: Extend arm_m_addr_is_magic to support FNC_RETURN, add unwind-ns-to-s command

[gdb-11-branch: Patch 0/3] Support SHT_RELR (.relr.dyn) section
 2022-01-16 13:30 UTC  (6+ messages)

gdb-11 branch FROZEN
 2022-01-16 11:42 UTC  (2+ messages)
` gdb-11 branch OPEN again (was: "gdb-11 branch FROZEN")

FYI/BRANCH: Patches applied to branch gdb-11-branch
 2022-01-16 11:34 UTC  (3+ messages)
` [release/branch 1/2] Document the GDB 11.2 release in gdb/ChangeLog
` [release/branch 2/2] Bump GDB version number to 11.2.90.DATE-git

[release/branch] Set GDB version number to 11.2
 2022-01-16 11:10 UTC 

FYI/gdb-11-branch
 2022-01-16 10:54 UTC  (4+ messages)
` [FYI/branch 1/4] Update copyright year in version output for gdb, gdbserver and gdbreplay
` [FYI/branch 2/4] gdb/copyright.py: Do not update gdbsupport/Makefile.in
` [FYI/branch 4/4] Manual copyright year update of various GDB files

[PATCH] gdbsupport: regenerate Makefile.in
 2022-01-16  9:53 UTC  (3+ messages)

[PATCH] Add _sigsys info to siginfo struct
 2022-01-16  9:39 UTC  (3+ messages)

[PATCH] gdb/linux: remove ptrace support check for exec, fork, vfork, vforkdone, clone, sysgood
 2022-01-16  4:25 UTC 

[PATCH v7] gdb: Add new 'print nibbles' feature
 2022-01-14 20:32 UTC  (2+ messages)

[PATCH] gdb.dlang/demangle.exp: update expected output for _D8demangle4testFnZv
 2022-01-14 20:12 UTC  (4+ messages)

[PATCH v3] gdb: split array and string limiting options
 2022-01-14 19:53 UTC  (2+ messages)

[PATCH] gdb: split array and string limiting options
 2022-01-14 19:52 UTC  (2+ messages)

[RFC] gdb: introduce limited array lengths while printing values
 2022-01-14 17:45 UTC  (3+ messages)
` [PING^9][RFC] "

[PATCH 3/3] gdb: make thread_info executing and resumed state more consistent
 2022-01-14 17:10 UTC  (3+ messages)
` [PATCHv3] "

[PATCH v4 00/13] FreeBSD target async mode and related refactoring
 2022-01-14 17:06 UTC  (19+ 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 v4 10/13] fbsd-nat: Various cleanups to the ::resume entry debug message
` [PATCH v4 11/13] fbsd-nat: Return nullptr rather than failing ::thread_name
` [PATCH v4 12/13] Enable async mode in the target in attach_cmd
` [PATCH v4 13/13] inf-ptrace: Add an event_pipe to be used for async mode in subclasses

[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

[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  (2+ messages)

[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  (4+ messages)
` [PATCH v2 3/3] Add a way to temporarily set a gdb parameter from Python

[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] [AArch64] Fix PR gdb/28681
 2022-01-13 15:22 UTC  (6+ messages)
` [PATCH] [AArch64] Properly extract the reference to a return value from x8

[PATCH 0/2] Modify gdb.base/charset.c to fix some issues
 2022-01-13 15:14 UTC  (11+ 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

[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  (24+ 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
` [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  (4+ messages)

[PATCH v3 0/4] sim: Add support for MIPS32/64 revision 6
 2022-01-12 10:57 UTC  (8+ messages)
` [PATCH v3 1/4] sim: Allow toggling of quiet NaN-bit semantics
` [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  (2+ messages)

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