Searched refs:SBSourceManager (Results 1 – 13 of 13) sorted by relevance
72 SBSourceManager::SBSourceManager(const SBDebugger &debugger) { in SBSourceManager() function in SBSourceManager78 SBSourceManager::SBSourceManager(const SBTarget &target) { in SBSourceManager() function in SBSourceManager84 SBSourceManager::SBSourceManager(const SBSourceManager &rhs) { in SBSourceManager() function in SBSourceManager93 const lldb::SBSourceManager &SBSourceManager::94 operator=(const lldb::SBSourceManager &rhs) { in operator =()101 SBSourceManager::~SBSourceManager() = default;103 size_t SBSourceManager::DisplaySourceLinesWithLineNumbers( in DisplaySourceLinesWithLineNumbers()115 size_t SBSourceManager::DisplaySourceLinesWithLineNumbersAndColumn( in DisplaySourceLinesWithLineNumbersAndColumn()
631 SBSourceManager SBDebugger::GetSourceManager() { in GetSourceManager()634 SBSourceManager sb_source_manager(*this); in GetSourceManager()
1935 SBSourceManager SBTarget::GetSourceManager() { in GetSourceManager()1938 SBSourceManager source_manager(*this); in GetSourceManager()
18 class LLDB_API SBSourceManager {20 SBSourceManager(const SBDebugger &debugger);21 SBSourceManager(const SBTarget &target);22 SBSourceManager(const SBSourceManager &rhs);24 ~SBSourceManager();26 const lldb::SBSourceManager &operator=(const lldb::SBSourceManager &rhs);
77 friend class SBSourceManager; variable
394 lldb::SBSourceManager GetSourceManager();677 friend class SBSourceManager; variable
95 friend class SBSourceManager; variable
890 SBSourceManager GetSourceManager();979 friend class SBSourceManager; variable
106 class LLDB_API SBSourceManager; variable
26 ) lldb::SBSourceManager;
145 %include "lldb/API/SBSourceManager.h"
85 SRCS+= API/SBSourceManager.cpp
22508 SwigValueWrapper< lldb::SBSourceManager > result; in _wrap_SBDebugger_GetSourceManager()22519 lldb::SBSourceManager * resultptr = new lldb::SBSourceManager(result); in _wrap_SBDebugger_GetSourceManager()50814 lldb::SBSourceManager *result = 0 ; in _wrap_new_SBSourceManager__SWIG_0()50823 result = (lldb::SBSourceManager *)new lldb::SBSourceManager((lldb::SBDebugger const &)*arg1); in _wrap_new_SBSourceManager__SWIG_0()50838 lldb::SBSourceManager *result = 0 ; in _wrap_new_SBSourceManager__SWIG_1()50847 result = (lldb::SBSourceManager *)new lldb::SBSourceManager((lldb::SBTarget const &)*arg1); in _wrap_new_SBSourceManager__SWIG_1()50861 lldb::SBSourceManager *arg1 = 0 ; in _wrap_new_SBSourceManager__SWIG_2()50862 lldb::SBSourceManager *result = 0 ; in _wrap_new_SBSourceManager__SWIG_2()50871 … result = (lldb::SBSourceManager *)new lldb::SBSourceManager((lldb::SBSourceManager const &)*arg1); in _wrap_new_SBSourceManager__SWIG_2()50944 lldb::SBSourceManager *arg1 = (lldb::SBSourceManager *) 0 ; in _wrap_SBSourceManager_DisplaySourceLinesWithLineNumbers()[all …]