5 Commits

Author SHA1 Message Date
Jonas Devlieghere
096c530ab3
[lldb] Fix Python test formatting (NFC) 2024-02-15 22:54:00 -08:00
David Spickett
8b49ed8ba1 [lldb][test] Skip DWARF inline source file test on Windows
This was added by 917b404e2ccdcc31d2d64971ad094b80967a240b
and fails for unknown reasons.
2024-01-08 12:11:52 +00:00
Jonas Devlieghere
5fd18bdef9
Revert "XFAIL test with dsymutil"
This reverts commit c041fa1093c3ad7be040fb362a10ca3900c698a4 as Adrian
added support to dsymutil.
2024-01-04 16:47:16 -08:00
Adrian Prantl
c041fa1093 XFAIL test with dsymutil 2024-01-04 10:25:47 -08:00
Adrian Prantl
917b404e2c
Add support for inline DWARF source files. (#75880)
LLVM supports DWARF 5 linetable extension to store source files inline
in DWARF. This is particularly useful for compiler-generated source
code. This implementation tries to materialize them as temporary files
lazily, so SBAPI clients don't need to be aware of them.

rdar://110926168
2024-01-04 09:04:05 -08:00