[lldb-dev] [Bug 21135] test_image_list_shows_multiple_architectures (TestImageListMultiArchitecture.TestImageListMultiArchitecture) fails (FreeBSD host)

2017-05-23 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=21135 Kamil Rytarowski changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

Re: [lldb-dev] Python scripting in Windows LLDB

2017-05-23 Thread Pavel Labath via lldb-dev
Ok, if it works, I'm all for it. I can't say I'm really familiar with how the multi-configuration generators work. I also wouldn't mind failing more aggresively if a dependency is not available. On 22 May 2017 at 20:54, Ted Woodward wrote: > My dev machine has both debug and release python exe/l

Re: [lldb-dev] lldb command like gdb's "set auto-solib-add off"

2017-05-23 Thread Tamas Berghammer via lldb-dev
Few more addition to the above: How are you running lldb-server on your device? For remote debugging running lldb-server in platform mode (and then using remote-linux or similar as the selected platform in LLDB) will give you a significantly better performance over running lldb-server in gdbserver