* frame.c (_initialize_frame): Add missing backslash.
This commit is contained in:
parent
87232496c6
commit
fec74868a2
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
2003-08-10 Mark Kettenis <kettenis@gnu.org>
|
2003-08-10 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* frame.c (_initialize_frame): Add missing backslash.
|
||||||
|
|
||||||
From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
|
From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
|
||||||
* sol-thread.c (sol_thread_store_registers): Use regcache_collect
|
* sol-thread.c (sol_thread_store_registers): Use regcache_collect
|
||||||
and supply_register instead of manipulating the register buffer
|
and supply_register instead of manipulating the register buffer
|
||||||
|
|
|
@ -2424,7 +2424,7 @@ of the stack trace.",
|
||||||
add_setshow_uinteger_cmd ("limit", class_obscure,
|
add_setshow_uinteger_cmd ("limit", class_obscure,
|
||||||
&backtrace_limit, "\
|
&backtrace_limit, "\
|
||||||
Set an upper bound on the number of backtrace levels.\n\
|
Set an upper bound on the number of backtrace levels.\n\
|
||||||
No more than the specified number of frames can be displayed or examined.\n
|
No more than the specified number of frames can be displayed or examined.\n\
|
||||||
Zero is unlimited.", "\
|
Zero is unlimited.", "\
|
||||||
Show the upper bound on the number of backtrace levels.",
|
Show the upper bound on the number of backtrace levels.",
|
||||||
NULL, NULL, &set_backtrace_cmdlist,
|
NULL, NULL, &set_backtrace_cmdlist,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue