1. 0af671e In release mode, trigger a SIGABRT rather than a SIGTRAP for fatal log errors, i.e. CHECK(false). Also enable tests to make sure we assert/crash as expected. by thestig@chromium.org · 15 years ago
  2. 3669986 linux: check the return value passed through HANDLE_EINTR by evan@chromium.org · 15 years ago
  3. 9bd30ff Import google-glog's Symbolize() and use it in debug_util_posix.cc. by satorux@chromium.org · 15 years ago
  4. d2f76b6 Revert 36997 - Import googleglog's Symbolize() and use it in debug_util_posix.cc. by satorux@chromium.org · 15 years ago
  5. e2696a3 Import google-glog's Symbolize() and use it in debug_util_posix.cc. by satorux@chromium.org · 15 years ago
  6. 875bb6e Changes to base/ from a combination of FreeBSD and OpenBSD patches. by evan@chromium.org · 15 years ago
  7. 0b3a994 Demangle C++ symbols in stack traces for Linux. by evan@chromium.org · 15 years ago
  8. 90a3f8a Eliminate all uses of strerror() in code that uses src/base. strerror() is inherently unsafe in multi-threaded apps because it stores the string in a global buffer. It should never be used. If you want to log an error, use PLOG and friends, or if that's too high-level then use safe_strerror(). by tschmelcher@chromium.org · 15 years ago
  9. d68cdc4 Explicitly compare to NULL when looking for weak_import symbols. by craig.schlenter@chromium.org · 15 years ago
  10. f624877 A build fix for gcc 4.3 (and later). by craig.schlenter@chromium.org · 15 years ago
  11. 627f908 Revert r26431. by craig.schlenter@chromium.org · 15 years ago
  12. d5a2ae5 Squash warnings about backtrace et. al. not being NULL on Linux. by craig.schlenter@chromium.org · 15 years ago
  13. 0c0edbf Changes needed for MacOS X 10.4 support. by maf@google.com · 15 years ago
  14. b84e9bd Move StringPiece into the base namespace. It is colliding by tony@chromium.org · 15 years ago
  15. 6b77127 Print stack trace on exception in unit tests on Windows. by maruel@chromium.org · 15 years ago
  16. d340879 Implement BreakDebugger for ARM. by deanm@chromium.org · 15 years ago
  17. 113ec0d Lands http://codereview.chromium.org/99349 for Ryan. by sky@chromium.org · 15 years ago
  18. d263ad7 POSIX: Add a macro for handling EINTR. by agl@chromium.org · 15 years ago
  19. 24cb89e Print backtraces on FATAL log messages in debug mode. by ajwong@chromium.org · 15 years ago
  20. ebeaa63 Some fixes to ease debugging of the renderer process on OS X. by jeremy@chromium.org · 16 years ago
  21. 2fa8efb "Port" StackTrace to Mac Review URL: http://codereview.chromium.org/18173 by mark@chromium.org · 16 years ago
  22. f2fc7ce Mac build fix by agl@chromium.org · 16 years ago
  23. 7b2d00e Add StackTrace debugging utility class. by agl@chromium.org · 16 years ago
  24. 4cc8c09 Add Mac BeingDebugged implementation by mark@chromium.org · 16 years ago
  25. fa95b46 Move NOTIMPLEMENTED() macro from "base/notimplemented.h" into "base/logging.h". by ericroman@google.com · 16 years ago
  26. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  27. c2b652a Make debug_util cross platform, adding BeingDebugged and BreakDebugger. Linux by deanm@google.com · 16 years ago