Skip to content

Commit 4a5ac98

Browse files
committed
fixup! also set disableASLR=False in build_and_launch method
1 parent 135092c commit 4a5ac98

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
@@ -451,7 +451,7 @@ def build_and_launch(
451451
cwd=None,
452452
env=None,
453453
stopOnEntry=False,
454-
disableASLR=True,
454+
disableASLR=False,
455455
disableSTDIO=False,
456456
shellExpandArguments=False,
457457
trace=False,

0 commit comments

Comments
 (0)