public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v4] [PR mi/29554] New PRINT-VALUES option '--scalar-values'
 2023-04-11 13:15 UTC  (9+ messages)
` [PATCH v5] "
  ` [PATCH v6] [gdb/mi] Don't treat references to compound values as "simple"

[PATCH 1/1] gdb: Avoid warning for the jump command inside an inline function
 2023-04-11 13:08 UTC  (5+ messages)

[PATCH] gdb: fix missing null-character when using value_cstring
 2023-04-11 12:58 UTC  (5+ messages)
` [PATCHv2] "

[PATCH v2] Use styled_string when defering warnings when loading separate debug files
 2023-04-11 12:40 UTC  (3+ messages)

[PATCH] gdb: add support for %V to printf command
 2023-04-11 12:34 UTC  (3+ messages)

[PUSHED] gdb: fix indentation within print_one_breakpoint_location
 2023-04-11 11:27 UTC 

[PATCH 0/2] testsuite: small tweaks to MI testing
 2023-04-11 11:19 UTC  (3+ messages)
` [PATCH 1/2] gdb/testsuite: avoid {"} pattern in lib/mi-support.exp
` [PATCH 2/2] gdb/testsuite: accept script argument for mi_make_breakpoint_pending

[PUSHED] gdb/testsuite: fix typo gdb_name_name -> gdb_test_name
 2023-04-11 11:01 UTC 

[PATCH] gdb: warn when converting h/w watchpoints to s/w
 2023-04-11 10:54 UTC  (5+ messages)

[PATCH] gdb/riscv: Support c.li in prologue unwinder
 2023-04-11  9:13 UTC  (2+ messages)

[PATCH 1/3] [gdb/tui] Add maint set/show tui-left-margin-verbose
 2023-04-11  8:47 UTC  (4+ messages)
` [PATCH 2/3] [gdb/tui] Fix left margin in disassembly window
` [PATCH 3/3] [gdb/tui] Revert workaround in tui_source_window::show_line_number

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

[PATCH v4 00/13] Handle variable XSAVE layouts
 2023-04-11  2:23 UTC  (35+ messages)
` [PATCH v4 01/13] x86: Add an x86_xsave_layout structure to handle "
` [PATCH v4 02/13] core: Support fetching TARGET_OBJECT_X86_XSAVE_LAYOUT from architectures
` [PATCH v4 03/13] nat/x86-cpuid.h: Add x86_cpuid_count wrapper around __get_cpuid_count
` [PATCH v4 04/13] x86 nat: Add helper functions to save the XSAVE layout for the host
` [PATCH v4 05/13] gdb: Update x86 FreeBSD architectures to support XSAVE layouts
` [PATCH v4 06/13] gdb: Support XSAVE layouts for the current host in the FreeBSD x86 targets
` [PATCH v4 07/13] gdb: Update x86 Linux architectures to support XSAVE layouts
` [PATCH v4 08/13] gdb: Support XSAVE layouts for the current host in the Linux x86 targets
` [PATCH v4 09/13] gdb: Use x86_xstate_layout to parse the XSAVE extended state area

[PATCH 0/9] Implement the DAP "loadedSources" request
 2023-04-10 23:43 UTC  (12+ messages)
` [PATCH 1/9] Use field_signed from Python MI commands
` [PATCH 2/9] Use member initializers in mi_parse
` [PATCH 3/9] Use accessor for mi_parse::args
` [PATCH 4/9] Change mi_parse_argv to a method
` [PATCH 5/9] Introduce "static constructor" for mi_parse
` [PATCH 6/9] Introduce mi_parse helper methods
` [PATCH 7/9] Add second mi_parse constructor
` [PATCH 8/9] Implement gdb.execute_mi
` [PATCH 9/9] Implement DAP loadedSources request

[PATCH] gdb/dwarf: Fix MinGW build
 2023-04-10 23:22 UTC  (3+ messages)

[PATCH 00/19] Add hash table to gdbsupport
 2023-04-10 19:45 UTC  (22+ messages)
` [PATCH 01/19] Add a "
` [PATCH 02/19] Convert compile-c-symbols.c to new hash table
` [PATCH 03/19] Convert filename-seen-cache.h "
` [PATCH 04/19] Convert linespec.c "
` [PATCH 05/19] Convert target-descriptions.c "
` [PATCH 06/19] Convert dwarf2/macro.c "
` [PATCH 07/19] Convert breakpoint.c "
` [PATCH 08/19] Convert py-framefilter.c "
` [PATCH 09/19] Convert disasm.c "
` [PATCH 10/19] Convert compile/compile.c "
` [PATCH 11/19] Convert type copying "
` [PATCH 12/19] Convert static links "
` [PATCH 13/19] Convert gnu-v3-abi.c "
` [PATCH 14/19] Convert abbrev cache "
` [PATCH 15/19] Convert abbrevs "
` [PATCH 16/19] Convert typedef hash "
` [PATCH 17/19] Convert all_bfds "
` [PATCH 18/19] Convert more DWARF code "
` [PATCH 19/19] Convert gdb_bfd.c "

[PATCH] [gdb/testsuite] Add -q to INTERNAL_GDBFLAGS
 2023-04-10 19:40 UTC  (5+ messages)

[PATCH] PowerPC: fix _Float128 type output string
 2023-04-10 16:01 UTC  (6+ messages)
  ` [PATCH ver 2] "

[PATCH 0/2] info breakpoints improvements
 2023-04-10 15:07 UTC  (11+ messages)
` [PATCH 1/2] Always show locations for breakpoints & show canonical location spec
    ` [PATCH v2 "

[PATCH] Handle unwinding from SEGV on Windows
 2023-04-10 14:38 UTC  (2+ messages)

[PATCH] Filter out types from DAP scopes request
 2023-04-10 14:19 UTC 

[PATCH v2 RESEND] gdb/elfread.c: Add plt symbol check for _PROCEDURE_LINKAGE_TABLE_
 2023-04-10 12:30 UTC 

[PATCH] gdb/testsuite: Skip dump ihex for 64-bit address in gdb.base/dump.exp
 2023-04-10  1:56 UTC  (3+ messages)

[PATCH v2] gdb/testsuite: Skip dump ihex for 64-bit address in gdb.base/dump.exp
 2023-04-10  1:52 UTC 

[PATCH v3] [PR python/29603] Disable out-of-scope watchpoints
 2023-04-09 20:49 UTC  (4+ messages)
` [PATCH v4] "
    ` [PING] "

[PATCH] doc: requirements: reword and readd MPFR URL
 2023-04-08 16:46 UTC  (2+ messages)

[PATCH] Simplify decode_locdesc
 2023-04-07 22:27 UTC 

[PATCH] Use SELF_CHECK in all unit tests
 2023-04-07 21:04 UTC 

[PATCH] Use std::string in substitute_path_component
 2023-04-07 18:09 UTC  (3+ messages)

[PATCH v2] Simplify auto_load_expand_dir_vars and remove substitute_path_component
 2023-04-07 18:08 UTC 

[PATCH v2 0/8] Implement Ada Pragma Import and Pragma Export
 2023-04-07 16:40 UTC  (9+ messages)
` [PATCH v2 1/8] Introduce lookup_minimal_symbol_linkage
` [PATCH v2 2/8] Bump MAX_SYMBOL_IMPLS
` [PATCH v2 3/8] Define symbol::value_block separately
` [PATCH v2 4/8] Introduce symbol_block_ops::get_block_value
` [PATCH v2 5/8] Handle Ada Pragma Import and Pragma Export
` [PATCH v2 6/8] Use reference parameter in remove_extra_symbols
` [PATCH v2 7/8] Use bool and early loop exit "
` [PATCH v2 8/8] Fix regression due to Pragma Import series

[PATCH] Rewrite Ada symbol cache
 2023-04-07 15:32 UTC  (2+ messages)

[PATCH] Add Ada test case for break using a label
 2023-04-07 15:23 UTC  (2+ messages)

[PATCH] Use ui_out for "maint info frame-unwinders"
 2023-04-07 15:18 UTC  (2+ messages)

[PATCH 0/2] doc: MPFR is now a necessary requirement
 2023-04-07 13:19 UTC  (2+ messages)
    ` [PATCH v2 "

Annoying deprecation messages from GDB/MI
 2023-04-07 11:09 UTC 

[pushed] [gdb/testsuite] Add missing .note.GNU-stack in gdb.arch/amd64-disp-step-self-call.exp
 2023-04-07  6:15 UTC 

[PUSHED] gdb/testsuite: updates for gdb.arch/{amd64,i386}-disp-step-self-call.exp
 2023-04-07  5:28 UTC 

[PATCH] Modify align-c/align-c++ test case for AIX
 2023-04-06 16:18 UTC  (18+ messages)

[PATCH] Use unique_xmalloc_ptr in apply_ext_lang_type_printers
 2023-04-06 15:43 UTC  (2+ messages)

[PATCH] bfd: add version check to makeinfo
 2023-04-06 15:38 UTC  (4+ messages)

[PATCHv3 0/3] AMD64 Displaced Stepping Fix
 2023-04-06 15:38 UTC  (5+ messages)
` [PATCHv4] gdb: fix reg corruption from displaced stepping on amd64

[PATCH] gdb/doc: don't use @var on @defun lines
 2023-04-06 14:31 UTC 

[PATCH] Remove @var from @defun in Python documentation
 2023-04-06 14:25 UTC 

[PATCH 0/4] Python API: Accept named arguments in a few more places
 2023-04-06 14:11 UTC  (6+ messages)
` [PATCH 1/4] gdb/python: have UnwindInfo.add_saved_register accept named args

[PATCH 0/1] gdb, infcmd: Support jump command with same line in multiple object files
 2023-04-06 12:59 UTC  (5+ messages)
` [PATCH 1/1] "
      ` [PING] "

[PATCH v2 0/1] gdb, infcmd: Support jump command in multi-inferior case
 2023-04-06 12:59 UTC  (5+ messages)
` [PING] "

[PATCH] [gdb/cli] Don't count printed lines for paging when paging is off
 2023-04-06 11:34 UTC 

[PATCH v8 00/10] Extensions for PTWRITE
 2023-04-06  9:44 UTC  (21+ messages)
` [PATCH v8 05/10] python: Introduce gdb.RecordAuxiliary class
` [PATCH v8 09/10] btrace, python: Enable ptwrite filter registration
` [PATCH v8 10/10] btrace: Extend ptwrite event decoding

Tents-LTD
 2023-04-06  1:35 UTC 

[PATCH 0/2] Fix regression in stabs debug info
 2023-04-05 20:32 UTC  (5+ messages)
` [PATCH 1/2] gdb: Fix reading of partial symtabs in dbxread.c
` [PATCH 2/2] gdb/testsuite: Default to assembler's preferred debug format in asm-source.exp

[PATCH v2 1/1] gdb, breakpoint: add a destructor to the watchpoint struct
 2023-04-05 13:34 UTC 

[PATCH 0/3] Option to show stopped threads only
 2023-04-05 11:56 UTC  (11+ messages)
` [PATCH 1/3] gdb: pass info_threads_opts to print_thread_info_1
` [PATCH 2/3] gdb, doc: add the missing '-gid' option to 'info threads'
` [PATCH 3/3] gdb: add a '-stopped' option to "info threads"

[PATCH 0/1] [gdb/testsuite] Run test-case with all host/target boards
 2023-04-05  9:01 UTC  (4+ messages)
` [PATCH 1/1] [gdb/contrib] Add make-check-all.sh

[PATCH 0/2] Change find_thread_ptid functions to be methods
 2023-04-05  1:06 UTC  (3+ messages)

[PATCH] gdb: boolify 'should_print_thread'
 2023-04-04 19:28 UTC  (2+ messages)

[PATCH 1/1] gdb, breakpoint: add a destructor to the watchpoint struct
 2023-04-04 18:27 UTC  (5+ messages)

[PATCH 0/6] Use unrelocate_addr in more places
 2023-04-04 18:05 UTC  (5+ messages)
` [PATCH 5/6] Use unrelocated_addr in minimal symbols

[PATCH 0/5] gdbserver: Follow-up on linux_get_auxv using PID parameter
 2023-04-04 15:19 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).