Searched refs:current_address (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | WatchpointAlgorithms.cpp | 147 addr_t current_address = aligned_start; in PowerOf2Watchpoints() local 149 while (current_address + aligned_size < user_end_address) { in PowerOf2Watchpoints() 150 result.push_back({current_address, aligned_size}); in PowerOf2Watchpoints() 151 current_address += aligned_size; in PowerOf2Watchpoints() 154 if (current_address < user_end_address) in PowerOf2Watchpoints() 155 result.push_back({current_address, aligned_size}); in PowerOf2Watchpoints()
|
| /src/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanStepThrough.cpp | 100 lldb::addr_t current_address = GetThread().GetRegisterContext()->GetPC(0); in LookForPlanToStepThroughFromCurrentPC() local 105 current_address, s.GetData()); in LookForPlanToStepThroughFromCurrentPC() 109 current_address); in LookForPlanToStepThroughFromCurrentPC()
|
| H A D | ThreadPlanRunToAddress.cpp | 193 lldb::addr_t current_address = GetThread().GetRegisterContext()->GetPC(); in AtOurAddress() local 197 if (m_addresses[i] == current_address) { in AtOurAddress()
|
| /src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | StopInfoMachException.cpp | 116 Address current_address = current_frame->GetFrameCodeAddress(); in DeterminePtrauthFailure() local 134 GetPtrauthInstructionInfo(target, arch, current_address); in DeterminePtrauthFailure() 157 uint64_t current_pc = current_address.GetLoadAddress(&target); in DeterminePtrauthFailure() 165 GetPtrauthInstructionInfo(target, arch, current_address); in DeterminePtrauthFailure() 169 DescribeAddressBriefly(strm, current_address, target); in DeterminePtrauthFailure()
|
| /src/usr.bin/dtc/ |
| H A D | fdt.cc | 1996 int current_address = std::stoi(c->unit_address, nullptr, 16); in reassign_fragment_numbers() local 1998 current_address += delta; in reassign_fragment_numbers() 2001 delta = current_address + 1; in reassign_fragment_numbers() 2002 new_address << std::hex << current_address; in reassign_fragment_numbers()
|