We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 207b685 + 4765212 commit 846c433Copy full SHA for 846c433
lldb/test/API/functionalities/asan/swift/TestAsanSwift.py
@@ -134,8 +134,10 @@ def do_test_libsanitizers(self):
134
thread.GetStopReason(),
135
lldb.eStopReasonInstrumentation)
136
137
+ self.runCmd("expr long $ar = (long)__asan_get_report_address()")
138
+
139
self.expect(
- "memory history `__asan_get_report_address()`",
140
+ "memory history $ar",
141
substrs=[
142
'Memory allocated by Thread 1',
143
'main.swift'])
0 commit comments