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: MI output command error


 > > At the moment I have some time, so I can offer to try. I will need some
 > > hand holding though. What files should I look at, and what behaviour
 > > would you expect?
 > 
 > Have I mentioned that I don't know anything about MI? :-)  I'm afraid I
 > have no advice.  I would expect -exec-interrupt to send a signal to the
 > target process, just like GDB's SIGINT handler does.  Which isn't
 > perfect, but generally works.

OK. Theres an example in the manual that I can follow:

     (gdb)
     111-exec-continue
     111^running
     
     (gdb)
     222-exec-interrupt
     222^done
     (gdb)
     111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
     frame={addr="0x00010140",func="foo",args=[],file="try.c",line="13"}
     (gdb)

However, with it looking like Andrew has gone AWOL, who would review any such
patches?

Nick


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