[llvm-branch-commits] [lldb] [LLDB] Support Re-export Symbol for FunctionCall (PR #208998)
David Spickett via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jul 13 05:31:33 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)) {
+ {
----------------
DavidSpickett wrote:
Do the changes normally, and split diff view will probably make it clear that it's just being dedented.
https://github.com/llvm/llvm-project/pull/208998
More information about the llvm-branch-commits
mailing list