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

Update tests for -stack-list-variables MI command #25

Open enlight opened 9 years ago

enlight commented 9 years ago

Some work was done in LLDB-MI recently to get the simple output mode of the -stack-list-variables MI command working correctly (it was missing type info before). Check if the output now matches GDB MI, and re-enable relevant tests for LLDB.