Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBUnixSignals.cpp28 : m_opaque_wp(process_sp ? process_sp->GetUnixSignals() : nullptr) {} in SBUnixSignals()
31 : m_opaque_wp(platform_sp ? platform_sp->GetUnixSignals() : nullptr) {} in SBUnixSignals()
HDSBPlatform.cpp680 SBUnixSignals SBPlatform::GetUnixSignals() const { in GetUnixSignals() function in SBPlatform
HDSBProcess.cpp668 SBUnixSignals SBProcess::GetUnixSignals() { in GetUnixSignals() function in SBProcess
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDStopInfo.cpp1062 return thread_sp->GetProcess()->GetUnixSignals()->GetShouldStop(m_value); in ShouldStopSynchronous()
1069 return thread_sp->GetProcess()->GetUnixSignals()->GetShouldStop(m_value); in ShouldStop()
1078 thread_sp->GetProcess()->GetUnixSignals()->GetShouldNotify(m_value); in DoShouldNotify()
1083 thread_sp->GetProcess()->GetUnixSignals()->GetSignalAsStringRef( in DoShouldNotify()
1096 if (!thread_sp->GetProcess()->GetUnixSignals()->GetShouldSuppress( in WillResume()
1106 UnixSignalsSP unix_signals = thread_sp->GetProcess()->GetUnixSignals(); in GetDescription()
1389 thread.GetProcess()->GetUnixSignals()->IncrementSignalHitCount(signo); in CreateStopReasonWithSignal()
HDStatistics.cpp158 UnixSignalsSP unix_signals_sp = process_sp->GetUnixSignals(); in ToJSON()
HDProcess.cpp849 if (process_sp->GetUnixSignals()->GetShouldStop(signo)) in HandleProcessStateChangedEvent()
880 if (process_sp->GetUnixSignals()->GetShouldStop(signo)) { in HandleProcessStateChangedEvent()
1161 process_sp->GetUnixSignals()->GetSignalAsStringRef(signo); in SetProcessExitStatus()
3584 const lldb::UnixSignalsSP &Process::GetUnixSignals() { in GetUnixSignals() function in Process
HDPlatform.cpp1789 UnixSignalsSP Platform::GetUnixSignals() { in GetUnixSignals() function in Platform
HDTarget.cpp3644 signals_sp = process_sp->GetUnixSignals(); in ClearDummySignals()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDThreadGDBRemote.cpp254 if (gdb_process->GetUnixSignals()->SignalIsValid(signo)) in WillResume()
261 if (gdb_process->GetUnixSignals()->SignalIsValid(signo)) in WillResume()
HDProcessGDBRemote.cpp979 SetUnixSignals(platform_sp->GetUnixSignals()); in DidLaunchOrAttach()
3490 process_sp->GetUnixSignals()->GetSignalAsStringRef(signo); in MonitorDebugserverProcess()
3636 *this, *GetUnixSignals(), in AsyncThread()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBPlatform.h171 SBUnixSignals GetUnixSignals() const;
HDSBProcess.h173 lldb::SBUnixSignals GetUnixSignals();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectProcess.cpp1132 UnixSignalsSP signals = m_exe_ctx.GetProcessPtr()->GetUnixSignals(); in HandleArgumentCompletion()
1152 signo = process->GetUnixSignals()->GetSignalNumberFromName(signal_name); in DoExecute()
1651 signals_sp = process_sp->GetUnixSignals(); in DoExecute()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDPlatform.h646 lldb::UnixSignalsSP GetUnixSignals();
HDProcess.h939 const lldb::UnixSignalsSP &GetUnixSignals();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
HDProcessElfCore.cpp249 GetUnixSignals()->GetSignalNumberFromName("SIGSTOP"); in DoLoadCore()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp2521 UnixSignalsSP signals_sp = process_sp->GetUnixSignals(); in DidProcessStopAbnormally()
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp43268 result = ((lldb::SBPlatform const *)arg1)->GetUnixSignals(); in _wrap_SBPlatform_GetUnixSignals()
44871 result = (arg1)->GetUnixSignals(); in _wrap_SBProcess_GetUnixSignals()