Re-implemented support for breakpoints in the PTrace namespace.
commit9902a19c0fdfcb0788f18611952f80e47460bfcb
authorstrange <kawk256@gmail.com>
Fri, 25 Dec 2009 19:30:18 +0000 (25 11:30 -0800)
committerstrange <kawk256@gmail.com>
Fri, 25 Dec 2009 19:30:18 +0000 (25 11:30 -0800)
treee96865c66a153dc35d74653c3b03ed47ec21c7f6
parentde78b704b9d2ea1450e54aeb5f58820f41096477
Re-implemented support for breakpoints in the PTrace namespace.

So, now, the next step is to actually utilize said breakpoints . . .
src/interface/Breakpoint.cpp
src/interface/Breakpoint.h
src/interface/ptrace/PTraceException.cpp [copied from src/interface/Breakpoint.cpp with 56% similarity]
src/interface/ptrace/PTraceException.h [new file with mode: 0644]
src/interface/ptrace/Portal.cpp
src/interface/ptrace/Portal.h
src/interface/ptrace/TrapObserver.cpp