gdb: Use C++11 std::chrono
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
index 701e22ed0ce79db0452c6b280d92226cf132abc5..8b83461668c7893da02b897437b9403365e63d84 100644 (file)
@@ -1,3 +1,12 @@
+2016-11-23  Pedro Alves  <palves@redhat.com>
+
+       * debug.c: Include <chrono> instead of "gdb_sys_time.h".
+       (debug_vprintf): Use std::chrono::steady_clock instead of
+       gettimeofday.  Use '.' instead of ':'.
+       * tracepoint.c: Include <chrono> instead of "gdb_sys_time.h".
+       (get_timestamp): Use std::chrono::steady_clock instead of
+       gettimeofday.
+
 2016-11-22  Simon Marchi  <simon.marchi@polymtl.ca>
 
        * Makefile.in: Fix whitespace formatting.
This page took 0.047727 seconds and 4 git commands to generate.