[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 (12+ messages)
` [PATCH v2 1/9] Use field_signed from Python MI commands
` [PATCH v2 2/9] Use member initializers in mi_parse
` [PATCH v2 3/9] Use accessor for mi_parse::args
` [PATCH v2 4/9] Change mi_parse_argv to a method
` [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] [readline] Fix double free in _rl_scxt_dispose
2023-05-23 16:04 UTC
[PATCH] gdb/cli-out.c: clear_current_line shouldn't trigger pagination prompt
2023-05-23 15:13 UTC (7+ messages)
[PATCH] gdb/debuginfod: cleanup debuginfod earlier
2023-05-23 14:23 UTC (3+ messages)
[PATCH 00/30] Switch interpreters to use virtual methods
2023-05-23 12:43 UTC (2+ messages)
[PATCH] gdbsupport: add support for references to checked_static_cast
2023-05-23 12:03 UTC (3+ 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] Fix scoped_value_mark not working with empty value chain
2023-05-22 14:42 UTC
[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 (8+ messages)
` [PATCH 1/3] [gdb/tui] Add set tui status-window-mode <mode>
` [PATCH 2/3] [gdb/tui] Use ">" marker in register window
` [PATCH 3/3] [gdb/tui] Add set tui contents-highlight on/off
[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] Factor out border-mode help text
2023-05-22 9:09 UTC (2+ messages)
[PATCH] [gdb/tui] Introduce set style tui-border/tui-active-border mode
2023-05-22 8:34 UTC
[PATCH v5 0/1] gdb, infcmd: Support jump command with same line in multiple symtabs
2023-05-22 8:01 UTC (3+ messages)
` [PATCH v5 1/1] "
` [PING][PATCH "
[PATCH v3 1/1] gdb, infcmd: Support jump command in multi-inferior case
2023-05-22 8:01 UTC (2+ messages)
` [PING][PATCH "
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 (5+ 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] gdb: fix post-hook execution for remote targets
2023-05-19 12:40 UTC (4+ messages)
` [PATCH v2] "
` [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 (5+ messages)
` [PATCH 1/2] gdb/testsuite: test for a function with no line table
` [PATCH 2/2] gdb: safety checks in skip_prologue_using_sal
[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 (9+ 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)
[PATCH 00/12] Use intrusive_list for breakpoints and breakpoint locations
2023-05-18 21:01 UTC (13+ 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 lower-case in @sc in the documentation
2023-05-18 18:34 UTC (2+ messages)
[PATCH] gdb.fortran/lbound-ubound.exp: read expected lbound and ubound from function parameters (PR 30414)
2023-05-18 17:22 UTC (5+ messages)
[PATCH v2] gdb: Remove redundant frame switching
2023-05-18 17:18 UTC (2+ messages)
[PATCH v2] [gdb/infcmd]: Add next-expression command
2023-05-18 15:19 UTC (2+ messages)
[PATCH v1] [gdb/infcmd]: Add next-expression command
2023-05-18 11:48 UTC (4+ messages)
[pushed] [gdb/testsuite] Fix whitespace and indentation in lib/tuiterm.exp
2023-05-18 7:31 UTC
[PATCH] Special case "&str" in Rust parser
2023-05-17 15:59 UTC (2+ messages)
[PATCH v2 0/2] Add more DAP launch parameters
2023-05-17 15:52 UTC (3+ messages)
` [PATCH v2 1/2] Add attributes and methods to gdb.Inferior
` [PATCH v2 2/2] Add "args" and "env" parameters to DAP launch request
[PATCH 0/2] Add more DAP launch parameters
2023-05-17 15:45 UTC (11+ messages)
` [PATCH 1/2] Add attributes and methods to gdb.Inferior
` [PATCH 2/2] Add "args" and "env" parameters to DAP launch request
[PATCH 0/1] update MAINTAINERS file with git trailers
2023-05-17 14:35 UTC (9+ messages)
` [PATCH 1/1] [gdb]: add git trailer information on gdb/MAINTAINERS
[PATCH] Fix reverse stepping multiple contiguous PC ranges over the line table
2023-05-16 22:54 UTC (13+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
` [PATCH 1/2] "
` [PATCH 2/2 v5] "
GDB 13.2 (corrective) release -- 2023-05-14 Update
2023-05-16 17:44 UTC (3+ messages)
[PATCH] gdb/mi: Fix printing of fortran strings in stack
2023-05-16 16:24 UTC (5+ messages)
[PATCHv6 0/6] Infcalls from B/P conditions in multi-threaded inferiors
2023-05-16 16:00 UTC (10+ messages)
` [PATCHv7 "
` [PATCHv7 1/6] Revert "gdb: remove unnecessary parameter wait_ptid from do_target_wait"
` [PATCHv7 2/6] gdb: fix b/p conditions with infcalls in multi-threaded inferiors
` [PATCHv7 3/6] gdb: add timeouts for inferior function calls
` [PATCHv7 4/6] gdb/remote: avoid SIGINT after calling remote_target::stop
[PATCH v3] gdb: Fix false match issue in skip_prologue_using_linetable
2023-05-16 15:31 UTC (8+ messages)
[PATCH] [gdb/tui] Don't show line number for lines not in source file
2023-05-16 15:10 UTC (2+ messages)
[PATCH 1/2] pdb: Allow loading by gdb
2023-05-16 15:03 UTC (3+ messages)
[PATCH 7/7 v2] gdb/debuginfod: Add .debug_line downloading
2023-05-16 14:50 UTC (4+ messages)
` [PING*2][PATCH "
` [PING*3][PATCH "
[PATCH r/7 v2.1] gdb/debuginfod: Support on-demand debuginfo downloading
2023-05-16 14:50 UTC (4+ messages)
` [PATCH 5/7 v2.2] "
` [PING][PATCH "
` [PING*2][PATCH "
[PATCH 4/7 v2] gdb: Buffer output during print_thread and print_frame_info
2023-05-16 14:49 UTC (4+ messages)
` [PING*2][PATCH "
` [PING*3][PATCH "
[PATCH] gdb/infrun: reset thread control's step info in end_stepping_range
2023-05-16 12:33 UTC (3+ messages)
[PATCH] Fix bad interaction between element limit and repeated values (BZ#24331)
2023-05-16 10:55 UTC (3+ messages)
` [PATCH] Update comments for the gdb/24331 fix
[PATCH] gdb/testsuite: make gdb_supported_languages a caching proc
2023-05-16 10:38 UTC (3+ messages)
[PATCH] gdb/testsuite: fix s390 failure in break-main-file-remove-fail.exp
2023-05-16 9:41 UTC (3+ messages)
[pushed] [gdb/tui] Fix TUI resizing for TERM=ansi
2023-05-16 8:53 UTC (4+ messages)
` [PATCH] [gdb/build] Remove dependency on _rl_term_autowrap
` [PING][PATCH] "
[PATCH v2] gdb: xtensa: don't supply registers if they are not present
2023-05-16 4:17 UTC (3+ messages)
` [PATCH v3] gdb: xtensa: fix registers supply if they "
[PATCH 0/9] thread-specific breakpoints in just some inferiors
2023-05-15 19:27 UTC (9+ messages)
` [PATCHv2 "
` [PATCHv2 2/9] gdb: create_breakpoint: asserts relating to extra_string/parse_extra
` [PATCHv2 3/9] gdb: change 'if' to gdb_assert in update_dprintf_command_list
` [PATCHv2 5/9] gdb: don't display inferior list for pending breakpoints
` [PATCHv2 6/9] gdb: parse pending breakpoint thread/task immediately
` [PATCHv2 7/9] gdb: remove breakpoint_re_set_one
` [PATCHv2 8/9] gdb: remove tracepoint_probe_create_sals_from_location_spec
` [PATCHv2 9/9] gdb: only insert thread-specific breakpoints in the relevant inferior
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox