Searched refs:debug (Results 1 - 25 of 40) sorted by relevance

12

/gem5/ext/ply/test/
H A Dyacc_nested.py29 the_parser = yacc.yacc(debug = False, write_tables = False)
33 the_parser.parse('ABC', the_lexer, tracking=True, debug=1)
/gem5/src/python/m5/
H A Ddebug.py33 import _m5.debug
34 from _m5.debug import SimpleFlag, CompoundFlag
35 from _m5.debug import schedBreak, setRemoteGDBPort
65 current_version = _m5.debug.getAllFlagsVersion()
70 for name, flag in _m5.debug.allFlags().items():
H A Dmain.py138 option("--debug-break", metavar="TICK[,TICK]", action='append', split=',',
141 option("--debug-help", action='store_true',
142 help="Print help on debug flags")
143 option("--debug-flags", metavar="FLAG[,FLAG]", action='append', split=',',
144 help="Sets the flags for debug output (-FLAG disables a flag)")
145 option("--debug-start", metavar="TICK", type='int',
146 help="Start debug output at TICK")
147 option("--debug-end", metavar="TICK", type='int',
148 help="End debug output at TICK")
149 option("--debug
[all...]
/gem5/ext/sst/tests/
H A Dtest6_arm_4c.py55 def debug(d): function
63 "debug" :debug("DEBUG"),
72 "debug" : debug("DEBUG"),
82 "debug" : debug("DEBUG"),
96 "comp_debug" : debug("GEM5_DEBUG"),
97 "gem5DebugFlags" : debug("M5_DEBUG"),
105 "debug"
[all...]
/gem5/util/tlm/examples/slave_port/
H A Dsc_target.cc41 bool debug,
50 debug(debug),
97 if (debug) {
102 if (debug) {
129 if (debug) SC_REPORT_INFO("target", "tlm::BEGIN_REQ");
241 if (debug) {
246 if (debug) {
40 Target(sc_core::sc_module_name name, bool debug, unsigned long long int size, unsigned int offset) argument
H A Dsc_target.hh57 bool debug; member in struct:Target
66 bool debug,
/gem5/src/systemc/ext/tlm_core/1/req_rsp/interfaces/
H A Dfifo_ifs.hh40 virtual void debug() const = 0;
54 // fifo interfaces = extended + debug
/gem5/ext/ply/example/newclasscalc/
H A Dcalc.py33 self.debug = kw.get('debug', 0)
44 lex.lex(module=self, debug=self.debug)
46 debug=self.debug,
/gem5/ext/ply/example/classcalc/
H A Dcalc.py30 self.debug = kw.get('debug', 0)
41 lex.lex(module=self, debug=self.debug)
43 debug=self.debug,
/gem5/ext/ply/example/BASIC/
H A Dbasiclog.py27 prog = basparse.parse(data,debug=log)
52 prog = basparse.parse(line,debug=log)
H A Dbasiclex.py57 lex.lex(debug=0)
H A Dbasparse.py406 def parse(data,debug=0):
408 p = bparser.parse(data,debug=debug)
/gem5/ext/systemc/src/sysc/qt/md/
H A Dksr1_b.s15 .def .debug; .endef
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_1_interfaces/
H A Dtlm_fifo_ifs.h44 virtual void debug() const = 0;
59 // fifo interfaces = extended + debug
/gem5/src/mem/slicc/
H A Dmain.py64 parser.add_option("-d", "--debug", default=False, action="store_true",
95 slicc = SLICC(slicc_file, protocol_base, verbose=True, debug=opts.debug,
/gem5/src/python/m5/util/
H A Dgrammar.py96 def parse_string(self, data, source='<string>', debug=None, tracking=0):
112 result = parser.parse(lexer=lexer, debug=debug, tracking=tracking)
/gem5/util/
H A Dgem5img.py27 # Whether to print debug output.
28 debug = False variable
69 global debug
70 if debug:
186 self.addOption('-d', '--debug', dest='debug', action='store_true',
193 global debug
194 if self.options.debug:
195 debug = True
H A Dtracediff129 if ($args1 !~ /--debug-flags/) {
131 print "**** WARNING: no debug flags set... you may not be diffing much!\n";
/gem5/ext/ply/example/calcdebug/
H A Dcalc.py113 yacc.parse(s,debug=logging.getLogger())
/gem5/ext/mcpat/
H A Dbasic_components.cc42 bool McPATComponent::debug = false; member in class:McPATComponent
105 if (debug) {
142 if (debug) {
160 if (debug) {
177 if (debug) {
/gem5/ext/ply/ply/
H A Dyacc.py83 resultlimit = 40 # Size limit of results when running in debug mode.
120 def debug(self,msg,*args,**kwargs): member in class:PlyLogger
122 info = debug
130 critical = debug
142 # Format the result message that the parser produces when running in debug mode.
152 # Format stack entries when the parser is running in debug mode
257 def parse(self,input=None,lexer=None,debug=0,tracking=0,tokenfunc=None):
258 if debug or yaccdevel:
259 if isinstance(debug,int):
260 debug
[all...]
/gem5/src/systemc/ext/tlm_core/1/req_rsp/channels/fifo/
H A Dcircular_buffer.hh61 void debug() const;
90 circular_buffer<T>::debug() const function in class:tlm::circular_buffer
92 std::cout << "Buffer debug" << std::endl;
H A Dfifo.hh112 debug() const function in class:tlm::tlm_fifo
/gem5/tests/gem5/
H A Dfixture.py271 log.test_log.debug("Downloading " + self.url + " to " + self.path)
298 log.test_log.debug("Could not contact server. Binaries may be old.")
324 log.test_log.debug("Could not contact server. Binaries may be old.")
/gem5/ext/ply/example/yply/
H A Dyparse.py210 yacc.yacc(debug=0)

Completed in 34 milliseconds

12