summaryrefslogtreecommitdiffstats
path: root/base/debug
Commit message (Expand)AuthorAgeFilesLines
* [Mac] Capture -dealloc backtrace to log with CrZombie messages.shess@chromium.org2011-08-302-0/+18
* Disable frame pointer optimization on base::debug::StackTrace() so it works p...eroman@chromium.org2011-08-271-0/+13
* Include base/stringprintf.h in base/debug/profiler.cc.hans@chromium.org2011-08-171-1/+1
* Implement backend for thread names and process names.nduca@chromium.org2011-08-093-66/+215
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-056-25/+25
* Re-land r93365 - add RefCountedStringjoth@chromium.org2011-07-222-6/+7
* Allow trace event to work with temporary name strings.joth@chromium.org2011-07-213-78/+196
* Add COMPONENT_BUILD global define. darin@chromium.org2011-07-131-2/+2
* Revert "Add COMPONENT_BUILD global define. "yurys@chromium.org2011-07-131-2/+2
* Add COMPONENT_BUILD global define. darin@chromium.org2011-07-131-2/+2
* Upstream android debug and log related filesmichaelbai@google.com2011-07-073-4/+85
* 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