Searched refs:PlatformDarwin (Results 1 – 13 of 13) sorted by relevance
/external/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformDarwin.cpp | 38 PlatformDarwin::PlatformDarwin (bool is_host) : in PlatformDarwin() function in PlatformDarwin 51 PlatformDarwin::~PlatformDarwin() in ~PlatformDarwin() 56 PlatformDarwin::LocateExecutableScriptingResources (Target *target, in LocateExecutableScriptingResources() 126 PlatformDarwin::ResolveExecutable (const FileSpec &exe_file, in ResolveExecutable() 245 PlatformDarwin::ResolveSymbolFile (Target &target, in ResolveSymbolFile() 274 PlatformDarwin::GetSharedModule (const ModuleSpec &module_spec, in GetSharedModule() 373 PlatformDarwin::GetSoftwareBreakpointTrapOpcode (Target &target, BreakpointSite *bp_site) in GetSoftwareBreakpointTrapOpcode() 440 PlatformDarwin::GetRemoteOSVersion () in GetRemoteOSVersion() 450 PlatformDarwin::GetRemoteOSBuildString (std::string &s) in GetRemoteOSBuildString() 459 PlatformDarwin::GetRemoteOSKernelDescription (std::string &s) in GetRemoteOSKernelDescription() [all …]
|
D | PlatformDarwin.h | 19 class PlatformDarwin : public lldb_private::Platform 22 PlatformDarwin (bool is_host); 25 ~PlatformDarwin(); 128 DISALLOW_COPY_AND_ASSIGN (PlatformDarwin);
|
D | CMakeLists.txt | 4 PlatformDarwin.cpp
|
D | Android.mk | 12 PlatformDarwin.cpp \
|
D | PlatformMacOSX.h | 19 class PlatformMacOSX : public PlatformDarwin
|
D | PlatformiOSSimulator.h | 19 class PlatformiOSSimulator : public PlatformDarwin
|
D | PlatformMacOSX.cpp | 146 PlatformDarwin (is_host) in PlatformMacOSX()
|
D | PlatformRemoteiOS.h | 21 class PlatformRemoteiOS : public PlatformDarwin
|
D | PlatformDarwinKernel.h | 26 class PlatformDarwinKernel : public PlatformDarwin
|
D | PlatformDarwinKernel.cpp | 250 PlatformDarwin (false), // This is a remote platform in PlatformDarwinKernel() 617 …return PlatformDarwin::GetSharedModule (module_spec, module_sp, module_search_paths_ptr, old_modul… in GetSharedModule()
|
D | PlatformiOSSimulator.cpp | 145 PlatformDarwin (true), in PlatformiOSSimulator()
|
D | PlatformRemoteiOS.cpp | 169 PlatformDarwin (false), // This is a remote platform in PlatformRemoteiOS()
|
/external/lldb/lldb.xcodeproj/ |
D | project.pbxproj | 421 …4D133A6305004E4240 /* PlatformDarwin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2697A54B13… 1049 …004E4240 /* PlatformDarwin.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 1050 …305004E4240 /* PlatformDarwin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 3168 2697A54B133A6305004E4240 /* PlatformDarwin.cpp */, 3169 2697A54C133A6305004E4240 /* PlatformDarwin.h */, 4186 2697A54D133A6305004E4240 /* PlatformDarwin.cpp in Sources */,
|