Searched refs:exc_data_size (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Plugins/Process/scripted/ |
H A D | ScriptedThread.cpp | 274 uint32_t exc_data_size = 0; in CalculateStopInfo() local 288 exc_data_size = raw_codes.size(); in CalculateStopInfo() 292 *this, *exc_type, exc_data_size, in CalculateStopInfo() 293 exc_data_size >= 1 ? raw_codes[0] : 0, in CalculateStopInfo() 294 exc_data_size >= 2 ? raw_codes[1] : 0, in CalculateStopInfo() 295 exc_data_size >= 3 ? raw_codes[2] : 0); in CalculateStopInfo()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 1700 const size_t exc_data_size = exc_data.size(); in SetThreadStopInfo() local 1704 *thread_sp, exc_type, exc_data_size, in SetThreadStopInfo() 1705 exc_data_size >= 1 ? exc_data[0] : 0, in SetThreadStopInfo() 1706 exc_data_size >= 2 ? exc_data[1] : 0, in SetThreadStopInfo() 1707 exc_data_size >= 3 ? exc_data[2] : 0)); in SetThreadStopInfo()
|