Re: [Lldb-commits] [PATCH] D12977: LLDB MI addition for getting process stopped at first instruction right after launch via -exec-run

2015-09-19 Thread Bruce Mitchener via lldb-commits
brucem added a subscriber: brucem. brucem requested changes to this revision. brucem added a reviewer: brucem. brucem added a comment. This revision now requires changes to proceed. I think that enlight is correct in his comments and that this patch should be revised. Repository: rL LLVM htt

Re: [Lldb-commits] [PATCH] D12977: LLDB MI addition for getting process stopped at first instruction right after launch via -exec-run

2015-09-19 Thread Vadim Macagon via lldb-commits
enlight added a subscriber: enlight. enlight added a comment. According to the GDB-MI spec the exec-run command already has a **start** option. Support for the **start** option can be dete

[Lldb-commits] [PATCH] D12995: Add support for lldb config.h and detect ncurses' include path

2015-09-19 Thread Kamil Rytarowski via lldb-commits
krytarowski created this revision. krytarowski added a reviewer: joerg. krytarowski added subscribers: lldb-commits, llvm-commits. krytarowski set the repository for this revision to rL LLVM. This change is required to get proper ncurses handling on NetBSD. Repository: rL LLVM http://reviews.

[Lldb-commits] [PATCH] D12994: Improve support of the ncurses dependency on NetBSD

2015-09-19 Thread Kamil Rytarowski via lldb-commits
krytarowski created this revision. krytarowski added a reviewer: joerg. krytarowski added a subscriber: lldb-commits. krytarowski set the repository for this revision to rL LLVM. Summary of the changes: - add config.h (CMake and autotools target). - Handle ncurses with a proper CMake find_pack