Displaying 4 results from an estimated 4 matches for "node0xe16730".
Did you mean:
node0xe16530
2008 Apr 23
2
[LLVMdev] how to dump DSA graph in gdb?
...r"];
Node0xe16530 -> Node0xe1f4d0[arrowtail=tee,color=gray63];
Node0xe162f0[ label =" %x"];
Node0xe162f0 -> Node0xe1f3a0[arrowtail=tee,color=gray63];
Node0xe16950[ label =" %tmp4"];
Node0xe16950 -> Node0xe1f3a0[arrowtail=tee,color=gray63];
Node0xe16730[ label =" %tmp"];
Node0xe16730 -> Node0xe1f3a0[arrowtail=tee,color=gray63];
}
then I had to copy these lines out into a .dot file and use dot to convert
it into a ps file.
I note that it also provide a lot print and dump functions in Printer.cpp,
such as
void DSGraph::writeGraphT...
2008 Apr 23
0
[LLVMdev] how to dump DSA graph in gdb?
...0 -> Node0xe1f4d0[arrowtail=tee,color=gray63];
> Node0xe162f0[ label =" %x"];
> Node0xe162f0 -> Node0xe1f3a0[arrowtail=tee,color=gray63];
> Node0xe16950[ label =" %tmp4"];
> Node0xe16950 -> Node0xe1f3a0[arrowtail=tee,color=gray63];
> Node0xe16730[ label =" %tmp"];
> Node0xe16730 -> Node0xe1f3a0[arrowtail=tee,color=gray63];
> }
>
> then I had to copy these lines out into a .dot file and use dot to convert it into a ps file.
> I note that it also provide a lot print and dump functions in Printer.cpp, such as
&...
2008 Apr 23
2
[LLVMdev] how to dump DSA graph in gdb?
...wtail=tee,color=gray63];
> > Node0xe162f0[ label =" %x"];
> > Node0xe162f0 -> Node0xe1f3a0[arrowtail=tee,color=gray63];
> > Node0xe16950[ label =" %tmp4"];
> > Node0xe16950 -> Node0xe1f3a0[arrowtail=tee,color=gray63];
> > Node0xe16730[ label =" %tmp"];
> > Node0xe16730 -> Node0xe1f3a0[arrowtail=tee,color=gray63];
> > }
> >
> > then I had to copy these lines out into a .dot file and use dot to
> convert it into a ps file.
> > I note that it also provide a lot print and dump funct...
2008 Apr 23
0
[LLVMdev] how to dump DSA graph in gdb?
...[arrowtail=tee,color=gray63];
>> Node0xe162f0[ label =" %x"];
>> Node0xe162f0 -> Node0xe1f3a0[arrowtail=tee,color=gray63];
>> Node0xe16950[ label =" %tmp4"];
>> Node0xe16950 -> Node0xe1f3a0[arrowtail=tee,color=gray63];
>> Node0xe16730[ label =" %tmp"];
>> Node0xe16730 -> Node0xe1f3a0[arrowtail=tee,color=gray63];
>> }
>>
>> then I had to copy these lines out into a .dot file and use dot to convert it into a ps file.
>> I note that it also provide a lot print and dump functions in Pr...