Home
last modified time | relevance | path

Searched refs:PlatformLinux (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp40 LLDB_PLUGIN_DEFINE(PlatformLinux)
73 return PlatformSP(new PlatformLinux(false)); in CreateInstance()
84 void PlatformLinux::Initialize() { in Initialize()
94 PlatformLinux::GetPluginNameStatic(false), in Initialize()
95 PlatformLinux::GetPluginDescriptionStatic(false), in Initialize()
96 PlatformLinux::CreateInstance, nullptr); in Initialize()
100 void PlatformLinux::Terminate() { in Terminate()
111 PlatformLinux::PlatformLinux(bool is_host) in PlatformLinux() function in PlatformLinux
138 void PlatformLinux::GetStatus(Stream &strm) { in GetStatus()
193 bool PlatformLinux::CanDebugProcess() { in CanDebugProcess()
[all …]
H A DPlatformLinux.h18 class PlatformLinux : public PlatformPOSIX {
20 PlatformLinux(bool is_host);
H A DCMakeLists.txt2 PlatformLinux.cpp
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Lua/
H A DScriptInterpreterTests.cpp32 platform_linux::PlatformLinux::Initialize(); in SetUp()
35 platform_linux::PlatformLinux::CreateInstance(true, &arch)); in SetUp()
38 platform_linux::PlatformLinux::Terminate(); in TearDown()
/llvm-project-15.0.7/lldb/unittests/Target/
H A DExecutionContextTest.cpp38 platform_linux::PlatformLinux::Initialize(); in SetUp()
41 platform_linux::PlatformLinux::Terminate(); in TearDown()
78 platform_linux::PlatformLinux::CreateInstance(true, &arch)); in TEST_F()
100 platform_linux::PlatformLinux::CreateInstance(true, &arch)); in TEST_F()
H A DStackFrameRecognizerTest.cpp35 platform_linux::PlatformLinux::Initialize(); in SetUp()
38 platform_linux::PlatformLinux::CreateInstance(true, &arch)); in SetUp()
42 platform_linux::PlatformLinux::Terminate(); in TearDown()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp36 PlatformLinux::Initialize(); in Initialize()
58 PlatformLinux::Terminate(); in Terminate()
131 : PlatformLinux(is_host), m_sdk_version(0) {} in PlatformAndroid()
157 auto error = PlatformLinux::ConnectRemote(args); in ConnectRemote()
172 return PlatformLinux::GetFile(source, destination); in GetFile()
215 return PlatformLinux::PutFile(source, destination, uid, gid); in PutFile()
243 Status error = PlatformLinux::DisconnectRemote(); in DisconnectRemote()
H A DPlatformAndroid.h22 class PlatformAndroid : public platform_linux::PlatformLinux {
/llvm-project-15.0.7/lldb/unittests/Thread/
H A DThreadTest.cpp31 platform_linux::PlatformLinux::Initialize(); in SetUp()
34 platform_linux::PlatformLinux::Terminate(); in TearDown()
97 platform_linux::PlatformLinux::CreateInstance(true, &arch)); in TEST_F()
132 platform_linux::PlatformLinux::CreateInstance(true, &arch)); in TEST_F()
/llvm-project-15.0.7/lldb/unittests/Platform/
H A DPlatformSiginfoTest.cpp43 platform_linux::PlatformLinux::Initialize(); in SetUp()
49 platform_linux::PlatformLinux::Terminate(); in TearDown()
91 platform_sp = platform_linux::PlatformLinux::CreateInstance(true, &arch); in InitializeSiginfo()
/llvm-project-15.0.7/lldb/unittests/Expression/
H A DDWARFExpressionTest.cpp84 platform_linux::PlatformLinux::Initialize(); in SetUp()
87 platform_linux::PlatformLinux::Terminate(); in TearDown()
355 platform_linux::PlatformLinux::CreateInstance(true, &arch)); in TEST_F()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/Linux/
H A DBUILD.gn18 sources = [ "PlatformLinux.cpp" ]
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/
H A DBUILD.gn117 "PlatformLinux",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4251 lldb/source/Plugins/Platform/Linux/PlatformLinux.h