Skip to content

context ¤

Classes:

Attributes:

sections module-attribute ¤

sections = ['legend'] + [replace('context_', '') for section in values()]

target_func module-attribute ¤

target_func: Callable[..., _Window] = (
    lambda window, section_name=section_name: ContextTUIWindow(
        window, section_name
    )
)

ContextTUIWindow ¤

ContextTUIWindow(tui_window: 'gdb.TuiWindow', section: str)

Methods:

___ansi_substr class-attribute instance-attribute ¤

___ansi_substr = _ansi_substr

close ¤

close() -> None

render ¤

render() -> None

hscroll ¤

hscroll(num: int) -> None

vscroll ¤

vscroll(num: int) -> None

click ¤

click(x: int, y: int, button: int) -> None