2003-05-28 H.J. Lu <hongjiu.lu@intel.com>

* dwarf2read.c (process_die): Handle DW_TAG_try_block and
	DW_TAG_catch_block.
This commit is contained in:
H.J. Lu 2003-05-28 20:25:10 +00:00
parent 8945c6bb62
commit 1489836332
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
* dwarf2read.c (process_die): Handle DW_TAG_try_block and
DW_TAG_catch_block.
2003-05-26 Elena Zannoni <ezannoni@redhat.com>
* stabsread.c (dbx_lookup_type): Make static.

View File

@ -1768,6 +1768,8 @@ process_die (struct die_info *die, struct objfile *objfile,
of a function and make GDB `next' properly over inlined functions. */
break;
case DW_TAG_lexical_block:
case DW_TAG_try_block:
case DW_TAG_catch_block:
read_lexical_block_scope (die, objfile, cu_header);
break;
case DW_TAG_class_type: