How different is that really from

(lldb) script lldb.frame.FindVariable("argc").GetValue()
'1'
(lldb) script lldb.process.GetNumThreads()
1
(lldb) script lldb.process.GetThreadAtIndex(0).GetThreadID()
3514809

?  If it's developer-only, then this is even fairly well-documented using e.g. 
"script dir(lldb.process)"

> On Sep 14, 2016, at 3:43 PM, Zachary Turner <ztur...@google.com> wrote:
> 
>  (lldb) print-dev stack-frame[0].params[argc]
>  3
>  (lldb) print-dev threads.count
>  7
>  (lldb) print-dev --hex threads[6].id
>  0x1234

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to