summaryrefslogtreecommitdiffstats
path: root/debuggerd/x86_64
Commit message (Collapse)AuthorAgeFilesLines
* Refactor dump_memory function.Christopher Ferris2015-05-281-26/+39
| | | | | | | | | | | | | - 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 (cherry picked from commit e8bc77eb845ab5557a4c98fe0da604d4a3740bef) Change-Id: I49ec237e30076a232f084da1072bf9aba15dc0cd
* Updated non-ARM archs to reflect logging changes.Brigid Smith2014-06-191-1/+1
| | | | Change-Id: I0af865881c19ea4a57ec1aa9455bc32c08a60d75
* Changing how debuggerd filters log messages to different locations.Brigid Smith2014-06-161-9/+9
| | | | | | | | | | | | | 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
* Fix x86 and x86_64 builds.Christopher Ferris2014-06-031-1/+1
| | | | Change-Id: I1ee9117843aff2abe4067f288b8496d4bfc78c9e
* LP64: Enable debuggerd/libbacktrace/libunwind.Pavel Chupin2014-01-302-0/+66
Change-Id: I2e432839f86c33c2adbaac8cc12ca8961956044b Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>