[all-commits] [llvm/llvm-project] d9a749: [LLDB] Add Lexer (with tests) for DIL (Data Inspec...
cmtice via All-commits
all-commits at lists.llvm.org
Wed Feb 5 10:47:34 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d9a7498aa24a35bdd95fd20a5c63e9495b6669f6
https://github.com/llvm/llvm-project/commit/d9a7498aa24a35bdd95fd20a5c63e9495b6669f6
Author: cmtice <cmtice at google.com>
Date: 2025-02-05 (Wed, 05 Feb 2025)
Changed paths:
A lldb/include/lldb/ValueObject/DILLexer.h
M lldb/source/ValueObject/CMakeLists.txt
A lldb/source/ValueObject/DILLexer.cpp
M lldb/unittests/ValueObject/CMakeLists.txt
A lldb/unittests/ValueObject/DILLexerTests.cpp
Log Message:
-----------
[LLDB] Add Lexer (with tests) for DIL (Data Inspection Language). (#123521)
This adds the basic lexer, with unittests, for the Data Inspection
Language (DIL) -- see
https://discourse.llvm.org/t/rfc-data-inspection-language/69893
This version of the lexer only handles local variables and namespaces,
and is designed to work with
https://github.com/llvm/llvm-project/pull/120971.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list