lldb-tools / lldb-mi

LLDB's machine interface driver
https://lldb.llvm.org
Other
165 stars 56 forks source link

Feature Request: add support for '@' parameter in the command "var-create" #105

Open royqh1979 opened 1 year ago

royqh1979 commented 1 year ago

Thanks for your great works!

lldb-mi doesn't support '@' as the frame parameter in "var-create" now.

It's used to create variable that doesn't bind to any frame, and is useful for watching vars in the recursive funtions.

Can it be added?