On 2015/01/16 1:08, Jonathan Kew wrote:
On 15/1/15 15:56, ISHIKAWA,chiaki wrote:

Debugging using gdb will be very difficult when the unified build
creates a source file on the fly (but it is removed, correct?).

No sane compiler/debugger combination can help me do
the source level debugging if the source code that the compiler compiled
is gone by the time debugger tries to find it...

Maybe I am missing something...


This shouldn't be a problem. The "unified" source file simply #includes
the real sources, and so the debugger will know the paths to those.

JK


I see, thank you.

If things don't work out with -gsplit-dwarf [there still
can be some  rough edges every now and then], I will
simply apply the trick mentioned in this thread to virtually disable uniform build on my local build.

BTW, I recall that Joshua Cranmer's coverage report system may not work well with uniform build the last time I checked.

TIA

CI


_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to