hanchenye-llvm-project/lldb/source
Jason Molenda ab223c1ec8 Small tweak to the name of kernel binaries that we look
for; match files starting with "mach", not "mach." so
the old common name mach_kernel will still be matched.

llvm-svn: 227552
2015-01-30 02:28:06 +00:00
..
API Add logic to ClangASTType and SBType to discover information about vector types 2015-01-28 22:18:02 +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 Fixed the failing test: 2015-01-28 22:08:17 +00:00
Core Move several GetByteSize() calls over to the brave new world of taking an ExecutionContext* 2015-01-28 01:09:45 +00:00
DataFormatters Harden against the process pointer being null - this seems like it shouldn't happen, except it did - by a user stopping the debugger while the variables view was refreshing 2015-01-28 19:23:51 +00:00
Expression Preparatory infrastructural work to support dynamically determining sizes of ObjC types via the runtime 2015-01-28 00:07:51 +00:00
Host If lldb is being built with ASAN instrumentation, have lldb 2015-01-29 06:28:36 +00:00
Interpreter Changes in 226712 needed some fixing as a platform is almost always selected and even if platform options are specified when doing a "target create" they would get ignored if a platform was already selected. 2015-01-28 01:33:37 +00:00
Plugins Small tweak to the name of kernel binaries that we look 2015-01-30 02:28:06 +00:00
Symbol Add logic to ClangASTType and SBType to discover information about vector types 2015-01-28 22:18:02 +00:00
Target Fixed the failing test: 2015-01-28 22:08:17 +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