forked from Imagelibrary/binutils-gdb
gdbtypes.resolve_dynamic_range: Add function description.
gdb/ChangeLog:
* gdbtypes (resolve_dynamic_range): Add function description.
This commit is contained in:
@@ -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>
|
2014-06-09 Gary Benson <gbenson@redhat.com>
|
||||||
|
|
||||||
* common/signals.c (gdb_signal_from_host): Reorder to separate
|
* common/signals.c (gdb_signal_from_host): Reorder to separate
|
||||||
|
|||||||
@@ -1653,6 +1653,9 @@ is_dynamic_type (struct type *type)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Given a dynamic range type (dyn_range_type), return a static version
|
||||||
|
of that type. */
|
||||||
|
|
||||||
static struct type *
|
static struct type *
|
||||||
resolve_dynamic_range (struct type *dyn_range_type)
|
resolve_dynamic_range (struct type *dyn_range_type)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user