Remove EXT_LANG_BT_COMPLETED
authorTom Tromey <tom@tromey.com>
Sun, 23 Apr 2017 17:07:26 +0000 (11:07 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 27 Mar 2018 03:57:11 +0000 (21:57 -0600)
commit63283d4a2983eaefd5d0860ddffcf946f0fe92db
treea8106e982eb26dbdfa3764f2db6568420f58ddce
parent978d6c756fcb0332ddf12e19305dd0e53b98a93d
Remove EXT_LANG_BT_COMPLETED

While looking at the frame filter code, I noticed that
EXT_LANG_BT_COMPLETED is not really needed.  Semantically there is no
difference between the "completed" and "ok" results.  So, this patch
removes this constant.

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

* python/py-framefilter.c (py_print_frame): Return
EXT_LANG_BT_OK.
(gdbpy_apply_frame_filter): Update comment.
* extension.h (enum ext_lang_bt_status) <EXT_LANG_BT_COMPLETED>:
Remove.
<EXT_LANG_BT_NO_FILTERS>: Change value.
gdb/ChangeLog
gdb/extension.h
gdb/python/py-framefilter.c
This page took 0.033261 seconds and 4 git commands to generate.