Remove TimeValue usage from Core/Module
authorPavel Labath <labath@google.com>
Wed, 9 Nov 2016 09:59:18 +0000 (09:59 +0000)
committerPavel Labath <labath@google.com>
Wed, 9 Nov 2016 09:59:18 +0000 (09:59 +0000)
commit7e2cfbf0b7001cc49f918e0d1cfe94b527764fd3
treed2e76aa452b3f86f7d26feabf0f583807df92fb8
parent25143dfd48ea7f52d3066ff73a6c99f0f1bae1da
Remove TimeValue usage from Core/Module

Summary:
The only interesting part here is that TimePoint and TimeValue have different
natural string representations, which affects "target modules list" output. It
is now "2016-07-09 04:02:21.000000000", whereas previously in was
"Sat Jul  9 04:02:21 2016". I wanted to check if we're OK with that.

Reviewers: clayborg

Subscribers: lldb-commits

Differential Revision: https://reviews.llvm.org/D26275

llvm-svn: 286349
lldb/include/lldb/Core/Module.h
lldb/include/lldb/Host/TimeValue.h
lldb/source/Commands/CommandObjectTarget.cpp
lldb/source/Core/Module.cpp
lldb/source/Host/common/TimeValue.cpp
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h