summaryrefslogtreecommitdiffstats
path: root/base/debug_util_win.cc
Commit message (Expand)AuthorAgeFilesLines
* 0-initialize the function dump.maruel@chromium.org2009-10-271-1/+2
* Print stack trace on exception in unit tests on Windows.maruel@chromium.org2009-09-081-16/+40
* Not calling debugbreak when SymInitialize fails with "invalid parameter".tommi@chromium.org2009-08-281-1/+6
* Fix StackTrace on Windows.maruel@chromium.org2009-08-241-63/+23
* Reduce header dependencies in base/phajdan.jr@chromium.org2009-06-031-2/+4
* Print backtraces on FATAL log messages in debug mode.ajwong@chromium.org2009-04-241-6/+184
* "Port" StackTrace to Macmark@chromium.org2009-01-161-5/+0
* Windows build fix: sorry, I commit from the wrong tree.agl@chromium.org2009-01-161-0/+1
* Add StackTrace debugging utility class.agl@chromium.org2009-01-161-0/+12
* 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/+127