Re: [lldb-dev] reply: reply?? lldb debug jit-compiled code with llvm on windows

2015-12-03 Thread haifeng_q via lldb-dev
"; "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

Re: [lldb-dev] reply: reply: lldb debug jit-compiled code with llvm on windows

2015-12-02 Thread Oleksiy Vyalov via lldb-dev
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

Re: [lldb-dev] reply: reply: lldb debug jit-compiled code with llvm on windows

2015-11-30 Thread Tamas Berghammer via lldb-dev
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

[lldb-dev] reply: reply?? lldb debug jit-compiled code with llvm on windows

2015-11-30 Thread haifeng_q via lldb-dev
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