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