public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[RFA 00/13] Makefile simplifications and subdirification
 2017-11-27 23:57 UTC  (10+ messages)
` [RFA 10/13] Simplify COMMON_OBS by using list of sources
` [RFA 13/13] Redefine REMOTE_OBS in terms of a "

time to create the GDB 8.1.x branch?
 2017-11-27 22:41 UTC  (14+ messages)

[PATCH] Implement pahole-like 'ptype /o' option
 2017-11-27 22:20 UTC  (4+ messages)

[RFA/doco] (Ada) provide the exception message when hitting an exception catchpoint
 2017-11-27 19:42 UTC  (8+ messages)

[RFC/RFA] Add support for the --readnever command-line option (DWARF only)
 2017-11-27 19:13 UTC  (17+ messages)
    ` [PATCH v2] "
` [PATCH v2] Add support for the --readnever command-line option

[PATCH v2 0/3] C++ debugging improvements: wild matching and ABI tags
 2017-11-27 17:47 UTC  (6+ messages)
` [PATCH v2 3/3] Breakpoints in symbols with ABI tags (PR c++/19436)
` [PATCH v2 1/3] Handle custom completion match prefix / LCD
` [PATCH v2 2/3] Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]

[PATCH 00/40] C++ debugging improvements: breakpoints, TAB completion, more
 2017-11-27 17:14 UTC  (27+ messages)
` [PATCH 38/40] Use TOLOWER in SYMBOL_HASH_NEXT
    ` [pushed] "
` [PATCH 39/40] Breakpoints in symbols with ABI tags (PR c++/19436)
` [PATCH 37/40] Fix completing an empty string
` [PATCH 35/40] Comprehensive C++ linespec/completer tests
` [PATCH 36/40] Add comprehensive C++ operator linespec/location/completion tests
    ` [pushed] "
` [PATCH 34/40] Make strcmp_iw NOT ignore whitespace in the middle of tokens
    ` [pushed] "
` [PATCH 32/40] Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]
` [PATCH 31/40] Handle custom completion match prefix / LCD

[RFA] C++-ify parser_state
 2017-11-27 16:41 UTC  (3+ messages)

[PATCH 1/2] C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)
 2017-11-27 13:54 UTC  (2+ messages)
` [PATCH 2/2] Remove xmethod_worker::clone

Update find command help and search memory docs
 2017-11-27  3:48 UTC  (5+ messages)

[PATCH 1/2] C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)
 2017-11-27  0:48 UTC  (2+ messages)
` [PATCH 2/2] Remove xmethod_worker::clone

[PATCH] python: Fix memleak in do_start_initialization
 2017-11-27  0:36 UTC  (5+ messages)

Add possibility to disable showing search memory access warnings
 2017-11-26 23:01 UTC 

[RFA] Return unique_xmalloc_ptr from target_fileio_readlink
 2017-11-26 17:38 UTC  (3+ messages)

[PATCH] Define HAVE_NATIVE_GCORE_HOST on NetBSD
 2017-11-26 16:51 UTC  (5+ messages)

[PATCH 0/2] Make "list ambiguous" show symbol names too
 2017-11-26 16:38 UTC  (7+ messages)
` [PATCH 1/2] Fix "list ambiguous_variable"
        ` ppc64 regression: "

[spu] Fix various test cases
 2017-11-26 16:30 UTC 

[spu] Fix single-stepping regression
 2017-11-26 16:24 UTC 

[RFA] Change maybe_disable_address_space_randomization to a class
 2017-11-26 14:41 UTC  (2+ messages)

[RFA] Removes a cleanup from gcore.c
 2017-11-26 14:21 UTC  (2+ messages)

[RFA] C++-ify parse_format_string
 2017-11-25 21:25 UTC  (7+ messages)

[RFA v2 0/2] small usage updates in symfile.c
 2017-11-25 20:35 UTC  (3+ messages)
` [RFA v2 1/2] Fix add-symbol-file usage and errors
` [RFA v2 2/2] Update usage text for load, symbol-file

Oh dear. I regret to inform you that commit 30649c145114fe3aac089bf06e9457238d46341b might be unfortunate
 2017-11-25 16:43 UTC  (3+ messages)
` Breakage on builder Fedora-i686, revision 30649c145114fe3aac089bf06e9457238d46341b

[pushed] Fix PR gdb/22491: Regression when setting SystemTap probe semaphores
 2017-11-25 15:59 UTC  (2+ messages)
` [obvious] Adding ChangeLog entry for the last commit

[pushed] Comprehensive C++ linespec/completer tests
 2017-11-25  0:03 UTC 

[PATCH 1/2] Fix issues with gdb-memory-map.dtd
 2017-11-24 22:23 UTC  (7+ messages)

[PATCH 0/4] Poison XNEW and friends for non-POD types
 2017-11-24 21:31 UTC  (19+ messages)
` [PATCH 1/4] Create private_inferior class hierarchy
` [PATCH 2/4] remote: C++ify thread_item and threads_listing_context
` [PATCH 3/4] Create private_thread_info hierarchy
` [PATCH 4/4] Poison XNEW and friends for types that should use new/delete

[spu] Fix spu-linux gdbserver build
 2017-11-24 21:09 UTC 

[spu] Fix spu-linux native build
 2017-11-24 21:09 UTC 

[PATCH 0/4] Split up s390-linux-tdep.c
 2017-11-24 19:25 UTC  (8+ messages)
` [PATCH 3/4] Add comments to uncommented functions in s390-tdep.c
` [PATCH 4/4] Add comments to uncommented functions in s390-linux-tdep.c
` [PATCH 1/4] Split up s390-linux-tdep.c into two files
` [PATCH 2/4] Clean up s390-linux-tdep.c

[PATCH] Workaround build bug with GCC 6.2.1
 2017-11-24 16:53 UTC  (6+ messages)

[PATCH v2 1/4] Create private_inferior class hierarchy
 2017-11-24 15:44 UTC  (9+ messages)
` [PATCH v2 3/4] Create private_thread_info hierarchy
` [PATCH v2 2/4] remote: C++ify thread_item and threads_listing_context
` [PATCH v2 4/4] Poison XNEW and friends for types that should use new/delete

[pushed] Document linespec/explicit locations & completion improvements (manual + NEWS)
 2017-11-24 15:26 UTC 

[PATCH OBV] Remove dead code in regcache::dump
 2017-11-24 14:59 UTC 

Oh dear. I regret to inform you that commit d6d7ce56231ca8c233e64b2ebcb910fe334d6ff8 might be unfortunate
 2017-11-24 14:32 UTC  (3+ messages)
` Breakage on builder Ubuntu-AArch64-native-gdbserver-m64, revision d6d7ce56231ca8c233e64b2ebcb910fe334d6ff8
` Breakage on builder Ubuntu-AArch64-m64, "

[python] Allow explicit locations in breakpoints
 2017-11-24 14:07 UTC  (11+ messages)

[PATCH 3/4] Use flexible target descriptors for aarch64
 2017-11-24 14:05 UTC  (17+ messages)
                ` [PATCH 4/4] Add xml selftests
                      ` [PATCH] fix aarch64-none-elf build error

[PATCH 0/3] Unit test to regcache::cooked_read and remove Morpho mt port
 2017-11-24 13:08 UTC  (5+ messages)
` [PATCH 2/3] regcache::cooked_read unit test
` [PATCH 3/3] cooked_read test for readonly regcache

[PATCH 1/2] Change register_changed_p returns bool
 2017-11-24 10:49 UTC  (2+ messages)

[PATCH] Change tic6x target descriptions
 2017-11-24  9:32 UTC  (2+ messages)

[PATCH] C++ify osdata
 2017-11-24  2:58 UTC  (6+ messages)

[PATCH] Fix gdb.threads/process-dies-while-detaching.exp
 2017-11-23 19:51 UTC  (2+ messages)

[RFA] add include guards
 2017-11-23 19:33 UTC  (2+ messages)

[pushed] Fix clang warnings about copy elision
 2017-11-23 18:53 UTC 

[PATCH 2/4] gdbserver use aarch64_create_target_description
 2017-11-23 16:08 UTC  (8+ messages)

[pushed 1/2] Change int -> bool where applicable throughout varobj
 2017-11-23 16:07 UTC  (2+ messages)
` [pushed 2/2] Revert unexpected rename in previous patch

[pushed] [testsuite] Pass -g3 to clang in gdb.base/macscp.exp
 2017-11-23 15:33 UTC 

[PATCH] linux: Add maintenance commands to test libthread_db
 2017-11-23 13:22 UTC  (3+ messages)

DWARF: Hierarchies of abstract and concrete DIE instance trees
 2017-11-23  4:04 UTC  (4+ messages)
  ` [Dwarf-Discuss] "

[PATCH 0/3] Convert probe interfaces to C++ (and perform some cleanups)
 2017-11-23  0:33 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] Convert generic probe interface "

Oh dear. I regret to inform you that commit 935676c92feb5f35e4634ef58c20ffdfd0979b07 might be unfortunate
 2017-11-23  0:22 UTC  (2+ messages)
` Breakage on builder Fedora-s390x-m64, revision 935676c92feb5f35e4634ef58c20ffdfd0979b07

New ARI warning Wed Nov 22 01:55:48 UTC 2017
 2017-11-22 22:38 UTC  (2+ messages)

[pushed/ARI] (Ada) ravenscar-thread.c: remove unwanted trailing \n in call to warning
 2017-11-22 22:38 UTC 

[Ada/commit] various ravenscar-thread enhancements
 2017-11-22 22:30 UTC  (4+ messages)
` [Ada 1/6] watchpoint regression debugging with remote protocol (bare metal)

[PATCH] Show optimized out local variables in "info locals"
 2017-11-22 20:58 UTC  (4+ messages)

[PATCH 0/4] C++ify varobj a little bit
 2017-11-22 20:10 UTC  (8+ messages)
` [PATCH 1/4] Basic c++ification of varobj

[RFC v2][1/2] Target FP: Refactor use of host floating-point arithmetic
 2017-11-22 19:35 UTC  (2+ messages)

[pushed] Remove obsolete core-regset.c
 2017-11-22 19:03 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).