llvm-project/lldb/source
Ilia K cc39d3f4bd Fix Arg0 argument after r229110. The problem was that Arg0ValueChangedCallback isn't twitching when Arg0 was updated, therefore target was launched with empty 1st argument or without it at all. In this patch I update Arg0 by hand.
llvm-svn: 229125
2015-02-13 17:07:55 +00:00
..
API Add -exec-arguments command 2015-02-13 14:31:06 +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 Fix Arg0 argument after r229110. The problem was that Arg0ValueChangedCallback isn't twitching when Arg0 was updated, therefore target was launched with empty 1st argument or without it at all. In this patch I update Arg0 by hand. 2015-02-13 17:07:55 +00:00
Core Add a ModuleList::ForEach(...) which takes the module list mutex calls the std::function argument with each module. If you return true in the callback, iteration will continue, if you return false, iteration will stop and the lock will be released. 2015-02-13 01:19:24 +00:00
DataFormatters Make a more complete fix for always supplying an execution context when getting byte sizes from types. 2015-02-12 00:34:25 +00:00
Expression Fix build after r229094: replace llvm/PassManager.h -> llvm/IR/LegacyPassManager.h 2015-02-13 10:49:18 +00:00
Host Fix configure+make build broken by r228943 2015-02-13 10:39:23 +00:00
Interpreter Add -exec-arguments command 2015-02-13 14:31:06 +00:00
Plugins Fix configure+make build broken by r228943 2015-02-13 10:39:23 +00:00
Symbol Update after LLVM API change. 2015-02-12 16:16:56 +00:00
Target Fix Arg0 argument after r229110. The problem was that Arg0ValueChangedCallback isn't twitching when Arg0 was updated, therefore target was launched with empty 1st argument or without it at all. In this patch I update Arg0 by hand. 2015-02-13 17:07:55 +00:00
Utility Fix Mingw build. 2015-02-11 10:14:13 +00:00
CMakeLists.txt Extend SBPlatform with capability to launch/terminate a process remotely. Integrate this change into test framework in order to spawn processes on a remote target. 2015-02-04 23:19:15 +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 Initialize/Terminate method to Platform base plugin 2015-02-12 18:18:27 +00:00