aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r--gdb/breakpoint.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
index ca5aff5..9cafc6d 100644
--- a/gdb/breakpoint.c
+++ b/gdb/breakpoint.c
@@ -3471,13 +3471,7 @@ print_one_breakpoint (struct breakpoint *b,
{
annotate_field (4);
if (b->pending)
- {
- ui_out_field_string (uiout, "addr", "<PENDING>");
- if (TARGET_ADDR_BIT <= 32)
- ui_out_spaces (uiout, 2);
- else
- ui_out_spaces (uiout, 8);
- }
+ ui_out_field_string (uiout, "addr", "<PENDING>");
else
ui_out_field_core_addr (uiout, "addr", b->loc->address);
}