Lines Matching refs:sb_error

297   SBError sb_error;  in Install()  local
301 sb_error.ref() = target_sp->Install(nullptr); in Install()
303 return sb_error; in Install()
664 SBError sb_error; in ReadMemory() local
670 target_sp->ReadMemory(addr.ref(), buf, size, sb_error.ref(), true); in ReadMemory()
672 sb_error.SetErrorString("invalid target"); in ReadMemory()
2104 SBError sb_error; in SetSectionLoadAddress() local
2108 sb_error.SetErrorStringWithFormat("invalid section"); in SetSectionLoadAddress()
2113 sb_error.SetErrorString( in SetSectionLoadAddress()
2132 sb_error.SetErrorString("invalid target"); in SetSectionLoadAddress()
2134 return sb_error; in SetSectionLoadAddress()
2140 SBError sb_error; in ClearSectionLoadAddress() local
2145 sb_error.SetErrorStringWithFormat("invalid section"); in ClearSectionLoadAddress()
2162 sb_error.SetErrorStringWithFormat("invalid section"); in ClearSectionLoadAddress()
2166 sb_error.SetErrorStringWithFormat("invalid target"); in ClearSectionLoadAddress()
2168 return sb_error; in ClearSectionLoadAddress()
2176 SBError sb_error; in SetModuleLoadAddress() local
2177 sb_error.SetErrorStringWithFormat("slide must be positive"); in SetModuleLoadAddress()
2178 return sb_error; in SetModuleLoadAddress()
2187 SBError sb_error; in SetModuleLoadAddress() local
2208 sb_error.SetErrorStringWithFormat("invalid module"); in SetModuleLoadAddress()
2212 sb_error.SetErrorStringWithFormat("invalid target"); in SetModuleLoadAddress()
2214 return sb_error; in SetModuleLoadAddress()
2220 SBError sb_error; in ClearModuleLoadAddress() local
2251 sb_error.SetErrorStringWithFormat("no sections in object file '%s'", in ClearModuleLoadAddress()
2256 sb_error.SetErrorStringWithFormat("no object file for module '%s'", in ClearModuleLoadAddress()
2260 sb_error.SetErrorStringWithFormat("invalid module"); in ClearModuleLoadAddress()
2263 sb_error.SetErrorStringWithFormat("invalid target"); in ClearModuleLoadAddress()
2265 return sb_error; in ClearModuleLoadAddress()