From d2cc082ba50397609e186d516b75226d638841d3 Mon Sep 17 00:00:00 2001 From: Camille Mougey Date: Wed, 18 Feb 2015 14:19:56 +0100 Subject: PyLint: Import errors, pointless statements (`fds`), bad indentation --- miasm2/analysis/debugging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miasm2/analysis/debugging.py') diff --git a/miasm2/analysis/debugging.py b/miasm2/analysis/debugging.py index 61e2ed95..57f30181 100644 --- a/miasm2/analysis/debugging.py +++ b/miasm2/analysis/debugging.py @@ -77,7 +77,7 @@ class Debugguer(object): def init_memory_breakpoint(self): "Set exception handler on EXCEPT_BREAKPOINT_INTERN" - self.myjit.exception_handler + raise NotImplementedError("Not implemented") def add_memory_breakpoint(self, addr, size, read=False, write=False): "add mem bp @[addr, addr + size], on read/write/both" -- cgit 1.4.1