LLDB.Module.GetSymbolFileSpec C# (CSharp) Method

GetSymbolFileSpec() public method

Get accessor for the symbol file specification.

When debugging an object file an additional debug information can

be provided in separate file. Therefore if you debugging something

like '/usr/lib/liba.dylib' then debug information can be located

in folder like '/usr/lib/liba.dylib.dSYM/'.

public GetSymbolFileSpec ( ) : LLDB.FileSpec
return LLDB.FileSpec
        public LLDB.FileSpec GetSymbolFileSpec()
        {
            var __ret = new LLDB.FileSpec.Internal();
            Internal.GetSymbolFileSpec_0((__Instance + __PointerAdjustment), new IntPtr(&__ret));
            return LLDB.FileSpec.__CreateInstance(__ret);
        }