summaryrefslogtreecommitdiffstats
path: root/base/debug
Commit message (Expand)AuthorAgeFilesLines
* Adjust some comments in crash_logging.h.eroman2016-03-181-3/+3
* Try to get ToolsSanityTests passing with trunk clang again.thakis2016-02-241-20/+17
* Revert of Enable handle verifier for tests and add some tests. (patchset #11 ...wfh2016-02-061-8/+0
* Correct __UCLIBC__ build guards in stack_trace_posix.ccslan2016-02-021-1/+3
* Enable handle verifier for tests and add some tests.wfh2016-02-021-0/+8
* Allocator cleanup: allocator_extension call directly into tcmallocprimiano2016-01-253-3/+11
* Move CloseHandle hook into base/debug.wfh2016-01-062-0/+298
* Switch to standard integer types in base/debug/.avi2015-12-2421-25/+60
* Move base GN subprojects into base.brettw2015-12-211-87/+0
* These caused failures on debug win7 bots that need further investigation.wfh2015-12-213-307/+0
* Revert of Allow IAT patches to fail when patching for Active Verifier. (patch...finnur2015-12-211-8/+12
* Allow IAT patches to fail when patching for Active Verifier.wfh2015-12-211-12/+8
* Revert of Make base a static ibrary (patchset #3 id:40001 of https://coderevi...phoglund2015-12-181-2/+1
* Move handle verifier functions back to top level anonymous namespace.wfh2015-12-181-3/+3
* Make base a static ibrarybrettw2015-12-181-1/+2
* Add a warning suppression that was accidentally disabled in a recent move.kulshin2015-12-171-2/+2
* Move handle hooks into base/win and add tests.wfh2015-12-163-0/+307
* Move ENABLE_PROFILING to build flags system.brettw2015-12-052-2/+13
* Revert of Move ENABLE_PROFILING to build flags system. (patchset #3 id:40001 ...jochen2015-12-042-13/+2
* Move ENABLE_PROFILING to build flags system.brettw2015-12-042-2/+13
* Add base to "gn check".brettw2015-11-271-0/+1
* Remove memory category from chrome://tracingruuda2015-11-261-6/+4
* Cleanup: Correctly spell success(ful).thestig2015-11-231-4/+4
* mac: StackDumpSignalHandler() should reraise the signal.erikchen2015-11-051-43/+11
* Revert of StackDumpSignalHandler() should reraise the signal. (patchset #8 id...jorgelo2015-11-041-5/+44
* StackDumpSignalHandler() should reraise the signal.erikchen2015-11-031-44/+5
* 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