================
@@ -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
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits