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

2020-10-20 Thread le wang via lldb-dev
nd line number, which might >> have a line number greater than what you requested if there was no perfect >> match), and Symbol (symbol from the symbol table). We have a symbol context >> list, because you might have multiple matches for a given source file and >> line if yo

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

2020-10-20 Thread le wang via lldb-dev
db) image list a.out > [ 0] E76A2647-AFB4-3950-943A-CB1D701B7C07 0x00010000 /tmp/a.out > /tmp/a.out.dSYM/Contents/Resources/DWARF/a.out > > > If you do a "image list" on your executable, it would be interesting to > see if the pdb file shows up in this outpu

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

2020-10-17 Thread le wang via lldb-dev
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:/tes

[lldb-dev] LLDB got SIGCHLD on hitting the breakpoint

2020-09-21 Thread le wang via lldb-dev
Hello,everyone: I've got a problem, when debugging my process with lldb tool on linux OS(CentOS7).While I use lldb command to set breakpoints, and launch my process, my process will execute a binary code which contains debug information, but when my process launched, all breakpoints can not be hit,