diff options
author | Michael Snyder <msnyder@vmware.com> | 2010-05-14 21:25:51 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2010-05-14 21:25:51 +0000 |
commit | abbb1732a91accadee3e1c00b75fc0a3f418fae7 (patch) | |
tree | ebe572bfbd5022d93857d023df66223f8eafd098 /gdb/inf-loop.c | |
parent | d8734c886e14a4840c59ad815f7b9dc81cc9276c (diff) | |
download | gdb-abbb1732a91accadee3e1c00b75fc0a3f418fae7.zip gdb-abbb1732a91accadee3e1c00b75fc0a3f418fae7.tar.gz gdb-abbb1732a91accadee3e1c00b75fc0a3f418fae7.tar.bz2 |
2010-05-14 Michael Snyder <msnyder@vmware.com>
* infcall.c: White space.
* inf-child.c: White space.
* infcmd.c: White space.
* inferior.c: White space.
* inf-loop.c: White space.
* inflow.c: White space.
* inline-frame.c: White space.
* interps.c: White space.
Diffstat (limited to 'gdb/inf-loop.c')
-rw-r--r-- | gdb/inf-loop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/inf-loop.c b/gdb/inf-loop.c index 8988985..8681e7c 100644 --- a/gdb/inf-loop.c +++ b/gdb/inf-loop.c @@ -46,6 +46,7 @@ inferior_event_handler (enum inferior_event_type event_type, { struct gdb_exception e; int was_sync = 0; + switch (event_type) { case INF_ERROR: |