X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Ftop.h;h=94f6c488030ec81bdd55d40473b562fe2f660778;hb=a0eaec95753c0f093f5cb80080ef423030d35edd;hp=c322c3332380c803cb25131000e6b298604d69e8;hpb=31b638d39a426599109be120a9e547126397d40f;p=platform%2Fupstream%2Fgdb.git diff --git a/gdb/top.h b/gdb/top.h index c322c33..94f6c48 100644 --- a/gdb/top.h +++ b/gdb/top.h @@ -42,6 +42,14 @@ extern void quit_command (char *, int); extern void quit_cover (void); extern void execute_command (char *, int); +/* If the interpreter is in sync mode (we're running a user command's + list, running command hooks or similars), and we just ran a + synchronous command that started the target, wait for that command + to end. WAS_SYNC indicates whether sync_execution was set before + the command was run. */ + +extern void maybe_wait_sync_command_done (int was_sync); + extern void check_frame_language_change (void); /* Prepare for execution of a command.