public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] gdb/doc: add missing documents of "memory-tag-violations"
 2021-10-22 16:21 UTC  (2+ messages)

[committed][gdb/testsuite] Fix gdb.threads/linux-dp.exp
 2021-10-22 15:47 UTC 

[PATCH][gdb/testsuite] Fix FAILs in gdb.mi/mi-breakpoint-changed.exp
 2021-10-22 15:43 UTC  (4+ messages)
` [PING][PATCH][gdb/testsuite] "

[pushed] gdb: fix remote-sim.c build
 2021-10-22 15:07 UTC  (2+ messages)

[PATCH 0/4] Fixed-point ABI fixes
 2021-10-22 14:44 UTC  (5+ messages)
` [PATCH 1/4] (Ada/AArch64) fix fixed point argument passing in inferior funcall
` [PATCH 2/4] (ARM/fixed-point) wrong value shown by "finish" command:
` [PATCH 3/4] (RISCV) fix handling of fixed-point type return values
` [PATCH 4/4] (PPC64) fix handling of fixed-point values when using "return" command

[PATCH 0/5] Add Python API for the disassembler
 2021-10-22 13:30 UTC  (16+ messages)
` [PATCH 1/5] gdb: make disassembler fprintf callback a static member function
` [PATCH 2/5] gdb/python: new gdb.architecture_names function
` [PATCH 3/5] gdb/python: move gdb.Membuf support into a new file
` [PATCH 4/5] gdb: add extension language print_insn hook
` [PATCH 5/5] gdb/python: implement the print_insn extension language hook

[PATCH 0/3] Python API for target connections, and packet sending
 2021-10-22 11:18 UTC  (26+ messages)
` [PATCHv2 "
  ` [PATCHv2 1/3] gdb/python: introduce gdb.TargetConnection object type
  ` [PATCHv2 2/3] gdb: make packet_command function available outside remote.c
  ` [PATCHv2 3/3] gdb/python: add TargetConnection.send_remote_packet method
  ` [PATCHv3 0/3] Python API for target connections, and packet sending
    ` [PATCHv3 1/3] gdb/python: introduce gdb.TargetConnection object type
    ` [PATCHv3 2/3] gdb: make packet_command function available outside remote.c
    ` [PATCHv3 3/3] gdb/python: add gdb.RemoteTargetConnection.send_packet
    ` [PATCHv4 0/4] Python API for target connections, and packet sending
      ` [PATCHv4 1/4] gdb/python: introduce gdb.TargetConnection object type
      ` [PATCHv4 2/4] gdb: make packet_command function available outside remote.c
      ` [PATCHv4 3/4] gdb/python: add gdb.RemoteTargetConnection.send_packet
      ` [PATCHv4 4/4] gdb: handle binary data in 'maint packet' and RemoteTargetConnection.send_packet

[PATCH 0/8] Unify escaping/quoting of args in GDB/GDBserver
 2021-10-22  7:19 UTC  (9+ messages)
` [PATCH 1/8] gdbsupport: Extract escaping from 'construct_inferior_arguments'
` [PATCH 2/8] gdbsupport: Make escaping in construct_inferior_arguments optional
` [PATCH 3/8] PR27989 PR28446 gdbserver: Only escape args passed directly on invocation
` [PATCH 4/8] PR28392 Add a '--no-escape-args' option for gdb and gdbserver
` [PATCH 5/8] Extract helper function from 'fork_inferior'
` [PATCH 6/8] Add a 'fork_inferior' overload taking vector of args
` [PATCH 7/8] gdbserver: Support args with spaces for no-startup-with-shell case
` [PATCH 8/8] gdb: Support some escaping of args with startup-with-shell being off

[RFC][gdb/tui] Add tui auto-refresh-screen on/off
 2021-10-22  6:47 UTC  (2+ messages)
` [PATCH][gdb/tui] "

[PATCH v3 00/28] Allow location description on the DWARF stack
 2021-10-21 23:43 UTC  (14+ messages)
` [PATCH v3 03/28] Add new classes that model DWARF stack element
` [PATCH v3 18/28] Comments cleanup between expr.h and expr.c
` [PATCH v3 19/28] Remove dwarf_expr_context from expr.h interface
` [PATCH v3 20/28] Move read_addr_from_reg function to frame.c
` [PATCH v3 21/28] Add frame info check to DW_OP_reg operations
` [PATCH v3 22/28] Remove DWARF expression composition check
` [PATCH v3 23/28] Add support for any location description in CFI
` [PATCH v3 24/28] Add DWARF operations for byte and bit offset
` [PATCH v3 25/28] Add support for DW_OP_LLVM_undefined operation
` [PATCH v3 26/28] Add support for nested composite locations
` [PATCH v3 27/28] Add DW_OP_LLVM_extend DWARF operation
` [PATCH v3 28/28] Add DW_OP_LLVM_select_bit_piece "

[PATCH 0/2 v3] gdb: Add debuginfod first-use notification
 2021-10-21 22:23 UTC  (9+ messages)
` [PATCH 1/2] gdb: add set/show commands for managing debuginfod
` [PATCH 2/2] gdb.texinfo: Expand documentation for debuginfod

[PATCH 1/3] gdbserver: make thread_info non-POD
 2021-10-21 20:15 UTC  (2+ messages)

[PATCH][gdb] Make execute_command_to_string return string on throw
 2021-10-21 18:28 UTC  (7+ messages)

[PATCH] Resolve dynamic types before computing pointer size
 2021-10-21 18:19 UTC  (5+ messages)

[PATCH 0/2] [aarch64] Support ARMv8.4 debug arch for hw watch/break points
 2021-10-21 18:08 UTC  (5+ messages)
` [PATCH 1/2] Refactor code slightly in nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity)
` [PATCH 2/2] Fix ARMv8.4 for hw watchpoint and breakpoint

[PATCH] Fixes for gdb.mi/mi-break.exp
 2021-10-21 17:34 UTC  (2+ messages)

[PATCH 00/12] Remove FIELD and TYPE_FIELD macros
 2021-10-21 17:23 UTC  (13+ messages)
` [PATCH 01/12] gdb: remove FIELD_LOC_KIND macro
` [PATCH 02/12] gdb: remove FIELD_BITPOS macro
` [PATCH 03/12] gdb: remove FIELD_ENUMVAL macro
` [PATCH 04/12] gdb: remove FIELD_STATIC_PHYSNAME macro
` [PATCH 05/12] gdb: remove FIELD_STATIC_PHYSADDR macro
` [PATCH 06/12] gdb: remove FIELD_DWARF_BLOCK macro
` [PATCH 07/12] gdb: remove TYPE_FIELD_LOC_KIND
` [PATCH 08/12] gdb: remove TYPE_FIELD_BITPOS
` [PATCH 09/12] gdb: remove TYPE_FIELD_ENUMVAL
` [PATCH 10/12] gdb: remove TYPE_FIELD_STATIC_PHYSNAME
` [PATCH 11/12] gdb: remove TYPE_FIELD_STATIC_PHYSADDR
` [PATCH 12/12] gdb: remove TYPE_FIELD_DWARF_BLOCK

[PATCH 0/9] Convert breakpoint iteration macros to ranges
 2021-10-21 14:28 UTC  (6+ messages)
` [PATCH 8/9] gdb: remove iterate_over_breakpoints function
    ` [PATCH, master + 11][gdb/tui] Fix breakpoint display functionality

[pushed] Fix latent Ada bug when accessing field offsets
 2021-10-21 14:25 UTC 

[PATCH] Fix test step-and-next-inline.cc
 2021-10-20 21:31 UTC  (2+ messages)

[PATCH 0/5] OpenRISC Linux Native and GDBServer Support
 2021-10-20 21:17 UTC  (6+ messages)
` [PATCH 1/5] gdb: or1k: implement gdb server

[PATCH] Remove ada_value_print_inner
 2021-10-20 20:27 UTC 

[PATCH 0/2] Improve constraints on gdb::array_view::array_view
 2021-10-20 20:05 UTC  (3+ messages)
` [PATCH 1/2] Add a const version of gdb_argv:as_array_view
` [PATCH 2/2] Improve gdb::array_view ctor from contiguous containers

[PATCH] Document resolve_dynamic_type oddity
 2021-10-20 17:59 UTC  (3+ messages)

[PATCH 0/6] Remove some uses of xfree
 2021-10-20 17:00 UTC  (2+ messages)

[PATCH] Make c-exp.y work with Bison 3.8+
 2021-10-20 15:11 UTC  (5+ messages)

[PATCH 1/2] gdbsupport: add assertions in array_view
 2021-10-20  1:09 UTC  (2+ messages)
` [PATCH 2/2] gdb: change functions returning value contents to use gdb::array_view

[PATCH][gdb/testsuite] Reimplement gdb.gdb/python-interrupts.exp as unittest
 2021-10-19 22:00 UTC  (6+ messages)

[PATCH] Check index in type::field
 2021-10-19 19:43 UTC  (3+ messages)

[PATCH V2] CTF: incorrect underlying type setting for enumeration types"
 2021-10-19 19:42 UTC  (4+ messages)

[PATCH] Fix Rust lex selftest when using libiconv
 2021-10-19 19:26 UTC  (2+ messages)

[PATCH v3 0/2] [gdb] untie and validate inheritance location
 2021-10-19 19:15 UTC  (2+ messages)
` [PING][PATCH "

[PATCH] Fix format_pieces selftest on Windows
 2021-10-19 19:13 UTC  (2+ messages)

[PATCH] Fix bug in dynamic type resolution
 2021-10-19 19:03 UTC  (2+ messages)

[PATCH] Always use std::function for self-tests
 2021-10-19 18:58 UTC  (2+ messages)

[PATCH] gdb/gdbserver: fix uninstall makefile rules
 2021-10-19 18:56 UTC  (2+ messages)

[PATCH 0/2] Fix 'make uninstall'
 2021-10-19 18:48 UTC  (3+ messages)
` [PATCH 1/2] Remove unused variables from gdbserver's Makefile
` [PATCH 2/2] Fix 'uninstall' target

Question about the gdb.base/nodebug.exp test
 2021-10-19 17:12 UTC  (2+ messages)

[PATCH 0/8] Switch FreeBSD x86 to using register maps for GP registers
 2021-10-19 16:31 UTC  (7+ messages)
` [PATCH 4/8] regcache: Zero-extend small registers described by a register map
  ` [PING] [PATCH 0/8] Switch FreeBSD x86 to using register maps for GP registers

[PATCH] [gdb/doc]: Updated manpages to be consistent with help
 2021-10-19 13:24 UTC  (7+ messages)

[PATCH v3] [gdb/doc]: Updated manpages to be consistent with help
 2021-10-19 13:19 UTC 

[PATCH 0/2] Fix PR 28308 - dprintf breakpoints not working when run from script
 2021-10-19  9:30 UTC  (2+ messages)

[PATCH 2/3] gdb: Add soname to build-id mapping for corefiles
 2021-10-18 23:06 UTC  (4+ messages)
    ` [PING**2][PATCH "

[PATCH v3 0/3] Add debuginfod core file support
 2021-10-18 23:05 UTC  (4+ messages)
` [PATCH 3/3] PR gdb/27570: missing support for debuginfod in core_target::build_file_mappings
    ` [PING**2][PATCH "

[PATCH v2] Avoid self-test failures on x86-linux
 2021-10-18 19:43 UTC 

[PATCH] PR17917 Lookup remote build-id in remote binaries
 2021-10-18 19:12 UTC  (10+ messages)
  ` [PING 1 Month Reminder][PATCH] "
    ` [PING 7 Week "
    ` [PATCHv2] Fix PR gdb/17917 Lookup "

[PATCH V3] CTF: incorrect underlying type setting for enumeration types
 2021-10-18 18:19 UTC  (3+ messages)

[PATCH] Fix ptype and print commands for namelist variables(a fortran feature)
 2021-10-18 17:02 UTC  (6+ messages)

[PATCH] CTF: incorrect underlying type setting for enumeration types
 2021-10-15 19:51 UTC  (5+ messages)

[RFC 1/3] [gdb-add-index.sh] Revert symlink fix (PR gdb/27614)
 2021-10-15 19:00 UTC  (5+ messages)
` [RFC 2/3] [gdb] Add save gdb-index -verbose
` [RFC 3/3] [gdb-add-index.sh] Use "

[PATCH][gdb/symtab] Handle DW_AT_string_length with location list
 2021-10-15 16:08 UTC  (3+ messages)

[PATCH 0/2] Array indexing, lazy values, and C-like languages
 2021-10-15 15:42 UTC  (4+ messages)
` [PATCH 1/2] gdb: make value_subscripted_rvalue static
` [PATCH 2/2] gdb: improve reuse of value contents when fetching array elements

[PATCH] gdb: use ptid_t::to_string in infrun debug messages
 2021-10-14 15:27 UTC 

[PATCH][gdb/testsuite] Add .debug_loc support in dwarf assembler
 2021-10-14 15:02 UTC  (3+ messages)

[PATCH v2] [gdb/doc]: Updated manpages to be consistent with help
 2021-10-14 13:06 UTC 

[PATCH] Powerpc: Add support for openat and fstatat syscalls
 2021-10-14 11:21 UTC  (6+ 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).