[Lldb-commits] [PATCH] D48215: Remove dependency from Host to python

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 15 09:06:19 PDT 2018


labath added a comment.

Actually, my plan was to follow this up with a patch which removes usages of that enumeration from the internal api altogether (basically do a `s/GetLLDBPath(ePathTypeXXX/GetXXXPath`). That should make the internal api nicer, and provide a clean separation between the internal and public api (thereby taking pressure off of adding new enums to the public api just because we have a new kind of an internal path).

I was considering in which order to submit the patches. In the end I chose this one because it will make the second patch slightly smaller, but I can do it in the other order too...


https://reviews.llvm.org/D48215





More information about the lldb-commits mailing list