Package 

Interface TombstoneProtos.MemoryMappingOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract long getBeginAddress() uint64 begin_address = 1;
      abstract long getEndAddress() uint64 end_address = 2;
      abstract long getOffset() uint64 offset = 3;
      abstract boolean getRead() bool read = 4;
      abstract boolean getWrite() bool write = 5;
      abstract boolean getExecute() bool execute = 6;
      abstract String getMappingName() string mapping_name = 7;
      abstract ByteString getMappingNameBytes() string mapping_name = 7;
      abstract String getBuildId() string build_id = 8;
      abstract ByteString getBuildIdBytes() string build_id = 8;
      abstract long getLoadBias() uint64 load_bias = 9;
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait