27 Commits

Author SHA256 Message Date
7c6d190520 Accepting request 1227923 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/1227923
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cgdb?expand=0&rev=19
2024-12-03 19:47:00 +00:00
63fb55e349 Accepting request 1227800 from home:hsk17:branches:devel:tools
changes to support gcc14

OBS-URL: https://build.opensuse.org/request/show/1227800
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cgdb?expand=0&rev=24
2024-12-03 07:23:56 +00:00
fa826d917d Accepting request 977726 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/977726
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cgdb?expand=0&rev=18
2022-05-17 15:24:43 +00:00
d5080ad44c Accepting request 977694 from home:susnux:branches:devel:tools
Update to 0.8.0

OBS-URL: https://build.opensuse.org/request/show/977694
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cgdb?expand=0&rev=22
2022-05-17 10:17:32 +00:00
313ef1a876 Accepting request 827862 from devel:tools
- update to 0.7.1:
  * Status bar messages are now displayed properly in veritical mode.
    The message is now truncated according to the status bar width instead
    of the width of the terminal.
  * Fix spurious error from CGDB on shutdown. You may have seen,
       CGDB had unexpected results. Search the logs for more details.
    In the log there was a waitpid error. CGDB was using the API wrong.
  * Fix issue #161 - CGDB would lock up when doing a regex search from
    the status bar if the file was just opened from the file dialog and
    the search did not match any text in the file. Now the search fails
    to match text as expected.
  * Status bar commands and gdb console commands now both show gdb
    output in the gdb window (instead of only the gdb console commands).
    This fixed issue #154 on github.
  * Fixed issue where typing F8 would do a 'next', 'step' and
    screen refresh instead of just doing a 'next' command.
  * Fix issue #139 - Show appropriate logos when color disabled
    Previously, if the user had colors disabled, CGDB would still show
    logos that had ansi escape color sequences in them.
  * Fixed :highlight regression introduced in 0.7.0.
    In 0.6.8, if the user entered a :highlight command from the CGDB
    status bar, for instance:
        :highlight Comment ctermfg=Blue
    CGDB would updated the currently displayed source file
    with the requested highlighting changes. In 0.7.0 this would not occur.
    Both versions honored :highlight in the .cgdbrc file.
  * Fix issue #125 - CGDB can cross compile again.
  * The rust syntax highlighter is now case sensitive instead of case
    insensitive.
  * Fix issue #129. CGDB with old versions of ncurses (5.6 or before)

OBS-URL: https://build.opensuse.org/request/show/827862
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cgdb?expand=0&rev=17
2020-09-29 17:00:29 +00:00
342dd9e472 - update to 0.7.1:
* Status bar messages are now displayed properly in veritical mode.
    The message is now truncated according to the status bar width instead
    of the width of the terminal.
  * Fix spurious error from CGDB on shutdown. You may have seen,
       CGDB had unexpected results. Search the logs for more details.
    In the log there was a waitpid error. CGDB was using the API wrong.
  * Fix issue #161 - CGDB would lock up when doing a regex search from
    the status bar if the file was just opened from the file dialog and
    the search did not match any text in the file. Now the search fails
    to match text as expected.
  * Status bar commands and gdb console commands now both show gdb
    output in the gdb window (instead of only the gdb console commands).
    This fixed issue #154 on github.
  * Fixed issue where typing F8 would do a 'next', 'step' and
    screen refresh instead of just doing a 'next' command.
  * Fix issue #139 - Show appropriate logos when color disabled
    Previously, if the user had colors disabled, CGDB would still show
    logos that had ansi escape color sequences in them.
  * Fixed :highlight regression introduced in 0.7.0.
    In 0.6.8, if the user entered a :highlight command from the CGDB
    status bar, for instance:
        :highlight Comment ctermfg=Blue
    CGDB would updated the currently displayed source file
    with the requested highlighting changes. In 0.7.0 this would not occur.
    Both versions honored :highlight in the .cgdbrc file.
  * Fix issue #125 - CGDB can cross compile again.
  * The rust syntax highlighter is now case sensitive instead of case
    insensitive.
  * Fix issue #129. CGDB with old versions of ncurses (5.6 or before)

OBS-URL: https://build.opensuse.org/package/show/devel:tools/cgdb?expand=0&rev=20
2020-08-19 10:10:42 +00:00
8b21de091e Accepting request 563545 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/563545
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cgdb?expand=0&rev=16
2018-01-13 20:47:31 +00:00
8174c18cd3 Accepting request 563505 from home:avindra
- 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 <digit>j and <digit>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.
    [<number>]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

OBS-URL: https://build.opensuse.org/request/show/563505
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cgdb?expand=0&rev=18
2018-01-11 09:04:16 +00:00
6a30785762 Accepting request 294476 from devel:tools
1

OBS-URL: https://build.opensuse.org/request/show/294476
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cgdb?expand=0&rev=15
2015-04-05 00:04:16 +00:00
7d8120df31 Accepting request 294230 from home:pluskalm:branches:devel:tools
- Update project and download url
- Update dependencies
- Cleanup spec file with spec-cleaner
- Update to 0.6.8

OBS-URL: https://build.opensuse.org/request/show/294230
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cgdb?expand=0&rev=16
2015-04-04 09:13:53 +00:00
Stephan Kulow
aa2542340e Accepting request 179072 from devel:tools
(forwarded request 179069 from jenewton)

OBS-URL: https://build.opensuse.org/request/show/179072
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cgdb?expand=0&rev=12
2013-06-17 08:02:49 +00:00
50df538a5d Accepting request 179069 from home:jenewton:branches:devel:tools
OBS-URL: https://build.opensuse.org/request/show/179069
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cgdb?expand=0&rev=14
2013-06-15 10:07:46 +00:00
Stephan Kulow
b67550b84f Accepting request 106490 from devel:tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/106490
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cgdb?expand=0&rev=9
2012-02-23 14:32:22 +00:00
eed51c3801 fix build on sle11-sp1
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cgdb?expand=0&rev=12
2012-02-14 14:34:24 +00:00
Stephan Kulow
cfcaa5cfe4 Accepting request 100331 from devel:tools
- change license to be in spdx.org format

OBS-URL: https://build.opensuse.org/request/show/100331
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cgdb?expand=0&rev=8
2012-01-19 08:41:15 +00:00
Stephan Kulow
f41c8af12a OBS-URL: https://build.opensuse.org/package/show/devel:tools/cgdb?expand=0&rev=9 2012-01-17 08:17:01 +00:00
Stephan Kulow
5513b8994c prepare_spec
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cgdb?expand=0&rev=8
2012-01-17 08:15:59 +00:00
Stephan Kulow
930b5df32e Accepting request 99922 from devel:openSUSE:Factory:for-legal-lhf
patching license field to be in spdx.org format, for legal team to review before forward

OBS-URL: https://build.opensuse.org/request/show/99922
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cgdb?expand=0&rev=5
2012-01-16 14:48:58 +00:00
Sascha Peilicke
fb2232ca73 Accepting request 83797 from devel:tools
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build (forwarded request 83079 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/83797
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cgdb?expand=0&rev=6
2011-09-21 14:57:36 +00:00
382cb9320f Accepting request 83079 from home:jengelh:bl-c
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build

OBS-URL: https://build.opensuse.org/request/show/83079
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cgdb?expand=0&rev=4
2011-09-20 11:00:07 +00:00
Sascha Peilicke
3c87530035 Autobuild autoformatter for 81178
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cgdb?expand=0&rev=5
2011-09-07 15:45:25 +00:00
Sascha Peilicke
606d51dbd9 Accepting request 81178 from devel:tools
update to 0.6.6

OBS-URL: https://build.opensuse.org/request/show/81178
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cgdb?expand=0&rev=4
2011-09-07 15:45:17 +00:00
627793e52f update to cgdb-0.6.6
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cgdb?expand=0&rev=3
2011-09-07 07:47:17 +00:00
Lars Vogdt
9df234e565 Autobuild autoformatter for 56627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cgdb?expand=0&rev=2
2011-01-25 08:13:04 +00:00
Lars Vogdt
2e67b2300a Accepting request 56627 from devel:tools
Accepted submit request 56627 from user puzel

OBS-URL: https://build.opensuse.org/request/show/56627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cgdb?expand=0&rev=1
2011-01-25 08:12:58 +00:00
40d7980097 clean up specfile
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cgdb?expand=0&rev=2
2010-12-22 12:18:28 +00:00
fb6c319cac osc copypac from project:openSUSE:Factory:Contrib package:cgdb revision:3
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cgdb?expand=0&rev=1
2010-12-21 14:09:43 +00:00