[lldb-dev] lldb10 can not hit break point on windows platform

le wang via lldb-dev lldb-dev at lists.llvm.org
Sat Oct 17 01:51:17 PDT 2020


Hello,everyone:
      I have a problem when download llvm10.0.1 and use lldb to debug my
process on windows10 x64 platform. but with no debug point hit.
the command is
(lldb)target create "D:/code/MLExecuteTest.exe"
Current executable set to 'D:/code/MLExecuteTest.exe'  (x86_64)
(lldb)br s -fE:/test/TestFunction.cpp -l1
Breakpoint 1: no locations(pending).
WARNING :  Unable to resolve breakpoint to any actual locations.
(lldb)r
Process 16228 launched 'D:/code/MLExecuteTest.exe'
Process 16228 exited with status = 1(0x00000001)
my using detail is  this below:
MLExecuteTest.exe is my process which will first compile the script
 TestFunction.cpp on debug mode  and generate binary code in its memory, of
course binary code has debug information, and then  it use JIT
ExecuteEngine to execute the binary code. I want to know, is llvm 10.0.1
support this using on windows platform. since before we use llvm5.0 on
windows platform is OK, breakpoints can be hit. but while update version to
10.0.1, with same operation ,breakpoints can not be hit. so is llvm10.0.1
support or has any changes on this using on windows platform?

Thanks,
le wang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20201017/884dd8b4/attachment.html>


More information about the lldb-dev mailing list