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

src/gdb/gdbtk/generic ChangeLog-gdbtk gdbtk-cm ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	kseitz@sourceware.cygnus.com	00/02/23 19:11:47

Modified files:
	gdb/gdbtk/generic: ChangeLog-gdbtk gdbtk-cmds.c gdbtk-hooks.c 
	                   gdbtk-wrapper.c gdbtk-wrapper.h 

Log message:
	* gdbtk-wrapper.h: Add declarations for GDB_get_prev_frame, GDB_get_next_frame,
	GDB_find_relative_frame, GDB_get_current_frame.
	* gdbtk-wrapper.c (GDB_get_prev_frame, wrap_get_prev_frame): New functions.
	(GDB_get_next_frame, wrap_get_next_frame): New functions.
	(GDB_find_relative_frame, wrap_find_relative_frame): New functions.
	(GDB_get_current_frame, wrap_get_current_frame): New functions.
	
	* gdbtk-hooks.c (gdbtk_add_hooks): Use "specify_exec_file_hook" so
	that our hook is added to the list of hooks run instead of overwriting
	all other hooks.
	
	* gdbtk-cmds.c (gdb_stack): Wrap all calls to internal functions and
	deal with errors more gracefully.

Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/ChangeLog-gdbtk.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/gdbtk-cmds.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/gdbtk-hooks.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/gdbtk-wrapper.c.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/gdbtk-wrapper.h.diff?cvsroot=src&r1=1.1.1.1&r2=1.2


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