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]

GDB/MI lawyer for Thread Creation


Bonjour

	Need a MI protocol guru for this.  When threads are created gdb is sending 

gdb -i mi 
~"[NEW Thread 1024 (LWP 8288)]\n"


Useless for MI, how about a new OOB ?

	*thread,thread-id="8288"


or a new async-notify ?

	=thread,thread-id="8288"

Only "*stopped" is currently define as a possible oob.




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