Searched refs:GetDisplayFunctionName (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/functionalities/tail_call_frames/thread_step_out_or_return/ |
| H A D | TestSteppingOutWithArtificialFrames.py | 63 self.assertEqual(frame2.GetDisplayFunctionName(), "func2()") 69 self.assertEqual(frame4.GetDisplayFunctionName(), "main") 83 self.assertEqual(frame2.GetDisplayFunctionName(), "func2()") 89 self.assertEqual(frame4.GetDisplayFunctionName(), "main")
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/signal/handle-abrt/ |
| H A D | TestHandleAbort.py | 55 self.assertEqual(frame.GetDisplayFunctionName(), "handler", "Unexpected break?") 60 if frame.GetDisplayFunctionName() == "abort_caller":
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/dyld-launch-linux/ |
| H A D | TestDyldLaunchLinux.py | 47 self.assertIn("main", thread.GetFrameAtIndex(0).GetDisplayFunctionName()) 52 self.assertIn("get_signal_crash", thread.GetFrameAtIndex(0).GetDisplayFunctionName())
|
| /llvm-project-15.0.7/lldb/test/API/linux/aarch64/unwind_signal/ |
| H A D | TestUnwindSignal.py | 52 self.assertEqual(frame.GetDisplayFunctionName(), "handler", "Unexpected break?") 57 if frame.GetDisplayFunctionName() == "sigill":
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/location-list-lookup/ |
| H A D | TestLocationListLookup.py | 35 if f.GetDisplayFunctionName() == "main":
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/tail_call_frames/cross_dso/ |
| H A D | TestCrossDSOTailCalls.py | 62 self.assertIn(name, frame.GetDisplayFunctionName())
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/tail_call_frames/cross_object/ |
| H A D | TestCrossObjectTailCalls.py | 57 self.assertIn(name, frame.GetDisplayFunctionName())
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/tail_call_frames/sbapi_support/ |
| H A D | TestTailCallFrameSBAPI.py | 63 self.assertIn(name, frame.GetDisplayFunctionName())
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/dyld-exec-linux/ |
| H A D | TestDyldExecLinux.py | 69 self.assertIn("main", thread.GetFrameAtIndex(0).GetDisplayFunctionName())
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBFrame.h | 79 const char *GetDisplayFunctionName();
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBFrame.i | 132 GetDisplayFunctionName ();
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBFrame.cpp | 1203 const char *SBFrame::GetDisplayFunctionName() { in GetDisplayFunctionName() function in SBFrame
|