summaryrefslogtreecommitdiffstats
path: root/base/debug/stack_trace.h
Commit message (Expand)AuthorAgeFilesLines
* Rename base::debug::StackTrace::PrintBacktrace() to Print().rsesek@chromium.org2013-08-291-2/+2
* GTTF: dump registers on crash on 64-bit Linuxphajdan.jr@chromium.org2013-01-101-1/+5
* Fix gcc 4.7 compilation problem by adding explict unistd.h inclusion.shenhan@google.com2012-11-171-0/+4
* GTTF: Make Linux stack dump signal handler async-signal safe.phajdan.jr@chromium.org2012-11-141-0/+14
* Move EnableInProcessStackDumping to base/debugphajdan.jr@chromium.org2012-11-011-0/+5
* Coverity: Fully initialize the |trace_| member variable.jhawkins@chromium.org2012-07-251-2/+4
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Add StackTrace::ToString().satorux@chromium.org2011-10-121-0/+4
* [Mac] Capture -dealloc backtrace to log with CrZombie messages.shess@chromium.org2011-08-301-0/+5
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-2/+2
* Fix constness of StackTrace.willchan@chromium.org2011-04-141-3/+3
* Base: A few more files using BASE_API (for base.dll)rvargas@google.com2011-03-251-2/+3
* Move debug-related stuff from base to the base/debug directory and use thebrettw@chromium.org2010-10-261-0/+63