Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(764)

Side by Side Diff: gdb/README

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gdb/NEWS ('k') | gdb/acinclude.m4 » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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:
OLDNEW
« no previous file with comments | « gdb/NEWS ('k') | gdb/acinclude.m4 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698