]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Change backtrace_command_1 calling to use flags
authorTom Tromey <tom@tromey.com>
Sun, 23 Apr 2017 17:02:52 +0000 (11:02 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 27 Mar 2018 03:57:10 +0000 (21:57 -0600)
commit1cf7e64086d1490649dc56e1c0505be91c600218
tree50422c7fb695c888262b0651c7e5e073275c434a
parentea3b06874c8a1037bad4fd5b9396d196e6963ac6
Change backtrace_command_1 calling to use flags

The next patch will add more flags to backtrace_command_1; and rather
than add another boolean argument, this patch changes it to accept a
flags value.

gdb/ChangeLog
2018-03-26  Tom Tromey  <tom@tromey.com>

* stack.c (backtrace_command_1): Remove "show_locals" parameter,
add "flags".
(backtrace_command): Remove "fulltrace", add "flags".
gdb/ChangeLog
gdb/stack.c