* gold.cc: Include "incremental.h".
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
4e5d721f
DE
12009-08-31 Jacob Potter <jdpotter@google.com>
2 Doug Evans <dje@google.com>
3
4 * gdb.texinfo (Caching Data of Remote Targets): Update text.
5 Mark `set/show remotecache' options as obsolete.
6 Document new `set/show stack-cache' option.
7 Update text for `info dcache'.
8
55333a84
DE
92009-08-27 Doug Evans <dje@google.com>
10
11 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
12 (Files): Add note on new optional regex arg to `info sharedlibrary'.
13
bc3a0b4d
RW
142009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15
16 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
17 about autoconf.
18
3a1ff0b6
PA
192009-08-25 Pedro Alves <pedro@codesourcery.com>
20
21 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
22 small example, and describe its columns. Replace "inferior-id" by
23 "infno" throughout.
24
81ecdfbb
RW
252009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
26
af542c2e
RW
27 * gdbint.texinfo (Releasing GDB): Point to
28 README-maintainer-mode file for required autoconf version.
29 * configure.ac: Do not substitute datarootdir, htmldir,
30 pdfdir, docdir. Do not process --with-datarootdir,
31 --with-htmldir, --with-pdfdir, --with-docdir.
32 * configure: Regenerate.
33
81ecdfbb
RW
34 * configure: Regenerate.
35
4efc6507
DE
362009-08-20 Reid Kleckner <reid@kleckner.net>
37
38 * gdb.texinfo: Add chapter on JIT interface.
39
43089a6e
NR
402009-08-07 Nick Roberts <nickrob@snap.net.nz>
41
42 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
43 confirmation request.
44
99e008fe
EZ
452009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
46
47 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
48 CRC definitions.
49
48cb2d85
VP
502009-08-03 Vladimir Prus <vladimir@codesourcery.com>
51
52 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
53 -break-commands.
54
ff1a52c6
UW
552009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
56
57 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
58 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
59
3285f3fe
UW
602009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
61
62 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
63 "set spu stop-on-load" and "show spu stop-on-load" commands.
64
e35359c5
UW
652009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
66
67 * gdb.texinfo (Target Descriptions): Document <compatible> element.
68
58d6951d
DJ
692009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
70
71 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
72 org.gnu.gdb.arm.neon.
73
08d16641
PA
742009-07-20 Pedro Alves <pedro@codesourcery.com>
75
76 * gdb.texinfo (Target Description Format): Mention the new <osabi>
77 optional element.
78 (subsection OS ABI): New subsection.
79
782b2b07
SS
802009-07-14 Stan Shebs <stan@codesourcery.com>
81
82 * gdb.texinfo (Tracepoint Conditions): New section.
83 (General Query Packets): Describe ConditionalTracepoints.
84 (Tracepoint Packets): Describe condition field.
85 (Maintenance Commands): Describe maint agent-eval.
86 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
87
9b117ef3
HZ
882009-07-11 Hui Zhu <teawater@gmail.com>
89
90 * gdb.texinfo (disassemble): Add a new modifier /r
91 to "disassemble" command to make it print the raw instructions
92 in hex as well as in symbolic form.
93
f5a33284
TT
942009-07-09 Tom Tromey <tromey@redhat.com>
95
96 * gdbint.texinfo (Testsuite): Document parallel make check.
97
812f7342
TT
982009-07-09 Tom Tromey <tromey@redhat.com>
99
100 * gdbint.texinfo (Testsuite): Document test transcripts.
101
fbb8f299
PM
1022009-07-10 Phil Muldoon <pmuldoon@redhat.com>
103
104 * gdb.texinfo (Values From Inferior): Add length parameter
105 description.
106
dd8f35ac
EZ
1072009-07-04 Chris Genly <chris@genly.us>
108
109 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
110 in -var-list-children. Fix example according to what the code
111 does.
112
2277426b
PA
1132009-07-02 Pedro Alves <pedro@codesourcery.com>
114
115 * gdb.texinfo (Debugging multiple inferiors): Document the
116 "inferior", "detach inferior" and "kill inferior" commands.
117 (Debugging Programs with Multiple Processes): Adjust to mention
118 generic "inferior" commands. Delete mention of "detach fork" and
119 "delete fork". Cross reference to "Debugging multiple inferiors"
120 section.
121
a6d9a66e
UW
1222009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
123
5af949e3
UW
124 * gdbint.texinfo (Item Output Functions): Update signature
125 for ui_out_field_core_addr.
126
1272009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
128
129 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
130 Update example code extrated from breakpoint.c.
131
9901a55b
PP
1322009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
133
134 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
135 MI commands.
136 (GDB/MI Symbol Query): Likewise.
137 (GDB/MI File Commands): Likewise.
138 (GDB/MI File Transfer Commands): Likewise.
139 (GDB/MI Target Manipulation): Likewise.
140 (GDB/MI Miscellaneous Commands): Likewise.
141
edb3359d
DJ
1422009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
143
144 * gdb.texinfo (Debugging Optimized Code): New chapter.
145 (Compiling for Debugging): Reference it. Move some
146 text to the new section.
147
7cd1089b
PM
1482009-06-15 Phil Muldoon <pmuldoon@redhat.com>
149
150 * doc/gdb.texinfo (Calling): Document
151 set-unwind-on-terminating-exception usage.
152
d4db2f36
PA
1532009-06-11 Pedro Alves <pedro@codesourcery.com>
154
155 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
156 command.
157
d1a7880c
PA
1582009-06-07 Pedro Alves <pedro@codesourcery.com>
159
160 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
161 references.
162
473f94e6
UW
1632009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
164
165 * gdbint.texinfo: Rename formal parameters to gdbarch function
166 protoypes from "current_gdbarch" to "gdbarch".
167
8f500870
TT
1682009-05-28 Tom Tromey <tromey@redhat.com>
169
170 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
171
b6313243
TT
1722009-05-27 Tom Tromey <tromey@redhat.com>
173
174 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
175 feature.
176 (GDB/MI Variable Objects): Document -var-set-visualizer.
177
1782009-04-02 Tom Tromey <tromey@redhat.com>
179
180 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
181 feature.
182 (GDB/MI Variable Objects): Document -var-set-visualizer.
183
a6bac58e
TT
1842009-05-27 Tom Tromey <tromey@redhat.com>
185 Thiago Jung Bauermann <bauerman@br.ibm.com>
186 Phil Muldoon <pmuldoon@redhat.com>
187
188 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
189 (Pretty Printing): New node.
190 (Selecting Pretty-Printers): Likewise.
191 (Python API): Update.
192 (Output Formats): Document /r format.
193
2c74e833
TT
1942009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
195 Tom Tromey <tromey@redhat.com>
196
197 * gdb.texinfo (Types In Python): New node.
198 (Values From Inferior): "type" is now an attribute.
199 (Python API): Update.
200
89c73ade
TT
2012009-05-27 Tom Tromey <tromey@redhat.com>
202 Thiago Jung Bauermann <bauerman@br.ibm.com>
203 Phil Muldoon <pmuldoon@redhat.com>
204
205 * gdb.texinfo: Add @syncodeindex for `tp'.
206 (Python API): Update.
207 (Auto-loading): New node.
208 (Objfiles In Python): New node.
209
17a37d48
PP
2102009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
211
212 * gdb.texinfo (Threads): Document libthread-db-search-path.
213
6718376f
NR
2142009-05-15 Nick Roberts <nickrob@snap.net.nz>
215
216 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
217
cbe54154
PA
2182009-05-12 Pedro Alves <pedro@codesourcery.com>
219
220 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
221 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
222 show show-debug-regs' docs.
223
8e05493c
EZ
2242009-05-08 Eli Zaretskii <eliz@gnu.org>
225
226 * gdb.texinfo (Process Record and Replay): Add description of
227 reverse execution.
228
b39f4988
JB
2292009-05-07 Joel Brobecker <brobecker@adacore.com>
230
231 * gdbint.texinfo (Adding support for debugging core files): New node.
232 (Native Debugging): Remove the ``Native core file Support'' section.
233
a2311334
EZ
2342009-05-01 Eli Zaretskii <eliz@gnu.org>
235
236 * gdb.texinfo (Process Record and Replay): Improve and clarify.
237 Add index entries.
238
53cc454a
HZ
2392009-04-30 Hui Zhu <teawater@gmail.com>
240 Michael Snyder <msnyder@vmware.com>
241
a2311334
EZ
242 * gdb.texinfo: (Process Record and Replay): Add documentation for
243 process record and replay.
53cc454a 244
484086b7
JK
2452009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
246
247 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
248 a new part on command-line defined macros.
249
32ae1842
EZ
2502009-04-25 Eli Zaretskii <eliz@gnu.org>
251
252 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
253 clarify the wording.
254
b14b1491
TT
2552009-04-23 Tom Tromey <tromey@redhat.com>
256
257 * gdb.texinfo (Data Files): New node.
258 (GDB Files): Update menu.
259
5c1e86e1
JB
2602009-04-23 Joel Brobecker <brobecker@adacore.com>
261
262 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 263 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 264
83eba9b7
VP
2652009-04-22 Vladimir Prus <vladimir@codesourcery.com>
266
267 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
268
e31198c4
HZ
2692009-04-22 Hui Zhu <teawater@gmail.com>
270
271 * gdb.texinfo (disassemble-next-line): Set the default of
272 disassemble-next-line to off.
273
26e251b6
JM
2742009-04-21 Joseph Myers <joseph@codesourcery.com>
275
276 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
277 --with-htmldir): New.
278 * configure: Regenerate.
279 * Makefile.in (datarootdir, docdir): Define.
280 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
281 instead of $(SET_TEXINPUTS).
282 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
283 gdbint.info instead of $(SET_TEXINPUTS).
284 (gdbint/index.html): Use same -I options as for building
285 gdbint.info.
286 (stabs.dvi, stabs.pdf): Use same -I options as for building
287 stabs.info instead of $(SET_TEXINPUTS).
288 (stabs/index.html): Use same -I options as for building
289 stabs.info.
290 (annotate.dvi, annotate.pdf): Use same -I options as for building
291 annotate.info instead of $(SET_TEXINPUTS).
292 (annotate/index.html): Use same -I options as for building
293 annotate.info.
294
eac35c4e
DD
2952009-04-21 David Daney <ddaney@caviumnetworks.com>
296
297 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
298
29b0e8a2
JM
2992009-04-21 Joseph Myers <joseph@codesourcery.com>
300
301 * gdb.texinfo (Source Path): Document --with-relocated-sources.
302
2b831889
JM
3032009-04-18 Carlos O'Donell <carlos@codesourcery.com>
304 Joseph Myers <joseph@codesourcery.com>
305
306 * Makefile.in (MAKEHTML): Set to makeinfo --html.
307 (MAKEHTMLFLAGS): Set to empty.
308 (html__strip_dir): Define.
309 (HTMLFILES): Define.
310 (HTMLFILES_INSTALL): Define.
311 (install-html): Copy new automake rule.
312 (html): Depend on $(HTMLFILES).
313 (gdb_toc.html): Rename to gdb/index.html.
314 (gdbint_toc.html): Rename to gdbint/index.html.
315 (stabs_toc.html): Rename to stabs/index.html.
316 (annotate_toc.html): Rename to annotate/index.html.
317
89a34d1b
JM
3182009-04-17 Carlos O'Donell <carlos@codesourcery.com>
319
320 * Makefile.in: Set pdfdir and htmldir from configure
321 substitutions.
322 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
323 * configure: Regenerate.
324
a2d5da46
JB
3252009-04-16 Joel Brobecker <brobecker@adacore.com>
326
327 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
328 This macro is no longer used.
329
732f6a93
TT
3302009-04-15 Tom Tromey <tromey@redhat.com>
331
332 * gdb.texinfo (Character Sets): Document default character set.
333
87f9adc1
PM
3342009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
335
336 * gdbint.texinfo: Change server name from sources.redhat.com to
337 sourceware.org throughout.
338
2c88c651
JB
3392009-04-09 Joel Brobecker <brobecker@adacore.com>
340
341 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
342 about a missing dot or coma after @xref.
343
4f5376b2
JB
3442009-04-02 Joel Brobecker <brobecker@adacore.com>
345
346 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
347 example, and add a small explanation about it.
348 (Print Settings): Change the documentation of the "set print
349 frame-arguments" to reflect the fact that the default is now "scalars".
350
a0381d3a
JB
3512009-04-02 Joel Brobecker <brobecker@adacore.com>
352
353 * gdb.texinfo (Print Settings): Add kindex for command "set
354 print frame-arguments".
355
45ac276d
JB
3562009-03-31 Joel Brobecker <brobecker@adacore.com>
357
358 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
359 breakpoints.
360 (Set Breaks): Add reference to thread-specific and task-specific
361 breakpoints.
362
32cd1edc
JB
3632009-03-31 Joel Brobecker <brobecker@adacore.com>
364
365 * gdb.texinfo (Ada Tasks): Remove the documentation about
366 the "Running" state, as this state has been eliminated.
367 Now all runnable tasks are shown as "Runnable".
368
1042e4c0
SS
3692009-03-30 Stan Shebs <stan@codesourcery.com>
370
371 * gdb.texinfo (Tracepoints): Describe tracepoints as a
372 special case of breakpoints.
373 (Enable and Disable Tracepoints): Mention deprecation.
374 (Listing Tracepoints): Update description and example.
375
f8f6f20b
TJB
3762009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
377
378 * gdb.texinfo (Frames in Python): New node.
379 (Python API): Update.
380
c0c6f777
TJB
3812009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
382
383 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
384 from a method to an attribute.
385
def2b000
TJB
3862009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
387
388 * gdb.texinfo (Values From Inferior): Document is_optimized_out
389 attribute.
390
a07daef3
PA
3912009-03-25 Pedro Alves <pedro@codesourcery.com>
392
393 * observer.texi (thread_exit): Add "silent" parameter.
394
f3b1572e
PA
3952009-03-22 Pedro Alves <pedro@codesourcery.com>
396
397 * observer.texi (about_to_proceed): New.
398
587afa38
EZ
3992009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
400
401 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
402 field throughout to handle types with spaces in them. Fix typos
403 found by aspell.
404 (Summary, Requirements, Contributors): New first chapter,
405 "Summary" added, old Requirements section moved there, and new
406 section, "Contributors" added.
407 (Initializing a New Architecture, Register Representation)
408 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
409 (Porting gdb): These sections extended and updated.
410 (Compiler Characteristics): This section (empty) deleted.
411 (Defining Other Architecture Features): This section renamed and
412 duplicate material removed from (formerly "Target Conditionals").
413 Use braces {} in @deftypeXX type field throughout to handle types
414 with spaces in them. Typos found by aspell fixed.
415
416 * stack_frame.svg: New file, source of image for gdbint.texinfo.
417 * stack_frame.pdf: Version of image for PDF output.
418 * stack_frame.png: Version of image for HTML output and for Emacs.
419 * stack_frame.txt: Version of image for Info output.
1db61298 420 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 421
10af6951
EZ
4222009-03-21 Eli Zaretskii <eliz@gnu.org>
423
424 * gdb.texinfo (Character Sets): Fix last change.
425
cc924cad
TJB
4262009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
427
428 * gdb.texinfo (Values From Inferior): Fix optional arguments
429 markup.
430 (Commands In Python): Adjust argument names of gdb.Command.__init__
431 to what the function accepts as keywords.
432
bc3b79fd
TJB
4332008-03-20 Tom Tromey <tromey@redhat.com>
434
435 * gdb.texinfo (Convenience Vars): Document convenience functions.
436 (Functions In Python): New node.
437 (Python API): Update.
438
6c7a06a3
TT
4392009-03-20 Tom Tromey <tromey@redhat.com>
440
441 * gdb.texinfo (Character Sets): Remove obsolete text. Document
442 set target-wide-charset.
443 (Requirements): Mention iconv.
444
b646ddd4
HZ
4452009-03-17 Hui Zhu <teawater@gmail.com>
446
447 * gdb.texinfo: Change the introduce of "disassemble-next-line".
448
91440f57
HZ
4492009-03-17 Hui Zhu <teawater@gmail.com>
450
451 * gdb.texinfo: Add documentation for disassemble-next-line.
452
8fd41227
TJB
4532009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
454
455 * gdb.texinfo (Commands In Python): Remove tindex entries.
456
61ff14c6
JK
4572009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
458
459 * gdb.texinfo (Returning): New description for missing debug info.
460
0b16c5cf
PA
4612009-03-14 Pedro Alves <pedro@codesourcery.com>
462
463 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 464 (General Query Packets): Document qAttached.
0b16c5cf 465
32fc0df9
PA
4662009-03-05 Pedro Alves <pedro@codesourcery.com>
467
468 * gdb.texinfo (Background Execution): Better describe the set
469 target-async command.
470 (Maintenance Commands): Delete description of the `maint set/show
471 linux-async' and `maint set/show remote-async' commands.
472
134eb42c
VP
4732009-02-18 Vladimir Prus <vladimir@codesourcery.com>
474
475 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
476 between sentences.
477
c86cf029
VP
4782009-02-18 Vladimir Prus <vladimir@codesourcery.com>
479
480 * gdb.texinfo (GDB/MI Async Records): Document the
481 =library-loaded and =library-unloaded notifications.
482
3ea85240
VP
4832009-02-17 Vladimir Prus <vladimir@codesourcery.com>
484
485 * observer.texi (test_notification): New observer.
486
1d33d6ba
VP
4872009-02-14 Vladimir Prus <vladimir@codesourcery.com>
488
61ff14c6
JK
489 * observer.texi: Add parameter 'print_frame' to normal_stop
490 observer.
1d33d6ba 491
d721c933
EZ
4922009-02-07 Eli Zaretskii <eliz@gnu.org>
493
494 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
495 (Commands In Python): Fix COMMAND_* constants in last change. Use
496 @kbd for interactive input. Add cross-references and index
497 entries.
498
4aa995e1
PA
4992009-02-06 Pedro Alves <pedro@codesourcery.com>
500
501 * gdb.texinfo (Signals): Document $_siginfo.
502 (Convenience Variables): Mention $_siginfo.
503 (Remote Configuration): Document qXfer:siginfo:read,
504 qXfer:siginfo:write packets, and the read-siginfo-object,
505 write-siginfo-object commands.
506
5f5233d4
PA
5072009-02-06 Pedro Alves <pedro@codesourcery.com>
508
509 * gdbint.texinfo (Values): New chapter.
510
d8906c6f
TJB
5112009-02-06 Tom Tromey <tromey@redhat.com>
512
513 * gdb.texinfo (Python API): Add entry for Commands In Python.
514 (Commands In Python): New node.
515
b6cb8e7d
TJB
5162009-02-05 Tom Tromey <tromey@redhat.com>
517
518 * gdb.texinfo (Values From Inferior): Document Value.string.
519
12453b93
TJB
5202009-02-05 Tom Tromey <tromey@redhat.com>
521
522 * gdb.texinfo (Basic Python): Document execute's from_tty
523 argument.
524
08c637de
TJB
5252009-02-04 Tom Tromey <tromey@redhat.com>
526
527 * gdb.texinfo (Basic Python): Document gdb.history.
528
592375cd
VP
5292009-01-30 Vladimir Prus <vladimir@codesourcery.com>
530
531 * gdb.texinfo (GDB/MI Thread Commands): Document the
532 'current-thread-id' field. Remove the example with zero threads,
533 since current GDB won't ever report that if there's inferior.
534
41447f92
VP
5352009-01-30 Vladimir Prus <vladimir@codesourcery.com>
536
537 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
538 option to -break-insert.
539
098b41a6
JG
5402009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
541 Jerome Guitton <guitton@adacore.com>
542
543 * gdb.texinfo (Startup): Document --with-system-gdbinit.
544 (System-wide configuration): New section.
545
3c16cced
PA
5462009-01-26 Pedro Alves <pedro@codesourcery.com>
547
548 PR gdb/7580:
549 * gdb.texinfo (Maintenance Commands): Document "maint set|show
550 internal-error|internal-warning quit|corefile ask|yes|no".
551
62709adf
PA
5522009-01-26 Pedro Alves <pedro@codesourcery.com>
553
554 * gdb.texinfo (Using the `gdbserver' Program): Document
555 --remote-debug.
556
7ce58dd2
DE
5572009-01-23 Doug Evans <dje@google.com>
558
559 * gdb.texinfo: Add nexti to list of commands that support
560 background execution.
561
adb483fe
DJ
5622009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
563
564 * gdb.texinfo (Define, Hooks): Document prefix command support.
565
a67ec3f4
JM
5662009-01-14 Joseph Myers <joseph@codesourcery.com>
567 Carlos O'Donell <carlos@codesourcery.com>
568
569 Fixes for makeinfo --html.
570
571 * annotate.texinfo: Use @copying and @insertcopying. Use
572 @ifnottex in place of @ifinfo.
573 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
574 place of @ifinfo. Use @ifnotinfo for one index entry.
575 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
576 in place of @ifinfo.
577 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
578 in place of @ifinfo. Include contents at start unconditionally.
579
84fcdf95
PA
5802009-01-13 Pedro Alves <pedro@codesourcery.com>
581
582 * gdb.texinfo (General Query Packets): Remove @var{} around the
583 "spu" literal string.
584
fa3a767f
PA
5852009-01-07 Pedro Alves <pedro@codesourcery.com>
586
587 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
588 program may be running in another process" errors.
589 * gdbint.texinfo (Native Conditionals): Delete
590 ONE_PROCESS_WRITETEXT description.
591
9cb011d3
JB
5922009-01-07 Joel Brobecker <brobecker@adacore.com>
593
594 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
595 emacs local variable to be placed at the end of the ChangeLog.
596 Add server.c and gdbreplay.c to the list of files where the
597 copyright year needs to be updated.
598
84603566
SL
5992009-01-06 Sandra Loosemore <sandra@codesourcery.com>
600
601 * gdb.texinfo (Remote Configuration): Document new
602 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
603 commands.
604
a53f55d8
PA
6052008-12-28 Pedro Alves <pedro@codesourcery.com>
606
607 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
608 FETCH_INFERIOR_REGISTERS.
609 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
610 FETCH_INFERIOR_REGISTERS descriptions. Remove
611 gdbarch_get_longjmp_target descrition, since already described in
612 Target Conditionals. Move gdbarch_fp0_regnum description to ...
613 (Target Conditionals): ... here.
614
077e0a52
JB
6152008-12-16 Joel Brobecker <brobecker@adacore.com>
616
617 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
618 examples.
619 (Additions to Ada): Likewise. Add the missing opening and closing
620 parenthesis of the GDB prompt in one of the examples.
621
023eb17c
JB
6222008-12-14 Joel Brobecker <brobecker@adacore.com>
623
624 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
625 about the result of 'Address not being of type System.Address.
626 This problem has been fixed a while ago.
627
c3b108f7
VP
6282008-12-02 Vladimir Prus <vladimir@codesourcery.com>
629
630 MI non-stop and multiprocess docs.
631
632 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
633 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
634 Adjust documentation for *stopped, document =thread-created,
635 =thread-exited, =thread-group-created and =thread-group-exited.
636 (GDB/MI Thread Commands): Document the 'state' field in
637 -thread-info output.
638 (GDB/MI Program Execution): Mention --all and --thread-group
639 options.
640 (GDB/MI Variable Objects): Describe floating and fixed variable
641 objects.
642 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
643
07e059b5
VP
6442008-12-02 Vladimir Prus <vladimir@codesourcery.com>
645
646 * gdb.texinfo (Operating System Information): New appendix.
647 (Operating System Auxiliary Information): Document 'info os processes'
648 (Remote Configuration): Document 'osdata'
649 (General Query Packets): Document qXfer:osdata:read.
650
a80b95ba
TG
6512008-11-27 Tristan Gingold <gingold@adacore.com>
652
653 * gdb.texinfo (Darwin): Document Darwin specific features.
654
a655d424
JK
6552008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
656
657 * gdbint.texinfo (Target Conditionals): Extend the
658 gdbarch_breakpoint_from_pc description.
659
249e1128
VP
6602008-11-22 Vladimir Prus <vladimir@codesourcery.com>
661
662 * gdb.texinfo (M68K Features): Fix typo.
663
c14c28ba
PP
6642008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
665
666 * gdb.texinfo (Symbols): Mention printing containing
667 image name in "info symbol".
668 (Maint translate-address): Likewise.
669
394a6666
JB
6702008-11-18 Joel Brobecker <brobecker@adacore.com>
671
672 * gdb.texinfo (Set Catchpoints): Remove the documentation of
673 commands "catch load" and "catch unload".
674
66bb093b
VP
6752008-11-17 Vladimir Prus <vladimir@codesourcery.com>
676
677 * gdb.texinfo (GDB/MI Async Records): Document
678 =thread-selected.
679
4a92f99b
VP
6802008-11-17 Vladimir Prus <vladimir@codesourcery.com>
681
682 * observer.texi (new_inferior, inferior_exit): New observers.
683
f0323ca0
PA
6842008-10-27 Pedro Alves <pedro@codesourcery.com>
685
686 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
687 .mt files, TM_CLIBS or TM_CDEPS.
688 (x86 Watchpoints): Don't mention TDEPFILES.
689
8b23ecc4
SL
6902008-10-24 Sandra Loosemore <sandra@codesourcery.com>
691
692 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
693 (Overview): Mention notifications and non-stop mode behavior.
694 (Packets): Update documentation of ?, vAttach, vCont, and vRun
695 with non-stop mode behavior. Add vStopped description.
696 (Stop Reply Packets): Update list of packets that return
697 stop replies. Mention non-stop behavior.
698 (General Query Packets): Document QNonStop packet and associated
699 qSupported query response.
700 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
701 behavior.
702 (Notification Packets): New section.
703 (Remote Non-Stop): New section.
704 (File-I/O Overview): Mention non-stop behavior.
705
fff08868
HZ
7062008-10-24 Hui Zhu <teawater@gmail.com>
707 Pedro Alves <pedro@codesourcery.com>
708
709 * gdb.texinfo (displaced-stepping): Describe the auto mode
710 setting, and say it's the default. This is now a mainstream
711 setting instead of a maintenance setting.
712
252fbfc8
PA
7132008-10-23 Pedro Alves <pedro@codesourcery.com>
714
715 * observer.texi (thread_stop_requested): New.
716
20924a55
JB
7172008-10-22 Joel Brobecker <brobecker@adacore.com>
718
719 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
720 (Patching): Replace incorrect usage of @samp by @kbd.
721
bacec72f
MS
7222008-10-17 Michael Snyder <msnyder@vmware.com>
723
724 * gdb.texinfo: Add documentation for reverse execution.
725
a08702d6 7262008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 727 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
728
729 * gdb.texinfo. (Values From Inferior): New subsubsection.
730
d97bc12b
DE
7312008-10-06 Doug Evans <dje@google.com>
732
733 * gdb.texinfo (set debug dwarf2-die): Document it.
734
87f67dba
JB
7352008-10-01 Joel Brobecker <brobecker@adacore.com>
736
737 * gdb.texinfo (catch) [exception]: Document how to insert
738 a breakpoint on user-defined exceptions when the exception
739 name is identical to one of the language-defined ones.
740
2fae03e8
TT
7412008-09-27 Tom Tromey <tromey@redhat.com>
742
743 * gdb.texinfo (Macros): Remove text about stringification,
744 varargs, and splicing.
745
5c6ce71d
TT
7462008-09-27 Tom Tromey <tromey@redhat.com>
747
748 * gdbint.texinfo (Language Support): Remove text about omitting
749 support for a language.
750
07128da0
DE
7512008-09-23 Doug Evans <dje@google.com>
752
753 * gdb.texinfo (info dcache): Update.
754
b90a069a
SL
7552008-09-22 Sandra Loosemore <sandra@codesourcery.com>
756
757 * gdb.texinfo (Packets): Add info on thread-id syntax and
758 multiprocess extensions.
759 <D>: Document multiprocess form of packet.
760 <H>: Use thread-id syntax.
761 <T>: Likewise.
762 <vCont>: Likewise. Note this is required for multiprocess.
763 <vKill>: New packet.
764 (Stop Reply Packets) <T>: Use thread-id syntax.
765 <W>: Document multiprocess form of reply.
766 <X>: Likewise.
767 (General Query Packets) <qC>: Use thread-id syntax.
768 <qfThreadInfo>: Likewise.
769 <qGetTLSAddr>: Likewise.
770 <qP>: Likewise.
771 <qSupported>: Add "multiprocess" feature.
772 <qThreadExtraInfo>: Use thread-id syntax.
773
b77209e0
PA
7742008-09-22 Stan Shebs <stan@codesourcery.com>
775
776 * gdb.texinfo (Inferiors): New section.
777
3d0bb823
PA
7782008-09-12 Pedro Alves <pedro@codesourcery.com>
779
780 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
781
f8dcfc0a
UW
7822008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
783
784 * gdbint.texinfo (Target Conditionals): Remove documentation
785 for gdbarch_name_of_malloc.
786
8775bb90
MS
7872008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
788
789 * gdb.texinfo (Interrupts): Mention TCP interface for
790 sending BREAK.
791
f1838a98
UW
7922008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
793
794 * gdb.texinfo (Commands to Specify Files): Document "remote:"
795 argument prefix to "set sysroot".
796
158c7665
PH
7972008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
798
799 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
800 and False.
801
30e026bb
VP
8022008-08-20 Vladimir Prus <vladimir@codesourcery.com>
803
804 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
805 for possible features of -list-features.
806
c6ebd6cf
VP
8072008-08-19 Vladimir Prus <vladimir@codesourcery.com>
808
809 * gdb.texinfo (Background execution): Adjust example
810 (GDB/MI Miscellaneous Commands): Document -list-target-features.
811
aeac0ff9
VP
8122008-08-19 Vladimir Prus <vladimir@codesourcery.com>
813
814 * doc/gdb.texinfo (PowerPC): Fix typo.
815 (PowerPC features): Fix typo.
816
5231c1fd
PA
8172008-08-18 Pedro Alves <pedro@codesourcery.com>
818
819 * observer.texi (thread_ptid_changed): New.
820
677c5bb1
LM
8212008-08-18 Luis Machado <luisgpm@br.ibm.com>
822
823 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
824 (PowerPC features): Mention feature set for VSX registers.
825
f3a2dd1a
JB
8262008-08-13 Joel Brobecker <brobecker@adacore.com>
827
828 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
829 the direct visibility of all names in user-written packages.
830
33e5cbd6
PA
8312008-08-13 Pedro Alves <pedro@codesourcery.com>
832
833 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
834 setting, and make it the default.
835 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
836 non-stop script example.
837
d0384fc4
TJB
8382008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
839
840 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
841 reference to the "Using Different Register and Memory Data
842 Representation" section.
843
a6f3e723
SL
8442008-08-12 Sandra Loosemore <sandra@codesourcery.com>
845
846 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
847 (Remote Protocol): Add Packet Acknowledgment to menu.
848 (Overview): Mention +/- can be disabled, and point to new section
849 where this is discussed in detail.
850 (General Query Packets): Document QStartNoAckMode packet, and
851 corresponding qSupported reply.
852 (Packet Acknowledgment): New section.
853
0606b73b
SL
8542008-08-11 Sandra Loosemore <sandra@codesourcery.com>
855 Pedro Alves <pedro@codesourcery.com>
856
857 * gdb.texinfo (Threads): Move paragraph about automatic thread
858 selection to All-Stop Mode subsection.
859 (Thread Stops): Reorganize existing material into subsections.
860 Add introductory blurb and menu.
861 (Non-Stop Mode): New subsection.
862 (Background Execution): New subsection.
863 (Maintenance Commands): Add cross-references from async mode
864 commands to the new Background Execution section.
865
d57a3c85
TJB
8662008-08-06 Tom Tromey <tromey@redhat.com>
867
868 * gdb.texinfo (Extending GDB): New chapter.
869 (Sequences): Demoted chapter, now a section under the new
870 Extending GDB chapter.
871 (Python): New section.
872
6d76a53d
SS
8732008-07-31 Stan Shebs <stan@codesourcery.com>
874
875 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
876
1f70da6a
SS
8772008-07-29 Stan Shebs <stan@codesourcery.com>
878
879 * gdbint.texinfo: General round of cleanup and minor
880 clarifications.
881 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
882 (Longjmp Support): Update description to reflect how it is done
883 for targets without using native header.
884 (Symbol Handling): Add a little more general explanation.
885 (COFF, ELF): Mention stabs encapsulation.
886 (DWARF 3): New section.
887 (Adding a New Host): Scrub out some obsolete bits.
888 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
889 (Host Conditionals): Remove descriptions of NO_STD_REGS,
890 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
891 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
892 SEEK_SET, STOP_SIGNAL, USG.
893 (Raw and Virtual Register Representations): Ditto for
894 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
895 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
896 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
897 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
898 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
899 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
900 DEPRECATED_REGISTER_VIRTUAL_SIZE,
901 DEPRECATED_REGISTER_VIRTUAL_TYPE,
902 DEPRECATED_USE_STRUCT_CONVENTION.
903 Describe gdbarch_deprecated_fp_regnum.
904 Update description of gdbarch_print_insn.
905 (Adding a New Target): Scrub out obsolete bits.
906 (Obsolete Conditionals): Remove entire section.
907
383f836e
TT
9082008-07-25 Tom Tromey <tromey@redhat.com>
909
910 * observer.texi (GDB Observers): Document new observers:
911 breakpoint_created, breakpoint_deleted, breakpoint_modified,
912 tracepoint_created, tracepoint_deleted, tracepoint_modified,
913 architecture_changed.
914
cfd8ab24
SS
9152008-07-21 Stan Shebs <stan@codesourcery.com>
916
917 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
918 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
919
781b42b0
TT
9202008-07-21 Tom Tromey <tromey@redhat.com>
921
922 * observer.texi (GDB Observers): Remove obsolete comment.
923 <executable_changed>: Remove argument.
924
d7d9f01e
TT
9252008-07-18 Tom Tromey <tromey@redhat.com>
926
927 * gdb.texinfo (Macros): Update. Use @code rather than @command.
928
bf250677
DE
9292008-07-10 Doug Evans <dje@google.com>
930
931 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
932
10568435
JK
9332008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
934
935 * gdb.texinfo (Starting): Document "set disable-randomization".
936
5ae4183a
AS
9372008-07-07 Andreas Schwab <schwab@suse.de>
938
939 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
940
b56e7235
VP
9412008-07-06 Vladimir Prus <vladimir@codesourcery.com>
942
943 * gdb.texinfo (GDB/MI Target Manipulation): Add
944 example of -target-attach.
945
e1ac3328
VP
9462008-06-10 Vladimir Prus <vladimir@codesourcery.com>
947
948 * observer.texi (target_resumed): New observer.
5ae4183a 949 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 950
65d12d83
TT
9512008-06-06 Tom Tromey <tromey@redhat.com>
952
953 * gdb.texinfo (Completion): Add field name example.
954
fbc5282e
MK
9552008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
956
957 * gdb.texinfo (GDB/MI Program Context): Added example
958 to -exec-arguments
5ae4183a 959
fbc5282e 9602008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
961
962 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
963 annotation.
964
c16158bc 9652008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
966 Nathan Sidwell <nathan@codesourcery.com>
967 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
968
969 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
970 and ACX_BUGURL.
971 * configure: Regenerate.
972 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
973 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
974 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
975 mailing-list-specific text about bug reporting unless
976 BUGURL_DEFAULT.
977
75c99385
PA
9782008-06-05 Pedro Alves <pedro@codesourcery.com>
979
980 * gdb.texinfo (-target-select): Remove reference to target async.
981 (Maintenance Commands): Document "maint set/show remote-async".
982
1763a388
MK
9832008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
984
985 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
986 in -target-file-get section.
5ae4183a 987
d0d064df
PA
9882008-05-22 Pedro Alves <pedro@codesourcery.com>
989
9b562ab8
PA
990 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
991 killing the inferior when it is already debugging a process.
d0d064df 992
8dfa32fc
JB
9932008-05-21 Joel Brobecker <brobecker@adacore.com>
994
995 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
996 abbreviation for "finish".
997
55f996a7
NR
9982008-05-21 Nick Roberts <nickrob@snap.net.nz>
999
1000 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
1001
ba2b1c56
DJ
10022008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
1003
1004 * gdbint.texinfo (Target Conditionals): Delete entry for
1005 gdbarch_dwarf_reg_to_regnum.
1006
08388c79
DE
10072008-05-09 Doug Evans <dje@google.com>
1008
a3c83fae 1009 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 1010
d14508fe
DE
10112008-05-05 Doug Evans <dje@google.com>
1012
1013 * gdb.texinfo (disassemble): Document /m modifier.
1014
e2b7ddea
VP
10152008-05-05 Vladimir Prus <vladimir@codesourcery.com>
1016
5ae4183a
AS
1017 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
1018 will not report the time of commands that run the target.
e2b7ddea 1019
8eb41542
VP
10202008-05-03 Vladimir Prus <vladimir@codesourcery.com>
1021
1022 * gdb.texinfo (GDB/MI Output Records): Add
1023 missing semicolon.
1024
82f68b1c
VP
10252008-05-03 Vladimir Prus <vladimir@codesourcery.com>
1026
1027 * gdb.texinfo (GDB/MI Output Records):
1028 Document =thread-create and =thread-exited.
1029
fa0f268d
VP
10302008-05-03 Vladimir Prus <vladimir@codesourcery.com>
1031
1032 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 1033 Remove mention of dmi-discuss.
fa0f268d 1034
063bfe2e
VP
10352008-05-03 Pedro Alves <pedro@codesourcery.com>
1036
1037 * observer.texi (thread_exit): New.
1038
237fc4c9
PA
10392008-05-02 Pedro Alves <pedro@codesourcery.com>
1040
1041 * gdb.texinfo (Debugging Output): Document "set/show debug
1042 displaced".
1043 (Maintenance Commands): Document "maint set/show
1044 can-use-displaced-stepping".
1045
0428b8f5
DJ
10462008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
1047
1048 * gdb.texinfo (ARM): Document set/show arm fallback-mode
1049 and set/show arm force-mode.
1050
5009afc5
AS
10512008-05-02 Andreas Schwab <schwab@suse.de>
1052
1053 * gdbint.texinfo (Algorithms): Describe
1054 target_watchpoint_addr_within_range.
1055
669fac23
DJ
10562008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
1057
1058 * gdbint.texinfo (Stack Frames): New chapter.
1059 (Algorithms): Move Frames text to the new chapter.
1060 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
1061 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
1062
721c02de
VP
10632008-04-24 Vladimir Prus <vladimir@codesourcery.com>
1064
5ae4183a
AS
1065 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
1066 output does not necessary include any tokens.
721c02de 1067
c055b101
CV
10682008-04-22 Corinna Vinschen <vinschen@redhat.com>
1069
1070 * gdb.texinfo (Set SH Calling convention): New @item.
1071 (Show SH Calling convention): Ditto.
1072
68837c9d
MD
10732008-04-22 Markus Deuling <deuling@de.ibm.com>
1074
1075 * gdb.texinfo (Fortran Operators): Describe '%' operator.
1076
2e9132cc
EZ
10772008-04-20 Eli Zaretskii <eliz@gnu.org>
1078
1079 * gdb.texinfo (Set Breaks): Mention that multiple location
1080 breakpoints need line number info. Add index entries.
1081
31fffb02
CS
10822008-04-19 Craig Silverstein <csilvers@google.com>
1083
1084 * gdb.texinfo (Requirements): Add an optional requirement on
1085 zlib.
1086 * gdbint.texinfo (Debugging File Formats): Add new subsection for
1087 Compressed DWARF 2.
1088
a47ec5fe
AR
10892008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
1090
1091 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
1092 sample output for 'stopped,reason="breakpoint-hit"' message.
1093 (GDB/MI Program Execution): Likewise.
1094
de051565
MK
10952008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
1096
5ae4183a 1097 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
1098 -var-set-format. Add -f option to -var-evaluate-expression.
1099
6ba66d6a
JB
11002008-04-03 Joel Brobecker <brobecker@adacore.com>
1101
1102 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
1103 new node "Ambiguous Expressions". Replace references to this
1104 node by references to "Ambiguous Expressions" throughout.
1105 (Ambiguous Expressions): New node.
1106
1e26b4f8
DJ
11072008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
1108
1109 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
1110
b84876c2
PA
11112008-03-21 Pedro Alves <pedro@codesourcery.com>
1112
1113 * gdb.texinfo (Debugging Output): Document
1114 "set/show debug lin-lwp-async".
1115 (Maintenance Commands): Document "maint set/show linux-async".
1116
63092375
DJ
11172008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
1118
1119 * gdb.texinfo (Expressions): Update description of malloced arrays.
1120
8e8901c5
VP
11212008-03-15 Vladimir Prus <vladimir@codesourcery.com>
1122
1123 * gdb.texinfo (Thread Commands): Document
1124 -thread-info. Remove -thread-list-all-threads.
1125
1fddbabb
PA
11262008-03-14 Pedro Alves <pedro@codesourcery.com>
1127 Sandra Loosemore <sandra@codesourcery.com>
1128
1129 * gdb.texinfo (Library List Format): Update to mention the
1130 possibility to pass section addresses instead of segment
1131 addresses.
1132
ccd213ac
DJ
11332008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
1134
1135 * gdb.texinfo (Starting): Document "set exec-wrapper".
1136 (Server): Document gdbserver --wrapper.
1137
fa4727a6
DJ
11382008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
1139
1140 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
1141 unreadable memory. Delete obsolete SPARClite reference.
1142
8edfe269
DJ
11432008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
1144
1145 * gdb.texinfo (Starting): Mention always-running targets.
1146 (Target Commands): Add an anchor for load.
1147 (Connecting): Explain continue instead of run.
1148
1843f87b
DJ
11492008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
1150
1151 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
1152
f9082629
NR
11532008-02-26 Nick Roberts <nickrob@snap.net.nz>
1154
1155 * gdb.texinfo (Set Breaks): Revert description of Enb column of
1156 breakpoint table.
1157
fd96d250
PA
11582008-02-19 Pedro Alves <pedro@codesourcery.com>
1159
1160 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
1161 killing the inferior when it is already debugging a process.
1162
36af4ef6
MD
11632008-02-13 Markus Deuling <deuling@de.ibm.com>
1164
1165 * gdbint.texinfo (Build Script): New section. Mention new build script
1166 gdb_buildall.sh.
1167
cda4ce5a
JB
11682008-02-01 Jim Blandy <jimb@red-bean.com>
1169
1170 * gdb.texinfo (Help): Summarize 'info args' correctly.
1171
4acd40f3
TJB
11722008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
1173
1174 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
1175 available in PowerPC architecture.
1176 (Embedded Processors): Change node name of PowerPC item in menu.
1177 (PowerPC): Rename to...
1178 (PowerPC Embedded): this.
1179 (Architectures): Add new PowerPC item in menu.
1180 (PowerPC): New node.
1181
6e6c6f50
DJ
11822008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
1183
1184 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
1185 commands.
1186
5ee187d7
DJ
11872008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
1188
1189 * gdb.texinfo (Setting Catchpoints): Mention features
1190 supported on GNU/Linux.
1191
e275c0d9
NR
11922008-01-30 Nick Roberts <nickrob@snap.net.nz>
1193
1194 * gdb.texinfo (GDB/MI File Commands): Describe new output
1195 field for MI command -file-list-exec-source-file.
1196
2d717e4f
DJ
11972008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
1198
1199 * gdb.texinfo (Using the `gdbserver' Program): Add security
1200 warning. Rearrange into subsections and subsubsections. Document
1201 --multi and --debug. Correct --with-sysroot typo. Update --attach
1202 usage. Make load reference clearer. Document monitor exit.
1203 (Remote Configuration): Document set remote exec-file, attach-packet,
1204 and run-packet.
1205 (Packets): Document vAttach and vRun.
1206
d35a4257 12072008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
1208
1209 * gdb.texinfo (Processes): Mention process command.
1210 detach-on-follow -> detach-on-fork.
1211
c78d192c
DJ
12122008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
1213
1214 * gdbint.texinfo (Native Conditionals): Remove
1215 SHELL_COMMAND_CONCAT and SHELL_FILE.
1216
d35a4257
EZ
12172008-01-26 Eli Zaretskii <eliz@gnu.org>
1218
1219 * gdb.texinfo (Specify Location): Improve wording.
1220
93815fbf
VP
12212008-01-23 Chris Demetriou <cgd@google.com>
1222
1223 * gdb.texinfo (Threads): Document new "set print thread-events"
1224 and "show print thread-events" commands.
1225
2a25a5ba
EZ
12262008-01-19 Eli Zaretskii <eliz@gnu.org>
1227
1228 * gdb.texinfo (Specify Location): New section.
1229 (Delete Breaks, Edit, Set Breaks): Remove description of
1230 locations. Instead, add a reference to "Specify Location".
1231 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
1232 (Symbols): Refer to "Specify Location" for the valid forms of
1233 linespecs and locations.
1234
32c9a795
MD
12352008-01-18 Markus Deuling <deuling@de.ibm.com>
1236
1237 * gdbint.texinfo (Target Conditionals): Replace the description of
1238 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
1239
b17828ca
JB
12402008-01-12 Paul Hilfinger <hilfinger@adacore.com>
1241
1242 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
1243 about &&var, which is rejected by the expression parser.
1244
0aea4bf3
LM
12452008-01-09 Luis Machado <luisgpm@br.ibm.com>
1246
1247 * gdb.texinfo (Output): Update documentation on using printf with DFP
1248 types.
1249
febe4383
TJB
12502008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
1251
1252 * gdb.texinfo (C and C++): Add Decimal Floating Point format
1253 subsubsection.
1254 (Decimal Floating Point format): New subsubsection.
1255
7a404eba
PA
12562008-01-05 Pedro Alves <pedro@codesourcery.com>
1257
1258 * gdb.texinfo (File Options): Remove mention of the attempt to
1259 open a core file with the -p option. Don't list -c as a valid
1260 option to attach to a process.
1261
a4d9b460
PA
12622008-01-05 Pedro Alves <pedro@codesourcery.com>
1263
1264 * gdbint.texinfo (Host Conditionals): Remove mention of
1265 ALIGN_STACK_ON_ENTRY.
1266
6ec2edbe
JB
12672008-01-05 Joel Brobecker <brobecker@adacore.com>
1268
1269 * gdbint.texinfo (Start of New Year Procedure): Add item
1270 describing how to update the source and documentation copyright
1271 notices.
1272
d8b2a693
JB
12732007-12-18 Jim Blandy <jimb@codesourcery.com>
1274
ab209b3a 1275 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
1276 watchpoint explanation into the main description of the watchpoint
1277 command; update synopses of 'watch', 'rwatch', and 'awatch'
1278 commands.
1279
8b4ed427
VP
12802007-12-18 Vladimir Prus <vladimir@codesourcery.com>
1281
1282 * gdb.texinfo (Miscellaneous gdb/mi Commands):
1283 Document 'pending-breakpoints' feature of
1284 -list-features.
1285
37e4754d
LM
12862007-12-17 Luis Machado <luisgpm@br.ibm.com>
1287
669fac23 1288 * gdb.texinfo: Add new parameter's description.
37e4754d 1289
1d3811f6
DJ
12902007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
1291
1292 * gdb.texinfo (Overview): Clarify run-length encoding
1293 example. Remove the restriction on "+" and "-" characters.
1294
c1c25a1a
EZ
12952007-12-15 Eli Zaretskii <eliz@gnu.org>
1296
1297 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
1298
afe8ab22 12992007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 1300
afe8ab22
VP
1301 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
1302 the -f option for -break-insert, remove -r option,
1303 and clarify specification of location.
1304
a6b151f1
DJ
13052007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
1306
1307 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
1308 formatting.
1309 (Remote Debugging): Add File Transfer section.
1310 (Remote Configuration): Document Host I/O packets.
1311 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 1312 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
1313 (Packets): Add vFile.
1314
3b784c4f
EZ
13152007-11-17 Eli Zaretskii <eliz@gnu.org>
1316
1317 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
1318 breakpoints with multiple locations.
1319 (Breakpoint Menus): Improve wording.
1320 (Output): Fix last change.
1321
a4ce5b0d
UW
13222007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
1323
1324 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
1325
1b39d5c0
DE
13262007-11-15 Doug Evans <dje@google.com>
1327
1328 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
1329
7a72d44c
VP
13302007-11-15 Vladimir Prus <vladimir@codesourcery.com>
1331
1332 * gdbint.texinfo (Native Conditionals): Remove
1333 mention of CLEAR_SOLIB.
5ae4183a 1334
6d1829bf 13352007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
1336
1337 * gdb.texinfo (Print Settings): Add documentation for "set/show
1338 print frame-arguments".
1339
1a619819
LM
13402007-11-05 Luis Machado <luisgpm@br.ibm.com>
1341
3b784c4f 1342 * gdb.texinfo (Output): Update printf command's description.
1a619819 1343
55eddb0f
DJ
13442007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
1345
1346 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
1347 powerpc soft-float".
1348
9cceb671
DJ
13492007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
1350
1351 * gdb.texinfo (Files): Correct formatting. Mention Expat
1352 requirement.
1353 (Requirements for Building GDB): Expand the list of Expat
1354 uses.
1355 (Library List Format, Memory Map Format): Mention Expat.
1356 (Target Descriptions): Update Expat wording.
1357
83acabca
DJ
13582007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
1359
1360 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
1361 Document that gdbarch_convert_register_p should return zero for no-op
1362 conversions.
1363
e35879db
UW
13642007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
1365
83acabca 1366 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
1367 of set_gdbarch_sofun_address_maybe_missing back to ...
1368 (Target Conditionals): ... here to fix build break.
1369
203c3895
UW
13702007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
1371
83acabca 1372 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
1373 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
1374 (Compiler Characteristics): ... documentation of
1375 set_gdbarch_sofun_address_maybe_missing.
1376
11411de3
DJ
13772007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
1378
1379 * gdbint.texinfo (Target Conditionals): Use
1380 frame_unwind_register_unsigned in examples instead of
1381 frame_unwind_unsigned_register.
1382
7cc46491
DJ
13832007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
1384
1385 * gdb.texinfo (Predefined Target Types): Add int128
1386 and uint128.
1387 (Standard Target Features): Add PowerPC features.
1388
81adfced
DJ
13892007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
1390
1391 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
1392
c1874924
UW
13932007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
1394
1395 * gdbint.texi (Target Conditionals): Remove documentation
1396 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
1397 gdbarch_extract_return_value, and gdbarch_store_return_value.
1398
f6e56ab3
UW
13992007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
1400
1401 * gdbint.texi (Target Conditionals): Remove documentation of
1402 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
1403
56cf5405
KH
14042007-10-11 Kazu Hirata <kazu@codesourcery.com>
1405
1406 * gdb.texinfo: Mention that inaccessible-by-default is on by
1407 default.
1408
35156bae
DJ
14092007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
1410
1411 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
1412
d983da9c
DJ
14132007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
1414
1415 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
1416 multi-threaded watchpoints.
1417 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
1418 checked. Describe sticky notification. Expand description
1419 of steppable and continuable watchpoints.
1420 (Watchpoints and Threads): New subsection.
1421
fe6fbf8b
VP
14222007-09-28 Vladimir Prus <vladimir@codesourcery.com>
1423
1424 * gdb.texinfo (Setting Breakpoints): Revise
1425 documentation for pending breakpoints. Document
1426 breakpoints with multiple locations.
5ae4183a 1427
084344da
VP
14282007-09-19 Vladimir Prus <vladimir@codesourcery.com>
1429
1430 * gdb.texinfo (Miscellaneous gdb/mi Commands):
1431 Document -list-features.
5ae4183a 1432
82160952
EZ
14332007-09-15 Eli Zaretskii <eliz@gnu.org>
1434
1435 * gdb.texinfo (Output): Spell out which features of C's printf are
1436 not supported by GDB's printf.
7e27a47a
EZ
1437 (Separate Debug Files): More accurate wording regarding build ID
1438 and a reference to the ld manual rather than the Fedora wiki.
82160952 1439
ea37ba09
DJ
14402007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
1441 Jim Blandy <jimb@codesourcery.com>
1442
1443 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
1444 (Examining Memory): Update mentions of the 's' format.
1445 (Automatic Display): Likewise.
1446
b8533aec
DJ
14472007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
1448
1449 * gdb.texinfo: Update the FSF's Back-Cover Text.
1450
83f83d7f
JK
14512007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1452 Eli Zaretskii <eliz@gnu.org>
1453
1454 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
1455 Fixed the ``build ID'' name. New binaries build instructions for the
1456 build ID inclusion. Explain how the commands are specific to the build
1457 ID vs. debug link.
1458
c7e83d54
EZ
14592007-09-01 Eli Zaretskii <eliz@gnu.org>
1460
1461 * gdb.texinfo (Separate Debug Files): Fix last change. Add
1462 indexing for ``build ID'' support.
1463
d3750b24
JK
14642007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1465
1466 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
1467 Enlisted BUILD ID to the debug file searching example.
1468 Included a BUILD ID `.note.gnu.build-id' section description.
1469 Updated/added the debug files splitting instructions for OBJCOPY.
1470
02142340
VP
14712007-08-31 Vladimir Prus <vladimir@codesourcery.com>
1472
1473 * gdb.texinfo (Variable Objects): Adjust docs
1474 for -var-info-expression and document
1475 -var-info-path-expression.
1476
d3bdde98
JB
14772007-08-20 Jim Blandy <jimb@codesourcery.com>
1478
3fb6a982
JB
1479 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
1480 (title page): Include the dedication in the printed manual, as a
1481 separate page after the copyright notice.
5ae4183a 1482
d3bdde98
JB
1483 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
1484 don't break a @var across a line.
1485
c80a96a8
MR
14862007-07-25 Maciej W. Rozycki <macro@mips.com>
1487
1488 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
1489 for include files.
1490
5824a901
NR
14912007-07-12 Nick Roberts <nickrob@snap.net.nz>
1492
1493 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
1494 in annotate.texinfo.
1495 (Command History): Link to new node.
5824a901 1496
d52e7ea3
UW
14972007-07-05 Markus Deuling <deuling@de.ibm.com>
1498
1499 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
1500
5fc14d0a
EZ
15012007-07-05 Eli Zaretskii <eliz@gnu.org>
1502
1503 * gdbint.texinfo (Target Conditionals): Fix last change.
1504
4a9bb1df
UW
15052007-07-03 Markus Deuling <deuling@de.ibm.com>
1506
1507 * gdb.texinfo: Replace following macros by their appropriate gdbarch
1508 routines:
1509 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
1510 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
1511 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
1512 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
1513 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
1514 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
1515 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
1516 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
1517 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
1518 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
1519 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
1520 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
1521 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
1522 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
1523 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
1524 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
1525 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
1526 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
1527 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
1528 (SOFTWARE_SINGLE_STEP_P)
1529
1530 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
1531 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
1532
1533 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
1534 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
1535 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
1536 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
1537 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
1538 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
1539 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
1540 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
1541 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
1542 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
1543
1544 (Converting an existing Target Architecture to Multi-arch): Remove
1545 section.
1546
1547 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
1548 (gdbarch_addr_bits_remove): Add code example.
1549
1550 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
1551
cfa9d6d9
DJ
15522007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
1553
1554 * gdb.texinfo (Remote Configuration): Document library-info-packet.
1555 Add other missing entries. Adjust the table size to fit.
1556 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
1557 stop reasons including the new "library" event.
1558 (General Query Packets): Adjust table widths for qSupported. Mention
1559 qXfer:libraries:read reply to qSupported and document the new packet.
1560 (Library List Format): New section.
1561
159fcc13
JK
15622007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1563
1564 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
1565
f66d1690
MS
15662007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
1567
1568 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
1569
67102876
NR
15702007-06-25 Nick Roberts <nickrob@snap.net.nz>
1571
1572 * gdbint.texinfo (Register and Memory Data): Break sections
1573 into nodes and add a menu.
1574
a4642986
MR
15752007-06-21 Maciej W. Rozycki <macro@mips.com>
1576
1577 * gdb.texinfo (Examining Memory): Document the new behaviour.
1578
e9c17194
VP
15792007-06-21 Vladimir Prus <vladimir@codesourcery.com>
1580
1581 * gdb.texinfo (Standard Target Features): Document
1582 m68k features.
1583
31d99776
DJ
15842007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
1585
1586 * gdb.texinfo (General Query Packets): Document qOffsets changes.
1587
1780a0ed
DJ
15882007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
1589
1590 * gdb.texinfo (Target Description Format): Add version attribute
1591 for <target>.
1592
822b6570
DJ
15932007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
1594
1595 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
1596
f8b73d13
DJ
15972007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
1598
1599 * gdb.texinfo (MIPS Features): New subsection.
1600
0e7f50da
UW
16012007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
1602 Markus Deuling <deuling@de.ibm.com>
1603
1604 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
1605 and qXfer:spu:write packets and mention them under qSupported.
1606
23d964e7
UW
16072007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
1608 Markus Deuling <deuling@de.ibm.com>
1609
1610 * gdb.texinfo (Architectures): Add new SPU section to document
1611 Cell Broadband Engine SPU architecture specific commands.
1612
9f708cb2
VP
16132007-06-09 Vladimir Prus <vladimir@codesourcery.com>
1614
1615 * gdb.texinfo (GDB/MI Variable Objects): Editorial
1616 comments.
1617
7579b5f8
NR
16182007-06-07 Nick Roberts <nickrob@snap.net.nz>
1619
1620 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
1621
bf06d120
JB
16222007-05-29 Jim Blandy <jimb@codesourcery.com>
1623
1624 * gdb.texinfo (Overview): Doc fix.
1625
23776285
MR
16262007-05-22 Maciej W. Rozycki <macro@mips.com>
1627
1628 * gdb.texinfo (Remote Configuration): Document "set/show
1629 remoteflow".
1630
1a69e1e4
DJ
16312007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
1632
bf06d120
JB
1633 * gdb.texinfo (MIPS): Remove documentation for set mips
1634 saved-gpreg-size, show mips saved-gpreg-size, and set mips
1635 stack-arg-size.
1a69e1e4 1636
46ba6afa 16372007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 1638
46ba6afa
BW
1639 * all-cfg.texi (GDBTUI): New.
1640 * gdb.texinfo (Mode Options): Use GDBTUI variable.
1641 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
1642 (TUI Configuration): Edit to improve clarity and fix problems of
1643 both style and content.
5ae4183a 1644
06d3b283
UW
16452007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
1646
1647 * observer.texi (GDB Observers): New observer "new_objfile".
1648
179101d6
UW
16492007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
1650
1651 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
1652
25d5ea92
VP
16532007-04-14 Vladimir Prus <vladimir@codesourcery.com>
1654
1655 * gdb.texinfo (GDB/MI Variable Objects): Document
1656 frozen variables objects.
5ae4183a 1657
ea35711c
DJ
16582007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
1659
1660 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
1661 (Character Sets, Caching Data of Remote Targets): Likewise.
1662 (Targets): Delete Remote node. Move its text...
1663 (Debugging Remote Programs): ...to here. Delete description
1664 of the "remote" command.
1665 (Remote configuration): Delete description of "set remotedevice"
1666 and "show remotedevice".
1667 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
1668
db2e3e2e
BW
16692007-04-11 Bob Wilson <bob.wilson@acm.org>
1670
5ae4183a
AS
1671 * gdb.texinfo (Contributors, Continuing and Stepping)
1672 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
1673 (General Query Packets, File-I/O Remote Protocol Extension)
1674 (Protocol Basics, The F Reply Packet, Write)
1675 (Protocol-specific Representation of Datatypes, Memory Transfer):
1676 Fix hyphenation, punctuation and grammar problems.
1677 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
1678 'section' instead of 'subsection' in the text.
1679 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
1680 (i386): Remove period from section name.
db2e3e2e
BW
1681 (Installing GDB, Requirements, Running Configure, Separate Objdir)
1682 (Config Names, Configure Options): Use @file{configure}.
1683
8a3dae3e
DJ
16842007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
1685
1686 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
1687 and tab expansion.
1688
1a92f856
DJ
16892007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
1690
1691 * gdbint.texinfo (SOM): Correct location of the SOM reader.
1692
79a6e687 16932007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 1694
79a6e687
BW
1695 * gdb.texinfo: Consistently capitalize all significant words in
1696 node names, chapter titles, section titles, and headings. Update
1697 cross references to match.
1698 (Starting and Stopping Trace Experiment): Make node name plural.
1699 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 1700
ad527d2e
PA
17012007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
1702
1703 * gdb.texinfo (WinCE): Delete obsolete subsection.
1704
7ce59000
DJ
17052007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
1706
1707 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
1708 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
1709 references.
1710
8807d78b
DJ
17112007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
1712
1713 * gdb.texinfo (Startup): Delete references to some alternate
1714 names for .gdbinit.
1715 (Thread): Remove LynxOS reference.
1716 (Tandem ST2000): Delete target-specific documentation.
1717 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
1718 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
1719 and GDB_OSABI_LYNXOS.
1720
5f402660
UW
17212007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
1722
1723 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
1724
bac718a6
UW
17252007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
1726
1727 * gdbint.texinfo (Target Conditionals): Remove mention of
1728 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
1729 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
1730
9453113a
DJ
17312007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
1732
1733 * Makefile.in: Add "pdfdir" installation
1734 directory, PDFTEX macro, support for "install-pdf" target,
1735 and rules for making a pdf version of refcard.texi.
1736 * refcard.tex: Specify paper size for PDF output.
1737
ae21e955 17382007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 1739
ae21e955 1740 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 1741
3f94c067 17422007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 1743
3f94c067
BW
1744 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
1745 (Source Path, Character Sets, Macros, Define)
1746 (GDB/MI Result Records, GDB/MI Simple Examples)
1747 (GDB/MI Program Execution, GDB/MI File Commands)
1748 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
1749 (Bug Reporting): Use @value{GCC}.
5ae4183a 1750
12c27660 17512007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 1752
12c27660
BW
1753 * gdb.texinfo (Help): Fix formatting of examples.
1754 (Variables): Use @ifnotinfo instead of @iftex.
1755 (Non-debug DLL symbols): Use @ref instead of @pxref.
1756 (Sparclet File): Use @samp instead of quotes.
5ae4183a 1757
ce9341a1
BW
17582007-03-26 Bob Wilson <bob.wilson@acm.org>
1759
1760 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
1761
c8f4133a
BW
17622007-03-26 Bob Wilson <bob.wilson@acm.org>
1763
1764 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
1765 the order of the nodes.
1766 (C Operators, C Constants, Debugging C): Remove extra menus.
1767 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 1768
c8f4133a 17692007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
1770
1771 * gdb.texinfo (File Options): Add missing parenthesis.
1772 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
1773
c74d0ad8
DJ
17742007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
1775
1776 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
1777
ff6f572f
DJ
17782007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
1779
669fac23 1780 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
1781 case insensitivity.
1782 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
1783
994337c3
NR
17842007-02-18 Nick Roberts <nickrob@snap.net.nz>
1785
1786 * gdb.texinfo (Top): Put Appendix A after numbered sections.
1787 (Files): Add section name to argument list for pxref.
1788 (Non-debug DLL symbols): Don't use `see' for pxref.
1789 (Embedded Processors): Fix typo.
1790 (GDB/MI Breakpoint Commands): Execution commands generate
1791 *stopped not ^done.
1792
eb819d70
NR
17932007-02-13 Nick Roberts <nickrob@snap.net.nz>
1794
1795 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
1796 values for in_scope. Mention that only root variables can be
1797 updated.
1798 (GDB/MI Development and Front Ends): Explain new values may be
1799 added to existing fields.
1800
123dc839
DJ
18012007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
1802
1803 * gdb.texinfo (-target-disconnect): Use @smallexample.
1804 (Requirements): Add anchor for Expat. Update description.
1805 (Target Descriptions): Mention Expat.
1806 (Target Description Format): Document new elements. Use
1807 @smallexample.
1808 (Predefined Target Types, Standard Target Features): New sections.
669fac23 1809 * gdbint.texinfo (Target Descriptions): New section.
123dc839 1810
108546a0
DJ
18112007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
1812
1813 * gdb.texinfo (Target Description Format): Add section on XInclude.
1814
95a98c01
NR
18152006-02-03 Nick Roberts <nickrob@snap.net.nz>
1816
1817 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
1818 command -enable-timings.
1819
f4b3909f
EZ
18202007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
1821
5ae4183a 1822 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
1823 descriptions for new/deleted elements in gdb_osabi. Add missing
1824 description for function generic_elf_osabi_sniff_abi_tag_sections.
1825
c7ba131e
JB
18262007-01-29 Joel Brobecker <brobecker@adacore.com>
1827
1828 * gdb.texinfo (Maintenance Commands): Add documentation for
1829 the new "maint print target-stack" command.
1830
3a60f64e
JK
18312007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1832 Eli Zaretskii <eliz@gnu.org>
1833
f4b3909f 1834 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 1835
c582f8b6
EZ
18362007-01-26 Eli Zaretskii <eliz@gnu.org>
1837
1838 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
1839 Use @value{NGCC} instead of @value{GCC}.
1840
d3e8051b
EZ
18412007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
1842
1843 * agentexpr.texi: Fix typos.
1844 * annotate.texinfo: Likewise.
1845 * gdb.texinfo: Likewise.
1846 * gdbint.texinfo: Likewise.
1847 * observer.texi: Likewise.
1848 * stabs.texinfo: Likewise.
1849
86f04699
EZ
18502007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
1851
1852 * gdbint.texinfo (Support Libraries): Remove mmalloc
1853 entry. Describe readline library.
1854
23181151
DJ
18552007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
1856
1857 * gdb.texinfo (Target Descriptions): New section.
1858 (General Query Packets): Add QPassSignals anchor. Mention
1859 qXfer:features:read under qSupported. Expand mentions of
1860 qXfer:memory-map:read and QPassSignals. Document
1861 qXfer:features:read.
1862
f822c95b
DJ
18632007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
1864
1865 * gdb.texinfo (Commands to specify files): Describe
1866 "set sysroot" and "show sysroot".
1867 (Using the `gdbserver' program): Lowercase argument
1868 to @var. Expand description of setting up GDB on the
1869 host.
1870
8936fcda
JB
18712007-01-05 Joel Brobecker <brobecker@adacore.com>
1872
1873 * gdb.texinfo (Set Catchpoints): Add documentation for the new
1874 catch exception, catch exception unhandled, and catch assert
1875 commands.
1876
e776119f
DJ
18772007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
1878
1879 * gdb.texinfo (Debugging Output): Document "set debug xml"
1880 and "show debug xml".
1881
aa79a185
DJ
18822007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
1883
1884 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
1885
7f893741
JB
18862007-01-01 Joel Brobecker <brobecker@adacore.com>
1887
1888 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
1889
a1b5960f
VP
18902006-12-08 Vladimir Prus <vladimir@codesourcery.com>
1891
1892 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
1893 note in @ignore, to be removed later if nobody complains.
1894
9f470e6e
NR
18952006-12-04 Nick Roberts <nickrob@snap.net.nz>
1896
1897 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
1898 of -var-delete.
1899
765dc015 19002006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 1901
765dc015 1902 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
1903 automatic software/hardware breakpoint usage and
1904 the "set breakpoint auto-hw" command.
765dc015 1905
4b5752d0
VP
19062006-11-21 Vladimir Prus <vladimir@codesourcery.com>
1907
1908 * gdb.texinfo (Memory Access Checking): New.
1909
89be2091
DJ
19102006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
1911
1912 * gdb.texinfo (Remote configuration): Mention
1913 "pass-signals-packet".
1914 (General Query Packets): Document QPassSignals. Fix
1915 a typo.
1916
ca3bf3bd
DJ
19172006-11-14 Maxim Grigoriev <maxim@tensilica.com>
1918
1919 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
1920
427c3a89
DJ
19212006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
1922
1923 * gdb.texinfo (Remote configuration): Rewrite documentation for
1924 packet configuration commands.
1925 (OS Information): Adjust reference to qXfer:auxv:read.
1926 (General Query Packets): Remove references to read-aux-vector-packet
1927 and set remote get-thread-local-storage-address.
1928
7a107747
DJ
19292006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
1930
1931 * gdbint.texinfo (Target Architecture Definition): Add new
1932 Initializing a New Architecture section.
1933
1c56eb0e
EZ
19342006-10-31 David Taylor <dtaylor@emc.com>
1935
1936 * stabs.texinfo (Macro define and undefine): New node describing
1937 stabs for #define and #undef.
1938
f73adfeb
AS
19392006-10-27 Andreas Schwab <schwab@suse.de>
1940
1941 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
1942
fd60e0df
EZ
19432006-10-21 Eli Zaretskii <eliz@gnu.org>
1944
1945 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
1946 clarify on the possible meanings of ``expression'' watched by
1947 watchpoints. Add indexing.
e5ac9b53
EZ
1948 (Prompting, Errors, Invalidation, Annotations for Running)
1949 (Source Annotations): Fix index entries by adding "annotation" to
1950 them, to discriminate from index entries that point to the more
1951 general topic descriptions.
fd60e0df 1952
52bb452f
DJ
19532006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
1954
1955 * gdbint.texinfo (Target Vector Definition): Move most
1956 content into Existing Targets. Add a menu.
1957 (Existing Targets): New section, moved from Target Vector
1958 Definition. Use @subsection.
1959 (Managing Execution State): New section.
1960
58955e58
BW
19612006-10-16 Bob Wilson <bob.wilson@acm.org>
1962
1963 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
1964
c8aa23ab
EZ
19652006-10-15 Eli Zaretskii <eliz@gnu.org>
1966
1967 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
1968 (Command Syntax, Signals, Backtrace, Connecting)
1969 (Remote configuration, Renesas Boards, Console I/O): Fix last
1970 change: use Ctrl- instead of C-, except wrt Emacs.
1971 (File-I/O Examples): Put Ctrl-c in @kbd.
1972 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
1973 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
1974 (Signals, Set Breaks, Set Watchpoints): Document optional
1975 arguments to `info signals' `handle', `info breakpoints', and
1976 `info watchpoints'.
c8aa23ab 1977
e7109c7e
EZ
19782006-10-14 Eli Zaretskii <eliz@gnu.org>
1979
1980 * gdb.texinfo (Backtrace): Fix last change.
1981
de3aea7b
NR
19822006-10-14 Nick Roberts <nickrob@snap.net.nz>
1983
1984 * gdb.texinfo (Backtrace): Order correctly and add other cases.
1985
7f9087cb
BW
19862006-10-10 Bob Wilson <bob.wilson@acm.org>
1987
c8aa23ab
EZ
1988 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
1989 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
1990 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 1991
68437a39
DJ
19922006-09-21 Vladimir Prus <vladimir@codesourcery.com>
1993 Daniel Jacobowitz <dan@codesourcery.com>
1994
1995 * gdb.texinfo (Packets): Document vFlashErase,
1996 vFlashWrite and vFlashDone packets.
1997 (General Query Packets): Document qXfer:memory-map:read.
1998 Add a new feature for qXfer:memory-map:read.
1999 (Memory map format): New section.
2000 (Target Commands): Mention that gdb can write flash.
2001
fd79ecee
DJ
20022006-09-21 Vladimir Prus <vladimir@codesourcery.com>
2003 Daniel Jacobowitz <dan@codesourcery.com>
2004
2005 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
2006 memory regions and "mem auto".
2007
350da6ee
DJ
20082006-09-21 Nathan Sidwell <nathan@codesourcery.com>
2009
2010 * gdbint.texinfo (Array Containers): New section.
2011
2f1acb09
VP
20122006-09-17 Vladimir Prus <vladimir@codesourcery.com>
2013
2014 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
2015 -stack-list-arguments HIGH_FRAME argument can be larger then the
2016 actual number of frames.
2017
2ab1eb7a
VP
20182006-09-07 Vladimir Prus <vladimir@codesourcery.com>
2019
2020 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
2021 -stack-list-locals HIGH_FRAME argument can be larger then the
2022 actual number of frames.
2ab1eb7a 2023
599b237a
BW
20242006-09-02 Bob Wilson <bob.wilson@acm.org>
2025
2026 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
2027 Register Packet Format, Tracepoint Packets): Fix spelling errors.
2028
25ab7e6d
EZ
20292006-09-02 Eli Zaretskii <eliz@gnu.org>
2030
2031 * gdbint.texinfo (Overall Structure): New section "Source Tree
2032 Structure".
2033
940178d3
JB
20342006-08-17 Jim Blandy <jimb@codesourcery.com>
2035
2036 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
2037 responses.
2038
30daae6c
JB
20392006-08-08 Joel Brobecker <brobecker@adacore.com>
2040
2041 * gdb.texinfo (Source Path): Add documentation for new
2042 substitute-path commands.
2043
7fa2210b
DJ
20442006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
2045
2046 * gdb.texinfo (Installing GDB): Update menu. Move text to...
2047 (Running Configure): ...here.
2048 (Requirements): New node. Mention expat.
2049
3d00d119
DJ
20502006-08-08 Vladimir Prus <vladimir@codesourcery.com>
2051
5ae4183a 2052 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
2053 'set download-write-size' and 'show download-write-size'.
2054
0cbfa4ee
DJ
20552006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
2056
2057 * stabs.texinfo (Member Type Descriptor): Correct example for
2058 pointer to member types.
2059
16026cd7
AS
20602006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
2061
2062 * gdb.texinfo (Optional warnings and messages): Add
2063 'set/show trace-commands'.
2064 (Command files): Add '-v' to source command.
2065
0876f84a
DJ
20662006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
2067
2068 * gdb.texinfo (OS Information): Update qPart reference to
2069 qXfer.
2070 (Remote configuration): Likewise.
2071 (Overview): Move @cindex to the start of a paragraph. Talk
2072 about binary data encoding.
2073 (Packets): Refer to the overview for the details of the X
2074 packet encoding.
2075 (General Query Packets): Remove qPart description. Add qXfer
2076 description. Add an anchor to qSupported. Correct feature
2077 table title. Add a new feature for qXfer:auxv:read.
2078 (Interrupts): Add a missing parenthesis.
2079
2ec3381a
DJ
20802006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
2081
669fac23 2082 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
2083 (GDB/MI Kod Commands): Remove commented out node.
2084
594fe323
EZ
20852006-07-01 Eli Zaretskii <eliz@gnu.org>
2086
2087 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
2088 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
2089 (GDB/MI Thread Commands, GDB/MI Program Execution)
2090 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
2091 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
2092 (GDB/MI File Commands, GDB/MI Target Manipulation)
2093 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
2094 since the MI prompt is hard-wired into the code.
2095
7e3fb70c
NR
20962006-07-01 Nick Roberts <nickrob@snap.net.nz>
2097
2098 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
2099 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
2100 (GDB/MI Data Manipulation): Remove description of unimplemented
2101 display related commands as variable objects perform this function
2102 and are superior: -display-delete, -display-disable,
2103 -display-enable, -display-insert and -display-list. Move
2104 -environment-cd, -environment-directory, -environment-path
2105 and -environment-pwd to "Program Context".
2106 (GDB/MI Program Control): Rename to "Program Execution". Move
2107 -exec-arguments -exec-abort to...
2108 (GDB/MI Program Context): ...here. New node split from "Data
2109 Manipulation".
2110
be2a5f71
DJ
21112006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
2112
2113 * gdb.texinfo (Remote configuration): Document set / show
2114 remote supported-packets.
2115 (General Query Packets): Document qSupported packet.
2116
fc320d37
SL
21172006-06-10 Sandra Loosemore <sandra@codesourcery.com>
2118
2119 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
2120 and font markup.
2121 (Protocol basics): Likewise.
2122 (The F request packet): Likewise.
2123 (The F reply packet): Likewise.
2124 (Memory transfer): Move this node to be a subsubsection of
2125 "Protocol specific representation of datatypes".
2126 (The Ctrl-C message): More copy editing.
2127 (Console I/O): Likewise.
2128 (The isatty call): Delete this node, and merge its content into
2129 the "isatty" node. Fixed references elsewhere.
2130 (The system call): Delete this node, and merge its content into
2131 the "system" node. Fixed references elsewhere.
2132 (open): Reformat to use @table, and add appropriate font markup.
2133 (close): Likewise.
2134 (read): Likewise.
2135 (write): Likewise.
2136 (lseek): Likewise.
2137 (rename): Likewise.
2138 (unlink): Likewise.
2139 (stat/fstat): Likewise.
2140 (gettimeofday): Likewise.
2141 (isatty): Likewise.
2142 (system): Likewise, plus minor changes to fix confusing wording.
2143 (Integral datatypes): Fix font markup.
2144 (Pointer values): Likewise.
2145 (struct stat): Fix markup to use @table, plus minor copy editing.
2146 (struct timeval): Fix font markup, plus minor copy editing.
2147 (Constants): Minor copy editing.
2148 (Errno values): Add font markup.
2149 (File-I/O Examples): Likewise.
2150
158fdf5c
NR
21512006-06-10 Nick Roberts <nickrob@snap.net.nz>
2152
2153 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
2154 (GDB/MI Simple Examples): Move node up one level. Use real
2155 examples.
2156 (GDB/MI Compatibility with CLI): Update.
2157 (GDB/MI Result Records): Add "connected" and "exit" result
2158 classes.
2159 (GDB/MI Stream Records): Clarify target output.
2160 (GDB/MI Command Description Format): Modify example description.
2161 (GDB/MI Breakpoint Table Commands): Rename to...
2162 (GDB/MI Breakpoint Commands): ...this
2163 (GDB/MI Breakpoint Commands): Add optional thread field.
2164 (GDB/MI Program Control): Add an introduction. Move "Program
2165 termination" examples into exec-run description.
2166 (GDB/MI File Commands): Mention similar CLI commands.
2167 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
2168 is similar to "-gdb-version".
2169
ddb50cd7
EZ
21702006-06-09 Eli Zaretskii <eliz@gnu.org>
2171
2172 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
2173
2aef0d6b
NR
21742006-06-02 Nick Roberts <nickrob@snap.net.nz>
2175
2176 * gdb.texinfo (GDB/MI Development and Front Ends): Use
2177 sourceware.org for mailing lists.
d5e40d59 2178 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 2179
383a5c52
NR
21802006-06-01 Nick Roberts <nickrob@snap.net.nz>
2181
d5e40d59 2182 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 2183
e16b02ee
EZ
21842006-05-22 Eli Zaretskii <eliz@gnu.org>
2185
2186 * gdb.texinfo (Cygwin Native): Fix last change.
2187
be90c084
CF
21882006-05-22 Christopher Faylor <cgf@timesys.com>
2189
2190 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
2191
347ceba5
NR
21922006-05-15 Nick Roberts <nickrob@snap.net.nz>
2193
2194 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
2195 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
2196
369af7bd
DJ
21972006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
2198
2199 * gdb.texinfo (General Query Packets): Recommend not starting
2200 new packets with qC and clarify.
2201
2ffdbde8 22022006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
2203
2204 * gdb.texinfo (M2 Types): New section.
72019c9c 2205
16d1a084
DJ
22062006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
2207
2208 * agentexpr.texi: Add a copyright and license notice.
2209 * observer.texi: Likewise, with GPL clause for function prototypes.
2210 Remove trailing whitespace.
2211
aa56d27a
JB
22122006-05-05 Jim Blandy <jimb@codesourcery.com>
2213
2214 * gdb.texinfo (General Query Packets): Document conventions for
2215 terminating packet names, and their violations.
2216
5bdf8622
DJ
22172006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
2218
2219 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
2220 * gdb.texinfo: Likewise.
2221
605a56cb
DJ
22222006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
2223
2224 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
2225 and "show remotedebug".
2226 (Debugging Output): Add additional index entries.
2227
b8db102d
MS
22282006-04-27 Michael Snyder <msnyder@redhat.com>
2229
2230 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
2231
c5e30d01
AC
22322006-04-22 Andrew Cagney <cagney@redhat.com>
2233
2234 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
2235 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
2236
8181d85f
DJ
22372006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
2238
2239 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
2240 and remove breakpoint prototypes.
2241 (Watchpoints): Move description of target_insert_hw_breakpoint and
2242 target_remove_hw_breakpoint ...
2243 (Breakpoints): ... to here. Document target_insert_breakpoint and
2244 target_remove_breakpoint.
2245
4f553f88
JB
22462006-04-17 Jim Blandy <jimb@codesourcery.com>
2247
2248 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
2249 and C packets are optional.
2250
cd852561
FR
22512006-04-14 Frederic Riss <frederic.riss@st.com>
2252
2253 * gdb.texinfo (Specifying source directories): Update the description
2254 of the source file search to reflect the fact that the source path
2255 always contains at least $cdir and $cwd.
2256
b620eb07
MS
22572006-03-31 Michael Snyder <msnyder@redhat.com>
2258
2259 * gdb.texinfo: Update copyright dates.
2260
3156cdaf
EZ
22612006-03-31 Eli Zaretskii <eliz@gnu.org>
2262
2263 * gdb.texinfo (Overview): Add an index entry to "empty response".
2264
7d30c22d
JB
22652006-03-28 Jim Blandy <jimb@codesourcery.com>
2266
2267 * gdbint.texinfo (Prologue Analysis): New section.
2268
86941c27
JB
22692006-03-07 Jim Blandy <jimb@red-bean.com>
2270
66b8c7f6
JB
2271 * gdb.texinfo (Connecting): Document 'target remote pipe'.
2272
1a10341b
JB
2273 * gdb.texinfo (Target Commands): Update text describing how to
2274 specify a target. Refer to the detailed section on remote
2275 debugging, not the brief mention.
2276
86941c27
JB
2277 * gdb.texinfo (Connecting): Organize the different 'target remote'
2278 connection methods into a table. Add a 'target remote' index
2279 entry. (!!!)
2280
62f3a2ba
FF
22812006-02-17 Fred Fish <fnf@specifix.com>
2282
2283 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
2284 'ptype' commands to reflect the fact that the only significant
2285 difference between them is that ptype prints the complete type
2286 description instead of just the name.
2287
8b9a88ea
WZ
22882006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
2289
2290 * gdbint.texinfo (Watchpoints): Delete
2291 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
2292
7e8dc855
NR
22932006-02-10 Nick Roberts <nickrob@snap.net.nz>
2294
2295 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
2296 times fields where needed. Fix typos. Update general form given
2297 for output of -break-insert.
2298 (GDB/MI): Abbreviate some unnecessarily long fullnames.
2299
c91d38aa
DJ
23002006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
2301
2302 * gdbint.texinfo (Symbol Handling): Add a section
2303 on memory management.
2304
38fcd64c
DJ
23052006-02-06 Vladimir Prus <ghost@cs.msu.su>
2306
2307 * gdb.texinfo (Breakpoint table commands): Document the fullname
2308 field in -break-list output.
2309
219eec71
EZ
23102006-02-03 Eli Zaretskii <eliz@gnu.org>
2311
2312 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
2313 debugging information produced by the various "set debug..."
2314 options.
2315
ae5a43e0
DJ
23162006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2317
2318 * gdb.texinfo (Files): Remove obsolete bits from the description
2319 of "symbol-file".
2320
a9f158ec
JB
23212006-01-25 Jim Blandy <jimb@redhat.com>
2322
2323 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
2324
410dd08e
JB
23252006-01-24 Jim Blandy <jimb@redhat.com>
2326
2327 * gdbint.texinfo (Frames): Document the basics of GDB's register
2328 unwinding model, and explain the existence of the "sentinel" frame.
2329
4b505b12
AS
23302006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
2331
2332 * gdb.texinfo (Choosing files): Mention that -directory is used
2333 for script files.
2334 (Specifying source directories): Likewise.
2335 (Command files): Explain how script files are found.
2336
839c27b7
EZ
23372006-01-21 Eli Zaretskii <eliz@gnu.org>
2338
2339 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
2340 the threads in a multi-threaded program.
2341 (Threads): The threadno argument of "thread apply" can be a range
2342 of numbers.
2343
7be93b9e
JB
23442006-01-18 Jim Blandy <jimb@redhat.com>
2345
2346 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
2347 of warning flags.
2348
fcc73fe3
EZ
23492006-01-13 Eli Zaretskii <eliz@gnu.org>
2350
2351 * gdb.texinfo (Sequences): Improve menu annotations.
2352 (Define): Add index entries for arguments of user-defined
2353 commands. Move the description of flow-control commands...
2354 (Command Files): ...to here. Document loop_break and
2355 loop_continue.
ca91424e
EZ
2356 (Define, Command Files): Document `end' and add index entries for
2357 it.
fcc73fe3 2358
5c95884b
MS
23592006-01-04 Michael Snyder <msnyder@redhat.com>
2360
2361 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 2362 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 2363
860701dc
PH
23642006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
2365
2366 * gdb.texinfo (Omissions from Ada): Document that there is now
2367 limited aggregate support.
2368
36b80e65
EZ
23692005-12-28 Eli Zaretskii <eliz@gnu.org>
2370
2371 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
2372 registers and the likes.
2373
c1468174
EZ
23742005-12-24 Eli Zaretskii <eliz@gnu.org>
2375
2376 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
2377 (Symbols): Fix usage of "e.g.".
359df76b 2378 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
2379
2380 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
2381 (Coding): Fix usage of "e.g.".
2382
c02a867d
EZ
23832005-12-23 Eli Zaretskii <eliz@gnu.org>
2384
5ae4183a
AS
2385 * stabs.texinfo:
2386 * refcard.tex:
c02a867d 2387 * gpl.texi:
5ae4183a
AS
2388 * gdbint.texinfo:
2389 * gdb.texinfo:
2390 * gdb-cfg.texi:
c02a867d 2391 * fdl.texi:
5ae4183a
AS
2392 * annotate.texinfo:
2393 * all-cfg.texi:
c02a867d
EZ
2394 * Makefile.in: Add (C) after Copyright. Update the FSF
2395 address.
2396
fad38dfa
EZ
23972005-12-03 Eli Zaretskii <eliz@gnu.org>
2398
2399 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
2400 extend GDB with commands for external monitor.
2401
53e5f3cf
AS
24022005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
2403
2404 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
2405
55f6ca0f
JB
24062005-11-25 Joel Brobecker <brobecker@adacore.com>
2407
2408 * gdbint.texinfo (Start of New Year Procedure): New chapter.
2409
c1947b85
JB
24102005-11-21 Jim Blandy <jimb@redhat.com>
2411
2412 * gdb.texinfo (Tracepoint Packets): Document restrictions on
2413 placement of 'R' actions in tracepoint action packets; document
2414 dependence of 'X' and 'M' actions on a preceding 'R' action for
2415 their registers.
2416
9d29849a
JB
24172005-11-19 Jim Blandy <jimb@redhat.com>
2418
2419 * gdb.texinfo (Tracepoint Packets): New node.
2420 (General Query Packets): Add entries for the tracepoint packets,
2421 referring to the "Tracepoint Packets" node.
2422 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 2423
9a6253be
KB
24242005-11-18 Kevin Buettner <kevinb@redhat.com>
2425
2426 * gdb.texinfo (set remotebreak): Add anchor.
2427 (X packet): Likewise.
2428 (Remote Protocol): Add new section `Interrupts' and new index
2429 entry `interrupts (remote protocol)'.
2430
5f3bebba
JB
24312005-11-18 Jim Blandy <jimb@redhat.com>
2432
2433 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
2434 entries into the General Query Packets section. Add a
2435 cross-reference to that section. Drop description of replies, as
2436 these are covered in the descriptions of each packet.
2437 (General Query Packets): Add introductory text. Explain naming
2438 conventions, and how the end of a name is recognized.
2439
9a7a1b36
KB
24402005-11-17 Kevin Buettner <kevinb@redhat.com>
2441
0564b6cf 2442 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
2443 "set remotebreak" command.
2444
b8ff78ce
JB
24452005-11-16 Jim Blandy <jimb@redhat.com>
2446
2447 * gdb.texinfo (Packets, Stop Reply Packets)
2448 (General Query Packets): Various formatting cleanups.
2449 - Use @samp for packet contents.
2450 - Drop summaries from packet @item lines; the same information appears
2451 immediately below in the description.
2452 - Delete paragraph breaks after packet @item commands, so that the
2453 description appears directly to the right of the packet prototype
2454 in the printed manual, if it fits.
2455 - Place spaces in packet prototypes between @vars and non-@var
2456 letters, and explain that they're just for formatting.
2457 - Use @dots{} instead of '...'.
2458 - Fix uses of @code where @var was needed.
2459 - Replace "deprecated" markers with English text spelling out the
2460 packet's status and the preferred alternatives.
2461 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
2462 what this ever meant.
2463 - Remove "(draft)" markers on 'i' packets; nobody has commented on
2464 this for a long time.
2465 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
2466 implemented several times, and have been in use for years.
2467
8ffe2530
JB
24682005-11-15 Jim Blandy <jimb@redhat.com>
2469
c43c5473
JB
2470 * gdb.texinfo (Packets): Add index entries for 'm' packet
2471 disclaimers.
5ae4183a 2472
fb031cdf
JB
2473 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
2474 of stub when processing an 'm' packet.
2475
8ffe2530
JB
2476 * gdb.texinfo (Packets): Mention that packets beginning with
2477 letters are reserved once, at the top, instead of actually listing
2478 them all and saying "reserved".
2479
c03c782f
AS
24802005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
2481
2482 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
2483 Change @var{$arg0 to @code{$arg0.
2484
814e32d7
WZ
24852005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
2486
2487 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
2488
fa93a9d8
JB
24892005-11-12 Jim Blandy <jimb@redhat.com>
2490
2491 * gdb.texinfo (General Query Packets): Put packets in alphabetical
2492 order. Remove extraneous 'z'.
2493
8a5a3c82
AS
24942005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
2495
2496 * gdb.texinfo (Choosing files): Add --eval-command.
2497
4b0ad762
AS
24982005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
2499
2500 * gdb.texinfo (Choosing modes): Add --return-child-result.
2501
2502
1a088d06
AS
25032005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
2504
2505 * gdb.texinfo (Choosing modes): Add --batch-silent.
2506
656d5e12
EZ
25072005-10-28 Eli Zaretskii <eliz@gnu.org>
2508
2509 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
2510 "The -var-update Command".
2511
3c9c013a
JB
25122005-10-03 Joel Brobecker <brobecker@adacore.com>
2513
2514 * gdb.texinfo (Print Settings): Add documentation for set/show
2515 print array-indexes.
2516
7ba3cf9c
DJ
25172005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
2518
2519 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
2520 6.2 and 6.3.
2521
a94ab193
EZ
25222005-08-27 Eli Zaretskii <eliz@gnu.org>
2523
2524 * gdb.texinfo (File Options): Don't document --mapped, it's gone
2525 since 19-Jan-2004.
2526 (Files): Likewise.
ab1adacd
EZ
2527 (Variables, Symbols): Document the "<incomplete type>" message and
2528 its reasons.
a94ab193 2529
ca06016a
FF
25302005-08-01 Fred Fish <fnf@specifix.com>
2531
2532 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
2533
cf58170d
NR
25342005-07-15 Nick Roberts <nickrob@snap.net.nz>
2535
2536 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
2537 option for -var-list-children and -var-update.
2538 (GDB/MI Stack Manipulation): Simplify description of
2539 print-values option for -stack-list-locals.
2540 (GDB/MI Command Description Format): Clarify.
2541 (Mode Options): Spelling of superseded.
2542
38f1196a
BR
25432005-07-12 Bob Rossi <bob@brasko.net>
2544
2545 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
2546 corresponding GDB command comment.
2547
3cb3b8df
BR
25482005-07-06 Bob Rossi <bob@brasko.net>
2549
2550 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
2551 and -inferior-tty-show.
2552 (Input/Output): Document "set/show inferior-tty" and tty alias.
2553
10fac096
NW
25542005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
2555
2556 * gdb.texinfo (Packets): Change description of 'D' packet to note
2557 that GDB does wait for a response.
2558
d1b6db76
NR
25592005-06-22 Nick Roberts <nickrob@snap.net.nz>
2560
2561 * gdb.texinfo (History) Rename "Command History".
2562 (Command History): Move node "Server Prefix" from section on
2563 Annotations here.
2564
29629dcf
NR
25652005-06-19 Nick Roberts <nickrob@snap.net.nz>
2566
2567 * gdb.texinfo (GDB/MI Stack Manipulation):
2568 Re-instate -stack-info-frame with example. Say that it gets
2569 info on selected frame, not current frame.
2570
397ca115
EZ
25712005-06-18 Eli Zaretskii <eliz@gnu.org>
2572
2573 * gdb.texinfo (Server): Clarify that `file' should be used before
2574 connecting to the server.
2575 (Files): Add an xref to the above description.
51274035
EZ
2576 (Output Formats): More detailed description of the `c' format.
2577 (Memory): List explicitly all the formats supported by `x'.
638ac427 2578 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 2579 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
2580 files. Add more indexing for solib-absolute-prefix and
2581 --with-sysroot.
76d17f34
EZ
2582 (Machine Code): Document possible problems with locations in
2583 shared libraries.
d416eeec
EZ
2584 (Backtrace): Document that free-standing environments do not need
2585 to have a `main' function.
397ca115 2586
74f6deaa
NR
25872005-06-18 Nick Roberts <nickrob@snap.net.nz>
2588
2589 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
2590 -stack-info-frame.
2591
a9967aef
AC
25922005-06-07 Andrew Cagney <cagney@gnu.org>
2593
2594 * gdb.texinfo (Contributors): Note the original multi-arch
2595 contributors.
2596
e09f16f9
EZ
25972005-06-03 Eli Zaretskii <eliz@gnu.org>
2598
2599 * gdb.texinfo (Registers): Add index entries for the standard
2600 registers.
2601 (Frames): Add cross-reference from frame pointer description to
2602 the Registers node.
2603 (Annotations Overview): Fix the reference to GDB name.
2604
d87ba7ee
EZ
26052005-06-01 Eli Zaretskii <eliz@gnu.org>
2606
2607 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
2608 can-use-hw-watchpoints.
2609
034dad6f
BR
26102005-05-28 Bob Rossi <bob@brasko.net>
2611
2612 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
2613 the possible reasons why an exec async record would be returned to FE.
2614
ffed4509
AC
26152005-05-26 Andrew Cagney <cagney@gnu.org>
2616
2617 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
2618 Andrew Cagney implemented the original GDB/MI.
2619
e22e55c9
OF
26202005-05-23 Orjan Friberg <orjanf@axis.com>
2621
2622 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
2623 documentation. Add documentation for cris-mode.
2624
a78e13ce
EZ
26252005-05-20 Eli Zaretskii <eliz@gnu.org>
2626
2627 * gdb.texinfo (Numbers): Explain the example and make the wording
2628 more acurate.
2629
76ff342d
DJ
26302005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
2631 Dennis Brueni <dennis@slickedit.com>
2632
2633 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
2634 (GDB/MI Data Manipulation, GDB/MI Program Control)
2635 (GDB/MI Stack Manipulation): Update examples to include the fullname
2636 attribute in stack frames.
2637
119b882a
EZ
26382005-05-12 Eli Zaretskii <eliz@gnu.org>
2639
2640 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
2641 do with other non-standard names of init files.
2642
6fc08d32
EZ
26432005-05-11 Eli Zaretskii <eliz@gnu.org>
2644
2645 * gdb.texinfo (Command Files): Move the description of the startup
2646 from here...
2647 (Startup): ...to this new subsection of the Invocation chapter.
2648 Rearrange the description of init files more logically and add a
2649 cross-reference to "Command Files". Document the special gdbinit
2650 name for CISCO 68k. Expand the description of what GDB does
2651 during startup.
2652 (History): Add index entry for HISTSIZE.
2653
a561754a
MK
26542005-05-02 Mark Kettenis <kettenis@gnu.org>
2655
2656 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
2657
2eecc4ab
EZ
26582005-05-02 Eli Zaretskii <eliz@gnu.org>
2659
2660 * gdb.texinfo (SVR4 Process Information, The isatty call)
2661 (The system call): Don't use foo(N) notation for man pages and
2662 functions.
514c4d71 2663 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 2664
18999be5
EZ
26652005-04-27 Eli Zaretskii <eliz@gnu.org>
2666
2667 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
2668 were optimized away.
2669
0abb7bc7
EZ
26702005-04-22 Eli Zaretskii <eliz@gnu.org>
2671
2672 * gdb.texinfo (Remote configuration): Document "set/show
2673 get-thread-local-storage-address". Add cross-reference to the
2674 description of the qGetTLSAddr packet.
2675 (General Query Packets): Mention "set remote
2676 get-thread-local-storage-address" and add a reference to its
2677 description.
2678
6f61acb1
NR
26792005-04-19 Nick Roberts <nickrob@snap.net.nz>
2680
2681 * gdb.texinfo (Backtrace): Describe 'bt full'.
2682
9d59903a
NR
26832005-04-17 Nick Roberts <nickrob@snap.net.nz>
2684
2685 * gdb.texinfo (Mode Options): Fix typo.
2686 (GDB/MI): Describe how to invoke GDB/MI.
2687
721c2651
EZ
26882005-04-16 Eli Zaretskii <eliz@gnu.org>
2689
2690 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 2691 references changed. Add description of "info udot".
721c2651
EZ
2692 (Files): Document "set/show stop-on-solib-events".
2693 (M32R/D): Document "set/show download-path", "set/show
2694 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
2695 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
2696 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
2697 (Maintenance Commands): Improve indexing.
2698 (Target Commands): Document "set/show hash", "set/show debug
2699 monitor".
2700 (SVR4 Process Information): Document "info pidlist" and "info
2701 meminfo". Document "set/show procfs-tarce" and "set/show
2702 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
2703 (Symbols, The Print Command with Objective-C): Improve indexing.
2704 (Objective-C): Add references to "info classes" and "info
2705 selectors".
c45da7e6
EZ
2706 (Debugging Output): Improve wording. Document "set/show debug
2707 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
2708 (Set Breaks): Add index entry for "hardware breakpoints".
2709 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
2710 and "set/show usehardbreakpoints".
2711 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
2712 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
2713 (ARM): Document "rdilogfile", "rdilogenable", "set/show
2714 rdiromatzero", "set/show rdiheartbeat".
2715 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
2716 "sds".
2717 (Embedded Processors): Document the "sim" command.
2718 (Remote): Document the "remote" command.
2719 (DJGPP Native): Document the "info serial" command.
2720 (Threads): Document "maint info sol-threads".
2721 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
2722 (Set Breaks): Improve indexing.
2723 (Command Syntax): Add a reference to dont-repeat.
2724 (Define): Document "dont-repeat".
2725 (TUI Commands): Document "tabset".
2726 (WinCE): New subsection. Document "set/show remotedirectory",
2727 "set/show remoteupload", "set/show remoteaddhost".
721c2651 2728
14d6dd68
EZ
27292005-04-15 Eli Zaretskii <eliz@gnu.org>
2730
2731 * gdb.texinfo (Hurd Native): New subsection, documents
2732 Hurd-specific commands.
a64548ea 2733 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 2734 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
2735 (MIPS): Improve documentation of heuristic-fence-post. Document
2736 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
2737 mips stack-arg-size", "set/show mips mask-address", "set/show mips
2738 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 2739 (ARM): Document ARM-specific commands.
a64548ea
EZ
2740 (AVR): New section. Document "info io_registers".
2741 (CRIS): New section. Document "set/show cris-version" and
2742 "set/show cris-dwarf2-cfi".
2743 (HPPA): New section. Document "set/show debug hppa" and "maint
2744 print unwind".
a5adf40f 2745 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 2746 (Super-H): New section. Document the "regs" command.
721c2651 2747 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 2748
9c16f35a
EZ
27492005-04-09 Eli Zaretskii <eliz@gnu.org>
2750
2751 * gdb.texinfo (Print Settings): Document "set/show print
2752 pascal_static-members", "set print repeats", "show print
2753 null-stop". Improve indexing. Fix documentation of "set print
2754 union".
2755 (Pascal): New section.
2756 (Supported languages): Rename from "Support"; all references
2757 updated. Add a menu item for Pascal.
2758 (Numbers): Document "set radix.
2759 (Screen Size): Document "set/show pagination".
2760 (MIPS Embedded): Remove "set processor" documentation.
2761 (Remote configuration): Document "set/show X/P/Z-packet",
2762 "set/show read-aux-vector-packet", "set/show remote
2763 symbol-lookup-packet", "set/show remote verbose-resume-packet",
2764 "set/show remoteaddresssize", "set/show remotebaud", "set/show
2765 remotedebug", "set/show remotebreak", "set/show remotedevice",
2766 "set/show remotelogfile".
2767 (Auxiliary Vector): Add reference to the description of the
2768 read-aux-vector-packet setting.
2769 (Set Watchpoints): Add a cross-reference to "set remote
2770 hardware-breakpoint-limit".
2771 (General Query Packets): Add indexing of requests and
2772 cross-references to related commands in "Remote configuration".
2773 (File-I/O Overview, The system call): Fix wording and typos.
2774 (Thread Stops): Add index entries.
2775 (Continuing and Stepping): Document "show step-mode".
2776 (i386): New node. Document "set/show struct-convention".
2777 (Files): Document "show trust-readonly-sections".
2778 (Calling): Document "set/show unwindonsignal".
2779 (Messages/Warnings): Add index entries.
2780 (Maintenance Commands): Document "set/show watchdog".
2781 (Annotations Overview): Document "show annotate".
2782 (Set Watchpoints): Add index entries.
2783 (Symbols): Fix doc of case-sensitive.
2784 (ABI): Document "show coerce-float-to-double".
2785 (Convenience Vars, Help): Improve indexing.
2786 (Machine Code): Document "show disassembly-flavor".
2787 (Debugging C plus plus): Document "show overload-resolution".
2788 (Value History, Signaling): Add index entries.
2789
27902005-04-08 Eli Zaretskii <eliz@gnu.org>
2791
2792 * gdb.texinfo (Show): Move @kindex entries to their proper places.
2793 (Processes): Fix wording.
2794 (History, List, Logging output, Define, Symbols, Print Settings):
2795 Improve indexing.
2796
a8f24a35
EZ
27972005-04-03 Eli Zaretskii <eliz@gnu.org>
2798
2799 * gdb.texinfo (Targets): Document "set/show architecture". Remove
2800 redundant index entry for "target" command.
2801 (Backtrace): Add index entries.
2802 (Symbols, Fortran): Document the "set case-sensitive" command.
2803 (DJGPP Native): Document "set com1base", "set com1irq", etc.
2804 (Print Settings): Add index entry for "set demangle-style".
2805 (Target Commands): Document "set download-write-size".
2806 (Debugging Output): Document "set exec-done-display".
2807
09d4efe1
EZ
28082005-04-02 Eli Zaretskii <eliz@gnu.org>
2809
2810 * gdb.texinfo (Files): Fix the name and documentation of
2811 add-shared-symbol-files. Document its alias assf. Update the
2812 list of OSs where GDB supports shared libraries. Fix markup.
2813 (Continuing and Stepping): Add reference to @var{location} in the
2814 text.
2815 (Dump/Restore Files): Fix reference to @{filename}.
2816 (Help): Fix wording.
2817 (Attach): Ditto.
2818 (Set Watchpoints): Ditto.
2819 (Backtrace): Remove redundant index entries. Improve index
2820 entries.
2821 (Delete Breaks): Fix wording.
2822 (Memory): Document the compare-sections command.
2823 (Memory Region Attributes): Improve wording.
2824 (Disabling): Improve wording.
2825 (Fortran): New subsection. Document the "info common" command.
2826 (Help): Document aliases "info copying" and "info warranty".
2827 (Caching Remote Data): New section. Document the "set/show
2828 remotecache" and "info dcache" commands.
2829 (Show): Fix wording of the documentation of the "set
2830 extension-language" command.
2831 (Signals): Add index entry for "info handle".
2832 (Memory Region Attributes): Fix punctuation.
2833 (Symbols): Change the arg name to "location" and refer to it in
2834 the text. Fix wording of "info types" doc.
2835 (Threads): Fix usage of @enumerate @item's.
2836 (Listing Tracepoints): Add index entry for "info tp".
2837 (Set Watchpoints): Add xref to "info break" description.
2838 (Macros): Add an index entry for "macro exp1". Document the
2839 "macro list" command.
2840 (Maintenance Commands): Document "flushregs", "maint agent",
2841 "maint check-symtabs", "maint cplus", "maint demangle", "maint
2842 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
2843 "maint print architecture", "maint print objfiles", "maint print
2844 statistics", "maint print type", "maint show-debug-regs", "maint
2845 space", "maint time", and "maint translate-address".
2846 (Connecting): Document the "monitor" command.
2847 (Annotations Overview): Describe the "set annotate" command.
2848
82f2d802
EZ
28492005-04-01 Eli Zaretskii <eliz@gnu.org>
2850
2851 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
2852 Rearrange index entries and improve wording about support for
2853 hardware watchpoints.
2854
7d51c7de
BR
28552005-03-10 Bob Rossi <bob@brasko.net>
2856
2857 * gdb.texinfo: Update copyright
2858
68c71a2e
TR
28592005-02-09 Theodore A. Roth <troth@openavr.org>
2860
2861 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
2862 error.
2863
83761cbd
KB
28642005-02-03 Kevin Buettner <kevinb@redhat.com>
2865
2866 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
2867
9f1c6395
MS
28682005-01-17 Michael Snyder <msnyder@redhat.com>
2869
2870 * gdb.texinfo: Fix spelling, infinte -> infinite.
2871
fbd1b305
MK
28722005-01-08 Mark Kettenis <kettenis@gnu.org>
2873
2874 * observer.texi (GDB Observers): Document "solib_loaded".
2875
3ace7edb
AC
28762005-01-07 Andrew Cagney <cagney@gnu.org>
2877
bec39cab
AC
2878 * configure.ac: Rename configure.in, require autoconf 2.59.
2879 * configure: Re-generate.
2880
3ace7edb
AC
2881 * configure.in: Replace configdirs with multiple references to
2882 AC_CONFIG_SUBDIRS.
2883 * configure: Re-generate.
5ae4183a 2884
53531fc1
AC
28852005-01-04 Andrew Cagney <cagney@gnu.org>
2886
2887 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
2888 part of the version number.
2889
536ffdb7
MK
28902004-12-24 Mark Kettenis <kettenis@gnu.org>
2891
2892 * gdbint.texinfo (Algorithms): Remove description of
2893 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
2894
e1aac25b
JB
28952004-12-07 Jim Blandy <jimb@redhat.com>
2896
2897 * gdb.texinfo (General Query Packets): Specify that thread ID's in
2898 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
2899 numbers.
2900
f47b1503
AS
29012004-12-07 Andreas Schwab <schwab@suse.de>
2902
2903 * gdb.texinfo (Mode Options): Document -l option.
2904
b6b8ece6
EZ
29052004-12-04 Eli Zaretskii <eliz@gnu.org>
2906
2907 * gdbint.texinfo (Algorithms): More accurate description of
2908 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
2909 is not needed unless data-read and data-access watchpoints are
2910 supported. Add a description of how GDB checks whether the
2911 inferior stopped because a watchpoint was hit.
2912
01371747
EZ
29132004-11-23 Eli Zaretskii <eliz@gnu.org>
2914
2915 * gdb.texinfo (Files): Add cross-reference to description of
2916 -readnow command-line switch.
2917
2315ffec
RC
29182004-11-10 Randolph Chung <tausq@debian.org>
2919
2920 * gdb.texinfo: Document set/show backtrace past-entry commands.
2921 Rearrange index entries for set/show backtrace past-main.
2922
69065f5d
AC
29232004-11-10 Jon Beniston <jon@beniston.com>
2924
2925 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
2926 * gdb.texinfo (Remote Serial Protocol): Further describe
2927 binary transfer escaping mechanism .
69065f5d 2928
30e91e0b
RC
29292004-11-08 Randolph Chung <tausq@debian.org>
2930
2931 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
2932 and "show debug infrun". Add index entries.
2933
60bf7e09
EZ
29342004-10-23 Eli Zaretskii <eliz@gnu.org>
2935
2936 * gdb.texinfo (SVR4 Process Information): Document subcommands of
2937 "info proc" that are already implemented. Add index entries.
2938 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
2939 (Files): Add a tip for decreasing memory used for symtabs from
2940 shared libraries.
f018e82f
EZ
2941 (Starting): Fix whitespace; make "elaboration" stand out where it
2942 is first used, and add an index entry for the term.
f8568604
EZ
2943 (Calling): Expand and elaborate text. Add "print". Add the
2944 description of problems with weak aliases.
384ee23f 2945 (Core File Generation): New section.
60bf7e09 2946
d52fe014
AC
29472004-10-12 Andrew Cagney <cagney@gnu.org>
2948
2949 * gdbint.texinfo (Versions and Branches): New chapter.
2950 (Releasing GDB): Delete "Versions and Branches" section.
2951 (Top): Add "Versions and Branches".
2952
703663ab
EZ
29532004-10-08 Eli Zaretskii <eliz@gnu.org>
2954
2955 * gdb.texinfo (Editing, History): Add cross-references to the
2956 included Readline and History user documentation. Remove
2957 references to the symbol have-readline-appendices which is unused
2958 and undefined.
2959 (History): Fix indexing.
2960
ac77d04f
JJ
29612004-10-08 Jeff Johnston <jjohnstn@redhat.com>
2962
2963 * gdbint.texinfo (target_stopped_data_address): Update to
2964 new prototype.
2965 (i386_stopped_data_address): Update prototype and description.
2966 (i386_stopped_by_watchpoint): New function and description.
2967
e07c999f
PH
29682004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
2969
2970 * gdb.texinfo (Filenames): Add Ada suffixes.
2971 (Ada) New section.
2972
2e868123
AC
29732004-09-27 Andrew Cagney <cagney@gnu.org>
2974 Robert Picco <Robert.Picco@hp.com>
2975
2976 * gdb.texinfo (Packets): Document the "p" packet.
2977
02a57714
JM
29782004-09-21 Jason Molenda (jmolenda@apple.com)
2979
2980 * gdb.texinfo (Paths and Names of the Source Files): Document the
2981 meaning of values in the 'desc' field of a SO stab.
2982
ae038cb0
DJ
29832004-09-20 Daniel Jacobowitz <dan@debian.org>
2984
2985 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
2986 max-cache-age" and "maint show dwarf2 max-cache-age".
2987
f7dc1244
EZ
29882004-09-16 Eli Zaretskii <eliz@gnu.org>
2989
2990 * gdb.texinfo (Set Breaks): Add index entry for setting
2991 breakpoints on overloaded C++ functions that are not members of
2992 any classes. Add an example and an index entry for setting
2993 breakpoints on all program functions.
2994 (Character Sets, Macros, Overlay Commands)
2995 (Non-debug DLL symbols, GDB/MI Output Syntax)
2996 (Annotations Overview, Maintenance Commands, File-I/O Overview):
2997 Use "(@value{GDBP})" instead of a literal "(gdb)".
2998
f810308b
AC
29992004-09-12 Andrew Cagney <cagney@gnu.org>
3000
3001 * gdbint.texinfo (Native Debugging): Delete description of
3002 FILES_INFO_HOOK.
3003
15a661f3
PH
30042004-09-11 Paul Hilfinger <hilfinger@gnat.com>
3005
5ae4183a
AS
3006 * gdbint.texinfo (User Interface): Change local_hex_string_custom
3007 to hex_string_custom (not historically correct, but more
15a661f3
PH
3008 understandable, given the current code).
3009
f3219c75
AC
30102004-09-03 Andrew Cagney <cagney@gnu.org>
3011
3012 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
3013
f3bb6704
JJ
30142004-09-01 Jeff Johnston <jjohnstn@redhat.com>
3015
3016 * observer.texi (solib_unloaded): New observer.
3017
8d2c00cb
AC
30182004-08-24 Andrew Cagney <cagney@gnu.org>
3019
3020 * gdbint.texinfo (Target Architecture Definition): Add missing
3021 comma.
3022
e7dc800a
MC
30232004-08-20 Michael Chastain <mec.gnu@mindspring.com>
3024
3025 * (Using the Testsuite): build != host is supported,
3026 but some test scripts do not support build != host.
3027
73b03683
MK
30282004-08-14 Mark Kettenis <kettenis@gnu.org>
3029
3030 * gdbint.texinfo (Host Definition): Delete description of
3031 FCLOSE_PROVIDED and GETENV_PROVIDED.
3032
c0ccb908
MK
30332004-08-05 Mark Kettenis <kettenis@chello.nl>
3034
3035 * gdbint.texinfo (Host Definition): Delete description of
3036 NO_SYS_FILE.
3037 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
3038 PTRACE_FP_BUG.
3039
9c8dbfa9
AC
30402004-08-05 Andrew Cagney <cagney@gnu.org>
3041
3042 * gdbint.texinfo (Target Architecture Definition): Delete
3043 reference to deprecated_read_fp.
3044
f42accbe
AC
30452004-08-02 Andrew Cagney <cagney@gnu.org>
3046
3047 * gdbint.texinfo (Target Architecture Definition): Delete
3048 description of DEPRECATED_REGISTER_BYTES.
3049
0b66e38c
EZ
30502004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
3051
3052 * gdb.texinfo (Source Path): Document the new behavior of
3053 searching for the source files.
3054
15387254
EZ
30552004-07-17 Eli Zaretskii <eliz@gnu.org>
3056
3057 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
3058 (Search, Expressions, Arrays, Variables, Data, Machine Code)
3059 (Auto Display): Improve indexing.
3060
2c07db7a
AC
30612004-07-16 Andrew Cagney <cagney@gnu.org>
3062
3063 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
3064 "-noasync".
3065
4644b6e3
EZ
30662004-07-09 Eli Zaretskii <eliz@gnu.org>
3067
3068 * gdb.texinfo: Fix @kindex entries so that multiple commands that
3069 have the same prefix have only their prefix in the index.
3070
7561d450
MK
30712004-07-03 Mark Kettenis <kettenis@gnu.org>
3072
3073 * gdb.texinfo (BSD libkvm Interface): New node (section)
3074 (Native): Add it to the menu.
3075
67bebe79
MK
30762004-07-01 Mark Kettenis <kettenis@gnu.org>
3077
3078 * gdbint.texinfo (Target Architecture Definition): Remove
3079 PCC_SOL_BROKEN.
3080
1a6923e0
MK
30812004-06-24 Mark Kettenis <kettenis@gnu.org>
3082
3083 * gdbint.texinfo (Target Architecture Definition): Remove
3084 SUN_FIXED_LBRAC_BUG.
3085
b435e160
AC
30862004-06-26 Andrew Cagney <cagney@gnu.org>
3087
3088 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
3089
b5622e8d
AC
30902004-06-20 Andrew Cagney <cagney@gnu.org>
3091
3092 * gdbint.texinfo (Target Architecture Definition): Deprecate
3093 USE_STRUCT_CONVENTION.
3094
e0c07bf0
MC
30952004-06-19 Michael Chastain <mec.gnu@mindspring.com>
3096
3097 gdb.texinfo (Bug Reporting): Mention session recording,
3098 with the script command or Emacs.
3099
782263ab
AC
31002004-06-18 Andrew Cagney <cagney@gnu.org>
3101
3102 * gdbint.texinfo (Target Architecture Definition): Deprecate
3103 FUNCTION_START_OFFSET.
3104
03727ca6
AC
31052004-06-14 Andrew Cagney <cagney@gnu.org>
3106
3107 Based on changes from Karl Berry.
3108 * gdb.texinfo: Do not use @sc in a direntry.
3109 * stabs.texinfo: Change @dircateogry to "Software development".
3110 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
3111
97092415
AC
31122004-06-13 Andrew Cagney <cagney@gnu.org>
3113
3114 * gdbint.texinfo (Target Architecture Definition): Delete
3115 description of RETURN_VALUE_ON_STACK.
3116
1f6d4158
AC
31172004-06-09 Andrew Cagney <cagney@gnu.org>
3118
3119 * gdbint.texinfo (Native Debugging): Restore "@table @code"
3120 deleted by previous patch.
3121
d966f0cb
AC
31222004-06-08 Andrew Cagney <cagney@gnu.org>
3123
3124 * gdbint.texinfo (Native Debugging): Delete documentation on
3125 ATTACH_DETACH.
3126
86fe4aaa
RC
31272004-06-06 Randolph Chung <tausq@debian.org>
3128
3129 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
3130
d4b6d575
RC
31312004-06-06 Randolph Chung <tausq@debian.org>
3132
5ae4183a 3133 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
3134 the new push_dummy_call method signature. Describe the function
3135 argument.
3136
4e8b0763
JB
31372004-05-24 Joel Brobecker <brobecker@gnat.com>
3138
3139 * gdb.texinfo (Starting): Document new start command.
3140
59caf092
AC
31412004-05-21 Andrew Cagney <cagney@redhat.com>
3142
3143 * observer.texi (GDB Observers): Document "inferior_created".
3144
e4a2df64
AC
31452004-05-08 Andrew Cagney <cagney@redhat.com>
3146
e6b55ae2
AC
3147 * gdbint.texinfo (Target Architecture Definition): Delete
3148 description of DO_DEFERRED_STORES.
3149
28954179
AC
3150 * gdbint.texinfo (Target Architecture Definition): Delete
3151 references to DEPRECATED_FIX_CALL_DUMMY.
3152
434b87dd
AC
3153 * gdbint.texinfo (Target Architecture Definition): Delete
3154 description of DEPRECATED_CALL_DUMMY_WORDS,
3155 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
3156
58d28df8
AC
3157 * gdbint.texinfo (Target Architecture Definition): Delete
3158 description of DEPRECATED_PUSH_DUMMY_FRAME.
3159
e4a2df64
AC
3160 * gdbint.texinfo (Target Architecture Definition): Delete
3161 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
3162
2b4855ab
AC
31632004-05-07 Andrew Cagney <cagney@redhat.com>
3164
3165 * observer.texi (GDB Observers): Add "Debugging" section. Include
3166 cross reference to "set/show debug observer".
3167 * gdb.texinfo (Debugging Output): Document "set/show debug
3168 observer".
3169
fcf70625
AC
31702004-05-01 Andrew Cagney <cagney@redhat.com>
3171
3172 * gdbint.texinfo (Target Architecture Definition): Delete
3173 description of DEPRECATED_PC_IN_SIGTRAMP.
3174
8ee56bcf
AC
31752004-04-30 Andrew Cagney <cagney@redhat.com>
3176
3177 * gdbint.texinfo (Target Architecture Definition): Delete
3178 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
3179
67ab9a76
OF
31802004-04-30 Orjan Friberg <orjanf@axis.com>
3181
3182 * observer.texi (GDB Observers): Correct spelling.
3183
79346bcb
OF
31842004-04-26 Orjan Friberg <orjanf@axis.com>
3185
3186 * observer.texi (GDB Observers): Add target_changed event.
3187
7a464420
AC
31882004-04-08 Andrew Cagney <cagney@redhat.com>
3189
3190 * observer.texi (GDB Observers): Rework, provide generic observer
3191 definitions and then a list of observable events.
3192
6cdf9d98
AC
31932004-04-04 Andrew Cagney <cagney@redhat.com>
3194
3195 * gdbint.texinfo (Host Definition): Delete reference to
3196 NO_SIGINTERRUPT.
3197
ddc135a4
AC
31982004-04-02 Andrew Cagney <cagney@redhat.com>
3199
3200 * gdbint.texinfo (Target Architecture Definition): Delete
3201 reference to DEPRECATED_CALL_DUMMY_LENGTH.
3202
6a1b180d
SC
32032004-03-28 Stephane Carrez <stcarrez@nerim.fr>
3204
3205 * gdb.texinfo (TUI Commands): Document tui reg commands.
3206
d0d5df6f
AC
32072004-03-26 Andrew Cagney <cagney@redhat.com>
3208
3209 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
3210 "gdbtui".
3211 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
3212 (Contributors): Mention both Text and Terminal User Interface.
3213
aa2a3f87
AC
32142004-03-23 Andrew Cagney <cagney@redhat.com>
3215
3216 * gdbint.texinfo (Target Architecture Definition): Deprecate
3217 references to SIGTRAMP_START and SIGTRAMP_END.
3218
f561f026
AC
32192004-03-23 Andrew Cagney <cagney@redhat.com>
3220
3221 * gdbint.texinfo (Target Architecture Definition): Deprecate
3222 references to PC_IN_SIGTRAMP.
3223
33cb8b0f
AC
32242004-03-19 Andrew Cagney <cagney@redhat.com>
3225
3226 * gdbint.texinfo (Target Architecture Definition): Delete
3227 reference to GDB_TARGET_IS_HPPA.
3228
fc989b7a
AC
32292004-03-18 Andrew Cagney <cagney@redhat.com>
3230
3231 * gdbint.texinfo (Coding): Update section on gdbarch_data,
3232 describe pre_init and post_init.
3233
701b08bb
DJ
32342004-03-09 Daniel Jacobowitz <drow@mvista.com>
3235
3236 * gdb.texinfo (Debugging Output): Document values for "set debug
3237 target".
3238
faae5abe
AC
32392004-02-28 Andrew Cagney <cagney@redhat.com>
3240
3241 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
3242
dd79a6cf
JJ
32432004-02-26 Jeff Johnston <jjohnstn@redhat.com>
3244
3245 * gdb.texinfo (breakpoints): Add information about the
3246 new "set breakpoint pending" and "show breakpoint pending"
3247 commands.
3248
e7f16015
AC
32492004-02-26 Andrew Cagney <cagney@redhat.com>
3250
3251 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
3252 in Per-architecture module data section.
3253
7161a3a6
RM
32542004-02-25 Roland McGrath <roland@redhat.com>
3255
3256 * gdb.texinfo (General Query Packets): Document qPart:... packets.
3257
2154891a
AC
32582004-02-24 Andrew Cagney <cagney@redhat.com>
3259
3260 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
3261 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
3262 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 3263
6c74ac8b
AC
32642004-02-17 Andrew Cagney <cagney@redhat.com>
3265
3266 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
3267
19772a2c
AC
32682004-02-16 Andrew Cagney <cagney@redhat.com>
3269
3270 * gdbint.texinfo (Target Architecture Definition): Deprecate
3271 FRAMELESS_FUNCTION_INVOCATION.
3272
c9830293
AC
32732004-02-16 Andrew Cagney <cagney@redhat.com>
3274
3275 * gdbint.texinfo (Coding): Mention -Wunused-function.
3276
b9d26eb9
AC
32772004-02-14 Andrew Cagney <cagney@redhat.com>
3278
3279 * gdbint.texinfo (Target Architecture Definition): Delete
3280 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
3281
49efadf5
EZ
32822004-02-12 Elena Zannoni <ezannoni@redhat.com>
3283
3284 * gdb.texinfo: Properly quote the name "C++".
3285 * gdbint.texinfo: Ditto.
3286 * stabs.texinfo: Ditto.
3287
1eb288ea
EZ
32882004-02-11 Elena Zannoni <ezannoni@redhat.com>
3289
3290 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
3291 minimal information about libiberty.
3292
e4937fc1
MC
32932004-02-06 Michael Chastain <mec.gnu@mindspring.com>
3294
3295 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
3296
a9331b3f
RM
32972004-02-04 Roland McGrath <roland@redhat.com>
3298
3299 * gdb.texinfo (Auxiliary Vector): New node (section).
3300 (Data): Add it to the menu.
3301
2650777c
JJ
33022004-02-02 Jeff Johnston <jjohnstn@redhat.com>
3303
3304 * gdb.texinfo (Breakpoints): Add information about pending
3305 breakpoint support.
3306
b4501125
AC
33072004-01-26 Andrew Cagney <cagney@redhat.com>
3308
3309 * gdb.texinfo (Overview): Delete references to the cisco protocol
3310 including the "N" response.
3311
74055713
AC
33122004-01-26 Andrew Cagney <cagney@redhat.com>
3313
3314 * gdbint.texinfo (Target Architecture Definition): Rename
3315 EXTRACT_STRUCT_VALUE_ADDRESS to
3316 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 3317
3bbe9696
EZ
33182004-01-24 Eli Zaretskii <eliz@gnu.org>
3319
3320 * gdb.texinfo (KOD): Document "show os". Add index entries for
3321 "set/show os" and "info cisco" commands.
3322
5843504f
EZ
33232004-01-21 Eli Zaretskii <eliz@gnu.org>
3324
3325 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
3326
9175c9a3
MC
33272004-01-19 Michael Chastain <mec.gnu@mindspring.com>
3328
3329 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
3330 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
3331
8e94b928
NR
33322004-01-19 Nick Roberts <nick@nick.uklinux.net>
3333
3334 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
3335 -stack-list-locals.
3336 (GDB/MI Variable Objects): Describe extension to
3337 -var-list-children.
3338
a20cf136
DJ
33392004-01-17 Daniel Jacobowitz <drow@mvista.com>
3340
3341 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
3342
afb18d0f
AC
33432004-01-17 Andrew Cagney <cagney@redhat.com>
3344
3345 * gdbint.texinfo (Target Architecture Definition): Delete
3346 documentation on DEPRECATED_NPC_REGNUM.
3347
b51970ac
DJ
33482004-01-13 Daniel Jacobowitz <drow@mvista.com>
3349
3350 * gdb.texinfo: Update copyright year. Mention that set
3351 follow-fork-mode is supported on GNU/Linux. Remove documentation of
3352 "set follow-fork-mode ask".
3353
0f0cffd2
AC
33542004-01-13 Andrew Cagney <cagney@redhat.com>
3355
3356 * gdbint.texinfo: Update copyright year.
3357 (Coding): Add -Wunused-label to list of -Werror warnings.
3358
c552b3bb 33592004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 3360 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
3361
3362 * gdb.texinfo: Update copyright.
3363 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
3364 around names, as appropriate. Minor syntax cleanup of
3365 _NSPrintForDebugger explanation. Two spaces after periods.
3366 GDBN used instead of lit. "gdb". Index entries added for
3367 print-object and _NSPrintForDebugger. @noindent added in one spot.
3368
afe157ca
EZ
33692003-11-11 Elena Zannoni <ezannoni@redhat.com>
3370
3371 * stabs.texinfo: Add dircategory and direntry commands.
3372 * annotate.texinfo: Ditto.
3373
963e2bb7
AC
33742003-11-10 Andrew Cagney <cagney@redhat.com>
3375
3376 * gdbint.texinfo (Target Architecture Definition): Replace the
3377 return_value method's "inval" and "outval" parameters with
3378 "readbuf" and "writebuf".
3379
1d8b2f28
JB
33802003-10-28 Jim Blandy <jimb@redhat.com>
3381
3382 * gdb.texinfo (The F request packet, The F reply packet): Renamed
3383 from "The `F' request packet" and "The `F' reply packet", to make
3384 texi2dvi happy.
3385 (File-I/O remote protocol extension): Update menu entries, too.
3386
36d86913
MC
33872003-10-26 Michael Chastain <mec@shout.net>
3388
3389 * gdb.texinfo (Thread Stops): Document the issue with
3390 premature return from system calls in multi-threaded programs.
3391
ce2826aa
AC
33922003-10-24 Andrew Cagney <cagney@redhat.com>
3393
3394 * annotate.texinfo: Fix "fortunatly"[sic].
3395
f24c5e49
KI
33962003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
3397
3398 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
3399 with "Hitachi" and "Mitsubishi".
3400
92ad9cd9
AC
34012003-10-20 Andrew Cagney <cagney@redhat.com>
3402
3403 * gdbint.texinfo (Target Architecture Definition): Document
3404 gdbarch_return_value. Add cross references from
3405 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
3406 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
3407
0ab4b752
MK
34082003-10-18 Mark Kettenis <kettenis@gnu.org>
3409
3410 * gdbint.texinfo (Target Architecture Definition): Document
3411 regset_from_core_section.
fb3e19c0
KI
3412
34132003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
3414
3415 * gdb.texinfo (M32R/D): Mention m32rsdi target.
3416
a9331b3f 34172003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
3418
3419 From Anthony Green <green@redhat.com>:
5ae4183a 3420 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 3421
1485d690
KB
34222003-10-14 Kevin Buettner <kevinb@redhat.com>
3423
3424 * gdb.texinfo (Breakpoint related warnings): New node.
3425 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 3426
86d30acc
DJ
34272003-10-13 Daniel Jacobowitz <drow@mvista.com>
3428
3429 * gdb.texinfo (Remote Protocol): Document v and vCont.
3430
172c2a43
KI
34312003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
3432
3433 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
3434 * gdbint.texinfo: Ditto.
3435
71952f4c
AC
34362003-10-09 Andrew Cagney <cagney@redhat.com>
3437
3438 From 2003-09-18 David Anderson <davea@sgi.com>:
3439 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
3440 "command".
3441
268e2188
AC
34422003-10-03 Andrew Cagney <cagney@redhat.com>
3443
3444 * gdbint.texinfo (Target Architecture Definition): Deprecate
3445 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
3446 just target.
3447
12c266ea 34482003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 3449
f30992d4 3450 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
3451 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
3452 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
3453 * gdbint.texinfo (Target Architecture Definition): Rename
3454
34552003-09-30 Andrew Cagney <cagney@redhat.com>
3456
f30992d4 3457 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 3458 (Target Architecture Definition):
f30992d4 3459
2e092625
AC
3460 * gdbint.texinfo (Target Architecture Definition): Rename
3461 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
3462
0717ae8a
AC
34632003-09-29 Andrew Cagney <cagney@redhat.com>
3464
dad809b7
AC
3465 * gdbint.texinfo (Target Architecture Definition): Delete
3466 documentation for NEED_TEXT_START_END.
3467
0717ae8a
AC
3468 * gdbint.texinfo (Target Architecture Definition): Rename
3469 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
3470 TARGET_WRITE_PC.
a9331b3f 3471
af6cf26d
MC
34722003-09-22 Michael Chastain <mec@shout.net>
3473
3474 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
3475
ee206350
AG
34762003-09-21 Anthony Green <green@redhat.com>
3477
3478 * gdbint.texinfo (Target Architecture Definition): Fix typos.
3479
a38c9fe6
MK
34802003-09-21 Mark Kettenis <kettenis@gnu.org>
3481
3482 * gdbint.texinfo (Target Architecture Definition): Document
3483 stabs_argument_has_addr.
3484
77949794
AC
34852003-09-18 Andrew Cagney <cagney@redhat.com>
3486
3487 * gdbint.texinfo (Target Architecture Definition): Delete
3488 documentation on REGISTER_NAMES.
3489
8e823e25
MK
34902003-09-13 Mark Kettenis <kettenis@gnu.org>
3491
3492 * gdbint.texinfo (Target Architecture Definition): Replace
3493 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
3494
f27dd7fd
AC
34952003-09-11 Andrew Cagney <cagney@redhat.com>
3496
3497 * gdbint.texinfo (Target Architecture Definition): Replace
3498 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
3499
8b148df9
AC
35002003-08-18 Andrew Cagney <cagney@redhat.com>
3501
3502 * gdbint.texinfo (Target Architecture Definition): Document
3503 "frame_red_zone_size".
3504
25d29d70
AC
35052003-08-09 Andrew Cagney <cagney@redhat.com>
3506
3507 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
3508 with "set/show backtrace past-main" and "set/show backtrace
3509 limit".
3510
c938e9b0
L
35112003-08-08 H.J. Lu <hongjiu.lu@intel.com>
3512
3513 * Makefile.in (install-info): Support DESTDIR.
3514 (install-html): Likewise.
3515
64fabec2
AC
35162003-08-07 Andrew Cagney <cagney@redhat.com>
3517
3518 Patch from Nick Roberts.
3519 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
3520 bindings. Remove description of send-gdb-command.
3521
2fcf52f0
AC
35222003-08-07 Andrew Cagney <cagney@redhat.com>
3523
3524 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
3525 GDB 6.0.
3526
086432e2
AC
35272003-08-06 Andrew Cagney <cagney@redhat.com>
3528
3529 * gdb.texinfo (Mode Options): Mention that level three is the
3530 highest available and that level 2 is deprecated.
3531 (Annotations Overview): Mention annotation levels. Cross reference
3532 to "Limitations of the Annotation Interface" in annotate.texi.
3533 (TODO, Value Annotations, Frame Annotations): Delete section.
3534 (Displays, Breakpoint Info): Delete.
3535
e5249f67
AC
35362003-08-04 Andrew Cagney <cagney@redhat.com>
3537
3538 * agentexpr.texi: Delete @bye.
3539 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
3540 (stabs.info): Add $(srcdir) to include search path.
3541 (html): Depend on "annotate_toc.html", and not "annotate.html".
3542 * stabs.texinfo: Ditto. Include "fdl.texi".
3543 * gdbint.texinfo: Update copyright statement's list of invariant
3544 sections.
3545
e6f672d2
AC
35462003-07-28 Andrew Cagney <cagney@redhat.com>
3547
3548 * Makefile.in (INFO_DEPS): Add annotate.info.
3549 (dvi, ps, html, pdf): Add annotate.
3550 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
3551 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
3552 (ANNOTATE_DOC_FILES): New macro.
3553 (ANNOTATE_TEX_TMPS): New macro.
3554 (annotate.info, annotate_toc.html): Specify dependencies.
3555 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
3556 * annotate.texinfo: Rename annotate.texi. Get building. Add
3557 "Migrating to GDB/MI" and "Limitations of the Annotation
3558 Interface" chapters. Mention why it is not part of the user
3559 guide. Update copyright notice. Include "fdl.texi".
3560
72ffddc9
SC
35612003-07-26 Stephane Carrez <stcarrez@nerim.fr>
3562
3563 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
3564
a9f12a31
DJ
35652003-07-24 Daniel Jacobowitz <drow@mvista.com>
3566
3567 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
3568
b1fe9455
DJ
35692003-07-24 Daniel Jacobowitz <drow@mvista.com>
3570
3571 * gdb.texinfo (Server): Mention pidof.
3572
153721e6
AC
35732003-07-22 Andrew Cagney <cagney@redhat.com>
3574
3575 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
3576 list.
3577
0fac0b41
DJ
35782003-06-28 Daniel Jacobowitz <drow@mvista.com>
3579
3580 * gdb.texinfo (Logging output): New chapter.
3581
4e562065
JB
35822003-06-24 Joel Brobecker <brobecker@gnat.com>
3583
3584 * gdb.texinfo (Unsupported languages): New section.
3585 (Languages): Add link to new section.
3586
f2c06f52
AC
35872003-06-22 Andrew Cagney <cagney@redhat.com>
3588
3589 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
3590
b4177fca
DJ
35912003-06-22 Daniel Jacobowitz <drow@mvista.com>
3592
3593 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
3594
f418dd93
DJ
35952003-06-22 Daniel Jacobowitz <drow@mvista.com>
3596
3597 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
3598 * agentexpr.texi: Retitle section, and change it to an appendix.
3599 Comment out texinfo initialization. Factor a @var{} into two
3600 pieces to prevent makeinfo warnings.
3601 * gdb.texinfo: Add Agent Expressions appendix.
3602
4ca61388
DJ
36032003-06-19 Daniel Jacobowitz <drow@mvista.com>
3604
3605 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
3606
07f31aa6
DJ
36072003-06-18 Daniel Jacobowitz <drow@mvista.com>
3608
5ae4183a 3609 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
3610 remote target". Document the "detach" and "disconnect" commands.
3611 (Server, Netware, Debug Session): Reference "Connecting to a
3612 remote target".
3613 (GDB/MI Target Manipulation): Document "-target-disconnect".
3614
2dd0da42
AC
36152003-06-13 Andrew Cagney <cagney@redhat.com>
3616
3617 * gdbint.texinfo (Target Architecture Definition): Deprecate
3618 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
3619 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
3620
e7a3abfc
JB
36212003-06-09 Jim Blandy <jimb@redhat.com>
3622
3623 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
3624
25e3a86b
AC
36252003-06-08 Andrew Cagney <cagney@redhat.com>
3626
3627 * gdbint.texinfo (Target Architecture Definition): Delete
3628 documentation on FRAME_ARGS_ADDRESS_CORRECT.
3629
a9e5fdc2
AC
36302003-06-08 Andrew Cagney <cagney@redhat.com>
3631
3632 * gdbint.texinfo (Target Architecture Definition): Document
3633 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
3634
b37303ee
AF
36352003-06-07 Adam Fedor <fedor@gnu.org>
3636
3637 * gdb.texinfo: Add Objective-C documentation.
3638
39fe6e80
AC
36392003-06-01 Andrew Cagney <cagney@redhat.com>
3640
3641 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
3642 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
3643
125309b2
AC
36442003-05-21 Andrew Cagney <cagney@redhat.com>
3645
3646 * gdbint.texinfo (Target Architecture Definition): Delete
3647 references to "extract_address" and "store_address".
3648
b8b527c5
AC
36492003-05-16 Andrew Cagney <cagney@redhat.com>
3650
3651 * gdbint.texinfo (Target Architecture Definition): Replace
3652 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
3653 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
3654
50e3ee83
TR
36552003-05-14 Theodore A. Roth <troth@openavr.org>
3656
3657 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
3658
44e2be90
L
36592003-05-10 H.J. Lu <hongjiu.lu@intel.com>
3660
3661 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
3662 (gdb.dvi): Likewise.
3663 (gdb.pdf): Likewise.
3664 (links2roff): Likewise.
3665
df5215a6
JB
36662003-05-08 Jim Blandy <jimb@redhat.com>
3667
3668 * gdb.texinfo (Dump/Restore Files): Update documentation for
3669 'dump', 'append', and 'restore': note that format argument is
3670 optional; simplify presentation of the command variants; and be
3671 more precise about the formats.
3672
5e7b2f39
JB
36732003-05-07 Jim Blandy <jimb@redhat.com>
3674
3675 * gdb.texinfo (Symbols): Update documentation: 'maint list
3676 symtabs' and 'maint list psymtabs' have been renamed 'maint info
3677 symtabs' and 'maint info psymtabs'.
3678
b1e29e33
AC
36792003-05-05 Andrew Cagney <cagney@redhat.com>
3680
3681 * gdbint.texinfo (Target Architecture Definition): Make
3682 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
3683 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
3684 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
3685
00905d52
AC
36862003-05-04 Andrew Cagney <cagney@redhat.com>
3687
3688 * gdb.texinfo (Maintenance Commands): Document "maint print
3689 dummy-frames".
3690
54ff5908
AC
36912003-05-04 Andrew Cagney <cagney@redhat.com>
3692
3693 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
3694
32e7087d
JB
36952003-05-03 J. Brobecker <brobecker@gnat.com>
3696
3697 Thierry Schneider <tpschneider1@yahoo.com>
3698 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
3699 for new MI command.
3700
7043d8dc
AC
37012003-05-03 Andrew Cagney <cagney@redhat.com>
3702
3703 * gdbint.texinfo (Target Architecture Definition): Document
3704 push_dummy_code. Add cross references.
3705
e33d66ec
EZ
37062003-05-02 Elena Zannoni <ezannoni@redhat.com>
3707
3708 * gdb.texinfo (Character Sets): Update to reflect new behavior of
3709 set/show charsets commands.
3710
0ba6dca9
AC
37112003-04-28 Andrew Cagney <cagney@redhat.com>
3712
3713 * gdbint.texinfo (Target Architecture Definition): Replace
3714 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
3715 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
3716
d7a27068
AC
37172003-04-28 Andrew Cagney <cagney@redhat.com>
3718
3719 * gdbint.texinfo (Target Architecture Definition): Rename
3720 "tm_print_insn" to "deprecated_tm_print_insn".
3721
44ea7b70
JB
37222003-04-09 Jim Blandy <jimb@redhat.com>
3723
3724 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
3725 list psymtabs'.
3726
fb8f8949
AC
37272003-04-08 Andrew Cagney <cagney@redhat.com>
3728
3729 * gdbint.texinfo (Target Architecture Definition): Delete
3730 references to EXTRA_FRAME_INFO.
3731
32fb0f22
AC
37322003-04-08 Andrew Cagney <cagney@redhat.com>
3733
3734 * gdbint.texinfo (Target Architecture Definition): Delete
3735 PRINT_TYPELESS_INTEGER.
3736
6be67e67
JB
37372003-04-02 J. Brobecker <brobecker@gnat.com>
3738
3739 * observer.texi (GDB Observers): Adjust the documentation for the
3740 normal_stop notification to better describe reality. Fix a couple
3741 of minor typos.
3742
4e35d5f0
BR
37432003-04-02 Bob Rossi <bob_rossi@cox.net>
3744
a9331b3f 3745 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
3746 '-file-list-exec-source-file'
3747
e8a8712a
AC
37482003-03-31 Andrew Cagney <cagney@redhat.com>
3749
3750 * gdbint.texinfo (Target Architecture Definition): Delete
3751 references to CALL_DUMMY_P.
3752
6c0e89ed
AC
37532003-03-30 Andrew Cagney <cagney@redhat.com>
3754
3755 * gdbint.texinfo (Target Architecture Definition): Remove
3756 reference to TARGET_WRITE_SP.
a9331b3f 3757
378bfd1b
AC
37582003-03-27 Andrew Cagney <cagney@redhat.com>
3759
3760 * gdbint.texinfo (Target Architecture Definition): Remove
3761 references to write_sp.
6c0e89ed 3762
922fbb7b
AC
37632003-03-27 Andrew Cagney <cagney@redhat.com>
3764
3765 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
3766 chapter body. Use @smallexample instead of @example.
3767 (Annotations): Ditto.
3768 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
3769 annotate.texi.
3770
b81774d8
AC
37712003-03-26 Andrew Cagney <cagney@redhat.com>
3772
3773 * gdbint.texinfo (Target Architecture Definition): Replace
3774 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
3775 dummy_addr parameters.
3776
1bf6d5cc
AC
37772003-03-25 Andrew Cagney <cagney@redhat.com>
3778
3779 * gdbint.texinfo (Target Architecture Definition): Delete
3780 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
3781 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
3782 Add reference to PUSH_ARGUMENTS.
3783
618ce49f
AC
37842003-03-23 Andrew Cagney <cagney@redhat.com>
3785
3786 * gdbint.texinfo (Algorithms, Target Architecture Definition):
3787 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
3788
bcd7e15f
JB
37892003-03-18 J. Brobecker <brobecker@gnat.com>
3790
3791 * gdbint.texinfo (Algorithms): Add new section describing the
3792 Observer paradigm.
3793 (Top): Add menu entry to new observer appendix.
3794 * observer.texi: New file.
3795 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
3796 new observer.texi file.
3797
9fe8321b
AC
37982003-03-17 Andrew Cagney <cagney@redhat.com>
3799
3800 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
3801 that GNU Press update the manual version number.
3802
ac2adee5
AC
38032003-03-12 Andrew Cagney <cagney@redhat.com>
3804
3805 * gdbint.texinfo (Target Architecture Definition): Delete
3806 references to get_saved_register. Rename GET_SAVED_REGISTER to
3807 DEPRECATED_GET_SAVED_REGISTER.
3808
749b82f6
AC
38092003-03-13 Andrew Cagney <cagney@redhat.com>
3810
3811 * gdbint.texinfo (Target Architecture Definition): Replace
3812 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
3813
8bedc050
AC
38142003-03-12 Andrew Cagney <cagney@redhat.com>
3815
3816 * gdbint.texinfo (Target Architecture Definition): Rename
3817 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 3818
0ce1b118
CV
38192003-03-10 Corinna Vinschen <vinschen@redhat.com>
3820
3821 * gdb.texinfo: Add File-I/O documentation.
3822
12cc2063
AC
38232003-03-10 Andrew Cagney <cagney@redhat.com>
3824
3825 * gdbint.texinfo (Target Architecture Definition): Cross reference
3826 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
3827
7453dc06
AC
38282003-03-07 Andrew Cagney <cagney@redhat.com>
3829
3830 * gdb.texinfo (Debugging Output): Mention the "set/show debug
3831 frame" command.
3832
6314f104
AC
38332003-03-05 Andrew Cagney <cagney@redhat.com>
3834
3835 * gdbint.texinfo (Target Architecture Definition): Document
3836 unwind_dummy_id. Cross reference unwind_dummy_id and
3837 SAVE_DUMMY_FRAME_TOS.
3838
f1212245
DJ
38392003-03-05 James Ingham <jingham@apple.com>
3840 Daniel Jacobowitz <drow@mvista.com>
3841
3842 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
3843 and "show cp-abi".
3844
77e7e267
AC
38452003-03-03 Andrew Cagney <cagney@redhat.com>
3846
3847 * gdbint.texinfo (Target Architecture Definition): Document
3848 register_type.
3849
838a8221
AC
38502003-03-03 Andrew Cagney <cagney@redhat.com>
3851
3852 * stabs.texinfo (Structures): Use @samp and separate @var's
3853 instead of a single @var containing a comma separated list.
3854 (Unions): Ditto.
3855
d7f4a264
DJ
38562003-03-02 Daniel Jacobowitz <drow@mvista.com>
3857
3858 * Makefile.in (distclean): Remove config.log.
3859
f30ee0bc
AC
38602003-03-01 Andrew Cagney <cagney@redhat.com>
3861
3862 * gdbint.texinfo (Target Architecture Definition): Rename
3863 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
3864
38652003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
3866
3867 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
3868 DEPRECATED_INIT_EXTRA_FRAME_INFO.
3869
be448670
CF
38702003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
3871
3872 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
3873 (Non-debug DLL symbols): New node, describing the minimal symbols
3874 loaded from DLLs without real debugging symbols.
3875
501eef12
AC
38762003-02-20 Andrew Cagney <ac131313@redhat.com>
3877
3878 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
3879 hardware-breakpoint-limit".
3880 (Set Watchpoints): Add cross reference to "set remote
3881 hardware-watchpoint-limit".
3882 (Remote configuration options): New section.
3883
21c294e6
AC
38842003-02-04 Andrew Cagney <ac131313@redhat.com>
3885
e9be73e4
AC
3886 * gdbint.texinfo (Target Architecture Definition): Delete
3887 descrption of IS_TRAPPED_INTERNALVAR.
3888
21c294e6
AC
3889 From Keith Seitz <keiths@redhat.com>:
3890 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
3891 option "-i"/"--interpreter" to this chapter. Include index
3892 entries.
3893
0179ffac
DC
38942003-02-04 David Carlton <carlton@math.stanford.edu>
3895
3896 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
3897 (Variables): Recommend stabs+ and DWARF 2.
3898 (C plus plus expressions): Correct info about
3899 compiler versions, debug formats.
3900 (Contributors): Change 'DWARF2' to 'DWARF 2'.
3901 PR symtab/874.
3902
7ca9f392
AC
39032003-02-01 Andrew Cagney <ac131313@redhat.com>
3904
3905 * gdbint.texinfo (Target Architecture Definition): Delete
3906 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
3907 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
3908 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
3909 references to nindy and i960.
3910 * gdb.texinfo (i960): Delete all references to i960 and nindy.
3911
31a85ea2
AC
39122003-02-01 Andrew Cagney <ac131313@redhat.com>
3913
3914 * gdbint.texinfo (Target Architecture Definition): Delete
3915 FLOAT_INFO.
3916
6b894e49
AC
39172003-01-30 Andrew Cagney <ac131313@redhat.com>
3918
3919 * stabs.texinfo (Member Type Descriptor): Clarify description of
3920 `@'. Suggested by Ben Hutchings.
3921
c48861fb
AC
39222003-01-29 Andrew Cagney <ac131313@redhat.com>
3923
3924 * gdb.texinfo (M68K): Delete reference to es1800.
3925
617073a9
AC
39262003-01-29 Andrew Cagney <ac131313@redhat.com>
3927
3928 * gdb.texinfo (Maintenance Commands): Document `maint print
3929 reggroups' and `maint print register-groups'.
3930 * gdbint.texinfo (Target Architecture Definition): Document
3931 register_reggroup_p.
3932
5b5d99cf
JB
39332003-01-23 Jim Blandy <jimb@redhat.com>
3934
3935 * gdb.texinfo (Separate Debug Files): New section.
3936
e7ba9c65
DJ
39372003-01-22 Daniel Jacobowitz <drow@mvista.com>
3938
3939 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
3940 and "maint show profile".
3941
94e91d6d
MC
39422003-01-16 Michael Chastain <mec@shout.net>
3943
3944 * gdb.texinfo (Installing GDB): Warn against
3945 ".../gdb-VERSION/gdb/configure".
3946 (Separate Objdir): Likewise.
3947
867f3898
AC
39482003-01-15 Andrew Cagney <ac131313@redhat.com>
3949
3950 * gdbint.texinfo (Target Architecture Definition): Delete
3951 definition of PRINT_REGISTER_HOOK.
3952
f153cc92
EZ
39532003-01-15 Elena Zannoni <ezannoni@redhat.com>
3954
3955 (OpenRISC 1000): Fix formatting of command names.
3956
c60eb6f1
EZ
39572003-01-15 Elena Zannoni <ezannoni@redhat.com>
3958
3959 * gdb.texinfo (Continuing and Stepping): Add new command
3960 'advance'. Clarify behavior of 'until'.
3961
f5ebfba0
DJ
39622003-01-13 Daniel Jacobowitz <drow@mvista.com>
3963
3964 * gdb.texinfo (Files): Document solib-absolute-prefix and
3965 solib-search-path.
3966
4ce8657e
MC
39672003-01-09 Michael Chastain <mec@shout.net>
3968
3969 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
3970 (Create a Release): Add new instructions for new @file{src-release}.
3971 Document existing instructions for @file{Makefile.in} as
3972 being for @value{GDBN} 5.3.1 or earlier.
3973
372613e3
AC
39742003-01-09 Andrew Cagney <ac131313@redhat.com>
3975
3976 * gdbint.texinfo (Target Architecture Definition): Mention
3977 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
3978 allocate memory.
3979
b4e9345d
DJ
39802003-01-04 Daniel Jacobowitz <drow@mvista.com>
3981
3982 * gdb.texinfo (Controlling GDB): Add @kindex for
3983 "show osabi".
3984 (Backtraces): Add @kindex's for backtrace-below-main.
3985
98b45e30
DJ
39862003-01-04 Daniel Jacobowitz <drow@mvista.com>
3987
3988 * gdb.texinfo (Controlling GDB): Document "set osabi".
3989
95f90d25
DJ
39902003-01-04 Daniel Jacobowitz <drow@mvista.com>
3991
3992 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
3993 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
3994
1e698235
DJ
39952003-01-04 Daniel Jacobowitz <drow@mvista.com>
3996
3997 * gdb.texinfo (Controlling GDB): Add ABI section. Document
3998 "set coerce-float-to-double".
3999 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
4000
e632838e
AC
40012003-01-02 Andrew Cagney <ac131313@redhat.com>
4002
4003 * stabs.texinfo: Remove obsolete text.
4004 * gdbint.texinfo: Ditto.
4005 * gdb.texinfo: Ditto.
4006
c133ab7a
MK
40072002-12-22 Mark Kettenis <kettenis@gnu.org>
4008
4009 * gdbint.texinfo (Target Architecture Definition): Update
4010 description of gdbarch_register_osabi.
4011
f821f325
KH
40122002-12-20 Kazu Hirata <kazu@cs.umass.edu>
4013
4014 * agentexpr.texi: Fix typos.
4015 * annotate.texi: Likewise.
4016 * fdl.texi: Likewise.
4017
85a6d8d3 40182002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
4019
4020 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
4021 DEPRECATED_INIT_FRAME_PC.
4022
ae45cd16
AC
40232002-12-01 Andrew Cagney <ac131313@redhat.com>
4024
4025 * gdbint.texinfo (Target Architecture Definition): Delete
4026 PC_IN_CALL_DUMMY.
4027
07555a72
AC
40282002-11-28 Andrew Cagney <ac131313@redhat.com>
4029
4030 * gdbint.texinfo (Host Definition): Delete documentation on
4031 USE_GENERIC_DUMMY_FRAMES.
4032
c166cdc7
EZ
40332002-11-26 Elena Zannoni <ezannoni@redhat.com>
4034
5ae4183a 4035 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
4036 * Makefile.in (install-info): Run the install-info command as part
4037 of the post install steps only.
4038 (uninstall-info): New target.
4039 (uninstall): New target.
4040
35db0260
EZ
40412002-11-22 Elena Zannoni <ezannoni@redhat.com>
4042
4043 * Makefile.in (install): Make install do some real work.
4044
9ba8d803
AC
40452002-11-19 Andrew Cagney <ac131313@redhat.com>
4046
4047 Fix POSIX problem reported by Paul Eggert.
4048 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
4049 Fix PR gdb/527.
4050
903ad3a6
AC
40512002-10-26 Andrew Cagney <cagney@redhat.com>
4052
4053 * gdbint.texinfo (Target Architecture Definition): Delete
4054 definition of DO_REGISTERS_INFO.
4055
f2abfe65
KB
40562002-10-18 Kevin Buettner <kevinb@redhat.com>
4057
4058 * gdbint.texinfo (Address Classes): Fix problems with insertion
4059 of ``{'' and ``}'' in example.
4060
b5b0480a
KB
40612002-10-17 Kevin Buettner <kevinb@redhat.com>
4062
4063 * gdbint.texinfo (Address Classes): New section.
4064 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
4065 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
4066 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
4067 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
4068
c85508ee
KD
40692002-10-11 Klee Dienes <kdienes@apple.com>
4070
4071 * gdb.texinfo (Registers): Mention vector registers as well as
4072 floating registers in the documentation for 'info registers' and
4073 'info all-registers'.
4074
6d12fc3d
DJ
40752002-10-11 Daniel Jacobowitz <drow@mvista.com>
4076
4077 * gdbint.texinfo (CPLUS_MARKER): Remove item.
4078
8d19fbd2
JJ
40792002-10-03 Jeff Johnston <jjohnstn@redhat.com>
4080
4081 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
4082 interface definition.
4083
a37295f9
MM
40842002-10-03 Marko Mlinar <markom@opencores.org>
4085
4086 * gdb.texinfo (Target Commands): Add or1k target specific
4087 commands.
4088 * gdb.texinfo (Contributors): Add myself to the contributors list.
4089
da0f9dcd
AC
40902002-10-01 Andrew Cagney <ac131313@redhat.com>
4091
4092 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
4093 and "mi1" instead of "mi1" and "mi0".
4094
2e834e49
HPN
40952002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
4096
4097 * gdb.texinfo (Packets): Fix typos "alligned".
4098 Correct z3/Z3 description. Correct z4/Z4 title.
4099
050be0dc
AC
41002002-09-27 Andrew Cagney <ac131313@redhat.com>
4101
4102 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
4103
1104b9e7
KB
41042002-09-25 Kevin Buettner <kevinb@redhat.com>
4105
4106 * gdb.texinfo: Use GNU/Linux instead of Linux.
4107
512217c7
AC
41082002-09-25 Andrew Cagney <ac131313@redhat.com>
4109
4110 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
4111
10998722
AC
41122002-09-24 Andrew Cagney <ac131313@redhat.com>
4113
512217c7 4114 * gdb.texinfo: Replace @example with @smallexample.
10998722 4115
a0eb71c5
KB
41162002-09-20 Kevin Buettner <kevinb@redhat.com>
4117
f7dc1244 4118 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
4119 * gdb.texinfo (Character Sets): Use @smallexample instead of
4120 @example. Use GNU/Linux instead of Linux.
4121
41222002-09-20 Jim Blandy <jimb@redhat.com>
4123
4124 * gdb.texinfo: Add character set documentation.
4125
2f870471
AC
41262002-09-19 Andrew Cagney <ac131313@redhat.com>
4127
4128 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
4129 (Packets): Add cross reference from `b' packet to `z' packets.
4130
790eb8f5
AC
41312002-09-19 Andrew Cagney <ac131313@redhat.com>
4132
8d30a00d
AC
4133 * gdb.texinfo (Maintenance Commands): Document ``maint
4134 internal-error'' and ``maint internal-warning''.
4135
790eb8f5
AC
4136 * gdbint.texinfo (Target Architecture Definition): Revise
4137 description of STACK_ALIGN. Add description of FRAME_ALIGN.
4138
a23a7bf1
JB
41392002-09-19 Joel Brobecker <brobecker@gnat.com>
4140
4141 * gdbint.texinfo (Target Conditionals): Document the new
4142 NAME_OF_MALLOC macro.
4143
299ffc64
AC
41442002-09-05 Andrew Cagney <ac131313@redhat.com>
4145
4146 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
4147 engineer.
4148
b7bb15bc
SC
41492002-09-02 Stephane Carrez <stcarrez@nerim.fr>
4150
4151 * gdb.texinfo (TUI Overview): Document status line fields.
4152
3d757584
SC
41532002-09-02 Stephane Carrez <stcarrez@nerim.fr>
4154
4155 * gdb.texinfo (TUI Commands): Document info win command.
4156
269c21fe
SC
41572002-09-01 Stephane Carrez <stcarrez@nerim.fr>
4158
4159 * gdb.texinfo (TUI Overview): Document breakpoint markers.
4160
7cf36c78
SC
41612002-09-01 Stephane Carrez <stcarrez@nerim.fr>
4162
4163 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
4164 (TUI Keys): Likewise.
4165
d2c6833e
AC
41662002-08-25 Andrew Cagney <ac131313@redhat.com>
4167
4168 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
4169 for a packet receive.
4170
46d8b1c3
AC
41712002-08-25 Andrew Cagney <ac131313@redhat.com>
4172
4173 * Makefile.in (clean): Move to end of file.
4174 (distclean, maintainer-clean, realclean): Ditto.
4175 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
4176 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
4177 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
4178 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
4179
b0787093
AC
41802002-08-24 Andrew Cagney <ac131313@redhat.com>
4181
4182 * Makefile.in (GDBINT_TEX_TMPS): Define.
4183 (gdbint.dvi, gdbint.pdf): Use
4184 (GDB_TEX_TMPS): Define.
4185 (gdb.dvi, gdb.pdf): Use.
4186 (STABS_TEX_TMPS): Define.
4187 (stabs.dvi, stabs.pdf): Use.
4188 (GDB_DOC_SOURCE_INCLUDES): New macros.
4189 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
4190 (GDBINT_DOC_FILES_INCLUDES): New macros.
4191 (GDBINT_DOC_BUILD_INCLUDES): New macros.
4192 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
4193 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
4194 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
4195 (links2roff): Replace SFILES_INCLUDED with
4196 GDB_DOC_SOURCE_INCLUDES.
4197 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
4198 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
4199 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
4200 dependencies.
4201 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
4202 dependencies.
4203 (gdbmi.texinfo): Delete rule.
4204 (inc-hist.texinfo): Delete rule.
4205 (rluser.texinfo): Delete rule.
4206
ebba8386
AC
42072002-08-23 Andrew Cagney <cagney@redhat.com>
4208
4209 * gdbint.texinfo (Target Architecture Definition): Update
4210 STORE_RETURN_VALUE, mention regcache.
4211
0ab7a791
AC
42122002-08-21 Andrew Cagney <ac131313@redhat.com>
4213
4214 * gdbint.texinfo (Target Architecture Definition): Document
4215 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
4216
ee2d5c50
AC
42172002-08-19 Andrew Cagney <ac131313@redhat.com>
4218
4219 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
4220 Fix minor typos. Add index entries.
4221
53c69bd7
AC
42222002-08-18 Andrew Cagney <ac131313@redhat.com>
4223
4224 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
4225
e76f1f2e
AC
42262002-08-15 Andrew Cagney <ac131313@redhat.com>
4227
4228 * gdbint.texinfo (Target Architecture Definition): Document
4229 PRINT_VECTOR_INFO.
4230 * gdb.texinfo (Vector Unit): Document "info vectors" command.
4231
0680b120
AC
42322002-08-13 Andrew Cagney <ac131313@redhat.com>
4233
4234 * gdb.texinfo (Maintenance Commands): Document "maint print
4235 registers", "maint print raw-registers" and "maint print
4236 cooked-registers".
4237
3c3bea1c
GS
42382002-08-08 Grace Sainsbury <graces@redhat.com>
4239
a9331b3f 4240 From Mark Salter:
3c3bea1c
GS
4241 * gdb.texinfo (Protocol): Document T packet extension to
4242 allow watchpoint address reporting.
4243
42f9b0a5
AC
42442002-08-03 Andrew Cagney <ac131313@redhat.com>
4245
4246 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
4247
db034ac5
AC
42482002-08-01 Andrew Cagney <cagney@redhat.com>
4249
4250 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
4251 to CHILL.
4252
e2b28d04
AC
42532002-08-01 Andrew Cagney <ac131313@redhat.com>
4254
4255 * gdbint.texinfo (Coding): Revise section "Include Files".
4256
7fb623f7
AC
42572002-07-24 Andrew Cagney <cagney@redhat.com>
4258
4259 * gdbint.texinfo: Obsolete references to m88k.
4260 * gdb.texinfo: Ditto.
4261
4a2b4636
JB
42622002-07-10 Joel Brobecker <brobecker@gnat.com>
4263
7fb623f7 4264 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
4265 where the proper version of autoconf can be retrieved.
4266
a71ec265
DH
42672002-07-09 Don Howard <dhoward@redhat.com>
4268
4269 * gdb.texinfo (Command Files): Further describe the behavior of
4270 sourced command files.
4271
b9aa90c9
AC
42722002-06-27 Andrew Cagney <ac131313@redhat.com>
4273
4274 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
4275 (Coding): Clarify ISO C version that GDB assumes.
4276
40dd2248
TT
42772002-06-26 Tom Tromey <tromey@redhat.com>
4278
4279 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
4280 add_setshow_cmd_full.
4281
bfac230e
DH
42822002-06-25 Don Howard <dhoward@redhat.com>
4283
4284 * gdb.texinfo (Memory Region Attributes): Document new behavior
4285 for 'mem' command.
4286
475b0867
JB
42872002-06-11 Jim Blandy <jimb@redhat.com>
4288
919d772c
JB
4289 * gdb.texinfo (Symbols): Update documentation for `info source'
4290 command.
4291
475b0867
JB
4292 * gdb.texinfo (Macros): Call the command `info macro', not
4293 `show macro'.
4294
ba8c9337
AC
42952002-06-09 Andrew Cagney <ac131313@redhat.com>
4296
4297 * gdbint.texinfo (Coding): Add section ``Per-architecture module
4298 data''.
4299
1029b7fa
MK
43002002-06-09 Mark Kettenis <kettenis@gnu.org>
4301
4302 * gdbint.texinfo (Target Architecture Definition): Document
4303 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
4304
16737d73
AC
43052002-06-08 Andrew Cagney <ac131313@redhat.com>
4306
4307 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
4308 lists.
4309
30107679
AC
43102002-06-08 Andrew Cagney <ac131313@redhat.com>
4311
4312 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
4313 Branch''.
4314
3352e23e
AC
43152002-06-01 Andrew Cagney <ac131313@redhat.com>
4316
4317 * gdbint.texinfo (Target Architecture Definition): Add section
4318 ``Converting an existing Target Architecture to Multi-arch''.
4319
cbb09e6a
AC
43202002-05-30 Andrew Cagney <ac131313@redhat.com>
4321
4322 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
4323 to ``Obsoleting code''. Revise.
4324
e2e0bcd1
JB
43252002-05-17 Jim Blandy <jimb@redhat.com>
4326
4327 * gdb.texinfo (C Preprocessor Macros): New chapter.
4328 Include it in the main menu.
4329 (Contributors): Credit Jim Blandy with macro support.
4330 (Compilation): Explain how to get macro information into the
4331 executable.
4332 (Expressions): Note that preprocessor macros are expanded.
4333
9db8d71f
DJ
43342002-05-14 Daniel Jacobowitz <drow@mvista.com>
4335
4336 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
4337 options for `target remote'.
4338
6d531722
AC
43392002-05-13 Andrew Cagney <ac131313@redhat.com>
4340
4341 * gdbint.texinfo (Target Architecture Definition): Delete
4342 documentation on NNPC_REGNUM.
4343
13d01224
AC
43442002-05-11 Andrew Cagney <ac131313@redhat.com>
4345
4346 * gdbint.texinfo (Target Architecture Definition): Document
4347 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
4348 (Target Architecture Definition): Revise section `Using Different
4349 Register and Memory Data Representations'. Add section `Raw and
4350 Virtual Register Representations'.
4351
b2e75d78
AC
43522002-05-11 Andrew Cagney <ac131313@redhat.com>
4353
4354 * gdbint.texinfo (Target Architecture Definition): Mention
4355 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
4356 (Target Architecture Definition): Mention same. Add references to
4357 web pages.
4358
2c8682ee
MS
43592002-05-08 Michael Snyder <msnyder@redhat.com>
4360
4361 * stabs.texinfo (Attributes): Document new "vector" attribute.
4362
0816590b
AC
43632002-05-04 Andrew Cagney <ac131313@redhat.com>
4364
4365 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
4366
2653173e
AC
43672002-05-04 Andrew Cagney <ac131313@redhat.com>
4368
4369 * gdb.texinfo: Delete obsolete references to a29k.
4370
d7bd68ca
AC
43712002-04-24 Andrew Cagney <ac131313@redhat.com>
4372
4373 * gdbint.texinfo (Target Architecture Definition): Replace
4374 IN_SIGTRAMP with PC_IN_SIGTRAMP.
4375
21d83aa5
DM
43762002-04-24 David S. Miller <davem@redhat.com>
4377
4378 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
4379
7673a6cc
DM
43802002-04-21 David S. Miller <davem@redhat.com>
4381
4382 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
4383
d49d1e0a
AC
43842002-04-21 Andrew Cagney <ac131313@redhat.com>
4385
4386 * gdbint.texinfo (Target Architecture Definition): Delete
4387 definition of HAVE_REGISTER_WINDOWS.
4388
f7dc1244 43892002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
4390
4391 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
4392 "Theodore A. Roth" <troth@verinet.com>.
4393
5ca0cb28
DH
43942002-04-15 Don Howard <dhoward@redhat.com>
4395
f7dc1244 4396 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 4397 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 4398 Provide a better explaination of this feature.
5ca0cb28 4399
f208ba17
AC
44002002-04-14 Andrew Cagney <ac131313@redhat.com>
4401
4402 * gdbint.texinfo (Target Architecture Definition): Remove
4403 FRAME_CHAIN_COMBINE.
4404
d5ba91de
MC
44052002-04-12 Michael Chastain <mec@shout.net>
4406
4407 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
4408 REG_STACK_SEGMENT.
4409
26818220
MC
44102002-04-09 Michael Chastain <mec@shout.net>
4411
4412 * gdbint.texinfo (Obsolete Conditionals): Remove references to
4413 PYRAMID_* macros.
4414
129188f6
AC
44152002-04-07 Andrew Cagney <ac131313@redhat.com>
4416
4417 * gdb.texinfo (Bug Reporting): Document that the web is the
4418 prefered way of submitting bug reports.
4419 (Bug Reporting): Delete the s-mail address as the last resort.
4420
8227c0ff
AC
44212002-04-05 Andrew Cagney <ac131313@redhat.com>
4422
4423 * gdbint.texinfo (Target Architecture Definition): Delete
4424 references to TARGET_WRITE_FP and write_fp.
4425
16d9dec6
MS
44262002-03-27 Michael Snyder <msnyder@redhat.com>
4427
4428 * gdb.texinfo: Document new commands dump, append, and restore.
4429
9ae8b82c
AC
44302002-03-27 Andrew Cagney <ac131313@redhat.com>
4431
4432 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
4433 Branch'.
4434
474c8240
AC
44352002-03-18 Andrew Cagney <ac131313@redhat.com>
4436
4437 * gdb.texinfo: Change all examples to @smallexample.
4438 * gdbint.texinfo: Ditto.
a9331b3f 4439
fb0ff88f
AC
44402002-03-18 Andrew Cagney <ac131313@redhat.com>
4441
4442 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
4443 Branches''.
4444
9bb0a4d8
AC
44452002-03-18 Andrew Cagney <ac131313@redhat.com>
4446
4447 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
4448 Policy''.
4449
937f164b
FF
44502002-03-04 Fred Fish <fnf@redhat.com>
4451
4452 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
4453 expresson, suports, dependant, trhe, perhaphs, situtations,
4454 explictily, taged, oportunity, unfortunatly).
4455
a7b40f07
AC
44562002-02-24 Andrew Cagney <ac131313@redhat.com>
4457
4458 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
4459 Remove reference to 3.12.
4460
aab4e0ec
AC
44612002-02-23 Andrew Cagney <ac131313@redhat.com>
4462
4463 * gdbint.texinfo: Include fdl.texi.
4464 (Top): Add GNU Free Documentation License.
4465 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
4466 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
4467 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
4468 (gdbint.info): Add srcdir to include path.
4469 * gdb.texinfo: Include gpl.texi.
4470 (Top): Add Copying.
4471 * gpl.texi: New file.
4472
47b95330
AC
44732002-02-23 Andrew Cagney <ac131313@redhat.com>
4474
4475 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
4476
78c47bea
PM
44772002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
4478
4479 * gdb.texinfo: Document Cygwin native specific commands.
4480
56460a61
DJ
44812002-02-15 Daniel Jacobowitz <drow@mvista.com>
4482
4483 * gdb.texinfo: Document gdbserver ``--attach'' command.
4484
def71bfa
MS
44852002-02-07 Michael Snyder <msnyder@redhat.com>
4486
4487 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
4488 to @code(_ovly_debug_event).
4489
c928edc0
AC
44902002-02-07 Andrew Cagney <ac131313@redhat.com>
4491
4492 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
4493
81d46470
MS
44942002-02-06 Michael Snyder <msnyder@redhat.com>
4495
4496 * gdb.texinfo (overlays): Mention new magic symbol
4497 '_ovly_debug_event', which allows GDB to keep better track
4498 of overlays.
4499
f7dc1244 45002002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
4501
4502 * gdb.texinfo (Memory Region Attributes): Fix the wording.
4503 Suggested by Dmitry Sivachenko.
4504
4505 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
4506
15110bc3
MS
45072002-02-01 Michael Snyder <msnyder@redhat.com>
4508
4509 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
4510
6763aef9
MS
45112002-01-30 Michael Snyder <msnyder@redhat.com>
4512
ac282366
MS
4513 * gdb.texinfo: (remote protocol): Gramatical fix-up.
4514 (set trust-readonly-sections): Document.
6763aef9 4515
8642bc8f
AC
45162002-01-29 Andrew Cagney <ac131313@redhat.com>
4517
4518 * gdbint.texinfo (Releasing GDB): Revise and update.
4519
afe64c1a
AC
45202002-01-28 Andrew Cagney <ac131313@redhat.com>
4521
4522 * gdbint.texinfo (Target Architecture Definition): Delete
4523 description of TARGET_BYTE_ORDER_DEFAULT.
4524
f7dc1244 45252002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
4526
4527 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
4528 <mitya@cavia.pp.ru>.
4529
3d6e1b5a
AC
45302002-01-23 Andrew Cagney <ac131313@redhat.com>
4531
4532 * libgdb.texinfo: Delete file.
4533
6c0e9fb3
AC
45342002-01-22 Andrew Cagney <ac131313@redhat.com>
4535
4536 * gdb.texinfo: Remove makeinfo 3.12 hacks.
4537 * gdbint.texinfo: Ditto.
4538
e0ce93ac
AC
4539Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
4540
4541 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
4542
be298bcc
AC
45432002-01-22 Andrew Cagney <ac131313@redhat.com>
4544
4545 * Makefile.in: Update copyright.
4546 (TEXI2DVI): Define.
4547 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
4548 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
4549 gdb-cfg.texi.
4550 (TEXINDEX, PDFTEX): Delete makefile variables.
4551
8e04817f
AC
45522002-01-22 Andrew Cagney <ac131313@redhat.com>
4553
4554 * gdb.texinfo (Protocol): Move section to appendix.
4555
6b2f586d
AC
45562002-01-21 Andrew Cagney <ac131313@redhat.com>
4557
4558 * gdb.texinfo (Remote Debugging): Create a menu.
4559 (Top): Add ``Remote Debugging'' to menu.
4560
6f05cf9f
AC
45612002-01-21 Andrew Cagney <ac131313@redhat.com>
4562
4563 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
4564 serial protocol'' from here.
4565 (Remote Debugging): To here. New chapter.
4566
3fd3d7d2
AC
45672002-01-20 Andrew Cagney <ac131313@redhat.com>
4568
4569 * gdbint.texinfo (Target Architecture Definition): Delete
4570 description of TARGET_BYTE_ORDER_SELECTABLE_P.
4571
7fd60527
AC
45722002-01-20 Andrew Cagney <ac131313@redhat.com>
4573
4574 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
4575 are no longer needed.
4576 (Porting GDB): Add maintainer note about configure.host.
4577
c2f05ac9
AC
45782002-01-20 Andrew Cagney <ac131313@redhat.com>
4579
4580 * gdbint.texinfo (Target Architecture Definition): Remove
4581 definition of IEEE_FLOAT.
4582
f7dc1244 45832002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
4584
4585 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
4586 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
4587 <3diff@gnu.org>
231b2aad 4588
82600034
AC
45892002-01-19 Andrew Cagney <ac131313@redhat.com>
4590
4591 * gdbint.texinfo (Host Definition): Remove references to
4592 MALLOC_INCOMPATIBLE.
4593
7708fa01
AC
45942002-01-17 Andrew Cagney <ac131313@redhat.com>
4595
4596 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
4597 and xyz-xdep.o.
4598
eb12ee30
AC
45992002-01-17 Andrew Cagney <ac131313@redhat.com>
4600
4601 * gdb.texinfo (Maintenance Commands): Add appendix.
4602 (Set Breaks): Copy ``maint info breakpoint'' doco to
4603 ``Maintenance Commands'' appendix. Add reference.
4604
c9ccaa92
AC
46052002-01-17 Andrew Cagney <ac131313@redhat.com>
4606
4607 * fdl.texi: Remove next/prev from @node.
4608
f7dc1244 46092002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
4610
4611 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
4612 for monstrous @multitable (from Brian Youmans).
4613
4614 * fdl.texi: New file.
4615
4616 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
4617
8973da3a
AC
46182002-01-15 Andrew Cagney <ac131313@redhat.com>
4619
4620 * gdbint.texinfo (Releasing GDB): New chapter.
4621
7d86b5d5
AC
46222002-01-14 Andrew Cagney <ac131313@redhat.com>
4623
4624 * gdb.texinfo (Embedded Processors, Calling program functions):
4625 Obsolete references to a29k.
4626
cc1cb004
AC
46272002-01-13 Andrew Cagney <ac131313@redhat.com>
4628
4629 * gdbint.texinfo (Coding): Review Cleanups section. Examples
4630 examples. Document that a code-block should do or discard its
4631 cleanups before exit.
4632
79f12247
MS
46332002-01-11 Michael Snyder <msnyder@redhat.com>
4634
4635 * gdb.texinfo (Choosing files): Change @samp to @file.
4636
19837790
MS
46372002-01-05 Michael Snyder <msnyder@redhat.com>
4638
4639 * gdb.texinfo (--pid): Document new command line option (attach).
4640
f7dc1244 46412002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
4642
4643 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
4644 in the stub.
4645
d7449b42
AC
46462002-01-04 Andrew Cagney <ac131313@redhat.com>
4647
4648 * gdbint.texinfo (Target Architecture Definition): Replace
4649 BIG_ENDIAN with BFD_ENDIAN_BIG.
4650
f23631e4
AC
46512002-01-03 Andrew Cagney <ac131313@redhat.com>
4652
4653 * gdbint.texinfo (Target Architecture Definition): Replace
4654 value_ptr with struct value pointer.
4655
72c9928d
EZ
46562002-01-02 Eli Zaretskii <eliz@gnu.org>
4657
4658 * gdb.texinfo (Free Software): Fix wording.
4659
959acfd1
EZ
46602001-12-31 Eli Zaretskii <eliz@gnu.org>
4661
4662 * gdb.texinfo (Free Software): New section ``Free Software Needs
4663 Free Documentation''.
4664
f7dc1244 46652001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
4666
4667 * stabs.texinfo:
4668 * gdb.texinfo:
4669 * gdbint.texinfo:
4670 * libgdb.texinfo:
4671 * annotate.texi: Fix the application of GFDL in the Copyright notice.
4672
6600abed
MS
46732001-12-29 Michael Snyder <msnyder@redhat.com>
4674
4675 * gdb.texinfo (maint info sections): Fix typo.
4676
f6680716
MS
46772001-12-26 Michael Snyder <msnyder@redhat.com>
4678
fe95c787
MS
4679 * gdb.texinfo (maint info sections): Document.
4680
a9331b3f 4681 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
4682 'info proc' sub-options that are currently not implemented.
4683
c3d3ce5b
JB
46842001-12-20 Jim Blandy <jimb@redhat.com>
4685
4686 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
4687
778eb05e
AC
46882001-12-15 Andrew Cagney <ac131313@redhat.com>
4689
4690 * gdbint.texinfo (Target Architecture Definition): Replace
4691 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
4692
2607059c
AC
46932001-12-01 Andrew Cagney <ac131313@redhat.com>
4694
4695 * gdbint.texinfo (Host Definition): Delete documentation on
4696 HOST_BYTE_ORDER.
4697
df0cd8c5
JB
46982001-11-30 Jim Blandy <jimb@redhat.com>
4699
4700 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 4701 overlay support. Add to top-level menu.
df0cd8c5 4702
88118b3a
TT
47032001-11-26 Tom Tromey <tromey@redhat.com>
4704
4705 * gdb.texinfo (Command Syntax): Document C-o binding.
4706
96565e91
CF
47072001-07-26 Christopher Faylor <cgf@redhat.com>
4708
4709 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
4710 use since it is described in the referenced section.
4711
f7dc1244 4712 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
4713 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
4714 clearer when using DJGPP.
4715
2a3d5645
CF
47162001-11-24 Christopher Faylor <cgf@redhat.com>
4717
4718 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
4719 specifically refer to MS-DOS.
4720 (command files): Mention gdb.ini is only used on MS-DOS.
4721
aa26fa3a
TT
47222001-11-21 Tom Tromey <tromey@redhat.com>
4723
4724 * gdb.texinfo (Invoking GDB): Document --args.
4725 (Mode Options): Likewise.
4726
4f8ada06
JB
47272001-11-21 Jim Blandy <jimb@redhat.com>
4728
4729 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
4730 Delete documentation; this macro has been removed from the
4731 sources.
4732
3fe0dc10
JB
47332001-11-13 Jim Blandy <jimb@redhat.com>
4734
4735 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
4736
9e5abb06
CV
47372001-11-06 Corinna Vinschen <vinschen@redhat.com>
4738
4739 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
4740
1c5dfdad
MS
47412001-11-05 Michael Snyder <msnyder@redhat.com>
4742
a9331b3f 4743 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
4744 quote regexp chars in function names such as "operator*()".
4745
990f9fe3
FF
47462001-11-01 Fred Fish <fnf@redhat.com>
4747
4748 * gdbint.texinfo (SOLIB_ADD): Document additional new
4749 "readsyms" arg.
4750
b433d00b
DH
47512001-10-30 Don Howard <dhoward@redhat.com>
4752
070b1dd3
DH
4753 * gdb.texinfo: (Command Files) Added documentation for the
4754 behavior of gdb with input redirected from a file.
b433d00b 4755
b7209cb4
FF
47562001-10-28 Fred Fish <fnf@redhat.com>
4757
4758 * gdb.texinfo (auto-solib-add): Change docs to match
4759 implementation change.
4760 (auto-solib-limit): Add docs for new variable.
4761
1aa20aa8
AC
47622001-10-15 Andrew Cagney <ac131313@redhat.com>
4763
4764 * gdbint.texinfo (Target Architecture Definition): Function
4765 value_as_pointer renamed to value_as_address.
4766
fc0c74b1
AC
47672001-10-15 Andrew Cagney <ac131313@redhat.com>
4768
4769 * gdbint.texinfo (Target Architecture Definition): Default
4770 POINTER_TO_ADDRESS functions assume unsigned addresses.
4771 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
4772 posting by Jim Blandy.
4773
f4846649
JB
47742001-10-12 Jim Blandy <jimb@redhat.com>
4775
4776 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
4777 version of texi2html (1.64) doesn't support this flag any more.
4778
f277788b
MK
47792001-09-08 Mark Kettenis <kettenis@gnu.org>
4780
a9dc4918
MK
4781 * gdbint.texinfo (Host Definition): Remove description of
4782 MEM_FNS_DECLARED.
4783
d28379df
MK
4784 * gdbint.texinfo (Host Definition): Remove description of R_OK.
4785
f277788b
MK
4786 * gdbint.texinfo (Host Definition): Remove description of
4787 HAVE_SIGSETMASK.
4788
7ccaa899
EZ
47892001-09-04 Elena Zannoni <ezannoni@redhat.com>
4790
4791 * gdbint.texinfo (Target Architecture Definition): Add
4792 explanation of TARGET_PRINT_INSN macro.
4793
17d9d558
JB
47942001-08-30 Jim Blandy <jimb@redhat.com>
4795
4796 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
4797 Explain what it means to load relocatable files.
4798
72cde065
JB
47992001-08-28 Jim Blandy <jimb@redhat.com>
4800
4801 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
4802 info `top' menu.
4803
9e678452
CF
4804Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
4805
4806 * gdbint.texinfo: Add a cautionary note about macro use.
4807
a2bea4c3 48082001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 4809
a2bea4c3
CV
4810 * gdb.texinfo: Explain omitting the hostname in the
4811 `target remote' command.
4812
1129bf27
DJ
48132001-07-30 Daniel Jacobowitz <drow@mvista.com>
4814
4815 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
4816 and END-INFO-DIR-ENTRY.
4817
732b3002
SC
48182001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4819
4820 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
4821
89437448
AC
48222001-07-25 Andrew Cagney <ac131313@redhat.com>
4823
4824 * gdbint.texinfo (libgdb): Rewrite.
4825
f7dc1244 48262001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
4827
4828 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
4829
c4555f82
SC
48302001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4831
4832 * gdb.texinfo (TUI): New chapter, document the TUI.
4833 (Mode Options): Document the -tui option.
4834
2f45a6e0
MK
48352001-07-23 Mark Kettenis <kettenis@gnu.org>
4836
4837 * gdbint.texinfo (Host Definition): Remove description of
4838 NEED_POSIX_SETPGID.
4839
f7dc1244 48402001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
4841
4842 * gdb.tex (DJGPP Native): New node, with descriptions of
4843 DJGPP-specific commands.
4844
be9c6c35
JM
48452001-07-19 John R. Moore <jmoore@redhat.com>
4846
4847 * gdbint.texinfo: Three misspellings.
4848
dfa249fb
AC
48492001-07-06 Andrew Cagney <ac131313@redhat.com>
4850
4851 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
4852 `test` expressions on bash. Problem reported by Colin Walters.
4853
c72e7388
AC
48542001-07-04 Andrew Cagney <ac131313@redhat.com>
4855
4856 * gdbint.texinfo (User Interface): Update ui-out documentation to
4857 refelect recent UI/MI updates.
4858
94bbb2c0
AC
48592001-07-04 Andrew Cagney <ac131313@redhat.com>
4860
4861 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
4862 interpreters.
4863
af6c57ea
AC
48642001-06-15 Andrew Cagney <ac131313@redhat.com>
4865
4866 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
4867 structure and not macros.
4868 (Host Definition): Document that much of this chapter is obsolete.
4869 (Target Architecture Definition): Update list of files that make
4870 up a target architecture.
4871 (Coding): Update.
4872
83aa8bc6
AC
48732001-06-28 Andrew Cagney <ac131313@redhat.com>
4874
4875 * gdbint.texinfo (Target Architecture Definition): Update
4876 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
4877 The latter has been changed to a true predicate.
4878
f7dc1244 48792001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
4880
4881 * annotate.texi: Add @noindent where needed. From Dmitry
4882 Sivachenko <dima@Chg.RU>.
4883 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
4884
656db9b0
AC
48852001-06-16 Andrew Cagney <ac131313@redhat.com>
4886
4887 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
4888
df2396a1
AC
48892001-06-14 Andrew Cagney <ac131313@redhat.com>
4890
4891 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
4892 returns ``OK''. Document that the ``R'' packet does not reply.
4893
0f1f2b0a
MS
48942001-06-13 Michael Snyder <msnyder@redhat.com>
4895
4896 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
4897
f7dc1244 48982001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
4899
4900 * gdb.texinfo (Signals): Clarify the default setting of signal
4901 handling.
4902
a5d7c491
AC
49032001-05-14 Andrew Cagney <ac131313@redhat.com>
4904
4905 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
4906 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
4907
05a54c4f
AC
49082001-05-12 Andrew Cagney <ac131313@redhat.com>
4909
4910 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
4911
f7dc1244 49122001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
4913
4914 * gdbint.texinfo (Clean Design and Portable Implementation):
4915 Renamed from "Clean Design".
4916 (Clean Design and Portable Implementation): Document portable
4917 methods of handling file names, and the associated macros.
4918
f7dc1244 49192001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
4920
4921 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
4922 command and provide a cross-reference to its description.
4923 (Symbols): Note that "info scope" is useful for trace experiments.
4924
f7dc1244 49252001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 4926
b37052ae
EZ
4927 * gdb.texinfo (Symbols): Document "info scope".
4928 (Tracepoints): New chapter.
4929 (Contributors): Update for v5.1.
4930 <All nodes>: Change "C++" to "C@t{++}".
4931
0ee54786
EZ
4932 * gdbint.texinfo (User Interface): A new section about ui_out
4933 functions, based on text written by Fernando Nasser.
4934
c534679c
EZ
4935 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
4936
f7dc1244 49372001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 4938
e9c75b65
EZ
4939 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
4940
4941 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
4942
4943 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
4944 Replace "GDB" with "@value{GDBN}". Fix markup.
4945
4946 * annotate.texi: Change Permissions to GFDL. Update Copyright.
4947
3d67e040
EZ
4948 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
4949 a cross-reference to its description.
4950 (Symbols): Document "info symbol".
4951
f7dc1244 49522001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
4953
4954 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
4955 subsection "x86 Watchpoints".
4956 (Target Architecture Definition): Document the macros
4957 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
4958 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
4959
b0ed3589
AC
49602001-03-20 Andrew Cagney <ac131313@redhat.com>
4961
4962 * gdbint.texinfo (Target Architecture Definition): Update
4963 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
4964 list.
4965
b6ba6518
KB
49662001-03-06 Kevin Buettner <kevinb@redhat.com>
4967
4968 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
4969 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
4970
f7dc1244 49712001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
4972
4973 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
4974
f7dc1244 49752001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 4976
17cc6a06
EZ
4977 * gdb.texinfo (Environment): Document that `path' does not change
4978 the value of PATH in GDB's own environment (it did in the past,
4979 but that was changed on March 15, 1994). Reported by Doug Evans
4980 <dje@transmeta.com>.
4981
56caf160
EZ
4982 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
4983 its line. Fix markup of commands and macros. Add an Index node
4984 and index entries.
4985
29e57380
C
49862001-01-23 J.T. Conklin <jtc@redback.com>
4987
4988 * gdb.texinfo (Memory region attributes): New manual section.
4989
1c6147de
ND
49902001-01-04 Nicholas Duffek <nsd@redhat.com>
4991
4992 * gdbint.texinfo (POP_FRAME): Document use by return_command.
4993
f7dc1244 49942000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
4995
4996 * refcard.tex: Version and copyright fixed. From Phil Edwards
4997 <pedwards@disaster.jaj.com>.
4998
0dcedd82
AC
4999Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
5000
5001 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
5002 DWARF2_REG_TO_REGNUM): Document.
5003
3b851bce
AC
5004Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
5005
5006 * gdbint.texinfo (Coding): Update current value of
5007 --enable-build-warnings. Mention --enable-gdb-build-warnings.
5008
f7dc1244 50092000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
5010
5011 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
5012 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
5013
b90a5f51
CF
50142000-11-10 Christopher Faylor <cgf@cygnus.com>
5015
5016 * gdb.texinfo: Document new 'set step-mode' command.
5017
f7dc1244 50182000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
5019
5020 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
5021 changes from Dmitry Sivachenko <dima@Chg.RU>.
5022
f7dc1244 50232000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
5024
5025 * gdb.texinfo (Hooks): Document the new post-hook functionality.
5026 From Steven Johnson <sbjohnson@ozemail.com.au>.
5027
2e685b93
MK
50282000-08-10 Mark Kettenis <kettenis@gnu.org>
5029
5030 * gdbint.texinfo (Overall Structure): Spelling fix.
5031
f7dc1244 50322000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
5033
5034 * gdbint.texinfo (Target Architecture Definition): Document that
5035 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
5036 for which REGISTER_CONVERTIBLE returns a zero value.
5037
63ac3005
EZ
50382000-07-08 Christopher Faylor <cgf@cygnus.com>
5039
5040 * Makefile.in (install-info): Find files to install in either the
5041 build or source directories (adapted from Makefile.am).
5042
bd79f757
ND
50432000-07-07 Nicholas Duffek <nsd@redhat.com>
5044
5045 * stabs.texinfo: Fix spelling errors.
5046 (String Field): FILE-NUMBER starts from 0, not 1.
5047
f7dc1244 50482000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
5049
5050 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 5051 Brian Youmans.
5f208f6d 5052
f7dc1244 50532000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
5054
5055 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
5056 the source directory. Reported by Mark Harig
5057 <markh@frazier.landmark.com>.
cc542d3b 5058
f3b28801
C
50592000-06-20 J.T. Conklin <jtc@redback.com>
5060
5061 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
5062
449f3b6c
AC
5063Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
5064
5065 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
5066 Generate using pdftex.
5067 (PDFTEX): Define.
5068 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
5069 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
5070 @contents at the start.
5071
f7dc1244 50722000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
5073
5074 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 5075 Youmans.
48e934c6 5076
9e9c5ae7
AC
5077Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
5078
5079 From Brian Youmans:
5080 * gdb.texinfo: Fix ``et al.''.
5081
c741b251
AC
5082Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
5083
5084 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
5085 loop.
5086
4ab64e14
JG
50872000-05-19 Jimmy Guo <guo@cup.hp.com>
5088
5089 * configure: Regenerate.
5090
f7dc1244 50912000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
5092
5093 * Makefile.in (install-info): Run install-info on installed Info
5094 files.
5095
8c70017b
AC
5096Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
5097
a7cb598a
AC
5098 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
5099 Andrew Cagney.
8c70017b 5100
f7dc1244 51012000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
5102
5103 * gdb.texinfo: Proofreading changes from Brian Youmans.
5104
bf0184be
ND
51052000-05-01 Nick Duffek <nsd@cygnus.com>
5106
5107 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
5108 startup sequence, minor edits.
5109
f7dc1244 51102000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
5111
5112 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
5113 TeX.
5114
5115 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
5116 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
5117 like `n' and `s' which look weird. Convert some of the @kindex to
5118 @vindex, when they refer to variables, not commands.
5119
33e16fad
AC
5120Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
5121
5122 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
5123
f7dc1244 51242000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
5125
5126 * Makefile.in (GDBMI_DIR): New variable.
5127 (SET_TEXINPUTS): Add $(GDBMI_DIR).
5128 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
5129 (gdbmi.texinfo): New target, for texi2roff.
5130 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
5131 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
5132
5133 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
5134 gdbmi.texinfo.
5135 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
5136 comment.
5137
d167840f
EZ
51382000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5139
5140 * gdb.texinfo (Files): Update description of add-symbol-file
5141 command.
5142
f7dc1244 51432000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
5144
5145 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
5146 prevents the build (and is generally a Bad Idea).
5147
f7dc1244 51482000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
5149
5150 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
5151 a comma inside @var.
5152 (Command Files): Index markup changes from Dmitry Sivachenko
5153 <dima@Chg.RU>.
5154
f7dc1244 51552000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
5156
5157 * Makefile.in (LN_S): Define.
5158 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
5159 invoke "ln -s" unless it is known to work.
5160
5161 * configure.in (AC_PROG_LN_S): Add.
5162
8dc7983f
JB
51632000-04-14 Jim Blandy <jimb@redhat.com>
5164
5165 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
5166 section.
5167 (Target Conditionals): Document ADDRESS_TO_POINTER,
5168 POINTER_TO_ADDRESS.
5169
1a8237e8
DB
51702000-04-11 Daniel Berlin <dan@cgsoftware.com>
5171
5172 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
5173 gdb-cfg.texi to get the value.
5174
ca526f1a
JB
51752000-04-10 Jim Blandy <jimb@redhat.com>
5176
5177 * gdbint.texinfo (Target Architecture Definition): Fix
5178 cross-references.
5179
faaafcb4
JB
51802000-04-08 Jim Blandy <jimb@redhat.com>
5181
5182 * gdbint.texinfo (Using Different Register and Memory Data
5183 Representations): New section.
5184 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
5185 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
5186 REGISTER_CONVERT_TO_RAW): Document.
5187
1b27397f
AC
5188Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
5189
5190 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
5191 for acknowledgments.
5192
480ff1fb
AC
5193Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
5194
5195 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
5196 qThreadExtraInfo.
5197
a9331b3f 51982000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 5199
a9331b3f
RM
5200 * gdb.texinfo: Clarify which remote debug protocol commands are
5201 required and which are optional.
f1251bdd 5202
dbeb8dbd
AC
5203Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
5204
5205 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
5206 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
5207 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
5208 * annotate.texi: Update.
5209
6d2ebf8b
SS
52102000-03-28 Stan Shebs <shebs@apple.com>
5211
5212 * gdb.texinfo: Update dates, bump to Eighth Edition (note
5213 expectation of additional changes before release), update
5214 ISBN, add copy of top-level menu for @ifhtml, remove explicit
5215 node links, rephrase and/or shorten lines to fix formatting
5216 problem in both regular and @smallbook formats.
5217 * annotate.texi: Shorten lines in example, use smallexample
5218 consistently everywhere.
5219 * Makefile.in: Add comment about texinfo 4.0 html generation.
5220 (SFILES_INCLUDED): Add annotate.texi.
5221
5d161b24
DB
52222000-03-27 Daniel Berlin <dan@cgsoftware.com>
5223
5ae4183a
AS
5224 * gdb.texinfo (Debugging Output): Added new section, documenting
5225 the "set/show debug" commands.
5d161b24 5226
b9deaee7
AC
5227Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
5228
5229 * annotate.texi (Annotations): When GDBN omit @chapter and @node
5230 entry.
5231
5232 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
5233 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
5234 @chapter and @node entries.
a9331b3f 5235
b9deaee7 5236 * gdb.texinfo: Link all top-level nodes.
a9331b3f 5237
9ef47d30
AC
5238Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
5239
5240 * Makefile.in (install-info): Create $(infodir) before installing
5241 files.
5242
cfeada60
FN
52432000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
5244
5245 From David Whedon <dwhedon@gordian.com>
5ae4183a 5246 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 5247
6837a0a2
DB
52482000-03-22 Daniel Berlin <dan@cgsoftware.com>
5249
5250 * gdb.texinfo: Add documentation for the apropos command.
5251
bba2971c
MS
52522000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
5253
5254 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
5255
2b628194
MS
52562000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
5257
a9331b3f 5258 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
5259 two places.
5260
96a2c332
SS
52612000-03-17 Stan Shebs <shebs@apple.com>
5262
5263 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
5264 <dima@Chg.RU>, also clarification of allowed content for
5265 string constants.
5266
f7dc1244 52672000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
5268
5269 * gdb.texinfo (main menu): Add Annotations.
5270 (File Options): Add @cindex entries for each command-line option.
5271 Document --epoch, --annotate, --async, --interpreter, --write,
5272 --statistics, and --version.
5273
5274 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
5275 of GDB.
5276
9d233477
JB
52772000-02-23 Jim Blandy <jimb@redhat.com>
5278
5279 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
5280
14e0eb3b
JB
52812000-02-22 Jim Blandy <jimb@redhat.com>
5282
5283 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
5284
3555de01
JM
52852000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
5286
5287 * Makefile.in (diststuff): New target.
5288
5e35df8e
KB
52892000-02-15 Kevin Buettner <kevinb@redhat.com>
5290
5291 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 5292 architecture. [From Jim Wilson.]
5e35df8e 5293
c5394b80
JM
52942000-01-16 Tom Tromey <tromey@cygnus.com>
5295
5296 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
5297 (Delete Breaks): Mention range arguments.
5298 (Disabling): Likewise.
5299
c3f6f71d
JM
53002000-01-05 Dmitry Sivachenko <dima@Chg.RU>
5301
5302 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
5303
c4093a6a
JM
5304Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
5305
5306 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
5307 valid functions.
5308
11cf8741
JM
53091999-11-05 Stan Shebs <shebs@andros.cygnus.com>
5310
5311 * gdb.texinfo: Clarify regular expressions used in rbreak.
5312
917317f4
JM
53131999-10-15 Kevin Buettner <kevinb@cygnus.com>
5314
5315 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
5316 MEMORY_REMOVE_BREAKPOINT): Document.
5317
5318Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
5319
5320 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
5321 offset re-using the DATA offset instead.
5322
2df3850c
JM
53231999-10-11 Jim Kingdon <kingdon@redhat.com>
5324
5325 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
5326
53271999-10-05 Stan Shebs <shebs@andros.cygnus.com>
5328
5329 From Dmitry Sivachenko <demon@gpad.ac.ru>:
5330 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
5331 typos.
5332
5333 * gdb.texinfo: Various minor wording and formatting improvements,
5334 mentions of additional command-line options.
5335
2acceee2
JM
53361999-09-30 Fred Fish <fnf@cygnus.com>
5337
5338 * gdb.texinfo: Document additional forms of specifying section
5339 names and addresses for the add-symbol-file command.
5340
c2c6d25f
JM
53411999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
5342
5343 * gdbint.texinfo: Fix typo, add the word "have".
5344
53451999-09-14 Jim Blandy <jimb@cris.red-bean.com>
5346
5347 * gdbint.texinfo (Target Architecture Definition): Document the
5348 SKIP_PERMANENT_BREAKPOINT macro.
5349
d4f3574e
SS
53501999-09-07 Stan Shebs <shebs@andros.cygnus.com>
5351
5352 * gdb.texinfo: Fiks speling errers.
5353
5354 * gdb.texinfo: Fix uses of @multitable.
5355
f7dc1244 5356 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e
SS
5357 * gdb.texinfo: Include details specific to DOS host, clarify
5358 some confusing language, fix @ref/@xref/@pxref usages, add
5359 comments about using with optimization, add more indexing,
5360 fix info about disassembly-flavor.
5361
5362Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
5363
5364 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
5365 SKIP_SOLIB_RESOLVER): Define.
5366
5367Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
5368
5369 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
5370 ``g'' packets.
5371
104c1213
JM
53721999-08-30 Stan Shebs <shebs@andros.cygnus.com>
5373
5374 * gdb.texinfo: Create a new "Configurations" chapter with
5375 platform-specific info, inline remote.texi and move sections of it
5376 into the new chapter, move bits about info proc, heuristic search,
5377 and register stack into the new chapter.
5378 * remote.texi: Remove, now part of gdb.texinfo.
5379 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
5380
53811999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
5382
5383 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
5384 GDB_TARGET_IS_MACH386): These kludges have gone away.
5385
5386Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
5387
5388 * gdbint.texinfo (Target Architecture Definition): Mention
5389 TDEPLIBS.
5390
53a5351d
JM
53911999-08-20 Stan Shebs <shebs@andros.cygnus.com>
5392
5393 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
5394 surrounding text to fit HP-UX bits into general info.
5395 (HPPA-cfg.texi): Remove, no longer useful.
5396
5397 * gdb.texinfo: Remove explicit links from @node lines, remove
5398 HP-added "Detailed Node Listing" from main menu which confuses
5399 things.
5400
5401 From Dmitry Sivachenko <dima@Chg.RU>:
5402 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
5403 in description of `set environment'.
5404
54051999-08-17 Stan Shebs <shebs@andros.cygnus.com>
5406
5407 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
5408
7be570e7
JM
54091999-08-12 Ben Elliston <bje@cygnus.com>
5410
5411 * gdbint.texinfo (Breakpoint Handling): Add missing words.
5412
f7dc1244 54131999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
5414
5415 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
5416 watch, awatch, and rwatch. Explain why the latter two cannot be
5417 set as software watchpoints. Document that watchpoints for local
5418 variables are deleted when the debuggee terminates.
5419
5420Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
5421
5422 * remote.texi (Protocol): Further clarification of the "qRcmd"
5423 packet. Allow E.. response packet. "qRcmd" packet is no longer
5424 reserved.
5425
54261999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5427
a9331b3f
RM
5428 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
5429 * gdb.texinfo: Ditto.
7be570e7 5430
96baa820
JM
54311999-08-06 Tom Tromey <tromey@cygnus.com>
5432
5433 * gdb.texinfo (KOD): New node.
5434
5435Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
5436
5437 * remote.texi (Rcmd): Fix minor formatting typos.
5438
5439Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
5440
5441 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
5442 packets.
5443
adf40b2e
JM
54441999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
5445
5446 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
5447 fixes.
5448
43ff13b4
JM
5449Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
5450
5451 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
5452
085dd6e6
JM
5453Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
5454
5455 * remote.texi (Communication Protocol): ``v'' is in use. Fix
5456 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
5457 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
5458 packets that are not supported on all hosts. Expand examples.
5459 Spell check.
5460
54611999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
5462
5463 * Makefile.in: Recognize html, install-html. Add targets
5464 to build HTML versions of documentation via texi2html.
5465
5466Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
5467
5468 * gdbint.texinfo (Testsuite): New chapter, information about the
5469 testsuite.
5470
5471Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
5472
5473 * remote.texi (Communication Protocol): Rewrite.
5474
5475Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
5476
5477 * stabs.texinfo: Fix uses of xref.
5478
9e0b60a8
JM
5479Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
5480
5481 * gdbint.texinfo: Add an anti-printf exhortation, and update the
5482 info about patch submission.
5483
cce74817
JM
5484Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
5485
5486 From Per Bothner <bothner@cygnus.com>:
5487 * gdb.texinfo: Document Chill support.
5488
5489Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
5490
5491 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
5492 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
5493 Document that the value should be greater-than or equal-to zero.
5494 (NO_STD_REGS): Document. Deprecate.
5495
ac9a91a7
JM
5496Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
5497
5498 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
5499 Document that these are not used.
5500
5501Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
5502
5503 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
5504
392a587b
JM
5505Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
5506
5507 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
5508 numargs was dropped.
5509
5510Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
5511
5512 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
5513
b83266a0
SS
5514Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
5515
5516 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
5517 Update.
5518
7a292a7a
SS
5519Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
5520
5521 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
5522 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
5523
5524Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
5525
5526 * gdbint.texinfo: Fix typos: $ -> @.
5527
5528Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
5529
5530 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
5531 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
5532 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
5533 BREAKPOINT_FROM_PC.
a9331b3f 5534
7a292a7a
SS
5535Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
5536
5537 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
5538 CALL_DUMMY_STACK_ADJUST): Document.
5539
5540Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
5541
5542 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
5543 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
5544
55451999-04-02 Stan Shebs <shebs@andros.cygnus.com>
5546
5547 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
5548 longer exists.
5549
5550Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
5551
5552 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
5553 nearly all @ifset/@ifclear conditionals; nobody uses them, and
5554 they make the manual source incomprehensible.
5555 * h8-cfg.texi: Remove, hasn't been used in years.
5556
c906108c
SS
5557Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
5558
5559 * gdb.texinfo: Update the credits.
5560
5561Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
5562
5563 * gdb.texinfo: Fix mistakes noticed in printout of last
5564 draft, add Alpha to discussion of heuristic fence post.
5565
5566Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
5567
5568 * gdb.texinfo, remote.texi: Many changes; update to Seventh
5569 Edition, merge some HP changes into mainline, describe some
5570 previously undocumented features, describe more of the target
5571 commands available, eliminate obsolete section on renamed
5572 commands.
5573 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
5574
5575Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
5576
5577 * gdb.texinfo: Make many HPPA conditionals unconditional,
5578 including catchpoint description, since now on for all configs.
5579 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
5580 specializations.
5581
5582Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
5583
5584 * Makefile.in (GDBvn.texi): Fix match expression to work with
5585 current format of VERSION in gdb/Makefile.in.
5586 * gdb.texinfo: Fix node ref to match new readline.
5587
5588Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
5589
a9331b3f
RM
5590 * gdb.texinfo: Changes made as part of a project to merge in
5591 changes made by HP. Documentation makes extensive use of
c906108c
SS
5592 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
5593 on remote debugging. There are differences in documentation
5594 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
5595 the HP manual discusses catchpoints, hardware watchpoints, and
5596 some HPUX specific limitations for shared library support.
a9331b3f 5597
c906108c
SS
5598 There are also a number of @node changes.
5599
56001999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
5601
5602 * gdbint.texinfo (Formatting): Disambiguate a sentence.
5603 (C Usage): Same.
5604
5605Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
5606
5607 The following changes were made by Edith Epstein
5608 <eepstein@cygnus.com> as part of a project to merge in changes
5609 made by HP.
a9331b3f 5610
c906108c
SS
5611 * HPPA-cfg.texi: new file.
5612
5613 * all-cfg.texi: set HPPA for HP PA-RISC targets.
5614
5615 * refcard.tex: change documentation about catch.
5616 removed info catch.
5617
5618Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
5619
5620 * gdbint.texinfo: Expand on GDB's coding standards,
5621 specify the use of arg names with prototypes.
5622
56231998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
5624
5625 * gdb.texinfo: Fix tipo.
5626
5627Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
5628
5629 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
5630 TARGET_BYTE_ORDER_SELECTABLE_P.
5631
5632Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
5633
5634 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
5635
56361998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
5637
5638 * agentexpr.texi: New file.
5639
5640Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
5641
5642 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
5643
56441998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
5645
5646 * remote.texi: Changed wording that implied that the GDB remote
5647 protocol caches register values instead of GDB itself.
5648
5649Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
5650
5651 * gdbint.texinfo: Add some info about symbol readers.
5652 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
5653 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
5654 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
5655 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
5656
5657Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
5658
a9331b3f 5659 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
5660
5661Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
5662
5663 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
5664
5665Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
5666
5667 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
5668 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
5669
5670Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
5671
5672 * gdbint.texinfo: Fix minor typos.
5673
5674Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
5675
5676 * gdbint.texinfo: Complete overhaul. Group descriptions more
5677 logically, add more info on generic algorithms, remove much
5678 obsolete and/or wrong material.
5679
5680Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
5681
5682 * stabs.texinfo (Method Type Descriptor): Expand and correct.
5683
5684Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
5685
5686 * refcard.tex: Copyright, address updates.
5687
5688Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
5689
5690 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
5691 for the edition instead of confusing GDB-version-like numbers.
5692
5693Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
5694
5695 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
5696
5697Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
5698
5ae4183a 5699 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
5700
5701Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
5702
5703 * gdb.texinfo: Add some credits, mention bug monitor.
5704 * remote.texi: Mention mips monitor targets.
5705 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 5706
c906108c
SS
5707Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
5708
5709 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
5710 files, finish sorting of host vs target vs native macros, describe
5711 some more of them.
5712
5713Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
5714
5715 * gdbint.texinfo (Host Conditionals): Document change from
5716 using NO_MMALLOC to it's inverse, USE_MMALLOC.
5717
5718Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
5719
5720 * gdbint.texinfo (Host Conditionals): Document
5721 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
5722
5723Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
5724
5725 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
5726 Document LSEEK_NOT_LINEAR.
5727
5728Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
5729
5730 * stabs.texinfo (Stab Section Basics): Make it clear that only
5731 some versions of the GNU linker remove the leading N_UNDF symbol.
5732
5733Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
5734
5735 * stabs.texinfo (String Field): Document type number pairs here,
5736 instead of in the Sun specific section.
5737 (Include Files): The GNU linker supports the N_BINCL
5738 optimization. Clarify the N_BINCL value, and what it is used
5739 for.
5740 (Procedures): Document N_FUN with an empty string to mark the end
5741 of a function.
5742 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
5743 (Sun Differences): Remove this node, as the information is now
5744 elsewhere in the main document.
5745 (Stab Section Basics): Mention that the GNU linker may optimize
5746 stabs and remove the leading N_UNDF symbol.
5747
5748Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
5749
5750 * gdb.texinfo, refcard.tex: Restore author credit
5751
5752Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
5753
5754 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
5755 documentation to account for START and END macros taking
5756 one arg.
5757
5758Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
5759
5760 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
5761 * gdb.texinfo (Frames): Fix typo.
5762
5763Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
5764
5765 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
5766 a target_signal as arg type, not a pid.
5767
5768Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
5769
5770 * gdb.texinfo: Document `set assembly-language'.
5771
5772Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
5773
5774 * remote.texi: Update list of stubs in the GDB distribution.
5775
5776Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
5777
5778 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
5779 Also document that some systems can use mmalloc but must define
5780 this if their C runtime allocates memory that is later freed.
5781 (MMCHECK_FORCE): Document new macro.
a9331b3f 5782
c906108c
SS
5783Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
5784
5785 * remote.texi: Add documentation for target Sparclet.
5786
5787Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
5788
a9331b3f 5789 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
5790 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
5791 * configure.in: Rewritten for autoconf.
5792 * configure: New.
5793
5794Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
5795
5796 * Makefile.in (DVIPS): New define, set to dvips.
5797 (dvi): Add stabs.dvi.
5798 (ps): New target.
5799 (all-doc): Depend on info, dvi, and ps targets.
5800 (STAGESTUFF): Add *.ps and *.dvi files.
5801 (clean-info, clean-dvi): Remove.
5802 (mostlyclean): Does not depend upon clean-info or clean-dvi,
5803 rules completely rewritten.
5804 (maintainer-clean): Remove clean-info and clean-dvi
5805 dependencies and put their actions in the rules.
5806 (gdb.ps): New target
a9331b3f 5807 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
5808 intermediate TeX files, whether they have 2 or 3 character
5809 extensions.
5810 (gdbint.ps): Add target and rules.
5811 (gdb-internals): Delete unused target.
5812 (Makefile): Depends upon config.status also.
5813
5814Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
5815
5816 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
5817 set.
5818
5819Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
5820
5821 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
5822 * gdb.texinfo (Expressions): Fix erroneous array constant example.
5823
5824Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
5825
5826 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
5827
5828Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5829
5830 * gdb.texinfo (Print settings): Document
5831 `set/show print static-members' commands.
5832
5833Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
5834
5835 * gdbint.texinfo (Native): Document name change, coredep.c to
5836 core-aout.c.
5837
5838Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
5839
5840 * stabs.texinfo (Include Files): Document the values the SunOS4
5841 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
5842
5843Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
5844
5845 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
5846 Fix typo.
5847
5848Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
5849
5850 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
5851 "gdb.tar.Z".
5852
5853Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
5854
5855 * Makefile.in (maintainer-clean): New target, synonym for
5856 realclean.
5857
5858Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
5859
5860 * Update all FSF addresses except those in COPYING* files.
5861
5862Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
5863
5864 From Richard Earnshaw (rearnsha@armltd.co.uk):
5865 * gdb.texinfo (convenience variables): Document $_exitcode.
5866 (quit): Document optional expression to use as exit code.
5867
5868Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
5869
5870 * gdb.texinfo, remote.texi: Brought up to date with various
5871 GDB changes.
5872
5873Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
5874
5875 * gdb.texinfo: Update dates and versions, fix comments about
5876 hardware watchpoints in future releases and about the
5877 sharedlibrary command.
5878
5879Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5880
5881 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
5882 C_FUN stab. Other cleanups.
5883
5884Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5885
5886 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
5887 for the sparc stub.
5888
5889Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5890
5891 * annotate.texi: Clarify which addresses have differing formats
5892 depending on the language and which do not.
5893
5894Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
5895
5896 * remote.texi (NetWare): Changed example to use BOARD= instead of
5897 NODE= argument to reflect correspoding change to gdbserve.nlm.
5898
5899Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5900
5901 * stabs.texinfo (Negative Type Numbers): Mention the fact that
5902 GDB, as well as AIX dbx, supports the size type attribute.
5903
5904Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5905
5906 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
5907
5908Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
5909
5910 * gdb.texinfo (Define): Document $arg0... arguments to commands,
5911 and new 'if' and 'while' commands.
5912
5913Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
5914
5915 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
5916
5917Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
5918
5919 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
5920 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
5921 NetWare targets. Mostly stolen from the Server node.
5922
5923Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5924
5925 * gdb.texinfo (Setting): Talk about the language of a source file
5926 versus the working language. The old documentation did not match
5927 what GDB did.
5928
5929Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5930
5931 * stabs.texinfo (Source Files): Document N_SO used to mark the end
5932 of a source file.
5933
5934Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5935
5936 * gdb.texinfo (Processes): New node.
5937
5938Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
5939
5940 * remote.texi: Update documentation of set/show mipsfpu.
5941
3fc11d3e
JM
5942Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
5943
5944 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
5945 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
5946
5947Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
5948
5949 * gdbint.texinfo: Removed mentions of some incorrectly placed and
5950 obsolete conditionals, described some others.
5951
5952Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5953
5954 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
5955 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
5956
5957Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
5958
5959 * gdbint.texinfo: Put regex conditionals in their own table.
5960
5961Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
5962
5963 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
5964 described or fixed the descriptions of many others.
5965
5966Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
5967
5968 * gdb.texinfo: Add some more credits.
5969 * gdbint.texinfo: Capitalize GDB consistently, describe some
5970 macros and remove some.
5971
5972Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
5973
5974 * gdbint.texinfo: Removed mentions of many incorrectly placed and
5975 obsolete conditionals, described some others.
5976
5977Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5978
5979 * gdb.texinfo (help targets): Changed to `help target', which
5980 is the correct gdb command.
5981
5982Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5983
5984 * annotate.texi (TODO): New node, for keeping track of annotations
5985 suggested but not yet implemented.
5986
5987Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5988
5989 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
5990 another symbol, it is not the address itself.
5991
5992Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
5993
5994 * stabs.texinfo (Stab Section Basics): Add comment about alignment
5995 of stabs-in-coff sections.
5996
5997Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5998
5999 * annotate.texi: Change edition to 0.5 and date to May 1994.
6000 Add index.
6001 (Frames): New node, for frame annotation.
6002 (Displays): New node, for display annotation.
6003
6004 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
6005 when waiting for your program to stop.
6006
6007Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6008
6009 * annotate.texi (Breakpoint Info): Document annotation of header
6010 fields and record annotation.
6011
6012Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6013
6014 * annotate.texi: New file, to document annotations.
6015
6016Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6017
6018 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
6019 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
6020
6021Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6022
6023 * stabs.texinfo (Stab Section Basics): Say what is in .stab
6024 section, and say n_strx field is compilation unit relative.
6025 * stabs.texinfo: Don't use @code for a.out when it is the name of
6026 an object file format.
6027
6028Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
6029
6030 * gdb.texinfo: Refer to file names, not path names, per rms
6031 convention.
6032 (Arguments): Fix typo.
6033
6034Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6035
6036 * stabs.texinfo (Global Variables): Talk about stabs in files
6037 where variables are referenced, but not defined.
6038
6039Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6040
6041 * stabs.texinfo: Move stuff on @ and # type descriptors from node
6042 Cplusplus to new nodes Member Type Descriptor and Method Type
6043 Descriptor. Re-write stuff for #.
6044
6045Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6046
6047 * gdb.texinfo (Print Settings): Don't document "set print
6048 fast-symbolic-addr off". The bug which it worked around was fixed
6049 on 25 Feb 94 in coffread.c, so I'm nuking the command.
6050
6051 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
6052 N_ENTRY node.
6053
6054 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
6055
6056Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6057
6058 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
6059 references to ieee-float.c.
6060
6061Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6062
6063 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
6064 match what the code actually does.
6065
6066Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6067
6068 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
6069
6070Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
6071
6072 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
6073 i, and b.
6074
6075Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
6076
6077 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
6078 well as for ELF and SOM. Unify the descriptions of ELF and SOM
6079 as "stabs in sections" rather than just saying "ELF and SOM".
6080 Also make that stuff apply to COFF.
6081
6082Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6083
6084 * gdb.texinfo (Formatting Documentation): Change GhostScript to
6085 Ghostscript.
6086
6087Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6088
6089 * gdb.texinfo (Continuing and Stepping): When talking about "step"
6090 versus functions without line numbers, also mention stepping into
6091 them as well as "step" when you are in them. Tell the user how to
6092 deal with the situation. Add comment about "debugging information".
6093
6094Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6095
6096 * stabs.texinfo (Enumerations): Document restriction on where
6097 enumeration types can appear and still win with GDB.
6098
6099Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6100
6101 * stabs.texinfo (Negative Type Numbers): Document format for type
6102 -16.
6103
6104Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6105
6106 * gdb.texinfo (Selection, Frame Info): Update information about
6107 arbitrary frame specficiations.
6108
6109Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
6110
6111 * gdb.texinfo, remote.texi: general editing pass prior to Net release
6112
6113Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6114
6115 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
6116
6117Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
6118
6119 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
6120
6121Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6122
6123 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
6124 Differences node to Statics node.
6125 (Statics): Discuss XCOFF use of V symbol descriptor.
6126
6127 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
6128 not clean.
6129
6130Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
6131
6132 * gdb.texinfo (Print Settings): Document `set print
6133 fast-symbolic-addr' and improve the doc for some other
6134 `set print's.
6135
6136Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6137
6138 * stabs.texinfo (String Field): Talk about defining several type
6139 numbers at once.
6140 Fix lint regarding changing node ELF Transformations to
6141 ELF and SOM Transformations.
6142
6143Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
6144
6145 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
6146
6147Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6148
6149 * stabs.texinfo (Cross-References): `::' is for nested types only
6150 within <>.
6151 (Structures): Document static members.
6152
6153Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6154
6155 * stabs.texinfo: Document S type attribute.
6156
6157Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6158
6159 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
6160
6161Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
6162
6163 * gdbint.texinfo: Fix a few typos.
6164
6165Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6166
6167 * gdb.texinfo, remote.texi: formatting improvements
6168
6169 * gdb.texinfo (New Features): mention threads.
6170 (Summary, C): fix xrefs in newly contributed text.
6171 (Threads): index entries, clarifications, example
6172 (passim): minor typos fixed, phrasing improvements
6173
6174 * remote.texi (Bootstrapping): rephrase text on ^C and add index
6175 entries; (Server): explain use of gdbserver w/real-time systems,
6176 add example of conflicting TCP port; (MIPS Remote) break up
6177 running text into table, highlighting commands, and add example.
a9331b3f 6178
c906108c
SS
6179Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6180
6181 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
6182
6183Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6184
6185 * stabs.texinfo (Nested Symbols): New node.
6186 (String Field, Symbol Descriptors, Cross-References): Refer to it.
6187
6188Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6189
6190 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
6191 to picking which Bbss.bss symbol to use, and (because there seems to
6192 be no good way of doing it) re-write some of the text to make it
6193 sound like Bbss.bss isn't such a great idea after all (as currently
6194 designed).
6195
6196 * gdb.texinfo (C): In addition to saying people have to use g++ for
6197 good results, say they have to use stabs. Specifically say cfront
6198 doesn't work well.
6199 (Summary): Merge in information on Modula-2, Pascal, and Chill from
6200 the gdb README. Add xrefs to places where the support for the various
6201 languages is described in detail.
6202
6203Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6204
6205 * stabs.texinfo: Clean up stuff about visibility and virtual
6206 characters.
6207
6208 * stabs.texinfo (N_M2C): Cite Sun doc.
6209
6210Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6211
6212 * gdb.texinfo: updates re threads.
6213 * remote.texinfo: avoid index entries starting with digits.
6214
6215Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6216
6217 * stabs.texinfo (Enumerations): Talk about large, negative and
6218 octal values. Clean up cross reference to type attributes.
6219 (String Field): Say that GDB 4.11 supports size attribute.
6220
6221Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6222
6223 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
6224 is a mandatory step. Make the stuff about that more concise.
6225
6226Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6227
6228 * stabs.texinfo (Class Names): New node.
6229
6230 * gdb.texinfo (Command Files): Explain order of init file reading.
6231
6232 * remote.texi (Bootstrapping): Talk about getting the serial driver
6233 to deal with ^C sent by gdb to stop the remote system.
6234
6235Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
6236
6237 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
6238
6239 * libgdb.texinfo (Defining Commands): made the DOC arg
6240 to gdb_define_app_command a char * instead of char **
6241 per a suggestion from kingdon.
6242
6243 * libgdb.texinfo: total rewrite from a different starting
6244 premise.
6245
6246Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6247
6248 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
6249 floats passed as doubles (to improve clarity).
6250
6251Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6252
6253 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
6254
6255 * a4rc.sed: update to work with Andreas Vogel papersize params
6256
6257 * refcard.tex: use Andreas Vogel simplifications of papersize
6258 params; remove useless version info; update copyright date.
6259
6260Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6261
6262 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
6263
6264Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6265
6266 * gdb.texinfo (Files): Say what address the load command loads it at.
6267
6268 * stabs.texinfo (Common Blocks): Minor cleanups.
6269
6270 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
6271 that Sun has backed away from the linker kludge and thus the relevant
6272 issue is changes to the SunPRO tools, not the Solaris linker.
6273
6274 * stabs.texinfo (Traditional Integer Types): Clean up description
6275 of octal bounds a little bit. Document extra leading zeroes.
6276
6277Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6278
6279 * gdb.texinfo (Signaling): Update for symbolic symbol names
6280 and add a section explaining the difference between the GDB
6281 signal command and the shell kill utility.
6282
6283Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
6284
6285 * libgdb.texinfo: added `@' to braces that were unescaped.
6286
6287Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
6288
6289 * libgdb.texinfo: new file. Spec for the gdb library.
6290
6291Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6292
6293 * stabs.texinfo (Include Files): Fix typo (start -> end).
6294
6295Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6296
6297 * gdb.texinfo, remote.texi: assorted small improvements, mostly
6298 from Melissa at FSF's editing pass.
6299
6300Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6301
6302 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
6303 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
6304 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
6305
6306Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6307
6308 * remote.texi (Bootstrapping): Discuss 386 call gates.
6309
6310Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
6311
6312 * stabs.texinfo (Based Variables): New node.
6313
6314Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
6315
6316 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
6317 names, sizes, and formats to suggest how not to lose.
6318
6319Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
6320
6321 * stabs.texinfo (Methods): Fix typo.
6322
6323Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
6324
6325 * gdb.texinfo: Fix a few typos.
6326
6327Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6328
6329 * gdb.texinfo: Clarify how well it works with Fortran.
6330
6331 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
6332 More on relocating stabs in ELF files.
6333
6334Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6335
6336 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
6337
6338Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6339
6340 * stabs.texinfo (Local Variable Parameters): Talk about nameless
6341 parameters on VAX.
6342
6343Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6344
6345 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
6346
6347Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6348
6349 * stabs.texinfo: Make info author notice match the TeX author notice.
6350
6351Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
6352
6353 * stabs.texinfo: Initial-caps all words in node names and
6354 non-trivial words in section names.
6355
6356Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6357
6358 * stabs.texinfo: Many minor cleanups.
6359
6360 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
6361
6362Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
6363
6364 * stabs.texinfo: Remove full description of big example.
6365 It's not really helpful; just use pieces of it where appropriate.
6366 Add more Texinfo formatting directives (@samp, etc.).
6367 Use @deffn to define stab types.
6368 Eliminate some wordiness. Break up some nodes.
6369 Add an (alphabetized) index of symbol types.
6370 Use consistent capitalization style in node and section names.
6371
6372Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
6373
6374 * gdb.texinfo: Change typo "Two two" to "The two".
6375
6376Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6377
6378 * stabs.texinfo (XCOFF-differences): Remove references to
6379 non-existent types N_DECL and N_RPSYM.
6380
6381 * stabs.texinfo (String Field): Say that type attributes bug is
6382 fixed in GDB 4.10, since it is.
6383
6384 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
6385
6386Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
6387
6388 * stabs.texinfo: Formatting cleanups.
6389
6390Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6391
6392 * stabs.texinfo: When explaining the n_type of a stab, standardize
6393 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
6394 no tabs, use @r).
6395 (Global Variables): Clean up.
6396
6397Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6398
6399 * stabs.texinfo (Stack Variables): Re-write.
6400
6401Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6402
6403 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
6404 addresses of a source file. Also revise formatting.
6405 Change "object module" or "object file" to "source file".
6406 Various: Miscellaneous cleanups.
6407
6408Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6409
6410 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
6411
6412Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
6413
6414 * gdbint.texinfo: Removed many nonsensical machine-collected
6415 host and target conditionals, described some of the remainder.
6416
6417Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6418
6419 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
6420
6421 * gdbint.texinfo (Top): Add name to @top line, and re-write the
6422 paragraph which follows.
6423
6424 * gdbint.texinfo (Host): Use @code not @samp for Makefile
6425 variables. Looks better and avoids overful hbox.
6426
6427Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6428
6429 * stabs.texinfo (Procedures): Improve stuff on nested functions.
6430
6431Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6432
6433 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
6434 retransmit-timeout
6435
6436Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6437
6438 * gdbint.texinfo: Update statement about `some ancient Unix
6439 systems, like Ultrix 4.0' to Ultrix 4.2.
6440
6441Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
6442
6443 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
6444
6445 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
6446
6447 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
6448 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
6449
6450 * remote.texi: new name for former gdbinv-s.texi
6451
6452 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
6453
6454Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
6455
6456 * gdbinv-s.texi: Documented timeout and retransmit-timeout
6457 variables for MIPS remote debugging protocol.
6458
6459Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6460
6461 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
6462
6463Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
6464
6465 * Makefile.in (refcard.dvi): Use srcdir where necessary.
6466
6467Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
6468
6469 * gdb.texinfo: repair conditional bugs in text markup
6470
6471Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6472
6473 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
6474 to select Modula-2 material.
6475
6476Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6477
6478 * stabs.texinfo: Cleanups regarding statics.
6479
6480 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
6481 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
6482
6483Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6484
6485 * stabs.texinfo: N_MAIN is sometimes used for C.
6486
6487Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6488
6489 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
6490
6491Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
6492
6493 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 6494 removed from the code by Kingdon.
c906108c
SS
6495
6496Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6497
6498 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
6499 input when evaluating breakpoint conditions; the bug has been fixed.
6500
6501 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
6502 sets the ignore count to N-1, not to N.
6503
6504Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6505
6506 * refcard.tex (\hoffset): correct longstanding error to match
6507 intended offset; avoids cutting off edge on some printers
6508
6509Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6510
6511 * stabs.texinfo (Parameters): Say that order of stabs is significant.
6512
6513Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6514
6515 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
6516
6517Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6518
6519 * Makefile.in: (REFEDITS) new var to control whether PS or CM
6520 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
6521 collect sed edits if any, apply to refcard before formatting;
6522 (refcard.ps) stop implying PS fonts if PS output requested;
6523 (lrefcard.ps) delete extra target for variant PS fonts
6524
6525 * refcard.tex: parametrize papersize dependent info, collect
6526 in easily replaced spot
6527
6528 * a4rc.sed: new file, edits to refcard for A4 paper
6529
6530Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6531
6532 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
6533
6534Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6535
6536 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
6537
6538Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6539
6540 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
6541 politely rather than rudely.
6542
6543Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6544
6545 * stabs.texinfo: Document common blocks.
6546
6547Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
6548
6549 * stabs.texinfo: Add some basic info about stabs-in-elf.
6550
6551Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6552
6553 * stabs.texinfo (Top): Minor cleanup.
6554
6555Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
6556
6557 * Makefile.in (install-info): remove parentdir support
6558
6559Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6560
6561 * gdb.texinfo (Copying): delete this node and references to it;
6562 RMS says this manual need not carry GPL. (passim): Improvements
6563 from last round at FSF, largely due to Ian Taylor review, and
6564 minor formatting improvements.
6565
6566 * gdbinv-s.texi (passim): Improvements from last round at FSF,
6567 largely due to Ian Taylor review. (Debug Session): minor edits to
6568 new text.
6569
6570Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
6571
6572 * Makefile.in (realclean): Remove info and dvi files too.
6573
6574Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
6575
6576 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
6577 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
6578 * gdb.texinfo: Change accordingly.
6579
6580 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
6581 N_{L,R}BRAC,N_SLINE are relative to.
6582
6583Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
6584
6585 * Makefile.in (GDBvn.texi): Update atomically.
6586
6587Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
6588
6589 * gdbinv-s.texi (Debug Session): Document exceptionHook.
6590
6591Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
6592
6593 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
6594 addresses together. Also motivate the set print symbol-filename
6595 command and suggest other solutions.
6596
6597Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
6598
6599 * gdb.texinfo (set print elements): Note that the number of
6600 elements is set to unlimited by "set print elements 0".
6601
6602Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
6603
6604 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
6605 NF_LDOUBLE means.
6606 (Stab Types): Include Solaris stab types.
6607 (Procedures): Document Solaris extensions.
6608
6609Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6610
6611 * gdb.texinfo: Add `set print symbol-filename' doc.
6612
6613Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6614
6615 * stabs.texinfo (Arrays): Talk about type definition vs. type
6616 information.
6617
6618 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
6619 the trailing semicolon.
6620
6621Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6622
6623 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
6624 and merge in other parts of the document addressing these subjects.
6625 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
6626
6627 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
6628 at the end of a range type.
6629
6630 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
6631 AIX extensions.
6632
6633Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6634
6635 * stabs.texinfo (Stabs Format): Misc fixes.
6636
6637Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6638
6639 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
6640 (Traditional builtin types): Document convex convention for long long.
6641 (Negative builtin types): Discuss type names, and misc fixes.
6642
6643Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6644
6645 * stabs.texinfo (Builtin Type Descriptors): Document the floating
6646 point types used with @samp{R} type descriptor.
6647 (Symbol Descriptors): Describe how to handle conflict between
6648 different meanings of @samp{P} symbol descriptor.
6649
6650Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6651
6652 * stabs.texinfo: Remove node Quick Reference and put its children
6653 directly under the main menu.
6654
6655 * stabs.texinfo: Many more changes to bring it into line with
6656 AIX documentation and reality. I think it now has all the
6657 information from the AIX documentation, except that I burned
6658 out when I got to variant records (Pascal and Modula-2) and
6659 all the COBOL types. Oh well, we can add them later when we're
6660 worrying more about those languages.
6661
6662 * stabs.texinfo (Automatic variables): Talk about what it means
6663 to omit the symbol descriptor.
6664
6665Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6666
6667 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
6668 gcc2 behavior with promoted args.
6669
6670Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6671
6672 * gdb.texinfo: include readline appendices in info version of manual
6673
6674Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6675
6676 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
6677 target remote.
6678
6679 * gdb.texinfo (Machine Code): more index entries for disassemble
6680
6681Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
6682
6683 * Clarify the intended use of the gdb-testers and gdb-patches
6684 mailing lists, and shrink gzip comment.
6685
6686Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6687
6688 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
6689 DOSHOST configuration of manual.
6690
6691 * gdb.texinfo (MIPS Stack): new node.
6692
6693 * all-config.texi (MIPS) new switch.
6694
6695 * gdbinv-s.texi (Nindy Options) Remove two instances of future
6696 tense; (MIPS Remote) new node.
6697
6698 * gdb.texinfo (passim) rephrases to work around makeinfo @value
6699 bug; (Environment) less passive, other small cleanups in text about
6700 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
6701 (Remote) new MIPS Remote menu entry.
6702
6703Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
6704
6705 * stabs.texinfo: Many changes to include information from the
6706 AIX documentation.
6707
6708 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
6709
6710Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
6711
6712 * gdbint.texinfo (new node Debugging GDB, elsewhere):
6713 Move a bunch of information from ../README.
6714 (Getting Started): New node.
6715
6716Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6717
6718 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
6719
6720 * gdb.texinfo: advance manual revision dates to present
6721
6722 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
6723 stop using silly Roman numerals in @set variable names
6724
6725Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
6726
6727 * stabs.texinfo (Parameters): Keep trying to get this right.
6728
6729Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
6730
6731 * stabs.texinfo (Parameters): More on "local parameters".
6732
6733Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
6734
6735 * stabs.texinfo (Parameters): Re-do "local parameters" section.
6736
6737Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
6738
6739 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
6740 (Parameters): Rewrite.
6741 (xcoff-differences, Sun-differences): Minor changes.
6742
6743Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
6744
6745 * stabs.texinfo: Minor cleanup.
6746
6747Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
6748
6749 * gdbint.texinfo: Minor xcoff stuff.
6750
6751Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
6752
6753 * gdbint.texinfo: Update for new config directory structure.
6754 Add info about internal type data structures.
6755
6756Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
6757
6758 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
6759 $(srcdir).
6760 (gdb-config.texi): Depend on file in $(srcdir).
6761
6762Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
6763
6764 * stabs.texinfo: Fixes about N_SO.
6765
6766Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6767
6768 * gdb.texinfo: include list of nonstandard init file names
6769
6770 * *-config.texi: new switch GENERIC for text that applies *only*
6771 to (usual) multiple-target version of manual
6772
6773 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
6774 h8 config
6775
6776 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
6777 in menus (rather than conditionally selected multiple alternative
6778 menus).
6779
6780 * Makefile.in: define and use DOC_CONFIG var to select
6781 configuration for GDB user manual.
6782
6783 * gdb-config.texi: delete from repository, generate from Makefile.
6784
6785 * all-config.texi: normal `generic' configuration file, formerly
6786 stored as gdb-config.texi
6787
6788Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
6789
6790 * Makefile.in: add dvi target to build all .dvi files
6791
6792Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6793
6794 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
6795
6796Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
6797
6798 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
6799 host conditionals.
6800 * stabs.texinfo: More array fixes inspired by Jim's.
6801
6802Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
6803
6804 * stabs.texinfo: Fixes re arrays and continuations.
6805
6806 * gdbint.texinfo: Add XCOFF node.
6807
6808Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
6809
6810 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
6811
6812Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
6813
6814 * stabs.texinfo: Fix for array types to mention lower bounds.
6815
6816Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
6817
6818 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
6819
6820Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
6821
6822 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
6823
6824Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
6825
6826 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
6827 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
6828
6829Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
6830
6831 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
6832
6833Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6834
6835 * gdb.texinfo, gdbinv-s.texi: misc updates
6836
6837Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
6838
6839 * gdbint.texinfo: Brief documentation for longjmp support,
6840 from an email msg by Stu.
6841
6842Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
6843
6844 * stabs.texinfo: Fix description of floating point "range"
6845 types (which really define basic types). Reported by Jim Meehan,
6846 <meehan@src.dec.com>.
6847
6848 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
6849
6850Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
6851
6852 * gdbint.texinfo: Slightly expand section on supporting a new
6853 object file format.
6854
6855Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
6856
6857 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
6858 intermediate file.
6859
6860Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6861
6862 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
6863
6864Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6865
6866 * gdbinv-s.texi: z8000 simulator target name is just "sim"
6867
6868 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
6869 as well as Z8002.
6870
6871Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
6872
6873 * gdbint.texinfo: Add sections on clean design and on how to send
6874 in changes.
6875
6876Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
6877
6878 * gdbint.texinfo: Add how to declare the result of make_cleanup.
6879
6880Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
6881
6882 * gdb.texinfo: Fix typo, reported by Karl Berry.
6883
6884Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
6885
6886 * gdb.texinfo: Add opcodes dir to GDB distribution description.
6887
6888Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6889
6890 * gdbint.texinfo: fixed a stray email address (needs @@),
6891 added @table @code to node "Native Conditionals"
6892
6893Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
6894
6895 * gdbint.texinfo: Describe coding style of GDB.
6896
6897Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
6898
6899 * stabs.texinfo: Minor wording changes.
6900
6901Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
6902
6903 * gdbint.texinfo: Improve release doc slightly.
6904
6905Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
6906
6907 * gdbint.texinfo: Improve doc of GDB config macros.
6908
6909Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
6910
6911 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
6912 These will be reinserted when examined.
6913
6914Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
6915
6916 * gdbint.texinfo: Make a start at documenting all the #if macros
6917 in GDB. At least list them all, and start separating them into
6918 host-specific and target-specific.
6919
6920Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6921
6922 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 6923 examples (not consistent w others).
c906108c
SS
6924 gdb.texinfo: issue disclaimer paragraph on cmdline options only
6925 for generic vn of doc
6926
6927Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
6928
6929 * Makefile.in: always create installation directories.
6930
6931Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6932
6933 * gdb.texinfo: in h8 config, do not describe searching commands.
6934
6935Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6936
6937 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
6938 conditionals; introduce a few generic switches that may be
6939 useful for other cross-dev or dos-hosted configs.
6940
6941 * gdb.texinfo: fix typo in "info reg" description
6942
6943Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
6944
6945 * stabs.texinfo: Minor updates from running TeX over it.
6946 * Makefile.in (stabs.dvi, stabs.ps): Add.
6947
6948Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
6949
6950 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
6951 First pass at converting it to texinfo.
6952
6953Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
6954
6955 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
6956 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
6957
6958Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
6959
6960 * gdbint.texinfo: Add section on partial symbol tables.
6961
6962Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
6963
6964 * gdb.texinfo: document `set remotedebug' and `set
6965 rstack_high_address'.
6966
6967Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6968
6969 * gdb.texinfo: slight expansion of new text on reading info files
6970 * gdbinv-s.m4.in: correct and expand info on cross-debugging
6971 H8/300 from DOS.
6972
6973Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
6974
6975 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
6976
6977Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
6978
6979 * gdb.texinfo: Say how to read the `info' files.
6980
6981Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
6982
6983 * Makefile.in: gm4 -> m4.
6984
6985Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
6986
6987 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
6988 Documentation' ahead of `Installing GDB' to match README.
6989 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 6990 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
6991
6992Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
6993
6994 * Makefile.in: remove $(srcdir) from gdb.info rule.
6995
6996Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
6997
6998 * Makefile.in: commented out gdb-all.texinfo rule. This is
6999 temporary.
7000
7001Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
7002
7003 * Makefile.in, configure.in: removed traces of namesubdir,
7004 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
7005 copyrights to '92, changed some from Cygnus to FSF.
7006
7007Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
7008
7009 * gdb.texinfo: Improve how we ask for bug reports.
7010
7011Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
7012
7013 * Makefile.in: infodir belongs in datadir.
7014
7015Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
7016
7017 * Makefile.in: remove spaces following hyphens, bsd make can't
7018 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 7019 standards.text support.
c906108c
SS
7020
7021Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
7022
7023 * Makefile.in: idestdir and ddestdir go away. Added copyrights
7024 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
7025 and mandir now keyed off datadir by default.
7026
7027\f
7028Local Variables:
9e9c5ae7 7029mode: change-log
c906108c
SS
7030left-margin: 8
7031fill-column: 74
7032version-control: never
7033End:
This page took 0.961606 seconds and 4 git commands to generate.