| /freebsd-12-stable/contrib/llvm-project/lldb/source/Target/ |
| D | StopInfo.cpp | 30 StopInfo::StopInfo(Thread &thread, uint64_t value) in StopInfo() function in StopInfo 37 bool StopInfo::IsValid() const { in IsValid() 44 void StopInfo::MakeStopInfoValid() { in MakeStopInfoValid() 52 bool StopInfo::HasTargetRunSinceMe() { in HasTargetRunSinceMe() 84 class StopInfoBreakpoint : public StopInfo { 87 : StopInfo(thread, break_id), m_should_stop(false), in StopInfoBreakpoint() 95 : StopInfo(thread, break_id), m_should_stop(should_stop), in StopInfoBreakpoint() 612 class StopInfoWatchpoint : public StopInfo { 660 : StopInfo(thread, watch_id), m_should_stop(false), in StopInfoWatchpoint() 943 class StopInfoUnixSignal : public StopInfo { [all …]
|
| D | InstrumentationRuntimeStopInfo.cpp | 21 : StopInfo(thread, 0) { in InstrumentationRuntimeStopInfo()
|
| D | ThreadPlanStepInRange.cpp | 476 SetStopInfo(StopInfo::CreateStopReasonToTrace(thread)); in DoWillResume()
|
| D | Thread.cpp | 358 return StopInfo::CreateStopReasonWithPlan( in GetStopInfo() 472 StopInfo::CreateStopReasonWithSignal(*this, LLDB_INVALID_SIGNAL_NUMBER)); in SetStopInfoToNothing() 691 StopInfo *stop_info = GetPrivateStopInfo().get(); in ShouldResume()
|
| D | Process.cpp | 891 ValueObjectSP valobj_sp = StopInfo::GetCrashingDereference( in HandleProcessStateChangedEvent()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/ |
| D | StopInfo.h | 20 class StopInfo { 26 StopInfo(Thread &thread, uint64_t value); 28 virtual ~StopInfo() = default; 189 StopInfo(const StopInfo &) = delete; 190 const StopInfo &operator=(const StopInfo &) = delete;
|
| D | InstrumentationRuntimeStopInfo.h | 19 class InstrumentationRuntimeStopInfo : public StopInfo {
|
| D | Process.h | 350 friend class StopInfo; variable
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| D | StopInfoMachException.cpp | 311 return StopInfo::CreateStopReasonWithWatchpointID(thread, wp_sp->GetID()); in GetStopInfoForHardwareBP() 327 return StopInfo::CreateStopReasonWithBreakpointSiteID(thread, in GetStopInfoForHardwareBP() 367 return StopInfo::CreateStopReasonWithExec(thread); in CreateStopReasonWithMachException() 371 return StopInfo::CreateStopReasonWithSignal(thread, exc_sub_code); in CreateStopReasonWithMachException() 426 return StopInfo::CreateStopReasonWithWatchpointID(thread, in CreateStopReasonWithMachException() 469 return StopInfo::CreateStopReasonWithWatchpointID(thread, in CreateStopReasonWithMachException() 475 return StopInfo::CreateStopReasonToTrace(thread); in CreateStopReasonWithMachException() 514 return StopInfo::CreateStopReasonWithBreakpointSiteID( in CreateStopReasonWithMachException() 517 return StopInfo::CreateStopReasonToTrace(thread); in CreateStopReasonWithMachException() 525 return StopInfo::CreateStopReasonToTrace(thread); in CreateStopReasonWithMachException()
|
| D | StopInfoMachException.h | 18 class StopInfoMachException : public StopInfo { 24 : StopInfo(thread, exc_type), m_exc_data_count(exc_data_count), in StopInfoMachException()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| D | ProcessGDBRemote.cpp | 1839 StopInfo::CreateStopReasonWithBreakpointSiteID( in SetThreadStopInfo() 1843 StopInfo::CreateStopReasonToTrace(*thread_sp)); in SetThreadStopInfo() 1859 StopInfo::CreateStopReasonWithBreakpointSiteID( in SetThreadStopInfo() 1896 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithWatchpointID( in SetThreadStopInfo() 1900 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithException( in SetThreadStopInfo() 1906 StopInfo::CreateStopReasonWithExec(*thread_sp)); in SetThreadStopInfo() 1909 thread_sp->SetStopInfo(StopInfo::CreateStopReasonProcessorTrace( in SetThreadStopInfo() 1925 StopInfo::CreateStopReasonWithBreakpointSiteID( in SetThreadStopInfo() 1952 StopInfo::CreateStopReasonWithBreakpointSiteID( in SetThreadStopInfo() 1965 StopInfo::CreateStopReasonToTrace(*thread_sp)); in SetThreadStopInfo() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/ |
| D | lldb-forward.h | 193 class StopInfo; variable 413 typedef std::shared_ptr<lldb_private::StopInfo> StopInfoSP;
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
| D | ThreadElfCore.cpp | 232 SetStopInfo(StopInfo::CreateStopReasonWithSignal(*this, m_signo)); in CalculateStopInfo()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| D | ProcessMinidump.cpp | 349 stop_info = StopInfo::CreateStopReasonWithSignal( in RefreshStateAfterStop() 365 stop_info = StopInfo::CreateStopReasonWithException( in RefreshStateAfterStop()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/ |
| D | CommandObjectFrame.cpp | 157 valobj_sp = StopInfo::GetCrashingDereference(stop_info_sp); in DoExecute()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Core/ |
| D | FormatEntity.cpp | 1296 StopInfo::GetReturnValueObject(stop_info_sp); in Format() 1313 StopInfo::GetExpressionVariable(stop_info_sp); in Format()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/API/ |
| D | SBThread.cpp | 371 return_valobj_sp = StopInfo::GetReturnValueObject(stop_info_sp); in GetStopReturnValue()
|
| /freebsd-12-stable/lib/clang/liblldb/ |
| D | Makefile | 601 SRCS+= Target/StopInfo.cpp
|