Re: libdl: How to debug dl object with GDB

2020-11-23 Thread Hesham Almatary
Thanks, Chris for the detailed reply. On Thu, 19 Nov 2020 at 22:56, Chris Johns wrote: > > On 19/11/20 5:33 pm, Hesham Almatary wrote: > > Thanks for the info, Chris. > > > > On Wed, 18 Nov 2020 at 02:43, Chris Johns wrote: > >> On 17/11/20 10:43 pm, Hesham Almatary wrote: > >>> Hello, > >>> > >

Re: libdl: How to debug dl object with GDB

2020-11-19 Thread Chris Johns
On 19/11/20 5:33 pm, Hesham Almatary wrote: > Thanks for the info, Chris. > > On Wed, 18 Nov 2020 at 02:43, Chris Johns wrote: >> On 17/11/20 10:43 pm, Hesham Almatary wrote: >>> Hello, >>> >>> I am trying to debug a dynamically loaded ELF object with GDB: My setup is: >>> rtems-riscv64: >>> GDB:

Re: libdl: How to debug dl object with GDB

2020-11-18 Thread Hesham Almatary
Thanks for the info, Chris. On Wed, 18 Nov 2020 at 02:43, Chris Johns wrote: > > > > On 17/11/20 10:43 pm, Hesham Almatary wrote: > > Hello, > > > > I am trying to debug a dynamically loaded ELF object with GDB: My setup is: > > rtems-riscv64: > > GDB: GNU gdb (GDB) 10.0.50.20200904-git (build wi

Re: libdl: How to debug dl object with GDB

2020-11-17 Thread Chris Johns
On 17/11/20 10:43 pm, Hesham Almatary wrote: > Hello, > > I am trying to debug a dynamically loaded ELF object with GDB: My setup is: > rtems-riscv64: > GDB: GNU gdb (GDB) 10.0.50.20200904-git (build with RSB/rtems6) > Host: Ubuntu 20.04.1 LTS > > GDB doesn't seem to notice when I dlopen an ob