This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2] gdb: Use C++11 std::chrono


On 2016-11-23 11:02, Pedro Alves wrote:
I've pushed mine in too, then, with the new files listed in
their respective places:

diff --git c/gdb/Makefile.in w/gdb/Makefile.in
index e3e3ce4..44a743e 100644
--- c/gdb/Makefile.in
+++ w/gdb/Makefile.in
@@ -1201,6 +1201,7 @@ SFILES = \
        common/print-utils.c \
        common/ptid.c \
        common/rsp-low.c \
+       common/run-time-clock.c \
        common/signals.c \
        common/signals-state-save-restore.c \
        common/vec.c \
@@ -1485,6 +1486,7 @@ HFILES_NO_SRCDIR = \
        common/ptid.h \
        common/queue.h \
        common/rsp-low.h \
+       common/run-time-clock.h \
        common/signals-state-save-restore.h \
        common/symbol.h \
        common/vec.h \
@@ -1739,6 +1741,7 @@ COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \
        registry.o \
        reverse.o \
        rsp-low.o \
+       run-time-clock.o \
        rust-lang.o \
        selftest.o \
        sentinel-frame.o \

Splendid!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]