mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-25 08:47:28 +00:00
2010-05-13 Michael Snyder <msnyder@vmware.com>
* stack.c (initialize_stack): Remove long-dead code.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2010-05-13 Michael Snyder <msnyder@vmware.com>
|
||||||
|
|
||||||
|
* stack.c (initialize_stack): Remove long-dead code.
|
||||||
|
|
||||||
2010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
|
2010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
Code cleanup.
|
Code cleanup.
|
||||||
|
|||||||
12
gdb/stack.c
12
gdb/stack.c
@@ -2140,10 +2140,6 @@ void _initialize_stack (void);
|
|||||||
void
|
void
|
||||||
_initialize_stack (void)
|
_initialize_stack (void)
|
||||||
{
|
{
|
||||||
#if 0
|
|
||||||
backtrace_limit = 30;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
add_com ("return", class_stack, return_command, _("\
|
add_com ("return", class_stack, return_command, _("\
|
||||||
Make selected stack frame return to its caller.\n\
|
Make selected stack frame return to its caller.\n\
|
||||||
Control remains in the debugger, but when you continue\n\
|
Control remains in the debugger, but when you continue\n\
|
||||||
@@ -2248,12 +2244,4 @@ source line."),
|
|||||||
show_disassemble_next_line,
|
show_disassemble_next_line,
|
||||||
&setlist, &showlist);
|
&setlist, &showlist);
|
||||||
disassemble_next_line = AUTO_BOOLEAN_FALSE;
|
disassemble_next_line = AUTO_BOOLEAN_FALSE;
|
||||||
|
|
||||||
#if 0
|
|
||||||
add_cmd ("backtrace-limit", class_stack, set_backtrace_limit_command, _(\
|
|
||||||
"Specify maximum number of frames for \"backtrace\" to print by default."),
|
|
||||||
&setlist);
|
|
||||||
add_info ("backtrace-limit", backtrace_limit_info, _("\
|
|
||||||
The maximum number of frames for \"backtrace\" to print by default."));
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user