gdbtypes.resolve_dynamic_range: Add function description.

gdb/ChangeLog:

        * gdbtypes (resolve_dynamic_range): Add function description.
This commit is contained in:
Joel Brobecker 2014-06-10 10:48:16 +02:00
parent ef94b0f042
commit d190df30a1
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2014-06-10 Joel Brobecker <brobecker@adacore.com>
* gdbtypes (resolve_dynamic_range): Add function description.
2014-06-09 Gary Benson <gbenson@redhat.com>
* common/signals.c (gdb_signal_from_host): Reorder to separate

View file

@ -1653,6 +1653,9 @@ is_dynamic_type (struct type *type)
return 0;
}
/* Given a dynamic range type (dyn_range_type), return a static version
of that type. */
static struct type *
resolve_dynamic_range (struct type *dyn_range_type)
{