* breakpoint.c (break_command_really): New, copied
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
a6b151f1
DJ
12007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
2
3 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
4 formatting.
5 (Remote Debugging): Add File Transfer section.
6 (Remote Configuration): Document Host I/O packets.
7 (GDB/MI): Add GDB/MI File Transfer Commands section.
8 (Remote Protocol): Add Host I/O Packets section.
9 (Packets): Add vFile.
10
3b784c4f
EZ
112007-11-17 Eli Zaretskii <eliz@gnu.org>
12
13 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
14 breakpoints with multiple locations.
15 (Breakpoint Menus): Improve wording.
16 (Output): Fix last change.
17
a4ce5b0d
UW
182007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
19
20 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
21
1b39d5c0
DE
222007-11-15 Doug Evans <dje@google.com>
23
24 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
25
7a72d44c
VP
262007-11-15 Vladimir Prus <vladimir@codesourcery.com>
27
28 * gdbint.texinfo (Native Conditionals): Remove
29 mention of CLEAR_SOLIB.
30
6d1829bf 312007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
32
33 * gdb.texinfo (Print Settings): Add documentation for "set/show
34 print frame-arguments".
35
1a619819
LM
362007-11-05 Luis Machado <luisgpm@br.ibm.com>
37
3b784c4f 38 * gdb.texinfo (Output): Update printf command's description.
1a619819 39
55eddb0f
DJ
402007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
41
42 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
43 powerpc soft-float".
44
9cceb671
DJ
452007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
46
47 * gdb.texinfo (Files): Correct formatting. Mention Expat
48 requirement.
49 (Requirements for Building GDB): Expand the list of Expat
50 uses.
51 (Library List Format, Memory Map Format): Mention Expat.
52 (Target Descriptions): Update Expat wording.
53
83acabca
DJ
542007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
55
56 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
57 Document that gdbarch_convert_register_p should return zero for no-op
58 conversions.
59
e35879db
UW
602007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
61
83acabca 62 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
63 of set_gdbarch_sofun_address_maybe_missing back to ...
64 (Target Conditionals): ... here to fix build break.
65
203c3895
UW
662007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
67
83acabca 68 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
69 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
70 (Compiler Characteristics): ... documentation of
71 set_gdbarch_sofun_address_maybe_missing.
72
11411de3
DJ
732007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
74
75 * gdbint.texinfo (Target Conditionals): Use
76 frame_unwind_register_unsigned in examples instead of
77 frame_unwind_unsigned_register.
78
7cc46491
DJ
792007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
80
81 * gdb.texinfo (Predefined Target Types): Add int128
82 and uint128.
83 (Standard Target Features): Add PowerPC features.
84
81adfced
DJ
852007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
86
87 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
88
c1874924
UW
892007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
90
91 * gdbint.texi (Target Conditionals): Remove documentation
92 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
93 gdbarch_extract_return_value, and gdbarch_store_return_value.
94
f6e56ab3
UW
952007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
96
97 * gdbint.texi (Target Conditionals): Remove documentation of
98 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
99
56cf5405
KH
1002007-10-11 Kazu Hirata <kazu@codesourcery.com>
101
102 * gdb.texinfo: Mention that inaccessible-by-default is on by
103 default.
104
35156bae
DJ
1052007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
106
107 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
108
d983da9c
DJ
1092007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
110
111 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
112 multi-threaded watchpoints.
113 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
114 checked. Describe sticky notification. Expand description
115 of steppable and continuable watchpoints.
116 (Watchpoints and Threads): New subsection.
117
fe6fbf8b
VP
1182007-09-28 Vladimir Prus <vladimir@codesourcery.com>
119
120 * gdb.texinfo (Setting Breakpoints): Revise
121 documentation for pending breakpoints. Document
122 breakpoints with multiple locations.
123
084344da
VP
1242007-09-19 Vladimir Prus <vladimir@codesourcery.com>
125
126 * gdb.texinfo (Miscellaneous gdb/mi Commands):
127 Document -list-features.
128
82160952
EZ
1292007-09-15 Eli Zaretskii <eliz@gnu.org>
130
131 * gdb.texinfo (Output): Spell out which features of C's printf are
132 not supported by GDB's printf.
7e27a47a
EZ
133 (Separate Debug Files): More accurate wording regarding build ID
134 and a reference to the ld manual rather than the Fedora wiki.
82160952 135
ea37ba09
DJ
1362007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
137 Jim Blandy <jimb@codesourcery.com>
138
139 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
140 (Examining Memory): Update mentions of the 's' format.
141 (Automatic Display): Likewise.
142
b8533aec
DJ
1432007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
144
145 * gdb.texinfo: Update the FSF's Back-Cover Text.
146
83f83d7f
JK
1472007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
148 Eli Zaretskii <eliz@gnu.org>
149
150 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
151 Fixed the ``build ID'' name. New binaries build instructions for the
152 build ID inclusion. Explain how the commands are specific to the build
153 ID vs. debug link.
154
c7e83d54
EZ
1552007-09-01 Eli Zaretskii <eliz@gnu.org>
156
157 * gdb.texinfo (Separate Debug Files): Fix last change. Add
158 indexing for ``build ID'' support.
159
d3750b24
JK
1602007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
161
162 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
163 Enlisted BUILD ID to the debug file searching example.
164 Included a BUILD ID `.note.gnu.build-id' section description.
165 Updated/added the debug files splitting instructions for OBJCOPY.
166
02142340
VP
1672007-08-31 Vladimir Prus <vladimir@codesourcery.com>
168
169 * gdb.texinfo (Variable Objects): Adjust docs
170 for -var-info-expression and document
171 -var-info-path-expression.
172
d3bdde98
JB
1732007-08-20 Jim Blandy <jimb@codesourcery.com>
174
3fb6a982
JB
175 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
176 (title page): Include the dedication in the printed manual, as a
177 separate page after the copyright notice.
178
d3bdde98
JB
179 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
180 don't break a @var across a line.
181
c80a96a8
MR
1822007-07-25 Maciej W. Rozycki <macro@mips.com>
183
184 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
185 for include files.
186
5824a901
NR
1872007-07-12 Nick Roberts <nickrob@snap.net.nz>
188
189 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
190 in annotate.texinfo.
191 (Command History): Link to new node.
192
d52e7ea3
UW
1932007-07-05 Markus Deuling <deuling@de.ibm.com>
194
195 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
196
5fc14d0a
EZ
1972007-07-05 Eli Zaretskii <eliz@gnu.org>
198
199 * gdbint.texinfo (Target Conditionals): Fix last change.
200
4a9bb1df
UW
2012007-07-03 Markus Deuling <deuling@de.ibm.com>
202
203 * gdb.texinfo: Replace following macros by their appropriate gdbarch
204 routines:
205 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
206 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
207 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
208 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
209 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
210 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
211 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
212 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
213 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
214 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
215 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
216 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
217 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
218 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
219 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
220 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
221 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
222 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
223 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
224 (SOFTWARE_SINGLE_STEP_P)
225
226 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
227 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
228
229 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
230 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
231 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
232 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
233 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
234 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
235 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
236 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
237 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
238 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
239
240 (Converting an existing Target Architecture to Multi-arch): Remove
241 section.
242
243 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
244 (gdbarch_addr_bits_remove): Add code example.
245
246 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
247
cfa9d6d9
DJ
2482007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
249
250 * gdb.texinfo (Remote Configuration): Document library-info-packet.
251 Add other missing entries. Adjust the table size to fit.
252 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
253 stop reasons including the new "library" event.
254 (General Query Packets): Adjust table widths for qSupported. Mention
255 qXfer:libraries:read reply to qSupported and document the new packet.
256 (Library List Format): New section.
257
159fcc13
JK
2582007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
259
260 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
261
f66d1690
MS
2622007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
263
264 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
265
67102876
NR
2662007-06-25 Nick Roberts <nickrob@snap.net.nz>
267
268 * gdbint.texinfo (Register and Memory Data): Break sections
269 into nodes and add a menu.
270
a4642986
MR
2712007-06-21 Maciej W. Rozycki <macro@mips.com>
272
273 * gdb.texinfo (Examining Memory): Document the new behaviour.
274
e9c17194
VP
2752007-06-21 Vladimir Prus <vladimir@codesourcery.com>
276
277 * gdb.texinfo (Standard Target Features): Document
278 m68k features.
279
31d99776
DJ
2802007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
281
282 * gdb.texinfo (General Query Packets): Document qOffsets changes.
283
1780a0ed
DJ
2842007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
285
286 * gdb.texinfo (Target Description Format): Add version attribute
287 for <target>.
288
822b6570
DJ
2892007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
290
291 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
292
f8b73d13
DJ
2932007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
294
295 * gdb.texinfo (MIPS Features): New subsection.
296
0e7f50da
UW
2972007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
298 Markus Deuling <deuling@de.ibm.com>
299
300 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
301 and qXfer:spu:write packets and mention them under qSupported.
302
23d964e7
UW
3032007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
304 Markus Deuling <deuling@de.ibm.com>
305
306 * gdb.texinfo (Architectures): Add new SPU section to document
307 Cell Broadband Engine SPU architecture specific commands.
308
9f708cb2
VP
3092007-06-09 Vladimir Prus <vladimir@codesourcery.com>
310
311 * gdb.texinfo (GDB/MI Variable Objects): Editorial
312 comments.
313
7579b5f8
NR
3142007-06-07 Nick Roberts <nickrob@snap.net.nz>
315
316 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
317
bf06d120
JB
3182007-05-29 Jim Blandy <jimb@codesourcery.com>
319
320 * gdb.texinfo (Overview): Doc fix.
321
23776285
MR
3222007-05-22 Maciej W. Rozycki <macro@mips.com>
323
324 * gdb.texinfo (Remote Configuration): Document "set/show
325 remoteflow".
326
1a69e1e4
DJ
3272007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
328
bf06d120
JB
329 * gdb.texinfo (MIPS): Remove documentation for set mips
330 saved-gpreg-size, show mips saved-gpreg-size, and set mips
331 stack-arg-size.
1a69e1e4 332
46ba6afa
BW
3332007-05-14 Bob Wilson <bob.wilson@acm.org>
334
335 * all-cfg.texi (GDBTUI): New.
336 * gdb.texinfo (Mode Options): Use GDBTUI variable.
337 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
338 (TUI Configuration): Edit to improve clarity and fix problems of
339 both style and content.
340
06d3b283
UW
3412007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
342
343 * observer.texi (GDB Observers): New observer "new_objfile".
344
179101d6
UW
3452007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
346
347 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
348
25d5ea92
VP
3492007-04-14 Vladimir Prus <vladimir@codesourcery.com>
350
351 * gdb.texinfo (GDB/MI Variable Objects): Document
352 frozen variables objects.
353
ea35711c
DJ
3542007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
355
356 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
357 (Character Sets, Caching Data of Remote Targets): Likewise.
358 (Targets): Delete Remote node. Move its text...
359 (Debugging Remote Programs): ...to here. Delete description
360 of the "remote" command.
361 (Remote configuration): Delete description of "set remotedevice"
362 and "show remotedevice".
363 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
364
db2e3e2e
BW
3652007-04-11 Bob Wilson <bob.wilson@acm.org>
366
367 * gdb.texinfo (Contributors, Continuing and Stepping)
368 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
369 (General Query Packets, File-I/O Remote Protocol Extension)
370 (Protocol Basics, The F Reply Packet, Write)
371 (Protocol-specific Representation of Datatypes, Memory Transfer):
372 Fix hyphenation, punctuation and grammar problems.
373 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
374 'section' instead of 'subsection' in the text.
375 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
376 (i386): Remove period from section name.
377 (Installing GDB, Requirements, Running Configure, Separate Objdir)
378 (Config Names, Configure Options): Use @file{configure}.
379
8a3dae3e
DJ
3802007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
381
382 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
383 and tab expansion.
384
1a92f856
DJ
3852007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
386
387 * gdbint.texinfo (SOM): Correct location of the SOM reader.
388
79a6e687
BW
3892007-04-02 Bob Wilson <bob.wilson@acm.org>
390
391 * gdb.texinfo: Consistently capitalize all significant words in
392 node names, chapter titles, section titles, and headings. Update
393 cross references to match.
394 (Starting and Stopping Trace Experiment): Make node name plural.
395 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
396
ad527d2e
PA
3972007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
398
399 * gdb.texinfo (WinCE): Delete obsolete subsection.
400
7ce59000
DJ
4012007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
402
403 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
404 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
405 references.
406
8807d78b
DJ
4072007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
408
409 * gdb.texinfo (Startup): Delete references to some alternate
410 names for .gdbinit.
411 (Thread): Remove LynxOS reference.
412 (Tandem ST2000): Delete target-specific documentation.
413 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
414 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
415 and GDB_OSABI_LYNXOS.
416
5f402660
UW
4172007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
418
419 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
420
bac718a6
UW
4212007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
422
423 * gdbint.texinfo (Target Conditionals): Remove mention of
424 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
425 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
426
9453113a
DJ
4272007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
428
429 * Makefile.in: Add "pdfdir" installation
430 directory, PDFTEX macro, support for "install-pdf" target,
431 and rules for making a pdf version of refcard.texi.
432 * refcard.tex: Specify paper size for PDF output.
433
ae21e955
BW
4342007-03-26 Bob Wilson <bob.wilson@acm.org>
435
436 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
437
3f94c067
BW
4382007-03-26 Bob Wilson <bob.wilson@acm.org>
439
440 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
441 (Source Path, Character Sets, Macros, Define)
442 (GDB/MI Result Records, GDB/MI Simple Examples)
443 (GDB/MI Program Execution, GDB/MI File Commands)
444 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
445 (Bug Reporting): Use @value{GCC}.
446
12c27660
BW
4472007-03-26 Bob Wilson <bob.wilson@acm.org>
448
449 * gdb.texinfo (Help): Fix formatting of examples.
450 (Variables): Use @ifnotinfo instead of @iftex.
451 (Non-debug DLL symbols): Use @ref instead of @pxref.
452 (Sparclet File): Use @samp instead of quotes.
453
ce9341a1
BW
4542007-03-26 Bob Wilson <bob.wilson@acm.org>
455
456 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
457
c8f4133a
BW
4582007-03-26 Bob Wilson <bob.wilson@acm.org>
459
460 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
461 the order of the nodes.
462 (C Operators, C Constants, Debugging C): Remove extra menus.
463 (Method Names in Commands): Do not specify next/prev/up nodes.
464
4652007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
466
467 * gdb.texinfo (File Options): Add missing parenthesis.
468 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
469
c74d0ad8
DJ
4702007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
471
472 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
473
ff6f572f
DJ
4742007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
475
476 * src/gdb/doc/gdb.texinfo (Standard Target Features): Mention
477 case insensitivity.
478 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
479
994337c3
NR
4802007-02-18 Nick Roberts <nickrob@snap.net.nz>
481
482 * gdb.texinfo (Top): Put Appendix A after numbered sections.
483 (Files): Add section name to argument list for pxref.
484 (Non-debug DLL symbols): Don't use `see' for pxref.
485 (Embedded Processors): Fix typo.
486 (GDB/MI Breakpoint Commands): Execution commands generate
487 *stopped not ^done.
488
eb819d70
NR
4892007-02-13 Nick Roberts <nickrob@snap.net.nz>
490
491 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
492 values for in_scope. Mention that only root variables can be
493 updated.
494 (GDB/MI Development and Front Ends): Explain new values may be
495 added to existing fields.
496
123dc839
DJ
4972007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
498
499 * gdb.texinfo (-target-disconnect): Use @smallexample.
500 (Requirements): Add anchor for Expat. Update description.
501 (Target Descriptions): Mention Expat.
502 (Target Description Format): Document new elements. Use
503 @smallexample.
504 (Predefined Target Types, Standard Target Features): New sections.
505 * doc/gdbint.texinfo (Target Descriptions): New section.
506
108546a0
DJ
5072007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
508
509 * gdb.texinfo (Target Description Format): Add section on XInclude.
510
95a98c01
NR
5112006-02-03 Nick Roberts <nickrob@snap.net.nz>
512
513 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
514 command -enable-timings.
515
f4b3909f
EZ
5162007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
517
518 * gdbint.texinfo (Operation System ABI Variant Handling): Update
519 descriptions for new/deleted elements in gdb_osabi. Add missing
520 description for function generic_elf_osabi_sniff_abi_tag_sections.
521
c7ba131e
JB
5222007-01-29 Joel Brobecker <brobecker@adacore.com>
523
524 * gdb.texinfo (Maintenance Commands): Add documentation for
525 the new "maint print target-stack" command.
526
3a60f64e
JK
5272007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
528 Eli Zaretskii <eliz@gnu.org>
529
f4b3909f 530 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 531
c582f8b6
EZ
5322007-01-26 Eli Zaretskii <eliz@gnu.org>
533
534 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
535 Use @value{NGCC} instead of @value{GCC}.
536
d3e8051b
EZ
5372007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
538
539 * agentexpr.texi: Fix typos.
540 * annotate.texinfo: Likewise.
541 * gdb.texinfo: Likewise.
542 * gdbint.texinfo: Likewise.
543 * observer.texi: Likewise.
544 * stabs.texinfo: Likewise.
545
86f04699
EZ
5462007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
547
548 * gdbint.texinfo (Support Libraries): Remove mmalloc
549 entry. Describe readline library.
550
23181151
DJ
5512007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
552
553 * gdb.texinfo (Target Descriptions): New section.
554 (General Query Packets): Add QPassSignals anchor. Mention
555 qXfer:features:read under qSupported. Expand mentions of
556 qXfer:memory-map:read and QPassSignals. Document
557 qXfer:features:read.
558
f822c95b
DJ
5592007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
560
561 * gdb.texinfo (Commands to specify files): Describe
562 "set sysroot" and "show sysroot".
563 (Using the `gdbserver' program): Lowercase argument
564 to @var. Expand description of setting up GDB on the
565 host.
566
8936fcda
JB
5672007-01-05 Joel Brobecker <brobecker@adacore.com>
568
569 * gdb.texinfo (Set Catchpoints): Add documentation for the new
570 catch exception, catch exception unhandled, and catch assert
571 commands.
572
e776119f
DJ
5732007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
574
575 * gdb.texinfo (Debugging Output): Document "set debug xml"
576 and "show debug xml".
577
aa79a185
DJ
5782007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
579
580 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
581
7f893741
JB
5822007-01-01 Joel Brobecker <brobecker@adacore.com>
583
584 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
585
a1b5960f
VP
5862006-12-08 Vladimir Prus <vladimir@codesourcery.com>
587
588 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
589 note in @ignore, to be removed later if nobody complains.
590
9f470e6e
NR
5912006-12-04 Nick Roberts <nickrob@snap.net.nz>
592
593 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
594 of -var-delete.
595
765dc015
VP
5962006-11-22 Vladimir Prus <vladimir@codesourcery.com>
597
598 * gdb.texinfo (Setting breakpoints): Document
599 automatic software/hardware breakpoint usage and
600 the "set breakpoint auto-hw" command.
601
4b5752d0
VP
6022006-11-21 Vladimir Prus <vladimir@codesourcery.com>
603
604 * gdb.texinfo (Memory Access Checking): New.
605
89be2091
DJ
6062006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
607
608 * gdb.texinfo (Remote configuration): Mention
609 "pass-signals-packet".
610 (General Query Packets): Document QPassSignals. Fix
611 a typo.
612
ca3bf3bd
DJ
6132006-11-14 Maxim Grigoriev <maxim@tensilica.com>
614
615 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
616
427c3a89
DJ
6172006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
618
619 * gdb.texinfo (Remote configuration): Rewrite documentation for
620 packet configuration commands.
621 (OS Information): Adjust reference to qXfer:auxv:read.
622 (General Query Packets): Remove references to read-aux-vector-packet
623 and set remote get-thread-local-storage-address.
624
7a107747
DJ
6252006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
626
627 * gdbint.texinfo (Target Architecture Definition): Add new
628 Initializing a New Architecture section.
629
1c56eb0e
EZ
6302006-10-31 David Taylor <dtaylor@emc.com>
631
632 * stabs.texinfo (Macro define and undefine): New node describing
633 stabs for #define and #undef.
634
f73adfeb
AS
6352006-10-27 Andreas Schwab <schwab@suse.de>
636
637 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
638
fd60e0df
EZ
6392006-10-21 Eli Zaretskii <eliz@gnu.org>
640
641 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
642 clarify on the possible meanings of ``expression'' watched by
643 watchpoints. Add indexing.
e5ac9b53
EZ
644 (Prompting, Errors, Invalidation, Annotations for Running)
645 (Source Annotations): Fix index entries by adding "annotation" to
646 them, to discriminate from index entries that point to the more
647 general topic descriptions.
fd60e0df 648
52bb452f
DJ
6492006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
650
651 * gdbint.texinfo (Target Vector Definition): Move most
652 content into Existing Targets. Add a menu.
653 (Existing Targets): New section, moved from Target Vector
654 Definition. Use @subsection.
655 (Managing Execution State): New section.
656
58955e58
BW
6572006-10-16 Bob Wilson <bob.wilson@acm.org>
658
659 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
660
c8aa23ab
EZ
6612006-10-15 Eli Zaretskii <eliz@gnu.org>
662
663 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
664 (Command Syntax, Signals, Backtrace, Connecting)
665 (Remote configuration, Renesas Boards, Console I/O): Fix last
666 change: use Ctrl- instead of C-, except wrt Emacs.
667 (File-I/O Examples): Put Ctrl-c in @kbd.
668 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
669 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
670 (Signals, Set Breaks, Set Watchpoints): Document optional
671 arguments to `info signals' `handle', `info breakpoints', and
672 `info watchpoints'.
c8aa23ab 673
e7109c7e
EZ
6742006-10-14 Eli Zaretskii <eliz@gnu.org>
675
676 * gdb.texinfo (Backtrace): Fix last change.
677
de3aea7b
NR
6782006-10-14 Nick Roberts <nickrob@snap.net.nz>
679
680 * gdb.texinfo (Backtrace): Order correctly and add other cases.
681
7f9087cb
BW
6822006-10-10 Bob Wilson <bob.wilson@acm.org>
683
c8aa23ab
EZ
684 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
685 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
686 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 687
68437a39
DJ
6882006-09-21 Vladimir Prus <vladimir@codesourcery.com>
689 Daniel Jacobowitz <dan@codesourcery.com>
690
691 * gdb.texinfo (Packets): Document vFlashErase,
692 vFlashWrite and vFlashDone packets.
693 (General Query Packets): Document qXfer:memory-map:read.
694 Add a new feature for qXfer:memory-map:read.
695 (Memory map format): New section.
696 (Target Commands): Mention that gdb can write flash.
697
fd79ecee
DJ
6982006-09-21 Vladimir Prus <vladimir@codesourcery.com>
699 Daniel Jacobowitz <dan@codesourcery.com>
700
701 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
702 memory regions and "mem auto".
703
350da6ee
DJ
7042006-09-21 Nathan Sidwell <nathan@codesourcery.com>
705
706 * gdbint.texinfo (Array Containers): New section.
707
2f1acb09
VP
7082006-09-17 Vladimir Prus <vladimir@codesourcery.com>
709
710 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
711 -stack-list-arguments HIGH_FRAME argument can be larger then the
712 actual number of frames.
713
2ab1eb7a
VP
7142006-09-07 Vladimir Prus <vladimir@codesourcery.com>
715
716 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
717 -stack-list-locals HIGH_FRAME argument can be larger then the
718 actual number of frames.
719
599b237a
BW
7202006-09-02 Bob Wilson <bob.wilson@acm.org>
721
722 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
723 Register Packet Format, Tracepoint Packets): Fix spelling errors.
724
25ab7e6d
EZ
7252006-09-02 Eli Zaretskii <eliz@gnu.org>
726
727 * gdbint.texinfo (Overall Structure): New section "Source Tree
728 Structure".
729
940178d3
JB
7302006-08-17 Jim Blandy <jimb@codesourcery.com>
731
732 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
733 responses.
734
30daae6c
JB
7352006-08-08 Joel Brobecker <brobecker@adacore.com>
736
737 * gdb.texinfo (Source Path): Add documentation for new
738 substitute-path commands.
739
7fa2210b
DJ
7402006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
741
742 * gdb.texinfo (Installing GDB): Update menu. Move text to...
743 (Running Configure): ...here.
744 (Requirements): New node. Mention expat.
745
3d00d119
DJ
7462006-08-08 Vladimir Prus <vladimir@codesourcery.com>
747
748 * gdb.texinfo (Target Commands): Remove
749 'set download-write-size' and 'show download-write-size'.
750
0cbfa4ee
DJ
7512006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
752
753 * stabs.texinfo (Member Type Descriptor): Correct example for
754 pointer to member types.
755
16026cd7
AS
7562006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
757
758 * gdb.texinfo (Optional warnings and messages): Add
759 'set/show trace-commands'.
760 (Command files): Add '-v' to source command.
761
0876f84a
DJ
7622006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
763
764 * gdb.texinfo (OS Information): Update qPart reference to
765 qXfer.
766 (Remote configuration): Likewise.
767 (Overview): Move @cindex to the start of a paragraph. Talk
768 about binary data encoding.
769 (Packets): Refer to the overview for the details of the X
770 packet encoding.
771 (General Query Packets): Remove qPart description. Add qXfer
772 description. Add an anchor to qSupported. Correct feature
773 table title. Add a new feature for qXfer:auxv:read.
774 (Interrupts): Add a missing parenthesis.
775
2ec3381a
DJ
7762006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
777
778 * doc/gdb.texinfo (KOD): Remove node.
779 (GDB/MI Kod Commands): Remove commented out node.
780
594fe323
EZ
7812006-07-01 Eli Zaretskii <eliz@gnu.org>
782
783 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
784 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
785 (GDB/MI Thread Commands, GDB/MI Program Execution)
786 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
787 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
788 (GDB/MI File Commands, GDB/MI Target Manipulation)
789 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
790 since the MI prompt is hard-wired into the code.
791
7e3fb70c
NR
7922006-07-01 Nick Roberts <nickrob@snap.net.nz>
793
794 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
795 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
796 (GDB/MI Data Manipulation): Remove description of unimplemented
797 display related commands as variable objects perform this function
798 and are superior: -display-delete, -display-disable,
799 -display-enable, -display-insert and -display-list. Move
800 -environment-cd, -environment-directory, -environment-path
801 and -environment-pwd to "Program Context".
802 (GDB/MI Program Control): Rename to "Program Execution". Move
803 -exec-arguments -exec-abort to...
804 (GDB/MI Program Context): ...here. New node split from "Data
805 Manipulation".
806
be2a5f71
DJ
8072006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
808
809 * gdb.texinfo (Remote configuration): Document set / show
810 remote supported-packets.
811 (General Query Packets): Document qSupported packet.
812
fc320d37
SL
8132006-06-10 Sandra Loosemore <sandra@codesourcery.com>
814
815 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
816 and font markup.
817 (Protocol basics): Likewise.
818 (The F request packet): Likewise.
819 (The F reply packet): Likewise.
820 (Memory transfer): Move this node to be a subsubsection of
821 "Protocol specific representation of datatypes".
822 (The Ctrl-C message): More copy editing.
823 (Console I/O): Likewise.
824 (The isatty call): Delete this node, and merge its content into
825 the "isatty" node. Fixed references elsewhere.
826 (The system call): Delete this node, and merge its content into
827 the "system" node. Fixed references elsewhere.
828 (open): Reformat to use @table, and add appropriate font markup.
829 (close): Likewise.
830 (read): Likewise.
831 (write): Likewise.
832 (lseek): Likewise.
833 (rename): Likewise.
834 (unlink): Likewise.
835 (stat/fstat): Likewise.
836 (gettimeofday): Likewise.
837 (isatty): Likewise.
838 (system): Likewise, plus minor changes to fix confusing wording.
839 (Integral datatypes): Fix font markup.
840 (Pointer values): Likewise.
841 (struct stat): Fix markup to use @table, plus minor copy editing.
842 (struct timeval): Fix font markup, plus minor copy editing.
843 (Constants): Minor copy editing.
844 (Errno values): Add font markup.
845 (File-I/O Examples): Likewise.
846
158fdf5c
NR
8472006-06-10 Nick Roberts <nickrob@snap.net.nz>
848
849 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
850 (GDB/MI Simple Examples): Move node up one level. Use real
851 examples.
852 (GDB/MI Compatibility with CLI): Update.
853 (GDB/MI Result Records): Add "connected" and "exit" result
854 classes.
855 (GDB/MI Stream Records): Clarify target output.
856 (GDB/MI Command Description Format): Modify example description.
857 (GDB/MI Breakpoint Table Commands): Rename to...
858 (GDB/MI Breakpoint Commands): ...this
859 (GDB/MI Breakpoint Commands): Add optional thread field.
860 (GDB/MI Program Control): Add an introduction. Move "Program
861 termination" examples into exec-run description.
862 (GDB/MI File Commands): Mention similar CLI commands.
863 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
864 is similar to "-gdb-version".
865
ddb50cd7
EZ
8662006-06-09 Eli Zaretskii <eliz@gnu.org>
867
868 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
869
2aef0d6b
NR
8702006-06-02 Nick Roberts <nickrob@snap.net.nz>
871
872 * gdb.texinfo (GDB/MI Development and Front Ends): Use
873 sourceware.org for mailing lists.
d5e40d59 874 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 875
383a5c52
NR
8762006-06-01 Nick Roberts <nickrob@snap.net.nz>
877
d5e40d59 878 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 879
e16b02ee
EZ
8802006-05-22 Eli Zaretskii <eliz@gnu.org>
881
882 * gdb.texinfo (Cygwin Native): Fix last change.
883
be90c084
CF
8842006-05-22 Christopher Faylor <cgf@timesys.com>
885
886 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
887
347ceba5
NR
8882006-05-15 Nick Roberts <nickrob@snap.net.nz>
889
890 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
891 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
892
369af7bd
DJ
8932006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
894
895 * gdb.texinfo (General Query Packets): Recommend not starting
896 new packets with qC and clarify.
897
2ffdbde8 8982006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
899
900 * gdb.texinfo (M2 Types): New section.
72019c9c 901
16d1a084
DJ
9022006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
903
904 * agentexpr.texi: Add a copyright and license notice.
905 * observer.texi: Likewise, with GPL clause for function prototypes.
906 Remove trailing whitespace.
907
aa56d27a
JB
9082006-05-05 Jim Blandy <jimb@codesourcery.com>
909
910 * gdb.texinfo (General Query Packets): Document conventions for
911 terminating packet names, and their violations.
912
5bdf8622
DJ
9132006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
914
915 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
916 * gdb.texinfo: Likewise.
917
605a56cb
DJ
9182006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
919
920 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
921 and "show remotedebug".
922 (Debugging Output): Add additional index entries.
923
b8db102d
MS
9242006-04-27 Michael Snyder <msnyder@redhat.com>
925
926 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
927
c5e30d01
AC
9282006-04-22 Andrew Cagney <cagney@redhat.com>
929
930 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
931 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
932
8181d85f
DJ
9332006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
934
935 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
936 and remove breakpoint prototypes.
937 (Watchpoints): Move description of target_insert_hw_breakpoint and
938 target_remove_hw_breakpoint ...
939 (Breakpoints): ... to here. Document target_insert_breakpoint and
940 target_remove_breakpoint.
941
4f553f88
JB
9422006-04-17 Jim Blandy <jimb@codesourcery.com>
943
944 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
945 and C packets are optional.
946
cd852561
FR
9472006-04-14 Frederic Riss <frederic.riss@st.com>
948
949 * gdb.texinfo (Specifying source directories): Update the description
950 of the source file search to reflect the fact that the source path
951 always contains at least $cdir and $cwd.
952
b620eb07
MS
9532006-03-31 Michael Snyder <msnyder@redhat.com>
954
955 * gdb.texinfo: Update copyright dates.
956
3156cdaf
EZ
9572006-03-31 Eli Zaretskii <eliz@gnu.org>
958
959 * gdb.texinfo (Overview): Add an index entry to "empty response".
960
7d30c22d
JB
9612006-03-28 Jim Blandy <jimb@codesourcery.com>
962
963 * gdbint.texinfo (Prologue Analysis): New section.
964
86941c27
JB
9652006-03-07 Jim Blandy <jimb@red-bean.com>
966
66b8c7f6
JB
967 * gdb.texinfo (Connecting): Document 'target remote pipe'.
968
1a10341b
JB
969 * gdb.texinfo (Target Commands): Update text describing how to
970 specify a target. Refer to the detailed section on remote
971 debugging, not the brief mention.
972
86941c27
JB
973 * gdb.texinfo (Connecting): Organize the different 'target remote'
974 connection methods into a table. Add a 'target remote' index
975 entry. (!!!)
976
62f3a2ba
FF
9772006-02-17 Fred Fish <fnf@specifix.com>
978
979 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
980 'ptype' commands to reflect the fact that the only significant
981 difference between them is that ptype prints the complete type
982 description instead of just the name.
983
8b9a88ea
WZ
9842006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
985
986 * gdbint.texinfo (Watchpoints): Delete
987 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
988
7e8dc855
NR
9892006-02-10 Nick Roberts <nickrob@snap.net.nz>
990
991 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
992 times fields where needed. Fix typos. Update general form given
993 for output of -break-insert.
994 (GDB/MI): Abbreviate some unnecessarily long fullnames.
995
c91d38aa
DJ
9962006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
997
998 * gdbint.texinfo (Symbol Handling): Add a section
999 on memory management.
1000
38fcd64c
DJ
10012006-02-06 Vladimir Prus <ghost@cs.msu.su>
1002
1003 * gdb.texinfo (Breakpoint table commands): Document the fullname
1004 field in -break-list output.
1005
219eec71
EZ
10062006-02-03 Eli Zaretskii <eliz@gnu.org>
1007
1008 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
1009 debugging information produced by the various "set debug..."
1010 options.
1011
ae5a43e0
DJ
10122006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1013
1014 * gdb.texinfo (Files): Remove obsolete bits from the description
1015 of "symbol-file".
1016
a9f158ec
JB
10172006-01-25 Jim Blandy <jimb@redhat.com>
1018
1019 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
1020
410dd08e
JB
10212006-01-24 Jim Blandy <jimb@redhat.com>
1022
1023 * gdbint.texinfo (Frames): Document the basics of GDB's register
1024 unwinding model, and explain the existence of the "sentinel" frame.
1025
4b505b12
AS
10262006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
1027
1028 * gdb.texinfo (Choosing files): Mention that -directory is used
1029 for script files.
1030 (Specifying source directories): Likewise.
1031 (Command files): Explain how script files are found.
1032
839c27b7
EZ
10332006-01-21 Eli Zaretskii <eliz@gnu.org>
1034
1035 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
1036 the threads in a multi-threaded program.
1037 (Threads): The threadno argument of "thread apply" can be a range
1038 of numbers.
1039
7be93b9e
JB
10402006-01-18 Jim Blandy <jimb@redhat.com>
1041
1042 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
1043 of warning flags.
1044
fcc73fe3
EZ
10452006-01-13 Eli Zaretskii <eliz@gnu.org>
1046
1047 * gdb.texinfo (Sequences): Improve menu annotations.
1048 (Define): Add index entries for arguments of user-defined
1049 commands. Move the description of flow-control commands...
1050 (Command Files): ...to here. Document loop_break and
1051 loop_continue.
ca91424e
EZ
1052 (Define, Command Files): Document `end' and add index entries for
1053 it.
fcc73fe3 1054
5c95884b
MS
10552006-01-04 Michael Snyder <msnyder@redhat.com>
1056
1057 * gdb.texinfo: Add documentation for linux-fork.
1058 * gdbint.texinfo: Add internal documentation for checkpoints.
1059
860701dc
PH
10602006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
1061
1062 * gdb.texinfo (Omissions from Ada): Document that there is now
1063 limited aggregate support.
1064
36b80e65
EZ
10652005-12-28 Eli Zaretskii <eliz@gnu.org>
1066
1067 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
1068 registers and the likes.
1069
c1468174
EZ
10702005-12-24 Eli Zaretskii <eliz@gnu.org>
1071
1072 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
1073 (Symbols): Fix usage of "e.g.".
359df76b 1074 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
1075
1076 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
1077 (Coding): Fix usage of "e.g.".
1078
c02a867d
EZ
10792005-12-23 Eli Zaretskii <eliz@gnu.org>
1080
1081 * stabs.texinfo:
1082 * refcard.tex:
1083 * gpl.texi:
1084 * gdbint.texinfo:
1085 * gdb.texinfo:
1086 * gdb-cfg.texi:
1087 * fdl.texi:
1088 * annotate.texinfo:
1089 * all-cfg.texi:
1090 * Makefile.in: Add (C) after Copyright. Update the FSF
1091 address.
1092
fad38dfa
EZ
10932005-12-03 Eli Zaretskii <eliz@gnu.org>
1094
1095 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
1096 extend GDB with commands for external monitor.
1097
53e5f3cf
AS
10982005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
1099
1100 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
1101
55f6ca0f
JB
11022005-11-25 Joel Brobecker <brobecker@adacore.com>
1103
1104 * gdbint.texinfo (Start of New Year Procedure): New chapter.
1105
c1947b85
JB
11062005-11-21 Jim Blandy <jimb@redhat.com>
1107
1108 * gdb.texinfo (Tracepoint Packets): Document restrictions on
1109 placement of 'R' actions in tracepoint action packets; document
1110 dependence of 'X' and 'M' actions on a preceding 'R' action for
1111 their registers.
1112
9d29849a
JB
11132005-11-19 Jim Blandy <jimb@redhat.com>
1114
1115 * gdb.texinfo (Tracepoint Packets): New node.
1116 (General Query Packets): Add entries for the tracepoint packets,
1117 referring to the "Tracepoint Packets" node.
1118 (Tracepoints): Add reference to "Tracepoint Packets".
1119
9a6253be
KB
11202005-11-18 Kevin Buettner <kevinb@redhat.com>
1121
1122 * gdb.texinfo (set remotebreak): Add anchor.
1123 (X packet): Likewise.
1124 (Remote Protocol): Add new section `Interrupts' and new index
1125 entry `interrupts (remote protocol)'.
1126
5f3bebba
JB
11272005-11-18 Jim Blandy <jimb@redhat.com>
1128
1129 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
1130 entries into the General Query Packets section. Add a
1131 cross-reference to that section. Drop description of replies, as
1132 these are covered in the descriptions of each packet.
1133 (General Query Packets): Add introductory text. Explain naming
1134 conventions, and how the end of a name is recognized.
1135
9a7a1b36
KB
11362005-11-17 Kevin Buettner <kevinb@redhat.com>
1137
0564b6cf 1138 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
1139 "set remotebreak" command.
1140
b8ff78ce
JB
11412005-11-16 Jim Blandy <jimb@redhat.com>
1142
1143 * gdb.texinfo (Packets, Stop Reply Packets)
1144 (General Query Packets): Various formatting cleanups.
1145 - Use @samp for packet contents.
1146 - Drop summaries from packet @item lines; the same information appears
1147 immediately below in the description.
1148 - Delete paragraph breaks after packet @item commands, so that the
1149 description appears directly to the right of the packet prototype
1150 in the printed manual, if it fits.
1151 - Place spaces in packet prototypes between @vars and non-@var
1152 letters, and explain that they're just for formatting.
1153 - Use @dots{} instead of '...'.
1154 - Fix uses of @code where @var was needed.
1155 - Replace "deprecated" markers with English text spelling out the
1156 packet's status and the preferred alternatives.
1157 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
1158 what this ever meant.
1159 - Remove "(draft)" markers on 'i' packets; nobody has commented on
1160 this for a long time.
1161 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
1162 implemented several times, and have been in use for years.
1163
8ffe2530
JB
11642005-11-15 Jim Blandy <jimb@redhat.com>
1165
c43c5473
JB
1166 * gdb.texinfo (Packets): Add index entries for 'm' packet
1167 disclaimers.
1168
fb031cdf
JB
1169 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
1170 of stub when processing an 'm' packet.
1171
8ffe2530
JB
1172 * gdb.texinfo (Packets): Mention that packets beginning with
1173 letters are reserved once, at the top, instead of actually listing
1174 them all and saying "reserved".
1175
c03c782f
AS
11762005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
1177
1178 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
1179 Change @var{$arg0 to @code{$arg0.
1180
814e32d7
WZ
11812005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
1182
1183 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
1184
fa93a9d8
JB
11852005-11-12 Jim Blandy <jimb@redhat.com>
1186
1187 * gdb.texinfo (General Query Packets): Put packets in alphabetical
1188 order. Remove extraneous 'z'.
1189
8a5a3c82
AS
11902005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
1191
1192 * gdb.texinfo (Choosing files): Add --eval-command.
1193
4b0ad762
AS
11942005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
1195
1196 * gdb.texinfo (Choosing modes): Add --return-child-result.
1197
1198
1a088d06
AS
11992005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
1200
1201 * gdb.texinfo (Choosing modes): Add --batch-silent.
1202
656d5e12
EZ
12032005-10-28 Eli Zaretskii <eliz@gnu.org>
1204
1205 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
1206 "The -var-update Command".
1207
3c9c013a
JB
12082005-10-03 Joel Brobecker <brobecker@adacore.com>
1209
1210 * gdb.texinfo (Print Settings): Add documentation for set/show
1211 print array-indexes.
1212
7ba3cf9c
DJ
12132005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
1214
1215 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
1216 6.2 and 6.3.
1217
a94ab193
EZ
12182005-08-27 Eli Zaretskii <eliz@gnu.org>
1219
1220 * gdb.texinfo (File Options): Don't document --mapped, it's gone
1221 since 19-Jan-2004.
1222 (Files): Likewise.
ab1adacd
EZ
1223 (Variables, Symbols): Document the "<incomplete type>" message and
1224 its reasons.
a94ab193 1225
ca06016a
FF
12262005-08-01 Fred Fish <fnf@specifix.com>
1227
1228 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
1229
cf58170d
NR
12302005-07-15 Nick Roberts <nickrob@snap.net.nz>
1231
1232 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
1233 option for -var-list-children and -var-update.
1234 (GDB/MI Stack Manipulation): Simplify description of
1235 print-values option for -stack-list-locals.
1236 (GDB/MI Command Description Format): Clarify.
1237 (Mode Options): Spelling of superseded.
1238
38f1196a
BR
12392005-07-12 Bob Rossi <bob@brasko.net>
1240
1241 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
1242 corresponding GDB command comment.
1243
3cb3b8df
BR
12442005-07-06 Bob Rossi <bob@brasko.net>
1245
1246 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
1247 and -inferior-tty-show.
1248 (Input/Output): Document "set/show inferior-tty" and tty alias.
1249
10fac096
NW
12502005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
1251
1252 * gdb.texinfo (Packets): Change description of 'D' packet to note
1253 that GDB does wait for a response.
1254
d1b6db76
NR
12552005-06-22 Nick Roberts <nickrob@snap.net.nz>
1256
1257 * gdb.texinfo (History) Rename "Command History".
1258 (Command History): Move node "Server Prefix" from section on
1259 Annotations here.
1260
29629dcf
NR
12612005-06-19 Nick Roberts <nickrob@snap.net.nz>
1262
1263 * gdb.texinfo (GDB/MI Stack Manipulation):
1264 Re-instate -stack-info-frame with example. Say that it gets
1265 info on selected frame, not current frame.
1266
397ca115
EZ
12672005-06-18 Eli Zaretskii <eliz@gnu.org>
1268
1269 * gdb.texinfo (Server): Clarify that `file' should be used before
1270 connecting to the server.
1271 (Files): Add an xref to the above description.
51274035
EZ
1272 (Output Formats): More detailed description of the `c' format.
1273 (Memory): List explicitly all the formats supported by `x'.
638ac427 1274 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 1275 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
1276 files. Add more indexing for solib-absolute-prefix and
1277 --with-sysroot.
76d17f34
EZ
1278 (Machine Code): Document possible problems with locations in
1279 shared libraries.
d416eeec
EZ
1280 (Backtrace): Document that free-standing environments do not need
1281 to have a `main' function.
397ca115 1282
74f6deaa
NR
12832005-06-18 Nick Roberts <nickrob@snap.net.nz>
1284
1285 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
1286 -stack-info-frame.
1287
a9967aef
AC
12882005-06-07 Andrew Cagney <cagney@gnu.org>
1289
1290 * gdb.texinfo (Contributors): Note the original multi-arch
1291 contributors.
1292
e09f16f9
EZ
12932005-06-03 Eli Zaretskii <eliz@gnu.org>
1294
1295 * gdb.texinfo (Registers): Add index entries for the standard
1296 registers.
1297 (Frames): Add cross-reference from frame pointer description to
1298 the Registers node.
1299 (Annotations Overview): Fix the reference to GDB name.
1300
d87ba7ee
EZ
13012005-06-01 Eli Zaretskii <eliz@gnu.org>
1302
1303 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
1304 can-use-hw-watchpoints.
1305
034dad6f
BR
13062005-05-28 Bob Rossi <bob@brasko.net>
1307
1308 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
1309 the possible reasons why an exec async record would be returned to FE.
1310
ffed4509
AC
13112005-05-26 Andrew Cagney <cagney@gnu.org>
1312
1313 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
1314 Andrew Cagney implemented the original GDB/MI.
1315
e22e55c9
OF
13162005-05-23 Orjan Friberg <orjanf@axis.com>
1317
1318 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
1319 documentation. Add documentation for cris-mode.
1320
a78e13ce
EZ
13212005-05-20 Eli Zaretskii <eliz@gnu.org>
1322
1323 * gdb.texinfo (Numbers): Explain the example and make the wording
1324 more acurate.
1325
76ff342d
DJ
13262005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
1327 Dennis Brueni <dennis@slickedit.com>
1328
1329 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
1330 (GDB/MI Data Manipulation, GDB/MI Program Control)
1331 (GDB/MI Stack Manipulation): Update examples to include the fullname
1332 attribute in stack frames.
1333
119b882a
EZ
13342005-05-12 Eli Zaretskii <eliz@gnu.org>
1335
1336 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
1337 do with other non-standard names of init files.
1338
6fc08d32
EZ
13392005-05-11 Eli Zaretskii <eliz@gnu.org>
1340
1341 * gdb.texinfo (Command Files): Move the description of the startup
1342 from here...
1343 (Startup): ...to this new subsection of the Invocation chapter.
1344 Rearrange the description of init files more logically and add a
1345 cross-reference to "Command Files". Document the special gdbinit
1346 name for CISCO 68k. Expand the description of what GDB does
1347 during startup.
1348 (History): Add index entry for HISTSIZE.
1349
a561754a
MK
13502005-05-02 Mark Kettenis <kettenis@gnu.org>
1351
1352 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
1353
2eecc4ab
EZ
13542005-05-02 Eli Zaretskii <eliz@gnu.org>
1355
1356 * gdb.texinfo (SVR4 Process Information, The isatty call)
1357 (The system call): Don't use foo(N) notation for man pages and
1358 functions.
514c4d71 1359 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 1360
18999be5
EZ
13612005-04-27 Eli Zaretskii <eliz@gnu.org>
1362
1363 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
1364 were optimized away.
1365
0abb7bc7
EZ
13662005-04-22 Eli Zaretskii <eliz@gnu.org>
1367
1368 * gdb.texinfo (Remote configuration): Document "set/show
1369 get-thread-local-storage-address". Add cross-reference to the
1370 description of the qGetTLSAddr packet.
1371 (General Query Packets): Mention "set remote
1372 get-thread-local-storage-address" and add a reference to its
1373 description.
1374
6f61acb1
NR
13752005-04-19 Nick Roberts <nickrob@snap.net.nz>
1376
1377 * gdb.texinfo (Backtrace): Describe 'bt full'.
1378
9d59903a
NR
13792005-04-17 Nick Roberts <nickrob@snap.net.nz>
1380
1381 * gdb.texinfo (Mode Options): Fix typo.
1382 (GDB/MI): Describe how to invoke GDB/MI.
1383
721c2651
EZ
13842005-04-16 Eli Zaretskii <eliz@gnu.org>
1385
1386 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 1387 references changed. Add description of "info udot".
721c2651
EZ
1388 (Files): Document "set/show stop-on-solib-events".
1389 (M32R/D): Document "set/show download-path", "set/show
1390 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
1391 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
1392 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
1393 (Maintenance Commands): Improve indexing.
1394 (Target Commands): Document "set/show hash", "set/show debug
1395 monitor".
1396 (SVR4 Process Information): Document "info pidlist" and "info
1397 meminfo". Document "set/show procfs-tarce" and "set/show
1398 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
1399 (Symbols, The Print Command with Objective-C): Improve indexing.
1400 (Objective-C): Add references to "info classes" and "info
1401 selectors".
c45da7e6
EZ
1402 (Debugging Output): Improve wording. Document "set/show debug
1403 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
1404 (Set Breaks): Add index entry for "hardware breakpoints".
1405 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
1406 and "set/show usehardbreakpoints".
1407 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
1408 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
1409 (ARM): Document "rdilogfile", "rdilogenable", "set/show
1410 rdiromatzero", "set/show rdiheartbeat".
1411 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
1412 "sds".
1413 (Embedded Processors): Document the "sim" command.
1414 (Remote): Document the "remote" command.
1415 (DJGPP Native): Document the "info serial" command.
1416 (Threads): Document "maint info sol-threads".
1417 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
1418 (Set Breaks): Improve indexing.
1419 (Command Syntax): Add a reference to dont-repeat.
1420 (Define): Document "dont-repeat".
1421 (TUI Commands): Document "tabset".
1422 (WinCE): New subsection. Document "set/show remotedirectory",
1423 "set/show remoteupload", "set/show remoteaddhost".
721c2651 1424
14d6dd68
EZ
14252005-04-15 Eli Zaretskii <eliz@gnu.org>
1426
1427 * gdb.texinfo (Hurd Native): New subsection, documents
1428 Hurd-specific commands.
a64548ea 1429 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 1430 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
1431 (MIPS): Improve documentation of heuristic-fence-post. Document
1432 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
1433 mips stack-arg-size", "set/show mips mask-address", "set/show mips
1434 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 1435 (ARM): Document ARM-specific commands.
a64548ea
EZ
1436 (AVR): New section. Document "info io_registers".
1437 (CRIS): New section. Document "set/show cris-version" and
1438 "set/show cris-dwarf2-cfi".
1439 (HPPA): New section. Document "set/show debug hppa" and "maint
1440 print unwind".
a5adf40f 1441 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 1442 (Super-H): New section. Document the "regs" command.
721c2651 1443 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 1444
9c16f35a
EZ
14452005-04-09 Eli Zaretskii <eliz@gnu.org>
1446
1447 * gdb.texinfo (Print Settings): Document "set/show print
1448 pascal_static-members", "set print repeats", "show print
1449 null-stop". Improve indexing. Fix documentation of "set print
1450 union".
1451 (Pascal): New section.
1452 (Supported languages): Rename from "Support"; all references
1453 updated. Add a menu item for Pascal.
1454 (Numbers): Document "set radix.
1455 (Screen Size): Document "set/show pagination".
1456 (MIPS Embedded): Remove "set processor" documentation.
1457 (Remote configuration): Document "set/show X/P/Z-packet",
1458 "set/show read-aux-vector-packet", "set/show remote
1459 symbol-lookup-packet", "set/show remote verbose-resume-packet",
1460 "set/show remoteaddresssize", "set/show remotebaud", "set/show
1461 remotedebug", "set/show remotebreak", "set/show remotedevice",
1462 "set/show remotelogfile".
1463 (Auxiliary Vector): Add reference to the description of the
1464 read-aux-vector-packet setting.
1465 (Set Watchpoints): Add a cross-reference to "set remote
1466 hardware-breakpoint-limit".
1467 (General Query Packets): Add indexing of requests and
1468 cross-references to related commands in "Remote configuration".
1469 (File-I/O Overview, The system call): Fix wording and typos.
1470 (Thread Stops): Add index entries.
1471 (Continuing and Stepping): Document "show step-mode".
1472 (i386): New node. Document "set/show struct-convention".
1473 (Files): Document "show trust-readonly-sections".
1474 (Calling): Document "set/show unwindonsignal".
1475 (Messages/Warnings): Add index entries.
1476 (Maintenance Commands): Document "set/show watchdog".
1477 (Annotations Overview): Document "show annotate".
1478 (Set Watchpoints): Add index entries.
1479 (Symbols): Fix doc of case-sensitive.
1480 (ABI): Document "show coerce-float-to-double".
1481 (Convenience Vars, Help): Improve indexing.
1482 (Machine Code): Document "show disassembly-flavor".
1483 (Debugging C plus plus): Document "show overload-resolution".
1484 (Value History, Signaling): Add index entries.
1485
14862005-04-08 Eli Zaretskii <eliz@gnu.org>
1487
1488 * gdb.texinfo (Show): Move @kindex entries to their proper places.
1489 (Processes): Fix wording.
1490 (History, List, Logging output, Define, Symbols, Print Settings):
1491 Improve indexing.
1492
a8f24a35
EZ
14932005-04-03 Eli Zaretskii <eliz@gnu.org>
1494
1495 * gdb.texinfo (Targets): Document "set/show architecture". Remove
1496 redundant index entry for "target" command.
1497 (Backtrace): Add index entries.
1498 (Symbols, Fortran): Document the "set case-sensitive" command.
1499 (DJGPP Native): Document "set com1base", "set com1irq", etc.
1500 (Print Settings): Add index entry for "set demangle-style".
1501 (Target Commands): Document "set download-write-size".
1502 (Debugging Output): Document "set exec-done-display".
1503
09d4efe1
EZ
15042005-04-02 Eli Zaretskii <eliz@gnu.org>
1505
1506 * gdb.texinfo (Files): Fix the name and documentation of
1507 add-shared-symbol-files. Document its alias assf. Update the
1508 list of OSs where GDB supports shared libraries. Fix markup.
1509 (Continuing and Stepping): Add reference to @var{location} in the
1510 text.
1511 (Dump/Restore Files): Fix reference to @{filename}.
1512 (Help): Fix wording.
1513 (Attach): Ditto.
1514 (Set Watchpoints): Ditto.
1515 (Backtrace): Remove redundant index entries. Improve index
1516 entries.
1517 (Delete Breaks): Fix wording.
1518 (Memory): Document the compare-sections command.
1519 (Memory Region Attributes): Improve wording.
1520 (Disabling): Improve wording.
1521 (Fortran): New subsection. Document the "info common" command.
1522 (Help): Document aliases "info copying" and "info warranty".
1523 (Caching Remote Data): New section. Document the "set/show
1524 remotecache" and "info dcache" commands.
1525 (Show): Fix wording of the documentation of the "set
1526 extension-language" command.
1527 (Signals): Add index entry for "info handle".
1528 (Memory Region Attributes): Fix punctuation.
1529 (Symbols): Change the arg name to "location" and refer to it in
1530 the text. Fix wording of "info types" doc.
1531 (Threads): Fix usage of @enumerate @item's.
1532 (Listing Tracepoints): Add index entry for "info tp".
1533 (Set Watchpoints): Add xref to "info break" description.
1534 (Macros): Add an index entry for "macro exp1". Document the
1535 "macro list" command.
1536 (Maintenance Commands): Document "flushregs", "maint agent",
1537 "maint check-symtabs", "maint cplus", "maint demangle", "maint
1538 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
1539 "maint print architecture", "maint print objfiles", "maint print
1540 statistics", "maint print type", "maint show-debug-regs", "maint
1541 space", "maint time", and "maint translate-address".
1542 (Connecting): Document the "monitor" command.
1543 (Annotations Overview): Describe the "set annotate" command.
1544
82f2d802
EZ
15452005-04-01 Eli Zaretskii <eliz@gnu.org>
1546
1547 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
1548 Rearrange index entries and improve wording about support for
1549 hardware watchpoints.
1550
7d51c7de
BR
15512005-03-10 Bob Rossi <bob@brasko.net>
1552
1553 * gdb.texinfo: Update copyright
1554
68c71a2e
TR
15552005-02-09 Theodore A. Roth <troth@openavr.org>
1556
1557 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
1558 error.
1559
83761cbd
KB
15602005-02-03 Kevin Buettner <kevinb@redhat.com>
1561
1562 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
1563
9f1c6395
MS
15642005-01-17 Michael Snyder <msnyder@redhat.com>
1565
1566 * gdb.texinfo: Fix spelling, infinte -> infinite.
1567
fbd1b305
MK
15682005-01-08 Mark Kettenis <kettenis@gnu.org>
1569
1570 * observer.texi (GDB Observers): Document "solib_loaded".
1571
3ace7edb
AC
15722005-01-07 Andrew Cagney <cagney@gnu.org>
1573
bec39cab
AC
1574 * configure.ac: Rename configure.in, require autoconf 2.59.
1575 * configure: Re-generate.
1576
3ace7edb
AC
1577 * configure.in: Replace configdirs with multiple references to
1578 AC_CONFIG_SUBDIRS.
1579 * configure: Re-generate.
1580
53531fc1
AC
15812005-01-04 Andrew Cagney <cagney@gnu.org>
1582
1583 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
1584 part of the version number.
1585
536ffdb7
MK
15862004-12-24 Mark Kettenis <kettenis@gnu.org>
1587
1588 * gdbint.texinfo (Algorithms): Remove description of
1589 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
1590
e1aac25b
JB
15912004-12-07 Jim Blandy <jimb@redhat.com>
1592
1593 * gdb.texinfo (General Query Packets): Specify that thread ID's in
1594 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
1595 numbers.
1596
f47b1503
AS
15972004-12-07 Andreas Schwab <schwab@suse.de>
1598
1599 * gdb.texinfo (Mode Options): Document -l option.
1600
b6b8ece6
EZ
16012004-12-04 Eli Zaretskii <eliz@gnu.org>
1602
1603 * gdbint.texinfo (Algorithms): More accurate description of
1604 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
1605 is not needed unless data-read and data-access watchpoints are
1606 supported. Add a description of how GDB checks whether the
1607 inferior stopped because a watchpoint was hit.
1608
01371747
EZ
16092004-11-23 Eli Zaretskii <eliz@gnu.org>
1610
1611 * gdb.texinfo (Files): Add cross-reference to description of
1612 -readnow command-line switch.
1613
2315ffec
RC
16142004-11-10 Randolph Chung <tausq@debian.org>
1615
1616 * gdb.texinfo: Document set/show backtrace past-entry commands.
1617 Rearrange index entries for set/show backtrace past-main.
1618
69065f5d
AC
16192004-11-10 Jon Beniston <jon@beniston.com>
1620
1621 Committed by Andrew Cagney <cagney@gnu.org>.
1622 * gdb.texinfo (Remote Serial Protocol): Further describe
1623 binary transfer escaping mechanism .
1624
30e91e0b
RC
16252004-11-08 Randolph Chung <tausq@debian.org>
1626
1627 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
1628 and "show debug infrun". Add index entries.
1629
60bf7e09
EZ
16302004-10-23 Eli Zaretskii <eliz@gnu.org>
1631
1632 * gdb.texinfo (SVR4 Process Information): Document subcommands of
1633 "info proc" that are already implemented. Add index entries.
1634 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
1635 (Files): Add a tip for decreasing memory used for symtabs from
1636 shared libraries.
f018e82f
EZ
1637 (Starting): Fix whitespace; make "elaboration" stand out where it
1638 is first used, and add an index entry for the term.
f8568604
EZ
1639 (Calling): Expand and elaborate text. Add "print". Add the
1640 description of problems with weak aliases.
384ee23f 1641 (Core File Generation): New section.
60bf7e09 1642
d52fe014
AC
16432004-10-12 Andrew Cagney <cagney@gnu.org>
1644
1645 * gdbint.texinfo (Versions and Branches): New chapter.
1646 (Releasing GDB): Delete "Versions and Branches" section.
1647 (Top): Add "Versions and Branches".
1648
703663ab
EZ
16492004-10-08 Eli Zaretskii <eliz@gnu.org>
1650
1651 * gdb.texinfo (Editing, History): Add cross-references to the
1652 included Readline and History user documentation. Remove
1653 references to the symbol have-readline-appendices which is unused
1654 and undefined.
1655 (History): Fix indexing.
1656
ac77d04f
JJ
16572004-10-08 Jeff Johnston <jjohnstn@redhat.com>
1658
1659 * gdbint.texinfo (target_stopped_data_address): Update to
1660 new prototype.
1661 (i386_stopped_data_address): Update prototype and description.
1662 (i386_stopped_by_watchpoint): New function and description.
1663
e07c999f
PH
16642004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
1665
1666 * gdb.texinfo (Filenames): Add Ada suffixes.
1667 (Ada) New section.
1668
2e868123
AC
16692004-09-27 Andrew Cagney <cagney@gnu.org>
1670 Robert Picco <Robert.Picco@hp.com>
1671
1672 * gdb.texinfo (Packets): Document the "p" packet.
1673
02a57714
JM
16742004-09-21 Jason Molenda (jmolenda@apple.com)
1675
1676 * gdb.texinfo (Paths and Names of the Source Files): Document the
1677 meaning of values in the 'desc' field of a SO stab.
1678
ae038cb0
DJ
16792004-09-20 Daniel Jacobowitz <dan@debian.org>
1680
1681 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
1682 max-cache-age" and "maint show dwarf2 max-cache-age".
1683
f7dc1244
EZ
16842004-09-16 Eli Zaretskii <eliz@gnu.org>
1685
1686 * gdb.texinfo (Set Breaks): Add index entry for setting
1687 breakpoints on overloaded C++ functions that are not members of
1688 any classes. Add an example and an index entry for setting
1689 breakpoints on all program functions.
1690 (Character Sets, Macros, Overlay Commands)
1691 (Non-debug DLL symbols, GDB/MI Output Syntax)
1692 (Annotations Overview, Maintenance Commands, File-I/O Overview):
1693 Use "(@value{GDBP})" instead of a literal "(gdb)".
1694
f810308b
AC
16952004-09-12 Andrew Cagney <cagney@gnu.org>
1696
1697 * gdbint.texinfo (Native Debugging): Delete description of
1698 FILES_INFO_HOOK.
1699
15a661f3
PH
17002004-09-11 Paul Hilfinger <hilfinger@gnat.com>
1701
1702 * gdbint.texinfo (User Interface): Change local_hex_string_custom
1703 to hex_string_custom (not historically correct, but more
1704 understandable, given the current code).
1705
f3219c75
AC
17062004-09-03 Andrew Cagney <cagney@gnu.org>
1707
1708 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
1709
f3bb6704
JJ
17102004-09-01 Jeff Johnston <jjohnstn@redhat.com>
1711
1712 * observer.texi (solib_unloaded): New observer.
1713
8d2c00cb
AC
17142004-08-24 Andrew Cagney <cagney@gnu.org>
1715
1716 * gdbint.texinfo (Target Architecture Definition): Add missing
1717 comma.
1718
e7dc800a
MC
17192004-08-20 Michael Chastain <mec.gnu@mindspring.com>
1720
1721 * (Using the Testsuite): build != host is supported,
1722 but some test scripts do not support build != host.
1723
73b03683
MK
17242004-08-14 Mark Kettenis <kettenis@gnu.org>
1725
1726 * gdbint.texinfo (Host Definition): Delete description of
1727 FCLOSE_PROVIDED and GETENV_PROVIDED.
1728
c0ccb908
MK
17292004-08-05 Mark Kettenis <kettenis@chello.nl>
1730
1731 * gdbint.texinfo (Host Definition): Delete description of
1732 NO_SYS_FILE.
1733 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
1734 PTRACE_FP_BUG.
1735
9c8dbfa9
AC
17362004-08-05 Andrew Cagney <cagney@gnu.org>
1737
1738 * gdbint.texinfo (Target Architecture Definition): Delete
1739 reference to deprecated_read_fp.
1740
f42accbe
AC
17412004-08-02 Andrew Cagney <cagney@gnu.org>
1742
1743 * gdbint.texinfo (Target Architecture Definition): Delete
1744 description of DEPRECATED_REGISTER_BYTES.
1745
0b66e38c
EZ
17462004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
1747
1748 * gdb.texinfo (Source Path): Document the new behavior of
1749 searching for the source files.
1750
15387254
EZ
17512004-07-17 Eli Zaretskii <eliz@gnu.org>
1752
1753 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
1754 (Search, Expressions, Arrays, Variables, Data, Machine Code)
1755 (Auto Display): Improve indexing.
1756
2c07db7a
AC
17572004-07-16 Andrew Cagney <cagney@gnu.org>
1758
1759 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
1760 "-noasync".
1761
4644b6e3
EZ
17622004-07-09 Eli Zaretskii <eliz@gnu.org>
1763
1764 * gdb.texinfo: Fix @kindex entries so that multiple commands that
1765 have the same prefix have only their prefix in the index.
1766
7561d450
MK
17672004-07-03 Mark Kettenis <kettenis@gnu.org>
1768
1769 * gdb.texinfo (BSD libkvm Interface): New node (section)
1770 (Native): Add it to the menu.
1771
67bebe79
MK
17722004-07-01 Mark Kettenis <kettenis@gnu.org>
1773
1774 * gdbint.texinfo (Target Architecture Definition): Remove
1775 PCC_SOL_BROKEN.
1776
1a6923e0
MK
17772004-06-24 Mark Kettenis <kettenis@gnu.org>
1778
1779 * gdbint.texinfo (Target Architecture Definition): Remove
1780 SUN_FIXED_LBRAC_BUG.
1781
b435e160
AC
17822004-06-26 Andrew Cagney <cagney@gnu.org>
1783
1784 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
1785
b5622e8d
AC
17862004-06-20 Andrew Cagney <cagney@gnu.org>
1787
1788 * gdbint.texinfo (Target Architecture Definition): Deprecate
1789 USE_STRUCT_CONVENTION.
1790
e0c07bf0
MC
17912004-06-19 Michael Chastain <mec.gnu@mindspring.com>
1792
1793 gdb.texinfo (Bug Reporting): Mention session recording,
1794 with the script command or Emacs.
1795
782263ab
AC
17962004-06-18 Andrew Cagney <cagney@gnu.org>
1797
1798 * gdbint.texinfo (Target Architecture Definition): Deprecate
1799 FUNCTION_START_OFFSET.
1800
03727ca6
AC
18012004-06-14 Andrew Cagney <cagney@gnu.org>
1802
1803 Based on changes from Karl Berry.
1804 * gdb.texinfo: Do not use @sc in a direntry.
1805 * stabs.texinfo: Change @dircateogry to "Software development".
1806 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
1807
97092415
AC
18082004-06-13 Andrew Cagney <cagney@gnu.org>
1809
1810 * gdbint.texinfo (Target Architecture Definition): Delete
1811 description of RETURN_VALUE_ON_STACK.
1812
1f6d4158
AC
18132004-06-09 Andrew Cagney <cagney@gnu.org>
1814
1815 * gdbint.texinfo (Native Debugging): Restore "@table @code"
1816 deleted by previous patch.
1817
d966f0cb
AC
18182004-06-08 Andrew Cagney <cagney@gnu.org>
1819
1820 * gdbint.texinfo (Native Debugging): Delete documentation on
1821 ATTACH_DETACH.
1822
86fe4aaa
RC
18232004-06-06 Randolph Chung <tausq@debian.org>
1824
1825 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
1826
d4b6d575
RC
18272004-06-06 Randolph Chung <tausq@debian.org>
1828
1829 * gdb.texinfo (push_dummy_call): Update argument list to match
1830 the new push_dummy_call method signature. Describe the function
1831 argument.
1832
4e8b0763
JB
18332004-05-24 Joel Brobecker <brobecker@gnat.com>
1834
1835 * gdb.texinfo (Starting): Document new start command.
1836
59caf092
AC
18372004-05-21 Andrew Cagney <cagney@redhat.com>
1838
1839 * observer.texi (GDB Observers): Document "inferior_created".
1840
e4a2df64
AC
18412004-05-08 Andrew Cagney <cagney@redhat.com>
1842
e6b55ae2
AC
1843 * gdbint.texinfo (Target Architecture Definition): Delete
1844 description of DO_DEFERRED_STORES.
1845
28954179
AC
1846 * gdbint.texinfo (Target Architecture Definition): Delete
1847 references to DEPRECATED_FIX_CALL_DUMMY.
1848
434b87dd
AC
1849 * gdbint.texinfo (Target Architecture Definition): Delete
1850 description of DEPRECATED_CALL_DUMMY_WORDS,
1851 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
1852
58d28df8
AC
1853 * gdbint.texinfo (Target Architecture Definition): Delete
1854 description of DEPRECATED_PUSH_DUMMY_FRAME.
1855
e4a2df64
AC
1856 * gdbint.texinfo (Target Architecture Definition): Delete
1857 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
1858
2b4855ab
AC
18592004-05-07 Andrew Cagney <cagney@redhat.com>
1860
1861 * observer.texi (GDB Observers): Add "Debugging" section. Include
1862 cross reference to "set/show debug observer".
1863 * gdb.texinfo (Debugging Output): Document "set/show debug
1864 observer".
1865
fcf70625
AC
18662004-05-01 Andrew Cagney <cagney@redhat.com>
1867
1868 * gdbint.texinfo (Target Architecture Definition): Delete
1869 description of DEPRECATED_PC_IN_SIGTRAMP.
1870
8ee56bcf
AC
18712004-04-30 Andrew Cagney <cagney@redhat.com>
1872
1873 * gdbint.texinfo (Target Architecture Definition): Delete
1874 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
1875
67ab9a76
OF
18762004-04-30 Orjan Friberg <orjanf@axis.com>
1877
1878 * observer.texi (GDB Observers): Correct spelling.
1879
79346bcb
OF
18802004-04-26 Orjan Friberg <orjanf@axis.com>
1881
1882 * observer.texi (GDB Observers): Add target_changed event.
1883
7a464420
AC
18842004-04-08 Andrew Cagney <cagney@redhat.com>
1885
1886 * observer.texi (GDB Observers): Rework, provide generic observer
1887 definitions and then a list of observable events.
1888
6cdf9d98
AC
18892004-04-04 Andrew Cagney <cagney@redhat.com>
1890
1891 * gdbint.texinfo (Host Definition): Delete reference to
1892 NO_SIGINTERRUPT.
1893
ddc135a4
AC
18942004-04-02 Andrew Cagney <cagney@redhat.com>
1895
1896 * gdbint.texinfo (Target Architecture Definition): Delete
1897 reference to DEPRECATED_CALL_DUMMY_LENGTH.
1898
6a1b180d
SC
18992004-03-28 Stephane Carrez <stcarrez@nerim.fr>
1900
1901 * gdb.texinfo (TUI Commands): Document tui reg commands.
1902
d0d5df6f
AC
19032004-03-26 Andrew Cagney <cagney@redhat.com>
1904
1905 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
1906 "gdbtui".
1907 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
1908 (Contributors): Mention both Text and Terminal User Interface.
1909
aa2a3f87
AC
19102004-03-23 Andrew Cagney <cagney@redhat.com>
1911
1912 * gdbint.texinfo (Target Architecture Definition): Deprecate
1913 references to SIGTRAMP_START and SIGTRAMP_END.
1914
f561f026
AC
19152004-03-23 Andrew Cagney <cagney@redhat.com>
1916
1917 * gdbint.texinfo (Target Architecture Definition): Deprecate
1918 references to PC_IN_SIGTRAMP.
1919
33cb8b0f
AC
19202004-03-19 Andrew Cagney <cagney@redhat.com>
1921
1922 * gdbint.texinfo (Target Architecture Definition): Delete
1923 reference to GDB_TARGET_IS_HPPA.
1924
fc989b7a
AC
19252004-03-18 Andrew Cagney <cagney@redhat.com>
1926
1927 * gdbint.texinfo (Coding): Update section on gdbarch_data,
1928 describe pre_init and post_init.
1929
701b08bb
DJ
19302004-03-09 Daniel Jacobowitz <drow@mvista.com>
1931
1932 * gdb.texinfo (Debugging Output): Document values for "set debug
1933 target".
1934
faae5abe
AC
19352004-02-28 Andrew Cagney <cagney@redhat.com>
1936
1937 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
1938
dd79a6cf
JJ
19392004-02-26 Jeff Johnston <jjohnstn@redhat.com>
1940
1941 * gdb.texinfo (breakpoints): Add information about the
1942 new "set breakpoint pending" and "show breakpoint pending"
1943 commands.
1944
e7f16015
AC
19452004-02-26 Andrew Cagney <cagney@redhat.com>
1946
1947 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
1948 in Per-architecture module data section.
1949
7161a3a6
RM
19502004-02-25 Roland McGrath <roland@redhat.com>
1951
1952 * gdb.texinfo (General Query Packets): Document qPart:... packets.
1953
2154891a
AC
19542004-02-24 Andrew Cagney <cagney@redhat.com>
1955
1956 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
1957 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
1958 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 1959
6c74ac8b
AC
19602004-02-17 Andrew Cagney <cagney@redhat.com>
1961
1962 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
1963
19772a2c
AC
19642004-02-16 Andrew Cagney <cagney@redhat.com>
1965
1966 * gdbint.texinfo (Target Architecture Definition): Deprecate
1967 FRAMELESS_FUNCTION_INVOCATION.
1968
c9830293
AC
19692004-02-16 Andrew Cagney <cagney@redhat.com>
1970
1971 * gdbint.texinfo (Coding): Mention -Wunused-function.
1972
b9d26eb9
AC
19732004-02-14 Andrew Cagney <cagney@redhat.com>
1974
1975 * gdbint.texinfo (Target Architecture Definition): Delete
1976 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
1977
49efadf5
EZ
19782004-02-12 Elena Zannoni <ezannoni@redhat.com>
1979
1980 * gdb.texinfo: Properly quote the name "C++".
1981 * gdbint.texinfo: Ditto.
1982 * stabs.texinfo: Ditto.
1983
1eb288ea
EZ
19842004-02-11 Elena Zannoni <ezannoni@redhat.com>
1985
1986 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
1987 minimal information about libiberty.
1988
e4937fc1
MC
19892004-02-06 Michael Chastain <mec.gnu@mindspring.com>
1990
1991 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
1992
a9331b3f
RM
19932004-02-04 Roland McGrath <roland@redhat.com>
1994
1995 * gdb.texinfo (Auxiliary Vector): New node (section).
1996 (Data): Add it to the menu.
1997
2650777c
JJ
19982004-02-02 Jeff Johnston <jjohnstn@redhat.com>
1999
2000 * gdb.texinfo (Breakpoints): Add information about pending
2001 breakpoint support.
2002
b4501125
AC
20032004-01-26 Andrew Cagney <cagney@redhat.com>
2004
2005 * gdb.texinfo (Overview): Delete references to the cisco protocol
2006 including the "N" response.
2007
74055713
AC
20082004-01-26 Andrew Cagney <cagney@redhat.com>
2009
2010 * gdbint.texinfo (Target Architecture Definition): Rename
2011 EXTRACT_STRUCT_VALUE_ADDRESS to
2012 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 2013
3bbe9696
EZ
20142004-01-24 Eli Zaretskii <eliz@gnu.org>
2015
2016 * gdb.texinfo (KOD): Document "show os". Add index entries for
2017 "set/show os" and "info cisco" commands.
2018
5843504f
EZ
20192004-01-21 Eli Zaretskii <eliz@gnu.org>
2020
2021 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
2022
9175c9a3
MC
20232004-01-19 Michael Chastain <mec.gnu@mindspring.com>
2024
2025 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
2026 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
2027
8e94b928
NR
20282004-01-19 Nick Roberts <nick@nick.uklinux.net>
2029
2030 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
2031 -stack-list-locals.
2032 (GDB/MI Variable Objects): Describe extension to
2033 -var-list-children.
2034
a20cf136
DJ
20352004-01-17 Daniel Jacobowitz <drow@mvista.com>
2036
2037 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
2038
afb18d0f
AC
20392004-01-17 Andrew Cagney <cagney@redhat.com>
2040
2041 * gdbint.texinfo (Target Architecture Definition): Delete
2042 documentation on DEPRECATED_NPC_REGNUM.
2043
b51970ac
DJ
20442004-01-13 Daniel Jacobowitz <drow@mvista.com>
2045
2046 * gdb.texinfo: Update copyright year. Mention that set
2047 follow-fork-mode is supported on GNU/Linux. Remove documentation of
2048 "set follow-fork-mode ask".
2049
0f0cffd2
AC
20502004-01-13 Andrew Cagney <cagney@redhat.com>
2051
2052 * gdbint.texinfo: Update copyright year.
2053 (Coding): Add -Wunused-label to list of -Werror warnings.
2054
c552b3bb 20552004-01-08 Jason Molenda <jmolenda@apple.com>
f7dc1244 2056 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
2057
2058 * gdb.texinfo: Update copyright.
2059 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
2060 around names, as appropriate. Minor syntax cleanup of
2061 _NSPrintForDebugger explanation. Two spaces after periods.
2062 GDBN used instead of lit. "gdb". Index entries added for
2063 print-object and _NSPrintForDebugger. @noindent added in one spot.
2064
afe157ca
EZ
20652003-11-11 Elena Zannoni <ezannoni@redhat.com>
2066
2067 * stabs.texinfo: Add dircategory and direntry commands.
2068 * annotate.texinfo: Ditto.
2069
963e2bb7
AC
20702003-11-10 Andrew Cagney <cagney@redhat.com>
2071
2072 * gdbint.texinfo (Target Architecture Definition): Replace the
2073 return_value method's "inval" and "outval" parameters with
2074 "readbuf" and "writebuf".
2075
1d8b2f28
JB
20762003-10-28 Jim Blandy <jimb@redhat.com>
2077
2078 * gdb.texinfo (The F request packet, The F reply packet): Renamed
2079 from "The `F' request packet" and "The `F' reply packet", to make
2080 texi2dvi happy.
2081 (File-I/O remote protocol extension): Update menu entries, too.
2082
36d86913
MC
20832003-10-26 Michael Chastain <mec@shout.net>
2084
2085 * gdb.texinfo (Thread Stops): Document the issue with
2086 premature return from system calls in multi-threaded programs.
2087
ce2826aa
AC
20882003-10-24 Andrew Cagney <cagney@redhat.com>
2089
2090 * annotate.texinfo: Fix "fortunatly"[sic].
2091
f24c5e49
KI
20922003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
2093
2094 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
2095 with "Hitachi" and "Mitsubishi".
2096
92ad9cd9
AC
20972003-10-20 Andrew Cagney <cagney@redhat.com>
2098
2099 * gdbint.texinfo (Target Architecture Definition): Document
2100 gdbarch_return_value. Add cross references from
2101 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
2102 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
2103
0ab4b752
MK
21042003-10-18 Mark Kettenis <kettenis@gnu.org>
2105
2106 * gdbint.texinfo (Target Architecture Definition): Document
2107 regset_from_core_section.
fb3e19c0
KI
2108
21092003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
2110
2111 * gdb.texinfo (M32R/D): Mention m32rsdi target.
2112
a9331b3f 21132003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
2114
2115 From Anthony Green <green@redhat.com>:
2116 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
2117
1485d690
KB
21182003-10-14 Kevin Buettner <kevinb@redhat.com>
2119
2120 * gdb.texinfo (Breakpoint related warnings): New node.
2121 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 2122
86d30acc
DJ
21232003-10-13 Daniel Jacobowitz <drow@mvista.com>
2124
2125 * gdb.texinfo (Remote Protocol): Document v and vCont.
2126
172c2a43
KI
21272003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
2128
2129 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
2130 * gdbint.texinfo: Ditto.
2131
71952f4c
AC
21322003-10-09 Andrew Cagney <cagney@redhat.com>
2133
2134 From 2003-09-18 David Anderson <davea@sgi.com>:
2135 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
2136 "command".
2137
268e2188
AC
21382003-10-03 Andrew Cagney <cagney@redhat.com>
2139
2140 * gdbint.texinfo (Target Architecture Definition): Deprecate
2141 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
2142 just target.
2143
12c266ea 21442003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 2145
f30992d4 2146 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
2147 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
2148 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
2149 * gdbint.texinfo (Target Architecture Definition): Rename
2150
21512003-09-30 Andrew Cagney <cagney@redhat.com>
2152
f30992d4 2153 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 2154 (Target Architecture Definition):
f30992d4 2155
2e092625
AC
2156 * gdbint.texinfo (Target Architecture Definition): Rename
2157 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
2158
0717ae8a
AC
21592003-09-29 Andrew Cagney <cagney@redhat.com>
2160
dad809b7
AC
2161 * gdbint.texinfo (Target Architecture Definition): Delete
2162 documentation for NEED_TEXT_START_END.
2163
0717ae8a
AC
2164 * gdbint.texinfo (Target Architecture Definition): Rename
2165 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
2166 TARGET_WRITE_PC.
a9331b3f 2167
af6cf26d
MC
21682003-09-22 Michael Chastain <mec@shout.net>
2169
2170 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
2171
ee206350
AG
21722003-09-21 Anthony Green <green@redhat.com>
2173
2174 * gdbint.texinfo (Target Architecture Definition): Fix typos.
2175
a38c9fe6
MK
21762003-09-21 Mark Kettenis <kettenis@gnu.org>
2177
2178 * gdbint.texinfo (Target Architecture Definition): Document
2179 stabs_argument_has_addr.
2180
77949794
AC
21812003-09-18 Andrew Cagney <cagney@redhat.com>
2182
2183 * gdbint.texinfo (Target Architecture Definition): Delete
2184 documentation on REGISTER_NAMES.
2185
8e823e25
MK
21862003-09-13 Mark Kettenis <kettenis@gnu.org>
2187
2188 * gdbint.texinfo (Target Architecture Definition): Replace
2189 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
2190
f27dd7fd
AC
21912003-09-11 Andrew Cagney <cagney@redhat.com>
2192
2193 * gdbint.texinfo (Target Architecture Definition): Replace
2194 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
2195
8b148df9
AC
21962003-08-18 Andrew Cagney <cagney@redhat.com>
2197
2198 * gdbint.texinfo (Target Architecture Definition): Document
2199 "frame_red_zone_size".
2200
25d29d70
AC
22012003-08-09 Andrew Cagney <cagney@redhat.com>
2202
2203 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
2204 with "set/show backtrace past-main" and "set/show backtrace
2205 limit".
2206
c938e9b0
L
22072003-08-08 H.J. Lu <hongjiu.lu@intel.com>
2208
2209 * Makefile.in (install-info): Support DESTDIR.
2210 (install-html): Likewise.
2211
64fabec2
AC
22122003-08-07 Andrew Cagney <cagney@redhat.com>
2213
2214 Patch from Nick Roberts.
2215 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
2216 bindings. Remove description of send-gdb-command.
2217
2fcf52f0
AC
22182003-08-07 Andrew Cagney <cagney@redhat.com>
2219
2220 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
2221 GDB 6.0.
2222
086432e2
AC
22232003-08-06 Andrew Cagney <cagney@redhat.com>
2224
2225 * gdb.texinfo (Mode Options): Mention that level three is the
2226 highest available and that level 2 is deprecated.
2227 (Annotations Overview): Mention annotation levels. Cross reference
2228 to "Limitations of the Annotation Interface" in annotate.texi.
2229 (TODO, Value Annotations, Frame Annotations): Delete section.
2230 (Displays, Breakpoint Info): Delete.
2231
e5249f67
AC
22322003-08-04 Andrew Cagney <cagney@redhat.com>
2233
2234 * agentexpr.texi: Delete @bye.
2235 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
2236 (stabs.info): Add $(srcdir) to include search path.
2237 (html): Depend on "annotate_toc.html", and not "annotate.html".
2238 * stabs.texinfo: Ditto. Include "fdl.texi".
2239 * gdbint.texinfo: Update copyright statement's list of invariant
2240 sections.
2241
e6f672d2
AC
22422003-07-28 Andrew Cagney <cagney@redhat.com>
2243
2244 * Makefile.in (INFO_DEPS): Add annotate.info.
2245 (dvi, ps, html, pdf): Add annotate.
2246 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
2247 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
2248 (ANNOTATE_DOC_FILES): New macro.
2249 (ANNOTATE_TEX_TMPS): New macro.
2250 (annotate.info, annotate_toc.html): Specify dependencies.
2251 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
2252 * annotate.texinfo: Rename annotate.texi. Get building. Add
2253 "Migrating to GDB/MI" and "Limitations of the Annotation
2254 Interface" chapters. Mention why it is not part of the user
2255 guide. Update copyright notice. Include "fdl.texi".
2256
72ffddc9
SC
22572003-07-26 Stephane Carrez <stcarrez@nerim.fr>
2258
2259 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
2260
a9f12a31
DJ
22612003-07-24 Daniel Jacobowitz <drow@mvista.com>
2262
2263 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
2264
b1fe9455
DJ
22652003-07-24 Daniel Jacobowitz <drow@mvista.com>
2266
2267 * gdb.texinfo (Server): Mention pidof.
2268
153721e6
AC
22692003-07-22 Andrew Cagney <cagney@redhat.com>
2270
2271 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
2272 list.
2273
0fac0b41
DJ
22742003-06-28 Daniel Jacobowitz <drow@mvista.com>
2275
2276 * gdb.texinfo (Logging output): New chapter.
2277
4e562065
JB
22782003-06-24 Joel Brobecker <brobecker@gnat.com>
2279
2280 * gdb.texinfo (Unsupported languages): New section.
2281 (Languages): Add link to new section.
2282
f2c06f52
AC
22832003-06-22 Andrew Cagney <cagney@redhat.com>
2284
2285 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
2286
b4177fca
DJ
22872003-06-22 Daniel Jacobowitz <drow@mvista.com>
2288
2289 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
2290
f418dd93
DJ
22912003-06-22 Daniel Jacobowitz <drow@mvista.com>
2292
2293 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
2294 * agentexpr.texi: Retitle section, and change it to an appendix.
2295 Comment out texinfo initialization. Factor a @var{} into two
2296 pieces to prevent makeinfo warnings.
2297 * gdb.texinfo: Add Agent Expressions appendix.
2298
4ca61388
DJ
22992003-06-19 Daniel Jacobowitz <drow@mvista.com>
2300
2301 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
2302
07f31aa6
DJ
23032003-06-18 Daniel Jacobowitz <drow@mvista.com>
2304
2305 * gdb.texinfo (Remote Debugging): New section "Connecting to a
2306 remote target". Document the "detach" and "disconnect" commands.
2307 (Server, Netware, Debug Session): Reference "Connecting to a
2308 remote target".
2309 (GDB/MI Target Manipulation): Document "-target-disconnect".
2310
2dd0da42
AC
23112003-06-13 Andrew Cagney <cagney@redhat.com>
2312
2313 * gdbint.texinfo (Target Architecture Definition): Deprecate
2314 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
2315 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
2316
e7a3abfc
JB
23172003-06-09 Jim Blandy <jimb@redhat.com>
2318
2319 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
2320
25e3a86b
AC
23212003-06-08 Andrew Cagney <cagney@redhat.com>
2322
2323 * gdbint.texinfo (Target Architecture Definition): Delete
2324 documentation on FRAME_ARGS_ADDRESS_CORRECT.
2325
a9e5fdc2
AC
23262003-06-08 Andrew Cagney <cagney@redhat.com>
2327
2328 * gdbint.texinfo (Target Architecture Definition): Document
2329 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
2330
b37303ee
AF
23312003-06-07 Adam Fedor <fedor@gnu.org>
2332
2333 * gdb.texinfo: Add Objective-C documentation.
2334
39fe6e80
AC
23352003-06-01 Andrew Cagney <cagney@redhat.com>
2336
2337 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
2338 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
2339
125309b2
AC
23402003-05-21 Andrew Cagney <cagney@redhat.com>
2341
2342 * gdbint.texinfo (Target Architecture Definition): Delete
2343 references to "extract_address" and "store_address".
2344
b8b527c5
AC
23452003-05-16 Andrew Cagney <cagney@redhat.com>
2346
2347 * gdbint.texinfo (Target Architecture Definition): Replace
2348 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
2349 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
2350
50e3ee83
TR
23512003-05-14 Theodore A. Roth <troth@openavr.org>
2352
2353 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
2354
44e2be90
L
23552003-05-10 H.J. Lu <hongjiu.lu@intel.com>
2356
2357 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
2358 (gdb.dvi): Likewise.
2359 (gdb.pdf): Likewise.
2360 (links2roff): Likewise.
2361
df5215a6
JB
23622003-05-08 Jim Blandy <jimb@redhat.com>
2363
2364 * gdb.texinfo (Dump/Restore Files): Update documentation for
2365 'dump', 'append', and 'restore': note that format argument is
2366 optional; simplify presentation of the command variants; and be
2367 more precise about the formats.
2368
5e7b2f39
JB
23692003-05-07 Jim Blandy <jimb@redhat.com>
2370
2371 * gdb.texinfo (Symbols): Update documentation: 'maint list
2372 symtabs' and 'maint list psymtabs' have been renamed 'maint info
2373 symtabs' and 'maint info psymtabs'.
2374
b1e29e33
AC
23752003-05-05 Andrew Cagney <cagney@redhat.com>
2376
2377 * gdbint.texinfo (Target Architecture Definition): Make
2378 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
2379 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
2380 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
2381
00905d52
AC
23822003-05-04 Andrew Cagney <cagney@redhat.com>
2383
2384 * gdb.texinfo (Maintenance Commands): Document "maint print
2385 dummy-frames".
2386
54ff5908
AC
23872003-05-04 Andrew Cagney <cagney@redhat.com>
2388
2389 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
2390
32e7087d
JB
23912003-05-03 J. Brobecker <brobecker@gnat.com>
2392
2393 Thierry Schneider <tpschneider1@yahoo.com>
2394 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
2395 for new MI command.
2396
7043d8dc
AC
23972003-05-03 Andrew Cagney <cagney@redhat.com>
2398
2399 * gdbint.texinfo (Target Architecture Definition): Document
2400 push_dummy_code. Add cross references.
2401
e33d66ec
EZ
24022003-05-02 Elena Zannoni <ezannoni@redhat.com>
2403
2404 * gdb.texinfo (Character Sets): Update to reflect new behavior of
2405 set/show charsets commands.
2406
0ba6dca9
AC
24072003-04-28 Andrew Cagney <cagney@redhat.com>
2408
2409 * gdbint.texinfo (Target Architecture Definition): Replace
2410 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
2411 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
2412
d7a27068
AC
24132003-04-28 Andrew Cagney <cagney@redhat.com>
2414
2415 * gdbint.texinfo (Target Architecture Definition): Rename
2416 "tm_print_insn" to "deprecated_tm_print_insn".
2417
44ea7b70
JB
24182003-04-09 Jim Blandy <jimb@redhat.com>
2419
2420 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
2421 list psymtabs'.
2422
fb8f8949
AC
24232003-04-08 Andrew Cagney <cagney@redhat.com>
2424
2425 * gdbint.texinfo (Target Architecture Definition): Delete
2426 references to EXTRA_FRAME_INFO.
2427
32fb0f22
AC
24282003-04-08 Andrew Cagney <cagney@redhat.com>
2429
2430 * gdbint.texinfo (Target Architecture Definition): Delete
2431 PRINT_TYPELESS_INTEGER.
2432
6be67e67
JB
24332003-04-02 J. Brobecker <brobecker@gnat.com>
2434
2435 * observer.texi (GDB Observers): Adjust the documentation for the
2436 normal_stop notification to better describe reality. Fix a couple
2437 of minor typos.
2438
4e35d5f0
BR
24392003-04-02 Bob Rossi <bob_rossi@cox.net>
2440
a9331b3f 2441 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
2442 '-file-list-exec-source-file'
2443
e8a8712a
AC
24442003-03-31 Andrew Cagney <cagney@redhat.com>
2445
2446 * gdbint.texinfo (Target Architecture Definition): Delete
2447 references to CALL_DUMMY_P.
2448
6c0e89ed
AC
24492003-03-30 Andrew Cagney <cagney@redhat.com>
2450
2451 * gdbint.texinfo (Target Architecture Definition): Remove
2452 reference to TARGET_WRITE_SP.
a9331b3f 2453
378bfd1b
AC
24542003-03-27 Andrew Cagney <cagney@redhat.com>
2455
2456 * gdbint.texinfo (Target Architecture Definition): Remove
2457 references to write_sp.
6c0e89ed 2458
922fbb7b
AC
24592003-03-27 Andrew Cagney <cagney@redhat.com>
2460
2461 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
2462 chapter body. Use @smallexample instead of @example.
2463 (Annotations): Ditto.
2464 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
2465 annotate.texi.
2466
b81774d8
AC
24672003-03-26 Andrew Cagney <cagney@redhat.com>
2468
2469 * gdbint.texinfo (Target Architecture Definition): Replace
2470 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
2471 dummy_addr parameters.
2472
1bf6d5cc
AC
24732003-03-25 Andrew Cagney <cagney@redhat.com>
2474
2475 * gdbint.texinfo (Target Architecture Definition): Delete
2476 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
2477 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
2478 Add reference to PUSH_ARGUMENTS.
2479
618ce49f
AC
24802003-03-23 Andrew Cagney <cagney@redhat.com>
2481
2482 * gdbint.texinfo (Algorithms, Target Architecture Definition):
2483 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
2484
bcd7e15f
JB
24852003-03-18 J. Brobecker <brobecker@gnat.com>
2486
2487 * gdbint.texinfo (Algorithms): Add new section describing the
2488 Observer paradigm.
2489 (Top): Add menu entry to new observer appendix.
2490 * observer.texi: New file.
2491 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
2492 new observer.texi file.
2493
9fe8321b
AC
24942003-03-17 Andrew Cagney <cagney@redhat.com>
2495
2496 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
2497 that GNU Press update the manual version number.
2498
ac2adee5
AC
24992003-03-12 Andrew Cagney <cagney@redhat.com>
2500
2501 * gdbint.texinfo (Target Architecture Definition): Delete
2502 references to get_saved_register. Rename GET_SAVED_REGISTER to
2503 DEPRECATED_GET_SAVED_REGISTER.
2504
749b82f6
AC
25052003-03-13 Andrew Cagney <cagney@redhat.com>
2506
2507 * gdbint.texinfo (Target Architecture Definition): Replace
2508 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
2509
8bedc050
AC
25102003-03-12 Andrew Cagney <cagney@redhat.com>
2511
2512 * gdbint.texinfo (Target Architecture Definition): Rename
2513 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 2514
0ce1b118
CV
25152003-03-10 Corinna Vinschen <vinschen@redhat.com>
2516
2517 * gdb.texinfo: Add File-I/O documentation.
2518
12cc2063
AC
25192003-03-10 Andrew Cagney <cagney@redhat.com>
2520
2521 * gdbint.texinfo (Target Architecture Definition): Cross reference
2522 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
2523
7453dc06
AC
25242003-03-07 Andrew Cagney <cagney@redhat.com>
2525
2526 * gdb.texinfo (Debugging Output): Mention the "set/show debug
2527 frame" command.
2528
6314f104
AC
25292003-03-05 Andrew Cagney <cagney@redhat.com>
2530
2531 * gdbint.texinfo (Target Architecture Definition): Document
2532 unwind_dummy_id. Cross reference unwind_dummy_id and
2533 SAVE_DUMMY_FRAME_TOS.
2534
f1212245
DJ
25352003-03-05 James Ingham <jingham@apple.com>
2536 Daniel Jacobowitz <drow@mvista.com>
2537
2538 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
2539 and "show cp-abi".
2540
77e7e267
AC
25412003-03-03 Andrew Cagney <cagney@redhat.com>
2542
2543 * gdbint.texinfo (Target Architecture Definition): Document
2544 register_type.
2545
838a8221
AC
25462003-03-03 Andrew Cagney <cagney@redhat.com>
2547
2548 * stabs.texinfo (Structures): Use @samp and separate @var's
2549 instead of a single @var containing a comma separated list.
2550 (Unions): Ditto.
2551
d7f4a264
DJ
25522003-03-02 Daniel Jacobowitz <drow@mvista.com>
2553
2554 * Makefile.in (distclean): Remove config.log.
2555
f30ee0bc
AC
25562003-03-01 Andrew Cagney <cagney@redhat.com>
2557
2558 * gdbint.texinfo (Target Architecture Definition): Rename
2559 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
2560
25612003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
2562
2563 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
2564 DEPRECATED_INIT_EXTRA_FRAME_INFO.
2565
be448670
CF
25662003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
2567
2568 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
2569 (Non-debug DLL symbols): New node, describing the minimal symbols
2570 loaded from DLLs without real debugging symbols.
2571
501eef12
AC
25722003-02-20 Andrew Cagney <ac131313@redhat.com>
2573
2574 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
2575 hardware-breakpoint-limit".
2576 (Set Watchpoints): Add cross reference to "set remote
2577 hardware-watchpoint-limit".
2578 (Remote configuration options): New section.
2579
21c294e6
AC
25802003-02-04 Andrew Cagney <ac131313@redhat.com>
2581
e9be73e4
AC
2582 * gdbint.texinfo (Target Architecture Definition): Delete
2583 descrption of IS_TRAPPED_INTERNALVAR.
2584
21c294e6
AC
2585 From Keith Seitz <keiths@redhat.com>:
2586 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
2587 option "-i"/"--interpreter" to this chapter. Include index
2588 entries.
2589
0179ffac
DC
25902003-02-04 David Carlton <carlton@math.stanford.edu>
2591
2592 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
2593 (Variables): Recommend stabs+ and DWARF 2.
2594 (C plus plus expressions): Correct info about
2595 compiler versions, debug formats.
2596 (Contributors): Change 'DWARF2' to 'DWARF 2'.
2597 PR symtab/874.
2598
7ca9f392
AC
25992003-02-01 Andrew Cagney <ac131313@redhat.com>
2600
2601 * gdbint.texinfo (Target Architecture Definition): Delete
2602 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
2603 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
2604 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
2605 references to nindy and i960.
2606 * gdb.texinfo (i960): Delete all references to i960 and nindy.
2607
31a85ea2
AC
26082003-02-01 Andrew Cagney <ac131313@redhat.com>
2609
2610 * gdbint.texinfo (Target Architecture Definition): Delete
2611 FLOAT_INFO.
2612
6b894e49
AC
26132003-01-30 Andrew Cagney <ac131313@redhat.com>
2614
2615 * stabs.texinfo (Member Type Descriptor): Clarify description of
2616 `@'. Suggested by Ben Hutchings.
2617
c48861fb
AC
26182003-01-29 Andrew Cagney <ac131313@redhat.com>
2619
2620 * gdb.texinfo (M68K): Delete reference to es1800.
2621
617073a9
AC
26222003-01-29 Andrew Cagney <ac131313@redhat.com>
2623
2624 * gdb.texinfo (Maintenance Commands): Document `maint print
2625 reggroups' and `maint print register-groups'.
2626 * gdbint.texinfo (Target Architecture Definition): Document
2627 register_reggroup_p.
2628
5b5d99cf
JB
26292003-01-23 Jim Blandy <jimb@redhat.com>
2630
2631 * gdb.texinfo (Separate Debug Files): New section.
2632
e7ba9c65
DJ
26332003-01-22 Daniel Jacobowitz <drow@mvista.com>
2634
2635 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
2636 and "maint show profile".
2637
94e91d6d
MC
26382003-01-16 Michael Chastain <mec@shout.net>
2639
2640 * gdb.texinfo (Installing GDB): Warn against
2641 ".../gdb-VERSION/gdb/configure".
2642 (Separate Objdir): Likewise.
2643
867f3898
AC
26442003-01-15 Andrew Cagney <ac131313@redhat.com>
2645
2646 * gdbint.texinfo (Target Architecture Definition): Delete
2647 definition of PRINT_REGISTER_HOOK.
2648
f153cc92
EZ
26492003-01-15 Elena Zannoni <ezannoni@redhat.com>
2650
2651 (OpenRISC 1000): Fix formatting of command names.
2652
c60eb6f1
EZ
26532003-01-15 Elena Zannoni <ezannoni@redhat.com>
2654
2655 * gdb.texinfo (Continuing and Stepping): Add new command
2656 'advance'. Clarify behavior of 'until'.
2657
f5ebfba0
DJ
26582003-01-13 Daniel Jacobowitz <drow@mvista.com>
2659
2660 * gdb.texinfo (Files): Document solib-absolute-prefix and
2661 solib-search-path.
2662
4ce8657e
MC
26632003-01-09 Michael Chastain <mec@shout.net>
2664
2665 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
2666 (Create a Release): Add new instructions for new @file{src-release}.
2667 Document existing instructions for @file{Makefile.in} as
2668 being for @value{GDBN} 5.3.1 or earlier.
2669
372613e3
AC
26702003-01-09 Andrew Cagney <ac131313@redhat.com>
2671
2672 * gdbint.texinfo (Target Architecture Definition): Mention
2673 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
2674 allocate memory.
2675
b4e9345d
DJ
26762003-01-04 Daniel Jacobowitz <drow@mvista.com>
2677
2678 * gdb.texinfo (Controlling GDB): Add @kindex for
2679 "show osabi".
2680 (Backtraces): Add @kindex's for backtrace-below-main.
2681
98b45e30
DJ
26822003-01-04 Daniel Jacobowitz <drow@mvista.com>
2683
2684 * gdb.texinfo (Controlling GDB): Document "set osabi".
2685
95f90d25
DJ
26862003-01-04 Daniel Jacobowitz <drow@mvista.com>
2687
2688 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
2689 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
2690
1e698235
DJ
26912003-01-04 Daniel Jacobowitz <drow@mvista.com>
2692
2693 * gdb.texinfo (Controlling GDB): Add ABI section. Document
2694 "set coerce-float-to-double".
2695 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
2696
e632838e
AC
26972003-01-02 Andrew Cagney <ac131313@redhat.com>
2698
2699 * stabs.texinfo: Remove obsolete text.
2700 * gdbint.texinfo: Ditto.
2701 * gdb.texinfo: Ditto.
2702
c133ab7a
MK
27032002-12-22 Mark Kettenis <kettenis@gnu.org>
2704
2705 * gdbint.texinfo (Target Architecture Definition): Update
2706 description of gdbarch_register_osabi.
2707
f821f325
KH
27082002-12-20 Kazu Hirata <kazu@cs.umass.edu>
2709
2710 * agentexpr.texi: Fix typos.
2711 * annotate.texi: Likewise.
2712 * fdl.texi: Likewise.
2713
85a6d8d3 27142002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
2715
2716 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
2717 DEPRECATED_INIT_FRAME_PC.
2718
ae45cd16
AC
27192002-12-01 Andrew Cagney <ac131313@redhat.com>
2720
2721 * gdbint.texinfo (Target Architecture Definition): Delete
2722 PC_IN_CALL_DUMMY.
2723
07555a72
AC
27242002-11-28 Andrew Cagney <ac131313@redhat.com>
2725
2726 * gdbint.texinfo (Host Definition): Delete documentation on
2727 USE_GENERIC_DUMMY_FRAMES.
2728
c166cdc7
EZ
27292002-11-26 Elena Zannoni <ezannoni@redhat.com>
2730
2731 Fix PR gdb/723 and PR gdb/245.
2732 * Makefile.in (install-info): Run the install-info command as part
2733 of the post install steps only.
2734 (uninstall-info): New target.
2735 (uninstall): New target.
2736
35db0260
EZ
27372002-11-22 Elena Zannoni <ezannoni@redhat.com>
2738
2739 * Makefile.in (install): Make install do some real work.
2740
9ba8d803
AC
27412002-11-19 Andrew Cagney <ac131313@redhat.com>
2742
2743 Fix POSIX problem reported by Paul Eggert.
2744 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
2745 Fix PR gdb/527.
2746
903ad3a6
AC
27472002-10-26 Andrew Cagney <cagney@redhat.com>
2748
2749 * gdbint.texinfo (Target Architecture Definition): Delete
2750 definition of DO_REGISTERS_INFO.
2751
f2abfe65
KB
27522002-10-18 Kevin Buettner <kevinb@redhat.com>
2753
2754 * gdbint.texinfo (Address Classes): Fix problems with insertion
2755 of ``{'' and ``}'' in example.
2756
b5b0480a
KB
27572002-10-17 Kevin Buettner <kevinb@redhat.com>
2758
2759 * gdbint.texinfo (Address Classes): New section.
2760 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
2761 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
2762 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
2763 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
2764
c85508ee
KD
27652002-10-11 Klee Dienes <kdienes@apple.com>
2766
2767 * gdb.texinfo (Registers): Mention vector registers as well as
2768 floating registers in the documentation for 'info registers' and
2769 'info all-registers'.
2770
6d12fc3d
DJ
27712002-10-11 Daniel Jacobowitz <drow@mvista.com>
2772
2773 * gdbint.texinfo (CPLUS_MARKER): Remove item.
2774
8d19fbd2
JJ
27752002-10-03 Jeff Johnston <jjohnstn@redhat.com>
2776
2777 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
2778 interface definition.
2779
a37295f9
MM
27802002-10-03 Marko Mlinar <markom@opencores.org>
2781
2782 * gdb.texinfo (Target Commands): Add or1k target specific
2783 commands.
2784 * gdb.texinfo (Contributors): Add myself to the contributors list.
2785
da0f9dcd
AC
27862002-10-01 Andrew Cagney <ac131313@redhat.com>
2787
2788 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
2789 and "mi1" instead of "mi1" and "mi0".
2790
2e834e49
HPN
27912002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
2792
2793 * gdb.texinfo (Packets): Fix typos "alligned".
2794 Correct z3/Z3 description. Correct z4/Z4 title.
2795
050be0dc
AC
27962002-09-27 Andrew Cagney <ac131313@redhat.com>
2797
2798 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
2799
1104b9e7
KB
28002002-09-25 Kevin Buettner <kevinb@redhat.com>
2801
2802 * gdb.texinfo: Use GNU/Linux instead of Linux.
2803
512217c7
AC
28042002-09-25 Andrew Cagney <ac131313@redhat.com>
2805
2806 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
2807
10998722
AC
28082002-09-24 Andrew Cagney <ac131313@redhat.com>
2809
512217c7 2810 * gdb.texinfo: Replace @example with @smallexample.
10998722 2811
a0eb71c5
KB
28122002-09-20 Kevin Buettner <kevinb@redhat.com>
2813
f7dc1244 2814 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
2815 * gdb.texinfo (Character Sets): Use @smallexample instead of
2816 @example. Use GNU/Linux instead of Linux.
2817
28182002-09-20 Jim Blandy <jimb@redhat.com>
2819
2820 * gdb.texinfo: Add character set documentation.
2821
2f870471
AC
28222002-09-19 Andrew Cagney <ac131313@redhat.com>
2823
2824 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
2825 (Packets): Add cross reference from `b' packet to `z' packets.
2826
790eb8f5
AC
28272002-09-19 Andrew Cagney <ac131313@redhat.com>
2828
8d30a00d
AC
2829 * gdb.texinfo (Maintenance Commands): Document ``maint
2830 internal-error'' and ``maint internal-warning''.
2831
790eb8f5
AC
2832 * gdbint.texinfo (Target Architecture Definition): Revise
2833 description of STACK_ALIGN. Add description of FRAME_ALIGN.
2834
a23a7bf1
JB
28352002-09-19 Joel Brobecker <brobecker@gnat.com>
2836
2837 * gdbint.texinfo (Target Conditionals): Document the new
2838 NAME_OF_MALLOC macro.
2839
299ffc64
AC
28402002-09-05 Andrew Cagney <ac131313@redhat.com>
2841
2842 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
2843 engineer.
2844
b7bb15bc
SC
28452002-09-02 Stephane Carrez <stcarrez@nerim.fr>
2846
2847 * gdb.texinfo (TUI Overview): Document status line fields.
2848
3d757584
SC
28492002-09-02 Stephane Carrez <stcarrez@nerim.fr>
2850
2851 * gdb.texinfo (TUI Commands): Document info win command.
2852
269c21fe
SC
28532002-09-01 Stephane Carrez <stcarrez@nerim.fr>
2854
2855 * gdb.texinfo (TUI Overview): Document breakpoint markers.
2856
7cf36c78
SC
28572002-09-01 Stephane Carrez <stcarrez@nerim.fr>
2858
2859 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
2860 (TUI Keys): Likewise.
2861
d2c6833e
AC
28622002-08-25 Andrew Cagney <ac131313@redhat.com>
2863
2864 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
2865 for a packet receive.
2866
46d8b1c3
AC
28672002-08-25 Andrew Cagney <ac131313@redhat.com>
2868
2869 * Makefile.in (clean): Move to end of file.
2870 (distclean, maintainer-clean, realclean): Ditto.
2871 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
2872 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
2873 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
2874 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
2875
b0787093
AC
28762002-08-24 Andrew Cagney <ac131313@redhat.com>
2877
2878 * Makefile.in (GDBINT_TEX_TMPS): Define.
2879 (gdbint.dvi, gdbint.pdf): Use
2880 (GDB_TEX_TMPS): Define.
2881 (gdb.dvi, gdb.pdf): Use.
2882 (STABS_TEX_TMPS): Define.
2883 (stabs.dvi, stabs.pdf): Use.
2884 (GDB_DOC_SOURCE_INCLUDES): New macros.
2885 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
2886 (GDBINT_DOC_FILES_INCLUDES): New macros.
2887 (GDBINT_DOC_BUILD_INCLUDES): New macros.
2888 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
2889 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
2890 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
2891 (links2roff): Replace SFILES_INCLUDED with
2892 GDB_DOC_SOURCE_INCLUDES.
2893 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
2894 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
2895 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
2896 dependencies.
2897 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
2898 dependencies.
2899 (gdbmi.texinfo): Delete rule.
2900 (inc-hist.texinfo): Delete rule.
2901 (rluser.texinfo): Delete rule.
2902
ebba8386
AC
29032002-08-23 Andrew Cagney <cagney@redhat.com>
2904
2905 * gdbint.texinfo (Target Architecture Definition): Update
2906 STORE_RETURN_VALUE, mention regcache.
2907
0ab7a791
AC
29082002-08-21 Andrew Cagney <ac131313@redhat.com>
2909
2910 * gdbint.texinfo (Target Architecture Definition): Document
2911 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
2912
ee2d5c50
AC
29132002-08-19 Andrew Cagney <ac131313@redhat.com>
2914
2915 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
2916 Fix minor typos. Add index entries.
2917
53c69bd7
AC
29182002-08-18 Andrew Cagney <ac131313@redhat.com>
2919
2920 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
2921
e76f1f2e
AC
29222002-08-15 Andrew Cagney <ac131313@redhat.com>
2923
2924 * gdbint.texinfo (Target Architecture Definition): Document
2925 PRINT_VECTOR_INFO.
2926 * gdb.texinfo (Vector Unit): Document "info vectors" command.
2927
0680b120
AC
29282002-08-13 Andrew Cagney <ac131313@redhat.com>
2929
2930 * gdb.texinfo (Maintenance Commands): Document "maint print
2931 registers", "maint print raw-registers" and "maint print
2932 cooked-registers".
2933
3c3bea1c
GS
29342002-08-08 Grace Sainsbury <graces@redhat.com>
2935
a9331b3f 2936 From Mark Salter:
3c3bea1c
GS
2937 * gdb.texinfo (Protocol): Document T packet extension to
2938 allow watchpoint address reporting.
2939
42f9b0a5
AC
29402002-08-03 Andrew Cagney <ac131313@redhat.com>
2941
2942 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
2943
db034ac5
AC
29442002-08-01 Andrew Cagney <cagney@redhat.com>
2945
2946 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
2947 to CHILL.
2948
e2b28d04
AC
29492002-08-01 Andrew Cagney <ac131313@redhat.com>
2950
2951 * gdbint.texinfo (Coding): Revise section "Include Files".
2952
7fb623f7
AC
29532002-07-24 Andrew Cagney <cagney@redhat.com>
2954
2955 * gdbint.texinfo: Obsolete references to m88k.
2956 * gdb.texinfo: Ditto.
2957
4a2b4636
JB
29582002-07-10 Joel Brobecker <brobecker@gnat.com>
2959
7fb623f7 2960 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
2961 where the proper version of autoconf can be retrieved.
2962
a71ec265
DH
29632002-07-09 Don Howard <dhoward@redhat.com>
2964
2965 * gdb.texinfo (Command Files): Further describe the behavior of
2966 sourced command files.
2967
b9aa90c9
AC
29682002-06-27 Andrew Cagney <ac131313@redhat.com>
2969
2970 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
2971 (Coding): Clarify ISO C version that GDB assumes.
2972
40dd2248
TT
29732002-06-26 Tom Tromey <tromey@redhat.com>
2974
2975 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
2976 add_setshow_cmd_full.
2977
bfac230e
DH
29782002-06-25 Don Howard <dhoward@redhat.com>
2979
2980 * gdb.texinfo (Memory Region Attributes): Document new behavior
2981 for 'mem' command.
2982
475b0867
JB
29832002-06-11 Jim Blandy <jimb@redhat.com>
2984
919d772c
JB
2985 * gdb.texinfo (Symbols): Update documentation for `info source'
2986 command.
2987
475b0867
JB
2988 * gdb.texinfo (Macros): Call the command `info macro', not
2989 `show macro'.
2990
ba8c9337
AC
29912002-06-09 Andrew Cagney <ac131313@redhat.com>
2992
2993 * gdbint.texinfo (Coding): Add section ``Per-architecture module
2994 data''.
2995
1029b7fa
MK
29962002-06-09 Mark Kettenis <kettenis@gnu.org>
2997
2998 * gdbint.texinfo (Target Architecture Definition): Document
2999 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
3000
16737d73
AC
30012002-06-08 Andrew Cagney <ac131313@redhat.com>
3002
3003 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
3004 lists.
3005
30107679
AC
30062002-06-08 Andrew Cagney <ac131313@redhat.com>
3007
3008 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
3009 Branch''.
3010
3352e23e
AC
30112002-06-01 Andrew Cagney <ac131313@redhat.com>
3012
3013 * gdbint.texinfo (Target Architecture Definition): Add section
3014 ``Converting an existing Target Architecture to Multi-arch''.
3015
cbb09e6a
AC
30162002-05-30 Andrew Cagney <ac131313@redhat.com>
3017
3018 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
3019 to ``Obsoleting code''. Revise.
3020
e2e0bcd1
JB
30212002-05-17 Jim Blandy <jimb@redhat.com>
3022
3023 * gdb.texinfo (C Preprocessor Macros): New chapter.
3024 Include it in the main menu.
3025 (Contributors): Credit Jim Blandy with macro support.
3026 (Compilation): Explain how to get macro information into the
3027 executable.
3028 (Expressions): Note that preprocessor macros are expanded.
3029
9db8d71f
DJ
30302002-05-14 Daniel Jacobowitz <drow@mvista.com>
3031
3032 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
3033 options for `target remote'.
3034
6d531722
AC
30352002-05-13 Andrew Cagney <ac131313@redhat.com>
3036
3037 * gdbint.texinfo (Target Architecture Definition): Delete
3038 documentation on NNPC_REGNUM.
3039
13d01224
AC
30402002-05-11 Andrew Cagney <ac131313@redhat.com>
3041
3042 * gdbint.texinfo (Target Architecture Definition): Document
3043 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
3044 (Target Architecture Definition): Revise section `Using Different
3045 Register and Memory Data Representations'. Add section `Raw and
3046 Virtual Register Representations'.
3047
b2e75d78
AC
30482002-05-11 Andrew Cagney <ac131313@redhat.com>
3049
3050 * gdbint.texinfo (Target Architecture Definition): Mention
3051 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
3052 (Target Architecture Definition): Mention same. Add references to
3053 web pages.
3054
2c8682ee
MS
30552002-05-08 Michael Snyder <msnyder@redhat.com>
3056
3057 * stabs.texinfo (Attributes): Document new "vector" attribute.
3058
0816590b
AC
30592002-05-04 Andrew Cagney <ac131313@redhat.com>
3060
3061 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
3062
2653173e
AC
30632002-05-04 Andrew Cagney <ac131313@redhat.com>
3064
3065 * gdb.texinfo: Delete obsolete references to a29k.
3066
d7bd68ca
AC
30672002-04-24 Andrew Cagney <ac131313@redhat.com>
3068
3069 * gdbint.texinfo (Target Architecture Definition): Replace
3070 IN_SIGTRAMP with PC_IN_SIGTRAMP.
3071
21d83aa5
DM
30722002-04-24 David S. Miller <davem@redhat.com>
3073
3074 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
3075
7673a6cc
DM
30762002-04-21 David S. Miller <davem@redhat.com>
3077
3078 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
3079
d49d1e0a
AC
30802002-04-21 Andrew Cagney <ac131313@redhat.com>
3081
3082 * gdbint.texinfo (Target Architecture Definition): Delete
3083 definition of HAVE_REGISTER_WINDOWS.
3084
f7dc1244 30852002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
3086
3087 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
3088 "Theodore A. Roth" <troth@verinet.com>.
3089
5ca0cb28
DH
30902002-04-15 Don Howard <dhoward@redhat.com>
3091
f7dc1244 3092 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 3093 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 3094 Provide a better explaination of this feature.
5ca0cb28 3095
f208ba17
AC
30962002-04-14 Andrew Cagney <ac131313@redhat.com>
3097
3098 * gdbint.texinfo (Target Architecture Definition): Remove
3099 FRAME_CHAIN_COMBINE.
3100
d5ba91de
MC
31012002-04-12 Michael Chastain <mec@shout.net>
3102
3103 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
3104 REG_STACK_SEGMENT.
3105
26818220
MC
31062002-04-09 Michael Chastain <mec@shout.net>
3107
3108 * gdbint.texinfo (Obsolete Conditionals): Remove references to
3109 PYRAMID_* macros.
3110
129188f6
AC
31112002-04-07 Andrew Cagney <ac131313@redhat.com>
3112
3113 * gdb.texinfo (Bug Reporting): Document that the web is the
3114 prefered way of submitting bug reports.
3115 (Bug Reporting): Delete the s-mail address as the last resort.
3116
8227c0ff
AC
31172002-04-05 Andrew Cagney <ac131313@redhat.com>
3118
3119 * gdbint.texinfo (Target Architecture Definition): Delete
3120 references to TARGET_WRITE_FP and write_fp.
3121
16d9dec6
MS
31222002-03-27 Michael Snyder <msnyder@redhat.com>
3123
3124 * gdb.texinfo: Document new commands dump, append, and restore.
3125
9ae8b82c
AC
31262002-03-27 Andrew Cagney <ac131313@redhat.com>
3127
3128 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
3129 Branch'.
3130
474c8240
AC
31312002-03-18 Andrew Cagney <ac131313@redhat.com>
3132
3133 * gdb.texinfo: Change all examples to @smallexample.
3134 * gdbint.texinfo: Ditto.
a9331b3f 3135
fb0ff88f
AC
31362002-03-18 Andrew Cagney <ac131313@redhat.com>
3137
3138 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
3139 Branches''.
3140
9bb0a4d8
AC
31412002-03-18 Andrew Cagney <ac131313@redhat.com>
3142
3143 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
3144 Policy''.
3145
937f164b
FF
31462002-03-04 Fred Fish <fnf@redhat.com>
3147
3148 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
3149 expresson, suports, dependant, trhe, perhaphs, situtations,
3150 explictily, taged, oportunity, unfortunatly).
3151
a7b40f07
AC
31522002-02-24 Andrew Cagney <ac131313@redhat.com>
3153
3154 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
3155 Remove reference to 3.12.
3156
aab4e0ec
AC
31572002-02-23 Andrew Cagney <ac131313@redhat.com>
3158
3159 * gdbint.texinfo: Include fdl.texi.
3160 (Top): Add GNU Free Documentation License.
3161 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
3162 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
3163 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
3164 (gdbint.info): Add srcdir to include path.
3165 * gdb.texinfo: Include gpl.texi.
3166 (Top): Add Copying.
3167 * gpl.texi: New file.
3168
47b95330
AC
31692002-02-23 Andrew Cagney <ac131313@redhat.com>
3170
3171 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
3172
78c47bea
PM
31732002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
3174
3175 * gdb.texinfo: Document Cygwin native specific commands.
3176
56460a61
DJ
31772002-02-15 Daniel Jacobowitz <drow@mvista.com>
3178
3179 * gdb.texinfo: Document gdbserver ``--attach'' command.
3180
def71bfa
MS
31812002-02-07 Michael Snyder <msnyder@redhat.com>
3182
3183 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
3184 to @code(_ovly_debug_event).
3185
c928edc0
AC
31862002-02-07 Andrew Cagney <ac131313@redhat.com>
3187
3188 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
3189
81d46470
MS
31902002-02-06 Michael Snyder <msnyder@redhat.com>
3191
3192 * gdb.texinfo (overlays): Mention new magic symbol
3193 '_ovly_debug_event', which allows GDB to keep better track
3194 of overlays.
3195
f7dc1244 31962002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
3197
3198 * gdb.texinfo (Memory Region Attributes): Fix the wording.
3199 Suggested by Dmitry Sivachenko.
3200
3201 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
3202
15110bc3
MS
32032002-02-01 Michael Snyder <msnyder@redhat.com>
3204
3205 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
3206
6763aef9
MS
32072002-01-30 Michael Snyder <msnyder@redhat.com>
3208
ac282366
MS
3209 * gdb.texinfo: (remote protocol): Gramatical fix-up.
3210 (set trust-readonly-sections): Document.
6763aef9 3211
8642bc8f
AC
32122002-01-29 Andrew Cagney <ac131313@redhat.com>
3213
3214 * gdbint.texinfo (Releasing GDB): Revise and update.
3215
afe64c1a
AC
32162002-01-28 Andrew Cagney <ac131313@redhat.com>
3217
3218 * gdbint.texinfo (Target Architecture Definition): Delete
3219 description of TARGET_BYTE_ORDER_DEFAULT.
3220
f7dc1244 32212002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
3222
3223 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
3224 <mitya@cavia.pp.ru>.
3225
3d6e1b5a
AC
32262002-01-23 Andrew Cagney <ac131313@redhat.com>
3227
3228 * libgdb.texinfo: Delete file.
3229
6c0e9fb3
AC
32302002-01-22 Andrew Cagney <ac131313@redhat.com>
3231
3232 * gdb.texinfo: Remove makeinfo 3.12 hacks.
3233 * gdbint.texinfo: Ditto.
3234
e0ce93ac
AC
3235Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
3236
3237 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
3238
be298bcc
AC
32392002-01-22 Andrew Cagney <ac131313@redhat.com>
3240
3241 * Makefile.in: Update copyright.
3242 (TEXI2DVI): Define.
3243 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
3244 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
3245 gdb-cfg.texi.
3246 (TEXINDEX, PDFTEX): Delete makefile variables.
3247
8e04817f
AC
32482002-01-22 Andrew Cagney <ac131313@redhat.com>
3249
3250 * gdb.texinfo (Protocol): Move section to appendix.
3251
6b2f586d
AC
32522002-01-21 Andrew Cagney <ac131313@redhat.com>
3253
3254 * gdb.texinfo (Remote Debugging): Create a menu.
3255 (Top): Add ``Remote Debugging'' to menu.
3256
6f05cf9f
AC
32572002-01-21 Andrew Cagney <ac131313@redhat.com>
3258
3259 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
3260 serial protocol'' from here.
3261 (Remote Debugging): To here. New chapter.
3262
3fd3d7d2
AC
32632002-01-20 Andrew Cagney <ac131313@redhat.com>
3264
3265 * gdbint.texinfo (Target Architecture Definition): Delete
3266 description of TARGET_BYTE_ORDER_SELECTABLE_P.
3267
7fd60527
AC
32682002-01-20 Andrew Cagney <ac131313@redhat.com>
3269
3270 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
3271 are no longer needed.
3272 (Porting GDB): Add maintainer note about configure.host.
3273
c2f05ac9
AC
32742002-01-20 Andrew Cagney <ac131313@redhat.com>
3275
3276 * gdbint.texinfo (Target Architecture Definition): Remove
3277 definition of IEEE_FLOAT.
3278
f7dc1244 32792002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
3280
3281 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
3282 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
3283 <3diff@gnu.org>
231b2aad 3284
82600034
AC
32852002-01-19 Andrew Cagney <ac131313@redhat.com>
3286
3287 * gdbint.texinfo (Host Definition): Remove references to
3288 MALLOC_INCOMPATIBLE.
3289
7708fa01
AC
32902002-01-17 Andrew Cagney <ac131313@redhat.com>
3291
3292 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
3293 and xyz-xdep.o.
3294
eb12ee30
AC
32952002-01-17 Andrew Cagney <ac131313@redhat.com>
3296
3297 * gdb.texinfo (Maintenance Commands): Add appendix.
3298 (Set Breaks): Copy ``maint info breakpoint'' doco to
3299 ``Maintenance Commands'' appendix. Add reference.
3300
c9ccaa92
AC
33012002-01-17 Andrew Cagney <ac131313@redhat.com>
3302
3303 * fdl.texi: Remove next/prev from @node.
3304
f7dc1244 33052002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
3306
3307 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
3308 for monstrous @multitable (from Brian Youmans).
3309
3310 * fdl.texi: New file.
3311
3312 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
3313
8973da3a
AC
33142002-01-15 Andrew Cagney <ac131313@redhat.com>
3315
3316 * gdbint.texinfo (Releasing GDB): New chapter.
3317
7d86b5d5
AC
33182002-01-14 Andrew Cagney <ac131313@redhat.com>
3319
3320 * gdb.texinfo (Embedded Processors, Calling program functions):
3321 Obsolete references to a29k.
3322
cc1cb004
AC
33232002-01-13 Andrew Cagney <ac131313@redhat.com>
3324
3325 * gdbint.texinfo (Coding): Review Cleanups section. Examples
3326 examples. Document that a code-block should do or discard its
3327 cleanups before exit.
3328
79f12247
MS
33292002-01-11 Michael Snyder <msnyder@redhat.com>
3330
3331 * gdb.texinfo (Choosing files): Change @samp to @file.
3332
19837790
MS
33332002-01-05 Michael Snyder <msnyder@redhat.com>
3334
3335 * gdb.texinfo (--pid): Document new command line option (attach).
3336
f7dc1244 33372002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
3338
3339 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
3340 in the stub.
3341
d7449b42
AC
33422002-01-04 Andrew Cagney <ac131313@redhat.com>
3343
3344 * gdbint.texinfo (Target Architecture Definition): Replace
3345 BIG_ENDIAN with BFD_ENDIAN_BIG.
3346
f23631e4
AC
33472002-01-03 Andrew Cagney <ac131313@redhat.com>
3348
3349 * gdbint.texinfo (Target Architecture Definition): Replace
3350 value_ptr with struct value pointer.
3351
72c9928d
EZ
33522002-01-02 Eli Zaretskii <eliz@gnu.org>
3353
3354 * gdb.texinfo (Free Software): Fix wording.
3355
959acfd1
EZ
33562001-12-31 Eli Zaretskii <eliz@gnu.org>
3357
3358 * gdb.texinfo (Free Software): New section ``Free Software Needs
3359 Free Documentation''.
3360
f7dc1244 33612001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
3362
3363 * stabs.texinfo:
3364 * gdb.texinfo:
3365 * gdbint.texinfo:
3366 * libgdb.texinfo:
3367 * annotate.texi: Fix the application of GFDL in the Copyright notice.
3368
6600abed
MS
33692001-12-29 Michael Snyder <msnyder@redhat.com>
3370
3371 * gdb.texinfo (maint info sections): Fix typo.
3372
f6680716
MS
33732001-12-26 Michael Snyder <msnyder@redhat.com>
3374
fe95c787
MS
3375 * gdb.texinfo (maint info sections): Document.
3376
a9331b3f 3377 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
3378 'info proc' sub-options that are currently not implemented.
3379
c3d3ce5b
JB
33802001-12-20 Jim Blandy <jimb@redhat.com>
3381
3382 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
3383
778eb05e
AC
33842001-12-15 Andrew Cagney <ac131313@redhat.com>
3385
3386 * gdbint.texinfo (Target Architecture Definition): Replace
3387 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
3388
2607059c
AC
33892001-12-01 Andrew Cagney <ac131313@redhat.com>
3390
3391 * gdbint.texinfo (Host Definition): Delete documentation on
3392 HOST_BYTE_ORDER.
3393
df0cd8c5
JB
33942001-11-30 Jim Blandy <jimb@redhat.com>
3395
3396 * gdb.texinfo (Overlays): New chapter, documenting GDB's
3397 overlay support. Add to top-level menu.
3398
88118b3a
TT
33992001-11-26 Tom Tromey <tromey@redhat.com>
3400
3401 * gdb.texinfo (Command Syntax): Document C-o binding.
3402
96565e91
CF
34032001-07-26 Christopher Faylor <cgf@redhat.com>
3404
3405 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
3406 use since it is described in the referenced section.
3407
f7dc1244 3408 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
3409 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
3410 clearer when using DJGPP.
3411
2a3d5645
CF
34122001-11-24 Christopher Faylor <cgf@redhat.com>
3413
3414 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
3415 specifically refer to MS-DOS.
3416 (command files): Mention gdb.ini is only used on MS-DOS.
3417
aa26fa3a
TT
34182001-11-21 Tom Tromey <tromey@redhat.com>
3419
3420 * gdb.texinfo (Invoking GDB): Document --args.
3421 (Mode Options): Likewise.
3422
4f8ada06
JB
34232001-11-21 Jim Blandy <jimb@redhat.com>
3424
3425 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
3426 Delete documentation; this macro has been removed from the
3427 sources.
3428
3fe0dc10
JB
34292001-11-13 Jim Blandy <jimb@redhat.com>
3430
3431 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
3432
9e5abb06
CV
34332001-11-06 Corinna Vinschen <vinschen@redhat.com>
3434
3435 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
3436
1c5dfdad
MS
34372001-11-05 Michael Snyder <msnyder@redhat.com>
3438
a9331b3f 3439 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
3440 quote regexp chars in function names such as "operator*()".
3441
990f9fe3
FF
34422001-11-01 Fred Fish <fnf@redhat.com>
3443
3444 * gdbint.texinfo (SOLIB_ADD): Document additional new
3445 "readsyms" arg.
3446
b433d00b
DH
34472001-10-30 Don Howard <dhoward@redhat.com>
3448
070b1dd3
DH
3449 * gdb.texinfo: (Command Files) Added documentation for the
3450 behavior of gdb with input redirected from a file.
b433d00b 3451
b7209cb4
FF
34522001-10-28 Fred Fish <fnf@redhat.com>
3453
3454 * gdb.texinfo (auto-solib-add): Change docs to match
3455 implementation change.
3456 (auto-solib-limit): Add docs for new variable.
3457
1aa20aa8
AC
34582001-10-15 Andrew Cagney <ac131313@redhat.com>
3459
3460 * gdbint.texinfo (Target Architecture Definition): Function
3461 value_as_pointer renamed to value_as_address.
3462
fc0c74b1
AC
34632001-10-15 Andrew Cagney <ac131313@redhat.com>
3464
3465 * gdbint.texinfo (Target Architecture Definition): Default
3466 POINTER_TO_ADDRESS functions assume unsigned addresses.
3467 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
3468 posting by Jim Blandy.
3469
f4846649
JB
34702001-10-12 Jim Blandy <jimb@redhat.com>
3471
3472 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
3473 version of texi2html (1.64) doesn't support this flag any more.
3474
f277788b
MK
34752001-09-08 Mark Kettenis <kettenis@gnu.org>
3476
a9dc4918
MK
3477 * gdbint.texinfo (Host Definition): Remove description of
3478 MEM_FNS_DECLARED.
3479
d28379df
MK
3480 * gdbint.texinfo (Host Definition): Remove description of R_OK.
3481
f277788b
MK
3482 * gdbint.texinfo (Host Definition): Remove description of
3483 HAVE_SIGSETMASK.
3484
7ccaa899
EZ
34852001-09-04 Elena Zannoni <ezannoni@redhat.com>
3486
3487 * gdbint.texinfo (Target Architecture Definition): Add
3488 explanation of TARGET_PRINT_INSN macro.
3489
17d9d558
JB
34902001-08-30 Jim Blandy <jimb@redhat.com>
3491
3492 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
3493 Explain what it means to load relocatable files.
3494
72cde065
JB
34952001-08-28 Jim Blandy <jimb@redhat.com>
3496
3497 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
3498 info `top' menu.
3499
9e678452
CF
3500Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
3501
3502 * gdbint.texinfo: Add a cautionary note about macro use.
3503
a2bea4c3 35042001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 3505
a2bea4c3
CV
3506 * gdb.texinfo: Explain omitting the hostname in the
3507 `target remote' command.
3508
1129bf27
DJ
35092001-07-30 Daniel Jacobowitz <drow@mvista.com>
3510
3511 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
3512 and END-INFO-DIR-ENTRY.
3513
732b3002
SC
35142001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3515
3516 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
3517
89437448
AC
35182001-07-25 Andrew Cagney <ac131313@redhat.com>
3519
3520 * gdbint.texinfo (libgdb): Rewrite.
3521
f7dc1244 35222001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
3523
3524 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
3525
c4555f82
SC
35262001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3527
3528 * gdb.texinfo (TUI): New chapter, document the TUI.
3529 (Mode Options): Document the -tui option.
3530
2f45a6e0
MK
35312001-07-23 Mark Kettenis <kettenis@gnu.org>
3532
3533 * gdbint.texinfo (Host Definition): Remove description of
3534 NEED_POSIX_SETPGID.
3535
f7dc1244 35362001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
3537
3538 * gdb.tex (DJGPP Native): New node, with descriptions of
3539 DJGPP-specific commands.
3540
be9c6c35
JM
35412001-07-19 John R. Moore <jmoore@redhat.com>
3542
3543 * gdbint.texinfo: Three misspellings.
3544
dfa249fb
AC
35452001-07-06 Andrew Cagney <ac131313@redhat.com>
3546
3547 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
3548 `test` expressions on bash. Problem reported by Colin Walters.
3549
c72e7388
AC
35502001-07-04 Andrew Cagney <ac131313@redhat.com>
3551
3552 * gdbint.texinfo (User Interface): Update ui-out documentation to
3553 refelect recent UI/MI updates.
3554
94bbb2c0
AC
35552001-07-04 Andrew Cagney <ac131313@redhat.com>
3556
3557 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
3558 interpreters.
3559
af6c57ea
AC
35602001-06-15 Andrew Cagney <ac131313@redhat.com>
3561
3562 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
3563 structure and not macros.
3564 (Host Definition): Document that much of this chapter is obsolete.
3565 (Target Architecture Definition): Update list of files that make
3566 up a target architecture.
3567 (Coding): Update.
3568
83aa8bc6
AC
35692001-06-28 Andrew Cagney <ac131313@redhat.com>
3570
3571 * gdbint.texinfo (Target Architecture Definition): Update
3572 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
3573 The latter has been changed to a true predicate.
3574
f7dc1244 35752001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
3576
3577 * annotate.texi: Add @noindent where needed. From Dmitry
3578 Sivachenko <dima@Chg.RU>.
3579 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
3580
656db9b0
AC
35812001-06-16 Andrew Cagney <ac131313@redhat.com>
3582
3583 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
3584
df2396a1
AC
35852001-06-14 Andrew Cagney <ac131313@redhat.com>
3586
3587 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
3588 returns ``OK''. Document that the ``R'' packet does not reply.
3589
0f1f2b0a
MS
35902001-06-13 Michael Snyder <msnyder@redhat.com>
3591
3592 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
3593
f7dc1244 35942001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
3595
3596 * gdb.texinfo (Signals): Clarify the default setting of signal
3597 handling.
3598
a5d7c491
AC
35992001-05-14 Andrew Cagney <ac131313@redhat.com>
3600
3601 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
3602 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
3603
05a54c4f
AC
36042001-05-12 Andrew Cagney <ac131313@redhat.com>
3605
3606 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
3607
f7dc1244 36082001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
3609
3610 * gdbint.texinfo (Clean Design and Portable Implementation):
3611 Renamed from "Clean Design".
3612 (Clean Design and Portable Implementation): Document portable
3613 methods of handling file names, and the associated macros.
3614
f7dc1244 36152001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
3616
3617 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
3618 command and provide a cross-reference to its description.
3619 (Symbols): Note that "info scope" is useful for trace experiments.
3620
f7dc1244 36212001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 3622
b37052ae
EZ
3623 * gdb.texinfo (Symbols): Document "info scope".
3624 (Tracepoints): New chapter.
3625 (Contributors): Update for v5.1.
3626 <All nodes>: Change "C++" to "C@t{++}".
3627
0ee54786
EZ
3628 * gdbint.texinfo (User Interface): A new section about ui_out
3629 functions, based on text written by Fernando Nasser.
3630
c534679c
EZ
3631 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
3632
f7dc1244 36332001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 3634
e9c75b65
EZ
3635 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
3636
3637 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
3638
3639 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
3640 Replace "GDB" with "@value{GDBN}". Fix markup.
3641
3642 * annotate.texi: Change Permissions to GFDL. Update Copyright.
3643
3d67e040
EZ
3644 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
3645 a cross-reference to its description.
3646 (Symbols): Document "info symbol".
3647
f7dc1244 36482001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
3649
3650 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
3651 subsection "x86 Watchpoints".
3652 (Target Architecture Definition): Document the macros
3653 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
3654 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
3655
b0ed3589
AC
36562001-03-20 Andrew Cagney <ac131313@redhat.com>
3657
3658 * gdbint.texinfo (Target Architecture Definition): Update
3659 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
3660 list.
3661
b6ba6518
KB
36622001-03-06 Kevin Buettner <kevinb@redhat.com>
3663
3664 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
3665 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
3666
f7dc1244 36672001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
3668
3669 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
3670
f7dc1244 36712001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 3672
17cc6a06
EZ
3673 * gdb.texinfo (Environment): Document that `path' does not change
3674 the value of PATH in GDB's own environment (it did in the past,
3675 but that was changed on March 15, 1994). Reported by Doug Evans
3676 <dje@transmeta.com>.
3677
56caf160
EZ
3678 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
3679 its line. Fix markup of commands and macros. Add an Index node
3680 and index entries.
3681
29e57380
C
36822001-01-23 J.T. Conklin <jtc@redback.com>
3683
3684 * gdb.texinfo (Memory region attributes): New manual section.
3685
1c6147de
ND
36862001-01-04 Nicholas Duffek <nsd@redhat.com>
3687
3688 * gdbint.texinfo (POP_FRAME): Document use by return_command.
3689
f7dc1244 36902000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
3691
3692 * refcard.tex: Version and copyright fixed. From Phil Edwards
3693 <pedwards@disaster.jaj.com>.
3694
0dcedd82
AC
3695Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
3696
3697 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
3698 DWARF2_REG_TO_REGNUM): Document.
3699
3b851bce
AC
3700Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
3701
3702 * gdbint.texinfo (Coding): Update current value of
3703 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3704
f7dc1244 37052000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
3706
3707 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
3708 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
3709
b90a5f51
CF
37102000-11-10 Christopher Faylor <cgf@cygnus.com>
3711
3712 * gdb.texinfo: Document new 'set step-mode' command.
3713
f7dc1244 37142000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
3715
3716 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
3717 changes from Dmitry Sivachenko <dima@Chg.RU>.
3718
f7dc1244 37192000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
3720
3721 * gdb.texinfo (Hooks): Document the new post-hook functionality.
3722 From Steven Johnson <sbjohnson@ozemail.com.au>.
3723
2e685b93
MK
37242000-08-10 Mark Kettenis <kettenis@gnu.org>
3725
3726 * gdbint.texinfo (Overall Structure): Spelling fix.
3727
f7dc1244 37282000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
3729
3730 * gdbint.texinfo (Target Architecture Definition): Document that
3731 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
3732 for which REGISTER_CONVERTIBLE returns a zero value.
3733
63ac3005
EZ
37342000-07-08 Christopher Faylor <cgf@cygnus.com>
3735
3736 * Makefile.in (install-info): Find files to install in either the
3737 build or source directories (adapted from Makefile.am).
3738
bd79f757
ND
37392000-07-07 Nicholas Duffek <nsd@redhat.com>
3740
3741 * stabs.texinfo: Fix spelling errors.
3742 (String Field): FILE-NUMBER starts from 0, not 1.
3743
f7dc1244 37442000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
3745
3746 * refcard.tex: Remove \centerline from the blurb. Patch from
3747 Brian Youmans.
3748
f7dc1244 37492000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
3750
3751 * Makefile.in (install-info): Support installation from outside of
3752 the source directory. Reported by Mark Harig
3753 <markh@frazier.landmark.com>.
3754
f3b28801
C
37552000-06-20 J.T. Conklin <jtc@redback.com>
3756
3757 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
3758
449f3b6c
AC
3759Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
3760
3761 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
3762 Generate using pdftex.
3763 (PDFTEX): Define.
3764 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
3765 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
3766 @contents at the start.
3767
f7dc1244 37682000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
3769
3770 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
3771 Youmans.
3772
9e9c5ae7
AC
3773Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
3774
3775 From Brian Youmans:
3776 * gdb.texinfo: Fix ``et al.''.
3777
c741b251
AC
3778Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
3779
3780 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
3781 loop.
3782
4ab64e14
JG
37832000-05-19 Jimmy Guo <guo@cup.hp.com>
3784
3785 * configure: Regenerate.
3786
f7dc1244 37872000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
3788
3789 * Makefile.in (install-info): Run install-info on installed Info
3790 files.
3791
8c70017b
AC
3792Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
3793
a7cb598a
AC
3794 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
3795 Andrew Cagney.
8c70017b 3796
f7dc1244 37972000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
3798
3799 * gdb.texinfo: Proofreading changes from Brian Youmans.
3800
bf0184be
ND
38012000-05-01 Nick Duffek <nsd@cygnus.com>
3802
3803 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
3804 startup sequence, minor edits.
3805
f7dc1244 38062000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
3807
3808 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
3809 TeX.
3810
3811 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
3812 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
3813 like `n' and `s' which look weird. Convert some of the @kindex to
3814 @vindex, when they refer to variables, not commands.
3815
33e16fad
AC
3816Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
3817
3818 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
3819
f7dc1244 38202000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
3821
3822 * Makefile.in (GDBMI_DIR): New variable.
3823 (SET_TEXINPUTS): Add $(GDBMI_DIR).
3824 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
3825 (gdbmi.texinfo): New target, for texi2roff.
3826 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
3827 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
3828
3829 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
3830 gdbmi.texinfo.
3831 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
3832 comment.
3833
d167840f
EZ
38342000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3835
3836 * gdb.texinfo (Files): Update description of add-symbol-file
3837 command.
3838
f7dc1244 38392000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
3840
3841 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
3842 prevents the build (and is generally a Bad Idea).
3843
f7dc1244 38442000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
3845
3846 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
3847 a comma inside @var.
3848 (Command Files): Index markup changes from Dmitry Sivachenko
3849 <dima@Chg.RU>.
3850
f7dc1244 38512000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
3852
3853 * Makefile.in (LN_S): Define.
3854 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
3855 invoke "ln -s" unless it is known to work.
3856
3857 * configure.in (AC_PROG_LN_S): Add.
3858
8dc7983f
JB
38592000-04-14 Jim Blandy <jimb@redhat.com>
3860
3861 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
3862 section.
3863 (Target Conditionals): Document ADDRESS_TO_POINTER,
3864 POINTER_TO_ADDRESS.
3865
1a8237e8
DB
38662000-04-11 Daniel Berlin <dan@cgsoftware.com>
3867
3868 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
3869 gdb-cfg.texi to get the value.
3870
ca526f1a
JB
38712000-04-10 Jim Blandy <jimb@redhat.com>
3872
3873 * gdbint.texinfo (Target Architecture Definition): Fix
3874 cross-references.
3875
faaafcb4
JB
38762000-04-08 Jim Blandy <jimb@redhat.com>
3877
3878 * gdbint.texinfo (Using Different Register and Memory Data
3879 Representations): New section.
3880 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
3881 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
3882 REGISTER_CONVERT_TO_RAW): Document.
3883
1b27397f
AC
3884Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
3885
3886 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
3887 for acknowledgments.
3888
480ff1fb
AC
3889Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
3890
3891 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
3892 qThreadExtraInfo.
3893
a9331b3f 38942000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 3895
a9331b3f
RM
3896 * gdb.texinfo: Clarify which remote debug protocol commands are
3897 required and which are optional.
f1251bdd 3898
dbeb8dbd
AC
3899Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
3900
3901 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
3902 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
3903 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
3904 * annotate.texi: Update.
3905
6d2ebf8b
SS
39062000-03-28 Stan Shebs <shebs@apple.com>
3907
3908 * gdb.texinfo: Update dates, bump to Eighth Edition (note
3909 expectation of additional changes before release), update
3910 ISBN, add copy of top-level menu for @ifhtml, remove explicit
3911 node links, rephrase and/or shorten lines to fix formatting
3912 problem in both regular and @smallbook formats.
3913 * annotate.texi: Shorten lines in example, use smallexample
3914 consistently everywhere.
3915 * Makefile.in: Add comment about texinfo 4.0 html generation.
3916 (SFILES_INCLUDED): Add annotate.texi.
3917
5d161b24
DB
39182000-03-27 Daniel Berlin <dan@cgsoftware.com>
3919
3920 * gdb.texinfo (Debugging Output): Added new section, documenting
3921 the "set/show debug" commands.
3922
b9deaee7
AC
3923Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
3924
3925 * annotate.texi (Annotations): When GDBN omit @chapter and @node
3926 entry.
3927
3928 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
3929 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
3930 @chapter and @node entries.
a9331b3f 3931
b9deaee7 3932 * gdb.texinfo: Link all top-level nodes.
a9331b3f 3933
9ef47d30
AC
3934Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
3935
3936 * Makefile.in (install-info): Create $(infodir) before installing
3937 files.
3938
cfeada60
FN
39392000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
3940
3941 From David Whedon <dwhedon@gordian.com>
3942 * gdbint.texinfo : Added paragraphs about command deprecation.
3943
6837a0a2
DB
39442000-03-22 Daniel Berlin <dan@cgsoftware.com>
3945
3946 * gdb.texinfo: Add documentation for the apropos command.
3947
bba2971c
MS
39482000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
3949
3950 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
3951
2b628194
MS
39522000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
3953
a9331b3f 3954 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
3955 two places.
3956
96a2c332
SS
39572000-03-17 Stan Shebs <shebs@apple.com>
3958
3959 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
3960 <dima@Chg.RU>, also clarification of allowed content for
3961 string constants.
3962
f7dc1244 39632000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
3964
3965 * gdb.texinfo (main menu): Add Annotations.
3966 (File Options): Add @cindex entries for each command-line option.
3967 Document --epoch, --annotate, --async, --interpreter, --write,
3968 --statistics, and --version.
3969
3970 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
3971 of GDB.
3972
9d233477
JB
39732000-02-23 Jim Blandy <jimb@redhat.com>
3974
3975 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
3976
14e0eb3b
JB
39772000-02-22 Jim Blandy <jimb@redhat.com>
3978
3979 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
3980
3555de01
JM
39812000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
3982
3983 * Makefile.in (diststuff): New target.
3984
5e35df8e
KB
39852000-02-15 Kevin Buettner <kevinb@redhat.com>
3986
3987 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 3988 architecture. [From Jim Wilson.]
5e35df8e 3989
c5394b80
JM
39902000-01-16 Tom Tromey <tromey@cygnus.com>
3991
3992 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
3993 (Delete Breaks): Mention range arguments.
3994 (Disabling): Likewise.
3995
c3f6f71d
JM
39962000-01-05 Dmitry Sivachenko <dima@Chg.RU>
3997
3998 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
3999
c4093a6a
JM
4000Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
4001
4002 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
4003 valid functions.
4004
11cf8741
JM
40051999-11-05 Stan Shebs <shebs@andros.cygnus.com>
4006
4007 * gdb.texinfo: Clarify regular expressions used in rbreak.
4008
917317f4
JM
40091999-10-15 Kevin Buettner <kevinb@cygnus.com>
4010
4011 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
4012 MEMORY_REMOVE_BREAKPOINT): Document.
4013
4014Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
4015
4016 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
4017 offset re-using the DATA offset instead.
4018
2df3850c
JM
40191999-10-11 Jim Kingdon <kingdon@redhat.com>
4020
4021 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
4022
40231999-10-05 Stan Shebs <shebs@andros.cygnus.com>
4024
4025 From Dmitry Sivachenko <demon@gpad.ac.ru>:
4026 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
4027 typos.
4028
4029 * gdb.texinfo: Various minor wording and formatting improvements,
4030 mentions of additional command-line options.
4031
2acceee2
JM
40321999-09-30 Fred Fish <fnf@cygnus.com>
4033
4034 * gdb.texinfo: Document additional forms of specifying section
4035 names and addresses for the add-symbol-file command.
4036
c2c6d25f
JM
40371999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
4038
4039 * gdbint.texinfo: Fix typo, add the word "have".
4040
40411999-09-14 Jim Blandy <jimb@cris.red-bean.com>
4042
4043 * gdbint.texinfo (Target Architecture Definition): Document the
4044 SKIP_PERMANENT_BREAKPOINT macro.
4045
d4f3574e
SS
40461999-09-07 Stan Shebs <shebs@andros.cygnus.com>
4047
4048 * gdb.texinfo: Fiks speling errers.
4049
4050 * gdb.texinfo: Fix uses of @multitable.
4051
f7dc1244 4052 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e
SS
4053 * gdb.texinfo: Include details specific to DOS host, clarify
4054 some confusing language, fix @ref/@xref/@pxref usages, add
4055 comments about using with optimization, add more indexing,
4056 fix info about disassembly-flavor.
4057
4058Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
4059
4060 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
4061 SKIP_SOLIB_RESOLVER): Define.
4062
4063Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
4064
4065 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
4066 ``g'' packets.
4067
104c1213
JM
40681999-08-30 Stan Shebs <shebs@andros.cygnus.com>
4069
4070 * gdb.texinfo: Create a new "Configurations" chapter with
4071 platform-specific info, inline remote.texi and move sections of it
4072 into the new chapter, move bits about info proc, heuristic search,
4073 and register stack into the new chapter.
4074 * remote.texi: Remove, now part of gdb.texinfo.
4075 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
4076
40771999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
4078
4079 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
4080 GDB_TARGET_IS_MACH386): These kludges have gone away.
4081
4082Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
4083
4084 * gdbint.texinfo (Target Architecture Definition): Mention
4085 TDEPLIBS.
4086
53a5351d
JM
40871999-08-20 Stan Shebs <shebs@andros.cygnus.com>
4088
4089 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
4090 surrounding text to fit HP-UX bits into general info.
4091 (HPPA-cfg.texi): Remove, no longer useful.
4092
4093 * gdb.texinfo: Remove explicit links from @node lines, remove
4094 HP-added "Detailed Node Listing" from main menu which confuses
4095 things.
4096
4097 From Dmitry Sivachenko <dima@Chg.RU>:
4098 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
4099 in description of `set environment'.
4100
41011999-08-17 Stan Shebs <shebs@andros.cygnus.com>
4102
4103 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
4104
7be570e7
JM
41051999-08-12 Ben Elliston <bje@cygnus.com>
4106
4107 * gdbint.texinfo (Breakpoint Handling): Add missing words.
4108
f7dc1244 41091999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
4110
4111 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
4112 watch, awatch, and rwatch. Explain why the latter two cannot be
4113 set as software watchpoints. Document that watchpoints for local
4114 variables are deleted when the debuggee terminates.
4115
4116Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
4117
4118 * remote.texi (Protocol): Further clarification of the "qRcmd"
4119 packet. Allow E.. response packet. "qRcmd" packet is no longer
4120 reserved.
4121
41221999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4123
a9331b3f
RM
4124 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
4125 * gdb.texinfo: Ditto.
7be570e7 4126
96baa820
JM
41271999-08-06 Tom Tromey <tromey@cygnus.com>
4128
4129 * gdb.texinfo (KOD): New node.
4130
4131Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
4132
4133 * remote.texi (Rcmd): Fix minor formatting typos.
4134
4135Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
4136
4137 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
4138 packets.
4139
adf40b2e
JM
41401999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
4141
4142 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
4143 fixes.
4144
43ff13b4
JM
4145Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
4146
4147 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
4148
085dd6e6
JM
4149Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
4150
4151 * remote.texi (Communication Protocol): ``v'' is in use. Fix
4152 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
4153 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
4154 packets that are not supported on all hosts. Expand examples.
4155 Spell check.
4156
41571999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
4158
4159 * Makefile.in: Recognize html, install-html. Add targets
4160 to build HTML versions of documentation via texi2html.
4161
4162Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
4163
4164 * gdbint.texinfo (Testsuite): New chapter, information about the
4165 testsuite.
4166
4167Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
4168
4169 * remote.texi (Communication Protocol): Rewrite.
4170
4171Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
4172
4173 * stabs.texinfo: Fix uses of xref.
4174
9e0b60a8
JM
4175Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
4176
4177 * gdbint.texinfo: Add an anti-printf exhortation, and update the
4178 info about patch submission.
4179
cce74817
JM
4180Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
4181
4182 From Per Bothner <bothner@cygnus.com>:
4183 * gdb.texinfo: Document Chill support.
4184
4185Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
4186
4187 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
4188 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
4189 Document that the value should be greater-than or equal-to zero.
4190 (NO_STD_REGS): Document. Deprecate.
4191
ac9a91a7
JM
4192Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
4193
4194 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
4195 Document that these are not used.
4196
4197Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
4198
4199 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
4200
392a587b
JM
4201Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
4202
4203 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
4204 numargs was dropped.
4205
4206Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
4207
4208 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
4209
b83266a0
SS
4210Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
4211
4212 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
4213 Update.
4214
7a292a7a
SS
4215Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
4216
4217 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
4218 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
4219
4220Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
4221
4222 * gdbint.texinfo: Fix typos: $ -> @.
4223
4224Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
4225
4226 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
4227 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
4228 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
4229 BREAKPOINT_FROM_PC.
a9331b3f 4230
7a292a7a
SS
4231Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
4232
4233 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
4234 CALL_DUMMY_STACK_ADJUST): Document.
4235
4236Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
4237
4238 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
4239 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
4240
42411999-04-02 Stan Shebs <shebs@andros.cygnus.com>
4242
4243 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
4244 longer exists.
4245
4246Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
4247
4248 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
4249 nearly all @ifset/@ifclear conditionals; nobody uses them, and
4250 they make the manual source incomprehensible.
4251 * h8-cfg.texi: Remove, hasn't been used in years.
4252
c906108c
SS
4253Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
4254
4255 * gdb.texinfo: Update the credits.
4256
4257Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
4258
4259 * gdb.texinfo: Fix mistakes noticed in printout of last
4260 draft, add Alpha to discussion of heuristic fence post.
4261
4262Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
4263
4264 * gdb.texinfo, remote.texi: Many changes; update to Seventh
4265 Edition, merge some HP changes into mainline, describe some
4266 previously undocumented features, describe more of the target
4267 commands available, eliminate obsolete section on renamed
4268 commands.
4269 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
4270
4271Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
4272
4273 * gdb.texinfo: Make many HPPA conditionals unconditional,
4274 including catchpoint description, since now on for all configs.
4275 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
4276 specializations.
4277
4278Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
4279
4280 * Makefile.in (GDBvn.texi): Fix match expression to work with
4281 current format of VERSION in gdb/Makefile.in.
4282 * gdb.texinfo: Fix node ref to match new readline.
4283
4284Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
4285
a9331b3f
RM
4286 * gdb.texinfo: Changes made as part of a project to merge in
4287 changes made by HP. Documentation makes extensive use of
c906108c
SS
4288 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
4289 on remote debugging. There are differences in documentation
4290 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
4291 the HP manual discusses catchpoints, hardware watchpoints, and
4292 some HPUX specific limitations for shared library support.
a9331b3f 4293
c906108c
SS
4294 There are also a number of @node changes.
4295
42961999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
4297
4298 * gdbint.texinfo (Formatting): Disambiguate a sentence.
4299 (C Usage): Same.
4300
4301Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
4302
4303 The following changes were made by Edith Epstein
4304 <eepstein@cygnus.com> as part of a project to merge in changes
4305 made by HP.
a9331b3f 4306
c906108c
SS
4307 * HPPA-cfg.texi: new file.
4308
4309 * all-cfg.texi: set HPPA for HP PA-RISC targets.
4310
4311 * refcard.tex: change documentation about catch.
4312 removed info catch.
4313
4314Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
4315
4316 * gdbint.texinfo: Expand on GDB's coding standards,
4317 specify the use of arg names with prototypes.
4318
43191998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
4320
4321 * gdb.texinfo: Fix tipo.
4322
4323Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
4324
4325 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
4326 TARGET_BYTE_ORDER_SELECTABLE_P.
4327
4328Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
4329
4330 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
4331
43321998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
4333
4334 * agentexpr.texi: New file.
4335
4336Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
4337
4338 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
4339
43401998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
4341
4342 * remote.texi: Changed wording that implied that the GDB remote
4343 protocol caches register values instead of GDB itself.
4344
4345Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
4346
4347 * gdbint.texinfo: Add some info about symbol readers.
4348 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
4349 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
4350 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
4351 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
4352
4353Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
4354
a9331b3f 4355 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
4356
4357Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
4358
4359 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
4360
4361Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
4362
4363 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
4364 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
4365
4366Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
4367
4368 * gdbint.texinfo: Fix minor typos.
4369
4370Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
4371
4372 * gdbint.texinfo: Complete overhaul. Group descriptions more
4373 logically, add more info on generic algorithms, remove much
4374 obsolete and/or wrong material.
4375
4376Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
4377
4378 * stabs.texinfo (Method Type Descriptor): Expand and correct.
4379
4380Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
4381
4382 * refcard.tex: Copyright, address updates.
4383
4384Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
4385
4386 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
4387 for the edition instead of confusing GDB-version-like numbers.
4388
4389Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
4390
4391 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
4392
4393Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
4394
4395 * LRS: Reformat a bit to keep text under 80 columns.
4396
4397Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
4398
4399 * gdb.texinfo: Add some credits, mention bug monitor.
4400 * remote.texi: Mention mips monitor targets.
4401 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 4402
c906108c
SS
4403Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
4404
4405 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
4406 files, finish sorting of host vs target vs native macros, describe
4407 some more of them.
4408
4409Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
4410
4411 * gdbint.texinfo (Host Conditionals): Document change from
4412 using NO_MMALLOC to it's inverse, USE_MMALLOC.
4413
4414Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
4415
4416 * gdbint.texinfo (Host Conditionals): Document
4417 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
4418
4419Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
4420
4421 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
4422 Document LSEEK_NOT_LINEAR.
4423
4424Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
4425
4426 * stabs.texinfo (Stab Section Basics): Make it clear that only
4427 some versions of the GNU linker remove the leading N_UNDF symbol.
4428
4429Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
4430
4431 * stabs.texinfo (String Field): Document type number pairs here,
4432 instead of in the Sun specific section.
4433 (Include Files): The GNU linker supports the N_BINCL
4434 optimization. Clarify the N_BINCL value, and what it is used
4435 for.
4436 (Procedures): Document N_FUN with an empty string to mark the end
4437 of a function.
4438 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
4439 (Sun Differences): Remove this node, as the information is now
4440 elsewhere in the main document.
4441 (Stab Section Basics): Mention that the GNU linker may optimize
4442 stabs and remove the leading N_UNDF symbol.
4443
4444Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
4445
4446 * gdb.texinfo, refcard.tex: Restore author credit
4447
4448Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
4449
4450 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
4451 documentation to account for START and END macros taking
4452 one arg.
4453
4454Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
4455
4456 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
4457 * gdb.texinfo (Frames): Fix typo.
4458
4459Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
4460
4461 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
4462 a target_signal as arg type, not a pid.
4463
4464Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
4465
4466 * gdb.texinfo: Document `set assembly-language'.
4467
4468Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
4469
4470 * remote.texi: Update list of stubs in the GDB distribution.
4471
4472Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
4473
4474 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
4475 Also document that some systems can use mmalloc but must define
4476 this if their C runtime allocates memory that is later freed.
4477 (MMCHECK_FORCE): Document new macro.
a9331b3f 4478
c906108c
SS
4479Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
4480
4481 * remote.texi: Add documentation for target Sparclet.
4482
4483Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
4484
a9331b3f 4485 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
4486 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
4487 * configure.in: Rewritten for autoconf.
4488 * configure: New.
4489
4490Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
4491
4492 * Makefile.in (DVIPS): New define, set to dvips.
4493 (dvi): Add stabs.dvi.
4494 (ps): New target.
4495 (all-doc): Depend on info, dvi, and ps targets.
4496 (STAGESTUFF): Add *.ps and *.dvi files.
4497 (clean-info, clean-dvi): Remove.
4498 (mostlyclean): Does not depend upon clean-info or clean-dvi,
4499 rules completely rewritten.
4500 (maintainer-clean): Remove clean-info and clean-dvi
4501 dependencies and put their actions in the rules.
4502 (gdb.ps): New target
a9331b3f 4503 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
4504 intermediate TeX files, whether they have 2 or 3 character
4505 extensions.
4506 (gdbint.ps): Add target and rules.
4507 (gdb-internals): Delete unused target.
4508 (Makefile): Depends upon config.status also.
4509
4510Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
4511
4512 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
4513 set.
4514
4515Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
4516
4517 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4518 * gdb.texinfo (Expressions): Fix erroneous array constant example.
4519
4520Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
4521
4522 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
4523
4524Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4525
4526 * gdb.texinfo (Print settings): Document
4527 `set/show print static-members' commands.
4528
4529Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
4530
4531 * gdbint.texinfo (Native): Document name change, coredep.c to
4532 core-aout.c.
4533
4534Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
4535
4536 * stabs.texinfo (Include Files): Document the values the SunOS4
4537 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
4538
4539Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
4540
4541 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
4542 Fix typo.
4543
4544Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
4545
4546 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
4547 "gdb.tar.Z".
4548
4549Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
4550
4551 * Makefile.in (maintainer-clean): New target, synonym for
4552 realclean.
4553
4554Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
4555
4556 * Update all FSF addresses except those in COPYING* files.
4557
4558Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
4559
4560 From Richard Earnshaw (rearnsha@armltd.co.uk):
4561 * gdb.texinfo (convenience variables): Document $_exitcode.
4562 (quit): Document optional expression to use as exit code.
4563
4564Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
4565
4566 * gdb.texinfo, remote.texi: Brought up to date with various
4567 GDB changes.
4568
4569Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
4570
4571 * gdb.texinfo: Update dates and versions, fix comments about
4572 hardware watchpoints in future releases and about the
4573 sharedlibrary command.
4574
4575Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4576
4577 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
4578 C_FUN stab. Other cleanups.
4579
4580Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4581
4582 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
4583 for the sparc stub.
4584
4585Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4586
4587 * annotate.texi: Clarify which addresses have differing formats
4588 depending on the language and which do not.
4589
4590Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
4591
4592 * remote.texi (NetWare): Changed example to use BOARD= instead of
4593 NODE= argument to reflect correspoding change to gdbserve.nlm.
4594
4595Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4596
4597 * stabs.texinfo (Negative Type Numbers): Mention the fact that
4598 GDB, as well as AIX dbx, supports the size type attribute.
4599
4600Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4601
4602 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
4603
4604Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
4605
4606 * gdb.texinfo (Define): Document $arg0... arguments to commands,
4607 and new 'if' and 'while' commands.
4608
4609Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
4610
4611 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
4612
4613Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
4614
4615 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
4616 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
4617 NetWare targets. Mostly stolen from the Server node.
4618
4619Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4620
4621 * gdb.texinfo (Setting): Talk about the language of a source file
4622 versus the working language. The old documentation did not match
4623 what GDB did.
4624
4625Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4626
4627 * stabs.texinfo (Source Files): Document N_SO used to mark the end
4628 of a source file.
4629
4630Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4631
4632 * gdb.texinfo (Processes): New node.
4633
4634Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
4635
4636 * remote.texi: Update documentation of set/show mipsfpu.
4637
3fc11d3e
JM
4638Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
4639
4640 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
4641 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
4642
4643Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
4644
4645 * gdbint.texinfo: Removed mentions of some incorrectly placed and
4646 obsolete conditionals, described some others.
4647
4648Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4649
4650 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
4651 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
4652
4653Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
4654
4655 * gdbint.texinfo: Put regex conditionals in their own table.
4656
4657Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
4658
4659 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
4660 described or fixed the descriptions of many others.
4661
4662Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
4663
4664 * gdb.texinfo: Add some more credits.
4665 * gdbint.texinfo: Capitalize GDB consistently, describe some
4666 macros and remove some.
4667
4668Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
4669
4670 * gdbint.texinfo: Removed mentions of many incorrectly placed and
4671 obsolete conditionals, described some others.
4672
4673Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4674
4675 * gdb.texinfo (help targets): Changed to `help target', which
4676 is the correct gdb command.
4677
4678Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4679
4680 * annotate.texi (TODO): New node, for keeping track of annotations
4681 suggested but not yet implemented.
4682
4683Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4684
4685 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
4686 another symbol, it is not the address itself.
4687
4688Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
4689
4690 * stabs.texinfo (Stab Section Basics): Add comment about alignment
4691 of stabs-in-coff sections.
4692
4693Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4694
4695 * annotate.texi: Change edition to 0.5 and date to May 1994.
4696 Add index.
4697 (Frames): New node, for frame annotation.
4698 (Displays): New node, for display annotation.
4699
4700 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
4701 when waiting for your program to stop.
4702
4703Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4704
4705 * annotate.texi (Breakpoint Info): Document annotation of header
4706 fields and record annotation.
4707
4708Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4709
4710 * annotate.texi: New file, to document annotations.
4711
4712Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4713
4714 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
4715 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
4716
4717Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4718
4719 * stabs.texinfo (Stab Section Basics): Say what is in .stab
4720 section, and say n_strx field is compilation unit relative.
4721 * stabs.texinfo: Don't use @code for a.out when it is the name of
4722 an object file format.
4723
4724Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
4725
4726 * gdb.texinfo: Refer to file names, not path names, per rms
4727 convention.
4728 (Arguments): Fix typo.
4729
4730Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4731
4732 * stabs.texinfo (Global Variables): Talk about stabs in files
4733 where variables are referenced, but not defined.
4734
4735Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4736
4737 * stabs.texinfo: Move stuff on @ and # type descriptors from node
4738 Cplusplus to new nodes Member Type Descriptor and Method Type
4739 Descriptor. Re-write stuff for #.
4740
4741Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4742
4743 * gdb.texinfo (Print Settings): Don't document "set print
4744 fast-symbolic-addr off". The bug which it worked around was fixed
4745 on 25 Feb 94 in coffread.c, so I'm nuking the command.
4746
4747 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
4748 N_ENTRY node.
4749
4750 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
4751
4752Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4753
4754 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
4755 references to ieee-float.c.
4756
4757Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4758
4759 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
4760 match what the code actually does.
4761
4762Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4763
4764 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
4765
4766Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
4767
4768 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
4769 i, and b.
4770
4771Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
4772
4773 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
4774 well as for ELF and SOM. Unify the descriptions of ELF and SOM
4775 as "stabs in sections" rather than just saying "ELF and SOM".
4776 Also make that stuff apply to COFF.
4777
4778Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4779
4780 * gdb.texinfo (Formatting Documentation): Change GhostScript to
4781 Ghostscript.
4782
4783Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4784
4785 * gdb.texinfo (Continuing and Stepping): When talking about "step"
4786 versus functions without line numbers, also mention stepping into
4787 them as well as "step" when you are in them. Tell the user how to
4788 deal with the situation. Add comment about "debugging information".
4789
4790Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4791
4792 * stabs.texinfo (Enumerations): Document restriction on where
4793 enumeration types can appear and still win with GDB.
4794
4795Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4796
4797 * stabs.texinfo (Negative Type Numbers): Document format for type
4798 -16.
4799
4800Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4801
4802 * gdb.texinfo (Selection, Frame Info): Update information about
4803 arbitrary frame specficiations.
4804
4805Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
4806
4807 * gdb.texinfo, remote.texi: general editing pass prior to Net release
4808
4809Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4810
4811 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
4812
4813Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
4814
4815 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
4816
4817Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4818
4819 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
4820 Differences node to Statics node.
4821 (Statics): Discuss XCOFF use of V symbol descriptor.
4822
4823 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
4824 not clean.
4825
4826Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
4827
4828 * gdb.texinfo (Print Settings): Document `set print
4829 fast-symbolic-addr' and improve the doc for some other
4830 `set print's.
4831
4832Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4833
4834 * stabs.texinfo (String Field): Talk about defining several type
4835 numbers at once.
4836 Fix lint regarding changing node ELF Transformations to
4837 ELF and SOM Transformations.
4838
4839Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
4840
4841 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
4842
4843Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4844
4845 * stabs.texinfo (Cross-References): `::' is for nested types only
4846 within <>.
4847 (Structures): Document static members.
4848
4849Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4850
4851 * stabs.texinfo: Document S type attribute.
4852
4853Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
4854
4855 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
4856
4857Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
4858
4859 * gdbint.texinfo: Fix a few typos.
4860
4861Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4862
4863 * gdb.texinfo, remote.texi: formatting improvements
4864
4865 * gdb.texinfo (New Features): mention threads.
4866 (Summary, C): fix xrefs in newly contributed text.
4867 (Threads): index entries, clarifications, example
4868 (passim): minor typos fixed, phrasing improvements
4869
4870 * remote.texi (Bootstrapping): rephrase text on ^C and add index
4871 entries; (Server): explain use of gdbserver w/real-time systems,
4872 add example of conflicting TCP port; (MIPS Remote) break up
4873 running text into table, highlighting commands, and add example.
a9331b3f 4874
c906108c
SS
4875Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4876
4877 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
4878
4879Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4880
4881 * stabs.texinfo (Nested Symbols): New node.
4882 (String Field, Symbol Descriptors, Cross-References): Refer to it.
4883
4884Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4885
4886 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
4887 to picking which Bbss.bss symbol to use, and (because there seems to
4888 be no good way of doing it) re-write some of the text to make it
4889 sound like Bbss.bss isn't such a great idea after all (as currently
4890 designed).
4891
4892 * gdb.texinfo (C): In addition to saying people have to use g++ for
4893 good results, say they have to use stabs. Specifically say cfront
4894 doesn't work well.
4895 (Summary): Merge in information on Modula-2, Pascal, and Chill from
4896 the gdb README. Add xrefs to places where the support for the various
4897 languages is described in detail.
4898
4899Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4900
4901 * stabs.texinfo: Clean up stuff about visibility and virtual
4902 characters.
4903
4904 * stabs.texinfo (N_M2C): Cite Sun doc.
4905
4906Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4907
4908 * gdb.texinfo: updates re threads.
4909 * remote.texinfo: avoid index entries starting with digits.
4910
4911Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4912
4913 * stabs.texinfo (Enumerations): Talk about large, negative and
4914 octal values. Clean up cross reference to type attributes.
4915 (String Field): Say that GDB 4.11 supports size attribute.
4916
4917Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4918
4919 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
4920 is a mandatory step. Make the stuff about that more concise.
4921
4922Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4923
4924 * stabs.texinfo (Class Names): New node.
4925
4926 * gdb.texinfo (Command Files): Explain order of init file reading.
4927
4928 * remote.texi (Bootstrapping): Talk about getting the serial driver
4929 to deal with ^C sent by gdb to stop the remote system.
4930
4931Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
4932
4933 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
4934
4935 * libgdb.texinfo (Defining Commands): made the DOC arg
4936 to gdb_define_app_command a char * instead of char **
4937 per a suggestion from kingdon.
4938
4939 * libgdb.texinfo: total rewrite from a different starting
4940 premise.
4941
4942Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4943
4944 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
4945 floats passed as doubles (to improve clarity).
4946
4947Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4948
4949 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
4950
4951 * a4rc.sed: update to work with Andreas Vogel papersize params
4952
4953 * refcard.tex: use Andreas Vogel simplifications of papersize
4954 params; remove useless version info; update copyright date.
4955
4956Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4957
4958 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
4959
4960Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4961
4962 * gdb.texinfo (Files): Say what address the load command loads it at.
4963
4964 * stabs.texinfo (Common Blocks): Minor cleanups.
4965
4966 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
4967 that Sun has backed away from the linker kludge and thus the relevant
4968 issue is changes to the SunPRO tools, not the Solaris linker.
4969
4970 * stabs.texinfo (Traditional Integer Types): Clean up description
4971 of octal bounds a little bit. Document extra leading zeroes.
4972
4973Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4974
4975 * gdb.texinfo (Signaling): Update for symbolic symbol names
4976 and add a section explaining the difference between the GDB
4977 signal command and the shell kill utility.
4978
4979Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
4980
4981 * libgdb.texinfo: added `@' to braces that were unescaped.
4982
4983Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
4984
4985 * libgdb.texinfo: new file. Spec for the gdb library.
4986
4987Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4988
4989 * stabs.texinfo (Include Files): Fix typo (start -> end).
4990
4991Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4992
4993 * gdb.texinfo, remote.texi: assorted small improvements, mostly
4994 from Melissa at FSF's editing pass.
4995
4996Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4997
4998 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
4999 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
5000 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
5001
5002Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5003
5004 * remote.texi (Bootstrapping): Discuss 386 call gates.
5005
5006Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
5007
5008 * stabs.texinfo (Based Variables): New node.
5009
5010Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
5011
5012 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
5013 names, sizes, and formats to suggest how not to lose.
5014
5015Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
5016
5017 * stabs.texinfo (Methods): Fix typo.
5018
5019Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
5020
5021 * gdb.texinfo: Fix a few typos.
5022
5023Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5024
5025 * gdb.texinfo: Clarify how well it works with Fortran.
5026
5027 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
5028 More on relocating stabs in ELF files.
5029
5030Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5031
5032 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
5033
5034Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5035
5036 * stabs.texinfo (Local Variable Parameters): Talk about nameless
5037 parameters on VAX.
5038
5039Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5040
5041 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
5042
5043Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5044
5045 * stabs.texinfo: Make info author notice match the TeX author notice.
5046
5047Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
5048
5049 * stabs.texinfo: Initial-caps all words in node names and
5050 non-trivial words in section names.
5051
5052Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5053
5054 * stabs.texinfo: Many minor cleanups.
5055
5056 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
5057
5058Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
5059
5060 * stabs.texinfo: Remove full description of big example.
5061 It's not really helpful; just use pieces of it where appropriate.
5062 Add more Texinfo formatting directives (@samp, etc.).
5063 Use @deffn to define stab types.
5064 Eliminate some wordiness. Break up some nodes.
5065 Add an (alphabetized) index of symbol types.
5066 Use consistent capitalization style in node and section names.
5067
5068Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
5069
5070 * gdb.texinfo: Change typo "Two two" to "The two".
5071
5072Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5073
5074 * stabs.texinfo (XCOFF-differences): Remove references to
5075 non-existent types N_DECL and N_RPSYM.
5076
5077 * stabs.texinfo (String Field): Say that type attributes bug is
5078 fixed in GDB 4.10, since it is.
5079
5080 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
5081
5082Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
5083
5084 * stabs.texinfo: Formatting cleanups.
5085
5086Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5087
5088 * stabs.texinfo: When explaining the n_type of a stab, standardize
5089 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
5090 no tabs, use @r).
5091 (Global Variables): Clean up.
5092
5093Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5094
5095 * stabs.texinfo (Stack Variables): Re-write.
5096
5097Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5098
5099 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
5100 addresses of a source file. Also revise formatting.
5101 Change "object module" or "object file" to "source file".
5102 Various: Miscellaneous cleanups.
5103
5104Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5105
5106 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
5107
5108Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
5109
5110 * gdbint.texinfo: Removed many nonsensical machine-collected
5111 host and target conditionals, described some of the remainder.
5112
5113Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5114
5115 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
5116
5117 * gdbint.texinfo (Top): Add name to @top line, and re-write the
5118 paragraph which follows.
5119
5120 * gdbint.texinfo (Host): Use @code not @samp for Makefile
5121 variables. Looks better and avoids overful hbox.
5122
5123Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5124
5125 * stabs.texinfo (Procedures): Improve stuff on nested functions.
5126
5127Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5128
5129 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
5130 retransmit-timeout
5131
5132Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5133
5134 * gdbint.texinfo: Update statement about `some ancient Unix
5135 systems, like Ultrix 4.0' to Ultrix 4.2.
5136
5137Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
5138
5139 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
5140
5141 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
5142
5143 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
5144 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
5145
5146 * remote.texi: new name for former gdbinv-s.texi
5147
5148 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
5149
5150Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
5151
5152 * gdbinv-s.texi: Documented timeout and retransmit-timeout
5153 variables for MIPS remote debugging protocol.
5154
5155Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5156
5157 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
5158
5159Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
5160
5161 * Makefile.in (refcard.dvi): Use srcdir where necessary.
5162
5163Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
5164
5165 * gdb.texinfo: repair conditional bugs in text markup
5166
5167Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5168
5169 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
5170 to select Modula-2 material.
5171
5172Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5173
5174 * stabs.texinfo: Cleanups regarding statics.
5175
5176 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
5177 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
5178
5179Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5180
5181 * stabs.texinfo: N_MAIN is sometimes used for C.
5182
5183Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5184
5185 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
5186
5187Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
5188
5189 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 5190 removed from the code by Kingdon.
c906108c
SS
5191
5192Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5193
5194 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
5195 input when evaluating breakpoint conditions; the bug has been fixed.
5196
5197 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
5198 sets the ignore count to N-1, not to N.
5199
5200Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5201
5202 * refcard.tex (\hoffset): correct longstanding error to match
5203 intended offset; avoids cutting off edge on some printers
5204
5205Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5206
5207 * stabs.texinfo (Parameters): Say that order of stabs is significant.
5208
5209Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5210
5211 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
5212
5213Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5214
5215 * Makefile.in: (REFEDITS) new var to control whether PS or CM
5216 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
5217 collect sed edits if any, apply to refcard before formatting;
5218 (refcard.ps) stop implying PS fonts if PS output requested;
5219 (lrefcard.ps) delete extra target for variant PS fonts
5220
5221 * refcard.tex: parametrize papersize dependent info, collect
5222 in easily replaced spot
5223
5224 * a4rc.sed: new file, edits to refcard for A4 paper
5225
5226Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5227
5228 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
5229
5230Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5231
5232 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
5233
5234Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5235
5236 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
5237 politely rather than rudely.
5238
5239Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5240
5241 * stabs.texinfo: Document common blocks.
5242
5243Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
5244
5245 * stabs.texinfo: Add some basic info about stabs-in-elf.
5246
5247Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5248
5249 * stabs.texinfo (Top): Minor cleanup.
5250
5251Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
5252
5253 * Makefile.in (install-info): remove parentdir support
5254
5255Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5256
5257 * gdb.texinfo (Copying): delete this node and references to it;
5258 RMS says this manual need not carry GPL. (passim): Improvements
5259 from last round at FSF, largely due to Ian Taylor review, and
5260 minor formatting improvements.
5261
5262 * gdbinv-s.texi (passim): Improvements from last round at FSF,
5263 largely due to Ian Taylor review. (Debug Session): minor edits to
5264 new text.
5265
5266Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
5267
5268 * Makefile.in (realclean): Remove info and dvi files too.
5269
5270Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
5271
5272 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
5273 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
5274 * gdb.texinfo: Change accordingly.
5275
5276 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
5277 N_{L,R}BRAC,N_SLINE are relative to.
5278
5279Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
5280
5281 * Makefile.in (GDBvn.texi): Update atomically.
5282
5283Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
5284
5285 * gdbinv-s.texi (Debug Session): Document exceptionHook.
5286
5287Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
5288
5289 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
5290 addresses together. Also motivate the set print symbol-filename
5291 command and suggest other solutions.
5292
5293Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
5294
5295 * gdb.texinfo (set print elements): Note that the number of
5296 elements is set to unlimited by "set print elements 0".
5297
5298Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
5299
5300 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
5301 NF_LDOUBLE means.
5302 (Stab Types): Include Solaris stab types.
5303 (Procedures): Document Solaris extensions.
5304
5305Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5306
5307 * gdb.texinfo: Add `set print symbol-filename' doc.
5308
5309Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5310
5311 * stabs.texinfo (Arrays): Talk about type definition vs. type
5312 information.
5313
5314 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
5315 the trailing semicolon.
5316
5317Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5318
5319 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
5320 and merge in other parts of the document addressing these subjects.
5321 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
5322
5323 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
5324 at the end of a range type.
5325
5326 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
5327 AIX extensions.
5328
5329Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5330
5331 * stabs.texinfo (Stabs Format): Misc fixes.
5332
5333Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5334
5335 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
5336 (Traditional builtin types): Document convex convention for long long.
5337 (Negative builtin types): Discuss type names, and misc fixes.
5338
5339Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5340
5341 * stabs.texinfo (Builtin Type Descriptors): Document the floating
5342 point types used with @samp{R} type descriptor.
5343 (Symbol Descriptors): Describe how to handle conflict between
5344 different meanings of @samp{P} symbol descriptor.
5345
5346Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5347
5348 * stabs.texinfo: Remove node Quick Reference and put its children
5349 directly under the main menu.
5350
5351 * stabs.texinfo: Many more changes to bring it into line with
5352 AIX documentation and reality. I think it now has all the
5353 information from the AIX documentation, except that I burned
5354 out when I got to variant records (Pascal and Modula-2) and
5355 all the COBOL types. Oh well, we can add them later when we're
5356 worrying more about those languages.
5357
5358 * stabs.texinfo (Automatic variables): Talk about what it means
5359 to omit the symbol descriptor.
5360
5361Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5362
5363 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
5364 gcc2 behavior with promoted args.
5365
5366Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5367
5368 * gdb.texinfo: include readline appendices in info version of manual
5369
5370Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5371
5372 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
5373 target remote.
5374
5375 * gdb.texinfo (Machine Code): more index entries for disassemble
5376
5377Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
5378
5379 * Clarify the intended use of the gdb-testers and gdb-patches
5380 mailing lists, and shrink gzip comment.
5381
5382Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5383
5384 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
5385 DOSHOST configuration of manual.
5386
5387 * gdb.texinfo (MIPS Stack): new node.
5388
5389 * all-config.texi (MIPS) new switch.
5390
5391 * gdbinv-s.texi (Nindy Options) Remove two instances of future
5392 tense; (MIPS Remote) new node.
5393
5394 * gdb.texinfo (passim) rephrases to work around makeinfo @value
5395 bug; (Environment) less passive, other small cleanups in text about
5396 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
5397 (Remote) new MIPS Remote menu entry.
5398
5399Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
5400
5401 * stabs.texinfo: Many changes to include information from the
5402 AIX documentation.
5403
5404 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
5405
5406Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
5407
5408 * gdbint.texinfo (new node Debugging GDB, elsewhere):
5409 Move a bunch of information from ../README.
5410 (Getting Started): New node.
5411
5412Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5413
5414 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
5415
5416 * gdb.texinfo: advance manual revision dates to present
5417
5418 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
5419 stop using silly Roman numerals in @set variable names
5420
5421Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
5422
5423 * stabs.texinfo (Parameters): Keep trying to get this right.
5424
5425Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
5426
5427 * stabs.texinfo (Parameters): More on "local parameters".
5428
5429Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
5430
5431 * stabs.texinfo (Parameters): Re-do "local parameters" section.
5432
5433Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
5434
5435 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
5436 (Parameters): Rewrite.
5437 (xcoff-differences, Sun-differences): Minor changes.
5438
5439Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
5440
5441 * stabs.texinfo: Minor cleanup.
5442
5443Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
5444
5445 * gdbint.texinfo: Minor xcoff stuff.
5446
5447Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
5448
5449 * gdbint.texinfo: Update for new config directory structure.
5450 Add info about internal type data structures.
5451
5452Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
5453
5454 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
5455 $(srcdir).
5456 (gdb-config.texi): Depend on file in $(srcdir).
5457
5458Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
5459
5460 * stabs.texinfo: Fixes about N_SO.
5461
5462Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5463
5464 * gdb.texinfo: include list of nonstandard init file names
5465
5466 * *-config.texi: new switch GENERIC for text that applies *only*
5467 to (usual) multiple-target version of manual
5468
5469 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
5470 h8 config
5471
5472 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
5473 in menus (rather than conditionally selected multiple alternative
5474 menus).
5475
5476 * Makefile.in: define and use DOC_CONFIG var to select
5477 configuration for GDB user manual.
5478
5479 * gdb-config.texi: delete from repository, generate from Makefile.
5480
5481 * all-config.texi: normal `generic' configuration file, formerly
5482 stored as gdb-config.texi
5483
5484Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
5485
5486 * Makefile.in: add dvi target to build all .dvi files
5487
5488Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5489
5490 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
5491
5492Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
5493
5494 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
5495 host conditionals.
5496 * stabs.texinfo: More array fixes inspired by Jim's.
5497
5498Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
5499
5500 * stabs.texinfo: Fixes re arrays and continuations.
5501
5502 * gdbint.texinfo: Add XCOFF node.
5503
5504Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
5505
5506 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
5507
5508Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
5509
5510 * stabs.texinfo: Fix for array types to mention lower bounds.
5511
5512Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
5513
5514 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
5515
5516Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
5517
5518 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
5519
5520Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
5521
5522 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
5523 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
5524
5525Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
5526
5527 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
5528
5529Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5530
5531 * gdb.texinfo, gdbinv-s.texi: misc updates
5532
5533Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
5534
5535 * gdbint.texinfo: Brief documentation for longjmp support,
5536 from an email msg by Stu.
5537
5538Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
5539
5540 * stabs.texinfo: Fix description of floating point "range"
5541 types (which really define basic types). Reported by Jim Meehan,
5542 <meehan@src.dec.com>.
5543
5544 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
5545
5546Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
5547
5548 * gdbint.texinfo: Slightly expand section on supporting a new
5549 object file format.
5550
5551Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
5552
5553 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
5554 intermediate file.
5555
5556Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5557
5558 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
5559
5560Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5561
5562 * gdbinv-s.texi: z8000 simulator target name is just "sim"
5563
5564 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
5565 as well as Z8002.
5566
5567Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
5568
5569 * gdbint.texinfo: Add sections on clean design and on how to send
5570 in changes.
5571
5572Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
5573
5574 * gdbint.texinfo: Add how to declare the result of make_cleanup.
5575
5576Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
5577
5578 * gdb.texinfo: Fix typo, reported by Karl Berry.
5579
5580Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
5581
5582 * gdb.texinfo: Add opcodes dir to GDB distribution description.
5583
5584Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5585
5586 * gdbint.texinfo: fixed a stray email address (needs @@),
5587 added @table @code to node "Native Conditionals"
5588
5589Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
5590
5591 * gdbint.texinfo: Describe coding style of GDB.
5592
5593Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
5594
5595 * stabs.texinfo: Minor wording changes.
5596
5597Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
5598
5599 * gdbint.texinfo: Improve release doc slightly.
5600
5601Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
5602
5603 * gdbint.texinfo: Improve doc of GDB config macros.
5604
5605Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
5606
5607 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
5608 These will be reinserted when examined.
5609
5610Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
5611
5612 * gdbint.texinfo: Make a start at documenting all the #if macros
5613 in GDB. At least list them all, and start separating them into
5614 host-specific and target-specific.
5615
5616Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
5617
5618 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 5619 examples (not consistent w others).
c906108c
SS
5620 gdb.texinfo: issue disclaimer paragraph on cmdline options only
5621 for generic vn of doc
5622
5623Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
5624
5625 * Makefile.in: always create installation directories.
5626
5627Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
5628
5629 * gdb.texinfo: in h8 config, do not describe searching commands.
5630
5631Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
5632
5633 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
5634 conditionals; introduce a few generic switches that may be
5635 useful for other cross-dev or dos-hosted configs.
5636
5637 * gdb.texinfo: fix typo in "info reg" description
5638
5639Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
5640
5641 * stabs.texinfo: Minor updates from running TeX over it.
5642 * Makefile.in (stabs.dvi, stabs.ps): Add.
5643
5644Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
5645
5646 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
5647 First pass at converting it to texinfo.
5648
5649Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
5650
5651 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
5652 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
5653
5654Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
5655
5656 * gdbint.texinfo: Add section on partial symbol tables.
5657
5658Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
5659
5660 * gdb.texinfo: document `set remotedebug' and `set
5661 rstack_high_address'.
5662
5663Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
5664
5665 * gdb.texinfo: slight expansion of new text on reading info files
5666 * gdbinv-s.m4.in: correct and expand info on cross-debugging
5667 H8/300 from DOS.
5668
5669Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
5670
5671 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
5672
5673Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
5674
5675 * gdb.texinfo: Say how to read the `info' files.
5676
5677Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
5678
5679 * Makefile.in: gm4 -> m4.
5680
5681Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
5682
5683 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
5684 Documentation' ahead of `Installing GDB' to match README.
5685 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 5686 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
5687
5688Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
5689
5690 * Makefile.in: remove $(srcdir) from gdb.info rule.
5691
5692Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
5693
5694 * Makefile.in: commented out gdb-all.texinfo rule. This is
5695 temporary.
5696
5697Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
5698
5699 * Makefile.in, configure.in: removed traces of namesubdir,
5700 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
5701 copyrights to '92, changed some from Cygnus to FSF.
5702
5703Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
5704
5705 * gdb.texinfo: Improve how we ask for bug reports.
5706
5707Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
5708
5709 * Makefile.in: infodir belongs in datadir.
5710
5711Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
5712
5713 * Makefile.in: remove spaces following hyphens, bsd make can't
5714 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 5715 standards.text support.
c906108c
SS
5716
5717Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
5718
5719 * Makefile.in: idestdir and ddestdir go away. Added copyrights
5720 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
5721 and mandir now keyed off datadir by default.
5722
5723\f
5724Local Variables:
9e9c5ae7 5725mode: change-log
c906108c
SS
5726left-margin: 8
5727fill-column: 74
5728version-control: never
5729End:
This page took 0.818467 seconds and 4 git commands to generate.