/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | SystemRuntime.cpp | 17 SystemRuntime *SystemRuntime::FindPlugin(Process *process) { in FindPlugin() 23 std::unique_ptr<SystemRuntime> instance_up(create_callback(process)); in FindPlugin() 30 SystemRuntime::SystemRuntime(Process *process) : Runtime(process), m_types() {} in SystemRuntime() function in SystemRuntime 32 SystemRuntime::~SystemRuntime() = default; 34 void SystemRuntime::DidAttach() {} in DidAttach() 36 void SystemRuntime::DidLaunch() {} in DidLaunch() 38 void SystemRuntime::Detach() {} in Detach() 40 void SystemRuntime::ModulesDidLoad(const ModuleList &module_list) {} in ModulesDidLoad() 42 const std::vector<ConstString> &SystemRuntime::GetExtendedBacktraceTypes() { in GetExtendedBacktraceTypes() 46 ThreadSP SystemRuntime::GetExtendedBacktraceThread(ThreadSP thread, in GetExtendedBacktraceThread()
|
H A D | QueueItem.cpp | 100 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in FetchEntireItem()
|
H A D | Process.cpp | 2776 SystemRuntime *system_runtime = GetSystemRuntime(); in LaunchPrivate() 2814 SystemRuntime *system_runtime = GetSystemRuntime(); in LoadCore() 2867 SystemRuntime *Process::GetSystemRuntime() { in GetSystemRuntime() 2869 m_system_runtime_up.reset(SystemRuntime::FindPlugin(this)); in GetSystemRuntime() 3173 SystemRuntime *system_runtime = GetSystemRuntime(); in CompleteAttach() 6021 SystemRuntime *sys_runtime = GetSystemRuntime(); in ModulesDidLoad()
|
H A D | Thread.cpp | 1673 SystemRuntime *runtime = process->GetSystemRuntime(); in SafeToCallFunctions()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | SystemRuntime.h | 43 class SystemRuntime : public Runtime, public PluginInterface { 53 static SystemRuntime *FindPlugin(Process *process); 56 SystemRuntime(Process *process); 62 ~SystemRuntime() override; 301 SystemRuntime(const SystemRuntime &) = delete; 302 const SystemRuntime &operator=(const SystemRuntime &) = delete;
|
H A D | ProcessTrace.h | 42 SystemRuntime *GetSystemRuntime() override { return nullptr; } in GetSystemRuntime()
|
H A D | Process.h | 756 virtual SystemRuntime *GetSystemRuntime();
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ThreadGDBRemote.cpp | 108 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueName() 138 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueKind() 162 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueID() 189 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueLibdispatchQueueAddress()
|
H A D | ProcessGDBRemote.cpp | 3883 SystemRuntime *runtime = GetSystemRuntime(); in GetExtendedInfoForThread()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | LLDBLog.cpp | 56 {{"system-runtime"}, {"log system runtime events"}, LLDBLog::SystemRuntime},
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | LLDBLog.h | 43 SystemRuntime = Log::ChannelFlag<24>, enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
H A D | ProcessMinidump.h | 60 SystemRuntime *GetSystemRuntime() override { return nullptr; } in GetSystemRuntime()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-private-interfaces.h | 77 typedef SystemRuntime *(*SystemRuntimeCreateInstance)(Process *process);
|
H A D | lldb-forward.h | 232 class SystemRuntime; variable 364 typedef std::unique_ptr<lldb_private::SystemRuntime> SystemRuntimeUP;
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBProcess.cpp | 1166 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetNumExtendedBacktraceTypes() 1177 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetExtendedBacktraceTypeAtIndex()
|
H A D | SBThread.cpp | 1277 SystemRuntime *runtime = process->GetSystemRuntime(); in GetExtendedBacktraceThread()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | PluginManager.cpp | 589 #pragma mark SystemRuntime
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectThread.cpp | 188 SystemRuntime *runtime = thread->GetProcess()->GetSystemRuntime(); in DoExtendedBacktrace()
|
/freebsd/lib/clang/liblldb/ |
H A D | Makefile | 661 SRCS+= Target/SystemRuntime.cpp
|
/freebsd/contrib/llvm-project/ |
H A D | FREEBSD-Xlist | 476 lldb/source/Plugins/SystemRuntime/
|