Re: [PATCH][debug] Add debug and earlydebug dumps

2018-08-21 Thread Tom de Vries
On 08/20/2018 02:24 PM, Richard Biener wrote: > On Mon, 13 Aug 2018, Tom de Vries wrote: > >> Hi, >> >> With the introduction of early debug, we've added a phase in the compiler >> which >> produces information which is not visible, unless we run the compiler in the >> debugger and call debug_dwa

Re: [PATCH][debug] Add debug and earlydebug dumps

2018-08-20 Thread Richard Biener
On Mon, 13 Aug 2018, Tom de Vries wrote: > Hi, > > With the introduction of early debug, we've added a phase in the compiler > which > produces information which is not visible, unless we run the compiler in the > debugger and call debug_dwarf from dwarf2out_early_finish or some such. > > This

[PATCH][debug] Add debug and earlydebug dumps

2018-08-13 Thread Tom de Vries
Hi, With the introduction of early debug, we've added a phase in the compiler which produces information which is not visible, unless we run the compiler in the debugger and call debug_dwarf from dwarf2out_early_finish or some such. This patch adds dumping of "early" and "final" debug info, into