summaryrefslogtreecommitdiffstats
path: root/include/backtrace/backtrace.h
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2014-01-14 01:26:26 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-01-14 01:26:26 +0000
commit50fae736dc0a5552e9e14d8e8358449aa0f7536a (patch)
treef765a33434c385d1bac1d1fa5fdaa1ec2136c0b4 /include/backtrace/backtrace.h
parentd896c195123716fb04ab6718e77fe0e5d1ab2bb9 (diff)
parent1f71e465ef1544a2962299445dee03e6856ea54a (diff)
downloadsystem_core-50fae736dc0a5552e9e14d8e8358449aa0f7536a.zip
system_core-50fae736dc0a5552e9e14d8e8358449aa0f7536a.tar.gz
system_core-50fae736dc0a5552e9e14d8e8358449aa0f7536a.tar.bz2
am 1f71e465: am 68870199: Merge "Next phase of the move, reformat use C++ features."
* commit '1f71e465ef1544a2962299445dee03e6856ea54a': Next phase of the move, reformat use C++ features.
Diffstat (limited to 'include/backtrace/backtrace.h')
-rw-r--r--include/backtrace/backtrace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/backtrace/backtrace.h b/include/backtrace/backtrace.h
index fa81f21..cfcbf0f 100644
--- a/include/backtrace/backtrace.h
+++ b/include/backtrace/backtrace.h
@@ -44,6 +44,7 @@ typedef struct backtrace_map_info {
} backtrace_map_info_t;
typedef struct {
+ size_t num; /* The current fame number. */
uintptr_t pc; /* The absolute pc. */
uintptr_t sp; /* The top of the stack. */
size_t stack_size; /* The size of the stack, zero indicate an unknown stack size. */