diff options
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r-- | gdb/doc/gdb.texinfo | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index f512296..4f77c9d 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -9903,6 +9903,12 @@ of the second one. @item : The range operator. Normally used in the form of array(low:high) to represent a section of array. + +@item % +The access component operator. Normally used to access elements in derived +types. Also suitable for unions. As unions aren't part of regular Fortran, +this can only happen when accessing a register that uses a gdbarch-defined +union type. @end table @node Fortran Defaults |