Documentation/devtools/maemo5/functracer: Difference between revisions

From Maemo Wiki
Jump to navigationJump to search
imported>kaltsi
New page: == Description == ''functracer'' is a debugging tool that gets backtraces of all allocations done in ARM/x86 processes. It works with optimized (-O2) code, where debugging symbols are ava...
 
imported>amigadave
devtools template
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Devtools}}
== Description ==
== Description ==


Line 18: Line 21:


[[Documentation/devtools/maemo5/functracer-postproc|functracer-postproc]]
[[Documentation/devtools/maemo5/functracer-postproc|functracer-postproc]]
[[Category:Fremantle]]

Latest revision as of 15:05, 11 March 2010

This article documents a developer tool.
A list of available devtools is available, together with installation instructions.


Description

functracer is a debugging tool that gets backtraces of all allocations done in ARM/x86 processes. It works with optimized (-O2) code, where debugging symbols are available either in the application binaries themselves, or in separate debug files.

Packages

source: functracer

binary: functracer

Usage Examples

[xxx man page](/development/documentation/man_pages/xxx.html)

See Also

functracer-postproc