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]

Problem using GDB to debug IXP425 target with BDI2000 JTAG


Hi All,

I am facing a problem trying to debug multi-threaded
applications with GDB using the BDI2000 JTAG while
connecting to my IXDP425 based target.

I get a SIGTRAP in this code in context.S -

FUNC_START_ARM(hal_thread_load_context, r2)
         .
         .
         .
        bx      lr
#else
        movs    pc,lr      // also restores saved PSR
#endif

     at movs pc,lr. I can see that both pc and lr are
valid.

I saw some messages in past with GDB and
multi-threading on ARM targets, is that issue still
around or is it fixed ? Any suggestions will be of
great help. 

Thanks,
Supreeth


	
	
		
___________________________________________________________ 
Yahoo! Messenger - want a free and easy way to contact your friends online? http://uk.messenger.yahoo.com

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


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