public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] Powerpc fix for gdb.base/ending-run.exp
 2022-03-11 17:49 UTC  (6+ messages)

[PATCH] Avoid crash with cross-linux core file
 2022-03-11 16:55 UTC  (4+ messages)

[PATCH] Implement gdbarch_stack_frame_destroyed_p for aarch64
 2022-03-11 16:31 UTC 

[PUSHED] gdb/testsuite: remove duplicates from gdb.base/stap-probe.exp
 2022-03-11 15:31 UTC 

[PATCH 2/2] PR gdb/27570: missing support for debuginfod in core_target::build_file_mappings
 2022-03-11 15:27 UTC  (3+ messages)

[PATCH 1/2] gdb: Add soname to build-id mapping for core files
 2022-03-11 15:23 UTC  (3+ messages)

[PATCH 0/2] gdb: rename floatformats_ia64_quad and fix failed testcases
 2022-03-11 14:51 UTC  (6+ messages)
` [PATCH 1/2] gdb: rename floatformats_ia64_quad to floatformats_ieee_quad
` [PATCH 2/2] gdb: LoongArch: fix failed testcases in gdb.base/align-c.exp

[PATCH] [aarch64/arm] Properly extract the return value returned in memory
 2022-03-11 13:29 UTC  (3+ messages)

FYI/Wiki: Kevin Legouguec added to GDB Wiki's EditorGroup
 2022-03-11 11:56 UTC 

[PATCH v3 0/5] arm: Add support for multiple stacks on Cortex-M
 2022-03-11  9:47 UTC  (8+ messages)

[PATCH] gdb: Try searching for auto-load script using .gnu_debuglink
 2022-03-11  9:32 UTC  (9+ messages)

[OB PATCH] gdb/auto-load: Remove repeating "auto-load" from debug message
 2022-03-10 20:54 UTC 

[PATCH] Change how "print/x" displays floating-point value
 2022-03-10 20:53 UTC  (14+ messages)

[PATCH v2] Change how "print/x" displays floating-point value
 2022-03-10 20:36 UTC  (3+ messages)

[PATCH v4 0/8] gdb: split array and string limiting options
 2022-03-10 17:15 UTC  (19+ messages)
` [PATCH v4 1/8] GDB: Remove extraneous full stops from `set' command error messages
` [PATCH v4 2/8] GDB/Python: Use None for `var_zuinteger_unlimited' value set to `unlimited'
` [PATCH v4 3/8] GDB: Add `NUMBER' completion to `set' integer commands
` [PATCH v4 4/8] GDB/testsuite: Tighten `set print elements' error check
` [PATCH v4 5/8] GDB/testsuite: Add coverage for `print -elements' command
` [PATCH v4 6/8] GDB: Allow arbitrary keywords in integer set commands
` [PATCH v4 7/8] GDB: Add a character string limiting option
` [PATCH v4 8/8] GDB/testsuite: Expand for character string limiting options

[PATCH] Simplify the ui-out progress API
 2022-03-10 17:11 UTC  (3+ messages)

[PATCH 0/2] Some changes to the gdbarch*.py scripts
 2022-03-10 17:09 UTC  (5+ messages)
` [PATCH 1/2] gdb/gdbarch: remove the predicate function for gdbarch_register_type
` [PATCH 2/2] gdb/gdbarch: compare some fields against 0 verify_gdbarch

[PATCH] Correctly print subrange types in generic_value_print
 2022-03-10 16:25 UTC 

[PATCH] Updated, fix reverse stepping multiple contiguous PC ranges
 2022-03-10 13:49 UTC  (10+ messages)

[PUSHED] gdb/gdbarch: fix typo in gdbarch-components.py
 2022-03-10 13:29 UTC 

[PATCH 00/11] Linux: Fix issues around thread group leader exits
 2022-03-10 11:46 UTC  (12+ messages)
` [PATCH 07/11] Re-add zombie leader on exit, gdb/linux
` [PATCH 09/11] Ensure EXIT is last event, gdb/linux

why ptrace read failed to read debugging process memory?
 2022-03-10 10:34 UTC  (3+ messages)
  ` 回复:why "

[PATCH] Style URLs in GDB output
 2022-03-10  7:15 UTC  (3+ messages)

[OB PATCH] GDB/testsuite: Fix a "displayed" typo in gdb.base/default.exp
 2022-03-09 19:17 UTC 

[OB PATCH] GDB/testsuite: Remove a stray backslash from gdb.base/settings.exp
 2022-03-09 19:16 UTC 

[PATCH 0/7] TUI command changes, including new winwidth command
 2022-03-09 17:53 UTC  (33+ messages)
` [PATCHv2 00/15] TUI changes, new winwidth command and resizing changes
  ` [PATCHv2 12/15] gdb/tui: support placing the cmd window into a horizontal layout
  ` [PATCHv2 14/15] gdb/tui: relax restrictions on window max height and width
  ` [PATCHv2 15/15] gdb/tui: fair split of delta after a resize
  ` [PATCHv3 00/15] TUI changes, new winwidth command and resizing changes
    ` [PATCHv3 01/15] gdb: move some commands into the tui namespace
    ` [PATCHv3 02/15] gdb/tui: rename tui_layout_base::adjust_size to ::set_height
    ` [PATCHv3 03/15] gdb/tui: rename tui_layout_split:set_weights_from_heights
    ` [PATCHv3 04/15] gdb/testing/tui: add new functionality to tuiterm.exp
    ` [PATCHv3 05/15] gdb/tui: add new 'tui window width' command and 'winwidth' alias
    ` [PATCHv3 06/15] gdb/tui: add a tui debugging flag
    ` [PATCHv3 07/15] gdb/tui: add left_boxed_p and right_boxed_p member functions
    ` [PATCHv3 08/15] gdb/tui/testsuite: refactor new-layout.exp test
    ` [PATCHv3 09/15] gdb/tui: avoid fp exception when applying layouts
    ` [PATCHv3 10/15] gdb/tui: fairer distribution of excess space during apply
    ` [PATCHv3 11/15] gdb/tui: allow cmd window to change size in tui_layout_split::apply
    ` [PATCHv3 12/15] gdb/tui: support placing the cmd window into a horizontal layout
    ` [PATCHv3 13/15] gdb/testsuite: some additional tests in gdb.tui/scroll.exp
    ` [PATCHv3 14/15] gdb/tui: relax restrictions on window max height and width
    ` [PATCHv3 15/15] gdb/tui: fair split of delta after a resize

[PATCH 0/2] Fix GDB prompt corruption issue
 2022-03-09 17:45 UTC  (7+ messages)
` [PATCH 1/2] readline: back-port changes needed to properly detect EOF
` [PATCH 2/2] gdb: handle bracketed-paste-mode and ctrl-d correctly

[PATCH] Fix gdb.fortran "failed to extract expected results" errors
 2022-03-09 17:21 UTC  (7+ messages)
        ` [PATCH] Make gdb.fortran/{array-slices,lbound-ubound} work against gdbserver

[PATCH] gdb/gcore.in - Redirect error messages to stderr
 2022-03-09 17:21 UTC  (2+ messages)

[PATCH 00/11] Improve Fortran intrinsic types and procedures
 2022-03-09 17:01 UTC  (14+ messages)
` [PATCH 01/11] gdb/f-lang: add Integer*1 to Fortran builtin types
` [PATCH 02/11] gdb/f-lang: remove hidden ^L characters
` [PATCH 03/11] gdb/fortran: fix complex type in Fortran builtin types
` [PATCH 04/11] gdb/fortran: reformat build_fortran_types in f-lang.c
` [PATCH 05/11] gdb/fortran: change default logical type to builtin_logical
` [PATCH 06/11] gdb/fortran: clean-up Fortran intrinsic types
` [PATCH 07/11] gdb/fortran: Change GDB print for fortran default types
` [PATCH 08/11] gdb/fortran: rename f77_keywords to f_keywords
` [PATCH 09/11] gdb/fortran: rewrite intrinsic handling and add some missing overloads
` [PATCH 10/11] gdb/fortran/testsuite: add complex from integers test
` [PATCH 11/11] gdb/doc: add section about fortran intrinsic functions and types

[PATCH] toplevel: Makefile.def: Make configure-sim depend on all-readline
 2022-03-09 16:30 UTC  (2+ messages)

[PATCH v4] gdb, gdbserver: support dlmopen()
 2022-03-09 14:15 UTC  (6+ messages)

[PATCH 1/1] gdb/doc: Correct liblzma prefix documentation
 2022-03-09 12:34 UTC  (2+ messages)

[PATCH v2] gdb/debuginfod: Rework progress updates
 2022-03-09  1:26 UTC  (4+ messages)
` [PATCH v3] gdb: Improve debuginfod "

[PATCH] PR gdb/27876 - debuginfod-downloaded source files don't pass proper fullname across mi / (gdb)info source
 2022-03-08 20:50 UTC  (3+ messages)

[PATCH] Fixing regression in mi -add-inferior command
 2022-03-08 20:41 UTC  (13+ messages)
` [PATCHv2 0/2] "
  ` [PATCHv2 2/2] gdb/mi: add --no-connection to MI "
              ` [PUSHED 0/2] Fixing regression in mi "
                ` [PUSHED 1/2] gdb/mi: fix "
                ` [PUSHED 2/2] gdb/mi: add --no-connection to MI "

[PATCH v3 1/1] gdb/mi: PR20684, preserve user selected thread and frame when invoking MI commands
 2022-03-08 16:58 UTC  (3+ messages)
` [PATCH v4] "

[PATCH 00/11] gdb/testsuite: Cleanup gdb.base for clang testing
 2022-03-08 12:58 UTC  (14+ messages)
` [PATCH 01/11] change gdb.base/skip.exp to use finish instead of step
` [PATCH 03/11] Change gdb.base/skip-solib.exp deal with lack of epilogue information
` [PATCH 07/11] fix gdb.base/call-ar-st to work with clang
` [PATCH 09/11] gdb/testsuite: don't test gdb.base/msym-bp-shl "

[PATCHv2 0/2] Add new gdb.Type.signedness attribute
 2022-03-07 19:43 UTC  (3+ messages)
  ` [PATCHv3 0/3] Add Type.is_scalar and Type.is_signed properties

GDB 12 preparation -- 2022-03-06 update
 2022-03-07 17:43 UTC  (8+ messages)

[PATCH] Watchpoint followed by catchpoint misreports watchpoint (PR gdb/28621)
 2022-03-07 16:56 UTC 

[ob/pushed] Remove unnecessary inferior lookup in infrun:handle_one
 2022-03-07 16:29 UTC 

[PATCH 0/9] Context-sensitive completion for Ada
 2022-03-07 16:04 UTC  (10+ messages)
` [PATCH 1/9] Remove null sentinel from 'attributes'
` [PATCH 2/9] Fix bug in Ada attributes lexing
` [PATCH 3/9] Enable "set debug parser" for Ada
` [PATCH 4/9] Refactor expression completion
` [PATCH 5/9] Implement completion for Ada attributes
` [PATCH 6/9] Refactor ada-lex.l:processId
` [PATCH 7/9] Remove the Ada DOT_ALL token
` [PATCH 8/9] Consolidate single-char tokens in ada-lex.l
` [PATCH 9/9] Add context-sensitive field name completion to Ada parser

[PATCH] gdb/remote: use current_inferior in read_ptid if multi-process not supported
 2022-03-07 16:03 UTC  (2+ messages)

[PATCH 0/3] Floating-point literal syntax extension for Ada
 2022-03-07 15:28 UTC  (5+ messages)
` [PATCH 2/3] Implement real literal "

[PATCH] Fix gdb.ada/arrayptr.exp results
 2022-03-07 14:56 UTC  (2+ messages)

[PATCH 0/5] Handle non-ASCII identifiers in Ada
 2022-03-07 14:52 UTC  (2+ messages)

[PATCH v2 0/2] gdb/fortran: add support for accessing fields of extended types
 2022-03-07 14:21 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] gdb/fortran: print fortran extended types with ptype

[PATCH] [gdb/testsuite] test a function call by hand fron pretty printer
 2022-03-07 13:09 UTC  (2+ messages)
` [PATCH v2] "

[PATCHv2] gdb/python: add gdb.Architecture.format_address
 2022-03-07 12:33 UTC  (2+ messages)
` [PATCHv3] gdb/python: add gdb.format_address function

[PATCH 0/4] Add variant type
 2022-03-07 12:12 UTC  (4+ messages)
` [PATCH 4/4] gdb: make internalvar use a variant

[PATCH v2 0/2] Querying registers of already-exited processes
 2022-03-07  8:00 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).