public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
FYI: git repository hooks have been updated
 2021-12-20  5:48 UTC 

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

[pushed] gdb/ada-exp.y: Reformat comment to follow GDB's coding standards
 2021-12-20  5:06 UTC 

[pushed] gdb/ada-lang.h: Reformat comment to follow coding standards
 2021-12-20  5:02 UTC 

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

[PATCH] gdb: on x86-64 non-trivial C++ objects are returned in memory
 2021-12-18 11:33 UTC  (2+ messages)

[PATCH] gdb/remote: handle attach when stop packet lacks thread-id
 2021-12-18 11:15 UTC  (5+ messages)
  ` [PATCHv2] "
    ` [PATCHv3] "

one last patch to go before GDB 11.2 release ("re-spin") update (2021-12-18)
 2021-12-18 10:53 UTC 

[PATCHv2 0/6] Improve 'maint set target-async off' for remote targets
 2021-12-18 10:21 UTC  (12+ 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 00/29] Remove DUPLICATEs from testsuite/gdb.base/*.exp
 2021-12-18  0:39 UTC  (39+ 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 00/12] Remove DUPLICATEs warnings
 2021-12-17 23:24 UTC  (22+ 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] gdb/testsuite: Remove some duplication "
` [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 v2 0/8] Rewrite gdbarch.sh in Python
 2021-12-17 22:06 UTC  (21+ 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 0/8] Rewrite gdbarch.sh in Python
 2021-12-17 19:23 UTC  (21+ 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] Make n_spaces return a const char *
 2021-12-17 15:48 UTC  (2+ messages)

[PATCH 0/6] Make Fortran support respect more `set print' settings
 2021-12-17 15:04 UTC  (15+ 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 v6 1/2] gdb: Add new 'print nibbles' feature
 2021-12-17 14:59 UTC  (6+ messages)
  ` [PATCH v6 2/2] gdb/doc: Document "print nibbles"

[PATCH v2] gdb/tui: install SIGWINCH only when connected to a TTY
 2021-12-17  9:37 UTC  (3+ 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)

[RFC] gdb: introduce limited array lengths while printing values
 2021-12-15 17:14 UTC  (2+ messages)
` [PING^7][RFC] "

[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  (2+ messages)

[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  (5+ messages)
` [PATCH v4 04/28] Add to_location method to dwarf_value class
` [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 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  (2+ messages)

[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  (2+ 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] Remove print_spaces
 2021-12-11 21:59 UTC 

[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  (4+ messages)
` [PATCH v3 3/3] Support template lookups in strncmp_iw_with_mode

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