public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCHv3 0/2] Add __repr__() implementation to a few Python types
 2023-06-08 18:46 UTC  (3+ messages)

[PATCH 1/1] gdb, infrun: refactor part of `proceed` into separate function
 2023-06-08 18:41 UTC  (8+ messages)

[PATCH 00/31] Step over thread clone and thread exit
 2023-06-08 18:24 UTC  (35+ messages)
` [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 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 28/31] Document remote clone events, and QThreadOptions packet

[PATCH] Fix reverse stepping multiple contiguous PC ranges over the line table
 2023-06-08 16:36 UTC  (13+ messages)
  ` [PATCH v2] "
    ` [PATCH v3] "
          ` [PATCH v4] "
                  ` [PATCH 2/2 v5] "

[PATCH] gdb/testsuite: use proper int size for gdb.dwarf2/symbol_needs_eval*.exp
 2023-06-08 15:38 UTC 

[PATCH] gdb/debuginfod: cleanup debuginfod earlier
 2023-06-08 15:09 UTC  (3+ messages)
` [PATCHv2] "

[PATCH] aarch64: Fix an infinite loop on bt when the core dump has an SVE section but the target does not support it
 2023-06-08 13:47 UTC  (5+ messages)

[PATCH 0/3] Fix use-after-free in gdb/corelow.c + cleanups
 2023-06-08 13:22 UTC  (13+ messages)
` [PATCH 1/3] gdb/corelow.c: fix use-after-free in build_file_mappings
      ` [PATCH v2 "
` [PATCH 2/3] gdb/corelow.c: avoid repeated warnings "
` [PATCH 3/3] gdb/corelow.c: do not try to reopen a file if open failed once

[PATCH] [gdb] Add template functions assign_set/return_if_changed
 2023-06-08  9:26 UTC  (4+ messages)

[PATCH v2 1/2] [gdb] Add template functions assign_return/set_if_changed
 2023-06-08  9:17 UTC  (2+ messages)
` [PATCH v2 2/2] [gdb/tui] Simplify tui_update_variables

[pushed] Simplify ada_lookup_struct_elt_type
 2023-06-07 15:41 UTC 

[PATCH v4 0/1] Add breakpoint location debugging logs
 2023-06-07 15:32 UTC  (9+ messages)
` [PATCH v4 1/1] gdb, breakpoint: add "

[PATCHv6 0/6] Infcalls from B/P conditions in multi-threaded inferiors
 2023-06-07 15:31 UTC  (21+ messages)
` [PATCHv7 "
  ` [PATCHv7 2/6] gdb: fix b/p conditions with infcalls "
  ` [PATCHv7 3/6] gdb: add timeouts for inferior function calls
  ` [PATCHv7 4/6] gdb/remote: avoid SIGINT after calling remote_target::stop
  ` [PATCHv8 0/6] Infcalls from B/P conditions in multi-threaded inferiors
    ` [PATCHv8 1/6] Revert "gdb: remove unnecessary parameter wait_ptid from do_target_wait"
    ` [PATCHv8 2/6] gdb: fix b/p conditions with infcalls in multi-threaded inferiors
    ` [PATCHv8 3/6] gdb: add timeouts for inferior function calls
    ` [PATCHv8 4/6] gdb/remote: avoid SIGINT after calling remote_target::stop
    ` [PATCHv8 5/6] gdb: introduce unwind-on-timeout setting
    ` [PATCHv8 6/6] gdb: rename unwindonsignal to unwind-on-signal

[PATCH 0/6 v3] gdb/debuginfod: Add on-demand debuginfo downloading
 2023-06-07 13:57 UTC  (15+ messages)
` [PATCH 1/6 v2] gdb/debuginfod: Add debuginfod_section_query
` [PATCH 2/6 v2] gdb: Add command 'maint set/show debuginfod download-sections'
` [PATCH 3/6 v3] gdb: Buffer gdb_stdout during events that might download deferred debuginfo
` [PATCH 4/6] gdb/progspace: Add reverse safe iterator and template for unwrapping iterator
` [PATCH 5/6 v3] gdb/debuginfod: Support on-demand debuginfo downloading
` [PATCH 6/6 v3] gdb/debuginfod: Add .debug_line downloading

[PATCH] [gdb/tui] Factor out border-mode help text
 2023-06-07 13:12 UTC  (3+ messages)

[PATCH] [gdb/cli] Handle pending ^C after rl_callback_read_char for readline 7
 2023-06-07 12:58 UTC  (2+ messages)

[PATCH] Fix PR30369 regression on aarch64/arm (PR30506)
 2023-06-07 11:01 UTC  (3+ messages)

[RFC] Bump minimum Python version to 3.4
 2023-06-07  9:41 UTC  (7+ messages)

[pushed 1/2] [gdb/testsuite] Fix two typos in gdb.python/tui-window-disabled.exp
 2023-06-07  9:38 UTC  (2+ messages)
` [pushed 2/2] [gdb/testsuite] Add missing wait "

[pushed] [gdb/testsuite] Handle output after prompt in gdb.threads/step-N-all-progress.exp
 2023-06-07  9:37 UTC 

[PATCH] [AArch64] Fix architecture debug version constant thinkos
 2023-06-07  8:48 UTC  (3+ messages)

[PATCH 0/1] Refactor proceed function
 2023-06-07  7:08 UTC 

[PATCH, obv] [AArch64] Fix gdb.base/memtag.exp failure
 2023-06-07  7:00 UTC  (2+ messages)

[PATCH] gdb/configure.ac: Add option --with-additional-debug-dirs
 2023-06-06 23:31 UTC 

[PATCHv2] gdb: fix missing null-character when using value_cstring
 2023-06-06 15:50 UTC  (6+ messages)
` [PATCHv3] gdb: building inferior strings from within GDB

[PATCH 0/1]Python breakpoint with extra spec
 2023-06-06 15:39 UTC  (5+ messages)
` [PATCH 1/1] gdb, python: fix python "

[PATCH 1/2] [gdb/testsuite] Add test-case gdb.tui/single-key.exp
 2023-06-06 15:03 UTC  (2+ messages)
` [PATCH 2/2] [gdb/tui] Delete line buffer when switching to singlekey

[PATCH v3] gdb/testsuite: Avoid infinite loop in gdb.reverse/step-reverse.exp
 2023-06-06 13:49 UTC  (2+ messages)

[PATCH v2] gdb/testsuite: Avoid infinite loop in gdb.reverse/step-reverse.exp
 2023-06-06 13:00 UTC  (5+ messages)

[RFC 00/10] More use of unrelocated_addr
 2023-06-05 16:13 UTC  (2+ messages)

[PATCH v6] gdb/Python: Added ThreadExitedEvent
 2023-06-05 15:55 UTC  (2+ messages)

[PATCH v1] [gdb/dap] Add thread exited event
 2023-06-05 13:48 UTC  (2+ messages)

[PATCH v5] gdb/Python: Added ThreadExitedEvent
 2023-06-05 13:45 UTC  (3+ messages)

[PATCH] Permit DW_OP_GNU_uninit to be used with DW_OP_piece
 2023-06-05 13:17 UTC  (2+ messages)

[PATCH v2 0/4] GDB support for DW_AT_trampoline
 2023-06-05 12:07 UTC  (8+ messages)
` [PATCH v2 1/4] gdb, dwarf: add support for DW_AT_trampoline in DWARF reader
` [PATCH v2 2/4] gdb/symtab: add lookup for trampoline functions
` [PATCH v2 3/4] gdb/infrun: handle stepping through functions with DW_AT_trampoline
` [PATCH v2 4/4] gdb: Skip trampoline frames in the stack for printing or finish command

[pushed 1/2] [gdb] Fix more typos
 2023-06-05 10:53 UTC  (2+ messages)
` [pushed 2/2] [gdb] Fix grammar in comments and docs

[PATCH 0/4] Some alloca removal and a printf bug fix
 2023-06-05  9:43 UTC  (9+ messages)
` [PATCH 1/4] gdb: fix printf of wchar_t early in a gdb session
` [PATCH 2/4] gdb: remove two uses of alloca from printcmd.c
` [PATCH 3/4] gdb: remove last alloca call "
` [PATCH 4/4] gdb: check max-value-size when reading strings for printf

[PATCH] gdb/guile: remove some manual xfree calls
 2023-06-05  9:35 UTC  (3+ messages)

[PATCH 0/3] Improve vmcore loading
 2023-06-05  9:11 UTC  (4+ messages)
` [PATCH 1/3] gdb: split inferior and thread setup when opening a core file
` [PATCH 2/3] gdb/testsuite: add test for core file with a 0 pid
` [PATCH 3/3] gdb: handle core files with .reg/0 section names

[PATCH 00/10] [gdb] Fix typos and misspellings
 2023-06-05  7:20 UTC  (15+ messages)
` [PATCH 01/10] [gdb/ada] Fix argument name misspelling
` [PATCH 02/10] [gdbserver] Fix typo in debug message
` [PATCH 03/10] [gdb/compile] "
` [PATCH 04/10] [gdb/cli] Fix help text of maint set ignore-prologue-end-flag
` [PATCH 05/10] [gdb/cli] Fix help text of maint info target-sections
` [PATCH 06/10] [gdb/tui] Fix help text of show tui tab-width
` [PATCH 07/10] [gdb/guile] Fix doc string for value-optimized-out?
` [PATCH 08/10] [gdb/python] Fix doc string of valpy_const_value
` [PATCH 09/10] [gdb/tdep] Fix typo in debug message
` [PATCH 10/10] [gdb] Fix typos

[PATCH v2 0/9] Implement the DAP "loadedSources" request
 2023-06-02 19:19 UTC  (4+ messages)
` [PATCH v2 8/9] Implement gdb.execute_mi

[PATCH] Remove f-strings from DAP
 2023-06-02 19:02 UTC  (5+ messages)

School Districts Contacts 2023
 2023-06-02 18:52 UTC 

[PATCH] gdb/testsuite: Avoid infinite loop in gdb.reverse/step-reverse.exp
 2023-06-01 21:50 UTC  (9+ messages)

[PATCH v3 0/1] Add breakpoint location debugging logs
 2023-06-01 13:11 UTC  (6+ messages)
` [PATCH v3 1/1] gdb, breakpoint: add "

[PATCH] [gdb/testsuite] Fix gdb.tui/wrap-line.exp
 2023-06-01 11:12 UTC  (6+ messages)

[PATCH] Improve MI -dprintf-insert documentation
 2023-06-01 10:06 UTC  (2+ messages)

[PATCH] gdb/doc: fix a makeinfo warning
 2023-06-01  1:42 UTC  (5+ messages)

[PATCH 0/3] [gdb/tui] Improve handling of inferior output
 2023-05-31 23:37 UTC  (8+ messages)
` [PATCH 1/3] [gdb/tui] Keep inferior output in cmd window with ^L

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