This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/11252] table of contents missing in gdb user manual


------- Additional Comments From ken at tlafx dot com  2010-06-28 21:09 -------
This should be considered confirmed, which I discovered today (28june2010). I am using Preview on 
OSX 10.5.8 . When I select text from TOC thru end and into the next page, here is what is copied:


Table of Contents
ii Debugging with gdb
Summary of gdb 1 
Summary of gdb 
The purpose of a debugger such as gdb is to allow you to see what is going on ?inside? 
another program while it executes?or what another program was doing at the moment it 
crashed. 
gdb can do four main kinds of things (plus other things in support of these) to help you 
catch bugs in the act: 
? Start your program, specifying anything that might affect its behavior. 
? Make your program stop on specified conditions. 
? Examine what has happened, when your program has stopped. 
? Change things in your program, so you can experiment with correcting the effects of 
one bug and go on to learn about another. 


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1


http://sourceware.org/bugzilla/show_bug.cgi?id=11252

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]