hanchenye-llvm-project/lldb/source
Greg Clayton 94976f70af Adding the ability to get the language from a mangled name. This isn't used in the SVN LLDB, but will be used in another codebase based on the SVN LLDB.
llvm-svn: 226962
2015-01-23 23:18:53 +00:00
..
API Add null pointer checks to some SBStream functions. 2015-01-14 18:34:35 +00:00
Breakpoint Make sure that when a breakpoint is hit but its condition is not met, 2015-01-15 01:41:04 +00:00
Commands This patch gets remote-linux platform able to run processes 2015-01-21 22:42:49 +00:00
Core Adding the ability to get the language from a mangled name. This isn't used in the SVN LLDB, but will be used in another codebase based on the SVN LLDB. 2015-01-23 23:18:53 +00:00
DataFormatters Commit fix for a static analyzer issue where a string pointer could theoretically be NULL.. 2015-01-17 02:46:20 +00:00
Expression Fix the -*-version-min option to not try and use the current OS version for iOS and the simulator since llvm/clang will assert and kill LLDB. 2015-01-22 18:25:49 +00:00
Host fixed up some logging messages (options and wait_pid were swapped) 2015-01-23 22:48:28 +00:00
Interpreter Abstract the details from regex.h a bit more by not allowing people to specify compile and execute flags for regular expressions. Also enable better regular expressions if they are available by check if the REG_ENHANCED is available and using it if it is. 2015-01-21 21:51:02 +00:00
Plugins Fixing TestRegisters on Linux with LLGS 2015-01-23 22:57:00 +00:00
Symbol debug printfs that got left in. I blame greg. 2015-01-23 01:34:19 +00:00
Target Fixing TestRegisters on Linux with LLGS 2015-01-23 22:57:00 +00:00
Utility UriParser - fixed potential buffer overrun 2015-01-15 20:57:01 +00:00
CMakeLists.txt Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ 2015-01-15 20:08:35 +00:00
Makefile Use PARALLEL_DIRS instead of DIRS in the Makefile 2014-10-14 06:26:33 +00:00
lldb-log.cpp Make sure to #include <atomic> when using std::atomic. 2014-09-19 20:12:32 +00:00
lldb.cpp Add a method to disable the Windows crash / assert dialogs. 2014-12-12 18:10:52 +00:00