* dwarf2loc.c (dwarf2_evaluate_loc_desc): Do not call get_frame_arch
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
fa3a767f
PA
12009-01-07 Pedro Alves <pedro@codesourcery.com>
2
3 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
4 program may be running in another process" errors.
5 * gdbint.texinfo (Native Conditionals): Delete
6 ONE_PROCESS_WRITETEXT description.
7
9cb011d3
JB
82009-01-07 Joel Brobecker <brobecker@adacore.com>
9
10 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
11 emacs local variable to be placed at the end of the ChangeLog.
12 Add server.c and gdbreplay.c to the list of files where the
13 copyright year needs to be updated.
14
84603566
SL
152009-01-06 Sandra Loosemore <sandra@codesourcery.com>
16
17 * gdb.texinfo (Remote Configuration): Document new
18 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
19 commands.
20
a53f55d8
PA
212008-12-28 Pedro Alves <pedro@codesourcery.com>
22
23 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
24 FETCH_INFERIOR_REGISTERS.
25 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
26 FETCH_INFERIOR_REGISTERS descriptions. Remove
27 gdbarch_get_longjmp_target descrition, since already described in
28 Target Conditionals. Move gdbarch_fp0_regnum description to ...
29 (Target Conditionals): ... here.
30
077e0a52
JB
312008-12-16 Joel Brobecker <brobecker@adacore.com>
32
33 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
34 examples.
35 (Additions to Ada): Likewise. Add the missing opening and closing
36 parenthesis of the GDB prompt in one of the examples.
37
023eb17c
JB
382008-12-14 Joel Brobecker <brobecker@adacore.com>
39
40 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
41 about the result of 'Address not being of type System.Address.
42 This problem has been fixed a while ago.
43
c3b108f7
VP
442008-12-02 Vladimir Prus <vladimir@codesourcery.com>
45
46 MI non-stop and multiprocess docs.
47
48 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
49 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
50 Adjust documentation for *stopped, document =thread-created,
51 =thread-exited, =thread-group-created and =thread-group-exited.
52 (GDB/MI Thread Commands): Document the 'state' field in
53 -thread-info output.
54 (GDB/MI Program Execution): Mention --all and --thread-group
55 options.
56 (GDB/MI Variable Objects): Describe floating and fixed variable
57 objects.
58 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
59
07e059b5
VP
602008-12-02 Vladimir Prus <vladimir@codesourcery.com>
61
62 * gdb.texinfo (Operating System Information): New appendix.
63 (Operating System Auxiliary Information): Document 'info os processes'
64 (Remote Configuration): Document 'osdata'
65 (General Query Packets): Document qXfer:osdata:read.
66
a80b95ba
TG
672008-11-27 Tristan Gingold <gingold@adacore.com>
68
69 * gdb.texinfo (Darwin): Document Darwin specific features.
70
a655d424
JK
712008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
72
73 * gdbint.texinfo (Target Conditionals): Extend the
74 gdbarch_breakpoint_from_pc description.
75
249e1128
VP
762008-11-22 Vladimir Prus <vladimir@codesourcery.com>
77
78 * gdb.texinfo (M68K Features): Fix typo.
79
c14c28ba
PP
802008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
81
82 * gdb.texinfo (Symbols): Mention printing containing
83 image name in "info symbol".
84 (Maint translate-address): Likewise.
85
394a6666
JB
862008-11-18 Joel Brobecker <brobecker@adacore.com>
87
88 * gdb.texinfo (Set Catchpoints): Remove the documentation of
89 commands "catch load" and "catch unload".
90
66bb093b
VP
912008-11-17 Vladimir Prus <vladimir@codesourcery.com>
92
93 * gdb.texinfo (GDB/MI Async Records): Document
94 =thread-selected.
95
4a92f99b
VP
962008-11-17 Vladimir Prus <vladimir@codesourcery.com>
97
98 * observer.texi (new_inferior, inferior_exit): New observers.
99
f0323ca0
PA
1002008-10-27 Pedro Alves <pedro@codesourcery.com>
101
102 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
103 .mt files, TM_CLIBS or TM_CDEPS.
104 (x86 Watchpoints): Don't mention TDEPFILES.
105
8b23ecc4
SL
1062008-10-24 Sandra Loosemore <sandra@codesourcery.com>
107
108 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
109 (Overview): Mention notifications and non-stop mode behavior.
110 (Packets): Update documentation of ?, vAttach, vCont, and vRun
111 with non-stop mode behavior. Add vStopped description.
112 (Stop Reply Packets): Update list of packets that return
113 stop replies. Mention non-stop behavior.
114 (General Query Packets): Document QNonStop packet and associated
115 qSupported query response.
116 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
117 behavior.
118 (Notification Packets): New section.
119 (Remote Non-Stop): New section.
120 (File-I/O Overview): Mention non-stop behavior.
121
fff08868
HZ
1222008-10-24 Hui Zhu <teawater@gmail.com>
123 Pedro Alves <pedro@codesourcery.com>
124
125 * gdb.texinfo (displaced-stepping): Describe the auto mode
126 setting, and say it's the default. This is now a mainstream
127 setting instead of a maintenance setting.
128
252fbfc8
PA
1292008-10-23 Pedro Alves <pedro@codesourcery.com>
130
131 * observer.texi (thread_stop_requested): New.
132
20924a55
JB
1332008-10-22 Joel Brobecker <brobecker@adacore.com>
134
135 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
136 (Patching): Replace incorrect usage of @samp by @kbd.
137
bacec72f
MS
1382008-10-17 Michael Snyder <msnyder@vmware.com>
139
140 * gdb.texinfo: Add documentation for reverse execution.
141
a08702d6 1422008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 143 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
144
145 * gdb.texinfo. (Values From Inferior): New subsubsection.
146
d97bc12b
DE
1472008-10-06 Doug Evans <dje@google.com>
148
149 * gdb.texinfo (set debug dwarf2-die): Document it.
150
87f67dba
JB
1512008-10-01 Joel Brobecker <brobecker@adacore.com>
152
153 * gdb.texinfo (catch) [exception]: Document how to insert
154 a breakpoint on user-defined exceptions when the exception
155 name is identical to one of the language-defined ones.
156
2fae03e8
TT
1572008-09-27 Tom Tromey <tromey@redhat.com>
158
159 * gdb.texinfo (Macros): Remove text about stringification,
160 varargs, and splicing.
161
5c6ce71d
TT
1622008-09-27 Tom Tromey <tromey@redhat.com>
163
164 * gdbint.texinfo (Language Support): Remove text about omitting
165 support for a language.
166
07128da0
DE
1672008-09-23 Doug Evans <dje@google.com>
168
169 * gdb.texinfo (info dcache): Update.
170
b90a069a
SL
1712008-09-22 Sandra Loosemore <sandra@codesourcery.com>
172
173 * gdb.texinfo (Packets): Add info on thread-id syntax and
174 multiprocess extensions.
175 <D>: Document multiprocess form of packet.
176 <H>: Use thread-id syntax.
177 <T>: Likewise.
178 <vCont>: Likewise. Note this is required for multiprocess.
179 <vKill>: New packet.
180 (Stop Reply Packets) <T>: Use thread-id syntax.
181 <W>: Document multiprocess form of reply.
182 <X>: Likewise.
183 (General Query Packets) <qC>: Use thread-id syntax.
184 <qfThreadInfo>: Likewise.
185 <qGetTLSAddr>: Likewise.
186 <qP>: Likewise.
187 <qSupported>: Add "multiprocess" feature.
188 <qThreadExtraInfo>: Use thread-id syntax.
189
b77209e0
PA
1902008-09-22 Stan Shebs <stan@codesourcery.com>
191
192 * gdb.texinfo (Inferiors): New section.
193
3d0bb823
PA
1942008-09-12 Pedro Alves <pedro@codesourcery.com>
195
196 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
197
f8dcfc0a
UW
1982008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
199
200 * gdbint.texinfo (Target Conditionals): Remove documentation
201 for gdbarch_name_of_malloc.
202
8775bb90
MS
2032008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
204
205 * gdb.texinfo (Interrupts): Mention TCP interface for
206 sending BREAK.
207
f1838a98
UW
2082008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
209
210 * gdb.texinfo (Commands to Specify Files): Document "remote:"
211 argument prefix to "set sysroot".
212
158c7665
PH
2132008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
214
215 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
216 and False.
217
30e026bb
VP
2182008-08-20 Vladimir Prus <vladimir@codesourcery.com>
219
220 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
221 for possible features of -list-features.
222
c6ebd6cf
VP
2232008-08-19 Vladimir Prus <vladimir@codesourcery.com>
224
225 * gdb.texinfo (Background execution): Adjust example
226 (GDB/MI Miscellaneous Commands): Document -list-target-features.
227
aeac0ff9
VP
2282008-08-19 Vladimir Prus <vladimir@codesourcery.com>
229
230 * doc/gdb.texinfo (PowerPC): Fix typo.
231 (PowerPC features): Fix typo.
232
5231c1fd
PA
2332008-08-18 Pedro Alves <pedro@codesourcery.com>
234
235 * observer.texi (thread_ptid_changed): New.
236
677c5bb1
LM
2372008-08-18 Luis Machado <luisgpm@br.ibm.com>
238
239 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
240 (PowerPC features): Mention feature set for VSX registers.
241
f3a2dd1a
JB
2422008-08-13 Joel Brobecker <brobecker@adacore.com>
243
244 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
245 the direct visibility of all names in user-written packages.
246
33e5cbd6
PA
2472008-08-13 Pedro Alves <pedro@codesourcery.com>
248
249 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
250 setting, and make it the default.
251 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
252 non-stop script example.
253
d0384fc4
TJB
2542008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
255
256 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
257 reference to the "Using Different Register and Memory Data
258 Representation" section.
259
a6f3e723
SL
2602008-08-12 Sandra Loosemore <sandra@codesourcery.com>
261
262 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
263 (Remote Protocol): Add Packet Acknowledgment to menu.
264 (Overview): Mention +/- can be disabled, and point to new section
265 where this is discussed in detail.
266 (General Query Packets): Document QStartNoAckMode packet, and
267 corresponding qSupported reply.
268 (Packet Acknowledgment): New section.
269
0606b73b
SL
2702008-08-11 Sandra Loosemore <sandra@codesourcery.com>
271 Pedro Alves <pedro@codesourcery.com>
272
273 * gdb.texinfo (Threads): Move paragraph about automatic thread
274 selection to All-Stop Mode subsection.
275 (Thread Stops): Reorganize existing material into subsections.
276 Add introductory blurb and menu.
277 (Non-Stop Mode): New subsection.
278 (Background Execution): New subsection.
279 (Maintenance Commands): Add cross-references from async mode
280 commands to the new Background Execution section.
281
d57a3c85
TJB
2822008-08-06 Tom Tromey <tromey@redhat.com>
283
284 * gdb.texinfo (Extending GDB): New chapter.
285 (Sequences): Demoted chapter, now a section under the new
286 Extending GDB chapter.
287 (Python): New section.
288
6d76a53d
SS
2892008-07-31 Stan Shebs <stan@codesourcery.com>
290
291 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
292
1f70da6a
SS
2932008-07-29 Stan Shebs <stan@codesourcery.com>
294
295 * gdbint.texinfo: General round of cleanup and minor
296 clarifications.
297 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
298 (Longjmp Support): Update description to reflect how it is done
299 for targets without using native header.
300 (Symbol Handling): Add a little more general explanation.
301 (COFF, ELF): Mention stabs encapsulation.
302 (DWARF 3): New section.
303 (Adding a New Host): Scrub out some obsolete bits.
304 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
305 (Host Conditionals): Remove descriptions of NO_STD_REGS,
306 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
307 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
308 SEEK_SET, STOP_SIGNAL, USG.
309 (Raw and Virtual Register Representations): Ditto for
310 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
311 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
312 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
313 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
314 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
315 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
316 DEPRECATED_REGISTER_VIRTUAL_SIZE,
317 DEPRECATED_REGISTER_VIRTUAL_TYPE,
318 DEPRECATED_USE_STRUCT_CONVENTION.
319 Describe gdbarch_deprecated_fp_regnum.
320 Update description of gdbarch_print_insn.
321 (Adding a New Target): Scrub out obsolete bits.
322 (Obsolete Conditionals): Remove entire section.
323
383f836e
TT
3242008-07-25 Tom Tromey <tromey@redhat.com>
325
326 * observer.texi (GDB Observers): Document new observers:
327 breakpoint_created, breakpoint_deleted, breakpoint_modified,
328 tracepoint_created, tracepoint_deleted, tracepoint_modified,
329 architecture_changed.
330
cfd8ab24
SS
3312008-07-21 Stan Shebs <stan@codesourcery.com>
332
333 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
334 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
335
781b42b0
TT
3362008-07-21 Tom Tromey <tromey@redhat.com>
337
338 * observer.texi (GDB Observers): Remove obsolete comment.
339 <executable_changed>: Remove argument.
340
d7d9f01e
TT
3412008-07-18 Tom Tromey <tromey@redhat.com>
342
343 * gdb.texinfo (Macros): Update. Use @code rather than @command.
344
bf250677
DE
3452008-07-10 Doug Evans <dje@google.com>
346
347 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
348
10568435
JK
3492008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
350
351 * gdb.texinfo (Starting): Document "set disable-randomization".
352
5ae4183a
AS
3532008-07-07 Andreas Schwab <schwab@suse.de>
354
355 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
356
b56e7235
VP
3572008-07-06 Vladimir Prus <vladimir@codesourcery.com>
358
359 * gdb.texinfo (GDB/MI Target Manipulation): Add
360 example of -target-attach.
361
e1ac3328
VP
3622008-06-10 Vladimir Prus <vladimir@codesourcery.com>
363
364 * observer.texi (target_resumed): New observer.
5ae4183a 365 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 366
65d12d83
TT
3672008-06-06 Tom Tromey <tromey@redhat.com>
368
369 * gdb.texinfo (Completion): Add field name example.
370
fbc5282e
MK
3712008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
372
373 * gdb.texinfo (GDB/MI Program Context): Added example
374 to -exec-arguments
5ae4183a 375
fbc5282e 3762008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
377
378 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
379 annotation.
380
c16158bc 3812008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
382 Nathan Sidwell <nathan@codesourcery.com>
383 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
384
385 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
386 and ACX_BUGURL.
387 * configure: Regenerate.
388 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
389 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
390 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
391 mailing-list-specific text about bug reporting unless
392 BUGURL_DEFAULT.
393
75c99385
PA
3942008-06-05 Pedro Alves <pedro@codesourcery.com>
395
396 * gdb.texinfo (-target-select): Remove reference to target async.
397 (Maintenance Commands): Document "maint set/show remote-async".
398
1763a388
MK
3992008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
400
401 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
402 in -target-file-get section.
5ae4183a 403
d0d064df
PA
4042008-05-22 Pedro Alves <pedro@codesourcery.com>
405
9b562ab8
PA
406 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
407 killing the inferior when it is already debugging a process.
d0d064df 408
8dfa32fc
JB
4092008-05-21 Joel Brobecker <brobecker@adacore.com>
410
411 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
412 abbreviation for "finish".
413
55f996a7
NR
4142008-05-21 Nick Roberts <nickrob@snap.net.nz>
415
416 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
417
ba2b1c56
DJ
4182008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
419
420 * gdbint.texinfo (Target Conditionals): Delete entry for
421 gdbarch_dwarf_reg_to_regnum.
422
08388c79
DE
4232008-05-09 Doug Evans <dje@google.com>
424
a3c83fae 425 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 426
d14508fe
DE
4272008-05-05 Doug Evans <dje@google.com>
428
429 * gdb.texinfo (disassemble): Document /m modifier.
430
e2b7ddea
VP
4312008-05-05 Vladimir Prus <vladimir@codesourcery.com>
432
5ae4183a
AS
433 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
434 will not report the time of commands that run the target.
e2b7ddea 435
8eb41542
VP
4362008-05-03 Vladimir Prus <vladimir@codesourcery.com>
437
438 * gdb.texinfo (GDB/MI Output Records): Add
439 missing semicolon.
440
82f68b1c
VP
4412008-05-03 Vladimir Prus <vladimir@codesourcery.com>
442
443 * gdb.texinfo (GDB/MI Output Records):
444 Document =thread-create and =thread-exited.
445
fa0f268d
VP
4462008-05-03 Vladimir Prus <vladimir@codesourcery.com>
447
448 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 449 Remove mention of dmi-discuss.
fa0f268d 450
063bfe2e
VP
4512008-05-03 Pedro Alves <pedro@codesourcery.com>
452
453 * observer.texi (thread_exit): New.
454
237fc4c9
PA
4552008-05-02 Pedro Alves <pedro@codesourcery.com>
456
457 * gdb.texinfo (Debugging Output): Document "set/show debug
458 displaced".
459 (Maintenance Commands): Document "maint set/show
460 can-use-displaced-stepping".
461
0428b8f5
DJ
4622008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
463
464 * gdb.texinfo (ARM): Document set/show arm fallback-mode
465 and set/show arm force-mode.
466
5009afc5
AS
4672008-05-02 Andreas Schwab <schwab@suse.de>
468
469 * gdbint.texinfo (Algorithms): Describe
470 target_watchpoint_addr_within_range.
471
669fac23
DJ
4722008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
473
474 * gdbint.texinfo (Stack Frames): New chapter.
475 (Algorithms): Move Frames text to the new chapter.
476 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
477 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
478
721c02de
VP
4792008-04-24 Vladimir Prus <vladimir@codesourcery.com>
480
5ae4183a
AS
481 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
482 output does not necessary include any tokens.
721c02de 483
c055b101
CV
4842008-04-22 Corinna Vinschen <vinschen@redhat.com>
485
486 * gdb.texinfo (Set SH Calling convention): New @item.
487 (Show SH Calling convention): Ditto.
488
68837c9d
MD
4892008-04-22 Markus Deuling <deuling@de.ibm.com>
490
491 * gdb.texinfo (Fortran Operators): Describe '%' operator.
492
2e9132cc
EZ
4932008-04-20 Eli Zaretskii <eliz@gnu.org>
494
495 * gdb.texinfo (Set Breaks): Mention that multiple location
496 breakpoints need line number info. Add index entries.
497
31fffb02
CS
4982008-04-19 Craig Silverstein <csilvers@google.com>
499
500 * gdb.texinfo (Requirements): Add an optional requirement on
501 zlib.
502 * gdbint.texinfo (Debugging File Formats): Add new subsection for
503 Compressed DWARF 2.
504
a47ec5fe
AR
5052008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
506
507 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
508 sample output for 'stopped,reason="breakpoint-hit"' message.
509 (GDB/MI Program Execution): Likewise.
510
de051565
MK
5112008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
512
5ae4183a 513 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
514 -var-set-format. Add -f option to -var-evaluate-expression.
515
6ba66d6a
JB
5162008-04-03 Joel Brobecker <brobecker@adacore.com>
517
518 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
519 new node "Ambiguous Expressions". Replace references to this
520 node by references to "Ambiguous Expressions" throughout.
521 (Ambiguous Expressions): New node.
522
1e26b4f8
DJ
5232008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
524
525 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
526
b84876c2
PA
5272008-03-21 Pedro Alves <pedro@codesourcery.com>
528
529 * gdb.texinfo (Debugging Output): Document
530 "set/show debug lin-lwp-async".
531 (Maintenance Commands): Document "maint set/show linux-async".
532
63092375
DJ
5332008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
534
535 * gdb.texinfo (Expressions): Update description of malloced arrays.
536
8e8901c5
VP
5372008-03-15 Vladimir Prus <vladimir@codesourcery.com>
538
539 * gdb.texinfo (Thread Commands): Document
540 -thread-info. Remove -thread-list-all-threads.
541
1fddbabb
PA
5422008-03-14 Pedro Alves <pedro@codesourcery.com>
543 Sandra Loosemore <sandra@codesourcery.com>
544
545 * gdb.texinfo (Library List Format): Update to mention the
546 possibility to pass section addresses instead of segment
547 addresses.
548
ccd213ac
DJ
5492008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
550
551 * gdb.texinfo (Starting): Document "set exec-wrapper".
552 (Server): Document gdbserver --wrapper.
553
fa4727a6
DJ
5542008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
555
556 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
557 unreadable memory. Delete obsolete SPARClite reference.
558
8edfe269
DJ
5592008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
560
561 * gdb.texinfo (Starting): Mention always-running targets.
562 (Target Commands): Add an anchor for load.
563 (Connecting): Explain continue instead of run.
564
1843f87b
DJ
5652008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
566
567 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
568
f9082629
NR
5692008-02-26 Nick Roberts <nickrob@snap.net.nz>
570
571 * gdb.texinfo (Set Breaks): Revert description of Enb column of
572 breakpoint table.
573
fd96d250
PA
5742008-02-19 Pedro Alves <pedro@codesourcery.com>
575
576 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
577 killing the inferior when it is already debugging a process.
578
36af4ef6
MD
5792008-02-13 Markus Deuling <deuling@de.ibm.com>
580
581 * gdbint.texinfo (Build Script): New section. Mention new build script
582 gdb_buildall.sh.
583
cda4ce5a
JB
5842008-02-01 Jim Blandy <jimb@red-bean.com>
585
586 * gdb.texinfo (Help): Summarize 'info args' correctly.
587
4acd40f3
TJB
5882008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
589
590 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
591 available in PowerPC architecture.
592 (Embedded Processors): Change node name of PowerPC item in menu.
593 (PowerPC): Rename to...
594 (PowerPC Embedded): this.
595 (Architectures): Add new PowerPC item in menu.
596 (PowerPC): New node.
597
6e6c6f50
DJ
5982008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
599
600 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
601 commands.
602
5ee187d7
DJ
6032008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
604
605 * gdb.texinfo (Setting Catchpoints): Mention features
606 supported on GNU/Linux.
607
e275c0d9
NR
6082008-01-30 Nick Roberts <nickrob@snap.net.nz>
609
610 * gdb.texinfo (GDB/MI File Commands): Describe new output
611 field for MI command -file-list-exec-source-file.
612
2d717e4f
DJ
6132008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
614
615 * gdb.texinfo (Using the `gdbserver' Program): Add security
616 warning. Rearrange into subsections and subsubsections. Document
617 --multi and --debug. Correct --with-sysroot typo. Update --attach
618 usage. Make load reference clearer. Document monitor exit.
619 (Remote Configuration): Document set remote exec-file, attach-packet,
620 and run-packet.
621 (Packets): Document vAttach and vRun.
622
d35a4257 6232008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
624
625 * gdb.texinfo (Processes): Mention process command.
626 detach-on-follow -> detach-on-fork.
627
c78d192c
DJ
6282008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
629
630 * gdbint.texinfo (Native Conditionals): Remove
631 SHELL_COMMAND_CONCAT and SHELL_FILE.
632
d35a4257
EZ
6332008-01-26 Eli Zaretskii <eliz@gnu.org>
634
635 * gdb.texinfo (Specify Location): Improve wording.
636
93815fbf
VP
6372008-01-23 Chris Demetriou <cgd@google.com>
638
639 * gdb.texinfo (Threads): Document new "set print thread-events"
640 and "show print thread-events" commands.
641
2a25a5ba
EZ
6422008-01-19 Eli Zaretskii <eliz@gnu.org>
643
644 * gdb.texinfo (Specify Location): New section.
645 (Delete Breaks, Edit, Set Breaks): Remove description of
646 locations. Instead, add a reference to "Specify Location".
647 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
648 (Symbols): Refer to "Specify Location" for the valid forms of
649 linespecs and locations.
650
32c9a795
MD
6512008-01-18 Markus Deuling <deuling@de.ibm.com>
652
653 * gdbint.texinfo (Target Conditionals): Replace the description of
654 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
655
b17828ca
JB
6562008-01-12 Paul Hilfinger <hilfinger@adacore.com>
657
658 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
659 about &&var, which is rejected by the expression parser.
660
0aea4bf3
LM
6612008-01-09 Luis Machado <luisgpm@br.ibm.com>
662
663 * gdb.texinfo (Output): Update documentation on using printf with DFP
664 types.
665
febe4383
TJB
6662008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
667
668 * gdb.texinfo (C and C++): Add Decimal Floating Point format
669 subsubsection.
670 (Decimal Floating Point format): New subsubsection.
671
7a404eba
PA
6722008-01-05 Pedro Alves <pedro@codesourcery.com>
673
674 * gdb.texinfo (File Options): Remove mention of the attempt to
675 open a core file with the -p option. Don't list -c as a valid
676 option to attach to a process.
677
a4d9b460
PA
6782008-01-05 Pedro Alves <pedro@codesourcery.com>
679
680 * gdbint.texinfo (Host Conditionals): Remove mention of
681 ALIGN_STACK_ON_ENTRY.
682
6ec2edbe
JB
6832008-01-05 Joel Brobecker <brobecker@adacore.com>
684
685 * gdbint.texinfo (Start of New Year Procedure): Add item
686 describing how to update the source and documentation copyright
687 notices.
688
d8b2a693
JB
6892007-12-18 Jim Blandy <jimb@codesourcery.com>
690
ab209b3a 691 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
692 watchpoint explanation into the main description of the watchpoint
693 command; update synopses of 'watch', 'rwatch', and 'awatch'
694 commands.
695
8b4ed427
VP
6962007-12-18 Vladimir Prus <vladimir@codesourcery.com>
697
698 * gdb.texinfo (Miscellaneous gdb/mi Commands):
699 Document 'pending-breakpoints' feature of
700 -list-features.
701
37e4754d
LM
7022007-12-17 Luis Machado <luisgpm@br.ibm.com>
703
669fac23 704 * gdb.texinfo: Add new parameter's description.
37e4754d 705
1d3811f6
DJ
7062007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
707
708 * gdb.texinfo (Overview): Clarify run-length encoding
709 example. Remove the restriction on "+" and "-" characters.
710
c1c25a1a
EZ
7112007-12-15 Eli Zaretskii <eliz@gnu.org>
712
713 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
714
afe8ab22 7152007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 716
afe8ab22
VP
717 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
718 the -f option for -break-insert, remove -r option,
719 and clarify specification of location.
720
a6b151f1
DJ
7212007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
722
723 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
724 formatting.
725 (Remote Debugging): Add File Transfer section.
726 (Remote Configuration): Document Host I/O packets.
727 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 728 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
729 (Packets): Add vFile.
730
3b784c4f
EZ
7312007-11-17 Eli Zaretskii <eliz@gnu.org>
732
733 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
734 breakpoints with multiple locations.
735 (Breakpoint Menus): Improve wording.
736 (Output): Fix last change.
737
a4ce5b0d
UW
7382007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
739
740 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
741
1b39d5c0
DE
7422007-11-15 Doug Evans <dje@google.com>
743
744 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
745
7a72d44c
VP
7462007-11-15 Vladimir Prus <vladimir@codesourcery.com>
747
748 * gdbint.texinfo (Native Conditionals): Remove
749 mention of CLEAR_SOLIB.
5ae4183a 750
6d1829bf 7512007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
752
753 * gdb.texinfo (Print Settings): Add documentation for "set/show
754 print frame-arguments".
755
1a619819
LM
7562007-11-05 Luis Machado <luisgpm@br.ibm.com>
757
3b784c4f 758 * gdb.texinfo (Output): Update printf command's description.
1a619819 759
55eddb0f
DJ
7602007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
761
762 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
763 powerpc soft-float".
764
9cceb671
DJ
7652007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
766
767 * gdb.texinfo (Files): Correct formatting. Mention Expat
768 requirement.
769 (Requirements for Building GDB): Expand the list of Expat
770 uses.
771 (Library List Format, Memory Map Format): Mention Expat.
772 (Target Descriptions): Update Expat wording.
773
83acabca
DJ
7742007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
775
776 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
777 Document that gdbarch_convert_register_p should return zero for no-op
778 conversions.
779
e35879db
UW
7802007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
781
83acabca 782 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
783 of set_gdbarch_sofun_address_maybe_missing back to ...
784 (Target Conditionals): ... here to fix build break.
785
203c3895
UW
7862007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
787
83acabca 788 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
789 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
790 (Compiler Characteristics): ... documentation of
791 set_gdbarch_sofun_address_maybe_missing.
792
11411de3
DJ
7932007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
794
795 * gdbint.texinfo (Target Conditionals): Use
796 frame_unwind_register_unsigned in examples instead of
797 frame_unwind_unsigned_register.
798
7cc46491
DJ
7992007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
800
801 * gdb.texinfo (Predefined Target Types): Add int128
802 and uint128.
803 (Standard Target Features): Add PowerPC features.
804
81adfced
DJ
8052007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
806
807 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
808
c1874924
UW
8092007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
810
811 * gdbint.texi (Target Conditionals): Remove documentation
812 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
813 gdbarch_extract_return_value, and gdbarch_store_return_value.
814
f6e56ab3
UW
8152007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
816
817 * gdbint.texi (Target Conditionals): Remove documentation of
818 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
819
56cf5405
KH
8202007-10-11 Kazu Hirata <kazu@codesourcery.com>
821
822 * gdb.texinfo: Mention that inaccessible-by-default is on by
823 default.
824
35156bae
DJ
8252007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
826
827 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
828
d983da9c
DJ
8292007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
830
831 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
832 multi-threaded watchpoints.
833 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
834 checked. Describe sticky notification. Expand description
835 of steppable and continuable watchpoints.
836 (Watchpoints and Threads): New subsection.
837
fe6fbf8b
VP
8382007-09-28 Vladimir Prus <vladimir@codesourcery.com>
839
840 * gdb.texinfo (Setting Breakpoints): Revise
841 documentation for pending breakpoints. Document
842 breakpoints with multiple locations.
5ae4183a 843
084344da
VP
8442007-09-19 Vladimir Prus <vladimir@codesourcery.com>
845
846 * gdb.texinfo (Miscellaneous gdb/mi Commands):
847 Document -list-features.
5ae4183a 848
82160952
EZ
8492007-09-15 Eli Zaretskii <eliz@gnu.org>
850
851 * gdb.texinfo (Output): Spell out which features of C's printf are
852 not supported by GDB's printf.
7e27a47a
EZ
853 (Separate Debug Files): More accurate wording regarding build ID
854 and a reference to the ld manual rather than the Fedora wiki.
82160952 855
ea37ba09
DJ
8562007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
857 Jim Blandy <jimb@codesourcery.com>
858
859 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
860 (Examining Memory): Update mentions of the 's' format.
861 (Automatic Display): Likewise.
862
b8533aec
DJ
8632007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
864
865 * gdb.texinfo: Update the FSF's Back-Cover Text.
866
83f83d7f
JK
8672007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
868 Eli Zaretskii <eliz@gnu.org>
869
870 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
871 Fixed the ``build ID'' name. New binaries build instructions for the
872 build ID inclusion. Explain how the commands are specific to the build
873 ID vs. debug link.
874
c7e83d54
EZ
8752007-09-01 Eli Zaretskii <eliz@gnu.org>
876
877 * gdb.texinfo (Separate Debug Files): Fix last change. Add
878 indexing for ``build ID'' support.
879
d3750b24
JK
8802007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
881
882 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
883 Enlisted BUILD ID to the debug file searching example.
884 Included a BUILD ID `.note.gnu.build-id' section description.
885 Updated/added the debug files splitting instructions for OBJCOPY.
886
02142340
VP
8872007-08-31 Vladimir Prus <vladimir@codesourcery.com>
888
889 * gdb.texinfo (Variable Objects): Adjust docs
890 for -var-info-expression and document
891 -var-info-path-expression.
892
d3bdde98
JB
8932007-08-20 Jim Blandy <jimb@codesourcery.com>
894
3fb6a982
JB
895 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
896 (title page): Include the dedication in the printed manual, as a
897 separate page after the copyright notice.
5ae4183a 898
d3bdde98
JB
899 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
900 don't break a @var across a line.
901
c80a96a8
MR
9022007-07-25 Maciej W. Rozycki <macro@mips.com>
903
904 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
905 for include files.
906
5824a901
NR
9072007-07-12 Nick Roberts <nickrob@snap.net.nz>
908
909 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
910 in annotate.texinfo.
911 (Command History): Link to new node.
5824a901 912
d52e7ea3
UW
9132007-07-05 Markus Deuling <deuling@de.ibm.com>
914
915 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
916
5fc14d0a
EZ
9172007-07-05 Eli Zaretskii <eliz@gnu.org>
918
919 * gdbint.texinfo (Target Conditionals): Fix last change.
920
4a9bb1df
UW
9212007-07-03 Markus Deuling <deuling@de.ibm.com>
922
923 * gdb.texinfo: Replace following macros by their appropriate gdbarch
924 routines:
925 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
926 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
927 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
928 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
929 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
930 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
931 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
932 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
933 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
934 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
935 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
936 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
937 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
938 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
939 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
940 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
941 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
942 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
943 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
944 (SOFTWARE_SINGLE_STEP_P)
945
946 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
947 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
948
949 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
950 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
951 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
952 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
953 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
954 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
955 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
956 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
957 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
958 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
959
960 (Converting an existing Target Architecture to Multi-arch): Remove
961 section.
962
963 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
964 (gdbarch_addr_bits_remove): Add code example.
965
966 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
967
cfa9d6d9
DJ
9682007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
969
970 * gdb.texinfo (Remote Configuration): Document library-info-packet.
971 Add other missing entries. Adjust the table size to fit.
972 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
973 stop reasons including the new "library" event.
974 (General Query Packets): Adjust table widths for qSupported. Mention
975 qXfer:libraries:read reply to qSupported and document the new packet.
976 (Library List Format): New section.
977
159fcc13
JK
9782007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
979
980 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
981
f66d1690
MS
9822007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
983
984 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
985
67102876
NR
9862007-06-25 Nick Roberts <nickrob@snap.net.nz>
987
988 * gdbint.texinfo (Register and Memory Data): Break sections
989 into nodes and add a menu.
990
a4642986
MR
9912007-06-21 Maciej W. Rozycki <macro@mips.com>
992
993 * gdb.texinfo (Examining Memory): Document the new behaviour.
994
e9c17194
VP
9952007-06-21 Vladimir Prus <vladimir@codesourcery.com>
996
997 * gdb.texinfo (Standard Target Features): Document
998 m68k features.
999
31d99776
DJ
10002007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
1001
1002 * gdb.texinfo (General Query Packets): Document qOffsets changes.
1003
1780a0ed
DJ
10042007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
1005
1006 * gdb.texinfo (Target Description Format): Add version attribute
1007 for <target>.
1008
822b6570
DJ
10092007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
1010
1011 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
1012
f8b73d13
DJ
10132007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
1014
1015 * gdb.texinfo (MIPS Features): New subsection.
1016
0e7f50da
UW
10172007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
1018 Markus Deuling <deuling@de.ibm.com>
1019
1020 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
1021 and qXfer:spu:write packets and mention them under qSupported.
1022
23d964e7
UW
10232007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
1024 Markus Deuling <deuling@de.ibm.com>
1025
1026 * gdb.texinfo (Architectures): Add new SPU section to document
1027 Cell Broadband Engine SPU architecture specific commands.
1028
9f708cb2
VP
10292007-06-09 Vladimir Prus <vladimir@codesourcery.com>
1030
1031 * gdb.texinfo (GDB/MI Variable Objects): Editorial
1032 comments.
1033
7579b5f8
NR
10342007-06-07 Nick Roberts <nickrob@snap.net.nz>
1035
1036 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
1037
bf06d120
JB
10382007-05-29 Jim Blandy <jimb@codesourcery.com>
1039
1040 * gdb.texinfo (Overview): Doc fix.
1041
23776285
MR
10422007-05-22 Maciej W. Rozycki <macro@mips.com>
1043
1044 * gdb.texinfo (Remote Configuration): Document "set/show
1045 remoteflow".
1046
1a69e1e4
DJ
10472007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
1048
bf06d120
JB
1049 * gdb.texinfo (MIPS): Remove documentation for set mips
1050 saved-gpreg-size, show mips saved-gpreg-size, and set mips
1051 stack-arg-size.
1a69e1e4 1052
46ba6afa 10532007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 1054
46ba6afa
BW
1055 * all-cfg.texi (GDBTUI): New.
1056 * gdb.texinfo (Mode Options): Use GDBTUI variable.
1057 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
1058 (TUI Configuration): Edit to improve clarity and fix problems of
1059 both style and content.
5ae4183a 1060
06d3b283
UW
10612007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
1062
1063 * observer.texi (GDB Observers): New observer "new_objfile".
1064
179101d6
UW
10652007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
1066
1067 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
1068
25d5ea92
VP
10692007-04-14 Vladimir Prus <vladimir@codesourcery.com>
1070
1071 * gdb.texinfo (GDB/MI Variable Objects): Document
1072 frozen variables objects.
5ae4183a 1073
ea35711c
DJ
10742007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
1075
1076 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
1077 (Character Sets, Caching Data of Remote Targets): Likewise.
1078 (Targets): Delete Remote node. Move its text...
1079 (Debugging Remote Programs): ...to here. Delete description
1080 of the "remote" command.
1081 (Remote configuration): Delete description of "set remotedevice"
1082 and "show remotedevice".
1083 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
1084
db2e3e2e
BW
10852007-04-11 Bob Wilson <bob.wilson@acm.org>
1086
5ae4183a
AS
1087 * gdb.texinfo (Contributors, Continuing and Stepping)
1088 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
1089 (General Query Packets, File-I/O Remote Protocol Extension)
1090 (Protocol Basics, The F Reply Packet, Write)
1091 (Protocol-specific Representation of Datatypes, Memory Transfer):
1092 Fix hyphenation, punctuation and grammar problems.
1093 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
1094 'section' instead of 'subsection' in the text.
1095 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
1096 (i386): Remove period from section name.
db2e3e2e
BW
1097 (Installing GDB, Requirements, Running Configure, Separate Objdir)
1098 (Config Names, Configure Options): Use @file{configure}.
1099
8a3dae3e
DJ
11002007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
1101
1102 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
1103 and tab expansion.
1104
1a92f856
DJ
11052007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
1106
1107 * gdbint.texinfo (SOM): Correct location of the SOM reader.
1108
79a6e687 11092007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 1110
79a6e687
BW
1111 * gdb.texinfo: Consistently capitalize all significant words in
1112 node names, chapter titles, section titles, and headings. Update
1113 cross references to match.
1114 (Starting and Stopping Trace Experiment): Make node name plural.
1115 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 1116
ad527d2e
PA
11172007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
1118
1119 * gdb.texinfo (WinCE): Delete obsolete subsection.
1120
7ce59000
DJ
11212007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
1122
1123 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
1124 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
1125 references.
1126
8807d78b
DJ
11272007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
1128
1129 * gdb.texinfo (Startup): Delete references to some alternate
1130 names for .gdbinit.
1131 (Thread): Remove LynxOS reference.
1132 (Tandem ST2000): Delete target-specific documentation.
1133 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
1134 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
1135 and GDB_OSABI_LYNXOS.
1136
5f402660
UW
11372007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
1138
1139 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
1140
bac718a6
UW
11412007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
1142
1143 * gdbint.texinfo (Target Conditionals): Remove mention of
1144 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
1145 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
1146
9453113a
DJ
11472007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
1148
1149 * Makefile.in: Add "pdfdir" installation
1150 directory, PDFTEX macro, support for "install-pdf" target,
1151 and rules for making a pdf version of refcard.texi.
1152 * refcard.tex: Specify paper size for PDF output.
1153
ae21e955 11542007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 1155
ae21e955 1156 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 1157
3f94c067 11582007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 1159
3f94c067
BW
1160 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
1161 (Source Path, Character Sets, Macros, Define)
1162 (GDB/MI Result Records, GDB/MI Simple Examples)
1163 (GDB/MI Program Execution, GDB/MI File Commands)
1164 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
1165 (Bug Reporting): Use @value{GCC}.
5ae4183a 1166
12c27660 11672007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 1168
12c27660
BW
1169 * gdb.texinfo (Help): Fix formatting of examples.
1170 (Variables): Use @ifnotinfo instead of @iftex.
1171 (Non-debug DLL symbols): Use @ref instead of @pxref.
1172 (Sparclet File): Use @samp instead of quotes.
5ae4183a 1173
ce9341a1
BW
11742007-03-26 Bob Wilson <bob.wilson@acm.org>
1175
1176 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
1177
c8f4133a
BW
11782007-03-26 Bob Wilson <bob.wilson@acm.org>
1179
1180 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
1181 the order of the nodes.
1182 (C Operators, C Constants, Debugging C): Remove extra menus.
1183 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 1184
c8f4133a 11852007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
1186
1187 * gdb.texinfo (File Options): Add missing parenthesis.
1188 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
1189
c74d0ad8
DJ
11902007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
1191
1192 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
1193
ff6f572f
DJ
11942007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
1195
669fac23 1196 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
1197 case insensitivity.
1198 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
1199
994337c3
NR
12002007-02-18 Nick Roberts <nickrob@snap.net.nz>
1201
1202 * gdb.texinfo (Top): Put Appendix A after numbered sections.
1203 (Files): Add section name to argument list for pxref.
1204 (Non-debug DLL symbols): Don't use `see' for pxref.
1205 (Embedded Processors): Fix typo.
1206 (GDB/MI Breakpoint Commands): Execution commands generate
1207 *stopped not ^done.
1208
eb819d70
NR
12092007-02-13 Nick Roberts <nickrob@snap.net.nz>
1210
1211 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
1212 values for in_scope. Mention that only root variables can be
1213 updated.
1214 (GDB/MI Development and Front Ends): Explain new values may be
1215 added to existing fields.
1216
123dc839
DJ
12172007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
1218
1219 * gdb.texinfo (-target-disconnect): Use @smallexample.
1220 (Requirements): Add anchor for Expat. Update description.
1221 (Target Descriptions): Mention Expat.
1222 (Target Description Format): Document new elements. Use
1223 @smallexample.
1224 (Predefined Target Types, Standard Target Features): New sections.
669fac23 1225 * gdbint.texinfo (Target Descriptions): New section.
123dc839 1226
108546a0
DJ
12272007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
1228
1229 * gdb.texinfo (Target Description Format): Add section on XInclude.
1230
95a98c01
NR
12312006-02-03 Nick Roberts <nickrob@snap.net.nz>
1232
1233 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
1234 command -enable-timings.
1235
f4b3909f
EZ
12362007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
1237
5ae4183a 1238 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
1239 descriptions for new/deleted elements in gdb_osabi. Add missing
1240 description for function generic_elf_osabi_sniff_abi_tag_sections.
1241
c7ba131e
JB
12422007-01-29 Joel Brobecker <brobecker@adacore.com>
1243
1244 * gdb.texinfo (Maintenance Commands): Add documentation for
1245 the new "maint print target-stack" command.
1246
3a60f64e
JK
12472007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1248 Eli Zaretskii <eliz@gnu.org>
1249
f4b3909f 1250 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 1251
c582f8b6
EZ
12522007-01-26 Eli Zaretskii <eliz@gnu.org>
1253
1254 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
1255 Use @value{NGCC} instead of @value{GCC}.
1256
d3e8051b
EZ
12572007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
1258
1259 * agentexpr.texi: Fix typos.
1260 * annotate.texinfo: Likewise.
1261 * gdb.texinfo: Likewise.
1262 * gdbint.texinfo: Likewise.
1263 * observer.texi: Likewise.
1264 * stabs.texinfo: Likewise.
1265
86f04699
EZ
12662007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
1267
1268 * gdbint.texinfo (Support Libraries): Remove mmalloc
1269 entry. Describe readline library.
1270
23181151
DJ
12712007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
1272
1273 * gdb.texinfo (Target Descriptions): New section.
1274 (General Query Packets): Add QPassSignals anchor. Mention
1275 qXfer:features:read under qSupported. Expand mentions of
1276 qXfer:memory-map:read and QPassSignals. Document
1277 qXfer:features:read.
1278
f822c95b
DJ
12792007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
1280
1281 * gdb.texinfo (Commands to specify files): Describe
1282 "set sysroot" and "show sysroot".
1283 (Using the `gdbserver' program): Lowercase argument
1284 to @var. Expand description of setting up GDB on the
1285 host.
1286
8936fcda
JB
12872007-01-05 Joel Brobecker <brobecker@adacore.com>
1288
1289 * gdb.texinfo (Set Catchpoints): Add documentation for the new
1290 catch exception, catch exception unhandled, and catch assert
1291 commands.
1292
e776119f
DJ
12932007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
1294
1295 * gdb.texinfo (Debugging Output): Document "set debug xml"
1296 and "show debug xml".
1297
aa79a185
DJ
12982007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
1299
1300 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
1301
7f893741
JB
13022007-01-01 Joel Brobecker <brobecker@adacore.com>
1303
1304 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
1305
a1b5960f
VP
13062006-12-08 Vladimir Prus <vladimir@codesourcery.com>
1307
1308 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
1309 note in @ignore, to be removed later if nobody complains.
1310
9f470e6e
NR
13112006-12-04 Nick Roberts <nickrob@snap.net.nz>
1312
1313 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
1314 of -var-delete.
1315
765dc015 13162006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 1317
765dc015 1318 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
1319 automatic software/hardware breakpoint usage and
1320 the "set breakpoint auto-hw" command.
765dc015 1321
4b5752d0
VP
13222006-11-21 Vladimir Prus <vladimir@codesourcery.com>
1323
1324 * gdb.texinfo (Memory Access Checking): New.
1325
89be2091
DJ
13262006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
1327
1328 * gdb.texinfo (Remote configuration): Mention
1329 "pass-signals-packet".
1330 (General Query Packets): Document QPassSignals. Fix
1331 a typo.
1332
ca3bf3bd
DJ
13332006-11-14 Maxim Grigoriev <maxim@tensilica.com>
1334
1335 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
1336
427c3a89
DJ
13372006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
1338
1339 * gdb.texinfo (Remote configuration): Rewrite documentation for
1340 packet configuration commands.
1341 (OS Information): Adjust reference to qXfer:auxv:read.
1342 (General Query Packets): Remove references to read-aux-vector-packet
1343 and set remote get-thread-local-storage-address.
1344
7a107747
DJ
13452006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
1346
1347 * gdbint.texinfo (Target Architecture Definition): Add new
1348 Initializing a New Architecture section.
1349
1c56eb0e
EZ
13502006-10-31 David Taylor <dtaylor@emc.com>
1351
1352 * stabs.texinfo (Macro define and undefine): New node describing
1353 stabs for #define and #undef.
1354
f73adfeb
AS
13552006-10-27 Andreas Schwab <schwab@suse.de>
1356
1357 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
1358
fd60e0df
EZ
13592006-10-21 Eli Zaretskii <eliz@gnu.org>
1360
1361 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
1362 clarify on the possible meanings of ``expression'' watched by
1363 watchpoints. Add indexing.
e5ac9b53
EZ
1364 (Prompting, Errors, Invalidation, Annotations for Running)
1365 (Source Annotations): Fix index entries by adding "annotation" to
1366 them, to discriminate from index entries that point to the more
1367 general topic descriptions.
fd60e0df 1368
52bb452f
DJ
13692006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
1370
1371 * gdbint.texinfo (Target Vector Definition): Move most
1372 content into Existing Targets. Add a menu.
1373 (Existing Targets): New section, moved from Target Vector
1374 Definition. Use @subsection.
1375 (Managing Execution State): New section.
1376
58955e58
BW
13772006-10-16 Bob Wilson <bob.wilson@acm.org>
1378
1379 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
1380
c8aa23ab
EZ
13812006-10-15 Eli Zaretskii <eliz@gnu.org>
1382
1383 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
1384 (Command Syntax, Signals, Backtrace, Connecting)
1385 (Remote configuration, Renesas Boards, Console I/O): Fix last
1386 change: use Ctrl- instead of C-, except wrt Emacs.
1387 (File-I/O Examples): Put Ctrl-c in @kbd.
1388 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
1389 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
1390 (Signals, Set Breaks, Set Watchpoints): Document optional
1391 arguments to `info signals' `handle', `info breakpoints', and
1392 `info watchpoints'.
c8aa23ab 1393
e7109c7e
EZ
13942006-10-14 Eli Zaretskii <eliz@gnu.org>
1395
1396 * gdb.texinfo (Backtrace): Fix last change.
1397
de3aea7b
NR
13982006-10-14 Nick Roberts <nickrob@snap.net.nz>
1399
1400 * gdb.texinfo (Backtrace): Order correctly and add other cases.
1401
7f9087cb
BW
14022006-10-10 Bob Wilson <bob.wilson@acm.org>
1403
c8aa23ab
EZ
1404 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
1405 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
1406 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 1407
68437a39
DJ
14082006-09-21 Vladimir Prus <vladimir@codesourcery.com>
1409 Daniel Jacobowitz <dan@codesourcery.com>
1410
1411 * gdb.texinfo (Packets): Document vFlashErase,
1412 vFlashWrite and vFlashDone packets.
1413 (General Query Packets): Document qXfer:memory-map:read.
1414 Add a new feature for qXfer:memory-map:read.
1415 (Memory map format): New section.
1416 (Target Commands): Mention that gdb can write flash.
1417
fd79ecee
DJ
14182006-09-21 Vladimir Prus <vladimir@codesourcery.com>
1419 Daniel Jacobowitz <dan@codesourcery.com>
1420
1421 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
1422 memory regions and "mem auto".
1423
350da6ee
DJ
14242006-09-21 Nathan Sidwell <nathan@codesourcery.com>
1425
1426 * gdbint.texinfo (Array Containers): New section.
1427
2f1acb09
VP
14282006-09-17 Vladimir Prus <vladimir@codesourcery.com>
1429
1430 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
1431 -stack-list-arguments HIGH_FRAME argument can be larger then the
1432 actual number of frames.
1433
2ab1eb7a
VP
14342006-09-07 Vladimir Prus <vladimir@codesourcery.com>
1435
1436 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
1437 -stack-list-locals HIGH_FRAME argument can be larger then the
1438 actual number of frames.
2ab1eb7a 1439
599b237a
BW
14402006-09-02 Bob Wilson <bob.wilson@acm.org>
1441
1442 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
1443 Register Packet Format, Tracepoint Packets): Fix spelling errors.
1444
25ab7e6d
EZ
14452006-09-02 Eli Zaretskii <eliz@gnu.org>
1446
1447 * gdbint.texinfo (Overall Structure): New section "Source Tree
1448 Structure".
1449
940178d3
JB
14502006-08-17 Jim Blandy <jimb@codesourcery.com>
1451
1452 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
1453 responses.
1454
30daae6c
JB
14552006-08-08 Joel Brobecker <brobecker@adacore.com>
1456
1457 * gdb.texinfo (Source Path): Add documentation for new
1458 substitute-path commands.
1459
7fa2210b
DJ
14602006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
1461
1462 * gdb.texinfo (Installing GDB): Update menu. Move text to...
1463 (Running Configure): ...here.
1464 (Requirements): New node. Mention expat.
1465
3d00d119
DJ
14662006-08-08 Vladimir Prus <vladimir@codesourcery.com>
1467
5ae4183a 1468 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
1469 'set download-write-size' and 'show download-write-size'.
1470
0cbfa4ee
DJ
14712006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
1472
1473 * stabs.texinfo (Member Type Descriptor): Correct example for
1474 pointer to member types.
1475
16026cd7
AS
14762006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
1477
1478 * gdb.texinfo (Optional warnings and messages): Add
1479 'set/show trace-commands'.
1480 (Command files): Add '-v' to source command.
1481
0876f84a
DJ
14822006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
1483
1484 * gdb.texinfo (OS Information): Update qPart reference to
1485 qXfer.
1486 (Remote configuration): Likewise.
1487 (Overview): Move @cindex to the start of a paragraph. Talk
1488 about binary data encoding.
1489 (Packets): Refer to the overview for the details of the X
1490 packet encoding.
1491 (General Query Packets): Remove qPart description. Add qXfer
1492 description. Add an anchor to qSupported. Correct feature
1493 table title. Add a new feature for qXfer:auxv:read.
1494 (Interrupts): Add a missing parenthesis.
1495
2ec3381a
DJ
14962006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
1497
669fac23 1498 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
1499 (GDB/MI Kod Commands): Remove commented out node.
1500
594fe323
EZ
15012006-07-01 Eli Zaretskii <eliz@gnu.org>
1502
1503 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
1504 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
1505 (GDB/MI Thread Commands, GDB/MI Program Execution)
1506 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
1507 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
1508 (GDB/MI File Commands, GDB/MI Target Manipulation)
1509 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
1510 since the MI prompt is hard-wired into the code.
1511
7e3fb70c
NR
15122006-07-01 Nick Roberts <nickrob@snap.net.nz>
1513
1514 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
1515 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
1516 (GDB/MI Data Manipulation): Remove description of unimplemented
1517 display related commands as variable objects perform this function
1518 and are superior: -display-delete, -display-disable,
1519 -display-enable, -display-insert and -display-list. Move
1520 -environment-cd, -environment-directory, -environment-path
1521 and -environment-pwd to "Program Context".
1522 (GDB/MI Program Control): Rename to "Program Execution". Move
1523 -exec-arguments -exec-abort to...
1524 (GDB/MI Program Context): ...here. New node split from "Data
1525 Manipulation".
1526
be2a5f71
DJ
15272006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
1528
1529 * gdb.texinfo (Remote configuration): Document set / show
1530 remote supported-packets.
1531 (General Query Packets): Document qSupported packet.
1532
fc320d37
SL
15332006-06-10 Sandra Loosemore <sandra@codesourcery.com>
1534
1535 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
1536 and font markup.
1537 (Protocol basics): Likewise.
1538 (The F request packet): Likewise.
1539 (The F reply packet): Likewise.
1540 (Memory transfer): Move this node to be a subsubsection of
1541 "Protocol specific representation of datatypes".
1542 (The Ctrl-C message): More copy editing.
1543 (Console I/O): Likewise.
1544 (The isatty call): Delete this node, and merge its content into
1545 the "isatty" node. Fixed references elsewhere.
1546 (The system call): Delete this node, and merge its content into
1547 the "system" node. Fixed references elsewhere.
1548 (open): Reformat to use @table, and add appropriate font markup.
1549 (close): Likewise.
1550 (read): Likewise.
1551 (write): Likewise.
1552 (lseek): Likewise.
1553 (rename): Likewise.
1554 (unlink): Likewise.
1555 (stat/fstat): Likewise.
1556 (gettimeofday): Likewise.
1557 (isatty): Likewise.
1558 (system): Likewise, plus minor changes to fix confusing wording.
1559 (Integral datatypes): Fix font markup.
1560 (Pointer values): Likewise.
1561 (struct stat): Fix markup to use @table, plus minor copy editing.
1562 (struct timeval): Fix font markup, plus minor copy editing.
1563 (Constants): Minor copy editing.
1564 (Errno values): Add font markup.
1565 (File-I/O Examples): Likewise.
1566
158fdf5c
NR
15672006-06-10 Nick Roberts <nickrob@snap.net.nz>
1568
1569 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
1570 (GDB/MI Simple Examples): Move node up one level. Use real
1571 examples.
1572 (GDB/MI Compatibility with CLI): Update.
1573 (GDB/MI Result Records): Add "connected" and "exit" result
1574 classes.
1575 (GDB/MI Stream Records): Clarify target output.
1576 (GDB/MI Command Description Format): Modify example description.
1577 (GDB/MI Breakpoint Table Commands): Rename to...
1578 (GDB/MI Breakpoint Commands): ...this
1579 (GDB/MI Breakpoint Commands): Add optional thread field.
1580 (GDB/MI Program Control): Add an introduction. Move "Program
1581 termination" examples into exec-run description.
1582 (GDB/MI File Commands): Mention similar CLI commands.
1583 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
1584 is similar to "-gdb-version".
1585
ddb50cd7
EZ
15862006-06-09 Eli Zaretskii <eliz@gnu.org>
1587
1588 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
1589
2aef0d6b
NR
15902006-06-02 Nick Roberts <nickrob@snap.net.nz>
1591
1592 * gdb.texinfo (GDB/MI Development and Front Ends): Use
1593 sourceware.org for mailing lists.
d5e40d59 1594 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 1595
383a5c52
NR
15962006-06-01 Nick Roberts <nickrob@snap.net.nz>
1597
d5e40d59 1598 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 1599
e16b02ee
EZ
16002006-05-22 Eli Zaretskii <eliz@gnu.org>
1601
1602 * gdb.texinfo (Cygwin Native): Fix last change.
1603
be90c084
CF
16042006-05-22 Christopher Faylor <cgf@timesys.com>
1605
1606 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
1607
347ceba5
NR
16082006-05-15 Nick Roberts <nickrob@snap.net.nz>
1609
1610 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
1611 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
1612
369af7bd
DJ
16132006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
1614
1615 * gdb.texinfo (General Query Packets): Recommend not starting
1616 new packets with qC and clarify.
1617
2ffdbde8 16182006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
1619
1620 * gdb.texinfo (M2 Types): New section.
72019c9c 1621
16d1a084
DJ
16222006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
1623
1624 * agentexpr.texi: Add a copyright and license notice.
1625 * observer.texi: Likewise, with GPL clause for function prototypes.
1626 Remove trailing whitespace.
1627
aa56d27a
JB
16282006-05-05 Jim Blandy <jimb@codesourcery.com>
1629
1630 * gdb.texinfo (General Query Packets): Document conventions for
1631 terminating packet names, and their violations.
1632
5bdf8622
DJ
16332006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
1634
1635 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
1636 * gdb.texinfo: Likewise.
1637
605a56cb
DJ
16382006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
1639
1640 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
1641 and "show remotedebug".
1642 (Debugging Output): Add additional index entries.
1643
b8db102d
MS
16442006-04-27 Michael Snyder <msnyder@redhat.com>
1645
1646 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
1647
c5e30d01
AC
16482006-04-22 Andrew Cagney <cagney@redhat.com>
1649
1650 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
1651 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
1652
8181d85f
DJ
16532006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
1654
1655 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
1656 and remove breakpoint prototypes.
1657 (Watchpoints): Move description of target_insert_hw_breakpoint and
1658 target_remove_hw_breakpoint ...
1659 (Breakpoints): ... to here. Document target_insert_breakpoint and
1660 target_remove_breakpoint.
1661
4f553f88
JB
16622006-04-17 Jim Blandy <jimb@codesourcery.com>
1663
1664 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
1665 and C packets are optional.
1666
cd852561
FR
16672006-04-14 Frederic Riss <frederic.riss@st.com>
1668
1669 * gdb.texinfo (Specifying source directories): Update the description
1670 of the source file search to reflect the fact that the source path
1671 always contains at least $cdir and $cwd.
1672
b620eb07
MS
16732006-03-31 Michael Snyder <msnyder@redhat.com>
1674
1675 * gdb.texinfo: Update copyright dates.
1676
3156cdaf
EZ
16772006-03-31 Eli Zaretskii <eliz@gnu.org>
1678
1679 * gdb.texinfo (Overview): Add an index entry to "empty response".
1680
7d30c22d
JB
16812006-03-28 Jim Blandy <jimb@codesourcery.com>
1682
1683 * gdbint.texinfo (Prologue Analysis): New section.
1684
86941c27
JB
16852006-03-07 Jim Blandy <jimb@red-bean.com>
1686
66b8c7f6
JB
1687 * gdb.texinfo (Connecting): Document 'target remote pipe'.
1688
1a10341b
JB
1689 * gdb.texinfo (Target Commands): Update text describing how to
1690 specify a target. Refer to the detailed section on remote
1691 debugging, not the brief mention.
1692
86941c27
JB
1693 * gdb.texinfo (Connecting): Organize the different 'target remote'
1694 connection methods into a table. Add a 'target remote' index
1695 entry. (!!!)
1696
62f3a2ba
FF
16972006-02-17 Fred Fish <fnf@specifix.com>
1698
1699 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
1700 'ptype' commands to reflect the fact that the only significant
1701 difference between them is that ptype prints the complete type
1702 description instead of just the name.
1703
8b9a88ea
WZ
17042006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
1705
1706 * gdbint.texinfo (Watchpoints): Delete
1707 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
1708
7e8dc855
NR
17092006-02-10 Nick Roberts <nickrob@snap.net.nz>
1710
1711 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
1712 times fields where needed. Fix typos. Update general form given
1713 for output of -break-insert.
1714 (GDB/MI): Abbreviate some unnecessarily long fullnames.
1715
c91d38aa
DJ
17162006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
1717
1718 * gdbint.texinfo (Symbol Handling): Add a section
1719 on memory management.
1720
38fcd64c
DJ
17212006-02-06 Vladimir Prus <ghost@cs.msu.su>
1722
1723 * gdb.texinfo (Breakpoint table commands): Document the fullname
1724 field in -break-list output.
1725
219eec71
EZ
17262006-02-03 Eli Zaretskii <eliz@gnu.org>
1727
1728 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
1729 debugging information produced by the various "set debug..."
1730 options.
1731
ae5a43e0
DJ
17322006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1733
1734 * gdb.texinfo (Files): Remove obsolete bits from the description
1735 of "symbol-file".
1736
a9f158ec
JB
17372006-01-25 Jim Blandy <jimb@redhat.com>
1738
1739 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
1740
410dd08e
JB
17412006-01-24 Jim Blandy <jimb@redhat.com>
1742
1743 * gdbint.texinfo (Frames): Document the basics of GDB's register
1744 unwinding model, and explain the existence of the "sentinel" frame.
1745
4b505b12
AS
17462006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
1747
1748 * gdb.texinfo (Choosing files): Mention that -directory is used
1749 for script files.
1750 (Specifying source directories): Likewise.
1751 (Command files): Explain how script files are found.
1752
839c27b7
EZ
17532006-01-21 Eli Zaretskii <eliz@gnu.org>
1754
1755 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
1756 the threads in a multi-threaded program.
1757 (Threads): The threadno argument of "thread apply" can be a range
1758 of numbers.
1759
7be93b9e
JB
17602006-01-18 Jim Blandy <jimb@redhat.com>
1761
1762 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
1763 of warning flags.
1764
fcc73fe3
EZ
17652006-01-13 Eli Zaretskii <eliz@gnu.org>
1766
1767 * gdb.texinfo (Sequences): Improve menu annotations.
1768 (Define): Add index entries for arguments of user-defined
1769 commands. Move the description of flow-control commands...
1770 (Command Files): ...to here. Document loop_break and
1771 loop_continue.
ca91424e
EZ
1772 (Define, Command Files): Document `end' and add index entries for
1773 it.
fcc73fe3 1774
5c95884b
MS
17752006-01-04 Michael Snyder <msnyder@redhat.com>
1776
1777 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 1778 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 1779
860701dc
PH
17802006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
1781
1782 * gdb.texinfo (Omissions from Ada): Document that there is now
1783 limited aggregate support.
1784
36b80e65
EZ
17852005-12-28 Eli Zaretskii <eliz@gnu.org>
1786
1787 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
1788 registers and the likes.
1789
c1468174
EZ
17902005-12-24 Eli Zaretskii <eliz@gnu.org>
1791
1792 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
1793 (Symbols): Fix usage of "e.g.".
359df76b 1794 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
1795
1796 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
1797 (Coding): Fix usage of "e.g.".
1798
c02a867d
EZ
17992005-12-23 Eli Zaretskii <eliz@gnu.org>
1800
5ae4183a
AS
1801 * stabs.texinfo:
1802 * refcard.tex:
c02a867d 1803 * gpl.texi:
5ae4183a
AS
1804 * gdbint.texinfo:
1805 * gdb.texinfo:
1806 * gdb-cfg.texi:
c02a867d 1807 * fdl.texi:
5ae4183a
AS
1808 * annotate.texinfo:
1809 * all-cfg.texi:
c02a867d
EZ
1810 * Makefile.in: Add (C) after Copyright. Update the FSF
1811 address.
1812
fad38dfa
EZ
18132005-12-03 Eli Zaretskii <eliz@gnu.org>
1814
1815 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
1816 extend GDB with commands for external monitor.
1817
53e5f3cf
AS
18182005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
1819
1820 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
1821
55f6ca0f
JB
18222005-11-25 Joel Brobecker <brobecker@adacore.com>
1823
1824 * gdbint.texinfo (Start of New Year Procedure): New chapter.
1825
c1947b85
JB
18262005-11-21 Jim Blandy <jimb@redhat.com>
1827
1828 * gdb.texinfo (Tracepoint Packets): Document restrictions on
1829 placement of 'R' actions in tracepoint action packets; document
1830 dependence of 'X' and 'M' actions on a preceding 'R' action for
1831 their registers.
1832
9d29849a
JB
18332005-11-19 Jim Blandy <jimb@redhat.com>
1834
1835 * gdb.texinfo (Tracepoint Packets): New node.
1836 (General Query Packets): Add entries for the tracepoint packets,
1837 referring to the "Tracepoint Packets" node.
1838 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 1839
9a6253be
KB
18402005-11-18 Kevin Buettner <kevinb@redhat.com>
1841
1842 * gdb.texinfo (set remotebreak): Add anchor.
1843 (X packet): Likewise.
1844 (Remote Protocol): Add new section `Interrupts' and new index
1845 entry `interrupts (remote protocol)'.
1846
5f3bebba
JB
18472005-11-18 Jim Blandy <jimb@redhat.com>
1848
1849 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
1850 entries into the General Query Packets section. Add a
1851 cross-reference to that section. Drop description of replies, as
1852 these are covered in the descriptions of each packet.
1853 (General Query Packets): Add introductory text. Explain naming
1854 conventions, and how the end of a name is recognized.
1855
9a7a1b36
KB
18562005-11-17 Kevin Buettner <kevinb@redhat.com>
1857
0564b6cf 1858 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
1859 "set remotebreak" command.
1860
b8ff78ce
JB
18612005-11-16 Jim Blandy <jimb@redhat.com>
1862
1863 * gdb.texinfo (Packets, Stop Reply Packets)
1864 (General Query Packets): Various formatting cleanups.
1865 - Use @samp for packet contents.
1866 - Drop summaries from packet @item lines; the same information appears
1867 immediately below in the description.
1868 - Delete paragraph breaks after packet @item commands, so that the
1869 description appears directly to the right of the packet prototype
1870 in the printed manual, if it fits.
1871 - Place spaces in packet prototypes between @vars and non-@var
1872 letters, and explain that they're just for formatting.
1873 - Use @dots{} instead of '...'.
1874 - Fix uses of @code where @var was needed.
1875 - Replace "deprecated" markers with English text spelling out the
1876 packet's status and the preferred alternatives.
1877 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
1878 what this ever meant.
1879 - Remove "(draft)" markers on 'i' packets; nobody has commented on
1880 this for a long time.
1881 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
1882 implemented several times, and have been in use for years.
1883
8ffe2530
JB
18842005-11-15 Jim Blandy <jimb@redhat.com>
1885
c43c5473
JB
1886 * gdb.texinfo (Packets): Add index entries for 'm' packet
1887 disclaimers.
5ae4183a 1888
fb031cdf
JB
1889 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
1890 of stub when processing an 'm' packet.
1891
8ffe2530
JB
1892 * gdb.texinfo (Packets): Mention that packets beginning with
1893 letters are reserved once, at the top, instead of actually listing
1894 them all and saying "reserved".
1895
c03c782f
AS
18962005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
1897
1898 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
1899 Change @var{$arg0 to @code{$arg0.
1900
814e32d7
WZ
19012005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
1902
1903 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
1904
fa93a9d8
JB
19052005-11-12 Jim Blandy <jimb@redhat.com>
1906
1907 * gdb.texinfo (General Query Packets): Put packets in alphabetical
1908 order. Remove extraneous 'z'.
1909
8a5a3c82
AS
19102005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
1911
1912 * gdb.texinfo (Choosing files): Add --eval-command.
1913
4b0ad762
AS
19142005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
1915
1916 * gdb.texinfo (Choosing modes): Add --return-child-result.
1917
1918
1a088d06
AS
19192005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
1920
1921 * gdb.texinfo (Choosing modes): Add --batch-silent.
1922
656d5e12
EZ
19232005-10-28 Eli Zaretskii <eliz@gnu.org>
1924
1925 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
1926 "The -var-update Command".
1927
3c9c013a
JB
19282005-10-03 Joel Brobecker <brobecker@adacore.com>
1929
1930 * gdb.texinfo (Print Settings): Add documentation for set/show
1931 print array-indexes.
1932
7ba3cf9c
DJ
19332005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
1934
1935 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
1936 6.2 and 6.3.
1937
a94ab193
EZ
19382005-08-27 Eli Zaretskii <eliz@gnu.org>
1939
1940 * gdb.texinfo (File Options): Don't document --mapped, it's gone
1941 since 19-Jan-2004.
1942 (Files): Likewise.
ab1adacd
EZ
1943 (Variables, Symbols): Document the "<incomplete type>" message and
1944 its reasons.
a94ab193 1945
ca06016a
FF
19462005-08-01 Fred Fish <fnf@specifix.com>
1947
1948 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
1949
cf58170d
NR
19502005-07-15 Nick Roberts <nickrob@snap.net.nz>
1951
1952 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
1953 option for -var-list-children and -var-update.
1954 (GDB/MI Stack Manipulation): Simplify description of
1955 print-values option for -stack-list-locals.
1956 (GDB/MI Command Description Format): Clarify.
1957 (Mode Options): Spelling of superseded.
1958
38f1196a
BR
19592005-07-12 Bob Rossi <bob@brasko.net>
1960
1961 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
1962 corresponding GDB command comment.
1963
3cb3b8df
BR
19642005-07-06 Bob Rossi <bob@brasko.net>
1965
1966 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
1967 and -inferior-tty-show.
1968 (Input/Output): Document "set/show inferior-tty" and tty alias.
1969
10fac096
NW
19702005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
1971
1972 * gdb.texinfo (Packets): Change description of 'D' packet to note
1973 that GDB does wait for a response.
1974
d1b6db76
NR
19752005-06-22 Nick Roberts <nickrob@snap.net.nz>
1976
1977 * gdb.texinfo (History) Rename "Command History".
1978 (Command History): Move node "Server Prefix" from section on
1979 Annotations here.
1980
29629dcf
NR
19812005-06-19 Nick Roberts <nickrob@snap.net.nz>
1982
1983 * gdb.texinfo (GDB/MI Stack Manipulation):
1984 Re-instate -stack-info-frame with example. Say that it gets
1985 info on selected frame, not current frame.
1986
397ca115
EZ
19872005-06-18 Eli Zaretskii <eliz@gnu.org>
1988
1989 * gdb.texinfo (Server): Clarify that `file' should be used before
1990 connecting to the server.
1991 (Files): Add an xref to the above description.
51274035
EZ
1992 (Output Formats): More detailed description of the `c' format.
1993 (Memory): List explicitly all the formats supported by `x'.
638ac427 1994 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 1995 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
1996 files. Add more indexing for solib-absolute-prefix and
1997 --with-sysroot.
76d17f34
EZ
1998 (Machine Code): Document possible problems with locations in
1999 shared libraries.
d416eeec
EZ
2000 (Backtrace): Document that free-standing environments do not need
2001 to have a `main' function.
397ca115 2002
74f6deaa
NR
20032005-06-18 Nick Roberts <nickrob@snap.net.nz>
2004
2005 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
2006 -stack-info-frame.
2007
a9967aef
AC
20082005-06-07 Andrew Cagney <cagney@gnu.org>
2009
2010 * gdb.texinfo (Contributors): Note the original multi-arch
2011 contributors.
2012
e09f16f9
EZ
20132005-06-03 Eli Zaretskii <eliz@gnu.org>
2014
2015 * gdb.texinfo (Registers): Add index entries for the standard
2016 registers.
2017 (Frames): Add cross-reference from frame pointer description to
2018 the Registers node.
2019 (Annotations Overview): Fix the reference to GDB name.
2020
d87ba7ee
EZ
20212005-06-01 Eli Zaretskii <eliz@gnu.org>
2022
2023 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
2024 can-use-hw-watchpoints.
2025
034dad6f
BR
20262005-05-28 Bob Rossi <bob@brasko.net>
2027
2028 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
2029 the possible reasons why an exec async record would be returned to FE.
2030
ffed4509
AC
20312005-05-26 Andrew Cagney <cagney@gnu.org>
2032
2033 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
2034 Andrew Cagney implemented the original GDB/MI.
2035
e22e55c9
OF
20362005-05-23 Orjan Friberg <orjanf@axis.com>
2037
2038 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
2039 documentation. Add documentation for cris-mode.
2040
a78e13ce
EZ
20412005-05-20 Eli Zaretskii <eliz@gnu.org>
2042
2043 * gdb.texinfo (Numbers): Explain the example and make the wording
2044 more acurate.
2045
76ff342d
DJ
20462005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
2047 Dennis Brueni <dennis@slickedit.com>
2048
2049 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
2050 (GDB/MI Data Manipulation, GDB/MI Program Control)
2051 (GDB/MI Stack Manipulation): Update examples to include the fullname
2052 attribute in stack frames.
2053
119b882a
EZ
20542005-05-12 Eli Zaretskii <eliz@gnu.org>
2055
2056 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
2057 do with other non-standard names of init files.
2058
6fc08d32
EZ
20592005-05-11 Eli Zaretskii <eliz@gnu.org>
2060
2061 * gdb.texinfo (Command Files): Move the description of the startup
2062 from here...
2063 (Startup): ...to this new subsection of the Invocation chapter.
2064 Rearrange the description of init files more logically and add a
2065 cross-reference to "Command Files". Document the special gdbinit
2066 name for CISCO 68k. Expand the description of what GDB does
2067 during startup.
2068 (History): Add index entry for HISTSIZE.
2069
a561754a
MK
20702005-05-02 Mark Kettenis <kettenis@gnu.org>
2071
2072 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
2073
2eecc4ab
EZ
20742005-05-02 Eli Zaretskii <eliz@gnu.org>
2075
2076 * gdb.texinfo (SVR4 Process Information, The isatty call)
2077 (The system call): Don't use foo(N) notation for man pages and
2078 functions.
514c4d71 2079 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 2080
18999be5
EZ
20812005-04-27 Eli Zaretskii <eliz@gnu.org>
2082
2083 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
2084 were optimized away.
2085
0abb7bc7
EZ
20862005-04-22 Eli Zaretskii <eliz@gnu.org>
2087
2088 * gdb.texinfo (Remote configuration): Document "set/show
2089 get-thread-local-storage-address". Add cross-reference to the
2090 description of the qGetTLSAddr packet.
2091 (General Query Packets): Mention "set remote
2092 get-thread-local-storage-address" and add a reference to its
2093 description.
2094
6f61acb1
NR
20952005-04-19 Nick Roberts <nickrob@snap.net.nz>
2096
2097 * gdb.texinfo (Backtrace): Describe 'bt full'.
2098
9d59903a
NR
20992005-04-17 Nick Roberts <nickrob@snap.net.nz>
2100
2101 * gdb.texinfo (Mode Options): Fix typo.
2102 (GDB/MI): Describe how to invoke GDB/MI.
2103
721c2651
EZ
21042005-04-16 Eli Zaretskii <eliz@gnu.org>
2105
2106 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 2107 references changed. Add description of "info udot".
721c2651
EZ
2108 (Files): Document "set/show stop-on-solib-events".
2109 (M32R/D): Document "set/show download-path", "set/show
2110 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
2111 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
2112 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
2113 (Maintenance Commands): Improve indexing.
2114 (Target Commands): Document "set/show hash", "set/show debug
2115 monitor".
2116 (SVR4 Process Information): Document "info pidlist" and "info
2117 meminfo". Document "set/show procfs-tarce" and "set/show
2118 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
2119 (Symbols, The Print Command with Objective-C): Improve indexing.
2120 (Objective-C): Add references to "info classes" and "info
2121 selectors".
c45da7e6
EZ
2122 (Debugging Output): Improve wording. Document "set/show debug
2123 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
2124 (Set Breaks): Add index entry for "hardware breakpoints".
2125 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
2126 and "set/show usehardbreakpoints".
2127 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
2128 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
2129 (ARM): Document "rdilogfile", "rdilogenable", "set/show
2130 rdiromatzero", "set/show rdiheartbeat".
2131 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
2132 "sds".
2133 (Embedded Processors): Document the "sim" command.
2134 (Remote): Document the "remote" command.
2135 (DJGPP Native): Document the "info serial" command.
2136 (Threads): Document "maint info sol-threads".
2137 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
2138 (Set Breaks): Improve indexing.
2139 (Command Syntax): Add a reference to dont-repeat.
2140 (Define): Document "dont-repeat".
2141 (TUI Commands): Document "tabset".
2142 (WinCE): New subsection. Document "set/show remotedirectory",
2143 "set/show remoteupload", "set/show remoteaddhost".
721c2651 2144
14d6dd68
EZ
21452005-04-15 Eli Zaretskii <eliz@gnu.org>
2146
2147 * gdb.texinfo (Hurd Native): New subsection, documents
2148 Hurd-specific commands.
a64548ea 2149 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 2150 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
2151 (MIPS): Improve documentation of heuristic-fence-post. Document
2152 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
2153 mips stack-arg-size", "set/show mips mask-address", "set/show mips
2154 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 2155 (ARM): Document ARM-specific commands.
a64548ea
EZ
2156 (AVR): New section. Document "info io_registers".
2157 (CRIS): New section. Document "set/show cris-version" and
2158 "set/show cris-dwarf2-cfi".
2159 (HPPA): New section. Document "set/show debug hppa" and "maint
2160 print unwind".
a5adf40f 2161 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 2162 (Super-H): New section. Document the "regs" command.
721c2651 2163 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 2164
9c16f35a
EZ
21652005-04-09 Eli Zaretskii <eliz@gnu.org>
2166
2167 * gdb.texinfo (Print Settings): Document "set/show print
2168 pascal_static-members", "set print repeats", "show print
2169 null-stop". Improve indexing. Fix documentation of "set print
2170 union".
2171 (Pascal): New section.
2172 (Supported languages): Rename from "Support"; all references
2173 updated. Add a menu item for Pascal.
2174 (Numbers): Document "set radix.
2175 (Screen Size): Document "set/show pagination".
2176 (MIPS Embedded): Remove "set processor" documentation.
2177 (Remote configuration): Document "set/show X/P/Z-packet",
2178 "set/show read-aux-vector-packet", "set/show remote
2179 symbol-lookup-packet", "set/show remote verbose-resume-packet",
2180 "set/show remoteaddresssize", "set/show remotebaud", "set/show
2181 remotedebug", "set/show remotebreak", "set/show remotedevice",
2182 "set/show remotelogfile".
2183 (Auxiliary Vector): Add reference to the description of the
2184 read-aux-vector-packet setting.
2185 (Set Watchpoints): Add a cross-reference to "set remote
2186 hardware-breakpoint-limit".
2187 (General Query Packets): Add indexing of requests and
2188 cross-references to related commands in "Remote configuration".
2189 (File-I/O Overview, The system call): Fix wording and typos.
2190 (Thread Stops): Add index entries.
2191 (Continuing and Stepping): Document "show step-mode".
2192 (i386): New node. Document "set/show struct-convention".
2193 (Files): Document "show trust-readonly-sections".
2194 (Calling): Document "set/show unwindonsignal".
2195 (Messages/Warnings): Add index entries.
2196 (Maintenance Commands): Document "set/show watchdog".
2197 (Annotations Overview): Document "show annotate".
2198 (Set Watchpoints): Add index entries.
2199 (Symbols): Fix doc of case-sensitive.
2200 (ABI): Document "show coerce-float-to-double".
2201 (Convenience Vars, Help): Improve indexing.
2202 (Machine Code): Document "show disassembly-flavor".
2203 (Debugging C plus plus): Document "show overload-resolution".
2204 (Value History, Signaling): Add index entries.
2205
22062005-04-08 Eli Zaretskii <eliz@gnu.org>
2207
2208 * gdb.texinfo (Show): Move @kindex entries to their proper places.
2209 (Processes): Fix wording.
2210 (History, List, Logging output, Define, Symbols, Print Settings):
2211 Improve indexing.
2212
a8f24a35
EZ
22132005-04-03 Eli Zaretskii <eliz@gnu.org>
2214
2215 * gdb.texinfo (Targets): Document "set/show architecture". Remove
2216 redundant index entry for "target" command.
2217 (Backtrace): Add index entries.
2218 (Symbols, Fortran): Document the "set case-sensitive" command.
2219 (DJGPP Native): Document "set com1base", "set com1irq", etc.
2220 (Print Settings): Add index entry for "set demangle-style".
2221 (Target Commands): Document "set download-write-size".
2222 (Debugging Output): Document "set exec-done-display".
2223
09d4efe1
EZ
22242005-04-02 Eli Zaretskii <eliz@gnu.org>
2225
2226 * gdb.texinfo (Files): Fix the name and documentation of
2227 add-shared-symbol-files. Document its alias assf. Update the
2228 list of OSs where GDB supports shared libraries. Fix markup.
2229 (Continuing and Stepping): Add reference to @var{location} in the
2230 text.
2231 (Dump/Restore Files): Fix reference to @{filename}.
2232 (Help): Fix wording.
2233 (Attach): Ditto.
2234 (Set Watchpoints): Ditto.
2235 (Backtrace): Remove redundant index entries. Improve index
2236 entries.
2237 (Delete Breaks): Fix wording.
2238 (Memory): Document the compare-sections command.
2239 (Memory Region Attributes): Improve wording.
2240 (Disabling): Improve wording.
2241 (Fortran): New subsection. Document the "info common" command.
2242 (Help): Document aliases "info copying" and "info warranty".
2243 (Caching Remote Data): New section. Document the "set/show
2244 remotecache" and "info dcache" commands.
2245 (Show): Fix wording of the documentation of the "set
2246 extension-language" command.
2247 (Signals): Add index entry for "info handle".
2248 (Memory Region Attributes): Fix punctuation.
2249 (Symbols): Change the arg name to "location" and refer to it in
2250 the text. Fix wording of "info types" doc.
2251 (Threads): Fix usage of @enumerate @item's.
2252 (Listing Tracepoints): Add index entry for "info tp".
2253 (Set Watchpoints): Add xref to "info break" description.
2254 (Macros): Add an index entry for "macro exp1". Document the
2255 "macro list" command.
2256 (Maintenance Commands): Document "flushregs", "maint agent",
2257 "maint check-symtabs", "maint cplus", "maint demangle", "maint
2258 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
2259 "maint print architecture", "maint print objfiles", "maint print
2260 statistics", "maint print type", "maint show-debug-regs", "maint
2261 space", "maint time", and "maint translate-address".
2262 (Connecting): Document the "monitor" command.
2263 (Annotations Overview): Describe the "set annotate" command.
2264
82f2d802
EZ
22652005-04-01 Eli Zaretskii <eliz@gnu.org>
2266
2267 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
2268 Rearrange index entries and improve wording about support for
2269 hardware watchpoints.
2270
7d51c7de
BR
22712005-03-10 Bob Rossi <bob@brasko.net>
2272
2273 * gdb.texinfo: Update copyright
2274
68c71a2e
TR
22752005-02-09 Theodore A. Roth <troth@openavr.org>
2276
2277 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
2278 error.
2279
83761cbd
KB
22802005-02-03 Kevin Buettner <kevinb@redhat.com>
2281
2282 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
2283
9f1c6395
MS
22842005-01-17 Michael Snyder <msnyder@redhat.com>
2285
2286 * gdb.texinfo: Fix spelling, infinte -> infinite.
2287
fbd1b305
MK
22882005-01-08 Mark Kettenis <kettenis@gnu.org>
2289
2290 * observer.texi (GDB Observers): Document "solib_loaded".
2291
3ace7edb
AC
22922005-01-07 Andrew Cagney <cagney@gnu.org>
2293
bec39cab
AC
2294 * configure.ac: Rename configure.in, require autoconf 2.59.
2295 * configure: Re-generate.
2296
3ace7edb
AC
2297 * configure.in: Replace configdirs with multiple references to
2298 AC_CONFIG_SUBDIRS.
2299 * configure: Re-generate.
5ae4183a 2300
53531fc1
AC
23012005-01-04 Andrew Cagney <cagney@gnu.org>
2302
2303 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
2304 part of the version number.
2305
536ffdb7
MK
23062004-12-24 Mark Kettenis <kettenis@gnu.org>
2307
2308 * gdbint.texinfo (Algorithms): Remove description of
2309 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
2310
e1aac25b
JB
23112004-12-07 Jim Blandy <jimb@redhat.com>
2312
2313 * gdb.texinfo (General Query Packets): Specify that thread ID's in
2314 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
2315 numbers.
2316
f47b1503
AS
23172004-12-07 Andreas Schwab <schwab@suse.de>
2318
2319 * gdb.texinfo (Mode Options): Document -l option.
2320
b6b8ece6
EZ
23212004-12-04 Eli Zaretskii <eliz@gnu.org>
2322
2323 * gdbint.texinfo (Algorithms): More accurate description of
2324 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
2325 is not needed unless data-read and data-access watchpoints are
2326 supported. Add a description of how GDB checks whether the
2327 inferior stopped because a watchpoint was hit.
2328
01371747
EZ
23292004-11-23 Eli Zaretskii <eliz@gnu.org>
2330
2331 * gdb.texinfo (Files): Add cross-reference to description of
2332 -readnow command-line switch.
2333
2315ffec
RC
23342004-11-10 Randolph Chung <tausq@debian.org>
2335
2336 * gdb.texinfo: Document set/show backtrace past-entry commands.
2337 Rearrange index entries for set/show backtrace past-main.
2338
69065f5d
AC
23392004-11-10 Jon Beniston <jon@beniston.com>
2340
2341 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
2342 * gdb.texinfo (Remote Serial Protocol): Further describe
2343 binary transfer escaping mechanism .
69065f5d 2344
30e91e0b
RC
23452004-11-08 Randolph Chung <tausq@debian.org>
2346
2347 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
2348 and "show debug infrun". Add index entries.
2349
60bf7e09
EZ
23502004-10-23 Eli Zaretskii <eliz@gnu.org>
2351
2352 * gdb.texinfo (SVR4 Process Information): Document subcommands of
2353 "info proc" that are already implemented. Add index entries.
2354 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
2355 (Files): Add a tip for decreasing memory used for symtabs from
2356 shared libraries.
f018e82f
EZ
2357 (Starting): Fix whitespace; make "elaboration" stand out where it
2358 is first used, and add an index entry for the term.
f8568604
EZ
2359 (Calling): Expand and elaborate text. Add "print". Add the
2360 description of problems with weak aliases.
384ee23f 2361 (Core File Generation): New section.
60bf7e09 2362
d52fe014
AC
23632004-10-12 Andrew Cagney <cagney@gnu.org>
2364
2365 * gdbint.texinfo (Versions and Branches): New chapter.
2366 (Releasing GDB): Delete "Versions and Branches" section.
2367 (Top): Add "Versions and Branches".
2368
703663ab
EZ
23692004-10-08 Eli Zaretskii <eliz@gnu.org>
2370
2371 * gdb.texinfo (Editing, History): Add cross-references to the
2372 included Readline and History user documentation. Remove
2373 references to the symbol have-readline-appendices which is unused
2374 and undefined.
2375 (History): Fix indexing.
2376
ac77d04f
JJ
23772004-10-08 Jeff Johnston <jjohnstn@redhat.com>
2378
2379 * gdbint.texinfo (target_stopped_data_address): Update to
2380 new prototype.
2381 (i386_stopped_data_address): Update prototype and description.
2382 (i386_stopped_by_watchpoint): New function and description.
2383
e07c999f
PH
23842004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
2385
2386 * gdb.texinfo (Filenames): Add Ada suffixes.
2387 (Ada) New section.
2388
2e868123
AC
23892004-09-27 Andrew Cagney <cagney@gnu.org>
2390 Robert Picco <Robert.Picco@hp.com>
2391
2392 * gdb.texinfo (Packets): Document the "p" packet.
2393
02a57714
JM
23942004-09-21 Jason Molenda (jmolenda@apple.com)
2395
2396 * gdb.texinfo (Paths and Names of the Source Files): Document the
2397 meaning of values in the 'desc' field of a SO stab.
2398
ae038cb0
DJ
23992004-09-20 Daniel Jacobowitz <dan@debian.org>
2400
2401 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
2402 max-cache-age" and "maint show dwarf2 max-cache-age".
2403
f7dc1244
EZ
24042004-09-16 Eli Zaretskii <eliz@gnu.org>
2405
2406 * gdb.texinfo (Set Breaks): Add index entry for setting
2407 breakpoints on overloaded C++ functions that are not members of
2408 any classes. Add an example and an index entry for setting
2409 breakpoints on all program functions.
2410 (Character Sets, Macros, Overlay Commands)
2411 (Non-debug DLL symbols, GDB/MI Output Syntax)
2412 (Annotations Overview, Maintenance Commands, File-I/O Overview):
2413 Use "(@value{GDBP})" instead of a literal "(gdb)".
2414
f810308b
AC
24152004-09-12 Andrew Cagney <cagney@gnu.org>
2416
2417 * gdbint.texinfo (Native Debugging): Delete description of
2418 FILES_INFO_HOOK.
2419
15a661f3
PH
24202004-09-11 Paul Hilfinger <hilfinger@gnat.com>
2421
5ae4183a
AS
2422 * gdbint.texinfo (User Interface): Change local_hex_string_custom
2423 to hex_string_custom (not historically correct, but more
15a661f3
PH
2424 understandable, given the current code).
2425
f3219c75
AC
24262004-09-03 Andrew Cagney <cagney@gnu.org>
2427
2428 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
2429
f3bb6704
JJ
24302004-09-01 Jeff Johnston <jjohnstn@redhat.com>
2431
2432 * observer.texi (solib_unloaded): New observer.
2433
8d2c00cb
AC
24342004-08-24 Andrew Cagney <cagney@gnu.org>
2435
2436 * gdbint.texinfo (Target Architecture Definition): Add missing
2437 comma.
2438
e7dc800a
MC
24392004-08-20 Michael Chastain <mec.gnu@mindspring.com>
2440
2441 * (Using the Testsuite): build != host is supported,
2442 but some test scripts do not support build != host.
2443
73b03683
MK
24442004-08-14 Mark Kettenis <kettenis@gnu.org>
2445
2446 * gdbint.texinfo (Host Definition): Delete description of
2447 FCLOSE_PROVIDED and GETENV_PROVIDED.
2448
c0ccb908
MK
24492004-08-05 Mark Kettenis <kettenis@chello.nl>
2450
2451 * gdbint.texinfo (Host Definition): Delete description of
2452 NO_SYS_FILE.
2453 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
2454 PTRACE_FP_BUG.
2455
9c8dbfa9
AC
24562004-08-05 Andrew Cagney <cagney@gnu.org>
2457
2458 * gdbint.texinfo (Target Architecture Definition): Delete
2459 reference to deprecated_read_fp.
2460
f42accbe
AC
24612004-08-02 Andrew Cagney <cagney@gnu.org>
2462
2463 * gdbint.texinfo (Target Architecture Definition): Delete
2464 description of DEPRECATED_REGISTER_BYTES.
2465
0b66e38c
EZ
24662004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2467
2468 * gdb.texinfo (Source Path): Document the new behavior of
2469 searching for the source files.
2470
15387254
EZ
24712004-07-17 Eli Zaretskii <eliz@gnu.org>
2472
2473 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
2474 (Search, Expressions, Arrays, Variables, Data, Machine Code)
2475 (Auto Display): Improve indexing.
2476
2c07db7a
AC
24772004-07-16 Andrew Cagney <cagney@gnu.org>
2478
2479 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
2480 "-noasync".
2481
4644b6e3
EZ
24822004-07-09 Eli Zaretskii <eliz@gnu.org>
2483
2484 * gdb.texinfo: Fix @kindex entries so that multiple commands that
2485 have the same prefix have only their prefix in the index.
2486
7561d450
MK
24872004-07-03 Mark Kettenis <kettenis@gnu.org>
2488
2489 * gdb.texinfo (BSD libkvm Interface): New node (section)
2490 (Native): Add it to the menu.
2491
67bebe79
MK
24922004-07-01 Mark Kettenis <kettenis@gnu.org>
2493
2494 * gdbint.texinfo (Target Architecture Definition): Remove
2495 PCC_SOL_BROKEN.
2496
1a6923e0
MK
24972004-06-24 Mark Kettenis <kettenis@gnu.org>
2498
2499 * gdbint.texinfo (Target Architecture Definition): Remove
2500 SUN_FIXED_LBRAC_BUG.
2501
b435e160
AC
25022004-06-26 Andrew Cagney <cagney@gnu.org>
2503
2504 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
2505
b5622e8d
AC
25062004-06-20 Andrew Cagney <cagney@gnu.org>
2507
2508 * gdbint.texinfo (Target Architecture Definition): Deprecate
2509 USE_STRUCT_CONVENTION.
2510
e0c07bf0
MC
25112004-06-19 Michael Chastain <mec.gnu@mindspring.com>
2512
2513 gdb.texinfo (Bug Reporting): Mention session recording,
2514 with the script command or Emacs.
2515
782263ab
AC
25162004-06-18 Andrew Cagney <cagney@gnu.org>
2517
2518 * gdbint.texinfo (Target Architecture Definition): Deprecate
2519 FUNCTION_START_OFFSET.
2520
03727ca6
AC
25212004-06-14 Andrew Cagney <cagney@gnu.org>
2522
2523 Based on changes from Karl Berry.
2524 * gdb.texinfo: Do not use @sc in a direntry.
2525 * stabs.texinfo: Change @dircateogry to "Software development".
2526 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
2527
97092415
AC
25282004-06-13 Andrew Cagney <cagney@gnu.org>
2529
2530 * gdbint.texinfo (Target Architecture Definition): Delete
2531 description of RETURN_VALUE_ON_STACK.
2532
1f6d4158
AC
25332004-06-09 Andrew Cagney <cagney@gnu.org>
2534
2535 * gdbint.texinfo (Native Debugging): Restore "@table @code"
2536 deleted by previous patch.
2537
d966f0cb
AC
25382004-06-08 Andrew Cagney <cagney@gnu.org>
2539
2540 * gdbint.texinfo (Native Debugging): Delete documentation on
2541 ATTACH_DETACH.
2542
86fe4aaa
RC
25432004-06-06 Randolph Chung <tausq@debian.org>
2544
2545 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
2546
d4b6d575
RC
25472004-06-06 Randolph Chung <tausq@debian.org>
2548
5ae4183a 2549 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
2550 the new push_dummy_call method signature. Describe the function
2551 argument.
2552
4e8b0763
JB
25532004-05-24 Joel Brobecker <brobecker@gnat.com>
2554
2555 * gdb.texinfo (Starting): Document new start command.
2556
59caf092
AC
25572004-05-21 Andrew Cagney <cagney@redhat.com>
2558
2559 * observer.texi (GDB Observers): Document "inferior_created".
2560
e4a2df64
AC
25612004-05-08 Andrew Cagney <cagney@redhat.com>
2562
e6b55ae2
AC
2563 * gdbint.texinfo (Target Architecture Definition): Delete
2564 description of DO_DEFERRED_STORES.
2565
28954179
AC
2566 * gdbint.texinfo (Target Architecture Definition): Delete
2567 references to DEPRECATED_FIX_CALL_DUMMY.
2568
434b87dd
AC
2569 * gdbint.texinfo (Target Architecture Definition): Delete
2570 description of DEPRECATED_CALL_DUMMY_WORDS,
2571 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
2572
58d28df8
AC
2573 * gdbint.texinfo (Target Architecture Definition): Delete
2574 description of DEPRECATED_PUSH_DUMMY_FRAME.
2575
e4a2df64
AC
2576 * gdbint.texinfo (Target Architecture Definition): Delete
2577 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
2578
2b4855ab
AC
25792004-05-07 Andrew Cagney <cagney@redhat.com>
2580
2581 * observer.texi (GDB Observers): Add "Debugging" section. Include
2582 cross reference to "set/show debug observer".
2583 * gdb.texinfo (Debugging Output): Document "set/show debug
2584 observer".
2585
fcf70625
AC
25862004-05-01 Andrew Cagney <cagney@redhat.com>
2587
2588 * gdbint.texinfo (Target Architecture Definition): Delete
2589 description of DEPRECATED_PC_IN_SIGTRAMP.
2590
8ee56bcf
AC
25912004-04-30 Andrew Cagney <cagney@redhat.com>
2592
2593 * gdbint.texinfo (Target Architecture Definition): Delete
2594 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
2595
67ab9a76
OF
25962004-04-30 Orjan Friberg <orjanf@axis.com>
2597
2598 * observer.texi (GDB Observers): Correct spelling.
2599
79346bcb
OF
26002004-04-26 Orjan Friberg <orjanf@axis.com>
2601
2602 * observer.texi (GDB Observers): Add target_changed event.
2603
7a464420
AC
26042004-04-08 Andrew Cagney <cagney@redhat.com>
2605
2606 * observer.texi (GDB Observers): Rework, provide generic observer
2607 definitions and then a list of observable events.
2608
6cdf9d98
AC
26092004-04-04 Andrew Cagney <cagney@redhat.com>
2610
2611 * gdbint.texinfo (Host Definition): Delete reference to
2612 NO_SIGINTERRUPT.
2613
ddc135a4
AC
26142004-04-02 Andrew Cagney <cagney@redhat.com>
2615
2616 * gdbint.texinfo (Target Architecture Definition): Delete
2617 reference to DEPRECATED_CALL_DUMMY_LENGTH.
2618
6a1b180d
SC
26192004-03-28 Stephane Carrez <stcarrez@nerim.fr>
2620
2621 * gdb.texinfo (TUI Commands): Document tui reg commands.
2622
d0d5df6f
AC
26232004-03-26 Andrew Cagney <cagney@redhat.com>
2624
2625 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
2626 "gdbtui".
2627 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
2628 (Contributors): Mention both Text and Terminal User Interface.
2629
aa2a3f87
AC
26302004-03-23 Andrew Cagney <cagney@redhat.com>
2631
2632 * gdbint.texinfo (Target Architecture Definition): Deprecate
2633 references to SIGTRAMP_START and SIGTRAMP_END.
2634
f561f026
AC
26352004-03-23 Andrew Cagney <cagney@redhat.com>
2636
2637 * gdbint.texinfo (Target Architecture Definition): Deprecate
2638 references to PC_IN_SIGTRAMP.
2639
33cb8b0f
AC
26402004-03-19 Andrew Cagney <cagney@redhat.com>
2641
2642 * gdbint.texinfo (Target Architecture Definition): Delete
2643 reference to GDB_TARGET_IS_HPPA.
2644
fc989b7a
AC
26452004-03-18 Andrew Cagney <cagney@redhat.com>
2646
2647 * gdbint.texinfo (Coding): Update section on gdbarch_data,
2648 describe pre_init and post_init.
2649
701b08bb
DJ
26502004-03-09 Daniel Jacobowitz <drow@mvista.com>
2651
2652 * gdb.texinfo (Debugging Output): Document values for "set debug
2653 target".
2654
faae5abe
AC
26552004-02-28 Andrew Cagney <cagney@redhat.com>
2656
2657 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
2658
dd79a6cf
JJ
26592004-02-26 Jeff Johnston <jjohnstn@redhat.com>
2660
2661 * gdb.texinfo (breakpoints): Add information about the
2662 new "set breakpoint pending" and "show breakpoint pending"
2663 commands.
2664
e7f16015
AC
26652004-02-26 Andrew Cagney <cagney@redhat.com>
2666
2667 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
2668 in Per-architecture module data section.
2669
7161a3a6
RM
26702004-02-25 Roland McGrath <roland@redhat.com>
2671
2672 * gdb.texinfo (General Query Packets): Document qPart:... packets.
2673
2154891a
AC
26742004-02-24 Andrew Cagney <cagney@redhat.com>
2675
2676 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
2677 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
2678 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 2679
6c74ac8b
AC
26802004-02-17 Andrew Cagney <cagney@redhat.com>
2681
2682 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
2683
19772a2c
AC
26842004-02-16 Andrew Cagney <cagney@redhat.com>
2685
2686 * gdbint.texinfo (Target Architecture Definition): Deprecate
2687 FRAMELESS_FUNCTION_INVOCATION.
2688
c9830293
AC
26892004-02-16 Andrew Cagney <cagney@redhat.com>
2690
2691 * gdbint.texinfo (Coding): Mention -Wunused-function.
2692
b9d26eb9
AC
26932004-02-14 Andrew Cagney <cagney@redhat.com>
2694
2695 * gdbint.texinfo (Target Architecture Definition): Delete
2696 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
2697
49efadf5
EZ
26982004-02-12 Elena Zannoni <ezannoni@redhat.com>
2699
2700 * gdb.texinfo: Properly quote the name "C++".
2701 * gdbint.texinfo: Ditto.
2702 * stabs.texinfo: Ditto.
2703
1eb288ea
EZ
27042004-02-11 Elena Zannoni <ezannoni@redhat.com>
2705
2706 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
2707 minimal information about libiberty.
2708
e4937fc1
MC
27092004-02-06 Michael Chastain <mec.gnu@mindspring.com>
2710
2711 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
2712
a9331b3f
RM
27132004-02-04 Roland McGrath <roland@redhat.com>
2714
2715 * gdb.texinfo (Auxiliary Vector): New node (section).
2716 (Data): Add it to the menu.
2717
2650777c
JJ
27182004-02-02 Jeff Johnston <jjohnstn@redhat.com>
2719
2720 * gdb.texinfo (Breakpoints): Add information about pending
2721 breakpoint support.
2722
b4501125
AC
27232004-01-26 Andrew Cagney <cagney@redhat.com>
2724
2725 * gdb.texinfo (Overview): Delete references to the cisco protocol
2726 including the "N" response.
2727
74055713
AC
27282004-01-26 Andrew Cagney <cagney@redhat.com>
2729
2730 * gdbint.texinfo (Target Architecture Definition): Rename
2731 EXTRACT_STRUCT_VALUE_ADDRESS to
2732 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 2733
3bbe9696
EZ
27342004-01-24 Eli Zaretskii <eliz@gnu.org>
2735
2736 * gdb.texinfo (KOD): Document "show os". Add index entries for
2737 "set/show os" and "info cisco" commands.
2738
5843504f
EZ
27392004-01-21 Eli Zaretskii <eliz@gnu.org>
2740
2741 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
2742
9175c9a3
MC
27432004-01-19 Michael Chastain <mec.gnu@mindspring.com>
2744
2745 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
2746 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
2747
8e94b928
NR
27482004-01-19 Nick Roberts <nick@nick.uklinux.net>
2749
2750 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
2751 -stack-list-locals.
2752 (GDB/MI Variable Objects): Describe extension to
2753 -var-list-children.
2754
a20cf136
DJ
27552004-01-17 Daniel Jacobowitz <drow@mvista.com>
2756
2757 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
2758
afb18d0f
AC
27592004-01-17 Andrew Cagney <cagney@redhat.com>
2760
2761 * gdbint.texinfo (Target Architecture Definition): Delete
2762 documentation on DEPRECATED_NPC_REGNUM.
2763
b51970ac
DJ
27642004-01-13 Daniel Jacobowitz <drow@mvista.com>
2765
2766 * gdb.texinfo: Update copyright year. Mention that set
2767 follow-fork-mode is supported on GNU/Linux. Remove documentation of
2768 "set follow-fork-mode ask".
2769
0f0cffd2
AC
27702004-01-13 Andrew Cagney <cagney@redhat.com>
2771
2772 * gdbint.texinfo: Update copyright year.
2773 (Coding): Add -Wunused-label to list of -Werror warnings.
2774
c552b3bb 27752004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 2776 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
2777
2778 * gdb.texinfo: Update copyright.
2779 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
2780 around names, as appropriate. Minor syntax cleanup of
2781 _NSPrintForDebugger explanation. Two spaces after periods.
2782 GDBN used instead of lit. "gdb". Index entries added for
2783 print-object and _NSPrintForDebugger. @noindent added in one spot.
2784
afe157ca
EZ
27852003-11-11 Elena Zannoni <ezannoni@redhat.com>
2786
2787 * stabs.texinfo: Add dircategory and direntry commands.
2788 * annotate.texinfo: Ditto.
2789
963e2bb7
AC
27902003-11-10 Andrew Cagney <cagney@redhat.com>
2791
2792 * gdbint.texinfo (Target Architecture Definition): Replace the
2793 return_value method's "inval" and "outval" parameters with
2794 "readbuf" and "writebuf".
2795
1d8b2f28
JB
27962003-10-28 Jim Blandy <jimb@redhat.com>
2797
2798 * gdb.texinfo (The F request packet, The F reply packet): Renamed
2799 from "The `F' request packet" and "The `F' reply packet", to make
2800 texi2dvi happy.
2801 (File-I/O remote protocol extension): Update menu entries, too.
2802
36d86913
MC
28032003-10-26 Michael Chastain <mec@shout.net>
2804
2805 * gdb.texinfo (Thread Stops): Document the issue with
2806 premature return from system calls in multi-threaded programs.
2807
ce2826aa
AC
28082003-10-24 Andrew Cagney <cagney@redhat.com>
2809
2810 * annotate.texinfo: Fix "fortunatly"[sic].
2811
f24c5e49
KI
28122003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
2813
2814 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
2815 with "Hitachi" and "Mitsubishi".
2816
92ad9cd9
AC
28172003-10-20 Andrew Cagney <cagney@redhat.com>
2818
2819 * gdbint.texinfo (Target Architecture Definition): Document
2820 gdbarch_return_value. Add cross references from
2821 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
2822 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
2823
0ab4b752
MK
28242003-10-18 Mark Kettenis <kettenis@gnu.org>
2825
2826 * gdbint.texinfo (Target Architecture Definition): Document
2827 regset_from_core_section.
fb3e19c0
KI
2828
28292003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
2830
2831 * gdb.texinfo (M32R/D): Mention m32rsdi target.
2832
a9331b3f 28332003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
2834
2835 From Anthony Green <green@redhat.com>:
5ae4183a 2836 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 2837
1485d690
KB
28382003-10-14 Kevin Buettner <kevinb@redhat.com>
2839
2840 * gdb.texinfo (Breakpoint related warnings): New node.
2841 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 2842
86d30acc
DJ
28432003-10-13 Daniel Jacobowitz <drow@mvista.com>
2844
2845 * gdb.texinfo (Remote Protocol): Document v and vCont.
2846
172c2a43
KI
28472003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
2848
2849 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
2850 * gdbint.texinfo: Ditto.
2851
71952f4c
AC
28522003-10-09 Andrew Cagney <cagney@redhat.com>
2853
2854 From 2003-09-18 David Anderson <davea@sgi.com>:
2855 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
2856 "command".
2857
268e2188
AC
28582003-10-03 Andrew Cagney <cagney@redhat.com>
2859
2860 * gdbint.texinfo (Target Architecture Definition): Deprecate
2861 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
2862 just target.
2863
12c266ea 28642003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 2865
f30992d4 2866 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
2867 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
2868 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
2869 * gdbint.texinfo (Target Architecture Definition): Rename
2870
28712003-09-30 Andrew Cagney <cagney@redhat.com>
2872
f30992d4 2873 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 2874 (Target Architecture Definition):
f30992d4 2875
2e092625
AC
2876 * gdbint.texinfo (Target Architecture Definition): Rename
2877 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
2878
0717ae8a
AC
28792003-09-29 Andrew Cagney <cagney@redhat.com>
2880
dad809b7
AC
2881 * gdbint.texinfo (Target Architecture Definition): Delete
2882 documentation for NEED_TEXT_START_END.
2883
0717ae8a
AC
2884 * gdbint.texinfo (Target Architecture Definition): Rename
2885 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
2886 TARGET_WRITE_PC.
a9331b3f 2887
af6cf26d
MC
28882003-09-22 Michael Chastain <mec@shout.net>
2889
2890 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
2891
ee206350
AG
28922003-09-21 Anthony Green <green@redhat.com>
2893
2894 * gdbint.texinfo (Target Architecture Definition): Fix typos.
2895
a38c9fe6
MK
28962003-09-21 Mark Kettenis <kettenis@gnu.org>
2897
2898 * gdbint.texinfo (Target Architecture Definition): Document
2899 stabs_argument_has_addr.
2900
77949794
AC
29012003-09-18 Andrew Cagney <cagney@redhat.com>
2902
2903 * gdbint.texinfo (Target Architecture Definition): Delete
2904 documentation on REGISTER_NAMES.
2905
8e823e25
MK
29062003-09-13 Mark Kettenis <kettenis@gnu.org>
2907
2908 * gdbint.texinfo (Target Architecture Definition): Replace
2909 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
2910
f27dd7fd
AC
29112003-09-11 Andrew Cagney <cagney@redhat.com>
2912
2913 * gdbint.texinfo (Target Architecture Definition): Replace
2914 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
2915
8b148df9
AC
29162003-08-18 Andrew Cagney <cagney@redhat.com>
2917
2918 * gdbint.texinfo (Target Architecture Definition): Document
2919 "frame_red_zone_size".
2920
25d29d70
AC
29212003-08-09 Andrew Cagney <cagney@redhat.com>
2922
2923 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
2924 with "set/show backtrace past-main" and "set/show backtrace
2925 limit".
2926
c938e9b0
L
29272003-08-08 H.J. Lu <hongjiu.lu@intel.com>
2928
2929 * Makefile.in (install-info): Support DESTDIR.
2930 (install-html): Likewise.
2931
64fabec2
AC
29322003-08-07 Andrew Cagney <cagney@redhat.com>
2933
2934 Patch from Nick Roberts.
2935 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
2936 bindings. Remove description of send-gdb-command.
2937
2fcf52f0
AC
29382003-08-07 Andrew Cagney <cagney@redhat.com>
2939
2940 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
2941 GDB 6.0.
2942
086432e2
AC
29432003-08-06 Andrew Cagney <cagney@redhat.com>
2944
2945 * gdb.texinfo (Mode Options): Mention that level three is the
2946 highest available and that level 2 is deprecated.
2947 (Annotations Overview): Mention annotation levels. Cross reference
2948 to "Limitations of the Annotation Interface" in annotate.texi.
2949 (TODO, Value Annotations, Frame Annotations): Delete section.
2950 (Displays, Breakpoint Info): Delete.
2951
e5249f67
AC
29522003-08-04 Andrew Cagney <cagney@redhat.com>
2953
2954 * agentexpr.texi: Delete @bye.
2955 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
2956 (stabs.info): Add $(srcdir) to include search path.
2957 (html): Depend on "annotate_toc.html", and not "annotate.html".
2958 * stabs.texinfo: Ditto. Include "fdl.texi".
2959 * gdbint.texinfo: Update copyright statement's list of invariant
2960 sections.
2961
e6f672d2
AC
29622003-07-28 Andrew Cagney <cagney@redhat.com>
2963
2964 * Makefile.in (INFO_DEPS): Add annotate.info.
2965 (dvi, ps, html, pdf): Add annotate.
2966 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
2967 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
2968 (ANNOTATE_DOC_FILES): New macro.
2969 (ANNOTATE_TEX_TMPS): New macro.
2970 (annotate.info, annotate_toc.html): Specify dependencies.
2971 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
2972 * annotate.texinfo: Rename annotate.texi. Get building. Add
2973 "Migrating to GDB/MI" and "Limitations of the Annotation
2974 Interface" chapters. Mention why it is not part of the user
2975 guide. Update copyright notice. Include "fdl.texi".
2976
72ffddc9
SC
29772003-07-26 Stephane Carrez <stcarrez@nerim.fr>
2978
2979 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
2980
a9f12a31
DJ
29812003-07-24 Daniel Jacobowitz <drow@mvista.com>
2982
2983 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
2984
b1fe9455
DJ
29852003-07-24 Daniel Jacobowitz <drow@mvista.com>
2986
2987 * gdb.texinfo (Server): Mention pidof.
2988
153721e6
AC
29892003-07-22 Andrew Cagney <cagney@redhat.com>
2990
2991 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
2992 list.
2993
0fac0b41
DJ
29942003-06-28 Daniel Jacobowitz <drow@mvista.com>
2995
2996 * gdb.texinfo (Logging output): New chapter.
2997
4e562065
JB
29982003-06-24 Joel Brobecker <brobecker@gnat.com>
2999
3000 * gdb.texinfo (Unsupported languages): New section.
3001 (Languages): Add link to new section.
3002
f2c06f52
AC
30032003-06-22 Andrew Cagney <cagney@redhat.com>
3004
3005 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
3006
b4177fca
DJ
30072003-06-22 Daniel Jacobowitz <drow@mvista.com>
3008
3009 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
3010
f418dd93
DJ
30112003-06-22 Daniel Jacobowitz <drow@mvista.com>
3012
3013 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
3014 * agentexpr.texi: Retitle section, and change it to an appendix.
3015 Comment out texinfo initialization. Factor a @var{} into two
3016 pieces to prevent makeinfo warnings.
3017 * gdb.texinfo: Add Agent Expressions appendix.
3018
4ca61388
DJ
30192003-06-19 Daniel Jacobowitz <drow@mvista.com>
3020
3021 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
3022
07f31aa6
DJ
30232003-06-18 Daniel Jacobowitz <drow@mvista.com>
3024
5ae4183a 3025 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
3026 remote target". Document the "detach" and "disconnect" commands.
3027 (Server, Netware, Debug Session): Reference "Connecting to a
3028 remote target".
3029 (GDB/MI Target Manipulation): Document "-target-disconnect".
3030
2dd0da42
AC
30312003-06-13 Andrew Cagney <cagney@redhat.com>
3032
3033 * gdbint.texinfo (Target Architecture Definition): Deprecate
3034 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
3035 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
3036
e7a3abfc
JB
30372003-06-09 Jim Blandy <jimb@redhat.com>
3038
3039 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
3040
25e3a86b
AC
30412003-06-08 Andrew Cagney <cagney@redhat.com>
3042
3043 * gdbint.texinfo (Target Architecture Definition): Delete
3044 documentation on FRAME_ARGS_ADDRESS_CORRECT.
3045
a9e5fdc2
AC
30462003-06-08 Andrew Cagney <cagney@redhat.com>
3047
3048 * gdbint.texinfo (Target Architecture Definition): Document
3049 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
3050
b37303ee
AF
30512003-06-07 Adam Fedor <fedor@gnu.org>
3052
3053 * gdb.texinfo: Add Objective-C documentation.
3054
39fe6e80
AC
30552003-06-01 Andrew Cagney <cagney@redhat.com>
3056
3057 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
3058 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
3059
125309b2
AC
30602003-05-21 Andrew Cagney <cagney@redhat.com>
3061
3062 * gdbint.texinfo (Target Architecture Definition): Delete
3063 references to "extract_address" and "store_address".
3064
b8b527c5
AC
30652003-05-16 Andrew Cagney <cagney@redhat.com>
3066
3067 * gdbint.texinfo (Target Architecture Definition): Replace
3068 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
3069 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
3070
50e3ee83
TR
30712003-05-14 Theodore A. Roth <troth@openavr.org>
3072
3073 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
3074
44e2be90
L
30752003-05-10 H.J. Lu <hongjiu.lu@intel.com>
3076
3077 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
3078 (gdb.dvi): Likewise.
3079 (gdb.pdf): Likewise.
3080 (links2roff): Likewise.
3081
df5215a6
JB
30822003-05-08 Jim Blandy <jimb@redhat.com>
3083
3084 * gdb.texinfo (Dump/Restore Files): Update documentation for
3085 'dump', 'append', and 'restore': note that format argument is
3086 optional; simplify presentation of the command variants; and be
3087 more precise about the formats.
3088
5e7b2f39
JB
30892003-05-07 Jim Blandy <jimb@redhat.com>
3090
3091 * gdb.texinfo (Symbols): Update documentation: 'maint list
3092 symtabs' and 'maint list psymtabs' have been renamed 'maint info
3093 symtabs' and 'maint info psymtabs'.
3094
b1e29e33
AC
30952003-05-05 Andrew Cagney <cagney@redhat.com>
3096
3097 * gdbint.texinfo (Target Architecture Definition): Make
3098 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
3099 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
3100 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
3101
00905d52
AC
31022003-05-04 Andrew Cagney <cagney@redhat.com>
3103
3104 * gdb.texinfo (Maintenance Commands): Document "maint print
3105 dummy-frames".
3106
54ff5908
AC
31072003-05-04 Andrew Cagney <cagney@redhat.com>
3108
3109 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
3110
32e7087d
JB
31112003-05-03 J. Brobecker <brobecker@gnat.com>
3112
3113 Thierry Schneider <tpschneider1@yahoo.com>
3114 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
3115 for new MI command.
3116
7043d8dc
AC
31172003-05-03 Andrew Cagney <cagney@redhat.com>
3118
3119 * gdbint.texinfo (Target Architecture Definition): Document
3120 push_dummy_code. Add cross references.
3121
e33d66ec
EZ
31222003-05-02 Elena Zannoni <ezannoni@redhat.com>
3123
3124 * gdb.texinfo (Character Sets): Update to reflect new behavior of
3125 set/show charsets commands.
3126
0ba6dca9
AC
31272003-04-28 Andrew Cagney <cagney@redhat.com>
3128
3129 * gdbint.texinfo (Target Architecture Definition): Replace
3130 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
3131 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
3132
d7a27068
AC
31332003-04-28 Andrew Cagney <cagney@redhat.com>
3134
3135 * gdbint.texinfo (Target Architecture Definition): Rename
3136 "tm_print_insn" to "deprecated_tm_print_insn".
3137
44ea7b70
JB
31382003-04-09 Jim Blandy <jimb@redhat.com>
3139
3140 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
3141 list psymtabs'.
3142
fb8f8949
AC
31432003-04-08 Andrew Cagney <cagney@redhat.com>
3144
3145 * gdbint.texinfo (Target Architecture Definition): Delete
3146 references to EXTRA_FRAME_INFO.
3147
32fb0f22
AC
31482003-04-08 Andrew Cagney <cagney@redhat.com>
3149
3150 * gdbint.texinfo (Target Architecture Definition): Delete
3151 PRINT_TYPELESS_INTEGER.
3152
6be67e67
JB
31532003-04-02 J. Brobecker <brobecker@gnat.com>
3154
3155 * observer.texi (GDB Observers): Adjust the documentation for the
3156 normal_stop notification to better describe reality. Fix a couple
3157 of minor typos.
3158
4e35d5f0
BR
31592003-04-02 Bob Rossi <bob_rossi@cox.net>
3160
a9331b3f 3161 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
3162 '-file-list-exec-source-file'
3163
e8a8712a
AC
31642003-03-31 Andrew Cagney <cagney@redhat.com>
3165
3166 * gdbint.texinfo (Target Architecture Definition): Delete
3167 references to CALL_DUMMY_P.
3168
6c0e89ed
AC
31692003-03-30 Andrew Cagney <cagney@redhat.com>
3170
3171 * gdbint.texinfo (Target Architecture Definition): Remove
3172 reference to TARGET_WRITE_SP.
a9331b3f 3173
378bfd1b
AC
31742003-03-27 Andrew Cagney <cagney@redhat.com>
3175
3176 * gdbint.texinfo (Target Architecture Definition): Remove
3177 references to write_sp.
6c0e89ed 3178
922fbb7b
AC
31792003-03-27 Andrew Cagney <cagney@redhat.com>
3180
3181 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
3182 chapter body. Use @smallexample instead of @example.
3183 (Annotations): Ditto.
3184 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
3185 annotate.texi.
3186
b81774d8
AC
31872003-03-26 Andrew Cagney <cagney@redhat.com>
3188
3189 * gdbint.texinfo (Target Architecture Definition): Replace
3190 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
3191 dummy_addr parameters.
3192
1bf6d5cc
AC
31932003-03-25 Andrew Cagney <cagney@redhat.com>
3194
3195 * gdbint.texinfo (Target Architecture Definition): Delete
3196 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
3197 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
3198 Add reference to PUSH_ARGUMENTS.
3199
618ce49f
AC
32002003-03-23 Andrew Cagney <cagney@redhat.com>
3201
3202 * gdbint.texinfo (Algorithms, Target Architecture Definition):
3203 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
3204
bcd7e15f
JB
32052003-03-18 J. Brobecker <brobecker@gnat.com>
3206
3207 * gdbint.texinfo (Algorithms): Add new section describing the
3208 Observer paradigm.
3209 (Top): Add menu entry to new observer appendix.
3210 * observer.texi: New file.
3211 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
3212 new observer.texi file.
3213
9fe8321b
AC
32142003-03-17 Andrew Cagney <cagney@redhat.com>
3215
3216 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
3217 that GNU Press update the manual version number.
3218
ac2adee5
AC
32192003-03-12 Andrew Cagney <cagney@redhat.com>
3220
3221 * gdbint.texinfo (Target Architecture Definition): Delete
3222 references to get_saved_register. Rename GET_SAVED_REGISTER to
3223 DEPRECATED_GET_SAVED_REGISTER.
3224
749b82f6
AC
32252003-03-13 Andrew Cagney <cagney@redhat.com>
3226
3227 * gdbint.texinfo (Target Architecture Definition): Replace
3228 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
3229
8bedc050
AC
32302003-03-12 Andrew Cagney <cagney@redhat.com>
3231
3232 * gdbint.texinfo (Target Architecture Definition): Rename
3233 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 3234
0ce1b118
CV
32352003-03-10 Corinna Vinschen <vinschen@redhat.com>
3236
3237 * gdb.texinfo: Add File-I/O documentation.
3238
12cc2063
AC
32392003-03-10 Andrew Cagney <cagney@redhat.com>
3240
3241 * gdbint.texinfo (Target Architecture Definition): Cross reference
3242 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
3243
7453dc06
AC
32442003-03-07 Andrew Cagney <cagney@redhat.com>
3245
3246 * gdb.texinfo (Debugging Output): Mention the "set/show debug
3247 frame" command.
3248
6314f104
AC
32492003-03-05 Andrew Cagney <cagney@redhat.com>
3250
3251 * gdbint.texinfo (Target Architecture Definition): Document
3252 unwind_dummy_id. Cross reference unwind_dummy_id and
3253 SAVE_DUMMY_FRAME_TOS.
3254
f1212245
DJ
32552003-03-05 James Ingham <jingham@apple.com>
3256 Daniel Jacobowitz <drow@mvista.com>
3257
3258 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
3259 and "show cp-abi".
3260
77e7e267
AC
32612003-03-03 Andrew Cagney <cagney@redhat.com>
3262
3263 * gdbint.texinfo (Target Architecture Definition): Document
3264 register_type.
3265
838a8221
AC
32662003-03-03 Andrew Cagney <cagney@redhat.com>
3267
3268 * stabs.texinfo (Structures): Use @samp and separate @var's
3269 instead of a single @var containing a comma separated list.
3270 (Unions): Ditto.
3271
d7f4a264
DJ
32722003-03-02 Daniel Jacobowitz <drow@mvista.com>
3273
3274 * Makefile.in (distclean): Remove config.log.
3275
f30ee0bc
AC
32762003-03-01 Andrew Cagney <cagney@redhat.com>
3277
3278 * gdbint.texinfo (Target Architecture Definition): Rename
3279 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
3280
32812003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
3282
3283 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
3284 DEPRECATED_INIT_EXTRA_FRAME_INFO.
3285
be448670
CF
32862003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
3287
3288 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
3289 (Non-debug DLL symbols): New node, describing the minimal symbols
3290 loaded from DLLs without real debugging symbols.
3291
501eef12
AC
32922003-02-20 Andrew Cagney <ac131313@redhat.com>
3293
3294 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
3295 hardware-breakpoint-limit".
3296 (Set Watchpoints): Add cross reference to "set remote
3297 hardware-watchpoint-limit".
3298 (Remote configuration options): New section.
3299
21c294e6
AC
33002003-02-04 Andrew Cagney <ac131313@redhat.com>
3301
e9be73e4
AC
3302 * gdbint.texinfo (Target Architecture Definition): Delete
3303 descrption of IS_TRAPPED_INTERNALVAR.
3304
21c294e6
AC
3305 From Keith Seitz <keiths@redhat.com>:
3306 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
3307 option "-i"/"--interpreter" to this chapter. Include index
3308 entries.
3309
0179ffac
DC
33102003-02-04 David Carlton <carlton@math.stanford.edu>
3311
3312 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
3313 (Variables): Recommend stabs+ and DWARF 2.
3314 (C plus plus expressions): Correct info about
3315 compiler versions, debug formats.
3316 (Contributors): Change 'DWARF2' to 'DWARF 2'.
3317 PR symtab/874.
3318
7ca9f392
AC
33192003-02-01 Andrew Cagney <ac131313@redhat.com>
3320
3321 * gdbint.texinfo (Target Architecture Definition): Delete
3322 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
3323 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
3324 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
3325 references to nindy and i960.
3326 * gdb.texinfo (i960): Delete all references to i960 and nindy.
3327
31a85ea2
AC
33282003-02-01 Andrew Cagney <ac131313@redhat.com>
3329
3330 * gdbint.texinfo (Target Architecture Definition): Delete
3331 FLOAT_INFO.
3332
6b894e49
AC
33332003-01-30 Andrew Cagney <ac131313@redhat.com>
3334
3335 * stabs.texinfo (Member Type Descriptor): Clarify description of
3336 `@'. Suggested by Ben Hutchings.
3337
c48861fb
AC
33382003-01-29 Andrew Cagney <ac131313@redhat.com>
3339
3340 * gdb.texinfo (M68K): Delete reference to es1800.
3341
617073a9
AC
33422003-01-29 Andrew Cagney <ac131313@redhat.com>
3343
3344 * gdb.texinfo (Maintenance Commands): Document `maint print
3345 reggroups' and `maint print register-groups'.
3346 * gdbint.texinfo (Target Architecture Definition): Document
3347 register_reggroup_p.
3348
5b5d99cf
JB
33492003-01-23 Jim Blandy <jimb@redhat.com>
3350
3351 * gdb.texinfo (Separate Debug Files): New section.
3352
e7ba9c65
DJ
33532003-01-22 Daniel Jacobowitz <drow@mvista.com>
3354
3355 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
3356 and "maint show profile".
3357
94e91d6d
MC
33582003-01-16 Michael Chastain <mec@shout.net>
3359
3360 * gdb.texinfo (Installing GDB): Warn against
3361 ".../gdb-VERSION/gdb/configure".
3362 (Separate Objdir): Likewise.
3363
867f3898
AC
33642003-01-15 Andrew Cagney <ac131313@redhat.com>
3365
3366 * gdbint.texinfo (Target Architecture Definition): Delete
3367 definition of PRINT_REGISTER_HOOK.
3368
f153cc92
EZ
33692003-01-15 Elena Zannoni <ezannoni@redhat.com>
3370
3371 (OpenRISC 1000): Fix formatting of command names.
3372
c60eb6f1
EZ
33732003-01-15 Elena Zannoni <ezannoni@redhat.com>
3374
3375 * gdb.texinfo (Continuing and Stepping): Add new command
3376 'advance'. Clarify behavior of 'until'.
3377
f5ebfba0
DJ
33782003-01-13 Daniel Jacobowitz <drow@mvista.com>
3379
3380 * gdb.texinfo (Files): Document solib-absolute-prefix and
3381 solib-search-path.
3382
4ce8657e
MC
33832003-01-09 Michael Chastain <mec@shout.net>
3384
3385 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
3386 (Create a Release): Add new instructions for new @file{src-release}.
3387 Document existing instructions for @file{Makefile.in} as
3388 being for @value{GDBN} 5.3.1 or earlier.
3389
372613e3
AC
33902003-01-09 Andrew Cagney <ac131313@redhat.com>
3391
3392 * gdbint.texinfo (Target Architecture Definition): Mention
3393 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
3394 allocate memory.
3395
b4e9345d
DJ
33962003-01-04 Daniel Jacobowitz <drow@mvista.com>
3397
3398 * gdb.texinfo (Controlling GDB): Add @kindex for
3399 "show osabi".
3400 (Backtraces): Add @kindex's for backtrace-below-main.
3401
98b45e30
DJ
34022003-01-04 Daniel Jacobowitz <drow@mvista.com>
3403
3404 * gdb.texinfo (Controlling GDB): Document "set osabi".
3405
95f90d25
DJ
34062003-01-04 Daniel Jacobowitz <drow@mvista.com>
3407
3408 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
3409 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
3410
1e698235
DJ
34112003-01-04 Daniel Jacobowitz <drow@mvista.com>
3412
3413 * gdb.texinfo (Controlling GDB): Add ABI section. Document
3414 "set coerce-float-to-double".
3415 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
3416
e632838e
AC
34172003-01-02 Andrew Cagney <ac131313@redhat.com>
3418
3419 * stabs.texinfo: Remove obsolete text.
3420 * gdbint.texinfo: Ditto.
3421 * gdb.texinfo: Ditto.
3422
c133ab7a
MK
34232002-12-22 Mark Kettenis <kettenis@gnu.org>
3424
3425 * gdbint.texinfo (Target Architecture Definition): Update
3426 description of gdbarch_register_osabi.
3427
f821f325
KH
34282002-12-20 Kazu Hirata <kazu@cs.umass.edu>
3429
3430 * agentexpr.texi: Fix typos.
3431 * annotate.texi: Likewise.
3432 * fdl.texi: Likewise.
3433
85a6d8d3 34342002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
3435
3436 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
3437 DEPRECATED_INIT_FRAME_PC.
3438
ae45cd16
AC
34392002-12-01 Andrew Cagney <ac131313@redhat.com>
3440
3441 * gdbint.texinfo (Target Architecture Definition): Delete
3442 PC_IN_CALL_DUMMY.
3443
07555a72
AC
34442002-11-28 Andrew Cagney <ac131313@redhat.com>
3445
3446 * gdbint.texinfo (Host Definition): Delete documentation on
3447 USE_GENERIC_DUMMY_FRAMES.
3448
c166cdc7
EZ
34492002-11-26 Elena Zannoni <ezannoni@redhat.com>
3450
5ae4183a 3451 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
3452 * Makefile.in (install-info): Run the install-info command as part
3453 of the post install steps only.
3454 (uninstall-info): New target.
3455 (uninstall): New target.
3456
35db0260
EZ
34572002-11-22 Elena Zannoni <ezannoni@redhat.com>
3458
3459 * Makefile.in (install): Make install do some real work.
3460
9ba8d803
AC
34612002-11-19 Andrew Cagney <ac131313@redhat.com>
3462
3463 Fix POSIX problem reported by Paul Eggert.
3464 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
3465 Fix PR gdb/527.
3466
903ad3a6
AC
34672002-10-26 Andrew Cagney <cagney@redhat.com>
3468
3469 * gdbint.texinfo (Target Architecture Definition): Delete
3470 definition of DO_REGISTERS_INFO.
3471
f2abfe65
KB
34722002-10-18 Kevin Buettner <kevinb@redhat.com>
3473
3474 * gdbint.texinfo (Address Classes): Fix problems with insertion
3475 of ``{'' and ``}'' in example.
3476
b5b0480a
KB
34772002-10-17 Kevin Buettner <kevinb@redhat.com>
3478
3479 * gdbint.texinfo (Address Classes): New section.
3480 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
3481 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
3482 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
3483 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
3484
c85508ee
KD
34852002-10-11 Klee Dienes <kdienes@apple.com>
3486
3487 * gdb.texinfo (Registers): Mention vector registers as well as
3488 floating registers in the documentation for 'info registers' and
3489 'info all-registers'.
3490
6d12fc3d
DJ
34912002-10-11 Daniel Jacobowitz <drow@mvista.com>
3492
3493 * gdbint.texinfo (CPLUS_MARKER): Remove item.
3494
8d19fbd2
JJ
34952002-10-03 Jeff Johnston <jjohnstn@redhat.com>
3496
3497 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
3498 interface definition.
3499
a37295f9
MM
35002002-10-03 Marko Mlinar <markom@opencores.org>
3501
3502 * gdb.texinfo (Target Commands): Add or1k target specific
3503 commands.
3504 * gdb.texinfo (Contributors): Add myself to the contributors list.
3505
da0f9dcd
AC
35062002-10-01 Andrew Cagney <ac131313@redhat.com>
3507
3508 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
3509 and "mi1" instead of "mi1" and "mi0".
3510
2e834e49
HPN
35112002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
3512
3513 * gdb.texinfo (Packets): Fix typos "alligned".
3514 Correct z3/Z3 description. Correct z4/Z4 title.
3515
050be0dc
AC
35162002-09-27 Andrew Cagney <ac131313@redhat.com>
3517
3518 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
3519
1104b9e7
KB
35202002-09-25 Kevin Buettner <kevinb@redhat.com>
3521
3522 * gdb.texinfo: Use GNU/Linux instead of Linux.
3523
512217c7
AC
35242002-09-25 Andrew Cagney <ac131313@redhat.com>
3525
3526 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
3527
10998722
AC
35282002-09-24 Andrew Cagney <ac131313@redhat.com>
3529
512217c7 3530 * gdb.texinfo: Replace @example with @smallexample.
10998722 3531
a0eb71c5
KB
35322002-09-20 Kevin Buettner <kevinb@redhat.com>
3533
f7dc1244 3534 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
3535 * gdb.texinfo (Character Sets): Use @smallexample instead of
3536 @example. Use GNU/Linux instead of Linux.
3537
35382002-09-20 Jim Blandy <jimb@redhat.com>
3539
3540 * gdb.texinfo: Add character set documentation.
3541
2f870471
AC
35422002-09-19 Andrew Cagney <ac131313@redhat.com>
3543
3544 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
3545 (Packets): Add cross reference from `b' packet to `z' packets.
3546
790eb8f5
AC
35472002-09-19 Andrew Cagney <ac131313@redhat.com>
3548
8d30a00d
AC
3549 * gdb.texinfo (Maintenance Commands): Document ``maint
3550 internal-error'' and ``maint internal-warning''.
3551
790eb8f5
AC
3552 * gdbint.texinfo (Target Architecture Definition): Revise
3553 description of STACK_ALIGN. Add description of FRAME_ALIGN.
3554
a23a7bf1
JB
35552002-09-19 Joel Brobecker <brobecker@gnat.com>
3556
3557 * gdbint.texinfo (Target Conditionals): Document the new
3558 NAME_OF_MALLOC macro.
3559
299ffc64
AC
35602002-09-05 Andrew Cagney <ac131313@redhat.com>
3561
3562 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
3563 engineer.
3564
b7bb15bc
SC
35652002-09-02 Stephane Carrez <stcarrez@nerim.fr>
3566
3567 * gdb.texinfo (TUI Overview): Document status line fields.
3568
3d757584
SC
35692002-09-02 Stephane Carrez <stcarrez@nerim.fr>
3570
3571 * gdb.texinfo (TUI Commands): Document info win command.
3572
269c21fe
SC
35732002-09-01 Stephane Carrez <stcarrez@nerim.fr>
3574
3575 * gdb.texinfo (TUI Overview): Document breakpoint markers.
3576
7cf36c78
SC
35772002-09-01 Stephane Carrez <stcarrez@nerim.fr>
3578
3579 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
3580 (TUI Keys): Likewise.
3581
d2c6833e
AC
35822002-08-25 Andrew Cagney <ac131313@redhat.com>
3583
3584 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
3585 for a packet receive.
3586
46d8b1c3
AC
35872002-08-25 Andrew Cagney <ac131313@redhat.com>
3588
3589 * Makefile.in (clean): Move to end of file.
3590 (distclean, maintainer-clean, realclean): Ditto.
3591 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
3592 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
3593 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
3594 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
3595
b0787093
AC
35962002-08-24 Andrew Cagney <ac131313@redhat.com>
3597
3598 * Makefile.in (GDBINT_TEX_TMPS): Define.
3599 (gdbint.dvi, gdbint.pdf): Use
3600 (GDB_TEX_TMPS): Define.
3601 (gdb.dvi, gdb.pdf): Use.
3602 (STABS_TEX_TMPS): Define.
3603 (stabs.dvi, stabs.pdf): Use.
3604 (GDB_DOC_SOURCE_INCLUDES): New macros.
3605 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
3606 (GDBINT_DOC_FILES_INCLUDES): New macros.
3607 (GDBINT_DOC_BUILD_INCLUDES): New macros.
3608 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
3609 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
3610 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
3611 (links2roff): Replace SFILES_INCLUDED with
3612 GDB_DOC_SOURCE_INCLUDES.
3613 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
3614 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
3615 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
3616 dependencies.
3617 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
3618 dependencies.
3619 (gdbmi.texinfo): Delete rule.
3620 (inc-hist.texinfo): Delete rule.
3621 (rluser.texinfo): Delete rule.
3622
ebba8386
AC
36232002-08-23 Andrew Cagney <cagney@redhat.com>
3624
3625 * gdbint.texinfo (Target Architecture Definition): Update
3626 STORE_RETURN_VALUE, mention regcache.
3627
0ab7a791
AC
36282002-08-21 Andrew Cagney <ac131313@redhat.com>
3629
3630 * gdbint.texinfo (Target Architecture Definition): Document
3631 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
3632
ee2d5c50
AC
36332002-08-19 Andrew Cagney <ac131313@redhat.com>
3634
3635 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
3636 Fix minor typos. Add index entries.
3637
53c69bd7
AC
36382002-08-18 Andrew Cagney <ac131313@redhat.com>
3639
3640 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
3641
e76f1f2e
AC
36422002-08-15 Andrew Cagney <ac131313@redhat.com>
3643
3644 * gdbint.texinfo (Target Architecture Definition): Document
3645 PRINT_VECTOR_INFO.
3646 * gdb.texinfo (Vector Unit): Document "info vectors" command.
3647
0680b120
AC
36482002-08-13 Andrew Cagney <ac131313@redhat.com>
3649
3650 * gdb.texinfo (Maintenance Commands): Document "maint print
3651 registers", "maint print raw-registers" and "maint print
3652 cooked-registers".
3653
3c3bea1c
GS
36542002-08-08 Grace Sainsbury <graces@redhat.com>
3655
a9331b3f 3656 From Mark Salter:
3c3bea1c
GS
3657 * gdb.texinfo (Protocol): Document T packet extension to
3658 allow watchpoint address reporting.
3659
42f9b0a5
AC
36602002-08-03 Andrew Cagney <ac131313@redhat.com>
3661
3662 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
3663
db034ac5
AC
36642002-08-01 Andrew Cagney <cagney@redhat.com>
3665
3666 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
3667 to CHILL.
3668
e2b28d04
AC
36692002-08-01 Andrew Cagney <ac131313@redhat.com>
3670
3671 * gdbint.texinfo (Coding): Revise section "Include Files".
3672
7fb623f7
AC
36732002-07-24 Andrew Cagney <cagney@redhat.com>
3674
3675 * gdbint.texinfo: Obsolete references to m88k.
3676 * gdb.texinfo: Ditto.
3677
4a2b4636
JB
36782002-07-10 Joel Brobecker <brobecker@gnat.com>
3679
7fb623f7 3680 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
3681 where the proper version of autoconf can be retrieved.
3682
a71ec265
DH
36832002-07-09 Don Howard <dhoward@redhat.com>
3684
3685 * gdb.texinfo (Command Files): Further describe the behavior of
3686 sourced command files.
3687
b9aa90c9
AC
36882002-06-27 Andrew Cagney <ac131313@redhat.com>
3689
3690 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
3691 (Coding): Clarify ISO C version that GDB assumes.
3692
40dd2248
TT
36932002-06-26 Tom Tromey <tromey@redhat.com>
3694
3695 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
3696 add_setshow_cmd_full.
3697
bfac230e
DH
36982002-06-25 Don Howard <dhoward@redhat.com>
3699
3700 * gdb.texinfo (Memory Region Attributes): Document new behavior
3701 for 'mem' command.
3702
475b0867
JB
37032002-06-11 Jim Blandy <jimb@redhat.com>
3704
919d772c
JB
3705 * gdb.texinfo (Symbols): Update documentation for `info source'
3706 command.
3707
475b0867
JB
3708 * gdb.texinfo (Macros): Call the command `info macro', not
3709 `show macro'.
3710
ba8c9337
AC
37112002-06-09 Andrew Cagney <ac131313@redhat.com>
3712
3713 * gdbint.texinfo (Coding): Add section ``Per-architecture module
3714 data''.
3715
1029b7fa
MK
37162002-06-09 Mark Kettenis <kettenis@gnu.org>
3717
3718 * gdbint.texinfo (Target Architecture Definition): Document
3719 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
3720
16737d73
AC
37212002-06-08 Andrew Cagney <ac131313@redhat.com>
3722
3723 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
3724 lists.
3725
30107679
AC
37262002-06-08 Andrew Cagney <ac131313@redhat.com>
3727
3728 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
3729 Branch''.
3730
3352e23e
AC
37312002-06-01 Andrew Cagney <ac131313@redhat.com>
3732
3733 * gdbint.texinfo (Target Architecture Definition): Add section
3734 ``Converting an existing Target Architecture to Multi-arch''.
3735
cbb09e6a
AC
37362002-05-30 Andrew Cagney <ac131313@redhat.com>
3737
3738 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
3739 to ``Obsoleting code''. Revise.
3740
e2e0bcd1
JB
37412002-05-17 Jim Blandy <jimb@redhat.com>
3742
3743 * gdb.texinfo (C Preprocessor Macros): New chapter.
3744 Include it in the main menu.
3745 (Contributors): Credit Jim Blandy with macro support.
3746 (Compilation): Explain how to get macro information into the
3747 executable.
3748 (Expressions): Note that preprocessor macros are expanded.
3749
9db8d71f
DJ
37502002-05-14 Daniel Jacobowitz <drow@mvista.com>
3751
3752 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
3753 options for `target remote'.
3754
6d531722
AC
37552002-05-13 Andrew Cagney <ac131313@redhat.com>
3756
3757 * gdbint.texinfo (Target Architecture Definition): Delete
3758 documentation on NNPC_REGNUM.
3759
13d01224
AC
37602002-05-11 Andrew Cagney <ac131313@redhat.com>
3761
3762 * gdbint.texinfo (Target Architecture Definition): Document
3763 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
3764 (Target Architecture Definition): Revise section `Using Different
3765 Register and Memory Data Representations'. Add section `Raw and
3766 Virtual Register Representations'.
3767
b2e75d78
AC
37682002-05-11 Andrew Cagney <ac131313@redhat.com>
3769
3770 * gdbint.texinfo (Target Architecture Definition): Mention
3771 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
3772 (Target Architecture Definition): Mention same. Add references to
3773 web pages.
3774
2c8682ee
MS
37752002-05-08 Michael Snyder <msnyder@redhat.com>
3776
3777 * stabs.texinfo (Attributes): Document new "vector" attribute.
3778
0816590b
AC
37792002-05-04 Andrew Cagney <ac131313@redhat.com>
3780
3781 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
3782
2653173e
AC
37832002-05-04 Andrew Cagney <ac131313@redhat.com>
3784
3785 * gdb.texinfo: Delete obsolete references to a29k.
3786
d7bd68ca
AC
37872002-04-24 Andrew Cagney <ac131313@redhat.com>
3788
3789 * gdbint.texinfo (Target Architecture Definition): Replace
3790 IN_SIGTRAMP with PC_IN_SIGTRAMP.
3791
21d83aa5
DM
37922002-04-24 David S. Miller <davem@redhat.com>
3793
3794 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
3795
7673a6cc
DM
37962002-04-21 David S. Miller <davem@redhat.com>
3797
3798 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
3799
d49d1e0a
AC
38002002-04-21 Andrew Cagney <ac131313@redhat.com>
3801
3802 * gdbint.texinfo (Target Architecture Definition): Delete
3803 definition of HAVE_REGISTER_WINDOWS.
3804
f7dc1244 38052002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
3806
3807 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
3808 "Theodore A. Roth" <troth@verinet.com>.
3809
5ca0cb28
DH
38102002-04-15 Don Howard <dhoward@redhat.com>
3811
f7dc1244 3812 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 3813 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 3814 Provide a better explaination of this feature.
5ca0cb28 3815
f208ba17
AC
38162002-04-14 Andrew Cagney <ac131313@redhat.com>
3817
3818 * gdbint.texinfo (Target Architecture Definition): Remove
3819 FRAME_CHAIN_COMBINE.
3820
d5ba91de
MC
38212002-04-12 Michael Chastain <mec@shout.net>
3822
3823 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
3824 REG_STACK_SEGMENT.
3825
26818220
MC
38262002-04-09 Michael Chastain <mec@shout.net>
3827
3828 * gdbint.texinfo (Obsolete Conditionals): Remove references to
3829 PYRAMID_* macros.
3830
129188f6
AC
38312002-04-07 Andrew Cagney <ac131313@redhat.com>
3832
3833 * gdb.texinfo (Bug Reporting): Document that the web is the
3834 prefered way of submitting bug reports.
3835 (Bug Reporting): Delete the s-mail address as the last resort.
3836
8227c0ff
AC
38372002-04-05 Andrew Cagney <ac131313@redhat.com>
3838
3839 * gdbint.texinfo (Target Architecture Definition): Delete
3840 references to TARGET_WRITE_FP and write_fp.
3841
16d9dec6
MS
38422002-03-27 Michael Snyder <msnyder@redhat.com>
3843
3844 * gdb.texinfo: Document new commands dump, append, and restore.
3845
9ae8b82c
AC
38462002-03-27 Andrew Cagney <ac131313@redhat.com>
3847
3848 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
3849 Branch'.
3850
474c8240
AC
38512002-03-18 Andrew Cagney <ac131313@redhat.com>
3852
3853 * gdb.texinfo: Change all examples to @smallexample.
3854 * gdbint.texinfo: Ditto.
a9331b3f 3855
fb0ff88f
AC
38562002-03-18 Andrew Cagney <ac131313@redhat.com>
3857
3858 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
3859 Branches''.
3860
9bb0a4d8
AC
38612002-03-18 Andrew Cagney <ac131313@redhat.com>
3862
3863 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
3864 Policy''.
3865
937f164b
FF
38662002-03-04 Fred Fish <fnf@redhat.com>
3867
3868 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
3869 expresson, suports, dependant, trhe, perhaphs, situtations,
3870 explictily, taged, oportunity, unfortunatly).
3871
a7b40f07
AC
38722002-02-24 Andrew Cagney <ac131313@redhat.com>
3873
3874 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
3875 Remove reference to 3.12.
3876
aab4e0ec
AC
38772002-02-23 Andrew Cagney <ac131313@redhat.com>
3878
3879 * gdbint.texinfo: Include fdl.texi.
3880 (Top): Add GNU Free Documentation License.
3881 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
3882 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
3883 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
3884 (gdbint.info): Add srcdir to include path.
3885 * gdb.texinfo: Include gpl.texi.
3886 (Top): Add Copying.
3887 * gpl.texi: New file.
3888
47b95330
AC
38892002-02-23 Andrew Cagney <ac131313@redhat.com>
3890
3891 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
3892
78c47bea
PM
38932002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
3894
3895 * gdb.texinfo: Document Cygwin native specific commands.
3896
56460a61
DJ
38972002-02-15 Daniel Jacobowitz <drow@mvista.com>
3898
3899 * gdb.texinfo: Document gdbserver ``--attach'' command.
3900
def71bfa
MS
39012002-02-07 Michael Snyder <msnyder@redhat.com>
3902
3903 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
3904 to @code(_ovly_debug_event).
3905
c928edc0
AC
39062002-02-07 Andrew Cagney <ac131313@redhat.com>
3907
3908 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
3909
81d46470
MS
39102002-02-06 Michael Snyder <msnyder@redhat.com>
3911
3912 * gdb.texinfo (overlays): Mention new magic symbol
3913 '_ovly_debug_event', which allows GDB to keep better track
3914 of overlays.
3915
f7dc1244 39162002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
3917
3918 * gdb.texinfo (Memory Region Attributes): Fix the wording.
3919 Suggested by Dmitry Sivachenko.
3920
3921 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
3922
15110bc3
MS
39232002-02-01 Michael Snyder <msnyder@redhat.com>
3924
3925 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
3926
6763aef9
MS
39272002-01-30 Michael Snyder <msnyder@redhat.com>
3928
ac282366
MS
3929 * gdb.texinfo: (remote protocol): Gramatical fix-up.
3930 (set trust-readonly-sections): Document.
6763aef9 3931
8642bc8f
AC
39322002-01-29 Andrew Cagney <ac131313@redhat.com>
3933
3934 * gdbint.texinfo (Releasing GDB): Revise and update.
3935
afe64c1a
AC
39362002-01-28 Andrew Cagney <ac131313@redhat.com>
3937
3938 * gdbint.texinfo (Target Architecture Definition): Delete
3939 description of TARGET_BYTE_ORDER_DEFAULT.
3940
f7dc1244 39412002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
3942
3943 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
3944 <mitya@cavia.pp.ru>.
3945
3d6e1b5a
AC
39462002-01-23 Andrew Cagney <ac131313@redhat.com>
3947
3948 * libgdb.texinfo: Delete file.
3949
6c0e9fb3
AC
39502002-01-22 Andrew Cagney <ac131313@redhat.com>
3951
3952 * gdb.texinfo: Remove makeinfo 3.12 hacks.
3953 * gdbint.texinfo: Ditto.
3954
e0ce93ac
AC
3955Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
3956
3957 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
3958
be298bcc
AC
39592002-01-22 Andrew Cagney <ac131313@redhat.com>
3960
3961 * Makefile.in: Update copyright.
3962 (TEXI2DVI): Define.
3963 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
3964 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
3965 gdb-cfg.texi.
3966 (TEXINDEX, PDFTEX): Delete makefile variables.
3967
8e04817f
AC
39682002-01-22 Andrew Cagney <ac131313@redhat.com>
3969
3970 * gdb.texinfo (Protocol): Move section to appendix.
3971
6b2f586d
AC
39722002-01-21 Andrew Cagney <ac131313@redhat.com>
3973
3974 * gdb.texinfo (Remote Debugging): Create a menu.
3975 (Top): Add ``Remote Debugging'' to menu.
3976
6f05cf9f
AC
39772002-01-21 Andrew Cagney <ac131313@redhat.com>
3978
3979 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
3980 serial protocol'' from here.
3981 (Remote Debugging): To here. New chapter.
3982
3fd3d7d2
AC
39832002-01-20 Andrew Cagney <ac131313@redhat.com>
3984
3985 * gdbint.texinfo (Target Architecture Definition): Delete
3986 description of TARGET_BYTE_ORDER_SELECTABLE_P.
3987
7fd60527
AC
39882002-01-20 Andrew Cagney <ac131313@redhat.com>
3989
3990 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
3991 are no longer needed.
3992 (Porting GDB): Add maintainer note about configure.host.
3993
c2f05ac9
AC
39942002-01-20 Andrew Cagney <ac131313@redhat.com>
3995
3996 * gdbint.texinfo (Target Architecture Definition): Remove
3997 definition of IEEE_FLOAT.
3998
f7dc1244 39992002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
4000
4001 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
4002 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
4003 <3diff@gnu.org>
231b2aad 4004
82600034
AC
40052002-01-19 Andrew Cagney <ac131313@redhat.com>
4006
4007 * gdbint.texinfo (Host Definition): Remove references to
4008 MALLOC_INCOMPATIBLE.
4009
7708fa01
AC
40102002-01-17 Andrew Cagney <ac131313@redhat.com>
4011
4012 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
4013 and xyz-xdep.o.
4014
eb12ee30
AC
40152002-01-17 Andrew Cagney <ac131313@redhat.com>
4016
4017 * gdb.texinfo (Maintenance Commands): Add appendix.
4018 (Set Breaks): Copy ``maint info breakpoint'' doco to
4019 ``Maintenance Commands'' appendix. Add reference.
4020
c9ccaa92
AC
40212002-01-17 Andrew Cagney <ac131313@redhat.com>
4022
4023 * fdl.texi: Remove next/prev from @node.
4024
f7dc1244 40252002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
4026
4027 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
4028 for monstrous @multitable (from Brian Youmans).
4029
4030 * fdl.texi: New file.
4031
4032 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
4033
8973da3a
AC
40342002-01-15 Andrew Cagney <ac131313@redhat.com>
4035
4036 * gdbint.texinfo (Releasing GDB): New chapter.
4037
7d86b5d5
AC
40382002-01-14 Andrew Cagney <ac131313@redhat.com>
4039
4040 * gdb.texinfo (Embedded Processors, Calling program functions):
4041 Obsolete references to a29k.
4042
cc1cb004
AC
40432002-01-13 Andrew Cagney <ac131313@redhat.com>
4044
4045 * gdbint.texinfo (Coding): Review Cleanups section. Examples
4046 examples. Document that a code-block should do or discard its
4047 cleanups before exit.
4048
79f12247
MS
40492002-01-11 Michael Snyder <msnyder@redhat.com>
4050
4051 * gdb.texinfo (Choosing files): Change @samp to @file.
4052
19837790
MS
40532002-01-05 Michael Snyder <msnyder@redhat.com>
4054
4055 * gdb.texinfo (--pid): Document new command line option (attach).
4056
f7dc1244 40572002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
4058
4059 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
4060 in the stub.
4061
d7449b42
AC
40622002-01-04 Andrew Cagney <ac131313@redhat.com>
4063
4064 * gdbint.texinfo (Target Architecture Definition): Replace
4065 BIG_ENDIAN with BFD_ENDIAN_BIG.
4066
f23631e4
AC
40672002-01-03 Andrew Cagney <ac131313@redhat.com>
4068
4069 * gdbint.texinfo (Target Architecture Definition): Replace
4070 value_ptr with struct value pointer.
4071
72c9928d
EZ
40722002-01-02 Eli Zaretskii <eliz@gnu.org>
4073
4074 * gdb.texinfo (Free Software): Fix wording.
4075
959acfd1
EZ
40762001-12-31 Eli Zaretskii <eliz@gnu.org>
4077
4078 * gdb.texinfo (Free Software): New section ``Free Software Needs
4079 Free Documentation''.
4080
f7dc1244 40812001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
4082
4083 * stabs.texinfo:
4084 * gdb.texinfo:
4085 * gdbint.texinfo:
4086 * libgdb.texinfo:
4087 * annotate.texi: Fix the application of GFDL in the Copyright notice.
4088
6600abed
MS
40892001-12-29 Michael Snyder <msnyder@redhat.com>
4090
4091 * gdb.texinfo (maint info sections): Fix typo.
4092
f6680716
MS
40932001-12-26 Michael Snyder <msnyder@redhat.com>
4094
fe95c787
MS
4095 * gdb.texinfo (maint info sections): Document.
4096
a9331b3f 4097 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
4098 'info proc' sub-options that are currently not implemented.
4099
c3d3ce5b
JB
41002001-12-20 Jim Blandy <jimb@redhat.com>
4101
4102 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
4103
778eb05e
AC
41042001-12-15 Andrew Cagney <ac131313@redhat.com>
4105
4106 * gdbint.texinfo (Target Architecture Definition): Replace
4107 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
4108
2607059c
AC
41092001-12-01 Andrew Cagney <ac131313@redhat.com>
4110
4111 * gdbint.texinfo (Host Definition): Delete documentation on
4112 HOST_BYTE_ORDER.
4113
df0cd8c5
JB
41142001-11-30 Jim Blandy <jimb@redhat.com>
4115
4116 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 4117 overlay support. Add to top-level menu.
df0cd8c5 4118
88118b3a
TT
41192001-11-26 Tom Tromey <tromey@redhat.com>
4120
4121 * gdb.texinfo (Command Syntax): Document C-o binding.
4122
96565e91
CF
41232001-07-26 Christopher Faylor <cgf@redhat.com>
4124
4125 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
4126 use since it is described in the referenced section.
4127
f7dc1244 4128 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
4129 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
4130 clearer when using DJGPP.
4131
2a3d5645
CF
41322001-11-24 Christopher Faylor <cgf@redhat.com>
4133
4134 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
4135 specifically refer to MS-DOS.
4136 (command files): Mention gdb.ini is only used on MS-DOS.
4137
aa26fa3a
TT
41382001-11-21 Tom Tromey <tromey@redhat.com>
4139
4140 * gdb.texinfo (Invoking GDB): Document --args.
4141 (Mode Options): Likewise.
4142
4f8ada06
JB
41432001-11-21 Jim Blandy <jimb@redhat.com>
4144
4145 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
4146 Delete documentation; this macro has been removed from the
4147 sources.
4148
3fe0dc10
JB
41492001-11-13 Jim Blandy <jimb@redhat.com>
4150
4151 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
4152
9e5abb06
CV
41532001-11-06 Corinna Vinschen <vinschen@redhat.com>
4154
4155 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
4156
1c5dfdad
MS
41572001-11-05 Michael Snyder <msnyder@redhat.com>
4158
a9331b3f 4159 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
4160 quote regexp chars in function names such as "operator*()".
4161
990f9fe3
FF
41622001-11-01 Fred Fish <fnf@redhat.com>
4163
4164 * gdbint.texinfo (SOLIB_ADD): Document additional new
4165 "readsyms" arg.
4166
b433d00b
DH
41672001-10-30 Don Howard <dhoward@redhat.com>
4168
070b1dd3
DH
4169 * gdb.texinfo: (Command Files) Added documentation for the
4170 behavior of gdb with input redirected from a file.
b433d00b 4171
b7209cb4
FF
41722001-10-28 Fred Fish <fnf@redhat.com>
4173
4174 * gdb.texinfo (auto-solib-add): Change docs to match
4175 implementation change.
4176 (auto-solib-limit): Add docs for new variable.
4177
1aa20aa8
AC
41782001-10-15 Andrew Cagney <ac131313@redhat.com>
4179
4180 * gdbint.texinfo (Target Architecture Definition): Function
4181 value_as_pointer renamed to value_as_address.
4182
fc0c74b1
AC
41832001-10-15 Andrew Cagney <ac131313@redhat.com>
4184
4185 * gdbint.texinfo (Target Architecture Definition): Default
4186 POINTER_TO_ADDRESS functions assume unsigned addresses.
4187 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
4188 posting by Jim Blandy.
4189
f4846649
JB
41902001-10-12 Jim Blandy <jimb@redhat.com>
4191
4192 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
4193 version of texi2html (1.64) doesn't support this flag any more.
4194
f277788b
MK
41952001-09-08 Mark Kettenis <kettenis@gnu.org>
4196
a9dc4918
MK
4197 * gdbint.texinfo (Host Definition): Remove description of
4198 MEM_FNS_DECLARED.
4199
d28379df
MK
4200 * gdbint.texinfo (Host Definition): Remove description of R_OK.
4201
f277788b
MK
4202 * gdbint.texinfo (Host Definition): Remove description of
4203 HAVE_SIGSETMASK.
4204
7ccaa899
EZ
42052001-09-04 Elena Zannoni <ezannoni@redhat.com>
4206
4207 * gdbint.texinfo (Target Architecture Definition): Add
4208 explanation of TARGET_PRINT_INSN macro.
4209
17d9d558
JB
42102001-08-30 Jim Blandy <jimb@redhat.com>
4211
4212 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
4213 Explain what it means to load relocatable files.
4214
72cde065
JB
42152001-08-28 Jim Blandy <jimb@redhat.com>
4216
4217 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
4218 info `top' menu.
4219
9e678452
CF
4220Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
4221
4222 * gdbint.texinfo: Add a cautionary note about macro use.
4223
a2bea4c3 42242001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 4225
a2bea4c3
CV
4226 * gdb.texinfo: Explain omitting the hostname in the
4227 `target remote' command.
4228
1129bf27
DJ
42292001-07-30 Daniel Jacobowitz <drow@mvista.com>
4230
4231 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
4232 and END-INFO-DIR-ENTRY.
4233
732b3002
SC
42342001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4235
4236 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
4237
89437448
AC
42382001-07-25 Andrew Cagney <ac131313@redhat.com>
4239
4240 * gdbint.texinfo (libgdb): Rewrite.
4241
f7dc1244 42422001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
4243
4244 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
4245
c4555f82
SC
42462001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4247
4248 * gdb.texinfo (TUI): New chapter, document the TUI.
4249 (Mode Options): Document the -tui option.
4250
2f45a6e0
MK
42512001-07-23 Mark Kettenis <kettenis@gnu.org>
4252
4253 * gdbint.texinfo (Host Definition): Remove description of
4254 NEED_POSIX_SETPGID.
4255
f7dc1244 42562001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
4257
4258 * gdb.tex (DJGPP Native): New node, with descriptions of
4259 DJGPP-specific commands.
4260
be9c6c35
JM
42612001-07-19 John R. Moore <jmoore@redhat.com>
4262
4263 * gdbint.texinfo: Three misspellings.
4264
dfa249fb
AC
42652001-07-06 Andrew Cagney <ac131313@redhat.com>
4266
4267 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
4268 `test` expressions on bash. Problem reported by Colin Walters.
4269
c72e7388
AC
42702001-07-04 Andrew Cagney <ac131313@redhat.com>
4271
4272 * gdbint.texinfo (User Interface): Update ui-out documentation to
4273 refelect recent UI/MI updates.
4274
94bbb2c0
AC
42752001-07-04 Andrew Cagney <ac131313@redhat.com>
4276
4277 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
4278 interpreters.
4279
af6c57ea
AC
42802001-06-15 Andrew Cagney <ac131313@redhat.com>
4281
4282 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
4283 structure and not macros.
4284 (Host Definition): Document that much of this chapter is obsolete.
4285 (Target Architecture Definition): Update list of files that make
4286 up a target architecture.
4287 (Coding): Update.
4288
83aa8bc6
AC
42892001-06-28 Andrew Cagney <ac131313@redhat.com>
4290
4291 * gdbint.texinfo (Target Architecture Definition): Update
4292 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
4293 The latter has been changed to a true predicate.
4294
f7dc1244 42952001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
4296
4297 * annotate.texi: Add @noindent where needed. From Dmitry
4298 Sivachenko <dima@Chg.RU>.
4299 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
4300
656db9b0
AC
43012001-06-16 Andrew Cagney <ac131313@redhat.com>
4302
4303 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
4304
df2396a1
AC
43052001-06-14 Andrew Cagney <ac131313@redhat.com>
4306
4307 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
4308 returns ``OK''. Document that the ``R'' packet does not reply.
4309
0f1f2b0a
MS
43102001-06-13 Michael Snyder <msnyder@redhat.com>
4311
4312 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
4313
f7dc1244 43142001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
4315
4316 * gdb.texinfo (Signals): Clarify the default setting of signal
4317 handling.
4318
a5d7c491
AC
43192001-05-14 Andrew Cagney <ac131313@redhat.com>
4320
4321 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
4322 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
4323
05a54c4f
AC
43242001-05-12 Andrew Cagney <ac131313@redhat.com>
4325
4326 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
4327
f7dc1244 43282001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
4329
4330 * gdbint.texinfo (Clean Design and Portable Implementation):
4331 Renamed from "Clean Design".
4332 (Clean Design and Portable Implementation): Document portable
4333 methods of handling file names, and the associated macros.
4334
f7dc1244 43352001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
4336
4337 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
4338 command and provide a cross-reference to its description.
4339 (Symbols): Note that "info scope" is useful for trace experiments.
4340
f7dc1244 43412001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 4342
b37052ae
EZ
4343 * gdb.texinfo (Symbols): Document "info scope".
4344 (Tracepoints): New chapter.
4345 (Contributors): Update for v5.1.
4346 <All nodes>: Change "C++" to "C@t{++}".
4347
0ee54786
EZ
4348 * gdbint.texinfo (User Interface): A new section about ui_out
4349 functions, based on text written by Fernando Nasser.
4350
c534679c
EZ
4351 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
4352
f7dc1244 43532001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 4354
e9c75b65
EZ
4355 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
4356
4357 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
4358
4359 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
4360 Replace "GDB" with "@value{GDBN}". Fix markup.
4361
4362 * annotate.texi: Change Permissions to GFDL. Update Copyright.
4363
3d67e040
EZ
4364 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
4365 a cross-reference to its description.
4366 (Symbols): Document "info symbol".
4367
f7dc1244 43682001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
4369
4370 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
4371 subsection "x86 Watchpoints".
4372 (Target Architecture Definition): Document the macros
4373 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
4374 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
4375
b0ed3589
AC
43762001-03-20 Andrew Cagney <ac131313@redhat.com>
4377
4378 * gdbint.texinfo (Target Architecture Definition): Update
4379 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
4380 list.
4381
b6ba6518
KB
43822001-03-06 Kevin Buettner <kevinb@redhat.com>
4383
4384 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
4385 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
4386
f7dc1244 43872001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
4388
4389 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
4390
f7dc1244 43912001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 4392
17cc6a06
EZ
4393 * gdb.texinfo (Environment): Document that `path' does not change
4394 the value of PATH in GDB's own environment (it did in the past,
4395 but that was changed on March 15, 1994). Reported by Doug Evans
4396 <dje@transmeta.com>.
4397
56caf160
EZ
4398 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
4399 its line. Fix markup of commands and macros. Add an Index node
4400 and index entries.
4401
29e57380
C
44022001-01-23 J.T. Conklin <jtc@redback.com>
4403
4404 * gdb.texinfo (Memory region attributes): New manual section.
4405
1c6147de
ND
44062001-01-04 Nicholas Duffek <nsd@redhat.com>
4407
4408 * gdbint.texinfo (POP_FRAME): Document use by return_command.
4409
f7dc1244 44102000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
4411
4412 * refcard.tex: Version and copyright fixed. From Phil Edwards
4413 <pedwards@disaster.jaj.com>.
4414
0dcedd82
AC
4415Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
4416
4417 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
4418 DWARF2_REG_TO_REGNUM): Document.
4419
3b851bce
AC
4420Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
4421
4422 * gdbint.texinfo (Coding): Update current value of
4423 --enable-build-warnings. Mention --enable-gdb-build-warnings.
4424
f7dc1244 44252000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
4426
4427 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
4428 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
4429
b90a5f51
CF
44302000-11-10 Christopher Faylor <cgf@cygnus.com>
4431
4432 * gdb.texinfo: Document new 'set step-mode' command.
4433
f7dc1244 44342000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
4435
4436 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
4437 changes from Dmitry Sivachenko <dima@Chg.RU>.
4438
f7dc1244 44392000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
4440
4441 * gdb.texinfo (Hooks): Document the new post-hook functionality.
4442 From Steven Johnson <sbjohnson@ozemail.com.au>.
4443
2e685b93
MK
44442000-08-10 Mark Kettenis <kettenis@gnu.org>
4445
4446 * gdbint.texinfo (Overall Structure): Spelling fix.
4447
f7dc1244 44482000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
4449
4450 * gdbint.texinfo (Target Architecture Definition): Document that
4451 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
4452 for which REGISTER_CONVERTIBLE returns a zero value.
4453
63ac3005
EZ
44542000-07-08 Christopher Faylor <cgf@cygnus.com>
4455
4456 * Makefile.in (install-info): Find files to install in either the
4457 build or source directories (adapted from Makefile.am).
4458
bd79f757
ND
44592000-07-07 Nicholas Duffek <nsd@redhat.com>
4460
4461 * stabs.texinfo: Fix spelling errors.
4462 (String Field): FILE-NUMBER starts from 0, not 1.
4463
f7dc1244 44642000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
4465
4466 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 4467 Brian Youmans.
5f208f6d 4468
f7dc1244 44692000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
4470
4471 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
4472 the source directory. Reported by Mark Harig
4473 <markh@frazier.landmark.com>.
cc542d3b 4474
f3b28801
C
44752000-06-20 J.T. Conklin <jtc@redback.com>
4476
4477 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
4478
449f3b6c
AC
4479Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
4480
4481 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
4482 Generate using pdftex.
4483 (PDFTEX): Define.
4484 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
4485 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
4486 @contents at the start.
4487
f7dc1244 44882000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
4489
4490 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 4491 Youmans.
48e934c6 4492
9e9c5ae7
AC
4493Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
4494
4495 From Brian Youmans:
4496 * gdb.texinfo: Fix ``et al.''.
4497
c741b251
AC
4498Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
4499
4500 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
4501 loop.
4502
4ab64e14
JG
45032000-05-19 Jimmy Guo <guo@cup.hp.com>
4504
4505 * configure: Regenerate.
4506
f7dc1244 45072000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
4508
4509 * Makefile.in (install-info): Run install-info on installed Info
4510 files.
4511
8c70017b
AC
4512Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
4513
a7cb598a
AC
4514 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
4515 Andrew Cagney.
8c70017b 4516
f7dc1244 45172000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
4518
4519 * gdb.texinfo: Proofreading changes from Brian Youmans.
4520
bf0184be
ND
45212000-05-01 Nick Duffek <nsd@cygnus.com>
4522
4523 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
4524 startup sequence, minor edits.
4525
f7dc1244 45262000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
4527
4528 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
4529 TeX.
4530
4531 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
4532 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
4533 like `n' and `s' which look weird. Convert some of the @kindex to
4534 @vindex, when they refer to variables, not commands.
4535
33e16fad
AC
4536Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
4537
4538 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
4539
f7dc1244 45402000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
4541
4542 * Makefile.in (GDBMI_DIR): New variable.
4543 (SET_TEXINPUTS): Add $(GDBMI_DIR).
4544 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
4545 (gdbmi.texinfo): New target, for texi2roff.
4546 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
4547 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
4548
4549 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
4550 gdbmi.texinfo.
4551 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
4552 comment.
4553
d167840f
EZ
45542000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4555
4556 * gdb.texinfo (Files): Update description of add-symbol-file
4557 command.
4558
f7dc1244 45592000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
4560
4561 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
4562 prevents the build (and is generally a Bad Idea).
4563
f7dc1244 45642000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
4565
4566 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
4567 a comma inside @var.
4568 (Command Files): Index markup changes from Dmitry Sivachenko
4569 <dima@Chg.RU>.
4570
f7dc1244 45712000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
4572
4573 * Makefile.in (LN_S): Define.
4574 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
4575 invoke "ln -s" unless it is known to work.
4576
4577 * configure.in (AC_PROG_LN_S): Add.
4578
8dc7983f
JB
45792000-04-14 Jim Blandy <jimb@redhat.com>
4580
4581 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
4582 section.
4583 (Target Conditionals): Document ADDRESS_TO_POINTER,
4584 POINTER_TO_ADDRESS.
4585
1a8237e8
DB
45862000-04-11 Daniel Berlin <dan@cgsoftware.com>
4587
4588 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
4589 gdb-cfg.texi to get the value.
4590
ca526f1a
JB
45912000-04-10 Jim Blandy <jimb@redhat.com>
4592
4593 * gdbint.texinfo (Target Architecture Definition): Fix
4594 cross-references.
4595
faaafcb4
JB
45962000-04-08 Jim Blandy <jimb@redhat.com>
4597
4598 * gdbint.texinfo (Using Different Register and Memory Data
4599 Representations): New section.
4600 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
4601 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
4602 REGISTER_CONVERT_TO_RAW): Document.
4603
1b27397f
AC
4604Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
4605
4606 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
4607 for acknowledgments.
4608
480ff1fb
AC
4609Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
4610
4611 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
4612 qThreadExtraInfo.
4613
a9331b3f 46142000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 4615
a9331b3f
RM
4616 * gdb.texinfo: Clarify which remote debug protocol commands are
4617 required and which are optional.
f1251bdd 4618
dbeb8dbd
AC
4619Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
4620
4621 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
4622 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
4623 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
4624 * annotate.texi: Update.
4625
6d2ebf8b
SS
46262000-03-28 Stan Shebs <shebs@apple.com>
4627
4628 * gdb.texinfo: Update dates, bump to Eighth Edition (note
4629 expectation of additional changes before release), update
4630 ISBN, add copy of top-level menu for @ifhtml, remove explicit
4631 node links, rephrase and/or shorten lines to fix formatting
4632 problem in both regular and @smallbook formats.
4633 * annotate.texi: Shorten lines in example, use smallexample
4634 consistently everywhere.
4635 * Makefile.in: Add comment about texinfo 4.0 html generation.
4636 (SFILES_INCLUDED): Add annotate.texi.
4637
5d161b24
DB
46382000-03-27 Daniel Berlin <dan@cgsoftware.com>
4639
5ae4183a
AS
4640 * gdb.texinfo (Debugging Output): Added new section, documenting
4641 the "set/show debug" commands.
5d161b24 4642
b9deaee7
AC
4643Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
4644
4645 * annotate.texi (Annotations): When GDBN omit @chapter and @node
4646 entry.
4647
4648 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
4649 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
4650 @chapter and @node entries.
a9331b3f 4651
b9deaee7 4652 * gdb.texinfo: Link all top-level nodes.
a9331b3f 4653
9ef47d30
AC
4654Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
4655
4656 * Makefile.in (install-info): Create $(infodir) before installing
4657 files.
4658
cfeada60
FN
46592000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
4660
4661 From David Whedon <dwhedon@gordian.com>
5ae4183a 4662 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 4663
6837a0a2
DB
46642000-03-22 Daniel Berlin <dan@cgsoftware.com>
4665
4666 * gdb.texinfo: Add documentation for the apropos command.
4667
bba2971c
MS
46682000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
4669
4670 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
4671
2b628194
MS
46722000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
4673
a9331b3f 4674 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
4675 two places.
4676
96a2c332
SS
46772000-03-17 Stan Shebs <shebs@apple.com>
4678
4679 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
4680 <dima@Chg.RU>, also clarification of allowed content for
4681 string constants.
4682
f7dc1244 46832000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
4684
4685 * gdb.texinfo (main menu): Add Annotations.
4686 (File Options): Add @cindex entries for each command-line option.
4687 Document --epoch, --annotate, --async, --interpreter, --write,
4688 --statistics, and --version.
4689
4690 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
4691 of GDB.
4692
9d233477
JB
46932000-02-23 Jim Blandy <jimb@redhat.com>
4694
4695 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
4696
14e0eb3b
JB
46972000-02-22 Jim Blandy <jimb@redhat.com>
4698
4699 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
4700
3555de01
JM
47012000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
4702
4703 * Makefile.in (diststuff): New target.
4704
5e35df8e
KB
47052000-02-15 Kevin Buettner <kevinb@redhat.com>
4706
4707 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 4708 architecture. [From Jim Wilson.]
5e35df8e 4709
c5394b80
JM
47102000-01-16 Tom Tromey <tromey@cygnus.com>
4711
4712 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
4713 (Delete Breaks): Mention range arguments.
4714 (Disabling): Likewise.
4715
c3f6f71d
JM
47162000-01-05 Dmitry Sivachenko <dima@Chg.RU>
4717
4718 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
4719
c4093a6a
JM
4720Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
4721
4722 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
4723 valid functions.
4724
11cf8741
JM
47251999-11-05 Stan Shebs <shebs@andros.cygnus.com>
4726
4727 * gdb.texinfo: Clarify regular expressions used in rbreak.
4728
917317f4
JM
47291999-10-15 Kevin Buettner <kevinb@cygnus.com>
4730
4731 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
4732 MEMORY_REMOVE_BREAKPOINT): Document.
4733
4734Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
4735
4736 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
4737 offset re-using the DATA offset instead.
4738
2df3850c
JM
47391999-10-11 Jim Kingdon <kingdon@redhat.com>
4740
4741 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
4742
47431999-10-05 Stan Shebs <shebs@andros.cygnus.com>
4744
4745 From Dmitry Sivachenko <demon@gpad.ac.ru>:
4746 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
4747 typos.
4748
4749 * gdb.texinfo: Various minor wording and formatting improvements,
4750 mentions of additional command-line options.
4751
2acceee2
JM
47521999-09-30 Fred Fish <fnf@cygnus.com>
4753
4754 * gdb.texinfo: Document additional forms of specifying section
4755 names and addresses for the add-symbol-file command.
4756
c2c6d25f
JM
47571999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
4758
4759 * gdbint.texinfo: Fix typo, add the word "have".
4760
47611999-09-14 Jim Blandy <jimb@cris.red-bean.com>
4762
4763 * gdbint.texinfo (Target Architecture Definition): Document the
4764 SKIP_PERMANENT_BREAKPOINT macro.
4765
d4f3574e
SS
47661999-09-07 Stan Shebs <shebs@andros.cygnus.com>
4767
4768 * gdb.texinfo: Fiks speling errers.
4769
4770 * gdb.texinfo: Fix uses of @multitable.
4771
f7dc1244 4772 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e
SS
4773 * gdb.texinfo: Include details specific to DOS host, clarify
4774 some confusing language, fix @ref/@xref/@pxref usages, add
4775 comments about using with optimization, add more indexing,
4776 fix info about disassembly-flavor.
4777
4778Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
4779
4780 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
4781 SKIP_SOLIB_RESOLVER): Define.
4782
4783Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
4784
4785 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
4786 ``g'' packets.
4787
104c1213
JM
47881999-08-30 Stan Shebs <shebs@andros.cygnus.com>
4789
4790 * gdb.texinfo: Create a new "Configurations" chapter with
4791 platform-specific info, inline remote.texi and move sections of it
4792 into the new chapter, move bits about info proc, heuristic search,
4793 and register stack into the new chapter.
4794 * remote.texi: Remove, now part of gdb.texinfo.
4795 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
4796
47971999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
4798
4799 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
4800 GDB_TARGET_IS_MACH386): These kludges have gone away.
4801
4802Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
4803
4804 * gdbint.texinfo (Target Architecture Definition): Mention
4805 TDEPLIBS.
4806
53a5351d
JM
48071999-08-20 Stan Shebs <shebs@andros.cygnus.com>
4808
4809 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
4810 surrounding text to fit HP-UX bits into general info.
4811 (HPPA-cfg.texi): Remove, no longer useful.
4812
4813 * gdb.texinfo: Remove explicit links from @node lines, remove
4814 HP-added "Detailed Node Listing" from main menu which confuses
4815 things.
4816
4817 From Dmitry Sivachenko <dima@Chg.RU>:
4818 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
4819 in description of `set environment'.
4820
48211999-08-17 Stan Shebs <shebs@andros.cygnus.com>
4822
4823 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
4824
7be570e7
JM
48251999-08-12 Ben Elliston <bje@cygnus.com>
4826
4827 * gdbint.texinfo (Breakpoint Handling): Add missing words.
4828
f7dc1244 48291999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
4830
4831 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
4832 watch, awatch, and rwatch. Explain why the latter two cannot be
4833 set as software watchpoints. Document that watchpoints for local
4834 variables are deleted when the debuggee terminates.
4835
4836Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
4837
4838 * remote.texi (Protocol): Further clarification of the "qRcmd"
4839 packet. Allow E.. response packet. "qRcmd" packet is no longer
4840 reserved.
4841
48421999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4843
a9331b3f
RM
4844 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
4845 * gdb.texinfo: Ditto.
7be570e7 4846
96baa820
JM
48471999-08-06 Tom Tromey <tromey@cygnus.com>
4848
4849 * gdb.texinfo (KOD): New node.
4850
4851Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
4852
4853 * remote.texi (Rcmd): Fix minor formatting typos.
4854
4855Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
4856
4857 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
4858 packets.
4859
adf40b2e
JM
48601999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
4861
4862 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
4863 fixes.
4864
43ff13b4
JM
4865Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
4866
4867 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
4868
085dd6e6
JM
4869Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
4870
4871 * remote.texi (Communication Protocol): ``v'' is in use. Fix
4872 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
4873 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
4874 packets that are not supported on all hosts. Expand examples.
4875 Spell check.
4876
48771999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
4878
4879 * Makefile.in: Recognize html, install-html. Add targets
4880 to build HTML versions of documentation via texi2html.
4881
4882Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
4883
4884 * gdbint.texinfo (Testsuite): New chapter, information about the
4885 testsuite.
4886
4887Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
4888
4889 * remote.texi (Communication Protocol): Rewrite.
4890
4891Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
4892
4893 * stabs.texinfo: Fix uses of xref.
4894
9e0b60a8
JM
4895Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
4896
4897 * gdbint.texinfo: Add an anti-printf exhortation, and update the
4898 info about patch submission.
4899
cce74817
JM
4900Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
4901
4902 From Per Bothner <bothner@cygnus.com>:
4903 * gdb.texinfo: Document Chill support.
4904
4905Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
4906
4907 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
4908 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
4909 Document that the value should be greater-than or equal-to zero.
4910 (NO_STD_REGS): Document. Deprecate.
4911
ac9a91a7
JM
4912Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
4913
4914 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
4915 Document that these are not used.
4916
4917Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
4918
4919 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
4920
392a587b
JM
4921Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
4922
4923 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
4924 numargs was dropped.
4925
4926Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
4927
4928 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
4929
b83266a0
SS
4930Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
4931
4932 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
4933 Update.
4934
7a292a7a
SS
4935Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
4936
4937 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
4938 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
4939
4940Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
4941
4942 * gdbint.texinfo: Fix typos: $ -> @.
4943
4944Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
4945
4946 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
4947 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
4948 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
4949 BREAKPOINT_FROM_PC.
a9331b3f 4950
7a292a7a
SS
4951Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
4952
4953 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
4954 CALL_DUMMY_STACK_ADJUST): Document.
4955
4956Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
4957
4958 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
4959 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
4960
49611999-04-02 Stan Shebs <shebs@andros.cygnus.com>
4962
4963 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
4964 longer exists.
4965
4966Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
4967
4968 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
4969 nearly all @ifset/@ifclear conditionals; nobody uses them, and
4970 they make the manual source incomprehensible.
4971 * h8-cfg.texi: Remove, hasn't been used in years.
4972
c906108c
SS
4973Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
4974
4975 * gdb.texinfo: Update the credits.
4976
4977Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
4978
4979 * gdb.texinfo: Fix mistakes noticed in printout of last
4980 draft, add Alpha to discussion of heuristic fence post.
4981
4982Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
4983
4984 * gdb.texinfo, remote.texi: Many changes; update to Seventh
4985 Edition, merge some HP changes into mainline, describe some
4986 previously undocumented features, describe more of the target
4987 commands available, eliminate obsolete section on renamed
4988 commands.
4989 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
4990
4991Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
4992
4993 * gdb.texinfo: Make many HPPA conditionals unconditional,
4994 including catchpoint description, since now on for all configs.
4995 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
4996 specializations.
4997
4998Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
4999
5000 * Makefile.in (GDBvn.texi): Fix match expression to work with
5001 current format of VERSION in gdb/Makefile.in.
5002 * gdb.texinfo: Fix node ref to match new readline.
5003
5004Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
5005
a9331b3f
RM
5006 * gdb.texinfo: Changes made as part of a project to merge in
5007 changes made by HP. Documentation makes extensive use of
c906108c
SS
5008 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
5009 on remote debugging. There are differences in documentation
5010 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
5011 the HP manual discusses catchpoints, hardware watchpoints, and
5012 some HPUX specific limitations for shared library support.
a9331b3f 5013
c906108c
SS
5014 There are also a number of @node changes.
5015
50161999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
5017
5018 * gdbint.texinfo (Formatting): Disambiguate a sentence.
5019 (C Usage): Same.
5020
5021Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
5022
5023 The following changes were made by Edith Epstein
5024 <eepstein@cygnus.com> as part of a project to merge in changes
5025 made by HP.
a9331b3f 5026
c906108c
SS
5027 * HPPA-cfg.texi: new file.
5028
5029 * all-cfg.texi: set HPPA for HP PA-RISC targets.
5030
5031 * refcard.tex: change documentation about catch.
5032 removed info catch.
5033
5034Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
5035
5036 * gdbint.texinfo: Expand on GDB's coding standards,
5037 specify the use of arg names with prototypes.
5038
50391998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
5040
5041 * gdb.texinfo: Fix tipo.
5042
5043Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
5044
5045 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
5046 TARGET_BYTE_ORDER_SELECTABLE_P.
5047
5048Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
5049
5050 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
5051
50521998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
5053
5054 * agentexpr.texi: New file.
5055
5056Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
5057
5058 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
5059
50601998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
5061
5062 * remote.texi: Changed wording that implied that the GDB remote
5063 protocol caches register values instead of GDB itself.
5064
5065Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
5066
5067 * gdbint.texinfo: Add some info about symbol readers.
5068 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
5069 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
5070 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
5071 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
5072
5073Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
5074
a9331b3f 5075 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
5076
5077Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
5078
5079 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
5080
5081Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
5082
5083 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
5084 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
5085
5086Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
5087
5088 * gdbint.texinfo: Fix minor typos.
5089
5090Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
5091
5092 * gdbint.texinfo: Complete overhaul. Group descriptions more
5093 logically, add more info on generic algorithms, remove much
5094 obsolete and/or wrong material.
5095
5096Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
5097
5098 * stabs.texinfo (Method Type Descriptor): Expand and correct.
5099
5100Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
5101
5102 * refcard.tex: Copyright, address updates.
5103
5104Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
5105
5106 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
5107 for the edition instead of confusing GDB-version-like numbers.
5108
5109Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
5110
5111 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
5112
5113Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
5114
5ae4183a 5115 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
5116
5117Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
5118
5119 * gdb.texinfo: Add some credits, mention bug monitor.
5120 * remote.texi: Mention mips monitor targets.
5121 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 5122
c906108c
SS
5123Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
5124
5125 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
5126 files, finish sorting of host vs target vs native macros, describe
5127 some more of them.
5128
5129Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
5130
5131 * gdbint.texinfo (Host Conditionals): Document change from
5132 using NO_MMALLOC to it's inverse, USE_MMALLOC.
5133
5134Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
5135
5136 * gdbint.texinfo (Host Conditionals): Document
5137 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
5138
5139Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
5140
5141 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
5142 Document LSEEK_NOT_LINEAR.
5143
5144Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
5145
5146 * stabs.texinfo (Stab Section Basics): Make it clear that only
5147 some versions of the GNU linker remove the leading N_UNDF symbol.
5148
5149Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
5150
5151 * stabs.texinfo (String Field): Document type number pairs here,
5152 instead of in the Sun specific section.
5153 (Include Files): The GNU linker supports the N_BINCL
5154 optimization. Clarify the N_BINCL value, and what it is used
5155 for.
5156 (Procedures): Document N_FUN with an empty string to mark the end
5157 of a function.
5158 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
5159 (Sun Differences): Remove this node, as the information is now
5160 elsewhere in the main document.
5161 (Stab Section Basics): Mention that the GNU linker may optimize
5162 stabs and remove the leading N_UNDF symbol.
5163
5164Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
5165
5166 * gdb.texinfo, refcard.tex: Restore author credit
5167
5168Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
5169
5170 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
5171 documentation to account for START and END macros taking
5172 one arg.
5173
5174Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
5175
5176 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
5177 * gdb.texinfo (Frames): Fix typo.
5178
5179Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
5180
5181 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
5182 a target_signal as arg type, not a pid.
5183
5184Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
5185
5186 * gdb.texinfo: Document `set assembly-language'.
5187
5188Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
5189
5190 * remote.texi: Update list of stubs in the GDB distribution.
5191
5192Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
5193
5194 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
5195 Also document that some systems can use mmalloc but must define
5196 this if their C runtime allocates memory that is later freed.
5197 (MMCHECK_FORCE): Document new macro.
a9331b3f 5198
c906108c
SS
5199Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
5200
5201 * remote.texi: Add documentation for target Sparclet.
5202
5203Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
5204
a9331b3f 5205 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
5206 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
5207 * configure.in: Rewritten for autoconf.
5208 * configure: New.
5209
5210Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
5211
5212 * Makefile.in (DVIPS): New define, set to dvips.
5213 (dvi): Add stabs.dvi.
5214 (ps): New target.
5215 (all-doc): Depend on info, dvi, and ps targets.
5216 (STAGESTUFF): Add *.ps and *.dvi files.
5217 (clean-info, clean-dvi): Remove.
5218 (mostlyclean): Does not depend upon clean-info or clean-dvi,
5219 rules completely rewritten.
5220 (maintainer-clean): Remove clean-info and clean-dvi
5221 dependencies and put their actions in the rules.
5222 (gdb.ps): New target
a9331b3f 5223 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
5224 intermediate TeX files, whether they have 2 or 3 character
5225 extensions.
5226 (gdbint.ps): Add target and rules.
5227 (gdb-internals): Delete unused target.
5228 (Makefile): Depends upon config.status also.
5229
5230Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
5231
5232 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
5233 set.
5234
5235Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
5236
5237 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
5238 * gdb.texinfo (Expressions): Fix erroneous array constant example.
5239
5240Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
5241
5242 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
5243
5244Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5245
5246 * gdb.texinfo (Print settings): Document
5247 `set/show print static-members' commands.
5248
5249Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
5250
5251 * gdbint.texinfo (Native): Document name change, coredep.c to
5252 core-aout.c.
5253
5254Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
5255
5256 * stabs.texinfo (Include Files): Document the values the SunOS4
5257 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
5258
5259Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
5260
5261 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
5262 Fix typo.
5263
5264Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
5265
5266 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
5267 "gdb.tar.Z".
5268
5269Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
5270
5271 * Makefile.in (maintainer-clean): New target, synonym for
5272 realclean.
5273
5274Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
5275
5276 * Update all FSF addresses except those in COPYING* files.
5277
5278Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
5279
5280 From Richard Earnshaw (rearnsha@armltd.co.uk):
5281 * gdb.texinfo (convenience variables): Document $_exitcode.
5282 (quit): Document optional expression to use as exit code.
5283
5284Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
5285
5286 * gdb.texinfo, remote.texi: Brought up to date with various
5287 GDB changes.
5288
5289Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
5290
5291 * gdb.texinfo: Update dates and versions, fix comments about
5292 hardware watchpoints in future releases and about the
5293 sharedlibrary command.
5294
5295Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5296
5297 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
5298 C_FUN stab. Other cleanups.
5299
5300Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5301
5302 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
5303 for the sparc stub.
5304
5305Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5306
5307 * annotate.texi: Clarify which addresses have differing formats
5308 depending on the language and which do not.
5309
5310Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
5311
5312 * remote.texi (NetWare): Changed example to use BOARD= instead of
5313 NODE= argument to reflect correspoding change to gdbserve.nlm.
5314
5315Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5316
5317 * stabs.texinfo (Negative Type Numbers): Mention the fact that
5318 GDB, as well as AIX dbx, supports the size type attribute.
5319
5320Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5321
5322 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
5323
5324Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
5325
5326 * gdb.texinfo (Define): Document $arg0... arguments to commands,
5327 and new 'if' and 'while' commands.
5328
5329Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
5330
5331 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
5332
5333Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
5334
5335 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
5336 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
5337 NetWare targets. Mostly stolen from the Server node.
5338
5339Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5340
5341 * gdb.texinfo (Setting): Talk about the language of a source file
5342 versus the working language. The old documentation did not match
5343 what GDB did.
5344
5345Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5346
5347 * stabs.texinfo (Source Files): Document N_SO used to mark the end
5348 of a source file.
5349
5350Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5351
5352 * gdb.texinfo (Processes): New node.
5353
5354Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
5355
5356 * remote.texi: Update documentation of set/show mipsfpu.
5357
3fc11d3e
JM
5358Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
5359
5360 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
5361 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
5362
5363Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
5364
5365 * gdbint.texinfo: Removed mentions of some incorrectly placed and
5366 obsolete conditionals, described some others.
5367
5368Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5369
5370 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
5371 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
5372
5373Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
5374
5375 * gdbint.texinfo: Put regex conditionals in their own table.
5376
5377Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
5378
5379 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
5380 described or fixed the descriptions of many others.
5381
5382Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
5383
5384 * gdb.texinfo: Add some more credits.
5385 * gdbint.texinfo: Capitalize GDB consistently, describe some
5386 macros and remove some.
5387
5388Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
5389
5390 * gdbint.texinfo: Removed mentions of many incorrectly placed and
5391 obsolete conditionals, described some others.
5392
5393Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5394
5395 * gdb.texinfo (help targets): Changed to `help target', which
5396 is the correct gdb command.
5397
5398Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5399
5400 * annotate.texi (TODO): New node, for keeping track of annotations
5401 suggested but not yet implemented.
5402
5403Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5404
5405 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
5406 another symbol, it is not the address itself.
5407
5408Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
5409
5410 * stabs.texinfo (Stab Section Basics): Add comment about alignment
5411 of stabs-in-coff sections.
5412
5413Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5414
5415 * annotate.texi: Change edition to 0.5 and date to May 1994.
5416 Add index.
5417 (Frames): New node, for frame annotation.
5418 (Displays): New node, for display annotation.
5419
5420 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
5421 when waiting for your program to stop.
5422
5423Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5424
5425 * annotate.texi (Breakpoint Info): Document annotation of header
5426 fields and record annotation.
5427
5428Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5429
5430 * annotate.texi: New file, to document annotations.
5431
5432Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5433
5434 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
5435 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
5436
5437Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5438
5439 * stabs.texinfo (Stab Section Basics): Say what is in .stab
5440 section, and say n_strx field is compilation unit relative.
5441 * stabs.texinfo: Don't use @code for a.out when it is the name of
5442 an object file format.
5443
5444Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
5445
5446 * gdb.texinfo: Refer to file names, not path names, per rms
5447 convention.
5448 (Arguments): Fix typo.
5449
5450Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5451
5452 * stabs.texinfo (Global Variables): Talk about stabs in files
5453 where variables are referenced, but not defined.
5454
5455Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5456
5457 * stabs.texinfo: Move stuff on @ and # type descriptors from node
5458 Cplusplus to new nodes Member Type Descriptor and Method Type
5459 Descriptor. Re-write stuff for #.
5460
5461Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5462
5463 * gdb.texinfo (Print Settings): Don't document "set print
5464 fast-symbolic-addr off". The bug which it worked around was fixed
5465 on 25 Feb 94 in coffread.c, so I'm nuking the command.
5466
5467 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
5468 N_ENTRY node.
5469
5470 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
5471
5472Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5473
5474 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
5475 references to ieee-float.c.
5476
5477Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5478
5479 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
5480 match what the code actually does.
5481
5482Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5483
5484 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
5485
5486Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
5487
5488 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
5489 i, and b.
5490
5491Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
5492
5493 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
5494 well as for ELF and SOM. Unify the descriptions of ELF and SOM
5495 as "stabs in sections" rather than just saying "ELF and SOM".
5496 Also make that stuff apply to COFF.
5497
5498Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5499
5500 * gdb.texinfo (Formatting Documentation): Change GhostScript to
5501 Ghostscript.
5502
5503Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5504
5505 * gdb.texinfo (Continuing and Stepping): When talking about "step"
5506 versus functions without line numbers, also mention stepping into
5507 them as well as "step" when you are in them. Tell the user how to
5508 deal with the situation. Add comment about "debugging information".
5509
5510Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5511
5512 * stabs.texinfo (Enumerations): Document restriction on where
5513 enumeration types can appear and still win with GDB.
5514
5515Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5516
5517 * stabs.texinfo (Negative Type Numbers): Document format for type
5518 -16.
5519
5520Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5521
5522 * gdb.texinfo (Selection, Frame Info): Update information about
5523 arbitrary frame specficiations.
5524
5525Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
5526
5527 * gdb.texinfo, remote.texi: general editing pass prior to Net release
5528
5529Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5530
5531 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
5532
5533Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
5534
5535 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
5536
5537Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5538
5539 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
5540 Differences node to Statics node.
5541 (Statics): Discuss XCOFF use of V symbol descriptor.
5542
5543 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
5544 not clean.
5545
5546Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
5547
5548 * gdb.texinfo (Print Settings): Document `set print
5549 fast-symbolic-addr' and improve the doc for some other
5550 `set print's.
5551
5552Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5553
5554 * stabs.texinfo (String Field): Talk about defining several type
5555 numbers at once.
5556 Fix lint regarding changing node ELF Transformations to
5557 ELF and SOM Transformations.
5558
5559Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
5560
5561 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
5562
5563Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5564
5565 * stabs.texinfo (Cross-References): `::' is for nested types only
5566 within <>.
5567 (Structures): Document static members.
5568
5569Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5570
5571 * stabs.texinfo: Document S type attribute.
5572
5573Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
5574
5575 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
5576
5577Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
5578
5579 * gdbint.texinfo: Fix a few typos.
5580
5581Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5582
5583 * gdb.texinfo, remote.texi: formatting improvements
5584
5585 * gdb.texinfo (New Features): mention threads.
5586 (Summary, C): fix xrefs in newly contributed text.
5587 (Threads): index entries, clarifications, example
5588 (passim): minor typos fixed, phrasing improvements
5589
5590 * remote.texi (Bootstrapping): rephrase text on ^C and add index
5591 entries; (Server): explain use of gdbserver w/real-time systems,
5592 add example of conflicting TCP port; (MIPS Remote) break up
5593 running text into table, highlighting commands, and add example.
a9331b3f 5594
c906108c
SS
5595Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5596
5597 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
5598
5599Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5600
5601 * stabs.texinfo (Nested Symbols): New node.
5602 (String Field, Symbol Descriptors, Cross-References): Refer to it.
5603
5604Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5605
5606 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
5607 to picking which Bbss.bss symbol to use, and (because there seems to
5608 be no good way of doing it) re-write some of the text to make it
5609 sound like Bbss.bss isn't such a great idea after all (as currently
5610 designed).
5611
5612 * gdb.texinfo (C): In addition to saying people have to use g++ for
5613 good results, say they have to use stabs. Specifically say cfront
5614 doesn't work well.
5615 (Summary): Merge in information on Modula-2, Pascal, and Chill from
5616 the gdb README. Add xrefs to places where the support for the various
5617 languages is described in detail.
5618
5619Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5620
5621 * stabs.texinfo: Clean up stuff about visibility and virtual
5622 characters.
5623
5624 * stabs.texinfo (N_M2C): Cite Sun doc.
5625
5626Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5627
5628 * gdb.texinfo: updates re threads.
5629 * remote.texinfo: avoid index entries starting with digits.
5630
5631Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5632
5633 * stabs.texinfo (Enumerations): Talk about large, negative and
5634 octal values. Clean up cross reference to type attributes.
5635 (String Field): Say that GDB 4.11 supports size attribute.
5636
5637Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5638
5639 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
5640 is a mandatory step. Make the stuff about that more concise.
5641
5642Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5643
5644 * stabs.texinfo (Class Names): New node.
5645
5646 * gdb.texinfo (Command Files): Explain order of init file reading.
5647
5648 * remote.texi (Bootstrapping): Talk about getting the serial driver
5649 to deal with ^C sent by gdb to stop the remote system.
5650
5651Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
5652
5653 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
5654
5655 * libgdb.texinfo (Defining Commands): made the DOC arg
5656 to gdb_define_app_command a char * instead of char **
5657 per a suggestion from kingdon.
5658
5659 * libgdb.texinfo: total rewrite from a different starting
5660 premise.
5661
5662Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5663
5664 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
5665 floats passed as doubles (to improve clarity).
5666
5667Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5668
5669 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
5670
5671 * a4rc.sed: update to work with Andreas Vogel papersize params
5672
5673 * refcard.tex: use Andreas Vogel simplifications of papersize
5674 params; remove useless version info; update copyright date.
5675
5676Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5677
5678 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
5679
5680Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5681
5682 * gdb.texinfo (Files): Say what address the load command loads it at.
5683
5684 * stabs.texinfo (Common Blocks): Minor cleanups.
5685
5686 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
5687 that Sun has backed away from the linker kludge and thus the relevant
5688 issue is changes to the SunPRO tools, not the Solaris linker.
5689
5690 * stabs.texinfo (Traditional Integer Types): Clean up description
5691 of octal bounds a little bit. Document extra leading zeroes.
5692
5693Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5694
5695 * gdb.texinfo (Signaling): Update for symbolic symbol names
5696 and add a section explaining the difference between the GDB
5697 signal command and the shell kill utility.
5698
5699Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
5700
5701 * libgdb.texinfo: added `@' to braces that were unescaped.
5702
5703Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
5704
5705 * libgdb.texinfo: new file. Spec for the gdb library.
5706
5707Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5708
5709 * stabs.texinfo (Include Files): Fix typo (start -> end).
5710
5711Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5712
5713 * gdb.texinfo, remote.texi: assorted small improvements, mostly
5714 from Melissa at FSF's editing pass.
5715
5716Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5717
5718 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
5719 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
5720 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
5721
5722Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5723
5724 * remote.texi (Bootstrapping): Discuss 386 call gates.
5725
5726Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
5727
5728 * stabs.texinfo (Based Variables): New node.
5729
5730Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
5731
5732 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
5733 names, sizes, and formats to suggest how not to lose.
5734
5735Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
5736
5737 * stabs.texinfo (Methods): Fix typo.
5738
5739Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
5740
5741 * gdb.texinfo: Fix a few typos.
5742
5743Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5744
5745 * gdb.texinfo: Clarify how well it works with Fortran.
5746
5747 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
5748 More on relocating stabs in ELF files.
5749
5750Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5751
5752 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
5753
5754Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5755
5756 * stabs.texinfo (Local Variable Parameters): Talk about nameless
5757 parameters on VAX.
5758
5759Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5760
5761 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
5762
5763Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5764
5765 * stabs.texinfo: Make info author notice match the TeX author notice.
5766
5767Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
5768
5769 * stabs.texinfo: Initial-caps all words in node names and
5770 non-trivial words in section names.
5771
5772Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5773
5774 * stabs.texinfo: Many minor cleanups.
5775
5776 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
5777
5778Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
5779
5780 * stabs.texinfo: Remove full description of big example.
5781 It's not really helpful; just use pieces of it where appropriate.
5782 Add more Texinfo formatting directives (@samp, etc.).
5783 Use @deffn to define stab types.
5784 Eliminate some wordiness. Break up some nodes.
5785 Add an (alphabetized) index of symbol types.
5786 Use consistent capitalization style in node and section names.
5787
5788Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
5789
5790 * gdb.texinfo: Change typo "Two two" to "The two".
5791
5792Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5793
5794 * stabs.texinfo (XCOFF-differences): Remove references to
5795 non-existent types N_DECL and N_RPSYM.
5796
5797 * stabs.texinfo (String Field): Say that type attributes bug is
5798 fixed in GDB 4.10, since it is.
5799
5800 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
5801
5802Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
5803
5804 * stabs.texinfo: Formatting cleanups.
5805
5806Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5807
5808 * stabs.texinfo: When explaining the n_type of a stab, standardize
5809 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
5810 no tabs, use @r).
5811 (Global Variables): Clean up.
5812
5813Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5814
5815 * stabs.texinfo (Stack Variables): Re-write.
5816
5817Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5818
5819 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
5820 addresses of a source file. Also revise formatting.
5821 Change "object module" or "object file" to "source file".
5822 Various: Miscellaneous cleanups.
5823
5824Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5825
5826 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
5827
5828Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
5829
5830 * gdbint.texinfo: Removed many nonsensical machine-collected
5831 host and target conditionals, described some of the remainder.
5832
5833Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5834
5835 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
5836
5837 * gdbint.texinfo (Top): Add name to @top line, and re-write the
5838 paragraph which follows.
5839
5840 * gdbint.texinfo (Host): Use @code not @samp for Makefile
5841 variables. Looks better and avoids overful hbox.
5842
5843Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5844
5845 * stabs.texinfo (Procedures): Improve stuff on nested functions.
5846
5847Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5848
5849 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
5850 retransmit-timeout
5851
5852Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5853
5854 * gdbint.texinfo: Update statement about `some ancient Unix
5855 systems, like Ultrix 4.0' to Ultrix 4.2.
5856
5857Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
5858
5859 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
5860
5861 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
5862
5863 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
5864 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
5865
5866 * remote.texi: new name for former gdbinv-s.texi
5867
5868 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
5869
5870Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
5871
5872 * gdbinv-s.texi: Documented timeout and retransmit-timeout
5873 variables for MIPS remote debugging protocol.
5874
5875Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5876
5877 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
5878
5879Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
5880
5881 * Makefile.in (refcard.dvi): Use srcdir where necessary.
5882
5883Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
5884
5885 * gdb.texinfo: repair conditional bugs in text markup
5886
5887Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5888
5889 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
5890 to select Modula-2 material.
5891
5892Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5893
5894 * stabs.texinfo: Cleanups regarding statics.
5895
5896 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
5897 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
5898
5899Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5900
5901 * stabs.texinfo: N_MAIN is sometimes used for C.
5902
5903Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5904
5905 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
5906
5907Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
5908
5909 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 5910 removed from the code by Kingdon.
c906108c
SS
5911
5912Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5913
5914 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
5915 input when evaluating breakpoint conditions; the bug has been fixed.
5916
5917 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
5918 sets the ignore count to N-1, not to N.
5919
5920Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5921
5922 * refcard.tex (\hoffset): correct longstanding error to match
5923 intended offset; avoids cutting off edge on some printers
5924
5925Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5926
5927 * stabs.texinfo (Parameters): Say that order of stabs is significant.
5928
5929Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5930
5931 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
5932
5933Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5934
5935 * Makefile.in: (REFEDITS) new var to control whether PS or CM
5936 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
5937 collect sed edits if any, apply to refcard before formatting;
5938 (refcard.ps) stop implying PS fonts if PS output requested;
5939 (lrefcard.ps) delete extra target for variant PS fonts
5940
5941 * refcard.tex: parametrize papersize dependent info, collect
5942 in easily replaced spot
5943
5944 * a4rc.sed: new file, edits to refcard for A4 paper
5945
5946Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5947
5948 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
5949
5950Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5951
5952 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
5953
5954Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5955
5956 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
5957 politely rather than rudely.
5958
5959Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5960
5961 * stabs.texinfo: Document common blocks.
5962
5963Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
5964
5965 * stabs.texinfo: Add some basic info about stabs-in-elf.
5966
5967Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5968
5969 * stabs.texinfo (Top): Minor cleanup.
5970
5971Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
5972
5973 * Makefile.in (install-info): remove parentdir support
5974
5975Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5976
5977 * gdb.texinfo (Copying): delete this node and references to it;
5978 RMS says this manual need not carry GPL. (passim): Improvements
5979 from last round at FSF, largely due to Ian Taylor review, and
5980 minor formatting improvements.
5981
5982 * gdbinv-s.texi (passim): Improvements from last round at FSF,
5983 largely due to Ian Taylor review. (Debug Session): minor edits to
5984 new text.
5985
5986Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
5987
5988 * Makefile.in (realclean): Remove info and dvi files too.
5989
5990Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
5991
5992 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
5993 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
5994 * gdb.texinfo: Change accordingly.
5995
5996 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
5997 N_{L,R}BRAC,N_SLINE are relative to.
5998
5999Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
6000
6001 * Makefile.in (GDBvn.texi): Update atomically.
6002
6003Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
6004
6005 * gdbinv-s.texi (Debug Session): Document exceptionHook.
6006
6007Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
6008
6009 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
6010 addresses together. Also motivate the set print symbol-filename
6011 command and suggest other solutions.
6012
6013Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
6014
6015 * gdb.texinfo (set print elements): Note that the number of
6016 elements is set to unlimited by "set print elements 0".
6017
6018Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
6019
6020 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
6021 NF_LDOUBLE means.
6022 (Stab Types): Include Solaris stab types.
6023 (Procedures): Document Solaris extensions.
6024
6025Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6026
6027 * gdb.texinfo: Add `set print symbol-filename' doc.
6028
6029Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6030
6031 * stabs.texinfo (Arrays): Talk about type definition vs. type
6032 information.
6033
6034 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
6035 the trailing semicolon.
6036
6037Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6038
6039 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
6040 and merge in other parts of the document addressing these subjects.
6041 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
6042
6043 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
6044 at the end of a range type.
6045
6046 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
6047 AIX extensions.
6048
6049Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6050
6051 * stabs.texinfo (Stabs Format): Misc fixes.
6052
6053Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6054
6055 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
6056 (Traditional builtin types): Document convex convention for long long.
6057 (Negative builtin types): Discuss type names, and misc fixes.
6058
6059Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6060
6061 * stabs.texinfo (Builtin Type Descriptors): Document the floating
6062 point types used with @samp{R} type descriptor.
6063 (Symbol Descriptors): Describe how to handle conflict between
6064 different meanings of @samp{P} symbol descriptor.
6065
6066Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6067
6068 * stabs.texinfo: Remove node Quick Reference and put its children
6069 directly under the main menu.
6070
6071 * stabs.texinfo: Many more changes to bring it into line with
6072 AIX documentation and reality. I think it now has all the
6073 information from the AIX documentation, except that I burned
6074 out when I got to variant records (Pascal and Modula-2) and
6075 all the COBOL types. Oh well, we can add them later when we're
6076 worrying more about those languages.
6077
6078 * stabs.texinfo (Automatic variables): Talk about what it means
6079 to omit the symbol descriptor.
6080
6081Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6082
6083 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
6084 gcc2 behavior with promoted args.
6085
6086Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6087
6088 * gdb.texinfo: include readline appendices in info version of manual
6089
6090Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6091
6092 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
6093 target remote.
6094
6095 * gdb.texinfo (Machine Code): more index entries for disassemble
6096
6097Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
6098
6099 * Clarify the intended use of the gdb-testers and gdb-patches
6100 mailing lists, and shrink gzip comment.
6101
6102Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6103
6104 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
6105 DOSHOST configuration of manual.
6106
6107 * gdb.texinfo (MIPS Stack): new node.
6108
6109 * all-config.texi (MIPS) new switch.
6110
6111 * gdbinv-s.texi (Nindy Options) Remove two instances of future
6112 tense; (MIPS Remote) new node.
6113
6114 * gdb.texinfo (passim) rephrases to work around makeinfo @value
6115 bug; (Environment) less passive, other small cleanups in text about
6116 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
6117 (Remote) new MIPS Remote menu entry.
6118
6119Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
6120
6121 * stabs.texinfo: Many changes to include information from the
6122 AIX documentation.
6123
6124 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
6125
6126Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
6127
6128 * gdbint.texinfo (new node Debugging GDB, elsewhere):
6129 Move a bunch of information from ../README.
6130 (Getting Started): New node.
6131
6132Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6133
6134 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
6135
6136 * gdb.texinfo: advance manual revision dates to present
6137
6138 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
6139 stop using silly Roman numerals in @set variable names
6140
6141Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
6142
6143 * stabs.texinfo (Parameters): Keep trying to get this right.
6144
6145Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
6146
6147 * stabs.texinfo (Parameters): More on "local parameters".
6148
6149Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
6150
6151 * stabs.texinfo (Parameters): Re-do "local parameters" section.
6152
6153Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
6154
6155 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
6156 (Parameters): Rewrite.
6157 (xcoff-differences, Sun-differences): Minor changes.
6158
6159Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
6160
6161 * stabs.texinfo: Minor cleanup.
6162
6163Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
6164
6165 * gdbint.texinfo: Minor xcoff stuff.
6166
6167Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
6168
6169 * gdbint.texinfo: Update for new config directory structure.
6170 Add info about internal type data structures.
6171
6172Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
6173
6174 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
6175 $(srcdir).
6176 (gdb-config.texi): Depend on file in $(srcdir).
6177
6178Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
6179
6180 * stabs.texinfo: Fixes about N_SO.
6181
6182Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6183
6184 * gdb.texinfo: include list of nonstandard init file names
6185
6186 * *-config.texi: new switch GENERIC for text that applies *only*
6187 to (usual) multiple-target version of manual
6188
6189 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
6190 h8 config
6191
6192 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
6193 in menus (rather than conditionally selected multiple alternative
6194 menus).
6195
6196 * Makefile.in: define and use DOC_CONFIG var to select
6197 configuration for GDB user manual.
6198
6199 * gdb-config.texi: delete from repository, generate from Makefile.
6200
6201 * all-config.texi: normal `generic' configuration file, formerly
6202 stored as gdb-config.texi
6203
6204Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
6205
6206 * Makefile.in: add dvi target to build all .dvi files
6207
6208Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6209
6210 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
6211
6212Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
6213
6214 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
6215 host conditionals.
6216 * stabs.texinfo: More array fixes inspired by Jim's.
6217
6218Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
6219
6220 * stabs.texinfo: Fixes re arrays and continuations.
6221
6222 * gdbint.texinfo: Add XCOFF node.
6223
6224Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
6225
6226 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
6227
6228Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
6229
6230 * stabs.texinfo: Fix for array types to mention lower bounds.
6231
6232Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
6233
6234 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
6235
6236Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
6237
6238 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
6239
6240Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
6241
6242 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
6243 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
6244
6245Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
6246
6247 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
6248
6249Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6250
6251 * gdb.texinfo, gdbinv-s.texi: misc updates
6252
6253Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
6254
6255 * gdbint.texinfo: Brief documentation for longjmp support,
6256 from an email msg by Stu.
6257
6258Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
6259
6260 * stabs.texinfo: Fix description of floating point "range"
6261 types (which really define basic types). Reported by Jim Meehan,
6262 <meehan@src.dec.com>.
6263
6264 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
6265
6266Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
6267
6268 * gdbint.texinfo: Slightly expand section on supporting a new
6269 object file format.
6270
6271Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
6272
6273 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
6274 intermediate file.
6275
6276Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6277
6278 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
6279
6280Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6281
6282 * gdbinv-s.texi: z8000 simulator target name is just "sim"
6283
6284 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
6285 as well as Z8002.
6286
6287Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
6288
6289 * gdbint.texinfo: Add sections on clean design and on how to send
6290 in changes.
6291
6292Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
6293
6294 * gdbint.texinfo: Add how to declare the result of make_cleanup.
6295
6296Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
6297
6298 * gdb.texinfo: Fix typo, reported by Karl Berry.
6299
6300Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
6301
6302 * gdb.texinfo: Add opcodes dir to GDB distribution description.
6303
6304Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6305
6306 * gdbint.texinfo: fixed a stray email address (needs @@),
6307 added @table @code to node "Native Conditionals"
6308
6309Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
6310
6311 * gdbint.texinfo: Describe coding style of GDB.
6312
6313Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
6314
6315 * stabs.texinfo: Minor wording changes.
6316
6317Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
6318
6319 * gdbint.texinfo: Improve release doc slightly.
6320
6321Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
6322
6323 * gdbint.texinfo: Improve doc of GDB config macros.
6324
6325Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
6326
6327 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
6328 These will be reinserted when examined.
6329
6330Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
6331
6332 * gdbint.texinfo: Make a start at documenting all the #if macros
6333 in GDB. At least list them all, and start separating them into
6334 host-specific and target-specific.
6335
6336Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6337
6338 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 6339 examples (not consistent w others).
c906108c
SS
6340 gdb.texinfo: issue disclaimer paragraph on cmdline options only
6341 for generic vn of doc
6342
6343Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
6344
6345 * Makefile.in: always create installation directories.
6346
6347Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6348
6349 * gdb.texinfo: in h8 config, do not describe searching commands.
6350
6351Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6352
6353 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
6354 conditionals; introduce a few generic switches that may be
6355 useful for other cross-dev or dos-hosted configs.
6356
6357 * gdb.texinfo: fix typo in "info reg" description
6358
6359Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
6360
6361 * stabs.texinfo: Minor updates from running TeX over it.
6362 * Makefile.in (stabs.dvi, stabs.ps): Add.
6363
6364Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
6365
6366 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
6367 First pass at converting it to texinfo.
6368
6369Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
6370
6371 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
6372 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
6373
6374Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
6375
6376 * gdbint.texinfo: Add section on partial symbol tables.
6377
6378Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
6379
6380 * gdb.texinfo: document `set remotedebug' and `set
6381 rstack_high_address'.
6382
6383Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6384
6385 * gdb.texinfo: slight expansion of new text on reading info files
6386 * gdbinv-s.m4.in: correct and expand info on cross-debugging
6387 H8/300 from DOS.
6388
6389Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
6390
6391 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
6392
6393Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
6394
6395 * gdb.texinfo: Say how to read the `info' files.
6396
6397Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
6398
6399 * Makefile.in: gm4 -> m4.
6400
6401Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
6402
6403 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
6404 Documentation' ahead of `Installing GDB' to match README.
6405 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 6406 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
6407
6408Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
6409
6410 * Makefile.in: remove $(srcdir) from gdb.info rule.
6411
6412Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
6413
6414 * Makefile.in: commented out gdb-all.texinfo rule. This is
6415 temporary.
6416
6417Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
6418
6419 * Makefile.in, configure.in: removed traces of namesubdir,
6420 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
6421 copyrights to '92, changed some from Cygnus to FSF.
6422
6423Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
6424
6425 * gdb.texinfo: Improve how we ask for bug reports.
6426
6427Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6428
6429 * Makefile.in: infodir belongs in datadir.
6430
6431Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6432
6433 * Makefile.in: remove spaces following hyphens, bsd make can't
6434 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 6435 standards.text support.
c906108c
SS
6436
6437Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6438
6439 * Makefile.in: idestdir and ddestdir go away. Added copyrights
6440 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
6441 and mandir now keyed off datadir by default.
6442
6443\f
6444Local Variables:
9e9c5ae7 6445mode: change-log
c906108c
SS
6446left-margin: 8
6447fill-column: 74
6448version-control: never
6449End:
This page took 1.284876 seconds and 4 git commands to generate.