]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
authorPierre Muller <muller@sourceware.org>
Thu, 2 May 2002 11:18:07 +0000 (11:18 +0000)
committerPierre Muller <muller@sourceware.org>
Thu, 2 May 2002 11:18:07 +0000 (11:18 +0000)
commite2625b330b2648028824378985a5165ca92bd245
treed8946ad5b264696dd62a0723d101e8035118d799
parent805fc79928c2c14c9223a18e8e1e0b94ccb58f16
2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>

* p-lang.h (is_pascal_string_type): Declaration changed,
new sixth argument of type char ** added.
* p-lang.c (is_pascal_string_type): Implementation
changed. Args length_pos, length_size, string_pos, char_size
can now be NULL. New argument arrayname set to the field
name of the char array. Return value set to char array
field index plus one.
* p-valprint.c (pascal_val_print): Adapt to new declaration of
is_pascal_string_type function.
gdb/ChangeLog
gdb/p-lang.c
gdb/p-lang.h
gdb/p-valprint.c