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.
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.
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 :)
Since upgrading Eclipse (Galileo build 20090920-1017), hover in debug no longer displays a variable s value. Instead, hover behaves as if I were in normal Java perspective: alt text http://...
Is there any reason I should avoid compiling in debugging information with Javac in my Java classes for use in a production server? Are there any speed or security concerns I should be aware of? ...
The full error is as follows: The type System.Windows.Forms.Control is defined in an assembly that is not referenced. You must add a reference to assembly System.Windows.Forms, Version=2.0.0.0, ...
I am having issues with one of our web-services. It works fine on my development machine (win XP) whether I host it as a separate application or using cassini from Visual studio. Once I deploy on the ...
I m trying to find the source of a bug I have found in an open-source application. I have managed to get a build up and running on my Windows machine, but I m having trouble finding the spot in the ...
I ve recently started using the Areas functionality of the Preview2 and it was working ok until I needed to return a Model to the view. Controller: public ActionResult ForgotPassword() { return ...
Is there anything other than DDD that will draw diagrams of my data structures like DDD does that runs on Linux? ddd is okay and runs, just kind of has an old klunky feeling to it, just wanted to ...
For most assemblies, I m able to generate their respective .pdb files. However, I ve got one project that isn t generating their .pdb files. I ve made sure that it on debug mode and that the project ...