/external/lldb/source/Commands/ |
D | CommandObjectMemory.cpp | 390 …result.AppendErrorWithFormat ("%s takes a start address expression with an optional end address ex… in DoExecute() 488 … result.AppendErrorWithFormat ("invalid type string: '%s'\n", view_as_type_cstr); in DoExecute() 537 …result.AppendErrorWithFormat ("unable to find any types that match the raw type '%s' for full type… in DoExecute() 568 result.AppendErrorWithFormat ("unable to get the byte size of the type '%s'\n", in DoExecute() 645 …result.AppendErrorWithFormat("end address (0x%" PRIx64 ") must be greater that the start address (… in DoExecute() 651 …result.AppendErrorWithFormat("specify either the end address (0x%" PRIx64 ") or the count (--count… in DoExecute() 664 …result.AppendErrorWithFormat("Normally, \'memory read\' will not read over %" PRIu32 " bytes of da… in DoExecute() 665 … result.AppendErrorWithFormat("Please use --force to override this restriction just once.\n"); in DoExecute() 666 …result.AppendErrorWithFormat("or set target.max-memory-read-size if you will often need a larger l… in DoExecute() 685 …result.AppendErrorWithFormat ("can't allocate 0x%zx bytes for the memory read buffer, specify a sm… in DoExecute() [all …]
|
D | CommandObjectThread.cpp | 196 … result.AppendErrorWithFormat ("error displaying backtrace for thread: \"0x%4.4x\"\n", i); in DoExecute() 220 …result.AppendErrorWithFormat ("invalid thread specification: \"%s\"\n", command.GetArgumentAtIndex… in DoExecute() 229 … result.AppendErrorWithFormat ("no thread with index: \"%s\"\n", command.GetArgumentAtIndex(i)); in DoExecute() 243 …result.AppendErrorWithFormat ("error displaying backtrace for thread: \"%s\"\n", command.GetArgume… in DoExecute() 432 result.AppendErrorWithFormat ("invalid thread index '%s'.\n", thread_idx_cstr); in DoExecute() 439 … result.AppendErrorWithFormat ("Thread index %u is out of range (valid values are 0 - %u).\n", in DoExecute() 684 result.AppendErrorWithFormat("invalid thread index %u.\n", thread_idx); in DoExecute() 691 …result.AppendErrorWithFormat ("invalid thread index argument: \"%s\".\n", command.GetArgumentAtInd… in DoExecute() 777 result.AppendErrorWithFormat("Failed to resume process: %s\n", error.AsCString()); in DoExecute() 783 … result.AppendErrorWithFormat ("Process cannot be continued from its current state (%s).\n", in DoExecute() [all …]
|
D | CommandObjectArgs.cpp | 178 result.AppendErrorWithFormat ("Invalid format: %s.\n", arg_type_cstr); in DoExecute() 184 result.AppendErrorWithFormat ("Invalid format: %s.\n", arg_type_cstr); in DoExecute() 205 result.AppendErrorWithFormat ("Invalid format: %s.\n", arg_type_cstr); in DoExecute() 214 … result.AppendErrorWithFormat ("Couldn't get Clang type for format %s (%s integer, width %d).\n", in DoExecute() 231 result.AppendErrorWithFormat ("Invalid format: %s.\n", arg_type_cstr); in DoExecute() 238 result.AppendErrorWithFormat ("Invalid format: %s.\n", arg_type_cstr); in DoExecute()
|
D | CommandObjectProcess.cpp | 87 … result.AppendErrorWithFormat ("Failed to detach from process: %s\n", detach_error.AsCString()); in StopProcessIfNecessary() 101 … result.AppendErrorWithFormat ("Failed to kill process: %s\n", destroy_error.AsCString()); in StopProcessIfNecessary() 318 … result.AppendErrorWithFormat ("process isn't stopped: %s", StateAsCString(state)); in DoExecute() 330 … result.AppendErrorWithFormat ("process resume at entry point failed: %s", error.AsCString()); in DoExecute() 336 … result.AppendErrorWithFormat ("initial process state wasn't stopped: %s", StateAsCString(state)); in DoExecute() 343 result.AppendErrorWithFormat ("process launch failed: %s", error.AsCString()); in DoExecute() 589 …result.AppendErrorWithFormat("Invalid arguments for '%s'.\nUsage: %s\n", m_cmd_name.c_str(), m_cmd… in DoExecute() 626 result.AppendErrorWithFormat ("attach failed: %s\n", error.AsCString()); in DoExecute() 807 …result.AppendErrorWithFormat ("The '%s' command does not take any arguments.\n", m_cmd_name.c_str(… in DoExecute() 868 result.AppendErrorWithFormat("Failed to resume process: %s.\n", error.AsCString()); in DoExecute() [all …]
|
D | CommandObjectDisassemble.cpp | 307 …result.AppendErrorWithFormat ("Unable to find Disassembler plug-in named '%s' that supports the '%… in DoExecute() 312 … result.AppendErrorWithFormat ("Unable to find Disassembler plug-in for the '%s' architecture.\n", in DoExecute() 324 result.AppendErrorWithFormat ("\"disassemble\" arguments are specified as options.\n"); in DoExecute() 366 … result.AppendErrorWithFormat ("Unable to find symbol with name '%s'.\n", name.GetCString()); in DoExecute() 437 result.AppendErrorWithFormat ("End address before start address.\n"); in DoExecute() 472 …result.AppendErrorWithFormat ("Could not find function bounds for address 0x%" PRIx64 "\n", m_opti… in DoExecute() 520 …result.AppendErrorWithFormat ("Failed to disassemble memory at 0x%8.8" PRIx64 ".\n", m_options.sta… in DoExecute() 567 …result.AppendErrorWithFormat ("Failed to disassemble memory at 0x%8.8" PRIx64 ".\n", m_options.sta… in DoExecute()
|
D | CommandObjectRegister.cpp | 195 … result.AppendErrorWithFormat ("register read failed with errno: %d\n", errno); in DoExecute() 204 result.AppendErrorWithFormat ("invalid register set index: %zu\n", set_idx); in DoExecute() 254 result.AppendErrorWithFormat ("Invalid register name '%s'.\n", arg_cstr); in DoExecute() 456 … result.AppendErrorWithFormat ("Failed to write register '%s' with value '%s': %s\n", in DoExecute() 463 result.AppendErrorWithFormat ("Failed to write register '%s' with value '%s'", in DoExecute() 471 result.AppendErrorWithFormat ("Register not found for '%s'.\n", reg_name); in DoExecute()
|
D | CommandObjectSource.cpp | 381 …result.AppendErrorWithFormat("Could not find line information for start of function: \"%s\".\n", s… in DisplayFunctionSource() 438 …result.AppendErrorWithFormat("Could not find function info for: \"%s\".\n", m_options.symbol_name.… in DisplayFunctionSource() 517 … result.AppendErrorWithFormat("'%s' takes no arguments, only flags.\n", GetCommandName()); in DoExecute() 557 …result.AppendErrorWithFormat("Could not find function named: \"%s\".\n", m_options.symbol_name.c_s… in DoExecute() 633 …result.AppendErrorWithFormat("no modules have source information for file address 0x%" PRIx64 ".\n… in DoExecute() 657 …result.AppendErrorWithFormat("address resolves to %s, but there is no line table information avail… in DoExecute() 667 …result.AppendErrorWithFormat("no modules contain load address 0x%" PRIx64 ".\n", m_options.address… in DoExecute() 801 result.AppendErrorWithFormat("Could not find source file \"%s\".\n", in DoExecute() 830 result.AppendErrorWithFormat("Multiple source files found matching: \"%s.\"\n", in DoExecute() 867 result.AppendErrorWithFormat("No comp unit found for: \"%s.\"\n", in DoExecute()
|
D | CommandObjectLog.cpp | 188 …result.AppendErrorWithFormat("%s takes a log channel and one or more log types.\n", m_cmd_name.c_s… in DoExecute() 277 …result.AppendErrorWithFormat("%s takes a log channel and one or more log types.\n", m_cmd_name.c_s… in DoExecute() 303 … result.AppendErrorWithFormat("Invalid log channel '%s'.\n", args.GetArgumentAtIndex(0)); in DoExecute() 378 … result.AppendErrorWithFormat("Invalid log channel '%s'.\n", args.GetArgumentAtIndex(0)); in DoExecute() 473 result.AppendErrorWithFormat("Usage: %s\n", m_cmd_syntax.c_str()); in DoExecute()
|
D | CommandObjectTarget.cpp | 238 result.AppendErrorWithFormat("invalid symbol file path '%s'", symfile_path); in DoExecute() 308 … result.AppendErrorWithFormat ("Unable to find process plug-in for core file '%s'\n", core_path); in DoExecute() 314 result.AppendErrorWithFormat ("Core file '%s' does not exist\n", core_path); in DoExecute() 332 …result.AppendErrorWithFormat("'%s' takes exactly one executable path argument, or use the --core-f… in DoExecute() 446 … result.AppendErrorWithFormat ("target #%u is NULL in target list\n", target_idx); in DoExecute() 452 … result.AppendErrorWithFormat ("index %u is out of range, valid target indexes are 0 - %u\n", in DoExecute() 460 result.AppendErrorWithFormat("invalid index string value '%s'\n", target_idx_arg); in DoExecute() 541 …result.AppendErrorWithFormat ("target index %u is out of range, valid target indexes are 0 - %u\n", in DoExecute() 545 … result.AppendErrorWithFormat("target index %u is out of range, the only valid index is 0\n", in DoExecute() 553 result.AppendErrorWithFormat("invalid target index '%s'\n", target_idx_arg); in DoExecute() [all …]
|
D | CommandObjectPlatform.cpp | 271 result.AppendErrorWithFormat ("%s\n", error.AsCString()); in DoExecute() 336 result.AppendErrorWithFormat ("%s", error.AsCString()); in DoExecute() 343 … result.AppendErrorWithFormat ("not connected to '%s'", platform_sp->GetPluginName().GetCString()); in DoExecute() 544 … result.AppendErrorWithFormat ("no process found with pid = %" PRIu64 "\n", pid); in DoExecute() 570 … result.AppendErrorWithFormat ("no processes were found that %s \"%s\" on the \"%s\" platform\n", in DoExecute() 575 …result.AppendErrorWithFormat ("no processes were found on the \"%s\" platform\n", platform_sp->Get… in DoExecute() 842 result.AppendErrorWithFormat ("invalid process ID argument '%s'", arg); in DoExecute() 851 … result.AppendErrorWithFormat ("not connected to '%s'", platform_sp->GetPluginName().GetCString()); in DoExecute()
|
D | CommandObjectCommands.cpp | 401 …result.AppendErrorWithFormat("'%s' takes exactly one executable filename argument.\n", GetCommandN… in DoExecute() 575 … result.AppendErrorWithFormat ("'%s' is a permanent debugger command and cannot be redefined.\n", in DoExecute() 587 …result.AppendErrorWithFormat ("invalid command given to 'alias'. '%s' does not begin with a valid … in DoExecute() 673 … result.AppendErrorWithFormat ("'%s' is a permanent debugger command and cannot be redefined.\n", in HandleAliasingNormalCommand() 705 … result.AppendErrorWithFormat("'%s' is not a valid sub-command of '%s'. " in HandleAliasingNormalCommand() 758 … result.AppendErrorWithFormat ("'%s' is not an existing command.\n", actual_command.c_str()); in HandleAliasingNormalCommand() 816 … result.AppendErrorWithFormat ("'%s' is a permanent debugger command and cannot be removed.\n", in DoExecute() 826 … result.AppendErrorWithFormat ("Error occurred while attempting to unalias '%s'.\n", in DoExecute() 829 … result.AppendErrorWithFormat ("'%s' is not an existing alias.\n", command_name); in DoExecute() 838 result.AppendErrorWithFormat ("'%s' is not a known command.\nTry 'help' to see a " in DoExecute() [all …]
|
D | CommandObjectType.cpp | 491 result.AppendErrorWithFormat ("%s takes one or more args.\n", m_cmd_name.c_str()); in DoExecute() 499 result.AppendErrorWithFormat ("%s needs a valid format.\n", m_cmd_name.c_str()); in DoExecute() 585 result.AppendErrorWithFormat ("%s takes 1 arg.\n", m_cmd_name.c_str()); in DoExecute() 608 result.AppendErrorWithFormat ("no custom format for %s.\n", typeA); in DoExecute() 1033 result.AppendErrorWithFormat ("%s takes one or more args.\n", m_cmd_name.c_str()); in Execute_ScriptSummary() 1165 result.AppendErrorWithFormat ("%s takes one or more args.\n", m_cmd_name.c_str()); in Execute_StringSummary() 1530 result.AppendErrorWithFormat ("%s takes 1 arg.\n", m_cmd_name.c_str()); in DoExecute() 1566 result.AppendErrorWithFormat ("no custom summary for %s.\n", typeA); in DoExecute() 1973 result.AppendErrorWithFormat ("%s takes 1 or more args.\n", m_cmd_name.c_str()); in DoExecute() 2065 result.AppendErrorWithFormat ("%s takes 1 or more arg.\n", m_cmd_name.c_str()); in DoExecute() [all …]
|
D | CommandObjectHelp.cpp | 138 result.AppendErrorWithFormat("'%s' is not a known command.\n" in DoExecute() 185 result.AppendErrorWithFormat in DoExecute()
|
D | CommandObjectSyntax.cpp | 101 result.AppendErrorWithFormat ("'%s' is not a known command.\n", cmd_string.c_str()); in DoExecute()
|
D | CommandObjectBreakpointCommand.cpp | 738 result.AppendErrorWithFormat("Invalid breakpoint ID: %u.%u.\n", in DoExecute() 840 result.AppendErrorWithFormat("Invalid breakpoint ID: %u.%u.\n", in DoExecute() 876 … result.AppendErrorWithFormat("Invalid breakpoint ID: %u.\n", cur_bp_id.GetBreakpointID()); in DoExecute()
|
D | CommandObjectWatchpointCommand.cpp | 701 result.AppendErrorWithFormat("Invalid watchpoint ID: %u.\n", in DoExecute() 813 result.AppendErrorWithFormat("Invalid watchpoint ID: %u.\n", cur_wp_id); in DoExecute()
|
D | CommandObjectBreakpoint.cpp | 457 … result.AppendErrorWithFormat("Function name regular expression could not be compiled: \"%s\"", in DoExecute() 494 … result.AppendErrorWithFormat("Source text regular expression could not be compiled: \"%s\"", in DoExecute() 1830 … result.AppendErrorWithFormat ("'%s' is not a currently valid breakpoint/location id.\n", in VerifyBreakpointIDs() 1838 …result.AppendErrorWithFormat ("'%d' is not a currently valid breakpoint id.\n", cur_bp_id.GetBreak… in VerifyBreakpointIDs()
|
D | CommandObjectMultiword.cpp | 174 … result.AppendErrorWithFormat ("'%s' does not have any subcommands.\n", GetCommandName()); in Execute()
|
/external/lldb/source/Breakpoint/ |
D | BreakpointIDList.cpp | 144 … result.AppendErrorWithFormat ("'%s' is not a valid breakpoint ID.\n", string_array[i]); in InsertStringArray() 213 … result.AppendErrorWithFormat ("'%d' is not a valid breakpoint ID.\n", bp_id); in FindAndReplaceIDRanges() 244 … result.AppendErrorWithFormat ("'%s' is not a valid breakpoint ID.\n", range_start.c_str()); in FindAndReplaceIDRanges() 253 result.AppendErrorWithFormat ("'%s' is not a valid breakpoint ID.\n", range_end); in FindAndReplaceIDRanges() 265 …result.AppendErrorWithFormat ("Invalid breakpoint id range: Either both ends of range must specif… in FindAndReplaceIDRanges() 284 … result.AppendErrorWithFormat ("Invalid range: Ranges that specify particular breakpoint locations" in FindAndReplaceIDRanges()
|
/external/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | ProcessKDP.cpp | 1017 …result.AppendErrorWithFormat ("payload data must contain an even number of ASCII hex characters: '… in DoExecute() 1024 …result.AppendErrorWithFormat ("payload data must only contain ASCII hex characters (no spaces or h… in DoExecute() 1055 … result.AppendErrorWithFormat ("unknown error 0x%8.8x", error.GetError()); in DoExecute() 1062 …result.AppendErrorWithFormat ("process must be stopped in order to send KDP packets, state is %s",… in DoExecute() 1074 …result.AppendErrorWithFormat ("invalid command byte 0x%" PRIx64 ", valid values are 1 - 255", comm… in DoExecute() 1081 … result.AppendErrorWithFormat ("'%s' takes no arguments, only options.", m_cmd_name.c_str()); in DoExecute()
|
/external/lldb/source/Interpreter/ |
D | CommandInterpreter.cpp | 1339 result.AppendErrorWithFormat in BuildAliasResult() 1546 … result.AppendErrorWithFormat ("Could not find entry: %s in history", command_string.c_str()); in HandleCommand() 1573 result.AppendErrorWithFormat("No auto repeat.\n"); in HandleCommand() 1694 result.AppendErrorWithFormat ("'%s' is not a valid command.\n", next_word.c_str()); in HandleCommand() 1705 …result.AppendErrorWithFormat ("command '%s' did not recognize '%s%s%s' as valid (subcommand might … in HandleCommand() 1750 … result.AppendErrorWithFormat ("the '%s' command doesn't support the --gdb-format option\n", in HandleCommand() 1759 result.AppendErrorWithFormat ("unknown command shorthand suffix: '%s'\n", in HandleCommand() 1861 …result.AppendErrorWithFormat ("Unrecognized command '%s'.\n", command_args.GetArgumentAtIndex (0)); in HandleCommand() 2318 result.AppendErrorWithFormat in BuildAliasCommandArgs() 2553 …result.AppendErrorWithFormat("Aborting reading of commands after command #%zu: '%s' failed with %s… in HandleCommands() [all …]
|
D | CommandObjectRegexCommand.cpp | 96 …result.AppendErrorWithFormat ("Command contents '%s' failed to match any regular expression in the… in DoExecute()
|
D | CommandReturnObject.cpp | 58 CommandReturnObject::AppendErrorWithFormat (const char *format, ...) in AppendErrorWithFormat() function in CommandReturnObject
|
D | Args.cpp | 1376 result.AppendErrorWithFormat ("Option '%s' is missing argument specifier.\n", in ParseAliasOptions() 1397 …result.AppendErrorWithFormat ("error with options table; invalid value in has_arg field for option… in ParseAliasOptions() 1404 result.AppendErrorWithFormat ("Invalid option with value '%c'.\n", val); in ParseAliasOptions()
|
/external/lldb/include/lldb/Interpreter/ |
D | CommandReturnObject.h | 142 AppendErrorWithFormat (const char *format, ...) __attribute__ ((format (printf, 2, 3)));
|