llvm-project/llvm/lib/DebugInfo
Daniel Thornburgh 2040b6df0a [Symbolize] Parser for log symbolizer markup.
This adds a parser for the log symbolizer markup format discussed in
https://discourse.llvm.org/t/rfc-log-symbolizer/61282. The parser
operates in a line-by-line fashion with minimal memory requirements.

This doesn't yet include support for multi-line tags or specific parsing
for ANSI X3.64 SGR control sequences, but it can be extended to do so.
The latter can also be relatively easily handled by examining the
resulting text elements.

Reviewed By: peter.smith

Differential Revision: https://reviews.llvm.org/D124686
2022-06-17 10:26:24 -07:00
..
CodeView Use getValueOr (NFC) 2022-06-11 11:24:57 -07:00
DWARF Incomplete attempt to pull DWARFTypePrinter into its own file for reuse 2022-06-16 22:28:28 +00:00
GSYM Fix a bug introduced by the move of AddressRanges.h into ADT. 2022-06-16 10:50:46 -07:00
MSF Cleanup llvm/DebugInfo/PDB headers 2022-02-23 10:31:34 +01:00
PDB [PDB] Remove truncate* (NFC) 2022-06-05 23:33:51 -07:00
Symbolize [Symbolize] Parser for log symbolizer markup. 2022-06-17 10:26:24 -07:00
CMakeLists.txt