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