summaryrefslogtreecommitdiffstats
path: root/base/debug
Commit message (Expand)AuthorAgeFilesLines
* Copy the register context before calling StackWalk64rnk2015-10-062-5/+13
* Revert of Use a class instead of several separate globals in crash_logging.cc...zhaoqin2015-09-253-124/+78
* Use a class instead of several separate globals in crash_logging.cc.rsesek2015-09-243-78/+124
* Fixes to possible GetLastError bugsbrucedawson2015-09-171-1/+1
* Prevent base::debug::BreakDebugger() from being folded by the linkerhashimoto2015-08-261-0/+7
* Print stack traces in browser tests when any process crashes, or an assert fi...jam2015-08-173-92/+84
* Revert of Print stack traces in child processes when browser tests failed. (p...rockot2015-08-163-78/+78
* Print stack traces in child processes when browser tests failed.jam2015-08-133-78/+78
* Update SplitString calls to new formbrettw2015-08-081-2/+2
* Change PostTask in base::debug::TaskAnnotator::RunTask() and base::debug::Ta...yuhaoz2015-08-071-7/+9
* Revert of Update SplitString calls to new form (patchset #5 id:80001 of https...pkasting2015-08-071-2/+2
* CFI: Add diagnostic information to likely CFI violation stack traces.pcc2015-08-071-0/+13
* Update SplitString calls to new formbrettw2015-08-071-2/+2
* Fix and enable MSVC warning C4018 for base/.pkasting2015-07-211-4/+2
* Extract trace from TaskAnnotator::RunTask to its call sitescaseq2015-07-163-20/+10
* Move JoinString to the base namespace.brettw2015-07-151-1/+1
* Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt...hongchan2015-07-141-1/+1
* Move JoinString to the base namespace.brettw2015-07-141-1/+1
* Replace StringPrintf("%d", ...) with IntToString()ricea2015-07-011-3/+3
* Fix -INT_MIN integer overflow in itoa_r().tnagel2015-06-231-1/+2
* Move safe_strerror to posix directory and the base namespace.brettw2015-06-091-1/+0
* Work around Clang's new -Wmismatched-new-delete warning.hans2015-05-191-1/+7
* Cleanup: Fix base header include guards.tfarina2015-05-131-1/+1
* Cleanup: removing unused descendants information from tracked objects.vadimt2015-05-011-1/+0
* De-duplicate BASE_IMPLEMENTATION define in the GN build.brettw2015-03-161-2/+2
* Fix stack trace symbol on Linux GN builds.xhwang2015-03-131-0/+1
* Fix GN NaCl Debug build of base.ncbray2015-03-101-0/+75
* Include the LSan header directly in base/debug/leak_annotations.h.earthdok2015-03-101-10/+1
* base: Fix/add header #ifndef guards.danakj2015-03-102-6/+6
* Revert of base: Fix/add header #ifndef guards. (patchset #2 id:20001 of https...bnc2015-03-092-6/+6
* base: Fix/add header #ifndef guards.danakj2015-03-092-6/+6
* xp: copy dbghelp.dll to output dir and have base.isolate use it therescottmg2015-02-252-6/+3
* Revert of xp: copy dbghelp.dll to output dir and have base.isolate use it the...scottmg2015-02-242-3/+6
* xp: copy dbghelp.dll to output dir and have base.isolate use it therescottmg2015-02-242-6/+3
* Temporarily disable stack trace tests, pending investigation on XP botsScott Graham2015-02-242-3/+6
* Remove base::WaitForSingleProcessrvargas2015-02-241-2/+3
* Add dbghelp.dll that works on XP, and include in base.isolateScott Graham2015-02-231-4/+0
* Support creation of StackTrace directly from CONTEXT structwittman2015-02-032-9/+26
* Deleting the forwarding header files base/debug/trace_event*ssid2015-02-035-70/+0
* Mechanical rename of tracing includes for /baseprimiano2015-01-311-1/+1
* Move base/debug/trace_event* to base/trace_event/ [part 1]ssid2015-01-2721-10738/+26
* Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::...charliea2015-01-263-24/+1
* Cleanup dead code in base/ as found by Scythe.thestig2015-01-221-1/+0
* Tweak tracing JSON output formatting.alph2015-01-131-4/+4
* MultiProcessTest: Update SpawnChild* to return a Process.rvargas2015-01-121-3/+4
* Fixed GPU tracing so the categories do not get mixed.dyen2015-01-081-0/+10
* Standardize usage of virtual/override/final specifiers in base/.dcheng2014-12-235-11/+9
* Revert of DevTools: Parallelize trace messages serialization. (patchset #7 id...fmeawad2014-12-192-29/+12
* DevTools: Parallelize trace messages serialization.loislo2014-12-172-12/+29
* Tracing: make filtering logic more intuitive for multiple categoriescaseq2014-12-123-34/+63