Searched refs:PROMPT_NEEDED (Results 1 – 8 of 8) sorted by relevance
39 PROMPT_NEEDED, enumerator136 enum prompt_state prompt_state = PROMPT_NEEDED;
450 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()
420 current_ui->prompt_state = PROMPT_NEEDED; in start_event_loop()
4501 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()
5252 state to PROMPT_NEEDED.6341 PROMPT_NEEDED.6345 (command_line_handler): Set the prompt state to PROMPT_NEEDED6351 PROMPT_NEEDED.6382 (captured_main): Set the initial prompt state to PROMPT_NEEDED.6388 PROMPT_NEEDED before executing the command, and only display the6389 prompt if the prompt state is PROMPT_NEEDED afterwards.
239 ui->prompt_state = PROMPT_NEEDED; in mi_execute_command_input_handler()248 if (ui->prompt_state == PROMPT_NEEDED) in mi_execute_command_input_handler()
1964 current_ui->prompt_state = PROMPT_NEEDED; in mi_execute_command()
34583 are in a PROMPT_NEEDED state, which means the prompt will be34605 PROMPT_NEEDED, and leaves stdin registered with the event loop.