Searched refs:WillLaunch (Results 1 – 8 of 8) sorted by relevance
59 lldb_private::Status WillLaunch(lldb_private::Module *module) override;
186 Status ProcessKDP::WillLaunch(Module *module) { in WillLaunch() function in ProcessKDP
60 lldb_private::Status WillLaunch(lldb_private::Module *module) override;
337 Status ProcessFreeBSD::WillLaunch(Module *module) { in WillLaunch() function in ProcessFreeBSD
78 Status WillLaunch(Module *module) override;
620 Status ProcessGDBRemote::WillLaunch(lldb_private::Module *module) { in WillLaunch() function in ProcessGDBRemote
1014 virtual Status WillLaunch(Module *module) { return Status(); } in WillLaunch() function
2621 error = WillLaunch(exe_module); in Launch()