[Lldb-commits] [PATCH] D26451: Remove TimeValue class

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 9 07:34:58 PST 2016


labath created this revision.
labath added reviewers: clayborg, zturner.
labath added a subscriber: lldb-commits.
Herald added a subscriber: mgorny.

All usages have been replaced by appropriate std::chrono funcionality, and the
class is now unused. The only used part of the cpp file is the DumpTimePoint
function, which I have moved into the only caller (CommandObjectTarget.cpp).


https://reviews.llvm.org/D26451

Files:
  include/lldb/Host/TimeValue.h
  include/lldb/lldb-forward.h
  lldb.xcodeproj/project.pbxproj
  source/Commands/CommandObjectTarget.cpp
  source/Host/CMakeLists.txt
  source/Host/common/TimeValue.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26451.77346.patch
Type: text/x-patch
Size: 16281 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20161109/9adbd059/attachment-0001.bin>


More information about the lldb-commits mailing list