enlight / dbgmits

NodeJS module that provides the ability to control GDB and LLDB debuggers via GDB/MI.
MIT License
6 stars 3 forks source link

Add support for -stack-list-variables MI command #8

Closed enlight closed 9 years ago

enlight commented 9 years ago

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 9 years ago

Resolved in 204b72867b4b43ac7daa117326d14831e0d8f067

enlight commented 9 years ago

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.