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

/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-file.h26 extern char *tui_file_get_strbuf (struct ui_file *);
H A Dtui-file.c183 tui_file_get_strbuf (struct ui_file *file) function
188 "tui_file_get_strbuf: bad magic number");
H A Dtui-disasm.c71 asm_lines->addr_string = xstrdup (tui_file_get_strbuf (gdb_dis_out));
77 asm_lines->insn = xstrdup (tui_file_get_strbuf (gdb_dis_out));
H A Dtui-stack.c108 pc_buf = tui_file_get_strbuf (pc_out);
222 p = tui_file_get_strbuf (stream);
H A Dtui-regs.c687 p = tui_file_get_strbuf (stream);

Completed in 94 milliseconds