llvm-project/lldb/source/Plugins
Pavel Labath 11b63cd309 Attempt to fix freebsd build after r287864
the chrono library there uses long long as the underlying chrono type, but
defines int64_t as long (or the other way around, I am not sure). In any case,
this caused the implicit conversion to not trigger. This should address that.

Also fix up the relevant unit test.

llvm-svn: 287867
2016-11-24 11:22:43 +00:00
..
ABI Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
Disassembler Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
DynamicLoader Fix a comparison of integers of different signs warning. 2016-11-24 01:34:43 +00:00
ExpressionParser [CMake] NFC. Updating CMake dependency specifications 2016-11-18 23:31:53 +00:00
Instruction Convert AutoComplete related code to StringRef. 2016-11-17 01:37:42 +00:00
InstrumentationRuntime Fix Clang-tidy readability-redundant-string-cstr warnings 2016-11-02 20:34:10 +00:00
JITLoader *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Language Resubmit "Remove an output-parameter from Variable function". 2016-11-18 17:55:04 +00:00
LanguageRuntime [CMake] NFC. Updating CMake dependency specifications 2016-11-18 23:31:53 +00:00
MemoryHistory Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
ObjectContainer Remove TimeValue usage from ObjectContainerBSDArchive 2016-11-09 15:05:45 +00:00
ObjectFile Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
OperatingSystem Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
Platform Change CreateTarget and dependents to accept StringRef. 2016-11-18 20:44:46 +00:00
Process Attempt to fix freebsd build after r287864 2016-11-24 11:22:43 +00:00
ScriptInterpreter Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
StructuredData Rewrite all Property related functions in terms of StringRef. 2016-11-17 18:08:12 +00:00
SymbolFile Improve detection of global vs local variables 2016-11-22 11:40:25 +00:00
SymbolVendor When deciding whether to use the source remapping dictionary from 2016-11-09 03:42:12 +00:00
SystemRuntime Check that we got back an object from MakeFunctionCaller 2016-10-27 23:52:46 +00:00
UnwindAssembly Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
CMakeLists.txt Add StructuredData plugin type; showcase with new DarwinLog feature 2016-08-19 04:21:48 +00:00