Interface IDebuggerModule
- All Known Implementing Classes:
AbstractDebuggerModule
public interface IDebuggerModule
Definition of a library or code module.
-
Method Details
-
getId
long getId()Get the library id.- Returns:
- the positive id, -1 if none
-
getName
String getName()Get the library name.- Returns:
- the name, null if none
-
getBaseAddress
long getBaseAddress()Get the library memory address. Only relevant for debuggers that have access to a virtual memory.- Returns:
- the base address, -1 if none/irrelevant
-