Skip to content

updown ¤

Overrides GDB's up and down commands to be prettier and to follow the decompiler integration.

Functions:

  • up

    Select and print stack frame that called this one.

  • down

    Select and print stack frame called by this one.

Attributes:

parser module-attribute ¤

parser = ArgumentParser(
    description="Select and print stack frame called by this one."
)

up ¤

up(n=1) -> None

Select and print stack frame that called this one.

down ¤

down(n=1) -> None

Select and print stack frame called by this one.