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: [PATCH 4/6] Implement support for SystemTap probes


fche@redhat.com (Frank Ch. Eigler) writes:

> Jan Kratochvil <jan.kratochvil@redhat.com> writes:
>
>> print $_probe_arg0 == x
>> Cannot evaluate expression `112(31)'.
>> (gdb) FAIL: gdb.base/stap-probe.exp: check $_probe_arg0, with semaphore
>
> That should work, "112(31)" means offset 112 from the address in register 31.

Yes, it's actually a problem with the parser on stap-probe.c.  I'm
fixing this right now.


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