hanchenye-llvm-project/lldb/source
Tamas Berghammer bd05108e53 Fix execution of platform shell commands on android
* Add missing functionality to the process launcher
* Fixup PATH environment variable to workaround an OS bug
* Add default shell path to the host info structure

Differential revision: http://reviews.llvm.org/D8009

llvm-svn: 231065
2015-03-03 12:14:45 +00:00
..
API Fix FileSpec::GetPath to return null-terminated strings 2015-02-27 19:43:08 +00:00
Breakpoint Change the default disassembly format again. First attempt at 2015-02-13 23:24:21 +00:00
Commands Fix handling of backslashes in Args parsing 2015-03-02 12:46:22 +00:00
Core Remove duplicated code for synthetic array members. 2015-02-26 23:55:39 +00:00
DataFormatters Remove duplicated code for synthetic array members. 2015-02-26 23:55:39 +00:00
Expression Fixed an infinite recursion bug that could happen when using python operating system plug-ins where we would ask the operating system plug-in to update its threads and this would cause the plugin to run an expression which would eventually run IRForTarget::CreateResultVariable() which would try to get the selected thread and cause re-entrant bug. 2015-02-27 00:12:22 +00:00
Host Fix execution of platform shell commands on android 2015-03-03 12:14:45 +00:00
Interpreter Fix build breakage on win7-msvc caused by r230955 2015-03-02 13:39:39 +00:00
Plugins Fix a crasher where we might have a N_UNDF symbol with no name and this could cause ObjectFileMachO::ParseSymtab() to crash. 2015-03-03 01:40:46 +00:00
Symbol Optimize finding the Complete Definition of an ObjC class for debug with .o files with lots of .o files. 2015-02-25 22:41:34 +00:00
Target Remove duplicated code for synthetic array members. 2015-02-26 23:55:39 +00:00
Utility Add qModuleInfo request in order to get module information (uuid, triple,..) by module path from remote platform. 2015-02-25 22:15:44 +00:00
CMakeLists.txt Resubmit "[CMake] Change lldbAPI to be a CMake OBJECT library." 2015-02-24 22:17:57 +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 Reduce the number of components initialized by lldb-server to reduce static binary size. 2015-03-02 15:14:50 +00:00