[llvm-branch-commits] [lldb] [LLDB] Support Re-export Symbol for FunctionCall (PR #208998)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jul 14 07:34:11 PDT 2026
================
@@ -50,8 +74,7 @@ bool lldb_private::InferiorCallMmap(Process *process, addr_t &allocated_addr,
ConstString("mmap"), eFunctionNameTypeFull, function_options, sc_list);
const uint32_t count = sc_list.GetSize();
if (count > 0) {
- SymbolContext sc;
- if (sc_list.GetContextAtIndex(0, sc)) {
+ {
----------------
aokblast wrote:
It might be something wrong while doing rebase. Fix it now! Thanks.
https://github.com/llvm/llvm-project/pull/208998
More information about the llvm-branch-commits
mailing list