[lldb-dev] about lldb status on windows
haifeng.qin
haifeng.qin at wellintech.com
Mon Jun 15 04:25:59 PDT 2015
hi!
Ask a few questions:
1. LLDB support debug .exe files in the windows? need to rely on debugger Server? Which server for use on windows?
2. I use lldb and gdbserver with locally debug .exe file on windows, but there is a problem:
Steps:
gdbserver:
> gdbserver --remote-debug --multi [<hostname>:] <portnum>
lldb
> gdb-remote [<hostname>:] <portnum>
> target create -d <filename>
> add-dsym -s <symbolsFilename>
> process launch -s
> breakpoint set -f <sourcefile> -l <linenum>; failure
> thread step-in; crash
May I ask what is the reason, what should be done?
thanks!qin.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150615/0bb85ffb/attachment.html>
More information about the lldb-dev
mailing list