• Home
  • Raw
  • Download

Lines Matching refs:lldb

9 namespace lldb {
130 static lldb::SBDebugger
133 static lldb::SBDebugger
136 static lldb::SBDebugger
137 Create(bool source_init_files, lldb::LogOutputCallback log_callback, void *baton);
140 Destroy (lldb::SBDebugger &debugger);
147 SBDebugger(const lldb::SBDebugger &rhs);
196 lldb::FileSP GetInputFileHandle() { in GetInputFileHandle()
200 lldb::FileSP GetOutputFileHandle() { in GetOutputFileHandle()
204 lldb::FileSP GetErrorFileHandle() { in GetErrorFileHandle()
236 lldb::SBCommandInterpreter
242 lldb::SBListener
246 HandleProcessEvent (const lldb::SBProcess &process,
247 const lldb::SBEvent &event,
252 HandleProcessEvent (const lldb::SBProcess &process,
253 const lldb::SBEvent &event,
257 lldb::SBTarget
262 lldb::SBError& sb_error);
264 lldb::SBTarget
268 lldb::SBTarget
272 lldb::SBTarget
278 lldb::SBTarget GetDummyTarget();
284 DeleteTarget (lldb::SBTarget &target);
286 lldb::SBTarget
290 GetIndexOfTarget (lldb::SBTarget target);
292 lldb::SBTarget
295 lldb::SBTarget
302 lldb::SBTarget
306 SetSelectedTarget (lldb::SBTarget &target);
308 lldb::SBPlatform
312 SetSelectedPlatform(lldb::SBPlatform &platform);
323 lldb::SBPlatform
338 lldb::SBStructuredData
341 lldb::SBSourceManager
346 lldb::SBError
372 lldb::ScriptLanguage
379 StateAsCString (lldb::StateType state);
384 StateIsRunningState (lldb::StateType state);
387 StateIsStoppedState (lldb::StateType state);
393 SetLoggingCallback (lldb::LogOutputCallback log_callback, void *baton);
410 static lldb::SBError
413 static lldb::SBStringList
417 GetDescription (lldb::SBStream &description);
425 lldb::user_id_t
437 lldb::ScriptLanguage
441 SetScriptLanguage (lldb::ScriptLanguage script_lang);
449 lldb::SBTypeCategory
453 GetCategory (lldb::LanguageType lang_type);
455 lldb::SBTypeCategory
464 lldb::SBTypeCategory
467 lldb::SBTypeCategory
470 lldb::SBTypeFormat
471 GetFormatForType (lldb::SBTypeNameSpecifier);
473 lldb::SBTypeSummary
474 GetSummaryForType (lldb::SBTypeNameSpecifier);
476 lldb::SBTypeFilter
477 GetFilterForType (lldb::SBTypeNameSpecifier);
479 lldb::SBTypeSynthetic
480 GetSyntheticForType (lldb::SBTypeNameSpecifier);
518 lldb::SBError
519 RunREPL (lldb::LanguageType language, const char *repl_options);