public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[RFC] gdb: introduce limited array lengths while printing values
 2021-12-15 17:14 UTC  (3+ messages)
` [PING^6][RFC] "
` [PING^7][RFC] "

[PATCH 0/6] Make Fortran support respect more `set print' settings
 2021-12-15 16:51 UTC  (13+ messages)
` [PATCH 1/6] Initialize `m_ndimensions' in the member initializer list
` [PATCH 2/6] Avoid redundant operations in `fortran_array_walker'
` [PATCH 3/6] Respect `set print repeats' with Fortran arrays
` [PATCH 4/6] Add `set print repeats' tests for C/C++ arrays
` [PATCH 5/6] Respect `set print array-indexes' with Fortran arrays
` [PATCH 6/6] Add `set print array-indexes' tests for C/C++ arrays

[PATCH] [PR 26056] gdb/tui: install SIGWINCH only when connected to a TTY
 2021-12-15 14:31 UTC  (4+ messages)

[PATCH 0/2] Copy inferior properties on inferior-clone
 2021-12-15 14:22 UTC  (9+ messages)
` [PATCH 1/2] gdb: Copy inferior properties in clone-inferior
` [PATCH 2/2] gdb: Add new inferior_cloned observable

[PATCH 00/29] Remove DUPLICATEs from testsuite/gdb.base/*.exp
 2021-12-15 11:54 UTC  (30+ messages)
` [PATCH 02/29] gdb/testsuite: Remove duplicates from gdb.base/miscexprs.exp
` [PATCH 03/29] gdb/testsuite: Remove duplicates from gdb.base/interp.exp
` [PATCH 13/29] gdb/testsuite: Remove duplicates from gdb.base/dfp-exprs.exp
` [PATCH 16/29] gdb/testsuite: Remove duplicates from gdb.base/ui-redirect.exp
` [PATCH 19/29] gdb/testsuite: Remove duplicates from gdb.base/exprs.exp
` [PATCH 21/29] gdb/testsuite: Remove duplicates from gdb.base/shlib-call.exp
` [PATCH 22/29] gdb/testsuite: Remove duplicates from gdb.base/funcargs.exp
` [PATCH 25/29] gdb/testsuite: Remove duplicates from gdb.base/pointers.exp
` [PATCH 28/29] gdb/testsuite: Remove duplicates from gdb.base/watchpoints.exp
` [PATCH 29/29] gdb/testsuite: Remove duplicates from gdb.base/corefile-buildid.exp

[PATCH 0/6] gdb: Add basic support for LoongArch
 2021-12-15  8:36 UTC  (8+ messages)
` [PATCH 1/6] gdb: LoongArch: Add initial target description support
` [PATCH 2/6] gdb: LoongArch: Add initial baremetal support
` [PATCH 3/6] gdb: LoongArch: Add initial linux target support
` [PATCH 4/6] gdb: LoongArch: Add initial native linux support
` [PATCH 5/6] gdb: LoongArch: Add Makefile and configure
` [PATCH 6/6] gdb: LoongArch: Update ChangeLog and NEWS

[PATCH] [PR gdb/27026] CTRL-C is ignored when debug info is downloaded
 2021-12-14 22:32 UTC  (3+ messages)

[PATCH v2 1/2] gdbserver/tracepoint.cc: work around -Wstringop-truncation error
 2021-12-14 19:35 UTC  (4+ messages)
` [PATCH v2 2/2] gdbserver/tracepoint.cc: use snprintf in gdb_agent_socket_init

[PATCH v2] gdb: split array and string limiting options
 2021-12-14 17:24 UTC  (2+ messages)

[PATCH] gdb: split array and string limiting options
 2021-12-14 16:35 UTC  (4+ messages)
` [PING^6][PATCH] "

[PATCHv2 0/5] refactoring towards Python MI command API
 2021-12-14 11:56 UTC  (16+ messages)
` [PATCHv2 1/5] gdb/mi: rename mi_lookup to mi_cmd_lookup
` [PATCHv2 2/5] gdb/mi: use std::map for MI commands in mi-cmds.c
` [PATCHv2 3/5] gdb/mi: int to bool conversion in mi_execute_cli_command
` [PATCHv2 4/5] gdb/mi: use separate classes for different types of MI command
` [PATCHv2 5/5] gdb/mi: rename mi_cmd to mi_command
` PING: [PATCHv2 0/5] refactoring towards Python MI command API

[PATCHv2 0/6] Improve 'maint set target-async off' for remote targets
 2021-12-13 17:20 UTC  (4+ messages)
` [PATCHv3 0/2] "
  ` PING: "

[PATCH v6 1/2] gdb: Add new 'print nibbles' feature
 2021-12-13 15:16 UTC  (4+ messages)
  ` [PATCH v6 2/2] gdb/doc: Document "print nibbles"

[PATCH 0/2] Array indexing, lazy values, and C-like languages
 2021-12-13 14:18 UTC  (4+ messages)
` [PATCH 2/2] gdb: improve reuse of value contents when fetching array elements
  ` Ping: "

[PATCHv2 0/2] Disassembler Output Styling
 2021-12-13 14:12 UTC  (4+ messages)
` [PATCHv3 "
  ` [PATCHv3 1/2] gdb: use python to colorize disassembler output
  ` [PATCHv3 2/2] gdb/python: move styling support to gdb.styling

[PATCH] gdb: update gdb-gdb.py.in for latest changes to struct field
 2021-12-13 11:38 UTC  (2+ messages)

[PATCH 0/3] Refactor target_ops::post_startup_inferior
 2021-12-13 11:21 UTC  (10+ messages)
` [PATCH 2/3] gdb: rename gdb_startup_inferior to inf_child_target::startup_inferior
` [PATCH 3/3] gdb: make post_startup_inferior a virtual method on inf_ptrace_target

[PATCH] gdb: make use of SCOPE_EXIT to manage thread executing state
 2021-12-13 11:15 UTC  (2+ messages)
` PING: "

[PATCH] gdb: only include mips and riscv targets if building with 64-bit bfd
 2021-12-13 11:09 UTC  (7+ messages)

[PATCH 0/8] Unify escaping/quoting of args in GDB/GDBserver
 2021-12-13  7:49 UTC  (3+ messages)
` [PING] "
  ` [PING 2] "

[PATCH] gdb: convert 'set debug lin-lwp' to a boolean command
 2021-12-12 22:10 UTC  (2+ messages)

[PATCH] C++-ify path substitution code
 2021-12-12 17:56 UTC  (3+ messages)

[PATCH] Make n_spaces return a const char *
 2021-12-11 22:11 UTC 

[PATCH] Remove print_spaces
 2021-12-11 21:59 UTC 

[PATCH 1/2] gdb: improve quit command with an alias called exit
 2021-12-11 10:50 UTC  (6+ messages)
    ` [PING] "
      ` any issue with adding new command (alias) "exit"? "

[PATCH] gdb: add threads debugging switch
 2021-12-11 10:15 UTC 

Ready for GDB 11.2 release? ("re-spin") update (2021-12-11)
 2021-12-11  8:02 UTC 

[PATCH v2] PR gdb/28480: Improve ambiguous member detection
 2021-12-11  7:50 UTC  (7+ messages)

[PATCH] gdb fix for catch-syscall.exp
 2021-12-11  0:21 UTC  (11+ messages)
                ` [PATCH v2] "

[PATCH 00/12] Remove DUPLICATEs warnings
 2021-12-10 22:01 UTC  (13+ messages)
` [PATCH 04/12] gdb/testsuite: Remove duplicates from gdb.mi/mi-catch-load.exp
` [PATCH 05/12] gdb/testsuite: Remove duplicates from gdb.mi/mi-var-child.exp
` [PATCH 08/12] gdb/testsuite: Remove duplicates from gdb.mi/mi-nonstop-exit.exp
` [PATCH 10/12] gdb/testsuite: Remove duplicates from gdb.mi/mi-language.exp
` [PATCH 11/12] gdb/testsuite: Remove duplicates from gdb.mi/mi2-amd64-entry-value.exp

C++ template completion support v3
 2021-12-10 20:54 UTC  (6+ messages)
` [PATCH v3 1/3] Move find_toplevel_char to cp-support.[ch]
` [PATCH v3 2/3] Unit tests for strncmp_iw_with_mode
` [PATCH v3 3/3] Support template lookups in strncmp_iw_with_mode

[PATCH] gdbserver/tracepoint.cc: work around -Wstringop-truncation error
 2021-12-10 20:50 UTC  (5+ messages)

[PATCH] Fix ptype and print commands for namelist variables(a fortran feature)
 2021-12-10 16:18 UTC  (11+ messages)
        ` FW: "

[PATCH] gdb Power 9 add test for HW watchpoint support
 2021-12-10 16:16 UTC 

[PATCH 2/3] gdbserver: replace direct assignments to current_thread
 2021-12-10 15:53 UTC  (8+ messages)
` [PATCH 3/3] gdbserver/linux-low: replace direct assignment "

[pushed] gdb/testsuite: respect GDBSERVER variable in remote-stdio-gdbserver "board"
 2021-12-10 11:49 UTC 

[PATCH] Fix ARM simulator build on Windows
 2021-12-10  2:25 UTC  (2+ messages)

[PATCH] gdbsupport: remove unnecessary `#ifndef IN_PROCESS_AGENT`
 2021-12-10  0:05 UTC  (4+ messages)

[PATCH 1/2] gdb/csky-tdep.c: fix -Wunused-but-set-variable error
 2021-12-09 19:06 UTC  (3+ messages)

[PATCH] gdb/testsuite: fix default behavior of runto
 2021-12-09 19:04 UTC  (3+ messages)

[PATCH] gdb/testsuite: respect GDBSERVER variable in remote-stdio-gdbserver "board"
 2021-12-09 17:56 UTC  (2+ messages)

[PATCH] gdb: Add PowerPC support to gdb.dwarf2/frame-inlined-in-outer-frame.exp
 2021-12-09 17:30 UTC  (9+ messages)
` [PATCH ver2] "
    ` [PATCH ver3] "

[PATCH 0/2] Add new gdb.Type.signedness attribute
 2021-12-09 12:34 UTC  (10+ messages)
` [PATCHv2 "
  ` [PATCHv2 2/2] gdb/python: add Type.signedness attribute
        ` [PATCHv3 "

[pushed 1/2] [gdb/testsuite] Fix gdb.base/include-main.exp with -readnow
 2021-12-09 10:15 UTC  (2+ messages)
` [pushed 2/2] [gdb/testsuite] Fix gdb.base/maint.exp "

[PATCH] sim: use ## for automake comments
 2021-12-09  7:09 UTC 

Remittance Advice - Gdb-patches
 2021-12-09  5:51 UTC 

[pushed] Fix error in file_and_directory patch
 2021-12-08 20:07 UTC 

[PATCH v3 0/7] Fix handling of pending fork events
 2021-12-08 19:54 UTC  (6+ messages)
` [PATCH v3 7/7] gdb, gdbserver: detach fork child when detaching from fork parent

[RFC] [gdb/testsuite] change gdb.base/skip.exp to use finish
 2021-12-08 16:46 UTC 

[PATCH 0/2] Changes to gdb.Value.__init__
 2021-12-08 13:40 UTC  (5+ messages)
` [PATCHv2] "
  ` Ping: "

[PATCH 0/2] Further disassembler error handling changes
 2021-12-08 13:29 UTC  (7+ messages)
` [PATCH 2/2] gdb: use SCOPE_EXIT to write out disassembler instructions
      ` Ping: "

[PATCH] Remove an xfree from add_path
 2021-12-08 12:22 UTC  (5+ messages)

[pushed] ppc: use "trap" ("tw, 31, 0, 0") as breakpoint instruction
 2021-12-08 11:02 UTC  (2+ messages)
` [pushed] ppc: recognize all program traps

[PATCH 1/2] gdb/linespec.c: simplify condition
 2021-12-08  3:24 UTC  (6+ messages)
` [PATCH 2/2] gdb: make struct linespect contain vectors, not pointers to vectors

[PATCH v2 0/2] ppc: recognize all program traps
 2021-12-07 23:30 UTC  (3+ messages)
` [PATCH v3 2/2] "

[PATCH 0/5] Fix for 'list task 123' (PR cli/28668)
 2021-12-07 23:18 UTC  (7+ messages)
` [PATCH 1/5] gdb: update the comment on string_to_event_location
` [PATCH 2/5] gdb: add empty string check in parse_linespec
` [PATCH 3/5] gdb/testsuite: move linespec test into gdb.linespec/ directory
` [PATCH 4/5] gdb: handle calls to list command passing only a linespec condition
` [PATCH 5/5] gdb: handle calls to edit "

[pushed] gdb: rename "maint agent" functions
 2021-12-07 20:58 UTC 

[pushed] gdb: make set_raw_breakpoint static
 2021-12-07 20:52 UTC 

GDB 11.2 ("re-spin") update (2021-12-04)
 2021-12-07 19:42 UTC  (2+ messages)

[PATCH] New --enable-threading configure option to control use of threads in GDB/GDBserver
 2021-12-07 18:51 UTC  (2+ messages)

[PATCH v2 00/13] FreeBSD target async mode and related refactoring
 2021-12-07 18:47 UTC  (9+ messages)
` [PATCH v2 04/13] linux-nat: Don't enable async mode at the end of linux_nat_target::resume

[PATCH v3 00/33] Rewrite the DWARF "partial" reader
 2021-12-07 17:17 UTC  (3+ messages)
` [PATCH v3 13/33] Add "fullname" handling to file_and_directory

[PATCH] gdb/testsuite: make runto_main not pass no-message to runto
 2021-12-07 17:07 UTC  (5+ messages)

[PATCH] Avoid extra work in global_symbol_searcher::expand_symtabs
 2021-12-07 16:24 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).