SMP dEBUGGING is not Synchronized - Community / Debugging - Lauterbach Support
SMP dEBUGGING is not Synchronized
I am trying to debug Free RTOS-SMP on quad core,4 A53 cores. While I am trying the step in on 4 cores, the step in is not synchronized in the 4 cores .Any one tell how to synchronize the step in all the 4 cores
Comments (2)
Khaled Jmal
Khaled Jmal
Hello again,
I did not pay attention when writing my first reply to the attached screenshot. When in assembly level, single steps are only performed on the selected core. This behavior cannot be changed. Source level single steps are however performed on all cores. You can switch between assembly / mixed and source level view with the Mode command: Mode.Asm / Mode.Mix / Mode.Hll
Please refer for more information to https://repo.lauterbach.com/pdf/training_debugger_smp.pdf chapters "Single Stepping on Assembler Level" and "Single Stepping on High-Level Language Level"
I did not pay attention when writing my first reply to the attached screenshot. When in assembly level, single steps are only performed on the selected core. This behavior cannot be changed. Source level single steps are however performed on all cores. You can switch between assembly / mixed and source level view with the Mode command: Mode.Asm / Mode.Mix / Mode.Hll
Please refer for more information to https://repo.lauterbach.com/pdf/training_debugger_smp.pdf chapters "Single Stepping on Assembler Level" and "Single Stepping on High-Level Language Level"
Add a comment
ID-0
- how do you set up the debugger for SMP debugging?
- what kind of single step do you perform (assembly or source-level single step)?