projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a786d8
)
(print_it_typical): Use EXEC_ASYNC_LOCATION_REACHED.
author
Nick Roberts
<nickrob@snap.net.nz>
Fri, 2 Jun 2006 03:43:18 +0000
(
03:43
+0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Fri, 2 Jun 2006 03:43:18 +0000
(
03:43
+0000)
gdb/breakpoint.c
patch
|
blob
|
history
diff --git
a/gdb/breakpoint.c
b/gdb/breakpoint.c
index fd231dee498e3bb022cec819ca2707eee94a6459..98db1401589de413471674901b838c9dd55e5adc 100644
(file)
--- a/
gdb/breakpoint.c
+++ b/
gdb/breakpoint.c
@@
-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;