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