Lines Matching refs:lldb_private

19 class PlatformFreeBSD : public lldb_private::Platform
27 static lldb_private::Platform*
28 CreateInstance (bool force, const lldb_private::ArchSpec *arch);
36 static lldb_private::ConstString
51 // lldb_private::PluginInterface functions
53 virtual lldb_private::ConstString
72 // lldb_private::Platform functions
74 virtual lldb_private::Error
75 ResolveExecutable (const lldb_private::FileSpec &exe_file,
76 const lldb_private::ArchSpec &arch,
78 const lldb_private::FileSpecList *module_search_paths_ptr);
81 GetSoftwareBreakpointTrapOpcode (lldb_private::Target &target,
82 lldb_private::BreakpointSite *bp_site);
94 virtual lldb_private::ArchSpec
100 virtual lldb_private::Error
101 ConnectRemote (lldb_private::Args& args);
103 virtual lldb_private::Error
117 lldb_private::ProcessInstanceInfo &proc_info);
120 FindProcesses (const lldb_private::ProcessInstanceInfoMatch &match_info,
121 lldb_private::ProcessInstanceInfoList &process_infos);
123 virtual lldb_private::Error
124 LaunchProcess (lldb_private::ProcessLaunchInfo &launch_info);
127 Attach(lldb_private::ProcessAttachInfo &attach_info,
128 lldb_private::Debugger &debugger,
129 lldb_private::Target *target,
130 lldb_private::Listener &listener,
131 lldb_private::Error &error);
138 virtual lldb_private::Error
139 GetFile (const lldb_private::FileSpec &platform_file,
140 const lldb_private::UUID* uuid, lldb_private::FileSpec &local_file);
142 lldb_private::Error
143 GetSharedModule (const lldb_private::ModuleSpec &module_spec,
145 const lldb_private::FileSpecList *module_search_paths_ptr,
150 GetSupportedArchitectureAtIndex (uint32_t idx, lldb_private::ArchSpec &arch);
153 GetStatus (lldb_private::Stream &strm);