Home
last modified time | relevance | path

Searched defs:DoWillLaunch (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp171 Status ProcessKDP::DoWillLaunch(Module *module) { in DoWillLaunch() function in ProcessKDP
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h1018 virtual Status DoWillLaunch(Module *module) { return Status(); } in DoWillLaunch() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp508 Status ProcessGDBRemote::DoWillLaunch(lldb_private::Module *module) { in DoWillLaunch() function in ProcessGDBRemote