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

Remove code that deals with shlibs-added and shlibs-removed notifications #6

Closed enlight closed 9 years ago

enlight commented 9 years ago

LLDB-MI was recently fixed to emit the standard library-loaded and library-unloaded notifications instead of shlibs-added and shlibs-removed, there's some code in DebugSession.emitAsyncNotification() to deal with the non-standard notifications that should be removed. Note that the notifications sent by LLVM-MI have some additional fields that are not in the MI spec., these fields should be forwarded to the user.