Searched refs:frame_ptr_addr (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCoroutines.cpp34 lldb::addr_t frame_ptr_addr = ptr_sp->GetPointerValue(&addr_type); local
35 if (!frame_ptr_addr || frame_ptr_addr == LLDB_INVALID_ADDRESS)
41 return frame_ptr_addr;
45 lldb::addr_t frame_ptr_addr) {
50 auto destroy_func_ptr_addr = frame_ptr_addr + ptr_size;
83 lldb::addr_t frame_ptr_addr = local
85 if (frame_ptr_addr == LLDB_INVALID_ADDRESS)
88 if (frame_ptr_addr == 0) {
91 stream.Printf("coro frame = 0x%" PRIx64, frame_ptr_addr);
44 ExtractDestroyFunction(lldb::TargetSP target_sp, lldb::addr_t frame_ptr_addr) argument
[all...]

Completed in 105 milliseconds