Re: [Lldb-commits] [lldb] r321856 - [ArchSpec] Don't consider Unknown MachO64 as invalid.

2018-01-05 Thread Davide Italiano via lldb-commits
Thank you Zachary, it worked perfectly. For the archives: davide@Davides-Mac-Pro ~/w/l/l/t/lldb> git svn dcommit --interactive Committing to https://llvm.org/svn/llvm-project/lldb/trunk ... commit 510dcf75e49fcd39940504fef44aedd7c29b1cdf Author: Davide Italiano Date: Fri Jan 5 09:59:53 2018 -08

[Lldb-commits] [lldb] r321879 - [ArchSpec] Add a unittest to complement the change in r321856.

2018-01-05 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Jan 5 10:00:44 2018 New Revision: 321879 URL: http://llvm.org/viewvc/llvm-project?rev=321879&view=rev Log: [ArchSpec] Add a unittest to complement the change in r321856. Modified: lldb/trunk/unittests/Utility/ArchSpecTest.cpp Modified: lldb/trunk/unittests/Utility

[Lldb-commits] [PATCH] D39283: [lldb-dev] Update LLDB test cases for 'inlineStepping'

2018-01-05 Thread Carlos Alberto Enciso via Phabricator via lldb-commits
CarlosAlbertoEnciso abandoned this revision. CarlosAlbertoEnciso added a comment. A new patch have been submitted for review, that fix the general issue and preserve the original test cases. https://reviews.llvm.org/D41762 https://reviews.llvm.org/D39283