apolyakov added a comment.

In https://reviews.llvm.org/D47302#1171639, @clayborg wrote:

> We could end up moving anything that is set by a target property into the 
> lldb_private target property class if it isn't already there and then that 
> would fix things.


If you remember, we started this discussion from adding the 
`AppendImageSearchPath(const char *from, const char *to)` method. To do so, we 
need to modify `Target`'s member variable 
`m_image_search_paths`. It means that to move this option to TargetProperties 
we have to also move this member variable from `Target` to `TargetProperties`. 
We need to be sure that it won't break anything.


https://reviews.llvm.org/D47302



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

Reply via email to