Home
last modified time | relevance | path

Searched refs:AppendError (Results 1 – 25 of 37) sorted by relevance

12

/external/lldb/source/Commands/
DCommandObjectArgs.cpp110 result.AppendError ("Args found no process."); in DoExecute()
118 result.AppendError ("The current process has no ABI."); in DoExecute()
128 result.AppendError ("args requires at least one argument"); in DoExecute()
137 result.AppendError ("args found no thread."); in DoExecute()
145 result.AppendError ("The current thread has no current frame."); in DoExecute()
153 result.AppendError ("The PC has no associated module."); in DoExecute()
249 result.AppendError ("Couldn't get argument values"); in DoExecute()
DCommandObjectWatchpointCommand.cpp212 result.AppendError (err.AsCString()); in CollectDataForWatchpointCommandCallback()
218 result.AppendError("out of memory"); in CollectDataForWatchpointCommandCallback()
492 …result.AppendError ("There is not a current executable; there are no watchpoints to which to add c… in DoExecute()
502 result.AppendError ("No watchpoints exist to have commands added"); in DoExecute()
509 … result.AppendError ("need to enable scripting to have a function run as a watchpoint command"); in DoExecute()
517 result.AppendError("Invalid watchpoints specification."); in DoExecute()
658 …result.AppendError ("There is not a current executable; there are no watchpoints from which to del… in DoExecute()
668 result.AppendError ("No watchpoints exist to have commands deleted"); in DoExecute()
675 result.AppendError ("No watchpoint specified from which to delete the commands"); in DoExecute()
683 result.AppendError("Invalid watchpoints specification."); in DoExecute()
[all …]
DCommandObjectSettings.cpp229 result.AppendError ("'settings set' takes more arguments"); in DoExecute()
237 result.AppendError ("'settings set' command requires a valid variable name"); in DoExecute()
273 result.AppendError (error.AsCString()); in DoExecute()
370 result.AppendError (error.AsCString()); in DoExecute()
567 …result.AppendError ("'settings set' takes an array or dictionary item, or an array followed by one… in DoExecute()
575 result.AppendError ("'settings set' command requires a valid variable name"); in DoExecute()
591 result.AppendError (error.AsCString()); in DoExecute()
697 …result.AppendError ("'settings replace' command requires a valid variable name; No value supplied"… in DoExecute()
714 result.AppendError (error.AsCString()); in DoExecute()
819 result.AppendError ("'settings insert-before' takes more arguments"); in DoExecute()
[all …]
DCommandObjectPlatform.cpp107 result.AppendError(error.AsCString()); in DoExecute()
113 result.AppendError ("invalid platform name"); in DoExecute()
119 result.AppendError ("platform create takes a platform name as an argument\n"); in DoExecute()
175 result.AppendError ("no platforms are available\n"); in DoExecute()
227 result.AppendError ("no platform us currently selected\n"); in DoExecute()
277 result.AppendError ("no platform us currently selected\n"); in DoExecute()
350 result.AppendError ("\"platform disconnect\" doesn't take any arguments"); in DoExecute()
356 result.AppendError ("no platform is currently selected"); in DoExecute()
455 result.AppendError ("process launch failed"); in DoExecute()
457 result.AppendError (error.AsCString()); in DoExecute()
[all …]
DCommandObjectBreakpointCommand.cpp234 result.AppendError (err.AsCString()); in CollectDataForBreakpointCommandCallback()
240 result.AppendError("out of memory"); in CollectDataForBreakpointCommandCallback()
515 …result.AppendError ("There is not a current executable; there are no breakpoints to which to add c… in DoExecute()
525 result.AppendError ("No breakpoints exist to have commands added"); in DoExecute()
532 … result.AppendError ("need to enable scripting to have a function run as a breakpoint command"); in DoExecute()
545 result.AppendError ("can only add commands to one breakpoint at a time."); in DoExecute()
697 …result.AppendError ("There is not a current executable; there are no breakpoints from which to del… in DoExecute()
707 result.AppendError ("No breakpoints exist to have commands deleted"); in DoExecute()
714 result.AppendError ("No breakpoint specified from which to delete the commands"); in DoExecute()
795 …result.AppendError ("There is not a current executable; there are no breakpoints for which to list… in DoExecute()
[all …]
DCommandObjectTarget.cpp296 … result.AppendError(error.AsCString("can't find plug-in for core file")); in DoExecute()
326 result.AppendError(error.AsCString()); in DoExecute()
389 result.AppendError ("the 'target list' command takes no arguments\n"); in DoExecute()
466 result.AppendError ("'target select' takes a single argument: a target index\n"); in DoExecute()
520 result.AppendError("no targets to delete"); in DoExecute()
876 … result.AppendError ("'target variable' takes one or more global variable names as arguments\n"); in DoExecute()
1020 result.AppendError ("add requires an even number of arguments\n"); in DoExecute()
1041 result.AppendError ("<path-prefix> can't be empty\n"); in DoExecute()
1043 result.AppendError ("<new-path-prefix> can't be empty\n"); in DoExecute()
1051 result.AppendError ("invalid target\n"); in DoExecute()
[all …]
DCommandObjectWatchpoint.cpp50 result.AppendError ("Invalid target. No existing target or watchpoints."); in CheckTargetForWatchpointOperations()
57 result.AppendError ("Thre's no process or it is not alive."); in CheckTargetForWatchpointOperations()
263 result.AppendError ("Invalid target. No current target or watchpoints."); in DoExecute()
309 result.AppendError("Invalid watchpoints specification."); in DoExecute()
391 result.AppendError("No watchpoints exist to be enabled."); in DoExecute()
409 result.AppendError("Invalid watchpoints specification."); in DoExecute()
469 result.AppendError("No watchpoints exist to be disabled."); in DoExecute()
484 result.AppendError("Disable all watchpoints failed\n"); in DoExecute()
494 result.AppendError("Invalid watchpoints specification."); in DoExecute()
553 result.AppendError("No watchpoints exist to be deleted."); in DoExecute()
[all …]
DCommandObjectBreakpoint.cpp362 …result.AppendError ("Invalid target. Must set target before setting breakpoints (see 'target crea… in DoExecute()
404 result.AppendError("No file supplied and no default file available."); in DoExecute()
411 … result.AppendError("Only one file at a time is allowed for file and line breakpoints."); in DoExecute()
479 … result.AppendError ("No files provided and could not find default file."); in DoExecute()
548 result.AppendError ("Breakpoint creation failed: No breakpoint created."); in DoExecute()
567 result.AppendError ("No selected frame to use to find the default file."); in GetDefaultFile()
573 …result.AppendError ("Cannot use the selected frame to find the default file, it has no debug info.… in GetDefaultFile()
586 … result.AppendError ("Can't find the file for the selected frame to use as the default file."); in GetDefaultFile()
905 result.AppendError ("Invalid target. No existing target or breakpoints."); in DoExecute()
1035 result.AppendError ("Invalid target. No existing target or breakpoints."); in DoExecute()
[all …]
DCommandObjectCommands.cpp154 …result.AppendError("--count, --start-index and --end-index cannot be all specified in the same inv… in DoExecute()
545 result.AppendError ("'alias' requires at least two arguments"); in DoExecute()
566 result.AppendError ("Error parsing command string. No alias created."); in DoExecute()
617 result.AppendError ("Unable to create requested alias.\n"); in HandleAliasingRawCommand()
645 result.AppendError ("Unable to create requested alias.\n"); in HandleAliasingRawCommand()
658 result.AppendError ("'alias' requires at least two arguments"); in HandleAliasingNormalCommand()
727 result.AppendError ("Unable to create requested alias.\n"); in HandleAliasingNormalCommand()
846 result.AppendError ("must call 'unalias' with a valid alias"); in DoExecute()
908 …result.AppendError ("usage: 'command regex <command-name> [s/<regex1>/<subst1>/ s/<regex2>/<subst2… in DoExecute()
957 result.AppendError (error.AsCString()); in DoExecute()
[all …]
DCommandObjectDisassemble.cpp284 … result.AppendError ("invalid target, create a debug target using the 'target create' command"); in DoExecute()
293 result.AppendError ("use the --arch option or set the target architecure to disassemble"); in DoExecute()
378 … result.AppendError ("Cannot disassemble around the current line without a selected frame.\n"); in DoExecute()
397 … result.AppendError ("Cannot disassemble around the current function without a selected frame.\n"); in DoExecute()
417 … result.AppendError ("Cannot disassemble around the current PC without a selected frame.\n"); in DoExecute()
499 result.AppendError ("invalid frame"); in DoExecute()
544 result.AppendError ("invalid frame"); in DoExecute()
DCommandObjectType.cpp521 result.AppendError("empty typenames not allowed"); in DoExecute()
595 result.AppendError("empty typenames not allowed"); in DoExecute()
1015 result.AppendError (err.AsCString()); in CollectPythonScript()
1021 result.AppendError("out of memory"); in CollectPythonScript()
1045 result.AppendError ("function name empty.\n"); in Execute_ScriptSummary()
1068 … result.AppendError ("script interpreter missing - unable to generate function wrapper.\n"); in Execute_ScriptSummary()
1078 result.AppendError ("unable to generate function wrapper.\n"); in Execute_ScriptSummary()
1084 result.AppendError ("script interpreter failed to generate a valid function name.\n"); in Execute_ScriptSummary()
1109 result.AppendError("empty typenames not allowed"); in Execute_ScriptSummary()
1134 result.AppendError(error.AsCString()); in Execute_ScriptSummary()
[all …]
DCommandObjectPlugin.cpp88 result.AppendError ("'plugin load' requires one argument"); in DoExecute()
103 result.AppendError(error.AsCString()); in DoExecute()
DCommandObjectSyntax.cpp102 result.AppendError ("Try 'help' to see a current list of commands."); in DoExecute()
108 result.AppendError ("Must call 'syntax' with a valid command."); in DoExecute()
DCommandObjectThread.cpp421 result.AppendError ("no selected thread in process"); in DoExecute()
523 result.AppendError ("step type is not supported"); in DoExecute()
562 result.AppendError ("Couldn't find thread plan to implement step type."); in DoExecute()
647 … result.AppendError ("invalid target, create a debug target using the 'target create' command"); in DoExecute()
655 result.AppendError ("no process exists. Cannot continue"); in DoExecute()
699 result.AppendError ("no valid thread indexes were specified"); in DoExecute()
738 result.AppendError ("the process doesn't have a current thread"); in DoExecute()
940 … result.AppendError ("invalid target, create a debug target using the 'target create' command"); in DoExecute()
948 result.AppendError ("need a valid process to step"); in DoExecute()
1175 result.AppendError ("no process"); in DoExecute()
[all …]
DCommandObjectProcess.cpp197 … result.AppendError ("no file in target, create a debug target using the 'target create' command"); in DoExecute()
575 result.AppendError(error.AsCString("Error creating target")); in DoExecute()
645 …result.AppendError ("attach failed: process did not stop (no such process or permission problem?)"… in DoExecute()
1155 result.AppendError(error.AsCString("Error creating target")); in DoExecute()
1177 result.AppendError(error.AsCString("Remote connect failed")); in DoExecute()
1478 result.AppendError ("no process to halt"); in DoExecute()
1540 result.AppendError ("no process to kill"); in DoExecute()
1797 result.AppendError ("No current target;" in DoExecute()
1807 …result.AppendError ("No current process; cannot handle signals until you have a valid process.\n"); in DoExecute()
1819 … result.AppendError ("Invalid argument for command option --stop; must be true or false.\n"); in DoExecute()
[all …]
DCommandObjectMemory.cpp557 result.AppendError ("unable make a pointer type\n"); in DoExecute()
585 result.AppendError(error.AsCString()); in DoExecute()
627 result.AppendError("invalid start address expression."); in DoExecute()
628 result.AppendError(error.AsCString()); in DoExecute()
638 result.AppendError("invalid end address expression."); in DoExecute()
639 result.AppendError(error.AsCString()); in DoExecute()
697 result.AppendError(error_cstr); in DoExecute()
1111 result.AppendError("invalid address expression\n"); in DoExecute()
1112 result.AppendError(error.AsCString()); in DoExecute()
1202 result.AppendError("unsupported format for writing memory"); in DoExecute()
DCommandObjectRegister.cpp197 result.AppendError ("unknown error while reading registers.\n"); in DoExecute()
226 …result.AppendError ("the --all option can't be used when registers names are supplied as arguments… in DoExecute()
231 …result.AppendError ("the --set <set> option can't be used when registers names are supplied as arg… in DoExecute()
420 result.AppendError ("register write takes exactly 2 arguments: <reg-name> <value>"); in DoExecute()
DCommandObjectApropos.cpp143 result.AppendError ("'' is not a valid search word.\n"); in DoExecute()
149 result.AppendError ("'apropos' must be called with exactly one argument.\n"); in DoExecute()
DCommandObjectExpression.cpp446 result.AppendError (err.AsCString()); in DoExecute()
452 result.AppendError("out of memory"); in DoExecute()
489 result.AppendError (error.AsCString()); in DoExecute()
DCommandObjectLog.cpp454 result.AppendError("Could not convert enable depth to an unsigned integer."); in DoExecute()
466 result.AppendError("Could not convert increment value to boolean."); in DoExecute()
472 result.AppendError("Missing subcommand"); in DoExecute()
/external/lldb/source/Interpreter/
DCommandObjectScript.cpp56 result.AppendError("your copy of LLDB does not support scripting."); in DoExecute()
62 result.AppendError("the script-lang setting is set to none - scripting not available"); in DoExecute()
71 result.AppendError("no script interpreter"); in DoExecute()
DScriptInterpreter.cpp52 result.AppendError ("ScriptInterpreter::GetScriptCommands(StringList &) is not implemented."); in CollectDataForBreakpointCommandCallback()
63 result.AppendError ("ScriptInterpreter::GetScriptCommands(StringList &) is not implemented."); in CollectDataForWatchpointCommandCallback()
DCommandObject.cpp187 result.AppendError(error_cstr); in ParseOptions()
233 result.AppendError (GetInvalidTargetDescription()); in CheckRequirements()
239 result.AppendError (GetInvalidProcessDescription()); in CheckRequirements()
245 result.AppendError (GetInvalidThreadDescription()); in CheckRequirements()
251 result.AppendError (GetInvalidFrameDescription()); in CheckRequirements()
257 result.AppendError (GetInvalidRegContextDescription()); in CheckRequirements()
268 result.AppendError ("failed to get API lock"); in CheckRequirements()
283 result.AppendError ("Process must exist."); in CheckRequirements()
307 result.AppendError ("Process must be launched."); in CheckRequirements()
317 … result.AppendError ("Process is running. Use 'process interrupt' to pause execution."); in CheckRequirements()
DCommandObjectRegexCommand.cpp94 result.AppendError (GetSyntax()); in DoExecute()
101 result.AppendError("empty command passed to regular expression command"); in DoExecute()
DCommandReturnObject.cpp133 CommandReturnObject::AppendError (const char *in_string) in AppendError() function in CommandReturnObject
154 AppendError (error_cstr); in SetError()

12