Hi all, I got the kgdb on Zedboard working with my cross gdb on the dev machine, but I have so far not managed to get 2 things working:
* kgdbwait (should block the kernel from starting until I explicitly connect to the target from cross gdb).
* Setting HW breakpoint from cross gdb.
I documented what I did in my blog: http://henryomd.blogspot.com/2014/10/ways-to-study-linux-kernel-and-driver.html
I want to know if anyone was able to get HW breakpoint working from gdb (whether it's cross or not) on Zynq. Is there any documentation on this?
Thanks!