# Packages
Package breakpoints records the breakpoints assigned to memory addresses.
Package callstack maintains the callstack of an executing program as accurately as possible.
No description provided by the author
Package faults records memory faults generated by a coprocessor.
Package mapfile reads a mapfile produced by GCC and parses it.
Package profiling defines the types that are used to profile the performance of the coporocessor program.
Package yield records the current yielded state of a coprocessor.
# Functions
NewDeveloper is the preferred method of initialisation for the Developer type.
# Structs
Developer implements the CartCoProcDeveloper interface.
InstructionRange is used to dynamically create a list of SourceInstruction entries.