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

2015-12-03 Thread haifeng_q via lldb-dev
b for android developers) plan to do it sometime but if you are interested in it then please feel free to take a look and let us know if you have any question. Tamas On Thu, Nov 19, 2015 at 8:40 AM haifeng_q via lldb-dev wrote: hi, process A generate function Func1 code with llvm jit com

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

2015-11-30 Thread haifeng_q via lldb-dev
you are interested in it then please feel free to take a look and let us know if you have any question. Tamas On Thu, Nov 19, 2015 at 8:40 AM haifeng_q via lldb-dev wrote: hi, process A generate function Func1 code with llvm jit compiler, and calls Func1. modeled on "Kaleidoscope:

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

2015-11-20 Thread haifeng_q via lldb-dev
us know if you have any question. Tamas On Thu, Nov 19, 2015 at 8:40 AM haifeng_q via lldb-dev wrote: hi, process A generate function Func1 code with llvm jit compiler, and calls Func1. modeled on "Kaleidoscope: Adding Debug Information" add debug information. how to use

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

2015-11-19 Thread haifeng_q via lldb-dev
hi, process A generate function Func1 code with llvm jit compiler, and calls Func1. modeled on "Kaleidoscope: Adding Debug Information" add debug information. how to use LLDB to attach process A to debug this function, add a breakpoint in the function? thanks!___