Skip to content

prompt ¤

Functions:

Attributes:

show_tip module-attribute ¤

show_tip = add_param(
    "show-tips", True, "whether to display the tip of the day on startup"
)

cur module-attribute ¤

cur: tuple[Inferior, InferiorThread] | None = None

context_shown module-attribute ¤

context_shown = False

last_alive_state module-attribute ¤

last_alive_state = False

initial_hook ¤

initial_hook(*a: Any) -> None

show_hint ¤

show_hint() -> None

thread_is_stopped ¤

thread_is_stopped() -> bool

This detects whether selected thread is stopped. It is not stopped in situations when gdb is executing commands that are attached to a breakpoint by command command.

For more info see issue #229 ( #299 ) :return: Whether gdb executes commands attached to bp with command command.

prompt_hook ¤

prompt_hook(*a: Any) -> None

reset_context_shown ¤

reset_context_shown(*a: Any) -> None

set_prompt ¤

set_prompt() -> None