On Mon, Aug 19, 2013 at 03:45:57PM -0600, Jeff Law wrote: > In this specific instance I was referring to getting meaningful data > out of gdb when I do something like "p bb" or "p e" for a block and > edge respectively. > > Printing the pointer is useful, but printing information about the > actual block/edge is far more useful :-) It'd save a lot of > "debug_bb (bb)" as well a p "e->src->index" and "p e->dest->index" > in my interactive debug sessions.
Yeah, this would be immensely cool ;). Marek