summaryrefslogtreecommitdiffstats
path: root/libunwindstack/Android.bp
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2017-09-22 12:57:15 -0700
committerJosh Gao <jmgao@google.com>2017-10-20 13:52:56 -0700
commit6f580d8b843f4caac8c12383684941ca02de12a8 (patch)
treecdd50e63d02b89394eefe227899d008499ebbae9 /libunwindstack/Android.bp
parentebea0ef2566bb2404154d89fbe4e80b0abf197cd (diff)
downloadsystem_core-6f580d8b843f4caac8c12383684941ca02de12a8.tar.gz
system_core-6f580d8b843f4caac8c12383684941ca02de12a8.tar.bz2
system_core-6f580d8b843f4caac8c12383684941ca02de12a8.zip
libunwindstack: add method to iterate across registers.
Add a function to iterate over Regs with a human-friendly name and the value of the register, to make it easy to string-format registers. Test: mma Change-Id: I8f33830fa79b245b5030b7bc9bc3c1c7ced80c75
Diffstat (limited to 'libunwindstack/Android.bp')
-rw-r--r--libunwindstack/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libunwindstack/Android.bp b/libunwindstack/Android.bp
index f40086e5d..e687a6895 100644
--- a/libunwindstack/Android.bp
+++ b/libunwindstack/Android.bp
@@ -122,6 +122,7 @@ cc_test {
"tests/MemoryRangeTest.cpp",
"tests/MemoryRemoteTest.cpp",
"tests/MemoryTest.cpp",
+ "tests/RegsIterateTest.cpp",
"tests/RegsStepIfSignalHandlerTest.cpp",
"tests/RegsTest.cpp",
"tests/SymbolsTest.cpp",