ANDROID: fiq_debugger: add ARM64 support
authorColin Cross <ccross@android.com>
Thu, 3 Apr 2014 01:49:39 +0000 (18:49 -0700)
committerAmit Pundir <amit.pundir@linaro.org>
Mon, 18 Dec 2017 15:41:22 +0000 (21:11 +0530)
commitc9d6bc7ab0a4360f79418aa16f3cd68ac2f57a40
tree612fb7ee9d6e4c491f4c077895a0302030911e0f
parentefffceb1e926e6210d51eaaa62ce3f3be8a5fab7
ANDROID: fiq_debugger: add ARM64 support

Add fiq_debugger_arm64.c that implements the platform-specific
functions.

Change-Id: I4d8b96777bb8503a93d4eb47bbde8e018740a5bf
Signed-off-by: Colin Cross <ccross@android.com>
[AmitP: Remove unused stackframe -> sp to align with upstream commit
        31e43ad3b74a ("arm64: unwind: remove sp from struct stackframe")

        Also folded following android-4.9 commit changes into this patch
        a33d9f9fa333 ("ANDROID: fiq_debugger: Pass task parameter to unwind_frame()")]
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
drivers/staging/android/fiq_debugger/Kconfig
drivers/staging/android/fiq_debugger/Makefile
drivers/staging/android/fiq_debugger/fiq_debugger_arm64.c [new file with mode: 0644]