This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Where is Breakpoint routine?


On Thu, May 08, 2003 at 05:33:23PM +0800, Wang.Alvin@iac.com.tw wrote:
> Dear all:
> 
> stubrom.c call breakpoint() function, but I can't find where it is?
> 
> 
> #include <cyg/hal/hal_stub.h>
> void cyg_start (void)
> {
>     for(;;) breakpoint();
> }

Try using grep -r !

packages/hal/common/current/src/hal_stub.c
packages/hal/arm/arch/current/src/hal_misc.c
etc

        Andrew

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]