llvm-project/lldb/source
Jim Ingham 3ac7cf3be9 In Process::LoadImage, if dlopen returns 0x0 fetch the error with dlerror and report
that in the returned Error.

llvm-svn: 213294
2014-07-17 18:55:25 +00:00
..
API Fix some warnings in the Windows build. 2014-07-16 20:28:24 +00:00
Breakpoint Fix typos. 2014-07-01 21:22:11 +00:00
Commands Fix some warnings in the Windows build. 2014-07-16 20:28:24 +00:00
Core Add kalimba as a platform. 2014-07-16 15:03:10 +00:00
DataFormatters Fixes for broken Debian build - g++ 4.7 support. 2014-07-10 04:39:13 +00:00
Expression lldb needs to support DW_op_piece masks for values in subregister and also to be able to piece together a value that is spread across multiple registers. 2014-07-12 00:24:33 +00:00
Host Add Host::MAX_THREAD_NAME_LENGTH constant. 2014-07-16 19:03:16 +00:00
Interpreter Any commands that are executed through the public interface using SBCommandInterpreter::HandleCommand() are assumed to be in non-interactive mode. 2014-07-15 00:25:59 +00:00
Plugins Two fixes in the Objective-C language runtime: 2014-07-17 01:20:37 +00:00
Symbol Don't crash when a SBType is handed out through the API and later used after the module that owns the type is deleted. 2014-07-11 22:43:15 +00:00
Target In Process::LoadImage, if dlopen returns 0x0 fetch the error with dlerror and report 2014-07-17 18:55:25 +00:00
Utility Fix typos. 2014-07-01 21:22:11 +00:00
CMakeLists.txt Fix build broken as a result of r213171. 2014-07-16 18:53:18 +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 Add kalimba as a platform. 2014-07-16 15:03:10 +00:00