This is the mail archive of the gdb-patches@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: linux native async mode support


 > > My original test file mi-async.exp (attached below) works with your patch
 > > when GDBFLAGS is toggled as above.
 > 
 > Could you post a patch to add this?  You can use -gdb-set to avoid
 > adjusting GDBFLAGS,

I don't think so:

maintenance set linux-async on
^^^^^^^^^^^

and

(gdb) start
Breakpoint 1 at 0x804862c: file myprog.c, line 95.
Starting program: /home/nickrob/myprog 
main (argc=1, argv=0xbfe3b904) at myprog.c:95
95      main (int argc, char **argv) {
(gdb) maintenance set linux-async on
Cannot change this setting while the inferior is running.


 > and [isnative] && [istarget *-linux*] to limit
 > it to platforms with the new command for now.

I will do this.

-- 
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]