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