Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectThread.cpp476 Address pc_address = frame->GetFrameCodeAddress(); in DoExecute() local
477 block->GetRangeContainingAddress(pc_address, block_range); in DoExecute()
485 pc_address.GetFileAddress() - in DoExecute()
489 range = AddressRange(pc_address, range_length); in DoExecute()
/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp3746 Address pc_address; in WindowDelegateDraw() local
3749 pc_address = frame_sp->GetFrameCodeAddress(); in WindowDelegateDraw()
3751 pc_address.IsValid() in WindowDelegateDraw()
3752 ? insts.GetIndexOfInstructionAtAddress(pc_address) in WindowDelegateDraw()