llvm-project/lldb/source/Plugins
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
..
ABI Revert "Fix warnings found with clang-cl." 2015-02-25 19:52:41 +00:00
Disassembler Change the default disassembly format again. First attempt at 2015-02-13 23:24:21 +00:00
DynamicLoader Extend Platform(s) in order to cache remote executables using ModuleCache and make POSIX dynamic loader to use this flow when attaching to a remote target. 2015-03-13 18:44:56 +00:00
Instruction Fix a typo in EmulateInstructioinMIPS64 2015-03-18 09:57:10 +00:00
InstrumentationRuntime Further reduce header footprint of Debugger.h. 2015-03-04 01:58:01 +00:00
JITLoader Reduce header footprint of Target.h 2015-03-03 19:23:09 +00:00
LanguageRuntime Remember to set m_loaded_objc_opt once you've loaded the ObjC data 2015-03-06 20:57:17 +00:00
MemoryHistory Add ASan history threads into process_sp->GetExtendedThreadList, so they don't get freed too early 2014-09-23 18:20:24 +00:00
ObjectContainer Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer - in order to allow modules caching from remote targets. 2015-03-10 01:15:28 +00:00
ObjectFile Move lldb-log.cpp to core/Logging.cpp 2015-03-18 18:20:42 +00:00
OperatingSystem Remove ScriptInterpreterObject. 2015-03-17 20:04:04 +00:00
Platform [MIPS] - Register Context for MIPS64 2015-03-17 11:43:56 +00:00
Process Use POSIX pid_t and not lldb::pid_t. 2015-03-22 23:43:58 +00:00
SymbolFile Respect include_inlines when looking up functions in SymbolFileDWARF 2015-03-13 10:22:00 +00:00
SymbolVendor Reduce the number of components initialized by lldb-server to reduce static binary size. 2015-03-02 15:14:50 +00:00
SystemRuntime Don't #include ClangASTContext.h from Module.h 2015-03-03 18:34:26 +00:00
UnwindAssembly Initial Assembly profiler for mips64 2015-03-18 09:21:29 +00:00
CMakeLists.txt Fix cmake build for PluginInstrumentationRuntimeAddressSanitizer. 2014-10-11 20:11:18 +00:00
Makefile Initial Assembly profiler for mips64 2015-03-18 09:21:29 +00:00