Searched refs:execute (Results 1 – 11 of 11) sorted by relevance
/scripts/gdb/linux/ |
A D | utils.py | 105 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 D | symbols.py | 65 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 D | stackdepot.py | 64 gdb.execute("x /i 0x%x" % (int(entries[i])))
|
A D | mm.py | 54 tcr_el1 = gdb.execute("info registers $TCR_EL1", to_string=True)
|
/scripts/ |
A D | checkkconfigsymbols.py | 209 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 D | Kbuild.include | 152 # 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 D | vmlinux-gdb.py | 20 gdb.execute("", to_string=True)
|
/scripts/gcc-plugins/ |
A D | gcc-generate-gimple-pass.h | 100 virtual unsigned int execute(function *) { return _EXECUTE(); } in execute() function
|
A D | gcc-generate-rtl-pass.h | 100 virtual unsigned int execute(function *) { return _EXECUTE(); } in execute() function
|
A D | gcc-generate-simple_ipa-pass.h | 100 virtual unsigned int execute(function *) { return _EXECUTE(); } in execute() function
|
A D | gcc-generate-ipa-pass.h | 177 virtual unsigned int execute(function *) { return _EXECUTE(); } in execute() function
|
Completed in 12 milliseconds