gdbtypes.resolve_dynamic_range: Add function description.
gdb/ChangeLog: * gdbtypes (resolve_dynamic_range): Add function description.
This commit is contained in:
parent
ef94b0f042
commit
d190df30a1
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue