summaryrefslogtreecommitdiffstats
path: root/debuggerd/x86_64
Commit message (Collapse)AuthorAgeFilesLines
* 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>