Michael Buch

Results 59 comments of Michael Buch

Hmm so I opened a draft PR with this change and explicitly set `disableASLR` on the DAP server and the tests seemed to pass: https://github.com/llvm/llvm-project/pull/113891 With server patch: https://github.com/llvm/llvm-project/actions/runs/11552969549/job/32154860810?pr=113891 Without...

Ooh that's because it's hardcoded in the `lldb-dap` executable: https://github.com/llvm/llvm-project/blob/f14743794587db102c6d1b20f9c87a1ac20decfd/lldb/tools/lldb-dap/lldb-dap.cpp#L2103-L2104 Fix should be simple enough. Just need to always pass the `disableASLR` value from Python, regardless of whether it's set...

https://github.com/llvm/llvm-project/pull/113891

Just merged the fix. Let me know if you're still facing issues after the rebase