====== command qL ====== **Format:** ‘qL startflag threadcount nextthread’ **Meaning:** Obtain thread information from RTOS. Where: startflag (one hex digit) is one to indicate the first query and zero to indicate a subsequent query; threadcount (two hex digits) is the maximum number of threads the response packet can contain; and nextthread (eight hex digits), for subsequent queries (startflag is zero), is returned in the response as argthread. Don’t use this packet; use the ‘qfThreadInfo’ query instead. **Reply:** qM count done argthread thread… Where: count (two hex digits) is the number of threads being returned; done (one hex digit) is zero to indicate more threads and one indicates no further threads; argthreadid (eight hex digits) is nextthread from the request packet; thread… is a sequence of thread IDs, threadid (eight hex digits), from the target.