* elf.c (_bfd_elf_get_synthetic_symtab): Report addends.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
dd8f35ac
EZ
12009-07-04 Chris Genly <chris@genly.us>
2
3 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
4 in -var-list-children. Fix example according to what the code
5 does.
6
2277426b
PA
72009-07-02 Pedro Alves <pedro@codesourcery.com>
8
9 * gdb.texinfo (Debugging multiple inferiors): Document the
10 "inferior", "detach inferior" and "kill inferior" commands.
11 (Debugging Programs with Multiple Processes): Adjust to mention
12 generic "inferior" commands. Delete mention of "detach fork" and
13 "delete fork". Cross reference to "Debugging multiple inferiors"
14 section.
15
a6d9a66e
UW
162009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
17
5af949e3
UW
18 * gdbint.texinfo (Item Output Functions): Update signature
19 for ui_out_field_core_addr.
20
212009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
22
23 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
24 Update example code extrated from breakpoint.c.
25
9901a55b
PP
262009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
27
28 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
29 MI commands.
30 (GDB/MI Symbol Query): Likewise.
31 (GDB/MI File Commands): Likewise.
32 (GDB/MI File Transfer Commands): Likewise.
33 (GDB/MI Target Manipulation): Likewise.
34 (GDB/MI Miscellaneous Commands): Likewise.
35
edb3359d
DJ
362009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
37
38 * gdb.texinfo (Debugging Optimized Code): New chapter.
39 (Compiling for Debugging): Reference it. Move some
40 text to the new section.
41
7cd1089b
PM
422009-06-15 Phil Muldoon <pmuldoon@redhat.com>
43
44 * doc/gdb.texinfo (Calling): Document
45 set-unwind-on-terminating-exception usage.
46
d4db2f36
PA
472009-06-11 Pedro Alves <pedro@codesourcery.com>
48
49 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
50 command.
51
d1a7880c
PA
522009-06-07 Pedro Alves <pedro@codesourcery.com>
53
54 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
55 references.
56
473f94e6
UW
572009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
58
59 * gdbint.texinfo: Rename formal parameters to gdbarch function
60 protoypes from "current_gdbarch" to "gdbarch".
61
8f500870
TT
622009-05-28 Tom Tromey <tromey@redhat.com>
63
64 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
65
b6313243
TT
662009-05-27 Tom Tromey <tromey@redhat.com>
67
68 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
69 feature.
70 (GDB/MI Variable Objects): Document -var-set-visualizer.
71
722009-04-02 Tom Tromey <tromey@redhat.com>
73
74 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
75 feature.
76 (GDB/MI Variable Objects): Document -var-set-visualizer.
77
a6bac58e
TT
782009-05-27 Tom Tromey <tromey@redhat.com>
79 Thiago Jung Bauermann <bauerman@br.ibm.com>
80 Phil Muldoon <pmuldoon@redhat.com>
81
82 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
83 (Pretty Printing): New node.
84 (Selecting Pretty-Printers): Likewise.
85 (Python API): Update.
86 (Output Formats): Document /r format.
87
2c74e833
TT
882009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
89 Tom Tromey <tromey@redhat.com>
90
91 * gdb.texinfo (Types In Python): New node.
92 (Values From Inferior): "type" is now an attribute.
93 (Python API): Update.
94
89c73ade
TT
952009-05-27 Tom Tromey <tromey@redhat.com>
96 Thiago Jung Bauermann <bauerman@br.ibm.com>
97 Phil Muldoon <pmuldoon@redhat.com>
98
99 * gdb.texinfo: Add @syncodeindex for `tp'.
100 (Python API): Update.
101 (Auto-loading): New node.
102 (Objfiles In Python): New node.
103
17a37d48
PP
1042009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
105
106 * gdb.texinfo (Threads): Document libthread-db-search-path.
107
6718376f
NR
1082009-05-15 Nick Roberts <nickrob@snap.net.nz>
109
110 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
111
cbe54154
PA
1122009-05-12 Pedro Alves <pedro@codesourcery.com>
113
114 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
115 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
116 show show-debug-regs' docs.
117
8e05493c
EZ
1182009-05-08 Eli Zaretskii <eliz@gnu.org>
119
120 * gdb.texinfo (Process Record and Replay): Add description of
121 reverse execution.
122
b39f4988
JB
1232009-05-07 Joel Brobecker <brobecker@adacore.com>
124
125 * gdbint.texinfo (Adding support for debugging core files): New node.
126 (Native Debugging): Remove the ``Native core file Support'' section.
127
a2311334
EZ
1282009-05-01 Eli Zaretskii <eliz@gnu.org>
129
130 * gdb.texinfo (Process Record and Replay): Improve and clarify.
131 Add index entries.
132
53cc454a
HZ
1332009-04-30 Hui Zhu <teawater@gmail.com>
134 Michael Snyder <msnyder@vmware.com>
135
a2311334
EZ
136 * gdb.texinfo: (Process Record and Replay): Add documentation for
137 process record and replay.
53cc454a 138
484086b7
JK
1392009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
140
141 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
142 a new part on command-line defined macros.
143
32ae1842
EZ
1442009-04-25 Eli Zaretskii <eliz@gnu.org>
145
146 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
147 clarify the wording.
148
b14b1491
TT
1492009-04-23 Tom Tromey <tromey@redhat.com>
150
151 * gdb.texinfo (Data Files): New node.
152 (GDB Files): Update menu.
153
5c1e86e1
JB
1542009-04-23 Joel Brobecker <brobecker@adacore.com>
155
156 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 157 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 158
83eba9b7
VP
1592009-04-22 Vladimir Prus <vladimir@codesourcery.com>
160
161 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
162
e31198c4
HZ
1632009-04-22 Hui Zhu <teawater@gmail.com>
164
165 * gdb.texinfo (disassemble-next-line): Set the default of
166 disassemble-next-line to off.
167
26e251b6
JM
1682009-04-21 Joseph Myers <joseph@codesourcery.com>
169
170 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
171 --with-htmldir): New.
172 * configure: Regenerate.
173 * Makefile.in (datarootdir, docdir): Define.
174 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
175 instead of $(SET_TEXINPUTS).
176 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
177 gdbint.info instead of $(SET_TEXINPUTS).
178 (gdbint/index.html): Use same -I options as for building
179 gdbint.info.
180 (stabs.dvi, stabs.pdf): Use same -I options as for building
181 stabs.info instead of $(SET_TEXINPUTS).
182 (stabs/index.html): Use same -I options as for building
183 stabs.info.
184 (annotate.dvi, annotate.pdf): Use same -I options as for building
185 annotate.info instead of $(SET_TEXINPUTS).
186 (annotate/index.html): Use same -I options as for building
187 annotate.info.
188
eac35c4e
DD
1892009-04-21 David Daney <ddaney@caviumnetworks.com>
190
191 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
192
29b0e8a2
JM
1932009-04-21 Joseph Myers <joseph@codesourcery.com>
194
195 * gdb.texinfo (Source Path): Document --with-relocated-sources.
196
2b831889
JM
1972009-04-18 Carlos O'Donell <carlos@codesourcery.com>
198 Joseph Myers <joseph@codesourcery.com>
199
200 * Makefile.in (MAKEHTML): Set to makeinfo --html.
201 (MAKEHTMLFLAGS): Set to empty.
202 (html__strip_dir): Define.
203 (HTMLFILES): Define.
204 (HTMLFILES_INSTALL): Define.
205 (install-html): Copy new automake rule.
206 (html): Depend on $(HTMLFILES).
207 (gdb_toc.html): Rename to gdb/index.html.
208 (gdbint_toc.html): Rename to gdbint/index.html.
209 (stabs_toc.html): Rename to stabs/index.html.
210 (annotate_toc.html): Rename to annotate/index.html.
211
89a34d1b
JM
2122009-04-17 Carlos O'Donell <carlos@codesourcery.com>
213
214 * Makefile.in: Set pdfdir and htmldir from configure
215 substitutions.
216 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
217 * configure: Regenerate.
218
a2d5da46
JB
2192009-04-16 Joel Brobecker <brobecker@adacore.com>
220
221 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
222 This macro is no longer used.
223
732f6a93
TT
2242009-04-15 Tom Tromey <tromey@redhat.com>
225
226 * gdb.texinfo (Character Sets): Document default character set.
227
87f9adc1
PM
2282009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
229
230 * gdbint.texinfo: Change server name from sources.redhat.com to
231 sourceware.org throughout.
232
2c88c651
JB
2332009-04-09 Joel Brobecker <brobecker@adacore.com>
234
235 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
236 about a missing dot or coma after @xref.
237
4f5376b2
JB
2382009-04-02 Joel Brobecker <brobecker@adacore.com>
239
240 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
241 example, and add a small explanation about it.
242 (Print Settings): Change the documentation of the "set print
243 frame-arguments" to reflect the fact that the default is now "scalars".
244
a0381d3a
JB
2452009-04-02 Joel Brobecker <brobecker@adacore.com>
246
247 * gdb.texinfo (Print Settings): Add kindex for command "set
248 print frame-arguments".
249
45ac276d
JB
2502009-03-31 Joel Brobecker <brobecker@adacore.com>
251
252 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
253 breakpoints.
254 (Set Breaks): Add reference to thread-specific and task-specific
255 breakpoints.
256
32cd1edc
JB
2572009-03-31 Joel Brobecker <brobecker@adacore.com>
258
259 * gdb.texinfo (Ada Tasks): Remove the documentation about
260 the "Running" state, as this state has been eliminated.
261 Now all runnable tasks are shown as "Runnable".
262
1042e4c0
SS
2632009-03-30 Stan Shebs <stan@codesourcery.com>
264
265 * gdb.texinfo (Tracepoints): Describe tracepoints as a
266 special case of breakpoints.
267 (Enable and Disable Tracepoints): Mention deprecation.
268 (Listing Tracepoints): Update description and example.
269
f8f6f20b
TJB
2702009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
271
272 * gdb.texinfo (Frames in Python): New node.
273 (Python API): Update.
274
c0c6f777
TJB
2752009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
276
277 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
278 from a method to an attribute.
279
def2b000
TJB
2802009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
281
282 * gdb.texinfo (Values From Inferior): Document is_optimized_out
283 attribute.
284
a07daef3
PA
2852009-03-25 Pedro Alves <pedro@codesourcery.com>
286
287 * observer.texi (thread_exit): Add "silent" parameter.
288
f3b1572e
PA
2892009-03-22 Pedro Alves <pedro@codesourcery.com>
290
291 * observer.texi (about_to_proceed): New.
292
587afa38
EZ
2932009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
294
295 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
296 field throughout to handle types with spaces in them. Fix typos
297 found by aspell.
298 (Summary, Requirements, Contributors): New first chapter,
299 "Summary" added, old Requirements section moved there, and new
300 section, "Contributors" added.
301 (Initializing a New Architecture, Register Representation)
302 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
303 (Porting gdb): These sections extended and updated.
304 (Compiler Characteristics): This section (empty) deleted.
305 (Defining Other Architecture Features): This section renamed and
306 duplicate material removed from (formerly "Target Conditionals").
307 Use braces {} in @deftypeXX type field throughout to handle types
308 with spaces in them. Typos found by aspell fixed.
309
310 * stack_frame.svg: New file, source of image for gdbint.texinfo.
311 * stack_frame.pdf: Version of image for PDF output.
312 * stack_frame.png: Version of image for HTML output and for Emacs.
313 * stack_frame.txt: Version of image for Info output.
1db61298 314 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 315
10af6951
EZ
3162009-03-21 Eli Zaretskii <eliz@gnu.org>
317
318 * gdb.texinfo (Character Sets): Fix last change.
319
cc924cad
TJB
3202009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
321
322 * gdb.texinfo (Values From Inferior): Fix optional arguments
323 markup.
324 (Commands In Python): Adjust argument names of gdb.Command.__init__
325 to what the function accepts as keywords.
326
bc3b79fd
TJB
3272008-03-20 Tom Tromey <tromey@redhat.com>
328
329 * gdb.texinfo (Convenience Vars): Document convenience functions.
330 (Functions In Python): New node.
331 (Python API): Update.
332
6c7a06a3
TT
3332009-03-20 Tom Tromey <tromey@redhat.com>
334
335 * gdb.texinfo (Character Sets): Remove obsolete text. Document
336 set target-wide-charset.
337 (Requirements): Mention iconv.
338
b646ddd4
HZ
3392009-03-17 Hui Zhu <teawater@gmail.com>
340
341 * gdb.texinfo: Change the introduce of "disassemble-next-line".
342
91440f57
HZ
3432009-03-17 Hui Zhu <teawater@gmail.com>
344
345 * gdb.texinfo: Add documentation for disassemble-next-line.
346
8fd41227
TJB
3472009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
348
349 * gdb.texinfo (Commands In Python): Remove tindex entries.
350
61ff14c6
JK
3512009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
352
353 * gdb.texinfo (Returning): New description for missing debug info.
354
0b16c5cf
PA
3552009-03-14 Pedro Alves <pedro@codesourcery.com>
356
357 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 358 (General Query Packets): Document qAttached.
0b16c5cf 359
32fc0df9
PA
3602009-03-05 Pedro Alves <pedro@codesourcery.com>
361
362 * gdb.texinfo (Background Execution): Better describe the set
363 target-async command.
364 (Maintenance Commands): Delete description of the `maint set/show
365 linux-async' and `maint set/show remote-async' commands.
366
134eb42c
VP
3672009-02-18 Vladimir Prus <vladimir@codesourcery.com>
368
369 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
370 between sentences.
371
c86cf029
VP
3722009-02-18 Vladimir Prus <vladimir@codesourcery.com>
373
374 * gdb.texinfo (GDB/MI Async Records): Document the
375 =library-loaded and =library-unloaded notifications.
376
3ea85240
VP
3772009-02-17 Vladimir Prus <vladimir@codesourcery.com>
378
379 * observer.texi (test_notification): New observer.
380
1d33d6ba
VP
3812009-02-14 Vladimir Prus <vladimir@codesourcery.com>
382
61ff14c6
JK
383 * observer.texi: Add parameter 'print_frame' to normal_stop
384 observer.
1d33d6ba 385
d721c933
EZ
3862009-02-07 Eli Zaretskii <eliz@gnu.org>
387
388 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
389 (Commands In Python): Fix COMMAND_* constants in last change. Use
390 @kbd for interactive input. Add cross-references and index
391 entries.
392
4aa995e1
PA
3932009-02-06 Pedro Alves <pedro@codesourcery.com>
394
395 * gdb.texinfo (Signals): Document $_siginfo.
396 (Convenience Variables): Mention $_siginfo.
397 (Remote Configuration): Document qXfer:siginfo:read,
398 qXfer:siginfo:write packets, and the read-siginfo-object,
399 write-siginfo-object commands.
400
5f5233d4
PA
4012009-02-06 Pedro Alves <pedro@codesourcery.com>
402
403 * gdbint.texinfo (Values): New chapter.
404
d8906c6f
TJB
4052009-02-06 Tom Tromey <tromey@redhat.com>
406
407 * gdb.texinfo (Python API): Add entry for Commands In Python.
408 (Commands In Python): New node.
409
b6cb8e7d
TJB
4102009-02-05 Tom Tromey <tromey@redhat.com>
411
412 * gdb.texinfo (Values From Inferior): Document Value.string.
413
12453b93
TJB
4142009-02-05 Tom Tromey <tromey@redhat.com>
415
416 * gdb.texinfo (Basic Python): Document execute's from_tty
417 argument.
418
08c637de
TJB
4192009-02-04 Tom Tromey <tromey@redhat.com>
420
421 * gdb.texinfo (Basic Python): Document gdb.history.
422
592375cd
VP
4232009-01-30 Vladimir Prus <vladimir@codesourcery.com>
424
425 * gdb.texinfo (GDB/MI Thread Commands): Document the
426 'current-thread-id' field. Remove the example with zero threads,
427 since current GDB won't ever report that if there's inferior.
428
41447f92
VP
4292009-01-30 Vladimir Prus <vladimir@codesourcery.com>
430
431 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
432 option to -break-insert.
433
098b41a6
JG
4342009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
435 Jerome Guitton <guitton@adacore.com>
436
437 * gdb.texinfo (Startup): Document --with-system-gdbinit.
438 (System-wide configuration): New section.
439
3c16cced
PA
4402009-01-26 Pedro Alves <pedro@codesourcery.com>
441
442 PR gdb/7580:
443 * gdb.texinfo (Maintenance Commands): Document "maint set|show
444 internal-error|internal-warning quit|corefile ask|yes|no".
445
62709adf
PA
4462009-01-26 Pedro Alves <pedro@codesourcery.com>
447
448 * gdb.texinfo (Using the `gdbserver' Program): Document
449 --remote-debug.
450
7ce58dd2
DE
4512009-01-23 Doug Evans <dje@google.com>
452
453 * gdb.texinfo: Add nexti to list of commands that support
454 background execution.
455
adb483fe
DJ
4562009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
457
458 * gdb.texinfo (Define, Hooks): Document prefix command support.
459
a67ec3f4
JM
4602009-01-14 Joseph Myers <joseph@codesourcery.com>
461 Carlos O'Donell <carlos@codesourcery.com>
462
463 Fixes for makeinfo --html.
464
465 * annotate.texinfo: Use @copying and @insertcopying. Use
466 @ifnottex in place of @ifinfo.
467 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
468 place of @ifinfo. Use @ifnotinfo for one index entry.
469 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
470 in place of @ifinfo.
471 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
472 in place of @ifinfo. Include contents at start unconditionally.
473
84fcdf95
PA
4742009-01-13 Pedro Alves <pedro@codesourcery.com>
475
476 * gdb.texinfo (General Query Packets): Remove @var{} around the
477 "spu" literal string.
478
fa3a767f
PA
4792009-01-07 Pedro Alves <pedro@codesourcery.com>
480
481 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
482 program may be running in another process" errors.
483 * gdbint.texinfo (Native Conditionals): Delete
484 ONE_PROCESS_WRITETEXT description.
485
9cb011d3
JB
4862009-01-07 Joel Brobecker <brobecker@adacore.com>
487
488 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
489 emacs local variable to be placed at the end of the ChangeLog.
490 Add server.c and gdbreplay.c to the list of files where the
491 copyright year needs to be updated.
492
84603566
SL
4932009-01-06 Sandra Loosemore <sandra@codesourcery.com>
494
495 * gdb.texinfo (Remote Configuration): Document new
496 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
497 commands.
498
a53f55d8
PA
4992008-12-28 Pedro Alves <pedro@codesourcery.com>
500
501 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
502 FETCH_INFERIOR_REGISTERS.
503 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
504 FETCH_INFERIOR_REGISTERS descriptions. Remove
505 gdbarch_get_longjmp_target descrition, since already described in
506 Target Conditionals. Move gdbarch_fp0_regnum description to ...
507 (Target Conditionals): ... here.
508
077e0a52
JB
5092008-12-16 Joel Brobecker <brobecker@adacore.com>
510
511 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
512 examples.
513 (Additions to Ada): Likewise. Add the missing opening and closing
514 parenthesis of the GDB prompt in one of the examples.
515
023eb17c
JB
5162008-12-14 Joel Brobecker <brobecker@adacore.com>
517
518 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
519 about the result of 'Address not being of type System.Address.
520 This problem has been fixed a while ago.
521
c3b108f7
VP
5222008-12-02 Vladimir Prus <vladimir@codesourcery.com>
523
524 MI non-stop and multiprocess docs.
525
526 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
527 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
528 Adjust documentation for *stopped, document =thread-created,
529 =thread-exited, =thread-group-created and =thread-group-exited.
530 (GDB/MI Thread Commands): Document the 'state' field in
531 -thread-info output.
532 (GDB/MI Program Execution): Mention --all and --thread-group
533 options.
534 (GDB/MI Variable Objects): Describe floating and fixed variable
535 objects.
536 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
537
07e059b5
VP
5382008-12-02 Vladimir Prus <vladimir@codesourcery.com>
539
540 * gdb.texinfo (Operating System Information): New appendix.
541 (Operating System Auxiliary Information): Document 'info os processes'
542 (Remote Configuration): Document 'osdata'
543 (General Query Packets): Document qXfer:osdata:read.
544
a80b95ba
TG
5452008-11-27 Tristan Gingold <gingold@adacore.com>
546
547 * gdb.texinfo (Darwin): Document Darwin specific features.
548
a655d424
JK
5492008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
550
551 * gdbint.texinfo (Target Conditionals): Extend the
552 gdbarch_breakpoint_from_pc description.
553
249e1128
VP
5542008-11-22 Vladimir Prus <vladimir@codesourcery.com>
555
556 * gdb.texinfo (M68K Features): Fix typo.
557
c14c28ba
PP
5582008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
559
560 * gdb.texinfo (Symbols): Mention printing containing
561 image name in "info symbol".
562 (Maint translate-address): Likewise.
563
394a6666
JB
5642008-11-18 Joel Brobecker <brobecker@adacore.com>
565
566 * gdb.texinfo (Set Catchpoints): Remove the documentation of
567 commands "catch load" and "catch unload".
568
66bb093b
VP
5692008-11-17 Vladimir Prus <vladimir@codesourcery.com>
570
571 * gdb.texinfo (GDB/MI Async Records): Document
572 =thread-selected.
573
4a92f99b
VP
5742008-11-17 Vladimir Prus <vladimir@codesourcery.com>
575
576 * observer.texi (new_inferior, inferior_exit): New observers.
577
f0323ca0
PA
5782008-10-27 Pedro Alves <pedro@codesourcery.com>
579
580 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
581 .mt files, TM_CLIBS or TM_CDEPS.
582 (x86 Watchpoints): Don't mention TDEPFILES.
583
8b23ecc4
SL
5842008-10-24 Sandra Loosemore <sandra@codesourcery.com>
585
586 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
587 (Overview): Mention notifications and non-stop mode behavior.
588 (Packets): Update documentation of ?, vAttach, vCont, and vRun
589 with non-stop mode behavior. Add vStopped description.
590 (Stop Reply Packets): Update list of packets that return
591 stop replies. Mention non-stop behavior.
592 (General Query Packets): Document QNonStop packet and associated
593 qSupported query response.
594 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
595 behavior.
596 (Notification Packets): New section.
597 (Remote Non-Stop): New section.
598 (File-I/O Overview): Mention non-stop behavior.
599
fff08868
HZ
6002008-10-24 Hui Zhu <teawater@gmail.com>
601 Pedro Alves <pedro@codesourcery.com>
602
603 * gdb.texinfo (displaced-stepping): Describe the auto mode
604 setting, and say it's the default. This is now a mainstream
605 setting instead of a maintenance setting.
606
252fbfc8
PA
6072008-10-23 Pedro Alves <pedro@codesourcery.com>
608
609 * observer.texi (thread_stop_requested): New.
610
20924a55
JB
6112008-10-22 Joel Brobecker <brobecker@adacore.com>
612
613 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
614 (Patching): Replace incorrect usage of @samp by @kbd.
615
bacec72f
MS
6162008-10-17 Michael Snyder <msnyder@vmware.com>
617
618 * gdb.texinfo: Add documentation for reverse execution.
619
a08702d6 6202008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 621 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
622
623 * gdb.texinfo. (Values From Inferior): New subsubsection.
624
d97bc12b
DE
6252008-10-06 Doug Evans <dje@google.com>
626
627 * gdb.texinfo (set debug dwarf2-die): Document it.
628
87f67dba
JB
6292008-10-01 Joel Brobecker <brobecker@adacore.com>
630
631 * gdb.texinfo (catch) [exception]: Document how to insert
632 a breakpoint on user-defined exceptions when the exception
633 name is identical to one of the language-defined ones.
634
2fae03e8
TT
6352008-09-27 Tom Tromey <tromey@redhat.com>
636
637 * gdb.texinfo (Macros): Remove text about stringification,
638 varargs, and splicing.
639
5c6ce71d
TT
6402008-09-27 Tom Tromey <tromey@redhat.com>
641
642 * gdbint.texinfo (Language Support): Remove text about omitting
643 support for a language.
644
07128da0
DE
6452008-09-23 Doug Evans <dje@google.com>
646
647 * gdb.texinfo (info dcache): Update.
648
b90a069a
SL
6492008-09-22 Sandra Loosemore <sandra@codesourcery.com>
650
651 * gdb.texinfo (Packets): Add info on thread-id syntax and
652 multiprocess extensions.
653 <D>: Document multiprocess form of packet.
654 <H>: Use thread-id syntax.
655 <T>: Likewise.
656 <vCont>: Likewise. Note this is required for multiprocess.
657 <vKill>: New packet.
658 (Stop Reply Packets) <T>: Use thread-id syntax.
659 <W>: Document multiprocess form of reply.
660 <X>: Likewise.
661 (General Query Packets) <qC>: Use thread-id syntax.
662 <qfThreadInfo>: Likewise.
663 <qGetTLSAddr>: Likewise.
664 <qP>: Likewise.
665 <qSupported>: Add "multiprocess" feature.
666 <qThreadExtraInfo>: Use thread-id syntax.
667
b77209e0
PA
6682008-09-22 Stan Shebs <stan@codesourcery.com>
669
670 * gdb.texinfo (Inferiors): New section.
671
3d0bb823
PA
6722008-09-12 Pedro Alves <pedro@codesourcery.com>
673
674 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
675
f8dcfc0a
UW
6762008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
677
678 * gdbint.texinfo (Target Conditionals): Remove documentation
679 for gdbarch_name_of_malloc.
680
8775bb90
MS
6812008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
682
683 * gdb.texinfo (Interrupts): Mention TCP interface for
684 sending BREAK.
685
f1838a98
UW
6862008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
687
688 * gdb.texinfo (Commands to Specify Files): Document "remote:"
689 argument prefix to "set sysroot".
690
158c7665
PH
6912008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
692
693 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
694 and False.
695
30e026bb
VP
6962008-08-20 Vladimir Prus <vladimir@codesourcery.com>
697
698 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
699 for possible features of -list-features.
700
c6ebd6cf
VP
7012008-08-19 Vladimir Prus <vladimir@codesourcery.com>
702
703 * gdb.texinfo (Background execution): Adjust example
704 (GDB/MI Miscellaneous Commands): Document -list-target-features.
705
aeac0ff9
VP
7062008-08-19 Vladimir Prus <vladimir@codesourcery.com>
707
708 * doc/gdb.texinfo (PowerPC): Fix typo.
709 (PowerPC features): Fix typo.
710
5231c1fd
PA
7112008-08-18 Pedro Alves <pedro@codesourcery.com>
712
713 * observer.texi (thread_ptid_changed): New.
714
677c5bb1
LM
7152008-08-18 Luis Machado <luisgpm@br.ibm.com>
716
717 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
718 (PowerPC features): Mention feature set for VSX registers.
719
f3a2dd1a
JB
7202008-08-13 Joel Brobecker <brobecker@adacore.com>
721
722 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
723 the direct visibility of all names in user-written packages.
724
33e5cbd6
PA
7252008-08-13 Pedro Alves <pedro@codesourcery.com>
726
727 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
728 setting, and make it the default.
729 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
730 non-stop script example.
731
d0384fc4
TJB
7322008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
733
734 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
735 reference to the "Using Different Register and Memory Data
736 Representation" section.
737
a6f3e723
SL
7382008-08-12 Sandra Loosemore <sandra@codesourcery.com>
739
740 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
741 (Remote Protocol): Add Packet Acknowledgment to menu.
742 (Overview): Mention +/- can be disabled, and point to new section
743 where this is discussed in detail.
744 (General Query Packets): Document QStartNoAckMode packet, and
745 corresponding qSupported reply.
746 (Packet Acknowledgment): New section.
747
0606b73b
SL
7482008-08-11 Sandra Loosemore <sandra@codesourcery.com>
749 Pedro Alves <pedro@codesourcery.com>
750
751 * gdb.texinfo (Threads): Move paragraph about automatic thread
752 selection to All-Stop Mode subsection.
753 (Thread Stops): Reorganize existing material into subsections.
754 Add introductory blurb and menu.
755 (Non-Stop Mode): New subsection.
756 (Background Execution): New subsection.
757 (Maintenance Commands): Add cross-references from async mode
758 commands to the new Background Execution section.
759
d57a3c85
TJB
7602008-08-06 Tom Tromey <tromey@redhat.com>
761
762 * gdb.texinfo (Extending GDB): New chapter.
763 (Sequences): Demoted chapter, now a section under the new
764 Extending GDB chapter.
765 (Python): New section.
766
6d76a53d
SS
7672008-07-31 Stan Shebs <stan@codesourcery.com>
768
769 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
770
1f70da6a
SS
7712008-07-29 Stan Shebs <stan@codesourcery.com>
772
773 * gdbint.texinfo: General round of cleanup and minor
774 clarifications.
775 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
776 (Longjmp Support): Update description to reflect how it is done
777 for targets without using native header.
778 (Symbol Handling): Add a little more general explanation.
779 (COFF, ELF): Mention stabs encapsulation.
780 (DWARF 3): New section.
781 (Adding a New Host): Scrub out some obsolete bits.
782 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
783 (Host Conditionals): Remove descriptions of NO_STD_REGS,
784 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
785 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
786 SEEK_SET, STOP_SIGNAL, USG.
787 (Raw and Virtual Register Representations): Ditto for
788 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
789 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
790 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
791 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
792 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
793 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
794 DEPRECATED_REGISTER_VIRTUAL_SIZE,
795 DEPRECATED_REGISTER_VIRTUAL_TYPE,
796 DEPRECATED_USE_STRUCT_CONVENTION.
797 Describe gdbarch_deprecated_fp_regnum.
798 Update description of gdbarch_print_insn.
799 (Adding a New Target): Scrub out obsolete bits.
800 (Obsolete Conditionals): Remove entire section.
801
383f836e
TT
8022008-07-25 Tom Tromey <tromey@redhat.com>
803
804 * observer.texi (GDB Observers): Document new observers:
805 breakpoint_created, breakpoint_deleted, breakpoint_modified,
806 tracepoint_created, tracepoint_deleted, tracepoint_modified,
807 architecture_changed.
808
cfd8ab24
SS
8092008-07-21 Stan Shebs <stan@codesourcery.com>
810
811 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
812 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
813
781b42b0
TT
8142008-07-21 Tom Tromey <tromey@redhat.com>
815
816 * observer.texi (GDB Observers): Remove obsolete comment.
817 <executable_changed>: Remove argument.
818
d7d9f01e
TT
8192008-07-18 Tom Tromey <tromey@redhat.com>
820
821 * gdb.texinfo (Macros): Update. Use @code rather than @command.
822
bf250677
DE
8232008-07-10 Doug Evans <dje@google.com>
824
825 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
826
10568435
JK
8272008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
828
829 * gdb.texinfo (Starting): Document "set disable-randomization".
830
5ae4183a
AS
8312008-07-07 Andreas Schwab <schwab@suse.de>
832
833 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
834
b56e7235
VP
8352008-07-06 Vladimir Prus <vladimir@codesourcery.com>
836
837 * gdb.texinfo (GDB/MI Target Manipulation): Add
838 example of -target-attach.
839
e1ac3328
VP
8402008-06-10 Vladimir Prus <vladimir@codesourcery.com>
841
842 * observer.texi (target_resumed): New observer.
5ae4183a 843 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 844
65d12d83
TT
8452008-06-06 Tom Tromey <tromey@redhat.com>
846
847 * gdb.texinfo (Completion): Add field name example.
848
fbc5282e
MK
8492008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
850
851 * gdb.texinfo (GDB/MI Program Context): Added example
852 to -exec-arguments
5ae4183a 853
fbc5282e 8542008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
855
856 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
857 annotation.
858
c16158bc 8592008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
860 Nathan Sidwell <nathan@codesourcery.com>
861 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
862
863 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
864 and ACX_BUGURL.
865 * configure: Regenerate.
866 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
867 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
868 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
869 mailing-list-specific text about bug reporting unless
870 BUGURL_DEFAULT.
871
75c99385
PA
8722008-06-05 Pedro Alves <pedro@codesourcery.com>
873
874 * gdb.texinfo (-target-select): Remove reference to target async.
875 (Maintenance Commands): Document "maint set/show remote-async".
876
1763a388
MK
8772008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
878
879 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
880 in -target-file-get section.
5ae4183a 881
d0d064df
PA
8822008-05-22 Pedro Alves <pedro@codesourcery.com>
883
9b562ab8
PA
884 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
885 killing the inferior when it is already debugging a process.
d0d064df 886
8dfa32fc
JB
8872008-05-21 Joel Brobecker <brobecker@adacore.com>
888
889 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
890 abbreviation for "finish".
891
55f996a7
NR
8922008-05-21 Nick Roberts <nickrob@snap.net.nz>
893
894 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
895
ba2b1c56
DJ
8962008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
897
898 * gdbint.texinfo (Target Conditionals): Delete entry for
899 gdbarch_dwarf_reg_to_regnum.
900
08388c79
DE
9012008-05-09 Doug Evans <dje@google.com>
902
a3c83fae 903 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 904
d14508fe
DE
9052008-05-05 Doug Evans <dje@google.com>
906
907 * gdb.texinfo (disassemble): Document /m modifier.
908
e2b7ddea
VP
9092008-05-05 Vladimir Prus <vladimir@codesourcery.com>
910
5ae4183a
AS
911 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
912 will not report the time of commands that run the target.
e2b7ddea 913
8eb41542
VP
9142008-05-03 Vladimir Prus <vladimir@codesourcery.com>
915
916 * gdb.texinfo (GDB/MI Output Records): Add
917 missing semicolon.
918
82f68b1c
VP
9192008-05-03 Vladimir Prus <vladimir@codesourcery.com>
920
921 * gdb.texinfo (GDB/MI Output Records):
922 Document =thread-create and =thread-exited.
923
fa0f268d
VP
9242008-05-03 Vladimir Prus <vladimir@codesourcery.com>
925
926 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 927 Remove mention of dmi-discuss.
fa0f268d 928
063bfe2e
VP
9292008-05-03 Pedro Alves <pedro@codesourcery.com>
930
931 * observer.texi (thread_exit): New.
932
237fc4c9
PA
9332008-05-02 Pedro Alves <pedro@codesourcery.com>
934
935 * gdb.texinfo (Debugging Output): Document "set/show debug
936 displaced".
937 (Maintenance Commands): Document "maint set/show
938 can-use-displaced-stepping".
939
0428b8f5
DJ
9402008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
941
942 * gdb.texinfo (ARM): Document set/show arm fallback-mode
943 and set/show arm force-mode.
944
5009afc5
AS
9452008-05-02 Andreas Schwab <schwab@suse.de>
946
947 * gdbint.texinfo (Algorithms): Describe
948 target_watchpoint_addr_within_range.
949
669fac23
DJ
9502008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
951
952 * gdbint.texinfo (Stack Frames): New chapter.
953 (Algorithms): Move Frames text to the new chapter.
954 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
955 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
956
721c02de
VP
9572008-04-24 Vladimir Prus <vladimir@codesourcery.com>
958
5ae4183a
AS
959 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
960 output does not necessary include any tokens.
721c02de 961
c055b101
CV
9622008-04-22 Corinna Vinschen <vinschen@redhat.com>
963
964 * gdb.texinfo (Set SH Calling convention): New @item.
965 (Show SH Calling convention): Ditto.
966
68837c9d
MD
9672008-04-22 Markus Deuling <deuling@de.ibm.com>
968
969 * gdb.texinfo (Fortran Operators): Describe '%' operator.
970
2e9132cc
EZ
9712008-04-20 Eli Zaretskii <eliz@gnu.org>
972
973 * gdb.texinfo (Set Breaks): Mention that multiple location
974 breakpoints need line number info. Add index entries.
975
31fffb02
CS
9762008-04-19 Craig Silverstein <csilvers@google.com>
977
978 * gdb.texinfo (Requirements): Add an optional requirement on
979 zlib.
980 * gdbint.texinfo (Debugging File Formats): Add new subsection for
981 Compressed DWARF 2.
982
a47ec5fe
AR
9832008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
984
985 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
986 sample output for 'stopped,reason="breakpoint-hit"' message.
987 (GDB/MI Program Execution): Likewise.
988
de051565
MK
9892008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
990
5ae4183a 991 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
992 -var-set-format. Add -f option to -var-evaluate-expression.
993
6ba66d6a
JB
9942008-04-03 Joel Brobecker <brobecker@adacore.com>
995
996 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
997 new node "Ambiguous Expressions". Replace references to this
998 node by references to "Ambiguous Expressions" throughout.
999 (Ambiguous Expressions): New node.
1000
1e26b4f8
DJ
10012008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
1002
1003 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
1004
b84876c2
PA
10052008-03-21 Pedro Alves <pedro@codesourcery.com>
1006
1007 * gdb.texinfo (Debugging Output): Document
1008 "set/show debug lin-lwp-async".
1009 (Maintenance Commands): Document "maint set/show linux-async".
1010
63092375
DJ
10112008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
1012
1013 * gdb.texinfo (Expressions): Update description of malloced arrays.
1014
8e8901c5
VP
10152008-03-15 Vladimir Prus <vladimir@codesourcery.com>
1016
1017 * gdb.texinfo (Thread Commands): Document
1018 -thread-info. Remove -thread-list-all-threads.
1019
1fddbabb
PA
10202008-03-14 Pedro Alves <pedro@codesourcery.com>
1021 Sandra Loosemore <sandra@codesourcery.com>
1022
1023 * gdb.texinfo (Library List Format): Update to mention the
1024 possibility to pass section addresses instead of segment
1025 addresses.
1026
ccd213ac
DJ
10272008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
1028
1029 * gdb.texinfo (Starting): Document "set exec-wrapper".
1030 (Server): Document gdbserver --wrapper.
1031
fa4727a6
DJ
10322008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
1033
1034 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
1035 unreadable memory. Delete obsolete SPARClite reference.
1036
8edfe269
DJ
10372008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
1038
1039 * gdb.texinfo (Starting): Mention always-running targets.
1040 (Target Commands): Add an anchor for load.
1041 (Connecting): Explain continue instead of run.
1042
1843f87b
DJ
10432008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
1044
1045 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
1046
f9082629
NR
10472008-02-26 Nick Roberts <nickrob@snap.net.nz>
1048
1049 * gdb.texinfo (Set Breaks): Revert description of Enb column of
1050 breakpoint table.
1051
fd96d250
PA
10522008-02-19 Pedro Alves <pedro@codesourcery.com>
1053
1054 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
1055 killing the inferior when it is already debugging a process.
1056
36af4ef6
MD
10572008-02-13 Markus Deuling <deuling@de.ibm.com>
1058
1059 * gdbint.texinfo (Build Script): New section. Mention new build script
1060 gdb_buildall.sh.
1061
cda4ce5a
JB
10622008-02-01 Jim Blandy <jimb@red-bean.com>
1063
1064 * gdb.texinfo (Help): Summarize 'info args' correctly.
1065
4acd40f3
TJB
10662008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
1067
1068 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
1069 available in PowerPC architecture.
1070 (Embedded Processors): Change node name of PowerPC item in menu.
1071 (PowerPC): Rename to...
1072 (PowerPC Embedded): this.
1073 (Architectures): Add new PowerPC item in menu.
1074 (PowerPC): New node.
1075
6e6c6f50
DJ
10762008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
1077
1078 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
1079 commands.
1080
5ee187d7
DJ
10812008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
1082
1083 * gdb.texinfo (Setting Catchpoints): Mention features
1084 supported on GNU/Linux.
1085
e275c0d9
NR
10862008-01-30 Nick Roberts <nickrob@snap.net.nz>
1087
1088 * gdb.texinfo (GDB/MI File Commands): Describe new output
1089 field for MI command -file-list-exec-source-file.
1090
2d717e4f
DJ
10912008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
1092
1093 * gdb.texinfo (Using the `gdbserver' Program): Add security
1094 warning. Rearrange into subsections and subsubsections. Document
1095 --multi and --debug. Correct --with-sysroot typo. Update --attach
1096 usage. Make load reference clearer. Document monitor exit.
1097 (Remote Configuration): Document set remote exec-file, attach-packet,
1098 and run-packet.
1099 (Packets): Document vAttach and vRun.
1100
d35a4257 11012008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
1102
1103 * gdb.texinfo (Processes): Mention process command.
1104 detach-on-follow -> detach-on-fork.
1105
c78d192c
DJ
11062008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
1107
1108 * gdbint.texinfo (Native Conditionals): Remove
1109 SHELL_COMMAND_CONCAT and SHELL_FILE.
1110
d35a4257
EZ
11112008-01-26 Eli Zaretskii <eliz@gnu.org>
1112
1113 * gdb.texinfo (Specify Location): Improve wording.
1114
93815fbf
VP
11152008-01-23 Chris Demetriou <cgd@google.com>
1116
1117 * gdb.texinfo (Threads): Document new "set print thread-events"
1118 and "show print thread-events" commands.
1119
2a25a5ba
EZ
11202008-01-19 Eli Zaretskii <eliz@gnu.org>
1121
1122 * gdb.texinfo (Specify Location): New section.
1123 (Delete Breaks, Edit, Set Breaks): Remove description of
1124 locations. Instead, add a reference to "Specify Location".
1125 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
1126 (Symbols): Refer to "Specify Location" for the valid forms of
1127 linespecs and locations.
1128
32c9a795
MD
11292008-01-18 Markus Deuling <deuling@de.ibm.com>
1130
1131 * gdbint.texinfo (Target Conditionals): Replace the description of
1132 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
1133
b17828ca
JB
11342008-01-12 Paul Hilfinger <hilfinger@adacore.com>
1135
1136 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
1137 about &&var, which is rejected by the expression parser.
1138
0aea4bf3
LM
11392008-01-09 Luis Machado <luisgpm@br.ibm.com>
1140
1141 * gdb.texinfo (Output): Update documentation on using printf with DFP
1142 types.
1143
febe4383
TJB
11442008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
1145
1146 * gdb.texinfo (C and C++): Add Decimal Floating Point format
1147 subsubsection.
1148 (Decimal Floating Point format): New subsubsection.
1149
7a404eba
PA
11502008-01-05 Pedro Alves <pedro@codesourcery.com>
1151
1152 * gdb.texinfo (File Options): Remove mention of the attempt to
1153 open a core file with the -p option. Don't list -c as a valid
1154 option to attach to a process.
1155
a4d9b460
PA
11562008-01-05 Pedro Alves <pedro@codesourcery.com>
1157
1158 * gdbint.texinfo (Host Conditionals): Remove mention of
1159 ALIGN_STACK_ON_ENTRY.
1160
6ec2edbe
JB
11612008-01-05 Joel Brobecker <brobecker@adacore.com>
1162
1163 * gdbint.texinfo (Start of New Year Procedure): Add item
1164 describing how to update the source and documentation copyright
1165 notices.
1166
d8b2a693
JB
11672007-12-18 Jim Blandy <jimb@codesourcery.com>
1168
ab209b3a 1169 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
1170 watchpoint explanation into the main description of the watchpoint
1171 command; update synopses of 'watch', 'rwatch', and 'awatch'
1172 commands.
1173
8b4ed427
VP
11742007-12-18 Vladimir Prus <vladimir@codesourcery.com>
1175
1176 * gdb.texinfo (Miscellaneous gdb/mi Commands):
1177 Document 'pending-breakpoints' feature of
1178 -list-features.
1179
37e4754d
LM
11802007-12-17 Luis Machado <luisgpm@br.ibm.com>
1181
669fac23 1182 * gdb.texinfo: Add new parameter's description.
37e4754d 1183
1d3811f6
DJ
11842007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
1185
1186 * gdb.texinfo (Overview): Clarify run-length encoding
1187 example. Remove the restriction on "+" and "-" characters.
1188
c1c25a1a
EZ
11892007-12-15 Eli Zaretskii <eliz@gnu.org>
1190
1191 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
1192
afe8ab22 11932007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 1194
afe8ab22
VP
1195 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
1196 the -f option for -break-insert, remove -r option,
1197 and clarify specification of location.
1198
a6b151f1
DJ
11992007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
1200
1201 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
1202 formatting.
1203 (Remote Debugging): Add File Transfer section.
1204 (Remote Configuration): Document Host I/O packets.
1205 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 1206 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
1207 (Packets): Add vFile.
1208
3b784c4f
EZ
12092007-11-17 Eli Zaretskii <eliz@gnu.org>
1210
1211 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
1212 breakpoints with multiple locations.
1213 (Breakpoint Menus): Improve wording.
1214 (Output): Fix last change.
1215
a4ce5b0d
UW
12162007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
1217
1218 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
1219
1b39d5c0
DE
12202007-11-15 Doug Evans <dje@google.com>
1221
1222 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
1223
7a72d44c
VP
12242007-11-15 Vladimir Prus <vladimir@codesourcery.com>
1225
1226 * gdbint.texinfo (Native Conditionals): Remove
1227 mention of CLEAR_SOLIB.
5ae4183a 1228
6d1829bf 12292007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
1230
1231 * gdb.texinfo (Print Settings): Add documentation for "set/show
1232 print frame-arguments".
1233
1a619819
LM
12342007-11-05 Luis Machado <luisgpm@br.ibm.com>
1235
3b784c4f 1236 * gdb.texinfo (Output): Update printf command's description.
1a619819 1237
55eddb0f
DJ
12382007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
1239
1240 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
1241 powerpc soft-float".
1242
9cceb671
DJ
12432007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
1244
1245 * gdb.texinfo (Files): Correct formatting. Mention Expat
1246 requirement.
1247 (Requirements for Building GDB): Expand the list of Expat
1248 uses.
1249 (Library List Format, Memory Map Format): Mention Expat.
1250 (Target Descriptions): Update Expat wording.
1251
83acabca
DJ
12522007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
1253
1254 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
1255 Document that gdbarch_convert_register_p should return zero for no-op
1256 conversions.
1257
e35879db
UW
12582007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
1259
83acabca 1260 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
1261 of set_gdbarch_sofun_address_maybe_missing back to ...
1262 (Target Conditionals): ... here to fix build break.
1263
203c3895
UW
12642007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
1265
83acabca 1266 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
1267 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
1268 (Compiler Characteristics): ... documentation of
1269 set_gdbarch_sofun_address_maybe_missing.
1270
11411de3
DJ
12712007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
1272
1273 * gdbint.texinfo (Target Conditionals): Use
1274 frame_unwind_register_unsigned in examples instead of
1275 frame_unwind_unsigned_register.
1276
7cc46491
DJ
12772007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
1278
1279 * gdb.texinfo (Predefined Target Types): Add int128
1280 and uint128.
1281 (Standard Target Features): Add PowerPC features.
1282
81adfced
DJ
12832007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
1284
1285 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
1286
c1874924
UW
12872007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
1288
1289 * gdbint.texi (Target Conditionals): Remove documentation
1290 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
1291 gdbarch_extract_return_value, and gdbarch_store_return_value.
1292
f6e56ab3
UW
12932007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
1294
1295 * gdbint.texi (Target Conditionals): Remove documentation of
1296 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
1297
56cf5405
KH
12982007-10-11 Kazu Hirata <kazu@codesourcery.com>
1299
1300 * gdb.texinfo: Mention that inaccessible-by-default is on by
1301 default.
1302
35156bae
DJ
13032007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
1304
1305 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
1306
d983da9c
DJ
13072007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
1308
1309 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
1310 multi-threaded watchpoints.
1311 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
1312 checked. Describe sticky notification. Expand description
1313 of steppable and continuable watchpoints.
1314 (Watchpoints and Threads): New subsection.
1315
fe6fbf8b
VP
13162007-09-28 Vladimir Prus <vladimir@codesourcery.com>
1317
1318 * gdb.texinfo (Setting Breakpoints): Revise
1319 documentation for pending breakpoints. Document
1320 breakpoints with multiple locations.
5ae4183a 1321
084344da
VP
13222007-09-19 Vladimir Prus <vladimir@codesourcery.com>
1323
1324 * gdb.texinfo (Miscellaneous gdb/mi Commands):
1325 Document -list-features.
5ae4183a 1326
82160952
EZ
13272007-09-15 Eli Zaretskii <eliz@gnu.org>
1328
1329 * gdb.texinfo (Output): Spell out which features of C's printf are
1330 not supported by GDB's printf.
7e27a47a
EZ
1331 (Separate Debug Files): More accurate wording regarding build ID
1332 and a reference to the ld manual rather than the Fedora wiki.
82160952 1333
ea37ba09
DJ
13342007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
1335 Jim Blandy <jimb@codesourcery.com>
1336
1337 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
1338 (Examining Memory): Update mentions of the 's' format.
1339 (Automatic Display): Likewise.
1340
b8533aec
DJ
13412007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
1342
1343 * gdb.texinfo: Update the FSF's Back-Cover Text.
1344
83f83d7f
JK
13452007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1346 Eli Zaretskii <eliz@gnu.org>
1347
1348 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
1349 Fixed the ``build ID'' name. New binaries build instructions for the
1350 build ID inclusion. Explain how the commands are specific to the build
1351 ID vs. debug link.
1352
c7e83d54
EZ
13532007-09-01 Eli Zaretskii <eliz@gnu.org>
1354
1355 * gdb.texinfo (Separate Debug Files): Fix last change. Add
1356 indexing for ``build ID'' support.
1357
d3750b24
JK
13582007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1359
1360 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
1361 Enlisted BUILD ID to the debug file searching example.
1362 Included a BUILD ID `.note.gnu.build-id' section description.
1363 Updated/added the debug files splitting instructions for OBJCOPY.
1364
02142340
VP
13652007-08-31 Vladimir Prus <vladimir@codesourcery.com>
1366
1367 * gdb.texinfo (Variable Objects): Adjust docs
1368 for -var-info-expression and document
1369 -var-info-path-expression.
1370
d3bdde98
JB
13712007-08-20 Jim Blandy <jimb@codesourcery.com>
1372
3fb6a982
JB
1373 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
1374 (title page): Include the dedication in the printed manual, as a
1375 separate page after the copyright notice.
5ae4183a 1376
d3bdde98
JB
1377 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
1378 don't break a @var across a line.
1379
c80a96a8
MR
13802007-07-25 Maciej W. Rozycki <macro@mips.com>
1381
1382 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
1383 for include files.
1384
5824a901
NR
13852007-07-12 Nick Roberts <nickrob@snap.net.nz>
1386
1387 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
1388 in annotate.texinfo.
1389 (Command History): Link to new node.
5824a901 1390
d52e7ea3
UW
13912007-07-05 Markus Deuling <deuling@de.ibm.com>
1392
1393 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
1394
5fc14d0a
EZ
13952007-07-05 Eli Zaretskii <eliz@gnu.org>
1396
1397 * gdbint.texinfo (Target Conditionals): Fix last change.
1398
4a9bb1df
UW
13992007-07-03 Markus Deuling <deuling@de.ibm.com>
1400
1401 * gdb.texinfo: Replace following macros by their appropriate gdbarch
1402 routines:
1403 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
1404 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
1405 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
1406 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
1407 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
1408 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
1409 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
1410 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
1411 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
1412 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
1413 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
1414 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
1415 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
1416 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
1417 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
1418 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
1419 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
1420 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
1421 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
1422 (SOFTWARE_SINGLE_STEP_P)
1423
1424 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
1425 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
1426
1427 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
1428 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
1429 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
1430 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
1431 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
1432 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
1433 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
1434 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
1435 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
1436 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
1437
1438 (Converting an existing Target Architecture to Multi-arch): Remove
1439 section.
1440
1441 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
1442 (gdbarch_addr_bits_remove): Add code example.
1443
1444 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
1445
cfa9d6d9
DJ
14462007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
1447
1448 * gdb.texinfo (Remote Configuration): Document library-info-packet.
1449 Add other missing entries. Adjust the table size to fit.
1450 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
1451 stop reasons including the new "library" event.
1452 (General Query Packets): Adjust table widths for qSupported. Mention
1453 qXfer:libraries:read reply to qSupported and document the new packet.
1454 (Library List Format): New section.
1455
159fcc13
JK
14562007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1457
1458 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
1459
f66d1690
MS
14602007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
1461
1462 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
1463
67102876
NR
14642007-06-25 Nick Roberts <nickrob@snap.net.nz>
1465
1466 * gdbint.texinfo (Register and Memory Data): Break sections
1467 into nodes and add a menu.
1468
a4642986
MR
14692007-06-21 Maciej W. Rozycki <macro@mips.com>
1470
1471 * gdb.texinfo (Examining Memory): Document the new behaviour.
1472
e9c17194
VP
14732007-06-21 Vladimir Prus <vladimir@codesourcery.com>
1474
1475 * gdb.texinfo (Standard Target Features): Document
1476 m68k features.
1477
31d99776
DJ
14782007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
1479
1480 * gdb.texinfo (General Query Packets): Document qOffsets changes.
1481
1780a0ed
DJ
14822007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
1483
1484 * gdb.texinfo (Target Description Format): Add version attribute
1485 for <target>.
1486
822b6570
DJ
14872007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
1488
1489 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
1490
f8b73d13
DJ
14912007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
1492
1493 * gdb.texinfo (MIPS Features): New subsection.
1494
0e7f50da
UW
14952007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
1496 Markus Deuling <deuling@de.ibm.com>
1497
1498 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
1499 and qXfer:spu:write packets and mention them under qSupported.
1500
23d964e7
UW
15012007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
1502 Markus Deuling <deuling@de.ibm.com>
1503
1504 * gdb.texinfo (Architectures): Add new SPU section to document
1505 Cell Broadband Engine SPU architecture specific commands.
1506
9f708cb2
VP
15072007-06-09 Vladimir Prus <vladimir@codesourcery.com>
1508
1509 * gdb.texinfo (GDB/MI Variable Objects): Editorial
1510 comments.
1511
7579b5f8
NR
15122007-06-07 Nick Roberts <nickrob@snap.net.nz>
1513
1514 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
1515
bf06d120
JB
15162007-05-29 Jim Blandy <jimb@codesourcery.com>
1517
1518 * gdb.texinfo (Overview): Doc fix.
1519
23776285
MR
15202007-05-22 Maciej W. Rozycki <macro@mips.com>
1521
1522 * gdb.texinfo (Remote Configuration): Document "set/show
1523 remoteflow".
1524
1a69e1e4
DJ
15252007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
1526
bf06d120
JB
1527 * gdb.texinfo (MIPS): Remove documentation for set mips
1528 saved-gpreg-size, show mips saved-gpreg-size, and set mips
1529 stack-arg-size.
1a69e1e4 1530
46ba6afa 15312007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 1532
46ba6afa
BW
1533 * all-cfg.texi (GDBTUI): New.
1534 * gdb.texinfo (Mode Options): Use GDBTUI variable.
1535 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
1536 (TUI Configuration): Edit to improve clarity and fix problems of
1537 both style and content.
5ae4183a 1538
06d3b283
UW
15392007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
1540
1541 * observer.texi (GDB Observers): New observer "new_objfile".
1542
179101d6
UW
15432007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
1544
1545 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
1546
25d5ea92
VP
15472007-04-14 Vladimir Prus <vladimir@codesourcery.com>
1548
1549 * gdb.texinfo (GDB/MI Variable Objects): Document
1550 frozen variables objects.
5ae4183a 1551
ea35711c
DJ
15522007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
1553
1554 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
1555 (Character Sets, Caching Data of Remote Targets): Likewise.
1556 (Targets): Delete Remote node. Move its text...
1557 (Debugging Remote Programs): ...to here. Delete description
1558 of the "remote" command.
1559 (Remote configuration): Delete description of "set remotedevice"
1560 and "show remotedevice".
1561 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
1562
db2e3e2e
BW
15632007-04-11 Bob Wilson <bob.wilson@acm.org>
1564
5ae4183a
AS
1565 * gdb.texinfo (Contributors, Continuing and Stepping)
1566 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
1567 (General Query Packets, File-I/O Remote Protocol Extension)
1568 (Protocol Basics, The F Reply Packet, Write)
1569 (Protocol-specific Representation of Datatypes, Memory Transfer):
1570 Fix hyphenation, punctuation and grammar problems.
1571 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
1572 'section' instead of 'subsection' in the text.
1573 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
1574 (i386): Remove period from section name.
db2e3e2e
BW
1575 (Installing GDB, Requirements, Running Configure, Separate Objdir)
1576 (Config Names, Configure Options): Use @file{configure}.
1577
8a3dae3e
DJ
15782007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
1579
1580 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
1581 and tab expansion.
1582
1a92f856
DJ
15832007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
1584
1585 * gdbint.texinfo (SOM): Correct location of the SOM reader.
1586
79a6e687 15872007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 1588
79a6e687
BW
1589 * gdb.texinfo: Consistently capitalize all significant words in
1590 node names, chapter titles, section titles, and headings. Update
1591 cross references to match.
1592 (Starting and Stopping Trace Experiment): Make node name plural.
1593 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 1594
ad527d2e
PA
15952007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
1596
1597 * gdb.texinfo (WinCE): Delete obsolete subsection.
1598
7ce59000
DJ
15992007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
1600
1601 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
1602 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
1603 references.
1604
8807d78b
DJ
16052007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
1606
1607 * gdb.texinfo (Startup): Delete references to some alternate
1608 names for .gdbinit.
1609 (Thread): Remove LynxOS reference.
1610 (Tandem ST2000): Delete target-specific documentation.
1611 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
1612 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
1613 and GDB_OSABI_LYNXOS.
1614
5f402660
UW
16152007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
1616
1617 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
1618
bac718a6
UW
16192007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
1620
1621 * gdbint.texinfo (Target Conditionals): Remove mention of
1622 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
1623 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
1624
9453113a
DJ
16252007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
1626
1627 * Makefile.in: Add "pdfdir" installation
1628 directory, PDFTEX macro, support for "install-pdf" target,
1629 and rules for making a pdf version of refcard.texi.
1630 * refcard.tex: Specify paper size for PDF output.
1631
ae21e955 16322007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 1633
ae21e955 1634 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 1635
3f94c067 16362007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 1637
3f94c067
BW
1638 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
1639 (Source Path, Character Sets, Macros, Define)
1640 (GDB/MI Result Records, GDB/MI Simple Examples)
1641 (GDB/MI Program Execution, GDB/MI File Commands)
1642 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
1643 (Bug Reporting): Use @value{GCC}.
5ae4183a 1644
12c27660 16452007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 1646
12c27660
BW
1647 * gdb.texinfo (Help): Fix formatting of examples.
1648 (Variables): Use @ifnotinfo instead of @iftex.
1649 (Non-debug DLL symbols): Use @ref instead of @pxref.
1650 (Sparclet File): Use @samp instead of quotes.
5ae4183a 1651
ce9341a1
BW
16522007-03-26 Bob Wilson <bob.wilson@acm.org>
1653
1654 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
1655
c8f4133a
BW
16562007-03-26 Bob Wilson <bob.wilson@acm.org>
1657
1658 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
1659 the order of the nodes.
1660 (C Operators, C Constants, Debugging C): Remove extra menus.
1661 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 1662
c8f4133a 16632007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
1664
1665 * gdb.texinfo (File Options): Add missing parenthesis.
1666 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
1667
c74d0ad8
DJ
16682007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
1669
1670 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
1671
ff6f572f
DJ
16722007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
1673
669fac23 1674 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
1675 case insensitivity.
1676 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
1677
994337c3
NR
16782007-02-18 Nick Roberts <nickrob@snap.net.nz>
1679
1680 * gdb.texinfo (Top): Put Appendix A after numbered sections.
1681 (Files): Add section name to argument list for pxref.
1682 (Non-debug DLL symbols): Don't use `see' for pxref.
1683 (Embedded Processors): Fix typo.
1684 (GDB/MI Breakpoint Commands): Execution commands generate
1685 *stopped not ^done.
1686
eb819d70
NR
16872007-02-13 Nick Roberts <nickrob@snap.net.nz>
1688
1689 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
1690 values for in_scope. Mention that only root variables can be
1691 updated.
1692 (GDB/MI Development and Front Ends): Explain new values may be
1693 added to existing fields.
1694
123dc839
DJ
16952007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
1696
1697 * gdb.texinfo (-target-disconnect): Use @smallexample.
1698 (Requirements): Add anchor for Expat. Update description.
1699 (Target Descriptions): Mention Expat.
1700 (Target Description Format): Document new elements. Use
1701 @smallexample.
1702 (Predefined Target Types, Standard Target Features): New sections.
669fac23 1703 * gdbint.texinfo (Target Descriptions): New section.
123dc839 1704
108546a0
DJ
17052007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
1706
1707 * gdb.texinfo (Target Description Format): Add section on XInclude.
1708
95a98c01
NR
17092006-02-03 Nick Roberts <nickrob@snap.net.nz>
1710
1711 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
1712 command -enable-timings.
1713
f4b3909f
EZ
17142007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
1715
5ae4183a 1716 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
1717 descriptions for new/deleted elements in gdb_osabi. Add missing
1718 description for function generic_elf_osabi_sniff_abi_tag_sections.
1719
c7ba131e
JB
17202007-01-29 Joel Brobecker <brobecker@adacore.com>
1721
1722 * gdb.texinfo (Maintenance Commands): Add documentation for
1723 the new "maint print target-stack" command.
1724
3a60f64e
JK
17252007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1726 Eli Zaretskii <eliz@gnu.org>
1727
f4b3909f 1728 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 1729
c582f8b6
EZ
17302007-01-26 Eli Zaretskii <eliz@gnu.org>
1731
1732 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
1733 Use @value{NGCC} instead of @value{GCC}.
1734
d3e8051b
EZ
17352007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
1736
1737 * agentexpr.texi: Fix typos.
1738 * annotate.texinfo: Likewise.
1739 * gdb.texinfo: Likewise.
1740 * gdbint.texinfo: Likewise.
1741 * observer.texi: Likewise.
1742 * stabs.texinfo: Likewise.
1743
86f04699
EZ
17442007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
1745
1746 * gdbint.texinfo (Support Libraries): Remove mmalloc
1747 entry. Describe readline library.
1748
23181151
DJ
17492007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
1750
1751 * gdb.texinfo (Target Descriptions): New section.
1752 (General Query Packets): Add QPassSignals anchor. Mention
1753 qXfer:features:read under qSupported. Expand mentions of
1754 qXfer:memory-map:read and QPassSignals. Document
1755 qXfer:features:read.
1756
f822c95b
DJ
17572007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
1758
1759 * gdb.texinfo (Commands to specify files): Describe
1760 "set sysroot" and "show sysroot".
1761 (Using the `gdbserver' program): Lowercase argument
1762 to @var. Expand description of setting up GDB on the
1763 host.
1764
8936fcda
JB
17652007-01-05 Joel Brobecker <brobecker@adacore.com>
1766
1767 * gdb.texinfo (Set Catchpoints): Add documentation for the new
1768 catch exception, catch exception unhandled, and catch assert
1769 commands.
1770
e776119f
DJ
17712007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
1772
1773 * gdb.texinfo (Debugging Output): Document "set debug xml"
1774 and "show debug xml".
1775
aa79a185
DJ
17762007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
1777
1778 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
1779
7f893741
JB
17802007-01-01 Joel Brobecker <brobecker@adacore.com>
1781
1782 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
1783
a1b5960f
VP
17842006-12-08 Vladimir Prus <vladimir@codesourcery.com>
1785
1786 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
1787 note in @ignore, to be removed later if nobody complains.
1788
9f470e6e
NR
17892006-12-04 Nick Roberts <nickrob@snap.net.nz>
1790
1791 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
1792 of -var-delete.
1793
765dc015 17942006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 1795
765dc015 1796 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
1797 automatic software/hardware breakpoint usage and
1798 the "set breakpoint auto-hw" command.
765dc015 1799
4b5752d0
VP
18002006-11-21 Vladimir Prus <vladimir@codesourcery.com>
1801
1802 * gdb.texinfo (Memory Access Checking): New.
1803
89be2091
DJ
18042006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
1805
1806 * gdb.texinfo (Remote configuration): Mention
1807 "pass-signals-packet".
1808 (General Query Packets): Document QPassSignals. Fix
1809 a typo.
1810
ca3bf3bd
DJ
18112006-11-14 Maxim Grigoriev <maxim@tensilica.com>
1812
1813 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
1814
427c3a89
DJ
18152006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
1816
1817 * gdb.texinfo (Remote configuration): Rewrite documentation for
1818 packet configuration commands.
1819 (OS Information): Adjust reference to qXfer:auxv:read.
1820 (General Query Packets): Remove references to read-aux-vector-packet
1821 and set remote get-thread-local-storage-address.
1822
7a107747
DJ
18232006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
1824
1825 * gdbint.texinfo (Target Architecture Definition): Add new
1826 Initializing a New Architecture section.
1827
1c56eb0e
EZ
18282006-10-31 David Taylor <dtaylor@emc.com>
1829
1830 * stabs.texinfo (Macro define and undefine): New node describing
1831 stabs for #define and #undef.
1832
f73adfeb
AS
18332006-10-27 Andreas Schwab <schwab@suse.de>
1834
1835 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
1836
fd60e0df
EZ
18372006-10-21 Eli Zaretskii <eliz@gnu.org>
1838
1839 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
1840 clarify on the possible meanings of ``expression'' watched by
1841 watchpoints. Add indexing.
e5ac9b53
EZ
1842 (Prompting, Errors, Invalidation, Annotations for Running)
1843 (Source Annotations): Fix index entries by adding "annotation" to
1844 them, to discriminate from index entries that point to the more
1845 general topic descriptions.
fd60e0df 1846
52bb452f
DJ
18472006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
1848
1849 * gdbint.texinfo (Target Vector Definition): Move most
1850 content into Existing Targets. Add a menu.
1851 (Existing Targets): New section, moved from Target Vector
1852 Definition. Use @subsection.
1853 (Managing Execution State): New section.
1854
58955e58
BW
18552006-10-16 Bob Wilson <bob.wilson@acm.org>
1856
1857 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
1858
c8aa23ab
EZ
18592006-10-15 Eli Zaretskii <eliz@gnu.org>
1860
1861 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
1862 (Command Syntax, Signals, Backtrace, Connecting)
1863 (Remote configuration, Renesas Boards, Console I/O): Fix last
1864 change: use Ctrl- instead of C-, except wrt Emacs.
1865 (File-I/O Examples): Put Ctrl-c in @kbd.
1866 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
1867 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
1868 (Signals, Set Breaks, Set Watchpoints): Document optional
1869 arguments to `info signals' `handle', `info breakpoints', and
1870 `info watchpoints'.
c8aa23ab 1871
e7109c7e
EZ
18722006-10-14 Eli Zaretskii <eliz@gnu.org>
1873
1874 * gdb.texinfo (Backtrace): Fix last change.
1875
de3aea7b
NR
18762006-10-14 Nick Roberts <nickrob@snap.net.nz>
1877
1878 * gdb.texinfo (Backtrace): Order correctly and add other cases.
1879
7f9087cb
BW
18802006-10-10 Bob Wilson <bob.wilson@acm.org>
1881
c8aa23ab
EZ
1882 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
1883 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
1884 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 1885
68437a39
DJ
18862006-09-21 Vladimir Prus <vladimir@codesourcery.com>
1887 Daniel Jacobowitz <dan@codesourcery.com>
1888
1889 * gdb.texinfo (Packets): Document vFlashErase,
1890 vFlashWrite and vFlashDone packets.
1891 (General Query Packets): Document qXfer:memory-map:read.
1892 Add a new feature for qXfer:memory-map:read.
1893 (Memory map format): New section.
1894 (Target Commands): Mention that gdb can write flash.
1895
fd79ecee
DJ
18962006-09-21 Vladimir Prus <vladimir@codesourcery.com>
1897 Daniel Jacobowitz <dan@codesourcery.com>
1898
1899 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
1900 memory regions and "mem auto".
1901
350da6ee
DJ
19022006-09-21 Nathan Sidwell <nathan@codesourcery.com>
1903
1904 * gdbint.texinfo (Array Containers): New section.
1905
2f1acb09
VP
19062006-09-17 Vladimir Prus <vladimir@codesourcery.com>
1907
1908 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
1909 -stack-list-arguments HIGH_FRAME argument can be larger then the
1910 actual number of frames.
1911
2ab1eb7a
VP
19122006-09-07 Vladimir Prus <vladimir@codesourcery.com>
1913
1914 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
1915 -stack-list-locals HIGH_FRAME argument can be larger then the
1916 actual number of frames.
2ab1eb7a 1917
599b237a
BW
19182006-09-02 Bob Wilson <bob.wilson@acm.org>
1919
1920 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
1921 Register Packet Format, Tracepoint Packets): Fix spelling errors.
1922
25ab7e6d
EZ
19232006-09-02 Eli Zaretskii <eliz@gnu.org>
1924
1925 * gdbint.texinfo (Overall Structure): New section "Source Tree
1926 Structure".
1927
940178d3
JB
19282006-08-17 Jim Blandy <jimb@codesourcery.com>
1929
1930 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
1931 responses.
1932
30daae6c
JB
19332006-08-08 Joel Brobecker <brobecker@adacore.com>
1934
1935 * gdb.texinfo (Source Path): Add documentation for new
1936 substitute-path commands.
1937
7fa2210b
DJ
19382006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
1939
1940 * gdb.texinfo (Installing GDB): Update menu. Move text to...
1941 (Running Configure): ...here.
1942 (Requirements): New node. Mention expat.
1943
3d00d119
DJ
19442006-08-08 Vladimir Prus <vladimir@codesourcery.com>
1945
5ae4183a 1946 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
1947 'set download-write-size' and 'show download-write-size'.
1948
0cbfa4ee
DJ
19492006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
1950
1951 * stabs.texinfo (Member Type Descriptor): Correct example for
1952 pointer to member types.
1953
16026cd7
AS
19542006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
1955
1956 * gdb.texinfo (Optional warnings and messages): Add
1957 'set/show trace-commands'.
1958 (Command files): Add '-v' to source command.
1959
0876f84a
DJ
19602006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
1961
1962 * gdb.texinfo (OS Information): Update qPart reference to
1963 qXfer.
1964 (Remote configuration): Likewise.
1965 (Overview): Move @cindex to the start of a paragraph. Talk
1966 about binary data encoding.
1967 (Packets): Refer to the overview for the details of the X
1968 packet encoding.
1969 (General Query Packets): Remove qPart description. Add qXfer
1970 description. Add an anchor to qSupported. Correct feature
1971 table title. Add a new feature for qXfer:auxv:read.
1972 (Interrupts): Add a missing parenthesis.
1973
2ec3381a
DJ
19742006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
1975
669fac23 1976 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
1977 (GDB/MI Kod Commands): Remove commented out node.
1978
594fe323
EZ
19792006-07-01 Eli Zaretskii <eliz@gnu.org>
1980
1981 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
1982 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
1983 (GDB/MI Thread Commands, GDB/MI Program Execution)
1984 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
1985 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
1986 (GDB/MI File Commands, GDB/MI Target Manipulation)
1987 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
1988 since the MI prompt is hard-wired into the code.
1989
7e3fb70c
NR
19902006-07-01 Nick Roberts <nickrob@snap.net.nz>
1991
1992 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
1993 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
1994 (GDB/MI Data Manipulation): Remove description of unimplemented
1995 display related commands as variable objects perform this function
1996 and are superior: -display-delete, -display-disable,
1997 -display-enable, -display-insert and -display-list. Move
1998 -environment-cd, -environment-directory, -environment-path
1999 and -environment-pwd to "Program Context".
2000 (GDB/MI Program Control): Rename to "Program Execution". Move
2001 -exec-arguments -exec-abort to...
2002 (GDB/MI Program Context): ...here. New node split from "Data
2003 Manipulation".
2004
be2a5f71
DJ
20052006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
2006
2007 * gdb.texinfo (Remote configuration): Document set / show
2008 remote supported-packets.
2009 (General Query Packets): Document qSupported packet.
2010
fc320d37
SL
20112006-06-10 Sandra Loosemore <sandra@codesourcery.com>
2012
2013 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
2014 and font markup.
2015 (Protocol basics): Likewise.
2016 (The F request packet): Likewise.
2017 (The F reply packet): Likewise.
2018 (Memory transfer): Move this node to be a subsubsection of
2019 "Protocol specific representation of datatypes".
2020 (The Ctrl-C message): More copy editing.
2021 (Console I/O): Likewise.
2022 (The isatty call): Delete this node, and merge its content into
2023 the "isatty" node. Fixed references elsewhere.
2024 (The system call): Delete this node, and merge its content into
2025 the "system" node. Fixed references elsewhere.
2026 (open): Reformat to use @table, and add appropriate font markup.
2027 (close): Likewise.
2028 (read): Likewise.
2029 (write): Likewise.
2030 (lseek): Likewise.
2031 (rename): Likewise.
2032 (unlink): Likewise.
2033 (stat/fstat): Likewise.
2034 (gettimeofday): Likewise.
2035 (isatty): Likewise.
2036 (system): Likewise, plus minor changes to fix confusing wording.
2037 (Integral datatypes): Fix font markup.
2038 (Pointer values): Likewise.
2039 (struct stat): Fix markup to use @table, plus minor copy editing.
2040 (struct timeval): Fix font markup, plus minor copy editing.
2041 (Constants): Minor copy editing.
2042 (Errno values): Add font markup.
2043 (File-I/O Examples): Likewise.
2044
158fdf5c
NR
20452006-06-10 Nick Roberts <nickrob@snap.net.nz>
2046
2047 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
2048 (GDB/MI Simple Examples): Move node up one level. Use real
2049 examples.
2050 (GDB/MI Compatibility with CLI): Update.
2051 (GDB/MI Result Records): Add "connected" and "exit" result
2052 classes.
2053 (GDB/MI Stream Records): Clarify target output.
2054 (GDB/MI Command Description Format): Modify example description.
2055 (GDB/MI Breakpoint Table Commands): Rename to...
2056 (GDB/MI Breakpoint Commands): ...this
2057 (GDB/MI Breakpoint Commands): Add optional thread field.
2058 (GDB/MI Program Control): Add an introduction. Move "Program
2059 termination" examples into exec-run description.
2060 (GDB/MI File Commands): Mention similar CLI commands.
2061 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
2062 is similar to "-gdb-version".
2063
ddb50cd7
EZ
20642006-06-09 Eli Zaretskii <eliz@gnu.org>
2065
2066 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
2067
2aef0d6b
NR
20682006-06-02 Nick Roberts <nickrob@snap.net.nz>
2069
2070 * gdb.texinfo (GDB/MI Development and Front Ends): Use
2071 sourceware.org for mailing lists.
d5e40d59 2072 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 2073
383a5c52
NR
20742006-06-01 Nick Roberts <nickrob@snap.net.nz>
2075
d5e40d59 2076 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 2077
e16b02ee
EZ
20782006-05-22 Eli Zaretskii <eliz@gnu.org>
2079
2080 * gdb.texinfo (Cygwin Native): Fix last change.
2081
be90c084
CF
20822006-05-22 Christopher Faylor <cgf@timesys.com>
2083
2084 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
2085
347ceba5
NR
20862006-05-15 Nick Roberts <nickrob@snap.net.nz>
2087
2088 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
2089 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
2090
369af7bd
DJ
20912006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
2092
2093 * gdb.texinfo (General Query Packets): Recommend not starting
2094 new packets with qC and clarify.
2095
2ffdbde8 20962006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
2097
2098 * gdb.texinfo (M2 Types): New section.
72019c9c 2099
16d1a084
DJ
21002006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
2101
2102 * agentexpr.texi: Add a copyright and license notice.
2103 * observer.texi: Likewise, with GPL clause for function prototypes.
2104 Remove trailing whitespace.
2105
aa56d27a
JB
21062006-05-05 Jim Blandy <jimb@codesourcery.com>
2107
2108 * gdb.texinfo (General Query Packets): Document conventions for
2109 terminating packet names, and their violations.
2110
5bdf8622
DJ
21112006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
2112
2113 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
2114 * gdb.texinfo: Likewise.
2115
605a56cb
DJ
21162006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
2117
2118 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
2119 and "show remotedebug".
2120 (Debugging Output): Add additional index entries.
2121
b8db102d
MS
21222006-04-27 Michael Snyder <msnyder@redhat.com>
2123
2124 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
2125
c5e30d01
AC
21262006-04-22 Andrew Cagney <cagney@redhat.com>
2127
2128 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
2129 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
2130
8181d85f
DJ
21312006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
2132
2133 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
2134 and remove breakpoint prototypes.
2135 (Watchpoints): Move description of target_insert_hw_breakpoint and
2136 target_remove_hw_breakpoint ...
2137 (Breakpoints): ... to here. Document target_insert_breakpoint and
2138 target_remove_breakpoint.
2139
4f553f88
JB
21402006-04-17 Jim Blandy <jimb@codesourcery.com>
2141
2142 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
2143 and C packets are optional.
2144
cd852561
FR
21452006-04-14 Frederic Riss <frederic.riss@st.com>
2146
2147 * gdb.texinfo (Specifying source directories): Update the description
2148 of the source file search to reflect the fact that the source path
2149 always contains at least $cdir and $cwd.
2150
b620eb07
MS
21512006-03-31 Michael Snyder <msnyder@redhat.com>
2152
2153 * gdb.texinfo: Update copyright dates.
2154
3156cdaf
EZ
21552006-03-31 Eli Zaretskii <eliz@gnu.org>
2156
2157 * gdb.texinfo (Overview): Add an index entry to "empty response".
2158
7d30c22d
JB
21592006-03-28 Jim Blandy <jimb@codesourcery.com>
2160
2161 * gdbint.texinfo (Prologue Analysis): New section.
2162
86941c27
JB
21632006-03-07 Jim Blandy <jimb@red-bean.com>
2164
66b8c7f6
JB
2165 * gdb.texinfo (Connecting): Document 'target remote pipe'.
2166
1a10341b
JB
2167 * gdb.texinfo (Target Commands): Update text describing how to
2168 specify a target. Refer to the detailed section on remote
2169 debugging, not the brief mention.
2170
86941c27
JB
2171 * gdb.texinfo (Connecting): Organize the different 'target remote'
2172 connection methods into a table. Add a 'target remote' index
2173 entry. (!!!)
2174
62f3a2ba
FF
21752006-02-17 Fred Fish <fnf@specifix.com>
2176
2177 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
2178 'ptype' commands to reflect the fact that the only significant
2179 difference between them is that ptype prints the complete type
2180 description instead of just the name.
2181
8b9a88ea
WZ
21822006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
2183
2184 * gdbint.texinfo (Watchpoints): Delete
2185 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
2186
7e8dc855
NR
21872006-02-10 Nick Roberts <nickrob@snap.net.nz>
2188
2189 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
2190 times fields where needed. Fix typos. Update general form given
2191 for output of -break-insert.
2192 (GDB/MI): Abbreviate some unnecessarily long fullnames.
2193
c91d38aa
DJ
21942006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
2195
2196 * gdbint.texinfo (Symbol Handling): Add a section
2197 on memory management.
2198
38fcd64c
DJ
21992006-02-06 Vladimir Prus <ghost@cs.msu.su>
2200
2201 * gdb.texinfo (Breakpoint table commands): Document the fullname
2202 field in -break-list output.
2203
219eec71
EZ
22042006-02-03 Eli Zaretskii <eliz@gnu.org>
2205
2206 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
2207 debugging information produced by the various "set debug..."
2208 options.
2209
ae5a43e0
DJ
22102006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2211
2212 * gdb.texinfo (Files): Remove obsolete bits from the description
2213 of "symbol-file".
2214
a9f158ec
JB
22152006-01-25 Jim Blandy <jimb@redhat.com>
2216
2217 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
2218
410dd08e
JB
22192006-01-24 Jim Blandy <jimb@redhat.com>
2220
2221 * gdbint.texinfo (Frames): Document the basics of GDB's register
2222 unwinding model, and explain the existence of the "sentinel" frame.
2223
4b505b12
AS
22242006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
2225
2226 * gdb.texinfo (Choosing files): Mention that -directory is used
2227 for script files.
2228 (Specifying source directories): Likewise.
2229 (Command files): Explain how script files are found.
2230
839c27b7
EZ
22312006-01-21 Eli Zaretskii <eliz@gnu.org>
2232
2233 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
2234 the threads in a multi-threaded program.
2235 (Threads): The threadno argument of "thread apply" can be a range
2236 of numbers.
2237
7be93b9e
JB
22382006-01-18 Jim Blandy <jimb@redhat.com>
2239
2240 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
2241 of warning flags.
2242
fcc73fe3
EZ
22432006-01-13 Eli Zaretskii <eliz@gnu.org>
2244
2245 * gdb.texinfo (Sequences): Improve menu annotations.
2246 (Define): Add index entries for arguments of user-defined
2247 commands. Move the description of flow-control commands...
2248 (Command Files): ...to here. Document loop_break and
2249 loop_continue.
ca91424e
EZ
2250 (Define, Command Files): Document `end' and add index entries for
2251 it.
fcc73fe3 2252
5c95884b
MS
22532006-01-04 Michael Snyder <msnyder@redhat.com>
2254
2255 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 2256 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 2257
860701dc
PH
22582006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
2259
2260 * gdb.texinfo (Omissions from Ada): Document that there is now
2261 limited aggregate support.
2262
36b80e65
EZ
22632005-12-28 Eli Zaretskii <eliz@gnu.org>
2264
2265 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
2266 registers and the likes.
2267
c1468174
EZ
22682005-12-24 Eli Zaretskii <eliz@gnu.org>
2269
2270 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
2271 (Symbols): Fix usage of "e.g.".
359df76b 2272 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
2273
2274 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
2275 (Coding): Fix usage of "e.g.".
2276
c02a867d
EZ
22772005-12-23 Eli Zaretskii <eliz@gnu.org>
2278
5ae4183a
AS
2279 * stabs.texinfo:
2280 * refcard.tex:
c02a867d 2281 * gpl.texi:
5ae4183a
AS
2282 * gdbint.texinfo:
2283 * gdb.texinfo:
2284 * gdb-cfg.texi:
c02a867d 2285 * fdl.texi:
5ae4183a
AS
2286 * annotate.texinfo:
2287 * all-cfg.texi:
c02a867d
EZ
2288 * Makefile.in: Add (C) after Copyright. Update the FSF
2289 address.
2290
fad38dfa
EZ
22912005-12-03 Eli Zaretskii <eliz@gnu.org>
2292
2293 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
2294 extend GDB with commands for external monitor.
2295
53e5f3cf
AS
22962005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
2297
2298 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
2299
55f6ca0f
JB
23002005-11-25 Joel Brobecker <brobecker@adacore.com>
2301
2302 * gdbint.texinfo (Start of New Year Procedure): New chapter.
2303
c1947b85
JB
23042005-11-21 Jim Blandy <jimb@redhat.com>
2305
2306 * gdb.texinfo (Tracepoint Packets): Document restrictions on
2307 placement of 'R' actions in tracepoint action packets; document
2308 dependence of 'X' and 'M' actions on a preceding 'R' action for
2309 their registers.
2310
9d29849a
JB
23112005-11-19 Jim Blandy <jimb@redhat.com>
2312
2313 * gdb.texinfo (Tracepoint Packets): New node.
2314 (General Query Packets): Add entries for the tracepoint packets,
2315 referring to the "Tracepoint Packets" node.
2316 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 2317
9a6253be
KB
23182005-11-18 Kevin Buettner <kevinb@redhat.com>
2319
2320 * gdb.texinfo (set remotebreak): Add anchor.
2321 (X packet): Likewise.
2322 (Remote Protocol): Add new section `Interrupts' and new index
2323 entry `interrupts (remote protocol)'.
2324
5f3bebba
JB
23252005-11-18 Jim Blandy <jimb@redhat.com>
2326
2327 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
2328 entries into the General Query Packets section. Add a
2329 cross-reference to that section. Drop description of replies, as
2330 these are covered in the descriptions of each packet.
2331 (General Query Packets): Add introductory text. Explain naming
2332 conventions, and how the end of a name is recognized.
2333
9a7a1b36
KB
23342005-11-17 Kevin Buettner <kevinb@redhat.com>
2335
0564b6cf 2336 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
2337 "set remotebreak" command.
2338
b8ff78ce
JB
23392005-11-16 Jim Blandy <jimb@redhat.com>
2340
2341 * gdb.texinfo (Packets, Stop Reply Packets)
2342 (General Query Packets): Various formatting cleanups.
2343 - Use @samp for packet contents.
2344 - Drop summaries from packet @item lines; the same information appears
2345 immediately below in the description.
2346 - Delete paragraph breaks after packet @item commands, so that the
2347 description appears directly to the right of the packet prototype
2348 in the printed manual, if it fits.
2349 - Place spaces in packet prototypes between @vars and non-@var
2350 letters, and explain that they're just for formatting.
2351 - Use @dots{} instead of '...'.
2352 - Fix uses of @code where @var was needed.
2353 - Replace "deprecated" markers with English text spelling out the
2354 packet's status and the preferred alternatives.
2355 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
2356 what this ever meant.
2357 - Remove "(draft)" markers on 'i' packets; nobody has commented on
2358 this for a long time.
2359 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
2360 implemented several times, and have been in use for years.
2361
8ffe2530
JB
23622005-11-15 Jim Blandy <jimb@redhat.com>
2363
c43c5473
JB
2364 * gdb.texinfo (Packets): Add index entries for 'm' packet
2365 disclaimers.
5ae4183a 2366
fb031cdf
JB
2367 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
2368 of stub when processing an 'm' packet.
2369
8ffe2530
JB
2370 * gdb.texinfo (Packets): Mention that packets beginning with
2371 letters are reserved once, at the top, instead of actually listing
2372 them all and saying "reserved".
2373
c03c782f
AS
23742005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
2375
2376 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
2377 Change @var{$arg0 to @code{$arg0.
2378
814e32d7
WZ
23792005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
2380
2381 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
2382
fa93a9d8
JB
23832005-11-12 Jim Blandy <jimb@redhat.com>
2384
2385 * gdb.texinfo (General Query Packets): Put packets in alphabetical
2386 order. Remove extraneous 'z'.
2387
8a5a3c82
AS
23882005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
2389
2390 * gdb.texinfo (Choosing files): Add --eval-command.
2391
4b0ad762
AS
23922005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
2393
2394 * gdb.texinfo (Choosing modes): Add --return-child-result.
2395
2396
1a088d06
AS
23972005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
2398
2399 * gdb.texinfo (Choosing modes): Add --batch-silent.
2400
656d5e12
EZ
24012005-10-28 Eli Zaretskii <eliz@gnu.org>
2402
2403 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
2404 "The -var-update Command".
2405
3c9c013a
JB
24062005-10-03 Joel Brobecker <brobecker@adacore.com>
2407
2408 * gdb.texinfo (Print Settings): Add documentation for set/show
2409 print array-indexes.
2410
7ba3cf9c
DJ
24112005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
2412
2413 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
2414 6.2 and 6.3.
2415
a94ab193
EZ
24162005-08-27 Eli Zaretskii <eliz@gnu.org>
2417
2418 * gdb.texinfo (File Options): Don't document --mapped, it's gone
2419 since 19-Jan-2004.
2420 (Files): Likewise.
ab1adacd
EZ
2421 (Variables, Symbols): Document the "<incomplete type>" message and
2422 its reasons.
a94ab193 2423
ca06016a
FF
24242005-08-01 Fred Fish <fnf@specifix.com>
2425
2426 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
2427
cf58170d
NR
24282005-07-15 Nick Roberts <nickrob@snap.net.nz>
2429
2430 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
2431 option for -var-list-children and -var-update.
2432 (GDB/MI Stack Manipulation): Simplify description of
2433 print-values option for -stack-list-locals.
2434 (GDB/MI Command Description Format): Clarify.
2435 (Mode Options): Spelling of superseded.
2436
38f1196a
BR
24372005-07-12 Bob Rossi <bob@brasko.net>
2438
2439 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
2440 corresponding GDB command comment.
2441
3cb3b8df
BR
24422005-07-06 Bob Rossi <bob@brasko.net>
2443
2444 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
2445 and -inferior-tty-show.
2446 (Input/Output): Document "set/show inferior-tty" and tty alias.
2447
10fac096
NW
24482005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
2449
2450 * gdb.texinfo (Packets): Change description of 'D' packet to note
2451 that GDB does wait for a response.
2452
d1b6db76
NR
24532005-06-22 Nick Roberts <nickrob@snap.net.nz>
2454
2455 * gdb.texinfo (History) Rename "Command History".
2456 (Command History): Move node "Server Prefix" from section on
2457 Annotations here.
2458
29629dcf
NR
24592005-06-19 Nick Roberts <nickrob@snap.net.nz>
2460
2461 * gdb.texinfo (GDB/MI Stack Manipulation):
2462 Re-instate -stack-info-frame with example. Say that it gets
2463 info on selected frame, not current frame.
2464
397ca115
EZ
24652005-06-18 Eli Zaretskii <eliz@gnu.org>
2466
2467 * gdb.texinfo (Server): Clarify that `file' should be used before
2468 connecting to the server.
2469 (Files): Add an xref to the above description.
51274035
EZ
2470 (Output Formats): More detailed description of the `c' format.
2471 (Memory): List explicitly all the formats supported by `x'.
638ac427 2472 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 2473 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
2474 files. Add more indexing for solib-absolute-prefix and
2475 --with-sysroot.
76d17f34
EZ
2476 (Machine Code): Document possible problems with locations in
2477 shared libraries.
d416eeec
EZ
2478 (Backtrace): Document that free-standing environments do not need
2479 to have a `main' function.
397ca115 2480
74f6deaa
NR
24812005-06-18 Nick Roberts <nickrob@snap.net.nz>
2482
2483 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
2484 -stack-info-frame.
2485
a9967aef
AC
24862005-06-07 Andrew Cagney <cagney@gnu.org>
2487
2488 * gdb.texinfo (Contributors): Note the original multi-arch
2489 contributors.
2490
e09f16f9
EZ
24912005-06-03 Eli Zaretskii <eliz@gnu.org>
2492
2493 * gdb.texinfo (Registers): Add index entries for the standard
2494 registers.
2495 (Frames): Add cross-reference from frame pointer description to
2496 the Registers node.
2497 (Annotations Overview): Fix the reference to GDB name.
2498
d87ba7ee
EZ
24992005-06-01 Eli Zaretskii <eliz@gnu.org>
2500
2501 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
2502 can-use-hw-watchpoints.
2503
034dad6f
BR
25042005-05-28 Bob Rossi <bob@brasko.net>
2505
2506 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
2507 the possible reasons why an exec async record would be returned to FE.
2508
ffed4509
AC
25092005-05-26 Andrew Cagney <cagney@gnu.org>
2510
2511 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
2512 Andrew Cagney implemented the original GDB/MI.
2513
e22e55c9
OF
25142005-05-23 Orjan Friberg <orjanf@axis.com>
2515
2516 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
2517 documentation. Add documentation for cris-mode.
2518
a78e13ce
EZ
25192005-05-20 Eli Zaretskii <eliz@gnu.org>
2520
2521 * gdb.texinfo (Numbers): Explain the example and make the wording
2522 more acurate.
2523
76ff342d
DJ
25242005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
2525 Dennis Brueni <dennis@slickedit.com>
2526
2527 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
2528 (GDB/MI Data Manipulation, GDB/MI Program Control)
2529 (GDB/MI Stack Manipulation): Update examples to include the fullname
2530 attribute in stack frames.
2531
119b882a
EZ
25322005-05-12 Eli Zaretskii <eliz@gnu.org>
2533
2534 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
2535 do with other non-standard names of init files.
2536
6fc08d32
EZ
25372005-05-11 Eli Zaretskii <eliz@gnu.org>
2538
2539 * gdb.texinfo (Command Files): Move the description of the startup
2540 from here...
2541 (Startup): ...to this new subsection of the Invocation chapter.
2542 Rearrange the description of init files more logically and add a
2543 cross-reference to "Command Files". Document the special gdbinit
2544 name for CISCO 68k. Expand the description of what GDB does
2545 during startup.
2546 (History): Add index entry for HISTSIZE.
2547
a561754a
MK
25482005-05-02 Mark Kettenis <kettenis@gnu.org>
2549
2550 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
2551
2eecc4ab
EZ
25522005-05-02 Eli Zaretskii <eliz@gnu.org>
2553
2554 * gdb.texinfo (SVR4 Process Information, The isatty call)
2555 (The system call): Don't use foo(N) notation for man pages and
2556 functions.
514c4d71 2557 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 2558
18999be5
EZ
25592005-04-27 Eli Zaretskii <eliz@gnu.org>
2560
2561 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
2562 were optimized away.
2563
0abb7bc7
EZ
25642005-04-22 Eli Zaretskii <eliz@gnu.org>
2565
2566 * gdb.texinfo (Remote configuration): Document "set/show
2567 get-thread-local-storage-address". Add cross-reference to the
2568 description of the qGetTLSAddr packet.
2569 (General Query Packets): Mention "set remote
2570 get-thread-local-storage-address" and add a reference to its
2571 description.
2572
6f61acb1
NR
25732005-04-19 Nick Roberts <nickrob@snap.net.nz>
2574
2575 * gdb.texinfo (Backtrace): Describe 'bt full'.
2576
9d59903a
NR
25772005-04-17 Nick Roberts <nickrob@snap.net.nz>
2578
2579 * gdb.texinfo (Mode Options): Fix typo.
2580 (GDB/MI): Describe how to invoke GDB/MI.
2581
721c2651
EZ
25822005-04-16 Eli Zaretskii <eliz@gnu.org>
2583
2584 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 2585 references changed. Add description of "info udot".
721c2651
EZ
2586 (Files): Document "set/show stop-on-solib-events".
2587 (M32R/D): Document "set/show download-path", "set/show
2588 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
2589 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
2590 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
2591 (Maintenance Commands): Improve indexing.
2592 (Target Commands): Document "set/show hash", "set/show debug
2593 monitor".
2594 (SVR4 Process Information): Document "info pidlist" and "info
2595 meminfo". Document "set/show procfs-tarce" and "set/show
2596 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
2597 (Symbols, The Print Command with Objective-C): Improve indexing.
2598 (Objective-C): Add references to "info classes" and "info
2599 selectors".
c45da7e6
EZ
2600 (Debugging Output): Improve wording. Document "set/show debug
2601 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
2602 (Set Breaks): Add index entry for "hardware breakpoints".
2603 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
2604 and "set/show usehardbreakpoints".
2605 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
2606 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
2607 (ARM): Document "rdilogfile", "rdilogenable", "set/show
2608 rdiromatzero", "set/show rdiheartbeat".
2609 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
2610 "sds".
2611 (Embedded Processors): Document the "sim" command.
2612 (Remote): Document the "remote" command.
2613 (DJGPP Native): Document the "info serial" command.
2614 (Threads): Document "maint info sol-threads".
2615 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
2616 (Set Breaks): Improve indexing.
2617 (Command Syntax): Add a reference to dont-repeat.
2618 (Define): Document "dont-repeat".
2619 (TUI Commands): Document "tabset".
2620 (WinCE): New subsection. Document "set/show remotedirectory",
2621 "set/show remoteupload", "set/show remoteaddhost".
721c2651 2622
14d6dd68
EZ
26232005-04-15 Eli Zaretskii <eliz@gnu.org>
2624
2625 * gdb.texinfo (Hurd Native): New subsection, documents
2626 Hurd-specific commands.
a64548ea 2627 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 2628 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
2629 (MIPS): Improve documentation of heuristic-fence-post. Document
2630 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
2631 mips stack-arg-size", "set/show mips mask-address", "set/show mips
2632 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 2633 (ARM): Document ARM-specific commands.
a64548ea
EZ
2634 (AVR): New section. Document "info io_registers".
2635 (CRIS): New section. Document "set/show cris-version" and
2636 "set/show cris-dwarf2-cfi".
2637 (HPPA): New section. Document "set/show debug hppa" and "maint
2638 print unwind".
a5adf40f 2639 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 2640 (Super-H): New section. Document the "regs" command.
721c2651 2641 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 2642
9c16f35a
EZ
26432005-04-09 Eli Zaretskii <eliz@gnu.org>
2644
2645 * gdb.texinfo (Print Settings): Document "set/show print
2646 pascal_static-members", "set print repeats", "show print
2647 null-stop". Improve indexing. Fix documentation of "set print
2648 union".
2649 (Pascal): New section.
2650 (Supported languages): Rename from "Support"; all references
2651 updated. Add a menu item for Pascal.
2652 (Numbers): Document "set radix.
2653 (Screen Size): Document "set/show pagination".
2654 (MIPS Embedded): Remove "set processor" documentation.
2655 (Remote configuration): Document "set/show X/P/Z-packet",
2656 "set/show read-aux-vector-packet", "set/show remote
2657 symbol-lookup-packet", "set/show remote verbose-resume-packet",
2658 "set/show remoteaddresssize", "set/show remotebaud", "set/show
2659 remotedebug", "set/show remotebreak", "set/show remotedevice",
2660 "set/show remotelogfile".
2661 (Auxiliary Vector): Add reference to the description of the
2662 read-aux-vector-packet setting.
2663 (Set Watchpoints): Add a cross-reference to "set remote
2664 hardware-breakpoint-limit".
2665 (General Query Packets): Add indexing of requests and
2666 cross-references to related commands in "Remote configuration".
2667 (File-I/O Overview, The system call): Fix wording and typos.
2668 (Thread Stops): Add index entries.
2669 (Continuing and Stepping): Document "show step-mode".
2670 (i386): New node. Document "set/show struct-convention".
2671 (Files): Document "show trust-readonly-sections".
2672 (Calling): Document "set/show unwindonsignal".
2673 (Messages/Warnings): Add index entries.
2674 (Maintenance Commands): Document "set/show watchdog".
2675 (Annotations Overview): Document "show annotate".
2676 (Set Watchpoints): Add index entries.
2677 (Symbols): Fix doc of case-sensitive.
2678 (ABI): Document "show coerce-float-to-double".
2679 (Convenience Vars, Help): Improve indexing.
2680 (Machine Code): Document "show disassembly-flavor".
2681 (Debugging C plus plus): Document "show overload-resolution".
2682 (Value History, Signaling): Add index entries.
2683
26842005-04-08 Eli Zaretskii <eliz@gnu.org>
2685
2686 * gdb.texinfo (Show): Move @kindex entries to their proper places.
2687 (Processes): Fix wording.
2688 (History, List, Logging output, Define, Symbols, Print Settings):
2689 Improve indexing.
2690
a8f24a35
EZ
26912005-04-03 Eli Zaretskii <eliz@gnu.org>
2692
2693 * gdb.texinfo (Targets): Document "set/show architecture". Remove
2694 redundant index entry for "target" command.
2695 (Backtrace): Add index entries.
2696 (Symbols, Fortran): Document the "set case-sensitive" command.
2697 (DJGPP Native): Document "set com1base", "set com1irq", etc.
2698 (Print Settings): Add index entry for "set demangle-style".
2699 (Target Commands): Document "set download-write-size".
2700 (Debugging Output): Document "set exec-done-display".
2701
09d4efe1
EZ
27022005-04-02 Eli Zaretskii <eliz@gnu.org>
2703
2704 * gdb.texinfo (Files): Fix the name and documentation of
2705 add-shared-symbol-files. Document its alias assf. Update the
2706 list of OSs where GDB supports shared libraries. Fix markup.
2707 (Continuing and Stepping): Add reference to @var{location} in the
2708 text.
2709 (Dump/Restore Files): Fix reference to @{filename}.
2710 (Help): Fix wording.
2711 (Attach): Ditto.
2712 (Set Watchpoints): Ditto.
2713 (Backtrace): Remove redundant index entries. Improve index
2714 entries.
2715 (Delete Breaks): Fix wording.
2716 (Memory): Document the compare-sections command.
2717 (Memory Region Attributes): Improve wording.
2718 (Disabling): Improve wording.
2719 (Fortran): New subsection. Document the "info common" command.
2720 (Help): Document aliases "info copying" and "info warranty".
2721 (Caching Remote Data): New section. Document the "set/show
2722 remotecache" and "info dcache" commands.
2723 (Show): Fix wording of the documentation of the "set
2724 extension-language" command.
2725 (Signals): Add index entry for "info handle".
2726 (Memory Region Attributes): Fix punctuation.
2727 (Symbols): Change the arg name to "location" and refer to it in
2728 the text. Fix wording of "info types" doc.
2729 (Threads): Fix usage of @enumerate @item's.
2730 (Listing Tracepoints): Add index entry for "info tp".
2731 (Set Watchpoints): Add xref to "info break" description.
2732 (Macros): Add an index entry for "macro exp1". Document the
2733 "macro list" command.
2734 (Maintenance Commands): Document "flushregs", "maint agent",
2735 "maint check-symtabs", "maint cplus", "maint demangle", "maint
2736 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
2737 "maint print architecture", "maint print objfiles", "maint print
2738 statistics", "maint print type", "maint show-debug-regs", "maint
2739 space", "maint time", and "maint translate-address".
2740 (Connecting): Document the "monitor" command.
2741 (Annotations Overview): Describe the "set annotate" command.
2742
82f2d802
EZ
27432005-04-01 Eli Zaretskii <eliz@gnu.org>
2744
2745 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
2746 Rearrange index entries and improve wording about support for
2747 hardware watchpoints.
2748
7d51c7de
BR
27492005-03-10 Bob Rossi <bob@brasko.net>
2750
2751 * gdb.texinfo: Update copyright
2752
68c71a2e
TR
27532005-02-09 Theodore A. Roth <troth@openavr.org>
2754
2755 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
2756 error.
2757
83761cbd
KB
27582005-02-03 Kevin Buettner <kevinb@redhat.com>
2759
2760 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
2761
9f1c6395
MS
27622005-01-17 Michael Snyder <msnyder@redhat.com>
2763
2764 * gdb.texinfo: Fix spelling, infinte -> infinite.
2765
fbd1b305
MK
27662005-01-08 Mark Kettenis <kettenis@gnu.org>
2767
2768 * observer.texi (GDB Observers): Document "solib_loaded".
2769
3ace7edb
AC
27702005-01-07 Andrew Cagney <cagney@gnu.org>
2771
bec39cab
AC
2772 * configure.ac: Rename configure.in, require autoconf 2.59.
2773 * configure: Re-generate.
2774
3ace7edb
AC
2775 * configure.in: Replace configdirs with multiple references to
2776 AC_CONFIG_SUBDIRS.
2777 * configure: Re-generate.
5ae4183a 2778
53531fc1
AC
27792005-01-04 Andrew Cagney <cagney@gnu.org>
2780
2781 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
2782 part of the version number.
2783
536ffdb7
MK
27842004-12-24 Mark Kettenis <kettenis@gnu.org>
2785
2786 * gdbint.texinfo (Algorithms): Remove description of
2787 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
2788
e1aac25b
JB
27892004-12-07 Jim Blandy <jimb@redhat.com>
2790
2791 * gdb.texinfo (General Query Packets): Specify that thread ID's in
2792 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
2793 numbers.
2794
f47b1503
AS
27952004-12-07 Andreas Schwab <schwab@suse.de>
2796
2797 * gdb.texinfo (Mode Options): Document -l option.
2798
b6b8ece6
EZ
27992004-12-04 Eli Zaretskii <eliz@gnu.org>
2800
2801 * gdbint.texinfo (Algorithms): More accurate description of
2802 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
2803 is not needed unless data-read and data-access watchpoints are
2804 supported. Add a description of how GDB checks whether the
2805 inferior stopped because a watchpoint was hit.
2806
01371747
EZ
28072004-11-23 Eli Zaretskii <eliz@gnu.org>
2808
2809 * gdb.texinfo (Files): Add cross-reference to description of
2810 -readnow command-line switch.
2811
2315ffec
RC
28122004-11-10 Randolph Chung <tausq@debian.org>
2813
2814 * gdb.texinfo: Document set/show backtrace past-entry commands.
2815 Rearrange index entries for set/show backtrace past-main.
2816
69065f5d
AC
28172004-11-10 Jon Beniston <jon@beniston.com>
2818
2819 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
2820 * gdb.texinfo (Remote Serial Protocol): Further describe
2821 binary transfer escaping mechanism .
69065f5d 2822
30e91e0b
RC
28232004-11-08 Randolph Chung <tausq@debian.org>
2824
2825 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
2826 and "show debug infrun". Add index entries.
2827
60bf7e09
EZ
28282004-10-23 Eli Zaretskii <eliz@gnu.org>
2829
2830 * gdb.texinfo (SVR4 Process Information): Document subcommands of
2831 "info proc" that are already implemented. Add index entries.
2832 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
2833 (Files): Add a tip for decreasing memory used for symtabs from
2834 shared libraries.
f018e82f
EZ
2835 (Starting): Fix whitespace; make "elaboration" stand out where it
2836 is first used, and add an index entry for the term.
f8568604
EZ
2837 (Calling): Expand and elaborate text. Add "print". Add the
2838 description of problems with weak aliases.
384ee23f 2839 (Core File Generation): New section.
60bf7e09 2840
d52fe014
AC
28412004-10-12 Andrew Cagney <cagney@gnu.org>
2842
2843 * gdbint.texinfo (Versions and Branches): New chapter.
2844 (Releasing GDB): Delete "Versions and Branches" section.
2845 (Top): Add "Versions and Branches".
2846
703663ab
EZ
28472004-10-08 Eli Zaretskii <eliz@gnu.org>
2848
2849 * gdb.texinfo (Editing, History): Add cross-references to the
2850 included Readline and History user documentation. Remove
2851 references to the symbol have-readline-appendices which is unused
2852 and undefined.
2853 (History): Fix indexing.
2854
ac77d04f
JJ
28552004-10-08 Jeff Johnston <jjohnstn@redhat.com>
2856
2857 * gdbint.texinfo (target_stopped_data_address): Update to
2858 new prototype.
2859 (i386_stopped_data_address): Update prototype and description.
2860 (i386_stopped_by_watchpoint): New function and description.
2861
e07c999f
PH
28622004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
2863
2864 * gdb.texinfo (Filenames): Add Ada suffixes.
2865 (Ada) New section.
2866
2e868123
AC
28672004-09-27 Andrew Cagney <cagney@gnu.org>
2868 Robert Picco <Robert.Picco@hp.com>
2869
2870 * gdb.texinfo (Packets): Document the "p" packet.
2871
02a57714
JM
28722004-09-21 Jason Molenda (jmolenda@apple.com)
2873
2874 * gdb.texinfo (Paths and Names of the Source Files): Document the
2875 meaning of values in the 'desc' field of a SO stab.
2876
ae038cb0
DJ
28772004-09-20 Daniel Jacobowitz <dan@debian.org>
2878
2879 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
2880 max-cache-age" and "maint show dwarf2 max-cache-age".
2881
f7dc1244
EZ
28822004-09-16 Eli Zaretskii <eliz@gnu.org>
2883
2884 * gdb.texinfo (Set Breaks): Add index entry for setting
2885 breakpoints on overloaded C++ functions that are not members of
2886 any classes. Add an example and an index entry for setting
2887 breakpoints on all program functions.
2888 (Character Sets, Macros, Overlay Commands)
2889 (Non-debug DLL symbols, GDB/MI Output Syntax)
2890 (Annotations Overview, Maintenance Commands, File-I/O Overview):
2891 Use "(@value{GDBP})" instead of a literal "(gdb)".
2892
f810308b
AC
28932004-09-12 Andrew Cagney <cagney@gnu.org>
2894
2895 * gdbint.texinfo (Native Debugging): Delete description of
2896 FILES_INFO_HOOK.
2897
15a661f3
PH
28982004-09-11 Paul Hilfinger <hilfinger@gnat.com>
2899
5ae4183a
AS
2900 * gdbint.texinfo (User Interface): Change local_hex_string_custom
2901 to hex_string_custom (not historically correct, but more
15a661f3
PH
2902 understandable, given the current code).
2903
f3219c75
AC
29042004-09-03 Andrew Cagney <cagney@gnu.org>
2905
2906 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
2907
f3bb6704
JJ
29082004-09-01 Jeff Johnston <jjohnstn@redhat.com>
2909
2910 * observer.texi (solib_unloaded): New observer.
2911
8d2c00cb
AC
29122004-08-24 Andrew Cagney <cagney@gnu.org>
2913
2914 * gdbint.texinfo (Target Architecture Definition): Add missing
2915 comma.
2916
e7dc800a
MC
29172004-08-20 Michael Chastain <mec.gnu@mindspring.com>
2918
2919 * (Using the Testsuite): build != host is supported,
2920 but some test scripts do not support build != host.
2921
73b03683
MK
29222004-08-14 Mark Kettenis <kettenis@gnu.org>
2923
2924 * gdbint.texinfo (Host Definition): Delete description of
2925 FCLOSE_PROVIDED and GETENV_PROVIDED.
2926
c0ccb908
MK
29272004-08-05 Mark Kettenis <kettenis@chello.nl>
2928
2929 * gdbint.texinfo (Host Definition): Delete description of
2930 NO_SYS_FILE.
2931 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
2932 PTRACE_FP_BUG.
2933
9c8dbfa9
AC
29342004-08-05 Andrew Cagney <cagney@gnu.org>
2935
2936 * gdbint.texinfo (Target Architecture Definition): Delete
2937 reference to deprecated_read_fp.
2938
f42accbe
AC
29392004-08-02 Andrew Cagney <cagney@gnu.org>
2940
2941 * gdbint.texinfo (Target Architecture Definition): Delete
2942 description of DEPRECATED_REGISTER_BYTES.
2943
0b66e38c
EZ
29442004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2945
2946 * gdb.texinfo (Source Path): Document the new behavior of
2947 searching for the source files.
2948
15387254
EZ
29492004-07-17 Eli Zaretskii <eliz@gnu.org>
2950
2951 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
2952 (Search, Expressions, Arrays, Variables, Data, Machine Code)
2953 (Auto Display): Improve indexing.
2954
2c07db7a
AC
29552004-07-16 Andrew Cagney <cagney@gnu.org>
2956
2957 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
2958 "-noasync".
2959
4644b6e3
EZ
29602004-07-09 Eli Zaretskii <eliz@gnu.org>
2961
2962 * gdb.texinfo: Fix @kindex entries so that multiple commands that
2963 have the same prefix have only their prefix in the index.
2964
7561d450
MK
29652004-07-03 Mark Kettenis <kettenis@gnu.org>
2966
2967 * gdb.texinfo (BSD libkvm Interface): New node (section)
2968 (Native): Add it to the menu.
2969
67bebe79
MK
29702004-07-01 Mark Kettenis <kettenis@gnu.org>
2971
2972 * gdbint.texinfo (Target Architecture Definition): Remove
2973 PCC_SOL_BROKEN.
2974
1a6923e0
MK
29752004-06-24 Mark Kettenis <kettenis@gnu.org>
2976
2977 * gdbint.texinfo (Target Architecture Definition): Remove
2978 SUN_FIXED_LBRAC_BUG.
2979
b435e160
AC
29802004-06-26 Andrew Cagney <cagney@gnu.org>
2981
2982 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
2983
b5622e8d
AC
29842004-06-20 Andrew Cagney <cagney@gnu.org>
2985
2986 * gdbint.texinfo (Target Architecture Definition): Deprecate
2987 USE_STRUCT_CONVENTION.
2988
e0c07bf0
MC
29892004-06-19 Michael Chastain <mec.gnu@mindspring.com>
2990
2991 gdb.texinfo (Bug Reporting): Mention session recording,
2992 with the script command or Emacs.
2993
782263ab
AC
29942004-06-18 Andrew Cagney <cagney@gnu.org>
2995
2996 * gdbint.texinfo (Target Architecture Definition): Deprecate
2997 FUNCTION_START_OFFSET.
2998
03727ca6
AC
29992004-06-14 Andrew Cagney <cagney@gnu.org>
3000
3001 Based on changes from Karl Berry.
3002 * gdb.texinfo: Do not use @sc in a direntry.
3003 * stabs.texinfo: Change @dircateogry to "Software development".
3004 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
3005
97092415
AC
30062004-06-13 Andrew Cagney <cagney@gnu.org>
3007
3008 * gdbint.texinfo (Target Architecture Definition): Delete
3009 description of RETURN_VALUE_ON_STACK.
3010
1f6d4158
AC
30112004-06-09 Andrew Cagney <cagney@gnu.org>
3012
3013 * gdbint.texinfo (Native Debugging): Restore "@table @code"
3014 deleted by previous patch.
3015
d966f0cb
AC
30162004-06-08 Andrew Cagney <cagney@gnu.org>
3017
3018 * gdbint.texinfo (Native Debugging): Delete documentation on
3019 ATTACH_DETACH.
3020
86fe4aaa
RC
30212004-06-06 Randolph Chung <tausq@debian.org>
3022
3023 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
3024
d4b6d575
RC
30252004-06-06 Randolph Chung <tausq@debian.org>
3026
5ae4183a 3027 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
3028 the new push_dummy_call method signature. Describe the function
3029 argument.
3030
4e8b0763
JB
30312004-05-24 Joel Brobecker <brobecker@gnat.com>
3032
3033 * gdb.texinfo (Starting): Document new start command.
3034
59caf092
AC
30352004-05-21 Andrew Cagney <cagney@redhat.com>
3036
3037 * observer.texi (GDB Observers): Document "inferior_created".
3038
e4a2df64
AC
30392004-05-08 Andrew Cagney <cagney@redhat.com>
3040
e6b55ae2
AC
3041 * gdbint.texinfo (Target Architecture Definition): Delete
3042 description of DO_DEFERRED_STORES.
3043
28954179
AC
3044 * gdbint.texinfo (Target Architecture Definition): Delete
3045 references to DEPRECATED_FIX_CALL_DUMMY.
3046
434b87dd
AC
3047 * gdbint.texinfo (Target Architecture Definition): Delete
3048 description of DEPRECATED_CALL_DUMMY_WORDS,
3049 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
3050
58d28df8
AC
3051 * gdbint.texinfo (Target Architecture Definition): Delete
3052 description of DEPRECATED_PUSH_DUMMY_FRAME.
3053
e4a2df64
AC
3054 * gdbint.texinfo (Target Architecture Definition): Delete
3055 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
3056
2b4855ab
AC
30572004-05-07 Andrew Cagney <cagney@redhat.com>
3058
3059 * observer.texi (GDB Observers): Add "Debugging" section. Include
3060 cross reference to "set/show debug observer".
3061 * gdb.texinfo (Debugging Output): Document "set/show debug
3062 observer".
3063
fcf70625
AC
30642004-05-01 Andrew Cagney <cagney@redhat.com>
3065
3066 * gdbint.texinfo (Target Architecture Definition): Delete
3067 description of DEPRECATED_PC_IN_SIGTRAMP.
3068
8ee56bcf
AC
30692004-04-30 Andrew Cagney <cagney@redhat.com>
3070
3071 * gdbint.texinfo (Target Architecture Definition): Delete
3072 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
3073
67ab9a76
OF
30742004-04-30 Orjan Friberg <orjanf@axis.com>
3075
3076 * observer.texi (GDB Observers): Correct spelling.
3077
79346bcb
OF
30782004-04-26 Orjan Friberg <orjanf@axis.com>
3079
3080 * observer.texi (GDB Observers): Add target_changed event.
3081
7a464420
AC
30822004-04-08 Andrew Cagney <cagney@redhat.com>
3083
3084 * observer.texi (GDB Observers): Rework, provide generic observer
3085 definitions and then a list of observable events.
3086
6cdf9d98
AC
30872004-04-04 Andrew Cagney <cagney@redhat.com>
3088
3089 * gdbint.texinfo (Host Definition): Delete reference to
3090 NO_SIGINTERRUPT.
3091
ddc135a4
AC
30922004-04-02 Andrew Cagney <cagney@redhat.com>
3093
3094 * gdbint.texinfo (Target Architecture Definition): Delete
3095 reference to DEPRECATED_CALL_DUMMY_LENGTH.
3096
6a1b180d
SC
30972004-03-28 Stephane Carrez <stcarrez@nerim.fr>
3098
3099 * gdb.texinfo (TUI Commands): Document tui reg commands.
3100
d0d5df6f
AC
31012004-03-26 Andrew Cagney <cagney@redhat.com>
3102
3103 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
3104 "gdbtui".
3105 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
3106 (Contributors): Mention both Text and Terminal User Interface.
3107
aa2a3f87
AC
31082004-03-23 Andrew Cagney <cagney@redhat.com>
3109
3110 * gdbint.texinfo (Target Architecture Definition): Deprecate
3111 references to SIGTRAMP_START and SIGTRAMP_END.
3112
f561f026
AC
31132004-03-23 Andrew Cagney <cagney@redhat.com>
3114
3115 * gdbint.texinfo (Target Architecture Definition): Deprecate
3116 references to PC_IN_SIGTRAMP.
3117
33cb8b0f
AC
31182004-03-19 Andrew Cagney <cagney@redhat.com>
3119
3120 * gdbint.texinfo (Target Architecture Definition): Delete
3121 reference to GDB_TARGET_IS_HPPA.
3122
fc989b7a
AC
31232004-03-18 Andrew Cagney <cagney@redhat.com>
3124
3125 * gdbint.texinfo (Coding): Update section on gdbarch_data,
3126 describe pre_init and post_init.
3127
701b08bb
DJ
31282004-03-09 Daniel Jacobowitz <drow@mvista.com>
3129
3130 * gdb.texinfo (Debugging Output): Document values for "set debug
3131 target".
3132
faae5abe
AC
31332004-02-28 Andrew Cagney <cagney@redhat.com>
3134
3135 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
3136
dd79a6cf
JJ
31372004-02-26 Jeff Johnston <jjohnstn@redhat.com>
3138
3139 * gdb.texinfo (breakpoints): Add information about the
3140 new "set breakpoint pending" and "show breakpoint pending"
3141 commands.
3142
e7f16015
AC
31432004-02-26 Andrew Cagney <cagney@redhat.com>
3144
3145 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
3146 in Per-architecture module data section.
3147
7161a3a6
RM
31482004-02-25 Roland McGrath <roland@redhat.com>
3149
3150 * gdb.texinfo (General Query Packets): Document qPart:... packets.
3151
2154891a
AC
31522004-02-24 Andrew Cagney <cagney@redhat.com>
3153
3154 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
3155 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
3156 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 3157
6c74ac8b
AC
31582004-02-17 Andrew Cagney <cagney@redhat.com>
3159
3160 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
3161
19772a2c
AC
31622004-02-16 Andrew Cagney <cagney@redhat.com>
3163
3164 * gdbint.texinfo (Target Architecture Definition): Deprecate
3165 FRAMELESS_FUNCTION_INVOCATION.
3166
c9830293
AC
31672004-02-16 Andrew Cagney <cagney@redhat.com>
3168
3169 * gdbint.texinfo (Coding): Mention -Wunused-function.
3170
b9d26eb9
AC
31712004-02-14 Andrew Cagney <cagney@redhat.com>
3172
3173 * gdbint.texinfo (Target Architecture Definition): Delete
3174 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
3175
49efadf5
EZ
31762004-02-12 Elena Zannoni <ezannoni@redhat.com>
3177
3178 * gdb.texinfo: Properly quote the name "C++".
3179 * gdbint.texinfo: Ditto.
3180 * stabs.texinfo: Ditto.
3181
1eb288ea
EZ
31822004-02-11 Elena Zannoni <ezannoni@redhat.com>
3183
3184 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
3185 minimal information about libiberty.
3186
e4937fc1
MC
31872004-02-06 Michael Chastain <mec.gnu@mindspring.com>
3188
3189 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
3190
a9331b3f
RM
31912004-02-04 Roland McGrath <roland@redhat.com>
3192
3193 * gdb.texinfo (Auxiliary Vector): New node (section).
3194 (Data): Add it to the menu.
3195
2650777c
JJ
31962004-02-02 Jeff Johnston <jjohnstn@redhat.com>
3197
3198 * gdb.texinfo (Breakpoints): Add information about pending
3199 breakpoint support.
3200
b4501125
AC
32012004-01-26 Andrew Cagney <cagney@redhat.com>
3202
3203 * gdb.texinfo (Overview): Delete references to the cisco protocol
3204 including the "N" response.
3205
74055713
AC
32062004-01-26 Andrew Cagney <cagney@redhat.com>
3207
3208 * gdbint.texinfo (Target Architecture Definition): Rename
3209 EXTRACT_STRUCT_VALUE_ADDRESS to
3210 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 3211
3bbe9696
EZ
32122004-01-24 Eli Zaretskii <eliz@gnu.org>
3213
3214 * gdb.texinfo (KOD): Document "show os". Add index entries for
3215 "set/show os" and "info cisco" commands.
3216
5843504f
EZ
32172004-01-21 Eli Zaretskii <eliz@gnu.org>
3218
3219 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
3220
9175c9a3
MC
32212004-01-19 Michael Chastain <mec.gnu@mindspring.com>
3222
3223 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
3224 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
3225
8e94b928
NR
32262004-01-19 Nick Roberts <nick@nick.uklinux.net>
3227
3228 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
3229 -stack-list-locals.
3230 (GDB/MI Variable Objects): Describe extension to
3231 -var-list-children.
3232
a20cf136
DJ
32332004-01-17 Daniel Jacobowitz <drow@mvista.com>
3234
3235 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
3236
afb18d0f
AC
32372004-01-17 Andrew Cagney <cagney@redhat.com>
3238
3239 * gdbint.texinfo (Target Architecture Definition): Delete
3240 documentation on DEPRECATED_NPC_REGNUM.
3241
b51970ac
DJ
32422004-01-13 Daniel Jacobowitz <drow@mvista.com>
3243
3244 * gdb.texinfo: Update copyright year. Mention that set
3245 follow-fork-mode is supported on GNU/Linux. Remove documentation of
3246 "set follow-fork-mode ask".
3247
0f0cffd2
AC
32482004-01-13 Andrew Cagney <cagney@redhat.com>
3249
3250 * gdbint.texinfo: Update copyright year.
3251 (Coding): Add -Wunused-label to list of -Werror warnings.
3252
c552b3bb 32532004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 3254 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
3255
3256 * gdb.texinfo: Update copyright.
3257 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
3258 around names, as appropriate. Minor syntax cleanup of
3259 _NSPrintForDebugger explanation. Two spaces after periods.
3260 GDBN used instead of lit. "gdb". Index entries added for
3261 print-object and _NSPrintForDebugger. @noindent added in one spot.
3262
afe157ca
EZ
32632003-11-11 Elena Zannoni <ezannoni@redhat.com>
3264
3265 * stabs.texinfo: Add dircategory and direntry commands.
3266 * annotate.texinfo: Ditto.
3267
963e2bb7
AC
32682003-11-10 Andrew Cagney <cagney@redhat.com>
3269
3270 * gdbint.texinfo (Target Architecture Definition): Replace the
3271 return_value method's "inval" and "outval" parameters with
3272 "readbuf" and "writebuf".
3273
1d8b2f28
JB
32742003-10-28 Jim Blandy <jimb@redhat.com>
3275
3276 * gdb.texinfo (The F request packet, The F reply packet): Renamed
3277 from "The `F' request packet" and "The `F' reply packet", to make
3278 texi2dvi happy.
3279 (File-I/O remote protocol extension): Update menu entries, too.
3280
36d86913
MC
32812003-10-26 Michael Chastain <mec@shout.net>
3282
3283 * gdb.texinfo (Thread Stops): Document the issue with
3284 premature return from system calls in multi-threaded programs.
3285
ce2826aa
AC
32862003-10-24 Andrew Cagney <cagney@redhat.com>
3287
3288 * annotate.texinfo: Fix "fortunatly"[sic].
3289
f24c5e49
KI
32902003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
3291
3292 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
3293 with "Hitachi" and "Mitsubishi".
3294
92ad9cd9
AC
32952003-10-20 Andrew Cagney <cagney@redhat.com>
3296
3297 * gdbint.texinfo (Target Architecture Definition): Document
3298 gdbarch_return_value. Add cross references from
3299 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
3300 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
3301
0ab4b752
MK
33022003-10-18 Mark Kettenis <kettenis@gnu.org>
3303
3304 * gdbint.texinfo (Target Architecture Definition): Document
3305 regset_from_core_section.
fb3e19c0
KI
3306
33072003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
3308
3309 * gdb.texinfo (M32R/D): Mention m32rsdi target.
3310
a9331b3f 33112003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
3312
3313 From Anthony Green <green@redhat.com>:
5ae4183a 3314 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 3315
1485d690
KB
33162003-10-14 Kevin Buettner <kevinb@redhat.com>
3317
3318 * gdb.texinfo (Breakpoint related warnings): New node.
3319 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 3320
86d30acc
DJ
33212003-10-13 Daniel Jacobowitz <drow@mvista.com>
3322
3323 * gdb.texinfo (Remote Protocol): Document v and vCont.
3324
172c2a43
KI
33252003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
3326
3327 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
3328 * gdbint.texinfo: Ditto.
3329
71952f4c
AC
33302003-10-09 Andrew Cagney <cagney@redhat.com>
3331
3332 From 2003-09-18 David Anderson <davea@sgi.com>:
3333 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
3334 "command".
3335
268e2188
AC
33362003-10-03 Andrew Cagney <cagney@redhat.com>
3337
3338 * gdbint.texinfo (Target Architecture Definition): Deprecate
3339 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
3340 just target.
3341
12c266ea 33422003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 3343
f30992d4 3344 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
3345 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
3346 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
3347 * gdbint.texinfo (Target Architecture Definition): Rename
3348
33492003-09-30 Andrew Cagney <cagney@redhat.com>
3350
f30992d4 3351 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 3352 (Target Architecture Definition):
f30992d4 3353
2e092625
AC
3354 * gdbint.texinfo (Target Architecture Definition): Rename
3355 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
3356
0717ae8a
AC
33572003-09-29 Andrew Cagney <cagney@redhat.com>
3358
dad809b7
AC
3359 * gdbint.texinfo (Target Architecture Definition): Delete
3360 documentation for NEED_TEXT_START_END.
3361
0717ae8a
AC
3362 * gdbint.texinfo (Target Architecture Definition): Rename
3363 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
3364 TARGET_WRITE_PC.
a9331b3f 3365
af6cf26d
MC
33662003-09-22 Michael Chastain <mec@shout.net>
3367
3368 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
3369
ee206350
AG
33702003-09-21 Anthony Green <green@redhat.com>
3371
3372 * gdbint.texinfo (Target Architecture Definition): Fix typos.
3373
a38c9fe6
MK
33742003-09-21 Mark Kettenis <kettenis@gnu.org>
3375
3376 * gdbint.texinfo (Target Architecture Definition): Document
3377 stabs_argument_has_addr.
3378
77949794
AC
33792003-09-18 Andrew Cagney <cagney@redhat.com>
3380
3381 * gdbint.texinfo (Target Architecture Definition): Delete
3382 documentation on REGISTER_NAMES.
3383
8e823e25
MK
33842003-09-13 Mark Kettenis <kettenis@gnu.org>
3385
3386 * gdbint.texinfo (Target Architecture Definition): Replace
3387 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
3388
f27dd7fd
AC
33892003-09-11 Andrew Cagney <cagney@redhat.com>
3390
3391 * gdbint.texinfo (Target Architecture Definition): Replace
3392 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
3393
8b148df9
AC
33942003-08-18 Andrew Cagney <cagney@redhat.com>
3395
3396 * gdbint.texinfo (Target Architecture Definition): Document
3397 "frame_red_zone_size".
3398
25d29d70
AC
33992003-08-09 Andrew Cagney <cagney@redhat.com>
3400
3401 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
3402 with "set/show backtrace past-main" and "set/show backtrace
3403 limit".
3404
c938e9b0
L
34052003-08-08 H.J. Lu <hongjiu.lu@intel.com>
3406
3407 * Makefile.in (install-info): Support DESTDIR.
3408 (install-html): Likewise.
3409
64fabec2
AC
34102003-08-07 Andrew Cagney <cagney@redhat.com>
3411
3412 Patch from Nick Roberts.
3413 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
3414 bindings. Remove description of send-gdb-command.
3415
2fcf52f0
AC
34162003-08-07 Andrew Cagney <cagney@redhat.com>
3417
3418 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
3419 GDB 6.0.
3420
086432e2
AC
34212003-08-06 Andrew Cagney <cagney@redhat.com>
3422
3423 * gdb.texinfo (Mode Options): Mention that level three is the
3424 highest available and that level 2 is deprecated.
3425 (Annotations Overview): Mention annotation levels. Cross reference
3426 to "Limitations of the Annotation Interface" in annotate.texi.
3427 (TODO, Value Annotations, Frame Annotations): Delete section.
3428 (Displays, Breakpoint Info): Delete.
3429
e5249f67
AC
34302003-08-04 Andrew Cagney <cagney@redhat.com>
3431
3432 * agentexpr.texi: Delete @bye.
3433 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
3434 (stabs.info): Add $(srcdir) to include search path.
3435 (html): Depend on "annotate_toc.html", and not "annotate.html".
3436 * stabs.texinfo: Ditto. Include "fdl.texi".
3437 * gdbint.texinfo: Update copyright statement's list of invariant
3438 sections.
3439
e6f672d2
AC
34402003-07-28 Andrew Cagney <cagney@redhat.com>
3441
3442 * Makefile.in (INFO_DEPS): Add annotate.info.
3443 (dvi, ps, html, pdf): Add annotate.
3444 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
3445 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
3446 (ANNOTATE_DOC_FILES): New macro.
3447 (ANNOTATE_TEX_TMPS): New macro.
3448 (annotate.info, annotate_toc.html): Specify dependencies.
3449 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
3450 * annotate.texinfo: Rename annotate.texi. Get building. Add
3451 "Migrating to GDB/MI" and "Limitations of the Annotation
3452 Interface" chapters. Mention why it is not part of the user
3453 guide. Update copyright notice. Include "fdl.texi".
3454
72ffddc9
SC
34552003-07-26 Stephane Carrez <stcarrez@nerim.fr>
3456
3457 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
3458
a9f12a31
DJ
34592003-07-24 Daniel Jacobowitz <drow@mvista.com>
3460
3461 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
3462
b1fe9455
DJ
34632003-07-24 Daniel Jacobowitz <drow@mvista.com>
3464
3465 * gdb.texinfo (Server): Mention pidof.
3466
153721e6
AC
34672003-07-22 Andrew Cagney <cagney@redhat.com>
3468
3469 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
3470 list.
3471
0fac0b41
DJ
34722003-06-28 Daniel Jacobowitz <drow@mvista.com>
3473
3474 * gdb.texinfo (Logging output): New chapter.
3475
4e562065
JB
34762003-06-24 Joel Brobecker <brobecker@gnat.com>
3477
3478 * gdb.texinfo (Unsupported languages): New section.
3479 (Languages): Add link to new section.
3480
f2c06f52
AC
34812003-06-22 Andrew Cagney <cagney@redhat.com>
3482
3483 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
3484
b4177fca
DJ
34852003-06-22 Daniel Jacobowitz <drow@mvista.com>
3486
3487 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
3488
f418dd93
DJ
34892003-06-22 Daniel Jacobowitz <drow@mvista.com>
3490
3491 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
3492 * agentexpr.texi: Retitle section, and change it to an appendix.
3493 Comment out texinfo initialization. Factor a @var{} into two
3494 pieces to prevent makeinfo warnings.
3495 * gdb.texinfo: Add Agent Expressions appendix.
3496
4ca61388
DJ
34972003-06-19 Daniel Jacobowitz <drow@mvista.com>
3498
3499 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
3500
07f31aa6
DJ
35012003-06-18 Daniel Jacobowitz <drow@mvista.com>
3502
5ae4183a 3503 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
3504 remote target". Document the "detach" and "disconnect" commands.
3505 (Server, Netware, Debug Session): Reference "Connecting to a
3506 remote target".
3507 (GDB/MI Target Manipulation): Document "-target-disconnect".
3508
2dd0da42
AC
35092003-06-13 Andrew Cagney <cagney@redhat.com>
3510
3511 * gdbint.texinfo (Target Architecture Definition): Deprecate
3512 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
3513 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
3514
e7a3abfc
JB
35152003-06-09 Jim Blandy <jimb@redhat.com>
3516
3517 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
3518
25e3a86b
AC
35192003-06-08 Andrew Cagney <cagney@redhat.com>
3520
3521 * gdbint.texinfo (Target Architecture Definition): Delete
3522 documentation on FRAME_ARGS_ADDRESS_CORRECT.
3523
a9e5fdc2
AC
35242003-06-08 Andrew Cagney <cagney@redhat.com>
3525
3526 * gdbint.texinfo (Target Architecture Definition): Document
3527 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
3528
b37303ee
AF
35292003-06-07 Adam Fedor <fedor@gnu.org>
3530
3531 * gdb.texinfo: Add Objective-C documentation.
3532
39fe6e80
AC
35332003-06-01 Andrew Cagney <cagney@redhat.com>
3534
3535 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
3536 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
3537
125309b2
AC
35382003-05-21 Andrew Cagney <cagney@redhat.com>
3539
3540 * gdbint.texinfo (Target Architecture Definition): Delete
3541 references to "extract_address" and "store_address".
3542
b8b527c5
AC
35432003-05-16 Andrew Cagney <cagney@redhat.com>
3544
3545 * gdbint.texinfo (Target Architecture Definition): Replace
3546 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
3547 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
3548
50e3ee83
TR
35492003-05-14 Theodore A. Roth <troth@openavr.org>
3550
3551 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
3552
44e2be90
L
35532003-05-10 H.J. Lu <hongjiu.lu@intel.com>
3554
3555 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
3556 (gdb.dvi): Likewise.
3557 (gdb.pdf): Likewise.
3558 (links2roff): Likewise.
3559
df5215a6
JB
35602003-05-08 Jim Blandy <jimb@redhat.com>
3561
3562 * gdb.texinfo (Dump/Restore Files): Update documentation for
3563 'dump', 'append', and 'restore': note that format argument is
3564 optional; simplify presentation of the command variants; and be
3565 more precise about the formats.
3566
5e7b2f39
JB
35672003-05-07 Jim Blandy <jimb@redhat.com>
3568
3569 * gdb.texinfo (Symbols): Update documentation: 'maint list
3570 symtabs' and 'maint list psymtabs' have been renamed 'maint info
3571 symtabs' and 'maint info psymtabs'.
3572
b1e29e33
AC
35732003-05-05 Andrew Cagney <cagney@redhat.com>
3574
3575 * gdbint.texinfo (Target Architecture Definition): Make
3576 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
3577 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
3578 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
3579
00905d52
AC
35802003-05-04 Andrew Cagney <cagney@redhat.com>
3581
3582 * gdb.texinfo (Maintenance Commands): Document "maint print
3583 dummy-frames".
3584
54ff5908
AC
35852003-05-04 Andrew Cagney <cagney@redhat.com>
3586
3587 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
3588
32e7087d
JB
35892003-05-03 J. Brobecker <brobecker@gnat.com>
3590
3591 Thierry Schneider <tpschneider1@yahoo.com>
3592 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
3593 for new MI command.
3594
7043d8dc
AC
35952003-05-03 Andrew Cagney <cagney@redhat.com>
3596
3597 * gdbint.texinfo (Target Architecture Definition): Document
3598 push_dummy_code. Add cross references.
3599
e33d66ec
EZ
36002003-05-02 Elena Zannoni <ezannoni@redhat.com>
3601
3602 * gdb.texinfo (Character Sets): Update to reflect new behavior of
3603 set/show charsets commands.
3604
0ba6dca9
AC
36052003-04-28 Andrew Cagney <cagney@redhat.com>
3606
3607 * gdbint.texinfo (Target Architecture Definition): Replace
3608 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
3609 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
3610
d7a27068
AC
36112003-04-28 Andrew Cagney <cagney@redhat.com>
3612
3613 * gdbint.texinfo (Target Architecture Definition): Rename
3614 "tm_print_insn" to "deprecated_tm_print_insn".
3615
44ea7b70
JB
36162003-04-09 Jim Blandy <jimb@redhat.com>
3617
3618 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
3619 list psymtabs'.
3620
fb8f8949
AC
36212003-04-08 Andrew Cagney <cagney@redhat.com>
3622
3623 * gdbint.texinfo (Target Architecture Definition): Delete
3624 references to EXTRA_FRAME_INFO.
3625
32fb0f22
AC
36262003-04-08 Andrew Cagney <cagney@redhat.com>
3627
3628 * gdbint.texinfo (Target Architecture Definition): Delete
3629 PRINT_TYPELESS_INTEGER.
3630
6be67e67
JB
36312003-04-02 J. Brobecker <brobecker@gnat.com>
3632
3633 * observer.texi (GDB Observers): Adjust the documentation for the
3634 normal_stop notification to better describe reality. Fix a couple
3635 of minor typos.
3636
4e35d5f0
BR
36372003-04-02 Bob Rossi <bob_rossi@cox.net>
3638
a9331b3f 3639 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
3640 '-file-list-exec-source-file'
3641
e8a8712a
AC
36422003-03-31 Andrew Cagney <cagney@redhat.com>
3643
3644 * gdbint.texinfo (Target Architecture Definition): Delete
3645 references to CALL_DUMMY_P.
3646
6c0e89ed
AC
36472003-03-30 Andrew Cagney <cagney@redhat.com>
3648
3649 * gdbint.texinfo (Target Architecture Definition): Remove
3650 reference to TARGET_WRITE_SP.
a9331b3f 3651
378bfd1b
AC
36522003-03-27 Andrew Cagney <cagney@redhat.com>
3653
3654 * gdbint.texinfo (Target Architecture Definition): Remove
3655 references to write_sp.
6c0e89ed 3656
922fbb7b
AC
36572003-03-27 Andrew Cagney <cagney@redhat.com>
3658
3659 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
3660 chapter body. Use @smallexample instead of @example.
3661 (Annotations): Ditto.
3662 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
3663 annotate.texi.
3664
b81774d8
AC
36652003-03-26 Andrew Cagney <cagney@redhat.com>
3666
3667 * gdbint.texinfo (Target Architecture Definition): Replace
3668 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
3669 dummy_addr parameters.
3670
1bf6d5cc
AC
36712003-03-25 Andrew Cagney <cagney@redhat.com>
3672
3673 * gdbint.texinfo (Target Architecture Definition): Delete
3674 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
3675 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
3676 Add reference to PUSH_ARGUMENTS.
3677
618ce49f
AC
36782003-03-23 Andrew Cagney <cagney@redhat.com>
3679
3680 * gdbint.texinfo (Algorithms, Target Architecture Definition):
3681 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
3682
bcd7e15f
JB
36832003-03-18 J. Brobecker <brobecker@gnat.com>
3684
3685 * gdbint.texinfo (Algorithms): Add new section describing the
3686 Observer paradigm.
3687 (Top): Add menu entry to new observer appendix.
3688 * observer.texi: New file.
3689 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
3690 new observer.texi file.
3691
9fe8321b
AC
36922003-03-17 Andrew Cagney <cagney@redhat.com>
3693
3694 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
3695 that GNU Press update the manual version number.
3696
ac2adee5
AC
36972003-03-12 Andrew Cagney <cagney@redhat.com>
3698
3699 * gdbint.texinfo (Target Architecture Definition): Delete
3700 references to get_saved_register. Rename GET_SAVED_REGISTER to
3701 DEPRECATED_GET_SAVED_REGISTER.
3702
749b82f6
AC
37032003-03-13 Andrew Cagney <cagney@redhat.com>
3704
3705 * gdbint.texinfo (Target Architecture Definition): Replace
3706 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
3707
8bedc050
AC
37082003-03-12 Andrew Cagney <cagney@redhat.com>
3709
3710 * gdbint.texinfo (Target Architecture Definition): Rename
3711 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 3712
0ce1b118
CV
37132003-03-10 Corinna Vinschen <vinschen@redhat.com>
3714
3715 * gdb.texinfo: Add File-I/O documentation.
3716
12cc2063
AC
37172003-03-10 Andrew Cagney <cagney@redhat.com>
3718
3719 * gdbint.texinfo (Target Architecture Definition): Cross reference
3720 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
3721
7453dc06
AC
37222003-03-07 Andrew Cagney <cagney@redhat.com>
3723
3724 * gdb.texinfo (Debugging Output): Mention the "set/show debug
3725 frame" command.
3726
6314f104
AC
37272003-03-05 Andrew Cagney <cagney@redhat.com>
3728
3729 * gdbint.texinfo (Target Architecture Definition): Document
3730 unwind_dummy_id. Cross reference unwind_dummy_id and
3731 SAVE_DUMMY_FRAME_TOS.
3732
f1212245
DJ
37332003-03-05 James Ingham <jingham@apple.com>
3734 Daniel Jacobowitz <drow@mvista.com>
3735
3736 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
3737 and "show cp-abi".
3738
77e7e267
AC
37392003-03-03 Andrew Cagney <cagney@redhat.com>
3740
3741 * gdbint.texinfo (Target Architecture Definition): Document
3742 register_type.
3743
838a8221
AC
37442003-03-03 Andrew Cagney <cagney@redhat.com>
3745
3746 * stabs.texinfo (Structures): Use @samp and separate @var's
3747 instead of a single @var containing a comma separated list.
3748 (Unions): Ditto.
3749
d7f4a264
DJ
37502003-03-02 Daniel Jacobowitz <drow@mvista.com>
3751
3752 * Makefile.in (distclean): Remove config.log.
3753
f30ee0bc
AC
37542003-03-01 Andrew Cagney <cagney@redhat.com>
3755
3756 * gdbint.texinfo (Target Architecture Definition): Rename
3757 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
3758
37592003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
3760
3761 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
3762 DEPRECATED_INIT_EXTRA_FRAME_INFO.
3763
be448670
CF
37642003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
3765
3766 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
3767 (Non-debug DLL symbols): New node, describing the minimal symbols
3768 loaded from DLLs without real debugging symbols.
3769
501eef12
AC
37702003-02-20 Andrew Cagney <ac131313@redhat.com>
3771
3772 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
3773 hardware-breakpoint-limit".
3774 (Set Watchpoints): Add cross reference to "set remote
3775 hardware-watchpoint-limit".
3776 (Remote configuration options): New section.
3777
21c294e6
AC
37782003-02-04 Andrew Cagney <ac131313@redhat.com>
3779
e9be73e4
AC
3780 * gdbint.texinfo (Target Architecture Definition): Delete
3781 descrption of IS_TRAPPED_INTERNALVAR.
3782
21c294e6
AC
3783 From Keith Seitz <keiths@redhat.com>:
3784 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
3785 option "-i"/"--interpreter" to this chapter. Include index
3786 entries.
3787
0179ffac
DC
37882003-02-04 David Carlton <carlton@math.stanford.edu>
3789
3790 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
3791 (Variables): Recommend stabs+ and DWARF 2.
3792 (C plus plus expressions): Correct info about
3793 compiler versions, debug formats.
3794 (Contributors): Change 'DWARF2' to 'DWARF 2'.
3795 PR symtab/874.
3796
7ca9f392
AC
37972003-02-01 Andrew Cagney <ac131313@redhat.com>
3798
3799 * gdbint.texinfo (Target Architecture Definition): Delete
3800 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
3801 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
3802 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
3803 references to nindy and i960.
3804 * gdb.texinfo (i960): Delete all references to i960 and nindy.
3805
31a85ea2
AC
38062003-02-01 Andrew Cagney <ac131313@redhat.com>
3807
3808 * gdbint.texinfo (Target Architecture Definition): Delete
3809 FLOAT_INFO.
3810
6b894e49
AC
38112003-01-30 Andrew Cagney <ac131313@redhat.com>
3812
3813 * stabs.texinfo (Member Type Descriptor): Clarify description of
3814 `@'. Suggested by Ben Hutchings.
3815
c48861fb
AC
38162003-01-29 Andrew Cagney <ac131313@redhat.com>
3817
3818 * gdb.texinfo (M68K): Delete reference to es1800.
3819
617073a9
AC
38202003-01-29 Andrew Cagney <ac131313@redhat.com>
3821
3822 * gdb.texinfo (Maintenance Commands): Document `maint print
3823 reggroups' and `maint print register-groups'.
3824 * gdbint.texinfo (Target Architecture Definition): Document
3825 register_reggroup_p.
3826
5b5d99cf
JB
38272003-01-23 Jim Blandy <jimb@redhat.com>
3828
3829 * gdb.texinfo (Separate Debug Files): New section.
3830
e7ba9c65
DJ
38312003-01-22 Daniel Jacobowitz <drow@mvista.com>
3832
3833 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
3834 and "maint show profile".
3835
94e91d6d
MC
38362003-01-16 Michael Chastain <mec@shout.net>
3837
3838 * gdb.texinfo (Installing GDB): Warn against
3839 ".../gdb-VERSION/gdb/configure".
3840 (Separate Objdir): Likewise.
3841
867f3898
AC
38422003-01-15 Andrew Cagney <ac131313@redhat.com>
3843
3844 * gdbint.texinfo (Target Architecture Definition): Delete
3845 definition of PRINT_REGISTER_HOOK.
3846
f153cc92
EZ
38472003-01-15 Elena Zannoni <ezannoni@redhat.com>
3848
3849 (OpenRISC 1000): Fix formatting of command names.
3850
c60eb6f1
EZ
38512003-01-15 Elena Zannoni <ezannoni@redhat.com>
3852
3853 * gdb.texinfo (Continuing and Stepping): Add new command
3854 'advance'. Clarify behavior of 'until'.
3855
f5ebfba0
DJ
38562003-01-13 Daniel Jacobowitz <drow@mvista.com>
3857
3858 * gdb.texinfo (Files): Document solib-absolute-prefix and
3859 solib-search-path.
3860
4ce8657e
MC
38612003-01-09 Michael Chastain <mec@shout.net>
3862
3863 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
3864 (Create a Release): Add new instructions for new @file{src-release}.
3865 Document existing instructions for @file{Makefile.in} as
3866 being for @value{GDBN} 5.3.1 or earlier.
3867
372613e3
AC
38682003-01-09 Andrew Cagney <ac131313@redhat.com>
3869
3870 * gdbint.texinfo (Target Architecture Definition): Mention
3871 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
3872 allocate memory.
3873
b4e9345d
DJ
38742003-01-04 Daniel Jacobowitz <drow@mvista.com>
3875
3876 * gdb.texinfo (Controlling GDB): Add @kindex for
3877 "show osabi".
3878 (Backtraces): Add @kindex's for backtrace-below-main.
3879
98b45e30
DJ
38802003-01-04 Daniel Jacobowitz <drow@mvista.com>
3881
3882 * gdb.texinfo (Controlling GDB): Document "set osabi".
3883
95f90d25
DJ
38842003-01-04 Daniel Jacobowitz <drow@mvista.com>
3885
3886 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
3887 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
3888
1e698235
DJ
38892003-01-04 Daniel Jacobowitz <drow@mvista.com>
3890
3891 * gdb.texinfo (Controlling GDB): Add ABI section. Document
3892 "set coerce-float-to-double".
3893 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
3894
e632838e
AC
38952003-01-02 Andrew Cagney <ac131313@redhat.com>
3896
3897 * stabs.texinfo: Remove obsolete text.
3898 * gdbint.texinfo: Ditto.
3899 * gdb.texinfo: Ditto.
3900
c133ab7a
MK
39012002-12-22 Mark Kettenis <kettenis@gnu.org>
3902
3903 * gdbint.texinfo (Target Architecture Definition): Update
3904 description of gdbarch_register_osabi.
3905
f821f325
KH
39062002-12-20 Kazu Hirata <kazu@cs.umass.edu>
3907
3908 * agentexpr.texi: Fix typos.
3909 * annotate.texi: Likewise.
3910 * fdl.texi: Likewise.
3911
85a6d8d3 39122002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
3913
3914 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
3915 DEPRECATED_INIT_FRAME_PC.
3916
ae45cd16
AC
39172002-12-01 Andrew Cagney <ac131313@redhat.com>
3918
3919 * gdbint.texinfo (Target Architecture Definition): Delete
3920 PC_IN_CALL_DUMMY.
3921
07555a72
AC
39222002-11-28 Andrew Cagney <ac131313@redhat.com>
3923
3924 * gdbint.texinfo (Host Definition): Delete documentation on
3925 USE_GENERIC_DUMMY_FRAMES.
3926
c166cdc7
EZ
39272002-11-26 Elena Zannoni <ezannoni@redhat.com>
3928
5ae4183a 3929 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
3930 * Makefile.in (install-info): Run the install-info command as part
3931 of the post install steps only.
3932 (uninstall-info): New target.
3933 (uninstall): New target.
3934
35db0260
EZ
39352002-11-22 Elena Zannoni <ezannoni@redhat.com>
3936
3937 * Makefile.in (install): Make install do some real work.
3938
9ba8d803
AC
39392002-11-19 Andrew Cagney <ac131313@redhat.com>
3940
3941 Fix POSIX problem reported by Paul Eggert.
3942 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
3943 Fix PR gdb/527.
3944
903ad3a6
AC
39452002-10-26 Andrew Cagney <cagney@redhat.com>
3946
3947 * gdbint.texinfo (Target Architecture Definition): Delete
3948 definition of DO_REGISTERS_INFO.
3949
f2abfe65
KB
39502002-10-18 Kevin Buettner <kevinb@redhat.com>
3951
3952 * gdbint.texinfo (Address Classes): Fix problems with insertion
3953 of ``{'' and ``}'' in example.
3954
b5b0480a
KB
39552002-10-17 Kevin Buettner <kevinb@redhat.com>
3956
3957 * gdbint.texinfo (Address Classes): New section.
3958 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
3959 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
3960 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
3961 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
3962
c85508ee
KD
39632002-10-11 Klee Dienes <kdienes@apple.com>
3964
3965 * gdb.texinfo (Registers): Mention vector registers as well as
3966 floating registers in the documentation for 'info registers' and
3967 'info all-registers'.
3968
6d12fc3d
DJ
39692002-10-11 Daniel Jacobowitz <drow@mvista.com>
3970
3971 * gdbint.texinfo (CPLUS_MARKER): Remove item.
3972
8d19fbd2
JJ
39732002-10-03 Jeff Johnston <jjohnstn@redhat.com>
3974
3975 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
3976 interface definition.
3977
a37295f9
MM
39782002-10-03 Marko Mlinar <markom@opencores.org>
3979
3980 * gdb.texinfo (Target Commands): Add or1k target specific
3981 commands.
3982 * gdb.texinfo (Contributors): Add myself to the contributors list.
3983
da0f9dcd
AC
39842002-10-01 Andrew Cagney <ac131313@redhat.com>
3985
3986 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
3987 and "mi1" instead of "mi1" and "mi0".
3988
2e834e49
HPN
39892002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
3990
3991 * gdb.texinfo (Packets): Fix typos "alligned".
3992 Correct z3/Z3 description. Correct z4/Z4 title.
3993
050be0dc
AC
39942002-09-27 Andrew Cagney <ac131313@redhat.com>
3995
3996 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
3997
1104b9e7
KB
39982002-09-25 Kevin Buettner <kevinb@redhat.com>
3999
4000 * gdb.texinfo: Use GNU/Linux instead of Linux.
4001
512217c7
AC
40022002-09-25 Andrew Cagney <ac131313@redhat.com>
4003
4004 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
4005
10998722
AC
40062002-09-24 Andrew Cagney <ac131313@redhat.com>
4007
512217c7 4008 * gdb.texinfo: Replace @example with @smallexample.
10998722 4009
a0eb71c5
KB
40102002-09-20 Kevin Buettner <kevinb@redhat.com>
4011
f7dc1244 4012 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
4013 * gdb.texinfo (Character Sets): Use @smallexample instead of
4014 @example. Use GNU/Linux instead of Linux.
4015
40162002-09-20 Jim Blandy <jimb@redhat.com>
4017
4018 * gdb.texinfo: Add character set documentation.
4019
2f870471
AC
40202002-09-19 Andrew Cagney <ac131313@redhat.com>
4021
4022 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
4023 (Packets): Add cross reference from `b' packet to `z' packets.
4024
790eb8f5
AC
40252002-09-19 Andrew Cagney <ac131313@redhat.com>
4026
8d30a00d
AC
4027 * gdb.texinfo (Maintenance Commands): Document ``maint
4028 internal-error'' and ``maint internal-warning''.
4029
790eb8f5
AC
4030 * gdbint.texinfo (Target Architecture Definition): Revise
4031 description of STACK_ALIGN. Add description of FRAME_ALIGN.
4032
a23a7bf1
JB
40332002-09-19 Joel Brobecker <brobecker@gnat.com>
4034
4035 * gdbint.texinfo (Target Conditionals): Document the new
4036 NAME_OF_MALLOC macro.
4037
299ffc64
AC
40382002-09-05 Andrew Cagney <ac131313@redhat.com>
4039
4040 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
4041 engineer.
4042
b7bb15bc
SC
40432002-09-02 Stephane Carrez <stcarrez@nerim.fr>
4044
4045 * gdb.texinfo (TUI Overview): Document status line fields.
4046
3d757584
SC
40472002-09-02 Stephane Carrez <stcarrez@nerim.fr>
4048
4049 * gdb.texinfo (TUI Commands): Document info win command.
4050
269c21fe
SC
40512002-09-01 Stephane Carrez <stcarrez@nerim.fr>
4052
4053 * gdb.texinfo (TUI Overview): Document breakpoint markers.
4054
7cf36c78
SC
40552002-09-01 Stephane Carrez <stcarrez@nerim.fr>
4056
4057 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
4058 (TUI Keys): Likewise.
4059
d2c6833e
AC
40602002-08-25 Andrew Cagney <ac131313@redhat.com>
4061
4062 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
4063 for a packet receive.
4064
46d8b1c3
AC
40652002-08-25 Andrew Cagney <ac131313@redhat.com>
4066
4067 * Makefile.in (clean): Move to end of file.
4068 (distclean, maintainer-clean, realclean): Ditto.
4069 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
4070 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
4071 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
4072 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
4073
b0787093
AC
40742002-08-24 Andrew Cagney <ac131313@redhat.com>
4075
4076 * Makefile.in (GDBINT_TEX_TMPS): Define.
4077 (gdbint.dvi, gdbint.pdf): Use
4078 (GDB_TEX_TMPS): Define.
4079 (gdb.dvi, gdb.pdf): Use.
4080 (STABS_TEX_TMPS): Define.
4081 (stabs.dvi, stabs.pdf): Use.
4082 (GDB_DOC_SOURCE_INCLUDES): New macros.
4083 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
4084 (GDBINT_DOC_FILES_INCLUDES): New macros.
4085 (GDBINT_DOC_BUILD_INCLUDES): New macros.
4086 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
4087 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
4088 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
4089 (links2roff): Replace SFILES_INCLUDED with
4090 GDB_DOC_SOURCE_INCLUDES.
4091 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
4092 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
4093 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
4094 dependencies.
4095 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
4096 dependencies.
4097 (gdbmi.texinfo): Delete rule.
4098 (inc-hist.texinfo): Delete rule.
4099 (rluser.texinfo): Delete rule.
4100
ebba8386
AC
41012002-08-23 Andrew Cagney <cagney@redhat.com>
4102
4103 * gdbint.texinfo (Target Architecture Definition): Update
4104 STORE_RETURN_VALUE, mention regcache.
4105
0ab7a791
AC
41062002-08-21 Andrew Cagney <ac131313@redhat.com>
4107
4108 * gdbint.texinfo (Target Architecture Definition): Document
4109 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
4110
ee2d5c50
AC
41112002-08-19 Andrew Cagney <ac131313@redhat.com>
4112
4113 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
4114 Fix minor typos. Add index entries.
4115
53c69bd7
AC
41162002-08-18 Andrew Cagney <ac131313@redhat.com>
4117
4118 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
4119
e76f1f2e
AC
41202002-08-15 Andrew Cagney <ac131313@redhat.com>
4121
4122 * gdbint.texinfo (Target Architecture Definition): Document
4123 PRINT_VECTOR_INFO.
4124 * gdb.texinfo (Vector Unit): Document "info vectors" command.
4125
0680b120
AC
41262002-08-13 Andrew Cagney <ac131313@redhat.com>
4127
4128 * gdb.texinfo (Maintenance Commands): Document "maint print
4129 registers", "maint print raw-registers" and "maint print
4130 cooked-registers".
4131
3c3bea1c
GS
41322002-08-08 Grace Sainsbury <graces@redhat.com>
4133
a9331b3f 4134 From Mark Salter:
3c3bea1c
GS
4135 * gdb.texinfo (Protocol): Document T packet extension to
4136 allow watchpoint address reporting.
4137
42f9b0a5
AC
41382002-08-03 Andrew Cagney <ac131313@redhat.com>
4139
4140 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
4141
db034ac5
AC
41422002-08-01 Andrew Cagney <cagney@redhat.com>
4143
4144 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
4145 to CHILL.
4146
e2b28d04
AC
41472002-08-01 Andrew Cagney <ac131313@redhat.com>
4148
4149 * gdbint.texinfo (Coding): Revise section "Include Files".
4150
7fb623f7
AC
41512002-07-24 Andrew Cagney <cagney@redhat.com>
4152
4153 * gdbint.texinfo: Obsolete references to m88k.
4154 * gdb.texinfo: Ditto.
4155
4a2b4636
JB
41562002-07-10 Joel Brobecker <brobecker@gnat.com>
4157
7fb623f7 4158 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
4159 where the proper version of autoconf can be retrieved.
4160
a71ec265
DH
41612002-07-09 Don Howard <dhoward@redhat.com>
4162
4163 * gdb.texinfo (Command Files): Further describe the behavior of
4164 sourced command files.
4165
b9aa90c9
AC
41662002-06-27 Andrew Cagney <ac131313@redhat.com>
4167
4168 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
4169 (Coding): Clarify ISO C version that GDB assumes.
4170
40dd2248
TT
41712002-06-26 Tom Tromey <tromey@redhat.com>
4172
4173 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
4174 add_setshow_cmd_full.
4175
bfac230e
DH
41762002-06-25 Don Howard <dhoward@redhat.com>
4177
4178 * gdb.texinfo (Memory Region Attributes): Document new behavior
4179 for 'mem' command.
4180
475b0867
JB
41812002-06-11 Jim Blandy <jimb@redhat.com>
4182
919d772c
JB
4183 * gdb.texinfo (Symbols): Update documentation for `info source'
4184 command.
4185
475b0867
JB
4186 * gdb.texinfo (Macros): Call the command `info macro', not
4187 `show macro'.
4188
ba8c9337
AC
41892002-06-09 Andrew Cagney <ac131313@redhat.com>
4190
4191 * gdbint.texinfo (Coding): Add section ``Per-architecture module
4192 data''.
4193
1029b7fa
MK
41942002-06-09 Mark Kettenis <kettenis@gnu.org>
4195
4196 * gdbint.texinfo (Target Architecture Definition): Document
4197 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
4198
16737d73
AC
41992002-06-08 Andrew Cagney <ac131313@redhat.com>
4200
4201 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
4202 lists.
4203
30107679
AC
42042002-06-08 Andrew Cagney <ac131313@redhat.com>
4205
4206 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
4207 Branch''.
4208
3352e23e
AC
42092002-06-01 Andrew Cagney <ac131313@redhat.com>
4210
4211 * gdbint.texinfo (Target Architecture Definition): Add section
4212 ``Converting an existing Target Architecture to Multi-arch''.
4213
cbb09e6a
AC
42142002-05-30 Andrew Cagney <ac131313@redhat.com>
4215
4216 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
4217 to ``Obsoleting code''. Revise.
4218
e2e0bcd1
JB
42192002-05-17 Jim Blandy <jimb@redhat.com>
4220
4221 * gdb.texinfo (C Preprocessor Macros): New chapter.
4222 Include it in the main menu.
4223 (Contributors): Credit Jim Blandy with macro support.
4224 (Compilation): Explain how to get macro information into the
4225 executable.
4226 (Expressions): Note that preprocessor macros are expanded.
4227
9db8d71f
DJ
42282002-05-14 Daniel Jacobowitz <drow@mvista.com>
4229
4230 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
4231 options for `target remote'.
4232
6d531722
AC
42332002-05-13 Andrew Cagney <ac131313@redhat.com>
4234
4235 * gdbint.texinfo (Target Architecture Definition): Delete
4236 documentation on NNPC_REGNUM.
4237
13d01224
AC
42382002-05-11 Andrew Cagney <ac131313@redhat.com>
4239
4240 * gdbint.texinfo (Target Architecture Definition): Document
4241 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
4242 (Target Architecture Definition): Revise section `Using Different
4243 Register and Memory Data Representations'. Add section `Raw and
4244 Virtual Register Representations'.
4245
b2e75d78
AC
42462002-05-11 Andrew Cagney <ac131313@redhat.com>
4247
4248 * gdbint.texinfo (Target Architecture Definition): Mention
4249 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
4250 (Target Architecture Definition): Mention same. Add references to
4251 web pages.
4252
2c8682ee
MS
42532002-05-08 Michael Snyder <msnyder@redhat.com>
4254
4255 * stabs.texinfo (Attributes): Document new "vector" attribute.
4256
0816590b
AC
42572002-05-04 Andrew Cagney <ac131313@redhat.com>
4258
4259 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
4260
2653173e
AC
42612002-05-04 Andrew Cagney <ac131313@redhat.com>
4262
4263 * gdb.texinfo: Delete obsolete references to a29k.
4264
d7bd68ca
AC
42652002-04-24 Andrew Cagney <ac131313@redhat.com>
4266
4267 * gdbint.texinfo (Target Architecture Definition): Replace
4268 IN_SIGTRAMP with PC_IN_SIGTRAMP.
4269
21d83aa5
DM
42702002-04-24 David S. Miller <davem@redhat.com>
4271
4272 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
4273
7673a6cc
DM
42742002-04-21 David S. Miller <davem@redhat.com>
4275
4276 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
4277
d49d1e0a
AC
42782002-04-21 Andrew Cagney <ac131313@redhat.com>
4279
4280 * gdbint.texinfo (Target Architecture Definition): Delete
4281 definition of HAVE_REGISTER_WINDOWS.
4282
f7dc1244 42832002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
4284
4285 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
4286 "Theodore A. Roth" <troth@verinet.com>.
4287
5ca0cb28
DH
42882002-04-15 Don Howard <dhoward@redhat.com>
4289
f7dc1244 4290 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 4291 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 4292 Provide a better explaination of this feature.
5ca0cb28 4293
f208ba17
AC
42942002-04-14 Andrew Cagney <ac131313@redhat.com>
4295
4296 * gdbint.texinfo (Target Architecture Definition): Remove
4297 FRAME_CHAIN_COMBINE.
4298
d5ba91de
MC
42992002-04-12 Michael Chastain <mec@shout.net>
4300
4301 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
4302 REG_STACK_SEGMENT.
4303
26818220
MC
43042002-04-09 Michael Chastain <mec@shout.net>
4305
4306 * gdbint.texinfo (Obsolete Conditionals): Remove references to
4307 PYRAMID_* macros.
4308
129188f6
AC
43092002-04-07 Andrew Cagney <ac131313@redhat.com>
4310
4311 * gdb.texinfo (Bug Reporting): Document that the web is the
4312 prefered way of submitting bug reports.
4313 (Bug Reporting): Delete the s-mail address as the last resort.
4314
8227c0ff
AC
43152002-04-05 Andrew Cagney <ac131313@redhat.com>
4316
4317 * gdbint.texinfo (Target Architecture Definition): Delete
4318 references to TARGET_WRITE_FP and write_fp.
4319
16d9dec6
MS
43202002-03-27 Michael Snyder <msnyder@redhat.com>
4321
4322 * gdb.texinfo: Document new commands dump, append, and restore.
4323
9ae8b82c
AC
43242002-03-27 Andrew Cagney <ac131313@redhat.com>
4325
4326 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
4327 Branch'.
4328
474c8240
AC
43292002-03-18 Andrew Cagney <ac131313@redhat.com>
4330
4331 * gdb.texinfo: Change all examples to @smallexample.
4332 * gdbint.texinfo: Ditto.
a9331b3f 4333
fb0ff88f
AC
43342002-03-18 Andrew Cagney <ac131313@redhat.com>
4335
4336 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
4337 Branches''.
4338
9bb0a4d8
AC
43392002-03-18 Andrew Cagney <ac131313@redhat.com>
4340
4341 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
4342 Policy''.
4343
937f164b
FF
43442002-03-04 Fred Fish <fnf@redhat.com>
4345
4346 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
4347 expresson, suports, dependant, trhe, perhaphs, situtations,
4348 explictily, taged, oportunity, unfortunatly).
4349
a7b40f07
AC
43502002-02-24 Andrew Cagney <ac131313@redhat.com>
4351
4352 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
4353 Remove reference to 3.12.
4354
aab4e0ec
AC
43552002-02-23 Andrew Cagney <ac131313@redhat.com>
4356
4357 * gdbint.texinfo: Include fdl.texi.
4358 (Top): Add GNU Free Documentation License.
4359 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
4360 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
4361 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
4362 (gdbint.info): Add srcdir to include path.
4363 * gdb.texinfo: Include gpl.texi.
4364 (Top): Add Copying.
4365 * gpl.texi: New file.
4366
47b95330
AC
43672002-02-23 Andrew Cagney <ac131313@redhat.com>
4368
4369 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
4370
78c47bea
PM
43712002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
4372
4373 * gdb.texinfo: Document Cygwin native specific commands.
4374
56460a61
DJ
43752002-02-15 Daniel Jacobowitz <drow@mvista.com>
4376
4377 * gdb.texinfo: Document gdbserver ``--attach'' command.
4378
def71bfa
MS
43792002-02-07 Michael Snyder <msnyder@redhat.com>
4380
4381 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
4382 to @code(_ovly_debug_event).
4383
c928edc0
AC
43842002-02-07 Andrew Cagney <ac131313@redhat.com>
4385
4386 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
4387
81d46470
MS
43882002-02-06 Michael Snyder <msnyder@redhat.com>
4389
4390 * gdb.texinfo (overlays): Mention new magic symbol
4391 '_ovly_debug_event', which allows GDB to keep better track
4392 of overlays.
4393
f7dc1244 43942002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
4395
4396 * gdb.texinfo (Memory Region Attributes): Fix the wording.
4397 Suggested by Dmitry Sivachenko.
4398
4399 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
4400
15110bc3
MS
44012002-02-01 Michael Snyder <msnyder@redhat.com>
4402
4403 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
4404
6763aef9
MS
44052002-01-30 Michael Snyder <msnyder@redhat.com>
4406
ac282366
MS
4407 * gdb.texinfo: (remote protocol): Gramatical fix-up.
4408 (set trust-readonly-sections): Document.
6763aef9 4409
8642bc8f
AC
44102002-01-29 Andrew Cagney <ac131313@redhat.com>
4411
4412 * gdbint.texinfo (Releasing GDB): Revise and update.
4413
afe64c1a
AC
44142002-01-28 Andrew Cagney <ac131313@redhat.com>
4415
4416 * gdbint.texinfo (Target Architecture Definition): Delete
4417 description of TARGET_BYTE_ORDER_DEFAULT.
4418
f7dc1244 44192002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
4420
4421 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
4422 <mitya@cavia.pp.ru>.
4423
3d6e1b5a
AC
44242002-01-23 Andrew Cagney <ac131313@redhat.com>
4425
4426 * libgdb.texinfo: Delete file.
4427
6c0e9fb3
AC
44282002-01-22 Andrew Cagney <ac131313@redhat.com>
4429
4430 * gdb.texinfo: Remove makeinfo 3.12 hacks.
4431 * gdbint.texinfo: Ditto.
4432
e0ce93ac
AC
4433Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
4434
4435 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
4436
be298bcc
AC
44372002-01-22 Andrew Cagney <ac131313@redhat.com>
4438
4439 * Makefile.in: Update copyright.
4440 (TEXI2DVI): Define.
4441 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
4442 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
4443 gdb-cfg.texi.
4444 (TEXINDEX, PDFTEX): Delete makefile variables.
4445
8e04817f
AC
44462002-01-22 Andrew Cagney <ac131313@redhat.com>
4447
4448 * gdb.texinfo (Protocol): Move section to appendix.
4449
6b2f586d
AC
44502002-01-21 Andrew Cagney <ac131313@redhat.com>
4451
4452 * gdb.texinfo (Remote Debugging): Create a menu.
4453 (Top): Add ``Remote Debugging'' to menu.
4454
6f05cf9f
AC
44552002-01-21 Andrew Cagney <ac131313@redhat.com>
4456
4457 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
4458 serial protocol'' from here.
4459 (Remote Debugging): To here. New chapter.
4460
3fd3d7d2
AC
44612002-01-20 Andrew Cagney <ac131313@redhat.com>
4462
4463 * gdbint.texinfo (Target Architecture Definition): Delete
4464 description of TARGET_BYTE_ORDER_SELECTABLE_P.
4465
7fd60527
AC
44662002-01-20 Andrew Cagney <ac131313@redhat.com>
4467
4468 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
4469 are no longer needed.
4470 (Porting GDB): Add maintainer note about configure.host.
4471
c2f05ac9
AC
44722002-01-20 Andrew Cagney <ac131313@redhat.com>
4473
4474 * gdbint.texinfo (Target Architecture Definition): Remove
4475 definition of IEEE_FLOAT.
4476
f7dc1244 44772002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
4478
4479 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
4480 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
4481 <3diff@gnu.org>
231b2aad 4482
82600034
AC
44832002-01-19 Andrew Cagney <ac131313@redhat.com>
4484
4485 * gdbint.texinfo (Host Definition): Remove references to
4486 MALLOC_INCOMPATIBLE.
4487
7708fa01
AC
44882002-01-17 Andrew Cagney <ac131313@redhat.com>
4489
4490 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
4491 and xyz-xdep.o.
4492
eb12ee30
AC
44932002-01-17 Andrew Cagney <ac131313@redhat.com>
4494
4495 * gdb.texinfo (Maintenance Commands): Add appendix.
4496 (Set Breaks): Copy ``maint info breakpoint'' doco to
4497 ``Maintenance Commands'' appendix. Add reference.
4498
c9ccaa92
AC
44992002-01-17 Andrew Cagney <ac131313@redhat.com>
4500
4501 * fdl.texi: Remove next/prev from @node.
4502
f7dc1244 45032002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
4504
4505 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
4506 for monstrous @multitable (from Brian Youmans).
4507
4508 * fdl.texi: New file.
4509
4510 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
4511
8973da3a
AC
45122002-01-15 Andrew Cagney <ac131313@redhat.com>
4513
4514 * gdbint.texinfo (Releasing GDB): New chapter.
4515
7d86b5d5
AC
45162002-01-14 Andrew Cagney <ac131313@redhat.com>
4517
4518 * gdb.texinfo (Embedded Processors, Calling program functions):
4519 Obsolete references to a29k.
4520
cc1cb004
AC
45212002-01-13 Andrew Cagney <ac131313@redhat.com>
4522
4523 * gdbint.texinfo (Coding): Review Cleanups section. Examples
4524 examples. Document that a code-block should do or discard its
4525 cleanups before exit.
4526
79f12247
MS
45272002-01-11 Michael Snyder <msnyder@redhat.com>
4528
4529 * gdb.texinfo (Choosing files): Change @samp to @file.
4530
19837790
MS
45312002-01-05 Michael Snyder <msnyder@redhat.com>
4532
4533 * gdb.texinfo (--pid): Document new command line option (attach).
4534
f7dc1244 45352002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
4536
4537 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
4538 in the stub.
4539
d7449b42
AC
45402002-01-04 Andrew Cagney <ac131313@redhat.com>
4541
4542 * gdbint.texinfo (Target Architecture Definition): Replace
4543 BIG_ENDIAN with BFD_ENDIAN_BIG.
4544
f23631e4
AC
45452002-01-03 Andrew Cagney <ac131313@redhat.com>
4546
4547 * gdbint.texinfo (Target Architecture Definition): Replace
4548 value_ptr with struct value pointer.
4549
72c9928d
EZ
45502002-01-02 Eli Zaretskii <eliz@gnu.org>
4551
4552 * gdb.texinfo (Free Software): Fix wording.
4553
959acfd1
EZ
45542001-12-31 Eli Zaretskii <eliz@gnu.org>
4555
4556 * gdb.texinfo (Free Software): New section ``Free Software Needs
4557 Free Documentation''.
4558
f7dc1244 45592001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
4560
4561 * stabs.texinfo:
4562 * gdb.texinfo:
4563 * gdbint.texinfo:
4564 * libgdb.texinfo:
4565 * annotate.texi: Fix the application of GFDL in the Copyright notice.
4566
6600abed
MS
45672001-12-29 Michael Snyder <msnyder@redhat.com>
4568
4569 * gdb.texinfo (maint info sections): Fix typo.
4570
f6680716
MS
45712001-12-26 Michael Snyder <msnyder@redhat.com>
4572
fe95c787
MS
4573 * gdb.texinfo (maint info sections): Document.
4574
a9331b3f 4575 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
4576 'info proc' sub-options that are currently not implemented.
4577
c3d3ce5b
JB
45782001-12-20 Jim Blandy <jimb@redhat.com>
4579
4580 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
4581
778eb05e
AC
45822001-12-15 Andrew Cagney <ac131313@redhat.com>
4583
4584 * gdbint.texinfo (Target Architecture Definition): Replace
4585 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
4586
2607059c
AC
45872001-12-01 Andrew Cagney <ac131313@redhat.com>
4588
4589 * gdbint.texinfo (Host Definition): Delete documentation on
4590 HOST_BYTE_ORDER.
4591
df0cd8c5
JB
45922001-11-30 Jim Blandy <jimb@redhat.com>
4593
4594 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 4595 overlay support. Add to top-level menu.
df0cd8c5 4596
88118b3a
TT
45972001-11-26 Tom Tromey <tromey@redhat.com>
4598
4599 * gdb.texinfo (Command Syntax): Document C-o binding.
4600
96565e91
CF
46012001-07-26 Christopher Faylor <cgf@redhat.com>
4602
4603 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
4604 use since it is described in the referenced section.
4605
f7dc1244 4606 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
4607 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
4608 clearer when using DJGPP.
4609
2a3d5645
CF
46102001-11-24 Christopher Faylor <cgf@redhat.com>
4611
4612 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
4613 specifically refer to MS-DOS.
4614 (command files): Mention gdb.ini is only used on MS-DOS.
4615
aa26fa3a
TT
46162001-11-21 Tom Tromey <tromey@redhat.com>
4617
4618 * gdb.texinfo (Invoking GDB): Document --args.
4619 (Mode Options): Likewise.
4620
4f8ada06
JB
46212001-11-21 Jim Blandy <jimb@redhat.com>
4622
4623 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
4624 Delete documentation; this macro has been removed from the
4625 sources.
4626
3fe0dc10
JB
46272001-11-13 Jim Blandy <jimb@redhat.com>
4628
4629 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
4630
9e5abb06
CV
46312001-11-06 Corinna Vinschen <vinschen@redhat.com>
4632
4633 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
4634
1c5dfdad
MS
46352001-11-05 Michael Snyder <msnyder@redhat.com>
4636
a9331b3f 4637 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
4638 quote regexp chars in function names such as "operator*()".
4639
990f9fe3
FF
46402001-11-01 Fred Fish <fnf@redhat.com>
4641
4642 * gdbint.texinfo (SOLIB_ADD): Document additional new
4643 "readsyms" arg.
4644
b433d00b
DH
46452001-10-30 Don Howard <dhoward@redhat.com>
4646
070b1dd3
DH
4647 * gdb.texinfo: (Command Files) Added documentation for the
4648 behavior of gdb with input redirected from a file.
b433d00b 4649
b7209cb4
FF
46502001-10-28 Fred Fish <fnf@redhat.com>
4651
4652 * gdb.texinfo (auto-solib-add): Change docs to match
4653 implementation change.
4654 (auto-solib-limit): Add docs for new variable.
4655
1aa20aa8
AC
46562001-10-15 Andrew Cagney <ac131313@redhat.com>
4657
4658 * gdbint.texinfo (Target Architecture Definition): Function
4659 value_as_pointer renamed to value_as_address.
4660
fc0c74b1
AC
46612001-10-15 Andrew Cagney <ac131313@redhat.com>
4662
4663 * gdbint.texinfo (Target Architecture Definition): Default
4664 POINTER_TO_ADDRESS functions assume unsigned addresses.
4665 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
4666 posting by Jim Blandy.
4667
f4846649
JB
46682001-10-12 Jim Blandy <jimb@redhat.com>
4669
4670 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
4671 version of texi2html (1.64) doesn't support this flag any more.
4672
f277788b
MK
46732001-09-08 Mark Kettenis <kettenis@gnu.org>
4674
a9dc4918
MK
4675 * gdbint.texinfo (Host Definition): Remove description of
4676 MEM_FNS_DECLARED.
4677
d28379df
MK
4678 * gdbint.texinfo (Host Definition): Remove description of R_OK.
4679
f277788b
MK
4680 * gdbint.texinfo (Host Definition): Remove description of
4681 HAVE_SIGSETMASK.
4682
7ccaa899
EZ
46832001-09-04 Elena Zannoni <ezannoni@redhat.com>
4684
4685 * gdbint.texinfo (Target Architecture Definition): Add
4686 explanation of TARGET_PRINT_INSN macro.
4687
17d9d558
JB
46882001-08-30 Jim Blandy <jimb@redhat.com>
4689
4690 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
4691 Explain what it means to load relocatable files.
4692
72cde065
JB
46932001-08-28 Jim Blandy <jimb@redhat.com>
4694
4695 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
4696 info `top' menu.
4697
9e678452
CF
4698Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
4699
4700 * gdbint.texinfo: Add a cautionary note about macro use.
4701
a2bea4c3 47022001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 4703
a2bea4c3
CV
4704 * gdb.texinfo: Explain omitting the hostname in the
4705 `target remote' command.
4706
1129bf27
DJ
47072001-07-30 Daniel Jacobowitz <drow@mvista.com>
4708
4709 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
4710 and END-INFO-DIR-ENTRY.
4711
732b3002
SC
47122001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4713
4714 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
4715
89437448
AC
47162001-07-25 Andrew Cagney <ac131313@redhat.com>
4717
4718 * gdbint.texinfo (libgdb): Rewrite.
4719
f7dc1244 47202001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
4721
4722 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
4723
c4555f82
SC
47242001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4725
4726 * gdb.texinfo (TUI): New chapter, document the TUI.
4727 (Mode Options): Document the -tui option.
4728
2f45a6e0
MK
47292001-07-23 Mark Kettenis <kettenis@gnu.org>
4730
4731 * gdbint.texinfo (Host Definition): Remove description of
4732 NEED_POSIX_SETPGID.
4733
f7dc1244 47342001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
4735
4736 * gdb.tex (DJGPP Native): New node, with descriptions of
4737 DJGPP-specific commands.
4738
be9c6c35
JM
47392001-07-19 John R. Moore <jmoore@redhat.com>
4740
4741 * gdbint.texinfo: Three misspellings.
4742
dfa249fb
AC
47432001-07-06 Andrew Cagney <ac131313@redhat.com>
4744
4745 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
4746 `test` expressions on bash. Problem reported by Colin Walters.
4747
c72e7388
AC
47482001-07-04 Andrew Cagney <ac131313@redhat.com>
4749
4750 * gdbint.texinfo (User Interface): Update ui-out documentation to
4751 refelect recent UI/MI updates.
4752
94bbb2c0
AC
47532001-07-04 Andrew Cagney <ac131313@redhat.com>
4754
4755 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
4756 interpreters.
4757
af6c57ea
AC
47582001-06-15 Andrew Cagney <ac131313@redhat.com>
4759
4760 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
4761 structure and not macros.
4762 (Host Definition): Document that much of this chapter is obsolete.
4763 (Target Architecture Definition): Update list of files that make
4764 up a target architecture.
4765 (Coding): Update.
4766
83aa8bc6
AC
47672001-06-28 Andrew Cagney <ac131313@redhat.com>
4768
4769 * gdbint.texinfo (Target Architecture Definition): Update
4770 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
4771 The latter has been changed to a true predicate.
4772
f7dc1244 47732001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
4774
4775 * annotate.texi: Add @noindent where needed. From Dmitry
4776 Sivachenko <dima@Chg.RU>.
4777 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
4778
656db9b0
AC
47792001-06-16 Andrew Cagney <ac131313@redhat.com>
4780
4781 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
4782
df2396a1
AC
47832001-06-14 Andrew Cagney <ac131313@redhat.com>
4784
4785 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
4786 returns ``OK''. Document that the ``R'' packet does not reply.
4787
0f1f2b0a
MS
47882001-06-13 Michael Snyder <msnyder@redhat.com>
4789
4790 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
4791
f7dc1244 47922001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
4793
4794 * gdb.texinfo (Signals): Clarify the default setting of signal
4795 handling.
4796
a5d7c491
AC
47972001-05-14 Andrew Cagney <ac131313@redhat.com>
4798
4799 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
4800 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
4801
05a54c4f
AC
48022001-05-12 Andrew Cagney <ac131313@redhat.com>
4803
4804 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
4805
f7dc1244 48062001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
4807
4808 * gdbint.texinfo (Clean Design and Portable Implementation):
4809 Renamed from "Clean Design".
4810 (Clean Design and Portable Implementation): Document portable
4811 methods of handling file names, and the associated macros.
4812
f7dc1244 48132001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
4814
4815 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
4816 command and provide a cross-reference to its description.
4817 (Symbols): Note that "info scope" is useful for trace experiments.
4818
f7dc1244 48192001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 4820
b37052ae
EZ
4821 * gdb.texinfo (Symbols): Document "info scope".
4822 (Tracepoints): New chapter.
4823 (Contributors): Update for v5.1.
4824 <All nodes>: Change "C++" to "C@t{++}".
4825
0ee54786
EZ
4826 * gdbint.texinfo (User Interface): A new section about ui_out
4827 functions, based on text written by Fernando Nasser.
4828
c534679c
EZ
4829 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
4830
f7dc1244 48312001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 4832
e9c75b65
EZ
4833 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
4834
4835 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
4836
4837 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
4838 Replace "GDB" with "@value{GDBN}". Fix markup.
4839
4840 * annotate.texi: Change Permissions to GFDL. Update Copyright.
4841
3d67e040
EZ
4842 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
4843 a cross-reference to its description.
4844 (Symbols): Document "info symbol".
4845
f7dc1244 48462001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
4847
4848 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
4849 subsection "x86 Watchpoints".
4850 (Target Architecture Definition): Document the macros
4851 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
4852 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
4853
b0ed3589
AC
48542001-03-20 Andrew Cagney <ac131313@redhat.com>
4855
4856 * gdbint.texinfo (Target Architecture Definition): Update
4857 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
4858 list.
4859
b6ba6518
KB
48602001-03-06 Kevin Buettner <kevinb@redhat.com>
4861
4862 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
4863 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
4864
f7dc1244 48652001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
4866
4867 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
4868
f7dc1244 48692001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 4870
17cc6a06
EZ
4871 * gdb.texinfo (Environment): Document that `path' does not change
4872 the value of PATH in GDB's own environment (it did in the past,
4873 but that was changed on March 15, 1994). Reported by Doug Evans
4874 <dje@transmeta.com>.
4875
56caf160
EZ
4876 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
4877 its line. Fix markup of commands and macros. Add an Index node
4878 and index entries.
4879
29e57380
C
48802001-01-23 J.T. Conklin <jtc@redback.com>
4881
4882 * gdb.texinfo (Memory region attributes): New manual section.
4883
1c6147de
ND
48842001-01-04 Nicholas Duffek <nsd@redhat.com>
4885
4886 * gdbint.texinfo (POP_FRAME): Document use by return_command.
4887
f7dc1244 48882000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
4889
4890 * refcard.tex: Version and copyright fixed. From Phil Edwards
4891 <pedwards@disaster.jaj.com>.
4892
0dcedd82
AC
4893Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
4894
4895 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
4896 DWARF2_REG_TO_REGNUM): Document.
4897
3b851bce
AC
4898Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
4899
4900 * gdbint.texinfo (Coding): Update current value of
4901 --enable-build-warnings. Mention --enable-gdb-build-warnings.
4902
f7dc1244 49032000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
4904
4905 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
4906 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
4907
b90a5f51
CF
49082000-11-10 Christopher Faylor <cgf@cygnus.com>
4909
4910 * gdb.texinfo: Document new 'set step-mode' command.
4911
f7dc1244 49122000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
4913
4914 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
4915 changes from Dmitry Sivachenko <dima@Chg.RU>.
4916
f7dc1244 49172000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
4918
4919 * gdb.texinfo (Hooks): Document the new post-hook functionality.
4920 From Steven Johnson <sbjohnson@ozemail.com.au>.
4921
2e685b93
MK
49222000-08-10 Mark Kettenis <kettenis@gnu.org>
4923
4924 * gdbint.texinfo (Overall Structure): Spelling fix.
4925
f7dc1244 49262000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
4927
4928 * gdbint.texinfo (Target Architecture Definition): Document that
4929 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
4930 for which REGISTER_CONVERTIBLE returns a zero value.
4931
63ac3005
EZ
49322000-07-08 Christopher Faylor <cgf@cygnus.com>
4933
4934 * Makefile.in (install-info): Find files to install in either the
4935 build or source directories (adapted from Makefile.am).
4936
bd79f757
ND
49372000-07-07 Nicholas Duffek <nsd@redhat.com>
4938
4939 * stabs.texinfo: Fix spelling errors.
4940 (String Field): FILE-NUMBER starts from 0, not 1.
4941
f7dc1244 49422000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
4943
4944 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 4945 Brian Youmans.
5f208f6d 4946
f7dc1244 49472000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
4948
4949 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
4950 the source directory. Reported by Mark Harig
4951 <markh@frazier.landmark.com>.
cc542d3b 4952
f3b28801
C
49532000-06-20 J.T. Conklin <jtc@redback.com>
4954
4955 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
4956
449f3b6c
AC
4957Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
4958
4959 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
4960 Generate using pdftex.
4961 (PDFTEX): Define.
4962 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
4963 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
4964 @contents at the start.
4965
f7dc1244 49662000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
4967
4968 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 4969 Youmans.
48e934c6 4970
9e9c5ae7
AC
4971Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
4972
4973 From Brian Youmans:
4974 * gdb.texinfo: Fix ``et al.''.
4975
c741b251
AC
4976Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
4977
4978 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
4979 loop.
4980
4ab64e14
JG
49812000-05-19 Jimmy Guo <guo@cup.hp.com>
4982
4983 * configure: Regenerate.
4984
f7dc1244 49852000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
4986
4987 * Makefile.in (install-info): Run install-info on installed Info
4988 files.
4989
8c70017b
AC
4990Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
4991
a7cb598a
AC
4992 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
4993 Andrew Cagney.
8c70017b 4994
f7dc1244 49952000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
4996
4997 * gdb.texinfo: Proofreading changes from Brian Youmans.
4998
bf0184be
ND
49992000-05-01 Nick Duffek <nsd@cygnus.com>
5000
5001 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
5002 startup sequence, minor edits.
5003
f7dc1244 50042000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
5005
5006 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
5007 TeX.
5008
5009 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
5010 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
5011 like `n' and `s' which look weird. Convert some of the @kindex to
5012 @vindex, when they refer to variables, not commands.
5013
33e16fad
AC
5014Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
5015
5016 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
5017
f7dc1244 50182000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
5019
5020 * Makefile.in (GDBMI_DIR): New variable.
5021 (SET_TEXINPUTS): Add $(GDBMI_DIR).
5022 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
5023 (gdbmi.texinfo): New target, for texi2roff.
5024 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
5025 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
5026
5027 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
5028 gdbmi.texinfo.
5029 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
5030 comment.
5031
d167840f
EZ
50322000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5033
5034 * gdb.texinfo (Files): Update description of add-symbol-file
5035 command.
5036
f7dc1244 50372000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
5038
5039 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
5040 prevents the build (and is generally a Bad Idea).
5041
f7dc1244 50422000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
5043
5044 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
5045 a comma inside @var.
5046 (Command Files): Index markup changes from Dmitry Sivachenko
5047 <dima@Chg.RU>.
5048
f7dc1244 50492000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
5050
5051 * Makefile.in (LN_S): Define.
5052 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
5053 invoke "ln -s" unless it is known to work.
5054
5055 * configure.in (AC_PROG_LN_S): Add.
5056
8dc7983f
JB
50572000-04-14 Jim Blandy <jimb@redhat.com>
5058
5059 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
5060 section.
5061 (Target Conditionals): Document ADDRESS_TO_POINTER,
5062 POINTER_TO_ADDRESS.
5063
1a8237e8
DB
50642000-04-11 Daniel Berlin <dan@cgsoftware.com>
5065
5066 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
5067 gdb-cfg.texi to get the value.
5068
ca526f1a
JB
50692000-04-10 Jim Blandy <jimb@redhat.com>
5070
5071 * gdbint.texinfo (Target Architecture Definition): Fix
5072 cross-references.
5073
faaafcb4
JB
50742000-04-08 Jim Blandy <jimb@redhat.com>
5075
5076 * gdbint.texinfo (Using Different Register and Memory Data
5077 Representations): New section.
5078 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
5079 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
5080 REGISTER_CONVERT_TO_RAW): Document.
5081
1b27397f
AC
5082Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
5083
5084 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
5085 for acknowledgments.
5086
480ff1fb
AC
5087Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
5088
5089 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
5090 qThreadExtraInfo.
5091
a9331b3f 50922000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 5093
a9331b3f
RM
5094 * gdb.texinfo: Clarify which remote debug protocol commands are
5095 required and which are optional.
f1251bdd 5096
dbeb8dbd
AC
5097Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
5098
5099 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
5100 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
5101 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
5102 * annotate.texi: Update.
5103
6d2ebf8b
SS
51042000-03-28 Stan Shebs <shebs@apple.com>
5105
5106 * gdb.texinfo: Update dates, bump to Eighth Edition (note
5107 expectation of additional changes before release), update
5108 ISBN, add copy of top-level menu for @ifhtml, remove explicit
5109 node links, rephrase and/or shorten lines to fix formatting
5110 problem in both regular and @smallbook formats.
5111 * annotate.texi: Shorten lines in example, use smallexample
5112 consistently everywhere.
5113 * Makefile.in: Add comment about texinfo 4.0 html generation.
5114 (SFILES_INCLUDED): Add annotate.texi.
5115
5d161b24
DB
51162000-03-27 Daniel Berlin <dan@cgsoftware.com>
5117
5ae4183a
AS
5118 * gdb.texinfo (Debugging Output): Added new section, documenting
5119 the "set/show debug" commands.
5d161b24 5120
b9deaee7
AC
5121Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
5122
5123 * annotate.texi (Annotations): When GDBN omit @chapter and @node
5124 entry.
5125
5126 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
5127 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
5128 @chapter and @node entries.
a9331b3f 5129
b9deaee7 5130 * gdb.texinfo: Link all top-level nodes.
a9331b3f 5131
9ef47d30
AC
5132Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
5133
5134 * Makefile.in (install-info): Create $(infodir) before installing
5135 files.
5136
cfeada60
FN
51372000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
5138
5139 From David Whedon <dwhedon@gordian.com>
5ae4183a 5140 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 5141
6837a0a2
DB
51422000-03-22 Daniel Berlin <dan@cgsoftware.com>
5143
5144 * gdb.texinfo: Add documentation for the apropos command.
5145
bba2971c
MS
51462000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
5147
5148 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
5149
2b628194
MS
51502000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
5151
a9331b3f 5152 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
5153 two places.
5154
96a2c332
SS
51552000-03-17 Stan Shebs <shebs@apple.com>
5156
5157 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
5158 <dima@Chg.RU>, also clarification of allowed content for
5159 string constants.
5160
f7dc1244 51612000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
5162
5163 * gdb.texinfo (main menu): Add Annotations.
5164 (File Options): Add @cindex entries for each command-line option.
5165 Document --epoch, --annotate, --async, --interpreter, --write,
5166 --statistics, and --version.
5167
5168 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
5169 of GDB.
5170
9d233477
JB
51712000-02-23 Jim Blandy <jimb@redhat.com>
5172
5173 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
5174
14e0eb3b
JB
51752000-02-22 Jim Blandy <jimb@redhat.com>
5176
5177 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
5178
3555de01
JM
51792000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
5180
5181 * Makefile.in (diststuff): New target.
5182
5e35df8e
KB
51832000-02-15 Kevin Buettner <kevinb@redhat.com>
5184
5185 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 5186 architecture. [From Jim Wilson.]
5e35df8e 5187
c5394b80
JM
51882000-01-16 Tom Tromey <tromey@cygnus.com>
5189
5190 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
5191 (Delete Breaks): Mention range arguments.
5192 (Disabling): Likewise.
5193
c3f6f71d
JM
51942000-01-05 Dmitry Sivachenko <dima@Chg.RU>
5195
5196 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
5197
c4093a6a
JM
5198Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
5199
5200 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
5201 valid functions.
5202
11cf8741
JM
52031999-11-05 Stan Shebs <shebs@andros.cygnus.com>
5204
5205 * gdb.texinfo: Clarify regular expressions used in rbreak.
5206
917317f4
JM
52071999-10-15 Kevin Buettner <kevinb@cygnus.com>
5208
5209 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
5210 MEMORY_REMOVE_BREAKPOINT): Document.
5211
5212Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
5213
5214 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
5215 offset re-using the DATA offset instead.
5216
2df3850c
JM
52171999-10-11 Jim Kingdon <kingdon@redhat.com>
5218
5219 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
5220
52211999-10-05 Stan Shebs <shebs@andros.cygnus.com>
5222
5223 From Dmitry Sivachenko <demon@gpad.ac.ru>:
5224 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
5225 typos.
5226
5227 * gdb.texinfo: Various minor wording and formatting improvements,
5228 mentions of additional command-line options.
5229
2acceee2
JM
52301999-09-30 Fred Fish <fnf@cygnus.com>
5231
5232 * gdb.texinfo: Document additional forms of specifying section
5233 names and addresses for the add-symbol-file command.
5234
c2c6d25f
JM
52351999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
5236
5237 * gdbint.texinfo: Fix typo, add the word "have".
5238
52391999-09-14 Jim Blandy <jimb@cris.red-bean.com>
5240
5241 * gdbint.texinfo (Target Architecture Definition): Document the
5242 SKIP_PERMANENT_BREAKPOINT macro.
5243
d4f3574e
SS
52441999-09-07 Stan Shebs <shebs@andros.cygnus.com>
5245
5246 * gdb.texinfo: Fiks speling errers.
5247
5248 * gdb.texinfo: Fix uses of @multitable.
5249
f7dc1244 5250 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e
SS
5251 * gdb.texinfo: Include details specific to DOS host, clarify
5252 some confusing language, fix @ref/@xref/@pxref usages, add
5253 comments about using with optimization, add more indexing,
5254 fix info about disassembly-flavor.
5255
5256Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
5257
5258 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
5259 SKIP_SOLIB_RESOLVER): Define.
5260
5261Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
5262
5263 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
5264 ``g'' packets.
5265
104c1213
JM
52661999-08-30 Stan Shebs <shebs@andros.cygnus.com>
5267
5268 * gdb.texinfo: Create a new "Configurations" chapter with
5269 platform-specific info, inline remote.texi and move sections of it
5270 into the new chapter, move bits about info proc, heuristic search,
5271 and register stack into the new chapter.
5272 * remote.texi: Remove, now part of gdb.texinfo.
5273 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
5274
52751999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
5276
5277 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
5278 GDB_TARGET_IS_MACH386): These kludges have gone away.
5279
5280Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
5281
5282 * gdbint.texinfo (Target Architecture Definition): Mention
5283 TDEPLIBS.
5284
53a5351d
JM
52851999-08-20 Stan Shebs <shebs@andros.cygnus.com>
5286
5287 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
5288 surrounding text to fit HP-UX bits into general info.
5289 (HPPA-cfg.texi): Remove, no longer useful.
5290
5291 * gdb.texinfo: Remove explicit links from @node lines, remove
5292 HP-added "Detailed Node Listing" from main menu which confuses
5293 things.
5294
5295 From Dmitry Sivachenko <dima@Chg.RU>:
5296 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
5297 in description of `set environment'.
5298
52991999-08-17 Stan Shebs <shebs@andros.cygnus.com>
5300
5301 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
5302
7be570e7
JM
53031999-08-12 Ben Elliston <bje@cygnus.com>
5304
5305 * gdbint.texinfo (Breakpoint Handling): Add missing words.
5306
f7dc1244 53071999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
5308
5309 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
5310 watch, awatch, and rwatch. Explain why the latter two cannot be
5311 set as software watchpoints. Document that watchpoints for local
5312 variables are deleted when the debuggee terminates.
5313
5314Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
5315
5316 * remote.texi (Protocol): Further clarification of the "qRcmd"
5317 packet. Allow E.. response packet. "qRcmd" packet is no longer
5318 reserved.
5319
53201999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5321
a9331b3f
RM
5322 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
5323 * gdb.texinfo: Ditto.
7be570e7 5324
96baa820
JM
53251999-08-06 Tom Tromey <tromey@cygnus.com>
5326
5327 * gdb.texinfo (KOD): New node.
5328
5329Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
5330
5331 * remote.texi (Rcmd): Fix minor formatting typos.
5332
5333Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
5334
5335 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
5336 packets.
5337
adf40b2e
JM
53381999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
5339
5340 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
5341 fixes.
5342
43ff13b4
JM
5343Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
5344
5345 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
5346
085dd6e6
JM
5347Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
5348
5349 * remote.texi (Communication Protocol): ``v'' is in use. Fix
5350 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
5351 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
5352 packets that are not supported on all hosts. Expand examples.
5353 Spell check.
5354
53551999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
5356
5357 * Makefile.in: Recognize html, install-html. Add targets
5358 to build HTML versions of documentation via texi2html.
5359
5360Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
5361
5362 * gdbint.texinfo (Testsuite): New chapter, information about the
5363 testsuite.
5364
5365Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
5366
5367 * remote.texi (Communication Protocol): Rewrite.
5368
5369Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
5370
5371 * stabs.texinfo: Fix uses of xref.
5372
9e0b60a8
JM
5373Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
5374
5375 * gdbint.texinfo: Add an anti-printf exhortation, and update the
5376 info about patch submission.
5377
cce74817
JM
5378Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
5379
5380 From Per Bothner <bothner@cygnus.com>:
5381 * gdb.texinfo: Document Chill support.
5382
5383Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
5384
5385 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
5386 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
5387 Document that the value should be greater-than or equal-to zero.
5388 (NO_STD_REGS): Document. Deprecate.
5389
ac9a91a7
JM
5390Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
5391
5392 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
5393 Document that these are not used.
5394
5395Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
5396
5397 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
5398
392a587b
JM
5399Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
5400
5401 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
5402 numargs was dropped.
5403
5404Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
5405
5406 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
5407
b83266a0
SS
5408Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
5409
5410 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
5411 Update.
5412
7a292a7a
SS
5413Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
5414
5415 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
5416 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
5417
5418Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
5419
5420 * gdbint.texinfo: Fix typos: $ -> @.
5421
5422Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
5423
5424 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
5425 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
5426 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
5427 BREAKPOINT_FROM_PC.
a9331b3f 5428
7a292a7a
SS
5429Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
5430
5431 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
5432 CALL_DUMMY_STACK_ADJUST): Document.
5433
5434Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
5435
5436 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
5437 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
5438
54391999-04-02 Stan Shebs <shebs@andros.cygnus.com>
5440
5441 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
5442 longer exists.
5443
5444Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
5445
5446 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
5447 nearly all @ifset/@ifclear conditionals; nobody uses them, and
5448 they make the manual source incomprehensible.
5449 * h8-cfg.texi: Remove, hasn't been used in years.
5450
c906108c
SS
5451Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
5452
5453 * gdb.texinfo: Update the credits.
5454
5455Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
5456
5457 * gdb.texinfo: Fix mistakes noticed in printout of last
5458 draft, add Alpha to discussion of heuristic fence post.
5459
5460Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
5461
5462 * gdb.texinfo, remote.texi: Many changes; update to Seventh
5463 Edition, merge some HP changes into mainline, describe some
5464 previously undocumented features, describe more of the target
5465 commands available, eliminate obsolete section on renamed
5466 commands.
5467 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
5468
5469Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
5470
5471 * gdb.texinfo: Make many HPPA conditionals unconditional,
5472 including catchpoint description, since now on for all configs.
5473 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
5474 specializations.
5475
5476Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
5477
5478 * Makefile.in (GDBvn.texi): Fix match expression to work with
5479 current format of VERSION in gdb/Makefile.in.
5480 * gdb.texinfo: Fix node ref to match new readline.
5481
5482Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
5483
a9331b3f
RM
5484 * gdb.texinfo: Changes made as part of a project to merge in
5485 changes made by HP. Documentation makes extensive use of
c906108c
SS
5486 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
5487 on remote debugging. There are differences in documentation
5488 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
5489 the HP manual discusses catchpoints, hardware watchpoints, and
5490 some HPUX specific limitations for shared library support.
a9331b3f 5491
c906108c
SS
5492 There are also a number of @node changes.
5493
54941999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
5495
5496 * gdbint.texinfo (Formatting): Disambiguate a sentence.
5497 (C Usage): Same.
5498
5499Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
5500
5501 The following changes were made by Edith Epstein
5502 <eepstein@cygnus.com> as part of a project to merge in changes
5503 made by HP.
a9331b3f 5504
c906108c
SS
5505 * HPPA-cfg.texi: new file.
5506
5507 * all-cfg.texi: set HPPA for HP PA-RISC targets.
5508
5509 * refcard.tex: change documentation about catch.
5510 removed info catch.
5511
5512Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
5513
5514 * gdbint.texinfo: Expand on GDB's coding standards,
5515 specify the use of arg names with prototypes.
5516
55171998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
5518
5519 * gdb.texinfo: Fix tipo.
5520
5521Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
5522
5523 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
5524 TARGET_BYTE_ORDER_SELECTABLE_P.
5525
5526Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
5527
5528 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
5529
55301998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
5531
5532 * agentexpr.texi: New file.
5533
5534Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
5535
5536 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
5537
55381998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
5539
5540 * remote.texi: Changed wording that implied that the GDB remote
5541 protocol caches register values instead of GDB itself.
5542
5543Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
5544
5545 * gdbint.texinfo: Add some info about symbol readers.
5546 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
5547 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
5548 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
5549 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
5550
5551Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
5552
a9331b3f 5553 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
5554
5555Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
5556
5557 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
5558
5559Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
5560
5561 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
5562 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
5563
5564Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
5565
5566 * gdbint.texinfo: Fix minor typos.
5567
5568Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
5569
5570 * gdbint.texinfo: Complete overhaul. Group descriptions more
5571 logically, add more info on generic algorithms, remove much
5572 obsolete and/or wrong material.
5573
5574Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
5575
5576 * stabs.texinfo (Method Type Descriptor): Expand and correct.
5577
5578Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
5579
5580 * refcard.tex: Copyright, address updates.
5581
5582Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
5583
5584 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
5585 for the edition instead of confusing GDB-version-like numbers.
5586
5587Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
5588
5589 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
5590
5591Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
5592
5ae4183a 5593 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
5594
5595Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
5596
5597 * gdb.texinfo: Add some credits, mention bug monitor.
5598 * remote.texi: Mention mips monitor targets.
5599 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 5600
c906108c
SS
5601Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
5602
5603 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
5604 files, finish sorting of host vs target vs native macros, describe
5605 some more of them.
5606
5607Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
5608
5609 * gdbint.texinfo (Host Conditionals): Document change from
5610 using NO_MMALLOC to it's inverse, USE_MMALLOC.
5611
5612Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
5613
5614 * gdbint.texinfo (Host Conditionals): Document
5615 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
5616
5617Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
5618
5619 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
5620 Document LSEEK_NOT_LINEAR.
5621
5622Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
5623
5624 * stabs.texinfo (Stab Section Basics): Make it clear that only
5625 some versions of the GNU linker remove the leading N_UNDF symbol.
5626
5627Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
5628
5629 * stabs.texinfo (String Field): Document type number pairs here,
5630 instead of in the Sun specific section.
5631 (Include Files): The GNU linker supports the N_BINCL
5632 optimization. Clarify the N_BINCL value, and what it is used
5633 for.
5634 (Procedures): Document N_FUN with an empty string to mark the end
5635 of a function.
5636 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
5637 (Sun Differences): Remove this node, as the information is now
5638 elsewhere in the main document.
5639 (Stab Section Basics): Mention that the GNU linker may optimize
5640 stabs and remove the leading N_UNDF symbol.
5641
5642Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
5643
5644 * gdb.texinfo, refcard.tex: Restore author credit
5645
5646Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
5647
5648 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
5649 documentation to account for START and END macros taking
5650 one arg.
5651
5652Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
5653
5654 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
5655 * gdb.texinfo (Frames): Fix typo.
5656
5657Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
5658
5659 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
5660 a target_signal as arg type, not a pid.
5661
5662Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
5663
5664 * gdb.texinfo: Document `set assembly-language'.
5665
5666Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
5667
5668 * remote.texi: Update list of stubs in the GDB distribution.
5669
5670Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
5671
5672 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
5673 Also document that some systems can use mmalloc but must define
5674 this if their C runtime allocates memory that is later freed.
5675 (MMCHECK_FORCE): Document new macro.
a9331b3f 5676
c906108c
SS
5677Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
5678
5679 * remote.texi: Add documentation for target Sparclet.
5680
5681Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
5682
a9331b3f 5683 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
5684 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
5685 * configure.in: Rewritten for autoconf.
5686 * configure: New.
5687
5688Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
5689
5690 * Makefile.in (DVIPS): New define, set to dvips.
5691 (dvi): Add stabs.dvi.
5692 (ps): New target.
5693 (all-doc): Depend on info, dvi, and ps targets.
5694 (STAGESTUFF): Add *.ps and *.dvi files.
5695 (clean-info, clean-dvi): Remove.
5696 (mostlyclean): Does not depend upon clean-info or clean-dvi,
5697 rules completely rewritten.
5698 (maintainer-clean): Remove clean-info and clean-dvi
5699 dependencies and put their actions in the rules.
5700 (gdb.ps): New target
a9331b3f 5701 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
5702 intermediate TeX files, whether they have 2 or 3 character
5703 extensions.
5704 (gdbint.ps): Add target and rules.
5705 (gdb-internals): Delete unused target.
5706 (Makefile): Depends upon config.status also.
5707
5708Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
5709
5710 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
5711 set.
5712
5713Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
5714
5715 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
5716 * gdb.texinfo (Expressions): Fix erroneous array constant example.
5717
5718Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
5719
5720 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
5721
5722Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5723
5724 * gdb.texinfo (Print settings): Document
5725 `set/show print static-members' commands.
5726
5727Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
5728
5729 * gdbint.texinfo (Native): Document name change, coredep.c to
5730 core-aout.c.
5731
5732Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
5733
5734 * stabs.texinfo (Include Files): Document the values the SunOS4
5735 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
5736
5737Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
5738
5739 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
5740 Fix typo.
5741
5742Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
5743
5744 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
5745 "gdb.tar.Z".
5746
5747Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
5748
5749 * Makefile.in (maintainer-clean): New target, synonym for
5750 realclean.
5751
5752Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
5753
5754 * Update all FSF addresses except those in COPYING* files.
5755
5756Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
5757
5758 From Richard Earnshaw (rearnsha@armltd.co.uk):
5759 * gdb.texinfo (convenience variables): Document $_exitcode.
5760 (quit): Document optional expression to use as exit code.
5761
5762Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
5763
5764 * gdb.texinfo, remote.texi: Brought up to date with various
5765 GDB changes.
5766
5767Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
5768
5769 * gdb.texinfo: Update dates and versions, fix comments about
5770 hardware watchpoints in future releases and about the
5771 sharedlibrary command.
5772
5773Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5774
5775 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
5776 C_FUN stab. Other cleanups.
5777
5778Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5779
5780 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
5781 for the sparc stub.
5782
5783Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5784
5785 * annotate.texi: Clarify which addresses have differing formats
5786 depending on the language and which do not.
5787
5788Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
5789
5790 * remote.texi (NetWare): Changed example to use BOARD= instead of
5791 NODE= argument to reflect correspoding change to gdbserve.nlm.
5792
5793Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5794
5795 * stabs.texinfo (Negative Type Numbers): Mention the fact that
5796 GDB, as well as AIX dbx, supports the size type attribute.
5797
5798Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5799
5800 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
5801
5802Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
5803
5804 * gdb.texinfo (Define): Document $arg0... arguments to commands,
5805 and new 'if' and 'while' commands.
5806
5807Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
5808
5809 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
5810
5811Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
5812
5813 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
5814 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
5815 NetWare targets. Mostly stolen from the Server node.
5816
5817Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5818
5819 * gdb.texinfo (Setting): Talk about the language of a source file
5820 versus the working language. The old documentation did not match
5821 what GDB did.
5822
5823Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5824
5825 * stabs.texinfo (Source Files): Document N_SO used to mark the end
5826 of a source file.
5827
5828Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5829
5830 * gdb.texinfo (Processes): New node.
5831
5832Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
5833
5834 * remote.texi: Update documentation of set/show mipsfpu.
5835
3fc11d3e
JM
5836Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
5837
5838 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
5839 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
5840
5841Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
5842
5843 * gdbint.texinfo: Removed mentions of some incorrectly placed and
5844 obsolete conditionals, described some others.
5845
5846Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5847
5848 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
5849 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
5850
5851Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
5852
5853 * gdbint.texinfo: Put regex conditionals in their own table.
5854
5855Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
5856
5857 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
5858 described or fixed the descriptions of many others.
5859
5860Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
5861
5862 * gdb.texinfo: Add some more credits.
5863 * gdbint.texinfo: Capitalize GDB consistently, describe some
5864 macros and remove some.
5865
5866Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
5867
5868 * gdbint.texinfo: Removed mentions of many incorrectly placed and
5869 obsolete conditionals, described some others.
5870
5871Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5872
5873 * gdb.texinfo (help targets): Changed to `help target', which
5874 is the correct gdb command.
5875
5876Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5877
5878 * annotate.texi (TODO): New node, for keeping track of annotations
5879 suggested but not yet implemented.
5880
5881Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5882
5883 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
5884 another symbol, it is not the address itself.
5885
5886Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
5887
5888 * stabs.texinfo (Stab Section Basics): Add comment about alignment
5889 of stabs-in-coff sections.
5890
5891Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5892
5893 * annotate.texi: Change edition to 0.5 and date to May 1994.
5894 Add index.
5895 (Frames): New node, for frame annotation.
5896 (Displays): New node, for display annotation.
5897
5898 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
5899 when waiting for your program to stop.
5900
5901Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5902
5903 * annotate.texi (Breakpoint Info): Document annotation of header
5904 fields and record annotation.
5905
5906Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5907
5908 * annotate.texi: New file, to document annotations.
5909
5910Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5911
5912 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
5913 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
5914
5915Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5916
5917 * stabs.texinfo (Stab Section Basics): Say what is in .stab
5918 section, and say n_strx field is compilation unit relative.
5919 * stabs.texinfo: Don't use @code for a.out when it is the name of
5920 an object file format.
5921
5922Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
5923
5924 * gdb.texinfo: Refer to file names, not path names, per rms
5925 convention.
5926 (Arguments): Fix typo.
5927
5928Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5929
5930 * stabs.texinfo (Global Variables): Talk about stabs in files
5931 where variables are referenced, but not defined.
5932
5933Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5934
5935 * stabs.texinfo: Move stuff on @ and # type descriptors from node
5936 Cplusplus to new nodes Member Type Descriptor and Method Type
5937 Descriptor. Re-write stuff for #.
5938
5939Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5940
5941 * gdb.texinfo (Print Settings): Don't document "set print
5942 fast-symbolic-addr off". The bug which it worked around was fixed
5943 on 25 Feb 94 in coffread.c, so I'm nuking the command.
5944
5945 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
5946 N_ENTRY node.
5947
5948 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
5949
5950Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5951
5952 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
5953 references to ieee-float.c.
5954
5955Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5956
5957 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
5958 match what the code actually does.
5959
5960Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5961
5962 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
5963
5964Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
5965
5966 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
5967 i, and b.
5968
5969Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
5970
5971 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
5972 well as for ELF and SOM. Unify the descriptions of ELF and SOM
5973 as "stabs in sections" rather than just saying "ELF and SOM".
5974 Also make that stuff apply to COFF.
5975
5976Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5977
5978 * gdb.texinfo (Formatting Documentation): Change GhostScript to
5979 Ghostscript.
5980
5981Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5982
5983 * gdb.texinfo (Continuing and Stepping): When talking about "step"
5984 versus functions without line numbers, also mention stepping into
5985 them as well as "step" when you are in them. Tell the user how to
5986 deal with the situation. Add comment about "debugging information".
5987
5988Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5989
5990 * stabs.texinfo (Enumerations): Document restriction on where
5991 enumeration types can appear and still win with GDB.
5992
5993Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5994
5995 * stabs.texinfo (Negative Type Numbers): Document format for type
5996 -16.
5997
5998Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5999
6000 * gdb.texinfo (Selection, Frame Info): Update information about
6001 arbitrary frame specficiations.
6002
6003Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
6004
6005 * gdb.texinfo, remote.texi: general editing pass prior to Net release
6006
6007Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6008
6009 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
6010
6011Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
6012
6013 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
6014
6015Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6016
6017 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
6018 Differences node to Statics node.
6019 (Statics): Discuss XCOFF use of V symbol descriptor.
6020
6021 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
6022 not clean.
6023
6024Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
6025
6026 * gdb.texinfo (Print Settings): Document `set print
6027 fast-symbolic-addr' and improve the doc for some other
6028 `set print's.
6029
6030Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6031
6032 * stabs.texinfo (String Field): Talk about defining several type
6033 numbers at once.
6034 Fix lint regarding changing node ELF Transformations to
6035 ELF and SOM Transformations.
6036
6037Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
6038
6039 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
6040
6041Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6042
6043 * stabs.texinfo (Cross-References): `::' is for nested types only
6044 within <>.
6045 (Structures): Document static members.
6046
6047Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6048
6049 * stabs.texinfo: Document S type attribute.
6050
6051Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6052
6053 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
6054
6055Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
6056
6057 * gdbint.texinfo: Fix a few typos.
6058
6059Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6060
6061 * gdb.texinfo, remote.texi: formatting improvements
6062
6063 * gdb.texinfo (New Features): mention threads.
6064 (Summary, C): fix xrefs in newly contributed text.
6065 (Threads): index entries, clarifications, example
6066 (passim): minor typos fixed, phrasing improvements
6067
6068 * remote.texi (Bootstrapping): rephrase text on ^C and add index
6069 entries; (Server): explain use of gdbserver w/real-time systems,
6070 add example of conflicting TCP port; (MIPS Remote) break up
6071 running text into table, highlighting commands, and add example.
a9331b3f 6072
c906108c
SS
6073Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6074
6075 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
6076
6077Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6078
6079 * stabs.texinfo (Nested Symbols): New node.
6080 (String Field, Symbol Descriptors, Cross-References): Refer to it.
6081
6082Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6083
6084 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
6085 to picking which Bbss.bss symbol to use, and (because there seems to
6086 be no good way of doing it) re-write some of the text to make it
6087 sound like Bbss.bss isn't such a great idea after all (as currently
6088 designed).
6089
6090 * gdb.texinfo (C): In addition to saying people have to use g++ for
6091 good results, say they have to use stabs. Specifically say cfront
6092 doesn't work well.
6093 (Summary): Merge in information on Modula-2, Pascal, and Chill from
6094 the gdb README. Add xrefs to places where the support for the various
6095 languages is described in detail.
6096
6097Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6098
6099 * stabs.texinfo: Clean up stuff about visibility and virtual
6100 characters.
6101
6102 * stabs.texinfo (N_M2C): Cite Sun doc.
6103
6104Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6105
6106 * gdb.texinfo: updates re threads.
6107 * remote.texinfo: avoid index entries starting with digits.
6108
6109Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6110
6111 * stabs.texinfo (Enumerations): Talk about large, negative and
6112 octal values. Clean up cross reference to type attributes.
6113 (String Field): Say that GDB 4.11 supports size attribute.
6114
6115Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6116
6117 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
6118 is a mandatory step. Make the stuff about that more concise.
6119
6120Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6121
6122 * stabs.texinfo (Class Names): New node.
6123
6124 * gdb.texinfo (Command Files): Explain order of init file reading.
6125
6126 * remote.texi (Bootstrapping): Talk about getting the serial driver
6127 to deal with ^C sent by gdb to stop the remote system.
6128
6129Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
6130
6131 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
6132
6133 * libgdb.texinfo (Defining Commands): made the DOC arg
6134 to gdb_define_app_command a char * instead of char **
6135 per a suggestion from kingdon.
6136
6137 * libgdb.texinfo: total rewrite from a different starting
6138 premise.
6139
6140Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6141
6142 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
6143 floats passed as doubles (to improve clarity).
6144
6145Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6146
6147 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
6148
6149 * a4rc.sed: update to work with Andreas Vogel papersize params
6150
6151 * refcard.tex: use Andreas Vogel simplifications of papersize
6152 params; remove useless version info; update copyright date.
6153
6154Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6155
6156 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
6157
6158Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6159
6160 * gdb.texinfo (Files): Say what address the load command loads it at.
6161
6162 * stabs.texinfo (Common Blocks): Minor cleanups.
6163
6164 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
6165 that Sun has backed away from the linker kludge and thus the relevant
6166 issue is changes to the SunPRO tools, not the Solaris linker.
6167
6168 * stabs.texinfo (Traditional Integer Types): Clean up description
6169 of octal bounds a little bit. Document extra leading zeroes.
6170
6171Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6172
6173 * gdb.texinfo (Signaling): Update for symbolic symbol names
6174 and add a section explaining the difference between the GDB
6175 signal command and the shell kill utility.
6176
6177Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
6178
6179 * libgdb.texinfo: added `@' to braces that were unescaped.
6180
6181Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
6182
6183 * libgdb.texinfo: new file. Spec for the gdb library.
6184
6185Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6186
6187 * stabs.texinfo (Include Files): Fix typo (start -> end).
6188
6189Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6190
6191 * gdb.texinfo, remote.texi: assorted small improvements, mostly
6192 from Melissa at FSF's editing pass.
6193
6194Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6195
6196 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
6197 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
6198 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
6199
6200Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6201
6202 * remote.texi (Bootstrapping): Discuss 386 call gates.
6203
6204Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
6205
6206 * stabs.texinfo (Based Variables): New node.
6207
6208Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
6209
6210 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
6211 names, sizes, and formats to suggest how not to lose.
6212
6213Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
6214
6215 * stabs.texinfo (Methods): Fix typo.
6216
6217Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
6218
6219 * gdb.texinfo: Fix a few typos.
6220
6221Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6222
6223 * gdb.texinfo: Clarify how well it works with Fortran.
6224
6225 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
6226 More on relocating stabs in ELF files.
6227
6228Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6229
6230 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
6231
6232Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6233
6234 * stabs.texinfo (Local Variable Parameters): Talk about nameless
6235 parameters on VAX.
6236
6237Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6238
6239 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
6240
6241Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6242
6243 * stabs.texinfo: Make info author notice match the TeX author notice.
6244
6245Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
6246
6247 * stabs.texinfo: Initial-caps all words in node names and
6248 non-trivial words in section names.
6249
6250Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6251
6252 * stabs.texinfo: Many minor cleanups.
6253
6254 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
6255
6256Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
6257
6258 * stabs.texinfo: Remove full description of big example.
6259 It's not really helpful; just use pieces of it where appropriate.
6260 Add more Texinfo formatting directives (@samp, etc.).
6261 Use @deffn to define stab types.
6262 Eliminate some wordiness. Break up some nodes.
6263 Add an (alphabetized) index of symbol types.
6264 Use consistent capitalization style in node and section names.
6265
6266Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
6267
6268 * gdb.texinfo: Change typo "Two two" to "The two".
6269
6270Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6271
6272 * stabs.texinfo (XCOFF-differences): Remove references to
6273 non-existent types N_DECL and N_RPSYM.
6274
6275 * stabs.texinfo (String Field): Say that type attributes bug is
6276 fixed in GDB 4.10, since it is.
6277
6278 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
6279
6280Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
6281
6282 * stabs.texinfo: Formatting cleanups.
6283
6284Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6285
6286 * stabs.texinfo: When explaining the n_type of a stab, standardize
6287 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
6288 no tabs, use @r).
6289 (Global Variables): Clean up.
6290
6291Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6292
6293 * stabs.texinfo (Stack Variables): Re-write.
6294
6295Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6296
6297 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
6298 addresses of a source file. Also revise formatting.
6299 Change "object module" or "object file" to "source file".
6300 Various: Miscellaneous cleanups.
6301
6302Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6303
6304 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
6305
6306Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
6307
6308 * gdbint.texinfo: Removed many nonsensical machine-collected
6309 host and target conditionals, described some of the remainder.
6310
6311Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6312
6313 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
6314
6315 * gdbint.texinfo (Top): Add name to @top line, and re-write the
6316 paragraph which follows.
6317
6318 * gdbint.texinfo (Host): Use @code not @samp for Makefile
6319 variables. Looks better and avoids overful hbox.
6320
6321Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6322
6323 * stabs.texinfo (Procedures): Improve stuff on nested functions.
6324
6325Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6326
6327 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
6328 retransmit-timeout
6329
6330Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6331
6332 * gdbint.texinfo: Update statement about `some ancient Unix
6333 systems, like Ultrix 4.0' to Ultrix 4.2.
6334
6335Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
6336
6337 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
6338
6339 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
6340
6341 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
6342 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
6343
6344 * remote.texi: new name for former gdbinv-s.texi
6345
6346 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
6347
6348Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
6349
6350 * gdbinv-s.texi: Documented timeout and retransmit-timeout
6351 variables for MIPS remote debugging protocol.
6352
6353Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6354
6355 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
6356
6357Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
6358
6359 * Makefile.in (refcard.dvi): Use srcdir where necessary.
6360
6361Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
6362
6363 * gdb.texinfo: repair conditional bugs in text markup
6364
6365Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6366
6367 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
6368 to select Modula-2 material.
6369
6370Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6371
6372 * stabs.texinfo: Cleanups regarding statics.
6373
6374 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
6375 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
6376
6377Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6378
6379 * stabs.texinfo: N_MAIN is sometimes used for C.
6380
6381Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6382
6383 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
6384
6385Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
6386
6387 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 6388 removed from the code by Kingdon.
c906108c
SS
6389
6390Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6391
6392 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
6393 input when evaluating breakpoint conditions; the bug has been fixed.
6394
6395 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
6396 sets the ignore count to N-1, not to N.
6397
6398Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6399
6400 * refcard.tex (\hoffset): correct longstanding error to match
6401 intended offset; avoids cutting off edge on some printers
6402
6403Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6404
6405 * stabs.texinfo (Parameters): Say that order of stabs is significant.
6406
6407Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6408
6409 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
6410
6411Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6412
6413 * Makefile.in: (REFEDITS) new var to control whether PS or CM
6414 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
6415 collect sed edits if any, apply to refcard before formatting;
6416 (refcard.ps) stop implying PS fonts if PS output requested;
6417 (lrefcard.ps) delete extra target for variant PS fonts
6418
6419 * refcard.tex: parametrize papersize dependent info, collect
6420 in easily replaced spot
6421
6422 * a4rc.sed: new file, edits to refcard for A4 paper
6423
6424Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6425
6426 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
6427
6428Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6429
6430 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
6431
6432Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6433
6434 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
6435 politely rather than rudely.
6436
6437Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6438
6439 * stabs.texinfo: Document common blocks.
6440
6441Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
6442
6443 * stabs.texinfo: Add some basic info about stabs-in-elf.
6444
6445Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6446
6447 * stabs.texinfo (Top): Minor cleanup.
6448
6449Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
6450
6451 * Makefile.in (install-info): remove parentdir support
6452
6453Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6454
6455 * gdb.texinfo (Copying): delete this node and references to it;
6456 RMS says this manual need not carry GPL. (passim): Improvements
6457 from last round at FSF, largely due to Ian Taylor review, and
6458 minor formatting improvements.
6459
6460 * gdbinv-s.texi (passim): Improvements from last round at FSF,
6461 largely due to Ian Taylor review. (Debug Session): minor edits to
6462 new text.
6463
6464Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
6465
6466 * Makefile.in (realclean): Remove info and dvi files too.
6467
6468Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
6469
6470 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
6471 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
6472 * gdb.texinfo: Change accordingly.
6473
6474 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
6475 N_{L,R}BRAC,N_SLINE are relative to.
6476
6477Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
6478
6479 * Makefile.in (GDBvn.texi): Update atomically.
6480
6481Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
6482
6483 * gdbinv-s.texi (Debug Session): Document exceptionHook.
6484
6485Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
6486
6487 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
6488 addresses together. Also motivate the set print symbol-filename
6489 command and suggest other solutions.
6490
6491Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
6492
6493 * gdb.texinfo (set print elements): Note that the number of
6494 elements is set to unlimited by "set print elements 0".
6495
6496Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
6497
6498 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
6499 NF_LDOUBLE means.
6500 (Stab Types): Include Solaris stab types.
6501 (Procedures): Document Solaris extensions.
6502
6503Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6504
6505 * gdb.texinfo: Add `set print symbol-filename' doc.
6506
6507Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6508
6509 * stabs.texinfo (Arrays): Talk about type definition vs. type
6510 information.
6511
6512 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
6513 the trailing semicolon.
6514
6515Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6516
6517 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
6518 and merge in other parts of the document addressing these subjects.
6519 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
6520
6521 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
6522 at the end of a range type.
6523
6524 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
6525 AIX extensions.
6526
6527Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6528
6529 * stabs.texinfo (Stabs Format): Misc fixes.
6530
6531Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6532
6533 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
6534 (Traditional builtin types): Document convex convention for long long.
6535 (Negative builtin types): Discuss type names, and misc fixes.
6536
6537Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6538
6539 * stabs.texinfo (Builtin Type Descriptors): Document the floating
6540 point types used with @samp{R} type descriptor.
6541 (Symbol Descriptors): Describe how to handle conflict between
6542 different meanings of @samp{P} symbol descriptor.
6543
6544Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6545
6546 * stabs.texinfo: Remove node Quick Reference and put its children
6547 directly under the main menu.
6548
6549 * stabs.texinfo: Many more changes to bring it into line with
6550 AIX documentation and reality. I think it now has all the
6551 information from the AIX documentation, except that I burned
6552 out when I got to variant records (Pascal and Modula-2) and
6553 all the COBOL types. Oh well, we can add them later when we're
6554 worrying more about those languages.
6555
6556 * stabs.texinfo (Automatic variables): Talk about what it means
6557 to omit the symbol descriptor.
6558
6559Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6560
6561 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
6562 gcc2 behavior with promoted args.
6563
6564Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6565
6566 * gdb.texinfo: include readline appendices in info version of manual
6567
6568Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6569
6570 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
6571 target remote.
6572
6573 * gdb.texinfo (Machine Code): more index entries for disassemble
6574
6575Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
6576
6577 * Clarify the intended use of the gdb-testers and gdb-patches
6578 mailing lists, and shrink gzip comment.
6579
6580Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6581
6582 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
6583 DOSHOST configuration of manual.
6584
6585 * gdb.texinfo (MIPS Stack): new node.
6586
6587 * all-config.texi (MIPS) new switch.
6588
6589 * gdbinv-s.texi (Nindy Options) Remove two instances of future
6590 tense; (MIPS Remote) new node.
6591
6592 * gdb.texinfo (passim) rephrases to work around makeinfo @value
6593 bug; (Environment) less passive, other small cleanups in text about
6594 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
6595 (Remote) new MIPS Remote menu entry.
6596
6597Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
6598
6599 * stabs.texinfo: Many changes to include information from the
6600 AIX documentation.
6601
6602 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
6603
6604Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
6605
6606 * gdbint.texinfo (new node Debugging GDB, elsewhere):
6607 Move a bunch of information from ../README.
6608 (Getting Started): New node.
6609
6610Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6611
6612 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
6613
6614 * gdb.texinfo: advance manual revision dates to present
6615
6616 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
6617 stop using silly Roman numerals in @set variable names
6618
6619Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
6620
6621 * stabs.texinfo (Parameters): Keep trying to get this right.
6622
6623Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
6624
6625 * stabs.texinfo (Parameters): More on "local parameters".
6626
6627Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
6628
6629 * stabs.texinfo (Parameters): Re-do "local parameters" section.
6630
6631Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
6632
6633 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
6634 (Parameters): Rewrite.
6635 (xcoff-differences, Sun-differences): Minor changes.
6636
6637Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
6638
6639 * stabs.texinfo: Minor cleanup.
6640
6641Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
6642
6643 * gdbint.texinfo: Minor xcoff stuff.
6644
6645Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
6646
6647 * gdbint.texinfo: Update for new config directory structure.
6648 Add info about internal type data structures.
6649
6650Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
6651
6652 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
6653 $(srcdir).
6654 (gdb-config.texi): Depend on file in $(srcdir).
6655
6656Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
6657
6658 * stabs.texinfo: Fixes about N_SO.
6659
6660Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6661
6662 * gdb.texinfo: include list of nonstandard init file names
6663
6664 * *-config.texi: new switch GENERIC for text that applies *only*
6665 to (usual) multiple-target version of manual
6666
6667 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
6668 h8 config
6669
6670 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
6671 in menus (rather than conditionally selected multiple alternative
6672 menus).
6673
6674 * Makefile.in: define and use DOC_CONFIG var to select
6675 configuration for GDB user manual.
6676
6677 * gdb-config.texi: delete from repository, generate from Makefile.
6678
6679 * all-config.texi: normal `generic' configuration file, formerly
6680 stored as gdb-config.texi
6681
6682Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
6683
6684 * Makefile.in: add dvi target to build all .dvi files
6685
6686Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6687
6688 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
6689
6690Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
6691
6692 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
6693 host conditionals.
6694 * stabs.texinfo: More array fixes inspired by Jim's.
6695
6696Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
6697
6698 * stabs.texinfo: Fixes re arrays and continuations.
6699
6700 * gdbint.texinfo: Add XCOFF node.
6701
6702Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
6703
6704 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
6705
6706Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
6707
6708 * stabs.texinfo: Fix for array types to mention lower bounds.
6709
6710Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
6711
6712 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
6713
6714Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
6715
6716 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
6717
6718Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
6719
6720 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
6721 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
6722
6723Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
6724
6725 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
6726
6727Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6728
6729 * gdb.texinfo, gdbinv-s.texi: misc updates
6730
6731Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
6732
6733 * gdbint.texinfo: Brief documentation for longjmp support,
6734 from an email msg by Stu.
6735
6736Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
6737
6738 * stabs.texinfo: Fix description of floating point "range"
6739 types (which really define basic types). Reported by Jim Meehan,
6740 <meehan@src.dec.com>.
6741
6742 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
6743
6744Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
6745
6746 * gdbint.texinfo: Slightly expand section on supporting a new
6747 object file format.
6748
6749Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
6750
6751 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
6752 intermediate file.
6753
6754Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6755
6756 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
6757
6758Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6759
6760 * gdbinv-s.texi: z8000 simulator target name is just "sim"
6761
6762 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
6763 as well as Z8002.
6764
6765Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
6766
6767 * gdbint.texinfo: Add sections on clean design and on how to send
6768 in changes.
6769
6770Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
6771
6772 * gdbint.texinfo: Add how to declare the result of make_cleanup.
6773
6774Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
6775
6776 * gdb.texinfo: Fix typo, reported by Karl Berry.
6777
6778Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
6779
6780 * gdb.texinfo: Add opcodes dir to GDB distribution description.
6781
6782Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6783
6784 * gdbint.texinfo: fixed a stray email address (needs @@),
6785 added @table @code to node "Native Conditionals"
6786
6787Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
6788
6789 * gdbint.texinfo: Describe coding style of GDB.
6790
6791Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
6792
6793 * stabs.texinfo: Minor wording changes.
6794
6795Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
6796
6797 * gdbint.texinfo: Improve release doc slightly.
6798
6799Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
6800
6801 * gdbint.texinfo: Improve doc of GDB config macros.
6802
6803Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
6804
6805 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
6806 These will be reinserted when examined.
6807
6808Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
6809
6810 * gdbint.texinfo: Make a start at documenting all the #if macros
6811 in GDB. At least list them all, and start separating them into
6812 host-specific and target-specific.
6813
6814Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6815
6816 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 6817 examples (not consistent w others).
c906108c
SS
6818 gdb.texinfo: issue disclaimer paragraph on cmdline options only
6819 for generic vn of doc
6820
6821Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
6822
6823 * Makefile.in: always create installation directories.
6824
6825Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6826
6827 * gdb.texinfo: in h8 config, do not describe searching commands.
6828
6829Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6830
6831 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
6832 conditionals; introduce a few generic switches that may be
6833 useful for other cross-dev or dos-hosted configs.
6834
6835 * gdb.texinfo: fix typo in "info reg" description
6836
6837Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
6838
6839 * stabs.texinfo: Minor updates from running TeX over it.
6840 * Makefile.in (stabs.dvi, stabs.ps): Add.
6841
6842Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
6843
6844 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
6845 First pass at converting it to texinfo.
6846
6847Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
6848
6849 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
6850 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
6851
6852Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
6853
6854 * gdbint.texinfo: Add section on partial symbol tables.
6855
6856Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
6857
6858 * gdb.texinfo: document `set remotedebug' and `set
6859 rstack_high_address'.
6860
6861Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6862
6863 * gdb.texinfo: slight expansion of new text on reading info files
6864 * gdbinv-s.m4.in: correct and expand info on cross-debugging
6865 H8/300 from DOS.
6866
6867Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
6868
6869 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
6870
6871Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
6872
6873 * gdb.texinfo: Say how to read the `info' files.
6874
6875Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
6876
6877 * Makefile.in: gm4 -> m4.
6878
6879Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
6880
6881 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
6882 Documentation' ahead of `Installing GDB' to match README.
6883 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 6884 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
6885
6886Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
6887
6888 * Makefile.in: remove $(srcdir) from gdb.info rule.
6889
6890Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
6891
6892 * Makefile.in: commented out gdb-all.texinfo rule. This is
6893 temporary.
6894
6895Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
6896
6897 * Makefile.in, configure.in: removed traces of namesubdir,
6898 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
6899 copyrights to '92, changed some from Cygnus to FSF.
6900
6901Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
6902
6903 * gdb.texinfo: Improve how we ask for bug reports.
6904
6905Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6906
6907 * Makefile.in: infodir belongs in datadir.
6908
6909Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6910
6911 * Makefile.in: remove spaces following hyphens, bsd make can't
6912 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 6913 standards.text support.
c906108c
SS
6914
6915Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6916
6917 * Makefile.in: idestdir and ddestdir go away. Added copyrights
6918 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
6919 and mandir now keyed off datadir by default.
6920
6921\f
6922Local Variables:
9e9c5ae7 6923mode: change-log
c906108c
SS
6924left-margin: 8
6925fill-column: 74
6926version-control: never
6927End:
This page took 0.919266 seconds and 4 git commands to generate.