diff options
author | John Darrington <john@darrington.wattle.id.au> | 2018-07-09 20:54:26 +0200 |
---|---|---|
committer | John Darrington <john@darrington.wattle.id.au> | 2018-10-23 16:09:35 +0200 |
commit | 51d21d60b37f1e1a0aa6fd1f5439b22591fa6d5f (patch) | |
tree | 12681774ee1bcca5d41a9db0c53920fda9fc60fb /gdb/doc | |
parent | 88f5cc8cf8606478832c7d0d7b74755f3f625015 (diff) | |
download | gdb-51d21d60b37f1e1a0aa6fd1f5439b22591fa6d5f.zip gdb-51d21d60b37f1e1a0aa6fd1f5439b22591fa6d5f.tar.gz gdb-51d21d60b37f1e1a0aa6fd1f5439b22591fa6d5f.tar.bz2 |
GDB: New target s12z
gdb/
* configure.tgt: Add configuration for s12z.
* s12z-tdep.c: New file.
* NEWS: Mention new target.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/gdb.texinfo | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index e8ad353..9927613 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -23615,6 +23615,7 @@ all uses of @value{GDBN} with the architecture, both native and cross. * PowerPC:: * Nios II:: * Sparc64:: +* S12Z:: @end menu @node AArch64 @@ -24087,6 +24088,21 @@ variable "shmaddr": @end table +@node S12Z +@subsection S12Z +@cindex S12Z support + +When @value{GDBN} is debugging the S12Z architecture, +it provides the following special command: + +@table @code +@item maint info bdccsr +@kindex maint info bdccsr@r{, S12Z} +This command displays the current value of the microprocessor's +BDCCSR register. +@end table + + @node Controlling GDB @chapter Controlling @value{GDBN} |