Questions tagged [xvcg]

Xvcg is an X-windows tool for displaying call-graphs, flow diagrams, and the like.

Xvcg is an X-windows tool for displaying call-graphs, flow diagrams, and the like, specified in a .vcg file and written in GDL (graph description language).

2 questions
6
votes
1 answer

Display CFG from llvm in xvcg

There is -view-cfg option (doc) in llvm's opt program, which enables me to view the Control Flow Graph via dot program. But the CFG in too big to be rendered as postscript from dot. I know that there is the xvcg utiity capable of displaying complex…
osgx
  • 90,338
  • 53
  • 357
  • 513
0
votes
0 answers

XLoadQueryFont Font not found

I'm trying to use an old binary (HP VEX simulator: http://www.hpl.hp.com/downloads/vex) which uses VCG visualization tool (http://www.rw.cdl.uni-saarland.de/~sander/html/gsvcg1.html). The binary fails because of a failed function call: #define…
hkassir72
  • 135
  • 10