gdb:
[binutils-gdb.git] / gdb / doc / ChangeLog
1 2008-07-25 Tom Tromey <tromey@redhat.com>
2
3 * observer.texi (GDB Observers): Document new observers:
4 breakpoint_created, breakpoint_deleted, breakpoint_modified,
5 tracepoint_created, tracepoint_deleted, tracepoint_modified,
6 architecture_changed.
7
8 2008-07-21 Stan Shebs <stan@codesourcery.com>
9
10 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
11 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
12
13 2008-07-21 Tom Tromey <tromey@redhat.com>
14
15 * observer.texi (GDB Observers): Remove obsolete comment.
16 <executable_changed>: Remove argument.
17
18 2008-07-18 Tom Tromey <tromey@redhat.com>
19
20 * gdb.texinfo (Macros): Update. Use @code rather than @command.
21
22 2008-07-10 Doug Evans <dje@google.com>
23
24 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
25
26 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
27
28 * gdb.texinfo (Starting): Document "set disable-randomization".
29
30 2008-07-07 Andreas Schwab <schwab@suse.de>
31
32 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
33
34 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
35
36 * gdb.texinfo (GDB/MI Target Manipulation): Add
37 example of -target-attach.
38
39 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
40
41 * observer.texi (target_resumed): New observer.
42 * gdb.texinfo (GDB/MI Output Records): Document *running.
43
44 2008-06-06 Tom Tromey <tromey@redhat.com>
45
46 * gdb.texinfo (Completion): Add field name example.
47
48 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
49
50 * gdb.texinfo (GDB/MI Program Context): Added example
51 to -exec-arguments
52
53 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
54
55 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
56 annotation.
57
58 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
59 Nathan Sidwell <nathan@codesourcery.com>
60 Joseph Myers <joseph@codesourcery.com>
61
62 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
63 and ACX_BUGURL.
64 * configure: Regenerate.
65 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
66 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
67 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
68 mailing-list-specific text about bug reporting unless
69 BUGURL_DEFAULT.
70
71 2008-06-05 Pedro Alves <pedro@codesourcery.com>
72
73 * gdb.texinfo (-target-select): Remove reference to target async.
74 (Maintenance Commands): Document "maint set/show remote-async".
75
76 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
77
78 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
79 in -target-file-get section.
80
81 2008-05-22 Pedro Alves <pedro@codesourcery.com>
82
83 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
84 killing the inferior when it is already debugging a process.
85
86 2008-05-21 Joel Brobecker <brobecker@adacore.com>
87
88 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
89 abbreviation for "finish".
90
91 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
92
93 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
94
95 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
96
97 * gdbint.texinfo (Target Conditionals): Delete entry for
98 gdbarch_dwarf_reg_to_regnum.
99
100 2008-05-09 Doug Evans <dje@google.com>
101
102 * gdb.texinfo: Document "find" command, qSearch:memory packet.
103
104 2008-05-05 Doug Evans <dje@google.com>
105
106 * gdb.texinfo (disassemble): Document /m modifier.
107
108 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
109
110 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
111 will not report the time of commands that run the target.
112
113 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
114
115 * gdb.texinfo (GDB/MI Output Records): Add
116 missing semicolon.
117
118 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
119
120 * gdb.texinfo (GDB/MI Output Records):
121 Document =thread-create and =thread-exited.
122
123 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
124
125 * gdb.texinfo (GDB/MI Development and Front Ends):
126 Remove mention of dmi-discuss.
127
128 2008-05-03 Pedro Alves <pedro@codesourcery.com>
129
130 * observer.texi (thread_exit): New.
131
132 2008-05-02 Pedro Alves <pedro@codesourcery.com>
133
134 * gdb.texinfo (Debugging Output): Document "set/show debug
135 displaced".
136 (Maintenance Commands): Document "maint set/show
137 can-use-displaced-stepping".
138
139 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
140
141 * gdb.texinfo (ARM): Document set/show arm fallback-mode
142 and set/show arm force-mode.
143
144 2008-05-02 Andreas Schwab <schwab@suse.de>
145
146 * gdbint.texinfo (Algorithms): Describe
147 target_watchpoint_addr_within_range.
148
149 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
150
151 * gdbint.texinfo (Stack Frames): New chapter.
152 (Algorithms): Move Frames text to the new chapter.
153 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
154 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
155
156 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
157
158 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
159 output does not necessary include any tokens.
160
161 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
162
163 * gdb.texinfo (Set SH Calling convention): New @item.
164 (Show SH Calling convention): Ditto.
165
166 2008-04-22 Markus Deuling <deuling@de.ibm.com>
167
168 * gdb.texinfo (Fortran Operators): Describe '%' operator.
169
170 2008-04-20 Eli Zaretskii <eliz@gnu.org>
171
172 * gdb.texinfo (Set Breaks): Mention that multiple location
173 breakpoints need line number info. Add index entries.
174
175 2008-04-19 Craig Silverstein <csilvers@google.com>
176
177 * gdb.texinfo (Requirements): Add an optional requirement on
178 zlib.
179 * gdbint.texinfo (Debugging File Formats): Add new subsection for
180 Compressed DWARF 2.
181
182 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
183
184 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
185 sample output for 'stopped,reason="breakpoint-hit"' message.
186 (GDB/MI Program Execution): Likewise.
187
188 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
189
190 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
191 -var-set-format. Add -f option to -var-evaluate-expression.
192
193 2008-04-03 Joel Brobecker <brobecker@adacore.com>
194
195 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
196 new node "Ambiguous Expressions". Replace references to this
197 node by references to "Ambiguous Expressions" throughout.
198 (Ambiguous Expressions): New node.
199
200 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
201
202 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
203
204 2008-03-21 Pedro Alves <pedro@codesourcery.com>
205
206 * gdb.texinfo (Debugging Output): Document
207 "set/show debug lin-lwp-async".
208 (Maintenance Commands): Document "maint set/show linux-async".
209
210 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
211
212 * gdb.texinfo (Expressions): Update description of malloced arrays.
213
214 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
215
216 * gdb.texinfo (Thread Commands): Document
217 -thread-info. Remove -thread-list-all-threads.
218
219 2008-03-14 Pedro Alves <pedro@codesourcery.com>
220 Sandra Loosemore <sandra@codesourcery.com>
221
222 * gdb.texinfo (Library List Format): Update to mention the
223 possibility to pass section addresses instead of segment
224 addresses.
225
226 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
227
228 * gdb.texinfo (Starting): Document "set exec-wrapper".
229 (Server): Document gdbserver --wrapper.
230
231 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
232
233 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
234 unreadable memory. Delete obsolete SPARClite reference.
235
236 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
237
238 * gdb.texinfo (Starting): Mention always-running targets.
239 (Target Commands): Add an anchor for load.
240 (Connecting): Explain continue instead of run.
241
242 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
243
244 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
245
246 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
247
248 * gdb.texinfo (Set Breaks): Revert description of Enb column of
249 breakpoint table.
250
251 2008-02-19 Pedro Alves <pedro@codesourcery.com>
252
253 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
254 killing the inferior when it is already debugging a process.
255
256 2008-02-13 Markus Deuling <deuling@de.ibm.com>
257
258 * gdbint.texinfo (Build Script): New section. Mention new build script
259 gdb_buildall.sh.
260
261 2008-02-01 Jim Blandy <jimb@red-bean.com>
262
263 * gdb.texinfo (Help): Summarize 'info args' correctly.
264
265 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
266
267 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
268 available in PowerPC architecture.
269 (Embedded Processors): Change node name of PowerPC item in menu.
270 (PowerPC): Rename to...
271 (PowerPC Embedded): this.
272 (Architectures): Add new PowerPC item in menu.
273 (PowerPC): New node.
274
275 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
276
277 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
278 commands.
279
280 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
281
282 * gdb.texinfo (Setting Catchpoints): Mention features
283 supported on GNU/Linux.
284
285 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
286
287 * gdb.texinfo (GDB/MI File Commands): Describe new output
288 field for MI command -file-list-exec-source-file.
289
290 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
291
292 * gdb.texinfo (Using the `gdbserver' Program): Add security
293 warning. Rearrange into subsections and subsubsections. Document
294 --multi and --debug. Correct --with-sysroot typo. Update --attach
295 usage. Make load reference clearer. Document monitor exit.
296 (Remote Configuration): Document set remote exec-file, attach-packet,
297 and run-packet.
298 (Packets): Document vAttach and vRun.
299
300 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
301
302 * gdb.texinfo (Processes): Mention process command.
303 detach-on-follow -> detach-on-fork.
304
305 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
306
307 * gdbint.texinfo (Native Conditionals): Remove
308 SHELL_COMMAND_CONCAT and SHELL_FILE.
309
310 2008-01-26 Eli Zaretskii <eliz@gnu.org>
311
312 * gdb.texinfo (Specify Location): Improve wording.
313
314 2008-01-23 Chris Demetriou <cgd@google.com>
315
316 * gdb.texinfo (Threads): Document new "set print thread-events"
317 and "show print thread-events" commands.
318
319 2008-01-19 Eli Zaretskii <eliz@gnu.org>
320
321 * gdb.texinfo (Specify Location): New section.
322 (Delete Breaks, Edit, Set Breaks): Remove description of
323 locations. Instead, add a reference to "Specify Location".
324 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
325 (Symbols): Refer to "Specify Location" for the valid forms of
326 linespecs and locations.
327
328 2008-01-18 Markus Deuling <deuling@de.ibm.com>
329
330 * gdbint.texinfo (Target Conditionals): Replace the description of
331 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
332
333 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
334
335 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
336 about &&var, which is rejected by the expression parser.
337
338 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
339
340 * gdb.texinfo (Output): Update documentation on using printf with DFP
341 types.
342
343 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
344
345 * gdb.texinfo (C and C++): Add Decimal Floating Point format
346 subsubsection.
347 (Decimal Floating Point format): New subsubsection.
348
349 2008-01-05 Pedro Alves <pedro@codesourcery.com>
350
351 * gdb.texinfo (File Options): Remove mention of the attempt to
352 open a core file with the -p option. Don't list -c as a valid
353 option to attach to a process.
354
355 2008-01-05 Pedro Alves <pedro@codesourcery.com>
356
357 * gdbint.texinfo (Host Conditionals): Remove mention of
358 ALIGN_STACK_ON_ENTRY.
359
360 2008-01-05 Joel Brobecker <brobecker@adacore.com>
361
362 * gdbint.texinfo (Start of New Year Procedure): Add item
363 describing how to update the source and documentation copyright
364 notices.
365
366 2007-12-18 Jim Blandy <jimb@codesourcery.com>
367
368 * gdb.texinfo (Set Watchpoints): Integrate per-thread
369 watchpoint explanation into the main description of the watchpoint
370 command; update synopses of 'watch', 'rwatch', and 'awatch'
371 commands.
372
373 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
374
375 * gdb.texinfo (Miscellaneous gdb/mi Commands):
376 Document 'pending-breakpoints' feature of
377 -list-features.
378
379 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
380
381 * gdb.texinfo: Add new parameter's description.
382
383 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
384
385 * gdb.texinfo (Overview): Clarify run-length encoding
386 example. Remove the restriction on "+" and "-" characters.
387
388 2007-12-15 Eli Zaretskii <eliz@gnu.org>
389
390 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
391
392 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
393
394 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
395 the -f option for -break-insert, remove -r option,
396 and clarify specification of location.
397
398 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
399
400 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
401 formatting.
402 (Remote Debugging): Add File Transfer section.
403 (Remote Configuration): Document Host I/O packets.
404 (GDB/MI): Add GDB/MI File Transfer Commands section.
405 (Host I/O Packets): New section in "Remote Protocol".
406 (Packets): Add vFile.
407
408 2007-11-17 Eli Zaretskii <eliz@gnu.org>
409
410 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
411 breakpoints with multiple locations.
412 (Breakpoint Menus): Improve wording.
413 (Output): Fix last change.
414
415 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
416
417 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
418
419 2007-11-15 Doug Evans <dje@google.com>
420
421 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
422
423 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
424
425 * gdbint.texinfo (Native Conditionals): Remove
426 mention of CLEAR_SOLIB.
427
428 2007-11-11 Joel Brobecker <brobecker@adacore.com>
429
430 * gdb.texinfo (Print Settings): Add documentation for "set/show
431 print frame-arguments".
432
433 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
434
435 * gdb.texinfo (Output): Update printf command's description.
436
437 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
438
439 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
440 powerpc soft-float".
441
442 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
443
444 * gdb.texinfo (Files): Correct formatting. Mention Expat
445 requirement.
446 (Requirements for Building GDB): Expand the list of Expat
447 uses.
448 (Library List Format, Memory Map Format): Mention Expat.
449 (Target Descriptions): Update Expat wording.
450
451 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
452
453 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
454 Document that gdbarch_convert_register_p should return zero for no-op
455 conversions.
456
457 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
458
459 * gdbint.texi (Compiler Characteristics): Move documentation
460 of set_gdbarch_sofun_address_maybe_missing back to ...
461 (Target Conditionals): ... here to fix build break.
462
463 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
464
465 * gdbint.texi (Target Conditionals): Remove documentation of
466 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
467 (Compiler Characteristics): ... documentation of
468 set_gdbarch_sofun_address_maybe_missing.
469
470 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
471
472 * gdbint.texinfo (Target Conditionals): Use
473 frame_unwind_register_unsigned in examples instead of
474 frame_unwind_unsigned_register.
475
476 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
477
478 * gdb.texinfo (Predefined Target Types): Add int128
479 and uint128.
480 (Standard Target Features): Add PowerPC features.
481
482 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
483
484 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
485
486 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
487
488 * gdbint.texi (Target Conditionals): Remove documentation
489 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
490 gdbarch_extract_return_value, and gdbarch_store_return_value.
491
492 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
493
494 * gdbint.texi (Target Conditionals): Remove documentation of
495 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
496
497 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
498
499 * gdb.texinfo: Mention that inaccessible-by-default is on by
500 default.
501
502 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
503
504 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
505
506 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
507
508 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
509 multi-threaded watchpoints.
510 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
511 checked. Describe sticky notification. Expand description
512 of steppable and continuable watchpoints.
513 (Watchpoints and Threads): New subsection.
514
515 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
516
517 * gdb.texinfo (Setting Breakpoints): Revise
518 documentation for pending breakpoints. Document
519 breakpoints with multiple locations.
520
521 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
522
523 * gdb.texinfo (Miscellaneous gdb/mi Commands):
524 Document -list-features.
525
526 2007-09-15 Eli Zaretskii <eliz@gnu.org>
527
528 * gdb.texinfo (Output): Spell out which features of C's printf are
529 not supported by GDB's printf.
530 (Separate Debug Files): More accurate wording regarding build ID
531 and a reference to the ld manual rather than the Fedora wiki.
532
533 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
534 Jim Blandy <jimb@codesourcery.com>
535
536 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
537 (Examining Memory): Update mentions of the 's' format.
538 (Automatic Display): Likewise.
539
540 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
541
542 * gdb.texinfo: Update the FSF's Back-Cover Text.
543
544 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
545 Eli Zaretskii <eliz@gnu.org>
546
547 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
548 Fixed the ``build ID'' name. New binaries build instructions for the
549 build ID inclusion. Explain how the commands are specific to the build
550 ID vs. debug link.
551
552 2007-09-01 Eli Zaretskii <eliz@gnu.org>
553
554 * gdb.texinfo (Separate Debug Files): Fix last change. Add
555 indexing for ``build ID'' support.
556
557 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
558
559 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
560 Enlisted BUILD ID to the debug file searching example.
561 Included a BUILD ID `.note.gnu.build-id' section description.
562 Updated/added the debug files splitting instructions for OBJCOPY.
563
564 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
565
566 * gdb.texinfo (Variable Objects): Adjust docs
567 for -var-info-expression and document
568 -var-info-path-expression.
569
570 2007-08-20 Jim Blandy <jimb@codesourcery.com>
571
572 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
573 (title page): Include the dedication in the printed manual, as a
574 separate page after the copyright notice.
575
576 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
577 don't break a @var across a line.
578
579 2007-07-25 Maciej W. Rozycki <macro@mips.com>
580
581 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
582 for include files.
583
584 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
585
586 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
587 in annotate.texinfo.
588 (Command History): Link to new node.
589
590 2007-07-05 Markus Deuling <deuling@de.ibm.com>
591
592 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
593
594 2007-07-05 Eli Zaretskii <eliz@gnu.org>
595
596 * gdbint.texinfo (Target Conditionals): Fix last change.
597
598 2007-07-03 Markus Deuling <deuling@de.ibm.com>
599
600 * gdb.texinfo: Replace following macros by their appropriate gdbarch
601 routines:
602 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
603 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
604 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
605 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
606 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
607 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
608 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
609 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
610 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
611 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
612 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
613 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
614 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
615 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
616 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
617 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
618 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
619 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
620 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
621 (SOFTWARE_SINGLE_STEP_P)
622
623 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
624 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
625
626 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
627 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
628 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
629 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
630 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
631 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
632 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
633 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
634 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
635 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
636
637 (Converting an existing Target Architecture to Multi-arch): Remove
638 section.
639
640 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
641 (gdbarch_addr_bits_remove): Add code example.
642
643 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
644
645 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
646
647 * gdb.texinfo (Remote Configuration): Document library-info-packet.
648 Add other missing entries. Adjust the table size to fit.
649 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
650 stop reasons including the new "library" event.
651 (General Query Packets): Adjust table widths for qSupported. Mention
652 qXfer:libraries:read reply to qSupported and document the new packet.
653 (Library List Format): New section.
654
655 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
656
657 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
658
659 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
660
661 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
662
663 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
664
665 * gdbint.texinfo (Register and Memory Data): Break sections
666 into nodes and add a menu.
667
668 2007-06-21 Maciej W. Rozycki <macro@mips.com>
669
670 * gdb.texinfo (Examining Memory): Document the new behaviour.
671
672 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
673
674 * gdb.texinfo (Standard Target Features): Document
675 m68k features.
676
677 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
678
679 * gdb.texinfo (General Query Packets): Document qOffsets changes.
680
681 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
682
683 * gdb.texinfo (Target Description Format): Add version attribute
684 for <target>.
685
686 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
687
688 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
689
690 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
691
692 * gdb.texinfo (MIPS Features): New subsection.
693
694 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
695 Markus Deuling <deuling@de.ibm.com>
696
697 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
698 and qXfer:spu:write packets and mention them under qSupported.
699
700 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
701 Markus Deuling <deuling@de.ibm.com>
702
703 * gdb.texinfo (Architectures): Add new SPU section to document
704 Cell Broadband Engine SPU architecture specific commands.
705
706 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
707
708 * gdb.texinfo (GDB/MI Variable Objects): Editorial
709 comments.
710
711 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
712
713 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
714
715 2007-05-29 Jim Blandy <jimb@codesourcery.com>
716
717 * gdb.texinfo (Overview): Doc fix.
718
719 2007-05-22 Maciej W. Rozycki <macro@mips.com>
720
721 * gdb.texinfo (Remote Configuration): Document "set/show
722 remoteflow".
723
724 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
725
726 * gdb.texinfo (MIPS): Remove documentation for set mips
727 saved-gpreg-size, show mips saved-gpreg-size, and set mips
728 stack-arg-size.
729
730 2007-05-14 Bob Wilson <bob.wilson@acm.org>
731
732 * all-cfg.texi (GDBTUI): New.
733 * gdb.texinfo (Mode Options): Use GDBTUI variable.
734 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
735 (TUI Configuration): Edit to improve clarity and fix problems of
736 both style and content.
737
738 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
739
740 * observer.texi (GDB Observers): New observer "new_objfile".
741
742 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
743
744 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
745
746 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
747
748 * gdb.texinfo (GDB/MI Variable Objects): Document
749 frozen variables objects.
750
751 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
752
753 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
754 (Character Sets, Caching Data of Remote Targets): Likewise.
755 (Targets): Delete Remote node. Move its text...
756 (Debugging Remote Programs): ...to here. Delete description
757 of the "remote" command.
758 (Remote configuration): Delete description of "set remotedevice"
759 and "show remotedevice".
760 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
761
762 2007-04-11 Bob Wilson <bob.wilson@acm.org>
763
764 * gdb.texinfo (Contributors, Continuing and Stepping)
765 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
766 (General Query Packets, File-I/O Remote Protocol Extension)
767 (Protocol Basics, The F Reply Packet, Write)
768 (Protocol-specific Representation of Datatypes, Memory Transfer):
769 Fix hyphenation, punctuation and grammar problems.
770 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
771 'section' instead of 'subsection' in the text.
772 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
773 (i386): Remove period from section name.
774 (Installing GDB, Requirements, Running Configure, Separate Objdir)
775 (Config Names, Configure Options): Use @file{configure}.
776
777 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
778
779 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
780 and tab expansion.
781
782 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
783
784 * gdbint.texinfo (SOM): Correct location of the SOM reader.
785
786 2007-04-02 Bob Wilson <bob.wilson@acm.org>
787
788 * gdb.texinfo: Consistently capitalize all significant words in
789 node names, chapter titles, section titles, and headings. Update
790 cross references to match.
791 (Starting and Stopping Trace Experiment): Make node name plural.
792 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
793
794 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
795
796 * gdb.texinfo (WinCE): Delete obsolete subsection.
797
798 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
799
800 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
801 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
802 references.
803
804 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
805
806 * gdb.texinfo (Startup): Delete references to some alternate
807 names for .gdbinit.
808 (Thread): Remove LynxOS reference.
809 (Tandem ST2000): Delete target-specific documentation.
810 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
811 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
812 and GDB_OSABI_LYNXOS.
813
814 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
815
816 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
817
818 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
819
820 * gdbint.texinfo (Target Conditionals): Remove mention of
821 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
822 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
823
824 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
825
826 * Makefile.in: Add "pdfdir" installation
827 directory, PDFTEX macro, support for "install-pdf" target,
828 and rules for making a pdf version of refcard.texi.
829 * refcard.tex: Specify paper size for PDF output.
830
831 2007-03-26 Bob Wilson <bob.wilson@acm.org>
832
833 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
834
835 2007-03-26 Bob Wilson <bob.wilson@acm.org>
836
837 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
838 (Source Path, Character Sets, Macros, Define)
839 (GDB/MI Result Records, GDB/MI Simple Examples)
840 (GDB/MI Program Execution, GDB/MI File Commands)
841 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
842 (Bug Reporting): Use @value{GCC}.
843
844 2007-03-26 Bob Wilson <bob.wilson@acm.org>
845
846 * gdb.texinfo (Help): Fix formatting of examples.
847 (Variables): Use @ifnotinfo instead of @iftex.
848 (Non-debug DLL symbols): Use @ref instead of @pxref.
849 (Sparclet File): Use @samp instead of quotes.
850
851 2007-03-26 Bob Wilson <bob.wilson@acm.org>
852
853 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
854
855 2007-03-26 Bob Wilson <bob.wilson@acm.org>
856
857 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
858 the order of the nodes.
859 (C Operators, C Constants, Debugging C): Remove extra menus.
860 (Method Names in Commands): Do not specify next/prev/up nodes.
861
862 2007-03-26 Bob Wilson <bob.wilson@acm.org>
863
864 * gdb.texinfo (File Options): Add missing parenthesis.
865 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
866
867 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
868
869 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
870
871 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
872
873 * gdb.texinfo (Standard Target Features): Mention
874 case insensitivity.
875 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
876
877 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
878
879 * gdb.texinfo (Top): Put Appendix A after numbered sections.
880 (Files): Add section name to argument list for pxref.
881 (Non-debug DLL symbols): Don't use `see' for pxref.
882 (Embedded Processors): Fix typo.
883 (GDB/MI Breakpoint Commands): Execution commands generate
884 *stopped not ^done.
885
886 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
887
888 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
889 values for in_scope. Mention that only root variables can be
890 updated.
891 (GDB/MI Development and Front Ends): Explain new values may be
892 added to existing fields.
893
894 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
895
896 * gdb.texinfo (-target-disconnect): Use @smallexample.
897 (Requirements): Add anchor for Expat. Update description.
898 (Target Descriptions): Mention Expat.
899 (Target Description Format): Document new elements. Use
900 @smallexample.
901 (Predefined Target Types, Standard Target Features): New sections.
902 * gdbint.texinfo (Target Descriptions): New section.
903
904 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
905
906 * gdb.texinfo (Target Description Format): Add section on XInclude.
907
908 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
909
910 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
911 command -enable-timings.
912
913 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
914
915 * gdbint.texinfo (Operation System ABI Variant Handling): Update
916 descriptions for new/deleted elements in gdb_osabi. Add missing
917 description for function generic_elf_osabi_sniff_abi_tag_sections.
918
919 2007-01-29 Joel Brobecker <brobecker@adacore.com>
920
921 * gdb.texinfo (Maintenance Commands): Add documentation for
922 the new "maint print target-stack" command.
923
924 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
925 Eli Zaretskii <eliz@gnu.org>
926
927 * gdb.texinfo: Describe CHAR array vs. string identification rules.
928
929 2007-01-26 Eli Zaretskii <eliz@gnu.org>
930
931 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
932 Use @value{NGCC} instead of @value{GCC}.
933
934 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
935
936 * agentexpr.texi: Fix typos.
937 * annotate.texinfo: Likewise.
938 * gdb.texinfo: Likewise.
939 * gdbint.texinfo: Likewise.
940 * observer.texi: Likewise.
941 * stabs.texinfo: Likewise.
942
943 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
944
945 * gdbint.texinfo (Support Libraries): Remove mmalloc
946 entry. Describe readline library.
947
948 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
949
950 * gdb.texinfo (Target Descriptions): New section.
951 (General Query Packets): Add QPassSignals anchor. Mention
952 qXfer:features:read under qSupported. Expand mentions of
953 qXfer:memory-map:read and QPassSignals. Document
954 qXfer:features:read.
955
956 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
957
958 * gdb.texinfo (Commands to specify files): Describe
959 "set sysroot" and "show sysroot".
960 (Using the `gdbserver' program): Lowercase argument
961 to @var. Expand description of setting up GDB on the
962 host.
963
964 2007-01-05 Joel Brobecker <brobecker@adacore.com>
965
966 * gdb.texinfo (Set Catchpoints): Add documentation for the new
967 catch exception, catch exception unhandled, and catch assert
968 commands.
969
970 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
971
972 * gdb.texinfo (Debugging Output): Document "set debug xml"
973 and "show debug xml".
974
975 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
976
977 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
978
979 2007-01-01 Joel Brobecker <brobecker@adacore.com>
980
981 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
982
983 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
984
985 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
986 note in @ignore, to be removed later if nobody complains.
987
988 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
989
990 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
991 of -var-delete.
992
993 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
994
995 * gdb.texinfo (Setting breakpoints): Document
996 automatic software/hardware breakpoint usage and
997 the "set breakpoint auto-hw" command.
998
999 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
1000
1001 * gdb.texinfo (Memory Access Checking): New.
1002
1003 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
1004
1005 * gdb.texinfo (Remote configuration): Mention
1006 "pass-signals-packet".
1007 (General Query Packets): Document QPassSignals. Fix
1008 a typo.
1009
1010 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
1011
1012 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
1013
1014 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
1015
1016 * gdb.texinfo (Remote configuration): Rewrite documentation for
1017 packet configuration commands.
1018 (OS Information): Adjust reference to qXfer:auxv:read.
1019 (General Query Packets): Remove references to read-aux-vector-packet
1020 and set remote get-thread-local-storage-address.
1021
1022 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
1023
1024 * gdbint.texinfo (Target Architecture Definition): Add new
1025 Initializing a New Architecture section.
1026
1027 2006-10-31 David Taylor <dtaylor@emc.com>
1028
1029 * stabs.texinfo (Macro define and undefine): New node describing
1030 stabs for #define and #undef.
1031
1032 2006-10-27 Andreas Schwab <schwab@suse.de>
1033
1034 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
1035
1036 2006-10-21 Eli Zaretskii <eliz@gnu.org>
1037
1038 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
1039 clarify on the possible meanings of ``expression'' watched by
1040 watchpoints. Add indexing.
1041 (Prompting, Errors, Invalidation, Annotations for Running)
1042 (Source Annotations): Fix index entries by adding "annotation" to
1043 them, to discriminate from index entries that point to the more
1044 general topic descriptions.
1045
1046 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
1047
1048 * gdbint.texinfo (Target Vector Definition): Move most
1049 content into Existing Targets. Add a menu.
1050 (Existing Targets): New section, moved from Target Vector
1051 Definition. Use @subsection.
1052 (Managing Execution State): New section.
1053
1054 2006-10-16 Bob Wilson <bob.wilson@acm.org>
1055
1056 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
1057
1058 2006-10-15 Eli Zaretskii <eliz@gnu.org>
1059
1060 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
1061 (Command Syntax, Signals, Backtrace, Connecting)
1062 (Remote configuration, Renesas Boards, Console I/O): Fix last
1063 change: use Ctrl- instead of C-, except wrt Emacs.
1064 (File-I/O Examples): Put Ctrl-c in @kbd.
1065 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
1066 (Console I/O): Use @samp with Ctrl-.
1067 (Signals, Set Breaks, Set Watchpoints): Document optional
1068 arguments to `info signals' `handle', `info breakpoints', and
1069 `info watchpoints'.
1070
1071 2006-10-14 Eli Zaretskii <eliz@gnu.org>
1072
1073 * gdb.texinfo (Backtrace): Fix last change.
1074
1075 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
1076
1077 * gdb.texinfo (Backtrace): Order correctly and add other cases.
1078
1079 2006-10-10 Bob Wilson <bob.wilson@acm.org>
1080
1081 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
1082 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
1083 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
1084
1085 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
1086 Daniel Jacobowitz <dan@codesourcery.com>
1087
1088 * gdb.texinfo (Packets): Document vFlashErase,
1089 vFlashWrite and vFlashDone packets.
1090 (General Query Packets): Document qXfer:memory-map:read.
1091 Add a new feature for qXfer:memory-map:read.
1092 (Memory map format): New section.
1093 (Target Commands): Mention that gdb can write flash.
1094
1095 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
1096 Daniel Jacobowitz <dan@codesourcery.com>
1097
1098 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
1099 memory regions and "mem auto".
1100
1101 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
1102
1103 * gdbint.texinfo (Array Containers): New section.
1104
1105 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
1106
1107 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
1108 -stack-list-arguments HIGH_FRAME argument can be larger then the
1109 actual number of frames.
1110
1111 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
1112
1113 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
1114 -stack-list-locals HIGH_FRAME argument can be larger then the
1115 actual number of frames.
1116
1117 2006-09-02 Bob Wilson <bob.wilson@acm.org>
1118
1119 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
1120 Register Packet Format, Tracepoint Packets): Fix spelling errors.
1121
1122 2006-09-02 Eli Zaretskii <eliz@gnu.org>
1123
1124 * gdbint.texinfo (Overall Structure): New section "Source Tree
1125 Structure".
1126
1127 2006-08-17 Jim Blandy <jimb@codesourcery.com>
1128
1129 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
1130 responses.
1131
1132 2006-08-08 Joel Brobecker <brobecker@adacore.com>
1133
1134 * gdb.texinfo (Source Path): Add documentation for new
1135 substitute-path commands.
1136
1137 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
1138
1139 * gdb.texinfo (Installing GDB): Update menu. Move text to...
1140 (Running Configure): ...here.
1141 (Requirements): New node. Mention expat.
1142
1143 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
1144
1145 * gdb.texinfo (Target Commands): Remove
1146 'set download-write-size' and 'show download-write-size'.
1147
1148 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
1149
1150 * stabs.texinfo (Member Type Descriptor): Correct example for
1151 pointer to member types.
1152
1153 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
1154
1155 * gdb.texinfo (Optional warnings and messages): Add
1156 'set/show trace-commands'.
1157 (Command files): Add '-v' to source command.
1158
1159 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
1160
1161 * gdb.texinfo (OS Information): Update qPart reference to
1162 qXfer.
1163 (Remote configuration): Likewise.
1164 (Overview): Move @cindex to the start of a paragraph. Talk
1165 about binary data encoding.
1166 (Packets): Refer to the overview for the details of the X
1167 packet encoding.
1168 (General Query Packets): Remove qPart description. Add qXfer
1169 description. Add an anchor to qSupported. Correct feature
1170 table title. Add a new feature for qXfer:auxv:read.
1171 (Interrupts): Add a missing parenthesis.
1172
1173 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
1174
1175 * gdb.texinfo (KOD): Remove node.
1176 (GDB/MI Kod Commands): Remove commented out node.
1177
1178 2006-07-01 Eli Zaretskii <eliz@gnu.org>
1179
1180 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
1181 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
1182 (GDB/MI Thread Commands, GDB/MI Program Execution)
1183 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
1184 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
1185 (GDB/MI File Commands, GDB/MI Target Manipulation)
1186 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
1187 since the MI prompt is hard-wired into the code.
1188
1189 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
1190
1191 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
1192 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
1193 (GDB/MI Data Manipulation): Remove description of unimplemented
1194 display related commands as variable objects perform this function
1195 and are superior: -display-delete, -display-disable,
1196 -display-enable, -display-insert and -display-list. Move
1197 -environment-cd, -environment-directory, -environment-path
1198 and -environment-pwd to "Program Context".
1199 (GDB/MI Program Control): Rename to "Program Execution". Move
1200 -exec-arguments -exec-abort to...
1201 (GDB/MI Program Context): ...here. New node split from "Data
1202 Manipulation".
1203
1204 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
1205
1206 * gdb.texinfo (Remote configuration): Document set / show
1207 remote supported-packets.
1208 (General Query Packets): Document qSupported packet.
1209
1210 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
1211
1212 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
1213 and font markup.
1214 (Protocol basics): Likewise.
1215 (The F request packet): Likewise.
1216 (The F reply packet): Likewise.
1217 (Memory transfer): Move this node to be a subsubsection of
1218 "Protocol specific representation of datatypes".
1219 (The Ctrl-C message): More copy editing.
1220 (Console I/O): Likewise.
1221 (The isatty call): Delete this node, and merge its content into
1222 the "isatty" node. Fixed references elsewhere.
1223 (The system call): Delete this node, and merge its content into
1224 the "system" node. Fixed references elsewhere.
1225 (open): Reformat to use @table, and add appropriate font markup.
1226 (close): Likewise.
1227 (read): Likewise.
1228 (write): Likewise.
1229 (lseek): Likewise.
1230 (rename): Likewise.
1231 (unlink): Likewise.
1232 (stat/fstat): Likewise.
1233 (gettimeofday): Likewise.
1234 (isatty): Likewise.
1235 (system): Likewise, plus minor changes to fix confusing wording.
1236 (Integral datatypes): Fix font markup.
1237 (Pointer values): Likewise.
1238 (struct stat): Fix markup to use @table, plus minor copy editing.
1239 (struct timeval): Fix font markup, plus minor copy editing.
1240 (Constants): Minor copy editing.
1241 (Errno values): Add font markup.
1242 (File-I/O Examples): Likewise.
1243
1244 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
1245
1246 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
1247 (GDB/MI Simple Examples): Move node up one level. Use real
1248 examples.
1249 (GDB/MI Compatibility with CLI): Update.
1250 (GDB/MI Result Records): Add "connected" and "exit" result
1251 classes.
1252 (GDB/MI Stream Records): Clarify target output.
1253 (GDB/MI Command Description Format): Modify example description.
1254 (GDB/MI Breakpoint Table Commands): Rename to...
1255 (GDB/MI Breakpoint Commands): ...this
1256 (GDB/MI Breakpoint Commands): Add optional thread field.
1257 (GDB/MI Program Control): Add an introduction. Move "Program
1258 termination" examples into exec-run description.
1259 (GDB/MI File Commands): Mention similar CLI commands.
1260 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
1261 is similar to "-gdb-version".
1262
1263 2006-06-09 Eli Zaretskii <eliz@gnu.org>
1264
1265 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
1266
1267 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
1268
1269 * gdb.texinfo (GDB/MI Development and Front Ends): Use
1270 sourceware.org for mailing lists.
1271 (GDB/MI File Commands): New node split from Program Control.
1272
1273 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
1274
1275 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
1276
1277 2006-05-22 Eli Zaretskii <eliz@gnu.org>
1278
1279 * gdb.texinfo (Cygwin Native): Fix last change.
1280
1281 2006-05-22 Christopher Faylor <cgf@timesys.com>
1282
1283 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
1284
1285 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
1286
1287 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
1288 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
1289
1290 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
1291
1292 * gdb.texinfo (General Query Packets): Recommend not starting
1293 new packets with qC and clarify.
1294
1295 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
1296
1297 * gdb.texinfo (M2 Types): New section.
1298
1299 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
1300
1301 * agentexpr.texi: Add a copyright and license notice.
1302 * observer.texi: Likewise, with GPL clause for function prototypes.
1303 Remove trailing whitespace.
1304
1305 2006-05-05 Jim Blandy <jimb@codesourcery.com>
1306
1307 * gdb.texinfo (General Query Packets): Document conventions for
1308 terminating packet names, and their violations.
1309
1310 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
1311
1312 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
1313 * gdb.texinfo: Likewise.
1314
1315 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
1316
1317 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
1318 and "show remotedebug".
1319 (Debugging Output): Add additional index entries.
1320
1321 2006-04-27 Michael Snyder <msnyder@redhat.com>
1322
1323 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
1324
1325 2006-04-22 Andrew Cagney <cagney@redhat.com>
1326
1327 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
1328 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
1329
1330 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
1331
1332 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
1333 and remove breakpoint prototypes.
1334 (Watchpoints): Move description of target_insert_hw_breakpoint and
1335 target_remove_hw_breakpoint ...
1336 (Breakpoints): ... to here. Document target_insert_breakpoint and
1337 target_remove_breakpoint.
1338
1339 2006-04-17 Jim Blandy <jimb@codesourcery.com>
1340
1341 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
1342 and C packets are optional.
1343
1344 2006-04-14 Frederic Riss <frederic.riss@st.com>
1345
1346 * gdb.texinfo (Specifying source directories): Update the description
1347 of the source file search to reflect the fact that the source path
1348 always contains at least $cdir and $cwd.
1349
1350 2006-03-31 Michael Snyder <msnyder@redhat.com>
1351
1352 * gdb.texinfo: Update copyright dates.
1353
1354 2006-03-31 Eli Zaretskii <eliz@gnu.org>
1355
1356 * gdb.texinfo (Overview): Add an index entry to "empty response".
1357
1358 2006-03-28 Jim Blandy <jimb@codesourcery.com>
1359
1360 * gdbint.texinfo (Prologue Analysis): New section.
1361
1362 2006-03-07 Jim Blandy <jimb@red-bean.com>
1363
1364 * gdb.texinfo (Connecting): Document 'target remote pipe'.
1365
1366 * gdb.texinfo (Target Commands): Update text describing how to
1367 specify a target. Refer to the detailed section on remote
1368 debugging, not the brief mention.
1369
1370 * gdb.texinfo (Connecting): Organize the different 'target remote'
1371 connection methods into a table. Add a 'target remote' index
1372 entry. (!!!)
1373
1374 2006-02-17 Fred Fish <fnf@specifix.com>
1375
1376 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
1377 'ptype' commands to reflect the fact that the only significant
1378 difference between them is that ptype prints the complete type
1379 description instead of just the name.
1380
1381 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
1382
1383 * gdbint.texinfo (Watchpoints): Delete
1384 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
1385
1386 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
1387
1388 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
1389 times fields where needed. Fix typos. Update general form given
1390 for output of -break-insert.
1391 (GDB/MI): Abbreviate some unnecessarily long fullnames.
1392
1393 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
1394
1395 * gdbint.texinfo (Symbol Handling): Add a section
1396 on memory management.
1397
1398 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
1399
1400 * gdb.texinfo (Breakpoint table commands): Document the fullname
1401 field in -break-list output.
1402
1403 2006-02-03 Eli Zaretskii <eliz@gnu.org>
1404
1405 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
1406 debugging information produced by the various "set debug..."
1407 options.
1408
1409 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1410
1411 * gdb.texinfo (Files): Remove obsolete bits from the description
1412 of "symbol-file".
1413
1414 2006-01-25 Jim Blandy <jimb@redhat.com>
1415
1416 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
1417
1418 2006-01-24 Jim Blandy <jimb@redhat.com>
1419
1420 * gdbint.texinfo (Frames): Document the basics of GDB's register
1421 unwinding model, and explain the existence of the "sentinel" frame.
1422
1423 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
1424
1425 * gdb.texinfo (Choosing files): Mention that -directory is used
1426 for script files.
1427 (Specifying source directories): Likewise.
1428 (Command files): Explain how script files are found.
1429
1430 2006-01-21 Eli Zaretskii <eliz@gnu.org>
1431
1432 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
1433 the threads in a multi-threaded program.
1434 (Threads): The threadno argument of "thread apply" can be a range
1435 of numbers.
1436
1437 2006-01-18 Jim Blandy <jimb@redhat.com>
1438
1439 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
1440 of warning flags.
1441
1442 2006-01-13 Eli Zaretskii <eliz@gnu.org>
1443
1444 * gdb.texinfo (Sequences): Improve menu annotations.
1445 (Define): Add index entries for arguments of user-defined
1446 commands. Move the description of flow-control commands...
1447 (Command Files): ...to here. Document loop_break and
1448 loop_continue.
1449 (Define, Command Files): Document `end' and add index entries for
1450 it.
1451
1452 2006-01-04 Michael Snyder <msnyder@redhat.com>
1453
1454 * gdb.texinfo: Add documentation for linux-fork.
1455 * gdbint.texinfo: Add internal documentation for checkpoints.
1456
1457 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
1458
1459 * gdb.texinfo (Omissions from Ada): Document that there is now
1460 limited aggregate support.
1461
1462 2005-12-28 Eli Zaretskii <eliz@gnu.org>
1463
1464 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
1465 registers and the likes.
1466
1467 2005-12-24 Eli Zaretskii <eliz@gnu.org>
1468
1469 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
1470 (Symbols): Fix usage of "e.g.".
1471 (Memory Region Attributes): Fix usage of "etc."
1472
1473 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
1474 (Coding): Fix usage of "e.g.".
1475
1476 2005-12-23 Eli Zaretskii <eliz@gnu.org>
1477
1478 * stabs.texinfo:
1479 * refcard.tex:
1480 * gpl.texi:
1481 * gdbint.texinfo:
1482 * gdb.texinfo:
1483 * gdb-cfg.texi:
1484 * fdl.texi:
1485 * annotate.texinfo:
1486 * all-cfg.texi:
1487 * Makefile.in: Add (C) after Copyright. Update the FSF
1488 address.
1489
1490 2005-12-03 Eli Zaretskii <eliz@gnu.org>
1491
1492 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
1493 extend GDB with commands for external monitor.
1494
1495 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
1496
1497 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
1498
1499 2005-11-25 Joel Brobecker <brobecker@adacore.com>
1500
1501 * gdbint.texinfo (Start of New Year Procedure): New chapter.
1502
1503 2005-11-21 Jim Blandy <jimb@redhat.com>
1504
1505 * gdb.texinfo (Tracepoint Packets): Document restrictions on
1506 placement of 'R' actions in tracepoint action packets; document
1507 dependence of 'X' and 'M' actions on a preceding 'R' action for
1508 their registers.
1509
1510 2005-11-19 Jim Blandy <jimb@redhat.com>
1511
1512 * gdb.texinfo (Tracepoint Packets): New node.
1513 (General Query Packets): Add entries for the tracepoint packets,
1514 referring to the "Tracepoint Packets" node.
1515 (Tracepoints): Add reference to "Tracepoint Packets".
1516
1517 2005-11-18 Kevin Buettner <kevinb@redhat.com>
1518
1519 * gdb.texinfo (set remotebreak): Add anchor.
1520 (X packet): Likewise.
1521 (Remote Protocol): Add new section `Interrupts' and new index
1522 entry `interrupts (remote protocol)'.
1523
1524 2005-11-18 Jim Blandy <jimb@redhat.com>
1525
1526 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
1527 entries into the General Query Packets section. Add a
1528 cross-reference to that section. Drop description of replies, as
1529 these are covered in the descriptions of each packet.
1530 (General Query Packets): Add introductory text. Explain naming
1531 conventions, and how the end of a name is recognized.
1532
1533 2005-11-17 Kevin Buettner <kevinb@redhat.com>
1534
1535 * gdb.texinfo (Remote configuration): Fix typo in description of
1536 "set remotebreak" command.
1537
1538 2005-11-16 Jim Blandy <jimb@redhat.com>
1539
1540 * gdb.texinfo (Packets, Stop Reply Packets)
1541 (General Query Packets): Various formatting cleanups.
1542 - Use @samp for packet contents.
1543 - Drop summaries from packet @item lines; the same information appears
1544 immediately below in the description.
1545 - Delete paragraph breaks after packet @item commands, so that the
1546 description appears directly to the right of the packet prototype
1547 in the printed manual, if it fits.
1548 - Place spaces in packet prototypes between @vars and non-@var
1549 letters, and explain that they're just for formatting.
1550 - Use @dots{} instead of '...'.
1551 - Fix uses of @code where @var was needed.
1552 - Replace "deprecated" markers with English text spelling out the
1553 packet's status and the preferred alternatives.
1554 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
1555 what this ever meant.
1556 - Remove "(draft)" markers on 'i' packets; nobody has commented on
1557 this for a long time.
1558 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
1559 implemented several times, and have been in use for years.
1560
1561 2005-11-15 Jim Blandy <jimb@redhat.com>
1562
1563 * gdb.texinfo (Packets): Add index entries for 'm' packet
1564 disclaimers.
1565
1566 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
1567 of stub when processing an 'm' packet.
1568
1569 * gdb.texinfo (Packets): Mention that packets beginning with
1570 letters are reserved once, at the top, instead of actually listing
1571 them all and saying "reserved".
1572
1573 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
1574
1575 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
1576 Change @var{$arg0 to @code{$arg0.
1577
1578 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
1579
1580 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
1581
1582 2005-11-12 Jim Blandy <jimb@redhat.com>
1583
1584 * gdb.texinfo (General Query Packets): Put packets in alphabetical
1585 order. Remove extraneous 'z'.
1586
1587 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
1588
1589 * gdb.texinfo (Choosing files): Add --eval-command.
1590
1591 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
1592
1593 * gdb.texinfo (Choosing modes): Add --return-child-result.
1594
1595
1596 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
1597
1598 * gdb.texinfo (Choosing modes): Add --batch-silent.
1599
1600 2005-10-28 Eli Zaretskii <eliz@gnu.org>
1601
1602 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
1603 "The -var-update Command".
1604
1605 2005-10-03 Joel Brobecker <brobecker@adacore.com>
1606
1607 * gdb.texinfo (Print Settings): Add documentation for set/show
1608 print array-indexes.
1609
1610 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
1611
1612 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
1613 6.2 and 6.3.
1614
1615 2005-08-27 Eli Zaretskii <eliz@gnu.org>
1616
1617 * gdb.texinfo (File Options): Don't document --mapped, it's gone
1618 since 19-Jan-2004.
1619 (Files): Likewise.
1620 (Variables, Symbols): Document the "<incomplete type>" message and
1621 its reasons.
1622
1623 2005-08-01 Fred Fish <fnf@specifix.com>
1624
1625 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
1626
1627 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
1628
1629 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
1630 option for -var-list-children and -var-update.
1631 (GDB/MI Stack Manipulation): Simplify description of
1632 print-values option for -stack-list-locals.
1633 (GDB/MI Command Description Format): Clarify.
1634 (Mode Options): Spelling of superseded.
1635
1636 2005-07-12 Bob Rossi <bob@brasko.net>
1637
1638 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
1639 corresponding GDB command comment.
1640
1641 2005-07-06 Bob Rossi <bob@brasko.net>
1642
1643 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
1644 and -inferior-tty-show.
1645 (Input/Output): Document "set/show inferior-tty" and tty alias.
1646
1647 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
1648
1649 * gdb.texinfo (Packets): Change description of 'D' packet to note
1650 that GDB does wait for a response.
1651
1652 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
1653
1654 * gdb.texinfo (History) Rename "Command History".
1655 (Command History): Move node "Server Prefix" from section on
1656 Annotations here.
1657
1658 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
1659
1660 * gdb.texinfo (GDB/MI Stack Manipulation):
1661 Re-instate -stack-info-frame with example. Say that it gets
1662 info on selected frame, not current frame.
1663
1664 2005-06-18 Eli Zaretskii <eliz@gnu.org>
1665
1666 * gdb.texinfo (Server): Clarify that `file' should be used before
1667 connecting to the server.
1668 (Files): Add an xref to the above description.
1669 (Output Formats): More detailed description of the `c' format.
1670 (Memory): List explicitly all the formats supported by `x'.
1671 (Threads): Add an @cindex entry for "thread apply".
1672 (Files): Document the possibility of loading unlinked object
1673 files. Add more indexing for solib-absolute-prefix and
1674 --with-sysroot.
1675 (Machine Code): Document possible problems with locations in
1676 shared libraries.
1677 (Backtrace): Document that free-standing environments do not need
1678 to have a `main' function.
1679
1680 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
1681
1682 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
1683 -stack-info-frame.
1684
1685 2005-06-07 Andrew Cagney <cagney@gnu.org>
1686
1687 * gdb.texinfo (Contributors): Note the original multi-arch
1688 contributors.
1689
1690 2005-06-03 Eli Zaretskii <eliz@gnu.org>
1691
1692 * gdb.texinfo (Registers): Add index entries for the standard
1693 registers.
1694 (Frames): Add cross-reference from frame pointer description to
1695 the Registers node.
1696 (Annotations Overview): Fix the reference to GDB name.
1697
1698 2005-06-01 Eli Zaretskii <eliz@gnu.org>
1699
1700 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
1701 can-use-hw-watchpoints.
1702
1703 2005-05-28 Bob Rossi <bob@brasko.net>
1704
1705 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
1706 the possible reasons why an exec async record would be returned to FE.
1707
1708 2005-05-26 Andrew Cagney <cagney@gnu.org>
1709
1710 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
1711 Andrew Cagney implemented the original GDB/MI.
1712
1713 2005-05-23 Orjan Friberg <orjanf@axis.com>
1714
1715 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
1716 documentation. Add documentation for cris-mode.
1717
1718 2005-05-20 Eli Zaretskii <eliz@gnu.org>
1719
1720 * gdb.texinfo (Numbers): Explain the example and make the wording
1721 more acurate.
1722
1723 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
1724 Dennis Brueni <dennis@slickedit.com>
1725
1726 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
1727 (GDB/MI Data Manipulation, GDB/MI Program Control)
1728 (GDB/MI Stack Manipulation): Update examples to include the fullname
1729 attribute in stack frames.
1730
1731 2005-05-12 Eli Zaretskii <eliz@gnu.org>
1732
1733 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
1734 do with other non-standard names of init files.
1735
1736 2005-05-11 Eli Zaretskii <eliz@gnu.org>
1737
1738 * gdb.texinfo (Command Files): Move the description of the startup
1739 from here...
1740 (Startup): ...to this new subsection of the Invocation chapter.
1741 Rearrange the description of init files more logically and add a
1742 cross-reference to "Command Files". Document the special gdbinit
1743 name for CISCO 68k. Expand the description of what GDB does
1744 during startup.
1745 (History): Add index entry for HISTSIZE.
1746
1747 2005-05-02 Mark Kettenis <kettenis@gnu.org>
1748
1749 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
1750
1751 2005-05-02 Eli Zaretskii <eliz@gnu.org>
1752
1753 * gdb.texinfo (SVR4 Process Information, The isatty call)
1754 (The system call): Don't use foo(N) notation for man pages and
1755 functions.
1756 (Compilation, DJGPP Native): Improve wording.
1757
1758 2005-04-27 Eli Zaretskii <eliz@gnu.org>
1759
1760 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
1761 were optimized away.
1762
1763 2005-04-22 Eli Zaretskii <eliz@gnu.org>
1764
1765 * gdb.texinfo (Remote configuration): Document "set/show
1766 get-thread-local-storage-address". Add cross-reference to the
1767 description of the qGetTLSAddr packet.
1768 (General Query Packets): Mention "set remote
1769 get-thread-local-storage-address" and add a reference to its
1770 description.
1771
1772 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
1773
1774 * gdb.texinfo (Backtrace): Describe 'bt full'.
1775
1776 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
1777
1778 * gdb.texinfo (Mode Options): Fix typo.
1779 (GDB/MI): Describe how to invoke GDB/MI.
1780
1781 2005-04-16 Eli Zaretskii <eliz@gnu.org>
1782
1783 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
1784 references changed. Add description of "info udot".
1785 (Files): Document "set/show stop-on-solib-events".
1786 (M32R/D): Document "set/show download-path", "set/show
1787 board-address", "set/show server-address", "upload", "tload".
1788 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
1789 "use_mon_code", "use_ib_break", "use_dbt_break".
1790 (Maintenance Commands): Improve indexing.
1791 (Target Commands): Document "set/show hash", "set/show debug
1792 monitor".
1793 (SVR4 Process Information): Document "info pidlist" and "info
1794 meminfo". Document "set/show procfs-tarce" and "set/show
1795 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
1796 (Symbols, The Print Command with Objective-C): Improve indexing.
1797 (Objective-C): Add references to "info classes" and "info
1798 selectors".
1799 (Debugging Output): Improve wording. Document "set/show debug
1800 solib-frv". Fix "set/show debugvarobj".
1801 (Set Breaks): Add index entry for "hardware breakpoints".
1802 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
1803 and "set/show usehardbreakpoints".
1804 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
1805 monitor-prompt", "set/show monitor-warnings", "pmon".
1806 (ARM): Document "rdilogfile", "rdilogenable", "set/show
1807 rdiromatzero", "set/show rdiheartbeat".
1808 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
1809 "sds".
1810 (Embedded Processors): Document the "sim" command.
1811 (Remote): Document the "remote" command.
1812 (DJGPP Native): Document the "info serial" command.
1813 (Threads): Document "maint info sol-threads".
1814 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
1815 (Set Breaks): Improve indexing.
1816 (Command Syntax): Add a reference to dont-repeat.
1817 (Define): Document "dont-repeat".
1818 (TUI Commands): Document "tabset".
1819 (WinCE): New subsection. Document "set/show remotedirectory",
1820 "set/show remoteupload", "set/show remoteaddhost".
1821
1822 2005-04-15 Eli Zaretskii <eliz@gnu.org>
1823
1824 * gdb.texinfo (Hurd Native): New subsection, documents
1825 Hurd-specific commands.
1826 (Maintenance Commands): Add cross-reference to "Debugging Output".
1827 (Debugging Output): Document "set/show debug lin-lwp".
1828 (MIPS): Improve documentation of heuristic-fence-post. Document
1829 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
1830 mips stack-arg-size", "set/show mips mask-address", "set/show mips
1831 remote-mips64-transfers-32bit-regs", "set/show debug mips".
1832 (ARM): Document ARM-specific commands.
1833 (AVR): New section. Document "info io_registers".
1834 (CRIS): New section. Document "set/show cris-version" and
1835 "set/show cris-dwarf2-cfi".
1836 (HPPA): New section. Document "set/show debug hppa" and "maint
1837 print unwind".
1838 (Neutrino): New subsection. Document "set/show debug nto-debug".
1839 (Super-H): New section. Document the "regs" command.
1840 (Debugging Output): Document "set/show debug aix-thread".
1841
1842 2005-04-09 Eli Zaretskii <eliz@gnu.org>
1843
1844 * gdb.texinfo (Print Settings): Document "set/show print
1845 pascal_static-members", "set print repeats", "show print
1846 null-stop". Improve indexing. Fix documentation of "set print
1847 union".
1848 (Pascal): New section.
1849 (Supported languages): Rename from "Support"; all references
1850 updated. Add a menu item for Pascal.
1851 (Numbers): Document "set radix.
1852 (Screen Size): Document "set/show pagination".
1853 (MIPS Embedded): Remove "set processor" documentation.
1854 (Remote configuration): Document "set/show X/P/Z-packet",
1855 "set/show read-aux-vector-packet", "set/show remote
1856 symbol-lookup-packet", "set/show remote verbose-resume-packet",
1857 "set/show remoteaddresssize", "set/show remotebaud", "set/show
1858 remotedebug", "set/show remotebreak", "set/show remotedevice",
1859 "set/show remotelogfile".
1860 (Auxiliary Vector): Add reference to the description of the
1861 read-aux-vector-packet setting.
1862 (Set Watchpoints): Add a cross-reference to "set remote
1863 hardware-breakpoint-limit".
1864 (General Query Packets): Add indexing of requests and
1865 cross-references to related commands in "Remote configuration".
1866 (File-I/O Overview, The system call): Fix wording and typos.
1867 (Thread Stops): Add index entries.
1868 (Continuing and Stepping): Document "show step-mode".
1869 (i386): New node. Document "set/show struct-convention".
1870 (Files): Document "show trust-readonly-sections".
1871 (Calling): Document "set/show unwindonsignal".
1872 (Messages/Warnings): Add index entries.
1873 (Maintenance Commands): Document "set/show watchdog".
1874 (Annotations Overview): Document "show annotate".
1875 (Set Watchpoints): Add index entries.
1876 (Symbols): Fix doc of case-sensitive.
1877 (ABI): Document "show coerce-float-to-double".
1878 (Convenience Vars, Help): Improve indexing.
1879 (Machine Code): Document "show disassembly-flavor".
1880 (Debugging C plus plus): Document "show overload-resolution".
1881 (Value History, Signaling): Add index entries.
1882
1883 2005-04-08 Eli Zaretskii <eliz@gnu.org>
1884
1885 * gdb.texinfo (Show): Move @kindex entries to their proper places.
1886 (Processes): Fix wording.
1887 (History, List, Logging output, Define, Symbols, Print Settings):
1888 Improve indexing.
1889
1890 2005-04-03 Eli Zaretskii <eliz@gnu.org>
1891
1892 * gdb.texinfo (Targets): Document "set/show architecture". Remove
1893 redundant index entry for "target" command.
1894 (Backtrace): Add index entries.
1895 (Symbols, Fortran): Document the "set case-sensitive" command.
1896 (DJGPP Native): Document "set com1base", "set com1irq", etc.
1897 (Print Settings): Add index entry for "set demangle-style".
1898 (Target Commands): Document "set download-write-size".
1899 (Debugging Output): Document "set exec-done-display".
1900
1901 2005-04-02 Eli Zaretskii <eliz@gnu.org>
1902
1903 * gdb.texinfo (Files): Fix the name and documentation of
1904 add-shared-symbol-files. Document its alias assf. Update the
1905 list of OSs where GDB supports shared libraries. Fix markup.
1906 (Continuing and Stepping): Add reference to @var{location} in the
1907 text.
1908 (Dump/Restore Files): Fix reference to @{filename}.
1909 (Help): Fix wording.
1910 (Attach): Ditto.
1911 (Set Watchpoints): Ditto.
1912 (Backtrace): Remove redundant index entries. Improve index
1913 entries.
1914 (Delete Breaks): Fix wording.
1915 (Memory): Document the compare-sections command.
1916 (Memory Region Attributes): Improve wording.
1917 (Disabling): Improve wording.
1918 (Fortran): New subsection. Document the "info common" command.
1919 (Help): Document aliases "info copying" and "info warranty".
1920 (Caching Remote Data): New section. Document the "set/show
1921 remotecache" and "info dcache" commands.
1922 (Show): Fix wording of the documentation of the "set
1923 extension-language" command.
1924 (Signals): Add index entry for "info handle".
1925 (Memory Region Attributes): Fix punctuation.
1926 (Symbols): Change the arg name to "location" and refer to it in
1927 the text. Fix wording of "info types" doc.
1928 (Threads): Fix usage of @enumerate @item's.
1929 (Listing Tracepoints): Add index entry for "info tp".
1930 (Set Watchpoints): Add xref to "info break" description.
1931 (Macros): Add an index entry for "macro exp1". Document the
1932 "macro list" command.
1933 (Maintenance Commands): Document "flushregs", "maint agent",
1934 "maint check-symtabs", "maint cplus", "maint demangle", "maint
1935 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
1936 "maint print architecture", "maint print objfiles", "maint print
1937 statistics", "maint print type", "maint show-debug-regs", "maint
1938 space", "maint time", and "maint translate-address".
1939 (Connecting): Document the "monitor" command.
1940 (Annotations Overview): Describe the "set annotate" command.
1941
1942 2005-04-01 Eli Zaretskii <eliz@gnu.org>
1943
1944 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
1945 Rearrange index entries and improve wording about support for
1946 hardware watchpoints.
1947
1948 2005-03-10 Bob Rossi <bob@brasko.net>
1949
1950 * gdb.texinfo: Update copyright
1951
1952 2005-02-09 Theodore A. Roth <troth@openavr.org>
1953
1954 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
1955 error.
1956
1957 2005-02-03 Kevin Buettner <kevinb@redhat.com>
1958
1959 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
1960
1961 2005-01-17 Michael Snyder <msnyder@redhat.com>
1962
1963 * gdb.texinfo: Fix spelling, infinte -> infinite.
1964
1965 2005-01-08 Mark Kettenis <kettenis@gnu.org>
1966
1967 * observer.texi (GDB Observers): Document "solib_loaded".
1968
1969 2005-01-07 Andrew Cagney <cagney@gnu.org>
1970
1971 * configure.ac: Rename configure.in, require autoconf 2.59.
1972 * configure: Re-generate.
1973
1974 * configure.in: Replace configdirs with multiple references to
1975 AC_CONFIG_SUBDIRS.
1976 * configure: Re-generate.
1977
1978 2005-01-04 Andrew Cagney <cagney@gnu.org>
1979
1980 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
1981 part of the version number.
1982
1983 2004-12-24 Mark Kettenis <kettenis@gnu.org>
1984
1985 * gdbint.texinfo (Algorithms): Remove description of
1986 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
1987
1988 2004-12-07 Jim Blandy <jimb@redhat.com>
1989
1990 * gdb.texinfo (General Query Packets): Specify that thread ID's in
1991 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
1992 numbers.
1993
1994 2004-12-07 Andreas Schwab <schwab@suse.de>
1995
1996 * gdb.texinfo (Mode Options): Document -l option.
1997
1998 2004-12-04 Eli Zaretskii <eliz@gnu.org>
1999
2000 * gdbint.texinfo (Algorithms): More accurate description of
2001 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
2002 is not needed unless data-read and data-access watchpoints are
2003 supported. Add a description of how GDB checks whether the
2004 inferior stopped because a watchpoint was hit.
2005
2006 2004-11-23 Eli Zaretskii <eliz@gnu.org>
2007
2008 * gdb.texinfo (Files): Add cross-reference to description of
2009 -readnow command-line switch.
2010
2011 2004-11-10 Randolph Chung <tausq@debian.org>
2012
2013 * gdb.texinfo: Document set/show backtrace past-entry commands.
2014 Rearrange index entries for set/show backtrace past-main.
2015
2016 2004-11-10 Jon Beniston <jon@beniston.com>
2017
2018 Committed by Andrew Cagney <cagney@gnu.org>.
2019 * gdb.texinfo (Remote Serial Protocol): Further describe
2020 binary transfer escaping mechanism .
2021
2022 2004-11-08 Randolph Chung <tausq@debian.org>
2023
2024 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
2025 and "show debug infrun". Add index entries.
2026
2027 2004-10-23 Eli Zaretskii <eliz@gnu.org>
2028
2029 * gdb.texinfo (SVR4 Process Information): Document subcommands of
2030 "info proc" that are already implemented. Add index entries.
2031 (Working Directory): Add a cross-reference to "info proc" command.
2032 (Files): Add a tip for decreasing memory used for symtabs from
2033 shared libraries.
2034 (Starting): Fix whitespace; make "elaboration" stand out where it
2035 is first used, and add an index entry for the term.
2036 (Calling): Expand and elaborate text. Add "print". Add the
2037 description of problems with weak aliases.
2038 (Core File Generation): New section.
2039
2040 2004-10-12 Andrew Cagney <cagney@gnu.org>
2041
2042 * gdbint.texinfo (Versions and Branches): New chapter.
2043 (Releasing GDB): Delete "Versions and Branches" section.
2044 (Top): Add "Versions and Branches".
2045
2046 2004-10-08 Eli Zaretskii <eliz@gnu.org>
2047
2048 * gdb.texinfo (Editing, History): Add cross-references to the
2049 included Readline and History user documentation. Remove
2050 references to the symbol have-readline-appendices which is unused
2051 and undefined.
2052 (History): Fix indexing.
2053
2054 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
2055
2056 * gdbint.texinfo (target_stopped_data_address): Update to
2057 new prototype.
2058 (i386_stopped_data_address): Update prototype and description.
2059 (i386_stopped_by_watchpoint): New function and description.
2060
2061 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
2062
2063 * gdb.texinfo (Filenames): Add Ada suffixes.
2064 (Ada) New section.
2065
2066 2004-09-27 Andrew Cagney <cagney@gnu.org>
2067 Robert Picco <Robert.Picco@hp.com>
2068
2069 * gdb.texinfo (Packets): Document the "p" packet.
2070
2071 2004-09-21 Jason Molenda (jmolenda@apple.com)
2072
2073 * gdb.texinfo (Paths and Names of the Source Files): Document the
2074 meaning of values in the 'desc' field of a SO stab.
2075
2076 2004-09-20 Daniel Jacobowitz <dan@debian.org>
2077
2078 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
2079 max-cache-age" and "maint show dwarf2 max-cache-age".
2080
2081 2004-09-16 Eli Zaretskii <eliz@gnu.org>
2082
2083 * gdb.texinfo (Set Breaks): Add index entry for setting
2084 breakpoints on overloaded C++ functions that are not members of
2085 any classes. Add an example and an index entry for setting
2086 breakpoints on all program functions.
2087 (Character Sets, Macros, Overlay Commands)
2088 (Non-debug DLL symbols, GDB/MI Output Syntax)
2089 (Annotations Overview, Maintenance Commands, File-I/O Overview):
2090 Use "(@value{GDBP})" instead of a literal "(gdb)".
2091
2092 2004-09-12 Andrew Cagney <cagney@gnu.org>
2093
2094 * gdbint.texinfo (Native Debugging): Delete description of
2095 FILES_INFO_HOOK.
2096
2097 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
2098
2099 * gdbint.texinfo (User Interface): Change local_hex_string_custom
2100 to hex_string_custom (not historically correct, but more
2101 understandable, given the current code).
2102
2103 2004-09-03 Andrew Cagney <cagney@gnu.org>
2104
2105 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
2106
2107 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
2108
2109 * observer.texi (solib_unloaded): New observer.
2110
2111 2004-08-24 Andrew Cagney <cagney@gnu.org>
2112
2113 * gdbint.texinfo (Target Architecture Definition): Add missing
2114 comma.
2115
2116 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
2117
2118 * (Using the Testsuite): build != host is supported,
2119 but some test scripts do not support build != host.
2120
2121 2004-08-14 Mark Kettenis <kettenis@gnu.org>
2122
2123 * gdbint.texinfo (Host Definition): Delete description of
2124 FCLOSE_PROVIDED and GETENV_PROVIDED.
2125
2126 2004-08-05 Mark Kettenis <kettenis@chello.nl>
2127
2128 * gdbint.texinfo (Host Definition): Delete description of
2129 NO_SYS_FILE.
2130 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
2131 PTRACE_FP_BUG.
2132
2133 2004-08-05 Andrew Cagney <cagney@gnu.org>
2134
2135 * gdbint.texinfo (Target Architecture Definition): Delete
2136 reference to deprecated_read_fp.
2137
2138 2004-08-02 Andrew Cagney <cagney@gnu.org>
2139
2140 * gdbint.texinfo (Target Architecture Definition): Delete
2141 description of DEPRECATED_REGISTER_BYTES.
2142
2143 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2144
2145 * gdb.texinfo (Source Path): Document the new behavior of
2146 searching for the source files.
2147
2148 2004-07-17 Eli Zaretskii <eliz@gnu.org>
2149
2150 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
2151 (Search, Expressions, Arrays, Variables, Data, Machine Code)
2152 (Auto Display): Improve indexing.
2153
2154 2004-07-16 Andrew Cagney <cagney@gnu.org>
2155
2156 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
2157 "-noasync".
2158
2159 2004-07-09 Eli Zaretskii <eliz@gnu.org>
2160
2161 * gdb.texinfo: Fix @kindex entries so that multiple commands that
2162 have the same prefix have only their prefix in the index.
2163
2164 2004-07-03 Mark Kettenis <kettenis@gnu.org>
2165
2166 * gdb.texinfo (BSD libkvm Interface): New node (section)
2167 (Native): Add it to the menu.
2168
2169 2004-07-01 Mark Kettenis <kettenis@gnu.org>
2170
2171 * gdbint.texinfo (Target Architecture Definition): Remove
2172 PCC_SOL_BROKEN.
2173
2174 2004-06-24 Mark Kettenis <kettenis@gnu.org>
2175
2176 * gdbint.texinfo (Target Architecture Definition): Remove
2177 SUN_FIXED_LBRAC_BUG.
2178
2179 2004-06-26 Andrew Cagney <cagney@gnu.org>
2180
2181 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
2182
2183 2004-06-20 Andrew Cagney <cagney@gnu.org>
2184
2185 * gdbint.texinfo (Target Architecture Definition): Deprecate
2186 USE_STRUCT_CONVENTION.
2187
2188 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
2189
2190 gdb.texinfo (Bug Reporting): Mention session recording,
2191 with the script command or Emacs.
2192
2193 2004-06-18 Andrew Cagney <cagney@gnu.org>
2194
2195 * gdbint.texinfo (Target Architecture Definition): Deprecate
2196 FUNCTION_START_OFFSET.
2197
2198 2004-06-14 Andrew Cagney <cagney@gnu.org>
2199
2200 Based on changes from Karl Berry.
2201 * gdb.texinfo: Do not use @sc in a direntry.
2202 * stabs.texinfo: Change @dircateogry to "Software development".
2203 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
2204
2205 2004-06-13 Andrew Cagney <cagney@gnu.org>
2206
2207 * gdbint.texinfo (Target Architecture Definition): Delete
2208 description of RETURN_VALUE_ON_STACK.
2209
2210 2004-06-09 Andrew Cagney <cagney@gnu.org>
2211
2212 * gdbint.texinfo (Native Debugging): Restore "@table @code"
2213 deleted by previous patch.
2214
2215 2004-06-08 Andrew Cagney <cagney@gnu.org>
2216
2217 * gdbint.texinfo (Native Debugging): Delete documentation on
2218 ATTACH_DETACH.
2219
2220 2004-06-06 Randolph Chung <tausq@debian.org>
2221
2222 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
2223
2224 2004-06-06 Randolph Chung <tausq@debian.org>
2225
2226 * gdb.texinfo (push_dummy_call): Update argument list to match
2227 the new push_dummy_call method signature. Describe the function
2228 argument.
2229
2230 2004-05-24 Joel Brobecker <brobecker@gnat.com>
2231
2232 * gdb.texinfo (Starting): Document new start command.
2233
2234 2004-05-21 Andrew Cagney <cagney@redhat.com>
2235
2236 * observer.texi (GDB Observers): Document "inferior_created".
2237
2238 2004-05-08 Andrew Cagney <cagney@redhat.com>
2239
2240 * gdbint.texinfo (Target Architecture Definition): Delete
2241 description of DO_DEFERRED_STORES.
2242
2243 * gdbint.texinfo (Target Architecture Definition): Delete
2244 references to DEPRECATED_FIX_CALL_DUMMY.
2245
2246 * gdbint.texinfo (Target Architecture Definition): Delete
2247 description of DEPRECATED_CALL_DUMMY_WORDS,
2248 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
2249
2250 * gdbint.texinfo (Target Architecture Definition): Delete
2251 description of DEPRECATED_PUSH_DUMMY_FRAME.
2252
2253 * gdbint.texinfo (Target Architecture Definition): Delete
2254 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
2255
2256 2004-05-07 Andrew Cagney <cagney@redhat.com>
2257
2258 * observer.texi (GDB Observers): Add "Debugging" section. Include
2259 cross reference to "set/show debug observer".
2260 * gdb.texinfo (Debugging Output): Document "set/show debug
2261 observer".
2262
2263 2004-05-01 Andrew Cagney <cagney@redhat.com>
2264
2265 * gdbint.texinfo (Target Architecture Definition): Delete
2266 description of DEPRECATED_PC_IN_SIGTRAMP.
2267
2268 2004-04-30 Andrew Cagney <cagney@redhat.com>
2269
2270 * gdbint.texinfo (Target Architecture Definition): Delete
2271 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
2272
2273 2004-04-30 Orjan Friberg <orjanf@axis.com>
2274
2275 * observer.texi (GDB Observers): Correct spelling.
2276
2277 2004-04-26 Orjan Friberg <orjanf@axis.com>
2278
2279 * observer.texi (GDB Observers): Add target_changed event.
2280
2281 2004-04-08 Andrew Cagney <cagney@redhat.com>
2282
2283 * observer.texi (GDB Observers): Rework, provide generic observer
2284 definitions and then a list of observable events.
2285
2286 2004-04-04 Andrew Cagney <cagney@redhat.com>
2287
2288 * gdbint.texinfo (Host Definition): Delete reference to
2289 NO_SIGINTERRUPT.
2290
2291 2004-04-02 Andrew Cagney <cagney@redhat.com>
2292
2293 * gdbint.texinfo (Target Architecture Definition): Delete
2294 reference to DEPRECATED_CALL_DUMMY_LENGTH.
2295
2296 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
2297
2298 * gdb.texinfo (TUI Commands): Document tui reg commands.
2299
2300 2004-03-26 Andrew Cagney <cagney@redhat.com>
2301
2302 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
2303 "gdbtui".
2304 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
2305 (Contributors): Mention both Text and Terminal User Interface.
2306
2307 2004-03-23 Andrew Cagney <cagney@redhat.com>
2308
2309 * gdbint.texinfo (Target Architecture Definition): Deprecate
2310 references to SIGTRAMP_START and SIGTRAMP_END.
2311
2312 2004-03-23 Andrew Cagney <cagney@redhat.com>
2313
2314 * gdbint.texinfo (Target Architecture Definition): Deprecate
2315 references to PC_IN_SIGTRAMP.
2316
2317 2004-03-19 Andrew Cagney <cagney@redhat.com>
2318
2319 * gdbint.texinfo (Target Architecture Definition): Delete
2320 reference to GDB_TARGET_IS_HPPA.
2321
2322 2004-03-18 Andrew Cagney <cagney@redhat.com>
2323
2324 * gdbint.texinfo (Coding): Update section on gdbarch_data,
2325 describe pre_init and post_init.
2326
2327 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
2328
2329 * gdb.texinfo (Debugging Output): Document values for "set debug
2330 target".
2331
2332 2004-02-28 Andrew Cagney <cagney@redhat.com>
2333
2334 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
2335
2336 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
2337
2338 * gdb.texinfo (breakpoints): Add information about the
2339 new "set breakpoint pending" and "show breakpoint pending"
2340 commands.
2341
2342 2004-02-26 Andrew Cagney <cagney@redhat.com>
2343
2344 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
2345 in Per-architecture module data section.
2346
2347 2004-02-25 Roland McGrath <roland@redhat.com>
2348
2349 * gdb.texinfo (General Query Packets): Document qPart:... packets.
2350
2351 2004-02-24 Andrew Cagney <cagney@redhat.com>
2352
2353 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
2354 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
2355 * fdl.texi: Import Version 1.2, November 2002.
2356
2357 2004-02-17 Andrew Cagney <cagney@redhat.com>
2358
2359 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
2360
2361 2004-02-16 Andrew Cagney <cagney@redhat.com>
2362
2363 * gdbint.texinfo (Target Architecture Definition): Deprecate
2364 FRAMELESS_FUNCTION_INVOCATION.
2365
2366 2004-02-16 Andrew Cagney <cagney@redhat.com>
2367
2368 * gdbint.texinfo (Coding): Mention -Wunused-function.
2369
2370 2004-02-14 Andrew Cagney <cagney@redhat.com>
2371
2372 * gdbint.texinfo (Target Architecture Definition): Delete
2373 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
2374
2375 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
2376
2377 * gdb.texinfo: Properly quote the name "C++".
2378 * gdbint.texinfo: Ditto.
2379 * stabs.texinfo: Ditto.
2380
2381 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
2382
2383 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
2384 minimal information about libiberty.
2385
2386 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
2387
2388 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
2389
2390 2004-02-04 Roland McGrath <roland@redhat.com>
2391
2392 * gdb.texinfo (Auxiliary Vector): New node (section).
2393 (Data): Add it to the menu.
2394
2395 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
2396
2397 * gdb.texinfo (Breakpoints): Add information about pending
2398 breakpoint support.
2399
2400 2004-01-26 Andrew Cagney <cagney@redhat.com>
2401
2402 * gdb.texinfo (Overview): Delete references to the cisco protocol
2403 including the "N" response.
2404
2405 2004-01-26 Andrew Cagney <cagney@redhat.com>
2406
2407 * gdbint.texinfo (Target Architecture Definition): Rename
2408 EXTRACT_STRUCT_VALUE_ADDRESS to
2409 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
2410
2411 2004-01-24 Eli Zaretskii <eliz@gnu.org>
2412
2413 * gdb.texinfo (KOD): Document "show os". Add index entries for
2414 "set/show os" and "info cisco" commands.
2415
2416 2004-01-21 Eli Zaretskii <eliz@gnu.org>
2417
2418 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
2419
2420 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
2421
2422 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
2423 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
2424
2425 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
2426
2427 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
2428 -stack-list-locals.
2429 (GDB/MI Variable Objects): Describe extension to
2430 -var-list-children.
2431
2432 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
2433
2434 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
2435
2436 2004-01-17 Andrew Cagney <cagney@redhat.com>
2437
2438 * gdbint.texinfo (Target Architecture Definition): Delete
2439 documentation on DEPRECATED_NPC_REGNUM.
2440
2441 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
2442
2443 * gdb.texinfo: Update copyright year. Mention that set
2444 follow-fork-mode is supported on GNU/Linux. Remove documentation of
2445 "set follow-fork-mode ask".
2446
2447 2004-01-13 Andrew Cagney <cagney@redhat.com>
2448
2449 * gdbint.texinfo: Update copyright year.
2450 (Coding): Add -Wunused-label to list of -Werror warnings.
2451
2452 2004-01-08 Jason Molenda <jmolenda@apple.com>
2453 Eli Zaretskii <eliz@gnu.org>
2454
2455 * gdb.texinfo: Update copyright.
2456 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
2457 around names, as appropriate. Minor syntax cleanup of
2458 _NSPrintForDebugger explanation. Two spaces after periods.
2459 GDBN used instead of lit. "gdb". Index entries added for
2460 print-object and _NSPrintForDebugger. @noindent added in one spot.
2461
2462 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
2463
2464 * stabs.texinfo: Add dircategory and direntry commands.
2465 * annotate.texinfo: Ditto.
2466
2467 2003-11-10 Andrew Cagney <cagney@redhat.com>
2468
2469 * gdbint.texinfo (Target Architecture Definition): Replace the
2470 return_value method's "inval" and "outval" parameters with
2471 "readbuf" and "writebuf".
2472
2473 2003-10-28 Jim Blandy <jimb@redhat.com>
2474
2475 * gdb.texinfo (The F request packet, The F reply packet): Renamed
2476 from "The `F' request packet" and "The `F' reply packet", to make
2477 texi2dvi happy.
2478 (File-I/O remote protocol extension): Update menu entries, too.
2479
2480 2003-10-26 Michael Chastain <mec@shout.net>
2481
2482 * gdb.texinfo (Thread Stops): Document the issue with
2483 premature return from system calls in multi-threaded programs.
2484
2485 2003-10-24 Andrew Cagney <cagney@redhat.com>
2486
2487 * annotate.texinfo: Fix "fortunatly"[sic].
2488
2489 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
2490
2491 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
2492 with "Hitachi" and "Mitsubishi".
2493
2494 2003-10-20 Andrew Cagney <cagney@redhat.com>
2495
2496 * gdbint.texinfo (Target Architecture Definition): Document
2497 gdbarch_return_value. Add cross references from
2498 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
2499 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
2500
2501 2003-10-18 Mark Kettenis <kettenis@gnu.org>
2502
2503 * gdbint.texinfo (Target Architecture Definition): Document
2504 regset_from_core_section.
2505
2506 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
2507
2508 * gdb.texinfo (M32R/D): Mention m32rsdi target.
2509
2510 2003-10-15 Kevin Buettner <kevinb@redhat.com>
2511
2512 From Anthony Green <green@redhat.com>:
2513 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
2514
2515 2003-10-14 Kevin Buettner <kevinb@redhat.com>
2516
2517 * gdb.texinfo (Breakpoint related warnings): New node.
2518 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
2519
2520 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
2521
2522 * gdb.texinfo (Remote Protocol): Document v and vCont.
2523
2524 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
2525
2526 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
2527 * gdbint.texinfo: Ditto.
2528
2529 2003-10-09 Andrew Cagney <cagney@redhat.com>
2530
2531 From 2003-09-18 David Anderson <davea@sgi.com>:
2532 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
2533 "command".
2534
2535 2003-10-03 Andrew Cagney <cagney@redhat.com>
2536
2537 * gdbint.texinfo (Target Architecture Definition): Deprecate
2538 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
2539 just target.
2540
2541 2003-10-02 Andrew Cagney <cagney@redhat.com>
2542
2543 * gdbint.texinfo (Target Architecture Definition): Rename
2544 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
2545 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
2546 * gdbint.texinfo (Target Architecture Definition): Rename
2547
2548 2003-09-30 Andrew Cagney <cagney@redhat.com>
2549
2550 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
2551 (Target Architecture Definition):
2552
2553 * gdbint.texinfo (Target Architecture Definition): Rename
2554 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
2555
2556 2003-09-29 Andrew Cagney <cagney@redhat.com>
2557
2558 * gdbint.texinfo (Target Architecture Definition): Delete
2559 documentation for NEED_TEXT_START_END.
2560
2561 * gdbint.texinfo (Target Architecture Definition): Rename
2562 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
2563 TARGET_WRITE_PC.
2564
2565 2003-09-22 Michael Chastain <mec@shout.net>
2566
2567 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
2568
2569 2003-09-21 Anthony Green <green@redhat.com>
2570
2571 * gdbint.texinfo (Target Architecture Definition): Fix typos.
2572
2573 2003-09-21 Mark Kettenis <kettenis@gnu.org>
2574
2575 * gdbint.texinfo (Target Architecture Definition): Document
2576 stabs_argument_has_addr.
2577
2578 2003-09-18 Andrew Cagney <cagney@redhat.com>
2579
2580 * gdbint.texinfo (Target Architecture Definition): Delete
2581 documentation on REGISTER_NAMES.
2582
2583 2003-09-13 Mark Kettenis <kettenis@gnu.org>
2584
2585 * gdbint.texinfo (Target Architecture Definition): Replace
2586 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
2587
2588 2003-09-11 Andrew Cagney <cagney@redhat.com>
2589
2590 * gdbint.texinfo (Target Architecture Definition): Replace
2591 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
2592
2593 2003-08-18 Andrew Cagney <cagney@redhat.com>
2594
2595 * gdbint.texinfo (Target Architecture Definition): Document
2596 "frame_red_zone_size".
2597
2598 2003-08-09 Andrew Cagney <cagney@redhat.com>
2599
2600 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
2601 with "set/show backtrace past-main" and "set/show backtrace
2602 limit".
2603
2604 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
2605
2606 * Makefile.in (install-info): Support DESTDIR.
2607 (install-html): Likewise.
2608
2609 2003-08-07 Andrew Cagney <cagney@redhat.com>
2610
2611 Patch from Nick Roberts.
2612 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
2613 bindings. Remove description of send-gdb-command.
2614
2615 2003-08-07 Andrew Cagney <cagney@redhat.com>
2616
2617 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
2618 GDB 6.0.
2619
2620 2003-08-06 Andrew Cagney <cagney@redhat.com>
2621
2622 * gdb.texinfo (Mode Options): Mention that level three is the
2623 highest available and that level 2 is deprecated.
2624 (Annotations Overview): Mention annotation levels. Cross reference
2625 to "Limitations of the Annotation Interface" in annotate.texi.
2626 (TODO, Value Annotations, Frame Annotations): Delete section.
2627 (Displays, Breakpoint Info): Delete.
2628
2629 2003-08-04 Andrew Cagney <cagney@redhat.com>
2630
2631 * agentexpr.texi: Delete @bye.
2632 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
2633 (stabs.info): Add $(srcdir) to include search path.
2634 (html): Depend on "annotate_toc.html", and not "annotate.html".
2635 * stabs.texinfo: Ditto. Include "fdl.texi".
2636 * gdbint.texinfo: Update copyright statement's list of invariant
2637 sections.
2638
2639 2003-07-28 Andrew Cagney <cagney@redhat.com>
2640
2641 * Makefile.in (INFO_DEPS): Add annotate.info.
2642 (dvi, ps, html, pdf): Add annotate.
2643 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
2644 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
2645 (ANNOTATE_DOC_FILES): New macro.
2646 (ANNOTATE_TEX_TMPS): New macro.
2647 (annotate.info, annotate_toc.html): Specify dependencies.
2648 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
2649 * annotate.texinfo: Rename annotate.texi. Get building. Add
2650 "Migrating to GDB/MI" and "Limitations of the Annotation
2651 Interface" chapters. Mention why it is not part of the user
2652 guide. Update copyright notice. Include "fdl.texi".
2653
2654 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
2655
2656 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
2657
2658 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
2659
2660 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
2661
2662 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
2663
2664 * gdb.texinfo (Server): Mention pidof.
2665
2666 2003-07-22 Andrew Cagney <cagney@redhat.com>
2667
2668 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
2669 list.
2670
2671 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
2672
2673 * gdb.texinfo (Logging output): New chapter.
2674
2675 2003-06-24 Joel Brobecker <brobecker@gnat.com>
2676
2677 * gdb.texinfo (Unsupported languages): New section.
2678 (Languages): Add link to new section.
2679
2680 2003-06-22 Andrew Cagney <cagney@redhat.com>
2681
2682 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
2683
2684 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
2685
2686 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
2687
2688 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
2689
2690 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
2691 * agentexpr.texi: Retitle section, and change it to an appendix.
2692 Comment out texinfo initialization. Factor a @var{} into two
2693 pieces to prevent makeinfo warnings.
2694 * gdb.texinfo: Add Agent Expressions appendix.
2695
2696 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
2697
2698 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
2699
2700 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
2701
2702 * gdb.texinfo (Remote Debugging): New section "Connecting to a
2703 remote target". Document the "detach" and "disconnect" commands.
2704 (Server, Netware, Debug Session): Reference "Connecting to a
2705 remote target".
2706 (GDB/MI Target Manipulation): Document "-target-disconnect".
2707
2708 2003-06-13 Andrew Cagney <cagney@redhat.com>
2709
2710 * gdbint.texinfo (Target Architecture Definition): Deprecate
2711 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
2712 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
2713
2714 2003-06-09 Jim Blandy <jimb@redhat.com>
2715
2716 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
2717
2718 2003-06-08 Andrew Cagney <cagney@redhat.com>
2719
2720 * gdbint.texinfo (Target Architecture Definition): Delete
2721 documentation on FRAME_ARGS_ADDRESS_CORRECT.
2722
2723 2003-06-08 Andrew Cagney <cagney@redhat.com>
2724
2725 * gdbint.texinfo (Target Architecture Definition): Document
2726 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
2727
2728 2003-06-07 Adam Fedor <fedor@gnu.org>
2729
2730 * gdb.texinfo: Add Objective-C documentation.
2731
2732 2003-06-01 Andrew Cagney <cagney@redhat.com>
2733
2734 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
2735 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
2736
2737 2003-05-21 Andrew Cagney <cagney@redhat.com>
2738
2739 * gdbint.texinfo (Target Architecture Definition): Delete
2740 references to "extract_address" and "store_address".
2741
2742 2003-05-16 Andrew Cagney <cagney@redhat.com>
2743
2744 * gdbint.texinfo (Target Architecture Definition): Replace
2745 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
2746 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
2747
2748 2003-05-14 Theodore A. Roth <troth@openavr.org>
2749
2750 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
2751
2752 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
2753
2754 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
2755 (gdb.dvi): Likewise.
2756 (gdb.pdf): Likewise.
2757 (links2roff): Likewise.
2758
2759 2003-05-08 Jim Blandy <jimb@redhat.com>
2760
2761 * gdb.texinfo (Dump/Restore Files): Update documentation for
2762 'dump', 'append', and 'restore': note that format argument is
2763 optional; simplify presentation of the command variants; and be
2764 more precise about the formats.
2765
2766 2003-05-07 Jim Blandy <jimb@redhat.com>
2767
2768 * gdb.texinfo (Symbols): Update documentation: 'maint list
2769 symtabs' and 'maint list psymtabs' have been renamed 'maint info
2770 symtabs' and 'maint info psymtabs'.
2771
2772 2003-05-05 Andrew Cagney <cagney@redhat.com>
2773
2774 * gdbint.texinfo (Target Architecture Definition): Make
2775 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
2776 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
2777 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
2778
2779 2003-05-04 Andrew Cagney <cagney@redhat.com>
2780
2781 * gdb.texinfo (Maintenance Commands): Document "maint print
2782 dummy-frames".
2783
2784 2003-05-04 Andrew Cagney <cagney@redhat.com>
2785
2786 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
2787
2788 2003-05-03 J. Brobecker <brobecker@gnat.com>
2789
2790 Thierry Schneider <tpschneider1@yahoo.com>
2791 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
2792 for new MI command.
2793
2794 2003-05-03 Andrew Cagney <cagney@redhat.com>
2795
2796 * gdbint.texinfo (Target Architecture Definition): Document
2797 push_dummy_code. Add cross references.
2798
2799 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
2800
2801 * gdb.texinfo (Character Sets): Update to reflect new behavior of
2802 set/show charsets commands.
2803
2804 2003-04-28 Andrew Cagney <cagney@redhat.com>
2805
2806 * gdbint.texinfo (Target Architecture Definition): Replace
2807 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
2808 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
2809
2810 2003-04-28 Andrew Cagney <cagney@redhat.com>
2811
2812 * gdbint.texinfo (Target Architecture Definition): Rename
2813 "tm_print_insn" to "deprecated_tm_print_insn".
2814
2815 2003-04-09 Jim Blandy <jimb@redhat.com>
2816
2817 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
2818 list psymtabs'.
2819
2820 2003-04-08 Andrew Cagney <cagney@redhat.com>
2821
2822 * gdbint.texinfo (Target Architecture Definition): Delete
2823 references to EXTRA_FRAME_INFO.
2824
2825 2003-04-08 Andrew Cagney <cagney@redhat.com>
2826
2827 * gdbint.texinfo (Target Architecture Definition): Delete
2828 PRINT_TYPELESS_INTEGER.
2829
2830 2003-04-02 J. Brobecker <brobecker@gnat.com>
2831
2832 * observer.texi (GDB Observers): Adjust the documentation for the
2833 normal_stop notification to better describe reality. Fix a couple
2834 of minor typos.
2835
2836 2003-04-02 Bob Rossi <bob_rossi@cox.net>
2837
2838 * gdb.texinfo (GDB/MI Program Control): Add
2839 '-file-list-exec-source-file'
2840
2841 2003-03-31 Andrew Cagney <cagney@redhat.com>
2842
2843 * gdbint.texinfo (Target Architecture Definition): Delete
2844 references to CALL_DUMMY_P.
2845
2846 2003-03-30 Andrew Cagney <cagney@redhat.com>
2847
2848 * gdbint.texinfo (Target Architecture Definition): Remove
2849 reference to TARGET_WRITE_SP.
2850
2851 2003-03-27 Andrew Cagney <cagney@redhat.com>
2852
2853 * gdbint.texinfo (Target Architecture Definition): Remove
2854 references to write_sp.
2855
2856 2003-03-27 Andrew Cagney <cagney@redhat.com>
2857
2858 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
2859 chapter body. Use @smallexample instead of @example.
2860 (Annotations): Ditto.
2861 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
2862 annotate.texi.
2863
2864 2003-03-26 Andrew Cagney <cagney@redhat.com>
2865
2866 * gdbint.texinfo (Target Architecture Definition): Replace
2867 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
2868 dummy_addr parameters.
2869
2870 2003-03-25 Andrew Cagney <cagney@redhat.com>
2871
2872 * gdbint.texinfo (Target Architecture Definition): Delete
2873 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
2874 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
2875 Add reference to PUSH_ARGUMENTS.
2876
2877 2003-03-23 Andrew Cagney <cagney@redhat.com>
2878
2879 * gdbint.texinfo (Algorithms, Target Architecture Definition):
2880 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
2881
2882 2003-03-18 J. Brobecker <brobecker@gnat.com>
2883
2884 * gdbint.texinfo (Algorithms): Add new section describing the
2885 Observer paradigm.
2886 (Top): Add menu entry to new observer appendix.
2887 * observer.texi: New file.
2888 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
2889 new observer.texi file.
2890
2891 2003-03-17 Andrew Cagney <cagney@redhat.com>
2892
2893 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
2894 that GNU Press update the manual version number.
2895
2896 2003-03-12 Andrew Cagney <cagney@redhat.com>
2897
2898 * gdbint.texinfo (Target Architecture Definition): Delete
2899 references to get_saved_register. Rename GET_SAVED_REGISTER to
2900 DEPRECATED_GET_SAVED_REGISTER.
2901
2902 2003-03-13 Andrew Cagney <cagney@redhat.com>
2903
2904 * gdbint.texinfo (Target Architecture Definition): Replace
2905 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
2906
2907 2003-03-12 Andrew Cagney <cagney@redhat.com>
2908
2909 * gdbint.texinfo (Target Architecture Definition): Rename
2910 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
2911
2912 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
2913
2914 * gdb.texinfo: Add File-I/O documentation.
2915
2916 2003-03-10 Andrew Cagney <cagney@redhat.com>
2917
2918 * gdbint.texinfo (Target Architecture Definition): Cross reference
2919 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
2920
2921 2003-03-07 Andrew Cagney <cagney@redhat.com>
2922
2923 * gdb.texinfo (Debugging Output): Mention the "set/show debug
2924 frame" command.
2925
2926 2003-03-05 Andrew Cagney <cagney@redhat.com>
2927
2928 * gdbint.texinfo (Target Architecture Definition): Document
2929 unwind_dummy_id. Cross reference unwind_dummy_id and
2930 SAVE_DUMMY_FRAME_TOS.
2931
2932 2003-03-05 James Ingham <jingham@apple.com>
2933 Daniel Jacobowitz <drow@mvista.com>
2934
2935 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
2936 and "show cp-abi".
2937
2938 2003-03-03 Andrew Cagney <cagney@redhat.com>
2939
2940 * gdbint.texinfo (Target Architecture Definition): Document
2941 register_type.
2942
2943 2003-03-03 Andrew Cagney <cagney@redhat.com>
2944
2945 * stabs.texinfo (Structures): Use @samp and separate @var's
2946 instead of a single @var containing a comma separated list.
2947 (Unions): Ditto.
2948
2949 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
2950
2951 * Makefile.in (distclean): Remove config.log.
2952
2953 2003-03-01 Andrew Cagney <cagney@redhat.com>
2954
2955 * gdbint.texinfo (Target Architecture Definition): Rename
2956 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
2957
2958 2003-03-01 Andrew Cagney <cagney@redhat.com>
2959
2960 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
2961 DEPRECATED_INIT_EXTRA_FRAME_INFO.
2962
2963 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
2964
2965 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
2966 (Non-debug DLL symbols): New node, describing the minimal symbols
2967 loaded from DLLs without real debugging symbols.
2968
2969 2003-02-20 Andrew Cagney <ac131313@redhat.com>
2970
2971 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
2972 hardware-breakpoint-limit".
2973 (Set Watchpoints): Add cross reference to "set remote
2974 hardware-watchpoint-limit".
2975 (Remote configuration options): New section.
2976
2977 2003-02-04 Andrew Cagney <ac131313@redhat.com>
2978
2979 * gdbint.texinfo (Target Architecture Definition): Delete
2980 descrption of IS_TRAPPED_INTERNALVAR.
2981
2982 From Keith Seitz <keiths@redhat.com>:
2983 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
2984 option "-i"/"--interpreter" to this chapter. Include index
2985 entries.
2986
2987 2003-02-04 David Carlton <carlton@math.stanford.edu>
2988
2989 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
2990 (Variables): Recommend stabs+ and DWARF 2.
2991 (C plus plus expressions): Correct info about
2992 compiler versions, debug formats.
2993 (Contributors): Change 'DWARF2' to 'DWARF 2'.
2994 PR symtab/874.
2995
2996 2003-02-01 Andrew Cagney <ac131313@redhat.com>
2997
2998 * gdbint.texinfo (Target Architecture Definition): Delete
2999 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
3000 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
3001 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
3002 references to nindy and i960.
3003 * gdb.texinfo (i960): Delete all references to i960 and nindy.
3004
3005 2003-02-01 Andrew Cagney <ac131313@redhat.com>
3006
3007 * gdbint.texinfo (Target Architecture Definition): Delete
3008 FLOAT_INFO.
3009
3010 2003-01-30 Andrew Cagney <ac131313@redhat.com>
3011
3012 * stabs.texinfo (Member Type Descriptor): Clarify description of
3013 `@'. Suggested by Ben Hutchings.
3014
3015 2003-01-29 Andrew Cagney <ac131313@redhat.com>
3016
3017 * gdb.texinfo (M68K): Delete reference to es1800.
3018
3019 2003-01-29 Andrew Cagney <ac131313@redhat.com>
3020
3021 * gdb.texinfo (Maintenance Commands): Document `maint print
3022 reggroups' and `maint print register-groups'.
3023 * gdbint.texinfo (Target Architecture Definition): Document
3024 register_reggroup_p.
3025
3026 2003-01-23 Jim Blandy <jimb@redhat.com>
3027
3028 * gdb.texinfo (Separate Debug Files): New section.
3029
3030 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
3031
3032 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
3033 and "maint show profile".
3034
3035 2003-01-16 Michael Chastain <mec@shout.net>
3036
3037 * gdb.texinfo (Installing GDB): Warn against
3038 ".../gdb-VERSION/gdb/configure".
3039 (Separate Objdir): Likewise.
3040
3041 2003-01-15 Andrew Cagney <ac131313@redhat.com>
3042
3043 * gdbint.texinfo (Target Architecture Definition): Delete
3044 definition of PRINT_REGISTER_HOOK.
3045
3046 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
3047
3048 (OpenRISC 1000): Fix formatting of command names.
3049
3050 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
3051
3052 * gdb.texinfo (Continuing and Stepping): Add new command
3053 'advance'. Clarify behavior of 'until'.
3054
3055 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
3056
3057 * gdb.texinfo (Files): Document solib-absolute-prefix and
3058 solib-search-path.
3059
3060 2003-01-09 Michael Chastain <mec@shout.net>
3061
3062 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
3063 (Create a Release): Add new instructions for new @file{src-release}.
3064 Document existing instructions for @file{Makefile.in} as
3065 being for @value{GDBN} 5.3.1 or earlier.
3066
3067 2003-01-09 Andrew Cagney <ac131313@redhat.com>
3068
3069 * gdbint.texinfo (Target Architecture Definition): Mention
3070 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
3071 allocate memory.
3072
3073 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
3074
3075 * gdb.texinfo (Controlling GDB): Add @kindex for
3076 "show osabi".
3077 (Backtraces): Add @kindex's for backtrace-below-main.
3078
3079 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
3080
3081 * gdb.texinfo (Controlling GDB): Document "set osabi".
3082
3083 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
3084
3085 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
3086 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
3087
3088 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
3089
3090 * gdb.texinfo (Controlling GDB): Add ABI section. Document
3091 "set coerce-float-to-double".
3092 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
3093
3094 2003-01-02 Andrew Cagney <ac131313@redhat.com>
3095
3096 * stabs.texinfo: Remove obsolete text.
3097 * gdbint.texinfo: Ditto.
3098 * gdb.texinfo: Ditto.
3099
3100 2002-12-22 Mark Kettenis <kettenis@gnu.org>
3101
3102 * gdbint.texinfo (Target Architecture Definition): Update
3103 description of gdbarch_register_osabi.
3104
3105 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
3106
3107 * agentexpr.texi: Fix typos.
3108 * annotate.texi: Likewise.
3109 * fdl.texi: Likewise.
3110
3111 2002-12-10 Andrew Cagney <cagney@redhat.com>
3112
3113 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
3114 DEPRECATED_INIT_FRAME_PC.
3115
3116 2002-12-01 Andrew Cagney <ac131313@redhat.com>
3117
3118 * gdbint.texinfo (Target Architecture Definition): Delete
3119 PC_IN_CALL_DUMMY.
3120
3121 2002-11-28 Andrew Cagney <ac131313@redhat.com>
3122
3123 * gdbint.texinfo (Host Definition): Delete documentation on
3124 USE_GENERIC_DUMMY_FRAMES.
3125
3126 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
3127
3128 Fix PR gdb/723 and PR gdb/245.
3129 * Makefile.in (install-info): Run the install-info command as part
3130 of the post install steps only.
3131 (uninstall-info): New target.
3132 (uninstall): New target.
3133
3134 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
3135
3136 * Makefile.in (install): Make install do some real work.
3137
3138 2002-11-19 Andrew Cagney <ac131313@redhat.com>
3139
3140 Fix POSIX problem reported by Paul Eggert.
3141 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
3142 Fix PR gdb/527.
3143
3144 2002-10-26 Andrew Cagney <cagney@redhat.com>
3145
3146 * gdbint.texinfo (Target Architecture Definition): Delete
3147 definition of DO_REGISTERS_INFO.
3148
3149 2002-10-18 Kevin Buettner <kevinb@redhat.com>
3150
3151 * gdbint.texinfo (Address Classes): Fix problems with insertion
3152 of ``{'' and ``}'' in example.
3153
3154 2002-10-17 Kevin Buettner <kevinb@redhat.com>
3155
3156 * gdbint.texinfo (Address Classes): New section.
3157 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
3158 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
3159 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
3160 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
3161
3162 2002-10-11 Klee Dienes <kdienes@apple.com>
3163
3164 * gdb.texinfo (Registers): Mention vector registers as well as
3165 floating registers in the documentation for 'info registers' and
3166 'info all-registers'.
3167
3168 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
3169
3170 * gdbint.texinfo (CPLUS_MARKER): Remove item.
3171
3172 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
3173
3174 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
3175 interface definition.
3176
3177 2002-10-03 Marko Mlinar <markom@opencores.org>
3178
3179 * gdb.texinfo (Target Commands): Add or1k target specific
3180 commands.
3181 * gdb.texinfo (Contributors): Add myself to the contributors list.
3182
3183 2002-10-01 Andrew Cagney <ac131313@redhat.com>
3184
3185 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
3186 and "mi1" instead of "mi1" and "mi0".
3187
3188 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
3189
3190 * gdb.texinfo (Packets): Fix typos "alligned".
3191 Correct z3/Z3 description. Correct z4/Z4 title.
3192
3193 2002-09-27 Andrew Cagney <ac131313@redhat.com>
3194
3195 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
3196
3197 2002-09-25 Kevin Buettner <kevinb@redhat.com>
3198
3199 * gdb.texinfo: Use GNU/Linux instead of Linux.
3200
3201 2002-09-25 Andrew Cagney <ac131313@redhat.com>
3202
3203 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
3204
3205 2002-09-24 Andrew Cagney <ac131313@redhat.com>
3206
3207 * gdb.texinfo: Replace @example with @smallexample.
3208
3209 2002-09-20 Kevin Buettner <kevinb@redhat.com>
3210
3211 From Eli Zaretskii <eliz@gnu.org>:
3212 * gdb.texinfo (Character Sets): Use @smallexample instead of
3213 @example. Use GNU/Linux instead of Linux.
3214
3215 2002-09-20 Jim Blandy <jimb@redhat.com>
3216
3217 * gdb.texinfo: Add character set documentation.
3218
3219 2002-09-19 Andrew Cagney <ac131313@redhat.com>
3220
3221 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
3222 (Packets): Add cross reference from `b' packet to `z' packets.
3223
3224 2002-09-19 Andrew Cagney <ac131313@redhat.com>
3225
3226 * gdb.texinfo (Maintenance Commands): Document ``maint
3227 internal-error'' and ``maint internal-warning''.
3228
3229 * gdbint.texinfo (Target Architecture Definition): Revise
3230 description of STACK_ALIGN. Add description of FRAME_ALIGN.
3231
3232 2002-09-19 Joel Brobecker <brobecker@gnat.com>
3233
3234 * gdbint.texinfo (Target Conditionals): Document the new
3235 NAME_OF_MALLOC macro.
3236
3237 2002-09-05 Andrew Cagney <ac131313@redhat.com>
3238
3239 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
3240 engineer.
3241
3242 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
3243
3244 * gdb.texinfo (TUI Overview): Document status line fields.
3245
3246 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
3247
3248 * gdb.texinfo (TUI Commands): Document info win command.
3249
3250 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
3251
3252 * gdb.texinfo (TUI Overview): Document breakpoint markers.
3253
3254 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
3255
3256 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
3257 (TUI Keys): Likewise.
3258
3259 2002-08-25 Andrew Cagney <ac131313@redhat.com>
3260
3261 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
3262 for a packet receive.
3263
3264 2002-08-25 Andrew Cagney <ac131313@redhat.com>
3265
3266 * Makefile.in (clean): Move to end of file.
3267 (distclean, maintainer-clean, realclean): Ditto.
3268 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
3269 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
3270 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
3271 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
3272
3273 2002-08-24 Andrew Cagney <ac131313@redhat.com>
3274
3275 * Makefile.in (GDBINT_TEX_TMPS): Define.
3276 (gdbint.dvi, gdbint.pdf): Use
3277 (GDB_TEX_TMPS): Define.
3278 (gdb.dvi, gdb.pdf): Use.
3279 (STABS_TEX_TMPS): Define.
3280 (stabs.dvi, stabs.pdf): Use.
3281 (GDB_DOC_SOURCE_INCLUDES): New macros.
3282 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
3283 (GDBINT_DOC_FILES_INCLUDES): New macros.
3284 (GDBINT_DOC_BUILD_INCLUDES): New macros.
3285 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
3286 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
3287 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
3288 (links2roff): Replace SFILES_INCLUDED with
3289 GDB_DOC_SOURCE_INCLUDES.
3290 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
3291 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
3292 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
3293 dependencies.
3294 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
3295 dependencies.
3296 (gdbmi.texinfo): Delete rule.
3297 (inc-hist.texinfo): Delete rule.
3298 (rluser.texinfo): Delete rule.
3299
3300 2002-08-23 Andrew Cagney <cagney@redhat.com>
3301
3302 * gdbint.texinfo (Target Architecture Definition): Update
3303 STORE_RETURN_VALUE, mention regcache.
3304
3305 2002-08-21 Andrew Cagney <ac131313@redhat.com>
3306
3307 * gdbint.texinfo (Target Architecture Definition): Document
3308 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
3309
3310 2002-08-19 Andrew Cagney <ac131313@redhat.com>
3311
3312 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
3313 Fix minor typos. Add index entries.
3314
3315 2002-08-18 Andrew Cagney <ac131313@redhat.com>
3316
3317 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
3318
3319 2002-08-15 Andrew Cagney <ac131313@redhat.com>
3320
3321 * gdbint.texinfo (Target Architecture Definition): Document
3322 PRINT_VECTOR_INFO.
3323 * gdb.texinfo (Vector Unit): Document "info vectors" command.
3324
3325 2002-08-13 Andrew Cagney <ac131313@redhat.com>
3326
3327 * gdb.texinfo (Maintenance Commands): Document "maint print
3328 registers", "maint print raw-registers" and "maint print
3329 cooked-registers".
3330
3331 2002-08-08 Grace Sainsbury <graces@redhat.com>
3332
3333 From Mark Salter:
3334 * gdb.texinfo (Protocol): Document T packet extension to
3335 allow watchpoint address reporting.
3336
3337 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3338
3339 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
3340
3341 2002-08-01 Andrew Cagney <cagney@redhat.com>
3342
3343 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
3344 to CHILL.
3345
3346 2002-08-01 Andrew Cagney <ac131313@redhat.com>
3347
3348 * gdbint.texinfo (Coding): Revise section "Include Files".
3349
3350 2002-07-24 Andrew Cagney <cagney@redhat.com>
3351
3352 * gdbint.texinfo: Obsolete references to m88k.
3353 * gdb.texinfo: Ditto.
3354
3355 2002-07-10 Joel Brobecker <brobecker@gnat.com>
3356
3357 * gdbint.texinfo (Create a release candiate): Add the location
3358 where the proper version of autoconf can be retrieved.
3359
3360 2002-07-09 Don Howard <dhoward@redhat.com>
3361
3362 * gdb.texinfo (Command Files): Further describe the behavior of
3363 sourced command files.
3364
3365 2002-06-27 Andrew Cagney <ac131313@redhat.com>
3366
3367 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
3368 (Coding): Clarify ISO C version that GDB assumes.
3369
3370 2002-06-26 Tom Tromey <tromey@redhat.com>
3371
3372 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
3373 add_setshow_cmd_full.
3374
3375 2002-06-25 Don Howard <dhoward@redhat.com>
3376
3377 * gdb.texinfo (Memory Region Attributes): Document new behavior
3378 for 'mem' command.
3379
3380 2002-06-11 Jim Blandy <jimb@redhat.com>
3381
3382 * gdb.texinfo (Symbols): Update documentation for `info source'
3383 command.
3384
3385 * gdb.texinfo (Macros): Call the command `info macro', not
3386 `show macro'.
3387
3388 2002-06-09 Andrew Cagney <ac131313@redhat.com>
3389
3390 * gdbint.texinfo (Coding): Add section ``Per-architecture module
3391 data''.
3392
3393 2002-06-09 Mark Kettenis <kettenis@gnu.org>
3394
3395 * gdbint.texinfo (Target Architecture Definition): Document
3396 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
3397
3398 2002-06-08 Andrew Cagney <ac131313@redhat.com>
3399
3400 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
3401 lists.
3402
3403 2002-06-08 Andrew Cagney <ac131313@redhat.com>
3404
3405 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
3406 Branch''.
3407
3408 2002-06-01 Andrew Cagney <ac131313@redhat.com>
3409
3410 * gdbint.texinfo (Target Architecture Definition): Add section
3411 ``Converting an existing Target Architecture to Multi-arch''.
3412
3413 2002-05-30 Andrew Cagney <ac131313@redhat.com>
3414
3415 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
3416 to ``Obsoleting code''. Revise.
3417
3418 2002-05-17 Jim Blandy <jimb@redhat.com>
3419
3420 * gdb.texinfo (C Preprocessor Macros): New chapter.
3421 Include it in the main menu.
3422 (Contributors): Credit Jim Blandy with macro support.
3423 (Compilation): Explain how to get macro information into the
3424 executable.
3425 (Expressions): Note that preprocessor macros are expanded.
3426
3427 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
3428
3429 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
3430 options for `target remote'.
3431
3432 2002-05-13 Andrew Cagney <ac131313@redhat.com>
3433
3434 * gdbint.texinfo (Target Architecture Definition): Delete
3435 documentation on NNPC_REGNUM.
3436
3437 2002-05-11 Andrew Cagney <ac131313@redhat.com>
3438
3439 * gdbint.texinfo (Target Architecture Definition): Document
3440 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
3441 (Target Architecture Definition): Revise section `Using Different
3442 Register and Memory Data Representations'. Add section `Raw and
3443 Virtual Register Representations'.
3444
3445 2002-05-11 Andrew Cagney <ac131313@redhat.com>
3446
3447 * gdbint.texinfo (Target Architecture Definition): Mention
3448 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
3449 (Target Architecture Definition): Mention same. Add references to
3450 web pages.
3451
3452 2002-05-08 Michael Snyder <msnyder@redhat.com>
3453
3454 * stabs.texinfo (Attributes): Document new "vector" attribute.
3455
3456 2002-05-04 Andrew Cagney <ac131313@redhat.com>
3457
3458 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
3459
3460 2002-05-04 Andrew Cagney <ac131313@redhat.com>
3461
3462 * gdb.texinfo: Delete obsolete references to a29k.
3463
3464 2002-04-24 Andrew Cagney <ac131313@redhat.com>
3465
3466 * gdbint.texinfo (Target Architecture Definition): Replace
3467 IN_SIGTRAMP with PC_IN_SIGTRAMP.
3468
3469 2002-04-24 David S. Miller <davem@redhat.com>
3470
3471 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
3472
3473 2002-04-21 David S. Miller <davem@redhat.com>
3474
3475 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
3476
3477 2002-04-21 Andrew Cagney <ac131313@redhat.com>
3478
3479 * gdbint.texinfo (Target Architecture Definition): Delete
3480 definition of HAVE_REGISTER_WINDOWS.
3481
3482 2002-04-19 Eli Zaretskii <eliz@gnu.org>
3483
3484 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
3485 "Theodore A. Roth" <troth@verinet.com>.
3486
3487 2002-04-15 Don Howard <dhoward@redhat.com>
3488
3489 From Eli Zaretskii <eliz@gnu.org>
3490 * gdb.texinfo (show max-user-call-depth): Correct formatting.
3491 Provide a better explaination of this feature.
3492
3493 2002-04-14 Andrew Cagney <ac131313@redhat.com>
3494
3495 * gdbint.texinfo (Target Architecture Definition): Remove
3496 FRAME_CHAIN_COMBINE.
3497
3498 2002-04-12 Michael Chastain <mec@shout.net>
3499
3500 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
3501 REG_STACK_SEGMENT.
3502
3503 2002-04-09 Michael Chastain <mec@shout.net>
3504
3505 * gdbint.texinfo (Obsolete Conditionals): Remove references to
3506 PYRAMID_* macros.
3507
3508 2002-04-07 Andrew Cagney <ac131313@redhat.com>
3509
3510 * gdb.texinfo (Bug Reporting): Document that the web is the
3511 prefered way of submitting bug reports.
3512 (Bug Reporting): Delete the s-mail address as the last resort.
3513
3514 2002-04-05 Andrew Cagney <ac131313@redhat.com>
3515
3516 * gdbint.texinfo (Target Architecture Definition): Delete
3517 references to TARGET_WRITE_FP and write_fp.
3518
3519 2002-03-27 Michael Snyder <msnyder@redhat.com>
3520
3521 * gdb.texinfo: Document new commands dump, append, and restore.
3522
3523 2002-03-27 Andrew Cagney <ac131313@redhat.com>
3524
3525 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
3526 Branch'.
3527
3528 2002-03-18 Andrew Cagney <ac131313@redhat.com>
3529
3530 * gdb.texinfo: Change all examples to @smallexample.
3531 * gdbint.texinfo: Ditto.
3532
3533 2002-03-18 Andrew Cagney <ac131313@redhat.com>
3534
3535 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
3536 Branches''.
3537
3538 2002-03-18 Andrew Cagney <ac131313@redhat.com>
3539
3540 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
3541 Policy''.
3542
3543 2002-03-04 Fred Fish <fnf@redhat.com>
3544
3545 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
3546 expresson, suports, dependant, trhe, perhaphs, situtations,
3547 explictily, taged, oportunity, unfortunatly).
3548
3549 2002-02-24 Andrew Cagney <ac131313@redhat.com>
3550
3551 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
3552 Remove reference to 3.12.
3553
3554 2002-02-23 Andrew Cagney <ac131313@redhat.com>
3555
3556 * gdbint.texinfo: Include fdl.texi.
3557 (Top): Add GNU Free Documentation License.
3558 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
3559 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
3560 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
3561 (gdbint.info): Add srcdir to include path.
3562 * gdb.texinfo: Include gpl.texi.
3563 (Top): Add Copying.
3564 * gpl.texi: New file.
3565
3566 2002-02-23 Andrew Cagney <ac131313@redhat.com>
3567
3568 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
3569
3570 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
3571
3572 * gdb.texinfo: Document Cygwin native specific commands.
3573
3574 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
3575
3576 * gdb.texinfo: Document gdbserver ``--attach'' command.
3577
3578 2002-02-07 Michael Snyder <msnyder@redhat.com>
3579
3580 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
3581 to @code(_ovly_debug_event).
3582
3583 2002-02-07 Andrew Cagney <ac131313@redhat.com>
3584
3585 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
3586
3587 2002-02-06 Michael Snyder <msnyder@redhat.com>
3588
3589 * gdb.texinfo (overlays): Mention new magic symbol
3590 '_ovly_debug_event', which allows GDB to keep better track
3591 of overlays.
3592
3593 2002-02-03 Eli Zaretskii <eliz@gnu.org>
3594
3595 * gdb.texinfo (Memory Region Attributes): Fix the wording.
3596 Suggested by Dmitry Sivachenko.
3597
3598 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
3599
3600 2002-02-01 Michael Snyder <msnyder@redhat.com>
3601
3602 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
3603
3604 2002-01-30 Michael Snyder <msnyder@redhat.com>
3605
3606 * gdb.texinfo: (remote protocol): Gramatical fix-up.
3607 (set trust-readonly-sections): Document.
3608
3609 2002-01-29 Andrew Cagney <ac131313@redhat.com>
3610
3611 * gdbint.texinfo (Releasing GDB): Revise and update.
3612
3613 2002-01-28 Andrew Cagney <ac131313@redhat.com>
3614
3615 * gdbint.texinfo (Target Architecture Definition): Delete
3616 description of TARGET_BYTE_ORDER_DEFAULT.
3617
3618 2002-01-27 Eli Zaretskii <eliz@gnu.org>
3619
3620 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
3621 <mitya@cavia.pp.ru>.
3622
3623 2002-01-23 Andrew Cagney <ac131313@redhat.com>
3624
3625 * libgdb.texinfo: Delete file.
3626
3627 2002-01-22 Andrew Cagney <ac131313@redhat.com>
3628
3629 * gdb.texinfo: Remove makeinfo 3.12 hacks.
3630 * gdbint.texinfo: Ditto.
3631
3632 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
3633
3634 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
3635
3636 2002-01-22 Andrew Cagney <ac131313@redhat.com>
3637
3638 * Makefile.in: Update copyright.
3639 (TEXI2DVI): Define.
3640 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
3641 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
3642 gdb-cfg.texi.
3643 (TEXINDEX, PDFTEX): Delete makefile variables.
3644
3645 2002-01-22 Andrew Cagney <ac131313@redhat.com>
3646
3647 * gdb.texinfo (Protocol): Move section to appendix.
3648
3649 2002-01-21 Andrew Cagney <ac131313@redhat.com>
3650
3651 * gdb.texinfo (Remote Debugging): Create a menu.
3652 (Top): Add ``Remote Debugging'' to menu.
3653
3654 2002-01-21 Andrew Cagney <ac131313@redhat.com>
3655
3656 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
3657 serial protocol'' from here.
3658 (Remote Debugging): To here. New chapter.
3659
3660 2002-01-20 Andrew Cagney <ac131313@redhat.com>
3661
3662 * gdbint.texinfo (Target Architecture Definition): Delete
3663 description of TARGET_BYTE_ORDER_SELECTABLE_P.
3664
3665 2002-01-20 Andrew Cagney <ac131313@redhat.com>
3666
3667 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
3668 are no longer needed.
3669 (Porting GDB): Add maintainer note about configure.host.
3670
3671 2002-01-20 Andrew Cagney <ac131313@redhat.com>
3672
3673 * gdbint.texinfo (Target Architecture Definition): Remove
3674 definition of IEEE_FLOAT.
3675
3676 2002-01-20 Eli Zaretskii <eliz@gnu.org>
3677
3678 * gdb.texinfo: Beautify copyright years; fix a typo.
3679 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
3680 <3diff@gnu.org>
3681
3682 2002-01-19 Andrew Cagney <ac131313@redhat.com>
3683
3684 * gdbint.texinfo (Host Definition): Remove references to
3685 MALLOC_INCOMPATIBLE.
3686
3687 2002-01-17 Andrew Cagney <ac131313@redhat.com>
3688
3689 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
3690 and xyz-xdep.o.
3691
3692 2002-01-17 Andrew Cagney <ac131313@redhat.com>
3693
3694 * gdb.texinfo (Maintenance Commands): Add appendix.
3695 (Set Breaks): Copy ``maint info breakpoint'' doco to
3696 ``Maintenance Commands'' appendix. Add reference.
3697
3698 2002-01-17 Andrew Cagney <ac131313@redhat.com>
3699
3700 * fdl.texi: Remove next/prev from @node.
3701
3702 2002-01-17 Eli Zaretskii <eliz@gnu.org>
3703
3704 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
3705 for monstrous @multitable (from Brian Youmans).
3706
3707 * fdl.texi: New file.
3708
3709 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
3710
3711 2002-01-15 Andrew Cagney <ac131313@redhat.com>
3712
3713 * gdbint.texinfo (Releasing GDB): New chapter.
3714
3715 2002-01-14 Andrew Cagney <ac131313@redhat.com>
3716
3717 * gdb.texinfo (Embedded Processors, Calling program functions):
3718 Obsolete references to a29k.
3719
3720 2002-01-13 Andrew Cagney <ac131313@redhat.com>
3721
3722 * gdbint.texinfo (Coding): Review Cleanups section. Examples
3723 examples. Document that a code-block should do or discard its
3724 cleanups before exit.
3725
3726 2002-01-11 Michael Snyder <msnyder@redhat.com>
3727
3728 * gdb.texinfo (Choosing files): Change @samp to @file.
3729
3730 2002-01-05 Michael Snyder <msnyder@redhat.com>
3731
3732 * gdb.texinfo (--pid): Document new command line option (attach).
3733
3734 2002-01-07 Eli Zaretskii <eliz@gnu.org>
3735
3736 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
3737 in the stub.
3738
3739 2002-01-04 Andrew Cagney <ac131313@redhat.com>
3740
3741 * gdbint.texinfo (Target Architecture Definition): Replace
3742 BIG_ENDIAN with BFD_ENDIAN_BIG.
3743
3744 2002-01-03 Andrew Cagney <ac131313@redhat.com>
3745
3746 * gdbint.texinfo (Target Architecture Definition): Replace
3747 value_ptr with struct value pointer.
3748
3749 2002-01-02 Eli Zaretskii <eliz@gnu.org>
3750
3751 * gdb.texinfo (Free Software): Fix wording.
3752
3753 2001-12-31 Eli Zaretskii <eliz@gnu.org>
3754
3755 * gdb.texinfo (Free Software): New section ``Free Software Needs
3756 Free Documentation''.
3757
3758 2001-12-30 Eli Zaretskii <eliz@gnu.org>
3759
3760 * stabs.texinfo:
3761 * gdb.texinfo:
3762 * gdbint.texinfo:
3763 * libgdb.texinfo:
3764 * annotate.texi: Fix the application of GFDL in the Copyright notice.
3765
3766 2001-12-29 Michael Snyder <msnyder@redhat.com>
3767
3768 * gdb.texinfo (maint info sections): Fix typo.
3769
3770 2001-12-26 Michael Snyder <msnyder@redhat.com>
3771
3772 * gdb.texinfo (maint info sections): Document.
3773
3774 * gdb.texinfo (info proc): Comment out documentation for
3775 'info proc' sub-options that are currently not implemented.
3776
3777 2001-12-20 Jim Blandy <jimb@redhat.com>
3778
3779 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
3780
3781 2001-12-15 Andrew Cagney <ac131313@redhat.com>
3782
3783 * gdbint.texinfo (Target Architecture Definition): Replace
3784 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
3785
3786 2001-12-01 Andrew Cagney <ac131313@redhat.com>
3787
3788 * gdbint.texinfo (Host Definition): Delete documentation on
3789 HOST_BYTE_ORDER.
3790
3791 2001-11-30 Jim Blandy <jimb@redhat.com>
3792
3793 * gdb.texinfo (Overlays): New chapter, documenting GDB's
3794 overlay support. Add to top-level menu.
3795
3796 2001-11-26 Tom Tromey <tromey@redhat.com>
3797
3798 * gdb.texinfo (Command Syntax): Document C-o binding.
3799
3800 2001-07-26 Christopher Faylor <cgf@redhat.com>
3801
3802 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
3803 use since it is described in the referenced section.
3804
3805 From Eli Zaretskii <eliz@gnu.org>
3806 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
3807 clearer when using DJGPP.
3808
3809 2001-11-24 Christopher Faylor <cgf@redhat.com>
3810
3811 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
3812 specifically refer to MS-DOS.
3813 (command files): Mention gdb.ini is only used on MS-DOS.
3814
3815 2001-11-21 Tom Tromey <tromey@redhat.com>
3816
3817 * gdb.texinfo (Invoking GDB): Document --args.
3818 (Mode Options): Likewise.
3819
3820 2001-11-21 Jim Blandy <jimb@redhat.com>
3821
3822 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
3823 Delete documentation; this macro has been removed from the
3824 sources.
3825
3826 2001-11-13 Jim Blandy <jimb@redhat.com>
3827
3828 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
3829
3830 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
3831
3832 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
3833
3834 2001-11-05 Michael Snyder <msnyder@redhat.com>
3835
3836 * gdb.texinfo (info functions): Document use of backslash to
3837 quote regexp chars in function names such as "operator*()".
3838
3839 2001-11-01 Fred Fish <fnf@redhat.com>
3840
3841 * gdbint.texinfo (SOLIB_ADD): Document additional new
3842 "readsyms" arg.
3843
3844 2001-10-30 Don Howard <dhoward@redhat.com>
3845
3846 * gdb.texinfo: (Command Files) Added documentation for the
3847 behavior of gdb with input redirected from a file.
3848
3849 2001-10-28 Fred Fish <fnf@redhat.com>
3850
3851 * gdb.texinfo (auto-solib-add): Change docs to match
3852 implementation change.
3853 (auto-solib-limit): Add docs for new variable.
3854
3855 2001-10-15 Andrew Cagney <ac131313@redhat.com>
3856
3857 * gdbint.texinfo (Target Architecture Definition): Function
3858 value_as_pointer renamed to value_as_address.
3859
3860 2001-10-15 Andrew Cagney <ac131313@redhat.com>
3861
3862 * gdbint.texinfo (Target Architecture Definition): Default
3863 POINTER_TO_ADDRESS functions assume unsigned addresses.
3864 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
3865 posting by Jim Blandy.
3866
3867 2001-10-12 Jim Blandy <jimb@redhat.com>
3868
3869 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
3870 version of texi2html (1.64) doesn't support this flag any more.
3871
3872 2001-09-08 Mark Kettenis <kettenis@gnu.org>
3873
3874 * gdbint.texinfo (Host Definition): Remove description of
3875 MEM_FNS_DECLARED.
3876
3877 * gdbint.texinfo (Host Definition): Remove description of R_OK.
3878
3879 * gdbint.texinfo (Host Definition): Remove description of
3880 HAVE_SIGSETMASK.
3881
3882 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
3883
3884 * gdbint.texinfo (Target Architecture Definition): Add
3885 explanation of TARGET_PRINT_INSN macro.
3886
3887 2001-08-30 Jim Blandy <jimb@redhat.com>
3888
3889 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
3890 Explain what it means to load relocatable files.
3891
3892 2001-08-28 Jim Blandy <jimb@redhat.com>
3893
3894 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
3895 info `top' menu.
3896
3897 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
3898
3899 * gdbint.texinfo: Add a cautionary note about macro use.
3900
3901 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
3902
3903 * gdb.texinfo: Explain omitting the hostname in the
3904 `target remote' command.
3905
3906 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
3907
3908 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
3909 and END-INFO-DIR-ENTRY.
3910
3911 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3912
3913 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
3914
3915 2001-07-25 Andrew Cagney <ac131313@redhat.com>
3916
3917 * gdbint.texinfo (libgdb): Rewrite.
3918
3919 2001-07-26 Eli Zaretskii <eliz@gnu.org>
3920
3921 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
3922
3923 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3924
3925 * gdb.texinfo (TUI): New chapter, document the TUI.
3926 (Mode Options): Document the -tui option.
3927
3928 2001-07-23 Mark Kettenis <kettenis@gnu.org>
3929
3930 * gdbint.texinfo (Host Definition): Remove description of
3931 NEED_POSIX_SETPGID.
3932
3933 2001-07-23 Eli Zaretskii <eliz@gnu.org>
3934
3935 * gdb.tex (DJGPP Native): New node, with descriptions of
3936 DJGPP-specific commands.
3937
3938 2001-07-19 John R. Moore <jmoore@redhat.com>
3939
3940 * gdbint.texinfo: Three misspellings.
3941
3942 2001-07-06 Andrew Cagney <ac131313@redhat.com>
3943
3944 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
3945 `test` expressions on bash. Problem reported by Colin Walters.
3946
3947 2001-07-04 Andrew Cagney <ac131313@redhat.com>
3948
3949 * gdbint.texinfo (User Interface): Update ui-out documentation to
3950 refelect recent UI/MI updates.
3951
3952 2001-07-04 Andrew Cagney <ac131313@redhat.com>
3953
3954 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
3955 interpreters.
3956
3957 2001-06-15 Andrew Cagney <ac131313@redhat.com>
3958
3959 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
3960 structure and not macros.
3961 (Host Definition): Document that much of this chapter is obsolete.
3962 (Target Architecture Definition): Update list of files that make
3963 up a target architecture.
3964 (Coding): Update.
3965
3966 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3967
3968 * gdbint.texinfo (Target Architecture Definition): Update
3969 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
3970 The latter has been changed to a true predicate.
3971
3972 2001-06-17 Eli Zaretskii <eliz@gnu.org>
3973
3974 * annotate.texi: Add @noindent where needed. From Dmitry
3975 Sivachenko <dima@Chg.RU>.
3976 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
3977
3978 2001-06-16 Andrew Cagney <ac131313@redhat.com>
3979
3980 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
3981
3982 2001-06-14 Andrew Cagney <ac131313@redhat.com>
3983
3984 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
3985 returns ``OK''. Document that the ``R'' packet does not reply.
3986
3987 2001-06-13 Michael Snyder <msnyder@redhat.com>
3988
3989 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
3990
3991 2001-06-13 Eli Zaretskii <eliz@gnu.org>
3992
3993 * gdb.texinfo (Signals): Clarify the default setting of signal
3994 handling.
3995
3996 2001-05-14 Andrew Cagney <ac131313@redhat.com>
3997
3998 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
3999 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
4000
4001 2001-05-12 Andrew Cagney <ac131313@redhat.com>
4002
4003 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
4004
4005 2001-05-10 Eli Zaretskii <eliz@gnu.org>
4006
4007 * gdbint.texinfo (Clean Design and Portable Implementation):
4008 Renamed from "Clean Design".
4009 (Clean Design and Portable Implementation): Document portable
4010 methods of handling file names, and the associated macros.
4011
4012 2001-04-02 Eli Zaretskii <eliz@gnu.org>
4013
4014 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
4015 command and provide a cross-reference to its description.
4016 (Symbols): Note that "info scope" is useful for trace experiments.
4017
4018 2001-04-01 Eli Zaretskii <eliz@gnu.org>
4019
4020 * gdb.texinfo (Symbols): Document "info scope".
4021 (Tracepoints): New chapter.
4022 (Contributors): Update for v5.1.
4023 <All nodes>: Change "C++" to "C@t{++}".
4024
4025 * gdbint.texinfo (User Interface): A new section about ui_out
4026 functions, based on text written by Fernando Nasser.
4027
4028 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
4029
4030 2001-03-26 Eli Zaretskii <eliz@gnu.org>
4031
4032 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
4033
4034 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
4035
4036 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
4037 Replace "GDB" with "@value{GDBN}". Fix markup.
4038
4039 * annotate.texi: Change Permissions to GFDL. Update Copyright.
4040
4041 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
4042 a cross-reference to its description.
4043 (Symbols): Document "info symbol".
4044
4045 2001-03-21 Eli Zaretskii <eliz@gnu.org>
4046
4047 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
4048 subsection "x86 Watchpoints".
4049 (Target Architecture Definition): Document the macros
4050 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
4051 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
4052
4053 2001-03-20 Andrew Cagney <ac131313@redhat.com>
4054
4055 * gdbint.texinfo (Target Architecture Definition): Update
4056 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
4057 list.
4058
4059 2001-03-06 Kevin Buettner <kevinb@redhat.com>
4060
4061 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
4062 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
4063
4064 2001-02-21 Eli Zaretskii <eliz@gnu.org>
4065
4066 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
4067
4068 2001-02-11 Eli Zaretskii <eliz@gnu.org>
4069
4070 * gdb.texinfo (Environment): Document that `path' does not change
4071 the value of PATH in GDB's own environment (it did in the past,
4072 but that was changed on March 15, 1994). Reported by Doug Evans
4073 <dje@transmeta.com>.
4074
4075 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
4076 its line. Fix markup of commands and macros. Add an Index node
4077 and index entries.
4078
4079 2001-01-23 J.T. Conklin <jtc@redback.com>
4080
4081 * gdb.texinfo (Memory region attributes): New manual section.
4082
4083 2001-01-04 Nicholas Duffek <nsd@redhat.com>
4084
4085 * gdbint.texinfo (POP_FRAME): Document use by return_command.
4086
4087 2000-12-25 Eli Zaretskii <eliz@gnu.org>
4088
4089 * refcard.tex: Version and copyright fixed. From Phil Edwards
4090 <pedwards@disaster.jaj.com>.
4091
4092 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
4093
4094 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
4095 DWARF2_REG_TO_REGNUM): Document.
4096
4097 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
4098
4099 * gdbint.texinfo (Coding): Update current value of
4100 --enable-build-warnings. Mention --enable-gdb-build-warnings.
4101
4102 2000-11-19 Eli Zaretskii <eliz@gnu.org>
4103
4104 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
4105 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
4106
4107 2000-11-10 Christopher Faylor <cgf@cygnus.com>
4108
4109 * gdb.texinfo: Document new 'set step-mode' command.
4110
4111 2000-10-16 Eli Zaretskii <eliz@gnu.org>
4112
4113 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
4114 changes from Dmitry Sivachenko <dima@Chg.RU>.
4115
4116 2000-09-26 Eli Zaretskii <eliz@gnu.org>
4117
4118 * gdb.texinfo (Hooks): Document the new post-hook functionality.
4119 From Steven Johnson <sbjohnson@ozemail.com.au>.
4120
4121 2000-08-10 Mark Kettenis <kettenis@gnu.org>
4122
4123 * gdbint.texinfo (Overall Structure): Spelling fix.
4124
4125 2000-08-10 Eli Zaretskii <eliz@gnu.org>
4126
4127 * gdbint.texinfo (Target Architecture Definition): Document that
4128 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
4129 for which REGISTER_CONVERTIBLE returns a zero value.
4130
4131 2000-07-08 Christopher Faylor <cgf@cygnus.com>
4132
4133 * Makefile.in (install-info): Find files to install in either the
4134 build or source directories (adapted from Makefile.am).
4135
4136 2000-07-07 Nicholas Duffek <nsd@redhat.com>
4137
4138 * stabs.texinfo: Fix spelling errors.
4139 (String Field): FILE-NUMBER starts from 0, not 1.
4140
4141 2000-07-05 Eli Zaretskii <eliz@gnu.org>
4142
4143 * refcard.tex: Remove \centerline from the blurb. Patch from
4144 Brian Youmans.
4145
4146 2000-06-25 Eli Zaretskii <eliz@gnu.org>
4147
4148 * Makefile.in (install-info): Support installation from outside of
4149 the source directory. Reported by Mark Harig
4150 <markh@frazier.landmark.com>.
4151
4152 2000-06-20 J.T. Conklin <jtc@redback.com>
4153
4154 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
4155
4156 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
4157
4158 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
4159 Generate using pdftex.
4160 (PDFTEX): Define.
4161 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
4162 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
4163 @contents at the start.
4164
4165 2000-05-24 Eli Zaretskii <eliz@gnu.org>
4166
4167 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
4168 Youmans.
4169
4170 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
4171
4172 From Brian Youmans:
4173 * gdb.texinfo: Fix ``et al.''.
4174
4175 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
4176
4177 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
4178 loop.
4179
4180 2000-05-19 Jimmy Guo <guo@cup.hp.com>
4181
4182 * configure: Regenerate.
4183
4184 2000-05-17 Eli Zaretskii <eliz@gnu.org>
4185
4186 * Makefile.in (install-info): Run install-info on installed Info
4187 files.
4188
4189 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
4190
4191 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
4192 Andrew Cagney.
4193
4194 2000-05-09 Eli Zaretskii <eliz@gnu.org>
4195
4196 * gdb.texinfo: Proofreading changes from Brian Youmans.
4197
4198 2000-05-01 Nick Duffek <nsd@cygnus.com>
4199
4200 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
4201 startup sequence, minor edits.
4202
4203 2000-05-01 Eli Zaretskii <eliz@gnu.org>
4204
4205 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
4206 TeX.
4207
4208 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
4209 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
4210 like `n' and `s' which look weird. Convert some of the @kindex to
4211 @vindex, when they refer to variables, not commands.
4212
4213 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
4214
4215 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
4216
4217 2000-04-23 Eli Zaretskii <eliz@gnu.org>
4218
4219 * Makefile.in (GDBMI_DIR): New variable.
4220 (SET_TEXINPUTS): Add $(GDBMI_DIR).
4221 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
4222 (gdbmi.texinfo): New target, for texi2roff.
4223 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
4224 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
4225
4226 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
4227 gdbmi.texinfo.
4228 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
4229 comment.
4230
4231 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4232
4233 * gdb.texinfo (Files): Update description of add-symbol-file
4234 command.
4235
4236 2000-04-17 Eli Zaretskii <eliz@gnu.org>
4237
4238 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
4239 prevents the build (and is generally a Bad Idea).
4240
4241 2000-04-17 Eli Zaretskii <eliz@gnu.org>
4242
4243 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
4244 a comma inside @var.
4245 (Command Files): Index markup changes from Dmitry Sivachenko
4246 <dima@Chg.RU>.
4247
4248 2000-04-16 Eli Zaretskii <eliz@gnu.org>
4249
4250 * Makefile.in (LN_S): Define.
4251 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
4252 invoke "ln -s" unless it is known to work.
4253
4254 * configure.in (AC_PROG_LN_S): Add.
4255
4256 2000-04-14 Jim Blandy <jimb@redhat.com>
4257
4258 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
4259 section.
4260 (Target Conditionals): Document ADDRESS_TO_POINTER,
4261 POINTER_TO_ADDRESS.
4262
4263 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
4264
4265 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
4266 gdb-cfg.texi to get the value.
4267
4268 2000-04-10 Jim Blandy <jimb@redhat.com>
4269
4270 * gdbint.texinfo (Target Architecture Definition): Fix
4271 cross-references.
4272
4273 2000-04-08 Jim Blandy <jimb@redhat.com>
4274
4275 * gdbint.texinfo (Using Different Register and Memory Data
4276 Representations): New section.
4277 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
4278 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
4279 REGISTER_CONVERT_TO_RAW): Document.
4280
4281 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
4282
4283 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
4284 for acknowledgments.
4285
4286 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
4287
4288 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
4289 qThreadExtraInfo.
4290
4291 2000-03-28 J.T. Conklin <jtc@redback.com>
4292
4293 * gdb.texinfo: Clarify which remote debug protocol commands are
4294 required and which are optional.
4295
4296 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
4297
4298 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
4299 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
4300 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
4301 * annotate.texi: Update.
4302
4303 2000-03-28 Stan Shebs <shebs@apple.com>
4304
4305 * gdb.texinfo: Update dates, bump to Eighth Edition (note
4306 expectation of additional changes before release), update
4307 ISBN, add copy of top-level menu for @ifhtml, remove explicit
4308 node links, rephrase and/or shorten lines to fix formatting
4309 problem in both regular and @smallbook formats.
4310 * annotate.texi: Shorten lines in example, use smallexample
4311 consistently everywhere.
4312 * Makefile.in: Add comment about texinfo 4.0 html generation.
4313 (SFILES_INCLUDED): Add annotate.texi.
4314
4315 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
4316
4317 * gdb.texinfo (Debugging Output): Added new section, documenting
4318 the "set/show debug" commands.
4319
4320 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
4321
4322 * annotate.texi (Annotations): When GDBN omit @chapter and @node
4323 entry.
4324
4325 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
4326 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
4327 @chapter and @node entries.
4328
4329 * gdb.texinfo: Link all top-level nodes.
4330
4331 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
4332
4333 * Makefile.in (install-info): Create $(infodir) before installing
4334 files.
4335
4336 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
4337
4338 From David Whedon <dwhedon@gordian.com>
4339 * gdbint.texinfo : Added paragraphs about command deprecation.
4340
4341 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
4342
4343 * gdb.texinfo: Add documentation for the apropos command.
4344
4345 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
4346
4347 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
4348
4349 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
4350
4351 * gdb.texinfo: Add white space to prevent overprinting in
4352 two places.
4353
4354 2000-03-17 Stan Shebs <shebs@apple.com>
4355
4356 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
4357 <dima@Chg.RU>, also clarification of allowed content for
4358 string constants.
4359
4360 2000-03-16 Eli Zaretskii <eliz@gnu.org>
4361
4362 * gdb.texinfo (main menu): Add Annotations.
4363 (File Options): Add @cindex entries for each command-line option.
4364 Document --epoch, --annotate, --async, --interpreter, --write,
4365 --statistics, and --version.
4366
4367 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
4368 of GDB.
4369
4370 2000-02-23 Jim Blandy <jimb@redhat.com>
4371
4372 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
4373
4374 2000-02-22 Jim Blandy <jimb@redhat.com>
4375
4376 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
4377
4378 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
4379
4380 * Makefile.in (diststuff): New target.
4381
4382 2000-02-15 Kevin Buettner <kevinb@redhat.com>
4383
4384 * agentexpr.texi: Fix wording regarding Intel's IA-64
4385 architecture. [From Jim Wilson.]
4386
4387 2000-01-16 Tom Tromey <tromey@cygnus.com>
4388
4389 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
4390 (Delete Breaks): Mention range arguments.
4391 (Disabling): Likewise.
4392
4393 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
4394
4395 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
4396
4397 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
4398
4399 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
4400 valid functions.
4401
4402 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
4403
4404 * gdb.texinfo: Clarify regular expressions used in rbreak.
4405
4406 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
4407
4408 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
4409 MEMORY_REMOVE_BREAKPOINT): Document.
4410
4411 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
4412
4413 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
4414 offset re-using the DATA offset instead.
4415
4416 1999-10-11 Jim Kingdon <kingdon@redhat.com>
4417
4418 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
4419
4420 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
4421
4422 From Dmitry Sivachenko <demon@gpad.ac.ru>:
4423 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
4424 typos.
4425
4426 * gdb.texinfo: Various minor wording and formatting improvements,
4427 mentions of additional command-line options.
4428
4429 1999-09-30 Fred Fish <fnf@cygnus.com>
4430
4431 * gdb.texinfo: Document additional forms of specifying section
4432 names and addresses for the add-symbol-file command.
4433
4434 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
4435
4436 * gdbint.texinfo: Fix typo, add the word "have".
4437
4438 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
4439
4440 * gdbint.texinfo (Target Architecture Definition): Document the
4441 SKIP_PERMANENT_BREAKPOINT macro.
4442
4443 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
4444
4445 * gdb.texinfo: Fiks speling errers.
4446
4447 * gdb.texinfo: Fix uses of @multitable.
4448
4449 From Eli Zaretskii <eliz@gnu.org>:
4450 * gdb.texinfo: Include details specific to DOS host, clarify
4451 some confusing language, fix @ref/@xref/@pxref usages, add
4452 comments about using with optimization, add more indexing,
4453 fix info about disassembly-flavor.
4454
4455 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
4456
4457 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
4458 SKIP_SOLIB_RESOLVER): Define.
4459
4460 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
4461
4462 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
4463 ``g'' packets.
4464
4465 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
4466
4467 * gdb.texinfo: Create a new "Configurations" chapter with
4468 platform-specific info, inline remote.texi and move sections of it
4469 into the new chapter, move bits about info proc, heuristic search,
4470 and register stack into the new chapter.
4471 * remote.texi: Remove, now part of gdb.texinfo.
4472 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
4473
4474 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
4475
4476 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
4477 GDB_TARGET_IS_MACH386): These kludges have gone away.
4478
4479 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
4480
4481 * gdbint.texinfo (Target Architecture Definition): Mention
4482 TDEPLIBS.
4483
4484 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
4485
4486 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
4487 surrounding text to fit HP-UX bits into general info.
4488 (HPPA-cfg.texi): Remove, no longer useful.
4489
4490 * gdb.texinfo: Remove explicit links from @node lines, remove
4491 HP-added "Detailed Node Listing" from main menu which confuses
4492 things.
4493
4494 From Dmitry Sivachenko <dima@Chg.RU>:
4495 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
4496 in description of `set environment'.
4497
4498 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
4499
4500 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
4501
4502 1999-08-12 Ben Elliston <bje@cygnus.com>
4503
4504 * gdbint.texinfo (Breakpoint Handling): Add missing words.
4505
4506 1999-08-10 Eli Zaretskii <eliz@gnu.org>
4507
4508 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
4509 watch, awatch, and rwatch. Explain why the latter two cannot be
4510 set as software watchpoints. Document that watchpoints for local
4511 variables are deleted when the debuggee terminates.
4512
4513 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
4514
4515 * remote.texi (Protocol): Further clarification of the "qRcmd"
4516 packet. Allow E.. response packet. "qRcmd" packet is no longer
4517 reserved.
4518
4519 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4520
4521 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
4522 * gdb.texinfo: Ditto.
4523
4524 1999-08-06 Tom Tromey <tromey@cygnus.com>
4525
4526 * gdb.texinfo (KOD): New node.
4527
4528 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
4529
4530 * remote.texi (Rcmd): Fix minor formatting typos.
4531
4532 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
4533
4534 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
4535 packets.
4536
4537 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
4538
4539 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
4540 fixes.
4541
4542 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
4543
4544 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
4545
4546 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
4547
4548 * remote.texi (Communication Protocol): ``v'' is in use. Fix
4549 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
4550 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
4551 packets that are not supported on all hosts. Expand examples.
4552 Spell check.
4553
4554 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
4555
4556 * Makefile.in: Recognize html, install-html. Add targets
4557 to build HTML versions of documentation via texi2html.
4558
4559 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
4560
4561 * gdbint.texinfo (Testsuite): New chapter, information about the
4562 testsuite.
4563
4564 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
4565
4566 * remote.texi (Communication Protocol): Rewrite.
4567
4568 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
4569
4570 * stabs.texinfo: Fix uses of xref.
4571
4572 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
4573
4574 * gdbint.texinfo: Add an anti-printf exhortation, and update the
4575 info about patch submission.
4576
4577 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
4578
4579 From Per Bothner <bothner@cygnus.com>:
4580 * gdb.texinfo: Document Chill support.
4581
4582 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
4583
4584 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
4585 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
4586 Document that the value should be greater-than or equal-to zero.
4587 (NO_STD_REGS): Document. Deprecate.
4588
4589 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
4590
4591 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
4592 Document that these are not used.
4593
4594 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
4595
4596 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
4597
4598 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
4599
4600 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
4601 numargs was dropped.
4602
4603 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
4604
4605 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
4606
4607 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
4608
4609 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
4610 Update.
4611
4612 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
4613
4614 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
4615 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
4616
4617 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
4618
4619 * gdbint.texinfo: Fix typos: $ -> @.
4620
4621 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
4622
4623 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
4624 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
4625 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
4626 BREAKPOINT_FROM_PC.
4627
4628 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
4629
4630 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
4631 CALL_DUMMY_STACK_ADJUST): Document.
4632
4633 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
4634
4635 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
4636 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
4637
4638 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
4639
4640 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
4641 longer exists.
4642
4643 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
4644
4645 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
4646 nearly all @ifset/@ifclear conditionals; nobody uses them, and
4647 they make the manual source incomprehensible.
4648 * h8-cfg.texi: Remove, hasn't been used in years.
4649
4650 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
4651
4652 * gdb.texinfo: Update the credits.
4653
4654 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
4655
4656 * gdb.texinfo: Fix mistakes noticed in printout of last
4657 draft, add Alpha to discussion of heuristic fence post.
4658
4659 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
4660
4661 * gdb.texinfo, remote.texi: Many changes; update to Seventh
4662 Edition, merge some HP changes into mainline, describe some
4663 previously undocumented features, describe more of the target
4664 commands available, eliminate obsolete section on renamed
4665 commands.
4666 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
4667
4668 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
4669
4670 * gdb.texinfo: Make many HPPA conditionals unconditional,
4671 including catchpoint description, since now on for all configs.
4672 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
4673 specializations.
4674
4675 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
4676
4677 * Makefile.in (GDBvn.texi): Fix match expression to work with
4678 current format of VERSION in gdb/Makefile.in.
4679 * gdb.texinfo: Fix node ref to match new readline.
4680
4681 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
4682
4683 * gdb.texinfo: Changes made as part of a project to merge in
4684 changes made by HP. Documentation makes extensive use of
4685 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
4686 on remote debugging. There are differences in documentation
4687 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
4688 the HP manual discusses catchpoints, hardware watchpoints, and
4689 some HPUX specific limitations for shared library support.
4690
4691 There are also a number of @node changes.
4692
4693 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
4694
4695 * gdbint.texinfo (Formatting): Disambiguate a sentence.
4696 (C Usage): Same.
4697
4698 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
4699
4700 The following changes were made by Edith Epstein
4701 <eepstein@cygnus.com> as part of a project to merge in changes
4702 made by HP.
4703
4704 * HPPA-cfg.texi: new file.
4705
4706 * all-cfg.texi: set HPPA for HP PA-RISC targets.
4707
4708 * refcard.tex: change documentation about catch.
4709 removed info catch.
4710
4711 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
4712
4713 * gdbint.texinfo: Expand on GDB's coding standards,
4714 specify the use of arg names with prototypes.
4715
4716 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
4717
4718 * gdb.texinfo: Fix tipo.
4719
4720 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
4721
4722 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
4723 TARGET_BYTE_ORDER_SELECTABLE_P.
4724
4725 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
4726
4727 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
4728
4729 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
4730
4731 * agentexpr.texi: New file.
4732
4733 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
4734
4735 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
4736
4737 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
4738
4739 * remote.texi: Changed wording that implied that the GDB remote
4740 protocol caches register values instead of GDB itself.
4741
4742 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
4743
4744 * gdbint.texinfo: Add some info about symbol readers.
4745 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
4746 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
4747 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
4748 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
4749
4750 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
4751
4752 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
4753
4754 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
4755
4756 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
4757
4758 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
4759
4760 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
4761 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
4762
4763 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
4764
4765 * gdbint.texinfo: Fix minor typos.
4766
4767 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
4768
4769 * gdbint.texinfo: Complete overhaul. Group descriptions more
4770 logically, add more info on generic algorithms, remove much
4771 obsolete and/or wrong material.
4772
4773 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
4774
4775 * stabs.texinfo (Method Type Descriptor): Expand and correct.
4776
4777 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
4778
4779 * refcard.tex: Copyright, address updates.
4780
4781 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
4782
4783 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
4784 for the edition instead of confusing GDB-version-like numbers.
4785
4786 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
4787
4788 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
4789
4790 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
4791
4792 * LRS: Reformat a bit to keep text under 80 columns.
4793
4794 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
4795
4796 * gdb.texinfo: Add some credits, mention bug monitor.
4797 * remote.texi: Mention mips monitor targets.
4798 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
4799
4800 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
4801
4802 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
4803 files, finish sorting of host vs target vs native macros, describe
4804 some more of them.
4805
4806 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
4807
4808 * gdbint.texinfo (Host Conditionals): Document change from
4809 using NO_MMALLOC to it's inverse, USE_MMALLOC.
4810
4811 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
4812
4813 * gdbint.texinfo (Host Conditionals): Document
4814 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
4815
4816 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
4817
4818 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
4819 Document LSEEK_NOT_LINEAR.
4820
4821 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
4822
4823 * stabs.texinfo (Stab Section Basics): Make it clear that only
4824 some versions of the GNU linker remove the leading N_UNDF symbol.
4825
4826 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
4827
4828 * stabs.texinfo (String Field): Document type number pairs here,
4829 instead of in the Sun specific section.
4830 (Include Files): The GNU linker supports the N_BINCL
4831 optimization. Clarify the N_BINCL value, and what it is used
4832 for.
4833 (Procedures): Document N_FUN with an empty string to mark the end
4834 of a function.
4835 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
4836 (Sun Differences): Remove this node, as the information is now
4837 elsewhere in the main document.
4838 (Stab Section Basics): Mention that the GNU linker may optimize
4839 stabs and remove the leading N_UNDF symbol.
4840
4841 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
4842
4843 * gdb.texinfo, refcard.tex: Restore author credit
4844
4845 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
4846
4847 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
4848 documentation to account for START and END macros taking
4849 one arg.
4850
4851 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
4852
4853 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
4854 * gdb.texinfo (Frames): Fix typo.
4855
4856 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
4857
4858 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
4859 a target_signal as arg type, not a pid.
4860
4861 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
4862
4863 * gdb.texinfo: Document `set assembly-language'.
4864
4865 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
4866
4867 * remote.texi: Update list of stubs in the GDB distribution.
4868
4869 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
4870
4871 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
4872 Also document that some systems can use mmalloc but must define
4873 this if their C runtime allocates memory that is later freed.
4874 (MMCHECK_FORCE): Document new macro.
4875
4876 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
4877
4878 * remote.texi: Add documentation for target Sparclet.
4879
4880 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
4881
4882 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
4883 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
4884 * configure.in: Rewritten for autoconf.
4885 * configure: New.
4886
4887 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
4888
4889 * Makefile.in (DVIPS): New define, set to dvips.
4890 (dvi): Add stabs.dvi.
4891 (ps): New target.
4892 (all-doc): Depend on info, dvi, and ps targets.
4893 (STAGESTUFF): Add *.ps and *.dvi files.
4894 (clean-info, clean-dvi): Remove.
4895 (mostlyclean): Does not depend upon clean-info or clean-dvi,
4896 rules completely rewritten.
4897 (maintainer-clean): Remove clean-info and clean-dvi
4898 dependencies and put their actions in the rules.
4899 (gdb.ps): New target
4900 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
4901 intermediate TeX files, whether they have 2 or 3 character
4902 extensions.
4903 (gdbint.ps): Add target and rules.
4904 (gdb-internals): Delete unused target.
4905 (Makefile): Depends upon config.status also.
4906
4907 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
4908
4909 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
4910 set.
4911
4912 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
4913
4914 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4915 * gdb.texinfo (Expressions): Fix erroneous array constant example.
4916
4917 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
4918
4919 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
4920
4921 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4922
4923 * gdb.texinfo (Print settings): Document
4924 `set/show print static-members' commands.
4925
4926 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
4927
4928 * gdbint.texinfo (Native): Document name change, coredep.c to
4929 core-aout.c.
4930
4931 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
4932
4933 * stabs.texinfo (Include Files): Document the values the SunOS4
4934 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
4935
4936 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
4937
4938 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
4939 Fix typo.
4940
4941 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
4942
4943 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
4944 "gdb.tar.Z".
4945
4946 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
4947
4948 * Makefile.in (maintainer-clean): New target, synonym for
4949 realclean.
4950
4951 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
4952
4953 * Update all FSF addresses except those in COPYING* files.
4954
4955 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
4956
4957 From Richard Earnshaw (rearnsha@armltd.co.uk):
4958 * gdb.texinfo (convenience variables): Document $_exitcode.
4959 (quit): Document optional expression to use as exit code.
4960
4961 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
4962
4963 * gdb.texinfo, remote.texi: Brought up to date with various
4964 GDB changes.
4965
4966 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
4967
4968 * gdb.texinfo: Update dates and versions, fix comments about
4969 hardware watchpoints in future releases and about the
4970 sharedlibrary command.
4971
4972 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4973
4974 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
4975 C_FUN stab. Other cleanups.
4976
4977 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4978
4979 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
4980 for the sparc stub.
4981
4982 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4983
4984 * annotate.texi: Clarify which addresses have differing formats
4985 depending on the language and which do not.
4986
4987 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
4988
4989 * remote.texi (NetWare): Changed example to use BOARD= instead of
4990 NODE= argument to reflect correspoding change to gdbserve.nlm.
4991
4992 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4993
4994 * stabs.texinfo (Negative Type Numbers): Mention the fact that
4995 GDB, as well as AIX dbx, supports the size type attribute.
4996
4997 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4998
4999 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
5000
5001 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
5002
5003 * gdb.texinfo (Define): Document $arg0... arguments to commands,
5004 and new 'if' and 'while' commands.
5005
5006 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
5007
5008 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
5009
5010 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
5011
5012 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
5013 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
5014 NetWare targets. Mostly stolen from the Server node.
5015
5016 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5017
5018 * gdb.texinfo (Setting): Talk about the language of a source file
5019 versus the working language. The old documentation did not match
5020 what GDB did.
5021
5022 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5023
5024 * stabs.texinfo (Source Files): Document N_SO used to mark the end
5025 of a source file.
5026
5027 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5028
5029 * gdb.texinfo (Processes): New node.
5030
5031 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
5032
5033 * remote.texi: Update documentation of set/show mipsfpu.
5034
5035 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
5036
5037 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
5038 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
5039
5040 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
5041
5042 * gdbint.texinfo: Removed mentions of some incorrectly placed and
5043 obsolete conditionals, described some others.
5044
5045 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5046
5047 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
5048 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
5049
5050 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
5051
5052 * gdbint.texinfo: Put regex conditionals in their own table.
5053
5054 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
5055
5056 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
5057 described or fixed the descriptions of many others.
5058
5059 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
5060
5061 * gdb.texinfo: Add some more credits.
5062 * gdbint.texinfo: Capitalize GDB consistently, describe some
5063 macros and remove some.
5064
5065 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
5066
5067 * gdbint.texinfo: Removed mentions of many incorrectly placed and
5068 obsolete conditionals, described some others.
5069
5070 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5071
5072 * gdb.texinfo (help targets): Changed to `help target', which
5073 is the correct gdb command.
5074
5075 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5076
5077 * annotate.texi (TODO): New node, for keeping track of annotations
5078 suggested but not yet implemented.
5079
5080 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5081
5082 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
5083 another symbol, it is not the address itself.
5084
5085 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
5086
5087 * stabs.texinfo (Stab Section Basics): Add comment about alignment
5088 of stabs-in-coff sections.
5089
5090 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5091
5092 * annotate.texi: Change edition to 0.5 and date to May 1994.
5093 Add index.
5094 (Frames): New node, for frame annotation.
5095 (Displays): New node, for display annotation.
5096
5097 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
5098 when waiting for your program to stop.
5099
5100 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5101
5102 * annotate.texi (Breakpoint Info): Document annotation of header
5103 fields and record annotation.
5104
5105 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5106
5107 * annotate.texi: New file, to document annotations.
5108
5109 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5110
5111 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
5112 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
5113
5114 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5115
5116 * stabs.texinfo (Stab Section Basics): Say what is in .stab
5117 section, and say n_strx field is compilation unit relative.
5118 * stabs.texinfo: Don't use @code for a.out when it is the name of
5119 an object file format.
5120
5121 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
5122
5123 * gdb.texinfo: Refer to file names, not path names, per rms
5124 convention.
5125 (Arguments): Fix typo.
5126
5127 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5128
5129 * stabs.texinfo (Global Variables): Talk about stabs in files
5130 where variables are referenced, but not defined.
5131
5132 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5133
5134 * stabs.texinfo: Move stuff on @ and # type descriptors from node
5135 Cplusplus to new nodes Member Type Descriptor and Method Type
5136 Descriptor. Re-write stuff for #.
5137
5138 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5139
5140 * gdb.texinfo (Print Settings): Don't document "set print
5141 fast-symbolic-addr off". The bug which it worked around was fixed
5142 on 25 Feb 94 in coffread.c, so I'm nuking the command.
5143
5144 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
5145 N_ENTRY node.
5146
5147 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
5148
5149 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5150
5151 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
5152 references to ieee-float.c.
5153
5154 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5155
5156 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
5157 match what the code actually does.
5158
5159 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5160
5161 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
5162
5163 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
5164
5165 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
5166 i, and b.
5167
5168 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
5169
5170 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
5171 well as for ELF and SOM. Unify the descriptions of ELF and SOM
5172 as "stabs in sections" rather than just saying "ELF and SOM".
5173 Also make that stuff apply to COFF.
5174
5175 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5176
5177 * gdb.texinfo (Formatting Documentation): Change GhostScript to
5178 Ghostscript.
5179
5180 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5181
5182 * gdb.texinfo (Continuing and Stepping): When talking about "step"
5183 versus functions without line numbers, also mention stepping into
5184 them as well as "step" when you are in them. Tell the user how to
5185 deal with the situation. Add comment about "debugging information".
5186
5187 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5188
5189 * stabs.texinfo (Enumerations): Document restriction on where
5190 enumeration types can appear and still win with GDB.
5191
5192 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5193
5194 * stabs.texinfo (Negative Type Numbers): Document format for type
5195 -16.
5196
5197 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5198
5199 * gdb.texinfo (Selection, Frame Info): Update information about
5200 arbitrary frame specficiations.
5201
5202 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
5203
5204 * gdb.texinfo, remote.texi: general editing pass prior to Net release
5205
5206 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5207
5208 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
5209
5210 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
5211
5212 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
5213
5214 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5215
5216 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
5217 Differences node to Statics node.
5218 (Statics): Discuss XCOFF use of V symbol descriptor.
5219
5220 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
5221 not clean.
5222
5223 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
5224
5225 * gdb.texinfo (Print Settings): Document `set print
5226 fast-symbolic-addr' and improve the doc for some other
5227 `set print's.
5228
5229 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5230
5231 * stabs.texinfo (String Field): Talk about defining several type
5232 numbers at once.
5233 Fix lint regarding changing node ELF Transformations to
5234 ELF and SOM Transformations.
5235
5236 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
5237
5238 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
5239
5240 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5241
5242 * stabs.texinfo (Cross-References): `::' is for nested types only
5243 within <>.
5244 (Structures): Document static members.
5245
5246 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5247
5248 * stabs.texinfo: Document S type attribute.
5249
5250 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
5251
5252 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
5253
5254 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
5255
5256 * gdbint.texinfo: Fix a few typos.
5257
5258 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5259
5260 * gdb.texinfo, remote.texi: formatting improvements
5261
5262 * gdb.texinfo (New Features): mention threads.
5263 (Summary, C): fix xrefs in newly contributed text.
5264 (Threads): index entries, clarifications, example
5265 (passim): minor typos fixed, phrasing improvements
5266
5267 * remote.texi (Bootstrapping): rephrase text on ^C and add index
5268 entries; (Server): explain use of gdbserver w/real-time systems,
5269 add example of conflicting TCP port; (MIPS Remote) break up
5270 running text into table, highlighting commands, and add example.
5271
5272 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5273
5274 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
5275
5276 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5277
5278 * stabs.texinfo (Nested Symbols): New node.
5279 (String Field, Symbol Descriptors, Cross-References): Refer to it.
5280
5281 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5282
5283 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
5284 to picking which Bbss.bss symbol to use, and (because there seems to
5285 be no good way of doing it) re-write some of the text to make it
5286 sound like Bbss.bss isn't such a great idea after all (as currently
5287 designed).
5288
5289 * gdb.texinfo (C): In addition to saying people have to use g++ for
5290 good results, say they have to use stabs. Specifically say cfront
5291 doesn't work well.
5292 (Summary): Merge in information on Modula-2, Pascal, and Chill from
5293 the gdb README. Add xrefs to places where the support for the various
5294 languages is described in detail.
5295
5296 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5297
5298 * stabs.texinfo: Clean up stuff about visibility and virtual
5299 characters.
5300
5301 * stabs.texinfo (N_M2C): Cite Sun doc.
5302
5303 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5304
5305 * gdb.texinfo: updates re threads.
5306 * remote.texinfo: avoid index entries starting with digits.
5307
5308 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5309
5310 * stabs.texinfo (Enumerations): Talk about large, negative and
5311 octal values. Clean up cross reference to type attributes.
5312 (String Field): Say that GDB 4.11 supports size attribute.
5313
5314 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5315
5316 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
5317 is a mandatory step. Make the stuff about that more concise.
5318
5319 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5320
5321 * stabs.texinfo (Class Names): New node.
5322
5323 * gdb.texinfo (Command Files): Explain order of init file reading.
5324
5325 * remote.texi (Bootstrapping): Talk about getting the serial driver
5326 to deal with ^C sent by gdb to stop the remote system.
5327
5328 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
5329
5330 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
5331
5332 * libgdb.texinfo (Defining Commands): made the DOC arg
5333 to gdb_define_app_command a char * instead of char **
5334 per a suggestion from kingdon.
5335
5336 * libgdb.texinfo: total rewrite from a different starting
5337 premise.
5338
5339 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5340
5341 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
5342 floats passed as doubles (to improve clarity).
5343
5344 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5345
5346 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
5347
5348 * a4rc.sed: update to work with Andreas Vogel papersize params
5349
5350 * refcard.tex: use Andreas Vogel simplifications of papersize
5351 params; remove useless version info; update copyright date.
5352
5353 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5354
5355 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
5356
5357 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5358
5359 * gdb.texinfo (Files): Say what address the load command loads it at.
5360
5361 * stabs.texinfo (Common Blocks): Minor cleanups.
5362
5363 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
5364 that Sun has backed away from the linker kludge and thus the relevant
5365 issue is changes to the SunPRO tools, not the Solaris linker.
5366
5367 * stabs.texinfo (Traditional Integer Types): Clean up description
5368 of octal bounds a little bit. Document extra leading zeroes.
5369
5370 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5371
5372 * gdb.texinfo (Signaling): Update for symbolic symbol names
5373 and add a section explaining the difference between the GDB
5374 signal command and the shell kill utility.
5375
5376 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
5377
5378 * libgdb.texinfo: added `@' to braces that were unescaped.
5379
5380 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
5381
5382 * libgdb.texinfo: new file. Spec for the gdb library.
5383
5384 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5385
5386 * stabs.texinfo (Include Files): Fix typo (start -> end).
5387
5388 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5389
5390 * gdb.texinfo, remote.texi: assorted small improvements, mostly
5391 from Melissa at FSF's editing pass.
5392
5393 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5394
5395 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
5396 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
5397 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
5398
5399 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5400
5401 * remote.texi (Bootstrapping): Discuss 386 call gates.
5402
5403 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
5404
5405 * stabs.texinfo (Based Variables): New node.
5406
5407 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
5408
5409 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
5410 names, sizes, and formats to suggest how not to lose.
5411
5412 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
5413
5414 * stabs.texinfo (Methods): Fix typo.
5415
5416 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
5417
5418 * gdb.texinfo: Fix a few typos.
5419
5420 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5421
5422 * gdb.texinfo: Clarify how well it works with Fortran.
5423
5424 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
5425 More on relocating stabs in ELF files.
5426
5427 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5428
5429 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
5430
5431 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5432
5433 * stabs.texinfo (Local Variable Parameters): Talk about nameless
5434 parameters on VAX.
5435
5436 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5437
5438 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
5439
5440 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5441
5442 * stabs.texinfo: Make info author notice match the TeX author notice.
5443
5444 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
5445
5446 * stabs.texinfo: Initial-caps all words in node names and
5447 non-trivial words in section names.
5448
5449 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5450
5451 * stabs.texinfo: Many minor cleanups.
5452
5453 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
5454
5455 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
5456
5457 * stabs.texinfo: Remove full description of big example.
5458 It's not really helpful; just use pieces of it where appropriate.
5459 Add more Texinfo formatting directives (@samp, etc.).
5460 Use @deffn to define stab types.
5461 Eliminate some wordiness. Break up some nodes.
5462 Add an (alphabetized) index of symbol types.
5463 Use consistent capitalization style in node and section names.
5464
5465 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
5466
5467 * gdb.texinfo: Change typo "Two two" to "The two".
5468
5469 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5470
5471 * stabs.texinfo (XCOFF-differences): Remove references to
5472 non-existent types N_DECL and N_RPSYM.
5473
5474 * stabs.texinfo (String Field): Say that type attributes bug is
5475 fixed in GDB 4.10, since it is.
5476
5477 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
5478
5479 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
5480
5481 * stabs.texinfo: Formatting cleanups.
5482
5483 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5484
5485 * stabs.texinfo: When explaining the n_type of a stab, standardize
5486 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
5487 no tabs, use @r).
5488 (Global Variables): Clean up.
5489
5490 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5491
5492 * stabs.texinfo (Stack Variables): Re-write.
5493
5494 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5495
5496 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
5497 addresses of a source file. Also revise formatting.
5498 Change "object module" or "object file" to "source file".
5499 Various: Miscellaneous cleanups.
5500
5501 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5502
5503 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
5504
5505 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
5506
5507 * gdbint.texinfo: Removed many nonsensical machine-collected
5508 host and target conditionals, described some of the remainder.
5509
5510 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5511
5512 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
5513
5514 * gdbint.texinfo (Top): Add name to @top line, and re-write the
5515 paragraph which follows.
5516
5517 * gdbint.texinfo (Host): Use @code not @samp for Makefile
5518 variables. Looks better and avoids overful hbox.
5519
5520 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5521
5522 * stabs.texinfo (Procedures): Improve stuff on nested functions.
5523
5524 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5525
5526 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
5527 retransmit-timeout
5528
5529 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5530
5531 * gdbint.texinfo: Update statement about `some ancient Unix
5532 systems, like Ultrix 4.0' to Ultrix 4.2.
5533
5534 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
5535
5536 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
5537
5538 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
5539
5540 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
5541 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
5542
5543 * remote.texi: new name for former gdbinv-s.texi
5544
5545 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
5546
5547 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
5548
5549 * gdbinv-s.texi: Documented timeout and retransmit-timeout
5550 variables for MIPS remote debugging protocol.
5551
5552 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5553
5554 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
5555
5556 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
5557
5558 * Makefile.in (refcard.dvi): Use srcdir where necessary.
5559
5560 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
5561
5562 * gdb.texinfo: repair conditional bugs in text markup
5563
5564 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5565
5566 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
5567 to select Modula-2 material.
5568
5569 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5570
5571 * stabs.texinfo: Cleanups regarding statics.
5572
5573 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
5574 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
5575
5576 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5577
5578 * stabs.texinfo: N_MAIN is sometimes used for C.
5579
5580 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5581
5582 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
5583
5584 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
5585
5586 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
5587 removed from the code by Kingdon.
5588
5589 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5590
5591 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
5592 input when evaluating breakpoint conditions; the bug has been fixed.
5593
5594 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
5595 sets the ignore count to N-1, not to N.
5596
5597 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5598
5599 * refcard.tex (\hoffset): correct longstanding error to match
5600 intended offset; avoids cutting off edge on some printers
5601
5602 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5603
5604 * stabs.texinfo (Parameters): Say that order of stabs is significant.
5605
5606 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5607
5608 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
5609
5610 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5611
5612 * Makefile.in: (REFEDITS) new var to control whether PS or CM
5613 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
5614 collect sed edits if any, apply to refcard before formatting;
5615 (refcard.ps) stop implying PS fonts if PS output requested;
5616 (lrefcard.ps) delete extra target for variant PS fonts
5617
5618 * refcard.tex: parametrize papersize dependent info, collect
5619 in easily replaced spot
5620
5621 * a4rc.sed: new file, edits to refcard for A4 paper
5622
5623 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5624
5625 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
5626
5627 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5628
5629 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
5630
5631 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5632
5633 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
5634 politely rather than rudely.
5635
5636 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5637
5638 * stabs.texinfo: Document common blocks.
5639
5640 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
5641
5642 * stabs.texinfo: Add some basic info about stabs-in-elf.
5643
5644 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5645
5646 * stabs.texinfo (Top): Minor cleanup.
5647
5648 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
5649
5650 * Makefile.in (install-info): remove parentdir support
5651
5652 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5653
5654 * gdb.texinfo (Copying): delete this node and references to it;
5655 RMS says this manual need not carry GPL. (passim): Improvements
5656 from last round at FSF, largely due to Ian Taylor review, and
5657 minor formatting improvements.
5658
5659 * gdbinv-s.texi (passim): Improvements from last round at FSF,
5660 largely due to Ian Taylor review. (Debug Session): minor edits to
5661 new text.
5662
5663 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
5664
5665 * Makefile.in (realclean): Remove info and dvi files too.
5666
5667 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
5668
5669 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
5670 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
5671 * gdb.texinfo: Change accordingly.
5672
5673 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
5674 N_{L,R}BRAC,N_SLINE are relative to.
5675
5676 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
5677
5678 * Makefile.in (GDBvn.texi): Update atomically.
5679
5680 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
5681
5682 * gdbinv-s.texi (Debug Session): Document exceptionHook.
5683
5684 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
5685
5686 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
5687 addresses together. Also motivate the set print symbol-filename
5688 command and suggest other solutions.
5689
5690 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
5691
5692 * gdb.texinfo (set print elements): Note that the number of
5693 elements is set to unlimited by "set print elements 0".
5694
5695 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
5696
5697 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
5698 NF_LDOUBLE means.
5699 (Stab Types): Include Solaris stab types.
5700 (Procedures): Document Solaris extensions.
5701
5702 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5703
5704 * gdb.texinfo: Add `set print symbol-filename' doc.
5705
5706 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5707
5708 * stabs.texinfo (Arrays): Talk about type definition vs. type
5709 information.
5710
5711 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
5712 the trailing semicolon.
5713
5714 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5715
5716 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
5717 and merge in other parts of the document addressing these subjects.
5718 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
5719
5720 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
5721 at the end of a range type.
5722
5723 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
5724 AIX extensions.
5725
5726 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5727
5728 * stabs.texinfo (Stabs Format): Misc fixes.
5729
5730 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5731
5732 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
5733 (Traditional builtin types): Document convex convention for long long.
5734 (Negative builtin types): Discuss type names, and misc fixes.
5735
5736 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5737
5738 * stabs.texinfo (Builtin Type Descriptors): Document the floating
5739 point types used with @samp{R} type descriptor.
5740 (Symbol Descriptors): Describe how to handle conflict between
5741 different meanings of @samp{P} symbol descriptor.
5742
5743 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5744
5745 * stabs.texinfo: Remove node Quick Reference and put its children
5746 directly under the main menu.
5747
5748 * stabs.texinfo: Many more changes to bring it into line with
5749 AIX documentation and reality. I think it now has all the
5750 information from the AIX documentation, except that I burned
5751 out when I got to variant records (Pascal and Modula-2) and
5752 all the COBOL types. Oh well, we can add them later when we're
5753 worrying more about those languages.
5754
5755 * stabs.texinfo (Automatic variables): Talk about what it means
5756 to omit the symbol descriptor.
5757
5758 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5759
5760 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
5761 gcc2 behavior with promoted args.
5762
5763 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5764
5765 * gdb.texinfo: include readline appendices in info version of manual
5766
5767 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5768
5769 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
5770 target remote.
5771
5772 * gdb.texinfo (Machine Code): more index entries for disassemble
5773
5774 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
5775
5776 * Clarify the intended use of the gdb-testers and gdb-patches
5777 mailing lists, and shrink gzip comment.
5778
5779 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5780
5781 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
5782 DOSHOST configuration of manual.
5783
5784 * gdb.texinfo (MIPS Stack): new node.
5785
5786 * all-config.texi (MIPS) new switch.
5787
5788 * gdbinv-s.texi (Nindy Options) Remove two instances of future
5789 tense; (MIPS Remote) new node.
5790
5791 * gdb.texinfo (passim) rephrases to work around makeinfo @value
5792 bug; (Environment) less passive, other small cleanups in text about
5793 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
5794 (Remote) new MIPS Remote menu entry.
5795
5796 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
5797
5798 * stabs.texinfo: Many changes to include information from the
5799 AIX documentation.
5800
5801 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
5802
5803 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
5804
5805 * gdbint.texinfo (new node Debugging GDB, elsewhere):
5806 Move a bunch of information from ../README.
5807 (Getting Started): New node.
5808
5809 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5810
5811 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
5812
5813 * gdb.texinfo: advance manual revision dates to present
5814
5815 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
5816 stop using silly Roman numerals in @set variable names
5817
5818 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
5819
5820 * stabs.texinfo (Parameters): Keep trying to get this right.
5821
5822 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
5823
5824 * stabs.texinfo (Parameters): More on "local parameters".
5825
5826 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
5827
5828 * stabs.texinfo (Parameters): Re-do "local parameters" section.
5829
5830 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
5831
5832 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
5833 (Parameters): Rewrite.
5834 (xcoff-differences, Sun-differences): Minor changes.
5835
5836 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
5837
5838 * stabs.texinfo: Minor cleanup.
5839
5840 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
5841
5842 * gdbint.texinfo: Minor xcoff stuff.
5843
5844 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
5845
5846 * gdbint.texinfo: Update for new config directory structure.
5847 Add info about internal type data structures.
5848
5849 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
5850
5851 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
5852 $(srcdir).
5853 (gdb-config.texi): Depend on file in $(srcdir).
5854
5855 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
5856
5857 * stabs.texinfo: Fixes about N_SO.
5858
5859 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5860
5861 * gdb.texinfo: include list of nonstandard init file names
5862
5863 * *-config.texi: new switch GENERIC for text that applies *only*
5864 to (usual) multiple-target version of manual
5865
5866 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
5867 h8 config
5868
5869 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
5870 in menus (rather than conditionally selected multiple alternative
5871 menus).
5872
5873 * Makefile.in: define and use DOC_CONFIG var to select
5874 configuration for GDB user manual.
5875
5876 * gdb-config.texi: delete from repository, generate from Makefile.
5877
5878 * all-config.texi: normal `generic' configuration file, formerly
5879 stored as gdb-config.texi
5880
5881 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
5882
5883 * Makefile.in: add dvi target to build all .dvi files
5884
5885 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5886
5887 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
5888
5889 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
5890
5891 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
5892 host conditionals.
5893 * stabs.texinfo: More array fixes inspired by Jim's.
5894
5895 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
5896
5897 * stabs.texinfo: Fixes re arrays and continuations.
5898
5899 * gdbint.texinfo: Add XCOFF node.
5900
5901 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
5902
5903 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
5904
5905 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
5906
5907 * stabs.texinfo: Fix for array types to mention lower bounds.
5908
5909 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
5910
5911 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
5912
5913 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
5914
5915 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
5916
5917 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
5918
5919 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
5920 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
5921
5922 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
5923
5924 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
5925
5926 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5927
5928 * gdb.texinfo, gdbinv-s.texi: misc updates
5929
5930 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
5931
5932 * gdbint.texinfo: Brief documentation for longjmp support,
5933 from an email msg by Stu.
5934
5935 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
5936
5937 * stabs.texinfo: Fix description of floating point "range"
5938 types (which really define basic types). Reported by Jim Meehan,
5939 <meehan@src.dec.com>.
5940
5941 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
5942
5943 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
5944
5945 * gdbint.texinfo: Slightly expand section on supporting a new
5946 object file format.
5947
5948 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
5949
5950 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
5951 intermediate file.
5952
5953 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5954
5955 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
5956
5957 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5958
5959 * gdbinv-s.texi: z8000 simulator target name is just "sim"
5960
5961 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
5962 as well as Z8002.
5963
5964 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
5965
5966 * gdbint.texinfo: Add sections on clean design and on how to send
5967 in changes.
5968
5969 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
5970
5971 * gdbint.texinfo: Add how to declare the result of make_cleanup.
5972
5973 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
5974
5975 * gdb.texinfo: Fix typo, reported by Karl Berry.
5976
5977 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
5978
5979 * gdb.texinfo: Add opcodes dir to GDB distribution description.
5980
5981 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5982
5983 * gdbint.texinfo: fixed a stray email address (needs @@),
5984 added @table @code to node "Native Conditionals"
5985
5986 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
5987
5988 * gdbint.texinfo: Describe coding style of GDB.
5989
5990 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
5991
5992 * stabs.texinfo: Minor wording changes.
5993
5994 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
5995
5996 * gdbint.texinfo: Improve release doc slightly.
5997
5998 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
5999
6000 * gdbint.texinfo: Improve doc of GDB config macros.
6001
6002 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
6003
6004 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
6005 These will be reinserted when examined.
6006
6007 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
6008
6009 * gdbint.texinfo: Make a start at documenting all the #if macros
6010 in GDB. At least list them all, and start separating them into
6011 host-specific and target-specific.
6012
6013 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6014
6015 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
6016 examples (not consistent w others).
6017 gdb.texinfo: issue disclaimer paragraph on cmdline options only
6018 for generic vn of doc
6019
6020 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
6021
6022 * Makefile.in: always create installation directories.
6023
6024 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6025
6026 * gdb.texinfo: in h8 config, do not describe searching commands.
6027
6028 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6029
6030 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
6031 conditionals; introduce a few generic switches that may be
6032 useful for other cross-dev or dos-hosted configs.
6033
6034 * gdb.texinfo: fix typo in "info reg" description
6035
6036 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
6037
6038 * stabs.texinfo: Minor updates from running TeX over it.
6039 * Makefile.in (stabs.dvi, stabs.ps): Add.
6040
6041 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
6042
6043 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
6044 First pass at converting it to texinfo.
6045
6046 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
6047
6048 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
6049 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
6050
6051 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
6052
6053 * gdbint.texinfo: Add section on partial symbol tables.
6054
6055 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
6056
6057 * gdb.texinfo: document `set remotedebug' and `set
6058 rstack_high_address'.
6059
6060 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6061
6062 * gdb.texinfo: slight expansion of new text on reading info files
6063 * gdbinv-s.m4.in: correct and expand info on cross-debugging
6064 H8/300 from DOS.
6065
6066 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
6067
6068 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
6069
6070 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
6071
6072 * gdb.texinfo: Say how to read the `info' files.
6073
6074 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
6075
6076 * Makefile.in: gm4 -> m4.
6077
6078 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
6079
6080 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
6081 Documentation' ahead of `Installing GDB' to match README.
6082 Update shared library doc, -readnow and -mapped, and directory
6083 structure (add glob and mmalloc). Update configure doc.
6084
6085 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
6086
6087 * Makefile.in: remove $(srcdir) from gdb.info rule.
6088
6089 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
6090
6091 * Makefile.in: commented out gdb-all.texinfo rule. This is
6092 temporary.
6093
6094 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
6095
6096 * Makefile.in, configure.in: removed traces of namesubdir,
6097 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
6098 copyrights to '92, changed some from Cygnus to FSF.
6099
6100 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
6101
6102 * gdb.texinfo: Improve how we ask for bug reports.
6103
6104 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6105
6106 * Makefile.in: infodir belongs in datadir.
6107
6108 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6109
6110 * Makefile.in: remove spaces following hyphens, bsd make can't
6111 cope. install using INSTALL_DATA. added clean-info. added
6112 standards.text support.
6113
6114 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6115
6116 * Makefile.in: idestdir and ddestdir go away. Added copyrights
6117 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
6118 and mandir now keyed off datadir by default.
6119
6120 \f
6121 Local Variables:
6122 mode: change-log
6123 left-margin: 8
6124 fill-column: 74
6125 version-control: never
6126 End: