Searched refs:example_exe (Results 1 – 1 of 1) sorted by relevance
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | devtool.py | 2615 def _devtool_ide_sdk_qemu(self, tempdir, qemu, recipe_name, example_exe): argument 2640 status, output = qemu.run(example_exe) 2642 (example_exe, output)) 2652 qemu, recipe_name, example_exe, MAGIC_STRING_ORIG) 2664 status, output = qemu.run(example_exe) 2666 (example_exe, output)) 2677 qemu, recipe_name, example_exe, MAGIC_STRING_NEW) 2692 def _gdb_cross_debugging(self, qemu, recipe_name, example_exe, magic_string): argument 2711 recipe_name), 'gdbserver_1234_usr-bin-' + example_exe + '_m') 2713 recipe_name), 'gdb_1234_usr-bin-' + example_exe) [all …]
|