•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the C section within the Software Development category of DaniWeb, a massive community of 456,602 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,515 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our C advertiser: Programming Forums
Views: 856 | Replies: 1
![]() |
•
•
Join Date: Oct 2006
Posts: 60
Reputation:
Rep Power: 3
Solved Threads: 0
i have a .so(shared object) file and i want to debug into it.
could you plz give a little gdb debugger code sample which is adding a shared object for debugging.
PS : My executable is Test.x and I know to start with

could u take me further?
thanks.
could you plz give a little gdb debugger code sample which is adding a shared object for debugging.
PS : My executable is Test.x and I know to start with
gdb Test.x

could u take me further?
thanks.
Load shared library, and call a function in it. Don't use debugger, instead add debug statements to the code, it's much more efficient and faster that way.
Knowledge is regarded by the fool as ignorance, and the things that are profitable are to him hurtful. He liveth in death. -- Thoth the Atlantean
![]() |
•
•
•
•
•
•
•
•
DaniWeb C Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- Apache (Linux Servers and Apache)
- debugging JNI application (Java)
- memory leak problem... (C)
- Scipy installation problem (Python)
- Hopefully easy question about linking... (C++)
- This Should be Easy for You Guys! (Linux Servers and Apache)
- C++ linking problem (C++)
- another newbie with alot of redhat and apache server Q'S (Linux Servers and Apache)
Other Threads in the C Forum
- Previous Thread: sending address of multidimensional char array to a function
- Next Thread: array, unexpected output


Linear Mode