Searched refs:pc_out (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-stack.c77 struct ui_file *pc_out;
106 pc_out = tui_sfileopen (128);
107 print_address_numeric (loc->addr, 1, pc_out);
108 pc_buf = tui_file_get_strbuf (pc_out);
207 ui_file_delete (pc_out);
76 struct ui_file *pc_out; local

Completed in 87 milliseconds