llvm-project/lldb/source
Greg Clayton e37df2e64b Fixed an issue where the last N load commands in the mach-o core file would not be read in where N was the number of LC_THREAD load commands.
I now properly increment the ncmds for each LC_THREAD and now core files are saved correctly.

<rdar://problem/18312703> 

llvm-svn: 217905
2014-09-16 20:50:29 +00:00
..
API Change SBType.GetMemberFunctionAtIndex() to return an object describing the member function in more detail. A type was really quite vague. This now has function name, kind, as well as function type 2014-09-15 21:30:36 +00:00
Breakpoint Rework how resetting breakpoints in changed modules works. Try to match up old 2014-09-10 21:40:47 +00:00
Commands Add a --help (-h) option to "command script add" that enables users to define a one-liner short help for their command 2014-09-15 17:52:44 +00:00
Core Fix the ctor ivar initialization formatting for Debugger, 2014-09-12 01:50:46 +00:00
DataFormatters Unused functions break the -Werror build. Revert for now. 2014-09-16 20:28:26 +00:00
Expression Clean-up warnings on Linux/GCC 2014-09-16 06:34:29 +00:00
Host Clean-up warnings on Linux/GCC 2014-09-16 06:34:29 +00:00
Interpreter Continuation broken for Python scripts when using non-interactive input (Xcode for example). 2014-09-15 22:46:25 +00:00
Plugins Fixed an issue where the last N load commands in the mach-o core file would not be read in where N was the number of LC_THREAD load commands. 2014-09-16 20:50:29 +00:00
Symbol Change the ClangASTMap implementation to use a thread-safe wrapper over llvm::DenseMap. This helps avoid a certain class of spins per <rdar://problem/18160764> 2014-09-16 17:28:40 +00:00
Target Clean-up warnings on Linux/GCC 2014-09-16 06:34:29 +00:00
Utility lldb - Register Context Linux ARM64 2014-08-29 16:01:35 +00:00
CMakeLists.txt Fix OSX CMake build 2014-09-12 12:15:11 +00:00
Makefile Make lldb build with Makefiles on OS X. 2014-01-18 08:05:32 +00:00
lldb-log.cpp use std::atomic<> to protect variables being accessed by multiple threads 2014-09-15 20:07:33 +00:00
lldb.cpp ASan malloc/free history threads 2014-09-04 01:03:18 +00:00