* gdb.texinfo (Print Settings): Add kindex for command "set
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
a0381d3a
JB
12009-04-02 Joel Brobecker <brobecker@adacore.com>
2
3 * gdb.texinfo (Print Settings): Add kindex for command "set
4 print frame-arguments".
5
45ac276d
JB
62009-03-31 Joel Brobecker <brobecker@adacore.com>
7
8 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
9 breakpoints.
10 (Set Breaks): Add reference to thread-specific and task-specific
11 breakpoints.
12
32cd1edc
JB
132009-03-31 Joel Brobecker <brobecker@adacore.com>
14
15 * gdb.texinfo (Ada Tasks): Remove the documentation about
16 the "Running" state, as this state has been eliminated.
17 Now all runnable tasks are shown as "Runnable".
18
1042e4c0
SS
192009-03-30 Stan Shebs <stan@codesourcery.com>
20
21 * gdb.texinfo (Tracepoints): Describe tracepoints as a
22 special case of breakpoints.
23 (Enable and Disable Tracepoints): Mention deprecation.
24 (Listing Tracepoints): Update description and example.
25
f8f6f20b
TJB
262009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
27
28 * gdb.texinfo (Frames in Python): New node.
29 (Python API): Update.
30
c0c6f777
TJB
312009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
32
33 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
34 from a method to an attribute.
35
def2b000
TJB
362009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
37
38 * gdb.texinfo (Values From Inferior): Document is_optimized_out
39 attribute.
40
a07daef3
PA
412009-03-25 Pedro Alves <pedro@codesourcery.com>
42
43 * observer.texi (thread_exit): Add "silent" parameter.
44
f3b1572e
PA
452009-03-22 Pedro Alves <pedro@codesourcery.com>
46
47 * observer.texi (about_to_proceed): New.
48
587afa38
EZ
492009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
50
51 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
52 field throughout to handle types with spaces in them. Fix typos
53 found by aspell.
54 (Summary, Requirements, Contributors): New first chapter,
55 "Summary" added, old Requirements section moved there, and new
56 section, "Contributors" added.
57 (Initializing a New Architecture, Register Representation)
58 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
59 (Porting gdb): These sections extended and updated.
60 (Compiler Characteristics): This section (empty) deleted.
61 (Defining Other Architecture Features): This section renamed and
62 duplicate material removed from (formerly "Target Conditionals").
63 Use braces {} in @deftypeXX type field throughout to handle types
64 with spaces in them. Typos found by aspell fixed.
65
66 * stack_frame.svg: New file, source of image for gdbint.texinfo.
67 * stack_frame.pdf: Version of image for PDF output.
68 * stack_frame.png: Version of image for HTML output and for Emacs.
69 * stack_frame.txt: Version of image for Info output.
1db61298 70 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 71
10af6951
EZ
722009-03-21 Eli Zaretskii <eliz@gnu.org>
73
74 * gdb.texinfo (Character Sets): Fix last change.
75
cc924cad
TJB
762009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
77
78 * gdb.texinfo (Values From Inferior): Fix optional arguments
79 markup.
80 (Commands In Python): Adjust argument names of gdb.Command.__init__
81 to what the function accepts as keywords.
82
bc3b79fd
TJB
832008-03-20 Tom Tromey <tromey@redhat.com>
84
85 * gdb.texinfo (Convenience Vars): Document convenience functions.
86 (Functions In Python): New node.
87 (Python API): Update.
88
6c7a06a3
TT
892009-03-20 Tom Tromey <tromey@redhat.com>
90
91 * gdb.texinfo (Character Sets): Remove obsolete text. Document
92 set target-wide-charset.
93 (Requirements): Mention iconv.
94
b646ddd4
HZ
952009-03-17 Hui Zhu <teawater@gmail.com>
96
97 * gdb.texinfo: Change the introduce of "disassemble-next-line".
98
91440f57
HZ
992009-03-17 Hui Zhu <teawater@gmail.com>
100
101 * gdb.texinfo: Add documentation for disassemble-next-line.
102
8fd41227
TJB
1032009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
104
105 * gdb.texinfo (Commands In Python): Remove tindex entries.
106
61ff14c6
JK
1072009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
108
109 * gdb.texinfo (Returning): New description for missing debug info.
110
0b16c5cf
PA
1112009-03-14 Pedro Alves <pedro@codesourcery.com>
112
113 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 114 (General Query Packets): Document qAttached.
0b16c5cf 115
32fc0df9
PA
1162009-03-05 Pedro Alves <pedro@codesourcery.com>
117
118 * gdb.texinfo (Background Execution): Better describe the set
119 target-async command.
120 (Maintenance Commands): Delete description of the `maint set/show
121 linux-async' and `maint set/show remote-async' commands.
122
134eb42c
VP
1232009-02-18 Vladimir Prus <vladimir@codesourcery.com>
124
125 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
126 between sentences.
127
c86cf029
VP
1282009-02-18 Vladimir Prus <vladimir@codesourcery.com>
129
130 * gdb.texinfo (GDB/MI Async Records): Document the
131 =library-loaded and =library-unloaded notifications.
132
3ea85240
VP
1332009-02-17 Vladimir Prus <vladimir@codesourcery.com>
134
135 * observer.texi (test_notification): New observer.
136
1d33d6ba
VP
1372009-02-14 Vladimir Prus <vladimir@codesourcery.com>
138
61ff14c6
JK
139 * observer.texi: Add parameter 'print_frame' to normal_stop
140 observer.
1d33d6ba 141
d721c933
EZ
1422009-02-07 Eli Zaretskii <eliz@gnu.org>
143
144 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
145 (Commands In Python): Fix COMMAND_* constants in last change. Use
146 @kbd for interactive input. Add cross-references and index
147 entries.
148
4aa995e1
PA
1492009-02-06 Pedro Alves <pedro@codesourcery.com>
150
151 * gdb.texinfo (Signals): Document $_siginfo.
152 (Convenience Variables): Mention $_siginfo.
153 (Remote Configuration): Document qXfer:siginfo:read,
154 qXfer:siginfo:write packets, and the read-siginfo-object,
155 write-siginfo-object commands.
156
5f5233d4
PA
1572009-02-06 Pedro Alves <pedro@codesourcery.com>
158
159 * gdbint.texinfo (Values): New chapter.
160
d8906c6f
TJB
1612009-02-06 Tom Tromey <tromey@redhat.com>
162
163 * gdb.texinfo (Python API): Add entry for Commands In Python.
164 (Commands In Python): New node.
165
b6cb8e7d
TJB
1662009-02-05 Tom Tromey <tromey@redhat.com>
167
168 * gdb.texinfo (Values From Inferior): Document Value.string.
169
12453b93
TJB
1702009-02-05 Tom Tromey <tromey@redhat.com>
171
172 * gdb.texinfo (Basic Python): Document execute's from_tty
173 argument.
174
08c637de
TJB
1752009-02-04 Tom Tromey <tromey@redhat.com>
176
177 * gdb.texinfo (Basic Python): Document gdb.history.
178
592375cd
VP
1792009-01-30 Vladimir Prus <vladimir@codesourcery.com>
180
181 * gdb.texinfo (GDB/MI Thread Commands): Document the
182 'current-thread-id' field. Remove the example with zero threads,
183 since current GDB won't ever report that if there's inferior.
184
41447f92
VP
1852009-01-30 Vladimir Prus <vladimir@codesourcery.com>
186
187 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
188 option to -break-insert.
189
098b41a6
JG
1902009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
191 Jerome Guitton <guitton@adacore.com>
192
193 * gdb.texinfo (Startup): Document --with-system-gdbinit.
194 (System-wide configuration): New section.
195
3c16cced
PA
1962009-01-26 Pedro Alves <pedro@codesourcery.com>
197
198 PR gdb/7580:
199 * gdb.texinfo (Maintenance Commands): Document "maint set|show
200 internal-error|internal-warning quit|corefile ask|yes|no".
201
62709adf
PA
2022009-01-26 Pedro Alves <pedro@codesourcery.com>
203
204 * gdb.texinfo (Using the `gdbserver' Program): Document
205 --remote-debug.
206
7ce58dd2
DE
2072009-01-23 Doug Evans <dje@google.com>
208
209 * gdb.texinfo: Add nexti to list of commands that support
210 background execution.
211
adb483fe
DJ
2122009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
213
214 * gdb.texinfo (Define, Hooks): Document prefix command support.
215
a67ec3f4
JM
2162009-01-14 Joseph Myers <joseph@codesourcery.com>
217 Carlos O'Donell <carlos@codesourcery.com>
218
219 Fixes for makeinfo --html.
220
221 * annotate.texinfo: Use @copying and @insertcopying. Use
222 @ifnottex in place of @ifinfo.
223 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
224 place of @ifinfo. Use @ifnotinfo for one index entry.
225 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
226 in place of @ifinfo.
227 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
228 in place of @ifinfo. Include contents at start unconditionally.
229
84fcdf95
PA
2302009-01-13 Pedro Alves <pedro@codesourcery.com>
231
232 * gdb.texinfo (General Query Packets): Remove @var{} around the
233 "spu" literal string.
234
fa3a767f
PA
2352009-01-07 Pedro Alves <pedro@codesourcery.com>
236
237 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
238 program may be running in another process" errors.
239 * gdbint.texinfo (Native Conditionals): Delete
240 ONE_PROCESS_WRITETEXT description.
241
9cb011d3
JB
2422009-01-07 Joel Brobecker <brobecker@adacore.com>
243
244 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
245 emacs local variable to be placed at the end of the ChangeLog.
246 Add server.c and gdbreplay.c to the list of files where the
247 copyright year needs to be updated.
248
84603566
SL
2492009-01-06 Sandra Loosemore <sandra@codesourcery.com>
250
251 * gdb.texinfo (Remote Configuration): Document new
252 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
253 commands.
254
a53f55d8
PA
2552008-12-28 Pedro Alves <pedro@codesourcery.com>
256
257 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
258 FETCH_INFERIOR_REGISTERS.
259 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
260 FETCH_INFERIOR_REGISTERS descriptions. Remove
261 gdbarch_get_longjmp_target descrition, since already described in
262 Target Conditionals. Move gdbarch_fp0_regnum description to ...
263 (Target Conditionals): ... here.
264
077e0a52
JB
2652008-12-16 Joel Brobecker <brobecker@adacore.com>
266
267 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
268 examples.
269 (Additions to Ada): Likewise. Add the missing opening and closing
270 parenthesis of the GDB prompt in one of the examples.
271
023eb17c
JB
2722008-12-14 Joel Brobecker <brobecker@adacore.com>
273
274 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
275 about the result of 'Address not being of type System.Address.
276 This problem has been fixed a while ago.
277
c3b108f7
VP
2782008-12-02 Vladimir Prus <vladimir@codesourcery.com>
279
280 MI non-stop and multiprocess docs.
281
282 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
283 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
284 Adjust documentation for *stopped, document =thread-created,
285 =thread-exited, =thread-group-created and =thread-group-exited.
286 (GDB/MI Thread Commands): Document the 'state' field in
287 -thread-info output.
288 (GDB/MI Program Execution): Mention --all and --thread-group
289 options.
290 (GDB/MI Variable Objects): Describe floating and fixed variable
291 objects.
292 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
293
07e059b5
VP
2942008-12-02 Vladimir Prus <vladimir@codesourcery.com>
295
296 * gdb.texinfo (Operating System Information): New appendix.
297 (Operating System Auxiliary Information): Document 'info os processes'
298 (Remote Configuration): Document 'osdata'
299 (General Query Packets): Document qXfer:osdata:read.
300
a80b95ba
TG
3012008-11-27 Tristan Gingold <gingold@adacore.com>
302
303 * gdb.texinfo (Darwin): Document Darwin specific features.
304
a655d424
JK
3052008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
306
307 * gdbint.texinfo (Target Conditionals): Extend the
308 gdbarch_breakpoint_from_pc description.
309
249e1128
VP
3102008-11-22 Vladimir Prus <vladimir@codesourcery.com>
311
312 * gdb.texinfo (M68K Features): Fix typo.
313
c14c28ba
PP
3142008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
315
316 * gdb.texinfo (Symbols): Mention printing containing
317 image name in "info symbol".
318 (Maint translate-address): Likewise.
319
394a6666
JB
3202008-11-18 Joel Brobecker <brobecker@adacore.com>
321
322 * gdb.texinfo (Set Catchpoints): Remove the documentation of
323 commands "catch load" and "catch unload".
324
66bb093b
VP
3252008-11-17 Vladimir Prus <vladimir@codesourcery.com>
326
327 * gdb.texinfo (GDB/MI Async Records): Document
328 =thread-selected.
329
4a92f99b
VP
3302008-11-17 Vladimir Prus <vladimir@codesourcery.com>
331
332 * observer.texi (new_inferior, inferior_exit): New observers.
333
f0323ca0
PA
3342008-10-27 Pedro Alves <pedro@codesourcery.com>
335
336 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
337 .mt files, TM_CLIBS or TM_CDEPS.
338 (x86 Watchpoints): Don't mention TDEPFILES.
339
8b23ecc4
SL
3402008-10-24 Sandra Loosemore <sandra@codesourcery.com>
341
342 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
343 (Overview): Mention notifications and non-stop mode behavior.
344 (Packets): Update documentation of ?, vAttach, vCont, and vRun
345 with non-stop mode behavior. Add vStopped description.
346 (Stop Reply Packets): Update list of packets that return
347 stop replies. Mention non-stop behavior.
348 (General Query Packets): Document QNonStop packet and associated
349 qSupported query response.
350 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
351 behavior.
352 (Notification Packets): New section.
353 (Remote Non-Stop): New section.
354 (File-I/O Overview): Mention non-stop behavior.
355
fff08868
HZ
3562008-10-24 Hui Zhu <teawater@gmail.com>
357 Pedro Alves <pedro@codesourcery.com>
358
359 * gdb.texinfo (displaced-stepping): Describe the auto mode
360 setting, and say it's the default. This is now a mainstream
361 setting instead of a maintenance setting.
362
252fbfc8
PA
3632008-10-23 Pedro Alves <pedro@codesourcery.com>
364
365 * observer.texi (thread_stop_requested): New.
366
20924a55
JB
3672008-10-22 Joel Brobecker <brobecker@adacore.com>
368
369 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
370 (Patching): Replace incorrect usage of @samp by @kbd.
371
bacec72f
MS
3722008-10-17 Michael Snyder <msnyder@vmware.com>
373
374 * gdb.texinfo: Add documentation for reverse execution.
375
a08702d6 3762008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 377 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
378
379 * gdb.texinfo. (Values From Inferior): New subsubsection.
380
d97bc12b
DE
3812008-10-06 Doug Evans <dje@google.com>
382
383 * gdb.texinfo (set debug dwarf2-die): Document it.
384
87f67dba
JB
3852008-10-01 Joel Brobecker <brobecker@adacore.com>
386
387 * gdb.texinfo (catch) [exception]: Document how to insert
388 a breakpoint on user-defined exceptions when the exception
389 name is identical to one of the language-defined ones.
390
2fae03e8
TT
3912008-09-27 Tom Tromey <tromey@redhat.com>
392
393 * gdb.texinfo (Macros): Remove text about stringification,
394 varargs, and splicing.
395
5c6ce71d
TT
3962008-09-27 Tom Tromey <tromey@redhat.com>
397
398 * gdbint.texinfo (Language Support): Remove text about omitting
399 support for a language.
400
07128da0
DE
4012008-09-23 Doug Evans <dje@google.com>
402
403 * gdb.texinfo (info dcache): Update.
404
b90a069a
SL
4052008-09-22 Sandra Loosemore <sandra@codesourcery.com>
406
407 * gdb.texinfo (Packets): Add info on thread-id syntax and
408 multiprocess extensions.
409 <D>: Document multiprocess form of packet.
410 <H>: Use thread-id syntax.
411 <T>: Likewise.
412 <vCont>: Likewise. Note this is required for multiprocess.
413 <vKill>: New packet.
414 (Stop Reply Packets) <T>: Use thread-id syntax.
415 <W>: Document multiprocess form of reply.
416 <X>: Likewise.
417 (General Query Packets) <qC>: Use thread-id syntax.
418 <qfThreadInfo>: Likewise.
419 <qGetTLSAddr>: Likewise.
420 <qP>: Likewise.
421 <qSupported>: Add "multiprocess" feature.
422 <qThreadExtraInfo>: Use thread-id syntax.
423
b77209e0
PA
4242008-09-22 Stan Shebs <stan@codesourcery.com>
425
426 * gdb.texinfo (Inferiors): New section.
427
3d0bb823
PA
4282008-09-12 Pedro Alves <pedro@codesourcery.com>
429
430 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
431
f8dcfc0a
UW
4322008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
433
434 * gdbint.texinfo (Target Conditionals): Remove documentation
435 for gdbarch_name_of_malloc.
436
8775bb90
MS
4372008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
438
439 * gdb.texinfo (Interrupts): Mention TCP interface for
440 sending BREAK.
441
f1838a98
UW
4422008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
443
444 * gdb.texinfo (Commands to Specify Files): Document "remote:"
445 argument prefix to "set sysroot".
446
158c7665
PH
4472008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
448
449 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
450 and False.
451
30e026bb
VP
4522008-08-20 Vladimir Prus <vladimir@codesourcery.com>
453
454 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
455 for possible features of -list-features.
456
c6ebd6cf
VP
4572008-08-19 Vladimir Prus <vladimir@codesourcery.com>
458
459 * gdb.texinfo (Background execution): Adjust example
460 (GDB/MI Miscellaneous Commands): Document -list-target-features.
461
aeac0ff9
VP
4622008-08-19 Vladimir Prus <vladimir@codesourcery.com>
463
464 * doc/gdb.texinfo (PowerPC): Fix typo.
465 (PowerPC features): Fix typo.
466
5231c1fd
PA
4672008-08-18 Pedro Alves <pedro@codesourcery.com>
468
469 * observer.texi (thread_ptid_changed): New.
470
677c5bb1
LM
4712008-08-18 Luis Machado <luisgpm@br.ibm.com>
472
473 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
474 (PowerPC features): Mention feature set for VSX registers.
475
f3a2dd1a
JB
4762008-08-13 Joel Brobecker <brobecker@adacore.com>
477
478 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
479 the direct visibility of all names in user-written packages.
480
33e5cbd6
PA
4812008-08-13 Pedro Alves <pedro@codesourcery.com>
482
483 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
484 setting, and make it the default.
485 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
486 non-stop script example.
487
d0384fc4
TJB
4882008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
489
490 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
491 reference to the "Using Different Register and Memory Data
492 Representation" section.
493
a6f3e723
SL
4942008-08-12 Sandra Loosemore <sandra@codesourcery.com>
495
496 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
497 (Remote Protocol): Add Packet Acknowledgment to menu.
498 (Overview): Mention +/- can be disabled, and point to new section
499 where this is discussed in detail.
500 (General Query Packets): Document QStartNoAckMode packet, and
501 corresponding qSupported reply.
502 (Packet Acknowledgment): New section.
503
0606b73b
SL
5042008-08-11 Sandra Loosemore <sandra@codesourcery.com>
505 Pedro Alves <pedro@codesourcery.com>
506
507 * gdb.texinfo (Threads): Move paragraph about automatic thread
508 selection to All-Stop Mode subsection.
509 (Thread Stops): Reorganize existing material into subsections.
510 Add introductory blurb and menu.
511 (Non-Stop Mode): New subsection.
512 (Background Execution): New subsection.
513 (Maintenance Commands): Add cross-references from async mode
514 commands to the new Background Execution section.
515
d57a3c85
TJB
5162008-08-06 Tom Tromey <tromey@redhat.com>
517
518 * gdb.texinfo (Extending GDB): New chapter.
519 (Sequences): Demoted chapter, now a section under the new
520 Extending GDB chapter.
521 (Python): New section.
522
6d76a53d
SS
5232008-07-31 Stan Shebs <stan@codesourcery.com>
524
525 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
526
1f70da6a
SS
5272008-07-29 Stan Shebs <stan@codesourcery.com>
528
529 * gdbint.texinfo: General round of cleanup and minor
530 clarifications.
531 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
532 (Longjmp Support): Update description to reflect how it is done
533 for targets without using native header.
534 (Symbol Handling): Add a little more general explanation.
535 (COFF, ELF): Mention stabs encapsulation.
536 (DWARF 3): New section.
537 (Adding a New Host): Scrub out some obsolete bits.
538 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
539 (Host Conditionals): Remove descriptions of NO_STD_REGS,
540 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
541 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
542 SEEK_SET, STOP_SIGNAL, USG.
543 (Raw and Virtual Register Representations): Ditto for
544 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
545 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
546 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
547 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
548 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
549 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
550 DEPRECATED_REGISTER_VIRTUAL_SIZE,
551 DEPRECATED_REGISTER_VIRTUAL_TYPE,
552 DEPRECATED_USE_STRUCT_CONVENTION.
553 Describe gdbarch_deprecated_fp_regnum.
554 Update description of gdbarch_print_insn.
555 (Adding a New Target): Scrub out obsolete bits.
556 (Obsolete Conditionals): Remove entire section.
557
383f836e
TT
5582008-07-25 Tom Tromey <tromey@redhat.com>
559
560 * observer.texi (GDB Observers): Document new observers:
561 breakpoint_created, breakpoint_deleted, breakpoint_modified,
562 tracepoint_created, tracepoint_deleted, tracepoint_modified,
563 architecture_changed.
564
cfd8ab24
SS
5652008-07-21 Stan Shebs <stan@codesourcery.com>
566
567 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
568 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
569
781b42b0
TT
5702008-07-21 Tom Tromey <tromey@redhat.com>
571
572 * observer.texi (GDB Observers): Remove obsolete comment.
573 <executable_changed>: Remove argument.
574
d7d9f01e
TT
5752008-07-18 Tom Tromey <tromey@redhat.com>
576
577 * gdb.texinfo (Macros): Update. Use @code rather than @command.
578
bf250677
DE
5792008-07-10 Doug Evans <dje@google.com>
580
581 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
582
10568435
JK
5832008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
584
585 * gdb.texinfo (Starting): Document "set disable-randomization".
586
5ae4183a
AS
5872008-07-07 Andreas Schwab <schwab@suse.de>
588
589 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
590
b56e7235
VP
5912008-07-06 Vladimir Prus <vladimir@codesourcery.com>
592
593 * gdb.texinfo (GDB/MI Target Manipulation): Add
594 example of -target-attach.
595
e1ac3328
VP
5962008-06-10 Vladimir Prus <vladimir@codesourcery.com>
597
598 * observer.texi (target_resumed): New observer.
5ae4183a 599 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 600
65d12d83
TT
6012008-06-06 Tom Tromey <tromey@redhat.com>
602
603 * gdb.texinfo (Completion): Add field name example.
604
fbc5282e
MK
6052008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
606
607 * gdb.texinfo (GDB/MI Program Context): Added example
608 to -exec-arguments
5ae4183a 609
fbc5282e 6102008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
611
612 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
613 annotation.
614
c16158bc 6152008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
616 Nathan Sidwell <nathan@codesourcery.com>
617 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
618
619 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
620 and ACX_BUGURL.
621 * configure: Regenerate.
622 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
623 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
624 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
625 mailing-list-specific text about bug reporting unless
626 BUGURL_DEFAULT.
627
75c99385
PA
6282008-06-05 Pedro Alves <pedro@codesourcery.com>
629
630 * gdb.texinfo (-target-select): Remove reference to target async.
631 (Maintenance Commands): Document "maint set/show remote-async".
632
1763a388
MK
6332008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
634
635 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
636 in -target-file-get section.
5ae4183a 637
d0d064df
PA
6382008-05-22 Pedro Alves <pedro@codesourcery.com>
639
9b562ab8
PA
640 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
641 killing the inferior when it is already debugging a process.
d0d064df 642
8dfa32fc
JB
6432008-05-21 Joel Brobecker <brobecker@adacore.com>
644
645 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
646 abbreviation for "finish".
647
55f996a7
NR
6482008-05-21 Nick Roberts <nickrob@snap.net.nz>
649
650 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
651
ba2b1c56
DJ
6522008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
653
654 * gdbint.texinfo (Target Conditionals): Delete entry for
655 gdbarch_dwarf_reg_to_regnum.
656
08388c79
DE
6572008-05-09 Doug Evans <dje@google.com>
658
a3c83fae 659 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 660
d14508fe
DE
6612008-05-05 Doug Evans <dje@google.com>
662
663 * gdb.texinfo (disassemble): Document /m modifier.
664
e2b7ddea
VP
6652008-05-05 Vladimir Prus <vladimir@codesourcery.com>
666
5ae4183a
AS
667 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
668 will not report the time of commands that run the target.
e2b7ddea 669
8eb41542
VP
6702008-05-03 Vladimir Prus <vladimir@codesourcery.com>
671
672 * gdb.texinfo (GDB/MI Output Records): Add
673 missing semicolon.
674
82f68b1c
VP
6752008-05-03 Vladimir Prus <vladimir@codesourcery.com>
676
677 * gdb.texinfo (GDB/MI Output Records):
678 Document =thread-create and =thread-exited.
679
fa0f268d
VP
6802008-05-03 Vladimir Prus <vladimir@codesourcery.com>
681
682 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 683 Remove mention of dmi-discuss.
fa0f268d 684
063bfe2e
VP
6852008-05-03 Pedro Alves <pedro@codesourcery.com>
686
687 * observer.texi (thread_exit): New.
688
237fc4c9
PA
6892008-05-02 Pedro Alves <pedro@codesourcery.com>
690
691 * gdb.texinfo (Debugging Output): Document "set/show debug
692 displaced".
693 (Maintenance Commands): Document "maint set/show
694 can-use-displaced-stepping".
695
0428b8f5
DJ
6962008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
697
698 * gdb.texinfo (ARM): Document set/show arm fallback-mode
699 and set/show arm force-mode.
700
5009afc5
AS
7012008-05-02 Andreas Schwab <schwab@suse.de>
702
703 * gdbint.texinfo (Algorithms): Describe
704 target_watchpoint_addr_within_range.
705
669fac23
DJ
7062008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
707
708 * gdbint.texinfo (Stack Frames): New chapter.
709 (Algorithms): Move Frames text to the new chapter.
710 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
711 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
712
721c02de
VP
7132008-04-24 Vladimir Prus <vladimir@codesourcery.com>
714
5ae4183a
AS
715 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
716 output does not necessary include any tokens.
721c02de 717
c055b101
CV
7182008-04-22 Corinna Vinschen <vinschen@redhat.com>
719
720 * gdb.texinfo (Set SH Calling convention): New @item.
721 (Show SH Calling convention): Ditto.
722
68837c9d
MD
7232008-04-22 Markus Deuling <deuling@de.ibm.com>
724
725 * gdb.texinfo (Fortran Operators): Describe '%' operator.
726
2e9132cc
EZ
7272008-04-20 Eli Zaretskii <eliz@gnu.org>
728
729 * gdb.texinfo (Set Breaks): Mention that multiple location
730 breakpoints need line number info. Add index entries.
731
31fffb02
CS
7322008-04-19 Craig Silverstein <csilvers@google.com>
733
734 * gdb.texinfo (Requirements): Add an optional requirement on
735 zlib.
736 * gdbint.texinfo (Debugging File Formats): Add new subsection for
737 Compressed DWARF 2.
738
a47ec5fe
AR
7392008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
740
741 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
742 sample output for 'stopped,reason="breakpoint-hit"' message.
743 (GDB/MI Program Execution): Likewise.
744
de051565
MK
7452008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
746
5ae4183a 747 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
748 -var-set-format. Add -f option to -var-evaluate-expression.
749
6ba66d6a
JB
7502008-04-03 Joel Brobecker <brobecker@adacore.com>
751
752 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
753 new node "Ambiguous Expressions". Replace references to this
754 node by references to "Ambiguous Expressions" throughout.
755 (Ambiguous Expressions): New node.
756
1e26b4f8
DJ
7572008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
758
759 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
760
b84876c2
PA
7612008-03-21 Pedro Alves <pedro@codesourcery.com>
762
763 * gdb.texinfo (Debugging Output): Document
764 "set/show debug lin-lwp-async".
765 (Maintenance Commands): Document "maint set/show linux-async".
766
63092375
DJ
7672008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
768
769 * gdb.texinfo (Expressions): Update description of malloced arrays.
770
8e8901c5
VP
7712008-03-15 Vladimir Prus <vladimir@codesourcery.com>
772
773 * gdb.texinfo (Thread Commands): Document
774 -thread-info. Remove -thread-list-all-threads.
775
1fddbabb
PA
7762008-03-14 Pedro Alves <pedro@codesourcery.com>
777 Sandra Loosemore <sandra@codesourcery.com>
778
779 * gdb.texinfo (Library List Format): Update to mention the
780 possibility to pass section addresses instead of segment
781 addresses.
782
ccd213ac
DJ
7832008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
784
785 * gdb.texinfo (Starting): Document "set exec-wrapper".
786 (Server): Document gdbserver --wrapper.
787
fa4727a6
DJ
7882008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
789
790 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
791 unreadable memory. Delete obsolete SPARClite reference.
792
8edfe269
DJ
7932008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
794
795 * gdb.texinfo (Starting): Mention always-running targets.
796 (Target Commands): Add an anchor for load.
797 (Connecting): Explain continue instead of run.
798
1843f87b
DJ
7992008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
800
801 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
802
f9082629
NR
8032008-02-26 Nick Roberts <nickrob@snap.net.nz>
804
805 * gdb.texinfo (Set Breaks): Revert description of Enb column of
806 breakpoint table.
807
fd96d250
PA
8082008-02-19 Pedro Alves <pedro@codesourcery.com>
809
810 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
811 killing the inferior when it is already debugging a process.
812
36af4ef6
MD
8132008-02-13 Markus Deuling <deuling@de.ibm.com>
814
815 * gdbint.texinfo (Build Script): New section. Mention new build script
816 gdb_buildall.sh.
817
cda4ce5a
JB
8182008-02-01 Jim Blandy <jimb@red-bean.com>
819
820 * gdb.texinfo (Help): Summarize 'info args' correctly.
821
4acd40f3
TJB
8222008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
823
824 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
825 available in PowerPC architecture.
826 (Embedded Processors): Change node name of PowerPC item in menu.
827 (PowerPC): Rename to...
828 (PowerPC Embedded): this.
829 (Architectures): Add new PowerPC item in menu.
830 (PowerPC): New node.
831
6e6c6f50
DJ
8322008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
833
834 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
835 commands.
836
5ee187d7
DJ
8372008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
838
839 * gdb.texinfo (Setting Catchpoints): Mention features
840 supported on GNU/Linux.
841
e275c0d9
NR
8422008-01-30 Nick Roberts <nickrob@snap.net.nz>
843
844 * gdb.texinfo (GDB/MI File Commands): Describe new output
845 field for MI command -file-list-exec-source-file.
846
2d717e4f
DJ
8472008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
848
849 * gdb.texinfo (Using the `gdbserver' Program): Add security
850 warning. Rearrange into subsections and subsubsections. Document
851 --multi and --debug. Correct --with-sysroot typo. Update --attach
852 usage. Make load reference clearer. Document monitor exit.
853 (Remote Configuration): Document set remote exec-file, attach-packet,
854 and run-packet.
855 (Packets): Document vAttach and vRun.
856
d35a4257 8572008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
858
859 * gdb.texinfo (Processes): Mention process command.
860 detach-on-follow -> detach-on-fork.
861
c78d192c
DJ
8622008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
863
864 * gdbint.texinfo (Native Conditionals): Remove
865 SHELL_COMMAND_CONCAT and SHELL_FILE.
866
d35a4257
EZ
8672008-01-26 Eli Zaretskii <eliz@gnu.org>
868
869 * gdb.texinfo (Specify Location): Improve wording.
870
93815fbf
VP
8712008-01-23 Chris Demetriou <cgd@google.com>
872
873 * gdb.texinfo (Threads): Document new "set print thread-events"
874 and "show print thread-events" commands.
875
2a25a5ba
EZ
8762008-01-19 Eli Zaretskii <eliz@gnu.org>
877
878 * gdb.texinfo (Specify Location): New section.
879 (Delete Breaks, Edit, Set Breaks): Remove description of
880 locations. Instead, add a reference to "Specify Location".
881 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
882 (Symbols): Refer to "Specify Location" for the valid forms of
883 linespecs and locations.
884
32c9a795
MD
8852008-01-18 Markus Deuling <deuling@de.ibm.com>
886
887 * gdbint.texinfo (Target Conditionals): Replace the description of
888 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
889
b17828ca
JB
8902008-01-12 Paul Hilfinger <hilfinger@adacore.com>
891
892 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
893 about &&var, which is rejected by the expression parser.
894
0aea4bf3
LM
8952008-01-09 Luis Machado <luisgpm@br.ibm.com>
896
897 * gdb.texinfo (Output): Update documentation on using printf with DFP
898 types.
899
febe4383
TJB
9002008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
901
902 * gdb.texinfo (C and C++): Add Decimal Floating Point format
903 subsubsection.
904 (Decimal Floating Point format): New subsubsection.
905
7a404eba
PA
9062008-01-05 Pedro Alves <pedro@codesourcery.com>
907
908 * gdb.texinfo (File Options): Remove mention of the attempt to
909 open a core file with the -p option. Don't list -c as a valid
910 option to attach to a process.
911
a4d9b460
PA
9122008-01-05 Pedro Alves <pedro@codesourcery.com>
913
914 * gdbint.texinfo (Host Conditionals): Remove mention of
915 ALIGN_STACK_ON_ENTRY.
916
6ec2edbe
JB
9172008-01-05 Joel Brobecker <brobecker@adacore.com>
918
919 * gdbint.texinfo (Start of New Year Procedure): Add item
920 describing how to update the source and documentation copyright
921 notices.
922
d8b2a693
JB
9232007-12-18 Jim Blandy <jimb@codesourcery.com>
924
ab209b3a 925 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
926 watchpoint explanation into the main description of the watchpoint
927 command; update synopses of 'watch', 'rwatch', and 'awatch'
928 commands.
929
8b4ed427
VP
9302007-12-18 Vladimir Prus <vladimir@codesourcery.com>
931
932 * gdb.texinfo (Miscellaneous gdb/mi Commands):
933 Document 'pending-breakpoints' feature of
934 -list-features.
935
37e4754d
LM
9362007-12-17 Luis Machado <luisgpm@br.ibm.com>
937
669fac23 938 * gdb.texinfo: Add new parameter's description.
37e4754d 939
1d3811f6
DJ
9402007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
941
942 * gdb.texinfo (Overview): Clarify run-length encoding
943 example. Remove the restriction on "+" and "-" characters.
944
c1c25a1a
EZ
9452007-12-15 Eli Zaretskii <eliz@gnu.org>
946
947 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
948
afe8ab22 9492007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 950
afe8ab22
VP
951 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
952 the -f option for -break-insert, remove -r option,
953 and clarify specification of location.
954
a6b151f1
DJ
9552007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
956
957 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
958 formatting.
959 (Remote Debugging): Add File Transfer section.
960 (Remote Configuration): Document Host I/O packets.
961 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 962 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
963 (Packets): Add vFile.
964
3b784c4f
EZ
9652007-11-17 Eli Zaretskii <eliz@gnu.org>
966
967 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
968 breakpoints with multiple locations.
969 (Breakpoint Menus): Improve wording.
970 (Output): Fix last change.
971
a4ce5b0d
UW
9722007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
973
974 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
975
1b39d5c0
DE
9762007-11-15 Doug Evans <dje@google.com>
977
978 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
979
7a72d44c
VP
9802007-11-15 Vladimir Prus <vladimir@codesourcery.com>
981
982 * gdbint.texinfo (Native Conditionals): Remove
983 mention of CLEAR_SOLIB.
5ae4183a 984
6d1829bf 9852007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
986
987 * gdb.texinfo (Print Settings): Add documentation for "set/show
988 print frame-arguments".
989
1a619819
LM
9902007-11-05 Luis Machado <luisgpm@br.ibm.com>
991
3b784c4f 992 * gdb.texinfo (Output): Update printf command's description.
1a619819 993
55eddb0f
DJ
9942007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
995
996 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
997 powerpc soft-float".
998
9cceb671
DJ
9992007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
1000
1001 * gdb.texinfo (Files): Correct formatting. Mention Expat
1002 requirement.
1003 (Requirements for Building GDB): Expand the list of Expat
1004 uses.
1005 (Library List Format, Memory Map Format): Mention Expat.
1006 (Target Descriptions): Update Expat wording.
1007
83acabca
DJ
10082007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
1009
1010 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
1011 Document that gdbarch_convert_register_p should return zero for no-op
1012 conversions.
1013
e35879db
UW
10142007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
1015
83acabca 1016 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
1017 of set_gdbarch_sofun_address_maybe_missing back to ...
1018 (Target Conditionals): ... here to fix build break.
1019
203c3895
UW
10202007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
1021
83acabca 1022 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
1023 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
1024 (Compiler Characteristics): ... documentation of
1025 set_gdbarch_sofun_address_maybe_missing.
1026
11411de3
DJ
10272007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
1028
1029 * gdbint.texinfo (Target Conditionals): Use
1030 frame_unwind_register_unsigned in examples instead of
1031 frame_unwind_unsigned_register.
1032
7cc46491
DJ
10332007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
1034
1035 * gdb.texinfo (Predefined Target Types): Add int128
1036 and uint128.
1037 (Standard Target Features): Add PowerPC features.
1038
81adfced
DJ
10392007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
1040
1041 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
1042
c1874924
UW
10432007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
1044
1045 * gdbint.texi (Target Conditionals): Remove documentation
1046 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
1047 gdbarch_extract_return_value, and gdbarch_store_return_value.
1048
f6e56ab3
UW
10492007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
1050
1051 * gdbint.texi (Target Conditionals): Remove documentation of
1052 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
1053
56cf5405
KH
10542007-10-11 Kazu Hirata <kazu@codesourcery.com>
1055
1056 * gdb.texinfo: Mention that inaccessible-by-default is on by
1057 default.
1058
35156bae
DJ
10592007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
1060
1061 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
1062
d983da9c
DJ
10632007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
1064
1065 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
1066 multi-threaded watchpoints.
1067 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
1068 checked. Describe sticky notification. Expand description
1069 of steppable and continuable watchpoints.
1070 (Watchpoints and Threads): New subsection.
1071
fe6fbf8b
VP
10722007-09-28 Vladimir Prus <vladimir@codesourcery.com>
1073
1074 * gdb.texinfo (Setting Breakpoints): Revise
1075 documentation for pending breakpoints. Document
1076 breakpoints with multiple locations.
5ae4183a 1077
084344da
VP
10782007-09-19 Vladimir Prus <vladimir@codesourcery.com>
1079
1080 * gdb.texinfo (Miscellaneous gdb/mi Commands):
1081 Document -list-features.
5ae4183a 1082
82160952
EZ
10832007-09-15 Eli Zaretskii <eliz@gnu.org>
1084
1085 * gdb.texinfo (Output): Spell out which features of C's printf are
1086 not supported by GDB's printf.
7e27a47a
EZ
1087 (Separate Debug Files): More accurate wording regarding build ID
1088 and a reference to the ld manual rather than the Fedora wiki.
82160952 1089
ea37ba09
DJ
10902007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
1091 Jim Blandy <jimb@codesourcery.com>
1092
1093 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
1094 (Examining Memory): Update mentions of the 's' format.
1095 (Automatic Display): Likewise.
1096
b8533aec
DJ
10972007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
1098
1099 * gdb.texinfo: Update the FSF's Back-Cover Text.
1100
83f83d7f
JK
11012007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1102 Eli Zaretskii <eliz@gnu.org>
1103
1104 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
1105 Fixed the ``build ID'' name. New binaries build instructions for the
1106 build ID inclusion. Explain how the commands are specific to the build
1107 ID vs. debug link.
1108
c7e83d54
EZ
11092007-09-01 Eli Zaretskii <eliz@gnu.org>
1110
1111 * gdb.texinfo (Separate Debug Files): Fix last change. Add
1112 indexing for ``build ID'' support.
1113
d3750b24
JK
11142007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1115
1116 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
1117 Enlisted BUILD ID to the debug file searching example.
1118 Included a BUILD ID `.note.gnu.build-id' section description.
1119 Updated/added the debug files splitting instructions for OBJCOPY.
1120
02142340
VP
11212007-08-31 Vladimir Prus <vladimir@codesourcery.com>
1122
1123 * gdb.texinfo (Variable Objects): Adjust docs
1124 for -var-info-expression and document
1125 -var-info-path-expression.
1126
d3bdde98
JB
11272007-08-20 Jim Blandy <jimb@codesourcery.com>
1128
3fb6a982
JB
1129 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
1130 (title page): Include the dedication in the printed manual, as a
1131 separate page after the copyright notice.
5ae4183a 1132
d3bdde98
JB
1133 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
1134 don't break a @var across a line.
1135
c80a96a8
MR
11362007-07-25 Maciej W. Rozycki <macro@mips.com>
1137
1138 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
1139 for include files.
1140
5824a901
NR
11412007-07-12 Nick Roberts <nickrob@snap.net.nz>
1142
1143 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
1144 in annotate.texinfo.
1145 (Command History): Link to new node.
5824a901 1146
d52e7ea3
UW
11472007-07-05 Markus Deuling <deuling@de.ibm.com>
1148
1149 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
1150
5fc14d0a
EZ
11512007-07-05 Eli Zaretskii <eliz@gnu.org>
1152
1153 * gdbint.texinfo (Target Conditionals): Fix last change.
1154
4a9bb1df
UW
11552007-07-03 Markus Deuling <deuling@de.ibm.com>
1156
1157 * gdb.texinfo: Replace following macros by their appropriate gdbarch
1158 routines:
1159 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
1160 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
1161 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
1162 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
1163 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
1164 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
1165 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
1166 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
1167 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
1168 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
1169 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
1170 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
1171 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
1172 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
1173 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
1174 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
1175 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
1176 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
1177 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
1178 (SOFTWARE_SINGLE_STEP_P)
1179
1180 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
1181 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
1182
1183 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
1184 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
1185 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
1186 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
1187 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
1188 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
1189 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
1190 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
1191 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
1192 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
1193
1194 (Converting an existing Target Architecture to Multi-arch): Remove
1195 section.
1196
1197 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
1198 (gdbarch_addr_bits_remove): Add code example.
1199
1200 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
1201
cfa9d6d9
DJ
12022007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
1203
1204 * gdb.texinfo (Remote Configuration): Document library-info-packet.
1205 Add other missing entries. Adjust the table size to fit.
1206 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
1207 stop reasons including the new "library" event.
1208 (General Query Packets): Adjust table widths for qSupported. Mention
1209 qXfer:libraries:read reply to qSupported and document the new packet.
1210 (Library List Format): New section.
1211
159fcc13
JK
12122007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1213
1214 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
1215
f66d1690
MS
12162007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
1217
1218 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
1219
67102876
NR
12202007-06-25 Nick Roberts <nickrob@snap.net.nz>
1221
1222 * gdbint.texinfo (Register and Memory Data): Break sections
1223 into nodes and add a menu.
1224
a4642986
MR
12252007-06-21 Maciej W. Rozycki <macro@mips.com>
1226
1227 * gdb.texinfo (Examining Memory): Document the new behaviour.
1228
e9c17194
VP
12292007-06-21 Vladimir Prus <vladimir@codesourcery.com>
1230
1231 * gdb.texinfo (Standard Target Features): Document
1232 m68k features.
1233
31d99776
DJ
12342007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
1235
1236 * gdb.texinfo (General Query Packets): Document qOffsets changes.
1237
1780a0ed
DJ
12382007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
1239
1240 * gdb.texinfo (Target Description Format): Add version attribute
1241 for <target>.
1242
822b6570
DJ
12432007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
1244
1245 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
1246
f8b73d13
DJ
12472007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
1248
1249 * gdb.texinfo (MIPS Features): New subsection.
1250
0e7f50da
UW
12512007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
1252 Markus Deuling <deuling@de.ibm.com>
1253
1254 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
1255 and qXfer:spu:write packets and mention them under qSupported.
1256
23d964e7
UW
12572007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
1258 Markus Deuling <deuling@de.ibm.com>
1259
1260 * gdb.texinfo (Architectures): Add new SPU section to document
1261 Cell Broadband Engine SPU architecture specific commands.
1262
9f708cb2
VP
12632007-06-09 Vladimir Prus <vladimir@codesourcery.com>
1264
1265 * gdb.texinfo (GDB/MI Variable Objects): Editorial
1266 comments.
1267
7579b5f8
NR
12682007-06-07 Nick Roberts <nickrob@snap.net.nz>
1269
1270 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
1271
bf06d120
JB
12722007-05-29 Jim Blandy <jimb@codesourcery.com>
1273
1274 * gdb.texinfo (Overview): Doc fix.
1275
23776285
MR
12762007-05-22 Maciej W. Rozycki <macro@mips.com>
1277
1278 * gdb.texinfo (Remote Configuration): Document "set/show
1279 remoteflow".
1280
1a69e1e4
DJ
12812007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
1282
bf06d120
JB
1283 * gdb.texinfo (MIPS): Remove documentation for set mips
1284 saved-gpreg-size, show mips saved-gpreg-size, and set mips
1285 stack-arg-size.
1a69e1e4 1286
46ba6afa 12872007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 1288
46ba6afa
BW
1289 * all-cfg.texi (GDBTUI): New.
1290 * gdb.texinfo (Mode Options): Use GDBTUI variable.
1291 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
1292 (TUI Configuration): Edit to improve clarity and fix problems of
1293 both style and content.
5ae4183a 1294
06d3b283
UW
12952007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
1296
1297 * observer.texi (GDB Observers): New observer "new_objfile".
1298
179101d6
UW
12992007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
1300
1301 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
1302
25d5ea92
VP
13032007-04-14 Vladimir Prus <vladimir@codesourcery.com>
1304
1305 * gdb.texinfo (GDB/MI Variable Objects): Document
1306 frozen variables objects.
5ae4183a 1307
ea35711c
DJ
13082007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
1309
1310 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
1311 (Character Sets, Caching Data of Remote Targets): Likewise.
1312 (Targets): Delete Remote node. Move its text...
1313 (Debugging Remote Programs): ...to here. Delete description
1314 of the "remote" command.
1315 (Remote configuration): Delete description of "set remotedevice"
1316 and "show remotedevice".
1317 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
1318
db2e3e2e
BW
13192007-04-11 Bob Wilson <bob.wilson@acm.org>
1320
5ae4183a
AS
1321 * gdb.texinfo (Contributors, Continuing and Stepping)
1322 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
1323 (General Query Packets, File-I/O Remote Protocol Extension)
1324 (Protocol Basics, The F Reply Packet, Write)
1325 (Protocol-specific Representation of Datatypes, Memory Transfer):
1326 Fix hyphenation, punctuation and grammar problems.
1327 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
1328 'section' instead of 'subsection' in the text.
1329 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
1330 (i386): Remove period from section name.
db2e3e2e
BW
1331 (Installing GDB, Requirements, Running Configure, Separate Objdir)
1332 (Config Names, Configure Options): Use @file{configure}.
1333
8a3dae3e
DJ
13342007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
1335
1336 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
1337 and tab expansion.
1338
1a92f856
DJ
13392007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
1340
1341 * gdbint.texinfo (SOM): Correct location of the SOM reader.
1342
79a6e687 13432007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 1344
79a6e687
BW
1345 * gdb.texinfo: Consistently capitalize all significant words in
1346 node names, chapter titles, section titles, and headings. Update
1347 cross references to match.
1348 (Starting and Stopping Trace Experiment): Make node name plural.
1349 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 1350
ad527d2e
PA
13512007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
1352
1353 * gdb.texinfo (WinCE): Delete obsolete subsection.
1354
7ce59000
DJ
13552007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
1356
1357 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
1358 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
1359 references.
1360
8807d78b
DJ
13612007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
1362
1363 * gdb.texinfo (Startup): Delete references to some alternate
1364 names for .gdbinit.
1365 (Thread): Remove LynxOS reference.
1366 (Tandem ST2000): Delete target-specific documentation.
1367 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
1368 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
1369 and GDB_OSABI_LYNXOS.
1370
5f402660
UW
13712007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
1372
1373 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
1374
bac718a6
UW
13752007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
1376
1377 * gdbint.texinfo (Target Conditionals): Remove mention of
1378 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
1379 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
1380
9453113a
DJ
13812007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
1382
1383 * Makefile.in: Add "pdfdir" installation
1384 directory, PDFTEX macro, support for "install-pdf" target,
1385 and rules for making a pdf version of refcard.texi.
1386 * refcard.tex: Specify paper size for PDF output.
1387
ae21e955 13882007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 1389
ae21e955 1390 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 1391
3f94c067 13922007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 1393
3f94c067
BW
1394 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
1395 (Source Path, Character Sets, Macros, Define)
1396 (GDB/MI Result Records, GDB/MI Simple Examples)
1397 (GDB/MI Program Execution, GDB/MI File Commands)
1398 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
1399 (Bug Reporting): Use @value{GCC}.
5ae4183a 1400
12c27660 14012007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 1402
12c27660
BW
1403 * gdb.texinfo (Help): Fix formatting of examples.
1404 (Variables): Use @ifnotinfo instead of @iftex.
1405 (Non-debug DLL symbols): Use @ref instead of @pxref.
1406 (Sparclet File): Use @samp instead of quotes.
5ae4183a 1407
ce9341a1
BW
14082007-03-26 Bob Wilson <bob.wilson@acm.org>
1409
1410 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
1411
c8f4133a
BW
14122007-03-26 Bob Wilson <bob.wilson@acm.org>
1413
1414 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
1415 the order of the nodes.
1416 (C Operators, C Constants, Debugging C): Remove extra menus.
1417 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 1418
c8f4133a 14192007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
1420
1421 * gdb.texinfo (File Options): Add missing parenthesis.
1422 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
1423
c74d0ad8
DJ
14242007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
1425
1426 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
1427
ff6f572f
DJ
14282007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
1429
669fac23 1430 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
1431 case insensitivity.
1432 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
1433
994337c3
NR
14342007-02-18 Nick Roberts <nickrob@snap.net.nz>
1435
1436 * gdb.texinfo (Top): Put Appendix A after numbered sections.
1437 (Files): Add section name to argument list for pxref.
1438 (Non-debug DLL symbols): Don't use `see' for pxref.
1439 (Embedded Processors): Fix typo.
1440 (GDB/MI Breakpoint Commands): Execution commands generate
1441 *stopped not ^done.
1442
eb819d70
NR
14432007-02-13 Nick Roberts <nickrob@snap.net.nz>
1444
1445 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
1446 values for in_scope. Mention that only root variables can be
1447 updated.
1448 (GDB/MI Development and Front Ends): Explain new values may be
1449 added to existing fields.
1450
123dc839
DJ
14512007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
1452
1453 * gdb.texinfo (-target-disconnect): Use @smallexample.
1454 (Requirements): Add anchor for Expat. Update description.
1455 (Target Descriptions): Mention Expat.
1456 (Target Description Format): Document new elements. Use
1457 @smallexample.
1458 (Predefined Target Types, Standard Target Features): New sections.
669fac23 1459 * gdbint.texinfo (Target Descriptions): New section.
123dc839 1460
108546a0
DJ
14612007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
1462
1463 * gdb.texinfo (Target Description Format): Add section on XInclude.
1464
95a98c01
NR
14652006-02-03 Nick Roberts <nickrob@snap.net.nz>
1466
1467 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
1468 command -enable-timings.
1469
f4b3909f
EZ
14702007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
1471
5ae4183a 1472 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
1473 descriptions for new/deleted elements in gdb_osabi. Add missing
1474 description for function generic_elf_osabi_sniff_abi_tag_sections.
1475
c7ba131e
JB
14762007-01-29 Joel Brobecker <brobecker@adacore.com>
1477
1478 * gdb.texinfo (Maintenance Commands): Add documentation for
1479 the new "maint print target-stack" command.
1480
3a60f64e
JK
14812007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1482 Eli Zaretskii <eliz@gnu.org>
1483
f4b3909f 1484 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 1485
c582f8b6
EZ
14862007-01-26 Eli Zaretskii <eliz@gnu.org>
1487
1488 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
1489 Use @value{NGCC} instead of @value{GCC}.
1490
d3e8051b
EZ
14912007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
1492
1493 * agentexpr.texi: Fix typos.
1494 * annotate.texinfo: Likewise.
1495 * gdb.texinfo: Likewise.
1496 * gdbint.texinfo: Likewise.
1497 * observer.texi: Likewise.
1498 * stabs.texinfo: Likewise.
1499
86f04699
EZ
15002007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
1501
1502 * gdbint.texinfo (Support Libraries): Remove mmalloc
1503 entry. Describe readline library.
1504
23181151
DJ
15052007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
1506
1507 * gdb.texinfo (Target Descriptions): New section.
1508 (General Query Packets): Add QPassSignals anchor. Mention
1509 qXfer:features:read under qSupported. Expand mentions of
1510 qXfer:memory-map:read and QPassSignals. Document
1511 qXfer:features:read.
1512
f822c95b
DJ
15132007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
1514
1515 * gdb.texinfo (Commands to specify files): Describe
1516 "set sysroot" and "show sysroot".
1517 (Using the `gdbserver' program): Lowercase argument
1518 to @var. Expand description of setting up GDB on the
1519 host.
1520
8936fcda
JB
15212007-01-05 Joel Brobecker <brobecker@adacore.com>
1522
1523 * gdb.texinfo (Set Catchpoints): Add documentation for the new
1524 catch exception, catch exception unhandled, and catch assert
1525 commands.
1526
e776119f
DJ
15272007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
1528
1529 * gdb.texinfo (Debugging Output): Document "set debug xml"
1530 and "show debug xml".
1531
aa79a185
DJ
15322007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
1533
1534 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
1535
7f893741
JB
15362007-01-01 Joel Brobecker <brobecker@adacore.com>
1537
1538 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
1539
a1b5960f
VP
15402006-12-08 Vladimir Prus <vladimir@codesourcery.com>
1541
1542 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
1543 note in @ignore, to be removed later if nobody complains.
1544
9f470e6e
NR
15452006-12-04 Nick Roberts <nickrob@snap.net.nz>
1546
1547 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
1548 of -var-delete.
1549
765dc015 15502006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 1551
765dc015 1552 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
1553 automatic software/hardware breakpoint usage and
1554 the "set breakpoint auto-hw" command.
765dc015 1555
4b5752d0
VP
15562006-11-21 Vladimir Prus <vladimir@codesourcery.com>
1557
1558 * gdb.texinfo (Memory Access Checking): New.
1559
89be2091
DJ
15602006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
1561
1562 * gdb.texinfo (Remote configuration): Mention
1563 "pass-signals-packet".
1564 (General Query Packets): Document QPassSignals. Fix
1565 a typo.
1566
ca3bf3bd
DJ
15672006-11-14 Maxim Grigoriev <maxim@tensilica.com>
1568
1569 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
1570
427c3a89
DJ
15712006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
1572
1573 * gdb.texinfo (Remote configuration): Rewrite documentation for
1574 packet configuration commands.
1575 (OS Information): Adjust reference to qXfer:auxv:read.
1576 (General Query Packets): Remove references to read-aux-vector-packet
1577 and set remote get-thread-local-storage-address.
1578
7a107747
DJ
15792006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
1580
1581 * gdbint.texinfo (Target Architecture Definition): Add new
1582 Initializing a New Architecture section.
1583
1c56eb0e
EZ
15842006-10-31 David Taylor <dtaylor@emc.com>
1585
1586 * stabs.texinfo (Macro define and undefine): New node describing
1587 stabs for #define and #undef.
1588
f73adfeb
AS
15892006-10-27 Andreas Schwab <schwab@suse.de>
1590
1591 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
1592
fd60e0df
EZ
15932006-10-21 Eli Zaretskii <eliz@gnu.org>
1594
1595 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
1596 clarify on the possible meanings of ``expression'' watched by
1597 watchpoints. Add indexing.
e5ac9b53
EZ
1598 (Prompting, Errors, Invalidation, Annotations for Running)
1599 (Source Annotations): Fix index entries by adding "annotation" to
1600 them, to discriminate from index entries that point to the more
1601 general topic descriptions.
fd60e0df 1602
52bb452f
DJ
16032006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
1604
1605 * gdbint.texinfo (Target Vector Definition): Move most
1606 content into Existing Targets. Add a menu.
1607 (Existing Targets): New section, moved from Target Vector
1608 Definition. Use @subsection.
1609 (Managing Execution State): New section.
1610
58955e58
BW
16112006-10-16 Bob Wilson <bob.wilson@acm.org>
1612
1613 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
1614
c8aa23ab
EZ
16152006-10-15 Eli Zaretskii <eliz@gnu.org>
1616
1617 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
1618 (Command Syntax, Signals, Backtrace, Connecting)
1619 (Remote configuration, Renesas Boards, Console I/O): Fix last
1620 change: use Ctrl- instead of C-, except wrt Emacs.
1621 (File-I/O Examples): Put Ctrl-c in @kbd.
1622 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
1623 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
1624 (Signals, Set Breaks, Set Watchpoints): Document optional
1625 arguments to `info signals' `handle', `info breakpoints', and
1626 `info watchpoints'.
c8aa23ab 1627
e7109c7e
EZ
16282006-10-14 Eli Zaretskii <eliz@gnu.org>
1629
1630 * gdb.texinfo (Backtrace): Fix last change.
1631
de3aea7b
NR
16322006-10-14 Nick Roberts <nickrob@snap.net.nz>
1633
1634 * gdb.texinfo (Backtrace): Order correctly and add other cases.
1635
7f9087cb
BW
16362006-10-10 Bob Wilson <bob.wilson@acm.org>
1637
c8aa23ab
EZ
1638 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
1639 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
1640 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 1641
68437a39
DJ
16422006-09-21 Vladimir Prus <vladimir@codesourcery.com>
1643 Daniel Jacobowitz <dan@codesourcery.com>
1644
1645 * gdb.texinfo (Packets): Document vFlashErase,
1646 vFlashWrite and vFlashDone packets.
1647 (General Query Packets): Document qXfer:memory-map:read.
1648 Add a new feature for qXfer:memory-map:read.
1649 (Memory map format): New section.
1650 (Target Commands): Mention that gdb can write flash.
1651
fd79ecee
DJ
16522006-09-21 Vladimir Prus <vladimir@codesourcery.com>
1653 Daniel Jacobowitz <dan@codesourcery.com>
1654
1655 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
1656 memory regions and "mem auto".
1657
350da6ee
DJ
16582006-09-21 Nathan Sidwell <nathan@codesourcery.com>
1659
1660 * gdbint.texinfo (Array Containers): New section.
1661
2f1acb09
VP
16622006-09-17 Vladimir Prus <vladimir@codesourcery.com>
1663
1664 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
1665 -stack-list-arguments HIGH_FRAME argument can be larger then the
1666 actual number of frames.
1667
2ab1eb7a
VP
16682006-09-07 Vladimir Prus <vladimir@codesourcery.com>
1669
1670 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
1671 -stack-list-locals HIGH_FRAME argument can be larger then the
1672 actual number of frames.
2ab1eb7a 1673
599b237a
BW
16742006-09-02 Bob Wilson <bob.wilson@acm.org>
1675
1676 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
1677 Register Packet Format, Tracepoint Packets): Fix spelling errors.
1678
25ab7e6d
EZ
16792006-09-02 Eli Zaretskii <eliz@gnu.org>
1680
1681 * gdbint.texinfo (Overall Structure): New section "Source Tree
1682 Structure".
1683
940178d3
JB
16842006-08-17 Jim Blandy <jimb@codesourcery.com>
1685
1686 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
1687 responses.
1688
30daae6c
JB
16892006-08-08 Joel Brobecker <brobecker@adacore.com>
1690
1691 * gdb.texinfo (Source Path): Add documentation for new
1692 substitute-path commands.
1693
7fa2210b
DJ
16942006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
1695
1696 * gdb.texinfo (Installing GDB): Update menu. Move text to...
1697 (Running Configure): ...here.
1698 (Requirements): New node. Mention expat.
1699
3d00d119
DJ
17002006-08-08 Vladimir Prus <vladimir@codesourcery.com>
1701
5ae4183a 1702 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
1703 'set download-write-size' and 'show download-write-size'.
1704
0cbfa4ee
DJ
17052006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
1706
1707 * stabs.texinfo (Member Type Descriptor): Correct example for
1708 pointer to member types.
1709
16026cd7
AS
17102006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
1711
1712 * gdb.texinfo (Optional warnings and messages): Add
1713 'set/show trace-commands'.
1714 (Command files): Add '-v' to source command.
1715
0876f84a
DJ
17162006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
1717
1718 * gdb.texinfo (OS Information): Update qPart reference to
1719 qXfer.
1720 (Remote configuration): Likewise.
1721 (Overview): Move @cindex to the start of a paragraph. Talk
1722 about binary data encoding.
1723 (Packets): Refer to the overview for the details of the X
1724 packet encoding.
1725 (General Query Packets): Remove qPart description. Add qXfer
1726 description. Add an anchor to qSupported. Correct feature
1727 table title. Add a new feature for qXfer:auxv:read.
1728 (Interrupts): Add a missing parenthesis.
1729
2ec3381a
DJ
17302006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
1731
669fac23 1732 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
1733 (GDB/MI Kod Commands): Remove commented out node.
1734
594fe323
EZ
17352006-07-01 Eli Zaretskii <eliz@gnu.org>
1736
1737 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
1738 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
1739 (GDB/MI Thread Commands, GDB/MI Program Execution)
1740 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
1741 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
1742 (GDB/MI File Commands, GDB/MI Target Manipulation)
1743 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
1744 since the MI prompt is hard-wired into the code.
1745
7e3fb70c
NR
17462006-07-01 Nick Roberts <nickrob@snap.net.nz>
1747
1748 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
1749 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
1750 (GDB/MI Data Manipulation): Remove description of unimplemented
1751 display related commands as variable objects perform this function
1752 and are superior: -display-delete, -display-disable,
1753 -display-enable, -display-insert and -display-list. Move
1754 -environment-cd, -environment-directory, -environment-path
1755 and -environment-pwd to "Program Context".
1756 (GDB/MI Program Control): Rename to "Program Execution". Move
1757 -exec-arguments -exec-abort to...
1758 (GDB/MI Program Context): ...here. New node split from "Data
1759 Manipulation".
1760
be2a5f71
DJ
17612006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
1762
1763 * gdb.texinfo (Remote configuration): Document set / show
1764 remote supported-packets.
1765 (General Query Packets): Document qSupported packet.
1766
fc320d37
SL
17672006-06-10 Sandra Loosemore <sandra@codesourcery.com>
1768
1769 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
1770 and font markup.
1771 (Protocol basics): Likewise.
1772 (The F request packet): Likewise.
1773 (The F reply packet): Likewise.
1774 (Memory transfer): Move this node to be a subsubsection of
1775 "Protocol specific representation of datatypes".
1776 (The Ctrl-C message): More copy editing.
1777 (Console I/O): Likewise.
1778 (The isatty call): Delete this node, and merge its content into
1779 the "isatty" node. Fixed references elsewhere.
1780 (The system call): Delete this node, and merge its content into
1781 the "system" node. Fixed references elsewhere.
1782 (open): Reformat to use @table, and add appropriate font markup.
1783 (close): Likewise.
1784 (read): Likewise.
1785 (write): Likewise.
1786 (lseek): Likewise.
1787 (rename): Likewise.
1788 (unlink): Likewise.
1789 (stat/fstat): Likewise.
1790 (gettimeofday): Likewise.
1791 (isatty): Likewise.
1792 (system): Likewise, plus minor changes to fix confusing wording.
1793 (Integral datatypes): Fix font markup.
1794 (Pointer values): Likewise.
1795 (struct stat): Fix markup to use @table, plus minor copy editing.
1796 (struct timeval): Fix font markup, plus minor copy editing.
1797 (Constants): Minor copy editing.
1798 (Errno values): Add font markup.
1799 (File-I/O Examples): Likewise.
1800
158fdf5c
NR
18012006-06-10 Nick Roberts <nickrob@snap.net.nz>
1802
1803 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
1804 (GDB/MI Simple Examples): Move node up one level. Use real
1805 examples.
1806 (GDB/MI Compatibility with CLI): Update.
1807 (GDB/MI Result Records): Add "connected" and "exit" result
1808 classes.
1809 (GDB/MI Stream Records): Clarify target output.
1810 (GDB/MI Command Description Format): Modify example description.
1811 (GDB/MI Breakpoint Table Commands): Rename to...
1812 (GDB/MI Breakpoint Commands): ...this
1813 (GDB/MI Breakpoint Commands): Add optional thread field.
1814 (GDB/MI Program Control): Add an introduction. Move "Program
1815 termination" examples into exec-run description.
1816 (GDB/MI File Commands): Mention similar CLI commands.
1817 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
1818 is similar to "-gdb-version".
1819
ddb50cd7
EZ
18202006-06-09 Eli Zaretskii <eliz@gnu.org>
1821
1822 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
1823
2aef0d6b
NR
18242006-06-02 Nick Roberts <nickrob@snap.net.nz>
1825
1826 * gdb.texinfo (GDB/MI Development and Front Ends): Use
1827 sourceware.org for mailing lists.
d5e40d59 1828 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 1829
383a5c52
NR
18302006-06-01 Nick Roberts <nickrob@snap.net.nz>
1831
d5e40d59 1832 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 1833
e16b02ee
EZ
18342006-05-22 Eli Zaretskii <eliz@gnu.org>
1835
1836 * gdb.texinfo (Cygwin Native): Fix last change.
1837
be90c084
CF
18382006-05-22 Christopher Faylor <cgf@timesys.com>
1839
1840 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
1841
347ceba5
NR
18422006-05-15 Nick Roberts <nickrob@snap.net.nz>
1843
1844 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
1845 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
1846
369af7bd
DJ
18472006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
1848
1849 * gdb.texinfo (General Query Packets): Recommend not starting
1850 new packets with qC and clarify.
1851
2ffdbde8 18522006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
1853
1854 * gdb.texinfo (M2 Types): New section.
72019c9c 1855
16d1a084
DJ
18562006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
1857
1858 * agentexpr.texi: Add a copyright and license notice.
1859 * observer.texi: Likewise, with GPL clause for function prototypes.
1860 Remove trailing whitespace.
1861
aa56d27a
JB
18622006-05-05 Jim Blandy <jimb@codesourcery.com>
1863
1864 * gdb.texinfo (General Query Packets): Document conventions for
1865 terminating packet names, and their violations.
1866
5bdf8622
DJ
18672006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
1868
1869 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
1870 * gdb.texinfo: Likewise.
1871
605a56cb
DJ
18722006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
1873
1874 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
1875 and "show remotedebug".
1876 (Debugging Output): Add additional index entries.
1877
b8db102d
MS
18782006-04-27 Michael Snyder <msnyder@redhat.com>
1879
1880 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
1881
c5e30d01
AC
18822006-04-22 Andrew Cagney <cagney@redhat.com>
1883
1884 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
1885 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
1886
8181d85f
DJ
18872006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
1888
1889 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
1890 and remove breakpoint prototypes.
1891 (Watchpoints): Move description of target_insert_hw_breakpoint and
1892 target_remove_hw_breakpoint ...
1893 (Breakpoints): ... to here. Document target_insert_breakpoint and
1894 target_remove_breakpoint.
1895
4f553f88
JB
18962006-04-17 Jim Blandy <jimb@codesourcery.com>
1897
1898 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
1899 and C packets are optional.
1900
cd852561
FR
19012006-04-14 Frederic Riss <frederic.riss@st.com>
1902
1903 * gdb.texinfo (Specifying source directories): Update the description
1904 of the source file search to reflect the fact that the source path
1905 always contains at least $cdir and $cwd.
1906
b620eb07
MS
19072006-03-31 Michael Snyder <msnyder@redhat.com>
1908
1909 * gdb.texinfo: Update copyright dates.
1910
3156cdaf
EZ
19112006-03-31 Eli Zaretskii <eliz@gnu.org>
1912
1913 * gdb.texinfo (Overview): Add an index entry to "empty response".
1914
7d30c22d
JB
19152006-03-28 Jim Blandy <jimb@codesourcery.com>
1916
1917 * gdbint.texinfo (Prologue Analysis): New section.
1918
86941c27
JB
19192006-03-07 Jim Blandy <jimb@red-bean.com>
1920
66b8c7f6
JB
1921 * gdb.texinfo (Connecting): Document 'target remote pipe'.
1922
1a10341b
JB
1923 * gdb.texinfo (Target Commands): Update text describing how to
1924 specify a target. Refer to the detailed section on remote
1925 debugging, not the brief mention.
1926
86941c27
JB
1927 * gdb.texinfo (Connecting): Organize the different 'target remote'
1928 connection methods into a table. Add a 'target remote' index
1929 entry. (!!!)
1930
62f3a2ba
FF
19312006-02-17 Fred Fish <fnf@specifix.com>
1932
1933 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
1934 'ptype' commands to reflect the fact that the only significant
1935 difference between them is that ptype prints the complete type
1936 description instead of just the name.
1937
8b9a88ea
WZ
19382006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
1939
1940 * gdbint.texinfo (Watchpoints): Delete
1941 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
1942
7e8dc855
NR
19432006-02-10 Nick Roberts <nickrob@snap.net.nz>
1944
1945 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
1946 times fields where needed. Fix typos. Update general form given
1947 for output of -break-insert.
1948 (GDB/MI): Abbreviate some unnecessarily long fullnames.
1949
c91d38aa
DJ
19502006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
1951
1952 * gdbint.texinfo (Symbol Handling): Add a section
1953 on memory management.
1954
38fcd64c
DJ
19552006-02-06 Vladimir Prus <ghost@cs.msu.su>
1956
1957 * gdb.texinfo (Breakpoint table commands): Document the fullname
1958 field in -break-list output.
1959
219eec71
EZ
19602006-02-03 Eli Zaretskii <eliz@gnu.org>
1961
1962 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
1963 debugging information produced by the various "set debug..."
1964 options.
1965
ae5a43e0
DJ
19662006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1967
1968 * gdb.texinfo (Files): Remove obsolete bits from the description
1969 of "symbol-file".
1970
a9f158ec
JB
19712006-01-25 Jim Blandy <jimb@redhat.com>
1972
1973 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
1974
410dd08e
JB
19752006-01-24 Jim Blandy <jimb@redhat.com>
1976
1977 * gdbint.texinfo (Frames): Document the basics of GDB's register
1978 unwinding model, and explain the existence of the "sentinel" frame.
1979
4b505b12
AS
19802006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
1981
1982 * gdb.texinfo (Choosing files): Mention that -directory is used
1983 for script files.
1984 (Specifying source directories): Likewise.
1985 (Command files): Explain how script files are found.
1986
839c27b7
EZ
19872006-01-21 Eli Zaretskii <eliz@gnu.org>
1988
1989 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
1990 the threads in a multi-threaded program.
1991 (Threads): The threadno argument of "thread apply" can be a range
1992 of numbers.
1993
7be93b9e
JB
19942006-01-18 Jim Blandy <jimb@redhat.com>
1995
1996 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
1997 of warning flags.
1998
fcc73fe3
EZ
19992006-01-13 Eli Zaretskii <eliz@gnu.org>
2000
2001 * gdb.texinfo (Sequences): Improve menu annotations.
2002 (Define): Add index entries for arguments of user-defined
2003 commands. Move the description of flow-control commands...
2004 (Command Files): ...to here. Document loop_break and
2005 loop_continue.
ca91424e
EZ
2006 (Define, Command Files): Document `end' and add index entries for
2007 it.
fcc73fe3 2008
5c95884b
MS
20092006-01-04 Michael Snyder <msnyder@redhat.com>
2010
2011 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 2012 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 2013
860701dc
PH
20142006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
2015
2016 * gdb.texinfo (Omissions from Ada): Document that there is now
2017 limited aggregate support.
2018
36b80e65
EZ
20192005-12-28 Eli Zaretskii <eliz@gnu.org>
2020
2021 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
2022 registers and the likes.
2023
c1468174
EZ
20242005-12-24 Eli Zaretskii <eliz@gnu.org>
2025
2026 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
2027 (Symbols): Fix usage of "e.g.".
359df76b 2028 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
2029
2030 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
2031 (Coding): Fix usage of "e.g.".
2032
c02a867d
EZ
20332005-12-23 Eli Zaretskii <eliz@gnu.org>
2034
5ae4183a
AS
2035 * stabs.texinfo:
2036 * refcard.tex:
c02a867d 2037 * gpl.texi:
5ae4183a
AS
2038 * gdbint.texinfo:
2039 * gdb.texinfo:
2040 * gdb-cfg.texi:
c02a867d 2041 * fdl.texi:
5ae4183a
AS
2042 * annotate.texinfo:
2043 * all-cfg.texi:
c02a867d
EZ
2044 * Makefile.in: Add (C) after Copyright. Update the FSF
2045 address.
2046
fad38dfa
EZ
20472005-12-03 Eli Zaretskii <eliz@gnu.org>
2048
2049 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
2050 extend GDB with commands for external monitor.
2051
53e5f3cf
AS
20522005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
2053
2054 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
2055
55f6ca0f
JB
20562005-11-25 Joel Brobecker <brobecker@adacore.com>
2057
2058 * gdbint.texinfo (Start of New Year Procedure): New chapter.
2059
c1947b85
JB
20602005-11-21 Jim Blandy <jimb@redhat.com>
2061
2062 * gdb.texinfo (Tracepoint Packets): Document restrictions on
2063 placement of 'R' actions in tracepoint action packets; document
2064 dependence of 'X' and 'M' actions on a preceding 'R' action for
2065 their registers.
2066
9d29849a
JB
20672005-11-19 Jim Blandy <jimb@redhat.com>
2068
2069 * gdb.texinfo (Tracepoint Packets): New node.
2070 (General Query Packets): Add entries for the tracepoint packets,
2071 referring to the "Tracepoint Packets" node.
2072 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 2073
9a6253be
KB
20742005-11-18 Kevin Buettner <kevinb@redhat.com>
2075
2076 * gdb.texinfo (set remotebreak): Add anchor.
2077 (X packet): Likewise.
2078 (Remote Protocol): Add new section `Interrupts' and new index
2079 entry `interrupts (remote protocol)'.
2080
5f3bebba
JB
20812005-11-18 Jim Blandy <jimb@redhat.com>
2082
2083 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
2084 entries into the General Query Packets section. Add a
2085 cross-reference to that section. Drop description of replies, as
2086 these are covered in the descriptions of each packet.
2087 (General Query Packets): Add introductory text. Explain naming
2088 conventions, and how the end of a name is recognized.
2089
9a7a1b36
KB
20902005-11-17 Kevin Buettner <kevinb@redhat.com>
2091
0564b6cf 2092 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
2093 "set remotebreak" command.
2094
b8ff78ce
JB
20952005-11-16 Jim Blandy <jimb@redhat.com>
2096
2097 * gdb.texinfo (Packets, Stop Reply Packets)
2098 (General Query Packets): Various formatting cleanups.
2099 - Use @samp for packet contents.
2100 - Drop summaries from packet @item lines; the same information appears
2101 immediately below in the description.
2102 - Delete paragraph breaks after packet @item commands, so that the
2103 description appears directly to the right of the packet prototype
2104 in the printed manual, if it fits.
2105 - Place spaces in packet prototypes between @vars and non-@var
2106 letters, and explain that they're just for formatting.
2107 - Use @dots{} instead of '...'.
2108 - Fix uses of @code where @var was needed.
2109 - Replace "deprecated" markers with English text spelling out the
2110 packet's status and the preferred alternatives.
2111 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
2112 what this ever meant.
2113 - Remove "(draft)" markers on 'i' packets; nobody has commented on
2114 this for a long time.
2115 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
2116 implemented several times, and have been in use for years.
2117
8ffe2530
JB
21182005-11-15 Jim Blandy <jimb@redhat.com>
2119
c43c5473
JB
2120 * gdb.texinfo (Packets): Add index entries for 'm' packet
2121 disclaimers.
5ae4183a 2122
fb031cdf
JB
2123 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
2124 of stub when processing an 'm' packet.
2125
8ffe2530
JB
2126 * gdb.texinfo (Packets): Mention that packets beginning with
2127 letters are reserved once, at the top, instead of actually listing
2128 them all and saying "reserved".
2129
c03c782f
AS
21302005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
2131
2132 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
2133 Change @var{$arg0 to @code{$arg0.
2134
814e32d7
WZ
21352005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
2136
2137 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
2138
fa93a9d8
JB
21392005-11-12 Jim Blandy <jimb@redhat.com>
2140
2141 * gdb.texinfo (General Query Packets): Put packets in alphabetical
2142 order. Remove extraneous 'z'.
2143
8a5a3c82
AS
21442005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
2145
2146 * gdb.texinfo (Choosing files): Add --eval-command.
2147
4b0ad762
AS
21482005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
2149
2150 * gdb.texinfo (Choosing modes): Add --return-child-result.
2151
2152
1a088d06
AS
21532005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
2154
2155 * gdb.texinfo (Choosing modes): Add --batch-silent.
2156
656d5e12
EZ
21572005-10-28 Eli Zaretskii <eliz@gnu.org>
2158
2159 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
2160 "The -var-update Command".
2161
3c9c013a
JB
21622005-10-03 Joel Brobecker <brobecker@adacore.com>
2163
2164 * gdb.texinfo (Print Settings): Add documentation for set/show
2165 print array-indexes.
2166
7ba3cf9c
DJ
21672005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
2168
2169 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
2170 6.2 and 6.3.
2171
a94ab193
EZ
21722005-08-27 Eli Zaretskii <eliz@gnu.org>
2173
2174 * gdb.texinfo (File Options): Don't document --mapped, it's gone
2175 since 19-Jan-2004.
2176 (Files): Likewise.
ab1adacd
EZ
2177 (Variables, Symbols): Document the "<incomplete type>" message and
2178 its reasons.
a94ab193 2179
ca06016a
FF
21802005-08-01 Fred Fish <fnf@specifix.com>
2181
2182 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
2183
cf58170d
NR
21842005-07-15 Nick Roberts <nickrob@snap.net.nz>
2185
2186 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
2187 option for -var-list-children and -var-update.
2188 (GDB/MI Stack Manipulation): Simplify description of
2189 print-values option for -stack-list-locals.
2190 (GDB/MI Command Description Format): Clarify.
2191 (Mode Options): Spelling of superseded.
2192
38f1196a
BR
21932005-07-12 Bob Rossi <bob@brasko.net>
2194
2195 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
2196 corresponding GDB command comment.
2197
3cb3b8df
BR
21982005-07-06 Bob Rossi <bob@brasko.net>
2199
2200 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
2201 and -inferior-tty-show.
2202 (Input/Output): Document "set/show inferior-tty" and tty alias.
2203
10fac096
NW
22042005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
2205
2206 * gdb.texinfo (Packets): Change description of 'D' packet to note
2207 that GDB does wait for a response.
2208
d1b6db76
NR
22092005-06-22 Nick Roberts <nickrob@snap.net.nz>
2210
2211 * gdb.texinfo (History) Rename "Command History".
2212 (Command History): Move node "Server Prefix" from section on
2213 Annotations here.
2214
29629dcf
NR
22152005-06-19 Nick Roberts <nickrob@snap.net.nz>
2216
2217 * gdb.texinfo (GDB/MI Stack Manipulation):
2218 Re-instate -stack-info-frame with example. Say that it gets
2219 info on selected frame, not current frame.
2220
397ca115
EZ
22212005-06-18 Eli Zaretskii <eliz@gnu.org>
2222
2223 * gdb.texinfo (Server): Clarify that `file' should be used before
2224 connecting to the server.
2225 (Files): Add an xref to the above description.
51274035
EZ
2226 (Output Formats): More detailed description of the `c' format.
2227 (Memory): List explicitly all the formats supported by `x'.
638ac427 2228 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 2229 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
2230 files. Add more indexing for solib-absolute-prefix and
2231 --with-sysroot.
76d17f34
EZ
2232 (Machine Code): Document possible problems with locations in
2233 shared libraries.
d416eeec
EZ
2234 (Backtrace): Document that free-standing environments do not need
2235 to have a `main' function.
397ca115 2236
74f6deaa
NR
22372005-06-18 Nick Roberts <nickrob@snap.net.nz>
2238
2239 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
2240 -stack-info-frame.
2241
a9967aef
AC
22422005-06-07 Andrew Cagney <cagney@gnu.org>
2243
2244 * gdb.texinfo (Contributors): Note the original multi-arch
2245 contributors.
2246
e09f16f9
EZ
22472005-06-03 Eli Zaretskii <eliz@gnu.org>
2248
2249 * gdb.texinfo (Registers): Add index entries for the standard
2250 registers.
2251 (Frames): Add cross-reference from frame pointer description to
2252 the Registers node.
2253 (Annotations Overview): Fix the reference to GDB name.
2254
d87ba7ee
EZ
22552005-06-01 Eli Zaretskii <eliz@gnu.org>
2256
2257 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
2258 can-use-hw-watchpoints.
2259
034dad6f
BR
22602005-05-28 Bob Rossi <bob@brasko.net>
2261
2262 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
2263 the possible reasons why an exec async record would be returned to FE.
2264
ffed4509
AC
22652005-05-26 Andrew Cagney <cagney@gnu.org>
2266
2267 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
2268 Andrew Cagney implemented the original GDB/MI.
2269
e22e55c9
OF
22702005-05-23 Orjan Friberg <orjanf@axis.com>
2271
2272 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
2273 documentation. Add documentation for cris-mode.
2274
a78e13ce
EZ
22752005-05-20 Eli Zaretskii <eliz@gnu.org>
2276
2277 * gdb.texinfo (Numbers): Explain the example and make the wording
2278 more acurate.
2279
76ff342d
DJ
22802005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
2281 Dennis Brueni <dennis@slickedit.com>
2282
2283 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
2284 (GDB/MI Data Manipulation, GDB/MI Program Control)
2285 (GDB/MI Stack Manipulation): Update examples to include the fullname
2286 attribute in stack frames.
2287
119b882a
EZ
22882005-05-12 Eli Zaretskii <eliz@gnu.org>
2289
2290 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
2291 do with other non-standard names of init files.
2292
6fc08d32
EZ
22932005-05-11 Eli Zaretskii <eliz@gnu.org>
2294
2295 * gdb.texinfo (Command Files): Move the description of the startup
2296 from here...
2297 (Startup): ...to this new subsection of the Invocation chapter.
2298 Rearrange the description of init files more logically and add a
2299 cross-reference to "Command Files". Document the special gdbinit
2300 name for CISCO 68k. Expand the description of what GDB does
2301 during startup.
2302 (History): Add index entry for HISTSIZE.
2303
a561754a
MK
23042005-05-02 Mark Kettenis <kettenis@gnu.org>
2305
2306 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
2307
2eecc4ab
EZ
23082005-05-02 Eli Zaretskii <eliz@gnu.org>
2309
2310 * gdb.texinfo (SVR4 Process Information, The isatty call)
2311 (The system call): Don't use foo(N) notation for man pages and
2312 functions.
514c4d71 2313 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 2314
18999be5
EZ
23152005-04-27 Eli Zaretskii <eliz@gnu.org>
2316
2317 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
2318 were optimized away.
2319
0abb7bc7
EZ
23202005-04-22 Eli Zaretskii <eliz@gnu.org>
2321
2322 * gdb.texinfo (Remote configuration): Document "set/show
2323 get-thread-local-storage-address". Add cross-reference to the
2324 description of the qGetTLSAddr packet.
2325 (General Query Packets): Mention "set remote
2326 get-thread-local-storage-address" and add a reference to its
2327 description.
2328
6f61acb1
NR
23292005-04-19 Nick Roberts <nickrob@snap.net.nz>
2330
2331 * gdb.texinfo (Backtrace): Describe 'bt full'.
2332
9d59903a
NR
23332005-04-17 Nick Roberts <nickrob@snap.net.nz>
2334
2335 * gdb.texinfo (Mode Options): Fix typo.
2336 (GDB/MI): Describe how to invoke GDB/MI.
2337
721c2651
EZ
23382005-04-16 Eli Zaretskii <eliz@gnu.org>
2339
2340 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 2341 references changed. Add description of "info udot".
721c2651
EZ
2342 (Files): Document "set/show stop-on-solib-events".
2343 (M32R/D): Document "set/show download-path", "set/show
2344 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
2345 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
2346 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
2347 (Maintenance Commands): Improve indexing.
2348 (Target Commands): Document "set/show hash", "set/show debug
2349 monitor".
2350 (SVR4 Process Information): Document "info pidlist" and "info
2351 meminfo". Document "set/show procfs-tarce" and "set/show
2352 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
2353 (Symbols, The Print Command with Objective-C): Improve indexing.
2354 (Objective-C): Add references to "info classes" and "info
2355 selectors".
c45da7e6
EZ
2356 (Debugging Output): Improve wording. Document "set/show debug
2357 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
2358 (Set Breaks): Add index entry for "hardware breakpoints".
2359 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
2360 and "set/show usehardbreakpoints".
2361 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
2362 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
2363 (ARM): Document "rdilogfile", "rdilogenable", "set/show
2364 rdiromatzero", "set/show rdiheartbeat".
2365 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
2366 "sds".
2367 (Embedded Processors): Document the "sim" command.
2368 (Remote): Document the "remote" command.
2369 (DJGPP Native): Document the "info serial" command.
2370 (Threads): Document "maint info sol-threads".
2371 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
2372 (Set Breaks): Improve indexing.
2373 (Command Syntax): Add a reference to dont-repeat.
2374 (Define): Document "dont-repeat".
2375 (TUI Commands): Document "tabset".
2376 (WinCE): New subsection. Document "set/show remotedirectory",
2377 "set/show remoteupload", "set/show remoteaddhost".
721c2651 2378
14d6dd68
EZ
23792005-04-15 Eli Zaretskii <eliz@gnu.org>
2380
2381 * gdb.texinfo (Hurd Native): New subsection, documents
2382 Hurd-specific commands.
a64548ea 2383 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 2384 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
2385 (MIPS): Improve documentation of heuristic-fence-post. Document
2386 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
2387 mips stack-arg-size", "set/show mips mask-address", "set/show mips
2388 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 2389 (ARM): Document ARM-specific commands.
a64548ea
EZ
2390 (AVR): New section. Document "info io_registers".
2391 (CRIS): New section. Document "set/show cris-version" and
2392 "set/show cris-dwarf2-cfi".
2393 (HPPA): New section. Document "set/show debug hppa" and "maint
2394 print unwind".
a5adf40f 2395 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 2396 (Super-H): New section. Document the "regs" command.
721c2651 2397 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 2398
9c16f35a
EZ
23992005-04-09 Eli Zaretskii <eliz@gnu.org>
2400
2401 * gdb.texinfo (Print Settings): Document "set/show print
2402 pascal_static-members", "set print repeats", "show print
2403 null-stop". Improve indexing. Fix documentation of "set print
2404 union".
2405 (Pascal): New section.
2406 (Supported languages): Rename from "Support"; all references
2407 updated. Add a menu item for Pascal.
2408 (Numbers): Document "set radix.
2409 (Screen Size): Document "set/show pagination".
2410 (MIPS Embedded): Remove "set processor" documentation.
2411 (Remote configuration): Document "set/show X/P/Z-packet",
2412 "set/show read-aux-vector-packet", "set/show remote
2413 symbol-lookup-packet", "set/show remote verbose-resume-packet",
2414 "set/show remoteaddresssize", "set/show remotebaud", "set/show
2415 remotedebug", "set/show remotebreak", "set/show remotedevice",
2416 "set/show remotelogfile".
2417 (Auxiliary Vector): Add reference to the description of the
2418 read-aux-vector-packet setting.
2419 (Set Watchpoints): Add a cross-reference to "set remote
2420 hardware-breakpoint-limit".
2421 (General Query Packets): Add indexing of requests and
2422 cross-references to related commands in "Remote configuration".
2423 (File-I/O Overview, The system call): Fix wording and typos.
2424 (Thread Stops): Add index entries.
2425 (Continuing and Stepping): Document "show step-mode".
2426 (i386): New node. Document "set/show struct-convention".
2427 (Files): Document "show trust-readonly-sections".
2428 (Calling): Document "set/show unwindonsignal".
2429 (Messages/Warnings): Add index entries.
2430 (Maintenance Commands): Document "set/show watchdog".
2431 (Annotations Overview): Document "show annotate".
2432 (Set Watchpoints): Add index entries.
2433 (Symbols): Fix doc of case-sensitive.
2434 (ABI): Document "show coerce-float-to-double".
2435 (Convenience Vars, Help): Improve indexing.
2436 (Machine Code): Document "show disassembly-flavor".
2437 (Debugging C plus plus): Document "show overload-resolution".
2438 (Value History, Signaling): Add index entries.
2439
24402005-04-08 Eli Zaretskii <eliz@gnu.org>
2441
2442 * gdb.texinfo (Show): Move @kindex entries to their proper places.
2443 (Processes): Fix wording.
2444 (History, List, Logging output, Define, Symbols, Print Settings):
2445 Improve indexing.
2446
a8f24a35
EZ
24472005-04-03 Eli Zaretskii <eliz@gnu.org>
2448
2449 * gdb.texinfo (Targets): Document "set/show architecture". Remove
2450 redundant index entry for "target" command.
2451 (Backtrace): Add index entries.
2452 (Symbols, Fortran): Document the "set case-sensitive" command.
2453 (DJGPP Native): Document "set com1base", "set com1irq", etc.
2454 (Print Settings): Add index entry for "set demangle-style".
2455 (Target Commands): Document "set download-write-size".
2456 (Debugging Output): Document "set exec-done-display".
2457
09d4efe1
EZ
24582005-04-02 Eli Zaretskii <eliz@gnu.org>
2459
2460 * gdb.texinfo (Files): Fix the name and documentation of
2461 add-shared-symbol-files. Document its alias assf. Update the
2462 list of OSs where GDB supports shared libraries. Fix markup.
2463 (Continuing and Stepping): Add reference to @var{location} in the
2464 text.
2465 (Dump/Restore Files): Fix reference to @{filename}.
2466 (Help): Fix wording.
2467 (Attach): Ditto.
2468 (Set Watchpoints): Ditto.
2469 (Backtrace): Remove redundant index entries. Improve index
2470 entries.
2471 (Delete Breaks): Fix wording.
2472 (Memory): Document the compare-sections command.
2473 (Memory Region Attributes): Improve wording.
2474 (Disabling): Improve wording.
2475 (Fortran): New subsection. Document the "info common" command.
2476 (Help): Document aliases "info copying" and "info warranty".
2477 (Caching Remote Data): New section. Document the "set/show
2478 remotecache" and "info dcache" commands.
2479 (Show): Fix wording of the documentation of the "set
2480 extension-language" command.
2481 (Signals): Add index entry for "info handle".
2482 (Memory Region Attributes): Fix punctuation.
2483 (Symbols): Change the arg name to "location" and refer to it in
2484 the text. Fix wording of "info types" doc.
2485 (Threads): Fix usage of @enumerate @item's.
2486 (Listing Tracepoints): Add index entry for "info tp".
2487 (Set Watchpoints): Add xref to "info break" description.
2488 (Macros): Add an index entry for "macro exp1". Document the
2489 "macro list" command.
2490 (Maintenance Commands): Document "flushregs", "maint agent",
2491 "maint check-symtabs", "maint cplus", "maint demangle", "maint
2492 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
2493 "maint print architecture", "maint print objfiles", "maint print
2494 statistics", "maint print type", "maint show-debug-regs", "maint
2495 space", "maint time", and "maint translate-address".
2496 (Connecting): Document the "monitor" command.
2497 (Annotations Overview): Describe the "set annotate" command.
2498
82f2d802
EZ
24992005-04-01 Eli Zaretskii <eliz@gnu.org>
2500
2501 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
2502 Rearrange index entries and improve wording about support for
2503 hardware watchpoints.
2504
7d51c7de
BR
25052005-03-10 Bob Rossi <bob@brasko.net>
2506
2507 * gdb.texinfo: Update copyright
2508
68c71a2e
TR
25092005-02-09 Theodore A. Roth <troth@openavr.org>
2510
2511 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
2512 error.
2513
83761cbd
KB
25142005-02-03 Kevin Buettner <kevinb@redhat.com>
2515
2516 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
2517
9f1c6395
MS
25182005-01-17 Michael Snyder <msnyder@redhat.com>
2519
2520 * gdb.texinfo: Fix spelling, infinte -> infinite.
2521
fbd1b305
MK
25222005-01-08 Mark Kettenis <kettenis@gnu.org>
2523
2524 * observer.texi (GDB Observers): Document "solib_loaded".
2525
3ace7edb
AC
25262005-01-07 Andrew Cagney <cagney@gnu.org>
2527
bec39cab
AC
2528 * configure.ac: Rename configure.in, require autoconf 2.59.
2529 * configure: Re-generate.
2530
3ace7edb
AC
2531 * configure.in: Replace configdirs with multiple references to
2532 AC_CONFIG_SUBDIRS.
2533 * configure: Re-generate.
5ae4183a 2534
53531fc1
AC
25352005-01-04 Andrew Cagney <cagney@gnu.org>
2536
2537 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
2538 part of the version number.
2539
536ffdb7
MK
25402004-12-24 Mark Kettenis <kettenis@gnu.org>
2541
2542 * gdbint.texinfo (Algorithms): Remove description of
2543 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
2544
e1aac25b
JB
25452004-12-07 Jim Blandy <jimb@redhat.com>
2546
2547 * gdb.texinfo (General Query Packets): Specify that thread ID's in
2548 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
2549 numbers.
2550
f47b1503
AS
25512004-12-07 Andreas Schwab <schwab@suse.de>
2552
2553 * gdb.texinfo (Mode Options): Document -l option.
2554
b6b8ece6
EZ
25552004-12-04 Eli Zaretskii <eliz@gnu.org>
2556
2557 * gdbint.texinfo (Algorithms): More accurate description of
2558 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
2559 is not needed unless data-read and data-access watchpoints are
2560 supported. Add a description of how GDB checks whether the
2561 inferior stopped because a watchpoint was hit.
2562
01371747
EZ
25632004-11-23 Eli Zaretskii <eliz@gnu.org>
2564
2565 * gdb.texinfo (Files): Add cross-reference to description of
2566 -readnow command-line switch.
2567
2315ffec
RC
25682004-11-10 Randolph Chung <tausq@debian.org>
2569
2570 * gdb.texinfo: Document set/show backtrace past-entry commands.
2571 Rearrange index entries for set/show backtrace past-main.
2572
69065f5d
AC
25732004-11-10 Jon Beniston <jon@beniston.com>
2574
2575 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
2576 * gdb.texinfo (Remote Serial Protocol): Further describe
2577 binary transfer escaping mechanism .
69065f5d 2578
30e91e0b
RC
25792004-11-08 Randolph Chung <tausq@debian.org>
2580
2581 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
2582 and "show debug infrun". Add index entries.
2583
60bf7e09
EZ
25842004-10-23 Eli Zaretskii <eliz@gnu.org>
2585
2586 * gdb.texinfo (SVR4 Process Information): Document subcommands of
2587 "info proc" that are already implemented. Add index entries.
2588 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
2589 (Files): Add a tip for decreasing memory used for symtabs from
2590 shared libraries.
f018e82f
EZ
2591 (Starting): Fix whitespace; make "elaboration" stand out where it
2592 is first used, and add an index entry for the term.
f8568604
EZ
2593 (Calling): Expand and elaborate text. Add "print". Add the
2594 description of problems with weak aliases.
384ee23f 2595 (Core File Generation): New section.
60bf7e09 2596
d52fe014
AC
25972004-10-12 Andrew Cagney <cagney@gnu.org>
2598
2599 * gdbint.texinfo (Versions and Branches): New chapter.
2600 (Releasing GDB): Delete "Versions and Branches" section.
2601 (Top): Add "Versions and Branches".
2602
703663ab
EZ
26032004-10-08 Eli Zaretskii <eliz@gnu.org>
2604
2605 * gdb.texinfo (Editing, History): Add cross-references to the
2606 included Readline and History user documentation. Remove
2607 references to the symbol have-readline-appendices which is unused
2608 and undefined.
2609 (History): Fix indexing.
2610
ac77d04f
JJ
26112004-10-08 Jeff Johnston <jjohnstn@redhat.com>
2612
2613 * gdbint.texinfo (target_stopped_data_address): Update to
2614 new prototype.
2615 (i386_stopped_data_address): Update prototype and description.
2616 (i386_stopped_by_watchpoint): New function and description.
2617
e07c999f
PH
26182004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
2619
2620 * gdb.texinfo (Filenames): Add Ada suffixes.
2621 (Ada) New section.
2622
2e868123
AC
26232004-09-27 Andrew Cagney <cagney@gnu.org>
2624 Robert Picco <Robert.Picco@hp.com>
2625
2626 * gdb.texinfo (Packets): Document the "p" packet.
2627
02a57714
JM
26282004-09-21 Jason Molenda (jmolenda@apple.com)
2629
2630 * gdb.texinfo (Paths and Names of the Source Files): Document the
2631 meaning of values in the 'desc' field of a SO stab.
2632
ae038cb0
DJ
26332004-09-20 Daniel Jacobowitz <dan@debian.org>
2634
2635 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
2636 max-cache-age" and "maint show dwarf2 max-cache-age".
2637
f7dc1244
EZ
26382004-09-16 Eli Zaretskii <eliz@gnu.org>
2639
2640 * gdb.texinfo (Set Breaks): Add index entry for setting
2641 breakpoints on overloaded C++ functions that are not members of
2642 any classes. Add an example and an index entry for setting
2643 breakpoints on all program functions.
2644 (Character Sets, Macros, Overlay Commands)
2645 (Non-debug DLL symbols, GDB/MI Output Syntax)
2646 (Annotations Overview, Maintenance Commands, File-I/O Overview):
2647 Use "(@value{GDBP})" instead of a literal "(gdb)".
2648
f810308b
AC
26492004-09-12 Andrew Cagney <cagney@gnu.org>
2650
2651 * gdbint.texinfo (Native Debugging): Delete description of
2652 FILES_INFO_HOOK.
2653
15a661f3
PH
26542004-09-11 Paul Hilfinger <hilfinger@gnat.com>
2655
5ae4183a
AS
2656 * gdbint.texinfo (User Interface): Change local_hex_string_custom
2657 to hex_string_custom (not historically correct, but more
15a661f3
PH
2658 understandable, given the current code).
2659
f3219c75
AC
26602004-09-03 Andrew Cagney <cagney@gnu.org>
2661
2662 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
2663
f3bb6704
JJ
26642004-09-01 Jeff Johnston <jjohnstn@redhat.com>
2665
2666 * observer.texi (solib_unloaded): New observer.
2667
8d2c00cb
AC
26682004-08-24 Andrew Cagney <cagney@gnu.org>
2669
2670 * gdbint.texinfo (Target Architecture Definition): Add missing
2671 comma.
2672
e7dc800a
MC
26732004-08-20 Michael Chastain <mec.gnu@mindspring.com>
2674
2675 * (Using the Testsuite): build != host is supported,
2676 but some test scripts do not support build != host.
2677
73b03683
MK
26782004-08-14 Mark Kettenis <kettenis@gnu.org>
2679
2680 * gdbint.texinfo (Host Definition): Delete description of
2681 FCLOSE_PROVIDED and GETENV_PROVIDED.
2682
c0ccb908
MK
26832004-08-05 Mark Kettenis <kettenis@chello.nl>
2684
2685 * gdbint.texinfo (Host Definition): Delete description of
2686 NO_SYS_FILE.
2687 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
2688 PTRACE_FP_BUG.
2689
9c8dbfa9
AC
26902004-08-05 Andrew Cagney <cagney@gnu.org>
2691
2692 * gdbint.texinfo (Target Architecture Definition): Delete
2693 reference to deprecated_read_fp.
2694
f42accbe
AC
26952004-08-02 Andrew Cagney <cagney@gnu.org>
2696
2697 * gdbint.texinfo (Target Architecture Definition): Delete
2698 description of DEPRECATED_REGISTER_BYTES.
2699
0b66e38c
EZ
27002004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2701
2702 * gdb.texinfo (Source Path): Document the new behavior of
2703 searching for the source files.
2704
15387254
EZ
27052004-07-17 Eli Zaretskii <eliz@gnu.org>
2706
2707 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
2708 (Search, Expressions, Arrays, Variables, Data, Machine Code)
2709 (Auto Display): Improve indexing.
2710
2c07db7a
AC
27112004-07-16 Andrew Cagney <cagney@gnu.org>
2712
2713 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
2714 "-noasync".
2715
4644b6e3
EZ
27162004-07-09 Eli Zaretskii <eliz@gnu.org>
2717
2718 * gdb.texinfo: Fix @kindex entries so that multiple commands that
2719 have the same prefix have only their prefix in the index.
2720
7561d450
MK
27212004-07-03 Mark Kettenis <kettenis@gnu.org>
2722
2723 * gdb.texinfo (BSD libkvm Interface): New node (section)
2724 (Native): Add it to the menu.
2725
67bebe79
MK
27262004-07-01 Mark Kettenis <kettenis@gnu.org>
2727
2728 * gdbint.texinfo (Target Architecture Definition): Remove
2729 PCC_SOL_BROKEN.
2730
1a6923e0
MK
27312004-06-24 Mark Kettenis <kettenis@gnu.org>
2732
2733 * gdbint.texinfo (Target Architecture Definition): Remove
2734 SUN_FIXED_LBRAC_BUG.
2735
b435e160
AC
27362004-06-26 Andrew Cagney <cagney@gnu.org>
2737
2738 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
2739
b5622e8d
AC
27402004-06-20 Andrew Cagney <cagney@gnu.org>
2741
2742 * gdbint.texinfo (Target Architecture Definition): Deprecate
2743 USE_STRUCT_CONVENTION.
2744
e0c07bf0
MC
27452004-06-19 Michael Chastain <mec.gnu@mindspring.com>
2746
2747 gdb.texinfo (Bug Reporting): Mention session recording,
2748 with the script command or Emacs.
2749
782263ab
AC
27502004-06-18 Andrew Cagney <cagney@gnu.org>
2751
2752 * gdbint.texinfo (Target Architecture Definition): Deprecate
2753 FUNCTION_START_OFFSET.
2754
03727ca6
AC
27552004-06-14 Andrew Cagney <cagney@gnu.org>
2756
2757 Based on changes from Karl Berry.
2758 * gdb.texinfo: Do not use @sc in a direntry.
2759 * stabs.texinfo: Change @dircateogry to "Software development".
2760 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
2761
97092415
AC
27622004-06-13 Andrew Cagney <cagney@gnu.org>
2763
2764 * gdbint.texinfo (Target Architecture Definition): Delete
2765 description of RETURN_VALUE_ON_STACK.
2766
1f6d4158
AC
27672004-06-09 Andrew Cagney <cagney@gnu.org>
2768
2769 * gdbint.texinfo (Native Debugging): Restore "@table @code"
2770 deleted by previous patch.
2771
d966f0cb
AC
27722004-06-08 Andrew Cagney <cagney@gnu.org>
2773
2774 * gdbint.texinfo (Native Debugging): Delete documentation on
2775 ATTACH_DETACH.
2776
86fe4aaa
RC
27772004-06-06 Randolph Chung <tausq@debian.org>
2778
2779 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
2780
d4b6d575
RC
27812004-06-06 Randolph Chung <tausq@debian.org>
2782
5ae4183a 2783 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
2784 the new push_dummy_call method signature. Describe the function
2785 argument.
2786
4e8b0763
JB
27872004-05-24 Joel Brobecker <brobecker@gnat.com>
2788
2789 * gdb.texinfo (Starting): Document new start command.
2790
59caf092
AC
27912004-05-21 Andrew Cagney <cagney@redhat.com>
2792
2793 * observer.texi (GDB Observers): Document "inferior_created".
2794
e4a2df64
AC
27952004-05-08 Andrew Cagney <cagney@redhat.com>
2796
e6b55ae2
AC
2797 * gdbint.texinfo (Target Architecture Definition): Delete
2798 description of DO_DEFERRED_STORES.
2799
28954179
AC
2800 * gdbint.texinfo (Target Architecture Definition): Delete
2801 references to DEPRECATED_FIX_CALL_DUMMY.
2802
434b87dd
AC
2803 * gdbint.texinfo (Target Architecture Definition): Delete
2804 description of DEPRECATED_CALL_DUMMY_WORDS,
2805 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
2806
58d28df8
AC
2807 * gdbint.texinfo (Target Architecture Definition): Delete
2808 description of DEPRECATED_PUSH_DUMMY_FRAME.
2809
e4a2df64
AC
2810 * gdbint.texinfo (Target Architecture Definition): Delete
2811 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
2812
2b4855ab
AC
28132004-05-07 Andrew Cagney <cagney@redhat.com>
2814
2815 * observer.texi (GDB Observers): Add "Debugging" section. Include
2816 cross reference to "set/show debug observer".
2817 * gdb.texinfo (Debugging Output): Document "set/show debug
2818 observer".
2819
fcf70625
AC
28202004-05-01 Andrew Cagney <cagney@redhat.com>
2821
2822 * gdbint.texinfo (Target Architecture Definition): Delete
2823 description of DEPRECATED_PC_IN_SIGTRAMP.
2824
8ee56bcf
AC
28252004-04-30 Andrew Cagney <cagney@redhat.com>
2826
2827 * gdbint.texinfo (Target Architecture Definition): Delete
2828 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
2829
67ab9a76
OF
28302004-04-30 Orjan Friberg <orjanf@axis.com>
2831
2832 * observer.texi (GDB Observers): Correct spelling.
2833
79346bcb
OF
28342004-04-26 Orjan Friberg <orjanf@axis.com>
2835
2836 * observer.texi (GDB Observers): Add target_changed event.
2837
7a464420
AC
28382004-04-08 Andrew Cagney <cagney@redhat.com>
2839
2840 * observer.texi (GDB Observers): Rework, provide generic observer
2841 definitions and then a list of observable events.
2842
6cdf9d98
AC
28432004-04-04 Andrew Cagney <cagney@redhat.com>
2844
2845 * gdbint.texinfo (Host Definition): Delete reference to
2846 NO_SIGINTERRUPT.
2847
ddc135a4
AC
28482004-04-02 Andrew Cagney <cagney@redhat.com>
2849
2850 * gdbint.texinfo (Target Architecture Definition): Delete
2851 reference to DEPRECATED_CALL_DUMMY_LENGTH.
2852
6a1b180d
SC
28532004-03-28 Stephane Carrez <stcarrez@nerim.fr>
2854
2855 * gdb.texinfo (TUI Commands): Document tui reg commands.
2856
d0d5df6f
AC
28572004-03-26 Andrew Cagney <cagney@redhat.com>
2858
2859 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
2860 "gdbtui".
2861 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
2862 (Contributors): Mention both Text and Terminal User Interface.
2863
aa2a3f87
AC
28642004-03-23 Andrew Cagney <cagney@redhat.com>
2865
2866 * gdbint.texinfo (Target Architecture Definition): Deprecate
2867 references to SIGTRAMP_START and SIGTRAMP_END.
2868
f561f026
AC
28692004-03-23 Andrew Cagney <cagney@redhat.com>
2870
2871 * gdbint.texinfo (Target Architecture Definition): Deprecate
2872 references to PC_IN_SIGTRAMP.
2873
33cb8b0f
AC
28742004-03-19 Andrew Cagney <cagney@redhat.com>
2875
2876 * gdbint.texinfo (Target Architecture Definition): Delete
2877 reference to GDB_TARGET_IS_HPPA.
2878
fc989b7a
AC
28792004-03-18 Andrew Cagney <cagney@redhat.com>
2880
2881 * gdbint.texinfo (Coding): Update section on gdbarch_data,
2882 describe pre_init and post_init.
2883
701b08bb
DJ
28842004-03-09 Daniel Jacobowitz <drow@mvista.com>
2885
2886 * gdb.texinfo (Debugging Output): Document values for "set debug
2887 target".
2888
faae5abe
AC
28892004-02-28 Andrew Cagney <cagney@redhat.com>
2890
2891 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
2892
dd79a6cf
JJ
28932004-02-26 Jeff Johnston <jjohnstn@redhat.com>
2894
2895 * gdb.texinfo (breakpoints): Add information about the
2896 new "set breakpoint pending" and "show breakpoint pending"
2897 commands.
2898
e7f16015
AC
28992004-02-26 Andrew Cagney <cagney@redhat.com>
2900
2901 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
2902 in Per-architecture module data section.
2903
7161a3a6
RM
29042004-02-25 Roland McGrath <roland@redhat.com>
2905
2906 * gdb.texinfo (General Query Packets): Document qPart:... packets.
2907
2154891a
AC
29082004-02-24 Andrew Cagney <cagney@redhat.com>
2909
2910 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
2911 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
2912 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 2913
6c74ac8b
AC
29142004-02-17 Andrew Cagney <cagney@redhat.com>
2915
2916 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
2917
19772a2c
AC
29182004-02-16 Andrew Cagney <cagney@redhat.com>
2919
2920 * gdbint.texinfo (Target Architecture Definition): Deprecate
2921 FRAMELESS_FUNCTION_INVOCATION.
2922
c9830293
AC
29232004-02-16 Andrew Cagney <cagney@redhat.com>
2924
2925 * gdbint.texinfo (Coding): Mention -Wunused-function.
2926
b9d26eb9
AC
29272004-02-14 Andrew Cagney <cagney@redhat.com>
2928
2929 * gdbint.texinfo (Target Architecture Definition): Delete
2930 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
2931
49efadf5
EZ
29322004-02-12 Elena Zannoni <ezannoni@redhat.com>
2933
2934 * gdb.texinfo: Properly quote the name "C++".
2935 * gdbint.texinfo: Ditto.
2936 * stabs.texinfo: Ditto.
2937
1eb288ea
EZ
29382004-02-11 Elena Zannoni <ezannoni@redhat.com>
2939
2940 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
2941 minimal information about libiberty.
2942
e4937fc1
MC
29432004-02-06 Michael Chastain <mec.gnu@mindspring.com>
2944
2945 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
2946
a9331b3f
RM
29472004-02-04 Roland McGrath <roland@redhat.com>
2948
2949 * gdb.texinfo (Auxiliary Vector): New node (section).
2950 (Data): Add it to the menu.
2951
2650777c
JJ
29522004-02-02 Jeff Johnston <jjohnstn@redhat.com>
2953
2954 * gdb.texinfo (Breakpoints): Add information about pending
2955 breakpoint support.
2956
b4501125
AC
29572004-01-26 Andrew Cagney <cagney@redhat.com>
2958
2959 * gdb.texinfo (Overview): Delete references to the cisco protocol
2960 including the "N" response.
2961
74055713
AC
29622004-01-26 Andrew Cagney <cagney@redhat.com>
2963
2964 * gdbint.texinfo (Target Architecture Definition): Rename
2965 EXTRACT_STRUCT_VALUE_ADDRESS to
2966 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 2967
3bbe9696
EZ
29682004-01-24 Eli Zaretskii <eliz@gnu.org>
2969
2970 * gdb.texinfo (KOD): Document "show os". Add index entries for
2971 "set/show os" and "info cisco" commands.
2972
5843504f
EZ
29732004-01-21 Eli Zaretskii <eliz@gnu.org>
2974
2975 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
2976
9175c9a3
MC
29772004-01-19 Michael Chastain <mec.gnu@mindspring.com>
2978
2979 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
2980 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
2981
8e94b928
NR
29822004-01-19 Nick Roberts <nick@nick.uklinux.net>
2983
2984 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
2985 -stack-list-locals.
2986 (GDB/MI Variable Objects): Describe extension to
2987 -var-list-children.
2988
a20cf136
DJ
29892004-01-17 Daniel Jacobowitz <drow@mvista.com>
2990
2991 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
2992
afb18d0f
AC
29932004-01-17 Andrew Cagney <cagney@redhat.com>
2994
2995 * gdbint.texinfo (Target Architecture Definition): Delete
2996 documentation on DEPRECATED_NPC_REGNUM.
2997
b51970ac
DJ
29982004-01-13 Daniel Jacobowitz <drow@mvista.com>
2999
3000 * gdb.texinfo: Update copyright year. Mention that set
3001 follow-fork-mode is supported on GNU/Linux. Remove documentation of
3002 "set follow-fork-mode ask".
3003
0f0cffd2
AC
30042004-01-13 Andrew Cagney <cagney@redhat.com>
3005
3006 * gdbint.texinfo: Update copyright year.
3007 (Coding): Add -Wunused-label to list of -Werror warnings.
3008
c552b3bb 30092004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 3010 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
3011
3012 * gdb.texinfo: Update copyright.
3013 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
3014 around names, as appropriate. Minor syntax cleanup of
3015 _NSPrintForDebugger explanation. Two spaces after periods.
3016 GDBN used instead of lit. "gdb". Index entries added for
3017 print-object and _NSPrintForDebugger. @noindent added in one spot.
3018
afe157ca
EZ
30192003-11-11 Elena Zannoni <ezannoni@redhat.com>
3020
3021 * stabs.texinfo: Add dircategory and direntry commands.
3022 * annotate.texinfo: Ditto.
3023
963e2bb7
AC
30242003-11-10 Andrew Cagney <cagney@redhat.com>
3025
3026 * gdbint.texinfo (Target Architecture Definition): Replace the
3027 return_value method's "inval" and "outval" parameters with
3028 "readbuf" and "writebuf".
3029
1d8b2f28
JB
30302003-10-28 Jim Blandy <jimb@redhat.com>
3031
3032 * gdb.texinfo (The F request packet, The F reply packet): Renamed
3033 from "The `F' request packet" and "The `F' reply packet", to make
3034 texi2dvi happy.
3035 (File-I/O remote protocol extension): Update menu entries, too.
3036
36d86913
MC
30372003-10-26 Michael Chastain <mec@shout.net>
3038
3039 * gdb.texinfo (Thread Stops): Document the issue with
3040 premature return from system calls in multi-threaded programs.
3041
ce2826aa
AC
30422003-10-24 Andrew Cagney <cagney@redhat.com>
3043
3044 * annotate.texinfo: Fix "fortunatly"[sic].
3045
f24c5e49
KI
30462003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
3047
3048 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
3049 with "Hitachi" and "Mitsubishi".
3050
92ad9cd9
AC
30512003-10-20 Andrew Cagney <cagney@redhat.com>
3052
3053 * gdbint.texinfo (Target Architecture Definition): Document
3054 gdbarch_return_value. Add cross references from
3055 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
3056 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
3057
0ab4b752
MK
30582003-10-18 Mark Kettenis <kettenis@gnu.org>
3059
3060 * gdbint.texinfo (Target Architecture Definition): Document
3061 regset_from_core_section.
fb3e19c0
KI
3062
30632003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
3064
3065 * gdb.texinfo (M32R/D): Mention m32rsdi target.
3066
a9331b3f 30672003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
3068
3069 From Anthony Green <green@redhat.com>:
5ae4183a 3070 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 3071
1485d690
KB
30722003-10-14 Kevin Buettner <kevinb@redhat.com>
3073
3074 * gdb.texinfo (Breakpoint related warnings): New node.
3075 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 3076
86d30acc
DJ
30772003-10-13 Daniel Jacobowitz <drow@mvista.com>
3078
3079 * gdb.texinfo (Remote Protocol): Document v and vCont.
3080
172c2a43
KI
30812003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
3082
3083 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
3084 * gdbint.texinfo: Ditto.
3085
71952f4c
AC
30862003-10-09 Andrew Cagney <cagney@redhat.com>
3087
3088 From 2003-09-18 David Anderson <davea@sgi.com>:
3089 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
3090 "command".
3091
268e2188
AC
30922003-10-03 Andrew Cagney <cagney@redhat.com>
3093
3094 * gdbint.texinfo (Target Architecture Definition): Deprecate
3095 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
3096 just target.
3097
12c266ea 30982003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 3099
f30992d4 3100 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
3101 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
3102 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
3103 * gdbint.texinfo (Target Architecture Definition): Rename
3104
31052003-09-30 Andrew Cagney <cagney@redhat.com>
3106
f30992d4 3107 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 3108 (Target Architecture Definition):
f30992d4 3109
2e092625
AC
3110 * gdbint.texinfo (Target Architecture Definition): Rename
3111 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
3112
0717ae8a
AC
31132003-09-29 Andrew Cagney <cagney@redhat.com>
3114
dad809b7
AC
3115 * gdbint.texinfo (Target Architecture Definition): Delete
3116 documentation for NEED_TEXT_START_END.
3117
0717ae8a
AC
3118 * gdbint.texinfo (Target Architecture Definition): Rename
3119 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
3120 TARGET_WRITE_PC.
a9331b3f 3121
af6cf26d
MC
31222003-09-22 Michael Chastain <mec@shout.net>
3123
3124 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
3125
ee206350
AG
31262003-09-21 Anthony Green <green@redhat.com>
3127
3128 * gdbint.texinfo (Target Architecture Definition): Fix typos.
3129
a38c9fe6
MK
31302003-09-21 Mark Kettenis <kettenis@gnu.org>
3131
3132 * gdbint.texinfo (Target Architecture Definition): Document
3133 stabs_argument_has_addr.
3134
77949794
AC
31352003-09-18 Andrew Cagney <cagney@redhat.com>
3136
3137 * gdbint.texinfo (Target Architecture Definition): Delete
3138 documentation on REGISTER_NAMES.
3139
8e823e25
MK
31402003-09-13 Mark Kettenis <kettenis@gnu.org>
3141
3142 * gdbint.texinfo (Target Architecture Definition): Replace
3143 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
3144
f27dd7fd
AC
31452003-09-11 Andrew Cagney <cagney@redhat.com>
3146
3147 * gdbint.texinfo (Target Architecture Definition): Replace
3148 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
3149
8b148df9
AC
31502003-08-18 Andrew Cagney <cagney@redhat.com>
3151
3152 * gdbint.texinfo (Target Architecture Definition): Document
3153 "frame_red_zone_size".
3154
25d29d70
AC
31552003-08-09 Andrew Cagney <cagney@redhat.com>
3156
3157 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
3158 with "set/show backtrace past-main" and "set/show backtrace
3159 limit".
3160
c938e9b0
L
31612003-08-08 H.J. Lu <hongjiu.lu@intel.com>
3162
3163 * Makefile.in (install-info): Support DESTDIR.
3164 (install-html): Likewise.
3165
64fabec2
AC
31662003-08-07 Andrew Cagney <cagney@redhat.com>
3167
3168 Patch from Nick Roberts.
3169 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
3170 bindings. Remove description of send-gdb-command.
3171
2fcf52f0
AC
31722003-08-07 Andrew Cagney <cagney@redhat.com>
3173
3174 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
3175 GDB 6.0.
3176
086432e2
AC
31772003-08-06 Andrew Cagney <cagney@redhat.com>
3178
3179 * gdb.texinfo (Mode Options): Mention that level three is the
3180 highest available and that level 2 is deprecated.
3181 (Annotations Overview): Mention annotation levels. Cross reference
3182 to "Limitations of the Annotation Interface" in annotate.texi.
3183 (TODO, Value Annotations, Frame Annotations): Delete section.
3184 (Displays, Breakpoint Info): Delete.
3185
e5249f67
AC
31862003-08-04 Andrew Cagney <cagney@redhat.com>
3187
3188 * agentexpr.texi: Delete @bye.
3189 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
3190 (stabs.info): Add $(srcdir) to include search path.
3191 (html): Depend on "annotate_toc.html", and not "annotate.html".
3192 * stabs.texinfo: Ditto. Include "fdl.texi".
3193 * gdbint.texinfo: Update copyright statement's list of invariant
3194 sections.
3195
e6f672d2
AC
31962003-07-28 Andrew Cagney <cagney@redhat.com>
3197
3198 * Makefile.in (INFO_DEPS): Add annotate.info.
3199 (dvi, ps, html, pdf): Add annotate.
3200 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
3201 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
3202 (ANNOTATE_DOC_FILES): New macro.
3203 (ANNOTATE_TEX_TMPS): New macro.
3204 (annotate.info, annotate_toc.html): Specify dependencies.
3205 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
3206 * annotate.texinfo: Rename annotate.texi. Get building. Add
3207 "Migrating to GDB/MI" and "Limitations of the Annotation
3208 Interface" chapters. Mention why it is not part of the user
3209 guide. Update copyright notice. Include "fdl.texi".
3210
72ffddc9
SC
32112003-07-26 Stephane Carrez <stcarrez@nerim.fr>
3212
3213 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
3214
a9f12a31
DJ
32152003-07-24 Daniel Jacobowitz <drow@mvista.com>
3216
3217 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
3218
b1fe9455
DJ
32192003-07-24 Daniel Jacobowitz <drow@mvista.com>
3220
3221 * gdb.texinfo (Server): Mention pidof.
3222
153721e6
AC
32232003-07-22 Andrew Cagney <cagney@redhat.com>
3224
3225 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
3226 list.
3227
0fac0b41
DJ
32282003-06-28 Daniel Jacobowitz <drow@mvista.com>
3229
3230 * gdb.texinfo (Logging output): New chapter.
3231
4e562065
JB
32322003-06-24 Joel Brobecker <brobecker@gnat.com>
3233
3234 * gdb.texinfo (Unsupported languages): New section.
3235 (Languages): Add link to new section.
3236
f2c06f52
AC
32372003-06-22 Andrew Cagney <cagney@redhat.com>
3238
3239 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
3240
b4177fca
DJ
32412003-06-22 Daniel Jacobowitz <drow@mvista.com>
3242
3243 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
3244
f418dd93
DJ
32452003-06-22 Daniel Jacobowitz <drow@mvista.com>
3246
3247 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
3248 * agentexpr.texi: Retitle section, and change it to an appendix.
3249 Comment out texinfo initialization. Factor a @var{} into two
3250 pieces to prevent makeinfo warnings.
3251 * gdb.texinfo: Add Agent Expressions appendix.
3252
4ca61388
DJ
32532003-06-19 Daniel Jacobowitz <drow@mvista.com>
3254
3255 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
3256
07f31aa6
DJ
32572003-06-18 Daniel Jacobowitz <drow@mvista.com>
3258
5ae4183a 3259 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
3260 remote target". Document the "detach" and "disconnect" commands.
3261 (Server, Netware, Debug Session): Reference "Connecting to a
3262 remote target".
3263 (GDB/MI Target Manipulation): Document "-target-disconnect".
3264
2dd0da42
AC
32652003-06-13 Andrew Cagney <cagney@redhat.com>
3266
3267 * gdbint.texinfo (Target Architecture Definition): Deprecate
3268 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
3269 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
3270
e7a3abfc
JB
32712003-06-09 Jim Blandy <jimb@redhat.com>
3272
3273 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
3274
25e3a86b
AC
32752003-06-08 Andrew Cagney <cagney@redhat.com>
3276
3277 * gdbint.texinfo (Target Architecture Definition): Delete
3278 documentation on FRAME_ARGS_ADDRESS_CORRECT.
3279
a9e5fdc2
AC
32802003-06-08 Andrew Cagney <cagney@redhat.com>
3281
3282 * gdbint.texinfo (Target Architecture Definition): Document
3283 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
3284
b37303ee
AF
32852003-06-07 Adam Fedor <fedor@gnu.org>
3286
3287 * gdb.texinfo: Add Objective-C documentation.
3288
39fe6e80
AC
32892003-06-01 Andrew Cagney <cagney@redhat.com>
3290
3291 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
3292 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
3293
125309b2
AC
32942003-05-21 Andrew Cagney <cagney@redhat.com>
3295
3296 * gdbint.texinfo (Target Architecture Definition): Delete
3297 references to "extract_address" and "store_address".
3298
b8b527c5
AC
32992003-05-16 Andrew Cagney <cagney@redhat.com>
3300
3301 * gdbint.texinfo (Target Architecture Definition): Replace
3302 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
3303 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
3304
50e3ee83
TR
33052003-05-14 Theodore A. Roth <troth@openavr.org>
3306
3307 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
3308
44e2be90
L
33092003-05-10 H.J. Lu <hongjiu.lu@intel.com>
3310
3311 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
3312 (gdb.dvi): Likewise.
3313 (gdb.pdf): Likewise.
3314 (links2roff): Likewise.
3315
df5215a6
JB
33162003-05-08 Jim Blandy <jimb@redhat.com>
3317
3318 * gdb.texinfo (Dump/Restore Files): Update documentation for
3319 'dump', 'append', and 'restore': note that format argument is
3320 optional; simplify presentation of the command variants; and be
3321 more precise about the formats.
3322
5e7b2f39
JB
33232003-05-07 Jim Blandy <jimb@redhat.com>
3324
3325 * gdb.texinfo (Symbols): Update documentation: 'maint list
3326 symtabs' and 'maint list psymtabs' have been renamed 'maint info
3327 symtabs' and 'maint info psymtabs'.
3328
b1e29e33
AC
33292003-05-05 Andrew Cagney <cagney@redhat.com>
3330
3331 * gdbint.texinfo (Target Architecture Definition): Make
3332 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
3333 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
3334 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
3335
00905d52
AC
33362003-05-04 Andrew Cagney <cagney@redhat.com>
3337
3338 * gdb.texinfo (Maintenance Commands): Document "maint print
3339 dummy-frames".
3340
54ff5908
AC
33412003-05-04 Andrew Cagney <cagney@redhat.com>
3342
3343 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
3344
32e7087d
JB
33452003-05-03 J. Brobecker <brobecker@gnat.com>
3346
3347 Thierry Schneider <tpschneider1@yahoo.com>
3348 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
3349 for new MI command.
3350
7043d8dc
AC
33512003-05-03 Andrew Cagney <cagney@redhat.com>
3352
3353 * gdbint.texinfo (Target Architecture Definition): Document
3354 push_dummy_code. Add cross references.
3355
e33d66ec
EZ
33562003-05-02 Elena Zannoni <ezannoni@redhat.com>
3357
3358 * gdb.texinfo (Character Sets): Update to reflect new behavior of
3359 set/show charsets commands.
3360
0ba6dca9
AC
33612003-04-28 Andrew Cagney <cagney@redhat.com>
3362
3363 * gdbint.texinfo (Target Architecture Definition): Replace
3364 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
3365 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
3366
d7a27068
AC
33672003-04-28 Andrew Cagney <cagney@redhat.com>
3368
3369 * gdbint.texinfo (Target Architecture Definition): Rename
3370 "tm_print_insn" to "deprecated_tm_print_insn".
3371
44ea7b70
JB
33722003-04-09 Jim Blandy <jimb@redhat.com>
3373
3374 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
3375 list psymtabs'.
3376
fb8f8949
AC
33772003-04-08 Andrew Cagney <cagney@redhat.com>
3378
3379 * gdbint.texinfo (Target Architecture Definition): Delete
3380 references to EXTRA_FRAME_INFO.
3381
32fb0f22
AC
33822003-04-08 Andrew Cagney <cagney@redhat.com>
3383
3384 * gdbint.texinfo (Target Architecture Definition): Delete
3385 PRINT_TYPELESS_INTEGER.
3386
6be67e67
JB
33872003-04-02 J. Brobecker <brobecker@gnat.com>
3388
3389 * observer.texi (GDB Observers): Adjust the documentation for the
3390 normal_stop notification to better describe reality. Fix a couple
3391 of minor typos.
3392
4e35d5f0
BR
33932003-04-02 Bob Rossi <bob_rossi@cox.net>
3394
a9331b3f 3395 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
3396 '-file-list-exec-source-file'
3397
e8a8712a
AC
33982003-03-31 Andrew Cagney <cagney@redhat.com>
3399
3400 * gdbint.texinfo (Target Architecture Definition): Delete
3401 references to CALL_DUMMY_P.
3402
6c0e89ed
AC
34032003-03-30 Andrew Cagney <cagney@redhat.com>
3404
3405 * gdbint.texinfo (Target Architecture Definition): Remove
3406 reference to TARGET_WRITE_SP.
a9331b3f 3407
378bfd1b
AC
34082003-03-27 Andrew Cagney <cagney@redhat.com>
3409
3410 * gdbint.texinfo (Target Architecture Definition): Remove
3411 references to write_sp.
6c0e89ed 3412
922fbb7b
AC
34132003-03-27 Andrew Cagney <cagney@redhat.com>
3414
3415 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
3416 chapter body. Use @smallexample instead of @example.
3417 (Annotations): Ditto.
3418 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
3419 annotate.texi.
3420
b81774d8
AC
34212003-03-26 Andrew Cagney <cagney@redhat.com>
3422
3423 * gdbint.texinfo (Target Architecture Definition): Replace
3424 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
3425 dummy_addr parameters.
3426
1bf6d5cc
AC
34272003-03-25 Andrew Cagney <cagney@redhat.com>
3428
3429 * gdbint.texinfo (Target Architecture Definition): Delete
3430 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
3431 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
3432 Add reference to PUSH_ARGUMENTS.
3433
618ce49f
AC
34342003-03-23 Andrew Cagney <cagney@redhat.com>
3435
3436 * gdbint.texinfo (Algorithms, Target Architecture Definition):
3437 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
3438
bcd7e15f
JB
34392003-03-18 J. Brobecker <brobecker@gnat.com>
3440
3441 * gdbint.texinfo (Algorithms): Add new section describing the
3442 Observer paradigm.
3443 (Top): Add menu entry to new observer appendix.
3444 * observer.texi: New file.
3445 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
3446 new observer.texi file.
3447
9fe8321b
AC
34482003-03-17 Andrew Cagney <cagney@redhat.com>
3449
3450 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
3451 that GNU Press update the manual version number.
3452
ac2adee5
AC
34532003-03-12 Andrew Cagney <cagney@redhat.com>
3454
3455 * gdbint.texinfo (Target Architecture Definition): Delete
3456 references to get_saved_register. Rename GET_SAVED_REGISTER to
3457 DEPRECATED_GET_SAVED_REGISTER.
3458
749b82f6
AC
34592003-03-13 Andrew Cagney <cagney@redhat.com>
3460
3461 * gdbint.texinfo (Target Architecture Definition): Replace
3462 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
3463
8bedc050
AC
34642003-03-12 Andrew Cagney <cagney@redhat.com>
3465
3466 * gdbint.texinfo (Target Architecture Definition): Rename
3467 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 3468
0ce1b118
CV
34692003-03-10 Corinna Vinschen <vinschen@redhat.com>
3470
3471 * gdb.texinfo: Add File-I/O documentation.
3472
12cc2063
AC
34732003-03-10 Andrew Cagney <cagney@redhat.com>
3474
3475 * gdbint.texinfo (Target Architecture Definition): Cross reference
3476 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
3477
7453dc06
AC
34782003-03-07 Andrew Cagney <cagney@redhat.com>
3479
3480 * gdb.texinfo (Debugging Output): Mention the "set/show debug
3481 frame" command.
3482
6314f104
AC
34832003-03-05 Andrew Cagney <cagney@redhat.com>
3484
3485 * gdbint.texinfo (Target Architecture Definition): Document
3486 unwind_dummy_id. Cross reference unwind_dummy_id and
3487 SAVE_DUMMY_FRAME_TOS.
3488
f1212245
DJ
34892003-03-05 James Ingham <jingham@apple.com>
3490 Daniel Jacobowitz <drow@mvista.com>
3491
3492 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
3493 and "show cp-abi".
3494
77e7e267
AC
34952003-03-03 Andrew Cagney <cagney@redhat.com>
3496
3497 * gdbint.texinfo (Target Architecture Definition): Document
3498 register_type.
3499
838a8221
AC
35002003-03-03 Andrew Cagney <cagney@redhat.com>
3501
3502 * stabs.texinfo (Structures): Use @samp and separate @var's
3503 instead of a single @var containing a comma separated list.
3504 (Unions): Ditto.
3505
d7f4a264
DJ
35062003-03-02 Daniel Jacobowitz <drow@mvista.com>
3507
3508 * Makefile.in (distclean): Remove config.log.
3509
f30ee0bc
AC
35102003-03-01 Andrew Cagney <cagney@redhat.com>
3511
3512 * gdbint.texinfo (Target Architecture Definition): Rename
3513 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
3514
35152003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
3516
3517 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
3518 DEPRECATED_INIT_EXTRA_FRAME_INFO.
3519
be448670
CF
35202003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
3521
3522 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
3523 (Non-debug DLL symbols): New node, describing the minimal symbols
3524 loaded from DLLs without real debugging symbols.
3525
501eef12
AC
35262003-02-20 Andrew Cagney <ac131313@redhat.com>
3527
3528 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
3529 hardware-breakpoint-limit".
3530 (Set Watchpoints): Add cross reference to "set remote
3531 hardware-watchpoint-limit".
3532 (Remote configuration options): New section.
3533
21c294e6
AC
35342003-02-04 Andrew Cagney <ac131313@redhat.com>
3535
e9be73e4
AC
3536 * gdbint.texinfo (Target Architecture Definition): Delete
3537 descrption of IS_TRAPPED_INTERNALVAR.
3538
21c294e6
AC
3539 From Keith Seitz <keiths@redhat.com>:
3540 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
3541 option "-i"/"--interpreter" to this chapter. Include index
3542 entries.
3543
0179ffac
DC
35442003-02-04 David Carlton <carlton@math.stanford.edu>
3545
3546 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
3547 (Variables): Recommend stabs+ and DWARF 2.
3548 (C plus plus expressions): Correct info about
3549 compiler versions, debug formats.
3550 (Contributors): Change 'DWARF2' to 'DWARF 2'.
3551 PR symtab/874.
3552
7ca9f392
AC
35532003-02-01 Andrew Cagney <ac131313@redhat.com>
3554
3555 * gdbint.texinfo (Target Architecture Definition): Delete
3556 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
3557 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
3558 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
3559 references to nindy and i960.
3560 * gdb.texinfo (i960): Delete all references to i960 and nindy.
3561
31a85ea2
AC
35622003-02-01 Andrew Cagney <ac131313@redhat.com>
3563
3564 * gdbint.texinfo (Target Architecture Definition): Delete
3565 FLOAT_INFO.
3566
6b894e49
AC
35672003-01-30 Andrew Cagney <ac131313@redhat.com>
3568
3569 * stabs.texinfo (Member Type Descriptor): Clarify description of
3570 `@'. Suggested by Ben Hutchings.
3571
c48861fb
AC
35722003-01-29 Andrew Cagney <ac131313@redhat.com>
3573
3574 * gdb.texinfo (M68K): Delete reference to es1800.
3575
617073a9
AC
35762003-01-29 Andrew Cagney <ac131313@redhat.com>
3577
3578 * gdb.texinfo (Maintenance Commands): Document `maint print
3579 reggroups' and `maint print register-groups'.
3580 * gdbint.texinfo (Target Architecture Definition): Document
3581 register_reggroup_p.
3582
5b5d99cf
JB
35832003-01-23 Jim Blandy <jimb@redhat.com>
3584
3585 * gdb.texinfo (Separate Debug Files): New section.
3586
e7ba9c65
DJ
35872003-01-22 Daniel Jacobowitz <drow@mvista.com>
3588
3589 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
3590 and "maint show profile".
3591
94e91d6d
MC
35922003-01-16 Michael Chastain <mec@shout.net>
3593
3594 * gdb.texinfo (Installing GDB): Warn against
3595 ".../gdb-VERSION/gdb/configure".
3596 (Separate Objdir): Likewise.
3597
867f3898
AC
35982003-01-15 Andrew Cagney <ac131313@redhat.com>
3599
3600 * gdbint.texinfo (Target Architecture Definition): Delete
3601 definition of PRINT_REGISTER_HOOK.
3602
f153cc92
EZ
36032003-01-15 Elena Zannoni <ezannoni@redhat.com>
3604
3605 (OpenRISC 1000): Fix formatting of command names.
3606
c60eb6f1
EZ
36072003-01-15 Elena Zannoni <ezannoni@redhat.com>
3608
3609 * gdb.texinfo (Continuing and Stepping): Add new command
3610 'advance'. Clarify behavior of 'until'.
3611
f5ebfba0
DJ
36122003-01-13 Daniel Jacobowitz <drow@mvista.com>
3613
3614 * gdb.texinfo (Files): Document solib-absolute-prefix and
3615 solib-search-path.
3616
4ce8657e
MC
36172003-01-09 Michael Chastain <mec@shout.net>
3618
3619 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
3620 (Create a Release): Add new instructions for new @file{src-release}.
3621 Document existing instructions for @file{Makefile.in} as
3622 being for @value{GDBN} 5.3.1 or earlier.
3623
372613e3
AC
36242003-01-09 Andrew Cagney <ac131313@redhat.com>
3625
3626 * gdbint.texinfo (Target Architecture Definition): Mention
3627 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
3628 allocate memory.
3629
b4e9345d
DJ
36302003-01-04 Daniel Jacobowitz <drow@mvista.com>
3631
3632 * gdb.texinfo (Controlling GDB): Add @kindex for
3633 "show osabi".
3634 (Backtraces): Add @kindex's for backtrace-below-main.
3635
98b45e30
DJ
36362003-01-04 Daniel Jacobowitz <drow@mvista.com>
3637
3638 * gdb.texinfo (Controlling GDB): Document "set osabi".
3639
95f90d25
DJ
36402003-01-04 Daniel Jacobowitz <drow@mvista.com>
3641
3642 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
3643 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
3644
1e698235
DJ
36452003-01-04 Daniel Jacobowitz <drow@mvista.com>
3646
3647 * gdb.texinfo (Controlling GDB): Add ABI section. Document
3648 "set coerce-float-to-double".
3649 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
3650
e632838e
AC
36512003-01-02 Andrew Cagney <ac131313@redhat.com>
3652
3653 * stabs.texinfo: Remove obsolete text.
3654 * gdbint.texinfo: Ditto.
3655 * gdb.texinfo: Ditto.
3656
c133ab7a
MK
36572002-12-22 Mark Kettenis <kettenis@gnu.org>
3658
3659 * gdbint.texinfo (Target Architecture Definition): Update
3660 description of gdbarch_register_osabi.
3661
f821f325
KH
36622002-12-20 Kazu Hirata <kazu@cs.umass.edu>
3663
3664 * agentexpr.texi: Fix typos.
3665 * annotate.texi: Likewise.
3666 * fdl.texi: Likewise.
3667
85a6d8d3 36682002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
3669
3670 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
3671 DEPRECATED_INIT_FRAME_PC.
3672
ae45cd16
AC
36732002-12-01 Andrew Cagney <ac131313@redhat.com>
3674
3675 * gdbint.texinfo (Target Architecture Definition): Delete
3676 PC_IN_CALL_DUMMY.
3677
07555a72
AC
36782002-11-28 Andrew Cagney <ac131313@redhat.com>
3679
3680 * gdbint.texinfo (Host Definition): Delete documentation on
3681 USE_GENERIC_DUMMY_FRAMES.
3682
c166cdc7
EZ
36832002-11-26 Elena Zannoni <ezannoni@redhat.com>
3684
5ae4183a 3685 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
3686 * Makefile.in (install-info): Run the install-info command as part
3687 of the post install steps only.
3688 (uninstall-info): New target.
3689 (uninstall): New target.
3690
35db0260
EZ
36912002-11-22 Elena Zannoni <ezannoni@redhat.com>
3692
3693 * Makefile.in (install): Make install do some real work.
3694
9ba8d803
AC
36952002-11-19 Andrew Cagney <ac131313@redhat.com>
3696
3697 Fix POSIX problem reported by Paul Eggert.
3698 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
3699 Fix PR gdb/527.
3700
903ad3a6
AC
37012002-10-26 Andrew Cagney <cagney@redhat.com>
3702
3703 * gdbint.texinfo (Target Architecture Definition): Delete
3704 definition of DO_REGISTERS_INFO.
3705
f2abfe65
KB
37062002-10-18 Kevin Buettner <kevinb@redhat.com>
3707
3708 * gdbint.texinfo (Address Classes): Fix problems with insertion
3709 of ``{'' and ``}'' in example.
3710
b5b0480a
KB
37112002-10-17 Kevin Buettner <kevinb@redhat.com>
3712
3713 * gdbint.texinfo (Address Classes): New section.
3714 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
3715 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
3716 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
3717 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
3718
c85508ee
KD
37192002-10-11 Klee Dienes <kdienes@apple.com>
3720
3721 * gdb.texinfo (Registers): Mention vector registers as well as
3722 floating registers in the documentation for 'info registers' and
3723 'info all-registers'.
3724
6d12fc3d
DJ
37252002-10-11 Daniel Jacobowitz <drow@mvista.com>
3726
3727 * gdbint.texinfo (CPLUS_MARKER): Remove item.
3728
8d19fbd2
JJ
37292002-10-03 Jeff Johnston <jjohnstn@redhat.com>
3730
3731 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
3732 interface definition.
3733
a37295f9
MM
37342002-10-03 Marko Mlinar <markom@opencores.org>
3735
3736 * gdb.texinfo (Target Commands): Add or1k target specific
3737 commands.
3738 * gdb.texinfo (Contributors): Add myself to the contributors list.
3739
da0f9dcd
AC
37402002-10-01 Andrew Cagney <ac131313@redhat.com>
3741
3742 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
3743 and "mi1" instead of "mi1" and "mi0".
3744
2e834e49
HPN
37452002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
3746
3747 * gdb.texinfo (Packets): Fix typos "alligned".
3748 Correct z3/Z3 description. Correct z4/Z4 title.
3749
050be0dc
AC
37502002-09-27 Andrew Cagney <ac131313@redhat.com>
3751
3752 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
3753
1104b9e7
KB
37542002-09-25 Kevin Buettner <kevinb@redhat.com>
3755
3756 * gdb.texinfo: Use GNU/Linux instead of Linux.
3757
512217c7
AC
37582002-09-25 Andrew Cagney <ac131313@redhat.com>
3759
3760 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
3761
10998722
AC
37622002-09-24 Andrew Cagney <ac131313@redhat.com>
3763
512217c7 3764 * gdb.texinfo: Replace @example with @smallexample.
10998722 3765
a0eb71c5
KB
37662002-09-20 Kevin Buettner <kevinb@redhat.com>
3767
f7dc1244 3768 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
3769 * gdb.texinfo (Character Sets): Use @smallexample instead of
3770 @example. Use GNU/Linux instead of Linux.
3771
37722002-09-20 Jim Blandy <jimb@redhat.com>
3773
3774 * gdb.texinfo: Add character set documentation.
3775
2f870471
AC
37762002-09-19 Andrew Cagney <ac131313@redhat.com>
3777
3778 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
3779 (Packets): Add cross reference from `b' packet to `z' packets.
3780
790eb8f5
AC
37812002-09-19 Andrew Cagney <ac131313@redhat.com>
3782
8d30a00d
AC
3783 * gdb.texinfo (Maintenance Commands): Document ``maint
3784 internal-error'' and ``maint internal-warning''.
3785
790eb8f5
AC
3786 * gdbint.texinfo (Target Architecture Definition): Revise
3787 description of STACK_ALIGN. Add description of FRAME_ALIGN.
3788
a23a7bf1
JB
37892002-09-19 Joel Brobecker <brobecker@gnat.com>
3790
3791 * gdbint.texinfo (Target Conditionals): Document the new
3792 NAME_OF_MALLOC macro.
3793
299ffc64
AC
37942002-09-05 Andrew Cagney <ac131313@redhat.com>
3795
3796 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
3797 engineer.
3798
b7bb15bc
SC
37992002-09-02 Stephane Carrez <stcarrez@nerim.fr>
3800
3801 * gdb.texinfo (TUI Overview): Document status line fields.
3802
3d757584
SC
38032002-09-02 Stephane Carrez <stcarrez@nerim.fr>
3804
3805 * gdb.texinfo (TUI Commands): Document info win command.
3806
269c21fe
SC
38072002-09-01 Stephane Carrez <stcarrez@nerim.fr>
3808
3809 * gdb.texinfo (TUI Overview): Document breakpoint markers.
3810
7cf36c78
SC
38112002-09-01 Stephane Carrez <stcarrez@nerim.fr>
3812
3813 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
3814 (TUI Keys): Likewise.
3815
d2c6833e
AC
38162002-08-25 Andrew Cagney <ac131313@redhat.com>
3817
3818 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
3819 for a packet receive.
3820
46d8b1c3
AC
38212002-08-25 Andrew Cagney <ac131313@redhat.com>
3822
3823 * Makefile.in (clean): Move to end of file.
3824 (distclean, maintainer-clean, realclean): Ditto.
3825 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
3826 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
3827 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
3828 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
3829
b0787093
AC
38302002-08-24 Andrew Cagney <ac131313@redhat.com>
3831
3832 * Makefile.in (GDBINT_TEX_TMPS): Define.
3833 (gdbint.dvi, gdbint.pdf): Use
3834 (GDB_TEX_TMPS): Define.
3835 (gdb.dvi, gdb.pdf): Use.
3836 (STABS_TEX_TMPS): Define.
3837 (stabs.dvi, stabs.pdf): Use.
3838 (GDB_DOC_SOURCE_INCLUDES): New macros.
3839 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
3840 (GDBINT_DOC_FILES_INCLUDES): New macros.
3841 (GDBINT_DOC_BUILD_INCLUDES): New macros.
3842 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
3843 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
3844 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
3845 (links2roff): Replace SFILES_INCLUDED with
3846 GDB_DOC_SOURCE_INCLUDES.
3847 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
3848 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
3849 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
3850 dependencies.
3851 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
3852 dependencies.
3853 (gdbmi.texinfo): Delete rule.
3854 (inc-hist.texinfo): Delete rule.
3855 (rluser.texinfo): Delete rule.
3856
ebba8386
AC
38572002-08-23 Andrew Cagney <cagney@redhat.com>
3858
3859 * gdbint.texinfo (Target Architecture Definition): Update
3860 STORE_RETURN_VALUE, mention regcache.
3861
0ab7a791
AC
38622002-08-21 Andrew Cagney <ac131313@redhat.com>
3863
3864 * gdbint.texinfo (Target Architecture Definition): Document
3865 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
3866
ee2d5c50
AC
38672002-08-19 Andrew Cagney <ac131313@redhat.com>
3868
3869 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
3870 Fix minor typos. Add index entries.
3871
53c69bd7
AC
38722002-08-18 Andrew Cagney <ac131313@redhat.com>
3873
3874 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
3875
e76f1f2e
AC
38762002-08-15 Andrew Cagney <ac131313@redhat.com>
3877
3878 * gdbint.texinfo (Target Architecture Definition): Document
3879 PRINT_VECTOR_INFO.
3880 * gdb.texinfo (Vector Unit): Document "info vectors" command.
3881
0680b120
AC
38822002-08-13 Andrew Cagney <ac131313@redhat.com>
3883
3884 * gdb.texinfo (Maintenance Commands): Document "maint print
3885 registers", "maint print raw-registers" and "maint print
3886 cooked-registers".
3887
3c3bea1c
GS
38882002-08-08 Grace Sainsbury <graces@redhat.com>
3889
a9331b3f 3890 From Mark Salter:
3c3bea1c
GS
3891 * gdb.texinfo (Protocol): Document T packet extension to
3892 allow watchpoint address reporting.
3893
42f9b0a5
AC
38942002-08-03 Andrew Cagney <ac131313@redhat.com>
3895
3896 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
3897
db034ac5
AC
38982002-08-01 Andrew Cagney <cagney@redhat.com>
3899
3900 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
3901 to CHILL.
3902
e2b28d04
AC
39032002-08-01 Andrew Cagney <ac131313@redhat.com>
3904
3905 * gdbint.texinfo (Coding): Revise section "Include Files".
3906
7fb623f7
AC
39072002-07-24 Andrew Cagney <cagney@redhat.com>
3908
3909 * gdbint.texinfo: Obsolete references to m88k.
3910 * gdb.texinfo: Ditto.
3911
4a2b4636
JB
39122002-07-10 Joel Brobecker <brobecker@gnat.com>
3913
7fb623f7 3914 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
3915 where the proper version of autoconf can be retrieved.
3916
a71ec265
DH
39172002-07-09 Don Howard <dhoward@redhat.com>
3918
3919 * gdb.texinfo (Command Files): Further describe the behavior of
3920 sourced command files.
3921
b9aa90c9
AC
39222002-06-27 Andrew Cagney <ac131313@redhat.com>
3923
3924 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
3925 (Coding): Clarify ISO C version that GDB assumes.
3926
40dd2248
TT
39272002-06-26 Tom Tromey <tromey@redhat.com>
3928
3929 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
3930 add_setshow_cmd_full.
3931
bfac230e
DH
39322002-06-25 Don Howard <dhoward@redhat.com>
3933
3934 * gdb.texinfo (Memory Region Attributes): Document new behavior
3935 for 'mem' command.
3936
475b0867
JB
39372002-06-11 Jim Blandy <jimb@redhat.com>
3938
919d772c
JB
3939 * gdb.texinfo (Symbols): Update documentation for `info source'
3940 command.
3941
475b0867
JB
3942 * gdb.texinfo (Macros): Call the command `info macro', not
3943 `show macro'.
3944
ba8c9337
AC
39452002-06-09 Andrew Cagney <ac131313@redhat.com>
3946
3947 * gdbint.texinfo (Coding): Add section ``Per-architecture module
3948 data''.
3949
1029b7fa
MK
39502002-06-09 Mark Kettenis <kettenis@gnu.org>
3951
3952 * gdbint.texinfo (Target Architecture Definition): Document
3953 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
3954
16737d73
AC
39552002-06-08 Andrew Cagney <ac131313@redhat.com>
3956
3957 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
3958 lists.
3959
30107679
AC
39602002-06-08 Andrew Cagney <ac131313@redhat.com>
3961
3962 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
3963 Branch''.
3964
3352e23e
AC
39652002-06-01 Andrew Cagney <ac131313@redhat.com>
3966
3967 * gdbint.texinfo (Target Architecture Definition): Add section
3968 ``Converting an existing Target Architecture to Multi-arch''.
3969
cbb09e6a
AC
39702002-05-30 Andrew Cagney <ac131313@redhat.com>
3971
3972 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
3973 to ``Obsoleting code''. Revise.
3974
e2e0bcd1
JB
39752002-05-17 Jim Blandy <jimb@redhat.com>
3976
3977 * gdb.texinfo (C Preprocessor Macros): New chapter.
3978 Include it in the main menu.
3979 (Contributors): Credit Jim Blandy with macro support.
3980 (Compilation): Explain how to get macro information into the
3981 executable.
3982 (Expressions): Note that preprocessor macros are expanded.
3983
9db8d71f
DJ
39842002-05-14 Daniel Jacobowitz <drow@mvista.com>
3985
3986 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
3987 options for `target remote'.
3988
6d531722
AC
39892002-05-13 Andrew Cagney <ac131313@redhat.com>
3990
3991 * gdbint.texinfo (Target Architecture Definition): Delete
3992 documentation on NNPC_REGNUM.
3993
13d01224
AC
39942002-05-11 Andrew Cagney <ac131313@redhat.com>
3995
3996 * gdbint.texinfo (Target Architecture Definition): Document
3997 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
3998 (Target Architecture Definition): Revise section `Using Different
3999 Register and Memory Data Representations'. Add section `Raw and
4000 Virtual Register Representations'.
4001
b2e75d78
AC
40022002-05-11 Andrew Cagney <ac131313@redhat.com>
4003
4004 * gdbint.texinfo (Target Architecture Definition): Mention
4005 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
4006 (Target Architecture Definition): Mention same. Add references to
4007 web pages.
4008
2c8682ee
MS
40092002-05-08 Michael Snyder <msnyder@redhat.com>
4010
4011 * stabs.texinfo (Attributes): Document new "vector" attribute.
4012
0816590b
AC
40132002-05-04 Andrew Cagney <ac131313@redhat.com>
4014
4015 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
4016
2653173e
AC
40172002-05-04 Andrew Cagney <ac131313@redhat.com>
4018
4019 * gdb.texinfo: Delete obsolete references to a29k.
4020
d7bd68ca
AC
40212002-04-24 Andrew Cagney <ac131313@redhat.com>
4022
4023 * gdbint.texinfo (Target Architecture Definition): Replace
4024 IN_SIGTRAMP with PC_IN_SIGTRAMP.
4025
21d83aa5
DM
40262002-04-24 David S. Miller <davem@redhat.com>
4027
4028 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
4029
7673a6cc
DM
40302002-04-21 David S. Miller <davem@redhat.com>
4031
4032 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
4033
d49d1e0a
AC
40342002-04-21 Andrew Cagney <ac131313@redhat.com>
4035
4036 * gdbint.texinfo (Target Architecture Definition): Delete
4037 definition of HAVE_REGISTER_WINDOWS.
4038
f7dc1244 40392002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
4040
4041 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
4042 "Theodore A. Roth" <troth@verinet.com>.
4043
5ca0cb28
DH
40442002-04-15 Don Howard <dhoward@redhat.com>
4045
f7dc1244 4046 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 4047 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 4048 Provide a better explaination of this feature.
5ca0cb28 4049
f208ba17
AC
40502002-04-14 Andrew Cagney <ac131313@redhat.com>
4051
4052 * gdbint.texinfo (Target Architecture Definition): Remove
4053 FRAME_CHAIN_COMBINE.
4054
d5ba91de
MC
40552002-04-12 Michael Chastain <mec@shout.net>
4056
4057 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
4058 REG_STACK_SEGMENT.
4059
26818220
MC
40602002-04-09 Michael Chastain <mec@shout.net>
4061
4062 * gdbint.texinfo (Obsolete Conditionals): Remove references to
4063 PYRAMID_* macros.
4064
129188f6
AC
40652002-04-07 Andrew Cagney <ac131313@redhat.com>
4066
4067 * gdb.texinfo (Bug Reporting): Document that the web is the
4068 prefered way of submitting bug reports.
4069 (Bug Reporting): Delete the s-mail address as the last resort.
4070
8227c0ff
AC
40712002-04-05 Andrew Cagney <ac131313@redhat.com>
4072
4073 * gdbint.texinfo (Target Architecture Definition): Delete
4074 references to TARGET_WRITE_FP and write_fp.
4075
16d9dec6
MS
40762002-03-27 Michael Snyder <msnyder@redhat.com>
4077
4078 * gdb.texinfo: Document new commands dump, append, and restore.
4079
9ae8b82c
AC
40802002-03-27 Andrew Cagney <ac131313@redhat.com>
4081
4082 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
4083 Branch'.
4084
474c8240
AC
40852002-03-18 Andrew Cagney <ac131313@redhat.com>
4086
4087 * gdb.texinfo: Change all examples to @smallexample.
4088 * gdbint.texinfo: Ditto.
a9331b3f 4089
fb0ff88f
AC
40902002-03-18 Andrew Cagney <ac131313@redhat.com>
4091
4092 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
4093 Branches''.
4094
9bb0a4d8
AC
40952002-03-18 Andrew Cagney <ac131313@redhat.com>
4096
4097 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
4098 Policy''.
4099
937f164b
FF
41002002-03-04 Fred Fish <fnf@redhat.com>
4101
4102 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
4103 expresson, suports, dependant, trhe, perhaphs, situtations,
4104 explictily, taged, oportunity, unfortunatly).
4105
a7b40f07
AC
41062002-02-24 Andrew Cagney <ac131313@redhat.com>
4107
4108 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
4109 Remove reference to 3.12.
4110
aab4e0ec
AC
41112002-02-23 Andrew Cagney <ac131313@redhat.com>
4112
4113 * gdbint.texinfo: Include fdl.texi.
4114 (Top): Add GNU Free Documentation License.
4115 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
4116 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
4117 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
4118 (gdbint.info): Add srcdir to include path.
4119 * gdb.texinfo: Include gpl.texi.
4120 (Top): Add Copying.
4121 * gpl.texi: New file.
4122
47b95330
AC
41232002-02-23 Andrew Cagney <ac131313@redhat.com>
4124
4125 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
4126
78c47bea
PM
41272002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
4128
4129 * gdb.texinfo: Document Cygwin native specific commands.
4130
56460a61
DJ
41312002-02-15 Daniel Jacobowitz <drow@mvista.com>
4132
4133 * gdb.texinfo: Document gdbserver ``--attach'' command.
4134
def71bfa
MS
41352002-02-07 Michael Snyder <msnyder@redhat.com>
4136
4137 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
4138 to @code(_ovly_debug_event).
4139
c928edc0
AC
41402002-02-07 Andrew Cagney <ac131313@redhat.com>
4141
4142 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
4143
81d46470
MS
41442002-02-06 Michael Snyder <msnyder@redhat.com>
4145
4146 * gdb.texinfo (overlays): Mention new magic symbol
4147 '_ovly_debug_event', which allows GDB to keep better track
4148 of overlays.
4149
f7dc1244 41502002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
4151
4152 * gdb.texinfo (Memory Region Attributes): Fix the wording.
4153 Suggested by Dmitry Sivachenko.
4154
4155 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
4156
15110bc3
MS
41572002-02-01 Michael Snyder <msnyder@redhat.com>
4158
4159 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
4160
6763aef9
MS
41612002-01-30 Michael Snyder <msnyder@redhat.com>
4162
ac282366
MS
4163 * gdb.texinfo: (remote protocol): Gramatical fix-up.
4164 (set trust-readonly-sections): Document.
6763aef9 4165
8642bc8f
AC
41662002-01-29 Andrew Cagney <ac131313@redhat.com>
4167
4168 * gdbint.texinfo (Releasing GDB): Revise and update.
4169
afe64c1a
AC
41702002-01-28 Andrew Cagney <ac131313@redhat.com>
4171
4172 * gdbint.texinfo (Target Architecture Definition): Delete
4173 description of TARGET_BYTE_ORDER_DEFAULT.
4174
f7dc1244 41752002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
4176
4177 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
4178 <mitya@cavia.pp.ru>.
4179
3d6e1b5a
AC
41802002-01-23 Andrew Cagney <ac131313@redhat.com>
4181
4182 * libgdb.texinfo: Delete file.
4183
6c0e9fb3
AC
41842002-01-22 Andrew Cagney <ac131313@redhat.com>
4185
4186 * gdb.texinfo: Remove makeinfo 3.12 hacks.
4187 * gdbint.texinfo: Ditto.
4188
e0ce93ac
AC
4189Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
4190
4191 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
4192
be298bcc
AC
41932002-01-22 Andrew Cagney <ac131313@redhat.com>
4194
4195 * Makefile.in: Update copyright.
4196 (TEXI2DVI): Define.
4197 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
4198 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
4199 gdb-cfg.texi.
4200 (TEXINDEX, PDFTEX): Delete makefile variables.
4201
8e04817f
AC
42022002-01-22 Andrew Cagney <ac131313@redhat.com>
4203
4204 * gdb.texinfo (Protocol): Move section to appendix.
4205
6b2f586d
AC
42062002-01-21 Andrew Cagney <ac131313@redhat.com>
4207
4208 * gdb.texinfo (Remote Debugging): Create a menu.
4209 (Top): Add ``Remote Debugging'' to menu.
4210
6f05cf9f
AC
42112002-01-21 Andrew Cagney <ac131313@redhat.com>
4212
4213 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
4214 serial protocol'' from here.
4215 (Remote Debugging): To here. New chapter.
4216
3fd3d7d2
AC
42172002-01-20 Andrew Cagney <ac131313@redhat.com>
4218
4219 * gdbint.texinfo (Target Architecture Definition): Delete
4220 description of TARGET_BYTE_ORDER_SELECTABLE_P.
4221
7fd60527
AC
42222002-01-20 Andrew Cagney <ac131313@redhat.com>
4223
4224 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
4225 are no longer needed.
4226 (Porting GDB): Add maintainer note about configure.host.
4227
c2f05ac9
AC
42282002-01-20 Andrew Cagney <ac131313@redhat.com>
4229
4230 * gdbint.texinfo (Target Architecture Definition): Remove
4231 definition of IEEE_FLOAT.
4232
f7dc1244 42332002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
4234
4235 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
4236 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
4237 <3diff@gnu.org>
231b2aad 4238
82600034
AC
42392002-01-19 Andrew Cagney <ac131313@redhat.com>
4240
4241 * gdbint.texinfo (Host Definition): Remove references to
4242 MALLOC_INCOMPATIBLE.
4243
7708fa01
AC
42442002-01-17 Andrew Cagney <ac131313@redhat.com>
4245
4246 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
4247 and xyz-xdep.o.
4248
eb12ee30
AC
42492002-01-17 Andrew Cagney <ac131313@redhat.com>
4250
4251 * gdb.texinfo (Maintenance Commands): Add appendix.
4252 (Set Breaks): Copy ``maint info breakpoint'' doco to
4253 ``Maintenance Commands'' appendix. Add reference.
4254
c9ccaa92
AC
42552002-01-17 Andrew Cagney <ac131313@redhat.com>
4256
4257 * fdl.texi: Remove next/prev from @node.
4258
f7dc1244 42592002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
4260
4261 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
4262 for monstrous @multitable (from Brian Youmans).
4263
4264 * fdl.texi: New file.
4265
4266 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
4267
8973da3a
AC
42682002-01-15 Andrew Cagney <ac131313@redhat.com>
4269
4270 * gdbint.texinfo (Releasing GDB): New chapter.
4271
7d86b5d5
AC
42722002-01-14 Andrew Cagney <ac131313@redhat.com>
4273
4274 * gdb.texinfo (Embedded Processors, Calling program functions):
4275 Obsolete references to a29k.
4276
cc1cb004
AC
42772002-01-13 Andrew Cagney <ac131313@redhat.com>
4278
4279 * gdbint.texinfo (Coding): Review Cleanups section. Examples
4280 examples. Document that a code-block should do or discard its
4281 cleanups before exit.
4282
79f12247
MS
42832002-01-11 Michael Snyder <msnyder@redhat.com>
4284
4285 * gdb.texinfo (Choosing files): Change @samp to @file.
4286
19837790
MS
42872002-01-05 Michael Snyder <msnyder@redhat.com>
4288
4289 * gdb.texinfo (--pid): Document new command line option (attach).
4290
f7dc1244 42912002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
4292
4293 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
4294 in the stub.
4295
d7449b42
AC
42962002-01-04 Andrew Cagney <ac131313@redhat.com>
4297
4298 * gdbint.texinfo (Target Architecture Definition): Replace
4299 BIG_ENDIAN with BFD_ENDIAN_BIG.
4300
f23631e4
AC
43012002-01-03 Andrew Cagney <ac131313@redhat.com>
4302
4303 * gdbint.texinfo (Target Architecture Definition): Replace
4304 value_ptr with struct value pointer.
4305
72c9928d
EZ
43062002-01-02 Eli Zaretskii <eliz@gnu.org>
4307
4308 * gdb.texinfo (Free Software): Fix wording.
4309
959acfd1
EZ
43102001-12-31 Eli Zaretskii <eliz@gnu.org>
4311
4312 * gdb.texinfo (Free Software): New section ``Free Software Needs
4313 Free Documentation''.
4314
f7dc1244 43152001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
4316
4317 * stabs.texinfo:
4318 * gdb.texinfo:
4319 * gdbint.texinfo:
4320 * libgdb.texinfo:
4321 * annotate.texi: Fix the application of GFDL in the Copyright notice.
4322
6600abed
MS
43232001-12-29 Michael Snyder <msnyder@redhat.com>
4324
4325 * gdb.texinfo (maint info sections): Fix typo.
4326
f6680716
MS
43272001-12-26 Michael Snyder <msnyder@redhat.com>
4328
fe95c787
MS
4329 * gdb.texinfo (maint info sections): Document.
4330
a9331b3f 4331 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
4332 'info proc' sub-options that are currently not implemented.
4333
c3d3ce5b
JB
43342001-12-20 Jim Blandy <jimb@redhat.com>
4335
4336 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
4337
778eb05e
AC
43382001-12-15 Andrew Cagney <ac131313@redhat.com>
4339
4340 * gdbint.texinfo (Target Architecture Definition): Replace
4341 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
4342
2607059c
AC
43432001-12-01 Andrew Cagney <ac131313@redhat.com>
4344
4345 * gdbint.texinfo (Host Definition): Delete documentation on
4346 HOST_BYTE_ORDER.
4347
df0cd8c5
JB
43482001-11-30 Jim Blandy <jimb@redhat.com>
4349
4350 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 4351 overlay support. Add to top-level menu.
df0cd8c5 4352
88118b3a
TT
43532001-11-26 Tom Tromey <tromey@redhat.com>
4354
4355 * gdb.texinfo (Command Syntax): Document C-o binding.
4356
96565e91
CF
43572001-07-26 Christopher Faylor <cgf@redhat.com>
4358
4359 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
4360 use since it is described in the referenced section.
4361
f7dc1244 4362 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
4363 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
4364 clearer when using DJGPP.
4365
2a3d5645
CF
43662001-11-24 Christopher Faylor <cgf@redhat.com>
4367
4368 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
4369 specifically refer to MS-DOS.
4370 (command files): Mention gdb.ini is only used on MS-DOS.
4371
aa26fa3a
TT
43722001-11-21 Tom Tromey <tromey@redhat.com>
4373
4374 * gdb.texinfo (Invoking GDB): Document --args.
4375 (Mode Options): Likewise.
4376
4f8ada06
JB
43772001-11-21 Jim Blandy <jimb@redhat.com>
4378
4379 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
4380 Delete documentation; this macro has been removed from the
4381 sources.
4382
3fe0dc10
JB
43832001-11-13 Jim Blandy <jimb@redhat.com>
4384
4385 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
4386
9e5abb06
CV
43872001-11-06 Corinna Vinschen <vinschen@redhat.com>
4388
4389 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
4390
1c5dfdad
MS
43912001-11-05 Michael Snyder <msnyder@redhat.com>
4392
a9331b3f 4393 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
4394 quote regexp chars in function names such as "operator*()".
4395
990f9fe3
FF
43962001-11-01 Fred Fish <fnf@redhat.com>
4397
4398 * gdbint.texinfo (SOLIB_ADD): Document additional new
4399 "readsyms" arg.
4400
b433d00b
DH
44012001-10-30 Don Howard <dhoward@redhat.com>
4402
070b1dd3
DH
4403 * gdb.texinfo: (Command Files) Added documentation for the
4404 behavior of gdb with input redirected from a file.
b433d00b 4405
b7209cb4
FF
44062001-10-28 Fred Fish <fnf@redhat.com>
4407
4408 * gdb.texinfo (auto-solib-add): Change docs to match
4409 implementation change.
4410 (auto-solib-limit): Add docs for new variable.
4411
1aa20aa8
AC
44122001-10-15 Andrew Cagney <ac131313@redhat.com>
4413
4414 * gdbint.texinfo (Target Architecture Definition): Function
4415 value_as_pointer renamed to value_as_address.
4416
fc0c74b1
AC
44172001-10-15 Andrew Cagney <ac131313@redhat.com>
4418
4419 * gdbint.texinfo (Target Architecture Definition): Default
4420 POINTER_TO_ADDRESS functions assume unsigned addresses.
4421 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
4422 posting by Jim Blandy.
4423
f4846649
JB
44242001-10-12 Jim Blandy <jimb@redhat.com>
4425
4426 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
4427 version of texi2html (1.64) doesn't support this flag any more.
4428
f277788b
MK
44292001-09-08 Mark Kettenis <kettenis@gnu.org>
4430
a9dc4918
MK
4431 * gdbint.texinfo (Host Definition): Remove description of
4432 MEM_FNS_DECLARED.
4433
d28379df
MK
4434 * gdbint.texinfo (Host Definition): Remove description of R_OK.
4435
f277788b
MK
4436 * gdbint.texinfo (Host Definition): Remove description of
4437 HAVE_SIGSETMASK.
4438
7ccaa899
EZ
44392001-09-04 Elena Zannoni <ezannoni@redhat.com>
4440
4441 * gdbint.texinfo (Target Architecture Definition): Add
4442 explanation of TARGET_PRINT_INSN macro.
4443
17d9d558
JB
44442001-08-30 Jim Blandy <jimb@redhat.com>
4445
4446 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
4447 Explain what it means to load relocatable files.
4448
72cde065
JB
44492001-08-28 Jim Blandy <jimb@redhat.com>
4450
4451 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
4452 info `top' menu.
4453
9e678452
CF
4454Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
4455
4456 * gdbint.texinfo: Add a cautionary note about macro use.
4457
a2bea4c3 44582001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 4459
a2bea4c3
CV
4460 * gdb.texinfo: Explain omitting the hostname in the
4461 `target remote' command.
4462
1129bf27
DJ
44632001-07-30 Daniel Jacobowitz <drow@mvista.com>
4464
4465 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
4466 and END-INFO-DIR-ENTRY.
4467
732b3002
SC
44682001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4469
4470 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
4471
89437448
AC
44722001-07-25 Andrew Cagney <ac131313@redhat.com>
4473
4474 * gdbint.texinfo (libgdb): Rewrite.
4475
f7dc1244 44762001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
4477
4478 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
4479
c4555f82
SC
44802001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4481
4482 * gdb.texinfo (TUI): New chapter, document the TUI.
4483 (Mode Options): Document the -tui option.
4484
2f45a6e0
MK
44852001-07-23 Mark Kettenis <kettenis@gnu.org>
4486
4487 * gdbint.texinfo (Host Definition): Remove description of
4488 NEED_POSIX_SETPGID.
4489
f7dc1244 44902001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
4491
4492 * gdb.tex (DJGPP Native): New node, with descriptions of
4493 DJGPP-specific commands.
4494
be9c6c35
JM
44952001-07-19 John R. Moore <jmoore@redhat.com>
4496
4497 * gdbint.texinfo: Three misspellings.
4498
dfa249fb
AC
44992001-07-06 Andrew Cagney <ac131313@redhat.com>
4500
4501 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
4502 `test` expressions on bash. Problem reported by Colin Walters.
4503
c72e7388
AC
45042001-07-04 Andrew Cagney <ac131313@redhat.com>
4505
4506 * gdbint.texinfo (User Interface): Update ui-out documentation to
4507 refelect recent UI/MI updates.
4508
94bbb2c0
AC
45092001-07-04 Andrew Cagney <ac131313@redhat.com>
4510
4511 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
4512 interpreters.
4513
af6c57ea
AC
45142001-06-15 Andrew Cagney <ac131313@redhat.com>
4515
4516 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
4517 structure and not macros.
4518 (Host Definition): Document that much of this chapter is obsolete.
4519 (Target Architecture Definition): Update list of files that make
4520 up a target architecture.
4521 (Coding): Update.
4522
83aa8bc6
AC
45232001-06-28 Andrew Cagney <ac131313@redhat.com>
4524
4525 * gdbint.texinfo (Target Architecture Definition): Update
4526 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
4527 The latter has been changed to a true predicate.
4528
f7dc1244 45292001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
4530
4531 * annotate.texi: Add @noindent where needed. From Dmitry
4532 Sivachenko <dima@Chg.RU>.
4533 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
4534
656db9b0
AC
45352001-06-16 Andrew Cagney <ac131313@redhat.com>
4536
4537 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
4538
df2396a1
AC
45392001-06-14 Andrew Cagney <ac131313@redhat.com>
4540
4541 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
4542 returns ``OK''. Document that the ``R'' packet does not reply.
4543
0f1f2b0a
MS
45442001-06-13 Michael Snyder <msnyder@redhat.com>
4545
4546 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
4547
f7dc1244 45482001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
4549
4550 * gdb.texinfo (Signals): Clarify the default setting of signal
4551 handling.
4552
a5d7c491
AC
45532001-05-14 Andrew Cagney <ac131313@redhat.com>
4554
4555 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
4556 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
4557
05a54c4f
AC
45582001-05-12 Andrew Cagney <ac131313@redhat.com>
4559
4560 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
4561
f7dc1244 45622001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
4563
4564 * gdbint.texinfo (Clean Design and Portable Implementation):
4565 Renamed from "Clean Design".
4566 (Clean Design and Portable Implementation): Document portable
4567 methods of handling file names, and the associated macros.
4568
f7dc1244 45692001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
4570
4571 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
4572 command and provide a cross-reference to its description.
4573 (Symbols): Note that "info scope" is useful for trace experiments.
4574
f7dc1244 45752001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 4576
b37052ae
EZ
4577 * gdb.texinfo (Symbols): Document "info scope".
4578 (Tracepoints): New chapter.
4579 (Contributors): Update for v5.1.
4580 <All nodes>: Change "C++" to "C@t{++}".
4581
0ee54786
EZ
4582 * gdbint.texinfo (User Interface): A new section about ui_out
4583 functions, based on text written by Fernando Nasser.
4584
c534679c
EZ
4585 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
4586
f7dc1244 45872001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 4588
e9c75b65
EZ
4589 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
4590
4591 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
4592
4593 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
4594 Replace "GDB" with "@value{GDBN}". Fix markup.
4595
4596 * annotate.texi: Change Permissions to GFDL. Update Copyright.
4597
3d67e040
EZ
4598 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
4599 a cross-reference to its description.
4600 (Symbols): Document "info symbol".
4601
f7dc1244 46022001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
4603
4604 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
4605 subsection "x86 Watchpoints".
4606 (Target Architecture Definition): Document the macros
4607 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
4608 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
4609
b0ed3589
AC
46102001-03-20 Andrew Cagney <ac131313@redhat.com>
4611
4612 * gdbint.texinfo (Target Architecture Definition): Update
4613 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
4614 list.
4615
b6ba6518
KB
46162001-03-06 Kevin Buettner <kevinb@redhat.com>
4617
4618 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
4619 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
4620
f7dc1244 46212001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
4622
4623 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
4624
f7dc1244 46252001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 4626
17cc6a06
EZ
4627 * gdb.texinfo (Environment): Document that `path' does not change
4628 the value of PATH in GDB's own environment (it did in the past,
4629 but that was changed on March 15, 1994). Reported by Doug Evans
4630 <dje@transmeta.com>.
4631
56caf160
EZ
4632 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
4633 its line. Fix markup of commands and macros. Add an Index node
4634 and index entries.
4635
29e57380
C
46362001-01-23 J.T. Conklin <jtc@redback.com>
4637
4638 * gdb.texinfo (Memory region attributes): New manual section.
4639
1c6147de
ND
46402001-01-04 Nicholas Duffek <nsd@redhat.com>
4641
4642 * gdbint.texinfo (POP_FRAME): Document use by return_command.
4643
f7dc1244 46442000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
4645
4646 * refcard.tex: Version and copyright fixed. From Phil Edwards
4647 <pedwards@disaster.jaj.com>.
4648
0dcedd82
AC
4649Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
4650
4651 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
4652 DWARF2_REG_TO_REGNUM): Document.
4653
3b851bce
AC
4654Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
4655
4656 * gdbint.texinfo (Coding): Update current value of
4657 --enable-build-warnings. Mention --enable-gdb-build-warnings.
4658
f7dc1244 46592000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
4660
4661 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
4662 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
4663
b90a5f51
CF
46642000-11-10 Christopher Faylor <cgf@cygnus.com>
4665
4666 * gdb.texinfo: Document new 'set step-mode' command.
4667
f7dc1244 46682000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
4669
4670 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
4671 changes from Dmitry Sivachenko <dima@Chg.RU>.
4672
f7dc1244 46732000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
4674
4675 * gdb.texinfo (Hooks): Document the new post-hook functionality.
4676 From Steven Johnson <sbjohnson@ozemail.com.au>.
4677
2e685b93
MK
46782000-08-10 Mark Kettenis <kettenis@gnu.org>
4679
4680 * gdbint.texinfo (Overall Structure): Spelling fix.
4681
f7dc1244 46822000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
4683
4684 * gdbint.texinfo (Target Architecture Definition): Document that
4685 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
4686 for which REGISTER_CONVERTIBLE returns a zero value.
4687
63ac3005
EZ
46882000-07-08 Christopher Faylor <cgf@cygnus.com>
4689
4690 * Makefile.in (install-info): Find files to install in either the
4691 build or source directories (adapted from Makefile.am).
4692
bd79f757
ND
46932000-07-07 Nicholas Duffek <nsd@redhat.com>
4694
4695 * stabs.texinfo: Fix spelling errors.
4696 (String Field): FILE-NUMBER starts from 0, not 1.
4697
f7dc1244 46982000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
4699
4700 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 4701 Brian Youmans.
5f208f6d 4702
f7dc1244 47032000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
4704
4705 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
4706 the source directory. Reported by Mark Harig
4707 <markh@frazier.landmark.com>.
cc542d3b 4708
f3b28801
C
47092000-06-20 J.T. Conklin <jtc@redback.com>
4710
4711 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
4712
449f3b6c
AC
4713Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
4714
4715 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
4716 Generate using pdftex.
4717 (PDFTEX): Define.
4718 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
4719 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
4720 @contents at the start.
4721
f7dc1244 47222000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
4723
4724 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 4725 Youmans.
48e934c6 4726
9e9c5ae7
AC
4727Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
4728
4729 From Brian Youmans:
4730 * gdb.texinfo: Fix ``et al.''.
4731
c741b251
AC
4732Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
4733
4734 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
4735 loop.
4736
4ab64e14
JG
47372000-05-19 Jimmy Guo <guo@cup.hp.com>
4738
4739 * configure: Regenerate.
4740
f7dc1244 47412000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
4742
4743 * Makefile.in (install-info): Run install-info on installed Info
4744 files.
4745
8c70017b
AC
4746Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
4747
a7cb598a
AC
4748 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
4749 Andrew Cagney.
8c70017b 4750
f7dc1244 47512000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
4752
4753 * gdb.texinfo: Proofreading changes from Brian Youmans.
4754
bf0184be
ND
47552000-05-01 Nick Duffek <nsd@cygnus.com>
4756
4757 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
4758 startup sequence, minor edits.
4759
f7dc1244 47602000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
4761
4762 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
4763 TeX.
4764
4765 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
4766 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
4767 like `n' and `s' which look weird. Convert some of the @kindex to
4768 @vindex, when they refer to variables, not commands.
4769
33e16fad
AC
4770Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
4771
4772 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
4773
f7dc1244 47742000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
4775
4776 * Makefile.in (GDBMI_DIR): New variable.
4777 (SET_TEXINPUTS): Add $(GDBMI_DIR).
4778 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
4779 (gdbmi.texinfo): New target, for texi2roff.
4780 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
4781 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
4782
4783 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
4784 gdbmi.texinfo.
4785 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
4786 comment.
4787
d167840f
EZ
47882000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4789
4790 * gdb.texinfo (Files): Update description of add-symbol-file
4791 command.
4792
f7dc1244 47932000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
4794
4795 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
4796 prevents the build (and is generally a Bad Idea).
4797
f7dc1244 47982000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
4799
4800 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
4801 a comma inside @var.
4802 (Command Files): Index markup changes from Dmitry Sivachenko
4803 <dima@Chg.RU>.
4804
f7dc1244 48052000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
4806
4807 * Makefile.in (LN_S): Define.
4808 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
4809 invoke "ln -s" unless it is known to work.
4810
4811 * configure.in (AC_PROG_LN_S): Add.
4812
8dc7983f
JB
48132000-04-14 Jim Blandy <jimb@redhat.com>
4814
4815 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
4816 section.
4817 (Target Conditionals): Document ADDRESS_TO_POINTER,
4818 POINTER_TO_ADDRESS.
4819
1a8237e8
DB
48202000-04-11 Daniel Berlin <dan@cgsoftware.com>
4821
4822 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
4823 gdb-cfg.texi to get the value.
4824
ca526f1a
JB
48252000-04-10 Jim Blandy <jimb@redhat.com>
4826
4827 * gdbint.texinfo (Target Architecture Definition): Fix
4828 cross-references.
4829
faaafcb4
JB
48302000-04-08 Jim Blandy <jimb@redhat.com>
4831
4832 * gdbint.texinfo (Using Different Register and Memory Data
4833 Representations): New section.
4834 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
4835 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
4836 REGISTER_CONVERT_TO_RAW): Document.
4837
1b27397f
AC
4838Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
4839
4840 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
4841 for acknowledgments.
4842
480ff1fb
AC
4843Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
4844
4845 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
4846 qThreadExtraInfo.
4847
a9331b3f 48482000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 4849
a9331b3f
RM
4850 * gdb.texinfo: Clarify which remote debug protocol commands are
4851 required and which are optional.
f1251bdd 4852
dbeb8dbd
AC
4853Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
4854
4855 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
4856 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
4857 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
4858 * annotate.texi: Update.
4859
6d2ebf8b
SS
48602000-03-28 Stan Shebs <shebs@apple.com>
4861
4862 * gdb.texinfo: Update dates, bump to Eighth Edition (note
4863 expectation of additional changes before release), update
4864 ISBN, add copy of top-level menu for @ifhtml, remove explicit
4865 node links, rephrase and/or shorten lines to fix formatting
4866 problem in both regular and @smallbook formats.
4867 * annotate.texi: Shorten lines in example, use smallexample
4868 consistently everywhere.
4869 * Makefile.in: Add comment about texinfo 4.0 html generation.
4870 (SFILES_INCLUDED): Add annotate.texi.
4871
5d161b24
DB
48722000-03-27 Daniel Berlin <dan@cgsoftware.com>
4873
5ae4183a
AS
4874 * gdb.texinfo (Debugging Output): Added new section, documenting
4875 the "set/show debug" commands.
5d161b24 4876
b9deaee7
AC
4877Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
4878
4879 * annotate.texi (Annotations): When GDBN omit @chapter and @node
4880 entry.
4881
4882 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
4883 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
4884 @chapter and @node entries.
a9331b3f 4885
b9deaee7 4886 * gdb.texinfo: Link all top-level nodes.
a9331b3f 4887
9ef47d30
AC
4888Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
4889
4890 * Makefile.in (install-info): Create $(infodir) before installing
4891 files.
4892
cfeada60
FN
48932000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
4894
4895 From David Whedon <dwhedon@gordian.com>
5ae4183a 4896 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 4897
6837a0a2
DB
48982000-03-22 Daniel Berlin <dan@cgsoftware.com>
4899
4900 * gdb.texinfo: Add documentation for the apropos command.
4901
bba2971c
MS
49022000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
4903
4904 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
4905
2b628194
MS
49062000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
4907
a9331b3f 4908 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
4909 two places.
4910
96a2c332
SS
49112000-03-17 Stan Shebs <shebs@apple.com>
4912
4913 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
4914 <dima@Chg.RU>, also clarification of allowed content for
4915 string constants.
4916
f7dc1244 49172000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
4918
4919 * gdb.texinfo (main menu): Add Annotations.
4920 (File Options): Add @cindex entries for each command-line option.
4921 Document --epoch, --annotate, --async, --interpreter, --write,
4922 --statistics, and --version.
4923
4924 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
4925 of GDB.
4926
9d233477
JB
49272000-02-23 Jim Blandy <jimb@redhat.com>
4928
4929 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
4930
14e0eb3b
JB
49312000-02-22 Jim Blandy <jimb@redhat.com>
4932
4933 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
4934
3555de01
JM
49352000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
4936
4937 * Makefile.in (diststuff): New target.
4938
5e35df8e
KB
49392000-02-15 Kevin Buettner <kevinb@redhat.com>
4940
4941 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 4942 architecture. [From Jim Wilson.]
5e35df8e 4943
c5394b80
JM
49442000-01-16 Tom Tromey <tromey@cygnus.com>
4945
4946 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
4947 (Delete Breaks): Mention range arguments.
4948 (Disabling): Likewise.
4949
c3f6f71d
JM
49502000-01-05 Dmitry Sivachenko <dima@Chg.RU>
4951
4952 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
4953
c4093a6a
JM
4954Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
4955
4956 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
4957 valid functions.
4958
11cf8741
JM
49591999-11-05 Stan Shebs <shebs@andros.cygnus.com>
4960
4961 * gdb.texinfo: Clarify regular expressions used in rbreak.
4962
917317f4
JM
49631999-10-15 Kevin Buettner <kevinb@cygnus.com>
4964
4965 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
4966 MEMORY_REMOVE_BREAKPOINT): Document.
4967
4968Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
4969
4970 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
4971 offset re-using the DATA offset instead.
4972
2df3850c
JM
49731999-10-11 Jim Kingdon <kingdon@redhat.com>
4974
4975 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
4976
49771999-10-05 Stan Shebs <shebs@andros.cygnus.com>
4978
4979 From Dmitry Sivachenko <demon@gpad.ac.ru>:
4980 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
4981 typos.
4982
4983 * gdb.texinfo: Various minor wording and formatting improvements,
4984 mentions of additional command-line options.
4985
2acceee2
JM
49861999-09-30 Fred Fish <fnf@cygnus.com>
4987
4988 * gdb.texinfo: Document additional forms of specifying section
4989 names and addresses for the add-symbol-file command.
4990
c2c6d25f
JM
49911999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
4992
4993 * gdbint.texinfo: Fix typo, add the word "have".
4994
49951999-09-14 Jim Blandy <jimb@cris.red-bean.com>
4996
4997 * gdbint.texinfo (Target Architecture Definition): Document the
4998 SKIP_PERMANENT_BREAKPOINT macro.
4999
d4f3574e
SS
50001999-09-07 Stan Shebs <shebs@andros.cygnus.com>
5001
5002 * gdb.texinfo: Fiks speling errers.
5003
5004 * gdb.texinfo: Fix uses of @multitable.
5005
f7dc1244 5006 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e
SS
5007 * gdb.texinfo: Include details specific to DOS host, clarify
5008 some confusing language, fix @ref/@xref/@pxref usages, add
5009 comments about using with optimization, add more indexing,
5010 fix info about disassembly-flavor.
5011
5012Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
5013
5014 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
5015 SKIP_SOLIB_RESOLVER): Define.
5016
5017Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
5018
5019 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
5020 ``g'' packets.
5021
104c1213
JM
50221999-08-30 Stan Shebs <shebs@andros.cygnus.com>
5023
5024 * gdb.texinfo: Create a new "Configurations" chapter with
5025 platform-specific info, inline remote.texi and move sections of it
5026 into the new chapter, move bits about info proc, heuristic search,
5027 and register stack into the new chapter.
5028 * remote.texi: Remove, now part of gdb.texinfo.
5029 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
5030
50311999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
5032
5033 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
5034 GDB_TARGET_IS_MACH386): These kludges have gone away.
5035
5036Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
5037
5038 * gdbint.texinfo (Target Architecture Definition): Mention
5039 TDEPLIBS.
5040
53a5351d
JM
50411999-08-20 Stan Shebs <shebs@andros.cygnus.com>
5042
5043 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
5044 surrounding text to fit HP-UX bits into general info.
5045 (HPPA-cfg.texi): Remove, no longer useful.
5046
5047 * gdb.texinfo: Remove explicit links from @node lines, remove
5048 HP-added "Detailed Node Listing" from main menu which confuses
5049 things.
5050
5051 From Dmitry Sivachenko <dima@Chg.RU>:
5052 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
5053 in description of `set environment'.
5054
50551999-08-17 Stan Shebs <shebs@andros.cygnus.com>
5056
5057 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
5058
7be570e7
JM
50591999-08-12 Ben Elliston <bje@cygnus.com>
5060
5061 * gdbint.texinfo (Breakpoint Handling): Add missing words.
5062
f7dc1244 50631999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
5064
5065 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
5066 watch, awatch, and rwatch. Explain why the latter two cannot be
5067 set as software watchpoints. Document that watchpoints for local
5068 variables are deleted when the debuggee terminates.
5069
5070Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
5071
5072 * remote.texi (Protocol): Further clarification of the "qRcmd"
5073 packet. Allow E.. response packet. "qRcmd" packet is no longer
5074 reserved.
5075
50761999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5077
a9331b3f
RM
5078 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
5079 * gdb.texinfo: Ditto.
7be570e7 5080
96baa820
JM
50811999-08-06 Tom Tromey <tromey@cygnus.com>
5082
5083 * gdb.texinfo (KOD): New node.
5084
5085Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
5086
5087 * remote.texi (Rcmd): Fix minor formatting typos.
5088
5089Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
5090
5091 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
5092 packets.
5093
adf40b2e
JM
50941999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
5095
5096 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
5097 fixes.
5098
43ff13b4
JM
5099Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
5100
5101 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
5102
085dd6e6
JM
5103Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
5104
5105 * remote.texi (Communication Protocol): ``v'' is in use. Fix
5106 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
5107 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
5108 packets that are not supported on all hosts. Expand examples.
5109 Spell check.
5110
51111999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
5112
5113 * Makefile.in: Recognize html, install-html. Add targets
5114 to build HTML versions of documentation via texi2html.
5115
5116Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
5117
5118 * gdbint.texinfo (Testsuite): New chapter, information about the
5119 testsuite.
5120
5121Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
5122
5123 * remote.texi (Communication Protocol): Rewrite.
5124
5125Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
5126
5127 * stabs.texinfo: Fix uses of xref.
5128
9e0b60a8
JM
5129Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
5130
5131 * gdbint.texinfo: Add an anti-printf exhortation, and update the
5132 info about patch submission.
5133
cce74817
JM
5134Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
5135
5136 From Per Bothner <bothner@cygnus.com>:
5137 * gdb.texinfo: Document Chill support.
5138
5139Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
5140
5141 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
5142 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
5143 Document that the value should be greater-than or equal-to zero.
5144 (NO_STD_REGS): Document. Deprecate.
5145
ac9a91a7
JM
5146Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
5147
5148 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
5149 Document that these are not used.
5150
5151Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
5152
5153 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
5154
392a587b
JM
5155Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
5156
5157 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
5158 numargs was dropped.
5159
5160Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
5161
5162 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
5163
b83266a0
SS
5164Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
5165
5166 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
5167 Update.
5168
7a292a7a
SS
5169Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
5170
5171 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
5172 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
5173
5174Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
5175
5176 * gdbint.texinfo: Fix typos: $ -> @.
5177
5178Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
5179
5180 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
5181 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
5182 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
5183 BREAKPOINT_FROM_PC.
a9331b3f 5184
7a292a7a
SS
5185Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
5186
5187 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
5188 CALL_DUMMY_STACK_ADJUST): Document.
5189
5190Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
5191
5192 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
5193 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
5194
51951999-04-02 Stan Shebs <shebs@andros.cygnus.com>
5196
5197 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
5198 longer exists.
5199
5200Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
5201
5202 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
5203 nearly all @ifset/@ifclear conditionals; nobody uses them, and
5204 they make the manual source incomprehensible.
5205 * h8-cfg.texi: Remove, hasn't been used in years.
5206
c906108c
SS
5207Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
5208
5209 * gdb.texinfo: Update the credits.
5210
5211Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
5212
5213 * gdb.texinfo: Fix mistakes noticed in printout of last
5214 draft, add Alpha to discussion of heuristic fence post.
5215
5216Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
5217
5218 * gdb.texinfo, remote.texi: Many changes; update to Seventh
5219 Edition, merge some HP changes into mainline, describe some
5220 previously undocumented features, describe more of the target
5221 commands available, eliminate obsolete section on renamed
5222 commands.
5223 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
5224
5225Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
5226
5227 * gdb.texinfo: Make many HPPA conditionals unconditional,
5228 including catchpoint description, since now on for all configs.
5229 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
5230 specializations.
5231
5232Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
5233
5234 * Makefile.in (GDBvn.texi): Fix match expression to work with
5235 current format of VERSION in gdb/Makefile.in.
5236 * gdb.texinfo: Fix node ref to match new readline.
5237
5238Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
5239
a9331b3f
RM
5240 * gdb.texinfo: Changes made as part of a project to merge in
5241 changes made by HP. Documentation makes extensive use of
c906108c
SS
5242 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
5243 on remote debugging. There are differences in documentation
5244 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
5245 the HP manual discusses catchpoints, hardware watchpoints, and
5246 some HPUX specific limitations for shared library support.
a9331b3f 5247
c906108c
SS
5248 There are also a number of @node changes.
5249
52501999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
5251
5252 * gdbint.texinfo (Formatting): Disambiguate a sentence.
5253 (C Usage): Same.
5254
5255Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
5256
5257 The following changes were made by Edith Epstein
5258 <eepstein@cygnus.com> as part of a project to merge in changes
5259 made by HP.
a9331b3f 5260
c906108c
SS
5261 * HPPA-cfg.texi: new file.
5262
5263 * all-cfg.texi: set HPPA for HP PA-RISC targets.
5264
5265 * refcard.tex: change documentation about catch.
5266 removed info catch.
5267
5268Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
5269
5270 * gdbint.texinfo: Expand on GDB's coding standards,
5271 specify the use of arg names with prototypes.
5272
52731998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
5274
5275 * gdb.texinfo: Fix tipo.
5276
5277Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
5278
5279 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
5280 TARGET_BYTE_ORDER_SELECTABLE_P.
5281
5282Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
5283
5284 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
5285
52861998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
5287
5288 * agentexpr.texi: New file.
5289
5290Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
5291
5292 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
5293
52941998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
5295
5296 * remote.texi: Changed wording that implied that the GDB remote
5297 protocol caches register values instead of GDB itself.
5298
5299Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
5300
5301 * gdbint.texinfo: Add some info about symbol readers.
5302 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
5303 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
5304 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
5305 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
5306
5307Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
5308
a9331b3f 5309 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
5310
5311Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
5312
5313 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
5314
5315Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
5316
5317 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
5318 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
5319
5320Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
5321
5322 * gdbint.texinfo: Fix minor typos.
5323
5324Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
5325
5326 * gdbint.texinfo: Complete overhaul. Group descriptions more
5327 logically, add more info on generic algorithms, remove much
5328 obsolete and/or wrong material.
5329
5330Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
5331
5332 * stabs.texinfo (Method Type Descriptor): Expand and correct.
5333
5334Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
5335
5336 * refcard.tex: Copyright, address updates.
5337
5338Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
5339
5340 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
5341 for the edition instead of confusing GDB-version-like numbers.
5342
5343Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
5344
5345 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
5346
5347Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
5348
5ae4183a 5349 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
5350
5351Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
5352
5353 * gdb.texinfo: Add some credits, mention bug monitor.
5354 * remote.texi: Mention mips monitor targets.
5355 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 5356
c906108c
SS
5357Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
5358
5359 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
5360 files, finish sorting of host vs target vs native macros, describe
5361 some more of them.
5362
5363Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
5364
5365 * gdbint.texinfo (Host Conditionals): Document change from
5366 using NO_MMALLOC to it's inverse, USE_MMALLOC.
5367
5368Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
5369
5370 * gdbint.texinfo (Host Conditionals): Document
5371 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
5372
5373Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
5374
5375 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
5376 Document LSEEK_NOT_LINEAR.
5377
5378Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
5379
5380 * stabs.texinfo (Stab Section Basics): Make it clear that only
5381 some versions of the GNU linker remove the leading N_UNDF symbol.
5382
5383Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
5384
5385 * stabs.texinfo (String Field): Document type number pairs here,
5386 instead of in the Sun specific section.
5387 (Include Files): The GNU linker supports the N_BINCL
5388 optimization. Clarify the N_BINCL value, and what it is used
5389 for.
5390 (Procedures): Document N_FUN with an empty string to mark the end
5391 of a function.
5392 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
5393 (Sun Differences): Remove this node, as the information is now
5394 elsewhere in the main document.
5395 (Stab Section Basics): Mention that the GNU linker may optimize
5396 stabs and remove the leading N_UNDF symbol.
5397
5398Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
5399
5400 * gdb.texinfo, refcard.tex: Restore author credit
5401
5402Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
5403
5404 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
5405 documentation to account for START and END macros taking
5406 one arg.
5407
5408Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
5409
5410 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
5411 * gdb.texinfo (Frames): Fix typo.
5412
5413Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
5414
5415 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
5416 a target_signal as arg type, not a pid.
5417
5418Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
5419
5420 * gdb.texinfo: Document `set assembly-language'.
5421
5422Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
5423
5424 * remote.texi: Update list of stubs in the GDB distribution.
5425
5426Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
5427
5428 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
5429 Also document that some systems can use mmalloc but must define
5430 this if their C runtime allocates memory that is later freed.
5431 (MMCHECK_FORCE): Document new macro.
a9331b3f 5432
c906108c
SS
5433Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
5434
5435 * remote.texi: Add documentation for target Sparclet.
5436
5437Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
5438
a9331b3f 5439 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
5440 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
5441 * configure.in: Rewritten for autoconf.
5442 * configure: New.
5443
5444Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
5445
5446 * Makefile.in (DVIPS): New define, set to dvips.
5447 (dvi): Add stabs.dvi.
5448 (ps): New target.
5449 (all-doc): Depend on info, dvi, and ps targets.
5450 (STAGESTUFF): Add *.ps and *.dvi files.
5451 (clean-info, clean-dvi): Remove.
5452 (mostlyclean): Does not depend upon clean-info or clean-dvi,
5453 rules completely rewritten.
5454 (maintainer-clean): Remove clean-info and clean-dvi
5455 dependencies and put their actions in the rules.
5456 (gdb.ps): New target
a9331b3f 5457 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
5458 intermediate TeX files, whether they have 2 or 3 character
5459 extensions.
5460 (gdbint.ps): Add target and rules.
5461 (gdb-internals): Delete unused target.
5462 (Makefile): Depends upon config.status also.
5463
5464Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
5465
5466 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
5467 set.
5468
5469Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
5470
5471 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
5472 * gdb.texinfo (Expressions): Fix erroneous array constant example.
5473
5474Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
5475
5476 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
5477
5478Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5479
5480 * gdb.texinfo (Print settings): Document
5481 `set/show print static-members' commands.
5482
5483Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
5484
5485 * gdbint.texinfo (Native): Document name change, coredep.c to
5486 core-aout.c.
5487
5488Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
5489
5490 * stabs.texinfo (Include Files): Document the values the SunOS4
5491 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
5492
5493Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
5494
5495 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
5496 Fix typo.
5497
5498Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
5499
5500 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
5501 "gdb.tar.Z".
5502
5503Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
5504
5505 * Makefile.in (maintainer-clean): New target, synonym for
5506 realclean.
5507
5508Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
5509
5510 * Update all FSF addresses except those in COPYING* files.
5511
5512Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
5513
5514 From Richard Earnshaw (rearnsha@armltd.co.uk):
5515 * gdb.texinfo (convenience variables): Document $_exitcode.
5516 (quit): Document optional expression to use as exit code.
5517
5518Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
5519
5520 * gdb.texinfo, remote.texi: Brought up to date with various
5521 GDB changes.
5522
5523Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
5524
5525 * gdb.texinfo: Update dates and versions, fix comments about
5526 hardware watchpoints in future releases and about the
5527 sharedlibrary command.
5528
5529Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5530
5531 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
5532 C_FUN stab. Other cleanups.
5533
5534Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5535
5536 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
5537 for the sparc stub.
5538
5539Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5540
5541 * annotate.texi: Clarify which addresses have differing formats
5542 depending on the language and which do not.
5543
5544Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
5545
5546 * remote.texi (NetWare): Changed example to use BOARD= instead of
5547 NODE= argument to reflect correspoding change to gdbserve.nlm.
5548
5549Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5550
5551 * stabs.texinfo (Negative Type Numbers): Mention the fact that
5552 GDB, as well as AIX dbx, supports the size type attribute.
5553
5554Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5555
5556 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
5557
5558Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
5559
5560 * gdb.texinfo (Define): Document $arg0... arguments to commands,
5561 and new 'if' and 'while' commands.
5562
5563Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
5564
5565 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
5566
5567Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
5568
5569 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
5570 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
5571 NetWare targets. Mostly stolen from the Server node.
5572
5573Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5574
5575 * gdb.texinfo (Setting): Talk about the language of a source file
5576 versus the working language. The old documentation did not match
5577 what GDB did.
5578
5579Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5580
5581 * stabs.texinfo (Source Files): Document N_SO used to mark the end
5582 of a source file.
5583
5584Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5585
5586 * gdb.texinfo (Processes): New node.
5587
5588Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
5589
5590 * remote.texi: Update documentation of set/show mipsfpu.
5591
3fc11d3e
JM
5592Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
5593
5594 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
5595 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
5596
5597Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
5598
5599 * gdbint.texinfo: Removed mentions of some incorrectly placed and
5600 obsolete conditionals, described some others.
5601
5602Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5603
5604 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
5605 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
5606
5607Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
5608
5609 * gdbint.texinfo: Put regex conditionals in their own table.
5610
5611Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
5612
5613 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
5614 described or fixed the descriptions of many others.
5615
5616Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
5617
5618 * gdb.texinfo: Add some more credits.
5619 * gdbint.texinfo: Capitalize GDB consistently, describe some
5620 macros and remove some.
5621
5622Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
5623
5624 * gdbint.texinfo: Removed mentions of many incorrectly placed and
5625 obsolete conditionals, described some others.
5626
5627Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5628
5629 * gdb.texinfo (help targets): Changed to `help target', which
5630 is the correct gdb command.
5631
5632Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5633
5634 * annotate.texi (TODO): New node, for keeping track of annotations
5635 suggested but not yet implemented.
5636
5637Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5638
5639 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
5640 another symbol, it is not the address itself.
5641
5642Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
5643
5644 * stabs.texinfo (Stab Section Basics): Add comment about alignment
5645 of stabs-in-coff sections.
5646
5647Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5648
5649 * annotate.texi: Change edition to 0.5 and date to May 1994.
5650 Add index.
5651 (Frames): New node, for frame annotation.
5652 (Displays): New node, for display annotation.
5653
5654 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
5655 when waiting for your program to stop.
5656
5657Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5658
5659 * annotate.texi (Breakpoint Info): Document annotation of header
5660 fields and record annotation.
5661
5662Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5663
5664 * annotate.texi: New file, to document annotations.
5665
5666Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5667
5668 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
5669 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
5670
5671Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5672
5673 * stabs.texinfo (Stab Section Basics): Say what is in .stab
5674 section, and say n_strx field is compilation unit relative.
5675 * stabs.texinfo: Don't use @code for a.out when it is the name of
5676 an object file format.
5677
5678Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
5679
5680 * gdb.texinfo: Refer to file names, not path names, per rms
5681 convention.
5682 (Arguments): Fix typo.
5683
5684Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5685
5686 * stabs.texinfo (Global Variables): Talk about stabs in files
5687 where variables are referenced, but not defined.
5688
5689Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5690
5691 * stabs.texinfo: Move stuff on @ and # type descriptors from node
5692 Cplusplus to new nodes Member Type Descriptor and Method Type
5693 Descriptor. Re-write stuff for #.
5694
5695Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5696
5697 * gdb.texinfo (Print Settings): Don't document "set print
5698 fast-symbolic-addr off". The bug which it worked around was fixed
5699 on 25 Feb 94 in coffread.c, so I'm nuking the command.
5700
5701 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
5702 N_ENTRY node.
5703
5704 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
5705
5706Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5707
5708 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
5709 references to ieee-float.c.
5710
5711Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5712
5713 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
5714 match what the code actually does.
5715
5716Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5717
5718 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
5719
5720Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
5721
5722 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
5723 i, and b.
5724
5725Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
5726
5727 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
5728 well as for ELF and SOM. Unify the descriptions of ELF and SOM
5729 as "stabs in sections" rather than just saying "ELF and SOM".
5730 Also make that stuff apply to COFF.
5731
5732Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5733
5734 * gdb.texinfo (Formatting Documentation): Change GhostScript to
5735 Ghostscript.
5736
5737Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5738
5739 * gdb.texinfo (Continuing and Stepping): When talking about "step"
5740 versus functions without line numbers, also mention stepping into
5741 them as well as "step" when you are in them. Tell the user how to
5742 deal with the situation. Add comment about "debugging information".
5743
5744Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5745
5746 * stabs.texinfo (Enumerations): Document restriction on where
5747 enumeration types can appear and still win with GDB.
5748
5749Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5750
5751 * stabs.texinfo (Negative Type Numbers): Document format for type
5752 -16.
5753
5754Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5755
5756 * gdb.texinfo (Selection, Frame Info): Update information about
5757 arbitrary frame specficiations.
5758
5759Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
5760
5761 * gdb.texinfo, remote.texi: general editing pass prior to Net release
5762
5763Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5764
5765 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
5766
5767Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
5768
5769 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
5770
5771Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5772
5773 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
5774 Differences node to Statics node.
5775 (Statics): Discuss XCOFF use of V symbol descriptor.
5776
5777 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
5778 not clean.
5779
5780Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
5781
5782 * gdb.texinfo (Print Settings): Document `set print
5783 fast-symbolic-addr' and improve the doc for some other
5784 `set print's.
5785
5786Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5787
5788 * stabs.texinfo (String Field): Talk about defining several type
5789 numbers at once.
5790 Fix lint regarding changing node ELF Transformations to
5791 ELF and SOM Transformations.
5792
5793Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
5794
5795 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
5796
5797Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5798
5799 * stabs.texinfo (Cross-References): `::' is for nested types only
5800 within <>.
5801 (Structures): Document static members.
5802
5803Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5804
5805 * stabs.texinfo: Document S type attribute.
5806
5807Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
5808
5809 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
5810
5811Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
5812
5813 * gdbint.texinfo: Fix a few typos.
5814
5815Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5816
5817 * gdb.texinfo, remote.texi: formatting improvements
5818
5819 * gdb.texinfo (New Features): mention threads.
5820 (Summary, C): fix xrefs in newly contributed text.
5821 (Threads): index entries, clarifications, example
5822 (passim): minor typos fixed, phrasing improvements
5823
5824 * remote.texi (Bootstrapping): rephrase text on ^C and add index
5825 entries; (Server): explain use of gdbserver w/real-time systems,
5826 add example of conflicting TCP port; (MIPS Remote) break up
5827 running text into table, highlighting commands, and add example.
a9331b3f 5828
c906108c
SS
5829Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5830
5831 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
5832
5833Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5834
5835 * stabs.texinfo (Nested Symbols): New node.
5836 (String Field, Symbol Descriptors, Cross-References): Refer to it.
5837
5838Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5839
5840 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
5841 to picking which Bbss.bss symbol to use, and (because there seems to
5842 be no good way of doing it) re-write some of the text to make it
5843 sound like Bbss.bss isn't such a great idea after all (as currently
5844 designed).
5845
5846 * gdb.texinfo (C): In addition to saying people have to use g++ for
5847 good results, say they have to use stabs. Specifically say cfront
5848 doesn't work well.
5849 (Summary): Merge in information on Modula-2, Pascal, and Chill from
5850 the gdb README. Add xrefs to places where the support for the various
5851 languages is described in detail.
5852
5853Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5854
5855 * stabs.texinfo: Clean up stuff about visibility and virtual
5856 characters.
5857
5858 * stabs.texinfo (N_M2C): Cite Sun doc.
5859
5860Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5861
5862 * gdb.texinfo: updates re threads.
5863 * remote.texinfo: avoid index entries starting with digits.
5864
5865Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5866
5867 * stabs.texinfo (Enumerations): Talk about large, negative and
5868 octal values. Clean up cross reference to type attributes.
5869 (String Field): Say that GDB 4.11 supports size attribute.
5870
5871Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5872
5873 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
5874 is a mandatory step. Make the stuff about that more concise.
5875
5876Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5877
5878 * stabs.texinfo (Class Names): New node.
5879
5880 * gdb.texinfo (Command Files): Explain order of init file reading.
5881
5882 * remote.texi (Bootstrapping): Talk about getting the serial driver
5883 to deal with ^C sent by gdb to stop the remote system.
5884
5885Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
5886
5887 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
5888
5889 * libgdb.texinfo (Defining Commands): made the DOC arg
5890 to gdb_define_app_command a char * instead of char **
5891 per a suggestion from kingdon.
5892
5893 * libgdb.texinfo: total rewrite from a different starting
5894 premise.
5895
5896Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5897
5898 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
5899 floats passed as doubles (to improve clarity).
5900
5901Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5902
5903 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
5904
5905 * a4rc.sed: update to work with Andreas Vogel papersize params
5906
5907 * refcard.tex: use Andreas Vogel simplifications of papersize
5908 params; remove useless version info; update copyright date.
5909
5910Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5911
5912 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
5913
5914Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5915
5916 * gdb.texinfo (Files): Say what address the load command loads it at.
5917
5918 * stabs.texinfo (Common Blocks): Minor cleanups.
5919
5920 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
5921 that Sun has backed away from the linker kludge and thus the relevant
5922 issue is changes to the SunPRO tools, not the Solaris linker.
5923
5924 * stabs.texinfo (Traditional Integer Types): Clean up description
5925 of octal bounds a little bit. Document extra leading zeroes.
5926
5927Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5928
5929 * gdb.texinfo (Signaling): Update for symbolic symbol names
5930 and add a section explaining the difference between the GDB
5931 signal command and the shell kill utility.
5932
5933Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
5934
5935 * libgdb.texinfo: added `@' to braces that were unescaped.
5936
5937Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
5938
5939 * libgdb.texinfo: new file. Spec for the gdb library.
5940
5941Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5942
5943 * stabs.texinfo (Include Files): Fix typo (start -> end).
5944
5945Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5946
5947 * gdb.texinfo, remote.texi: assorted small improvements, mostly
5948 from Melissa at FSF's editing pass.
5949
5950Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5951
5952 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
5953 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
5954 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
5955
5956Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5957
5958 * remote.texi (Bootstrapping): Discuss 386 call gates.
5959
5960Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
5961
5962 * stabs.texinfo (Based Variables): New node.
5963
5964Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
5965
5966 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
5967 names, sizes, and formats to suggest how not to lose.
5968
5969Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
5970
5971 * stabs.texinfo (Methods): Fix typo.
5972
5973Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
5974
5975 * gdb.texinfo: Fix a few typos.
5976
5977Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5978
5979 * gdb.texinfo: Clarify how well it works with Fortran.
5980
5981 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
5982 More on relocating stabs in ELF files.
5983
5984Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5985
5986 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
5987
5988Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5989
5990 * stabs.texinfo (Local Variable Parameters): Talk about nameless
5991 parameters on VAX.
5992
5993Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5994
5995 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
5996
5997Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5998
5999 * stabs.texinfo: Make info author notice match the TeX author notice.
6000
6001Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
6002
6003 * stabs.texinfo: Initial-caps all words in node names and
6004 non-trivial words in section names.
6005
6006Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6007
6008 * stabs.texinfo: Many minor cleanups.
6009
6010 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
6011
6012Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
6013
6014 * stabs.texinfo: Remove full description of big example.
6015 It's not really helpful; just use pieces of it where appropriate.
6016 Add more Texinfo formatting directives (@samp, etc.).
6017 Use @deffn to define stab types.
6018 Eliminate some wordiness. Break up some nodes.
6019 Add an (alphabetized) index of symbol types.
6020 Use consistent capitalization style in node and section names.
6021
6022Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
6023
6024 * gdb.texinfo: Change typo "Two two" to "The two".
6025
6026Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6027
6028 * stabs.texinfo (XCOFF-differences): Remove references to
6029 non-existent types N_DECL and N_RPSYM.
6030
6031 * stabs.texinfo (String Field): Say that type attributes bug is
6032 fixed in GDB 4.10, since it is.
6033
6034 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
6035
6036Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
6037
6038 * stabs.texinfo: Formatting cleanups.
6039
6040Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6041
6042 * stabs.texinfo: When explaining the n_type of a stab, standardize
6043 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
6044 no tabs, use @r).
6045 (Global Variables): Clean up.
6046
6047Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6048
6049 * stabs.texinfo (Stack Variables): Re-write.
6050
6051Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6052
6053 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
6054 addresses of a source file. Also revise formatting.
6055 Change "object module" or "object file" to "source file".
6056 Various: Miscellaneous cleanups.
6057
6058Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6059
6060 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
6061
6062Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
6063
6064 * gdbint.texinfo: Removed many nonsensical machine-collected
6065 host and target conditionals, described some of the remainder.
6066
6067Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6068
6069 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
6070
6071 * gdbint.texinfo (Top): Add name to @top line, and re-write the
6072 paragraph which follows.
6073
6074 * gdbint.texinfo (Host): Use @code not @samp for Makefile
6075 variables. Looks better and avoids overful hbox.
6076
6077Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6078
6079 * stabs.texinfo (Procedures): Improve stuff on nested functions.
6080
6081Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6082
6083 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
6084 retransmit-timeout
6085
6086Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6087
6088 * gdbint.texinfo: Update statement about `some ancient Unix
6089 systems, like Ultrix 4.0' to Ultrix 4.2.
6090
6091Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
6092
6093 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
6094
6095 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
6096
6097 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
6098 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
6099
6100 * remote.texi: new name for former gdbinv-s.texi
6101
6102 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
6103
6104Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
6105
6106 * gdbinv-s.texi: Documented timeout and retransmit-timeout
6107 variables for MIPS remote debugging protocol.
6108
6109Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6110
6111 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
6112
6113Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
6114
6115 * Makefile.in (refcard.dvi): Use srcdir where necessary.
6116
6117Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
6118
6119 * gdb.texinfo: repair conditional bugs in text markup
6120
6121Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6122
6123 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
6124 to select Modula-2 material.
6125
6126Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6127
6128 * stabs.texinfo: Cleanups regarding statics.
6129
6130 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
6131 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
6132
6133Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6134
6135 * stabs.texinfo: N_MAIN is sometimes used for C.
6136
6137Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6138
6139 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
6140
6141Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
6142
6143 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 6144 removed from the code by Kingdon.
c906108c
SS
6145
6146Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6147
6148 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
6149 input when evaluating breakpoint conditions; the bug has been fixed.
6150
6151 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
6152 sets the ignore count to N-1, not to N.
6153
6154Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6155
6156 * refcard.tex (\hoffset): correct longstanding error to match
6157 intended offset; avoids cutting off edge on some printers
6158
6159Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6160
6161 * stabs.texinfo (Parameters): Say that order of stabs is significant.
6162
6163Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6164
6165 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
6166
6167Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6168
6169 * Makefile.in: (REFEDITS) new var to control whether PS or CM
6170 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
6171 collect sed edits if any, apply to refcard before formatting;
6172 (refcard.ps) stop implying PS fonts if PS output requested;
6173 (lrefcard.ps) delete extra target for variant PS fonts
6174
6175 * refcard.tex: parametrize papersize dependent info, collect
6176 in easily replaced spot
6177
6178 * a4rc.sed: new file, edits to refcard for A4 paper
6179
6180Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6181
6182 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
6183
6184Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6185
6186 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
6187
6188Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6189
6190 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
6191 politely rather than rudely.
6192
6193Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6194
6195 * stabs.texinfo: Document common blocks.
6196
6197Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
6198
6199 * stabs.texinfo: Add some basic info about stabs-in-elf.
6200
6201Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6202
6203 * stabs.texinfo (Top): Minor cleanup.
6204
6205Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
6206
6207 * Makefile.in (install-info): remove parentdir support
6208
6209Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6210
6211 * gdb.texinfo (Copying): delete this node and references to it;
6212 RMS says this manual need not carry GPL. (passim): Improvements
6213 from last round at FSF, largely due to Ian Taylor review, and
6214 minor formatting improvements.
6215
6216 * gdbinv-s.texi (passim): Improvements from last round at FSF,
6217 largely due to Ian Taylor review. (Debug Session): minor edits to
6218 new text.
6219
6220Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
6221
6222 * Makefile.in (realclean): Remove info and dvi files too.
6223
6224Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
6225
6226 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
6227 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
6228 * gdb.texinfo: Change accordingly.
6229
6230 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
6231 N_{L,R}BRAC,N_SLINE are relative to.
6232
6233Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
6234
6235 * Makefile.in (GDBvn.texi): Update atomically.
6236
6237Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
6238
6239 * gdbinv-s.texi (Debug Session): Document exceptionHook.
6240
6241Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
6242
6243 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
6244 addresses together. Also motivate the set print symbol-filename
6245 command and suggest other solutions.
6246
6247Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
6248
6249 * gdb.texinfo (set print elements): Note that the number of
6250 elements is set to unlimited by "set print elements 0".
6251
6252Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
6253
6254 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
6255 NF_LDOUBLE means.
6256 (Stab Types): Include Solaris stab types.
6257 (Procedures): Document Solaris extensions.
6258
6259Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6260
6261 * gdb.texinfo: Add `set print symbol-filename' doc.
6262
6263Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6264
6265 * stabs.texinfo (Arrays): Talk about type definition vs. type
6266 information.
6267
6268 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
6269 the trailing semicolon.
6270
6271Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6272
6273 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
6274 and merge in other parts of the document addressing these subjects.
6275 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
6276
6277 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
6278 at the end of a range type.
6279
6280 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
6281 AIX extensions.
6282
6283Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6284
6285 * stabs.texinfo (Stabs Format): Misc fixes.
6286
6287Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6288
6289 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
6290 (Traditional builtin types): Document convex convention for long long.
6291 (Negative builtin types): Discuss type names, and misc fixes.
6292
6293Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6294
6295 * stabs.texinfo (Builtin Type Descriptors): Document the floating
6296 point types used with @samp{R} type descriptor.
6297 (Symbol Descriptors): Describe how to handle conflict between
6298 different meanings of @samp{P} symbol descriptor.
6299
6300Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6301
6302 * stabs.texinfo: Remove node Quick Reference and put its children
6303 directly under the main menu.
6304
6305 * stabs.texinfo: Many more changes to bring it into line with
6306 AIX documentation and reality. I think it now has all the
6307 information from the AIX documentation, except that I burned
6308 out when I got to variant records (Pascal and Modula-2) and
6309 all the COBOL types. Oh well, we can add them later when we're
6310 worrying more about those languages.
6311
6312 * stabs.texinfo (Automatic variables): Talk about what it means
6313 to omit the symbol descriptor.
6314
6315Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6316
6317 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
6318 gcc2 behavior with promoted args.
6319
6320Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6321
6322 * gdb.texinfo: include readline appendices in info version of manual
6323
6324Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6325
6326 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
6327 target remote.
6328
6329 * gdb.texinfo (Machine Code): more index entries for disassemble
6330
6331Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
6332
6333 * Clarify the intended use of the gdb-testers and gdb-patches
6334 mailing lists, and shrink gzip comment.
6335
6336Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6337
6338 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
6339 DOSHOST configuration of manual.
6340
6341 * gdb.texinfo (MIPS Stack): new node.
6342
6343 * all-config.texi (MIPS) new switch.
6344
6345 * gdbinv-s.texi (Nindy Options) Remove two instances of future
6346 tense; (MIPS Remote) new node.
6347
6348 * gdb.texinfo (passim) rephrases to work around makeinfo @value
6349 bug; (Environment) less passive, other small cleanups in text about
6350 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
6351 (Remote) new MIPS Remote menu entry.
6352
6353Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
6354
6355 * stabs.texinfo: Many changes to include information from the
6356 AIX documentation.
6357
6358 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
6359
6360Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
6361
6362 * gdbint.texinfo (new node Debugging GDB, elsewhere):
6363 Move a bunch of information from ../README.
6364 (Getting Started): New node.
6365
6366Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6367
6368 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
6369
6370 * gdb.texinfo: advance manual revision dates to present
6371
6372 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
6373 stop using silly Roman numerals in @set variable names
6374
6375Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
6376
6377 * stabs.texinfo (Parameters): Keep trying to get this right.
6378
6379Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
6380
6381 * stabs.texinfo (Parameters): More on "local parameters".
6382
6383Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
6384
6385 * stabs.texinfo (Parameters): Re-do "local parameters" section.
6386
6387Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
6388
6389 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
6390 (Parameters): Rewrite.
6391 (xcoff-differences, Sun-differences): Minor changes.
6392
6393Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
6394
6395 * stabs.texinfo: Minor cleanup.
6396
6397Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
6398
6399 * gdbint.texinfo: Minor xcoff stuff.
6400
6401Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
6402
6403 * gdbint.texinfo: Update for new config directory structure.
6404 Add info about internal type data structures.
6405
6406Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
6407
6408 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
6409 $(srcdir).
6410 (gdb-config.texi): Depend on file in $(srcdir).
6411
6412Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
6413
6414 * stabs.texinfo: Fixes about N_SO.
6415
6416Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6417
6418 * gdb.texinfo: include list of nonstandard init file names
6419
6420 * *-config.texi: new switch GENERIC for text that applies *only*
6421 to (usual) multiple-target version of manual
6422
6423 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
6424 h8 config
6425
6426 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
6427 in menus (rather than conditionally selected multiple alternative
6428 menus).
6429
6430 * Makefile.in: define and use DOC_CONFIG var to select
6431 configuration for GDB user manual.
6432
6433 * gdb-config.texi: delete from repository, generate from Makefile.
6434
6435 * all-config.texi: normal `generic' configuration file, formerly
6436 stored as gdb-config.texi
6437
6438Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
6439
6440 * Makefile.in: add dvi target to build all .dvi files
6441
6442Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6443
6444 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
6445
6446Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
6447
6448 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
6449 host conditionals.
6450 * stabs.texinfo: More array fixes inspired by Jim's.
6451
6452Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
6453
6454 * stabs.texinfo: Fixes re arrays and continuations.
6455
6456 * gdbint.texinfo: Add XCOFF node.
6457
6458Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
6459
6460 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
6461
6462Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
6463
6464 * stabs.texinfo: Fix for array types to mention lower bounds.
6465
6466Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
6467
6468 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
6469
6470Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
6471
6472 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
6473
6474Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
6475
6476 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
6477 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
6478
6479Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
6480
6481 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
6482
6483Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6484
6485 * gdb.texinfo, gdbinv-s.texi: misc updates
6486
6487Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
6488
6489 * gdbint.texinfo: Brief documentation for longjmp support,
6490 from an email msg by Stu.
6491
6492Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
6493
6494 * stabs.texinfo: Fix description of floating point "range"
6495 types (which really define basic types). Reported by Jim Meehan,
6496 <meehan@src.dec.com>.
6497
6498 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
6499
6500Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
6501
6502 * gdbint.texinfo: Slightly expand section on supporting a new
6503 object file format.
6504
6505Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
6506
6507 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
6508 intermediate file.
6509
6510Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6511
6512 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
6513
6514Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6515
6516 * gdbinv-s.texi: z8000 simulator target name is just "sim"
6517
6518 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
6519 as well as Z8002.
6520
6521Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
6522
6523 * gdbint.texinfo: Add sections on clean design and on how to send
6524 in changes.
6525
6526Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
6527
6528 * gdbint.texinfo: Add how to declare the result of make_cleanup.
6529
6530Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
6531
6532 * gdb.texinfo: Fix typo, reported by Karl Berry.
6533
6534Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
6535
6536 * gdb.texinfo: Add opcodes dir to GDB distribution description.
6537
6538Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6539
6540 * gdbint.texinfo: fixed a stray email address (needs @@),
6541 added @table @code to node "Native Conditionals"
6542
6543Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
6544
6545 * gdbint.texinfo: Describe coding style of GDB.
6546
6547Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
6548
6549 * stabs.texinfo: Minor wording changes.
6550
6551Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
6552
6553 * gdbint.texinfo: Improve release doc slightly.
6554
6555Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
6556
6557 * gdbint.texinfo: Improve doc of GDB config macros.
6558
6559Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
6560
6561 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
6562 These will be reinserted when examined.
6563
6564Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
6565
6566 * gdbint.texinfo: Make a start at documenting all the #if macros
6567 in GDB. At least list them all, and start separating them into
6568 host-specific and target-specific.
6569
6570Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6571
6572 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 6573 examples (not consistent w others).
c906108c
SS
6574 gdb.texinfo: issue disclaimer paragraph on cmdline options only
6575 for generic vn of doc
6576
6577Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
6578
6579 * Makefile.in: always create installation directories.
6580
6581Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6582
6583 * gdb.texinfo: in h8 config, do not describe searching commands.
6584
6585Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6586
6587 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
6588 conditionals; introduce a few generic switches that may be
6589 useful for other cross-dev or dos-hosted configs.
6590
6591 * gdb.texinfo: fix typo in "info reg" description
6592
6593Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
6594
6595 * stabs.texinfo: Minor updates from running TeX over it.
6596 * Makefile.in (stabs.dvi, stabs.ps): Add.
6597
6598Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
6599
6600 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
6601 First pass at converting it to texinfo.
6602
6603Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
6604
6605 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
6606 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
6607
6608Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
6609
6610 * gdbint.texinfo: Add section on partial symbol tables.
6611
6612Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
6613
6614 * gdb.texinfo: document `set remotedebug' and `set
6615 rstack_high_address'.
6616
6617Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6618
6619 * gdb.texinfo: slight expansion of new text on reading info files
6620 * gdbinv-s.m4.in: correct and expand info on cross-debugging
6621 H8/300 from DOS.
6622
6623Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
6624
6625 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
6626
6627Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
6628
6629 * gdb.texinfo: Say how to read the `info' files.
6630
6631Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
6632
6633 * Makefile.in: gm4 -> m4.
6634
6635Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
6636
6637 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
6638 Documentation' ahead of `Installing GDB' to match README.
6639 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 6640 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
6641
6642Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
6643
6644 * Makefile.in: remove $(srcdir) from gdb.info rule.
6645
6646Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
6647
6648 * Makefile.in: commented out gdb-all.texinfo rule. This is
6649 temporary.
6650
6651Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
6652
6653 * Makefile.in, configure.in: removed traces of namesubdir,
6654 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
6655 copyrights to '92, changed some from Cygnus to FSF.
6656
6657Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
6658
6659 * gdb.texinfo: Improve how we ask for bug reports.
6660
6661Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6662
6663 * Makefile.in: infodir belongs in datadir.
6664
6665Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6666
6667 * Makefile.in: remove spaces following hyphens, bsd make can't
6668 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 6669 standards.text support.
c906108c
SS
6670
6671Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6672
6673 * Makefile.in: idestdir and ddestdir go away. Added copyrights
6674 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
6675 and mandir now keyed off datadir by default.
6676
6677\f
6678Local Variables:
9e9c5ae7 6679mode: change-log
c906108c
SS
6680left-margin: 8
6681fill-column: 74
6682version-control: never
6683End:
This page took 1.053468 seconds and 4 git commands to generate.