You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Original PR: #9791
Apparently lldb doesn't tolerate backtick notation with function calls
included. But it only happens when invoked from the test (script) - if I
invoke "memory history `__asan_get_report_address()'" from lldb command
line, it works fine. Maybe it's some escaping issue - in any case, I
changed it to use temporary variable and verified that the automated test passes.
rdar://139744655
(cherry picked from commit b4ccdee)
0 commit comments