Searched refs:DoWillLaunch (Results 1 – 4 of 4) sorted by relevance
81 Status DoWillLaunch(Module *module) override;
524 Status ProcessGDBRemote::DoWillLaunch(lldb_private::Module *module) { in DoWillLaunch() function in ProcessGDBRemote
1068 virtual Status DoWillLaunch(Module *module) { return Status(); } in DoWillLaunch() function
2926 return DoWillLaunch(module); in WillLaunch()