gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gdb] breakpointing dynamically loaded library functions ??


From: ankit thukral
Subject: [Gdb] breakpointing dynamically loaded library functions ??
Date: Mon, 18 Aug 2003 00:05:44 -0700 (PDT)


 hi,
     how does GDB breakpoints functions  like
 printf etc. which are a part of dynamically loaded
 library?
       actually, what i found out was that it follows
the same mechanism which it follows for breakpointing
normal functions (i.e., writing a SIGTRAP instruction
at the respective address).but what i have not been
able to figure out is that how does it maintain
consistency in library functions for different
processes that would be using these 'shared'
functions.
 
 thanks in advance,
 ankit.
 

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]