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) |
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).
Return to the
comp.compilers page.
Search the
comp.compilers archives again.