TeamDebugger: Implement post syscall event handling.

We now watch for file write syscalls in the target team. If they
constitute a write to either stdout or stderr, we attempt to capture the
output, and notify interested listeners accordingly.
This commit is contained in:
Rene Gollent
2013-06-28 18:49:32 -04:00
parent d692e338d4
commit fe448830c9
3 changed files with 52 additions and 1 deletions
@@ -141,6 +141,8 @@ private:
ImageCreatedEvent* event);
bool _HandleImageDeleted(
ImageDeletedEvent* event);
bool _HandlePostSyscall(
PostSyscallEvent* event);
void _HandleImageDebugInfoChanged(image_id imageID);
void _HandleImageFileChanged(image_id imageID);