Lines Matching refs:sb_error

289   SBError sb_error;  in Install()  local
293 sb_error.ref() = target_sp->Install(nullptr); in Install()
295 return sb_error; in Install()
655 SBError sb_error; in ReadMemory() local
661 target_sp->ReadMemory(addr.ref(), buf, size, sb_error.ref(), true); in ReadMemory()
663 sb_error.SetErrorString("invalid target"); in ReadMemory()
2024 SBError sb_error; in SetSectionLoadAddress() local
2028 sb_error.SetErrorStringWithFormat("invalid section"); in SetSectionLoadAddress()
2033 sb_error.SetErrorString( in SetSectionLoadAddress()
2052 sb_error.SetErrorString("invalid target"); in SetSectionLoadAddress()
2054 return sb_error; in SetSectionLoadAddress()
2060 SBError sb_error; in ClearSectionLoadAddress() local
2065 sb_error.SetErrorStringWithFormat("invalid section"); in ClearSectionLoadAddress()
2082 sb_error.SetErrorStringWithFormat("invalid section"); in ClearSectionLoadAddress()
2086 sb_error.SetErrorStringWithFormat("invalid target"); in ClearSectionLoadAddress()
2088 return sb_error; in ClearSectionLoadAddress()
2095 SBError sb_error; in SetModuleLoadAddress() local
2116 sb_error.SetErrorStringWithFormat("invalid module"); in SetModuleLoadAddress()
2120 sb_error.SetErrorStringWithFormat("invalid target"); in SetModuleLoadAddress()
2122 return sb_error; in SetModuleLoadAddress()
2128 SBError sb_error; in ClearModuleLoadAddress() local
2159 sb_error.SetErrorStringWithFormat("no sections in object file '%s'", in ClearModuleLoadAddress()
2164 sb_error.SetErrorStringWithFormat("no object file for module '%s'", in ClearModuleLoadAddress()
2168 sb_error.SetErrorStringWithFormat("invalid module"); in ClearModuleLoadAddress()
2171 sb_error.SetErrorStringWithFormat("invalid target"); in ClearModuleLoadAddress()
2173 return sb_error; in ClearModuleLoadAddress()