public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] Resolve dynamic types before computing pointer size
 2021-10-19 16:21 UTC  (2+ messages)

[PATCH] Make c-exp.y work with Bison 3.8+
 2021-10-19 16:18 UTC  (3+ messages)

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

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

[PATCH 0/3] Python API for target connections, and packet sending
 2021-10-19 12:28 UTC  (15+ 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

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

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

[PATCH 0/8] Switch FreeBSD x86 to using register maps for GP registers
 2021-10-19  8:36 UTC  (6+ 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 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 "

Question about the gdb.base/nodebug.exp test
 2021-10-18 21:07 UTC 

[PATCH] Check index in type::field
 2021-10-18 19:46 UTC  (2+ messages)

[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  (11+ messages)
  ` [PING 1 Month Reminder][PATCH] "
    ` [PING 6 Weeks][PATCH] "
    ` [PING 7 Week Reminder][PATCH] "
    ` [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 V2] CTF: incorrect underlying type setting for enumeration types"
 2021-10-18 17:24 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  (9+ messages)

[PATCH v3 00/28] Allow location description on the DWARF stack
 2021-10-14  9:32 UTC  (29+ messages)
` [PATCH v3 01/28] Add new register access interface to expr.c
` [PATCH v3 02/28] Add new memory "
` [PATCH v3 03/28] Add new classes that model DWARF stack element
` [PATCH v3 04/28] Add to_location method to DWARF entry classes
` [PATCH v3 05/28] Add to_value "
` [PATCH v3 06/28] Add read method to location description classes
` [PATCH v3 07/28] Add write "
` [PATCH v3 08/28] Add deref "
` [PATCH v3 09/28] Add read_from_gdb_value method to dwarf_location
` [PATCH v3 10/28] Add write_to_gdb_value "
` [PATCH v3 11/28] Add is_implicit_ptr_at "
` [PATCH v3 12/28] Add indirect_implicit_ptr to dwarf_location class
` [PATCH v3 13/28] Add is_optimized_out "
` [PATCH v3 14/28] Add new computed struct value callback interface
` [PATCH v3 15/28] Add to_gdb_value method to DWARF entry class
` [PATCH v3 16/28] Change DWARF stack to use new dwarf_entry classes
` [PATCH v3 17/28] Remove old computed struct value callbacks
` [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/5] Add Python API for the disassembler
 2021-10-14  7:12 UTC  (8+ 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] Fix test step-and-next-inline.cc
 2021-10-13 23:51 UTC 

[PATCH] [gdb/exp] Improve <error reading variable> message
 2021-10-13 15:43 UTC  (2+ messages)

[PATCH] PPC fix for stfiwx instruction (and additional stores with primary opcode of 31)
 2021-10-13 13:12 UTC  (2+ messages)

[PATCH] gdb: improve error reporting from the disassembler
 2021-10-13  9:40 UTC  (3+ messages)

[pushed] [gdb/testsuite] Fix gdb.fortran/call-no-debug.exp with native-gdbserver
 2021-10-13  9:35 UTC 

[pushed 1/4] [gdb/testsuite] Remove quit in gdb.arch/i386-mpx.exp
 2021-10-13  9:00 UTC  (4+ messages)
` [pushed 2/4] [gdb/testsuite] Fix gdb.base/batch-exit-status.exp with native-gdbserver
` [pushed 3/4] [gdb/testsuite] Fix test name in gdb.python/python.exp
` [pushed 4/4] [gdb/testsuite] Require use_gdb_stub == 0 where appropriate

[PATCH 1/3] gdbserver: make thread_info non-POD
 2021-10-13  2:08 UTC  (7+ messages)
` [PATCH 2/3] gdbserver: initialize the members of lwp_info in-class
` [PATCH 3/3] gdb, gdbserver: make target_waitstatus safe

[PATCH] [PR gdb/16238] Add completer for the show user command
 2021-10-12 22:13 UTC 

[PATCH 0/2] Make "set disable-randomization" work on Windows
 2021-10-12 20:52 UTC  (5+ messages)
` [PATCH 1/2] Introduce wrapper for CreateProcess
` [PATCH 2/2] Allow ASLR to be disabled on Windows

trunk test report -- openSUSE Leap 15.2 x86_64
 2021-10-12 15:08 UTC  (2+ messages)

[committed][gdb/testsuite] Fix FAIL in gdb.mi/mi-var-child-f.exp
 2021-10-12 12:28 UTC  (2+ messages)

[PATCH] [gdb.fortran] Skip additional continue command for clang
 2021-10-12 10:39 UTC  (2+ messages)

[PATCH] [gdb/testsuite] Add a clang option to gdb.cp/koenig.exp
 2021-10-12  8:19 UTC 

[PATCH v2 00/13] FreeBSD target async mode and related refactoring
 2021-10-11 21:39 UTC  (3+ messages)
` [PATCH v2 01/13] gdbsupport: Add an event-pipe class

[PATCH][gdb/symtab] Support -readnow during reread
 2021-10-11 14:44 UTC 

[PATCH 0/4] [ARM] M-profile MVE extension support
 2021-10-11 13:06 UTC  (10+ messages)
` [PATCH 1/4] [ARM] Refactor some constants
` [PATCH 2/4] [ARM] Small refactoring of arm gdbarch initialization
` [PATCH 3/4] [ARM] Refactor pseudo register numbering
` [PATCH 4/4] [ARM] Add support for M-profile MVE extension

[committed][gdb/testsuite] Fix double debug info in gdb.dwarf2/dw2-ref-missing-frame.exp
 2021-10-11 11:32 UTC 

[committed][gdb/testsuite] Use require for ensure_gdb_index
 2021-10-11 10:29 UTC 

[committed][gdb/testsuite] Handle readnow in ensure_gdb_index
 2021-10-11 10:29 UTC 

[committed][gdb/testsuite] Fix gdb.dwarf2/gdb-add-index-symlink.exp
 2021-10-11 10:28 UTC 

[committed][gdb/testsuite] Disable vgdb tests if xml not supported
 2021-10-11 10:28 UTC  (8+ messages)
      ` [PATCH][gdb/testsuite] Add proc require in lib/gdb.exp
        ` [PATCH][gdb/testsuite] Prevent compilation fails with unix/-fPIE/-pie

[RFC][gdb/testsuite] Add check-readmore
 2021-10-09 16:54 UTC  (5+ messages)
    ` [PATCH][gdb/testsuite] "

[committed][gdb/testsuite] Fix fortran module tests with stressed cpu
 2021-10-09  9:36 UTC 

[PATCH] [sim] Include defs.h in ppc/hw_memory.c
 2021-10-09  1:16 UTC  (2+ messages)

[committed][gdb/testsuite] Fix gdb.base/info-types-c++.exp with stressed cpu
 2021-10-08 22:41 UTC 

[PATCH 0/3] Changes to thread state tracking
 2021-10-08 19:33 UTC  (7+ messages)
` [PATCH 3/3] gdb: make thread_info executing and resumed state more consistent

[committed][gdb/testsuite] Fix gdb.base/info_sources_2.exp with check-read1
 2021-10-08 12:17 UTC 

[committed][gdb/testsuite] Fix gdb.mi/gdb2549.exp with check-read1
 2021-10-08 11:08 UTC 

[committed][gdb/testsuite] Fix gdb.base/bt-on-error-and-warning.exp with check-read1
 2021-10-08 10:35 UTC 

[committed][gdb/testsuite] Add nopie in two test-cases
 2021-10-08  9:20 UTC 

[PATCH][gdb] Make execute_command_to_string return string on throw
 2021-10-07 16:16 UTC  (5+ messages)
` [PING][PATCH][gdb] "

[PATCH][gdb/testsuite] Fix gdb.threads/check-libthread-db.exp with glibc 2.34
 2021-10-07 15:28 UTC  (2+ messages)

[PATCH][gdb/testsuite] Fix gdb.guile/scm-type.exp with gcc 4.8
 2021-10-07 15:27 UTC  (3+ messages)
` [PING][PATCH][gdb/testsuite] "

[PATCH v2] gdb: add accessors for field (and call site) location
 2021-10-07 15:21 UTC  (2+ messages)

[PATCH v5] gdb: Add new 'print nibbles' feature
 2021-10-07 14:44 UTC 

[PATCH][gdb/testsuite] Reimplement gdb.gdb/python-interrupts.exp as unittest
 2021-10-07 14:36 UTC  (3+ messages)
  ` [PING][PATCH][gdb/testsuite] "

[RFC][gdb/threads] Fix FAIL in gdb.threads/current-lwp-dead.exp
 2021-10-07 14:05 UTC 

[PATCH] gdb: split array and string limiting options
 2021-10-07 13:38 UTC  (2+ messages)

[PATCH v4] Add new 'print nibbles' feature
 2021-10-07 12:51 UTC  (3+ messages)

[PATCH 1/2] [gdb/testsuite] Refactor regexp in gdb.base/annota1.exp
 2021-10-07  3:43 UTC  (4+ messages)
` [PATCH 2/2] [gdb/testsuite] Fix FAIL "

[PATCH] Fix watchpoints with multiple threads on Windows
 2021-10-06 20:43 UTC 

[RFC] gdb: introduce limited array lengths while printing values
 2021-10-06 17:36 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).