Searched refs:GetExecutable (Results 1 - 12 of 12) sorted by relevance

/external/lldb/test/functionalities/command_script/
H A Dwelcome.py13 file = target.GetExecutable()
/external/lldb/examples/python/
H A Ddisasm.py50 main_bp = target.BreakpointCreateByName (fname, target.GetExecutable().GetFilename());
/external/lldb/test/python_api/default-constructor/
H A Dsb_target.py17 obj.GetExecutable()
/external/lldb/tools/lldb-perf/lib/
H A DXcode.cpp87 SBFileSpec filespec(process.GetTarget().GetExecutable());
97 SBFileSpec entry_filespec(process.GetTarget().GetExecutable());
/external/lldb/test/lang/cpp/class_types/
H A DTestClassTypes.py106 filespec = target.GetExecutable()
/external/lldb/scripts/Python/interface/
H A DSBTarget.i502 GetExecutable ();
830 __swig_getmethods__["executable"] = GetExecutable
831 if _newclass: executable = property(GetExecutable, None, doc='''A read only property that returns an lldb object that represents the main executable module (lldb.SBModule) for this target.''')
/external/lldb/test/python_api/hello_world/
H A DTestHelloWorld.py187 self.expect(self.dbg.GetSelectedTarget().GetExecutable().GetFilename(), exe=False,
/external/lldb/include/lldb/API/
H A DSBTarget.h465 GetExecutable ();
/external/lldb/utils/vim-lldb/python-vim-lldb/
H A Dlldb_controller.py171 fs = self.target.GetExecutable()
/external/lldb/include/lldb/Target/
H A DProcess.h1317 GetExecutable () const function in class:lldb_private::MemoryRegionInfo
3050 || range_info.GetExecutable() == MemoryRegionInfo::eDontKnow)
3061 if (range_info.GetExecutable() == MemoryRegionInfo::eYes)
/external/lldb/source/API/
H A DSBProcess.cpp1168 GetTarget().GetExecutable().GetPath (path, sizeof(path));
H A DSBTarget.cpp1197 SBTarget::GetExecutable () function in class:SBTarget
1212 log->Printf ("SBTarget(%p)::GetExecutable () => SBFileSpec(%p)",

Completed in 437 milliseconds