[all-commits] [llvm/llvm-project] 46e2c0: [LLDB] Add DIL code for handling plain variable na...

cmtice via All-commits all-commits at lists.llvm.org
Thu Apr 3 21:39:52 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 46e2c07fa28bd42da8f8ca52e93603297114afa2
      https://github.com/llvm/llvm-project/commit/46e2c07fa28bd42da8f8ca52e93603297114afa2
  Author: cmtice <cmtice at google.com>
  Date:   2025-04-03 (Thu, 03 Apr 2025)

  Changed paths:
    A lldb/docs/dil-expr-lang.ebnf
    A lldb/include/lldb/ValueObject/DILAST.h
    A lldb/include/lldb/ValueObject/DILEval.h
    M lldb/include/lldb/ValueObject/DILLexer.h
    A lldb/include/lldb/ValueObject/DILParser.h
    M lldb/source/Target/StackFrame.cpp
    M lldb/source/ValueObject/CMakeLists.txt
    A lldb/source/ValueObject/DILAST.cpp
    A lldb/source/ValueObject/DILEval.cpp
    A lldb/source/ValueObject/DILParser.cpp
    A lldb/test/API/commands/frame/var-dil/basics/GlobalVariableLookup/Makefile
    A lldb/test/API/commands/frame/var-dil/basics/GlobalVariableLookup/TestFrameVarDILGlobalVariableLookup.py
    A lldb/test/API/commands/frame/var-dil/basics/GlobalVariableLookup/main.cpp
    A lldb/test/API/commands/frame/var-dil/basics/InstanceVariables/Makefile
    A lldb/test/API/commands/frame/var-dil/basics/InstanceVariables/TestFrameVarDILInstanceVariables.py
    A lldb/test/API/commands/frame/var-dil/basics/InstanceVariables/main.cpp
    A lldb/test/API/commands/frame/var-dil/basics/LocalVars/Makefile
    A lldb/test/API/commands/frame/var-dil/basics/LocalVars/TestFrameVarDILLocalVars.py
    A lldb/test/API/commands/frame/var-dil/basics/LocalVars/main.cpp
    M lldb/unittests/ValueObject/DILLexerTests.cpp

  Log Message:
  -----------
  [LLDB] Add DIL code for handling plain variable names. (#120971)

Add the Data Inspection Language (DIL) implementation pieces for
handling plain local and global variable names.

See https://discourse.llvm.org/t/rfc-data-inspection-language/69893 for
information about DIL.

This change includes the basic AST, Lexer, Parser and Evaluator pieces,
as well as some tests.



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