llvm-project/lldb/source
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
..
API Refactor LLDB's Windows process plugin (NFC) 2016-11-23 16:26:37 +00:00
Breakpoint Re-add "demonstrate new Args API" 2016-11-22 17:10:15 +00:00
Commands Remove \x13 (^S) character that was likely added by mistake. 2016-11-24 10:01:34 +00:00
Core Re-add the StringRef interface changes for Variable. 2016-11-18 19:23:39 +00:00
DataFormatters Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
Expression [CMake] NFC. Updating CMake dependency specifications 2016-11-18 23:31:53 +00:00
Host Make GetRegisterByName() take a StringRef. 2016-11-17 21:54:37 +00:00
Initialization *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Interpreter Re-add "demonstrate new Args API" 2016-11-22 17:10:15 +00:00
Plugins Attempt to fix freebsd build after r287864 2016-11-24 11:22:43 +00:00
Symbol Fix some accidental Prints of StringRefs that snuck in. 2016-11-19 00:50:29 +00:00
Target Fix a bug caught by adding LLVM_NODISCARD to StringRef. 2016-11-21 23:18:13 +00:00
Utility Convert UriParser to use StringRef. 2016-11-17 01:38:02 +00:00
CMakeLists.txt [CMake] Fixing CMake to append source properties instead of overwrite them. 2016-11-10 23:56:32 +00:00
lldb.cpp One more cleanup to lldb version printing 2016-11-14 22:43:08 +00:00