reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Core/IOHandler.cpp
 3827     m_max_x = window.GetMaxX() - 1;
 3828     m_max_y = window.GetMaxY() - 1;
 3960     const int window_width = window.GetWidth();
 3961     window.Erase();
 3962     window.DrawTitleBox("Sources");
 3964       window.AttributeOn(A_REVERSE);
 3965       window.MoveCursor(1, 1);
 3966       window.PutChar(' ');
 3967       window.PutCStringTruncated(m_title.GetString().str().c_str(), 1);
 3968       int x = window.GetCursorX();
 3970         window.Printf("%*s", window_width - x - 1, "");
 3972       window.AttributeOff(A_REVERSE);
 4007           window.MoveCursor(1, line_y);
 4023             window.AttributeOn(bp_attr);
 4025           window.Printf(" %*u ", m_line_width, curr_line + 1);
 4028             window.AttributeOff(bp_attr);
 4030           window.PutChar(ACS_VLINE);
 4033             window.PutChar(ACS_DIAMOND);
 4035             window.PutChar(' ');
 4038             window.AttributeOn(highlight_attr);
 4042             window.PutCString(m_file_sp->PeekLineData(curr_line + 1), line_len);
 4054                 window.Printf("%*s", desc_x - window.GetCursorX(), "");
 4054                 window.Printf("%*s", desc_x - window.GetCursorX(), "");
 4057                 window.Printf("<<< Thread %u: %s ", thread->GetIndexID(),
 4061               window.Printf("%*s", window_width - window.GetCursorX() - 1, "");
 4061               window.Printf("%*s", window_width - window.GetCursorX() - 1, "");
 4065             window.AttributeOff(highlight_attr);
 4132           window.MoveCursor(1, line_y);
 4149             window.AttributeOn(bp_attr);
 4151           window.Printf(" 0x%16.16llx ",
 4156             window.AttributeOff(bp_attr);
 4158           window.PutChar(ACS_VLINE);
 4161             window.PutChar(ACS_DIAMOND);
 4163             window.PutChar(' ');
 4166             window.AttributeOn(highlight_attr);
 4189           window.PutCStringTruncated(strm.GetData(), right_pad);
 4201                 window.Printf("%*s", desc_x - window.GetCursorX(), "");
 4201                 window.Printf("%*s", desc_x - window.GetCursorX(), "");
 4204                 window.Printf("<<< Thread %u: %s ", thread->GetIndexID(),
 4208               window.Printf("%*s", window_width - window.GetCursorX() - 1, "");
 4208               window.Printf("%*s", window_width - window.GetCursorX() - 1, "");
 4212             window.AttributeOff(highlight_attr);