platform_system_core/libunwindstack/tests
Christopher Ferris eb4a6dbf5c Speed up StepIfSignalHandler path.
The StepIfSignalHandler code reads from the process memory object, which
is currently the slowest way to read memory. Change the code to read from
the elf memory object which will almost always be a memory mapped file and
should be really fast.

Also, move the tests for StepIfSignalHandler to its own file.

Bug: 23762183

Test: Unit tests pass.
Change-Id: I1100b50554e5ef736a87babd484f3f34e9071caa
2017-07-19 21:35:46 +00:00
..
files Init .gnu_debugdata in GetElf(). 2017-06-30 17:24:58 -07:00
ArmExidxDecodeTest.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
ArmExidxExtractTest.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
DwarfCfaLogTest.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
DwarfCfaTest.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
DwarfDebugFrameTest.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
DwarfEhFrameTest.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
DwarfMemoryTest.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
DwarfOpLogTest.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
DwarfOpTest.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
DwarfSectionImplTest.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
DwarfSectionTest.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
ElfInterfaceArmTest.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
ElfInterfaceTest.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
ElfTest.cpp Add signal handling to the register object. 2017-07-18 17:27:48 -07:00
ElfTestUtils.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
ElfTestUtils.h Make the library usable as a library. 2017-07-14 12:20:23 -07:00
GenGnuDebugdata.cpp Add .gnu_debugdata support. 2017-06-28 15:23:10 -07:00
LogFake.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
LogFake.h Make the library usable as a library. 2017-07-14 12:20:23 -07:00
MapInfoCreateMemoryTest.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
MapInfoGetElfTest.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
MapsTest.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
MemoryBufferTest.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
MemoryFake.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
MemoryFake.h Make the library usable as a library. 2017-07-14 12:20:23 -07:00
MemoryFileTest.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
MemoryLocalTest.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
MemoryRangeTest.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
MemoryRemoteTest.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
MemoryTest.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
RegsFake.h Speed up StepIfSignalHandler path. 2017-07-19 21:35:46 +00:00
RegsStepIfSignalHandlerTest.cpp Speed up StepIfSignalHandler path. 2017-07-19 21:35:46 +00:00
RegsTest.cpp Speed up StepIfSignalHandler path. 2017-07-19 21:35:46 +00:00
SymbolsTest.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
UnwindTest.cpp Add signal handling to the register object. 2017-07-18 17:27:48 -07:00