mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-02 20:53:06 +08:00
Call wrap_hint in one more spot in py-framefilter.c
PR python/16486 notes that "bt" output is still wrapped differently when a frame filter is in use. This patch brings it a bit closer by adding one more wrap_hint call, in a place where stack.c does this as well. gdb/ChangeLog 2018-03-26 Tom Tromey <tom@tromey.com> PR python/16486: * python/py-framefilter.c (py_print_args): Call wrap_hint.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2018-03-26 Tom Tromey <tom@tromey.com>
|
||||||
|
|
||||||
|
PR python/16486:
|
||||||
|
* python/py-framefilter.c (py_print_args): Call wrap_hint.
|
||||||
|
|
||||||
2018-03-26 Tom Tromey <tom@tromey.com>
|
2018-03-26 Tom Tromey <tom@tromey.com>
|
||||||
|
|
||||||
* python/py-framefilter.c (py_print_single_arg): Return
|
* python/py-framefilter.c (py_print_single_arg): Return
|
||||||
|
@ -864,6 +864,7 @@ py_print_args (PyObject *filter,
|
|||||||
|
|
||||||
TRY
|
TRY
|
||||||
{
|
{
|
||||||
|
out->wrap_hint (" ");
|
||||||
annotate_frame_args ();
|
annotate_frame_args ();
|
||||||
if (! out->is_mi_like_p ())
|
if (! out->is_mi_like_p ())
|
||||||
out->text (" (");
|
out->text (" (");
|
||||||
|
Reference in New Issue
Block a user