Home
last modified time | relevance | path

Searched refs:secondary_prompt_depth (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dui.h110 int secondary_prompt_depth = 0; member
Dtop.c935 return ui->secondary_prompt_depth > 0; in gdb_in_secondary_prompt_p()
981 current_ui->secondary_prompt_depth++; in gdb_readline_wrapper_cleanup()
1006 ui->secondary_prompt_depth--; in ~gdb_readline_wrapper_cleanup()
1007 gdb_assert (ui->secondary_prompt_depth >= 0); in ~gdb_readline_wrapper_cleanup()
DChangeLog-20166406 * top.h (struct ui) <secondary_prompt_depth>: New field.