public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[pushed] [gdb/testsuite] Add shared_gnat_runtime_has_debug_info
 2023-06-19  9:47 UTC 

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

[PATCH] [patch] gdbserver assert error on arm platform
 2023-06-19  1:50 UTC  (2+ messages)

[PATCH v2] gdb/dap - dataBreakpointInfo & setDataBreakpoints
 2023-06-17 22:47 UTC  (3+ messages)

[pushed] [gdb/testsuite] Clean up before compilation in gdb.ada/call-no-debug.exp
 2023-06-17 20:14 UTC  (4+ messages)

[PATCH 1/3] [gdb/testsuite] Use require in gdb.dwarf2/implptr.exp
 2023-06-17 10:30 UTC  (3+ messages)
` [PATCH 2/3] [gdb/testsuite] Add nopie in a few test-cases
` [PATCH 3/3] [gdb/testsuite] Remove f-string in gdb.python/py-unwind.py

[PATCH 0/2] Remove some use of xfree from MI
 2023-06-16 18:03 UTC  (4+ messages)
` [PATCH 1/2] Use std::string for MI token
` [PATCH 2/2] Use unique_xmalloc_ptr for mi_parse::command

[pushed] [gdb/testsuite] Use %progbits in gdb.arch/thumb*.S
 2023-06-16 10:56 UTC 

[PATCH v2 0/1] Refactor proceed function
 2023-06-16  9:50 UTC  (4+ messages)
` [PATCH v2 1/1] gdb, infrun: refactor part of `proceed` into separate function

[PATCH] gdb/amd-dbgapi-target: Use inf param in detach
 2023-06-16  9:25 UTC 

[PUSHED] gdb: update IRC reference from Freenode to Libera.Chat
 2023-06-16  9:18 UTC 

CFP: Toolchains Track at Linux Plumbers Conf '23
 2023-06-15 15:40 UTC 

[PATCH 0/6 v3] gdb/debuginfod: Add on-demand debuginfo downloading
 2023-06-15 13:45 UTC  (13+ 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] Fix handling of DW_TAG_unspecified_type for Ada
 2023-06-15 13:03 UTC 

[PATCH v2 1/2] [gdb/tui] Simplify tui_puts_internal
 2023-06-15  9:42 UTC  (8+ messages)
` [PATCH v2 2/2] [gdb/tui] Handle unicode chars in prompt

[PATCH 0/5] Reimplement DAP backtrace using frame filters
 2023-06-14 16:30 UTC  (6+ messages)
` [PATCH 1/5] Fix execute_frame_filters doc string
` [PATCH 2/5] Add new interface to frame filter iteration
` [PATCH 3/5] Fix oversights in frame decorator code
` [PATCH 4/5] Simplify FrameVars
` [PATCH 5/5] Reimplement DAP stack traces using frame filters

[pushed] [gdb/testsuite] Fix gdb.base/step-over-exit.exp with glibc debuginfo
 2023-06-14 15:40 UTC 

[PATCH v2] gdb/dap - Getting thread names
 2023-06-14 15:05 UTC  (2+ messages)

[PATCH v1] gdb/dap - dataBreakpointInfo & setDataBreakpoints
 2023-06-14 13:58 UTC  (4+ messages)

[PATCH] Style history variable output
 2023-06-14 12:11 UTC  (2+ messages)

[PATCH v2] gdb/dap - Add support for additional target types
 2023-06-14 12:01 UTC  (5+ messages)

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

[PATCH] Remove some Python 2 code
 2023-06-13 18:53 UTC 

[PATCH v1] gdb/dap - Getting thread names
 2023-06-13 12:56 UTC  (2+ messages)

[pushed] [gdb/testsuite] Fix gdb.tui/long-prompt.exp with read1
 2023-06-13 11:21 UTC 

[pushed 1/2] [gdb/testsuite] Allow procs with default value args in with_override
 2023-06-13 10:24 UTC  (2+ messages)
` [pushed 2/2] [gdb/testsuite] Fix and add prompt anchoring in tuiterm

[pushed] [gdb/testsuite] Fix gdb.dap/type_check.exp with older python
 2023-06-13 10:22 UTC 

[PATCH v1] gdb/dap - Add support for additional target types
 2023-06-13 10:07 UTC 

[PATCH v2] gdb/testsuite: Testing with the armflang compiler
 2023-06-13  8:49 UTC  (3+ messages)

[PATCH v2] gdb/testsuite: use proper int size for gdb.dwarf2/symbol_needs_eval*.exp
 2023-06-13  8:24 UTC  (3+ messages)

[PATCH v2 0/1] update MAINTAINERS file with git trailers
 2023-06-13  7:43 UTC  (4+ messages)
` [PATCH v2 1/1] [gdb]: add git trailer information on gdb/MAINTAINERS

[pushed] Simplify case DW_OP_GNU_uninit in dwarf_expr_context::execute_stack_op
 2023-06-12 23:04 UTC 

[pushed] Added self to W.A.A. maintainers
 2023-06-12 19:47 UTC 

[PATCH 0/7] More changes to DAP
 2023-06-12 19:36 UTC  (8+ messages)
` [PATCH 1/7] Fix type of DAP hitCondition
` [PATCH 2/7] Reuse breakpoints more frequently in DAP
` [PATCH 3/7] Handle exceptions when creating DAP breakpoints
` [PATCH 4/7] Implement type checking for DAP breakpoint requests
` [PATCH 5/7] Handle supportsVariablePaging in DAP
` [PATCH 6/7] Implement DAP logging breakpoints
` [PATCH 7/7] Implement DAP "hover" context

[PATCH 0/2] Call target_can_do_single_step from maybe_software_singlestep
 2023-06-12 19:21 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] Disabling hardware single step in gdbserver

[PATCH] Remove f-strings from DAP
 2023-06-12 18:23 UTC  (2+ messages)

[PATCH 0/4] Handle null inferiors in target::read_description
 2023-06-12 17:43 UTC  (5+ messages)
` [PATCH 2/4] *-linux-nat: Handle null inferior in read_description
` [PING] [PATCH 0/4] Handle null inferiors in target::read_description

[PATCH] [gdb/testsuite] Add have_host_locale
 2023-06-12 16:29 UTC 

[PATCH 00/31] Step over thread clone and thread exit
 2023-06-12 13:12 UTC  (42+ messages)
` [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 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

[pushed] [gdb/testsuite] Relax breakpoint count check in gdb.python/py-rbreak.exp
 2023-06-12 11:00 UTC 

[pushed] [gdb/testsuite] Fix breakpoint regexp in gdb.ada/out_of_line_in_inlined.exp
 2023-06-12  9:14 UTC 

[PATCH v5 0/1] Add breakpoint location debugging logs
 2023-06-12  8:14 UTC  (2+ messages)
` [PATCH v5 1/1] gdb, breakpoint: add "

[PATCH 1/1] gdb, infrun: refactor part of `proceed` into separate function
 2023-06-12  7:45 UTC  (10+ messages)

[PATCH] Permit DW_OP_GNU_uninit to be used with DW_OP_piece
 2023-06-12  0:28 UTC  (4+ messages)

[PATCH 0/3] Improve vmcore loading
 2023-06-10  0:36 UTC  (7+ 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 v3] gdb tests: Allow for "LWP" in thread IDs from info threads
 2023-06-09 16:56 UTC  (6+ messages)

[PATCH] Add name_of_main and language_of_main to the DWARF index
 2023-06-09 16:56 UTC  (2+ messages)

[PATCH] Remove unchecked casts to mi_interp
 2023-06-09 16:17 UTC 

[PATCH] Fix PR30369 regression on aarch64/arm (PR30506)
 2023-06-09 15:28 UTC  (7+ messages)

[PATCH] [gdb/tui] Handle unicode chars in prompt
 2023-06-09 15:15 UTC  (11+ messages)

[PATCH] [gdb/tui] Factor out border-mode help text
 2023-06-09 15:12 UTC  (5+ messages)

[PATCH] gdb/debuginfod: cleanup debuginfod earlier
 2023-06-09 14:38 UTC  (6+ messages)
` [PATCHv2] "

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

[PATCH] gdb/testsuite: Testing with the armflang compiler
 2023-06-09 14:33 UTC  (4+ messages)

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

[PATCH] Use scoped_value_mark in two more places
 2023-06-09 13:42 UTC  (2+ messages)

[PATCHv3 0/2] Add __repr__() implementation to a few Python types
 2023-06-09 12:33 UTC  (4+ messages)

[PATCH 0/1]Python breakpoint with extra spec
 2023-06-09  8:02 UTC  (6+ messages)
` [PATCH 1/1] gdb, python: fix python "

[PATCH] [gdb/testsuite] Remove Term::command_no_prompt_prefix
 2023-06-09  7:26 UTC 

[pushed] [gdb] Fix typos
 2023-06-09  7:20 UTC 

[PATCH 3/6 v4] gdb: Buffer output streams during events that might download debuginfo
 2023-06-09  0:02 UTC 

[pushed] [gdb/testsuite] Add test-case gdb.tui/long-prompt.exp
 2023-06-08 22:13 UTC 

[PATCH] gdb/testsuite: use proper int size for gdb.dwarf2/symbol_needs_eval*.exp
 2023-06-08 21:13 UTC  (2+ messages)

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

[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] 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 1/3] gdb/corelow.c: fix use-after-free in build_file_mappings
 2023-06-08 13:22 UTC  (4+ messages)
` [PATCH v2 "

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

[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 "

[PATCHv7 0/6] Infcalls from B/P conditions in multi-threaded inferiors
 2023-06-07 15:31 UTC  (8+ messages)
` [PATCHv8 "
  ` [PATCHv8 3/6] gdb: add timeouts for inferior function calls
  ` [PATCHv8 5/6] gdb: introduce unwind-on-timeout setting
  ` [PATCHv8 6/6] gdb: rename unwindonsignal to unwind-on-signal

[PATCH] [gdb/cli] Handle pending ^C after rl_callback_read_char for readline 7
 2023-06-07 12:58 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).