binutils-gdb/gdb/cli
Tom Tromey a03d5b9bf3 Wrap help options when building help string
When building a help string, it's possible that the resulting options
will go over 80 columns.  This patch changes this code to add line
wrapping where needed.

This can most be seen by looking "help bt" and in particular the
"-frame-info" help text.
2024-11-11 07:45:02 -07:00
..
cli-cmds.c Wrap help strings at 80 columns 2024-11-11 07:44:27 -07:00
cli-cmds.h
cli-decode.c
cli-decode.h Wrap help options when building help string 2024-11-11 07:45:02 -07:00
cli-dump.c
cli-interp.c Use std::make_unique in more places 2024-10-20 10:13:05 -06:00
cli-interp.h
cli-logging.c
cli-option.c Wrap help options when building help string 2024-11-11 07:45:02 -07:00
cli-option.h gdb: add filename option support 2024-11-04 15:56:01 +00:00
cli-script.c
cli-script.h
cli-setshow.c
cli-setshow.h
cli-style.c Add line-number styling 2024-09-30 13:23:35 -06:00
cli-style.h Add line-number styling 2024-09-30 13:23:35 -06:00
cli-utils.c Wrap help strings at 80 columns 2024-11-11 07:44:27 -07:00
cli-utils.h