summaryrefslogtreecommitdiffstats
path: root/base/debug_util_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Changes to base/ from a combination of FreeBSD and OpenBSD patches.evan@chromium.org2009-12-291-1/+9
* Demangle C++ symbols in stack traces for Linux.evan@chromium.org2009-10-141-1/+66
* Eliminate all uses of strerror() in code that uses src/base. strerror() is in...tschmelcher@chromium.org2009-10-131-1/+2
* Explicitly compare to NULL when looking for weak_import symbols.craig.schlenter@chromium.org2009-09-181-3/+3
* A build fix for gcc 4.3 (and later).craig.schlenter@chromium.org2009-09-171-25/+35
* Revert r26431.craig.schlenter@chromium.org2009-09-171-6/+0
* Squash warnings about backtrace et. al. not being NULL on Linux.craig.schlenter@chromium.org2009-09-171-0/+6
* Changes needed for MacOS X 10.4 support.maf@google.com2009-09-151-20/+28
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-101-4/+4
* Print stack trace on exception in unit tests on Windows.maruel@chromium.org2009-09-081-18/+6
* Implement BreakDebugger for ARM.deanm@chromium.org2009-05-071-2/+4
* Lands http://codereview.chromium.org/99349 for Ryan.sky@chromium.org2009-05-041-0/+2
* POSIX: Add a macro for handling EINTR.agl@chromium.org2009-05-011-2/+3
* Print backtraces on FATAL log messages in debug mode.ajwong@chromium.org2009-04-241-4/+34
* Some fixes to ease debugging of the renderer process on OS X.jeremy@chromium.org2009-02-051-3/+17
* "Port" StackTrace to Macmark@chromium.org2009-01-161-26/+2
* Mac build fixagl@chromium.org2009-01-161-1/+1
* Add StackTrace debugging utility class.agl@chromium.org2009-01-161-0/+41
* Add Mac BeingDebugged implementationmark@chromium.org2008-10-081-7/+33
* Move NOTIMPLEMENTED() macro from "base/notimplemented.h" into "base/logging.h".ericroman@google.com2008-08-251-1/+1
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Make debug_util cross platform, adding BeingDebugged and BreakDebugger. Linuxdeanm@google.com2008-08-131-0/+90