mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
Fix typo in previous gdb/doc/ commit
Should be s/reliability/reliably/. gdb/doc/ChangeLog: 2016-03-15 Pedro Alves <palves@redhat.com> * gdb.texinfo (Tracepoint Actions): Fix typo.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2016-03-15 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
|
* gdb.texinfo (Tracepoint Actions): Fix typo.
|
||||||
|
|
||||||
2016-03-15 Pedro Alves <palves@redhat.com>
|
2016-03-15 Pedro Alves <palves@redhat.com>
|
||||||
Andreas Arnez <arnez@linux.vnet.ibm.com>
|
Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||||||
Marcin Kościelnicki <koriakin@0x04.net>
|
Marcin Kościelnicki <koriakin@0x04.net>
|
||||||
|
@ -12878,7 +12878,7 @@ Collect all local variables.
|
|||||||
Collect the return address. This is helpful if you want to see more
|
Collect the return address. This is helpful if you want to see more
|
||||||
of a backtrace.
|
of a backtrace.
|
||||||
|
|
||||||
@emph{Note:} The return address location can not always be reliability
|
@emph{Note:} The return address location can not always be reliably
|
||||||
determined up front, and the wrong address / registers may end up
|
determined up front, and the wrong address / registers may end up
|
||||||
collected instead. On some architectures the reliability is higher
|
collected instead. On some architectures the reliability is higher
|
||||||
for tracepoints at function entry, while on others it's the opposite.
|
for tracepoints at function entry, while on others it's the opposite.
|
||||||
|
Reference in New Issue
Block a user