Re: how to debug gcc and glibc in embedded systems

"Eric" <englere.geo@yahoo.com>
1 May 2006 15:04:23 -0400

          From comp.compilers

Related articles
how to debug gcc and glibc in embedded systems zengliyong@gmail.com (flyingbird) (2006-04-28)
Re: how to debug gcc and glibc in embedded systems englere.geo@yahoo.com (Eric) (2006-05-01)
| List of all articles for this month |

From: "Eric" <englere.geo@yahoo.com>
Newsgroups: comp.compilers
Date: 1 May 2006 15:04:23 -0400
Organization: Compilers Central
References: 06-04-173
Keywords: debug
Posted-Date: 01 May 2006 15:04:23 EDT

It depends on the processor you're using, but most of them now support
hardware assisted breakpoints. This is normally supported by
gdb. You'd typically connect a debug adapter between a PC's parallel
port, or USB port, and the embedded board's JTAG port (or BDM port in
the case of Freescale).


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.