Function
GumBacktracermake_accurate
Declaration [src]
GumBacktracer*
gum_backtracer_make_accurate (
void
)
Description [src]
Creates a new accurate backtracer, optimized for debugger-friendly binaries or presence of debug information. Resulting backtraces will never contain bogus entries but may be cut short when encountering code built without frame pointers and lack of debug information.
Return value
Type: GumBacktracer
The newly created backtracer instance.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |
The return value can be NULL. |