This is the mail archive of the gdb-cvs@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]

src/gdb breakpoint.h breakpoint.c infrun.c Cha ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2008-11-16 18:01:48

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

Log message:
	Remove support for catch load and catch unload commands.
	
	* breakpoint.h (enum bptype): Remove bp_catch_load and bp_catch_unload.
	(struct breakpoint): Remove fields dll_pathname and
	triggered_dll_pathname.
	(bpstat_get_triggered_catchpoints, ep_is_shlib_catchpoint): Delete.
	* breakpoint.c (ep_is_catchpoint): Remove handling of
	bp_catch_load and bp_catch_unload.
	(print_it_typical, bpstat_check_location, bpstat_what)
	(print_one_breakpoint_location, print_one_breakpoint_location)
	(user_settable_breakpoint, allocate_bp_location)
	(set_raw_breakpoint_without_location, mention, delete_breakpoint,
	(breakpoint_re_set_one, disable_command, enable_command): Likewise.
	(ep_is_shlib_catchpoint, bpstat_get_triggered_catchpoints)
	(catch_load_command_1, catch_unload_command_1): Delete.
	(_initialize_breakpoint): Remove the "catch load" and "catch unload"
	command creation.
	* infrun.c (handle_inferior_event): Remove the handling of
	load/unload catchpoint events.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.h.diff?cvsroot=src&r1=1.84&r2=1.85
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.c.diff?cvsroot=src&r1=1.359&r2=1.360
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/infrun.c.diff?cvsroot=src&r1=1.336&r2=1.337
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.9972&r2=1.9973


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