• Home
  • History
  • Annotate
  • only in /system/core/debuggerd/arm64/
History log of /system/core/debuggerd/arm64/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
aae5d437556d877f2a198601394ba8ea7a559a70 15-Jul-2014 Elliott Hughes <enh@google.com> Add missing arm64 registers.

Also fix dumping of arm64's vector registers, which are actually 128 bits wide.

Also move the arm/arm64 FP registers to the tombstone. (We've never dumped
them at all for the other architectures.)

(cherry picked from commit b40c50351ebd9fb40b76a3169ad5cc6a25c453f1)

Change-Id: Ic646fb9ea01e9beb42e1757feb8742c1d4efafa7
achine.cpp
e7f18e14a9e9267150e24f0cb8bd8bd52db7946e 09-Jul-2014 Elliott Hughes <enh@google.com> Integrate vfp-crasher with crasher.

There's no good reason to separate "fill the integer registers with
recognizable patterns and crash" from "fill the FP registers with recognizable
patterns and crash".

Also remove the incorrect use of ARCH_ARM_HAVE_VFP_D32 rather than try to fix
it.

Change-Id: I3a4a3aca1575de5489314027ae52168997404d79
rashglue.S
achine.cpp
fp.S
e17f267b2a54d4b1a2b440a94ce06818ece49c7b 19-Jun-2014 Brigid Smith <brigidsmith@google.com> Updated non-ARM archs to reflect logging changes.

Change-Id: I0af865881c19ea4a57ec1aa9455bc32c08a60d75
achine.cpp
62ba489ba00a2689d4e257bc178cff87495f99d7 10-Jun-2014 Brigid Smith <brigidsmith@google.com> Changing how debuggerd filters log messages to different locations.

The system by which debuggerd filters its output to different locations
is now based on an enum called logtype with easy to understand
categories for log messages (like THREAD, MEMORY, etc.) instead of the
old, fairly esoteric scope_flags variable. Now much of the output that
previously went to logcat does not show up on the screen, but all output
can be found in the tombstone file. In addition, the tombstone's
location is now printed so it can be located easily.

Bug: 15341747
Change-Id: Ia2f2051d1dfdea934d0e6ed220f24345e35ba6a2
achine.cpp
f1a8dfa0ebfc233e569ffa83e21e37d0a829b94c 30-Apr-2014 Mark Salyzyn <salyzyn@google.com> debuggerd: turn on -Werror

- Deal with some -Wunused / -Wunused-variable issues

Change-Id: I39849fe30170f69d1cab7d4ad2629b3a49e14ee7
achine.cpp
abc60c26b7448e6b2842351688a7a823b8b787d6 19-Dec-2013 Kévin PETIT <kevin.petit@arm.com> AArch64: Port debuggerd

Change-Id: Ib18f76f375a1d70c84e0a09d221e17ac43144b96
Signed-off-by: Kévin PETIT <kevin.petit@arm.com>
rashglue.S
achine.cpp
fp.S