Skip to content

Commit ac41555

Browse files
committed
Try cherry-picking lldb fix
1 parent 2d0bc95 commit ac41555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/packages/Python/lldbsuite/test/tools/lldb-dap/lldbdap_testcase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ def launch(
367367
cwd=None,
368368
env=None,
369369
stopOnEntry=False,
370-
disableASLR=True,
370+
disableASLR=False,
371371
disableSTDIO=False,
372372
shellExpandArguments=False,
373373
trace=False,

0 commit comments

Comments
 (0)