Searched refs:single_step (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/build/android/pylib/perf/
H A Dsetup.py37 'single_step': {
39 'cmd': test_options.single_step
47 if test_options.single_step:
H A Dtest_runner.py233 if self._options.single_step:
247 if self._options.single_step:
/external/chromium_org/build/android/
H A Dtest_runner.py531 # Only one of steps, print_step or single_step must be provided.
533 [options.steps, options.print_step, options.single_step]))
536 single_step = None
537 if options.single_step:
538 single_step = ' '.join(args[2:])
542 options.dry_run, single_step)
725 if perf_options.single_step:
726 return perf_test_runner.PrintTestOutput('single_step')
781 if ((options.single_step and len(args) <= 2) or
782 (not options.single_step an
[all...]
/external/lldb/tools/debugserver/source/
H A DRNBRemote.h60 single_step, // 's' enumerator in enum:RNBRemote::__anon25440
H A DRNBRemote.cpp123 t.push_back (Packet (single_step, &RNBRemote::HandlePacket_s, NULL, "s", "Single step"));
/external/lldb/include/lldb/Target/
H A DThread.h842 EnableTracer (bool value, bool single_step);
/external/qemu/target-i386/
H A Dhelper.h80 DEF_HELPER_1(single_step, void, env)
/external/valgrind/main/include/vki/
H A Dvki-s390x-linux.h741 unsigned single_step : 1; member in struct:__anon32982

Completed in 127 milliseconds