Searched refs:exc_data (Results 1 – 2 of 2) sorted by relevance
1729 const std::vector<addr_t> &exc_data, addr_t thread_dispatch_qaddr, in SetThreadStopInfo() argument1816 const size_t exc_data_size = exc_data.size(); in SetThreadStopInfo()1821 exc_data_size >= 1 ? exc_data[0] : 0, in SetThreadStopInfo()1822 exc_data_size >= 2 ? exc_data[1] : 0, in SetThreadStopInfo()1823 exc_data_size >= 3 ? exc_data[2] : 0)); in SetThreadStopInfo()2023 std::vector<addr_t> exc_data; in SetThreadStopInfo() local2053 exc_data.push_back(object->GetIntegerValue()); in SetThreadStopInfo()2144 reason, description, exc_type, exc_data, in SetThreadStopInfo()2180 std::vector<addr_t> exc_data; in SetThreadStopInfo() local2198 exc_data.push_back(x); in SetThreadStopInfo()[all …]
368 const std::vector<lldb::addr_t> &exc_data,