public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[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 0/3] [gdb/tui] Allow highlighting in windows contents to be switched off
 2023-05-19 19:11 UTC  (7+ 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] 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] gdb: add Richard Bunt to gdb/MAINTAINERS
 2023-05-19 11:59 UTC 

[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] [gdb/testsuite] Fix gdb.tui/wrap-line.exp
 2023-05-19 10:12 UTC  (2+ messages)

[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  (10+ messages)
  ` [PATCHv3 1/2] gdb/python: rework how the disassembler API reads the result object
  ` [PATCHv3 2/2] gdb/python: extend the Python Disassembler API to allow for styling

[PATCH v2 0/9] Implement the DAP "loadedSources" request
 2023-05-19  5:37 UTC  (11+ 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 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  (18+ messages)
` [PATCH 01/12] gdb: get gdbarch from syscall_catchpoint instead of location
` [PATCH 02/12] gdb: make some breakpoint methods use `this`
` [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] gdbsupport: add support for references to checked_static_cast
 2023-05-18 20:57 UTC 

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

[PATCH] gdb/testsuite: change hardcoded assembly in gdb.arch/disp-step-insn-reloc.exp
 2023-05-18  9:01 UTC  (2+ messages)
` [PINGv2][PATCH] "

[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  (12+ 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
  ` [PATCHv7 5/6] gdb: introduce unwind-on-timeout setting
  ` [PATCHv7 6/6] gdb: rename unwindonsignal to unwind-on-signal

[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  (4+ 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  (5+ 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] gdb/cli-out.c: clear_current_line shouldn't trigger pagination prompt
 2023-05-16  2:27 UTC  (4+ messages)

[PATCH 0/9] thread-specific breakpoints in just some inferiors
 2023-05-15 19:27 UTC  (11+ messages)
` [PATCHv2 "
  ` [PATCHv2 1/9] gdb: create_breakpoint: assert for a valid thread-id
  ` [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 4/9] gdb: build dprintf commands just once in code_breakpoint constructor
  ` [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

[PATCHv4] gdb: add inferior-specific breakpoints
 2023-05-15 19:15 UTC  (2+ messages)
` [PATCHv5] "

[PATCH] Correctly handle forward DIE references in scanner
 2023-05-15 15:16 UTC  (3+ messages)

[PATCH] [gdb/aarch64] Handle unknown debug architecture versions more gracefully
 2023-05-15 10:07 UTC  (2+ messages)

[PATCH v5 0/1] gdb, infcmd: Support jump command with same line in multiple symtabs
 2023-05-15  8:19 UTC  (4+ messages)
` [PATCH v5 1/1] "

[PATCH] [gdb/tui] Fix tui compact-source a bit more
 2023-05-15  4:03 UTC  (5+ messages)

[PATCH v2 0/8] Implement Ada Pragma Import and Pragma Export
 2023-05-12 19:25 UTC  (2+ messages)

GDB 13.2 (corrective) release -- 2023-05-05 Update
 2023-05-12 18:52 UTC  (3+ messages)

[PATCH] gdb: remove unnecessary call to std::string constructor
 2023-05-12 18:50 UTC  (3+ messages)

[PATCH] Fix typo in `c++filt --help`
 2023-05-12 18:43 UTC  (2+ messages)

[PATCH] Add dynamic_prop::is_constant
 2023-05-12 18:30 UTC  (2+ messages)

[PATCH] Implement DAP register scope
 2023-05-12 18:28 UTC  (2+ messages)

[PATCH] Fix calling debuginfo-less functions in Ada
 2023-05-12 18:12 UTC  (2+ messages)

[PATCH 0/5] Disassembler Styling And The Python API
 2023-05-12 17:43 UTC  (9+ messages)
` [PATCH 1/5] gdb/doc: improve Python Disassembler API documentation
` [PATCH 2/5] gdb/python: implement __repr__ methods for py-disasm.c types
` [PATCH 3/5] gdb/python: implement DisassemblerResult.__str__ method

[PATCH v3] gdb tests: Allow for "LWP" in thread IDs from info threads
 2023-05-12 14:15 UTC  (4+ messages)

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

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