Jivin Muthu, Pushparaj IN GGN SISL lays it down ...
Hi all

I'm debugging the uClinux kernel 2.4 code by using arm-elf-gdb .  While debug 
given below  function( contain  C and assembly code ) 
I got stuck up.and could you please tell me to how to go ahead ? 

You may need to switch to using "stepi" in the cases where GDB cannot
find the "next" line of code.

Also do something like:

        display /i $pc

to be able to easily step through assembly code with stepi,

Cheers,
Davidm

Reply

Using display /i $pc and stepi command I could  able to debug assembly 
instruction and how to come out after debuged assembly instruction. Next I want 
to start  debug c code after completed of assembly instruction.

Cheers
Pushparaj



_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to