[Lldb-commits] [PATCH] D11465: Fix "process load/unload" on android

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Wed Dec 2 10:16:33 PST 2015


jingham added a subscriber: jingham.
jingham added a comment.

It seems like an awful lot of logic is duplicated between the POSIX & Android versions of LoadImage when all that really changes is the name of the function you are calling.  Is it possible to centralize this some more?


Repository:
  rL LLVM

http://reviews.llvm.org/D11465





More information about the lldb-commits mailing list