* gdbarch.sh (target_gdbarch): New global variable.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
158c7665
PH
12008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
2
3 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
4 and False.
5
30e026bb
VP
62008-08-20 Vladimir Prus <vladimir@codesourcery.com>
7
8 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
9 for possible features of -list-features.
10
c6ebd6cf
VP
112008-08-19 Vladimir Prus <vladimir@codesourcery.com>
12
13 * gdb.texinfo (Background execution): Adjust example
14 (GDB/MI Miscellaneous Commands): Document -list-target-features.
15
aeac0ff9
VP
162008-08-19 Vladimir Prus <vladimir@codesourcery.com>
17
18 * doc/gdb.texinfo (PowerPC): Fix typo.
19 (PowerPC features): Fix typo.
20
5231c1fd
PA
212008-08-18 Pedro Alves <pedro@codesourcery.com>
22
23 * observer.texi (thread_ptid_changed): New.
24
677c5bb1
LM
252008-08-18 Luis Machado <luisgpm@br.ibm.com>
26
27 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
28 (PowerPC features): Mention feature set for VSX registers.
29
f3a2dd1a
JB
302008-08-13 Joel Brobecker <brobecker@adacore.com>
31
32 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
33 the direct visibility of all names in user-written packages.
34
33e5cbd6
PA
352008-08-13 Pedro Alves <pedro@codesourcery.com>
36
37 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
38 setting, and make it the default.
39 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
40 non-stop script example.
41
d0384fc4
TJB
422008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
43
44 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
45 reference to the "Using Different Register and Memory Data
46 Representation" section.
47
a6f3e723
SL
482008-08-12 Sandra Loosemore <sandra@codesourcery.com>
49
50 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
51 (Remote Protocol): Add Packet Acknowledgment to menu.
52 (Overview): Mention +/- can be disabled, and point to new section
53 where this is discussed in detail.
54 (General Query Packets): Document QStartNoAckMode packet, and
55 corresponding qSupported reply.
56 (Packet Acknowledgment): New section.
57
0606b73b
SL
582008-08-11 Sandra Loosemore <sandra@codesourcery.com>
59 Pedro Alves <pedro@codesourcery.com>
60
61 * gdb.texinfo (Threads): Move paragraph about automatic thread
62 selection to All-Stop Mode subsection.
63 (Thread Stops): Reorganize existing material into subsections.
64 Add introductory blurb and menu.
65 (Non-Stop Mode): New subsection.
66 (Background Execution): New subsection.
67 (Maintenance Commands): Add cross-references from async mode
68 commands to the new Background Execution section.
69
d57a3c85
TJB
702008-08-06 Tom Tromey <tromey@redhat.com>
71
72 * gdb.texinfo (Extending GDB): New chapter.
73 (Sequences): Demoted chapter, now a section under the new
74 Extending GDB chapter.
75 (Python): New section.
76
6d76a53d
SS
772008-07-31 Stan Shebs <stan@codesourcery.com>
78
79 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
80
1f70da6a
SS
812008-07-29 Stan Shebs <stan@codesourcery.com>
82
83 * gdbint.texinfo: General round of cleanup and minor
84 clarifications.
85 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
86 (Longjmp Support): Update description to reflect how it is done
87 for targets without using native header.
88 (Symbol Handling): Add a little more general explanation.
89 (COFF, ELF): Mention stabs encapsulation.
90 (DWARF 3): New section.
91 (Adding a New Host): Scrub out some obsolete bits.
92 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
93 (Host Conditionals): Remove descriptions of NO_STD_REGS,
94 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
95 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
96 SEEK_SET, STOP_SIGNAL, USG.
97 (Raw and Virtual Register Representations): Ditto for
98 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
99 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
100 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
101 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
102 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
103 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
104 DEPRECATED_REGISTER_VIRTUAL_SIZE,
105 DEPRECATED_REGISTER_VIRTUAL_TYPE,
106 DEPRECATED_USE_STRUCT_CONVENTION.
107 Describe gdbarch_deprecated_fp_regnum.
108 Update description of gdbarch_print_insn.
109 (Adding a New Target): Scrub out obsolete bits.
110 (Obsolete Conditionals): Remove entire section.
111
383f836e
TT
1122008-07-25 Tom Tromey <tromey@redhat.com>
113
114 * observer.texi (GDB Observers): Document new observers:
115 breakpoint_created, breakpoint_deleted, breakpoint_modified,
116 tracepoint_created, tracepoint_deleted, tracepoint_modified,
117 architecture_changed.
118
cfd8ab24
SS
1192008-07-21 Stan Shebs <stan@codesourcery.com>
120
121 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
122 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
123
781b42b0
TT
1242008-07-21 Tom Tromey <tromey@redhat.com>
125
126 * observer.texi (GDB Observers): Remove obsolete comment.
127 <executable_changed>: Remove argument.
128
d7d9f01e
TT
1292008-07-18 Tom Tromey <tromey@redhat.com>
130
131 * gdb.texinfo (Macros): Update. Use @code rather than @command.
132
bf250677
DE
1332008-07-10 Doug Evans <dje@google.com>
134
135 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
136
10568435
JK
1372008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
138
139 * gdb.texinfo (Starting): Document "set disable-randomization".
140
5ae4183a
AS
1412008-07-07 Andreas Schwab <schwab@suse.de>
142
143 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
144
b56e7235
VP
1452008-07-06 Vladimir Prus <vladimir@codesourcery.com>
146
147 * gdb.texinfo (GDB/MI Target Manipulation): Add
148 example of -target-attach.
149
e1ac3328
VP
1502008-06-10 Vladimir Prus <vladimir@codesourcery.com>
151
152 * observer.texi (target_resumed): New observer.
5ae4183a 153 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 154
65d12d83
TT
1552008-06-06 Tom Tromey <tromey@redhat.com>
156
157 * gdb.texinfo (Completion): Add field name example.
158
fbc5282e
MK
1592008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
160
161 * gdb.texinfo (GDB/MI Program Context): Added example
162 to -exec-arguments
5ae4183a 163
fbc5282e 1642008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
165
166 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
167 annotation.
168
c16158bc 1692008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
170 Nathan Sidwell <nathan@codesourcery.com>
171 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
172
173 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
174 and ACX_BUGURL.
175 * configure: Regenerate.
176 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
177 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
178 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
179 mailing-list-specific text about bug reporting unless
180 BUGURL_DEFAULT.
181
75c99385
PA
1822008-06-05 Pedro Alves <pedro@codesourcery.com>
183
184 * gdb.texinfo (-target-select): Remove reference to target async.
185 (Maintenance Commands): Document "maint set/show remote-async".
186
1763a388
MK
1872008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
188
189 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
190 in -target-file-get section.
5ae4183a 191
d0d064df
PA
1922008-05-22 Pedro Alves <pedro@codesourcery.com>
193
9b562ab8
PA
194 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
195 killing the inferior when it is already debugging a process.
d0d064df 196
8dfa32fc
JB
1972008-05-21 Joel Brobecker <brobecker@adacore.com>
198
199 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
200 abbreviation for "finish".
201
55f996a7
NR
2022008-05-21 Nick Roberts <nickrob@snap.net.nz>
203
204 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
205
ba2b1c56
DJ
2062008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
207
208 * gdbint.texinfo (Target Conditionals): Delete entry for
209 gdbarch_dwarf_reg_to_regnum.
210
08388c79
DE
2112008-05-09 Doug Evans <dje@google.com>
212
a3c83fae 213 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 214
d14508fe
DE
2152008-05-05 Doug Evans <dje@google.com>
216
217 * gdb.texinfo (disassemble): Document /m modifier.
218
e2b7ddea
VP
2192008-05-05 Vladimir Prus <vladimir@codesourcery.com>
220
5ae4183a
AS
221 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
222 will not report the time of commands that run the target.
e2b7ddea 223
8eb41542
VP
2242008-05-03 Vladimir Prus <vladimir@codesourcery.com>
225
226 * gdb.texinfo (GDB/MI Output Records): Add
227 missing semicolon.
228
82f68b1c
VP
2292008-05-03 Vladimir Prus <vladimir@codesourcery.com>
230
231 * gdb.texinfo (GDB/MI Output Records):
232 Document =thread-create and =thread-exited.
233
fa0f268d
VP
2342008-05-03 Vladimir Prus <vladimir@codesourcery.com>
235
236 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 237 Remove mention of dmi-discuss.
fa0f268d 238
063bfe2e
VP
2392008-05-03 Pedro Alves <pedro@codesourcery.com>
240
241 * observer.texi (thread_exit): New.
242
237fc4c9
PA
2432008-05-02 Pedro Alves <pedro@codesourcery.com>
244
245 * gdb.texinfo (Debugging Output): Document "set/show debug
246 displaced".
247 (Maintenance Commands): Document "maint set/show
248 can-use-displaced-stepping".
249
0428b8f5
DJ
2502008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
251
252 * gdb.texinfo (ARM): Document set/show arm fallback-mode
253 and set/show arm force-mode.
254
5009afc5
AS
2552008-05-02 Andreas Schwab <schwab@suse.de>
256
257 * gdbint.texinfo (Algorithms): Describe
258 target_watchpoint_addr_within_range.
259
669fac23
DJ
2602008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
261
262 * gdbint.texinfo (Stack Frames): New chapter.
263 (Algorithms): Move Frames text to the new chapter.
264 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
265 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
266
721c02de
VP
2672008-04-24 Vladimir Prus <vladimir@codesourcery.com>
268
5ae4183a
AS
269 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
270 output does not necessary include any tokens.
721c02de 271
c055b101
CV
2722008-04-22 Corinna Vinschen <vinschen@redhat.com>
273
274 * gdb.texinfo (Set SH Calling convention): New @item.
275 (Show SH Calling convention): Ditto.
276
68837c9d
MD
2772008-04-22 Markus Deuling <deuling@de.ibm.com>
278
279 * gdb.texinfo (Fortran Operators): Describe '%' operator.
280
2e9132cc
EZ
2812008-04-20 Eli Zaretskii <eliz@gnu.org>
282
283 * gdb.texinfo (Set Breaks): Mention that multiple location
284 breakpoints need line number info. Add index entries.
285
31fffb02
CS
2862008-04-19 Craig Silverstein <csilvers@google.com>
287
288 * gdb.texinfo (Requirements): Add an optional requirement on
289 zlib.
290 * gdbint.texinfo (Debugging File Formats): Add new subsection for
291 Compressed DWARF 2.
292
a47ec5fe
AR
2932008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
294
295 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
296 sample output for 'stopped,reason="breakpoint-hit"' message.
297 (GDB/MI Program Execution): Likewise.
298
de051565
MK
2992008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
300
5ae4183a 301 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
302 -var-set-format. Add -f option to -var-evaluate-expression.
303
6ba66d6a
JB
3042008-04-03 Joel Brobecker <brobecker@adacore.com>
305
306 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
307 new node "Ambiguous Expressions". Replace references to this
308 node by references to "Ambiguous Expressions" throughout.
309 (Ambiguous Expressions): New node.
310
1e26b4f8
DJ
3112008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
312
313 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
314
b84876c2
PA
3152008-03-21 Pedro Alves <pedro@codesourcery.com>
316
317 * gdb.texinfo (Debugging Output): Document
318 "set/show debug lin-lwp-async".
319 (Maintenance Commands): Document "maint set/show linux-async".
320
63092375
DJ
3212008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
322
323 * gdb.texinfo (Expressions): Update description of malloced arrays.
324
8e8901c5
VP
3252008-03-15 Vladimir Prus <vladimir@codesourcery.com>
326
327 * gdb.texinfo (Thread Commands): Document
328 -thread-info. Remove -thread-list-all-threads.
329
1fddbabb
PA
3302008-03-14 Pedro Alves <pedro@codesourcery.com>
331 Sandra Loosemore <sandra@codesourcery.com>
332
333 * gdb.texinfo (Library List Format): Update to mention the
334 possibility to pass section addresses instead of segment
335 addresses.
336
ccd213ac
DJ
3372008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
338
339 * gdb.texinfo (Starting): Document "set exec-wrapper".
340 (Server): Document gdbserver --wrapper.
341
fa4727a6
DJ
3422008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
343
344 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
345 unreadable memory. Delete obsolete SPARClite reference.
346
8edfe269
DJ
3472008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
348
349 * gdb.texinfo (Starting): Mention always-running targets.
350 (Target Commands): Add an anchor for load.
351 (Connecting): Explain continue instead of run.
352
1843f87b
DJ
3532008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
354
355 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
356
f9082629
NR
3572008-02-26 Nick Roberts <nickrob@snap.net.nz>
358
359 * gdb.texinfo (Set Breaks): Revert description of Enb column of
360 breakpoint table.
361
fd96d250
PA
3622008-02-19 Pedro Alves <pedro@codesourcery.com>
363
364 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
365 killing the inferior when it is already debugging a process.
366
36af4ef6
MD
3672008-02-13 Markus Deuling <deuling@de.ibm.com>
368
369 * gdbint.texinfo (Build Script): New section. Mention new build script
370 gdb_buildall.sh.
371
cda4ce5a
JB
3722008-02-01 Jim Blandy <jimb@red-bean.com>
373
374 * gdb.texinfo (Help): Summarize 'info args' correctly.
375
4acd40f3
TJB
3762008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
377
378 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
379 available in PowerPC architecture.
380 (Embedded Processors): Change node name of PowerPC item in menu.
381 (PowerPC): Rename to...
382 (PowerPC Embedded): this.
383 (Architectures): Add new PowerPC item in menu.
384 (PowerPC): New node.
385
6e6c6f50
DJ
3862008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
387
388 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
389 commands.
390
5ee187d7
DJ
3912008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
392
393 * gdb.texinfo (Setting Catchpoints): Mention features
394 supported on GNU/Linux.
395
e275c0d9
NR
3962008-01-30 Nick Roberts <nickrob@snap.net.nz>
397
398 * gdb.texinfo (GDB/MI File Commands): Describe new output
399 field for MI command -file-list-exec-source-file.
400
2d717e4f
DJ
4012008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
402
403 * gdb.texinfo (Using the `gdbserver' Program): Add security
404 warning. Rearrange into subsections and subsubsections. Document
405 --multi and --debug. Correct --with-sysroot typo. Update --attach
406 usage. Make load reference clearer. Document monitor exit.
407 (Remote Configuration): Document set remote exec-file, attach-packet,
408 and run-packet.
409 (Packets): Document vAttach and vRun.
410
d35a4257 4112008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
412
413 * gdb.texinfo (Processes): Mention process command.
414 detach-on-follow -> detach-on-fork.
415
c78d192c
DJ
4162008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
417
418 * gdbint.texinfo (Native Conditionals): Remove
419 SHELL_COMMAND_CONCAT and SHELL_FILE.
420
d35a4257
EZ
4212008-01-26 Eli Zaretskii <eliz@gnu.org>
422
423 * gdb.texinfo (Specify Location): Improve wording.
424
93815fbf
VP
4252008-01-23 Chris Demetriou <cgd@google.com>
426
427 * gdb.texinfo (Threads): Document new "set print thread-events"
428 and "show print thread-events" commands.
429
2a25a5ba
EZ
4302008-01-19 Eli Zaretskii <eliz@gnu.org>
431
432 * gdb.texinfo (Specify Location): New section.
433 (Delete Breaks, Edit, Set Breaks): Remove description of
434 locations. Instead, add a reference to "Specify Location".
435 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
436 (Symbols): Refer to "Specify Location" for the valid forms of
437 linespecs and locations.
438
32c9a795
MD
4392008-01-18 Markus Deuling <deuling@de.ibm.com>
440
441 * gdbint.texinfo (Target Conditionals): Replace the description of
442 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
443
b17828ca
JB
4442008-01-12 Paul Hilfinger <hilfinger@adacore.com>
445
446 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
447 about &&var, which is rejected by the expression parser.
448
0aea4bf3
LM
4492008-01-09 Luis Machado <luisgpm@br.ibm.com>
450
451 * gdb.texinfo (Output): Update documentation on using printf with DFP
452 types.
453
febe4383
TJB
4542008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
455
456 * gdb.texinfo (C and C++): Add Decimal Floating Point format
457 subsubsection.
458 (Decimal Floating Point format): New subsubsection.
459
7a404eba
PA
4602008-01-05 Pedro Alves <pedro@codesourcery.com>
461
462 * gdb.texinfo (File Options): Remove mention of the attempt to
463 open a core file with the -p option. Don't list -c as a valid
464 option to attach to a process.
465
a4d9b460
PA
4662008-01-05 Pedro Alves <pedro@codesourcery.com>
467
468 * gdbint.texinfo (Host Conditionals): Remove mention of
469 ALIGN_STACK_ON_ENTRY.
470
6ec2edbe
JB
4712008-01-05 Joel Brobecker <brobecker@adacore.com>
472
473 * gdbint.texinfo (Start of New Year Procedure): Add item
474 describing how to update the source and documentation copyright
475 notices.
476
d8b2a693
JB
4772007-12-18 Jim Blandy <jimb@codesourcery.com>
478
ab209b3a 479 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
480 watchpoint explanation into the main description of the watchpoint
481 command; update synopses of 'watch', 'rwatch', and 'awatch'
482 commands.
483
8b4ed427
VP
4842007-12-18 Vladimir Prus <vladimir@codesourcery.com>
485
486 * gdb.texinfo (Miscellaneous gdb/mi Commands):
487 Document 'pending-breakpoints' feature of
488 -list-features.
489
37e4754d
LM
4902007-12-17 Luis Machado <luisgpm@br.ibm.com>
491
669fac23 492 * gdb.texinfo: Add new parameter's description.
37e4754d 493
1d3811f6
DJ
4942007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
495
496 * gdb.texinfo (Overview): Clarify run-length encoding
497 example. Remove the restriction on "+" and "-" characters.
498
c1c25a1a
EZ
4992007-12-15 Eli Zaretskii <eliz@gnu.org>
500
501 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
502
afe8ab22 5032007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 504
afe8ab22
VP
505 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
506 the -f option for -break-insert, remove -r option,
507 and clarify specification of location.
508
a6b151f1
DJ
5092007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
510
511 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
512 formatting.
513 (Remote Debugging): Add File Transfer section.
514 (Remote Configuration): Document Host I/O packets.
515 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 516 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
517 (Packets): Add vFile.
518
3b784c4f
EZ
5192007-11-17 Eli Zaretskii <eliz@gnu.org>
520
521 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
522 breakpoints with multiple locations.
523 (Breakpoint Menus): Improve wording.
524 (Output): Fix last change.
525
a4ce5b0d
UW
5262007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
527
528 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
529
1b39d5c0
DE
5302007-11-15 Doug Evans <dje@google.com>
531
532 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
533
7a72d44c
VP
5342007-11-15 Vladimir Prus <vladimir@codesourcery.com>
535
536 * gdbint.texinfo (Native Conditionals): Remove
537 mention of CLEAR_SOLIB.
5ae4183a 538
6d1829bf 5392007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
540
541 * gdb.texinfo (Print Settings): Add documentation for "set/show
542 print frame-arguments".
543
1a619819
LM
5442007-11-05 Luis Machado <luisgpm@br.ibm.com>
545
3b784c4f 546 * gdb.texinfo (Output): Update printf command's description.
1a619819 547
55eddb0f
DJ
5482007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
549
550 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
551 powerpc soft-float".
552
9cceb671
DJ
5532007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
554
555 * gdb.texinfo (Files): Correct formatting. Mention Expat
556 requirement.
557 (Requirements for Building GDB): Expand the list of Expat
558 uses.
559 (Library List Format, Memory Map Format): Mention Expat.
560 (Target Descriptions): Update Expat wording.
561
83acabca
DJ
5622007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
563
564 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
565 Document that gdbarch_convert_register_p should return zero for no-op
566 conversions.
567
e35879db
UW
5682007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
569
83acabca 570 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
571 of set_gdbarch_sofun_address_maybe_missing back to ...
572 (Target Conditionals): ... here to fix build break.
573
203c3895
UW
5742007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
575
83acabca 576 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
577 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
578 (Compiler Characteristics): ... documentation of
579 set_gdbarch_sofun_address_maybe_missing.
580
11411de3
DJ
5812007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
582
583 * gdbint.texinfo (Target Conditionals): Use
584 frame_unwind_register_unsigned in examples instead of
585 frame_unwind_unsigned_register.
586
7cc46491
DJ
5872007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
588
589 * gdb.texinfo (Predefined Target Types): Add int128
590 and uint128.
591 (Standard Target Features): Add PowerPC features.
592
81adfced
DJ
5932007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
594
595 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
596
c1874924
UW
5972007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
598
599 * gdbint.texi (Target Conditionals): Remove documentation
600 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
601 gdbarch_extract_return_value, and gdbarch_store_return_value.
602
f6e56ab3
UW
6032007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
604
605 * gdbint.texi (Target Conditionals): Remove documentation of
606 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
607
56cf5405
KH
6082007-10-11 Kazu Hirata <kazu@codesourcery.com>
609
610 * gdb.texinfo: Mention that inaccessible-by-default is on by
611 default.
612
35156bae
DJ
6132007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
614
615 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
616
d983da9c
DJ
6172007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
618
619 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
620 multi-threaded watchpoints.
621 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
622 checked. Describe sticky notification. Expand description
623 of steppable and continuable watchpoints.
624 (Watchpoints and Threads): New subsection.
625
fe6fbf8b
VP
6262007-09-28 Vladimir Prus <vladimir@codesourcery.com>
627
628 * gdb.texinfo (Setting Breakpoints): Revise
629 documentation for pending breakpoints. Document
630 breakpoints with multiple locations.
5ae4183a 631
084344da
VP
6322007-09-19 Vladimir Prus <vladimir@codesourcery.com>
633
634 * gdb.texinfo (Miscellaneous gdb/mi Commands):
635 Document -list-features.
5ae4183a 636
82160952
EZ
6372007-09-15 Eli Zaretskii <eliz@gnu.org>
638
639 * gdb.texinfo (Output): Spell out which features of C's printf are
640 not supported by GDB's printf.
7e27a47a
EZ
641 (Separate Debug Files): More accurate wording regarding build ID
642 and a reference to the ld manual rather than the Fedora wiki.
82160952 643
ea37ba09
DJ
6442007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
645 Jim Blandy <jimb@codesourcery.com>
646
647 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
648 (Examining Memory): Update mentions of the 's' format.
649 (Automatic Display): Likewise.
650
b8533aec
DJ
6512007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
652
653 * gdb.texinfo: Update the FSF's Back-Cover Text.
654
83f83d7f
JK
6552007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
656 Eli Zaretskii <eliz@gnu.org>
657
658 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
659 Fixed the ``build ID'' name. New binaries build instructions for the
660 build ID inclusion. Explain how the commands are specific to the build
661 ID vs. debug link.
662
c7e83d54
EZ
6632007-09-01 Eli Zaretskii <eliz@gnu.org>
664
665 * gdb.texinfo (Separate Debug Files): Fix last change. Add
666 indexing for ``build ID'' support.
667
d3750b24
JK
6682007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
669
670 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
671 Enlisted BUILD ID to the debug file searching example.
672 Included a BUILD ID `.note.gnu.build-id' section description.
673 Updated/added the debug files splitting instructions for OBJCOPY.
674
02142340
VP
6752007-08-31 Vladimir Prus <vladimir@codesourcery.com>
676
677 * gdb.texinfo (Variable Objects): Adjust docs
678 for -var-info-expression and document
679 -var-info-path-expression.
680
d3bdde98
JB
6812007-08-20 Jim Blandy <jimb@codesourcery.com>
682
3fb6a982
JB
683 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
684 (title page): Include the dedication in the printed manual, as a
685 separate page after the copyright notice.
5ae4183a 686
d3bdde98
JB
687 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
688 don't break a @var across a line.
689
c80a96a8
MR
6902007-07-25 Maciej W. Rozycki <macro@mips.com>
691
692 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
693 for include files.
694
5824a901
NR
6952007-07-12 Nick Roberts <nickrob@snap.net.nz>
696
697 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
698 in annotate.texinfo.
699 (Command History): Link to new node.
5824a901 700
d52e7ea3
UW
7012007-07-05 Markus Deuling <deuling@de.ibm.com>
702
703 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
704
5fc14d0a
EZ
7052007-07-05 Eli Zaretskii <eliz@gnu.org>
706
707 * gdbint.texinfo (Target Conditionals): Fix last change.
708
4a9bb1df
UW
7092007-07-03 Markus Deuling <deuling@de.ibm.com>
710
711 * gdb.texinfo: Replace following macros by their appropriate gdbarch
712 routines:
713 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
714 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
715 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
716 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
717 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
718 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
719 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
720 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
721 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
722 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
723 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
724 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
725 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
726 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
727 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
728 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
729 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
730 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
731 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
732 (SOFTWARE_SINGLE_STEP_P)
733
734 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
735 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
736
737 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
738 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
739 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
740 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
741 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
742 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
743 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
744 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
745 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
746 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
747
748 (Converting an existing Target Architecture to Multi-arch): Remove
749 section.
750
751 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
752 (gdbarch_addr_bits_remove): Add code example.
753
754 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
755
cfa9d6d9
DJ
7562007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
757
758 * gdb.texinfo (Remote Configuration): Document library-info-packet.
759 Add other missing entries. Adjust the table size to fit.
760 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
761 stop reasons including the new "library" event.
762 (General Query Packets): Adjust table widths for qSupported. Mention
763 qXfer:libraries:read reply to qSupported and document the new packet.
764 (Library List Format): New section.
765
159fcc13
JK
7662007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
767
768 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
769
f66d1690
MS
7702007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
771
772 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
773
67102876
NR
7742007-06-25 Nick Roberts <nickrob@snap.net.nz>
775
776 * gdbint.texinfo (Register and Memory Data): Break sections
777 into nodes and add a menu.
778
a4642986
MR
7792007-06-21 Maciej W. Rozycki <macro@mips.com>
780
781 * gdb.texinfo (Examining Memory): Document the new behaviour.
782
e9c17194
VP
7832007-06-21 Vladimir Prus <vladimir@codesourcery.com>
784
785 * gdb.texinfo (Standard Target Features): Document
786 m68k features.
787
31d99776
DJ
7882007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
789
790 * gdb.texinfo (General Query Packets): Document qOffsets changes.
791
1780a0ed
DJ
7922007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
793
794 * gdb.texinfo (Target Description Format): Add version attribute
795 for <target>.
796
822b6570
DJ
7972007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
798
799 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
800
f8b73d13
DJ
8012007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
802
803 * gdb.texinfo (MIPS Features): New subsection.
804
0e7f50da
UW
8052007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
806 Markus Deuling <deuling@de.ibm.com>
807
808 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
809 and qXfer:spu:write packets and mention them under qSupported.
810
23d964e7
UW
8112007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
812 Markus Deuling <deuling@de.ibm.com>
813
814 * gdb.texinfo (Architectures): Add new SPU section to document
815 Cell Broadband Engine SPU architecture specific commands.
816
9f708cb2
VP
8172007-06-09 Vladimir Prus <vladimir@codesourcery.com>
818
819 * gdb.texinfo (GDB/MI Variable Objects): Editorial
820 comments.
821
7579b5f8
NR
8222007-06-07 Nick Roberts <nickrob@snap.net.nz>
823
824 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
825
bf06d120
JB
8262007-05-29 Jim Blandy <jimb@codesourcery.com>
827
828 * gdb.texinfo (Overview): Doc fix.
829
23776285
MR
8302007-05-22 Maciej W. Rozycki <macro@mips.com>
831
832 * gdb.texinfo (Remote Configuration): Document "set/show
833 remoteflow".
834
1a69e1e4
DJ
8352007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
836
bf06d120
JB
837 * gdb.texinfo (MIPS): Remove documentation for set mips
838 saved-gpreg-size, show mips saved-gpreg-size, and set mips
839 stack-arg-size.
1a69e1e4 840
46ba6afa 8412007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 842
46ba6afa
BW
843 * all-cfg.texi (GDBTUI): New.
844 * gdb.texinfo (Mode Options): Use GDBTUI variable.
845 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
846 (TUI Configuration): Edit to improve clarity and fix problems of
847 both style and content.
5ae4183a 848
06d3b283
UW
8492007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
850
851 * observer.texi (GDB Observers): New observer "new_objfile".
852
179101d6
UW
8532007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
854
855 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
856
25d5ea92
VP
8572007-04-14 Vladimir Prus <vladimir@codesourcery.com>
858
859 * gdb.texinfo (GDB/MI Variable Objects): Document
860 frozen variables objects.
5ae4183a 861
ea35711c
DJ
8622007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
863
864 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
865 (Character Sets, Caching Data of Remote Targets): Likewise.
866 (Targets): Delete Remote node. Move its text...
867 (Debugging Remote Programs): ...to here. Delete description
868 of the "remote" command.
869 (Remote configuration): Delete description of "set remotedevice"
870 and "show remotedevice".
871 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
872
db2e3e2e
BW
8732007-04-11 Bob Wilson <bob.wilson@acm.org>
874
5ae4183a
AS
875 * gdb.texinfo (Contributors, Continuing and Stepping)
876 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
877 (General Query Packets, File-I/O Remote Protocol Extension)
878 (Protocol Basics, The F Reply Packet, Write)
879 (Protocol-specific Representation of Datatypes, Memory Transfer):
880 Fix hyphenation, punctuation and grammar problems.
881 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
882 'section' instead of 'subsection' in the text.
883 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
884 (i386): Remove period from section name.
db2e3e2e
BW
885 (Installing GDB, Requirements, Running Configure, Separate Objdir)
886 (Config Names, Configure Options): Use @file{configure}.
887
8a3dae3e
DJ
8882007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
889
890 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
891 and tab expansion.
892
1a92f856
DJ
8932007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
894
895 * gdbint.texinfo (SOM): Correct location of the SOM reader.
896
79a6e687 8972007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 898
79a6e687
BW
899 * gdb.texinfo: Consistently capitalize all significant words in
900 node names, chapter titles, section titles, and headings. Update
901 cross references to match.
902 (Starting and Stopping Trace Experiment): Make node name plural.
903 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 904
ad527d2e
PA
9052007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
906
907 * gdb.texinfo (WinCE): Delete obsolete subsection.
908
7ce59000
DJ
9092007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
910
911 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
912 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
913 references.
914
8807d78b
DJ
9152007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
916
917 * gdb.texinfo (Startup): Delete references to some alternate
918 names for .gdbinit.
919 (Thread): Remove LynxOS reference.
920 (Tandem ST2000): Delete target-specific documentation.
921 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
922 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
923 and GDB_OSABI_LYNXOS.
924
5f402660
UW
9252007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
926
927 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
928
bac718a6
UW
9292007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
930
931 * gdbint.texinfo (Target Conditionals): Remove mention of
932 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
933 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
934
9453113a
DJ
9352007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
936
937 * Makefile.in: Add "pdfdir" installation
938 directory, PDFTEX macro, support for "install-pdf" target,
939 and rules for making a pdf version of refcard.texi.
940 * refcard.tex: Specify paper size for PDF output.
941
ae21e955 9422007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 943
ae21e955 944 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 945
3f94c067 9462007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 947
3f94c067
BW
948 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
949 (Source Path, Character Sets, Macros, Define)
950 (GDB/MI Result Records, GDB/MI Simple Examples)
951 (GDB/MI Program Execution, GDB/MI File Commands)
952 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
953 (Bug Reporting): Use @value{GCC}.
5ae4183a 954
12c27660 9552007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 956
12c27660
BW
957 * gdb.texinfo (Help): Fix formatting of examples.
958 (Variables): Use @ifnotinfo instead of @iftex.
959 (Non-debug DLL symbols): Use @ref instead of @pxref.
960 (Sparclet File): Use @samp instead of quotes.
5ae4183a 961
ce9341a1
BW
9622007-03-26 Bob Wilson <bob.wilson@acm.org>
963
964 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
965
c8f4133a
BW
9662007-03-26 Bob Wilson <bob.wilson@acm.org>
967
968 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
969 the order of the nodes.
970 (C Operators, C Constants, Debugging C): Remove extra menus.
971 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 972
c8f4133a 9732007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
974
975 * gdb.texinfo (File Options): Add missing parenthesis.
976 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
977
c74d0ad8
DJ
9782007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
979
980 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
981
ff6f572f
DJ
9822007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
983
669fac23 984 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
985 case insensitivity.
986 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
987
994337c3
NR
9882007-02-18 Nick Roberts <nickrob@snap.net.nz>
989
990 * gdb.texinfo (Top): Put Appendix A after numbered sections.
991 (Files): Add section name to argument list for pxref.
992 (Non-debug DLL symbols): Don't use `see' for pxref.
993 (Embedded Processors): Fix typo.
994 (GDB/MI Breakpoint Commands): Execution commands generate
995 *stopped not ^done.
996
eb819d70
NR
9972007-02-13 Nick Roberts <nickrob@snap.net.nz>
998
999 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
1000 values for in_scope. Mention that only root variables can be
1001 updated.
1002 (GDB/MI Development and Front Ends): Explain new values may be
1003 added to existing fields.
1004
123dc839
DJ
10052007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
1006
1007 * gdb.texinfo (-target-disconnect): Use @smallexample.
1008 (Requirements): Add anchor for Expat. Update description.
1009 (Target Descriptions): Mention Expat.
1010 (Target Description Format): Document new elements. Use
1011 @smallexample.
1012 (Predefined Target Types, Standard Target Features): New sections.
669fac23 1013 * gdbint.texinfo (Target Descriptions): New section.
123dc839 1014
108546a0
DJ
10152007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
1016
1017 * gdb.texinfo (Target Description Format): Add section on XInclude.
1018
95a98c01
NR
10192006-02-03 Nick Roberts <nickrob@snap.net.nz>
1020
1021 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
1022 command -enable-timings.
1023
f4b3909f
EZ
10242007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
1025
5ae4183a 1026 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
1027 descriptions for new/deleted elements in gdb_osabi. Add missing
1028 description for function generic_elf_osabi_sniff_abi_tag_sections.
1029
c7ba131e
JB
10302007-01-29 Joel Brobecker <brobecker@adacore.com>
1031
1032 * gdb.texinfo (Maintenance Commands): Add documentation for
1033 the new "maint print target-stack" command.
1034
3a60f64e
JK
10352007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1036 Eli Zaretskii <eliz@gnu.org>
1037
f4b3909f 1038 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 1039
c582f8b6
EZ
10402007-01-26 Eli Zaretskii <eliz@gnu.org>
1041
1042 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
1043 Use @value{NGCC} instead of @value{GCC}.
1044
d3e8051b
EZ
10452007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
1046
1047 * agentexpr.texi: Fix typos.
1048 * annotate.texinfo: Likewise.
1049 * gdb.texinfo: Likewise.
1050 * gdbint.texinfo: Likewise.
1051 * observer.texi: Likewise.
1052 * stabs.texinfo: Likewise.
1053
86f04699
EZ
10542007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
1055
1056 * gdbint.texinfo (Support Libraries): Remove mmalloc
1057 entry. Describe readline library.
1058
23181151
DJ
10592007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
1060
1061 * gdb.texinfo (Target Descriptions): New section.
1062 (General Query Packets): Add QPassSignals anchor. Mention
1063 qXfer:features:read under qSupported. Expand mentions of
1064 qXfer:memory-map:read and QPassSignals. Document
1065 qXfer:features:read.
1066
f822c95b
DJ
10672007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
1068
1069 * gdb.texinfo (Commands to specify files): Describe
1070 "set sysroot" and "show sysroot".
1071 (Using the `gdbserver' program): Lowercase argument
1072 to @var. Expand description of setting up GDB on the
1073 host.
1074
8936fcda
JB
10752007-01-05 Joel Brobecker <brobecker@adacore.com>
1076
1077 * gdb.texinfo (Set Catchpoints): Add documentation for the new
1078 catch exception, catch exception unhandled, and catch assert
1079 commands.
1080
e776119f
DJ
10812007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
1082
1083 * gdb.texinfo (Debugging Output): Document "set debug xml"
1084 and "show debug xml".
1085
aa79a185
DJ
10862007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
1087
1088 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
1089
7f893741
JB
10902007-01-01 Joel Brobecker <brobecker@adacore.com>
1091
1092 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
1093
a1b5960f
VP
10942006-12-08 Vladimir Prus <vladimir@codesourcery.com>
1095
1096 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
1097 note in @ignore, to be removed later if nobody complains.
1098
9f470e6e
NR
10992006-12-04 Nick Roberts <nickrob@snap.net.nz>
1100
1101 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
1102 of -var-delete.
1103
765dc015 11042006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 1105
765dc015 1106 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
1107 automatic software/hardware breakpoint usage and
1108 the "set breakpoint auto-hw" command.
765dc015 1109
4b5752d0
VP
11102006-11-21 Vladimir Prus <vladimir@codesourcery.com>
1111
1112 * gdb.texinfo (Memory Access Checking): New.
1113
89be2091
DJ
11142006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
1115
1116 * gdb.texinfo (Remote configuration): Mention
1117 "pass-signals-packet".
1118 (General Query Packets): Document QPassSignals. Fix
1119 a typo.
1120
ca3bf3bd
DJ
11212006-11-14 Maxim Grigoriev <maxim@tensilica.com>
1122
1123 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
1124
427c3a89
DJ
11252006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
1126
1127 * gdb.texinfo (Remote configuration): Rewrite documentation for
1128 packet configuration commands.
1129 (OS Information): Adjust reference to qXfer:auxv:read.
1130 (General Query Packets): Remove references to read-aux-vector-packet
1131 and set remote get-thread-local-storage-address.
1132
7a107747
DJ
11332006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
1134
1135 * gdbint.texinfo (Target Architecture Definition): Add new
1136 Initializing a New Architecture section.
1137
1c56eb0e
EZ
11382006-10-31 David Taylor <dtaylor@emc.com>
1139
1140 * stabs.texinfo (Macro define and undefine): New node describing
1141 stabs for #define and #undef.
1142
f73adfeb
AS
11432006-10-27 Andreas Schwab <schwab@suse.de>
1144
1145 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
1146
fd60e0df
EZ
11472006-10-21 Eli Zaretskii <eliz@gnu.org>
1148
1149 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
1150 clarify on the possible meanings of ``expression'' watched by
1151 watchpoints. Add indexing.
e5ac9b53
EZ
1152 (Prompting, Errors, Invalidation, Annotations for Running)
1153 (Source Annotations): Fix index entries by adding "annotation" to
1154 them, to discriminate from index entries that point to the more
1155 general topic descriptions.
fd60e0df 1156
52bb452f
DJ
11572006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
1158
1159 * gdbint.texinfo (Target Vector Definition): Move most
1160 content into Existing Targets. Add a menu.
1161 (Existing Targets): New section, moved from Target Vector
1162 Definition. Use @subsection.
1163 (Managing Execution State): New section.
1164
58955e58
BW
11652006-10-16 Bob Wilson <bob.wilson@acm.org>
1166
1167 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
1168
c8aa23ab
EZ
11692006-10-15 Eli Zaretskii <eliz@gnu.org>
1170
1171 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
1172 (Command Syntax, Signals, Backtrace, Connecting)
1173 (Remote configuration, Renesas Boards, Console I/O): Fix last
1174 change: use Ctrl- instead of C-, except wrt Emacs.
1175 (File-I/O Examples): Put Ctrl-c in @kbd.
1176 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
1177 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
1178 (Signals, Set Breaks, Set Watchpoints): Document optional
1179 arguments to `info signals' `handle', `info breakpoints', and
1180 `info watchpoints'.
c8aa23ab 1181
e7109c7e
EZ
11822006-10-14 Eli Zaretskii <eliz@gnu.org>
1183
1184 * gdb.texinfo (Backtrace): Fix last change.
1185
de3aea7b
NR
11862006-10-14 Nick Roberts <nickrob@snap.net.nz>
1187
1188 * gdb.texinfo (Backtrace): Order correctly and add other cases.
1189
7f9087cb
BW
11902006-10-10 Bob Wilson <bob.wilson@acm.org>
1191
c8aa23ab
EZ
1192 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
1193 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
1194 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 1195
68437a39
DJ
11962006-09-21 Vladimir Prus <vladimir@codesourcery.com>
1197 Daniel Jacobowitz <dan@codesourcery.com>
1198
1199 * gdb.texinfo (Packets): Document vFlashErase,
1200 vFlashWrite and vFlashDone packets.
1201 (General Query Packets): Document qXfer:memory-map:read.
1202 Add a new feature for qXfer:memory-map:read.
1203 (Memory map format): New section.
1204 (Target Commands): Mention that gdb can write flash.
1205
fd79ecee
DJ
12062006-09-21 Vladimir Prus <vladimir@codesourcery.com>
1207 Daniel Jacobowitz <dan@codesourcery.com>
1208
1209 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
1210 memory regions and "mem auto".
1211
350da6ee
DJ
12122006-09-21 Nathan Sidwell <nathan@codesourcery.com>
1213
1214 * gdbint.texinfo (Array Containers): New section.
1215
2f1acb09
VP
12162006-09-17 Vladimir Prus <vladimir@codesourcery.com>
1217
1218 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
1219 -stack-list-arguments HIGH_FRAME argument can be larger then the
1220 actual number of frames.
1221
2ab1eb7a
VP
12222006-09-07 Vladimir Prus <vladimir@codesourcery.com>
1223
1224 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
1225 -stack-list-locals HIGH_FRAME argument can be larger then the
1226 actual number of frames.
2ab1eb7a 1227
599b237a
BW
12282006-09-02 Bob Wilson <bob.wilson@acm.org>
1229
1230 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
1231 Register Packet Format, Tracepoint Packets): Fix spelling errors.
1232
25ab7e6d
EZ
12332006-09-02 Eli Zaretskii <eliz@gnu.org>
1234
1235 * gdbint.texinfo (Overall Structure): New section "Source Tree
1236 Structure".
1237
940178d3
JB
12382006-08-17 Jim Blandy <jimb@codesourcery.com>
1239
1240 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
1241 responses.
1242
30daae6c
JB
12432006-08-08 Joel Brobecker <brobecker@adacore.com>
1244
1245 * gdb.texinfo (Source Path): Add documentation for new
1246 substitute-path commands.
1247
7fa2210b
DJ
12482006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
1249
1250 * gdb.texinfo (Installing GDB): Update menu. Move text to...
1251 (Running Configure): ...here.
1252 (Requirements): New node. Mention expat.
1253
3d00d119
DJ
12542006-08-08 Vladimir Prus <vladimir@codesourcery.com>
1255
5ae4183a 1256 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
1257 'set download-write-size' and 'show download-write-size'.
1258
0cbfa4ee
DJ
12592006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
1260
1261 * stabs.texinfo (Member Type Descriptor): Correct example for
1262 pointer to member types.
1263
16026cd7
AS
12642006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
1265
1266 * gdb.texinfo (Optional warnings and messages): Add
1267 'set/show trace-commands'.
1268 (Command files): Add '-v' to source command.
1269
0876f84a
DJ
12702006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
1271
1272 * gdb.texinfo (OS Information): Update qPart reference to
1273 qXfer.
1274 (Remote configuration): Likewise.
1275 (Overview): Move @cindex to the start of a paragraph. Talk
1276 about binary data encoding.
1277 (Packets): Refer to the overview for the details of the X
1278 packet encoding.
1279 (General Query Packets): Remove qPart description. Add qXfer
1280 description. Add an anchor to qSupported. Correct feature
1281 table title. Add a new feature for qXfer:auxv:read.
1282 (Interrupts): Add a missing parenthesis.
1283
2ec3381a
DJ
12842006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
1285
669fac23 1286 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
1287 (GDB/MI Kod Commands): Remove commented out node.
1288
594fe323
EZ
12892006-07-01 Eli Zaretskii <eliz@gnu.org>
1290
1291 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
1292 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
1293 (GDB/MI Thread Commands, GDB/MI Program Execution)
1294 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
1295 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
1296 (GDB/MI File Commands, GDB/MI Target Manipulation)
1297 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
1298 since the MI prompt is hard-wired into the code.
1299
7e3fb70c
NR
13002006-07-01 Nick Roberts <nickrob@snap.net.nz>
1301
1302 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
1303 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
1304 (GDB/MI Data Manipulation): Remove description of unimplemented
1305 display related commands as variable objects perform this function
1306 and are superior: -display-delete, -display-disable,
1307 -display-enable, -display-insert and -display-list. Move
1308 -environment-cd, -environment-directory, -environment-path
1309 and -environment-pwd to "Program Context".
1310 (GDB/MI Program Control): Rename to "Program Execution". Move
1311 -exec-arguments -exec-abort to...
1312 (GDB/MI Program Context): ...here. New node split from "Data
1313 Manipulation".
1314
be2a5f71
DJ
13152006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
1316
1317 * gdb.texinfo (Remote configuration): Document set / show
1318 remote supported-packets.
1319 (General Query Packets): Document qSupported packet.
1320
fc320d37
SL
13212006-06-10 Sandra Loosemore <sandra@codesourcery.com>
1322
1323 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
1324 and font markup.
1325 (Protocol basics): Likewise.
1326 (The F request packet): Likewise.
1327 (The F reply packet): Likewise.
1328 (Memory transfer): Move this node to be a subsubsection of
1329 "Protocol specific representation of datatypes".
1330 (The Ctrl-C message): More copy editing.
1331 (Console I/O): Likewise.
1332 (The isatty call): Delete this node, and merge its content into
1333 the "isatty" node. Fixed references elsewhere.
1334 (The system call): Delete this node, and merge its content into
1335 the "system" node. Fixed references elsewhere.
1336 (open): Reformat to use @table, and add appropriate font markup.
1337 (close): Likewise.
1338 (read): Likewise.
1339 (write): Likewise.
1340 (lseek): Likewise.
1341 (rename): Likewise.
1342 (unlink): Likewise.
1343 (stat/fstat): Likewise.
1344 (gettimeofday): Likewise.
1345 (isatty): Likewise.
1346 (system): Likewise, plus minor changes to fix confusing wording.
1347 (Integral datatypes): Fix font markup.
1348 (Pointer values): Likewise.
1349 (struct stat): Fix markup to use @table, plus minor copy editing.
1350 (struct timeval): Fix font markup, plus minor copy editing.
1351 (Constants): Minor copy editing.
1352 (Errno values): Add font markup.
1353 (File-I/O Examples): Likewise.
1354
158fdf5c
NR
13552006-06-10 Nick Roberts <nickrob@snap.net.nz>
1356
1357 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
1358 (GDB/MI Simple Examples): Move node up one level. Use real
1359 examples.
1360 (GDB/MI Compatibility with CLI): Update.
1361 (GDB/MI Result Records): Add "connected" and "exit" result
1362 classes.
1363 (GDB/MI Stream Records): Clarify target output.
1364 (GDB/MI Command Description Format): Modify example description.
1365 (GDB/MI Breakpoint Table Commands): Rename to...
1366 (GDB/MI Breakpoint Commands): ...this
1367 (GDB/MI Breakpoint Commands): Add optional thread field.
1368 (GDB/MI Program Control): Add an introduction. Move "Program
1369 termination" examples into exec-run description.
1370 (GDB/MI File Commands): Mention similar CLI commands.
1371 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
1372 is similar to "-gdb-version".
1373
ddb50cd7
EZ
13742006-06-09 Eli Zaretskii <eliz@gnu.org>
1375
1376 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
1377
2aef0d6b
NR
13782006-06-02 Nick Roberts <nickrob@snap.net.nz>
1379
1380 * gdb.texinfo (GDB/MI Development and Front Ends): Use
1381 sourceware.org for mailing lists.
d5e40d59 1382 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 1383
383a5c52
NR
13842006-06-01 Nick Roberts <nickrob@snap.net.nz>
1385
d5e40d59 1386 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 1387
e16b02ee
EZ
13882006-05-22 Eli Zaretskii <eliz@gnu.org>
1389
1390 * gdb.texinfo (Cygwin Native): Fix last change.
1391
be90c084
CF
13922006-05-22 Christopher Faylor <cgf@timesys.com>
1393
1394 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
1395
347ceba5
NR
13962006-05-15 Nick Roberts <nickrob@snap.net.nz>
1397
1398 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
1399 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
1400
369af7bd
DJ
14012006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
1402
1403 * gdb.texinfo (General Query Packets): Recommend not starting
1404 new packets with qC and clarify.
1405
2ffdbde8 14062006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
1407
1408 * gdb.texinfo (M2 Types): New section.
72019c9c 1409
16d1a084
DJ
14102006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
1411
1412 * agentexpr.texi: Add a copyright and license notice.
1413 * observer.texi: Likewise, with GPL clause for function prototypes.
1414 Remove trailing whitespace.
1415
aa56d27a
JB
14162006-05-05 Jim Blandy <jimb@codesourcery.com>
1417
1418 * gdb.texinfo (General Query Packets): Document conventions for
1419 terminating packet names, and their violations.
1420
5bdf8622
DJ
14212006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
1422
1423 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
1424 * gdb.texinfo: Likewise.
1425
605a56cb
DJ
14262006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
1427
1428 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
1429 and "show remotedebug".
1430 (Debugging Output): Add additional index entries.
1431
b8db102d
MS
14322006-04-27 Michael Snyder <msnyder@redhat.com>
1433
1434 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
1435
c5e30d01
AC
14362006-04-22 Andrew Cagney <cagney@redhat.com>
1437
1438 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
1439 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
1440
8181d85f
DJ
14412006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
1442
1443 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
1444 and remove breakpoint prototypes.
1445 (Watchpoints): Move description of target_insert_hw_breakpoint and
1446 target_remove_hw_breakpoint ...
1447 (Breakpoints): ... to here. Document target_insert_breakpoint and
1448 target_remove_breakpoint.
1449
4f553f88
JB
14502006-04-17 Jim Blandy <jimb@codesourcery.com>
1451
1452 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
1453 and C packets are optional.
1454
cd852561
FR
14552006-04-14 Frederic Riss <frederic.riss@st.com>
1456
1457 * gdb.texinfo (Specifying source directories): Update the description
1458 of the source file search to reflect the fact that the source path
1459 always contains at least $cdir and $cwd.
1460
b620eb07
MS
14612006-03-31 Michael Snyder <msnyder@redhat.com>
1462
1463 * gdb.texinfo: Update copyright dates.
1464
3156cdaf
EZ
14652006-03-31 Eli Zaretskii <eliz@gnu.org>
1466
1467 * gdb.texinfo (Overview): Add an index entry to "empty response".
1468
7d30c22d
JB
14692006-03-28 Jim Blandy <jimb@codesourcery.com>
1470
1471 * gdbint.texinfo (Prologue Analysis): New section.
1472
86941c27
JB
14732006-03-07 Jim Blandy <jimb@red-bean.com>
1474
66b8c7f6
JB
1475 * gdb.texinfo (Connecting): Document 'target remote pipe'.
1476
1a10341b
JB
1477 * gdb.texinfo (Target Commands): Update text describing how to
1478 specify a target. Refer to the detailed section on remote
1479 debugging, not the brief mention.
1480
86941c27
JB
1481 * gdb.texinfo (Connecting): Organize the different 'target remote'
1482 connection methods into a table. Add a 'target remote' index
1483 entry. (!!!)
1484
62f3a2ba
FF
14852006-02-17 Fred Fish <fnf@specifix.com>
1486
1487 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
1488 'ptype' commands to reflect the fact that the only significant
1489 difference between them is that ptype prints the complete type
1490 description instead of just the name.
1491
8b9a88ea
WZ
14922006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
1493
1494 * gdbint.texinfo (Watchpoints): Delete
1495 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
1496
7e8dc855
NR
14972006-02-10 Nick Roberts <nickrob@snap.net.nz>
1498
1499 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
1500 times fields where needed. Fix typos. Update general form given
1501 for output of -break-insert.
1502 (GDB/MI): Abbreviate some unnecessarily long fullnames.
1503
c91d38aa
DJ
15042006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
1505
1506 * gdbint.texinfo (Symbol Handling): Add a section
1507 on memory management.
1508
38fcd64c
DJ
15092006-02-06 Vladimir Prus <ghost@cs.msu.su>
1510
1511 * gdb.texinfo (Breakpoint table commands): Document the fullname
1512 field in -break-list output.
1513
219eec71
EZ
15142006-02-03 Eli Zaretskii <eliz@gnu.org>
1515
1516 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
1517 debugging information produced by the various "set debug..."
1518 options.
1519
ae5a43e0
DJ
15202006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1521
1522 * gdb.texinfo (Files): Remove obsolete bits from the description
1523 of "symbol-file".
1524
a9f158ec
JB
15252006-01-25 Jim Blandy <jimb@redhat.com>
1526
1527 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
1528
410dd08e
JB
15292006-01-24 Jim Blandy <jimb@redhat.com>
1530
1531 * gdbint.texinfo (Frames): Document the basics of GDB's register
1532 unwinding model, and explain the existence of the "sentinel" frame.
1533
4b505b12
AS
15342006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
1535
1536 * gdb.texinfo (Choosing files): Mention that -directory is used
1537 for script files.
1538 (Specifying source directories): Likewise.
1539 (Command files): Explain how script files are found.
1540
839c27b7
EZ
15412006-01-21 Eli Zaretskii <eliz@gnu.org>
1542
1543 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
1544 the threads in a multi-threaded program.
1545 (Threads): The threadno argument of "thread apply" can be a range
1546 of numbers.
1547
7be93b9e
JB
15482006-01-18 Jim Blandy <jimb@redhat.com>
1549
1550 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
1551 of warning flags.
1552
fcc73fe3
EZ
15532006-01-13 Eli Zaretskii <eliz@gnu.org>
1554
1555 * gdb.texinfo (Sequences): Improve menu annotations.
1556 (Define): Add index entries for arguments of user-defined
1557 commands. Move the description of flow-control commands...
1558 (Command Files): ...to here. Document loop_break and
1559 loop_continue.
ca91424e
EZ
1560 (Define, Command Files): Document `end' and add index entries for
1561 it.
fcc73fe3 1562
5c95884b
MS
15632006-01-04 Michael Snyder <msnyder@redhat.com>
1564
1565 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 1566 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 1567
860701dc
PH
15682006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
1569
1570 * gdb.texinfo (Omissions from Ada): Document that there is now
1571 limited aggregate support.
1572
36b80e65
EZ
15732005-12-28 Eli Zaretskii <eliz@gnu.org>
1574
1575 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
1576 registers and the likes.
1577
c1468174
EZ
15782005-12-24 Eli Zaretskii <eliz@gnu.org>
1579
1580 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
1581 (Symbols): Fix usage of "e.g.".
359df76b 1582 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
1583
1584 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
1585 (Coding): Fix usage of "e.g.".
1586
c02a867d
EZ
15872005-12-23 Eli Zaretskii <eliz@gnu.org>
1588
5ae4183a
AS
1589 * stabs.texinfo:
1590 * refcard.tex:
c02a867d 1591 * gpl.texi:
5ae4183a
AS
1592 * gdbint.texinfo:
1593 * gdb.texinfo:
1594 * gdb-cfg.texi:
c02a867d 1595 * fdl.texi:
5ae4183a
AS
1596 * annotate.texinfo:
1597 * all-cfg.texi:
c02a867d
EZ
1598 * Makefile.in: Add (C) after Copyright. Update the FSF
1599 address.
1600
fad38dfa
EZ
16012005-12-03 Eli Zaretskii <eliz@gnu.org>
1602
1603 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
1604 extend GDB with commands for external monitor.
1605
53e5f3cf
AS
16062005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
1607
1608 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
1609
55f6ca0f
JB
16102005-11-25 Joel Brobecker <brobecker@adacore.com>
1611
1612 * gdbint.texinfo (Start of New Year Procedure): New chapter.
1613
c1947b85
JB
16142005-11-21 Jim Blandy <jimb@redhat.com>
1615
1616 * gdb.texinfo (Tracepoint Packets): Document restrictions on
1617 placement of 'R' actions in tracepoint action packets; document
1618 dependence of 'X' and 'M' actions on a preceding 'R' action for
1619 their registers.
1620
9d29849a
JB
16212005-11-19 Jim Blandy <jimb@redhat.com>
1622
1623 * gdb.texinfo (Tracepoint Packets): New node.
1624 (General Query Packets): Add entries for the tracepoint packets,
1625 referring to the "Tracepoint Packets" node.
1626 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 1627
9a6253be
KB
16282005-11-18 Kevin Buettner <kevinb@redhat.com>
1629
1630 * gdb.texinfo (set remotebreak): Add anchor.
1631 (X packet): Likewise.
1632 (Remote Protocol): Add new section `Interrupts' and new index
1633 entry `interrupts (remote protocol)'.
1634
5f3bebba
JB
16352005-11-18 Jim Blandy <jimb@redhat.com>
1636
1637 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
1638 entries into the General Query Packets section. Add a
1639 cross-reference to that section. Drop description of replies, as
1640 these are covered in the descriptions of each packet.
1641 (General Query Packets): Add introductory text. Explain naming
1642 conventions, and how the end of a name is recognized.
1643
9a7a1b36
KB
16442005-11-17 Kevin Buettner <kevinb@redhat.com>
1645
0564b6cf 1646 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
1647 "set remotebreak" command.
1648
b8ff78ce
JB
16492005-11-16 Jim Blandy <jimb@redhat.com>
1650
1651 * gdb.texinfo (Packets, Stop Reply Packets)
1652 (General Query Packets): Various formatting cleanups.
1653 - Use @samp for packet contents.
1654 - Drop summaries from packet @item lines; the same information appears
1655 immediately below in the description.
1656 - Delete paragraph breaks after packet @item commands, so that the
1657 description appears directly to the right of the packet prototype
1658 in the printed manual, if it fits.
1659 - Place spaces in packet prototypes between @vars and non-@var
1660 letters, and explain that they're just for formatting.
1661 - Use @dots{} instead of '...'.
1662 - Fix uses of @code where @var was needed.
1663 - Replace "deprecated" markers with English text spelling out the
1664 packet's status and the preferred alternatives.
1665 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
1666 what this ever meant.
1667 - Remove "(draft)" markers on 'i' packets; nobody has commented on
1668 this for a long time.
1669 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
1670 implemented several times, and have been in use for years.
1671
8ffe2530
JB
16722005-11-15 Jim Blandy <jimb@redhat.com>
1673
c43c5473
JB
1674 * gdb.texinfo (Packets): Add index entries for 'm' packet
1675 disclaimers.
5ae4183a 1676
fb031cdf
JB
1677 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
1678 of stub when processing an 'm' packet.
1679
8ffe2530
JB
1680 * gdb.texinfo (Packets): Mention that packets beginning with
1681 letters are reserved once, at the top, instead of actually listing
1682 them all and saying "reserved".
1683
c03c782f
AS
16842005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
1685
1686 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
1687 Change @var{$arg0 to @code{$arg0.
1688
814e32d7
WZ
16892005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
1690
1691 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
1692
fa93a9d8
JB
16932005-11-12 Jim Blandy <jimb@redhat.com>
1694
1695 * gdb.texinfo (General Query Packets): Put packets in alphabetical
1696 order. Remove extraneous 'z'.
1697
8a5a3c82
AS
16982005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
1699
1700 * gdb.texinfo (Choosing files): Add --eval-command.
1701
4b0ad762
AS
17022005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
1703
1704 * gdb.texinfo (Choosing modes): Add --return-child-result.
1705
1706
1a088d06
AS
17072005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
1708
1709 * gdb.texinfo (Choosing modes): Add --batch-silent.
1710
656d5e12
EZ
17112005-10-28 Eli Zaretskii <eliz@gnu.org>
1712
1713 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
1714 "The -var-update Command".
1715
3c9c013a
JB
17162005-10-03 Joel Brobecker <brobecker@adacore.com>
1717
1718 * gdb.texinfo (Print Settings): Add documentation for set/show
1719 print array-indexes.
1720
7ba3cf9c
DJ
17212005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
1722
1723 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
1724 6.2 and 6.3.
1725
a94ab193
EZ
17262005-08-27 Eli Zaretskii <eliz@gnu.org>
1727
1728 * gdb.texinfo (File Options): Don't document --mapped, it's gone
1729 since 19-Jan-2004.
1730 (Files): Likewise.
ab1adacd
EZ
1731 (Variables, Symbols): Document the "<incomplete type>" message and
1732 its reasons.
a94ab193 1733
ca06016a
FF
17342005-08-01 Fred Fish <fnf@specifix.com>
1735
1736 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
1737
cf58170d
NR
17382005-07-15 Nick Roberts <nickrob@snap.net.nz>
1739
1740 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
1741 option for -var-list-children and -var-update.
1742 (GDB/MI Stack Manipulation): Simplify description of
1743 print-values option for -stack-list-locals.
1744 (GDB/MI Command Description Format): Clarify.
1745 (Mode Options): Spelling of superseded.
1746
38f1196a
BR
17472005-07-12 Bob Rossi <bob@brasko.net>
1748
1749 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
1750 corresponding GDB command comment.
1751
3cb3b8df
BR
17522005-07-06 Bob Rossi <bob@brasko.net>
1753
1754 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
1755 and -inferior-tty-show.
1756 (Input/Output): Document "set/show inferior-tty" and tty alias.
1757
10fac096
NW
17582005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
1759
1760 * gdb.texinfo (Packets): Change description of 'D' packet to note
1761 that GDB does wait for a response.
1762
d1b6db76
NR
17632005-06-22 Nick Roberts <nickrob@snap.net.nz>
1764
1765 * gdb.texinfo (History) Rename "Command History".
1766 (Command History): Move node "Server Prefix" from section on
1767 Annotations here.
1768
29629dcf
NR
17692005-06-19 Nick Roberts <nickrob@snap.net.nz>
1770
1771 * gdb.texinfo (GDB/MI Stack Manipulation):
1772 Re-instate -stack-info-frame with example. Say that it gets
1773 info on selected frame, not current frame.
1774
397ca115
EZ
17752005-06-18 Eli Zaretskii <eliz@gnu.org>
1776
1777 * gdb.texinfo (Server): Clarify that `file' should be used before
1778 connecting to the server.
1779 (Files): Add an xref to the above description.
51274035
EZ
1780 (Output Formats): More detailed description of the `c' format.
1781 (Memory): List explicitly all the formats supported by `x'.
638ac427 1782 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 1783 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
1784 files. Add more indexing for solib-absolute-prefix and
1785 --with-sysroot.
76d17f34
EZ
1786 (Machine Code): Document possible problems with locations in
1787 shared libraries.
d416eeec
EZ
1788 (Backtrace): Document that free-standing environments do not need
1789 to have a `main' function.
397ca115 1790
74f6deaa
NR
17912005-06-18 Nick Roberts <nickrob@snap.net.nz>
1792
1793 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
1794 -stack-info-frame.
1795
a9967aef
AC
17962005-06-07 Andrew Cagney <cagney@gnu.org>
1797
1798 * gdb.texinfo (Contributors): Note the original multi-arch
1799 contributors.
1800
e09f16f9
EZ
18012005-06-03 Eli Zaretskii <eliz@gnu.org>
1802
1803 * gdb.texinfo (Registers): Add index entries for the standard
1804 registers.
1805 (Frames): Add cross-reference from frame pointer description to
1806 the Registers node.
1807 (Annotations Overview): Fix the reference to GDB name.
1808
d87ba7ee
EZ
18092005-06-01 Eli Zaretskii <eliz@gnu.org>
1810
1811 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
1812 can-use-hw-watchpoints.
1813
034dad6f
BR
18142005-05-28 Bob Rossi <bob@brasko.net>
1815
1816 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
1817 the possible reasons why an exec async record would be returned to FE.
1818
ffed4509
AC
18192005-05-26 Andrew Cagney <cagney@gnu.org>
1820
1821 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
1822 Andrew Cagney implemented the original GDB/MI.
1823
e22e55c9
OF
18242005-05-23 Orjan Friberg <orjanf@axis.com>
1825
1826 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
1827 documentation. Add documentation for cris-mode.
1828
a78e13ce
EZ
18292005-05-20 Eli Zaretskii <eliz@gnu.org>
1830
1831 * gdb.texinfo (Numbers): Explain the example and make the wording
1832 more acurate.
1833
76ff342d
DJ
18342005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
1835 Dennis Brueni <dennis@slickedit.com>
1836
1837 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
1838 (GDB/MI Data Manipulation, GDB/MI Program Control)
1839 (GDB/MI Stack Manipulation): Update examples to include the fullname
1840 attribute in stack frames.
1841
119b882a
EZ
18422005-05-12 Eli Zaretskii <eliz@gnu.org>
1843
1844 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
1845 do with other non-standard names of init files.
1846
6fc08d32
EZ
18472005-05-11 Eli Zaretskii <eliz@gnu.org>
1848
1849 * gdb.texinfo (Command Files): Move the description of the startup
1850 from here...
1851 (Startup): ...to this new subsection of the Invocation chapter.
1852 Rearrange the description of init files more logically and add a
1853 cross-reference to "Command Files". Document the special gdbinit
1854 name for CISCO 68k. Expand the description of what GDB does
1855 during startup.
1856 (History): Add index entry for HISTSIZE.
1857
a561754a
MK
18582005-05-02 Mark Kettenis <kettenis@gnu.org>
1859
1860 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
1861
2eecc4ab
EZ
18622005-05-02 Eli Zaretskii <eliz@gnu.org>
1863
1864 * gdb.texinfo (SVR4 Process Information, The isatty call)
1865 (The system call): Don't use foo(N) notation for man pages and
1866 functions.
514c4d71 1867 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 1868
18999be5
EZ
18692005-04-27 Eli Zaretskii <eliz@gnu.org>
1870
1871 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
1872 were optimized away.
1873
0abb7bc7
EZ
18742005-04-22 Eli Zaretskii <eliz@gnu.org>
1875
1876 * gdb.texinfo (Remote configuration): Document "set/show
1877 get-thread-local-storage-address". Add cross-reference to the
1878 description of the qGetTLSAddr packet.
1879 (General Query Packets): Mention "set remote
1880 get-thread-local-storage-address" and add a reference to its
1881 description.
1882
6f61acb1
NR
18832005-04-19 Nick Roberts <nickrob@snap.net.nz>
1884
1885 * gdb.texinfo (Backtrace): Describe 'bt full'.
1886
9d59903a
NR
18872005-04-17 Nick Roberts <nickrob@snap.net.nz>
1888
1889 * gdb.texinfo (Mode Options): Fix typo.
1890 (GDB/MI): Describe how to invoke GDB/MI.
1891
721c2651
EZ
18922005-04-16 Eli Zaretskii <eliz@gnu.org>
1893
1894 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 1895 references changed. Add description of "info udot".
721c2651
EZ
1896 (Files): Document "set/show stop-on-solib-events".
1897 (M32R/D): Document "set/show download-path", "set/show
1898 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
1899 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
1900 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
1901 (Maintenance Commands): Improve indexing.
1902 (Target Commands): Document "set/show hash", "set/show debug
1903 monitor".
1904 (SVR4 Process Information): Document "info pidlist" and "info
1905 meminfo". Document "set/show procfs-tarce" and "set/show
1906 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
1907 (Symbols, The Print Command with Objective-C): Improve indexing.
1908 (Objective-C): Add references to "info classes" and "info
1909 selectors".
c45da7e6
EZ
1910 (Debugging Output): Improve wording. Document "set/show debug
1911 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
1912 (Set Breaks): Add index entry for "hardware breakpoints".
1913 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
1914 and "set/show usehardbreakpoints".
1915 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
1916 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
1917 (ARM): Document "rdilogfile", "rdilogenable", "set/show
1918 rdiromatzero", "set/show rdiheartbeat".
1919 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
1920 "sds".
1921 (Embedded Processors): Document the "sim" command.
1922 (Remote): Document the "remote" command.
1923 (DJGPP Native): Document the "info serial" command.
1924 (Threads): Document "maint info sol-threads".
1925 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
1926 (Set Breaks): Improve indexing.
1927 (Command Syntax): Add a reference to dont-repeat.
1928 (Define): Document "dont-repeat".
1929 (TUI Commands): Document "tabset".
1930 (WinCE): New subsection. Document "set/show remotedirectory",
1931 "set/show remoteupload", "set/show remoteaddhost".
721c2651 1932
14d6dd68
EZ
19332005-04-15 Eli Zaretskii <eliz@gnu.org>
1934
1935 * gdb.texinfo (Hurd Native): New subsection, documents
1936 Hurd-specific commands.
a64548ea 1937 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 1938 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
1939 (MIPS): Improve documentation of heuristic-fence-post. Document
1940 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
1941 mips stack-arg-size", "set/show mips mask-address", "set/show mips
1942 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 1943 (ARM): Document ARM-specific commands.
a64548ea
EZ
1944 (AVR): New section. Document "info io_registers".
1945 (CRIS): New section. Document "set/show cris-version" and
1946 "set/show cris-dwarf2-cfi".
1947 (HPPA): New section. Document "set/show debug hppa" and "maint
1948 print unwind".
a5adf40f 1949 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 1950 (Super-H): New section. Document the "regs" command.
721c2651 1951 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 1952
9c16f35a
EZ
19532005-04-09 Eli Zaretskii <eliz@gnu.org>
1954
1955 * gdb.texinfo (Print Settings): Document "set/show print
1956 pascal_static-members", "set print repeats", "show print
1957 null-stop". Improve indexing. Fix documentation of "set print
1958 union".
1959 (Pascal): New section.
1960 (Supported languages): Rename from "Support"; all references
1961 updated. Add a menu item for Pascal.
1962 (Numbers): Document "set radix.
1963 (Screen Size): Document "set/show pagination".
1964 (MIPS Embedded): Remove "set processor" documentation.
1965 (Remote configuration): Document "set/show X/P/Z-packet",
1966 "set/show read-aux-vector-packet", "set/show remote
1967 symbol-lookup-packet", "set/show remote verbose-resume-packet",
1968 "set/show remoteaddresssize", "set/show remotebaud", "set/show
1969 remotedebug", "set/show remotebreak", "set/show remotedevice",
1970 "set/show remotelogfile".
1971 (Auxiliary Vector): Add reference to the description of the
1972 read-aux-vector-packet setting.
1973 (Set Watchpoints): Add a cross-reference to "set remote
1974 hardware-breakpoint-limit".
1975 (General Query Packets): Add indexing of requests and
1976 cross-references to related commands in "Remote configuration".
1977 (File-I/O Overview, The system call): Fix wording and typos.
1978 (Thread Stops): Add index entries.
1979 (Continuing and Stepping): Document "show step-mode".
1980 (i386): New node. Document "set/show struct-convention".
1981 (Files): Document "show trust-readonly-sections".
1982 (Calling): Document "set/show unwindonsignal".
1983 (Messages/Warnings): Add index entries.
1984 (Maintenance Commands): Document "set/show watchdog".
1985 (Annotations Overview): Document "show annotate".
1986 (Set Watchpoints): Add index entries.
1987 (Symbols): Fix doc of case-sensitive.
1988 (ABI): Document "show coerce-float-to-double".
1989 (Convenience Vars, Help): Improve indexing.
1990 (Machine Code): Document "show disassembly-flavor".
1991 (Debugging C plus plus): Document "show overload-resolution".
1992 (Value History, Signaling): Add index entries.
1993
19942005-04-08 Eli Zaretskii <eliz@gnu.org>
1995
1996 * gdb.texinfo (Show): Move @kindex entries to their proper places.
1997 (Processes): Fix wording.
1998 (History, List, Logging output, Define, Symbols, Print Settings):
1999 Improve indexing.
2000
a8f24a35
EZ
20012005-04-03 Eli Zaretskii <eliz@gnu.org>
2002
2003 * gdb.texinfo (Targets): Document "set/show architecture". Remove
2004 redundant index entry for "target" command.
2005 (Backtrace): Add index entries.
2006 (Symbols, Fortran): Document the "set case-sensitive" command.
2007 (DJGPP Native): Document "set com1base", "set com1irq", etc.
2008 (Print Settings): Add index entry for "set demangle-style".
2009 (Target Commands): Document "set download-write-size".
2010 (Debugging Output): Document "set exec-done-display".
2011
09d4efe1
EZ
20122005-04-02 Eli Zaretskii <eliz@gnu.org>
2013
2014 * gdb.texinfo (Files): Fix the name and documentation of
2015 add-shared-symbol-files. Document its alias assf. Update the
2016 list of OSs where GDB supports shared libraries. Fix markup.
2017 (Continuing and Stepping): Add reference to @var{location} in the
2018 text.
2019 (Dump/Restore Files): Fix reference to @{filename}.
2020 (Help): Fix wording.
2021 (Attach): Ditto.
2022 (Set Watchpoints): Ditto.
2023 (Backtrace): Remove redundant index entries. Improve index
2024 entries.
2025 (Delete Breaks): Fix wording.
2026 (Memory): Document the compare-sections command.
2027 (Memory Region Attributes): Improve wording.
2028 (Disabling): Improve wording.
2029 (Fortran): New subsection. Document the "info common" command.
2030 (Help): Document aliases "info copying" and "info warranty".
2031 (Caching Remote Data): New section. Document the "set/show
2032 remotecache" and "info dcache" commands.
2033 (Show): Fix wording of the documentation of the "set
2034 extension-language" command.
2035 (Signals): Add index entry for "info handle".
2036 (Memory Region Attributes): Fix punctuation.
2037 (Symbols): Change the arg name to "location" and refer to it in
2038 the text. Fix wording of "info types" doc.
2039 (Threads): Fix usage of @enumerate @item's.
2040 (Listing Tracepoints): Add index entry for "info tp".
2041 (Set Watchpoints): Add xref to "info break" description.
2042 (Macros): Add an index entry for "macro exp1". Document the
2043 "macro list" command.
2044 (Maintenance Commands): Document "flushregs", "maint agent",
2045 "maint check-symtabs", "maint cplus", "maint demangle", "maint
2046 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
2047 "maint print architecture", "maint print objfiles", "maint print
2048 statistics", "maint print type", "maint show-debug-regs", "maint
2049 space", "maint time", and "maint translate-address".
2050 (Connecting): Document the "monitor" command.
2051 (Annotations Overview): Describe the "set annotate" command.
2052
82f2d802
EZ
20532005-04-01 Eli Zaretskii <eliz@gnu.org>
2054
2055 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
2056 Rearrange index entries and improve wording about support for
2057 hardware watchpoints.
2058
7d51c7de
BR
20592005-03-10 Bob Rossi <bob@brasko.net>
2060
2061 * gdb.texinfo: Update copyright
2062
68c71a2e
TR
20632005-02-09 Theodore A. Roth <troth@openavr.org>
2064
2065 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
2066 error.
2067
83761cbd
KB
20682005-02-03 Kevin Buettner <kevinb@redhat.com>
2069
2070 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
2071
9f1c6395
MS
20722005-01-17 Michael Snyder <msnyder@redhat.com>
2073
2074 * gdb.texinfo: Fix spelling, infinte -> infinite.
2075
fbd1b305
MK
20762005-01-08 Mark Kettenis <kettenis@gnu.org>
2077
2078 * observer.texi (GDB Observers): Document "solib_loaded".
2079
3ace7edb
AC
20802005-01-07 Andrew Cagney <cagney@gnu.org>
2081
bec39cab
AC
2082 * configure.ac: Rename configure.in, require autoconf 2.59.
2083 * configure: Re-generate.
2084
3ace7edb
AC
2085 * configure.in: Replace configdirs with multiple references to
2086 AC_CONFIG_SUBDIRS.
2087 * configure: Re-generate.
5ae4183a 2088
53531fc1
AC
20892005-01-04 Andrew Cagney <cagney@gnu.org>
2090
2091 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
2092 part of the version number.
2093
536ffdb7
MK
20942004-12-24 Mark Kettenis <kettenis@gnu.org>
2095
2096 * gdbint.texinfo (Algorithms): Remove description of
2097 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
2098
e1aac25b
JB
20992004-12-07 Jim Blandy <jimb@redhat.com>
2100
2101 * gdb.texinfo (General Query Packets): Specify that thread ID's in
2102 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
2103 numbers.
2104
f47b1503
AS
21052004-12-07 Andreas Schwab <schwab@suse.de>
2106
2107 * gdb.texinfo (Mode Options): Document -l option.
2108
b6b8ece6
EZ
21092004-12-04 Eli Zaretskii <eliz@gnu.org>
2110
2111 * gdbint.texinfo (Algorithms): More accurate description of
2112 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
2113 is not needed unless data-read and data-access watchpoints are
2114 supported. Add a description of how GDB checks whether the
2115 inferior stopped because a watchpoint was hit.
2116
01371747
EZ
21172004-11-23 Eli Zaretskii <eliz@gnu.org>
2118
2119 * gdb.texinfo (Files): Add cross-reference to description of
2120 -readnow command-line switch.
2121
2315ffec
RC
21222004-11-10 Randolph Chung <tausq@debian.org>
2123
2124 * gdb.texinfo: Document set/show backtrace past-entry commands.
2125 Rearrange index entries for set/show backtrace past-main.
2126
69065f5d
AC
21272004-11-10 Jon Beniston <jon@beniston.com>
2128
2129 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
2130 * gdb.texinfo (Remote Serial Protocol): Further describe
2131 binary transfer escaping mechanism .
69065f5d 2132
30e91e0b
RC
21332004-11-08 Randolph Chung <tausq@debian.org>
2134
2135 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
2136 and "show debug infrun". Add index entries.
2137
60bf7e09
EZ
21382004-10-23 Eli Zaretskii <eliz@gnu.org>
2139
2140 * gdb.texinfo (SVR4 Process Information): Document subcommands of
2141 "info proc" that are already implemented. Add index entries.
2142 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
2143 (Files): Add a tip for decreasing memory used for symtabs from
2144 shared libraries.
f018e82f
EZ
2145 (Starting): Fix whitespace; make "elaboration" stand out where it
2146 is first used, and add an index entry for the term.
f8568604
EZ
2147 (Calling): Expand and elaborate text. Add "print". Add the
2148 description of problems with weak aliases.
384ee23f 2149 (Core File Generation): New section.
60bf7e09 2150
d52fe014
AC
21512004-10-12 Andrew Cagney <cagney@gnu.org>
2152
2153 * gdbint.texinfo (Versions and Branches): New chapter.
2154 (Releasing GDB): Delete "Versions and Branches" section.
2155 (Top): Add "Versions and Branches".
2156
703663ab
EZ
21572004-10-08 Eli Zaretskii <eliz@gnu.org>
2158
2159 * gdb.texinfo (Editing, History): Add cross-references to the
2160 included Readline and History user documentation. Remove
2161 references to the symbol have-readline-appendices which is unused
2162 and undefined.
2163 (History): Fix indexing.
2164
ac77d04f
JJ
21652004-10-08 Jeff Johnston <jjohnstn@redhat.com>
2166
2167 * gdbint.texinfo (target_stopped_data_address): Update to
2168 new prototype.
2169 (i386_stopped_data_address): Update prototype and description.
2170 (i386_stopped_by_watchpoint): New function and description.
2171
e07c999f
PH
21722004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
2173
2174 * gdb.texinfo (Filenames): Add Ada suffixes.
2175 (Ada) New section.
2176
2e868123
AC
21772004-09-27 Andrew Cagney <cagney@gnu.org>
2178 Robert Picco <Robert.Picco@hp.com>
2179
2180 * gdb.texinfo (Packets): Document the "p" packet.
2181
02a57714
JM
21822004-09-21 Jason Molenda (jmolenda@apple.com)
2183
2184 * gdb.texinfo (Paths and Names of the Source Files): Document the
2185 meaning of values in the 'desc' field of a SO stab.
2186
ae038cb0
DJ
21872004-09-20 Daniel Jacobowitz <dan@debian.org>
2188
2189 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
2190 max-cache-age" and "maint show dwarf2 max-cache-age".
2191
f7dc1244
EZ
21922004-09-16 Eli Zaretskii <eliz@gnu.org>
2193
2194 * gdb.texinfo (Set Breaks): Add index entry for setting
2195 breakpoints on overloaded C++ functions that are not members of
2196 any classes. Add an example and an index entry for setting
2197 breakpoints on all program functions.
2198 (Character Sets, Macros, Overlay Commands)
2199 (Non-debug DLL symbols, GDB/MI Output Syntax)
2200 (Annotations Overview, Maintenance Commands, File-I/O Overview):
2201 Use "(@value{GDBP})" instead of a literal "(gdb)".
2202
f810308b
AC
22032004-09-12 Andrew Cagney <cagney@gnu.org>
2204
2205 * gdbint.texinfo (Native Debugging): Delete description of
2206 FILES_INFO_HOOK.
2207
15a661f3
PH
22082004-09-11 Paul Hilfinger <hilfinger@gnat.com>
2209
5ae4183a
AS
2210 * gdbint.texinfo (User Interface): Change local_hex_string_custom
2211 to hex_string_custom (not historically correct, but more
15a661f3
PH
2212 understandable, given the current code).
2213
f3219c75
AC
22142004-09-03 Andrew Cagney <cagney@gnu.org>
2215
2216 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
2217
f3bb6704
JJ
22182004-09-01 Jeff Johnston <jjohnstn@redhat.com>
2219
2220 * observer.texi (solib_unloaded): New observer.
2221
8d2c00cb
AC
22222004-08-24 Andrew Cagney <cagney@gnu.org>
2223
2224 * gdbint.texinfo (Target Architecture Definition): Add missing
2225 comma.
2226
e7dc800a
MC
22272004-08-20 Michael Chastain <mec.gnu@mindspring.com>
2228
2229 * (Using the Testsuite): build != host is supported,
2230 but some test scripts do not support build != host.
2231
73b03683
MK
22322004-08-14 Mark Kettenis <kettenis@gnu.org>
2233
2234 * gdbint.texinfo (Host Definition): Delete description of
2235 FCLOSE_PROVIDED and GETENV_PROVIDED.
2236
c0ccb908
MK
22372004-08-05 Mark Kettenis <kettenis@chello.nl>
2238
2239 * gdbint.texinfo (Host Definition): Delete description of
2240 NO_SYS_FILE.
2241 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
2242 PTRACE_FP_BUG.
2243
9c8dbfa9
AC
22442004-08-05 Andrew Cagney <cagney@gnu.org>
2245
2246 * gdbint.texinfo (Target Architecture Definition): Delete
2247 reference to deprecated_read_fp.
2248
f42accbe
AC
22492004-08-02 Andrew Cagney <cagney@gnu.org>
2250
2251 * gdbint.texinfo (Target Architecture Definition): Delete
2252 description of DEPRECATED_REGISTER_BYTES.
2253
0b66e38c
EZ
22542004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2255
2256 * gdb.texinfo (Source Path): Document the new behavior of
2257 searching for the source files.
2258
15387254
EZ
22592004-07-17 Eli Zaretskii <eliz@gnu.org>
2260
2261 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
2262 (Search, Expressions, Arrays, Variables, Data, Machine Code)
2263 (Auto Display): Improve indexing.
2264
2c07db7a
AC
22652004-07-16 Andrew Cagney <cagney@gnu.org>
2266
2267 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
2268 "-noasync".
2269
4644b6e3
EZ
22702004-07-09 Eli Zaretskii <eliz@gnu.org>
2271
2272 * gdb.texinfo: Fix @kindex entries so that multiple commands that
2273 have the same prefix have only their prefix in the index.
2274
7561d450
MK
22752004-07-03 Mark Kettenis <kettenis@gnu.org>
2276
2277 * gdb.texinfo (BSD libkvm Interface): New node (section)
2278 (Native): Add it to the menu.
2279
67bebe79
MK
22802004-07-01 Mark Kettenis <kettenis@gnu.org>
2281
2282 * gdbint.texinfo (Target Architecture Definition): Remove
2283 PCC_SOL_BROKEN.
2284
1a6923e0
MK
22852004-06-24 Mark Kettenis <kettenis@gnu.org>
2286
2287 * gdbint.texinfo (Target Architecture Definition): Remove
2288 SUN_FIXED_LBRAC_BUG.
2289
b435e160
AC
22902004-06-26 Andrew Cagney <cagney@gnu.org>
2291
2292 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
2293
b5622e8d
AC
22942004-06-20 Andrew Cagney <cagney@gnu.org>
2295
2296 * gdbint.texinfo (Target Architecture Definition): Deprecate
2297 USE_STRUCT_CONVENTION.
2298
e0c07bf0
MC
22992004-06-19 Michael Chastain <mec.gnu@mindspring.com>
2300
2301 gdb.texinfo (Bug Reporting): Mention session recording,
2302 with the script command or Emacs.
2303
782263ab
AC
23042004-06-18 Andrew Cagney <cagney@gnu.org>
2305
2306 * gdbint.texinfo (Target Architecture Definition): Deprecate
2307 FUNCTION_START_OFFSET.
2308
03727ca6
AC
23092004-06-14 Andrew Cagney <cagney@gnu.org>
2310
2311 Based on changes from Karl Berry.
2312 * gdb.texinfo: Do not use @sc in a direntry.
2313 * stabs.texinfo: Change @dircateogry to "Software development".
2314 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
2315
97092415
AC
23162004-06-13 Andrew Cagney <cagney@gnu.org>
2317
2318 * gdbint.texinfo (Target Architecture Definition): Delete
2319 description of RETURN_VALUE_ON_STACK.
2320
1f6d4158
AC
23212004-06-09 Andrew Cagney <cagney@gnu.org>
2322
2323 * gdbint.texinfo (Native Debugging): Restore "@table @code"
2324 deleted by previous patch.
2325
d966f0cb
AC
23262004-06-08 Andrew Cagney <cagney@gnu.org>
2327
2328 * gdbint.texinfo (Native Debugging): Delete documentation on
2329 ATTACH_DETACH.
2330
86fe4aaa
RC
23312004-06-06 Randolph Chung <tausq@debian.org>
2332
2333 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
2334
d4b6d575
RC
23352004-06-06 Randolph Chung <tausq@debian.org>
2336
5ae4183a 2337 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
2338 the new push_dummy_call method signature. Describe the function
2339 argument.
2340
4e8b0763
JB
23412004-05-24 Joel Brobecker <brobecker@gnat.com>
2342
2343 * gdb.texinfo (Starting): Document new start command.
2344
59caf092
AC
23452004-05-21 Andrew Cagney <cagney@redhat.com>
2346
2347 * observer.texi (GDB Observers): Document "inferior_created".
2348
e4a2df64
AC
23492004-05-08 Andrew Cagney <cagney@redhat.com>
2350
e6b55ae2
AC
2351 * gdbint.texinfo (Target Architecture Definition): Delete
2352 description of DO_DEFERRED_STORES.
2353
28954179
AC
2354 * gdbint.texinfo (Target Architecture Definition): Delete
2355 references to DEPRECATED_FIX_CALL_DUMMY.
2356
434b87dd
AC
2357 * gdbint.texinfo (Target Architecture Definition): Delete
2358 description of DEPRECATED_CALL_DUMMY_WORDS,
2359 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
2360
58d28df8
AC
2361 * gdbint.texinfo (Target Architecture Definition): Delete
2362 description of DEPRECATED_PUSH_DUMMY_FRAME.
2363
e4a2df64
AC
2364 * gdbint.texinfo (Target Architecture Definition): Delete
2365 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
2366
2b4855ab
AC
23672004-05-07 Andrew Cagney <cagney@redhat.com>
2368
2369 * observer.texi (GDB Observers): Add "Debugging" section. Include
2370 cross reference to "set/show debug observer".
2371 * gdb.texinfo (Debugging Output): Document "set/show debug
2372 observer".
2373
fcf70625
AC
23742004-05-01 Andrew Cagney <cagney@redhat.com>
2375
2376 * gdbint.texinfo (Target Architecture Definition): Delete
2377 description of DEPRECATED_PC_IN_SIGTRAMP.
2378
8ee56bcf
AC
23792004-04-30 Andrew Cagney <cagney@redhat.com>
2380
2381 * gdbint.texinfo (Target Architecture Definition): Delete
2382 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
2383
67ab9a76
OF
23842004-04-30 Orjan Friberg <orjanf@axis.com>
2385
2386 * observer.texi (GDB Observers): Correct spelling.
2387
79346bcb
OF
23882004-04-26 Orjan Friberg <orjanf@axis.com>
2389
2390 * observer.texi (GDB Observers): Add target_changed event.
2391
7a464420
AC
23922004-04-08 Andrew Cagney <cagney@redhat.com>
2393
2394 * observer.texi (GDB Observers): Rework, provide generic observer
2395 definitions and then a list of observable events.
2396
6cdf9d98
AC
23972004-04-04 Andrew Cagney <cagney@redhat.com>
2398
2399 * gdbint.texinfo (Host Definition): Delete reference to
2400 NO_SIGINTERRUPT.
2401
ddc135a4
AC
24022004-04-02 Andrew Cagney <cagney@redhat.com>
2403
2404 * gdbint.texinfo (Target Architecture Definition): Delete
2405 reference to DEPRECATED_CALL_DUMMY_LENGTH.
2406
6a1b180d
SC
24072004-03-28 Stephane Carrez <stcarrez@nerim.fr>
2408
2409 * gdb.texinfo (TUI Commands): Document tui reg commands.
2410
d0d5df6f
AC
24112004-03-26 Andrew Cagney <cagney@redhat.com>
2412
2413 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
2414 "gdbtui".
2415 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
2416 (Contributors): Mention both Text and Terminal User Interface.
2417
aa2a3f87
AC
24182004-03-23 Andrew Cagney <cagney@redhat.com>
2419
2420 * gdbint.texinfo (Target Architecture Definition): Deprecate
2421 references to SIGTRAMP_START and SIGTRAMP_END.
2422
f561f026
AC
24232004-03-23 Andrew Cagney <cagney@redhat.com>
2424
2425 * gdbint.texinfo (Target Architecture Definition): Deprecate
2426 references to PC_IN_SIGTRAMP.
2427
33cb8b0f
AC
24282004-03-19 Andrew Cagney <cagney@redhat.com>
2429
2430 * gdbint.texinfo (Target Architecture Definition): Delete
2431 reference to GDB_TARGET_IS_HPPA.
2432
fc989b7a
AC
24332004-03-18 Andrew Cagney <cagney@redhat.com>
2434
2435 * gdbint.texinfo (Coding): Update section on gdbarch_data,
2436 describe pre_init and post_init.
2437
701b08bb
DJ
24382004-03-09 Daniel Jacobowitz <drow@mvista.com>
2439
2440 * gdb.texinfo (Debugging Output): Document values for "set debug
2441 target".
2442
faae5abe
AC
24432004-02-28 Andrew Cagney <cagney@redhat.com>
2444
2445 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
2446
dd79a6cf
JJ
24472004-02-26 Jeff Johnston <jjohnstn@redhat.com>
2448
2449 * gdb.texinfo (breakpoints): Add information about the
2450 new "set breakpoint pending" and "show breakpoint pending"
2451 commands.
2452
e7f16015
AC
24532004-02-26 Andrew Cagney <cagney@redhat.com>
2454
2455 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
2456 in Per-architecture module data section.
2457
7161a3a6
RM
24582004-02-25 Roland McGrath <roland@redhat.com>
2459
2460 * gdb.texinfo (General Query Packets): Document qPart:... packets.
2461
2154891a
AC
24622004-02-24 Andrew Cagney <cagney@redhat.com>
2463
2464 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
2465 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
2466 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 2467
6c74ac8b
AC
24682004-02-17 Andrew Cagney <cagney@redhat.com>
2469
2470 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
2471
19772a2c
AC
24722004-02-16 Andrew Cagney <cagney@redhat.com>
2473
2474 * gdbint.texinfo (Target Architecture Definition): Deprecate
2475 FRAMELESS_FUNCTION_INVOCATION.
2476
c9830293
AC
24772004-02-16 Andrew Cagney <cagney@redhat.com>
2478
2479 * gdbint.texinfo (Coding): Mention -Wunused-function.
2480
b9d26eb9
AC
24812004-02-14 Andrew Cagney <cagney@redhat.com>
2482
2483 * gdbint.texinfo (Target Architecture Definition): Delete
2484 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
2485
49efadf5
EZ
24862004-02-12 Elena Zannoni <ezannoni@redhat.com>
2487
2488 * gdb.texinfo: Properly quote the name "C++".
2489 * gdbint.texinfo: Ditto.
2490 * stabs.texinfo: Ditto.
2491
1eb288ea
EZ
24922004-02-11 Elena Zannoni <ezannoni@redhat.com>
2493
2494 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
2495 minimal information about libiberty.
2496
e4937fc1
MC
24972004-02-06 Michael Chastain <mec.gnu@mindspring.com>
2498
2499 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
2500
a9331b3f
RM
25012004-02-04 Roland McGrath <roland@redhat.com>
2502
2503 * gdb.texinfo (Auxiliary Vector): New node (section).
2504 (Data): Add it to the menu.
2505
2650777c
JJ
25062004-02-02 Jeff Johnston <jjohnstn@redhat.com>
2507
2508 * gdb.texinfo (Breakpoints): Add information about pending
2509 breakpoint support.
2510
b4501125
AC
25112004-01-26 Andrew Cagney <cagney@redhat.com>
2512
2513 * gdb.texinfo (Overview): Delete references to the cisco protocol
2514 including the "N" response.
2515
74055713
AC
25162004-01-26 Andrew Cagney <cagney@redhat.com>
2517
2518 * gdbint.texinfo (Target Architecture Definition): Rename
2519 EXTRACT_STRUCT_VALUE_ADDRESS to
2520 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 2521
3bbe9696
EZ
25222004-01-24 Eli Zaretskii <eliz@gnu.org>
2523
2524 * gdb.texinfo (KOD): Document "show os". Add index entries for
2525 "set/show os" and "info cisco" commands.
2526
5843504f
EZ
25272004-01-21 Eli Zaretskii <eliz@gnu.org>
2528
2529 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
2530
9175c9a3
MC
25312004-01-19 Michael Chastain <mec.gnu@mindspring.com>
2532
2533 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
2534 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
2535
8e94b928
NR
25362004-01-19 Nick Roberts <nick@nick.uklinux.net>
2537
2538 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
2539 -stack-list-locals.
2540 (GDB/MI Variable Objects): Describe extension to
2541 -var-list-children.
2542
a20cf136
DJ
25432004-01-17 Daniel Jacobowitz <drow@mvista.com>
2544
2545 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
2546
afb18d0f
AC
25472004-01-17 Andrew Cagney <cagney@redhat.com>
2548
2549 * gdbint.texinfo (Target Architecture Definition): Delete
2550 documentation on DEPRECATED_NPC_REGNUM.
2551
b51970ac
DJ
25522004-01-13 Daniel Jacobowitz <drow@mvista.com>
2553
2554 * gdb.texinfo: Update copyright year. Mention that set
2555 follow-fork-mode is supported on GNU/Linux. Remove documentation of
2556 "set follow-fork-mode ask".
2557
0f0cffd2
AC
25582004-01-13 Andrew Cagney <cagney@redhat.com>
2559
2560 * gdbint.texinfo: Update copyright year.
2561 (Coding): Add -Wunused-label to list of -Werror warnings.
2562
c552b3bb 25632004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 2564 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
2565
2566 * gdb.texinfo: Update copyright.
2567 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
2568 around names, as appropriate. Minor syntax cleanup of
2569 _NSPrintForDebugger explanation. Two spaces after periods.
2570 GDBN used instead of lit. "gdb". Index entries added for
2571 print-object and _NSPrintForDebugger. @noindent added in one spot.
2572
afe157ca
EZ
25732003-11-11 Elena Zannoni <ezannoni@redhat.com>
2574
2575 * stabs.texinfo: Add dircategory and direntry commands.
2576 * annotate.texinfo: Ditto.
2577
963e2bb7
AC
25782003-11-10 Andrew Cagney <cagney@redhat.com>
2579
2580 * gdbint.texinfo (Target Architecture Definition): Replace the
2581 return_value method's "inval" and "outval" parameters with
2582 "readbuf" and "writebuf".
2583
1d8b2f28
JB
25842003-10-28 Jim Blandy <jimb@redhat.com>
2585
2586 * gdb.texinfo (The F request packet, The F reply packet): Renamed
2587 from "The `F' request packet" and "The `F' reply packet", to make
2588 texi2dvi happy.
2589 (File-I/O remote protocol extension): Update menu entries, too.
2590
36d86913
MC
25912003-10-26 Michael Chastain <mec@shout.net>
2592
2593 * gdb.texinfo (Thread Stops): Document the issue with
2594 premature return from system calls in multi-threaded programs.
2595
ce2826aa
AC
25962003-10-24 Andrew Cagney <cagney@redhat.com>
2597
2598 * annotate.texinfo: Fix "fortunatly"[sic].
2599
f24c5e49
KI
26002003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
2601
2602 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
2603 with "Hitachi" and "Mitsubishi".
2604
92ad9cd9
AC
26052003-10-20 Andrew Cagney <cagney@redhat.com>
2606
2607 * gdbint.texinfo (Target Architecture Definition): Document
2608 gdbarch_return_value. Add cross references from
2609 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
2610 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
2611
0ab4b752
MK
26122003-10-18 Mark Kettenis <kettenis@gnu.org>
2613
2614 * gdbint.texinfo (Target Architecture Definition): Document
2615 regset_from_core_section.
fb3e19c0
KI
2616
26172003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
2618
2619 * gdb.texinfo (M32R/D): Mention m32rsdi target.
2620
a9331b3f 26212003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
2622
2623 From Anthony Green <green@redhat.com>:
5ae4183a 2624 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 2625
1485d690
KB
26262003-10-14 Kevin Buettner <kevinb@redhat.com>
2627
2628 * gdb.texinfo (Breakpoint related warnings): New node.
2629 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 2630
86d30acc
DJ
26312003-10-13 Daniel Jacobowitz <drow@mvista.com>
2632
2633 * gdb.texinfo (Remote Protocol): Document v and vCont.
2634
172c2a43
KI
26352003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
2636
2637 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
2638 * gdbint.texinfo: Ditto.
2639
71952f4c
AC
26402003-10-09 Andrew Cagney <cagney@redhat.com>
2641
2642 From 2003-09-18 David Anderson <davea@sgi.com>:
2643 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
2644 "command".
2645
268e2188
AC
26462003-10-03 Andrew Cagney <cagney@redhat.com>
2647
2648 * gdbint.texinfo (Target Architecture Definition): Deprecate
2649 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
2650 just target.
2651
12c266ea 26522003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 2653
f30992d4 2654 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
2655 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
2656 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
2657 * gdbint.texinfo (Target Architecture Definition): Rename
2658
26592003-09-30 Andrew Cagney <cagney@redhat.com>
2660
f30992d4 2661 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 2662 (Target Architecture Definition):
f30992d4 2663
2e092625
AC
2664 * gdbint.texinfo (Target Architecture Definition): Rename
2665 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
2666
0717ae8a
AC
26672003-09-29 Andrew Cagney <cagney@redhat.com>
2668
dad809b7
AC
2669 * gdbint.texinfo (Target Architecture Definition): Delete
2670 documentation for NEED_TEXT_START_END.
2671
0717ae8a
AC
2672 * gdbint.texinfo (Target Architecture Definition): Rename
2673 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
2674 TARGET_WRITE_PC.
a9331b3f 2675
af6cf26d
MC
26762003-09-22 Michael Chastain <mec@shout.net>
2677
2678 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
2679
ee206350
AG
26802003-09-21 Anthony Green <green@redhat.com>
2681
2682 * gdbint.texinfo (Target Architecture Definition): Fix typos.
2683
a38c9fe6
MK
26842003-09-21 Mark Kettenis <kettenis@gnu.org>
2685
2686 * gdbint.texinfo (Target Architecture Definition): Document
2687 stabs_argument_has_addr.
2688
77949794
AC
26892003-09-18 Andrew Cagney <cagney@redhat.com>
2690
2691 * gdbint.texinfo (Target Architecture Definition): Delete
2692 documentation on REGISTER_NAMES.
2693
8e823e25
MK
26942003-09-13 Mark Kettenis <kettenis@gnu.org>
2695
2696 * gdbint.texinfo (Target Architecture Definition): Replace
2697 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
2698
f27dd7fd
AC
26992003-09-11 Andrew Cagney <cagney@redhat.com>
2700
2701 * gdbint.texinfo (Target Architecture Definition): Replace
2702 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
2703
8b148df9
AC
27042003-08-18 Andrew Cagney <cagney@redhat.com>
2705
2706 * gdbint.texinfo (Target Architecture Definition): Document
2707 "frame_red_zone_size".
2708
25d29d70
AC
27092003-08-09 Andrew Cagney <cagney@redhat.com>
2710
2711 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
2712 with "set/show backtrace past-main" and "set/show backtrace
2713 limit".
2714
c938e9b0
L
27152003-08-08 H.J. Lu <hongjiu.lu@intel.com>
2716
2717 * Makefile.in (install-info): Support DESTDIR.
2718 (install-html): Likewise.
2719
64fabec2
AC
27202003-08-07 Andrew Cagney <cagney@redhat.com>
2721
2722 Patch from Nick Roberts.
2723 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
2724 bindings. Remove description of send-gdb-command.
2725
2fcf52f0
AC
27262003-08-07 Andrew Cagney <cagney@redhat.com>
2727
2728 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
2729 GDB 6.0.
2730
086432e2
AC
27312003-08-06 Andrew Cagney <cagney@redhat.com>
2732
2733 * gdb.texinfo (Mode Options): Mention that level three is the
2734 highest available and that level 2 is deprecated.
2735 (Annotations Overview): Mention annotation levels. Cross reference
2736 to "Limitations of the Annotation Interface" in annotate.texi.
2737 (TODO, Value Annotations, Frame Annotations): Delete section.
2738 (Displays, Breakpoint Info): Delete.
2739
e5249f67
AC
27402003-08-04 Andrew Cagney <cagney@redhat.com>
2741
2742 * agentexpr.texi: Delete @bye.
2743 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
2744 (stabs.info): Add $(srcdir) to include search path.
2745 (html): Depend on "annotate_toc.html", and not "annotate.html".
2746 * stabs.texinfo: Ditto. Include "fdl.texi".
2747 * gdbint.texinfo: Update copyright statement's list of invariant
2748 sections.
2749
e6f672d2
AC
27502003-07-28 Andrew Cagney <cagney@redhat.com>
2751
2752 * Makefile.in (INFO_DEPS): Add annotate.info.
2753 (dvi, ps, html, pdf): Add annotate.
2754 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
2755 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
2756 (ANNOTATE_DOC_FILES): New macro.
2757 (ANNOTATE_TEX_TMPS): New macro.
2758 (annotate.info, annotate_toc.html): Specify dependencies.
2759 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
2760 * annotate.texinfo: Rename annotate.texi. Get building. Add
2761 "Migrating to GDB/MI" and "Limitations of the Annotation
2762 Interface" chapters. Mention why it is not part of the user
2763 guide. Update copyright notice. Include "fdl.texi".
2764
72ffddc9
SC
27652003-07-26 Stephane Carrez <stcarrez@nerim.fr>
2766
2767 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
2768
a9f12a31
DJ
27692003-07-24 Daniel Jacobowitz <drow@mvista.com>
2770
2771 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
2772
b1fe9455
DJ
27732003-07-24 Daniel Jacobowitz <drow@mvista.com>
2774
2775 * gdb.texinfo (Server): Mention pidof.
2776
153721e6
AC
27772003-07-22 Andrew Cagney <cagney@redhat.com>
2778
2779 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
2780 list.
2781
0fac0b41
DJ
27822003-06-28 Daniel Jacobowitz <drow@mvista.com>
2783
2784 * gdb.texinfo (Logging output): New chapter.
2785
4e562065
JB
27862003-06-24 Joel Brobecker <brobecker@gnat.com>
2787
2788 * gdb.texinfo (Unsupported languages): New section.
2789 (Languages): Add link to new section.
2790
f2c06f52
AC
27912003-06-22 Andrew Cagney <cagney@redhat.com>
2792
2793 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
2794
b4177fca
DJ
27952003-06-22 Daniel Jacobowitz <drow@mvista.com>
2796
2797 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
2798
f418dd93
DJ
27992003-06-22 Daniel Jacobowitz <drow@mvista.com>
2800
2801 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
2802 * agentexpr.texi: Retitle section, and change it to an appendix.
2803 Comment out texinfo initialization. Factor a @var{} into two
2804 pieces to prevent makeinfo warnings.
2805 * gdb.texinfo: Add Agent Expressions appendix.
2806
4ca61388
DJ
28072003-06-19 Daniel Jacobowitz <drow@mvista.com>
2808
2809 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
2810
07f31aa6
DJ
28112003-06-18 Daniel Jacobowitz <drow@mvista.com>
2812
5ae4183a 2813 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
2814 remote target". Document the "detach" and "disconnect" commands.
2815 (Server, Netware, Debug Session): Reference "Connecting to a
2816 remote target".
2817 (GDB/MI Target Manipulation): Document "-target-disconnect".
2818
2dd0da42
AC
28192003-06-13 Andrew Cagney <cagney@redhat.com>
2820
2821 * gdbint.texinfo (Target Architecture Definition): Deprecate
2822 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
2823 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
2824
e7a3abfc
JB
28252003-06-09 Jim Blandy <jimb@redhat.com>
2826
2827 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
2828
25e3a86b
AC
28292003-06-08 Andrew Cagney <cagney@redhat.com>
2830
2831 * gdbint.texinfo (Target Architecture Definition): Delete
2832 documentation on FRAME_ARGS_ADDRESS_CORRECT.
2833
a9e5fdc2
AC
28342003-06-08 Andrew Cagney <cagney@redhat.com>
2835
2836 * gdbint.texinfo (Target Architecture Definition): Document
2837 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
2838
b37303ee
AF
28392003-06-07 Adam Fedor <fedor@gnu.org>
2840
2841 * gdb.texinfo: Add Objective-C documentation.
2842
39fe6e80
AC
28432003-06-01 Andrew Cagney <cagney@redhat.com>
2844
2845 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
2846 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
2847
125309b2
AC
28482003-05-21 Andrew Cagney <cagney@redhat.com>
2849
2850 * gdbint.texinfo (Target Architecture Definition): Delete
2851 references to "extract_address" and "store_address".
2852
b8b527c5
AC
28532003-05-16 Andrew Cagney <cagney@redhat.com>
2854
2855 * gdbint.texinfo (Target Architecture Definition): Replace
2856 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
2857 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
2858
50e3ee83
TR
28592003-05-14 Theodore A. Roth <troth@openavr.org>
2860
2861 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
2862
44e2be90
L
28632003-05-10 H.J. Lu <hongjiu.lu@intel.com>
2864
2865 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
2866 (gdb.dvi): Likewise.
2867 (gdb.pdf): Likewise.
2868 (links2roff): Likewise.
2869
df5215a6
JB
28702003-05-08 Jim Blandy <jimb@redhat.com>
2871
2872 * gdb.texinfo (Dump/Restore Files): Update documentation for
2873 'dump', 'append', and 'restore': note that format argument is
2874 optional; simplify presentation of the command variants; and be
2875 more precise about the formats.
2876
5e7b2f39
JB
28772003-05-07 Jim Blandy <jimb@redhat.com>
2878
2879 * gdb.texinfo (Symbols): Update documentation: 'maint list
2880 symtabs' and 'maint list psymtabs' have been renamed 'maint info
2881 symtabs' and 'maint info psymtabs'.
2882
b1e29e33
AC
28832003-05-05 Andrew Cagney <cagney@redhat.com>
2884
2885 * gdbint.texinfo (Target Architecture Definition): Make
2886 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
2887 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
2888 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
2889
00905d52
AC
28902003-05-04 Andrew Cagney <cagney@redhat.com>
2891
2892 * gdb.texinfo (Maintenance Commands): Document "maint print
2893 dummy-frames".
2894
54ff5908
AC
28952003-05-04 Andrew Cagney <cagney@redhat.com>
2896
2897 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
2898
32e7087d
JB
28992003-05-03 J. Brobecker <brobecker@gnat.com>
2900
2901 Thierry Schneider <tpschneider1@yahoo.com>
2902 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
2903 for new MI command.
2904
7043d8dc
AC
29052003-05-03 Andrew Cagney <cagney@redhat.com>
2906
2907 * gdbint.texinfo (Target Architecture Definition): Document
2908 push_dummy_code. Add cross references.
2909
e33d66ec
EZ
29102003-05-02 Elena Zannoni <ezannoni@redhat.com>
2911
2912 * gdb.texinfo (Character Sets): Update to reflect new behavior of
2913 set/show charsets commands.
2914
0ba6dca9
AC
29152003-04-28 Andrew Cagney <cagney@redhat.com>
2916
2917 * gdbint.texinfo (Target Architecture Definition): Replace
2918 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
2919 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
2920
d7a27068
AC
29212003-04-28 Andrew Cagney <cagney@redhat.com>
2922
2923 * gdbint.texinfo (Target Architecture Definition): Rename
2924 "tm_print_insn" to "deprecated_tm_print_insn".
2925
44ea7b70
JB
29262003-04-09 Jim Blandy <jimb@redhat.com>
2927
2928 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
2929 list psymtabs'.
2930
fb8f8949
AC
29312003-04-08 Andrew Cagney <cagney@redhat.com>
2932
2933 * gdbint.texinfo (Target Architecture Definition): Delete
2934 references to EXTRA_FRAME_INFO.
2935
32fb0f22
AC
29362003-04-08 Andrew Cagney <cagney@redhat.com>
2937
2938 * gdbint.texinfo (Target Architecture Definition): Delete
2939 PRINT_TYPELESS_INTEGER.
2940
6be67e67
JB
29412003-04-02 J. Brobecker <brobecker@gnat.com>
2942
2943 * observer.texi (GDB Observers): Adjust the documentation for the
2944 normal_stop notification to better describe reality. Fix a couple
2945 of minor typos.
2946
4e35d5f0
BR
29472003-04-02 Bob Rossi <bob_rossi@cox.net>
2948
a9331b3f 2949 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
2950 '-file-list-exec-source-file'
2951
e8a8712a
AC
29522003-03-31 Andrew Cagney <cagney@redhat.com>
2953
2954 * gdbint.texinfo (Target Architecture Definition): Delete
2955 references to CALL_DUMMY_P.
2956
6c0e89ed
AC
29572003-03-30 Andrew Cagney <cagney@redhat.com>
2958
2959 * gdbint.texinfo (Target Architecture Definition): Remove
2960 reference to TARGET_WRITE_SP.
a9331b3f 2961
378bfd1b
AC
29622003-03-27 Andrew Cagney <cagney@redhat.com>
2963
2964 * gdbint.texinfo (Target Architecture Definition): Remove
2965 references to write_sp.
6c0e89ed 2966
922fbb7b
AC
29672003-03-27 Andrew Cagney <cagney@redhat.com>
2968
2969 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
2970 chapter body. Use @smallexample instead of @example.
2971 (Annotations): Ditto.
2972 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
2973 annotate.texi.
2974
b81774d8
AC
29752003-03-26 Andrew Cagney <cagney@redhat.com>
2976
2977 * gdbint.texinfo (Target Architecture Definition): Replace
2978 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
2979 dummy_addr parameters.
2980
1bf6d5cc
AC
29812003-03-25 Andrew Cagney <cagney@redhat.com>
2982
2983 * gdbint.texinfo (Target Architecture Definition): Delete
2984 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
2985 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
2986 Add reference to PUSH_ARGUMENTS.
2987
618ce49f
AC
29882003-03-23 Andrew Cagney <cagney@redhat.com>
2989
2990 * gdbint.texinfo (Algorithms, Target Architecture Definition):
2991 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
2992
bcd7e15f
JB
29932003-03-18 J. Brobecker <brobecker@gnat.com>
2994
2995 * gdbint.texinfo (Algorithms): Add new section describing the
2996 Observer paradigm.
2997 (Top): Add menu entry to new observer appendix.
2998 * observer.texi: New file.
2999 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
3000 new observer.texi file.
3001
9fe8321b
AC
30022003-03-17 Andrew Cagney <cagney@redhat.com>
3003
3004 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
3005 that GNU Press update the manual version number.
3006
ac2adee5
AC
30072003-03-12 Andrew Cagney <cagney@redhat.com>
3008
3009 * gdbint.texinfo (Target Architecture Definition): Delete
3010 references to get_saved_register. Rename GET_SAVED_REGISTER to
3011 DEPRECATED_GET_SAVED_REGISTER.
3012
749b82f6
AC
30132003-03-13 Andrew Cagney <cagney@redhat.com>
3014
3015 * gdbint.texinfo (Target Architecture Definition): Replace
3016 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
3017
8bedc050
AC
30182003-03-12 Andrew Cagney <cagney@redhat.com>
3019
3020 * gdbint.texinfo (Target Architecture Definition): Rename
3021 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 3022
0ce1b118
CV
30232003-03-10 Corinna Vinschen <vinschen@redhat.com>
3024
3025 * gdb.texinfo: Add File-I/O documentation.
3026
12cc2063
AC
30272003-03-10 Andrew Cagney <cagney@redhat.com>
3028
3029 * gdbint.texinfo (Target Architecture Definition): Cross reference
3030 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
3031
7453dc06
AC
30322003-03-07 Andrew Cagney <cagney@redhat.com>
3033
3034 * gdb.texinfo (Debugging Output): Mention the "set/show debug
3035 frame" command.
3036
6314f104
AC
30372003-03-05 Andrew Cagney <cagney@redhat.com>
3038
3039 * gdbint.texinfo (Target Architecture Definition): Document
3040 unwind_dummy_id. Cross reference unwind_dummy_id and
3041 SAVE_DUMMY_FRAME_TOS.
3042
f1212245
DJ
30432003-03-05 James Ingham <jingham@apple.com>
3044 Daniel Jacobowitz <drow@mvista.com>
3045
3046 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
3047 and "show cp-abi".
3048
77e7e267
AC
30492003-03-03 Andrew Cagney <cagney@redhat.com>
3050
3051 * gdbint.texinfo (Target Architecture Definition): Document
3052 register_type.
3053
838a8221
AC
30542003-03-03 Andrew Cagney <cagney@redhat.com>
3055
3056 * stabs.texinfo (Structures): Use @samp and separate @var's
3057 instead of a single @var containing a comma separated list.
3058 (Unions): Ditto.
3059
d7f4a264
DJ
30602003-03-02 Daniel Jacobowitz <drow@mvista.com>
3061
3062 * Makefile.in (distclean): Remove config.log.
3063
f30ee0bc
AC
30642003-03-01 Andrew Cagney <cagney@redhat.com>
3065
3066 * gdbint.texinfo (Target Architecture Definition): Rename
3067 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
3068
30692003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
3070
3071 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
3072 DEPRECATED_INIT_EXTRA_FRAME_INFO.
3073
be448670
CF
30742003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
3075
3076 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
3077 (Non-debug DLL symbols): New node, describing the minimal symbols
3078 loaded from DLLs without real debugging symbols.
3079
501eef12
AC
30802003-02-20 Andrew Cagney <ac131313@redhat.com>
3081
3082 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
3083 hardware-breakpoint-limit".
3084 (Set Watchpoints): Add cross reference to "set remote
3085 hardware-watchpoint-limit".
3086 (Remote configuration options): New section.
3087
21c294e6
AC
30882003-02-04 Andrew Cagney <ac131313@redhat.com>
3089
e9be73e4
AC
3090 * gdbint.texinfo (Target Architecture Definition): Delete
3091 descrption of IS_TRAPPED_INTERNALVAR.
3092
21c294e6
AC
3093 From Keith Seitz <keiths@redhat.com>:
3094 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
3095 option "-i"/"--interpreter" to this chapter. Include index
3096 entries.
3097
0179ffac
DC
30982003-02-04 David Carlton <carlton@math.stanford.edu>
3099
3100 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
3101 (Variables): Recommend stabs+ and DWARF 2.
3102 (C plus plus expressions): Correct info about
3103 compiler versions, debug formats.
3104 (Contributors): Change 'DWARF2' to 'DWARF 2'.
3105 PR symtab/874.
3106
7ca9f392
AC
31072003-02-01 Andrew Cagney <ac131313@redhat.com>
3108
3109 * gdbint.texinfo (Target Architecture Definition): Delete
3110 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
3111 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
3112 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
3113 references to nindy and i960.
3114 * gdb.texinfo (i960): Delete all references to i960 and nindy.
3115
31a85ea2
AC
31162003-02-01 Andrew Cagney <ac131313@redhat.com>
3117
3118 * gdbint.texinfo (Target Architecture Definition): Delete
3119 FLOAT_INFO.
3120
6b894e49
AC
31212003-01-30 Andrew Cagney <ac131313@redhat.com>
3122
3123 * stabs.texinfo (Member Type Descriptor): Clarify description of
3124 `@'. Suggested by Ben Hutchings.
3125
c48861fb
AC
31262003-01-29 Andrew Cagney <ac131313@redhat.com>
3127
3128 * gdb.texinfo (M68K): Delete reference to es1800.
3129
617073a9
AC
31302003-01-29 Andrew Cagney <ac131313@redhat.com>
3131
3132 * gdb.texinfo (Maintenance Commands): Document `maint print
3133 reggroups' and `maint print register-groups'.
3134 * gdbint.texinfo (Target Architecture Definition): Document
3135 register_reggroup_p.
3136
5b5d99cf
JB
31372003-01-23 Jim Blandy <jimb@redhat.com>
3138
3139 * gdb.texinfo (Separate Debug Files): New section.
3140
e7ba9c65
DJ
31412003-01-22 Daniel Jacobowitz <drow@mvista.com>
3142
3143 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
3144 and "maint show profile".
3145
94e91d6d
MC
31462003-01-16 Michael Chastain <mec@shout.net>
3147
3148 * gdb.texinfo (Installing GDB): Warn against
3149 ".../gdb-VERSION/gdb/configure".
3150 (Separate Objdir): Likewise.
3151
867f3898
AC
31522003-01-15 Andrew Cagney <ac131313@redhat.com>
3153
3154 * gdbint.texinfo (Target Architecture Definition): Delete
3155 definition of PRINT_REGISTER_HOOK.
3156
f153cc92
EZ
31572003-01-15 Elena Zannoni <ezannoni@redhat.com>
3158
3159 (OpenRISC 1000): Fix formatting of command names.
3160
c60eb6f1
EZ
31612003-01-15 Elena Zannoni <ezannoni@redhat.com>
3162
3163 * gdb.texinfo (Continuing and Stepping): Add new command
3164 'advance'. Clarify behavior of 'until'.
3165
f5ebfba0
DJ
31662003-01-13 Daniel Jacobowitz <drow@mvista.com>
3167
3168 * gdb.texinfo (Files): Document solib-absolute-prefix and
3169 solib-search-path.
3170
4ce8657e
MC
31712003-01-09 Michael Chastain <mec@shout.net>
3172
3173 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
3174 (Create a Release): Add new instructions for new @file{src-release}.
3175 Document existing instructions for @file{Makefile.in} as
3176 being for @value{GDBN} 5.3.1 or earlier.
3177
372613e3
AC
31782003-01-09 Andrew Cagney <ac131313@redhat.com>
3179
3180 * gdbint.texinfo (Target Architecture Definition): Mention
3181 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
3182 allocate memory.
3183
b4e9345d
DJ
31842003-01-04 Daniel Jacobowitz <drow@mvista.com>
3185
3186 * gdb.texinfo (Controlling GDB): Add @kindex for
3187 "show osabi".
3188 (Backtraces): Add @kindex's for backtrace-below-main.
3189
98b45e30
DJ
31902003-01-04 Daniel Jacobowitz <drow@mvista.com>
3191
3192 * gdb.texinfo (Controlling GDB): Document "set osabi".
3193
95f90d25
DJ
31942003-01-04 Daniel Jacobowitz <drow@mvista.com>
3195
3196 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
3197 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
3198
1e698235
DJ
31992003-01-04 Daniel Jacobowitz <drow@mvista.com>
3200
3201 * gdb.texinfo (Controlling GDB): Add ABI section. Document
3202 "set coerce-float-to-double".
3203 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
3204
e632838e
AC
32052003-01-02 Andrew Cagney <ac131313@redhat.com>
3206
3207 * stabs.texinfo: Remove obsolete text.
3208 * gdbint.texinfo: Ditto.
3209 * gdb.texinfo: Ditto.
3210
c133ab7a
MK
32112002-12-22 Mark Kettenis <kettenis@gnu.org>
3212
3213 * gdbint.texinfo (Target Architecture Definition): Update
3214 description of gdbarch_register_osabi.
3215
f821f325
KH
32162002-12-20 Kazu Hirata <kazu@cs.umass.edu>
3217
3218 * agentexpr.texi: Fix typos.
3219 * annotate.texi: Likewise.
3220 * fdl.texi: Likewise.
3221
85a6d8d3 32222002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
3223
3224 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
3225 DEPRECATED_INIT_FRAME_PC.
3226
ae45cd16
AC
32272002-12-01 Andrew Cagney <ac131313@redhat.com>
3228
3229 * gdbint.texinfo (Target Architecture Definition): Delete
3230 PC_IN_CALL_DUMMY.
3231
07555a72
AC
32322002-11-28 Andrew Cagney <ac131313@redhat.com>
3233
3234 * gdbint.texinfo (Host Definition): Delete documentation on
3235 USE_GENERIC_DUMMY_FRAMES.
3236
c166cdc7
EZ
32372002-11-26 Elena Zannoni <ezannoni@redhat.com>
3238
5ae4183a 3239 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
3240 * Makefile.in (install-info): Run the install-info command as part
3241 of the post install steps only.
3242 (uninstall-info): New target.
3243 (uninstall): New target.
3244
35db0260
EZ
32452002-11-22 Elena Zannoni <ezannoni@redhat.com>
3246
3247 * Makefile.in (install): Make install do some real work.
3248
9ba8d803
AC
32492002-11-19 Andrew Cagney <ac131313@redhat.com>
3250
3251 Fix POSIX problem reported by Paul Eggert.
3252 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
3253 Fix PR gdb/527.
3254
903ad3a6
AC
32552002-10-26 Andrew Cagney <cagney@redhat.com>
3256
3257 * gdbint.texinfo (Target Architecture Definition): Delete
3258 definition of DO_REGISTERS_INFO.
3259
f2abfe65
KB
32602002-10-18 Kevin Buettner <kevinb@redhat.com>
3261
3262 * gdbint.texinfo (Address Classes): Fix problems with insertion
3263 of ``{'' and ``}'' in example.
3264
b5b0480a
KB
32652002-10-17 Kevin Buettner <kevinb@redhat.com>
3266
3267 * gdbint.texinfo (Address Classes): New section.
3268 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
3269 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
3270 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
3271 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
3272
c85508ee
KD
32732002-10-11 Klee Dienes <kdienes@apple.com>
3274
3275 * gdb.texinfo (Registers): Mention vector registers as well as
3276 floating registers in the documentation for 'info registers' and
3277 'info all-registers'.
3278
6d12fc3d
DJ
32792002-10-11 Daniel Jacobowitz <drow@mvista.com>
3280
3281 * gdbint.texinfo (CPLUS_MARKER): Remove item.
3282
8d19fbd2
JJ
32832002-10-03 Jeff Johnston <jjohnstn@redhat.com>
3284
3285 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
3286 interface definition.
3287
a37295f9
MM
32882002-10-03 Marko Mlinar <markom@opencores.org>
3289
3290 * gdb.texinfo (Target Commands): Add or1k target specific
3291 commands.
3292 * gdb.texinfo (Contributors): Add myself to the contributors list.
3293
da0f9dcd
AC
32942002-10-01 Andrew Cagney <ac131313@redhat.com>
3295
3296 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
3297 and "mi1" instead of "mi1" and "mi0".
3298
2e834e49
HPN
32992002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
3300
3301 * gdb.texinfo (Packets): Fix typos "alligned".
3302 Correct z3/Z3 description. Correct z4/Z4 title.
3303
050be0dc
AC
33042002-09-27 Andrew Cagney <ac131313@redhat.com>
3305
3306 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
3307
1104b9e7
KB
33082002-09-25 Kevin Buettner <kevinb@redhat.com>
3309
3310 * gdb.texinfo: Use GNU/Linux instead of Linux.
3311
512217c7
AC
33122002-09-25 Andrew Cagney <ac131313@redhat.com>
3313
3314 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
3315
10998722
AC
33162002-09-24 Andrew Cagney <ac131313@redhat.com>
3317
512217c7 3318 * gdb.texinfo: Replace @example with @smallexample.
10998722 3319
a0eb71c5
KB
33202002-09-20 Kevin Buettner <kevinb@redhat.com>
3321
f7dc1244 3322 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
3323 * gdb.texinfo (Character Sets): Use @smallexample instead of
3324 @example. Use GNU/Linux instead of Linux.
3325
33262002-09-20 Jim Blandy <jimb@redhat.com>
3327
3328 * gdb.texinfo: Add character set documentation.
3329
2f870471
AC
33302002-09-19 Andrew Cagney <ac131313@redhat.com>
3331
3332 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
3333 (Packets): Add cross reference from `b' packet to `z' packets.
3334
790eb8f5
AC
33352002-09-19 Andrew Cagney <ac131313@redhat.com>
3336
8d30a00d
AC
3337 * gdb.texinfo (Maintenance Commands): Document ``maint
3338 internal-error'' and ``maint internal-warning''.
3339
790eb8f5
AC
3340 * gdbint.texinfo (Target Architecture Definition): Revise
3341 description of STACK_ALIGN. Add description of FRAME_ALIGN.
3342
a23a7bf1
JB
33432002-09-19 Joel Brobecker <brobecker@gnat.com>
3344
3345 * gdbint.texinfo (Target Conditionals): Document the new
3346 NAME_OF_MALLOC macro.
3347
299ffc64
AC
33482002-09-05 Andrew Cagney <ac131313@redhat.com>
3349
3350 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
3351 engineer.
3352
b7bb15bc
SC
33532002-09-02 Stephane Carrez <stcarrez@nerim.fr>
3354
3355 * gdb.texinfo (TUI Overview): Document status line fields.
3356
3d757584
SC
33572002-09-02 Stephane Carrez <stcarrez@nerim.fr>
3358
3359 * gdb.texinfo (TUI Commands): Document info win command.
3360
269c21fe
SC
33612002-09-01 Stephane Carrez <stcarrez@nerim.fr>
3362
3363 * gdb.texinfo (TUI Overview): Document breakpoint markers.
3364
7cf36c78
SC
33652002-09-01 Stephane Carrez <stcarrez@nerim.fr>
3366
3367 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
3368 (TUI Keys): Likewise.
3369
d2c6833e
AC
33702002-08-25 Andrew Cagney <ac131313@redhat.com>
3371
3372 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
3373 for a packet receive.
3374
46d8b1c3
AC
33752002-08-25 Andrew Cagney <ac131313@redhat.com>
3376
3377 * Makefile.in (clean): Move to end of file.
3378 (distclean, maintainer-clean, realclean): Ditto.
3379 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
3380 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
3381 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
3382 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
3383
b0787093
AC
33842002-08-24 Andrew Cagney <ac131313@redhat.com>
3385
3386 * Makefile.in (GDBINT_TEX_TMPS): Define.
3387 (gdbint.dvi, gdbint.pdf): Use
3388 (GDB_TEX_TMPS): Define.
3389 (gdb.dvi, gdb.pdf): Use.
3390 (STABS_TEX_TMPS): Define.
3391 (stabs.dvi, stabs.pdf): Use.
3392 (GDB_DOC_SOURCE_INCLUDES): New macros.
3393 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
3394 (GDBINT_DOC_FILES_INCLUDES): New macros.
3395 (GDBINT_DOC_BUILD_INCLUDES): New macros.
3396 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
3397 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
3398 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
3399 (links2roff): Replace SFILES_INCLUDED with
3400 GDB_DOC_SOURCE_INCLUDES.
3401 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
3402 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
3403 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
3404 dependencies.
3405 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
3406 dependencies.
3407 (gdbmi.texinfo): Delete rule.
3408 (inc-hist.texinfo): Delete rule.
3409 (rluser.texinfo): Delete rule.
3410
ebba8386
AC
34112002-08-23 Andrew Cagney <cagney@redhat.com>
3412
3413 * gdbint.texinfo (Target Architecture Definition): Update
3414 STORE_RETURN_VALUE, mention regcache.
3415
0ab7a791
AC
34162002-08-21 Andrew Cagney <ac131313@redhat.com>
3417
3418 * gdbint.texinfo (Target Architecture Definition): Document
3419 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
3420
ee2d5c50
AC
34212002-08-19 Andrew Cagney <ac131313@redhat.com>
3422
3423 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
3424 Fix minor typos. Add index entries.
3425
53c69bd7
AC
34262002-08-18 Andrew Cagney <ac131313@redhat.com>
3427
3428 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
3429
e76f1f2e
AC
34302002-08-15 Andrew Cagney <ac131313@redhat.com>
3431
3432 * gdbint.texinfo (Target Architecture Definition): Document
3433 PRINT_VECTOR_INFO.
3434 * gdb.texinfo (Vector Unit): Document "info vectors" command.
3435
0680b120
AC
34362002-08-13 Andrew Cagney <ac131313@redhat.com>
3437
3438 * gdb.texinfo (Maintenance Commands): Document "maint print
3439 registers", "maint print raw-registers" and "maint print
3440 cooked-registers".
3441
3c3bea1c
GS
34422002-08-08 Grace Sainsbury <graces@redhat.com>
3443
a9331b3f 3444 From Mark Salter:
3c3bea1c
GS
3445 * gdb.texinfo (Protocol): Document T packet extension to
3446 allow watchpoint address reporting.
3447
42f9b0a5
AC
34482002-08-03 Andrew Cagney <ac131313@redhat.com>
3449
3450 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
3451
db034ac5
AC
34522002-08-01 Andrew Cagney <cagney@redhat.com>
3453
3454 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
3455 to CHILL.
3456
e2b28d04
AC
34572002-08-01 Andrew Cagney <ac131313@redhat.com>
3458
3459 * gdbint.texinfo (Coding): Revise section "Include Files".
3460
7fb623f7
AC
34612002-07-24 Andrew Cagney <cagney@redhat.com>
3462
3463 * gdbint.texinfo: Obsolete references to m88k.
3464 * gdb.texinfo: Ditto.
3465
4a2b4636
JB
34662002-07-10 Joel Brobecker <brobecker@gnat.com>
3467
7fb623f7 3468 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
3469 where the proper version of autoconf can be retrieved.
3470
a71ec265
DH
34712002-07-09 Don Howard <dhoward@redhat.com>
3472
3473 * gdb.texinfo (Command Files): Further describe the behavior of
3474 sourced command files.
3475
b9aa90c9
AC
34762002-06-27 Andrew Cagney <ac131313@redhat.com>
3477
3478 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
3479 (Coding): Clarify ISO C version that GDB assumes.
3480
40dd2248
TT
34812002-06-26 Tom Tromey <tromey@redhat.com>
3482
3483 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
3484 add_setshow_cmd_full.
3485
bfac230e
DH
34862002-06-25 Don Howard <dhoward@redhat.com>
3487
3488 * gdb.texinfo (Memory Region Attributes): Document new behavior
3489 for 'mem' command.
3490
475b0867
JB
34912002-06-11 Jim Blandy <jimb@redhat.com>
3492
919d772c
JB
3493 * gdb.texinfo (Symbols): Update documentation for `info source'
3494 command.
3495
475b0867
JB
3496 * gdb.texinfo (Macros): Call the command `info macro', not
3497 `show macro'.
3498
ba8c9337
AC
34992002-06-09 Andrew Cagney <ac131313@redhat.com>
3500
3501 * gdbint.texinfo (Coding): Add section ``Per-architecture module
3502 data''.
3503
1029b7fa
MK
35042002-06-09 Mark Kettenis <kettenis@gnu.org>
3505
3506 * gdbint.texinfo (Target Architecture Definition): Document
3507 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
3508
16737d73
AC
35092002-06-08 Andrew Cagney <ac131313@redhat.com>
3510
3511 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
3512 lists.
3513
30107679
AC
35142002-06-08 Andrew Cagney <ac131313@redhat.com>
3515
3516 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
3517 Branch''.
3518
3352e23e
AC
35192002-06-01 Andrew Cagney <ac131313@redhat.com>
3520
3521 * gdbint.texinfo (Target Architecture Definition): Add section
3522 ``Converting an existing Target Architecture to Multi-arch''.
3523
cbb09e6a
AC
35242002-05-30 Andrew Cagney <ac131313@redhat.com>
3525
3526 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
3527 to ``Obsoleting code''. Revise.
3528
e2e0bcd1
JB
35292002-05-17 Jim Blandy <jimb@redhat.com>
3530
3531 * gdb.texinfo (C Preprocessor Macros): New chapter.
3532 Include it in the main menu.
3533 (Contributors): Credit Jim Blandy with macro support.
3534 (Compilation): Explain how to get macro information into the
3535 executable.
3536 (Expressions): Note that preprocessor macros are expanded.
3537
9db8d71f
DJ
35382002-05-14 Daniel Jacobowitz <drow@mvista.com>
3539
3540 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
3541 options for `target remote'.
3542
6d531722
AC
35432002-05-13 Andrew Cagney <ac131313@redhat.com>
3544
3545 * gdbint.texinfo (Target Architecture Definition): Delete
3546 documentation on NNPC_REGNUM.
3547
13d01224
AC
35482002-05-11 Andrew Cagney <ac131313@redhat.com>
3549
3550 * gdbint.texinfo (Target Architecture Definition): Document
3551 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
3552 (Target Architecture Definition): Revise section `Using Different
3553 Register and Memory Data Representations'. Add section `Raw and
3554 Virtual Register Representations'.
3555
b2e75d78
AC
35562002-05-11 Andrew Cagney <ac131313@redhat.com>
3557
3558 * gdbint.texinfo (Target Architecture Definition): Mention
3559 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
3560 (Target Architecture Definition): Mention same. Add references to
3561 web pages.
3562
2c8682ee
MS
35632002-05-08 Michael Snyder <msnyder@redhat.com>
3564
3565 * stabs.texinfo (Attributes): Document new "vector" attribute.
3566
0816590b
AC
35672002-05-04 Andrew Cagney <ac131313@redhat.com>
3568
3569 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
3570
2653173e
AC
35712002-05-04 Andrew Cagney <ac131313@redhat.com>
3572
3573 * gdb.texinfo: Delete obsolete references to a29k.
3574
d7bd68ca
AC
35752002-04-24 Andrew Cagney <ac131313@redhat.com>
3576
3577 * gdbint.texinfo (Target Architecture Definition): Replace
3578 IN_SIGTRAMP with PC_IN_SIGTRAMP.
3579
21d83aa5
DM
35802002-04-24 David S. Miller <davem@redhat.com>
3581
3582 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
3583
7673a6cc
DM
35842002-04-21 David S. Miller <davem@redhat.com>
3585
3586 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
3587
d49d1e0a
AC
35882002-04-21 Andrew Cagney <ac131313@redhat.com>
3589
3590 * gdbint.texinfo (Target Architecture Definition): Delete
3591 definition of HAVE_REGISTER_WINDOWS.
3592
f7dc1244 35932002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
3594
3595 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
3596 "Theodore A. Roth" <troth@verinet.com>.
3597
5ca0cb28
DH
35982002-04-15 Don Howard <dhoward@redhat.com>
3599
f7dc1244 3600 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 3601 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 3602 Provide a better explaination of this feature.
5ca0cb28 3603
f208ba17
AC
36042002-04-14 Andrew Cagney <ac131313@redhat.com>
3605
3606 * gdbint.texinfo (Target Architecture Definition): Remove
3607 FRAME_CHAIN_COMBINE.
3608
d5ba91de
MC
36092002-04-12 Michael Chastain <mec@shout.net>
3610
3611 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
3612 REG_STACK_SEGMENT.
3613
26818220
MC
36142002-04-09 Michael Chastain <mec@shout.net>
3615
3616 * gdbint.texinfo (Obsolete Conditionals): Remove references to
3617 PYRAMID_* macros.
3618
129188f6
AC
36192002-04-07 Andrew Cagney <ac131313@redhat.com>
3620
3621 * gdb.texinfo (Bug Reporting): Document that the web is the
3622 prefered way of submitting bug reports.
3623 (Bug Reporting): Delete the s-mail address as the last resort.
3624
8227c0ff
AC
36252002-04-05 Andrew Cagney <ac131313@redhat.com>
3626
3627 * gdbint.texinfo (Target Architecture Definition): Delete
3628 references to TARGET_WRITE_FP and write_fp.
3629
16d9dec6
MS
36302002-03-27 Michael Snyder <msnyder@redhat.com>
3631
3632 * gdb.texinfo: Document new commands dump, append, and restore.
3633
9ae8b82c
AC
36342002-03-27 Andrew Cagney <ac131313@redhat.com>
3635
3636 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
3637 Branch'.
3638
474c8240
AC
36392002-03-18 Andrew Cagney <ac131313@redhat.com>
3640
3641 * gdb.texinfo: Change all examples to @smallexample.
3642 * gdbint.texinfo: Ditto.
a9331b3f 3643
fb0ff88f
AC
36442002-03-18 Andrew Cagney <ac131313@redhat.com>
3645
3646 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
3647 Branches''.
3648
9bb0a4d8
AC
36492002-03-18 Andrew Cagney <ac131313@redhat.com>
3650
3651 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
3652 Policy''.
3653
937f164b
FF
36542002-03-04 Fred Fish <fnf@redhat.com>
3655
3656 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
3657 expresson, suports, dependant, trhe, perhaphs, situtations,
3658 explictily, taged, oportunity, unfortunatly).
3659
a7b40f07
AC
36602002-02-24 Andrew Cagney <ac131313@redhat.com>
3661
3662 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
3663 Remove reference to 3.12.
3664
aab4e0ec
AC
36652002-02-23 Andrew Cagney <ac131313@redhat.com>
3666
3667 * gdbint.texinfo: Include fdl.texi.
3668 (Top): Add GNU Free Documentation License.
3669 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
3670 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
3671 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
3672 (gdbint.info): Add srcdir to include path.
3673 * gdb.texinfo: Include gpl.texi.
3674 (Top): Add Copying.
3675 * gpl.texi: New file.
3676
47b95330
AC
36772002-02-23 Andrew Cagney <ac131313@redhat.com>
3678
3679 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
3680
78c47bea
PM
36812002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
3682
3683 * gdb.texinfo: Document Cygwin native specific commands.
3684
56460a61
DJ
36852002-02-15 Daniel Jacobowitz <drow@mvista.com>
3686
3687 * gdb.texinfo: Document gdbserver ``--attach'' command.
3688
def71bfa
MS
36892002-02-07 Michael Snyder <msnyder@redhat.com>
3690
3691 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
3692 to @code(_ovly_debug_event).
3693
c928edc0
AC
36942002-02-07 Andrew Cagney <ac131313@redhat.com>
3695
3696 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
3697
81d46470
MS
36982002-02-06 Michael Snyder <msnyder@redhat.com>
3699
3700 * gdb.texinfo (overlays): Mention new magic symbol
3701 '_ovly_debug_event', which allows GDB to keep better track
3702 of overlays.
3703
f7dc1244 37042002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
3705
3706 * gdb.texinfo (Memory Region Attributes): Fix the wording.
3707 Suggested by Dmitry Sivachenko.
3708
3709 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
3710
15110bc3
MS
37112002-02-01 Michael Snyder <msnyder@redhat.com>
3712
3713 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
3714
6763aef9
MS
37152002-01-30 Michael Snyder <msnyder@redhat.com>
3716
ac282366
MS
3717 * gdb.texinfo: (remote protocol): Gramatical fix-up.
3718 (set trust-readonly-sections): Document.
6763aef9 3719
8642bc8f
AC
37202002-01-29 Andrew Cagney <ac131313@redhat.com>
3721
3722 * gdbint.texinfo (Releasing GDB): Revise and update.
3723
afe64c1a
AC
37242002-01-28 Andrew Cagney <ac131313@redhat.com>
3725
3726 * gdbint.texinfo (Target Architecture Definition): Delete
3727 description of TARGET_BYTE_ORDER_DEFAULT.
3728
f7dc1244 37292002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
3730
3731 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
3732 <mitya@cavia.pp.ru>.
3733
3d6e1b5a
AC
37342002-01-23 Andrew Cagney <ac131313@redhat.com>
3735
3736 * libgdb.texinfo: Delete file.
3737
6c0e9fb3
AC
37382002-01-22 Andrew Cagney <ac131313@redhat.com>
3739
3740 * gdb.texinfo: Remove makeinfo 3.12 hacks.
3741 * gdbint.texinfo: Ditto.
3742
e0ce93ac
AC
3743Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
3744
3745 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
3746
be298bcc
AC
37472002-01-22 Andrew Cagney <ac131313@redhat.com>
3748
3749 * Makefile.in: Update copyright.
3750 (TEXI2DVI): Define.
3751 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
3752 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
3753 gdb-cfg.texi.
3754 (TEXINDEX, PDFTEX): Delete makefile variables.
3755
8e04817f
AC
37562002-01-22 Andrew Cagney <ac131313@redhat.com>
3757
3758 * gdb.texinfo (Protocol): Move section to appendix.
3759
6b2f586d
AC
37602002-01-21 Andrew Cagney <ac131313@redhat.com>
3761
3762 * gdb.texinfo (Remote Debugging): Create a menu.
3763 (Top): Add ``Remote Debugging'' to menu.
3764
6f05cf9f
AC
37652002-01-21 Andrew Cagney <ac131313@redhat.com>
3766
3767 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
3768 serial protocol'' from here.
3769 (Remote Debugging): To here. New chapter.
3770
3fd3d7d2
AC
37712002-01-20 Andrew Cagney <ac131313@redhat.com>
3772
3773 * gdbint.texinfo (Target Architecture Definition): Delete
3774 description of TARGET_BYTE_ORDER_SELECTABLE_P.
3775
7fd60527
AC
37762002-01-20 Andrew Cagney <ac131313@redhat.com>
3777
3778 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
3779 are no longer needed.
3780 (Porting GDB): Add maintainer note about configure.host.
3781
c2f05ac9
AC
37822002-01-20 Andrew Cagney <ac131313@redhat.com>
3783
3784 * gdbint.texinfo (Target Architecture Definition): Remove
3785 definition of IEEE_FLOAT.
3786
f7dc1244 37872002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
3788
3789 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
3790 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
3791 <3diff@gnu.org>
231b2aad 3792
82600034
AC
37932002-01-19 Andrew Cagney <ac131313@redhat.com>
3794
3795 * gdbint.texinfo (Host Definition): Remove references to
3796 MALLOC_INCOMPATIBLE.
3797
7708fa01
AC
37982002-01-17 Andrew Cagney <ac131313@redhat.com>
3799
3800 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
3801 and xyz-xdep.o.
3802
eb12ee30
AC
38032002-01-17 Andrew Cagney <ac131313@redhat.com>
3804
3805 * gdb.texinfo (Maintenance Commands): Add appendix.
3806 (Set Breaks): Copy ``maint info breakpoint'' doco to
3807 ``Maintenance Commands'' appendix. Add reference.
3808
c9ccaa92
AC
38092002-01-17 Andrew Cagney <ac131313@redhat.com>
3810
3811 * fdl.texi: Remove next/prev from @node.
3812
f7dc1244 38132002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
3814
3815 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
3816 for monstrous @multitable (from Brian Youmans).
3817
3818 * fdl.texi: New file.
3819
3820 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
3821
8973da3a
AC
38222002-01-15 Andrew Cagney <ac131313@redhat.com>
3823
3824 * gdbint.texinfo (Releasing GDB): New chapter.
3825
7d86b5d5
AC
38262002-01-14 Andrew Cagney <ac131313@redhat.com>
3827
3828 * gdb.texinfo (Embedded Processors, Calling program functions):
3829 Obsolete references to a29k.
3830
cc1cb004
AC
38312002-01-13 Andrew Cagney <ac131313@redhat.com>
3832
3833 * gdbint.texinfo (Coding): Review Cleanups section. Examples
3834 examples. Document that a code-block should do or discard its
3835 cleanups before exit.
3836
79f12247
MS
38372002-01-11 Michael Snyder <msnyder@redhat.com>
3838
3839 * gdb.texinfo (Choosing files): Change @samp to @file.
3840
19837790
MS
38412002-01-05 Michael Snyder <msnyder@redhat.com>
3842
3843 * gdb.texinfo (--pid): Document new command line option (attach).
3844
f7dc1244 38452002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
3846
3847 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
3848 in the stub.
3849
d7449b42
AC
38502002-01-04 Andrew Cagney <ac131313@redhat.com>
3851
3852 * gdbint.texinfo (Target Architecture Definition): Replace
3853 BIG_ENDIAN with BFD_ENDIAN_BIG.
3854
f23631e4
AC
38552002-01-03 Andrew Cagney <ac131313@redhat.com>
3856
3857 * gdbint.texinfo (Target Architecture Definition): Replace
3858 value_ptr with struct value pointer.
3859
72c9928d
EZ
38602002-01-02 Eli Zaretskii <eliz@gnu.org>
3861
3862 * gdb.texinfo (Free Software): Fix wording.
3863
959acfd1
EZ
38642001-12-31 Eli Zaretskii <eliz@gnu.org>
3865
3866 * gdb.texinfo (Free Software): New section ``Free Software Needs
3867 Free Documentation''.
3868
f7dc1244 38692001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
3870
3871 * stabs.texinfo:
3872 * gdb.texinfo:
3873 * gdbint.texinfo:
3874 * libgdb.texinfo:
3875 * annotate.texi: Fix the application of GFDL in the Copyright notice.
3876
6600abed
MS
38772001-12-29 Michael Snyder <msnyder@redhat.com>
3878
3879 * gdb.texinfo (maint info sections): Fix typo.
3880
f6680716
MS
38812001-12-26 Michael Snyder <msnyder@redhat.com>
3882
fe95c787
MS
3883 * gdb.texinfo (maint info sections): Document.
3884
a9331b3f 3885 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
3886 'info proc' sub-options that are currently not implemented.
3887
c3d3ce5b
JB
38882001-12-20 Jim Blandy <jimb@redhat.com>
3889
3890 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
3891
778eb05e
AC
38922001-12-15 Andrew Cagney <ac131313@redhat.com>
3893
3894 * gdbint.texinfo (Target Architecture Definition): Replace
3895 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
3896
2607059c
AC
38972001-12-01 Andrew Cagney <ac131313@redhat.com>
3898
3899 * gdbint.texinfo (Host Definition): Delete documentation on
3900 HOST_BYTE_ORDER.
3901
df0cd8c5
JB
39022001-11-30 Jim Blandy <jimb@redhat.com>
3903
3904 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 3905 overlay support. Add to top-level menu.
df0cd8c5 3906
88118b3a
TT
39072001-11-26 Tom Tromey <tromey@redhat.com>
3908
3909 * gdb.texinfo (Command Syntax): Document C-o binding.
3910
96565e91
CF
39112001-07-26 Christopher Faylor <cgf@redhat.com>
3912
3913 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
3914 use since it is described in the referenced section.
3915
f7dc1244 3916 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
3917 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
3918 clearer when using DJGPP.
3919
2a3d5645
CF
39202001-11-24 Christopher Faylor <cgf@redhat.com>
3921
3922 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
3923 specifically refer to MS-DOS.
3924 (command files): Mention gdb.ini is only used on MS-DOS.
3925
aa26fa3a
TT
39262001-11-21 Tom Tromey <tromey@redhat.com>
3927
3928 * gdb.texinfo (Invoking GDB): Document --args.
3929 (Mode Options): Likewise.
3930
4f8ada06
JB
39312001-11-21 Jim Blandy <jimb@redhat.com>
3932
3933 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
3934 Delete documentation; this macro has been removed from the
3935 sources.
3936
3fe0dc10
JB
39372001-11-13 Jim Blandy <jimb@redhat.com>
3938
3939 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
3940
9e5abb06
CV
39412001-11-06 Corinna Vinschen <vinschen@redhat.com>
3942
3943 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
3944
1c5dfdad
MS
39452001-11-05 Michael Snyder <msnyder@redhat.com>
3946
a9331b3f 3947 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
3948 quote regexp chars in function names such as "operator*()".
3949
990f9fe3
FF
39502001-11-01 Fred Fish <fnf@redhat.com>
3951
3952 * gdbint.texinfo (SOLIB_ADD): Document additional new
3953 "readsyms" arg.
3954
b433d00b
DH
39552001-10-30 Don Howard <dhoward@redhat.com>
3956
070b1dd3
DH
3957 * gdb.texinfo: (Command Files) Added documentation for the
3958 behavior of gdb with input redirected from a file.
b433d00b 3959
b7209cb4
FF
39602001-10-28 Fred Fish <fnf@redhat.com>
3961
3962 * gdb.texinfo (auto-solib-add): Change docs to match
3963 implementation change.
3964 (auto-solib-limit): Add docs for new variable.
3965
1aa20aa8
AC
39662001-10-15 Andrew Cagney <ac131313@redhat.com>
3967
3968 * gdbint.texinfo (Target Architecture Definition): Function
3969 value_as_pointer renamed to value_as_address.
3970
fc0c74b1
AC
39712001-10-15 Andrew Cagney <ac131313@redhat.com>
3972
3973 * gdbint.texinfo (Target Architecture Definition): Default
3974 POINTER_TO_ADDRESS functions assume unsigned addresses.
3975 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
3976 posting by Jim Blandy.
3977
f4846649
JB
39782001-10-12 Jim Blandy <jimb@redhat.com>
3979
3980 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
3981 version of texi2html (1.64) doesn't support this flag any more.
3982
f277788b
MK
39832001-09-08 Mark Kettenis <kettenis@gnu.org>
3984
a9dc4918
MK
3985 * gdbint.texinfo (Host Definition): Remove description of
3986 MEM_FNS_DECLARED.
3987
d28379df
MK
3988 * gdbint.texinfo (Host Definition): Remove description of R_OK.
3989
f277788b
MK
3990 * gdbint.texinfo (Host Definition): Remove description of
3991 HAVE_SIGSETMASK.
3992
7ccaa899
EZ
39932001-09-04 Elena Zannoni <ezannoni@redhat.com>
3994
3995 * gdbint.texinfo (Target Architecture Definition): Add
3996 explanation of TARGET_PRINT_INSN macro.
3997
17d9d558
JB
39982001-08-30 Jim Blandy <jimb@redhat.com>
3999
4000 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
4001 Explain what it means to load relocatable files.
4002
72cde065
JB
40032001-08-28 Jim Blandy <jimb@redhat.com>
4004
4005 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
4006 info `top' menu.
4007
9e678452
CF
4008Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
4009
4010 * gdbint.texinfo: Add a cautionary note about macro use.
4011
a2bea4c3 40122001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 4013
a2bea4c3
CV
4014 * gdb.texinfo: Explain omitting the hostname in the
4015 `target remote' command.
4016
1129bf27
DJ
40172001-07-30 Daniel Jacobowitz <drow@mvista.com>
4018
4019 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
4020 and END-INFO-DIR-ENTRY.
4021
732b3002
SC
40222001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4023
4024 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
4025
89437448
AC
40262001-07-25 Andrew Cagney <ac131313@redhat.com>
4027
4028 * gdbint.texinfo (libgdb): Rewrite.
4029
f7dc1244 40302001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
4031
4032 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
4033
c4555f82
SC
40342001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4035
4036 * gdb.texinfo (TUI): New chapter, document the TUI.
4037 (Mode Options): Document the -tui option.
4038
2f45a6e0
MK
40392001-07-23 Mark Kettenis <kettenis@gnu.org>
4040
4041 * gdbint.texinfo (Host Definition): Remove description of
4042 NEED_POSIX_SETPGID.
4043
f7dc1244 40442001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
4045
4046 * gdb.tex (DJGPP Native): New node, with descriptions of
4047 DJGPP-specific commands.
4048
be9c6c35
JM
40492001-07-19 John R. Moore <jmoore@redhat.com>
4050
4051 * gdbint.texinfo: Three misspellings.
4052
dfa249fb
AC
40532001-07-06 Andrew Cagney <ac131313@redhat.com>
4054
4055 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
4056 `test` expressions on bash. Problem reported by Colin Walters.
4057
c72e7388
AC
40582001-07-04 Andrew Cagney <ac131313@redhat.com>
4059
4060 * gdbint.texinfo (User Interface): Update ui-out documentation to
4061 refelect recent UI/MI updates.
4062
94bbb2c0
AC
40632001-07-04 Andrew Cagney <ac131313@redhat.com>
4064
4065 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
4066 interpreters.
4067
af6c57ea
AC
40682001-06-15 Andrew Cagney <ac131313@redhat.com>
4069
4070 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
4071 structure and not macros.
4072 (Host Definition): Document that much of this chapter is obsolete.
4073 (Target Architecture Definition): Update list of files that make
4074 up a target architecture.
4075 (Coding): Update.
4076
83aa8bc6
AC
40772001-06-28 Andrew Cagney <ac131313@redhat.com>
4078
4079 * gdbint.texinfo (Target Architecture Definition): Update
4080 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
4081 The latter has been changed to a true predicate.
4082
f7dc1244 40832001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
4084
4085 * annotate.texi: Add @noindent where needed. From Dmitry
4086 Sivachenko <dima@Chg.RU>.
4087 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
4088
656db9b0
AC
40892001-06-16 Andrew Cagney <ac131313@redhat.com>
4090
4091 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
4092
df2396a1
AC
40932001-06-14 Andrew Cagney <ac131313@redhat.com>
4094
4095 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
4096 returns ``OK''. Document that the ``R'' packet does not reply.
4097
0f1f2b0a
MS
40982001-06-13 Michael Snyder <msnyder@redhat.com>
4099
4100 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
4101
f7dc1244 41022001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
4103
4104 * gdb.texinfo (Signals): Clarify the default setting of signal
4105 handling.
4106
a5d7c491
AC
41072001-05-14 Andrew Cagney <ac131313@redhat.com>
4108
4109 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
4110 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
4111
05a54c4f
AC
41122001-05-12 Andrew Cagney <ac131313@redhat.com>
4113
4114 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
4115
f7dc1244 41162001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
4117
4118 * gdbint.texinfo (Clean Design and Portable Implementation):
4119 Renamed from "Clean Design".
4120 (Clean Design and Portable Implementation): Document portable
4121 methods of handling file names, and the associated macros.
4122
f7dc1244 41232001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
4124
4125 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
4126 command and provide a cross-reference to its description.
4127 (Symbols): Note that "info scope" is useful for trace experiments.
4128
f7dc1244 41292001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 4130
b37052ae
EZ
4131 * gdb.texinfo (Symbols): Document "info scope".
4132 (Tracepoints): New chapter.
4133 (Contributors): Update for v5.1.
4134 <All nodes>: Change "C++" to "C@t{++}".
4135
0ee54786
EZ
4136 * gdbint.texinfo (User Interface): A new section about ui_out
4137 functions, based on text written by Fernando Nasser.
4138
c534679c
EZ
4139 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
4140
f7dc1244 41412001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 4142
e9c75b65
EZ
4143 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
4144
4145 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
4146
4147 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
4148 Replace "GDB" with "@value{GDBN}". Fix markup.
4149
4150 * annotate.texi: Change Permissions to GFDL. Update Copyright.
4151
3d67e040
EZ
4152 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
4153 a cross-reference to its description.
4154 (Symbols): Document "info symbol".
4155
f7dc1244 41562001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
4157
4158 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
4159 subsection "x86 Watchpoints".
4160 (Target Architecture Definition): Document the macros
4161 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
4162 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
4163
b0ed3589
AC
41642001-03-20 Andrew Cagney <ac131313@redhat.com>
4165
4166 * gdbint.texinfo (Target Architecture Definition): Update
4167 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
4168 list.
4169
b6ba6518
KB
41702001-03-06 Kevin Buettner <kevinb@redhat.com>
4171
4172 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
4173 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
4174
f7dc1244 41752001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
4176
4177 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
4178
f7dc1244 41792001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 4180
17cc6a06
EZ
4181 * gdb.texinfo (Environment): Document that `path' does not change
4182 the value of PATH in GDB's own environment (it did in the past,
4183 but that was changed on March 15, 1994). Reported by Doug Evans
4184 <dje@transmeta.com>.
4185
56caf160
EZ
4186 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
4187 its line. Fix markup of commands and macros. Add an Index node
4188 and index entries.
4189
29e57380
C
41902001-01-23 J.T. Conklin <jtc@redback.com>
4191
4192 * gdb.texinfo (Memory region attributes): New manual section.
4193
1c6147de
ND
41942001-01-04 Nicholas Duffek <nsd@redhat.com>
4195
4196 * gdbint.texinfo (POP_FRAME): Document use by return_command.
4197
f7dc1244 41982000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
4199
4200 * refcard.tex: Version and copyright fixed. From Phil Edwards
4201 <pedwards@disaster.jaj.com>.
4202
0dcedd82
AC
4203Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
4204
4205 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
4206 DWARF2_REG_TO_REGNUM): Document.
4207
3b851bce
AC
4208Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
4209
4210 * gdbint.texinfo (Coding): Update current value of
4211 --enable-build-warnings. Mention --enable-gdb-build-warnings.
4212
f7dc1244 42132000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
4214
4215 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
4216 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
4217
b90a5f51
CF
42182000-11-10 Christopher Faylor <cgf@cygnus.com>
4219
4220 * gdb.texinfo: Document new 'set step-mode' command.
4221
f7dc1244 42222000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
4223
4224 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
4225 changes from Dmitry Sivachenko <dima@Chg.RU>.
4226
f7dc1244 42272000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
4228
4229 * gdb.texinfo (Hooks): Document the new post-hook functionality.
4230 From Steven Johnson <sbjohnson@ozemail.com.au>.
4231
2e685b93
MK
42322000-08-10 Mark Kettenis <kettenis@gnu.org>
4233
4234 * gdbint.texinfo (Overall Structure): Spelling fix.
4235
f7dc1244 42362000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
4237
4238 * gdbint.texinfo (Target Architecture Definition): Document that
4239 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
4240 for which REGISTER_CONVERTIBLE returns a zero value.
4241
63ac3005
EZ
42422000-07-08 Christopher Faylor <cgf@cygnus.com>
4243
4244 * Makefile.in (install-info): Find files to install in either the
4245 build or source directories (adapted from Makefile.am).
4246
bd79f757
ND
42472000-07-07 Nicholas Duffek <nsd@redhat.com>
4248
4249 * stabs.texinfo: Fix spelling errors.
4250 (String Field): FILE-NUMBER starts from 0, not 1.
4251
f7dc1244 42522000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
4253
4254 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 4255 Brian Youmans.
5f208f6d 4256
f7dc1244 42572000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
4258
4259 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
4260 the source directory. Reported by Mark Harig
4261 <markh@frazier.landmark.com>.
cc542d3b 4262
f3b28801
C
42632000-06-20 J.T. Conklin <jtc@redback.com>
4264
4265 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
4266
449f3b6c
AC
4267Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
4268
4269 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
4270 Generate using pdftex.
4271 (PDFTEX): Define.
4272 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
4273 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
4274 @contents at the start.
4275
f7dc1244 42762000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
4277
4278 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 4279 Youmans.
48e934c6 4280
9e9c5ae7
AC
4281Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
4282
4283 From Brian Youmans:
4284 * gdb.texinfo: Fix ``et al.''.
4285
c741b251
AC
4286Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
4287
4288 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
4289 loop.
4290
4ab64e14
JG
42912000-05-19 Jimmy Guo <guo@cup.hp.com>
4292
4293 * configure: Regenerate.
4294
f7dc1244 42952000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
4296
4297 * Makefile.in (install-info): Run install-info on installed Info
4298 files.
4299
8c70017b
AC
4300Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
4301
a7cb598a
AC
4302 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
4303 Andrew Cagney.
8c70017b 4304
f7dc1244 43052000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
4306
4307 * gdb.texinfo: Proofreading changes from Brian Youmans.
4308
bf0184be
ND
43092000-05-01 Nick Duffek <nsd@cygnus.com>
4310
4311 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
4312 startup sequence, minor edits.
4313
f7dc1244 43142000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
4315
4316 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
4317 TeX.
4318
4319 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
4320 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
4321 like `n' and `s' which look weird. Convert some of the @kindex to
4322 @vindex, when they refer to variables, not commands.
4323
33e16fad
AC
4324Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
4325
4326 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
4327
f7dc1244 43282000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
4329
4330 * Makefile.in (GDBMI_DIR): New variable.
4331 (SET_TEXINPUTS): Add $(GDBMI_DIR).
4332 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
4333 (gdbmi.texinfo): New target, for texi2roff.
4334 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
4335 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
4336
4337 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
4338 gdbmi.texinfo.
4339 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
4340 comment.
4341
d167840f
EZ
43422000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4343
4344 * gdb.texinfo (Files): Update description of add-symbol-file
4345 command.
4346
f7dc1244 43472000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
4348
4349 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
4350 prevents the build (and is generally a Bad Idea).
4351
f7dc1244 43522000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
4353
4354 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
4355 a comma inside @var.
4356 (Command Files): Index markup changes from Dmitry Sivachenko
4357 <dima@Chg.RU>.
4358
f7dc1244 43592000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
4360
4361 * Makefile.in (LN_S): Define.
4362 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
4363 invoke "ln -s" unless it is known to work.
4364
4365 * configure.in (AC_PROG_LN_S): Add.
4366
8dc7983f
JB
43672000-04-14 Jim Blandy <jimb@redhat.com>
4368
4369 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
4370 section.
4371 (Target Conditionals): Document ADDRESS_TO_POINTER,
4372 POINTER_TO_ADDRESS.
4373
1a8237e8
DB
43742000-04-11 Daniel Berlin <dan@cgsoftware.com>
4375
4376 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
4377 gdb-cfg.texi to get the value.
4378
ca526f1a
JB
43792000-04-10 Jim Blandy <jimb@redhat.com>
4380
4381 * gdbint.texinfo (Target Architecture Definition): Fix
4382 cross-references.
4383
faaafcb4
JB
43842000-04-08 Jim Blandy <jimb@redhat.com>
4385
4386 * gdbint.texinfo (Using Different Register and Memory Data
4387 Representations): New section.
4388 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
4389 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
4390 REGISTER_CONVERT_TO_RAW): Document.
4391
1b27397f
AC
4392Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
4393
4394 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
4395 for acknowledgments.
4396
480ff1fb
AC
4397Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
4398
4399 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
4400 qThreadExtraInfo.
4401
a9331b3f 44022000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 4403
a9331b3f
RM
4404 * gdb.texinfo: Clarify which remote debug protocol commands are
4405 required and which are optional.
f1251bdd 4406
dbeb8dbd
AC
4407Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
4408
4409 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
4410 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
4411 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
4412 * annotate.texi: Update.
4413
6d2ebf8b
SS
44142000-03-28 Stan Shebs <shebs@apple.com>
4415
4416 * gdb.texinfo: Update dates, bump to Eighth Edition (note
4417 expectation of additional changes before release), update
4418 ISBN, add copy of top-level menu for @ifhtml, remove explicit
4419 node links, rephrase and/or shorten lines to fix formatting
4420 problem in both regular and @smallbook formats.
4421 * annotate.texi: Shorten lines in example, use smallexample
4422 consistently everywhere.
4423 * Makefile.in: Add comment about texinfo 4.0 html generation.
4424 (SFILES_INCLUDED): Add annotate.texi.
4425
5d161b24
DB
44262000-03-27 Daniel Berlin <dan@cgsoftware.com>
4427
5ae4183a
AS
4428 * gdb.texinfo (Debugging Output): Added new section, documenting
4429 the "set/show debug" commands.
5d161b24 4430
b9deaee7
AC
4431Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
4432
4433 * annotate.texi (Annotations): When GDBN omit @chapter and @node
4434 entry.
4435
4436 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
4437 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
4438 @chapter and @node entries.
a9331b3f 4439
b9deaee7 4440 * gdb.texinfo: Link all top-level nodes.
a9331b3f 4441
9ef47d30
AC
4442Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
4443
4444 * Makefile.in (install-info): Create $(infodir) before installing
4445 files.
4446
cfeada60
FN
44472000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
4448
4449 From David Whedon <dwhedon@gordian.com>
5ae4183a 4450 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 4451
6837a0a2
DB
44522000-03-22 Daniel Berlin <dan@cgsoftware.com>
4453
4454 * gdb.texinfo: Add documentation for the apropos command.
4455
bba2971c
MS
44562000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
4457
4458 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
4459
2b628194
MS
44602000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
4461
a9331b3f 4462 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
4463 two places.
4464
96a2c332
SS
44652000-03-17 Stan Shebs <shebs@apple.com>
4466
4467 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
4468 <dima@Chg.RU>, also clarification of allowed content for
4469 string constants.
4470
f7dc1244 44712000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
4472
4473 * gdb.texinfo (main menu): Add Annotations.
4474 (File Options): Add @cindex entries for each command-line option.
4475 Document --epoch, --annotate, --async, --interpreter, --write,
4476 --statistics, and --version.
4477
4478 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
4479 of GDB.
4480
9d233477
JB
44812000-02-23 Jim Blandy <jimb@redhat.com>
4482
4483 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
4484
14e0eb3b
JB
44852000-02-22 Jim Blandy <jimb@redhat.com>
4486
4487 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
4488
3555de01
JM
44892000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
4490
4491 * Makefile.in (diststuff): New target.
4492
5e35df8e
KB
44932000-02-15 Kevin Buettner <kevinb@redhat.com>
4494
4495 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 4496 architecture. [From Jim Wilson.]
5e35df8e 4497
c5394b80
JM
44982000-01-16 Tom Tromey <tromey@cygnus.com>
4499
4500 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
4501 (Delete Breaks): Mention range arguments.
4502 (Disabling): Likewise.
4503
c3f6f71d
JM
45042000-01-05 Dmitry Sivachenko <dima@Chg.RU>
4505
4506 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
4507
c4093a6a
JM
4508Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
4509
4510 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
4511 valid functions.
4512
11cf8741
JM
45131999-11-05 Stan Shebs <shebs@andros.cygnus.com>
4514
4515 * gdb.texinfo: Clarify regular expressions used in rbreak.
4516
917317f4
JM
45171999-10-15 Kevin Buettner <kevinb@cygnus.com>
4518
4519 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
4520 MEMORY_REMOVE_BREAKPOINT): Document.
4521
4522Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
4523
4524 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
4525 offset re-using the DATA offset instead.
4526
2df3850c
JM
45271999-10-11 Jim Kingdon <kingdon@redhat.com>
4528
4529 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
4530
45311999-10-05 Stan Shebs <shebs@andros.cygnus.com>
4532
4533 From Dmitry Sivachenko <demon@gpad.ac.ru>:
4534 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
4535 typos.
4536
4537 * gdb.texinfo: Various minor wording and formatting improvements,
4538 mentions of additional command-line options.
4539
2acceee2
JM
45401999-09-30 Fred Fish <fnf@cygnus.com>
4541
4542 * gdb.texinfo: Document additional forms of specifying section
4543 names and addresses for the add-symbol-file command.
4544
c2c6d25f
JM
45451999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
4546
4547 * gdbint.texinfo: Fix typo, add the word "have".
4548
45491999-09-14 Jim Blandy <jimb@cris.red-bean.com>
4550
4551 * gdbint.texinfo (Target Architecture Definition): Document the
4552 SKIP_PERMANENT_BREAKPOINT macro.
4553
d4f3574e
SS
45541999-09-07 Stan Shebs <shebs@andros.cygnus.com>
4555
4556 * gdb.texinfo: Fiks speling errers.
4557
4558 * gdb.texinfo: Fix uses of @multitable.
4559
f7dc1244 4560 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e
SS
4561 * gdb.texinfo: Include details specific to DOS host, clarify
4562 some confusing language, fix @ref/@xref/@pxref usages, add
4563 comments about using with optimization, add more indexing,
4564 fix info about disassembly-flavor.
4565
4566Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
4567
4568 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
4569 SKIP_SOLIB_RESOLVER): Define.
4570
4571Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
4572
4573 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
4574 ``g'' packets.
4575
104c1213
JM
45761999-08-30 Stan Shebs <shebs@andros.cygnus.com>
4577
4578 * gdb.texinfo: Create a new "Configurations" chapter with
4579 platform-specific info, inline remote.texi and move sections of it
4580 into the new chapter, move bits about info proc, heuristic search,
4581 and register stack into the new chapter.
4582 * remote.texi: Remove, now part of gdb.texinfo.
4583 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
4584
45851999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
4586
4587 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
4588 GDB_TARGET_IS_MACH386): These kludges have gone away.
4589
4590Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
4591
4592 * gdbint.texinfo (Target Architecture Definition): Mention
4593 TDEPLIBS.
4594
53a5351d
JM
45951999-08-20 Stan Shebs <shebs@andros.cygnus.com>
4596
4597 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
4598 surrounding text to fit HP-UX bits into general info.
4599 (HPPA-cfg.texi): Remove, no longer useful.
4600
4601 * gdb.texinfo: Remove explicit links from @node lines, remove
4602 HP-added "Detailed Node Listing" from main menu which confuses
4603 things.
4604
4605 From Dmitry Sivachenko <dima@Chg.RU>:
4606 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
4607 in description of `set environment'.
4608
46091999-08-17 Stan Shebs <shebs@andros.cygnus.com>
4610
4611 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
4612
7be570e7
JM
46131999-08-12 Ben Elliston <bje@cygnus.com>
4614
4615 * gdbint.texinfo (Breakpoint Handling): Add missing words.
4616
f7dc1244 46171999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
4618
4619 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
4620 watch, awatch, and rwatch. Explain why the latter two cannot be
4621 set as software watchpoints. Document that watchpoints for local
4622 variables are deleted when the debuggee terminates.
4623
4624Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
4625
4626 * remote.texi (Protocol): Further clarification of the "qRcmd"
4627 packet. Allow E.. response packet. "qRcmd" packet is no longer
4628 reserved.
4629
46301999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4631
a9331b3f
RM
4632 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
4633 * gdb.texinfo: Ditto.
7be570e7 4634
96baa820
JM
46351999-08-06 Tom Tromey <tromey@cygnus.com>
4636
4637 * gdb.texinfo (KOD): New node.
4638
4639Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
4640
4641 * remote.texi (Rcmd): Fix minor formatting typos.
4642
4643Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
4644
4645 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
4646 packets.
4647
adf40b2e
JM
46481999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
4649
4650 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
4651 fixes.
4652
43ff13b4
JM
4653Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
4654
4655 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
4656
085dd6e6
JM
4657Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
4658
4659 * remote.texi (Communication Protocol): ``v'' is in use. Fix
4660 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
4661 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
4662 packets that are not supported on all hosts. Expand examples.
4663 Spell check.
4664
46651999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
4666
4667 * Makefile.in: Recognize html, install-html. Add targets
4668 to build HTML versions of documentation via texi2html.
4669
4670Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
4671
4672 * gdbint.texinfo (Testsuite): New chapter, information about the
4673 testsuite.
4674
4675Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
4676
4677 * remote.texi (Communication Protocol): Rewrite.
4678
4679Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
4680
4681 * stabs.texinfo: Fix uses of xref.
4682
9e0b60a8
JM
4683Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
4684
4685 * gdbint.texinfo: Add an anti-printf exhortation, and update the
4686 info about patch submission.
4687
cce74817
JM
4688Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
4689
4690 From Per Bothner <bothner@cygnus.com>:
4691 * gdb.texinfo: Document Chill support.
4692
4693Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
4694
4695 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
4696 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
4697 Document that the value should be greater-than or equal-to zero.
4698 (NO_STD_REGS): Document. Deprecate.
4699
ac9a91a7
JM
4700Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
4701
4702 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
4703 Document that these are not used.
4704
4705Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
4706
4707 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
4708
392a587b
JM
4709Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
4710
4711 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
4712 numargs was dropped.
4713
4714Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
4715
4716 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
4717
b83266a0
SS
4718Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
4719
4720 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
4721 Update.
4722
7a292a7a
SS
4723Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
4724
4725 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
4726 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
4727
4728Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
4729
4730 * gdbint.texinfo: Fix typos: $ -> @.
4731
4732Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
4733
4734 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
4735 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
4736 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
4737 BREAKPOINT_FROM_PC.
a9331b3f 4738
7a292a7a
SS
4739Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
4740
4741 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
4742 CALL_DUMMY_STACK_ADJUST): Document.
4743
4744Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
4745
4746 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
4747 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
4748
47491999-04-02 Stan Shebs <shebs@andros.cygnus.com>
4750
4751 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
4752 longer exists.
4753
4754Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
4755
4756 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
4757 nearly all @ifset/@ifclear conditionals; nobody uses them, and
4758 they make the manual source incomprehensible.
4759 * h8-cfg.texi: Remove, hasn't been used in years.
4760
c906108c
SS
4761Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
4762
4763 * gdb.texinfo: Update the credits.
4764
4765Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
4766
4767 * gdb.texinfo: Fix mistakes noticed in printout of last
4768 draft, add Alpha to discussion of heuristic fence post.
4769
4770Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
4771
4772 * gdb.texinfo, remote.texi: Many changes; update to Seventh
4773 Edition, merge some HP changes into mainline, describe some
4774 previously undocumented features, describe more of the target
4775 commands available, eliminate obsolete section on renamed
4776 commands.
4777 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
4778
4779Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
4780
4781 * gdb.texinfo: Make many HPPA conditionals unconditional,
4782 including catchpoint description, since now on for all configs.
4783 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
4784 specializations.
4785
4786Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
4787
4788 * Makefile.in (GDBvn.texi): Fix match expression to work with
4789 current format of VERSION in gdb/Makefile.in.
4790 * gdb.texinfo: Fix node ref to match new readline.
4791
4792Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
4793
a9331b3f
RM
4794 * gdb.texinfo: Changes made as part of a project to merge in
4795 changes made by HP. Documentation makes extensive use of
c906108c
SS
4796 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
4797 on remote debugging. There are differences in documentation
4798 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
4799 the HP manual discusses catchpoints, hardware watchpoints, and
4800 some HPUX specific limitations for shared library support.
a9331b3f 4801
c906108c
SS
4802 There are also a number of @node changes.
4803
48041999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
4805
4806 * gdbint.texinfo (Formatting): Disambiguate a sentence.
4807 (C Usage): Same.
4808
4809Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
4810
4811 The following changes were made by Edith Epstein
4812 <eepstein@cygnus.com> as part of a project to merge in changes
4813 made by HP.
a9331b3f 4814
c906108c
SS
4815 * HPPA-cfg.texi: new file.
4816
4817 * all-cfg.texi: set HPPA for HP PA-RISC targets.
4818
4819 * refcard.tex: change documentation about catch.
4820 removed info catch.
4821
4822Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
4823
4824 * gdbint.texinfo: Expand on GDB's coding standards,
4825 specify the use of arg names with prototypes.
4826
48271998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
4828
4829 * gdb.texinfo: Fix tipo.
4830
4831Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
4832
4833 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
4834 TARGET_BYTE_ORDER_SELECTABLE_P.
4835
4836Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
4837
4838 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
4839
48401998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
4841
4842 * agentexpr.texi: New file.
4843
4844Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
4845
4846 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
4847
48481998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
4849
4850 * remote.texi: Changed wording that implied that the GDB remote
4851 protocol caches register values instead of GDB itself.
4852
4853Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
4854
4855 * gdbint.texinfo: Add some info about symbol readers.
4856 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
4857 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
4858 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
4859 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
4860
4861Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
4862
a9331b3f 4863 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
4864
4865Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
4866
4867 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
4868
4869Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
4870
4871 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
4872 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
4873
4874Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
4875
4876 * gdbint.texinfo: Fix minor typos.
4877
4878Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
4879
4880 * gdbint.texinfo: Complete overhaul. Group descriptions more
4881 logically, add more info on generic algorithms, remove much
4882 obsolete and/or wrong material.
4883
4884Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
4885
4886 * stabs.texinfo (Method Type Descriptor): Expand and correct.
4887
4888Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
4889
4890 * refcard.tex: Copyright, address updates.
4891
4892Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
4893
4894 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
4895 for the edition instead of confusing GDB-version-like numbers.
4896
4897Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
4898
4899 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
4900
4901Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
4902
5ae4183a 4903 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
4904
4905Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
4906
4907 * gdb.texinfo: Add some credits, mention bug monitor.
4908 * remote.texi: Mention mips monitor targets.
4909 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 4910
c906108c
SS
4911Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
4912
4913 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
4914 files, finish sorting of host vs target vs native macros, describe
4915 some more of them.
4916
4917Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
4918
4919 * gdbint.texinfo (Host Conditionals): Document change from
4920 using NO_MMALLOC to it's inverse, USE_MMALLOC.
4921
4922Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
4923
4924 * gdbint.texinfo (Host Conditionals): Document
4925 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
4926
4927Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
4928
4929 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
4930 Document LSEEK_NOT_LINEAR.
4931
4932Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
4933
4934 * stabs.texinfo (Stab Section Basics): Make it clear that only
4935 some versions of the GNU linker remove the leading N_UNDF symbol.
4936
4937Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
4938
4939 * stabs.texinfo (String Field): Document type number pairs here,
4940 instead of in the Sun specific section.
4941 (Include Files): The GNU linker supports the N_BINCL
4942 optimization. Clarify the N_BINCL value, and what it is used
4943 for.
4944 (Procedures): Document N_FUN with an empty string to mark the end
4945 of a function.
4946 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
4947 (Sun Differences): Remove this node, as the information is now
4948 elsewhere in the main document.
4949 (Stab Section Basics): Mention that the GNU linker may optimize
4950 stabs and remove the leading N_UNDF symbol.
4951
4952Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
4953
4954 * gdb.texinfo, refcard.tex: Restore author credit
4955
4956Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
4957
4958 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
4959 documentation to account for START and END macros taking
4960 one arg.
4961
4962Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
4963
4964 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
4965 * gdb.texinfo (Frames): Fix typo.
4966
4967Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
4968
4969 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
4970 a target_signal as arg type, not a pid.
4971
4972Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
4973
4974 * gdb.texinfo: Document `set assembly-language'.
4975
4976Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
4977
4978 * remote.texi: Update list of stubs in the GDB distribution.
4979
4980Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
4981
4982 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
4983 Also document that some systems can use mmalloc but must define
4984 this if their C runtime allocates memory that is later freed.
4985 (MMCHECK_FORCE): Document new macro.
a9331b3f 4986
c906108c
SS
4987Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
4988
4989 * remote.texi: Add documentation for target Sparclet.
4990
4991Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
4992
a9331b3f 4993 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
4994 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
4995 * configure.in: Rewritten for autoconf.
4996 * configure: New.
4997
4998Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
4999
5000 * Makefile.in (DVIPS): New define, set to dvips.
5001 (dvi): Add stabs.dvi.
5002 (ps): New target.
5003 (all-doc): Depend on info, dvi, and ps targets.
5004 (STAGESTUFF): Add *.ps and *.dvi files.
5005 (clean-info, clean-dvi): Remove.
5006 (mostlyclean): Does not depend upon clean-info or clean-dvi,
5007 rules completely rewritten.
5008 (maintainer-clean): Remove clean-info and clean-dvi
5009 dependencies and put their actions in the rules.
5010 (gdb.ps): New target
a9331b3f 5011 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
5012 intermediate TeX files, whether they have 2 or 3 character
5013 extensions.
5014 (gdbint.ps): Add target and rules.
5015 (gdb-internals): Delete unused target.
5016 (Makefile): Depends upon config.status also.
5017
5018Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
5019
5020 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
5021 set.
5022
5023Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
5024
5025 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
5026 * gdb.texinfo (Expressions): Fix erroneous array constant example.
5027
5028Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
5029
5030 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
5031
5032Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5033
5034 * gdb.texinfo (Print settings): Document
5035 `set/show print static-members' commands.
5036
5037Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
5038
5039 * gdbint.texinfo (Native): Document name change, coredep.c to
5040 core-aout.c.
5041
5042Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
5043
5044 * stabs.texinfo (Include Files): Document the values the SunOS4
5045 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
5046
5047Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
5048
5049 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
5050 Fix typo.
5051
5052Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
5053
5054 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
5055 "gdb.tar.Z".
5056
5057Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
5058
5059 * Makefile.in (maintainer-clean): New target, synonym for
5060 realclean.
5061
5062Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
5063
5064 * Update all FSF addresses except those in COPYING* files.
5065
5066Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
5067
5068 From Richard Earnshaw (rearnsha@armltd.co.uk):
5069 * gdb.texinfo (convenience variables): Document $_exitcode.
5070 (quit): Document optional expression to use as exit code.
5071
5072Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
5073
5074 * gdb.texinfo, remote.texi: Brought up to date with various
5075 GDB changes.
5076
5077Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
5078
5079 * gdb.texinfo: Update dates and versions, fix comments about
5080 hardware watchpoints in future releases and about the
5081 sharedlibrary command.
5082
5083Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5084
5085 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
5086 C_FUN stab. Other cleanups.
5087
5088Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5089
5090 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
5091 for the sparc stub.
5092
5093Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5094
5095 * annotate.texi: Clarify which addresses have differing formats
5096 depending on the language and which do not.
5097
5098Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
5099
5100 * remote.texi (NetWare): Changed example to use BOARD= instead of
5101 NODE= argument to reflect correspoding change to gdbserve.nlm.
5102
5103Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5104
5105 * stabs.texinfo (Negative Type Numbers): Mention the fact that
5106 GDB, as well as AIX dbx, supports the size type attribute.
5107
5108Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5109
5110 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
5111
5112Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
5113
5114 * gdb.texinfo (Define): Document $arg0... arguments to commands,
5115 and new 'if' and 'while' commands.
5116
5117Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
5118
5119 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
5120
5121Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
5122
5123 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
5124 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
5125 NetWare targets. Mostly stolen from the Server node.
5126
5127Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5128
5129 * gdb.texinfo (Setting): Talk about the language of a source file
5130 versus the working language. The old documentation did not match
5131 what GDB did.
5132
5133Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5134
5135 * stabs.texinfo (Source Files): Document N_SO used to mark the end
5136 of a source file.
5137
5138Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5139
5140 * gdb.texinfo (Processes): New node.
5141
5142Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
5143
5144 * remote.texi: Update documentation of set/show mipsfpu.
5145
3fc11d3e
JM
5146Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
5147
5148 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
5149 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
5150
5151Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
5152
5153 * gdbint.texinfo: Removed mentions of some incorrectly placed and
5154 obsolete conditionals, described some others.
5155
5156Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5157
5158 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
5159 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
5160
5161Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
5162
5163 * gdbint.texinfo: Put regex conditionals in their own table.
5164
5165Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
5166
5167 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
5168 described or fixed the descriptions of many others.
5169
5170Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
5171
5172 * gdb.texinfo: Add some more credits.
5173 * gdbint.texinfo: Capitalize GDB consistently, describe some
5174 macros and remove some.
5175
5176Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
5177
5178 * gdbint.texinfo: Removed mentions of many incorrectly placed and
5179 obsolete conditionals, described some others.
5180
5181Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5182
5183 * gdb.texinfo (help targets): Changed to `help target', which
5184 is the correct gdb command.
5185
5186Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5187
5188 * annotate.texi (TODO): New node, for keeping track of annotations
5189 suggested but not yet implemented.
5190
5191Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5192
5193 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
5194 another symbol, it is not the address itself.
5195
5196Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
5197
5198 * stabs.texinfo (Stab Section Basics): Add comment about alignment
5199 of stabs-in-coff sections.
5200
5201Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5202
5203 * annotate.texi: Change edition to 0.5 and date to May 1994.
5204 Add index.
5205 (Frames): New node, for frame annotation.
5206 (Displays): New node, for display annotation.
5207
5208 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
5209 when waiting for your program to stop.
5210
5211Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5212
5213 * annotate.texi (Breakpoint Info): Document annotation of header
5214 fields and record annotation.
5215
5216Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5217
5218 * annotate.texi: New file, to document annotations.
5219
5220Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5221
5222 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
5223 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
5224
5225Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5226
5227 * stabs.texinfo (Stab Section Basics): Say what is in .stab
5228 section, and say n_strx field is compilation unit relative.
5229 * stabs.texinfo: Don't use @code for a.out when it is the name of
5230 an object file format.
5231
5232Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
5233
5234 * gdb.texinfo: Refer to file names, not path names, per rms
5235 convention.
5236 (Arguments): Fix typo.
5237
5238Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5239
5240 * stabs.texinfo (Global Variables): Talk about stabs in files
5241 where variables are referenced, but not defined.
5242
5243Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5244
5245 * stabs.texinfo: Move stuff on @ and # type descriptors from node
5246 Cplusplus to new nodes Member Type Descriptor and Method Type
5247 Descriptor. Re-write stuff for #.
5248
5249Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5250
5251 * gdb.texinfo (Print Settings): Don't document "set print
5252 fast-symbolic-addr off". The bug which it worked around was fixed
5253 on 25 Feb 94 in coffread.c, so I'm nuking the command.
5254
5255 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
5256 N_ENTRY node.
5257
5258 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
5259
5260Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5261
5262 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
5263 references to ieee-float.c.
5264
5265Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5266
5267 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
5268 match what the code actually does.
5269
5270Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5271
5272 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
5273
5274Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
5275
5276 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
5277 i, and b.
5278
5279Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
5280
5281 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
5282 well as for ELF and SOM. Unify the descriptions of ELF and SOM
5283 as "stabs in sections" rather than just saying "ELF and SOM".
5284 Also make that stuff apply to COFF.
5285
5286Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5287
5288 * gdb.texinfo (Formatting Documentation): Change GhostScript to
5289 Ghostscript.
5290
5291Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5292
5293 * gdb.texinfo (Continuing and Stepping): When talking about "step"
5294 versus functions without line numbers, also mention stepping into
5295 them as well as "step" when you are in them. Tell the user how to
5296 deal with the situation. Add comment about "debugging information".
5297
5298Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5299
5300 * stabs.texinfo (Enumerations): Document restriction on where
5301 enumeration types can appear and still win with GDB.
5302
5303Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5304
5305 * stabs.texinfo (Negative Type Numbers): Document format for type
5306 -16.
5307
5308Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5309
5310 * gdb.texinfo (Selection, Frame Info): Update information about
5311 arbitrary frame specficiations.
5312
5313Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
5314
5315 * gdb.texinfo, remote.texi: general editing pass prior to Net release
5316
5317Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5318
5319 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
5320
5321Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
5322
5323 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
5324
5325Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5326
5327 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
5328 Differences node to Statics node.
5329 (Statics): Discuss XCOFF use of V symbol descriptor.
5330
5331 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
5332 not clean.
5333
5334Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
5335
5336 * gdb.texinfo (Print Settings): Document `set print
5337 fast-symbolic-addr' and improve the doc for some other
5338 `set print's.
5339
5340Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5341
5342 * stabs.texinfo (String Field): Talk about defining several type
5343 numbers at once.
5344 Fix lint regarding changing node ELF Transformations to
5345 ELF and SOM Transformations.
5346
5347Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
5348
5349 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
5350
5351Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5352
5353 * stabs.texinfo (Cross-References): `::' is for nested types only
5354 within <>.
5355 (Structures): Document static members.
5356
5357Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5358
5359 * stabs.texinfo: Document S type attribute.
5360
5361Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
5362
5363 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
5364
5365Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
5366
5367 * gdbint.texinfo: Fix a few typos.
5368
5369Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5370
5371 * gdb.texinfo, remote.texi: formatting improvements
5372
5373 * gdb.texinfo (New Features): mention threads.
5374 (Summary, C): fix xrefs in newly contributed text.
5375 (Threads): index entries, clarifications, example
5376 (passim): minor typos fixed, phrasing improvements
5377
5378 * remote.texi (Bootstrapping): rephrase text on ^C and add index
5379 entries; (Server): explain use of gdbserver w/real-time systems,
5380 add example of conflicting TCP port; (MIPS Remote) break up
5381 running text into table, highlighting commands, and add example.
a9331b3f 5382
c906108c
SS
5383Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5384
5385 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
5386
5387Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5388
5389 * stabs.texinfo (Nested Symbols): New node.
5390 (String Field, Symbol Descriptors, Cross-References): Refer to it.
5391
5392Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5393
5394 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
5395 to picking which Bbss.bss symbol to use, and (because there seems to
5396 be no good way of doing it) re-write some of the text to make it
5397 sound like Bbss.bss isn't such a great idea after all (as currently
5398 designed).
5399
5400 * gdb.texinfo (C): In addition to saying people have to use g++ for
5401 good results, say they have to use stabs. Specifically say cfront
5402 doesn't work well.
5403 (Summary): Merge in information on Modula-2, Pascal, and Chill from
5404 the gdb README. Add xrefs to places where the support for the various
5405 languages is described in detail.
5406
5407Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5408
5409 * stabs.texinfo: Clean up stuff about visibility and virtual
5410 characters.
5411
5412 * stabs.texinfo (N_M2C): Cite Sun doc.
5413
5414Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5415
5416 * gdb.texinfo: updates re threads.
5417 * remote.texinfo: avoid index entries starting with digits.
5418
5419Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5420
5421 * stabs.texinfo (Enumerations): Talk about large, negative and
5422 octal values. Clean up cross reference to type attributes.
5423 (String Field): Say that GDB 4.11 supports size attribute.
5424
5425Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5426
5427 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
5428 is a mandatory step. Make the stuff about that more concise.
5429
5430Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5431
5432 * stabs.texinfo (Class Names): New node.
5433
5434 * gdb.texinfo (Command Files): Explain order of init file reading.
5435
5436 * remote.texi (Bootstrapping): Talk about getting the serial driver
5437 to deal with ^C sent by gdb to stop the remote system.
5438
5439Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
5440
5441 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
5442
5443 * libgdb.texinfo (Defining Commands): made the DOC arg
5444 to gdb_define_app_command a char * instead of char **
5445 per a suggestion from kingdon.
5446
5447 * libgdb.texinfo: total rewrite from a different starting
5448 premise.
5449
5450Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5451
5452 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
5453 floats passed as doubles (to improve clarity).
5454
5455Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5456
5457 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
5458
5459 * a4rc.sed: update to work with Andreas Vogel papersize params
5460
5461 * refcard.tex: use Andreas Vogel simplifications of papersize
5462 params; remove useless version info; update copyright date.
5463
5464Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5465
5466 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
5467
5468Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5469
5470 * gdb.texinfo (Files): Say what address the load command loads it at.
5471
5472 * stabs.texinfo (Common Blocks): Minor cleanups.
5473
5474 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
5475 that Sun has backed away from the linker kludge and thus the relevant
5476 issue is changes to the SunPRO tools, not the Solaris linker.
5477
5478 * stabs.texinfo (Traditional Integer Types): Clean up description
5479 of octal bounds a little bit. Document extra leading zeroes.
5480
5481Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5482
5483 * gdb.texinfo (Signaling): Update for symbolic symbol names
5484 and add a section explaining the difference between the GDB
5485 signal command and the shell kill utility.
5486
5487Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
5488
5489 * libgdb.texinfo: added `@' to braces that were unescaped.
5490
5491Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
5492
5493 * libgdb.texinfo: new file. Spec for the gdb library.
5494
5495Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5496
5497 * stabs.texinfo (Include Files): Fix typo (start -> end).
5498
5499Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5500
5501 * gdb.texinfo, remote.texi: assorted small improvements, mostly
5502 from Melissa at FSF's editing pass.
5503
5504Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5505
5506 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
5507 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
5508 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
5509
5510Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5511
5512 * remote.texi (Bootstrapping): Discuss 386 call gates.
5513
5514Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
5515
5516 * stabs.texinfo (Based Variables): New node.
5517
5518Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
5519
5520 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
5521 names, sizes, and formats to suggest how not to lose.
5522
5523Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
5524
5525 * stabs.texinfo (Methods): Fix typo.
5526
5527Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
5528
5529 * gdb.texinfo: Fix a few typos.
5530
5531Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5532
5533 * gdb.texinfo: Clarify how well it works with Fortran.
5534
5535 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
5536 More on relocating stabs in ELF files.
5537
5538Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5539
5540 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
5541
5542Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5543
5544 * stabs.texinfo (Local Variable Parameters): Talk about nameless
5545 parameters on VAX.
5546
5547Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5548
5549 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
5550
5551Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5552
5553 * stabs.texinfo: Make info author notice match the TeX author notice.
5554
5555Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
5556
5557 * stabs.texinfo: Initial-caps all words in node names and
5558 non-trivial words in section names.
5559
5560Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5561
5562 * stabs.texinfo: Many minor cleanups.
5563
5564 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
5565
5566Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
5567
5568 * stabs.texinfo: Remove full description of big example.
5569 It's not really helpful; just use pieces of it where appropriate.
5570 Add more Texinfo formatting directives (@samp, etc.).
5571 Use @deffn to define stab types.
5572 Eliminate some wordiness. Break up some nodes.
5573 Add an (alphabetized) index of symbol types.
5574 Use consistent capitalization style in node and section names.
5575
5576Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
5577
5578 * gdb.texinfo: Change typo "Two two" to "The two".
5579
5580Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5581
5582 * stabs.texinfo (XCOFF-differences): Remove references to
5583 non-existent types N_DECL and N_RPSYM.
5584
5585 * stabs.texinfo (String Field): Say that type attributes bug is
5586 fixed in GDB 4.10, since it is.
5587
5588 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
5589
5590Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
5591
5592 * stabs.texinfo: Formatting cleanups.
5593
5594Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5595
5596 * stabs.texinfo: When explaining the n_type of a stab, standardize
5597 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
5598 no tabs, use @r).
5599 (Global Variables): Clean up.
5600
5601Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5602
5603 * stabs.texinfo (Stack Variables): Re-write.
5604
5605Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5606
5607 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
5608 addresses of a source file. Also revise formatting.
5609 Change "object module" or "object file" to "source file".
5610 Various: Miscellaneous cleanups.
5611
5612Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5613
5614 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
5615
5616Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
5617
5618 * gdbint.texinfo: Removed many nonsensical machine-collected
5619 host and target conditionals, described some of the remainder.
5620
5621Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5622
5623 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
5624
5625 * gdbint.texinfo (Top): Add name to @top line, and re-write the
5626 paragraph which follows.
5627
5628 * gdbint.texinfo (Host): Use @code not @samp for Makefile
5629 variables. Looks better and avoids overful hbox.
5630
5631Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5632
5633 * stabs.texinfo (Procedures): Improve stuff on nested functions.
5634
5635Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5636
5637 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
5638 retransmit-timeout
5639
5640Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5641
5642 * gdbint.texinfo: Update statement about `some ancient Unix
5643 systems, like Ultrix 4.0' to Ultrix 4.2.
5644
5645Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
5646
5647 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
5648
5649 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
5650
5651 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
5652 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
5653
5654 * remote.texi: new name for former gdbinv-s.texi
5655
5656 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
5657
5658Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
5659
5660 * gdbinv-s.texi: Documented timeout and retransmit-timeout
5661 variables for MIPS remote debugging protocol.
5662
5663Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5664
5665 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
5666
5667Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
5668
5669 * Makefile.in (refcard.dvi): Use srcdir where necessary.
5670
5671Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
5672
5673 * gdb.texinfo: repair conditional bugs in text markup
5674
5675Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5676
5677 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
5678 to select Modula-2 material.
5679
5680Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5681
5682 * stabs.texinfo: Cleanups regarding statics.
5683
5684 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
5685 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
5686
5687Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5688
5689 * stabs.texinfo: N_MAIN is sometimes used for C.
5690
5691Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5692
5693 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
5694
5695Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
5696
5697 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 5698 removed from the code by Kingdon.
c906108c
SS
5699
5700Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5701
5702 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
5703 input when evaluating breakpoint conditions; the bug has been fixed.
5704
5705 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
5706 sets the ignore count to N-1, not to N.
5707
5708Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5709
5710 * refcard.tex (\hoffset): correct longstanding error to match
5711 intended offset; avoids cutting off edge on some printers
5712
5713Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5714
5715 * stabs.texinfo (Parameters): Say that order of stabs is significant.
5716
5717Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5718
5719 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
5720
5721Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5722
5723 * Makefile.in: (REFEDITS) new var to control whether PS or CM
5724 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
5725 collect sed edits if any, apply to refcard before formatting;
5726 (refcard.ps) stop implying PS fonts if PS output requested;
5727 (lrefcard.ps) delete extra target for variant PS fonts
5728
5729 * refcard.tex: parametrize papersize dependent info, collect
5730 in easily replaced spot
5731
5732 * a4rc.sed: new file, edits to refcard for A4 paper
5733
5734Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5735
5736 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
5737
5738Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5739
5740 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
5741
5742Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5743
5744 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
5745 politely rather than rudely.
5746
5747Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5748
5749 * stabs.texinfo: Document common blocks.
5750
5751Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
5752
5753 * stabs.texinfo: Add some basic info about stabs-in-elf.
5754
5755Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5756
5757 * stabs.texinfo (Top): Minor cleanup.
5758
5759Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
5760
5761 * Makefile.in (install-info): remove parentdir support
5762
5763Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5764
5765 * gdb.texinfo (Copying): delete this node and references to it;
5766 RMS says this manual need not carry GPL. (passim): Improvements
5767 from last round at FSF, largely due to Ian Taylor review, and
5768 minor formatting improvements.
5769
5770 * gdbinv-s.texi (passim): Improvements from last round at FSF,
5771 largely due to Ian Taylor review. (Debug Session): minor edits to
5772 new text.
5773
5774Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
5775
5776 * Makefile.in (realclean): Remove info and dvi files too.
5777
5778Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
5779
5780 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
5781 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
5782 * gdb.texinfo: Change accordingly.
5783
5784 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
5785 N_{L,R}BRAC,N_SLINE are relative to.
5786
5787Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
5788
5789 * Makefile.in (GDBvn.texi): Update atomically.
5790
5791Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
5792
5793 * gdbinv-s.texi (Debug Session): Document exceptionHook.
5794
5795Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
5796
5797 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
5798 addresses together. Also motivate the set print symbol-filename
5799 command and suggest other solutions.
5800
5801Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
5802
5803 * gdb.texinfo (set print elements): Note that the number of
5804 elements is set to unlimited by "set print elements 0".
5805
5806Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
5807
5808 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
5809 NF_LDOUBLE means.
5810 (Stab Types): Include Solaris stab types.
5811 (Procedures): Document Solaris extensions.
5812
5813Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5814
5815 * gdb.texinfo: Add `set print symbol-filename' doc.
5816
5817Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5818
5819 * stabs.texinfo (Arrays): Talk about type definition vs. type
5820 information.
5821
5822 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
5823 the trailing semicolon.
5824
5825Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5826
5827 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
5828 and merge in other parts of the document addressing these subjects.
5829 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
5830
5831 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
5832 at the end of a range type.
5833
5834 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
5835 AIX extensions.
5836
5837Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5838
5839 * stabs.texinfo (Stabs Format): Misc fixes.
5840
5841Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5842
5843 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
5844 (Traditional builtin types): Document convex convention for long long.
5845 (Negative builtin types): Discuss type names, and misc fixes.
5846
5847Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5848
5849 * stabs.texinfo (Builtin Type Descriptors): Document the floating
5850 point types used with @samp{R} type descriptor.
5851 (Symbol Descriptors): Describe how to handle conflict between
5852 different meanings of @samp{P} symbol descriptor.
5853
5854Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5855
5856 * stabs.texinfo: Remove node Quick Reference and put its children
5857 directly under the main menu.
5858
5859 * stabs.texinfo: Many more changes to bring it into line with
5860 AIX documentation and reality. I think it now has all the
5861 information from the AIX documentation, except that I burned
5862 out when I got to variant records (Pascal and Modula-2) and
5863 all the COBOL types. Oh well, we can add them later when we're
5864 worrying more about those languages.
5865
5866 * stabs.texinfo (Automatic variables): Talk about what it means
5867 to omit the symbol descriptor.
5868
5869Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5870
5871 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
5872 gcc2 behavior with promoted args.
5873
5874Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5875
5876 * gdb.texinfo: include readline appendices in info version of manual
5877
5878Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5879
5880 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
5881 target remote.
5882
5883 * gdb.texinfo (Machine Code): more index entries for disassemble
5884
5885Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
5886
5887 * Clarify the intended use of the gdb-testers and gdb-patches
5888 mailing lists, and shrink gzip comment.
5889
5890Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5891
5892 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
5893 DOSHOST configuration of manual.
5894
5895 * gdb.texinfo (MIPS Stack): new node.
5896
5897 * all-config.texi (MIPS) new switch.
5898
5899 * gdbinv-s.texi (Nindy Options) Remove two instances of future
5900 tense; (MIPS Remote) new node.
5901
5902 * gdb.texinfo (passim) rephrases to work around makeinfo @value
5903 bug; (Environment) less passive, other small cleanups in text about
5904 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
5905 (Remote) new MIPS Remote menu entry.
5906
5907Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
5908
5909 * stabs.texinfo: Many changes to include information from the
5910 AIX documentation.
5911
5912 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
5913
5914Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
5915
5916 * gdbint.texinfo (new node Debugging GDB, elsewhere):
5917 Move a bunch of information from ../README.
5918 (Getting Started): New node.
5919
5920Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5921
5922 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
5923
5924 * gdb.texinfo: advance manual revision dates to present
5925
5926 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
5927 stop using silly Roman numerals in @set variable names
5928
5929Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
5930
5931 * stabs.texinfo (Parameters): Keep trying to get this right.
5932
5933Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
5934
5935 * stabs.texinfo (Parameters): More on "local parameters".
5936
5937Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
5938
5939 * stabs.texinfo (Parameters): Re-do "local parameters" section.
5940
5941Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
5942
5943 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
5944 (Parameters): Rewrite.
5945 (xcoff-differences, Sun-differences): Minor changes.
5946
5947Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
5948
5949 * stabs.texinfo: Minor cleanup.
5950
5951Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
5952
5953 * gdbint.texinfo: Minor xcoff stuff.
5954
5955Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
5956
5957 * gdbint.texinfo: Update for new config directory structure.
5958 Add info about internal type data structures.
5959
5960Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
5961
5962 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
5963 $(srcdir).
5964 (gdb-config.texi): Depend on file in $(srcdir).
5965
5966Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
5967
5968 * stabs.texinfo: Fixes about N_SO.
5969
5970Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5971
5972 * gdb.texinfo: include list of nonstandard init file names
5973
5974 * *-config.texi: new switch GENERIC for text that applies *only*
5975 to (usual) multiple-target version of manual
5976
5977 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
5978 h8 config
5979
5980 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
5981 in menus (rather than conditionally selected multiple alternative
5982 menus).
5983
5984 * Makefile.in: define and use DOC_CONFIG var to select
5985 configuration for GDB user manual.
5986
5987 * gdb-config.texi: delete from repository, generate from Makefile.
5988
5989 * all-config.texi: normal `generic' configuration file, formerly
5990 stored as gdb-config.texi
5991
5992Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
5993
5994 * Makefile.in: add dvi target to build all .dvi files
5995
5996Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5997
5998 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
5999
6000Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
6001
6002 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
6003 host conditionals.
6004 * stabs.texinfo: More array fixes inspired by Jim's.
6005
6006Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
6007
6008 * stabs.texinfo: Fixes re arrays and continuations.
6009
6010 * gdbint.texinfo: Add XCOFF node.
6011
6012Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
6013
6014 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
6015
6016Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
6017
6018 * stabs.texinfo: Fix for array types to mention lower bounds.
6019
6020Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
6021
6022 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
6023
6024Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
6025
6026 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
6027
6028Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
6029
6030 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
6031 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
6032
6033Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
6034
6035 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
6036
6037Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6038
6039 * gdb.texinfo, gdbinv-s.texi: misc updates
6040
6041Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
6042
6043 * gdbint.texinfo: Brief documentation for longjmp support,
6044 from an email msg by Stu.
6045
6046Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
6047
6048 * stabs.texinfo: Fix description of floating point "range"
6049 types (which really define basic types). Reported by Jim Meehan,
6050 <meehan@src.dec.com>.
6051
6052 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
6053
6054Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
6055
6056 * gdbint.texinfo: Slightly expand section on supporting a new
6057 object file format.
6058
6059Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
6060
6061 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
6062 intermediate file.
6063
6064Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6065
6066 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
6067
6068Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6069
6070 * gdbinv-s.texi: z8000 simulator target name is just "sim"
6071
6072 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
6073 as well as Z8002.
6074
6075Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
6076
6077 * gdbint.texinfo: Add sections on clean design and on how to send
6078 in changes.
6079
6080Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
6081
6082 * gdbint.texinfo: Add how to declare the result of make_cleanup.
6083
6084Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
6085
6086 * gdb.texinfo: Fix typo, reported by Karl Berry.
6087
6088Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
6089
6090 * gdb.texinfo: Add opcodes dir to GDB distribution description.
6091
6092Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6093
6094 * gdbint.texinfo: fixed a stray email address (needs @@),
6095 added @table @code to node "Native Conditionals"
6096
6097Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
6098
6099 * gdbint.texinfo: Describe coding style of GDB.
6100
6101Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
6102
6103 * stabs.texinfo: Minor wording changes.
6104
6105Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
6106
6107 * gdbint.texinfo: Improve release doc slightly.
6108
6109Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
6110
6111 * gdbint.texinfo: Improve doc of GDB config macros.
6112
6113Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
6114
6115 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
6116 These will be reinserted when examined.
6117
6118Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
6119
6120 * gdbint.texinfo: Make a start at documenting all the #if macros
6121 in GDB. At least list them all, and start separating them into
6122 host-specific and target-specific.
6123
6124Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6125
6126 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 6127 examples (not consistent w others).
c906108c
SS
6128 gdb.texinfo: issue disclaimer paragraph on cmdline options only
6129 for generic vn of doc
6130
6131Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
6132
6133 * Makefile.in: always create installation directories.
6134
6135Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6136
6137 * gdb.texinfo: in h8 config, do not describe searching commands.
6138
6139Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6140
6141 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
6142 conditionals; introduce a few generic switches that may be
6143 useful for other cross-dev or dos-hosted configs.
6144
6145 * gdb.texinfo: fix typo in "info reg" description
6146
6147Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
6148
6149 * stabs.texinfo: Minor updates from running TeX over it.
6150 * Makefile.in (stabs.dvi, stabs.ps): Add.
6151
6152Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
6153
6154 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
6155 First pass at converting it to texinfo.
6156
6157Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
6158
6159 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
6160 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
6161
6162Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
6163
6164 * gdbint.texinfo: Add section on partial symbol tables.
6165
6166Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
6167
6168 * gdb.texinfo: document `set remotedebug' and `set
6169 rstack_high_address'.
6170
6171Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6172
6173 * gdb.texinfo: slight expansion of new text on reading info files
6174 * gdbinv-s.m4.in: correct and expand info on cross-debugging
6175 H8/300 from DOS.
6176
6177Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
6178
6179 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
6180
6181Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
6182
6183 * gdb.texinfo: Say how to read the `info' files.
6184
6185Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
6186
6187 * Makefile.in: gm4 -> m4.
6188
6189Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
6190
6191 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
6192 Documentation' ahead of `Installing GDB' to match README.
6193 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 6194 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
6195
6196Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
6197
6198 * Makefile.in: remove $(srcdir) from gdb.info rule.
6199
6200Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
6201
6202 * Makefile.in: commented out gdb-all.texinfo rule. This is
6203 temporary.
6204
6205Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
6206
6207 * Makefile.in, configure.in: removed traces of namesubdir,
6208 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
6209 copyrights to '92, changed some from Cygnus to FSF.
6210
6211Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
6212
6213 * gdb.texinfo: Improve how we ask for bug reports.
6214
6215Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6216
6217 * Makefile.in: infodir belongs in datadir.
6218
6219Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6220
6221 * Makefile.in: remove spaces following hyphens, bsd make can't
6222 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 6223 standards.text support.
c906108c
SS
6224
6225Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6226
6227 * Makefile.in: idestdir and ddestdir go away. Added copyrights
6228 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
6229 and mandir now keyed off datadir by default.
6230
6231\f
6232Local Variables:
9e9c5ae7 6233mode: change-log
c906108c
SS
6234left-margin: 8
6235fill-column: 74
6236version-control: never
6237End:
This page took 0.861639 seconds and 4 git commands to generate.