JTAG debugging in Eclipse

alqine
Posts: 8
Joined: Thu Jun 24, 2021 8:14 pm

JTAG debugging in Eclipse

Postby alqine » Fri Oct 01, 2021 12:08 pm

Hi guys, for last two weeks I am battling with Eclipse. What I want to do is enable JTAG debugging. My JTAG adapter of choice is generic FT232H.

I downloaded brand new Eclipse CDT 2021-06, since 2021-09 does not work yet. Then I proceded with ESP-IDF plugin installation and Debug Setup.

I had existing project, so I created new project from template given by the editor and then copy-pasted my existing code into the folder. Maybe that is the problem?

Then I flashed the project onto my board. I am using OpenOCD board esp-wroom-32.cfg and interface ftdi/esp32_devkitj_v1.cfg with small changes to support my FT232H debugger.

When I start debugging, I got those warnings:

Code: Select all

Warn : Empty flash mapping!
Warn : Failed to get flash mappings (0)!
and

Code: Select all

Warn : No symbols for FreeRTOS!
I don't know, whether the first one has any significance, but the second one means, that GDB was started before loading elf file. How can I change the order?

The most prominent problem is that when app_main breakpoint is reached (or when the debug startup process finishes) I am getting:

Code: Select all

Break at address "0x4000939b" with no debug information available, or outside of program code.
I am using custom partitions.csv:

Code: Select all

# Documentation: https://www.notion.so/partitions-cvs-e8cf552fe1864a0b9aa5981fbc0b8e4f
# Name,   Type, SubType, Offset,  Size, Flags
nvs,      data, nvs,     ,  16K,
ota_data,  data, ota,    ,  8K,
phy_init, data, phy,     ,  4K,
ota_0,    app,  ota_0,   ,  1M,
ota_1,    app,  ota_1,   , 1M,
In addition, I am using MacOS 11.6 with M1 chip. ESP is connected via monitor's USB hub.

Would you please give me a tips how to get debugging working? I don't insist on using Eclipse, since I hate this editor, but results are same both on Windows using Eclipse or Platformio.

Console dump:
  1. Open On-Chip Debugger  v0.10.0-esp32-20210401 (2021-04-01-15:46)
  2. Licensed under GNU GPL v2
  3. For bug reports, read
  4.     http://openocd.org/doc/doxygen/bugs.html
  5. adapter speed: 20000 kHz
  6.  
  7. WARNING: boards/esp-wroom-32.cfg is deprecated, and may be removed in a future release.
  8. Flashing /Users/user/eclipse-workspace/main_unit_eclipse/build/partition_table/partition-table.bin at 0x8000
  9. Info : ftdi: if you experience problems at higher adapter clocks, try the command "ftdi_tdo_sample_edge falling"
  10. Info : clock speed 20000 kHz
  11. Info : JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  12. Info : JTAG tap: esp32.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  13. Info : esp32.cpu0: Target halted, PC=0x40000400, debug_reason=00000000
  14. Info : esp32.cpu1: Target halted, PC=0x40000400, debug_reason=00000000
  15. Info : Listening on port 3333 for gdb connections
  16. Info : JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  17. Info : JTAG tap: esp32.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  18. Info : esp32.cpu0: Debug controller was reset.
  19. Info : esp32.cpu0: Core was reset.
  20. Info : esp32.cpu0: Target halted, PC=0x500000CF, debug_reason=00000000
  21. Info : Set GDB target to 'esp32.cpu0'
  22. Info : esp32.cpu0: Core was reset.
  23. Info : esp32.cpu0: Target halted, PC=0x40000400, debug_reason=00000000
  24. Info : esp32.cpu1: Debug controller was reset.
  25. Info : esp32.cpu1: Core was reset.
  26. Info : esp32.cpu1: Target halted, PC=0x40000400, debug_reason=00000000
  27. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  28. Warn : Empty flash mapping!
  29. Warn : Failed to get flash mappings (0)!
  30. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  31. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  32. Info : Auto-detected flash bank 'esp32.cpu0.flash' size 4096 KB
  33. Info : Using flash bank 'esp32.cpu0.flash' size 4096 KB
  34. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  35. Warn : Empty flash mapping!
  36. Warn : Failed to get flash mappings (0)!
  37. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  38. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  39. Info : Auto-detected flash bank 'esp32.cpu1.flash' size 4096 KB
  40. Info : Using flash bank 'esp32.cpu1.flash' size 4096 KB
  41. ** Programming Started **
  42. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  43. Info : PROF: Data transferred in 21.868 ms @ 182.916 KB/s
  44. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  45. ** Programming Finished **
  46. ** Verify Started **
  47. Info : PROF: Data transferred in 19.893 ms @ 150.807 KB/s
  48. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  49. ** Verified OK **
  50. ** Flashing done for partition_table/partition-table.bin **
  51. Flashing /Users/user/eclipse-workspace/main_unit_eclipse/build/bootloader/bootloader.bin at 0x1000
  52. Info : JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  53. Info : JTAG tap: esp32.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  54. Info : esp32.cpu0: Debug controller was reset.
  55. Info : esp32.cpu0: Core was reset.
  56. Info : esp32.cpu0: Target halted, PC=0x500000CF, debug_reason=00000000
  57. Info : esp32.cpu0: Core was reset.
  58. Info : esp32.cpu0: Target halted, PC=0x40000400, debug_reason=00000000
  59. Info : esp32.cpu1: Debug controller was reset.
  60. Info : esp32.cpu1: Core was reset.
  61. Info : esp32.cpu1: Target halted, PC=0x40000400, debug_reason=00000000
  62. ** Programming Started **
  63. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  64. Info : PROF: Data transferred in 138.313 ms @ 289.199 KB/s
  65. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  66. ** Programming Finished **
  67. ** Verify Started **
  68. Info : PROF: Data transferred in 123.771 ms @ 299.949 KB/s
  69. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  70. ** Verified OK **
  71. ** Flashing done for bootloader/bootloader.bin **
  72. Flashing /Users/user/eclipse-workspace/main_unit_eclipse/build/main_unit.bin at 0x10000
  73. Info : JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  74. Info : JTAG tap: esp32.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  75. Info : esp32.cpu0: Debug controller was reset.
  76. Info : esp32.cpu0: Core was reset.
  77. Info : esp32.cpu0: Target halted, PC=0x500000CF, debug_reason=00000000
  78. Info : esp32.cpu0: Core was reset.
  79. Info : esp32.cpu0: Target halted, PC=0x40000400, debug_reason=00000000
  80. Info : esp32.cpu1: Debug controller was reset.
  81. Info : esp32.cpu1: Core was reset.
  82. Info : esp32.cpu1: Target halted, PC=0x40000400, debug_reason=00000000
  83. ** Programming Started **
  84. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  85. Info : PROF: Data transferred in 804.556 ms @ 258.528 KB/s
  86. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  87. ** Programming Finished **
  88. ** Verify Started **
  89. Info : PROF: Data transferred in 638.598 ms @ 319.964 KB/s
  90. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  91. ** Verified OK **
  92. ** Flashing done for main_unit.bin **
  93. Flashing /Users/user/eclipse-workspace/main_unit_eclipse/build/ota_data_initial.bin at 0xd000
  94. Info : JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  95. Info : JTAG tap: esp32.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  96. Info : esp32.cpu0: Debug controller was reset.
  97. Info : esp32.cpu0: Core was reset.
  98. Info : esp32.cpu0: Target halted, PC=0x500000CF, debug_reason=00000000
  99. Info : esp32.cpu0: Core was reset.
  100. Info : esp32.cpu0: Target halted, PC=0x40000400, debug_reason=00000000
  101. Info : esp32.cpu1: Debug controller was reset.
  102. Info : esp32.cpu1: Core was reset.
  103. Info : esp32.cpu1: Target halted, PC=0x40000400, debug_reason=00000000
  104. ** Programming Started **
  105. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  106. Info : PROF: Data transferred in 30.435 ms @ 262.855 KB/s
  107. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  108. ** Programming Finished **
  109. ** Verify Started **
  110. Info : PROF: Data transferred in 31.587 ms @ 253.269 KB/s
  111. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  112. ** Verified OK **
  113. ** Flashing done for ota_data_initial.bin **
  114. ** Resetting Target **
  115. Info : JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  116. Info : JTAG tap: esp32.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  117. Info : esp32.cpu0: Debug controller was reset.
  118. Info : esp32.cpu0: Core was reset.
  119. Info : esp32.cpu0: Target halted, PC=0x500000CF, debug_reason=00000000
  120. Info : esp32.cpu0: Core was reset.
  121. Info : esp32.cpu1: Debug controller was reset.
  122. Info : esp32.cpu1: Core was reset.
  123. 0
  124. Started by GNU MCU Eclipse
  125. Info : Listening on port 6666 for tcl connections
  126. Info : Listening on port 4444 for telnet connections
  127. Info : accepting 'gdb' connection on tcp/3333
  128. Warn : No symbols for FreeRTOS!
  129. Info : esp32.cpu0: Target halted, PC=0x4000939B, debug_reason=00000000
  130. Info : esp32.cpu1: Target halted, PC=0x400076DD, debug_reason=00000000
  131. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  132. Warn : Empty flash mapping!
  133. Warn : Failed to get flash mappings (0)!
  134. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  135. Info : Using flash bank 'esp32.cpu0.irom' size 0 KB
  136. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  137. Warn : Empty flash mapping!
  138. Warn : Failed to get flash mappings (0)!
  139. Info : esp32.cpu0: Target halted, PC=0x40091C2A, debug_reason=00000001
  140. Info : Using flash bank 'esp32.cpu0.drom' size 0 KB
  141. Info : New GDB Connection: 1, Target esp32.cpu0, state: halted
  142. Info : JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  143. Info : JTAG tap: esp32.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  144. Info : esp32.cpu0: Debug controller was reset.
  145. Info : esp32.cpu0: Core was reset.
  146. Info : esp32.cpu0: Target halted, PC=0x500000CF, debug_reason=00000000
  147. Info : esp32.cpu0: Core was reset.
  148. Info : esp32.cpu0: Target halted, PC=0x40000400, debug_reason=00000000
  149. Info : esp32.cpu1: Debug controller was reset.
  150. Info : esp32.cpu1: Core was reset.
  151. Info : esp32.cpu1: Target halted, PC=0x40000400, debug_reason=00000000
  152. Info : JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  153. Info : JTAG tap: esp32.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  154. Info : esp32.cpu0: Debug controller was reset.
  155. Info : esp32.cpu0: Core was reset.
  156. Info : esp32.cpu0: Target halted, PC=0x500000CF, debug_reason=00000000
  157. Info : esp32.cpu0: Core was reset.
  158. Info : esp32.cpu0: Target halted, PC=0x40000400, debug_reason=00000000
  159. Info : esp32.cpu1: Debug controller was reset.
  160. Info : esp32.cpu1: Core was reset.
  161. Info : esp32.cpu1: Target halted, PC=0x40000400, debug_reason=00000000
  162. invalid command name "arm"
  163. Info : JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  164. Info : JTAG tap: esp32.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  165. Info : esp32.cpu0: Debug controller was reset.
  166. Info : esp32.cpu0: Core was reset.
  167. Info : esp32.cpu0: Target halted, PC=0x500000CF, debug_reason=00000000
  168. Info : esp32.cpu0: Core was reset.
  169. Info : esp32.cpu0: Target halted, PC=0x40000400, debug_reason=00000000
  170. Info : esp32.cpu1: Debug controller was reset.
  171. Info : esp32.cpu1: Core was reset.
  172. Info : esp32.cpu1: Target halted, PC=0x40000400, debug_reason=00000000
  173. ===== Xtensa registers
  174. (0) pc (/32): 0x40000400
  175. (1) ar0 (/32): 0x00000000
  176. (2) ar1 (/32): 0x00000000
  177. (3) ar2 (/32): 0x00000000
  178. (4) ar3 (/32): 0x00000000
  179. (5) ar4 (/32): 0x00000000
  180. (6) ar5 (/32): 0x00000000
  181. (7) ar6 (/32): 0x00000000
  182. (8) ar7 (/32): 0x00000000
  183. (9) ar8 (/32): 0x00000000
  184. (10) ar9 (/32): 0x00000000
  185. (11) ar10 (/32): 0x00000000
  186. (12) ar11 (/32): 0x00000000
  187. (13) ar12 (/32): 0x00000000
  188. (14) ar13 (/32): 0x00000000
  189. (15) ar14 (/32): 0x00000000
  190. (16) ar15 (/32): 0x00000000
  191. (17) ar16 (/32): 0x00000000
  192. (18) ar17 (/32): 0x00000000
  193. (19) ar18 (/32): 0x00000000
  194. (20) ar19 (/32): 0x00000000
  195. (21) ar20 (/32): 0x00000000
  196. (22) ar21 (/32): 0x00000000
  197. (23) ar22 (/32): 0x00000000
  198. (24) ar23 (/32): 0x00000000
  199. (25) ar24 (/32): 0x00000000
  200. (26) ar25 (/32): 0x00000000
  201. (27) ar26 (/32): 0x00000000
  202. (28) ar27 (/32): 0x00000000
  203. (29) ar28 (/32): 0x00000000
  204. (30) ar29 (/32): 0x00000000
  205. (31) ar30 (/32): 0x00000000
  206. (32) ar31 (/32): 0x00000000
  207. (33) ar32 (/32): 0x00000000
  208. (34) ar33 (/32): 0x00000000
  209. (35) ar34 (/32): 0x00000000
  210. (36) ar35 (/32): 0x00000000
  211. (37) ar36 (/32): 0x00000000
  212. (38) ar37 (/32): 0x00000000
  213. (39) ar38 (/32): 0x00000000
  214. (40) ar39 (/32): 0x00000000
  215. (41) ar40 (/32): 0x00000000
  216. (42) ar41 (/32): 0x00000000
  217. (43) ar42 (/32): 0x00000000
  218. (44) ar43 (/32): 0x00000000
  219. (45) ar44 (/32): 0x00000000
  220. (46) ar45 (/32): 0x00000000
  221. (47) ar46 (/32): 0x00000000
  222. (48) ar47 (/32): 0x00000000
  223. (49) ar48 (/32): 0x00000000
  224. (50) ar49 (/32): 0x00000000
  225. (51) ar50 (/32): 0x00000000
  226. (52) ar51 (/32): 0x00000000
  227. (53) ar52 (/32): 0x00000000
  228. (54) ar53 (/32): 0x00000000
  229. (55) ar54 (/32): 0x00000000
  230. (56) ar55 (/32): 0x00000000
  231. (57) ar56 (/32): 0x00000000
  232. (58) ar57 (/32): 0x00000000
  233. (59) ar58 (/32): 0x00000000
  234. (60) ar59 (/32): 0x00000000
  235. (61) ar60 (/32): 0x00000000
  236. (62) ar61 (/32): 0x00000000
  237. (63) ar62 (/32): 0x00000000
  238. (64) ar63 (/32): 0x00000000
  239. (65) lbeg (/32): 0x00000000
  240. (66) lend (/32): 0x00000000
  241. (67) lcount (/32): 0x00000000
  242. (68) sar (/32): 0x00000000
  243. (69) windowbase (/32): 0x00000000
  244. (70) windowstart (/32): 0x00000001
  245. (71) configid0 (/32): 0x40000400
  246. (72) configid1 (/32): 0x1CC5FE96
  247. (73) ps (/32): 0x0000001F
  248. (74) threadptr (/32): 0x00000000
  249. (75) br (/32): 0x00000000
  250. (76) scompare1 (/32): 0x00000000
  251. (77) acclo (/32): 0x00000000
  252. (78) acchi (/32): 0x00000000
  253. (79) m0 (/32): 0x00000000
  254. (80) m1 (/32): 0x00000000
  255. (81) m2 (/32): 0x00000000
  256. (82) m3 (/32): 0x00000000
  257. (83) f0 (/32): 0x00000000
  258. (84) f1 (/32): 0x00000000
  259. (85) f2 (/32): 0x00000000
  260. (86) f3 (/32): 0x00000000
  261. (87) f4 (/32): 0x00000000
  262. (88) f5 (/32): 0x00000000
  263. (89) f6 (/32): 0x00000000
  264. (90) f7 (/32): 0x00000000
  265. (91) f8 (/32): 0x00000000
  266. (92) f9 (/32): 0x00000000
  267. (93) f10 (/32): 0x00000000
  268. (94) f11 (/32): 0x00000000
  269. (95) f12 (/32): 0x00000000
  270. (96) f13 (/32): 0x00000000
  271. (97) f14 (/32): 0x00000000
  272. (98) f15 (/32): 0x00000000
  273. (99) fcr (/32): 0x00000000
  274. (100) fsr (/32): 0x00000000
  275. (101) mmid (/32)
  276. (102) ibreakenable (/32): 0x00000000
  277. (103) memctl (/32): 0x00000000
  278. (104) atomctl (/32): 0x00000028
  279. (105) ibreaka0 (/32): 0x00000000
  280. (106) ibreaka1 (/32): 0x00000000
  281. (107) dbreaka0 (/32): 0x00000000
  282. (108) dbreaka1 (/32): 0x00000000
  283. (109) dbreakc0 (/32): 0x00000000
  284. (110) dbreakc1 (/32): 0x00000000
  285. (111) epc1 (/32): 0x00000000
  286. (112) epc2 (/32): 0x00000000
  287. (113) epc3 (/32): 0x00000000
  288. (114) epc4 (/32): 0x00000000
  289. (115) epc5 (/32): 0x00000000
  290. (116) epc6 (/32): 0x40000400
  291. (117) epc7 (/32): 0x00000000
  292. (118) depc (/32): 0x00000000
  293. (119) eps2 (/32): 0x00000000
  294. (120) eps3 (/32): 0x00000000
  295. (121) eps4 (/32): 0x00000000
  296. (122) eps5 (/32): 0x00000000
  297. (123) eps6 (/32): 0x0000001F
  298. (124) eps7 (/32): 0x00000000
  299. (125) excsave1 (/32): 0x00000000
  300. (126) excsave2 (/32): 0x00000000
  301. (127) excsave3 (/32): 0x00000000
  302. (128) excsave4 (/32): 0x00000000
  303. (129) excsave5 (/32): 0x00000000
  304. (130) excsave6 (/32): 0x00000000
  305. (131) excsave7 (/32): 0x00000000
  306. (132) cpenable (/32): 0x000000FF
  307. (133) interrupt (/32): 0x00018040
  308. (134) intset (/32)
  309. (135) intclear (/32)
  310. (136) intenable (/32): 0x00000000
  311. (137) vecbase (/32): 0x40000000
  312. (138) exccause (/32): 0x00000000
  313. (139) debugcause (/32): 0x00000020
  314. (140) ccount (/32): 0x00000004
  315. (141) prid (/32): 0x0000CDCD
  316. (142) icount (/32): 0x00000000
  317. (143) icountlevel (/32): 0x00000000
  318. (144) excvaddr (/32): 0x00000000
  319. (145) ccompare0 (/32): 0x00000000
  320. (146) ccompare1 (/32): 0x00000000
  321. (147) ccompare2 (/32): 0x00000000
  322. (148) misc0 (/32): 0x00000000
  323. (149) misc1 (/32): 0x00000000
  324. (150) misc2 (/32): 0x00000000
  325. (151) misc3 (/32): 0x00000000
  326. (163) a0 (/32): 0x00000000
  327. (164) a1 (/32): 0x00000000
  328. (165) a2 (/32): 0x00000000
  329. (166) a3 (/32): 0x00000000 (dirty)
  330. (167) a4 (/32): 0x00000000
  331. (168) a5 (/32): 0x00000000
  332. (169) a6 (/32): 0x00000000
  333. (170) a7 (/32): 0x00000000
  334. (171) a8 (/32): 0x00000000
  335. (172) a9 (/32): 0x00000000
  336. (173) a10 (/32): 0x00000000
  337. (174) a11 (/32): 0x00000000
  338. (175) a12 (/32): 0x00000000
  339. (176) a13 (/32): 0x00000000
  340. (177) a14 (/32): 0x00000000
  341. (178) a15 (/32): 0x00000000
  342. (179) pwrctl (/32)
  343. (180) pwrstat (/32)
  344. (181) eristat (/32)
  345. (182) cs_itctrl (/32)
  346. (183) cs_claimset (/32)
  347. (184) cs_claimclr (/32)
  348. (185) cs_lockaccess (/32)
  349. (186) cs_lockstatus (/32)
  350. (187) cs_authstatus (/32)
  351. (188) fault_info (/32)
  352. (189) trax_id (/32)
  353. (190) trax_ctrl (/32)
  354. (191) trax_stat (/32)
  355. (192) trax_data (/32)
  356. (193) trax_addr (/32)
  357. (194) trax_pctrigger (/32)
  358. (195) trax_pcmatch (/32)
  359. (196) trax_delay (/32)
  360. (197) trax_memstart (/32)
  361. (198) trax_memend (/32)
  362. (199) pmg (/32)
  363. (200) pmoc (/32)
  364. (201) pm0 (/32)
  365. (202) pm1 (/32)
  366. (203) pmctrl0 (/32)
  367. (204) pmctrl1 (/32)
  368. (205) pmstat0 (/32)
  369. (206) pmstat1 (/32)
  370. (207) ocd_id (/32)
  371. (208) ocd_dcrclr (/32)
  372. (209) ocd_dcrset (/32)
  373. (210) ocd_dsr (/32)
  374. (211) ddr (/32)
  375. (212) expstate (/32): 0x00000000
  376. (213) f64r_lo (/32): 0x00000000
  377. (214) f64r_hi (/32): 0x00000000
  378. (215) f64s (/32): 0x00000000

Who is online

Users browsing this forum: No registered users and 58 guests