Home
last modified time | relevance | path

Searched refs:WillLaunch (Results 1 – 8 of 8) sorted by relevance

/external/lldb/source/Plugins/Process/POSIX/
DProcessPOSIX.h51 WillLaunch(lldb_private::Module *module);
DProcessPOSIX.cpp172 ProcessPOSIX::WillLaunch(Module* module) in WillLaunch() function in ProcessPOSIX
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.h84 WillLaunch (lldb_private::Module* module);
DProcessKDP.cpp218 ProcessKDP::WillLaunch (Module* module) in WillLaunch() function in ProcessKDP
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h85 WillLaunch (lldb_private::Module* module);
DProcessGDBRemote.cpp518 ProcessGDBRemote::WillLaunch (Module* module) in WillLaunch() function in ProcessGDBRemote
/external/lldb/include/lldb/Target/
DProcess.h2159 WillLaunch (Module* module) in WillLaunch() function
/external/lldb/source/Target/
DProcess.cpp2863 error = WillLaunch (exe_module); in Launch()