Re: Regarding shared library and GDB



sunil wrote:
Hi,


Am interested to debug one shared library using GDB.This shared
libarry is used by a binary (for which i doesn't have the code).I am
aware about at what point of time the library will be called.
Can i debug that library iusing GDB.If yes please let me know the
steps how to proceed further.


Regards
Sunil.


use the command truss to execute your application to see the libraries which are calling.
.



Relevant Pages

  • Re: WM_TIMER crash (maybe)?
    ... addition, I suspect that, given the debug dialog IS, in fact, a dialog, and therefore it ... For example, if you install VC, it typically installs the ... that you could be replacing older DLLs with the latest redistributable DLLs. ... the rest were system DLLs, including OLE/COM libraries ...
    (microsoft.public.vc.mfc)
  • Re: NTDLL exception
    ... Compiling with the multithreaded release library in a debug version ... different libraries, which can produce linker conflicts of various sorts, and should you ... I am prone to migraines; I've had them, officially, since I was 12, and probably for years ...
    (microsoft.public.vc.mfc)
  • Re: NTDLL exception
    ... compile all static libraries and all applications, ... in debug and release, as "Multithreaded Release". ... stack checks that the "Debug" libraries give you, ... but most nontrivial applications end up using threads ...
    (microsoft.public.vc.mfc)
  • Re: unresolved external symbol in VS8 from VS6
    ... in Visual Studio .NET, it is likely that another library is being pulled ... This will output all of the libraries that are being ... Debug version works while release version doesn´t link. ... pruebaMFC.obj: error LNK2001: unresolved external symbol ...
    (microsoft.public.vc.mfc)
  • Re: MFC dynamisch gelinkt auf x64 Debug-Build Probleme...
    ... dem allerneuesten PlatSDK (W2K Server SP1 PlatSDK) ein dynamisch ... I am glad to inform you that we have arrived at a solution in the issue you had with running 64 bit MFC applications in debug mode in Platform SDK for Windows 2003 SP1. ... Though there is no direct way to fix that as of now, newer versions of the 64 bit libraries are now available for Visual Studio.NET 2003. ...
    (microsoft.public.de.vc)