STREAMS/UX for the HP 9000 Reference Manual
131
Debugging STREAMS/UX Modules and Drivers
STREAMS/UX Debugging Tool
q_flag = 0x1120
QUSE
QOLD
QSYNCH
q_minpsz = 0
q_maxpsz = -1
q_hiwat = 0x200
q_lowat = 0x100
q_bandp = 0x0
q_nband = 0
q_pad1[0] = 00
q_pad1[1] = 00
m
struct msgb 0x2156780 S:2
b_next = 0x204ac00
b_prev = 0x0
b_cont = 0x21fb700
b_rptr = 0x2242bf2
b_wptr = 0x2242bf2
b_datap = 0x0
b_band = 0
b_pad1 = 00
b_flag = 0x0
b_pad2 = 0
?
navigation for structure msgb
'n' = b_next (msgb)
'p' = b_prev (msgb)
'm' = b_rptr (b_rptr)
'c' = b_cont (msgb)
'd' = b_datap (datab)
-- Hit any key to continue --
strdb provides different navigation commands for each data structure it
formats. The navigation commands for all the data structures are shown
below.
Queue Navigation
'i' = q_qinfo (qinit)
'm' = q_first (msgb)
'z' = q_last (msgb)
'n' = q_next (queue)
'l' = q_link (queue)
'b' = q_bandp (qband)
'o' = q_other (queue)