Overview

Request 563505 accepted

- Update to 0.7.0
* Support for curses was removed (only ncurses is supported)
* Remove help2man dependency
* hlsearch option added (off by default). Improves searching
and displaying of searching functionality within CGDB. If
enabled, and previous search exists, CGDB will display search
results using the Search highlighting group. The IncSearch
highlighting group is used to display the active search. The
hlsearch option highlights previous searches in the source
window, the gdb window when in scroll mode and the file dialog
window.
* Assembly code support. Assembly code will be shown when no
source code is available. The option 'set disasm' allows you
to show mixed source/assembly when both are available.
* Add support to enable/disable showing assembly code in CGDB.
Disabled by default. The 'set disasm' enables showing mixed
assembly mode by default. See the documentation for more
information.
* Add the :logo command to cgdb. This tells CGDB to display a
logo in the source window.
* Initial Rust syntax highlighter.
* Support vi type j and k motions. Previously only
typing j or k with out a number was supported.
* Support for vim like marks. Showmarks option was introduced
to show the marks in the source window. Default is true.
You can disable the viewing of marks using 'set noshowmarks'.
* Color support. Default is enabled.
* Ansi escape codes representing color will show correctly.
Configurable with the `set debugwincolor` option.
* Add the winminwidth option- it controls the minimum width that
a window can be resized.
* Support for vertical or horizontal splitting of the CGDB/GDB
windows. You can change the window orientation by using the
command 'set winsplitorientation=horizontal or vertical'.
horizontal is the default orientation. Type Ctrl-w to switch
between vertical and horizontal viewing.
* Remove the TTY mode and TTY window. It is now recommended to
attach to your program from a separate terminal.
* -w command line option. CGDB will wait to start until either
a debugger is attached to it, or until a key is written to it's
stdin. Useful for debugging CGDB itself.
* Added scroll mode in addition to the existing GDB command mode.
To enter scroll mode, type 'page up' when in GDB mode and to
exit type 'q', 'i' or 'Enter'. In scroll mode, you can scroll
through the GDB output. You can also search the GDB output with
the /, ?, n and N keys. Vim marks are also supported.
* Extended support for the vim G command when in CGDB mode.
[]G works as it does in vim now.
* Support for 'executinglinedisplay' and 'selectedlinedisplay'
configuration options. It allows you to configure how CGDB
displays both the currently executing line and the currently
selected line. Default for executing line is set to
longarrow. Default for selected line is set to block. The
'arrowstyle' option has been deprecated (but still supported).
Use 'executinglinedisplay' instead.
- Cleanup spec file with spec-cleaner

Loading...
Request History
Avindra Goolcharan's avatar

avindra created request

- Update to 0.7.0
* Support for curses was removed (only ncurses is supported)
* Remove help2man dependency
* hlsearch option added (off by default). Improves searching
and displaying of searching functionality within CGDB. If
enabled, and previous search exists, CGDB will display search
results using the Search highlighting group. The IncSearch
highlighting group is used to display the active search. The
hlsearch option highlights previous searches in the source
window, the gdb window when in scroll mode and the file dialog
window.
* Assembly code support. Assembly code will be shown when no
source code is available. The option 'set disasm' allows you
to show mixed source/assembly when both are available.
* Add support to enable/disable showing assembly code in CGDB.
Disabled by default. The 'set disasm' enables showing mixed
assembly mode by default. See the documentation for more
information.
* Add the :logo command to cgdb. This tells CGDB to display a
logo in the source window.
* Initial Rust syntax highlighter.
* Support vi type j and k motions. Previously only
typing j or k with out a number was supported.
* Support for vim like marks. Showmarks option was introduced
to show the marks in the source window. Default is true.
You can disable the viewing of marks using 'set noshowmarks'.
* Color support. Default is enabled.
* Ansi escape codes representing color will show correctly.
Configurable with the `set debugwincolor` option.
* Add the winminwidth option- it controls the minimum width that
a window can be resized.
* Support for vertical or horizontal splitting of the CGDB/GDB
windows. You can change the window orientation by using the
command 'set winsplitorientation=horizontal or vertical'.
horizontal is the default orientation. Type Ctrl-w to switch
between vertical and horizontal viewing.
* Remove the TTY mode and TTY window. It is now recommended to
attach to your program from a separate terminal.
* -w command line option. CGDB will wait to start until either
a debugger is attached to it, or until a key is written to it's
stdin. Useful for debugging CGDB itself.
* Added scroll mode in addition to the existing GDB command mode.
To enter scroll mode, type 'page up' when in GDB mode and to
exit type 'q', 'i' or 'Enter'. In scroll mode, you can scroll
through the GDB output. You can also search the GDB output with
the /, ?, n and N keys. Vim marks are also supported.
* Extended support for the vim G command when in CGDB mode.
[]G works as it does in vim now.
* Support for 'executinglinedisplay' and 'selectedlinedisplay'
configuration options. It allows you to configure how CGDB
displays both the currently executing line and the currently
selected line. Default for executing line is set to
longarrow. Default for selected line is set to block. The
'arrowstyle' option has been deprecated (but still supported).
Use 'executinglinedisplay' instead.
- Cleanup spec file with spec-cleaner


Martin Pluskal's avatar

pluskalm accepted request

openSUSE Build Service is sponsored by