Hi,
I tried using lldb (and the Swift repl, which uses it), and found it
very annoying that the CTRL+left/right arrow key sequence isn't
handled correctly, spewing ;5D and ;5C instead.
I'm used to be able to hit Ctrl+left/right to jump between words in
almost any editing software.
Is it a featur
If i want compile as part of llvm then what is destination directory for
lldb trunk sources ?
I has placed this in llvm/projects/lldb and has much errors while
compiling lldb with MSVC 2015.
"d:\code\llvm\build\LLVM.sln" (целевой объект по умолчанию) (1) ->
"d:\code\llvm\build\ALL_BUILD.vcxproj.m
Should look like this:
llvm
|__ tools
|__ clang
|__ lld
|__ lldb
You will need clang because lldb needs to link against it, and you will
need lld because lldb on Windows doesn't (yet) understand PDB, so you have
to compile your programs with clang.exe -fuse-ld=lld
On Sat, Jan 9,