aboutsummaryrefslogtreecommitdiff
path: root/coregrind/m_debuginfo
AgeCommit message (Expand)Author
2015-10-19Silence -Wcast-qual const qualifier warning. n-i-bz.rhyskidd
2015-09-16Pick up 'egrep' and 'strings' from $PATH instead of usingflorian
2015-09-13Fix various compiler warnings for the arm architecture.florian
2015-08-25Fix a leak of the abbrev hash table when --read-var-info=yes is givenphilippe
2015-08-21Update copyright dates, to include 2015. No functional change.sewardj
2015-08-18Fix a second format string error observed whilst building on OSX 10.10.sewardj
2015-08-17Fix a format string error observed whilst building on OSX 10.10.sewardj
2015-08-14Bug 348345 - Assertion fails for negative linenosewardj
2015-08-09Fix a few function declarations.florian
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-07349941 di_notify_mmap might create wrong start/size DebugInfoMappingmjw
2015-07-05Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru).florian
2015-06-07Inline ensure_valid. This improves reading the debug info of big executablesphilippe
2015-06-02Add a gdbxrv monitor command to print the CFI unwind info for an address+lenphilippe
2015-05-26Slightly improve x86 unwind intensive workload.philippe
2015-05-25Some platforms such as x86 and amd64 have efficient unaligned access.philippe
2015-04-30Remove a few embarassing comments.florian
2015-04-30DW_CFA_def_cfa_expression: don't push the CFA on the stack beforesewardj
2015-04-10Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com)sewardj
2015-03-20Do not reuse Creg_IA_* for s390. Add dedicated entries Creg_S390_...florian
2015-03-12Fix two bugs:florian
2015-03-11Remove assertion. Unlikely as it may be, len may be hugeflorian
2015-03-10Issue a warning if a function has more than 5 million bytes offlorian
2015-03-06Update comment about range checks with observations from Florian.sewardj
2015-03-05Minor changes in an attempt to improve performance and reducesewardj
2015-02-23Stop gcc -Og complaining (incorrectly) about filessize being usedsewardj
2015-02-20canonicaliseSymtab: fix silly logic that could cause the function tosewardj
2015-02-18Messaging cleanup for the PDB reader. No functional change.sewardj
2015-02-18For PDB stats printing, don't print the number of inl-info records,sewardj
2015-02-18Improve string table reading for MSVC2010 compiled code. Also seemssewardj
2015-02-17ML_(find_name_of_pdb_file): bit a bit more careful when grepping thesewardj
2015-02-09Fix a bug introduced in r14913.florian
2015-02-09Bug #343978 Recognize DWARF5/GCC5 DW_LANG_Fortran 2003 and 2008 constants.mjw
2015-02-06Fix undefined behaviours when shifting.florian
2015-01-24VG_(am_get_filename) returns a pointer to memory that belongs to theflorian
2015-01-04TyEnt::TyStOrUn::fieldRs is never NULL as VG_(newXA) always returnsflorian
2014-12-20Buffer audit. Resize some.florian
2014-12-17Remove two fixed-size buffers in the dwarf readers.florian
2014-12-17Comment change. Function vg_panic does not exist.florian
2014-12-16Simplify the VG_(get_filename_linenum) interface by removingflorian
2014-12-13Fix BZ #116002.florian
2014-12-07Remove fixed size arrays in the dwarf-3 parser.florian
2014-12-06Eliminate fixed size buffer 'the_CIEs' and allocate it dynamically.florian
2014-11-26Bug 341238. Recognize GCC5/DWARFv5 DW_LANG constants Go, C11, C++11, C++14.mjw
2014-11-19Fix typos in a commentphilippe
2014-11-14Minor non-functional cleanups.florian
2014-11-13Merge revisions 14445 and 14446 from the BUF_REMOVAL branch to trunk.florian
2014-11-09Fix a bug spotted by IBM's BEAM checker in VG_(describe_IP).florian
2014-11-09Change VG_(mkstemp) such thatflorian