mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
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:
parent
8945c6bb62
commit
1489836332
@ -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>
|
2003-05-26 Elena Zannoni <ezannoni@redhat.com>
|
||||||
|
|
||||||
* stabsread.c (dbx_lookup_type): Make static.
|
* stabsread.c (dbx_lookup_type): Make static.
|
||||||
|
@ -1768,6 +1768,8 @@ process_die (struct die_info *die, struct objfile *objfile,
|
|||||||
of a function and make GDB `next' properly over inlined functions. */
|
of a function and make GDB `next' properly over inlined functions. */
|
||||||
break;
|
break;
|
||||||
case DW_TAG_lexical_block:
|
case DW_TAG_lexical_block:
|
||||||
|
case DW_TAG_try_block:
|
||||||
|
case DW_TAG_catch_block:
|
||||||
read_lexical_block_scope (die, objfile, cu_header);
|
read_lexical_block_scope (die, objfile, cu_header);
|
||||||
break;
|
break;
|
||||||
case DW_TAG_class_type:
|
case DW_TAG_class_type:
|
||||||
|
Loading…
Reference in New Issue
Block a user