Searched refs:exc_data (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 1654 const std::vector<addr_t> &exc_data, addr_t thread_dispatch_qaddr, in SetThreadStopInfo() argument 1733 const size_t exc_data_size = exc_data.size(); in SetThreadStopInfo() 1738 exc_data_size >= 1 ? exc_data[0] : 0, in SetThreadStopInfo() 1739 exc_data_size >= 2 ? exc_data[1] : 0, in SetThreadStopInfo() 1740 exc_data_size >= 3 ? exc_data[2] : 0)); in SetThreadStopInfo() 1988 std::vector<addr_t> exc_data; in SetThreadStopInfo() local 2002 &signo, &reason, &description, &exc_type, &exc_data, in SetThreadStopInfo() 2018 array->ForEach([&exc_data](StructuredData::Object *object) -> bool { in SetThreadStopInfo() 2019 exc_data.push_back(object->GetUnsignedIntegerValue()); in SetThreadStopInfo() 2111 reason, description, exc_type, exc_data, in SetThreadStopInfo() [all …]
|
| H A D | ProcessGDBRemote.h | 372 const std::vector<lldb::addr_t> &exc_data,
|