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: [MI] enabling non-stop mode


 > Probably, we can extend this to enable feature that are not MI proper,
 > say:
 > 
 > 	(gdb) -list-features
 >         ^done,features=[....,"non-stop",....]
 > 	(gdb) -enable-feature non-stop
 > 	^done
 > 
 > The only issue here is that non-stop mode availability in general
 > depends on the target, so maybe we should have a separate commands
 > to list "target" feature and then enable target features?

Why not just use -gdb-set?

maint set linux-async   -->  set linux-async  -->  -gdb-set linux-async
maint set non-stop      -->  set  non-stop    -->  -gdb-set non-stop

I thought the idea of -list-features was to give the frontend a simple means of
finding out which MI commands a version of Gdb will accept.  Why would a
frontend want to do "-disable-feature frozen-varobjs"?

-- 
Nick                                           http://www.inet.net.nz/~nickrob


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