Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBUnixSignals.cpp30 : m_opaque_wp(process_sp ? process_sp->GetUnixSignals() : nullptr) {} in SBUnixSignals()
33 : m_opaque_wp(platform_sp ? platform_sp->GetUnixSignals() : nullptr) {} in SBUnixSignals()
H A DSBPlatform.cpp683 SBUnixSignals SBPlatform::GetUnixSignals() const { in GetUnixSignals() function in SBPlatform
685 GetUnixSignals); in GetUnixSignals()
795 LLDB_REGISTER_METHOD_CONST(lldb::SBUnixSignals, SBPlatform, GetUnixSignals, in RegisterMethods()
H A DSBProcess.cpp686 SBUnixSignals SBProcess::GetUnixSignals() { in GetUnixSignals() function in SBProcess
687 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBUnixSignals, SBProcess, GetUnixSignals); in GetUnixSignals()
1400 LLDB_REGISTER_METHOD(lldb::SBUnixSignals, SBProcess, GetUnixSignals, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp957 return thread_sp->GetProcess()->GetUnixSignals()->GetShouldStop(m_value); in ShouldStopSynchronous()
964 return thread_sp->GetProcess()->GetUnixSignals()->GetShouldStop(m_value); in ShouldStop()
973 thread_sp->GetProcess()->GetUnixSignals()->GetShouldNotify(m_value); in DoShouldNotify()
978 thread_sp->GetProcess()->GetUnixSignals()->GetSignalAsCString( in DoShouldNotify()
991 if (!thread_sp->GetProcess()->GetUnixSignals()->GetShouldSuppress( in WillResume()
1003 thread_sp->GetProcess()->GetUnixSignals()->GetSignalAsCString( in GetDescription()
H A DProcess.cpp793 if (process_sp->GetUnixSignals()->GetShouldStop(signo)) in HandleProcessStateChangedEvent()
824 if (process_sp->GetUnixSignals()->GetShouldStop(signo)) { in HandleProcessStateChangedEvent()
1104 signal_cstr = process_sp->GetUnixSignals()->GetSignalAsCString(signo); in SetProcessExitStatus()
3308 const lldb::UnixSignalsSP &Process::GetUnixSignals() { in GetUnixSignals() function in Process
H A DPlatform.cpp1719 UnixSignalsSP Platform::GetUnixSignals() { in GetUnixSignals() function in Platform
/freebsd-13.1/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.cpp727 SetUnixSignals(platform_sp->GetUnixSignals()); in DoConnectRemote()
3597 process_sp->GetUnixSignals()->GetSignalAsCString(signo); in MonitorDebugserverProcess()
3792 *process, *process->GetUnixSignals(), in AsyncThread()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBPlatform.i208 GetUnixSignals();
H A DSBProcess.i230 GetUnixSignals();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h160 SBUnixSignals GetUnixSignals() const;
H A DSBProcess.h167 lldb::SBUnixSignals GetUnixSignals();
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1043 UnixSignalsSP signals = m_exe_ctx.GetProcessPtr()->GetUnixSignals(); in HandleArgumentCompletion()
1063 signo = process->GetUnixSignals()->GetSignalNumberFromName(signal_name); in DoExecute()
1566 UnixSignalsSP signals_sp = process_sp->GetUnixSignals(); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h659 lldb::UnixSignalsSP GetUnixSignals();
H A DProcess.h880 const lldb::UnixSignalsSP &GetUnixSignals();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp232 GetUnixSignals()->GetSignalNumberFromName("SIGSTOP"); in DoLoadCore()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2256 UnixSignalsSP signals_sp = process_sp->GetUnixSignals(); in DidProcessStopAbnormally()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp38431 result = (arg1)->GetUnixSignals(); in _wrap_SBPlatform_GetUnixSignals()
39873 result = (arg1)->GetUnixSignals(); in _wrap_SBProcess_GetUnixSignals()