Zequan Wu
1043eeaf86
[llvm-symbolizer][native-pdb] Don't reset CurLineOffset if NextLineOffset is none
2022-04-27 16:05:19 -07:00
Zequan Wu
1da67ecefd
[llvm-symbolizer] Fix line offset for inline site.
...
This fixes the issue when the current line offset is actually for next range.
Maintain a current code range with current line offset and cache next file/line
offset. Update file/line offset after finishing current range.
Differential Revision: https://reviews.llvm.org/D123151
2022-04-07 15:17:59 -07:00
serge-sans-paille
ed98c1b376
Cleanup includes: DebugInfo & CodeGen
...
Discourse thread: https://discourse.llvm.org/t/include-what-you-use-include-cleanup
Differential Revision: https://reviews.llvm.org/D121332
2022-03-12 17:26:40 +01:00
serge-sans-paille
eb4c860811
Cleanup llvm/DebugInfo/PDB headers
...
accumulated preprocessed size:
before: 1065515095
after: 1065629059
Discourse thread: https://discourse.llvm.org/t/include-what-you-use-include-cleanup
Differential Revision: https://reviews.llvm.org/D120195
2022-02-23 10:31:34 +01:00
Kazu Hirata
3a3cb929ab
[llvm] Use = default (NFC)
2022-02-06 22:18:35 -08:00
Amy Huang
bc98034040
[llvm-symbolizer] Add inline stack traces for Windows.
...
This adds inline stack frames for symbolizing on Windows.
Differential Revision: https://reviews.llvm.org/D88988
2020-11-17 13:19:13 -08:00