SYMBOL INDEX (75 symbols across 14 files) FILE: ETTrace/CommunicationFrame/Public/CommunicationFrame.h type PTStartFrame (line 38) | typedef struct _PTStartFrame { type PTMetadataFrame (line 44) | typedef struct _PTMetadataFrame { FILE: ETTrace/Tracer/EMGStackTraceRecorder.cpp function kern_return_t (line 18) | kern_return_t checkMachCall(kern_return_t result) { FILE: ETTrace/Tracer/EMGStackTraceRecorder.h type Stack (line 25) | struct Stack { FILE: Unwinding/Crashlytics/Crashlytics/Components/FIRCLSEmerge.c function FIRCLSWriteThreadStack (line 29) | void FIRCLSWriteThreadStack(thread_t thread, uintptr_t *frames, uint64_t... FILE: Unwinding/Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.c function FIRCLSSDKFileLog (line 21) | void FIRCLSSDKFileLog(FIRCLSInternalLogLevel level, const char* format, ... FILE: Unwinding/Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.h type FIRCLSInternalLogLevel (line 25) | typedef enum { type FIRCLSInternalLoggingWritableContext (line 33) | typedef struct { FILE: Unwinding/Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.c function FIRCLSThreadContextGetPC (line 77) | uintptr_t FIRCLSThreadContextGetPC(FIRCLSThreadContext* registers) { function FIRCLSThreadContextGetStackPointer (line 85) | uintptr_t FIRCLSThreadContextGetStackPointer(const FIRCLSThreadContext* ... function FIRCLSThreadContextSetStackPointer (line 93) | bool FIRCLSThreadContextSetStackPointer(FIRCLSThreadContext* registers, ... function FIRCLSThreadContextGetLinkRegister (line 103) | uintptr_t FIRCLSThreadContextGetLinkRegister(const FIRCLSThreadContext* ... function FIRCLSThreadContextSetLinkRegister (line 111) | bool FIRCLSThreadContextSetLinkRegister(FIRCLSThreadContext* registers, ... function FIRCLSThreadContextSetPC (line 121) | bool FIRCLSThreadContextSetPC(FIRCLSThreadContext* registers, uintptr_t ... function FIRCLSThreadContextGetFramePointer (line 131) | uintptr_t FIRCLSThreadContextGetFramePointer(const FIRCLSThreadContext* ... function FIRCLSThreadContextSetFramePointer (line 139) | bool FIRCLSThreadContextSetFramePointer(FIRCLSThreadContext* registers, ... FILE: Unwinding/Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.h type _STRUCT_MCONTEXT (line 35) | typedef _STRUCT_MCONTEXT FIRCLSThreadContext; type _STRUCT_UCONTEXT (line 40) | typedef _STRUCT_UCONTEXT _STRUCT_UCONTEXT64; FILE: Unwinding/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.c function FIRCLSUnwindInit (line 44) | bool FIRCLSUnwindInit(FIRCLSUnwindContext* context, FIRCLSThreadContext ... function FIRCLSUnwindNextFrame (line 56) | bool FIRCLSUnwindNextFrame(FIRCLSUnwindContext* context) { function FIRCLSUnwindGetPC (line 110) | uintptr_t FIRCLSUnwindGetPC(FIRCLSUnwindContext* context) { function FIRCLSUnwindGetStackPointer (line 118) | uintptr_t FIRCLSUnwindGetStackPointer(FIRCLSUnwindContext* context) { function FIRCLSUnwindGetFramePointer (line 126) | static uintptr_t FIRCLSUnwindGetFramePointer(FIRCLSUnwindContext* contex... function FIRCLSUnwindGetFrameRepeatCount (line 134) | uint32_t FIRCLSUnwindGetFrameRepeatCount(FIRCLSUnwindContext* context) { function FIRCLSUnwindNextFrameUsingAllStrategies (line 143) | static bool FIRCLSUnwindNextFrameUsingAllStrategies(FIRCLSUnwindContext*... function FIRCLSUnwindWithCompactUnwindInfo (line 219) | static bool FIRCLSUnwindWithCompactUnwindInfo(FIRCLSUnwindContext* conte... function FIRCLSUnwindContextHasValidPCAndSP (line 258) | bool FIRCLSUnwindContextHasValidPCAndSP(FIRCLSUnwindContext* context) { function FIRCLSUnwindIsAddressExecutable (line 274) | bool FIRCLSUnwindIsAddressExecutable(vm_address_t address) { function FIRCLSUnwindFirstExecutableAddress (line 284) | bool FIRCLSUnwindFirstExecutableAddress(vm_address_t start, FILE: Unwinding/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.h type FIRCLSUnwindContext (line 31) | typedef struct { FILE: Unwinding/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arm.c function FIRCLSUnwindWithLRRegister (line 23) | static bool FIRCLSUnwindWithLRRegister(FIRCLSThreadContext* registers) { function FIRCLSUnwindWithFramePointer (line 39) | bool FIRCLSUnwindWithFramePointer(FIRCLSThreadContext* registers, bool a... function FIRCLSUnwindStackPointerFromFramePointer (line 78) | uintptr_t FIRCLSUnwindStackPointerFromFramePointer(uintptr_t framePtr) { function FIRCLSCompactUnwindComputeRegisters (line 84) | bool FIRCLSCompactUnwindComputeRegisters(FIRCLSCompactUnwindContext* con... function FIRCLSDwarfUnwindGetRegisterValue (line 115) | uintptr_t FIRCLSDwarfUnwindGetRegisterValue(const FIRCLSThreadContext* r... function FIRCLSDwarfUnwindSetRegisterValue (line 190) | bool FIRCLSDwarfUnwindSetRegisterValue(FIRCLSThreadContext* registers, FILE: Unwinding/Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_x86.c function FIRCLSCompactUnwindComputeRegisters (line 33) | bool FIRCLSCompactUnwindComputeRegisters(FIRCLSCompactUnwindContext* con... function FIRCLSCompactUnwindBPFrame (line 64) | static bool FIRCLSCompactUnwindBPFrame(compact_unwind_encoding_t encoding, function FIRCLSUnwindWithStackScanning (line 103) | bool FIRCLSUnwindWithStackScanning(FIRCLSThreadContext* registers) { function FIRCLSUnwindWithFramePointer (line 116) | bool FIRCLSUnwindWithFramePointer(FIRCLSThreadContext* registers, bool a... function FIRCLSUnwindStackPointerFromFramePointer (line 139) | uintptr_t FIRCLSUnwindStackPointerFromFramePointer(uintptr_t framePtr) { function FIRCLSDwarfUnwindGetRegisterValue (line 145) | uintptr_t FIRCLSDwarfUnwindGetRegisterValue(const FIRCLSThreadContext* r... function FIRCLSDwarfUnwindSetRegisterValue (line 211) | bool FIRCLSDwarfUnwindSetRegisterValue(FIRCLSThreadContext* registers, function FIRCLSCompactUnwindComputeStackSize (line 307) | bool FIRCLSCompactUnwindComputeStackSize(const compact_unwind_encoding_t... function FIRCLSCompactUnwindDecompressPermutation (line 338) | bool FIRCLSCompactUnwindDecompressPermutation(const compact_unwind_encod... function FIRCLSCompactUnwindRemapRegisters (line 401) | bool FIRCLSCompactUnwindRemapRegisters(const compact_unwind_encoding_t e... function FIRCLSCompactUnwindRestoreRegisters (line 433) | bool FIRCLSCompactUnwindRestoreRegisters(compact_unwind_encoding_t encod... function FIRCLSCompactUnwindFrameless (line 478) | static bool FIRCLSCompactUnwindFrameless(compact_unwind_encoding_t encod... FILE: Unwinding/Crashlytics/ProtoSupport/nanopb_objc_generator.py function main (line 39) | def main(): function use_anonymous_oneof (line 58) | def use_anonymous_oneof(request): function use_bytes_for_strings (line 75) | def use_bytes_for_strings(request): function iterate_messages (line 101) | def iterate_messages(request): function nanopb_parse_options (line 116) | def nanopb_parse_options(request): function nanopb_parse_files (line 143) | def nanopb_parse_files(request, options): function nanopb_generate (line 163) | def nanopb_generate(request, options, parsed_files): function nanopb_write (line 195) | def nanopb_write(results): FILE: Unwinding/Crashlytics/ProtoSupport/proto_generator.py function main (line 59) | def main(): class NanopbGenerator (line 108) | class NanopbGenerator(object): method __init__ (line 111) | def __init__(self, args, proto_files): method run (line 115) | def run(self): method __run_generator (line 132) | def __run_generator(self, out_dir): function protoc_command (line 151) | def protoc_command(args): function run_protoc (line 159) | def run_protoc(args, cmd): function remove_well_known_protos (line 182) | def remove_well_known_protos(filenames): function post_process_files (line 198) | def post_process_files(filenames, *processors): function write_file (line 210) | def write_file(filename, lines): function add_copyright (line 216) | def add_copyright(lines): function nanopb_remove_extern_c (line 223) | def nanopb_remove_extern_c(lines): function nanopb_rename_delete (line 248) | def nanopb_rename_delete(lines): function nanopb_use_module_import (line 264) | def nanopb_use_module_import(lines): function strip_trailing_whitespace (line 269) | def strip_trailing_whitespace(lines): function objc_flatten_imports (line 274) | def objc_flatten_imports(lines): function objc_strip_extension_registry (line 281) | def objc_strip_extension_registry(lines): function collect_files (line 296) | def collect_files(root_dir, *extensions): function mkdir (line 317) | def mkdir(dirname):