mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
(print_it_typical): Use EXEC_ASYNC_LOCATION_REACHED.
This commit is contained in:
parent
8a786d82c7
commit
1fbc2a49cc
@ -2328,7 +2328,9 @@ print_it_typical (bpstat bs)
|
||||
|
||||
case bp_until:
|
||||
if (ui_out_is_mi_like_p (uiout))
|
||||
ui_out_field_string (uiout, "reason", "location-reached");
|
||||
ui_out_field_string
|
||||
(uiout, "reason",
|
||||
async_reason_lookup (EXEC_ASYNC_LOCATION_REACHED));
|
||||
return PRINT_UNKNOWN;
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user