/freebsd-src/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectApropos.cpp | 44 result.AppendMessageWithFormat("No commands found pertaining to '%s'. " in DoExecute() 50 result.AppendMessageWithFormat( in DoExecute()
|
H A D | CommandObjectWatchpoint.cpp | 213 result.AppendMessageWithFormat( in DoExecute() 308 result.AppendMessageWithFormat("All watchpoints enabled. (%" PRIu64 in DoExecute() 326 result.AppendMessageWithFormat("%d watchpoints enabled.\n", count); in DoExecute() 376 result.AppendMessageWithFormat("All watchpoints disabled. (%" PRIu64 in DoExecute() 397 result.AppendMessageWithFormat("%d watchpoints disabled.\n", count); in DoExecute() 491 result.AppendMessageWithFormat("All watchpoints removed. (%" PRIu64 in DoExecute() 512 result.AppendMessageWithFormat("%d watchpoints deleted.\n", count); in DoExecute() 605 result.AppendMessageWithFormat("All watchpoints ignored. (%" PRIu64 623 result.AppendMessageWithFormat("%d watchpoints ignored.\n", count); in DoExecute() 744 result.AppendMessageWithFormat(" in DoExecute() [all...] |
H A D | CommandObjectPlatform.cpp | 492 result.AppendMessageWithFormat("File Descriptor = %" PRIu64 "\n", fd); in DoExecute() 540 result.AppendMessageWithFormat("file %" PRIu64 " closed.\n", fd); in DoExecute() 584 result.AppendMessageWithFormat("Return = %" PRIu64 "\n", retcode); in DoExecute() 585 result.AppendMessageWithFormat("Data = \"%s\"\n", buffer.c_str()); in DoExecute() 678 result.AppendMessageWithFormat("Return = %" PRIu64 "\n", retcode); in DoExecute() 831 result.AppendMessageWithFormat( in DoExecute() 836 result.AppendMessageWithFormat("get-file failed: %s\n", in DoExecute() 878 result.AppendMessageWithFormat("File size of %s (remote): %" PRIu64 in CommandObjectPlatformGetSize() 883 result.AppendMessageWithFormat( in CommandObjectPlatformGetSize() 928 result.AppendMessageWithFormat( in DoExecute() [all...] |
H A D | CommandObjectVersion.cpp | 26 result.AppendMessageWithFormat("%s\n", lldb_private::GetVersion()); in DoExecute()
|
H A D | CommandObjectProcess.cpp | 257 result.AppendMessageWithFormat( in DoExecute() 378 result.AppendMessageWithFormat("Executable module set to \"%s\".\n", in DoExecute() 394 result.AppendMessageWithFormat( in DoExecute() 695 result.AppendMessageWithFormat("Process %" PRIu64 " resuming\n", in DoExecute() 1033 result.AppendMessageWithFormat( in DoExecute() 1098 result.AppendMessageWithFormat( in HandleArgumentCompletion() 1314 result.AppendMessageWithFormat( in SetOptionValue() 1414 result.AppendMessageWithFormat( in SetOptionValue() 1416 result.AppendMessageWithFormat( in SetOptionValue() 1418 result.AppendMessageWithFormat( in SetOptionValue() [all...] |
H A D | CommandObjectMemory.cpp | 1093 result.AppendMessageWithFormat("data found at location: 0x%" PRIx64 "\n", in DoExecute() 1671 result.AppendMessageWithFormat( in OptionParsingStarting() 1676 result.AppendMessageWithFormat("Dirty pages: "); in CommandObjectMemoryRegion() 1679 result.AppendMessageWithFormat(", "); in CommandObjectMemoryRegion() 1682 result.AppendMessageWithFormat("0x%" PRIx64, (*dirty_page_list)[i]); in CommandObjectMemoryRegion() 1684 result.AppendMessageWithFormat(".\n"); in CommandObjectMemoryRegion()
|
H A D | CommandObjectThread.cpp | 693 result.AppendMessageWithFormat("Resuming thread: "); in DoExecute() 695 result.AppendMessageWithFormat("Resuming threads: "); in DoExecute() 706 result.AppendMessageWithFormat("%u, ", thread->GetIndexID()); in DoExecute() 708 result.AppendMessageWithFormat("%u ", thread->GetIndexID()); in DoExecute() 716 result.AppendMessageWithFormat("in process %" PRIu64 "\n", in DoExecute() 735 result.AppendMessageWithFormat("Resuming thread 0x%4.4" PRIx64 in DoExecute() 755 result.AppendMessageWithFormat("Process %" PRIu64 " resuming\n", in DoExecute() 1069 result.AppendMessageWithFormat("Process %" PRIu64 " resuming\n", in DoExecute()
|
H A D | CommandObjectBreakpoint.cpp | 923 result.AppendMessageWithFormat("All breakpoints enabled. (%" PRIu64 in DoExecute() 957 result.AppendMessageWithFormat("%d breakpoints enabled.\n", in DoExecute() 1028 result.AppendMessageWithFormat("All breakpoints disabled. (%" PRIu64 in DoExecute() 1063 result.AppendMessageWithFormat("%d breakpoints disabled.\n", in DoExecute() 1443 result.AppendMessageWithFormat( in DoExecute() 1510 result.AppendMessageWithFormat( in DoExecute() 1922 result.AppendMessageWithFormat("Name: %s\n", name); 1944 result.AppendMessageWithFormat("Name: %s not found.\n", name); in DoExecute()
|
H A D | CommandObjectWatchpointCommand.cpp | 550 result.AppendMessageWithFormat( in DoExecute()
|
H A D | CommandObjectBreakpointCommand.cpp | 613 result.AppendMessageWithFormat( in DoExecute()
|
H A D | CommandObjectTarget.cpp | 437 result.AppendMessageWithFormat( in DoExecute() 2981 result.AppendMessageWithFormat( in DoExecute() 3085 result.AppendMessageWithFormat("%s\n", path); in DoExecute() 4368 result.AppendMessageWithFormat( in AddModuleSymbols() 5042 result.AppendMessageWithFormat("Stop hook #%" PRIu64 " added.\n", in IOHandlerInputComplete() 5052 result.AppendMessageWithFormat("Stop hook #%" PRIu64 " added.\n", in IOHandlerInputComplete()
|
H A D | CommandObjectSource.cpp | 843 result.AppendMessageWithFormat("File: %s\n", in DisplayFunctionSource()
|
H A D | CommandObjectType.cpp | 2691 result.AppendMessageWithFormat("no type was found matching '%s'\n", in CommandObjectTypeLookup()
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | CommandReturnObject.h | 104 void AppendMessageWithFormat(const char *format, ...)
|
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandReturnObject.cpp | 64 void CommandReturnObject::AppendMessageWithFormat(const char *format, ...) { in AppendMessageWithFormat() function in CommandReturnObject
|
H A D | CommandInterpreter.cpp | 256 result.AppendMessageWithFormat("%s", command.c_str()); in GetSpaceReplPrompts() 1441 result.AppendMessageWithFormat( in GetHelp() 1480 result.AppendMessageWithFormat( in GetCommandObjectForCommand() 2570 result.AppendMessageWithFormat("%s %s\n", in HandleCommands() 2604 result.AppendMessageWithFormat( in HandleCommands() 2633 result.AppendMessageWithFormat("Command #%" PRIu64 in HandleCommands() 2653 result.AppendMessageWithFormat( in HandleCommands() 3269 result.AppendMessageWithFormat("Session's transcripts saved to %s\n", in GetCurrentSourceDir()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
H A D | ItaniumABILanguageRuntime.cpp | 448 result.AppendMessageWithFormat("%s ---> %s\n", entry.c_str(), in DoExecute()
|