force_execution_path changes a program to take an execution path specified by a user. Since the tomography we use doesn't support branching, I haven't added a command in qdb, but feel free to add it if you want. I also added the command cfg that draws the control flow graph nicely with matplotlib.
force_execution_path
changes a program to take an execution path specified by a user. Since the tomography we use doesn't support branching, I haven't added a command inqdb
, but feel free to add it if you want. I also added the commandcfg
that draws the control flow graph nicely with matplotlib.