public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] Fix gdb.python/py-format-string.exp with Clang
 2020-10-27 17:04 UTC  (3+ messages)

[OB PATCH] Add skip_fortran_tests to two Fortran testcases
 2020-10-27 16:56 UTC 

[PATCH] gdb: add support for handling core dumps on arm-none-eabi
 2020-10-27 16:53 UTC  (25+ messages)
      ` [PATCH v2] Support for corefiles for arm-none-eabi target
      ` [PATCH v3][PR gdb/14383]: gdb: corefile support "
        ` [PATCH v3][PR gdb/14383]: Support for corefiles "
      ` [PATCH] "
      ` [PATCH v4][PR gdb/14383] "

[PATCH v2] Use sha256 for hashes in the release process
 2020-10-27 16:52 UTC  (4+ messages)

[pushed] gdb: remove unused includes in m32c-tdep.c
 2020-10-27 14:38 UTC 

[pushed] gdb: remove unused includes in xtensa-tdep.c
 2020-10-27 14:31 UTC 

[PATCH v2 00/24] Memory Tagging Support + AArch64 Linux implementation
 2020-10-27 13:50 UTC  (42+ messages)
` [PATCH v2 01/24] New target methods for memory tagging support
` [PATCH v2 02/24] New gdbarch memory tagging hooks
` [PATCH v2 03/24] Add GDB-side remote target support for memory tagging
` [PATCH v2 04/24] Unit testing for GDB-side remote memory tagging handling
` [PATCH v2 05/24] GDBserver remote packet support for memory tagging
` [PATCH v2 06/24] Unit tests for gdbserver memory tagging remote packets
` [PATCH v2 07/24] Documentation for "
` [PATCH v2 08/24] AArch64: Add MTE CPU feature check support
` [PATCH v2 09/24] AArch64: Add target description/feature for MTE registers
` [PATCH v2 10/24] AArch64: Add MTE register set support for GDB and gdbserver
` [PATCH v2 11/24] AArch64: Add MTE ptrace requests
` [PATCH v2 12/24] AArch64: Implement memory tagging target methods for AArch64
` [PATCH v2 13/24] Refactor parsing of /proc/<pid>/smaps
` [PATCH v2 14/24] AArch64: Implement the memory tagging gdbarch hooks
` [PATCH v2 15/24] AArch64: Add unit testing for logical tag set/get operations
` [PATCH v2 16/24] AArch64: Report tag violation error information
` [PATCH v2 17/24] AArch64: Add gdbserver MTE support
` [PATCH v2 18/24] AArch64: Add MTE register set support for core files
` [PATCH v2 19/24] New mtag commands
` [PATCH v2 20/24] Documentation for the new "
` [PATCH v2 21/24] Extend "x" and "print" commands to support memory tagging
` [PATCH v2 22/24] Document new "x" and "print" memory tagging extensions
` [PATCH v2 23/24] Add NEWS entry
` [PATCH v2 24/24] Add memory tagging testcases

[PATCH] gdb/breakpoint: use gdb::option for the '-force' flag
 2020-10-27 12:54 UTC  (2+ messages)

[committed][gdb/testsuite] Fix section matching in find_pc_sect_compunit_symtab
 2020-10-27 12:31 UTC  (2+ messages)

[committed][gdb/symtab] Use early continue in find_pc_sect_compunit_symtab
 2020-10-27 12:29 UTC 

[PATCH v4 0/2] Breakpoint conditions at locations with differing contexts
 2020-10-27 10:13 UTC  (5+ messages)
` [PATCH v4 2/2] gdb/breakpoint: add flags to 'condition' and 'break' commands to force condition

[committed][gdb/symtab] Read CU base address for enqueued CU
 2020-10-26 19:29 UTC 

[PATCH] Rewrite leb.h:read_3_bytes
 2020-10-26 19:12 UTC 

[PATCH v2 00/10] Add minimal NetBSD/amd64 gdbserver support
 2020-10-26 18:59 UTC  (11+ messages)
` [PATCH v2 01/10] Add handle_eintr to wrap EINTR handling in syscalls
      ` [PATCH] gdb::handle_eintr, remove need to specify return type (Re: [PATCH v2 01/10] Add handle_eintr to wrap EINTR handling in syscalls)
          ` [PATCH v2] gdb::handle_eintr, remove need to specify return type

[PATCH] Don't inherit range-type signed-ness from underlying type
 2020-10-26 18:53 UTC  (2+ messages)

[PATCH] gdb: introduce displaced_debug_printf
 2020-10-26 16:46 UTC 

[PATCH] gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
 2020-10-26 16:29 UTC  (2+ messages)

Make test_compiler_info in Fortran tests test the Fortran compiler
 2020-10-26 16:28 UTC  (4+ messages)
` [PATCH 1/3] Make get_compiler_info accept "f77" and "f90" as well as "c++"
` [PATCH 2/3] Recognise GNU Fortran as GCC
` [PATCH 3/3] Ensure calls to test_compiler_info will use the Fortran compiler

[PATCH][gdb/testsuite] Prevent pagination in GDB_INTERNALFLAGS
 2020-10-26 14:54 UTC  (2+ messages)

[PATCH] Use sha256 for hashes in the release process
 2020-10-26 14:20 UTC  (8+ messages)

[PATCH v2 0/6] Fix inferior calls from breakpoint condition
 2020-10-26 12:11 UTC  (4+ messages)
  ` [PATCH v2 4/6] gdb/infrun: in condition evaluation wait only for the current inferior

[committed][gdb/testsuite] Add missing ranges base in dw2-objfile-overlap-*.S
 2020-10-26 10:09 UTC 

[PATCH 00/13] Modernize gdb/gdbserver/gdbsupport configure files
 2020-10-26  2:22 UTC  (16+ messages)
` [PATCH 01/13] gdb, gdbserver, gdbsupport: use AC_CANONICAL_{BUILD, HOST, TARGET} instead of AC_CANONICAL_SYSTEM
` [PATCH 02/13] gdb: use AC_PROG_CC_STDC instead of AM_PROG_CC_STDC
` [PATCH 03/13] gdbserver: modernize configure.ac
` [PATCH 04/13] gdb: "
` [PATCH 05/13] gdb/testsuite: "
` [PATCH 06/13] gdb: modernize acinclude.m4
` [PATCH 07/13] gdbsupport: re-indent ptrace.m4
` [PATCH 08/13] gdbsupport: replace AC_TRY_COMPILE in ptrace.m4
` [PATCH 09/13] gdbsupport: replace AC_TRY_COMPILE in warning.m4
` [PATCH 10/13] gdbsupport: use AC_FUNC_FORK instead of AC_FUNC_VFORK
  ` [PATCH 11/13] gdbsupport: replace AC_TRY_COMPILE in common.m4
  ` [PATCH 12/13] gdb: replace AC_TRY_LINK in sanitize.m4
  ` [PATCH 13/13] gdbserver: replace AC_TRY_COMPILE in acinclude.m4

[PATCH] gdb: move ptrace.m4 to gdbsupport
 2020-10-26  1:10 UTC  (2+ messages)

[PATCH 0/4] Add inferior parameter to inferior_created and use it
 2020-10-25 13:06 UTC  (3+ messages)

[PATCH] Limit the switch_to_thread() calls in startup_inferior()
 2020-10-25  2:58 UTC  (2+ messages)

[PATCH] Fix some minor bugs in test suite command logging
 2020-10-24 22:56 UTC  (2+ messages)

[PATCH 00/11] Some varobj C++-ification and cleanup
 2020-10-24 21:08 UTC  (12+ messages)
` [PATCH 01/11] Use htab_t in varobj
` [PATCH 02/11] Change varobj.c:rootlist to a std::list
` [PATCH 03/11] Change all_root_varobjs to take a function_view
` [PATCH 04/11] C++-ify varobj iteration
` [PATCH 05/11] Change varobj_iter::next to return unique_ptr
` [PATCH 06/11] Change varobj_dynamic::saved_item to unique_ptr
` [PATCH 07/11] Change varobj_dynamic::child_iter "
` [PATCH 08/11] Change varobj_item::value to a value_ref_ptr
` [PATCH 09/11] Remove varobj_clear_saved_item
` [PATCH 10/11] Use gdbpy_ref in instantiate_pretty_printer
` [PATCH 11/11] install_variable cannot fail

[pushed] gdbserver: re-generate configure
 2020-10-24 16:46 UTC 

gdb-10 branch FROZEN
 2020-10-24  4:46 UTC  (2+ messages)
` gdb-10-branch now OPEN again (was: "gdb-10 branch FROZEN")

[release/HEAD] Document the GDB 10.1 release in gdb/ChangeLog
 2020-10-24  4:44 UTC 

FYI/BRANCH: Patches applied to branch gdb-10-branch
 2020-10-24  4:43 UTC  (3+ messages)
` [release/branch 1/2] Document the GDB 10.1 release in gdb/ChangeLog
` [release/branch 2/2] Bump GDB version number to 10.1.90.DATE-git

pushed: [release/branch] Set GDB version number to 10.1
 2020-10-24  4:24 UTC 

[PATCH][gdb/testsuite] Don't use default form in Dwarf::_guess_form
 2020-10-23 16:55 UTC  (3+ messages)

[committed][gdb/symtab] Make find_block_in_blockvector more robust
 2020-10-23 15:42 UTC  (7+ messages)

[PATCH] Fix testcases using __attribute__((noclone)) with Clang
 2020-10-23 13:29 UTC  (2+ messages)

[PATCH 0/2] Fix gdb.base/print-file-var.exp with Clang
 2020-10-23 13:05 UTC  (5+ messages)
` [PATCH 1/2] Detect and report incompatible gdb_compile options
` [PATCH 2/2] Fix gdb.base/print-file-var.exp with Clang

[committed][gdb/testsuite] Use $srcfile in DW_AT_name for CU
 2020-10-23 12:56 UTC 

[pushed/Ada] ada-typeprint.c::ada_print_type: Remove redundant call to ada_check_typedef
 2020-10-23  5:47 UTC 

[PING] Added x86_64 stub for debugging embedded systems running on Intel x86_64 processor architecture
 2020-10-23  0:47 UTC  (11+ messages)
  ` [PING][PING] "

[PATCH 0/7] Adding startup files to GDB
 2020-10-22 19:08 UTC  (6+ messages)
` [PATCH 2/7] gdb: use get_standard_config_dir when looking for .gdbinit
` [PATCH 3/7] gdb: new function to wrap up executing command line scripts/commands

[PATCH 1/2] Don't create _Complex type name if there is no target type name
 2020-10-22 18:20 UTC  (7+ messages)
  ` [PATCH 2/2] Remove gdb_assert for TYPE_CODE_METHOD in stabs reader

[pushed] gdb: remove unused macros from target-debug.h
 2020-10-22 17:30 UTC 

[PATCH] gdb: make target_ops::make_corefile_notes return a unique ptr
 2020-10-22 17:01 UTC  (3+ messages)

[PATCH 0/2] arc: Add signal handling support
 2020-10-22 16:51 UTC  (3+ messages)
` [PATCH 1/2] arc: Add support for signal handlers
` [PATCH 2/2] arc: Add support for signal frames for Linux targets

[PATCH] gdb/cli: if redirecting output, also redirect top-level interpreter's ui-out
 2020-10-22 16:09 UTC  (3+ messages)

[PATCH] gdb: restore thread after detaching from an inferior
 2020-10-22 15:35 UTC  (3+ messages)

[PATCH] gdb: user variables with components of dynamic type
 2020-10-22 15:32 UTC 

GDB 10.1 release -- 2020-10-18 Update (nearly there!)
 2020-10-22 15:24 UTC  (3+ messages)

[gdb-10-branch] opcodes/csky: return the default disassembler when there is no bfd
 2020-10-22 15:23 UTC  (3+ messages)

[PATCH v2] Replace the symbol needs evaluator with a parser
 2020-10-22 14:58 UTC  (3+ messages)

[PATCH] gdb/dwarf: fix reading subprogram with DW_AT_specification (PR gdb/26693)
 2020-10-22 14:51 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] [AArch64] Fix gdb.base/msym*.exp failures
 2020-10-22 14:46 UTC  (3+ messages)

[PATCH] Fix gdb.base/corefile2.exp regression when running Docker/AUFS
 2020-10-22 14:24 UTC  (3+ messages)

[PATCHv4 0/3] Fortran Array Slicing and Striding Support
 2020-10-22 10:42 UTC  (4+ messages)
` [PATCHv5 0/4] "
  ` [PATCHv5 3/4] gdb/fortran: add support for parsing array strides in expressions

[PATCH][gdb/symtab] Fix language of frame without debug info
 2020-10-22  9:20 UTC 

[pushed] gdb: fix two comments in infrun
 2020-10-21 19:57 UTC 

[PATCH] gdb: make gdbarch_make_corefile_notes return a unique ptr
 2020-10-21 14:45 UTC  (3+ messages)

[PATCH] gdbserver: fix overlap in sprintf argument and buffer
 2020-10-21 14:08 UTC  (3+ messages)

[PATCH] Fix gdb.mi/mi-fullname-deleted.exp with Clang
 2020-10-21  8:56 UTC  (3+ messages)

[PATCH] gdb: add an option flag to 'maint print c-tdesc'
 2020-10-21  8:22 UTC 

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