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