public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2 0/8] Rewrite gdbarch.sh in Python
 2021-12-17  5:29 UTC  (10+ messages)
` [PATCH v2 1/8] Move ordinary gdbarch code to arch-utils
` [PATCH v2 2/8] Split gdbarch.h into two files
` [PATCH v2 3/8] Do not generate gdbarch.h
` [PATCH v2 4/8] Do not sort the fields in gdbarch_dump
` [PATCH v2 5/8] Generate new gdbarch-components.py from gdbarch.sh
` [PATCH v2 6/8] Add new gdbarch generator
` [PATCH v2 7/8] Remove gdbarch.sh
` [PATCH v2 8/8] Document gdbarch-components.py

[PATCH 00/12] Remove DUPLICATEs warnings
 2021-12-16 23:59 UTC  (17+ 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

[PATCH 00/29] Remove DUPLICATEs from testsuite/gdb.base/*.exp
 2021-12-16 23:15 UTC  (34+ 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

[PATCHv2 0/6] Improve 'maint set target-async off' for remote targets
 2021-12-16 21:16 UTC  (8+ messages)
` [PATCHv3 0/2] "
  ` [PATCHv3 1/2] gdb/remote: some fixes for 'maint set target-async off'
  ` [PATCHv3 2/2] gdb: add assert in remote_target::wait relating to async being off
  ` PING: [PATCHv3 0/2] Improve 'maint set target-async off' for remote targets

[PATCH 0/8] Rewrite gdbarch.sh in Python
 2021-12-16 20:19 UTC  (18+ messages)
` [PATCH 1/8] Move ordinary gdbarch code to arch-utils
` [PATCH 2/8] Split gdbarch.h into two files
` [PATCH 3/8] Do not generate gdbarch.h
` [PATCH 4/8] Do not sort the fields in gdbarch_dump
` [PATCH 5/8] Generate new components.py from gdbarch.sh
` [PATCH 6/8] Add new gdbarch generator
` [PATCH 7/8] Remove gdbarch.sh
` [PATCH 8/8] Document components.py

[PATCH v2] gdb/tui: install SIGWINCH only when connected to a TTY
 2021-12-16 16:03 UTC  (2+ messages)

[PATCH v2] gdb: Copy inferior properties in clone-inferior
 2021-12-16 16:01 UTC  (3+ messages)

[PATCH] Fix ARM simulator build on Windows
 2021-12-16 14:58 UTC  (3+ messages)

gdb: Implement the init_reg dwarf2_frame_ops for amd64
 2021-12-16 13:35 UTC  (8+ messages)

[PATCH] gdb Power 9 add test for HW watchpoint support
 2021-12-16 13:06 UTC  (2+ messages)

[PATCH] sim: mips/or1k: drop redundant arg to bitsize macro
 2021-12-16  7:37 UTC 

[pushed 1/2] gdb: re-format with black 21.9b0
 2021-12-16  1:31 UTC  (2+ messages)
` [pushed 2/2] gdb: re-format with black 21.12b0

[PATCH] New --enable-threading configure option to control use of threads in GDB/GDBserver
 2021-12-15 20:00 UTC  (5+ messages)

[PATCH] Avoid crash with cross-linux core file
 2021-12-15 18:39 UTC  (2+ messages)

[PATCH v2] gdb: split array and string limiting options
 2021-12-15 18:01 UTC  (3+ messages)

[PATCH] gdb: on x86-64 non-trivial C++ objects are returned in memory
 2021-12-15 17:38 UTC 

[RFC] gdb: introduce limited array lengths while printing values
 2021-12-15 17:14 UTC  (2+ messages)
` [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 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 v4 00/28] Allow location description on the DWARF stack
 2021-12-14 21:34 UTC  (3+ messages)
` [PATCH v4 05/28] Add to_value method to dwarf_location class

[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] gdb: split array and string limiting options
 2021-12-14 16:35 UTC  (3+ messages)

[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

[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  (4+ messages)
` [PATCH 2/3] gdb: rename gdb_startup_inferior to inf_child_target::startup_inferior

[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] "

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 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] 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  (8+ messages)
` [PATCHv2 "
  ` [PATCHv2 2/2] gdb/python: add Type.signedness attribute

[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 "

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