Lines Matching +full:step +full:- +full:up
1 //===-- lldb-private-enumerations.h -----------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 #include "lldb/lldb-enumerations.h"
20 // Thread Step Types
23 eStepTypeTrace, ///< Single step one instruction.
24 eStepTypeTraceOver, ///< Single step one instruction, stepping over.
25 eStepTypeInto, ///< Single step into a specified context.
26 eStepTypeOver, ///< Single step over a specified context.
27 eStepTypeOut, ///< Single step out a specified context.
28 eStepTypeScripted ///< A step type implemented by the script interpreter.
60 // Votes - Need a tri-state, yes, no, no opinion...
61 enum Vote { eVoteNo = -1, eVoteNoOpinion = 0, eVoteYes = 1 };
103 // ([arg-type arg-value]), occurs exactly once
122 enum LazyBool { eLazyBoolCalculate = -1, eLazyBoolNo = 0, eLazyBoolYes = 1 };
149 eExecutionPolicyTopLevel // used for top-level code
165 eLanguageRuntimeDescriptionDisplayVerbosityFull, // print the full-blown
187 // re-edited
195 // Enumerations that can be used to specify scopes types when looking up types.
246 /// whether to continue iteration or short-circuit.
305 /// can watch up to pointer-size power-of-2 regions, aligned to
306 /// power-of-2.
309 /// Intel systems can watch 1, 2, 4, or 8 bytes (in 64-bit targets),
314 /// can watch any consecutive series of bytes up to the
315 /// size of a pointer (4 or 8 bytes), at a pointer-size
319 /// ARM systems with MASK watchpoints can watch any power-of-2
321 /// same power-of-2 alignment.