Home
last modified time | relevance | path

Searched refs:SetErrorStringWithFormat (Results 1 – 25 of 98) sorted by relevance

1234

/external/lldb/source/Expression/
DMaterializer.cpp93 …err.SetErrorStringWithFormat("couldn't allocate a memory area to store %s: %s", m_persistent_varia… in MakeAllocation()
129 …err.SetErrorStringWithFormat ("couldn't write %s to the target: %s", m_persistent_variable_sp->Get… in MakeAllocation()
145 …err.SetErrorStringWithFormat ("couldn't deallocate memory for %s: %s", m_persistent_variable_sp->G… in DestroyAllocation()
184 …err.SetErrorStringWithFormat("couldn't write the location of %s to memory: %s", m_persistent_varia… in Materialize()
189 …err.SetErrorStringWithFormat("no materialization happened for persistent variable %s", m_persisten… in Materialize()
229 …err.SetErrorStringWithFormat("couldn't read the address of program-allocated variable %s: %s", m_p… in Dematerialize()
259 …err.SetErrorStringWithFormat("couldn't find the memory area used to store %s", m_persistent_variab… in Dematerialize()
265 …err.SetErrorStringWithFormat("the address of the memory area for %s is in an incorrect format", m_… in Dematerialize()
288 …err.SetErrorStringWithFormat ("couldn't read the contents of %s from memory: %s", m_persistent_var… in Dematerialize()
297 …err.SetErrorStringWithFormat("no dematerialization happened for persistent variable %s", m_persist… in Dematerialize()
[all …]
DIRExecutionUnit.cpp128 … ret.SetErrorStringWithFormat("Couldn't find function %s for disassembly", m_name.AsCString()); in DisassembleFunction()
142 … ret.SetErrorStringWithFormat("Couldn't find code range for function %s", m_name.AsCString()); in DisassembleFunction()
166 … ret.SetErrorStringWithFormat("Couldn't read from process: %s", err.AsCString("unknown error")); in DisassembleFunction()
179 …ret.SetErrorStringWithFormat("Unable to find disassembler plug-in for %s architecture.", arch.GetA… in DisassembleFunction()
235 … err->SetErrorStringWithFormat("Inline assembly error: %s", diagnostic.getMessage().str().c_str()); in ReportInlineAsmError()
329 error.SetErrorStringWithFormat("Couldn't JIT the function: %s", error_string.c_str()); in GetRunnableInfo()
352 … error.SetErrorStringWithFormat("Couldn't find '%s' in the JITted module", m_name.AsCString()); in GetRunnableInfo()
359 …error.SetErrorStringWithFormat("'%s' was in the JITted module but wasn't lowered", m_name.AsCStrin… in GetRunnableInfo()
/external/lldb/source/Target/
DStackFrame.cpp686 …error.SetErrorStringWithFormat ("\"%s\" is a pointer and . was used to attempt to access \"%s\". D… in GetValueForVariableExpressionPath()
692 …error.SetErrorStringWithFormat ("\"%s\" is not a pointer and -> was used to attempt to access \"%s… in GetValueForVariableExpressionPath()
718 … error.SetErrorStringWithFormat("no variable or instance variable named '%s' found in this frame", in GetValueForVariableExpressionPath()
726 … error.SetErrorStringWithFormat ("\"%s\" is not a member of \"(%s) %s\"", in GetValueForVariableExpressionPath()
733 … error.SetErrorStringWithFormat ("incomplete expression path after \"%s\" in \"%s\"", in GetValueForVariableExpressionPath()
772 … error.SetErrorStringWithFormat ("could not dereference \"(%s) %s\"", in GetValueForVariableExpressionPath()
791 … error.SetErrorStringWithFormat ("could not get item 0 for \"(%s) %s\"", in GetValueForVariableExpressionPath()
812 … error.SetErrorStringWithFormat("\"(%s) %s\" is an Objective-C pointer, and cannot be subscripted", in GetValueForVariableExpressionPath()
826 … error.SetErrorStringWithFormat ("\"(%s) %s\" is not an array type", in GetValueForVariableExpressionPath()
833 … error.SetErrorStringWithFormat ("array index %ld is not valid for \"(%s) %s\"", in GetValueForVariableExpressionPath()
[all …]
DPlatform.cpp164 …error.SetErrorStringWithFormat ("unable to find a plug-in for the platform named \"%s\"", platform… in Create()
514 error.SetErrorStringWithFormat ("'%s' does not exist", in ResolveExecutable()
596 …error.SetErrorStringWithFormat ("The currently selected platform (%s) is the host platform and is … in ConnectRemote()
598 …error.SetErrorStringWithFormat ("Platform::ConnectRemote() is not supported by %s", GetPluginName(… in ConnectRemote()
607 …error.SetErrorStringWithFormat ("The currently selected platform (%s) is the host platform and is … in DisconnectRemote()
609 …error.SetErrorStringWithFormat ("Platform::DisconnectRemote() is not supported by %s", GetPluginNa… in DisconnectRemote()
/external/lldb/source/Interpreter/
DOptionGroupValueObjectDisplay.cpp92 error.SetErrorStringWithFormat("invalid max depth '%s'", option_arg); in SetOptionValue()
98 error.SetErrorStringWithFormat("invalid pointer depth '%s'", option_arg); in SetOptionValue()
106 error.SetErrorStringWithFormat("invalid pointer depth '%s'", option_arg); in SetOptionValue()
115 error.SetErrorStringWithFormat("invalid synthetic-type '%s'", option_arg); in SetOptionValue()
118 error.SetErrorStringWithFormat ("unrecognized option '%c'", short_option); in SetOptionValue()
DOptionValue.cpp53 error.SetErrorStringWithFormat("SetSubValue is not supported"); in SetSubValue()
607 …error.SetErrorStringWithFormat ("%s objects do not support the 'replace' operation", GetTypeAsCStr… in SetValueFromCString()
610 …error.SetErrorStringWithFormat ("%s objects do not support the 'insert-before' operation", GetType… in SetValueFromCString()
613 …error.SetErrorStringWithFormat ("%s objects do not support the 'insert-after' operation", GetTypeA… in SetValueFromCString()
616 …error.SetErrorStringWithFormat ("%s objects do not support the 'remove' operation", GetTypeAsCStri… in SetValueFromCString()
619 …error.SetErrorStringWithFormat ("%s objects do not support the 'append' operation", GetTypeAsCStri… in SetValueFromCString()
622 …error.SetErrorStringWithFormat ("%s objects do not support the 'clear' operation", GetTypeAsCStrin… in SetValueFromCString()
625 …error.SetErrorStringWithFormat ("%s objects do not support the 'assign' operation", GetTypeAsCStri… in SetValueFromCString()
628 … error.SetErrorStringWithFormat ("invalid operation performed on a %s object", GetTypeAsCString()); in SetValueFromCString()
DOptionValueArray.cpp127 … error.SetErrorStringWithFormat("index %i is not valid for an empty array", idx); in GetSubValue()
129 …error.SetErrorStringWithFormat("index %i out of range, valid values are 0 through %" PRIu64, idx, … in GetSubValue()
131 …error.SetErrorStringWithFormat("negative index %i out of range, valid values are -1 through -%" PR… in GetSubValue()
138 …error.SetErrorStringWithFormat("invalid value path '%s', %s values only support '[<index>]' subval… in GetSubValue()
182 …error.SetErrorStringWithFormat("invalid insert array index %u, index must be 0 through %u", idx, c… in SetArgs()
258 …error.SetErrorStringWithFormat("invalid array index '%s', aborting remove operation", args.GetArgu… in SetArgs()
278 …error.SetErrorStringWithFormat("invalid replace array index %u, index must be 0 through %u", idx, … in SetArgs()
DOptionValueDictionary.cpp160 …error.SetErrorStringWithFormat("invalid key \"%s\", the key must be a bare string or surrounded by… in SetArgs()
199 …error.SetErrorStringWithFormat("no value found named '%s', aborting remove operation", key.GetCStr… in SetArgs()
255 …error.SetErrorStringWithFormat ("invalid value path '%s', single quoted key names must be formatte… in GetSubValue()
276 …error.SetErrorStringWithFormat ("invalid value path '%s', double quoted key names must be formatte… in GetSubValue()
313 …error.SetErrorStringWithFormat("dictionary does not contain a value for the key name '%s'", key.Ge… in GetSubValue()
319 …error.SetErrorStringWithFormat ("invalid value path '%s', %s values only support '[<key>]' subvalu… in GetSubValue()
338 error.SetErrorStringWithFormat("invalid value path '%s'", name); in SetSubValue()
DOptionGroupFormat.cpp93 error.SetErrorStringWithFormat("invalid --count option value '%s'", option_arg); in SetOptionValue()
106 error.SetErrorStringWithFormat("invalid --size option value '%s'", option_arg); in SetOptionValue()
140 error.SetErrorStringWithFormat ("invalid gdb format string '%s'", option_arg); in SetOptionValue()
200 error.SetErrorStringWithFormat ("unrecognized option '%c'", short_option); in SetOptionValue()
DOptionGroupPlatform.cpp41 error.SetErrorStringWithFormat ("platform '%s' doesn't support '%s'", in CreatePlatformWithOptions()
133 error.SetErrorStringWithFormat ("invalid version string '%s'", option_arg); in SetOptionValue()
145 error.SetErrorStringWithFormat ("unrecognized option '%c'", short_option); in SetOptionValue()
DOptionValuePathMappings.cpp56 …error.SetErrorStringWithFormat("invalid file list index %u, index must be 0 through %u", idx, coun… in SetValueFromCString()
112 …error.SetErrorStringWithFormat("invalid file list index %u, index must be 0 through %u", idx, coun… in SetValueFromCString()
162 …error.SetErrorStringWithFormat("invalid array index '%s', aborting remove operation", args.GetArgu… in SetValueFromCString()
DOptionValueFileSpecLIst.cpp63 …error.SetErrorStringWithFormat("invalid file list index %u, index must be 0 through %u", idx, coun… in SetValueFromCString()
112 …error.SetErrorStringWithFormat("invalid insert file list index %u, index must be 0 through %u", id… in SetValueFromCString()
161 …error.SetErrorStringWithFormat("invalid array index '%s', aborting remove operation", args.GetArgu… in SetValueFromCString()
DOptionValueSInt64.cpp62 …error.SetErrorStringWithFormat ("%" PRIi64 " is out of range, valid values must be between %" PRIi… in SetValueFromCString()
69 … error.SetErrorStringWithFormat ("invalid int64_t string value: '%s'", value_cstr); in SetValueFromCString()
/external/lldb/source/Core/
DValue.cpp349 error.SetErrorStringWithFormat("extracting data from value failed"); in GetValueAsData()
488 …error.SetErrorStringWithFormat ("unable to resolve the module for file address 0x%" PRIx64 " for v… in GetValueAsData()
493 …error.SetErrorStringWithFormat ("unable to resolve the module for file address 0x%" PRIx64 " in %s… in GetValueAsData()
500 …error.SetErrorStringWithFormat ("unable to resolve the module for file address 0x%" PRIx64 " for v… in GetValueAsData()
504 …error.SetErrorStringWithFormat ("unable to resolve the module for file address 0x%" PRIx64, addres… in GetValueAsData()
543 …error.SetErrorStringWithFormat ("invalid %s address", address_type == eAddressTypeHost ? "host" : … in GetValueAsData()
583 … error.SetErrorStringWithFormat("read memory from 0x%" PRIx64 " failed", (uint64_t)address); in GetValueAsData()
598 … error.SetErrorStringWithFormat("read memory from 0x%" PRIx64 " failed (%u of %u bytes read)", in GetValueAsData()
605 …error.SetErrorStringWithFormat("read memory from 0x%" PRIx64 " failed (invalid process)", (uint64_… in GetValueAsData()
611 error.SetErrorStringWithFormat ("unsupported AddressType value (%i)", address_type); in GetValueAsData()
[all …]
DRegisterValue.cpp126 … error.SetErrorStringWithFormat("invalid register value type for register %s", reg_info->name); in GetAsMemoryData()
153 … error.SetErrorStringWithFormat("failed to copy data for register write of %s", reg_info->name); in GetAsMemoryData()
189 …error.SetErrorStringWithFormat ("register buffer is too small to receive %u bytes of data.", src_l… in SetFromMemoryData()
197 …error.SetErrorStringWithFormat("%u bytes is too big to store in register %s (%u bytes)", src_len, … in SetFromMemoryData()
212 … error.SetErrorStringWithFormat("invalid register value type for register %s", reg_info->name); in SetFromMemoryData()
229 … error.SetErrorStringWithFormat("failed to copy data for register write of %s", reg_info->name); in SetFromMemoryData()
472 … error.SetErrorStringWithFormat ("'%s' is not a valid unsigned integer string value", value_str); in SetValueFromCString()
474 …error.SetErrorStringWithFormat ("value 0x%" PRIx64 " is too large to fit in a %u byte unsigned int… in SetValueFromCString()
478 … error.SetErrorStringWithFormat ("unsupported unsigned integer byte size: %u", byte_size); in SetValueFromCString()
483 … error.SetErrorStringWithFormat ("unsupported unsigned integer byte size: %u", byte_size); in SetValueFromCString()
[all …]
DError.cpp202 SetErrorStringWithFormat("error: %s err = %s (0x%8.8x)", arg_msg, err_str, m_code); in PutToLog()
241 SetErrorStringWithFormat("error: %s err = %s (0x%8.8x)", arg_msg, err_str, m_code); in LogIfError()
325 Error::SetErrorStringWithFormat (const char *format, ...) in SetErrorStringWithFormat() function in Error
/external/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp187 error.SetErrorStringWithFormat("unable to find executable for '%s'", exe_path); in ResolveExecutable()
212 …error.SetErrorStringWithFormat("the platform is not currently connected, and '%s' doesn't exist in… in ResolveExecutable()
232 error.SetErrorStringWithFormat ("'%s' doesn't contain the architecture %s", in ResolveExecutable()
267 … error.SetErrorStringWithFormat ("'%s' doesn't contain any '%s' platform architectures: %s", in ResolveExecutable()
276 error.SetErrorStringWithFormat ("'%s' does not exist", in ResolveExecutable()
377 …error.SetErrorStringWithFormat ("can't connect to the host platform '%s', always connected", GetPl… in ConnectRemote()
415 …error.SetErrorStringWithFormat ("can't disconnect from the host platform '%s', always connected", … in DisconnectRemote()
/external/lldb/source/Commands/
DCommandObjectBreakpoint.cpp165 … error.SetErrorStringWithFormat ("Set exception breakpoints separately for c++ and objective-c"); in SetOptionValue()
168 …error.SetErrorStringWithFormat ("Unknown language type: '%s' for exception breakpoint", option_arg… in SetOptionValue()
171 …error.SetErrorStringWithFormat ("Unsupported language type: '%s' for exception breakpoint", option… in SetOptionValue()
190 … error.SetErrorStringWithFormat ("Invalid boolean value for on-catch option: '%s'", option_arg); in SetOptionValue()
197 error.SetErrorStringWithFormat ("invalid ignore count '%s'", option_arg); in SetOptionValue()
212 …error.SetErrorStringWithFormat ("Invalid boolean value for skip prologue option: '%s'", option_arg… in SetOptionValue()
261 error.SetErrorStringWithFormat ("invalid thread id string '%s'", option_arg); in SetOptionValue()
274 … error.SetErrorStringWithFormat ("Invalid boolean value for on-throw option: '%s'", option_arg); in SetOptionValue()
282 … error.SetErrorStringWithFormat ("invalid thread index string '%s'", option_arg); in SetOptionValue()
288 error.SetErrorStringWithFormat ("unrecognized option '%c'", short_option); in SetOptionValue()
[all …]
DCommandObjectCommands.cpp108 error.SetErrorStringWithFormat ("unrecognized option '%c'", short_option); in SetOptionValue()
334 … error.SetErrorStringWithFormat("invalid value for stop-on-continue: %s", option_arg); in SetOptionValue()
339 … error.SetErrorStringWithFormat("invalid value for silent-run: %s", option_arg); in SetOptionValue()
342 error.SetErrorStringWithFormat ("unrecognized option '%c'", short_option); in SetOptionValue()
972 error.SetErrorStringWithFormat("invalid regular expression command object for: '%.*s'", in AppendRegexSubstitution()
982 … error.SetErrorStringWithFormat("regular expression substitution string is too short: '%.*s'", in AppendRegexSubstitution()
990 …error.SetErrorStringWithFormat("regular expression substitution string doesn't start with 's': '%.… in AppendRegexSubstitution()
1003 error.SetErrorStringWithFormat("missing second '%c' separator char after '%.*s'", in AppendRegexSubstitution()
1014 error.SetErrorStringWithFormat("missing third '%c' separator char after '%.*s'", in AppendRegexSubstitution()
1027 …error.SetErrorStringWithFormat("extra data found after the '%.*s' regular expression substitution … in AppendRegexSubstitution()
[all …]
DCommandObjectExpression.cpp92 … error.SetErrorStringWithFormat("invalid all-threads value setting: \"%s\"", option_arg); in SetOptionValue()
105 … error.SetErrorStringWithFormat("could not convert \"%s\" to a boolean value.", option_arg); in SetOptionValue()
116 error.SetErrorStringWithFormat ("invalid timeout setting \"%s\"", option_arg); in SetOptionValue()
127 … error.SetErrorStringWithFormat("could not convert \"%s\" to a boolean value.", option_arg); in SetOptionValue()
131 error.SetErrorStringWithFormat("invalid short option character '%c'", short_option); in SetOptionValue()
DCommandObjectPlatform.cpp639 … error.SetErrorStringWithFormat("invalid process ID string: '%s'", option_arg); in SetOptionValue()
645 … error.SetErrorStringWithFormat("invalid parent process ID string: '%s'", option_arg); in SetOptionValue()
651 error.SetErrorStringWithFormat("invalid user ID string: '%s'", option_arg); in SetOptionValue()
657 … error.SetErrorStringWithFormat("invalid effective user ID string: '%s'", option_arg); in SetOptionValue()
663 error.SetErrorStringWithFormat("invalid group ID string: '%s'", option_arg); in SetOptionValue()
669 … error.SetErrorStringWithFormat("invalid effective group ID string: '%s'", option_arg); in SetOptionValue()
710 error.SetErrorStringWithFormat ("unrecognized option '%c'", short_option); in SetOptionValue()
/external/lldb/test/python_api/default-constructor/
Dsb_error.py19 obj.SetErrorStringWithFormat("%s!", "error")
20 obj.SetErrorStringWithFormat(None)
/external/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.cpp178 error.SetErrorStringWithFormat("unable to find executable for '%s'", exe_path); in ResolveExecutable()
197 …error.SetErrorStringWithFormat("the platform is not currently connected, and '%s' doesn't exist in… in ResolveExecutable()
239 error.SetErrorStringWithFormat ("'%s' doesn't contain the architecture %s", in ResolveExecutable()
273 … error.SetErrorStringWithFormat ("'%s' doesn't contain any '%s' platform architectures: %s", in ResolveExecutable()
/external/lldb/include/lldb/Target/
DProcess.h1749 …error.SetErrorStringWithFormat("error: %s does not support loading core files.", GetPluginName().G… in DoLoadCore()
2064 …error.SetErrorStringWithFormat("error: %s does not support attaching to a process by pid", GetPlug… in DoAttachToProcessWithID()
2087 …error.SetErrorStringWithFormat("error: %s does not support attaching to a process by pid", GetPlug… in DoAttachToProcessWithID()
2213 …error.SetErrorStringWithFormat("error: %s does not support launching processes", GetPluginName().G… in DoLaunch()
2262 …error.SetErrorStringWithFormat("error: %s does not support resuming processes", GetPluginName().Ge… in DoResume()
2311 …error.SetErrorStringWithFormat("error: %s does not support halting processes", GetPluginName().Get… in DoHalt()
2351 …error.SetErrorStringWithFormat("error: %s does not support detaching from processes", GetPluginNam… in DoDetach()
2392 …error.SetErrorStringWithFormat("error: %s does not support senging signals to processes", GetPlugi… in DoSignal()
2836 …error.SetErrorStringWithFormat("error: %s does not support writing to processes", GetPluginName().… in DoWriteMemory()
2933 …error.SetErrorStringWithFormat("error: %s does not support allocating in the debug process", GetPl… in DoAllocateMemory()
[all …]
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformiOSSimulator.cpp238 … error.SetErrorStringWithFormat ("'%s' doesn't contain any '%s' platform architectures: %s", in ResolveExecutable()
246 error.SetErrorStringWithFormat ("'%s' does not exist", in ResolveExecutable()
348 … error.SetErrorStringWithFormat ("unable to locate a platform file for '%s' in platform '%s'", in GetFile()

1234