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] Support command "catch syscall" properly on different targets


Pedro Alves <palves@redhat.com> writes:

> Do we actually need to do anything when the inferior is created?
> Supposedly once the inferior is created, we'll try to insert
> the catchpoint, and that will fail is the target does not
> support it.

No, but we need to tweak test case to emit UNSUPPORTED instead of FAIL
if the target doesn't support "catch syscall".

-- 
Yao (éå)


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