Home
last modified time | relevance | path

Searched refs:DoWillLaunch (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h84 Status DoWillLaunch(Module *module) override;
H A DProcessGDBRemote.cpp514 Status ProcessGDBRemote::DoWillLaunch(lldb_private::Module *module) { in DoWillLaunch() function in ProcessGDBRemote
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1078 virtual Status DoWillLaunch(Module *module) { return Status(); } in DoWillLaunch() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2957 return DoWillLaunch(module); in WillLaunch()