Displaying 1 result from an estimated 1 matches for "inferiorprocess".
2009 Apr 02
2
[LLVMdev] JIT compilation and debuggen
...eakpoints. It is unclear to me whether or not LLVM supports this
currently.
(1) I have been unable to add stop points to the generated code. I would
have expected to use
DbgStopPoint::Create(BasicBlock *)
but there is no such function.
(2) I see a Debugger classs with stepping functions, and an InferiorProcess
class with stepping functions and the ability to add breakpoints, but I see
no way to connect these classes to the ExecutionEngine that is used to run
the generated function through "runFunction".
(3) Although I see stepping and breakpoint functions I do not see a way to
respond to a bre...