public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/5] Add support for MIPS32/64 revision 6
 2022-02-14  0:04 UTC  (11+ messages)
` [PATCH v5 0/4] sim: "

[PATCH 0/5] create GDB/MI commands using python
 2022-02-13 21:46 UTC  (22+ messages)
` [PATCH 2/5] gdb/python: "
` [PATCH 3/5] gdb/python: allow redefinition of python GDB/MI commands
        ` [PATCHv2] gdb/python/mi: create MI commands using python
            ` [PATCHv3] "

[PATCHv3 0/2] Disassembler Output Styling
 2022-02-13 18:02 UTC  (11+ messages)
` [PATCHv4 "
  ` [PATCHv4 1/2] gdb: use python to colorize disassembler output
  ` [PATCHv4 2/2] gdb/python: move styling support to gdb.styling
  ` [PATCHv5 0/2] Disassembler Output Styling

GDB 12 preparation -- 2022-02-13 update
 2022-02-13 14:38 UTC 

GDB 12 preparation and target date?
 2022-02-13 14:33 UTC  (4+ messages)

[PATCH] microblaze: fix fsqrt collicion to build on glibc-2.35
 2022-02-12 13:43 UTC 

[PATCH v2 0/5] gdb: Add basic support for LoongArch
 2022-02-12  7:59 UTC  (6+ messages)
` [PING] "

[PATCH] gdb: Add Tiezhu Yang as LoongArch maintainer
 2022-02-12  7:53 UTC 

[PATCH] gdb-add-index: disable debuginfod
 2022-02-12  0:28 UTC 

[PATCH] gdb/python: add gdb.Architecture.format_address
 2022-02-11 18:54 UTC  (2+ messages)

[PATCH] Fix detection of compilation and linking flags for source-highlight
 2022-02-11 17:10 UTC 

[PATCH] Fix ptype and print commands for namelist variables(a fortran feature)
 2022-02-11 16:39 UTC  (14+ messages)
  ` FW: "

[PATCH v3] [PR gdb/17315] fix until behavior with trailing !is_stmt lines
 2022-02-11 15:17 UTC  (5+ messages)
` [PING] "

[PATCH] gdb: change "maint info jit" to print jit_code_entry::symfile_addr value
 2022-02-11 14:53 UTC  (6+ messages)

[PATCH] Add initializers to bound_minimal_symbol
 2022-02-11 13:34 UTC  (2+ messages)

[PATCH 0/3] Remove remaining LA_* macros
 2022-02-11  1:18 UTC  (5+ messages)
` [PATCH 1/3] Remove LA_PRINT_TYPE
` [PATCH 2/3] Remove LA_PRINT_CHAR
` [PATCH 3/3] Remove LA_PRINT_STRING

[PATCH] gdb/linux: remove ptrace support check for exec, fork, vfork, vforkdone, clone, sysgood
 2022-02-11  1:16 UTC  (3+ messages)

[PATCH v2] Support glibc multiple namespace extension
 2022-02-10 23:08 UTC  (3+ messages)
` [PATCH v3] "

Can gdbserver tunnel stdout/stdin to/from gdb ?
 2022-02-10 20:58 UTC  (3+ messages)

[PATCH 0/2] Resolve dynamic types for pointers
 2022-02-10 19:47 UTC  (3+ messages)
` [PATCH 2/2] gdb: Resolve dynamic target types of pointers

[PATCH] gdb/testsuite: relax pattern in new gdb.mi/mi-multi-commands.exp test
 2022-02-10 18:44 UTC 

[PATCH] gdb/infrun: some extra infrun debug print statements
 2022-02-10 18:29 UTC  (3+ messages)

[PATCH 0/5] Functions call history patches
 2022-02-10 13:52 UTC  (6+ messages)
` [PATCH 1/5] [func_call] Add possible spelling of linker error message
` [PATCH 2/5] [func_call] New tests for a btrace crash
` [PATCH 3/5] [func_call] Fix MI output for function call history
` [PATCH 4/5] [func_call] Add function-call-history-length command to MI
` [PATCH 5/5] [func_call] Add function-call-history "

[PATCH 0/2][PR fortran/26373][PR fortran/22497] GDB support for Fortran extends feature
 2022-02-10 13:20 UTC  (6+ messages)
` [PATCH 1/2][PR fortran/26373][PR fortran/22497] gdb/fortran: add support for accessing fields of extended types

[PATCH 0/7] TUI command changes, including new winwidth command
 2022-02-09 17:03 UTC  (27+ messages)
` [PATCH 1/7] gdb/tui: add window width information to 'info win' output
` [PATCH 2/7] gdb/doc: update docs for 'info win' and 'winheight' commands
` [PATCHv2 00/15] TUI changes, new winwidth command and resizing changes
  ` [PATCHv2 01/15] gdb: move some commands into the tui namespace
  ` [PATCHv2 02/15] gdb/tui: rename tui_layout_base::adjust_size to ::set_height
  ` [PATCHv2 03/15] gdb/tui: rename tui_layout_split:set_weights_from_heights
  ` [PATCHv2 04/15] gdb/testing/tui: add new functionality to tuiterm.exp
  ` [PATCHv2 05/15] gdb/tui: add new 'tui window width' command and 'winwidth' alias
  ` [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 08/15] gdb/tui/testsuite: refactor new-layout.exp test
  ` [PATCHv2 09/15] gdb/tui: avoid fp exception when applying layouts
  ` [PATCHv2 10/15] gdb/tui: fairer distribution of excess space during apply
  ` [PATCHv2 11/15] gdb/tui: allow cmd window to change size in tui_layout_split::apply
  ` [PATCHv2 12/15] gdb/tui: support placing the cmd window into a horizontal layout
  ` [PATCHv2 13/15] gdb/testsuite: some additional tests in gdb.tui/scroll.exp
  ` [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

[PATCH 00/11] gdb/testsuite: Cleanup gdb.base for clang testing
 2022-02-09 12:03 UTC  (2+ messages)
` [PING][PATCH "

[PATCH] gdb/remote: use current_inferior in read_ptid if multi-process not supported
 2022-02-09  7:58 UTC 

[PING 3] [PATCH v3 1/1] gdb: Use a typedef's scoped type name to identify local typedefs
 2022-02-09  7:40 UTC 

[PATCH 3/3] PR gdb/27570: missing support for debuginfod in core_target::build_file_mappings
 2022-02-09  2:31 UTC  (4+ messages)

[PATCH 2/3] gdb: Add soname to build-id mapping for corefiles
 2022-02-09  2:31 UTC  (6+ messages)

[PATCH] PR gdb/27876 - debuginfod-downloaded source files don't pass proper fullname across mi / (gdb)info source
 2022-02-09  2:30 UTC  (3+ messages)

[PATCH v2] gdb/debuginfod: Rework progress updates
 2022-02-09  2:25 UTC  (2+ messages)
` [PATCH v3] gdb: Improve debuginfod "

[PATCH] gdb/testsuite: make gdb_breakpoint and runto take a linespec
 2022-02-08 21:31 UTC 

[PATCH v3 0/2] Make GDB respect the DW_CC_nocall attribute
 2022-02-08 14:27 UTC  (13+ messages)
` [PATCH v3 1/2] gdb: add a symbol* argument to get_return_value
    ` [PATCH v4] "
        ` [PATCH v5] "
` [PATCH v3 2/2] gdb: Respect the DW_CC_nocall attribute

[RFC PATCH] gdb: create symbols for JITed code
 2022-02-08 11:56 UTC 

[PATCH] gdb: remove tailing newlines from index_cache_debug calls
 2022-02-08  9:23 UTC  (3+ messages)

[PATCH v2 0/2] Querying registers of already-exited processes
 2022-02-08  9:15 UTC  (3+ messages)
` [PATCH v2 1/2] gdb/regcache: return REG_UNAVAILABLE if raw_update raises NOT_AVAILABLE_ERROR
` [PATCH v2 2/2] gdb: raise and handle NOT_AVAILABLE_ERROR when accessing frame PC

[PATCH] gdb/python: allow Value.format_string to return styled output
 2022-02-07 17:03 UTC  (8+ messages)

[PATCH v2 1/1] gdb/mi: PR20684, preserve user selected thread and frame when invoking MI commands
 2022-02-07 11:56 UTC  (3+ messages)
` [PATCH v3 0/1] PR20684, preserve user selected context "

[PATCH v2] gdb: make thread_info::m_thread_fsm a std::unique_ptr
 2022-02-07 11:15 UTC  (4+ messages)

[PATCH] gdb: unbuffer all input streams when not using readline
 2022-02-07 10:27 UTC  (4+ messages)

[PATCH] gdb/disasm: combine the no printing disassembler setup code
 2022-02-07 10:00 UTC  (3+ messages)

[PATCH 00/33] Remove some more accessor macros
 2022-02-06 21:07 UTC  (3+ messages)

[PATCH] Allow non-ASCII characters in Rust identifiers
 2022-02-06 20:23 UTC  (2+ messages)

[PATCH] Fix Rust parser bug with function fields
 2022-02-06 20:23 UTC  (2+ messages)

[PATCH v2 1/5] gdb/arm: Fix prologue analysis to support vpush
 2022-02-06 16:41 UTC  (11+ messages)
` [PATCH v2 2/5] gdb/arm: Define MSP and PSP registers for M-Profile
` [PATCH v2 3/5] gdb/arm: Introduce arm_cache_init
` [PATCH v2 4/5] gdb/arm: Add support for multiple stack pointers on Cortex-M
` [PATCH v2 5/5] gdb/arm: Extend arm_m_addr_is_magic to support FNC_RETURN, add unwind-ns-to-s command

[PATCH] Support for Fortran's ASSUMED RANK
 2022-02-06 13:39 UTC  (4+ messages)

[PATCH] Merge do_val_print and common_val_print
 2022-02-06 12:45 UTC  (2+ messages)

how to build gdbserver as a static binary ?
 2022-02-05  0:28 UTC  (3+ messages)

[PATCH 0/3] Apply fixme notes for multi-target support
 2022-02-04 18:03 UTC  (5+ messages)
` [PATCH 2/3] gdb: Add per-remote target variables for memory read and write config

[PATCH v4 0/3] Suppressing CLI notifications
 2022-02-04 17:57 UTC  (4+ messages)
` [PATCH v4 3/3] gdb: add the 'set/show suppress-cli-notifications' command

[PATCH] gdb: include address in names of objfiles created by jit reader API
 2022-02-04 16:09 UTC  (8+ messages)

[pushed] Improve Ada unchecked union type printing
 2022-02-04 15:30 UTC 

[PATCH 0/4] Add variant type
 2022-02-04 13:19 UTC  (5+ messages)

[PATCH] Remove host_hex_value
 2022-02-04 11:37 UTC  (2+ messages)

[PATCH v3 0/5] arm: Add support for multiple stacks on Cortex-M
 2022-02-04  8:41 UTC  (6+ messages)
` [PATCH v3 1/5] gdb/arm: Fix prologue analysis to support vpush
` [PATCH v3 2/5] gdb/arm: Define MSP and PSP registers for M-Profile
` [PATCH v3 3/5] gdb/arm: Introduce arm_cache_init
` [PATCH v3 4/5] gdb/arm: Add support for multiple stack pointers on Cortex-M
` [PATCH v3 5/5] gdb/arm: Extend arm_m_addr_is_magic to support FNC_RETURN, add unwind-ns-to-s command

[PATCH] gdb: A potential fix for PR-24069
 2022-02-03 18:04 UTC  (5+ messages)

[PATCH] testsuite: fix failure in gdb.threads/killed-outside.exp
 2022-02-03 15:36 UTC  (4+ messages)

[PATCH v3 0/3] Suppressing CLI notifications
 2022-02-03  9:35 UTC  (3+ messages)
` [PATCH v3 3/3] gdb: add the 'set/show suppress-notification-cli' command

[PATCH v2 0/3] Suppressing CLI notifications
 2022-02-03  8:28 UTC  (4+ messages)
` [PATCH v2 3/3] gdb: add the 'set/show suppress-notification-cli' command

[PATCH 0/5] Fix for 'list task 123' (PR cli/28668)
 2022-02-02 16:32 UTC  (4+ messages)
` [PATCHv2 0/6] Fix for 'list task 123' (PR cli/28665)

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