Mercurial > ecos
diff packages/redboot/current/ChangeLog @ 1364:19f40f995cc2
Fix GDB exceptions - broken on 10/23
| author | gthomas |
|---|---|
| date | Thu, 13 Nov 2003 15:48:01 +0000 |
| parents | 72507a6fc4c5 |
| children | 5503490aa292 |
line wrap: on
line diff
--- a/packages/redboot/current/ChangeLog +++ b/packages/redboot/current/ChangeLog @@ -1,3 +1,9 @@ +2003-11-13 Gary Thomas <gary@mlbassoc.com> + + * src/main.c (do_go): Need to stop catching exceptions when running a + user program, otherwise GDB will never run when the program fails, gets + a ^C interrupt, etc. Also, clean up [remove] some cache debug code. + 2003-11-12 Gary Thomas <gary@mlbassoc.com> * misc/redboot_XXX.ecm: Removed - since it was only a source of confusion.
