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 ChangeLog ada-lang.c breakpoint.c brea ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	gdb_7_3-branch
Changes by:	brobecke@sourceware.org	2011-05-17 21:25:58

Modified files:
	gdb            : ChangeLog ada-lang.c breakpoint.c breakpoint.h 
	gdb/doc        : ChangeLog gdb.texinfo 
	gdb/testsuite  : ChangeLog 
Added files:
	gdb/testsuite/gdb.ada: mi_catch_ex.exp 
	gdb/testsuite/gdb.ada/mi_catch_ex: foo.adb 

Log message:
	improve Ada exception catchpoint MI notification
	
	This rewrites the code generating the Ada exception catchpoint hit
	notification for both the GDB/MI case as well as the non-MI case,
	by using the relevant ui_out_* functions to generate the output.
	the MI notifications for Ada exception catchpoints now include
	the stop reason, and the breakpoint "disp", much like other breakpoint
	events do.  It also introduces a new field "exception-name" for
	exception catchpoints (excluding "failed assertion catchpoints,
	where we just want to know that it was a failed assertion).
	
	gdb/ChangeLog:
	
	* breakpoint.h (bpdisp_text): Add declaration.
	* breakpoint.c (bpdisp_text): Make non-static.
	* ada-lang.c: #include "mi/mi-common.h".
	(print_it_exception): Rewrite to improve GDB/MI output.
	
	gdb/doc/ChangeLog:
	
	* gdb.texinfo (GDB/MI Ada Exception Information): Document
	the "exception-name" field in the *stopped async record.
	
	gdb/testsuite/ChangeLog:
	
	* gdb.ada/mi_catch_ex: New testcase.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_3-branch&r1=1.12887.2.27&r2=1.12887.2.28
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ada-lang.c.diff?cvsroot=src&only_with_tag=gdb_7_3-branch&r1=1.292.2.1&r2=1.292.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.c.diff?cvsroot=src&only_with_tag=gdb_7_3-branch&r1=1.561.2.2&r2=1.561.2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.h.diff?cvsroot=src&only_with_tag=gdb_7_3-branch&r1=1.142&r2=1.142.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_3-branch&r1=1.1169.2.3&r2=1.1169.2.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/gdb.texinfo.diff?cvsroot=src&only_with_tag=gdb_7_3-branch&r1=1.817.2.3&r2=1.817.2.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_3-branch&r1=1.2655.2.12&r2=1.2655.2.13
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.ada/mi_catch_ex.exp.diff?cvsroot=src&only_with_tag=gdb_7_3-branch&r1=NONE&r2=1.1.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.ada/mi_catch_ex/foo.adb.diff?cvsroot=src&only_with_tag=gdb_7_3-branch&r1=NONE&r2=1.1.2.1


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