llvm-project/lldb/source
Rafael Espindola 7c03d95725 Update for llvm api change.
llvm-svn: 215969
2014-08-19 04:27:03 +00:00
..
API Add an option to suppress the persistent result variable when running EvaluateExpression 2014-08-08 21:45:36 +00:00
Breakpoint Fix typos. 2014-07-01 21:22:11 +00:00
Commands Fix the missleading indentation. Fix CID 1096300 2014-08-18 14:48:24 +00:00
Core Don't search for module resources at all if the setting is set to "false". 2014-08-18 21:08:44 +00:00
DataFormatters Enable the data formatter for std::vector<bool> on libc++ again. In recent clang builds, we are vended a different typename, which the formatter needs to match against. 2014-08-16 01:02:36 +00:00
Expression Update for llvm api change. 2014-08-19 04:27:03 +00:00
Host Fix an issue with source file groupings in the CMake build. 2014-08-18 16:47:33 +00:00
Interpreter Remove another of the llvm given warnings from the list of 2014-08-15 22:23:40 +00:00
Plugins Fix Linux to respect ASLR settings when launching processes to debug locally and remotely. 2014-08-17 00:10:50 +00:00
Symbol Add functions to ClangASTContext to get integer types of a given byte size 2014-08-15 23:00:02 +00:00
Target In order for the debug script filename to be valid as a module name, LLDB does some textual replacements. However, if one were unaware of this, they might name their script using the 'untampered' file name and they would get no feedback about it. Add logic to LLDB to make sure we tell people about those changes if it turns out they might need to know. Fixes rdar://14310572 2014-08-16 00:32:58 +00:00
Utility StringLexer: Fix CMake build 2014-08-07 20:48:39 +00:00
CMakeLists.txt In the CMake build, convert lldbHost to be a single static library. 2014-08-15 23:50:36 +00:00
Makefile Make lldb build with Makefiles on OS X. 2014-01-18 08:05:32 +00:00
lldb-log.cpp Fix typos. 2014-07-01 21:22:11 +00:00
lldb.cpp Teach LLDB about Windows processes. 2014-07-28 16:45:18 +00:00