public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/8] Fortran Array Slicing and Striding Support
 2020-09-19  9:48 UTC  (12+ messages)
` [PATCHv2 00/10] "
  ` [PATCHv2 05/10] gdb/fortran: Clean up array/string expression evaluation
  ` [PATCHv2 06/10] gdb/fortran: Move Fortran expression handling into f-lang.c
  ` [PATCHv2 07/10] gdb/fortran: Change whitespace when printing arrays
  ` [PATCHv2 09/10] gdb/testsuite: Add missing expected results
  ` [PATCHv3 0/2] Fortran Array Slicing and Striding Support
    ` [PATCHv3 1/2] gdb: Convert enum range_type to a bit field enum

[PATCH] Fix sparc prologue skipping
 2020-09-19  8:52 UTC  (3+ messages)

GDB 10.1 release -- 2020-09-18 Update
 2020-09-19  7:41 UTC  (3+ messages)

[PATCH v2 0/2] Breakpoint conditions at locations with differing contexts
 2020-09-19  3:05 UTC  (5+ messages)
` [PATCH v2 1/2] gdb/breakpoint: disable a bp location if condition is invalid at that location
` [PING][PATCH v2 0/2] Breakpoint conditions at locations with differing contexts

[PATCH v2 2/2] Refactor amd64_analyze_prologue
 2020-09-19  0:38 UTC  (6+ messages)
` [PATCH v3 0/7] Improve intel IBT support
  ` [PATCH v3 1/7] Add i386 support for endbr skipping
      ` [PATCH] gdb: Update i386_analyze_prologue to skip endbr32

[PATCH] Make target_wait options use enum flags
 2020-09-18 20:20 UTC  (7+ messages)

[PATCH 0/9] Use htab_up in more places
 2020-09-18 18:20 UTC  (9+ messages)
` [PATCH 1/9] Use htab_up in auto-load.c
` [PATCH 8/9] Use htab_up in type copying

[PATCH 0/2] Get gdb.base/overlays.exp passing on m32r
 2020-09-18 18:17 UTC  (3+ messages)
` [PATCH 1/2] gdb/testsuite: allow gdb.base/overlays.exp to compile for m32r
` [PATCH 2/2] gdb: handle unmapped overlays in find_pc_line

[PATCH 00/10] Add minimal NetBSD/amd64 gdbserver support
 2020-09-18 17:41 UTC  (4+ messages)
` [PATCH 10/10] Add minimal and functional NetBSD/amd64 gdbserver

[PATCH 0/4] Add gdb support for Cygwin x86_64 core dumps (v2)
 2020-09-18 16:31 UTC  (9+ messages)
` [PATCH 2/4] Add amd64_windows_gregset_reg_offset
` [PATCH 4/4] Add handling for 64-bit module addresses in Cygwin core dumps

[PUSHED] sim/m32r: return register sizes after fetch and store
 2020-09-18 16:27 UTC 

[PATCH] Fix ctrl-c when debugging WOW64 processes
 2020-09-18 16:09 UTC  (8+ messages)

[PATCH] Import mklog.py from gcc repo
 2020-09-18 14:50 UTC  (4+ messages)

[PATCH 0/2] Fix "thread find" with multi inferior/target (PR gdb/26631)
 2020-09-18 13:01 UTC  (8+ messages)
` [PATCH 1/2] Split gdb.multi/multi-target.exp into separate testcases
` [PATCH 2/2] Fix "thread find" with multiple inferiors/targets (PR gdb/26631)

[RFC 00/18] Allow building (more) C tests with a C++ compiler
 2020-09-17 23:11 UTC  (21+ messages)
` [RFC 02/18] gdb.base/display.exp C++ify
` [RFC 03/18] gdb.base/break.exp C++ify
` [RFC 04/18] gdb.base/nested-addr.exp C++ify
` [RFC 05/18] gdb.base/examine-backward.exp C++ify and Clang
` [RFC 06/18] gdb.base/printcmds.c C++-ify
` [RFC 07/18] gdb.base/watchpoint.{c,exp}
` [RFC 08/18] gdb.base/charset.exp C++ify
` [RFC 09/18] gdb.base/{exprs,ptype,ptype1,setvar,whatis}.c C++ify
` [RFC 10/18] gdb.mi/var-cmd.c C++ify
` [RFC 11/18] gdb.python/{py-framefilter-mi,py-framefilter}.c C++ify
` [RFC 13/18] gdb.base/{prologue,symbol-alias}.exp C++ify
` [RFC 14/18] gdb.base/share-env-with-gdbserver.exp C++ify
` [RFC 15/18] gdb.base/sizeof.exp C++ify
` [RFC 16/18] gdb.python/py-as-string.exp C++ify
` [RFC 17/18] gdb.python/py-frame-inline.exp and C++
` [RFC 18/18] gdb.cp/call-c.exp C++ify
` [RESEND][RFC 01/18] gdb.base/find.exp C++ify

[PATCH] Fix compilation of .c files as C++ when using Clang
 2020-09-17 22:18 UTC  (2+ messages)

[PATCH] Change management of tdesc_arch_data
 2020-09-17 20:26 UTC  (3+ messages)

[PATCH] Fix gdb.base/infcall-nested-structs-c++.exp with Clang
 2020-09-17 18:31 UTC  (2+ messages)

[pushed v2 0/4] Rewrite enum_flags, add unit tests, fix problems
 2020-09-17 16:23 UTC  (14+ messages)
` [pushed v2 1/4] Use type_instance_flags more throughout
  ` [pushed] gdb: remove TYPE_INSTANCE_FLAGS
` [pushed v2 2/4] Rename address_space_int_to_name/address_space_name_to_int
` [pushed v2 3/4] Rewrite valid-expr.h's internals in terms of the detection idiom (C++17/N4502)
` [pushed v2 4/4] Rewrite enum_flags, add unit tests, fix problems

[pushed] Make c-exp.y:name_obstack static
 2020-09-17 14:07 UTC 

Problem building today's snapshot with MinGW
 2020-09-17 13:57 UTC  (5+ messages)

[PATCH] arc: Add support for Linux coredump files
 2020-09-17 11:55 UTC  (4+ messages)
` [PING^2][PATCH] "

[PATCH] gdb/riscv: fix recorded insn type
 2020-09-17  8:49 UTC  (2+ messages)

[pushed] gdb: use bool in the solib catchpoint area
 2020-09-16 21:27 UTC 

[PATCH] gdbserver: Add GNU/Linux support for ARC
 2020-09-16 19:59 UTC  (3+ messages)
` [PING^2][PATCH] "

[PATCH] Match demangled name in "skip"
 2020-09-16 19:32 UTC  (3+ messages)

[PATCH] Fix testcases using __attribute__((noclone)) with Clang
 2020-09-16 16:06 UTC 

[committed][gdb/testsuite] Fix gdb.dlang/watch-loc.exp on ppc64
 2020-09-16 16:05 UTC 

[PATCH] gdb/breakpoint: make a copy of the "commands" command's argument
 2020-09-16 14:45 UTC  (4+ messages)

[PATCH][gdb/testsuite] Detect gdb prompt after monitor exit
 2020-09-16 12:55 UTC  (5+ messages)

[PATCH v3 0/3] avx512 bfloat16 support
 2020-09-16 12:34 UTC  (5+ messages)

[committed][gdb/testsuite] Catch condition evaluation errors in gdb_assert
 2020-09-16 11:28 UTC 

[PATCHv2 00/18] Further updates for the language class structure
 2020-09-16 10:06 UTC  (3+ messages)

[FYI] Add myself to gdb/MAINTAINERS
 2020-09-16  9:00 UTC 

[committed][gdb/testsuite] Fix unbalanced braces in gdb.tui/new-layout.exp
 2020-09-16  8:58 UTC 

[PATCH 0/2] Two minor value-printing cleanups
 2020-09-16  0:51 UTC  (2+ messages)

[PING][PATCH 0/6] Fix inferior calls from breakpoint condition
 2020-09-15 18:07 UTC 

[PATCH 0/7] Standarize int-wrapping approach in Python code
 2020-09-15 17:06 UTC  (10+ messages)
` [PATCH 1/7] Don't use PyInt_FromSsize_t
` [PATCH 2/7] Don't use gdb_py_long_from_longest
` [PATCH 3/7] Don't use gdb_py_long_from_ulongest
` [PATCH 4/7] Don't use PyLong_FromLong
` [PATCH 5/7] Don't use PyLong_FromLongLong
` [PATCH 6/7] Don't use PyLong_FromUnsignedLong
` [PATCH 7/7] Don't use PyInt_FromLong

[PATCH] Avoid running one Rust test against older LLVM
 2020-09-15 15:22 UTC  (4+ messages)

[PATCH] Remove ui::num
 2020-09-15 14:54 UTC  (3+ messages)

[PATCH] Apply 'const' in more places
 2020-09-15 14:52 UTC  (4+ messages)

[PATCH] Fix exception unwinding for ARM Cortex-M
 2020-09-15 14:05 UTC  (10+ messages)
      ` [PATCH] Fix exception stack "

[PATCH] bfd: verilog hex dump backend should handle 64-bit addresses
 2020-09-15  6:08 UTC  (3+ messages)

[PATCH 1/2] gdb: use make_unique_xstrdup in debuginfod-support.c
 2020-09-15  2:29 UTC  (5+ messages)
` [PATCH 2/2] gdb: introduce debuginfod_client_up type

Compile Break for !defined(HAVE_LIBEXPAT): Patch included
 2020-09-15  0:43 UTC  (2+ messages)

[PATCH 0/3] Rewrite enum_flags, add unit tests, fix problems
 2020-09-14 19:26 UTC  (12+ messages)
` [PATCH 2/3] Use type_instance_flags more throughout

[PATCH] gdb: turn gdb::bcache's function pointers into virtual methods
 2020-09-14 18:08 UTC  (2+ messages)

[PATCH] gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
 2020-09-14 17:06 UTC  (3+ messages)

Add a way to invoke redefined (overridden) GDB commands
 2020-09-14 16:51 UTC  (5+ messages)
` [PATCH 1/2] Move the code to execute a cmd_list_element out from execute_command
` [PATCH 2/2] Add a way to preserve redefined GDB commands for later invocation

[PATCH] gdb: don't use inferior_ptid in linux_nat_wait_1
 2020-09-14 15:52 UTC  (4+ messages)

[PATCH 1/2] gdb: change xml_fetch_another a function_view
 2020-09-14 15:31 UTC  (2+ messages)

[PATCH 00/22] Change type flags macros to methods
 2020-09-14 15:11 UTC  (2+ messages)

[PATCH] Various m68k fixes for gdb
 2020-09-14 14:29 UTC  (2+ messages)

FYI: git hooks now checking new files path length
 2020-09-14 14:17 UTC 

[PATCH v1][PowerPC] Use flexible target descriptors for Linux PowerPC
 2020-09-14 12:20 UTC  (6+ messages)
` [PATCH v2] "

[committed][gdb/testsuite] Fix PATH warning in gdb.rust/traits.exp
 2020-09-14  7:55 UTC 

[pushed] gdb/testsuite: Explicitly return from main
 2020-09-13 22:31 UTC 

[pushed] Fix gdb.base/share-env-with-gdbserver.exp with Clang
 2020-09-13 20:35 UTC 

[pushed] Make default_mi_gdb_start/dbx_gdb_start use gdb_spawn
 2020-09-13 19:50 UTC 

[ob/pushed] Fix a couple gdb.dwarf2/ testcases with "clang -flto"
 2020-09-13 17:37 UTC 

[PATCH] Add MI "-break-insert --qualified"
 2020-09-13 17:13 UTC  (3+ messages)

[PATCH] gdb/testsuite: ISO C++17 does not allow register storage class specifier
 2020-09-13 16:40 UTC  (6+ messages)
  ` [PATCH] Move "register" test out of classes.exp to a separate testcase (Re: [PATCH] gdb/testsuite: ISO C++17 does not allow register storage class specifier.)
    ` [PATCH] Remove stale "register" bits from gdb.cp/misc.cc (Re: [PATCH] Move "register" test out of classes.exp to a separate testcase)

[PATCH] Don't drop static function bp locations w/o debug info
 2020-09-13 13:25 UTC  (3+ messages)

GDB 10.0.90 available for testing
 2020-09-13  3:10 UTC 

gdb-10 branch FROZEN
 2020-09-13  3:09 UTC  (2+ messages)
` gdb-10-branch OPEN again (was: "gdb-10 branch FROZEN")

[pushed/branch] gdb/NEWS: Change "since GDB 9" to "in GDB 10"
 2020-09-13  2:53 UTC 

[pushed] Fix GDB build in infrun.c when configured with unit tests disabled
 2020-09-12 20:54 UTC 

[PATCH] Enable gdb.cp/ambiguous.exp with GCC >= 10.1 and clang
 2020-09-11 13:59 UTC  (12+ messages)
` [PATCH v2] Enable gdb.cp/ambiguous.exp with GCC "

[PATCH] gdb/breakpoint: fix typo in help message of "set breakpoint condition-evaluation"
 2020-09-11 11:54 UTC  (2+ messages)

[OBV][PATCH] gdb/testsuite: remove stale comment in gdb.base/bp-cmds-execution-x-script.exp
 2020-09-11 11:46 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).