Lines Matching +refs:gdb +refs:initial +refs:commands
3 * Fix issue #298 - CGDB now exits when gdb exits
4 Previously if gdb exited but the inferior, or child of the inferior
6 non responsive state. Now cgdb exits when gdb does.
14 sometimes hang, due to a gdbwire parsing bug from the gdb response.
22 * Fix issue #260, CGDB would not process commands after F5, F6, etc
24 commands, like setting breakpoints, etc. Now CGDB works as expected.
33 - Mark commands in the GDB scroller have been removed
34 - Unicode is now fully supported in the gdb window
49 - [regression] prefixing "04h" characters in the gdb prompt since
52 - gdb ANSI escape codes only in cgdb #189
54 gdb window #121
65 - Messed up input with latest gdb #247
79 * Add the nexti and stepi configuration commands
83 than producing garbage looking text in the gdb terminal.
89 * CGDB works again with newer versions of GDB (gdb 8.3 and above)
93 around the issue, even though I thought they were identical commands.
119 * Status bar commands and gdb console commands now both show gdb
120 output in the gdb window (instead of only the gdb console commands).
154 * Add support for readline's backward-kill-word and kill-word at gdb prompt
167 highlights previous searches in the source window, the gdb window
183 * Add an initial Rust syntax highlighter.
200 * Add support for showing colors in the debug window. If gdb or the
257 * Fix issue #40, the map commands were adding additional new lines
303 * No longer set the prompt to (gdb) on startup.
318 * Made searching and :commands a little more vi-like. If you abort a
323 * Added some new cgdb commands.
333 put these commands in your cgdbrc file,
378 * Changed the GDB prompt from "(tgdb)" to "(gdb)". I think users
379 will be more comfortable with "(gdb)".
382 CGDB would not accept any more commands. This would only
400 -d and the debugger to use, like "cgdb -d /usr/bin/gdb". Now the
401 user can also start CGDB like "cgdb -d/usr/bin/gdb".
523 * Removed the :q! and :quit! commands, since they don't do anything
533 * CGDB now supports getting the initial line, as well as the initial
535 determine the initial file.
608 * obsolete the b and f commands. These were responsible for moving between
660 * Fixed crash in TGDB when buffering commands. If the user hit
710 If this is set, CGDB will show all the commands that it is sending
712 the user the commands. The default value is off. Although, I currently
719 many commands in a row through CGDB, you would see an extra new line
724 user ran a command file through gdb on init and the file instructed gdb
745 file dialog, the next time ^c was typed in the gdb window, the prompt
775 * Added VI-style page up/page down commands. Deprecated old Shift-J
776 and Shift-K page up/page down style commands.
789 any commands the user would normally type into the status bar.