[lldb-dev] lldb-mi and shared library path
Ted Woodward via lldb-dev
lldb-dev at lists.llvm.org
Thu Feb 4 13:51:58 PST 2016
I'd expect "-gdb-set solib-search-path" to call "target modules search-paths
add", and it does, but only when the -target-remote command is issued. It
also doesn't handle the multiple path case, <path>:<path>.
I think it should:
1) Set the search path immediately when called, if the target is
connected
2) Set the search path on run/attach
3) Handle multiple paths
Any thoughts on this?
Ted
--
Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a
Linux Foundation Collaborative Project
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20160204/ad6a1944/attachment-0001.html>
More information about the lldb-dev
mailing list