The host's GDB is now connected to the GDB server on the target.
We have configured our project for remote debugging. We have started the
GNU debugger in Eclipse and connected the host's GDB with the target's GDB
server. We can now start to debug the project.
1.6.3. Setting a Breakpoint
Now we will set a breakpoint in our program. This breakpoint will be set on the
last line of the function main(). If you resume the application, the debugger will
stop on this line.
PHYTEC Embedded Pvt. Ltd 2014
28