Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixup 6d18e53: xfail TestShowLocationDwarf5.py properly | Diana Picus | 2019-12-03 | 1 | -1/+1 |
| | | | | Forgot to squash this... | ||||
* | Mark some tests as xfail on AArch64 Linux | Diana Picus | 2019-12-03 | 1 | -0/+2 |
| | | | | | | | | | I have either opened new bug reports for these tests, or added links to existing bugs. This should help make the lldb-aarch64-ubuntu buildbot green (there will still be some unexpected passes that someone should look into, but those can be handled later). | ||||
* | [LLDB] - Improved DWARF5 support. | George Rimar | 2018-09-13 | 2 | -0/+92 |
This patch improves the support of DWARF5. Particularly the reporting of source code locations. Differential revision: https://reviews.llvm.org/D51935 llvm-svn: 342153 |