Documentation/devtools/maemo5/functracer

(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...)
(devtools template)
 
(One intermediate revision 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

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


Contents

[edit] 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.

[edit] Packages

source: functracer

binary: functracer

[edit] Usage Examples

[edit] Links

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

[edit] See Also

functracer-postproc