Mausoom Sarkar wrote: > Hi, > > I want gdb to break whenever calls are made to functions within a > particular library. How can I set such a library level breakpoint? In general, you can't. Maybe set an access watchpoint on the library's whole text section?