Skip to content

Branch

parser = argparse.ArgumentParser(description='Breaks on a branch if it is not taken.') module-attribute

BreakOnConditionalBranch

Bases: Breakpoint

A breakpoint that only stops the inferior if a given branch is taken or not taken.

instruction = instruction instance-attribute

taken = taken instance-attribute

__init__(instruction, taken)

should_stop()

break_if_not_taken(branch)

break_if_taken(branch)

install_breakpoint(branch, taken)