This is the mail archive of the gdb-patches@sourceware.org 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]

Re: [patch] Fix breakpoints in unloaded shared libraries


>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:

Jan> breakpoints after:
Jan> 	warning: Temporarily disabling breakpoints for ...
Jan> are currently not handled correctly and GDB does even crash (with
Jan> -lmcheck).

Jan> 2009-10-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
Jan> gdb/
Jan> 	* breakpoint.c (bpstat_stop_status): Check BL->SHLIB_DISABLED.
Jan> 	(print_breakpoint_location): New comment.  Check LOC->SHLIB_DISABLED.
Jan> 	Check LOC validity before printing it.  Use LOC instead of B->LOC.
Jan> 	Swap the if conditionals order.

This is ok.  Thanks.

Tom


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