Home
last modified time | relevance | path

Searched refs:execute (Results 1 – 11 of 11) sorted by relevance

/scripts/gdb/linux/
A Dutils.py105 endian = gdb.execute("show endian", to_string=True)
180 target_arch = gdb.execute("show architecture", to_string=True)
197 return gdb.execute("monitor info version", to_string=True) != ""
203 thread_info = gdb.execute("info thread 1", to_string=True)
267 show_pagination = gdb.execute("show pagination", to_string=True)
269 gdb.execute("set pagination off")
273 gdb.execute("set pagination %s" % ("on" if pagination else "off"))
A Dsymbols.py65 gdb.execute("symbol-file {0} -o {1}".format(
105 gdb.execute("tbreak *" + hex(jump_to_kernel))
106 gdb.execute("continue")
108 gdb.execute("stepi")
194 gdb.execute(cmdline, to_string=True)
212 gdb.execute("symbol-file", to_string=True)
218 gdb.execute("symbol-file {0}{1}".format(orig_vmlinux, offset_arg))
A Dstackdepot.py64 gdb.execute("x /i 0x%x" % (int(entries[i])))
A Dmm.py54 tcr_el1 = gdb.execute("info registers $TCR_EL1", to_string=True)
/scripts/
A Dcheckkconfigsymbols.py209 execute(["git", "reset", "--hard", commit])
226 def execute(cmd): function
238 commits = execute(["git", "log", "--pretty=oneline",
247 stdout = execute(["git", "status", "--porcelain"])
256 stdout = execute(["git", "rev-parse", "HEAD"])
295 stdout = execute(["git", "ls-files"])
A DKbuild.include152 # print and execute commands
156 # if_changed - execute command if any prerequisite is newer than
160 # if_changed_rule - as if_changed but execute rule instead
213 # and if so will execute $(rule_foo).
/scripts/gdb/
A Dvmlinux-gdb.py20 gdb.execute("", to_string=True)
/scripts/gcc-plugins/
A Dgcc-generate-gimple-pass.h100 virtual unsigned int execute(function *) { return _EXECUTE(); } in execute() function
A Dgcc-generate-rtl-pass.h100 virtual unsigned int execute(function *) { return _EXECUTE(); } in execute() function
A Dgcc-generate-simple_ipa-pass.h100 virtual unsigned int execute(function *) { return _EXECUTE(); } in execute() function
A Dgcc-generate-ipa-pass.h177 virtual unsigned int execute(function *) { return _EXECUTE(); } in execute() function

Completed in 11 milliseconds