public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2] [gdb/python] Replace gdbpy_should_stop with gdbpy_breakpoint_cond_says_stop
 2022-12-13  2:34 UTC  (7+ messages)
` [PING] "
  ` [PING^2] "
    ` [PING^3] "
      ` [PING^4] "
        ` [PING^5] "

[PATCH v2] [PR python/29603] Disable out-of-scope watchpoints
 2022-12-12 21:44 UTC  (6+ messages)
` [PATCH v3] "
  ` [PING] "
    ` [PING^2] "
      ` [PING^3] "
        ` [PING^4] "

[PATCH 00/31] Step over thread clone and thread exit
 2022-12-12 20:31 UTC  (32+ messages)
` [PATCH 01/31] displaced step: pass down target_waitstatus instead of gdb_signal
` [PATCH 02/31] linux-nat: introduce pending_status_str
` [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 06/31] Avoid duplicate QThreadEvents packets
` [PATCH 07/31] enum_flags to_string
` [PATCH 08/31] Thread options & clone events (core + remote)
` [PATCH 09/31] Thread options & clone events (native Linux)
` [PATCH 10/31] Thread options & clone events (Linux GDBserver)
` [PATCH 11/31] gdbserver: Hide and don't detach pending clone children
` [PATCH 12/31] Remove gdb/19675 kfails (displaced stepping + clone)
` [PATCH 13/31] Add test for stepping over clone syscall
` [PATCH 14/31] all-stop/synchronous RSP support thread-exit events
` [PATCH 15/31] gdbserver/linux-low.cc: Ignore event_ptid if TARGET_WAITKIND_IGNORE
` [PATCH 16/31] Move deleting thread on TARGET_WAITKIND_THREAD_EXITED to core
` [PATCH 17/31] Introduce GDB_THREAD_OPTION_EXIT thread option, fix step-over-thread-exit
` [PATCH 18/31] Implement GDB_THREAD_OPTION_EXIT support for Linux GDBserver
` [PATCH 19/31] Implement GDB_THREAD_OPTION_EXIT support for native Linux
` [PATCH 20/31] gdb: clear step over information on thread exit (PR gdb/27338)
` [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 24/31] Report thread exit event for leader if reporting thread exit events
` [PATCH 25/31] Ignore failure to read PC when resuming
` [PATCH 26/31] gdb/testsuite/lib/my-syscalls.S: Refactor new SYSCALL macro
` [PATCH 27/31] Testcases for stepping over thread exit syscall (PR gdb/27338)
` [PATCH 28/31] Document remote clone events, and QThreadOptions packet
` [PATCH 29/31] inferior::clear_thread_list always silent
` [PATCH 30/31] Centralize "[Thread ...exited]" notifications
` [PATCH 31/31] Cancel execution command on thread exit, when stepping, nexting, etc

[PATCH v2 00/29] Step over thread clone and thread exit
 2022-12-12 20:20 UTC  (35+ messages)
` [PATCH v2 04/29] Step over clone syscall w/ breakpoint, TARGET_WAITKIND_THREAD_CLONED
` [PATCH v2 05/29] Support clone events in the remote protocol
` [PATCH v2 06/29] Avoid duplicate QThreadEvents packets
` [PATCH v2 07/29] Thread options & clone events (core + remote)
` [PATCH v2 08/29] Thread options & clone events (native Linux)
` [PATCH v2 09/29] Thread options & clone events (Linux GDBserver)
` [PATCH v2 17/29] Implement GDB_TO_EXIT support for native Linux
` [PATCH v2 18/29] gdb: clear step over information on thread exit (PR gdb/27338)
` [PATCH v2 19/29] stop_all_threads: (re-)enable async before waiting for stops
` [PATCH v2 21/29] Don't resume new threads if scheduler-locking is in effect

[PATCH] [AArch64] Fix removal of non-address bits for PAuth
 2022-12-12 18:54 UTC  (8+ messages)
` [PATCH,v3] [aarch64] "
  ` [PING][PATCH,v3] "
` [PATCH v4] "

[PATCH] Avoid double-free with debuginfod
 2022-12-12 18:38 UTC 

[PATCH v2 0/4] Fix Windows C-c handling
 2022-12-12 18:11 UTC  (5+ messages)
` [PATCH v2 1/4] Rename install_sigint_handler
` [PATCH v2 2/4] Use gdb::optional for sigint_ours
` [PATCH v2 3/4] Refactor code to check for terminal sharing
` [PATCH v2 4/4] Fix control-c handling on Windows

[PATCH 0/6] The DWARF assembler and Clang
 2022-12-12 17:55 UTC  (3+ messages)
` [PATCH 2/6] gdb/testsuite: fix gdb.trace/unavailable-dwarf-piece.exp with Clang

[PATCH 0/3] Fix Windows C-c handling
 2022-12-12 17:29 UTC  (15+ messages)
` [PATCH 2/3] Refactor code to check for terminal sharing
` [PATCH 3/3] Fix control-c handling on Windows

[PATCH] gdb: fix possible use-after-free when executing commands
 2022-12-12 15:09 UTC  (5+ messages)

[PATCH] [gdb/tdep] Fix s390_linux_nat_target::stopped_by_watchpoint
 2022-12-12 15:06 UTC 

[pushed] [gdb/testsuite] Fix PR20630 regression test in gdb.base/printcmds.exp
 2022-12-12 14:21 UTC 

[PATCH v2] gdb: add 'maintenance print record-instruction' command
 2022-12-12 13:54 UTC  (2+ messages)

[PATCH 0/6] Make frame_info_ptr automatic
 2022-12-12 13:45 UTC  (21+ messages)
` [PATCH 1/6] gdb: add invalidate_selected_frame function
` [PATCH 2/6] gdb: make it possible to restore selected user-created frames
` [PATCH 3/6] gdb: make user-created frames reinflatable
` [PATCH 4/6] gdb: revert frame_unwind::this_id and callees to use `frame_info *`
` [PATCH 5/6] gdb: make frame_info_ptr grab frame level and id on construction

[pushed] Another Rust operator precedence bug
 2022-12-12 13:41 UTC 

[pushed] [gdb/testsuite] Fix gdb.base/write_mem.exp for big endian
 2022-12-12 13:26 UTC 

[PATCH] gdb/testsuite: add untested message to skip_debuginfod_tests
 2022-12-12 12:44 UTC  (2+ messages)

[PATCH] gdb: defer warnings when loading separate debug files
 2022-12-12 12:15 UTC 

[PATCH v3 1/2] sim: Add nanoMIPS port
 2022-12-12 11:11 UTC  (3+ messages)

[PATCH v3 1/2] sim: Add nanoMIPS port
 2022-12-12  9:45 UTC  (4+ messages)
` [PATCH v3 2/2] gdb: "

[PATCH] Fix crash in is_nocall_function
 2022-12-12  2:45 UTC  (2+ messages)

[PATCH 1/3] Change thread_fsm::return_value to thread_fsm::print_return_values
 2022-12-10 16:33 UTC  (4+ messages)
  ` [PATCH 2/3] Move return_value_info and refactor code setting its members
  ` [PATCH 3/3] [RFC] Implement printing of return values of stepped-over functions

[pushed] [gdb/tdep] Fix larl handling in s390_displaced_step_fixup
 2022-12-10 14:41 UTC 

[PATCH] sim: move register headers into sim/ namespace [PR sim/29869]
 2022-12-10 14:12 UTC 

[PATCH 0/2] Convert symbol-lookup debug to new debug scheme
 2022-12-09 19:27 UTC  (7+ messages)
` [PATCH 1/2] gdb: convert 'set debug symbol-lookup' to new debug printing scheme
` [PATCH 2/2] gdb: add SYMBOL_LOOKUP_SCOPED_DEBUG_ENTER_EXIT

[PATCH 0/2] New test for slow DWARF reader issue
 2022-12-09 19:24 UTC  (6+ messages)
` [PATCH 1/2] gdb/testsuite: fix readnow detection
` [PATCH 2/2] gdb/testsuite: new test for recent dwarf reader issue

[PATCH] gdb/testsuite: update a pattern in gdb_file_cmd
 2022-12-09 17:45 UTC  (4+ messages)

[branching soon!] GDB 13 release -- 2022-12-04 update
 2022-12-09 15:03 UTC  (6+ messages)

[PATCH] [AArch64] Add TPIDR2 register support for Linux
 2022-12-09 13:43 UTC  (5+ messages)
` [PATCH v3] [aarch64] "
` [PATCH v4] "

[pushed] [gdb/testsuite] Fix gdb.guile/scm-symtab.exp for ppc64le
 2022-12-09  9:42 UTC 

[PATCH v2 0/6] gdbserver improvements for AArch64 SVE support
 2022-12-09  2:20 UTC  (8+ messages)
` [PATCH v2 6/6] gdb/aarch64: Detect vector length changes when debugging remotely

[PATCH 0/6] Eliminate infrun_thread_thread_exit observer
 2022-12-08 21:30 UTC  (3+ messages)
` [PATCH 1/6] Tweak "Using the running image of ..." output

[PATCH 0/3] Add "announce" flag to Python breakpoint creation
 2022-12-08 19:18 UTC  (4+ messages)
` [PATCH 1/3] Refactor body of bppy_init
` [PATCH 2/3] Fix latent bug in Python breakpoint creation
` [PATCH 3/3] Let Python breakpoints be created silently

[PATCH] 0001-Fix-multi-thread-debug-bug-in-AIX.patch
 2022-12-08 16:29 UTC  (18+ messages)

[pushed] [gdb/testsuite] Require debug info for gdb.tui/tui-layout-asm-short-prog.exp
 2022-12-08 14:39 UTC 

[RFC] [gdb] Stop on undetermined longjmp target during next
 2022-12-08 13:33 UTC  (3+ messages)

[PATCH v8 0/6] gdb: split array and string limiting options
 2022-12-08 12:05 UTC  (2+ messages)
` [PING][PATCH "

[pushed] gdb: skip objfiles with no BFD in DWARF unwinder
 2022-12-08 11:52 UTC 

[PATCH v2 0/1] gdb/dwarf2: Fix 'rw_pieced_value' for values casted to different type
 2022-12-08 11:46 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH] gdb: add 'maintenance print record-instruction' command
 2022-12-08  9:32 UTC  (4+ messages)

[PATCH v2] gdb: Modify until_break_command to act correctly on SIGTRAMP_FRAME
 2022-12-08  1:15 UTC  (3+ messages)
` [PING] "

[PATCH 0/4] v2 gdb/arm: Fixes for Cortex-M stack unwinding
 2022-12-08  1:11 UTC  (7+ messages)
` [PATCH v2 3/4] gdb: dwarf2 generic implementation for caching function data

[PATCH] gdb: introduce bp_loc_tracepoint
 2022-12-07 19:28 UTC  (2+ messages)

[PATCH] gdb: skip objfiles with no BFD in DWARF unwinder
 2022-12-07 16:07 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] [gdb/testsuite] Add KFAILs in gdb.base/longjmp.exp
 2022-12-07 15:22 UTC  (2+ messages)

[pushed] Remove unnecessary xstrdup from bppy_init
 2022-12-07 15:19 UTC 

[PATCH v3 0/2] Improve handling of using directives
 2022-12-07 13:53 UTC  (2+ messages)

[PATCH] gdb/testsuite: fix an issue that prevents selftest
 2022-12-07 13:37 UTC  (3+ messages)

[PATCH 00/12] Initial support for ROCm platform (AMDGPU) debugging
 2022-12-07 13:29 UTC  (29+ messages)
` [PATCH 01/12] gdb: add supports_arch_info callback to gdbarch_register
` [PATCH 02/12] gdb: make install_breakpoint return a non-owning reference
` [PATCH 03/12] gdbsupport: add type definitions for pid, lwp and tid
` [PATCH 04/12] gdb: add inferior_pre_detach observable
` [PATCH 05/12] gdb: make gdbarch_alloc take ownership of the tdep
` [PATCH 06/12] gdb: add gdbarch_up
` [PATCH 07/12] gdbsupport: move libxxhash configure check to gdbsupport
` [PATCH 08/12] gdbsupport: move fast_hash to gdbsupport/common-utils.h
` [PATCH 09/12] gdbsupport: add gdb::string_view_hash
` [PATCH 10/12] gdb/solib-svr4: don't disable probes interface if probe not found
` [PATCH 11/12] gdb: make gdb_printing_disassembler::stream public
` [PATCH 12/12] gdb: initial support for ROCm platform (AMDGPU) debugging

[RFC] [gdb/cli] Add maintenance ignore-probes
 2022-12-07  9:00 UTC 

[PING] [PATCH v7 00/10] Extensions for PTWRITE
 2022-12-07  8:45 UTC  (2+ messages)

Fwd: [PATCH] RISC-V: Correction of machine registers mapping to dwarf registers
 2022-12-07  2:00 UTC  (5+ messages)

[PATCH] Let user C-c when waiting for DWARF index finalization
 2022-12-06 20:35 UTC  (2+ messages)

[pushed] Cosmetic fix in ppc-sysv-tdep.c
 2022-12-06 16:00 UTC 

[pushed] gdb: make frame_register static
 2022-12-06 15:43 UTC  (3+ messages)

[PATCH v4] gdb/gcore: interrupt all threads before generating the corefile
 2022-12-06 15:03 UTC  (2+ messages)

[pushed] Fix operator precedence bug in Rust parser
 2022-12-06 14:42 UTC 

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