[libcxx-commits] [libcxx] [lldb] [libc++][CI] Tests LLDB libc++ data formatters. (PR #88312)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Apr 12 09:51:10 PDT 2024
================
@@ -751,6 +751,8 @@ def setUpCommands(cls):
"settings set symbols.enable-external-lookup false",
# Inherit the TCC permissions from the inferior's parent.
"settings set target.inherit-tcc true",
+ # Based on https://discourse.llvm.org/t/running-lldb-in-a-container/76801/4
+ "settings set target.disable-aslr false",
----------------
mordante wrote:
The reason for change is in the Discourse link. This probably needs to be done in a separate commit.
https://github.com/llvm/llvm-project/pull/88312
More information about the libcxx-commits
mailing list