Mercurial > hg > xemacs-beta
comparison src/gdbinit @ 380:8626e4521993 r21-2-5
Import from CVS: tag r21-2-5
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 11:07:10 +0200 |
| parents | cc15677e0335 |
| children | 1f50e6fe4f3f |
comparison
equal
deleted
inserted
replaced
| 379:76b7d63099ad | 380:8626e4521993 |
|---|---|
| 219 if $type == dbg_Lisp_Type_Cons || $imp == lrecord_cons | 219 if $type == dbg_Lisp_Type_Cons || $imp == lrecord_cons |
| 220 pstruct Lisp_Cons | 220 pstruct Lisp_Cons |
| 221 else | 221 else |
| 222 if $type == dbg_Lisp_Type_Symbol || $imp == lrecord_symbol | 222 if $type == dbg_Lisp_Type_Symbol || $imp == lrecord_symbol |
| 223 pstruct Lisp_Symbol | 223 pstruct Lisp_Symbol |
| 224 printf "Symbol name: %s\n", $xstruct->name->_data | 224 printf "Symbol name: %s\n", $xstruct->name->data |
| 225 else | 225 else |
| 226 if $type == dbg_Lisp_Type_Vector || $imp == lrecord_vector | 226 if $type == dbg_Lisp_Type_Vector || $imp == lrecord_vector |
| 227 pstruct Lisp_Vector | 227 pstruct Lisp_Vector |
| 228 printf "Vector of length %d\n", $xstruct->size | 228 printf "Vector of length %d\n", $xstruct->size |
| 229 #print *($xstruct->_data) @ $xstruct->size | 229 #print *($xstruct->data) @ $xstruct->size |
| 230 else | 230 else |
| 231 if $imp == lrecord_bit_vector | 231 if $imp == lrecord_bit_vector |
| 232 pstruct Lisp_Bit_Vector | 232 pstruct Lisp_Bit_Vector |
| 233 else | 233 else |
| 234 if $imp == lrecord_buffer | 234 if $imp == lrecord_buffer |
| 257 else | 257 else |
| 258 if $imp == lrecord_console | 258 if $imp == lrecord_console |
| 259 pstruct console | 259 pstruct console |
| 260 else | 260 else |
| 261 if $imp == lrecord_database | 261 if $imp == lrecord_database |
| 262 pstruct database | 262 pstruct Lisp_Database |
| 263 else | 263 else |
| 264 if $imp == lrecord_device | 264 if $imp == lrecord_device |
| 265 pstruct device | 265 pstruct device |
| 266 else | 266 else |
| 267 if $imp == lrecord_event | 267 if $imp == lrecord_event |
| 289 pstruct frame | 289 pstruct frame |
| 290 else | 290 else |
| 291 if $imp == lrecord_glyph | 291 if $imp == lrecord_glyph |
| 292 pstruct Lisp_Glyph | 292 pstruct Lisp_Glyph |
| 293 else | 293 else |
| 294 if $imp == lrecord_hashtable | 294 if $imp == lrecord_hash_table |
| 295 pstruct hashtable | 295 pstruct Lisp_Hash_Table |
| 296 else | 296 else |
| 297 if $imp == lrecord_image_instance | 297 if $imp == lrecord_image_instance |
| 298 pstruct Lisp_Image_Instance | 298 pstruct Lisp_Image_Instance |
| 299 else | 299 else |
| 300 if $imp == lrecord_keymap | 300 if $imp == lrecord_keymap |
| 301 pstruct keymap | 301 pstruct Lisp_Keymap |
| 302 else | 302 else |
| 303 if $imp == lrecord_lcrecord_list | 303 if $imp == lrecord_lcrecord_list |
| 304 pstruct lcrecord_list | 304 pstruct lcrecord_list |
| 305 else | 305 else |
| 306 if $imp == lrecord_lstream | 306 if $imp == lrecord_lstream |
| 376 end | 376 end |
| 377 end | 377 end |
| 378 end | 378 end |
| 379 end | 379 end |
| 380 end | 380 end |
| 381 end | 381 # Repeat after me... gdb sux, gdb sux, gdb sux... |
| 382 end | 382 end |
| 383 end | 383 end |
| 384 end | 384 end |
| 385 end | 385 end |
| 386 end | 386 end |
| 387 end | 387 end |
| 388 end | 388 end |
| 389 end | 389 end |
| 390 end | 390 end |
| 391 end | 391 end |
| 392 end | 392 end |
| 393 end | 393 end |
| 394 end | 394 end |
| 395 end | 395 end |
| 396 end | 396 end |
| 397 end | 397 end |
| 398 end | 398 end |
| 399 end | |
| 400 # Are we having fun yet?? | |
| 399 end | 401 end |
| 400 end | 402 end |
| 401 end | 403 end |
| 402 end | 404 end |
| 403 end | 405 end |
