2009-10-19 Pedro Alves <pedro@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
6c95b8df
PA
12009-10-19 Pedro Alves <pedro@codesourcery.com>
2 Stan Shebs <stan@codesourcery.com>
3
4 * observer.texi (new_inferior): Rename to...
5 (inferior_appeared): ... this.
6
7 * gdb.texinfo (Inferiors): Rename node to ...
8 (Inferiors and Programs): ... this. Mention running multiple
9 programs in the same debug session.
10 <info inferiors>: Mention the new 'Executable' column if "info
11 inferiors". Update examples. Document the "add-inferior",
12 "clone-inferior", "remove-inferior" and "maint info
13 program-spaces" commands.
14 (Process): Rename node to...
15 (Forks): ... this. Document "set|show follow-exec-mode".
16
2f8132f3
MS
172009-10-11 Michael Snyder <msnyder@vmware.com>
18
19 * gdb.texinfo (ReverseStep): Show default as "unsupported".
20 (ReverseContinue): Ditto.
21
cba4b2d3
PP
222009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
23
24 * gdb.texinfo (Server): Document libthread-db-search-path.
25
da082f17
JK
262009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
27
28 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
29
08be9d71
ME
302009-10-06 Michael Eager <eager@eagercon.com>
31
32 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
33 (Embedded Processors): Add MicroBlaze.
34 (MicroBlaze): New. Describe Xilinx MicroBlaze
35
08a0efd0
PA
362009-10-04 Pedro Alves <pedro@codesourcery.com>
37
38 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
39
cbb8f428
EZ
402009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
41
42 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
43
30a4a70c
JB
442009-09-23 Joel Brobecker <brobecker@adacore.com>
45
46 * observer.texi (solib_unloaded): Document explicitly the fact that
47 this observer is called before the associated symbols are unloaded.
48
b3372f91
VP
492009-09-19 Vladimir Prus <vladimir@codesourcery.com>
50
51 * gdb.texinfo (GDB/MI Stack Manipulation): Document
52 -stack-list-variables.
53
f43030c4
TT
542009-09-18 Tom Tromey <tromey@redhat.com>
55
56 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
57 is experimental.
58
ec7e75e7
PP
592009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
60
61 * gdb.texinfo (convenince variables): Mention
62 $_siginfo could be empty.
f43030c4 63
0cc7d26f
TT
642009-09-15 Tom Tromey <tromey@redhat.com>
65
66 * gdb.texinfo (GDB/MI Variable Objects): Document
67 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
68 Expand -var-update documentation.
69
a96d9b2e
SDJ
702009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
71
72 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
73 feature.
74
005ca36a
JB
752009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
76
77 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
78
0d772ac9
MS
792009-09-10 Michael Snyder <msnyder@vmware.com>
80
81 * gdb.texinfo (qSupported): Mention new ReverseContinue and
82 ReverseStep replies to the qSupported query.
83
14fb1bac
JB
842009-09-10 Joel Brobecker <brobecker@adacore.com>
85
86 Add documentation for set/show interactive-mode.
87 * gdb.texinfo (Other Misc Settings): New node.
88
29b090c0
DE
892009-09-01 Doug Evans <dje@google.com>
90
91 * gdb.texinfo (Caching Data of Remote Targets): Add note on
92 non-stop mode's affect on remote caching.
93
4e5d721f
DE
942009-08-31 Jacob Potter <jdpotter@google.com>
95 Doug Evans <dje@google.com>
96
97 * gdb.texinfo (Caching Data of Remote Targets): Update text.
98 Mark `set/show remotecache' options as obsolete.
99 Document new `set/show stack-cache' option.
100 Update text for `info dcache'.
101
55333a84
DE
1022009-08-27 Doug Evans <dje@google.com>
103
104 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
105 (Files): Add note on new optional regex arg to `info sharedlibrary'.
106
bc3a0b4d
RW
1072009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
108
109 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
110 about autoconf.
111
3a1ff0b6
PA
1122009-08-25 Pedro Alves <pedro@codesourcery.com>
113
114 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
115 small example, and describe its columns. Replace "inferior-id" by
116 "infno" throughout.
117
81ecdfbb
RW
1182009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
119
af542c2e
RW
120 * gdbint.texinfo (Releasing GDB): Point to
121 README-maintainer-mode file for required autoconf version.
122 * configure.ac: Do not substitute datarootdir, htmldir,
123 pdfdir, docdir. Do not process --with-datarootdir,
124 --with-htmldir, --with-pdfdir, --with-docdir.
125 * configure: Regenerate.
126
81ecdfbb
RW
127 * configure: Regenerate.
128
4efc6507
DE
1292009-08-20 Reid Kleckner <reid@kleckner.net>
130
131 * gdb.texinfo: Add chapter on JIT interface.
132
43089a6e
NR
1332009-08-07 Nick Roberts <nickrob@snap.net.nz>
134
135 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
136 confirmation request.
137
99e008fe
EZ
1382009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
139
140 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
141 CRC definitions.
142
48cb2d85
VP
1432009-08-03 Vladimir Prus <vladimir@codesourcery.com>
144
145 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
146 -break-commands.
147
ff1a52c6
UW
1482009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
149
150 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
151 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
152
3285f3fe
UW
1532009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
154
155 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
156 "set spu stop-on-load" and "show spu stop-on-load" commands.
157
e35359c5
UW
1582009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
159
160 * gdb.texinfo (Target Descriptions): Document <compatible> element.
161
58d6951d
DJ
1622009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
163
164 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
165 org.gnu.gdb.arm.neon.
166
08d16641
PA
1672009-07-20 Pedro Alves <pedro@codesourcery.com>
168
169 * gdb.texinfo (Target Description Format): Mention the new <osabi>
170 optional element.
171 (subsection OS ABI): New subsection.
172
782b2b07
SS
1732009-07-14 Stan Shebs <stan@codesourcery.com>
174
175 * gdb.texinfo (Tracepoint Conditions): New section.
176 (General Query Packets): Describe ConditionalTracepoints.
177 (Tracepoint Packets): Describe condition field.
178 (Maintenance Commands): Describe maint agent-eval.
179 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
180
9b117ef3
HZ
1812009-07-11 Hui Zhu <teawater@gmail.com>
182
183 * gdb.texinfo (disassemble): Add a new modifier /r
184 to "disassemble" command to make it print the raw instructions
185 in hex as well as in symbolic form.
186
f5a33284
TT
1872009-07-09 Tom Tromey <tromey@redhat.com>
188
189 * gdbint.texinfo (Testsuite): Document parallel make check.
190
812f7342
TT
1912009-07-09 Tom Tromey <tromey@redhat.com>
192
193 * gdbint.texinfo (Testsuite): Document test transcripts.
194
fbb8f299
PM
1952009-07-10 Phil Muldoon <pmuldoon@redhat.com>
196
197 * gdb.texinfo (Values From Inferior): Add length parameter
198 description.
199
dd8f35ac
EZ
2002009-07-04 Chris Genly <chris@genly.us>
201
202 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
203 in -var-list-children. Fix example according to what the code
204 does.
205
2277426b
PA
2062009-07-02 Pedro Alves <pedro@codesourcery.com>
207
208 * gdb.texinfo (Debugging multiple inferiors): Document the
209 "inferior", "detach inferior" and "kill inferior" commands.
210 (Debugging Programs with Multiple Processes): Adjust to mention
211 generic "inferior" commands. Delete mention of "detach fork" and
212 "delete fork". Cross reference to "Debugging multiple inferiors"
213 section.
214
a6d9a66e
UW
2152009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
216
5af949e3
UW
217 * gdbint.texinfo (Item Output Functions): Update signature
218 for ui_out_field_core_addr.
219
2202009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
221
222 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
223 Update example code extrated from breakpoint.c.
224
9901a55b
PP
2252009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
226
227 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
228 MI commands.
229 (GDB/MI Symbol Query): Likewise.
230 (GDB/MI File Commands): Likewise.
231 (GDB/MI File Transfer Commands): Likewise.
232 (GDB/MI Target Manipulation): Likewise.
233 (GDB/MI Miscellaneous Commands): Likewise.
234
edb3359d
DJ
2352009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
236
237 * gdb.texinfo (Debugging Optimized Code): New chapter.
238 (Compiling for Debugging): Reference it. Move some
239 text to the new section.
240
7cd1089b
PM
2412009-06-15 Phil Muldoon <pmuldoon@redhat.com>
242
243 * doc/gdb.texinfo (Calling): Document
244 set-unwind-on-terminating-exception usage.
245
d4db2f36
PA
2462009-06-11 Pedro Alves <pedro@codesourcery.com>
247
248 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
249 command.
250
d1a7880c
PA
2512009-06-07 Pedro Alves <pedro@codesourcery.com>
252
253 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
254 references.
255
473f94e6
UW
2562009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
257
258 * gdbint.texinfo: Rename formal parameters to gdbarch function
259 protoypes from "current_gdbarch" to "gdbarch".
260
8f500870
TT
2612009-05-28 Tom Tromey <tromey@redhat.com>
262
263 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
264
b6313243
TT
2652009-05-27 Tom Tromey <tromey@redhat.com>
266
267 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
268 feature.
269 (GDB/MI Variable Objects): Document -var-set-visualizer.
270
2712009-04-02 Tom Tromey <tromey@redhat.com>
272
273 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
274 feature.
275 (GDB/MI Variable Objects): Document -var-set-visualizer.
276
a6bac58e
TT
2772009-05-27 Tom Tromey <tromey@redhat.com>
278 Thiago Jung Bauermann <bauerman@br.ibm.com>
279 Phil Muldoon <pmuldoon@redhat.com>
280
281 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
282 (Pretty Printing): New node.
283 (Selecting Pretty-Printers): Likewise.
284 (Python API): Update.
285 (Output Formats): Document /r format.
286
2c74e833
TT
2872009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
288 Tom Tromey <tromey@redhat.com>
289
290 * gdb.texinfo (Types In Python): New node.
291 (Values From Inferior): "type" is now an attribute.
292 (Python API): Update.
293
89c73ade
TT
2942009-05-27 Tom Tromey <tromey@redhat.com>
295 Thiago Jung Bauermann <bauerman@br.ibm.com>
296 Phil Muldoon <pmuldoon@redhat.com>
297
298 * gdb.texinfo: Add @syncodeindex for `tp'.
299 (Python API): Update.
300 (Auto-loading): New node.
301 (Objfiles In Python): New node.
302
17a37d48
PP
3032009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
304
305 * gdb.texinfo (Threads): Document libthread-db-search-path.
306
6718376f
NR
3072009-05-15 Nick Roberts <nickrob@snap.net.nz>
308
309 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
310
cbe54154
PA
3112009-05-12 Pedro Alves <pedro@codesourcery.com>
312
313 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
314 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
315 show show-debug-regs' docs.
316
8e05493c
EZ
3172009-05-08 Eli Zaretskii <eliz@gnu.org>
318
319 * gdb.texinfo (Process Record and Replay): Add description of
320 reverse execution.
321
b39f4988
JB
3222009-05-07 Joel Brobecker <brobecker@adacore.com>
323
324 * gdbint.texinfo (Adding support for debugging core files): New node.
325 (Native Debugging): Remove the ``Native core file Support'' section.
326
a2311334
EZ
3272009-05-01 Eli Zaretskii <eliz@gnu.org>
328
329 * gdb.texinfo (Process Record and Replay): Improve and clarify.
330 Add index entries.
331
53cc454a
HZ
3322009-04-30 Hui Zhu <teawater@gmail.com>
333 Michael Snyder <msnyder@vmware.com>
334
a2311334
EZ
335 * gdb.texinfo: (Process Record and Replay): Add documentation for
336 process record and replay.
53cc454a 337
484086b7
JK
3382009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
339
340 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
341 a new part on command-line defined macros.
342
32ae1842
EZ
3432009-04-25 Eli Zaretskii <eliz@gnu.org>
344
345 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
346 clarify the wording.
347
b14b1491
TT
3482009-04-23 Tom Tromey <tromey@redhat.com>
349
350 * gdb.texinfo (Data Files): New node.
351 (GDB Files): Update menu.
352
5c1e86e1
JB
3532009-04-23 Joel Brobecker <brobecker@adacore.com>
354
355 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 356 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 357
83eba9b7
VP
3582009-04-22 Vladimir Prus <vladimir@codesourcery.com>
359
360 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
361
e31198c4
HZ
3622009-04-22 Hui Zhu <teawater@gmail.com>
363
364 * gdb.texinfo (disassemble-next-line): Set the default of
365 disassemble-next-line to off.
366
26e251b6
JM
3672009-04-21 Joseph Myers <joseph@codesourcery.com>
368
369 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
370 --with-htmldir): New.
371 * configure: Regenerate.
372 * Makefile.in (datarootdir, docdir): Define.
373 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
374 instead of $(SET_TEXINPUTS).
375 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
376 gdbint.info instead of $(SET_TEXINPUTS).
377 (gdbint/index.html): Use same -I options as for building
378 gdbint.info.
379 (stabs.dvi, stabs.pdf): Use same -I options as for building
380 stabs.info instead of $(SET_TEXINPUTS).
381 (stabs/index.html): Use same -I options as for building
382 stabs.info.
383 (annotate.dvi, annotate.pdf): Use same -I options as for building
384 annotate.info instead of $(SET_TEXINPUTS).
385 (annotate/index.html): Use same -I options as for building
386 annotate.info.
387
eac35c4e
DD
3882009-04-21 David Daney <ddaney@caviumnetworks.com>
389
390 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
391
29b0e8a2
JM
3922009-04-21 Joseph Myers <joseph@codesourcery.com>
393
394 * gdb.texinfo (Source Path): Document --with-relocated-sources.
395
2b831889
JM
3962009-04-18 Carlos O'Donell <carlos@codesourcery.com>
397 Joseph Myers <joseph@codesourcery.com>
398
399 * Makefile.in (MAKEHTML): Set to makeinfo --html.
400 (MAKEHTMLFLAGS): Set to empty.
401 (html__strip_dir): Define.
402 (HTMLFILES): Define.
403 (HTMLFILES_INSTALL): Define.
404 (install-html): Copy new automake rule.
405 (html): Depend on $(HTMLFILES).
406 (gdb_toc.html): Rename to gdb/index.html.
407 (gdbint_toc.html): Rename to gdbint/index.html.
408 (stabs_toc.html): Rename to stabs/index.html.
409 (annotate_toc.html): Rename to annotate/index.html.
410
89a34d1b
JM
4112009-04-17 Carlos O'Donell <carlos@codesourcery.com>
412
413 * Makefile.in: Set pdfdir and htmldir from configure
414 substitutions.
415 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
416 * configure: Regenerate.
417
a2d5da46
JB
4182009-04-16 Joel Brobecker <brobecker@adacore.com>
419
420 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
421 This macro is no longer used.
422
732f6a93
TT
4232009-04-15 Tom Tromey <tromey@redhat.com>
424
425 * gdb.texinfo (Character Sets): Document default character set.
426
87f9adc1
PM
4272009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
428
429 * gdbint.texinfo: Change server name from sources.redhat.com to
430 sourceware.org throughout.
431
2c88c651
JB
4322009-04-09 Joel Brobecker <brobecker@adacore.com>
433
434 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
435 about a missing dot or coma after @xref.
436
4f5376b2
JB
4372009-04-02 Joel Brobecker <brobecker@adacore.com>
438
439 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
440 example, and add a small explanation about it.
441 (Print Settings): Change the documentation of the "set print
442 frame-arguments" to reflect the fact that the default is now "scalars".
443
a0381d3a
JB
4442009-04-02 Joel Brobecker <brobecker@adacore.com>
445
446 * gdb.texinfo (Print Settings): Add kindex for command "set
447 print frame-arguments".
448
45ac276d
JB
4492009-03-31 Joel Brobecker <brobecker@adacore.com>
450
451 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
452 breakpoints.
453 (Set Breaks): Add reference to thread-specific and task-specific
454 breakpoints.
455
32cd1edc
JB
4562009-03-31 Joel Brobecker <brobecker@adacore.com>
457
458 * gdb.texinfo (Ada Tasks): Remove the documentation about
459 the "Running" state, as this state has been eliminated.
460 Now all runnable tasks are shown as "Runnable".
461
1042e4c0
SS
4622009-03-30 Stan Shebs <stan@codesourcery.com>
463
464 * gdb.texinfo (Tracepoints): Describe tracepoints as a
465 special case of breakpoints.
466 (Enable and Disable Tracepoints): Mention deprecation.
467 (Listing Tracepoints): Update description and example.
468
f8f6f20b
TJB
4692009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
470
471 * gdb.texinfo (Frames in Python): New node.
472 (Python API): Update.
473
c0c6f777
TJB
4742009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
475
476 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
477 from a method to an attribute.
478
def2b000
TJB
4792009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
480
481 * gdb.texinfo (Values From Inferior): Document is_optimized_out
482 attribute.
483
a07daef3
PA
4842009-03-25 Pedro Alves <pedro@codesourcery.com>
485
486 * observer.texi (thread_exit): Add "silent" parameter.
487
f3b1572e
PA
4882009-03-22 Pedro Alves <pedro@codesourcery.com>
489
490 * observer.texi (about_to_proceed): New.
491
587afa38
EZ
4922009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
493
494 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
495 field throughout to handle types with spaces in them. Fix typos
496 found by aspell.
497 (Summary, Requirements, Contributors): New first chapter,
498 "Summary" added, old Requirements section moved there, and new
499 section, "Contributors" added.
500 (Initializing a New Architecture, Register Representation)
501 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
502 (Porting gdb): These sections extended and updated.
503 (Compiler Characteristics): This section (empty) deleted.
504 (Defining Other Architecture Features): This section renamed and
505 duplicate material removed from (formerly "Target Conditionals").
506 Use braces {} in @deftypeXX type field throughout to handle types
507 with spaces in them. Typos found by aspell fixed.
508
509 * stack_frame.svg: New file, source of image for gdbint.texinfo.
510 * stack_frame.pdf: Version of image for PDF output.
511 * stack_frame.png: Version of image for HTML output and for Emacs.
512 * stack_frame.txt: Version of image for Info output.
1db61298 513 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 514
10af6951
EZ
5152009-03-21 Eli Zaretskii <eliz@gnu.org>
516
517 * gdb.texinfo (Character Sets): Fix last change.
518
cc924cad
TJB
5192009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
520
521 * gdb.texinfo (Values From Inferior): Fix optional arguments
522 markup.
523 (Commands In Python): Adjust argument names of gdb.Command.__init__
524 to what the function accepts as keywords.
525
bc3b79fd
TJB
5262008-03-20 Tom Tromey <tromey@redhat.com>
527
528 * gdb.texinfo (Convenience Vars): Document convenience functions.
529 (Functions In Python): New node.
530 (Python API): Update.
531
6c7a06a3
TT
5322009-03-20 Tom Tromey <tromey@redhat.com>
533
534 * gdb.texinfo (Character Sets): Remove obsolete text. Document
535 set target-wide-charset.
536 (Requirements): Mention iconv.
537
b646ddd4
HZ
5382009-03-17 Hui Zhu <teawater@gmail.com>
539
540 * gdb.texinfo: Change the introduce of "disassemble-next-line".
541
91440f57
HZ
5422009-03-17 Hui Zhu <teawater@gmail.com>
543
544 * gdb.texinfo: Add documentation for disassemble-next-line.
545
8fd41227
TJB
5462009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
547
548 * gdb.texinfo (Commands In Python): Remove tindex entries.
549
61ff14c6
JK
5502009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
551
552 * gdb.texinfo (Returning): New description for missing debug info.
553
0b16c5cf
PA
5542009-03-14 Pedro Alves <pedro@codesourcery.com>
555
556 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 557 (General Query Packets): Document qAttached.
0b16c5cf 558
32fc0df9
PA
5592009-03-05 Pedro Alves <pedro@codesourcery.com>
560
561 * gdb.texinfo (Background Execution): Better describe the set
562 target-async command.
563 (Maintenance Commands): Delete description of the `maint set/show
564 linux-async' and `maint set/show remote-async' commands.
565
134eb42c
VP
5662009-02-18 Vladimir Prus <vladimir@codesourcery.com>
567
568 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
569 between sentences.
570
c86cf029
VP
5712009-02-18 Vladimir Prus <vladimir@codesourcery.com>
572
573 * gdb.texinfo (GDB/MI Async Records): Document the
574 =library-loaded and =library-unloaded notifications.
575
3ea85240
VP
5762009-02-17 Vladimir Prus <vladimir@codesourcery.com>
577
578 * observer.texi (test_notification): New observer.
579
1d33d6ba
VP
5802009-02-14 Vladimir Prus <vladimir@codesourcery.com>
581
61ff14c6
JK
582 * observer.texi: Add parameter 'print_frame' to normal_stop
583 observer.
1d33d6ba 584
d721c933
EZ
5852009-02-07 Eli Zaretskii <eliz@gnu.org>
586
587 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
588 (Commands In Python): Fix COMMAND_* constants in last change. Use
589 @kbd for interactive input. Add cross-references and index
590 entries.
591
4aa995e1
PA
5922009-02-06 Pedro Alves <pedro@codesourcery.com>
593
594 * gdb.texinfo (Signals): Document $_siginfo.
595 (Convenience Variables): Mention $_siginfo.
596 (Remote Configuration): Document qXfer:siginfo:read,
597 qXfer:siginfo:write packets, and the read-siginfo-object,
598 write-siginfo-object commands.
599
5f5233d4
PA
6002009-02-06 Pedro Alves <pedro@codesourcery.com>
601
602 * gdbint.texinfo (Values): New chapter.
603
d8906c6f
TJB
6042009-02-06 Tom Tromey <tromey@redhat.com>
605
606 * gdb.texinfo (Python API): Add entry for Commands In Python.
607 (Commands In Python): New node.
608
b6cb8e7d
TJB
6092009-02-05 Tom Tromey <tromey@redhat.com>
610
611 * gdb.texinfo (Values From Inferior): Document Value.string.
612
12453b93
TJB
6132009-02-05 Tom Tromey <tromey@redhat.com>
614
615 * gdb.texinfo (Basic Python): Document execute's from_tty
616 argument.
617
08c637de
TJB
6182009-02-04 Tom Tromey <tromey@redhat.com>
619
620 * gdb.texinfo (Basic Python): Document gdb.history.
621
592375cd
VP
6222009-01-30 Vladimir Prus <vladimir@codesourcery.com>
623
624 * gdb.texinfo (GDB/MI Thread Commands): Document the
625 'current-thread-id' field. Remove the example with zero threads,
626 since current GDB won't ever report that if there's inferior.
627
41447f92
VP
6282009-01-30 Vladimir Prus <vladimir@codesourcery.com>
629
630 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
631 option to -break-insert.
632
098b41a6
JG
6332009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
634 Jerome Guitton <guitton@adacore.com>
635
636 * gdb.texinfo (Startup): Document --with-system-gdbinit.
637 (System-wide configuration): New section.
638
3c16cced
PA
6392009-01-26 Pedro Alves <pedro@codesourcery.com>
640
641 PR gdb/7580:
642 * gdb.texinfo (Maintenance Commands): Document "maint set|show
643 internal-error|internal-warning quit|corefile ask|yes|no".
644
62709adf
PA
6452009-01-26 Pedro Alves <pedro@codesourcery.com>
646
647 * gdb.texinfo (Using the `gdbserver' Program): Document
648 --remote-debug.
649
7ce58dd2
DE
6502009-01-23 Doug Evans <dje@google.com>
651
652 * gdb.texinfo: Add nexti to list of commands that support
653 background execution.
654
adb483fe
DJ
6552009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
656
657 * gdb.texinfo (Define, Hooks): Document prefix command support.
658
a67ec3f4
JM
6592009-01-14 Joseph Myers <joseph@codesourcery.com>
660 Carlos O'Donell <carlos@codesourcery.com>
661
662 Fixes for makeinfo --html.
663
664 * annotate.texinfo: Use @copying and @insertcopying. Use
665 @ifnottex in place of @ifinfo.
666 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
667 place of @ifinfo. Use @ifnotinfo for one index entry.
668 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
669 in place of @ifinfo.
670 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
671 in place of @ifinfo. Include contents at start unconditionally.
672
84fcdf95
PA
6732009-01-13 Pedro Alves <pedro@codesourcery.com>
674
675 * gdb.texinfo (General Query Packets): Remove @var{} around the
676 "spu" literal string.
677
fa3a767f
PA
6782009-01-07 Pedro Alves <pedro@codesourcery.com>
679
680 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
681 program may be running in another process" errors.
682 * gdbint.texinfo (Native Conditionals): Delete
683 ONE_PROCESS_WRITETEXT description.
684
9cb011d3
JB
6852009-01-07 Joel Brobecker <brobecker@adacore.com>
686
687 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
688 emacs local variable to be placed at the end of the ChangeLog.
689 Add server.c and gdbreplay.c to the list of files where the
690 copyright year needs to be updated.
691
84603566
SL
6922009-01-06 Sandra Loosemore <sandra@codesourcery.com>
693
694 * gdb.texinfo (Remote Configuration): Document new
695 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
696 commands.
697
a53f55d8
PA
6982008-12-28 Pedro Alves <pedro@codesourcery.com>
699
700 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
701 FETCH_INFERIOR_REGISTERS.
702 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
703 FETCH_INFERIOR_REGISTERS descriptions. Remove
704 gdbarch_get_longjmp_target descrition, since already described in
705 Target Conditionals. Move gdbarch_fp0_regnum description to ...
706 (Target Conditionals): ... here.
707
077e0a52
JB
7082008-12-16 Joel Brobecker <brobecker@adacore.com>
709
710 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
711 examples.
712 (Additions to Ada): Likewise. Add the missing opening and closing
713 parenthesis of the GDB prompt in one of the examples.
714
023eb17c
JB
7152008-12-14 Joel Brobecker <brobecker@adacore.com>
716
717 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
718 about the result of 'Address not being of type System.Address.
719 This problem has been fixed a while ago.
720
c3b108f7
VP
7212008-12-02 Vladimir Prus <vladimir@codesourcery.com>
722
723 MI non-stop and multiprocess docs.
724
725 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
726 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
727 Adjust documentation for *stopped, document =thread-created,
728 =thread-exited, =thread-group-created and =thread-group-exited.
729 (GDB/MI Thread Commands): Document the 'state' field in
730 -thread-info output.
731 (GDB/MI Program Execution): Mention --all and --thread-group
732 options.
733 (GDB/MI Variable Objects): Describe floating and fixed variable
734 objects.
735 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
736
07e059b5
VP
7372008-12-02 Vladimir Prus <vladimir@codesourcery.com>
738
739 * gdb.texinfo (Operating System Information): New appendix.
740 (Operating System Auxiliary Information): Document 'info os processes'
741 (Remote Configuration): Document 'osdata'
742 (General Query Packets): Document qXfer:osdata:read.
743
a80b95ba
TG
7442008-11-27 Tristan Gingold <gingold@adacore.com>
745
746 * gdb.texinfo (Darwin): Document Darwin specific features.
747
a655d424
JK
7482008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
749
750 * gdbint.texinfo (Target Conditionals): Extend the
751 gdbarch_breakpoint_from_pc description.
752
249e1128
VP
7532008-11-22 Vladimir Prus <vladimir@codesourcery.com>
754
755 * gdb.texinfo (M68K Features): Fix typo.
756
c14c28ba
PP
7572008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
758
759 * gdb.texinfo (Symbols): Mention printing containing
760 image name in "info symbol".
761 (Maint translate-address): Likewise.
762
394a6666
JB
7632008-11-18 Joel Brobecker <brobecker@adacore.com>
764
765 * gdb.texinfo (Set Catchpoints): Remove the documentation of
766 commands "catch load" and "catch unload".
767
66bb093b
VP
7682008-11-17 Vladimir Prus <vladimir@codesourcery.com>
769
770 * gdb.texinfo (GDB/MI Async Records): Document
771 =thread-selected.
772
4a92f99b
VP
7732008-11-17 Vladimir Prus <vladimir@codesourcery.com>
774
775 * observer.texi (new_inferior, inferior_exit): New observers.
776
f0323ca0
PA
7772008-10-27 Pedro Alves <pedro@codesourcery.com>
778
779 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
780 .mt files, TM_CLIBS or TM_CDEPS.
781 (x86 Watchpoints): Don't mention TDEPFILES.
782
8b23ecc4
SL
7832008-10-24 Sandra Loosemore <sandra@codesourcery.com>
784
785 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
786 (Overview): Mention notifications and non-stop mode behavior.
787 (Packets): Update documentation of ?, vAttach, vCont, and vRun
788 with non-stop mode behavior. Add vStopped description.
789 (Stop Reply Packets): Update list of packets that return
790 stop replies. Mention non-stop behavior.
791 (General Query Packets): Document QNonStop packet and associated
792 qSupported query response.
793 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
794 behavior.
795 (Notification Packets): New section.
796 (Remote Non-Stop): New section.
797 (File-I/O Overview): Mention non-stop behavior.
798
fff08868
HZ
7992008-10-24 Hui Zhu <teawater@gmail.com>
800 Pedro Alves <pedro@codesourcery.com>
801
802 * gdb.texinfo (displaced-stepping): Describe the auto mode
803 setting, and say it's the default. This is now a mainstream
804 setting instead of a maintenance setting.
805
252fbfc8
PA
8062008-10-23 Pedro Alves <pedro@codesourcery.com>
807
808 * observer.texi (thread_stop_requested): New.
809
20924a55
JB
8102008-10-22 Joel Brobecker <brobecker@adacore.com>
811
812 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
813 (Patching): Replace incorrect usage of @samp by @kbd.
814
bacec72f
MS
8152008-10-17 Michael Snyder <msnyder@vmware.com>
816
817 * gdb.texinfo: Add documentation for reverse execution.
818
a08702d6 8192008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 820 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
821
822 * gdb.texinfo. (Values From Inferior): New subsubsection.
823
d97bc12b
DE
8242008-10-06 Doug Evans <dje@google.com>
825
826 * gdb.texinfo (set debug dwarf2-die): Document it.
827
87f67dba
JB
8282008-10-01 Joel Brobecker <brobecker@adacore.com>
829
830 * gdb.texinfo (catch) [exception]: Document how to insert
831 a breakpoint on user-defined exceptions when the exception
832 name is identical to one of the language-defined ones.
833
2fae03e8
TT
8342008-09-27 Tom Tromey <tromey@redhat.com>
835
836 * gdb.texinfo (Macros): Remove text about stringification,
837 varargs, and splicing.
838
5c6ce71d
TT
8392008-09-27 Tom Tromey <tromey@redhat.com>
840
841 * gdbint.texinfo (Language Support): Remove text about omitting
842 support for a language.
843
07128da0
DE
8442008-09-23 Doug Evans <dje@google.com>
845
846 * gdb.texinfo (info dcache): Update.
847
b90a069a
SL
8482008-09-22 Sandra Loosemore <sandra@codesourcery.com>
849
850 * gdb.texinfo (Packets): Add info on thread-id syntax and
851 multiprocess extensions.
852 <D>: Document multiprocess form of packet.
853 <H>: Use thread-id syntax.
854 <T>: Likewise.
855 <vCont>: Likewise. Note this is required for multiprocess.
856 <vKill>: New packet.
857 (Stop Reply Packets) <T>: Use thread-id syntax.
858 <W>: Document multiprocess form of reply.
859 <X>: Likewise.
860 (General Query Packets) <qC>: Use thread-id syntax.
861 <qfThreadInfo>: Likewise.
862 <qGetTLSAddr>: Likewise.
863 <qP>: Likewise.
864 <qSupported>: Add "multiprocess" feature.
865 <qThreadExtraInfo>: Use thread-id syntax.
866
b77209e0
PA
8672008-09-22 Stan Shebs <stan@codesourcery.com>
868
869 * gdb.texinfo (Inferiors): New section.
870
3d0bb823
PA
8712008-09-12 Pedro Alves <pedro@codesourcery.com>
872
873 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
874
f8dcfc0a
UW
8752008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
876
877 * gdbint.texinfo (Target Conditionals): Remove documentation
878 for gdbarch_name_of_malloc.
879
8775bb90
MS
8802008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
881
882 * gdb.texinfo (Interrupts): Mention TCP interface for
883 sending BREAK.
884
f1838a98
UW
8852008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
886
887 * gdb.texinfo (Commands to Specify Files): Document "remote:"
888 argument prefix to "set sysroot".
889
158c7665
PH
8902008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
891
892 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
893 and False.
894
30e026bb
VP
8952008-08-20 Vladimir Prus <vladimir@codesourcery.com>
896
897 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
898 for possible features of -list-features.
899
c6ebd6cf
VP
9002008-08-19 Vladimir Prus <vladimir@codesourcery.com>
901
902 * gdb.texinfo (Background execution): Adjust example
903 (GDB/MI Miscellaneous Commands): Document -list-target-features.
904
aeac0ff9
VP
9052008-08-19 Vladimir Prus <vladimir@codesourcery.com>
906
907 * doc/gdb.texinfo (PowerPC): Fix typo.
908 (PowerPC features): Fix typo.
909
5231c1fd
PA
9102008-08-18 Pedro Alves <pedro@codesourcery.com>
911
912 * observer.texi (thread_ptid_changed): New.
913
677c5bb1
LM
9142008-08-18 Luis Machado <luisgpm@br.ibm.com>
915
916 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
917 (PowerPC features): Mention feature set for VSX registers.
918
f3a2dd1a
JB
9192008-08-13 Joel Brobecker <brobecker@adacore.com>
920
921 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
922 the direct visibility of all names in user-written packages.
923
33e5cbd6
PA
9242008-08-13 Pedro Alves <pedro@codesourcery.com>
925
926 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
927 setting, and make it the default.
928 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
929 non-stop script example.
930
d0384fc4
TJB
9312008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
932
933 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
934 reference to the "Using Different Register and Memory Data
935 Representation" section.
936
a6f3e723
SL
9372008-08-12 Sandra Loosemore <sandra@codesourcery.com>
938
939 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
940 (Remote Protocol): Add Packet Acknowledgment to menu.
941 (Overview): Mention +/- can be disabled, and point to new section
942 where this is discussed in detail.
943 (General Query Packets): Document QStartNoAckMode packet, and
944 corresponding qSupported reply.
945 (Packet Acknowledgment): New section.
946
0606b73b
SL
9472008-08-11 Sandra Loosemore <sandra@codesourcery.com>
948 Pedro Alves <pedro@codesourcery.com>
949
950 * gdb.texinfo (Threads): Move paragraph about automatic thread
951 selection to All-Stop Mode subsection.
952 (Thread Stops): Reorganize existing material into subsections.
953 Add introductory blurb and menu.
954 (Non-Stop Mode): New subsection.
955 (Background Execution): New subsection.
956 (Maintenance Commands): Add cross-references from async mode
957 commands to the new Background Execution section.
958
d57a3c85
TJB
9592008-08-06 Tom Tromey <tromey@redhat.com>
960
961 * gdb.texinfo (Extending GDB): New chapter.
962 (Sequences): Demoted chapter, now a section under the new
963 Extending GDB chapter.
964 (Python): New section.
965
6d76a53d
SS
9662008-07-31 Stan Shebs <stan@codesourcery.com>
967
968 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
969
1f70da6a
SS
9702008-07-29 Stan Shebs <stan@codesourcery.com>
971
972 * gdbint.texinfo: General round of cleanup and minor
973 clarifications.
974 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
975 (Longjmp Support): Update description to reflect how it is done
976 for targets without using native header.
977 (Symbol Handling): Add a little more general explanation.
978 (COFF, ELF): Mention stabs encapsulation.
979 (DWARF 3): New section.
980 (Adding a New Host): Scrub out some obsolete bits.
981 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
982 (Host Conditionals): Remove descriptions of NO_STD_REGS,
983 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
984 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
985 SEEK_SET, STOP_SIGNAL, USG.
986 (Raw and Virtual Register Representations): Ditto for
987 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
988 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
989 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
990 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
991 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
992 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
993 DEPRECATED_REGISTER_VIRTUAL_SIZE,
994 DEPRECATED_REGISTER_VIRTUAL_TYPE,
995 DEPRECATED_USE_STRUCT_CONVENTION.
996 Describe gdbarch_deprecated_fp_regnum.
997 Update description of gdbarch_print_insn.
998 (Adding a New Target): Scrub out obsolete bits.
999 (Obsolete Conditionals): Remove entire section.
1000
383f836e
TT
10012008-07-25 Tom Tromey <tromey@redhat.com>
1002
1003 * observer.texi (GDB Observers): Document new observers:
1004 breakpoint_created, breakpoint_deleted, breakpoint_modified,
1005 tracepoint_created, tracepoint_deleted, tracepoint_modified,
1006 architecture_changed.
1007
cfd8ab24
SS
10082008-07-21 Stan Shebs <stan@codesourcery.com>
1009
1010 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
1011 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
1012
781b42b0
TT
10132008-07-21 Tom Tromey <tromey@redhat.com>
1014
1015 * observer.texi (GDB Observers): Remove obsolete comment.
1016 <executable_changed>: Remove argument.
1017
d7d9f01e
TT
10182008-07-18 Tom Tromey <tromey@redhat.com>
1019
1020 * gdb.texinfo (Macros): Update. Use @code rather than @command.
1021
bf250677
DE
10222008-07-10 Doug Evans <dje@google.com>
1023
1024 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
1025
10568435
JK
10262008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1027
1028 * gdb.texinfo (Starting): Document "set disable-randomization".
1029
5ae4183a
AS
10302008-07-07 Andreas Schwab <schwab@suse.de>
1031
1032 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
1033
b56e7235
VP
10342008-07-06 Vladimir Prus <vladimir@codesourcery.com>
1035
1036 * gdb.texinfo (GDB/MI Target Manipulation): Add
1037 example of -target-attach.
1038
e1ac3328
VP
10392008-06-10 Vladimir Prus <vladimir@codesourcery.com>
1040
1041 * observer.texi (target_resumed): New observer.
5ae4183a 1042 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 1043
65d12d83
TT
10442008-06-06 Tom Tromey <tromey@redhat.com>
1045
1046 * gdb.texinfo (Completion): Add field name example.
1047
fbc5282e
MK
10482008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
1049
1050 * gdb.texinfo (GDB/MI Program Context): Added example
1051 to -exec-arguments
5ae4183a 1052
fbc5282e 10532008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
1054
1055 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
1056 annotation.
1057
c16158bc 10582008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
1059 Nathan Sidwell <nathan@codesourcery.com>
1060 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
1061
1062 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
1063 and ACX_BUGURL.
1064 * configure: Regenerate.
1065 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
1066 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
1067 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
1068 mailing-list-specific text about bug reporting unless
1069 BUGURL_DEFAULT.
1070
75c99385
PA
10712008-06-05 Pedro Alves <pedro@codesourcery.com>
1072
1073 * gdb.texinfo (-target-select): Remove reference to target async.
1074 (Maintenance Commands): Document "maint set/show remote-async".
1075
1763a388
MK
10762008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
1077
1078 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
1079 in -target-file-get section.
5ae4183a 1080
d0d064df
PA
10812008-05-22 Pedro Alves <pedro@codesourcery.com>
1082
9b562ab8
PA
1083 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
1084 killing the inferior when it is already debugging a process.
d0d064df 1085
8dfa32fc
JB
10862008-05-21 Joel Brobecker <brobecker@adacore.com>
1087
1088 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
1089 abbreviation for "finish".
1090
55f996a7
NR
10912008-05-21 Nick Roberts <nickrob@snap.net.nz>
1092
1093 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
1094
ba2b1c56
DJ
10952008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
1096
1097 * gdbint.texinfo (Target Conditionals): Delete entry for
1098 gdbarch_dwarf_reg_to_regnum.
1099
08388c79
DE
11002008-05-09 Doug Evans <dje@google.com>
1101
a3c83fae 1102 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 1103
d14508fe
DE
11042008-05-05 Doug Evans <dje@google.com>
1105
1106 * gdb.texinfo (disassemble): Document /m modifier.
1107
e2b7ddea
VP
11082008-05-05 Vladimir Prus <vladimir@codesourcery.com>
1109
5ae4183a
AS
1110 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
1111 will not report the time of commands that run the target.
e2b7ddea 1112
8eb41542
VP
11132008-05-03 Vladimir Prus <vladimir@codesourcery.com>
1114
1115 * gdb.texinfo (GDB/MI Output Records): Add
1116 missing semicolon.
1117
82f68b1c
VP
11182008-05-03 Vladimir Prus <vladimir@codesourcery.com>
1119
1120 * gdb.texinfo (GDB/MI Output Records):
1121 Document =thread-create and =thread-exited.
1122
fa0f268d
VP
11232008-05-03 Vladimir Prus <vladimir@codesourcery.com>
1124
1125 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 1126 Remove mention of dmi-discuss.
fa0f268d 1127
063bfe2e
VP
11282008-05-03 Pedro Alves <pedro@codesourcery.com>
1129
1130 * observer.texi (thread_exit): New.
1131
237fc4c9
PA
11322008-05-02 Pedro Alves <pedro@codesourcery.com>
1133
1134 * gdb.texinfo (Debugging Output): Document "set/show debug
1135 displaced".
1136 (Maintenance Commands): Document "maint set/show
1137 can-use-displaced-stepping".
1138
0428b8f5
DJ
11392008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
1140
1141 * gdb.texinfo (ARM): Document set/show arm fallback-mode
1142 and set/show arm force-mode.
1143
5009afc5
AS
11442008-05-02 Andreas Schwab <schwab@suse.de>
1145
1146 * gdbint.texinfo (Algorithms): Describe
1147 target_watchpoint_addr_within_range.
1148
669fac23
DJ
11492008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
1150
1151 * gdbint.texinfo (Stack Frames): New chapter.
1152 (Algorithms): Move Frames text to the new chapter.
1153 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
1154 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
1155
721c02de
VP
11562008-04-24 Vladimir Prus <vladimir@codesourcery.com>
1157
5ae4183a
AS
1158 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
1159 output does not necessary include any tokens.
721c02de 1160
c055b101
CV
11612008-04-22 Corinna Vinschen <vinschen@redhat.com>
1162
1163 * gdb.texinfo (Set SH Calling convention): New @item.
1164 (Show SH Calling convention): Ditto.
1165
68837c9d
MD
11662008-04-22 Markus Deuling <deuling@de.ibm.com>
1167
1168 * gdb.texinfo (Fortran Operators): Describe '%' operator.
1169
2e9132cc
EZ
11702008-04-20 Eli Zaretskii <eliz@gnu.org>
1171
1172 * gdb.texinfo (Set Breaks): Mention that multiple location
1173 breakpoints need line number info. Add index entries.
1174
31fffb02
CS
11752008-04-19 Craig Silverstein <csilvers@google.com>
1176
1177 * gdb.texinfo (Requirements): Add an optional requirement on
1178 zlib.
1179 * gdbint.texinfo (Debugging File Formats): Add new subsection for
1180 Compressed DWARF 2.
1181
a47ec5fe
AR
11822008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
1183
1184 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
1185 sample output for 'stopped,reason="breakpoint-hit"' message.
1186 (GDB/MI Program Execution): Likewise.
1187
de051565
MK
11882008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
1189
5ae4183a 1190 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
1191 -var-set-format. Add -f option to -var-evaluate-expression.
1192
6ba66d6a
JB
11932008-04-03 Joel Brobecker <brobecker@adacore.com>
1194
1195 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
1196 new node "Ambiguous Expressions". Replace references to this
1197 node by references to "Ambiguous Expressions" throughout.
1198 (Ambiguous Expressions): New node.
1199
1e26b4f8
DJ
12002008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
1201
1202 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
1203
b84876c2
PA
12042008-03-21 Pedro Alves <pedro@codesourcery.com>
1205
1206 * gdb.texinfo (Debugging Output): Document
1207 "set/show debug lin-lwp-async".
1208 (Maintenance Commands): Document "maint set/show linux-async".
1209
63092375
DJ
12102008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
1211
1212 * gdb.texinfo (Expressions): Update description of malloced arrays.
1213
8e8901c5
VP
12142008-03-15 Vladimir Prus <vladimir@codesourcery.com>
1215
1216 * gdb.texinfo (Thread Commands): Document
1217 -thread-info. Remove -thread-list-all-threads.
1218
1fddbabb
PA
12192008-03-14 Pedro Alves <pedro@codesourcery.com>
1220 Sandra Loosemore <sandra@codesourcery.com>
1221
1222 * gdb.texinfo (Library List Format): Update to mention the
1223 possibility to pass section addresses instead of segment
1224 addresses.
1225
ccd213ac
DJ
12262008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
1227
1228 * gdb.texinfo (Starting): Document "set exec-wrapper".
1229 (Server): Document gdbserver --wrapper.
1230
fa4727a6
DJ
12312008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
1232
1233 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
1234 unreadable memory. Delete obsolete SPARClite reference.
1235
8edfe269
DJ
12362008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
1237
1238 * gdb.texinfo (Starting): Mention always-running targets.
1239 (Target Commands): Add an anchor for load.
1240 (Connecting): Explain continue instead of run.
1241
1843f87b
DJ
12422008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
1243
1244 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
1245
f9082629
NR
12462008-02-26 Nick Roberts <nickrob@snap.net.nz>
1247
1248 * gdb.texinfo (Set Breaks): Revert description of Enb column of
1249 breakpoint table.
1250
fd96d250
PA
12512008-02-19 Pedro Alves <pedro@codesourcery.com>
1252
1253 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
1254 killing the inferior when it is already debugging a process.
1255
36af4ef6
MD
12562008-02-13 Markus Deuling <deuling@de.ibm.com>
1257
1258 * gdbint.texinfo (Build Script): New section. Mention new build script
1259 gdb_buildall.sh.
1260
cda4ce5a
JB
12612008-02-01 Jim Blandy <jimb@red-bean.com>
1262
1263 * gdb.texinfo (Help): Summarize 'info args' correctly.
1264
4acd40f3
TJB
12652008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
1266
1267 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
1268 available in PowerPC architecture.
1269 (Embedded Processors): Change node name of PowerPC item in menu.
1270 (PowerPC): Rename to...
1271 (PowerPC Embedded): this.
1272 (Architectures): Add new PowerPC item in menu.
1273 (PowerPC): New node.
1274
6e6c6f50
DJ
12752008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
1276
1277 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
1278 commands.
1279
5ee187d7
DJ
12802008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
1281
1282 * gdb.texinfo (Setting Catchpoints): Mention features
1283 supported on GNU/Linux.
1284
e275c0d9
NR
12852008-01-30 Nick Roberts <nickrob@snap.net.nz>
1286
1287 * gdb.texinfo (GDB/MI File Commands): Describe new output
1288 field for MI command -file-list-exec-source-file.
1289
2d717e4f
DJ
12902008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
1291
1292 * gdb.texinfo (Using the `gdbserver' Program): Add security
1293 warning. Rearrange into subsections and subsubsections. Document
1294 --multi and --debug. Correct --with-sysroot typo. Update --attach
1295 usage. Make load reference clearer. Document monitor exit.
1296 (Remote Configuration): Document set remote exec-file, attach-packet,
1297 and run-packet.
1298 (Packets): Document vAttach and vRun.
1299
d35a4257 13002008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
1301
1302 * gdb.texinfo (Processes): Mention process command.
1303 detach-on-follow -> detach-on-fork.
1304
c78d192c
DJ
13052008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
1306
1307 * gdbint.texinfo (Native Conditionals): Remove
1308 SHELL_COMMAND_CONCAT and SHELL_FILE.
1309
d35a4257
EZ
13102008-01-26 Eli Zaretskii <eliz@gnu.org>
1311
1312 * gdb.texinfo (Specify Location): Improve wording.
1313
93815fbf
VP
13142008-01-23 Chris Demetriou <cgd@google.com>
1315
1316 * gdb.texinfo (Threads): Document new "set print thread-events"
1317 and "show print thread-events" commands.
1318
2a25a5ba
EZ
13192008-01-19 Eli Zaretskii <eliz@gnu.org>
1320
1321 * gdb.texinfo (Specify Location): New section.
1322 (Delete Breaks, Edit, Set Breaks): Remove description of
1323 locations. Instead, add a reference to "Specify Location".
1324 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
1325 (Symbols): Refer to "Specify Location" for the valid forms of
1326 linespecs and locations.
1327
32c9a795
MD
13282008-01-18 Markus Deuling <deuling@de.ibm.com>
1329
1330 * gdbint.texinfo (Target Conditionals): Replace the description of
1331 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
1332
b17828ca
JB
13332008-01-12 Paul Hilfinger <hilfinger@adacore.com>
1334
1335 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
1336 about &&var, which is rejected by the expression parser.
1337
0aea4bf3
LM
13382008-01-09 Luis Machado <luisgpm@br.ibm.com>
1339
1340 * gdb.texinfo (Output): Update documentation on using printf with DFP
1341 types.
1342
febe4383
TJB
13432008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
1344
1345 * gdb.texinfo (C and C++): Add Decimal Floating Point format
1346 subsubsection.
1347 (Decimal Floating Point format): New subsubsection.
1348
7a404eba
PA
13492008-01-05 Pedro Alves <pedro@codesourcery.com>
1350
1351 * gdb.texinfo (File Options): Remove mention of the attempt to
1352 open a core file with the -p option. Don't list -c as a valid
1353 option to attach to a process.
1354
a4d9b460
PA
13552008-01-05 Pedro Alves <pedro@codesourcery.com>
1356
1357 * gdbint.texinfo (Host Conditionals): Remove mention of
1358 ALIGN_STACK_ON_ENTRY.
1359
6ec2edbe
JB
13602008-01-05 Joel Brobecker <brobecker@adacore.com>
1361
1362 * gdbint.texinfo (Start of New Year Procedure): Add item
1363 describing how to update the source and documentation copyright
1364 notices.
1365
d8b2a693
JB
13662007-12-18 Jim Blandy <jimb@codesourcery.com>
1367
ab209b3a 1368 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
1369 watchpoint explanation into the main description of the watchpoint
1370 command; update synopses of 'watch', 'rwatch', and 'awatch'
1371 commands.
1372
8b4ed427
VP
13732007-12-18 Vladimir Prus <vladimir@codesourcery.com>
1374
1375 * gdb.texinfo (Miscellaneous gdb/mi Commands):
1376 Document 'pending-breakpoints' feature of
1377 -list-features.
1378
37e4754d
LM
13792007-12-17 Luis Machado <luisgpm@br.ibm.com>
1380
669fac23 1381 * gdb.texinfo: Add new parameter's description.
37e4754d 1382
1d3811f6
DJ
13832007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
1384
1385 * gdb.texinfo (Overview): Clarify run-length encoding
1386 example. Remove the restriction on "+" and "-" characters.
1387
c1c25a1a
EZ
13882007-12-15 Eli Zaretskii <eliz@gnu.org>
1389
1390 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
1391
afe8ab22 13922007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 1393
afe8ab22
VP
1394 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
1395 the -f option for -break-insert, remove -r option,
1396 and clarify specification of location.
1397
a6b151f1
DJ
13982007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
1399
1400 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
1401 formatting.
1402 (Remote Debugging): Add File Transfer section.
1403 (Remote Configuration): Document Host I/O packets.
1404 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 1405 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
1406 (Packets): Add vFile.
1407
3b784c4f
EZ
14082007-11-17 Eli Zaretskii <eliz@gnu.org>
1409
1410 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
1411 breakpoints with multiple locations.
1412 (Breakpoint Menus): Improve wording.
1413 (Output): Fix last change.
1414
a4ce5b0d
UW
14152007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
1416
1417 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
1418
1b39d5c0
DE
14192007-11-15 Doug Evans <dje@google.com>
1420
1421 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
1422
7a72d44c
VP
14232007-11-15 Vladimir Prus <vladimir@codesourcery.com>
1424
1425 * gdbint.texinfo (Native Conditionals): Remove
1426 mention of CLEAR_SOLIB.
5ae4183a 1427
6d1829bf 14282007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
1429
1430 * gdb.texinfo (Print Settings): Add documentation for "set/show
1431 print frame-arguments".
1432
1a619819
LM
14332007-11-05 Luis Machado <luisgpm@br.ibm.com>
1434
3b784c4f 1435 * gdb.texinfo (Output): Update printf command's description.
1a619819 1436
55eddb0f
DJ
14372007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
1438
1439 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
1440 powerpc soft-float".
1441
9cceb671
DJ
14422007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
1443
1444 * gdb.texinfo (Files): Correct formatting. Mention Expat
1445 requirement.
1446 (Requirements for Building GDB): Expand the list of Expat
1447 uses.
1448 (Library List Format, Memory Map Format): Mention Expat.
1449 (Target Descriptions): Update Expat wording.
1450
83acabca
DJ
14512007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
1452
1453 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
1454 Document that gdbarch_convert_register_p should return zero for no-op
1455 conversions.
1456
e35879db
UW
14572007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
1458
83acabca 1459 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
1460 of set_gdbarch_sofun_address_maybe_missing back to ...
1461 (Target Conditionals): ... here to fix build break.
1462
203c3895
UW
14632007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
1464
83acabca 1465 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
1466 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
1467 (Compiler Characteristics): ... documentation of
1468 set_gdbarch_sofun_address_maybe_missing.
1469
11411de3
DJ
14702007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
1471
1472 * gdbint.texinfo (Target Conditionals): Use
1473 frame_unwind_register_unsigned in examples instead of
1474 frame_unwind_unsigned_register.
1475
7cc46491
DJ
14762007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
1477
1478 * gdb.texinfo (Predefined Target Types): Add int128
1479 and uint128.
1480 (Standard Target Features): Add PowerPC features.
1481
81adfced
DJ
14822007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
1483
1484 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
1485
c1874924
UW
14862007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
1487
1488 * gdbint.texi (Target Conditionals): Remove documentation
1489 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
1490 gdbarch_extract_return_value, and gdbarch_store_return_value.
1491
f6e56ab3
UW
14922007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
1493
1494 * gdbint.texi (Target Conditionals): Remove documentation of
1495 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
1496
56cf5405
KH
14972007-10-11 Kazu Hirata <kazu@codesourcery.com>
1498
1499 * gdb.texinfo: Mention that inaccessible-by-default is on by
1500 default.
1501
35156bae
DJ
15022007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
1503
1504 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
1505
d983da9c
DJ
15062007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
1507
1508 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
1509 multi-threaded watchpoints.
1510 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
1511 checked. Describe sticky notification. Expand description
1512 of steppable and continuable watchpoints.
1513 (Watchpoints and Threads): New subsection.
1514
fe6fbf8b
VP
15152007-09-28 Vladimir Prus <vladimir@codesourcery.com>
1516
1517 * gdb.texinfo (Setting Breakpoints): Revise
1518 documentation for pending breakpoints. Document
1519 breakpoints with multiple locations.
5ae4183a 1520
084344da
VP
15212007-09-19 Vladimir Prus <vladimir@codesourcery.com>
1522
1523 * gdb.texinfo (Miscellaneous gdb/mi Commands):
1524 Document -list-features.
5ae4183a 1525
82160952
EZ
15262007-09-15 Eli Zaretskii <eliz@gnu.org>
1527
1528 * gdb.texinfo (Output): Spell out which features of C's printf are
1529 not supported by GDB's printf.
7e27a47a
EZ
1530 (Separate Debug Files): More accurate wording regarding build ID
1531 and a reference to the ld manual rather than the Fedora wiki.
82160952 1532
ea37ba09
DJ
15332007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
1534 Jim Blandy <jimb@codesourcery.com>
1535
1536 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
1537 (Examining Memory): Update mentions of the 's' format.
1538 (Automatic Display): Likewise.
1539
b8533aec
DJ
15402007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
1541
1542 * gdb.texinfo: Update the FSF's Back-Cover Text.
1543
83f83d7f
JK
15442007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1545 Eli Zaretskii <eliz@gnu.org>
1546
1547 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
1548 Fixed the ``build ID'' name. New binaries build instructions for the
1549 build ID inclusion. Explain how the commands are specific to the build
1550 ID vs. debug link.
1551
c7e83d54
EZ
15522007-09-01 Eli Zaretskii <eliz@gnu.org>
1553
1554 * gdb.texinfo (Separate Debug Files): Fix last change. Add
1555 indexing for ``build ID'' support.
1556
d3750b24
JK
15572007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1558
1559 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
1560 Enlisted BUILD ID to the debug file searching example.
1561 Included a BUILD ID `.note.gnu.build-id' section description.
1562 Updated/added the debug files splitting instructions for OBJCOPY.
1563
02142340
VP
15642007-08-31 Vladimir Prus <vladimir@codesourcery.com>
1565
1566 * gdb.texinfo (Variable Objects): Adjust docs
1567 for -var-info-expression and document
1568 -var-info-path-expression.
1569
d3bdde98
JB
15702007-08-20 Jim Blandy <jimb@codesourcery.com>
1571
3fb6a982
JB
1572 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
1573 (title page): Include the dedication in the printed manual, as a
1574 separate page after the copyright notice.
5ae4183a 1575
d3bdde98
JB
1576 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
1577 don't break a @var across a line.
1578
c80a96a8
MR
15792007-07-25 Maciej W. Rozycki <macro@mips.com>
1580
1581 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
1582 for include files.
1583
5824a901
NR
15842007-07-12 Nick Roberts <nickrob@snap.net.nz>
1585
1586 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
1587 in annotate.texinfo.
1588 (Command History): Link to new node.
5824a901 1589
d52e7ea3
UW
15902007-07-05 Markus Deuling <deuling@de.ibm.com>
1591
1592 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
1593
5fc14d0a
EZ
15942007-07-05 Eli Zaretskii <eliz@gnu.org>
1595
1596 * gdbint.texinfo (Target Conditionals): Fix last change.
1597
4a9bb1df
UW
15982007-07-03 Markus Deuling <deuling@de.ibm.com>
1599
1600 * gdb.texinfo: Replace following macros by their appropriate gdbarch
1601 routines:
1602 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
1603 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
1604 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
1605 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
1606 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
1607 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
1608 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
1609 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
1610 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
1611 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
1612 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
1613 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
1614 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
1615 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
1616 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
1617 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
1618 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
1619 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
1620 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
1621 (SOFTWARE_SINGLE_STEP_P)
1622
1623 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
1624 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
1625
1626 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
1627 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
1628 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
1629 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
1630 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
1631 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
1632 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
1633 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
1634 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
1635 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
1636
1637 (Converting an existing Target Architecture to Multi-arch): Remove
1638 section.
1639
1640 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
1641 (gdbarch_addr_bits_remove): Add code example.
1642
1643 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
1644
cfa9d6d9
DJ
16452007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
1646
1647 * gdb.texinfo (Remote Configuration): Document library-info-packet.
1648 Add other missing entries. Adjust the table size to fit.
1649 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
1650 stop reasons including the new "library" event.
1651 (General Query Packets): Adjust table widths for qSupported. Mention
1652 qXfer:libraries:read reply to qSupported and document the new packet.
1653 (Library List Format): New section.
1654
159fcc13
JK
16552007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1656
1657 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
1658
f66d1690
MS
16592007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
1660
1661 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
1662
67102876
NR
16632007-06-25 Nick Roberts <nickrob@snap.net.nz>
1664
1665 * gdbint.texinfo (Register and Memory Data): Break sections
1666 into nodes and add a menu.
1667
a4642986
MR
16682007-06-21 Maciej W. Rozycki <macro@mips.com>
1669
1670 * gdb.texinfo (Examining Memory): Document the new behaviour.
1671
e9c17194
VP
16722007-06-21 Vladimir Prus <vladimir@codesourcery.com>
1673
1674 * gdb.texinfo (Standard Target Features): Document
1675 m68k features.
1676
31d99776
DJ
16772007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
1678
1679 * gdb.texinfo (General Query Packets): Document qOffsets changes.
1680
1780a0ed
DJ
16812007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
1682
1683 * gdb.texinfo (Target Description Format): Add version attribute
1684 for <target>.
1685
822b6570
DJ
16862007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
1687
1688 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
1689
f8b73d13
DJ
16902007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
1691
1692 * gdb.texinfo (MIPS Features): New subsection.
1693
0e7f50da
UW
16942007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
1695 Markus Deuling <deuling@de.ibm.com>
1696
1697 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
1698 and qXfer:spu:write packets and mention them under qSupported.
1699
23d964e7
UW
17002007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
1701 Markus Deuling <deuling@de.ibm.com>
1702
1703 * gdb.texinfo (Architectures): Add new SPU section to document
1704 Cell Broadband Engine SPU architecture specific commands.
1705
9f708cb2
VP
17062007-06-09 Vladimir Prus <vladimir@codesourcery.com>
1707
1708 * gdb.texinfo (GDB/MI Variable Objects): Editorial
1709 comments.
1710
7579b5f8
NR
17112007-06-07 Nick Roberts <nickrob@snap.net.nz>
1712
1713 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
1714
bf06d120
JB
17152007-05-29 Jim Blandy <jimb@codesourcery.com>
1716
1717 * gdb.texinfo (Overview): Doc fix.
1718
23776285
MR
17192007-05-22 Maciej W. Rozycki <macro@mips.com>
1720
1721 * gdb.texinfo (Remote Configuration): Document "set/show
1722 remoteflow".
1723
1a69e1e4
DJ
17242007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
1725
bf06d120
JB
1726 * gdb.texinfo (MIPS): Remove documentation for set mips
1727 saved-gpreg-size, show mips saved-gpreg-size, and set mips
1728 stack-arg-size.
1a69e1e4 1729
46ba6afa 17302007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 1731
46ba6afa
BW
1732 * all-cfg.texi (GDBTUI): New.
1733 * gdb.texinfo (Mode Options): Use GDBTUI variable.
1734 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
1735 (TUI Configuration): Edit to improve clarity and fix problems of
1736 both style and content.
5ae4183a 1737
06d3b283
UW
17382007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
1739
1740 * observer.texi (GDB Observers): New observer "new_objfile".
1741
179101d6
UW
17422007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
1743
1744 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
1745
25d5ea92
VP
17462007-04-14 Vladimir Prus <vladimir@codesourcery.com>
1747
1748 * gdb.texinfo (GDB/MI Variable Objects): Document
1749 frozen variables objects.
5ae4183a 1750
ea35711c
DJ
17512007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
1752
1753 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
1754 (Character Sets, Caching Data of Remote Targets): Likewise.
1755 (Targets): Delete Remote node. Move its text...
1756 (Debugging Remote Programs): ...to here. Delete description
1757 of the "remote" command.
1758 (Remote configuration): Delete description of "set remotedevice"
1759 and "show remotedevice".
1760 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
1761
db2e3e2e
BW
17622007-04-11 Bob Wilson <bob.wilson@acm.org>
1763
5ae4183a
AS
1764 * gdb.texinfo (Contributors, Continuing and Stepping)
1765 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
1766 (General Query Packets, File-I/O Remote Protocol Extension)
1767 (Protocol Basics, The F Reply Packet, Write)
1768 (Protocol-specific Representation of Datatypes, Memory Transfer):
1769 Fix hyphenation, punctuation and grammar problems.
1770 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
1771 'section' instead of 'subsection' in the text.
1772 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
1773 (i386): Remove period from section name.
db2e3e2e
BW
1774 (Installing GDB, Requirements, Running Configure, Separate Objdir)
1775 (Config Names, Configure Options): Use @file{configure}.
1776
8a3dae3e
DJ
17772007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
1778
1779 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
1780 and tab expansion.
1781
1a92f856
DJ
17822007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
1783
1784 * gdbint.texinfo (SOM): Correct location of the SOM reader.
1785
79a6e687 17862007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 1787
79a6e687
BW
1788 * gdb.texinfo: Consistently capitalize all significant words in
1789 node names, chapter titles, section titles, and headings. Update
1790 cross references to match.
1791 (Starting and Stopping Trace Experiment): Make node name plural.
1792 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 1793
ad527d2e
PA
17942007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
1795
1796 * gdb.texinfo (WinCE): Delete obsolete subsection.
1797
7ce59000
DJ
17982007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
1799
1800 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
1801 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
1802 references.
1803
8807d78b
DJ
18042007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
1805
1806 * gdb.texinfo (Startup): Delete references to some alternate
1807 names for .gdbinit.
1808 (Thread): Remove LynxOS reference.
1809 (Tandem ST2000): Delete target-specific documentation.
1810 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
1811 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
1812 and GDB_OSABI_LYNXOS.
1813
5f402660
UW
18142007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
1815
1816 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
1817
bac718a6
UW
18182007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
1819
1820 * gdbint.texinfo (Target Conditionals): Remove mention of
1821 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
1822 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
1823
9453113a
DJ
18242007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
1825
1826 * Makefile.in: Add "pdfdir" installation
1827 directory, PDFTEX macro, support for "install-pdf" target,
1828 and rules for making a pdf version of refcard.texi.
1829 * refcard.tex: Specify paper size for PDF output.
1830
ae21e955 18312007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 1832
ae21e955 1833 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 1834
3f94c067 18352007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 1836
3f94c067
BW
1837 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
1838 (Source Path, Character Sets, Macros, Define)
1839 (GDB/MI Result Records, GDB/MI Simple Examples)
1840 (GDB/MI Program Execution, GDB/MI File Commands)
1841 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
1842 (Bug Reporting): Use @value{GCC}.
5ae4183a 1843
12c27660 18442007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 1845
12c27660
BW
1846 * gdb.texinfo (Help): Fix formatting of examples.
1847 (Variables): Use @ifnotinfo instead of @iftex.
1848 (Non-debug DLL symbols): Use @ref instead of @pxref.
1849 (Sparclet File): Use @samp instead of quotes.
5ae4183a 1850
ce9341a1
BW
18512007-03-26 Bob Wilson <bob.wilson@acm.org>
1852
1853 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
1854
c8f4133a
BW
18552007-03-26 Bob Wilson <bob.wilson@acm.org>
1856
1857 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
1858 the order of the nodes.
1859 (C Operators, C Constants, Debugging C): Remove extra menus.
1860 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 1861
c8f4133a 18622007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
1863
1864 * gdb.texinfo (File Options): Add missing parenthesis.
1865 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
1866
c74d0ad8
DJ
18672007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
1868
1869 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
1870
ff6f572f
DJ
18712007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
1872
669fac23 1873 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
1874 case insensitivity.
1875 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
1876
994337c3
NR
18772007-02-18 Nick Roberts <nickrob@snap.net.nz>
1878
1879 * gdb.texinfo (Top): Put Appendix A after numbered sections.
1880 (Files): Add section name to argument list for pxref.
1881 (Non-debug DLL symbols): Don't use `see' for pxref.
1882 (Embedded Processors): Fix typo.
1883 (GDB/MI Breakpoint Commands): Execution commands generate
1884 *stopped not ^done.
1885
eb819d70
NR
18862007-02-13 Nick Roberts <nickrob@snap.net.nz>
1887
1888 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
1889 values for in_scope. Mention that only root variables can be
1890 updated.
1891 (GDB/MI Development and Front Ends): Explain new values may be
1892 added to existing fields.
1893
123dc839
DJ
18942007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
1895
1896 * gdb.texinfo (-target-disconnect): Use @smallexample.
1897 (Requirements): Add anchor for Expat. Update description.
1898 (Target Descriptions): Mention Expat.
1899 (Target Description Format): Document new elements. Use
1900 @smallexample.
1901 (Predefined Target Types, Standard Target Features): New sections.
669fac23 1902 * gdbint.texinfo (Target Descriptions): New section.
123dc839 1903
108546a0
DJ
19042007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
1905
1906 * gdb.texinfo (Target Description Format): Add section on XInclude.
1907
95a98c01
NR
19082006-02-03 Nick Roberts <nickrob@snap.net.nz>
1909
1910 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
1911 command -enable-timings.
1912
f4b3909f
EZ
19132007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
1914
5ae4183a 1915 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
1916 descriptions for new/deleted elements in gdb_osabi. Add missing
1917 description for function generic_elf_osabi_sniff_abi_tag_sections.
1918
c7ba131e
JB
19192007-01-29 Joel Brobecker <brobecker@adacore.com>
1920
1921 * gdb.texinfo (Maintenance Commands): Add documentation for
1922 the new "maint print target-stack" command.
1923
3a60f64e
JK
19242007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1925 Eli Zaretskii <eliz@gnu.org>
1926
f4b3909f 1927 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 1928
c582f8b6
EZ
19292007-01-26 Eli Zaretskii <eliz@gnu.org>
1930
1931 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
1932 Use @value{NGCC} instead of @value{GCC}.
1933
d3e8051b
EZ
19342007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
1935
1936 * agentexpr.texi: Fix typos.
1937 * annotate.texinfo: Likewise.
1938 * gdb.texinfo: Likewise.
1939 * gdbint.texinfo: Likewise.
1940 * observer.texi: Likewise.
1941 * stabs.texinfo: Likewise.
1942
86f04699
EZ
19432007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
1944
1945 * gdbint.texinfo (Support Libraries): Remove mmalloc
1946 entry. Describe readline library.
1947
23181151
DJ
19482007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
1949
1950 * gdb.texinfo (Target Descriptions): New section.
1951 (General Query Packets): Add QPassSignals anchor. Mention
1952 qXfer:features:read under qSupported. Expand mentions of
1953 qXfer:memory-map:read and QPassSignals. Document
1954 qXfer:features:read.
1955
f822c95b
DJ
19562007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
1957
1958 * gdb.texinfo (Commands to specify files): Describe
1959 "set sysroot" and "show sysroot".
1960 (Using the `gdbserver' program): Lowercase argument
1961 to @var. Expand description of setting up GDB on the
1962 host.
1963
8936fcda
JB
19642007-01-05 Joel Brobecker <brobecker@adacore.com>
1965
1966 * gdb.texinfo (Set Catchpoints): Add documentation for the new
1967 catch exception, catch exception unhandled, and catch assert
1968 commands.
1969
e776119f
DJ
19702007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
1971
1972 * gdb.texinfo (Debugging Output): Document "set debug xml"
1973 and "show debug xml".
1974
aa79a185
DJ
19752007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
1976
1977 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
1978
7f893741
JB
19792007-01-01 Joel Brobecker <brobecker@adacore.com>
1980
1981 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
1982
a1b5960f
VP
19832006-12-08 Vladimir Prus <vladimir@codesourcery.com>
1984
1985 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
1986 note in @ignore, to be removed later if nobody complains.
1987
9f470e6e
NR
19882006-12-04 Nick Roberts <nickrob@snap.net.nz>
1989
1990 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
1991 of -var-delete.
1992
765dc015 19932006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 1994
765dc015 1995 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
1996 automatic software/hardware breakpoint usage and
1997 the "set breakpoint auto-hw" command.
765dc015 1998
4b5752d0
VP
19992006-11-21 Vladimir Prus <vladimir@codesourcery.com>
2000
2001 * gdb.texinfo (Memory Access Checking): New.
2002
89be2091
DJ
20032006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
2004
2005 * gdb.texinfo (Remote configuration): Mention
2006 "pass-signals-packet".
2007 (General Query Packets): Document QPassSignals. Fix
2008 a typo.
2009
ca3bf3bd
DJ
20102006-11-14 Maxim Grigoriev <maxim@tensilica.com>
2011
2012 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
2013
427c3a89
DJ
20142006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2015
2016 * gdb.texinfo (Remote configuration): Rewrite documentation for
2017 packet configuration commands.
2018 (OS Information): Adjust reference to qXfer:auxv:read.
2019 (General Query Packets): Remove references to read-aux-vector-packet
2020 and set remote get-thread-local-storage-address.
2021
7a107747
DJ
20222006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
2023
2024 * gdbint.texinfo (Target Architecture Definition): Add new
2025 Initializing a New Architecture section.
2026
1c56eb0e
EZ
20272006-10-31 David Taylor <dtaylor@emc.com>
2028
2029 * stabs.texinfo (Macro define and undefine): New node describing
2030 stabs for #define and #undef.
2031
f73adfeb
AS
20322006-10-27 Andreas Schwab <schwab@suse.de>
2033
2034 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
2035
fd60e0df
EZ
20362006-10-21 Eli Zaretskii <eliz@gnu.org>
2037
2038 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
2039 clarify on the possible meanings of ``expression'' watched by
2040 watchpoints. Add indexing.
e5ac9b53
EZ
2041 (Prompting, Errors, Invalidation, Annotations for Running)
2042 (Source Annotations): Fix index entries by adding "annotation" to
2043 them, to discriminate from index entries that point to the more
2044 general topic descriptions.
fd60e0df 2045
52bb452f
DJ
20462006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
2047
2048 * gdbint.texinfo (Target Vector Definition): Move most
2049 content into Existing Targets. Add a menu.
2050 (Existing Targets): New section, moved from Target Vector
2051 Definition. Use @subsection.
2052 (Managing Execution State): New section.
2053
58955e58
BW
20542006-10-16 Bob Wilson <bob.wilson@acm.org>
2055
2056 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
2057
c8aa23ab
EZ
20582006-10-15 Eli Zaretskii <eliz@gnu.org>
2059
2060 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
2061 (Command Syntax, Signals, Backtrace, Connecting)
2062 (Remote configuration, Renesas Boards, Console I/O): Fix last
2063 change: use Ctrl- instead of C-, except wrt Emacs.
2064 (File-I/O Examples): Put Ctrl-c in @kbd.
2065 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
2066 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
2067 (Signals, Set Breaks, Set Watchpoints): Document optional
2068 arguments to `info signals' `handle', `info breakpoints', and
2069 `info watchpoints'.
c8aa23ab 2070
e7109c7e
EZ
20712006-10-14 Eli Zaretskii <eliz@gnu.org>
2072
2073 * gdb.texinfo (Backtrace): Fix last change.
2074
de3aea7b
NR
20752006-10-14 Nick Roberts <nickrob@snap.net.nz>
2076
2077 * gdb.texinfo (Backtrace): Order correctly and add other cases.
2078
7f9087cb
BW
20792006-10-10 Bob Wilson <bob.wilson@acm.org>
2080
c8aa23ab
EZ
2081 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
2082 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
2083 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 2084
68437a39
DJ
20852006-09-21 Vladimir Prus <vladimir@codesourcery.com>
2086 Daniel Jacobowitz <dan@codesourcery.com>
2087
2088 * gdb.texinfo (Packets): Document vFlashErase,
2089 vFlashWrite and vFlashDone packets.
2090 (General Query Packets): Document qXfer:memory-map:read.
2091 Add a new feature for qXfer:memory-map:read.
2092 (Memory map format): New section.
2093 (Target Commands): Mention that gdb can write flash.
2094
fd79ecee
DJ
20952006-09-21 Vladimir Prus <vladimir@codesourcery.com>
2096 Daniel Jacobowitz <dan@codesourcery.com>
2097
2098 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
2099 memory regions and "mem auto".
2100
350da6ee
DJ
21012006-09-21 Nathan Sidwell <nathan@codesourcery.com>
2102
2103 * gdbint.texinfo (Array Containers): New section.
2104
2f1acb09
VP
21052006-09-17 Vladimir Prus <vladimir@codesourcery.com>
2106
2107 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
2108 -stack-list-arguments HIGH_FRAME argument can be larger then the
2109 actual number of frames.
2110
2ab1eb7a
VP
21112006-09-07 Vladimir Prus <vladimir@codesourcery.com>
2112
2113 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
2114 -stack-list-locals HIGH_FRAME argument can be larger then the
2115 actual number of frames.
2ab1eb7a 2116
599b237a
BW
21172006-09-02 Bob Wilson <bob.wilson@acm.org>
2118
2119 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
2120 Register Packet Format, Tracepoint Packets): Fix spelling errors.
2121
25ab7e6d
EZ
21222006-09-02 Eli Zaretskii <eliz@gnu.org>
2123
2124 * gdbint.texinfo (Overall Structure): New section "Source Tree
2125 Structure".
2126
940178d3
JB
21272006-08-17 Jim Blandy <jimb@codesourcery.com>
2128
2129 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
2130 responses.
2131
30daae6c
JB
21322006-08-08 Joel Brobecker <brobecker@adacore.com>
2133
2134 * gdb.texinfo (Source Path): Add documentation for new
2135 substitute-path commands.
2136
7fa2210b
DJ
21372006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
2138
2139 * gdb.texinfo (Installing GDB): Update menu. Move text to...
2140 (Running Configure): ...here.
2141 (Requirements): New node. Mention expat.
2142
3d00d119
DJ
21432006-08-08 Vladimir Prus <vladimir@codesourcery.com>
2144
5ae4183a 2145 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
2146 'set download-write-size' and 'show download-write-size'.
2147
0cbfa4ee
DJ
21482006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
2149
2150 * stabs.texinfo (Member Type Descriptor): Correct example for
2151 pointer to member types.
2152
16026cd7
AS
21532006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
2154
2155 * gdb.texinfo (Optional warnings and messages): Add
2156 'set/show trace-commands'.
2157 (Command files): Add '-v' to source command.
2158
0876f84a
DJ
21592006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
2160
2161 * gdb.texinfo (OS Information): Update qPart reference to
2162 qXfer.
2163 (Remote configuration): Likewise.
2164 (Overview): Move @cindex to the start of a paragraph. Talk
2165 about binary data encoding.
2166 (Packets): Refer to the overview for the details of the X
2167 packet encoding.
2168 (General Query Packets): Remove qPart description. Add qXfer
2169 description. Add an anchor to qSupported. Correct feature
2170 table title. Add a new feature for qXfer:auxv:read.
2171 (Interrupts): Add a missing parenthesis.
2172
2ec3381a
DJ
21732006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
2174
669fac23 2175 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
2176 (GDB/MI Kod Commands): Remove commented out node.
2177
594fe323
EZ
21782006-07-01 Eli Zaretskii <eliz@gnu.org>
2179
2180 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
2181 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
2182 (GDB/MI Thread Commands, GDB/MI Program Execution)
2183 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
2184 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
2185 (GDB/MI File Commands, GDB/MI Target Manipulation)
2186 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
2187 since the MI prompt is hard-wired into the code.
2188
7e3fb70c
NR
21892006-07-01 Nick Roberts <nickrob@snap.net.nz>
2190
2191 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
2192 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
2193 (GDB/MI Data Manipulation): Remove description of unimplemented
2194 display related commands as variable objects perform this function
2195 and are superior: -display-delete, -display-disable,
2196 -display-enable, -display-insert and -display-list. Move
2197 -environment-cd, -environment-directory, -environment-path
2198 and -environment-pwd to "Program Context".
2199 (GDB/MI Program Control): Rename to "Program Execution". Move
2200 -exec-arguments -exec-abort to...
2201 (GDB/MI Program Context): ...here. New node split from "Data
2202 Manipulation".
2203
be2a5f71
DJ
22042006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
2205
2206 * gdb.texinfo (Remote configuration): Document set / show
2207 remote supported-packets.
2208 (General Query Packets): Document qSupported packet.
2209
fc320d37
SL
22102006-06-10 Sandra Loosemore <sandra@codesourcery.com>
2211
2212 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
2213 and font markup.
2214 (Protocol basics): Likewise.
2215 (The F request packet): Likewise.
2216 (The F reply packet): Likewise.
2217 (Memory transfer): Move this node to be a subsubsection of
2218 "Protocol specific representation of datatypes".
2219 (The Ctrl-C message): More copy editing.
2220 (Console I/O): Likewise.
2221 (The isatty call): Delete this node, and merge its content into
2222 the "isatty" node. Fixed references elsewhere.
2223 (The system call): Delete this node, and merge its content into
2224 the "system" node. Fixed references elsewhere.
2225 (open): Reformat to use @table, and add appropriate font markup.
2226 (close): Likewise.
2227 (read): Likewise.
2228 (write): Likewise.
2229 (lseek): Likewise.
2230 (rename): Likewise.
2231 (unlink): Likewise.
2232 (stat/fstat): Likewise.
2233 (gettimeofday): Likewise.
2234 (isatty): Likewise.
2235 (system): Likewise, plus minor changes to fix confusing wording.
2236 (Integral datatypes): Fix font markup.
2237 (Pointer values): Likewise.
2238 (struct stat): Fix markup to use @table, plus minor copy editing.
2239 (struct timeval): Fix font markup, plus minor copy editing.
2240 (Constants): Minor copy editing.
2241 (Errno values): Add font markup.
2242 (File-I/O Examples): Likewise.
2243
158fdf5c
NR
22442006-06-10 Nick Roberts <nickrob@snap.net.nz>
2245
2246 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
2247 (GDB/MI Simple Examples): Move node up one level. Use real
2248 examples.
2249 (GDB/MI Compatibility with CLI): Update.
2250 (GDB/MI Result Records): Add "connected" and "exit" result
2251 classes.
2252 (GDB/MI Stream Records): Clarify target output.
2253 (GDB/MI Command Description Format): Modify example description.
2254 (GDB/MI Breakpoint Table Commands): Rename to...
2255 (GDB/MI Breakpoint Commands): ...this
2256 (GDB/MI Breakpoint Commands): Add optional thread field.
2257 (GDB/MI Program Control): Add an introduction. Move "Program
2258 termination" examples into exec-run description.
2259 (GDB/MI File Commands): Mention similar CLI commands.
2260 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
2261 is similar to "-gdb-version".
2262
ddb50cd7
EZ
22632006-06-09 Eli Zaretskii <eliz@gnu.org>
2264
2265 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
2266
2aef0d6b
NR
22672006-06-02 Nick Roberts <nickrob@snap.net.nz>
2268
2269 * gdb.texinfo (GDB/MI Development and Front Ends): Use
2270 sourceware.org for mailing lists.
d5e40d59 2271 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 2272
383a5c52
NR
22732006-06-01 Nick Roberts <nickrob@snap.net.nz>
2274
d5e40d59 2275 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 2276
e16b02ee
EZ
22772006-05-22 Eli Zaretskii <eliz@gnu.org>
2278
2279 * gdb.texinfo (Cygwin Native): Fix last change.
2280
be90c084
CF
22812006-05-22 Christopher Faylor <cgf@timesys.com>
2282
2283 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
2284
347ceba5
NR
22852006-05-15 Nick Roberts <nickrob@snap.net.nz>
2286
2287 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
2288 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
2289
369af7bd
DJ
22902006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
2291
2292 * gdb.texinfo (General Query Packets): Recommend not starting
2293 new packets with qC and clarify.
2294
2ffdbde8 22952006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
2296
2297 * gdb.texinfo (M2 Types): New section.
72019c9c 2298
16d1a084
DJ
22992006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
2300
2301 * agentexpr.texi: Add a copyright and license notice.
2302 * observer.texi: Likewise, with GPL clause for function prototypes.
2303 Remove trailing whitespace.
2304
aa56d27a
JB
23052006-05-05 Jim Blandy <jimb@codesourcery.com>
2306
2307 * gdb.texinfo (General Query Packets): Document conventions for
2308 terminating packet names, and their violations.
2309
5bdf8622
DJ
23102006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
2311
2312 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
2313 * gdb.texinfo: Likewise.
2314
605a56cb
DJ
23152006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
2316
2317 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
2318 and "show remotedebug".
2319 (Debugging Output): Add additional index entries.
2320
b8db102d
MS
23212006-04-27 Michael Snyder <msnyder@redhat.com>
2322
2323 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
2324
c5e30d01
AC
23252006-04-22 Andrew Cagney <cagney@redhat.com>
2326
2327 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
2328 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
2329
8181d85f
DJ
23302006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
2331
2332 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
2333 and remove breakpoint prototypes.
2334 (Watchpoints): Move description of target_insert_hw_breakpoint and
2335 target_remove_hw_breakpoint ...
2336 (Breakpoints): ... to here. Document target_insert_breakpoint and
2337 target_remove_breakpoint.
2338
4f553f88
JB
23392006-04-17 Jim Blandy <jimb@codesourcery.com>
2340
2341 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
2342 and C packets are optional.
2343
cd852561
FR
23442006-04-14 Frederic Riss <frederic.riss@st.com>
2345
2346 * gdb.texinfo (Specifying source directories): Update the description
2347 of the source file search to reflect the fact that the source path
2348 always contains at least $cdir and $cwd.
2349
b620eb07
MS
23502006-03-31 Michael Snyder <msnyder@redhat.com>
2351
2352 * gdb.texinfo: Update copyright dates.
2353
3156cdaf
EZ
23542006-03-31 Eli Zaretskii <eliz@gnu.org>
2355
2356 * gdb.texinfo (Overview): Add an index entry to "empty response".
2357
7d30c22d
JB
23582006-03-28 Jim Blandy <jimb@codesourcery.com>
2359
2360 * gdbint.texinfo (Prologue Analysis): New section.
2361
86941c27
JB
23622006-03-07 Jim Blandy <jimb@red-bean.com>
2363
66b8c7f6
JB
2364 * gdb.texinfo (Connecting): Document 'target remote pipe'.
2365
1a10341b
JB
2366 * gdb.texinfo (Target Commands): Update text describing how to
2367 specify a target. Refer to the detailed section on remote
2368 debugging, not the brief mention.
2369
86941c27
JB
2370 * gdb.texinfo (Connecting): Organize the different 'target remote'
2371 connection methods into a table. Add a 'target remote' index
2372 entry. (!!!)
2373
62f3a2ba
FF
23742006-02-17 Fred Fish <fnf@specifix.com>
2375
2376 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
2377 'ptype' commands to reflect the fact that the only significant
2378 difference between them is that ptype prints the complete type
2379 description instead of just the name.
2380
8b9a88ea
WZ
23812006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
2382
2383 * gdbint.texinfo (Watchpoints): Delete
2384 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
2385
7e8dc855
NR
23862006-02-10 Nick Roberts <nickrob@snap.net.nz>
2387
2388 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
2389 times fields where needed. Fix typos. Update general form given
2390 for output of -break-insert.
2391 (GDB/MI): Abbreviate some unnecessarily long fullnames.
2392
c91d38aa
DJ
23932006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
2394
2395 * gdbint.texinfo (Symbol Handling): Add a section
2396 on memory management.
2397
38fcd64c
DJ
23982006-02-06 Vladimir Prus <ghost@cs.msu.su>
2399
2400 * gdb.texinfo (Breakpoint table commands): Document the fullname
2401 field in -break-list output.
2402
219eec71
EZ
24032006-02-03 Eli Zaretskii <eliz@gnu.org>
2404
2405 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
2406 debugging information produced by the various "set debug..."
2407 options.
2408
ae5a43e0
DJ
24092006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2410
2411 * gdb.texinfo (Files): Remove obsolete bits from the description
2412 of "symbol-file".
2413
a9f158ec
JB
24142006-01-25 Jim Blandy <jimb@redhat.com>
2415
2416 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
2417
410dd08e
JB
24182006-01-24 Jim Blandy <jimb@redhat.com>
2419
2420 * gdbint.texinfo (Frames): Document the basics of GDB's register
2421 unwinding model, and explain the existence of the "sentinel" frame.
2422
4b505b12
AS
24232006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
2424
2425 * gdb.texinfo (Choosing files): Mention that -directory is used
2426 for script files.
2427 (Specifying source directories): Likewise.
2428 (Command files): Explain how script files are found.
2429
839c27b7
EZ
24302006-01-21 Eli Zaretskii <eliz@gnu.org>
2431
2432 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
2433 the threads in a multi-threaded program.
2434 (Threads): The threadno argument of "thread apply" can be a range
2435 of numbers.
2436
7be93b9e
JB
24372006-01-18 Jim Blandy <jimb@redhat.com>
2438
2439 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
2440 of warning flags.
2441
fcc73fe3
EZ
24422006-01-13 Eli Zaretskii <eliz@gnu.org>
2443
2444 * gdb.texinfo (Sequences): Improve menu annotations.
2445 (Define): Add index entries for arguments of user-defined
2446 commands. Move the description of flow-control commands...
2447 (Command Files): ...to here. Document loop_break and
2448 loop_continue.
ca91424e
EZ
2449 (Define, Command Files): Document `end' and add index entries for
2450 it.
fcc73fe3 2451
5c95884b
MS
24522006-01-04 Michael Snyder <msnyder@redhat.com>
2453
2454 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 2455 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 2456
860701dc
PH
24572006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
2458
2459 * gdb.texinfo (Omissions from Ada): Document that there is now
2460 limited aggregate support.
2461
36b80e65
EZ
24622005-12-28 Eli Zaretskii <eliz@gnu.org>
2463
2464 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
2465 registers and the likes.
2466
c1468174
EZ
24672005-12-24 Eli Zaretskii <eliz@gnu.org>
2468
2469 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
2470 (Symbols): Fix usage of "e.g.".
359df76b 2471 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
2472
2473 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
2474 (Coding): Fix usage of "e.g.".
2475
c02a867d
EZ
24762005-12-23 Eli Zaretskii <eliz@gnu.org>
2477
5ae4183a
AS
2478 * stabs.texinfo:
2479 * refcard.tex:
c02a867d 2480 * gpl.texi:
5ae4183a
AS
2481 * gdbint.texinfo:
2482 * gdb.texinfo:
2483 * gdb-cfg.texi:
c02a867d 2484 * fdl.texi:
5ae4183a
AS
2485 * annotate.texinfo:
2486 * all-cfg.texi:
c02a867d
EZ
2487 * Makefile.in: Add (C) after Copyright. Update the FSF
2488 address.
2489
fad38dfa
EZ
24902005-12-03 Eli Zaretskii <eliz@gnu.org>
2491
2492 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
2493 extend GDB with commands for external monitor.
2494
53e5f3cf
AS
24952005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
2496
2497 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
2498
55f6ca0f
JB
24992005-11-25 Joel Brobecker <brobecker@adacore.com>
2500
2501 * gdbint.texinfo (Start of New Year Procedure): New chapter.
2502
c1947b85
JB
25032005-11-21 Jim Blandy <jimb@redhat.com>
2504
2505 * gdb.texinfo (Tracepoint Packets): Document restrictions on
2506 placement of 'R' actions in tracepoint action packets; document
2507 dependence of 'X' and 'M' actions on a preceding 'R' action for
2508 their registers.
2509
9d29849a
JB
25102005-11-19 Jim Blandy <jimb@redhat.com>
2511
2512 * gdb.texinfo (Tracepoint Packets): New node.
2513 (General Query Packets): Add entries for the tracepoint packets,
2514 referring to the "Tracepoint Packets" node.
2515 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 2516
9a6253be
KB
25172005-11-18 Kevin Buettner <kevinb@redhat.com>
2518
2519 * gdb.texinfo (set remotebreak): Add anchor.
2520 (X packet): Likewise.
2521 (Remote Protocol): Add new section `Interrupts' and new index
2522 entry `interrupts (remote protocol)'.
2523
5f3bebba
JB
25242005-11-18 Jim Blandy <jimb@redhat.com>
2525
2526 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
2527 entries into the General Query Packets section. Add a
2528 cross-reference to that section. Drop description of replies, as
2529 these are covered in the descriptions of each packet.
2530 (General Query Packets): Add introductory text. Explain naming
2531 conventions, and how the end of a name is recognized.
2532
9a7a1b36
KB
25332005-11-17 Kevin Buettner <kevinb@redhat.com>
2534
0564b6cf 2535 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
2536 "set remotebreak" command.
2537
b8ff78ce
JB
25382005-11-16 Jim Blandy <jimb@redhat.com>
2539
2540 * gdb.texinfo (Packets, Stop Reply Packets)
2541 (General Query Packets): Various formatting cleanups.
2542 - Use @samp for packet contents.
2543 - Drop summaries from packet @item lines; the same information appears
2544 immediately below in the description.
2545 - Delete paragraph breaks after packet @item commands, so that the
2546 description appears directly to the right of the packet prototype
2547 in the printed manual, if it fits.
2548 - Place spaces in packet prototypes between @vars and non-@var
2549 letters, and explain that they're just for formatting.
2550 - Use @dots{} instead of '...'.
2551 - Fix uses of @code where @var was needed.
2552 - Replace "deprecated" markers with English text spelling out the
2553 packet's status and the preferred alternatives.
2554 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
2555 what this ever meant.
2556 - Remove "(draft)" markers on 'i' packets; nobody has commented on
2557 this for a long time.
2558 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
2559 implemented several times, and have been in use for years.
2560
8ffe2530
JB
25612005-11-15 Jim Blandy <jimb@redhat.com>
2562
c43c5473
JB
2563 * gdb.texinfo (Packets): Add index entries for 'm' packet
2564 disclaimers.
5ae4183a 2565
fb031cdf
JB
2566 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
2567 of stub when processing an 'm' packet.
2568
8ffe2530
JB
2569 * gdb.texinfo (Packets): Mention that packets beginning with
2570 letters are reserved once, at the top, instead of actually listing
2571 them all and saying "reserved".
2572
c03c782f
AS
25732005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
2574
2575 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
2576 Change @var{$arg0 to @code{$arg0.
2577
814e32d7
WZ
25782005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
2579
2580 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
2581
fa93a9d8
JB
25822005-11-12 Jim Blandy <jimb@redhat.com>
2583
2584 * gdb.texinfo (General Query Packets): Put packets in alphabetical
2585 order. Remove extraneous 'z'.
2586
8a5a3c82
AS
25872005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
2588
2589 * gdb.texinfo (Choosing files): Add --eval-command.
2590
4b0ad762
AS
25912005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
2592
2593 * gdb.texinfo (Choosing modes): Add --return-child-result.
2594
2595
1a088d06
AS
25962005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
2597
2598 * gdb.texinfo (Choosing modes): Add --batch-silent.
2599
656d5e12
EZ
26002005-10-28 Eli Zaretskii <eliz@gnu.org>
2601
2602 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
2603 "The -var-update Command".
2604
3c9c013a
JB
26052005-10-03 Joel Brobecker <brobecker@adacore.com>
2606
2607 * gdb.texinfo (Print Settings): Add documentation for set/show
2608 print array-indexes.
2609
7ba3cf9c
DJ
26102005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
2611
2612 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
2613 6.2 and 6.3.
2614
a94ab193
EZ
26152005-08-27 Eli Zaretskii <eliz@gnu.org>
2616
2617 * gdb.texinfo (File Options): Don't document --mapped, it's gone
2618 since 19-Jan-2004.
2619 (Files): Likewise.
ab1adacd
EZ
2620 (Variables, Symbols): Document the "<incomplete type>" message and
2621 its reasons.
a94ab193 2622
ca06016a
FF
26232005-08-01 Fred Fish <fnf@specifix.com>
2624
2625 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
2626
cf58170d
NR
26272005-07-15 Nick Roberts <nickrob@snap.net.nz>
2628
2629 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
2630 option for -var-list-children and -var-update.
2631 (GDB/MI Stack Manipulation): Simplify description of
2632 print-values option for -stack-list-locals.
2633 (GDB/MI Command Description Format): Clarify.
2634 (Mode Options): Spelling of superseded.
2635
38f1196a
BR
26362005-07-12 Bob Rossi <bob@brasko.net>
2637
2638 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
2639 corresponding GDB command comment.
2640
3cb3b8df
BR
26412005-07-06 Bob Rossi <bob@brasko.net>
2642
2643 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
2644 and -inferior-tty-show.
2645 (Input/Output): Document "set/show inferior-tty" and tty alias.
2646
10fac096
NW
26472005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
2648
2649 * gdb.texinfo (Packets): Change description of 'D' packet to note
2650 that GDB does wait for a response.
2651
d1b6db76
NR
26522005-06-22 Nick Roberts <nickrob@snap.net.nz>
2653
2654 * gdb.texinfo (History) Rename "Command History".
2655 (Command History): Move node "Server Prefix" from section on
2656 Annotations here.
2657
29629dcf
NR
26582005-06-19 Nick Roberts <nickrob@snap.net.nz>
2659
2660 * gdb.texinfo (GDB/MI Stack Manipulation):
2661 Re-instate -stack-info-frame with example. Say that it gets
2662 info on selected frame, not current frame.
2663
397ca115
EZ
26642005-06-18 Eli Zaretskii <eliz@gnu.org>
2665
2666 * gdb.texinfo (Server): Clarify that `file' should be used before
2667 connecting to the server.
2668 (Files): Add an xref to the above description.
51274035
EZ
2669 (Output Formats): More detailed description of the `c' format.
2670 (Memory): List explicitly all the formats supported by `x'.
638ac427 2671 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 2672 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
2673 files. Add more indexing for solib-absolute-prefix and
2674 --with-sysroot.
76d17f34
EZ
2675 (Machine Code): Document possible problems with locations in
2676 shared libraries.
d416eeec
EZ
2677 (Backtrace): Document that free-standing environments do not need
2678 to have a `main' function.
397ca115 2679
74f6deaa
NR
26802005-06-18 Nick Roberts <nickrob@snap.net.nz>
2681
2682 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
2683 -stack-info-frame.
2684
a9967aef
AC
26852005-06-07 Andrew Cagney <cagney@gnu.org>
2686
2687 * gdb.texinfo (Contributors): Note the original multi-arch
2688 contributors.
2689
e09f16f9
EZ
26902005-06-03 Eli Zaretskii <eliz@gnu.org>
2691
2692 * gdb.texinfo (Registers): Add index entries for the standard
2693 registers.
2694 (Frames): Add cross-reference from frame pointer description to
2695 the Registers node.
2696 (Annotations Overview): Fix the reference to GDB name.
2697
d87ba7ee
EZ
26982005-06-01 Eli Zaretskii <eliz@gnu.org>
2699
2700 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
2701 can-use-hw-watchpoints.
2702
034dad6f
BR
27032005-05-28 Bob Rossi <bob@brasko.net>
2704
2705 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
2706 the possible reasons why an exec async record would be returned to FE.
2707
ffed4509
AC
27082005-05-26 Andrew Cagney <cagney@gnu.org>
2709
2710 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
2711 Andrew Cagney implemented the original GDB/MI.
2712
e22e55c9
OF
27132005-05-23 Orjan Friberg <orjanf@axis.com>
2714
2715 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
2716 documentation. Add documentation for cris-mode.
2717
a78e13ce
EZ
27182005-05-20 Eli Zaretskii <eliz@gnu.org>
2719
2720 * gdb.texinfo (Numbers): Explain the example and make the wording
2721 more acurate.
2722
76ff342d
DJ
27232005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
2724 Dennis Brueni <dennis@slickedit.com>
2725
2726 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
2727 (GDB/MI Data Manipulation, GDB/MI Program Control)
2728 (GDB/MI Stack Manipulation): Update examples to include the fullname
2729 attribute in stack frames.
2730
119b882a
EZ
27312005-05-12 Eli Zaretskii <eliz@gnu.org>
2732
2733 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
2734 do with other non-standard names of init files.
2735
6fc08d32
EZ
27362005-05-11 Eli Zaretskii <eliz@gnu.org>
2737
2738 * gdb.texinfo (Command Files): Move the description of the startup
2739 from here...
2740 (Startup): ...to this new subsection of the Invocation chapter.
2741 Rearrange the description of init files more logically and add a
2742 cross-reference to "Command Files". Document the special gdbinit
2743 name for CISCO 68k. Expand the description of what GDB does
2744 during startup.
2745 (History): Add index entry for HISTSIZE.
2746
a561754a
MK
27472005-05-02 Mark Kettenis <kettenis@gnu.org>
2748
2749 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
2750
2eecc4ab
EZ
27512005-05-02 Eli Zaretskii <eliz@gnu.org>
2752
2753 * gdb.texinfo (SVR4 Process Information, The isatty call)
2754 (The system call): Don't use foo(N) notation for man pages and
2755 functions.
514c4d71 2756 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 2757
18999be5
EZ
27582005-04-27 Eli Zaretskii <eliz@gnu.org>
2759
2760 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
2761 were optimized away.
2762
0abb7bc7
EZ
27632005-04-22 Eli Zaretskii <eliz@gnu.org>
2764
2765 * gdb.texinfo (Remote configuration): Document "set/show
2766 get-thread-local-storage-address". Add cross-reference to the
2767 description of the qGetTLSAddr packet.
2768 (General Query Packets): Mention "set remote
2769 get-thread-local-storage-address" and add a reference to its
2770 description.
2771
6f61acb1
NR
27722005-04-19 Nick Roberts <nickrob@snap.net.nz>
2773
2774 * gdb.texinfo (Backtrace): Describe 'bt full'.
2775
9d59903a
NR
27762005-04-17 Nick Roberts <nickrob@snap.net.nz>
2777
2778 * gdb.texinfo (Mode Options): Fix typo.
2779 (GDB/MI): Describe how to invoke GDB/MI.
2780
721c2651
EZ
27812005-04-16 Eli Zaretskii <eliz@gnu.org>
2782
2783 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 2784 references changed. Add description of "info udot".
721c2651
EZ
2785 (Files): Document "set/show stop-on-solib-events".
2786 (M32R/D): Document "set/show download-path", "set/show
2787 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
2788 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
2789 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
2790 (Maintenance Commands): Improve indexing.
2791 (Target Commands): Document "set/show hash", "set/show debug
2792 monitor".
2793 (SVR4 Process Information): Document "info pidlist" and "info
2794 meminfo". Document "set/show procfs-tarce" and "set/show
2795 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
2796 (Symbols, The Print Command with Objective-C): Improve indexing.
2797 (Objective-C): Add references to "info classes" and "info
2798 selectors".
c45da7e6
EZ
2799 (Debugging Output): Improve wording. Document "set/show debug
2800 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
2801 (Set Breaks): Add index entry for "hardware breakpoints".
2802 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
2803 and "set/show usehardbreakpoints".
2804 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
2805 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
2806 (ARM): Document "rdilogfile", "rdilogenable", "set/show
2807 rdiromatzero", "set/show rdiheartbeat".
2808 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
2809 "sds".
2810 (Embedded Processors): Document the "sim" command.
2811 (Remote): Document the "remote" command.
2812 (DJGPP Native): Document the "info serial" command.
2813 (Threads): Document "maint info sol-threads".
2814 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
2815 (Set Breaks): Improve indexing.
2816 (Command Syntax): Add a reference to dont-repeat.
2817 (Define): Document "dont-repeat".
2818 (TUI Commands): Document "tabset".
2819 (WinCE): New subsection. Document "set/show remotedirectory",
2820 "set/show remoteupload", "set/show remoteaddhost".
721c2651 2821
14d6dd68
EZ
28222005-04-15 Eli Zaretskii <eliz@gnu.org>
2823
2824 * gdb.texinfo (Hurd Native): New subsection, documents
2825 Hurd-specific commands.
a64548ea 2826 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 2827 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
2828 (MIPS): Improve documentation of heuristic-fence-post. Document
2829 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
2830 mips stack-arg-size", "set/show mips mask-address", "set/show mips
2831 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 2832 (ARM): Document ARM-specific commands.
a64548ea
EZ
2833 (AVR): New section. Document "info io_registers".
2834 (CRIS): New section. Document "set/show cris-version" and
2835 "set/show cris-dwarf2-cfi".
2836 (HPPA): New section. Document "set/show debug hppa" and "maint
2837 print unwind".
a5adf40f 2838 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 2839 (Super-H): New section. Document the "regs" command.
721c2651 2840 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 2841
9c16f35a
EZ
28422005-04-09 Eli Zaretskii <eliz@gnu.org>
2843
2844 * gdb.texinfo (Print Settings): Document "set/show print
2845 pascal_static-members", "set print repeats", "show print
2846 null-stop". Improve indexing. Fix documentation of "set print
2847 union".
2848 (Pascal): New section.
2849 (Supported languages): Rename from "Support"; all references
2850 updated. Add a menu item for Pascal.
2851 (Numbers): Document "set radix.
2852 (Screen Size): Document "set/show pagination".
2853 (MIPS Embedded): Remove "set processor" documentation.
2854 (Remote configuration): Document "set/show X/P/Z-packet",
2855 "set/show read-aux-vector-packet", "set/show remote
2856 symbol-lookup-packet", "set/show remote verbose-resume-packet",
2857 "set/show remoteaddresssize", "set/show remotebaud", "set/show
2858 remotedebug", "set/show remotebreak", "set/show remotedevice",
2859 "set/show remotelogfile".
2860 (Auxiliary Vector): Add reference to the description of the
2861 read-aux-vector-packet setting.
2862 (Set Watchpoints): Add a cross-reference to "set remote
2863 hardware-breakpoint-limit".
2864 (General Query Packets): Add indexing of requests and
2865 cross-references to related commands in "Remote configuration".
2866 (File-I/O Overview, The system call): Fix wording and typos.
2867 (Thread Stops): Add index entries.
2868 (Continuing and Stepping): Document "show step-mode".
2869 (i386): New node. Document "set/show struct-convention".
2870 (Files): Document "show trust-readonly-sections".
2871 (Calling): Document "set/show unwindonsignal".
2872 (Messages/Warnings): Add index entries.
2873 (Maintenance Commands): Document "set/show watchdog".
2874 (Annotations Overview): Document "show annotate".
2875 (Set Watchpoints): Add index entries.
2876 (Symbols): Fix doc of case-sensitive.
2877 (ABI): Document "show coerce-float-to-double".
2878 (Convenience Vars, Help): Improve indexing.
2879 (Machine Code): Document "show disassembly-flavor".
2880 (Debugging C plus plus): Document "show overload-resolution".
2881 (Value History, Signaling): Add index entries.
2882
28832005-04-08 Eli Zaretskii <eliz@gnu.org>
2884
2885 * gdb.texinfo (Show): Move @kindex entries to their proper places.
2886 (Processes): Fix wording.
2887 (History, List, Logging output, Define, Symbols, Print Settings):
2888 Improve indexing.
2889
a8f24a35
EZ
28902005-04-03 Eli Zaretskii <eliz@gnu.org>
2891
2892 * gdb.texinfo (Targets): Document "set/show architecture". Remove
2893 redundant index entry for "target" command.
2894 (Backtrace): Add index entries.
2895 (Symbols, Fortran): Document the "set case-sensitive" command.
2896 (DJGPP Native): Document "set com1base", "set com1irq", etc.
2897 (Print Settings): Add index entry for "set demangle-style".
2898 (Target Commands): Document "set download-write-size".
2899 (Debugging Output): Document "set exec-done-display".
2900
09d4efe1
EZ
29012005-04-02 Eli Zaretskii <eliz@gnu.org>
2902
2903 * gdb.texinfo (Files): Fix the name and documentation of
2904 add-shared-symbol-files. Document its alias assf. Update the
2905 list of OSs where GDB supports shared libraries. Fix markup.
2906 (Continuing and Stepping): Add reference to @var{location} in the
2907 text.
2908 (Dump/Restore Files): Fix reference to @{filename}.
2909 (Help): Fix wording.
2910 (Attach): Ditto.
2911 (Set Watchpoints): Ditto.
2912 (Backtrace): Remove redundant index entries. Improve index
2913 entries.
2914 (Delete Breaks): Fix wording.
2915 (Memory): Document the compare-sections command.
2916 (Memory Region Attributes): Improve wording.
2917 (Disabling): Improve wording.
2918 (Fortran): New subsection. Document the "info common" command.
2919 (Help): Document aliases "info copying" and "info warranty".
2920 (Caching Remote Data): New section. Document the "set/show
2921 remotecache" and "info dcache" commands.
2922 (Show): Fix wording of the documentation of the "set
2923 extension-language" command.
2924 (Signals): Add index entry for "info handle".
2925 (Memory Region Attributes): Fix punctuation.
2926 (Symbols): Change the arg name to "location" and refer to it in
2927 the text. Fix wording of "info types" doc.
2928 (Threads): Fix usage of @enumerate @item's.
2929 (Listing Tracepoints): Add index entry for "info tp".
2930 (Set Watchpoints): Add xref to "info break" description.
2931 (Macros): Add an index entry for "macro exp1". Document the
2932 "macro list" command.
2933 (Maintenance Commands): Document "flushregs", "maint agent",
2934 "maint check-symtabs", "maint cplus", "maint demangle", "maint
2935 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
2936 "maint print architecture", "maint print objfiles", "maint print
2937 statistics", "maint print type", "maint show-debug-regs", "maint
2938 space", "maint time", and "maint translate-address".
2939 (Connecting): Document the "monitor" command.
2940 (Annotations Overview): Describe the "set annotate" command.
2941
82f2d802
EZ
29422005-04-01 Eli Zaretskii <eliz@gnu.org>
2943
2944 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
2945 Rearrange index entries and improve wording about support for
2946 hardware watchpoints.
2947
7d51c7de
BR
29482005-03-10 Bob Rossi <bob@brasko.net>
2949
2950 * gdb.texinfo: Update copyright
2951
68c71a2e
TR
29522005-02-09 Theodore A. Roth <troth@openavr.org>
2953
2954 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
2955 error.
2956
83761cbd
KB
29572005-02-03 Kevin Buettner <kevinb@redhat.com>
2958
2959 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
2960
9f1c6395
MS
29612005-01-17 Michael Snyder <msnyder@redhat.com>
2962
2963 * gdb.texinfo: Fix spelling, infinte -> infinite.
2964
fbd1b305
MK
29652005-01-08 Mark Kettenis <kettenis@gnu.org>
2966
2967 * observer.texi (GDB Observers): Document "solib_loaded".
2968
3ace7edb
AC
29692005-01-07 Andrew Cagney <cagney@gnu.org>
2970
bec39cab
AC
2971 * configure.ac: Rename configure.in, require autoconf 2.59.
2972 * configure: Re-generate.
2973
3ace7edb
AC
2974 * configure.in: Replace configdirs with multiple references to
2975 AC_CONFIG_SUBDIRS.
2976 * configure: Re-generate.
5ae4183a 2977
53531fc1
AC
29782005-01-04 Andrew Cagney <cagney@gnu.org>
2979
2980 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
2981 part of the version number.
2982
536ffdb7
MK
29832004-12-24 Mark Kettenis <kettenis@gnu.org>
2984
2985 * gdbint.texinfo (Algorithms): Remove description of
2986 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
2987
e1aac25b
JB
29882004-12-07 Jim Blandy <jimb@redhat.com>
2989
2990 * gdb.texinfo (General Query Packets): Specify that thread ID's in
2991 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
2992 numbers.
2993
f47b1503
AS
29942004-12-07 Andreas Schwab <schwab@suse.de>
2995
2996 * gdb.texinfo (Mode Options): Document -l option.
2997
b6b8ece6
EZ
29982004-12-04 Eli Zaretskii <eliz@gnu.org>
2999
3000 * gdbint.texinfo (Algorithms): More accurate description of
3001 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
3002 is not needed unless data-read and data-access watchpoints are
3003 supported. Add a description of how GDB checks whether the
3004 inferior stopped because a watchpoint was hit.
3005
01371747
EZ
30062004-11-23 Eli Zaretskii <eliz@gnu.org>
3007
3008 * gdb.texinfo (Files): Add cross-reference to description of
3009 -readnow command-line switch.
3010
2315ffec
RC
30112004-11-10 Randolph Chung <tausq@debian.org>
3012
3013 * gdb.texinfo: Document set/show backtrace past-entry commands.
3014 Rearrange index entries for set/show backtrace past-main.
3015
69065f5d
AC
30162004-11-10 Jon Beniston <jon@beniston.com>
3017
3018 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
3019 * gdb.texinfo (Remote Serial Protocol): Further describe
3020 binary transfer escaping mechanism .
69065f5d 3021
30e91e0b
RC
30222004-11-08 Randolph Chung <tausq@debian.org>
3023
3024 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
3025 and "show debug infrun". Add index entries.
3026
60bf7e09
EZ
30272004-10-23 Eli Zaretskii <eliz@gnu.org>
3028
3029 * gdb.texinfo (SVR4 Process Information): Document subcommands of
3030 "info proc" that are already implemented. Add index entries.
3031 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
3032 (Files): Add a tip for decreasing memory used for symtabs from
3033 shared libraries.
f018e82f
EZ
3034 (Starting): Fix whitespace; make "elaboration" stand out where it
3035 is first used, and add an index entry for the term.
f8568604
EZ
3036 (Calling): Expand and elaborate text. Add "print". Add the
3037 description of problems with weak aliases.
384ee23f 3038 (Core File Generation): New section.
60bf7e09 3039
d52fe014
AC
30402004-10-12 Andrew Cagney <cagney@gnu.org>
3041
3042 * gdbint.texinfo (Versions and Branches): New chapter.
3043 (Releasing GDB): Delete "Versions and Branches" section.
3044 (Top): Add "Versions and Branches".
3045
703663ab
EZ
30462004-10-08 Eli Zaretskii <eliz@gnu.org>
3047
3048 * gdb.texinfo (Editing, History): Add cross-references to the
3049 included Readline and History user documentation. Remove
3050 references to the symbol have-readline-appendices which is unused
3051 and undefined.
3052 (History): Fix indexing.
3053
ac77d04f
JJ
30542004-10-08 Jeff Johnston <jjohnstn@redhat.com>
3055
3056 * gdbint.texinfo (target_stopped_data_address): Update to
3057 new prototype.
3058 (i386_stopped_data_address): Update prototype and description.
3059 (i386_stopped_by_watchpoint): New function and description.
3060
e07c999f
PH
30612004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
3062
3063 * gdb.texinfo (Filenames): Add Ada suffixes.
3064 (Ada) New section.
3065
2e868123
AC
30662004-09-27 Andrew Cagney <cagney@gnu.org>
3067 Robert Picco <Robert.Picco@hp.com>
3068
3069 * gdb.texinfo (Packets): Document the "p" packet.
3070
02a57714
JM
30712004-09-21 Jason Molenda (jmolenda@apple.com)
3072
3073 * gdb.texinfo (Paths and Names of the Source Files): Document the
3074 meaning of values in the 'desc' field of a SO stab.
3075
ae038cb0
DJ
30762004-09-20 Daniel Jacobowitz <dan@debian.org>
3077
3078 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
3079 max-cache-age" and "maint show dwarf2 max-cache-age".
3080
f7dc1244
EZ
30812004-09-16 Eli Zaretskii <eliz@gnu.org>
3082
3083 * gdb.texinfo (Set Breaks): Add index entry for setting
3084 breakpoints on overloaded C++ functions that are not members of
3085 any classes. Add an example and an index entry for setting
3086 breakpoints on all program functions.
3087 (Character Sets, Macros, Overlay Commands)
3088 (Non-debug DLL symbols, GDB/MI Output Syntax)
3089 (Annotations Overview, Maintenance Commands, File-I/O Overview):
3090 Use "(@value{GDBP})" instead of a literal "(gdb)".
3091
f810308b
AC
30922004-09-12 Andrew Cagney <cagney@gnu.org>
3093
3094 * gdbint.texinfo (Native Debugging): Delete description of
3095 FILES_INFO_HOOK.
3096
15a661f3
PH
30972004-09-11 Paul Hilfinger <hilfinger@gnat.com>
3098
5ae4183a
AS
3099 * gdbint.texinfo (User Interface): Change local_hex_string_custom
3100 to hex_string_custom (not historically correct, but more
15a661f3
PH
3101 understandable, given the current code).
3102
f3219c75
AC
31032004-09-03 Andrew Cagney <cagney@gnu.org>
3104
3105 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
3106
f3bb6704
JJ
31072004-09-01 Jeff Johnston <jjohnstn@redhat.com>
3108
3109 * observer.texi (solib_unloaded): New observer.
3110
8d2c00cb
AC
31112004-08-24 Andrew Cagney <cagney@gnu.org>
3112
3113 * gdbint.texinfo (Target Architecture Definition): Add missing
3114 comma.
3115
e7dc800a
MC
31162004-08-20 Michael Chastain <mec.gnu@mindspring.com>
3117
3118 * (Using the Testsuite): build != host is supported,
3119 but some test scripts do not support build != host.
3120
73b03683
MK
31212004-08-14 Mark Kettenis <kettenis@gnu.org>
3122
3123 * gdbint.texinfo (Host Definition): Delete description of
3124 FCLOSE_PROVIDED and GETENV_PROVIDED.
3125
c0ccb908
MK
31262004-08-05 Mark Kettenis <kettenis@chello.nl>
3127
3128 * gdbint.texinfo (Host Definition): Delete description of
3129 NO_SYS_FILE.
3130 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
3131 PTRACE_FP_BUG.
3132
9c8dbfa9
AC
31332004-08-05 Andrew Cagney <cagney@gnu.org>
3134
3135 * gdbint.texinfo (Target Architecture Definition): Delete
3136 reference to deprecated_read_fp.
3137
f42accbe
AC
31382004-08-02 Andrew Cagney <cagney@gnu.org>
3139
3140 * gdbint.texinfo (Target Architecture Definition): Delete
3141 description of DEPRECATED_REGISTER_BYTES.
3142
0b66e38c
EZ
31432004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
3144
3145 * gdb.texinfo (Source Path): Document the new behavior of
3146 searching for the source files.
3147
15387254
EZ
31482004-07-17 Eli Zaretskii <eliz@gnu.org>
3149
3150 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
3151 (Search, Expressions, Arrays, Variables, Data, Machine Code)
3152 (Auto Display): Improve indexing.
3153
2c07db7a
AC
31542004-07-16 Andrew Cagney <cagney@gnu.org>
3155
3156 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
3157 "-noasync".
3158
4644b6e3
EZ
31592004-07-09 Eli Zaretskii <eliz@gnu.org>
3160
3161 * gdb.texinfo: Fix @kindex entries so that multiple commands that
3162 have the same prefix have only their prefix in the index.
3163
7561d450
MK
31642004-07-03 Mark Kettenis <kettenis@gnu.org>
3165
3166 * gdb.texinfo (BSD libkvm Interface): New node (section)
3167 (Native): Add it to the menu.
3168
67bebe79
MK
31692004-07-01 Mark Kettenis <kettenis@gnu.org>
3170
3171 * gdbint.texinfo (Target Architecture Definition): Remove
3172 PCC_SOL_BROKEN.
3173
1a6923e0
MK
31742004-06-24 Mark Kettenis <kettenis@gnu.org>
3175
3176 * gdbint.texinfo (Target Architecture Definition): Remove
3177 SUN_FIXED_LBRAC_BUG.
3178
b435e160
AC
31792004-06-26 Andrew Cagney <cagney@gnu.org>
3180
3181 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
3182
b5622e8d
AC
31832004-06-20 Andrew Cagney <cagney@gnu.org>
3184
3185 * gdbint.texinfo (Target Architecture Definition): Deprecate
3186 USE_STRUCT_CONVENTION.
3187
e0c07bf0
MC
31882004-06-19 Michael Chastain <mec.gnu@mindspring.com>
3189
3190 gdb.texinfo (Bug Reporting): Mention session recording,
3191 with the script command or Emacs.
3192
782263ab
AC
31932004-06-18 Andrew Cagney <cagney@gnu.org>
3194
3195 * gdbint.texinfo (Target Architecture Definition): Deprecate
3196 FUNCTION_START_OFFSET.
3197
03727ca6
AC
31982004-06-14 Andrew Cagney <cagney@gnu.org>
3199
3200 Based on changes from Karl Berry.
3201 * gdb.texinfo: Do not use @sc in a direntry.
3202 * stabs.texinfo: Change @dircateogry to "Software development".
3203 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
3204
97092415
AC
32052004-06-13 Andrew Cagney <cagney@gnu.org>
3206
3207 * gdbint.texinfo (Target Architecture Definition): Delete
3208 description of RETURN_VALUE_ON_STACK.
3209
1f6d4158
AC
32102004-06-09 Andrew Cagney <cagney@gnu.org>
3211
3212 * gdbint.texinfo (Native Debugging): Restore "@table @code"
3213 deleted by previous patch.
3214
d966f0cb
AC
32152004-06-08 Andrew Cagney <cagney@gnu.org>
3216
3217 * gdbint.texinfo (Native Debugging): Delete documentation on
3218 ATTACH_DETACH.
3219
86fe4aaa
RC
32202004-06-06 Randolph Chung <tausq@debian.org>
3221
3222 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
3223
d4b6d575
RC
32242004-06-06 Randolph Chung <tausq@debian.org>
3225
5ae4183a 3226 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
3227 the new push_dummy_call method signature. Describe the function
3228 argument.
3229
4e8b0763
JB
32302004-05-24 Joel Brobecker <brobecker@gnat.com>
3231
3232 * gdb.texinfo (Starting): Document new start command.
3233
59caf092
AC
32342004-05-21 Andrew Cagney <cagney@redhat.com>
3235
3236 * observer.texi (GDB Observers): Document "inferior_created".
3237
e4a2df64
AC
32382004-05-08 Andrew Cagney <cagney@redhat.com>
3239
e6b55ae2
AC
3240 * gdbint.texinfo (Target Architecture Definition): Delete
3241 description of DO_DEFERRED_STORES.
3242
28954179
AC
3243 * gdbint.texinfo (Target Architecture Definition): Delete
3244 references to DEPRECATED_FIX_CALL_DUMMY.
3245
434b87dd
AC
3246 * gdbint.texinfo (Target Architecture Definition): Delete
3247 description of DEPRECATED_CALL_DUMMY_WORDS,
3248 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
3249
58d28df8
AC
3250 * gdbint.texinfo (Target Architecture Definition): Delete
3251 description of DEPRECATED_PUSH_DUMMY_FRAME.
3252
e4a2df64
AC
3253 * gdbint.texinfo (Target Architecture Definition): Delete
3254 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
3255
2b4855ab
AC
32562004-05-07 Andrew Cagney <cagney@redhat.com>
3257
3258 * observer.texi (GDB Observers): Add "Debugging" section. Include
3259 cross reference to "set/show debug observer".
3260 * gdb.texinfo (Debugging Output): Document "set/show debug
3261 observer".
3262
fcf70625
AC
32632004-05-01 Andrew Cagney <cagney@redhat.com>
3264
3265 * gdbint.texinfo (Target Architecture Definition): Delete
3266 description of DEPRECATED_PC_IN_SIGTRAMP.
3267
8ee56bcf
AC
32682004-04-30 Andrew Cagney <cagney@redhat.com>
3269
3270 * gdbint.texinfo (Target Architecture Definition): Delete
3271 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
3272
67ab9a76
OF
32732004-04-30 Orjan Friberg <orjanf@axis.com>
3274
3275 * observer.texi (GDB Observers): Correct spelling.
3276
79346bcb
OF
32772004-04-26 Orjan Friberg <orjanf@axis.com>
3278
3279 * observer.texi (GDB Observers): Add target_changed event.
3280
7a464420
AC
32812004-04-08 Andrew Cagney <cagney@redhat.com>
3282
3283 * observer.texi (GDB Observers): Rework, provide generic observer
3284 definitions and then a list of observable events.
3285
6cdf9d98
AC
32862004-04-04 Andrew Cagney <cagney@redhat.com>
3287
3288 * gdbint.texinfo (Host Definition): Delete reference to
3289 NO_SIGINTERRUPT.
3290
ddc135a4
AC
32912004-04-02 Andrew Cagney <cagney@redhat.com>
3292
3293 * gdbint.texinfo (Target Architecture Definition): Delete
3294 reference to DEPRECATED_CALL_DUMMY_LENGTH.
3295
6a1b180d
SC
32962004-03-28 Stephane Carrez <stcarrez@nerim.fr>
3297
3298 * gdb.texinfo (TUI Commands): Document tui reg commands.
3299
d0d5df6f
AC
33002004-03-26 Andrew Cagney <cagney@redhat.com>
3301
3302 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
3303 "gdbtui".
3304 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
3305 (Contributors): Mention both Text and Terminal User Interface.
3306
aa2a3f87
AC
33072004-03-23 Andrew Cagney <cagney@redhat.com>
3308
3309 * gdbint.texinfo (Target Architecture Definition): Deprecate
3310 references to SIGTRAMP_START and SIGTRAMP_END.
3311
f561f026
AC
33122004-03-23 Andrew Cagney <cagney@redhat.com>
3313
3314 * gdbint.texinfo (Target Architecture Definition): Deprecate
3315 references to PC_IN_SIGTRAMP.
3316
33cb8b0f
AC
33172004-03-19 Andrew Cagney <cagney@redhat.com>
3318
3319 * gdbint.texinfo (Target Architecture Definition): Delete
3320 reference to GDB_TARGET_IS_HPPA.
3321
fc989b7a
AC
33222004-03-18 Andrew Cagney <cagney@redhat.com>
3323
3324 * gdbint.texinfo (Coding): Update section on gdbarch_data,
3325 describe pre_init and post_init.
3326
701b08bb
DJ
33272004-03-09 Daniel Jacobowitz <drow@mvista.com>
3328
3329 * gdb.texinfo (Debugging Output): Document values for "set debug
3330 target".
3331
faae5abe
AC
33322004-02-28 Andrew Cagney <cagney@redhat.com>
3333
3334 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
3335
dd79a6cf
JJ
33362004-02-26 Jeff Johnston <jjohnstn@redhat.com>
3337
3338 * gdb.texinfo (breakpoints): Add information about the
3339 new "set breakpoint pending" and "show breakpoint pending"
3340 commands.
3341
e7f16015
AC
33422004-02-26 Andrew Cagney <cagney@redhat.com>
3343
3344 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
3345 in Per-architecture module data section.
3346
7161a3a6
RM
33472004-02-25 Roland McGrath <roland@redhat.com>
3348
3349 * gdb.texinfo (General Query Packets): Document qPart:... packets.
3350
2154891a
AC
33512004-02-24 Andrew Cagney <cagney@redhat.com>
3352
3353 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
3354 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
3355 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 3356
6c74ac8b
AC
33572004-02-17 Andrew Cagney <cagney@redhat.com>
3358
3359 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
3360
19772a2c
AC
33612004-02-16 Andrew Cagney <cagney@redhat.com>
3362
3363 * gdbint.texinfo (Target Architecture Definition): Deprecate
3364 FRAMELESS_FUNCTION_INVOCATION.
3365
c9830293
AC
33662004-02-16 Andrew Cagney <cagney@redhat.com>
3367
3368 * gdbint.texinfo (Coding): Mention -Wunused-function.
3369
b9d26eb9
AC
33702004-02-14 Andrew Cagney <cagney@redhat.com>
3371
3372 * gdbint.texinfo (Target Architecture Definition): Delete
3373 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
3374
49efadf5
EZ
33752004-02-12 Elena Zannoni <ezannoni@redhat.com>
3376
3377 * gdb.texinfo: Properly quote the name "C++".
3378 * gdbint.texinfo: Ditto.
3379 * stabs.texinfo: Ditto.
3380
1eb288ea
EZ
33812004-02-11 Elena Zannoni <ezannoni@redhat.com>
3382
3383 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
3384 minimal information about libiberty.
3385
e4937fc1
MC
33862004-02-06 Michael Chastain <mec.gnu@mindspring.com>
3387
3388 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
3389
a9331b3f
RM
33902004-02-04 Roland McGrath <roland@redhat.com>
3391
3392 * gdb.texinfo (Auxiliary Vector): New node (section).
3393 (Data): Add it to the menu.
3394
2650777c
JJ
33952004-02-02 Jeff Johnston <jjohnstn@redhat.com>
3396
3397 * gdb.texinfo (Breakpoints): Add information about pending
3398 breakpoint support.
3399
b4501125
AC
34002004-01-26 Andrew Cagney <cagney@redhat.com>
3401
3402 * gdb.texinfo (Overview): Delete references to the cisco protocol
3403 including the "N" response.
3404
74055713
AC
34052004-01-26 Andrew Cagney <cagney@redhat.com>
3406
3407 * gdbint.texinfo (Target Architecture Definition): Rename
3408 EXTRACT_STRUCT_VALUE_ADDRESS to
3409 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 3410
3bbe9696
EZ
34112004-01-24 Eli Zaretskii <eliz@gnu.org>
3412
3413 * gdb.texinfo (KOD): Document "show os". Add index entries for
3414 "set/show os" and "info cisco" commands.
3415
5843504f
EZ
34162004-01-21 Eli Zaretskii <eliz@gnu.org>
3417
3418 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
3419
9175c9a3
MC
34202004-01-19 Michael Chastain <mec.gnu@mindspring.com>
3421
3422 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
3423 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
3424
8e94b928
NR
34252004-01-19 Nick Roberts <nick@nick.uklinux.net>
3426
3427 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
3428 -stack-list-locals.
3429 (GDB/MI Variable Objects): Describe extension to
3430 -var-list-children.
3431
a20cf136
DJ
34322004-01-17 Daniel Jacobowitz <drow@mvista.com>
3433
3434 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
3435
afb18d0f
AC
34362004-01-17 Andrew Cagney <cagney@redhat.com>
3437
3438 * gdbint.texinfo (Target Architecture Definition): Delete
3439 documentation on DEPRECATED_NPC_REGNUM.
3440
b51970ac
DJ
34412004-01-13 Daniel Jacobowitz <drow@mvista.com>
3442
3443 * gdb.texinfo: Update copyright year. Mention that set
3444 follow-fork-mode is supported on GNU/Linux. Remove documentation of
3445 "set follow-fork-mode ask".
3446
0f0cffd2
AC
34472004-01-13 Andrew Cagney <cagney@redhat.com>
3448
3449 * gdbint.texinfo: Update copyright year.
3450 (Coding): Add -Wunused-label to list of -Werror warnings.
3451
c552b3bb 34522004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 3453 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
3454
3455 * gdb.texinfo: Update copyright.
3456 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
3457 around names, as appropriate. Minor syntax cleanup of
3458 _NSPrintForDebugger explanation. Two spaces after periods.
3459 GDBN used instead of lit. "gdb". Index entries added for
3460 print-object and _NSPrintForDebugger. @noindent added in one spot.
3461
afe157ca
EZ
34622003-11-11 Elena Zannoni <ezannoni@redhat.com>
3463
3464 * stabs.texinfo: Add dircategory and direntry commands.
3465 * annotate.texinfo: Ditto.
3466
963e2bb7
AC
34672003-11-10 Andrew Cagney <cagney@redhat.com>
3468
3469 * gdbint.texinfo (Target Architecture Definition): Replace the
3470 return_value method's "inval" and "outval" parameters with
3471 "readbuf" and "writebuf".
3472
1d8b2f28
JB
34732003-10-28 Jim Blandy <jimb@redhat.com>
3474
3475 * gdb.texinfo (The F request packet, The F reply packet): Renamed
3476 from "The `F' request packet" and "The `F' reply packet", to make
3477 texi2dvi happy.
3478 (File-I/O remote protocol extension): Update menu entries, too.
3479
36d86913
MC
34802003-10-26 Michael Chastain <mec@shout.net>
3481
3482 * gdb.texinfo (Thread Stops): Document the issue with
3483 premature return from system calls in multi-threaded programs.
3484
ce2826aa
AC
34852003-10-24 Andrew Cagney <cagney@redhat.com>
3486
3487 * annotate.texinfo: Fix "fortunatly"[sic].
3488
f24c5e49
KI
34892003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
3490
3491 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
3492 with "Hitachi" and "Mitsubishi".
3493
92ad9cd9
AC
34942003-10-20 Andrew Cagney <cagney@redhat.com>
3495
3496 * gdbint.texinfo (Target Architecture Definition): Document
3497 gdbarch_return_value. Add cross references from
3498 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
3499 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
3500
0ab4b752
MK
35012003-10-18 Mark Kettenis <kettenis@gnu.org>
3502
3503 * gdbint.texinfo (Target Architecture Definition): Document
3504 regset_from_core_section.
fb3e19c0
KI
3505
35062003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
3507
3508 * gdb.texinfo (M32R/D): Mention m32rsdi target.
3509
a9331b3f 35102003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
3511
3512 From Anthony Green <green@redhat.com>:
5ae4183a 3513 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 3514
1485d690
KB
35152003-10-14 Kevin Buettner <kevinb@redhat.com>
3516
3517 * gdb.texinfo (Breakpoint related warnings): New node.
3518 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 3519
86d30acc
DJ
35202003-10-13 Daniel Jacobowitz <drow@mvista.com>
3521
3522 * gdb.texinfo (Remote Protocol): Document v and vCont.
3523
172c2a43
KI
35242003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
3525
3526 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
3527 * gdbint.texinfo: Ditto.
3528
71952f4c
AC
35292003-10-09 Andrew Cagney <cagney@redhat.com>
3530
3531 From 2003-09-18 David Anderson <davea@sgi.com>:
3532 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
3533 "command".
3534
268e2188
AC
35352003-10-03 Andrew Cagney <cagney@redhat.com>
3536
3537 * gdbint.texinfo (Target Architecture Definition): Deprecate
3538 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
3539 just target.
3540
12c266ea 35412003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 3542
f30992d4 3543 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
3544 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
3545 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
3546 * gdbint.texinfo (Target Architecture Definition): Rename
3547
35482003-09-30 Andrew Cagney <cagney@redhat.com>
3549
f30992d4 3550 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 3551 (Target Architecture Definition):
f30992d4 3552
2e092625
AC
3553 * gdbint.texinfo (Target Architecture Definition): Rename
3554 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
3555
0717ae8a
AC
35562003-09-29 Andrew Cagney <cagney@redhat.com>
3557
dad809b7
AC
3558 * gdbint.texinfo (Target Architecture Definition): Delete
3559 documentation for NEED_TEXT_START_END.
3560
0717ae8a
AC
3561 * gdbint.texinfo (Target Architecture Definition): Rename
3562 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
3563 TARGET_WRITE_PC.
a9331b3f 3564
af6cf26d
MC
35652003-09-22 Michael Chastain <mec@shout.net>
3566
3567 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
3568
ee206350
AG
35692003-09-21 Anthony Green <green@redhat.com>
3570
3571 * gdbint.texinfo (Target Architecture Definition): Fix typos.
3572
a38c9fe6
MK
35732003-09-21 Mark Kettenis <kettenis@gnu.org>
3574
3575 * gdbint.texinfo (Target Architecture Definition): Document
3576 stabs_argument_has_addr.
3577
77949794
AC
35782003-09-18 Andrew Cagney <cagney@redhat.com>
3579
3580 * gdbint.texinfo (Target Architecture Definition): Delete
3581 documentation on REGISTER_NAMES.
3582
8e823e25
MK
35832003-09-13 Mark Kettenis <kettenis@gnu.org>
3584
3585 * gdbint.texinfo (Target Architecture Definition): Replace
3586 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
3587
f27dd7fd
AC
35882003-09-11 Andrew Cagney <cagney@redhat.com>
3589
3590 * gdbint.texinfo (Target Architecture Definition): Replace
3591 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
3592
8b148df9
AC
35932003-08-18 Andrew Cagney <cagney@redhat.com>
3594
3595 * gdbint.texinfo (Target Architecture Definition): Document
3596 "frame_red_zone_size".
3597
25d29d70
AC
35982003-08-09 Andrew Cagney <cagney@redhat.com>
3599
3600 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
3601 with "set/show backtrace past-main" and "set/show backtrace
3602 limit".
3603
c938e9b0
L
36042003-08-08 H.J. Lu <hongjiu.lu@intel.com>
3605
3606 * Makefile.in (install-info): Support DESTDIR.
3607 (install-html): Likewise.
3608
64fabec2
AC
36092003-08-07 Andrew Cagney <cagney@redhat.com>
3610
3611 Patch from Nick Roberts.
3612 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
3613 bindings. Remove description of send-gdb-command.
3614
2fcf52f0
AC
36152003-08-07 Andrew Cagney <cagney@redhat.com>
3616
3617 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
3618 GDB 6.0.
3619
086432e2
AC
36202003-08-06 Andrew Cagney <cagney@redhat.com>
3621
3622 * gdb.texinfo (Mode Options): Mention that level three is the
3623 highest available and that level 2 is deprecated.
3624 (Annotations Overview): Mention annotation levels. Cross reference
3625 to "Limitations of the Annotation Interface" in annotate.texi.
3626 (TODO, Value Annotations, Frame Annotations): Delete section.
3627 (Displays, Breakpoint Info): Delete.
3628
e5249f67
AC
36292003-08-04 Andrew Cagney <cagney@redhat.com>
3630
3631 * agentexpr.texi: Delete @bye.
3632 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
3633 (stabs.info): Add $(srcdir) to include search path.
3634 (html): Depend on "annotate_toc.html", and not "annotate.html".
3635 * stabs.texinfo: Ditto. Include "fdl.texi".
3636 * gdbint.texinfo: Update copyright statement's list of invariant
3637 sections.
3638
e6f672d2
AC
36392003-07-28 Andrew Cagney <cagney@redhat.com>
3640
3641 * Makefile.in (INFO_DEPS): Add annotate.info.
3642 (dvi, ps, html, pdf): Add annotate.
3643 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
3644 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
3645 (ANNOTATE_DOC_FILES): New macro.
3646 (ANNOTATE_TEX_TMPS): New macro.
3647 (annotate.info, annotate_toc.html): Specify dependencies.
3648 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
3649 * annotate.texinfo: Rename annotate.texi. Get building. Add
3650 "Migrating to GDB/MI" and "Limitations of the Annotation
3651 Interface" chapters. Mention why it is not part of the user
3652 guide. Update copyright notice. Include "fdl.texi".
3653
72ffddc9
SC
36542003-07-26 Stephane Carrez <stcarrez@nerim.fr>
3655
3656 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
3657
a9f12a31
DJ
36582003-07-24 Daniel Jacobowitz <drow@mvista.com>
3659
3660 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
3661
b1fe9455
DJ
36622003-07-24 Daniel Jacobowitz <drow@mvista.com>
3663
3664 * gdb.texinfo (Server): Mention pidof.
3665
153721e6
AC
36662003-07-22 Andrew Cagney <cagney@redhat.com>
3667
3668 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
3669 list.
3670
0fac0b41
DJ
36712003-06-28 Daniel Jacobowitz <drow@mvista.com>
3672
3673 * gdb.texinfo (Logging output): New chapter.
3674
4e562065
JB
36752003-06-24 Joel Brobecker <brobecker@gnat.com>
3676
3677 * gdb.texinfo (Unsupported languages): New section.
3678 (Languages): Add link to new section.
3679
f2c06f52
AC
36802003-06-22 Andrew Cagney <cagney@redhat.com>
3681
3682 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
3683
b4177fca
DJ
36842003-06-22 Daniel Jacobowitz <drow@mvista.com>
3685
3686 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
3687
f418dd93
DJ
36882003-06-22 Daniel Jacobowitz <drow@mvista.com>
3689
3690 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
3691 * agentexpr.texi: Retitle section, and change it to an appendix.
3692 Comment out texinfo initialization. Factor a @var{} into two
3693 pieces to prevent makeinfo warnings.
3694 * gdb.texinfo: Add Agent Expressions appendix.
3695
4ca61388
DJ
36962003-06-19 Daniel Jacobowitz <drow@mvista.com>
3697
3698 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
3699
07f31aa6
DJ
37002003-06-18 Daniel Jacobowitz <drow@mvista.com>
3701
5ae4183a 3702 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
3703 remote target". Document the "detach" and "disconnect" commands.
3704 (Server, Netware, Debug Session): Reference "Connecting to a
3705 remote target".
3706 (GDB/MI Target Manipulation): Document "-target-disconnect".
3707
2dd0da42
AC
37082003-06-13 Andrew Cagney <cagney@redhat.com>
3709
3710 * gdbint.texinfo (Target Architecture Definition): Deprecate
3711 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
3712 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
3713
e7a3abfc
JB
37142003-06-09 Jim Blandy <jimb@redhat.com>
3715
3716 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
3717
25e3a86b
AC
37182003-06-08 Andrew Cagney <cagney@redhat.com>
3719
3720 * gdbint.texinfo (Target Architecture Definition): Delete
3721 documentation on FRAME_ARGS_ADDRESS_CORRECT.
3722
a9e5fdc2
AC
37232003-06-08 Andrew Cagney <cagney@redhat.com>
3724
3725 * gdbint.texinfo (Target Architecture Definition): Document
3726 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
3727
b37303ee
AF
37282003-06-07 Adam Fedor <fedor@gnu.org>
3729
3730 * gdb.texinfo: Add Objective-C documentation.
3731
39fe6e80
AC
37322003-06-01 Andrew Cagney <cagney@redhat.com>
3733
3734 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
3735 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
3736
125309b2
AC
37372003-05-21 Andrew Cagney <cagney@redhat.com>
3738
3739 * gdbint.texinfo (Target Architecture Definition): Delete
3740 references to "extract_address" and "store_address".
3741
b8b527c5
AC
37422003-05-16 Andrew Cagney <cagney@redhat.com>
3743
3744 * gdbint.texinfo (Target Architecture Definition): Replace
3745 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
3746 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
3747
50e3ee83
TR
37482003-05-14 Theodore A. Roth <troth@openavr.org>
3749
3750 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
3751
44e2be90
L
37522003-05-10 H.J. Lu <hongjiu.lu@intel.com>
3753
3754 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
3755 (gdb.dvi): Likewise.
3756 (gdb.pdf): Likewise.
3757 (links2roff): Likewise.
3758
df5215a6
JB
37592003-05-08 Jim Blandy <jimb@redhat.com>
3760
3761 * gdb.texinfo (Dump/Restore Files): Update documentation for
3762 'dump', 'append', and 'restore': note that format argument is
3763 optional; simplify presentation of the command variants; and be
3764 more precise about the formats.
3765
5e7b2f39
JB
37662003-05-07 Jim Blandy <jimb@redhat.com>
3767
3768 * gdb.texinfo (Symbols): Update documentation: 'maint list
3769 symtabs' and 'maint list psymtabs' have been renamed 'maint info
3770 symtabs' and 'maint info psymtabs'.
3771
b1e29e33
AC
37722003-05-05 Andrew Cagney <cagney@redhat.com>
3773
3774 * gdbint.texinfo (Target Architecture Definition): Make
3775 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
3776 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
3777 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
3778
00905d52
AC
37792003-05-04 Andrew Cagney <cagney@redhat.com>
3780
3781 * gdb.texinfo (Maintenance Commands): Document "maint print
3782 dummy-frames".
3783
54ff5908
AC
37842003-05-04 Andrew Cagney <cagney@redhat.com>
3785
3786 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
3787
32e7087d
JB
37882003-05-03 J. Brobecker <brobecker@gnat.com>
3789
3790 Thierry Schneider <tpschneider1@yahoo.com>
3791 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
3792 for new MI command.
3793
7043d8dc
AC
37942003-05-03 Andrew Cagney <cagney@redhat.com>
3795
3796 * gdbint.texinfo (Target Architecture Definition): Document
3797 push_dummy_code. Add cross references.
3798
e33d66ec
EZ
37992003-05-02 Elena Zannoni <ezannoni@redhat.com>
3800
3801 * gdb.texinfo (Character Sets): Update to reflect new behavior of
3802 set/show charsets commands.
3803
0ba6dca9
AC
38042003-04-28 Andrew Cagney <cagney@redhat.com>
3805
3806 * gdbint.texinfo (Target Architecture Definition): Replace
3807 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
3808 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
3809
d7a27068
AC
38102003-04-28 Andrew Cagney <cagney@redhat.com>
3811
3812 * gdbint.texinfo (Target Architecture Definition): Rename
3813 "tm_print_insn" to "deprecated_tm_print_insn".
3814
44ea7b70
JB
38152003-04-09 Jim Blandy <jimb@redhat.com>
3816
3817 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
3818 list psymtabs'.
3819
fb8f8949
AC
38202003-04-08 Andrew Cagney <cagney@redhat.com>
3821
3822 * gdbint.texinfo (Target Architecture Definition): Delete
3823 references to EXTRA_FRAME_INFO.
3824
32fb0f22
AC
38252003-04-08 Andrew Cagney <cagney@redhat.com>
3826
3827 * gdbint.texinfo (Target Architecture Definition): Delete
3828 PRINT_TYPELESS_INTEGER.
3829
6be67e67
JB
38302003-04-02 J. Brobecker <brobecker@gnat.com>
3831
3832 * observer.texi (GDB Observers): Adjust the documentation for the
3833 normal_stop notification to better describe reality. Fix a couple
3834 of minor typos.
3835
4e35d5f0
BR
38362003-04-02 Bob Rossi <bob_rossi@cox.net>
3837
a9331b3f 3838 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
3839 '-file-list-exec-source-file'
3840
e8a8712a
AC
38412003-03-31 Andrew Cagney <cagney@redhat.com>
3842
3843 * gdbint.texinfo (Target Architecture Definition): Delete
3844 references to CALL_DUMMY_P.
3845
6c0e89ed
AC
38462003-03-30 Andrew Cagney <cagney@redhat.com>
3847
3848 * gdbint.texinfo (Target Architecture Definition): Remove
3849 reference to TARGET_WRITE_SP.
a9331b3f 3850
378bfd1b
AC
38512003-03-27 Andrew Cagney <cagney@redhat.com>
3852
3853 * gdbint.texinfo (Target Architecture Definition): Remove
3854 references to write_sp.
6c0e89ed 3855
922fbb7b
AC
38562003-03-27 Andrew Cagney <cagney@redhat.com>
3857
3858 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
3859 chapter body. Use @smallexample instead of @example.
3860 (Annotations): Ditto.
3861 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
3862 annotate.texi.
3863
b81774d8
AC
38642003-03-26 Andrew Cagney <cagney@redhat.com>
3865
3866 * gdbint.texinfo (Target Architecture Definition): Replace
3867 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
3868 dummy_addr parameters.
3869
1bf6d5cc
AC
38702003-03-25 Andrew Cagney <cagney@redhat.com>
3871
3872 * gdbint.texinfo (Target Architecture Definition): Delete
3873 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
3874 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
3875 Add reference to PUSH_ARGUMENTS.
3876
618ce49f
AC
38772003-03-23 Andrew Cagney <cagney@redhat.com>
3878
3879 * gdbint.texinfo (Algorithms, Target Architecture Definition):
3880 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
3881
bcd7e15f
JB
38822003-03-18 J. Brobecker <brobecker@gnat.com>
3883
3884 * gdbint.texinfo (Algorithms): Add new section describing the
3885 Observer paradigm.
3886 (Top): Add menu entry to new observer appendix.
3887 * observer.texi: New file.
3888 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
3889 new observer.texi file.
3890
9fe8321b
AC
38912003-03-17 Andrew Cagney <cagney@redhat.com>
3892
3893 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
3894 that GNU Press update the manual version number.
3895
ac2adee5
AC
38962003-03-12 Andrew Cagney <cagney@redhat.com>
3897
3898 * gdbint.texinfo (Target Architecture Definition): Delete
3899 references to get_saved_register. Rename GET_SAVED_REGISTER to
3900 DEPRECATED_GET_SAVED_REGISTER.
3901
749b82f6
AC
39022003-03-13 Andrew Cagney <cagney@redhat.com>
3903
3904 * gdbint.texinfo (Target Architecture Definition): Replace
3905 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
3906
8bedc050
AC
39072003-03-12 Andrew Cagney <cagney@redhat.com>
3908
3909 * gdbint.texinfo (Target Architecture Definition): Rename
3910 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 3911
0ce1b118
CV
39122003-03-10 Corinna Vinschen <vinschen@redhat.com>
3913
3914 * gdb.texinfo: Add File-I/O documentation.
3915
12cc2063
AC
39162003-03-10 Andrew Cagney <cagney@redhat.com>
3917
3918 * gdbint.texinfo (Target Architecture Definition): Cross reference
3919 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
3920
7453dc06
AC
39212003-03-07 Andrew Cagney <cagney@redhat.com>
3922
3923 * gdb.texinfo (Debugging Output): Mention the "set/show debug
3924 frame" command.
3925
6314f104
AC
39262003-03-05 Andrew Cagney <cagney@redhat.com>
3927
3928 * gdbint.texinfo (Target Architecture Definition): Document
3929 unwind_dummy_id. Cross reference unwind_dummy_id and
3930 SAVE_DUMMY_FRAME_TOS.
3931
f1212245
DJ
39322003-03-05 James Ingham <jingham@apple.com>
3933 Daniel Jacobowitz <drow@mvista.com>
3934
3935 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
3936 and "show cp-abi".
3937
77e7e267
AC
39382003-03-03 Andrew Cagney <cagney@redhat.com>
3939
3940 * gdbint.texinfo (Target Architecture Definition): Document
3941 register_type.
3942
838a8221
AC
39432003-03-03 Andrew Cagney <cagney@redhat.com>
3944
3945 * stabs.texinfo (Structures): Use @samp and separate @var's
3946 instead of a single @var containing a comma separated list.
3947 (Unions): Ditto.
3948
d7f4a264
DJ
39492003-03-02 Daniel Jacobowitz <drow@mvista.com>
3950
3951 * Makefile.in (distclean): Remove config.log.
3952
f30ee0bc
AC
39532003-03-01 Andrew Cagney <cagney@redhat.com>
3954
3955 * gdbint.texinfo (Target Architecture Definition): Rename
3956 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
3957
39582003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
3959
3960 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
3961 DEPRECATED_INIT_EXTRA_FRAME_INFO.
3962
be448670
CF
39632003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
3964
3965 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
3966 (Non-debug DLL symbols): New node, describing the minimal symbols
3967 loaded from DLLs without real debugging symbols.
3968
501eef12
AC
39692003-02-20 Andrew Cagney <ac131313@redhat.com>
3970
3971 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
3972 hardware-breakpoint-limit".
3973 (Set Watchpoints): Add cross reference to "set remote
3974 hardware-watchpoint-limit".
3975 (Remote configuration options): New section.
3976
21c294e6
AC
39772003-02-04 Andrew Cagney <ac131313@redhat.com>
3978
e9be73e4
AC
3979 * gdbint.texinfo (Target Architecture Definition): Delete
3980 descrption of IS_TRAPPED_INTERNALVAR.
3981
21c294e6
AC
3982 From Keith Seitz <keiths@redhat.com>:
3983 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
3984 option "-i"/"--interpreter" to this chapter. Include index
3985 entries.
3986
0179ffac
DC
39872003-02-04 David Carlton <carlton@math.stanford.edu>
3988
3989 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
3990 (Variables): Recommend stabs+ and DWARF 2.
3991 (C plus plus expressions): Correct info about
3992 compiler versions, debug formats.
3993 (Contributors): Change 'DWARF2' to 'DWARF 2'.
3994 PR symtab/874.
3995
7ca9f392
AC
39962003-02-01 Andrew Cagney <ac131313@redhat.com>
3997
3998 * gdbint.texinfo (Target Architecture Definition): Delete
3999 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
4000 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
4001 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
4002 references to nindy and i960.
4003 * gdb.texinfo (i960): Delete all references to i960 and nindy.
4004
31a85ea2
AC
40052003-02-01 Andrew Cagney <ac131313@redhat.com>
4006
4007 * gdbint.texinfo (Target Architecture Definition): Delete
4008 FLOAT_INFO.
4009
6b894e49
AC
40102003-01-30 Andrew Cagney <ac131313@redhat.com>
4011
4012 * stabs.texinfo (Member Type Descriptor): Clarify description of
4013 `@'. Suggested by Ben Hutchings.
4014
c48861fb
AC
40152003-01-29 Andrew Cagney <ac131313@redhat.com>
4016
4017 * gdb.texinfo (M68K): Delete reference to es1800.
4018
617073a9
AC
40192003-01-29 Andrew Cagney <ac131313@redhat.com>
4020
4021 * gdb.texinfo (Maintenance Commands): Document `maint print
4022 reggroups' and `maint print register-groups'.
4023 * gdbint.texinfo (Target Architecture Definition): Document
4024 register_reggroup_p.
4025
5b5d99cf
JB
40262003-01-23 Jim Blandy <jimb@redhat.com>
4027
4028 * gdb.texinfo (Separate Debug Files): New section.
4029
e7ba9c65
DJ
40302003-01-22 Daniel Jacobowitz <drow@mvista.com>
4031
4032 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
4033 and "maint show profile".
4034
94e91d6d
MC
40352003-01-16 Michael Chastain <mec@shout.net>
4036
4037 * gdb.texinfo (Installing GDB): Warn against
4038 ".../gdb-VERSION/gdb/configure".
4039 (Separate Objdir): Likewise.
4040
867f3898
AC
40412003-01-15 Andrew Cagney <ac131313@redhat.com>
4042
4043 * gdbint.texinfo (Target Architecture Definition): Delete
4044 definition of PRINT_REGISTER_HOOK.
4045
f153cc92
EZ
40462003-01-15 Elena Zannoni <ezannoni@redhat.com>
4047
4048 (OpenRISC 1000): Fix formatting of command names.
4049
c60eb6f1
EZ
40502003-01-15 Elena Zannoni <ezannoni@redhat.com>
4051
4052 * gdb.texinfo (Continuing and Stepping): Add new command
4053 'advance'. Clarify behavior of 'until'.
4054
f5ebfba0
DJ
40552003-01-13 Daniel Jacobowitz <drow@mvista.com>
4056
4057 * gdb.texinfo (Files): Document solib-absolute-prefix and
4058 solib-search-path.
4059
4ce8657e
MC
40602003-01-09 Michael Chastain <mec@shout.net>
4061
4062 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
4063 (Create a Release): Add new instructions for new @file{src-release}.
4064 Document existing instructions for @file{Makefile.in} as
4065 being for @value{GDBN} 5.3.1 or earlier.
4066
372613e3
AC
40672003-01-09 Andrew Cagney <ac131313@redhat.com>
4068
4069 * gdbint.texinfo (Target Architecture Definition): Mention
4070 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
4071 allocate memory.
4072
b4e9345d
DJ
40732003-01-04 Daniel Jacobowitz <drow@mvista.com>
4074
4075 * gdb.texinfo (Controlling GDB): Add @kindex for
4076 "show osabi".
4077 (Backtraces): Add @kindex's for backtrace-below-main.
4078
98b45e30
DJ
40792003-01-04 Daniel Jacobowitz <drow@mvista.com>
4080
4081 * gdb.texinfo (Controlling GDB): Document "set osabi".
4082
95f90d25
DJ
40832003-01-04 Daniel Jacobowitz <drow@mvista.com>
4084
4085 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
4086 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
4087
1e698235
DJ
40882003-01-04 Daniel Jacobowitz <drow@mvista.com>
4089
4090 * gdb.texinfo (Controlling GDB): Add ABI section. Document
4091 "set coerce-float-to-double".
4092 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
4093
e632838e
AC
40942003-01-02 Andrew Cagney <ac131313@redhat.com>
4095
4096 * stabs.texinfo: Remove obsolete text.
4097 * gdbint.texinfo: Ditto.
4098 * gdb.texinfo: Ditto.
4099
c133ab7a
MK
41002002-12-22 Mark Kettenis <kettenis@gnu.org>
4101
4102 * gdbint.texinfo (Target Architecture Definition): Update
4103 description of gdbarch_register_osabi.
4104
f821f325
KH
41052002-12-20 Kazu Hirata <kazu@cs.umass.edu>
4106
4107 * agentexpr.texi: Fix typos.
4108 * annotate.texi: Likewise.
4109 * fdl.texi: Likewise.
4110
85a6d8d3 41112002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
4112
4113 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
4114 DEPRECATED_INIT_FRAME_PC.
4115
ae45cd16
AC
41162002-12-01 Andrew Cagney <ac131313@redhat.com>
4117
4118 * gdbint.texinfo (Target Architecture Definition): Delete
4119 PC_IN_CALL_DUMMY.
4120
07555a72
AC
41212002-11-28 Andrew Cagney <ac131313@redhat.com>
4122
4123 * gdbint.texinfo (Host Definition): Delete documentation on
4124 USE_GENERIC_DUMMY_FRAMES.
4125
c166cdc7
EZ
41262002-11-26 Elena Zannoni <ezannoni@redhat.com>
4127
5ae4183a 4128 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
4129 * Makefile.in (install-info): Run the install-info command as part
4130 of the post install steps only.
4131 (uninstall-info): New target.
4132 (uninstall): New target.
4133
35db0260
EZ
41342002-11-22 Elena Zannoni <ezannoni@redhat.com>
4135
4136 * Makefile.in (install): Make install do some real work.
4137
9ba8d803
AC
41382002-11-19 Andrew Cagney <ac131313@redhat.com>
4139
4140 Fix POSIX problem reported by Paul Eggert.
4141 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
4142 Fix PR gdb/527.
4143
903ad3a6
AC
41442002-10-26 Andrew Cagney <cagney@redhat.com>
4145
4146 * gdbint.texinfo (Target Architecture Definition): Delete
4147 definition of DO_REGISTERS_INFO.
4148
f2abfe65
KB
41492002-10-18 Kevin Buettner <kevinb@redhat.com>
4150
4151 * gdbint.texinfo (Address Classes): Fix problems with insertion
4152 of ``{'' and ``}'' in example.
4153
b5b0480a
KB
41542002-10-17 Kevin Buettner <kevinb@redhat.com>
4155
4156 * gdbint.texinfo (Address Classes): New section.
4157 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
4158 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
4159 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
4160 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
4161
c85508ee
KD
41622002-10-11 Klee Dienes <kdienes@apple.com>
4163
4164 * gdb.texinfo (Registers): Mention vector registers as well as
4165 floating registers in the documentation for 'info registers' and
4166 'info all-registers'.
4167
6d12fc3d
DJ
41682002-10-11 Daniel Jacobowitz <drow@mvista.com>
4169
4170 * gdbint.texinfo (CPLUS_MARKER): Remove item.
4171
8d19fbd2
JJ
41722002-10-03 Jeff Johnston <jjohnstn@redhat.com>
4173
4174 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
4175 interface definition.
4176
a37295f9
MM
41772002-10-03 Marko Mlinar <markom@opencores.org>
4178
4179 * gdb.texinfo (Target Commands): Add or1k target specific
4180 commands.
4181 * gdb.texinfo (Contributors): Add myself to the contributors list.
4182
da0f9dcd
AC
41832002-10-01 Andrew Cagney <ac131313@redhat.com>
4184
4185 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
4186 and "mi1" instead of "mi1" and "mi0".
4187
2e834e49
HPN
41882002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
4189
4190 * gdb.texinfo (Packets): Fix typos "alligned".
4191 Correct z3/Z3 description. Correct z4/Z4 title.
4192
050be0dc
AC
41932002-09-27 Andrew Cagney <ac131313@redhat.com>
4194
4195 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
4196
1104b9e7
KB
41972002-09-25 Kevin Buettner <kevinb@redhat.com>
4198
4199 * gdb.texinfo: Use GNU/Linux instead of Linux.
4200
512217c7
AC
42012002-09-25 Andrew Cagney <ac131313@redhat.com>
4202
4203 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
4204
10998722
AC
42052002-09-24 Andrew Cagney <ac131313@redhat.com>
4206
512217c7 4207 * gdb.texinfo: Replace @example with @smallexample.
10998722 4208
a0eb71c5
KB
42092002-09-20 Kevin Buettner <kevinb@redhat.com>
4210
f7dc1244 4211 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
4212 * gdb.texinfo (Character Sets): Use @smallexample instead of
4213 @example. Use GNU/Linux instead of Linux.
4214
42152002-09-20 Jim Blandy <jimb@redhat.com>
4216
4217 * gdb.texinfo: Add character set documentation.
4218
2f870471
AC
42192002-09-19 Andrew Cagney <ac131313@redhat.com>
4220
4221 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
4222 (Packets): Add cross reference from `b' packet to `z' packets.
4223
790eb8f5
AC
42242002-09-19 Andrew Cagney <ac131313@redhat.com>
4225
8d30a00d
AC
4226 * gdb.texinfo (Maintenance Commands): Document ``maint
4227 internal-error'' and ``maint internal-warning''.
4228
790eb8f5
AC
4229 * gdbint.texinfo (Target Architecture Definition): Revise
4230 description of STACK_ALIGN. Add description of FRAME_ALIGN.
4231
a23a7bf1
JB
42322002-09-19 Joel Brobecker <brobecker@gnat.com>
4233
4234 * gdbint.texinfo (Target Conditionals): Document the new
4235 NAME_OF_MALLOC macro.
4236
299ffc64
AC
42372002-09-05 Andrew Cagney <ac131313@redhat.com>
4238
4239 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
4240 engineer.
4241
b7bb15bc
SC
42422002-09-02 Stephane Carrez <stcarrez@nerim.fr>
4243
4244 * gdb.texinfo (TUI Overview): Document status line fields.
4245
3d757584
SC
42462002-09-02 Stephane Carrez <stcarrez@nerim.fr>
4247
4248 * gdb.texinfo (TUI Commands): Document info win command.
4249
269c21fe
SC
42502002-09-01 Stephane Carrez <stcarrez@nerim.fr>
4251
4252 * gdb.texinfo (TUI Overview): Document breakpoint markers.
4253
7cf36c78
SC
42542002-09-01 Stephane Carrez <stcarrez@nerim.fr>
4255
4256 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
4257 (TUI Keys): Likewise.
4258
d2c6833e
AC
42592002-08-25 Andrew Cagney <ac131313@redhat.com>
4260
4261 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
4262 for a packet receive.
4263
46d8b1c3
AC
42642002-08-25 Andrew Cagney <ac131313@redhat.com>
4265
4266 * Makefile.in (clean): Move to end of file.
4267 (distclean, maintainer-clean, realclean): Ditto.
4268 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
4269 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
4270 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
4271 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
4272
b0787093
AC
42732002-08-24 Andrew Cagney <ac131313@redhat.com>
4274
4275 * Makefile.in (GDBINT_TEX_TMPS): Define.
4276 (gdbint.dvi, gdbint.pdf): Use
4277 (GDB_TEX_TMPS): Define.
4278 (gdb.dvi, gdb.pdf): Use.
4279 (STABS_TEX_TMPS): Define.
4280 (stabs.dvi, stabs.pdf): Use.
4281 (GDB_DOC_SOURCE_INCLUDES): New macros.
4282 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
4283 (GDBINT_DOC_FILES_INCLUDES): New macros.
4284 (GDBINT_DOC_BUILD_INCLUDES): New macros.
4285 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
4286 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
4287 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
4288 (links2roff): Replace SFILES_INCLUDED with
4289 GDB_DOC_SOURCE_INCLUDES.
4290 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
4291 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
4292 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
4293 dependencies.
4294 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
4295 dependencies.
4296 (gdbmi.texinfo): Delete rule.
4297 (inc-hist.texinfo): Delete rule.
4298 (rluser.texinfo): Delete rule.
4299
ebba8386
AC
43002002-08-23 Andrew Cagney <cagney@redhat.com>
4301
4302 * gdbint.texinfo (Target Architecture Definition): Update
4303 STORE_RETURN_VALUE, mention regcache.
4304
0ab7a791
AC
43052002-08-21 Andrew Cagney <ac131313@redhat.com>
4306
4307 * gdbint.texinfo (Target Architecture Definition): Document
4308 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
4309
ee2d5c50
AC
43102002-08-19 Andrew Cagney <ac131313@redhat.com>
4311
4312 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
4313 Fix minor typos. Add index entries.
4314
53c69bd7
AC
43152002-08-18 Andrew Cagney <ac131313@redhat.com>
4316
4317 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
4318
e76f1f2e
AC
43192002-08-15 Andrew Cagney <ac131313@redhat.com>
4320
4321 * gdbint.texinfo (Target Architecture Definition): Document
4322 PRINT_VECTOR_INFO.
4323 * gdb.texinfo (Vector Unit): Document "info vectors" command.
4324
0680b120
AC
43252002-08-13 Andrew Cagney <ac131313@redhat.com>
4326
4327 * gdb.texinfo (Maintenance Commands): Document "maint print
4328 registers", "maint print raw-registers" and "maint print
4329 cooked-registers".
4330
3c3bea1c
GS
43312002-08-08 Grace Sainsbury <graces@redhat.com>
4332
a9331b3f 4333 From Mark Salter:
3c3bea1c
GS
4334 * gdb.texinfo (Protocol): Document T packet extension to
4335 allow watchpoint address reporting.
4336
42f9b0a5
AC
43372002-08-03 Andrew Cagney <ac131313@redhat.com>
4338
4339 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
4340
db034ac5
AC
43412002-08-01 Andrew Cagney <cagney@redhat.com>
4342
4343 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
4344 to CHILL.
4345
e2b28d04
AC
43462002-08-01 Andrew Cagney <ac131313@redhat.com>
4347
4348 * gdbint.texinfo (Coding): Revise section "Include Files".
4349
7fb623f7
AC
43502002-07-24 Andrew Cagney <cagney@redhat.com>
4351
4352 * gdbint.texinfo: Obsolete references to m88k.
4353 * gdb.texinfo: Ditto.
4354
4a2b4636
JB
43552002-07-10 Joel Brobecker <brobecker@gnat.com>
4356
7fb623f7 4357 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
4358 where the proper version of autoconf can be retrieved.
4359
a71ec265
DH
43602002-07-09 Don Howard <dhoward@redhat.com>
4361
4362 * gdb.texinfo (Command Files): Further describe the behavior of
4363 sourced command files.
4364
b9aa90c9
AC
43652002-06-27 Andrew Cagney <ac131313@redhat.com>
4366
4367 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
4368 (Coding): Clarify ISO C version that GDB assumes.
4369
40dd2248
TT
43702002-06-26 Tom Tromey <tromey@redhat.com>
4371
4372 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
4373 add_setshow_cmd_full.
4374
bfac230e
DH
43752002-06-25 Don Howard <dhoward@redhat.com>
4376
4377 * gdb.texinfo (Memory Region Attributes): Document new behavior
4378 for 'mem' command.
4379
475b0867
JB
43802002-06-11 Jim Blandy <jimb@redhat.com>
4381
919d772c
JB
4382 * gdb.texinfo (Symbols): Update documentation for `info source'
4383 command.
4384
475b0867
JB
4385 * gdb.texinfo (Macros): Call the command `info macro', not
4386 `show macro'.
4387
ba8c9337
AC
43882002-06-09 Andrew Cagney <ac131313@redhat.com>
4389
4390 * gdbint.texinfo (Coding): Add section ``Per-architecture module
4391 data''.
4392
1029b7fa
MK
43932002-06-09 Mark Kettenis <kettenis@gnu.org>
4394
4395 * gdbint.texinfo (Target Architecture Definition): Document
4396 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
4397
16737d73
AC
43982002-06-08 Andrew Cagney <ac131313@redhat.com>
4399
4400 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
4401 lists.
4402
30107679
AC
44032002-06-08 Andrew Cagney <ac131313@redhat.com>
4404
4405 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
4406 Branch''.
4407
3352e23e
AC
44082002-06-01 Andrew Cagney <ac131313@redhat.com>
4409
4410 * gdbint.texinfo (Target Architecture Definition): Add section
4411 ``Converting an existing Target Architecture to Multi-arch''.
4412
cbb09e6a
AC
44132002-05-30 Andrew Cagney <ac131313@redhat.com>
4414
4415 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
4416 to ``Obsoleting code''. Revise.
4417
e2e0bcd1
JB
44182002-05-17 Jim Blandy <jimb@redhat.com>
4419
4420 * gdb.texinfo (C Preprocessor Macros): New chapter.
4421 Include it in the main menu.
4422 (Contributors): Credit Jim Blandy with macro support.
4423 (Compilation): Explain how to get macro information into the
4424 executable.
4425 (Expressions): Note that preprocessor macros are expanded.
4426
9db8d71f
DJ
44272002-05-14 Daniel Jacobowitz <drow@mvista.com>
4428
4429 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
4430 options for `target remote'.
4431
6d531722
AC
44322002-05-13 Andrew Cagney <ac131313@redhat.com>
4433
4434 * gdbint.texinfo (Target Architecture Definition): Delete
4435 documentation on NNPC_REGNUM.
4436
13d01224
AC
44372002-05-11 Andrew Cagney <ac131313@redhat.com>
4438
4439 * gdbint.texinfo (Target Architecture Definition): Document
4440 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
4441 (Target Architecture Definition): Revise section `Using Different
4442 Register and Memory Data Representations'. Add section `Raw and
4443 Virtual Register Representations'.
4444
b2e75d78
AC
44452002-05-11 Andrew Cagney <ac131313@redhat.com>
4446
4447 * gdbint.texinfo (Target Architecture Definition): Mention
4448 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
4449 (Target Architecture Definition): Mention same. Add references to
4450 web pages.
4451
2c8682ee
MS
44522002-05-08 Michael Snyder <msnyder@redhat.com>
4453
4454 * stabs.texinfo (Attributes): Document new "vector" attribute.
4455
0816590b
AC
44562002-05-04 Andrew Cagney <ac131313@redhat.com>
4457
4458 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
4459
2653173e
AC
44602002-05-04 Andrew Cagney <ac131313@redhat.com>
4461
4462 * gdb.texinfo: Delete obsolete references to a29k.
4463
d7bd68ca
AC
44642002-04-24 Andrew Cagney <ac131313@redhat.com>
4465
4466 * gdbint.texinfo (Target Architecture Definition): Replace
4467 IN_SIGTRAMP with PC_IN_SIGTRAMP.
4468
21d83aa5
DM
44692002-04-24 David S. Miller <davem@redhat.com>
4470
4471 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
4472
7673a6cc
DM
44732002-04-21 David S. Miller <davem@redhat.com>
4474
4475 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
4476
d49d1e0a
AC
44772002-04-21 Andrew Cagney <ac131313@redhat.com>
4478
4479 * gdbint.texinfo (Target Architecture Definition): Delete
4480 definition of HAVE_REGISTER_WINDOWS.
4481
f7dc1244 44822002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
4483
4484 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
4485 "Theodore A. Roth" <troth@verinet.com>.
4486
5ca0cb28
DH
44872002-04-15 Don Howard <dhoward@redhat.com>
4488
f7dc1244 4489 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 4490 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 4491 Provide a better explaination of this feature.
5ca0cb28 4492
f208ba17
AC
44932002-04-14 Andrew Cagney <ac131313@redhat.com>
4494
4495 * gdbint.texinfo (Target Architecture Definition): Remove
4496 FRAME_CHAIN_COMBINE.
4497
d5ba91de
MC
44982002-04-12 Michael Chastain <mec@shout.net>
4499
4500 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
4501 REG_STACK_SEGMENT.
4502
26818220
MC
45032002-04-09 Michael Chastain <mec@shout.net>
4504
4505 * gdbint.texinfo (Obsolete Conditionals): Remove references to
4506 PYRAMID_* macros.
4507
129188f6
AC
45082002-04-07 Andrew Cagney <ac131313@redhat.com>
4509
4510 * gdb.texinfo (Bug Reporting): Document that the web is the
4511 prefered way of submitting bug reports.
4512 (Bug Reporting): Delete the s-mail address as the last resort.
4513
8227c0ff
AC
45142002-04-05 Andrew Cagney <ac131313@redhat.com>
4515
4516 * gdbint.texinfo (Target Architecture Definition): Delete
4517 references to TARGET_WRITE_FP and write_fp.
4518
16d9dec6
MS
45192002-03-27 Michael Snyder <msnyder@redhat.com>
4520
4521 * gdb.texinfo: Document new commands dump, append, and restore.
4522
9ae8b82c
AC
45232002-03-27 Andrew Cagney <ac131313@redhat.com>
4524
4525 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
4526 Branch'.
4527
474c8240
AC
45282002-03-18 Andrew Cagney <ac131313@redhat.com>
4529
4530 * gdb.texinfo: Change all examples to @smallexample.
4531 * gdbint.texinfo: Ditto.
a9331b3f 4532
fb0ff88f
AC
45332002-03-18 Andrew Cagney <ac131313@redhat.com>
4534
4535 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
4536 Branches''.
4537
9bb0a4d8
AC
45382002-03-18 Andrew Cagney <ac131313@redhat.com>
4539
4540 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
4541 Policy''.
4542
937f164b
FF
45432002-03-04 Fred Fish <fnf@redhat.com>
4544
4545 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
4546 expresson, suports, dependant, trhe, perhaphs, situtations,
4547 explictily, taged, oportunity, unfortunatly).
4548
a7b40f07
AC
45492002-02-24 Andrew Cagney <ac131313@redhat.com>
4550
4551 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
4552 Remove reference to 3.12.
4553
aab4e0ec
AC
45542002-02-23 Andrew Cagney <ac131313@redhat.com>
4555
4556 * gdbint.texinfo: Include fdl.texi.
4557 (Top): Add GNU Free Documentation License.
4558 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
4559 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
4560 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
4561 (gdbint.info): Add srcdir to include path.
4562 * gdb.texinfo: Include gpl.texi.
4563 (Top): Add Copying.
4564 * gpl.texi: New file.
4565
47b95330
AC
45662002-02-23 Andrew Cagney <ac131313@redhat.com>
4567
4568 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
4569
78c47bea
PM
45702002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
4571
4572 * gdb.texinfo: Document Cygwin native specific commands.
4573
56460a61
DJ
45742002-02-15 Daniel Jacobowitz <drow@mvista.com>
4575
4576 * gdb.texinfo: Document gdbserver ``--attach'' command.
4577
def71bfa
MS
45782002-02-07 Michael Snyder <msnyder@redhat.com>
4579
4580 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
4581 to @code(_ovly_debug_event).
4582
c928edc0
AC
45832002-02-07 Andrew Cagney <ac131313@redhat.com>
4584
4585 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
4586
81d46470
MS
45872002-02-06 Michael Snyder <msnyder@redhat.com>
4588
4589 * gdb.texinfo (overlays): Mention new magic symbol
4590 '_ovly_debug_event', which allows GDB to keep better track
4591 of overlays.
4592
f7dc1244 45932002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
4594
4595 * gdb.texinfo (Memory Region Attributes): Fix the wording.
4596 Suggested by Dmitry Sivachenko.
4597
4598 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
4599
15110bc3
MS
46002002-02-01 Michael Snyder <msnyder@redhat.com>
4601
4602 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
4603
6763aef9
MS
46042002-01-30 Michael Snyder <msnyder@redhat.com>
4605
ac282366
MS
4606 * gdb.texinfo: (remote protocol): Gramatical fix-up.
4607 (set trust-readonly-sections): Document.
6763aef9 4608
8642bc8f
AC
46092002-01-29 Andrew Cagney <ac131313@redhat.com>
4610
4611 * gdbint.texinfo (Releasing GDB): Revise and update.
4612
afe64c1a
AC
46132002-01-28 Andrew Cagney <ac131313@redhat.com>
4614
4615 * gdbint.texinfo (Target Architecture Definition): Delete
4616 description of TARGET_BYTE_ORDER_DEFAULT.
4617
f7dc1244 46182002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
4619
4620 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
4621 <mitya@cavia.pp.ru>.
4622
3d6e1b5a
AC
46232002-01-23 Andrew Cagney <ac131313@redhat.com>
4624
4625 * libgdb.texinfo: Delete file.
4626
6c0e9fb3
AC
46272002-01-22 Andrew Cagney <ac131313@redhat.com>
4628
4629 * gdb.texinfo: Remove makeinfo 3.12 hacks.
4630 * gdbint.texinfo: Ditto.
4631
e0ce93ac
AC
4632Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
4633
4634 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
4635
be298bcc
AC
46362002-01-22 Andrew Cagney <ac131313@redhat.com>
4637
4638 * Makefile.in: Update copyright.
4639 (TEXI2DVI): Define.
4640 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
4641 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
4642 gdb-cfg.texi.
4643 (TEXINDEX, PDFTEX): Delete makefile variables.
4644
8e04817f
AC
46452002-01-22 Andrew Cagney <ac131313@redhat.com>
4646
4647 * gdb.texinfo (Protocol): Move section to appendix.
4648
6b2f586d
AC
46492002-01-21 Andrew Cagney <ac131313@redhat.com>
4650
4651 * gdb.texinfo (Remote Debugging): Create a menu.
4652 (Top): Add ``Remote Debugging'' to menu.
4653
6f05cf9f
AC
46542002-01-21 Andrew Cagney <ac131313@redhat.com>
4655
4656 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
4657 serial protocol'' from here.
4658 (Remote Debugging): To here. New chapter.
4659
3fd3d7d2
AC
46602002-01-20 Andrew Cagney <ac131313@redhat.com>
4661
4662 * gdbint.texinfo (Target Architecture Definition): Delete
4663 description of TARGET_BYTE_ORDER_SELECTABLE_P.
4664
7fd60527
AC
46652002-01-20 Andrew Cagney <ac131313@redhat.com>
4666
4667 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
4668 are no longer needed.
4669 (Porting GDB): Add maintainer note about configure.host.
4670
c2f05ac9
AC
46712002-01-20 Andrew Cagney <ac131313@redhat.com>
4672
4673 * gdbint.texinfo (Target Architecture Definition): Remove
4674 definition of IEEE_FLOAT.
4675
f7dc1244 46762002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
4677
4678 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
4679 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
4680 <3diff@gnu.org>
231b2aad 4681
82600034
AC
46822002-01-19 Andrew Cagney <ac131313@redhat.com>
4683
4684 * gdbint.texinfo (Host Definition): Remove references to
4685 MALLOC_INCOMPATIBLE.
4686
7708fa01
AC
46872002-01-17 Andrew Cagney <ac131313@redhat.com>
4688
4689 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
4690 and xyz-xdep.o.
4691
eb12ee30
AC
46922002-01-17 Andrew Cagney <ac131313@redhat.com>
4693
4694 * gdb.texinfo (Maintenance Commands): Add appendix.
4695 (Set Breaks): Copy ``maint info breakpoint'' doco to
4696 ``Maintenance Commands'' appendix. Add reference.
4697
c9ccaa92
AC
46982002-01-17 Andrew Cagney <ac131313@redhat.com>
4699
4700 * fdl.texi: Remove next/prev from @node.
4701
f7dc1244 47022002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
4703
4704 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
4705 for monstrous @multitable (from Brian Youmans).
4706
4707 * fdl.texi: New file.
4708
4709 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
4710
8973da3a
AC
47112002-01-15 Andrew Cagney <ac131313@redhat.com>
4712
4713 * gdbint.texinfo (Releasing GDB): New chapter.
4714
7d86b5d5
AC
47152002-01-14 Andrew Cagney <ac131313@redhat.com>
4716
4717 * gdb.texinfo (Embedded Processors, Calling program functions):
4718 Obsolete references to a29k.
4719
cc1cb004
AC
47202002-01-13 Andrew Cagney <ac131313@redhat.com>
4721
4722 * gdbint.texinfo (Coding): Review Cleanups section. Examples
4723 examples. Document that a code-block should do or discard its
4724 cleanups before exit.
4725
79f12247
MS
47262002-01-11 Michael Snyder <msnyder@redhat.com>
4727
4728 * gdb.texinfo (Choosing files): Change @samp to @file.
4729
19837790
MS
47302002-01-05 Michael Snyder <msnyder@redhat.com>
4731
4732 * gdb.texinfo (--pid): Document new command line option (attach).
4733
f7dc1244 47342002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
4735
4736 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
4737 in the stub.
4738
d7449b42
AC
47392002-01-04 Andrew Cagney <ac131313@redhat.com>
4740
4741 * gdbint.texinfo (Target Architecture Definition): Replace
4742 BIG_ENDIAN with BFD_ENDIAN_BIG.
4743
f23631e4
AC
47442002-01-03 Andrew Cagney <ac131313@redhat.com>
4745
4746 * gdbint.texinfo (Target Architecture Definition): Replace
4747 value_ptr with struct value pointer.
4748
72c9928d
EZ
47492002-01-02 Eli Zaretskii <eliz@gnu.org>
4750
4751 * gdb.texinfo (Free Software): Fix wording.
4752
959acfd1
EZ
47532001-12-31 Eli Zaretskii <eliz@gnu.org>
4754
4755 * gdb.texinfo (Free Software): New section ``Free Software Needs
4756 Free Documentation''.
4757
f7dc1244 47582001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
4759
4760 * stabs.texinfo:
4761 * gdb.texinfo:
4762 * gdbint.texinfo:
4763 * libgdb.texinfo:
4764 * annotate.texi: Fix the application of GFDL in the Copyright notice.
4765
6600abed
MS
47662001-12-29 Michael Snyder <msnyder@redhat.com>
4767
4768 * gdb.texinfo (maint info sections): Fix typo.
4769
f6680716
MS
47702001-12-26 Michael Snyder <msnyder@redhat.com>
4771
fe95c787
MS
4772 * gdb.texinfo (maint info sections): Document.
4773
a9331b3f 4774 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
4775 'info proc' sub-options that are currently not implemented.
4776
c3d3ce5b
JB
47772001-12-20 Jim Blandy <jimb@redhat.com>
4778
4779 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
4780
778eb05e
AC
47812001-12-15 Andrew Cagney <ac131313@redhat.com>
4782
4783 * gdbint.texinfo (Target Architecture Definition): Replace
4784 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
4785
2607059c
AC
47862001-12-01 Andrew Cagney <ac131313@redhat.com>
4787
4788 * gdbint.texinfo (Host Definition): Delete documentation on
4789 HOST_BYTE_ORDER.
4790
df0cd8c5
JB
47912001-11-30 Jim Blandy <jimb@redhat.com>
4792
4793 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 4794 overlay support. Add to top-level menu.
df0cd8c5 4795
88118b3a
TT
47962001-11-26 Tom Tromey <tromey@redhat.com>
4797
4798 * gdb.texinfo (Command Syntax): Document C-o binding.
4799
96565e91
CF
48002001-07-26 Christopher Faylor <cgf@redhat.com>
4801
4802 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
4803 use since it is described in the referenced section.
4804
f7dc1244 4805 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
4806 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
4807 clearer when using DJGPP.
4808
2a3d5645
CF
48092001-11-24 Christopher Faylor <cgf@redhat.com>
4810
4811 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
4812 specifically refer to MS-DOS.
4813 (command files): Mention gdb.ini is only used on MS-DOS.
4814
aa26fa3a
TT
48152001-11-21 Tom Tromey <tromey@redhat.com>
4816
4817 * gdb.texinfo (Invoking GDB): Document --args.
4818 (Mode Options): Likewise.
4819
4f8ada06
JB
48202001-11-21 Jim Blandy <jimb@redhat.com>
4821
4822 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
4823 Delete documentation; this macro has been removed from the
4824 sources.
4825
3fe0dc10
JB
48262001-11-13 Jim Blandy <jimb@redhat.com>
4827
4828 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
4829
9e5abb06
CV
48302001-11-06 Corinna Vinschen <vinschen@redhat.com>
4831
4832 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
4833
1c5dfdad
MS
48342001-11-05 Michael Snyder <msnyder@redhat.com>
4835
a9331b3f 4836 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
4837 quote regexp chars in function names such as "operator*()".
4838
990f9fe3
FF
48392001-11-01 Fred Fish <fnf@redhat.com>
4840
4841 * gdbint.texinfo (SOLIB_ADD): Document additional new
4842 "readsyms" arg.
4843
b433d00b
DH
48442001-10-30 Don Howard <dhoward@redhat.com>
4845
070b1dd3
DH
4846 * gdb.texinfo: (Command Files) Added documentation for the
4847 behavior of gdb with input redirected from a file.
b433d00b 4848
b7209cb4
FF
48492001-10-28 Fred Fish <fnf@redhat.com>
4850
4851 * gdb.texinfo (auto-solib-add): Change docs to match
4852 implementation change.
4853 (auto-solib-limit): Add docs for new variable.
4854
1aa20aa8
AC
48552001-10-15 Andrew Cagney <ac131313@redhat.com>
4856
4857 * gdbint.texinfo (Target Architecture Definition): Function
4858 value_as_pointer renamed to value_as_address.
4859
fc0c74b1
AC
48602001-10-15 Andrew Cagney <ac131313@redhat.com>
4861
4862 * gdbint.texinfo (Target Architecture Definition): Default
4863 POINTER_TO_ADDRESS functions assume unsigned addresses.
4864 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
4865 posting by Jim Blandy.
4866
f4846649
JB
48672001-10-12 Jim Blandy <jimb@redhat.com>
4868
4869 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
4870 version of texi2html (1.64) doesn't support this flag any more.
4871
f277788b
MK
48722001-09-08 Mark Kettenis <kettenis@gnu.org>
4873
a9dc4918
MK
4874 * gdbint.texinfo (Host Definition): Remove description of
4875 MEM_FNS_DECLARED.
4876
d28379df
MK
4877 * gdbint.texinfo (Host Definition): Remove description of R_OK.
4878
f277788b
MK
4879 * gdbint.texinfo (Host Definition): Remove description of
4880 HAVE_SIGSETMASK.
4881
7ccaa899
EZ
48822001-09-04 Elena Zannoni <ezannoni@redhat.com>
4883
4884 * gdbint.texinfo (Target Architecture Definition): Add
4885 explanation of TARGET_PRINT_INSN macro.
4886
17d9d558
JB
48872001-08-30 Jim Blandy <jimb@redhat.com>
4888
4889 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
4890 Explain what it means to load relocatable files.
4891
72cde065
JB
48922001-08-28 Jim Blandy <jimb@redhat.com>
4893
4894 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
4895 info `top' menu.
4896
9e678452
CF
4897Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
4898
4899 * gdbint.texinfo: Add a cautionary note about macro use.
4900
a2bea4c3 49012001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 4902
a2bea4c3
CV
4903 * gdb.texinfo: Explain omitting the hostname in the
4904 `target remote' command.
4905
1129bf27
DJ
49062001-07-30 Daniel Jacobowitz <drow@mvista.com>
4907
4908 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
4909 and END-INFO-DIR-ENTRY.
4910
732b3002
SC
49112001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4912
4913 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
4914
89437448
AC
49152001-07-25 Andrew Cagney <ac131313@redhat.com>
4916
4917 * gdbint.texinfo (libgdb): Rewrite.
4918
f7dc1244 49192001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
4920
4921 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
4922
c4555f82
SC
49232001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4924
4925 * gdb.texinfo (TUI): New chapter, document the TUI.
4926 (Mode Options): Document the -tui option.
4927
2f45a6e0
MK
49282001-07-23 Mark Kettenis <kettenis@gnu.org>
4929
4930 * gdbint.texinfo (Host Definition): Remove description of
4931 NEED_POSIX_SETPGID.
4932
f7dc1244 49332001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
4934
4935 * gdb.tex (DJGPP Native): New node, with descriptions of
4936 DJGPP-specific commands.
4937
be9c6c35
JM
49382001-07-19 John R. Moore <jmoore@redhat.com>
4939
4940 * gdbint.texinfo: Three misspellings.
4941
dfa249fb
AC
49422001-07-06 Andrew Cagney <ac131313@redhat.com>
4943
4944 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
4945 `test` expressions on bash. Problem reported by Colin Walters.
4946
c72e7388
AC
49472001-07-04 Andrew Cagney <ac131313@redhat.com>
4948
4949 * gdbint.texinfo (User Interface): Update ui-out documentation to
4950 refelect recent UI/MI updates.
4951
94bbb2c0
AC
49522001-07-04 Andrew Cagney <ac131313@redhat.com>
4953
4954 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
4955 interpreters.
4956
af6c57ea
AC
49572001-06-15 Andrew Cagney <ac131313@redhat.com>
4958
4959 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
4960 structure and not macros.
4961 (Host Definition): Document that much of this chapter is obsolete.
4962 (Target Architecture Definition): Update list of files that make
4963 up a target architecture.
4964 (Coding): Update.
4965
83aa8bc6
AC
49662001-06-28 Andrew Cagney <ac131313@redhat.com>
4967
4968 * gdbint.texinfo (Target Architecture Definition): Update
4969 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
4970 The latter has been changed to a true predicate.
4971
f7dc1244 49722001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
4973
4974 * annotate.texi: Add @noindent where needed. From Dmitry
4975 Sivachenko <dima@Chg.RU>.
4976 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
4977
656db9b0
AC
49782001-06-16 Andrew Cagney <ac131313@redhat.com>
4979
4980 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
4981
df2396a1
AC
49822001-06-14 Andrew Cagney <ac131313@redhat.com>
4983
4984 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
4985 returns ``OK''. Document that the ``R'' packet does not reply.
4986
0f1f2b0a
MS
49872001-06-13 Michael Snyder <msnyder@redhat.com>
4988
4989 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
4990
f7dc1244 49912001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
4992
4993 * gdb.texinfo (Signals): Clarify the default setting of signal
4994 handling.
4995
a5d7c491
AC
49962001-05-14 Andrew Cagney <ac131313@redhat.com>
4997
4998 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
4999 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
5000
05a54c4f
AC
50012001-05-12 Andrew Cagney <ac131313@redhat.com>
5002
5003 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
5004
f7dc1244 50052001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
5006
5007 * gdbint.texinfo (Clean Design and Portable Implementation):
5008 Renamed from "Clean Design".
5009 (Clean Design and Portable Implementation): Document portable
5010 methods of handling file names, and the associated macros.
5011
f7dc1244 50122001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
5013
5014 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
5015 command and provide a cross-reference to its description.
5016 (Symbols): Note that "info scope" is useful for trace experiments.
5017
f7dc1244 50182001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 5019
b37052ae
EZ
5020 * gdb.texinfo (Symbols): Document "info scope".
5021 (Tracepoints): New chapter.
5022 (Contributors): Update for v5.1.
5023 <All nodes>: Change "C++" to "C@t{++}".
5024
0ee54786
EZ
5025 * gdbint.texinfo (User Interface): A new section about ui_out
5026 functions, based on text written by Fernando Nasser.
5027
c534679c
EZ
5028 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
5029
f7dc1244 50302001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 5031
e9c75b65
EZ
5032 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
5033
5034 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
5035
5036 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
5037 Replace "GDB" with "@value{GDBN}". Fix markup.
5038
5039 * annotate.texi: Change Permissions to GFDL. Update Copyright.
5040
3d67e040
EZ
5041 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
5042 a cross-reference to its description.
5043 (Symbols): Document "info symbol".
5044
f7dc1244 50452001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
5046
5047 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
5048 subsection "x86 Watchpoints".
5049 (Target Architecture Definition): Document the macros
5050 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
5051 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
5052
b0ed3589
AC
50532001-03-20 Andrew Cagney <ac131313@redhat.com>
5054
5055 * gdbint.texinfo (Target Architecture Definition): Update
5056 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
5057 list.
5058
b6ba6518
KB
50592001-03-06 Kevin Buettner <kevinb@redhat.com>
5060
5061 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
5062 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
5063
f7dc1244 50642001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
5065
5066 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
5067
f7dc1244 50682001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 5069
17cc6a06
EZ
5070 * gdb.texinfo (Environment): Document that `path' does not change
5071 the value of PATH in GDB's own environment (it did in the past,
5072 but that was changed on March 15, 1994). Reported by Doug Evans
5073 <dje@transmeta.com>.
5074
56caf160
EZ
5075 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
5076 its line. Fix markup of commands and macros. Add an Index node
5077 and index entries.
5078
29e57380
C
50792001-01-23 J.T. Conklin <jtc@redback.com>
5080
5081 * gdb.texinfo (Memory region attributes): New manual section.
5082
1c6147de
ND
50832001-01-04 Nicholas Duffek <nsd@redhat.com>
5084
5085 * gdbint.texinfo (POP_FRAME): Document use by return_command.
5086
f7dc1244 50872000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
5088
5089 * refcard.tex: Version and copyright fixed. From Phil Edwards
5090 <pedwards@disaster.jaj.com>.
5091
0dcedd82
AC
5092Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
5093
5094 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
5095 DWARF2_REG_TO_REGNUM): Document.
5096
3b851bce
AC
5097Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
5098
5099 * gdbint.texinfo (Coding): Update current value of
5100 --enable-build-warnings. Mention --enable-gdb-build-warnings.
5101
f7dc1244 51022000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
5103
5104 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
5105 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
5106
b90a5f51
CF
51072000-11-10 Christopher Faylor <cgf@cygnus.com>
5108
5109 * gdb.texinfo: Document new 'set step-mode' command.
5110
f7dc1244 51112000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
5112
5113 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
5114 changes from Dmitry Sivachenko <dima@Chg.RU>.
5115
f7dc1244 51162000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
5117
5118 * gdb.texinfo (Hooks): Document the new post-hook functionality.
5119 From Steven Johnson <sbjohnson@ozemail.com.au>.
5120
2e685b93
MK
51212000-08-10 Mark Kettenis <kettenis@gnu.org>
5122
5123 * gdbint.texinfo (Overall Structure): Spelling fix.
5124
f7dc1244 51252000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
5126
5127 * gdbint.texinfo (Target Architecture Definition): Document that
5128 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
5129 for which REGISTER_CONVERTIBLE returns a zero value.
5130
63ac3005
EZ
51312000-07-08 Christopher Faylor <cgf@cygnus.com>
5132
5133 * Makefile.in (install-info): Find files to install in either the
5134 build or source directories (adapted from Makefile.am).
5135
bd79f757
ND
51362000-07-07 Nicholas Duffek <nsd@redhat.com>
5137
5138 * stabs.texinfo: Fix spelling errors.
5139 (String Field): FILE-NUMBER starts from 0, not 1.
5140
f7dc1244 51412000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
5142
5143 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 5144 Brian Youmans.
5f208f6d 5145
f7dc1244 51462000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
5147
5148 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
5149 the source directory. Reported by Mark Harig
5150 <markh@frazier.landmark.com>.
cc542d3b 5151
f3b28801
C
51522000-06-20 J.T. Conklin <jtc@redback.com>
5153
5154 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
5155
449f3b6c
AC
5156Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
5157
5158 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
5159 Generate using pdftex.
5160 (PDFTEX): Define.
5161 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
5162 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
5163 @contents at the start.
5164
f7dc1244 51652000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
5166
5167 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 5168 Youmans.
48e934c6 5169
9e9c5ae7
AC
5170Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
5171
5172 From Brian Youmans:
5173 * gdb.texinfo: Fix ``et al.''.
5174
c741b251
AC
5175Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
5176
5177 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
5178 loop.
5179
4ab64e14
JG
51802000-05-19 Jimmy Guo <guo@cup.hp.com>
5181
5182 * configure: Regenerate.
5183
f7dc1244 51842000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
5185
5186 * Makefile.in (install-info): Run install-info on installed Info
5187 files.
5188
8c70017b
AC
5189Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
5190
a7cb598a
AC
5191 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
5192 Andrew Cagney.
8c70017b 5193
f7dc1244 51942000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
5195
5196 * gdb.texinfo: Proofreading changes from Brian Youmans.
5197
bf0184be
ND
51982000-05-01 Nick Duffek <nsd@cygnus.com>
5199
5200 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
5201 startup sequence, minor edits.
5202
f7dc1244 52032000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
5204
5205 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
5206 TeX.
5207
5208 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
5209 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
5210 like `n' and `s' which look weird. Convert some of the @kindex to
5211 @vindex, when they refer to variables, not commands.
5212
33e16fad
AC
5213Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
5214
5215 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
5216
f7dc1244 52172000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
5218
5219 * Makefile.in (GDBMI_DIR): New variable.
5220 (SET_TEXINPUTS): Add $(GDBMI_DIR).
5221 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
5222 (gdbmi.texinfo): New target, for texi2roff.
5223 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
5224 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
5225
5226 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
5227 gdbmi.texinfo.
5228 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
5229 comment.
5230
d167840f
EZ
52312000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5232
5233 * gdb.texinfo (Files): Update description of add-symbol-file
5234 command.
5235
f7dc1244 52362000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
5237
5238 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
5239 prevents the build (and is generally a Bad Idea).
5240
f7dc1244 52412000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
5242
5243 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
5244 a comma inside @var.
5245 (Command Files): Index markup changes from Dmitry Sivachenko
5246 <dima@Chg.RU>.
5247
f7dc1244 52482000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
5249
5250 * Makefile.in (LN_S): Define.
5251 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
5252 invoke "ln -s" unless it is known to work.
5253
5254 * configure.in (AC_PROG_LN_S): Add.
5255
8dc7983f
JB
52562000-04-14 Jim Blandy <jimb@redhat.com>
5257
5258 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
5259 section.
5260 (Target Conditionals): Document ADDRESS_TO_POINTER,
5261 POINTER_TO_ADDRESS.
5262
1a8237e8
DB
52632000-04-11 Daniel Berlin <dan@cgsoftware.com>
5264
5265 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
5266 gdb-cfg.texi to get the value.
5267
ca526f1a
JB
52682000-04-10 Jim Blandy <jimb@redhat.com>
5269
5270 * gdbint.texinfo (Target Architecture Definition): Fix
5271 cross-references.
5272
faaafcb4
JB
52732000-04-08 Jim Blandy <jimb@redhat.com>
5274
5275 * gdbint.texinfo (Using Different Register and Memory Data
5276 Representations): New section.
5277 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
5278 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
5279 REGISTER_CONVERT_TO_RAW): Document.
5280
1b27397f
AC
5281Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
5282
5283 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
5284 for acknowledgments.
5285
480ff1fb
AC
5286Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
5287
5288 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
5289 qThreadExtraInfo.
5290
a9331b3f 52912000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 5292
a9331b3f
RM
5293 * gdb.texinfo: Clarify which remote debug protocol commands are
5294 required and which are optional.
f1251bdd 5295
dbeb8dbd
AC
5296Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
5297
5298 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
5299 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
5300 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
5301 * annotate.texi: Update.
5302
6d2ebf8b
SS
53032000-03-28 Stan Shebs <shebs@apple.com>
5304
5305 * gdb.texinfo: Update dates, bump to Eighth Edition (note
5306 expectation of additional changes before release), update
5307 ISBN, add copy of top-level menu for @ifhtml, remove explicit
5308 node links, rephrase and/or shorten lines to fix formatting
5309 problem in both regular and @smallbook formats.
5310 * annotate.texi: Shorten lines in example, use smallexample
5311 consistently everywhere.
5312 * Makefile.in: Add comment about texinfo 4.0 html generation.
5313 (SFILES_INCLUDED): Add annotate.texi.
5314
5d161b24
DB
53152000-03-27 Daniel Berlin <dan@cgsoftware.com>
5316
5ae4183a
AS
5317 * gdb.texinfo (Debugging Output): Added new section, documenting
5318 the "set/show debug" commands.
5d161b24 5319
b9deaee7
AC
5320Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
5321
5322 * annotate.texi (Annotations): When GDBN omit @chapter and @node
5323 entry.
5324
5325 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
5326 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
5327 @chapter and @node entries.
a9331b3f 5328
b9deaee7 5329 * gdb.texinfo: Link all top-level nodes.
a9331b3f 5330
9ef47d30
AC
5331Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
5332
5333 * Makefile.in (install-info): Create $(infodir) before installing
5334 files.
5335
cfeada60
FN
53362000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
5337
5338 From David Whedon <dwhedon@gordian.com>
5ae4183a 5339 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 5340
6837a0a2
DB
53412000-03-22 Daniel Berlin <dan@cgsoftware.com>
5342
5343 * gdb.texinfo: Add documentation for the apropos command.
5344
bba2971c
MS
53452000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
5346
5347 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
5348
2b628194
MS
53492000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
5350
a9331b3f 5351 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
5352 two places.
5353
96a2c332
SS
53542000-03-17 Stan Shebs <shebs@apple.com>
5355
5356 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
5357 <dima@Chg.RU>, also clarification of allowed content for
5358 string constants.
5359
f7dc1244 53602000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
5361
5362 * gdb.texinfo (main menu): Add Annotations.
5363 (File Options): Add @cindex entries for each command-line option.
5364 Document --epoch, --annotate, --async, --interpreter, --write,
5365 --statistics, and --version.
5366
5367 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
5368 of GDB.
5369
9d233477
JB
53702000-02-23 Jim Blandy <jimb@redhat.com>
5371
5372 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
5373
14e0eb3b
JB
53742000-02-22 Jim Blandy <jimb@redhat.com>
5375
5376 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
5377
3555de01
JM
53782000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
5379
5380 * Makefile.in (diststuff): New target.
5381
5e35df8e
KB
53822000-02-15 Kevin Buettner <kevinb@redhat.com>
5383
5384 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 5385 architecture. [From Jim Wilson.]
5e35df8e 5386
c5394b80
JM
53872000-01-16 Tom Tromey <tromey@cygnus.com>
5388
5389 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
5390 (Delete Breaks): Mention range arguments.
5391 (Disabling): Likewise.
5392
c3f6f71d
JM
53932000-01-05 Dmitry Sivachenko <dima@Chg.RU>
5394
5395 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
5396
c4093a6a
JM
5397Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
5398
5399 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
5400 valid functions.
5401
11cf8741
JM
54021999-11-05 Stan Shebs <shebs@andros.cygnus.com>
5403
5404 * gdb.texinfo: Clarify regular expressions used in rbreak.
5405
917317f4
JM
54061999-10-15 Kevin Buettner <kevinb@cygnus.com>
5407
5408 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
5409 MEMORY_REMOVE_BREAKPOINT): Document.
5410
5411Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
5412
5413 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
5414 offset re-using the DATA offset instead.
5415
2df3850c
JM
54161999-10-11 Jim Kingdon <kingdon@redhat.com>
5417
5418 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
5419
54201999-10-05 Stan Shebs <shebs@andros.cygnus.com>
5421
5422 From Dmitry Sivachenko <demon@gpad.ac.ru>:
5423 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
5424 typos.
5425
5426 * gdb.texinfo: Various minor wording and formatting improvements,
5427 mentions of additional command-line options.
5428
2acceee2
JM
54291999-09-30 Fred Fish <fnf@cygnus.com>
5430
5431 * gdb.texinfo: Document additional forms of specifying section
5432 names and addresses for the add-symbol-file command.
5433
c2c6d25f
JM
54341999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
5435
5436 * gdbint.texinfo: Fix typo, add the word "have".
5437
54381999-09-14 Jim Blandy <jimb@cris.red-bean.com>
5439
5440 * gdbint.texinfo (Target Architecture Definition): Document the
5441 SKIP_PERMANENT_BREAKPOINT macro.
5442
d4f3574e
SS
54431999-09-07 Stan Shebs <shebs@andros.cygnus.com>
5444
5445 * gdb.texinfo: Fiks speling errers.
5446
5447 * gdb.texinfo: Fix uses of @multitable.
5448
f7dc1244 5449 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e
SS
5450 * gdb.texinfo: Include details specific to DOS host, clarify
5451 some confusing language, fix @ref/@xref/@pxref usages, add
5452 comments about using with optimization, add more indexing,
5453 fix info about disassembly-flavor.
5454
5455Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
5456
5457 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
5458 SKIP_SOLIB_RESOLVER): Define.
5459
5460Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
5461
5462 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
5463 ``g'' packets.
5464
104c1213
JM
54651999-08-30 Stan Shebs <shebs@andros.cygnus.com>
5466
5467 * gdb.texinfo: Create a new "Configurations" chapter with
5468 platform-specific info, inline remote.texi and move sections of it
5469 into the new chapter, move bits about info proc, heuristic search,
5470 and register stack into the new chapter.
5471 * remote.texi: Remove, now part of gdb.texinfo.
5472 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
5473
54741999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
5475
5476 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
5477 GDB_TARGET_IS_MACH386): These kludges have gone away.
5478
5479Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
5480
5481 * gdbint.texinfo (Target Architecture Definition): Mention
5482 TDEPLIBS.
5483
53a5351d
JM
54841999-08-20 Stan Shebs <shebs@andros.cygnus.com>
5485
5486 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
5487 surrounding text to fit HP-UX bits into general info.
5488 (HPPA-cfg.texi): Remove, no longer useful.
5489
5490 * gdb.texinfo: Remove explicit links from @node lines, remove
5491 HP-added "Detailed Node Listing" from main menu which confuses
5492 things.
5493
5494 From Dmitry Sivachenko <dima@Chg.RU>:
5495 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
5496 in description of `set environment'.
5497
54981999-08-17 Stan Shebs <shebs@andros.cygnus.com>
5499
5500 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
5501
7be570e7
JM
55021999-08-12 Ben Elliston <bje@cygnus.com>
5503
5504 * gdbint.texinfo (Breakpoint Handling): Add missing words.
5505
f7dc1244 55061999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
5507
5508 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
5509 watch, awatch, and rwatch. Explain why the latter two cannot be
5510 set as software watchpoints. Document that watchpoints for local
5511 variables are deleted when the debuggee terminates.
5512
5513Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
5514
5515 * remote.texi (Protocol): Further clarification of the "qRcmd"
5516 packet. Allow E.. response packet. "qRcmd" packet is no longer
5517 reserved.
5518
55191999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5520
a9331b3f
RM
5521 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
5522 * gdb.texinfo: Ditto.
7be570e7 5523
96baa820
JM
55241999-08-06 Tom Tromey <tromey@cygnus.com>
5525
5526 * gdb.texinfo (KOD): New node.
5527
5528Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
5529
5530 * remote.texi (Rcmd): Fix minor formatting typos.
5531
5532Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
5533
5534 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
5535 packets.
5536
adf40b2e
JM
55371999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
5538
5539 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
5540 fixes.
5541
43ff13b4
JM
5542Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
5543
5544 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
5545
085dd6e6
JM
5546Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
5547
5548 * remote.texi (Communication Protocol): ``v'' is in use. Fix
5549 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
5550 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
5551 packets that are not supported on all hosts. Expand examples.
5552 Spell check.
5553
55541999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
5555
5556 * Makefile.in: Recognize html, install-html. Add targets
5557 to build HTML versions of documentation via texi2html.
5558
5559Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
5560
5561 * gdbint.texinfo (Testsuite): New chapter, information about the
5562 testsuite.
5563
5564Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
5565
5566 * remote.texi (Communication Protocol): Rewrite.
5567
5568Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
5569
5570 * stabs.texinfo: Fix uses of xref.
5571
9e0b60a8
JM
5572Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
5573
5574 * gdbint.texinfo: Add an anti-printf exhortation, and update the
5575 info about patch submission.
5576
cce74817
JM
5577Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
5578
5579 From Per Bothner <bothner@cygnus.com>:
5580 * gdb.texinfo: Document Chill support.
5581
5582Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
5583
5584 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
5585 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
5586 Document that the value should be greater-than or equal-to zero.
5587 (NO_STD_REGS): Document. Deprecate.
5588
ac9a91a7
JM
5589Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
5590
5591 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
5592 Document that these are not used.
5593
5594Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
5595
5596 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
5597
392a587b
JM
5598Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
5599
5600 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
5601 numargs was dropped.
5602
5603Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
5604
5605 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
5606
b83266a0
SS
5607Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
5608
5609 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
5610 Update.
5611
7a292a7a
SS
5612Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
5613
5614 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
5615 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
5616
5617Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
5618
5619 * gdbint.texinfo: Fix typos: $ -> @.
5620
5621Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
5622
5623 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
5624 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
5625 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
5626 BREAKPOINT_FROM_PC.
a9331b3f 5627
7a292a7a
SS
5628Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
5629
5630 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
5631 CALL_DUMMY_STACK_ADJUST): Document.
5632
5633Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
5634
5635 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
5636 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
5637
56381999-04-02 Stan Shebs <shebs@andros.cygnus.com>
5639
5640 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
5641 longer exists.
5642
5643Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
5644
5645 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
5646 nearly all @ifset/@ifclear conditionals; nobody uses them, and
5647 they make the manual source incomprehensible.
5648 * h8-cfg.texi: Remove, hasn't been used in years.
5649
c906108c
SS
5650Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
5651
5652 * gdb.texinfo: Update the credits.
5653
5654Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
5655
5656 * gdb.texinfo: Fix mistakes noticed in printout of last
5657 draft, add Alpha to discussion of heuristic fence post.
5658
5659Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
5660
5661 * gdb.texinfo, remote.texi: Many changes; update to Seventh
5662 Edition, merge some HP changes into mainline, describe some
5663 previously undocumented features, describe more of the target
5664 commands available, eliminate obsolete section on renamed
5665 commands.
5666 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
5667
5668Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
5669
5670 * gdb.texinfo: Make many HPPA conditionals unconditional,
5671 including catchpoint description, since now on for all configs.
5672 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
5673 specializations.
5674
5675Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
5676
5677 * Makefile.in (GDBvn.texi): Fix match expression to work with
5678 current format of VERSION in gdb/Makefile.in.
5679 * gdb.texinfo: Fix node ref to match new readline.
5680
5681Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
5682
a9331b3f
RM
5683 * gdb.texinfo: Changes made as part of a project to merge in
5684 changes made by HP. Documentation makes extensive use of
c906108c
SS
5685 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
5686 on remote debugging. There are differences in documentation
5687 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
5688 the HP manual discusses catchpoints, hardware watchpoints, and
5689 some HPUX specific limitations for shared library support.
a9331b3f 5690
c906108c
SS
5691 There are also a number of @node changes.
5692
56931999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
5694
5695 * gdbint.texinfo (Formatting): Disambiguate a sentence.
5696 (C Usage): Same.
5697
5698Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
5699
5700 The following changes were made by Edith Epstein
5701 <eepstein@cygnus.com> as part of a project to merge in changes
5702 made by HP.
a9331b3f 5703
c906108c
SS
5704 * HPPA-cfg.texi: new file.
5705
5706 * all-cfg.texi: set HPPA for HP PA-RISC targets.
5707
5708 * refcard.tex: change documentation about catch.
5709 removed info catch.
5710
5711Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
5712
5713 * gdbint.texinfo: Expand on GDB's coding standards,
5714 specify the use of arg names with prototypes.
5715
57161998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
5717
5718 * gdb.texinfo: Fix tipo.
5719
5720Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
5721
5722 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
5723 TARGET_BYTE_ORDER_SELECTABLE_P.
5724
5725Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
5726
5727 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
5728
57291998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
5730
5731 * agentexpr.texi: New file.
5732
5733Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
5734
5735 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
5736
57371998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
5738
5739 * remote.texi: Changed wording that implied that the GDB remote
5740 protocol caches register values instead of GDB itself.
5741
5742Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
5743
5744 * gdbint.texinfo: Add some info about symbol readers.
5745 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
5746 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
5747 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
5748 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
5749
5750Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
5751
a9331b3f 5752 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
5753
5754Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
5755
5756 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
5757
5758Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
5759
5760 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
5761 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
5762
5763Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
5764
5765 * gdbint.texinfo: Fix minor typos.
5766
5767Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
5768
5769 * gdbint.texinfo: Complete overhaul. Group descriptions more
5770 logically, add more info on generic algorithms, remove much
5771 obsolete and/or wrong material.
5772
5773Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
5774
5775 * stabs.texinfo (Method Type Descriptor): Expand and correct.
5776
5777Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
5778
5779 * refcard.tex: Copyright, address updates.
5780
5781Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
5782
5783 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
5784 for the edition instead of confusing GDB-version-like numbers.
5785
5786Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
5787
5788 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
5789
5790Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
5791
5ae4183a 5792 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
5793
5794Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
5795
5796 * gdb.texinfo: Add some credits, mention bug monitor.
5797 * remote.texi: Mention mips monitor targets.
5798 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 5799
c906108c
SS
5800Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
5801
5802 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
5803 files, finish sorting of host vs target vs native macros, describe
5804 some more of them.
5805
5806Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
5807
5808 * gdbint.texinfo (Host Conditionals): Document change from
5809 using NO_MMALLOC to it's inverse, USE_MMALLOC.
5810
5811Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
5812
5813 * gdbint.texinfo (Host Conditionals): Document
5814 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
5815
5816Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
5817
5818 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
5819 Document LSEEK_NOT_LINEAR.
5820
5821Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
5822
5823 * stabs.texinfo (Stab Section Basics): Make it clear that only
5824 some versions of the GNU linker remove the leading N_UNDF symbol.
5825
5826Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
5827
5828 * stabs.texinfo (String Field): Document type number pairs here,
5829 instead of in the Sun specific section.
5830 (Include Files): The GNU linker supports the N_BINCL
5831 optimization. Clarify the N_BINCL value, and what it is used
5832 for.
5833 (Procedures): Document N_FUN with an empty string to mark the end
5834 of a function.
5835 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
5836 (Sun Differences): Remove this node, as the information is now
5837 elsewhere in the main document.
5838 (Stab Section Basics): Mention that the GNU linker may optimize
5839 stabs and remove the leading N_UNDF symbol.
5840
5841Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
5842
5843 * gdb.texinfo, refcard.tex: Restore author credit
5844
5845Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
5846
5847 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
5848 documentation to account for START and END macros taking
5849 one arg.
5850
5851Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
5852
5853 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
5854 * gdb.texinfo (Frames): Fix typo.
5855
5856Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
5857
5858 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
5859 a target_signal as arg type, not a pid.
5860
5861Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
5862
5863 * gdb.texinfo: Document `set assembly-language'.
5864
5865Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
5866
5867 * remote.texi: Update list of stubs in the GDB distribution.
5868
5869Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
5870
5871 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
5872 Also document that some systems can use mmalloc but must define
5873 this if their C runtime allocates memory that is later freed.
5874 (MMCHECK_FORCE): Document new macro.
a9331b3f 5875
c906108c
SS
5876Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
5877
5878 * remote.texi: Add documentation for target Sparclet.
5879
5880Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
5881
a9331b3f 5882 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
5883 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
5884 * configure.in: Rewritten for autoconf.
5885 * configure: New.
5886
5887Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
5888
5889 * Makefile.in (DVIPS): New define, set to dvips.
5890 (dvi): Add stabs.dvi.
5891 (ps): New target.
5892 (all-doc): Depend on info, dvi, and ps targets.
5893 (STAGESTUFF): Add *.ps and *.dvi files.
5894 (clean-info, clean-dvi): Remove.
5895 (mostlyclean): Does not depend upon clean-info or clean-dvi,
5896 rules completely rewritten.
5897 (maintainer-clean): Remove clean-info and clean-dvi
5898 dependencies and put their actions in the rules.
5899 (gdb.ps): New target
a9331b3f 5900 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
5901 intermediate TeX files, whether they have 2 or 3 character
5902 extensions.
5903 (gdbint.ps): Add target and rules.
5904 (gdb-internals): Delete unused target.
5905 (Makefile): Depends upon config.status also.
5906
5907Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
5908
5909 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
5910 set.
5911
5912Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
5913
5914 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
5915 * gdb.texinfo (Expressions): Fix erroneous array constant example.
5916
5917Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
5918
5919 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
5920
5921Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5922
5923 * gdb.texinfo (Print settings): Document
5924 `set/show print static-members' commands.
5925
5926Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
5927
5928 * gdbint.texinfo (Native): Document name change, coredep.c to
5929 core-aout.c.
5930
5931Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
5932
5933 * stabs.texinfo (Include Files): Document the values the SunOS4
5934 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
5935
5936Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
5937
5938 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
5939 Fix typo.
5940
5941Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
5942
5943 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
5944 "gdb.tar.Z".
5945
5946Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
5947
5948 * Makefile.in (maintainer-clean): New target, synonym for
5949 realclean.
5950
5951Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
5952
5953 * Update all FSF addresses except those in COPYING* files.
5954
5955Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
5956
5957 From Richard Earnshaw (rearnsha@armltd.co.uk):
5958 * gdb.texinfo (convenience variables): Document $_exitcode.
5959 (quit): Document optional expression to use as exit code.
5960
5961Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
5962
5963 * gdb.texinfo, remote.texi: Brought up to date with various
5964 GDB changes.
5965
5966Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
5967
5968 * gdb.texinfo: Update dates and versions, fix comments about
5969 hardware watchpoints in future releases and about the
5970 sharedlibrary command.
5971
5972Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5973
5974 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
5975 C_FUN stab. Other cleanups.
5976
5977Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5978
5979 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
5980 for the sparc stub.
5981
5982Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5983
5984 * annotate.texi: Clarify which addresses have differing formats
5985 depending on the language and which do not.
5986
5987Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
5988
5989 * remote.texi (NetWare): Changed example to use BOARD= instead of
5990 NODE= argument to reflect correspoding change to gdbserve.nlm.
5991
5992Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5993
5994 * stabs.texinfo (Negative Type Numbers): Mention the fact that
5995 GDB, as well as AIX dbx, supports the size type attribute.
5996
5997Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5998
5999 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
6000
6001Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
6002
6003 * gdb.texinfo (Define): Document $arg0... arguments to commands,
6004 and new 'if' and 'while' commands.
6005
6006Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
6007
6008 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
6009
6010Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
6011
6012 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
6013 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
6014 NetWare targets. Mostly stolen from the Server node.
6015
6016Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6017
6018 * gdb.texinfo (Setting): Talk about the language of a source file
6019 versus the working language. The old documentation did not match
6020 what GDB did.
6021
6022Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6023
6024 * stabs.texinfo (Source Files): Document N_SO used to mark the end
6025 of a source file.
6026
6027Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6028
6029 * gdb.texinfo (Processes): New node.
6030
6031Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
6032
6033 * remote.texi: Update documentation of set/show mipsfpu.
6034
3fc11d3e
JM
6035Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
6036
6037 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
6038 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
6039
6040Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
6041
6042 * gdbint.texinfo: Removed mentions of some incorrectly placed and
6043 obsolete conditionals, described some others.
6044
6045Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6046
6047 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
6048 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
6049
6050Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
6051
6052 * gdbint.texinfo: Put regex conditionals in their own table.
6053
6054Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
6055
6056 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
6057 described or fixed the descriptions of many others.
6058
6059Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
6060
6061 * gdb.texinfo: Add some more credits.
6062 * gdbint.texinfo: Capitalize GDB consistently, describe some
6063 macros and remove some.
6064
6065Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
6066
6067 * gdbint.texinfo: Removed mentions of many incorrectly placed and
6068 obsolete conditionals, described some others.
6069
6070Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6071
6072 * gdb.texinfo (help targets): Changed to `help target', which
6073 is the correct gdb command.
6074
6075Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6076
6077 * annotate.texi (TODO): New node, for keeping track of annotations
6078 suggested but not yet implemented.
6079
6080Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6081
6082 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
6083 another symbol, it is not the address itself.
6084
6085Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
6086
6087 * stabs.texinfo (Stab Section Basics): Add comment about alignment
6088 of stabs-in-coff sections.
6089
6090Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6091
6092 * annotate.texi: Change edition to 0.5 and date to May 1994.
6093 Add index.
6094 (Frames): New node, for frame annotation.
6095 (Displays): New node, for display annotation.
6096
6097 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
6098 when waiting for your program to stop.
6099
6100Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6101
6102 * annotate.texi (Breakpoint Info): Document annotation of header
6103 fields and record annotation.
6104
6105Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6106
6107 * annotate.texi: New file, to document annotations.
6108
6109Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6110
6111 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
6112 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
6113
6114Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6115
6116 * stabs.texinfo (Stab Section Basics): Say what is in .stab
6117 section, and say n_strx field is compilation unit relative.
6118 * stabs.texinfo: Don't use @code for a.out when it is the name of
6119 an object file format.
6120
6121Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
6122
6123 * gdb.texinfo: Refer to file names, not path names, per rms
6124 convention.
6125 (Arguments): Fix typo.
6126
6127Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6128
6129 * stabs.texinfo (Global Variables): Talk about stabs in files
6130 where variables are referenced, but not defined.
6131
6132Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6133
6134 * stabs.texinfo: Move stuff on @ and # type descriptors from node
6135 Cplusplus to new nodes Member Type Descriptor and Method Type
6136 Descriptor. Re-write stuff for #.
6137
6138Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6139
6140 * gdb.texinfo (Print Settings): Don't document "set print
6141 fast-symbolic-addr off". The bug which it worked around was fixed
6142 on 25 Feb 94 in coffread.c, so I'm nuking the command.
6143
6144 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
6145 N_ENTRY node.
6146
6147 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
6148
6149Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6150
6151 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
6152 references to ieee-float.c.
6153
6154Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6155
6156 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
6157 match what the code actually does.
6158
6159Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6160
6161 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
6162
6163Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
6164
6165 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
6166 i, and b.
6167
6168Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
6169
6170 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
6171 well as for ELF and SOM. Unify the descriptions of ELF and SOM
6172 as "stabs in sections" rather than just saying "ELF and SOM".
6173 Also make that stuff apply to COFF.
6174
6175Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6176
6177 * gdb.texinfo (Formatting Documentation): Change GhostScript to
6178 Ghostscript.
6179
6180Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6181
6182 * gdb.texinfo (Continuing and Stepping): When talking about "step"
6183 versus functions without line numbers, also mention stepping into
6184 them as well as "step" when you are in them. Tell the user how to
6185 deal with the situation. Add comment about "debugging information".
6186
6187Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6188
6189 * stabs.texinfo (Enumerations): Document restriction on where
6190 enumeration types can appear and still win with GDB.
6191
6192Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6193
6194 * stabs.texinfo (Negative Type Numbers): Document format for type
6195 -16.
6196
6197Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6198
6199 * gdb.texinfo (Selection, Frame Info): Update information about
6200 arbitrary frame specficiations.
6201
6202Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
6203
6204 * gdb.texinfo, remote.texi: general editing pass prior to Net release
6205
6206Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6207
6208 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
6209
6210Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
6211
6212 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
6213
6214Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6215
6216 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
6217 Differences node to Statics node.
6218 (Statics): Discuss XCOFF use of V symbol descriptor.
6219
6220 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
6221 not clean.
6222
6223Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
6224
6225 * gdb.texinfo (Print Settings): Document `set print
6226 fast-symbolic-addr' and improve the doc for some other
6227 `set print's.
6228
6229Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6230
6231 * stabs.texinfo (String Field): Talk about defining several type
6232 numbers at once.
6233 Fix lint regarding changing node ELF Transformations to
6234 ELF and SOM Transformations.
6235
6236Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
6237
6238 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
6239
6240Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6241
6242 * stabs.texinfo (Cross-References): `::' is for nested types only
6243 within <>.
6244 (Structures): Document static members.
6245
6246Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6247
6248 * stabs.texinfo: Document S type attribute.
6249
6250Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6251
6252 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
6253
6254Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
6255
6256 * gdbint.texinfo: Fix a few typos.
6257
6258Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6259
6260 * gdb.texinfo, remote.texi: formatting improvements
6261
6262 * gdb.texinfo (New Features): mention threads.
6263 (Summary, C): fix xrefs in newly contributed text.
6264 (Threads): index entries, clarifications, example
6265 (passim): minor typos fixed, phrasing improvements
6266
6267 * remote.texi (Bootstrapping): rephrase text on ^C and add index
6268 entries; (Server): explain use of gdbserver w/real-time systems,
6269 add example of conflicting TCP port; (MIPS Remote) break up
6270 running text into table, highlighting commands, and add example.
a9331b3f 6271
c906108c
SS
6272Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6273
6274 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
6275
6276Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6277
6278 * stabs.texinfo (Nested Symbols): New node.
6279 (String Field, Symbol Descriptors, Cross-References): Refer to it.
6280
6281Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6282
6283 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
6284 to picking which Bbss.bss symbol to use, and (because there seems to
6285 be no good way of doing it) re-write some of the text to make it
6286 sound like Bbss.bss isn't such a great idea after all (as currently
6287 designed).
6288
6289 * gdb.texinfo (C): In addition to saying people have to use g++ for
6290 good results, say they have to use stabs. Specifically say cfront
6291 doesn't work well.
6292 (Summary): Merge in information on Modula-2, Pascal, and Chill from
6293 the gdb README. Add xrefs to places where the support for the various
6294 languages is described in detail.
6295
6296Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6297
6298 * stabs.texinfo: Clean up stuff about visibility and virtual
6299 characters.
6300
6301 * stabs.texinfo (N_M2C): Cite Sun doc.
6302
6303Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6304
6305 * gdb.texinfo: updates re threads.
6306 * remote.texinfo: avoid index entries starting with digits.
6307
6308Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6309
6310 * stabs.texinfo (Enumerations): Talk about large, negative and
6311 octal values. Clean up cross reference to type attributes.
6312 (String Field): Say that GDB 4.11 supports size attribute.
6313
6314Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6315
6316 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
6317 is a mandatory step. Make the stuff about that more concise.
6318
6319Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6320
6321 * stabs.texinfo (Class Names): New node.
6322
6323 * gdb.texinfo (Command Files): Explain order of init file reading.
6324
6325 * remote.texi (Bootstrapping): Talk about getting the serial driver
6326 to deal with ^C sent by gdb to stop the remote system.
6327
6328Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
6329
6330 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
6331
6332 * libgdb.texinfo (Defining Commands): made the DOC arg
6333 to gdb_define_app_command a char * instead of char **
6334 per a suggestion from kingdon.
6335
6336 * libgdb.texinfo: total rewrite from a different starting
6337 premise.
6338
6339Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6340
6341 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
6342 floats passed as doubles (to improve clarity).
6343
6344Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6345
6346 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
6347
6348 * a4rc.sed: update to work with Andreas Vogel papersize params
6349
6350 * refcard.tex: use Andreas Vogel simplifications of papersize
6351 params; remove useless version info; update copyright date.
6352
6353Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6354
6355 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
6356
6357Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6358
6359 * gdb.texinfo (Files): Say what address the load command loads it at.
6360
6361 * stabs.texinfo (Common Blocks): Minor cleanups.
6362
6363 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
6364 that Sun has backed away from the linker kludge and thus the relevant
6365 issue is changes to the SunPRO tools, not the Solaris linker.
6366
6367 * stabs.texinfo (Traditional Integer Types): Clean up description
6368 of octal bounds a little bit. Document extra leading zeroes.
6369
6370Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6371
6372 * gdb.texinfo (Signaling): Update for symbolic symbol names
6373 and add a section explaining the difference between the GDB
6374 signal command and the shell kill utility.
6375
6376Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
6377
6378 * libgdb.texinfo: added `@' to braces that were unescaped.
6379
6380Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
6381
6382 * libgdb.texinfo: new file. Spec for the gdb library.
6383
6384Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6385
6386 * stabs.texinfo (Include Files): Fix typo (start -> end).
6387
6388Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6389
6390 * gdb.texinfo, remote.texi: assorted small improvements, mostly
6391 from Melissa at FSF's editing pass.
6392
6393Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6394
6395 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
6396 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
6397 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
6398
6399Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6400
6401 * remote.texi (Bootstrapping): Discuss 386 call gates.
6402
6403Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
6404
6405 * stabs.texinfo (Based Variables): New node.
6406
6407Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
6408
6409 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
6410 names, sizes, and formats to suggest how not to lose.
6411
6412Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
6413
6414 * stabs.texinfo (Methods): Fix typo.
6415
6416Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
6417
6418 * gdb.texinfo: Fix a few typos.
6419
6420Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6421
6422 * gdb.texinfo: Clarify how well it works with Fortran.
6423
6424 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
6425 More on relocating stabs in ELF files.
6426
6427Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6428
6429 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
6430
6431Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6432
6433 * stabs.texinfo (Local Variable Parameters): Talk about nameless
6434 parameters on VAX.
6435
6436Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6437
6438 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
6439
6440Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6441
6442 * stabs.texinfo: Make info author notice match the TeX author notice.
6443
6444Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
6445
6446 * stabs.texinfo: Initial-caps all words in node names and
6447 non-trivial words in section names.
6448
6449Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6450
6451 * stabs.texinfo: Many minor cleanups.
6452
6453 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
6454
6455Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
6456
6457 * stabs.texinfo: Remove full description of big example.
6458 It's not really helpful; just use pieces of it where appropriate.
6459 Add more Texinfo formatting directives (@samp, etc.).
6460 Use @deffn to define stab types.
6461 Eliminate some wordiness. Break up some nodes.
6462 Add an (alphabetized) index of symbol types.
6463 Use consistent capitalization style in node and section names.
6464
6465Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
6466
6467 * gdb.texinfo: Change typo "Two two" to "The two".
6468
6469Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6470
6471 * stabs.texinfo (XCOFF-differences): Remove references to
6472 non-existent types N_DECL and N_RPSYM.
6473
6474 * stabs.texinfo (String Field): Say that type attributes bug is
6475 fixed in GDB 4.10, since it is.
6476
6477 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
6478
6479Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
6480
6481 * stabs.texinfo: Formatting cleanups.
6482
6483Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6484
6485 * stabs.texinfo: When explaining the n_type of a stab, standardize
6486 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
6487 no tabs, use @r).
6488 (Global Variables): Clean up.
6489
6490Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6491
6492 * stabs.texinfo (Stack Variables): Re-write.
6493
6494Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6495
6496 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
6497 addresses of a source file. Also revise formatting.
6498 Change "object module" or "object file" to "source file".
6499 Various: Miscellaneous cleanups.
6500
6501Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6502
6503 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
6504
6505Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
6506
6507 * gdbint.texinfo: Removed many nonsensical machine-collected
6508 host and target conditionals, described some of the remainder.
6509
6510Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6511
6512 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
6513
6514 * gdbint.texinfo (Top): Add name to @top line, and re-write the
6515 paragraph which follows.
6516
6517 * gdbint.texinfo (Host): Use @code not @samp for Makefile
6518 variables. Looks better and avoids overful hbox.
6519
6520Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6521
6522 * stabs.texinfo (Procedures): Improve stuff on nested functions.
6523
6524Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6525
6526 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
6527 retransmit-timeout
6528
6529Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6530
6531 * gdbint.texinfo: Update statement about `some ancient Unix
6532 systems, like Ultrix 4.0' to Ultrix 4.2.
6533
6534Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
6535
6536 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
6537
6538 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
6539
6540 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
6541 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
6542
6543 * remote.texi: new name for former gdbinv-s.texi
6544
6545 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
6546
6547Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
6548
6549 * gdbinv-s.texi: Documented timeout and retransmit-timeout
6550 variables for MIPS remote debugging protocol.
6551
6552Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6553
6554 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
6555
6556Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
6557
6558 * Makefile.in (refcard.dvi): Use srcdir where necessary.
6559
6560Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
6561
6562 * gdb.texinfo: repair conditional bugs in text markup
6563
6564Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6565
6566 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
6567 to select Modula-2 material.
6568
6569Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6570
6571 * stabs.texinfo: Cleanups regarding statics.
6572
6573 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
6574 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
6575
6576Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6577
6578 * stabs.texinfo: N_MAIN is sometimes used for C.
6579
6580Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6581
6582 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
6583
6584Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
6585
6586 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 6587 removed from the code by Kingdon.
c906108c
SS
6588
6589Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6590
6591 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
6592 input when evaluating breakpoint conditions; the bug has been fixed.
6593
6594 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
6595 sets the ignore count to N-1, not to N.
6596
6597Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6598
6599 * refcard.tex (\hoffset): correct longstanding error to match
6600 intended offset; avoids cutting off edge on some printers
6601
6602Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6603
6604 * stabs.texinfo (Parameters): Say that order of stabs is significant.
6605
6606Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6607
6608 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
6609
6610Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6611
6612 * Makefile.in: (REFEDITS) new var to control whether PS or CM
6613 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
6614 collect sed edits if any, apply to refcard before formatting;
6615 (refcard.ps) stop implying PS fonts if PS output requested;
6616 (lrefcard.ps) delete extra target for variant PS fonts
6617
6618 * refcard.tex: parametrize papersize dependent info, collect
6619 in easily replaced spot
6620
6621 * a4rc.sed: new file, edits to refcard for A4 paper
6622
6623Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6624
6625 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
6626
6627Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6628
6629 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
6630
6631Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6632
6633 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
6634 politely rather than rudely.
6635
6636Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6637
6638 * stabs.texinfo: Document common blocks.
6639
6640Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
6641
6642 * stabs.texinfo: Add some basic info about stabs-in-elf.
6643
6644Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6645
6646 * stabs.texinfo (Top): Minor cleanup.
6647
6648Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
6649
6650 * Makefile.in (install-info): remove parentdir support
6651
6652Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6653
6654 * gdb.texinfo (Copying): delete this node and references to it;
6655 RMS says this manual need not carry GPL. (passim): Improvements
6656 from last round at FSF, largely due to Ian Taylor review, and
6657 minor formatting improvements.
6658
6659 * gdbinv-s.texi (passim): Improvements from last round at FSF,
6660 largely due to Ian Taylor review. (Debug Session): minor edits to
6661 new text.
6662
6663Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
6664
6665 * Makefile.in (realclean): Remove info and dvi files too.
6666
6667Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
6668
6669 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
6670 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
6671 * gdb.texinfo: Change accordingly.
6672
6673 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
6674 N_{L,R}BRAC,N_SLINE are relative to.
6675
6676Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
6677
6678 * Makefile.in (GDBvn.texi): Update atomically.
6679
6680Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
6681
6682 * gdbinv-s.texi (Debug Session): Document exceptionHook.
6683
6684Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
6685
6686 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
6687 addresses together. Also motivate the set print symbol-filename
6688 command and suggest other solutions.
6689
6690Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
6691
6692 * gdb.texinfo (set print elements): Note that the number of
6693 elements is set to unlimited by "set print elements 0".
6694
6695Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
6696
6697 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
6698 NF_LDOUBLE means.
6699 (Stab Types): Include Solaris stab types.
6700 (Procedures): Document Solaris extensions.
6701
6702Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6703
6704 * gdb.texinfo: Add `set print symbol-filename' doc.
6705
6706Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6707
6708 * stabs.texinfo (Arrays): Talk about type definition vs. type
6709 information.
6710
6711 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
6712 the trailing semicolon.
6713
6714Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6715
6716 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
6717 and merge in other parts of the document addressing these subjects.
6718 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
6719
6720 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
6721 at the end of a range type.
6722
6723 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
6724 AIX extensions.
6725
6726Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6727
6728 * stabs.texinfo (Stabs Format): Misc fixes.
6729
6730Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6731
6732 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
6733 (Traditional builtin types): Document convex convention for long long.
6734 (Negative builtin types): Discuss type names, and misc fixes.
6735
6736Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6737
6738 * stabs.texinfo (Builtin Type Descriptors): Document the floating
6739 point types used with @samp{R} type descriptor.
6740 (Symbol Descriptors): Describe how to handle conflict between
6741 different meanings of @samp{P} symbol descriptor.
6742
6743Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6744
6745 * stabs.texinfo: Remove node Quick Reference and put its children
6746 directly under the main menu.
6747
6748 * stabs.texinfo: Many more changes to bring it into line with
6749 AIX documentation and reality. I think it now has all the
6750 information from the AIX documentation, except that I burned
6751 out when I got to variant records (Pascal and Modula-2) and
6752 all the COBOL types. Oh well, we can add them later when we're
6753 worrying more about those languages.
6754
6755 * stabs.texinfo (Automatic variables): Talk about what it means
6756 to omit the symbol descriptor.
6757
6758Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6759
6760 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
6761 gcc2 behavior with promoted args.
6762
6763Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6764
6765 * gdb.texinfo: include readline appendices in info version of manual
6766
6767Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6768
6769 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
6770 target remote.
6771
6772 * gdb.texinfo (Machine Code): more index entries for disassemble
6773
6774Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
6775
6776 * Clarify the intended use of the gdb-testers and gdb-patches
6777 mailing lists, and shrink gzip comment.
6778
6779Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6780
6781 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
6782 DOSHOST configuration of manual.
6783
6784 * gdb.texinfo (MIPS Stack): new node.
6785
6786 * all-config.texi (MIPS) new switch.
6787
6788 * gdbinv-s.texi (Nindy Options) Remove two instances of future
6789 tense; (MIPS Remote) new node.
6790
6791 * gdb.texinfo (passim) rephrases to work around makeinfo @value
6792 bug; (Environment) less passive, other small cleanups in text about
6793 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
6794 (Remote) new MIPS Remote menu entry.
6795
6796Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
6797
6798 * stabs.texinfo: Many changes to include information from the
6799 AIX documentation.
6800
6801 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
6802
6803Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
6804
6805 * gdbint.texinfo (new node Debugging GDB, elsewhere):
6806 Move a bunch of information from ../README.
6807 (Getting Started): New node.
6808
6809Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6810
6811 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
6812
6813 * gdb.texinfo: advance manual revision dates to present
6814
6815 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
6816 stop using silly Roman numerals in @set variable names
6817
6818Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
6819
6820 * stabs.texinfo (Parameters): Keep trying to get this right.
6821
6822Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
6823
6824 * stabs.texinfo (Parameters): More on "local parameters".
6825
6826Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
6827
6828 * stabs.texinfo (Parameters): Re-do "local parameters" section.
6829
6830Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
6831
6832 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
6833 (Parameters): Rewrite.
6834 (xcoff-differences, Sun-differences): Minor changes.
6835
6836Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
6837
6838 * stabs.texinfo: Minor cleanup.
6839
6840Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
6841
6842 * gdbint.texinfo: Minor xcoff stuff.
6843
6844Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
6845
6846 * gdbint.texinfo: Update for new config directory structure.
6847 Add info about internal type data structures.
6848
6849Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
6850
6851 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
6852 $(srcdir).
6853 (gdb-config.texi): Depend on file in $(srcdir).
6854
6855Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
6856
6857 * stabs.texinfo: Fixes about N_SO.
6858
6859Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6860
6861 * gdb.texinfo: include list of nonstandard init file names
6862
6863 * *-config.texi: new switch GENERIC for text that applies *only*
6864 to (usual) multiple-target version of manual
6865
6866 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
6867 h8 config
6868
6869 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
6870 in menus (rather than conditionally selected multiple alternative
6871 menus).
6872
6873 * Makefile.in: define and use DOC_CONFIG var to select
6874 configuration for GDB user manual.
6875
6876 * gdb-config.texi: delete from repository, generate from Makefile.
6877
6878 * all-config.texi: normal `generic' configuration file, formerly
6879 stored as gdb-config.texi
6880
6881Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
6882
6883 * Makefile.in: add dvi target to build all .dvi files
6884
6885Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6886
6887 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
6888
6889Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
6890
6891 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
6892 host conditionals.
6893 * stabs.texinfo: More array fixes inspired by Jim's.
6894
6895Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
6896
6897 * stabs.texinfo: Fixes re arrays and continuations.
6898
6899 * gdbint.texinfo: Add XCOFF node.
6900
6901Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
6902
6903 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
6904
6905Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
6906
6907 * stabs.texinfo: Fix for array types to mention lower bounds.
6908
6909Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
6910
6911 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
6912
6913Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
6914
6915 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
6916
6917Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
6918
6919 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
6920 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
6921
6922Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
6923
6924 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
6925
6926Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6927
6928 * gdb.texinfo, gdbinv-s.texi: misc updates
6929
6930Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
6931
6932 * gdbint.texinfo: Brief documentation for longjmp support,
6933 from an email msg by Stu.
6934
6935Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
6936
6937 * stabs.texinfo: Fix description of floating point "range"
6938 types (which really define basic types). Reported by Jim Meehan,
6939 <meehan@src.dec.com>.
6940
6941 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
6942
6943Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
6944
6945 * gdbint.texinfo: Slightly expand section on supporting a new
6946 object file format.
6947
6948Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
6949
6950 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
6951 intermediate file.
6952
6953Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6954
6955 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
6956
6957Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6958
6959 * gdbinv-s.texi: z8000 simulator target name is just "sim"
6960
6961 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
6962 as well as Z8002.
6963
6964Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
6965
6966 * gdbint.texinfo: Add sections on clean design and on how to send
6967 in changes.
6968
6969Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
6970
6971 * gdbint.texinfo: Add how to declare the result of make_cleanup.
6972
6973Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
6974
6975 * gdb.texinfo: Fix typo, reported by Karl Berry.
6976
6977Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
6978
6979 * gdb.texinfo: Add opcodes dir to GDB distribution description.
6980
6981Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6982
6983 * gdbint.texinfo: fixed a stray email address (needs @@),
6984 added @table @code to node "Native Conditionals"
6985
6986Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
6987
6988 * gdbint.texinfo: Describe coding style of GDB.
6989
6990Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
6991
6992 * stabs.texinfo: Minor wording changes.
6993
6994Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
6995
6996 * gdbint.texinfo: Improve release doc slightly.
6997
6998Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
6999
7000 * gdbint.texinfo: Improve doc of GDB config macros.
7001
7002Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
7003
7004 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
7005 These will be reinserted when examined.
7006
7007Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
7008
7009 * gdbint.texinfo: Make a start at documenting all the #if macros
7010 in GDB. At least list them all, and start separating them into
7011 host-specific and target-specific.
7012
7013Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
7014
7015 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 7016 examples (not consistent w others).
c906108c
SS
7017 gdb.texinfo: issue disclaimer paragraph on cmdline options only
7018 for generic vn of doc
7019
7020Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
7021
7022 * Makefile.in: always create installation directories.
7023
7024Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
7025
7026 * gdb.texinfo: in h8 config, do not describe searching commands.
7027
7028Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
7029
7030 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
7031 conditionals; introduce a few generic switches that may be
7032 useful for other cross-dev or dos-hosted configs.
7033
7034 * gdb.texinfo: fix typo in "info reg" description
7035
7036Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
7037
7038 * stabs.texinfo: Minor updates from running TeX over it.
7039 * Makefile.in (stabs.dvi, stabs.ps): Add.
7040
7041Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
7042
7043 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
7044 First pass at converting it to texinfo.
7045
7046Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
7047
7048 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
7049 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
7050
7051Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
7052
7053 * gdbint.texinfo: Add section on partial symbol tables.
7054
7055Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
7056
7057 * gdb.texinfo: document `set remotedebug' and `set
7058 rstack_high_address'.
7059
7060Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
7061
7062 * gdb.texinfo: slight expansion of new text on reading info files
7063 * gdbinv-s.m4.in: correct and expand info on cross-debugging
7064 H8/300 from DOS.
7065
7066Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
7067
7068 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
7069
7070Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
7071
7072 * gdb.texinfo: Say how to read the `info' files.
7073
7074Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
7075
7076 * Makefile.in: gm4 -> m4.
7077
7078Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
7079
7080 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
7081 Documentation' ahead of `Installing GDB' to match README.
7082 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 7083 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
7084
7085Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
7086
7087 * Makefile.in: remove $(srcdir) from gdb.info rule.
7088
7089Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
7090
7091 * Makefile.in: commented out gdb-all.texinfo rule. This is
7092 temporary.
7093
7094Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
7095
7096 * Makefile.in, configure.in: removed traces of namesubdir,
7097 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
7098 copyrights to '92, changed some from Cygnus to FSF.
7099
7100Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
7101
7102 * gdb.texinfo: Improve how we ask for bug reports.
7103
7104Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
7105
7106 * Makefile.in: infodir belongs in datadir.
7107
7108Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
7109
7110 * Makefile.in: remove spaces following hyphens, bsd make can't
7111 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 7112 standards.text support.
c906108c
SS
7113
7114Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
7115
7116 * Makefile.in: idestdir and ddestdir go away. Added copyrights
7117 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
7118 and mandir now keyed off datadir by default.
7119
7120\f
7121Local Variables:
9e9c5ae7 7122mode: change-log
c906108c
SS
7123left-margin: 8
7124fill-column: 74
7125version-control: never
7126End:
This page took 1.187183 seconds and 4 git commands to generate.