";
"Tamas Berghammer";
Title: Re: [lldb-dev] reply: reply?? lldb debug jit-compiled code with llvm on
windows
Could you re-build lldb with http://reviews.llvm.org/D15172 and try to hit a
breakpoint in jit code?
I'm using following setup to compile and run JI
Could you re-build lldb with http://reviews.llvm.org/D15172 and try to hit
a breakpoint in jit code?
I'm using following setup to compile and run JIT code:
./build_release/bin/clang -c -O0 -g -emit-llvm ./jit_test.cpp
./build_release/bin/lli -debugger-tune=lldb -jit-kind=mcjit
~/projects/lldb/test
On Mon, Nov 30, 2015 at 10:18 AM haifeng_q wrote:
> Question 1:
> On the windows, I use the code implements a function (see
> debug_target.cpp) of JIT (see debug_target_process.cpp), but when
> generating debug information, no production .symtab section for information
> that leads LLDB get JIT d
Question 1:
On the windows, I use the code implements a function (see debug_target.cpp) of
JIT (see debug_target_process.cpp), but when generating debug information, no
production .symtab section for information that leads LLDB get JIT debugging
information .symtab failure , and then set a break