augusto2112 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?
I think "if not" would make it more confusing. The way it is in this patch seems fine to me 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