Lines Matching refs:formatLine

316   P.formatLine("{0} breakpoint{1}", List.GetSize(), plural(List.GetSize()));  in dumpState()
318 P.formatLine("At least one breakpoint."); in dumpState()
321 P.formatLine("Breakpoint ID {0}:", BP->GetID()); in dumpState()
323 P.formatLine("{0} location{1}.", BP->GetNumLocations(), in dumpState()
326 P.formatLine("At least one location."); in dumpState()
327 P.formatLine("{0} resolved location{1}.", BP->GetNumResolvedLocations(), in dumpState()
330 P.formatLine("At least one resolved location."); in dumpState()
333 P.formatLine("Location ID {0}:", Loc->GetID()); in dumpState()
335 P.formatLine("Enabled: {0}", Loc->IsEnabled()); in dumpState()
336 P.formatLine("Resolved: {0}", Loc->IsResolved()); in dumpState()
342 P.formatLine("Address: {0}", S.GetString()); in dumpState()
387 P.formatLine("Command: {0}", Command); in evaluateBreakpoints()
391 P.formatLine("Failed: {0}", Result.GetErrorData()); in evaluateBreakpoints()
848 Printer.formatLine("There are no {0}sections", is_subsection ? "sub" : ""); in dumpSectionList()
851 Printer.formatLine("Showing {0} {1}sections", Count, in dumpSectionList()
857 Printer.formatLine("Index: {0}", I); in dumpSectionList()
858 Printer.formatLine("ID: {0:x}", S->GetID()); in dumpSectionList()
859 Printer.formatLine("Name: {0}", S->GetName().GetStringRef()); in dumpSectionList()
860 Printer.formatLine("Type: {0}", S->GetTypeAsCString()); in dumpSectionList()
861 Printer.formatLine("Permissions: {0}", GetPermissionsAsCString(S->GetPermissions())); in dumpSectionList()
862 Printer.formatLine("Thread specific: {0:y}", S->IsThreadSpecific()); in dumpSectionList()
863 Printer.formatLine("VM address: {0:x}", S->GetFileAddress()); in dumpSectionList()
864 Printer.formatLine("VM size: {0}", S->GetByteSize()); in dumpSectionList()
865 Printer.formatLine("File size: {0}", S->GetFileSize()); in dumpSectionList()
906 Printer.formatLine("Plugin name: {0}", ObjectPtr->GetPluginName()); in dumpObjectFiles()
907 Printer.formatLine("Architecture: {0}", in dumpObjectFiles()
909 Printer.formatLine("UUID: {0}", ModulePtr->GetUUID().GetAsString()); in dumpObjectFiles()
910 Printer.formatLine("Executable: {0}", ObjectPtr->IsExecutable()); in dumpObjectFiles()
911 Printer.formatLine("Stripped: {0}", ObjectPtr->IsStripped()); in dumpObjectFiles()
912 Printer.formatLine("Type: {0}", ObjectPtr->GetType()); in dumpObjectFiles()
913 Printer.formatLine("Strata: {0}", ObjectPtr->GetStrata()); in dumpObjectFiles()
914 Printer.formatLine("Base VM address: {0:x}", in dumpObjectFiles()
924 Printer.formatLine("Showing {0} dependent module(s)", Count); in dumpObjectFiles()
927 Printer.formatLine("Name: {0}", in dumpObjectFiles()