Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectApropos.cpp79 …result.AppendMessageWithFormat ("No commands found pertaining to '%s'. Try 'help' to see a complet… in DoExecute()
85 …result.AppendMessageWithFormat ("The following built-in commands may relate to '%s':\n", search_wo… in DoExecute()
107 … result.AppendMessageWithFormat ("The following user commands may relate to '%s':\n", search_word); in DoExecute()
133 …result.AppendMessageWithFormat ("\nThe following settings variables may relate to '%s': \n\n", sea… in DoExecute()
HDCommandObjectWatchpoint.cpp273 result.AppendMessageWithFormat("Number of supported hardware watchpoints: %u\n", in DoExecute()
400 … result.AppendMessageWithFormat("All watchpoints enabled. (%zu watchpoints)\n", num_watchpoints); in DoExecute()
419 result.AppendMessageWithFormat("%d watchpoints enabled.\n", count); in DoExecute()
479 … result.AppendMessageWithFormat("All watchpoints disabled. (%zu watchpoints)\n", num_watchpoints); in DoExecute()
504 result.AppendMessageWithFormat("%d watchpoints disabled.\n", count); in DoExecute()
567 … result.AppendMessageWithFormat("All watchpoints removed. (%zu watchpoints)\n", num_watchpoints); in DoExecute()
587 result.AppendMessageWithFormat("%d watchpoints deleted.\n",count); in DoExecute()
709 … result.AppendMessageWithFormat("All watchpoints ignored. (%zu watchpoints)\n", num_watchpoints); in DoExecute()
728 result.AppendMessageWithFormat("%d watchpoints ignored.\n",count); in DoExecute()
891 result.AppendMessageWithFormat("%d watchpoints modified.\n",count); in DoExecute()
HDCommandObjectThread.cpp600 …result.AppendMessageWithFormat ("Process %" PRIu64 " %s\n", process->GetID(), StateAsCString (stat… in DoExecute()
757 result.AppendMessageWithFormat ("Resuming thread: "); in DoExecute()
759 result.AppendMessageWithFormat ("Resuming threads: "); in DoExecute()
770 result.AppendMessageWithFormat ("%u, ", thread->GetIndexID()); in DoExecute()
772 result.AppendMessageWithFormat ("%u ", thread->GetIndexID()); in DoExecute()
781 result.AppendMessageWithFormat ("in process %" PRIu64 "\n", process->GetID()); in DoExecute()
804 …result.AppendMessageWithFormat ("Resuming thread 0x%4.4" PRIx64 " in process %" PRIu64 "\n", threa… in DoExecute()
818 result.AppendMessageWithFormat ("Process %" PRIu64 " resuming\n", process->GetID()); in DoExecute()
824 …result.AppendMessageWithFormat ("Process %" PRIu64 " %s\n", process->GetID(), StateAsCString (stat… in DoExecute()
1149 result.AppendMessageWithFormat ("Process %" PRIu64 " resuming\n", process->GetID()); in DoExecute()
[all …]
HDCommandObjectPlatform.cpp697 result.AppendMessageWithFormat("File Descriptor = %" PRIu64 "\n",fd); in DoExecute()
759 result.AppendMessageWithFormat("file %" PRIu64 " closed.\n", fd); in DoExecute()
810 result.AppendMessageWithFormat("Return = %d\n",retcode); in DoExecute()
811 result.AppendMessageWithFormat("Data = \"%s\"\n",buffer.c_str()); in DoExecute()
939 result.AppendMessageWithFormat("Return = %d\n",retcode); in DoExecute()
1122 … result.AppendMessageWithFormat("successfully get-file from %s (remote) to %s (host)\n", in DoExecute()
1128 result.AppendMessageWithFormat("get-file failed: %s\n", error.AsCString()); in DoExecute()
1196 …result.AppendMessageWithFormat("File size of %s (remote): %" PRIu64 "\n", remote_file_path.c_str()… in DoExecute()
1201 …result.AppendMessageWithFormat("Eroor getting file size of %s (remote)\n", remote_file_path.c_str(… in DoExecute()
1484 … result.AppendMessageWithFormat ("%u matching process%s found on \"%s\"", in DoExecute()
[all …]
HDCommandObjectProcess.cpp249 …result.AppendMessageWithFormat ("Process %" PRIu64 " launched: '%s' (%s)\n", process_sp->GetID(), … in DoExecute()
551 …result.AppendMessageWithFormat ("Process %" PRIu64 " %s\n", process->GetID(), StateAsCString (stat… in DoExecute()
581 result.AppendMessageWithFormat("Executable module set to \"%s\".\n", new_path); in DoExecute()
597 …result.AppendMessageWithFormat ("Architecture set to: %s.\n", target->GetArchitecture().GetTriple(… in DoExecute()
768 result.AppendMessageWithFormat ("Process %" PRIu64 " resuming\n", process->GetID()); in DoExecute()
774 …result.AppendMessageWithFormat ("Process %" PRIu64 " %s\n", process->GetID(), StateAsCString (stat… in DoExecute()
914 result.AppendMessageWithFormat ("Detaching from process %" PRIu64 "\n", process->GetID()); in DoExecute()
1202 …result.AppendMessageWithFormat ("Loading \"%s\"...ok\nImage %u loaded.\n", image_path, image_token… in DoExecute()
1265 … result.AppendMessageWithFormat ("Unloading shared library with index %u...ok\n", image_token); in DoExecute()
HDCommandObjectVersion.cpp43 result.AppendMessageWithFormat ("%s\n", lldb_private::GetVersion()); in DoExecute()
HDCommandObjectBreakpoint.cpp1081 … result.AppendMessageWithFormat ("All breakpoints enabled. (%zu breakpoints)\n", num_breakpoints); in DoExecute()
1118 … result.AppendMessageWithFormat ("%d breakpoints enabled.\n", enable_count + loc_count); in DoExecute()
1200 … result.AppendMessageWithFormat ("All breakpoints disabled. (%zu breakpoints)\n", num_breakpoints); in DoExecute()
1238 … result.AppendMessageWithFormat ("%d breakpoints disabled.\n", disable_count + loc_count); in DoExecute()
1702 …result.AppendMessageWithFormat ("All breakpoints removed. (%zu %s)\n", num_breakpoints, num_breakp… in DoExecute()
1741 … result.AppendMessageWithFormat ("%d breakpoints deleted; %d breakpoint locations disabled.\n", in DoExecute()
HDCommandObjectWatchpointCommand.cpp723 … result.AppendMessageWithFormat ("Watchpoint %u does not have an associated command.\n", in DoExecute()
HDCommandObjectBreakpointCommand.cpp790 … result.AppendMessageWithFormat ("Breakpoint %s does not have an associated command.\n", in DoExecute()
HDCommandObjectTarget.cpp372 …result.AppendMessageWithFormat ("Core file '%s' (%s) was loaded.\n", core_path, target_sp->GetArch… in DoExecute()
390 …result.AppendMessageWithFormat ("Current executable set to '%s' (%s).\n", file_path, target_sp->Ge… in DoExecute()
2940 … result.AppendMessageWithFormat("section '%s' loaded at 0x%" PRIx64 "\n", sect_name, load_addr); in DoExecute()
3025 result.AppendMessageWithFormat("%s\n", path); in DoExecute()
4462 … result.AppendMessageWithFormat("symbol file '%s' has been added to '%s'\n", in AddModuleSymbols()
5067 … result.AppendMessageWithFormat("Stop hook #%" PRIu64 " added.\n", new_hook_sp->GetID()); in DoExecute()
HDCommandObjectSource.cpp428 result.AppendMessageWithFormat("File: %s\n", start_file.GetPath().c_str()); in DisplayFunctionSource()
HDCommandObjectMemory.cpp1165 …result.AppendMessageWithFormat("Your data was found at location: 0x%" PRIx64 "\n", found_location); in DoExecute()
/trueos/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDCommandReturnObject.h124 AppendMessageWithFormat (const char *format, ...) __attribute__ ((format (printf, 2, 3)));
/trueos/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandReturnObject.cpp79 CommandReturnObject::AppendMessageWithFormat (const char *format, ...) in AppendMessageWithFormat() function in CommandReturnObject
HDCommandInterpreter.cpp2464 result.AppendMessageWithFormat ("%s %s\n", in HandleCommands()
2487 result.AppendMessageWithFormat("%s", tmp_result.GetOutputData()); in HandleCommands()
2505 result.AppendMessageWithFormat ("Command #%zu '%s' failed with %s", in HandleCommands()
2533 … result.AppendMessageWithFormat ("Command #%zu '%s' continued the target.\n", idx + 1, cmd); in HandleCommands()
/trueos/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp2160 … result.AppendMessageWithFormat("\n- Hook %" PRIu64 " (%s)\n", cur_hook_sp->GetID(), cmd); in RunStopHooks()
2162 … result.AppendMessageWithFormat("\n- Hook %" PRIu64 "\n", cur_hook_sp->GetID()); in RunStopHooks()
2167 …result.AppendMessageWithFormat("-- Thread %d\n", exc_ctx_with_reasons[i].GetThreadPtr()->GetIndexI… in RunStopHooks()
2187 …result.AppendMessageWithFormat ("Aborting stop hooks, hook %" PRIu64 " set the program running.", … in RunStopHooks()