* infrun.c (follow_exec): Don't do a generic mourn. Instead
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
b77209e0
PA
12008-09-22 Stan Shebs <stan@codesourcery.com>
2
3 * gdb.texinfo (Inferiors): New section.
4
3d0bb823
PA
52008-09-12 Pedro Alves <pedro@codesourcery.com>
6
7 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
8
f8dcfc0a
UW
92008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
10
11 * gdbint.texinfo (Target Conditionals): Remove documentation
12 for gdbarch_name_of_malloc.
13
8775bb90
MS
142008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
15
16 * gdb.texinfo (Interrupts): Mention TCP interface for
17 sending BREAK.
18
f1838a98
UW
192008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
20
21 * gdb.texinfo (Commands to Specify Files): Document "remote:"
22 argument prefix to "set sysroot".
23
158c7665
PH
242008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
25
26 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
27 and False.
28
30e026bb
VP
292008-08-20 Vladimir Prus <vladimir@codesourcery.com>
30
31 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
32 for possible features of -list-features.
33
c6ebd6cf
VP
342008-08-19 Vladimir Prus <vladimir@codesourcery.com>
35
36 * gdb.texinfo (Background execution): Adjust example
37 (GDB/MI Miscellaneous Commands): Document -list-target-features.
38
aeac0ff9
VP
392008-08-19 Vladimir Prus <vladimir@codesourcery.com>
40
41 * doc/gdb.texinfo (PowerPC): Fix typo.
42 (PowerPC features): Fix typo.
43
5231c1fd
PA
442008-08-18 Pedro Alves <pedro@codesourcery.com>
45
46 * observer.texi (thread_ptid_changed): New.
47
677c5bb1
LM
482008-08-18 Luis Machado <luisgpm@br.ibm.com>
49
50 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
51 (PowerPC features): Mention feature set for VSX registers.
52
f3a2dd1a
JB
532008-08-13 Joel Brobecker <brobecker@adacore.com>
54
55 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
56 the direct visibility of all names in user-written packages.
57
33e5cbd6
PA
582008-08-13 Pedro Alves <pedro@codesourcery.com>
59
60 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
61 setting, and make it the default.
62 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
63 non-stop script example.
64
d0384fc4
TJB
652008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
66
67 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
68 reference to the "Using Different Register and Memory Data
69 Representation" section.
70
a6f3e723
SL
712008-08-12 Sandra Loosemore <sandra@codesourcery.com>
72
73 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
74 (Remote Protocol): Add Packet Acknowledgment to menu.
75 (Overview): Mention +/- can be disabled, and point to new section
76 where this is discussed in detail.
77 (General Query Packets): Document QStartNoAckMode packet, and
78 corresponding qSupported reply.
79 (Packet Acknowledgment): New section.
80
0606b73b
SL
812008-08-11 Sandra Loosemore <sandra@codesourcery.com>
82 Pedro Alves <pedro@codesourcery.com>
83
84 * gdb.texinfo (Threads): Move paragraph about automatic thread
85 selection to All-Stop Mode subsection.
86 (Thread Stops): Reorganize existing material into subsections.
87 Add introductory blurb and menu.
88 (Non-Stop Mode): New subsection.
89 (Background Execution): New subsection.
90 (Maintenance Commands): Add cross-references from async mode
91 commands to the new Background Execution section.
92
d57a3c85
TJB
932008-08-06 Tom Tromey <tromey@redhat.com>
94
95 * gdb.texinfo (Extending GDB): New chapter.
96 (Sequences): Demoted chapter, now a section under the new
97 Extending GDB chapter.
98 (Python): New section.
99
6d76a53d
SS
1002008-07-31 Stan Shebs <stan@codesourcery.com>
101
102 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
103
1f70da6a
SS
1042008-07-29 Stan Shebs <stan@codesourcery.com>
105
106 * gdbint.texinfo: General round of cleanup and minor
107 clarifications.
108 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
109 (Longjmp Support): Update description to reflect how it is done
110 for targets without using native header.
111 (Symbol Handling): Add a little more general explanation.
112 (COFF, ELF): Mention stabs encapsulation.
113 (DWARF 3): New section.
114 (Adding a New Host): Scrub out some obsolete bits.
115 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
116 (Host Conditionals): Remove descriptions of NO_STD_REGS,
117 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
118 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
119 SEEK_SET, STOP_SIGNAL, USG.
120 (Raw and Virtual Register Representations): Ditto for
121 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
122 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
123 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
124 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
125 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
126 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
127 DEPRECATED_REGISTER_VIRTUAL_SIZE,
128 DEPRECATED_REGISTER_VIRTUAL_TYPE,
129 DEPRECATED_USE_STRUCT_CONVENTION.
130 Describe gdbarch_deprecated_fp_regnum.
131 Update description of gdbarch_print_insn.
132 (Adding a New Target): Scrub out obsolete bits.
133 (Obsolete Conditionals): Remove entire section.
134
383f836e
TT
1352008-07-25 Tom Tromey <tromey@redhat.com>
136
137 * observer.texi (GDB Observers): Document new observers:
138 breakpoint_created, breakpoint_deleted, breakpoint_modified,
139 tracepoint_created, tracepoint_deleted, tracepoint_modified,
140 architecture_changed.
141
cfd8ab24
SS
1422008-07-21 Stan Shebs <stan@codesourcery.com>
143
144 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
145 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
146
781b42b0
TT
1472008-07-21 Tom Tromey <tromey@redhat.com>
148
149 * observer.texi (GDB Observers): Remove obsolete comment.
150 <executable_changed>: Remove argument.
151
d7d9f01e
TT
1522008-07-18 Tom Tromey <tromey@redhat.com>
153
154 * gdb.texinfo (Macros): Update. Use @code rather than @command.
155
bf250677
DE
1562008-07-10 Doug Evans <dje@google.com>
157
158 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
159
10568435
JK
1602008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
161
162 * gdb.texinfo (Starting): Document "set disable-randomization".
163
5ae4183a
AS
1642008-07-07 Andreas Schwab <schwab@suse.de>
165
166 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
167
b56e7235
VP
1682008-07-06 Vladimir Prus <vladimir@codesourcery.com>
169
170 * gdb.texinfo (GDB/MI Target Manipulation): Add
171 example of -target-attach.
172
e1ac3328
VP
1732008-06-10 Vladimir Prus <vladimir@codesourcery.com>
174
175 * observer.texi (target_resumed): New observer.
5ae4183a 176 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 177
65d12d83
TT
1782008-06-06 Tom Tromey <tromey@redhat.com>
179
180 * gdb.texinfo (Completion): Add field name example.
181
fbc5282e
MK
1822008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
183
184 * gdb.texinfo (GDB/MI Program Context): Added example
185 to -exec-arguments
5ae4183a 186
fbc5282e 1872008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
188
189 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
190 annotation.
191
c16158bc 1922008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
193 Nathan Sidwell <nathan@codesourcery.com>
194 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
195
196 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
197 and ACX_BUGURL.
198 * configure: Regenerate.
199 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
200 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
201 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
202 mailing-list-specific text about bug reporting unless
203 BUGURL_DEFAULT.
204
75c99385
PA
2052008-06-05 Pedro Alves <pedro@codesourcery.com>
206
207 * gdb.texinfo (-target-select): Remove reference to target async.
208 (Maintenance Commands): Document "maint set/show remote-async".
209
1763a388
MK
2102008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
211
212 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
213 in -target-file-get section.
5ae4183a 214
d0d064df
PA
2152008-05-22 Pedro Alves <pedro@codesourcery.com>
216
9b562ab8
PA
217 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
218 killing the inferior when it is already debugging a process.
d0d064df 219
8dfa32fc
JB
2202008-05-21 Joel Brobecker <brobecker@adacore.com>
221
222 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
223 abbreviation for "finish".
224
55f996a7
NR
2252008-05-21 Nick Roberts <nickrob@snap.net.nz>
226
227 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
228
ba2b1c56
DJ
2292008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
230
231 * gdbint.texinfo (Target Conditionals): Delete entry for
232 gdbarch_dwarf_reg_to_regnum.
233
08388c79
DE
2342008-05-09 Doug Evans <dje@google.com>
235
a3c83fae 236 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 237
d14508fe
DE
2382008-05-05 Doug Evans <dje@google.com>
239
240 * gdb.texinfo (disassemble): Document /m modifier.
241
e2b7ddea
VP
2422008-05-05 Vladimir Prus <vladimir@codesourcery.com>
243
5ae4183a
AS
244 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
245 will not report the time of commands that run the target.
e2b7ddea 246
8eb41542
VP
2472008-05-03 Vladimir Prus <vladimir@codesourcery.com>
248
249 * gdb.texinfo (GDB/MI Output Records): Add
250 missing semicolon.
251
82f68b1c
VP
2522008-05-03 Vladimir Prus <vladimir@codesourcery.com>
253
254 * gdb.texinfo (GDB/MI Output Records):
255 Document =thread-create and =thread-exited.
256
fa0f268d
VP
2572008-05-03 Vladimir Prus <vladimir@codesourcery.com>
258
259 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 260 Remove mention of dmi-discuss.
fa0f268d 261
063bfe2e
VP
2622008-05-03 Pedro Alves <pedro@codesourcery.com>
263
264 * observer.texi (thread_exit): New.
265
237fc4c9
PA
2662008-05-02 Pedro Alves <pedro@codesourcery.com>
267
268 * gdb.texinfo (Debugging Output): Document "set/show debug
269 displaced".
270 (Maintenance Commands): Document "maint set/show
271 can-use-displaced-stepping".
272
0428b8f5
DJ
2732008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
274
275 * gdb.texinfo (ARM): Document set/show arm fallback-mode
276 and set/show arm force-mode.
277
5009afc5
AS
2782008-05-02 Andreas Schwab <schwab@suse.de>
279
280 * gdbint.texinfo (Algorithms): Describe
281 target_watchpoint_addr_within_range.
282
669fac23
DJ
2832008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
284
285 * gdbint.texinfo (Stack Frames): New chapter.
286 (Algorithms): Move Frames text to the new chapter.
287 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
288 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
289
721c02de
VP
2902008-04-24 Vladimir Prus <vladimir@codesourcery.com>
291
5ae4183a
AS
292 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
293 output does not necessary include any tokens.
721c02de 294
c055b101
CV
2952008-04-22 Corinna Vinschen <vinschen@redhat.com>
296
297 * gdb.texinfo (Set SH Calling convention): New @item.
298 (Show SH Calling convention): Ditto.
299
68837c9d
MD
3002008-04-22 Markus Deuling <deuling@de.ibm.com>
301
302 * gdb.texinfo (Fortran Operators): Describe '%' operator.
303
2e9132cc
EZ
3042008-04-20 Eli Zaretskii <eliz@gnu.org>
305
306 * gdb.texinfo (Set Breaks): Mention that multiple location
307 breakpoints need line number info. Add index entries.
308
31fffb02
CS
3092008-04-19 Craig Silverstein <csilvers@google.com>
310
311 * gdb.texinfo (Requirements): Add an optional requirement on
312 zlib.
313 * gdbint.texinfo (Debugging File Formats): Add new subsection for
314 Compressed DWARF 2.
315
a47ec5fe
AR
3162008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
317
318 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
319 sample output for 'stopped,reason="breakpoint-hit"' message.
320 (GDB/MI Program Execution): Likewise.
321
de051565
MK
3222008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
323
5ae4183a 324 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
325 -var-set-format. Add -f option to -var-evaluate-expression.
326
6ba66d6a
JB
3272008-04-03 Joel Brobecker <brobecker@adacore.com>
328
329 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
330 new node "Ambiguous Expressions". Replace references to this
331 node by references to "Ambiguous Expressions" throughout.
332 (Ambiguous Expressions): New node.
333
1e26b4f8
DJ
3342008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
335
336 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
337
b84876c2
PA
3382008-03-21 Pedro Alves <pedro@codesourcery.com>
339
340 * gdb.texinfo (Debugging Output): Document
341 "set/show debug lin-lwp-async".
342 (Maintenance Commands): Document "maint set/show linux-async".
343
63092375
DJ
3442008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
345
346 * gdb.texinfo (Expressions): Update description of malloced arrays.
347
8e8901c5
VP
3482008-03-15 Vladimir Prus <vladimir@codesourcery.com>
349
350 * gdb.texinfo (Thread Commands): Document
351 -thread-info. Remove -thread-list-all-threads.
352
1fddbabb
PA
3532008-03-14 Pedro Alves <pedro@codesourcery.com>
354 Sandra Loosemore <sandra@codesourcery.com>
355
356 * gdb.texinfo (Library List Format): Update to mention the
357 possibility to pass section addresses instead of segment
358 addresses.
359
ccd213ac
DJ
3602008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
361
362 * gdb.texinfo (Starting): Document "set exec-wrapper".
363 (Server): Document gdbserver --wrapper.
364
fa4727a6
DJ
3652008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
366
367 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
368 unreadable memory. Delete obsolete SPARClite reference.
369
8edfe269
DJ
3702008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
371
372 * gdb.texinfo (Starting): Mention always-running targets.
373 (Target Commands): Add an anchor for load.
374 (Connecting): Explain continue instead of run.
375
1843f87b
DJ
3762008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
377
378 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
379
f9082629
NR
3802008-02-26 Nick Roberts <nickrob@snap.net.nz>
381
382 * gdb.texinfo (Set Breaks): Revert description of Enb column of
383 breakpoint table.
384
fd96d250
PA
3852008-02-19 Pedro Alves <pedro@codesourcery.com>
386
387 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
388 killing the inferior when it is already debugging a process.
389
36af4ef6
MD
3902008-02-13 Markus Deuling <deuling@de.ibm.com>
391
392 * gdbint.texinfo (Build Script): New section. Mention new build script
393 gdb_buildall.sh.
394
cda4ce5a
JB
3952008-02-01 Jim Blandy <jimb@red-bean.com>
396
397 * gdb.texinfo (Help): Summarize 'info args' correctly.
398
4acd40f3
TJB
3992008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
400
401 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
402 available in PowerPC architecture.
403 (Embedded Processors): Change node name of PowerPC item in menu.
404 (PowerPC): Rename to...
405 (PowerPC Embedded): this.
406 (Architectures): Add new PowerPC item in menu.
407 (PowerPC): New node.
408
6e6c6f50
DJ
4092008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
410
411 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
412 commands.
413
5ee187d7
DJ
4142008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
415
416 * gdb.texinfo (Setting Catchpoints): Mention features
417 supported on GNU/Linux.
418
e275c0d9
NR
4192008-01-30 Nick Roberts <nickrob@snap.net.nz>
420
421 * gdb.texinfo (GDB/MI File Commands): Describe new output
422 field for MI command -file-list-exec-source-file.
423
2d717e4f
DJ
4242008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
425
426 * gdb.texinfo (Using the `gdbserver' Program): Add security
427 warning. Rearrange into subsections and subsubsections. Document
428 --multi and --debug. Correct --with-sysroot typo. Update --attach
429 usage. Make load reference clearer. Document monitor exit.
430 (Remote Configuration): Document set remote exec-file, attach-packet,
431 and run-packet.
432 (Packets): Document vAttach and vRun.
433
d35a4257 4342008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
435
436 * gdb.texinfo (Processes): Mention process command.
437 detach-on-follow -> detach-on-fork.
438
c78d192c
DJ
4392008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
440
441 * gdbint.texinfo (Native Conditionals): Remove
442 SHELL_COMMAND_CONCAT and SHELL_FILE.
443
d35a4257
EZ
4442008-01-26 Eli Zaretskii <eliz@gnu.org>
445
446 * gdb.texinfo (Specify Location): Improve wording.
447
93815fbf
VP
4482008-01-23 Chris Demetriou <cgd@google.com>
449
450 * gdb.texinfo (Threads): Document new "set print thread-events"
451 and "show print thread-events" commands.
452
2a25a5ba
EZ
4532008-01-19 Eli Zaretskii <eliz@gnu.org>
454
455 * gdb.texinfo (Specify Location): New section.
456 (Delete Breaks, Edit, Set Breaks): Remove description of
457 locations. Instead, add a reference to "Specify Location".
458 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
459 (Symbols): Refer to "Specify Location" for the valid forms of
460 linespecs and locations.
461
32c9a795
MD
4622008-01-18 Markus Deuling <deuling@de.ibm.com>
463
464 * gdbint.texinfo (Target Conditionals): Replace the description of
465 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
466
b17828ca
JB
4672008-01-12 Paul Hilfinger <hilfinger@adacore.com>
468
469 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
470 about &&var, which is rejected by the expression parser.
471
0aea4bf3
LM
4722008-01-09 Luis Machado <luisgpm@br.ibm.com>
473
474 * gdb.texinfo (Output): Update documentation on using printf with DFP
475 types.
476
febe4383
TJB
4772008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
478
479 * gdb.texinfo (C and C++): Add Decimal Floating Point format
480 subsubsection.
481 (Decimal Floating Point format): New subsubsection.
482
7a404eba
PA
4832008-01-05 Pedro Alves <pedro@codesourcery.com>
484
485 * gdb.texinfo (File Options): Remove mention of the attempt to
486 open a core file with the -p option. Don't list -c as a valid
487 option to attach to a process.
488
a4d9b460
PA
4892008-01-05 Pedro Alves <pedro@codesourcery.com>
490
491 * gdbint.texinfo (Host Conditionals): Remove mention of
492 ALIGN_STACK_ON_ENTRY.
493
6ec2edbe
JB
4942008-01-05 Joel Brobecker <brobecker@adacore.com>
495
496 * gdbint.texinfo (Start of New Year Procedure): Add item
497 describing how to update the source and documentation copyright
498 notices.
499
d8b2a693
JB
5002007-12-18 Jim Blandy <jimb@codesourcery.com>
501
ab209b3a 502 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
503 watchpoint explanation into the main description of the watchpoint
504 command; update synopses of 'watch', 'rwatch', and 'awatch'
505 commands.
506
8b4ed427
VP
5072007-12-18 Vladimir Prus <vladimir@codesourcery.com>
508
509 * gdb.texinfo (Miscellaneous gdb/mi Commands):
510 Document 'pending-breakpoints' feature of
511 -list-features.
512
37e4754d
LM
5132007-12-17 Luis Machado <luisgpm@br.ibm.com>
514
669fac23 515 * gdb.texinfo: Add new parameter's description.
37e4754d 516
1d3811f6
DJ
5172007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
518
519 * gdb.texinfo (Overview): Clarify run-length encoding
520 example. Remove the restriction on "+" and "-" characters.
521
c1c25a1a
EZ
5222007-12-15 Eli Zaretskii <eliz@gnu.org>
523
524 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
525
afe8ab22 5262007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 527
afe8ab22
VP
528 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
529 the -f option for -break-insert, remove -r option,
530 and clarify specification of location.
531
a6b151f1
DJ
5322007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
533
534 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
535 formatting.
536 (Remote Debugging): Add File Transfer section.
537 (Remote Configuration): Document Host I/O packets.
538 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 539 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
540 (Packets): Add vFile.
541
3b784c4f
EZ
5422007-11-17 Eli Zaretskii <eliz@gnu.org>
543
544 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
545 breakpoints with multiple locations.
546 (Breakpoint Menus): Improve wording.
547 (Output): Fix last change.
548
a4ce5b0d
UW
5492007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
550
551 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
552
1b39d5c0
DE
5532007-11-15 Doug Evans <dje@google.com>
554
555 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
556
7a72d44c
VP
5572007-11-15 Vladimir Prus <vladimir@codesourcery.com>
558
559 * gdbint.texinfo (Native Conditionals): Remove
560 mention of CLEAR_SOLIB.
5ae4183a 561
6d1829bf 5622007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
563
564 * gdb.texinfo (Print Settings): Add documentation for "set/show
565 print frame-arguments".
566
1a619819
LM
5672007-11-05 Luis Machado <luisgpm@br.ibm.com>
568
3b784c4f 569 * gdb.texinfo (Output): Update printf command's description.
1a619819 570
55eddb0f
DJ
5712007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
572
573 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
574 powerpc soft-float".
575
9cceb671
DJ
5762007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
577
578 * gdb.texinfo (Files): Correct formatting. Mention Expat
579 requirement.
580 (Requirements for Building GDB): Expand the list of Expat
581 uses.
582 (Library List Format, Memory Map Format): Mention Expat.
583 (Target Descriptions): Update Expat wording.
584
83acabca
DJ
5852007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
586
587 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
588 Document that gdbarch_convert_register_p should return zero for no-op
589 conversions.
590
e35879db
UW
5912007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
592
83acabca 593 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
594 of set_gdbarch_sofun_address_maybe_missing back to ...
595 (Target Conditionals): ... here to fix build break.
596
203c3895
UW
5972007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
598
83acabca 599 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
600 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
601 (Compiler Characteristics): ... documentation of
602 set_gdbarch_sofun_address_maybe_missing.
603
11411de3
DJ
6042007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
605
606 * gdbint.texinfo (Target Conditionals): Use
607 frame_unwind_register_unsigned in examples instead of
608 frame_unwind_unsigned_register.
609
7cc46491
DJ
6102007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
611
612 * gdb.texinfo (Predefined Target Types): Add int128
613 and uint128.
614 (Standard Target Features): Add PowerPC features.
615
81adfced
DJ
6162007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
617
618 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
619
c1874924
UW
6202007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
621
622 * gdbint.texi (Target Conditionals): Remove documentation
623 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
624 gdbarch_extract_return_value, and gdbarch_store_return_value.
625
f6e56ab3
UW
6262007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
627
628 * gdbint.texi (Target Conditionals): Remove documentation of
629 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
630
56cf5405
KH
6312007-10-11 Kazu Hirata <kazu@codesourcery.com>
632
633 * gdb.texinfo: Mention that inaccessible-by-default is on by
634 default.
635
35156bae
DJ
6362007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
637
638 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
639
d983da9c
DJ
6402007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
641
642 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
643 multi-threaded watchpoints.
644 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
645 checked. Describe sticky notification. Expand description
646 of steppable and continuable watchpoints.
647 (Watchpoints and Threads): New subsection.
648
fe6fbf8b
VP
6492007-09-28 Vladimir Prus <vladimir@codesourcery.com>
650
651 * gdb.texinfo (Setting Breakpoints): Revise
652 documentation for pending breakpoints. Document
653 breakpoints with multiple locations.
5ae4183a 654
084344da
VP
6552007-09-19 Vladimir Prus <vladimir@codesourcery.com>
656
657 * gdb.texinfo (Miscellaneous gdb/mi Commands):
658 Document -list-features.
5ae4183a 659
82160952
EZ
6602007-09-15 Eli Zaretskii <eliz@gnu.org>
661
662 * gdb.texinfo (Output): Spell out which features of C's printf are
663 not supported by GDB's printf.
7e27a47a
EZ
664 (Separate Debug Files): More accurate wording regarding build ID
665 and a reference to the ld manual rather than the Fedora wiki.
82160952 666
ea37ba09
DJ
6672007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
668 Jim Blandy <jimb@codesourcery.com>
669
670 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
671 (Examining Memory): Update mentions of the 's' format.
672 (Automatic Display): Likewise.
673
b8533aec
DJ
6742007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
675
676 * gdb.texinfo: Update the FSF's Back-Cover Text.
677
83f83d7f
JK
6782007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
679 Eli Zaretskii <eliz@gnu.org>
680
681 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
682 Fixed the ``build ID'' name. New binaries build instructions for the
683 build ID inclusion. Explain how the commands are specific to the build
684 ID vs. debug link.
685
c7e83d54
EZ
6862007-09-01 Eli Zaretskii <eliz@gnu.org>
687
688 * gdb.texinfo (Separate Debug Files): Fix last change. Add
689 indexing for ``build ID'' support.
690
d3750b24
JK
6912007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
692
693 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
694 Enlisted BUILD ID to the debug file searching example.
695 Included a BUILD ID `.note.gnu.build-id' section description.
696 Updated/added the debug files splitting instructions for OBJCOPY.
697
02142340
VP
6982007-08-31 Vladimir Prus <vladimir@codesourcery.com>
699
700 * gdb.texinfo (Variable Objects): Adjust docs
701 for -var-info-expression and document
702 -var-info-path-expression.
703
d3bdde98
JB
7042007-08-20 Jim Blandy <jimb@codesourcery.com>
705
3fb6a982
JB
706 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
707 (title page): Include the dedication in the printed manual, as a
708 separate page after the copyright notice.
5ae4183a 709
d3bdde98
JB
710 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
711 don't break a @var across a line.
712
c80a96a8
MR
7132007-07-25 Maciej W. Rozycki <macro@mips.com>
714
715 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
716 for include files.
717
5824a901
NR
7182007-07-12 Nick Roberts <nickrob@snap.net.nz>
719
720 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
721 in annotate.texinfo.
722 (Command History): Link to new node.
5824a901 723
d52e7ea3
UW
7242007-07-05 Markus Deuling <deuling@de.ibm.com>
725
726 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
727
5fc14d0a
EZ
7282007-07-05 Eli Zaretskii <eliz@gnu.org>
729
730 * gdbint.texinfo (Target Conditionals): Fix last change.
731
4a9bb1df
UW
7322007-07-03 Markus Deuling <deuling@de.ibm.com>
733
734 * gdb.texinfo: Replace following macros by their appropriate gdbarch
735 routines:
736 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
737 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
738 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
739 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
740 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
741 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
742 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
743 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
744 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
745 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
746 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
747 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
748 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
749 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
750 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
751 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
752 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
753 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
754 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
755 (SOFTWARE_SINGLE_STEP_P)
756
757 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
758 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
759
760 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
761 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
762 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
763 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
764 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
765 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
766 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
767 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
768 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
769 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
770
771 (Converting an existing Target Architecture to Multi-arch): Remove
772 section.
773
774 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
775 (gdbarch_addr_bits_remove): Add code example.
776
777 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
778
cfa9d6d9
DJ
7792007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
780
781 * gdb.texinfo (Remote Configuration): Document library-info-packet.
782 Add other missing entries. Adjust the table size to fit.
783 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
784 stop reasons including the new "library" event.
785 (General Query Packets): Adjust table widths for qSupported. Mention
786 qXfer:libraries:read reply to qSupported and document the new packet.
787 (Library List Format): New section.
788
159fcc13
JK
7892007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
790
791 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
792
f66d1690
MS
7932007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
794
795 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
796
67102876
NR
7972007-06-25 Nick Roberts <nickrob@snap.net.nz>
798
799 * gdbint.texinfo (Register and Memory Data): Break sections
800 into nodes and add a menu.
801
a4642986
MR
8022007-06-21 Maciej W. Rozycki <macro@mips.com>
803
804 * gdb.texinfo (Examining Memory): Document the new behaviour.
805
e9c17194
VP
8062007-06-21 Vladimir Prus <vladimir@codesourcery.com>
807
808 * gdb.texinfo (Standard Target Features): Document
809 m68k features.
810
31d99776
DJ
8112007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
812
813 * gdb.texinfo (General Query Packets): Document qOffsets changes.
814
1780a0ed
DJ
8152007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
816
817 * gdb.texinfo (Target Description Format): Add version attribute
818 for <target>.
819
822b6570
DJ
8202007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
821
822 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
823
f8b73d13
DJ
8242007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
825
826 * gdb.texinfo (MIPS Features): New subsection.
827
0e7f50da
UW
8282007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
829 Markus Deuling <deuling@de.ibm.com>
830
831 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
832 and qXfer:spu:write packets and mention them under qSupported.
833
23d964e7
UW
8342007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
835 Markus Deuling <deuling@de.ibm.com>
836
837 * gdb.texinfo (Architectures): Add new SPU section to document
838 Cell Broadband Engine SPU architecture specific commands.
839
9f708cb2
VP
8402007-06-09 Vladimir Prus <vladimir@codesourcery.com>
841
842 * gdb.texinfo (GDB/MI Variable Objects): Editorial
843 comments.
844
7579b5f8
NR
8452007-06-07 Nick Roberts <nickrob@snap.net.nz>
846
847 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
848
bf06d120
JB
8492007-05-29 Jim Blandy <jimb@codesourcery.com>
850
851 * gdb.texinfo (Overview): Doc fix.
852
23776285
MR
8532007-05-22 Maciej W. Rozycki <macro@mips.com>
854
855 * gdb.texinfo (Remote Configuration): Document "set/show
856 remoteflow".
857
1a69e1e4
DJ
8582007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
859
bf06d120
JB
860 * gdb.texinfo (MIPS): Remove documentation for set mips
861 saved-gpreg-size, show mips saved-gpreg-size, and set mips
862 stack-arg-size.
1a69e1e4 863
46ba6afa 8642007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 865
46ba6afa
BW
866 * all-cfg.texi (GDBTUI): New.
867 * gdb.texinfo (Mode Options): Use GDBTUI variable.
868 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
869 (TUI Configuration): Edit to improve clarity and fix problems of
870 both style and content.
5ae4183a 871
06d3b283
UW
8722007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
873
874 * observer.texi (GDB Observers): New observer "new_objfile".
875
179101d6
UW
8762007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
877
878 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
879
25d5ea92
VP
8802007-04-14 Vladimir Prus <vladimir@codesourcery.com>
881
882 * gdb.texinfo (GDB/MI Variable Objects): Document
883 frozen variables objects.
5ae4183a 884
ea35711c
DJ
8852007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
886
887 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
888 (Character Sets, Caching Data of Remote Targets): Likewise.
889 (Targets): Delete Remote node. Move its text...
890 (Debugging Remote Programs): ...to here. Delete description
891 of the "remote" command.
892 (Remote configuration): Delete description of "set remotedevice"
893 and "show remotedevice".
894 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
895
db2e3e2e
BW
8962007-04-11 Bob Wilson <bob.wilson@acm.org>
897
5ae4183a
AS
898 * gdb.texinfo (Contributors, Continuing and Stepping)
899 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
900 (General Query Packets, File-I/O Remote Protocol Extension)
901 (Protocol Basics, The F Reply Packet, Write)
902 (Protocol-specific Representation of Datatypes, Memory Transfer):
903 Fix hyphenation, punctuation and grammar problems.
904 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
905 'section' instead of 'subsection' in the text.
906 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
907 (i386): Remove period from section name.
db2e3e2e
BW
908 (Installing GDB, Requirements, Running Configure, Separate Objdir)
909 (Config Names, Configure Options): Use @file{configure}.
910
8a3dae3e
DJ
9112007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
912
913 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
914 and tab expansion.
915
1a92f856
DJ
9162007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
917
918 * gdbint.texinfo (SOM): Correct location of the SOM reader.
919
79a6e687 9202007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 921
79a6e687
BW
922 * gdb.texinfo: Consistently capitalize all significant words in
923 node names, chapter titles, section titles, and headings. Update
924 cross references to match.
925 (Starting and Stopping Trace Experiment): Make node name plural.
926 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 927
ad527d2e
PA
9282007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
929
930 * gdb.texinfo (WinCE): Delete obsolete subsection.
931
7ce59000
DJ
9322007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
933
934 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
935 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
936 references.
937
8807d78b
DJ
9382007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
939
940 * gdb.texinfo (Startup): Delete references to some alternate
941 names for .gdbinit.
942 (Thread): Remove LynxOS reference.
943 (Tandem ST2000): Delete target-specific documentation.
944 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
945 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
946 and GDB_OSABI_LYNXOS.
947
5f402660
UW
9482007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
949
950 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
951
bac718a6
UW
9522007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
953
954 * gdbint.texinfo (Target Conditionals): Remove mention of
955 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
956 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
957
9453113a
DJ
9582007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
959
960 * Makefile.in: Add "pdfdir" installation
961 directory, PDFTEX macro, support for "install-pdf" target,
962 and rules for making a pdf version of refcard.texi.
963 * refcard.tex: Specify paper size for PDF output.
964
ae21e955 9652007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 966
ae21e955 967 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 968
3f94c067 9692007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 970
3f94c067
BW
971 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
972 (Source Path, Character Sets, Macros, Define)
973 (GDB/MI Result Records, GDB/MI Simple Examples)
974 (GDB/MI Program Execution, GDB/MI File Commands)
975 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
976 (Bug Reporting): Use @value{GCC}.
5ae4183a 977
12c27660 9782007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 979
12c27660
BW
980 * gdb.texinfo (Help): Fix formatting of examples.
981 (Variables): Use @ifnotinfo instead of @iftex.
982 (Non-debug DLL symbols): Use @ref instead of @pxref.
983 (Sparclet File): Use @samp instead of quotes.
5ae4183a 984
ce9341a1
BW
9852007-03-26 Bob Wilson <bob.wilson@acm.org>
986
987 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
988
c8f4133a
BW
9892007-03-26 Bob Wilson <bob.wilson@acm.org>
990
991 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
992 the order of the nodes.
993 (C Operators, C Constants, Debugging C): Remove extra menus.
994 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 995
c8f4133a 9962007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
997
998 * gdb.texinfo (File Options): Add missing parenthesis.
999 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
1000
c74d0ad8
DJ
10012007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
1002
1003 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
1004
ff6f572f
DJ
10052007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
1006
669fac23 1007 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
1008 case insensitivity.
1009 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
1010
994337c3
NR
10112007-02-18 Nick Roberts <nickrob@snap.net.nz>
1012
1013 * gdb.texinfo (Top): Put Appendix A after numbered sections.
1014 (Files): Add section name to argument list for pxref.
1015 (Non-debug DLL symbols): Don't use `see' for pxref.
1016 (Embedded Processors): Fix typo.
1017 (GDB/MI Breakpoint Commands): Execution commands generate
1018 *stopped not ^done.
1019
eb819d70
NR
10202007-02-13 Nick Roberts <nickrob@snap.net.nz>
1021
1022 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
1023 values for in_scope. Mention that only root variables can be
1024 updated.
1025 (GDB/MI Development and Front Ends): Explain new values may be
1026 added to existing fields.
1027
123dc839
DJ
10282007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
1029
1030 * gdb.texinfo (-target-disconnect): Use @smallexample.
1031 (Requirements): Add anchor for Expat. Update description.
1032 (Target Descriptions): Mention Expat.
1033 (Target Description Format): Document new elements. Use
1034 @smallexample.
1035 (Predefined Target Types, Standard Target Features): New sections.
669fac23 1036 * gdbint.texinfo (Target Descriptions): New section.
123dc839 1037
108546a0
DJ
10382007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
1039
1040 * gdb.texinfo (Target Description Format): Add section on XInclude.
1041
95a98c01
NR
10422006-02-03 Nick Roberts <nickrob@snap.net.nz>
1043
1044 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
1045 command -enable-timings.
1046
f4b3909f
EZ
10472007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
1048
5ae4183a 1049 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
1050 descriptions for new/deleted elements in gdb_osabi. Add missing
1051 description for function generic_elf_osabi_sniff_abi_tag_sections.
1052
c7ba131e
JB
10532007-01-29 Joel Brobecker <brobecker@adacore.com>
1054
1055 * gdb.texinfo (Maintenance Commands): Add documentation for
1056 the new "maint print target-stack" command.
1057
3a60f64e
JK
10582007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1059 Eli Zaretskii <eliz@gnu.org>
1060
f4b3909f 1061 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 1062
c582f8b6
EZ
10632007-01-26 Eli Zaretskii <eliz@gnu.org>
1064
1065 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
1066 Use @value{NGCC} instead of @value{GCC}.
1067
d3e8051b
EZ
10682007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
1069
1070 * agentexpr.texi: Fix typos.
1071 * annotate.texinfo: Likewise.
1072 * gdb.texinfo: Likewise.
1073 * gdbint.texinfo: Likewise.
1074 * observer.texi: Likewise.
1075 * stabs.texinfo: Likewise.
1076
86f04699
EZ
10772007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
1078
1079 * gdbint.texinfo (Support Libraries): Remove mmalloc
1080 entry. Describe readline library.
1081
23181151
DJ
10822007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
1083
1084 * gdb.texinfo (Target Descriptions): New section.
1085 (General Query Packets): Add QPassSignals anchor. Mention
1086 qXfer:features:read under qSupported. Expand mentions of
1087 qXfer:memory-map:read and QPassSignals. Document
1088 qXfer:features:read.
1089
f822c95b
DJ
10902007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
1091
1092 * gdb.texinfo (Commands to specify files): Describe
1093 "set sysroot" and "show sysroot".
1094 (Using the `gdbserver' program): Lowercase argument
1095 to @var. Expand description of setting up GDB on the
1096 host.
1097
8936fcda
JB
10982007-01-05 Joel Brobecker <brobecker@adacore.com>
1099
1100 * gdb.texinfo (Set Catchpoints): Add documentation for the new
1101 catch exception, catch exception unhandled, and catch assert
1102 commands.
1103
e776119f
DJ
11042007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
1105
1106 * gdb.texinfo (Debugging Output): Document "set debug xml"
1107 and "show debug xml".
1108
aa79a185
DJ
11092007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
1110
1111 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
1112
7f893741
JB
11132007-01-01 Joel Brobecker <brobecker@adacore.com>
1114
1115 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
1116
a1b5960f
VP
11172006-12-08 Vladimir Prus <vladimir@codesourcery.com>
1118
1119 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
1120 note in @ignore, to be removed later if nobody complains.
1121
9f470e6e
NR
11222006-12-04 Nick Roberts <nickrob@snap.net.nz>
1123
1124 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
1125 of -var-delete.
1126
765dc015 11272006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 1128
765dc015 1129 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
1130 automatic software/hardware breakpoint usage and
1131 the "set breakpoint auto-hw" command.
765dc015 1132
4b5752d0
VP
11332006-11-21 Vladimir Prus <vladimir@codesourcery.com>
1134
1135 * gdb.texinfo (Memory Access Checking): New.
1136
89be2091
DJ
11372006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
1138
1139 * gdb.texinfo (Remote configuration): Mention
1140 "pass-signals-packet".
1141 (General Query Packets): Document QPassSignals. Fix
1142 a typo.
1143
ca3bf3bd
DJ
11442006-11-14 Maxim Grigoriev <maxim@tensilica.com>
1145
1146 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
1147
427c3a89
DJ
11482006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
1149
1150 * gdb.texinfo (Remote configuration): Rewrite documentation for
1151 packet configuration commands.
1152 (OS Information): Adjust reference to qXfer:auxv:read.
1153 (General Query Packets): Remove references to read-aux-vector-packet
1154 and set remote get-thread-local-storage-address.
1155
7a107747
DJ
11562006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
1157
1158 * gdbint.texinfo (Target Architecture Definition): Add new
1159 Initializing a New Architecture section.
1160
1c56eb0e
EZ
11612006-10-31 David Taylor <dtaylor@emc.com>
1162
1163 * stabs.texinfo (Macro define and undefine): New node describing
1164 stabs for #define and #undef.
1165
f73adfeb
AS
11662006-10-27 Andreas Schwab <schwab@suse.de>
1167
1168 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
1169
fd60e0df
EZ
11702006-10-21 Eli Zaretskii <eliz@gnu.org>
1171
1172 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
1173 clarify on the possible meanings of ``expression'' watched by
1174 watchpoints. Add indexing.
e5ac9b53
EZ
1175 (Prompting, Errors, Invalidation, Annotations for Running)
1176 (Source Annotations): Fix index entries by adding "annotation" to
1177 them, to discriminate from index entries that point to the more
1178 general topic descriptions.
fd60e0df 1179
52bb452f
DJ
11802006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
1181
1182 * gdbint.texinfo (Target Vector Definition): Move most
1183 content into Existing Targets. Add a menu.
1184 (Existing Targets): New section, moved from Target Vector
1185 Definition. Use @subsection.
1186 (Managing Execution State): New section.
1187
58955e58
BW
11882006-10-16 Bob Wilson <bob.wilson@acm.org>
1189
1190 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
1191
c8aa23ab
EZ
11922006-10-15 Eli Zaretskii <eliz@gnu.org>
1193
1194 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
1195 (Command Syntax, Signals, Backtrace, Connecting)
1196 (Remote configuration, Renesas Boards, Console I/O): Fix last
1197 change: use Ctrl- instead of C-, except wrt Emacs.
1198 (File-I/O Examples): Put Ctrl-c in @kbd.
1199 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
1200 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
1201 (Signals, Set Breaks, Set Watchpoints): Document optional
1202 arguments to `info signals' `handle', `info breakpoints', and
1203 `info watchpoints'.
c8aa23ab 1204
e7109c7e
EZ
12052006-10-14 Eli Zaretskii <eliz@gnu.org>
1206
1207 * gdb.texinfo (Backtrace): Fix last change.
1208
de3aea7b
NR
12092006-10-14 Nick Roberts <nickrob@snap.net.nz>
1210
1211 * gdb.texinfo (Backtrace): Order correctly and add other cases.
1212
7f9087cb
BW
12132006-10-10 Bob Wilson <bob.wilson@acm.org>
1214
c8aa23ab
EZ
1215 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
1216 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
1217 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 1218
68437a39
DJ
12192006-09-21 Vladimir Prus <vladimir@codesourcery.com>
1220 Daniel Jacobowitz <dan@codesourcery.com>
1221
1222 * gdb.texinfo (Packets): Document vFlashErase,
1223 vFlashWrite and vFlashDone packets.
1224 (General Query Packets): Document qXfer:memory-map:read.
1225 Add a new feature for qXfer:memory-map:read.
1226 (Memory map format): New section.
1227 (Target Commands): Mention that gdb can write flash.
1228
fd79ecee
DJ
12292006-09-21 Vladimir Prus <vladimir@codesourcery.com>
1230 Daniel Jacobowitz <dan@codesourcery.com>
1231
1232 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
1233 memory regions and "mem auto".
1234
350da6ee
DJ
12352006-09-21 Nathan Sidwell <nathan@codesourcery.com>
1236
1237 * gdbint.texinfo (Array Containers): New section.
1238
2f1acb09
VP
12392006-09-17 Vladimir Prus <vladimir@codesourcery.com>
1240
1241 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
1242 -stack-list-arguments HIGH_FRAME argument can be larger then the
1243 actual number of frames.
1244
2ab1eb7a
VP
12452006-09-07 Vladimir Prus <vladimir@codesourcery.com>
1246
1247 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
1248 -stack-list-locals HIGH_FRAME argument can be larger then the
1249 actual number of frames.
2ab1eb7a 1250
599b237a
BW
12512006-09-02 Bob Wilson <bob.wilson@acm.org>
1252
1253 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
1254 Register Packet Format, Tracepoint Packets): Fix spelling errors.
1255
25ab7e6d
EZ
12562006-09-02 Eli Zaretskii <eliz@gnu.org>
1257
1258 * gdbint.texinfo (Overall Structure): New section "Source Tree
1259 Structure".
1260
940178d3
JB
12612006-08-17 Jim Blandy <jimb@codesourcery.com>
1262
1263 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
1264 responses.
1265
30daae6c
JB
12662006-08-08 Joel Brobecker <brobecker@adacore.com>
1267
1268 * gdb.texinfo (Source Path): Add documentation for new
1269 substitute-path commands.
1270
7fa2210b
DJ
12712006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
1272
1273 * gdb.texinfo (Installing GDB): Update menu. Move text to...
1274 (Running Configure): ...here.
1275 (Requirements): New node. Mention expat.
1276
3d00d119
DJ
12772006-08-08 Vladimir Prus <vladimir@codesourcery.com>
1278
5ae4183a 1279 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
1280 'set download-write-size' and 'show download-write-size'.
1281
0cbfa4ee
DJ
12822006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
1283
1284 * stabs.texinfo (Member Type Descriptor): Correct example for
1285 pointer to member types.
1286
16026cd7
AS
12872006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
1288
1289 * gdb.texinfo (Optional warnings and messages): Add
1290 'set/show trace-commands'.
1291 (Command files): Add '-v' to source command.
1292
0876f84a
DJ
12932006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
1294
1295 * gdb.texinfo (OS Information): Update qPart reference to
1296 qXfer.
1297 (Remote configuration): Likewise.
1298 (Overview): Move @cindex to the start of a paragraph. Talk
1299 about binary data encoding.
1300 (Packets): Refer to the overview for the details of the X
1301 packet encoding.
1302 (General Query Packets): Remove qPart description. Add qXfer
1303 description. Add an anchor to qSupported. Correct feature
1304 table title. Add a new feature for qXfer:auxv:read.
1305 (Interrupts): Add a missing parenthesis.
1306
2ec3381a
DJ
13072006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
1308
669fac23 1309 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
1310 (GDB/MI Kod Commands): Remove commented out node.
1311
594fe323
EZ
13122006-07-01 Eli Zaretskii <eliz@gnu.org>
1313
1314 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
1315 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
1316 (GDB/MI Thread Commands, GDB/MI Program Execution)
1317 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
1318 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
1319 (GDB/MI File Commands, GDB/MI Target Manipulation)
1320 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
1321 since the MI prompt is hard-wired into the code.
1322
7e3fb70c
NR
13232006-07-01 Nick Roberts <nickrob@snap.net.nz>
1324
1325 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
1326 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
1327 (GDB/MI Data Manipulation): Remove description of unimplemented
1328 display related commands as variable objects perform this function
1329 and are superior: -display-delete, -display-disable,
1330 -display-enable, -display-insert and -display-list. Move
1331 -environment-cd, -environment-directory, -environment-path
1332 and -environment-pwd to "Program Context".
1333 (GDB/MI Program Control): Rename to "Program Execution". Move
1334 -exec-arguments -exec-abort to...
1335 (GDB/MI Program Context): ...here. New node split from "Data
1336 Manipulation".
1337
be2a5f71
DJ
13382006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
1339
1340 * gdb.texinfo (Remote configuration): Document set / show
1341 remote supported-packets.
1342 (General Query Packets): Document qSupported packet.
1343
fc320d37
SL
13442006-06-10 Sandra Loosemore <sandra@codesourcery.com>
1345
1346 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
1347 and font markup.
1348 (Protocol basics): Likewise.
1349 (The F request packet): Likewise.
1350 (The F reply packet): Likewise.
1351 (Memory transfer): Move this node to be a subsubsection of
1352 "Protocol specific representation of datatypes".
1353 (The Ctrl-C message): More copy editing.
1354 (Console I/O): Likewise.
1355 (The isatty call): Delete this node, and merge its content into
1356 the "isatty" node. Fixed references elsewhere.
1357 (The system call): Delete this node, and merge its content into
1358 the "system" node. Fixed references elsewhere.
1359 (open): Reformat to use @table, and add appropriate font markup.
1360 (close): Likewise.
1361 (read): Likewise.
1362 (write): Likewise.
1363 (lseek): Likewise.
1364 (rename): Likewise.
1365 (unlink): Likewise.
1366 (stat/fstat): Likewise.
1367 (gettimeofday): Likewise.
1368 (isatty): Likewise.
1369 (system): Likewise, plus minor changes to fix confusing wording.
1370 (Integral datatypes): Fix font markup.
1371 (Pointer values): Likewise.
1372 (struct stat): Fix markup to use @table, plus minor copy editing.
1373 (struct timeval): Fix font markup, plus minor copy editing.
1374 (Constants): Minor copy editing.
1375 (Errno values): Add font markup.
1376 (File-I/O Examples): Likewise.
1377
158fdf5c
NR
13782006-06-10 Nick Roberts <nickrob@snap.net.nz>
1379
1380 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
1381 (GDB/MI Simple Examples): Move node up one level. Use real
1382 examples.
1383 (GDB/MI Compatibility with CLI): Update.
1384 (GDB/MI Result Records): Add "connected" and "exit" result
1385 classes.
1386 (GDB/MI Stream Records): Clarify target output.
1387 (GDB/MI Command Description Format): Modify example description.
1388 (GDB/MI Breakpoint Table Commands): Rename to...
1389 (GDB/MI Breakpoint Commands): ...this
1390 (GDB/MI Breakpoint Commands): Add optional thread field.
1391 (GDB/MI Program Control): Add an introduction. Move "Program
1392 termination" examples into exec-run description.
1393 (GDB/MI File Commands): Mention similar CLI commands.
1394 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
1395 is similar to "-gdb-version".
1396
ddb50cd7
EZ
13972006-06-09 Eli Zaretskii <eliz@gnu.org>
1398
1399 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
1400
2aef0d6b
NR
14012006-06-02 Nick Roberts <nickrob@snap.net.nz>
1402
1403 * gdb.texinfo (GDB/MI Development and Front Ends): Use
1404 sourceware.org for mailing lists.
d5e40d59 1405 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 1406
383a5c52
NR
14072006-06-01 Nick Roberts <nickrob@snap.net.nz>
1408
d5e40d59 1409 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 1410
e16b02ee
EZ
14112006-05-22 Eli Zaretskii <eliz@gnu.org>
1412
1413 * gdb.texinfo (Cygwin Native): Fix last change.
1414
be90c084
CF
14152006-05-22 Christopher Faylor <cgf@timesys.com>
1416
1417 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
1418
347ceba5
NR
14192006-05-15 Nick Roberts <nickrob@snap.net.nz>
1420
1421 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
1422 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
1423
369af7bd
DJ
14242006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
1425
1426 * gdb.texinfo (General Query Packets): Recommend not starting
1427 new packets with qC and clarify.
1428
2ffdbde8 14292006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
1430
1431 * gdb.texinfo (M2 Types): New section.
72019c9c 1432
16d1a084
DJ
14332006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
1434
1435 * agentexpr.texi: Add a copyright and license notice.
1436 * observer.texi: Likewise, with GPL clause for function prototypes.
1437 Remove trailing whitespace.
1438
aa56d27a
JB
14392006-05-05 Jim Blandy <jimb@codesourcery.com>
1440
1441 * gdb.texinfo (General Query Packets): Document conventions for
1442 terminating packet names, and their violations.
1443
5bdf8622
DJ
14442006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
1445
1446 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
1447 * gdb.texinfo: Likewise.
1448
605a56cb
DJ
14492006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
1450
1451 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
1452 and "show remotedebug".
1453 (Debugging Output): Add additional index entries.
1454
b8db102d
MS
14552006-04-27 Michael Snyder <msnyder@redhat.com>
1456
1457 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
1458
c5e30d01
AC
14592006-04-22 Andrew Cagney <cagney@redhat.com>
1460
1461 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
1462 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
1463
8181d85f
DJ
14642006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
1465
1466 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
1467 and remove breakpoint prototypes.
1468 (Watchpoints): Move description of target_insert_hw_breakpoint and
1469 target_remove_hw_breakpoint ...
1470 (Breakpoints): ... to here. Document target_insert_breakpoint and
1471 target_remove_breakpoint.
1472
4f553f88
JB
14732006-04-17 Jim Blandy <jimb@codesourcery.com>
1474
1475 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
1476 and C packets are optional.
1477
cd852561
FR
14782006-04-14 Frederic Riss <frederic.riss@st.com>
1479
1480 * gdb.texinfo (Specifying source directories): Update the description
1481 of the source file search to reflect the fact that the source path
1482 always contains at least $cdir and $cwd.
1483
b620eb07
MS
14842006-03-31 Michael Snyder <msnyder@redhat.com>
1485
1486 * gdb.texinfo: Update copyright dates.
1487
3156cdaf
EZ
14882006-03-31 Eli Zaretskii <eliz@gnu.org>
1489
1490 * gdb.texinfo (Overview): Add an index entry to "empty response".
1491
7d30c22d
JB
14922006-03-28 Jim Blandy <jimb@codesourcery.com>
1493
1494 * gdbint.texinfo (Prologue Analysis): New section.
1495
86941c27
JB
14962006-03-07 Jim Blandy <jimb@red-bean.com>
1497
66b8c7f6
JB
1498 * gdb.texinfo (Connecting): Document 'target remote pipe'.
1499
1a10341b
JB
1500 * gdb.texinfo (Target Commands): Update text describing how to
1501 specify a target. Refer to the detailed section on remote
1502 debugging, not the brief mention.
1503
86941c27
JB
1504 * gdb.texinfo (Connecting): Organize the different 'target remote'
1505 connection methods into a table. Add a 'target remote' index
1506 entry. (!!!)
1507
62f3a2ba
FF
15082006-02-17 Fred Fish <fnf@specifix.com>
1509
1510 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
1511 'ptype' commands to reflect the fact that the only significant
1512 difference between them is that ptype prints the complete type
1513 description instead of just the name.
1514
8b9a88ea
WZ
15152006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
1516
1517 * gdbint.texinfo (Watchpoints): Delete
1518 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
1519
7e8dc855
NR
15202006-02-10 Nick Roberts <nickrob@snap.net.nz>
1521
1522 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
1523 times fields where needed. Fix typos. Update general form given
1524 for output of -break-insert.
1525 (GDB/MI): Abbreviate some unnecessarily long fullnames.
1526
c91d38aa
DJ
15272006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
1528
1529 * gdbint.texinfo (Symbol Handling): Add a section
1530 on memory management.
1531
38fcd64c
DJ
15322006-02-06 Vladimir Prus <ghost@cs.msu.su>
1533
1534 * gdb.texinfo (Breakpoint table commands): Document the fullname
1535 field in -break-list output.
1536
219eec71
EZ
15372006-02-03 Eli Zaretskii <eliz@gnu.org>
1538
1539 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
1540 debugging information produced by the various "set debug..."
1541 options.
1542
ae5a43e0
DJ
15432006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1544
1545 * gdb.texinfo (Files): Remove obsolete bits from the description
1546 of "symbol-file".
1547
a9f158ec
JB
15482006-01-25 Jim Blandy <jimb@redhat.com>
1549
1550 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
1551
410dd08e
JB
15522006-01-24 Jim Blandy <jimb@redhat.com>
1553
1554 * gdbint.texinfo (Frames): Document the basics of GDB's register
1555 unwinding model, and explain the existence of the "sentinel" frame.
1556
4b505b12
AS
15572006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
1558
1559 * gdb.texinfo (Choosing files): Mention that -directory is used
1560 for script files.
1561 (Specifying source directories): Likewise.
1562 (Command files): Explain how script files are found.
1563
839c27b7
EZ
15642006-01-21 Eli Zaretskii <eliz@gnu.org>
1565
1566 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
1567 the threads in a multi-threaded program.
1568 (Threads): The threadno argument of "thread apply" can be a range
1569 of numbers.
1570
7be93b9e
JB
15712006-01-18 Jim Blandy <jimb@redhat.com>
1572
1573 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
1574 of warning flags.
1575
fcc73fe3
EZ
15762006-01-13 Eli Zaretskii <eliz@gnu.org>
1577
1578 * gdb.texinfo (Sequences): Improve menu annotations.
1579 (Define): Add index entries for arguments of user-defined
1580 commands. Move the description of flow-control commands...
1581 (Command Files): ...to here. Document loop_break and
1582 loop_continue.
ca91424e
EZ
1583 (Define, Command Files): Document `end' and add index entries for
1584 it.
fcc73fe3 1585
5c95884b
MS
15862006-01-04 Michael Snyder <msnyder@redhat.com>
1587
1588 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 1589 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 1590
860701dc
PH
15912006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
1592
1593 * gdb.texinfo (Omissions from Ada): Document that there is now
1594 limited aggregate support.
1595
36b80e65
EZ
15962005-12-28 Eli Zaretskii <eliz@gnu.org>
1597
1598 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
1599 registers and the likes.
1600
c1468174
EZ
16012005-12-24 Eli Zaretskii <eliz@gnu.org>
1602
1603 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
1604 (Symbols): Fix usage of "e.g.".
359df76b 1605 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
1606
1607 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
1608 (Coding): Fix usage of "e.g.".
1609
c02a867d
EZ
16102005-12-23 Eli Zaretskii <eliz@gnu.org>
1611
5ae4183a
AS
1612 * stabs.texinfo:
1613 * refcard.tex:
c02a867d 1614 * gpl.texi:
5ae4183a
AS
1615 * gdbint.texinfo:
1616 * gdb.texinfo:
1617 * gdb-cfg.texi:
c02a867d 1618 * fdl.texi:
5ae4183a
AS
1619 * annotate.texinfo:
1620 * all-cfg.texi:
c02a867d
EZ
1621 * Makefile.in: Add (C) after Copyright. Update the FSF
1622 address.
1623
fad38dfa
EZ
16242005-12-03 Eli Zaretskii <eliz@gnu.org>
1625
1626 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
1627 extend GDB with commands for external monitor.
1628
53e5f3cf
AS
16292005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
1630
1631 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
1632
55f6ca0f
JB
16332005-11-25 Joel Brobecker <brobecker@adacore.com>
1634
1635 * gdbint.texinfo (Start of New Year Procedure): New chapter.
1636
c1947b85
JB
16372005-11-21 Jim Blandy <jimb@redhat.com>
1638
1639 * gdb.texinfo (Tracepoint Packets): Document restrictions on
1640 placement of 'R' actions in tracepoint action packets; document
1641 dependence of 'X' and 'M' actions on a preceding 'R' action for
1642 their registers.
1643
9d29849a
JB
16442005-11-19 Jim Blandy <jimb@redhat.com>
1645
1646 * gdb.texinfo (Tracepoint Packets): New node.
1647 (General Query Packets): Add entries for the tracepoint packets,
1648 referring to the "Tracepoint Packets" node.
1649 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 1650
9a6253be
KB
16512005-11-18 Kevin Buettner <kevinb@redhat.com>
1652
1653 * gdb.texinfo (set remotebreak): Add anchor.
1654 (X packet): Likewise.
1655 (Remote Protocol): Add new section `Interrupts' and new index
1656 entry `interrupts (remote protocol)'.
1657
5f3bebba
JB
16582005-11-18 Jim Blandy <jimb@redhat.com>
1659
1660 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
1661 entries into the General Query Packets section. Add a
1662 cross-reference to that section. Drop description of replies, as
1663 these are covered in the descriptions of each packet.
1664 (General Query Packets): Add introductory text. Explain naming
1665 conventions, and how the end of a name is recognized.
1666
9a7a1b36
KB
16672005-11-17 Kevin Buettner <kevinb@redhat.com>
1668
0564b6cf 1669 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
1670 "set remotebreak" command.
1671
b8ff78ce
JB
16722005-11-16 Jim Blandy <jimb@redhat.com>
1673
1674 * gdb.texinfo (Packets, Stop Reply Packets)
1675 (General Query Packets): Various formatting cleanups.
1676 - Use @samp for packet contents.
1677 - Drop summaries from packet @item lines; the same information appears
1678 immediately below in the description.
1679 - Delete paragraph breaks after packet @item commands, so that the
1680 description appears directly to the right of the packet prototype
1681 in the printed manual, if it fits.
1682 - Place spaces in packet prototypes between @vars and non-@var
1683 letters, and explain that they're just for formatting.
1684 - Use @dots{} instead of '...'.
1685 - Fix uses of @code where @var was needed.
1686 - Replace "deprecated" markers with English text spelling out the
1687 packet's status and the preferred alternatives.
1688 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
1689 what this ever meant.
1690 - Remove "(draft)" markers on 'i' packets; nobody has commented on
1691 this for a long time.
1692 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
1693 implemented several times, and have been in use for years.
1694
8ffe2530
JB
16952005-11-15 Jim Blandy <jimb@redhat.com>
1696
c43c5473
JB
1697 * gdb.texinfo (Packets): Add index entries for 'm' packet
1698 disclaimers.
5ae4183a 1699
fb031cdf
JB
1700 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
1701 of stub when processing an 'm' packet.
1702
8ffe2530
JB
1703 * gdb.texinfo (Packets): Mention that packets beginning with
1704 letters are reserved once, at the top, instead of actually listing
1705 them all and saying "reserved".
1706
c03c782f
AS
17072005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
1708
1709 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
1710 Change @var{$arg0 to @code{$arg0.
1711
814e32d7
WZ
17122005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
1713
1714 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
1715
fa93a9d8
JB
17162005-11-12 Jim Blandy <jimb@redhat.com>
1717
1718 * gdb.texinfo (General Query Packets): Put packets in alphabetical
1719 order. Remove extraneous 'z'.
1720
8a5a3c82
AS
17212005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
1722
1723 * gdb.texinfo (Choosing files): Add --eval-command.
1724
4b0ad762
AS
17252005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
1726
1727 * gdb.texinfo (Choosing modes): Add --return-child-result.
1728
1729
1a088d06
AS
17302005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
1731
1732 * gdb.texinfo (Choosing modes): Add --batch-silent.
1733
656d5e12
EZ
17342005-10-28 Eli Zaretskii <eliz@gnu.org>
1735
1736 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
1737 "The -var-update Command".
1738
3c9c013a
JB
17392005-10-03 Joel Brobecker <brobecker@adacore.com>
1740
1741 * gdb.texinfo (Print Settings): Add documentation for set/show
1742 print array-indexes.
1743
7ba3cf9c
DJ
17442005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
1745
1746 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
1747 6.2 and 6.3.
1748
a94ab193
EZ
17492005-08-27 Eli Zaretskii <eliz@gnu.org>
1750
1751 * gdb.texinfo (File Options): Don't document --mapped, it's gone
1752 since 19-Jan-2004.
1753 (Files): Likewise.
ab1adacd
EZ
1754 (Variables, Symbols): Document the "<incomplete type>" message and
1755 its reasons.
a94ab193 1756
ca06016a
FF
17572005-08-01 Fred Fish <fnf@specifix.com>
1758
1759 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
1760
cf58170d
NR
17612005-07-15 Nick Roberts <nickrob@snap.net.nz>
1762
1763 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
1764 option for -var-list-children and -var-update.
1765 (GDB/MI Stack Manipulation): Simplify description of
1766 print-values option for -stack-list-locals.
1767 (GDB/MI Command Description Format): Clarify.
1768 (Mode Options): Spelling of superseded.
1769
38f1196a
BR
17702005-07-12 Bob Rossi <bob@brasko.net>
1771
1772 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
1773 corresponding GDB command comment.
1774
3cb3b8df
BR
17752005-07-06 Bob Rossi <bob@brasko.net>
1776
1777 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
1778 and -inferior-tty-show.
1779 (Input/Output): Document "set/show inferior-tty" and tty alias.
1780
10fac096
NW
17812005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
1782
1783 * gdb.texinfo (Packets): Change description of 'D' packet to note
1784 that GDB does wait for a response.
1785
d1b6db76
NR
17862005-06-22 Nick Roberts <nickrob@snap.net.nz>
1787
1788 * gdb.texinfo (History) Rename "Command History".
1789 (Command History): Move node "Server Prefix" from section on
1790 Annotations here.
1791
29629dcf
NR
17922005-06-19 Nick Roberts <nickrob@snap.net.nz>
1793
1794 * gdb.texinfo (GDB/MI Stack Manipulation):
1795 Re-instate -stack-info-frame with example. Say that it gets
1796 info on selected frame, not current frame.
1797
397ca115
EZ
17982005-06-18 Eli Zaretskii <eliz@gnu.org>
1799
1800 * gdb.texinfo (Server): Clarify that `file' should be used before
1801 connecting to the server.
1802 (Files): Add an xref to the above description.
51274035
EZ
1803 (Output Formats): More detailed description of the `c' format.
1804 (Memory): List explicitly all the formats supported by `x'.
638ac427 1805 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 1806 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
1807 files. Add more indexing for solib-absolute-prefix and
1808 --with-sysroot.
76d17f34
EZ
1809 (Machine Code): Document possible problems with locations in
1810 shared libraries.
d416eeec
EZ
1811 (Backtrace): Document that free-standing environments do not need
1812 to have a `main' function.
397ca115 1813
74f6deaa
NR
18142005-06-18 Nick Roberts <nickrob@snap.net.nz>
1815
1816 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
1817 -stack-info-frame.
1818
a9967aef
AC
18192005-06-07 Andrew Cagney <cagney@gnu.org>
1820
1821 * gdb.texinfo (Contributors): Note the original multi-arch
1822 contributors.
1823
e09f16f9
EZ
18242005-06-03 Eli Zaretskii <eliz@gnu.org>
1825
1826 * gdb.texinfo (Registers): Add index entries for the standard
1827 registers.
1828 (Frames): Add cross-reference from frame pointer description to
1829 the Registers node.
1830 (Annotations Overview): Fix the reference to GDB name.
1831
d87ba7ee
EZ
18322005-06-01 Eli Zaretskii <eliz@gnu.org>
1833
1834 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
1835 can-use-hw-watchpoints.
1836
034dad6f
BR
18372005-05-28 Bob Rossi <bob@brasko.net>
1838
1839 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
1840 the possible reasons why an exec async record would be returned to FE.
1841
ffed4509
AC
18422005-05-26 Andrew Cagney <cagney@gnu.org>
1843
1844 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
1845 Andrew Cagney implemented the original GDB/MI.
1846
e22e55c9
OF
18472005-05-23 Orjan Friberg <orjanf@axis.com>
1848
1849 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
1850 documentation. Add documentation for cris-mode.
1851
a78e13ce
EZ
18522005-05-20 Eli Zaretskii <eliz@gnu.org>
1853
1854 * gdb.texinfo (Numbers): Explain the example and make the wording
1855 more acurate.
1856
76ff342d
DJ
18572005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
1858 Dennis Brueni <dennis@slickedit.com>
1859
1860 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
1861 (GDB/MI Data Manipulation, GDB/MI Program Control)
1862 (GDB/MI Stack Manipulation): Update examples to include the fullname
1863 attribute in stack frames.
1864
119b882a
EZ
18652005-05-12 Eli Zaretskii <eliz@gnu.org>
1866
1867 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
1868 do with other non-standard names of init files.
1869
6fc08d32
EZ
18702005-05-11 Eli Zaretskii <eliz@gnu.org>
1871
1872 * gdb.texinfo (Command Files): Move the description of the startup
1873 from here...
1874 (Startup): ...to this new subsection of the Invocation chapter.
1875 Rearrange the description of init files more logically and add a
1876 cross-reference to "Command Files". Document the special gdbinit
1877 name for CISCO 68k. Expand the description of what GDB does
1878 during startup.
1879 (History): Add index entry for HISTSIZE.
1880
a561754a
MK
18812005-05-02 Mark Kettenis <kettenis@gnu.org>
1882
1883 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
1884
2eecc4ab
EZ
18852005-05-02 Eli Zaretskii <eliz@gnu.org>
1886
1887 * gdb.texinfo (SVR4 Process Information, The isatty call)
1888 (The system call): Don't use foo(N) notation for man pages and
1889 functions.
514c4d71 1890 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 1891
18999be5
EZ
18922005-04-27 Eli Zaretskii <eliz@gnu.org>
1893
1894 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
1895 were optimized away.
1896
0abb7bc7
EZ
18972005-04-22 Eli Zaretskii <eliz@gnu.org>
1898
1899 * gdb.texinfo (Remote configuration): Document "set/show
1900 get-thread-local-storage-address". Add cross-reference to the
1901 description of the qGetTLSAddr packet.
1902 (General Query Packets): Mention "set remote
1903 get-thread-local-storage-address" and add a reference to its
1904 description.
1905
6f61acb1
NR
19062005-04-19 Nick Roberts <nickrob@snap.net.nz>
1907
1908 * gdb.texinfo (Backtrace): Describe 'bt full'.
1909
9d59903a
NR
19102005-04-17 Nick Roberts <nickrob@snap.net.nz>
1911
1912 * gdb.texinfo (Mode Options): Fix typo.
1913 (GDB/MI): Describe how to invoke GDB/MI.
1914
721c2651
EZ
19152005-04-16 Eli Zaretskii <eliz@gnu.org>
1916
1917 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 1918 references changed. Add description of "info udot".
721c2651
EZ
1919 (Files): Document "set/show stop-on-solib-events".
1920 (M32R/D): Document "set/show download-path", "set/show
1921 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
1922 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
1923 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
1924 (Maintenance Commands): Improve indexing.
1925 (Target Commands): Document "set/show hash", "set/show debug
1926 monitor".
1927 (SVR4 Process Information): Document "info pidlist" and "info
1928 meminfo". Document "set/show procfs-tarce" and "set/show
1929 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
1930 (Symbols, The Print Command with Objective-C): Improve indexing.
1931 (Objective-C): Add references to "info classes" and "info
1932 selectors".
c45da7e6
EZ
1933 (Debugging Output): Improve wording. Document "set/show debug
1934 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
1935 (Set Breaks): Add index entry for "hardware breakpoints".
1936 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
1937 and "set/show usehardbreakpoints".
1938 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
1939 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
1940 (ARM): Document "rdilogfile", "rdilogenable", "set/show
1941 rdiromatzero", "set/show rdiheartbeat".
1942 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
1943 "sds".
1944 (Embedded Processors): Document the "sim" command.
1945 (Remote): Document the "remote" command.
1946 (DJGPP Native): Document the "info serial" command.
1947 (Threads): Document "maint info sol-threads".
1948 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
1949 (Set Breaks): Improve indexing.
1950 (Command Syntax): Add a reference to dont-repeat.
1951 (Define): Document "dont-repeat".
1952 (TUI Commands): Document "tabset".
1953 (WinCE): New subsection. Document "set/show remotedirectory",
1954 "set/show remoteupload", "set/show remoteaddhost".
721c2651 1955
14d6dd68
EZ
19562005-04-15 Eli Zaretskii <eliz@gnu.org>
1957
1958 * gdb.texinfo (Hurd Native): New subsection, documents
1959 Hurd-specific commands.
a64548ea 1960 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 1961 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
1962 (MIPS): Improve documentation of heuristic-fence-post. Document
1963 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
1964 mips stack-arg-size", "set/show mips mask-address", "set/show mips
1965 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 1966 (ARM): Document ARM-specific commands.
a64548ea
EZ
1967 (AVR): New section. Document "info io_registers".
1968 (CRIS): New section. Document "set/show cris-version" and
1969 "set/show cris-dwarf2-cfi".
1970 (HPPA): New section. Document "set/show debug hppa" and "maint
1971 print unwind".
a5adf40f 1972 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 1973 (Super-H): New section. Document the "regs" command.
721c2651 1974 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 1975
9c16f35a
EZ
19762005-04-09 Eli Zaretskii <eliz@gnu.org>
1977
1978 * gdb.texinfo (Print Settings): Document "set/show print
1979 pascal_static-members", "set print repeats", "show print
1980 null-stop". Improve indexing. Fix documentation of "set print
1981 union".
1982 (Pascal): New section.
1983 (Supported languages): Rename from "Support"; all references
1984 updated. Add a menu item for Pascal.
1985 (Numbers): Document "set radix.
1986 (Screen Size): Document "set/show pagination".
1987 (MIPS Embedded): Remove "set processor" documentation.
1988 (Remote configuration): Document "set/show X/P/Z-packet",
1989 "set/show read-aux-vector-packet", "set/show remote
1990 symbol-lookup-packet", "set/show remote verbose-resume-packet",
1991 "set/show remoteaddresssize", "set/show remotebaud", "set/show
1992 remotedebug", "set/show remotebreak", "set/show remotedevice",
1993 "set/show remotelogfile".
1994 (Auxiliary Vector): Add reference to the description of the
1995 read-aux-vector-packet setting.
1996 (Set Watchpoints): Add a cross-reference to "set remote
1997 hardware-breakpoint-limit".
1998 (General Query Packets): Add indexing of requests and
1999 cross-references to related commands in "Remote configuration".
2000 (File-I/O Overview, The system call): Fix wording and typos.
2001 (Thread Stops): Add index entries.
2002 (Continuing and Stepping): Document "show step-mode".
2003 (i386): New node. Document "set/show struct-convention".
2004 (Files): Document "show trust-readonly-sections".
2005 (Calling): Document "set/show unwindonsignal".
2006 (Messages/Warnings): Add index entries.
2007 (Maintenance Commands): Document "set/show watchdog".
2008 (Annotations Overview): Document "show annotate".
2009 (Set Watchpoints): Add index entries.
2010 (Symbols): Fix doc of case-sensitive.
2011 (ABI): Document "show coerce-float-to-double".
2012 (Convenience Vars, Help): Improve indexing.
2013 (Machine Code): Document "show disassembly-flavor".
2014 (Debugging C plus plus): Document "show overload-resolution".
2015 (Value History, Signaling): Add index entries.
2016
20172005-04-08 Eli Zaretskii <eliz@gnu.org>
2018
2019 * gdb.texinfo (Show): Move @kindex entries to their proper places.
2020 (Processes): Fix wording.
2021 (History, List, Logging output, Define, Symbols, Print Settings):
2022 Improve indexing.
2023
a8f24a35
EZ
20242005-04-03 Eli Zaretskii <eliz@gnu.org>
2025
2026 * gdb.texinfo (Targets): Document "set/show architecture". Remove
2027 redundant index entry for "target" command.
2028 (Backtrace): Add index entries.
2029 (Symbols, Fortran): Document the "set case-sensitive" command.
2030 (DJGPP Native): Document "set com1base", "set com1irq", etc.
2031 (Print Settings): Add index entry for "set demangle-style".
2032 (Target Commands): Document "set download-write-size".
2033 (Debugging Output): Document "set exec-done-display".
2034
09d4efe1
EZ
20352005-04-02 Eli Zaretskii <eliz@gnu.org>
2036
2037 * gdb.texinfo (Files): Fix the name and documentation of
2038 add-shared-symbol-files. Document its alias assf. Update the
2039 list of OSs where GDB supports shared libraries. Fix markup.
2040 (Continuing and Stepping): Add reference to @var{location} in the
2041 text.
2042 (Dump/Restore Files): Fix reference to @{filename}.
2043 (Help): Fix wording.
2044 (Attach): Ditto.
2045 (Set Watchpoints): Ditto.
2046 (Backtrace): Remove redundant index entries. Improve index
2047 entries.
2048 (Delete Breaks): Fix wording.
2049 (Memory): Document the compare-sections command.
2050 (Memory Region Attributes): Improve wording.
2051 (Disabling): Improve wording.
2052 (Fortran): New subsection. Document the "info common" command.
2053 (Help): Document aliases "info copying" and "info warranty".
2054 (Caching Remote Data): New section. Document the "set/show
2055 remotecache" and "info dcache" commands.
2056 (Show): Fix wording of the documentation of the "set
2057 extension-language" command.
2058 (Signals): Add index entry for "info handle".
2059 (Memory Region Attributes): Fix punctuation.
2060 (Symbols): Change the arg name to "location" and refer to it in
2061 the text. Fix wording of "info types" doc.
2062 (Threads): Fix usage of @enumerate @item's.
2063 (Listing Tracepoints): Add index entry for "info tp".
2064 (Set Watchpoints): Add xref to "info break" description.
2065 (Macros): Add an index entry for "macro exp1". Document the
2066 "macro list" command.
2067 (Maintenance Commands): Document "flushregs", "maint agent",
2068 "maint check-symtabs", "maint cplus", "maint demangle", "maint
2069 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
2070 "maint print architecture", "maint print objfiles", "maint print
2071 statistics", "maint print type", "maint show-debug-regs", "maint
2072 space", "maint time", and "maint translate-address".
2073 (Connecting): Document the "monitor" command.
2074 (Annotations Overview): Describe the "set annotate" command.
2075
82f2d802
EZ
20762005-04-01 Eli Zaretskii <eliz@gnu.org>
2077
2078 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
2079 Rearrange index entries and improve wording about support for
2080 hardware watchpoints.
2081
7d51c7de
BR
20822005-03-10 Bob Rossi <bob@brasko.net>
2083
2084 * gdb.texinfo: Update copyright
2085
68c71a2e
TR
20862005-02-09 Theodore A. Roth <troth@openavr.org>
2087
2088 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
2089 error.
2090
83761cbd
KB
20912005-02-03 Kevin Buettner <kevinb@redhat.com>
2092
2093 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
2094
9f1c6395
MS
20952005-01-17 Michael Snyder <msnyder@redhat.com>
2096
2097 * gdb.texinfo: Fix spelling, infinte -> infinite.
2098
fbd1b305
MK
20992005-01-08 Mark Kettenis <kettenis@gnu.org>
2100
2101 * observer.texi (GDB Observers): Document "solib_loaded".
2102
3ace7edb
AC
21032005-01-07 Andrew Cagney <cagney@gnu.org>
2104
bec39cab
AC
2105 * configure.ac: Rename configure.in, require autoconf 2.59.
2106 * configure: Re-generate.
2107
3ace7edb
AC
2108 * configure.in: Replace configdirs with multiple references to
2109 AC_CONFIG_SUBDIRS.
2110 * configure: Re-generate.
5ae4183a 2111
53531fc1
AC
21122005-01-04 Andrew Cagney <cagney@gnu.org>
2113
2114 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
2115 part of the version number.
2116
536ffdb7
MK
21172004-12-24 Mark Kettenis <kettenis@gnu.org>
2118
2119 * gdbint.texinfo (Algorithms): Remove description of
2120 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
2121
e1aac25b
JB
21222004-12-07 Jim Blandy <jimb@redhat.com>
2123
2124 * gdb.texinfo (General Query Packets): Specify that thread ID's in
2125 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
2126 numbers.
2127
f47b1503
AS
21282004-12-07 Andreas Schwab <schwab@suse.de>
2129
2130 * gdb.texinfo (Mode Options): Document -l option.
2131
b6b8ece6
EZ
21322004-12-04 Eli Zaretskii <eliz@gnu.org>
2133
2134 * gdbint.texinfo (Algorithms): More accurate description of
2135 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
2136 is not needed unless data-read and data-access watchpoints are
2137 supported. Add a description of how GDB checks whether the
2138 inferior stopped because a watchpoint was hit.
2139
01371747
EZ
21402004-11-23 Eli Zaretskii <eliz@gnu.org>
2141
2142 * gdb.texinfo (Files): Add cross-reference to description of
2143 -readnow command-line switch.
2144
2315ffec
RC
21452004-11-10 Randolph Chung <tausq@debian.org>
2146
2147 * gdb.texinfo: Document set/show backtrace past-entry commands.
2148 Rearrange index entries for set/show backtrace past-main.
2149
69065f5d
AC
21502004-11-10 Jon Beniston <jon@beniston.com>
2151
2152 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
2153 * gdb.texinfo (Remote Serial Protocol): Further describe
2154 binary transfer escaping mechanism .
69065f5d 2155
30e91e0b
RC
21562004-11-08 Randolph Chung <tausq@debian.org>
2157
2158 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
2159 and "show debug infrun". Add index entries.
2160
60bf7e09
EZ
21612004-10-23 Eli Zaretskii <eliz@gnu.org>
2162
2163 * gdb.texinfo (SVR4 Process Information): Document subcommands of
2164 "info proc" that are already implemented. Add index entries.
2165 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
2166 (Files): Add a tip for decreasing memory used for symtabs from
2167 shared libraries.
f018e82f
EZ
2168 (Starting): Fix whitespace; make "elaboration" stand out where it
2169 is first used, and add an index entry for the term.
f8568604
EZ
2170 (Calling): Expand and elaborate text. Add "print". Add the
2171 description of problems with weak aliases.
384ee23f 2172 (Core File Generation): New section.
60bf7e09 2173
d52fe014
AC
21742004-10-12 Andrew Cagney <cagney@gnu.org>
2175
2176 * gdbint.texinfo (Versions and Branches): New chapter.
2177 (Releasing GDB): Delete "Versions and Branches" section.
2178 (Top): Add "Versions and Branches".
2179
703663ab
EZ
21802004-10-08 Eli Zaretskii <eliz@gnu.org>
2181
2182 * gdb.texinfo (Editing, History): Add cross-references to the
2183 included Readline and History user documentation. Remove
2184 references to the symbol have-readline-appendices which is unused
2185 and undefined.
2186 (History): Fix indexing.
2187
ac77d04f
JJ
21882004-10-08 Jeff Johnston <jjohnstn@redhat.com>
2189
2190 * gdbint.texinfo (target_stopped_data_address): Update to
2191 new prototype.
2192 (i386_stopped_data_address): Update prototype and description.
2193 (i386_stopped_by_watchpoint): New function and description.
2194
e07c999f
PH
21952004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
2196
2197 * gdb.texinfo (Filenames): Add Ada suffixes.
2198 (Ada) New section.
2199
2e868123
AC
22002004-09-27 Andrew Cagney <cagney@gnu.org>
2201 Robert Picco <Robert.Picco@hp.com>
2202
2203 * gdb.texinfo (Packets): Document the "p" packet.
2204
02a57714
JM
22052004-09-21 Jason Molenda (jmolenda@apple.com)
2206
2207 * gdb.texinfo (Paths and Names of the Source Files): Document the
2208 meaning of values in the 'desc' field of a SO stab.
2209
ae038cb0
DJ
22102004-09-20 Daniel Jacobowitz <dan@debian.org>
2211
2212 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
2213 max-cache-age" and "maint show dwarf2 max-cache-age".
2214
f7dc1244
EZ
22152004-09-16 Eli Zaretskii <eliz@gnu.org>
2216
2217 * gdb.texinfo (Set Breaks): Add index entry for setting
2218 breakpoints on overloaded C++ functions that are not members of
2219 any classes. Add an example and an index entry for setting
2220 breakpoints on all program functions.
2221 (Character Sets, Macros, Overlay Commands)
2222 (Non-debug DLL symbols, GDB/MI Output Syntax)
2223 (Annotations Overview, Maintenance Commands, File-I/O Overview):
2224 Use "(@value{GDBP})" instead of a literal "(gdb)".
2225
f810308b
AC
22262004-09-12 Andrew Cagney <cagney@gnu.org>
2227
2228 * gdbint.texinfo (Native Debugging): Delete description of
2229 FILES_INFO_HOOK.
2230
15a661f3
PH
22312004-09-11 Paul Hilfinger <hilfinger@gnat.com>
2232
5ae4183a
AS
2233 * gdbint.texinfo (User Interface): Change local_hex_string_custom
2234 to hex_string_custom (not historically correct, but more
15a661f3
PH
2235 understandable, given the current code).
2236
f3219c75
AC
22372004-09-03 Andrew Cagney <cagney@gnu.org>
2238
2239 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
2240
f3bb6704
JJ
22412004-09-01 Jeff Johnston <jjohnstn@redhat.com>
2242
2243 * observer.texi (solib_unloaded): New observer.
2244
8d2c00cb
AC
22452004-08-24 Andrew Cagney <cagney@gnu.org>
2246
2247 * gdbint.texinfo (Target Architecture Definition): Add missing
2248 comma.
2249
e7dc800a
MC
22502004-08-20 Michael Chastain <mec.gnu@mindspring.com>
2251
2252 * (Using the Testsuite): build != host is supported,
2253 but some test scripts do not support build != host.
2254
73b03683
MK
22552004-08-14 Mark Kettenis <kettenis@gnu.org>
2256
2257 * gdbint.texinfo (Host Definition): Delete description of
2258 FCLOSE_PROVIDED and GETENV_PROVIDED.
2259
c0ccb908
MK
22602004-08-05 Mark Kettenis <kettenis@chello.nl>
2261
2262 * gdbint.texinfo (Host Definition): Delete description of
2263 NO_SYS_FILE.
2264 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
2265 PTRACE_FP_BUG.
2266
9c8dbfa9
AC
22672004-08-05 Andrew Cagney <cagney@gnu.org>
2268
2269 * gdbint.texinfo (Target Architecture Definition): Delete
2270 reference to deprecated_read_fp.
2271
f42accbe
AC
22722004-08-02 Andrew Cagney <cagney@gnu.org>
2273
2274 * gdbint.texinfo (Target Architecture Definition): Delete
2275 description of DEPRECATED_REGISTER_BYTES.
2276
0b66e38c
EZ
22772004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2278
2279 * gdb.texinfo (Source Path): Document the new behavior of
2280 searching for the source files.
2281
15387254
EZ
22822004-07-17 Eli Zaretskii <eliz@gnu.org>
2283
2284 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
2285 (Search, Expressions, Arrays, Variables, Data, Machine Code)
2286 (Auto Display): Improve indexing.
2287
2c07db7a
AC
22882004-07-16 Andrew Cagney <cagney@gnu.org>
2289
2290 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
2291 "-noasync".
2292
4644b6e3
EZ
22932004-07-09 Eli Zaretskii <eliz@gnu.org>
2294
2295 * gdb.texinfo: Fix @kindex entries so that multiple commands that
2296 have the same prefix have only their prefix in the index.
2297
7561d450
MK
22982004-07-03 Mark Kettenis <kettenis@gnu.org>
2299
2300 * gdb.texinfo (BSD libkvm Interface): New node (section)
2301 (Native): Add it to the menu.
2302
67bebe79
MK
23032004-07-01 Mark Kettenis <kettenis@gnu.org>
2304
2305 * gdbint.texinfo (Target Architecture Definition): Remove
2306 PCC_SOL_BROKEN.
2307
1a6923e0
MK
23082004-06-24 Mark Kettenis <kettenis@gnu.org>
2309
2310 * gdbint.texinfo (Target Architecture Definition): Remove
2311 SUN_FIXED_LBRAC_BUG.
2312
b435e160
AC
23132004-06-26 Andrew Cagney <cagney@gnu.org>
2314
2315 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
2316
b5622e8d
AC
23172004-06-20 Andrew Cagney <cagney@gnu.org>
2318
2319 * gdbint.texinfo (Target Architecture Definition): Deprecate
2320 USE_STRUCT_CONVENTION.
2321
e0c07bf0
MC
23222004-06-19 Michael Chastain <mec.gnu@mindspring.com>
2323
2324 gdb.texinfo (Bug Reporting): Mention session recording,
2325 with the script command or Emacs.
2326
782263ab
AC
23272004-06-18 Andrew Cagney <cagney@gnu.org>
2328
2329 * gdbint.texinfo (Target Architecture Definition): Deprecate
2330 FUNCTION_START_OFFSET.
2331
03727ca6
AC
23322004-06-14 Andrew Cagney <cagney@gnu.org>
2333
2334 Based on changes from Karl Berry.
2335 * gdb.texinfo: Do not use @sc in a direntry.
2336 * stabs.texinfo: Change @dircateogry to "Software development".
2337 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
2338
97092415
AC
23392004-06-13 Andrew Cagney <cagney@gnu.org>
2340
2341 * gdbint.texinfo (Target Architecture Definition): Delete
2342 description of RETURN_VALUE_ON_STACK.
2343
1f6d4158
AC
23442004-06-09 Andrew Cagney <cagney@gnu.org>
2345
2346 * gdbint.texinfo (Native Debugging): Restore "@table @code"
2347 deleted by previous patch.
2348
d966f0cb
AC
23492004-06-08 Andrew Cagney <cagney@gnu.org>
2350
2351 * gdbint.texinfo (Native Debugging): Delete documentation on
2352 ATTACH_DETACH.
2353
86fe4aaa
RC
23542004-06-06 Randolph Chung <tausq@debian.org>
2355
2356 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
2357
d4b6d575
RC
23582004-06-06 Randolph Chung <tausq@debian.org>
2359
5ae4183a 2360 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
2361 the new push_dummy_call method signature. Describe the function
2362 argument.
2363
4e8b0763
JB
23642004-05-24 Joel Brobecker <brobecker@gnat.com>
2365
2366 * gdb.texinfo (Starting): Document new start command.
2367
59caf092
AC
23682004-05-21 Andrew Cagney <cagney@redhat.com>
2369
2370 * observer.texi (GDB Observers): Document "inferior_created".
2371
e4a2df64
AC
23722004-05-08 Andrew Cagney <cagney@redhat.com>
2373
e6b55ae2
AC
2374 * gdbint.texinfo (Target Architecture Definition): Delete
2375 description of DO_DEFERRED_STORES.
2376
28954179
AC
2377 * gdbint.texinfo (Target Architecture Definition): Delete
2378 references to DEPRECATED_FIX_CALL_DUMMY.
2379
434b87dd
AC
2380 * gdbint.texinfo (Target Architecture Definition): Delete
2381 description of DEPRECATED_CALL_DUMMY_WORDS,
2382 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
2383
58d28df8
AC
2384 * gdbint.texinfo (Target Architecture Definition): Delete
2385 description of DEPRECATED_PUSH_DUMMY_FRAME.
2386
e4a2df64
AC
2387 * gdbint.texinfo (Target Architecture Definition): Delete
2388 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
2389
2b4855ab
AC
23902004-05-07 Andrew Cagney <cagney@redhat.com>
2391
2392 * observer.texi (GDB Observers): Add "Debugging" section. Include
2393 cross reference to "set/show debug observer".
2394 * gdb.texinfo (Debugging Output): Document "set/show debug
2395 observer".
2396
fcf70625
AC
23972004-05-01 Andrew Cagney <cagney@redhat.com>
2398
2399 * gdbint.texinfo (Target Architecture Definition): Delete
2400 description of DEPRECATED_PC_IN_SIGTRAMP.
2401
8ee56bcf
AC
24022004-04-30 Andrew Cagney <cagney@redhat.com>
2403
2404 * gdbint.texinfo (Target Architecture Definition): Delete
2405 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
2406
67ab9a76
OF
24072004-04-30 Orjan Friberg <orjanf@axis.com>
2408
2409 * observer.texi (GDB Observers): Correct spelling.
2410
79346bcb
OF
24112004-04-26 Orjan Friberg <orjanf@axis.com>
2412
2413 * observer.texi (GDB Observers): Add target_changed event.
2414
7a464420
AC
24152004-04-08 Andrew Cagney <cagney@redhat.com>
2416
2417 * observer.texi (GDB Observers): Rework, provide generic observer
2418 definitions and then a list of observable events.
2419
6cdf9d98
AC
24202004-04-04 Andrew Cagney <cagney@redhat.com>
2421
2422 * gdbint.texinfo (Host Definition): Delete reference to
2423 NO_SIGINTERRUPT.
2424
ddc135a4
AC
24252004-04-02 Andrew Cagney <cagney@redhat.com>
2426
2427 * gdbint.texinfo (Target Architecture Definition): Delete
2428 reference to DEPRECATED_CALL_DUMMY_LENGTH.
2429
6a1b180d
SC
24302004-03-28 Stephane Carrez <stcarrez@nerim.fr>
2431
2432 * gdb.texinfo (TUI Commands): Document tui reg commands.
2433
d0d5df6f
AC
24342004-03-26 Andrew Cagney <cagney@redhat.com>
2435
2436 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
2437 "gdbtui".
2438 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
2439 (Contributors): Mention both Text and Terminal User Interface.
2440
aa2a3f87
AC
24412004-03-23 Andrew Cagney <cagney@redhat.com>
2442
2443 * gdbint.texinfo (Target Architecture Definition): Deprecate
2444 references to SIGTRAMP_START and SIGTRAMP_END.
2445
f561f026
AC
24462004-03-23 Andrew Cagney <cagney@redhat.com>
2447
2448 * gdbint.texinfo (Target Architecture Definition): Deprecate
2449 references to PC_IN_SIGTRAMP.
2450
33cb8b0f
AC
24512004-03-19 Andrew Cagney <cagney@redhat.com>
2452
2453 * gdbint.texinfo (Target Architecture Definition): Delete
2454 reference to GDB_TARGET_IS_HPPA.
2455
fc989b7a
AC
24562004-03-18 Andrew Cagney <cagney@redhat.com>
2457
2458 * gdbint.texinfo (Coding): Update section on gdbarch_data,
2459 describe pre_init and post_init.
2460
701b08bb
DJ
24612004-03-09 Daniel Jacobowitz <drow@mvista.com>
2462
2463 * gdb.texinfo (Debugging Output): Document values for "set debug
2464 target".
2465
faae5abe
AC
24662004-02-28 Andrew Cagney <cagney@redhat.com>
2467
2468 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
2469
dd79a6cf
JJ
24702004-02-26 Jeff Johnston <jjohnstn@redhat.com>
2471
2472 * gdb.texinfo (breakpoints): Add information about the
2473 new "set breakpoint pending" and "show breakpoint pending"
2474 commands.
2475
e7f16015
AC
24762004-02-26 Andrew Cagney <cagney@redhat.com>
2477
2478 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
2479 in Per-architecture module data section.
2480
7161a3a6
RM
24812004-02-25 Roland McGrath <roland@redhat.com>
2482
2483 * gdb.texinfo (General Query Packets): Document qPart:... packets.
2484
2154891a
AC
24852004-02-24 Andrew Cagney <cagney@redhat.com>
2486
2487 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
2488 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
2489 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 2490
6c74ac8b
AC
24912004-02-17 Andrew Cagney <cagney@redhat.com>
2492
2493 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
2494
19772a2c
AC
24952004-02-16 Andrew Cagney <cagney@redhat.com>
2496
2497 * gdbint.texinfo (Target Architecture Definition): Deprecate
2498 FRAMELESS_FUNCTION_INVOCATION.
2499
c9830293
AC
25002004-02-16 Andrew Cagney <cagney@redhat.com>
2501
2502 * gdbint.texinfo (Coding): Mention -Wunused-function.
2503
b9d26eb9
AC
25042004-02-14 Andrew Cagney <cagney@redhat.com>
2505
2506 * gdbint.texinfo (Target Architecture Definition): Delete
2507 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
2508
49efadf5
EZ
25092004-02-12 Elena Zannoni <ezannoni@redhat.com>
2510
2511 * gdb.texinfo: Properly quote the name "C++".
2512 * gdbint.texinfo: Ditto.
2513 * stabs.texinfo: Ditto.
2514
1eb288ea
EZ
25152004-02-11 Elena Zannoni <ezannoni@redhat.com>
2516
2517 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
2518 minimal information about libiberty.
2519
e4937fc1
MC
25202004-02-06 Michael Chastain <mec.gnu@mindspring.com>
2521
2522 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
2523
a9331b3f
RM
25242004-02-04 Roland McGrath <roland@redhat.com>
2525
2526 * gdb.texinfo (Auxiliary Vector): New node (section).
2527 (Data): Add it to the menu.
2528
2650777c
JJ
25292004-02-02 Jeff Johnston <jjohnstn@redhat.com>
2530
2531 * gdb.texinfo (Breakpoints): Add information about pending
2532 breakpoint support.
2533
b4501125
AC
25342004-01-26 Andrew Cagney <cagney@redhat.com>
2535
2536 * gdb.texinfo (Overview): Delete references to the cisco protocol
2537 including the "N" response.
2538
74055713
AC
25392004-01-26 Andrew Cagney <cagney@redhat.com>
2540
2541 * gdbint.texinfo (Target Architecture Definition): Rename
2542 EXTRACT_STRUCT_VALUE_ADDRESS to
2543 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 2544
3bbe9696
EZ
25452004-01-24 Eli Zaretskii <eliz@gnu.org>
2546
2547 * gdb.texinfo (KOD): Document "show os". Add index entries for
2548 "set/show os" and "info cisco" commands.
2549
5843504f
EZ
25502004-01-21 Eli Zaretskii <eliz@gnu.org>
2551
2552 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
2553
9175c9a3
MC
25542004-01-19 Michael Chastain <mec.gnu@mindspring.com>
2555
2556 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
2557 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
2558
8e94b928
NR
25592004-01-19 Nick Roberts <nick@nick.uklinux.net>
2560
2561 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
2562 -stack-list-locals.
2563 (GDB/MI Variable Objects): Describe extension to
2564 -var-list-children.
2565
a20cf136
DJ
25662004-01-17 Daniel Jacobowitz <drow@mvista.com>
2567
2568 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
2569
afb18d0f
AC
25702004-01-17 Andrew Cagney <cagney@redhat.com>
2571
2572 * gdbint.texinfo (Target Architecture Definition): Delete
2573 documentation on DEPRECATED_NPC_REGNUM.
2574
b51970ac
DJ
25752004-01-13 Daniel Jacobowitz <drow@mvista.com>
2576
2577 * gdb.texinfo: Update copyright year. Mention that set
2578 follow-fork-mode is supported on GNU/Linux. Remove documentation of
2579 "set follow-fork-mode ask".
2580
0f0cffd2
AC
25812004-01-13 Andrew Cagney <cagney@redhat.com>
2582
2583 * gdbint.texinfo: Update copyright year.
2584 (Coding): Add -Wunused-label to list of -Werror warnings.
2585
c552b3bb 25862004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 2587 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
2588
2589 * gdb.texinfo: Update copyright.
2590 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
2591 around names, as appropriate. Minor syntax cleanup of
2592 _NSPrintForDebugger explanation. Two spaces after periods.
2593 GDBN used instead of lit. "gdb". Index entries added for
2594 print-object and _NSPrintForDebugger. @noindent added in one spot.
2595
afe157ca
EZ
25962003-11-11 Elena Zannoni <ezannoni@redhat.com>
2597
2598 * stabs.texinfo: Add dircategory and direntry commands.
2599 * annotate.texinfo: Ditto.
2600
963e2bb7
AC
26012003-11-10 Andrew Cagney <cagney@redhat.com>
2602
2603 * gdbint.texinfo (Target Architecture Definition): Replace the
2604 return_value method's "inval" and "outval" parameters with
2605 "readbuf" and "writebuf".
2606
1d8b2f28
JB
26072003-10-28 Jim Blandy <jimb@redhat.com>
2608
2609 * gdb.texinfo (The F request packet, The F reply packet): Renamed
2610 from "The `F' request packet" and "The `F' reply packet", to make
2611 texi2dvi happy.
2612 (File-I/O remote protocol extension): Update menu entries, too.
2613
36d86913
MC
26142003-10-26 Michael Chastain <mec@shout.net>
2615
2616 * gdb.texinfo (Thread Stops): Document the issue with
2617 premature return from system calls in multi-threaded programs.
2618
ce2826aa
AC
26192003-10-24 Andrew Cagney <cagney@redhat.com>
2620
2621 * annotate.texinfo: Fix "fortunatly"[sic].
2622
f24c5e49
KI
26232003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
2624
2625 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
2626 with "Hitachi" and "Mitsubishi".
2627
92ad9cd9
AC
26282003-10-20 Andrew Cagney <cagney@redhat.com>
2629
2630 * gdbint.texinfo (Target Architecture Definition): Document
2631 gdbarch_return_value. Add cross references from
2632 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
2633 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
2634
0ab4b752
MK
26352003-10-18 Mark Kettenis <kettenis@gnu.org>
2636
2637 * gdbint.texinfo (Target Architecture Definition): Document
2638 regset_from_core_section.
fb3e19c0
KI
2639
26402003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
2641
2642 * gdb.texinfo (M32R/D): Mention m32rsdi target.
2643
a9331b3f 26442003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
2645
2646 From Anthony Green <green@redhat.com>:
5ae4183a 2647 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 2648
1485d690
KB
26492003-10-14 Kevin Buettner <kevinb@redhat.com>
2650
2651 * gdb.texinfo (Breakpoint related warnings): New node.
2652 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 2653
86d30acc
DJ
26542003-10-13 Daniel Jacobowitz <drow@mvista.com>
2655
2656 * gdb.texinfo (Remote Protocol): Document v and vCont.
2657
172c2a43
KI
26582003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
2659
2660 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
2661 * gdbint.texinfo: Ditto.
2662
71952f4c
AC
26632003-10-09 Andrew Cagney <cagney@redhat.com>
2664
2665 From 2003-09-18 David Anderson <davea@sgi.com>:
2666 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
2667 "command".
2668
268e2188
AC
26692003-10-03 Andrew Cagney <cagney@redhat.com>
2670
2671 * gdbint.texinfo (Target Architecture Definition): Deprecate
2672 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
2673 just target.
2674
12c266ea 26752003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 2676
f30992d4 2677 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
2678 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
2679 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
2680 * gdbint.texinfo (Target Architecture Definition): Rename
2681
26822003-09-30 Andrew Cagney <cagney@redhat.com>
2683
f30992d4 2684 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 2685 (Target Architecture Definition):
f30992d4 2686
2e092625
AC
2687 * gdbint.texinfo (Target Architecture Definition): Rename
2688 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
2689
0717ae8a
AC
26902003-09-29 Andrew Cagney <cagney@redhat.com>
2691
dad809b7
AC
2692 * gdbint.texinfo (Target Architecture Definition): Delete
2693 documentation for NEED_TEXT_START_END.
2694
0717ae8a
AC
2695 * gdbint.texinfo (Target Architecture Definition): Rename
2696 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
2697 TARGET_WRITE_PC.
a9331b3f 2698
af6cf26d
MC
26992003-09-22 Michael Chastain <mec@shout.net>
2700
2701 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
2702
ee206350
AG
27032003-09-21 Anthony Green <green@redhat.com>
2704
2705 * gdbint.texinfo (Target Architecture Definition): Fix typos.
2706
a38c9fe6
MK
27072003-09-21 Mark Kettenis <kettenis@gnu.org>
2708
2709 * gdbint.texinfo (Target Architecture Definition): Document
2710 stabs_argument_has_addr.
2711
77949794
AC
27122003-09-18 Andrew Cagney <cagney@redhat.com>
2713
2714 * gdbint.texinfo (Target Architecture Definition): Delete
2715 documentation on REGISTER_NAMES.
2716
8e823e25
MK
27172003-09-13 Mark Kettenis <kettenis@gnu.org>
2718
2719 * gdbint.texinfo (Target Architecture Definition): Replace
2720 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
2721
f27dd7fd
AC
27222003-09-11 Andrew Cagney <cagney@redhat.com>
2723
2724 * gdbint.texinfo (Target Architecture Definition): Replace
2725 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
2726
8b148df9
AC
27272003-08-18 Andrew Cagney <cagney@redhat.com>
2728
2729 * gdbint.texinfo (Target Architecture Definition): Document
2730 "frame_red_zone_size".
2731
25d29d70
AC
27322003-08-09 Andrew Cagney <cagney@redhat.com>
2733
2734 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
2735 with "set/show backtrace past-main" and "set/show backtrace
2736 limit".
2737
c938e9b0
L
27382003-08-08 H.J. Lu <hongjiu.lu@intel.com>
2739
2740 * Makefile.in (install-info): Support DESTDIR.
2741 (install-html): Likewise.
2742
64fabec2
AC
27432003-08-07 Andrew Cagney <cagney@redhat.com>
2744
2745 Patch from Nick Roberts.
2746 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
2747 bindings. Remove description of send-gdb-command.
2748
2fcf52f0
AC
27492003-08-07 Andrew Cagney <cagney@redhat.com>
2750
2751 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
2752 GDB 6.0.
2753
086432e2
AC
27542003-08-06 Andrew Cagney <cagney@redhat.com>
2755
2756 * gdb.texinfo (Mode Options): Mention that level three is the
2757 highest available and that level 2 is deprecated.
2758 (Annotations Overview): Mention annotation levels. Cross reference
2759 to "Limitations of the Annotation Interface" in annotate.texi.
2760 (TODO, Value Annotations, Frame Annotations): Delete section.
2761 (Displays, Breakpoint Info): Delete.
2762
e5249f67
AC
27632003-08-04 Andrew Cagney <cagney@redhat.com>
2764
2765 * agentexpr.texi: Delete @bye.
2766 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
2767 (stabs.info): Add $(srcdir) to include search path.
2768 (html): Depend on "annotate_toc.html", and not "annotate.html".
2769 * stabs.texinfo: Ditto. Include "fdl.texi".
2770 * gdbint.texinfo: Update copyright statement's list of invariant
2771 sections.
2772
e6f672d2
AC
27732003-07-28 Andrew Cagney <cagney@redhat.com>
2774
2775 * Makefile.in (INFO_DEPS): Add annotate.info.
2776 (dvi, ps, html, pdf): Add annotate.
2777 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
2778 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
2779 (ANNOTATE_DOC_FILES): New macro.
2780 (ANNOTATE_TEX_TMPS): New macro.
2781 (annotate.info, annotate_toc.html): Specify dependencies.
2782 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
2783 * annotate.texinfo: Rename annotate.texi. Get building. Add
2784 "Migrating to GDB/MI" and "Limitations of the Annotation
2785 Interface" chapters. Mention why it is not part of the user
2786 guide. Update copyright notice. Include "fdl.texi".
2787
72ffddc9
SC
27882003-07-26 Stephane Carrez <stcarrez@nerim.fr>
2789
2790 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
2791
a9f12a31
DJ
27922003-07-24 Daniel Jacobowitz <drow@mvista.com>
2793
2794 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
2795
b1fe9455
DJ
27962003-07-24 Daniel Jacobowitz <drow@mvista.com>
2797
2798 * gdb.texinfo (Server): Mention pidof.
2799
153721e6
AC
28002003-07-22 Andrew Cagney <cagney@redhat.com>
2801
2802 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
2803 list.
2804
0fac0b41
DJ
28052003-06-28 Daniel Jacobowitz <drow@mvista.com>
2806
2807 * gdb.texinfo (Logging output): New chapter.
2808
4e562065
JB
28092003-06-24 Joel Brobecker <brobecker@gnat.com>
2810
2811 * gdb.texinfo (Unsupported languages): New section.
2812 (Languages): Add link to new section.
2813
f2c06f52
AC
28142003-06-22 Andrew Cagney <cagney@redhat.com>
2815
2816 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
2817
b4177fca
DJ
28182003-06-22 Daniel Jacobowitz <drow@mvista.com>
2819
2820 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
2821
f418dd93
DJ
28222003-06-22 Daniel Jacobowitz <drow@mvista.com>
2823
2824 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
2825 * agentexpr.texi: Retitle section, and change it to an appendix.
2826 Comment out texinfo initialization. Factor a @var{} into two
2827 pieces to prevent makeinfo warnings.
2828 * gdb.texinfo: Add Agent Expressions appendix.
2829
4ca61388
DJ
28302003-06-19 Daniel Jacobowitz <drow@mvista.com>
2831
2832 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
2833
07f31aa6
DJ
28342003-06-18 Daniel Jacobowitz <drow@mvista.com>
2835
5ae4183a 2836 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
2837 remote target". Document the "detach" and "disconnect" commands.
2838 (Server, Netware, Debug Session): Reference "Connecting to a
2839 remote target".
2840 (GDB/MI Target Manipulation): Document "-target-disconnect".
2841
2dd0da42
AC
28422003-06-13 Andrew Cagney <cagney@redhat.com>
2843
2844 * gdbint.texinfo (Target Architecture Definition): Deprecate
2845 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
2846 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
2847
e7a3abfc
JB
28482003-06-09 Jim Blandy <jimb@redhat.com>
2849
2850 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
2851
25e3a86b
AC
28522003-06-08 Andrew Cagney <cagney@redhat.com>
2853
2854 * gdbint.texinfo (Target Architecture Definition): Delete
2855 documentation on FRAME_ARGS_ADDRESS_CORRECT.
2856
a9e5fdc2
AC
28572003-06-08 Andrew Cagney <cagney@redhat.com>
2858
2859 * gdbint.texinfo (Target Architecture Definition): Document
2860 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
2861
b37303ee
AF
28622003-06-07 Adam Fedor <fedor@gnu.org>
2863
2864 * gdb.texinfo: Add Objective-C documentation.
2865
39fe6e80
AC
28662003-06-01 Andrew Cagney <cagney@redhat.com>
2867
2868 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
2869 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
2870
125309b2
AC
28712003-05-21 Andrew Cagney <cagney@redhat.com>
2872
2873 * gdbint.texinfo (Target Architecture Definition): Delete
2874 references to "extract_address" and "store_address".
2875
b8b527c5
AC
28762003-05-16 Andrew Cagney <cagney@redhat.com>
2877
2878 * gdbint.texinfo (Target Architecture Definition): Replace
2879 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
2880 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
2881
50e3ee83
TR
28822003-05-14 Theodore A. Roth <troth@openavr.org>
2883
2884 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
2885
44e2be90
L
28862003-05-10 H.J. Lu <hongjiu.lu@intel.com>
2887
2888 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
2889 (gdb.dvi): Likewise.
2890 (gdb.pdf): Likewise.
2891 (links2roff): Likewise.
2892
df5215a6
JB
28932003-05-08 Jim Blandy <jimb@redhat.com>
2894
2895 * gdb.texinfo (Dump/Restore Files): Update documentation for
2896 'dump', 'append', and 'restore': note that format argument is
2897 optional; simplify presentation of the command variants; and be
2898 more precise about the formats.
2899
5e7b2f39
JB
29002003-05-07 Jim Blandy <jimb@redhat.com>
2901
2902 * gdb.texinfo (Symbols): Update documentation: 'maint list
2903 symtabs' and 'maint list psymtabs' have been renamed 'maint info
2904 symtabs' and 'maint info psymtabs'.
2905
b1e29e33
AC
29062003-05-05 Andrew Cagney <cagney@redhat.com>
2907
2908 * gdbint.texinfo (Target Architecture Definition): Make
2909 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
2910 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
2911 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
2912
00905d52
AC
29132003-05-04 Andrew Cagney <cagney@redhat.com>
2914
2915 * gdb.texinfo (Maintenance Commands): Document "maint print
2916 dummy-frames".
2917
54ff5908
AC
29182003-05-04 Andrew Cagney <cagney@redhat.com>
2919
2920 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
2921
32e7087d
JB
29222003-05-03 J. Brobecker <brobecker@gnat.com>
2923
2924 Thierry Schneider <tpschneider1@yahoo.com>
2925 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
2926 for new MI command.
2927
7043d8dc
AC
29282003-05-03 Andrew Cagney <cagney@redhat.com>
2929
2930 * gdbint.texinfo (Target Architecture Definition): Document
2931 push_dummy_code. Add cross references.
2932
e33d66ec
EZ
29332003-05-02 Elena Zannoni <ezannoni@redhat.com>
2934
2935 * gdb.texinfo (Character Sets): Update to reflect new behavior of
2936 set/show charsets commands.
2937
0ba6dca9
AC
29382003-04-28 Andrew Cagney <cagney@redhat.com>
2939
2940 * gdbint.texinfo (Target Architecture Definition): Replace
2941 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
2942 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
2943
d7a27068
AC
29442003-04-28 Andrew Cagney <cagney@redhat.com>
2945
2946 * gdbint.texinfo (Target Architecture Definition): Rename
2947 "tm_print_insn" to "deprecated_tm_print_insn".
2948
44ea7b70
JB
29492003-04-09 Jim Blandy <jimb@redhat.com>
2950
2951 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
2952 list psymtabs'.
2953
fb8f8949
AC
29542003-04-08 Andrew Cagney <cagney@redhat.com>
2955
2956 * gdbint.texinfo (Target Architecture Definition): Delete
2957 references to EXTRA_FRAME_INFO.
2958
32fb0f22
AC
29592003-04-08 Andrew Cagney <cagney@redhat.com>
2960
2961 * gdbint.texinfo (Target Architecture Definition): Delete
2962 PRINT_TYPELESS_INTEGER.
2963
6be67e67
JB
29642003-04-02 J. Brobecker <brobecker@gnat.com>
2965
2966 * observer.texi (GDB Observers): Adjust the documentation for the
2967 normal_stop notification to better describe reality. Fix a couple
2968 of minor typos.
2969
4e35d5f0
BR
29702003-04-02 Bob Rossi <bob_rossi@cox.net>
2971
a9331b3f 2972 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
2973 '-file-list-exec-source-file'
2974
e8a8712a
AC
29752003-03-31 Andrew Cagney <cagney@redhat.com>
2976
2977 * gdbint.texinfo (Target Architecture Definition): Delete
2978 references to CALL_DUMMY_P.
2979
6c0e89ed
AC
29802003-03-30 Andrew Cagney <cagney@redhat.com>
2981
2982 * gdbint.texinfo (Target Architecture Definition): Remove
2983 reference to TARGET_WRITE_SP.
a9331b3f 2984
378bfd1b
AC
29852003-03-27 Andrew Cagney <cagney@redhat.com>
2986
2987 * gdbint.texinfo (Target Architecture Definition): Remove
2988 references to write_sp.
6c0e89ed 2989
922fbb7b
AC
29902003-03-27 Andrew Cagney <cagney@redhat.com>
2991
2992 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
2993 chapter body. Use @smallexample instead of @example.
2994 (Annotations): Ditto.
2995 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
2996 annotate.texi.
2997
b81774d8
AC
29982003-03-26 Andrew Cagney <cagney@redhat.com>
2999
3000 * gdbint.texinfo (Target Architecture Definition): Replace
3001 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
3002 dummy_addr parameters.
3003
1bf6d5cc
AC
30042003-03-25 Andrew Cagney <cagney@redhat.com>
3005
3006 * gdbint.texinfo (Target Architecture Definition): Delete
3007 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
3008 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
3009 Add reference to PUSH_ARGUMENTS.
3010
618ce49f
AC
30112003-03-23 Andrew Cagney <cagney@redhat.com>
3012
3013 * gdbint.texinfo (Algorithms, Target Architecture Definition):
3014 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
3015
bcd7e15f
JB
30162003-03-18 J. Brobecker <brobecker@gnat.com>
3017
3018 * gdbint.texinfo (Algorithms): Add new section describing the
3019 Observer paradigm.
3020 (Top): Add menu entry to new observer appendix.
3021 * observer.texi: New file.
3022 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
3023 new observer.texi file.
3024
9fe8321b
AC
30252003-03-17 Andrew Cagney <cagney@redhat.com>
3026
3027 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
3028 that GNU Press update the manual version number.
3029
ac2adee5
AC
30302003-03-12 Andrew Cagney <cagney@redhat.com>
3031
3032 * gdbint.texinfo (Target Architecture Definition): Delete
3033 references to get_saved_register. Rename GET_SAVED_REGISTER to
3034 DEPRECATED_GET_SAVED_REGISTER.
3035
749b82f6
AC
30362003-03-13 Andrew Cagney <cagney@redhat.com>
3037
3038 * gdbint.texinfo (Target Architecture Definition): Replace
3039 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
3040
8bedc050
AC
30412003-03-12 Andrew Cagney <cagney@redhat.com>
3042
3043 * gdbint.texinfo (Target Architecture Definition): Rename
3044 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 3045
0ce1b118
CV
30462003-03-10 Corinna Vinschen <vinschen@redhat.com>
3047
3048 * gdb.texinfo: Add File-I/O documentation.
3049
12cc2063
AC
30502003-03-10 Andrew Cagney <cagney@redhat.com>
3051
3052 * gdbint.texinfo (Target Architecture Definition): Cross reference
3053 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
3054
7453dc06
AC
30552003-03-07 Andrew Cagney <cagney@redhat.com>
3056
3057 * gdb.texinfo (Debugging Output): Mention the "set/show debug
3058 frame" command.
3059
6314f104
AC
30602003-03-05 Andrew Cagney <cagney@redhat.com>
3061
3062 * gdbint.texinfo (Target Architecture Definition): Document
3063 unwind_dummy_id. Cross reference unwind_dummy_id and
3064 SAVE_DUMMY_FRAME_TOS.
3065
f1212245
DJ
30662003-03-05 James Ingham <jingham@apple.com>
3067 Daniel Jacobowitz <drow@mvista.com>
3068
3069 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
3070 and "show cp-abi".
3071
77e7e267
AC
30722003-03-03 Andrew Cagney <cagney@redhat.com>
3073
3074 * gdbint.texinfo (Target Architecture Definition): Document
3075 register_type.
3076
838a8221
AC
30772003-03-03 Andrew Cagney <cagney@redhat.com>
3078
3079 * stabs.texinfo (Structures): Use @samp and separate @var's
3080 instead of a single @var containing a comma separated list.
3081 (Unions): Ditto.
3082
d7f4a264
DJ
30832003-03-02 Daniel Jacobowitz <drow@mvista.com>
3084
3085 * Makefile.in (distclean): Remove config.log.
3086
f30ee0bc
AC
30872003-03-01 Andrew Cagney <cagney@redhat.com>
3088
3089 * gdbint.texinfo (Target Architecture Definition): Rename
3090 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
3091
30922003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
3093
3094 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
3095 DEPRECATED_INIT_EXTRA_FRAME_INFO.
3096
be448670
CF
30972003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
3098
3099 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
3100 (Non-debug DLL symbols): New node, describing the minimal symbols
3101 loaded from DLLs without real debugging symbols.
3102
501eef12
AC
31032003-02-20 Andrew Cagney <ac131313@redhat.com>
3104
3105 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
3106 hardware-breakpoint-limit".
3107 (Set Watchpoints): Add cross reference to "set remote
3108 hardware-watchpoint-limit".
3109 (Remote configuration options): New section.
3110
21c294e6
AC
31112003-02-04 Andrew Cagney <ac131313@redhat.com>
3112
e9be73e4
AC
3113 * gdbint.texinfo (Target Architecture Definition): Delete
3114 descrption of IS_TRAPPED_INTERNALVAR.
3115
21c294e6
AC
3116 From Keith Seitz <keiths@redhat.com>:
3117 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
3118 option "-i"/"--interpreter" to this chapter. Include index
3119 entries.
3120
0179ffac
DC
31212003-02-04 David Carlton <carlton@math.stanford.edu>
3122
3123 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
3124 (Variables): Recommend stabs+ and DWARF 2.
3125 (C plus plus expressions): Correct info about
3126 compiler versions, debug formats.
3127 (Contributors): Change 'DWARF2' to 'DWARF 2'.
3128 PR symtab/874.
3129
7ca9f392
AC
31302003-02-01 Andrew Cagney <ac131313@redhat.com>
3131
3132 * gdbint.texinfo (Target Architecture Definition): Delete
3133 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
3134 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
3135 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
3136 references to nindy and i960.
3137 * gdb.texinfo (i960): Delete all references to i960 and nindy.
3138
31a85ea2
AC
31392003-02-01 Andrew Cagney <ac131313@redhat.com>
3140
3141 * gdbint.texinfo (Target Architecture Definition): Delete
3142 FLOAT_INFO.
3143
6b894e49
AC
31442003-01-30 Andrew Cagney <ac131313@redhat.com>
3145
3146 * stabs.texinfo (Member Type Descriptor): Clarify description of
3147 `@'. Suggested by Ben Hutchings.
3148
c48861fb
AC
31492003-01-29 Andrew Cagney <ac131313@redhat.com>
3150
3151 * gdb.texinfo (M68K): Delete reference to es1800.
3152
617073a9
AC
31532003-01-29 Andrew Cagney <ac131313@redhat.com>
3154
3155 * gdb.texinfo (Maintenance Commands): Document `maint print
3156 reggroups' and `maint print register-groups'.
3157 * gdbint.texinfo (Target Architecture Definition): Document
3158 register_reggroup_p.
3159
5b5d99cf
JB
31602003-01-23 Jim Blandy <jimb@redhat.com>
3161
3162 * gdb.texinfo (Separate Debug Files): New section.
3163
e7ba9c65
DJ
31642003-01-22 Daniel Jacobowitz <drow@mvista.com>
3165
3166 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
3167 and "maint show profile".
3168
94e91d6d
MC
31692003-01-16 Michael Chastain <mec@shout.net>
3170
3171 * gdb.texinfo (Installing GDB): Warn against
3172 ".../gdb-VERSION/gdb/configure".
3173 (Separate Objdir): Likewise.
3174
867f3898
AC
31752003-01-15 Andrew Cagney <ac131313@redhat.com>
3176
3177 * gdbint.texinfo (Target Architecture Definition): Delete
3178 definition of PRINT_REGISTER_HOOK.
3179
f153cc92
EZ
31802003-01-15 Elena Zannoni <ezannoni@redhat.com>
3181
3182 (OpenRISC 1000): Fix formatting of command names.
3183
c60eb6f1
EZ
31842003-01-15 Elena Zannoni <ezannoni@redhat.com>
3185
3186 * gdb.texinfo (Continuing and Stepping): Add new command
3187 'advance'. Clarify behavior of 'until'.
3188
f5ebfba0
DJ
31892003-01-13 Daniel Jacobowitz <drow@mvista.com>
3190
3191 * gdb.texinfo (Files): Document solib-absolute-prefix and
3192 solib-search-path.
3193
4ce8657e
MC
31942003-01-09 Michael Chastain <mec@shout.net>
3195
3196 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
3197 (Create a Release): Add new instructions for new @file{src-release}.
3198 Document existing instructions for @file{Makefile.in} as
3199 being for @value{GDBN} 5.3.1 or earlier.
3200
372613e3
AC
32012003-01-09 Andrew Cagney <ac131313@redhat.com>
3202
3203 * gdbint.texinfo (Target Architecture Definition): Mention
3204 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
3205 allocate memory.
3206
b4e9345d
DJ
32072003-01-04 Daniel Jacobowitz <drow@mvista.com>
3208
3209 * gdb.texinfo (Controlling GDB): Add @kindex for
3210 "show osabi".
3211 (Backtraces): Add @kindex's for backtrace-below-main.
3212
98b45e30
DJ
32132003-01-04 Daniel Jacobowitz <drow@mvista.com>
3214
3215 * gdb.texinfo (Controlling GDB): Document "set osabi".
3216
95f90d25
DJ
32172003-01-04 Daniel Jacobowitz <drow@mvista.com>
3218
3219 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
3220 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
3221
1e698235
DJ
32222003-01-04 Daniel Jacobowitz <drow@mvista.com>
3223
3224 * gdb.texinfo (Controlling GDB): Add ABI section. Document
3225 "set coerce-float-to-double".
3226 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
3227
e632838e
AC
32282003-01-02 Andrew Cagney <ac131313@redhat.com>
3229
3230 * stabs.texinfo: Remove obsolete text.
3231 * gdbint.texinfo: Ditto.
3232 * gdb.texinfo: Ditto.
3233
c133ab7a
MK
32342002-12-22 Mark Kettenis <kettenis@gnu.org>
3235
3236 * gdbint.texinfo (Target Architecture Definition): Update
3237 description of gdbarch_register_osabi.
3238
f821f325
KH
32392002-12-20 Kazu Hirata <kazu@cs.umass.edu>
3240
3241 * agentexpr.texi: Fix typos.
3242 * annotate.texi: Likewise.
3243 * fdl.texi: Likewise.
3244
85a6d8d3 32452002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
3246
3247 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
3248 DEPRECATED_INIT_FRAME_PC.
3249
ae45cd16
AC
32502002-12-01 Andrew Cagney <ac131313@redhat.com>
3251
3252 * gdbint.texinfo (Target Architecture Definition): Delete
3253 PC_IN_CALL_DUMMY.
3254
07555a72
AC
32552002-11-28 Andrew Cagney <ac131313@redhat.com>
3256
3257 * gdbint.texinfo (Host Definition): Delete documentation on
3258 USE_GENERIC_DUMMY_FRAMES.
3259
c166cdc7
EZ
32602002-11-26 Elena Zannoni <ezannoni@redhat.com>
3261
5ae4183a 3262 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
3263 * Makefile.in (install-info): Run the install-info command as part
3264 of the post install steps only.
3265 (uninstall-info): New target.
3266 (uninstall): New target.
3267
35db0260
EZ
32682002-11-22 Elena Zannoni <ezannoni@redhat.com>
3269
3270 * Makefile.in (install): Make install do some real work.
3271
9ba8d803
AC
32722002-11-19 Andrew Cagney <ac131313@redhat.com>
3273
3274 Fix POSIX problem reported by Paul Eggert.
3275 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
3276 Fix PR gdb/527.
3277
903ad3a6
AC
32782002-10-26 Andrew Cagney <cagney@redhat.com>
3279
3280 * gdbint.texinfo (Target Architecture Definition): Delete
3281 definition of DO_REGISTERS_INFO.
3282
f2abfe65
KB
32832002-10-18 Kevin Buettner <kevinb@redhat.com>
3284
3285 * gdbint.texinfo (Address Classes): Fix problems with insertion
3286 of ``{'' and ``}'' in example.
3287
b5b0480a
KB
32882002-10-17 Kevin Buettner <kevinb@redhat.com>
3289
3290 * gdbint.texinfo (Address Classes): New section.
3291 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
3292 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
3293 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
3294 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
3295
c85508ee
KD
32962002-10-11 Klee Dienes <kdienes@apple.com>
3297
3298 * gdb.texinfo (Registers): Mention vector registers as well as
3299 floating registers in the documentation for 'info registers' and
3300 'info all-registers'.
3301
6d12fc3d
DJ
33022002-10-11 Daniel Jacobowitz <drow@mvista.com>
3303
3304 * gdbint.texinfo (CPLUS_MARKER): Remove item.
3305
8d19fbd2
JJ
33062002-10-03 Jeff Johnston <jjohnstn@redhat.com>
3307
3308 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
3309 interface definition.
3310
a37295f9
MM
33112002-10-03 Marko Mlinar <markom@opencores.org>
3312
3313 * gdb.texinfo (Target Commands): Add or1k target specific
3314 commands.
3315 * gdb.texinfo (Contributors): Add myself to the contributors list.
3316
da0f9dcd
AC
33172002-10-01 Andrew Cagney <ac131313@redhat.com>
3318
3319 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
3320 and "mi1" instead of "mi1" and "mi0".
3321
2e834e49
HPN
33222002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
3323
3324 * gdb.texinfo (Packets): Fix typos "alligned".
3325 Correct z3/Z3 description. Correct z4/Z4 title.
3326
050be0dc
AC
33272002-09-27 Andrew Cagney <ac131313@redhat.com>
3328
3329 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
3330
1104b9e7
KB
33312002-09-25 Kevin Buettner <kevinb@redhat.com>
3332
3333 * gdb.texinfo: Use GNU/Linux instead of Linux.
3334
512217c7
AC
33352002-09-25 Andrew Cagney <ac131313@redhat.com>
3336
3337 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
3338
10998722
AC
33392002-09-24 Andrew Cagney <ac131313@redhat.com>
3340
512217c7 3341 * gdb.texinfo: Replace @example with @smallexample.
10998722 3342
a0eb71c5
KB
33432002-09-20 Kevin Buettner <kevinb@redhat.com>
3344
f7dc1244 3345 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
3346 * gdb.texinfo (Character Sets): Use @smallexample instead of
3347 @example. Use GNU/Linux instead of Linux.
3348
33492002-09-20 Jim Blandy <jimb@redhat.com>
3350
3351 * gdb.texinfo: Add character set documentation.
3352
2f870471
AC
33532002-09-19 Andrew Cagney <ac131313@redhat.com>
3354
3355 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
3356 (Packets): Add cross reference from `b' packet to `z' packets.
3357
790eb8f5
AC
33582002-09-19 Andrew Cagney <ac131313@redhat.com>
3359
8d30a00d
AC
3360 * gdb.texinfo (Maintenance Commands): Document ``maint
3361 internal-error'' and ``maint internal-warning''.
3362
790eb8f5
AC
3363 * gdbint.texinfo (Target Architecture Definition): Revise
3364 description of STACK_ALIGN. Add description of FRAME_ALIGN.
3365
a23a7bf1
JB
33662002-09-19 Joel Brobecker <brobecker@gnat.com>
3367
3368 * gdbint.texinfo (Target Conditionals): Document the new
3369 NAME_OF_MALLOC macro.
3370
299ffc64
AC
33712002-09-05 Andrew Cagney <ac131313@redhat.com>
3372
3373 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
3374 engineer.
3375
b7bb15bc
SC
33762002-09-02 Stephane Carrez <stcarrez@nerim.fr>
3377
3378 * gdb.texinfo (TUI Overview): Document status line fields.
3379
3d757584
SC
33802002-09-02 Stephane Carrez <stcarrez@nerim.fr>
3381
3382 * gdb.texinfo (TUI Commands): Document info win command.
3383
269c21fe
SC
33842002-09-01 Stephane Carrez <stcarrez@nerim.fr>
3385
3386 * gdb.texinfo (TUI Overview): Document breakpoint markers.
3387
7cf36c78
SC
33882002-09-01 Stephane Carrez <stcarrez@nerim.fr>
3389
3390 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
3391 (TUI Keys): Likewise.
3392
d2c6833e
AC
33932002-08-25 Andrew Cagney <ac131313@redhat.com>
3394
3395 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
3396 for a packet receive.
3397
46d8b1c3
AC
33982002-08-25 Andrew Cagney <ac131313@redhat.com>
3399
3400 * Makefile.in (clean): Move to end of file.
3401 (distclean, maintainer-clean, realclean): Ditto.
3402 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
3403 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
3404 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
3405 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
3406
b0787093
AC
34072002-08-24 Andrew Cagney <ac131313@redhat.com>
3408
3409 * Makefile.in (GDBINT_TEX_TMPS): Define.
3410 (gdbint.dvi, gdbint.pdf): Use
3411 (GDB_TEX_TMPS): Define.
3412 (gdb.dvi, gdb.pdf): Use.
3413 (STABS_TEX_TMPS): Define.
3414 (stabs.dvi, stabs.pdf): Use.
3415 (GDB_DOC_SOURCE_INCLUDES): New macros.
3416 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
3417 (GDBINT_DOC_FILES_INCLUDES): New macros.
3418 (GDBINT_DOC_BUILD_INCLUDES): New macros.
3419 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
3420 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
3421 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
3422 (links2roff): Replace SFILES_INCLUDED with
3423 GDB_DOC_SOURCE_INCLUDES.
3424 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
3425 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
3426 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
3427 dependencies.
3428 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
3429 dependencies.
3430 (gdbmi.texinfo): Delete rule.
3431 (inc-hist.texinfo): Delete rule.
3432 (rluser.texinfo): Delete rule.
3433
ebba8386
AC
34342002-08-23 Andrew Cagney <cagney@redhat.com>
3435
3436 * gdbint.texinfo (Target Architecture Definition): Update
3437 STORE_RETURN_VALUE, mention regcache.
3438
0ab7a791
AC
34392002-08-21 Andrew Cagney <ac131313@redhat.com>
3440
3441 * gdbint.texinfo (Target Architecture Definition): Document
3442 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
3443
ee2d5c50
AC
34442002-08-19 Andrew Cagney <ac131313@redhat.com>
3445
3446 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
3447 Fix minor typos. Add index entries.
3448
53c69bd7
AC
34492002-08-18 Andrew Cagney <ac131313@redhat.com>
3450
3451 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
3452
e76f1f2e
AC
34532002-08-15 Andrew Cagney <ac131313@redhat.com>
3454
3455 * gdbint.texinfo (Target Architecture Definition): Document
3456 PRINT_VECTOR_INFO.
3457 * gdb.texinfo (Vector Unit): Document "info vectors" command.
3458
0680b120
AC
34592002-08-13 Andrew Cagney <ac131313@redhat.com>
3460
3461 * gdb.texinfo (Maintenance Commands): Document "maint print
3462 registers", "maint print raw-registers" and "maint print
3463 cooked-registers".
3464
3c3bea1c
GS
34652002-08-08 Grace Sainsbury <graces@redhat.com>
3466
a9331b3f 3467 From Mark Salter:
3c3bea1c
GS
3468 * gdb.texinfo (Protocol): Document T packet extension to
3469 allow watchpoint address reporting.
3470
42f9b0a5
AC
34712002-08-03 Andrew Cagney <ac131313@redhat.com>
3472
3473 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
3474
db034ac5
AC
34752002-08-01 Andrew Cagney <cagney@redhat.com>
3476
3477 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
3478 to CHILL.
3479
e2b28d04
AC
34802002-08-01 Andrew Cagney <ac131313@redhat.com>
3481
3482 * gdbint.texinfo (Coding): Revise section "Include Files".
3483
7fb623f7
AC
34842002-07-24 Andrew Cagney <cagney@redhat.com>
3485
3486 * gdbint.texinfo: Obsolete references to m88k.
3487 * gdb.texinfo: Ditto.
3488
4a2b4636
JB
34892002-07-10 Joel Brobecker <brobecker@gnat.com>
3490
7fb623f7 3491 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
3492 where the proper version of autoconf can be retrieved.
3493
a71ec265
DH
34942002-07-09 Don Howard <dhoward@redhat.com>
3495
3496 * gdb.texinfo (Command Files): Further describe the behavior of
3497 sourced command files.
3498
b9aa90c9
AC
34992002-06-27 Andrew Cagney <ac131313@redhat.com>
3500
3501 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
3502 (Coding): Clarify ISO C version that GDB assumes.
3503
40dd2248
TT
35042002-06-26 Tom Tromey <tromey@redhat.com>
3505
3506 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
3507 add_setshow_cmd_full.
3508
bfac230e
DH
35092002-06-25 Don Howard <dhoward@redhat.com>
3510
3511 * gdb.texinfo (Memory Region Attributes): Document new behavior
3512 for 'mem' command.
3513
475b0867
JB
35142002-06-11 Jim Blandy <jimb@redhat.com>
3515
919d772c
JB
3516 * gdb.texinfo (Symbols): Update documentation for `info source'
3517 command.
3518
475b0867
JB
3519 * gdb.texinfo (Macros): Call the command `info macro', not
3520 `show macro'.
3521
ba8c9337
AC
35222002-06-09 Andrew Cagney <ac131313@redhat.com>
3523
3524 * gdbint.texinfo (Coding): Add section ``Per-architecture module
3525 data''.
3526
1029b7fa
MK
35272002-06-09 Mark Kettenis <kettenis@gnu.org>
3528
3529 * gdbint.texinfo (Target Architecture Definition): Document
3530 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
3531
16737d73
AC
35322002-06-08 Andrew Cagney <ac131313@redhat.com>
3533
3534 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
3535 lists.
3536
30107679
AC
35372002-06-08 Andrew Cagney <ac131313@redhat.com>
3538
3539 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
3540 Branch''.
3541
3352e23e
AC
35422002-06-01 Andrew Cagney <ac131313@redhat.com>
3543
3544 * gdbint.texinfo (Target Architecture Definition): Add section
3545 ``Converting an existing Target Architecture to Multi-arch''.
3546
cbb09e6a
AC
35472002-05-30 Andrew Cagney <ac131313@redhat.com>
3548
3549 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
3550 to ``Obsoleting code''. Revise.
3551
e2e0bcd1
JB
35522002-05-17 Jim Blandy <jimb@redhat.com>
3553
3554 * gdb.texinfo (C Preprocessor Macros): New chapter.
3555 Include it in the main menu.
3556 (Contributors): Credit Jim Blandy with macro support.
3557 (Compilation): Explain how to get macro information into the
3558 executable.
3559 (Expressions): Note that preprocessor macros are expanded.
3560
9db8d71f
DJ
35612002-05-14 Daniel Jacobowitz <drow@mvista.com>
3562
3563 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
3564 options for `target remote'.
3565
6d531722
AC
35662002-05-13 Andrew Cagney <ac131313@redhat.com>
3567
3568 * gdbint.texinfo (Target Architecture Definition): Delete
3569 documentation on NNPC_REGNUM.
3570
13d01224
AC
35712002-05-11 Andrew Cagney <ac131313@redhat.com>
3572
3573 * gdbint.texinfo (Target Architecture Definition): Document
3574 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
3575 (Target Architecture Definition): Revise section `Using Different
3576 Register and Memory Data Representations'. Add section `Raw and
3577 Virtual Register Representations'.
3578
b2e75d78
AC
35792002-05-11 Andrew Cagney <ac131313@redhat.com>
3580
3581 * gdbint.texinfo (Target Architecture Definition): Mention
3582 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
3583 (Target Architecture Definition): Mention same. Add references to
3584 web pages.
3585
2c8682ee
MS
35862002-05-08 Michael Snyder <msnyder@redhat.com>
3587
3588 * stabs.texinfo (Attributes): Document new "vector" attribute.
3589
0816590b
AC
35902002-05-04 Andrew Cagney <ac131313@redhat.com>
3591
3592 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
3593
2653173e
AC
35942002-05-04 Andrew Cagney <ac131313@redhat.com>
3595
3596 * gdb.texinfo: Delete obsolete references to a29k.
3597
d7bd68ca
AC
35982002-04-24 Andrew Cagney <ac131313@redhat.com>
3599
3600 * gdbint.texinfo (Target Architecture Definition): Replace
3601 IN_SIGTRAMP with PC_IN_SIGTRAMP.
3602
21d83aa5
DM
36032002-04-24 David S. Miller <davem@redhat.com>
3604
3605 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
3606
7673a6cc
DM
36072002-04-21 David S. Miller <davem@redhat.com>
3608
3609 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
3610
d49d1e0a
AC
36112002-04-21 Andrew Cagney <ac131313@redhat.com>
3612
3613 * gdbint.texinfo (Target Architecture Definition): Delete
3614 definition of HAVE_REGISTER_WINDOWS.
3615
f7dc1244 36162002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
3617
3618 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
3619 "Theodore A. Roth" <troth@verinet.com>.
3620
5ca0cb28
DH
36212002-04-15 Don Howard <dhoward@redhat.com>
3622
f7dc1244 3623 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 3624 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 3625 Provide a better explaination of this feature.
5ca0cb28 3626
f208ba17
AC
36272002-04-14 Andrew Cagney <ac131313@redhat.com>
3628
3629 * gdbint.texinfo (Target Architecture Definition): Remove
3630 FRAME_CHAIN_COMBINE.
3631
d5ba91de
MC
36322002-04-12 Michael Chastain <mec@shout.net>
3633
3634 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
3635 REG_STACK_SEGMENT.
3636
26818220
MC
36372002-04-09 Michael Chastain <mec@shout.net>
3638
3639 * gdbint.texinfo (Obsolete Conditionals): Remove references to
3640 PYRAMID_* macros.
3641
129188f6
AC
36422002-04-07 Andrew Cagney <ac131313@redhat.com>
3643
3644 * gdb.texinfo (Bug Reporting): Document that the web is the
3645 prefered way of submitting bug reports.
3646 (Bug Reporting): Delete the s-mail address as the last resort.
3647
8227c0ff
AC
36482002-04-05 Andrew Cagney <ac131313@redhat.com>
3649
3650 * gdbint.texinfo (Target Architecture Definition): Delete
3651 references to TARGET_WRITE_FP and write_fp.
3652
16d9dec6
MS
36532002-03-27 Michael Snyder <msnyder@redhat.com>
3654
3655 * gdb.texinfo: Document new commands dump, append, and restore.
3656
9ae8b82c
AC
36572002-03-27 Andrew Cagney <ac131313@redhat.com>
3658
3659 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
3660 Branch'.
3661
474c8240
AC
36622002-03-18 Andrew Cagney <ac131313@redhat.com>
3663
3664 * gdb.texinfo: Change all examples to @smallexample.
3665 * gdbint.texinfo: Ditto.
a9331b3f 3666
fb0ff88f
AC
36672002-03-18 Andrew Cagney <ac131313@redhat.com>
3668
3669 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
3670 Branches''.
3671
9bb0a4d8
AC
36722002-03-18 Andrew Cagney <ac131313@redhat.com>
3673
3674 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
3675 Policy''.
3676
937f164b
FF
36772002-03-04 Fred Fish <fnf@redhat.com>
3678
3679 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
3680 expresson, suports, dependant, trhe, perhaphs, situtations,
3681 explictily, taged, oportunity, unfortunatly).
3682
a7b40f07
AC
36832002-02-24 Andrew Cagney <ac131313@redhat.com>
3684
3685 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
3686 Remove reference to 3.12.
3687
aab4e0ec
AC
36882002-02-23 Andrew Cagney <ac131313@redhat.com>
3689
3690 * gdbint.texinfo: Include fdl.texi.
3691 (Top): Add GNU Free Documentation License.
3692 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
3693 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
3694 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
3695 (gdbint.info): Add srcdir to include path.
3696 * gdb.texinfo: Include gpl.texi.
3697 (Top): Add Copying.
3698 * gpl.texi: New file.
3699
47b95330
AC
37002002-02-23 Andrew Cagney <ac131313@redhat.com>
3701
3702 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
3703
78c47bea
PM
37042002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
3705
3706 * gdb.texinfo: Document Cygwin native specific commands.
3707
56460a61
DJ
37082002-02-15 Daniel Jacobowitz <drow@mvista.com>
3709
3710 * gdb.texinfo: Document gdbserver ``--attach'' command.
3711
def71bfa
MS
37122002-02-07 Michael Snyder <msnyder@redhat.com>
3713
3714 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
3715 to @code(_ovly_debug_event).
3716
c928edc0
AC
37172002-02-07 Andrew Cagney <ac131313@redhat.com>
3718
3719 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
3720
81d46470
MS
37212002-02-06 Michael Snyder <msnyder@redhat.com>
3722
3723 * gdb.texinfo (overlays): Mention new magic symbol
3724 '_ovly_debug_event', which allows GDB to keep better track
3725 of overlays.
3726
f7dc1244 37272002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
3728
3729 * gdb.texinfo (Memory Region Attributes): Fix the wording.
3730 Suggested by Dmitry Sivachenko.
3731
3732 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
3733
15110bc3
MS
37342002-02-01 Michael Snyder <msnyder@redhat.com>
3735
3736 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
3737
6763aef9
MS
37382002-01-30 Michael Snyder <msnyder@redhat.com>
3739
ac282366
MS
3740 * gdb.texinfo: (remote protocol): Gramatical fix-up.
3741 (set trust-readonly-sections): Document.
6763aef9 3742
8642bc8f
AC
37432002-01-29 Andrew Cagney <ac131313@redhat.com>
3744
3745 * gdbint.texinfo (Releasing GDB): Revise and update.
3746
afe64c1a
AC
37472002-01-28 Andrew Cagney <ac131313@redhat.com>
3748
3749 * gdbint.texinfo (Target Architecture Definition): Delete
3750 description of TARGET_BYTE_ORDER_DEFAULT.
3751
f7dc1244 37522002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
3753
3754 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
3755 <mitya@cavia.pp.ru>.
3756
3d6e1b5a
AC
37572002-01-23 Andrew Cagney <ac131313@redhat.com>
3758
3759 * libgdb.texinfo: Delete file.
3760
6c0e9fb3
AC
37612002-01-22 Andrew Cagney <ac131313@redhat.com>
3762
3763 * gdb.texinfo: Remove makeinfo 3.12 hacks.
3764 * gdbint.texinfo: Ditto.
3765
e0ce93ac
AC
3766Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
3767
3768 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
3769
be298bcc
AC
37702002-01-22 Andrew Cagney <ac131313@redhat.com>
3771
3772 * Makefile.in: Update copyright.
3773 (TEXI2DVI): Define.
3774 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
3775 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
3776 gdb-cfg.texi.
3777 (TEXINDEX, PDFTEX): Delete makefile variables.
3778
8e04817f
AC
37792002-01-22 Andrew Cagney <ac131313@redhat.com>
3780
3781 * gdb.texinfo (Protocol): Move section to appendix.
3782
6b2f586d
AC
37832002-01-21 Andrew Cagney <ac131313@redhat.com>
3784
3785 * gdb.texinfo (Remote Debugging): Create a menu.
3786 (Top): Add ``Remote Debugging'' to menu.
3787
6f05cf9f
AC
37882002-01-21 Andrew Cagney <ac131313@redhat.com>
3789
3790 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
3791 serial protocol'' from here.
3792 (Remote Debugging): To here. New chapter.
3793
3fd3d7d2
AC
37942002-01-20 Andrew Cagney <ac131313@redhat.com>
3795
3796 * gdbint.texinfo (Target Architecture Definition): Delete
3797 description of TARGET_BYTE_ORDER_SELECTABLE_P.
3798
7fd60527
AC
37992002-01-20 Andrew Cagney <ac131313@redhat.com>
3800
3801 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
3802 are no longer needed.
3803 (Porting GDB): Add maintainer note about configure.host.
3804
c2f05ac9
AC
38052002-01-20 Andrew Cagney <ac131313@redhat.com>
3806
3807 * gdbint.texinfo (Target Architecture Definition): Remove
3808 definition of IEEE_FLOAT.
3809
f7dc1244 38102002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
3811
3812 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
3813 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
3814 <3diff@gnu.org>
231b2aad 3815
82600034
AC
38162002-01-19 Andrew Cagney <ac131313@redhat.com>
3817
3818 * gdbint.texinfo (Host Definition): Remove references to
3819 MALLOC_INCOMPATIBLE.
3820
7708fa01
AC
38212002-01-17 Andrew Cagney <ac131313@redhat.com>
3822
3823 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
3824 and xyz-xdep.o.
3825
eb12ee30
AC
38262002-01-17 Andrew Cagney <ac131313@redhat.com>
3827
3828 * gdb.texinfo (Maintenance Commands): Add appendix.
3829 (Set Breaks): Copy ``maint info breakpoint'' doco to
3830 ``Maintenance Commands'' appendix. Add reference.
3831
c9ccaa92
AC
38322002-01-17 Andrew Cagney <ac131313@redhat.com>
3833
3834 * fdl.texi: Remove next/prev from @node.
3835
f7dc1244 38362002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
3837
3838 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
3839 for monstrous @multitable (from Brian Youmans).
3840
3841 * fdl.texi: New file.
3842
3843 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
3844
8973da3a
AC
38452002-01-15 Andrew Cagney <ac131313@redhat.com>
3846
3847 * gdbint.texinfo (Releasing GDB): New chapter.
3848
7d86b5d5
AC
38492002-01-14 Andrew Cagney <ac131313@redhat.com>
3850
3851 * gdb.texinfo (Embedded Processors, Calling program functions):
3852 Obsolete references to a29k.
3853
cc1cb004
AC
38542002-01-13 Andrew Cagney <ac131313@redhat.com>
3855
3856 * gdbint.texinfo (Coding): Review Cleanups section. Examples
3857 examples. Document that a code-block should do or discard its
3858 cleanups before exit.
3859
79f12247
MS
38602002-01-11 Michael Snyder <msnyder@redhat.com>
3861
3862 * gdb.texinfo (Choosing files): Change @samp to @file.
3863
19837790
MS
38642002-01-05 Michael Snyder <msnyder@redhat.com>
3865
3866 * gdb.texinfo (--pid): Document new command line option (attach).
3867
f7dc1244 38682002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
3869
3870 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
3871 in the stub.
3872
d7449b42
AC
38732002-01-04 Andrew Cagney <ac131313@redhat.com>
3874
3875 * gdbint.texinfo (Target Architecture Definition): Replace
3876 BIG_ENDIAN with BFD_ENDIAN_BIG.
3877
f23631e4
AC
38782002-01-03 Andrew Cagney <ac131313@redhat.com>
3879
3880 * gdbint.texinfo (Target Architecture Definition): Replace
3881 value_ptr with struct value pointer.
3882
72c9928d
EZ
38832002-01-02 Eli Zaretskii <eliz@gnu.org>
3884
3885 * gdb.texinfo (Free Software): Fix wording.
3886
959acfd1
EZ
38872001-12-31 Eli Zaretskii <eliz@gnu.org>
3888
3889 * gdb.texinfo (Free Software): New section ``Free Software Needs
3890 Free Documentation''.
3891
f7dc1244 38922001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
3893
3894 * stabs.texinfo:
3895 * gdb.texinfo:
3896 * gdbint.texinfo:
3897 * libgdb.texinfo:
3898 * annotate.texi: Fix the application of GFDL in the Copyright notice.
3899
6600abed
MS
39002001-12-29 Michael Snyder <msnyder@redhat.com>
3901
3902 * gdb.texinfo (maint info sections): Fix typo.
3903
f6680716
MS
39042001-12-26 Michael Snyder <msnyder@redhat.com>
3905
fe95c787
MS
3906 * gdb.texinfo (maint info sections): Document.
3907
a9331b3f 3908 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
3909 'info proc' sub-options that are currently not implemented.
3910
c3d3ce5b
JB
39112001-12-20 Jim Blandy <jimb@redhat.com>
3912
3913 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
3914
778eb05e
AC
39152001-12-15 Andrew Cagney <ac131313@redhat.com>
3916
3917 * gdbint.texinfo (Target Architecture Definition): Replace
3918 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
3919
2607059c
AC
39202001-12-01 Andrew Cagney <ac131313@redhat.com>
3921
3922 * gdbint.texinfo (Host Definition): Delete documentation on
3923 HOST_BYTE_ORDER.
3924
df0cd8c5
JB
39252001-11-30 Jim Blandy <jimb@redhat.com>
3926
3927 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 3928 overlay support. Add to top-level menu.
df0cd8c5 3929
88118b3a
TT
39302001-11-26 Tom Tromey <tromey@redhat.com>
3931
3932 * gdb.texinfo (Command Syntax): Document C-o binding.
3933
96565e91
CF
39342001-07-26 Christopher Faylor <cgf@redhat.com>
3935
3936 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
3937 use since it is described in the referenced section.
3938
f7dc1244 3939 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
3940 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
3941 clearer when using DJGPP.
3942
2a3d5645
CF
39432001-11-24 Christopher Faylor <cgf@redhat.com>
3944
3945 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
3946 specifically refer to MS-DOS.
3947 (command files): Mention gdb.ini is only used on MS-DOS.
3948
aa26fa3a
TT
39492001-11-21 Tom Tromey <tromey@redhat.com>
3950
3951 * gdb.texinfo (Invoking GDB): Document --args.
3952 (Mode Options): Likewise.
3953
4f8ada06
JB
39542001-11-21 Jim Blandy <jimb@redhat.com>
3955
3956 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
3957 Delete documentation; this macro has been removed from the
3958 sources.
3959
3fe0dc10
JB
39602001-11-13 Jim Blandy <jimb@redhat.com>
3961
3962 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
3963
9e5abb06
CV
39642001-11-06 Corinna Vinschen <vinschen@redhat.com>
3965
3966 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
3967
1c5dfdad
MS
39682001-11-05 Michael Snyder <msnyder@redhat.com>
3969
a9331b3f 3970 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
3971 quote regexp chars in function names such as "operator*()".
3972
990f9fe3
FF
39732001-11-01 Fred Fish <fnf@redhat.com>
3974
3975 * gdbint.texinfo (SOLIB_ADD): Document additional new
3976 "readsyms" arg.
3977
b433d00b
DH
39782001-10-30 Don Howard <dhoward@redhat.com>
3979
070b1dd3
DH
3980 * gdb.texinfo: (Command Files) Added documentation for the
3981 behavior of gdb with input redirected from a file.
b433d00b 3982
b7209cb4
FF
39832001-10-28 Fred Fish <fnf@redhat.com>
3984
3985 * gdb.texinfo (auto-solib-add): Change docs to match
3986 implementation change.
3987 (auto-solib-limit): Add docs for new variable.
3988
1aa20aa8
AC
39892001-10-15 Andrew Cagney <ac131313@redhat.com>
3990
3991 * gdbint.texinfo (Target Architecture Definition): Function
3992 value_as_pointer renamed to value_as_address.
3993
fc0c74b1
AC
39942001-10-15 Andrew Cagney <ac131313@redhat.com>
3995
3996 * gdbint.texinfo (Target Architecture Definition): Default
3997 POINTER_TO_ADDRESS functions assume unsigned addresses.
3998 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
3999 posting by Jim Blandy.
4000
f4846649
JB
40012001-10-12 Jim Blandy <jimb@redhat.com>
4002
4003 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
4004 version of texi2html (1.64) doesn't support this flag any more.
4005
f277788b
MK
40062001-09-08 Mark Kettenis <kettenis@gnu.org>
4007
a9dc4918
MK
4008 * gdbint.texinfo (Host Definition): Remove description of
4009 MEM_FNS_DECLARED.
4010
d28379df
MK
4011 * gdbint.texinfo (Host Definition): Remove description of R_OK.
4012
f277788b
MK
4013 * gdbint.texinfo (Host Definition): Remove description of
4014 HAVE_SIGSETMASK.
4015
7ccaa899
EZ
40162001-09-04 Elena Zannoni <ezannoni@redhat.com>
4017
4018 * gdbint.texinfo (Target Architecture Definition): Add
4019 explanation of TARGET_PRINT_INSN macro.
4020
17d9d558
JB
40212001-08-30 Jim Blandy <jimb@redhat.com>
4022
4023 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
4024 Explain what it means to load relocatable files.
4025
72cde065
JB
40262001-08-28 Jim Blandy <jimb@redhat.com>
4027
4028 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
4029 info `top' menu.
4030
9e678452
CF
4031Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
4032
4033 * gdbint.texinfo: Add a cautionary note about macro use.
4034
a2bea4c3 40352001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 4036
a2bea4c3
CV
4037 * gdb.texinfo: Explain omitting the hostname in the
4038 `target remote' command.
4039
1129bf27
DJ
40402001-07-30 Daniel Jacobowitz <drow@mvista.com>
4041
4042 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
4043 and END-INFO-DIR-ENTRY.
4044
732b3002
SC
40452001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4046
4047 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
4048
89437448
AC
40492001-07-25 Andrew Cagney <ac131313@redhat.com>
4050
4051 * gdbint.texinfo (libgdb): Rewrite.
4052
f7dc1244 40532001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
4054
4055 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
4056
c4555f82
SC
40572001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4058
4059 * gdb.texinfo (TUI): New chapter, document the TUI.
4060 (Mode Options): Document the -tui option.
4061
2f45a6e0
MK
40622001-07-23 Mark Kettenis <kettenis@gnu.org>
4063
4064 * gdbint.texinfo (Host Definition): Remove description of
4065 NEED_POSIX_SETPGID.
4066
f7dc1244 40672001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
4068
4069 * gdb.tex (DJGPP Native): New node, with descriptions of
4070 DJGPP-specific commands.
4071
be9c6c35
JM
40722001-07-19 John R. Moore <jmoore@redhat.com>
4073
4074 * gdbint.texinfo: Three misspellings.
4075
dfa249fb
AC
40762001-07-06 Andrew Cagney <ac131313@redhat.com>
4077
4078 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
4079 `test` expressions on bash. Problem reported by Colin Walters.
4080
c72e7388
AC
40812001-07-04 Andrew Cagney <ac131313@redhat.com>
4082
4083 * gdbint.texinfo (User Interface): Update ui-out documentation to
4084 refelect recent UI/MI updates.
4085
94bbb2c0
AC
40862001-07-04 Andrew Cagney <ac131313@redhat.com>
4087
4088 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
4089 interpreters.
4090
af6c57ea
AC
40912001-06-15 Andrew Cagney <ac131313@redhat.com>
4092
4093 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
4094 structure and not macros.
4095 (Host Definition): Document that much of this chapter is obsolete.
4096 (Target Architecture Definition): Update list of files that make
4097 up a target architecture.
4098 (Coding): Update.
4099
83aa8bc6
AC
41002001-06-28 Andrew Cagney <ac131313@redhat.com>
4101
4102 * gdbint.texinfo (Target Architecture Definition): Update
4103 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
4104 The latter has been changed to a true predicate.
4105
f7dc1244 41062001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
4107
4108 * annotate.texi: Add @noindent where needed. From Dmitry
4109 Sivachenko <dima@Chg.RU>.
4110 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
4111
656db9b0
AC
41122001-06-16 Andrew Cagney <ac131313@redhat.com>
4113
4114 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
4115
df2396a1
AC
41162001-06-14 Andrew Cagney <ac131313@redhat.com>
4117
4118 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
4119 returns ``OK''. Document that the ``R'' packet does not reply.
4120
0f1f2b0a
MS
41212001-06-13 Michael Snyder <msnyder@redhat.com>
4122
4123 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
4124
f7dc1244 41252001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
4126
4127 * gdb.texinfo (Signals): Clarify the default setting of signal
4128 handling.
4129
a5d7c491
AC
41302001-05-14 Andrew Cagney <ac131313@redhat.com>
4131
4132 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
4133 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
4134
05a54c4f
AC
41352001-05-12 Andrew Cagney <ac131313@redhat.com>
4136
4137 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
4138
f7dc1244 41392001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
4140
4141 * gdbint.texinfo (Clean Design and Portable Implementation):
4142 Renamed from "Clean Design".
4143 (Clean Design and Portable Implementation): Document portable
4144 methods of handling file names, and the associated macros.
4145
f7dc1244 41462001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
4147
4148 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
4149 command and provide a cross-reference to its description.
4150 (Symbols): Note that "info scope" is useful for trace experiments.
4151
f7dc1244 41522001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 4153
b37052ae
EZ
4154 * gdb.texinfo (Symbols): Document "info scope".
4155 (Tracepoints): New chapter.
4156 (Contributors): Update for v5.1.
4157 <All nodes>: Change "C++" to "C@t{++}".
4158
0ee54786
EZ
4159 * gdbint.texinfo (User Interface): A new section about ui_out
4160 functions, based on text written by Fernando Nasser.
4161
c534679c
EZ
4162 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
4163
f7dc1244 41642001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 4165
e9c75b65
EZ
4166 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
4167
4168 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
4169
4170 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
4171 Replace "GDB" with "@value{GDBN}". Fix markup.
4172
4173 * annotate.texi: Change Permissions to GFDL. Update Copyright.
4174
3d67e040
EZ
4175 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
4176 a cross-reference to its description.
4177 (Symbols): Document "info symbol".
4178
f7dc1244 41792001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
4180
4181 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
4182 subsection "x86 Watchpoints".
4183 (Target Architecture Definition): Document the macros
4184 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
4185 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
4186
b0ed3589
AC
41872001-03-20 Andrew Cagney <ac131313@redhat.com>
4188
4189 * gdbint.texinfo (Target Architecture Definition): Update
4190 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
4191 list.
4192
b6ba6518
KB
41932001-03-06 Kevin Buettner <kevinb@redhat.com>
4194
4195 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
4196 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
4197
f7dc1244 41982001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
4199
4200 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
4201
f7dc1244 42022001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 4203
17cc6a06
EZ
4204 * gdb.texinfo (Environment): Document that `path' does not change
4205 the value of PATH in GDB's own environment (it did in the past,
4206 but that was changed on March 15, 1994). Reported by Doug Evans
4207 <dje@transmeta.com>.
4208
56caf160
EZ
4209 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
4210 its line. Fix markup of commands and macros. Add an Index node
4211 and index entries.
4212
29e57380
C
42132001-01-23 J.T. Conklin <jtc@redback.com>
4214
4215 * gdb.texinfo (Memory region attributes): New manual section.
4216
1c6147de
ND
42172001-01-04 Nicholas Duffek <nsd@redhat.com>
4218
4219 * gdbint.texinfo (POP_FRAME): Document use by return_command.
4220
f7dc1244 42212000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
4222
4223 * refcard.tex: Version and copyright fixed. From Phil Edwards
4224 <pedwards@disaster.jaj.com>.
4225
0dcedd82
AC
4226Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
4227
4228 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
4229 DWARF2_REG_TO_REGNUM): Document.
4230
3b851bce
AC
4231Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
4232
4233 * gdbint.texinfo (Coding): Update current value of
4234 --enable-build-warnings. Mention --enable-gdb-build-warnings.
4235
f7dc1244 42362000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
4237
4238 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
4239 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
4240
b90a5f51
CF
42412000-11-10 Christopher Faylor <cgf@cygnus.com>
4242
4243 * gdb.texinfo: Document new 'set step-mode' command.
4244
f7dc1244 42452000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
4246
4247 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
4248 changes from Dmitry Sivachenko <dima@Chg.RU>.
4249
f7dc1244 42502000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
4251
4252 * gdb.texinfo (Hooks): Document the new post-hook functionality.
4253 From Steven Johnson <sbjohnson@ozemail.com.au>.
4254
2e685b93
MK
42552000-08-10 Mark Kettenis <kettenis@gnu.org>
4256
4257 * gdbint.texinfo (Overall Structure): Spelling fix.
4258
f7dc1244 42592000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
4260
4261 * gdbint.texinfo (Target Architecture Definition): Document that
4262 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
4263 for which REGISTER_CONVERTIBLE returns a zero value.
4264
63ac3005
EZ
42652000-07-08 Christopher Faylor <cgf@cygnus.com>
4266
4267 * Makefile.in (install-info): Find files to install in either the
4268 build or source directories (adapted from Makefile.am).
4269
bd79f757
ND
42702000-07-07 Nicholas Duffek <nsd@redhat.com>
4271
4272 * stabs.texinfo: Fix spelling errors.
4273 (String Field): FILE-NUMBER starts from 0, not 1.
4274
f7dc1244 42752000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
4276
4277 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 4278 Brian Youmans.
5f208f6d 4279
f7dc1244 42802000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
4281
4282 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
4283 the source directory. Reported by Mark Harig
4284 <markh@frazier.landmark.com>.
cc542d3b 4285
f3b28801
C
42862000-06-20 J.T. Conklin <jtc@redback.com>
4287
4288 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
4289
449f3b6c
AC
4290Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
4291
4292 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
4293 Generate using pdftex.
4294 (PDFTEX): Define.
4295 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
4296 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
4297 @contents at the start.
4298
f7dc1244 42992000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
4300
4301 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 4302 Youmans.
48e934c6 4303
9e9c5ae7
AC
4304Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
4305
4306 From Brian Youmans:
4307 * gdb.texinfo: Fix ``et al.''.
4308
c741b251
AC
4309Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
4310
4311 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
4312 loop.
4313
4ab64e14
JG
43142000-05-19 Jimmy Guo <guo@cup.hp.com>
4315
4316 * configure: Regenerate.
4317
f7dc1244 43182000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
4319
4320 * Makefile.in (install-info): Run install-info on installed Info
4321 files.
4322
8c70017b
AC
4323Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
4324
a7cb598a
AC
4325 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
4326 Andrew Cagney.
8c70017b 4327
f7dc1244 43282000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
4329
4330 * gdb.texinfo: Proofreading changes from Brian Youmans.
4331
bf0184be
ND
43322000-05-01 Nick Duffek <nsd@cygnus.com>
4333
4334 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
4335 startup sequence, minor edits.
4336
f7dc1244 43372000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
4338
4339 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
4340 TeX.
4341
4342 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
4343 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
4344 like `n' and `s' which look weird. Convert some of the @kindex to
4345 @vindex, when they refer to variables, not commands.
4346
33e16fad
AC
4347Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
4348
4349 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
4350
f7dc1244 43512000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
4352
4353 * Makefile.in (GDBMI_DIR): New variable.
4354 (SET_TEXINPUTS): Add $(GDBMI_DIR).
4355 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
4356 (gdbmi.texinfo): New target, for texi2roff.
4357 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
4358 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
4359
4360 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
4361 gdbmi.texinfo.
4362 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
4363 comment.
4364
d167840f
EZ
43652000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4366
4367 * gdb.texinfo (Files): Update description of add-symbol-file
4368 command.
4369
f7dc1244 43702000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
4371
4372 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
4373 prevents the build (and is generally a Bad Idea).
4374
f7dc1244 43752000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
4376
4377 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
4378 a comma inside @var.
4379 (Command Files): Index markup changes from Dmitry Sivachenko
4380 <dima@Chg.RU>.
4381
f7dc1244 43822000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
4383
4384 * Makefile.in (LN_S): Define.
4385 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
4386 invoke "ln -s" unless it is known to work.
4387
4388 * configure.in (AC_PROG_LN_S): Add.
4389
8dc7983f
JB
43902000-04-14 Jim Blandy <jimb@redhat.com>
4391
4392 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
4393 section.
4394 (Target Conditionals): Document ADDRESS_TO_POINTER,
4395 POINTER_TO_ADDRESS.
4396
1a8237e8
DB
43972000-04-11 Daniel Berlin <dan@cgsoftware.com>
4398
4399 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
4400 gdb-cfg.texi to get the value.
4401
ca526f1a
JB
44022000-04-10 Jim Blandy <jimb@redhat.com>
4403
4404 * gdbint.texinfo (Target Architecture Definition): Fix
4405 cross-references.
4406
faaafcb4
JB
44072000-04-08 Jim Blandy <jimb@redhat.com>
4408
4409 * gdbint.texinfo (Using Different Register and Memory Data
4410 Representations): New section.
4411 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
4412 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
4413 REGISTER_CONVERT_TO_RAW): Document.
4414
1b27397f
AC
4415Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
4416
4417 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
4418 for acknowledgments.
4419
480ff1fb
AC
4420Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
4421
4422 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
4423 qThreadExtraInfo.
4424
a9331b3f 44252000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 4426
a9331b3f
RM
4427 * gdb.texinfo: Clarify which remote debug protocol commands are
4428 required and which are optional.
f1251bdd 4429
dbeb8dbd
AC
4430Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
4431
4432 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
4433 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
4434 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
4435 * annotate.texi: Update.
4436
6d2ebf8b
SS
44372000-03-28 Stan Shebs <shebs@apple.com>
4438
4439 * gdb.texinfo: Update dates, bump to Eighth Edition (note
4440 expectation of additional changes before release), update
4441 ISBN, add copy of top-level menu for @ifhtml, remove explicit
4442 node links, rephrase and/or shorten lines to fix formatting
4443 problem in both regular and @smallbook formats.
4444 * annotate.texi: Shorten lines in example, use smallexample
4445 consistently everywhere.
4446 * Makefile.in: Add comment about texinfo 4.0 html generation.
4447 (SFILES_INCLUDED): Add annotate.texi.
4448
5d161b24
DB
44492000-03-27 Daniel Berlin <dan@cgsoftware.com>
4450
5ae4183a
AS
4451 * gdb.texinfo (Debugging Output): Added new section, documenting
4452 the "set/show debug" commands.
5d161b24 4453
b9deaee7
AC
4454Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
4455
4456 * annotate.texi (Annotations): When GDBN omit @chapter and @node
4457 entry.
4458
4459 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
4460 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
4461 @chapter and @node entries.
a9331b3f 4462
b9deaee7 4463 * gdb.texinfo: Link all top-level nodes.
a9331b3f 4464
9ef47d30
AC
4465Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
4466
4467 * Makefile.in (install-info): Create $(infodir) before installing
4468 files.
4469
cfeada60
FN
44702000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
4471
4472 From David Whedon <dwhedon@gordian.com>
5ae4183a 4473 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 4474
6837a0a2
DB
44752000-03-22 Daniel Berlin <dan@cgsoftware.com>
4476
4477 * gdb.texinfo: Add documentation for the apropos command.
4478
bba2971c
MS
44792000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
4480
4481 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
4482
2b628194
MS
44832000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
4484
a9331b3f 4485 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
4486 two places.
4487
96a2c332
SS
44882000-03-17 Stan Shebs <shebs@apple.com>
4489
4490 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
4491 <dima@Chg.RU>, also clarification of allowed content for
4492 string constants.
4493
f7dc1244 44942000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
4495
4496 * gdb.texinfo (main menu): Add Annotations.
4497 (File Options): Add @cindex entries for each command-line option.
4498 Document --epoch, --annotate, --async, --interpreter, --write,
4499 --statistics, and --version.
4500
4501 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
4502 of GDB.
4503
9d233477
JB
45042000-02-23 Jim Blandy <jimb@redhat.com>
4505
4506 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
4507
14e0eb3b
JB
45082000-02-22 Jim Blandy <jimb@redhat.com>
4509
4510 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
4511
3555de01
JM
45122000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
4513
4514 * Makefile.in (diststuff): New target.
4515
5e35df8e
KB
45162000-02-15 Kevin Buettner <kevinb@redhat.com>
4517
4518 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 4519 architecture. [From Jim Wilson.]
5e35df8e 4520
c5394b80
JM
45212000-01-16 Tom Tromey <tromey@cygnus.com>
4522
4523 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
4524 (Delete Breaks): Mention range arguments.
4525 (Disabling): Likewise.
4526
c3f6f71d
JM
45272000-01-05 Dmitry Sivachenko <dima@Chg.RU>
4528
4529 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
4530
c4093a6a
JM
4531Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
4532
4533 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
4534 valid functions.
4535
11cf8741
JM
45361999-11-05 Stan Shebs <shebs@andros.cygnus.com>
4537
4538 * gdb.texinfo: Clarify regular expressions used in rbreak.
4539
917317f4
JM
45401999-10-15 Kevin Buettner <kevinb@cygnus.com>
4541
4542 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
4543 MEMORY_REMOVE_BREAKPOINT): Document.
4544
4545Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
4546
4547 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
4548 offset re-using the DATA offset instead.
4549
2df3850c
JM
45501999-10-11 Jim Kingdon <kingdon@redhat.com>
4551
4552 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
4553
45541999-10-05 Stan Shebs <shebs@andros.cygnus.com>
4555
4556 From Dmitry Sivachenko <demon@gpad.ac.ru>:
4557 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
4558 typos.
4559
4560 * gdb.texinfo: Various minor wording and formatting improvements,
4561 mentions of additional command-line options.
4562
2acceee2
JM
45631999-09-30 Fred Fish <fnf@cygnus.com>
4564
4565 * gdb.texinfo: Document additional forms of specifying section
4566 names and addresses for the add-symbol-file command.
4567
c2c6d25f
JM
45681999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
4569
4570 * gdbint.texinfo: Fix typo, add the word "have".
4571
45721999-09-14 Jim Blandy <jimb@cris.red-bean.com>
4573
4574 * gdbint.texinfo (Target Architecture Definition): Document the
4575 SKIP_PERMANENT_BREAKPOINT macro.
4576
d4f3574e
SS
45771999-09-07 Stan Shebs <shebs@andros.cygnus.com>
4578
4579 * gdb.texinfo: Fiks speling errers.
4580
4581 * gdb.texinfo: Fix uses of @multitable.
4582
f7dc1244 4583 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e
SS
4584 * gdb.texinfo: Include details specific to DOS host, clarify
4585 some confusing language, fix @ref/@xref/@pxref usages, add
4586 comments about using with optimization, add more indexing,
4587 fix info about disassembly-flavor.
4588
4589Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
4590
4591 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
4592 SKIP_SOLIB_RESOLVER): Define.
4593
4594Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
4595
4596 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
4597 ``g'' packets.
4598
104c1213
JM
45991999-08-30 Stan Shebs <shebs@andros.cygnus.com>
4600
4601 * gdb.texinfo: Create a new "Configurations" chapter with
4602 platform-specific info, inline remote.texi and move sections of it
4603 into the new chapter, move bits about info proc, heuristic search,
4604 and register stack into the new chapter.
4605 * remote.texi: Remove, now part of gdb.texinfo.
4606 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
4607
46081999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
4609
4610 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
4611 GDB_TARGET_IS_MACH386): These kludges have gone away.
4612
4613Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
4614
4615 * gdbint.texinfo (Target Architecture Definition): Mention
4616 TDEPLIBS.
4617
53a5351d
JM
46181999-08-20 Stan Shebs <shebs@andros.cygnus.com>
4619
4620 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
4621 surrounding text to fit HP-UX bits into general info.
4622 (HPPA-cfg.texi): Remove, no longer useful.
4623
4624 * gdb.texinfo: Remove explicit links from @node lines, remove
4625 HP-added "Detailed Node Listing" from main menu which confuses
4626 things.
4627
4628 From Dmitry Sivachenko <dima@Chg.RU>:
4629 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
4630 in description of `set environment'.
4631
46321999-08-17 Stan Shebs <shebs@andros.cygnus.com>
4633
4634 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
4635
7be570e7
JM
46361999-08-12 Ben Elliston <bje@cygnus.com>
4637
4638 * gdbint.texinfo (Breakpoint Handling): Add missing words.
4639
f7dc1244 46401999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
4641
4642 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
4643 watch, awatch, and rwatch. Explain why the latter two cannot be
4644 set as software watchpoints. Document that watchpoints for local
4645 variables are deleted when the debuggee terminates.
4646
4647Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
4648
4649 * remote.texi (Protocol): Further clarification of the "qRcmd"
4650 packet. Allow E.. response packet. "qRcmd" packet is no longer
4651 reserved.
4652
46531999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4654
a9331b3f
RM
4655 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
4656 * gdb.texinfo: Ditto.
7be570e7 4657
96baa820
JM
46581999-08-06 Tom Tromey <tromey@cygnus.com>
4659
4660 * gdb.texinfo (KOD): New node.
4661
4662Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
4663
4664 * remote.texi (Rcmd): Fix minor formatting typos.
4665
4666Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
4667
4668 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
4669 packets.
4670
adf40b2e
JM
46711999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
4672
4673 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
4674 fixes.
4675
43ff13b4
JM
4676Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
4677
4678 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
4679
085dd6e6
JM
4680Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
4681
4682 * remote.texi (Communication Protocol): ``v'' is in use. Fix
4683 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
4684 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
4685 packets that are not supported on all hosts. Expand examples.
4686 Spell check.
4687
46881999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
4689
4690 * Makefile.in: Recognize html, install-html. Add targets
4691 to build HTML versions of documentation via texi2html.
4692
4693Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
4694
4695 * gdbint.texinfo (Testsuite): New chapter, information about the
4696 testsuite.
4697
4698Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
4699
4700 * remote.texi (Communication Protocol): Rewrite.
4701
4702Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
4703
4704 * stabs.texinfo: Fix uses of xref.
4705
9e0b60a8
JM
4706Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
4707
4708 * gdbint.texinfo: Add an anti-printf exhortation, and update the
4709 info about patch submission.
4710
cce74817
JM
4711Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
4712
4713 From Per Bothner <bothner@cygnus.com>:
4714 * gdb.texinfo: Document Chill support.
4715
4716Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
4717
4718 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
4719 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
4720 Document that the value should be greater-than or equal-to zero.
4721 (NO_STD_REGS): Document. Deprecate.
4722
ac9a91a7
JM
4723Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
4724
4725 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
4726 Document that these are not used.
4727
4728Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
4729
4730 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
4731
392a587b
JM
4732Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
4733
4734 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
4735 numargs was dropped.
4736
4737Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
4738
4739 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
4740
b83266a0
SS
4741Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
4742
4743 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
4744 Update.
4745
7a292a7a
SS
4746Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
4747
4748 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
4749 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
4750
4751Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
4752
4753 * gdbint.texinfo: Fix typos: $ -> @.
4754
4755Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
4756
4757 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
4758 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
4759 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
4760 BREAKPOINT_FROM_PC.
a9331b3f 4761
7a292a7a
SS
4762Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
4763
4764 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
4765 CALL_DUMMY_STACK_ADJUST): Document.
4766
4767Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
4768
4769 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
4770 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
4771
47721999-04-02 Stan Shebs <shebs@andros.cygnus.com>
4773
4774 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
4775 longer exists.
4776
4777Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
4778
4779 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
4780 nearly all @ifset/@ifclear conditionals; nobody uses them, and
4781 they make the manual source incomprehensible.
4782 * h8-cfg.texi: Remove, hasn't been used in years.
4783
c906108c
SS
4784Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
4785
4786 * gdb.texinfo: Update the credits.
4787
4788Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
4789
4790 * gdb.texinfo: Fix mistakes noticed in printout of last
4791 draft, add Alpha to discussion of heuristic fence post.
4792
4793Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
4794
4795 * gdb.texinfo, remote.texi: Many changes; update to Seventh
4796 Edition, merge some HP changes into mainline, describe some
4797 previously undocumented features, describe more of the target
4798 commands available, eliminate obsolete section on renamed
4799 commands.
4800 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
4801
4802Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
4803
4804 * gdb.texinfo: Make many HPPA conditionals unconditional,
4805 including catchpoint description, since now on for all configs.
4806 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
4807 specializations.
4808
4809Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
4810
4811 * Makefile.in (GDBvn.texi): Fix match expression to work with
4812 current format of VERSION in gdb/Makefile.in.
4813 * gdb.texinfo: Fix node ref to match new readline.
4814
4815Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
4816
a9331b3f
RM
4817 * gdb.texinfo: Changes made as part of a project to merge in
4818 changes made by HP. Documentation makes extensive use of
c906108c
SS
4819 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
4820 on remote debugging. There are differences in documentation
4821 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
4822 the HP manual discusses catchpoints, hardware watchpoints, and
4823 some HPUX specific limitations for shared library support.
a9331b3f 4824
c906108c
SS
4825 There are also a number of @node changes.
4826
48271999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
4828
4829 * gdbint.texinfo (Formatting): Disambiguate a sentence.
4830 (C Usage): Same.
4831
4832Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
4833
4834 The following changes were made by Edith Epstein
4835 <eepstein@cygnus.com> as part of a project to merge in changes
4836 made by HP.
a9331b3f 4837
c906108c
SS
4838 * HPPA-cfg.texi: new file.
4839
4840 * all-cfg.texi: set HPPA for HP PA-RISC targets.
4841
4842 * refcard.tex: change documentation about catch.
4843 removed info catch.
4844
4845Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
4846
4847 * gdbint.texinfo: Expand on GDB's coding standards,
4848 specify the use of arg names with prototypes.
4849
48501998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
4851
4852 * gdb.texinfo: Fix tipo.
4853
4854Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
4855
4856 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
4857 TARGET_BYTE_ORDER_SELECTABLE_P.
4858
4859Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
4860
4861 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
4862
48631998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
4864
4865 * agentexpr.texi: New file.
4866
4867Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
4868
4869 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
4870
48711998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
4872
4873 * remote.texi: Changed wording that implied that the GDB remote
4874 protocol caches register values instead of GDB itself.
4875
4876Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
4877
4878 * gdbint.texinfo: Add some info about symbol readers.
4879 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
4880 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
4881 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
4882 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
4883
4884Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
4885
a9331b3f 4886 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
4887
4888Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
4889
4890 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
4891
4892Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
4893
4894 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
4895 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
4896
4897Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
4898
4899 * gdbint.texinfo: Fix minor typos.
4900
4901Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
4902
4903 * gdbint.texinfo: Complete overhaul. Group descriptions more
4904 logically, add more info on generic algorithms, remove much
4905 obsolete and/or wrong material.
4906
4907Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
4908
4909 * stabs.texinfo (Method Type Descriptor): Expand and correct.
4910
4911Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
4912
4913 * refcard.tex: Copyright, address updates.
4914
4915Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
4916
4917 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
4918 for the edition instead of confusing GDB-version-like numbers.
4919
4920Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
4921
4922 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
4923
4924Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
4925
5ae4183a 4926 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
4927
4928Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
4929
4930 * gdb.texinfo: Add some credits, mention bug monitor.
4931 * remote.texi: Mention mips monitor targets.
4932 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 4933
c906108c
SS
4934Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
4935
4936 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
4937 files, finish sorting of host vs target vs native macros, describe
4938 some more of them.
4939
4940Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
4941
4942 * gdbint.texinfo (Host Conditionals): Document change from
4943 using NO_MMALLOC to it's inverse, USE_MMALLOC.
4944
4945Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
4946
4947 * gdbint.texinfo (Host Conditionals): Document
4948 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
4949
4950Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
4951
4952 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
4953 Document LSEEK_NOT_LINEAR.
4954
4955Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
4956
4957 * stabs.texinfo (Stab Section Basics): Make it clear that only
4958 some versions of the GNU linker remove the leading N_UNDF symbol.
4959
4960Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
4961
4962 * stabs.texinfo (String Field): Document type number pairs here,
4963 instead of in the Sun specific section.
4964 (Include Files): The GNU linker supports the N_BINCL
4965 optimization. Clarify the N_BINCL value, and what it is used
4966 for.
4967 (Procedures): Document N_FUN with an empty string to mark the end
4968 of a function.
4969 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
4970 (Sun Differences): Remove this node, as the information is now
4971 elsewhere in the main document.
4972 (Stab Section Basics): Mention that the GNU linker may optimize
4973 stabs and remove the leading N_UNDF symbol.
4974
4975Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
4976
4977 * gdb.texinfo, refcard.tex: Restore author credit
4978
4979Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
4980
4981 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
4982 documentation to account for START and END macros taking
4983 one arg.
4984
4985Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
4986
4987 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
4988 * gdb.texinfo (Frames): Fix typo.
4989
4990Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
4991
4992 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
4993 a target_signal as arg type, not a pid.
4994
4995Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
4996
4997 * gdb.texinfo: Document `set assembly-language'.
4998
4999Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
5000
5001 * remote.texi: Update list of stubs in the GDB distribution.
5002
5003Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
5004
5005 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
5006 Also document that some systems can use mmalloc but must define
5007 this if their C runtime allocates memory that is later freed.
5008 (MMCHECK_FORCE): Document new macro.
a9331b3f 5009
c906108c
SS
5010Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
5011
5012 * remote.texi: Add documentation for target Sparclet.
5013
5014Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
5015
a9331b3f 5016 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
5017 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
5018 * configure.in: Rewritten for autoconf.
5019 * configure: New.
5020
5021Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
5022
5023 * Makefile.in (DVIPS): New define, set to dvips.
5024 (dvi): Add stabs.dvi.
5025 (ps): New target.
5026 (all-doc): Depend on info, dvi, and ps targets.
5027 (STAGESTUFF): Add *.ps and *.dvi files.
5028 (clean-info, clean-dvi): Remove.
5029 (mostlyclean): Does not depend upon clean-info or clean-dvi,
5030 rules completely rewritten.
5031 (maintainer-clean): Remove clean-info and clean-dvi
5032 dependencies and put their actions in the rules.
5033 (gdb.ps): New target
a9331b3f 5034 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
5035 intermediate TeX files, whether they have 2 or 3 character
5036 extensions.
5037 (gdbint.ps): Add target and rules.
5038 (gdb-internals): Delete unused target.
5039 (Makefile): Depends upon config.status also.
5040
5041Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
5042
5043 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
5044 set.
5045
5046Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
5047
5048 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
5049 * gdb.texinfo (Expressions): Fix erroneous array constant example.
5050
5051Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
5052
5053 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
5054
5055Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5056
5057 * gdb.texinfo (Print settings): Document
5058 `set/show print static-members' commands.
5059
5060Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
5061
5062 * gdbint.texinfo (Native): Document name change, coredep.c to
5063 core-aout.c.
5064
5065Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
5066
5067 * stabs.texinfo (Include Files): Document the values the SunOS4
5068 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
5069
5070Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
5071
5072 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
5073 Fix typo.
5074
5075Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
5076
5077 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
5078 "gdb.tar.Z".
5079
5080Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
5081
5082 * Makefile.in (maintainer-clean): New target, synonym for
5083 realclean.
5084
5085Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
5086
5087 * Update all FSF addresses except those in COPYING* files.
5088
5089Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
5090
5091 From Richard Earnshaw (rearnsha@armltd.co.uk):
5092 * gdb.texinfo (convenience variables): Document $_exitcode.
5093 (quit): Document optional expression to use as exit code.
5094
5095Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
5096
5097 * gdb.texinfo, remote.texi: Brought up to date with various
5098 GDB changes.
5099
5100Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
5101
5102 * gdb.texinfo: Update dates and versions, fix comments about
5103 hardware watchpoints in future releases and about the
5104 sharedlibrary command.
5105
5106Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5107
5108 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
5109 C_FUN stab. Other cleanups.
5110
5111Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5112
5113 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
5114 for the sparc stub.
5115
5116Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5117
5118 * annotate.texi: Clarify which addresses have differing formats
5119 depending on the language and which do not.
5120
5121Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
5122
5123 * remote.texi (NetWare): Changed example to use BOARD= instead of
5124 NODE= argument to reflect correspoding change to gdbserve.nlm.
5125
5126Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5127
5128 * stabs.texinfo (Negative Type Numbers): Mention the fact that
5129 GDB, as well as AIX dbx, supports the size type attribute.
5130
5131Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5132
5133 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
5134
5135Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
5136
5137 * gdb.texinfo (Define): Document $arg0... arguments to commands,
5138 and new 'if' and 'while' commands.
5139
5140Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
5141
5142 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
5143
5144Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
5145
5146 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
5147 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
5148 NetWare targets. Mostly stolen from the Server node.
5149
5150Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5151
5152 * gdb.texinfo (Setting): Talk about the language of a source file
5153 versus the working language. The old documentation did not match
5154 what GDB did.
5155
5156Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5157
5158 * stabs.texinfo (Source Files): Document N_SO used to mark the end
5159 of a source file.
5160
5161Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5162
5163 * gdb.texinfo (Processes): New node.
5164
5165Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
5166
5167 * remote.texi: Update documentation of set/show mipsfpu.
5168
3fc11d3e
JM
5169Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
5170
5171 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
5172 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
5173
5174Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
5175
5176 * gdbint.texinfo: Removed mentions of some incorrectly placed and
5177 obsolete conditionals, described some others.
5178
5179Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5180
5181 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
5182 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
5183
5184Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
5185
5186 * gdbint.texinfo: Put regex conditionals in their own table.
5187
5188Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
5189
5190 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
5191 described or fixed the descriptions of many others.
5192
5193Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
5194
5195 * gdb.texinfo: Add some more credits.
5196 * gdbint.texinfo: Capitalize GDB consistently, describe some
5197 macros and remove some.
5198
5199Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
5200
5201 * gdbint.texinfo: Removed mentions of many incorrectly placed and
5202 obsolete conditionals, described some others.
5203
5204Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5205
5206 * gdb.texinfo (help targets): Changed to `help target', which
5207 is the correct gdb command.
5208
5209Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5210
5211 * annotate.texi (TODO): New node, for keeping track of annotations
5212 suggested but not yet implemented.
5213
5214Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5215
5216 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
5217 another symbol, it is not the address itself.
5218
5219Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
5220
5221 * stabs.texinfo (Stab Section Basics): Add comment about alignment
5222 of stabs-in-coff sections.
5223
5224Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5225
5226 * annotate.texi: Change edition to 0.5 and date to May 1994.
5227 Add index.
5228 (Frames): New node, for frame annotation.
5229 (Displays): New node, for display annotation.
5230
5231 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
5232 when waiting for your program to stop.
5233
5234Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5235
5236 * annotate.texi (Breakpoint Info): Document annotation of header
5237 fields and record annotation.
5238
5239Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5240
5241 * annotate.texi: New file, to document annotations.
5242
5243Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5244
5245 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
5246 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
5247
5248Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5249
5250 * stabs.texinfo (Stab Section Basics): Say what is in .stab
5251 section, and say n_strx field is compilation unit relative.
5252 * stabs.texinfo: Don't use @code for a.out when it is the name of
5253 an object file format.
5254
5255Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
5256
5257 * gdb.texinfo: Refer to file names, not path names, per rms
5258 convention.
5259 (Arguments): Fix typo.
5260
5261Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5262
5263 * stabs.texinfo (Global Variables): Talk about stabs in files
5264 where variables are referenced, but not defined.
5265
5266Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5267
5268 * stabs.texinfo: Move stuff on @ and # type descriptors from node
5269 Cplusplus to new nodes Member Type Descriptor and Method Type
5270 Descriptor. Re-write stuff for #.
5271
5272Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5273
5274 * gdb.texinfo (Print Settings): Don't document "set print
5275 fast-symbolic-addr off". The bug which it worked around was fixed
5276 on 25 Feb 94 in coffread.c, so I'm nuking the command.
5277
5278 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
5279 N_ENTRY node.
5280
5281 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
5282
5283Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5284
5285 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
5286 references to ieee-float.c.
5287
5288Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5289
5290 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
5291 match what the code actually does.
5292
5293Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5294
5295 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
5296
5297Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
5298
5299 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
5300 i, and b.
5301
5302Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
5303
5304 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
5305 well as for ELF and SOM. Unify the descriptions of ELF and SOM
5306 as "stabs in sections" rather than just saying "ELF and SOM".
5307 Also make that stuff apply to COFF.
5308
5309Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5310
5311 * gdb.texinfo (Formatting Documentation): Change GhostScript to
5312 Ghostscript.
5313
5314Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5315
5316 * gdb.texinfo (Continuing and Stepping): When talking about "step"
5317 versus functions without line numbers, also mention stepping into
5318 them as well as "step" when you are in them. Tell the user how to
5319 deal with the situation. Add comment about "debugging information".
5320
5321Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5322
5323 * stabs.texinfo (Enumerations): Document restriction on where
5324 enumeration types can appear and still win with GDB.
5325
5326Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5327
5328 * stabs.texinfo (Negative Type Numbers): Document format for type
5329 -16.
5330
5331Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5332
5333 * gdb.texinfo (Selection, Frame Info): Update information about
5334 arbitrary frame specficiations.
5335
5336Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
5337
5338 * gdb.texinfo, remote.texi: general editing pass prior to Net release
5339
5340Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5341
5342 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
5343
5344Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
5345
5346 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
5347
5348Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5349
5350 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
5351 Differences node to Statics node.
5352 (Statics): Discuss XCOFF use of V symbol descriptor.
5353
5354 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
5355 not clean.
5356
5357Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
5358
5359 * gdb.texinfo (Print Settings): Document `set print
5360 fast-symbolic-addr' and improve the doc for some other
5361 `set print's.
5362
5363Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5364
5365 * stabs.texinfo (String Field): Talk about defining several type
5366 numbers at once.
5367 Fix lint regarding changing node ELF Transformations to
5368 ELF and SOM Transformations.
5369
5370Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
5371
5372 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
5373
5374Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5375
5376 * stabs.texinfo (Cross-References): `::' is for nested types only
5377 within <>.
5378 (Structures): Document static members.
5379
5380Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5381
5382 * stabs.texinfo: Document S type attribute.
5383
5384Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
5385
5386 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
5387
5388Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
5389
5390 * gdbint.texinfo: Fix a few typos.
5391
5392Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5393
5394 * gdb.texinfo, remote.texi: formatting improvements
5395
5396 * gdb.texinfo (New Features): mention threads.
5397 (Summary, C): fix xrefs in newly contributed text.
5398 (Threads): index entries, clarifications, example
5399 (passim): minor typos fixed, phrasing improvements
5400
5401 * remote.texi (Bootstrapping): rephrase text on ^C and add index
5402 entries; (Server): explain use of gdbserver w/real-time systems,
5403 add example of conflicting TCP port; (MIPS Remote) break up
5404 running text into table, highlighting commands, and add example.
a9331b3f 5405
c906108c
SS
5406Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5407
5408 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
5409
5410Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5411
5412 * stabs.texinfo (Nested Symbols): New node.
5413 (String Field, Symbol Descriptors, Cross-References): Refer to it.
5414
5415Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5416
5417 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
5418 to picking which Bbss.bss symbol to use, and (because there seems to
5419 be no good way of doing it) re-write some of the text to make it
5420 sound like Bbss.bss isn't such a great idea after all (as currently
5421 designed).
5422
5423 * gdb.texinfo (C): In addition to saying people have to use g++ for
5424 good results, say they have to use stabs. Specifically say cfront
5425 doesn't work well.
5426 (Summary): Merge in information on Modula-2, Pascal, and Chill from
5427 the gdb README. Add xrefs to places where the support for the various
5428 languages is described in detail.
5429
5430Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5431
5432 * stabs.texinfo: Clean up stuff about visibility and virtual
5433 characters.
5434
5435 * stabs.texinfo (N_M2C): Cite Sun doc.
5436
5437Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5438
5439 * gdb.texinfo: updates re threads.
5440 * remote.texinfo: avoid index entries starting with digits.
5441
5442Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5443
5444 * stabs.texinfo (Enumerations): Talk about large, negative and
5445 octal values. Clean up cross reference to type attributes.
5446 (String Field): Say that GDB 4.11 supports size attribute.
5447
5448Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5449
5450 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
5451 is a mandatory step. Make the stuff about that more concise.
5452
5453Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5454
5455 * stabs.texinfo (Class Names): New node.
5456
5457 * gdb.texinfo (Command Files): Explain order of init file reading.
5458
5459 * remote.texi (Bootstrapping): Talk about getting the serial driver
5460 to deal with ^C sent by gdb to stop the remote system.
5461
5462Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
5463
5464 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
5465
5466 * libgdb.texinfo (Defining Commands): made the DOC arg
5467 to gdb_define_app_command a char * instead of char **
5468 per a suggestion from kingdon.
5469
5470 * libgdb.texinfo: total rewrite from a different starting
5471 premise.
5472
5473Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5474
5475 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
5476 floats passed as doubles (to improve clarity).
5477
5478Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5479
5480 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
5481
5482 * a4rc.sed: update to work with Andreas Vogel papersize params
5483
5484 * refcard.tex: use Andreas Vogel simplifications of papersize
5485 params; remove useless version info; update copyright date.
5486
5487Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5488
5489 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
5490
5491Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5492
5493 * gdb.texinfo (Files): Say what address the load command loads it at.
5494
5495 * stabs.texinfo (Common Blocks): Minor cleanups.
5496
5497 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
5498 that Sun has backed away from the linker kludge and thus the relevant
5499 issue is changes to the SunPRO tools, not the Solaris linker.
5500
5501 * stabs.texinfo (Traditional Integer Types): Clean up description
5502 of octal bounds a little bit. Document extra leading zeroes.
5503
5504Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5505
5506 * gdb.texinfo (Signaling): Update for symbolic symbol names
5507 and add a section explaining the difference between the GDB
5508 signal command and the shell kill utility.
5509
5510Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
5511
5512 * libgdb.texinfo: added `@' to braces that were unescaped.
5513
5514Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
5515
5516 * libgdb.texinfo: new file. Spec for the gdb library.
5517
5518Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5519
5520 * stabs.texinfo (Include Files): Fix typo (start -> end).
5521
5522Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5523
5524 * gdb.texinfo, remote.texi: assorted small improvements, mostly
5525 from Melissa at FSF's editing pass.
5526
5527Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5528
5529 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
5530 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
5531 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
5532
5533Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5534
5535 * remote.texi (Bootstrapping): Discuss 386 call gates.
5536
5537Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
5538
5539 * stabs.texinfo (Based Variables): New node.
5540
5541Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
5542
5543 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
5544 names, sizes, and formats to suggest how not to lose.
5545
5546Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
5547
5548 * stabs.texinfo (Methods): Fix typo.
5549
5550Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
5551
5552 * gdb.texinfo: Fix a few typos.
5553
5554Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5555
5556 * gdb.texinfo: Clarify how well it works with Fortran.
5557
5558 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
5559 More on relocating stabs in ELF files.
5560
5561Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5562
5563 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
5564
5565Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5566
5567 * stabs.texinfo (Local Variable Parameters): Talk about nameless
5568 parameters on VAX.
5569
5570Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5571
5572 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
5573
5574Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5575
5576 * stabs.texinfo: Make info author notice match the TeX author notice.
5577
5578Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
5579
5580 * stabs.texinfo: Initial-caps all words in node names and
5581 non-trivial words in section names.
5582
5583Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5584
5585 * stabs.texinfo: Many minor cleanups.
5586
5587 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
5588
5589Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
5590
5591 * stabs.texinfo: Remove full description of big example.
5592 It's not really helpful; just use pieces of it where appropriate.
5593 Add more Texinfo formatting directives (@samp, etc.).
5594 Use @deffn to define stab types.
5595 Eliminate some wordiness. Break up some nodes.
5596 Add an (alphabetized) index of symbol types.
5597 Use consistent capitalization style in node and section names.
5598
5599Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
5600
5601 * gdb.texinfo: Change typo "Two two" to "The two".
5602
5603Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5604
5605 * stabs.texinfo (XCOFF-differences): Remove references to
5606 non-existent types N_DECL and N_RPSYM.
5607
5608 * stabs.texinfo (String Field): Say that type attributes bug is
5609 fixed in GDB 4.10, since it is.
5610
5611 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
5612
5613Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
5614
5615 * stabs.texinfo: Formatting cleanups.
5616
5617Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5618
5619 * stabs.texinfo: When explaining the n_type of a stab, standardize
5620 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
5621 no tabs, use @r).
5622 (Global Variables): Clean up.
5623
5624Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5625
5626 * stabs.texinfo (Stack Variables): Re-write.
5627
5628Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5629
5630 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
5631 addresses of a source file. Also revise formatting.
5632 Change "object module" or "object file" to "source file".
5633 Various: Miscellaneous cleanups.
5634
5635Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5636
5637 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
5638
5639Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
5640
5641 * gdbint.texinfo: Removed many nonsensical machine-collected
5642 host and target conditionals, described some of the remainder.
5643
5644Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5645
5646 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
5647
5648 * gdbint.texinfo (Top): Add name to @top line, and re-write the
5649 paragraph which follows.
5650
5651 * gdbint.texinfo (Host): Use @code not @samp for Makefile
5652 variables. Looks better and avoids overful hbox.
5653
5654Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5655
5656 * stabs.texinfo (Procedures): Improve stuff on nested functions.
5657
5658Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5659
5660 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
5661 retransmit-timeout
5662
5663Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5664
5665 * gdbint.texinfo: Update statement about `some ancient Unix
5666 systems, like Ultrix 4.0' to Ultrix 4.2.
5667
5668Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
5669
5670 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
5671
5672 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
5673
5674 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
5675 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
5676
5677 * remote.texi: new name for former gdbinv-s.texi
5678
5679 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
5680
5681Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
5682
5683 * gdbinv-s.texi: Documented timeout and retransmit-timeout
5684 variables for MIPS remote debugging protocol.
5685
5686Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5687
5688 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
5689
5690Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
5691
5692 * Makefile.in (refcard.dvi): Use srcdir where necessary.
5693
5694Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
5695
5696 * gdb.texinfo: repair conditional bugs in text markup
5697
5698Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5699
5700 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
5701 to select Modula-2 material.
5702
5703Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5704
5705 * stabs.texinfo: Cleanups regarding statics.
5706
5707 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
5708 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
5709
5710Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5711
5712 * stabs.texinfo: N_MAIN is sometimes used for C.
5713
5714Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5715
5716 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
5717
5718Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
5719
5720 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 5721 removed from the code by Kingdon.
c906108c
SS
5722
5723Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5724
5725 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
5726 input when evaluating breakpoint conditions; the bug has been fixed.
5727
5728 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
5729 sets the ignore count to N-1, not to N.
5730
5731Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5732
5733 * refcard.tex (\hoffset): correct longstanding error to match
5734 intended offset; avoids cutting off edge on some printers
5735
5736Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5737
5738 * stabs.texinfo (Parameters): Say that order of stabs is significant.
5739
5740Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5741
5742 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
5743
5744Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5745
5746 * Makefile.in: (REFEDITS) new var to control whether PS or CM
5747 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
5748 collect sed edits if any, apply to refcard before formatting;
5749 (refcard.ps) stop implying PS fonts if PS output requested;
5750 (lrefcard.ps) delete extra target for variant PS fonts
5751
5752 * refcard.tex: parametrize papersize dependent info, collect
5753 in easily replaced spot
5754
5755 * a4rc.sed: new file, edits to refcard for A4 paper
5756
5757Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5758
5759 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
5760
5761Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5762
5763 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
5764
5765Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5766
5767 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
5768 politely rather than rudely.
5769
5770Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5771
5772 * stabs.texinfo: Document common blocks.
5773
5774Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
5775
5776 * stabs.texinfo: Add some basic info about stabs-in-elf.
5777
5778Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5779
5780 * stabs.texinfo (Top): Minor cleanup.
5781
5782Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
5783
5784 * Makefile.in (install-info): remove parentdir support
5785
5786Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5787
5788 * gdb.texinfo (Copying): delete this node and references to it;
5789 RMS says this manual need not carry GPL. (passim): Improvements
5790 from last round at FSF, largely due to Ian Taylor review, and
5791 minor formatting improvements.
5792
5793 * gdbinv-s.texi (passim): Improvements from last round at FSF,
5794 largely due to Ian Taylor review. (Debug Session): minor edits to
5795 new text.
5796
5797Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
5798
5799 * Makefile.in (realclean): Remove info and dvi files too.
5800
5801Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
5802
5803 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
5804 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
5805 * gdb.texinfo: Change accordingly.
5806
5807 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
5808 N_{L,R}BRAC,N_SLINE are relative to.
5809
5810Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
5811
5812 * Makefile.in (GDBvn.texi): Update atomically.
5813
5814Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
5815
5816 * gdbinv-s.texi (Debug Session): Document exceptionHook.
5817
5818Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
5819
5820 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
5821 addresses together. Also motivate the set print symbol-filename
5822 command and suggest other solutions.
5823
5824Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
5825
5826 * gdb.texinfo (set print elements): Note that the number of
5827 elements is set to unlimited by "set print elements 0".
5828
5829Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
5830
5831 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
5832 NF_LDOUBLE means.
5833 (Stab Types): Include Solaris stab types.
5834 (Procedures): Document Solaris extensions.
5835
5836Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5837
5838 * gdb.texinfo: Add `set print symbol-filename' doc.
5839
5840Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5841
5842 * stabs.texinfo (Arrays): Talk about type definition vs. type
5843 information.
5844
5845 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
5846 the trailing semicolon.
5847
5848Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5849
5850 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
5851 and merge in other parts of the document addressing these subjects.
5852 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
5853
5854 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
5855 at the end of a range type.
5856
5857 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
5858 AIX extensions.
5859
5860Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5861
5862 * stabs.texinfo (Stabs Format): Misc fixes.
5863
5864Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5865
5866 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
5867 (Traditional builtin types): Document convex convention for long long.
5868 (Negative builtin types): Discuss type names, and misc fixes.
5869
5870Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5871
5872 * stabs.texinfo (Builtin Type Descriptors): Document the floating
5873 point types used with @samp{R} type descriptor.
5874 (Symbol Descriptors): Describe how to handle conflict between
5875 different meanings of @samp{P} symbol descriptor.
5876
5877Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5878
5879 * stabs.texinfo: Remove node Quick Reference and put its children
5880 directly under the main menu.
5881
5882 * stabs.texinfo: Many more changes to bring it into line with
5883 AIX documentation and reality. I think it now has all the
5884 information from the AIX documentation, except that I burned
5885 out when I got to variant records (Pascal and Modula-2) and
5886 all the COBOL types. Oh well, we can add them later when we're
5887 worrying more about those languages.
5888
5889 * stabs.texinfo (Automatic variables): Talk about what it means
5890 to omit the symbol descriptor.
5891
5892Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5893
5894 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
5895 gcc2 behavior with promoted args.
5896
5897Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5898
5899 * gdb.texinfo: include readline appendices in info version of manual
5900
5901Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5902
5903 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
5904 target remote.
5905
5906 * gdb.texinfo (Machine Code): more index entries for disassemble
5907
5908Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
5909
5910 * Clarify the intended use of the gdb-testers and gdb-patches
5911 mailing lists, and shrink gzip comment.
5912
5913Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5914
5915 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
5916 DOSHOST configuration of manual.
5917
5918 * gdb.texinfo (MIPS Stack): new node.
5919
5920 * all-config.texi (MIPS) new switch.
5921
5922 * gdbinv-s.texi (Nindy Options) Remove two instances of future
5923 tense; (MIPS Remote) new node.
5924
5925 * gdb.texinfo (passim) rephrases to work around makeinfo @value
5926 bug; (Environment) less passive, other small cleanups in text about
5927 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
5928 (Remote) new MIPS Remote menu entry.
5929
5930Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
5931
5932 * stabs.texinfo: Many changes to include information from the
5933 AIX documentation.
5934
5935 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
5936
5937Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
5938
5939 * gdbint.texinfo (new node Debugging GDB, elsewhere):
5940 Move a bunch of information from ../README.
5941 (Getting Started): New node.
5942
5943Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5944
5945 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
5946
5947 * gdb.texinfo: advance manual revision dates to present
5948
5949 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
5950 stop using silly Roman numerals in @set variable names
5951
5952Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
5953
5954 * stabs.texinfo (Parameters): Keep trying to get this right.
5955
5956Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
5957
5958 * stabs.texinfo (Parameters): More on "local parameters".
5959
5960Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
5961
5962 * stabs.texinfo (Parameters): Re-do "local parameters" section.
5963
5964Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
5965
5966 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
5967 (Parameters): Rewrite.
5968 (xcoff-differences, Sun-differences): Minor changes.
5969
5970Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
5971
5972 * stabs.texinfo: Minor cleanup.
5973
5974Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
5975
5976 * gdbint.texinfo: Minor xcoff stuff.
5977
5978Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
5979
5980 * gdbint.texinfo: Update for new config directory structure.
5981 Add info about internal type data structures.
5982
5983Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
5984
5985 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
5986 $(srcdir).
5987 (gdb-config.texi): Depend on file in $(srcdir).
5988
5989Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
5990
5991 * stabs.texinfo: Fixes about N_SO.
5992
5993Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5994
5995 * gdb.texinfo: include list of nonstandard init file names
5996
5997 * *-config.texi: new switch GENERIC for text that applies *only*
5998 to (usual) multiple-target version of manual
5999
6000 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
6001 h8 config
6002
6003 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
6004 in menus (rather than conditionally selected multiple alternative
6005 menus).
6006
6007 * Makefile.in: define and use DOC_CONFIG var to select
6008 configuration for GDB user manual.
6009
6010 * gdb-config.texi: delete from repository, generate from Makefile.
6011
6012 * all-config.texi: normal `generic' configuration file, formerly
6013 stored as gdb-config.texi
6014
6015Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
6016
6017 * Makefile.in: add dvi target to build all .dvi files
6018
6019Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6020
6021 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
6022
6023Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
6024
6025 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
6026 host conditionals.
6027 * stabs.texinfo: More array fixes inspired by Jim's.
6028
6029Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
6030
6031 * stabs.texinfo: Fixes re arrays and continuations.
6032
6033 * gdbint.texinfo: Add XCOFF node.
6034
6035Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
6036
6037 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
6038
6039Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
6040
6041 * stabs.texinfo: Fix for array types to mention lower bounds.
6042
6043Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
6044
6045 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
6046
6047Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
6048
6049 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
6050
6051Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
6052
6053 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
6054 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
6055
6056Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
6057
6058 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
6059
6060Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6061
6062 * gdb.texinfo, gdbinv-s.texi: misc updates
6063
6064Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
6065
6066 * gdbint.texinfo: Brief documentation for longjmp support,
6067 from an email msg by Stu.
6068
6069Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
6070
6071 * stabs.texinfo: Fix description of floating point "range"
6072 types (which really define basic types). Reported by Jim Meehan,
6073 <meehan@src.dec.com>.
6074
6075 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
6076
6077Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
6078
6079 * gdbint.texinfo: Slightly expand section on supporting a new
6080 object file format.
6081
6082Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
6083
6084 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
6085 intermediate file.
6086
6087Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6088
6089 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
6090
6091Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6092
6093 * gdbinv-s.texi: z8000 simulator target name is just "sim"
6094
6095 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
6096 as well as Z8002.
6097
6098Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
6099
6100 * gdbint.texinfo: Add sections on clean design and on how to send
6101 in changes.
6102
6103Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
6104
6105 * gdbint.texinfo: Add how to declare the result of make_cleanup.
6106
6107Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
6108
6109 * gdb.texinfo: Fix typo, reported by Karl Berry.
6110
6111Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
6112
6113 * gdb.texinfo: Add opcodes dir to GDB distribution description.
6114
6115Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6116
6117 * gdbint.texinfo: fixed a stray email address (needs @@),
6118 added @table @code to node "Native Conditionals"
6119
6120Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
6121
6122 * gdbint.texinfo: Describe coding style of GDB.
6123
6124Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
6125
6126 * stabs.texinfo: Minor wording changes.
6127
6128Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
6129
6130 * gdbint.texinfo: Improve release doc slightly.
6131
6132Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
6133
6134 * gdbint.texinfo: Improve doc of GDB config macros.
6135
6136Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
6137
6138 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
6139 These will be reinserted when examined.
6140
6141Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
6142
6143 * gdbint.texinfo: Make a start at documenting all the #if macros
6144 in GDB. At least list them all, and start separating them into
6145 host-specific and target-specific.
6146
6147Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6148
6149 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 6150 examples (not consistent w others).
c906108c
SS
6151 gdb.texinfo: issue disclaimer paragraph on cmdline options only
6152 for generic vn of doc
6153
6154Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
6155
6156 * Makefile.in: always create installation directories.
6157
6158Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6159
6160 * gdb.texinfo: in h8 config, do not describe searching commands.
6161
6162Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6163
6164 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
6165 conditionals; introduce a few generic switches that may be
6166 useful for other cross-dev or dos-hosted configs.
6167
6168 * gdb.texinfo: fix typo in "info reg" description
6169
6170Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
6171
6172 * stabs.texinfo: Minor updates from running TeX over it.
6173 * Makefile.in (stabs.dvi, stabs.ps): Add.
6174
6175Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
6176
6177 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
6178 First pass at converting it to texinfo.
6179
6180Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
6181
6182 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
6183 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
6184
6185Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
6186
6187 * gdbint.texinfo: Add section on partial symbol tables.
6188
6189Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
6190
6191 * gdb.texinfo: document `set remotedebug' and `set
6192 rstack_high_address'.
6193
6194Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6195
6196 * gdb.texinfo: slight expansion of new text on reading info files
6197 * gdbinv-s.m4.in: correct and expand info on cross-debugging
6198 H8/300 from DOS.
6199
6200Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
6201
6202 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
6203
6204Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
6205
6206 * gdb.texinfo: Say how to read the `info' files.
6207
6208Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
6209
6210 * Makefile.in: gm4 -> m4.
6211
6212Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
6213
6214 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
6215 Documentation' ahead of `Installing GDB' to match README.
6216 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 6217 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
6218
6219Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
6220
6221 * Makefile.in: remove $(srcdir) from gdb.info rule.
6222
6223Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
6224
6225 * Makefile.in: commented out gdb-all.texinfo rule. This is
6226 temporary.
6227
6228Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
6229
6230 * Makefile.in, configure.in: removed traces of namesubdir,
6231 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
6232 copyrights to '92, changed some from Cygnus to FSF.
6233
6234Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
6235
6236 * gdb.texinfo: Improve how we ask for bug reports.
6237
6238Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6239
6240 * Makefile.in: infodir belongs in datadir.
6241
6242Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6243
6244 * Makefile.in: remove spaces following hyphens, bsd make can't
6245 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 6246 standards.text support.
c906108c
SS
6247
6248Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6249
6250 * Makefile.in: idestdir and ddestdir go away. Added copyrights
6251 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
6252 and mandir now keyed off datadir by default.
6253
6254\f
6255Local Variables:
9e9c5ae7 6256mode: change-log
c906108c
SS
6257left-margin: 8
6258fill-column: 74
6259version-control: never
6260End:
This page took 0.8391 seconds and 4 git commands to generate.