Debugging newlib library

"Kapil Khosla" <khosla@UDel.Edu>
20 Oct 2002 22:52:15 -0400

          From comp.compilers

Related articles
Debugging newlib library khosla@UDel.Edu (Kapil Khosla) (2002-10-20)
Re: Debugging newlib library bje@redhat.com (Ben Elliston) (2002-10-24)
| List of all articles for this month |

From: "Kapil Khosla" <khosla@UDel.Edu>
Newsgroups: comp.compilers
Date: 20 Oct 2002 22:52:15 -0400
Organization: Compilers Central
Keywords: debug, question
Posted-Date: 20 Oct 2002 22:52:15 EDT

Hi,
I am working on an embedded sytems project in which I have to port the
newlib library to a new architecture.


I currently use printf to do my debugging but is there a tool to automate
the process.eg If I have to see the flow of fopen(), I want to be able to
see that it calls _open_r --> _open in the library.


Can gdb or ddd do this ?
Thanks
Kapil


Post a followup to this message

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