<div dir="ltr">I unfortunately do not have source access or debug symbols. Can I use the method signature to determine the arguments?</div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Mar 22, 2015 at 4:49 PM, Azat Khuzhin <span dir="ltr"><<a href="mailto:a3at.mail@gmail.com" target="_blank">a3at.mail@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Sun, Mar 22, 2015 at 04:02:18PM +0100, Mikkel Eriksen wrote:<br>
> Hi<br>
><br>
> I set a breakpoint and launch an application via lldb, and want to inspect<br>
> the arguments of the method when the breakpoint triggers, however nothing<br>
> shows:<br>
><br>
> (lldb) thread backtrace<br>
> * thread #20: tid = 0x1352c6, 0x00000001001eb510<br>
> Application`Blitz::sharpen(QImage&, int), name = 'VolumeTabSlotFilter',<br>
<br>
</span>Here you have only types, but not values, seems that you don't have<br>
debug symbols, no?<br>
<div class="HOEnZb"><div class="h5"><br>
> stop reason = breakpoint 2.1<br>
>   * frame #0: 0x00000001001eb510 Application`Blitz::sharpen(QImage&, int)<br>
>     frame #1: 0x00000001001dca79 Application`Filter::sharpen(QImage) + 25<br>
>     frame #2:<br>
> 0x000000010007bbd1 Application`VolumeTab::slotFilter_sharpen() + 145<br>
>     frame #3: 0x0000000102dcb80f QtCore`QMetaObject::activate(QObject*,<br>
> int, int, void**) + 2591<br>
>     frame #4: 0x0000000100080615 Application`VolumeTabSlotFilter::run() +<br>
> 309<br>
>     frame #5: 0x0000000102b963e3 QtCore`QThreadPrivate::start(void*) + 339<br>
>     frame #6: 0x00007fff8f80f268 libsystem_pthread.dylib`_pthread_body + 131<br>
>     frame #7: 0x00007fff8f80f1e5 libsystem_pthread.dylib`_pthread_start +<br>
> 176<br>
>     frame #8: 0x00007fff8f80d41d libsystem_pthread.dylib`thread_start + 13<br>
> (lldb) frame variable<br>
> (lldb)<br>
><br>
> What am I doing wrong? I've tried googling for a solution but have not<br>
> found anything.<br>
</div></div></blockquote></div><br></div>