Home
last modified time | relevance | path

Searched refs:hitCondition (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lldb/tools/lldb-vscode/
DBreakpointBase.cpp16 hitCondition(std::string(GetString(obj, "hitCondition"))), in BreakpointBase()
23 if (llvm::to_integer(hitCondition, hitCount)) in SetHitCondition()
32 if (hitCondition != request_bp.hitCondition) { in UpdateBreakpoint()
33 hitCondition = request_bp.hitCondition; in UpdateBreakpoint()
DBreakpointBase.h25 std::string hitCondition; member
DFunctionBreakpoint.cpp26 if (!hitCondition.empty()) in SetBreakpoint()
DSourceBreakpoint.cpp25 if (!hitCondition.empty()) in SetBreakpoint()
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
Dlldbvscode_testcase.py26 hitCondition=None): argument
31 source_path, lines, condition=condition, hitCondition=hitCondition)
41 hitCondition=None): argument
47 functions, condition=condition, hitCondition=hitCondition)
Dvscode.py729 hitCondition=None): argument
746 if hitCondition is not None:
747 bp['hitCondition'] = hitCondition
768 hitCondition=None): argument
774 if hitCondition is not None:
775 bp['hitCondition'] = hitCondition
/external/llvm-project/lldb/test/API/tools/lldb-vscode/breakpoint/
DTestVSCode_setFunctionBreakpoints.py144 hitCondition="2")
DTestVSCode_setBreakpoints.py305 hitCondition="2")