mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
2002-04-15 Don Howard <dhoward@redhat.com>
From Eli Zaretskii <eliz@is.elta.co.il> * gdb.texinfo (show max-user-call-depth): Correct formatting. Provide a better explaination of this feature.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2002-04-15 Don Howard <dhoward@redhat.com>
|
||||||
|
|
||||||
|
From Eli Zaretskii <eliz@is.elta.co.il>
|
||||||
|
* gdb.texinfo (show max-user-call-depth): Correct formatting.
|
||||||
|
Provide a better explaination of this feature.
|
||||||
|
|
||||||
2002-04-14 Andrew Cagney <ac131313@redhat.com>
|
2002-04-14 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
* gdbint.texinfo (Target Architecture Definition): Remove
|
* gdbint.texinfo (Target Architecture Definition): Remove
|
||||||
|
@ -12784,9 +12784,10 @@ definitions for all user-defined commands.
|
|||||||
@kindex show max-user-call-depth
|
@kindex show max-user-call-depth
|
||||||
@kindex set max-user-call-depth
|
@kindex set max-user-call-depth
|
||||||
@item show max-user-call-depth
|
@item show max-user-call-depth
|
||||||
@item set max-user-call-depth
|
@itemx set max-user-call-depth
|
||||||
The value of @code{max-user-call-depth} controls how many levels deep a
|
The value of @code{max-user-call-depth} controls how many recursion
|
||||||
user-defined call chain can go. Default is 1024.
|
levels are allowed in user-defined commands before GDB suspects an
|
||||||
|
infinite recursion and aborts the command.
|
||||||
|
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user