Lines Matching refs:sb_error
290 SBError sb_error; in Install() local
294 sb_error.ref() = target_sp->Install(nullptr); in Install()
296 return sb_error; in Install()
657 SBError sb_error; in ReadMemory() local
663 target_sp->ReadMemory(addr.ref(), buf, size, sb_error.ref(), true); in ReadMemory()
665 sb_error.SetErrorString("invalid target"); in ReadMemory()
2063 SBError sb_error; in SetSectionLoadAddress() local
2067 sb_error.SetErrorStringWithFormat("invalid section"); in SetSectionLoadAddress()
2072 sb_error.SetErrorString( in SetSectionLoadAddress()
2091 sb_error.SetErrorString("invalid target"); in SetSectionLoadAddress()
2093 return sb_error; in SetSectionLoadAddress()
2099 SBError sb_error; in ClearSectionLoadAddress() local
2104 sb_error.SetErrorStringWithFormat("invalid section"); in ClearSectionLoadAddress()
2121 sb_error.SetErrorStringWithFormat("invalid section"); in ClearSectionLoadAddress()
2125 sb_error.SetErrorStringWithFormat("invalid target"); in ClearSectionLoadAddress()
2127 return sb_error; in ClearSectionLoadAddress()
2135 SBError sb_error; in SetModuleLoadAddress() local
2136 sb_error.SetErrorStringWithFormat("slide must be positive"); in SetModuleLoadAddress()
2137 return sb_error; in SetModuleLoadAddress()
2146 SBError sb_error; in SetModuleLoadAddress() local
2167 sb_error.SetErrorStringWithFormat("invalid module"); in SetModuleLoadAddress()
2171 sb_error.SetErrorStringWithFormat("invalid target"); in SetModuleLoadAddress()
2173 return sb_error; in SetModuleLoadAddress()
2179 SBError sb_error; in ClearModuleLoadAddress() local
2210 sb_error.SetErrorStringWithFormat("no sections in object file '%s'", in ClearModuleLoadAddress()
2215 sb_error.SetErrorStringWithFormat("no object file for module '%s'", in ClearModuleLoadAddress()
2219 sb_error.SetErrorStringWithFormat("invalid module"); in ClearModuleLoadAddress()
2222 sb_error.SetErrorStringWithFormat("invalid target"); in ClearModuleLoadAddress()
2224 return sb_error; in ClearModuleLoadAddress()