43b0f7e0d7
support for temporary breakpoints. * TeamDebugger: No longer handle debug events in the listener thread. Instead post a message to the looper thread. Makes the locking a bit easier. * Architecture: Added virtual GetInstructionInfo() and GetStatement() returning information on the instruction respectively a statement at a given address. Implemented for x86. * DebugInfo: Added virtual GetStatement() and implemented it for DebuggerDebugInfo by means of using the Architecture. * Implemented step over/into/out support. Works in principle, but has no handling for PLTs yet, i.e. stepping into functions of other libraries requires two steps ATM. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31244 a95241bf-73f2-0310-859d-f6bbb57e9c96 |
||
---|---|---|
.. | ||
x86 | ||
Architecture.cpp | ||
Architecture.h | ||
ArchitectureTypes.h | ||
CpuState.cpp | ||
CpuState.h | ||
InstructionInfo.cpp | ||
InstructionInfo.h | ||
Register.cpp | ||
Register.h | ||
TargetAddressRange.h |