[all-commits] [llvm/llvm-project] 53d7b1: [LLDB] Add field member operators to DIL (#138093)

cmtice via All-commits all-commits at lists.llvm.org
Fri May 23 07:30:31 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 53d7b1d9e00d8cc3189808bbc26e2ee4577766e7
      https://github.com/llvm/llvm-project/commit/53d7b1d9e00d8cc3189808bbc26e2ee4577766e7
  Author: cmtice <cmtice at google.com>
  Date:   2025-05-23 (Fri, 23 May 2025)

  Changed paths:
    M lldb/docs/dil-expr-lang.ebnf
    M lldb/include/lldb/ValueObject/DILAST.h
    M lldb/include/lldb/ValueObject/DILEval.h
    M lldb/include/lldb/ValueObject/DILLexer.h
    M lldb/include/lldb/ValueObject/DILParser.h
    M lldb/source/Target/StackFrame.cpp
    M lldb/source/ValueObject/DILAST.cpp
    M lldb/source/ValueObject/DILEval.cpp
    M lldb/source/ValueObject/DILLexer.cpp
    M lldb/source/ValueObject/DILParser.cpp
    A lldb/test/API/commands/frame/var-dil/basics/MemberOf/Makefile
    A lldb/test/API/commands/frame/var-dil/basics/MemberOf/TestFrameVarDILMemberOf.py
    A lldb/test/API/commands/frame/var-dil/basics/MemberOf/main.cpp
    A lldb/test/API/commands/frame/var-dil/basics/MemberOfAnonymousMember/Makefile
    A lldb/test/API/commands/frame/var-dil/basics/MemberOfAnonymousMember/TestFrameVarDILMemberOfAnonymousMember.py
    A lldb/test/API/commands/frame/var-dil/basics/MemberOfAnonymousMember/main.cpp
    A lldb/test/API/commands/frame/var-dil/basics/MemberOfInheritance/Makefile
    A lldb/test/API/commands/frame/var-dil/basics/MemberOfInheritance/TestFrameVarDILMemberOfInheritance.py
    A lldb/test/API/commands/frame/var-dil/basics/MemberOfInheritance/main.cpp

  Log Message:
  -----------
  [LLDB] Add field member operators to DIL (#138093)

Add the arrow and period operators, allowing DIL to find and access
member fields.



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