[lldb-dev] Help text overhaul

2016-07-12 Thread Kate Stone via lldb-dev
I’ve posted a new Phabricator review discussing this change @ http://reviews.llvm.org/D22286 . Comments welcome! LLDB help content has accumulated over time without a recent attempt to review it for consistency, accuracy, and clarity. This patch attempts to addr

[lldb-dev] Proposed change in multi-line edit behavior (Return = end/append, Meta+Return = line break)

2016-07-12 Thread Kate Stone via lldb-dev
I’ve posted a new Phabricator review discussing this change @ http://reviews.llvm.org/D22284. Comments welcome! Editing multi-line content in a terminal environment involves a lot of trade-offs. When LLDB's multi-line editing support was first introduced for expressions / REPL contexts the beh

Re: [lldb-dev] Question about -break-insert in lldb-mi

2016-07-12 Thread Pierson Lee (PIE) via lldb-dev
Cool. I'll put together a bug report and a possible fix. Thanks for looking at it! -Original Message- From: Ted Woodward [mailto:ted.woodw...@codeaurora.org] Sent: Tuesday, July 12, 2016 11:37 AM To: Pierson Lee (PIE) ; jing...@apple.com; 'LLDB' Subject: RE: [lldb-dev] Question about -

Re: [lldb-dev] Question about -break-insert in lldb-mi

2016-07-12 Thread Ted Woodward via lldb-dev
It looks like the current implementation expects the -f to be right before the break location. So "-break-insert main" or "-break-insert -t -f main -d" would work, but "-break-insert -t main -f -d" would not. It also looks as if restricting the breakpoint to the thread id (incorrectly) only work

Re: [lldb-dev] LLDB-MI from Eclipse hangs

2016-07-12 Thread via lldb-dev
Thanks Ilia. For now I check running Eclipse commands manually by changing to "gdb-set target-async *on*" and it solves the issue for manual run. I will try to find out how to change these commands in eclipse otherwise I will rebuild lldvmi. I will keep you posted... -- Have a nice day! Regards