Interface Builder

All Known Implementing Classes:
Builder, DTFJLibraryAdapter

public interface Builder
  • Method Details Link icon

    • buildProcess Link icon

      Object buildProcess(Object addressSpace, String pid, String commandLine, Properties environment, Object currentThread, Iterator threads, Object executable, Iterator libraries, int addressSize)
    • buildAddressSpace Link icon

      Object buildAddressSpace(String name, int id)
    • buildRegister Link icon

      Object buildRegister(String name, Number value)
    • buildStackSection Link icon

      Object buildStackSection(Object addressSpace, long stackStart, long stackEnd)
    • buildThread Link icon

      Object buildThread(String name, Iterator registers, Iterator stackSections, Iterator stackFrames, Properties properties, int signalNumber)
    • buildModuleSection Link icon

      Object buildModuleSection(Object addressSpace, String name, long imageStart, long imageEnd)
    • buildModule Link icon

      Object buildModule(String name, Properties properties, Iterator sections, Iterator symbols, long startAddress)
    • buildStackFrame Link icon

      Object buildStackFrame(Object addressSpace, long stackBasePointer, long pc)
    • buildSymbol Link icon

      Object buildSymbol(Object addressSpace, String functionName, long relocatedFunctionAddress)
    • buildCorruptData Link icon

      Object buildCorruptData(Object addressSpace, String message, long address)
    • openFile Link icon

      ClosingFileReader openFile(String filename) throws IOException
      Throws:
      IOException
    • getEnvironmentAddress Link icon

      long getEnvironmentAddress()
    • getValueOfNamedRegister Link icon

      long getValueOfNamedRegister(List registers, String string)
    • setExecutableUnavailable Link icon

      void setExecutableUnavailable(String description)
      Called to inform the builder that the executable data cannot be trusted. Note that this also set the libraries unavailable as a side-effect
      Parameters:
      description -
    • setCPUType Link icon

      void setCPUType(String cpuType)
    • setCPUSubType Link icon

      void setCPUSubType(String subType)
    • setCreationTime Link icon

      void setCreationTime(long millis)
    • setOSType Link icon

      void setOSType(String osType)