[Lldb-commits] [lldb] [lldb-dap] Always pass disableASLR to the DAP executable (PR #113891)

Augusto Noronha via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 29 09:50:19 PDT 2024


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


More information about the lldb-commits mailing list