[Lldb-commits] [PATCH] D18531: Allow gdbremote process to read modules from memory

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 29 06:54:15 PDT 2016


tberghammer added a comment.

I think it should be fine to make it public as it don't do anything what can mess up the private state of the DynamicLoader. In general visibility in LLDB are decided in a bit randomly so usually it is fine to change them if the implementation looks like it won't break some internal state.


http://reviews.llvm.org/D18531





More information about the lldb-commits mailing list