Lines Matching refs:formatLine

363   P.formatLine("{0} breakpoint{1}", List.GetSize(), plural(List.GetSize()));  in dumpState()
365 P.formatLine("At least one breakpoint."); in dumpState()
368 P.formatLine("Breakpoint ID {0}:", BP->GetID()); in dumpState()
370 P.formatLine("{0} location{1}.", BP->GetNumLocations(), in dumpState()
373 P.formatLine("At least one location."); in dumpState()
374 P.formatLine("{0} resolved location{1}.", BP->GetNumResolvedLocations(), in dumpState()
377 P.formatLine("At least one resolved location."); in dumpState()
380 P.formatLine("Location ID {0}:", Loc->GetID()); in dumpState()
382 P.formatLine("Enabled: {0}", Loc->IsEnabled()); in dumpState()
383 P.formatLine("Resolved: {0}", Loc->IsResolved()); in dumpState()
389 P.formatLine("Address: {0}", S.GetString()); in dumpState()
434 P.formatLine("Command: {0}", Command); in evaluateBreakpoints()
438 P.formatLine("Failed: {0}", Result.GetErrorData()); in evaluateBreakpoints()
946 Printer.formatLine("There are no {0}sections", is_subsection ? "sub" : ""); in dumpSectionList()
949 Printer.formatLine("Showing {0} {1}sections", Count, in dumpSectionList()
955 Printer.formatLine("Index: {0}", I); in dumpSectionList()
956 Printer.formatLine("ID: {0:x}", S->GetID()); in dumpSectionList()
957 Printer.formatLine("Name: {0}", S->GetName().GetStringRef()); in dumpSectionList()
958 Printer.formatLine("Type: {0}", S->GetTypeAsCString()); in dumpSectionList()
959 Printer.formatLine("Permissions: {0}", GetPermissionsAsCString(S->GetPermissions())); in dumpSectionList()
960 Printer.formatLine("Thread specific: {0:y}", S->IsThreadSpecific()); in dumpSectionList()
961 Printer.formatLine("VM address: {0:x}", S->GetFileAddress()); in dumpSectionList()
962 Printer.formatLine("VM size: {0}", S->GetByteSize()); in dumpSectionList()
963 Printer.formatLine("File size: {0}", S->GetFileSize()); in dumpSectionList()
1004 Printer.formatLine("Plugin name: {0}", ObjectPtr->GetPluginName()); in dumpObjectFiles()
1005 Printer.formatLine("Architecture: {0}", in dumpObjectFiles()
1007 Printer.formatLine("UUID: {0}", ModulePtr->GetUUID().GetAsString()); in dumpObjectFiles()
1008 Printer.formatLine("Executable: {0}", ObjectPtr->IsExecutable()); in dumpObjectFiles()
1009 Printer.formatLine("Stripped: {0}", ObjectPtr->IsStripped()); in dumpObjectFiles()
1010 Printer.formatLine("Type: {0}", ObjectPtr->GetType()); in dumpObjectFiles()
1011 Printer.formatLine("Strata: {0}", ObjectPtr->GetStrata()); in dumpObjectFiles()
1012 Printer.formatLine("Base VM address: {0:x}", in dumpObjectFiles()
1022 Printer.formatLine("Showing {0} dependent module(s)", Count); in dumpObjectFiles()
1025 Printer.formatLine("Name: {0}", in dumpObjectFiles()