src/gdb breakpoint.c breakpoint.h ChangeLog

drow@sources.redhat.com drow@sources.redhat.com
Sun Apr 27 01:11:00 GMT 2003


CVSROOT:	/cvs/src
Module name:	src
Changes by:	drow@sourceware.org	2003-04-27 01:11:11

Modified files:
	gdb            : breakpoint.c breakpoint.h ChangeLog 

Log message:
	* breakpoint.h (struct breakpoint_ops): New.
	(struct breakpoint): Add ops member.
	
	* breakpoint.c (print_bp_stop_message, print_one_breakpoint)
	(mention): Use new breakpoint ops member.
	(set_raw_breakpoint): Initialize ops field to NULL.
	(print_exception_catchpoint, print_one_exception_catchpoint)
	(print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
	(gnu_v3_exception_catchpoint_ops): New.
	(catch_exception_command_1): Call handle_gnu_v3_exceptions.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.c.diff?cvsroot=src&r1=1.118&r2=1.119
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.h.diff?cvsroot=src&r1=1.20&r2=1.21
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.4135&r2=1.4136



More information about the Gdb-cvs mailing list