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: RFC: implement "catch signal"


>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:

Jan> Therefore it looks this way?

Jan> body=[bkpt={number="1",type="catchpoint",disp="keep",enabled="y",catch-type="signal",what=[signal="SIGINT",signal="SIGTRAP"],times="0"}]

Jan> I believe it still may break existing MI clients according to AndrÃ.

I also reverted how 'what' is handled, so now it is:

body=[bkpt={number="1",type="catchpoint",disp="keep",enabled="y",catch-type="signal",what="SIGINT SIGTRAP",times="0"}]

Jan> Although it is becoming very "unusual".

Yeah.

Tom


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