Breakpoint

class tenjint.plugins.breakpoint.Breakpoint(gpa, event_manager, slp_service, logger)[source]

This class represents a breakpoint.

An object of this class represents a single requested BP. It handles the automatic removal and insertion of the underlying QEMU breakpoint if the page is written/read?

Methods

Breakpoint.__init__(gpa, event_manager, …)

Initialize self.

Breakpoint.set_bp()

Set the breakpoint

Breakpoint.unset_bp()

Unset the breakpoint