aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2010-05-17 18:48:52 +0000
committerMichael Snyder <msnyder@vmware.com>2010-05-17 18:48:52 +0000
commita109c7c1042127edfe32cbc50f315c3dc40f8607 (patch)
tree0322616410678495af3fd4898e49a5b3116fda2c /gdb/xml-tdesc.c
parentUse breakpoint location to parse condition over current language. (diff)
downloadbinutils-gdb-a109c7c1042127edfe32cbc50f315c3dc40f8607.tar.gz
binutils-gdb-a109c7c1042127edfe32cbc50f315c3dc40f8607.tar.bz2
binutils-gdb-a109c7c1042127edfe32cbc50f315c3dc40f8607.zip
2010-05-17 Michael Snyder <msnyder@vmware.com>
* valarith.c: White space. * valops.c: White space. * valprint.c: White space. * value.c: White space. * varobj.c: White space. * xcoffread.c: White space. * xml-support.c: White space. * xml-tdesc.c: White space.
Diffstat (limited to 'gdb/xml-tdesc.c')
-rw-r--r--gdb/xml-tdesc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/xml-tdesc.c b/gdb/xml-tdesc.c
index ca60ffb4114..bccef11c195 100644
--- a/gdb/xml-tdesc.c
+++ b/gdb/xml-tdesc.c
@@ -261,6 +261,7 @@ tdesc_start_struct (struct gdb_xml_parser *parser,
{
int size = (int) * (ULONGEST *)
VEC_index (gdb_xml_value_s, attributes, 1)->value;
+
tdesc_set_struct_size (type, size);
data->current_type_size = size;
}