[Lldb-commits] [PATCH] D63868: Unify+fix remote XML libraries handling with the legacy one

António Afonso via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 27 09:27:16 PDT 2019


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





More information about the lldb-commits mailing list