Home
last modified time | relevance | path

Searched defs:WillLaunch (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.cpp186 Status ProcessKDP::WillLaunch(Module *module) { in WillLaunch() function in ProcessKDP
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.cpp337 Status ProcessFreeBSD::WillLaunch(Module *module) { in WillLaunch() function in ProcessFreeBSD
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h1014 virtual Status WillLaunch(Module *module) { return Status(); } in WillLaunch() function
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp620 Status ProcessGDBRemote::WillLaunch(lldb_private::Module *module) { in WillLaunch() function in ProcessGDBRemote