Searched refs:GetStopReasonDataCount (Results 1 – 16 of 16) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/netbsd-core/ |
| H A D | TestNetBSDCore.py | 154 self.assertEqual(thread.GetStopReasonDataCount(), 1) 178 self.assertEqual(thread.GetStopReasonDataCount(), 1) 186 self.assertEqual(thread.GetStopReasonDataCount(), 1) 208 self.assertEqual(thread.GetStopReasonDataCount(), 1) 216 self.assertEqual(thread.GetStopReasonDataCount(), 1)
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBThreadPlan.i | 56 See also GetStopReasonDataAtIndex().") GetStopReasonDataCount; 58 GetStopReasonDataCount();
|
| H A D | SBThread.i | 87 See also GetStopReasonDataAtIndex().") GetStopReasonDataCount; 89 GetStopReasonDataCount();
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/signal/raise/ |
| H A D | TestRaise.py | 89 thread.GetStopReasonDataCount() >= 1, 142 thread.GetStopReasonDataCount() >= 1,
|
| /llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/ |
| H A D | sb_thread.py | 10 obj.GetStopReasonDataCount()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/signal/handle-segv/ |
| H A D | TestHandleSegv.py | 37 thread.GetStopReasonDataCount() >= 1,
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/signal/handle-abrt/ |
| H A D | TestHandleAbort.py | 41 thread.GetStopReasonDataCount() >= 1,
|
| /llvm-project-15.0.7/lldb/test/API/linux/aarch64/unwind_signal/ |
| H A D | TestUnwindSignal.py | 38 thread.GetStopReasonDataCount() >= 1,
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBThreadPlan.h | 44 size_t GetStopReasonDataCount();
|
| H A D | SBThread.h | 52 size_t GetStopReasonDataCount();
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/signal/ |
| H A D | TestSendSignal.py | 90 thread.GetStopReasonDataCount() >= 1,
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbinline.py | 131 for i in range(0, thread.GetStopReasonDataCount(), 2):
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBThreadPlan.cpp | 118 size_t SBThreadPlan::GetStopReasonDataCount() { in GetStopReasonDataCount() function in SBThreadPlan
|
| H A D | SBThread.cpp | 153 size_t SBThread::GetStopReasonDataCount() { in GetStopReasonDataCount() function in SBThread
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/lldb/ |
| H A D | LLDB.py | 154 for i in range(0, self._thread.GetStopReasonDataCount(), 2):
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | VSCode.cpp | 347 const auto num = thread.GetStopReasonDataCount(); in GetExceptionBPFromStopReason()
|