This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

breakpoint at function return


Hi,
 Is there a way to put a breakpoint at a function's return point
"statically"?
 I know I can put a breakpoint at *(*(*$r1+4)). But $r1 can
be determined only "dynamically" when the function is called.

Thanks a lot!
Smita


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]