Lines Matching refs:sb_error

260   SBError sb_error;  in Install()  local
264 sb_error.ref() = target_sp->Install(NULL); in Install()
266 return sb_error; in Install()
674 SBError sb_error; in ReadMemory() local
680 target_sp->ReadMemory(addr.ref(), false, buf, size, sb_error.ref()); in ReadMemory()
682 sb_error.SetErrorString("invalid target"); in ReadMemory()
2064 SBError sb_error; in SetSectionLoadAddress() local
2068 sb_error.SetErrorStringWithFormat("invalid section"); in SetSectionLoadAddress()
2073 sb_error.SetErrorString( in SetSectionLoadAddress()
2092 sb_error.SetErrorString("invalid target"); in SetSectionLoadAddress()
2094 return sb_error; in SetSectionLoadAddress()
2098 SBError sb_error; in ClearSectionLoadAddress() local
2103 sb_error.SetErrorStringWithFormat("invalid section"); in ClearSectionLoadAddress()
2120 sb_error.SetErrorStringWithFormat("invalid section"); in ClearSectionLoadAddress()
2124 sb_error.SetErrorStringWithFormat("invalid target"); in ClearSectionLoadAddress()
2126 return sb_error; in ClearSectionLoadAddress()
2131 SBError sb_error; in SetModuleLoadAddress() local
2152 sb_error.SetErrorStringWithFormat("invalid module"); in SetModuleLoadAddress()
2156 sb_error.SetErrorStringWithFormat("invalid target"); in SetModuleLoadAddress()
2158 return sb_error; in SetModuleLoadAddress()
2162 SBError sb_error; in ClearModuleLoadAddress() local
2193 sb_error.SetErrorStringWithFormat("no sections in object file '%s'", in ClearModuleLoadAddress()
2198 sb_error.SetErrorStringWithFormat("no object file for module '%s'", in ClearModuleLoadAddress()
2202 sb_error.SetErrorStringWithFormat("invalid module"); in ClearModuleLoadAddress()
2205 sb_error.SetErrorStringWithFormat("invalid target"); in ClearModuleLoadAddress()
2207 return sb_error; in ClearModuleLoadAddress()