[llvm-branch-commits] [lldb] [LLDB] Support Re-export Symbol for FunctionCall (PR #208998)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jul 13 11:01:16 PDT 2026
================
@@ -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
More information about the llvm-branch-commits
mailing list