Searched refs:exc_data_size (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedThread.cpp | 296 uint32_t exc_data_size = 0; in CalculateStopInfo() local 310 exc_data_size = raw_codes.size(); in CalculateStopInfo() 314 *this, *exc_type, exc_data_size, in CalculateStopInfo() 315 exc_data_size >= 1 ? raw_codes[0] : 0, in CalculateStopInfo() 316 exc_data_size >= 2 ? raw_codes[1] : 0, in CalculateStopInfo() 317 exc_data_size >= 3 ? raw_codes[2] : 0); in CalculateStopInfo()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 1800 const size_t exc_data_size = exc_data.size(); in SetThreadStopInfo() local 1803 *thread_sp, exc_type, 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()
|