Searched refs:GetStopReasonDataCount (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/lldb/test/API/functionalities/postmortem/netbsd-core/ |
D | TestNetBSDCore.py | 156 self.assertEqual(thread.GetStopReasonDataCount(), 1) 182 self.assertEqual(thread.GetStopReasonDataCount(), 1) 190 self.assertEqual(thread.GetStopReasonDataCount(), 1) 214 self.assertEqual(thread.GetStopReasonDataCount(), 1) 222 self.assertEqual(thread.GetStopReasonDataCount(), 1)
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBThreadPlan.i | 56 See also GetStopReasonDataAtIndex().") GetStopReasonDataCount; 58 GetStopReasonDataCount();
|
D | SBThread.i | 87 See also GetStopReasonDataAtIndex().") GetStopReasonDataCount; 89 GetStopReasonDataCount();
|
/external/llvm-project/lldb/test/API/functionalities/signal/raise/ |
D | TestRaise.py | 95 thread.GetStopReasonDataCount() >= 1, 149 thread.GetStopReasonDataCount() >= 1,
|
/external/llvm-project/lldb/test/API/python_api/default-constructor/ |
D | sb_thread.py | 10 obj.GetStopReasonDataCount()
|
/external/llvm-project/lldb/test/API/functionalities/signal/handle-segv/ |
D | TestHandleSegv.py | 39 thread.GetStopReasonDataCount() >= 1,
|
/external/llvm-project/lldb/test/API/functionalities/signal/handle-abrt/ |
D | TestHandleAbort.py | 43 thread.GetStopReasonDataCount() >= 1,
|
/external/llvm-project/lldb/source/API/ |
D | SBThreadPlan.cpp | 123 size_t SBThreadPlan::GetStopReasonDataCount() { in GetStopReasonDataCount() function in SBThreadPlan 124 LLDB_RECORD_METHOD_NO_ARGS(size_t, SBThreadPlan, GetStopReasonDataCount); in GetStopReasonDataCount() 473 LLDB_REGISTER_METHOD(size_t, SBThreadPlan, GetStopReasonDataCount, ()); in RegisterMethods()
|
D | SBThread.cpp | 155 size_t SBThread::GetStopReasonDataCount() { in GetStopReasonDataCount() function in SBThread 156 LLDB_RECORD_METHOD_NO_ARGS(size_t, SBThread, GetStopReasonDataCount); in GetStopReasonDataCount() 1367 LLDB_REGISTER_METHOD(size_t, SBThread, GetStopReasonDataCount, ()); in RegisterMethods()
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBThreadPlan.h | 46 size_t GetStopReasonDataCount();
|
D | SBThread.h | 52 size_t GetStopReasonDataCount();
|
/external/llvm-project/lldb/test/API/functionalities/signal/ |
D | TestSendSignal.py | 93 thread.GetStopReasonDataCount() >= 1,
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/ |
D | lldbinline.py | 128 for i in range(0, thread.GetStopReasonDataCount(), 2):
|
/external/llvm-project/lldb/tools/lldb-vscode/ |
D | VSCode.cpp | 246 const auto num = thread.GetStopReasonDataCount(); in GetExceptionBPFromStopReason()
|