Home
last modified time | relevance | path

Searched refs:GetUnixSignals (Results 1 – 18 of 18) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBUnixSignals.cpp28 : m_opaque_wp(process_sp ? process_sp->GetUnixSignals() : nullptr) {} in SBUnixSignals()
31 : m_opaque_wp(platform_sp ? platform_sp->GetUnixSignals() : nullptr) {} in SBUnixSignals()
H A DSBPlatform.cpp680 SBUnixSignals SBPlatform::GetUnixSignals() const { in GetUnixSignals() function in SBPlatform
H A DSBProcess.cpp668 SBUnixSignals SBProcess::GetUnixSignals() { in GetUnixSignals() function in SBProcess
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp1060 return thread_sp->GetProcess()->GetUnixSignals()->GetShouldStop(m_value); in ShouldStopSynchronous()
1067 return thread_sp->GetProcess()->GetUnixSignals()->GetShouldStop(m_value); in ShouldStop()
1076 thread_sp->GetProcess()->GetUnixSignals()->GetShouldNotify(m_value); in DoShouldNotify()
1081 thread_sp->GetProcess()->GetUnixSignals()->GetSignalAsStringRef( in DoShouldNotify()
1094 if (!thread_sp->GetProcess()->GetUnixSignals()->GetShouldSuppress( in WillResume()
1104 UnixSignalsSP unix_signals = thread_sp->GetProcess()->GetUnixSignals(); in GetDescription()
1387 thread.GetProcess()->GetUnixSignals()->IncrementSignalHitCount(signo); in CreateStopReasonWithSignal()
H A DStatistics.cpp144 UnixSignalsSP unix_signals_sp = process_sp->GetUnixSignals(); in ToJSON()
H A DProcess.cpp817 if (process_sp->GetUnixSignals()->GetShouldStop(signo)) in HandleProcessStateChangedEvent()
848 if (process_sp->GetUnixSignals()->GetShouldStop(signo)) { in HandleProcessStateChangedEvent()
1129 process_sp->GetUnixSignals()->GetSignalAsStringRef(signo); in SetProcessExitStatus()
3397 const lldb::UnixSignalsSP &Process::GetUnixSignals() { in GetUnixSignals() function in Process
H A DPlatform.cpp1837 UnixSignalsSP Platform::GetUnixSignals() { in GetUnixSignals() function in Platform
H A DTarget.cpp3656 signals_sp = process_sp->GetUnixSignals(); in ClearDummySignals()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp254 if (gdb_process->GetUnixSignals()->SignalIsValid(signo)) in WillResume()
261 if (gdb_process->GetUnixSignals()->SignalIsValid(signo)) in WillResume()
H A DProcessGDBRemote.cpp979 SetUnixSignals(platform_sp->GetUnixSignals()); in DidLaunchOrAttach()
3479 process_sp->GetUnixSignals()->GetSignalAsStringRef(signo); in MonitorDebugserverProcess()
3625 *this, *GetUnixSignals(), in AsyncThread()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h171 SBUnixSignals GetUnixSignals() const;
H A DSBProcess.h173 lldb::SBUnixSignals GetUnixSignals();
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1169 UnixSignalsSP signals = m_exe_ctx.GetProcessPtr()->GetUnixSignals(); in HandleArgumentCompletion()
1189 signo = process->GetUnixSignals()->GetSignalNumberFromName(signal_name); in DoExecute()
1706 signals_sp = process_sp->GetUnixSignals(); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h659 lldb::UnixSignalsSP GetUnixSignals();
H A DProcess.h935 const lldb::UnixSignalsSP &GetUnixSignals();
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp249 GetUnixSignals()->GetSignalNumberFromName("SIGSTOP"); in DoLoadCore()
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2508 UnixSignalsSP signals_sp = process_sp->GetUnixSignals(); in DidProcessStopAbnormally()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp41631 result = ((lldb::SBPlatform const *)arg1)->GetUnixSignals(); in _wrap_SBPlatform_GetUnixSignals()
43234 result = (arg1)->GetUnixSignals(); in _wrap_SBProcess_GetUnixSignals()