diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2017-08-09 22:16:14 +0200 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2017-08-09 22:16:14 +0200 |
commit | 0968fbae6b16ced72c356c14aaadfe366280a464 (patch) | |
tree | b2b66e7d7facc195d629da4f3dfc557ad293bc90 /gdb/doc | |
parent | 42fa2e0e1b7b135ab30f2f78074c3bfffa04d0cc (diff) | |
download | gdb-0968fbae6b16ced72c356c14aaadfe366280a464.zip gdb-0968fbae6b16ced72c356c14aaadfe366280a464.tar.gz gdb-0968fbae6b16ced72c356c14aaadfe366280a464.tar.bz2 |
doc: Fix copy-pasto in Z0 packet documentation
The documentation for the cmd_list field of the Z0 packet refers to its
content as a conditional expression, which seems like a copy-paste error
from the cond_list field.
gdb/doc/ChangeLog:
* gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
conditional expression.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 6a3d061..eb6a73f 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2017-08-09 Simon Marchi <simon.marchi@ericsson.com> + + * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to + conditional expression. + 2017-07-31 Simon Marchi <simon.marchi@ericsson.com> * agentexpr.texi (rot): Fix symbolic description, improve diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 17b4c69..d098eba 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -35966,7 +35966,7 @@ separators. Each expression has the following form: @item X @var{len},@var{expr} @var{len} is the length of the bytecode expression and @var{expr} is the -actual conditional expression in bytecode form. +actual commands expression in bytecode form. @end table |