aboutsummaryrefslogtreecommitdiff
path: root/coregrind/m_addrinfo.c
AgeCommit message (Expand)Author
2015-08-21Update copyright dates, to include 2015. No functional change.sewardj
2015-08-05Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness.florian
2015-07-21Bug 345248 - add support for Solaris OS in valgrindsewardj
2015-07-05Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru).florian
2015-03-21Fix leak : only strdup in SectKind.objname if a SectKind address is returnedphilippe
2015-02-26Include pub_core_aspacemgr.h only where needed.florian
2015-01-24Followup to r14886. So it turned out that in m_addrinfo we were alreadyflorian
2015-01-24VG_(am_get_filename) returns a pointer to memory that belongs to theflorian
2014-12-28Fix 341539 VG_(describe_addr) should not describe address as belonging to clientphilippe
2014-11-24Change pub_tool_addrinfo.h AddrInfo and VG_(describe_addr) so as to describephilippe
2014-11-13Merge revisions 14445 and 14446 from the BUF_REMOVAL branch to trunk.florian
2014-10-27Merge revisions 14255, 14293, and 14294 from the BUF_REMOVAL branch to trunk.florian
2014-10-25Merge r14202 from the BUF_REMOVAL branch to trunk.florian
2014-10-22Constify coregrind.florian
2014-09-19Handle explicitely all enum values in 'switch' on AddrInfo tagphilippe
2014-09-16Fix incorrect use of VG_(tool_panic). Adapt checker script accordingly.florian
2014-09-15coregrind files shall use vg_assert not tl_assert.florian
2014-09-02gcc on arm64 -Og produces a (false positive) warning thatphilippe
2014-08-31Improve description of an address that is on a stack but below sp.philippe
2014-07-25Have m_addrinfo.c giving more details about an address in a text segmentphilippe
2014-07-18Patch adding (or showing the proper/not confusing) helgrind thread nr for blockphilippe
2014-05-22Improve address description for address in the stack.philippe
2014-05-14Factorises the address code description and printingphilippe