Re: [drlvm] drlvm and gdb and shared libraries

2006-11-14 Thread Geir Magnusson Jr.
If that was incorrectly set, they wouldn't load.. that's not the problem Alexei Fedotov wrote: Let me point out the second section of Egor's manual - LD_LIBRARY_PATH is the only thing which should be additionally configured. On 13 Nov 2006 15:46:44 +0600, Egor Pasko [EMAIL PROTECTED] wrote:

Re: [drlvm] drlvm and gdb and shared libraries

2006-11-13 Thread Egor Pasko
On the 0x220 day of Apache Harmony Geir Magnusson, Jr. wrote: I have a dumb question - I was playing today with a toy launcher for DRLVM working out some embedding issues, and for the life of me, I couldn't get dgb to ever let me break on anything in a shared library. I loaded the vm via

Re: [drlvm] drlvm and gdb and shared libraries

2006-11-13 Thread Ivan Volosyuk
Well, I was able to use breakpoints for the libraries still not loaded. Just type: 'br func' and it will inform you that the library is not loaded yet and will suggest to make it pending on future shared library load. When the library will be loaded the breakpoint will be automatically enabled.

Re: [drlvm] drlvm and gdb and shared libraries

2006-11-13 Thread Alexei Fedotov
Let me point out the second section of Egor's manual - LD_LIBRARY_PATH is the only thing which should be additionally configured. On 13 Nov 2006 15:46:44 +0600, Egor Pasko [EMAIL PROTECTED] wrote: On the 0x220 day of Apache Harmony Geir Magnusson, Jr. wrote: I have a dumb question - I was

Re: [drlvm] drlvm and gdb and shared libraries

2006-11-13 Thread Egor Pasko
On the 0x220 day of Apache Harmony Ivan Volosyuk wrote: Well, I was able to use breakpoints for the libraries still not loaded. Just type: 'br func' and it will inform you that the library is not loaded yet and will suggest to make it pending on future shared library load. When the library

Re: [drlvm] drlvm and gdb and shared libraries

2006-11-13 Thread Egor Pasko
On the 0x221 day of Apache Harmony Egor Pasko wrote: On the 0x220 day of Apache Harmony Ivan Volosyuk wrote: Well, I was able to use breakpoints for the libraries still not loaded. Just type: 'br func' and it will inform you that the library is not loaded yet and will suggest to make it