Interface IDebuggerModule


public interface IDebuggerModule
Definition of a library or code module.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Get the module memory address.
    long
    Get the module or library id.
    Get the module name.
  • Method Details

    • getId

      long getId()
      Get the module or library id.
      Returns:
      the positive id, -1 if none
    • getName

      String getName()
      Get the module name.
      Returns:
      the name, null if none
    • getBaseAddress

      long getBaseAddress()
      Get the module memory address. Only relevant for native code debuggers that have access to a virtual memory.
      Returns:
      the base address, -1 if none/irrelevant