summaryrefslogtreecommitdiffstats
path: root/base/debug
Commit message (Expand)AuthorAgeFilesLines
* Base: Last set of files to use BASE_API (for base.dll)rvargas@google.com2011-03-281-5/+7
* Move some files from base to base/memory.levin@chromium.org2011-03-286-13/+13
* Base: A few more files using BASE_API (for base.dll)rvargas@google.com2011-03-253-9/+19
* Fix null-termination on string copy in debug-on-start code.evan@chromium.org2011-02-221-1/+1
* Added command line switches and UI (controlled via a build option)davemoore@chromium.org2011-02-012-0/+100
* Make sure the process is _really_ gone after a __debugbreak(). We've had acevans@chromium.org2011-01-212-0/+6
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-212-5/+5
* Order function definitions in base/ according to the header.erg@google.com2011-01-111-66/+66
* Move base/debug_on_start to base/debugger and rename it to be _win since itbrettw@chromium.org2011-01-012-0/+151
* Remove base/debug_util. Move the debug UI related functions to base/debug/deb...brettw@google.com2011-01-014-3/+20
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-312-2/+2
* Remove compat_execinfo since we no longer support Mac 10.4.brettw@chromium.org2010-12-302-2/+2
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-131-2/+2
* This CL add a GetInstance() method to singleton classes instead of relying on...satish@chromium.org2010-12-045-15/+19
* scons: excise more scons references from the code baseevan@chromium.org2010-12-031-2/+2
* Help make base compile under NaClabarth@chromium.org2010-12-011-0/+15
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-5/+5
* Fixed logging so that vmodule works correctly againakalin@chromium.org2010-11-231-2/+4
* Move Windows-specific Event Tracing for Windows implementation to base/win. siggi@chromium.org2010-11-063-7/+15
* Update a bunch of FLAKY_ tests to match current realitystuartmorgan@chromium.org2010-10-281-2/+7
* Move debug-related stuff from base to the base/debug directory and use thebrettw@chromium.org2010-10-2617-0/+2096