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 | 1709 const std::vector<addr_t> &exc_data, addr_t thread_dispatch_qaddr, in SetThreadStopInfo() argument 1800 const size_t exc_data_size = exc_data.size(); in SetThreadStopInfo() 1804 exc_data_size >= 1 ? exc_data[0] : 0, in SetThreadStopInfo() 1805 exc_data_size >= 2 ? exc_data[1] : 0, in SetThreadStopInfo() 1806 exc_data_size >= 3 ? exc_data[2] : 0)); in SetThreadStopInfo() 2071 std::vector<addr_t> exc_data; in SetThreadStopInfo() local 2085 &signo, &reason, &description, &exc_type, &exc_data, in SetThreadStopInfo() 2101 array->ForEach([&exc_data](StructuredData::Object *object) -> bool { in SetThreadStopInfo() 2102 exc_data.push_back(object->GetUnsignedIntegerValue()); in SetThreadStopInfo() 2194 reason, description, exc_type, exc_data, in SetThreadStopInfo() [all …]
|
| H A D | ProcessGDBRemote.h | 371 const std::vector<lldb::addr_t> &exc_data,
|