Searched defs:address_list (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Target/
H A DThreadPlanStepUntil.cpp38 lldb::addr_t *address_list,
85 Breakpoint *until_bp = target_sp->CreateBreakpoint (address_list[i], true).get();
89 m_until_points[address_list[i]] = until_bp->GetID();
94 m_until_points[address_list[i]] = LLDB_INVALID_BREAK_ID;
35 ThreadPlanStepUntil( Thread &thread, lldb::addr_t *address_list, size_t num_addresses, bool stop_others, uint32_t frame_idx ) argument
H A DThread.cpp1497 lldb::addr_t *address_list,
1502 ThreadPlanSP thread_plan_sp (new ThreadPlanStepUntil (*this, address_list, num_addresses, stop_other_threads, frame_idx));
1496 QueueThreadPlanForStepUntil(bool abort_other_plans, lldb::addr_t *address_list, size_t num_addresses, bool stop_other_threads, uint32_t frame_idx) argument
/external/lldb/source/Commands/
H A DCommandObjectThread.cpp1024 std::vector<addr_t> address_list; local
1049 address_list.push_back (address);
1056 if (address_list.size() == 0)
1068 &address_list.front(),
1069 address_list.size(),

Completed in 371 milliseconds