comparison 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
comparison
equal deleted inserted replaced
1363:70b10f2956d8 1364:19f40f995cc2
1 2003-11-13 Gary Thomas <gary@mlbassoc.com>
2
3 * src/main.c (do_go): Need to stop catching exceptions when running a
4 user program, otherwise GDB will never run when the program fails, gets
5 a ^C interrupt, etc. Also, clean up [remove] some cache debug code.
6
1 2003-11-12 Gary Thomas <gary@mlbassoc.com> 7 2003-11-12 Gary Thomas <gary@mlbassoc.com>
2 8
3 * misc/redboot_XXX.ecm: Removed - since it was only a source of confusion. 9 * misc/redboot_XXX.ecm: Removed - since it was only a source of confusion.
4 10
5 2003-11-07 Gary Thomas <gary@mlbassoc.com> 11 2003-11-07 Gary Thomas <gary@mlbassoc.com>