* gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2012-07-12 Eli Zaretskii <eliz@gnu.org>
2
3 * gdbint.texinfo: Remove @syncodeindex directives that put all the
4 indices into a single node "Index". Instead, join function and
5 variable indices into a single index, separate from the concept
6 index. Requested in
7 http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
8 (Top): Update the top-level menu: instead of one "Index" there are
9 now separate entries "Concept Index" and "Function and Variable
10 Index".
11 (Concept Index, Function and Variable Index): New nodes.
12 (Index): Node deleted.
13
14 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
15
16 * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
17 and "maint agent-eval".
18
19 2012-07-03 Eli Zaretskii <eliz@gnu.org>
20
21 * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
22 avoid file-name clashes between Index.html and index.html on
23 case-insensitive filesystems. See the discussion starting in
24 http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
25 details of the problem.
26 (Top): Update the master menu for the above.
27 (Concept Index, Command and Variable Index): New nodes, instead of
28 the old "Index" node that was deleted. All cross-references
29 updated.
30
31 2012-07-02 Stan Shebs <stan@codesourcery.com>
32
33 * gdb.texinfo (Dynamic Printf): Mention agent style and
34 disconnected dprintf.
35 (Maintenance Commands): Describe maint agent-printf.
36 (General Query Packets): Mention BreakpointCommands feature.
37 (Packets): Document commands extension to Z0 packet.
38 * agentexpr.texi (Bytecode Descriptions): Document printf
39 bytecode.
40
41 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
42
43 * gdb.texinfo (File Options): Change -ix and -iex commands that apply
44 only after gdbinit files.
45 (Startup): Move -iex and -iex commands down after gdbinit files.
46
47 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
48
49 * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
50 possibility.
51
52 2012-06-29 Tom Tromey <tromey@redhat.com>
53
54 * gdb.texinfo (Index Section Format): Update for version 7.
55
56 2012-06-28 Stan Shebs <stan@codesourcery.com>
57
58 * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
59 example, add note about title column.
60
61 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
62
63 * gdb.texinfo (Symbol Tables In Python): Add description about
64 the new 'last' attribute of gdb.Symtab_and line.
65
66 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
67
68 * gdb.texinfo (Symbol Tables In Python): Correct the description
69 of the 'pc' attribute of gdb.Symtab_and_line.
70
71 2012-06-26 Doug Evans <dje@google.com>
72
73 * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
74 and symtab-create.
75
76 2012-06-25 Keith Seitz <keiths@redhat.com>
77
78 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
79 from example. Remove "rbreak" from list of corresponding
80 gdb commands.
81
82 2012-06-23 Doug Evans <dje@google.com>
83
84 * gdb.texinfo (Index Section Format): Document version 7 format.
85
86 2012-06-22 Yao Qi <yao@codesourcery.com>
87
88 * gdb.texinfo: Add missing cindex for some packets.
89
90 2012-06-20 Keith Seitz <keiths@redhat.com>
91
92 * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
93 for -break-insert and document -p.
94
95 2012-06-20 Yao Qi <yao@codesourcery.com>
96
97 * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
98 and "gdb.write_memory" with "Inferior.read_memory" and
99 "Inferior.write_memory".
100
101 2012-06-15 Patrice Dumas <pertusus@free.fr> (tiny change)
102
103 * gdb.texinfo (Summary): Add a link to "Free Documentation".
104 (Free Documentation): Add @node line.
105 (Continuing and Stepping) <advance location>: Use @item instead of
106 @itemx.
107 (Reverse Execution) <set exec-direction reverse>: Use @item instead of
108 @itemx.
109 (Embedded Processors): Put the link to "PA" to its correct place,
110 according to document structure.
111 (Python API): Put the link to "Lazy Strings In Python" to its
112 correct place.
113 (Index): Use @@ in @tex block to get a literal @.
114
115 * gdbint.texinfo: Fix the @subtitle line.
116
117 * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
118 correct place.
119
120 2012-06-08 Yao Qi <yao@codesourcery.com>
121
122 * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
123 Protocol'.
124 (In-Process Agent Protocol, IPA Protocol Objects)
125 (IPA Protocol Commands): New nodes.
126 (Tracepoint Packets): Add anchors.
127
128 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
129
130 * gdb.texinfo: Document the deprecation of SH's 'regs' command.
131
132 2012-06-06 Yao Qi <yao@codesourcery.com>
133
134 * gdb.texinfo: Update copyright year.
135
136 2012-05-23 Stan Shebs <stan@codesourcery.com>
137 Kwok Cheung Yeung <kcy@codesourcery.com>
138
139 * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
140
141 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
142
143 * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
144 Mention also --with-separate-debug-dir.
145 (Auto-loading): Prepend $debugdir in the sample output.
146 (Auto-loading safe path): Likewise. Mention also $debugdir for the
147 auto-load safe-path variable.
148 (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
149 Mention also $debugdir for 'set auto-load scripts-directory'.
150
151 2012-05-19 Eli Zaretskii <eliz@gnu.org>
152
153 * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
154 (MIPS Embedded, MIPS, MIPS Register packet Format)
155 (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
156 appropriate.
157
158 2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
159 Maciej W. Rozycki <macro@codesourcery.com>
160
161 * gdb.texinfo (MIPS): Document "set mips compression" and "show
162 mips compression".
163 (MIPS Breakpoint Kinds): New subsubsection.
164
165 2012-05-18 Eli Zaretskii <eliz@gnu.org>
166
167 * gdb.texinfo (Architecture-Specific Protocol Details): Define
168 nodes for subsections. Add @acronym mark-ups and adjust
169 formatting.
170
171 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
172
173 Rename $ddir to $datadir.
174 * gdb.texinfo (Auto-loading, Auto-loading safe path)
175 (objfile-gdb.py file): Rename $ddir to $datadir.
176
177 2012-05-18 Tom Tromey <tromey@redhat.com>
178
179 * gdb.texinfo (Print Settings): Document 'set print symbol'.
180
181 2012-05-14 Stan Shebs <stan@codesourcery.com>
182
183 * gdb.texinfo (Dynamic Printf): New subsection.
184
185 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
186
187 * gdb.texinfo (Basic Python): Add description about the function
188 gdb.find_pc_line
189
190 2012-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
191 Eli Zaretskii <eliz@gnu.org>
192
193 * gdb.texinfo (Separate Debug Files): Use plural form for global
194 debugging information directory.
195
196 2012-05-11 Stan Shebs <stan@codesourcery.com>
197 Kwok Cheung Yeung <kcy@codesourcery.com>
198
199 * gdb.texinfo (Operating System Auxiliary Information): Document new
200 'info os' subcommands.
201
202 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
203
204 * gdb.texinfo (Auto-loading, Init File in the Current Directory)
205 (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
206 (dotdebug_gdb_scripts section): Add reference
207 to 'Auto-loading safe path'.
208
209 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
210
211 Implement multi-component --with-auto-load-dir.
212 * gdb.texinfo (Auto-loading): New references
213 for 'set auto-load scripts-directory'
214 and 'show auto-load scripts-directory'.
215 (Auto-loading safe path): Describe the new default. Move $ddir
216 substituation reference to 'objfile-gdb.py file'.
217 (objfile-gdb.py file): Describe script-name alias. Change real-name to
218 script-name. Describe new 'set auto-load scripts-directory'
219 and 'show auto-load scripts-directory'.
220
221 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
222
223 Provide $ddir substitution for --with-auto-load-safe-path.
224 * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
225 (Auto-loading safe path): Likewise. Mention the default value,
226 $ddir substitution, --with-auto-load-safe-path and
227 --without-auto-load-safe-path.
228 * observer.texi (gdb_datadir_changed): New.
229
230 2012-05-09 Jan Kratochvil <jan.kratochvil@redhat.com>
231
232 * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
233 Twice.
234
235 * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
236 directory separator by path separator.
237
238 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
239
240 * gdb.texinfo (Auto-loading safe path): Make 'directories'
241 for 'set auto-load safe-path' optional. Mention if it is omitted.
242 Change disabling security protection condition to "/", twice.
243
244 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
245
246 * gdb.texinfo (Symbol Tables In Python): Add documentation about
247 the new methods global_block and static_block on gdb.Symtab
248 objects.
249
250 2012-05-02 Siva Chandra Reddy <sivachandra@google.com>
251
252 * gdb.texinfo (Blocks In Python): Add a note saying that future
253 improvements to GDB and its infrastructure can move symbols
254 across blocks within a symbol table.
255
256 2012-04-29 Yao Qi <yao@codesourcery.com>
257
258 * gdb.texinfo (Architectures): Remove menu entry `A29K'.
259 (A29K): Remove.
260
261 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
262 Tom Tromey <tromey@redhat.com>
263
264 * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
265 and generic static probe support on GDB.
266
267 2012-04-25 Doug Evans <dje@google.com>
268
269 * gdb.texinfo (Go): Fix thinko.
270
271 * gdb.texinfo (Supported Languages): Add Go.
272 (Go): New node.
273
274 2012-04-25 Yao Qi <yao@codesourcery.com>
275
276 * gdbint.texinfo (Testsuite): New section `Board settings'.
277
278 2012-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
279
280 * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
281 Three times.
282
283 * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
284 Three times.
285
286 2012-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
287
288 * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
289 by @table @asis. Fix formatting of one item.
290
291 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
292
293 * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
294
295 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
296
297 New option "set debug auto-load".
298 * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
299 (auto-load verbose mode): New node.
300
301 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
302
303 New option "set auto-load safe-path".
304 * gdb.texinfo (Auto-loading): Extend the "show auto-load"
305 and "info auto-load" examples for safe-path. Put there also references
306 for "set auto-load safe-path" and "show auto-load safe-path".
307 New menu item for Auto-loading safe path.
308 (Auto-loading safe path): New node.
309 (Python Auto-loading): Update the expected output from "Missing"
310 to "No".
311
312 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
313
314 auto-load: Implementation.
315 * gdb.texinfo (Mode Options): New anchor for -nx.
316 (Startup): New anchors for Option -init-eval-command,
317 Home Directory Init File
318 and Init File in the Current Directory during Startup.
319 Mention set auto-load local-gdbinit with a reference.
320 Change the sample code to "set auto-load python-scripts".
321 (Threads): New anchor set libthread-db-search-path.
322 Provide references to libthread_db.so.1 file.
323 (Controlling GDB): New menu item for Auto-loading.
324 (Auto-loading, Init File in the Current Directory)
325 (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
326 (Python): Rename the menu item Auto-loading to Python Auto-loading.
327 (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
328 reference.
329 (Auto-loading): Rename to ...
330 (Python Auto-loading): ... here. Change "set auto-load-scripts" to
331 "set auto-load python-scripts", new anchor for it. Change
332 "show auto-load-scripts" to "show auto-load python-scripts", new anchor
333 for it. Change "info auto-load-scripts"
334 to "info auto-load python-scripts", new anchor for it. Change "scripts"
335 to "Python scripts".
336
337 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
338
339 PR mi/13393
340 * gdb.texinfo (Print Settings): Extend the description for "set print
341 object".
342 (GDB/MI Variable Objects): Extend the description for -var-create and
343 -var-list-children.
344
345 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
346
347 * gdb.texinfo (Examining Data): Document the 'explore' command.
348
349 2012-03-28 Joel Brobecker <brobecker@adacore.com>
350
351 * gdb.texinfo (GDB/MI Variable Objects): Document what happens
352 to the children of a varobj and its update range when -var-update
353 returns that the varobj's type changed.
354
355 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
356
357 * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
358 Create two new links fir 'objfile-gdb.py file'
359 and 'dotdebug_gdb_scripts section'.
360
361 2012-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
362
363 * gdb.texinfo (Auto-loading): Rename node reference
364 '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
365 Twice.
366 (.debug_gdb_scripts section): Rename the node ...
367 (dotdebug_gdb_scripts section): ... here.
368 (Maintenance Commands): Also rename this node reference.
369
370 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
371
372 * gdb.texinfo (Python API/Values From Inferior): Add description
373 about the new method Value.referenced_value. Add description on
374 how Value.dereference is different (and similar) to
375 Value.referenced_value.
376
377 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
378
379 * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
380 --init-eval-command=COMMAND, -iex.
381 (Startup): Describe -iex and -ix. Simplify the example
382 for "set auto-load-scripts off".
383
384 2012-03-16 Gary Benson <gbenson@redhat.com>
385
386 PR breakpoints/10738
387 * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
388 stating that GDB cannot set breakpoints on inlined functions.
389 (Mode Options): Document --use-deprecated-index-sections.
390 (Index Section Format): Document new index section version format.
391
392 2012-03-15 Tom Tromey <tromey@redhat.com>
393
394 * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
395
396 2012-03-13 Doug Evans <dje@google.com>
397
398 * gdb.texinfo (Help): Change apropos example to use "alias" instead
399 of "reload".
400 (Symbols): Delete docs for set/show symbol-reloading.
401 * gdbint.texinfo (Defining Other Architecture Features): Delete
402 SYMBOL_RELOADING_DEFAULT.
403 * refcard.tex: Delete reference to symbol-reloading.
404
405 2012-03-07 Pedro Alves <palves@redhat.com>
406
407 * gdb.texinfo (General Query Packets): Document new
408 QProgramSignals packet.
409 * gdb.texinfo (Remote configuration): Mention
410 "program-signals-packet".
411
412 2012-03-05 Tristan Gingold <gingold@adacore.com>
413
414 * gdb.texinfo (General Query Packets): Document xfer:uib:read.
415
416 2012-03-03 Yao Qi <yao@codesourcery.com>
417
418 * gdb.texinfo (In-Process Agent): New node.
419 Document new commands.
420 (General Query Packets): Add packet `QAgent'.
421
422 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
423
424 * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
425
426 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
427
428 * gdb.texinfo (Commands In Python): Put example python macro in
429 COMMAND_USER category rather than COMMAND_OBSCURE.
430 Document gdb.COMMAND_USER.
431 (User-defined Commands): Update documentation to clarify
432 "set/show max-user-call-depth" and "show user" don't apply to python
433 commands. Update documentation to clarify "help user-defined" may
434 also include python commands defined as COMMAND_USER.
435
436 2012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
437
438 * gdb.texinfo (Startup): Add option -ex description to the option -x
439 description.
440
441 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
442
443 * gdb.texinfo (Setting Breakpoints): Mention and explain the
444 condition-evaluation breakpoint parameter.
445 Mention condition-evaluation mode being shown in "info break".
446 (Break Conditions): Add description for target-side
447 conditional breakpoints.
448 (Remote Configuration): Mention conditional-breakpoints-packet.
449 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
450 cond-expr.
451 (General Query Packets): Mention new ConditionalBreakpoint feature.
452
453 2012-02-22 Tom Tromey <tromey@redhat.com>
454
455 * gdb.texinfo (Blocks In Python): Clarify block iteration.
456
457 2012-02-17 Tom Tromey <tromey@redhat.com>
458
459 PR python/10753:
460 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
461 directory.
462
463 2012-02-14 Stan Shebs <stan@codesourcery.com>
464
465 * gdb.texinfo (Disabling Breakpoints): Document enable count.
466
467 2012-02-13 Pedro Alves <palves@redhat.com>
468
469 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
470 mips-idt-ecoff.
471
472 2012-02-09 Yao Qi <yao@codesourcery.com>
473
474 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
475
476 2012-02-07 Tom Tromey <tromey@redhat.com>
477
478 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
479 Symbol.value.
480
481 2012-02-07 Tom Tromey <tromey@redhat.com>
482
483 * gdb.texinfo (Symbols In Python): Document Symbol.line.
484
485 2012-01-27 Thomas Schwinge <thomas@codesourcery.com>
486
487 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
488
489 2012-01-24 Tom Tromey <tromey@redhat.com>
490
491 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
492 unload".
493 (Files): Mention new catch commands.
494 (GDB/MI Async Records): Likewise.
495
496 2012-01-24 Gary Benson <gbenson@redhat.com>
497
498 Delete #if 0'd out code.
499 * gdb.texinfo (Frame Info): Remove "info catch".
500
501 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
502
503 * gdb.texinfo (Remote Configuration): Document
504 "set remote hostio-readlink-packet" command.
505 (General Query Packets): Document vFile:readlink packet.
506
507 2012-01-16 Tom Tromey <tromey@redhat.com>
508
509 * gdb.texinfo (Specify Location): Document relative file name
510 handling.
511
512 2012-01-16 Tom Tromey <tromey@redhat.com>
513
514 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
515
516 2012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
517 Eli Zaretskii <eliz@gnu.org>
518
519 * gdbint.texinfo (Coding Standards): Require braces for two lines of
520 code.
521
522 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
523
524 * gdb.texinfo (Variables): Document use of :: for non-static
525 variables.
526
527 2012-01-05 Joel Brobecker <brobecker@adacore.com>
528
529 * gdbint.texinfo (Start of New Year Procedure): Update
530 to replace use of copyright.sh by use of copyright.py.
531
532 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
533
534 Remove the gdbtui binary.
535 * all-cfg.texi (GDBTUI): Remove.
536 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
537 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
538 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
539
540 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
541
542 Introduce gdb.FinishBreakpoint in Python.
543 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
544 (Python API): Add menu entry for Finish Breakpoints.
545
546 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
547
548 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
549 tests.
550
551 2011-12-16 Doug Evans <dje@google.com>
552
553 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
554
555 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
556
557 * gdb.texinfo (Python Commands): Remove "maint set/show print
558 stack". Add documentation for "set/show python print-stack".
559
560 2011-12-14 Pedro Alves <pedro@codesourcery.com>
561
562 * gdb.texinfo (Implementing a Remote Stub): Explain that you
563 should transfer control to the stub in the startup code instead of
564 in main. Mention the need to get past the initial breakpoint.
565
566 2011-12-06 Tom Tromey <tromey@redhat.com>
567
568 * gdb.texinfo (Set Breaks): Update for new behavior.
569
570 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
571
572 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
573 List Format for SVR4 Targets'.
574 (General Query Packets): New item qXfer:libraries-svr4:read.
575 (Library List Format for SVR4 Targets): New node.
576
577 2011-12-01 Tom Tromey <tromey@redhat.com>
578
579 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
580 add.
581
582 2011-11-22 Tom Tromey <tromey@redhat.com>
583
584 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
585 reasons.
586
587 2011-11-20 Stan Shebs <stan@codesourcery.com>
588
589 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
590 note-related options and variables.
591 (Tracepoint Packets): Document packet changes.
592
593 2011-11-20 Sanjoy Das <sdas@igalia.com>
594
595 * gdb.texinfo (JIT Interface): Add documentation on writing and
596 usind JIT debug info readers.
597 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
598 Debug Info Readers): New nodes.
599
600 2011-11-18 Yao Qi <yao@codesourcery.com>
601
602 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
603 tracepoint.
604
605 2011-11-15 Doug Evans <dje@google.com>
606
607 * gdb.texinfo (Files): Document basenames-may-differ.
608
609 2011-11-14 Doug Evans <dje@google.com>
610
611 * gdb.texinfo (Shell Commands): Document "!".
612
613 2011-11-14 Stan Shebs <stan@codesourcery.com>
614 Kwok Cheung Yeung <kcy@codesourcery.com>
615
616 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
617 needed to get shorter fast tracepoints.
618 (Tracepoint Packets): Document new qTMinFTPILen packet.
619
620 2011-11-14 Yao Qi <yao@codesourcery.com>
621
622 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
623 behavior of tracepoint.
624 (General Query Packets): New feature InstallInTrace.
625 (Remote Configuration): Document "set remote
626 install-in-trace-packet".
627
628 2011-11-12 Matt Rice <ratmice@gmail.com>
629
630 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
631 Add arguments to info macro.
632
633 2011-11-10 Tom Tromey <tromey@redhat.com>
634
635 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
636 manual.
637 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
638 (Macros): Add a footnote.
639 (C): Remove paragraph about compiler options.
640 (C Constants): Mention wide character and string constants.
641 (C Plus Plus Expressions): Update compiler option advice. Mention
642 using declarations. Mention ADL. Remove old HP compiler
643 information.
644
645 2011-11-10 Tom Tromey <tromey@redhat.com>
646
647 PR c++/9257:
648 * gdb.texinfo (Print Settings): Add an extra note about the need
649 for a vtable.
650
651 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
652
653 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
654 "set mips abi" documentation.
655
656 2011-11-04 Doug Evans <dje@google.com>
657
658 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
659
660 2011-11-03 Tom Tromey <tromey@redhat.com>
661
662 * gdb.texinfo (Stopping): Add menu entry.
663 (Continuing and Stepping): Restore @node. Use @section, not
664 @subsection.
665
666 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
667
668 * gdb.texinfo (Skipping Over Functions and Files): Remove node
669 designation. Fix "Specify Location" cross-reference.
670
671 2011-11-02 Stan Shebs <stan@codesourcery.com>
672
673 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
674 (General Query Packets): Describe tracenz feature.
675 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
676
677 2011-10-28 Paul Koning <paul_koning@dell.com>
678
679 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
680
681 2011-10-27 Kevin Pouget <kevin.pouget@st.com>
682
683 * gdb.texinfo ((Frames In Python): Document
684 gdb.FRAME_UNWIND_FIRST_ERROR contant.
685
686 2011-10-26 Paul Koning <paul_koning@dell.com>
687
688 * gdb.texinfo (gdb.types): Document new deepitems function.
689
690 2011-10-25 Paul Koning <paul_koning@dell.com>
691
692 PR python/13327
693
694 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
695 fetch_lazy method.
696
697 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
698
699 PR python/12656
700
701 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
702 global_block, static_block function.
703
704 2011-10-19 Tom Tromey <tromey@redhat.com>
705
706 * gdb.texinfo (Commands In Python): Add missing "@"s.
707
708 2011-10-13 Kevin Pouget <kevin.pouget@st.com>
709
710 PR python/13285 Document named constants for frame unwind stop reasons
711 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
712 constants.
713
714 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
715
716 Fix compatibility with texinfo versions older than 4.12.
717 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
718 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
719 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
720 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
721 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
722 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
723 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
724
725 2011-10-09 Doug Evans <dje@google.com>
726
727 * gdb.texinfo (Extending GDB): Document alias command.
728
729 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
730
731 Support @entry in input expressions.
732 * gdb.texinfo (Variables): Describe @entry names suffix.
733 (Print Settings): Add anchor for `set print entry-values'.
734
735 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
736 Eli Zaretskii <eliz@gnu.org>
737
738 Display @entry parameter values (without references).
739 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
740 example.
741 (Print Settings): New description of set print entry-values and show
742 print entry-values.
743
744 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
745 Eli Zaretskii <eliz@gnu.org>
746
747 Recognize virtual tail call frames.
748 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
749 (Tail Call Frames): New node.
750 (Frames In Python): Add gdb.TAILCALL_FRAME.
751
752 2011-10-07 Doug Evans <dje@google.com>
753
754 * gdb.texinfo (gdb.printing): Document new `replace' arg to
755 register_pretty_printer.
756
757 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
758
759 PR python/12930
760 PR python/12802
761
762 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
763 stop method.
764
765 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
766
767 * gdb.texinfo (Starting your Program): "set disable-randomization"
768 is no longer Linux-specific.
769 (Remote Configuration): Document "set remote
770 disable-randomization-packet".
771 (General Query Packets): Document "QDisableRandomization" packet
772 and add it to "qSupported" list.
773
774 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
775
776 Allow Python notification of new object-file loadings.
777 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
778 event type.
779
780 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
781
782 PR python/12691: Add the inferior to Python exited event
783 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
784
785 2011-10-03 Joel Brobecker <brobecker@adacore.com>
786
787 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
788 rephasing.
789
790 2011-10-03 Joel Brobecker <brobecker@adacore.com>
791
792 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
793 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
794 as possible feature returned by the `-list-features'
795 command.
796
797 2011-09-28 Paul Koning <paul_koning@dell.com>
798
799 * gdb.texinfo (gdb.Type): Document field access by dictionary
800 key syntax.
801
802 2011-09-28 Yao Qi <yao@codesourcery.com>
803
804 * gdb.texinfo (Files): Update options for `add-symbol-file'.
805 Add one space after option `-s'. Remove @r{} markup.
806
807 2011-09-27 Stan Shebs <stan@codesourcery.com>
808
809 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
810
811 2011-09-16 Hui Zhu <teawater@gmail.com>
812
813 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
814 to *(unsigned char *)$esp@300.
815
816 2011-09-15 Paul Koning <paul_koning@dell.com>
817
818 * gdb.texinfo: Make style of Python functions and methods match
819 the syntax of Python. Also put class and module names explicitly
820 on function, member, and variable names, matching Python
821 documentation conventions.
822
823 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
824
825 PR Python/12692 Add gdb.selected_inferior() to Python interface.
826 * gdb.texinfo (Inferiors In Python): Describe new
827 gdb.selected_inferior() function.
828
829 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
830
831 Handle multiple breakpoint hits in Python interface:
832 * gdb.texinfo (Events In Python): New function documentation:
833 gdb.BreakpointEvent.breakpoints. Indicate that
834 gdb.BreakpointEvent.breakpoint is now deprecated.
835
836 2011-09-04 Joel Brobecker <brobecker@adacore.com>
837
838 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
839
840 2011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
841
842 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
843
844 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
845
846 * gdb.texinfo (Prompt): Add set/show extended-prompt
847 documentation
848 (Basic Python): Add prompt_hook anchor.
849 (Python modules): Reword module text to reflect multiple modules.
850 (gdb.prompt): Document gdb.prompt module.
851
852 2011-08-14 Yao Qi <yao@codesourcery.com>
853
854 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
855
856 2011-08-14 Yao Qi <yao@codesourcery.com>
857
858 * gdb.texinfo (Standard Target Features): Document C6x features.
859 (TIC6x Features): New node.
860
861 2011-08-12 Doug Evans <dje@google.com>
862
863 * gdb.texinfo (Symbols In Python): Document symbol.type.
864
865 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
866
867 * gdb.texinfo (Python): Document command and function
868 auto-loading.
869
870 2011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
871 Eli Zaretskii <eliz@gnu.org>
872
873 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
874 typedefs unrolling. Extend the sample code by an inner typedef and
875 outer typedefs unrolling.
876
877 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
878
879 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
880 size and line-size.
881
882 2011-07-21 Matt Rice <ratmice@gmail.com>
883
884 PR macros/12999
885 * gdb.texinfo (Macros): Add info definitions and info macros commands.
886 Update text and cindex entries for info macro command.
887
888 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
889
890 * observer.texi (GDB Observers): Add before_prompt observer.
891 * gdb.texinfo (Basic Python): Add documentation for prompt
892 substitution.
893
894 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
895
896 PR python/12438
897 * gdb.texinfo (Python Commands): Add deprecate note to maint
898 set/show python print-stack. Document set/show python
899 print-backtrace.
900
901 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
902
903 * gdb.texinfo: Fix typos.
904
905 2011-07-01 Tom Tromey <tromey@redhat.com>
906
907 * gdb.texinfo (Debugging Output): Document set debug
908 check-physname.
909
910 2011-06-29 Tom Tromey <tromey@redhat.com>
911
912 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
913 breakpoint-notifications feature.
914
915 2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
916
917 * gdb.texinfo (Target Description): Remove warning about
918 possibly unstable format.
919
920 2011-06-03 Tom Tromey <tromey@redhat.com>
921
922 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
923 (Events In Python): Note that exit_code is optional.
924
925 2011-05-17 Pedro Alves <pedro@codesourcery.com>
926
927 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
928 required for multi-threading support.
929 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
930 Hc are deprecated for multi-threading debugging. Point readers at
931 the vCont packet.
932
933 2011-05-15 Doug Evans <dje@google.com>
934
935 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
936
937 2011-05-13 Doug Evans <dje@google.com>
938
939 * gdb.texinfo (Threads): Document $sdir,$pdir.
940 (Server): Document $pdir exception.
941
942 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
943
944 * gdb.texinfo (Threads): Clarify default value for
945 libthread-db-search-path.
946
947 * gdb.texinfo (Completion): Update example.
948 (Debugging Output): Delete `set/show debug lin-lwp-async'.
949
950 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
951
952 * gdb.texinfo: Document change in the behaviour of the enable and
953 disable GDB commands when applied to tracepoints.
954 Document the EnableDisableTracepoints remote stub feature.
955 Document QTEnable and QTDisable in the list of tracepoint packets.
956
957 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
958
959 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
960 hsuser.texi.
961 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
962 comment to hsuser.texi. Change rluser.texi name in the comment.
963
964 2011-05-10 Doug Evans <dje@google.com>
965
966 * gdb.texinfo (Threads): If an empty path is provided for
967 libthread-db-search-path it is reset to its default value.
968 (Server): Ditto.
969
970 2011-05-09 Doug Evans <dje@google.com>
971
972 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
973
974 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
975 Thiago Jung Bauermann <bauerman@br.ibm.com>
976
977 Implement support for PowerPC BookE masked watchpoints.
978 * gdb.texinfo (Set Watchpoints): Document mask parameter.
979 (PowerPC Embedded): Mention support of masked watchpoints.
980
981 2011-05-03 Joel Brobecker <brobecker@adacore.com>
982
983 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
984 `@value{GDBN}'.
985
986 2011-05-03 Joel Brobecker <brobecker@adacore.com>
987
988 * gdb.texinfo (titlepage): Remove dedication.
989 (In Memoriam): New appendix.
990
991 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
992 Eli Zaretskii <eliz@gnu.org>
993
994 * gdb.texinfo (Index Section Format): Change the version to 5.
995 Describe the different formula.
996
997 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
998 Eli Zaretskii <eliz@gnu.org>
999
1000 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
1001 for disconnected tracing.
1002 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
1003 extended-remote relationship. Mention --once.
1004 (TCP port allocation lifecycle of @code{gdbserver}): New.
1005
1006 2011-04-23 Eli Zaretskii <eliz@gnu.org>
1007
1008 * gdb.texinfo (Server): Improve indexing. Index all optional
1009 switches to gdbserver.
1010
1011 2011-04-20 Tom Tromey <tromey@redhat.com>
1012
1013 * gdb.texinfo (Index Section Format): New node.
1014 (Top): Add new node to menu.
1015
1016 2011-04-20 Pedro Alves <pedro@codesourcery.com>
1017
1018 * gdb.texinfo (Maintenance Commands): Document `maint print
1019 remote-registers'.
1020
1021 2011-04-20 Tom Tromey <tromey@redhat.com>
1022
1023 * gdb.texinfo (Trace File Format): Move node later.
1024
1025 2011-04-19 Tom Tromey <tromey@redhat.com>
1026
1027 * gdbint.texinfo (Register Information Functions): Remove
1028 duplicate "the".
1029 * gdb.texinfo (Emacs): Remove duplicate "to".
1030 (GDB/MI Variable Objects): Remove duplicate "the".
1031 (General Query Packets): Likewise.
1032
1033 2011-04-02 Joel Brobecker <brobecker@adacore.com>
1034
1035 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
1036 "GDB/MI Ada Exception Information" node.
1037
1038 2011-04-01 Joel Brobecker <brobecker@adacore.com>
1039
1040 * gdb.texinfo (GDB/MI Ada Exception Information): Document
1041 the "exception-name" field in the *stopped async record.
1042
1043 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1044 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1045
1046 Implement support for PowerPC BookE ranged breakpoints.
1047 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
1048
1049 2011-03-28 Tom Tromey <tromey@redhat.com>
1050
1051 * gdb.texinfo (Set Tracepoints): Fix typo.
1052
1053 2011-03-24 Tom Tromey <tromey@redhat.com>
1054
1055 * gdb.texinfo (Specify Location): Document `function:label'
1056 linespec.
1057
1058 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
1059
1060 PR python/12149
1061
1062 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
1063
1064 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
1065
1066 * gdb.texinfo (Blocks In Python): Add is_valid method description.
1067 (Inferiors In Python): Likewise.
1068 (Threads In Python): Likewise.
1069 (Symbols In Python): Likewise.
1070 (Objfiles In Python): Likewise.
1071 (Symbol Tables In Python): Likewise.
1072
1073 2011-03-15 Pedro Alves <pedro@codesourcery.com>
1074
1075 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
1076 display>: Explain that the commands accept number ranges.
1077
1078 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
1079
1080 * gdb.texinfo (Breakpoints In Python): Add description and example
1081 of Python stop function operation.
1082
1083 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
1084
1085 * gdb.texinfo (Parameters In Python): Document get_set_string and
1086 get_show_string methods.
1087
1088 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1089
1090 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
1091
1092 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
1093 circular-trace-buffer name.
1094
1095 2011-02-28 Joel Brobecker <brobecker@adacore.com>
1096
1097 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
1098 in the previous change.
1099
1100 2011-02-27 Michael Snyder <msnyder@vmware.com>
1101
1102 * gdb.texinfo (Inferiors and Programs): Update commands to show
1103 that they can accept multiple arguments.
1104
1105 2011-02-24 Joel Brobecker <brobecker@adacore.com>
1106
1107 Revert the following patch (code patch was not approved):
1108 2011-02-21 Hui Zhu <teawater@gmail.com>
1109 * agentexpr.texi (bytecode descriptions): add printf.
1110 * gdb.texinfo (tracepoint action lists): add printf.
1111
1112 2011-02-23 Doug Evans <dje@google.com>
1113
1114 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
1115
1116 2011-02-23 Michael Snyder <msnyder@vmware.com>
1117
1118 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
1119 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
1120 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
1121
1122 2011-02-22 Doug Evans <dje@google.com>
1123
1124 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
1125 Clarify behaviour of lookup_symbol when `block' argument is omitted,
1126 add description of result, fix @defun formatting.
1127
1128 2011-02-21 Hui Zhu <teawater@gmail.com>
1129
1130 * agentexpr.texi (Bytecode Descriptions): Add printf.
1131 * gdb.texinfo (Tracepoint Action Lists): Add printf.
1132
1133 2011-02-18 Tom Tromey <tromey@redhat.com>
1134
1135 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
1136
1137 2011-02-14 Michael Snyder <msnyder@vmware.com>
1138
1139 * gdb.texinfo (threads): Document argument for "info threads" cmd.
1140 Document new command "thread find".
1141
1142 2011-02-14 Michael Snyder <msnyder@vmware.com>
1143
1144 * gdb.texinfo (Threads): Update example of new thread message.
1145
1146 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1147
1148 * gdb.texinfo (Remote Configuration): Mention set/show remote
1149 traceframe-info.
1150 (Tools/Packages Optional for Building GDB): Mention that expat is
1151 used for traceframe info.
1152 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
1153 (General Query Packets) <qSupported>: Describe the
1154 qXfer:traceframe-info:read feature.
1155 (qXfer::read): Describe qXfer:traceframe-info:read.
1156 (Traceframe Info Format): New section.
1157
1158 2011-02-04 Pedro Alves <pedro@codesourcery.com>
1159
1160 * gdbint.texinfo (Formatting): Mention some formatting guidelines
1161 for casts and unary operators.
1162
1163 2011-02-04 Tom Tromey <tromey@redhat.com>
1164
1165 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
1166 is not useful.
1167
1168 2011-01-25 Pedro Alves <pedro@codesourcery.com>
1169
1170 * gdb.texinfo: s/value optimized out/optimized out/g
1171
1172 2011-01-21 Joel Brobecker <brobecker@adacore.com>
1173
1174 * gdb.texinfo (Other Misc Settings): Rework part of the
1175 documentation of the "set interactive mode" command.
1176
1177 2011-01-19 Tom Tromey <tromey@redhat.com>
1178
1179 * gdb.texinfo (Threads): Document thread name output and `thread
1180 name' command.
1181 (Threads In Python): Document Thread.name attribute.
1182 (GDB/MI Thread Commands): Document thread attributes.
1183
1184 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
1185
1186 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
1187 changes in mi/mi-cmd-disas.c
1188
1189 2011-01-12 Tom Tromey <tromey@redhat.com>
1190
1191 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
1192 Fix "thread apply" text.
1193
1194 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1195 Thiago Jung Bauermann <bauerman@br.ibm.com>
1196
1197 Implement support for PowerPC BookE ranged watchpoints.
1198 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
1199 the "set powerpc exact-watchpoints" flag.
1200
1201 2011-01-07 Tom Tromey <tromey@redhat.com>
1202
1203 * gdb.texinfo (Python API): Add descriptions to @menu items.
1204
1205 2011-01-06 Tom Tromey <tromey@redhat.com>
1206
1207 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
1208
1209 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
1210
1211 * gdb.texinfo (Debugging Output): Document "set debug jit".
1212
1213 2011-01-06 Tom Tromey <tromey@redhat.com>
1214
1215 PR python/12133:
1216 * gdb.texinfo (Frames In Python): Document various frame
1217 constants.
1218
1219 2011-01-05 Joel Brobecker <brobecker@adacore.com>
1220
1221 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
1222 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
1223 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
1224
1225 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1226
1227 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
1228 (clean): Add GDBvn.texi.
1229
1230 2010-12-29 Joel Brobecker <brobecker@adacore.com>
1231
1232 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
1233 occasional case where the debugger prints an array address
1234 instead of the array itself.
1235
1236 2010-12-23 Pedro Alves <pedro@codesourcery.com>
1237
1238 * gdb.texinfo (Packets) <read registers packet>: Document support
1239 for registers that were not collected.
1240
1241 2010-12-15 Doug Evans <dje@google.com>
1242
1243 * gdb.texinfo (Startup): Document auto-loading of scripts during
1244 startup.
1245 (Auto-loading): Delete "maint set python auto-load on|off".
1246 Add "set auto-load-scripts on|off".
1247
1248 2010-12-07 Doug Evans <dje@google.com>
1249
1250 * gdb.texinfo (Mode Options): Document -data-directory.
1251 (Data Files): Add reference to -data-directory.
1252
1253 2010-11-29 Doug Evans <dje@google.com>
1254
1255 * gdb.texinfo (Pretty-Printer Introduction): Change
1256 printer-name:subprinter-name to printer-name;subprinter-name.
1257
1258 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
1259
1260 PR python/12199
1261
1262 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
1263
1264 2010-11-23 Tom Tromey <tromey@redhat.com>
1265
1266 * gdb.texinfo (Top): Check SYSTEM_READLINE.
1267 (Editing): Likewise.
1268 (Command History): Likewise.
1269 (TUI Keys): Likewise.
1270 (Bug Reporting): Conditionally include rluser.texi and
1271 inc-history.texinfo.
1272 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
1273 (GDB_DOC_SOURCE_INCLUDES): Add comment.
1274 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
1275 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
1276 (gdb.pdf): Likewise.
1277 (gdb.info): Likewise.
1278 (gdb/index.html): Likewise.
1279
1280 2010-11-23 Tom Tromey <tromey@redhat.com>
1281
1282 * Makefile.in (Makefile): Run ../config.status.
1283 (distclean): Update.
1284 * configure: Remove.
1285 * configure.ac: Remove.
1286
1287 2010-11-12 Tom Tromey <tromey@redhat.com>
1288
1289 * gdb.texinfo (Basic Python): Update. Add xref.
1290 (Exception Handling): Document new exception classes.
1291 (Types In Python): Update.
1292 (Frames In Python): Update.
1293
1294 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
1295
1296 * gdb.texinfo (Breakpoints In Python): Document "internal"
1297 parameter, and visible attribute.
1298
1299 2010-11-05 Doug Evans <dje@google.com>
1300
1301 * gdb.texinfo (Source Path): Document "set directories".
1302
1303 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
1304
1305 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
1306 (OpenCL C): New node.
1307
1308 2010-11-02 Doug Evans <dje@google.com>
1309
1310 * gdb.texinfo (Pretty Printing): Expand into three sections,
1311 introduction, example, and commands.
1312 (Python API): Delete section Disabling Pretty-Printers, merge into
1313 Selecting Pretty-Printers.
1314 (Writing a Pretty-Printer): New section. Move the pretty-printer
1315 example here, and reformat to match python coding style. Add a second
1316 example using the gdb.printing module.
1317 (Python modules): Add gdb.printing.
1318
1319 2010-10-29 Doug Evans <dje@google.com>
1320
1321 * gdb.texinfo (Python): Fix long line.
1322
1323 2010-10-20 Doug Evans <dje@google.com>
1324
1325 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
1326 All references updated. Correct sections marked as subsections.
1327 (Coding Standards): New chapter. Move the coding standard related
1328 subsections here. Add section on Python coding standards.
1329
1330 2010-10-13 Doug Evans <dje@google.com>
1331
1332 * gdb.texinfo (Python): Add "Python modules".
1333 (Types in Python): Add reference to gdb.types section.
1334 (Python modules): New node.
1335
1336 2010-10-11 Doug Evans <dje@google.com>
1337
1338 * gdb.texinfo (Values From Inferior): Add reference to "Types in
1339 Python" from gdb.Value.type description.
1340
1341 2010-09-28 Joel Brobecker <brobecker@adacore.com>
1342
1343 * gdb.texinfo (Ravenscar Profile): New node.
1344
1345 2010-09-22 Tom Tromey <tromey@redhat.com>
1346
1347 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
1348
1349 2010-09-22 Eli Zaretskii <eliz@gnu.org>
1350
1351 * gdb.texinfo (Values From Inferior): Clarify that
1352 value.dynamic_type works only in C++ programs with RTTI.
1353
1354 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
1355
1356 * gdb.texinfo (Character Sets): Correctly reference host-charset
1357 in example.
1358
1359 2010-09-13 Tom Tromey <tromey@redhat.com>
1360
1361 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
1362 Document "fullname" and "from".
1363
1364 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
1365
1366 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
1367 feature `reverse' output by -list-target-features.
1368
1369 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
1370
1371 * gdb.texinfo (i386 Features): Remove an extra "@item".
1372
1373 2010-08-30 Tom Tromey <tromey@redhat.com>
1374
1375 PR python/11792:
1376 * gdb.texinfo (Values From Inferior): Document dynamic_type.
1377
1378 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
1379
1380 * gdb.texinfo (ARM Features): Document
1381 org.gnu.gdb.arm.m-profile.
1382
1383 2010-08-23 Tom Tromey <tromey@redhat.com>
1384
1385 PR python/11145:
1386 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
1387 reinterpret_cast methods.
1388
1389 2010-08-23 Tom Tromey <tromey@redhat.com>
1390
1391 PR python/11915:
1392 * gdb.texinfo (Types In Python): Document array method.
1393
1394 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
1395
1396 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
1397
1398 2010-08-16 Tom Tromey <tromey@redhat.com>
1399
1400 * gdb.texinfo (Set Watchpoints): Document -location option.
1401
1402 2010-08-13 Doug Evans <dje@google.com>
1403
1404 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
1405
1406 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
1407
1408 * gdb.texinfo (GDB/MI Data Manipulation): Document
1409 -data-read-memory-raw and -data-write-memory-raw.
1410
1411 2010-08-11 Tom Tromey <tromey@redhat.com>
1412 Phil Muldoon <pmuldoon@redhat.com>
1413
1414 * gdb.texinfo (Basic Python): Describe post_event API.
1415
1416 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
1417
1418 * gdb.texinfo (Basic Python): Describe solib_address and
1419 decode_line Python APIs
1420
1421 2010-08-10 Tom Tromey <tromey@redhat.com>
1422
1423 * gdb.texinfo (Pretty Printing API): Document
1424 gdb.default_visualizer.
1425
1426 2010-08-10 Tom Tromey <tromey@redhat.com>
1427
1428 Revert gdb-add-index addition:
1429 * gdb.texinfo (Index Files): Don't document gdb-add-index.
1430
1431 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1432 Eli Zaretskii <eliz@gnu.org>
1433
1434 * gdb.texinfo (Mode Options) <-batch>
1435 (Basic Python) <gdb.execute>: Describe setting width and height.
1436
1437 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1438
1439 * gdb.texinfo (Threads): Document 'debug libthread-db'.
1440
1441 2010-07-30 Tom Tromey <tromey@redhat.com>
1442
1443 * gdb.texinfo (Index Files): Mention gdb-add-index.
1444
1445 2010-07-30 Hui Zhu <teawater@gmail.com>
1446
1447 * gdb.texinfo (Inferiors and Programs): Update the introduce of
1448 "detach inferior" and "kill inferior".
1449
1450 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
1451
1452 * gdb.texinfo (Machine Code): Update description of two forms of
1453 arguments, and add new example to demonstrate the new form.
1454
1455 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
1456
1457 * gdb.texinfo (Values From Inferior): Add value inferior function
1458 call description.
1459
1460 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1461
1462 * gdb.texinfo (Active Targets): Fix wrong comma placement.
1463
1464 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1465 Eli Zaretskii <eliz@gnu.org>
1466
1467 Make core files the process_stratum.
1468 * gdb.texinfo (Active Targets): Remove core_stratum. Include
1469 record_stratum example.
1470
1471 2010-07-13 Tom Tromey <tromey@redhat.com>
1472
1473 * gdb.texinfo (Index Files): New node.
1474
1475 2010-07-13 Tom Tromey <tromey@redhat.com>
1476
1477 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
1478
1479 2010-07-13 Tom Tromey <tromey@redhat.com>
1480
1481 * gdb.texinfo (Specify Location): Document labels.
1482
1483 2010-07-01 Pedro Alves <pedro@codesourcery.com>
1484
1485 * gdb.texinfo (Create and Delete Tracepoints): Add more index
1486 entries for fast tracepoints and static tracepoints.
1487
1488 2010-07-01 Pedro Alves <pedro@codesourcery.com>
1489
1490 * gdb.texinfo (General Query Packets) <qfThreadInfo,
1491 qsThreadInfo>: Spell out `l' as ell.
1492
1493 2010-07-01 Pedro Alves <pedro@codesourcery.com>
1494
1495 * gdb.texinfo (Convenience Variables): Document $_sdata.
1496 (Commands to Set Tracepoints): Describe static tracepoints. Add
1497 `Listing Static Tracepoint Markers' menu entry. Document
1498 "strace".
1499 (Tracepoint Action Lists): Document collecting $_sdata.
1500 (Listing Static Tracepoint Markers): New subsection.
1501 (Tracepoints support in gdbserver): Mention static tracepoints.
1502 (remote packets, enabling and disabling): Mention
1503 read-sdata-object.
1504 (General Query Packets) <qSupported>: Document qXfer:sdata:read
1505 and StaticTracepoint.
1506 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
1507 Document qXfer:sdata:read.
1508 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
1509
1510 2010-06-29 Joel Brobecker <brobecker@adacore.com>
1511
1512 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
1513
1514 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
1515 Tom Tromey <tromey@redhat.com>
1516 Thiago Jung Bauermann <bauerman@br.ibm.com>
1517
1518 * gdb.texinfo (Inferiors In Python): New node.
1519 * gdb.texinfo (Threads In Python): New node.
1520
1521 2010-06-28 Joel Brobecker <brobecker@adacore.com>
1522
1523 * gdb.texinfo (Python): Document what the python directory is
1524 and what its location is.
1525 (Basic Python): Document the gdb.PYTHONDIR constant.
1526
1527 2010-06-25 Tom Tromey <tromey@redhat.com>
1528
1529 PR python/10808:
1530 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
1531
1532 2010-06-24 Hui Zhu <teawater@gmail.com>
1533
1534 * gdb.texinfo: (Commands for Controlled Output): Add
1535 documentation for command "eval".
1536
1537 2010-06-21 Stan Shebs <stan@codesourcery.com>
1538
1539 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
1540 * annotate.texinfo: Ditto.
1541 * gdbint.texinfo: Ditto.
1542 * stabs.texinfo: Ditto.
1543
1544 2010-06-22 Hui Zhu <teawater@gmail.com>
1545
1546 * gdb.texinfo: (Process Record and Replay): Add documentation
1547 for command "set record memory-query".
1548
1549 2010-06-21 Stan Shebs <stan@codesourcery.com>
1550
1551 * gdb.texinfo: Relicense under GFDL version 1.3.
1552 * annotate.texinfo: Relicense under GFDL version 1.3.
1553 * gdbint.texinfo: Relicense under GFDL version 1.3.
1554 * stabs.texinfo: Relicense under GFDL version 1.3.
1555 * fdl.texi: Update to version 1.3.
1556
1557 2010-06-18 Stan Shebs <stan@codesourcery.com>
1558
1559 * gdb.texinfo (Operating System Auxiliary Information): Describe
1560 "info os" when no arguments given.
1561
1562 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
1563 $_thread.
1564
1565 2010-06-18 Hui Zhu <teawater@gmail.com>
1566
1567 * gdb.texinfo: (Process Record and Replay): Add documentation
1568 for commands "record save" and "record restore".
1569
1570 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1571
1572 * gdb.texinfo: Include information about the correct use
1573 of addresses in the `watch' command.
1574
1575 2010-06-11 Stan Shebs <stan@codesourcery.com>
1576
1577 * gdb.texinfo (Observer Mode): New section.
1578 (General Query Packets): Document QAllow.
1579
1580 2010-06-04 Doug Evans <dje@google.com>
1581
1582 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
1583
1584 2010-06-03 Doug Evans <dje@google.com>
1585
1586 * gdbint.texinfo (Coding): Add subsection on command names.
1587
1588 2010-06-02 Tom Tromey <tromey@redhat.com>
1589
1590 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
1591 always-disassemble.
1592
1593 2010-06-01 Pedro Alves <pedro@codesourcery.com>
1594
1595 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
1596 gdbserver, and add cross reference.
1597 (Tracepoints support in gdbserver): New subsection.
1598
1599 2010-05-26 Pedro Alves <pedro@codesourcery.com>
1600
1601 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
1602 `qRelocInsn' feature.
1603 (Relocate instruction reply packet): New subsection
1604 of `Tracepoint Packets'.
1605 (Tracepoint Packets): Mention that packets QTDP and QTStart
1606 support the qRelocInsn request, and add cross reference to new
1607 subsection.
1608
1609 2010-05-25 Doug Evans <dje@google.com>
1610
1611 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
1612 (Commands In Python): Document gdb.string_to_argv.
1613
1614 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1615
1616 * gdbint.texinfo (Host Definition): Remove items NORETURN and
1617 ATTR_NORETURN.
1618
1619 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
1620 Tom Tromey <tromey@redhat.com>
1621 Thiago Jung Bauermann <bauerman@br.ibm.com>
1622
1623 * gdb.texinfo (Parameters In Python): New Node.
1624
1625 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
1626
1627 * gdb.texinfo: (Summary) Add mention about D language support.
1628 (Filenames): Add D suffixes.
1629 (D): New node.
1630
1631 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
1632
1633 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
1634 of macro deleted from GDB code.
1635
1636 2010-04-24 Pedro Alves <pedro@codesourcery.com>
1637
1638 * gdb.texinfo (Commands to specify files): Describe what how GDB
1639 looks up DOS-based filesystem paths on the system root. Document
1640 the new `set/show target-file-system-kind' commands.
1641
1642 2010-04-23 Doug Evans <dje@google.com>
1643
1644 * gdb.texinfo (Python): Move Auto-loading section here ...
1645 (Python API): from here.
1646 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
1647 (Maintenance Commands): Add docs for "maint print section-scripts".
1648
1649 2010-04-20 Chris Moller <cmoller@redhat.com>
1650
1651 * gdb.texinfo (Setting Breakpoints): Added description of
1652 filename-qualified rbreak.
1653 * refcard.tex (Breakpoints and Watchpoints): Added brief
1654 description of filename-qualified rbreak.
1655
1656 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1657
1658 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
1659 (Python API): Change the reference to Pretty Printing API.
1660 (Pretty Printing): Move the user part under the Data node. Reformat
1661 the sample output to 72 columns. Create a new reference to Pretty
1662 Printing API. Rename the API part ...
1663 (Pretty Printing API): To a new node name.
1664 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
1665 (GDB/MI Variable Objects): Change references to Pretty Printing API.
1666
1667 2010-04-21 Stan Shebs <stan@codesourcery.com>
1668
1669 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
1670 and commands.
1671 (Listing Tracepoints): Update to reflect current behavior.
1672
1673 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1674
1675 * gdb.texinfo (Examining memory): Update for change in string
1676 display with explicit size.
1677
1678 2010-04-19 Pedro Alves <pedro@codesourcery.com>
1679
1680 PR breakpoints/8554.
1681
1682 * gdb.texinfo (Save Breakpoints): New node.
1683 (save-tracepoints): Rename to ...
1684 (save tracepoints): ... this. Mention that `save-tracepoints' is
1685 a deprecated alias to `save tracepoints'.
1686
1687 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
1688
1689 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
1690 (info w32 thread-information-block): Document new command.
1691 (qGetTIBAddress): Document new gdbserver query.
1692 (maint set/show show-all-tib): Document new command.
1693
1694 2010-04-15 Doug Evans <dje@google.com>
1695
1696 * gdb.texinfo (Python API): Add progspaces section.
1697 (Selecting Pretty-Printers): Progspace pretty-printers are
1698 searched too.
1699 (Progspaces In Python): New section.
1700
1701 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
1702
1703 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
1704
1705 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
1706 returns None.
1707
1708 2010-04-09 Stan Shebs <stan@codesourcery.com>
1709
1710 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1711 Describe the `frames-created' field, tweak grammar.
1712
1713 2010-04-09 Pedro Alves <pedro@codesourcery.com>
1714
1715 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1716 Describe the `circular' and `disconnected' fields.
1717
1718 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
1719
1720 * gdb.texinfo (maint print registers): Mention unavailable and
1721 invisible registers.
1722
1723 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
1724 Thiago Jung Bauermann <bauerman@br.ibm.com>
1725 Tom Tromey <tromey@redhat.com>
1726
1727 * gdb.texinfo (Breakpoints In Python): New Node.
1728
1729 2010-04-08 Stan Shebs <stan@codesourcery.com>
1730
1731 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
1732 trace status fields.
1733
1734 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
1735
1736 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
1737 optional. Make org.gnu.gdb.i386.avx requires
1738 org.gnu.gdb.i386.avx.
1739
1740 2010-04-08 Doug Evans <dje@google.com>
1741
1742 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
1743 search path, and document that gdb only scans the search path if
1744 the script's path doesn't specify a directory.
1745
1746 2010-04-05 Doug Evans <dje@google.com>
1747
1748 * gdb.texinfo (maint show python auto-load): Fix typo.
1749
1750 2010-04-04 Stan Shebs <stan@codesourcery.com>
1751
1752 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
1753 (Setting Watchpoints): Update description of "info watch".
1754 (Disabling Breakpoints): Only "info break" lists all.
1755
1756 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
1757 (tdump): Explain how tdump works.
1758
1759 2010-04-01 Pedro Alves <pedro@codesourcery.com>
1760
1761 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
1762 add cross reference.
1763
1764 2010-03-31 Pedro Alves <pedro@codesourcery.com>
1765
1766 * gdb.texinfo (TUI Commands): Mention that in some cases, these
1767 commands error out.
1768
1769 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1770
1771 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
1772
1773 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1774
1775 * gdb.texinfo (General Query Packets): Add xmlRegisters.
1776
1777 2010-03-29 Stan Shebs <stan@codesourcery.com>
1778 Nathan Sidwell <nathan@codesourcery.com>
1779
1780 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
1781 GDBN equivalent.
1782 (Set Tracepoints): Remove mention that conditional tracepoints
1783 don't exist.
1784 (Tracepoint Actions): Clarify when while-stepping collection
1785 happens, note that while-stepping does not automatically collect
1786 $pc.
1787
1788 2010-03-29 Stan Shebs <stan@codesourcery.com>
1789
1790 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
1791 (General Query Packets): Describe TracepointSource.
1792
1793 2010-03-27 Matt Rice <ratmice@gmail.com>
1794
1795 * gdb.texinfo (ARM): Document arguments to "target sim".
1796 (Set Catchpoints): Use @dots{} instead of @r{...}.
1797
1798 2010-03-26 Pedro Alves <pedro@codesourcery.com>
1799
1800 * gdb.texinfo (Tracepoint Packets): Remove mention that
1801 terror:string may be plain text, and drop mention of X prefix.
1802
1803 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
1804
1805 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
1806
1807 2010-03-24 Stan Shebs <stan@codesourcery.com>
1808
1809 * gdb.texinfo (Tracepoint Packets): Document trace error status.
1810
1811 2010-03-24 Tom Tromey <tromey@redhat.com>
1812
1813 PR breakpoints/9352:
1814 * gdb.texinfo (Break Commands): Update.
1815
1816 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1817
1818 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
1819 commands.
1820
1821 2010-03-16 Stan Shebs <stan@codesourcery.com>
1822
1823 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
1824 circular-trace-buffer.
1825 (Tracepoint Packets): Describe QTBuffer, and details of the
1826 qTStatus reply.
1827
1828 2010-03-12 Stan Shebs <stan@codesourcery.com>
1829 Nathan Sidwell <nathan@codesourcery.com>
1830
1831 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
1832 doing instruction stepping.
1833 (Tracepoint Restrictions): New node.
1834
1835 2010-03-10 Tom Tromey <tromey@redhat.com>
1836
1837 * gdbint.texinfo (Symbol Handling): Update.
1838
1839 2010-03-08 Tom Tromey <tromey@redhat.com>
1840
1841 PR cli/9591:
1842 * gdb.texinfo (Mode Options): Mention lack of pagination and
1843 confirmation with --batch.
1844 (Screen Size): Mention --batch.
1845 (Messages/Warnings): Likewise.
1846
1847 2010-03-05 Tom Tromey <tromey@redhat.com>
1848
1849 * gdb.texinfo (Basic Python): Document target_charset and
1850 target_wide_charset.
1851
1852 2010-03-05 Tom Tromey <tromey@redhat.com>
1853
1854 * gdb.texinfo (Data): Link to pretty-printing.
1855 (Output Formats): Likewise. Correct text.
1856
1857 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1858
1859 * gdb.texinfo (Types): Describe <struct> and <flags>.
1860
1861 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
1862
1863 * gdb.texinfo (Frames In Python): Add block parameter and
1864 description to read_var text.
1865
1866 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
1867 Tom Tromey <tromey@redhat.com>
1868
1869 * gdb.texinfo (Types In Python): Describe block argument in
1870 template_argument and gdb.lookup_type.
1871
1872 2010-02-24 Tom Tromey <tromey@redhat.com>
1873
1874 * gdb.texinfo (Cygwin Native): Fix typo.
1875
1876 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1877
1878 * gdb.texinfo (Frames In Python): Add block, find_sal, function
1879 and select method descriptions.
1880 (Python API): Add Blocks In Python, Symbols in Python and Symbol
1881 Tables in Python to menu.
1882 (Blocks In Python): New node.
1883 (Symbols In Python): New node.
1884 (Symbol Tables in Python): New node.
1885
1886 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
1887
1888 Multiexec MI
1889
1890 gdb/
1891 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
1892
1893 gdb/doc/
1894 * gdb.texinfo (GDB/MI Command Syntax): Document notification
1895 changes.
1896 (GDB/MI Program Execution): Document current behaviour of
1897 --all and --thread-group.
1898 (GDB/MI Miscellaneous Commands): Document -add-inferior and
1899 -remove-inferior.
1900 * observer.texi (inferior_added, inferior_removed): New
1901 observers.
1902
1903 2010-02-19 Tom Tromey <tromey@redhat.com>
1904
1905 * gdbint.texinfo (Getting Started): Fix @node.
1906 (Debugging GDB): Likewise.
1907
1908 2010-02-13 Joel Brobecker <brobecker@adacore.com>
1909
1910 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
1911 documenting the gdb_test_timeout variable.
1912
1913 2010-02-12 Jakob Engblom <jakob@virtutech.com>
1914
1915 * gdb.texinfo (MI commands): Added documentation of --reverse
1916 option to a set of MI commands. Restructured documentation of MI
1917 commands --exec-continue to reflect the complexity of reverse
1918 execution.
1919
1920 2010-02-12 Pedro Alves <pedro@codesourcery.com>
1921
1922 * gdb.texinfo (Using the Collected Data): Specify that the address
1923 range of `tfind outsize' is exclusive, and that the address range
1924 of `tfind range' is inclusive.
1925 (Tracepoint Packets): Specify that the address range of
1926 `QTFrame:range' is inclusive, and that the address range of
1927 `QTFrame:outside' is exclusive
1928
1929 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
1930
1931 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
1932
1933 2010-02-10 Tom Tromey <tromey@redhat.com>
1934
1935 * gdb.texinfo (Debugging Output): Document set debug parser and
1936 show debug parser.
1937
1938 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
1939
1940 * gdb.texinfo (Predefined Target Types): Add i387_ext,
1941 i386_eflags and i386_mxcsr.
1942
1943 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
1944
1945 * gdb.texinfo: Document i386 target features.
1946
1947 2010-02-05 Doug Evans <dje@google.com>
1948
1949 * gdbint.texinfo (Testsuite): Add a new section to document the
1950 various DejaGnu variables that may be overridden.
1951 Document INTERNAL_GDBFLAGS.
1952
1953 2010-02-04 Tom Tromey <tromey@redhat.com>
1954
1955 PR cli/8830:
1956 * gdb.texinfo (Files): -readnow comes before the filename for file
1957 and symbol-file.
1958
1959 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1960
1961 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
1962 Document ARM breakpoint types.
1963 (Register Packet Format): Move into the new section.
1964 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
1965
1966 2010-01-21 Joel Brobecker <brobecker@adacore.com>
1967
1968 * gdb.texinfo (File Options): Adjust the documentation of this
1969 switch to refer to the "source" command rather than partially
1970 duplicating some of the relevant information.
1971 (Extending GDB): Introduce and document the set/show script-extension
1972 setting.
1973 (Command Files): Add note explaining that the "source" command
1974 is also used to evalute scripts written in other languages.
1975 Remove the short slightly incorrect reference to sourcing Python
1976 scripts.
1977 (Python Commands): Document how to execute a Python script from GDB.
1978
1979 2010-01-19 Joel Brobecker <brobecker@adacore.com>
1980
1981 * gdb.texinfo (Command Files): Fix typo.
1982
1983 2010-01-18 Tom Tromey <tromey@redhat.com>
1984
1985 * gdb.texinfo (File Options): Document -x on .py files.
1986 (Command Files): Document handling of Python scripts.
1987
1988 2010-01-18 Jie Zhang <jie.zhang@analog.com>
1989
1990 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
1991
1992 2010-01-15 Stan Shebs <stan@codesourcery.com>
1993
1994 * gdb.texinfo (Trace Files): New section.
1995 (Tracepoint Packets): Document QTSave and qTBuffer.
1996 (Trace File Format): New appendix.
1997
1998 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
1999
2000 * gdb.texinfo (Values From Inferior): Document lazy_string value
2001 method.
2002 (Python API): Add Lazy strings menu item.
2003 (Lazy Strings In Python): New node.
2004
2005 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
2006
2007 * gdb.texinfo (GDB/MI Thread Information): New.
2008 (GDB/MI Async Records): Document the core field in *stopped.
2009 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
2010 documentation
2011 (Process list): Document that osdata document may contain
2012 threads.
2013 (Remote Serial Protocol): Document qXfer:threads.
2014
2015 2010-01-06 Stan Shebs <stan@codesourcery.com>
2016
2017 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2018 disconnected tracing.
2019 (Tracepoint Packets): Document new protocol.
2020
2021 2010-01-05 Stan Shebs <stan@codesourcery.com>
2022
2023 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
2024 tracepoints.
2025 (Tracepoint Packets): Describe remote protocol for fast
2026 tracepoints.
2027
2028 2010-01-01 Joel Brobecker <brobecker@adacore.com>
2029
2030 Update the "Start of New Year Procedure".
2031 * gdbint.texinfo: Add the list of files that need to be updated
2032 manually. Minor reformatting.
2033
2034 2010-01-01 Joel Brobecker <brobecker@adacore.com>
2035
2036 * refcard.tex: Update copyright year in header and text.
2037
2038 2010-01-01 Joel Brobecker <brobecker@adacore.com>
2039
2040 * agentexpr.texi: Add 2010 to the list of copyright years.
2041 * annotate.texinfo: Likewise.
2042 * gdb.texinfo: Likewise.
2043 * gdbint.texinfo: Likewise.
2044 * observer.texi: Likewise.
2045 * stabs.texinfo: Likewise.
2046
2047 2009-12-31 Stan Shebs <stan@codesourcery.com>
2048
2049 * gdb.texinfo (Tracepoint Actions): Describe teval.
2050
2051 2009-12-29 Stan Shebs <stan@codesourcery.com>
2052
2053 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
2054
2055 2009-12-28 Stan Shebs <stan@codesourcery.com>
2056
2057 * gdb.texinfo (Trace State Variables): New section.
2058 (Tracepoint Packets): Describe trace state variable packets.
2059 * agentexpr.texi (Bytecode Descriptions): Describe trace state
2060 variable bytecodes.
2061
2062 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
2063
2064 * gdb.texinfo (Symbols): "info variables" prints definitions, not
2065 declarations.
2066
2067 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
2068
2069 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
2070 -gdb-exit behaviour.
2071
2072 2009-12-20 Joel Brobecker <brobecker@adacore.com>
2073
2074 * gpl.texi: Update to version 3 of the GPL.
2075
2076 2009-12-20 Joel Brobecker <brobecker@adacore.com>
2077
2078 * Makefile.in: Update copyright header.
2079 * observer.texi: Fix the copyright header of the generated files.
2080
2081 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
2082
2083 * gdb.texinfo (Types In Python): Describe range function.
2084
2085 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
2086
2087 * gdb.texinfo (Types In Python): Describe "is_base_class".
2088
2089 2009-12-03 Tom Tromey <tromey@redhat.com>
2090
2091 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
2092
2093 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
2094
2095 * observer.texi: New memory_changed observer.
2096
2097 2009-12-01 Tom Tromey <tromey@redhat.com>
2098
2099 * gdb.texinfo (Reverse Execution): Fix typo.
2100
2101 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
2102
2103 PR gdb/8704
2104
2105 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
2106 are allowed after the breakpoint condition.
2107
2108 2009-11-23 Tom Tromey <tromey@redhat.com>
2109
2110 PR python/10782:
2111 * gdb.texinfo (Types In Python): Document Type.pointer.
2112
2113 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
2114
2115 * gdb.texinfo (Machine Code): Adjust.
2116
2117 2009-11-11 Pedro Alves <pedro@codesourcery.com>
2118
2119 * agentexpr.texi (Tracing On Symmetrix): Delete section.
2120 (Using Agent Expressions): Delete cross reference.
2121
2122 2009-11-07 Joel Brobecker <brobecker@adacore.com>
2123
2124 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
2125 and @settitle directives up to help makeinfo find them.
2126
2127 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2128
2129 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
2130 (Auto-loading): Use plural and note one can use multiple components now.
2131
2132 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
2133
2134 * gdb.texinfo (GDB/MI Stack Manipulation): Make
2135 -stack-list-arguments have the same documentation for parameter
2136 as -stack-list-locals. Add comas.
2137
2138 2009-10-27 Tom Tromey <tromey@redhat.com>
2139 Eli Zaretskii <eliz@gnu.org>
2140
2141 PR python/10781
2142
2143 * gdb.texinfo (Values From Inferior): Document cast method.
2144
2145 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
2146
2147 * gdb.texinfo (Machine Code): Mention function name in disasssembly
2148 and adjust example.
2149
2150 2009-10-22 Michael Snyder <msnyder@vmware.com>
2151
2152 * gdb.texinfo (Process Record and Replay): Document new form of
2153 info record command. Also document the new save and restore
2154 commands.
2155
2156 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
2157
2158 * gdb.texinfo (Machine Code): Mention current pc marker.
2159 (Memory): Likewise.
2160
2161 2009-10-19 Pedro Alves <pedro@codesourcery.com>
2162 Stan Shebs <stan@codesourcery.com>
2163
2164 * observer.texi (new_inferior): Rename to...
2165 (inferior_appeared): ... this.
2166
2167 * gdb.texinfo (Inferiors): Rename node to ...
2168 (Inferiors and Programs): ... this. Mention running multiple
2169 programs in the same debug session.
2170 <info inferiors>: Mention the new 'Executable' column if "info
2171 inferiors". Update examples. Document the "add-inferior",
2172 "clone-inferior", "remove-inferior" and "maint info
2173 program-spaces" commands.
2174 (Process): Rename node to...
2175 (Forks): ... this. Document "set|show follow-exec-mode".
2176
2177 2009-10-11 Michael Snyder <msnyder@vmware.com>
2178
2179 * gdb.texinfo (ReverseStep): Show default as "unsupported".
2180 (ReverseContinue): Ditto.
2181
2182 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
2183
2184 * gdb.texinfo (Server): Document libthread-db-search-path.
2185
2186 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2187
2188 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
2189
2190 2009-10-06 Michael Eager <eager@eagercon.com>
2191
2192 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
2193 (Embedded Processors): Add MicroBlaze.
2194 (MicroBlaze): New. Describe Xilinx MicroBlaze
2195
2196 2009-10-04 Pedro Alves <pedro@codesourcery.com>
2197
2198 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
2199
2200 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2201
2202 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
2203
2204 2009-09-23 Joel Brobecker <brobecker@adacore.com>
2205
2206 * observer.texi (solib_unloaded): Document explicitly the fact that
2207 this observer is called before the associated symbols are unloaded.
2208
2209 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
2210
2211 * gdb.texinfo (GDB/MI Stack Manipulation): Document
2212 -stack-list-variables.
2213
2214 2009-09-18 Tom Tromey <tromey@redhat.com>
2215
2216 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
2217 is experimental.
2218
2219 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2220
2221 * gdb.texinfo (convenince variables): Mention
2222 $_siginfo could be empty.
2223
2224 2009-09-15 Tom Tromey <tromey@redhat.com>
2225
2226 * gdb.texinfo (GDB/MI Variable Objects): Document
2227 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
2228 Expand -var-update documentation.
2229
2230 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2231
2232 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
2233 feature.
2234
2235 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
2236
2237 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
2238
2239 2009-09-10 Michael Snyder <msnyder@vmware.com>
2240
2241 * gdb.texinfo (qSupported): Mention new ReverseContinue and
2242 ReverseStep replies to the qSupported query.
2243
2244 2009-09-10 Joel Brobecker <brobecker@adacore.com>
2245
2246 Add documentation for set/show interactive-mode.
2247 * gdb.texinfo (Other Misc Settings): New node.
2248
2249 2009-09-01 Doug Evans <dje@google.com>
2250
2251 * gdb.texinfo (Caching Data of Remote Targets): Add note on
2252 non-stop mode's affect on remote caching.
2253
2254 2009-08-31 Jacob Potter <jdpotter@google.com>
2255 Doug Evans <dje@google.com>
2256
2257 * gdb.texinfo (Caching Data of Remote Targets): Update text.
2258 Mark `set/show remotecache' options as obsolete.
2259 Document new `set/show stack-cache' option.
2260 Update text for `info dcache'.
2261
2262 2009-08-27 Doug Evans <dje@google.com>
2263
2264 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
2265 (Files): Add note on new optional regex arg to `info sharedlibrary'.
2266
2267 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2268
2269 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
2270 about autoconf.
2271
2272 2009-08-25 Pedro Alves <pedro@codesourcery.com>
2273
2274 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
2275 small example, and describe its columns. Replace "inferior-id" by
2276 "infno" throughout.
2277
2278 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2279
2280 * gdbint.texinfo (Releasing GDB): Point to
2281 README-maintainer-mode file for required autoconf version.
2282 * configure.ac: Do not substitute datarootdir, htmldir,
2283 pdfdir, docdir. Do not process --with-datarootdir,
2284 --with-htmldir, --with-pdfdir, --with-docdir.
2285 * configure: Regenerate.
2286
2287 * configure: Regenerate.
2288
2289 2009-08-20 Reid Kleckner <reid@kleckner.net>
2290
2291 * gdb.texinfo: Add chapter on JIT interface.
2292
2293 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
2294
2295 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
2296 confirmation request.
2297
2298 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
2299
2300 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
2301 CRC definitions.
2302
2303 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
2304
2305 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
2306 -break-commands.
2307
2308 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2309
2310 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2311 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
2312
2313 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2314
2315 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
2316 "set spu stop-on-load" and "show spu stop-on-load" commands.
2317
2318 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2319
2320 * gdb.texinfo (Target Descriptions): Document <compatible> element.
2321
2322 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2323
2324 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
2325 org.gnu.gdb.arm.neon.
2326
2327 2009-07-20 Pedro Alves <pedro@codesourcery.com>
2328
2329 * gdb.texinfo (Target Description Format): Mention the new <osabi>
2330 optional element.
2331 (subsection OS ABI): New subsection.
2332
2333 2009-07-14 Stan Shebs <stan@codesourcery.com>
2334
2335 * gdb.texinfo (Tracepoint Conditions): New section.
2336 (General Query Packets): Describe ConditionalTracepoints.
2337 (Tracepoint Packets): Describe condition field.
2338 (Maintenance Commands): Describe maint agent-eval.
2339 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
2340
2341 2009-07-11 Hui Zhu <teawater@gmail.com>
2342
2343 * gdb.texinfo (disassemble): Add a new modifier /r
2344 to "disassemble" command to make it print the raw instructions
2345 in hex as well as in symbolic form.
2346
2347 2009-07-09 Tom Tromey <tromey@redhat.com>
2348
2349 * gdbint.texinfo (Testsuite): Document parallel make check.
2350
2351 2009-07-09 Tom Tromey <tromey@redhat.com>
2352
2353 * gdbint.texinfo (Testsuite): Document test transcripts.
2354
2355 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
2356
2357 * gdb.texinfo (Values From Inferior): Add length parameter
2358 description.
2359
2360 2009-07-04 Chris Genly <chris@genly.us>
2361
2362 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
2363 in -var-list-children. Fix example according to what the code
2364 does.
2365
2366 2009-07-02 Pedro Alves <pedro@codesourcery.com>
2367
2368 * gdb.texinfo (Debugging multiple inferiors): Document the
2369 "inferior", "detach inferior" and "kill inferior" commands.
2370 (Debugging Programs with Multiple Processes): Adjust to mention
2371 generic "inferior" commands. Delete mention of "detach fork" and
2372 "delete fork". Cross reference to "Debugging multiple inferiors"
2373 section.
2374
2375 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2376
2377 * gdbint.texinfo (Item Output Functions): Update signature
2378 for ui_out_field_core_addr.
2379
2380 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
2381
2382 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
2383 Update example code extrated from breakpoint.c.
2384
2385 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
2386
2387 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
2388 MI commands.
2389 (GDB/MI Symbol Query): Likewise.
2390 (GDB/MI File Commands): Likewise.
2391 (GDB/MI File Transfer Commands): Likewise.
2392 (GDB/MI Target Manipulation): Likewise.
2393 (GDB/MI Miscellaneous Commands): Likewise.
2394
2395 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
2396
2397 * gdb.texinfo (Debugging Optimized Code): New chapter.
2398 (Compiling for Debugging): Reference it. Move some
2399 text to the new section.
2400
2401 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
2402
2403 * doc/gdb.texinfo (Calling): Document
2404 set-unwind-on-terminating-exception usage.
2405
2406 2009-06-11 Pedro Alves <pedro@codesourcery.com>
2407
2408 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
2409 command.
2410
2411 2009-06-07 Pedro Alves <pedro@codesourcery.com>
2412
2413 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
2414 references.
2415
2416 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
2417
2418 * gdbint.texinfo: Rename formal parameters to gdbarch function
2419 protoypes from "current_gdbarch" to "gdbarch".
2420
2421 2009-05-28 Tom Tromey <tromey@redhat.com>
2422
2423 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
2424
2425 2009-05-27 Tom Tromey <tromey@redhat.com>
2426
2427 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2428 feature.
2429 (GDB/MI Variable Objects): Document -var-set-visualizer.
2430
2431 2009-04-02 Tom Tromey <tromey@redhat.com>
2432
2433 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
2434 feature.
2435 (GDB/MI Variable Objects): Document -var-set-visualizer.
2436
2437 2009-05-27 Tom Tromey <tromey@redhat.com>
2438 Thiago Jung Bauermann <bauerman@br.ibm.com>
2439 Phil Muldoon <pmuldoon@redhat.com>
2440
2441 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
2442 (Pretty Printing): New node.
2443 (Selecting Pretty-Printers): Likewise.
2444 (Python API): Update.
2445 (Output Formats): Document /r format.
2446
2447 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
2448 Tom Tromey <tromey@redhat.com>
2449
2450 * gdb.texinfo (Types In Python): New node.
2451 (Values From Inferior): "type" is now an attribute.
2452 (Python API): Update.
2453
2454 2009-05-27 Tom Tromey <tromey@redhat.com>
2455 Thiago Jung Bauermann <bauerman@br.ibm.com>
2456 Phil Muldoon <pmuldoon@redhat.com>
2457
2458 * gdb.texinfo: Add @syncodeindex for `tp'.
2459 (Python API): Update.
2460 (Auto-loading): New node.
2461 (Objfiles In Python): New node.
2462
2463 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2464
2465 * gdb.texinfo (Threads): Document libthread-db-search-path.
2466
2467 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
2468
2469 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
2470
2471 2009-05-12 Pedro Alves <pedro@codesourcery.com>
2472
2473 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
2474 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
2475 show show-debug-regs' docs.
2476
2477 2009-05-08 Eli Zaretskii <eliz@gnu.org>
2478
2479 * gdb.texinfo (Process Record and Replay): Add description of
2480 reverse execution.
2481
2482 2009-05-07 Joel Brobecker <brobecker@adacore.com>
2483
2484 * gdbint.texinfo (Adding support for debugging core files): New node.
2485 (Native Debugging): Remove the ``Native core file Support'' section.
2486
2487 2009-05-01 Eli Zaretskii <eliz@gnu.org>
2488
2489 * gdb.texinfo (Process Record and Replay): Improve and clarify.
2490 Add index entries.
2491
2492 2009-04-30 Hui Zhu <teawater@gmail.com>
2493 Michael Snyder <msnyder@vmware.com>
2494
2495 * gdb.texinfo: (Process Record and Replay): Add documentation for
2496 process record and replay.
2497
2498 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2499
2500 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
2501 a new part on command-line defined macros.
2502
2503 2009-04-25 Eli Zaretskii <eliz@gnu.org>
2504
2505 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
2506 clarify the wording.
2507
2508 2009-04-23 Tom Tromey <tromey@redhat.com>
2509
2510 * gdb.texinfo (Data Files): New node.
2511 (GDB Files): Update menu.
2512
2513 2009-04-23 Joel Brobecker <brobecker@adacore.com>
2514
2515 * gdbint.texinfo (Defining Other Architecture Features): Remove
2516 entry for PROCESS_LINENUMBER_HOOK.
2517
2518 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
2519
2520 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
2521
2522 2009-04-22 Hui Zhu <teawater@gmail.com>
2523
2524 * gdb.texinfo (disassemble-next-line): Set the default of
2525 disassemble-next-line to off.
2526
2527 2009-04-21 Joseph Myers <joseph@codesourcery.com>
2528
2529 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
2530 --with-htmldir): New.
2531 * configure: Regenerate.
2532 * Makefile.in (datarootdir, docdir): Define.
2533 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
2534 instead of $(SET_TEXINPUTS).
2535 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
2536 gdbint.info instead of $(SET_TEXINPUTS).
2537 (gdbint/index.html): Use same -I options as for building
2538 gdbint.info.
2539 (stabs.dvi, stabs.pdf): Use same -I options as for building
2540 stabs.info instead of $(SET_TEXINPUTS).
2541 (stabs/index.html): Use same -I options as for building
2542 stabs.info.
2543 (annotate.dvi, annotate.pdf): Use same -I options as for building
2544 annotate.info instead of $(SET_TEXINPUTS).
2545 (annotate/index.html): Use same -I options as for building
2546 annotate.info.
2547
2548 2009-04-21 David Daney <ddaney@caviumnetworks.com>
2549
2550 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
2551
2552 2009-04-21 Joseph Myers <joseph@codesourcery.com>
2553
2554 * gdb.texinfo (Source Path): Document --with-relocated-sources.
2555
2556 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
2557 Joseph Myers <joseph@codesourcery.com>
2558
2559 * Makefile.in (MAKEHTML): Set to makeinfo --html.
2560 (MAKEHTMLFLAGS): Set to empty.
2561 (html__strip_dir): Define.
2562 (HTMLFILES): Define.
2563 (HTMLFILES_INSTALL): Define.
2564 (install-html): Copy new automake rule.
2565 (html): Depend on $(HTMLFILES).
2566 (gdb_toc.html): Rename to gdb/index.html.
2567 (gdbint_toc.html): Rename to gdbint/index.html.
2568 (stabs_toc.html): Rename to stabs/index.html.
2569 (annotate_toc.html): Rename to annotate/index.html.
2570
2571 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
2572
2573 * Makefile.in: Set pdfdir and htmldir from configure
2574 substitutions.
2575 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
2576 * configure: Regenerate.
2577
2578 2009-04-16 Joel Brobecker <brobecker@adacore.com>
2579
2580 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
2581 This macro is no longer used.
2582
2583 2009-04-15 Tom Tromey <tromey@redhat.com>
2584
2585 * gdb.texinfo (Character Sets): Document default character set.
2586
2587 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
2588
2589 * gdbint.texinfo: Change server name from sources.redhat.com to
2590 sourceware.org throughout.
2591
2592 2009-04-09 Joel Brobecker <brobecker@adacore.com>
2593
2594 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
2595 about a missing dot or coma after @xref.
2596
2597 2009-04-02 Joel Brobecker <brobecker@adacore.com>
2598
2599 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
2600 example, and add a small explanation about it.
2601 (Print Settings): Change the documentation of the "set print
2602 frame-arguments" to reflect the fact that the default is now "scalars".
2603
2604 2009-04-02 Joel Brobecker <brobecker@adacore.com>
2605
2606 * gdb.texinfo (Print Settings): Add kindex for command "set
2607 print frame-arguments".
2608
2609 2009-03-31 Joel Brobecker <brobecker@adacore.com>
2610
2611 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
2612 breakpoints.
2613 (Set Breaks): Add reference to thread-specific and task-specific
2614 breakpoints.
2615
2616 2009-03-31 Joel Brobecker <brobecker@adacore.com>
2617
2618 * gdb.texinfo (Ada Tasks): Remove the documentation about
2619 the "Running" state, as this state has been eliminated.
2620 Now all runnable tasks are shown as "Runnable".
2621
2622 2009-03-30 Stan Shebs <stan@codesourcery.com>
2623
2624 * gdb.texinfo (Tracepoints): Describe tracepoints as a
2625 special case of breakpoints.
2626 (Enable and Disable Tracepoints): Mention deprecation.
2627 (Listing Tracepoints): Update description and example.
2628
2629 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2630
2631 * gdb.texinfo (Frames in Python): New node.
2632 (Python API): Update.
2633
2634 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
2635
2636 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
2637 from a method to an attribute.
2638
2639 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
2640
2641 * gdb.texinfo (Values From Inferior): Document is_optimized_out
2642 attribute.
2643
2644 2009-03-25 Pedro Alves <pedro@codesourcery.com>
2645
2646 * observer.texi (thread_exit): Add "silent" parameter.
2647
2648 2009-03-22 Pedro Alves <pedro@codesourcery.com>
2649
2650 * observer.texi (about_to_proceed): New.
2651
2652 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
2653
2654 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
2655 field throughout to handle types with spaces in them. Fix typos
2656 found by aspell.
2657 (Summary, Requirements, Contributors): New first chapter,
2658 "Summary" added, old Requirements section moved there, and new
2659 section, "Contributors" added.
2660 (Initializing a New Architecture, Register Representation)
2661 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
2662 (Porting gdb): These sections extended and updated.
2663 (Compiler Characteristics): This section (empty) deleted.
2664 (Defining Other Architecture Features): This section renamed and
2665 duplicate material removed from (formerly "Target Conditionals").
2666 Use braces {} in @deftypeXX type field throughout to handle types
2667 with spaces in them. Typos found by aspell fixed.
2668
2669 * stack_frame.svg: New file, source of image for gdbint.texinfo.
2670 * stack_frame.pdf: Version of image for PDF output.
2671 * stack_frame.png: Version of image for HTML output and for Emacs.
2672 * stack_frame.txt: Version of image for Info output.
2673 * stack_frame.eps: Version of image for TeX DVI output.
2674
2675 2009-03-21 Eli Zaretskii <eliz@gnu.org>
2676
2677 * gdb.texinfo (Character Sets): Fix last change.
2678
2679 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
2680
2681 * gdb.texinfo (Values From Inferior): Fix optional arguments
2682 markup.
2683 (Commands In Python): Adjust argument names of gdb.Command.__init__
2684 to what the function accepts as keywords.
2685
2686 2008-03-20 Tom Tromey <tromey@redhat.com>
2687
2688 * gdb.texinfo (Convenience Vars): Document convenience functions.
2689 (Functions In Python): New node.
2690 (Python API): Update.
2691
2692 2009-03-20 Tom Tromey <tromey@redhat.com>
2693
2694 * gdb.texinfo (Character Sets): Remove obsolete text. Document
2695 set target-wide-charset.
2696 (Requirements): Mention iconv.
2697
2698 2009-03-17 Hui Zhu <teawater@gmail.com>
2699
2700 * gdb.texinfo: Change the introduce of "disassemble-next-line".
2701
2702 2009-03-17 Hui Zhu <teawater@gmail.com>
2703
2704 * gdb.texinfo: Add documentation for disassemble-next-line.
2705
2706 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2707
2708 * gdb.texinfo (Commands In Python): Remove tindex entries.
2709
2710 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2711
2712 * gdb.texinfo (Returning): New description for missing debug info.
2713
2714 2009-03-14 Pedro Alves <pedro@codesourcery.com>
2715
2716 * gdb.texinfo (Remote Configuration): Document query-attached.
2717 (General Query Packets): Document qAttached.
2718
2719 2009-03-05 Pedro Alves <pedro@codesourcery.com>
2720
2721 * gdb.texinfo (Background Execution): Better describe the set
2722 target-async command.
2723 (Maintenance Commands): Delete description of the `maint set/show
2724 linux-async' and `maint set/show remote-async' commands.
2725
2726 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2727
2728 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
2729 between sentences.
2730
2731 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2732
2733 * gdb.texinfo (GDB/MI Async Records): Document the
2734 =library-loaded and =library-unloaded notifications.
2735
2736 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
2737
2738 * observer.texi (test_notification): New observer.
2739
2740 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
2741
2742 * observer.texi: Add parameter 'print_frame' to normal_stop
2743 observer.
2744
2745 2009-02-07 Eli Zaretskii <eliz@gnu.org>
2746
2747 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
2748 (Commands In Python): Fix COMMAND_* constants in last change. Use
2749 @kbd for interactive input. Add cross-references and index
2750 entries.
2751
2752 2009-02-06 Pedro Alves <pedro@codesourcery.com>
2753
2754 * gdb.texinfo (Signals): Document $_siginfo.
2755 (Convenience Variables): Mention $_siginfo.
2756 (Remote Configuration): Document qXfer:siginfo:read,
2757 qXfer:siginfo:write packets, and the read-siginfo-object,
2758 write-siginfo-object commands.
2759
2760 2009-02-06 Pedro Alves <pedro@codesourcery.com>
2761
2762 * gdbint.texinfo (Values): New chapter.
2763
2764 2009-02-06 Tom Tromey <tromey@redhat.com>
2765
2766 * gdb.texinfo (Python API): Add entry for Commands In Python.
2767 (Commands In Python): New node.
2768
2769 2009-02-05 Tom Tromey <tromey@redhat.com>
2770
2771 * gdb.texinfo (Values From Inferior): Document Value.string.
2772
2773 2009-02-05 Tom Tromey <tromey@redhat.com>
2774
2775 * gdb.texinfo (Basic Python): Document execute's from_tty
2776 argument.
2777
2778 2009-02-04 Tom Tromey <tromey@redhat.com>
2779
2780 * gdb.texinfo (Basic Python): Document gdb.history.
2781
2782 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2783
2784 * gdb.texinfo (GDB/MI Thread Commands): Document the
2785 'current-thread-id' field. Remove the example with zero threads,
2786 since current GDB won't ever report that if there's inferior.
2787
2788 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2789
2790 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
2791 option to -break-insert.
2792
2793 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2794 Jerome Guitton <guitton@adacore.com>
2795
2796 * gdb.texinfo (Startup): Document --with-system-gdbinit.
2797 (System-wide configuration): New section.
2798
2799 2009-01-26 Pedro Alves <pedro@codesourcery.com>
2800
2801 PR gdb/7580:
2802 * gdb.texinfo (Maintenance Commands): Document "maint set|show
2803 internal-error|internal-warning quit|corefile ask|yes|no".
2804
2805 2009-01-26 Pedro Alves <pedro@codesourcery.com>
2806
2807 * gdb.texinfo (Using the `gdbserver' Program): Document
2808 --remote-debug.
2809
2810 2009-01-23 Doug Evans <dje@google.com>
2811
2812 * gdb.texinfo: Add nexti to list of commands that support
2813 background execution.
2814
2815 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
2816
2817 * gdb.texinfo (Define, Hooks): Document prefix command support.
2818
2819 2009-01-14 Joseph Myers <joseph@codesourcery.com>
2820 Carlos O'Donell <carlos@codesourcery.com>
2821
2822 Fixes for makeinfo --html.
2823
2824 * annotate.texinfo: Use @copying and @insertcopying. Use
2825 @ifnottex in place of @ifinfo.
2826 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
2827 place of @ifinfo. Use @ifnotinfo for one index entry.
2828 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
2829 in place of @ifinfo.
2830 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
2831 in place of @ifinfo. Include contents at start unconditionally.
2832
2833 2009-01-13 Pedro Alves <pedro@codesourcery.com>
2834
2835 * gdb.texinfo (General Query Packets): Remove @var{} around the
2836 "spu" literal string.
2837
2838 2009-01-07 Pedro Alves <pedro@codesourcery.com>
2839
2840 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
2841 program may be running in another process" errors.
2842 * gdbint.texinfo (Native Conditionals): Delete
2843 ONE_PROCESS_WRITETEXT description.
2844
2845 2009-01-07 Joel Brobecker <brobecker@adacore.com>
2846
2847 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
2848 emacs local variable to be placed at the end of the ChangeLog.
2849 Add server.c and gdbreplay.c to the list of files where the
2850 copyright year needs to be updated.
2851
2852 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
2853
2854 * gdb.texinfo (Remote Configuration): Document new
2855 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
2856 commands.
2857
2858 2008-12-28 Pedro Alves <pedro@codesourcery.com>
2859
2860 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
2861 FETCH_INFERIOR_REGISTERS.
2862 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
2863 FETCH_INFERIOR_REGISTERS descriptions. Remove
2864 gdbarch_get_longjmp_target descrition, since already described in
2865 Target Conditionals. Move gdbarch_fp0_regnum description to ...
2866 (Target Conditionals): ... here.
2867
2868 2008-12-16 Joel Brobecker <brobecker@adacore.com>
2869
2870 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
2871 examples.
2872 (Additions to Ada): Likewise. Add the missing opening and closing
2873 parenthesis of the GDB prompt in one of the examples.
2874
2875 2008-12-14 Joel Brobecker <brobecker@adacore.com>
2876
2877 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
2878 about the result of 'Address not being of type System.Address.
2879 This problem has been fixed a while ago.
2880
2881 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2882
2883 MI non-stop and multiprocess docs.
2884
2885 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
2886 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
2887 Adjust documentation for *stopped, document =thread-created,
2888 =thread-exited, =thread-group-created and =thread-group-exited.
2889 (GDB/MI Thread Commands): Document the 'state' field in
2890 -thread-info output.
2891 (GDB/MI Program Execution): Mention --all and --thread-group
2892 options.
2893 (GDB/MI Variable Objects): Describe floating and fixed variable
2894 objects.
2895 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
2896
2897 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2898
2899 * gdb.texinfo (Operating System Information): New appendix.
2900 (Operating System Auxiliary Information): Document 'info os processes'
2901 (Remote Configuration): Document 'osdata'
2902 (General Query Packets): Document qXfer:osdata:read.
2903
2904 2008-11-27 Tristan Gingold <gingold@adacore.com>
2905
2906 * gdb.texinfo (Darwin): Document Darwin specific features.
2907
2908 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2909
2910 * gdbint.texinfo (Target Conditionals): Extend the
2911 gdbarch_breakpoint_from_pc description.
2912
2913 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
2914
2915 * gdb.texinfo (M68K Features): Fix typo.
2916
2917 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2918
2919 * gdb.texinfo (Symbols): Mention printing containing
2920 image name in "info symbol".
2921 (Maint translate-address): Likewise.
2922
2923 2008-11-18 Joel Brobecker <brobecker@adacore.com>
2924
2925 * gdb.texinfo (Set Catchpoints): Remove the documentation of
2926 commands "catch load" and "catch unload".
2927
2928 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2929
2930 * gdb.texinfo (GDB/MI Async Records): Document
2931 =thread-selected.
2932
2933 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2934
2935 * observer.texi (new_inferior, inferior_exit): New observers.
2936
2937 2008-10-27 Pedro Alves <pedro@codesourcery.com>
2938
2939 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
2940 .mt files, TM_CLIBS or TM_CDEPS.
2941 (x86 Watchpoints): Don't mention TDEPFILES.
2942
2943 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
2944
2945 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
2946 (Overview): Mention notifications and non-stop mode behavior.
2947 (Packets): Update documentation of ?, vAttach, vCont, and vRun
2948 with non-stop mode behavior. Add vStopped description.
2949 (Stop Reply Packets): Update list of packets that return
2950 stop replies. Mention non-stop behavior.
2951 (General Query Packets): Document QNonStop packet and associated
2952 qSupported query response.
2953 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
2954 behavior.
2955 (Notification Packets): New section.
2956 (Remote Non-Stop): New section.
2957 (File-I/O Overview): Mention non-stop behavior.
2958
2959 2008-10-24 Hui Zhu <teawater@gmail.com>
2960 Pedro Alves <pedro@codesourcery.com>
2961
2962 * gdb.texinfo (displaced-stepping): Describe the auto mode
2963 setting, and say it's the default. This is now a mainstream
2964 setting instead of a maintenance setting.
2965
2966 2008-10-23 Pedro Alves <pedro@codesourcery.com>
2967
2968 * observer.texi (thread_stop_requested): New.
2969
2970 2008-10-22 Joel Brobecker <brobecker@adacore.com>
2971
2972 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
2973 (Patching): Replace incorrect usage of @samp by @kbd.
2974
2975 2008-10-17 Michael Snyder <msnyder@vmware.com>
2976
2977 * gdb.texinfo: Add documentation for reverse execution.
2978
2979 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2980 Eli Zaretskii <eliz@gnu.org>
2981
2982 * gdb.texinfo. (Values From Inferior): New subsubsection.
2983
2984 2008-10-06 Doug Evans <dje@google.com>
2985
2986 * gdb.texinfo (set debug dwarf2-die): Document it.
2987
2988 2008-10-01 Joel Brobecker <brobecker@adacore.com>
2989
2990 * gdb.texinfo (catch) [exception]: Document how to insert
2991 a breakpoint on user-defined exceptions when the exception
2992 name is identical to one of the language-defined ones.
2993
2994 2008-09-27 Tom Tromey <tromey@redhat.com>
2995
2996 * gdb.texinfo (Macros): Remove text about stringification,
2997 varargs, and splicing.
2998
2999 2008-09-27 Tom Tromey <tromey@redhat.com>
3000
3001 * gdbint.texinfo (Language Support): Remove text about omitting
3002 support for a language.
3003
3004 2008-09-23 Doug Evans <dje@google.com>
3005
3006 * gdb.texinfo (info dcache): Update.
3007
3008 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
3009
3010 * gdb.texinfo (Packets): Add info on thread-id syntax and
3011 multiprocess extensions.
3012 <D>: Document multiprocess form of packet.
3013 <H>: Use thread-id syntax.
3014 <T>: Likewise.
3015 <vCont>: Likewise. Note this is required for multiprocess.
3016 <vKill>: New packet.
3017 (Stop Reply Packets) <T>: Use thread-id syntax.
3018 <W>: Document multiprocess form of reply.
3019 <X>: Likewise.
3020 (General Query Packets) <qC>: Use thread-id syntax.
3021 <qfThreadInfo>: Likewise.
3022 <qGetTLSAddr>: Likewise.
3023 <qP>: Likewise.
3024 <qSupported>: Add "multiprocess" feature.
3025 <qThreadExtraInfo>: Use thread-id syntax.
3026
3027 2008-09-22 Stan Shebs <stan@codesourcery.com>
3028
3029 * gdb.texinfo (Inferiors): New section.
3030
3031 2008-09-12 Pedro Alves <pedro@codesourcery.com>
3032
3033 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
3034
3035 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
3036
3037 * gdbint.texinfo (Target Conditionals): Remove documentation
3038 for gdbarch_name_of_malloc.
3039
3040 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
3041
3042 * gdb.texinfo (Interrupts): Mention TCP interface for
3043 sending BREAK.
3044
3045 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
3046
3047 * gdb.texinfo (Commands to Specify Files): Document "remote:"
3048 argument prefix to "set sysroot".
3049
3050 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
3051
3052 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
3053 and False.
3054
3055 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
3056
3057 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
3058 for possible features of -list-features.
3059
3060 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3061
3062 * gdb.texinfo (Background execution): Adjust example
3063 (GDB/MI Miscellaneous Commands): Document -list-target-features.
3064
3065 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
3066
3067 * doc/gdb.texinfo (PowerPC): Fix typo.
3068 (PowerPC features): Fix typo.
3069
3070 2008-08-18 Pedro Alves <pedro@codesourcery.com>
3071
3072 * observer.texi (thread_ptid_changed): New.
3073
3074 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
3075
3076 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
3077 (PowerPC features): Mention feature set for VSX registers.
3078
3079 2008-08-13 Joel Brobecker <brobecker@adacore.com>
3080
3081 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
3082 the direct visibility of all names in user-written packages.
3083
3084 2008-08-13 Pedro Alves <pedro@codesourcery.com>
3085
3086 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
3087 setting, and make it the default.
3088 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
3089 non-stop script example.
3090
3091 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
3092
3093 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
3094 reference to the "Using Different Register and Memory Data
3095 Representation" section.
3096
3097 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
3098
3099 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
3100 (Remote Protocol): Add Packet Acknowledgment to menu.
3101 (Overview): Mention +/- can be disabled, and point to new section
3102 where this is discussed in detail.
3103 (General Query Packets): Document QStartNoAckMode packet, and
3104 corresponding qSupported reply.
3105 (Packet Acknowledgment): New section.
3106
3107 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
3108 Pedro Alves <pedro@codesourcery.com>
3109
3110 * gdb.texinfo (Threads): Move paragraph about automatic thread
3111 selection to All-Stop Mode subsection.
3112 (Thread Stops): Reorganize existing material into subsections.
3113 Add introductory blurb and menu.
3114 (Non-Stop Mode): New subsection.
3115 (Background Execution): New subsection.
3116 (Maintenance Commands): Add cross-references from async mode
3117 commands to the new Background Execution section.
3118
3119 2008-08-06 Tom Tromey <tromey@redhat.com>
3120
3121 * gdb.texinfo (Extending GDB): New chapter.
3122 (Sequences): Demoted chapter, now a section under the new
3123 Extending GDB chapter.
3124 (Python): New section.
3125
3126 2008-07-31 Stan Shebs <stan@codesourcery.com>
3127
3128 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
3129
3130 2008-07-29 Stan Shebs <stan@codesourcery.com>
3131
3132 * gdbint.texinfo: General round of cleanup and minor
3133 clarifications.
3134 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
3135 (Longjmp Support): Update description to reflect how it is done
3136 for targets without using native header.
3137 (Symbol Handling): Add a little more general explanation.
3138 (COFF, ELF): Mention stabs encapsulation.
3139 (DWARF 3): New section.
3140 (Adding a New Host): Scrub out some obsolete bits.
3141 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
3142 (Host Conditionals): Remove descriptions of NO_STD_REGS,
3143 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
3144 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
3145 SEEK_SET, STOP_SIGNAL, USG.
3146 (Raw and Virtual Register Representations): Ditto for
3147 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
3148 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
3149 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
3150 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
3151 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
3152 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
3153 DEPRECATED_REGISTER_VIRTUAL_SIZE,
3154 DEPRECATED_REGISTER_VIRTUAL_TYPE,
3155 DEPRECATED_USE_STRUCT_CONVENTION.
3156 Describe gdbarch_deprecated_fp_regnum.
3157 Update description of gdbarch_print_insn.
3158 (Adding a New Target): Scrub out obsolete bits.
3159 (Obsolete Conditionals): Remove entire section.
3160
3161 2008-07-25 Tom Tromey <tromey@redhat.com>
3162
3163 * observer.texi (GDB Observers): Document new observers:
3164 breakpoint_created, breakpoint_deleted, breakpoint_modified,
3165 tracepoint_created, tracepoint_deleted, tracepoint_modified,
3166 architecture_changed.
3167
3168 2008-07-21 Stan Shebs <stan@codesourcery.com>
3169
3170 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
3171 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
3172
3173 2008-07-21 Tom Tromey <tromey@redhat.com>
3174
3175 * observer.texi (GDB Observers): Remove obsolete comment.
3176 <executable_changed>: Remove argument.
3177
3178 2008-07-18 Tom Tromey <tromey@redhat.com>
3179
3180 * gdb.texinfo (Macros): Update. Use @code rather than @command.
3181
3182 2008-07-10 Doug Evans <dje@google.com>
3183
3184 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
3185
3186 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3187
3188 * gdb.texinfo (Starting): Document "set disable-randomization".
3189
3190 2008-07-07 Andreas Schwab <schwab@suse.de>
3191
3192 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
3193
3194 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
3195
3196 * gdb.texinfo (GDB/MI Target Manipulation): Add
3197 example of -target-attach.
3198
3199 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
3200
3201 * observer.texi (target_resumed): New observer.
3202 * gdb.texinfo (GDB/MI Output Records): Document *running.
3203
3204 2008-06-06 Tom Tromey <tromey@redhat.com>
3205
3206 * gdb.texinfo (Completion): Add field name example.
3207
3208 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
3209
3210 * gdb.texinfo (GDB/MI Program Context): Added example
3211 to -exec-arguments
3212
3213 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
3214
3215 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
3216 annotation.
3217
3218 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
3219 Nathan Sidwell <nathan@codesourcery.com>
3220 Joseph Myers <joseph@codesourcery.com>
3221
3222 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
3223 and ACX_BUGURL.
3224 * configure: Regenerate.
3225 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
3226 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
3227 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
3228 mailing-list-specific text about bug reporting unless
3229 BUGURL_DEFAULT.
3230
3231 2008-06-05 Pedro Alves <pedro@codesourcery.com>
3232
3233 * gdb.texinfo (-target-select): Remove reference to target async.
3234 (Maintenance Commands): Document "maint set/show remote-async".
3235
3236 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
3237
3238 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
3239 in -target-file-get section.
3240
3241 2008-05-22 Pedro Alves <pedro@codesourcery.com>
3242
3243 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
3244 killing the inferior when it is already debugging a process.
3245
3246 2008-05-21 Joel Brobecker <brobecker@adacore.com>
3247
3248 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
3249 abbreviation for "finish".
3250
3251 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
3252
3253 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
3254
3255 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
3256
3257 * gdbint.texinfo (Target Conditionals): Delete entry for
3258 gdbarch_dwarf_reg_to_regnum.
3259
3260 2008-05-09 Doug Evans <dje@google.com>
3261
3262 * gdb.texinfo: Document "find" command, qSearch:memory packet.
3263
3264 2008-05-05 Doug Evans <dje@google.com>
3265
3266 * gdb.texinfo (disassemble): Document /m modifier.
3267
3268 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
3269
3270 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
3271 will not report the time of commands that run the target.
3272
3273 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3274
3275 * gdb.texinfo (GDB/MI Output Records): Add
3276 missing semicolon.
3277
3278 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3279
3280 * gdb.texinfo (GDB/MI Output Records):
3281 Document =thread-create and =thread-exited.
3282
3283 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
3284
3285 * gdb.texinfo (GDB/MI Development and Front Ends):
3286 Remove mention of dmi-discuss.
3287
3288 2008-05-03 Pedro Alves <pedro@codesourcery.com>
3289
3290 * observer.texi (thread_exit): New.
3291
3292 2008-05-02 Pedro Alves <pedro@codesourcery.com>
3293
3294 * gdb.texinfo (Debugging Output): Document "set/show debug
3295 displaced".
3296 (Maintenance Commands): Document "maint set/show
3297 can-use-displaced-stepping".
3298
3299 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
3300
3301 * gdb.texinfo (ARM): Document set/show arm fallback-mode
3302 and set/show arm force-mode.
3303
3304 2008-05-02 Andreas Schwab <schwab@suse.de>
3305
3306 * gdbint.texinfo (Algorithms): Describe
3307 target_watchpoint_addr_within_range.
3308
3309 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
3310
3311 * gdbint.texinfo (Stack Frames): New chapter.
3312 (Algorithms): Move Frames text to the new chapter.
3313 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
3314 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
3315
3316 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
3317
3318 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
3319 output does not necessary include any tokens.
3320
3321 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
3322
3323 * gdb.texinfo (Set SH Calling convention): New @item.
3324 (Show SH Calling convention): Ditto.
3325
3326 2008-04-22 Markus Deuling <deuling@de.ibm.com>
3327
3328 * gdb.texinfo (Fortran Operators): Describe '%' operator.
3329
3330 2008-04-20 Eli Zaretskii <eliz@gnu.org>
3331
3332 * gdb.texinfo (Set Breaks): Mention that multiple location
3333 breakpoints need line number info. Add index entries.
3334
3335 2008-04-19 Craig Silverstein <csilvers@google.com>
3336
3337 * gdb.texinfo (Requirements): Add an optional requirement on
3338 zlib.
3339 * gdbint.texinfo (Debugging File Formats): Add new subsection for
3340 Compressed DWARF 2.
3341
3342 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
3343
3344 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
3345 sample output for 'stopped,reason="breakpoint-hit"' message.
3346 (GDB/MI Program Execution): Likewise.
3347
3348 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
3349
3350 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
3351 -var-set-format. Add -f option to -var-evaluate-expression.
3352
3353 2008-04-03 Joel Brobecker <brobecker@adacore.com>
3354
3355 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
3356 new node "Ambiguous Expressions". Replace references to this
3357 node by references to "Ambiguous Expressions" throughout.
3358 (Ambiguous Expressions): New node.
3359
3360 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
3361
3362 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
3363
3364 2008-03-21 Pedro Alves <pedro@codesourcery.com>
3365
3366 * gdb.texinfo (Debugging Output): Document
3367 "set/show debug lin-lwp-async".
3368 (Maintenance Commands): Document "maint set/show linux-async".
3369
3370 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
3371
3372 * gdb.texinfo (Expressions): Update description of malloced arrays.
3373
3374 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
3375
3376 * gdb.texinfo (Thread Commands): Document
3377 -thread-info. Remove -thread-list-all-threads.
3378
3379 2008-03-14 Pedro Alves <pedro@codesourcery.com>
3380 Sandra Loosemore <sandra@codesourcery.com>
3381
3382 * gdb.texinfo (Library List Format): Update to mention the
3383 possibility to pass section addresses instead of segment
3384 addresses.
3385
3386 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
3387
3388 * gdb.texinfo (Starting): Document "set exec-wrapper".
3389 (Server): Document gdbserver --wrapper.
3390
3391 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
3392
3393 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
3394 unreadable memory. Delete obsolete SPARClite reference.
3395
3396 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
3397
3398 * gdb.texinfo (Starting): Mention always-running targets.
3399 (Target Commands): Add an anchor for load.
3400 (Connecting): Explain continue instead of run.
3401
3402 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
3403
3404 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
3405
3406 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
3407
3408 * gdb.texinfo (Set Breaks): Revert description of Enb column of
3409 breakpoint table.
3410
3411 2008-02-19 Pedro Alves <pedro@codesourcery.com>
3412
3413 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
3414 killing the inferior when it is already debugging a process.
3415
3416 2008-02-13 Markus Deuling <deuling@de.ibm.com>
3417
3418 * gdbint.texinfo (Build Script): New section. Mention new build script
3419 gdb_buildall.sh.
3420
3421 2008-02-01 Jim Blandy <jimb@red-bean.com>
3422
3423 * gdb.texinfo (Help): Summarize 'info args' correctly.
3424
3425 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3426
3427 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
3428 available in PowerPC architecture.
3429 (Embedded Processors): Change node name of PowerPC item in menu.
3430 (PowerPC): Rename to...
3431 (PowerPC Embedded): this.
3432 (Architectures): Add new PowerPC item in menu.
3433 (PowerPC): New node.
3434
3435 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
3436
3437 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
3438 commands.
3439
3440 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
3441
3442 * gdb.texinfo (Setting Catchpoints): Mention features
3443 supported on GNU/Linux.
3444
3445 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
3446
3447 * gdb.texinfo (GDB/MI File Commands): Describe new output
3448 field for MI command -file-list-exec-source-file.
3449
3450 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3451
3452 * gdb.texinfo (Using the `gdbserver' Program): Add security
3453 warning. Rearrange into subsections and subsubsections. Document
3454 --multi and --debug. Correct --with-sysroot typo. Update --attach
3455 usage. Make load reference clearer. Document monitor exit.
3456 (Remote Configuration): Document set remote exec-file, attach-packet,
3457 and run-packet.
3458 (Packets): Document vAttach and vRun.
3459
3460 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
3461
3462 * gdb.texinfo (Processes): Mention process command.
3463 detach-on-follow -> detach-on-fork.
3464
3465 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3466
3467 * gdbint.texinfo (Native Conditionals): Remove
3468 SHELL_COMMAND_CONCAT and SHELL_FILE.
3469
3470 2008-01-26 Eli Zaretskii <eliz@gnu.org>
3471
3472 * gdb.texinfo (Specify Location): Improve wording.
3473
3474 2008-01-23 Chris Demetriou <cgd@google.com>
3475
3476 * gdb.texinfo (Threads): Document new "set print thread-events"
3477 and "show print thread-events" commands.
3478
3479 2008-01-19 Eli Zaretskii <eliz@gnu.org>
3480
3481 * gdb.texinfo (Specify Location): New section.
3482 (Delete Breaks, Edit, Set Breaks): Remove description of
3483 locations. Instead, add a reference to "Specify Location".
3484 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
3485 (Symbols): Refer to "Specify Location" for the valid forms of
3486 linespecs and locations.
3487
3488 2008-01-18 Markus Deuling <deuling@de.ibm.com>
3489
3490 * gdbint.texinfo (Target Conditionals): Replace the description of
3491 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
3492
3493 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
3494
3495 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
3496 about &&var, which is rejected by the expression parser.
3497
3498 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
3499
3500 * gdb.texinfo (Output): Update documentation on using printf with DFP
3501 types.
3502
3503 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
3504
3505 * gdb.texinfo (C and C++): Add Decimal Floating Point format
3506 subsubsection.
3507 (Decimal Floating Point format): New subsubsection.
3508
3509 2008-01-05 Pedro Alves <pedro@codesourcery.com>
3510
3511 * gdb.texinfo (File Options): Remove mention of the attempt to
3512 open a core file with the -p option. Don't list -c as a valid
3513 option to attach to a process.
3514
3515 2008-01-05 Pedro Alves <pedro@codesourcery.com>
3516
3517 * gdbint.texinfo (Host Conditionals): Remove mention of
3518 ALIGN_STACK_ON_ENTRY.
3519
3520 2008-01-05 Joel Brobecker <brobecker@adacore.com>
3521
3522 * gdbint.texinfo (Start of New Year Procedure): Add item
3523 describing how to update the source and documentation copyright
3524 notices.
3525
3526 2007-12-18 Jim Blandy <jimb@codesourcery.com>
3527
3528 * gdb.texinfo (Set Watchpoints): Integrate per-thread
3529 watchpoint explanation into the main description of the watchpoint
3530 command; update synopses of 'watch', 'rwatch', and 'awatch'
3531 commands.
3532
3533 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
3534
3535 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3536 Document 'pending-breakpoints' feature of
3537 -list-features.
3538
3539 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
3540
3541 * gdb.texinfo: Add new parameter's description.
3542
3543 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
3544
3545 * gdb.texinfo (Overview): Clarify run-length encoding
3546 example. Remove the restriction on "+" and "-" characters.
3547
3548 2007-12-15 Eli Zaretskii <eliz@gnu.org>
3549
3550 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
3551
3552 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
3553
3554 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
3555 the -f option for -break-insert, remove -r option,
3556 and clarify specification of location.
3557
3558 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
3559
3560 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
3561 formatting.
3562 (Remote Debugging): Add File Transfer section.
3563 (Remote Configuration): Document Host I/O packets.
3564 (GDB/MI): Add GDB/MI File Transfer Commands section.
3565 (Host I/O Packets): New section in "Remote Protocol".
3566 (Packets): Add vFile.
3567
3568 2007-11-17 Eli Zaretskii <eliz@gnu.org>
3569
3570 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
3571 breakpoints with multiple locations.
3572 (Breakpoint Menus): Improve wording.
3573 (Output): Fix last change.
3574
3575 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
3576
3577 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
3578
3579 2007-11-15 Doug Evans <dje@google.com>
3580
3581 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
3582
3583 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
3584
3585 * gdbint.texinfo (Native Conditionals): Remove
3586 mention of CLEAR_SOLIB.
3587
3588 2007-11-11 Joel Brobecker <brobecker@adacore.com>
3589
3590 * gdb.texinfo (Print Settings): Add documentation for "set/show
3591 print frame-arguments".
3592
3593 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
3594
3595 * gdb.texinfo (Output): Update printf command's description.
3596
3597 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
3598
3599 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
3600 powerpc soft-float".
3601
3602 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3603
3604 * gdb.texinfo (Files): Correct formatting. Mention Expat
3605 requirement.
3606 (Requirements for Building GDB): Expand the list of Expat
3607 uses.
3608 (Library List Format, Memory Map Format): Mention Expat.
3609 (Target Descriptions): Update Expat wording.
3610
3611 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3612
3613 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
3614 Document that gdbarch_convert_register_p should return zero for no-op
3615 conversions.
3616
3617 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
3618
3619 * gdbint.texi (Compiler Characteristics): Move documentation
3620 of set_gdbarch_sofun_address_maybe_missing back to ...
3621 (Target Conditionals): ... here to fix build break.
3622
3623 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
3624
3625 * gdbint.texi (Target Conditionals): Remove documentation of
3626 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
3627 (Compiler Characteristics): ... documentation of
3628 set_gdbarch_sofun_address_maybe_missing.
3629
3630 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3631
3632 * gdbint.texinfo (Target Conditionals): Use
3633 frame_unwind_register_unsigned in examples instead of
3634 frame_unwind_unsigned_register.
3635
3636 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3637
3638 * gdb.texinfo (Predefined Target Types): Add int128
3639 and uint128.
3640 (Standard Target Features): Add PowerPC features.
3641
3642 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3643
3644 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
3645
3646 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3647
3648 * gdbint.texi (Target Conditionals): Remove documentation
3649 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
3650 gdbarch_extract_return_value, and gdbarch_store_return_value.
3651
3652 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3653
3654 * gdbint.texi (Target Conditionals): Remove documentation of
3655 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
3656
3657 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
3658
3659 * gdb.texinfo: Mention that inaccessible-by-default is on by
3660 default.
3661
3662 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3663
3664 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
3665
3666 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
3667
3668 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
3669 multi-threaded watchpoints.
3670 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
3671 checked. Describe sticky notification. Expand description
3672 of steppable and continuable watchpoints.
3673 (Watchpoints and Threads): New subsection.
3674
3675 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
3676
3677 * gdb.texinfo (Setting Breakpoints): Revise
3678 documentation for pending breakpoints. Document
3679 breakpoints with multiple locations.
3680
3681 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
3682
3683 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3684 Document -list-features.
3685
3686 2007-09-15 Eli Zaretskii <eliz@gnu.org>
3687
3688 * gdb.texinfo (Output): Spell out which features of C's printf are
3689 not supported by GDB's printf.
3690 (Separate Debug Files): More accurate wording regarding build ID
3691 and a reference to the ld manual rather than the Fedora wiki.
3692
3693 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3694 Jim Blandy <jimb@codesourcery.com>
3695
3696 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
3697 (Examining Memory): Update mentions of the 's' format.
3698 (Automatic Display): Likewise.
3699
3700 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
3701
3702 * gdb.texinfo: Update the FSF's Back-Cover Text.
3703
3704 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3705 Eli Zaretskii <eliz@gnu.org>
3706
3707 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
3708 Fixed the ``build ID'' name. New binaries build instructions for the
3709 build ID inclusion. Explain how the commands are specific to the build
3710 ID vs. debug link.
3711
3712 2007-09-01 Eli Zaretskii <eliz@gnu.org>
3713
3714 * gdb.texinfo (Separate Debug Files): Fix last change. Add
3715 indexing for ``build ID'' support.
3716
3717 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3718
3719 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
3720 Enlisted BUILD ID to the debug file searching example.
3721 Included a BUILD ID `.note.gnu.build-id' section description.
3722 Updated/added the debug files splitting instructions for OBJCOPY.
3723
3724 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
3725
3726 * gdb.texinfo (Variable Objects): Adjust docs
3727 for -var-info-expression and document
3728 -var-info-path-expression.
3729
3730 2007-08-20 Jim Blandy <jimb@codesourcery.com>
3731
3732 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
3733 (title page): Include the dedication in the printed manual, as a
3734 separate page after the copyright notice.
3735
3736 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
3737 don't break a @var across a line.
3738
3739 2007-07-25 Maciej W. Rozycki <macro@mips.com>
3740
3741 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
3742 for include files.
3743
3744 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
3745
3746 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
3747 in annotate.texinfo.
3748 (Command History): Link to new node.
3749
3750 2007-07-05 Markus Deuling <deuling@de.ibm.com>
3751
3752 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
3753
3754 2007-07-05 Eli Zaretskii <eliz@gnu.org>
3755
3756 * gdbint.texinfo (Target Conditionals): Fix last change.
3757
3758 2007-07-03 Markus Deuling <deuling@de.ibm.com>
3759
3760 * gdb.texinfo: Replace following macros by their appropriate gdbarch
3761 routines:
3762 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
3763 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
3764 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
3765 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
3766 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
3767 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
3768 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
3769 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
3770 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
3771 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3772 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
3773 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
3774 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3775 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
3776 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
3777 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
3778 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
3779 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
3780 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
3781 (SOFTWARE_SINGLE_STEP_P)
3782
3783 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
3784 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
3785
3786 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
3787 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
3788 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
3789 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
3790 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
3791 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
3792 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
3793 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
3794 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
3795 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
3796
3797 (Converting an existing Target Architecture to Multi-arch): Remove
3798 section.
3799
3800 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
3801 (gdbarch_addr_bits_remove): Add code example.
3802
3803 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
3804
3805 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
3806
3807 * gdb.texinfo (Remote Configuration): Document library-info-packet.
3808 Add other missing entries. Adjust the table size to fit.
3809 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
3810 stop reasons including the new "library" event.
3811 (General Query Packets): Adjust table widths for qSupported. Mention
3812 qXfer:libraries:read reply to qSupported and document the new packet.
3813 (Library List Format): New section.
3814
3815 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3816
3817 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
3818
3819 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
3820
3821 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
3822
3823 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
3824
3825 * gdbint.texinfo (Register and Memory Data): Break sections
3826 into nodes and add a menu.
3827
3828 2007-06-21 Maciej W. Rozycki <macro@mips.com>
3829
3830 * gdb.texinfo (Examining Memory): Document the new behaviour.
3831
3832 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
3833
3834 * gdb.texinfo (Standard Target Features): Document
3835 m68k features.
3836
3837 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3838
3839 * gdb.texinfo (General Query Packets): Document qOffsets changes.
3840
3841 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3842
3843 * gdb.texinfo (Target Description Format): Add version attribute
3844 for <target>.
3845
3846 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3847
3848 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
3849
3850 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3851
3852 * gdb.texinfo (MIPS Features): New subsection.
3853
3854 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3855 Markus Deuling <deuling@de.ibm.com>
3856
3857 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
3858 and qXfer:spu:write packets and mention them under qSupported.
3859
3860 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3861 Markus Deuling <deuling@de.ibm.com>
3862
3863 * gdb.texinfo (Architectures): Add new SPU section to document
3864 Cell Broadband Engine SPU architecture specific commands.
3865
3866 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
3867
3868 * gdb.texinfo (GDB/MI Variable Objects): Editorial
3869 comments.
3870
3871 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
3872
3873 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
3874
3875 2007-05-29 Jim Blandy <jimb@codesourcery.com>
3876
3877 * gdb.texinfo (Overview): Doc fix.
3878
3879 2007-05-22 Maciej W. Rozycki <macro@mips.com>
3880
3881 * gdb.texinfo (Remote Configuration): Document "set/show
3882 remoteflow".
3883
3884 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3885
3886 * gdb.texinfo (MIPS): Remove documentation for set mips
3887 saved-gpreg-size, show mips saved-gpreg-size, and set mips
3888 stack-arg-size.
3889
3890 2007-05-14 Bob Wilson <bob.wilson@acm.org>
3891
3892 * all-cfg.texi (GDBTUI): New.
3893 * gdb.texinfo (Mode Options): Use GDBTUI variable.
3894 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
3895 (TUI Configuration): Edit to improve clarity and fix problems of
3896 both style and content.
3897
3898 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
3899
3900 * observer.texi (GDB Observers): New observer "new_objfile".
3901
3902 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
3903
3904 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
3905
3906 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
3907
3908 * gdb.texinfo (GDB/MI Variable Objects): Document
3909 frozen variables objects.
3910
3911 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
3912
3913 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
3914 (Character Sets, Caching Data of Remote Targets): Likewise.
3915 (Targets): Delete Remote node. Move its text...
3916 (Debugging Remote Programs): ...to here. Delete description
3917 of the "remote" command.
3918 (Remote configuration): Delete description of "set remotedevice"
3919 and "show remotedevice".
3920 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
3921
3922 2007-04-11 Bob Wilson <bob.wilson@acm.org>
3923
3924 * gdb.texinfo (Contributors, Continuing and Stepping)
3925 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
3926 (General Query Packets, File-I/O Remote Protocol Extension)
3927 (Protocol Basics, The F Reply Packet, Write)
3928 (Protocol-specific Representation of Datatypes, Memory Transfer):
3929 Fix hyphenation, punctuation and grammar problems.
3930 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
3931 'section' instead of 'subsection' in the text.
3932 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
3933 (i386): Remove period from section name.
3934 (Installing GDB, Requirements, Running Configure, Separate Objdir)
3935 (Config Names, Configure Options): Use @file{configure}.
3936
3937 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
3938
3939 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
3940 and tab expansion.
3941
3942 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
3943
3944 * gdbint.texinfo (SOM): Correct location of the SOM reader.
3945
3946 2007-04-02 Bob Wilson <bob.wilson@acm.org>
3947
3948 * gdb.texinfo: Consistently capitalize all significant words in
3949 node names, chapter titles, section titles, and headings. Update
3950 cross references to match.
3951 (Starting and Stopping Trace Experiment): Make node name plural.
3952 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
3953
3954 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
3955
3956 * gdb.texinfo (WinCE): Delete obsolete subsection.
3957
3958 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3959
3960 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
3961 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
3962 references.
3963
3964 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3965
3966 * gdb.texinfo (Startup): Delete references to some alternate
3967 names for .gdbinit.
3968 (Thread): Remove LynxOS reference.
3969 (Tandem ST2000): Delete target-specific documentation.
3970 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
3971 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
3972 and GDB_OSABI_LYNXOS.
3973
3974 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
3975
3976 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
3977
3978 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
3979
3980 * gdbint.texinfo (Target Conditionals): Remove mention of
3981 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
3982 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
3983
3984 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
3985
3986 * Makefile.in: Add "pdfdir" installation
3987 directory, PDFTEX macro, support for "install-pdf" target,
3988 and rules for making a pdf version of refcard.texi.
3989 * refcard.tex: Specify paper size for PDF output.
3990
3991 2007-03-26 Bob Wilson <bob.wilson@acm.org>
3992
3993 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
3994
3995 2007-03-26 Bob Wilson <bob.wilson@acm.org>
3996
3997 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
3998 (Source Path, Character Sets, Macros, Define)
3999 (GDB/MI Result Records, GDB/MI Simple Examples)
4000 (GDB/MI Program Execution, GDB/MI File Commands)
4001 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
4002 (Bug Reporting): Use @value{GCC}.
4003
4004 2007-03-26 Bob Wilson <bob.wilson@acm.org>
4005
4006 * gdb.texinfo (Help): Fix formatting of examples.
4007 (Variables): Use @ifnotinfo instead of @iftex.
4008 (Non-debug DLL symbols): Use @ref instead of @pxref.
4009 (Sparclet File): Use @samp instead of quotes.
4010
4011 2007-03-26 Bob Wilson <bob.wilson@acm.org>
4012
4013 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
4014
4015 2007-03-26 Bob Wilson <bob.wilson@acm.org>
4016
4017 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
4018 the order of the nodes.
4019 (C Operators, C Constants, Debugging C): Remove extra menus.
4020 (Method Names in Commands): Do not specify next/prev/up nodes.
4021
4022 2007-03-26 Bob Wilson <bob.wilson@acm.org>
4023
4024 * gdb.texinfo (File Options): Add missing parenthesis.
4025 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
4026
4027 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4028
4029 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
4030
4031 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4032
4033 * gdb.texinfo (Standard Target Features): Mention
4034 case insensitivity.
4035 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
4036
4037 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
4038
4039 * gdb.texinfo (Top): Put Appendix A after numbered sections.
4040 (Files): Add section name to argument list for pxref.
4041 (Non-debug DLL symbols): Don't use `see' for pxref.
4042 (Embedded Processors): Fix typo.
4043 (GDB/MI Breakpoint Commands): Execution commands generate
4044 *stopped not ^done.
4045
4046 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
4047
4048 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
4049 values for in_scope. Mention that only root variables can be
4050 updated.
4051 (GDB/MI Development and Front Ends): Explain new values may be
4052 added to existing fields.
4053
4054 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4055
4056 * gdb.texinfo (-target-disconnect): Use @smallexample.
4057 (Requirements): Add anchor for Expat. Update description.
4058 (Target Descriptions): Mention Expat.
4059 (Target Description Format): Document new elements. Use
4060 @smallexample.
4061 (Predefined Target Types, Standard Target Features): New sections.
4062 * gdbint.texinfo (Target Descriptions): New section.
4063
4064 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
4065
4066 * gdb.texinfo (Target Description Format): Add section on XInclude.
4067
4068 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
4069
4070 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
4071 command -enable-timings.
4072
4073 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
4074
4075 * gdbint.texinfo (Operation System ABI Variant Handling): Update
4076 descriptions for new/deleted elements in gdb_osabi. Add missing
4077 description for function generic_elf_osabi_sniff_abi_tag_sections.
4078
4079 2007-01-29 Joel Brobecker <brobecker@adacore.com>
4080
4081 * gdb.texinfo (Maintenance Commands): Add documentation for
4082 the new "maint print target-stack" command.
4083
4084 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4085 Eli Zaretskii <eliz@gnu.org>
4086
4087 * gdb.texinfo: Describe CHAR array vs. string identification rules.
4088
4089 2007-01-26 Eli Zaretskii <eliz@gnu.org>
4090
4091 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
4092 Use @value{NGCC} instead of @value{GCC}.
4093
4094 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
4095
4096 * agentexpr.texi: Fix typos.
4097 * annotate.texinfo: Likewise.
4098 * gdb.texinfo: Likewise.
4099 * gdbint.texinfo: Likewise.
4100 * observer.texi: Likewise.
4101 * stabs.texinfo: Likewise.
4102
4103 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
4104
4105 * gdbint.texinfo (Support Libraries): Remove mmalloc
4106 entry. Describe readline library.
4107
4108 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
4109
4110 * gdb.texinfo (Target Descriptions): New section.
4111 (General Query Packets): Add QPassSignals anchor. Mention
4112 qXfer:features:read under qSupported. Expand mentions of
4113 qXfer:memory-map:read and QPassSignals. Document
4114 qXfer:features:read.
4115
4116 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
4117
4118 * gdb.texinfo (Commands to specify files): Describe
4119 "set sysroot" and "show sysroot".
4120 (Using the `gdbserver' program): Lowercase argument
4121 to @var. Expand description of setting up GDB on the
4122 host.
4123
4124 2007-01-05 Joel Brobecker <brobecker@adacore.com>
4125
4126 * gdb.texinfo (Set Catchpoints): Add documentation for the new
4127 catch exception, catch exception unhandled, and catch assert
4128 commands.
4129
4130 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4131
4132 * gdb.texinfo (Debugging Output): Document "set debug xml"
4133 and "show debug xml".
4134
4135 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
4136
4137 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
4138
4139 2007-01-01 Joel Brobecker <brobecker@adacore.com>
4140
4141 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
4142
4143 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
4144
4145 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
4146 note in @ignore, to be removed later if nobody complains.
4147
4148 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
4149
4150 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
4151 of -var-delete.
4152
4153 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
4154
4155 * gdb.texinfo (Setting breakpoints): Document
4156 automatic software/hardware breakpoint usage and
4157 the "set breakpoint auto-hw" command.
4158
4159 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
4160
4161 * gdb.texinfo (Memory Access Checking): New.
4162
4163 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
4164
4165 * gdb.texinfo (Remote configuration): Mention
4166 "pass-signals-packet".
4167 (General Query Packets): Document QPassSignals. Fix
4168 a typo.
4169
4170 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
4171
4172 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
4173
4174 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
4175
4176 * gdb.texinfo (Remote configuration): Rewrite documentation for
4177 packet configuration commands.
4178 (OS Information): Adjust reference to qXfer:auxv:read.
4179 (General Query Packets): Remove references to read-aux-vector-packet
4180 and set remote get-thread-local-storage-address.
4181
4182 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
4183
4184 * gdbint.texinfo (Target Architecture Definition): Add new
4185 Initializing a New Architecture section.
4186
4187 2006-10-31 David Taylor <dtaylor@emc.com>
4188
4189 * stabs.texinfo (Macro define and undefine): New node describing
4190 stabs for #define and #undef.
4191
4192 2006-10-27 Andreas Schwab <schwab@suse.de>
4193
4194 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
4195
4196 2006-10-21 Eli Zaretskii <eliz@gnu.org>
4197
4198 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
4199 clarify on the possible meanings of ``expression'' watched by
4200 watchpoints. Add indexing.
4201 (Prompting, Errors, Invalidation, Annotations for Running)
4202 (Source Annotations): Fix index entries by adding "annotation" to
4203 them, to discriminate from index entries that point to the more
4204 general topic descriptions.
4205
4206 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4207
4208 * gdbint.texinfo (Target Vector Definition): Move most
4209 content into Existing Targets. Add a menu.
4210 (Existing Targets): New section, moved from Target Vector
4211 Definition. Use @subsection.
4212 (Managing Execution State): New section.
4213
4214 2006-10-16 Bob Wilson <bob.wilson@acm.org>
4215
4216 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
4217
4218 2006-10-15 Eli Zaretskii <eliz@gnu.org>
4219
4220 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
4221 (Command Syntax, Signals, Backtrace, Connecting)
4222 (Remote configuration, Renesas Boards, Console I/O): Fix last
4223 change: use Ctrl- instead of C-, except wrt Emacs.
4224 (File-I/O Examples): Put Ctrl-c in @kbd.
4225 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
4226 (Console I/O): Use @samp with Ctrl-.
4227 (Signals, Set Breaks, Set Watchpoints): Document optional
4228 arguments to `info signals' `handle', `info breakpoints', and
4229 `info watchpoints'.
4230
4231 2006-10-14 Eli Zaretskii <eliz@gnu.org>
4232
4233 * gdb.texinfo (Backtrace): Fix last change.
4234
4235 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
4236
4237 * gdb.texinfo (Backtrace): Order correctly and add other cases.
4238
4239 2006-10-10 Bob Wilson <bob.wilson@acm.org>
4240
4241 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
4242 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
4243 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
4244
4245 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
4246 Daniel Jacobowitz <dan@codesourcery.com>
4247
4248 * gdb.texinfo (Packets): Document vFlashErase,
4249 vFlashWrite and vFlashDone packets.
4250 (General Query Packets): Document qXfer:memory-map:read.
4251 Add a new feature for qXfer:memory-map:read.
4252 (Memory map format): New section.
4253 (Target Commands): Mention that gdb can write flash.
4254
4255 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
4256 Daniel Jacobowitz <dan@codesourcery.com>
4257
4258 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
4259 memory regions and "mem auto".
4260
4261 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
4262
4263 * gdbint.texinfo (Array Containers): New section.
4264
4265 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
4266
4267 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
4268 -stack-list-arguments HIGH_FRAME argument can be larger then the
4269 actual number of frames.
4270
4271 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
4272
4273 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
4274 -stack-list-locals HIGH_FRAME argument can be larger then the
4275 actual number of frames.
4276
4277 2006-09-02 Bob Wilson <bob.wilson@acm.org>
4278
4279 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
4280 Register Packet Format, Tracepoint Packets): Fix spelling errors.
4281
4282 2006-09-02 Eli Zaretskii <eliz@gnu.org>
4283
4284 * gdbint.texinfo (Overall Structure): New section "Source Tree
4285 Structure".
4286
4287 2006-08-17 Jim Blandy <jimb@codesourcery.com>
4288
4289 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
4290 responses.
4291
4292 2006-08-08 Joel Brobecker <brobecker@adacore.com>
4293
4294 * gdb.texinfo (Source Path): Add documentation for new
4295 substitute-path commands.
4296
4297 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
4298
4299 * gdb.texinfo (Installing GDB): Update menu. Move text to...
4300 (Running Configure): ...here.
4301 (Requirements): New node. Mention expat.
4302
4303 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
4304
4305 * gdb.texinfo (Target Commands): Remove
4306 'set download-write-size' and 'show download-write-size'.
4307
4308 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
4309
4310 * stabs.texinfo (Member Type Descriptor): Correct example for
4311 pointer to member types.
4312
4313 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
4314
4315 * gdb.texinfo (Optional warnings and messages): Add
4316 'set/show trace-commands'.
4317 (Command files): Add '-v' to source command.
4318
4319 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
4320
4321 * gdb.texinfo (OS Information): Update qPart reference to
4322 qXfer.
4323 (Remote configuration): Likewise.
4324 (Overview): Move @cindex to the start of a paragraph. Talk
4325 about binary data encoding.
4326 (Packets): Refer to the overview for the details of the X
4327 packet encoding.
4328 (General Query Packets): Remove qPart description. Add qXfer
4329 description. Add an anchor to qSupported. Correct feature
4330 table title. Add a new feature for qXfer:auxv:read.
4331 (Interrupts): Add a missing parenthesis.
4332
4333 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
4334
4335 * gdb.texinfo (KOD): Remove node.
4336 (GDB/MI Kod Commands): Remove commented out node.
4337
4338 2006-07-01 Eli Zaretskii <eliz@gnu.org>
4339
4340 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
4341 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
4342 (GDB/MI Thread Commands, GDB/MI Program Execution)
4343 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
4344 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
4345 (GDB/MI File Commands, GDB/MI Target Manipulation)
4346 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
4347 since the MI prompt is hard-wired into the code.
4348
4349 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
4350
4351 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
4352 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
4353 (GDB/MI Data Manipulation): Remove description of unimplemented
4354 display related commands as variable objects perform this function
4355 and are superior: -display-delete, -display-disable,
4356 -display-enable, -display-insert and -display-list. Move
4357 -environment-cd, -environment-directory, -environment-path
4358 and -environment-pwd to "Program Context".
4359 (GDB/MI Program Control): Rename to "Program Execution". Move
4360 -exec-arguments -exec-abort to...
4361 (GDB/MI Program Context): ...here. New node split from "Data
4362 Manipulation".
4363
4364 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
4365
4366 * gdb.texinfo (Remote configuration): Document set / show
4367 remote supported-packets.
4368 (General Query Packets): Document qSupported packet.
4369
4370 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
4371
4372 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
4373 and font markup.
4374 (Protocol basics): Likewise.
4375 (The F request packet): Likewise.
4376 (The F reply packet): Likewise.
4377 (Memory transfer): Move this node to be a subsubsection of
4378 "Protocol specific representation of datatypes".
4379 (The Ctrl-C message): More copy editing.
4380 (Console I/O): Likewise.
4381 (The isatty call): Delete this node, and merge its content into
4382 the "isatty" node. Fixed references elsewhere.
4383 (The system call): Delete this node, and merge its content into
4384 the "system" node. Fixed references elsewhere.
4385 (open): Reformat to use @table, and add appropriate font markup.
4386 (close): Likewise.
4387 (read): Likewise.
4388 (write): Likewise.
4389 (lseek): Likewise.
4390 (rename): Likewise.
4391 (unlink): Likewise.
4392 (stat/fstat): Likewise.
4393 (gettimeofday): Likewise.
4394 (isatty): Likewise.
4395 (system): Likewise, plus minor changes to fix confusing wording.
4396 (Integral datatypes): Fix font markup.
4397 (Pointer values): Likewise.
4398 (struct stat): Fix markup to use @table, plus minor copy editing.
4399 (struct timeval): Fix font markup, plus minor copy editing.
4400 (Constants): Minor copy editing.
4401 (Errno values): Add font markup.
4402 (File-I/O Examples): Likewise.
4403
4404 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
4405
4406 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
4407 (GDB/MI Simple Examples): Move node up one level. Use real
4408 examples.
4409 (GDB/MI Compatibility with CLI): Update.
4410 (GDB/MI Result Records): Add "connected" and "exit" result
4411 classes.
4412 (GDB/MI Stream Records): Clarify target output.
4413 (GDB/MI Command Description Format): Modify example description.
4414 (GDB/MI Breakpoint Table Commands): Rename to...
4415 (GDB/MI Breakpoint Commands): ...this
4416 (GDB/MI Breakpoint Commands): Add optional thread field.
4417 (GDB/MI Program Control): Add an introduction. Move "Program
4418 termination" examples into exec-run description.
4419 (GDB/MI File Commands): Mention similar CLI commands.
4420 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
4421 is similar to "-gdb-version".
4422
4423 2006-06-09 Eli Zaretskii <eliz@gnu.org>
4424
4425 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
4426
4427 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
4428
4429 * gdb.texinfo (GDB/MI Development and Front Ends): Use
4430 sourceware.org for mailing lists.
4431 (GDB/MI File Commands): New node split from Program Control.
4432
4433 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
4434
4435 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
4436
4437 2006-05-22 Eli Zaretskii <eliz@gnu.org>
4438
4439 * gdb.texinfo (Cygwin Native): Fix last change.
4440
4441 2006-05-22 Christopher Faylor <cgf@timesys.com>
4442
4443 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
4444
4445 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
4446
4447 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
4448 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
4449
4450 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4451
4452 * gdb.texinfo (General Query Packets): Recommend not starting
4453 new packets with qC and clarify.
4454
4455 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
4456
4457 * gdb.texinfo (M2 Types): New section.
4458
4459 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
4460
4461 * agentexpr.texi: Add a copyright and license notice.
4462 * observer.texi: Likewise, with GPL clause for function prototypes.
4463 Remove trailing whitespace.
4464
4465 2006-05-05 Jim Blandy <jimb@codesourcery.com>
4466
4467 * gdb.texinfo (General Query Packets): Document conventions for
4468 terminating packet names, and their violations.
4469
4470 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
4471
4472 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
4473 * gdb.texinfo: Likewise.
4474
4475 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
4476
4477 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
4478 and "show remotedebug".
4479 (Debugging Output): Add additional index entries.
4480
4481 2006-04-27 Michael Snyder <msnyder@redhat.com>
4482
4483 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
4484
4485 2006-04-22 Andrew Cagney <cagney@redhat.com>
4486
4487 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
4488 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
4489
4490 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
4491
4492 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
4493 and remove breakpoint prototypes.
4494 (Watchpoints): Move description of target_insert_hw_breakpoint and
4495 target_remove_hw_breakpoint ...
4496 (Breakpoints): ... to here. Document target_insert_breakpoint and
4497 target_remove_breakpoint.
4498
4499 2006-04-17 Jim Blandy <jimb@codesourcery.com>
4500
4501 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
4502 and C packets are optional.
4503
4504 2006-04-14 Frederic Riss <frederic.riss@st.com>
4505
4506 * gdb.texinfo (Specifying source directories): Update the description
4507 of the source file search to reflect the fact that the source path
4508 always contains at least $cdir and $cwd.
4509
4510 2006-03-31 Michael Snyder <msnyder@redhat.com>
4511
4512 * gdb.texinfo: Update copyright dates.
4513
4514 2006-03-31 Eli Zaretskii <eliz@gnu.org>
4515
4516 * gdb.texinfo (Overview): Add an index entry to "empty response".
4517
4518 2006-03-28 Jim Blandy <jimb@codesourcery.com>
4519
4520 * gdbint.texinfo (Prologue Analysis): New section.
4521
4522 2006-03-07 Jim Blandy <jimb@red-bean.com>
4523
4524 * gdb.texinfo (Connecting): Document 'target remote pipe'.
4525
4526 * gdb.texinfo (Target Commands): Update text describing how to
4527 specify a target. Refer to the detailed section on remote
4528 debugging, not the brief mention.
4529
4530 * gdb.texinfo (Connecting): Organize the different 'target remote'
4531 connection methods into a table. Add a 'target remote' index
4532 entry. (!!!)
4533
4534 2006-02-17 Fred Fish <fnf@specifix.com>
4535
4536 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
4537 'ptype' commands to reflect the fact that the only significant
4538 difference between them is that ptype prints the complete type
4539 description instead of just the name.
4540
4541 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
4542
4543 * gdbint.texinfo (Watchpoints): Delete
4544 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
4545
4546 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
4547
4548 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
4549 times fields where needed. Fix typos. Update general form given
4550 for output of -break-insert.
4551 (GDB/MI): Abbreviate some unnecessarily long fullnames.
4552
4553 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
4554
4555 * gdbint.texinfo (Symbol Handling): Add a section
4556 on memory management.
4557
4558 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
4559
4560 * gdb.texinfo (Breakpoint table commands): Document the fullname
4561 field in -break-list output.
4562
4563 2006-02-03 Eli Zaretskii <eliz@gnu.org>
4564
4565 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
4566 debugging information produced by the various "set debug..."
4567 options.
4568
4569 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4570
4571 * gdb.texinfo (Files): Remove obsolete bits from the description
4572 of "symbol-file".
4573
4574 2006-01-25 Jim Blandy <jimb@redhat.com>
4575
4576 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
4577
4578 2006-01-24 Jim Blandy <jimb@redhat.com>
4579
4580 * gdbint.texinfo (Frames): Document the basics of GDB's register
4581 unwinding model, and explain the existence of the "sentinel" frame.
4582
4583 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
4584
4585 * gdb.texinfo (Choosing files): Mention that -directory is used
4586 for script files.
4587 (Specifying source directories): Likewise.
4588 (Command files): Explain how script files are found.
4589
4590 2006-01-21 Eli Zaretskii <eliz@gnu.org>
4591
4592 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
4593 the threads in a multi-threaded program.
4594 (Threads): The threadno argument of "thread apply" can be a range
4595 of numbers.
4596
4597 2006-01-18 Jim Blandy <jimb@redhat.com>
4598
4599 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
4600 of warning flags.
4601
4602 2006-01-13 Eli Zaretskii <eliz@gnu.org>
4603
4604 * gdb.texinfo (Sequences): Improve menu annotations.
4605 (Define): Add index entries for arguments of user-defined
4606 commands. Move the description of flow-control commands...
4607 (Command Files): ...to here. Document loop_break and
4608 loop_continue.
4609 (Define, Command Files): Document `end' and add index entries for
4610 it.
4611
4612 2006-01-04 Michael Snyder <msnyder@redhat.com>
4613
4614 * gdb.texinfo: Add documentation for linux-fork.
4615 * gdbint.texinfo: Add internal documentation for checkpoints.
4616
4617 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
4618
4619 * gdb.texinfo (Omissions from Ada): Document that there is now
4620 limited aggregate support.
4621
4622 2005-12-28 Eli Zaretskii <eliz@gnu.org>
4623
4624 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
4625 registers and the likes.
4626
4627 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4628
4629 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
4630 (Symbols): Fix usage of "e.g.".
4631 (Memory Region Attributes): Fix usage of "etc."
4632
4633 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
4634 (Coding): Fix usage of "e.g.".
4635
4636 2005-12-23 Eli Zaretskii <eliz@gnu.org>
4637
4638 * stabs.texinfo:
4639 * refcard.tex:
4640 * gpl.texi:
4641 * gdbint.texinfo:
4642 * gdb.texinfo:
4643 * gdb-cfg.texi:
4644 * fdl.texi:
4645 * annotate.texinfo:
4646 * all-cfg.texi:
4647 * Makefile.in: Add (C) after Copyright. Update the FSF
4648 address.
4649
4650 2005-12-03 Eli Zaretskii <eliz@gnu.org>
4651
4652 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
4653 extend GDB with commands for external monitor.
4654
4655 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
4656
4657 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
4658
4659 2005-11-25 Joel Brobecker <brobecker@adacore.com>
4660
4661 * gdbint.texinfo (Start of New Year Procedure): New chapter.
4662
4663 2005-11-21 Jim Blandy <jimb@redhat.com>
4664
4665 * gdb.texinfo (Tracepoint Packets): Document restrictions on
4666 placement of 'R' actions in tracepoint action packets; document
4667 dependence of 'X' and 'M' actions on a preceding 'R' action for
4668 their registers.
4669
4670 2005-11-19 Jim Blandy <jimb@redhat.com>
4671
4672 * gdb.texinfo (Tracepoint Packets): New node.
4673 (General Query Packets): Add entries for the tracepoint packets,
4674 referring to the "Tracepoint Packets" node.
4675 (Tracepoints): Add reference to "Tracepoint Packets".
4676
4677 2005-11-18 Kevin Buettner <kevinb@redhat.com>
4678
4679 * gdb.texinfo (set remotebreak): Add anchor.
4680 (X packet): Likewise.
4681 (Remote Protocol): Add new section `Interrupts' and new index
4682 entry `interrupts (remote protocol)'.
4683
4684 2005-11-18 Jim Blandy <jimb@redhat.com>
4685
4686 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
4687 entries into the General Query Packets section. Add a
4688 cross-reference to that section. Drop description of replies, as
4689 these are covered in the descriptions of each packet.
4690 (General Query Packets): Add introductory text. Explain naming
4691 conventions, and how the end of a name is recognized.
4692
4693 2005-11-17 Kevin Buettner <kevinb@redhat.com>
4694
4695 * gdb.texinfo (Remote configuration): Fix typo in description of
4696 "set remotebreak" command.
4697
4698 2005-11-16 Jim Blandy <jimb@redhat.com>
4699
4700 * gdb.texinfo (Packets, Stop Reply Packets)
4701 (General Query Packets): Various formatting cleanups.
4702 - Use @samp for packet contents.
4703 - Drop summaries from packet @item lines; the same information appears
4704 immediately below in the description.
4705 - Delete paragraph breaks after packet @item commands, so that the
4706 description appears directly to the right of the packet prototype
4707 in the printed manual, if it fits.
4708 - Place spaces in packet prototypes between @vars and non-@var
4709 letters, and explain that they're just for formatting.
4710 - Use @dots{} instead of '...'.
4711 - Fix uses of @code where @var was needed.
4712 - Replace "deprecated" markers with English text spelling out the
4713 packet's status and the preferred alternatives.
4714 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
4715 what this ever meant.
4716 - Remove "(draft)" markers on 'i' packets; nobody has commented on
4717 this for a long time.
4718 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
4719 implemented several times, and have been in use for years.
4720
4721 2005-11-15 Jim Blandy <jimb@redhat.com>
4722
4723 * gdb.texinfo (Packets): Add index entries for 'm' packet
4724 disclaimers.
4725
4726 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
4727 of stub when processing an 'm' packet.
4728
4729 * gdb.texinfo (Packets): Mention that packets beginning with
4730 letters are reserved once, at the top, instead of actually listing
4731 them all and saying "reserved".
4732
4733 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
4734
4735 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
4736 Change @var{$arg0 to @code{$arg0.
4737
4738 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
4739
4740 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
4741
4742 2005-11-12 Jim Blandy <jimb@redhat.com>
4743
4744 * gdb.texinfo (General Query Packets): Put packets in alphabetical
4745 order. Remove extraneous 'z'.
4746
4747 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
4748
4749 * gdb.texinfo (Choosing files): Add --eval-command.
4750
4751 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
4752
4753 * gdb.texinfo (Choosing modes): Add --return-child-result.
4754
4755
4756 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
4757
4758 * gdb.texinfo (Choosing modes): Add --batch-silent.
4759
4760 2005-10-28 Eli Zaretskii <eliz@gnu.org>
4761
4762 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
4763 "The -var-update Command".
4764
4765 2005-10-03 Joel Brobecker <brobecker@adacore.com>
4766
4767 * gdb.texinfo (Print Settings): Add documentation for set/show
4768 print array-indexes.
4769
4770 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
4771
4772 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
4773 6.2 and 6.3.
4774
4775 2005-08-27 Eli Zaretskii <eliz@gnu.org>
4776
4777 * gdb.texinfo (File Options): Don't document --mapped, it's gone
4778 since 19-Jan-2004.
4779 (Files): Likewise.
4780 (Variables, Symbols): Document the "<incomplete type>" message and
4781 its reasons.
4782
4783 2005-08-01 Fred Fish <fnf@specifix.com>
4784
4785 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
4786
4787 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
4788
4789 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
4790 option for -var-list-children and -var-update.
4791 (GDB/MI Stack Manipulation): Simplify description of
4792 print-values option for -stack-list-locals.
4793 (GDB/MI Command Description Format): Clarify.
4794 (Mode Options): Spelling of superseded.
4795
4796 2005-07-12 Bob Rossi <bob@brasko.net>
4797
4798 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
4799 corresponding GDB command comment.
4800
4801 2005-07-06 Bob Rossi <bob@brasko.net>
4802
4803 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
4804 and -inferior-tty-show.
4805 (Input/Output): Document "set/show inferior-tty" and tty alias.
4806
4807 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
4808
4809 * gdb.texinfo (Packets): Change description of 'D' packet to note
4810 that GDB does wait for a response.
4811
4812 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
4813
4814 * gdb.texinfo (History) Rename "Command History".
4815 (Command History): Move node "Server Prefix" from section on
4816 Annotations here.
4817
4818 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
4819
4820 * gdb.texinfo (GDB/MI Stack Manipulation):
4821 Re-instate -stack-info-frame with example. Say that it gets
4822 info on selected frame, not current frame.
4823
4824 2005-06-18 Eli Zaretskii <eliz@gnu.org>
4825
4826 * gdb.texinfo (Server): Clarify that `file' should be used before
4827 connecting to the server.
4828 (Files): Add an xref to the above description.
4829 (Output Formats): More detailed description of the `c' format.
4830 (Memory): List explicitly all the formats supported by `x'.
4831 (Threads): Add an @cindex entry for "thread apply".
4832 (Files): Document the possibility of loading unlinked object
4833 files. Add more indexing for solib-absolute-prefix and
4834 --with-sysroot.
4835 (Machine Code): Document possible problems with locations in
4836 shared libraries.
4837 (Backtrace): Document that free-standing environments do not need
4838 to have a `main' function.
4839
4840 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
4841
4842 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
4843 -stack-info-frame.
4844
4845 2005-06-07 Andrew Cagney <cagney@gnu.org>
4846
4847 * gdb.texinfo (Contributors): Note the original multi-arch
4848 contributors.
4849
4850 2005-06-03 Eli Zaretskii <eliz@gnu.org>
4851
4852 * gdb.texinfo (Registers): Add index entries for the standard
4853 registers.
4854 (Frames): Add cross-reference from frame pointer description to
4855 the Registers node.
4856 (Annotations Overview): Fix the reference to GDB name.
4857
4858 2005-06-01 Eli Zaretskii <eliz@gnu.org>
4859
4860 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
4861 can-use-hw-watchpoints.
4862
4863 2005-05-28 Bob Rossi <bob@brasko.net>
4864
4865 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
4866 the possible reasons why an exec async record would be returned to FE.
4867
4868 2005-05-26 Andrew Cagney <cagney@gnu.org>
4869
4870 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
4871 Andrew Cagney implemented the original GDB/MI.
4872
4873 2005-05-23 Orjan Friberg <orjanf@axis.com>
4874
4875 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
4876 documentation. Add documentation for cris-mode.
4877
4878 2005-05-20 Eli Zaretskii <eliz@gnu.org>
4879
4880 * gdb.texinfo (Numbers): Explain the example and make the wording
4881 more acurate.
4882
4883 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4884 Dennis Brueni <dennis@slickedit.com>
4885
4886 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
4887 (GDB/MI Data Manipulation, GDB/MI Program Control)
4888 (GDB/MI Stack Manipulation): Update examples to include the fullname
4889 attribute in stack frames.
4890
4891 2005-05-12 Eli Zaretskii <eliz@gnu.org>
4892
4893 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
4894 do with other non-standard names of init files.
4895
4896 2005-05-11 Eli Zaretskii <eliz@gnu.org>
4897
4898 * gdb.texinfo (Command Files): Move the description of the startup
4899 from here...
4900 (Startup): ...to this new subsection of the Invocation chapter.
4901 Rearrange the description of init files more logically and add a
4902 cross-reference to "Command Files". Document the special gdbinit
4903 name for CISCO 68k. Expand the description of what GDB does
4904 during startup.
4905 (History): Add index entry for HISTSIZE.
4906
4907 2005-05-02 Mark Kettenis <kettenis@gnu.org>
4908
4909 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
4910
4911 2005-05-02 Eli Zaretskii <eliz@gnu.org>
4912
4913 * gdb.texinfo (SVR4 Process Information, The isatty call)
4914 (The system call): Don't use foo(N) notation for man pages and
4915 functions.
4916 (Compilation, DJGPP Native): Improve wording.
4917
4918 2005-04-27 Eli Zaretskii <eliz@gnu.org>
4919
4920 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
4921 were optimized away.
4922
4923 2005-04-22 Eli Zaretskii <eliz@gnu.org>
4924
4925 * gdb.texinfo (Remote configuration): Document "set/show
4926 get-thread-local-storage-address". Add cross-reference to the
4927 description of the qGetTLSAddr packet.
4928 (General Query Packets): Mention "set remote
4929 get-thread-local-storage-address" and add a reference to its
4930 description.
4931
4932 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
4933
4934 * gdb.texinfo (Backtrace): Describe 'bt full'.
4935
4936 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
4937
4938 * gdb.texinfo (Mode Options): Fix typo.
4939 (GDB/MI): Describe how to invoke GDB/MI.
4940
4941 2005-04-16 Eli Zaretskii <eliz@gnu.org>
4942
4943 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
4944 references changed. Add description of "info udot".
4945 (Files): Document "set/show stop-on-solib-events".
4946 (M32R/D): Document "set/show download-path", "set/show
4947 board-address", "set/show server-address", "upload", "tload".
4948 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
4949 "use_mon_code", "use_ib_break", "use_dbt_break".
4950 (Maintenance Commands): Improve indexing.
4951 (Target Commands): Document "set/show hash", "set/show debug
4952 monitor".
4953 (SVR4 Process Information): Document "info pidlist" and "info
4954 meminfo". Document "set/show procfs-tarce" and "set/show
4955 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
4956 (Symbols, The Print Command with Objective-C): Improve indexing.
4957 (Objective-C): Add references to "info classes" and "info
4958 selectors".
4959 (Debugging Output): Improve wording. Document "set/show debug
4960 solib-frv". Fix "set/show debugvarobj".
4961 (Set Breaks): Add index entry for "hardware breakpoints".
4962 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
4963 and "set/show usehardbreakpoints".
4964 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
4965 monitor-prompt", "set/show monitor-warnings", "pmon".
4966 (ARM): Document "rdilogfile", "rdilogenable", "set/show
4967 rdiromatzero", "set/show rdiheartbeat".
4968 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
4969 "sds".
4970 (Embedded Processors): Document the "sim" command.
4971 (Remote): Document the "remote" command.
4972 (DJGPP Native): Document the "info serial" command.
4973 (Threads): Document "maint info sol-threads".
4974 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
4975 (Set Breaks): Improve indexing.
4976 (Command Syntax): Add a reference to dont-repeat.
4977 (Define): Document "dont-repeat".
4978 (TUI Commands): Document "tabset".
4979 (WinCE): New subsection. Document "set/show remotedirectory",
4980 "set/show remoteupload", "set/show remoteaddhost".
4981
4982 2005-04-15 Eli Zaretskii <eliz@gnu.org>
4983
4984 * gdb.texinfo (Hurd Native): New subsection, documents
4985 Hurd-specific commands.
4986 (Maintenance Commands): Add cross-reference to "Debugging Output".
4987 (Debugging Output): Document "set/show debug lin-lwp".
4988 (MIPS): Improve documentation of heuristic-fence-post. Document
4989 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
4990 mips stack-arg-size", "set/show mips mask-address", "set/show mips
4991 remote-mips64-transfers-32bit-regs", "set/show debug mips".
4992 (ARM): Document ARM-specific commands.
4993 (AVR): New section. Document "info io_registers".
4994 (CRIS): New section. Document "set/show cris-version" and
4995 "set/show cris-dwarf2-cfi".
4996 (HPPA): New section. Document "set/show debug hppa" and "maint
4997 print unwind".
4998 (Neutrino): New subsection. Document "set/show debug nto-debug".
4999 (Super-H): New section. Document the "regs" command.
5000 (Debugging Output): Document "set/show debug aix-thread".
5001
5002 2005-04-09 Eli Zaretskii <eliz@gnu.org>
5003
5004 * gdb.texinfo (Print Settings): Document "set/show print
5005 pascal_static-members", "set print repeats", "show print
5006 null-stop". Improve indexing. Fix documentation of "set print
5007 union".
5008 (Pascal): New section.
5009 (Supported languages): Rename from "Support"; all references
5010 updated. Add a menu item for Pascal.
5011 (Numbers): Document "set radix.
5012 (Screen Size): Document "set/show pagination".
5013 (MIPS Embedded): Remove "set processor" documentation.
5014 (Remote configuration): Document "set/show X/P/Z-packet",
5015 "set/show read-aux-vector-packet", "set/show remote
5016 symbol-lookup-packet", "set/show remote verbose-resume-packet",
5017 "set/show remoteaddresssize", "set/show remotebaud", "set/show
5018 remotedebug", "set/show remotebreak", "set/show remotedevice",
5019 "set/show remotelogfile".
5020 (Auxiliary Vector): Add reference to the description of the
5021 read-aux-vector-packet setting.
5022 (Set Watchpoints): Add a cross-reference to "set remote
5023 hardware-breakpoint-limit".
5024 (General Query Packets): Add indexing of requests and
5025 cross-references to related commands in "Remote configuration".
5026 (File-I/O Overview, The system call): Fix wording and typos.
5027 (Thread Stops): Add index entries.
5028 (Continuing and Stepping): Document "show step-mode".
5029 (i386): New node. Document "set/show struct-convention".
5030 (Files): Document "show trust-readonly-sections".
5031 (Calling): Document "set/show unwindonsignal".
5032 (Messages/Warnings): Add index entries.
5033 (Maintenance Commands): Document "set/show watchdog".
5034 (Annotations Overview): Document "show annotate".
5035 (Set Watchpoints): Add index entries.
5036 (Symbols): Fix doc of case-sensitive.
5037 (ABI): Document "show coerce-float-to-double".
5038 (Convenience Vars, Help): Improve indexing.
5039 (Machine Code): Document "show disassembly-flavor".
5040 (Debugging C plus plus): Document "show overload-resolution".
5041 (Value History, Signaling): Add index entries.
5042
5043 2005-04-08 Eli Zaretskii <eliz@gnu.org>
5044
5045 * gdb.texinfo (Show): Move @kindex entries to their proper places.
5046 (Processes): Fix wording.
5047 (History, List, Logging output, Define, Symbols, Print Settings):
5048 Improve indexing.
5049
5050 2005-04-03 Eli Zaretskii <eliz@gnu.org>
5051
5052 * gdb.texinfo (Targets): Document "set/show architecture". Remove
5053 redundant index entry for "target" command.
5054 (Backtrace): Add index entries.
5055 (Symbols, Fortran): Document the "set case-sensitive" command.
5056 (DJGPP Native): Document "set com1base", "set com1irq", etc.
5057 (Print Settings): Add index entry for "set demangle-style".
5058 (Target Commands): Document "set download-write-size".
5059 (Debugging Output): Document "set exec-done-display".
5060
5061 2005-04-02 Eli Zaretskii <eliz@gnu.org>
5062
5063 * gdb.texinfo (Files): Fix the name and documentation of
5064 add-shared-symbol-files. Document its alias assf. Update the
5065 list of OSs where GDB supports shared libraries. Fix markup.
5066 (Continuing and Stepping): Add reference to @var{location} in the
5067 text.
5068 (Dump/Restore Files): Fix reference to @{filename}.
5069 (Help): Fix wording.
5070 (Attach): Ditto.
5071 (Set Watchpoints): Ditto.
5072 (Backtrace): Remove redundant index entries. Improve index
5073 entries.
5074 (Delete Breaks): Fix wording.
5075 (Memory): Document the compare-sections command.
5076 (Memory Region Attributes): Improve wording.
5077 (Disabling): Improve wording.
5078 (Fortran): New subsection. Document the "info common" command.
5079 (Help): Document aliases "info copying" and "info warranty".
5080 (Caching Remote Data): New section. Document the "set/show
5081 remotecache" and "info dcache" commands.
5082 (Show): Fix wording of the documentation of the "set
5083 extension-language" command.
5084 (Signals): Add index entry for "info handle".
5085 (Memory Region Attributes): Fix punctuation.
5086 (Symbols): Change the arg name to "location" and refer to it in
5087 the text. Fix wording of "info types" doc.
5088 (Threads): Fix usage of @enumerate @item's.
5089 (Listing Tracepoints): Add index entry for "info tp".
5090 (Set Watchpoints): Add xref to "info break" description.
5091 (Macros): Add an index entry for "macro exp1". Document the
5092 "macro list" command.
5093 (Maintenance Commands): Document "flushregs", "maint agent",
5094 "maint check-symtabs", "maint cplus", "maint demangle", "maint
5095 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
5096 "maint print architecture", "maint print objfiles", "maint print
5097 statistics", "maint print type", "maint show-debug-regs", "maint
5098 space", "maint time", and "maint translate-address".
5099 (Connecting): Document the "monitor" command.
5100 (Annotations Overview): Describe the "set annotate" command.
5101
5102 2005-04-01 Eli Zaretskii <eliz@gnu.org>
5103
5104 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
5105 Rearrange index entries and improve wording about support for
5106 hardware watchpoints.
5107
5108 2005-03-10 Bob Rossi <bob@brasko.net>
5109
5110 * gdb.texinfo: Update copyright
5111
5112 2005-02-09 Theodore A. Roth <troth@openavr.org>
5113
5114 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
5115 error.
5116
5117 2005-02-03 Kevin Buettner <kevinb@redhat.com>
5118
5119 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
5120
5121 2005-01-17 Michael Snyder <msnyder@redhat.com>
5122
5123 * gdb.texinfo: Fix spelling, infinte -> infinite.
5124
5125 2005-01-08 Mark Kettenis <kettenis@gnu.org>
5126
5127 * observer.texi (GDB Observers): Document "solib_loaded".
5128
5129 2005-01-07 Andrew Cagney <cagney@gnu.org>
5130
5131 * configure.ac: Rename configure.in, require autoconf 2.59.
5132 * configure: Re-generate.
5133
5134 * configure.in: Replace configdirs with multiple references to
5135 AC_CONFIG_SUBDIRS.
5136 * configure: Re-generate.
5137
5138 2005-01-04 Andrew Cagney <cagney@gnu.org>
5139
5140 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
5141 part of the version number.
5142
5143 2004-12-24 Mark Kettenis <kettenis@gnu.org>
5144
5145 * gdbint.texinfo (Algorithms): Remove description of
5146 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
5147
5148 2004-12-07 Jim Blandy <jimb@redhat.com>
5149
5150 * gdb.texinfo (General Query Packets): Specify that thread ID's in
5151 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
5152 numbers.
5153
5154 2004-12-07 Andreas Schwab <schwab@suse.de>
5155
5156 * gdb.texinfo (Mode Options): Document -l option.
5157
5158 2004-12-04 Eli Zaretskii <eliz@gnu.org>
5159
5160 * gdbint.texinfo (Algorithms): More accurate description of
5161 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
5162 is not needed unless data-read and data-access watchpoints are
5163 supported. Add a description of how GDB checks whether the
5164 inferior stopped because a watchpoint was hit.
5165
5166 2004-11-23 Eli Zaretskii <eliz@gnu.org>
5167
5168 * gdb.texinfo (Files): Add cross-reference to description of
5169 -readnow command-line switch.
5170
5171 2004-11-10 Randolph Chung <tausq@debian.org>
5172
5173 * gdb.texinfo: Document set/show backtrace past-entry commands.
5174 Rearrange index entries for set/show backtrace past-main.
5175
5176 2004-11-10 Jon Beniston <jon@beniston.com>
5177
5178 Committed by Andrew Cagney <cagney@gnu.org>.
5179 * gdb.texinfo (Remote Serial Protocol): Further describe
5180 binary transfer escaping mechanism .
5181
5182 2004-11-08 Randolph Chung <tausq@debian.org>
5183
5184 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
5185 and "show debug infrun". Add index entries.
5186
5187 2004-10-23 Eli Zaretskii <eliz@gnu.org>
5188
5189 * gdb.texinfo (SVR4 Process Information): Document subcommands of
5190 "info proc" that are already implemented. Add index entries.
5191 (Working Directory): Add a cross-reference to "info proc" command.
5192 (Files): Add a tip for decreasing memory used for symtabs from
5193 shared libraries.
5194 (Starting): Fix whitespace; make "elaboration" stand out where it
5195 is first used, and add an index entry for the term.
5196 (Calling): Expand and elaborate text. Add "print". Add the
5197 description of problems with weak aliases.
5198 (Core File Generation): New section.
5199
5200 2004-10-12 Andrew Cagney <cagney@gnu.org>
5201
5202 * gdbint.texinfo (Versions and Branches): New chapter.
5203 (Releasing GDB): Delete "Versions and Branches" section.
5204 (Top): Add "Versions and Branches".
5205
5206 2004-10-08 Eli Zaretskii <eliz@gnu.org>
5207
5208 * gdb.texinfo (Editing, History): Add cross-references to the
5209 included Readline and History user documentation. Remove
5210 references to the symbol have-readline-appendices which is unused
5211 and undefined.
5212 (History): Fix indexing.
5213
5214 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
5215
5216 * gdbint.texinfo (target_stopped_data_address): Update to
5217 new prototype.
5218 (i386_stopped_data_address): Update prototype and description.
5219 (i386_stopped_by_watchpoint): New function and description.
5220
5221 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
5222
5223 * gdb.texinfo (Filenames): Add Ada suffixes.
5224 (Ada) New section.
5225
5226 2004-09-27 Andrew Cagney <cagney@gnu.org>
5227 Robert Picco <Robert.Picco@hp.com>
5228
5229 * gdb.texinfo (Packets): Document the "p" packet.
5230
5231 2004-09-21 Jason Molenda (jmolenda@apple.com)
5232
5233 * gdb.texinfo (Paths and Names of the Source Files): Document the
5234 meaning of values in the 'desc' field of a SO stab.
5235
5236 2004-09-20 Daniel Jacobowitz <dan@debian.org>
5237
5238 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
5239 max-cache-age" and "maint show dwarf2 max-cache-age".
5240
5241 2004-09-16 Eli Zaretskii <eliz@gnu.org>
5242
5243 * gdb.texinfo (Set Breaks): Add index entry for setting
5244 breakpoints on overloaded C++ functions that are not members of
5245 any classes. Add an example and an index entry for setting
5246 breakpoints on all program functions.
5247 (Character Sets, Macros, Overlay Commands)
5248 (Non-debug DLL symbols, GDB/MI Output Syntax)
5249 (Annotations Overview, Maintenance Commands, File-I/O Overview):
5250 Use "(@value{GDBP})" instead of a literal "(gdb)".
5251
5252 2004-09-12 Andrew Cagney <cagney@gnu.org>
5253
5254 * gdbint.texinfo (Native Debugging): Delete description of
5255 FILES_INFO_HOOK.
5256
5257 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
5258
5259 * gdbint.texinfo (User Interface): Change local_hex_string_custom
5260 to hex_string_custom (not historically correct, but more
5261 understandable, given the current code).
5262
5263 2004-09-03 Andrew Cagney <cagney@gnu.org>
5264
5265 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
5266
5267 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
5268
5269 * observer.texi (solib_unloaded): New observer.
5270
5271 2004-08-24 Andrew Cagney <cagney@gnu.org>
5272
5273 * gdbint.texinfo (Target Architecture Definition): Add missing
5274 comma.
5275
5276 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
5277
5278 * (Using the Testsuite): build != host is supported,
5279 but some test scripts do not support build != host.
5280
5281 2004-08-14 Mark Kettenis <kettenis@gnu.org>
5282
5283 * gdbint.texinfo (Host Definition): Delete description of
5284 FCLOSE_PROVIDED and GETENV_PROVIDED.
5285
5286 2004-08-05 Mark Kettenis <kettenis@chello.nl>
5287
5288 * gdbint.texinfo (Host Definition): Delete description of
5289 NO_SYS_FILE.
5290 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
5291 PTRACE_FP_BUG.
5292
5293 2004-08-05 Andrew Cagney <cagney@gnu.org>
5294
5295 * gdbint.texinfo (Target Architecture Definition): Delete
5296 reference to deprecated_read_fp.
5297
5298 2004-08-02 Andrew Cagney <cagney@gnu.org>
5299
5300 * gdbint.texinfo (Target Architecture Definition): Delete
5301 description of DEPRECATED_REGISTER_BYTES.
5302
5303 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
5304
5305 * gdb.texinfo (Source Path): Document the new behavior of
5306 searching for the source files.
5307
5308 2004-07-17 Eli Zaretskii <eliz@gnu.org>
5309
5310 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
5311 (Search, Expressions, Arrays, Variables, Data, Machine Code)
5312 (Auto Display): Improve indexing.
5313
5314 2004-07-16 Andrew Cagney <cagney@gnu.org>
5315
5316 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
5317 "-noasync".
5318
5319 2004-07-09 Eli Zaretskii <eliz@gnu.org>
5320
5321 * gdb.texinfo: Fix @kindex entries so that multiple commands that
5322 have the same prefix have only their prefix in the index.
5323
5324 2004-07-03 Mark Kettenis <kettenis@gnu.org>
5325
5326 * gdb.texinfo (BSD libkvm Interface): New node (section)
5327 (Native): Add it to the menu.
5328
5329 2004-07-01 Mark Kettenis <kettenis@gnu.org>
5330
5331 * gdbint.texinfo (Target Architecture Definition): Remove
5332 PCC_SOL_BROKEN.
5333
5334 2004-06-24 Mark Kettenis <kettenis@gnu.org>
5335
5336 * gdbint.texinfo (Target Architecture Definition): Remove
5337 SUN_FIXED_LBRAC_BUG.
5338
5339 2004-06-26 Andrew Cagney <cagney@gnu.org>
5340
5341 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
5342
5343 2004-06-20 Andrew Cagney <cagney@gnu.org>
5344
5345 * gdbint.texinfo (Target Architecture Definition): Deprecate
5346 USE_STRUCT_CONVENTION.
5347
5348 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
5349
5350 gdb.texinfo (Bug Reporting): Mention session recording,
5351 with the script command or Emacs.
5352
5353 2004-06-18 Andrew Cagney <cagney@gnu.org>
5354
5355 * gdbint.texinfo (Target Architecture Definition): Deprecate
5356 FUNCTION_START_OFFSET.
5357
5358 2004-06-14 Andrew Cagney <cagney@gnu.org>
5359
5360 Based on changes from Karl Berry.
5361 * gdb.texinfo: Do not use @sc in a direntry.
5362 * stabs.texinfo: Change @dircateogry to "Software development".
5363 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
5364
5365 2004-06-13 Andrew Cagney <cagney@gnu.org>
5366
5367 * gdbint.texinfo (Target Architecture Definition): Delete
5368 description of RETURN_VALUE_ON_STACK.
5369
5370 2004-06-09 Andrew Cagney <cagney@gnu.org>
5371
5372 * gdbint.texinfo (Native Debugging): Restore "@table @code"
5373 deleted by previous patch.
5374
5375 2004-06-08 Andrew Cagney <cagney@gnu.org>
5376
5377 * gdbint.texinfo (Native Debugging): Delete documentation on
5378 ATTACH_DETACH.
5379
5380 2004-06-06 Randolph Chung <tausq@debian.org>
5381
5382 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
5383
5384 2004-06-06 Randolph Chung <tausq@debian.org>
5385
5386 * gdb.texinfo (push_dummy_call): Update argument list to match
5387 the new push_dummy_call method signature. Describe the function
5388 argument.
5389
5390 2004-05-24 Joel Brobecker <brobecker@gnat.com>
5391
5392 * gdb.texinfo (Starting): Document new start command.
5393
5394 2004-05-21 Andrew Cagney <cagney@redhat.com>
5395
5396 * observer.texi (GDB Observers): Document "inferior_created".
5397
5398 2004-05-08 Andrew Cagney <cagney@redhat.com>
5399
5400 * gdbint.texinfo (Target Architecture Definition): Delete
5401 description of DO_DEFERRED_STORES.
5402
5403 * gdbint.texinfo (Target Architecture Definition): Delete
5404 references to DEPRECATED_FIX_CALL_DUMMY.
5405
5406 * gdbint.texinfo (Target Architecture Definition): Delete
5407 description of DEPRECATED_CALL_DUMMY_WORDS,
5408 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
5409
5410 * gdbint.texinfo (Target Architecture Definition): Delete
5411 description of DEPRECATED_PUSH_DUMMY_FRAME.
5412
5413 * gdbint.texinfo (Target Architecture Definition): Delete
5414 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
5415
5416 2004-05-07 Andrew Cagney <cagney@redhat.com>
5417
5418 * observer.texi (GDB Observers): Add "Debugging" section. Include
5419 cross reference to "set/show debug observer".
5420 * gdb.texinfo (Debugging Output): Document "set/show debug
5421 observer".
5422
5423 2004-05-01 Andrew Cagney <cagney@redhat.com>
5424
5425 * gdbint.texinfo (Target Architecture Definition): Delete
5426 description of DEPRECATED_PC_IN_SIGTRAMP.
5427
5428 2004-04-30 Andrew Cagney <cagney@redhat.com>
5429
5430 * gdbint.texinfo (Target Architecture Definition): Delete
5431 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
5432
5433 2004-04-30 Orjan Friberg <orjanf@axis.com>
5434
5435 * observer.texi (GDB Observers): Correct spelling.
5436
5437 2004-04-26 Orjan Friberg <orjanf@axis.com>
5438
5439 * observer.texi (GDB Observers): Add target_changed event.
5440
5441 2004-04-08 Andrew Cagney <cagney@redhat.com>
5442
5443 * observer.texi (GDB Observers): Rework, provide generic observer
5444 definitions and then a list of observable events.
5445
5446 2004-04-04 Andrew Cagney <cagney@redhat.com>
5447
5448 * gdbint.texinfo (Host Definition): Delete reference to
5449 NO_SIGINTERRUPT.
5450
5451 2004-04-02 Andrew Cagney <cagney@redhat.com>
5452
5453 * gdbint.texinfo (Target Architecture Definition): Delete
5454 reference to DEPRECATED_CALL_DUMMY_LENGTH.
5455
5456 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
5457
5458 * gdb.texinfo (TUI Commands): Document tui reg commands.
5459
5460 2004-03-26 Andrew Cagney <cagney@redhat.com>
5461
5462 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
5463 "gdbtui".
5464 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
5465 (Contributors): Mention both Text and Terminal User Interface.
5466
5467 2004-03-23 Andrew Cagney <cagney@redhat.com>
5468
5469 * gdbint.texinfo (Target Architecture Definition): Deprecate
5470 references to SIGTRAMP_START and SIGTRAMP_END.
5471
5472 2004-03-23 Andrew Cagney <cagney@redhat.com>
5473
5474 * gdbint.texinfo (Target Architecture Definition): Deprecate
5475 references to PC_IN_SIGTRAMP.
5476
5477 2004-03-19 Andrew Cagney <cagney@redhat.com>
5478
5479 * gdbint.texinfo (Target Architecture Definition): Delete
5480 reference to GDB_TARGET_IS_HPPA.
5481
5482 2004-03-18 Andrew Cagney <cagney@redhat.com>
5483
5484 * gdbint.texinfo (Coding): Update section on gdbarch_data,
5485 describe pre_init and post_init.
5486
5487 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
5488
5489 * gdb.texinfo (Debugging Output): Document values for "set debug
5490 target".
5491
5492 2004-02-28 Andrew Cagney <cagney@redhat.com>
5493
5494 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
5495
5496 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
5497
5498 * gdb.texinfo (breakpoints): Add information about the
5499 new "set breakpoint pending" and "show breakpoint pending"
5500 commands.
5501
5502 2004-02-26 Andrew Cagney <cagney@redhat.com>
5503
5504 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
5505 in Per-architecture module data section.
5506
5507 2004-02-25 Roland McGrath <roland@redhat.com>
5508
5509 * gdb.texinfo (General Query Packets): Document qPart:... packets.
5510
5511 2004-02-24 Andrew Cagney <cagney@redhat.com>
5512
5513 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
5514 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
5515 * fdl.texi: Import Version 1.2, November 2002.
5516
5517 2004-02-17 Andrew Cagney <cagney@redhat.com>
5518
5519 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
5520
5521 2004-02-16 Andrew Cagney <cagney@redhat.com>
5522
5523 * gdbint.texinfo (Target Architecture Definition): Deprecate
5524 FRAMELESS_FUNCTION_INVOCATION.
5525
5526 2004-02-16 Andrew Cagney <cagney@redhat.com>
5527
5528 * gdbint.texinfo (Coding): Mention -Wunused-function.
5529
5530 2004-02-14 Andrew Cagney <cagney@redhat.com>
5531
5532 * gdbint.texinfo (Target Architecture Definition): Delete
5533 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5534
5535 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
5536
5537 * gdb.texinfo: Properly quote the name "C++".
5538 * gdbint.texinfo: Ditto.
5539 * stabs.texinfo: Ditto.
5540
5541 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
5542
5543 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
5544 minimal information about libiberty.
5545
5546 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
5547
5548 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
5549
5550 2004-02-04 Roland McGrath <roland@redhat.com>
5551
5552 * gdb.texinfo (Auxiliary Vector): New node (section).
5553 (Data): Add it to the menu.
5554
5555 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5556
5557 * gdb.texinfo (Breakpoints): Add information about pending
5558 breakpoint support.
5559
5560 2004-01-26 Andrew Cagney <cagney@redhat.com>
5561
5562 * gdb.texinfo (Overview): Delete references to the cisco protocol
5563 including the "N" response.
5564
5565 2004-01-26 Andrew Cagney <cagney@redhat.com>
5566
5567 * gdbint.texinfo (Target Architecture Definition): Rename
5568 EXTRACT_STRUCT_VALUE_ADDRESS to
5569 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5570
5571 2004-01-24 Eli Zaretskii <eliz@gnu.org>
5572
5573 * gdb.texinfo (KOD): Document "show os". Add index entries for
5574 "set/show os" and "info cisco" commands.
5575
5576 2004-01-21 Eli Zaretskii <eliz@gnu.org>
5577
5578 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
5579
5580 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
5581
5582 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
5583 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
5584
5585 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
5586
5587 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
5588 -stack-list-locals.
5589 (GDB/MI Variable Objects): Describe extension to
5590 -var-list-children.
5591
5592 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
5593
5594 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
5595
5596 2004-01-17 Andrew Cagney <cagney@redhat.com>
5597
5598 * gdbint.texinfo (Target Architecture Definition): Delete
5599 documentation on DEPRECATED_NPC_REGNUM.
5600
5601 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
5602
5603 * gdb.texinfo: Update copyright year. Mention that set
5604 follow-fork-mode is supported on GNU/Linux. Remove documentation of
5605 "set follow-fork-mode ask".
5606
5607 2004-01-13 Andrew Cagney <cagney@redhat.com>
5608
5609 * gdbint.texinfo: Update copyright year.
5610 (Coding): Add -Wunused-label to list of -Werror warnings.
5611
5612 2004-01-08 Jason Molenda <jmolenda@apple.com>
5613 Eli Zaretskii <eliz@gnu.org>
5614
5615 * gdb.texinfo: Update copyright.
5616 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
5617 around names, as appropriate. Minor syntax cleanup of
5618 _NSPrintForDebugger explanation. Two spaces after periods.
5619 GDBN used instead of lit. "gdb". Index entries added for
5620 print-object and _NSPrintForDebugger. @noindent added in one spot.
5621
5622 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
5623
5624 * stabs.texinfo: Add dircategory and direntry commands.
5625 * annotate.texinfo: Ditto.
5626
5627 2003-11-10 Andrew Cagney <cagney@redhat.com>
5628
5629 * gdbint.texinfo (Target Architecture Definition): Replace the
5630 return_value method's "inval" and "outval" parameters with
5631 "readbuf" and "writebuf".
5632
5633 2003-10-28 Jim Blandy <jimb@redhat.com>
5634
5635 * gdb.texinfo (The F request packet, The F reply packet): Renamed
5636 from "The `F' request packet" and "The `F' reply packet", to make
5637 texi2dvi happy.
5638 (File-I/O remote protocol extension): Update menu entries, too.
5639
5640 2003-10-26 Michael Chastain <mec@shout.net>
5641
5642 * gdb.texinfo (Thread Stops): Document the issue with
5643 premature return from system calls in multi-threaded programs.
5644
5645 2003-10-24 Andrew Cagney <cagney@redhat.com>
5646
5647 * annotate.texinfo: Fix "fortunatly"[sic].
5648
5649 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
5650
5651 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
5652 with "Hitachi" and "Mitsubishi".
5653
5654 2003-10-20 Andrew Cagney <cagney@redhat.com>
5655
5656 * gdbint.texinfo (Target Architecture Definition): Document
5657 gdbarch_return_value. Add cross references from
5658 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
5659 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
5660
5661 2003-10-18 Mark Kettenis <kettenis@gnu.org>
5662
5663 * gdbint.texinfo (Target Architecture Definition): Document
5664 regset_from_core_section.
5665
5666 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
5667
5668 * gdb.texinfo (M32R/D): Mention m32rsdi target.
5669
5670 2003-10-15 Kevin Buettner <kevinb@redhat.com>
5671
5672 From Anthony Green <green@redhat.com>:
5673 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
5674
5675 2003-10-14 Kevin Buettner <kevinb@redhat.com>
5676
5677 * gdb.texinfo (Breakpoint related warnings): New node.
5678 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
5679
5680 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
5681
5682 * gdb.texinfo (Remote Protocol): Document v and vCont.
5683
5684 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
5685
5686 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
5687 * gdbint.texinfo: Ditto.
5688
5689 2003-10-09 Andrew Cagney <cagney@redhat.com>
5690
5691 From 2003-09-18 David Anderson <davea@sgi.com>:
5692 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
5693 "command".
5694
5695 2003-10-03 Andrew Cagney <cagney@redhat.com>
5696
5697 * gdbint.texinfo (Target Architecture Definition): Deprecate
5698 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
5699 just target.
5700
5701 2003-10-02 Andrew Cagney <cagney@redhat.com>
5702
5703 * gdbint.texinfo (Target Architecture Definition): Rename
5704 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
5705 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
5706 * gdbint.texinfo (Target Architecture Definition): Rename
5707
5708 2003-09-30 Andrew Cagney <cagney@redhat.com>
5709
5710 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
5711 (Target Architecture Definition):
5712
5713 * gdbint.texinfo (Target Architecture Definition): Rename
5714 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
5715
5716 2003-09-29 Andrew Cagney <cagney@redhat.com>
5717
5718 * gdbint.texinfo (Target Architecture Definition): Delete
5719 documentation for NEED_TEXT_START_END.
5720
5721 * gdbint.texinfo (Target Architecture Definition): Rename
5722 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
5723 TARGET_WRITE_PC.
5724
5725 2003-09-22 Michael Chastain <mec@shout.net>
5726
5727 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
5728
5729 2003-09-21 Anthony Green <green@redhat.com>
5730
5731 * gdbint.texinfo (Target Architecture Definition): Fix typos.
5732
5733 2003-09-21 Mark Kettenis <kettenis@gnu.org>
5734
5735 * gdbint.texinfo (Target Architecture Definition): Document
5736 stabs_argument_has_addr.
5737
5738 2003-09-18 Andrew Cagney <cagney@redhat.com>
5739
5740 * gdbint.texinfo (Target Architecture Definition): Delete
5741 documentation on REGISTER_NAMES.
5742
5743 2003-09-13 Mark Kettenis <kettenis@gnu.org>
5744
5745 * gdbint.texinfo (Target Architecture Definition): Replace
5746 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
5747
5748 2003-09-11 Andrew Cagney <cagney@redhat.com>
5749
5750 * gdbint.texinfo (Target Architecture Definition): Replace
5751 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
5752
5753 2003-08-18 Andrew Cagney <cagney@redhat.com>
5754
5755 * gdbint.texinfo (Target Architecture Definition): Document
5756 "frame_red_zone_size".
5757
5758 2003-08-09 Andrew Cagney <cagney@redhat.com>
5759
5760 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
5761 with "set/show backtrace past-main" and "set/show backtrace
5762 limit".
5763
5764 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
5765
5766 * Makefile.in (install-info): Support DESTDIR.
5767 (install-html): Likewise.
5768
5769 2003-08-07 Andrew Cagney <cagney@redhat.com>
5770
5771 Patch from Nick Roberts.
5772 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
5773 bindings. Remove description of send-gdb-command.
5774
5775 2003-08-07 Andrew Cagney <cagney@redhat.com>
5776
5777 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
5778 GDB 6.0.
5779
5780 2003-08-06 Andrew Cagney <cagney@redhat.com>
5781
5782 * gdb.texinfo (Mode Options): Mention that level three is the
5783 highest available and that level 2 is deprecated.
5784 (Annotations Overview): Mention annotation levels. Cross reference
5785 to "Limitations of the Annotation Interface" in annotate.texi.
5786 (TODO, Value Annotations, Frame Annotations): Delete section.
5787 (Displays, Breakpoint Info): Delete.
5788
5789 2003-08-04 Andrew Cagney <cagney@redhat.com>
5790
5791 * agentexpr.texi: Delete @bye.
5792 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
5793 (stabs.info): Add $(srcdir) to include search path.
5794 (html): Depend on "annotate_toc.html", and not "annotate.html".
5795 * stabs.texinfo: Ditto. Include "fdl.texi".
5796 * gdbint.texinfo: Update copyright statement's list of invariant
5797 sections.
5798
5799 2003-07-28 Andrew Cagney <cagney@redhat.com>
5800
5801 * Makefile.in (INFO_DEPS): Add annotate.info.
5802 (dvi, ps, html, pdf): Add annotate.
5803 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
5804 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
5805 (ANNOTATE_DOC_FILES): New macro.
5806 (ANNOTATE_TEX_TMPS): New macro.
5807 (annotate.info, annotate_toc.html): Specify dependencies.
5808 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
5809 * annotate.texinfo: Rename annotate.texi. Get building. Add
5810 "Migrating to GDB/MI" and "Limitations of the Annotation
5811 Interface" chapters. Mention why it is not part of the user
5812 guide. Update copyright notice. Include "fdl.texi".
5813
5814 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
5815
5816 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
5817
5818 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
5819
5820 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
5821
5822 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
5823
5824 * gdb.texinfo (Server): Mention pidof.
5825
5826 2003-07-22 Andrew Cagney <cagney@redhat.com>
5827
5828 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
5829 list.
5830
5831 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
5832
5833 * gdb.texinfo (Logging output): New chapter.
5834
5835 2003-06-24 Joel Brobecker <brobecker@gnat.com>
5836
5837 * gdb.texinfo (Unsupported languages): New section.
5838 (Languages): Add link to new section.
5839
5840 2003-06-22 Andrew Cagney <cagney@redhat.com>
5841
5842 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
5843
5844 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5845
5846 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
5847
5848 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
5849
5850 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
5851 * agentexpr.texi: Retitle section, and change it to an appendix.
5852 Comment out texinfo initialization. Factor a @var{} into two
5853 pieces to prevent makeinfo warnings.
5854 * gdb.texinfo: Add Agent Expressions appendix.
5855
5856 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
5857
5858 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
5859
5860 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
5861
5862 * gdb.texinfo (Remote Debugging): New section "Connecting to a
5863 remote target". Document the "detach" and "disconnect" commands.
5864 (Server, Netware, Debug Session): Reference "Connecting to a
5865 remote target".
5866 (GDB/MI Target Manipulation): Document "-target-disconnect".
5867
5868 2003-06-13 Andrew Cagney <cagney@redhat.com>
5869
5870 * gdbint.texinfo (Target Architecture Definition): Deprecate
5871 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
5872 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
5873
5874 2003-06-09 Jim Blandy <jimb@redhat.com>
5875
5876 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
5877
5878 2003-06-08 Andrew Cagney <cagney@redhat.com>
5879
5880 * gdbint.texinfo (Target Architecture Definition): Delete
5881 documentation on FRAME_ARGS_ADDRESS_CORRECT.
5882
5883 2003-06-08 Andrew Cagney <cagney@redhat.com>
5884
5885 * gdbint.texinfo (Target Architecture Definition): Document
5886 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
5887
5888 2003-06-07 Adam Fedor <fedor@gnu.org>
5889
5890 * gdb.texinfo: Add Objective-C documentation.
5891
5892 2003-06-01 Andrew Cagney <cagney@redhat.com>
5893
5894 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
5895 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
5896
5897 2003-05-21 Andrew Cagney <cagney@redhat.com>
5898
5899 * gdbint.texinfo (Target Architecture Definition): Delete
5900 references to "extract_address" and "store_address".
5901
5902 2003-05-16 Andrew Cagney <cagney@redhat.com>
5903
5904 * gdbint.texinfo (Target Architecture Definition): Replace
5905 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
5906 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
5907
5908 2003-05-14 Theodore A. Roth <troth@openavr.org>
5909
5910 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
5911
5912 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
5913
5914 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
5915 (gdb.dvi): Likewise.
5916 (gdb.pdf): Likewise.
5917 (links2roff): Likewise.
5918
5919 2003-05-08 Jim Blandy <jimb@redhat.com>
5920
5921 * gdb.texinfo (Dump/Restore Files): Update documentation for
5922 'dump', 'append', and 'restore': note that format argument is
5923 optional; simplify presentation of the command variants; and be
5924 more precise about the formats.
5925
5926 2003-05-07 Jim Blandy <jimb@redhat.com>
5927
5928 * gdb.texinfo (Symbols): Update documentation: 'maint list
5929 symtabs' and 'maint list psymtabs' have been renamed 'maint info
5930 symtabs' and 'maint info psymtabs'.
5931
5932 2003-05-05 Andrew Cagney <cagney@redhat.com>
5933
5934 * gdbint.texinfo (Target Architecture Definition): Make
5935 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
5936 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
5937 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
5938
5939 2003-05-04 Andrew Cagney <cagney@redhat.com>
5940
5941 * gdb.texinfo (Maintenance Commands): Document "maint print
5942 dummy-frames".
5943
5944 2003-05-04 Andrew Cagney <cagney@redhat.com>
5945
5946 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
5947
5948 2003-05-03 J. Brobecker <brobecker@gnat.com>
5949
5950 Thierry Schneider <tpschneider1@yahoo.com>
5951 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
5952 for new MI command.
5953
5954 2003-05-03 Andrew Cagney <cagney@redhat.com>
5955
5956 * gdbint.texinfo (Target Architecture Definition): Document
5957 push_dummy_code. Add cross references.
5958
5959 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
5960
5961 * gdb.texinfo (Character Sets): Update to reflect new behavior of
5962 set/show charsets commands.
5963
5964 2003-04-28 Andrew Cagney <cagney@redhat.com>
5965
5966 * gdbint.texinfo (Target Architecture Definition): Replace
5967 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
5968 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
5969
5970 2003-04-28 Andrew Cagney <cagney@redhat.com>
5971
5972 * gdbint.texinfo (Target Architecture Definition): Rename
5973 "tm_print_insn" to "deprecated_tm_print_insn".
5974
5975 2003-04-09 Jim Blandy <jimb@redhat.com>
5976
5977 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
5978 list psymtabs'.
5979
5980 2003-04-08 Andrew Cagney <cagney@redhat.com>
5981
5982 * gdbint.texinfo (Target Architecture Definition): Delete
5983 references to EXTRA_FRAME_INFO.
5984
5985 2003-04-08 Andrew Cagney <cagney@redhat.com>
5986
5987 * gdbint.texinfo (Target Architecture Definition): Delete
5988 PRINT_TYPELESS_INTEGER.
5989
5990 2003-04-02 J. Brobecker <brobecker@gnat.com>
5991
5992 * observer.texi (GDB Observers): Adjust the documentation for the
5993 normal_stop notification to better describe reality. Fix a couple
5994 of minor typos.
5995
5996 2003-04-02 Bob Rossi <bob_rossi@cox.net>
5997
5998 * gdb.texinfo (GDB/MI Program Control): Add
5999 '-file-list-exec-source-file'
6000
6001 2003-03-31 Andrew Cagney <cagney@redhat.com>
6002
6003 * gdbint.texinfo (Target Architecture Definition): Delete
6004 references to CALL_DUMMY_P.
6005
6006 2003-03-30 Andrew Cagney <cagney@redhat.com>
6007
6008 * gdbint.texinfo (Target Architecture Definition): Remove
6009 reference to TARGET_WRITE_SP.
6010
6011 2003-03-27 Andrew Cagney <cagney@redhat.com>
6012
6013 * gdbint.texinfo (Target Architecture Definition): Remove
6014 references to write_sp.
6015
6016 2003-03-27 Andrew Cagney <cagney@redhat.com>
6017
6018 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
6019 chapter body. Use @smallexample instead of @example.
6020 (Annotations): Ditto.
6021 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
6022 annotate.texi.
6023
6024 2003-03-26 Andrew Cagney <cagney@redhat.com>
6025
6026 * gdbint.texinfo (Target Architecture Definition): Replace
6027 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
6028 dummy_addr parameters.
6029
6030 2003-03-25 Andrew Cagney <cagney@redhat.com>
6031
6032 * gdbint.texinfo (Target Architecture Definition): Delete
6033 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
6034 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
6035 Add reference to PUSH_ARGUMENTS.
6036
6037 2003-03-23 Andrew Cagney <cagney@redhat.com>
6038
6039 * gdbint.texinfo (Algorithms, Target Architecture Definition):
6040 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
6041
6042 2003-03-18 J. Brobecker <brobecker@gnat.com>
6043
6044 * gdbint.texinfo (Algorithms): Add new section describing the
6045 Observer paradigm.
6046 (Top): Add menu entry to new observer appendix.
6047 * observer.texi: New file.
6048 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
6049 new observer.texi file.
6050
6051 2003-03-17 Andrew Cagney <cagney@redhat.com>
6052
6053 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
6054 that GNU Press update the manual version number.
6055
6056 2003-03-12 Andrew Cagney <cagney@redhat.com>
6057
6058 * gdbint.texinfo (Target Architecture Definition): Delete
6059 references to get_saved_register. Rename GET_SAVED_REGISTER to
6060 DEPRECATED_GET_SAVED_REGISTER.
6061
6062 2003-03-13 Andrew Cagney <cagney@redhat.com>
6063
6064 * gdbint.texinfo (Target Architecture Definition): Replace
6065 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
6066
6067 2003-03-12 Andrew Cagney <cagney@redhat.com>
6068
6069 * gdbint.texinfo (Target Architecture Definition): Rename
6070 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
6071
6072 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
6073
6074 * gdb.texinfo: Add File-I/O documentation.
6075
6076 2003-03-10 Andrew Cagney <cagney@redhat.com>
6077
6078 * gdbint.texinfo (Target Architecture Definition): Cross reference
6079 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
6080
6081 2003-03-07 Andrew Cagney <cagney@redhat.com>
6082
6083 * gdb.texinfo (Debugging Output): Mention the "set/show debug
6084 frame" command.
6085
6086 2003-03-05 Andrew Cagney <cagney@redhat.com>
6087
6088 * gdbint.texinfo (Target Architecture Definition): Document
6089 unwind_dummy_id. Cross reference unwind_dummy_id and
6090 SAVE_DUMMY_FRAME_TOS.
6091
6092 2003-03-05 James Ingham <jingham@apple.com>
6093 Daniel Jacobowitz <drow@mvista.com>
6094
6095 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
6096 and "show cp-abi".
6097
6098 2003-03-03 Andrew Cagney <cagney@redhat.com>
6099
6100 * gdbint.texinfo (Target Architecture Definition): Document
6101 register_type.
6102
6103 2003-03-03 Andrew Cagney <cagney@redhat.com>
6104
6105 * stabs.texinfo (Structures): Use @samp and separate @var's
6106 instead of a single @var containing a comma separated list.
6107 (Unions): Ditto.
6108
6109 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
6110
6111 * Makefile.in (distclean): Remove config.log.
6112
6113 2003-03-01 Andrew Cagney <cagney@redhat.com>
6114
6115 * gdbint.texinfo (Target Architecture Definition): Rename
6116 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
6117
6118 2003-03-01 Andrew Cagney <cagney@redhat.com>
6119
6120 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
6121 DEPRECATED_INIT_EXTRA_FRAME_INFO.
6122
6123 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
6124
6125 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
6126 (Non-debug DLL symbols): New node, describing the minimal symbols
6127 loaded from DLLs without real debugging symbols.
6128
6129 2003-02-20 Andrew Cagney <ac131313@redhat.com>
6130
6131 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
6132 hardware-breakpoint-limit".
6133 (Set Watchpoints): Add cross reference to "set remote
6134 hardware-watchpoint-limit".
6135 (Remote configuration options): New section.
6136
6137 2003-02-04 Andrew Cagney <ac131313@redhat.com>
6138
6139 * gdbint.texinfo (Target Architecture Definition): Delete
6140 descrption of IS_TRAPPED_INTERNALVAR.
6141
6142 From Keith Seitz <keiths@redhat.com>:
6143 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
6144 option "-i"/"--interpreter" to this chapter. Include index
6145 entries.
6146
6147 2003-02-04 David Carlton <carlton@math.stanford.edu>
6148
6149 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
6150 (Variables): Recommend stabs+ and DWARF 2.
6151 (C plus plus expressions): Correct info about
6152 compiler versions, debug formats.
6153 (Contributors): Change 'DWARF2' to 'DWARF 2'.
6154 PR symtab/874.
6155
6156 2003-02-01 Andrew Cagney <ac131313@redhat.com>
6157
6158 * gdbint.texinfo (Target Architecture Definition): Delete
6159 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
6160 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
6161 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
6162 references to nindy and i960.
6163 * gdb.texinfo (i960): Delete all references to i960 and nindy.
6164
6165 2003-02-01 Andrew Cagney <ac131313@redhat.com>
6166
6167 * gdbint.texinfo (Target Architecture Definition): Delete
6168 FLOAT_INFO.
6169
6170 2003-01-30 Andrew Cagney <ac131313@redhat.com>
6171
6172 * stabs.texinfo (Member Type Descriptor): Clarify description of
6173 `@'. Suggested by Ben Hutchings.
6174
6175 2003-01-29 Andrew Cagney <ac131313@redhat.com>
6176
6177 * gdb.texinfo (M68K): Delete reference to es1800.
6178
6179 2003-01-29 Andrew Cagney <ac131313@redhat.com>
6180
6181 * gdb.texinfo (Maintenance Commands): Document `maint print
6182 reggroups' and `maint print register-groups'.
6183 * gdbint.texinfo (Target Architecture Definition): Document
6184 register_reggroup_p.
6185
6186 2003-01-23 Jim Blandy <jimb@redhat.com>
6187
6188 * gdb.texinfo (Separate Debug Files): New section.
6189
6190 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
6191
6192 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
6193 and "maint show profile".
6194
6195 2003-01-16 Michael Chastain <mec@shout.net>
6196
6197 * gdb.texinfo (Installing GDB): Warn against
6198 ".../gdb-VERSION/gdb/configure".
6199 (Separate Objdir): Likewise.
6200
6201 2003-01-15 Andrew Cagney <ac131313@redhat.com>
6202
6203 * gdbint.texinfo (Target Architecture Definition): Delete
6204 definition of PRINT_REGISTER_HOOK.
6205
6206 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
6207
6208 (OpenRISC 1000): Fix formatting of command names.
6209
6210 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
6211
6212 * gdb.texinfo (Continuing and Stepping): Add new command
6213 'advance'. Clarify behavior of 'until'.
6214
6215 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
6216
6217 * gdb.texinfo (Files): Document solib-absolute-prefix and
6218 solib-search-path.
6219
6220 2003-01-09 Michael Chastain <mec@shout.net>
6221
6222 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
6223 (Create a Release): Add new instructions for new @file{src-release}.
6224 Document existing instructions for @file{Makefile.in} as
6225 being for @value{GDBN} 5.3.1 or earlier.
6226
6227 2003-01-09 Andrew Cagney <ac131313@redhat.com>
6228
6229 * gdbint.texinfo (Target Architecture Definition): Mention
6230 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
6231 allocate memory.
6232
6233 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
6234
6235 * gdb.texinfo (Controlling GDB): Add @kindex for
6236 "show osabi".
6237 (Backtraces): Add @kindex's for backtrace-below-main.
6238
6239 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
6240
6241 * gdb.texinfo (Controlling GDB): Document "set osabi".
6242
6243 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
6244
6245 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
6246 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
6247
6248 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
6249
6250 * gdb.texinfo (Controlling GDB): Add ABI section. Document
6251 "set coerce-float-to-double".
6252 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
6253
6254 2003-01-02 Andrew Cagney <ac131313@redhat.com>
6255
6256 * stabs.texinfo: Remove obsolete text.
6257 * gdbint.texinfo: Ditto.
6258 * gdb.texinfo: Ditto.
6259
6260 2002-12-22 Mark Kettenis <kettenis@gnu.org>
6261
6262 * gdbint.texinfo (Target Architecture Definition): Update
6263 description of gdbarch_register_osabi.
6264
6265 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
6266
6267 * agentexpr.texi: Fix typos.
6268 * annotate.texi: Likewise.
6269 * fdl.texi: Likewise.
6270
6271 2002-12-10 Andrew Cagney <cagney@redhat.com>
6272
6273 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
6274 DEPRECATED_INIT_FRAME_PC.
6275
6276 2002-12-01 Andrew Cagney <ac131313@redhat.com>
6277
6278 * gdbint.texinfo (Target Architecture Definition): Delete
6279 PC_IN_CALL_DUMMY.
6280
6281 2002-11-28 Andrew Cagney <ac131313@redhat.com>
6282
6283 * gdbint.texinfo (Host Definition): Delete documentation on
6284 USE_GENERIC_DUMMY_FRAMES.
6285
6286 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
6287
6288 Fix PR gdb/723 and PR gdb/245.
6289 * Makefile.in (install-info): Run the install-info command as part
6290 of the post install steps only.
6291 (uninstall-info): New target.
6292 (uninstall): New target.
6293
6294 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
6295
6296 * Makefile.in (install): Make install do some real work.
6297
6298 2002-11-19 Andrew Cagney <ac131313@redhat.com>
6299
6300 Fix POSIX problem reported by Paul Eggert.
6301 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
6302 Fix PR gdb/527.
6303
6304 2002-10-26 Andrew Cagney <cagney@redhat.com>
6305
6306 * gdbint.texinfo (Target Architecture Definition): Delete
6307 definition of DO_REGISTERS_INFO.
6308
6309 2002-10-18 Kevin Buettner <kevinb@redhat.com>
6310
6311 * gdbint.texinfo (Address Classes): Fix problems with insertion
6312 of ``{'' and ``}'' in example.
6313
6314 2002-10-17 Kevin Buettner <kevinb@redhat.com>
6315
6316 * gdbint.texinfo (Address Classes): New section.
6317 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
6318 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
6319 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
6320 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
6321
6322 2002-10-11 Klee Dienes <kdienes@apple.com>
6323
6324 * gdb.texinfo (Registers): Mention vector registers as well as
6325 floating registers in the documentation for 'info registers' and
6326 'info all-registers'.
6327
6328 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
6329
6330 * gdbint.texinfo (CPLUS_MARKER): Remove item.
6331
6332 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
6333
6334 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
6335 interface definition.
6336
6337 2002-10-03 Marko Mlinar <markom@opencores.org>
6338
6339 * gdb.texinfo (Target Commands): Add or1k target specific
6340 commands.
6341 * gdb.texinfo (Contributors): Add myself to the contributors list.
6342
6343 2002-10-01 Andrew Cagney <ac131313@redhat.com>
6344
6345 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
6346 and "mi1" instead of "mi1" and "mi0".
6347
6348 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
6349
6350 * gdb.texinfo (Packets): Fix typos "alligned".
6351 Correct z3/Z3 description. Correct z4/Z4 title.
6352
6353 2002-09-27 Andrew Cagney <ac131313@redhat.com>
6354
6355 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
6356
6357 2002-09-25 Kevin Buettner <kevinb@redhat.com>
6358
6359 * gdb.texinfo: Use GNU/Linux instead of Linux.
6360
6361 2002-09-25 Andrew Cagney <ac131313@redhat.com>
6362
6363 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
6364
6365 2002-09-24 Andrew Cagney <ac131313@redhat.com>
6366
6367 * gdb.texinfo: Replace @example with @smallexample.
6368
6369 2002-09-20 Kevin Buettner <kevinb@redhat.com>
6370
6371 From Eli Zaretskii <eliz@gnu.org>:
6372 * gdb.texinfo (Character Sets): Use @smallexample instead of
6373 @example. Use GNU/Linux instead of Linux.
6374
6375 2002-09-20 Jim Blandy <jimb@redhat.com>
6376
6377 * gdb.texinfo: Add character set documentation.
6378
6379 2002-09-19 Andrew Cagney <ac131313@redhat.com>
6380
6381 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
6382 (Packets): Add cross reference from `b' packet to `z' packets.
6383
6384 2002-09-19 Andrew Cagney <ac131313@redhat.com>
6385
6386 * gdb.texinfo (Maintenance Commands): Document ``maint
6387 internal-error'' and ``maint internal-warning''.
6388
6389 * gdbint.texinfo (Target Architecture Definition): Revise
6390 description of STACK_ALIGN. Add description of FRAME_ALIGN.
6391
6392 2002-09-19 Joel Brobecker <brobecker@gnat.com>
6393
6394 * gdbint.texinfo (Target Conditionals): Document the new
6395 NAME_OF_MALLOC macro.
6396
6397 2002-09-05 Andrew Cagney <ac131313@redhat.com>
6398
6399 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
6400 engineer.
6401
6402 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
6403
6404 * gdb.texinfo (TUI Overview): Document status line fields.
6405
6406 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
6407
6408 * gdb.texinfo (TUI Commands): Document info win command.
6409
6410 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
6411
6412 * gdb.texinfo (TUI Overview): Document breakpoint markers.
6413
6414 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
6415
6416 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
6417 (TUI Keys): Likewise.
6418
6419 2002-08-25 Andrew Cagney <ac131313@redhat.com>
6420
6421 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
6422 for a packet receive.
6423
6424 2002-08-25 Andrew Cagney <ac131313@redhat.com>
6425
6426 * Makefile.in (clean): Move to end of file.
6427 (distclean, maintainer-clean, realclean): Ditto.
6428 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
6429 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
6430 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
6431 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
6432
6433 2002-08-24 Andrew Cagney <ac131313@redhat.com>
6434
6435 * Makefile.in (GDBINT_TEX_TMPS): Define.
6436 (gdbint.dvi, gdbint.pdf): Use
6437 (GDB_TEX_TMPS): Define.
6438 (gdb.dvi, gdb.pdf): Use.
6439 (STABS_TEX_TMPS): Define.
6440 (stabs.dvi, stabs.pdf): Use.
6441 (GDB_DOC_SOURCE_INCLUDES): New macros.
6442 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
6443 (GDBINT_DOC_FILES_INCLUDES): New macros.
6444 (GDBINT_DOC_BUILD_INCLUDES): New macros.
6445 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
6446 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
6447 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
6448 (links2roff): Replace SFILES_INCLUDED with
6449 GDB_DOC_SOURCE_INCLUDES.
6450 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
6451 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
6452 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
6453 dependencies.
6454 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
6455 dependencies.
6456 (gdbmi.texinfo): Delete rule.
6457 (inc-hist.texinfo): Delete rule.
6458 (rluser.texinfo): Delete rule.
6459
6460 2002-08-23 Andrew Cagney <cagney@redhat.com>
6461
6462 * gdbint.texinfo (Target Architecture Definition): Update
6463 STORE_RETURN_VALUE, mention regcache.
6464
6465 2002-08-21 Andrew Cagney <ac131313@redhat.com>
6466
6467 * gdbint.texinfo (Target Architecture Definition): Document
6468 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
6469
6470 2002-08-19 Andrew Cagney <ac131313@redhat.com>
6471
6472 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
6473 Fix minor typos. Add index entries.
6474
6475 2002-08-18 Andrew Cagney <ac131313@redhat.com>
6476
6477 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
6478
6479 2002-08-15 Andrew Cagney <ac131313@redhat.com>
6480
6481 * gdbint.texinfo (Target Architecture Definition): Document
6482 PRINT_VECTOR_INFO.
6483 * gdb.texinfo (Vector Unit): Document "info vectors" command.
6484
6485 2002-08-13 Andrew Cagney <ac131313@redhat.com>
6486
6487 * gdb.texinfo (Maintenance Commands): Document "maint print
6488 registers", "maint print raw-registers" and "maint print
6489 cooked-registers".
6490
6491 2002-08-08 Grace Sainsbury <graces@redhat.com>
6492
6493 From Mark Salter:
6494 * gdb.texinfo (Protocol): Document T packet extension to
6495 allow watchpoint address reporting.
6496
6497 2002-08-03 Andrew Cagney <ac131313@redhat.com>
6498
6499 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
6500
6501 2002-08-01 Andrew Cagney <cagney@redhat.com>
6502
6503 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
6504 to CHILL.
6505
6506 2002-08-01 Andrew Cagney <ac131313@redhat.com>
6507
6508 * gdbint.texinfo (Coding): Revise section "Include Files".
6509
6510 2002-07-24 Andrew Cagney <cagney@redhat.com>
6511
6512 * gdbint.texinfo: Obsolete references to m88k.
6513 * gdb.texinfo: Ditto.
6514
6515 2002-07-10 Joel Brobecker <brobecker@gnat.com>
6516
6517 * gdbint.texinfo (Create a release candiate): Add the location
6518 where the proper version of autoconf can be retrieved.
6519
6520 2002-07-09 Don Howard <dhoward@redhat.com>
6521
6522 * gdb.texinfo (Command Files): Further describe the behavior of
6523 sourced command files.
6524
6525 2002-06-27 Andrew Cagney <ac131313@redhat.com>
6526
6527 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
6528 (Coding): Clarify ISO C version that GDB assumes.
6529
6530 2002-06-26 Tom Tromey <tromey@redhat.com>
6531
6532 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
6533 add_setshow_cmd_full.
6534
6535 2002-06-25 Don Howard <dhoward@redhat.com>
6536
6537 * gdb.texinfo (Memory Region Attributes): Document new behavior
6538 for 'mem' command.
6539
6540 2002-06-11 Jim Blandy <jimb@redhat.com>
6541
6542 * gdb.texinfo (Symbols): Update documentation for `info source'
6543 command.
6544
6545 * gdb.texinfo (Macros): Call the command `info macro', not
6546 `show macro'.
6547
6548 2002-06-09 Andrew Cagney <ac131313@redhat.com>
6549
6550 * gdbint.texinfo (Coding): Add section ``Per-architecture module
6551 data''.
6552
6553 2002-06-09 Mark Kettenis <kettenis@gnu.org>
6554
6555 * gdbint.texinfo (Target Architecture Definition): Document
6556 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6557
6558 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6559
6560 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
6561 lists.
6562
6563 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6564
6565 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
6566 Branch''.
6567
6568 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6569
6570 * gdbint.texinfo (Target Architecture Definition): Add section
6571 ``Converting an existing Target Architecture to Multi-arch''.
6572
6573 2002-05-30 Andrew Cagney <ac131313@redhat.com>
6574
6575 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
6576 to ``Obsoleting code''. Revise.
6577
6578 2002-05-17 Jim Blandy <jimb@redhat.com>
6579
6580 * gdb.texinfo (C Preprocessor Macros): New chapter.
6581 Include it in the main menu.
6582 (Contributors): Credit Jim Blandy with macro support.
6583 (Compilation): Explain how to get macro information into the
6584 executable.
6585 (Expressions): Note that preprocessor macros are expanded.
6586
6587 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6588
6589 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
6590 options for `target remote'.
6591
6592 2002-05-13 Andrew Cagney <ac131313@redhat.com>
6593
6594 * gdbint.texinfo (Target Architecture Definition): Delete
6595 documentation on NNPC_REGNUM.
6596
6597 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6598
6599 * gdbint.texinfo (Target Architecture Definition): Document
6600 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
6601 (Target Architecture Definition): Revise section `Using Different
6602 Register and Memory Data Representations'. Add section `Raw and
6603 Virtual Register Representations'.
6604
6605 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6606
6607 * gdbint.texinfo (Target Architecture Definition): Mention
6608 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
6609 (Target Architecture Definition): Mention same. Add references to
6610 web pages.
6611
6612 2002-05-08 Michael Snyder <msnyder@redhat.com>
6613
6614 * stabs.texinfo (Attributes): Document new "vector" attribute.
6615
6616 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6617
6618 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
6619
6620 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6621
6622 * gdb.texinfo: Delete obsolete references to a29k.
6623
6624 2002-04-24 Andrew Cagney <ac131313@redhat.com>
6625
6626 * gdbint.texinfo (Target Architecture Definition): Replace
6627 IN_SIGTRAMP with PC_IN_SIGTRAMP.
6628
6629 2002-04-24 David S. Miller <davem@redhat.com>
6630
6631 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
6632
6633 2002-04-21 David S. Miller <davem@redhat.com>
6634
6635 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
6636
6637 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6638
6639 * gdbint.texinfo (Target Architecture Definition): Delete
6640 definition of HAVE_REGISTER_WINDOWS.
6641
6642 2002-04-19 Eli Zaretskii <eliz@gnu.org>
6643
6644 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
6645 "Theodore A. Roth" <troth@verinet.com>.
6646
6647 2002-04-15 Don Howard <dhoward@redhat.com>
6648
6649 From Eli Zaretskii <eliz@gnu.org>
6650 * gdb.texinfo (show max-user-call-depth): Correct formatting.
6651 Provide a better explaination of this feature.
6652
6653 2002-04-14 Andrew Cagney <ac131313@redhat.com>
6654
6655 * gdbint.texinfo (Target Architecture Definition): Remove
6656 FRAME_CHAIN_COMBINE.
6657
6658 2002-04-12 Michael Chastain <mec@shout.net>
6659
6660 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
6661 REG_STACK_SEGMENT.
6662
6663 2002-04-09 Michael Chastain <mec@shout.net>
6664
6665 * gdbint.texinfo (Obsolete Conditionals): Remove references to
6666 PYRAMID_* macros.
6667
6668 2002-04-07 Andrew Cagney <ac131313@redhat.com>
6669
6670 * gdb.texinfo (Bug Reporting): Document that the web is the
6671 prefered way of submitting bug reports.
6672 (Bug Reporting): Delete the s-mail address as the last resort.
6673
6674 2002-04-05 Andrew Cagney <ac131313@redhat.com>
6675
6676 * gdbint.texinfo (Target Architecture Definition): Delete
6677 references to TARGET_WRITE_FP and write_fp.
6678
6679 2002-03-27 Michael Snyder <msnyder@redhat.com>
6680
6681 * gdb.texinfo: Document new commands dump, append, and restore.
6682
6683 2002-03-27 Andrew Cagney <ac131313@redhat.com>
6684
6685 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
6686 Branch'.
6687
6688 2002-03-18 Andrew Cagney <ac131313@redhat.com>
6689
6690 * gdb.texinfo: Change all examples to @smallexample.
6691 * gdbint.texinfo: Ditto.
6692
6693 2002-03-18 Andrew Cagney <ac131313@redhat.com>
6694
6695 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
6696 Branches''.
6697
6698 2002-03-18 Andrew Cagney <ac131313@redhat.com>
6699
6700 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
6701 Policy''.
6702
6703 2002-03-04 Fred Fish <fnf@redhat.com>
6704
6705 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
6706 expresson, suports, dependant, trhe, perhaphs, situtations,
6707 explictily, taged, oportunity, unfortunatly).
6708
6709 2002-02-24 Andrew Cagney <ac131313@redhat.com>
6710
6711 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
6712 Remove reference to 3.12.
6713
6714 2002-02-23 Andrew Cagney <ac131313@redhat.com>
6715
6716 * gdbint.texinfo: Include fdl.texi.
6717 (Top): Add GNU Free Documentation License.
6718 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
6719 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
6720 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
6721 (gdbint.info): Add srcdir to include path.
6722 * gdb.texinfo: Include gpl.texi.
6723 (Top): Add Copying.
6724 * gpl.texi: New file.
6725
6726 2002-02-23 Andrew Cagney <ac131313@redhat.com>
6727
6728 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
6729
6730 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
6731
6732 * gdb.texinfo: Document Cygwin native specific commands.
6733
6734 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
6735
6736 * gdb.texinfo: Document gdbserver ``--attach'' command.
6737
6738 2002-02-07 Michael Snyder <msnyder@redhat.com>
6739
6740 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
6741 to @code(_ovly_debug_event).
6742
6743 2002-02-07 Andrew Cagney <ac131313@redhat.com>
6744
6745 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
6746
6747 2002-02-06 Michael Snyder <msnyder@redhat.com>
6748
6749 * gdb.texinfo (overlays): Mention new magic symbol
6750 '_ovly_debug_event', which allows GDB to keep better track
6751 of overlays.
6752
6753 2002-02-03 Eli Zaretskii <eliz@gnu.org>
6754
6755 * gdb.texinfo (Memory Region Attributes): Fix the wording.
6756 Suggested by Dmitry Sivachenko.
6757
6758 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
6759
6760 2002-02-01 Michael Snyder <msnyder@redhat.com>
6761
6762 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
6763
6764 2002-01-30 Michael Snyder <msnyder@redhat.com>
6765
6766 * gdb.texinfo: (remote protocol): Gramatical fix-up.
6767 (set trust-readonly-sections): Document.
6768
6769 2002-01-29 Andrew Cagney <ac131313@redhat.com>
6770
6771 * gdbint.texinfo (Releasing GDB): Revise and update.
6772
6773 2002-01-28 Andrew Cagney <ac131313@redhat.com>
6774
6775 * gdbint.texinfo (Target Architecture Definition): Delete
6776 description of TARGET_BYTE_ORDER_DEFAULT.
6777
6778 2002-01-27 Eli Zaretskii <eliz@gnu.org>
6779
6780 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
6781 <mitya@cavia.pp.ru>.
6782
6783 2002-01-23 Andrew Cagney <ac131313@redhat.com>
6784
6785 * libgdb.texinfo: Delete file.
6786
6787 2002-01-22 Andrew Cagney <ac131313@redhat.com>
6788
6789 * gdb.texinfo: Remove makeinfo 3.12 hacks.
6790 * gdbint.texinfo: Ditto.
6791
6792 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
6793
6794 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
6795
6796 2002-01-22 Andrew Cagney <ac131313@redhat.com>
6797
6798 * Makefile.in: Update copyright.
6799 (TEXI2DVI): Define.
6800 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
6801 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
6802 gdb-cfg.texi.
6803 (TEXINDEX, PDFTEX): Delete makefile variables.
6804
6805 2002-01-22 Andrew Cagney <ac131313@redhat.com>
6806
6807 * gdb.texinfo (Protocol): Move section to appendix.
6808
6809 2002-01-21 Andrew Cagney <ac131313@redhat.com>
6810
6811 * gdb.texinfo (Remote Debugging): Create a menu.
6812 (Top): Add ``Remote Debugging'' to menu.
6813
6814 2002-01-21 Andrew Cagney <ac131313@redhat.com>
6815
6816 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
6817 serial protocol'' from here.
6818 (Remote Debugging): To here. New chapter.
6819
6820 2002-01-20 Andrew Cagney <ac131313@redhat.com>
6821
6822 * gdbint.texinfo (Target Architecture Definition): Delete
6823 description of TARGET_BYTE_ORDER_SELECTABLE_P.
6824
6825 2002-01-20 Andrew Cagney <ac131313@redhat.com>
6826
6827 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
6828 are no longer needed.
6829 (Porting GDB): Add maintainer note about configure.host.
6830
6831 2002-01-20 Andrew Cagney <ac131313@redhat.com>
6832
6833 * gdbint.texinfo (Target Architecture Definition): Remove
6834 definition of IEEE_FLOAT.
6835
6836 2002-01-20 Eli Zaretskii <eliz@gnu.org>
6837
6838 * gdb.texinfo: Beautify copyright years; fix a typo.
6839 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
6840 <3diff@gnu.org>
6841
6842 2002-01-19 Andrew Cagney <ac131313@redhat.com>
6843
6844 * gdbint.texinfo (Host Definition): Remove references to
6845 MALLOC_INCOMPATIBLE.
6846
6847 2002-01-17 Andrew Cagney <ac131313@redhat.com>
6848
6849 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
6850 and xyz-xdep.o.
6851
6852 2002-01-17 Andrew Cagney <ac131313@redhat.com>
6853
6854 * gdb.texinfo (Maintenance Commands): Add appendix.
6855 (Set Breaks): Copy ``maint info breakpoint'' doco to
6856 ``Maintenance Commands'' appendix. Add reference.
6857
6858 2002-01-17 Andrew Cagney <ac131313@redhat.com>
6859
6860 * fdl.texi: Remove next/prev from @node.
6861
6862 2002-01-17 Eli Zaretskii <eliz@gnu.org>
6863
6864 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
6865 for monstrous @multitable (from Brian Youmans).
6866
6867 * fdl.texi: New file.
6868
6869 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
6870
6871 2002-01-15 Andrew Cagney <ac131313@redhat.com>
6872
6873 * gdbint.texinfo (Releasing GDB): New chapter.
6874
6875 2002-01-14 Andrew Cagney <ac131313@redhat.com>
6876
6877 * gdb.texinfo (Embedded Processors, Calling program functions):
6878 Obsolete references to a29k.
6879
6880 2002-01-13 Andrew Cagney <ac131313@redhat.com>
6881
6882 * gdbint.texinfo (Coding): Review Cleanups section. Examples
6883 examples. Document that a code-block should do or discard its
6884 cleanups before exit.
6885
6886 2002-01-11 Michael Snyder <msnyder@redhat.com>
6887
6888 * gdb.texinfo (Choosing files): Change @samp to @file.
6889
6890 2002-01-05 Michael Snyder <msnyder@redhat.com>
6891
6892 * gdb.texinfo (--pid): Document new command line option (attach).
6893
6894 2002-01-07 Eli Zaretskii <eliz@gnu.org>
6895
6896 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
6897 in the stub.
6898
6899 2002-01-04 Andrew Cagney <ac131313@redhat.com>
6900
6901 * gdbint.texinfo (Target Architecture Definition): Replace
6902 BIG_ENDIAN with BFD_ENDIAN_BIG.
6903
6904 2002-01-03 Andrew Cagney <ac131313@redhat.com>
6905
6906 * gdbint.texinfo (Target Architecture Definition): Replace
6907 value_ptr with struct value pointer.
6908
6909 2002-01-02 Eli Zaretskii <eliz@gnu.org>
6910
6911 * gdb.texinfo (Free Software): Fix wording.
6912
6913 2001-12-31 Eli Zaretskii <eliz@gnu.org>
6914
6915 * gdb.texinfo (Free Software): New section ``Free Software Needs
6916 Free Documentation''.
6917
6918 2001-12-30 Eli Zaretskii <eliz@gnu.org>
6919
6920 * stabs.texinfo:
6921 * gdb.texinfo:
6922 * gdbint.texinfo:
6923 * libgdb.texinfo:
6924 * annotate.texi: Fix the application of GFDL in the Copyright notice.
6925
6926 2001-12-29 Michael Snyder <msnyder@redhat.com>
6927
6928 * gdb.texinfo (maint info sections): Fix typo.
6929
6930 2001-12-26 Michael Snyder <msnyder@redhat.com>
6931
6932 * gdb.texinfo (maint info sections): Document.
6933
6934 * gdb.texinfo (info proc): Comment out documentation for
6935 'info proc' sub-options that are currently not implemented.
6936
6937 2001-12-20 Jim Blandy <jimb@redhat.com>
6938
6939 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
6940
6941 2001-12-15 Andrew Cagney <ac131313@redhat.com>
6942
6943 * gdbint.texinfo (Target Architecture Definition): Replace
6944 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
6945
6946 2001-12-01 Andrew Cagney <ac131313@redhat.com>
6947
6948 * gdbint.texinfo (Host Definition): Delete documentation on
6949 HOST_BYTE_ORDER.
6950
6951 2001-11-30 Jim Blandy <jimb@redhat.com>
6952
6953 * gdb.texinfo (Overlays): New chapter, documenting GDB's
6954 overlay support. Add to top-level menu.
6955
6956 2001-11-26 Tom Tromey <tromey@redhat.com>
6957
6958 * gdb.texinfo (Command Syntax): Document C-o binding.
6959
6960 2001-07-26 Christopher Faylor <cgf@redhat.com>
6961
6962 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
6963 use since it is described in the referenced section.
6964
6965 From Eli Zaretskii <eliz@gnu.org>
6966 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
6967 clearer when using DJGPP.
6968
6969 2001-11-24 Christopher Faylor <cgf@redhat.com>
6970
6971 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
6972 specifically refer to MS-DOS.
6973 (command files): Mention gdb.ini is only used on MS-DOS.
6974
6975 2001-11-21 Tom Tromey <tromey@redhat.com>
6976
6977 * gdb.texinfo (Invoking GDB): Document --args.
6978 (Mode Options): Likewise.
6979
6980 2001-11-21 Jim Blandy <jimb@redhat.com>
6981
6982 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
6983 Delete documentation; this macro has been removed from the
6984 sources.
6985
6986 2001-11-13 Jim Blandy <jimb@redhat.com>
6987
6988 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
6989
6990 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
6991
6992 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
6993
6994 2001-11-05 Michael Snyder <msnyder@redhat.com>
6995
6996 * gdb.texinfo (info functions): Document use of backslash to
6997 quote regexp chars in function names such as "operator*()".
6998
6999 2001-11-01 Fred Fish <fnf@redhat.com>
7000
7001 * gdbint.texinfo (SOLIB_ADD): Document additional new
7002 "readsyms" arg.
7003
7004 2001-10-30 Don Howard <dhoward@redhat.com>
7005
7006 * gdb.texinfo: (Command Files) Added documentation for the
7007 behavior of gdb with input redirected from a file.
7008
7009 2001-10-28 Fred Fish <fnf@redhat.com>
7010
7011 * gdb.texinfo (auto-solib-add): Change docs to match
7012 implementation change.
7013 (auto-solib-limit): Add docs for new variable.
7014
7015 2001-10-15 Andrew Cagney <ac131313@redhat.com>
7016
7017 * gdbint.texinfo (Target Architecture Definition): Function
7018 value_as_pointer renamed to value_as_address.
7019
7020 2001-10-15 Andrew Cagney <ac131313@redhat.com>
7021
7022 * gdbint.texinfo (Target Architecture Definition): Default
7023 POINTER_TO_ADDRESS functions assume unsigned addresses.
7024 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
7025 posting by Jim Blandy.
7026
7027 2001-10-12 Jim Blandy <jimb@redhat.com>
7028
7029 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
7030 version of texi2html (1.64) doesn't support this flag any more.
7031
7032 2001-09-08 Mark Kettenis <kettenis@gnu.org>
7033
7034 * gdbint.texinfo (Host Definition): Remove description of
7035 MEM_FNS_DECLARED.
7036
7037 * gdbint.texinfo (Host Definition): Remove description of R_OK.
7038
7039 * gdbint.texinfo (Host Definition): Remove description of
7040 HAVE_SIGSETMASK.
7041
7042 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
7043
7044 * gdbint.texinfo (Target Architecture Definition): Add
7045 explanation of TARGET_PRINT_INSN macro.
7046
7047 2001-08-30 Jim Blandy <jimb@redhat.com>
7048
7049 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
7050 Explain what it means to load relocatable files.
7051
7052 2001-08-28 Jim Blandy <jimb@redhat.com>
7053
7054 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
7055 info `top' menu.
7056
7057 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
7058
7059 * gdbint.texinfo: Add a cautionary note about macro use.
7060
7061 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
7062
7063 * gdb.texinfo: Explain omitting the hostname in the
7064 `target remote' command.
7065
7066 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
7067
7068 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
7069 and END-INFO-DIR-ENTRY.
7070
7071 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7072
7073 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
7074
7075 2001-07-25 Andrew Cagney <ac131313@redhat.com>
7076
7077 * gdbint.texinfo (libgdb): Rewrite.
7078
7079 2001-07-26 Eli Zaretskii <eliz@gnu.org>
7080
7081 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
7082
7083 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7084
7085 * gdb.texinfo (TUI): New chapter, document the TUI.
7086 (Mode Options): Document the -tui option.
7087
7088 2001-07-23 Mark Kettenis <kettenis@gnu.org>
7089
7090 * gdbint.texinfo (Host Definition): Remove description of
7091 NEED_POSIX_SETPGID.
7092
7093 2001-07-23 Eli Zaretskii <eliz@gnu.org>
7094
7095 * gdb.tex (DJGPP Native): New node, with descriptions of
7096 DJGPP-specific commands.
7097
7098 2001-07-19 John R. Moore <jmoore@redhat.com>
7099
7100 * gdbint.texinfo: Three misspellings.
7101
7102 2001-07-06 Andrew Cagney <ac131313@redhat.com>
7103
7104 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
7105 `test` expressions on bash. Problem reported by Colin Walters.
7106
7107 2001-07-04 Andrew Cagney <ac131313@redhat.com>
7108
7109 * gdbint.texinfo (User Interface): Update ui-out documentation to
7110 refelect recent UI/MI updates.
7111
7112 2001-07-04 Andrew Cagney <ac131313@redhat.com>
7113
7114 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
7115 interpreters.
7116
7117 2001-06-15 Andrew Cagney <ac131313@redhat.com>
7118
7119 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
7120 structure and not macros.
7121 (Host Definition): Document that much of this chapter is obsolete.
7122 (Target Architecture Definition): Update list of files that make
7123 up a target architecture.
7124 (Coding): Update.
7125
7126 2001-06-28 Andrew Cagney <ac131313@redhat.com>
7127
7128 * gdbint.texinfo (Target Architecture Definition): Update
7129 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
7130 The latter has been changed to a true predicate.
7131
7132 2001-06-17 Eli Zaretskii <eliz@gnu.org>
7133
7134 * annotate.texi: Add @noindent where needed. From Dmitry
7135 Sivachenko <dima@Chg.RU>.
7136 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
7137
7138 2001-06-16 Andrew Cagney <ac131313@redhat.com>
7139
7140 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
7141
7142 2001-06-14 Andrew Cagney <ac131313@redhat.com>
7143
7144 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
7145 returns ``OK''. Document that the ``R'' packet does not reply.
7146
7147 2001-06-13 Michael Snyder <msnyder@redhat.com>
7148
7149 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
7150
7151 2001-06-13 Eli Zaretskii <eliz@gnu.org>
7152
7153 * gdb.texinfo (Signals): Clarify the default setting of signal
7154 handling.
7155
7156 2001-05-14 Andrew Cagney <ac131313@redhat.com>
7157
7158 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
7159 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
7160
7161 2001-05-12 Andrew Cagney <ac131313@redhat.com>
7162
7163 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
7164
7165 2001-05-10 Eli Zaretskii <eliz@gnu.org>
7166
7167 * gdbint.texinfo (Clean Design and Portable Implementation):
7168 Renamed from "Clean Design".
7169 (Clean Design and Portable Implementation): Document portable
7170 methods of handling file names, and the associated macros.
7171
7172 2001-04-02 Eli Zaretskii <eliz@gnu.org>
7173
7174 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
7175 command and provide a cross-reference to its description.
7176 (Symbols): Note that "info scope" is useful for trace experiments.
7177
7178 2001-04-01 Eli Zaretskii <eliz@gnu.org>
7179
7180 * gdb.texinfo (Symbols): Document "info scope".
7181 (Tracepoints): New chapter.
7182 (Contributors): Update for v5.1.
7183 <All nodes>: Change "C++" to "C@t{++}".
7184
7185 * gdbint.texinfo (User Interface): A new section about ui_out
7186 functions, based on text written by Fernando Nasser.
7187
7188 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
7189
7190 2001-03-26 Eli Zaretskii <eliz@gnu.org>
7191
7192 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
7193
7194 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
7195
7196 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
7197 Replace "GDB" with "@value{GDBN}". Fix markup.
7198
7199 * annotate.texi: Change Permissions to GFDL. Update Copyright.
7200
7201 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
7202 a cross-reference to its description.
7203 (Symbols): Document "info symbol".
7204
7205 2001-03-21 Eli Zaretskii <eliz@gnu.org>
7206
7207 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
7208 subsection "x86 Watchpoints".
7209 (Target Architecture Definition): Document the macros
7210 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
7211 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
7212
7213 2001-03-20 Andrew Cagney <ac131313@redhat.com>
7214
7215 * gdbint.texinfo (Target Architecture Definition): Update
7216 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
7217 list.
7218
7219 2001-03-06 Kevin Buettner <kevinb@redhat.com>
7220
7221 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
7222 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
7223
7224 2001-02-21 Eli Zaretskii <eliz@gnu.org>
7225
7226 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
7227
7228 2001-02-11 Eli Zaretskii <eliz@gnu.org>
7229
7230 * gdb.texinfo (Environment): Document that `path' does not change
7231 the value of PATH in GDB's own environment (it did in the past,
7232 but that was changed on March 15, 1994). Reported by Doug Evans
7233 <dje@transmeta.com>.
7234
7235 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
7236 its line. Fix markup of commands and macros. Add an Index node
7237 and index entries.
7238
7239 2001-01-23 J.T. Conklin <jtc@redback.com>
7240
7241 * gdb.texinfo (Memory region attributes): New manual section.
7242
7243 2001-01-04 Nicholas Duffek <nsd@redhat.com>
7244
7245 * gdbint.texinfo (POP_FRAME): Document use by return_command.
7246
7247 2000-12-25 Eli Zaretskii <eliz@gnu.org>
7248
7249 * refcard.tex: Version and copyright fixed. From Phil Edwards
7250 <pedwards@disaster.jaj.com>.
7251
7252 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
7253
7254 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
7255 DWARF2_REG_TO_REGNUM): Document.
7256
7257 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
7258
7259 * gdbint.texinfo (Coding): Update current value of
7260 --enable-build-warnings. Mention --enable-gdb-build-warnings.
7261
7262 2000-11-19 Eli Zaretskii <eliz@gnu.org>
7263
7264 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
7265 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
7266
7267 2000-11-10 Christopher Faylor <cgf@cygnus.com>
7268
7269 * gdb.texinfo: Document new 'set step-mode' command.
7270
7271 2000-10-16 Eli Zaretskii <eliz@gnu.org>
7272
7273 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
7274 changes from Dmitry Sivachenko <dima@Chg.RU>.
7275
7276 2000-09-26 Eli Zaretskii <eliz@gnu.org>
7277
7278 * gdb.texinfo (Hooks): Document the new post-hook functionality.
7279 From Steven Johnson <sbjohnson@ozemail.com.au>.
7280
7281 2000-08-10 Mark Kettenis <kettenis@gnu.org>
7282
7283 * gdbint.texinfo (Overall Structure): Spelling fix.
7284
7285 2000-08-10 Eli Zaretskii <eliz@gnu.org>
7286
7287 * gdbint.texinfo (Target Architecture Definition): Document that
7288 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
7289 for which REGISTER_CONVERTIBLE returns a zero value.
7290
7291 2000-07-08 Christopher Faylor <cgf@cygnus.com>
7292
7293 * Makefile.in (install-info): Find files to install in either the
7294 build or source directories (adapted from Makefile.am).
7295
7296 2000-07-07 Nicholas Duffek <nsd@redhat.com>
7297
7298 * stabs.texinfo: Fix spelling errors.
7299 (String Field): FILE-NUMBER starts from 0, not 1.
7300
7301 2000-07-05 Eli Zaretskii <eliz@gnu.org>
7302
7303 * refcard.tex: Remove \centerline from the blurb. Patch from
7304 Brian Youmans.
7305
7306 2000-06-25 Eli Zaretskii <eliz@gnu.org>
7307
7308 * Makefile.in (install-info): Support installation from outside of
7309 the source directory. Reported by Mark Harig
7310 <markh@frazier.landmark.com>.
7311
7312 2000-06-20 J.T. Conklin <jtc@redback.com>
7313
7314 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
7315
7316 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
7317
7318 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
7319 Generate using pdftex.
7320 (PDFTEX): Define.
7321 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
7322 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
7323 @contents at the start.
7324
7325 2000-05-24 Eli Zaretskii <eliz@gnu.org>
7326
7327 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
7328 Youmans.
7329
7330 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
7331
7332 From Brian Youmans:
7333 * gdb.texinfo: Fix ``et al.''.
7334
7335 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
7336
7337 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
7338 loop.
7339
7340 2000-05-19 Jimmy Guo <guo@cup.hp.com>
7341
7342 * configure: Regenerate.
7343
7344 2000-05-17 Eli Zaretskii <eliz@gnu.org>
7345
7346 * Makefile.in (install-info): Run install-info on installed Info
7347 files.
7348
7349 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
7350
7351 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
7352 Andrew Cagney.
7353
7354 2000-05-09 Eli Zaretskii <eliz@gnu.org>
7355
7356 * gdb.texinfo: Proofreading changes from Brian Youmans.
7357
7358 2000-05-01 Nick Duffek <nsd@cygnus.com>
7359
7360 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
7361 startup sequence, minor edits.
7362
7363 2000-05-01 Eli Zaretskii <eliz@gnu.org>
7364
7365 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
7366 TeX.
7367
7368 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
7369 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
7370 like `n' and `s' which look weird. Convert some of the @kindex to
7371 @vindex, when they refer to variables, not commands.
7372
7373 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
7374
7375 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
7376
7377 2000-04-23 Eli Zaretskii <eliz@gnu.org>
7378
7379 * Makefile.in (GDBMI_DIR): New variable.
7380 (SET_TEXINPUTS): Add $(GDBMI_DIR).
7381 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
7382 (gdbmi.texinfo): New target, for texi2roff.
7383 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
7384 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
7385
7386 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
7387 gdbmi.texinfo.
7388 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
7389 comment.
7390
7391 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7392
7393 * gdb.texinfo (Files): Update description of add-symbol-file
7394 command.
7395
7396 2000-04-17 Eli Zaretskii <eliz@gnu.org>
7397
7398 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
7399 prevents the build (and is generally a Bad Idea).
7400
7401 2000-04-17 Eli Zaretskii <eliz@gnu.org>
7402
7403 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
7404 a comma inside @var.
7405 (Command Files): Index markup changes from Dmitry Sivachenko
7406 <dima@Chg.RU>.
7407
7408 2000-04-16 Eli Zaretskii <eliz@gnu.org>
7409
7410 * Makefile.in (LN_S): Define.
7411 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
7412 invoke "ln -s" unless it is known to work.
7413
7414 * configure.in (AC_PROG_LN_S): Add.
7415
7416 2000-04-14 Jim Blandy <jimb@redhat.com>
7417
7418 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
7419 section.
7420 (Target Conditionals): Document ADDRESS_TO_POINTER,
7421 POINTER_TO_ADDRESS.
7422
7423 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
7424
7425 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
7426 gdb-cfg.texi to get the value.
7427
7428 2000-04-10 Jim Blandy <jimb@redhat.com>
7429
7430 * gdbint.texinfo (Target Architecture Definition): Fix
7431 cross-references.
7432
7433 2000-04-08 Jim Blandy <jimb@redhat.com>
7434
7435 * gdbint.texinfo (Using Different Register and Memory Data
7436 Representations): New section.
7437 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
7438 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
7439 REGISTER_CONVERT_TO_RAW): Document.
7440
7441 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
7442
7443 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
7444 for acknowledgments.
7445
7446 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
7447
7448 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
7449 qThreadExtraInfo.
7450
7451 2000-03-28 J.T. Conklin <jtc@redback.com>
7452
7453 * gdb.texinfo: Clarify which remote debug protocol commands are
7454 required and which are optional.
7455
7456 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
7457
7458 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
7459 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
7460 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
7461 * annotate.texi: Update.
7462
7463 2000-03-28 Stan Shebs <shebs@apple.com>
7464
7465 * gdb.texinfo: Update dates, bump to Eighth Edition (note
7466 expectation of additional changes before release), update
7467 ISBN, add copy of top-level menu for @ifhtml, remove explicit
7468 node links, rephrase and/or shorten lines to fix formatting
7469 problem in both regular and @smallbook formats.
7470 * annotate.texi: Shorten lines in example, use smallexample
7471 consistently everywhere.
7472 * Makefile.in: Add comment about texinfo 4.0 html generation.
7473 (SFILES_INCLUDED): Add annotate.texi.
7474
7475 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
7476
7477 * gdb.texinfo (Debugging Output): Added new section, documenting
7478 the "set/show debug" commands.
7479
7480 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
7481
7482 * annotate.texi (Annotations): When GDBN omit @chapter and @node
7483 entry.
7484
7485 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
7486 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
7487 @chapter and @node entries.
7488
7489 * gdb.texinfo: Link all top-level nodes.
7490
7491 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
7492
7493 * Makefile.in (install-info): Create $(infodir) before installing
7494 files.
7495
7496 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
7497
7498 From David Whedon <dwhedon@gordian.com>
7499 * gdbint.texinfo : Added paragraphs about command deprecation.
7500
7501 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
7502
7503 * gdb.texinfo: Add documentation for the apropos command.
7504
7505 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7506
7507 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
7508
7509 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7510
7511 * gdb.texinfo: Add white space to prevent overprinting in
7512 two places.
7513
7514 2000-03-17 Stan Shebs <shebs@apple.com>
7515
7516 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
7517 <dima@Chg.RU>, also clarification of allowed content for
7518 string constants.
7519
7520 2000-03-16 Eli Zaretskii <eliz@gnu.org>
7521
7522 * gdb.texinfo (main menu): Add Annotations.
7523 (File Options): Add @cindex entries for each command-line option.
7524 Document --epoch, --annotate, --async, --interpreter, --write,
7525 --statistics, and --version.
7526
7527 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
7528 of GDB.
7529
7530 2000-02-23 Jim Blandy <jimb@redhat.com>
7531
7532 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
7533
7534 2000-02-22 Jim Blandy <jimb@redhat.com>
7535
7536 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
7537
7538 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
7539
7540 * Makefile.in (diststuff): New target.
7541
7542 2000-02-15 Kevin Buettner <kevinb@redhat.com>
7543
7544 * agentexpr.texi: Fix wording regarding Intel's IA-64
7545 architecture. [From Jim Wilson.]
7546
7547 2000-01-16 Tom Tromey <tromey@cygnus.com>
7548
7549 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
7550 (Delete Breaks): Mention range arguments.
7551 (Disabling): Likewise.
7552
7553 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
7554
7555 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
7556
7557 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
7558
7559 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
7560 valid functions.
7561
7562 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
7563
7564 * gdb.texinfo: Clarify regular expressions used in rbreak.
7565
7566 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
7567
7568 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
7569 MEMORY_REMOVE_BREAKPOINT): Document.
7570
7571 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
7572
7573 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
7574 offset re-using the DATA offset instead.
7575
7576 1999-10-11 Jim Kingdon <kingdon@redhat.com>
7577
7578 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
7579
7580 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
7581
7582 From Dmitry Sivachenko <demon@gpad.ac.ru>:
7583 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
7584 typos.
7585
7586 * gdb.texinfo: Various minor wording and formatting improvements,
7587 mentions of additional command-line options.
7588
7589 1999-09-30 Fred Fish <fnf@cygnus.com>
7590
7591 * gdb.texinfo: Document additional forms of specifying section
7592 names and addresses for the add-symbol-file command.
7593
7594 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
7595
7596 * gdbint.texinfo: Fix typo, add the word "have".
7597
7598 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
7599
7600 * gdbint.texinfo (Target Architecture Definition): Document the
7601 SKIP_PERMANENT_BREAKPOINT macro.
7602
7603 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
7604
7605 * gdb.texinfo: Fiks speling errers.
7606
7607 * gdb.texinfo: Fix uses of @multitable.
7608
7609 From Eli Zaretskii <eliz@gnu.org>:
7610 * gdb.texinfo: Include details specific to DOS host, clarify
7611 some confusing language, fix @ref/@xref/@pxref usages, add
7612 comments about using with optimization, add more indexing,
7613 fix info about disassembly-flavor.
7614
7615 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
7616
7617 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
7618 SKIP_SOLIB_RESOLVER): Define.
7619
7620 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
7621
7622 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
7623 ``g'' packets.
7624
7625 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
7626
7627 * gdb.texinfo: Create a new "Configurations" chapter with
7628 platform-specific info, inline remote.texi and move sections of it
7629 into the new chapter, move bits about info proc, heuristic search,
7630 and register stack into the new chapter.
7631 * remote.texi: Remove, now part of gdb.texinfo.
7632 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
7633
7634 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
7635
7636 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
7637 GDB_TARGET_IS_MACH386): These kludges have gone away.
7638
7639 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
7640
7641 * gdbint.texinfo (Target Architecture Definition): Mention
7642 TDEPLIBS.
7643
7644 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
7645
7646 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
7647 surrounding text to fit HP-UX bits into general info.
7648 (HPPA-cfg.texi): Remove, no longer useful.
7649
7650 * gdb.texinfo: Remove explicit links from @node lines, remove
7651 HP-added "Detailed Node Listing" from main menu which confuses
7652 things.
7653
7654 From Dmitry Sivachenko <dima@Chg.RU>:
7655 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
7656 in description of `set environment'.
7657
7658 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
7659
7660 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
7661
7662 1999-08-12 Ben Elliston <bje@cygnus.com>
7663
7664 * gdbint.texinfo (Breakpoint Handling): Add missing words.
7665
7666 1999-08-10 Eli Zaretskii <eliz@gnu.org>
7667
7668 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
7669 watch, awatch, and rwatch. Explain why the latter two cannot be
7670 set as software watchpoints. Document that watchpoints for local
7671 variables are deleted when the debuggee terminates.
7672
7673 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
7674
7675 * remote.texi (Protocol): Further clarification of the "qRcmd"
7676 packet. Allow E.. response packet. "qRcmd" packet is no longer
7677 reserved.
7678
7679 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7680
7681 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
7682 * gdb.texinfo: Ditto.
7683
7684 1999-08-06 Tom Tromey <tromey@cygnus.com>
7685
7686 * gdb.texinfo (KOD): New node.
7687
7688 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
7689
7690 * remote.texi (Rcmd): Fix minor formatting typos.
7691
7692 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
7693
7694 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
7695 packets.
7696
7697 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
7698
7699 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
7700 fixes.
7701
7702 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
7703
7704 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
7705
7706 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
7707
7708 * remote.texi (Communication Protocol): ``v'' is in use. Fix
7709 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
7710 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
7711 packets that are not supported on all hosts. Expand examples.
7712 Spell check.
7713
7714 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
7715
7716 * Makefile.in: Recognize html, install-html. Add targets
7717 to build HTML versions of documentation via texi2html.
7718
7719 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
7720
7721 * gdbint.texinfo (Testsuite): New chapter, information about the
7722 testsuite.
7723
7724 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
7725
7726 * remote.texi (Communication Protocol): Rewrite.
7727
7728 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
7729
7730 * stabs.texinfo: Fix uses of xref.
7731
7732 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
7733
7734 * gdbint.texinfo: Add an anti-printf exhortation, and update the
7735 info about patch submission.
7736
7737 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
7738
7739 From Per Bothner <bothner@cygnus.com>:
7740 * gdb.texinfo: Document Chill support.
7741
7742 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
7743
7744 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
7745 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
7746 Document that the value should be greater-than or equal-to zero.
7747 (NO_STD_REGS): Document. Deprecate.
7748
7749 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7750
7751 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
7752 Document that these are not used.
7753
7754 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7755
7756 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
7757
7758 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
7759
7760 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
7761 numargs was dropped.
7762
7763 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
7764
7765 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
7766
7767 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
7768
7769 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
7770 Update.
7771
7772 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
7773
7774 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
7775 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
7776
7777 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
7778
7779 * gdbint.texinfo: Fix typos: $ -> @.
7780
7781 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
7782
7783 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
7784 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
7785 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
7786 BREAKPOINT_FROM_PC.
7787
7788 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
7789
7790 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
7791 CALL_DUMMY_STACK_ADJUST): Document.
7792
7793 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7794
7795 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
7796 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7797
7798 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
7799
7800 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
7801 longer exists.
7802
7803 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
7804
7805 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
7806 nearly all @ifset/@ifclear conditionals; nobody uses them, and
7807 they make the manual source incomprehensible.
7808 * h8-cfg.texi: Remove, hasn't been used in years.
7809
7810 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
7811
7812 * gdb.texinfo: Update the credits.
7813
7814 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
7815
7816 * gdb.texinfo: Fix mistakes noticed in printout of last
7817 draft, add Alpha to discussion of heuristic fence post.
7818
7819 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
7820
7821 * gdb.texinfo, remote.texi: Many changes; update to Seventh
7822 Edition, merge some HP changes into mainline, describe some
7823 previously undocumented features, describe more of the target
7824 commands available, eliminate obsolete section on renamed
7825 commands.
7826 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
7827
7828 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
7829
7830 * gdb.texinfo: Make many HPPA conditionals unconditional,
7831 including catchpoint description, since now on for all configs.
7832 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
7833 specializations.
7834
7835 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
7836
7837 * Makefile.in (GDBvn.texi): Fix match expression to work with
7838 current format of VERSION in gdb/Makefile.in.
7839 * gdb.texinfo: Fix node ref to match new readline.
7840
7841 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
7842
7843 * gdb.texinfo: Changes made as part of a project to merge in
7844 changes made by HP. Documentation makes extensive use of
7845 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
7846 on remote debugging. There are differences in documentation
7847 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
7848 the HP manual discusses catchpoints, hardware watchpoints, and
7849 some HPUX specific limitations for shared library support.
7850
7851 There are also a number of @node changes.
7852
7853 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
7854
7855 * gdbint.texinfo (Formatting): Disambiguate a sentence.
7856 (C Usage): Same.
7857
7858 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
7859
7860 The following changes were made by Edith Epstein
7861 <eepstein@cygnus.com> as part of a project to merge in changes
7862 made by HP.
7863
7864 * HPPA-cfg.texi: new file.
7865
7866 * all-cfg.texi: set HPPA for HP PA-RISC targets.
7867
7868 * refcard.tex: change documentation about catch.
7869 removed info catch.
7870
7871 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
7872
7873 * gdbint.texinfo: Expand on GDB's coding standards,
7874 specify the use of arg names with prototypes.
7875
7876 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
7877
7878 * gdb.texinfo: Fix tipo.
7879
7880 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
7881
7882 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
7883 TARGET_BYTE_ORDER_SELECTABLE_P.
7884
7885 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
7886
7887 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
7888
7889 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
7890
7891 * agentexpr.texi: New file.
7892
7893 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
7894
7895 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
7896
7897 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
7898
7899 * remote.texi: Changed wording that implied that the GDB remote
7900 protocol caches register values instead of GDB itself.
7901
7902 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
7903
7904 * gdbint.texinfo: Add some info about symbol readers.
7905 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
7906 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
7907 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
7908 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
7909
7910 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
7911
7912 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
7913
7914 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
7915
7916 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
7917
7918 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
7919
7920 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
7921 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
7922
7923 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
7924
7925 * gdbint.texinfo: Fix minor typos.
7926
7927 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
7928
7929 * gdbint.texinfo: Complete overhaul. Group descriptions more
7930 logically, add more info on generic algorithms, remove much
7931 obsolete and/or wrong material.
7932
7933 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
7934
7935 * stabs.texinfo (Method Type Descriptor): Expand and correct.
7936
7937 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
7938
7939 * refcard.tex: Copyright, address updates.
7940
7941 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
7942
7943 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
7944 for the edition instead of confusing GDB-version-like numbers.
7945
7946 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
7947
7948 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
7949
7950 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
7951
7952 * LRS: Reformat a bit to keep text under 80 columns.
7953
7954 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
7955
7956 * gdb.texinfo: Add some credits, mention bug monitor.
7957 * remote.texi: Mention mips monitor targets.
7958 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
7959
7960 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
7961
7962 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
7963 files, finish sorting of host vs target vs native macros, describe
7964 some more of them.
7965
7966 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
7967
7968 * gdbint.texinfo (Host Conditionals): Document change from
7969 using NO_MMALLOC to it's inverse, USE_MMALLOC.
7970
7971 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
7972
7973 * gdbint.texinfo (Host Conditionals): Document
7974 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
7975
7976 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
7977
7978 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
7979 Document LSEEK_NOT_LINEAR.
7980
7981 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
7982
7983 * stabs.texinfo (Stab Section Basics): Make it clear that only
7984 some versions of the GNU linker remove the leading N_UNDF symbol.
7985
7986 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
7987
7988 * stabs.texinfo (String Field): Document type number pairs here,
7989 instead of in the Sun specific section.
7990 (Include Files): The GNU linker supports the N_BINCL
7991 optimization. Clarify the N_BINCL value, and what it is used
7992 for.
7993 (Procedures): Document N_FUN with an empty string to mark the end
7994 of a function.
7995 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
7996 (Sun Differences): Remove this node, as the information is now
7997 elsewhere in the main document.
7998 (Stab Section Basics): Mention that the GNU linker may optimize
7999 stabs and remove the leading N_UNDF symbol.
8000
8001 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
8002
8003 * gdb.texinfo, refcard.tex: Restore author credit
8004
8005 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
8006
8007 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
8008 documentation to account for START and END macros taking
8009 one arg.
8010
8011 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
8012
8013 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
8014 * gdb.texinfo (Frames): Fix typo.
8015
8016 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
8017
8018 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
8019 a target_signal as arg type, not a pid.
8020
8021 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
8022
8023 * gdb.texinfo: Document `set assembly-language'.
8024
8025 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
8026
8027 * remote.texi: Update list of stubs in the GDB distribution.
8028
8029 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
8030
8031 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
8032 Also document that some systems can use mmalloc but must define
8033 this if their C runtime allocates memory that is later freed.
8034 (MMCHECK_FORCE): Document new macro.
8035
8036 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
8037
8038 * remote.texi: Add documentation for target Sparclet.
8039
8040 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8041
8042 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
8043 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
8044 * configure.in: Rewritten for autoconf.
8045 * configure: New.
8046
8047 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
8048
8049 * Makefile.in (DVIPS): New define, set to dvips.
8050 (dvi): Add stabs.dvi.
8051 (ps): New target.
8052 (all-doc): Depend on info, dvi, and ps targets.
8053 (STAGESTUFF): Add *.ps and *.dvi files.
8054 (clean-info, clean-dvi): Remove.
8055 (mostlyclean): Does not depend upon clean-info or clean-dvi,
8056 rules completely rewritten.
8057 (maintainer-clean): Remove clean-info and clean-dvi
8058 dependencies and put their actions in the rules.
8059 (gdb.ps): New target
8060 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
8061 intermediate TeX files, whether they have 2 or 3 character
8062 extensions.
8063 (gdbint.ps): Add target and rules.
8064 (gdb-internals): Delete unused target.
8065 (Makefile): Depends upon config.status also.
8066
8067 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
8068
8069 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
8070 set.
8071
8072 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
8073
8074 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
8075 * gdb.texinfo (Expressions): Fix erroneous array constant example.
8076
8077 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
8078
8079 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
8080
8081 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8082
8083 * gdb.texinfo (Print settings): Document
8084 `set/show print static-members' commands.
8085
8086 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
8087
8088 * gdbint.texinfo (Native): Document name change, coredep.c to
8089 core-aout.c.
8090
8091 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
8092
8093 * stabs.texinfo (Include Files): Document the values the SunOS4
8094 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
8095
8096 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
8097
8098 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
8099 Fix typo.
8100
8101 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
8102
8103 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
8104 "gdb.tar.Z".
8105
8106 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
8107
8108 * Makefile.in (maintainer-clean): New target, synonym for
8109 realclean.
8110
8111 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
8112
8113 * Update all FSF addresses except those in COPYING* files.
8114
8115 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
8116
8117 From Richard Earnshaw (rearnsha@armltd.co.uk):
8118 * gdb.texinfo (convenience variables): Document $_exitcode.
8119 (quit): Document optional expression to use as exit code.
8120
8121 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
8122
8123 * gdb.texinfo, remote.texi: Brought up to date with various
8124 GDB changes.
8125
8126 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
8127
8128 * gdb.texinfo: Update dates and versions, fix comments about
8129 hardware watchpoints in future releases and about the
8130 sharedlibrary command.
8131
8132 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8133
8134 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
8135 C_FUN stab. Other cleanups.
8136
8137 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8138
8139 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
8140 for the sparc stub.
8141
8142 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8143
8144 * annotate.texi: Clarify which addresses have differing formats
8145 depending on the language and which do not.
8146
8147 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8148
8149 * remote.texi (NetWare): Changed example to use BOARD= instead of
8150 NODE= argument to reflect correspoding change to gdbserve.nlm.
8151
8152 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8153
8154 * stabs.texinfo (Negative Type Numbers): Mention the fact that
8155 GDB, as well as AIX dbx, supports the size type attribute.
8156
8157 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8158
8159 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
8160
8161 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
8162
8163 * gdb.texinfo (Define): Document $arg0... arguments to commands,
8164 and new 'if' and 'while' commands.
8165
8166 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
8167
8168 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
8169
8170 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8171
8172 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
8173 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
8174 NetWare targets. Mostly stolen from the Server node.
8175
8176 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8177
8178 * gdb.texinfo (Setting): Talk about the language of a source file
8179 versus the working language. The old documentation did not match
8180 what GDB did.
8181
8182 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8183
8184 * stabs.texinfo (Source Files): Document N_SO used to mark the end
8185 of a source file.
8186
8187 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8188
8189 * gdb.texinfo (Processes): New node.
8190
8191 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
8192
8193 * remote.texi: Update documentation of set/show mipsfpu.
8194
8195 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
8196
8197 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
8198 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
8199
8200 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
8201
8202 * gdbint.texinfo: Removed mentions of some incorrectly placed and
8203 obsolete conditionals, described some others.
8204
8205 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8206
8207 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
8208 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
8209
8210 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
8211
8212 * gdbint.texinfo: Put regex conditionals in their own table.
8213
8214 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
8215
8216 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
8217 described or fixed the descriptions of many others.
8218
8219 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
8220
8221 * gdb.texinfo: Add some more credits.
8222 * gdbint.texinfo: Capitalize GDB consistently, describe some
8223 macros and remove some.
8224
8225 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
8226
8227 * gdbint.texinfo: Removed mentions of many incorrectly placed and
8228 obsolete conditionals, described some others.
8229
8230 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8231
8232 * gdb.texinfo (help targets): Changed to `help target', which
8233 is the correct gdb command.
8234
8235 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8236
8237 * annotate.texi (TODO): New node, for keeping track of annotations
8238 suggested but not yet implemented.
8239
8240 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8241
8242 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
8243 another symbol, it is not the address itself.
8244
8245 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
8246
8247 * stabs.texinfo (Stab Section Basics): Add comment about alignment
8248 of stabs-in-coff sections.
8249
8250 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8251
8252 * annotate.texi: Change edition to 0.5 and date to May 1994.
8253 Add index.
8254 (Frames): New node, for frame annotation.
8255 (Displays): New node, for display annotation.
8256
8257 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
8258 when waiting for your program to stop.
8259
8260 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8261
8262 * annotate.texi (Breakpoint Info): Document annotation of header
8263 fields and record annotation.
8264
8265 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8266
8267 * annotate.texi: New file, to document annotations.
8268
8269 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8270
8271 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
8272 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
8273
8274 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8275
8276 * stabs.texinfo (Stab Section Basics): Say what is in .stab
8277 section, and say n_strx field is compilation unit relative.
8278 * stabs.texinfo: Don't use @code for a.out when it is the name of
8279 an object file format.
8280
8281 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8282
8283 * gdb.texinfo: Refer to file names, not path names, per rms
8284 convention.
8285 (Arguments): Fix typo.
8286
8287 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8288
8289 * stabs.texinfo (Global Variables): Talk about stabs in files
8290 where variables are referenced, but not defined.
8291
8292 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8293
8294 * stabs.texinfo: Move stuff on @ and # type descriptors from node
8295 Cplusplus to new nodes Member Type Descriptor and Method Type
8296 Descriptor. Re-write stuff for #.
8297
8298 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8299
8300 * gdb.texinfo (Print Settings): Don't document "set print
8301 fast-symbolic-addr off". The bug which it worked around was fixed
8302 on 25 Feb 94 in coffread.c, so I'm nuking the command.
8303
8304 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
8305 N_ENTRY node.
8306
8307 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
8308
8309 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8310
8311 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
8312 references to ieee-float.c.
8313
8314 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8315
8316 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
8317 match what the code actually does.
8318
8319 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8320
8321 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
8322
8323 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8324
8325 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
8326 i, and b.
8327
8328 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
8329
8330 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
8331 well as for ELF and SOM. Unify the descriptions of ELF and SOM
8332 as "stabs in sections" rather than just saying "ELF and SOM".
8333 Also make that stuff apply to COFF.
8334
8335 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8336
8337 * gdb.texinfo (Formatting Documentation): Change GhostScript to
8338 Ghostscript.
8339
8340 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8341
8342 * gdb.texinfo (Continuing and Stepping): When talking about "step"
8343 versus functions without line numbers, also mention stepping into
8344 them as well as "step" when you are in them. Tell the user how to
8345 deal with the situation. Add comment about "debugging information".
8346
8347 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8348
8349 * stabs.texinfo (Enumerations): Document restriction on where
8350 enumeration types can appear and still win with GDB.
8351
8352 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8353
8354 * stabs.texinfo (Negative Type Numbers): Document format for type
8355 -16.
8356
8357 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8358
8359 * gdb.texinfo (Selection, Frame Info): Update information about
8360 arbitrary frame specficiations.
8361
8362 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
8363
8364 * gdb.texinfo, remote.texi: general editing pass prior to Net release
8365
8366 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8367
8368 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
8369
8370 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
8371
8372 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
8373
8374 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8375
8376 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
8377 Differences node to Statics node.
8378 (Statics): Discuss XCOFF use of V symbol descriptor.
8379
8380 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
8381 not clean.
8382
8383 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
8384
8385 * gdb.texinfo (Print Settings): Document `set print
8386 fast-symbolic-addr' and improve the doc for some other
8387 `set print's.
8388
8389 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8390
8391 * stabs.texinfo (String Field): Talk about defining several type
8392 numbers at once.
8393 Fix lint regarding changing node ELF Transformations to
8394 ELF and SOM Transformations.
8395
8396 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
8397
8398 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
8399
8400 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8401
8402 * stabs.texinfo (Cross-References): `::' is for nested types only
8403 within <>.
8404 (Structures): Document static members.
8405
8406 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8407
8408 * stabs.texinfo: Document S type attribute.
8409
8410 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8411
8412 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
8413
8414 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
8415
8416 * gdbint.texinfo: Fix a few typos.
8417
8418 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8419
8420 * gdb.texinfo, remote.texi: formatting improvements
8421
8422 * gdb.texinfo (New Features): mention threads.
8423 (Summary, C): fix xrefs in newly contributed text.
8424 (Threads): index entries, clarifications, example
8425 (passim): minor typos fixed, phrasing improvements
8426
8427 * remote.texi (Bootstrapping): rephrase text on ^C and add index
8428 entries; (Server): explain use of gdbserver w/real-time systems,
8429 add example of conflicting TCP port; (MIPS Remote) break up
8430 running text into table, highlighting commands, and add example.
8431
8432 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8433
8434 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
8435
8436 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8437
8438 * stabs.texinfo (Nested Symbols): New node.
8439 (String Field, Symbol Descriptors, Cross-References): Refer to it.
8440
8441 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8442
8443 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
8444 to picking which Bbss.bss symbol to use, and (because there seems to
8445 be no good way of doing it) re-write some of the text to make it
8446 sound like Bbss.bss isn't such a great idea after all (as currently
8447 designed).
8448
8449 * gdb.texinfo (C): In addition to saying people have to use g++ for
8450 good results, say they have to use stabs. Specifically say cfront
8451 doesn't work well.
8452 (Summary): Merge in information on Modula-2, Pascal, and Chill from
8453 the gdb README. Add xrefs to places where the support for the various
8454 languages is described in detail.
8455
8456 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8457
8458 * stabs.texinfo: Clean up stuff about visibility and virtual
8459 characters.
8460
8461 * stabs.texinfo (N_M2C): Cite Sun doc.
8462
8463 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8464
8465 * gdb.texinfo: updates re threads.
8466 * remote.texinfo: avoid index entries starting with digits.
8467
8468 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8469
8470 * stabs.texinfo (Enumerations): Talk about large, negative and
8471 octal values. Clean up cross reference to type attributes.
8472 (String Field): Say that GDB 4.11 supports size attribute.
8473
8474 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8475
8476 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
8477 is a mandatory step. Make the stuff about that more concise.
8478
8479 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8480
8481 * stabs.texinfo (Class Names): New node.
8482
8483 * gdb.texinfo (Command Files): Explain order of init file reading.
8484
8485 * remote.texi (Bootstrapping): Talk about getting the serial driver
8486 to deal with ^C sent by gdb to stop the remote system.
8487
8488 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
8489
8490 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
8491
8492 * libgdb.texinfo (Defining Commands): made the DOC arg
8493 to gdb_define_app_command a char * instead of char **
8494 per a suggestion from kingdon.
8495
8496 * libgdb.texinfo: total rewrite from a different starting
8497 premise.
8498
8499 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8500
8501 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
8502 floats passed as doubles (to improve clarity).
8503
8504 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8505
8506 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
8507
8508 * a4rc.sed: update to work with Andreas Vogel papersize params
8509
8510 * refcard.tex: use Andreas Vogel simplifications of papersize
8511 params; remove useless version info; update copyright date.
8512
8513 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8514
8515 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
8516
8517 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8518
8519 * gdb.texinfo (Files): Say what address the load command loads it at.
8520
8521 * stabs.texinfo (Common Blocks): Minor cleanups.
8522
8523 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
8524 that Sun has backed away from the linker kludge and thus the relevant
8525 issue is changes to the SunPRO tools, not the Solaris linker.
8526
8527 * stabs.texinfo (Traditional Integer Types): Clean up description
8528 of octal bounds a little bit. Document extra leading zeroes.
8529
8530 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8531
8532 * gdb.texinfo (Signaling): Update for symbolic symbol names
8533 and add a section explaining the difference between the GDB
8534 signal command and the shell kill utility.
8535
8536 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
8537
8538 * libgdb.texinfo: added `@' to braces that were unescaped.
8539
8540 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
8541
8542 * libgdb.texinfo: new file. Spec for the gdb library.
8543
8544 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8545
8546 * stabs.texinfo (Include Files): Fix typo (start -> end).
8547
8548 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8549
8550 * gdb.texinfo, remote.texi: assorted small improvements, mostly
8551 from Melissa at FSF's editing pass.
8552
8553 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8554
8555 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
8556 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
8557 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
8558
8559 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8560
8561 * remote.texi (Bootstrapping): Discuss 386 call gates.
8562
8563 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8564
8565 * stabs.texinfo (Based Variables): New node.
8566
8567 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8568
8569 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
8570 names, sizes, and formats to suggest how not to lose.
8571
8572 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8573
8574 * stabs.texinfo (Methods): Fix typo.
8575
8576 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8577
8578 * gdb.texinfo: Fix a few typos.
8579
8580 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8581
8582 * gdb.texinfo: Clarify how well it works with Fortran.
8583
8584 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
8585 More on relocating stabs in ELF files.
8586
8587 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8588
8589 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
8590
8591 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8592
8593 * stabs.texinfo (Local Variable Parameters): Talk about nameless
8594 parameters on VAX.
8595
8596 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8597
8598 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
8599
8600 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8601
8602 * stabs.texinfo: Make info author notice match the TeX author notice.
8603
8604 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8605
8606 * stabs.texinfo: Initial-caps all words in node names and
8607 non-trivial words in section names.
8608
8609 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8610
8611 * stabs.texinfo: Many minor cleanups.
8612
8613 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
8614
8615 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
8616
8617 * stabs.texinfo: Remove full description of big example.
8618 It's not really helpful; just use pieces of it where appropriate.
8619 Add more Texinfo formatting directives (@samp, etc.).
8620 Use @deffn to define stab types.
8621 Eliminate some wordiness. Break up some nodes.
8622 Add an (alphabetized) index of symbol types.
8623 Use consistent capitalization style in node and section names.
8624
8625 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
8626
8627 * gdb.texinfo: Change typo "Two two" to "The two".
8628
8629 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8630
8631 * stabs.texinfo (XCOFF-differences): Remove references to
8632 non-existent types N_DECL and N_RPSYM.
8633
8634 * stabs.texinfo (String Field): Say that type attributes bug is
8635 fixed in GDB 4.10, since it is.
8636
8637 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
8638
8639 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
8640
8641 * stabs.texinfo: Formatting cleanups.
8642
8643 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8644
8645 * stabs.texinfo: When explaining the n_type of a stab, standardize
8646 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
8647 no tabs, use @r).
8648 (Global Variables): Clean up.
8649
8650 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8651
8652 * stabs.texinfo (Stack Variables): Re-write.
8653
8654 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8655
8656 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
8657 addresses of a source file. Also revise formatting.
8658 Change "object module" or "object file" to "source file".
8659 Various: Miscellaneous cleanups.
8660
8661 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8662
8663 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
8664
8665 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
8666
8667 * gdbint.texinfo: Removed many nonsensical machine-collected
8668 host and target conditionals, described some of the remainder.
8669
8670 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8671
8672 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
8673
8674 * gdbint.texinfo (Top): Add name to @top line, and re-write the
8675 paragraph which follows.
8676
8677 * gdbint.texinfo (Host): Use @code not @samp for Makefile
8678 variables. Looks better and avoids overful hbox.
8679
8680 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8681
8682 * stabs.texinfo (Procedures): Improve stuff on nested functions.
8683
8684 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8685
8686 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
8687 retransmit-timeout
8688
8689 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8690
8691 * gdbint.texinfo: Update statement about `some ancient Unix
8692 systems, like Ultrix 4.0' to Ultrix 4.2.
8693
8694 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
8695
8696 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
8697
8698 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
8699
8700 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
8701 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
8702
8703 * remote.texi: new name for former gdbinv-s.texi
8704
8705 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
8706
8707 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
8708
8709 * gdbinv-s.texi: Documented timeout and retransmit-timeout
8710 variables for MIPS remote debugging protocol.
8711
8712 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8713
8714 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
8715
8716 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8717
8718 * Makefile.in (refcard.dvi): Use srcdir where necessary.
8719
8720 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
8721
8722 * gdb.texinfo: repair conditional bugs in text markup
8723
8724 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8725
8726 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
8727 to select Modula-2 material.
8728
8729 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8730
8731 * stabs.texinfo: Cleanups regarding statics.
8732
8733 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
8734 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
8735
8736 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8737
8738 * stabs.texinfo: N_MAIN is sometimes used for C.
8739
8740 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8741
8742 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
8743
8744 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
8745
8746 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
8747 removed from the code by Kingdon.
8748
8749 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8750
8751 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
8752 input when evaluating breakpoint conditions; the bug has been fixed.
8753
8754 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
8755 sets the ignore count to N-1, not to N.
8756
8757 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8758
8759 * refcard.tex (\hoffset): correct longstanding error to match
8760 intended offset; avoids cutting off edge on some printers
8761
8762 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8763
8764 * stabs.texinfo (Parameters): Say that order of stabs is significant.
8765
8766 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8767
8768 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
8769
8770 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8771
8772 * Makefile.in: (REFEDITS) new var to control whether PS or CM
8773 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
8774 collect sed edits if any, apply to refcard before formatting;
8775 (refcard.ps) stop implying PS fonts if PS output requested;
8776 (lrefcard.ps) delete extra target for variant PS fonts
8777
8778 * refcard.tex: parametrize papersize dependent info, collect
8779 in easily replaced spot
8780
8781 * a4rc.sed: new file, edits to refcard for A4 paper
8782
8783 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8784
8785 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
8786
8787 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8788
8789 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
8790
8791 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8792
8793 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
8794 politely rather than rudely.
8795
8796 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8797
8798 * stabs.texinfo: Document common blocks.
8799
8800 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
8801
8802 * stabs.texinfo: Add some basic info about stabs-in-elf.
8803
8804 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8805
8806 * stabs.texinfo (Top): Minor cleanup.
8807
8808 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
8809
8810 * Makefile.in (install-info): remove parentdir support
8811
8812 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8813
8814 * gdb.texinfo (Copying): delete this node and references to it;
8815 RMS says this manual need not carry GPL. (passim): Improvements
8816 from last round at FSF, largely due to Ian Taylor review, and
8817 minor formatting improvements.
8818
8819 * gdbinv-s.texi (passim): Improvements from last round at FSF,
8820 largely due to Ian Taylor review. (Debug Session): minor edits to
8821 new text.
8822
8823 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
8824
8825 * Makefile.in (realclean): Remove info and dvi files too.
8826
8827 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
8828
8829 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
8830 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
8831 * gdb.texinfo: Change accordingly.
8832
8833 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
8834 N_{L,R}BRAC,N_SLINE are relative to.
8835
8836 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
8837
8838 * Makefile.in (GDBvn.texi): Update atomically.
8839
8840 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
8841
8842 * gdbinv-s.texi (Debug Session): Document exceptionHook.
8843
8844 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
8845
8846 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
8847 addresses together. Also motivate the set print symbol-filename
8848 command and suggest other solutions.
8849
8850 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
8851
8852 * gdb.texinfo (set print elements): Note that the number of
8853 elements is set to unlimited by "set print elements 0".
8854
8855 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
8856
8857 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
8858 NF_LDOUBLE means.
8859 (Stab Types): Include Solaris stab types.
8860 (Procedures): Document Solaris extensions.
8861
8862 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8863
8864 * gdb.texinfo: Add `set print symbol-filename' doc.
8865
8866 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8867
8868 * stabs.texinfo (Arrays): Talk about type definition vs. type
8869 information.
8870
8871 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
8872 the trailing semicolon.
8873
8874 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8875
8876 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
8877 and merge in other parts of the document addressing these subjects.
8878 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
8879
8880 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
8881 at the end of a range type.
8882
8883 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
8884 AIX extensions.
8885
8886 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8887
8888 * stabs.texinfo (Stabs Format): Misc fixes.
8889
8890 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8891
8892 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
8893 (Traditional builtin types): Document convex convention for long long.
8894 (Negative builtin types): Discuss type names, and misc fixes.
8895
8896 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8897
8898 * stabs.texinfo (Builtin Type Descriptors): Document the floating
8899 point types used with @samp{R} type descriptor.
8900 (Symbol Descriptors): Describe how to handle conflict between
8901 different meanings of @samp{P} symbol descriptor.
8902
8903 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8904
8905 * stabs.texinfo: Remove node Quick Reference and put its children
8906 directly under the main menu.
8907
8908 * stabs.texinfo: Many more changes to bring it into line with
8909 AIX documentation and reality. I think it now has all the
8910 information from the AIX documentation, except that I burned
8911 out when I got to variant records (Pascal and Modula-2) and
8912 all the COBOL types. Oh well, we can add them later when we're
8913 worrying more about those languages.
8914
8915 * stabs.texinfo (Automatic variables): Talk about what it means
8916 to omit the symbol descriptor.
8917
8918 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8919
8920 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
8921 gcc2 behavior with promoted args.
8922
8923 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8924
8925 * gdb.texinfo: include readline appendices in info version of manual
8926
8927 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8928
8929 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
8930 target remote.
8931
8932 * gdb.texinfo (Machine Code): more index entries for disassemble
8933
8934 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
8935
8936 * Clarify the intended use of the gdb-testers and gdb-patches
8937 mailing lists, and shrink gzip comment.
8938
8939 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8940
8941 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
8942 DOSHOST configuration of manual.
8943
8944 * gdb.texinfo (MIPS Stack): new node.
8945
8946 * all-config.texi (MIPS) new switch.
8947
8948 * gdbinv-s.texi (Nindy Options) Remove two instances of future
8949 tense; (MIPS Remote) new node.
8950
8951 * gdb.texinfo (passim) rephrases to work around makeinfo @value
8952 bug; (Environment) less passive, other small cleanups in text about
8953 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
8954 (Remote) new MIPS Remote menu entry.
8955
8956 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
8957
8958 * stabs.texinfo: Many changes to include information from the
8959 AIX documentation.
8960
8961 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
8962
8963 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
8964
8965 * gdbint.texinfo (new node Debugging GDB, elsewhere):
8966 Move a bunch of information from ../README.
8967 (Getting Started): New node.
8968
8969 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8970
8971 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
8972
8973 * gdb.texinfo: advance manual revision dates to present
8974
8975 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
8976 stop using silly Roman numerals in @set variable names
8977
8978 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
8979
8980 * stabs.texinfo (Parameters): Keep trying to get this right.
8981
8982 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
8983
8984 * stabs.texinfo (Parameters): More on "local parameters".
8985
8986 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
8987
8988 * stabs.texinfo (Parameters): Re-do "local parameters" section.
8989
8990 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
8991
8992 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
8993 (Parameters): Rewrite.
8994 (xcoff-differences, Sun-differences): Minor changes.
8995
8996 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
8997
8998 * stabs.texinfo: Minor cleanup.
8999
9000 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
9001
9002 * gdbint.texinfo: Minor xcoff stuff.
9003
9004 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
9005
9006 * gdbint.texinfo: Update for new config directory structure.
9007 Add info about internal type data structures.
9008
9009 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
9010
9011 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
9012 $(srcdir).
9013 (gdb-config.texi): Depend on file in $(srcdir).
9014
9015 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
9016
9017 * stabs.texinfo: Fixes about N_SO.
9018
9019 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9020
9021 * gdb.texinfo: include list of nonstandard init file names
9022
9023 * *-config.texi: new switch GENERIC for text that applies *only*
9024 to (usual) multiple-target version of manual
9025
9026 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
9027 h8 config
9028
9029 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
9030 in menus (rather than conditionally selected multiple alternative
9031 menus).
9032
9033 * Makefile.in: define and use DOC_CONFIG var to select
9034 configuration for GDB user manual.
9035
9036 * gdb-config.texi: delete from repository, generate from Makefile.
9037
9038 * all-config.texi: normal `generic' configuration file, formerly
9039 stored as gdb-config.texi
9040
9041 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9042
9043 * Makefile.in: add dvi target to build all .dvi files
9044
9045 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9046
9047 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
9048
9049 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
9050
9051 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
9052 host conditionals.
9053 * stabs.texinfo: More array fixes inspired by Jim's.
9054
9055 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
9056
9057 * stabs.texinfo: Fixes re arrays and continuations.
9058
9059 * gdbint.texinfo: Add XCOFF node.
9060
9061 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
9062
9063 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
9064
9065 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
9066
9067 * stabs.texinfo: Fix for array types to mention lower bounds.
9068
9069 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
9070
9071 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
9072
9073 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
9074
9075 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
9076
9077 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
9078
9079 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
9080 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
9081
9082 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
9083
9084 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
9085
9086 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9087
9088 * gdb.texinfo, gdbinv-s.texi: misc updates
9089
9090 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
9091
9092 * gdbint.texinfo: Brief documentation for longjmp support,
9093 from an email msg by Stu.
9094
9095 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
9096
9097 * stabs.texinfo: Fix description of floating point "range"
9098 types (which really define basic types). Reported by Jim Meehan,
9099 <meehan@src.dec.com>.
9100
9101 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
9102
9103 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
9104
9105 * gdbint.texinfo: Slightly expand section on supporting a new
9106 object file format.
9107
9108 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
9109
9110 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
9111 intermediate file.
9112
9113 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9114
9115 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
9116
9117 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
9118
9119 * gdbinv-s.texi: z8000 simulator target name is just "sim"
9120
9121 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
9122 as well as Z8002.
9123
9124 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
9125
9126 * gdbint.texinfo: Add sections on clean design and on how to send
9127 in changes.
9128
9129 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
9130
9131 * gdbint.texinfo: Add how to declare the result of make_cleanup.
9132
9133 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
9134
9135 * gdb.texinfo: Fix typo, reported by Karl Berry.
9136
9137 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
9138
9139 * gdb.texinfo: Add opcodes dir to GDB distribution description.
9140
9141 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9142
9143 * gdbint.texinfo: fixed a stray email address (needs @@),
9144 added @table @code to node "Native Conditionals"
9145
9146 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
9147
9148 * gdbint.texinfo: Describe coding style of GDB.
9149
9150 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
9151
9152 * stabs.texinfo: Minor wording changes.
9153
9154 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
9155
9156 * gdbint.texinfo: Improve release doc slightly.
9157
9158 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
9159
9160 * gdbint.texinfo: Improve doc of GDB config macros.
9161
9162 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
9163
9164 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
9165 These will be reinserted when examined.
9166
9167 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
9168
9169 * gdbint.texinfo: Make a start at documenting all the #if macros
9170 in GDB. At least list them all, and start separating them into
9171 host-specific and target-specific.
9172
9173 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9174
9175 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
9176 examples (not consistent w others).
9177 gdb.texinfo: issue disclaimer paragraph on cmdline options only
9178 for generic vn of doc
9179
9180 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
9181
9182 * Makefile.in: always create installation directories.
9183
9184 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9185
9186 * gdb.texinfo: in h8 config, do not describe searching commands.
9187
9188 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9189
9190 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
9191 conditionals; introduce a few generic switches that may be
9192 useful for other cross-dev or dos-hosted configs.
9193
9194 * gdb.texinfo: fix typo in "info reg" description
9195
9196 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
9197
9198 * stabs.texinfo: Minor updates from running TeX over it.
9199 * Makefile.in (stabs.dvi, stabs.ps): Add.
9200
9201 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
9202
9203 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
9204 First pass at converting it to texinfo.
9205
9206 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
9207
9208 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
9209 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
9210
9211 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
9212
9213 * gdbint.texinfo: Add section on partial symbol tables.
9214
9215 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
9216
9217 * gdb.texinfo: document `set remotedebug' and `set
9218 rstack_high_address'.
9219
9220 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
9221
9222 * gdb.texinfo: slight expansion of new text on reading info files
9223 * gdbinv-s.m4.in: correct and expand info on cross-debugging
9224 H8/300 from DOS.
9225
9226 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
9227
9228 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
9229
9230 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
9231
9232 * gdb.texinfo: Say how to read the `info' files.
9233
9234 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
9235
9236 * Makefile.in: gm4 -> m4.
9237
9238 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
9239
9240 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
9241 Documentation' ahead of `Installing GDB' to match README.
9242 Update shared library doc, -readnow and -mapped, and directory
9243 structure (add glob and mmalloc). Update configure doc.
9244
9245 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
9246
9247 * Makefile.in: remove $(srcdir) from gdb.info rule.
9248
9249 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
9250
9251 * Makefile.in: commented out gdb-all.texinfo rule. This is
9252 temporary.
9253
9254 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
9255
9256 * Makefile.in, configure.in: removed traces of namesubdir,
9257 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
9258 copyrights to '92, changed some from Cygnus to FSF.
9259
9260 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
9261
9262 * gdb.texinfo: Improve how we ask for bug reports.
9263
9264 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9265
9266 * Makefile.in: infodir belongs in datadir.
9267
9268 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9269
9270 * Makefile.in: remove spaces following hyphens, bsd make can't
9271 cope. install using INSTALL_DATA. added clean-info. added
9272 standards.text support.
9273
9274 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
9275
9276 * Makefile.in: idestdir and ddestdir go away. Added copyrights
9277 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
9278 and mandir now keyed off datadir by default.
9279
9280 \f
9281 Local Variables:
9282 mode: change-log
9283 left-margin: 8
9284 fill-column: 74
9285 version-control: never
9286 End:
This page took 0.247893 seconds and 4 git commands to generate.