public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] Add support for symbol addition to the Python API
 2023-06-27  3:53 UTC  (2+ messages)
` [PING] "

[PATCH 1/1] Add support for gdb.Type initialization from within the Python API
 2023-06-27  3:52 UTC  (3+ messages)
` [PATCH] Add support for creating new types from "
  ` [PING] "

[PATCH v2] gdb/DAP Fix disassemble bug
 2023-06-26 22:20 UTC 

[PATCH v1] gdb/DAP Fix disassemble bug
 2023-06-26 22:11 UTC  (4+ messages)

[PATCH v4] gdb/DAP Introduce new methods to to Pretty Printers
 2023-06-26 15:31 UTC 

[PATCH v3] gdb/DAP Introduce new methods to to Pretty Printers
 2023-06-26 15:26 UTC 

[PATCH v2 0/7] Reimplement DAP backtrace using frame filters
 2023-06-26 15:07 UTC  (10+ messages)
` [PATCH v2 1/7] Fix execute_frame_filters doc string
` [PATCH v2 2/7] Add new interface to frame filter iteration
` [PATCH v2 3/7] Fix oversights in frame decorator code
` [PATCH v2 4/7] Simplify FrameVars
` [PATCH v2 5/7] Reimplement DAP stack traces using frame filters
` [PATCH v2 6/7] Handle typedefs in no-op pretty printers
` [PATCH v2 7/7] Add Ada scope test for DAP

[PATCH v2] gdb/DAP Introduce new methods to to Pretty Printers
 2023-06-26 11:29 UTC  (2+ messages)

[PATCH v1] gdb/DAP Introduce new methods to to Pretty Printers
 2023-06-25 10:22 UTC  (2+ messages)

[PATCH v2 0/8] C++-ify and simplify agent expressions
 2023-06-24  1:40 UTC  (14+ messages)
` [PATCH v2 1/8] Remove mem2hex
` [PATCH v2 2/8] Use gdb::byte_vector in agent_expr
` [PATCH v2 3/8] Use std::vector<bool> for agent_expr::reg_mask
` [PATCH v2 4/8] Simplify agent_expr constructor
` [PATCH v2 5/8] Use bool for agent_expr::tracing
` [PATCH v2 6/8] Make aop_map 'static'
` [PATCH v2 7/8] Remove aop_last
` [PATCH v2 8/8] Use ARRAY_SIZE in ax-general.c

[PATCH v6] gdb/Python: Added ThreadExitedEvent
 2023-06-24  1:27 UTC  (3+ messages)

[PATCH v3] gdb/testsuite: Avoid infinite loop in gdb.reverse/step-reverse.exp
 2023-06-23 21:09 UTC  (5+ messages)

[PATCH 1/4] [gdb/tui] Remove default entries in TUI translation tables
 2023-06-23 20:30 UTC  (8+ messages)
` [PATCH 2/4] [gdb/tui] Introduce translate_acs
` [PATCH 3/4] [gdb/tui] Merge tui border-kind corner translation tables
` [PATCH 4/4] [gdb/tui] Make translate return entry->value instead of entry

[PATCH] Fix reverse stepping multiple contiguous PC ranges over the line table
 2023-06-23 20:04 UTC  (23+ messages)
  ` [PATCH v2] "
    ` [PATCH v3] "
          ` [PATCH v4] "
                  ` [PATCH 1/2] "
                          ` [PATCH 1/2 ver 2] "
                  ` [PATCH 2/2 v5] "
                      ` [PATCH 2/2 v6] "

[PATCH v2] gdb/DAP Fix LazyString not serializable exception
 2023-06-23 17:25 UTC  (2+ messages)

[PATCH v1] gdb/DAP Fix LazyString not serializable exception
 2023-06-23  8:37 UTC 

[pushed] Fix off-by-one error
 2023-06-23  2:36 UTC 

[PATCH] gdb/configure.ac: Add option --with-additional-debug-dirs
 2023-06-22 22:53 UTC  (2+ messages)

[PATCH v2] [gdb/tui] Fix superfluous newline for long prompt
 2023-06-22 19:14 UTC 

[PATCH 0/2] Fix gdbserver/linux memory access regression
 2023-06-22 17:49 UTC  (6+ messages)
` [PATCH 2/2] gdbserver: track current process as well as current thread

[PATCH v1] gdb/testsuite: Testing with the nvfortran compiler
 2023-06-22 16:13 UTC  (2+ messages)

[PATCH 0/5] Reimplement DAP backtrace using frame filters
 2023-06-22 16:09 UTC  (3+ messages)
` [PATCH 4/5] Simplify FrameVars

[pushed] [gdb/testsuite] Clean up before compilation in gdb.ada/call-no-debug.exp
 2023-06-22 16:01 UTC  (11+ messages)

[PATCH 0/7] More changes to DAP
 2023-06-22 15:46 UTC  (2+ messages)

[PATCH v2 0/1] Refactor proceed function
 2023-06-22 14:23 UTC  (5+ messages)
` [PATCH v2 1/1] gdb, infrun: refactor part of `proceed` into separate function

[PATCH] gdb/testsuite: fix gdb.python/py-unwind.exp with python >= 3.11
 2023-06-22 14:10 UTC  (2+ messages)

[PATCH v2] gdb/DAP Few bug fixes & Evaluate Array Watch vars
 2023-06-22 14:06 UTC  (2+ messages)

[PATCH v3 0/4] Small changes to "list" command
 2023-06-22 13:51 UTC  (17+ messages)
` [PATCH v3 1/4] gdb/cli: Factor out code to list lines for the first time
` [PATCH v3 2/4] gdb/cli: Improve UX when using list with no args
` [PATCH v3 3/4] gdb/cli: add '.' as an argument for 'list' command
` [PATCH v3 4/4] gdb/doc: document '+' "

[PATCH 0/8] Some vfork related fixes
 2023-06-22 13:17 UTC  (9+ messages)
` [PATCH 1/8] gdb: catch more errors in gdb.base/foll-vfork.exp
` [PATCH 2/8] gdb: don't restart vfork parent while waiting for child to finish
` [PATCH 3/8] gdb: fix an issue with vfork in non-stop mode
` [PATCH 4/8] gdb, infrun: refactor part of `proceed` into separate function
` [PATCH 5/8] gdb: don't resume vfork parent while child is still running
` [PATCH 6/8] gdb/testsuite: expand gdb.base/foll-vfork.exp
` [PATCH 7/8] gdb/testsuite: remove use of sleep from gdb.base/foll-vfork.exp
` [PATCH 8/8] gdb: additional debug output in infrun.c and linux-nat.c

[PATCH 00/11] Linux: Fix issues around thread group leader exits
 2023-06-22 13:07 UTC  (4+ messages)
` [PATCH 11/11] Process exit status is leader exit status testcase

[PATCH v2] gdb/infrun: do not restart a stepped thread if not running (was: gdb/infrun: reset thread control's step info in end_stepping_range)
 2023-06-22  8:01 UTC  (5+ messages)

[PATCH] [patch] gdbserver assert error on arm platform
 2023-06-22  1:44 UTC  (5+ messages)

[PATCH] gdb: Fix "target file /proc/.../cmdline contained unexpected null characters"
 2023-06-21 23:14 UTC 

[PATCH] gdb: support rseq auxvs
 2023-06-21 23:03 UTC 

[PATCH] gdb: Fix derive_heap_segment for PIE
 2023-06-21 22:13 UTC  (2+ messages)
` [PING] "

[PATCH] [gdb/testsuite] Add have_host_locale
 2023-06-21 14:30 UTC  (2+ messages)

[PATCH] [gdb/testsuite] Fix gdb.tui/wrap-line.exp
 2023-06-21 14:24 UTC  (8+ messages)

[PATCH] Add missing backslash to update-gnulib.sh
 2023-06-21 13:41 UTC  (2+ messages)

[PATCH] [gdb/testsuite] Remove Term::command_no_prompt_prefix
 2023-06-21 13:35 UTC  (2+ messages)

[pushed 1/2] [gdb/testsuite] Make Term::wait_for "" match only a prompt
 2023-06-21 13:32 UTC  (2+ messages)
` [pushed 2/2] [gdb/testsuite] Reimplement Term::command_no_prompt_prefix

[PATCH v2 1/1] gdb, breakpoint: add a destructor to the watchpoint struct
 2023-06-21 13:19 UTC  (3+ messages)
` [PING][PATCH "

[PATCH 0/1] riscv: Ensure LE instruction fetching
 2023-06-21  9:11 UTC  (6+ messages)

[PATCH] Avoid crash with absolute symbol
 2023-06-20 21:21 UTC 

[Note] Patches not sent to list
 2023-06-20 18:53 UTC 

[PATCH] Fixes 28ab59607ef40b9571c0702ffba8f6aa6fb1b033
 2023-06-20 18:41 UTC 

[PATCH] gdb/DAP Few bug fixes & Evaluate Array Watch vars
 2023-06-20 18:41 UTC  (4+ messages)

[PATCH 0/6] C++-ify and simplify agent expressions
 2023-06-20 17:12 UTC  (13+ messages)
` [PATCH 1/6] Remove mem2hex
` [PATCH 2/6] Use gdb::byte_vector in agent_expr
` [PATCH 3/6] Use std::vector<bool> for agent_expr::reg_mask
` [PATCH 4/6] Simplify agent_expr constructor
` [PATCH 5/6] Use bool for agent_expr::tracing
` [PATCH 6/6] Make aop_map 'static'

[PATCH] gdbserver: use target_waitstatus::to_string in 'prepare_resume_reply'
 2023-06-20 16:42 UTC  (4+ messages)

[PATCH v2 0/4] Small changes to "list" command
 2023-06-20 16:22 UTC  (8+ messages)
` [PATCH v2 1/4] gdb/cli: Factor out code to list lines for the first time
` [PATCH v2 2/4] gdb/cli: Improve UX when using list with no args
` [PATCH v2 3/4] gdb/cli: add '.' as an argument for 'list' command
` [PATCH v2 4/4] gdb/doc: document '+' "

[PATCH] gdbserver: extract code out of regcache's registers_to_string
 2023-06-20 15:58 UTC  (3+ messages)

[PATCH v2] gdbserver: dump 'xx...x' in collect_register_as_string for unavailable register (was: gdbserver: extract code out of regcache's registers_to_string)
 2023-06-20 15:54 UTC 

[PATCH v2] gdb/dap - Add support for additional target types
 2023-06-20 14:02 UTC  (2+ messages)

[PATCH 00/25] Many updates to DAP implementation
 2023-06-20 13:56 UTC  (5+ messages)
` [PATCH 02/25] Use gnat_runtime_has_debug_info in Ada catchpoint tests

[PATCH 0/3] Small changes to "list" command
 2023-06-20 13:49 UTC  (9+ messages)
` [PATCH 1/3] gdb/cli: Factor out code to list lines for the first time
` [PATCH 2/3] gdb/cli: Improve UX when using list with no args
` [PATCH 3/3] gdb/cli: add '.' as an argument for 'list' command

[PATCH v3] gdb, python: selectively omit enabling stdin in gdb.execute exception
 2023-06-20 13:04 UTC  (2+ messages)

[PATCH 00/26] gdbserver: refactor regcache and allow gradually populating
 2023-06-20 12:58 UTC  (2+ messages)

[PATCH v4] gdb/dap - dataBreakpointInfo & setDataBreakpoints
 2023-06-20  9:32 UTC 

[PATCH] gdbserver: try selecting a thread first to access memory
 2023-06-20  8:35 UTC 

[PATCH 0/3] Remove some uses of xrealloc
 2023-06-19 18:27 UTC  (5+ messages)
` [PATCH 1/3] Use std::string in linux-osdata.c
` [PATCH 2/3] Use byte_vector in remote.c:readahead_cache
` [PATCH 3/3] Use std::string in do_set_command

[pushed] [gdb/tui] Fix TUI resizing for TERM=ansi
 2023-06-19 11:55 UTC  (5+ messages)
  ` [PATCH] [gdb/build] Remove dependency on _rl_term_autowrap
    ` [PING][PATCH] "
      ` [PING^2][PATCH] "

[PATCH v3] gdb/dap - dataBreakpointInfo & setDataBreakpoints
 2023-06-19 11:47 UTC 

[pushed] [gdb/testsuite] Add shared_gnat_runtime_has_debug_info
 2023-06-19  9:47 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).