Re: [PATCH] Add dotfn

2017-07-03 Thread Richard Biener
On Mon, 3 Jul 2017, Tom de Vries wrote: > On 07/03/2017 11:53 AM, Richard Biener wrote: > > On Mon, 3 Jul 2017, Tom de Vries wrote: > > > > > On 07/03/2017 09:05 AM, Richard Biener wrote: > > > > On Mon, 3 Jul 2017, Tom de Vries wrote: > > > > > > > > > Hi, > > > > > > > > > > this patch adds a

Re: [PATCH] Add dotfn

2017-07-03 Thread Tom de Vries
On 07/03/2017 11:53 AM, Richard Biener wrote: On Mon, 3 Jul 2017, Tom de Vries wrote: On 07/03/2017 09:05 AM, Richard Biener wrote: On Mon, 3 Jul 2017, Tom de Vries wrote: Hi, this patch adds a debug function dotfn and a convenience macro DOTFN similar to dot-fn in gdbhooks.py. It can be u

Re: [PATCH] Add dotfn

2017-07-03 Thread Richard Biener
On Mon, 3 Jul 2017, Tom de Vries wrote: > On 07/03/2017 09:05 AM, Richard Biener wrote: > > On Mon, 3 Jul 2017, Tom de Vries wrote: > > > > > Hi, > > > > > > this patch adds a debug function dotfn and a convenience macro DOTFN > > > similar > > > to dot-fn in gdbhooks.py. > > > > > > It can be

Re: [PATCH] Add dotfn

2017-07-03 Thread Tom de Vries
On 07/03/2017 09:05 AM, Richard Biener wrote: On Mon, 3 Jul 2017, Tom de Vries wrote: Hi, this patch adds a debug function dotfn and a convenience macro DOTFN similar to dot-fn in gdbhooks.py. It can be used to have the compiler: - dump a control flow graph, or - pop up a control flow graph w

Re: [PATCH] Add dotfn

2017-07-03 Thread Richard Biener
On Mon, 3 Jul 2017, Tom de Vries wrote: > Hi, > > this patch adds a debug function dotfn and a convenience macro DOTFN similar > to dot-fn in gdbhooks.py. > > It can be used to have the compiler: > - dump a control flow graph, or > - pop up a control flow graph window > at specific moments in th

[PATCH] Add dotfn

2017-07-02 Thread Tom de Vries
Hi, this patch adds a debug function dotfn and a convenience macro DOTFN similar to dot-fn in gdbhooks.py. It can be used to have the compiler: - dump a control flow graph, or - pop up a control flow graph window at specific moments in the compilation flow, for debugging purposes. Bootstrappe