diff options
author | Daniel Thornburgh <dthorn@google.com> | 2022-04-07 23:37:11 +0000 |
---|---|---|
committer | Daniel Thornburgh <dthorn@google.com> | 2022-06-17 10:26:24 -0700 |
commit | 2040b6df0a3f355076a363459f0d6c5ef187ac81 (patch) | |
tree | bb390dffef2c9cc28072850b9f159fcffda1522f /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h | |
parent | 914b9eec04b5759884ae6ac4995d8293e21efc7e (diff) | |
download | llvm-2040b6df0a3f355076a363459f0d6c5ef187ac81.zip llvm-2040b6df0a3f355076a363459f0d6c5ef187ac81.tar.gz llvm-2040b6df0a3f355076a363459f0d6c5ef187ac81.tar.bz2 |
[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
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h')
0 files changed, 0 insertions, 0 deletions