From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Gumb To: "'ecos-discuss@sources.redhat.com'" Subject: [ECOS] gdb 'next' problem with i386 HAL Date: Wed, 15 Aug 2001 15:08:00 -0000 Message-id: <01C125FD.4894A7E0@bream.tr.localnet> X-SW-Source: 2001-08/msg00522.html Hi, I've managed to get the i386 HAL up and running without too much bother - the only oddity I have is with GDB. The 'step' command works fine but the 'next' command simply results in the program continuing without breaking at the next line. I have seen some posts related to this in that the gdb front end translates 'next' into a setting of a temporary breakpoint and then issuing a 'continue' so I could imagine I might see this sort of behaviour. After poking around a bit, I can't see anything obvious. Any suggestions as to what's up would be appreciated. Cheers, John