mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 18:44:20 +08:00
2002-05-08 Michael Snyder <msnyder@redhat.com>
* stabs.texinfo (Attributes): Document new "vector" attribute.
This commit is contained in:
parent
e2cd42ddee
commit
2c8682ee45
@ -1,3 +1,7 @@
|
||||
2002-05-08 Michael Snyder <msnyder@redhat.com>
|
||||
|
||||
* stabs.texinfo (Attributes): Document new "vector" attribute.
|
||||
|
||||
2002-05-04 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
|
||||
|
@ -287,6 +287,12 @@ Indicate that this type is a string instead of an array of characters,
|
||||
or a bitstring instead of a set. It doesn't change the layout of the
|
||||
data being represented, but does enable the debugger to know which type
|
||||
it is.
|
||||
|
||||
@item V
|
||||
Indicate that this type is a vector instead of an array. The only
|
||||
major difference between vectors and arrays is that vectors are
|
||||
passed by value instead of by reference (vector coprocessor extension).
|
||||
|
||||
@end table
|
||||
|
||||
All of this can make the string field quite long. All versions of GDB,
|
||||
|
Loading…
Reference in New Issue
Block a user