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

src/gdb ChangeLog breakpoint.c interps.h cli/c ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	kseitz_interps-20020528-branch
Changes by:	kseitz@sources.redhat.com	2002-06-19 12:01:24

Modified files:
	gdb            : ChangeLog breakpoint.c interps.h 
	gdb/cli        : cli-interp.c 

Log message:
	* breakpoint.c (internal_breakpoint_number): Make static global.
	(condition_command): Add modify breakpoint event notification.
	(commands_command): Likewise.
	(create_internal_breakpoint): internal_breakpoint_number is now global.
	Add create breakpoint event notification.
	(create_fork_vfork_event_catchpoint): Likewise.
	(create_exec_event_catchpoint): Likewise.
	(mention): Remove FIXME and create breakpoint event.
	(create_breakpoints): Add create breakpoint event notification.
	(watch_command_1): Likewise.
	(create_exception_catchpoint): Likewise.
	(set_breakpoint_sal): Likewise.
	(set_ignore_count): Add modify breakopint event notification.
	
	* interps.h: Add GDB_INTERPRETER_MI1. GDB_INTERPRETER_MI will
	now be mi version 2.
	
	* cli/cli-interp.c (cli_uiout): Make static.
	(cli_interp): Make static.
	(cli_interpreter_exec): Use cli_uiout instead of uiout.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=kseitz_interps-20020528-branch&r1=1.2708.2.1&r2=1.2708.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.c.diff?cvsroot=src&only_with_tag=kseitz_interps-20020528-branch&r1=1.75&r2=1.75.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/interps.h.diff?cvsroot=src&only_with_tag=kseitz_interps-20020528-branch&r1=1.1.2.1&r2=1.1.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/cli/cli-interp.c.diff?cvsroot=src&only_with_tag=kseitz_interps-20020528-branch&r1=1.1.2.1&r2=1.1.2.2


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