Exemplo n.º 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);
 }
Exemplo n.º 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);
 }
Exemplo n.º 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);
 }
Exemplo n.º 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);
 }
Exemplo n.º 5
0
 public static LLDB.FileSpec GetUserHomeDirectory()
 {
     var __ret = new LLDB.FileSpec.Internal();
     Internal.GetUserHomeDirectory_0(new IntPtr(&__ret));
     return LLDB.FileSpec.__CreateInstance(__ret);
 }
Exemplo n.º 6
0
 public static LLDB.FileSpec GetProgramFileSpec()
 {
     var __ret = new LLDB.FileSpec.Internal();
     Internal.GetProgramFileSpec_0(new IntPtr(&__ret));
     return LLDB.FileSpec.__CreateInstance(__ret);
 }
Exemplo n.º 7
0
 public static LLDB.FileSpec GetLLDBPythonPath()
 {
     var __ret = new LLDB.FileSpec.Internal();
     Internal.GetLLDBPythonPath_0(new IntPtr(&__ret));
     return LLDB.FileSpec.__CreateInstance(__ret);
 }