Home
last modified time | relevance | path

Searched defs:ActionWanted (Results 1 – 1 of 1) sorted by relevance

/external/lldb/tools/lldb-perf/lib/
DTestCase.h26 struct ActionWanted struct
40 ActionWanted () : in ActionWanted() argument
48 Continue() in Continue()
55 StepOver (lldb::SBThread t) in StepOver()
62 StepOut (lldb::SBThread t) in StepOut()
69 Relaunch (lldb::SBLaunchInfo l) in Relaunch()
100 TestStep (int counter, ActionWanted &next_action) = 0; argument