Add support for -stack-list-variables MI command
enlight opened this issue · 2 comments
enlight commented
This command was recently implemented in LLDB-MI and is meant to replace the deprecated -stack-list-arguments and -stack-list-locals commands. If it provides all the information previously supplied by the deprecated commands then support for the deprecated commands should be removed from the library.
enlight commented
Slight correction, -stack-list-arguments is only deprecated for retrieving the arguments of a single frame, it's still useful for retrieving arguments of multiple frames at once.