foss-for-synopsys-dwc-arc-processors / openocd

The development tree for OpenOCD for the Synopsys DesignWare ARC processor family
Other
15 stars 12 forks source link

[Upstream port] Create and initialize arcv2-target and arc32-arch structures #36

Open EvgeniiDidin opened 5 years ago

EvgeniiDidin commented 5 years ago

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.

EvgeniiDidin commented 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".