summaryrefslogtreecommitdiffstats
path: root/base/debug
Commit message (Expand)AuthorAgeFilesLines
* Add COMPILE_ASSERT to ensure the result of Bind matches the Callback's type.ajwong@chromium.org2011-06-263-4/+5
* Patch for Solaris support, mostly ifdefs and header files, plus adds libevent...chromium@hybridsource.org2011-06-252-5/+5
* More POSIX support for Chromium, consisting mostly of broadening ifdefs. Thistony@chromium.org2011-06-021-1/+1
* Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to markglider@chromium.org2011-05-311-2/+14
* Revert 86990 - Fix http://codereview.chromium.org/6869009 to ignore an existi...msw@chromium.org2011-05-271-13/+1
* Fix http://codereview.chromium.org/6869009 to ignore an existing object exact...glider@chromium.org2011-05-271-1/+13
* Revert "Land http://codereview.chromium.org/6869009 for the third time."oshima@google.com2011-05-261-13/+1
* Land http://codereview.chromium.org/6869009 for the third time.glider@chromium.org2011-05-261-1/+13
* Store information about invoked RunnableFunction on stack to aid debugging of...apatrick@chromium.org2011-05-241-1/+3
* Try another way to alias a variable in optimized builds.apatrick@chromium.org2011-05-201-4/+7
* Tag all tracked objects, including Tasks, with the program counter at the sit...apatrick@chromium.org2011-05-192-0/+40
* Revert 85898 - Re-land http://codereview.chromium.org/6869009 (except for the...glider@chromium.org2011-05-191-13/+1
* Re-land http://codereview.chromium.org/6869009 (except for the suppressions)glider@chromium.org2011-05-191-1/+13
* memory: don't reserve trace events unless we're using tracingevan@chromium.org2011-05-181-1/+1
* Implemented threshold based trace events that only get added to the trace if ...jbates@chromium.org2011-05-133-167/+478
* Nits fix on trace_event.h and child_trace_message_filter.ccscheib@chromium.org2011-05-101-1/+1
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-106-306/+1243
* Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial...scheib@chromium.org2011-05-066-1193/+306
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-066-306/+1193
* Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial...scheib@chromium.org2011-05-056-1198/+306
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-056-306/+1198
* linux: components buildevan@chromium.org2011-05-021-1/+1
* Revert 83630 - linux components: expose one last function from base needed by...maf@chromium.org2011-04-301-1/+1
* linux components: expose one last function from base needed by test_shellevan@chromium.org2011-04-291-1/+1
* Base: More adjustments to BASE_API and project dependencies torvargas@google.com2011-04-211-4/+6
* Revert 82460 - Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can ...glider@chromium.org2011-04-211-13/+1
* Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to markglider@chromium.org2011-04-211-1/+13
* OpenBSD: make it possible to build libbase.a.phajdan.jr@chromium.org2011-04-152-0/+2
* Fix constness of StackTrace.willchan@chromium.org2011-04-144-10/+10
* 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