[Lldb-commits] [PATCH] D25864: Fix arm64 floating point register spill recording in UnwindPlan analysis

2016-10-26 Thread Jason Molenda via lldb-commits
jasonmolenda updated this revision to Diff 75977. jasonmolenda added a comment. I believe this rewrite of the original patch addresses Tamas' feedback (thanks Tamas!) I dropped a lot of the changes in the original; I switch EmulateInstructionARM64 from using DWARF register numbering to use LLDB

[Lldb-commits] [lldb] r285226 - Fix an issue where frame variable -s would not show the scope even though the user asked for it

2016-10-26 Thread Enrico Granata via lldb-commits
Author: enrico Date: Wed Oct 26 14:17:49 2016 New Revision: 285226 URL: http://llvm.org/viewvc/llvm-project?rev=285226&view=rev Log: Fix an issue where frame variable -s would not show the scope even though the user asked for it Part of rdar://28434047 Added: lldb/trunk/packages/Python/ll

[Lldb-commits] [lldb] r285216 - Actually use = delete to mark constructors and operators we want to not exist. Just declaring them as private works, but it can confuse certain tools as it doesn't actu

2016-10-26 Thread Enrico Granata via lldb-commits
Author: enrico Date: Wed Oct 26 13:12:52 2016 New Revision: 285216 URL: http://llvm.org/viewvc/llvm-project?rev=285216&view=rev Log: Actually use = delete to mark constructors and operators we want to not exist. Just declaring them as private works, but it can confuse certain tools as it doesn't

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

[Lldb-commits] [PATCH] D25926: Don't set a software stepping breakpoint at 0 on arm or mips.

2016-10-26 Thread Pavel Labath via lldb-commits
labath accepted this revision. labath added a comment. This revision is now accepted and ready to land. Thanks. I've committed this as r285187. https://reviews.llvm.org/D25926 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.ll

[Lldb-commits] [lldb] r285187 - Don't set a software stepping breakpoint at 0 on arm or mips.

2016-10-26 Thread Pavel Labath via lldb-commits
Author: labath Date: Wed Oct 26 06:13:56 2016 New Revision: 285187 URL: http://llvm.org/viewvc/llvm-project?rev=285187&view=rev Log: Don't set a software stepping breakpoint at 0 on arm or mips. Summary: Check whether the setting the breakpoint failed during instruction emulation. If it did, the

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