[PATCH] D46362: DWARFExpression: Convert file addresses to load addresses early on
Pavel Labath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 3 13:18:40 PDT 2018
labath added a comment.
It looks like this has caused a bunch of tests to crash on linux http://lab.llvm.org:8011/builders/lldb-x86_64-ubuntu-14.04-cmake/builds/22800. The crashes seem to be happening during printing of global variables ( `HandleCommand(command = "target variable my_global_char")` and such). Can you take a look?
Repository:
rL LLVM
https://reviews.llvm.org/D46362
More information about the llvm-commits
mailing list