daily update
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
1f70da6a
SS
12008-07-29 Stan Shebs <stan@codesourcery.com>
2
3 * gdbint.texinfo: General round of cleanup and minor
4 clarifications.
5 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6 (Longjmp Support): Update description to reflect how it is done
7 for targets without using native header.
8 (Symbol Handling): Add a little more general explanation.
9 (COFF, ELF): Mention stabs encapsulation.
10 (DWARF 3): New section.
11 (Adding a New Host): Scrub out some obsolete bits.
12 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
13 (Host Conditionals): Remove descriptions of NO_STD_REGS,
14 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
15 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
16 SEEK_SET, STOP_SIGNAL, USG.
17 (Raw and Virtual Register Representations): Ditto for
18 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
19 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
20 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
21 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
22 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
23 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
24 DEPRECATED_REGISTER_VIRTUAL_SIZE,
25 DEPRECATED_REGISTER_VIRTUAL_TYPE,
26 DEPRECATED_USE_STRUCT_CONVENTION.
27 Describe gdbarch_deprecated_fp_regnum.
28 Update description of gdbarch_print_insn.
29 (Adding a New Target): Scrub out obsolete bits.
30 (Obsolete Conditionals): Remove entire section.
31
383f836e
TT
322008-07-25 Tom Tromey <tromey@redhat.com>
33
34 * observer.texi (GDB Observers): Document new observers:
35 breakpoint_created, breakpoint_deleted, breakpoint_modified,
36 tracepoint_created, tracepoint_deleted, tracepoint_modified,
37 architecture_changed.
38
cfd8ab24
SS
392008-07-21 Stan Shebs <stan@codesourcery.com>
40
41 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
42 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
43
781b42b0
TT
442008-07-21 Tom Tromey <tromey@redhat.com>
45
46 * observer.texi (GDB Observers): Remove obsolete comment.
47 <executable_changed>: Remove argument.
48
d7d9f01e
TT
492008-07-18 Tom Tromey <tromey@redhat.com>
50
51 * gdb.texinfo (Macros): Update. Use @code rather than @command.
52
bf250677
DE
532008-07-10 Doug Evans <dje@google.com>
54
55 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
56
10568435
JK
572008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
58
59 * gdb.texinfo (Starting): Document "set disable-randomization".
60
5ae4183a
AS
612008-07-07 Andreas Schwab <schwab@suse.de>
62
63 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
64
b56e7235
VP
652008-07-06 Vladimir Prus <vladimir@codesourcery.com>
66
67 * gdb.texinfo (GDB/MI Target Manipulation): Add
68 example of -target-attach.
69
e1ac3328
VP
702008-06-10 Vladimir Prus <vladimir@codesourcery.com>
71
72 * observer.texi (target_resumed): New observer.
5ae4183a 73 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 74
65d12d83
TT
752008-06-06 Tom Tromey <tromey@redhat.com>
76
77 * gdb.texinfo (Completion): Add field name example.
78
fbc5282e
MK
792008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
80
81 * gdb.texinfo (GDB/MI Program Context): Added example
82 to -exec-arguments
5ae4183a 83
fbc5282e 842008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
85
86 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
87 annotation.
88
c16158bc 892008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
90 Nathan Sidwell <nathan@codesourcery.com>
91 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
92
93 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
94 and ACX_BUGURL.
95 * configure: Regenerate.
96 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
97 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
98 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
99 mailing-list-specific text about bug reporting unless
100 BUGURL_DEFAULT.
101
75c99385
PA
1022008-06-05 Pedro Alves <pedro@codesourcery.com>
103
104 * gdb.texinfo (-target-select): Remove reference to target async.
105 (Maintenance Commands): Document "maint set/show remote-async".
106
1763a388
MK
1072008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
108
109 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
110 in -target-file-get section.
5ae4183a 111
d0d064df
PA
1122008-05-22 Pedro Alves <pedro@codesourcery.com>
113
9b562ab8
PA
114 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
115 killing the inferior when it is already debugging a process.
d0d064df 116
8dfa32fc
JB
1172008-05-21 Joel Brobecker <brobecker@adacore.com>
118
119 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
120 abbreviation for "finish".
121
55f996a7
NR
1222008-05-21 Nick Roberts <nickrob@snap.net.nz>
123
124 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
125
ba2b1c56
DJ
1262008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
127
128 * gdbint.texinfo (Target Conditionals): Delete entry for
129 gdbarch_dwarf_reg_to_regnum.
130
08388c79
DE
1312008-05-09 Doug Evans <dje@google.com>
132
a3c83fae 133 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 134
d14508fe
DE
1352008-05-05 Doug Evans <dje@google.com>
136
137 * gdb.texinfo (disassemble): Document /m modifier.
138
e2b7ddea
VP
1392008-05-05 Vladimir Prus <vladimir@codesourcery.com>
140
5ae4183a
AS
141 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
142 will not report the time of commands that run the target.
e2b7ddea 143
8eb41542
VP
1442008-05-03 Vladimir Prus <vladimir@codesourcery.com>
145
146 * gdb.texinfo (GDB/MI Output Records): Add
147 missing semicolon.
148
82f68b1c
VP
1492008-05-03 Vladimir Prus <vladimir@codesourcery.com>
150
151 * gdb.texinfo (GDB/MI Output Records):
152 Document =thread-create and =thread-exited.
153
fa0f268d
VP
1542008-05-03 Vladimir Prus <vladimir@codesourcery.com>
155
156 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 157 Remove mention of dmi-discuss.
fa0f268d 158
063bfe2e
VP
1592008-05-03 Pedro Alves <pedro@codesourcery.com>
160
161 * observer.texi (thread_exit): New.
162
237fc4c9
PA
1632008-05-02 Pedro Alves <pedro@codesourcery.com>
164
165 * gdb.texinfo (Debugging Output): Document "set/show debug
166 displaced".
167 (Maintenance Commands): Document "maint set/show
168 can-use-displaced-stepping".
169
0428b8f5
DJ
1702008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
171
172 * gdb.texinfo (ARM): Document set/show arm fallback-mode
173 and set/show arm force-mode.
174
5009afc5
AS
1752008-05-02 Andreas Schwab <schwab@suse.de>
176
177 * gdbint.texinfo (Algorithms): Describe
178 target_watchpoint_addr_within_range.
179
669fac23
DJ
1802008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
181
182 * gdbint.texinfo (Stack Frames): New chapter.
183 (Algorithms): Move Frames text to the new chapter.
184 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
185 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
186
721c02de
VP
1872008-04-24 Vladimir Prus <vladimir@codesourcery.com>
188
5ae4183a
AS
189 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
190 output does not necessary include any tokens.
721c02de 191
c055b101
CV
1922008-04-22 Corinna Vinschen <vinschen@redhat.com>
193
194 * gdb.texinfo (Set SH Calling convention): New @item.
195 (Show SH Calling convention): Ditto.
196
68837c9d
MD
1972008-04-22 Markus Deuling <deuling@de.ibm.com>
198
199 * gdb.texinfo (Fortran Operators): Describe '%' operator.
200
2e9132cc
EZ
2012008-04-20 Eli Zaretskii <eliz@gnu.org>
202
203 * gdb.texinfo (Set Breaks): Mention that multiple location
204 breakpoints need line number info. Add index entries.
205
31fffb02
CS
2062008-04-19 Craig Silverstein <csilvers@google.com>
207
208 * gdb.texinfo (Requirements): Add an optional requirement on
209 zlib.
210 * gdbint.texinfo (Debugging File Formats): Add new subsection for
211 Compressed DWARF 2.
212
a47ec5fe
AR
2132008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
214
215 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
216 sample output for 'stopped,reason="breakpoint-hit"' message.
217 (GDB/MI Program Execution): Likewise.
218
de051565
MK
2192008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
220
5ae4183a 221 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
222 -var-set-format. Add -f option to -var-evaluate-expression.
223
6ba66d6a
JB
2242008-04-03 Joel Brobecker <brobecker@adacore.com>
225
226 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
227 new node "Ambiguous Expressions". Replace references to this
228 node by references to "Ambiguous Expressions" throughout.
229 (Ambiguous Expressions): New node.
230
1e26b4f8
DJ
2312008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
232
233 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
234
b84876c2
PA
2352008-03-21 Pedro Alves <pedro@codesourcery.com>
236
237 * gdb.texinfo (Debugging Output): Document
238 "set/show debug lin-lwp-async".
239 (Maintenance Commands): Document "maint set/show linux-async".
240
63092375
DJ
2412008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
242
243 * gdb.texinfo (Expressions): Update description of malloced arrays.
244
8e8901c5
VP
2452008-03-15 Vladimir Prus <vladimir@codesourcery.com>
246
247 * gdb.texinfo (Thread Commands): Document
248 -thread-info. Remove -thread-list-all-threads.
249
1fddbabb
PA
2502008-03-14 Pedro Alves <pedro@codesourcery.com>
251 Sandra Loosemore <sandra@codesourcery.com>
252
253 * gdb.texinfo (Library List Format): Update to mention the
254 possibility to pass section addresses instead of segment
255 addresses.
256
ccd213ac
DJ
2572008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
258
259 * gdb.texinfo (Starting): Document "set exec-wrapper".
260 (Server): Document gdbserver --wrapper.
261
fa4727a6
DJ
2622008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
263
264 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
265 unreadable memory. Delete obsolete SPARClite reference.
266
8edfe269
DJ
2672008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
268
269 * gdb.texinfo (Starting): Mention always-running targets.
270 (Target Commands): Add an anchor for load.
271 (Connecting): Explain continue instead of run.
272
1843f87b
DJ
2732008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
274
275 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
276
f9082629
NR
2772008-02-26 Nick Roberts <nickrob@snap.net.nz>
278
279 * gdb.texinfo (Set Breaks): Revert description of Enb column of
280 breakpoint table.
281
fd96d250
PA
2822008-02-19 Pedro Alves <pedro@codesourcery.com>
283
284 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
285 killing the inferior when it is already debugging a process.
286
36af4ef6
MD
2872008-02-13 Markus Deuling <deuling@de.ibm.com>
288
289 * gdbint.texinfo (Build Script): New section. Mention new build script
290 gdb_buildall.sh.
291
cda4ce5a
JB
2922008-02-01 Jim Blandy <jimb@red-bean.com>
293
294 * gdb.texinfo (Help): Summarize 'info args' correctly.
295
4acd40f3
TJB
2962008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
297
298 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
299 available in PowerPC architecture.
300 (Embedded Processors): Change node name of PowerPC item in menu.
301 (PowerPC): Rename to...
302 (PowerPC Embedded): this.
303 (Architectures): Add new PowerPC item in menu.
304 (PowerPC): New node.
305
6e6c6f50
DJ
3062008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
307
308 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
309 commands.
310
5ee187d7
DJ
3112008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
312
313 * gdb.texinfo (Setting Catchpoints): Mention features
314 supported on GNU/Linux.
315
e275c0d9
NR
3162008-01-30 Nick Roberts <nickrob@snap.net.nz>
317
318 * gdb.texinfo (GDB/MI File Commands): Describe new output
319 field for MI command -file-list-exec-source-file.
320
2d717e4f
DJ
3212008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
322
323 * gdb.texinfo (Using the `gdbserver' Program): Add security
324 warning. Rearrange into subsections and subsubsections. Document
325 --multi and --debug. Correct --with-sysroot typo. Update --attach
326 usage. Make load reference clearer. Document monitor exit.
327 (Remote Configuration): Document set remote exec-file, attach-packet,
328 and run-packet.
329 (Packets): Document vAttach and vRun.
330
d35a4257 3312008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
332
333 * gdb.texinfo (Processes): Mention process command.
334 detach-on-follow -> detach-on-fork.
335
c78d192c
DJ
3362008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
337
338 * gdbint.texinfo (Native Conditionals): Remove
339 SHELL_COMMAND_CONCAT and SHELL_FILE.
340
d35a4257
EZ
3412008-01-26 Eli Zaretskii <eliz@gnu.org>
342
343 * gdb.texinfo (Specify Location): Improve wording.
344
93815fbf
VP
3452008-01-23 Chris Demetriou <cgd@google.com>
346
347 * gdb.texinfo (Threads): Document new "set print thread-events"
348 and "show print thread-events" commands.
349
2a25a5ba
EZ
3502008-01-19 Eli Zaretskii <eliz@gnu.org>
351
352 * gdb.texinfo (Specify Location): New section.
353 (Delete Breaks, Edit, Set Breaks): Remove description of
354 locations. Instead, add a reference to "Specify Location".
355 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
356 (Symbols): Refer to "Specify Location" for the valid forms of
357 linespecs and locations.
358
32c9a795
MD
3592008-01-18 Markus Deuling <deuling@de.ibm.com>
360
361 * gdbint.texinfo (Target Conditionals): Replace the description of
362 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
363
b17828ca
JB
3642008-01-12 Paul Hilfinger <hilfinger@adacore.com>
365
366 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
367 about &&var, which is rejected by the expression parser.
368
0aea4bf3
LM
3692008-01-09 Luis Machado <luisgpm@br.ibm.com>
370
371 * gdb.texinfo (Output): Update documentation on using printf with DFP
372 types.
373
febe4383
TJB
3742008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
375
376 * gdb.texinfo (C and C++): Add Decimal Floating Point format
377 subsubsection.
378 (Decimal Floating Point format): New subsubsection.
379
7a404eba
PA
3802008-01-05 Pedro Alves <pedro@codesourcery.com>
381
382 * gdb.texinfo (File Options): Remove mention of the attempt to
383 open a core file with the -p option. Don't list -c as a valid
384 option to attach to a process.
385
a4d9b460
PA
3862008-01-05 Pedro Alves <pedro@codesourcery.com>
387
388 * gdbint.texinfo (Host Conditionals): Remove mention of
389 ALIGN_STACK_ON_ENTRY.
390
6ec2edbe
JB
3912008-01-05 Joel Brobecker <brobecker@adacore.com>
392
393 * gdbint.texinfo (Start of New Year Procedure): Add item
394 describing how to update the source and documentation copyright
395 notices.
396
d8b2a693
JB
3972007-12-18 Jim Blandy <jimb@codesourcery.com>
398
ab209b3a 399 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
400 watchpoint explanation into the main description of the watchpoint
401 command; update synopses of 'watch', 'rwatch', and 'awatch'
402 commands.
403
8b4ed427
VP
4042007-12-18 Vladimir Prus <vladimir@codesourcery.com>
405
406 * gdb.texinfo (Miscellaneous gdb/mi Commands):
407 Document 'pending-breakpoints' feature of
408 -list-features.
409
37e4754d
LM
4102007-12-17 Luis Machado <luisgpm@br.ibm.com>
411
669fac23 412 * gdb.texinfo: Add new parameter's description.
37e4754d 413
1d3811f6
DJ
4142007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
415
416 * gdb.texinfo (Overview): Clarify run-length encoding
417 example. Remove the restriction on "+" and "-" characters.
418
c1c25a1a
EZ
4192007-12-15 Eli Zaretskii <eliz@gnu.org>
420
421 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
422
afe8ab22 4232007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 424
afe8ab22
VP
425 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
426 the -f option for -break-insert, remove -r option,
427 and clarify specification of location.
428
a6b151f1
DJ
4292007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
430
431 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
432 formatting.
433 (Remote Debugging): Add File Transfer section.
434 (Remote Configuration): Document Host I/O packets.
435 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 436 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
437 (Packets): Add vFile.
438
3b784c4f
EZ
4392007-11-17 Eli Zaretskii <eliz@gnu.org>
440
441 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
442 breakpoints with multiple locations.
443 (Breakpoint Menus): Improve wording.
444 (Output): Fix last change.
445
a4ce5b0d
UW
4462007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
447
448 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
449
1b39d5c0
DE
4502007-11-15 Doug Evans <dje@google.com>
451
452 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
453
7a72d44c
VP
4542007-11-15 Vladimir Prus <vladimir@codesourcery.com>
455
456 * gdbint.texinfo (Native Conditionals): Remove
457 mention of CLEAR_SOLIB.
5ae4183a 458
6d1829bf 4592007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
460
461 * gdb.texinfo (Print Settings): Add documentation for "set/show
462 print frame-arguments".
463
1a619819
LM
4642007-11-05 Luis Machado <luisgpm@br.ibm.com>
465
3b784c4f 466 * gdb.texinfo (Output): Update printf command's description.
1a619819 467
55eddb0f
DJ
4682007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
469
470 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
471 powerpc soft-float".
472
9cceb671
DJ
4732007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
474
475 * gdb.texinfo (Files): Correct formatting. Mention Expat
476 requirement.
477 (Requirements for Building GDB): Expand the list of Expat
478 uses.
479 (Library List Format, Memory Map Format): Mention Expat.
480 (Target Descriptions): Update Expat wording.
481
83acabca
DJ
4822007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
483
484 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
485 Document that gdbarch_convert_register_p should return zero for no-op
486 conversions.
487
e35879db
UW
4882007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
489
83acabca 490 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
491 of set_gdbarch_sofun_address_maybe_missing back to ...
492 (Target Conditionals): ... here to fix build break.
493
203c3895
UW
4942007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
495
83acabca 496 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
497 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
498 (Compiler Characteristics): ... documentation of
499 set_gdbarch_sofun_address_maybe_missing.
500
11411de3
DJ
5012007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
502
503 * gdbint.texinfo (Target Conditionals): Use
504 frame_unwind_register_unsigned in examples instead of
505 frame_unwind_unsigned_register.
506
7cc46491
DJ
5072007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
508
509 * gdb.texinfo (Predefined Target Types): Add int128
510 and uint128.
511 (Standard Target Features): Add PowerPC features.
512
81adfced
DJ
5132007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
514
515 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
516
c1874924
UW
5172007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
518
519 * gdbint.texi (Target Conditionals): Remove documentation
520 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
521 gdbarch_extract_return_value, and gdbarch_store_return_value.
522
f6e56ab3
UW
5232007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
524
525 * gdbint.texi (Target Conditionals): Remove documentation of
526 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
527
56cf5405
KH
5282007-10-11 Kazu Hirata <kazu@codesourcery.com>
529
530 * gdb.texinfo: Mention that inaccessible-by-default is on by
531 default.
532
35156bae
DJ
5332007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
534
535 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
536
d983da9c
DJ
5372007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
538
539 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
540 multi-threaded watchpoints.
541 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
542 checked. Describe sticky notification. Expand description
543 of steppable and continuable watchpoints.
544 (Watchpoints and Threads): New subsection.
545
fe6fbf8b
VP
5462007-09-28 Vladimir Prus <vladimir@codesourcery.com>
547
548 * gdb.texinfo (Setting Breakpoints): Revise
549 documentation for pending breakpoints. Document
550 breakpoints with multiple locations.
5ae4183a 551
084344da
VP
5522007-09-19 Vladimir Prus <vladimir@codesourcery.com>
553
554 * gdb.texinfo (Miscellaneous gdb/mi Commands):
555 Document -list-features.
5ae4183a 556
82160952
EZ
5572007-09-15 Eli Zaretskii <eliz@gnu.org>
558
559 * gdb.texinfo (Output): Spell out which features of C's printf are
560 not supported by GDB's printf.
7e27a47a
EZ
561 (Separate Debug Files): More accurate wording regarding build ID
562 and a reference to the ld manual rather than the Fedora wiki.
82160952 563
ea37ba09
DJ
5642007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
565 Jim Blandy <jimb@codesourcery.com>
566
567 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
568 (Examining Memory): Update mentions of the 's' format.
569 (Automatic Display): Likewise.
570
b8533aec
DJ
5712007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
572
573 * gdb.texinfo: Update the FSF's Back-Cover Text.
574
83f83d7f
JK
5752007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
576 Eli Zaretskii <eliz@gnu.org>
577
578 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
579 Fixed the ``build ID'' name. New binaries build instructions for the
580 build ID inclusion. Explain how the commands are specific to the build
581 ID vs. debug link.
582
c7e83d54
EZ
5832007-09-01 Eli Zaretskii <eliz@gnu.org>
584
585 * gdb.texinfo (Separate Debug Files): Fix last change. Add
586 indexing for ``build ID'' support.
587
d3750b24
JK
5882007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
589
590 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
591 Enlisted BUILD ID to the debug file searching example.
592 Included a BUILD ID `.note.gnu.build-id' section description.
593 Updated/added the debug files splitting instructions for OBJCOPY.
594
02142340
VP
5952007-08-31 Vladimir Prus <vladimir@codesourcery.com>
596
597 * gdb.texinfo (Variable Objects): Adjust docs
598 for -var-info-expression and document
599 -var-info-path-expression.
600
d3bdde98
JB
6012007-08-20 Jim Blandy <jimb@codesourcery.com>
602
3fb6a982
JB
603 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
604 (title page): Include the dedication in the printed manual, as a
605 separate page after the copyright notice.
5ae4183a 606
d3bdde98
JB
607 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
608 don't break a @var across a line.
609
c80a96a8
MR
6102007-07-25 Maciej W. Rozycki <macro@mips.com>
611
612 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
613 for include files.
614
5824a901
NR
6152007-07-12 Nick Roberts <nickrob@snap.net.nz>
616
617 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
618 in annotate.texinfo.
619 (Command History): Link to new node.
5824a901 620
d52e7ea3
UW
6212007-07-05 Markus Deuling <deuling@de.ibm.com>
622
623 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
624
5fc14d0a
EZ
6252007-07-05 Eli Zaretskii <eliz@gnu.org>
626
627 * gdbint.texinfo (Target Conditionals): Fix last change.
628
4a9bb1df
UW
6292007-07-03 Markus Deuling <deuling@de.ibm.com>
630
631 * gdb.texinfo: Replace following macros by their appropriate gdbarch
632 routines:
633 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
634 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
635 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
636 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
637 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
638 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
639 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
640 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
641 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
642 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
643 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
644 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
645 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
646 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
647 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
648 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
649 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
650 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
651 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
652 (SOFTWARE_SINGLE_STEP_P)
653
654 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
655 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
656
657 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
658 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
659 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
660 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
661 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
662 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
663 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
664 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
665 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
666 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
667
668 (Converting an existing Target Architecture to Multi-arch): Remove
669 section.
670
671 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
672 (gdbarch_addr_bits_remove): Add code example.
673
674 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
675
cfa9d6d9
DJ
6762007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
677
678 * gdb.texinfo (Remote Configuration): Document library-info-packet.
679 Add other missing entries. Adjust the table size to fit.
680 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
681 stop reasons including the new "library" event.
682 (General Query Packets): Adjust table widths for qSupported. Mention
683 qXfer:libraries:read reply to qSupported and document the new packet.
684 (Library List Format): New section.
685
159fcc13
JK
6862007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
687
688 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
689
f66d1690
MS
6902007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
691
692 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
693
67102876
NR
6942007-06-25 Nick Roberts <nickrob@snap.net.nz>
695
696 * gdbint.texinfo (Register and Memory Data): Break sections
697 into nodes and add a menu.
698
a4642986
MR
6992007-06-21 Maciej W. Rozycki <macro@mips.com>
700
701 * gdb.texinfo (Examining Memory): Document the new behaviour.
702
e9c17194
VP
7032007-06-21 Vladimir Prus <vladimir@codesourcery.com>
704
705 * gdb.texinfo (Standard Target Features): Document
706 m68k features.
707
31d99776
DJ
7082007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
709
710 * gdb.texinfo (General Query Packets): Document qOffsets changes.
711
1780a0ed
DJ
7122007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
713
714 * gdb.texinfo (Target Description Format): Add version attribute
715 for <target>.
716
822b6570
DJ
7172007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
718
719 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
720
f8b73d13
DJ
7212007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
722
723 * gdb.texinfo (MIPS Features): New subsection.
724
0e7f50da
UW
7252007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
726 Markus Deuling <deuling@de.ibm.com>
727
728 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
729 and qXfer:spu:write packets and mention them under qSupported.
730
23d964e7
UW
7312007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
732 Markus Deuling <deuling@de.ibm.com>
733
734 * gdb.texinfo (Architectures): Add new SPU section to document
735 Cell Broadband Engine SPU architecture specific commands.
736
9f708cb2
VP
7372007-06-09 Vladimir Prus <vladimir@codesourcery.com>
738
739 * gdb.texinfo (GDB/MI Variable Objects): Editorial
740 comments.
741
7579b5f8
NR
7422007-06-07 Nick Roberts <nickrob@snap.net.nz>
743
744 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
745
bf06d120
JB
7462007-05-29 Jim Blandy <jimb@codesourcery.com>
747
748 * gdb.texinfo (Overview): Doc fix.
749
23776285
MR
7502007-05-22 Maciej W. Rozycki <macro@mips.com>
751
752 * gdb.texinfo (Remote Configuration): Document "set/show
753 remoteflow".
754
1a69e1e4
DJ
7552007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
756
bf06d120
JB
757 * gdb.texinfo (MIPS): Remove documentation for set mips
758 saved-gpreg-size, show mips saved-gpreg-size, and set mips
759 stack-arg-size.
1a69e1e4 760
46ba6afa 7612007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 762
46ba6afa
BW
763 * all-cfg.texi (GDBTUI): New.
764 * gdb.texinfo (Mode Options): Use GDBTUI variable.
765 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
766 (TUI Configuration): Edit to improve clarity and fix problems of
767 both style and content.
5ae4183a 768
06d3b283
UW
7692007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
770
771 * observer.texi (GDB Observers): New observer "new_objfile".
772
179101d6
UW
7732007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
774
775 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
776
25d5ea92
VP
7772007-04-14 Vladimir Prus <vladimir@codesourcery.com>
778
779 * gdb.texinfo (GDB/MI Variable Objects): Document
780 frozen variables objects.
5ae4183a 781
ea35711c
DJ
7822007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
783
784 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
785 (Character Sets, Caching Data of Remote Targets): Likewise.
786 (Targets): Delete Remote node. Move its text...
787 (Debugging Remote Programs): ...to here. Delete description
788 of the "remote" command.
789 (Remote configuration): Delete description of "set remotedevice"
790 and "show remotedevice".
791 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
792
db2e3e2e
BW
7932007-04-11 Bob Wilson <bob.wilson@acm.org>
794
5ae4183a
AS
795 * gdb.texinfo (Contributors, Continuing and Stepping)
796 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
797 (General Query Packets, File-I/O Remote Protocol Extension)
798 (Protocol Basics, The F Reply Packet, Write)
799 (Protocol-specific Representation of Datatypes, Memory Transfer):
800 Fix hyphenation, punctuation and grammar problems.
801 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
802 'section' instead of 'subsection' in the text.
803 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
804 (i386): Remove period from section name.
db2e3e2e
BW
805 (Installing GDB, Requirements, Running Configure, Separate Objdir)
806 (Config Names, Configure Options): Use @file{configure}.
807
8a3dae3e
DJ
8082007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
809
810 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
811 and tab expansion.
812
1a92f856
DJ
8132007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
814
815 * gdbint.texinfo (SOM): Correct location of the SOM reader.
816
79a6e687 8172007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 818
79a6e687
BW
819 * gdb.texinfo: Consistently capitalize all significant words in
820 node names, chapter titles, section titles, and headings. Update
821 cross references to match.
822 (Starting and Stopping Trace Experiment): Make node name plural.
823 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 824
ad527d2e
PA
8252007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
826
827 * gdb.texinfo (WinCE): Delete obsolete subsection.
828
7ce59000
DJ
8292007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
830
831 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
832 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
833 references.
834
8807d78b
DJ
8352007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
836
837 * gdb.texinfo (Startup): Delete references to some alternate
838 names for .gdbinit.
839 (Thread): Remove LynxOS reference.
840 (Tandem ST2000): Delete target-specific documentation.
841 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
842 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
843 and GDB_OSABI_LYNXOS.
844
5f402660
UW
8452007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
846
847 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
848
bac718a6
UW
8492007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
850
851 * gdbint.texinfo (Target Conditionals): Remove mention of
852 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
853 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
854
9453113a
DJ
8552007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
856
857 * Makefile.in: Add "pdfdir" installation
858 directory, PDFTEX macro, support for "install-pdf" target,
859 and rules for making a pdf version of refcard.texi.
860 * refcard.tex: Specify paper size for PDF output.
861
ae21e955 8622007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 863
ae21e955 864 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 865
3f94c067 8662007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 867
3f94c067
BW
868 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
869 (Source Path, Character Sets, Macros, Define)
870 (GDB/MI Result Records, GDB/MI Simple Examples)
871 (GDB/MI Program Execution, GDB/MI File Commands)
872 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
873 (Bug Reporting): Use @value{GCC}.
5ae4183a 874
12c27660 8752007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 876
12c27660
BW
877 * gdb.texinfo (Help): Fix formatting of examples.
878 (Variables): Use @ifnotinfo instead of @iftex.
879 (Non-debug DLL symbols): Use @ref instead of @pxref.
880 (Sparclet File): Use @samp instead of quotes.
5ae4183a 881
ce9341a1
BW
8822007-03-26 Bob Wilson <bob.wilson@acm.org>
883
884 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
885
c8f4133a
BW
8862007-03-26 Bob Wilson <bob.wilson@acm.org>
887
888 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
889 the order of the nodes.
890 (C Operators, C Constants, Debugging C): Remove extra menus.
891 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 892
c8f4133a 8932007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
894
895 * gdb.texinfo (File Options): Add missing parenthesis.
896 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
897
c74d0ad8
DJ
8982007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
899
900 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
901
ff6f572f
DJ
9022007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
903
669fac23 904 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
905 case insensitivity.
906 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
907
994337c3
NR
9082007-02-18 Nick Roberts <nickrob@snap.net.nz>
909
910 * gdb.texinfo (Top): Put Appendix A after numbered sections.
911 (Files): Add section name to argument list for pxref.
912 (Non-debug DLL symbols): Don't use `see' for pxref.
913 (Embedded Processors): Fix typo.
914 (GDB/MI Breakpoint Commands): Execution commands generate
915 *stopped not ^done.
916
eb819d70
NR
9172007-02-13 Nick Roberts <nickrob@snap.net.nz>
918
919 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
920 values for in_scope. Mention that only root variables can be
921 updated.
922 (GDB/MI Development and Front Ends): Explain new values may be
923 added to existing fields.
924
123dc839
DJ
9252007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
926
927 * gdb.texinfo (-target-disconnect): Use @smallexample.
928 (Requirements): Add anchor for Expat. Update description.
929 (Target Descriptions): Mention Expat.
930 (Target Description Format): Document new elements. Use
931 @smallexample.
932 (Predefined Target Types, Standard Target Features): New sections.
669fac23 933 * gdbint.texinfo (Target Descriptions): New section.
123dc839 934
108546a0
DJ
9352007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
936
937 * gdb.texinfo (Target Description Format): Add section on XInclude.
938
95a98c01
NR
9392006-02-03 Nick Roberts <nickrob@snap.net.nz>
940
941 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
942 command -enable-timings.
943
f4b3909f
EZ
9442007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
945
5ae4183a 946 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
947 descriptions for new/deleted elements in gdb_osabi. Add missing
948 description for function generic_elf_osabi_sniff_abi_tag_sections.
949
c7ba131e
JB
9502007-01-29 Joel Brobecker <brobecker@adacore.com>
951
952 * gdb.texinfo (Maintenance Commands): Add documentation for
953 the new "maint print target-stack" command.
954
3a60f64e
JK
9552007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
956 Eli Zaretskii <eliz@gnu.org>
957
f4b3909f 958 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 959
c582f8b6
EZ
9602007-01-26 Eli Zaretskii <eliz@gnu.org>
961
962 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
963 Use @value{NGCC} instead of @value{GCC}.
964
d3e8051b
EZ
9652007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
966
967 * agentexpr.texi: Fix typos.
968 * annotate.texinfo: Likewise.
969 * gdb.texinfo: Likewise.
970 * gdbint.texinfo: Likewise.
971 * observer.texi: Likewise.
972 * stabs.texinfo: Likewise.
973
86f04699
EZ
9742007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
975
976 * gdbint.texinfo (Support Libraries): Remove mmalloc
977 entry. Describe readline library.
978
23181151
DJ
9792007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
980
981 * gdb.texinfo (Target Descriptions): New section.
982 (General Query Packets): Add QPassSignals anchor. Mention
983 qXfer:features:read under qSupported. Expand mentions of
984 qXfer:memory-map:read and QPassSignals. Document
985 qXfer:features:read.
986
f822c95b
DJ
9872007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
988
989 * gdb.texinfo (Commands to specify files): Describe
990 "set sysroot" and "show sysroot".
991 (Using the `gdbserver' program): Lowercase argument
992 to @var. Expand description of setting up GDB on the
993 host.
994
8936fcda
JB
9952007-01-05 Joel Brobecker <brobecker@adacore.com>
996
997 * gdb.texinfo (Set Catchpoints): Add documentation for the new
998 catch exception, catch exception unhandled, and catch assert
999 commands.
1000
e776119f
DJ
10012007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
1002
1003 * gdb.texinfo (Debugging Output): Document "set debug xml"
1004 and "show debug xml".
1005
aa79a185
DJ
10062007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
1007
1008 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
1009
7f893741
JB
10102007-01-01 Joel Brobecker <brobecker@adacore.com>
1011
1012 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
1013
a1b5960f
VP
10142006-12-08 Vladimir Prus <vladimir@codesourcery.com>
1015
1016 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
1017 note in @ignore, to be removed later if nobody complains.
1018
9f470e6e
NR
10192006-12-04 Nick Roberts <nickrob@snap.net.nz>
1020
1021 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
1022 of -var-delete.
1023
765dc015 10242006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 1025
765dc015 1026 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
1027 automatic software/hardware breakpoint usage and
1028 the "set breakpoint auto-hw" command.
765dc015 1029
4b5752d0
VP
10302006-11-21 Vladimir Prus <vladimir@codesourcery.com>
1031
1032 * gdb.texinfo (Memory Access Checking): New.
1033
89be2091
DJ
10342006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
1035
1036 * gdb.texinfo (Remote configuration): Mention
1037 "pass-signals-packet".
1038 (General Query Packets): Document QPassSignals. Fix
1039 a typo.
1040
ca3bf3bd
DJ
10412006-11-14 Maxim Grigoriev <maxim@tensilica.com>
1042
1043 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
1044
427c3a89
DJ
10452006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
1046
1047 * gdb.texinfo (Remote configuration): Rewrite documentation for
1048 packet configuration commands.
1049 (OS Information): Adjust reference to qXfer:auxv:read.
1050 (General Query Packets): Remove references to read-aux-vector-packet
1051 and set remote get-thread-local-storage-address.
1052
7a107747
DJ
10532006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
1054
1055 * gdbint.texinfo (Target Architecture Definition): Add new
1056 Initializing a New Architecture section.
1057
1c56eb0e
EZ
10582006-10-31 David Taylor <dtaylor@emc.com>
1059
1060 * stabs.texinfo (Macro define and undefine): New node describing
1061 stabs for #define and #undef.
1062
f73adfeb
AS
10632006-10-27 Andreas Schwab <schwab@suse.de>
1064
1065 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
1066
fd60e0df
EZ
10672006-10-21 Eli Zaretskii <eliz@gnu.org>
1068
1069 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
1070 clarify on the possible meanings of ``expression'' watched by
1071 watchpoints. Add indexing.
e5ac9b53
EZ
1072 (Prompting, Errors, Invalidation, Annotations for Running)
1073 (Source Annotations): Fix index entries by adding "annotation" to
1074 them, to discriminate from index entries that point to the more
1075 general topic descriptions.
fd60e0df 1076
52bb452f
DJ
10772006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
1078
1079 * gdbint.texinfo (Target Vector Definition): Move most
1080 content into Existing Targets. Add a menu.
1081 (Existing Targets): New section, moved from Target Vector
1082 Definition. Use @subsection.
1083 (Managing Execution State): New section.
1084
58955e58
BW
10852006-10-16 Bob Wilson <bob.wilson@acm.org>
1086
1087 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
1088
c8aa23ab
EZ
10892006-10-15 Eli Zaretskii <eliz@gnu.org>
1090
1091 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
1092 (Command Syntax, Signals, Backtrace, Connecting)
1093 (Remote configuration, Renesas Boards, Console I/O): Fix last
1094 change: use Ctrl- instead of C-, except wrt Emacs.
1095 (File-I/O Examples): Put Ctrl-c in @kbd.
1096 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
1097 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
1098 (Signals, Set Breaks, Set Watchpoints): Document optional
1099 arguments to `info signals' `handle', `info breakpoints', and
1100 `info watchpoints'.
c8aa23ab 1101
e7109c7e
EZ
11022006-10-14 Eli Zaretskii <eliz@gnu.org>
1103
1104 * gdb.texinfo (Backtrace): Fix last change.
1105
de3aea7b
NR
11062006-10-14 Nick Roberts <nickrob@snap.net.nz>
1107
1108 * gdb.texinfo (Backtrace): Order correctly and add other cases.
1109
7f9087cb
BW
11102006-10-10 Bob Wilson <bob.wilson@acm.org>
1111
c8aa23ab
EZ
1112 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
1113 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
1114 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 1115
68437a39
DJ
11162006-09-21 Vladimir Prus <vladimir@codesourcery.com>
1117 Daniel Jacobowitz <dan@codesourcery.com>
1118
1119 * gdb.texinfo (Packets): Document vFlashErase,
1120 vFlashWrite and vFlashDone packets.
1121 (General Query Packets): Document qXfer:memory-map:read.
1122 Add a new feature for qXfer:memory-map:read.
1123 (Memory map format): New section.
1124 (Target Commands): Mention that gdb can write flash.
1125
fd79ecee
DJ
11262006-09-21 Vladimir Prus <vladimir@codesourcery.com>
1127 Daniel Jacobowitz <dan@codesourcery.com>
1128
1129 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
1130 memory regions and "mem auto".
1131
350da6ee
DJ
11322006-09-21 Nathan Sidwell <nathan@codesourcery.com>
1133
1134 * gdbint.texinfo (Array Containers): New section.
1135
2f1acb09
VP
11362006-09-17 Vladimir Prus <vladimir@codesourcery.com>
1137
1138 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
1139 -stack-list-arguments HIGH_FRAME argument can be larger then the
1140 actual number of frames.
1141
2ab1eb7a
VP
11422006-09-07 Vladimir Prus <vladimir@codesourcery.com>
1143
1144 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
1145 -stack-list-locals HIGH_FRAME argument can be larger then the
1146 actual number of frames.
2ab1eb7a 1147
599b237a
BW
11482006-09-02 Bob Wilson <bob.wilson@acm.org>
1149
1150 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
1151 Register Packet Format, Tracepoint Packets): Fix spelling errors.
1152
25ab7e6d
EZ
11532006-09-02 Eli Zaretskii <eliz@gnu.org>
1154
1155 * gdbint.texinfo (Overall Structure): New section "Source Tree
1156 Structure".
1157
940178d3
JB
11582006-08-17 Jim Blandy <jimb@codesourcery.com>
1159
1160 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
1161 responses.
1162
30daae6c
JB
11632006-08-08 Joel Brobecker <brobecker@adacore.com>
1164
1165 * gdb.texinfo (Source Path): Add documentation for new
1166 substitute-path commands.
1167
7fa2210b
DJ
11682006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
1169
1170 * gdb.texinfo (Installing GDB): Update menu. Move text to...
1171 (Running Configure): ...here.
1172 (Requirements): New node. Mention expat.
1173
3d00d119
DJ
11742006-08-08 Vladimir Prus <vladimir@codesourcery.com>
1175
5ae4183a 1176 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
1177 'set download-write-size' and 'show download-write-size'.
1178
0cbfa4ee
DJ
11792006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
1180
1181 * stabs.texinfo (Member Type Descriptor): Correct example for
1182 pointer to member types.
1183
16026cd7
AS
11842006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
1185
1186 * gdb.texinfo (Optional warnings and messages): Add
1187 'set/show trace-commands'.
1188 (Command files): Add '-v' to source command.
1189
0876f84a
DJ
11902006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
1191
1192 * gdb.texinfo (OS Information): Update qPart reference to
1193 qXfer.
1194 (Remote configuration): Likewise.
1195 (Overview): Move @cindex to the start of a paragraph. Talk
1196 about binary data encoding.
1197 (Packets): Refer to the overview for the details of the X
1198 packet encoding.
1199 (General Query Packets): Remove qPart description. Add qXfer
1200 description. Add an anchor to qSupported. Correct feature
1201 table title. Add a new feature for qXfer:auxv:read.
1202 (Interrupts): Add a missing parenthesis.
1203
2ec3381a
DJ
12042006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
1205
669fac23 1206 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
1207 (GDB/MI Kod Commands): Remove commented out node.
1208
594fe323
EZ
12092006-07-01 Eli Zaretskii <eliz@gnu.org>
1210
1211 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
1212 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
1213 (GDB/MI Thread Commands, GDB/MI Program Execution)
1214 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
1215 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
1216 (GDB/MI File Commands, GDB/MI Target Manipulation)
1217 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
1218 since the MI prompt is hard-wired into the code.
1219
7e3fb70c
NR
12202006-07-01 Nick Roberts <nickrob@snap.net.nz>
1221
1222 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
1223 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
1224 (GDB/MI Data Manipulation): Remove description of unimplemented
1225 display related commands as variable objects perform this function
1226 and are superior: -display-delete, -display-disable,
1227 -display-enable, -display-insert and -display-list. Move
1228 -environment-cd, -environment-directory, -environment-path
1229 and -environment-pwd to "Program Context".
1230 (GDB/MI Program Control): Rename to "Program Execution". Move
1231 -exec-arguments -exec-abort to...
1232 (GDB/MI Program Context): ...here. New node split from "Data
1233 Manipulation".
1234
be2a5f71
DJ
12352006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
1236
1237 * gdb.texinfo (Remote configuration): Document set / show
1238 remote supported-packets.
1239 (General Query Packets): Document qSupported packet.
1240
fc320d37
SL
12412006-06-10 Sandra Loosemore <sandra@codesourcery.com>
1242
1243 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
1244 and font markup.
1245 (Protocol basics): Likewise.
1246 (The F request packet): Likewise.
1247 (The F reply packet): Likewise.
1248 (Memory transfer): Move this node to be a subsubsection of
1249 "Protocol specific representation of datatypes".
1250 (The Ctrl-C message): More copy editing.
1251 (Console I/O): Likewise.
1252 (The isatty call): Delete this node, and merge its content into
1253 the "isatty" node. Fixed references elsewhere.
1254 (The system call): Delete this node, and merge its content into
1255 the "system" node. Fixed references elsewhere.
1256 (open): Reformat to use @table, and add appropriate font markup.
1257 (close): Likewise.
1258 (read): Likewise.
1259 (write): Likewise.
1260 (lseek): Likewise.
1261 (rename): Likewise.
1262 (unlink): Likewise.
1263 (stat/fstat): Likewise.
1264 (gettimeofday): Likewise.
1265 (isatty): Likewise.
1266 (system): Likewise, plus minor changes to fix confusing wording.
1267 (Integral datatypes): Fix font markup.
1268 (Pointer values): Likewise.
1269 (struct stat): Fix markup to use @table, plus minor copy editing.
1270 (struct timeval): Fix font markup, plus minor copy editing.
1271 (Constants): Minor copy editing.
1272 (Errno values): Add font markup.
1273 (File-I/O Examples): Likewise.
1274
158fdf5c
NR
12752006-06-10 Nick Roberts <nickrob@snap.net.nz>
1276
1277 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
1278 (GDB/MI Simple Examples): Move node up one level. Use real
1279 examples.
1280 (GDB/MI Compatibility with CLI): Update.
1281 (GDB/MI Result Records): Add "connected" and "exit" result
1282 classes.
1283 (GDB/MI Stream Records): Clarify target output.
1284 (GDB/MI Command Description Format): Modify example description.
1285 (GDB/MI Breakpoint Table Commands): Rename to...
1286 (GDB/MI Breakpoint Commands): ...this
1287 (GDB/MI Breakpoint Commands): Add optional thread field.
1288 (GDB/MI Program Control): Add an introduction. Move "Program
1289 termination" examples into exec-run description.
1290 (GDB/MI File Commands): Mention similar CLI commands.
1291 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
1292 is similar to "-gdb-version".
1293
ddb50cd7
EZ
12942006-06-09 Eli Zaretskii <eliz@gnu.org>
1295
1296 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
1297
2aef0d6b
NR
12982006-06-02 Nick Roberts <nickrob@snap.net.nz>
1299
1300 * gdb.texinfo (GDB/MI Development and Front Ends): Use
1301 sourceware.org for mailing lists.
d5e40d59 1302 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 1303
383a5c52
NR
13042006-06-01 Nick Roberts <nickrob@snap.net.nz>
1305
d5e40d59 1306 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 1307
e16b02ee
EZ
13082006-05-22 Eli Zaretskii <eliz@gnu.org>
1309
1310 * gdb.texinfo (Cygwin Native): Fix last change.
1311
be90c084
CF
13122006-05-22 Christopher Faylor <cgf@timesys.com>
1313
1314 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
1315
347ceba5
NR
13162006-05-15 Nick Roberts <nickrob@snap.net.nz>
1317
1318 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
1319 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
1320
369af7bd
DJ
13212006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
1322
1323 * gdb.texinfo (General Query Packets): Recommend not starting
1324 new packets with qC and clarify.
1325
2ffdbde8 13262006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
1327
1328 * gdb.texinfo (M2 Types): New section.
72019c9c 1329
16d1a084
DJ
13302006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
1331
1332 * agentexpr.texi: Add a copyright and license notice.
1333 * observer.texi: Likewise, with GPL clause for function prototypes.
1334 Remove trailing whitespace.
1335
aa56d27a
JB
13362006-05-05 Jim Blandy <jimb@codesourcery.com>
1337
1338 * gdb.texinfo (General Query Packets): Document conventions for
1339 terminating packet names, and their violations.
1340
5bdf8622
DJ
13412006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
1342
1343 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
1344 * gdb.texinfo: Likewise.
1345
605a56cb
DJ
13462006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
1347
1348 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
1349 and "show remotedebug".
1350 (Debugging Output): Add additional index entries.
1351
b8db102d
MS
13522006-04-27 Michael Snyder <msnyder@redhat.com>
1353
1354 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
1355
c5e30d01
AC
13562006-04-22 Andrew Cagney <cagney@redhat.com>
1357
1358 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
1359 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
1360
8181d85f
DJ
13612006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
1362
1363 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
1364 and remove breakpoint prototypes.
1365 (Watchpoints): Move description of target_insert_hw_breakpoint and
1366 target_remove_hw_breakpoint ...
1367 (Breakpoints): ... to here. Document target_insert_breakpoint and
1368 target_remove_breakpoint.
1369
4f553f88
JB
13702006-04-17 Jim Blandy <jimb@codesourcery.com>
1371
1372 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
1373 and C packets are optional.
1374
cd852561
FR
13752006-04-14 Frederic Riss <frederic.riss@st.com>
1376
1377 * gdb.texinfo (Specifying source directories): Update the description
1378 of the source file search to reflect the fact that the source path
1379 always contains at least $cdir and $cwd.
1380
b620eb07
MS
13812006-03-31 Michael Snyder <msnyder@redhat.com>
1382
1383 * gdb.texinfo: Update copyright dates.
1384
3156cdaf
EZ
13852006-03-31 Eli Zaretskii <eliz@gnu.org>
1386
1387 * gdb.texinfo (Overview): Add an index entry to "empty response".
1388
7d30c22d
JB
13892006-03-28 Jim Blandy <jimb@codesourcery.com>
1390
1391 * gdbint.texinfo (Prologue Analysis): New section.
1392
86941c27
JB
13932006-03-07 Jim Blandy <jimb@red-bean.com>
1394
66b8c7f6
JB
1395 * gdb.texinfo (Connecting): Document 'target remote pipe'.
1396
1a10341b
JB
1397 * gdb.texinfo (Target Commands): Update text describing how to
1398 specify a target. Refer to the detailed section on remote
1399 debugging, not the brief mention.
1400
86941c27
JB
1401 * gdb.texinfo (Connecting): Organize the different 'target remote'
1402 connection methods into a table. Add a 'target remote' index
1403 entry. (!!!)
1404
62f3a2ba
FF
14052006-02-17 Fred Fish <fnf@specifix.com>
1406
1407 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
1408 'ptype' commands to reflect the fact that the only significant
1409 difference between them is that ptype prints the complete type
1410 description instead of just the name.
1411
8b9a88ea
WZ
14122006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
1413
1414 * gdbint.texinfo (Watchpoints): Delete
1415 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
1416
7e8dc855
NR
14172006-02-10 Nick Roberts <nickrob@snap.net.nz>
1418
1419 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
1420 times fields where needed. Fix typos. Update general form given
1421 for output of -break-insert.
1422 (GDB/MI): Abbreviate some unnecessarily long fullnames.
1423
c91d38aa
DJ
14242006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
1425
1426 * gdbint.texinfo (Symbol Handling): Add a section
1427 on memory management.
1428
38fcd64c
DJ
14292006-02-06 Vladimir Prus <ghost@cs.msu.su>
1430
1431 * gdb.texinfo (Breakpoint table commands): Document the fullname
1432 field in -break-list output.
1433
219eec71
EZ
14342006-02-03 Eli Zaretskii <eliz@gnu.org>
1435
1436 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
1437 debugging information produced by the various "set debug..."
1438 options.
1439
ae5a43e0
DJ
14402006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1441
1442 * gdb.texinfo (Files): Remove obsolete bits from the description
1443 of "symbol-file".
1444
a9f158ec
JB
14452006-01-25 Jim Blandy <jimb@redhat.com>
1446
1447 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
1448
410dd08e
JB
14492006-01-24 Jim Blandy <jimb@redhat.com>
1450
1451 * gdbint.texinfo (Frames): Document the basics of GDB's register
1452 unwinding model, and explain the existence of the "sentinel" frame.
1453
4b505b12
AS
14542006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
1455
1456 * gdb.texinfo (Choosing files): Mention that -directory is used
1457 for script files.
1458 (Specifying source directories): Likewise.
1459 (Command files): Explain how script files are found.
1460
839c27b7
EZ
14612006-01-21 Eli Zaretskii <eliz@gnu.org>
1462
1463 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
1464 the threads in a multi-threaded program.
1465 (Threads): The threadno argument of "thread apply" can be a range
1466 of numbers.
1467
7be93b9e
JB
14682006-01-18 Jim Blandy <jimb@redhat.com>
1469
1470 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
1471 of warning flags.
1472
fcc73fe3
EZ
14732006-01-13 Eli Zaretskii <eliz@gnu.org>
1474
1475 * gdb.texinfo (Sequences): Improve menu annotations.
1476 (Define): Add index entries for arguments of user-defined
1477 commands. Move the description of flow-control commands...
1478 (Command Files): ...to here. Document loop_break and
1479 loop_continue.
ca91424e
EZ
1480 (Define, Command Files): Document `end' and add index entries for
1481 it.
fcc73fe3 1482
5c95884b
MS
14832006-01-04 Michael Snyder <msnyder@redhat.com>
1484
1485 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 1486 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 1487
860701dc
PH
14882006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
1489
1490 * gdb.texinfo (Omissions from Ada): Document that there is now
1491 limited aggregate support.
1492
36b80e65
EZ
14932005-12-28 Eli Zaretskii <eliz@gnu.org>
1494
1495 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
1496 registers and the likes.
1497
c1468174
EZ
14982005-12-24 Eli Zaretskii <eliz@gnu.org>
1499
1500 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
1501 (Symbols): Fix usage of "e.g.".
359df76b 1502 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
1503
1504 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
1505 (Coding): Fix usage of "e.g.".
1506
c02a867d
EZ
15072005-12-23 Eli Zaretskii <eliz@gnu.org>
1508
5ae4183a
AS
1509 * stabs.texinfo:
1510 * refcard.tex:
c02a867d 1511 * gpl.texi:
5ae4183a
AS
1512 * gdbint.texinfo:
1513 * gdb.texinfo:
1514 * gdb-cfg.texi:
c02a867d 1515 * fdl.texi:
5ae4183a
AS
1516 * annotate.texinfo:
1517 * all-cfg.texi:
c02a867d
EZ
1518 * Makefile.in: Add (C) after Copyright. Update the FSF
1519 address.
1520
fad38dfa
EZ
15212005-12-03 Eli Zaretskii <eliz@gnu.org>
1522
1523 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
1524 extend GDB with commands for external monitor.
1525
53e5f3cf
AS
15262005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
1527
1528 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
1529
55f6ca0f
JB
15302005-11-25 Joel Brobecker <brobecker@adacore.com>
1531
1532 * gdbint.texinfo (Start of New Year Procedure): New chapter.
1533
c1947b85
JB
15342005-11-21 Jim Blandy <jimb@redhat.com>
1535
1536 * gdb.texinfo (Tracepoint Packets): Document restrictions on
1537 placement of 'R' actions in tracepoint action packets; document
1538 dependence of 'X' and 'M' actions on a preceding 'R' action for
1539 their registers.
1540
9d29849a
JB
15412005-11-19 Jim Blandy <jimb@redhat.com>
1542
1543 * gdb.texinfo (Tracepoint Packets): New node.
1544 (General Query Packets): Add entries for the tracepoint packets,
1545 referring to the "Tracepoint Packets" node.
1546 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 1547
9a6253be
KB
15482005-11-18 Kevin Buettner <kevinb@redhat.com>
1549
1550 * gdb.texinfo (set remotebreak): Add anchor.
1551 (X packet): Likewise.
1552 (Remote Protocol): Add new section `Interrupts' and new index
1553 entry `interrupts (remote protocol)'.
1554
5f3bebba
JB
15552005-11-18 Jim Blandy <jimb@redhat.com>
1556
1557 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
1558 entries into the General Query Packets section. Add a
1559 cross-reference to that section. Drop description of replies, as
1560 these are covered in the descriptions of each packet.
1561 (General Query Packets): Add introductory text. Explain naming
1562 conventions, and how the end of a name is recognized.
1563
9a7a1b36
KB
15642005-11-17 Kevin Buettner <kevinb@redhat.com>
1565
0564b6cf 1566 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
1567 "set remotebreak" command.
1568
b8ff78ce
JB
15692005-11-16 Jim Blandy <jimb@redhat.com>
1570
1571 * gdb.texinfo (Packets, Stop Reply Packets)
1572 (General Query Packets): Various formatting cleanups.
1573 - Use @samp for packet contents.
1574 - Drop summaries from packet @item lines; the same information appears
1575 immediately below in the description.
1576 - Delete paragraph breaks after packet @item commands, so that the
1577 description appears directly to the right of the packet prototype
1578 in the printed manual, if it fits.
1579 - Place spaces in packet prototypes between @vars and non-@var
1580 letters, and explain that they're just for formatting.
1581 - Use @dots{} instead of '...'.
1582 - Fix uses of @code where @var was needed.
1583 - Replace "deprecated" markers with English text spelling out the
1584 packet's status and the preferred alternatives.
1585 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
1586 what this ever meant.
1587 - Remove "(draft)" markers on 'i' packets; nobody has commented on
1588 this for a long time.
1589 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
1590 implemented several times, and have been in use for years.
1591
8ffe2530
JB
15922005-11-15 Jim Blandy <jimb@redhat.com>
1593
c43c5473
JB
1594 * gdb.texinfo (Packets): Add index entries for 'm' packet
1595 disclaimers.
5ae4183a 1596
fb031cdf
JB
1597 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
1598 of stub when processing an 'm' packet.
1599
8ffe2530
JB
1600 * gdb.texinfo (Packets): Mention that packets beginning with
1601 letters are reserved once, at the top, instead of actually listing
1602 them all and saying "reserved".
1603
c03c782f
AS
16042005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
1605
1606 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
1607 Change @var{$arg0 to @code{$arg0.
1608
814e32d7
WZ
16092005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
1610
1611 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
1612
fa93a9d8
JB
16132005-11-12 Jim Blandy <jimb@redhat.com>
1614
1615 * gdb.texinfo (General Query Packets): Put packets in alphabetical
1616 order. Remove extraneous 'z'.
1617
8a5a3c82
AS
16182005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
1619
1620 * gdb.texinfo (Choosing files): Add --eval-command.
1621
4b0ad762
AS
16222005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
1623
1624 * gdb.texinfo (Choosing modes): Add --return-child-result.
1625
1626
1a088d06
AS
16272005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
1628
1629 * gdb.texinfo (Choosing modes): Add --batch-silent.
1630
656d5e12
EZ
16312005-10-28 Eli Zaretskii <eliz@gnu.org>
1632
1633 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
1634 "The -var-update Command".
1635
3c9c013a
JB
16362005-10-03 Joel Brobecker <brobecker@adacore.com>
1637
1638 * gdb.texinfo (Print Settings): Add documentation for set/show
1639 print array-indexes.
1640
7ba3cf9c
DJ
16412005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
1642
1643 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
1644 6.2 and 6.3.
1645
a94ab193
EZ
16462005-08-27 Eli Zaretskii <eliz@gnu.org>
1647
1648 * gdb.texinfo (File Options): Don't document --mapped, it's gone
1649 since 19-Jan-2004.
1650 (Files): Likewise.
ab1adacd
EZ
1651 (Variables, Symbols): Document the "<incomplete type>" message and
1652 its reasons.
a94ab193 1653
ca06016a
FF
16542005-08-01 Fred Fish <fnf@specifix.com>
1655
1656 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
1657
cf58170d
NR
16582005-07-15 Nick Roberts <nickrob@snap.net.nz>
1659
1660 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
1661 option for -var-list-children and -var-update.
1662 (GDB/MI Stack Manipulation): Simplify description of
1663 print-values option for -stack-list-locals.
1664 (GDB/MI Command Description Format): Clarify.
1665 (Mode Options): Spelling of superseded.
1666
38f1196a
BR
16672005-07-12 Bob Rossi <bob@brasko.net>
1668
1669 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
1670 corresponding GDB command comment.
1671
3cb3b8df
BR
16722005-07-06 Bob Rossi <bob@brasko.net>
1673
1674 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
1675 and -inferior-tty-show.
1676 (Input/Output): Document "set/show inferior-tty" and tty alias.
1677
10fac096
NW
16782005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
1679
1680 * gdb.texinfo (Packets): Change description of 'D' packet to note
1681 that GDB does wait for a response.
1682
d1b6db76
NR
16832005-06-22 Nick Roberts <nickrob@snap.net.nz>
1684
1685 * gdb.texinfo (History) Rename "Command History".
1686 (Command History): Move node "Server Prefix" from section on
1687 Annotations here.
1688
29629dcf
NR
16892005-06-19 Nick Roberts <nickrob@snap.net.nz>
1690
1691 * gdb.texinfo (GDB/MI Stack Manipulation):
1692 Re-instate -stack-info-frame with example. Say that it gets
1693 info on selected frame, not current frame.
1694
397ca115
EZ
16952005-06-18 Eli Zaretskii <eliz@gnu.org>
1696
1697 * gdb.texinfo (Server): Clarify that `file' should be used before
1698 connecting to the server.
1699 (Files): Add an xref to the above description.
51274035
EZ
1700 (Output Formats): More detailed description of the `c' format.
1701 (Memory): List explicitly all the formats supported by `x'.
638ac427 1702 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 1703 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
1704 files. Add more indexing for solib-absolute-prefix and
1705 --with-sysroot.
76d17f34
EZ
1706 (Machine Code): Document possible problems with locations in
1707 shared libraries.
d416eeec
EZ
1708 (Backtrace): Document that free-standing environments do not need
1709 to have a `main' function.
397ca115 1710
74f6deaa
NR
17112005-06-18 Nick Roberts <nickrob@snap.net.nz>
1712
1713 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
1714 -stack-info-frame.
1715
a9967aef
AC
17162005-06-07 Andrew Cagney <cagney@gnu.org>
1717
1718 * gdb.texinfo (Contributors): Note the original multi-arch
1719 contributors.
1720
e09f16f9
EZ
17212005-06-03 Eli Zaretskii <eliz@gnu.org>
1722
1723 * gdb.texinfo (Registers): Add index entries for the standard
1724 registers.
1725 (Frames): Add cross-reference from frame pointer description to
1726 the Registers node.
1727 (Annotations Overview): Fix the reference to GDB name.
1728
d87ba7ee
EZ
17292005-06-01 Eli Zaretskii <eliz@gnu.org>
1730
1731 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
1732 can-use-hw-watchpoints.
1733
034dad6f
BR
17342005-05-28 Bob Rossi <bob@brasko.net>
1735
1736 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
1737 the possible reasons why an exec async record would be returned to FE.
1738
ffed4509
AC
17392005-05-26 Andrew Cagney <cagney@gnu.org>
1740
1741 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
1742 Andrew Cagney implemented the original GDB/MI.
1743
e22e55c9
OF
17442005-05-23 Orjan Friberg <orjanf@axis.com>
1745
1746 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
1747 documentation. Add documentation for cris-mode.
1748
a78e13ce
EZ
17492005-05-20 Eli Zaretskii <eliz@gnu.org>
1750
1751 * gdb.texinfo (Numbers): Explain the example and make the wording
1752 more acurate.
1753
76ff342d
DJ
17542005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
1755 Dennis Brueni <dennis@slickedit.com>
1756
1757 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
1758 (GDB/MI Data Manipulation, GDB/MI Program Control)
1759 (GDB/MI Stack Manipulation): Update examples to include the fullname
1760 attribute in stack frames.
1761
119b882a
EZ
17622005-05-12 Eli Zaretskii <eliz@gnu.org>
1763
1764 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
1765 do with other non-standard names of init files.
1766
6fc08d32
EZ
17672005-05-11 Eli Zaretskii <eliz@gnu.org>
1768
1769 * gdb.texinfo (Command Files): Move the description of the startup
1770 from here...
1771 (Startup): ...to this new subsection of the Invocation chapter.
1772 Rearrange the description of init files more logically and add a
1773 cross-reference to "Command Files". Document the special gdbinit
1774 name for CISCO 68k. Expand the description of what GDB does
1775 during startup.
1776 (History): Add index entry for HISTSIZE.
1777
a561754a
MK
17782005-05-02 Mark Kettenis <kettenis@gnu.org>
1779
1780 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
1781
2eecc4ab
EZ
17822005-05-02 Eli Zaretskii <eliz@gnu.org>
1783
1784 * gdb.texinfo (SVR4 Process Information, The isatty call)
1785 (The system call): Don't use foo(N) notation for man pages and
1786 functions.
514c4d71 1787 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 1788
18999be5
EZ
17892005-04-27 Eli Zaretskii <eliz@gnu.org>
1790
1791 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
1792 were optimized away.
1793
0abb7bc7
EZ
17942005-04-22 Eli Zaretskii <eliz@gnu.org>
1795
1796 * gdb.texinfo (Remote configuration): Document "set/show
1797 get-thread-local-storage-address". Add cross-reference to the
1798 description of the qGetTLSAddr packet.
1799 (General Query Packets): Mention "set remote
1800 get-thread-local-storage-address" and add a reference to its
1801 description.
1802
6f61acb1
NR
18032005-04-19 Nick Roberts <nickrob@snap.net.nz>
1804
1805 * gdb.texinfo (Backtrace): Describe 'bt full'.
1806
9d59903a
NR
18072005-04-17 Nick Roberts <nickrob@snap.net.nz>
1808
1809 * gdb.texinfo (Mode Options): Fix typo.
1810 (GDB/MI): Describe how to invoke GDB/MI.
1811
721c2651
EZ
18122005-04-16 Eli Zaretskii <eliz@gnu.org>
1813
1814 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 1815 references changed. Add description of "info udot".
721c2651
EZ
1816 (Files): Document "set/show stop-on-solib-events".
1817 (M32R/D): Document "set/show download-path", "set/show
1818 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
1819 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
1820 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
1821 (Maintenance Commands): Improve indexing.
1822 (Target Commands): Document "set/show hash", "set/show debug
1823 monitor".
1824 (SVR4 Process Information): Document "info pidlist" and "info
1825 meminfo". Document "set/show procfs-tarce" and "set/show
1826 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
1827 (Symbols, The Print Command with Objective-C): Improve indexing.
1828 (Objective-C): Add references to "info classes" and "info
1829 selectors".
c45da7e6
EZ
1830 (Debugging Output): Improve wording. Document "set/show debug
1831 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
1832 (Set Breaks): Add index entry for "hardware breakpoints".
1833 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
1834 and "set/show usehardbreakpoints".
1835 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
1836 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
1837 (ARM): Document "rdilogfile", "rdilogenable", "set/show
1838 rdiromatzero", "set/show rdiheartbeat".
1839 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
1840 "sds".
1841 (Embedded Processors): Document the "sim" command.
1842 (Remote): Document the "remote" command.
1843 (DJGPP Native): Document the "info serial" command.
1844 (Threads): Document "maint info sol-threads".
1845 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
1846 (Set Breaks): Improve indexing.
1847 (Command Syntax): Add a reference to dont-repeat.
1848 (Define): Document "dont-repeat".
1849 (TUI Commands): Document "tabset".
1850 (WinCE): New subsection. Document "set/show remotedirectory",
1851 "set/show remoteupload", "set/show remoteaddhost".
721c2651 1852
14d6dd68
EZ
18532005-04-15 Eli Zaretskii <eliz@gnu.org>
1854
1855 * gdb.texinfo (Hurd Native): New subsection, documents
1856 Hurd-specific commands.
a64548ea 1857 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 1858 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
1859 (MIPS): Improve documentation of heuristic-fence-post. Document
1860 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
1861 mips stack-arg-size", "set/show mips mask-address", "set/show mips
1862 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 1863 (ARM): Document ARM-specific commands.
a64548ea
EZ
1864 (AVR): New section. Document "info io_registers".
1865 (CRIS): New section. Document "set/show cris-version" and
1866 "set/show cris-dwarf2-cfi".
1867 (HPPA): New section. Document "set/show debug hppa" and "maint
1868 print unwind".
a5adf40f 1869 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 1870 (Super-H): New section. Document the "regs" command.
721c2651 1871 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 1872
9c16f35a
EZ
18732005-04-09 Eli Zaretskii <eliz@gnu.org>
1874
1875 * gdb.texinfo (Print Settings): Document "set/show print
1876 pascal_static-members", "set print repeats", "show print
1877 null-stop". Improve indexing. Fix documentation of "set print
1878 union".
1879 (Pascal): New section.
1880 (Supported languages): Rename from "Support"; all references
1881 updated. Add a menu item for Pascal.
1882 (Numbers): Document "set radix.
1883 (Screen Size): Document "set/show pagination".
1884 (MIPS Embedded): Remove "set processor" documentation.
1885 (Remote configuration): Document "set/show X/P/Z-packet",
1886 "set/show read-aux-vector-packet", "set/show remote
1887 symbol-lookup-packet", "set/show remote verbose-resume-packet",
1888 "set/show remoteaddresssize", "set/show remotebaud", "set/show
1889 remotedebug", "set/show remotebreak", "set/show remotedevice",
1890 "set/show remotelogfile".
1891 (Auxiliary Vector): Add reference to the description of the
1892 read-aux-vector-packet setting.
1893 (Set Watchpoints): Add a cross-reference to "set remote
1894 hardware-breakpoint-limit".
1895 (General Query Packets): Add indexing of requests and
1896 cross-references to related commands in "Remote configuration".
1897 (File-I/O Overview, The system call): Fix wording and typos.
1898 (Thread Stops): Add index entries.
1899 (Continuing and Stepping): Document "show step-mode".
1900 (i386): New node. Document "set/show struct-convention".
1901 (Files): Document "show trust-readonly-sections".
1902 (Calling): Document "set/show unwindonsignal".
1903 (Messages/Warnings): Add index entries.
1904 (Maintenance Commands): Document "set/show watchdog".
1905 (Annotations Overview): Document "show annotate".
1906 (Set Watchpoints): Add index entries.
1907 (Symbols): Fix doc of case-sensitive.
1908 (ABI): Document "show coerce-float-to-double".
1909 (Convenience Vars, Help): Improve indexing.
1910 (Machine Code): Document "show disassembly-flavor".
1911 (Debugging C plus plus): Document "show overload-resolution".
1912 (Value History, Signaling): Add index entries.
1913
19142005-04-08 Eli Zaretskii <eliz@gnu.org>
1915
1916 * gdb.texinfo (Show): Move @kindex entries to their proper places.
1917 (Processes): Fix wording.
1918 (History, List, Logging output, Define, Symbols, Print Settings):
1919 Improve indexing.
1920
a8f24a35
EZ
19212005-04-03 Eli Zaretskii <eliz@gnu.org>
1922
1923 * gdb.texinfo (Targets): Document "set/show architecture". Remove
1924 redundant index entry for "target" command.
1925 (Backtrace): Add index entries.
1926 (Symbols, Fortran): Document the "set case-sensitive" command.
1927 (DJGPP Native): Document "set com1base", "set com1irq", etc.
1928 (Print Settings): Add index entry for "set demangle-style".
1929 (Target Commands): Document "set download-write-size".
1930 (Debugging Output): Document "set exec-done-display".
1931
09d4efe1
EZ
19322005-04-02 Eli Zaretskii <eliz@gnu.org>
1933
1934 * gdb.texinfo (Files): Fix the name and documentation of
1935 add-shared-symbol-files. Document its alias assf. Update the
1936 list of OSs where GDB supports shared libraries. Fix markup.
1937 (Continuing and Stepping): Add reference to @var{location} in the
1938 text.
1939 (Dump/Restore Files): Fix reference to @{filename}.
1940 (Help): Fix wording.
1941 (Attach): Ditto.
1942 (Set Watchpoints): Ditto.
1943 (Backtrace): Remove redundant index entries. Improve index
1944 entries.
1945 (Delete Breaks): Fix wording.
1946 (Memory): Document the compare-sections command.
1947 (Memory Region Attributes): Improve wording.
1948 (Disabling): Improve wording.
1949 (Fortran): New subsection. Document the "info common" command.
1950 (Help): Document aliases "info copying" and "info warranty".
1951 (Caching Remote Data): New section. Document the "set/show
1952 remotecache" and "info dcache" commands.
1953 (Show): Fix wording of the documentation of the "set
1954 extension-language" command.
1955 (Signals): Add index entry for "info handle".
1956 (Memory Region Attributes): Fix punctuation.
1957 (Symbols): Change the arg name to "location" and refer to it in
1958 the text. Fix wording of "info types" doc.
1959 (Threads): Fix usage of @enumerate @item's.
1960 (Listing Tracepoints): Add index entry for "info tp".
1961 (Set Watchpoints): Add xref to "info break" description.
1962 (Macros): Add an index entry for "macro exp1". Document the
1963 "macro list" command.
1964 (Maintenance Commands): Document "flushregs", "maint agent",
1965 "maint check-symtabs", "maint cplus", "maint demangle", "maint
1966 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
1967 "maint print architecture", "maint print objfiles", "maint print
1968 statistics", "maint print type", "maint show-debug-regs", "maint
1969 space", "maint time", and "maint translate-address".
1970 (Connecting): Document the "monitor" command.
1971 (Annotations Overview): Describe the "set annotate" command.
1972
82f2d802
EZ
19732005-04-01 Eli Zaretskii <eliz@gnu.org>
1974
1975 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
1976 Rearrange index entries and improve wording about support for
1977 hardware watchpoints.
1978
7d51c7de
BR
19792005-03-10 Bob Rossi <bob@brasko.net>
1980
1981 * gdb.texinfo: Update copyright
1982
68c71a2e
TR
19832005-02-09 Theodore A. Roth <troth@openavr.org>
1984
1985 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
1986 error.
1987
83761cbd
KB
19882005-02-03 Kevin Buettner <kevinb@redhat.com>
1989
1990 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
1991
9f1c6395
MS
19922005-01-17 Michael Snyder <msnyder@redhat.com>
1993
1994 * gdb.texinfo: Fix spelling, infinte -> infinite.
1995
fbd1b305
MK
19962005-01-08 Mark Kettenis <kettenis@gnu.org>
1997
1998 * observer.texi (GDB Observers): Document "solib_loaded".
1999
3ace7edb
AC
20002005-01-07 Andrew Cagney <cagney@gnu.org>
2001
bec39cab
AC
2002 * configure.ac: Rename configure.in, require autoconf 2.59.
2003 * configure: Re-generate.
2004
3ace7edb
AC
2005 * configure.in: Replace configdirs with multiple references to
2006 AC_CONFIG_SUBDIRS.
2007 * configure: Re-generate.
5ae4183a 2008
53531fc1
AC
20092005-01-04 Andrew Cagney <cagney@gnu.org>
2010
2011 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
2012 part of the version number.
2013
536ffdb7
MK
20142004-12-24 Mark Kettenis <kettenis@gnu.org>
2015
2016 * gdbint.texinfo (Algorithms): Remove description of
2017 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
2018
e1aac25b
JB
20192004-12-07 Jim Blandy <jimb@redhat.com>
2020
2021 * gdb.texinfo (General Query Packets): Specify that thread ID's in
2022 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
2023 numbers.
2024
f47b1503
AS
20252004-12-07 Andreas Schwab <schwab@suse.de>
2026
2027 * gdb.texinfo (Mode Options): Document -l option.
2028
b6b8ece6
EZ
20292004-12-04 Eli Zaretskii <eliz@gnu.org>
2030
2031 * gdbint.texinfo (Algorithms): More accurate description of
2032 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
2033 is not needed unless data-read and data-access watchpoints are
2034 supported. Add a description of how GDB checks whether the
2035 inferior stopped because a watchpoint was hit.
2036
01371747
EZ
20372004-11-23 Eli Zaretskii <eliz@gnu.org>
2038
2039 * gdb.texinfo (Files): Add cross-reference to description of
2040 -readnow command-line switch.
2041
2315ffec
RC
20422004-11-10 Randolph Chung <tausq@debian.org>
2043
2044 * gdb.texinfo: Document set/show backtrace past-entry commands.
2045 Rearrange index entries for set/show backtrace past-main.
2046
69065f5d
AC
20472004-11-10 Jon Beniston <jon@beniston.com>
2048
2049 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
2050 * gdb.texinfo (Remote Serial Protocol): Further describe
2051 binary transfer escaping mechanism .
69065f5d 2052
30e91e0b
RC
20532004-11-08 Randolph Chung <tausq@debian.org>
2054
2055 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
2056 and "show debug infrun". Add index entries.
2057
60bf7e09
EZ
20582004-10-23 Eli Zaretskii <eliz@gnu.org>
2059
2060 * gdb.texinfo (SVR4 Process Information): Document subcommands of
2061 "info proc" that are already implemented. Add index entries.
2062 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
2063 (Files): Add a tip for decreasing memory used for symtabs from
2064 shared libraries.
f018e82f
EZ
2065 (Starting): Fix whitespace; make "elaboration" stand out where it
2066 is first used, and add an index entry for the term.
f8568604
EZ
2067 (Calling): Expand and elaborate text. Add "print". Add the
2068 description of problems with weak aliases.
384ee23f 2069 (Core File Generation): New section.
60bf7e09 2070
d52fe014
AC
20712004-10-12 Andrew Cagney <cagney@gnu.org>
2072
2073 * gdbint.texinfo (Versions and Branches): New chapter.
2074 (Releasing GDB): Delete "Versions and Branches" section.
2075 (Top): Add "Versions and Branches".
2076
703663ab
EZ
20772004-10-08 Eli Zaretskii <eliz@gnu.org>
2078
2079 * gdb.texinfo (Editing, History): Add cross-references to the
2080 included Readline and History user documentation. Remove
2081 references to the symbol have-readline-appendices which is unused
2082 and undefined.
2083 (History): Fix indexing.
2084
ac77d04f
JJ
20852004-10-08 Jeff Johnston <jjohnstn@redhat.com>
2086
2087 * gdbint.texinfo (target_stopped_data_address): Update to
2088 new prototype.
2089 (i386_stopped_data_address): Update prototype and description.
2090 (i386_stopped_by_watchpoint): New function and description.
2091
e07c999f
PH
20922004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
2093
2094 * gdb.texinfo (Filenames): Add Ada suffixes.
2095 (Ada) New section.
2096
2e868123
AC
20972004-09-27 Andrew Cagney <cagney@gnu.org>
2098 Robert Picco <Robert.Picco@hp.com>
2099
2100 * gdb.texinfo (Packets): Document the "p" packet.
2101
02a57714
JM
21022004-09-21 Jason Molenda (jmolenda@apple.com)
2103
2104 * gdb.texinfo (Paths and Names of the Source Files): Document the
2105 meaning of values in the 'desc' field of a SO stab.
2106
ae038cb0
DJ
21072004-09-20 Daniel Jacobowitz <dan@debian.org>
2108
2109 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
2110 max-cache-age" and "maint show dwarf2 max-cache-age".
2111
f7dc1244
EZ
21122004-09-16 Eli Zaretskii <eliz@gnu.org>
2113
2114 * gdb.texinfo (Set Breaks): Add index entry for setting
2115 breakpoints on overloaded C++ functions that are not members of
2116 any classes. Add an example and an index entry for setting
2117 breakpoints on all program functions.
2118 (Character Sets, Macros, Overlay Commands)
2119 (Non-debug DLL symbols, GDB/MI Output Syntax)
2120 (Annotations Overview, Maintenance Commands, File-I/O Overview):
2121 Use "(@value{GDBP})" instead of a literal "(gdb)".
2122
f810308b
AC
21232004-09-12 Andrew Cagney <cagney@gnu.org>
2124
2125 * gdbint.texinfo (Native Debugging): Delete description of
2126 FILES_INFO_HOOK.
2127
15a661f3
PH
21282004-09-11 Paul Hilfinger <hilfinger@gnat.com>
2129
5ae4183a
AS
2130 * gdbint.texinfo (User Interface): Change local_hex_string_custom
2131 to hex_string_custom (not historically correct, but more
15a661f3
PH
2132 understandable, given the current code).
2133
f3219c75
AC
21342004-09-03 Andrew Cagney <cagney@gnu.org>
2135
2136 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
2137
f3bb6704
JJ
21382004-09-01 Jeff Johnston <jjohnstn@redhat.com>
2139
2140 * observer.texi (solib_unloaded): New observer.
2141
8d2c00cb
AC
21422004-08-24 Andrew Cagney <cagney@gnu.org>
2143
2144 * gdbint.texinfo (Target Architecture Definition): Add missing
2145 comma.
2146
e7dc800a
MC
21472004-08-20 Michael Chastain <mec.gnu@mindspring.com>
2148
2149 * (Using the Testsuite): build != host is supported,
2150 but some test scripts do not support build != host.
2151
73b03683
MK
21522004-08-14 Mark Kettenis <kettenis@gnu.org>
2153
2154 * gdbint.texinfo (Host Definition): Delete description of
2155 FCLOSE_PROVIDED and GETENV_PROVIDED.
2156
c0ccb908
MK
21572004-08-05 Mark Kettenis <kettenis@chello.nl>
2158
2159 * gdbint.texinfo (Host Definition): Delete description of
2160 NO_SYS_FILE.
2161 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
2162 PTRACE_FP_BUG.
2163
9c8dbfa9
AC
21642004-08-05 Andrew Cagney <cagney@gnu.org>
2165
2166 * gdbint.texinfo (Target Architecture Definition): Delete
2167 reference to deprecated_read_fp.
2168
f42accbe
AC
21692004-08-02 Andrew Cagney <cagney@gnu.org>
2170
2171 * gdbint.texinfo (Target Architecture Definition): Delete
2172 description of DEPRECATED_REGISTER_BYTES.
2173
0b66e38c
EZ
21742004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2175
2176 * gdb.texinfo (Source Path): Document the new behavior of
2177 searching for the source files.
2178
15387254
EZ
21792004-07-17 Eli Zaretskii <eliz@gnu.org>
2180
2181 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
2182 (Search, Expressions, Arrays, Variables, Data, Machine Code)
2183 (Auto Display): Improve indexing.
2184
2c07db7a
AC
21852004-07-16 Andrew Cagney <cagney@gnu.org>
2186
2187 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
2188 "-noasync".
2189
4644b6e3
EZ
21902004-07-09 Eli Zaretskii <eliz@gnu.org>
2191
2192 * gdb.texinfo: Fix @kindex entries so that multiple commands that
2193 have the same prefix have only their prefix in the index.
2194
7561d450
MK
21952004-07-03 Mark Kettenis <kettenis@gnu.org>
2196
2197 * gdb.texinfo (BSD libkvm Interface): New node (section)
2198 (Native): Add it to the menu.
2199
67bebe79
MK
22002004-07-01 Mark Kettenis <kettenis@gnu.org>
2201
2202 * gdbint.texinfo (Target Architecture Definition): Remove
2203 PCC_SOL_BROKEN.
2204
1a6923e0
MK
22052004-06-24 Mark Kettenis <kettenis@gnu.org>
2206
2207 * gdbint.texinfo (Target Architecture Definition): Remove
2208 SUN_FIXED_LBRAC_BUG.
2209
b435e160
AC
22102004-06-26 Andrew Cagney <cagney@gnu.org>
2211
2212 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
2213
b5622e8d
AC
22142004-06-20 Andrew Cagney <cagney@gnu.org>
2215
2216 * gdbint.texinfo (Target Architecture Definition): Deprecate
2217 USE_STRUCT_CONVENTION.
2218
e0c07bf0
MC
22192004-06-19 Michael Chastain <mec.gnu@mindspring.com>
2220
2221 gdb.texinfo (Bug Reporting): Mention session recording,
2222 with the script command or Emacs.
2223
782263ab
AC
22242004-06-18 Andrew Cagney <cagney@gnu.org>
2225
2226 * gdbint.texinfo (Target Architecture Definition): Deprecate
2227 FUNCTION_START_OFFSET.
2228
03727ca6
AC
22292004-06-14 Andrew Cagney <cagney@gnu.org>
2230
2231 Based on changes from Karl Berry.
2232 * gdb.texinfo: Do not use @sc in a direntry.
2233 * stabs.texinfo: Change @dircateogry to "Software development".
2234 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
2235
97092415
AC
22362004-06-13 Andrew Cagney <cagney@gnu.org>
2237
2238 * gdbint.texinfo (Target Architecture Definition): Delete
2239 description of RETURN_VALUE_ON_STACK.
2240
1f6d4158
AC
22412004-06-09 Andrew Cagney <cagney@gnu.org>
2242
2243 * gdbint.texinfo (Native Debugging): Restore "@table @code"
2244 deleted by previous patch.
2245
d966f0cb
AC
22462004-06-08 Andrew Cagney <cagney@gnu.org>
2247
2248 * gdbint.texinfo (Native Debugging): Delete documentation on
2249 ATTACH_DETACH.
2250
86fe4aaa
RC
22512004-06-06 Randolph Chung <tausq@debian.org>
2252
2253 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
2254
d4b6d575
RC
22552004-06-06 Randolph Chung <tausq@debian.org>
2256
5ae4183a 2257 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
2258 the new push_dummy_call method signature. Describe the function
2259 argument.
2260
4e8b0763
JB
22612004-05-24 Joel Brobecker <brobecker@gnat.com>
2262
2263 * gdb.texinfo (Starting): Document new start command.
2264
59caf092
AC
22652004-05-21 Andrew Cagney <cagney@redhat.com>
2266
2267 * observer.texi (GDB Observers): Document "inferior_created".
2268
e4a2df64
AC
22692004-05-08 Andrew Cagney <cagney@redhat.com>
2270
e6b55ae2
AC
2271 * gdbint.texinfo (Target Architecture Definition): Delete
2272 description of DO_DEFERRED_STORES.
2273
28954179
AC
2274 * gdbint.texinfo (Target Architecture Definition): Delete
2275 references to DEPRECATED_FIX_CALL_DUMMY.
2276
434b87dd
AC
2277 * gdbint.texinfo (Target Architecture Definition): Delete
2278 description of DEPRECATED_CALL_DUMMY_WORDS,
2279 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
2280
58d28df8
AC
2281 * gdbint.texinfo (Target Architecture Definition): Delete
2282 description of DEPRECATED_PUSH_DUMMY_FRAME.
2283
e4a2df64
AC
2284 * gdbint.texinfo (Target Architecture Definition): Delete
2285 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
2286
2b4855ab
AC
22872004-05-07 Andrew Cagney <cagney@redhat.com>
2288
2289 * observer.texi (GDB Observers): Add "Debugging" section. Include
2290 cross reference to "set/show debug observer".
2291 * gdb.texinfo (Debugging Output): Document "set/show debug
2292 observer".
2293
fcf70625
AC
22942004-05-01 Andrew Cagney <cagney@redhat.com>
2295
2296 * gdbint.texinfo (Target Architecture Definition): Delete
2297 description of DEPRECATED_PC_IN_SIGTRAMP.
2298
8ee56bcf
AC
22992004-04-30 Andrew Cagney <cagney@redhat.com>
2300
2301 * gdbint.texinfo (Target Architecture Definition): Delete
2302 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
2303
67ab9a76
OF
23042004-04-30 Orjan Friberg <orjanf@axis.com>
2305
2306 * observer.texi (GDB Observers): Correct spelling.
2307
79346bcb
OF
23082004-04-26 Orjan Friberg <orjanf@axis.com>
2309
2310 * observer.texi (GDB Observers): Add target_changed event.
2311
7a464420
AC
23122004-04-08 Andrew Cagney <cagney@redhat.com>
2313
2314 * observer.texi (GDB Observers): Rework, provide generic observer
2315 definitions and then a list of observable events.
2316
6cdf9d98
AC
23172004-04-04 Andrew Cagney <cagney@redhat.com>
2318
2319 * gdbint.texinfo (Host Definition): Delete reference to
2320 NO_SIGINTERRUPT.
2321
ddc135a4
AC
23222004-04-02 Andrew Cagney <cagney@redhat.com>
2323
2324 * gdbint.texinfo (Target Architecture Definition): Delete
2325 reference to DEPRECATED_CALL_DUMMY_LENGTH.
2326
6a1b180d
SC
23272004-03-28 Stephane Carrez <stcarrez@nerim.fr>
2328
2329 * gdb.texinfo (TUI Commands): Document tui reg commands.
2330
d0d5df6f
AC
23312004-03-26 Andrew Cagney <cagney@redhat.com>
2332
2333 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
2334 "gdbtui".
2335 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
2336 (Contributors): Mention both Text and Terminal User Interface.
2337
aa2a3f87
AC
23382004-03-23 Andrew Cagney <cagney@redhat.com>
2339
2340 * gdbint.texinfo (Target Architecture Definition): Deprecate
2341 references to SIGTRAMP_START and SIGTRAMP_END.
2342
f561f026
AC
23432004-03-23 Andrew Cagney <cagney@redhat.com>
2344
2345 * gdbint.texinfo (Target Architecture Definition): Deprecate
2346 references to PC_IN_SIGTRAMP.
2347
33cb8b0f
AC
23482004-03-19 Andrew Cagney <cagney@redhat.com>
2349
2350 * gdbint.texinfo (Target Architecture Definition): Delete
2351 reference to GDB_TARGET_IS_HPPA.
2352
fc989b7a
AC
23532004-03-18 Andrew Cagney <cagney@redhat.com>
2354
2355 * gdbint.texinfo (Coding): Update section on gdbarch_data,
2356 describe pre_init and post_init.
2357
701b08bb
DJ
23582004-03-09 Daniel Jacobowitz <drow@mvista.com>
2359
2360 * gdb.texinfo (Debugging Output): Document values for "set debug
2361 target".
2362
faae5abe
AC
23632004-02-28 Andrew Cagney <cagney@redhat.com>
2364
2365 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
2366
dd79a6cf
JJ
23672004-02-26 Jeff Johnston <jjohnstn@redhat.com>
2368
2369 * gdb.texinfo (breakpoints): Add information about the
2370 new "set breakpoint pending" and "show breakpoint pending"
2371 commands.
2372
e7f16015
AC
23732004-02-26 Andrew Cagney <cagney@redhat.com>
2374
2375 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
2376 in Per-architecture module data section.
2377
7161a3a6
RM
23782004-02-25 Roland McGrath <roland@redhat.com>
2379
2380 * gdb.texinfo (General Query Packets): Document qPart:... packets.
2381
2154891a
AC
23822004-02-24 Andrew Cagney <cagney@redhat.com>
2383
2384 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
2385 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
2386 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 2387
6c74ac8b
AC
23882004-02-17 Andrew Cagney <cagney@redhat.com>
2389
2390 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
2391
19772a2c
AC
23922004-02-16 Andrew Cagney <cagney@redhat.com>
2393
2394 * gdbint.texinfo (Target Architecture Definition): Deprecate
2395 FRAMELESS_FUNCTION_INVOCATION.
2396
c9830293
AC
23972004-02-16 Andrew Cagney <cagney@redhat.com>
2398
2399 * gdbint.texinfo (Coding): Mention -Wunused-function.
2400
b9d26eb9
AC
24012004-02-14 Andrew Cagney <cagney@redhat.com>
2402
2403 * gdbint.texinfo (Target Architecture Definition): Delete
2404 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
2405
49efadf5
EZ
24062004-02-12 Elena Zannoni <ezannoni@redhat.com>
2407
2408 * gdb.texinfo: Properly quote the name "C++".
2409 * gdbint.texinfo: Ditto.
2410 * stabs.texinfo: Ditto.
2411
1eb288ea
EZ
24122004-02-11 Elena Zannoni <ezannoni@redhat.com>
2413
2414 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
2415 minimal information about libiberty.
2416
e4937fc1
MC
24172004-02-06 Michael Chastain <mec.gnu@mindspring.com>
2418
2419 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
2420
a9331b3f
RM
24212004-02-04 Roland McGrath <roland@redhat.com>
2422
2423 * gdb.texinfo (Auxiliary Vector): New node (section).
2424 (Data): Add it to the menu.
2425
2650777c
JJ
24262004-02-02 Jeff Johnston <jjohnstn@redhat.com>
2427
2428 * gdb.texinfo (Breakpoints): Add information about pending
2429 breakpoint support.
2430
b4501125
AC
24312004-01-26 Andrew Cagney <cagney@redhat.com>
2432
2433 * gdb.texinfo (Overview): Delete references to the cisco protocol
2434 including the "N" response.
2435
74055713
AC
24362004-01-26 Andrew Cagney <cagney@redhat.com>
2437
2438 * gdbint.texinfo (Target Architecture Definition): Rename
2439 EXTRACT_STRUCT_VALUE_ADDRESS to
2440 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 2441
3bbe9696
EZ
24422004-01-24 Eli Zaretskii <eliz@gnu.org>
2443
2444 * gdb.texinfo (KOD): Document "show os". Add index entries for
2445 "set/show os" and "info cisco" commands.
2446
5843504f
EZ
24472004-01-21 Eli Zaretskii <eliz@gnu.org>
2448
2449 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
2450
9175c9a3
MC
24512004-01-19 Michael Chastain <mec.gnu@mindspring.com>
2452
2453 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
2454 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
2455
8e94b928
NR
24562004-01-19 Nick Roberts <nick@nick.uklinux.net>
2457
2458 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
2459 -stack-list-locals.
2460 (GDB/MI Variable Objects): Describe extension to
2461 -var-list-children.
2462
a20cf136
DJ
24632004-01-17 Daniel Jacobowitz <drow@mvista.com>
2464
2465 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
2466
afb18d0f
AC
24672004-01-17 Andrew Cagney <cagney@redhat.com>
2468
2469 * gdbint.texinfo (Target Architecture Definition): Delete
2470 documentation on DEPRECATED_NPC_REGNUM.
2471
b51970ac
DJ
24722004-01-13 Daniel Jacobowitz <drow@mvista.com>
2473
2474 * gdb.texinfo: Update copyright year. Mention that set
2475 follow-fork-mode is supported on GNU/Linux. Remove documentation of
2476 "set follow-fork-mode ask".
2477
0f0cffd2
AC
24782004-01-13 Andrew Cagney <cagney@redhat.com>
2479
2480 * gdbint.texinfo: Update copyright year.
2481 (Coding): Add -Wunused-label to list of -Werror warnings.
2482
c552b3bb 24832004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 2484 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
2485
2486 * gdb.texinfo: Update copyright.
2487 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
2488 around names, as appropriate. Minor syntax cleanup of
2489 _NSPrintForDebugger explanation. Two spaces after periods.
2490 GDBN used instead of lit. "gdb". Index entries added for
2491 print-object and _NSPrintForDebugger. @noindent added in one spot.
2492
afe157ca
EZ
24932003-11-11 Elena Zannoni <ezannoni@redhat.com>
2494
2495 * stabs.texinfo: Add dircategory and direntry commands.
2496 * annotate.texinfo: Ditto.
2497
963e2bb7
AC
24982003-11-10 Andrew Cagney <cagney@redhat.com>
2499
2500 * gdbint.texinfo (Target Architecture Definition): Replace the
2501 return_value method's "inval" and "outval" parameters with
2502 "readbuf" and "writebuf".
2503
1d8b2f28
JB
25042003-10-28 Jim Blandy <jimb@redhat.com>
2505
2506 * gdb.texinfo (The F request packet, The F reply packet): Renamed
2507 from "The `F' request packet" and "The `F' reply packet", to make
2508 texi2dvi happy.
2509 (File-I/O remote protocol extension): Update menu entries, too.
2510
36d86913
MC
25112003-10-26 Michael Chastain <mec@shout.net>
2512
2513 * gdb.texinfo (Thread Stops): Document the issue with
2514 premature return from system calls in multi-threaded programs.
2515
ce2826aa
AC
25162003-10-24 Andrew Cagney <cagney@redhat.com>
2517
2518 * annotate.texinfo: Fix "fortunatly"[sic].
2519
f24c5e49
KI
25202003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
2521
2522 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
2523 with "Hitachi" and "Mitsubishi".
2524
92ad9cd9
AC
25252003-10-20 Andrew Cagney <cagney@redhat.com>
2526
2527 * gdbint.texinfo (Target Architecture Definition): Document
2528 gdbarch_return_value. Add cross references from
2529 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
2530 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
2531
0ab4b752
MK
25322003-10-18 Mark Kettenis <kettenis@gnu.org>
2533
2534 * gdbint.texinfo (Target Architecture Definition): Document
2535 regset_from_core_section.
fb3e19c0
KI
2536
25372003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
2538
2539 * gdb.texinfo (M32R/D): Mention m32rsdi target.
2540
a9331b3f 25412003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
2542
2543 From Anthony Green <green@redhat.com>:
5ae4183a 2544 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 2545
1485d690
KB
25462003-10-14 Kevin Buettner <kevinb@redhat.com>
2547
2548 * gdb.texinfo (Breakpoint related warnings): New node.
2549 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 2550
86d30acc
DJ
25512003-10-13 Daniel Jacobowitz <drow@mvista.com>
2552
2553 * gdb.texinfo (Remote Protocol): Document v and vCont.
2554
172c2a43
KI
25552003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
2556
2557 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
2558 * gdbint.texinfo: Ditto.
2559
71952f4c
AC
25602003-10-09 Andrew Cagney <cagney@redhat.com>
2561
2562 From 2003-09-18 David Anderson <davea@sgi.com>:
2563 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
2564 "command".
2565
268e2188
AC
25662003-10-03 Andrew Cagney <cagney@redhat.com>
2567
2568 * gdbint.texinfo (Target Architecture Definition): Deprecate
2569 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
2570 just target.
2571
12c266ea 25722003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 2573
f30992d4 2574 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
2575 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
2576 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
2577 * gdbint.texinfo (Target Architecture Definition): Rename
2578
25792003-09-30 Andrew Cagney <cagney@redhat.com>
2580
f30992d4 2581 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 2582 (Target Architecture Definition):
f30992d4 2583
2e092625
AC
2584 * gdbint.texinfo (Target Architecture Definition): Rename
2585 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
2586
0717ae8a
AC
25872003-09-29 Andrew Cagney <cagney@redhat.com>
2588
dad809b7
AC
2589 * gdbint.texinfo (Target Architecture Definition): Delete
2590 documentation for NEED_TEXT_START_END.
2591
0717ae8a
AC
2592 * gdbint.texinfo (Target Architecture Definition): Rename
2593 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
2594 TARGET_WRITE_PC.
a9331b3f 2595
af6cf26d
MC
25962003-09-22 Michael Chastain <mec@shout.net>
2597
2598 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
2599
ee206350
AG
26002003-09-21 Anthony Green <green@redhat.com>
2601
2602 * gdbint.texinfo (Target Architecture Definition): Fix typos.
2603
a38c9fe6
MK
26042003-09-21 Mark Kettenis <kettenis@gnu.org>
2605
2606 * gdbint.texinfo (Target Architecture Definition): Document
2607 stabs_argument_has_addr.
2608
77949794
AC
26092003-09-18 Andrew Cagney <cagney@redhat.com>
2610
2611 * gdbint.texinfo (Target Architecture Definition): Delete
2612 documentation on REGISTER_NAMES.
2613
8e823e25
MK
26142003-09-13 Mark Kettenis <kettenis@gnu.org>
2615
2616 * gdbint.texinfo (Target Architecture Definition): Replace
2617 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
2618
f27dd7fd
AC
26192003-09-11 Andrew Cagney <cagney@redhat.com>
2620
2621 * gdbint.texinfo (Target Architecture Definition): Replace
2622 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
2623
8b148df9
AC
26242003-08-18 Andrew Cagney <cagney@redhat.com>
2625
2626 * gdbint.texinfo (Target Architecture Definition): Document
2627 "frame_red_zone_size".
2628
25d29d70
AC
26292003-08-09 Andrew Cagney <cagney@redhat.com>
2630
2631 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
2632 with "set/show backtrace past-main" and "set/show backtrace
2633 limit".
2634
c938e9b0
L
26352003-08-08 H.J. Lu <hongjiu.lu@intel.com>
2636
2637 * Makefile.in (install-info): Support DESTDIR.
2638 (install-html): Likewise.
2639
64fabec2
AC
26402003-08-07 Andrew Cagney <cagney@redhat.com>
2641
2642 Patch from Nick Roberts.
2643 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
2644 bindings. Remove description of send-gdb-command.
2645
2fcf52f0
AC
26462003-08-07 Andrew Cagney <cagney@redhat.com>
2647
2648 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
2649 GDB 6.0.
2650
086432e2
AC
26512003-08-06 Andrew Cagney <cagney@redhat.com>
2652
2653 * gdb.texinfo (Mode Options): Mention that level three is the
2654 highest available and that level 2 is deprecated.
2655 (Annotations Overview): Mention annotation levels. Cross reference
2656 to "Limitations of the Annotation Interface" in annotate.texi.
2657 (TODO, Value Annotations, Frame Annotations): Delete section.
2658 (Displays, Breakpoint Info): Delete.
2659
e5249f67
AC
26602003-08-04 Andrew Cagney <cagney@redhat.com>
2661
2662 * agentexpr.texi: Delete @bye.
2663 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
2664 (stabs.info): Add $(srcdir) to include search path.
2665 (html): Depend on "annotate_toc.html", and not "annotate.html".
2666 * stabs.texinfo: Ditto. Include "fdl.texi".
2667 * gdbint.texinfo: Update copyright statement's list of invariant
2668 sections.
2669
e6f672d2
AC
26702003-07-28 Andrew Cagney <cagney@redhat.com>
2671
2672 * Makefile.in (INFO_DEPS): Add annotate.info.
2673 (dvi, ps, html, pdf): Add annotate.
2674 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
2675 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
2676 (ANNOTATE_DOC_FILES): New macro.
2677 (ANNOTATE_TEX_TMPS): New macro.
2678 (annotate.info, annotate_toc.html): Specify dependencies.
2679 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
2680 * annotate.texinfo: Rename annotate.texi. Get building. Add
2681 "Migrating to GDB/MI" and "Limitations of the Annotation
2682 Interface" chapters. Mention why it is not part of the user
2683 guide. Update copyright notice. Include "fdl.texi".
2684
72ffddc9
SC
26852003-07-26 Stephane Carrez <stcarrez@nerim.fr>
2686
2687 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
2688
a9f12a31
DJ
26892003-07-24 Daniel Jacobowitz <drow@mvista.com>
2690
2691 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
2692
b1fe9455
DJ
26932003-07-24 Daniel Jacobowitz <drow@mvista.com>
2694
2695 * gdb.texinfo (Server): Mention pidof.
2696
153721e6
AC
26972003-07-22 Andrew Cagney <cagney@redhat.com>
2698
2699 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
2700 list.
2701
0fac0b41
DJ
27022003-06-28 Daniel Jacobowitz <drow@mvista.com>
2703
2704 * gdb.texinfo (Logging output): New chapter.
2705
4e562065
JB
27062003-06-24 Joel Brobecker <brobecker@gnat.com>
2707
2708 * gdb.texinfo (Unsupported languages): New section.
2709 (Languages): Add link to new section.
2710
f2c06f52
AC
27112003-06-22 Andrew Cagney <cagney@redhat.com>
2712
2713 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
2714
b4177fca
DJ
27152003-06-22 Daniel Jacobowitz <drow@mvista.com>
2716
2717 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
2718
f418dd93
DJ
27192003-06-22 Daniel Jacobowitz <drow@mvista.com>
2720
2721 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
2722 * agentexpr.texi: Retitle section, and change it to an appendix.
2723 Comment out texinfo initialization. Factor a @var{} into two
2724 pieces to prevent makeinfo warnings.
2725 * gdb.texinfo: Add Agent Expressions appendix.
2726
4ca61388
DJ
27272003-06-19 Daniel Jacobowitz <drow@mvista.com>
2728
2729 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
2730
07f31aa6
DJ
27312003-06-18 Daniel Jacobowitz <drow@mvista.com>
2732
5ae4183a 2733 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
2734 remote target". Document the "detach" and "disconnect" commands.
2735 (Server, Netware, Debug Session): Reference "Connecting to a
2736 remote target".
2737 (GDB/MI Target Manipulation): Document "-target-disconnect".
2738
2dd0da42
AC
27392003-06-13 Andrew Cagney <cagney@redhat.com>
2740
2741 * gdbint.texinfo (Target Architecture Definition): Deprecate
2742 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
2743 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
2744
e7a3abfc
JB
27452003-06-09 Jim Blandy <jimb@redhat.com>
2746
2747 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
2748
25e3a86b
AC
27492003-06-08 Andrew Cagney <cagney@redhat.com>
2750
2751 * gdbint.texinfo (Target Architecture Definition): Delete
2752 documentation on FRAME_ARGS_ADDRESS_CORRECT.
2753
a9e5fdc2
AC
27542003-06-08 Andrew Cagney <cagney@redhat.com>
2755
2756 * gdbint.texinfo (Target Architecture Definition): Document
2757 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
2758
b37303ee
AF
27592003-06-07 Adam Fedor <fedor@gnu.org>
2760
2761 * gdb.texinfo: Add Objective-C documentation.
2762
39fe6e80
AC
27632003-06-01 Andrew Cagney <cagney@redhat.com>
2764
2765 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
2766 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
2767
125309b2
AC
27682003-05-21 Andrew Cagney <cagney@redhat.com>
2769
2770 * gdbint.texinfo (Target Architecture Definition): Delete
2771 references to "extract_address" and "store_address".
2772
b8b527c5
AC
27732003-05-16 Andrew Cagney <cagney@redhat.com>
2774
2775 * gdbint.texinfo (Target Architecture Definition): Replace
2776 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
2777 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
2778
50e3ee83
TR
27792003-05-14 Theodore A. Roth <troth@openavr.org>
2780
2781 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
2782
44e2be90
L
27832003-05-10 H.J. Lu <hongjiu.lu@intel.com>
2784
2785 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
2786 (gdb.dvi): Likewise.
2787 (gdb.pdf): Likewise.
2788 (links2roff): Likewise.
2789
df5215a6
JB
27902003-05-08 Jim Blandy <jimb@redhat.com>
2791
2792 * gdb.texinfo (Dump/Restore Files): Update documentation for
2793 'dump', 'append', and 'restore': note that format argument is
2794 optional; simplify presentation of the command variants; and be
2795 more precise about the formats.
2796
5e7b2f39
JB
27972003-05-07 Jim Blandy <jimb@redhat.com>
2798
2799 * gdb.texinfo (Symbols): Update documentation: 'maint list
2800 symtabs' and 'maint list psymtabs' have been renamed 'maint info
2801 symtabs' and 'maint info psymtabs'.
2802
b1e29e33
AC
28032003-05-05 Andrew Cagney <cagney@redhat.com>
2804
2805 * gdbint.texinfo (Target Architecture Definition): Make
2806 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
2807 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
2808 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
2809
00905d52
AC
28102003-05-04 Andrew Cagney <cagney@redhat.com>
2811
2812 * gdb.texinfo (Maintenance Commands): Document "maint print
2813 dummy-frames".
2814
54ff5908
AC
28152003-05-04 Andrew Cagney <cagney@redhat.com>
2816
2817 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
2818
32e7087d
JB
28192003-05-03 J. Brobecker <brobecker@gnat.com>
2820
2821 Thierry Schneider <tpschneider1@yahoo.com>
2822 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
2823 for new MI command.
2824
7043d8dc
AC
28252003-05-03 Andrew Cagney <cagney@redhat.com>
2826
2827 * gdbint.texinfo (Target Architecture Definition): Document
2828 push_dummy_code. Add cross references.
2829
e33d66ec
EZ
28302003-05-02 Elena Zannoni <ezannoni@redhat.com>
2831
2832 * gdb.texinfo (Character Sets): Update to reflect new behavior of
2833 set/show charsets commands.
2834
0ba6dca9
AC
28352003-04-28 Andrew Cagney <cagney@redhat.com>
2836
2837 * gdbint.texinfo (Target Architecture Definition): Replace
2838 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
2839 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
2840
d7a27068
AC
28412003-04-28 Andrew Cagney <cagney@redhat.com>
2842
2843 * gdbint.texinfo (Target Architecture Definition): Rename
2844 "tm_print_insn" to "deprecated_tm_print_insn".
2845
44ea7b70
JB
28462003-04-09 Jim Blandy <jimb@redhat.com>
2847
2848 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
2849 list psymtabs'.
2850
fb8f8949
AC
28512003-04-08 Andrew Cagney <cagney@redhat.com>
2852
2853 * gdbint.texinfo (Target Architecture Definition): Delete
2854 references to EXTRA_FRAME_INFO.
2855
32fb0f22
AC
28562003-04-08 Andrew Cagney <cagney@redhat.com>
2857
2858 * gdbint.texinfo (Target Architecture Definition): Delete
2859 PRINT_TYPELESS_INTEGER.
2860
6be67e67
JB
28612003-04-02 J. Brobecker <brobecker@gnat.com>
2862
2863 * observer.texi (GDB Observers): Adjust the documentation for the
2864 normal_stop notification to better describe reality. Fix a couple
2865 of minor typos.
2866
4e35d5f0
BR
28672003-04-02 Bob Rossi <bob_rossi@cox.net>
2868
a9331b3f 2869 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
2870 '-file-list-exec-source-file'
2871
e8a8712a
AC
28722003-03-31 Andrew Cagney <cagney@redhat.com>
2873
2874 * gdbint.texinfo (Target Architecture Definition): Delete
2875 references to CALL_DUMMY_P.
2876
6c0e89ed
AC
28772003-03-30 Andrew Cagney <cagney@redhat.com>
2878
2879 * gdbint.texinfo (Target Architecture Definition): Remove
2880 reference to TARGET_WRITE_SP.
a9331b3f 2881
378bfd1b
AC
28822003-03-27 Andrew Cagney <cagney@redhat.com>
2883
2884 * gdbint.texinfo (Target Architecture Definition): Remove
2885 references to write_sp.
6c0e89ed 2886
922fbb7b
AC
28872003-03-27 Andrew Cagney <cagney@redhat.com>
2888
2889 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
2890 chapter body. Use @smallexample instead of @example.
2891 (Annotations): Ditto.
2892 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
2893 annotate.texi.
2894
b81774d8
AC
28952003-03-26 Andrew Cagney <cagney@redhat.com>
2896
2897 * gdbint.texinfo (Target Architecture Definition): Replace
2898 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
2899 dummy_addr parameters.
2900
1bf6d5cc
AC
29012003-03-25 Andrew Cagney <cagney@redhat.com>
2902
2903 * gdbint.texinfo (Target Architecture Definition): Delete
2904 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
2905 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
2906 Add reference to PUSH_ARGUMENTS.
2907
618ce49f
AC
29082003-03-23 Andrew Cagney <cagney@redhat.com>
2909
2910 * gdbint.texinfo (Algorithms, Target Architecture Definition):
2911 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
2912
bcd7e15f
JB
29132003-03-18 J. Brobecker <brobecker@gnat.com>
2914
2915 * gdbint.texinfo (Algorithms): Add new section describing the
2916 Observer paradigm.
2917 (Top): Add menu entry to new observer appendix.
2918 * observer.texi: New file.
2919 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
2920 new observer.texi file.
2921
9fe8321b
AC
29222003-03-17 Andrew Cagney <cagney@redhat.com>
2923
2924 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
2925 that GNU Press update the manual version number.
2926
ac2adee5
AC
29272003-03-12 Andrew Cagney <cagney@redhat.com>
2928
2929 * gdbint.texinfo (Target Architecture Definition): Delete
2930 references to get_saved_register. Rename GET_SAVED_REGISTER to
2931 DEPRECATED_GET_SAVED_REGISTER.
2932
749b82f6
AC
29332003-03-13 Andrew Cagney <cagney@redhat.com>
2934
2935 * gdbint.texinfo (Target Architecture Definition): Replace
2936 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
2937
8bedc050
AC
29382003-03-12 Andrew Cagney <cagney@redhat.com>
2939
2940 * gdbint.texinfo (Target Architecture Definition): Rename
2941 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 2942
0ce1b118
CV
29432003-03-10 Corinna Vinschen <vinschen@redhat.com>
2944
2945 * gdb.texinfo: Add File-I/O documentation.
2946
12cc2063
AC
29472003-03-10 Andrew Cagney <cagney@redhat.com>
2948
2949 * gdbint.texinfo (Target Architecture Definition): Cross reference
2950 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
2951
7453dc06
AC
29522003-03-07 Andrew Cagney <cagney@redhat.com>
2953
2954 * gdb.texinfo (Debugging Output): Mention the "set/show debug
2955 frame" command.
2956
6314f104
AC
29572003-03-05 Andrew Cagney <cagney@redhat.com>
2958
2959 * gdbint.texinfo (Target Architecture Definition): Document
2960 unwind_dummy_id. Cross reference unwind_dummy_id and
2961 SAVE_DUMMY_FRAME_TOS.
2962
f1212245
DJ
29632003-03-05 James Ingham <jingham@apple.com>
2964 Daniel Jacobowitz <drow@mvista.com>
2965
2966 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
2967 and "show cp-abi".
2968
77e7e267
AC
29692003-03-03 Andrew Cagney <cagney@redhat.com>
2970
2971 * gdbint.texinfo (Target Architecture Definition): Document
2972 register_type.
2973
838a8221
AC
29742003-03-03 Andrew Cagney <cagney@redhat.com>
2975
2976 * stabs.texinfo (Structures): Use @samp and separate @var's
2977 instead of a single @var containing a comma separated list.
2978 (Unions): Ditto.
2979
d7f4a264
DJ
29802003-03-02 Daniel Jacobowitz <drow@mvista.com>
2981
2982 * Makefile.in (distclean): Remove config.log.
2983
f30ee0bc
AC
29842003-03-01 Andrew Cagney <cagney@redhat.com>
2985
2986 * gdbint.texinfo (Target Architecture Definition): Rename
2987 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
2988
29892003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
2990
2991 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
2992 DEPRECATED_INIT_EXTRA_FRAME_INFO.
2993
be448670
CF
29942003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
2995
2996 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
2997 (Non-debug DLL symbols): New node, describing the minimal symbols
2998 loaded from DLLs without real debugging symbols.
2999
501eef12
AC
30002003-02-20 Andrew Cagney <ac131313@redhat.com>
3001
3002 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
3003 hardware-breakpoint-limit".
3004 (Set Watchpoints): Add cross reference to "set remote
3005 hardware-watchpoint-limit".
3006 (Remote configuration options): New section.
3007
21c294e6
AC
30082003-02-04 Andrew Cagney <ac131313@redhat.com>
3009
e9be73e4
AC
3010 * gdbint.texinfo (Target Architecture Definition): Delete
3011 descrption of IS_TRAPPED_INTERNALVAR.
3012
21c294e6
AC
3013 From Keith Seitz <keiths@redhat.com>:
3014 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
3015 option "-i"/"--interpreter" to this chapter. Include index
3016 entries.
3017
0179ffac
DC
30182003-02-04 David Carlton <carlton@math.stanford.edu>
3019
3020 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
3021 (Variables): Recommend stabs+ and DWARF 2.
3022 (C plus plus expressions): Correct info about
3023 compiler versions, debug formats.
3024 (Contributors): Change 'DWARF2' to 'DWARF 2'.
3025 PR symtab/874.
3026
7ca9f392
AC
30272003-02-01 Andrew Cagney <ac131313@redhat.com>
3028
3029 * gdbint.texinfo (Target Architecture Definition): Delete
3030 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
3031 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
3032 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
3033 references to nindy and i960.
3034 * gdb.texinfo (i960): Delete all references to i960 and nindy.
3035
31a85ea2
AC
30362003-02-01 Andrew Cagney <ac131313@redhat.com>
3037
3038 * gdbint.texinfo (Target Architecture Definition): Delete
3039 FLOAT_INFO.
3040
6b894e49
AC
30412003-01-30 Andrew Cagney <ac131313@redhat.com>
3042
3043 * stabs.texinfo (Member Type Descriptor): Clarify description of
3044 `@'. Suggested by Ben Hutchings.
3045
c48861fb
AC
30462003-01-29 Andrew Cagney <ac131313@redhat.com>
3047
3048 * gdb.texinfo (M68K): Delete reference to es1800.
3049
617073a9
AC
30502003-01-29 Andrew Cagney <ac131313@redhat.com>
3051
3052 * gdb.texinfo (Maintenance Commands): Document `maint print
3053 reggroups' and `maint print register-groups'.
3054 * gdbint.texinfo (Target Architecture Definition): Document
3055 register_reggroup_p.
3056
5b5d99cf
JB
30572003-01-23 Jim Blandy <jimb@redhat.com>
3058
3059 * gdb.texinfo (Separate Debug Files): New section.
3060
e7ba9c65
DJ
30612003-01-22 Daniel Jacobowitz <drow@mvista.com>
3062
3063 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
3064 and "maint show profile".
3065
94e91d6d
MC
30662003-01-16 Michael Chastain <mec@shout.net>
3067
3068 * gdb.texinfo (Installing GDB): Warn against
3069 ".../gdb-VERSION/gdb/configure".
3070 (Separate Objdir): Likewise.
3071
867f3898
AC
30722003-01-15 Andrew Cagney <ac131313@redhat.com>
3073
3074 * gdbint.texinfo (Target Architecture Definition): Delete
3075 definition of PRINT_REGISTER_HOOK.
3076
f153cc92
EZ
30772003-01-15 Elena Zannoni <ezannoni@redhat.com>
3078
3079 (OpenRISC 1000): Fix formatting of command names.
3080
c60eb6f1
EZ
30812003-01-15 Elena Zannoni <ezannoni@redhat.com>
3082
3083 * gdb.texinfo (Continuing and Stepping): Add new command
3084 'advance'. Clarify behavior of 'until'.
3085
f5ebfba0
DJ
30862003-01-13 Daniel Jacobowitz <drow@mvista.com>
3087
3088 * gdb.texinfo (Files): Document solib-absolute-prefix and
3089 solib-search-path.
3090
4ce8657e
MC
30912003-01-09 Michael Chastain <mec@shout.net>
3092
3093 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
3094 (Create a Release): Add new instructions for new @file{src-release}.
3095 Document existing instructions for @file{Makefile.in} as
3096 being for @value{GDBN} 5.3.1 or earlier.
3097
372613e3
AC
30982003-01-09 Andrew Cagney <ac131313@redhat.com>
3099
3100 * gdbint.texinfo (Target Architecture Definition): Mention
3101 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
3102 allocate memory.
3103
b4e9345d
DJ
31042003-01-04 Daniel Jacobowitz <drow@mvista.com>
3105
3106 * gdb.texinfo (Controlling GDB): Add @kindex for
3107 "show osabi".
3108 (Backtraces): Add @kindex's for backtrace-below-main.
3109
98b45e30
DJ
31102003-01-04 Daniel Jacobowitz <drow@mvista.com>
3111
3112 * gdb.texinfo (Controlling GDB): Document "set osabi".
3113
95f90d25
DJ
31142003-01-04 Daniel Jacobowitz <drow@mvista.com>
3115
3116 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
3117 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
3118
1e698235
DJ
31192003-01-04 Daniel Jacobowitz <drow@mvista.com>
3120
3121 * gdb.texinfo (Controlling GDB): Add ABI section. Document
3122 "set coerce-float-to-double".
3123 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
3124
e632838e
AC
31252003-01-02 Andrew Cagney <ac131313@redhat.com>
3126
3127 * stabs.texinfo: Remove obsolete text.
3128 * gdbint.texinfo: Ditto.
3129 * gdb.texinfo: Ditto.
3130
c133ab7a
MK
31312002-12-22 Mark Kettenis <kettenis@gnu.org>
3132
3133 * gdbint.texinfo (Target Architecture Definition): Update
3134 description of gdbarch_register_osabi.
3135
f821f325
KH
31362002-12-20 Kazu Hirata <kazu@cs.umass.edu>
3137
3138 * agentexpr.texi: Fix typos.
3139 * annotate.texi: Likewise.
3140 * fdl.texi: Likewise.
3141
85a6d8d3 31422002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
3143
3144 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
3145 DEPRECATED_INIT_FRAME_PC.
3146
ae45cd16
AC
31472002-12-01 Andrew Cagney <ac131313@redhat.com>
3148
3149 * gdbint.texinfo (Target Architecture Definition): Delete
3150 PC_IN_CALL_DUMMY.
3151
07555a72
AC
31522002-11-28 Andrew Cagney <ac131313@redhat.com>
3153
3154 * gdbint.texinfo (Host Definition): Delete documentation on
3155 USE_GENERIC_DUMMY_FRAMES.
3156
c166cdc7
EZ
31572002-11-26 Elena Zannoni <ezannoni@redhat.com>
3158
5ae4183a 3159 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
3160 * Makefile.in (install-info): Run the install-info command as part
3161 of the post install steps only.
3162 (uninstall-info): New target.
3163 (uninstall): New target.
3164
35db0260
EZ
31652002-11-22 Elena Zannoni <ezannoni@redhat.com>
3166
3167 * Makefile.in (install): Make install do some real work.
3168
9ba8d803
AC
31692002-11-19 Andrew Cagney <ac131313@redhat.com>
3170
3171 Fix POSIX problem reported by Paul Eggert.
3172 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
3173 Fix PR gdb/527.
3174
903ad3a6
AC
31752002-10-26 Andrew Cagney <cagney@redhat.com>
3176
3177 * gdbint.texinfo (Target Architecture Definition): Delete
3178 definition of DO_REGISTERS_INFO.
3179
f2abfe65
KB
31802002-10-18 Kevin Buettner <kevinb@redhat.com>
3181
3182 * gdbint.texinfo (Address Classes): Fix problems with insertion
3183 of ``{'' and ``}'' in example.
3184
b5b0480a
KB
31852002-10-17 Kevin Buettner <kevinb@redhat.com>
3186
3187 * gdbint.texinfo (Address Classes): New section.
3188 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
3189 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
3190 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
3191 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
3192
c85508ee
KD
31932002-10-11 Klee Dienes <kdienes@apple.com>
3194
3195 * gdb.texinfo (Registers): Mention vector registers as well as
3196 floating registers in the documentation for 'info registers' and
3197 'info all-registers'.
3198
6d12fc3d
DJ
31992002-10-11 Daniel Jacobowitz <drow@mvista.com>
3200
3201 * gdbint.texinfo (CPLUS_MARKER): Remove item.
3202
8d19fbd2
JJ
32032002-10-03 Jeff Johnston <jjohnstn@redhat.com>
3204
3205 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
3206 interface definition.
3207
a37295f9
MM
32082002-10-03 Marko Mlinar <markom@opencores.org>
3209
3210 * gdb.texinfo (Target Commands): Add or1k target specific
3211 commands.
3212 * gdb.texinfo (Contributors): Add myself to the contributors list.
3213
da0f9dcd
AC
32142002-10-01 Andrew Cagney <ac131313@redhat.com>
3215
3216 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
3217 and "mi1" instead of "mi1" and "mi0".
3218
2e834e49
HPN
32192002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
3220
3221 * gdb.texinfo (Packets): Fix typos "alligned".
3222 Correct z3/Z3 description. Correct z4/Z4 title.
3223
050be0dc
AC
32242002-09-27 Andrew Cagney <ac131313@redhat.com>
3225
3226 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
3227
1104b9e7
KB
32282002-09-25 Kevin Buettner <kevinb@redhat.com>
3229
3230 * gdb.texinfo: Use GNU/Linux instead of Linux.
3231
512217c7
AC
32322002-09-25 Andrew Cagney <ac131313@redhat.com>
3233
3234 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
3235
10998722
AC
32362002-09-24 Andrew Cagney <ac131313@redhat.com>
3237
512217c7 3238 * gdb.texinfo: Replace @example with @smallexample.
10998722 3239
a0eb71c5
KB
32402002-09-20 Kevin Buettner <kevinb@redhat.com>
3241
f7dc1244 3242 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
3243 * gdb.texinfo (Character Sets): Use @smallexample instead of
3244 @example. Use GNU/Linux instead of Linux.
3245
32462002-09-20 Jim Blandy <jimb@redhat.com>
3247
3248 * gdb.texinfo: Add character set documentation.
3249
2f870471
AC
32502002-09-19 Andrew Cagney <ac131313@redhat.com>
3251
3252 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
3253 (Packets): Add cross reference from `b' packet to `z' packets.
3254
790eb8f5
AC
32552002-09-19 Andrew Cagney <ac131313@redhat.com>
3256
8d30a00d
AC
3257 * gdb.texinfo (Maintenance Commands): Document ``maint
3258 internal-error'' and ``maint internal-warning''.
3259
790eb8f5
AC
3260 * gdbint.texinfo (Target Architecture Definition): Revise
3261 description of STACK_ALIGN. Add description of FRAME_ALIGN.
3262
a23a7bf1
JB
32632002-09-19 Joel Brobecker <brobecker@gnat.com>
3264
3265 * gdbint.texinfo (Target Conditionals): Document the new
3266 NAME_OF_MALLOC macro.
3267
299ffc64
AC
32682002-09-05 Andrew Cagney <ac131313@redhat.com>
3269
3270 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
3271 engineer.
3272
b7bb15bc
SC
32732002-09-02 Stephane Carrez <stcarrez@nerim.fr>
3274
3275 * gdb.texinfo (TUI Overview): Document status line fields.
3276
3d757584
SC
32772002-09-02 Stephane Carrez <stcarrez@nerim.fr>
3278
3279 * gdb.texinfo (TUI Commands): Document info win command.
3280
269c21fe
SC
32812002-09-01 Stephane Carrez <stcarrez@nerim.fr>
3282
3283 * gdb.texinfo (TUI Overview): Document breakpoint markers.
3284
7cf36c78
SC
32852002-09-01 Stephane Carrez <stcarrez@nerim.fr>
3286
3287 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
3288 (TUI Keys): Likewise.
3289
d2c6833e
AC
32902002-08-25 Andrew Cagney <ac131313@redhat.com>
3291
3292 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
3293 for a packet receive.
3294
46d8b1c3
AC
32952002-08-25 Andrew Cagney <ac131313@redhat.com>
3296
3297 * Makefile.in (clean): Move to end of file.
3298 (distclean, maintainer-clean, realclean): Ditto.
3299 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
3300 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
3301 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
3302 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
3303
b0787093
AC
33042002-08-24 Andrew Cagney <ac131313@redhat.com>
3305
3306 * Makefile.in (GDBINT_TEX_TMPS): Define.
3307 (gdbint.dvi, gdbint.pdf): Use
3308 (GDB_TEX_TMPS): Define.
3309 (gdb.dvi, gdb.pdf): Use.
3310 (STABS_TEX_TMPS): Define.
3311 (stabs.dvi, stabs.pdf): Use.
3312 (GDB_DOC_SOURCE_INCLUDES): New macros.
3313 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
3314 (GDBINT_DOC_FILES_INCLUDES): New macros.
3315 (GDBINT_DOC_BUILD_INCLUDES): New macros.
3316 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
3317 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
3318 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
3319 (links2roff): Replace SFILES_INCLUDED with
3320 GDB_DOC_SOURCE_INCLUDES.
3321 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
3322 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
3323 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
3324 dependencies.
3325 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
3326 dependencies.
3327 (gdbmi.texinfo): Delete rule.
3328 (inc-hist.texinfo): Delete rule.
3329 (rluser.texinfo): Delete rule.
3330
ebba8386
AC
33312002-08-23 Andrew Cagney <cagney@redhat.com>
3332
3333 * gdbint.texinfo (Target Architecture Definition): Update
3334 STORE_RETURN_VALUE, mention regcache.
3335
0ab7a791
AC
33362002-08-21 Andrew Cagney <ac131313@redhat.com>
3337
3338 * gdbint.texinfo (Target Architecture Definition): Document
3339 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
3340
ee2d5c50
AC
33412002-08-19 Andrew Cagney <ac131313@redhat.com>
3342
3343 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
3344 Fix minor typos. Add index entries.
3345
53c69bd7
AC
33462002-08-18 Andrew Cagney <ac131313@redhat.com>
3347
3348 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
3349
e76f1f2e
AC
33502002-08-15 Andrew Cagney <ac131313@redhat.com>
3351
3352 * gdbint.texinfo (Target Architecture Definition): Document
3353 PRINT_VECTOR_INFO.
3354 * gdb.texinfo (Vector Unit): Document "info vectors" command.
3355
0680b120
AC
33562002-08-13 Andrew Cagney <ac131313@redhat.com>
3357
3358 * gdb.texinfo (Maintenance Commands): Document "maint print
3359 registers", "maint print raw-registers" and "maint print
3360 cooked-registers".
3361
3c3bea1c
GS
33622002-08-08 Grace Sainsbury <graces@redhat.com>
3363
a9331b3f 3364 From Mark Salter:
3c3bea1c
GS
3365 * gdb.texinfo (Protocol): Document T packet extension to
3366 allow watchpoint address reporting.
3367
42f9b0a5
AC
33682002-08-03 Andrew Cagney <ac131313@redhat.com>
3369
3370 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
3371
db034ac5
AC
33722002-08-01 Andrew Cagney <cagney@redhat.com>
3373
3374 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
3375 to CHILL.
3376
e2b28d04
AC
33772002-08-01 Andrew Cagney <ac131313@redhat.com>
3378
3379 * gdbint.texinfo (Coding): Revise section "Include Files".
3380
7fb623f7
AC
33812002-07-24 Andrew Cagney <cagney@redhat.com>
3382
3383 * gdbint.texinfo: Obsolete references to m88k.
3384 * gdb.texinfo: Ditto.
3385
4a2b4636
JB
33862002-07-10 Joel Brobecker <brobecker@gnat.com>
3387
7fb623f7 3388 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
3389 where the proper version of autoconf can be retrieved.
3390
a71ec265
DH
33912002-07-09 Don Howard <dhoward@redhat.com>
3392
3393 * gdb.texinfo (Command Files): Further describe the behavior of
3394 sourced command files.
3395
b9aa90c9
AC
33962002-06-27 Andrew Cagney <ac131313@redhat.com>
3397
3398 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
3399 (Coding): Clarify ISO C version that GDB assumes.
3400
40dd2248
TT
34012002-06-26 Tom Tromey <tromey@redhat.com>
3402
3403 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
3404 add_setshow_cmd_full.
3405
bfac230e
DH
34062002-06-25 Don Howard <dhoward@redhat.com>
3407
3408 * gdb.texinfo (Memory Region Attributes): Document new behavior
3409 for 'mem' command.
3410
475b0867
JB
34112002-06-11 Jim Blandy <jimb@redhat.com>
3412
919d772c
JB
3413 * gdb.texinfo (Symbols): Update documentation for `info source'
3414 command.
3415
475b0867
JB
3416 * gdb.texinfo (Macros): Call the command `info macro', not
3417 `show macro'.
3418
ba8c9337
AC
34192002-06-09 Andrew Cagney <ac131313@redhat.com>
3420
3421 * gdbint.texinfo (Coding): Add section ``Per-architecture module
3422 data''.
3423
1029b7fa
MK
34242002-06-09 Mark Kettenis <kettenis@gnu.org>
3425
3426 * gdbint.texinfo (Target Architecture Definition): Document
3427 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
3428
16737d73
AC
34292002-06-08 Andrew Cagney <ac131313@redhat.com>
3430
3431 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
3432 lists.
3433
30107679
AC
34342002-06-08 Andrew Cagney <ac131313@redhat.com>
3435
3436 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
3437 Branch''.
3438
3352e23e
AC
34392002-06-01 Andrew Cagney <ac131313@redhat.com>
3440
3441 * gdbint.texinfo (Target Architecture Definition): Add section
3442 ``Converting an existing Target Architecture to Multi-arch''.
3443
cbb09e6a
AC
34442002-05-30 Andrew Cagney <ac131313@redhat.com>
3445
3446 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
3447 to ``Obsoleting code''. Revise.
3448
e2e0bcd1
JB
34492002-05-17 Jim Blandy <jimb@redhat.com>
3450
3451 * gdb.texinfo (C Preprocessor Macros): New chapter.
3452 Include it in the main menu.
3453 (Contributors): Credit Jim Blandy with macro support.
3454 (Compilation): Explain how to get macro information into the
3455 executable.
3456 (Expressions): Note that preprocessor macros are expanded.
3457
9db8d71f
DJ
34582002-05-14 Daniel Jacobowitz <drow@mvista.com>
3459
3460 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
3461 options for `target remote'.
3462
6d531722
AC
34632002-05-13 Andrew Cagney <ac131313@redhat.com>
3464
3465 * gdbint.texinfo (Target Architecture Definition): Delete
3466 documentation on NNPC_REGNUM.
3467
13d01224
AC
34682002-05-11 Andrew Cagney <ac131313@redhat.com>
3469
3470 * gdbint.texinfo (Target Architecture Definition): Document
3471 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
3472 (Target Architecture Definition): Revise section `Using Different
3473 Register and Memory Data Representations'. Add section `Raw and
3474 Virtual Register Representations'.
3475
b2e75d78
AC
34762002-05-11 Andrew Cagney <ac131313@redhat.com>
3477
3478 * gdbint.texinfo (Target Architecture Definition): Mention
3479 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
3480 (Target Architecture Definition): Mention same. Add references to
3481 web pages.
3482
2c8682ee
MS
34832002-05-08 Michael Snyder <msnyder@redhat.com>
3484
3485 * stabs.texinfo (Attributes): Document new "vector" attribute.
3486
0816590b
AC
34872002-05-04 Andrew Cagney <ac131313@redhat.com>
3488
3489 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
3490
2653173e
AC
34912002-05-04 Andrew Cagney <ac131313@redhat.com>
3492
3493 * gdb.texinfo: Delete obsolete references to a29k.
3494
d7bd68ca
AC
34952002-04-24 Andrew Cagney <ac131313@redhat.com>
3496
3497 * gdbint.texinfo (Target Architecture Definition): Replace
3498 IN_SIGTRAMP with PC_IN_SIGTRAMP.
3499
21d83aa5
DM
35002002-04-24 David S. Miller <davem@redhat.com>
3501
3502 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
3503
7673a6cc
DM
35042002-04-21 David S. Miller <davem@redhat.com>
3505
3506 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
3507
d49d1e0a
AC
35082002-04-21 Andrew Cagney <ac131313@redhat.com>
3509
3510 * gdbint.texinfo (Target Architecture Definition): Delete
3511 definition of HAVE_REGISTER_WINDOWS.
3512
f7dc1244 35132002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
3514
3515 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
3516 "Theodore A. Roth" <troth@verinet.com>.
3517
5ca0cb28
DH
35182002-04-15 Don Howard <dhoward@redhat.com>
3519
f7dc1244 3520 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 3521 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 3522 Provide a better explaination of this feature.
5ca0cb28 3523
f208ba17
AC
35242002-04-14 Andrew Cagney <ac131313@redhat.com>
3525
3526 * gdbint.texinfo (Target Architecture Definition): Remove
3527 FRAME_CHAIN_COMBINE.
3528
d5ba91de
MC
35292002-04-12 Michael Chastain <mec@shout.net>
3530
3531 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
3532 REG_STACK_SEGMENT.
3533
26818220
MC
35342002-04-09 Michael Chastain <mec@shout.net>
3535
3536 * gdbint.texinfo (Obsolete Conditionals): Remove references to
3537 PYRAMID_* macros.
3538
129188f6
AC
35392002-04-07 Andrew Cagney <ac131313@redhat.com>
3540
3541 * gdb.texinfo (Bug Reporting): Document that the web is the
3542 prefered way of submitting bug reports.
3543 (Bug Reporting): Delete the s-mail address as the last resort.
3544
8227c0ff
AC
35452002-04-05 Andrew Cagney <ac131313@redhat.com>
3546
3547 * gdbint.texinfo (Target Architecture Definition): Delete
3548 references to TARGET_WRITE_FP and write_fp.
3549
16d9dec6
MS
35502002-03-27 Michael Snyder <msnyder@redhat.com>
3551
3552 * gdb.texinfo: Document new commands dump, append, and restore.
3553
9ae8b82c
AC
35542002-03-27 Andrew Cagney <ac131313@redhat.com>
3555
3556 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
3557 Branch'.
3558
474c8240
AC
35592002-03-18 Andrew Cagney <ac131313@redhat.com>
3560
3561 * gdb.texinfo: Change all examples to @smallexample.
3562 * gdbint.texinfo: Ditto.
a9331b3f 3563
fb0ff88f
AC
35642002-03-18 Andrew Cagney <ac131313@redhat.com>
3565
3566 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
3567 Branches''.
3568
9bb0a4d8
AC
35692002-03-18 Andrew Cagney <ac131313@redhat.com>
3570
3571 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
3572 Policy''.
3573
937f164b
FF
35742002-03-04 Fred Fish <fnf@redhat.com>
3575
3576 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
3577 expresson, suports, dependant, trhe, perhaphs, situtations,
3578 explictily, taged, oportunity, unfortunatly).
3579
a7b40f07
AC
35802002-02-24 Andrew Cagney <ac131313@redhat.com>
3581
3582 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
3583 Remove reference to 3.12.
3584
aab4e0ec
AC
35852002-02-23 Andrew Cagney <ac131313@redhat.com>
3586
3587 * gdbint.texinfo: Include fdl.texi.
3588 (Top): Add GNU Free Documentation License.
3589 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
3590 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
3591 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
3592 (gdbint.info): Add srcdir to include path.
3593 * gdb.texinfo: Include gpl.texi.
3594 (Top): Add Copying.
3595 * gpl.texi: New file.
3596
47b95330
AC
35972002-02-23 Andrew Cagney <ac131313@redhat.com>
3598
3599 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
3600
78c47bea
PM
36012002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
3602
3603 * gdb.texinfo: Document Cygwin native specific commands.
3604
56460a61
DJ
36052002-02-15 Daniel Jacobowitz <drow@mvista.com>
3606
3607 * gdb.texinfo: Document gdbserver ``--attach'' command.
3608
def71bfa
MS
36092002-02-07 Michael Snyder <msnyder@redhat.com>
3610
3611 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
3612 to @code(_ovly_debug_event).
3613
c928edc0
AC
36142002-02-07 Andrew Cagney <ac131313@redhat.com>
3615
3616 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
3617
81d46470
MS
36182002-02-06 Michael Snyder <msnyder@redhat.com>
3619
3620 * gdb.texinfo (overlays): Mention new magic symbol
3621 '_ovly_debug_event', which allows GDB to keep better track
3622 of overlays.
3623
f7dc1244 36242002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
3625
3626 * gdb.texinfo (Memory Region Attributes): Fix the wording.
3627 Suggested by Dmitry Sivachenko.
3628
3629 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
3630
15110bc3
MS
36312002-02-01 Michael Snyder <msnyder@redhat.com>
3632
3633 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
3634
6763aef9
MS
36352002-01-30 Michael Snyder <msnyder@redhat.com>
3636
ac282366
MS
3637 * gdb.texinfo: (remote protocol): Gramatical fix-up.
3638 (set trust-readonly-sections): Document.
6763aef9 3639
8642bc8f
AC
36402002-01-29 Andrew Cagney <ac131313@redhat.com>
3641
3642 * gdbint.texinfo (Releasing GDB): Revise and update.
3643
afe64c1a
AC
36442002-01-28 Andrew Cagney <ac131313@redhat.com>
3645
3646 * gdbint.texinfo (Target Architecture Definition): Delete
3647 description of TARGET_BYTE_ORDER_DEFAULT.
3648
f7dc1244 36492002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
3650
3651 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
3652 <mitya@cavia.pp.ru>.
3653
3d6e1b5a
AC
36542002-01-23 Andrew Cagney <ac131313@redhat.com>
3655
3656 * libgdb.texinfo: Delete file.
3657
6c0e9fb3
AC
36582002-01-22 Andrew Cagney <ac131313@redhat.com>
3659
3660 * gdb.texinfo: Remove makeinfo 3.12 hacks.
3661 * gdbint.texinfo: Ditto.
3662
e0ce93ac
AC
3663Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
3664
3665 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
3666
be298bcc
AC
36672002-01-22 Andrew Cagney <ac131313@redhat.com>
3668
3669 * Makefile.in: Update copyright.
3670 (TEXI2DVI): Define.
3671 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
3672 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
3673 gdb-cfg.texi.
3674 (TEXINDEX, PDFTEX): Delete makefile variables.
3675
8e04817f
AC
36762002-01-22 Andrew Cagney <ac131313@redhat.com>
3677
3678 * gdb.texinfo (Protocol): Move section to appendix.
3679
6b2f586d
AC
36802002-01-21 Andrew Cagney <ac131313@redhat.com>
3681
3682 * gdb.texinfo (Remote Debugging): Create a menu.
3683 (Top): Add ``Remote Debugging'' to menu.
3684
6f05cf9f
AC
36852002-01-21 Andrew Cagney <ac131313@redhat.com>
3686
3687 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
3688 serial protocol'' from here.
3689 (Remote Debugging): To here. New chapter.
3690
3fd3d7d2
AC
36912002-01-20 Andrew Cagney <ac131313@redhat.com>
3692
3693 * gdbint.texinfo (Target Architecture Definition): Delete
3694 description of TARGET_BYTE_ORDER_SELECTABLE_P.
3695
7fd60527
AC
36962002-01-20 Andrew Cagney <ac131313@redhat.com>
3697
3698 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
3699 are no longer needed.
3700 (Porting GDB): Add maintainer note about configure.host.
3701
c2f05ac9
AC
37022002-01-20 Andrew Cagney <ac131313@redhat.com>
3703
3704 * gdbint.texinfo (Target Architecture Definition): Remove
3705 definition of IEEE_FLOAT.
3706
f7dc1244 37072002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
3708
3709 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
3710 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
3711 <3diff@gnu.org>
231b2aad 3712
82600034
AC
37132002-01-19 Andrew Cagney <ac131313@redhat.com>
3714
3715 * gdbint.texinfo (Host Definition): Remove references to
3716 MALLOC_INCOMPATIBLE.
3717
7708fa01
AC
37182002-01-17 Andrew Cagney <ac131313@redhat.com>
3719
3720 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
3721 and xyz-xdep.o.
3722
eb12ee30
AC
37232002-01-17 Andrew Cagney <ac131313@redhat.com>
3724
3725 * gdb.texinfo (Maintenance Commands): Add appendix.
3726 (Set Breaks): Copy ``maint info breakpoint'' doco to
3727 ``Maintenance Commands'' appendix. Add reference.
3728
c9ccaa92
AC
37292002-01-17 Andrew Cagney <ac131313@redhat.com>
3730
3731 * fdl.texi: Remove next/prev from @node.
3732
f7dc1244 37332002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
3734
3735 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
3736 for monstrous @multitable (from Brian Youmans).
3737
3738 * fdl.texi: New file.
3739
3740 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
3741
8973da3a
AC
37422002-01-15 Andrew Cagney <ac131313@redhat.com>
3743
3744 * gdbint.texinfo (Releasing GDB): New chapter.
3745
7d86b5d5
AC
37462002-01-14 Andrew Cagney <ac131313@redhat.com>
3747
3748 * gdb.texinfo (Embedded Processors, Calling program functions):
3749 Obsolete references to a29k.
3750
cc1cb004
AC
37512002-01-13 Andrew Cagney <ac131313@redhat.com>
3752
3753 * gdbint.texinfo (Coding): Review Cleanups section. Examples
3754 examples. Document that a code-block should do or discard its
3755 cleanups before exit.
3756
79f12247
MS
37572002-01-11 Michael Snyder <msnyder@redhat.com>
3758
3759 * gdb.texinfo (Choosing files): Change @samp to @file.
3760
19837790
MS
37612002-01-05 Michael Snyder <msnyder@redhat.com>
3762
3763 * gdb.texinfo (--pid): Document new command line option (attach).
3764
f7dc1244 37652002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
3766
3767 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
3768 in the stub.
3769
d7449b42
AC
37702002-01-04 Andrew Cagney <ac131313@redhat.com>
3771
3772 * gdbint.texinfo (Target Architecture Definition): Replace
3773 BIG_ENDIAN with BFD_ENDIAN_BIG.
3774
f23631e4
AC
37752002-01-03 Andrew Cagney <ac131313@redhat.com>
3776
3777 * gdbint.texinfo (Target Architecture Definition): Replace
3778 value_ptr with struct value pointer.
3779
72c9928d
EZ
37802002-01-02 Eli Zaretskii <eliz@gnu.org>
3781
3782 * gdb.texinfo (Free Software): Fix wording.
3783
959acfd1
EZ
37842001-12-31 Eli Zaretskii <eliz@gnu.org>
3785
3786 * gdb.texinfo (Free Software): New section ``Free Software Needs
3787 Free Documentation''.
3788
f7dc1244 37892001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
3790
3791 * stabs.texinfo:
3792 * gdb.texinfo:
3793 * gdbint.texinfo:
3794 * libgdb.texinfo:
3795 * annotate.texi: Fix the application of GFDL in the Copyright notice.
3796
6600abed
MS
37972001-12-29 Michael Snyder <msnyder@redhat.com>
3798
3799 * gdb.texinfo (maint info sections): Fix typo.
3800
f6680716
MS
38012001-12-26 Michael Snyder <msnyder@redhat.com>
3802
fe95c787
MS
3803 * gdb.texinfo (maint info sections): Document.
3804
a9331b3f 3805 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
3806 'info proc' sub-options that are currently not implemented.
3807
c3d3ce5b
JB
38082001-12-20 Jim Blandy <jimb@redhat.com>
3809
3810 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
3811
778eb05e
AC
38122001-12-15 Andrew Cagney <ac131313@redhat.com>
3813
3814 * gdbint.texinfo (Target Architecture Definition): Replace
3815 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
3816
2607059c
AC
38172001-12-01 Andrew Cagney <ac131313@redhat.com>
3818
3819 * gdbint.texinfo (Host Definition): Delete documentation on
3820 HOST_BYTE_ORDER.
3821
df0cd8c5
JB
38222001-11-30 Jim Blandy <jimb@redhat.com>
3823
3824 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 3825 overlay support. Add to top-level menu.
df0cd8c5 3826
88118b3a
TT
38272001-11-26 Tom Tromey <tromey@redhat.com>
3828
3829 * gdb.texinfo (Command Syntax): Document C-o binding.
3830
96565e91
CF
38312001-07-26 Christopher Faylor <cgf@redhat.com>
3832
3833 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
3834 use since it is described in the referenced section.
3835
f7dc1244 3836 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
3837 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
3838 clearer when using DJGPP.
3839
2a3d5645
CF
38402001-11-24 Christopher Faylor <cgf@redhat.com>
3841
3842 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
3843 specifically refer to MS-DOS.
3844 (command files): Mention gdb.ini is only used on MS-DOS.
3845
aa26fa3a
TT
38462001-11-21 Tom Tromey <tromey@redhat.com>
3847
3848 * gdb.texinfo (Invoking GDB): Document --args.
3849 (Mode Options): Likewise.
3850
4f8ada06
JB
38512001-11-21 Jim Blandy <jimb@redhat.com>
3852
3853 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
3854 Delete documentation; this macro has been removed from the
3855 sources.
3856
3fe0dc10
JB
38572001-11-13 Jim Blandy <jimb@redhat.com>
3858
3859 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
3860
9e5abb06
CV
38612001-11-06 Corinna Vinschen <vinschen@redhat.com>
3862
3863 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
3864
1c5dfdad
MS
38652001-11-05 Michael Snyder <msnyder@redhat.com>
3866
a9331b3f 3867 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
3868 quote regexp chars in function names such as "operator*()".
3869
990f9fe3
FF
38702001-11-01 Fred Fish <fnf@redhat.com>
3871
3872 * gdbint.texinfo (SOLIB_ADD): Document additional new
3873 "readsyms" arg.
3874
b433d00b
DH
38752001-10-30 Don Howard <dhoward@redhat.com>
3876
070b1dd3
DH
3877 * gdb.texinfo: (Command Files) Added documentation for the
3878 behavior of gdb with input redirected from a file.
b433d00b 3879
b7209cb4
FF
38802001-10-28 Fred Fish <fnf@redhat.com>
3881
3882 * gdb.texinfo (auto-solib-add): Change docs to match
3883 implementation change.
3884 (auto-solib-limit): Add docs for new variable.
3885
1aa20aa8
AC
38862001-10-15 Andrew Cagney <ac131313@redhat.com>
3887
3888 * gdbint.texinfo (Target Architecture Definition): Function
3889 value_as_pointer renamed to value_as_address.
3890
fc0c74b1
AC
38912001-10-15 Andrew Cagney <ac131313@redhat.com>
3892
3893 * gdbint.texinfo (Target Architecture Definition): Default
3894 POINTER_TO_ADDRESS functions assume unsigned addresses.
3895 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
3896 posting by Jim Blandy.
3897
f4846649
JB
38982001-10-12 Jim Blandy <jimb@redhat.com>
3899
3900 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
3901 version of texi2html (1.64) doesn't support this flag any more.
3902
f277788b
MK
39032001-09-08 Mark Kettenis <kettenis@gnu.org>
3904
a9dc4918
MK
3905 * gdbint.texinfo (Host Definition): Remove description of
3906 MEM_FNS_DECLARED.
3907
d28379df
MK
3908 * gdbint.texinfo (Host Definition): Remove description of R_OK.
3909
f277788b
MK
3910 * gdbint.texinfo (Host Definition): Remove description of
3911 HAVE_SIGSETMASK.
3912
7ccaa899
EZ
39132001-09-04 Elena Zannoni <ezannoni@redhat.com>
3914
3915 * gdbint.texinfo (Target Architecture Definition): Add
3916 explanation of TARGET_PRINT_INSN macro.
3917
17d9d558
JB
39182001-08-30 Jim Blandy <jimb@redhat.com>
3919
3920 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
3921 Explain what it means to load relocatable files.
3922
72cde065
JB
39232001-08-28 Jim Blandy <jimb@redhat.com>
3924
3925 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
3926 info `top' menu.
3927
9e678452
CF
3928Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
3929
3930 * gdbint.texinfo: Add a cautionary note about macro use.
3931
a2bea4c3 39322001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 3933
a2bea4c3
CV
3934 * gdb.texinfo: Explain omitting the hostname in the
3935 `target remote' command.
3936
1129bf27
DJ
39372001-07-30 Daniel Jacobowitz <drow@mvista.com>
3938
3939 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
3940 and END-INFO-DIR-ENTRY.
3941
732b3002
SC
39422001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3943
3944 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
3945
89437448
AC
39462001-07-25 Andrew Cagney <ac131313@redhat.com>
3947
3948 * gdbint.texinfo (libgdb): Rewrite.
3949
f7dc1244 39502001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
3951
3952 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
3953
c4555f82
SC
39542001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3955
3956 * gdb.texinfo (TUI): New chapter, document the TUI.
3957 (Mode Options): Document the -tui option.
3958
2f45a6e0
MK
39592001-07-23 Mark Kettenis <kettenis@gnu.org>
3960
3961 * gdbint.texinfo (Host Definition): Remove description of
3962 NEED_POSIX_SETPGID.
3963
f7dc1244 39642001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
3965
3966 * gdb.tex (DJGPP Native): New node, with descriptions of
3967 DJGPP-specific commands.
3968
be9c6c35
JM
39692001-07-19 John R. Moore <jmoore@redhat.com>
3970
3971 * gdbint.texinfo: Three misspellings.
3972
dfa249fb
AC
39732001-07-06 Andrew Cagney <ac131313@redhat.com>
3974
3975 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
3976 `test` expressions on bash. Problem reported by Colin Walters.
3977
c72e7388
AC
39782001-07-04 Andrew Cagney <ac131313@redhat.com>
3979
3980 * gdbint.texinfo (User Interface): Update ui-out documentation to
3981 refelect recent UI/MI updates.
3982
94bbb2c0
AC
39832001-07-04 Andrew Cagney <ac131313@redhat.com>
3984
3985 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
3986 interpreters.
3987
af6c57ea
AC
39882001-06-15 Andrew Cagney <ac131313@redhat.com>
3989
3990 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
3991 structure and not macros.
3992 (Host Definition): Document that much of this chapter is obsolete.
3993 (Target Architecture Definition): Update list of files that make
3994 up a target architecture.
3995 (Coding): Update.
3996
83aa8bc6
AC
39972001-06-28 Andrew Cagney <ac131313@redhat.com>
3998
3999 * gdbint.texinfo (Target Architecture Definition): Update
4000 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
4001 The latter has been changed to a true predicate.
4002
f7dc1244 40032001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
4004
4005 * annotate.texi: Add @noindent where needed. From Dmitry
4006 Sivachenko <dima@Chg.RU>.
4007 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
4008
656db9b0
AC
40092001-06-16 Andrew Cagney <ac131313@redhat.com>
4010
4011 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
4012
df2396a1
AC
40132001-06-14 Andrew Cagney <ac131313@redhat.com>
4014
4015 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
4016 returns ``OK''. Document that the ``R'' packet does not reply.
4017
0f1f2b0a
MS
40182001-06-13 Michael Snyder <msnyder@redhat.com>
4019
4020 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
4021
f7dc1244 40222001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
4023
4024 * gdb.texinfo (Signals): Clarify the default setting of signal
4025 handling.
4026
a5d7c491
AC
40272001-05-14 Andrew Cagney <ac131313@redhat.com>
4028
4029 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
4030 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
4031
05a54c4f
AC
40322001-05-12 Andrew Cagney <ac131313@redhat.com>
4033
4034 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
4035
f7dc1244 40362001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
4037
4038 * gdbint.texinfo (Clean Design and Portable Implementation):
4039 Renamed from "Clean Design".
4040 (Clean Design and Portable Implementation): Document portable
4041 methods of handling file names, and the associated macros.
4042
f7dc1244 40432001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
4044
4045 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
4046 command and provide a cross-reference to its description.
4047 (Symbols): Note that "info scope" is useful for trace experiments.
4048
f7dc1244 40492001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 4050
b37052ae
EZ
4051 * gdb.texinfo (Symbols): Document "info scope".
4052 (Tracepoints): New chapter.
4053 (Contributors): Update for v5.1.
4054 <All nodes>: Change "C++" to "C@t{++}".
4055
0ee54786
EZ
4056 * gdbint.texinfo (User Interface): A new section about ui_out
4057 functions, based on text written by Fernando Nasser.
4058
c534679c
EZ
4059 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
4060
f7dc1244 40612001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 4062
e9c75b65
EZ
4063 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
4064
4065 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
4066
4067 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
4068 Replace "GDB" with "@value{GDBN}". Fix markup.
4069
4070 * annotate.texi: Change Permissions to GFDL. Update Copyright.
4071
3d67e040
EZ
4072 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
4073 a cross-reference to its description.
4074 (Symbols): Document "info symbol".
4075
f7dc1244 40762001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
4077
4078 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
4079 subsection "x86 Watchpoints".
4080 (Target Architecture Definition): Document the macros
4081 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
4082 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
4083
b0ed3589
AC
40842001-03-20 Andrew Cagney <ac131313@redhat.com>
4085
4086 * gdbint.texinfo (Target Architecture Definition): Update
4087 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
4088 list.
4089
b6ba6518
KB
40902001-03-06 Kevin Buettner <kevinb@redhat.com>
4091
4092 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
4093 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
4094
f7dc1244 40952001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
4096
4097 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
4098
f7dc1244 40992001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 4100
17cc6a06
EZ
4101 * gdb.texinfo (Environment): Document that `path' does not change
4102 the value of PATH in GDB's own environment (it did in the past,
4103 but that was changed on March 15, 1994). Reported by Doug Evans
4104 <dje@transmeta.com>.
4105
56caf160
EZ
4106 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
4107 its line. Fix markup of commands and macros. Add an Index node
4108 and index entries.
4109
29e57380
C
41102001-01-23 J.T. Conklin <jtc@redback.com>
4111
4112 * gdb.texinfo (Memory region attributes): New manual section.
4113
1c6147de
ND
41142001-01-04 Nicholas Duffek <nsd@redhat.com>
4115
4116 * gdbint.texinfo (POP_FRAME): Document use by return_command.
4117
f7dc1244 41182000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
4119
4120 * refcard.tex: Version and copyright fixed. From Phil Edwards
4121 <pedwards@disaster.jaj.com>.
4122
0dcedd82
AC
4123Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
4124
4125 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
4126 DWARF2_REG_TO_REGNUM): Document.
4127
3b851bce
AC
4128Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
4129
4130 * gdbint.texinfo (Coding): Update current value of
4131 --enable-build-warnings. Mention --enable-gdb-build-warnings.
4132
f7dc1244 41332000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
4134
4135 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
4136 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
4137
b90a5f51
CF
41382000-11-10 Christopher Faylor <cgf@cygnus.com>
4139
4140 * gdb.texinfo: Document new 'set step-mode' command.
4141
f7dc1244 41422000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
4143
4144 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
4145 changes from Dmitry Sivachenko <dima@Chg.RU>.
4146
f7dc1244 41472000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
4148
4149 * gdb.texinfo (Hooks): Document the new post-hook functionality.
4150 From Steven Johnson <sbjohnson@ozemail.com.au>.
4151
2e685b93
MK
41522000-08-10 Mark Kettenis <kettenis@gnu.org>
4153
4154 * gdbint.texinfo (Overall Structure): Spelling fix.
4155
f7dc1244 41562000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
4157
4158 * gdbint.texinfo (Target Architecture Definition): Document that
4159 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
4160 for which REGISTER_CONVERTIBLE returns a zero value.
4161
63ac3005
EZ
41622000-07-08 Christopher Faylor <cgf@cygnus.com>
4163
4164 * Makefile.in (install-info): Find files to install in either the
4165 build or source directories (adapted from Makefile.am).
4166
bd79f757
ND
41672000-07-07 Nicholas Duffek <nsd@redhat.com>
4168
4169 * stabs.texinfo: Fix spelling errors.
4170 (String Field): FILE-NUMBER starts from 0, not 1.
4171
f7dc1244 41722000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
4173
4174 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 4175 Brian Youmans.
5f208f6d 4176
f7dc1244 41772000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
4178
4179 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
4180 the source directory. Reported by Mark Harig
4181 <markh@frazier.landmark.com>.
cc542d3b 4182
f3b28801
C
41832000-06-20 J.T. Conklin <jtc@redback.com>
4184
4185 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
4186
449f3b6c
AC
4187Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
4188
4189 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
4190 Generate using pdftex.
4191 (PDFTEX): Define.
4192 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
4193 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
4194 @contents at the start.
4195
f7dc1244 41962000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
4197
4198 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 4199 Youmans.
48e934c6 4200
9e9c5ae7
AC
4201Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
4202
4203 From Brian Youmans:
4204 * gdb.texinfo: Fix ``et al.''.
4205
c741b251
AC
4206Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
4207
4208 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
4209 loop.
4210
4ab64e14
JG
42112000-05-19 Jimmy Guo <guo@cup.hp.com>
4212
4213 * configure: Regenerate.
4214
f7dc1244 42152000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
4216
4217 * Makefile.in (install-info): Run install-info on installed Info
4218 files.
4219
8c70017b
AC
4220Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
4221
a7cb598a
AC
4222 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
4223 Andrew Cagney.
8c70017b 4224
f7dc1244 42252000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
4226
4227 * gdb.texinfo: Proofreading changes from Brian Youmans.
4228
bf0184be
ND
42292000-05-01 Nick Duffek <nsd@cygnus.com>
4230
4231 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
4232 startup sequence, minor edits.
4233
f7dc1244 42342000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
4235
4236 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
4237 TeX.
4238
4239 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
4240 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
4241 like `n' and `s' which look weird. Convert some of the @kindex to
4242 @vindex, when they refer to variables, not commands.
4243
33e16fad
AC
4244Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
4245
4246 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
4247
f7dc1244 42482000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
4249
4250 * Makefile.in (GDBMI_DIR): New variable.
4251 (SET_TEXINPUTS): Add $(GDBMI_DIR).
4252 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
4253 (gdbmi.texinfo): New target, for texi2roff.
4254 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
4255 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
4256
4257 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
4258 gdbmi.texinfo.
4259 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
4260 comment.
4261
d167840f
EZ
42622000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4263
4264 * gdb.texinfo (Files): Update description of add-symbol-file
4265 command.
4266
f7dc1244 42672000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
4268
4269 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
4270 prevents the build (and is generally a Bad Idea).
4271
f7dc1244 42722000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
4273
4274 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
4275 a comma inside @var.
4276 (Command Files): Index markup changes from Dmitry Sivachenko
4277 <dima@Chg.RU>.
4278
f7dc1244 42792000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
4280
4281 * Makefile.in (LN_S): Define.
4282 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
4283 invoke "ln -s" unless it is known to work.
4284
4285 * configure.in (AC_PROG_LN_S): Add.
4286
8dc7983f
JB
42872000-04-14 Jim Blandy <jimb@redhat.com>
4288
4289 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
4290 section.
4291 (Target Conditionals): Document ADDRESS_TO_POINTER,
4292 POINTER_TO_ADDRESS.
4293
1a8237e8
DB
42942000-04-11 Daniel Berlin <dan@cgsoftware.com>
4295
4296 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
4297 gdb-cfg.texi to get the value.
4298
ca526f1a
JB
42992000-04-10 Jim Blandy <jimb@redhat.com>
4300
4301 * gdbint.texinfo (Target Architecture Definition): Fix
4302 cross-references.
4303
faaafcb4
JB
43042000-04-08 Jim Blandy <jimb@redhat.com>
4305
4306 * gdbint.texinfo (Using Different Register and Memory Data
4307 Representations): New section.
4308 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
4309 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
4310 REGISTER_CONVERT_TO_RAW): Document.
4311
1b27397f
AC
4312Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
4313
4314 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
4315 for acknowledgments.
4316
480ff1fb
AC
4317Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
4318
4319 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
4320 qThreadExtraInfo.
4321
a9331b3f 43222000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 4323
a9331b3f
RM
4324 * gdb.texinfo: Clarify which remote debug protocol commands are
4325 required and which are optional.
f1251bdd 4326
dbeb8dbd
AC
4327Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
4328
4329 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
4330 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
4331 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
4332 * annotate.texi: Update.
4333
6d2ebf8b
SS
43342000-03-28 Stan Shebs <shebs@apple.com>
4335
4336 * gdb.texinfo: Update dates, bump to Eighth Edition (note
4337 expectation of additional changes before release), update
4338 ISBN, add copy of top-level menu for @ifhtml, remove explicit
4339 node links, rephrase and/or shorten lines to fix formatting
4340 problem in both regular and @smallbook formats.
4341 * annotate.texi: Shorten lines in example, use smallexample
4342 consistently everywhere.
4343 * Makefile.in: Add comment about texinfo 4.0 html generation.
4344 (SFILES_INCLUDED): Add annotate.texi.
4345
5d161b24
DB
43462000-03-27 Daniel Berlin <dan@cgsoftware.com>
4347
5ae4183a
AS
4348 * gdb.texinfo (Debugging Output): Added new section, documenting
4349 the "set/show debug" commands.
5d161b24 4350
b9deaee7
AC
4351Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
4352
4353 * annotate.texi (Annotations): When GDBN omit @chapter and @node
4354 entry.
4355
4356 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
4357 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
4358 @chapter and @node entries.
a9331b3f 4359
b9deaee7 4360 * gdb.texinfo: Link all top-level nodes.
a9331b3f 4361
9ef47d30
AC
4362Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
4363
4364 * Makefile.in (install-info): Create $(infodir) before installing
4365 files.
4366
cfeada60
FN
43672000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
4368
4369 From David Whedon <dwhedon@gordian.com>
5ae4183a 4370 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 4371
6837a0a2
DB
43722000-03-22 Daniel Berlin <dan@cgsoftware.com>
4373
4374 * gdb.texinfo: Add documentation for the apropos command.
4375
bba2971c
MS
43762000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
4377
4378 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
4379
2b628194
MS
43802000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
4381
a9331b3f 4382 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
4383 two places.
4384
96a2c332
SS
43852000-03-17 Stan Shebs <shebs@apple.com>
4386
4387 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
4388 <dima@Chg.RU>, also clarification of allowed content for
4389 string constants.
4390
f7dc1244 43912000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
4392
4393 * gdb.texinfo (main menu): Add Annotations.
4394 (File Options): Add @cindex entries for each command-line option.
4395 Document --epoch, --annotate, --async, --interpreter, --write,
4396 --statistics, and --version.
4397
4398 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
4399 of GDB.
4400
9d233477
JB
44012000-02-23 Jim Blandy <jimb@redhat.com>
4402
4403 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
4404
14e0eb3b
JB
44052000-02-22 Jim Blandy <jimb@redhat.com>
4406
4407 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
4408
3555de01
JM
44092000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
4410
4411 * Makefile.in (diststuff): New target.
4412
5e35df8e
KB
44132000-02-15 Kevin Buettner <kevinb@redhat.com>
4414
4415 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 4416 architecture. [From Jim Wilson.]
5e35df8e 4417
c5394b80
JM
44182000-01-16 Tom Tromey <tromey@cygnus.com>
4419
4420 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
4421 (Delete Breaks): Mention range arguments.
4422 (Disabling): Likewise.
4423
c3f6f71d
JM
44242000-01-05 Dmitry Sivachenko <dima@Chg.RU>
4425
4426 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
4427
c4093a6a
JM
4428Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
4429
4430 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
4431 valid functions.
4432
11cf8741
JM
44331999-11-05 Stan Shebs <shebs@andros.cygnus.com>
4434
4435 * gdb.texinfo: Clarify regular expressions used in rbreak.
4436
917317f4
JM
44371999-10-15 Kevin Buettner <kevinb@cygnus.com>
4438
4439 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
4440 MEMORY_REMOVE_BREAKPOINT): Document.
4441
4442Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
4443
4444 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
4445 offset re-using the DATA offset instead.
4446
2df3850c
JM
44471999-10-11 Jim Kingdon <kingdon@redhat.com>
4448
4449 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
4450
44511999-10-05 Stan Shebs <shebs@andros.cygnus.com>
4452
4453 From Dmitry Sivachenko <demon@gpad.ac.ru>:
4454 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
4455 typos.
4456
4457 * gdb.texinfo: Various minor wording and formatting improvements,
4458 mentions of additional command-line options.
4459
2acceee2
JM
44601999-09-30 Fred Fish <fnf@cygnus.com>
4461
4462 * gdb.texinfo: Document additional forms of specifying section
4463 names and addresses for the add-symbol-file command.
4464
c2c6d25f
JM
44651999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
4466
4467 * gdbint.texinfo: Fix typo, add the word "have".
4468
44691999-09-14 Jim Blandy <jimb@cris.red-bean.com>
4470
4471 * gdbint.texinfo (Target Architecture Definition): Document the
4472 SKIP_PERMANENT_BREAKPOINT macro.
4473
d4f3574e
SS
44741999-09-07 Stan Shebs <shebs@andros.cygnus.com>
4475
4476 * gdb.texinfo: Fiks speling errers.
4477
4478 * gdb.texinfo: Fix uses of @multitable.
4479
f7dc1244 4480 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e
SS
4481 * gdb.texinfo: Include details specific to DOS host, clarify
4482 some confusing language, fix @ref/@xref/@pxref usages, add
4483 comments about using with optimization, add more indexing,
4484 fix info about disassembly-flavor.
4485
4486Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
4487
4488 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
4489 SKIP_SOLIB_RESOLVER): Define.
4490
4491Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
4492
4493 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
4494 ``g'' packets.
4495
104c1213
JM
44961999-08-30 Stan Shebs <shebs@andros.cygnus.com>
4497
4498 * gdb.texinfo: Create a new "Configurations" chapter with
4499 platform-specific info, inline remote.texi and move sections of it
4500 into the new chapter, move bits about info proc, heuristic search,
4501 and register stack into the new chapter.
4502 * remote.texi: Remove, now part of gdb.texinfo.
4503 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
4504
45051999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
4506
4507 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
4508 GDB_TARGET_IS_MACH386): These kludges have gone away.
4509
4510Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
4511
4512 * gdbint.texinfo (Target Architecture Definition): Mention
4513 TDEPLIBS.
4514
53a5351d
JM
45151999-08-20 Stan Shebs <shebs@andros.cygnus.com>
4516
4517 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
4518 surrounding text to fit HP-UX bits into general info.
4519 (HPPA-cfg.texi): Remove, no longer useful.
4520
4521 * gdb.texinfo: Remove explicit links from @node lines, remove
4522 HP-added "Detailed Node Listing" from main menu which confuses
4523 things.
4524
4525 From Dmitry Sivachenko <dima@Chg.RU>:
4526 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
4527 in description of `set environment'.
4528
45291999-08-17 Stan Shebs <shebs@andros.cygnus.com>
4530
4531 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
4532
7be570e7
JM
45331999-08-12 Ben Elliston <bje@cygnus.com>
4534
4535 * gdbint.texinfo (Breakpoint Handling): Add missing words.
4536
f7dc1244 45371999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
4538
4539 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
4540 watch, awatch, and rwatch. Explain why the latter two cannot be
4541 set as software watchpoints. Document that watchpoints for local
4542 variables are deleted when the debuggee terminates.
4543
4544Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
4545
4546 * remote.texi (Protocol): Further clarification of the "qRcmd"
4547 packet. Allow E.. response packet. "qRcmd" packet is no longer
4548 reserved.
4549
45501999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4551
a9331b3f
RM
4552 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
4553 * gdb.texinfo: Ditto.
7be570e7 4554
96baa820
JM
45551999-08-06 Tom Tromey <tromey@cygnus.com>
4556
4557 * gdb.texinfo (KOD): New node.
4558
4559Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
4560
4561 * remote.texi (Rcmd): Fix minor formatting typos.
4562
4563Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
4564
4565 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
4566 packets.
4567
adf40b2e
JM
45681999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
4569
4570 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
4571 fixes.
4572
43ff13b4
JM
4573Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
4574
4575 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
4576
085dd6e6
JM
4577Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
4578
4579 * remote.texi (Communication Protocol): ``v'' is in use. Fix
4580 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
4581 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
4582 packets that are not supported on all hosts. Expand examples.
4583 Spell check.
4584
45851999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
4586
4587 * Makefile.in: Recognize html, install-html. Add targets
4588 to build HTML versions of documentation via texi2html.
4589
4590Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
4591
4592 * gdbint.texinfo (Testsuite): New chapter, information about the
4593 testsuite.
4594
4595Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
4596
4597 * remote.texi (Communication Protocol): Rewrite.
4598
4599Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
4600
4601 * stabs.texinfo: Fix uses of xref.
4602
9e0b60a8
JM
4603Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
4604
4605 * gdbint.texinfo: Add an anti-printf exhortation, and update the
4606 info about patch submission.
4607
cce74817
JM
4608Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
4609
4610 From Per Bothner <bothner@cygnus.com>:
4611 * gdb.texinfo: Document Chill support.
4612
4613Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
4614
4615 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
4616 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
4617 Document that the value should be greater-than or equal-to zero.
4618 (NO_STD_REGS): Document. Deprecate.
4619
ac9a91a7
JM
4620Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
4621
4622 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
4623 Document that these are not used.
4624
4625Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
4626
4627 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
4628
392a587b
JM
4629Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
4630
4631 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
4632 numargs was dropped.
4633
4634Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
4635
4636 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
4637
b83266a0
SS
4638Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
4639
4640 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
4641 Update.
4642
7a292a7a
SS
4643Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
4644
4645 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
4646 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
4647
4648Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
4649
4650 * gdbint.texinfo: Fix typos: $ -> @.
4651
4652Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
4653
4654 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
4655 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
4656 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
4657 BREAKPOINT_FROM_PC.
a9331b3f 4658
7a292a7a
SS
4659Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
4660
4661 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
4662 CALL_DUMMY_STACK_ADJUST): Document.
4663
4664Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
4665
4666 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
4667 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
4668
46691999-04-02 Stan Shebs <shebs@andros.cygnus.com>
4670
4671 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
4672 longer exists.
4673
4674Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
4675
4676 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
4677 nearly all @ifset/@ifclear conditionals; nobody uses them, and
4678 they make the manual source incomprehensible.
4679 * h8-cfg.texi: Remove, hasn't been used in years.
4680
c906108c
SS
4681Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
4682
4683 * gdb.texinfo: Update the credits.
4684
4685Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
4686
4687 * gdb.texinfo: Fix mistakes noticed in printout of last
4688 draft, add Alpha to discussion of heuristic fence post.
4689
4690Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
4691
4692 * gdb.texinfo, remote.texi: Many changes; update to Seventh
4693 Edition, merge some HP changes into mainline, describe some
4694 previously undocumented features, describe more of the target
4695 commands available, eliminate obsolete section on renamed
4696 commands.
4697 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
4698
4699Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
4700
4701 * gdb.texinfo: Make many HPPA conditionals unconditional,
4702 including catchpoint description, since now on for all configs.
4703 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
4704 specializations.
4705
4706Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
4707
4708 * Makefile.in (GDBvn.texi): Fix match expression to work with
4709 current format of VERSION in gdb/Makefile.in.
4710 * gdb.texinfo: Fix node ref to match new readline.
4711
4712Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
4713
a9331b3f
RM
4714 * gdb.texinfo: Changes made as part of a project to merge in
4715 changes made by HP. Documentation makes extensive use of
c906108c
SS
4716 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
4717 on remote debugging. There are differences in documentation
4718 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
4719 the HP manual discusses catchpoints, hardware watchpoints, and
4720 some HPUX specific limitations for shared library support.
a9331b3f 4721
c906108c
SS
4722 There are also a number of @node changes.
4723
47241999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
4725
4726 * gdbint.texinfo (Formatting): Disambiguate a sentence.
4727 (C Usage): Same.
4728
4729Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
4730
4731 The following changes were made by Edith Epstein
4732 <eepstein@cygnus.com> as part of a project to merge in changes
4733 made by HP.
a9331b3f 4734
c906108c
SS
4735 * HPPA-cfg.texi: new file.
4736
4737 * all-cfg.texi: set HPPA for HP PA-RISC targets.
4738
4739 * refcard.tex: change documentation about catch.
4740 removed info catch.
4741
4742Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
4743
4744 * gdbint.texinfo: Expand on GDB's coding standards,
4745 specify the use of arg names with prototypes.
4746
47471998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
4748
4749 * gdb.texinfo: Fix tipo.
4750
4751Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
4752
4753 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
4754 TARGET_BYTE_ORDER_SELECTABLE_P.
4755
4756Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
4757
4758 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
4759
47601998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
4761
4762 * agentexpr.texi: New file.
4763
4764Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
4765
4766 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
4767
47681998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
4769
4770 * remote.texi: Changed wording that implied that the GDB remote
4771 protocol caches register values instead of GDB itself.
4772
4773Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
4774
4775 * gdbint.texinfo: Add some info about symbol readers.
4776 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
4777 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
4778 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
4779 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
4780
4781Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
4782
a9331b3f 4783 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
4784
4785Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
4786
4787 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
4788
4789Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
4790
4791 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
4792 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
4793
4794Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
4795
4796 * gdbint.texinfo: Fix minor typos.
4797
4798Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
4799
4800 * gdbint.texinfo: Complete overhaul. Group descriptions more
4801 logically, add more info on generic algorithms, remove much
4802 obsolete and/or wrong material.
4803
4804Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
4805
4806 * stabs.texinfo (Method Type Descriptor): Expand and correct.
4807
4808Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
4809
4810 * refcard.tex: Copyright, address updates.
4811
4812Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
4813
4814 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
4815 for the edition instead of confusing GDB-version-like numbers.
4816
4817Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
4818
4819 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
4820
4821Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
4822
5ae4183a 4823 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
4824
4825Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
4826
4827 * gdb.texinfo: Add some credits, mention bug monitor.
4828 * remote.texi: Mention mips monitor targets.
4829 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 4830
c906108c
SS
4831Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
4832
4833 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
4834 files, finish sorting of host vs target vs native macros, describe
4835 some more of them.
4836
4837Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
4838
4839 * gdbint.texinfo (Host Conditionals): Document change from
4840 using NO_MMALLOC to it's inverse, USE_MMALLOC.
4841
4842Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
4843
4844 * gdbint.texinfo (Host Conditionals): Document
4845 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
4846
4847Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
4848
4849 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
4850 Document LSEEK_NOT_LINEAR.
4851
4852Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
4853
4854 * stabs.texinfo (Stab Section Basics): Make it clear that only
4855 some versions of the GNU linker remove the leading N_UNDF symbol.
4856
4857Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
4858
4859 * stabs.texinfo (String Field): Document type number pairs here,
4860 instead of in the Sun specific section.
4861 (Include Files): The GNU linker supports the N_BINCL
4862 optimization. Clarify the N_BINCL value, and what it is used
4863 for.
4864 (Procedures): Document N_FUN with an empty string to mark the end
4865 of a function.
4866 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
4867 (Sun Differences): Remove this node, as the information is now
4868 elsewhere in the main document.
4869 (Stab Section Basics): Mention that the GNU linker may optimize
4870 stabs and remove the leading N_UNDF symbol.
4871
4872Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
4873
4874 * gdb.texinfo, refcard.tex: Restore author credit
4875
4876Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
4877
4878 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
4879 documentation to account for START and END macros taking
4880 one arg.
4881
4882Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
4883
4884 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
4885 * gdb.texinfo (Frames): Fix typo.
4886
4887Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
4888
4889 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
4890 a target_signal as arg type, not a pid.
4891
4892Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
4893
4894 * gdb.texinfo: Document `set assembly-language'.
4895
4896Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
4897
4898 * remote.texi: Update list of stubs in the GDB distribution.
4899
4900Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
4901
4902 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
4903 Also document that some systems can use mmalloc but must define
4904 this if their C runtime allocates memory that is later freed.
4905 (MMCHECK_FORCE): Document new macro.
a9331b3f 4906
c906108c
SS
4907Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
4908
4909 * remote.texi: Add documentation for target Sparclet.
4910
4911Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
4912
a9331b3f 4913 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
4914 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
4915 * configure.in: Rewritten for autoconf.
4916 * configure: New.
4917
4918Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
4919
4920 * Makefile.in (DVIPS): New define, set to dvips.
4921 (dvi): Add stabs.dvi.
4922 (ps): New target.
4923 (all-doc): Depend on info, dvi, and ps targets.
4924 (STAGESTUFF): Add *.ps and *.dvi files.
4925 (clean-info, clean-dvi): Remove.
4926 (mostlyclean): Does not depend upon clean-info or clean-dvi,
4927 rules completely rewritten.
4928 (maintainer-clean): Remove clean-info and clean-dvi
4929 dependencies and put their actions in the rules.
4930 (gdb.ps): New target
a9331b3f 4931 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
4932 intermediate TeX files, whether they have 2 or 3 character
4933 extensions.
4934 (gdbint.ps): Add target and rules.
4935 (gdb-internals): Delete unused target.
4936 (Makefile): Depends upon config.status also.
4937
4938Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
4939
4940 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
4941 set.
4942
4943Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
4944
4945 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4946 * gdb.texinfo (Expressions): Fix erroneous array constant example.
4947
4948Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
4949
4950 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
4951
4952Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4953
4954 * gdb.texinfo (Print settings): Document
4955 `set/show print static-members' commands.
4956
4957Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
4958
4959 * gdbint.texinfo (Native): Document name change, coredep.c to
4960 core-aout.c.
4961
4962Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
4963
4964 * stabs.texinfo (Include Files): Document the values the SunOS4
4965 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
4966
4967Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
4968
4969 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
4970 Fix typo.
4971
4972Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
4973
4974 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
4975 "gdb.tar.Z".
4976
4977Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
4978
4979 * Makefile.in (maintainer-clean): New target, synonym for
4980 realclean.
4981
4982Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
4983
4984 * Update all FSF addresses except those in COPYING* files.
4985
4986Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
4987
4988 From Richard Earnshaw (rearnsha@armltd.co.uk):
4989 * gdb.texinfo (convenience variables): Document $_exitcode.
4990 (quit): Document optional expression to use as exit code.
4991
4992Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
4993
4994 * gdb.texinfo, remote.texi: Brought up to date with various
4995 GDB changes.
4996
4997Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
4998
4999 * gdb.texinfo: Update dates and versions, fix comments about
5000 hardware watchpoints in future releases and about the
5001 sharedlibrary command.
5002
5003Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5004
5005 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
5006 C_FUN stab. Other cleanups.
5007
5008Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5009
5010 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
5011 for the sparc stub.
5012
5013Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5014
5015 * annotate.texi: Clarify which addresses have differing formats
5016 depending on the language and which do not.
5017
5018Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
5019
5020 * remote.texi (NetWare): Changed example to use BOARD= instead of
5021 NODE= argument to reflect correspoding change to gdbserve.nlm.
5022
5023Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5024
5025 * stabs.texinfo (Negative Type Numbers): Mention the fact that
5026 GDB, as well as AIX dbx, supports the size type attribute.
5027
5028Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5029
5030 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
5031
5032Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
5033
5034 * gdb.texinfo (Define): Document $arg0... arguments to commands,
5035 and new 'if' and 'while' commands.
5036
5037Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
5038
5039 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
5040
5041Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
5042
5043 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
5044 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
5045 NetWare targets. Mostly stolen from the Server node.
5046
5047Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5048
5049 * gdb.texinfo (Setting): Talk about the language of a source file
5050 versus the working language. The old documentation did not match
5051 what GDB did.
5052
5053Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5054
5055 * stabs.texinfo (Source Files): Document N_SO used to mark the end
5056 of a source file.
5057
5058Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
5059
5060 * gdb.texinfo (Processes): New node.
5061
5062Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
5063
5064 * remote.texi: Update documentation of set/show mipsfpu.
5065
3fc11d3e
JM
5066Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
5067
5068 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
5069 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
5070
5071Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
5072
5073 * gdbint.texinfo: Removed mentions of some incorrectly placed and
5074 obsolete conditionals, described some others.
5075
5076Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5077
5078 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
5079 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
5080
5081Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
5082
5083 * gdbint.texinfo: Put regex conditionals in their own table.
5084
5085Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
5086
5087 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
5088 described or fixed the descriptions of many others.
5089
5090Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
5091
5092 * gdb.texinfo: Add some more credits.
5093 * gdbint.texinfo: Capitalize GDB consistently, describe some
5094 macros and remove some.
5095
5096Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
5097
5098 * gdbint.texinfo: Removed mentions of many incorrectly placed and
5099 obsolete conditionals, described some others.
5100
5101Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5102
5103 * gdb.texinfo (help targets): Changed to `help target', which
5104 is the correct gdb command.
5105
5106Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5107
5108 * annotate.texi (TODO): New node, for keeping track of annotations
5109 suggested but not yet implemented.
5110
5111Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5112
5113 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
5114 another symbol, it is not the address itself.
5115
5116Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
5117
5118 * stabs.texinfo (Stab Section Basics): Add comment about alignment
5119 of stabs-in-coff sections.
5120
5121Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5122
5123 * annotate.texi: Change edition to 0.5 and date to May 1994.
5124 Add index.
5125 (Frames): New node, for frame annotation.
5126 (Displays): New node, for display annotation.
5127
5128 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
5129 when waiting for your program to stop.
5130
5131Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5132
5133 * annotate.texi (Breakpoint Info): Document annotation of header
5134 fields and record annotation.
5135
5136Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5137
5138 * annotate.texi: New file, to document annotations.
5139
5140Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5141
5142 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
5143 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
5144
5145Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5146
5147 * stabs.texinfo (Stab Section Basics): Say what is in .stab
5148 section, and say n_strx field is compilation unit relative.
5149 * stabs.texinfo: Don't use @code for a.out when it is the name of
5150 an object file format.
5151
5152Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
5153
5154 * gdb.texinfo: Refer to file names, not path names, per rms
5155 convention.
5156 (Arguments): Fix typo.
5157
5158Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5159
5160 * stabs.texinfo (Global Variables): Talk about stabs in files
5161 where variables are referenced, but not defined.
5162
5163Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5164
5165 * stabs.texinfo: Move stuff on @ and # type descriptors from node
5166 Cplusplus to new nodes Member Type Descriptor and Method Type
5167 Descriptor. Re-write stuff for #.
5168
5169Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5170
5171 * gdb.texinfo (Print Settings): Don't document "set print
5172 fast-symbolic-addr off". The bug which it worked around was fixed
5173 on 25 Feb 94 in coffread.c, so I'm nuking the command.
5174
5175 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
5176 N_ENTRY node.
5177
5178 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
5179
5180Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5181
5182 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
5183 references to ieee-float.c.
5184
5185Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5186
5187 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
5188 match what the code actually does.
5189
5190Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5191
5192 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
5193
5194Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
5195
5196 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
5197 i, and b.
5198
5199Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
5200
5201 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
5202 well as for ELF and SOM. Unify the descriptions of ELF and SOM
5203 as "stabs in sections" rather than just saying "ELF and SOM".
5204 Also make that stuff apply to COFF.
5205
5206Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5207
5208 * gdb.texinfo (Formatting Documentation): Change GhostScript to
5209 Ghostscript.
5210
5211Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5212
5213 * gdb.texinfo (Continuing and Stepping): When talking about "step"
5214 versus functions without line numbers, also mention stepping into
5215 them as well as "step" when you are in them. Tell the user how to
5216 deal with the situation. Add comment about "debugging information".
5217
5218Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5219
5220 * stabs.texinfo (Enumerations): Document restriction on where
5221 enumeration types can appear and still win with GDB.
5222
5223Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5224
5225 * stabs.texinfo (Negative Type Numbers): Document format for type
5226 -16.
5227
5228Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5229
5230 * gdb.texinfo (Selection, Frame Info): Update information about
5231 arbitrary frame specficiations.
5232
5233Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
5234
5235 * gdb.texinfo, remote.texi: general editing pass prior to Net release
5236
5237Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5238
5239 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
5240
5241Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
5242
5243 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
5244
5245Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5246
5247 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
5248 Differences node to Statics node.
5249 (Statics): Discuss XCOFF use of V symbol descriptor.
5250
5251 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
5252 not clean.
5253
5254Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
5255
5256 * gdb.texinfo (Print Settings): Document `set print
5257 fast-symbolic-addr' and improve the doc for some other
5258 `set print's.
5259
5260Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
5261
5262 * stabs.texinfo (String Field): Talk about defining several type
5263 numbers at once.
5264 Fix lint regarding changing node ELF Transformations to
5265 ELF and SOM Transformations.
5266
5267Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
5268
5269 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
5270
5271Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5272
5273 * stabs.texinfo (Cross-References): `::' is for nested types only
5274 within <>.
5275 (Structures): Document static members.
5276
5277Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5278
5279 * stabs.texinfo: Document S type attribute.
5280
5281Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
5282
5283 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
5284
5285Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
5286
5287 * gdbint.texinfo: Fix a few typos.
5288
5289Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5290
5291 * gdb.texinfo, remote.texi: formatting improvements
5292
5293 * gdb.texinfo (New Features): mention threads.
5294 (Summary, C): fix xrefs in newly contributed text.
5295 (Threads): index entries, clarifications, example
5296 (passim): minor typos fixed, phrasing improvements
5297
5298 * remote.texi (Bootstrapping): rephrase text on ^C and add index
5299 entries; (Server): explain use of gdbserver w/real-time systems,
5300 add example of conflicting TCP port; (MIPS Remote) break up
5301 running text into table, highlighting commands, and add example.
a9331b3f 5302
c906108c
SS
5303Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5304
5305 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
5306
5307Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5308
5309 * stabs.texinfo (Nested Symbols): New node.
5310 (String Field, Symbol Descriptors, Cross-References): Refer to it.
5311
5312Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5313
5314 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
5315 to picking which Bbss.bss symbol to use, and (because there seems to
5316 be no good way of doing it) re-write some of the text to make it
5317 sound like Bbss.bss isn't such a great idea after all (as currently
5318 designed).
5319
5320 * gdb.texinfo (C): In addition to saying people have to use g++ for
5321 good results, say they have to use stabs. Specifically say cfront
5322 doesn't work well.
5323 (Summary): Merge in information on Modula-2, Pascal, and Chill from
5324 the gdb README. Add xrefs to places where the support for the various
5325 languages is described in detail.
5326
5327Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5328
5329 * stabs.texinfo: Clean up stuff about visibility and virtual
5330 characters.
5331
5332 * stabs.texinfo (N_M2C): Cite Sun doc.
5333
5334Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5335
5336 * gdb.texinfo: updates re threads.
5337 * remote.texinfo: avoid index entries starting with digits.
5338
5339Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5340
5341 * stabs.texinfo (Enumerations): Talk about large, negative and
5342 octal values. Clean up cross reference to type attributes.
5343 (String Field): Say that GDB 4.11 supports size attribute.
5344
5345Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5346
5347 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
5348 is a mandatory step. Make the stuff about that more concise.
5349
5350Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5351
5352 * stabs.texinfo (Class Names): New node.
5353
5354 * gdb.texinfo (Command Files): Explain order of init file reading.
5355
5356 * remote.texi (Bootstrapping): Talk about getting the serial driver
5357 to deal with ^C sent by gdb to stop the remote system.
5358
5359Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
5360
5361 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
5362
5363 * libgdb.texinfo (Defining Commands): made the DOC arg
5364 to gdb_define_app_command a char * instead of char **
5365 per a suggestion from kingdon.
5366
5367 * libgdb.texinfo: total rewrite from a different starting
5368 premise.
5369
5370Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5371
5372 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
5373 floats passed as doubles (to improve clarity).
5374
5375Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5376
5377 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
5378
5379 * a4rc.sed: update to work with Andreas Vogel papersize params
5380
5381 * refcard.tex: use Andreas Vogel simplifications of papersize
5382 params; remove useless version info; update copyright date.
5383
5384Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5385
5386 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
5387
5388Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5389
5390 * gdb.texinfo (Files): Say what address the load command loads it at.
5391
5392 * stabs.texinfo (Common Blocks): Minor cleanups.
5393
5394 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
5395 that Sun has backed away from the linker kludge and thus the relevant
5396 issue is changes to the SunPRO tools, not the Solaris linker.
5397
5398 * stabs.texinfo (Traditional Integer Types): Clean up description
5399 of octal bounds a little bit. Document extra leading zeroes.
5400
5401Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5402
5403 * gdb.texinfo (Signaling): Update for symbolic symbol names
5404 and add a section explaining the difference between the GDB
5405 signal command and the shell kill utility.
5406
5407Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
5408
5409 * libgdb.texinfo: added `@' to braces that were unescaped.
5410
5411Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
5412
5413 * libgdb.texinfo: new file. Spec for the gdb library.
5414
5415Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5416
5417 * stabs.texinfo (Include Files): Fix typo (start -> end).
5418
5419Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5420
5421 * gdb.texinfo, remote.texi: assorted small improvements, mostly
5422 from Melissa at FSF's editing pass.
5423
5424Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5425
5426 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
5427 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
5428 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
5429
5430Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5431
5432 * remote.texi (Bootstrapping): Discuss 386 call gates.
5433
5434Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
5435
5436 * stabs.texinfo (Based Variables): New node.
5437
5438Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
5439
5440 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
5441 names, sizes, and formats to suggest how not to lose.
5442
5443Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
5444
5445 * stabs.texinfo (Methods): Fix typo.
5446
5447Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
5448
5449 * gdb.texinfo: Fix a few typos.
5450
5451Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5452
5453 * gdb.texinfo: Clarify how well it works with Fortran.
5454
5455 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
5456 More on relocating stabs in ELF files.
5457
5458Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5459
5460 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
5461
5462Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5463
5464 * stabs.texinfo (Local Variable Parameters): Talk about nameless
5465 parameters on VAX.
5466
5467Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5468
5469 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
5470
5471Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5472
5473 * stabs.texinfo: Make info author notice match the TeX author notice.
5474
5475Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
5476
5477 * stabs.texinfo: Initial-caps all words in node names and
5478 non-trivial words in section names.
5479
5480Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5481
5482 * stabs.texinfo: Many minor cleanups.
5483
5484 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
5485
5486Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
5487
5488 * stabs.texinfo: Remove full description of big example.
5489 It's not really helpful; just use pieces of it where appropriate.
5490 Add more Texinfo formatting directives (@samp, etc.).
5491 Use @deffn to define stab types.
5492 Eliminate some wordiness. Break up some nodes.
5493 Add an (alphabetized) index of symbol types.
5494 Use consistent capitalization style in node and section names.
5495
5496Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
5497
5498 * gdb.texinfo: Change typo "Two two" to "The two".
5499
5500Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5501
5502 * stabs.texinfo (XCOFF-differences): Remove references to
5503 non-existent types N_DECL and N_RPSYM.
5504
5505 * stabs.texinfo (String Field): Say that type attributes bug is
5506 fixed in GDB 4.10, since it is.
5507
5508 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
5509
5510Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
5511
5512 * stabs.texinfo: Formatting cleanups.
5513
5514Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5515
5516 * stabs.texinfo: When explaining the n_type of a stab, standardize
5517 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
5518 no tabs, use @r).
5519 (Global Variables): Clean up.
5520
5521Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5522
5523 * stabs.texinfo (Stack Variables): Re-write.
5524
5525Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5526
5527 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
5528 addresses of a source file. Also revise formatting.
5529 Change "object module" or "object file" to "source file".
5530 Various: Miscellaneous cleanups.
5531
5532Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5533
5534 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
5535
5536Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
5537
5538 * gdbint.texinfo: Removed many nonsensical machine-collected
5539 host and target conditionals, described some of the remainder.
5540
5541Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5542
5543 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
5544
5545 * gdbint.texinfo (Top): Add name to @top line, and re-write the
5546 paragraph which follows.
5547
5548 * gdbint.texinfo (Host): Use @code not @samp for Makefile
5549 variables. Looks better and avoids overful hbox.
5550
5551Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5552
5553 * stabs.texinfo (Procedures): Improve stuff on nested functions.
5554
5555Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5556
5557 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
5558 retransmit-timeout
5559
5560Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5561
5562 * gdbint.texinfo: Update statement about `some ancient Unix
5563 systems, like Ultrix 4.0' to Ultrix 4.2.
5564
5565Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
5566
5567 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
5568
5569 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
5570
5571 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
5572 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
5573
5574 * remote.texi: new name for former gdbinv-s.texi
5575
5576 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
5577
5578Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
5579
5580 * gdbinv-s.texi: Documented timeout and retransmit-timeout
5581 variables for MIPS remote debugging protocol.
5582
5583Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5584
5585 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
5586
5587Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
5588
5589 * Makefile.in (refcard.dvi): Use srcdir where necessary.
5590
5591Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
5592
5593 * gdb.texinfo: repair conditional bugs in text markup
5594
5595Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5596
5597 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
5598 to select Modula-2 material.
5599
5600Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5601
5602 * stabs.texinfo: Cleanups regarding statics.
5603
5604 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
5605 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
5606
5607Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5608
5609 * stabs.texinfo: N_MAIN is sometimes used for C.
5610
5611Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5612
5613 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
5614
5615Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
5616
5617 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 5618 removed from the code by Kingdon.
c906108c
SS
5619
5620Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5621
5622 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
5623 input when evaluating breakpoint conditions; the bug has been fixed.
5624
5625 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
5626 sets the ignore count to N-1, not to N.
5627
5628Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5629
5630 * refcard.tex (\hoffset): correct longstanding error to match
5631 intended offset; avoids cutting off edge on some printers
5632
5633Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5634
5635 * stabs.texinfo (Parameters): Say that order of stabs is significant.
5636
5637Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5638
5639 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
5640
5641Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5642
5643 * Makefile.in: (REFEDITS) new var to control whether PS or CM
5644 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
5645 collect sed edits if any, apply to refcard before formatting;
5646 (refcard.ps) stop implying PS fonts if PS output requested;
5647 (lrefcard.ps) delete extra target for variant PS fonts
5648
5649 * refcard.tex: parametrize papersize dependent info, collect
5650 in easily replaced spot
5651
5652 * a4rc.sed: new file, edits to refcard for A4 paper
5653
5654Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5655
5656 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
5657
5658Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5659
5660 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
5661
5662Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5663
5664 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
5665 politely rather than rudely.
5666
5667Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5668
5669 * stabs.texinfo: Document common blocks.
5670
5671Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
5672
5673 * stabs.texinfo: Add some basic info about stabs-in-elf.
5674
5675Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5676
5677 * stabs.texinfo (Top): Minor cleanup.
5678
5679Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
5680
5681 * Makefile.in (install-info): remove parentdir support
5682
5683Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5684
5685 * gdb.texinfo (Copying): delete this node and references to it;
5686 RMS says this manual need not carry GPL. (passim): Improvements
5687 from last round at FSF, largely due to Ian Taylor review, and
5688 minor formatting improvements.
5689
5690 * gdbinv-s.texi (passim): Improvements from last round at FSF,
5691 largely due to Ian Taylor review. (Debug Session): minor edits to
5692 new text.
5693
5694Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
5695
5696 * Makefile.in (realclean): Remove info and dvi files too.
5697
5698Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
5699
5700 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
5701 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
5702 * gdb.texinfo: Change accordingly.
5703
5704 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
5705 N_{L,R}BRAC,N_SLINE are relative to.
5706
5707Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
5708
5709 * Makefile.in (GDBvn.texi): Update atomically.
5710
5711Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
5712
5713 * gdbinv-s.texi (Debug Session): Document exceptionHook.
5714
5715Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
5716
5717 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
5718 addresses together. Also motivate the set print symbol-filename
5719 command and suggest other solutions.
5720
5721Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
5722
5723 * gdb.texinfo (set print elements): Note that the number of
5724 elements is set to unlimited by "set print elements 0".
5725
5726Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
5727
5728 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
5729 NF_LDOUBLE means.
5730 (Stab Types): Include Solaris stab types.
5731 (Procedures): Document Solaris extensions.
5732
5733Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5734
5735 * gdb.texinfo: Add `set print symbol-filename' doc.
5736
5737Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5738
5739 * stabs.texinfo (Arrays): Talk about type definition vs. type
5740 information.
5741
5742 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
5743 the trailing semicolon.
5744
5745Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5746
5747 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
5748 and merge in other parts of the document addressing these subjects.
5749 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
5750
5751 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
5752 at the end of a range type.
5753
5754 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
5755 AIX extensions.
5756
5757Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5758
5759 * stabs.texinfo (Stabs Format): Misc fixes.
5760
5761Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5762
5763 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
5764 (Traditional builtin types): Document convex convention for long long.
5765 (Negative builtin types): Discuss type names, and misc fixes.
5766
5767Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5768
5769 * stabs.texinfo (Builtin Type Descriptors): Document the floating
5770 point types used with @samp{R} type descriptor.
5771 (Symbol Descriptors): Describe how to handle conflict between
5772 different meanings of @samp{P} symbol descriptor.
5773
5774Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5775
5776 * stabs.texinfo: Remove node Quick Reference and put its children
5777 directly under the main menu.
5778
5779 * stabs.texinfo: Many more changes to bring it into line with
5780 AIX documentation and reality. I think it now has all the
5781 information from the AIX documentation, except that I burned
5782 out when I got to variant records (Pascal and Modula-2) and
5783 all the COBOL types. Oh well, we can add them later when we're
5784 worrying more about those languages.
5785
5786 * stabs.texinfo (Automatic variables): Talk about what it means
5787 to omit the symbol descriptor.
5788
5789Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5790
5791 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
5792 gcc2 behavior with promoted args.
5793
5794Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5795
5796 * gdb.texinfo: include readline appendices in info version of manual
5797
5798Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5799
5800 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
5801 target remote.
5802
5803 * gdb.texinfo (Machine Code): more index entries for disassemble
5804
5805Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
5806
5807 * Clarify the intended use of the gdb-testers and gdb-patches
5808 mailing lists, and shrink gzip comment.
5809
5810Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5811
5812 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
5813 DOSHOST configuration of manual.
5814
5815 * gdb.texinfo (MIPS Stack): new node.
5816
5817 * all-config.texi (MIPS) new switch.
5818
5819 * gdbinv-s.texi (Nindy Options) Remove two instances of future
5820 tense; (MIPS Remote) new node.
5821
5822 * gdb.texinfo (passim) rephrases to work around makeinfo @value
5823 bug; (Environment) less passive, other small cleanups in text about
5824 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
5825 (Remote) new MIPS Remote menu entry.
5826
5827Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
5828
5829 * stabs.texinfo: Many changes to include information from the
5830 AIX documentation.
5831
5832 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
5833
5834Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
5835
5836 * gdbint.texinfo (new node Debugging GDB, elsewhere):
5837 Move a bunch of information from ../README.
5838 (Getting Started): New node.
5839
5840Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5841
5842 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
5843
5844 * gdb.texinfo: advance manual revision dates to present
5845
5846 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
5847 stop using silly Roman numerals in @set variable names
5848
5849Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
5850
5851 * stabs.texinfo (Parameters): Keep trying to get this right.
5852
5853Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
5854
5855 * stabs.texinfo (Parameters): More on "local parameters".
5856
5857Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
5858
5859 * stabs.texinfo (Parameters): Re-do "local parameters" section.
5860
5861Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
5862
5863 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
5864 (Parameters): Rewrite.
5865 (xcoff-differences, Sun-differences): Minor changes.
5866
5867Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
5868
5869 * stabs.texinfo: Minor cleanup.
5870
5871Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
5872
5873 * gdbint.texinfo: Minor xcoff stuff.
5874
5875Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
5876
5877 * gdbint.texinfo: Update for new config directory structure.
5878 Add info about internal type data structures.
5879
5880Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
5881
5882 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
5883 $(srcdir).
5884 (gdb-config.texi): Depend on file in $(srcdir).
5885
5886Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
5887
5888 * stabs.texinfo: Fixes about N_SO.
5889
5890Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5891
5892 * gdb.texinfo: include list of nonstandard init file names
5893
5894 * *-config.texi: new switch GENERIC for text that applies *only*
5895 to (usual) multiple-target version of manual
5896
5897 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
5898 h8 config
5899
5900 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
5901 in menus (rather than conditionally selected multiple alternative
5902 menus).
5903
5904 * Makefile.in: define and use DOC_CONFIG var to select
5905 configuration for GDB user manual.
5906
5907 * gdb-config.texi: delete from repository, generate from Makefile.
5908
5909 * all-config.texi: normal `generic' configuration file, formerly
5910 stored as gdb-config.texi
5911
5912Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
5913
5914 * Makefile.in: add dvi target to build all .dvi files
5915
5916Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5917
5918 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
5919
5920Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
5921
5922 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
5923 host conditionals.
5924 * stabs.texinfo: More array fixes inspired by Jim's.
5925
5926Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
5927
5928 * stabs.texinfo: Fixes re arrays and continuations.
5929
5930 * gdbint.texinfo: Add XCOFF node.
5931
5932Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
5933
5934 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
5935
5936Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
5937
5938 * stabs.texinfo: Fix for array types to mention lower bounds.
5939
5940Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
5941
5942 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
5943
5944Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
5945
5946 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
5947
5948Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
5949
5950 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
5951 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
5952
5953Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
5954
5955 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
5956
5957Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5958
5959 * gdb.texinfo, gdbinv-s.texi: misc updates
5960
5961Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
5962
5963 * gdbint.texinfo: Brief documentation for longjmp support,
5964 from an email msg by Stu.
5965
5966Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
5967
5968 * stabs.texinfo: Fix description of floating point "range"
5969 types (which really define basic types). Reported by Jim Meehan,
5970 <meehan@src.dec.com>.
5971
5972 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
5973
5974Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
5975
5976 * gdbint.texinfo: Slightly expand section on supporting a new
5977 object file format.
5978
5979Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
5980
5981 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
5982 intermediate file.
5983
5984Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5985
5986 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
5987
5988Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5989
5990 * gdbinv-s.texi: z8000 simulator target name is just "sim"
5991
5992 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
5993 as well as Z8002.
5994
5995Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
5996
5997 * gdbint.texinfo: Add sections on clean design and on how to send
5998 in changes.
5999
6000Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
6001
6002 * gdbint.texinfo: Add how to declare the result of make_cleanup.
6003
6004Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
6005
6006 * gdb.texinfo: Fix typo, reported by Karl Berry.
6007
6008Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
6009
6010 * gdb.texinfo: Add opcodes dir to GDB distribution description.
6011
6012Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
6013
6014 * gdbint.texinfo: fixed a stray email address (needs @@),
6015 added @table @code to node "Native Conditionals"
6016
6017Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
6018
6019 * gdbint.texinfo: Describe coding style of GDB.
6020
6021Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
6022
6023 * stabs.texinfo: Minor wording changes.
6024
6025Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
6026
6027 * gdbint.texinfo: Improve release doc slightly.
6028
6029Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
6030
6031 * gdbint.texinfo: Improve doc of GDB config macros.
6032
6033Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
6034
6035 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
6036 These will be reinserted when examined.
6037
6038Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
6039
6040 * gdbint.texinfo: Make a start at documenting all the #if macros
6041 in GDB. At least list them all, and start separating them into
6042 host-specific and target-specific.
6043
6044Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6045
6046 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 6047 examples (not consistent w others).
c906108c
SS
6048 gdb.texinfo: issue disclaimer paragraph on cmdline options only
6049 for generic vn of doc
6050
6051Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
6052
6053 * Makefile.in: always create installation directories.
6054
6055Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6056
6057 * gdb.texinfo: in h8 config, do not describe searching commands.
6058
6059Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6060
6061 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
6062 conditionals; introduce a few generic switches that may be
6063 useful for other cross-dev or dos-hosted configs.
6064
6065 * gdb.texinfo: fix typo in "info reg" description
6066
6067Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
6068
6069 * stabs.texinfo: Minor updates from running TeX over it.
6070 * Makefile.in (stabs.dvi, stabs.ps): Add.
6071
6072Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
6073
6074 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
6075 First pass at converting it to texinfo.
6076
6077Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
6078
6079 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
6080 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
6081
6082Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
6083
6084 * gdbint.texinfo: Add section on partial symbol tables.
6085
6086Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
6087
6088 * gdb.texinfo: document `set remotedebug' and `set
6089 rstack_high_address'.
6090
6091Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
6092
6093 * gdb.texinfo: slight expansion of new text on reading info files
6094 * gdbinv-s.m4.in: correct and expand info on cross-debugging
6095 H8/300 from DOS.
6096
6097Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
6098
6099 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
6100
6101Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
6102
6103 * gdb.texinfo: Say how to read the `info' files.
6104
6105Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
6106
6107 * Makefile.in: gm4 -> m4.
6108
6109Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
6110
6111 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
6112 Documentation' ahead of `Installing GDB' to match README.
6113 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 6114 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
6115
6116Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
6117
6118 * Makefile.in: remove $(srcdir) from gdb.info rule.
6119
6120Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
6121
6122 * Makefile.in: commented out gdb-all.texinfo rule. This is
6123 temporary.
6124
6125Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
6126
6127 * Makefile.in, configure.in: removed traces of namesubdir,
6128 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
6129 copyrights to '92, changed some from Cygnus to FSF.
6130
6131Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
6132
6133 * gdb.texinfo: Improve how we ask for bug reports.
6134
6135Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6136
6137 * Makefile.in: infodir belongs in datadir.
6138
6139Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6140
6141 * Makefile.in: remove spaces following hyphens, bsd make can't
6142 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 6143 standards.text support.
c906108c
SS
6144
6145Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6146
6147 * Makefile.in: idestdir and ddestdir go away. Added copyrights
6148 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
6149 and mandir now keyed off datadir by default.
6150
6151\f
6152Local Variables:
9e9c5ae7 6153mode: change-log
c906108c
SS
6154left-margin: 8
6155fill-column: 74
6156version-control: never
6157End:
This page took 0.852489 seconds and 4 git commands to generate.