[Lldb-commits] [PATCH] D26275: Remove TimeValue usage from Core/Module
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 3 03:47:18 PDT 2016
labath created this revision.
labath added a reviewer: clayborg.
labath added a subscriber: lldb-commits.
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.
https://reviews.llvm.org/D26275
Files:
include/lldb/Core/Module.h
include/lldb/Host/TimeValue.h
source/Commands/CommandObjectTarget.cpp
source/Core/Module.cpp
source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26275.76832.patch
Type: text/x-patch
Size: 10703 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20161103/dcb6397d/attachment-0001.bin>
More information about the lldb-commits
mailing list