Home
last modified time | relevance | path

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

/external/lldb/source/Commands/
DCommandObjectApropos.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()
DCommandObjectThread.cpp552 …result.AppendMessageWithFormat ("Process %" PRIu64 " %s\n", process->GetID(), StateAsCString (stat… in DoExecute()
706 result.AppendMessageWithFormat ("Resuming thread: "); in DoExecute()
708 result.AppendMessageWithFormat ("Resuming threads: "); in DoExecute()
719 result.AppendMessageWithFormat ("%u, ", thread->GetIndexID()); in DoExecute()
721 result.AppendMessageWithFormat ("%u ", thread->GetIndexID()); in DoExecute()
730 result.AppendMessageWithFormat ("in process %" PRIu64 "\n", process->GetID()); in DoExecute()
748 …result.AppendMessageWithFormat ("Resuming thread 0x%4.4" PRIx64 " in process %" PRIu64 "\n", threa… in DoExecute()
761 result.AppendMessageWithFormat ("Process %" PRIu64 " resuming\n", process->GetID()); in DoExecute()
767 …result.AppendMessageWithFormat ("Process %" PRIu64 " %s\n", process->GetID(), StateAsCString (stat… in DoExecute()
1092 result.AppendMessageWithFormat ("Process %" PRIu64 " resuming\n", process->GetID()); in DoExecute()
[all …]
DCommandObjectWatchpoint.cpp273 result.AppendMessageWithFormat("Number of supported hardware watchpoints: %u\n", in DoExecute()
400 … result.AppendMessageWithFormat("All watchpoints enabled. (%lu watchpoints)\n", num_watchpoints); in DoExecute()
419 result.AppendMessageWithFormat("%d watchpoints enabled.\n", count); in DoExecute()
479 … result.AppendMessageWithFormat("All watchpoints disabled. (%lu watchpoints)\n", num_watchpoints); in DoExecute()
504 result.AppendMessageWithFormat("%d watchpoints disabled.\n", count); in DoExecute()
567 … result.AppendMessageWithFormat("All watchpoints removed. (%lu watchpoints)\n", num_watchpoints); in DoExecute()
587 result.AppendMessageWithFormat("%d watchpoints deleted.\n",count); in DoExecute()
709 … result.AppendMessageWithFormat("All watchpoints ignored. (%lu 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()
DCommandObjectProcess.cpp300 …result.AppendMessageWithFormat ("Process %" PRIu64 " launched: '%s' (%s)\n", process->GetID(), fil… in DoExecute()
640 …result.AppendMessageWithFormat ("Process %" PRIu64 " %s\n", process->GetID(), StateAsCString (stat… in DoExecute()
665 result.AppendMessageWithFormat("Executable module set to \"%s\".\n", new_path); in DoExecute()
681 …result.AppendMessageWithFormat ("Architecture set to: %s.\n", target->GetArchitecture().GetTriple(… in DoExecute()
852 result.AppendMessageWithFormat ("Process %" PRIu64 " resuming\n", process->GetID()); in DoExecute()
858 …result.AppendMessageWithFormat ("Process %" PRIu64 " %s\n", process->GetID(), StateAsCString (stat… in DoExecute()
998 result.AppendMessageWithFormat ("Detaching from process %" PRIu64 "\n", process->GetID()); in DoExecute()
1286 …result.AppendMessageWithFormat ("Loading \"%s\"...ok\nImage %u loaded.\n", image_path, image_token… in DoExecute()
1349 … result.AppendMessageWithFormat ("Unloading shared library with index %u...ok\n", image_token); in DoExecute()
DCommandObjectVersion.cpp43 result.AppendMessageWithFormat ("%s\n", lldb_private::GetVersion()); in DoExecute()
DCommandObjectBreakpoint.cpp1058 … result.AppendMessageWithFormat ("All breakpoints enabled. (%lu breakpoints)\n", num_breakpoints); in DoExecute()
1095 … result.AppendMessageWithFormat ("%d breakpoints enabled.\n", enable_count + loc_count); in DoExecute()
1177 … result.AppendMessageWithFormat ("All breakpoints disabled. (%lu breakpoints)\n", num_breakpoints); in DoExecute()
1215 … result.AppendMessageWithFormat ("%d breakpoints disabled.\n", disable_count + loc_count); in DoExecute()
1679 …result.AppendMessageWithFormat ("All breakpoints removed. (%lu %s)\n", num_breakpoints, num_breakp… in DoExecute()
1718 … result.AppendMessageWithFormat ("%d breakpoints deleted; %d breakpoint locations disabled.\n", in DoExecute()
DCommandObjectPlatform.cpp580 … result.AppendMessageWithFormat ("%u matching process%s found on \"%s\"", in DoExecute()
585 result.AppendMessageWithFormat (" whose name %s \"%s\"", in DoExecute()
588 result.AppendMessageWithFormat ("\n"); in DoExecute()
DCommandObjectWatchpointCommand.cpp805 … result.AppendMessageWithFormat ("Watchpoint %u does not have an associated command.\n", in DoExecute()
DCommandObjectTarget.cpp302 …result.AppendMessageWithFormat ("Core file '%s' (%s) was loaded.\n", core_path, target_sp->GetArch… in DoExecute()
320 …result.AppendMessageWithFormat ("Current executable set to '%s' (%s).\n", file_path, target_sp->Ge… in DoExecute()
2871 … result.AppendMessageWithFormat("section '%s' loaded at 0x%" PRIx64 "\n", sect_name, load_addr); in DoExecute()
2956 result.AppendMessageWithFormat("%s\n", path); in DoExecute()
4375 … result.AppendMessageWithFormat("symbol file '%s' has been added to '%s'\n", in AddModuleSymbols()
5018 … result.AppendMessageWithFormat("Stop hook #%" PRIu64 " added.\n", new_hook_sp->GetID()); in DoExecute()
DCommandObjectBreakpointCommand.cpp868 … result.AppendMessageWithFormat ("Breakpoint %s does not have an associated command.\n", in DoExecute()
DCommandObjectSource.cpp427 result.AppendMessageWithFormat("File: %s\n", start_file.GetPath().c_str()); in DisplayFunctionSource()
DCommandObjectCommands.cpp382 result.AppendMessageWithFormat ("Executing commands in '%s'.\n", filename); in DoExecute()
/external/lldb/include/lldb/Interpreter/
DCommandReturnObject.h124 AppendMessageWithFormat (const char *format, ...) __attribute__ ((format (printf, 2, 3)));
/external/lldb/source/Interpreter/
DCommandReturnObject.cpp79 CommandReturnObject::AppendMessageWithFormat (const char *format, ...) in AppendMessageWithFormat() function in CommandReturnObject
DCommandInterpreter.cpp2520 result.AppendMessageWithFormat ("%s %s\n", in HandleCommands()
2543 result.AppendMessageWithFormat("%s", tmp_result.GetOutputData()); in HandleCommands()
2561 result.AppendMessageWithFormat ("Command #%zu '%s' failed with %s", in HandleCommands()
2589 … result.AppendMessageWithFormat ("Command #%zu '%s' continued the target.\n", idx + 1, cmd); in HandleCommands()
/external/lldb/source/Target/
DTarget.cpp2139 … result.AppendMessageWithFormat("\n- Hook %" PRIu64 " (%s)\n", cur_hook_sp->GetID(), cmd); in RunStopHooks()
2141 … result.AppendMessageWithFormat("\n- Hook %" PRIu64 "\n", cur_hook_sp->GetID()); in RunStopHooks()
2146 …result.AppendMessageWithFormat("-- Thread %d\n", exc_ctx_with_reasons[i].GetThreadPtr()->GetIndexI… in RunStopHooks()
2166 …result.AppendMessageWithFormat ("Aborting stop hooks, hook %" PRIu64 " set the program running.", … in RunStopHooks()