Guest

Untitled

By: a guest on Jan 28th, 2012  |  syntax: None  |  size: 1.09 KB  |  hits: 10  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. === modified file 'cgdb/src/cgdbrc.c'
  2. --- cgdb/src/cgdbrc.c   2008-05-28 12:24:32 +0000
  3. +++ cgdb/src/cgdbrc.c   2009-05-01 13:50:16 +0000
  4. @@ -202,7 +202,11 @@
  5.         /* kill                 */ { "k",                       command_do_tgdbcommand, TGDB_KILL },
  6.         /* step                 */ { "step",            command_do_tgdbcommand, TGDB_STEP },
  7.         /* step                 */ { "s",                       command_do_tgdbcommand, TGDB_STEP },
  8. -       /* start                */ { "start",           command_do_tgdbcommand, TGDB_START }
  9. +       /* start                */ { "start",           command_do_tgdbcommand, TGDB_START },
  10. +       /* up                   */ { "u",                       command_do_tgdbcommand, TGDB_UP },
  11. +       /* up                   */ { "up",              command_do_tgdbcommand, TGDB_UP },
  12. +       /* down                 */ { "d",                       command_do_tgdbcommand, TGDB_DOWN },
  13. +       /* down                 */ { "down",            command_do_tgdbcommand, TGDB_DOWN },
  14.  };
  15.  
  16.  int command_sort_find(const void *_left_cmd, const void *_right_cmd)