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: 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.

BTW, co/build kseitz_interps-20020528-branch, it also generates breakpoint notify events.


I think that notify is correct (although it could be argued that exec is a legetimate class (the difference is a bit arbitrary).

Andrew



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