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

References

tools/lldb/source/Core/IOHandler.cpp
 3649       WindowSP source_window_sp = main_window_sp->FindSubWindow("Source");
 3650       WindowSP variables_window_sp = main_window_sp->FindSubWindow("Variables");
 3651       WindowSP registers_window_sp = main_window_sp->FindSubWindow("Registers");
 3670         main_window_sp->RemoveSubWindow(registers_window_sp.get());
 3690             main_window_sp->CreateSubWindow("Registers", new_regs_rect, false);