From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2027 invoked by alias); 16 Aug 2014 21:46:18 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 1999 invoked by uid 48); 16 Aug 2014 21:46:18 -0000 From: "dilyan.palauzov at aegee dot org" To: gdb-prs@sourceware.org Subject: [Bug gdb/17281] New: typos in gdb/doc/gdbtexinfo.tex, @node Dynamic Printf Date: Sat, 16 Aug 2014 21:46:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dilyan.palauzov at aegee dot org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-q3/txt/msg00271.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=17281 Bug ID: 17281 Summary: typos in gdb/doc/gdbtexinfo.tex, @node Dynamic Printf Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: dilyan.palauzov at aegee dot org Teach gdb's bugzilla to accept bugs for version 7.8 . In gdb/doc/gdbtexinfo.tex (8d9148cd1cafb), @node Dynamic Printf, @subsection Dynamic Printf please replace line 4820 characters go to the program's output device, so they can recorded in -> characters go to the program's output device, so they can be recorded in 4823 If you are doing remote debugging with a stub or agent, you can also -> If you are doing remote debugging with a stub or an agent, you can also (in @node Set Breaks, @subsection Setting Breakpoints) 3839 executed, given control to the debugger. By default, the program -> executed, is given control to the debugger. By default, the program In @node Dynamic Printf, @subsection Dynamic Printf the styles for set dprintf-style shall be listed as sub-@tables and nested one more level, as reading the current documentaion over info, leaves the impression that the possible styles (gdb, call, etc) are on their own gdb commands. Such nested @tables are e.g. done in in @node Set Catchpoints for the possible parameters of the catch-command. Effectively, please insert a @table @code on line 4844: dynamic printfs immediately. (If you need individual control over the 4842 print commands, simply define normal breakpoints with 4843 explicitly-supplied command lists.) 4844 @table @code <<<< INSERT THIS, and an empty line afterwards 4845 @item gdb 4846 @kindex dprintf-style gdb 4847 Handle the output using the @value{GDBN} @code{printf} command. and @end table on line 4859: 4856 Have the remote debugging agent (such as @code{gdbserver}) handle 4857 the output itself. This style is only available for agents that 4858 support running commands on the target. 4859 @end table <<< INSERT THIS, and an empty line afterwards 4860 @item set dprintf-function @var{function} 4861 Set the function to call if the dprintf style is @code{call}. By 4862 default its value is @code{printf}. You may set it to any expression. -- You are receiving this mail because: You are on the CC list for the bug.