This is the mail archive of the gdb@sources.redhat.com 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: (a?)synchronous stepping commands in gdb MI, a week later


Konstantin Karganov wrote:
Sorry for the repeat...

Does anyone know why the "-exec-*" commands family in GDB MI is
declared asynchronous but in fact behaves synchronously (blocking the
interface until the execution completes)?

Thank you.

Asynchronous behavior depends on an asynchronous backend. At present only ``target async-remote'' is asynchronous (and then there's doubt that it still works), hence the behavior you're seeing.


Andrew


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