Searched refs:brief_doc (Results 1 – 25 of 33) sorted by relevance
12
41 brief_doc = string("Type help \"command\" for more help on a command"); in cmd_help()71 cout << pCmd->brief_doc << '\n'; in help()
42 brief_doc = string("echo \"text\""); in cmd_echo()
38 brief_doc = "Quit gpsim"; in cmd_quit()
43 brief_doc = string("Display the gpsim's version"); in cmd_version()
42 brief_doc = string("Reset all or parts of the simulation"); in cmd_reset()
40 brief_doc = "Add or display node busses"; in cmd_bus()
44 brief_doc = string("Initiate the simulation"); in cmd_run()
43 brief_doc = string("Execute one or more instructions."); in cmd_step()
41 brief_doc = string("Set the clock frequency"); in cmd_frequency()
45 brief_doc = string("Display source and list files"); in cmd_list()
43 brief_doc = string("ICD command."); in cmd_icd()
42 brief_doc = "Shell out to another program or module's command line interface"; in cmd_shell()
43 brief_doc = string("Remove a break point"); in cmd_clear()
55 brief_doc = string("display and control gpsim behavior flags"); in cmd_set()
43 brief_doc = string("Attach stimuli to nodes"); in cmd_attach()
42 brief_doc = string("Disassemble the current cpu"); in cmd_disassemble()
43 brief_doc = string("Add or display stimulus nodes"); in cmd_node()
59 string brief_doc; variable
56 brief_doc = string("Log/record events to a file"); in cmd_log()
58 brief_doc = string("Dump the trace history"); in cmd_trace()
45 brief_doc = "[deprecated] examine and/or modify memory"; in cmd_x()
119 brief_doc = string("Select & Display processors"); in cmd_processor()
101 R += num + doc.brief_doc + '\n'185 …_lg(cls.spelling), escape_lg(name)), replace_latex(doc_methods[name][0].brief_doc)) for name in al…194 …_lg(cls.spelling), escape_lg(name)), replace_latex(doc_methods[name][0].brief_doc)) for name in al…
55 self.brief_doc, doc = spl[0], spl[1] if len(spl)>1 else ''
106 return "%s\n\n%s\n\n%s\n"%( pdoc.brief_doc, pdoc.doc, table)117 doc = "\n%s\n%s"%(pdoc.brief_doc, pdoc.doc)