Home
last modified time | relevance | path

Searched refs:exc_datas (Results 1 – 1 of 1) sorted by relevance

/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachException.cpp98 std::vector<uint64_t> exc_datas; in catch_mach_exception_raise() local
103 exc_datas.push_back(tmp); in catch_mach_exception_raise()
110 (uint64_t)(exc_data_count > 0 ? exc_datas[0] : 0xBADDBADD), in catch_mach_exception_raise()
111 (uint64_t)(exc_data_count > 1 ? exc_datas[1] : 0xBADDBADD)); in catch_mach_exception_raise()