History log of /system/core/debuggerd/x86_64/machine.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b36b5923386be8d74da2767dfc1dc62a0012a655 18-Jun-2015 Christopher Ferris <cferris@google.com> Replace all _LOG error calls with ALOGE.

The debuggerd code sometimes calls _LOG(..., logtype::ERROR, ...)
and sometimes ALOGE(). Standardize on ALOGE since the _LOG message
will wind up in the tombstone in weird places, but using ALOGE
will wind up in the logcat portion of the tombstone.

Bug: 21467089
Change-Id: Ie893f5e91d45b48ef3f5864c3a714e60ac848fb3
/system/core/debuggerd/x86_64/machine.cpp
e8bc77eb845ab5557a4c98fe0da604d4a3740bef 22-May-2015 Christopher Ferris <cferris@google.com> Refactor dump_memory function.

- Add dumping memory around registers for x86/x86_64.
- Add unit tests for new dump_memory function.
- Cleanup all of the machine.cpp files.
- Increase the high address check for 32 bit, and decrease the high
address allowed for 64 bit slightly to match mips64.

Bug: 21206576
Change-Id: I6f75141f3282db48b10f7c695a1cf2eb75a08351
/system/core/debuggerd/x86_64/machine.cpp
e17f267b2a54d4b1a2b440a94ce06818ece49c7b 19-Jun-2014 Brigid Smith <brigidsmith@google.com> Updated non-ARM archs to reflect logging changes.

Change-Id: I0af865881c19ea4a57ec1aa9455bc32c08a60d75
/system/core/debuggerd/x86_64/machine.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
/system/core/debuggerd/x86_64/machine.cpp
3520086e3dac6ce33b94139811f34e22226bbe16 04-Jun-2014 Christopher Ferris <cferris@google.com> Fix x86 and x86_64 builds.

Change-Id: I1ee9117843aff2abe4067f288b8496d4bfc78c9e
/system/core/debuggerd/x86_64/machine.cpp
c6c194ced095df5e777b8fa24527ebd29c8fef54 21-Nov-2013 Pavel Chupin <pavel.v.chupin@intel.com> LP64: Enable debuggerd/libbacktrace/libunwind.

Change-Id: I2e432839f86c33c2adbaac8cc12ca8961956044b
Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
/system/core/debuggerd/x86_64/machine.cpp