OLD | NEW |
1 README for GDB release | 1 README for GDB release |
2 | 2 |
3 This is GDB, the GNU source-level debugger. | 3 This is GDB, the GNU source-level debugger. |
4 | 4 |
5 A summary of new features is in the file `gdb/NEWS'. | 5 A summary of new features is in the file `gdb/NEWS'. |
6 | 6 |
7 Check the GDB home page at http://www.gnu.org/software/gdb/ for up to | 7 Check the GDB home page at http://www.gnu.org/software/gdb/ for up to |
8 date release information, mailing list links and archives, etc. | 8 date release information, mailing list links and archives, etc. |
9 | 9 |
10 The file `gdb/PROBLEMS' contains information on problems identified | 10 The file `gdb/PROBLEMS' contains information on problems identified |
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
439 | 439 |
440 `--enable-tui' | 440 `--enable-tui' |
441 Build GDB with the text-mode full-screen user interface (TUI). | 441 Build GDB with the text-mode full-screen user interface (TUI). |
442 Requires a curses library (ncurses and cursesX are also | 442 Requires a curses library (ncurses and cursesX are also |
443 supported). | 443 supported). |
444 | 444 |
445 `--enable-gdbtk' | 445 `--enable-gdbtk' |
446 Build GDB with the gdbtk GUI interface. Requires TCL/Tk to be | 446 Build GDB with the gdbtk GUI interface. Requires TCL/Tk to be |
447 installed. | 447 installed. |
448 | 448 |
449 `--with-libunwind' | 449 `--with-libunwind-ia64' |
450 Use the libunwind library for unwinding function call stack. See | 450 Use the libunwind library for unwinding function call stack on ia64 |
451 http://www.nongnu.org/libunwind/index.html fro details. | 451 target platforms. |
452 Supported only on some platforms. | 452 See http://www.nongnu.org/libunwind/index.html for details. |
453 | 453 |
454 `--with-curses' | 454 `--with-curses' |
455 Use the curses library instead of the termcap library, for | 455 Use the curses library instead of the termcap library, for |
456 text-mode terminal operations. | 456 text-mode terminal operations. |
457 | 457 |
458 `--enable-profiling' Enable profiling of GDB itself. Necessary if you | 458 `--enable-profiling' Enable profiling of GDB itself. Necessary if you |
459 want to use the "maint set profile" command for profiling GDB. | 459 want to use the "maint set profile" command for profiling GDB. |
460 Requires the functions `monstartup' and `_mcleanup' to be present | 460 Requires the functions `monstartup' and `_mcleanup' to be present |
461 in the standard C library used to build GDB, and also requires a | 461 in the standard C library used to build GDB, and also requires a |
462 compiler that supports the `-pg' option. | 462 compiler that supports the `-pg' option. |
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
657 | 657 |
658 Every year of each range, inclusive, is a copyrightable year that | 658 Every year of each range, inclusive, is a copyrightable year that |
659 could be listed individually. | 659 could be listed individually. |
660 | 660 |
661 | 661 |
662 | 662 |
663 (this is for editing this file with GNU emacs) | 663 (this is for editing this file with GNU emacs) |
664 Local Variables: | 664 Local Variables: |
665 mode: text | 665 mode: text |
666 End: | 666 End: |
OLD | NEW |