aboutsummaryrefslogtreecommitdiff
path: root/coregrind/m_execontext.c
AgeCommit message (Expand)Author
2015-08-21Update copyright dates, to include 2015. No functional change.sewardj
2015-04-30Remove a few embarassing comments.florian
2015-03-26Improve --stats=yes:philippe
2014-10-22Constify coregrind.florian
2014-09-15coregrind files shall use vg_assert not tl_assert.florian
2014-06-242 execontexts in an hash table chain are not necessarily the same size.philippe
2013-10-18Update copyright dates (20XY-2012 ==> 20XY-2013)sewardj
2013-09-20In an attempt to fix the accounting for dynamic memory allocationflorian
2013-01-18Implement a more efficient allocation of small blocks which are never freed.philippe
2013-01-13Comment only changesphilippe
2013-01-12Implement --keep-stacktraces=alloc|free|alloc-and-free|alloc-then-free|nonephilippe
2013-01-11output the nr of IP in the stacktrace header produced by v.info exectxtphilippe
2013-01-10Addition of GDB server monitor command 'v.info execontext' that showsphilippe
2012-08-05Update copyright dates to include 2012.sewardj
2012-07-26Apply first_ip_delta also when only one frame is requestedflorian
2012-07-23Pass first_ip_delta to VG_(record_depth_1_ExeContext) as the functionflorian
2012-06-29Increase allowed size of a back-trace to 500 frames.florian
2011-10-23Update all copyright dates, from 20xy-2010 to 20xy-2011.sewardj
2011-04-11Create new module m_libcsetjmp, which wraps up uses ofsewardj
2010-05-03Update copyright dates to 2010.sewardj
2009-07-15Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464.sewardj
2009-05-07Fix up some stack trace inconsistencies:njn
2009-05-01Renamed various things for clarity. Added some comments. And fixed thenjn
2009-03-10Updated copyright years.njn
2008-10-25Merge Helgrind from branches/YARD into the trunk. Also includes somesewardj
2008-09-18Merge all remaining changes from branches/PTRCHECK. These are somesewardj
2008-07-18Format string fixes for ppc{32,64}-aix5.sewardj
2008-07-07Merged FORMATCHECK branch (r8368) to trunk.bart
2008-05-01Merge branches/OTRACK_BY_INSTRUMENTATION into the trunk. This addssewardj
2008-03-03Merge in the DATASYMS branch.sewardj
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj
2007-12-21Add a new method VG_(record_depth_1_ExeContext), a trivial derivativesewardj
2007-11-09Merge (from branches/THRCHECK) the following amd64-linux stack unwindsewardj
2007-08-23Dynamically expand the ExeContext hash table, rather than using asewardj
2007-08-22Make the ExeContext hash table a whole lot bigger.sewardj
2007-01-08Update copyright dates.sewardj
2006-10-24Make the hashing in VG_(record_ExeContext) 64-bit clean and moresewardj
2006-06-05Update copyright dates.sewardj
2005-12-25Merge in r5435 from COMPVBITS. Also added a note tonjn
2005-12-19Remove all remaining profiling gunk.njn
2005-10-06Changed some overflow-prone counters from UInt to ULong.njn
2005-09-28Increase some sizes to deal better with the new multigigabyte world:sewardj
2005-06-28Comment wibblesewardj
2005-06-21Don't #include pub_core_stacktrace.h in pub_core_execontext.h. Sonjn
2005-06-20Remove some unnecessary #includes, comment some others.njn
2005-06-19Final commit for the initial modularisation pass:njn
2005-06-11Having moved VG_(arena_strdup)() out of core.h, core.h no longernjn
2005-06-04Modularised assertions and panics in m_libcassert.njn
2005-06-03Modularise printing functions in m_libcprint.njn
2005-06-01Modularised the profiling stuff as m_profile.c. It's much more njn