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

References

tools/lldb/source/Core/IOHandler.cpp
 2852     window.MoveCursor(row.x, row.y);
 2854     row.DrawTree(window);
 2857       window.AttributeOn(A_REVERSE);
 2860       window.Printf("(%s) ", type_name);
 2863       window.PutCString(name);
 2870       window.PutCString(" = ");
 2872         window.AttributeOn(changd_attr);
 2873       window.PutCString(value);
 2875         window.AttributeOff(changd_attr);
 2879       window.PutChar(' ');
 2881         window.AttributeOn(changd_attr);
 2882       window.PutCString(summary);
 2884         window.AttributeOff(changd_attr);
 2888       window.AttributeOff(A_REVERSE);