This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Is gdb/mi prompt before result possible?


On Wed, 11 Jan 2012 20:32:07 +0100, Dimitar Zhekov wrote:
> (gdb) -exec-next
> (gdb) 
> [some delay]
> ^running
> *running,thread-id="1"
> (gdb) 
> *stopped,reason="end-stepping-range",...
> (gdb) 
> 
> Is it possible for the "(gdb) " prompt to appear between "-exec-next"
> and it's corresponding "^running"?

Prompt can appear before *running but not before ^running.

But I am not so proficient with MI.


Regards,
Jan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]