Home
last modified time | relevance | path

Searched refs:PROMPT_NEEDED (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dui.h39 PROMPT_NEEDED, enumerator
136 enum prompt_state prompt_state = PROMPT_NEEDED;
Devent-top.c450 else if (ui->prompt_state == PROMPT_NEEDED) in display_gdb_prompt()
542 ui->prompt_state = PROMPT_NEEDED; in async_enable_stdin()
810 ui->prompt_state = PROMPT_NEEDED; in command_line_handler()
Dmain.c420 current_ui->prompt_state = PROMPT_NEEDED; in start_event_loop()
Dinfrun.c4501 if (ui->prompt_state == PROMPT_NEEDED in check_curr_ui_sync_execution_done()
4529 if (current_ui->prompt_state == PROMPT_NEEDED) in all_uis_on_sync_execution_starting()
4738 gdb_assert (current_ui->prompt_state == PROMPT_NEEDED); in fetch_inferior_event()
DChangeLog-20165252 state to PROMPT_NEEDED.
6341 PROMPT_NEEDED.
6345 (command_line_handler): Set the prompt state to PROMPT_NEEDED
6351 PROMPT_NEEDED.
6382 (captured_main): Set the initial prompt state to PROMPT_NEEDED.
6388 PROMPT_NEEDED before executing the command, and only display the
6389 prompt if the prompt state is PROMPT_NEEDED afterwards.
/netbsd/src/external/gpl3/gdb/dist/gdb/mi/
Dmi-interp.c239 ui->prompt_state = PROMPT_NEEDED; in mi_execute_command_input_handler()
248 if (ui->prompt_state == PROMPT_NEEDED) in mi_execute_command_input_handler()
Dmi-main.c1964 current_ui->prompt_state = PROMPT_NEEDED; in mi_execute_command()
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git34583 are in a PROMPT_NEEDED state, which means the prompt will be
34605 PROMPT_NEEDED, and leaves stdin registered with the event loop.