platform_system_core/libunwindstack
Casey Dahlin 0e113851a5 Add unistd.h to includes in Regs.h
This is required to use pid_t, but by luck nobody noticed its absence
until the Fuchsia build.

Test: Code now builds inside Fuchsia
2019-03-08 15:04:48 -08:00
..
benchmarks Fix copy / move behaviour of Maps object. 2019-03-05 13:05:36 +00:00
include/unwindstack Add unistd.h to includes in Regs.h 2019-03-08 15:04:48 -08:00
tests Fix copy / move behaviour of Maps object. 2019-03-05 13:05:36 +00:00
tools Fix bug in unwind_info display of exidx frame. 2019-01-28 14:51:19 -08:00
.clang-format
Android.bp Fix libdexfile dependencies to avoid direct dependency on libdexfile_external. 2019-02-24 22:04:11 +00:00
ArmExidx.cpp
ArmExidx.h
AsmGetRegsMips.S
AsmGetRegsMips64.S
AsmGetRegsX86.S
AsmGetRegsX86_64.S
Check.h
DexFile.cpp Some minor updates in the libdexfile external API. 2019-01-09 23:25:25 +00:00
DexFile.h Some minor updates in the libdexfile external API. 2019-01-09 23:25:25 +00:00
DexFiles.cpp Revert^2 "Use libdexfile external API in libunwindstack." 2018-12-19 21:04:35 +00:00
DwarfCfa.cpp Move DwarfCfaInfo::kTable from data.rel.ro to rodata 2018-12-14 06:03:09 -08:00
DwarfCfa.h Move DwarfCfaInfo::kTable from data.rel.ro to rodata 2018-12-14 06:03:09 -08:00
DwarfDebugFrame.h
DwarfEhFrame.h
DwarfEhFrameWithHdr.cpp
DwarfEhFrameWithHdr.h
DwarfEncoding.h
DwarfMemory.cpp Remove CHECK in AdjustEncodedValue. 2018-12-20 08:40:58 -08:00
DwarfOp.cpp libunwindstack: Move DwarfOp callback table to rodata section 2019-01-24 11:11:15 -08:00
DwarfOp.h libunwindstack: Move DwarfOp callback table to rodata section 2019-01-24 11:11:15 -08:00
DwarfSection.cpp Fix implicit fall through switch cases. 2018-09-19 14:12:59 -07:00
Elf.cpp Add caching of build id in MapInfo object. 2019-01-17 20:14:00 -08:00
ElfInterface.cpp Add caching of build id in MapInfo object. 2019-01-17 20:14:00 -08:00
ElfInterfaceArm.cpp
ElfInterfaceArm.h
Global.cpp Fix copy / move behaviour of Maps object. 2019-03-05 13:05:36 +00:00
JitDebug.cpp Verify that the elf matches the expected arch. 2018-10-29 18:08:09 -07:00
LocalUnwinder.cpp Verify that the elf matches the expected arch. 2018-10-29 18:08:09 -07:00
Log.cpp
MapInfo.cpp Avoid signed extension of chars for build ids. 2019-01-30 12:09:11 -08:00
Maps.cpp Fix copy / move behaviour of Maps object. 2019-03-05 13:05:36 +00:00
Memory.cpp Add missing includes. 2018-12-06 10:09:20 -08:00
OWNERS
Regs.cpp
RegsArm.cpp Add missing includes. 2018-12-06 10:09:20 -08:00
RegsArm64.cpp Add missing includes. 2018-12-06 10:09:20 -08:00
RegsInfo.h Fix off by one error. 2018-10-23 18:10:41 +01:00
RegsMips.cpp Fix usage of Read instead of ReadFully. 2019-01-15 19:10:49 -08:00
RegsMips64.cpp Add missing includes. 2018-12-06 10:09:20 -08:00
RegsX86.cpp
RegsX86_64.cpp Add missing includes. 2018-12-06 10:09:20 -08:00
Symbols.cpp Add missing includes. 2018-12-06 10:09:20 -08:00
Symbols.h
Unwinder.cpp Fix crash in libunwindstack. 2019-01-24 16:29:36 -08:00