/external/lldb/source/Commands/ |
D | CommandObjectArgs.cpp | 110 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()
|
D | CommandObjectWatchpointCommand.cpp | 212 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 …]
|
D | CommandObjectSettings.cpp | 229 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 …]
|
D | CommandObjectPlatform.cpp | 107 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 …]
|
D | CommandObjectBreakpointCommand.cpp | 234 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 …]
|
D | CommandObjectWatchpoint.cpp | 50 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 …]
|
D | CommandObjectTarget.cpp | 296 … 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 …]
|
D | CommandObjectBreakpoint.cpp | 362 …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 …]
|
D | CommandObjectCommands.cpp | 154 …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 …]
|
D | CommandObjectDisassemble.cpp | 284 … 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()
|
D | CommandObjectType.cpp | 521 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 …]
|
D | CommandObjectPlugin.cpp | 88 result.AppendError ("'plugin load' requires one argument"); in DoExecute() 103 result.AppendError(error.AsCString()); in DoExecute()
|
D | CommandObjectSyntax.cpp | 102 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()
|
D | CommandObjectThread.cpp | 421 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 …]
|
/external/chromium_org/third_party/android_crazy_linker/src/src/ |
D | crazy_linker_thread_unittest.cpp | 69 data->AppendError("Hello"); in TEST() 72 data->AppendError(" World"); in TEST() 82 data->AppendError("0123456789"); in TEST() 99 data->AppendError(NULL); in TEST() 100 data->AppendError(" World"); in TEST()
|
/external/lldb/source/Interpreter/ |
D | CommandObjectScript.cpp | 56 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()
|
D | ScriptInterpreter.cpp | 52 result.AppendError ("ScriptInterpreter::GetScriptCommands(StringList &) is not implemented."); in CollectDataForBreakpointCommandCallback() 63 result.AppendError ("ScriptInterpreter::GetScriptCommands(StringList &) is not implemented."); in CollectDataForWatchpointCommandCallback()
|
D | CommandObject.cpp | 187 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()
|
/external/chromium_org/ppapi/tests/ |
D | test_talk_private.cc | 27 instance_->AppendError("Testing interface not available"); in Init() 36 instance_->AppendError("TalkPrivate interface is supported by NaCl"); in Init() 39 instance_->AppendError("TalkPrivate interface not available"); in Init()
|
D | test_tcp_server_socket_private_disallowed.cc | 27 instance_->AppendError("PPB_Core interface not available"); in Init() 34 instance_->AppendError( in Init() 40 instance_->AppendError("PPB_NetAddress_Private interface not available"); in Init()
|
D | test_host_resolver_private_disallowed.cc | 23 instance_->AppendError("PPB_HostResolver_Private interface not available"); in Init() 28 instance_->AppendError("Can't init host and port"); in Init()
|
D | test_video_source.cc | 44 instance_->AppendError("PPB_VideoSource_Private interface not available"); in Init() 49 instance_->AppendError("PPB_Core interface not available"); in Init()
|
D | test_video_destination.cc | 44 instance_->AppendError( in Init() 50 instance_->AppendError("PPB_Core interface not available"); in Init()
|
D | test_host_resolver.cc | 23 instance_->AppendError("PPB_HostResolver interface not available"); in Init() 27 instance_->AppendError("PPB_TCPSocket interface not available"); in Init() 32 instance_->AppendError("Can't init host and port"); in Init()
|
D | test_tcp_server_socket_private.cc | 31 instance_->AppendError( in Init() 37 instance_->AppendError("PPB_TCPSocket_Private interface not available"); in Init() 41 instance_->AppendError("PPB_NetAddress_Private interface not available"); in Init() 46 instance_->AppendError("Can't init host and port"); in Init()
|