platform_system_core/libunwindstack/tools
Casey Dahlin 6b95a0e999 Internalize subclasses of Memory
There are many subclasses of the Memory class and the overwhelming
majority of them don't need to be exposed externally. We move all of
them to internal headers except MemoryOfflineBuffer, which moves to a
separate header. This dramatically reduces the exposed API surface and
makes the code more modular.

Also, remove the Offline code from libbacktrace. It's not used any where.

Test: Unit tests pass, clean tree still builds
Change-Id: I55dacdf080daba0bfe65c1ad53a4b326bb482e83
2019-06-11 12:09:18 -07:00
..
unwind.cpp Revert "Check for data races when reading JIT/DEX entries." 2019-04-05 18:23:32 +00:00
unwind_for_offline.cpp Revert "Check for data races when reading JIT/DEX entries." 2019-04-05 18:23:32 +00:00
unwind_info.cpp Internalize subclasses of Memory 2019-06-11 12:09:18 -07:00
unwind_reg_info.cpp Internalize subclasses of Memory 2019-06-11 12:09:18 -07:00
unwind_symbols.cpp Internalize subclasses of Memory 2019-06-11 12:09:18 -07:00