llvm-project/lldb/source
Davide Italiano cd9f7b84bb Use POSIX pid_t and not lldb::pid_t.
The latter is uint64_t beacuse lldb supports arbitrary pid/platforms
but in this case we're using it as return value for fork() which might
return -1 to the parent in case the syscall fails. 

Differential Revision:  http://reviews.llvm.org/D8491	

llvm-svn: 232926
2015-03-22 23:43:58 +00:00
..
API Compare pointers directly instead of ::strcmp in SBXxx::EventIsXxxEvent() 2015-03-21 11:11:07 +00:00
Breakpoint Move lldb-log.cpp to core/Logging.cpp 2015-03-18 18:20:42 +00:00
Commands Support for truncate/append on log files 2015-03-20 09:43:20 +00:00
Core Support for truncate/append on log files 2015-03-20 09:43:20 +00:00
DataFormatters Implement formatter for std::vector<bool, ...> of libstdc++ in Python. 2015-03-17 21:23:17 +00:00
Expression Move lldb-log.cpp to core/Logging.cpp 2015-03-18 18:20:42 +00:00
Host Reverted r232883 due to failing tests. 2015-03-22 05:47:00 +00:00
Initialization Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00
Interpreter Remove ScriptInterpreterObject. 2015-03-17 20:04:04 +00:00
Plugins Use POSIX pid_t and not lldb::pid_t. 2015-03-22 23:43:58 +00:00
Symbol Added missing case for IK_PreprocessedCuda. 2015-03-19 18:12:26 +00:00
Target Move some functions from source/lldb.cpp to Utility. 2015-03-18 21:31:45 +00:00
Utility Move some functions from source/lldb.cpp to Utility. 2015-03-18 21:31:45 +00:00
CMakeLists.txt Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00
Makefile Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00
lldb.cpp Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00