| OLD | NEW |
| 1 .\" Copyright (C) 1991, 1999, 2010-2012 Free Software Foundation, Inc. | 1 .\" Copyright (C) 1991, 1999, 2010-2012 Free Software Foundation, Inc. |
| 2 .\" See section COPYING for conditions for redistribution | 2 .\" See section COPYING for conditions for redistribution |
| 3 .\" $Id: gdb.1,v 1.4 1999/01/05 00:50:50 jsm Exp $ | 3 .\" $Id: gdb.1,v 1.4 1999/01/05 00:50:50 jsm Exp $ |
| 4 .TH gdb 1 "22may2002" "GNU Tools" "GNU Tools" | 4 .TH gdb 1 "22may2002" "GNU Tools" "GNU Tools" |
| 5 .SH NAME | 5 .SH NAME |
| 6 gdb \- The GNU Debugger | 6 gdb \- The GNU Debugger |
| 7 .SH SYNOPSIS | 7 .SH SYNOPSIS |
| 8 .na | 8 .na |
| 9 .TP | 9 .TP |
| 10 .B gdb | 10 .B gdb |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 .RB "[\|" "\-e "\c | 26 .RB "[\|" "\-e "\c |
| 27 .I prog\c | 27 .I prog\c |
| 28 \&\|] | 28 \&\|] |
| 29 .RB "[\|" "\-se "\c | 29 .RB "[\|" "\-se "\c |
| 30 .I prog\c | 30 .I prog\c |
| 31 \&\|] | 31 \&\|] |
| 32 .RB "[\|" "\-c "\c | 32 .RB "[\|" "\-c "\c |
| 33 .I core\c | 33 .I core\c |
| 34 \&\|] | 34 \&\|] |
| 35 .RB "[\|" "\-x "\c | 35 .RB "[\|" "\-x "\c |
| 36 .I cmds\c | 36 .I file\c |
| 37 \&\|] |
| 38 .RB "[\|" "\-ex "\c |
| 39 .I cmd\c |
| 37 \&\|] | 40 \&\|] |
| 38 .RB "[\|" "\-d "\c | 41 .RB "[\|" "\-d "\c |
| 39 .I dir\c | 42 .I dir\c |
| 40 \&\|] | 43 \&\|] |
| 41 .RB "[\|" \c | 44 .RB "[\|" \c |
| 42 .I prog\c | 45 .I prog\c |
| 43 .RB "[\|" \c | 46 .RB "[\|" \c |
| 44 .IR core \||\| procID\c | 47 .IR core \||\| procID\c |
| 45 \&\|]\&\|] | 48 \&\|]\&\|] |
| 46 .ad b | 49 .ad b |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 .TP | 259 .TP |
| 257 .BI "\-command=" "file"\c | 260 .BI "\-command=" "file"\c |
| 258 .TP | 261 .TP |
| 259 .BI "\-x " "file"\c | 262 .BI "\-x " "file"\c |
| 260 \& | 263 \& |
| 261 Execute GDB commands from file \c | 264 Execute GDB commands from file \c |
| 262 .I file\c | 265 .I file\c |
| 263 \&. | 266 \&. |
| 264 | 267 |
| 265 .TP | 268 .TP |
| 269 .BI "\-ex " "command"\c |
| 270 \& |
| 271 Execute given GDB \c |
| 272 .I command\c |
| 273 \&. |
| 274 |
| 275 .TP |
| 266 .BI "\-directory=" "directory"\c | 276 .BI "\-directory=" "directory"\c |
| 267 .TP | 277 .TP |
| 268 .BI "\-d " "directory"\c | 278 .BI "\-d " "directory"\c |
| 269 \& | 279 \& |
| 270 Add \c | 280 Add \c |
| 271 .I directory\c | 281 .I directory\c |
| 272 \& to the path to search for source files. | 282 \& to the path to search for source files. |
| 273 .PP | 283 .PP |
| 274 | 284 |
| 275 .TP | 285 .TP |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 Permission is granted to copy and distribute modified versions of this | 382 Permission is granted to copy and distribute modified versions of this |
| 373 manual under the conditions for verbatim copying, provided that the | 383 manual under the conditions for verbatim copying, provided that the |
| 374 entire resulting derived work is distributed under the terms of a | 384 entire resulting derived work is distributed under the terms of a |
| 375 permission notice identical to this one. | 385 permission notice identical to this one. |
| 376 .PP | 386 .PP |
| 377 Permission is granted to copy and distribute translations of this | 387 Permission is granted to copy and distribute translations of this |
| 378 manual into another language, under the above conditions for modified | 388 manual into another language, under the above conditions for modified |
| 379 versions, except that this permission notice may be included in | 389 versions, except that this permission notice may be included in |
| 380 translations approved by the Free Software Foundation instead of in | 390 translations approved by the Free Software Foundation instead of in |
| 381 the original English. | 391 the original English. |
| OLD | NEW |