This might be verging on offtopic, but I have a gdb question that has arisen while hacking plex86. I have been playing around with the code in user/plugins and I want to use gdb to see what's going on. The problem is gdb doesn't seem to load the symbols for the plugins when they are loaded. This is the first time I have used libraries (ie, plugins) loaded via dlopen() Is gdb supposed to load the symbols automatically when the dlopen() happens? If not, should I be using add-symbol-file? If anyone can help or point me to some documention, I would be grateful. (I've already read through various sites and searched for similar problems) Thanks, Martin. -- Martin Garton <[EMAIL PROTECTED]> http://www.wrasse.demon.co.uk For my public key - http://www.wrasse.demon.co.uk/mypubkey http://www.observer.co.uk/focus/story/0,6903,328071,00.html
