Home
last modified time | relevance | path

Searched refs:stack_record (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/examples/darwin/heap_find/heap/
Dheap_find.cpp666 get_stack_for_address_enumerator(mach_stack_logging_record_t stack_record, in get_stack_for_address_enumerator() argument
670 stack_entry->address = (void *)stack_record.address; in get_stack_for_address_enumerator()
671 stack_entry->type_flags = stack_record.type_flags; in get_stack_for_address_enumerator()
672 stack_entry->argument = stack_record.argument; in get_stack_for_address_enumerator()
676 *(task_t *)task_ptr, stack_record.stack_identifier, stack_entry->frames, in get_stack_for_address_enumerator()