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 | 2593 def _devtool_ide_sdk_qemu(self, tempdir, qemu, recipe_name, example_exe): argument 2618 status, output = qemu.run(example_exe) 2620 (example_exe, output)) 2630 qemu, recipe_name, example_exe, MAGIC_STRING_ORIG) 2642 status, output = qemu.run(example_exe) 2644 (example_exe, output)) 2655 qemu, recipe_name, example_exe, MAGIC_STRING_NEW) 2670 def _gdb_cross_debugging(self, qemu, recipe_name, example_exe, magic_string): argument 2689 recipe_name), 'gdbserver_1234_usr-bin-' + example_exe + '_m') 2691 recipe_name), 'gdb_1234_usr-bin-' + example_exe) [all …]
|