Home
last modified time | relevance | path

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

/freebsd/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.cpp677 SBUnixSignals SBPlatform::GetUnixSignals() const { in GetUnixSignals() function in SBPlatform
H A DSBProcess.cpp683 SBUnixSignals SBProcess::GetUnixSignals() { in GetUnixSignals() function in SBProcess
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp1083 return thread_sp->GetProcess()->GetUnixSignals()->GetShouldStop(m_value); in ShouldStopSynchronous()
1094 thread_sp->GetProcess()->GetUnixSignals()->GetShouldNotify(m_value); in DoShouldNotify()
1099 thread_sp->GetProcess()->GetUnixSignals()->GetSignalAsStringRef( in DoShouldNotify()
1112 if (!thread_sp->GetProcess()->GetUnixSignals()->GetShouldSuppress( in WillResume()
1122 UnixSignalsSP unix_signals = thread_sp->GetProcess()->GetUnixSignals(); in GetDescription()
1147 return thread_sp->GetProcess()->GetUnixSignals()->GetShouldStop(m_value); in IsShouldStopSignal()
1499 thread.GetProcess()->GetUnixSignals()->IncrementSignalHitCount(signo); in CreateStopReasonWithSignal()
H A DStatistics.cpp170 UnixSignalsSP unix_signals_sp = process_sp->GetUnixSignals(); in ToJSON()
H A DPlatform.cpp1798 UnixSignalsSP Platform::GetUnixSignals() { in GetUnixSignals() function in Platform
H A DProcess.cpp1107 process_sp->GetUnixSignals()->GetSignalAsStringRef(signo); in SetProcessExitStatus()
3599 const lldb::UnixSignalsSP &Process::GetUnixSignals() { in GetUnixSignals() function in Process
H A DTarget.cpp3800 signals_sp = process_sp->GetUnixSignals(); in ClearDummySignals()
/freebsd/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.cpp989 SetUnixSignals(platform_sp->GetUnixSignals()); in DidLaunchOrAttach()
3619 process_sp->GetUnixSignals()->GetSignalAsStringRef(signo); in MonitorDebugserverProcess()
3765 *this, *GetUnixSignals(), in AsyncThread()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h171 SBUnixSignals GetUnixSignals() const;
H A DSBProcess.h174 lldb::SBUnixSignals GetUnixSignals();
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1159 UnixSignalsSP signals = m_exe_ctx.GetProcessPtr()->GetUnixSignals(); in HandleArgumentCompletion()
1179 signo = process->GetUnixSignals()->GetSignalNumberFromName(signal_name); in DoExecute()
1713 signals_sp = process_sp->GetUnixSignals(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h708 lldb::UnixSignalsSP GetUnixSignals();
H A DProcess.h935 const lldb::UnixSignalsSP &GetUnixSignals();
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp249 GetUnixSignals()->GetSignalNumberFromName("SIGSTOP"); in DoLoadCore()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2675 UnixSignalsSP signals_sp = process_sp->GetUnixSignals(); in DidProcessStopAbnormally()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp44047 result = ((lldb::SBPlatform const *)arg1)->GetUnixSignals(); in _wrap_SBPlatform_GetUnixSignals()
45680 result = (arg1)->GetUnixSignals(); in _wrap_SBProcess_GetUnixSignals()