OpenASIP  2.0
Variables
SimControlLanguageCommand.cc File Reference
#include <iostream>
#include <iomanip>
#include <cmath>
#include "SimControlLanguageCommand.hh"
#include "SimulatorInterpreterContext.hh"
#include "SimulatorFrontend.hh"
#include "SimulatorToolbox.hh"
#include "StringTools.hh"
#include "Program.hh"
#include "Procedure.hh"
#include "Breakpoint.hh"
#include "StopPointManager.hh"
#include "Conversion.hh"
#include "TclConditionScript.hh"
#include "ExpressionScript.hh"
#include "TclInterpreter.hh"
#include "GlobalScope.hh"
#include "CodeLabel.hh"
#include "DataLabel.hh"
#include "AddressSpace.hh"
#include "NullAddressSpace.hh"
Include dependency graph for SimControlLanguageCommand.cc:

Go to the source code of this file.

Variables

const int BPINFO_HANDLE_COL_WIDTH = 6
 widths of the columns of the break point info table widths don't include the spaces between columns the handle id column width More...
 

Variable Documentation

◆ BPINFO_HANDLE_COL_WIDTH

const int BPINFO_HANDLE_COL_WIDTH = 6

widths of the columns of the break point info table widths don't include the spaces between columns the handle id column width

Definition at line 666 of file SimControlLanguageCommand.cc.

Referenced by SimControlLanguageCommand::printBreakpointInfo().