Author Topic: Interfacing a Cross Tool Chain GDB  (Read 5845 times)

santa

  • New Community Member
  • Posts: 1
  • Hero Points: 0
Interfacing a Cross Tool Chain GDB
« on: October 13, 2006, 04:41:18 PM »
Hi all,

I have a crosstool GDB that I try to run from SlickEdit. It works quite well but I can not debug in threads.
The crosstool chain works perfectly when used as a command line tool.

I believe it has something to do with the .gdbinit file. It is not found and that's why the cross GDB doesn't find the
target so libraries that I have copied to the host.

Can someone tell me how I can debug this in SlickEdit?
How does the SlickEdit cross compiler interface handle the .gdbinit file?

-Santa-