diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f1da8fbec8..9c2264b0f4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2018-04-30 Tom Tromey + + * darwin-nat-info.c (darwin_debug_regions_recurse): Remove use of + is_mi_like_p. + 2018-04-30 Tom Tromey * breakpoint.c (mention): Remove use of is_mi_like_p. diff --git a/gdb/darwin-nat-info.c b/gdb/darwin-nat-info.c index 31086b17dd..e68637fc0d 100644 --- a/gdb/darwin-nat-info.c +++ b/gdb/darwin-nat-info.c @@ -676,8 +676,7 @@ darwin_debug_regions_recurse (task_t task) uiout->field_int ("tag", r_info.user_tag); } - if (!uiout->is_mi_like_p ()) - uiout->text ("\n"); + uiout->text ("\n"); if (r_info.is_submap) r_depth++;