Searched refs:try_dirty_pages (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Process.cpp | 6521 static void AddRegion(const MemoryRegionInfo ®ion, bool try_dirty_pages, in AddRegion() argument 6529 if (try_dirty_pages && AddDirtyPages(region, ranges)) in AddRegion() 6537 const bool try_dirty_pages = true; in SaveOffRegionsWithStackPointers() local 6561 AddRegion(sp_region, try_dirty_pages, ranges); in SaveOffRegionsWithStackPointers() 6574 const bool try_dirty_pages = false; in GetCoreFileSaveRangesFull() local 6577 AddRegion(region, try_dirty_pages, ranges); in GetCoreFileSaveRangesFull() 6599 const bool try_dirty_pages = false; in GetCoreFileSaveRangesDirtyOnly() local 6603 AddRegion(region, try_dirty_pages, ranges); in GetCoreFileSaveRangesDirtyOnly() 6618 const bool try_dirty_pages = true; in GetCoreFileSaveRangesStackOnly() local 6626 AddRegion(region, try_dirty_pages, ranges); in GetCoreFileSaveRangesStackOnly()
|