summaryrefslogtreecommitdiff
path: root/coregrind/pub_core_aspacemgr.h
AgeCommit message (Expand)AuthorFilesLines
2011-06-28Delete the AIX5 port. The last release this worked for is 3.4.1,sewardj1-45/+0
2011-05-06Implement a GDB server in Valgrind. See #214909.sewardj1-1/+7
2010-09-08Don't scan the entire Valgrind stack to check for impendingsewardj1-4/+4
2010-07-21Increase Valgrind's (per-thread) stack size from 64kB to 1MB,sewardj1-2/+2
2010-05-03Update copyright dates to 2010.sewardj1-1/+1
2009-06-24In VG_(get_changed_segments) use dynamic memory allocation rather thannjn1-1/+1
2009-05-28Merge the DARWIN branch onto the trunk.njn1-1/+18
2009-05-20DARWIN sync: UInt -> Int.njn1-1/+1
2009-03-10Updated copyright years.njn1-1/+1
2008-05-01Merge branches/OTRACK_BY_INSTRUMENTATION into the trunk. This addssewardj1-1/+3
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj1-1/+1
2007-01-08Update copyright dates.sewardj1-1/+1
2006-12-30Merge (from 3_2_BRANCH) r6457/8 (Support 64k pages on ppc32/64-linuxsewardj1-2/+7
2006-10-17Merge r6119:sewardj1-4/+79
2006-06-05Update copyright dates.sewardj1-1/+1
2006-03-27Merge in the COMPVBITS branch to the trunk. This is a big change tonjn1-4/+0
2005-11-16Move VG_(am_get_filename) to the tool accessible aspacemgr header file.tom1-1/+2
2005-10-04Create a new SkShmC segment type for shared memory segments so that wetom1-0/+6
2005-10-02Plumb 64-bit file offsets throughout the address space manager.sewardj1-4/+4
2005-09-28Privatise parse_procselfmaps() and move it into aspacemgr.c in ordersewardj1-8/+0
2005-09-28VG_(am_extend_into_adjacent_reservation_client): Do not allow thesewardj1-2/+4
2005-09-27This commit merges in changes from branches/ASPACEM (specifically,sewardj1-106/+274
2005-08-27Move some kernel constants to the right place.njn1-0/+1
2005-08-18Make show_segments() public, and use it when VG_(get_memory_from_mmap)()njn1-0/+2
2005-06-28Remove all the completely unused SF_* flags. I suspect some of thenjn1-17/+11
2005-06-25Made m_debuginfo not depend on m_aspacemgr, breaking the direct circularnjn1-0/+2
2005-06-24Moved the mman VG_(*_native)() functions into m_aspacemgr, and removednjn1-0/+6
2005-06-24Moved Robert's stack tracking code out of m_aspacemgr into a new modulenjn1-7/+0
2005-06-23Removed the VGA_/VGO_/VGP_ prefixes for arch/OS/platform-specificnjn1-3/+3
2005-06-21Don't #include pub_core_debuginfo.h in pub_core_aspacemgr.h. So havenjn1-2/+3
2005-06-19Move VG_(get_memory_from_mmap_for_client) out of m_aspacemgr intonjn1-3/+0
2005-06-19Put VG_(client_trampoline_code) in m_trampoline.njn1-1/+0
2005-06-19Move VG_(sanity_check_general) out of m_main.c into scheduler.c.njn1-2/+0
2005-06-11Move some decls out of tool.h into the new file pub_tool_aspacemgr.h.njn1-1/+1
2005-06-04Implement stack registration client requests. See the documentationrjwalsh1-0/+5
2005-06-01Moved VGA_(pointercheck)() into ASpaceMgr.njn1-0/+3
2005-05-31Modularised all the debug info stuff as m_debuginfo/. It's a messnjn1-0/+2
2005-05-31Modularised vg_main.c as m_main.c. Moved some stuff out of it to reduce thenjn1-0/+15
2005-05-14Renamed the field Segment.symtab to Segment.seginfo to avoid confusionnjn1-1/+1
2005-05-10Modularised the core/tool interface ('details', 'needs' and VG_(tdict))njn1-2/+1
2005-04-25Create a new module: ASpaceMgr, the address space manager. Thissewardj1-0/+144