This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

whether we can use gdb on Linux-c6x.

Other Parts Discussed in Thread: TMS320C6678

Hi TI experts:

I noticed from http://www.linux-c6x.org/wiki/index.php/Linux-c6x_2.0_Release, that linux 2.6.34 currently can run on C6x processor. I'd like to ask following three questions?

Q1: whether we can debug application with gdb or gdb/gdbserver on this envrionment ?  

Q2: whether we can run the linux on TI CCS simulator?

 Q3: C6000 architecture is an unprotected pipeline, execution may be corrupted after returning from NMI.
as I know gdb will place a invalid instruction at the address of the breakpoint if so, when the breakpoint is hit, how it can safely return from breakpoint ?

Thanks in advance.