comparison DOCS/bugreports.html @ 8845:37fa18a88e76

10l to A'rpi
author diego
date Wed, 08 Jan 2003 20:00:55 +0000
parents 3f32b0a251ab
children 636c1e894a27
comparison
equal deleted inserted replaced
8844:3f32b0a251ab 8845:37fa18a88e76
237 237
238 and reproduce your crash. As soon as you did it, gdb will 238 and reproduce your crash. As soon as you did it, gdb will
239 return you to the command line prompt where you have to enter 239 return you to the command line prompt where you have to enter
240 240
241 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;bt<BR> 241 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;bt<BR>
242 &nbsp;&nbsp;&nbsp;&nbsp;disass $pc-32 $pc+32</CODE></P> 242 &nbsp;&nbsp;&nbsp;&nbsp;disass $pc-32 $pc+32<BR>
243 &nbsp;&nbsp;&nbsp;&nbsp;info all-registers</CODE></P> 243 &nbsp;&nbsp;&nbsp;&nbsp;info all-registers</CODE></P>
244 244
245 245
246 <H4>How to extract meaningful information from a core dump</H4> 246 <H4>How to extract meaningful information from a core dump</H4>
247 247