public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v3 0/7] glibc-2.34: Fix gdb.base/gdb-sigterm.exp failure/error
 2022-03-03 21:11 UTC  (9+ messages)
` [PATCH v3 1/7] Introduce gdb_exception_forced_quit
` [PATCH v3 2/7] Handle gdb SIGTERM by throwing / catching gdb_exception_force_quit
` [PATCH v3 3/7] Catch gdb_exception_error instead of gdb_exception (in many places)
` [PATCH v3 4/7] Python QUIT processing updates
` [PATCH v3 5/7] Guile "
` [PATCH v3 6/7] QUIT processing w/ explicit throw for gdb_exception_forced_quit
` [PATCH v3 7/7] Handle QUIT processing in the scoped_switch_fork_info destructor

[PATCH] Fix gdb.fortran "failed to extract expected results" errors
 2022-03-03 20:02 UTC  (5+ messages)

[PATCH 3/3] gdb: make thread_info executing and resumed state more consistent
 2022-03-03 19:42 UTC  (5+ messages)
` [PATCHv3] "

[RFC PATCH 00/12] FreeBSD/aarch64 hardware watchpoint support
 2022-03-03 19:26 UTC  (16+ messages)
` [RFC PATCH 01/12] Remove USE_SIGTRAP_SIGINFO condition for FreeBSD/x86 debug regs support
` [RFC PATCH 02/12] x86-nat: Use an unordered_map to store per-pid debug reg state
` [RFC PATCH 03/12] x86-nat: Add x86_lookup_debug_reg_state
` [RFC PATCH 04/12] Add an x86_fbsd_nat_target mixin class for FreeBSD x86 native targets
` [RFC PATCH 05/12] fbsd-nat: Add a low_new_fork virtual method
` [RFC PATCH 06/12] x86-fbsd-nat: Copy debug register state on fork
` [RFC PATCH 07/12] nat: Split out platform-independent aarch64 debug register support
` [RFC PATCH 08/12] aarch64: Add an aarch64_nat_target mixin class
` [RFC PATCH 09/12] fbsd-nat: Add helper routine to fetch siginfo_t for a ptid
` [RFC PATCH 10/12] fbsd-nat: Add a low_delete_thread virtual method
` [RFC PATCH 11/12] fbsd-nat: Add a low_prepare_to_resume "
` [RFC PATCH 12/12] Add support for hardware breakpoints/watchpoints on FreeBSD/Aarch64

[PATCH users/roland/event-pipe] Avoid conflict with gnulib open/close macros
 2022-03-03 19:23 UTC  (4+ messages)

[PATCH] Fixing regression in mi -add-inferior command
 2022-03-03 19:20 UTC 

[PATCH 0/7] TUI command changes, including new winwidth command
 2022-03-03 18:52 UTC  (6+ messages)
` [PATCHv2 00/15] TUI changes, new winwidth command and resizing changes
  ` [PATCHv2 05/15] gdb/tui: add new 'tui window width' command and 'winwidth' alias

[PATCH v5 0/2] Modify can_spawn_for_attach
 2022-03-03 18:45 UTC  (8+ messages)
` [PATCH v5 2/2] gdb: testsuite: fix wrong expected result in attach-pie-noexec.exp

[PATCH] gdb/python: add gdb.Architecture.format_address
 2022-03-03 18:35 UTC  (9+ messages)

[PATCH v4] gdb, gdbserver: support dlmopen()
 2022-03-03 18:32 UTC  (3+ messages)

[PATCH 1/3] gdb/python: remove Python 2 support
 2022-03-03 17:40 UTC  (3+ messages)

[RFC] Deprecate dbx mode
 2022-03-03 17:36 UTC  (2+ messages)

[PATCH] Fixing regression in mi -add-inferior command
 2022-03-03 14:59 UTC  (9+ messages)
` [PATCHv2 0/2] "
  ` [PATCHv2 1/2] gdb/mi: fix "
  ` [PATCHv2 2/2] gdb/mi: add --no-connection to MI "

[PATCH 00/11] Linux: Fix issues around thread group leader exits
 2022-03-03 14:40 UTC  (12+ messages)
` [PATCH 01/11] Fix gdbserver/linux target_waitstatus logging assert
` [PATCH 02/11] Fix gdb.threads/clone-new-thread-event.exp race
` [PATCH 03/11] Fix gdb.threads/current-lwp-dead.exp race
` [PATCH 04/11] gdb: Reorganize linux_nat_filter_event
` [PATCH 05/11] gdbserver: Reorganize linux_process_target::filter_event
` [PATCH 06/11] gdbserver: Reindent check_zombie_leaders
` [PATCH 07/11] Re-add zombie leader on exit, gdb/linux
` [PATCH 08/11] Re-add zombie leader on exit, gdbserver/linux
` [PATCH 09/11] Ensure EXIT is last event, gdb/linux
` [PATCH 10/11] Ensure EXIT is last event, gdbserver/linux
` [PATCH 11/11] Process exit status is leader exit status testcase

../../gdbsupport/new-op.cc:137:1: error: ‘void operator delete [](void*, std::size_t)’ is a usual (non-placement) deallocation function in C++14 (or with -fsized-deallocation) [-Werror=c++14-compat]
 2022-03-03 14:18 UTC  (13+ messages)
  ` 回复:../../gdbsupport/new-op.cc:137:1: "

Help figuring out why `info registers` is showing <unavailable> with gdbserver target
 2022-03-03 12:23 UTC  (4+ messages)

[PATCH] Update my e-mail address in the MAINTAINERS file
 2022-03-03  8:37 UTC 

[PATCH 0/2] Add debuginfod core file support
 2022-03-03  1:35 UTC  (3+ messages)
` [PATCH 1/2] gdb: Add soname to build-id mapping for core files
` [PATCH 2/2] PR gdb/27570: missing support for debuginfod in core_target::build_file_mappings

[PATCH 00/11] gdb/testsuite: Cleanup gdb.base for clang testing
 2022-03-02 19:33 UTC  (15+ messages)
` [PATCH 01/11] change gdb.base/skip.exp to use finish instead of step
` [PATCH 03/11] Change gdb.base/skip-solib.exp deal with lack of epilogue information
` [PATCH 07/11] fix gdb.base/call-ar-st to work with clang
` [PATCH 08/11] add xfails to gdb.base/complex-parts.exp when testing "
` [PATCH 09/11] gdb/testsuite: don't test gdb.base/msym-bp-shl "
` [PATCH 11/11] explicitly test for stderr in gdb.base/dprintf.exp

[PATCH 0/2] Rewrite make-target-delegates in Python
 2022-03-02 16:19 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH v2 1/1] gdb/mi: PR20684, preserve user selected thread and frame when invoking MI commands
 2022-03-02 13:23 UTC  (7+ messages)
` [PATCH v3 "
      ` [PING] "
        ` [PATCH v4] "

[PATCH] gdb: testsuite: fix failed testcases in gdb.base/gdb-caching-proc.exp
 2022-03-02 12:34 UTC  (2+ messages)

[PATCH] [RISC-V]: Handling optimized prologue
 2022-03-02 11:37 UTC  (5+ messages)
  ` 答复: "
      ` 答复: "

[pushed] Fix typo in the "alias" example
 2022-03-01 23:53 UTC 

[PATCH 0/3] Assume PT_GETXMMREGS is always present on *BSD/i386
 2022-03-01 20:48 UTC  (7+ messages)
` [PATCH 1/3] i386-fbsd-nat: Assume PT_GETXMMREGS is present
` [PATCH 2/3] i386-bsd-nat: "
` [PATCH 3/3] configure: Stop checking for PT_GETXMMREGS

[PING] [PATCH v3 1/1] gdb: Use a typedef's scoped type name to identify local typedefs
 2022-03-01 20:07 UTC  (2+ messages)

[PATCH] Some "distclean" fixes in gdb
 2022-03-01 20:04 UTC  (2+ messages)

[PATCH 0/3] Floating-point literal syntax extension for Ada
 2022-03-01 17:22 UTC  (5+ messages)
` [PATCH 1/3] Fix Ada integer literals with exponents
` [PATCH 2/3] Implement real literal extension for Ada
` [PATCH 3/3] Fix bug in ada_print_floating

[PATCH 0/5] Handle non-ASCII identifiers in Ada
 2022-03-01 15:33 UTC  (14+ messages)
` [PATCH 1/5] Simplify a regular expression in ada-lex.l
` [PATCH 2/5] Don't pre-size result string in ada_decode
` [PATCH 3/5] Let phex and phex_nz handle sizeof_l==1
` [PATCH 4/5] Define HOST_UTF32 in charset.h
` [PATCH 5/5] Handle non-ASCII identifiers in Ada

[PING 5] [PATCH v3 1/1] gdb: Use a typedef's scoped type name to identify local typedefs
 2022-03-01  7:54 UTC 

[PATCH] Fix gdb.ada/arrayptr.exp results
 2022-02-28 20:43 UTC 

[PATCH] Fix "spawn id XYZ not open" errors in gdb.mi/mi-exec-run.exp
 2022-02-28 19:57 UTC  (4+ messages)

[PATCHv3] gdb/python/mi: create MI commands using python
 2022-02-28 18:40 UTC  (6+ messages)
` [PATCHv4] "
  ` [PATCHv5] "

[RFC][PATCH v2 0/2][PR gdb/24069] Fix GDB hang on macOS 10.14 and later (PR gdb/24609)
 2022-02-28 18:40 UTC  (7+ messages)
` [RFC][PATCH v3 0/1][PR gdb/24069] Fix GDB hang on macOS 10.14 and later
  ` [RFC][PATCH v3 1/1][PR gdb/24069] gdb/darwin: skip over WIFSTOPPED wait4 status

[PATCH 0/6] Handle split functions in call site chains
 2022-02-28 18:34 UTC  (2+ messages)

[PATCH] Updated, fix reverse stepping multiple contiguous PC ranges
 2022-02-28 18:02 UTC  (2+ messages)

[PATCH] Powerpc fix for gdb.base/ending-run.exp
 2022-02-28 18:02 UTC  (2+ messages)
` [PING PATCH] "

[pushed] Fix maybe-uninitialized warning in py-infthread.c
 2022-02-28 17:59 UTC  (2+ messages)

[pushed 0/2] Two fixes for Ada character enum literals
 2022-02-28 17:48 UTC  (3+ messages)
` [pushed 1/2] Handle 'QWW' encoding case in Ada enums
` [pushed 2/2] Handle multi-byte bracket sequences in Ada lexer

[PATCH] Add more filename styling
 2022-02-28 16:59 UTC  (2+ messages)

[PATCH] Error when gdb_is_target_1 is called without running gdb instance
 2022-02-28 16:06 UTC  (4+ messages)

[PATCH] gdb/python: Add gdb.InferiorThread.details attribute
 2022-02-28 14:52 UTC  (5+ messages)
  ` [PATCHv2] "

[PATCH] gdb: Add Tiezhu Yang as LoongArch maintainer
 2022-02-28 14:20 UTC  (3+ messages)
` [PING] "

[PATCH] [gdb/testsuite] test a function call by hand fron pretty printer
 2022-02-28 12:13 UTC  (3+ messages)

[PATCH v3 0/5] arm: Add support for multiple stacks on Cortex-M
 2022-02-28 10:38 UTC  (4+ messages)

GDB 12 preparation -- 2022-02-27 update
 2022-02-27 11:28 UTC 

[PATCH v2 0/6] glibc-2.34: Fix gdb.base/gdb-sigterm.exp failure/error
 2022-02-26 20:40 UTC  (4+ messages)
` [PATCH v2 1/6] Handle recursive internal problem in gdb_internal_error_resync

[PATCH] gdb-add-index: disable debuginfod
 2022-02-25 22:35 UTC  (3+ messages)

[PATCH v2] Support glibc multiple namespace extension
 2022-02-25 20:25 UTC  (7+ messages)
` [PATCH v3] "

[RFC] [gdb/testsuite] change gdb.base/skip.exp to use finish
 2022-02-25 18:46 UTC  (3+ messages)
`  "

[PATCH] Reorganize Python events documentation
 2022-02-25 18:36 UTC 

[PATCH 1/2] gdb/linux-tdep: make read_mapping return a structure
 2022-02-25 18:25 UTC  (3+ messages)
` [PATCH 2/2] gdb/linux-tdep: move "Perms" column right

[PATCH] gdb: add operator+= and operator+ overload for std::string
 2022-02-25 17:54 UTC  (3+ messages)

[PATCHv2 0/2] Add new gdb.Type.signedness attribute
 2022-02-25 17:08 UTC  (8+ messages)
` [PATCHv3 0/3] Add Type.is_scalar and Type.is_signed properties
  ` [PATCHv3 1/3] gdb/python: add Type.is_scalar property
  ` [PATCHv3 2/3] gdb/python: add Type.is_signed property
  ` [PATCHv3 3/3] gdb/testsuite: add new test for comparing char types in Python

[RFC] Print MI prompt on interrupted command
 2022-02-25 13:59 UTC  (3+ messages)

[PATCH] Fix list.exp test cases
 2022-02-25 11:51 UTC  (4+ messages)

C++ template completion support v3
 2022-02-25  0:49 UTC  (5+ 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).