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/



_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to