Re: UNIFIED_SOURCES breaks breakpoints in LLDB (Was: Unified builds)

2013-11-21 Thread Jonathan Watt
On 21/11/2013 01:12, Daniel Glastonbury wrote: I followed your advice. Quit Xcode, created .lldbinit, ./mach clobber && ./mach build and my missing breakpoints are back. Thank you. You're welcome. ___ dev-platform mailing list dev-platform@lists.moz

Re: UNIFIED_SOURCES breaks breakpoints in LLDB (Was: Unified builds)

2013-11-21 Thread Jonathan Watt
On 21/11/2013 03:16, Ehsan Akhgari wrote: On 2013-11-20 6:37 PM, Jonathan Watt wrote: I'll update the OS X Debugging wiki page. Since it seems setting target.inline-breakpoint-strategy can basically be made to work I don't plan on contacting the LLDB guys right now. Can we add our own lldbinit

Re: UNIFIED_SOURCES breaks breakpoints in LLDB (Was: Unified builds)

2013-11-20 Thread Ehsan Akhgari
On 2013-11-20 6:37 PM, Jonathan Watt wrote: On 20/11/2013 18:48, Ehsan Akhgari wrote: On 2013-11-20 1:33 PM, Jonathan Watt wrote: I'm still investigating this, and will contact them once I understand a bit better what's going on. For now I still wanted to give other LLDB using mozilla devs a he

Re: UNIFIED_SOURCES breaks breakpoints in LLDB (Was: Unified builds)

2013-11-20 Thread Daniel Glastonbury
On Thursday, November 21, 2013 9:37:05 AM UTC+10, Jonathan Watt wrote: > When I first added the line to set target.inline-breakpoint-strategy in my > > ~/.lldbinit as per: > > > >http://lldb.llvm.org/troubleshooting.html > > > > it didn't work, even after restarting Xcode and starting a

Re: UNIFIED_SOURCES breaks breakpoints in LLDB (Was: Unified builds)

2013-11-20 Thread Jonathan Watt
On 20/11/2013 18:48, Ehsan Akhgari wrote: On 2013-11-20 1:33 PM, Jonathan Watt wrote: I'm still investigating this, and will contact them once I understand a bit better what's going on. For now I still wanted to give other LLDB using mozilla devs a heads-up though. Thanks! Please keep us in t

Re: UNIFIED_SOURCES breaks breakpoints in LLDB (Was: Unified builds)

2013-11-20 Thread Vladimir Vukicevic
I just did a unified and non-unified build on my windows desktop -- non SSD. VS2012, using mozmake. Full clobber. (mozmake -s -j8) Unified: 20 min Non-Unified: 36 min This is huge! I was curious about the cost for incremental builds... touch gfx/2d/Factory.cpp (part of a unified file), r

Re: UNIFIED_SOURCES breaks breakpoints in LLDB (Was: Unified builds)

2013-11-20 Thread Ehsan Akhgari
On 2013-11-20 1:34 PM, Bobby Holley wrote: Ok. What should we do in the mean time? Does anyone know if it's possible to get gdb going with XCode 5 on Mavericks? This should help in the mean time: https://bugzilla.mozilla.org/show_bug.cgi?id=939583#c3 On Wed, Nov 20, 2013 at 10:30 AM, Ehsan A

Re: UNIFIED_SOURCES breaks breakpoints in LLDB (Was: Unified builds)

2013-11-20 Thread Ehsan Akhgari
On 2013-11-20 1:33 PM, Jonathan Watt wrote: On 20/11/2013 18:30, Ehsan Akhgari wrote: On Wed, Nov 20, 2013 at 1:27 PM, Bobby Holley wrote: On Wed, Nov 20, 2013 at 10:01 AM, Jonathan Watt wrote: I may end up being the guinea pig that is perpetually having his builds broken because he has to

Re: UNIFIED_SOURCES breaks breakpoints in LLDB (Was: Unified builds)

2013-11-20 Thread Jonathan Watt
On 20/11/2013 18:30, Ehsan Akhgari wrote: On Wed, Nov 20, 2013 at 1:27 PM, Bobby Holley wrote: On Wed, Nov 20, 2013 at 10:01 AM, Jonathan Watt wrote: I may end up being the guinea pig that is perpetually having his builds broken because he has to have a patch applied to revert all UNIFIED_

Re: UNIFIED_SOURCES breaks breakpoints in LLDB (Was: Unified builds)

2013-11-20 Thread Bobby Holley
Ok. What should we do in the mean time? Does anyone know if it's possible to get gdb going with XCode 5 on Mavericks? On Wed, Nov 20, 2013 at 10:30 AM, Ehsan Akhgari wrote: > On Wed, Nov 20, 2013 at 1:27 PM, Bobby Holley wrote: > >> On Wed, Nov 20, 2013 at 10:01 AM, Jonathan Watt wrote: >> >> >

Re: UNIFIED_SOURCES breaks breakpoints in LLDB (Was: Unified builds)

2013-11-20 Thread Ehsan Akhgari
On Wed, Nov 20, 2013 at 1:27 PM, Bobby Holley wrote: > On Wed, Nov 20, 2013 at 10:01 AM, Jonathan Watt wrote: > > > I may end up being the guinea pig that is perpetually having his builds > > broken because he has to have a patch applied to revert all > UNIFIED_SOURCES > > lines back to SOURCES

Re: UNIFIED_SOURCES breaks breakpoints in LLDB (Was: Unified builds)

2013-11-20 Thread Bobby Holley
On Wed, Nov 20, 2013 at 10:01 AM, Jonathan Watt wrote: > I may end up being the guinea pig that is perpetually having his builds > broken because he has to have a patch applied to revert all UNIFIED_SOURCES > lines back to SOURCES lines in order to debug anything... > Given that new versions of