On Sun, Feb 26, 2006 at 03:15:11PM +0000, roolku wrote: > I am trying to debug a plugin with gdb in the sim, but > I can't get it to stop. Breakpoints seem to get > ignored. They work fine in the main application so > maybe this is to do with the dynamic loading of the > plugins? Any idea how I can interrupt the plugin?
Try setting hardware breakpoints, with the hb command instead of b. I didn't check it, but it may work. -- Tomek Malesinski
