Michael137 wrote:

If we don't always want forward `disableASLR` we could instead flip the 
condition to:
```
if not disableASLR:
    args_dict["disableASLR"] = disableASLR
```

Any thoughts?

https://github.com/llvm/llvm-project/pull/113891
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to