Skip to content

Context

sections = ['legend'] + [section.__name__.replace('context_', '') for section in context_sections.values()] module-attribute

target_func: Callable[..., gdb._Window] = lambda window, section_name=section_name: ContextTUIWindow(window, section_name) module-attribute

ContextTUIWindow

__init__(tui_window, section)

click(x, y, button)

close()

hscroll(num)

render()

vscroll(num)