Re: [Lldb-commits] [lldb] r261953 - Add the "block" keyword to "thread step-in -e", and an alias that uses it: "sif " - i.e. step-into-function

2016-02-25 Thread Chaoren Lin via lldb-commits
It's okay. I think I fixed it with http://reviews.llvm.org/D17634 On Thu, Feb 25, 2016 at 6:55 PM, Jason Molenda wrote: > Jim just headed home - if you don't mind, please revert the commit. He'll > look into it tomorrow morning. > > J > > > > On Feb 25, 2016, at 6:51 PM, Chaoren Lin via lldb-co

Re: [Lldb-commits] [lldb] r261953 - Add the "block" keyword to "thread step-in -e", and an alias that uses it: "sif " - i.e. step-into-function

2016-02-25 Thread Jason Molenda via lldb-commits
Jim just headed home - if you don't mind, please revert the commit. He'll look into it tomorrow morning. J > On Feb 25, 2016, at 6:51 PM, Chaoren Lin via lldb-commits > wrote: > > Hi Jim, > > This broke a lot of our tests on Linux. E.g., "p foo" doesn't work. > http://lab.llvm.org:8011/bui

Re: [Lldb-commits] [lldb] r261953 - Add the "block" keyword to "thread step-in -e", and an alias that uses it: "sif " - i.e. step-into-function

2016-02-25 Thread Chaoren Lin via lldb-commits
Hi Jim, This broke a lot of our tests on Linux. E.g., "p foo" doesn't work. http://lab.llvm.org:8011/builders/lldb-x86_64-ubuntu-14.04-cmake/builds/11803 Since the breakage is pretty severe, mind if I revert this first until the problem can be fixed? On Thu, Feb 25, 2016 at 5:42 PM Jim Ingham vi

[Lldb-commits] [lldb] r261953 - Add the "block" keyword to "thread step-in -e", and an alias that uses it: "sif " - i.e. step-into-function

2016-02-25 Thread Jim Ingham via lldb-commits
Author: jingham Date: Thu Feb 25 19:37:30 2016 New Revision: 261953 URL: http://llvm.org/viewvc/llvm-project?rev=261953&view=rev Log: Add the "block" keyword to "thread step-in -e", and an alias that uses it: "sif " - i.e. step-into-function to allow you to step through a complex calling sequence