From b74ede5b2ce28a0430bcf0d64b4840503d17c5fe Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Sun, 10 Aug 2008 14:57:43 +0000 Subject: [PATCH] Fixed a typo. Structs debug_image_created and debug_image_deleted are today identical, but better not assume they're. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26916 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/gdb/gdb/haiku-nat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/gdb/gdb/haiku-nat.c b/src/bin/gdb/gdb/haiku-nat.c index 142785d97d..dc9809c5ea 100644 --- a/src/bin/gdb/gdb/haiku-nat.c +++ b/src/bin/gdb/gdb/haiku-nat.c @@ -1245,7 +1245,7 @@ TRACE(("haiku_child_wait_internal(): B_APP_IMAGE created, reprocess -> exec\n")) case B_DEBUGGER_MESSAGE_IMAGE_DELETED: haiku_remove_image(teamDebugInfo, - event->data.image_created.info.id); + event->data.image_deleted.info.id); // send TARGET_WAITKIND_LOADED here too, it causes the shared // object list to be updated