Exemple #1
0
 public static LLDB.FileSpec GetLLDBPath(LLDB.PathType path_type)
 {
     var arg0 = path_type;
     var __ret = new LLDB.FileSpec.Internal();
     Internal.GetLLDBPath_0(new IntPtr(&__ret), arg0);
     return LLDB.FileSpec.__CreateInstance(__ret);
 }
Exemple #2
0
 public LLDB.FileSpec GetFileSpec()
 {
     var __ret = new LLDB.FileSpec.Internal();
     Internal.GetFileSpec_0(new IntPtr(&__ret), (__Instance + __PointerAdjustment));
     return LLDB.FileSpec.__CreateInstance(__ret);
 }
Exemple #3
0
 public LLDB.FileSpec GetInlinedCallSiteFile()
 {
     var __ret = new LLDB.FileSpec.Internal();
     Internal.GetInlinedCallSiteFile_0((__Instance + __PointerAdjustment), new IntPtr(&__ret));
     return LLDB.FileSpec.__CreateInstance(__ret);
 }
Exemple #4
0
 public LLDB.FileSpec GetSupportFileAtIndex(uint idx)
 {
     var __ret = new LLDB.FileSpec.Internal();
     Internal.GetSupportFileAtIndex_0((__Instance + __PointerAdjustment), new IntPtr(&__ret), idx);
     return LLDB.FileSpec.__CreateInstance(__ret);
 }
Exemple #5
0
 public static LLDB.FileSpec GetUserHomeDirectory()
 {
     var __ret = new LLDB.FileSpec.Internal();
     Internal.GetUserHomeDirectory_0(new IntPtr(&__ret));
     return LLDB.FileSpec.__CreateInstance(__ret);
 }
Exemple #6
0
 public static LLDB.FileSpec GetProgramFileSpec()
 {
     var __ret = new LLDB.FileSpec.Internal();
     Internal.GetProgramFileSpec_0(new IntPtr(&__ret));
     return LLDB.FileSpec.__CreateInstance(__ret);
 }
Exemple #7
0
 public static LLDB.FileSpec GetLLDBPythonPath()
 {
     var __ret = new LLDB.FileSpec.Internal();
     Internal.GetLLDBPythonPath_0(new IntPtr(&__ret));
     return LLDB.FileSpec.__CreateInstance(__ret);
 }