[Lldb-commits] [PATCH] D25391: Remove usages of TimeValue from gdb-remote process plugin

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 7 21:54:00 PDT 2016


labath added a subscriber: mehdi_amini.
labath added inline comments.


================
Comment at: source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp:2144
+template <typename DurOut, typename DurIn>
+static double float_duration(DurIn dur) {
+  return std::chrono::duration_cast<
----------------
First function I'd like to stash somewhere.


https://reviews.llvm.org/D25391





More information about the lldb-commits mailing list