[PATCH] Updated, fix reverse stepping multiple contiguous PC ranges
2022-03-09 20:52 UTC (6+ messages)
[PATCH v4 0/8] gdb: split array and string limiting options
2022-03-09 20:40 UTC (12+ 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
[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 (42+ messages)
` [PATCHv2 00/15] TUI changes, new winwidth command and resizing changes
` [PATCHv2 04/15] gdb/testing/tui: add new functionality to tuiterm.exp
` [PATCHv2 06/15] gdb/tui: add a tui debugging flag
` [PATCHv2 07/15] gdb/tui: add left_boxed_p and right_boxed_p member functions
` [PATCHv2 10/15] gdb/tui: fairer distribution of excess space during apply
` [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 00/11] Linux: Fix issues around thread group leader exits
2022-03-09 14:45 UTC (10+ messages)
` [PATCH 07/11] Re-add zombie leader on exit, gdb/linux
` [PATCH 09/11] Ensure EXIT is last event, gdb/linux
[PATCH 0/2] gdb: rename floatformats_ia64_quad and fix failed testcases
2022-03-09 14:24 UTC (4+ 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 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] gdb: Try searching for auto-load script using .gnu_debuglink
2022-03-09 1:42 UTC (5+ 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] Powerpc fix for gdb.base/ending-run.exp
2022-03-08 18:41 UTC (4+ messages)
[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 (15+ 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 "
[PATCH 0/2] Add debuginfod core file support
2022-03-08 0:33 UTC (7+ messages)
` [PATCH 1/2] gdb: Add soname to build-id mapping for core files
` [PATCH 2/2] PR gdb/27570: missing support for debuginfod in core_target::build_file_mappings
[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
[PATCH] Simplify the ui-out progress API
2022-03-07 17:50 UTC (2+ messages)
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 (3+ 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 (5+ messages)
` [PATCH v2] "
[PATCH] gdb/python: add gdb.Architecture.format_address
2022-03-07 12:33 UTC (10+ messages)
` [PATCHv2] "
` [PATCHv3] gdb/python: add gdb.format_address function
[PATCH 0/4] Add variant type
2022-03-07 12:12 UTC (10+ messages)
` [PATCH 1/4] gdb: remove internalvar_funcs::destroy
` [PATCH 2/4] gdb: constify parameter of value_copy
` [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)
[PATCH 3/3] gdb: make thread_info executing and resumed state more consistent
2022-03-07 7:39 UTC (6+ messages)
` [PATCHv3] "
[PATCH v3 0/5] arm: Add support for multiple stacks on Cortex-M
2022-03-06 21:19 UTC (6+ messages)
[PATCH] Simplify hppa-tdep.c use of objfile_key
2022-03-06 16:31 UTC (2+ messages)
[PATCH] Use function view when iterating over block symbols
2022-03-06 16:27 UTC (2+ messages)
[PATCH 0/2] Add recording support for the ISA 3.1 Powerpc instructions
2022-03-06 12:42 UTC (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] "
[PATCH] gdb: remove unneeded value_address call in value_cast_structs
2022-03-05 0:42 UTC (3+ messages)
[RFC PATCH 00/12] FreeBSD/aarch64 hardware watchpoint support
2022-03-05 0:06 UTC (7+ messages)
` [RFC PATCH 02/12] x86-nat: Use an unordered_map to store per-pid debug reg state
` [RFC PATCH 07/12] nat: Split out platform-independent aarch64 debug register support
[PATCH] Remove WITH_SIM define
2022-03-04 20:37 UTC
[PATCH] Mark vDSO as not a file
2022-03-04 19:34 UTC (3+ messages)
[PATCH] gdb/solib-svr4.c: Fix segfault caused by NULL pointer
2022-03-04 16:13 UTC (4+ messages)
[PING] [PATCH v3 1/1] gdb: Use a typedef's scoped type name to identify local typedefs
2022-03-04 16:01 UTC (3+ messages)
[PATCH] Debug support for global alias variable
2022-03-04 13:44 UTC
[PATCH 1/2] gdb: testsuite: remove pass statement in can_spawn_for_attach
2022-03-04 10:15 UTC (2+ messages)
` [PATCH 2/2] gdb: testsuite: fix failed testcases in gdb.base/jit-elf.exp
[PATCH v3 0/7] glibc-2.34: Fix gdb.base/gdb-sigterm.exp failure/error
2022-03-03 21:26 UTC (5+ messages)
` [PATCH v3 3/7] Catch gdb_exception_error instead of gdb_exception (in many places)
` [PATCH v3 6/7] QUIT processing w/ explicit throw for gdb_exception_forced_quit
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