From 170b53b2b6ca83fe08123b53fad469ba8e92aed4 Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Mon, 28 Feb 2011 15:21:21 +0000 Subject: * breakpoint.c (wrap_indent_at_field): New function. (print_breakpoint_location): Use it instead of WRAP_INDENT argument. Allocate ui_stream locally instead of using STB argument. (print_one_breakpoint_location): Update call. * ui-out.c (ui_out_query_field): New function. * ui-out.h (ui_out_query_field): Add prototype. --- gdb/ui-out.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gdb/ui-out.h') diff --git a/gdb/ui-out.h b/gdb/ui-out.h index 4ad0651ad37..5265902265f 100644 --- a/gdb/ui-out.h +++ b/gdb/ui-out.h @@ -156,6 +156,9 @@ extern int ui_out_get_verblvl (struct ui_out *uiout); extern int ui_out_test_flags (struct ui_out *uiout, int mask); +extern int ui_out_query_field (struct ui_out *uiout, int colno, + int *width, int *alignment, char **col_name); + #if 0 extern void ui_out_result_begin (struct ui_out *uiout, char *class); -- cgit v1.2.1