llvm-ir-editor icon indicating copy to clipboard operation
llvm-ir-editor copied to clipboard

Add ability to run/debug a function/module with specific parameters

Open amishne opened this issue 11 years ago • 0 comments

lli is the best way to run a module. However it doesn't seem to support:

  1. Line-by-line debugging of IR
  2. Running just one function

If a mapping to Java is defined, Xtext should offer a debugging support for the modeled language. See more here:

  • http://www.eclipse.org/Xtext/documentation.html#DomainmodelNextSteps
  • http://www.eclipse.org/Xtext/documentation.html#Xbase

amishne avatar May 29 '13 07:05 amishne