reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 2815   status = GetMemoryRegionInfo(addr, region);
 2816   if (!status.Success())
 2817     return status;
 2824     status.SetErrorString("Unable to erase flash in multiple regions");
 2825     return status;
 2830     status.SetErrorString("Unable to erase flash because blocksize is 0");
 2831     return status;
 2844     return status;
 2875         status.SetErrorStringWithFormat("flash erase failed for 0x%" PRIx64,
 2878         status.SetErrorStringWithFormat("GDB server does not support flashing");
 2880         status.SetErrorStringWithFormat(
 2885     status.SetErrorStringWithFormat("failed to send packet: '%s'",
 2888   return status;