Re: [PATCH 1/2] gdbhooks: Make dot viewer configurable

2024-08-02 Thread David Malcolm
On Thu, 2024-08-01 at 10:14 +0100, Alex Coplan wrote: > Hi, > > This adds a new GDB parameter 'gcc-dot-cmd' which allows the user to > configure the command used to render the CFG within dot-fn. > > E.g. with this patch the user can change their dot viewer like so: > > (gdb) show gcc-dot-cmd > T

[PATCH 1/2] gdbhooks: Make dot viewer configurable

2024-08-01 Thread Alex Coplan
Hi, This adds a new GDB parameter 'gcc-dot-cmd' which allows the user to configure the command used to render the CFG within dot-fn. E.g. with this patch the user can change their dot viewer like so: (gdb) show gcc-dot-cmd The current value of 'gcc-dot-cmd' is "dot -Tx11". (gdb) set gcc-dot-cmd