aadsm added a comment.

The `library` is part of the GDB protocol itself: 
https://sourceware.org/gdb/onlinedocs/gdb/Stop-Reply-Packets.html#Stop-Reply-Packets
 and it's to be used with conjunction of `qXfer:libraries:read` (or 
libraries-svr4 like we do here).

Interesting, I'm not familiar with STAP but will take a look. I do think 
however that changing how we load the libraries is outside the scope of this 
diff. My main goal is to add the `libraries-svr4` packet, but while doing so I 
found a few bugs in lldb, which I'm addressing here.


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63868/new/

https://reviews.llvm.org/D63868



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to