hanchenye-llvm-project/lldb/include/lldb
Pavel Labath 8cb1cd9b7b Remove TimeValue class
Summary:
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).

Reviewers: clayborg, zturner

Subscribers: mgorny, lldb-commits

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

llvm-svn: 287096
2016-11-16 10:54:22 +00:00
..
API Remove weak-linked symbols for SBBreakpointListImpl 2016-11-11 21:06:40 +00:00
Breakpoint Switch SBWatchpoint::SetEnabled over to using Process::{Enable,Disable}Watchpoint. 2016-11-01 20:37:02 +00:00
Core Fix printf warning I introduced in ModuleSpec.h 2016-11-16 10:54:17 +00:00
DataFormatters Change ValueObject creation functions to take StringRefs. 2016-11-13 03:29:46 +00:00
Expression Make DiagnosticsManager functions take StringRefs. 2016-11-12 19:12:56 +00:00
Host Remove TimeValue class 2016-11-16 10:54:22 +00:00
Initialization *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Interpreter Change Property::GetName() and GetDescription() to return StringRef. 2016-11-15 23:36:43 +00:00
Symbol Convert some Expression parser functions to StringRef. 2016-11-08 04:52:16 +00:00
Target Make Options::SetOptionValue take a StringRef. 2016-11-12 16:56:47 +00:00
Utility Make lldb -Werror clean on Windows. 2016-10-05 17:07:34 +00:00
lldb-defines.h Actually use = delete to mark constructors and operators we want to not exist. Just declaring them as private works, but it can confuse certain tools as it doesn't actually declare intent, and the C++11 way is more expressive anyway, so this is pure win 2016-10-26 18:12:52 +00:00
lldb-enumerations.h Fix serialization of Python breakpoint commands. 2016-09-26 19:47:37 +00:00
lldb-forward.h Remove TimeValue class 2016-11-16 10:54:22 +00:00
lldb-private-defines.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-private-enumerations.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-private-forward.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-private-interfaces.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-private-types.h Adding a RegisterContextMinidump_x86_64 converter 2016-09-27 19:05:55 +00:00
lldb-private.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-public.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-types.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-versioning.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00