Open EvgeniiDidin opened 5 years ago
Resolving issue commits: https://github.com/foss-for-synopsys-dwc-arc-processors/openocd/commit/d06205152329c386832b1607822d2508efec164f https://github.com/foss-for-synopsys-dwc-arc-processors/openocd/commit/5e3834ed0878991f2a6e3cee4c7d39a92f030e22
By the fact we are having only 32-bit arc processors, I decided to replace "arc32" prefix wirh "arc".
Every architecture has a structure, where specific details are described. This structure on initialize step is passing to openocd target instance.
Each architecture in openocd has its own structure called_target, where standard handlers are described.