public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] Add support for symbol addition to the Python API
 2023-05-27  1:24 UTC 

[PATCHv2] gdb: add support for %V to printf command
 2023-05-26 20:44 UTC  (3+ messages)
` [PATCHv3] "

[PATCH 0/4] Handle null inferiors in target::read_description
 2023-05-26 17:57 UTC  (5+ messages)
` [PATCH 1/4] *-fbsd-nat: Handle null inferior in read_description
` [PATCH 2/4] *-linux-nat: "
` [PATCH 3/4] Add a have_native_target helper function for use with require
` [PATCH 4/4] Test that native targets can read a tdesc without a process attached

[PATCH v3] gdb tests: Allow for "LWP" in thread IDs from info threads
 2023-05-26 17:51 UTC  (5+ messages)

[PATCH 00/31] Step over thread clone and thread exit
 2023-05-26 15:53 UTC  (9+ messages)
` [PATCH 03/31] gdb/linux: Delete all other LWPs immediately on ptrace exec event
` [PATCH 06/31] Avoid duplicate QThreadEvents packets

[PATCH] [gdb/tui] Handle unicode chars in prompt
 2023-05-26 15:44 UTC  (3+ messages)

*Your Kind Reply
 2023-05-26 14:43 UTC 

[pushed 1/3] [gdb/testsuite] Fix reverse attribute in tuiterm
 2023-05-26 13:03 UTC  (3+ messages)
` [pushed 2/3] [gdb/testsuite] Add invisible and blinking attributes "
` [pushed 3/3] [gdb/testsuite] Add test-case gdb.tui/color-prompt.exp

[PATCH 1/1] python, btrace: Fix some small formatting issues
 2023-05-26 12:30 UTC 

[PATCH v3] [gdb/infcmd]: Add next-expression command
 2023-05-26  9:53 UTC  (2+ messages)

[PATCH 1/1] Add support for gdb.Type initialization from within the Python API
 2023-05-26  3:30 UTC  (2+ messages)
` [PATCH] Add support for creating new types from "

[PATCH] Make MI commands const-correct
 2023-05-26  1:00 UTC  (3+ messages)

[PATCH v2] Fix scoped_value_mark not working with empty value chain
 2023-05-25 18:59 UTC  (2+ messages)

[PATCH] Fix reverse stepping multiple contiguous PC ranges over the line table
 2023-05-25 15:08 UTC  (12+ messages)
  ` [PATCH v2] "
    ` [PATCH v3] "
          ` [PATCH v4] "
                  ` [PATCH 2/2 v5] "

[PATCH 00/12] Use intrusive_list for breakpoints and breakpoint locations
 2023-05-25 14:01 UTC  (16+ messages)
` [PATCH 05/12] gdb: add breakpoint::first_loc methods
` [PATCH 07/12] gdb: link breakpoint locations with intrusive_list
` [PATCH 12/12] gdb: remove breakpoint_pointer_iterator

[PATCH] Use scoped_value_mark in two more places
 2023-05-25 12:57 UTC 

[PATCH v3 1/1] gdb, infcmd: Support jump command in multi-inferior case
 2023-05-25  5:38 UTC  (4+ messages)
` [PING][PATCH "

[PATCH v5 0/1] gdb, infcmd: Support jump command with same line in multiple symtabs
 2023-05-25  5:38 UTC  (6+ messages)
` [PATCH v5 1/1] "
  ` [PING][PATCH "

[PATCH 4/7 v2] gdb: Buffer output during print_thread and print_frame_info
 2023-05-24 19:05 UTC  (7+ messages)
  ` [PING*2][PATCH "
    ` [PING*3][PATCH "
      ` [PING*4][PATCH "

[PATCH] Fix scoped_value_mark not working with empty value chain
 2023-05-24 19:00 UTC  (2+ messages)

[PATCH 1/7] gdb/debuginfod: Add debuginfod_section_query
 2023-05-24 18:57 UTC  (9+ messages)
` [PATCH 2/7] gdb: add 'lazy' setting for command 'set debuginfod enabled'
` [PATCH 3/7] gdb/debuginfod: disable pagination during downloads
` [PATCH 6/7] gdb/testsuite/gdb.debuginfod: Add lazy downloading tests

[PATCH] gdbsupport: add support for references to checked_static_cast
 2023-05-24 18:54 UTC  (11+ messages)

[PATCH] [readline] Fix double free in _rl_scxt_dispose
 2023-05-24 18:39 UTC  (4+ messages)

[PATCH] gdb/testsuite: fix race in gdb.server/multi-ui-errors.exp
 2023-05-24 17:39 UTC  (3+ messages)

[PATCH 00/25] Many updates to DAP implementation
 2023-05-24 16:56 UTC  (30+ messages)
` [PATCH 01/25] Stop gdb in gnat_runtime_has_debug_info
` [PATCH 02/25] Use gnat_runtime_has_debug_info in Ada catchpoint tests
` [PATCH 03/25] Pass tempflag to ada_catchpoint constructor
` [PATCH 04/25] Transfer ownership of exception string to ada_catchpoint
` [PATCH 05/25] Combine create_excep_cond_exprs and ada_catchpoint::re_set
` [PATCH 06/25] Turn should_stop_exception into a method of ada_catchpoint
` [PATCH 07/25] Mark members of ada_catchpoint "private"
` [PATCH 08/25] Don't require inferior execution for Ada catchpoints
` [PATCH 09/25] Implement DAP setExceptionBreakpoints request
` [PATCH 10/25] Implement DAP attach request
` [PATCH 11/25] Implement DAP stepOut request
` [PATCH 12/25] Add singleThread support to some DAP requests
` [PATCH 13/25] Rename one DAP function
` [PATCH 14/25] Add test for DAP pause request
` [PATCH 15/25] Fix a latent bug in DAP request decorator
` [PATCH 16/25] Use tuples for default arguments in DAP
` [PATCH 17/25] Add type-checking to DAP requests
` [PATCH 18/25] Add gdb.Value.assign method
` [PATCH 19/25] Implement DAP setExpression request
` [PATCH 20/25] Handle DAP supportsVariableType capability
` [PATCH 21/25] Add "target" parameter to DAP attach request
` [PATCH 22/25] Add "stop at main" extension to DAP launch request
` [PATCH 23/25] Implement DAP breakpointLocations request
` [PATCH 24/25] Do not report totalFrames from DAP stackTrace request
` [PATCH 25/25] Implement DAP conditional breakpoints

[PATCH v1] [gdb/infcmd]: Add next-expression command
 2023-05-24 16:01 UTC  (7+ messages)

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

[PATCH] gdb/debuginfod: cleanup debuginfod earlier
 2023-05-24 14:33 UTC  (4+ messages)

[PATCH] [gdb/tui] Fix shell command terminal settings
 2023-05-24 13:45 UTC 

[PATCH v2 0/2] Add more DAP launch parameters
 2023-05-24 12:58 UTC  (4+ messages)
` [PATCH v2 1/2] Add attributes and methods to gdb.Inferior

[PATCH] [gdb/cli] Handle pending ^C after rl_callback_read_char for readline 7
 2023-05-24 10:41 UTC 

[PATCH 7/7 v2] gdb/debuginfod: Add .debug_line downloading
 2023-05-24 10:22 UTC  (6+ messages)
  ` [PING*2][PATCH "
    ` [PING*3][PATCH "
      ` [PING*4][PATCH "

[PATCH 5/7 v2] gdb/debuginfod: Support on-demand debuginfo downloading
 2023-05-24 10:03 UTC  (7+ messages)
` [PATCH r/7 v2.1] "
  ` [PATCH 5/7 v2.2] "
    ` [PING][PATCH "
      ` [PING*2][PATCH "
        ` [PING*3][PATCH "

[PATCH] [gdb/tui] Factor out border-mode help text
 2023-05-24  9:56 UTC  (3+ messages)

[PATCH 00/11] Fix frame-less expression evaluation in DAP
 2023-05-23 20:17 UTC  (5+ messages)
` [PATCH 10/11] Add global_context parameter to gdb.parse_and_eval

[PATCH v2 0/9] Implement the DAP "loadedSources" request
 2023-05-23 19:46 UTC  (8+ messages)
` [PATCH v2 5/9] Introduce "static constructor" for mi_parse
` [PATCH v2 6/9] Introduce mi_parse helper methods
` [PATCH v2 7/9] Add second mi_parse constructor
` [PATCH v2 8/9] Implement gdb.execute_mi
` [PATCH v2 9/9] Implement DAP loadedSources request

[PATCH] [gdb] Add template functions assign_set/return_if_changed
 2023-05-23 16:20 UTC  (3+ messages)

[PATCH] gdb/cli-out.c: clear_current_line shouldn't trigger pagination prompt
 2023-05-23 15:13 UTC  (4+ messages)

[PATCH 00/30] Switch interpreters to use virtual methods
 2023-05-23 12:43 UTC  (2+ messages)

[PATCH] [gdb/testsuite] Fix gdb.tui/wrap-line.exp
 2023-05-23  9:34 UTC  (6+ messages)

[PATCH] gdb/testsuite: change hardcoded assembly in gdb.arch/disp-step-insn-reloc.exp
 2023-05-23  8:36 UTC  (7+ messages)
` [PINGv2][PATCH] "
` [PATCH v2] "

[PATCH 0/6] [gdb/tui] Introduce ansi-for-tui
 2023-05-22 15:50 UTC  (11+ messages)
` [PATCH 1/6] [gdb/testsuite] Use TERM=dummy in gdb.tui/tuiterm.exp
` [PATCH] [gdb/tui] Add set style tui-status-window
` [PATCH 2/6] [gdb/testsuite] Factor out Term::_wrap_cursor
` [PATCH 3/6] [gdb/contrib] Add ansi-for-tui.sh
` [PATCH 4/6] [gdb/testsuite] Make ansi-for-tui available in with_tuiterm
` [PATCH 5/6] [gdb/testsuite] Implement the newline glitch in tuiterm
` [PATCH 6/6] [gdb/testsuite] Use ansi-for-tui "

[PATCH 0/3] [gdb/tui] Add tui border-kind active-ascii
 2023-05-22 14:47 UTC  (3+ messages)
` [PATCH 2/3] [gdb/tui] Fix buglet in set_border_kind_item
  ` [pushed] [gdb/tui] Fix buglet in tui_update_variables

[PATCH] [gdb/tui] Add set tui hide-last-column on/off/auto
 2023-05-22 13:45 UTC  (3+ messages)

[PATCH 0/3] [gdb/tui] Allow highlighting in windows contents to be switched off
 2023-05-22 12:15 UTC  (4+ messages)
` [PATCH 1/3] [gdb/tui] Add set tui status-window-mode <mode>

[PATCH] gdb: add Richard Bunt to gdb/MAINTAINERS
 2023-05-22 10:51 UTC  (3+ messages)

[pushed] [gdb/testsuite] Add Term::get_line_with_attrs
 2023-05-22 10:03 UTC 

[pushed] [gdb/testsuite] Factor out Term::_reset_attrs
 2023-05-22  9:38 UTC 

[PATCH] [gdb/tui] Introduce set style tui-border/tui-active-border mode
 2023-05-22  8:34 UTC 

GDB 13.2 (corrective) release -- 2023-05-20 Upadte
 2023-05-20 21:03 UTC 

[PATCH] Add __repr__() implementation to a few Python types
 2023-05-19 21:27 UTC  (4+ messages)
` [PATCHv3 0/2] "
  ` [PATCHv3 1/2] gdb: have mdict_size always return a symbol count
  ` [PATCHv3 2/2] gdb: add __repr__() implementation to a few Python types

[PATCH] Remove some FIXME comments from DAP
 2023-05-19 21:11 UTC  (2+ messages)

[PATCH] Update documentatio for Python Frame.older and Frame.newer
 2023-05-19 16:09 UTC  (2+ messages)

[PATCH 0/9] Implement the DAP "loadedSources" request
 2023-05-19 15:57 UTC  (8+ messages)
` [PATCH 8/9] Implement gdb.execute_mi

[PATCH v2] gdb: fix post-hook execution for remote targets
 2023-05-19 12:40 UTC  (2+ messages)
` [pushed] "

[PATCH v2 00/17] SME support for AArch64 gdb/gdbserver on Linux
 2023-05-19 11:20 UTC  (19+ messages)
` [PATCH v2 01/17] [gdb/aarch64] Fix register fetch/store order for native AArch64 Linux
` [PATCH v2 02/17] [gdb/aarch64] refactor: Rename SVE-specific files
` [PATCH v2 03/17] [gdb/gdbserver] refactor: Simplify SVE interface to read/write registers
` [PATCH v2 04/17] [gdb/aarch64] sve: Fix return command when using V registers in a SVE-enabled target
` [PATCH v2 05/17] [gdb/aarch64] sme: Enable SME registers and pseudo-registers
` [PATCH v2 06/17] [gdbserver/aarch64] refactor: Adjust expedited registers dynamically
` [PATCH v2 07/17] [gdbserver/aarch64] sme: Add support for SME
` [PATCH v2 08/17] [gdb/aarch64] sve: Fix signal frame z/v register restore
` [PATCH v2 09/17] [gdb/aarch64] sme: Signal frame support
` [PATCH v2 10/17] [gdb/aarch64] sme: Fixup sigframe gdbarch when vg/svg changes
` [PATCH v2 11/17] [gdb/aarch64] sme: Support TPIDR2 signal frame context
` [PATCH v2 12/17] [binutils/aarch64] sme: Core file support
` [PATCH v2 13/17] [gdb/generic] corefile/bug: Use thread-specific gdbarch when dumping register state to core files
` [PATCH v2 14/17] [gdb/generic] corefile/bug: Fixup (gcore) core file target description reading order
` [PATCH v2 15/17] [gdb/aarch64] sme: Core file support for Linux
` [PATCH v2 16/17] [gdb/testsuite] sme: Add SVE/SME testcases
` [PATCH v3 17/17] [gdb/docs] sme: Document SME registers and features

[PATCH 0/2] New test for find_pc_sect_line
 2023-05-19 10:06 UTC  (3+ messages)

[PATCH] gdb/breakpoint: use warning function instead of gdb_printf
 2023-05-19  9:15 UTC  (3+ messages)

[PATCHv3 0/2] Disassembler Styling And The Python API
 2023-05-19  9:13 UTC  (6+ messages)
  ` [PATCHv3 2/2] gdb/python: extend the Python Disassembler API to allow for styling

[PATCH v2 RESEND] gdb/elfread.c: Add plt symbol check for _PROCEDURE_LINKAGE_TABLE_
 2023-05-19  1:34 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).