================ @@ -33,6 +33,30 @@ using namespace lldb; using namespace lldb_private; +/// Pick a call target from \p sc_list. Re-exported symbols have no code of +/// their own and are resolved through the library that actually defines +/// them, mirroring what the dynamic linker does. +static Address GetCallableAddress(Target &target, ---------------- jimingham wrote:
I wonder if we could find a more appropriate home for this function? There doesn't seem anything InferiorCallPOSIX specific about it... https://github.com/llvm/llvm-project/pull/208998 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
