| /llvm-project-15.0.7/lldb/unittests/ObjectFile/PECOFF/ |
| H A D | TestPECallFrameInfo.cpp | 209 UnwindPlan plan(eRegisterKindLLDB); in TEST_F() local 210 GetUnwindPlan(0x1001080, plan); in TEST_F() 211 EXPECT_EQ(plan.GetRowCount(), 7); in TEST_F() 218 EXPECT_EQ(*plan.GetRowAtIndex(0), row); in TEST_F() 223 EXPECT_EQ(*plan.GetRowAtIndex(1), row); in TEST_F() 251 UnwindPlan plan(eRegisterKindLLDB); in TEST_F() local 252 GetUnwindPlan(0x1001180, plan); in TEST_F() 253 EXPECT_EQ(plan.GetRowCount(), 2); in TEST_F() 273 UnwindPlan plan(eRegisterKindLLDB); in TEST_F() local 274 GetUnwindPlan(0x1001280, plan); in TEST_F() [all …]
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBThreadPlan.cpp | 248 return plan; in QueueThreadPlanForStepOverRange() 279 SBThreadPlan plan = in QueueThreadPlanForStepInRange() local 288 return plan; in QueueThreadPlanForStepInRange() 314 SBThreadPlan plan = in QueueThreadPlanForStepOut() local 324 return plan; in QueueThreadPlanForStepOut() 348 SBThreadPlan plan = in QueueThreadPlanForRunToAddress() local 357 return plan; in QueueThreadPlanForRunToAddress() 379 SBThreadPlan plan = in QueueThreadPlanForStepScripted() local 388 return plan; in QueueThreadPlanForStepScripted() 403 SBThreadPlan plan = in QueueThreadPlanForStepScripted() local [all …]
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | ThreadPlanStack.cpp | 25 plan->GetDescription(&s, desc_level); in PrintPlanElement() 64 for (auto plan : stack) { in PrintOneStack() local 65 if (!plan->GetPrivate()) { in PrintOneStack() 76 for (auto plan : stack) { in PrintOneStack() local 109 for (ThreadPlanSP plan : m_plans) in ThreadDestroyed() local 110 plan->ThreadDestroyed(); in ThreadDestroyed() 113 plan->ThreadDestroyed(); in ThreadDestroyed() 116 plan->ThreadDestroyed(); in ThreadDestroyed() 332 for (auto plan : m_completed_plans) { in IsPlanDone() local 333 if (plan.get() == in_plan) in IsPlanDone() [all …]
|
| H A D | Thread.cpp | 1133 bool Thread::IsThreadPlanDone(ThreadPlan *plan) const { in IsThreadPlanDone() 1134 return GetPlans().IsPlanDone(plan); in IsThreadPlanDone() 1137 bool Thread::WasThreadPlanDiscarded(ThreadPlan *plan) const { in WasThreadPlanDiscarded() 1138 return GetPlans().WasPlanDiscarded(plan); in WasThreadPlanDiscarded()
|
| /llvm-project-15.0.7/lldb/unittests/Symbol/ |
| H A D | TestDWARFCallFrameInfo.cpp | 239 UnwindPlan plan(eRegisterKindGeneric); in TestBasic() local 240 ASSERT_TRUE(cfi.GetUnwindPlan(sym->GetAddress(), plan)); in TestBasic() 241 ASSERT_EQ(3, plan.GetRowCount()); in TestBasic() 242 EXPECT_EQ(GetExpectedRow0(), *plan.GetRowAtIndex(0)); in TestBasic() 243 EXPECT_EQ(GetExpectedRow1(), *plan.GetRowAtIndex(1)); in TestBasic() 244 EXPECT_EQ(GetExpectedRow2(), *plan.GetRowAtIndex(2)); in TestBasic()
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | ThreadPlanStack.h | 82 bool IsPlanDone(ThreadPlan *plan) const; 84 bool WasPlanDiscarded(ThreadPlan *plan) const; 161 for (auto &plan : m_plans_list) in Clear() 162 plan.second.ThreadDestroyed(nullptr); in Clear()
|
| H A D | Thread.h | 986 bool IsThreadPlanDone(ThreadPlan *plan) const; 997 bool WasThreadPlanDiscarded(ThreadPlan *plan) const; 1214 ThreadPlan *GetPreviousPlan(ThreadPlan *plan) const;
|
| H A D | StopInfo.h | 123 CreateStopReasonWithPlan(lldb::ThreadPlanSP &plan,
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/thread_plan/ |
| H A D | wrap_step_over.py | 5 self.plan = thread_plan 21 self.plan.SetPlanComplete(True)
|
| /llvm-project-15.0.7/lldb/unittests/UnwindAssembly/x86/ |
| H A D | Testx86AssemblyInspectionEngine.cpp | 2511 UnwindPlan plan(eRegisterKindLLDB); in TEST_F() local 2520 EXPECT_EQ(esp_plus_4, plan.GetRowForFunctionOffset(0)->GetCFAValue()); in TEST_F() 2521 EXPECT_EQ(esp_plus_8, plan.GetRowForFunctionOffset(1)->GetCFAValue()); in TEST_F() 2523 EXPECT_EQ(ebp_plus_8, plan.GetRowForFunctionOffset(i)->GetCFAValue()) in TEST_F() 2545 UnwindPlan plan(eRegisterKindLLDB); in TEST_F() local 2554 EXPECT_EQ(rsp_plus_8, plan.GetRowForFunctionOffset(0)->GetCFAValue()); in TEST_F() 2555 EXPECT_EQ(rsp_plus_16, plan.GetRowForFunctionOffset(1)->GetCFAValue()); in TEST_F() 2584 UnwindPlan plan(eRegisterKindLLDB); in TEST_F() local 2598 EXPECT_EQ(esp_plus_4, plan.GetRowForFunctionOffset(0)->GetCFAValue()); in TEST_F() 2599 EXPECT_EQ(esp_plus_8, plan.GetRowForFunctionOffset(1)->GetCFAValue()); in TEST_F() [all …]
|
| /llvm-project-15.0.7/clang/test/PCH/ |
| H A D | field-designator.c | 31 static const struct U plan = { .e = 1 }; in bar() local
|
| /llvm-project-15.0.7/lldb/test/Shell/Unwind/ |
| H A D | unwind-plan-dwarf-dump.test | 3 # RUN: %clang_host %p/Inputs/unwind-plan-dwarf-dump.s -o %t
|
| H A D | prefer-debug-over-eh-frame.test | 3 # single function. However, in theory the debug_frame plan can be more complete,
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/PowerPC/ |
| H A D | reg-usage.ll | 11 ; CHECK-PWR8: Executing best plan with VF=16, UF=4 13 ; CHECK-PWR9: Executing best plan with VF=8, UF=8 49 ; CHECK: Executing best plan with VF=16, UF=4 82 ; CHECK: Executing best plan with VF=2, UF=12 110 ; CHECK: Executing best plan with VF=1, UF=12
|
| /llvm-project-15.0.7/llvm/tools/llvm-symbolizer/ |
| H A D | CMakeLists.txt | 1 # FIXME: As we plan to execute llvm-symbolizer binary from compiler-rt
|
| /llvm-project-15.0.7/llvm/test/MC/M68k/ |
| H A D | instructions.s | 5 ; The current migration plan is to consolidate all of the encoding tests in this
|
| /llvm-project-15.0.7/libc/docs/ |
| H A D | runtimes_build.rst | 33 We plan to enhance the runtimes build of LLVM libc to include ABI sensitive
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/Breakpad/ |
| H A D | unwind-via-raSearch.test | 8 # First check that unwind plan generation works correctly.
|
| H A D | stack-cfi-parsing.test | 45 # Finally, try an unwind plan with just a single row
|
| H A D | unwind-via-stack-win.test | 8 # First check that unwind plan generation works correctly.
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | LibFormat.rst | 78 In the future, we plan on making this configurable.
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | StackSafetyAnalysis.rst | 18 extended to track other variable properties. E.g. we plan to extend
|
| /llvm-project-15.0.7/lldb/docs/use/ |
| H A D | python-reference.rst | 432 works as a thread plan, and responds to the requests the state machine makes to 453 …hreadPlan`| This is the underlying `SBThreadPlan` that is pushed onto the plan stack. | 459 | ``is_stale`` | ``None`` | If your plan is no longer relevant (for … 461 … | pushed that frame off the stack) return True and your plan will … 467 | ``should_stop`` | ``event``: `lldb.SBEvent` | If your plan wants to stop and return co… 468 | | | If your plan is done at this point, call… 469 | | | thread plan instance. … 484 subsidiary plan is done, or the process stops for an event the subsidiary plan
|
| /llvm-project-15.0.7/libcxx/docs/DesignDocs/ |
| H A D | UnspecifiedBehaviorRandomization.rst | 65 stability of sorting and selection algorithms. As we also plan on updating
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationPlanner.h | 299 Optional<VectorizationFactor> plan(ElementCount UserVF, unsigned UserIC);
|