Lines Matching +full:machine +full:- +full:level
32 .Cd "makeoptions DEBUG=-g"
43 .Bl -bullet
71 .Pq Cd "makeoptions DEBUG=-g" .
82 .Ss "Inspecting the environment of the local machine"
86 .Dl "gdb -k -wcore kernel.debug /dev/mem"
108 .Dl "gdb -k kernel.debug /var/crash/vmcore.29"
123 enables the debugging machine stop the debugged machine once a connection has
144 .Bl -bullet
158 .Bd -literal -offset indent
166 .Bd -literal -offset indent
195 to find the firewire node corresponding to the remote machine.
196 On the local machine you might see:
197 .Bd -literal -offset indent
209 On the remote machine, it looks like this:
210 .Bd -literal -offset indent
221 .Dl "dconschat -br -G 5556 -t 0x000199000003622b"
248 .Bd -literal -offset indent
277 .Dl "dconschat -br -G 4711 -t 0x000199000003622b"
280 .Bd -literal -offset indent
285 .Ss "Non-cooperative debugging a live system with a remote firewire link"
289 This corresponds to debugging a local machine using
300 From the previous example, the remote machine shows:
301 .Bd -literal -offset indent
310 .Bd -literal -offset indent
311 # sysctl -w hw.firewire.fwmem.eui64_hi=0x00019900
312 hw.firewire.fwmem.eui64_hi: 0 -> 104704
313 # sysctl -w hw.firewire.fwmem.eui64_lo=0x0003622b
314 hw.firewire.fwmem.eui64_lo: 0 -> 221739
318 After this, you can examine the remote machine's state with the following input:
319 .Bd -literal -offset indent
320 # gdb -k kernel.debug /dev/fwmem0.0
345 .Bl -tag -width indent
353 information for the target machine and invite user to paste it back in.
362 Read in the symbol tables for the debugging machine.
390 .Bl -tag -width indent
392 Select stack frame 0 and show assembler-level details.
394 Select stack frame 1 and show assembler-level details.
396 Select stack frame 2 and show assembler-level details.
398 Select stack frame 3 and show assembler-level details.
400 Select stack frame 4 and show assembler-level details.
402 Select stack frame 5 and show assembler-level details.
442 .Bl -tag -width indent
473 .Bl -tag -width indent
482 .Va bp->data
505 .Bl -tag -width indent
526 .Bd -literal -offset indent
527 dmesg -M /var/crash/vmcore.0 -N kernel.debug
528 dmesg -M /dev/fwmem0.0 -N kernel.debug
546 .Bd -literal -offset indent
547 ps -M /var/crash/vmcore.0 -N kernel.debug
548 ps -M /dev/fwmem0.0 -N kernel.debug