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

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 29 02:09:26 PDT 2024


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


More information about the lldb-commits mailing list