[Lldb-commits] [PATCH] Add =shlibs-added/=shlibs-removed notifications (MI)
Hafiz Abid Qadeer
abidh.haq at gmail.com
Wed Mar 11 09:41:51 PDT 2015
That probably was in Apple fork of gdb. @jasonmolenda may know the history. There is no such event in current gdb.
As you will see on the link below, "library-loaded" event is used.
https://sourceware.org/gdb/onlinedocs/gdb/GDB_002fMI-Async-Records.html
I will dig more deeper to see how this is being used but it seems to me that you either have to use the "library-loaded" event or use this code for OSX only.
REPOSITORY
rL LLVM
http://reviews.llvm.org/D8201
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list