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 11/23/2016 02:47 PM, Simon Marchi wrote:
> On 2016-11-22 21:57, Simon Marchi wrote:
>> On 2016-11-22 21:36, Pedro Alves wrote:
>>> Alright.  Thanks for the review!
>>>
>>> Since this adds new files to the Makefile.in lists, I'll wait
>>> for you to push your series in first.
>>
>> Hmm weird, I thought it was pushed (and said so on the list), but I
>> see that it's not.  Perhaps somebody managed to push a commit just
>> before me and I didn't notice that the push fail...  I'll verify
>> tomorrow morning (it's on my work computer).
> 
> Ok, it's now pushed for real!

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 \

Thanks,
Pedro Alves


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