Searched refs:DoWillLaunch (Results 1 – 4 of 4) sorted by relevance
84 Status DoWillLaunch(Module *module) override;
514 Status ProcessGDBRemote::DoWillLaunch(lldb_private::Module *module) { in DoWillLaunch() function in ProcessGDBRemote
1078 virtual Status DoWillLaunch(Module *module) { return Status(); } in DoWillLaunch() function
2957 return DoWillLaunch(module); in WillLaunch()