diff options
author | Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> | 2025-01-13 08:58:00 +0100 |
---|---|---|
committer | Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> | 2025-01-13 08:58:00 +0100 |
commit | 046a89fb4045d87934ce280fcf68d26322f3fdf1 (patch) | |
tree | 8af3955c9f12d1e1b967f942b57f4ce3e377049b /gdb/doc | |
parent | 0c899f1d04ee5e31a8ee4d6058e8e90e5144c7a5 (diff) | |
download | binutils-046a89fb4045d87934ce280fcf68d26322f3fdf1.zip binutils-046a89fb4045d87934ce280fcf68d26322f3fdf1.tar.gz binutils-046a89fb4045d87934ce280fcf68d26322f3fdf1.tar.bz2 |
gdb, doc: do a minor fix in the description of qTSTMat
Fix a typo and do a format change.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 726e7ce..73b6c59 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -46425,9 +46425,9 @@ query), until the target responds with @samp{l} (lower-case ell, for @item qTSTMat:@var{address} @anchor{qTSTMat} @cindex @samp{qTSTMat} packet -This packets requests data about static tracepoint markers in the +This packet requests data about static tracepoint markers in the target program at @var{address}. Replies to this packet follow the -syntax of the @samp{qTfSTM} and @code{qTsSTM} packets that list static +syntax of the @code{qTfSTM} and @code{qTsSTM} packets that list static tracepoint markers. @item QTSave:@var{filename} |