[Lldb-commits] [PATCH] D26275: Remove TimeValue usage from Core/Module

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 8 09:59:41 PST 2016


labath updated this revision to Diff 77209.
labath added a comment.

It turns out this was the only usage of TimeValue::Dump. I've changed that into a
standalone function so it can be called without a TimeValue. Once Zachary lands
the formatting change in llvm I'd like add a more generic time formatting
function there, and remove this custom one.


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/Host/common/TimeValue.cpp
  source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
  source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26275.77209.patch
Type: text/x-patch
Size: 12564 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20161108/b568419a/attachment.bin>


More information about the lldb-commits mailing list