[lldb-dev] Using control+left/right arrow to jump between words in the prompt

2016-01-09 Thread Ori Avtalion via lldb-dev
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

[lldb-dev] LLDB build at windows

2016-01-09 Thread Red Skotina via lldb-dev
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

Re: [lldb-dev] LLDB build at windows

2016-01-09 Thread Zachary Turner via lldb-dev
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,