Home
last modified time | relevance | path

Searched refs:AppendMessageWithFormat (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectApropos.cpp44 result.AppendMessageWithFormat("No commands found pertaining to '%s'. " in DoExecute()
50 result.AppendMessageWithFormat( in DoExecute()
H A DCommandObjectWatchpoint.cpp212 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 in DoExecute()
623 result.AppendMessageWithFormat("%d watchpoints ignored.\n", count); in DoExecute()
744 result.AppendMessageWithFormat("%d watchpoints modified.\n", count); in DoExecute()
H A DCommandObjectPlatform.cpp492 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 DoExecute()
883 result.AppendMessageWithFormat( in DoExecute()
928 result.AppendMessageWithFormat( in DoExecute()
[all …]
H A DCommandObjectVersion.cpp26 result.AppendMessageWithFormat("%s\n", lldb_private::GetVersion()); in DoExecute()
H A DCommandObjectProcess.cpp267 result.AppendMessageWithFormat( in DoExecute()
386 result.AppendMessageWithFormat( in DoExecute()
402 result.AppendMessageWithFormat( in DoExecute()
722 result.AppendMessageWithFormat("Process %" PRIu64 " resuming\n", in DoExecute()
1060 result.AppendMessageWithFormat( in DoExecute()
1125 result.AppendMessageWithFormat( in DoExecute()
1363 result.AppendMessageWithFormat( in DoExecute()
1468 result.AppendMessageWithFormat( in DoExecute()
1470 result.AppendMessageWithFormat( in DoExecute()
1472 result.AppendMessageWithFormat( in DoExecute()
H A DCommandObjectPlugin.cpp99 result.AppendMessageWithFormat( in SetEnableOnMatchingPlugins()
248 result.AppendMessageWithFormat( in OutputTextFormat()
H A DCommandObjectMemory.cpp1120 result.AppendMessageWithFormat("data found at location: 0x%" PRIx64 "\n", in DoExecute()
1702 result.AppendMessageWithFormat( in DumpRegion()
1707 result.AppendMessageWithFormat("Dirty pages: "); in DumpRegion()
1710 result.AppendMessageWithFormat(", "); in DumpRegion()
1713 result.AppendMessageWithFormat("0x%" PRIx64, (*dirty_page_list)[i]); in DumpRegion()
1715 result.AppendMessageWithFormat(".\n"); in DumpRegion()
H A DCommandObjectThread.cpp698 result.AppendMessageWithFormat("Resuming thread: "); in DoExecute()
700 result.AppendMessageWithFormat("Resuming threads: "); in DoExecute()
711 result.AppendMessageWithFormat("%u, ", thread->GetIndexID()); in DoExecute()
713 result.AppendMessageWithFormat("%u ", thread->GetIndexID()); in DoExecute()
721 result.AppendMessageWithFormat("in process %" PRIu64 "\n", in DoExecute()
740 result.AppendMessageWithFormat("Resuming thread 0x%4.4" PRIx64 in DoExecute()
760 result.AppendMessageWithFormat("Process %" PRIu64 " resuming\n", in DoExecute()
1066 result.AppendMessageWithFormat("Process %" PRIu64 " resuming\n", in DoExecute()
H A DCommandObjectBreakpoint.cpp950 result.AppendMessageWithFormat("All breakpoints enabled. (%" PRIu64 in DoExecute()
987 result.AppendMessageWithFormat("%d breakpoints enabled.\n", in DoExecute()
1058 result.AppendMessageWithFormat("All breakpoints disabled. (%" PRIu64 in DoExecute()
1096 result.AppendMessageWithFormat("%d breakpoints disabled.\n", in DoExecute()
1475 result.AppendMessageWithFormat( in DoExecute()
1545 result.AppendMessageWithFormat( in DoExecute()
1962 result.AppendMessageWithFormat("Name: %s\n", name); in DoExecute()
1984 result.AppendMessageWithFormat("Name: %s not found.\n", name); in DoExecute()
H A DCommandObjectWatchpointCommand.cpp551 result.AppendMessageWithFormat( in DoExecute()
H A DCommandObjectBreakpointCommand.cpp614 result.AppendMessageWithFormat( in DoExecute()
H A DCommandObjectTarget.cpp438 result.AppendMessageWithFormat( in DoExecute()
3009 result.AppendMessageWithFormat( in DoExecute()
3113 result.AppendMessageWithFormat("%s\n", path); in DoExecute()
4381 result.AppendMessageWithFormat( in AddModuleSymbols()
5070 result.AppendMessageWithFormat("Stop hook #%" PRIu64 " added.\n", in DoExecute()
5080 result.AppendMessageWithFormat("Stop hook #%" PRIu64 " added.\n", in DoExecute()
H A DCommandObjectSource.cpp835 result.AppendMessageWithFormat( in DisplayFunctionSource()
H A DCommandObjectType.cpp2714 result.AppendMessageWithFormat("no type was found matching '%s'\n", in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h117 void AppendMessageWithFormat(const char *format, ...)
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp71 void CommandReturnObject::AppendMessageWithFormat(const char *format, ...) { in AppendMessageWithFormat() function in CommandReturnObject
H A DCommandInterpreter.cpp260 result.AppendMessageWithFormat("%s", command.c_str()); in ResolveCommand()
1529 result.AppendMessageWithFormat( in GetHelp()
1568 result.AppendMessageWithFormat( in GetHelp()
2722 result.AppendMessageWithFormat("%s %s\n", in HandleCommands()
2784 result.AppendMessageWithFormat("Command #%" PRIu64 in HandleCommands()
2804 result.AppendMessageWithFormat( in HandleCommands()
3444 result.AppendMessageWithFormat("Session's transcripts saved to %s\n", in SaveTranscript()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp444 result.AppendMessageWithFormat("%s ---> %s\n", entry.c_str(), in DoExecute()