Searched refs:execute (Results 1 – 9 of 9) sorted by relevance
/scripts/gdb/linux/ |
D | symbols.py | 39 show_pagination = gdb.execute("show pagination", to_string=True) 41 gdb.execute("set pagination off") 51 gdb.execute("set pagination %s" % ("on" if pagination else "off")) 132 gdb.execute(cmdline, to_string=True) 154 gdb.execute("symbol-file", to_string=True) 155 gdb.execute("symbol-file {0}".format(orig_vmlinux))
|
D | utils.py | 80 endian = gdb.execute("show endian", to_string=True) 155 target_arch = gdb.execute("show architecture", to_string=True) 172 return gdb.execute("monitor info version", to_string=True) != "" 178 thread_info = gdb.execute("info thread 2", to_string=True)
|
/scripts/ |
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"])
|
D | Kbuild.include | 128 # if_changed - execute command if any prerequisite is newer than 132 # if_changed_rule - as if_changed but execute rule instead 182 # and if so will execute $(rule_foo).
|
/scripts/gdb/ |
D | vmlinux-gdb.py | 20 gdb.execute("", to_string=True)
|
/scripts/gcc-plugins/ |
D | gcc-generate-gimple-pass.h | 100 virtual unsigned int execute(function *) { return _EXECUTE(); } in execute() function
|
D | gcc-generate-simple_ipa-pass.h | 100 virtual unsigned int execute(function *) { return _EXECUTE(); } in execute() function
|
D | gcc-generate-rtl-pass.h | 100 virtual unsigned int execute(function *) { return _EXECUTE(); } in execute() function
|
D | gcc-generate-ipa-pass.h | 177 virtual unsigned int execute(function *) { return _EXECUTE(); } in execute() function
|