[Lldb-commits] [PATCH] D13073: Add an expression parser for Go

Ryan Brown via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 20 16:26:55 PDT 2015


ribrdb updated this revision to Diff 37944.
ribrdb added a comment.

Thanks for taking a look!
I moved the expression jit'ing code into LLVMUserExpression.


Repository:
  rL LLVM

http://reviews.llvm.org/D13073

Files:
  cmake/LLDBDependencies.cmake
  include/lldb/Expression/LLVMUserExpression.h
  include/lldb/Expression/UserExpression.h
  include/lldb/Symbol/GoASTContext.h
  lldb.xcodeproj/project.pbxproj
  source/API/SBFrame.cpp
  source/Expression/CMakeLists.txt
  source/Expression/LLVMUserExpression.cpp
  source/Expression/UserExpression.cpp
  source/Plugins/ExpressionParser/CMakeLists.txt
  source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
  source/Plugins/ExpressionParser/Clang/ClangUserExpression.h
  source/Plugins/ExpressionParser/Go/CMakeLists.txt
  source/Plugins/ExpressionParser/Go/GoAST.h
  source/Plugins/ExpressionParser/Go/GoLexer.cpp
  source/Plugins/ExpressionParser/Go/GoLexer.h
  source/Plugins/ExpressionParser/Go/GoParser.cpp
  source/Plugins/ExpressionParser/Go/GoParser.h
  source/Plugins/ExpressionParser/Go/GoUserExpression.cpp
  source/Plugins/ExpressionParser/Go/GoUserExpression.h
  source/Plugins/ExpressionParser/Go/Makefile
  source/Plugins/ExpressionParser/Go/gen_go_ast.py
  source/Symbol/GoASTContext.cpp
  source/Target/Target.cpp
  test/lang/go/expressions/TestExpressions.py
  test/lang/go/expressions/main.go
  unittests/CMakeLists.txt
  unittests/Expression/CMakeLists.txt
  unittests/Expression/GoParserTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13073.37944.patch
Type: text/x-patch
Size: 240244 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151020/fc298cf0/attachment-0001.bin>


More information about the lldb-commits mailing list