Re: [Lldb-commits] [lldb] r285068 - Revert "Improve the libstdc++ smart pointer formatters"

2016-10-26 Thread Jim Ingham via lldb-commits
For people who have a Mac and can make changes to the project files, we consider it polite and kind that they also fix up the project file when they add or remove source files. But we also realize it isn't reasonable to require that somebody working on Linux, Windows, etc. have access to a Mac

Re: [Lldb-commits] [lldb] r285068 - Revert "Improve the libstdc++ smart pointer formatters"

2016-10-26 Thread Pavel Labath via lldb-commits
Sorry, I forgot about the xcode project changes. I could have reverted those as well. pl On 25 October 2016 at 22:49, Tim Hammerquist wrote: > Hi Pavel, > > Looks like some code left after this revert is still expecting this file > (added contemporary to r284828) that was removed in this revisio

Re: [Lldb-commits] [lldb] r285068 - Revert "Improve the libstdc++ smart pointer formatters"

2016-10-25 Thread Jim Ingham via lldb-commits
I already fixed this in r285113. Jim > On Oct 25, 2016, at 2:49 PM, Tim Hammerquist via lldb-commits > wrote: > > Hi Pavel, > > Looks like some code left after this revert is still expecting this file > (added contemporary to r284828) that was removed in this revision. > > --- lldb/trunk/so

Re: [Lldb-commits] [lldb] r285068 - Revert "Improve the libstdc++ smart pointer formatters"

2016-10-25 Thread Tim Hammerquist via lldb-commits
Hi Pavel, Looks like some code left after this revert is still expecting this file (added contemporary to r284828) that was removed in this revision. --- lldb/trunk/source/Plugins/Language/CPlusPlus/LibStdcppSmartPointer.cpp (original) +++ lldb/trunk/source/Plugins/Language/CPlusPlus/LibStdcppSma

[Lldb-commits] [lldb] r285068 - Revert "Improve the libstdc++ smart pointer formatters"

2016-10-25 Thread Pavel Labath via lldb-commits
Author: labath Date: Tue Oct 25 08:24:53 2016 New Revision: 285068 URL: http://llvm.org/viewvc/llvm-project?rev=285068&view=rev Log: Revert "Improve the libstdc++ smart pointer formatters" This reverts commit r284828, as it causes an infinite loop in TestPrintStackTraces (funnily enough, only whe