[llvm-branch-commits] [lldb] [LLDB] Support Re-export Symbol for FunctionCall (PR #208998)

Minsoo Choo via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun Jul 12 15:48:17 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)) {
+    {
----------------
mchoo7 wrote:

Is this for preventing unnecessarily diff content? Personally I would just fix indent for all, but LLVM coding style might be different.

https://github.com/llvm/llvm-project/pull/208998


More information about the llvm-branch-commits mailing list