2

Does anyone knows of any resources regarding the debugging of BREW and/or BMP applications on Qualcomm FFA using Lauterbach JTAG/Trace32 (e.g. .cmm scripts, instructions etc.)?

Thanks.

MaxVT
  • 12,989
  • 6
  • 36
  • 50
Ofir
  • 8,194
  • 2
  • 29
  • 44

1 Answers1

4

What in particular are you interested in? Debugging using TRACE32 is an extensive subject :)

In general, since BREW/BMP applications are dynamically loaded, their symbols are not loaded automatically by Trace32. To have symbols you need to break at a point when your app was loaded, and load symbols at the address your app is loaded.

There are some scripts that were written internally to automate that process in BREW 4 and BMP--have you tried the regular support channels to inquire if those are provided and supported for BREW developers?

In BREW 3.x, please take a look at this presentation on BREW Application debugging from 2007 - it has a wealth of useful information.

Also, which BREW/BMP version? Which FFA? and other minor details that could help others help you :)

MaxVT
  • 12,989
  • 6
  • 36
  • 50