]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/doc/ChangeLog
Static tracepoints support, and UST integration.
[thirdparty/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
0fb4aa4b
PA
12010-07-01 Pedro Alves <pedro@codesourcery.com>
2
3 * gdb.texinfo (Convenience Variables): Document $_sdata.
4 (Commands to Set Tracepoints): Describe static tracepoints. Add
5 `Listing Static Tracepoint Markers' menu entry. Document
6 "strace".
7 (Tracepoint Action Lists): Document collecting $_sdata.
8 (Listing Static Tracepoint Markers): New subsection.
9 (Tracepoints support in gdbserver): Mention static tracepoints.
10 (remote packets, enabling and disabling): Mention
11 read-sdata-object.
12 (General Query Packets) <qSupported>: Document qXfer:sdata:read
13 and StaticTracepoint.
14 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
15 Document qXfer:sdata:read.
16 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
17
dc3b15be
JB
182010-06-29 Joel Brobecker <brobecker@adacore.com>
19
20 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
21
595939de
PM
222010-06-28 Phil Muldoon <pmuldoon@redhat.com>
23 Tom Tromey <tromey@redhat.com>
24 Thiago Jung Bauermann <bauerman@br.ibm.com>
25
26 * gdb.texinfo (Inferiors In Python): New node.
27 * gdb.texinfo (Threads In Python): New node.
28
9279c692
JB
292010-06-28 Joel Brobecker <brobecker@adacore.com>
30
31 * gdb.texinfo (Python): Document what the python directory is
32 and what its location is.
33 (Basic Python): Document the gdb.PYTHONDIR constant.
34
bc9f0842
TT
352010-06-25 Tom Tromey <tromey@redhat.com>
36
37 PR python/10808:
38 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
39
f1421989
HZ
402010-06-24 Hui Zhu <teawater@gmail.com>
41
42 * gdb.texinfo: (Commands for Controlled Output): Add
43 documentation for command "eval".
44
e4c0cfae
SS
452010-06-21 Stan Shebs <stan@codesourcery.com>
46
47 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
48 * annotate.texinfo: Ditto.
49 * gdbint.texinfo: Ditto.
50 * stabs.texinfo: Ditto.
51
bb08c432
HZ
522010-06-22 Hui Zhu <teawater@gmail.com>
53
54 * gdb.texinfo: (Process Record and Replay): Add documentation
55 for command "set record memory-query".
56
4f5d9f07
SS
572010-06-21 Stan Shebs <stan@codesourcery.com>
58
59 * gdb.texinfo: Relicense under GFDL version 1.3.
60 * annotate.texinfo: Relicense under GFDL version 1.3.
61 * gdbint.texinfo: Relicense under GFDL version 1.3.
62 * stabs.texinfo: Relicense under GFDL version 1.3.
63 * fdl.texi: Update to version 1.3.
64
6aed2dbc
SS
652010-06-18 Stan Shebs <stan@codesourcery.com>
66
a61408f8
SS
67 * gdb.texinfo (Operating System Auxiliary Information): Describe
68 "info os" when no arguments given.
69
6aed2dbc
SS
70 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
71 $_thread.
72
24e933df
HZ
732010-06-18 Hui Zhu <teawater@gmail.com>
74
75 * gdb.texinfo: (Process Record and Replay): Add documentation
76 for commands "record save" and "record restore".
77
65d79d4b
SDJ
782010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
79
80 * gdb.texinfo: Include information about the correct use
81 of addresses in the `watch' command.
82
d914c394
SS
832010-06-11 Stan Shebs <stan@codesourcery.com>
84
85 * gdb.texinfo (Observer Mode): New section.
86 (General Query Packets): Document QAllow.
87
967cf477
DE
882010-06-04 Doug Evans <dje@google.com>
89
90 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
91
aaf4119b
DE
922010-06-03 Doug Evans <dje@google.com>
93
94 * gdbint.texinfo (Coding): Add subsection on command names.
95
9eae7c52
TT
962010-06-02 Tom Tromey <tromey@redhat.com>
97
98 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
99 always-disassemble.
100
fa593d66
PA
1012010-06-01 Pedro Alves <pedro@codesourcery.com>
102
103 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
104 gdbserver, and add cross reference.
105 (Tracepoints support in gdbserver): New subsection.
106
dde08ee1
PA
1072010-05-26 Pedro Alves <pedro@codesourcery.com>
108
109 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
110 `qRelocInsn' feature.
111 (Relocate instruction reply packet): New subsection
112 of `Tracepoint Packets'.
113 (Tracepoint Packets): Mention that packets QTDP and QTStart
114 support the qRelocInsn request, and add cross reference to new
115 subsection.
116
07ca107c
DE
1172010-05-25 Doug Evans <dje@google.com>
118
119 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
120 (Commands In Python): Document gdb.string_to_argv.
121
c25c4a8b
JK
1222010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
123
124 * gdbint.texinfo (Host Definition): Remove items NORETURN and
125 ATTR_NORETURN.
126
d7b32ed3 1272010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
128 Tom Tromey <tromey@redhat.com>
129 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 130
c25c4a8b 131 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 132
6aecb9c2
JB
1332010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
134
135 * gdb.texinfo: (Summary) Add mention about D language support.
136 (Filenames): Add D suffixes.
137 (D): New node.
138
b7da9e9f
PM
1392010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
140
141 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
142 of macro deleted from GDB code.
143
ab38a727
PA
1442010-04-24 Pedro Alves <pedro@codesourcery.com>
145
146 * gdb.texinfo (Commands to specify files): Describe what how GDB
147 looks up DOS-based filesystem paths on the system root. Document
148 the new `set/show target-file-system-kind' commands.
149
66d09542
DE
1502010-04-23 Doug Evans <dje@google.com>
151
152 * gdb.texinfo (Python): Move Auto-loading section here ...
153 (Python API): from here.
154 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
155 (Maintenance Commands): Add docs for "maint print section-scripts".
156
8bd10a10
CM
1572010-04-20 Chris Moller <cmoller@redhat.com>
158
159 * gdb.texinfo (Setting Breakpoints): Added description of
160 filename-qualified rbreak.
161 * refcard.tex (Breakpoints and Watchpoints): Added brief
162 description of filename-qualified rbreak.
163
4c374409
JK
1642010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
165
166 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
167 (Python API): Change the reference to Pretty Printing API.
168 (Pretty Printing): Move the user part under the Data node. Reformat
169 the sample output to 72 columns. Create a new reference to Pretty
170 Printing API. Rename the API part ...
171 (Pretty Printing API): To a new node name.
172 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
173 (GDB/MI Variable Objects): Change references to Pretty Printing API.
174
5a9351ae
SS
1752010-04-21 Stan Shebs <stan@codesourcery.com>
176
177 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
178 and commands.
179 (Listing Tracepoints): Update to reflect current behavior.
180
9a22f0d0
PM
1812010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
182
183 * gdb.texinfo (Examining memory): Update for change in string
184 display with explicit size.
185
6149aea9
PA
1862010-04-19 Pedro Alves <pedro@codesourcery.com>
187
188 PR breakpoints/8554.
189
190 * gdb.texinfo (Save Breakpoints): New node.
191 (save-tracepoints): Rename to ...
192 (save tracepoints): ... this. Mention that `save-tracepoints' is
193 a deprecated alias to `save tracepoints'.
194
711e434b
PM
1952010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
196
645797a8 197 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
198 (info w32 thread-information-block): Document new command.
199 (qGetTIBAddress): Document new gdbserver query.
200 (maint set/show show-all-tib): Document new command.
201
3f7b2faa
DE
2022010-04-15 Doug Evans <dje@google.com>
203
fa33c3cd
DE
204 * gdb.texinfo (Python API): Add progspaces section.
205 (Selecting Pretty-Printers): Progspace pretty-printers are
206 searched too.
207 (Progspaces In Python): New section.
208
3f7b2faa
DE
209 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
210
79f283fe
PM
2112010-04-14 Phil Muldoon <pmuldoon@redhat.com>
212
213 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
214 returns None.
215
87290684
SS
2162010-04-09 Stan Shebs <stan@codesourcery.com>
217
218 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
219 Describe the `frames-created' field, tweak grammar.
220
a97153c7
PA
2212010-04-09 Pedro Alves <pedro@codesourcery.com>
222
223 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
224 Describe the `circular' and `disconnected' fields.
225
5c5dcc1b
L
2262010-04-09 H.J. Lu <hongjiu.lu@intel.com>
227
228 * gdb.texinfo (maint print registers): Mention unavailable and
229 invisible registers.
230
adc36818
PM
2312010-04-09 Phil Muldoon <pmuldoon@redhat.com>
232 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 233 Tom Tromey <tromey@redhat.com>
adc36818
PM
234
235 * gdb.texinfo (Breakpoints In Python): New Node.
236
33da3f1c
SS
2372010-04-08 Stan Shebs <stan@codesourcery.com>
238
239 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
240 trace status fields.
241
3a13a53b
L
2422010-04-08 H.J. Lu <hongjiu.lu@intel.com>
243
244 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
245 optional. Make org.gnu.gdb.i386.avx requires
246 org.gnu.gdb.i386.avx.
247
08001717
DE
2482010-04-08 Doug Evans <dje@google.com>
249
250 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
251 search path, and document that gdb only scans the search path if
252 the script's path doesn't specify a directory.
253
c375651d
DE
2542010-04-05 Doug Evans <dje@google.com>
255
256 * gdb.texinfo (maint show python auto-load): Fix typo.
257
af54718e
SS
2582010-04-04 Stan Shebs <stan@codesourcery.com>
259
d77f58be
SS
260 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
261 (Setting Watchpoints): Update description of "info watch".
262 (Disabling Breakpoints): Only "info break" lists all.
263
af54718e
SS
264 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
265 (tdump): Explain how tdump works.
266
86b17b60
PA
2672010-04-01 Pedro Alves <pedro@codesourcery.com>
268
269 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
270 add cross reference.
271
ff12863f
PA
2722010-03-31 Pedro Alves <pedro@codesourcery.com>
273
274 * gdb.texinfo (TUI Commands): Mention that in some cases, these
275 commands error out.
276
f68eb612
L
2772010-03-30 H.J. Lu <hongjiu.lu@intel.com>
278
279 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
280
c8d5aac9
L
2812010-03-30 H.J. Lu <hongjiu.lu@intel.com>
282
283 * gdb.texinfo (General Query Packets): Add xmlRegisters.
284
7d13fe92
SS
2852010-03-29 Stan Shebs <stan@codesourcery.com>
286 Nathan Sidwell <nathan@codesourcery.com>
287
288 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
289 GDBN equivalent.
290 (Set Tracepoints): Remove mention that conditional tracepoints
291 don't exist.
292 (Tracepoint Actions): Clarify when while-stepping collection
293 happens, note that while-stepping does not automatically collect
294 $pc.
295
409873ef
SS
2962010-03-29 Stan Shebs <stan@codesourcery.com>
297
298 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
299 (General Query Packets): Describe TracepointSource.
300
ee8e71d4
EZ
3012010-03-27 Matt Rice <ratmice@gmail.com>
302
c8d5aac9
L
303 * gdb.texinfo (ARM): Document arguments to "target sim".
304 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 305
99b5e152
PA
3062010-03-26 Pedro Alves <pedro@codesourcery.com>
307
308 * gdb.texinfo (Tracepoint Packets): Remove mention that
309 terror:string may be plain text, and drop mention of X prefix.
310
cd64ee31
VP
3112010-03-26 Vladimir Prus <vladimir@codesourcery.com>
312
313 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
314
6c28cbf2
SS
3152010-03-24 Stan Shebs <stan@codesourcery.com>
316
317 * gdb.texinfo (Tracepoint Packets): Document trace error status.
318
95a42b64
TT
3192010-03-24 Tom Tromey <tromey@redhat.com>
320
321 PR breakpoints/9352:
322 * gdb.texinfo (Break Commands): Update.
323
18148017
VP
3242010-03-24 Vladimir Prus <vladimir@codesourcery.com>
325
326 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
327 commands.
328
4daf5ac0
SS
3292010-03-16 Stan Shebs <stan@codesourcery.com>
330
331 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
332 circular-trace-buffer.
333 (Tracepoint Packets): Describe QTBuffer, and details of the
334 qTStatus reply.
335
c9429232
SS
3362010-03-12 Stan Shebs <stan@codesourcery.com>
337 Nathan Sidwell <nathan@codesourcery.com>
338
339 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
340 doing instruction stepping.
341 (Tracepoint Restrictions): New node.
342
ccefe4c4
TT
3432010-03-10 Tom Tromey <tromey@redhat.com>
344
345 * gdbint.texinfo (Symbol Handling): Update.
346
7c953934
TT
3472010-03-08 Tom Tromey <tromey@redhat.com>
348
349 PR cli/9591:
350 * gdb.texinfo (Mode Options): Mention lack of pagination and
351 confirmation with --batch.
352 (Screen Size): Mention --batch.
353 (Messages/Warnings): Likewise.
354
f870a310
TT
3552010-03-05 Tom Tromey <tromey@redhat.com>
356
357 * gdb.texinfo (Basic Python): Document target_charset and
358 target_wide_charset.
359
78e2826b
TT
3602010-03-05 Tom Tromey <tromey@redhat.com>
361
362 * gdb.texinfo (Data): Link to pretty-printing.
363 (Output Formats): Likewise. Correct text.
364
f5dff777
DJ
3652010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
366
367 * gdb.texinfo (Types): Describe <struct> and <flags>.
368
dc00d89f
PM
3692010-02-28 Phil Muldoon <pmuldoon@redhat.com>
370
371 * gdb.texinfo (Frames In Python): Add block parameter and
372 description to read_var text.
373
5107b149 3742010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 375 Tom Tromey <tromey@redhat.com>
5107b149
PM
376
377 * gdb.texinfo (Types In Python): Describe block argument in
378 template_argument and gdb.lookup_type.
379
e03e5e7b
TT
3802010-02-24 Tom Tromey <tromey@redhat.com>
381
382 * gdb.texinfo (Cygwin Native): Fix typo.
383
f3e9a817
PM
3842010-02-24 Phil Muldoon <pmuldoon@redhat.com>
385
386 * gdb.texinfo (Frames In Python): Add block, find_sal, function
387 and select method descriptions.
388 (Python API): Add Blocks In Python, Symbols in Python and Symbol
389 Tables in Python to menu.
390 (Blocks In Python): New node.
391 (Symbols In Python): New node.
392 (Symbol Tables in Python): New node.
393
a79b8f6e
VP
3942010-02-24 Vladimir Prus <vladimir@codesourcery.com>
395
396 Multiexec MI
397
398 gdb/
399 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
400
401 gdb/doc/
402 * gdb.texinfo (GDB/MI Command Syntax): Document notification
403 changes.
404 (GDB/MI Program Execution): Document current behaviour of
405 --all and --thread-group.
406 (GDB/MI Miscellaneous Commands): Document -add-inferior and
407 -remove-inferior.
408 * observer.texi (inferior_added, inferior_removed): New
409 observers.
410
629d6a47
TT
4112010-02-19 Tom Tromey <tromey@redhat.com>
412
413 * gdbint.texinfo (Getting Started): Fix @node.
414 (Debugging GDB): Likewise.
415
c09529e5
JB
4162010-02-13 Joel Brobecker <brobecker@adacore.com>
417
418 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
419 documenting the gdb_test_timeout variable.
420
540aa8e7
MS
4212010-02-12 Jakob Engblom <jakob@virtutech.com>
422
423 * gdb.texinfo (MI commands): Added documentation of --reverse
424 option to a set of MI commands. Restructured documentation of MI
425 commands --exec-continue to reflect the complexity of reverse
426 execution.
427
081dfbf7
PA
4282010-02-12 Pedro Alves <pedro@codesourcery.com>
429
430 * gdb.texinfo (Using the Collected Data): Specify that the address
431 range of `tfind outsize' is exclusive, and that the address range
432 of `tfind range' is inclusive.
433 (Tracepoint Packets): Specify that the address range of
434 `QTFrame:range' is inclusive, and that the address range of
435 `QTFrame:outside' is exclusive
436
8e9c5e02
VP
4372010-02-12 Vladimir Prus <vladimir@codesourcery.com>
438
439 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
440
92981e24
TT
4412010-02-10 Tom Tromey <tromey@redhat.com>
442
443 * gdb.texinfo (Debugging Output): Document set debug parser and
444 show debug parser.
445
075b51b7
L
4462010-02-09 H.J. Lu <hongjiu.lu@intel.com>
447
448 * gdb.texinfo (Predefined Target Types): Add i387_ext,
449 i386_eflags and i386_mxcsr.
450
3bb8d5c3
L
4512010-02-08 H.J. Lu <hongjiu.lu@intel.com>
452
453 * gdb.texinfo: Document i386 target features.
454
c5f80513
DE
4552010-02-05 Doug Evans <dje@google.com>
456
457 * gdbint.texinfo (Testsuite): Add a new section to document the
458 various DejaGnu variables that may be overridden.
1be00882 459 Document INTERNAL_GDBFLAGS.
c5f80513 460
6ac33a4e
TT
4612010-02-04 Tom Tromey <tromey@redhat.com>
462
463 PR cli/8830:
464 * gdb.texinfo (Files): -readnow comes before the filename for file
465 and symbol-file.
466
a1dcb23a
DJ
4672010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
468
469 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
470 Document ARM breakpoint types.
471 (Register Packet Format): Move into the new section.
472 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
473
95433b34
JB
4742010-01-21 Joel Brobecker <brobecker@adacore.com>
475
476 * gdb.texinfo (File Options): Adjust the documentation of this
477 switch to refer to the "source" command rather than partially
478 duplicating some of the relevant information.
479 (Extending GDB): Introduce and document the set/show script-extension
480 setting.
481 (Command Files): Add note explaining that the "source" command
482 is also used to evalute scripts written in other languages.
483 Remove the short slightly incorrect reference to sourcing Python
484 scripts.
485 (Python Commands): Document how to execute a Python script from GDB.
486
8d576872
JB
4872010-01-19 Joel Brobecker <brobecker@adacore.com>
488
489 * gdb.texinfo (Command Files): Fix typo.
490
8150ff9c
JB
4912010-01-18 Tom Tromey <tromey@redhat.com>
492
493 * gdb.texinfo (File Options): Document -x on .py files.
494 (Command Files): Document handling of Python scripts.
495
23db03a6
JZ
4962010-01-18 Jie Zhang <jie.zhang@analog.com>
497
498 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
499
00bf0b85
SS
5002010-01-15 Stan Shebs <stan@codesourcery.com>
501
502 * gdb.texinfo (Trace Files): New section.
503 (Tracepoint Packets): Document QTSave and qTBuffer.
504 (Trace File Format): New appendix.
505
be759fcf
PM
5062010-01-13 Phil Muldoon <pmuldoon@redhat.com>
507
508 * gdb.texinfo (Values From Inferior): Document lazy_string value
509 method.
510 (Python API): Add Lazy strings menu item.
511 (Lazy Strings In Python): New node.
512
dc146f7c
VP
5132010-01-13 Vladimir Prus <vladimir@codesourcery.com>
514
515 * gdb.texinfo (GDB/MI Thread Information): New.
516 (GDB/MI Async Records): Document the core field in *stopped.
517 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
518 documentation
519 (Process list): Document that osdata document may contain
520 threads.
521 (Remote Serial Protocol): Document qXfer:threads.
522
d5551862
SS
5232010-01-06 Stan Shebs <stan@codesourcery.com>
524
525 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
526 disconnected tracing.
527 (Tracepoint Packets): Document new protocol.
528
7a697b8d
SS
5292010-01-05 Stan Shebs <stan@codesourcery.com>
530
531 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
532 tracepoints.
533 (Tracepoint Packets): Describe remote protocol for fast
534 tracepoints.
535
e6f3ec50
JB
5362010-01-01 Joel Brobecker <brobecker@adacore.com>
537
538 Update the "Start of New Year Procedure".
539 * gdbint.texinfo: Add the list of files that need to be updated
540 manually. Minor reformatting.
541
ddc4e9c1
JB
5422010-01-01 Joel Brobecker <brobecker@adacore.com>
543
544 * refcard.tex: Update copyright year in header and text.
545
9d2897ad
JB
5462010-01-01 Joel Brobecker <brobecker@adacore.com>
547
548 * agentexpr.texi: Add 2010 to the list of copyright years.
549 * annotate.texinfo: Likewise.
550 * gdb.texinfo: Likewise.
551 * gdbint.texinfo: Likewise.
552 * observer.texi: Likewise.
553 * stabs.texinfo: Likewise.
554
6da95a67
SS
5552009-12-31 Stan Shebs <stan@codesourcery.com>
556
557 * gdb.texinfo (Tracepoint Actions): Describe teval.
558
236f1d4d
SS
5592009-12-29 Stan Shebs <stan@codesourcery.com>
560
561 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
562
f61e138d
SS
5632009-12-28 Stan Shebs <stan@codesourcery.com>
564
565 * gdb.texinfo (Trace State Variables): New section.
566 (Tracepoint Packets): Describe trace state variable packets.
567 * agentexpr.texi (Bytecode Descriptions): Describe trace state
568 variable bytecodes.
569
0fe7935b
DJ
5702009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
571
572 * gdb.texinfo (Symbols): "info variables" prints definitions, not
573 declarations.
574
a6b29f87
VP
5752009-12-21 Vladimir Prus <vladimir@codesourcery.com>
576
577 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
578 -gdb-exit behaviour.
579
5e4bde96
JB
5802009-12-20 Joel Brobecker <brobecker@adacore.com>
581
582 * gpl.texi: Update to version 3 of the GPL.
583
a1715244
JB
5842009-12-20 Joel Brobecker <brobecker@adacore.com>
585
586 * Makefile.in: Update copyright header.
587 * observer.texi: Fix the copyright header of the generated files.
588
361ae042
PM
5892009-12-08 Phil Muldoon <pmuldoon@redhat.com>
590
591 * gdb.texinfo (Types In Python): Describe range function.
592
bfd31e71
PM
5932009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
594
595 * gdb.texinfo (Types In Python): Describe "is_base_class".
596
57a1d736
TT
5972009-12-03 Tom Tromey <tromey@redhat.com>
598
599 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
600
8cebebb9
PP
6012009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
602
603 * observer.texi: New memory_changed observer.
604
16af530a
TT
6052009-12-01 Tom Tromey <tromey@redhat.com>
606
607 * gdb.texinfo (Reverse Execution): Fix typo.
608
b6199126
DJ
6092009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
610
611 PR gdb/8704
612
613 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
614 are allowed after the breakpoint condition.
615
7a6973ad
TT
6162009-11-23 Tom Tromey <tromey@redhat.com>
617
618 PR python/10782:
619 * gdb.texinfo (Types In Python): Document Type.pointer.
620
21a0512e
PP
6212009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
622
623 * gdb.texinfo (Machine Code): Adjust.
624
a5832c8f
PA
6252009-11-11 Pedro Alves <pedro@codesourcery.com>
626
627 * agentexpr.texi (Tracing On Symmetrix): Delete section.
628 (Using Agent Expressions): Delete cross reference.
629
1eb7cd77
JB
6302009-11-07 Joel Brobecker <brobecker@adacore.com>
631
632 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
633 and @settitle directives up to help makeinfo find them.
634
24ddea62
JK
6352009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
636
637 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
638 (Auto-loading): Use plural and note one can use multiple components now.
639
3afae151
VP
6402009-11-01 Vladimir Prus <vladimir@codesourcery.com>
641
642 * gdb.texinfo (GDB/MI Stack Manipulation): Make
643 -stack-list-arguments have the same documentation for parameter
644 as -stack-list-locals. Add comas.
645
14ff2235
PM
6462009-10-27 Tom Tromey <tromey@redhat.com>
647 Eli Zaretskii <eliz@gnu.org>
648
c8d5aac9 649 PR python/10781
14ff2235
PM
650
651 * gdb.texinfo (Values From Inferior): Document cast method.
652
9c419145
PP
6532009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
654
655 * gdb.texinfo (Machine Code): Mention function name in disasssembly
656 and adjust example.
657
29153c24
MS
6582009-10-22 Michael Snyder <msnyder@vmware.com>
659
660 * gdb.texinfo (Process Record and Replay): Document new form of
661 info record command. Also document the new save and restore
662 commands.
663
2b28d209
PP
6642009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
665
666 * gdb.texinfo (Machine Code): Mention current pc marker.
667 (Memory): Likewise.
668
6c95b8df
PA
6692009-10-19 Pedro Alves <pedro@codesourcery.com>
670 Stan Shebs <stan@codesourcery.com>
671
672 * observer.texi (new_inferior): Rename to...
673 (inferior_appeared): ... this.
674
675 * gdb.texinfo (Inferiors): Rename node to ...
676 (Inferiors and Programs): ... this. Mention running multiple
677 programs in the same debug session.
678 <info inferiors>: Mention the new 'Executable' column if "info
679 inferiors". Update examples. Document the "add-inferior",
680 "clone-inferior", "remove-inferior" and "maint info
681 program-spaces" commands.
682 (Process): Rename node to...
683 (Forks): ... this. Document "set|show follow-exec-mode".
684
2f8132f3
MS
6852009-10-11 Michael Snyder <msnyder@vmware.com>
686
687 * gdb.texinfo (ReverseStep): Show default as "unsupported".
688 (ReverseContinue): Ditto.
689
cba4b2d3
PP
6902009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
691
692 * gdb.texinfo (Server): Document libthread-db-search-path.
693
da082f17
JK
6942009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
695
696 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
697
08be9d71
ME
6982009-10-06 Michael Eager <eager@eagercon.com>
699
700 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
701 (Embedded Processors): Add MicroBlaze.
702 (MicroBlaze): New. Describe Xilinx MicroBlaze
703
08a0efd0
PA
7042009-10-04 Pedro Alves <pedro@codesourcery.com>
705
706 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
707
cbb8f428
EZ
7082009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
709
710 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
711
30a4a70c
JB
7122009-09-23 Joel Brobecker <brobecker@adacore.com>
713
714 * observer.texi (solib_unloaded): Document explicitly the fact that
715 this observer is called before the associated symbols are unloaded.
716
b3372f91
VP
7172009-09-19 Vladimir Prus <vladimir@codesourcery.com>
718
719 * gdb.texinfo (GDB/MI Stack Manipulation): Document
720 -stack-list-variables.
721
f43030c4
TT
7222009-09-18 Tom Tromey <tromey@redhat.com>
723
724 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
725 is experimental.
726
ec7e75e7
PP
7272009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
728
729 * gdb.texinfo (convenince variables): Mention
730 $_siginfo could be empty.
f43030c4 731
0cc7d26f
TT
7322009-09-15 Tom Tromey <tromey@redhat.com>
733
734 * gdb.texinfo (GDB/MI Variable Objects): Document
735 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
736 Expand -var-update documentation.
737
a96d9b2e
SDJ
7382009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
739
740 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
741 feature.
742
005ca36a
JB
7432009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
744
745 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
746
0d772ac9
MS
7472009-09-10 Michael Snyder <msnyder@vmware.com>
748
749 * gdb.texinfo (qSupported): Mention new ReverseContinue and
750 ReverseStep replies to the qSupported query.
751
14fb1bac
JB
7522009-09-10 Joel Brobecker <brobecker@adacore.com>
753
754 Add documentation for set/show interactive-mode.
755 * gdb.texinfo (Other Misc Settings): New node.
756
29b090c0
DE
7572009-09-01 Doug Evans <dje@google.com>
758
759 * gdb.texinfo (Caching Data of Remote Targets): Add note on
760 non-stop mode's affect on remote caching.
761
4e5d721f
DE
7622009-08-31 Jacob Potter <jdpotter@google.com>
763 Doug Evans <dje@google.com>
764
765 * gdb.texinfo (Caching Data of Remote Targets): Update text.
766 Mark `set/show remotecache' options as obsolete.
767 Document new `set/show stack-cache' option.
768 Update text for `info dcache'.
769
55333a84
DE
7702009-08-27 Doug Evans <dje@google.com>
771
772 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
773 (Files): Add note on new optional regex arg to `info sharedlibrary'.
774
bc3a0b4d
RW
7752009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
776
777 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
778 about autoconf.
779
3a1ff0b6
PA
7802009-08-25 Pedro Alves <pedro@codesourcery.com>
781
782 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
783 small example, and describe its columns. Replace "inferior-id" by
784 "infno" throughout.
785
81ecdfbb
RW
7862009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
787
af542c2e
RW
788 * gdbint.texinfo (Releasing GDB): Point to
789 README-maintainer-mode file for required autoconf version.
790 * configure.ac: Do not substitute datarootdir, htmldir,
791 pdfdir, docdir. Do not process --with-datarootdir,
792 --with-htmldir, --with-pdfdir, --with-docdir.
793 * configure: Regenerate.
794
81ecdfbb
RW
795 * configure: Regenerate.
796
4efc6507
DE
7972009-08-20 Reid Kleckner <reid@kleckner.net>
798
799 * gdb.texinfo: Add chapter on JIT interface.
800
43089a6e
NR
8012009-08-07 Nick Roberts <nickrob@snap.net.nz>
802
803 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
804 confirmation request.
805
99e008fe
EZ
8062009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
807
c8d5aac9
L
808 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
809 CRC definitions.
99e008fe 810
48cb2d85
VP
8112009-08-03 Vladimir Prus <vladimir@codesourcery.com>
812
813 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
814 -break-commands.
815
ff1a52c6
UW
8162009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
817
818 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
819 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
820
3285f3fe
UW
8212009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
822
823 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
824 "set spu stop-on-load" and "show spu stop-on-load" commands.
825
e35359c5
UW
8262009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
827
828 * gdb.texinfo (Target Descriptions): Document <compatible> element.
829
58d6951d
DJ
8302009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
831
832 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
833 org.gnu.gdb.arm.neon.
834
08d16641
PA
8352009-07-20 Pedro Alves <pedro@codesourcery.com>
836
837 * gdb.texinfo (Target Description Format): Mention the new <osabi>
838 optional element.
839 (subsection OS ABI): New subsection.
840
782b2b07
SS
8412009-07-14 Stan Shebs <stan@codesourcery.com>
842
843 * gdb.texinfo (Tracepoint Conditions): New section.
844 (General Query Packets): Describe ConditionalTracepoints.
845 (Tracepoint Packets): Describe condition field.
846 (Maintenance Commands): Describe maint agent-eval.
847 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
848
9b117ef3
HZ
8492009-07-11 Hui Zhu <teawater@gmail.com>
850
851 * gdb.texinfo (disassemble): Add a new modifier /r
852 to "disassemble" command to make it print the raw instructions
853 in hex as well as in symbolic form.
854
f5a33284
TT
8552009-07-09 Tom Tromey <tromey@redhat.com>
856
857 * gdbint.texinfo (Testsuite): Document parallel make check.
858
812f7342
TT
8592009-07-09 Tom Tromey <tromey@redhat.com>
860
861 * gdbint.texinfo (Testsuite): Document test transcripts.
862
fbb8f299
PM
8632009-07-10 Phil Muldoon <pmuldoon@redhat.com>
864
865 * gdb.texinfo (Values From Inferior): Add length parameter
866 description.
867
dd8f35ac
EZ
8682009-07-04 Chris Genly <chris@genly.us>
869
870 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
871 in -var-list-children. Fix example according to what the code
872 does.
873
2277426b
PA
8742009-07-02 Pedro Alves <pedro@codesourcery.com>
875
876 * gdb.texinfo (Debugging multiple inferiors): Document the
877 "inferior", "detach inferior" and "kill inferior" commands.
878 (Debugging Programs with Multiple Processes): Adjust to mention
879 generic "inferior" commands. Delete mention of "detach fork" and
880 "delete fork". Cross reference to "Debugging multiple inferiors"
881 section.
882
a6d9a66e
UW
8832009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
884
5af949e3
UW
885 * gdbint.texinfo (Item Output Functions): Update signature
886 for ui_out_field_core_addr.
887
8882009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
889
890 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
891 Update example code extrated from breakpoint.c.
892
9901a55b
PP
8932009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
894
895 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
896 MI commands.
897 (GDB/MI Symbol Query): Likewise.
898 (GDB/MI File Commands): Likewise.
899 (GDB/MI File Transfer Commands): Likewise.
900 (GDB/MI Target Manipulation): Likewise.
901 (GDB/MI Miscellaneous Commands): Likewise.
902
edb3359d
DJ
9032009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
904
905 * gdb.texinfo (Debugging Optimized Code): New chapter.
906 (Compiling for Debugging): Reference it. Move some
907 text to the new section.
908
7cd1089b
PM
9092009-06-15 Phil Muldoon <pmuldoon@redhat.com>
910
911 * doc/gdb.texinfo (Calling): Document
912 set-unwind-on-terminating-exception usage.
913
d4db2f36
PA
9142009-06-11 Pedro Alves <pedro@codesourcery.com>
915
916 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
917 command.
918
d1a7880c
PA
9192009-06-07 Pedro Alves <pedro@codesourcery.com>
920
921 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
922 references.
923
473f94e6
UW
9242009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
925
926 * gdbint.texinfo: Rename formal parameters to gdbarch function
927 protoypes from "current_gdbarch" to "gdbarch".
928
8f500870
TT
9292009-05-28 Tom Tromey <tromey@redhat.com>
930
931 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
932
b6313243
TT
9332009-05-27 Tom Tromey <tromey@redhat.com>
934
935 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
936 feature.
937 (GDB/MI Variable Objects): Document -var-set-visualizer.
938
9392009-04-02 Tom Tromey <tromey@redhat.com>
940
941 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
942 feature.
943 (GDB/MI Variable Objects): Document -var-set-visualizer.
944
a6bac58e
TT
9452009-05-27 Tom Tromey <tromey@redhat.com>
946 Thiago Jung Bauermann <bauerman@br.ibm.com>
947 Phil Muldoon <pmuldoon@redhat.com>
948
949 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
950 (Pretty Printing): New node.
951 (Selecting Pretty-Printers): Likewise.
952 (Python API): Update.
953 (Output Formats): Document /r format.
954
2c74e833
TT
9552009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
956 Tom Tromey <tromey@redhat.com>
957
958 * gdb.texinfo (Types In Python): New node.
959 (Values From Inferior): "type" is now an attribute.
960 (Python API): Update.
961
89c73ade
TT
9622009-05-27 Tom Tromey <tromey@redhat.com>
963 Thiago Jung Bauermann <bauerman@br.ibm.com>
964 Phil Muldoon <pmuldoon@redhat.com>
965
966 * gdb.texinfo: Add @syncodeindex for `tp'.
967 (Python API): Update.
968 (Auto-loading): New node.
969 (Objfiles In Python): New node.
970
17a37d48
PP
9712009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
972
973 * gdb.texinfo (Threads): Document libthread-db-search-path.
974
6718376f
NR
9752009-05-15 Nick Roberts <nickrob@snap.net.nz>
976
977 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
978
cbe54154
PA
9792009-05-12 Pedro Alves <pedro@codesourcery.com>
980
981 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
982 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
983 show show-debug-regs' docs.
984
8e05493c
EZ
9852009-05-08 Eli Zaretskii <eliz@gnu.org>
986
987 * gdb.texinfo (Process Record and Replay): Add description of
988 reverse execution.
989
b39f4988
JB
9902009-05-07 Joel Brobecker <brobecker@adacore.com>
991
992 * gdbint.texinfo (Adding support for debugging core files): New node.
993 (Native Debugging): Remove the ``Native core file Support'' section.
994
a2311334
EZ
9952009-05-01 Eli Zaretskii <eliz@gnu.org>
996
997 * gdb.texinfo (Process Record and Replay): Improve and clarify.
998 Add index entries.
999
53cc454a 10002009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 1001 Michael Snyder <msnyder@vmware.com>
53cc454a 1002
a2311334
EZ
1003 * gdb.texinfo: (Process Record and Replay): Add documentation for
1004 process record and replay.
53cc454a 1005
484086b7
JK
10062009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1007
1008 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
1009 a new part on command-line defined macros.
1010
32ae1842
EZ
10112009-04-25 Eli Zaretskii <eliz@gnu.org>
1012
1013 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
1014 clarify the wording.
1015
b14b1491
TT
10162009-04-23 Tom Tromey <tromey@redhat.com>
1017
1018 * gdb.texinfo (Data Files): New node.
1019 (GDB Files): Update menu.
1020
5c1e86e1
JB
10212009-04-23 Joel Brobecker <brobecker@adacore.com>
1022
1023 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 1024 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 1025
83eba9b7
VP
10262009-04-22 Vladimir Prus <vladimir@codesourcery.com>
1027
1028 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
1029
e31198c4
HZ
10302009-04-22 Hui Zhu <teawater@gmail.com>
1031
1032 * gdb.texinfo (disassemble-next-line): Set the default of
1033 disassemble-next-line to off.
1034
26e251b6
JM
10352009-04-21 Joseph Myers <joseph@codesourcery.com>
1036
1037 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
1038 --with-htmldir): New.
1039 * configure: Regenerate.
1040 * Makefile.in (datarootdir, docdir): Define.
1041 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
1042 instead of $(SET_TEXINPUTS).
1043 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
1044 gdbint.info instead of $(SET_TEXINPUTS).
1045 (gdbint/index.html): Use same -I options as for building
1046 gdbint.info.
1047 (stabs.dvi, stabs.pdf): Use same -I options as for building
1048 stabs.info instead of $(SET_TEXINPUTS).
1049 (stabs/index.html): Use same -I options as for building
1050 stabs.info.
1051 (annotate.dvi, annotate.pdf): Use same -I options as for building
1052 annotate.info instead of $(SET_TEXINPUTS).
1053 (annotate/index.html): Use same -I options as for building
1054 annotate.info.
1055
eac35c4e
DD
10562009-04-21 David Daney <ddaney@caviumnetworks.com>
1057
1058 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
1059
29b0e8a2
JM
10602009-04-21 Joseph Myers <joseph@codesourcery.com>
1061
1062 * gdb.texinfo (Source Path): Document --with-relocated-sources.
1063
2b831889 10642009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 1065 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
1066
1067 * Makefile.in (MAKEHTML): Set to makeinfo --html.
1068 (MAKEHTMLFLAGS): Set to empty.
1069 (html__strip_dir): Define.
1070 (HTMLFILES): Define.
1071 (HTMLFILES_INSTALL): Define.
1072 (install-html): Copy new automake rule.
1073 (html): Depend on $(HTMLFILES).
1074 (gdb_toc.html): Rename to gdb/index.html.
1075 (gdbint_toc.html): Rename to gdbint/index.html.
1076 (stabs_toc.html): Rename to stabs/index.html.
1077 (annotate_toc.html): Rename to annotate/index.html.
1078
89a34d1b
JM
10792009-04-17 Carlos O'Donell <carlos@codesourcery.com>
1080
1081 * Makefile.in: Set pdfdir and htmldir from configure
1082 substitutions.
1083 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
1084 * configure: Regenerate.
1085
a2d5da46
JB
10862009-04-16 Joel Brobecker <brobecker@adacore.com>
1087
1088 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
1089 This macro is no longer used.
1090
732f6a93
TT
10912009-04-15 Tom Tromey <tromey@redhat.com>
1092
1093 * gdb.texinfo (Character Sets): Document default character set.
1094
87f9adc1
PM
10952009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
1096
1097 * gdbint.texinfo: Change server name from sources.redhat.com to
1098 sourceware.org throughout.
1099
2c88c651
JB
11002009-04-09 Joel Brobecker <brobecker@adacore.com>
1101
1102 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
1103 about a missing dot or coma after @xref.
1104
4f5376b2
JB
11052009-04-02 Joel Brobecker <brobecker@adacore.com>
1106
1107 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
1108 example, and add a small explanation about it.
1109 (Print Settings): Change the documentation of the "set print
1110 frame-arguments" to reflect the fact that the default is now "scalars".
1111
a0381d3a
JB
11122009-04-02 Joel Brobecker <brobecker@adacore.com>
1113
1114 * gdb.texinfo (Print Settings): Add kindex for command "set
1115 print frame-arguments".
1116
45ac276d
JB
11172009-03-31 Joel Brobecker <brobecker@adacore.com>
1118
1119 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
1120 breakpoints.
1121 (Set Breaks): Add reference to thread-specific and task-specific
1122 breakpoints.
1123
32cd1edc
JB
11242009-03-31 Joel Brobecker <brobecker@adacore.com>
1125
1126 * gdb.texinfo (Ada Tasks): Remove the documentation about
1127 the "Running" state, as this state has been eliminated.
1128 Now all runnable tasks are shown as "Runnable".
1129
1042e4c0
SS
11302009-03-30 Stan Shebs <stan@codesourcery.com>
1131
1132 * gdb.texinfo (Tracepoints): Describe tracepoints as a
1133 special case of breakpoints.
1134 (Enable and Disable Tracepoints): Mention deprecation.
1135 (Listing Tracepoints): Update description and example.
1136
f8f6f20b
TJB
11372009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
1138
1139 * gdb.texinfo (Frames in Python): New node.
1140 (Python API): Update.
1141
c0c6f777
TJB
11422009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
1143
1144 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
1145 from a method to an attribute.
1146
def2b000
TJB
11472009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
1148
1149 * gdb.texinfo (Values From Inferior): Document is_optimized_out
1150 attribute.
1151
a07daef3
PA
11522009-03-25 Pedro Alves <pedro@codesourcery.com>
1153
1154 * observer.texi (thread_exit): Add "silent" parameter.
1155
f3b1572e
PA
11562009-03-22 Pedro Alves <pedro@codesourcery.com>
1157
1158 * observer.texi (about_to_proceed): New.
1159
587afa38
EZ
11602009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
1161
1162 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
1163 field throughout to handle types with spaces in them. Fix typos
1164 found by aspell.
1165 (Summary, Requirements, Contributors): New first chapter,
1166 "Summary" added, old Requirements section moved there, and new
1167 section, "Contributors" added.
1168 (Initializing a New Architecture, Register Representation)
1169 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
1170 (Porting gdb): These sections extended and updated.
1171 (Compiler Characteristics): This section (empty) deleted.
1172 (Defining Other Architecture Features): This section renamed and
1173 duplicate material removed from (formerly "Target Conditionals").
1174 Use braces {} in @deftypeXX type field throughout to handle types
1175 with spaces in them. Typos found by aspell fixed.
1176
1177 * stack_frame.svg: New file, source of image for gdbint.texinfo.
1178 * stack_frame.pdf: Version of image for PDF output.
1179 * stack_frame.png: Version of image for HTML output and for Emacs.
1180 * stack_frame.txt: Version of image for Info output.
1db61298 1181 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 1182
10af6951
EZ
11832009-03-21 Eli Zaretskii <eliz@gnu.org>
1184
1185 * gdb.texinfo (Character Sets): Fix last change.
1186
cc924cad
TJB
11872009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
1188
1189 * gdb.texinfo (Values From Inferior): Fix optional arguments
1190 markup.
1191 (Commands In Python): Adjust argument names of gdb.Command.__init__
1192 to what the function accepts as keywords.
1193
bc3b79fd
TJB
11942008-03-20 Tom Tromey <tromey@redhat.com>
1195
1196 * gdb.texinfo (Convenience Vars): Document convenience functions.
1197 (Functions In Python): New node.
1198 (Python API): Update.
1199
6c7a06a3
TT
12002009-03-20 Tom Tromey <tromey@redhat.com>
1201
1202 * gdb.texinfo (Character Sets): Remove obsolete text. Document
1203 set target-wide-charset.
1204 (Requirements): Mention iconv.
1205
b646ddd4
HZ
12062009-03-17 Hui Zhu <teawater@gmail.com>
1207
1208 * gdb.texinfo: Change the introduce of "disassemble-next-line".
1209
91440f57
HZ
12102009-03-17 Hui Zhu <teawater@gmail.com>
1211
1212 * gdb.texinfo: Add documentation for disassemble-next-line.
1213
8fd41227
TJB
12142009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
1215
1216 * gdb.texinfo (Commands In Python): Remove tindex entries.
1217
61ff14c6
JK
12182009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1219
1220 * gdb.texinfo (Returning): New description for missing debug info.
1221
0b16c5cf
PA
12222009-03-14 Pedro Alves <pedro@codesourcery.com>
1223
1224 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 1225 (General Query Packets): Document qAttached.
0b16c5cf 1226
32fc0df9
PA
12272009-03-05 Pedro Alves <pedro@codesourcery.com>
1228
1229 * gdb.texinfo (Background Execution): Better describe the set
1230 target-async command.
1231 (Maintenance Commands): Delete description of the `maint set/show
1232 linux-async' and `maint set/show remote-async' commands.
1233
134eb42c
VP
12342009-02-18 Vladimir Prus <vladimir@codesourcery.com>
1235
1236 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
1237 between sentences.
1238
c86cf029
VP
12392009-02-18 Vladimir Prus <vladimir@codesourcery.com>
1240
1241 * gdb.texinfo (GDB/MI Async Records): Document the
1242 =library-loaded and =library-unloaded notifications.
1243
3ea85240
VP
12442009-02-17 Vladimir Prus <vladimir@codesourcery.com>
1245
1246 * observer.texi (test_notification): New observer.
1247
1d33d6ba
VP
12482009-02-14 Vladimir Prus <vladimir@codesourcery.com>
1249
61ff14c6
JK
1250 * observer.texi: Add parameter 'print_frame' to normal_stop
1251 observer.
1d33d6ba 1252
d721c933
EZ
12532009-02-07 Eli Zaretskii <eliz@gnu.org>
1254
1255 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
1256 (Commands In Python): Fix COMMAND_* constants in last change. Use
1257 @kbd for interactive input. Add cross-references and index
1258 entries.
1259
4aa995e1
PA
12602009-02-06 Pedro Alves <pedro@codesourcery.com>
1261
1262 * gdb.texinfo (Signals): Document $_siginfo.
1263 (Convenience Variables): Mention $_siginfo.
1264 (Remote Configuration): Document qXfer:siginfo:read,
1265 qXfer:siginfo:write packets, and the read-siginfo-object,
1266 write-siginfo-object commands.
1267
5f5233d4
PA
12682009-02-06 Pedro Alves <pedro@codesourcery.com>
1269
1270 * gdbint.texinfo (Values): New chapter.
1271
d8906c6f
TJB
12722009-02-06 Tom Tromey <tromey@redhat.com>
1273
1274 * gdb.texinfo (Python API): Add entry for Commands In Python.
1275 (Commands In Python): New node.
1276
b6cb8e7d
TJB
12772009-02-05 Tom Tromey <tromey@redhat.com>
1278
1279 * gdb.texinfo (Values From Inferior): Document Value.string.
1280
12453b93
TJB
12812009-02-05 Tom Tromey <tromey@redhat.com>
1282
1283 * gdb.texinfo (Basic Python): Document execute's from_tty
1284 argument.
1285
08c637de
TJB
12862009-02-04 Tom Tromey <tromey@redhat.com>
1287
1288 * gdb.texinfo (Basic Python): Document gdb.history.
1289
592375cd
VP
12902009-01-30 Vladimir Prus <vladimir@codesourcery.com>
1291
1292 * gdb.texinfo (GDB/MI Thread Commands): Document the
1293 'current-thread-id' field. Remove the example with zero threads,
1294 since current GDB won't ever report that if there's inferior.
1295
41447f92
VP
12962009-01-30 Vladimir Prus <vladimir@codesourcery.com>
1297
1298 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
1299 option to -break-insert.
1300
098b41a6
JG
13012009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
1302 Jerome Guitton <guitton@adacore.com>
1303
1304 * gdb.texinfo (Startup): Document --with-system-gdbinit.
1305 (System-wide configuration): New section.
1306
3c16cced
PA
13072009-01-26 Pedro Alves <pedro@codesourcery.com>
1308
1309 PR gdb/7580:
1310 * gdb.texinfo (Maintenance Commands): Document "maint set|show
1311 internal-error|internal-warning quit|corefile ask|yes|no".
1312
62709adf
PA
13132009-01-26 Pedro Alves <pedro@codesourcery.com>
1314
1315 * gdb.texinfo (Using the `gdbserver' Program): Document
1316 --remote-debug.
1317
7ce58dd2
DE
13182009-01-23 Doug Evans <dje@google.com>
1319
1320 * gdb.texinfo: Add nexti to list of commands that support
1321 background execution.
1322
adb483fe
DJ
13232009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
1324
1325 * gdb.texinfo (Define, Hooks): Document prefix command support.
1326
a67ec3f4 13272009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 1328 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
1329
1330 Fixes for makeinfo --html.
1331
1332 * annotate.texinfo: Use @copying and @insertcopying. Use
1333 @ifnottex in place of @ifinfo.
1334 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
1335 place of @ifinfo. Use @ifnotinfo for one index entry.
1336 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
1337 in place of @ifinfo.
1338 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
1339 in place of @ifinfo. Include contents at start unconditionally.
1340
84fcdf95
PA
13412009-01-13 Pedro Alves <pedro@codesourcery.com>
1342
1343 * gdb.texinfo (General Query Packets): Remove @var{} around the
1344 "spu" literal string.
1345
fa3a767f
PA
13462009-01-07 Pedro Alves <pedro@codesourcery.com>
1347
1348 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
1349 program may be running in another process" errors.
1350 * gdbint.texinfo (Native Conditionals): Delete
1351 ONE_PROCESS_WRITETEXT description.
1352
9cb011d3
JB
13532009-01-07 Joel Brobecker <brobecker@adacore.com>
1354
1355 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
1356 emacs local variable to be placed at the end of the ChangeLog.
1357 Add server.c and gdbreplay.c to the list of files where the
1358 copyright year needs to be updated.
1359
84603566
SL
13602009-01-06 Sandra Loosemore <sandra@codesourcery.com>
1361
1362 * gdb.texinfo (Remote Configuration): Document new
1363 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
1364 commands.
1365
a53f55d8
PA
13662008-12-28 Pedro Alves <pedro@codesourcery.com>
1367
1368 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
1369 FETCH_INFERIOR_REGISTERS.
1370 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
1371 FETCH_INFERIOR_REGISTERS descriptions. Remove
1372 gdbarch_get_longjmp_target descrition, since already described in
1373 Target Conditionals. Move gdbarch_fp0_regnum description to ...
1374 (Target Conditionals): ... here.
1375
077e0a52
JB
13762008-12-16 Joel Brobecker <brobecker@adacore.com>
1377
1378 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
1379 examples.
1380 (Additions to Ada): Likewise. Add the missing opening and closing
1381 parenthesis of the GDB prompt in one of the examples.
1382
023eb17c
JB
13832008-12-14 Joel Brobecker <brobecker@adacore.com>
1384
1385 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
1386 about the result of 'Address not being of type System.Address.
1387 This problem has been fixed a while ago.
1388
c3b108f7
VP
13892008-12-02 Vladimir Prus <vladimir@codesourcery.com>
1390
1391 MI non-stop and multiprocess docs.
1392
c8d5aac9
L
1393 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
1394 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
1395 Adjust documentation for *stopped, document =thread-created,
1396 =thread-exited, =thread-group-created and =thread-group-exited.
1397 (GDB/MI Thread Commands): Document the 'state' field in
1398 -thread-info output.
1399 (GDB/MI Program Execution): Mention --all and --thread-group
1400 options.
1401 (GDB/MI Variable Objects): Describe floating and fixed variable
1402 objects.
1403 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 1404
07e059b5
VP
14052008-12-02 Vladimir Prus <vladimir@codesourcery.com>
1406
c8d5aac9
L
1407 * gdb.texinfo (Operating System Information): New appendix.
1408 (Operating System Auxiliary Information): Document 'info os processes'
1409 (Remote Configuration): Document 'osdata'
1410 (General Query Packets): Document qXfer:osdata:read.
07e059b5 1411
a80b95ba
TG
14122008-11-27 Tristan Gingold <gingold@adacore.com>
1413
1414 * gdb.texinfo (Darwin): Document Darwin specific features.
1415
a655d424
JK
14162008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1417
1418 * gdbint.texinfo (Target Conditionals): Extend the
1419 gdbarch_breakpoint_from_pc description.
1420
249e1128
VP
14212008-11-22 Vladimir Prus <vladimir@codesourcery.com>
1422
1423 * gdb.texinfo (M68K Features): Fix typo.
1424
c14c28ba
PP
14252008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
1426
1427 * gdb.texinfo (Symbols): Mention printing containing
1428 image name in "info symbol".
1429 (Maint translate-address): Likewise.
1430
394a6666
JB
14312008-11-18 Joel Brobecker <brobecker@adacore.com>
1432
1433 * gdb.texinfo (Set Catchpoints): Remove the documentation of
1434 commands "catch load" and "catch unload".
1435
66bb093b
VP
14362008-11-17 Vladimir Prus <vladimir@codesourcery.com>
1437
1438 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 1439 =thread-selected.
66bb093b 1440
4a92f99b
VP
14412008-11-17 Vladimir Prus <vladimir@codesourcery.com>
1442
c8d5aac9 1443 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 1444
f0323ca0
PA
14452008-10-27 Pedro Alves <pedro@codesourcery.com>
1446
1447 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
1448 .mt files, TM_CLIBS or TM_CDEPS.
1449 (x86 Watchpoints): Don't mention TDEPFILES.
1450
8b23ecc4
SL
14512008-10-24 Sandra Loosemore <sandra@codesourcery.com>
1452
1453 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
1454 (Overview): Mention notifications and non-stop mode behavior.
1455 (Packets): Update documentation of ?, vAttach, vCont, and vRun
1456 with non-stop mode behavior. Add vStopped description.
1457 (Stop Reply Packets): Update list of packets that return
1458 stop replies. Mention non-stop behavior.
1459 (General Query Packets): Document QNonStop packet and associated
1460 qSupported query response.
1461 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
1462 behavior.
1463 (Notification Packets): New section.
1464 (Remote Non-Stop): New section.
1465 (File-I/O Overview): Mention non-stop behavior.
1466
fff08868
HZ
14672008-10-24 Hui Zhu <teawater@gmail.com>
1468 Pedro Alves <pedro@codesourcery.com>
1469
1470 * gdb.texinfo (displaced-stepping): Describe the auto mode
1471 setting, and say it's the default. This is now a mainstream
1472 setting instead of a maintenance setting.
1473
252fbfc8
PA
14742008-10-23 Pedro Alves <pedro@codesourcery.com>
1475
1476 * observer.texi (thread_stop_requested): New.
1477
20924a55
JB
14782008-10-22 Joel Brobecker <brobecker@adacore.com>
1479
1480 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
1481 (Patching): Replace incorrect usage of @samp by @kbd.
1482
bacec72f
MS
14832008-10-17 Michael Snyder <msnyder@vmware.com>
1484
1485 * gdb.texinfo: Add documentation for reverse execution.
1486
a08702d6 14872008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 1488 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
1489
1490 * gdb.texinfo. (Values From Inferior): New subsubsection.
1491
d97bc12b
DE
14922008-10-06 Doug Evans <dje@google.com>
1493
1494 * gdb.texinfo (set debug dwarf2-die): Document it.
1495
87f67dba
JB
14962008-10-01 Joel Brobecker <brobecker@adacore.com>
1497
1498 * gdb.texinfo (catch) [exception]: Document how to insert
1499 a breakpoint on user-defined exceptions when the exception
1500 name is identical to one of the language-defined ones.
1501
2fae03e8
TT
15022008-09-27 Tom Tromey <tromey@redhat.com>
1503
1504 * gdb.texinfo (Macros): Remove text about stringification,
1505 varargs, and splicing.
1506
5c6ce71d
TT
15072008-09-27 Tom Tromey <tromey@redhat.com>
1508
1509 * gdbint.texinfo (Language Support): Remove text about omitting
1510 support for a language.
1511
07128da0
DE
15122008-09-23 Doug Evans <dje@google.com>
1513
1514 * gdb.texinfo (info dcache): Update.
1515
b90a069a
SL
15162008-09-22 Sandra Loosemore <sandra@codesourcery.com>
1517
1518 * gdb.texinfo (Packets): Add info on thread-id syntax and
1519 multiprocess extensions.
1520 <D>: Document multiprocess form of packet.
1521 <H>: Use thread-id syntax.
1522 <T>: Likewise.
1523 <vCont>: Likewise. Note this is required for multiprocess.
1524 <vKill>: New packet.
1525 (Stop Reply Packets) <T>: Use thread-id syntax.
1526 <W>: Document multiprocess form of reply.
1527 <X>: Likewise.
1528 (General Query Packets) <qC>: Use thread-id syntax.
1529 <qfThreadInfo>: Likewise.
1530 <qGetTLSAddr>: Likewise.
1531 <qP>: Likewise.
1532 <qSupported>: Add "multiprocess" feature.
1533 <qThreadExtraInfo>: Use thread-id syntax.
1534
b77209e0
PA
15352008-09-22 Stan Shebs <stan@codesourcery.com>
1536
1537 * gdb.texinfo (Inferiors): New section.
1538
3d0bb823
PA
15392008-09-12 Pedro Alves <pedro@codesourcery.com>
1540
1541 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
1542
f8dcfc0a
UW
15432008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
1544
1545 * gdbint.texinfo (Target Conditionals): Remove documentation
1546 for gdbarch_name_of_malloc.
1547
8775bb90
MS
15482008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
1549
1550 * gdb.texinfo (Interrupts): Mention TCP interface for
1551 sending BREAK.
1552
f1838a98
UW
15532008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
1554
1555 * gdb.texinfo (Commands to Specify Files): Document "remote:"
1556 argument prefix to "set sysroot".
1557
158c7665
PH
15582008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
1559
1560 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
1561 and False.
1562
30e026bb
VP
15632008-08-20 Vladimir Prus <vladimir@codesourcery.com>
1564
c8d5aac9
L
1565 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
1566 for possible features of -list-features.
30e026bb 1567
c6ebd6cf
VP
15682008-08-19 Vladimir Prus <vladimir@codesourcery.com>
1569
c8d5aac9 1570 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
1571 (GDB/MI Miscellaneous Commands): Document -list-target-features.
1572
aeac0ff9
VP
15732008-08-19 Vladimir Prus <vladimir@codesourcery.com>
1574
1575 * doc/gdb.texinfo (PowerPC): Fix typo.
1576 (PowerPC features): Fix typo.
1577
5231c1fd
PA
15782008-08-18 Pedro Alves <pedro@codesourcery.com>
1579
1580 * observer.texi (thread_ptid_changed): New.
1581
677c5bb1
LM
15822008-08-18 Luis Machado <luisgpm@br.ibm.com>
1583
1584 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
1585 (PowerPC features): Mention feature set for VSX registers.
1586
f3a2dd1a
JB
15872008-08-13 Joel Brobecker <brobecker@adacore.com>
1588
1589 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
1590 the direct visibility of all names in user-written packages.
1591
33e5cbd6
PA
15922008-08-13 Pedro Alves <pedro@codesourcery.com>
1593
1594 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
1595 setting, and make it the default.
1596 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
1597 non-stop script example.
1598
d0384fc4
TJB
15992008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
1600
1601 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
1602 reference to the "Using Different Register and Memory Data
1603 Representation" section.
1604
a6f3e723
SL
16052008-08-12 Sandra Loosemore <sandra@codesourcery.com>
1606
1607 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
1608 (Remote Protocol): Add Packet Acknowledgment to menu.
1609 (Overview): Mention +/- can be disabled, and point to new section
1610 where this is discussed in detail.
1611 (General Query Packets): Document QStartNoAckMode packet, and
1612 corresponding qSupported reply.
1613 (Packet Acknowledgment): New section.
1614
0606b73b
SL
16152008-08-11 Sandra Loosemore <sandra@codesourcery.com>
1616 Pedro Alves <pedro@codesourcery.com>
1617
1618 * gdb.texinfo (Threads): Move paragraph about automatic thread
1619 selection to All-Stop Mode subsection.
1620 (Thread Stops): Reorganize existing material into subsections.
1621 Add introductory blurb and menu.
1622 (Non-Stop Mode): New subsection.
1623 (Background Execution): New subsection.
1624 (Maintenance Commands): Add cross-references from async mode
1625 commands to the new Background Execution section.
1626
d57a3c85
TJB
16272008-08-06 Tom Tromey <tromey@redhat.com>
1628
1629 * gdb.texinfo (Extending GDB): New chapter.
1630 (Sequences): Demoted chapter, now a section under the new
1631 Extending GDB chapter.
1632 (Python): New section.
1633
6d76a53d
SS
16342008-07-31 Stan Shebs <stan@codesourcery.com>
1635
1636 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
1637
1f70da6a
SS
16382008-07-29 Stan Shebs <stan@codesourcery.com>
1639
1640 * gdbint.texinfo: General round of cleanup and minor
1641 clarifications.
1642 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
1643 (Longjmp Support): Update description to reflect how it is done
1644 for targets without using native header.
1645 (Symbol Handling): Add a little more general explanation.
1646 (COFF, ELF): Mention stabs encapsulation.
1647 (DWARF 3): New section.
1648 (Adding a New Host): Scrub out some obsolete bits.
1649 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
1650 (Host Conditionals): Remove descriptions of NO_STD_REGS,
1651 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
1652 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
1653 SEEK_SET, STOP_SIGNAL, USG.
1654 (Raw and Virtual Register Representations): Ditto for
1655 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
1656 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
1657 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
1658 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
1659 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
1660 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
1661 DEPRECATED_REGISTER_VIRTUAL_SIZE,
1662 DEPRECATED_REGISTER_VIRTUAL_TYPE,
1663 DEPRECATED_USE_STRUCT_CONVENTION.
1664 Describe gdbarch_deprecated_fp_regnum.
1665 Update description of gdbarch_print_insn.
1666 (Adding a New Target): Scrub out obsolete bits.
1667 (Obsolete Conditionals): Remove entire section.
1668
383f836e
TT
16692008-07-25 Tom Tromey <tromey@redhat.com>
1670
1671 * observer.texi (GDB Observers): Document new observers:
1672 breakpoint_created, breakpoint_deleted, breakpoint_modified,
1673 tracepoint_created, tracepoint_deleted, tracepoint_modified,
1674 architecture_changed.
1675
cfd8ab24
SS
16762008-07-21 Stan Shebs <stan@codesourcery.com>
1677
1678 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
1679 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
1680
781b42b0
TT
16812008-07-21 Tom Tromey <tromey@redhat.com>
1682
1683 * observer.texi (GDB Observers): Remove obsolete comment.
1684 <executable_changed>: Remove argument.
1685
d7d9f01e
TT
16862008-07-18 Tom Tromey <tromey@redhat.com>
1687
1688 * gdb.texinfo (Macros): Update. Use @code rather than @command.
1689
bf250677
DE
16902008-07-10 Doug Evans <dje@google.com>
1691
1692 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
1693
10568435
JK
16942008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1695
1696 * gdb.texinfo (Starting): Document "set disable-randomization".
1697
5ae4183a
AS
16982008-07-07 Andreas Schwab <schwab@suse.de>
1699
1700 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
1701
b56e7235
VP
17022008-07-06 Vladimir Prus <vladimir@codesourcery.com>
1703
1704 * gdb.texinfo (GDB/MI Target Manipulation): Add
1705 example of -target-attach.
1706
e1ac3328
VP
17072008-06-10 Vladimir Prus <vladimir@codesourcery.com>
1708
1709 * observer.texi (target_resumed): New observer.
5ae4183a 1710 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 1711
65d12d83
TT
17122008-06-06 Tom Tromey <tromey@redhat.com>
1713
1714 * gdb.texinfo (Completion): Add field name example.
1715
fbc5282e
MK
17162008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
1717
1718 * gdb.texinfo (GDB/MI Program Context): Added example
1719 to -exec-arguments
5ae4183a 1720
fbc5282e 17212008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
1722
1723 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
1724 annotation.
1725
c16158bc 17262008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
1727 Nathan Sidwell <nathan@codesourcery.com>
1728 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
1729
1730 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
1731 and ACX_BUGURL.
1732 * configure: Regenerate.
1733 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
1734 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
1735 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
1736 mailing-list-specific text about bug reporting unless
1737 BUGURL_DEFAULT.
1738
75c99385
PA
17392008-06-05 Pedro Alves <pedro@codesourcery.com>
1740
1741 * gdb.texinfo (-target-select): Remove reference to target async.
1742 (Maintenance Commands): Document "maint set/show remote-async".
1743
1763a388
MK
17442008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
1745
1746 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
1747 in -target-file-get section.
5ae4183a 1748
d0d064df
PA
17492008-05-22 Pedro Alves <pedro@codesourcery.com>
1750
9b562ab8
PA
1751 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
1752 killing the inferior when it is already debugging a process.
d0d064df 1753
8dfa32fc
JB
17542008-05-21 Joel Brobecker <brobecker@adacore.com>
1755
1756 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
1757 abbreviation for "finish".
1758
55f996a7
NR
17592008-05-21 Nick Roberts <nickrob@snap.net.nz>
1760
1761 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
1762
ba2b1c56
DJ
17632008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
1764
1765 * gdbint.texinfo (Target Conditionals): Delete entry for
1766 gdbarch_dwarf_reg_to_regnum.
1767
08388c79
DE
17682008-05-09 Doug Evans <dje@google.com>
1769
a3c83fae 1770 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 1771
d14508fe
DE
17722008-05-05 Doug Evans <dje@google.com>
1773
1774 * gdb.texinfo (disassemble): Document /m modifier.
1775
e2b7ddea
VP
17762008-05-05 Vladimir Prus <vladimir@codesourcery.com>
1777
5ae4183a
AS
1778 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
1779 will not report the time of commands that run the target.
e2b7ddea 1780
8eb41542
VP
17812008-05-03 Vladimir Prus <vladimir@codesourcery.com>
1782
1783 * gdb.texinfo (GDB/MI Output Records): Add
1784 missing semicolon.
1785
82f68b1c
VP
17862008-05-03 Vladimir Prus <vladimir@codesourcery.com>
1787
1788 * gdb.texinfo (GDB/MI Output Records):
1789 Document =thread-create and =thread-exited.
1790
fa0f268d
VP
17912008-05-03 Vladimir Prus <vladimir@codesourcery.com>
1792
1793 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 1794 Remove mention of dmi-discuss.
fa0f268d 1795
063bfe2e
VP
17962008-05-03 Pedro Alves <pedro@codesourcery.com>
1797
1798 * observer.texi (thread_exit): New.
1799
237fc4c9
PA
18002008-05-02 Pedro Alves <pedro@codesourcery.com>
1801
1802 * gdb.texinfo (Debugging Output): Document "set/show debug
1803 displaced".
1804 (Maintenance Commands): Document "maint set/show
1805 can-use-displaced-stepping".
1806
0428b8f5
DJ
18072008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
1808
1809 * gdb.texinfo (ARM): Document set/show arm fallback-mode
1810 and set/show arm force-mode.
1811
5009afc5
AS
18122008-05-02 Andreas Schwab <schwab@suse.de>
1813
1814 * gdbint.texinfo (Algorithms): Describe
1815 target_watchpoint_addr_within_range.
1816
669fac23
DJ
18172008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
1818
1819 * gdbint.texinfo (Stack Frames): New chapter.
1820 (Algorithms): Move Frames text to the new chapter.
1821 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
1822 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
1823
721c02de
VP
18242008-04-24 Vladimir Prus <vladimir@codesourcery.com>
1825
5ae4183a
AS
1826 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
1827 output does not necessary include any tokens.
721c02de 1828
c055b101
CV
18292008-04-22 Corinna Vinschen <vinschen@redhat.com>
1830
1831 * gdb.texinfo (Set SH Calling convention): New @item.
1832 (Show SH Calling convention): Ditto.
1833
68837c9d
MD
18342008-04-22 Markus Deuling <deuling@de.ibm.com>
1835
1836 * gdb.texinfo (Fortran Operators): Describe '%' operator.
1837
2e9132cc
EZ
18382008-04-20 Eli Zaretskii <eliz@gnu.org>
1839
1840 * gdb.texinfo (Set Breaks): Mention that multiple location
1841 breakpoints need line number info. Add index entries.
1842
31fffb02
CS
18432008-04-19 Craig Silverstein <csilvers@google.com>
1844
1845 * gdb.texinfo (Requirements): Add an optional requirement on
1846 zlib.
1847 * gdbint.texinfo (Debugging File Formats): Add new subsection for
1848 Compressed DWARF 2.
1849
a47ec5fe
AR
18502008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
1851
1852 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
1853 sample output for 'stopped,reason="breakpoint-hit"' message.
1854 (GDB/MI Program Execution): Likewise.
1855
de051565
MK
18562008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
1857
5ae4183a 1858 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
1859 -var-set-format. Add -f option to -var-evaluate-expression.
1860
6ba66d6a
JB
18612008-04-03 Joel Brobecker <brobecker@adacore.com>
1862
1863 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
1864 new node "Ambiguous Expressions". Replace references to this
1865 node by references to "Ambiguous Expressions" throughout.
1866 (Ambiguous Expressions): New node.
1867
1e26b4f8
DJ
18682008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
1869
1870 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
1871
b84876c2
PA
18722008-03-21 Pedro Alves <pedro@codesourcery.com>
1873
1874 * gdb.texinfo (Debugging Output): Document
1875 "set/show debug lin-lwp-async".
1876 (Maintenance Commands): Document "maint set/show linux-async".
1877
63092375
DJ
18782008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
1879
1880 * gdb.texinfo (Expressions): Update description of malloced arrays.
1881
8e8901c5
VP
18822008-03-15 Vladimir Prus <vladimir@codesourcery.com>
1883
1884 * gdb.texinfo (Thread Commands): Document
1885 -thread-info. Remove -thread-list-all-threads.
1886
1fddbabb
PA
18872008-03-14 Pedro Alves <pedro@codesourcery.com>
1888 Sandra Loosemore <sandra@codesourcery.com>
1889
1890 * gdb.texinfo (Library List Format): Update to mention the
1891 possibility to pass section addresses instead of segment
1892 addresses.
1893
ccd213ac
DJ
18942008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
1895
1896 * gdb.texinfo (Starting): Document "set exec-wrapper".
1897 (Server): Document gdbserver --wrapper.
1898
fa4727a6
DJ
18992008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
1900
1901 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
1902 unreadable memory. Delete obsolete SPARClite reference.
1903
8edfe269
DJ
19042008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
1905
1906 * gdb.texinfo (Starting): Mention always-running targets.
1907 (Target Commands): Add an anchor for load.
1908 (Connecting): Explain continue instead of run.
1909
1843f87b
DJ
19102008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
1911
1912 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
1913
f9082629
NR
19142008-02-26 Nick Roberts <nickrob@snap.net.nz>
1915
1916 * gdb.texinfo (Set Breaks): Revert description of Enb column of
1917 breakpoint table.
1918
fd96d250
PA
19192008-02-19 Pedro Alves <pedro@codesourcery.com>
1920
1921 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
1922 killing the inferior when it is already debugging a process.
1923
36af4ef6
MD
19242008-02-13 Markus Deuling <deuling@de.ibm.com>
1925
1926 * gdbint.texinfo (Build Script): New section. Mention new build script
1927 gdb_buildall.sh.
1928
cda4ce5a
JB
19292008-02-01 Jim Blandy <jimb@red-bean.com>
1930
1931 * gdb.texinfo (Help): Summarize 'info args' correctly.
1932
4acd40f3
TJB
19332008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
1934
1935 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
1936 available in PowerPC architecture.
1937 (Embedded Processors): Change node name of PowerPC item in menu.
1938 (PowerPC): Rename to...
1939 (PowerPC Embedded): this.
1940 (Architectures): Add new PowerPC item in menu.
1941 (PowerPC): New node.
1942
6e6c6f50
DJ
19432008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
1944
1945 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
1946 commands.
1947
5ee187d7
DJ
19482008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
1949
1950 * gdb.texinfo (Setting Catchpoints): Mention features
1951 supported on GNU/Linux.
1952
e275c0d9
NR
19532008-01-30 Nick Roberts <nickrob@snap.net.nz>
1954
1955 * gdb.texinfo (GDB/MI File Commands): Describe new output
1956 field for MI command -file-list-exec-source-file.
1957
2d717e4f
DJ
19582008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
1959
1960 * gdb.texinfo (Using the `gdbserver' Program): Add security
1961 warning. Rearrange into subsections and subsubsections. Document
1962 --multi and --debug. Correct --with-sysroot typo. Update --attach
1963 usage. Make load reference clearer. Document monitor exit.
1964 (Remote Configuration): Document set remote exec-file, attach-packet,
1965 and run-packet.
1966 (Packets): Document vAttach and vRun.
1967
d35a4257 19682008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
1969
1970 * gdb.texinfo (Processes): Mention process command.
1971 detach-on-follow -> detach-on-fork.
1972
c78d192c
DJ
19732008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
1974
1975 * gdbint.texinfo (Native Conditionals): Remove
1976 SHELL_COMMAND_CONCAT and SHELL_FILE.
1977
d35a4257
EZ
19782008-01-26 Eli Zaretskii <eliz@gnu.org>
1979
1980 * gdb.texinfo (Specify Location): Improve wording.
1981
93815fbf
VP
19822008-01-23 Chris Demetriou <cgd@google.com>
1983
1984 * gdb.texinfo (Threads): Document new "set print thread-events"
1985 and "show print thread-events" commands.
1986
2a25a5ba
EZ
19872008-01-19 Eli Zaretskii <eliz@gnu.org>
1988
1989 * gdb.texinfo (Specify Location): New section.
1990 (Delete Breaks, Edit, Set Breaks): Remove description of
1991 locations. Instead, add a reference to "Specify Location".
1992 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
1993 (Symbols): Refer to "Specify Location" for the valid forms of
1994 linespecs and locations.
1995
32c9a795
MD
19962008-01-18 Markus Deuling <deuling@de.ibm.com>
1997
1998 * gdbint.texinfo (Target Conditionals): Replace the description of
1999 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
2000
b17828ca
JB
20012008-01-12 Paul Hilfinger <hilfinger@adacore.com>
2002
2003 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
2004 about &&var, which is rejected by the expression parser.
2005
0aea4bf3
LM
20062008-01-09 Luis Machado <luisgpm@br.ibm.com>
2007
2008 * gdb.texinfo (Output): Update documentation on using printf with DFP
2009 types.
2010
febe4383
TJB
20112008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
2012
2013 * gdb.texinfo (C and C++): Add Decimal Floating Point format
2014 subsubsection.
2015 (Decimal Floating Point format): New subsubsection.
2016
7a404eba
PA
20172008-01-05 Pedro Alves <pedro@codesourcery.com>
2018
2019 * gdb.texinfo (File Options): Remove mention of the attempt to
2020 open a core file with the -p option. Don't list -c as a valid
2021 option to attach to a process.
2022
a4d9b460
PA
20232008-01-05 Pedro Alves <pedro@codesourcery.com>
2024
2025 * gdbint.texinfo (Host Conditionals): Remove mention of
2026 ALIGN_STACK_ON_ENTRY.
2027
6ec2edbe
JB
20282008-01-05 Joel Brobecker <brobecker@adacore.com>
2029
2030 * gdbint.texinfo (Start of New Year Procedure): Add item
2031 describing how to update the source and documentation copyright
2032 notices.
2033
d8b2a693
JB
20342007-12-18 Jim Blandy <jimb@codesourcery.com>
2035
ab209b3a 2036 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
2037 watchpoint explanation into the main description of the watchpoint
2038 command; update synopses of 'watch', 'rwatch', and 'awatch'
2039 commands.
2040
8b4ed427
VP
20412007-12-18 Vladimir Prus <vladimir@codesourcery.com>
2042
2043 * gdb.texinfo (Miscellaneous gdb/mi Commands):
2044 Document 'pending-breakpoints' feature of
2045 -list-features.
2046
37e4754d
LM
20472007-12-17 Luis Machado <luisgpm@br.ibm.com>
2048
669fac23 2049 * gdb.texinfo: Add new parameter's description.
37e4754d 2050
1d3811f6
DJ
20512007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
2052
2053 * gdb.texinfo (Overview): Clarify run-length encoding
2054 example. Remove the restriction on "+" and "-" characters.
2055
c1c25a1a
EZ
20562007-12-15 Eli Zaretskii <eliz@gnu.org>
2057
2058 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
2059
afe8ab22 20602007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 2061
afe8ab22
VP
2062 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
2063 the -f option for -break-insert, remove -r option,
2064 and clarify specification of location.
2065
a6b151f1
DJ
20662007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
2067
2068 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
2069 formatting.
2070 (Remote Debugging): Add File Transfer section.
2071 (Remote Configuration): Document Host I/O packets.
2072 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 2073 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
2074 (Packets): Add vFile.
2075
3b784c4f
EZ
20762007-11-17 Eli Zaretskii <eliz@gnu.org>
2077
2078 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
2079 breakpoints with multiple locations.
2080 (Breakpoint Menus): Improve wording.
2081 (Output): Fix last change.
2082
a4ce5b0d
UW
20832007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
2084
2085 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
2086
1b39d5c0
DE
20872007-11-15 Doug Evans <dje@google.com>
2088
2089 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
2090
7a72d44c
VP
20912007-11-15 Vladimir Prus <vladimir@codesourcery.com>
2092
2093 * gdbint.texinfo (Native Conditionals): Remove
2094 mention of CLEAR_SOLIB.
5ae4183a 2095
6d1829bf 20962007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
2097
2098 * gdb.texinfo (Print Settings): Add documentation for "set/show
2099 print frame-arguments".
2100
1a619819
LM
21012007-11-05 Luis Machado <luisgpm@br.ibm.com>
2102
3b784c4f 2103 * gdb.texinfo (Output): Update printf command's description.
1a619819 2104
55eddb0f
DJ
21052007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
2106
2107 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
2108 powerpc soft-float".
2109
9cceb671
DJ
21102007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2111
2112 * gdb.texinfo (Files): Correct formatting. Mention Expat
2113 requirement.
2114 (Requirements for Building GDB): Expand the list of Expat
2115 uses.
2116 (Library List Format, Memory Map Format): Mention Expat.
2117 (Target Descriptions): Update Expat wording.
2118
83acabca
DJ
21192007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2120
2121 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
2122 Document that gdbarch_convert_register_p should return zero for no-op
2123 conversions.
2124
e35879db
UW
21252007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
2126
83acabca 2127 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
2128 of set_gdbarch_sofun_address_maybe_missing back to ...
2129 (Target Conditionals): ... here to fix build break.
2130
203c3895
UW
21312007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
2132
83acabca 2133 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
2134 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
2135 (Compiler Characteristics): ... documentation of
2136 set_gdbarch_sofun_address_maybe_missing.
2137
11411de3
DJ
21382007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
2139
2140 * gdbint.texinfo (Target Conditionals): Use
2141 frame_unwind_register_unsigned in examples instead of
2142 frame_unwind_unsigned_register.
2143
7cc46491
DJ
21442007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
2145
2146 * gdb.texinfo (Predefined Target Types): Add int128
2147 and uint128.
2148 (Standard Target Features): Add PowerPC features.
2149
81adfced
DJ
21502007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
2151
2152 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
2153
c1874924
UW
21542007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2155
2156 * gdbint.texi (Target Conditionals): Remove documentation
2157 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
2158 gdbarch_extract_return_value, and gdbarch_store_return_value.
2159
f6e56ab3
UW
21602007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2161
2162 * gdbint.texi (Target Conditionals): Remove documentation of
2163 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
2164
56cf5405
KH
21652007-10-11 Kazu Hirata <kazu@codesourcery.com>
2166
2167 * gdb.texinfo: Mention that inaccessible-by-default is on by
2168 default.
2169
35156bae
DJ
21702007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2171
2172 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
2173
d983da9c
DJ
21742007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
2175
2176 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
2177 multi-threaded watchpoints.
2178 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
2179 checked. Describe sticky notification. Expand description
2180 of steppable and continuable watchpoints.
2181 (Watchpoints and Threads): New subsection.
2182
fe6fbf8b
VP
21832007-09-28 Vladimir Prus <vladimir@codesourcery.com>
2184
2185 * gdb.texinfo (Setting Breakpoints): Revise
2186 documentation for pending breakpoints. Document
2187 breakpoints with multiple locations.
5ae4183a 2188
084344da
VP
21892007-09-19 Vladimir Prus <vladimir@codesourcery.com>
2190
2191 * gdb.texinfo (Miscellaneous gdb/mi Commands):
2192 Document -list-features.
5ae4183a 2193
82160952
EZ
21942007-09-15 Eli Zaretskii <eliz@gnu.org>
2195
2196 * gdb.texinfo (Output): Spell out which features of C's printf are
2197 not supported by GDB's printf.
7e27a47a
EZ
2198 (Separate Debug Files): More accurate wording regarding build ID
2199 and a reference to the ld manual rather than the Fedora wiki.
82160952 2200
ea37ba09
DJ
22012007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
2202 Jim Blandy <jimb@codesourcery.com>
2203
2204 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
2205 (Examining Memory): Update mentions of the 's' format.
2206 (Automatic Display): Likewise.
2207
b8533aec
DJ
22082007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
2209
2210 * gdb.texinfo: Update the FSF's Back-Cover Text.
2211
83f83d7f
JK
22122007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2213 Eli Zaretskii <eliz@gnu.org>
2214
2215 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
2216 Fixed the ``build ID'' name. New binaries build instructions for the
2217 build ID inclusion. Explain how the commands are specific to the build
2218 ID vs. debug link.
2219
c7e83d54
EZ
22202007-09-01 Eli Zaretskii <eliz@gnu.org>
2221
2222 * gdb.texinfo (Separate Debug Files): Fix last change. Add
2223 indexing for ``build ID'' support.
2224
d3750b24
JK
22252007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2226
2227 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
2228 Enlisted BUILD ID to the debug file searching example.
2229 Included a BUILD ID `.note.gnu.build-id' section description.
2230 Updated/added the debug files splitting instructions for OBJCOPY.
2231
02142340
VP
22322007-08-31 Vladimir Prus <vladimir@codesourcery.com>
2233
2234 * gdb.texinfo (Variable Objects): Adjust docs
2235 for -var-info-expression and document
2236 -var-info-path-expression.
2237
d3bdde98
JB
22382007-08-20 Jim Blandy <jimb@codesourcery.com>
2239
3fb6a982
JB
2240 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
2241 (title page): Include the dedication in the printed manual, as a
2242 separate page after the copyright notice.
5ae4183a 2243
d3bdde98
JB
2244 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
2245 don't break a @var across a line.
2246
c80a96a8
MR
22472007-07-25 Maciej W. Rozycki <macro@mips.com>
2248
2249 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
2250 for include files.
2251
5824a901
NR
22522007-07-12 Nick Roberts <nickrob@snap.net.nz>
2253
2254 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
2255 in annotate.texinfo.
2256 (Command History): Link to new node.
5824a901 2257
d52e7ea3
UW
22582007-07-05 Markus Deuling <deuling@de.ibm.com>
2259
2260 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
2261
5fc14d0a
EZ
22622007-07-05 Eli Zaretskii <eliz@gnu.org>
2263
2264 * gdbint.texinfo (Target Conditionals): Fix last change.
2265
4a9bb1df
UW
22662007-07-03 Markus Deuling <deuling@de.ibm.com>
2267
2268 * gdb.texinfo: Replace following macros by their appropriate gdbarch
2269 routines:
2270 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
2271 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
2272 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
2273 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
2274 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
2275 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
2276 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
2277 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
2278 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
2279 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
2280 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
2281 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
2282 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
2283 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
2284 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
2285 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
2286 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
2287 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
2288 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
2289 (SOFTWARE_SINGLE_STEP_P)
2290
2291 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
2292 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
2293
2294 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
2295 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
2296 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
2297 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
2298 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
2299 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
2300 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
2301 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
2302 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
2303 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
2304
2305 (Converting an existing Target Architecture to Multi-arch): Remove
2306 section.
2307
2308 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
2309 (gdbarch_addr_bits_remove): Add code example.
2310
2311 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
2312
cfa9d6d9
DJ
23132007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
2314
2315 * gdb.texinfo (Remote Configuration): Document library-info-packet.
2316 Add other missing entries. Adjust the table size to fit.
2317 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
2318 stop reasons including the new "library" event.
2319 (General Query Packets): Adjust table widths for qSupported. Mention
2320 qXfer:libraries:read reply to qSupported and document the new packet.
2321 (Library List Format): New section.
2322
159fcc13
JK
23232007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2324
2325 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
2326
f66d1690
MS
23272007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
2328
2329 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
2330
67102876
NR
23312007-06-25 Nick Roberts <nickrob@snap.net.nz>
2332
2333 * gdbint.texinfo (Register and Memory Data): Break sections
2334 into nodes and add a menu.
2335
a4642986
MR
23362007-06-21 Maciej W. Rozycki <macro@mips.com>
2337
2338 * gdb.texinfo (Examining Memory): Document the new behaviour.
2339
e9c17194
VP
23402007-06-21 Vladimir Prus <vladimir@codesourcery.com>
2341
2342 * gdb.texinfo (Standard Target Features): Document
2343 m68k features.
2344
31d99776
DJ
23452007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
2346
2347 * gdb.texinfo (General Query Packets): Document qOffsets changes.
2348
1780a0ed
DJ
23492007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
2350
2351 * gdb.texinfo (Target Description Format): Add version attribute
2352 for <target>.
2353
822b6570
DJ
23542007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
2355
2356 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
2357
f8b73d13
DJ
23582007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
2359
2360 * gdb.texinfo (MIPS Features): New subsection.
2361
0e7f50da
UW
23622007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
2363 Markus Deuling <deuling@de.ibm.com>
2364
2365 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
2366 and qXfer:spu:write packets and mention them under qSupported.
2367
23d964e7
UW
23682007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
2369 Markus Deuling <deuling@de.ibm.com>
2370
2371 * gdb.texinfo (Architectures): Add new SPU section to document
2372 Cell Broadband Engine SPU architecture specific commands.
2373
9f708cb2
VP
23742007-06-09 Vladimir Prus <vladimir@codesourcery.com>
2375
2376 * gdb.texinfo (GDB/MI Variable Objects): Editorial
2377 comments.
2378
7579b5f8
NR
23792007-06-07 Nick Roberts <nickrob@snap.net.nz>
2380
2381 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
2382
bf06d120
JB
23832007-05-29 Jim Blandy <jimb@codesourcery.com>
2384
2385 * gdb.texinfo (Overview): Doc fix.
2386
23776285
MR
23872007-05-22 Maciej W. Rozycki <macro@mips.com>
2388
2389 * gdb.texinfo (Remote Configuration): Document "set/show
2390 remoteflow".
2391
1a69e1e4
DJ
23922007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
2393
bf06d120
JB
2394 * gdb.texinfo (MIPS): Remove documentation for set mips
2395 saved-gpreg-size, show mips saved-gpreg-size, and set mips
2396 stack-arg-size.
1a69e1e4 2397
46ba6afa 23982007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 2399
46ba6afa
BW
2400 * all-cfg.texi (GDBTUI): New.
2401 * gdb.texinfo (Mode Options): Use GDBTUI variable.
2402 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
2403 (TUI Configuration): Edit to improve clarity and fix problems of
2404 both style and content.
5ae4183a 2405
06d3b283
UW
24062007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
2407
2408 * observer.texi (GDB Observers): New observer "new_objfile".
2409
179101d6
UW
24102007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
2411
2412 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
2413
25d5ea92
VP
24142007-04-14 Vladimir Prus <vladimir@codesourcery.com>
2415
2416 * gdb.texinfo (GDB/MI Variable Objects): Document
2417 frozen variables objects.
5ae4183a 2418
ea35711c
DJ
24192007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
2420
2421 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
2422 (Character Sets, Caching Data of Remote Targets): Likewise.
2423 (Targets): Delete Remote node. Move its text...
2424 (Debugging Remote Programs): ...to here. Delete description
2425 of the "remote" command.
2426 (Remote configuration): Delete description of "set remotedevice"
2427 and "show remotedevice".
2428 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
2429
db2e3e2e
BW
24302007-04-11 Bob Wilson <bob.wilson@acm.org>
2431
5ae4183a
AS
2432 * gdb.texinfo (Contributors, Continuing and Stepping)
2433 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
2434 (General Query Packets, File-I/O Remote Protocol Extension)
2435 (Protocol Basics, The F Reply Packet, Write)
2436 (Protocol-specific Representation of Datatypes, Memory Transfer):
2437 Fix hyphenation, punctuation and grammar problems.
2438 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
2439 'section' instead of 'subsection' in the text.
2440 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
2441 (i386): Remove period from section name.
db2e3e2e
BW
2442 (Installing GDB, Requirements, Running Configure, Separate Objdir)
2443 (Config Names, Configure Options): Use @file{configure}.
2444
8a3dae3e
DJ
24452007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
2446
2447 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
2448 and tab expansion.
2449
1a92f856
DJ
24502007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
2451
2452 * gdbint.texinfo (SOM): Correct location of the SOM reader.
2453
79a6e687 24542007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 2455
79a6e687
BW
2456 * gdb.texinfo: Consistently capitalize all significant words in
2457 node names, chapter titles, section titles, and headings. Update
2458 cross references to match.
2459 (Starting and Stopping Trace Experiment): Make node name plural.
2460 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 2461
ad527d2e
PA
24622007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
2463
2464 * gdb.texinfo (WinCE): Delete obsolete subsection.
2465
7ce59000
DJ
24662007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
2467
2468 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
2469 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
2470 references.
2471
8807d78b
DJ
24722007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
2473
2474 * gdb.texinfo (Startup): Delete references to some alternate
2475 names for .gdbinit.
2476 (Thread): Remove LynxOS reference.
2477 (Tandem ST2000): Delete target-specific documentation.
2478 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
2479 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
2480 and GDB_OSABI_LYNXOS.
2481
5f402660
UW
24822007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
2483
2484 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
2485
bac718a6
UW
24862007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
2487
2488 * gdbint.texinfo (Target Conditionals): Remove mention of
2489 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
2490 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
2491
9453113a
DJ
24922007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
2493
2494 * Makefile.in: Add "pdfdir" installation
2495 directory, PDFTEX macro, support for "install-pdf" target,
2496 and rules for making a pdf version of refcard.texi.
2497 * refcard.tex: Specify paper size for PDF output.
2498
ae21e955 24992007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 2500
ae21e955 2501 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 2502
3f94c067 25032007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 2504
3f94c067
BW
2505 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
2506 (Source Path, Character Sets, Macros, Define)
2507 (GDB/MI Result Records, GDB/MI Simple Examples)
2508 (GDB/MI Program Execution, GDB/MI File Commands)
2509 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
2510 (Bug Reporting): Use @value{GCC}.
5ae4183a 2511
12c27660 25122007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 2513
12c27660
BW
2514 * gdb.texinfo (Help): Fix formatting of examples.
2515 (Variables): Use @ifnotinfo instead of @iftex.
2516 (Non-debug DLL symbols): Use @ref instead of @pxref.
2517 (Sparclet File): Use @samp instead of quotes.
5ae4183a 2518
ce9341a1
BW
25192007-03-26 Bob Wilson <bob.wilson@acm.org>
2520
2521 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
2522
c8f4133a
BW
25232007-03-26 Bob Wilson <bob.wilson@acm.org>
2524
2525 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
2526 the order of the nodes.
2527 (C Operators, C Constants, Debugging C): Remove extra menus.
2528 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 2529
c8f4133a 25302007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
2531
2532 * gdb.texinfo (File Options): Add missing parenthesis.
2533 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
2534
c74d0ad8
DJ
25352007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
2536
2537 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
2538
ff6f572f
DJ
25392007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
2540
669fac23 2541 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
2542 case insensitivity.
2543 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
2544
994337c3
NR
25452007-02-18 Nick Roberts <nickrob@snap.net.nz>
2546
2547 * gdb.texinfo (Top): Put Appendix A after numbered sections.
2548 (Files): Add section name to argument list for pxref.
2549 (Non-debug DLL symbols): Don't use `see' for pxref.
2550 (Embedded Processors): Fix typo.
2551 (GDB/MI Breakpoint Commands): Execution commands generate
2552 *stopped not ^done.
2553
eb819d70
NR
25542007-02-13 Nick Roberts <nickrob@snap.net.nz>
2555
2556 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
2557 values for in_scope. Mention that only root variables can be
2558 updated.
2559 (GDB/MI Development and Front Ends): Explain new values may be
2560 added to existing fields.
2561
123dc839
DJ
25622007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
2563
2564 * gdb.texinfo (-target-disconnect): Use @smallexample.
2565 (Requirements): Add anchor for Expat. Update description.
2566 (Target Descriptions): Mention Expat.
2567 (Target Description Format): Document new elements. Use
2568 @smallexample.
2569 (Predefined Target Types, Standard Target Features): New sections.
669fac23 2570 * gdbint.texinfo (Target Descriptions): New section.
123dc839 2571
108546a0
DJ
25722007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
2573
2574 * gdb.texinfo (Target Description Format): Add section on XInclude.
2575
95a98c01
NR
25762006-02-03 Nick Roberts <nickrob@snap.net.nz>
2577
2578 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
2579 command -enable-timings.
2580
f4b3909f
EZ
25812007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
2582
5ae4183a 2583 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
2584 descriptions for new/deleted elements in gdb_osabi. Add missing
2585 description for function generic_elf_osabi_sniff_abi_tag_sections.
2586
c7ba131e
JB
25872007-01-29 Joel Brobecker <brobecker@adacore.com>
2588
2589 * gdb.texinfo (Maintenance Commands): Add documentation for
2590 the new "maint print target-stack" command.
2591
3a60f64e
JK
25922007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2593 Eli Zaretskii <eliz@gnu.org>
2594
f4b3909f 2595 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 2596
c582f8b6
EZ
25972007-01-26 Eli Zaretskii <eliz@gnu.org>
2598
2599 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
2600 Use @value{NGCC} instead of @value{GCC}.
2601
d3e8051b
EZ
26022007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
2603
2604 * agentexpr.texi: Fix typos.
2605 * annotate.texinfo: Likewise.
2606 * gdb.texinfo: Likewise.
2607 * gdbint.texinfo: Likewise.
2608 * observer.texi: Likewise.
2609 * stabs.texinfo: Likewise.
2610
86f04699
EZ
26112007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
2612
2613 * gdbint.texinfo (Support Libraries): Remove mmalloc
2614 entry. Describe readline library.
2615
23181151
DJ
26162007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
2617
2618 * gdb.texinfo (Target Descriptions): New section.
2619 (General Query Packets): Add QPassSignals anchor. Mention
2620 qXfer:features:read under qSupported. Expand mentions of
2621 qXfer:memory-map:read and QPassSignals. Document
2622 qXfer:features:read.
2623
f822c95b
DJ
26242007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
2625
2626 * gdb.texinfo (Commands to specify files): Describe
2627 "set sysroot" and "show sysroot".
2628 (Using the `gdbserver' program): Lowercase argument
2629 to @var. Expand description of setting up GDB on the
2630 host.
2631
8936fcda
JB
26322007-01-05 Joel Brobecker <brobecker@adacore.com>
2633
2634 * gdb.texinfo (Set Catchpoints): Add documentation for the new
2635 catch exception, catch exception unhandled, and catch assert
2636 commands.
2637
e776119f
DJ
26382007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
2639
2640 * gdb.texinfo (Debugging Output): Document "set debug xml"
2641 and "show debug xml".
2642
aa79a185
DJ
26432007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
2644
2645 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
2646
7f893741
JB
26472007-01-01 Joel Brobecker <brobecker@adacore.com>
2648
2649 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
2650
a1b5960f
VP
26512006-12-08 Vladimir Prus <vladimir@codesourcery.com>
2652
2653 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
2654 note in @ignore, to be removed later if nobody complains.
2655
9f470e6e
NR
26562006-12-04 Nick Roberts <nickrob@snap.net.nz>
2657
2658 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
2659 of -var-delete.
2660
765dc015 26612006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 2662
765dc015 2663 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
2664 automatic software/hardware breakpoint usage and
2665 the "set breakpoint auto-hw" command.
765dc015 2666
4b5752d0
VP
26672006-11-21 Vladimir Prus <vladimir@codesourcery.com>
2668
2669 * gdb.texinfo (Memory Access Checking): New.
2670
89be2091
DJ
26712006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
2672
2673 * gdb.texinfo (Remote configuration): Mention
2674 "pass-signals-packet".
2675 (General Query Packets): Document QPassSignals. Fix
2676 a typo.
2677
ca3bf3bd
DJ
26782006-11-14 Maxim Grigoriev <maxim@tensilica.com>
2679
2680 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
2681
427c3a89
DJ
26822006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2683
2684 * gdb.texinfo (Remote configuration): Rewrite documentation for
2685 packet configuration commands.
2686 (OS Information): Adjust reference to qXfer:auxv:read.
2687 (General Query Packets): Remove references to read-aux-vector-packet
2688 and set remote get-thread-local-storage-address.
2689
7a107747
DJ
26902006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
2691
2692 * gdbint.texinfo (Target Architecture Definition): Add new
2693 Initializing a New Architecture section.
2694
1c56eb0e
EZ
26952006-10-31 David Taylor <dtaylor@emc.com>
2696
2697 * stabs.texinfo (Macro define and undefine): New node describing
2698 stabs for #define and #undef.
2699
f73adfeb
AS
27002006-10-27 Andreas Schwab <schwab@suse.de>
2701
2702 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
2703
fd60e0df
EZ
27042006-10-21 Eli Zaretskii <eliz@gnu.org>
2705
2706 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
2707 clarify on the possible meanings of ``expression'' watched by
2708 watchpoints. Add indexing.
e5ac9b53
EZ
2709 (Prompting, Errors, Invalidation, Annotations for Running)
2710 (Source Annotations): Fix index entries by adding "annotation" to
2711 them, to discriminate from index entries that point to the more
2712 general topic descriptions.
fd60e0df 2713
52bb452f
DJ
27142006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
2715
2716 * gdbint.texinfo (Target Vector Definition): Move most
2717 content into Existing Targets. Add a menu.
2718 (Existing Targets): New section, moved from Target Vector
2719 Definition. Use @subsection.
2720 (Managing Execution State): New section.
2721
58955e58
BW
27222006-10-16 Bob Wilson <bob.wilson@acm.org>
2723
2724 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
2725
c8aa23ab
EZ
27262006-10-15 Eli Zaretskii <eliz@gnu.org>
2727
2728 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
2729 (Command Syntax, Signals, Backtrace, Connecting)
2730 (Remote configuration, Renesas Boards, Console I/O): Fix last
2731 change: use Ctrl- instead of C-, except wrt Emacs.
2732 (File-I/O Examples): Put Ctrl-c in @kbd.
2733 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
2734 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
2735 (Signals, Set Breaks, Set Watchpoints): Document optional
2736 arguments to `info signals' `handle', `info breakpoints', and
2737 `info watchpoints'.
c8aa23ab 2738
e7109c7e
EZ
27392006-10-14 Eli Zaretskii <eliz@gnu.org>
2740
2741 * gdb.texinfo (Backtrace): Fix last change.
2742
de3aea7b
NR
27432006-10-14 Nick Roberts <nickrob@snap.net.nz>
2744
2745 * gdb.texinfo (Backtrace): Order correctly and add other cases.
2746
7f9087cb
BW
27472006-10-10 Bob Wilson <bob.wilson@acm.org>
2748
c8aa23ab
EZ
2749 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
2750 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
2751 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 2752
68437a39
DJ
27532006-09-21 Vladimir Prus <vladimir@codesourcery.com>
2754 Daniel Jacobowitz <dan@codesourcery.com>
2755
2756 * gdb.texinfo (Packets): Document vFlashErase,
2757 vFlashWrite and vFlashDone packets.
2758 (General Query Packets): Document qXfer:memory-map:read.
2759 Add a new feature for qXfer:memory-map:read.
2760 (Memory map format): New section.
2761 (Target Commands): Mention that gdb can write flash.
2762
fd79ecee
DJ
27632006-09-21 Vladimir Prus <vladimir@codesourcery.com>
2764 Daniel Jacobowitz <dan@codesourcery.com>
2765
2766 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
2767 memory regions and "mem auto".
2768
350da6ee
DJ
27692006-09-21 Nathan Sidwell <nathan@codesourcery.com>
2770
2771 * gdbint.texinfo (Array Containers): New section.
2772
2f1acb09
VP
27732006-09-17 Vladimir Prus <vladimir@codesourcery.com>
2774
2775 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
2776 -stack-list-arguments HIGH_FRAME argument can be larger then the
2777 actual number of frames.
2778
2ab1eb7a
VP
27792006-09-07 Vladimir Prus <vladimir@codesourcery.com>
2780
2781 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
2782 -stack-list-locals HIGH_FRAME argument can be larger then the
2783 actual number of frames.
2ab1eb7a 2784
599b237a
BW
27852006-09-02 Bob Wilson <bob.wilson@acm.org>
2786
2787 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
2788 Register Packet Format, Tracepoint Packets): Fix spelling errors.
2789
25ab7e6d
EZ
27902006-09-02 Eli Zaretskii <eliz@gnu.org>
2791
2792 * gdbint.texinfo (Overall Structure): New section "Source Tree
2793 Structure".
2794
940178d3
JB
27952006-08-17 Jim Blandy <jimb@codesourcery.com>
2796
2797 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
2798 responses.
2799
30daae6c
JB
28002006-08-08 Joel Brobecker <brobecker@adacore.com>
2801
2802 * gdb.texinfo (Source Path): Add documentation for new
2803 substitute-path commands.
2804
7fa2210b
DJ
28052006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
2806
2807 * gdb.texinfo (Installing GDB): Update menu. Move text to...
2808 (Running Configure): ...here.
2809 (Requirements): New node. Mention expat.
2810
3d00d119
DJ
28112006-08-08 Vladimir Prus <vladimir@codesourcery.com>
2812
5ae4183a 2813 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
2814 'set download-write-size' and 'show download-write-size'.
2815
0cbfa4ee
DJ
28162006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
2817
2818 * stabs.texinfo (Member Type Descriptor): Correct example for
2819 pointer to member types.
2820
16026cd7
AS
28212006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
2822
2823 * gdb.texinfo (Optional warnings and messages): Add
2824 'set/show trace-commands'.
2825 (Command files): Add '-v' to source command.
2826
0876f84a
DJ
28272006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
2828
2829 * gdb.texinfo (OS Information): Update qPart reference to
2830 qXfer.
2831 (Remote configuration): Likewise.
2832 (Overview): Move @cindex to the start of a paragraph. Talk
2833 about binary data encoding.
2834 (Packets): Refer to the overview for the details of the X
2835 packet encoding.
2836 (General Query Packets): Remove qPart description. Add qXfer
2837 description. Add an anchor to qSupported. Correct feature
2838 table title. Add a new feature for qXfer:auxv:read.
2839 (Interrupts): Add a missing parenthesis.
2840
2ec3381a
DJ
28412006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
2842
669fac23 2843 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
2844 (GDB/MI Kod Commands): Remove commented out node.
2845
594fe323
EZ
28462006-07-01 Eli Zaretskii <eliz@gnu.org>
2847
2848 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
2849 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
2850 (GDB/MI Thread Commands, GDB/MI Program Execution)
2851 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
2852 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
2853 (GDB/MI File Commands, GDB/MI Target Manipulation)
2854 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
2855 since the MI prompt is hard-wired into the code.
2856
7e3fb70c
NR
28572006-07-01 Nick Roberts <nickrob@snap.net.nz>
2858
2859 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
2860 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
2861 (GDB/MI Data Manipulation): Remove description of unimplemented
2862 display related commands as variable objects perform this function
2863 and are superior: -display-delete, -display-disable,
2864 -display-enable, -display-insert and -display-list. Move
2865 -environment-cd, -environment-directory, -environment-path
2866 and -environment-pwd to "Program Context".
2867 (GDB/MI Program Control): Rename to "Program Execution". Move
2868 -exec-arguments -exec-abort to...
2869 (GDB/MI Program Context): ...here. New node split from "Data
2870 Manipulation".
2871
be2a5f71
DJ
28722006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
2873
2874 * gdb.texinfo (Remote configuration): Document set / show
2875 remote supported-packets.
2876 (General Query Packets): Document qSupported packet.
2877
fc320d37
SL
28782006-06-10 Sandra Loosemore <sandra@codesourcery.com>
2879
2880 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
2881 and font markup.
2882 (Protocol basics): Likewise.
2883 (The F request packet): Likewise.
2884 (The F reply packet): Likewise.
2885 (Memory transfer): Move this node to be a subsubsection of
2886 "Protocol specific representation of datatypes".
2887 (The Ctrl-C message): More copy editing.
2888 (Console I/O): Likewise.
2889 (The isatty call): Delete this node, and merge its content into
2890 the "isatty" node. Fixed references elsewhere.
2891 (The system call): Delete this node, and merge its content into
2892 the "system" node. Fixed references elsewhere.
2893 (open): Reformat to use @table, and add appropriate font markup.
2894 (close): Likewise.
2895 (read): Likewise.
2896 (write): Likewise.
2897 (lseek): Likewise.
2898 (rename): Likewise.
2899 (unlink): Likewise.
2900 (stat/fstat): Likewise.
2901 (gettimeofday): Likewise.
2902 (isatty): Likewise.
2903 (system): Likewise, plus minor changes to fix confusing wording.
2904 (Integral datatypes): Fix font markup.
2905 (Pointer values): Likewise.
2906 (struct stat): Fix markup to use @table, plus minor copy editing.
2907 (struct timeval): Fix font markup, plus minor copy editing.
2908 (Constants): Minor copy editing.
2909 (Errno values): Add font markup.
2910 (File-I/O Examples): Likewise.
2911
158fdf5c
NR
29122006-06-10 Nick Roberts <nickrob@snap.net.nz>
2913
2914 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
2915 (GDB/MI Simple Examples): Move node up one level. Use real
2916 examples.
2917 (GDB/MI Compatibility with CLI): Update.
2918 (GDB/MI Result Records): Add "connected" and "exit" result
2919 classes.
2920 (GDB/MI Stream Records): Clarify target output.
2921 (GDB/MI Command Description Format): Modify example description.
2922 (GDB/MI Breakpoint Table Commands): Rename to...
2923 (GDB/MI Breakpoint Commands): ...this
2924 (GDB/MI Breakpoint Commands): Add optional thread field.
2925 (GDB/MI Program Control): Add an introduction. Move "Program
2926 termination" examples into exec-run description.
2927 (GDB/MI File Commands): Mention similar CLI commands.
2928 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
2929 is similar to "-gdb-version".
2930
ddb50cd7
EZ
29312006-06-09 Eli Zaretskii <eliz@gnu.org>
2932
2933 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
2934
2aef0d6b
NR
29352006-06-02 Nick Roberts <nickrob@snap.net.nz>
2936
2937 * gdb.texinfo (GDB/MI Development and Front Ends): Use
2938 sourceware.org for mailing lists.
d5e40d59 2939 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 2940
383a5c52
NR
29412006-06-01 Nick Roberts <nickrob@snap.net.nz>
2942
d5e40d59 2943 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 2944
e16b02ee
EZ
29452006-05-22 Eli Zaretskii <eliz@gnu.org>
2946
2947 * gdb.texinfo (Cygwin Native): Fix last change.
2948
be90c084
CF
29492006-05-22 Christopher Faylor <cgf@timesys.com>
2950
2951 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
2952
347ceba5
NR
29532006-05-15 Nick Roberts <nickrob@snap.net.nz>
2954
2955 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
2956 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
2957
369af7bd
DJ
29582006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
2959
2960 * gdb.texinfo (General Query Packets): Recommend not starting
2961 new packets with qC and clarify.
2962
2ffdbde8 29632006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
2964
2965 * gdb.texinfo (M2 Types): New section.
72019c9c 2966
16d1a084
DJ
29672006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
2968
2969 * agentexpr.texi: Add a copyright and license notice.
2970 * observer.texi: Likewise, with GPL clause for function prototypes.
2971 Remove trailing whitespace.
2972
aa56d27a
JB
29732006-05-05 Jim Blandy <jimb@codesourcery.com>
2974
2975 * gdb.texinfo (General Query Packets): Document conventions for
2976 terminating packet names, and their violations.
2977
5bdf8622
DJ
29782006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
2979
2980 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
2981 * gdb.texinfo: Likewise.
2982
605a56cb
DJ
29832006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
2984
2985 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
2986 and "show remotedebug".
2987 (Debugging Output): Add additional index entries.
2988
b8db102d
MS
29892006-04-27 Michael Snyder <msnyder@redhat.com>
2990
2991 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
2992
c5e30d01
AC
29932006-04-22 Andrew Cagney <cagney@redhat.com>
2994
2995 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
2996 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
2997
8181d85f
DJ
29982006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
2999
3000 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
3001 and remove breakpoint prototypes.
3002 (Watchpoints): Move description of target_insert_hw_breakpoint and
3003 target_remove_hw_breakpoint ...
3004 (Breakpoints): ... to here. Document target_insert_breakpoint and
3005 target_remove_breakpoint.
3006
4f553f88
JB
30072006-04-17 Jim Blandy <jimb@codesourcery.com>
3008
3009 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
3010 and C packets are optional.
3011
cd852561
FR
30122006-04-14 Frederic Riss <frederic.riss@st.com>
3013
3014 * gdb.texinfo (Specifying source directories): Update the description
3015 of the source file search to reflect the fact that the source path
3016 always contains at least $cdir and $cwd.
3017
b620eb07
MS
30182006-03-31 Michael Snyder <msnyder@redhat.com>
3019
3020 * gdb.texinfo: Update copyright dates.
3021
3156cdaf
EZ
30222006-03-31 Eli Zaretskii <eliz@gnu.org>
3023
3024 * gdb.texinfo (Overview): Add an index entry to "empty response".
3025
7d30c22d
JB
30262006-03-28 Jim Blandy <jimb@codesourcery.com>
3027
3028 * gdbint.texinfo (Prologue Analysis): New section.
3029
86941c27
JB
30302006-03-07 Jim Blandy <jimb@red-bean.com>
3031
66b8c7f6
JB
3032 * gdb.texinfo (Connecting): Document 'target remote pipe'.
3033
1a10341b
JB
3034 * gdb.texinfo (Target Commands): Update text describing how to
3035 specify a target. Refer to the detailed section on remote
3036 debugging, not the brief mention.
3037
86941c27
JB
3038 * gdb.texinfo (Connecting): Organize the different 'target remote'
3039 connection methods into a table. Add a 'target remote' index
3040 entry. (!!!)
3041
62f3a2ba
FF
30422006-02-17 Fred Fish <fnf@specifix.com>
3043
3044 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
3045 'ptype' commands to reflect the fact that the only significant
3046 difference between them is that ptype prints the complete type
3047 description instead of just the name.
3048
8b9a88ea
WZ
30492006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
3050
3051 * gdbint.texinfo (Watchpoints): Delete
3052 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
3053
7e8dc855
NR
30542006-02-10 Nick Roberts <nickrob@snap.net.nz>
3055
3056 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
3057 times fields where needed. Fix typos. Update general form given
3058 for output of -break-insert.
3059 (GDB/MI): Abbreviate some unnecessarily long fullnames.
3060
c91d38aa
DJ
30612006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
3062
3063 * gdbint.texinfo (Symbol Handling): Add a section
3064 on memory management.
3065
38fcd64c
DJ
30662006-02-06 Vladimir Prus <ghost@cs.msu.su>
3067
3068 * gdb.texinfo (Breakpoint table commands): Document the fullname
3069 field in -break-list output.
3070
219eec71
EZ
30712006-02-03 Eli Zaretskii <eliz@gnu.org>
3072
3073 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
3074 debugging information produced by the various "set debug..."
3075 options.
3076
ae5a43e0
DJ
30772006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3078
3079 * gdb.texinfo (Files): Remove obsolete bits from the description
3080 of "symbol-file".
3081
a9f158ec
JB
30822006-01-25 Jim Blandy <jimb@redhat.com>
3083
3084 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
3085
410dd08e
JB
30862006-01-24 Jim Blandy <jimb@redhat.com>
3087
3088 * gdbint.texinfo (Frames): Document the basics of GDB's register
3089 unwinding model, and explain the existence of the "sentinel" frame.
3090
4b505b12
AS
30912006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
3092
3093 * gdb.texinfo (Choosing files): Mention that -directory is used
3094 for script files.
3095 (Specifying source directories): Likewise.
3096 (Command files): Explain how script files are found.
3097
839c27b7
EZ
30982006-01-21 Eli Zaretskii <eliz@gnu.org>
3099
3100 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
3101 the threads in a multi-threaded program.
3102 (Threads): The threadno argument of "thread apply" can be a range
3103 of numbers.
3104
7be93b9e
JB
31052006-01-18 Jim Blandy <jimb@redhat.com>
3106
3107 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
3108 of warning flags.
3109
fcc73fe3
EZ
31102006-01-13 Eli Zaretskii <eliz@gnu.org>
3111
3112 * gdb.texinfo (Sequences): Improve menu annotations.
3113 (Define): Add index entries for arguments of user-defined
3114 commands. Move the description of flow-control commands...
3115 (Command Files): ...to here. Document loop_break and
3116 loop_continue.
ca91424e
EZ
3117 (Define, Command Files): Document `end' and add index entries for
3118 it.
fcc73fe3 3119
5c95884b
MS
31202006-01-04 Michael Snyder <msnyder@redhat.com>
3121
3122 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 3123 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 3124
860701dc
PH
31252006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
3126
3127 * gdb.texinfo (Omissions from Ada): Document that there is now
3128 limited aggregate support.
3129
36b80e65
EZ
31302005-12-28 Eli Zaretskii <eliz@gnu.org>
3131
3132 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
3133 registers and the likes.
3134
c1468174
EZ
31352005-12-24 Eli Zaretskii <eliz@gnu.org>
3136
3137 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
3138 (Symbols): Fix usage of "e.g.".
359df76b 3139 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
3140
3141 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
3142 (Coding): Fix usage of "e.g.".
3143
c02a867d
EZ
31442005-12-23 Eli Zaretskii <eliz@gnu.org>
3145
5ae4183a
AS
3146 * stabs.texinfo:
3147 * refcard.tex:
c02a867d 3148 * gpl.texi:
5ae4183a
AS
3149 * gdbint.texinfo:
3150 * gdb.texinfo:
3151 * gdb-cfg.texi:
c02a867d 3152 * fdl.texi:
5ae4183a
AS
3153 * annotate.texinfo:
3154 * all-cfg.texi:
c02a867d
EZ
3155 * Makefile.in: Add (C) after Copyright. Update the FSF
3156 address.
3157
fad38dfa
EZ
31582005-12-03 Eli Zaretskii <eliz@gnu.org>
3159
3160 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
3161 extend GDB with commands for external monitor.
3162
53e5f3cf
AS
31632005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
3164
3165 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
3166
55f6ca0f
JB
31672005-11-25 Joel Brobecker <brobecker@adacore.com>
3168
3169 * gdbint.texinfo (Start of New Year Procedure): New chapter.
3170
c1947b85
JB
31712005-11-21 Jim Blandy <jimb@redhat.com>
3172
3173 * gdb.texinfo (Tracepoint Packets): Document restrictions on
3174 placement of 'R' actions in tracepoint action packets; document
3175 dependence of 'X' and 'M' actions on a preceding 'R' action for
3176 their registers.
3177
9d29849a
JB
31782005-11-19 Jim Blandy <jimb@redhat.com>
3179
3180 * gdb.texinfo (Tracepoint Packets): New node.
3181 (General Query Packets): Add entries for the tracepoint packets,
3182 referring to the "Tracepoint Packets" node.
3183 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 3184
9a6253be
KB
31852005-11-18 Kevin Buettner <kevinb@redhat.com>
3186
3187 * gdb.texinfo (set remotebreak): Add anchor.
3188 (X packet): Likewise.
3189 (Remote Protocol): Add new section `Interrupts' and new index
3190 entry `interrupts (remote protocol)'.
3191
5f3bebba
JB
31922005-11-18 Jim Blandy <jimb@redhat.com>
3193
3194 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
3195 entries into the General Query Packets section. Add a
3196 cross-reference to that section. Drop description of replies, as
3197 these are covered in the descriptions of each packet.
3198 (General Query Packets): Add introductory text. Explain naming
3199 conventions, and how the end of a name is recognized.
3200
9a7a1b36
KB
32012005-11-17 Kevin Buettner <kevinb@redhat.com>
3202
0564b6cf 3203 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
3204 "set remotebreak" command.
3205
b8ff78ce
JB
32062005-11-16 Jim Blandy <jimb@redhat.com>
3207
3208 * gdb.texinfo (Packets, Stop Reply Packets)
3209 (General Query Packets): Various formatting cleanups.
3210 - Use @samp for packet contents.
3211 - Drop summaries from packet @item lines; the same information appears
3212 immediately below in the description.
3213 - Delete paragraph breaks after packet @item commands, so that the
3214 description appears directly to the right of the packet prototype
3215 in the printed manual, if it fits.
3216 - Place spaces in packet prototypes between @vars and non-@var
3217 letters, and explain that they're just for formatting.
3218 - Use @dots{} instead of '...'.
3219 - Fix uses of @code where @var was needed.
3220 - Replace "deprecated" markers with English text spelling out the
3221 packet's status and the preferred alternatives.
3222 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
3223 what this ever meant.
3224 - Remove "(draft)" markers on 'i' packets; nobody has commented on
3225 this for a long time.
3226 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
3227 implemented several times, and have been in use for years.
3228
8ffe2530
JB
32292005-11-15 Jim Blandy <jimb@redhat.com>
3230
c43c5473
JB
3231 * gdb.texinfo (Packets): Add index entries for 'm' packet
3232 disclaimers.
5ae4183a 3233
fb031cdf
JB
3234 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
3235 of stub when processing an 'm' packet.
3236
8ffe2530
JB
3237 * gdb.texinfo (Packets): Mention that packets beginning with
3238 letters are reserved once, at the top, instead of actually listing
3239 them all and saying "reserved".
3240
c03c782f
AS
32412005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
3242
3243 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
3244 Change @var{$arg0 to @code{$arg0.
3245
814e32d7
WZ
32462005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
3247
3248 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
3249
fa93a9d8
JB
32502005-11-12 Jim Blandy <jimb@redhat.com>
3251
3252 * gdb.texinfo (General Query Packets): Put packets in alphabetical
3253 order. Remove extraneous 'z'.
3254
8a5a3c82
AS
32552005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
3256
3257 * gdb.texinfo (Choosing files): Add --eval-command.
3258
4b0ad762
AS
32592005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
3260
3261 * gdb.texinfo (Choosing modes): Add --return-child-result.
3262
3263
1a088d06
AS
32642005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
3265
3266 * gdb.texinfo (Choosing modes): Add --batch-silent.
3267
656d5e12
EZ
32682005-10-28 Eli Zaretskii <eliz@gnu.org>
3269
3270 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
3271 "The -var-update Command".
3272
3c9c013a
JB
32732005-10-03 Joel Brobecker <brobecker@adacore.com>
3274
3275 * gdb.texinfo (Print Settings): Add documentation for set/show
3276 print array-indexes.
3277
7ba3cf9c
DJ
32782005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
3279
3280 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
3281 6.2 and 6.3.
3282
a94ab193
EZ
32832005-08-27 Eli Zaretskii <eliz@gnu.org>
3284
3285 * gdb.texinfo (File Options): Don't document --mapped, it's gone
3286 since 19-Jan-2004.
3287 (Files): Likewise.
ab1adacd
EZ
3288 (Variables, Symbols): Document the "<incomplete type>" message and
3289 its reasons.
a94ab193 3290
ca06016a
FF
32912005-08-01 Fred Fish <fnf@specifix.com>
3292
3293 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
3294
cf58170d
NR
32952005-07-15 Nick Roberts <nickrob@snap.net.nz>
3296
3297 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
3298 option for -var-list-children and -var-update.
3299 (GDB/MI Stack Manipulation): Simplify description of
3300 print-values option for -stack-list-locals.
3301 (GDB/MI Command Description Format): Clarify.
3302 (Mode Options): Spelling of superseded.
3303
38f1196a
BR
33042005-07-12 Bob Rossi <bob@brasko.net>
3305
3306 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
3307 corresponding GDB command comment.
3308
3cb3b8df
BR
33092005-07-06 Bob Rossi <bob@brasko.net>
3310
3311 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
3312 and -inferior-tty-show.
3313 (Input/Output): Document "set/show inferior-tty" and tty alias.
3314
10fac096
NW
33152005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
3316
3317 * gdb.texinfo (Packets): Change description of 'D' packet to note
3318 that GDB does wait for a response.
3319
d1b6db76
NR
33202005-06-22 Nick Roberts <nickrob@snap.net.nz>
3321
3322 * gdb.texinfo (History) Rename "Command History".
3323 (Command History): Move node "Server Prefix" from section on
3324 Annotations here.
3325
29629dcf
NR
33262005-06-19 Nick Roberts <nickrob@snap.net.nz>
3327
3328 * gdb.texinfo (GDB/MI Stack Manipulation):
3329 Re-instate -stack-info-frame with example. Say that it gets
3330 info on selected frame, not current frame.
3331
397ca115
EZ
33322005-06-18 Eli Zaretskii <eliz@gnu.org>
3333
3334 * gdb.texinfo (Server): Clarify that `file' should be used before
3335 connecting to the server.
3336 (Files): Add an xref to the above description.
51274035
EZ
3337 (Output Formats): More detailed description of the `c' format.
3338 (Memory): List explicitly all the formats supported by `x'.
638ac427 3339 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 3340 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
3341 files. Add more indexing for solib-absolute-prefix and
3342 --with-sysroot.
76d17f34
EZ
3343 (Machine Code): Document possible problems with locations in
3344 shared libraries.
d416eeec
EZ
3345 (Backtrace): Document that free-standing environments do not need
3346 to have a `main' function.
397ca115 3347
74f6deaa
NR
33482005-06-18 Nick Roberts <nickrob@snap.net.nz>
3349
3350 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
3351 -stack-info-frame.
3352
a9967aef
AC
33532005-06-07 Andrew Cagney <cagney@gnu.org>
3354
3355 * gdb.texinfo (Contributors): Note the original multi-arch
3356 contributors.
3357
e09f16f9
EZ
33582005-06-03 Eli Zaretskii <eliz@gnu.org>
3359
3360 * gdb.texinfo (Registers): Add index entries for the standard
3361 registers.
3362 (Frames): Add cross-reference from frame pointer description to
3363 the Registers node.
3364 (Annotations Overview): Fix the reference to GDB name.
3365
d87ba7ee
EZ
33662005-06-01 Eli Zaretskii <eliz@gnu.org>
3367
3368 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
3369 can-use-hw-watchpoints.
3370
034dad6f
BR
33712005-05-28 Bob Rossi <bob@brasko.net>
3372
3373 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
3374 the possible reasons why an exec async record would be returned to FE.
3375
ffed4509
AC
33762005-05-26 Andrew Cagney <cagney@gnu.org>
3377
3378 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
3379 Andrew Cagney implemented the original GDB/MI.
3380
e22e55c9
OF
33812005-05-23 Orjan Friberg <orjanf@axis.com>
3382
3383 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
3384 documentation. Add documentation for cris-mode.
3385
a78e13ce
EZ
33862005-05-20 Eli Zaretskii <eliz@gnu.org>
3387
3388 * gdb.texinfo (Numbers): Explain the example and make the wording
3389 more acurate.
3390
76ff342d
DJ
33912005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
3392 Dennis Brueni <dennis@slickedit.com>
3393
3394 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
3395 (GDB/MI Data Manipulation, GDB/MI Program Control)
3396 (GDB/MI Stack Manipulation): Update examples to include the fullname
3397 attribute in stack frames.
3398
119b882a
EZ
33992005-05-12 Eli Zaretskii <eliz@gnu.org>
3400
3401 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
3402 do with other non-standard names of init files.
3403
6fc08d32
EZ
34042005-05-11 Eli Zaretskii <eliz@gnu.org>
3405
3406 * gdb.texinfo (Command Files): Move the description of the startup
3407 from here...
3408 (Startup): ...to this new subsection of the Invocation chapter.
3409 Rearrange the description of init files more logically and add a
3410 cross-reference to "Command Files". Document the special gdbinit
3411 name for CISCO 68k. Expand the description of what GDB does
3412 during startup.
3413 (History): Add index entry for HISTSIZE.
3414
a561754a
MK
34152005-05-02 Mark Kettenis <kettenis@gnu.org>
3416
3417 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
3418
2eecc4ab
EZ
34192005-05-02 Eli Zaretskii <eliz@gnu.org>
3420
3421 * gdb.texinfo (SVR4 Process Information, The isatty call)
3422 (The system call): Don't use foo(N) notation for man pages and
3423 functions.
514c4d71 3424 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 3425
18999be5
EZ
34262005-04-27 Eli Zaretskii <eliz@gnu.org>
3427
3428 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
3429 were optimized away.
3430
0abb7bc7
EZ
34312005-04-22 Eli Zaretskii <eliz@gnu.org>
3432
3433 * gdb.texinfo (Remote configuration): Document "set/show
3434 get-thread-local-storage-address". Add cross-reference to the
3435 description of the qGetTLSAddr packet.
3436 (General Query Packets): Mention "set remote
3437 get-thread-local-storage-address" and add a reference to its
3438 description.
3439
6f61acb1
NR
34402005-04-19 Nick Roberts <nickrob@snap.net.nz>
3441
3442 * gdb.texinfo (Backtrace): Describe 'bt full'.
3443
9d59903a
NR
34442005-04-17 Nick Roberts <nickrob@snap.net.nz>
3445
3446 * gdb.texinfo (Mode Options): Fix typo.
3447 (GDB/MI): Describe how to invoke GDB/MI.
3448
721c2651
EZ
34492005-04-16 Eli Zaretskii <eliz@gnu.org>
3450
3451 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 3452 references changed. Add description of "info udot".
721c2651
EZ
3453 (Files): Document "set/show stop-on-solib-events".
3454 (M32R/D): Document "set/show download-path", "set/show
3455 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
3456 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
3457 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
3458 (Maintenance Commands): Improve indexing.
3459 (Target Commands): Document "set/show hash", "set/show debug
3460 monitor".
3461 (SVR4 Process Information): Document "info pidlist" and "info
3462 meminfo". Document "set/show procfs-tarce" and "set/show
3463 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
3464 (Symbols, The Print Command with Objective-C): Improve indexing.
3465 (Objective-C): Add references to "info classes" and "info
3466 selectors".
c45da7e6
EZ
3467 (Debugging Output): Improve wording. Document "set/show debug
3468 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
3469 (Set Breaks): Add index entry for "hardware breakpoints".
3470 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
3471 and "set/show usehardbreakpoints".
3472 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
3473 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
3474 (ARM): Document "rdilogfile", "rdilogenable", "set/show
3475 rdiromatzero", "set/show rdiheartbeat".
3476 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
3477 "sds".
3478 (Embedded Processors): Document the "sim" command.
3479 (Remote): Document the "remote" command.
3480 (DJGPP Native): Document the "info serial" command.
3481 (Threads): Document "maint info sol-threads".
3482 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
3483 (Set Breaks): Improve indexing.
3484 (Command Syntax): Add a reference to dont-repeat.
3485 (Define): Document "dont-repeat".
3486 (TUI Commands): Document "tabset".
3487 (WinCE): New subsection. Document "set/show remotedirectory",
3488 "set/show remoteupload", "set/show remoteaddhost".
721c2651 3489
14d6dd68
EZ
34902005-04-15 Eli Zaretskii <eliz@gnu.org>
3491
3492 * gdb.texinfo (Hurd Native): New subsection, documents
3493 Hurd-specific commands.
a64548ea 3494 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 3495 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
3496 (MIPS): Improve documentation of heuristic-fence-post. Document
3497 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
3498 mips stack-arg-size", "set/show mips mask-address", "set/show mips
3499 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 3500 (ARM): Document ARM-specific commands.
a64548ea
EZ
3501 (AVR): New section. Document "info io_registers".
3502 (CRIS): New section. Document "set/show cris-version" and
3503 "set/show cris-dwarf2-cfi".
3504 (HPPA): New section. Document "set/show debug hppa" and "maint
3505 print unwind".
a5adf40f 3506 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 3507 (Super-H): New section. Document the "regs" command.
721c2651 3508 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 3509
9c16f35a
EZ
35102005-04-09 Eli Zaretskii <eliz@gnu.org>
3511
3512 * gdb.texinfo (Print Settings): Document "set/show print
3513 pascal_static-members", "set print repeats", "show print
3514 null-stop". Improve indexing. Fix documentation of "set print
3515 union".
3516 (Pascal): New section.
3517 (Supported languages): Rename from "Support"; all references
3518 updated. Add a menu item for Pascal.
3519 (Numbers): Document "set radix.
3520 (Screen Size): Document "set/show pagination".
3521 (MIPS Embedded): Remove "set processor" documentation.
3522 (Remote configuration): Document "set/show X/P/Z-packet",
3523 "set/show read-aux-vector-packet", "set/show remote
3524 symbol-lookup-packet", "set/show remote verbose-resume-packet",
3525 "set/show remoteaddresssize", "set/show remotebaud", "set/show
3526 remotedebug", "set/show remotebreak", "set/show remotedevice",
3527 "set/show remotelogfile".
3528 (Auxiliary Vector): Add reference to the description of the
3529 read-aux-vector-packet setting.
3530 (Set Watchpoints): Add a cross-reference to "set remote
3531 hardware-breakpoint-limit".
3532 (General Query Packets): Add indexing of requests and
3533 cross-references to related commands in "Remote configuration".
3534 (File-I/O Overview, The system call): Fix wording and typos.
3535 (Thread Stops): Add index entries.
3536 (Continuing and Stepping): Document "show step-mode".
3537 (i386): New node. Document "set/show struct-convention".
3538 (Files): Document "show trust-readonly-sections".
3539 (Calling): Document "set/show unwindonsignal".
3540 (Messages/Warnings): Add index entries.
3541 (Maintenance Commands): Document "set/show watchdog".
3542 (Annotations Overview): Document "show annotate".
3543 (Set Watchpoints): Add index entries.
3544 (Symbols): Fix doc of case-sensitive.
3545 (ABI): Document "show coerce-float-to-double".
3546 (Convenience Vars, Help): Improve indexing.
3547 (Machine Code): Document "show disassembly-flavor".
3548 (Debugging C plus plus): Document "show overload-resolution".
3549 (Value History, Signaling): Add index entries.
3550
35512005-04-08 Eli Zaretskii <eliz@gnu.org>
3552
3553 * gdb.texinfo (Show): Move @kindex entries to their proper places.
3554 (Processes): Fix wording.
3555 (History, List, Logging output, Define, Symbols, Print Settings):
3556 Improve indexing.
3557
a8f24a35
EZ
35582005-04-03 Eli Zaretskii <eliz@gnu.org>
3559
3560 * gdb.texinfo (Targets): Document "set/show architecture". Remove
3561 redundant index entry for "target" command.
3562 (Backtrace): Add index entries.
3563 (Symbols, Fortran): Document the "set case-sensitive" command.
3564 (DJGPP Native): Document "set com1base", "set com1irq", etc.
3565 (Print Settings): Add index entry for "set demangle-style".
3566 (Target Commands): Document "set download-write-size".
3567 (Debugging Output): Document "set exec-done-display".
3568
09d4efe1
EZ
35692005-04-02 Eli Zaretskii <eliz@gnu.org>
3570
3571 * gdb.texinfo (Files): Fix the name and documentation of
3572 add-shared-symbol-files. Document its alias assf. Update the
3573 list of OSs where GDB supports shared libraries. Fix markup.
3574 (Continuing and Stepping): Add reference to @var{location} in the
3575 text.
3576 (Dump/Restore Files): Fix reference to @{filename}.
3577 (Help): Fix wording.
3578 (Attach): Ditto.
3579 (Set Watchpoints): Ditto.
3580 (Backtrace): Remove redundant index entries. Improve index
3581 entries.
3582 (Delete Breaks): Fix wording.
3583 (Memory): Document the compare-sections command.
3584 (Memory Region Attributes): Improve wording.
3585 (Disabling): Improve wording.
3586 (Fortran): New subsection. Document the "info common" command.
3587 (Help): Document aliases "info copying" and "info warranty".
3588 (Caching Remote Data): New section. Document the "set/show
3589 remotecache" and "info dcache" commands.
3590 (Show): Fix wording of the documentation of the "set
3591 extension-language" command.
3592 (Signals): Add index entry for "info handle".
3593 (Memory Region Attributes): Fix punctuation.
3594 (Symbols): Change the arg name to "location" and refer to it in
3595 the text. Fix wording of "info types" doc.
3596 (Threads): Fix usage of @enumerate @item's.
3597 (Listing Tracepoints): Add index entry for "info tp".
3598 (Set Watchpoints): Add xref to "info break" description.
3599 (Macros): Add an index entry for "macro exp1". Document the
3600 "macro list" command.
3601 (Maintenance Commands): Document "flushregs", "maint agent",
3602 "maint check-symtabs", "maint cplus", "maint demangle", "maint
3603 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
3604 "maint print architecture", "maint print objfiles", "maint print
3605 statistics", "maint print type", "maint show-debug-regs", "maint
3606 space", "maint time", and "maint translate-address".
3607 (Connecting): Document the "monitor" command.
3608 (Annotations Overview): Describe the "set annotate" command.
3609
82f2d802
EZ
36102005-04-01 Eli Zaretskii <eliz@gnu.org>
3611
3612 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
3613 Rearrange index entries and improve wording about support for
3614 hardware watchpoints.
3615
7d51c7de
BR
36162005-03-10 Bob Rossi <bob@brasko.net>
3617
3618 * gdb.texinfo: Update copyright
3619
68c71a2e
TR
36202005-02-09 Theodore A. Roth <troth@openavr.org>
3621
3622 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
3623 error.
3624
83761cbd
KB
36252005-02-03 Kevin Buettner <kevinb@redhat.com>
3626
3627 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
3628
9f1c6395
MS
36292005-01-17 Michael Snyder <msnyder@redhat.com>
3630
3631 * gdb.texinfo: Fix spelling, infinte -> infinite.
3632
fbd1b305
MK
36332005-01-08 Mark Kettenis <kettenis@gnu.org>
3634
3635 * observer.texi (GDB Observers): Document "solib_loaded".
3636
3ace7edb
AC
36372005-01-07 Andrew Cagney <cagney@gnu.org>
3638
bec39cab
AC
3639 * configure.ac: Rename configure.in, require autoconf 2.59.
3640 * configure: Re-generate.
3641
3ace7edb
AC
3642 * configure.in: Replace configdirs with multiple references to
3643 AC_CONFIG_SUBDIRS.
3644 * configure: Re-generate.
5ae4183a 3645
53531fc1
AC
36462005-01-04 Andrew Cagney <cagney@gnu.org>
3647
3648 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
3649 part of the version number.
3650
536ffdb7
MK
36512004-12-24 Mark Kettenis <kettenis@gnu.org>
3652
3653 * gdbint.texinfo (Algorithms): Remove description of
3654 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
3655
e1aac25b
JB
36562004-12-07 Jim Blandy <jimb@redhat.com>
3657
3658 * gdb.texinfo (General Query Packets): Specify that thread ID's in
3659 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
3660 numbers.
3661
f47b1503
AS
36622004-12-07 Andreas Schwab <schwab@suse.de>
3663
3664 * gdb.texinfo (Mode Options): Document -l option.
3665
b6b8ece6
EZ
36662004-12-04 Eli Zaretskii <eliz@gnu.org>
3667
3668 * gdbint.texinfo (Algorithms): More accurate description of
3669 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
3670 is not needed unless data-read and data-access watchpoints are
3671 supported. Add a description of how GDB checks whether the
3672 inferior stopped because a watchpoint was hit.
3673
01371747
EZ
36742004-11-23 Eli Zaretskii <eliz@gnu.org>
3675
3676 * gdb.texinfo (Files): Add cross-reference to description of
3677 -readnow command-line switch.
3678
2315ffec
RC
36792004-11-10 Randolph Chung <tausq@debian.org>
3680
3681 * gdb.texinfo: Document set/show backtrace past-entry commands.
3682 Rearrange index entries for set/show backtrace past-main.
3683
69065f5d
AC
36842004-11-10 Jon Beniston <jon@beniston.com>
3685
3686 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
3687 * gdb.texinfo (Remote Serial Protocol): Further describe
3688 binary transfer escaping mechanism .
69065f5d 3689
30e91e0b
RC
36902004-11-08 Randolph Chung <tausq@debian.org>
3691
3692 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
3693 and "show debug infrun". Add index entries.
3694
60bf7e09
EZ
36952004-10-23 Eli Zaretskii <eliz@gnu.org>
3696
3697 * gdb.texinfo (SVR4 Process Information): Document subcommands of
3698 "info proc" that are already implemented. Add index entries.
3699 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
3700 (Files): Add a tip for decreasing memory used for symtabs from
3701 shared libraries.
f018e82f
EZ
3702 (Starting): Fix whitespace; make "elaboration" stand out where it
3703 is first used, and add an index entry for the term.
f8568604
EZ
3704 (Calling): Expand and elaborate text. Add "print". Add the
3705 description of problems with weak aliases.
384ee23f 3706 (Core File Generation): New section.
60bf7e09 3707
d52fe014
AC
37082004-10-12 Andrew Cagney <cagney@gnu.org>
3709
3710 * gdbint.texinfo (Versions and Branches): New chapter.
3711 (Releasing GDB): Delete "Versions and Branches" section.
3712 (Top): Add "Versions and Branches".
3713
703663ab
EZ
37142004-10-08 Eli Zaretskii <eliz@gnu.org>
3715
3716 * gdb.texinfo (Editing, History): Add cross-references to the
3717 included Readline and History user documentation. Remove
3718 references to the symbol have-readline-appendices which is unused
3719 and undefined.
3720 (History): Fix indexing.
3721
ac77d04f
JJ
37222004-10-08 Jeff Johnston <jjohnstn@redhat.com>
3723
3724 * gdbint.texinfo (target_stopped_data_address): Update to
3725 new prototype.
3726 (i386_stopped_data_address): Update prototype and description.
3727 (i386_stopped_by_watchpoint): New function and description.
3728
e07c999f
PH
37292004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
3730
3731 * gdb.texinfo (Filenames): Add Ada suffixes.
3732 (Ada) New section.
3733
2e868123
AC
37342004-09-27 Andrew Cagney <cagney@gnu.org>
3735 Robert Picco <Robert.Picco@hp.com>
3736
3737 * gdb.texinfo (Packets): Document the "p" packet.
3738
02a57714
JM
37392004-09-21 Jason Molenda (jmolenda@apple.com)
3740
3741 * gdb.texinfo (Paths and Names of the Source Files): Document the
3742 meaning of values in the 'desc' field of a SO stab.
3743
ae038cb0
DJ
37442004-09-20 Daniel Jacobowitz <dan@debian.org>
3745
3746 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
3747 max-cache-age" and "maint show dwarf2 max-cache-age".
3748
f7dc1244
EZ
37492004-09-16 Eli Zaretskii <eliz@gnu.org>
3750
3751 * gdb.texinfo (Set Breaks): Add index entry for setting
3752 breakpoints on overloaded C++ functions that are not members of
3753 any classes. Add an example and an index entry for setting
3754 breakpoints on all program functions.
3755 (Character Sets, Macros, Overlay Commands)
3756 (Non-debug DLL symbols, GDB/MI Output Syntax)
3757 (Annotations Overview, Maintenance Commands, File-I/O Overview):
3758 Use "(@value{GDBP})" instead of a literal "(gdb)".
3759
f810308b
AC
37602004-09-12 Andrew Cagney <cagney@gnu.org>
3761
3762 * gdbint.texinfo (Native Debugging): Delete description of
3763 FILES_INFO_HOOK.
3764
15a661f3
PH
37652004-09-11 Paul Hilfinger <hilfinger@gnat.com>
3766
5ae4183a
AS
3767 * gdbint.texinfo (User Interface): Change local_hex_string_custom
3768 to hex_string_custom (not historically correct, but more
15a661f3
PH
3769 understandable, given the current code).
3770
f3219c75
AC
37712004-09-03 Andrew Cagney <cagney@gnu.org>
3772
3773 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
3774
f3bb6704
JJ
37752004-09-01 Jeff Johnston <jjohnstn@redhat.com>
3776
3777 * observer.texi (solib_unloaded): New observer.
3778
8d2c00cb
AC
37792004-08-24 Andrew Cagney <cagney@gnu.org>
3780
3781 * gdbint.texinfo (Target Architecture Definition): Add missing
3782 comma.
3783
e7dc800a
MC
37842004-08-20 Michael Chastain <mec.gnu@mindspring.com>
3785
3786 * (Using the Testsuite): build != host is supported,
3787 but some test scripts do not support build != host.
3788
73b03683
MK
37892004-08-14 Mark Kettenis <kettenis@gnu.org>
3790
3791 * gdbint.texinfo (Host Definition): Delete description of
3792 FCLOSE_PROVIDED and GETENV_PROVIDED.
3793
c0ccb908
MK
37942004-08-05 Mark Kettenis <kettenis@chello.nl>
3795
3796 * gdbint.texinfo (Host Definition): Delete description of
3797 NO_SYS_FILE.
3798 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
3799 PTRACE_FP_BUG.
3800
9c8dbfa9
AC
38012004-08-05 Andrew Cagney <cagney@gnu.org>
3802
3803 * gdbint.texinfo (Target Architecture Definition): Delete
3804 reference to deprecated_read_fp.
3805
f42accbe
AC
38062004-08-02 Andrew Cagney <cagney@gnu.org>
3807
3808 * gdbint.texinfo (Target Architecture Definition): Delete
3809 description of DEPRECATED_REGISTER_BYTES.
3810
0b66e38c
EZ
38112004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
3812
3813 * gdb.texinfo (Source Path): Document the new behavior of
3814 searching for the source files.
3815
15387254
EZ
38162004-07-17 Eli Zaretskii <eliz@gnu.org>
3817
3818 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
3819 (Search, Expressions, Arrays, Variables, Data, Machine Code)
3820 (Auto Display): Improve indexing.
3821
2c07db7a
AC
38222004-07-16 Andrew Cagney <cagney@gnu.org>
3823
3824 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
3825 "-noasync".
3826
4644b6e3
EZ
38272004-07-09 Eli Zaretskii <eliz@gnu.org>
3828
3829 * gdb.texinfo: Fix @kindex entries so that multiple commands that
3830 have the same prefix have only their prefix in the index.
3831
7561d450
MK
38322004-07-03 Mark Kettenis <kettenis@gnu.org>
3833
3834 * gdb.texinfo (BSD libkvm Interface): New node (section)
3835 (Native): Add it to the menu.
3836
67bebe79
MK
38372004-07-01 Mark Kettenis <kettenis@gnu.org>
3838
3839 * gdbint.texinfo (Target Architecture Definition): Remove
3840 PCC_SOL_BROKEN.
3841
1a6923e0
MK
38422004-06-24 Mark Kettenis <kettenis@gnu.org>
3843
3844 * gdbint.texinfo (Target Architecture Definition): Remove
3845 SUN_FIXED_LBRAC_BUG.
3846
b435e160
AC
38472004-06-26 Andrew Cagney <cagney@gnu.org>
3848
3849 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
3850
b5622e8d
AC
38512004-06-20 Andrew Cagney <cagney@gnu.org>
3852
3853 * gdbint.texinfo (Target Architecture Definition): Deprecate
3854 USE_STRUCT_CONVENTION.
3855
e0c07bf0
MC
38562004-06-19 Michael Chastain <mec.gnu@mindspring.com>
3857
3858 gdb.texinfo (Bug Reporting): Mention session recording,
3859 with the script command or Emacs.
3860
782263ab
AC
38612004-06-18 Andrew Cagney <cagney@gnu.org>
3862
3863 * gdbint.texinfo (Target Architecture Definition): Deprecate
3864 FUNCTION_START_OFFSET.
3865
03727ca6
AC
38662004-06-14 Andrew Cagney <cagney@gnu.org>
3867
3868 Based on changes from Karl Berry.
3869 * gdb.texinfo: Do not use @sc in a direntry.
3870 * stabs.texinfo: Change @dircateogry to "Software development".
3871 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
3872
97092415
AC
38732004-06-13 Andrew Cagney <cagney@gnu.org>
3874
3875 * gdbint.texinfo (Target Architecture Definition): Delete
3876 description of RETURN_VALUE_ON_STACK.
3877
1f6d4158
AC
38782004-06-09 Andrew Cagney <cagney@gnu.org>
3879
3880 * gdbint.texinfo (Native Debugging): Restore "@table @code"
3881 deleted by previous patch.
3882
d966f0cb
AC
38832004-06-08 Andrew Cagney <cagney@gnu.org>
3884
3885 * gdbint.texinfo (Native Debugging): Delete documentation on
3886 ATTACH_DETACH.
3887
86fe4aaa
RC
38882004-06-06 Randolph Chung <tausq@debian.org>
3889
3890 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
3891
d4b6d575
RC
38922004-06-06 Randolph Chung <tausq@debian.org>
3893
5ae4183a 3894 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
3895 the new push_dummy_call method signature. Describe the function
3896 argument.
3897
4e8b0763
JB
38982004-05-24 Joel Brobecker <brobecker@gnat.com>
3899
3900 * gdb.texinfo (Starting): Document new start command.
3901
59caf092
AC
39022004-05-21 Andrew Cagney <cagney@redhat.com>
3903
3904 * observer.texi (GDB Observers): Document "inferior_created".
3905
e4a2df64
AC
39062004-05-08 Andrew Cagney <cagney@redhat.com>
3907
e6b55ae2
AC
3908 * gdbint.texinfo (Target Architecture Definition): Delete
3909 description of DO_DEFERRED_STORES.
3910
28954179
AC
3911 * gdbint.texinfo (Target Architecture Definition): Delete
3912 references to DEPRECATED_FIX_CALL_DUMMY.
3913
434b87dd
AC
3914 * gdbint.texinfo (Target Architecture Definition): Delete
3915 description of DEPRECATED_CALL_DUMMY_WORDS,
3916 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
3917
58d28df8
AC
3918 * gdbint.texinfo (Target Architecture Definition): Delete
3919 description of DEPRECATED_PUSH_DUMMY_FRAME.
3920
e4a2df64
AC
3921 * gdbint.texinfo (Target Architecture Definition): Delete
3922 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
3923
2b4855ab
AC
39242004-05-07 Andrew Cagney <cagney@redhat.com>
3925
3926 * observer.texi (GDB Observers): Add "Debugging" section. Include
3927 cross reference to "set/show debug observer".
3928 * gdb.texinfo (Debugging Output): Document "set/show debug
3929 observer".
3930
fcf70625
AC
39312004-05-01 Andrew Cagney <cagney@redhat.com>
3932
3933 * gdbint.texinfo (Target Architecture Definition): Delete
3934 description of DEPRECATED_PC_IN_SIGTRAMP.
3935
8ee56bcf
AC
39362004-04-30 Andrew Cagney <cagney@redhat.com>
3937
3938 * gdbint.texinfo (Target Architecture Definition): Delete
3939 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
3940
67ab9a76
OF
39412004-04-30 Orjan Friberg <orjanf@axis.com>
3942
3943 * observer.texi (GDB Observers): Correct spelling.
3944
79346bcb
OF
39452004-04-26 Orjan Friberg <orjanf@axis.com>
3946
3947 * observer.texi (GDB Observers): Add target_changed event.
3948
7a464420
AC
39492004-04-08 Andrew Cagney <cagney@redhat.com>
3950
3951 * observer.texi (GDB Observers): Rework, provide generic observer
3952 definitions and then a list of observable events.
3953
6cdf9d98
AC
39542004-04-04 Andrew Cagney <cagney@redhat.com>
3955
3956 * gdbint.texinfo (Host Definition): Delete reference to
3957 NO_SIGINTERRUPT.
3958
ddc135a4
AC
39592004-04-02 Andrew Cagney <cagney@redhat.com>
3960
3961 * gdbint.texinfo (Target Architecture Definition): Delete
3962 reference to DEPRECATED_CALL_DUMMY_LENGTH.
3963
6a1b180d
SC
39642004-03-28 Stephane Carrez <stcarrez@nerim.fr>
3965
3966 * gdb.texinfo (TUI Commands): Document tui reg commands.
3967
d0d5df6f
AC
39682004-03-26 Andrew Cagney <cagney@redhat.com>
3969
3970 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
3971 "gdbtui".
3972 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
3973 (Contributors): Mention both Text and Terminal User Interface.
3974
aa2a3f87
AC
39752004-03-23 Andrew Cagney <cagney@redhat.com>
3976
3977 * gdbint.texinfo (Target Architecture Definition): Deprecate
3978 references to SIGTRAMP_START and SIGTRAMP_END.
3979
f561f026
AC
39802004-03-23 Andrew Cagney <cagney@redhat.com>
3981
3982 * gdbint.texinfo (Target Architecture Definition): Deprecate
3983 references to PC_IN_SIGTRAMP.
3984
33cb8b0f
AC
39852004-03-19 Andrew Cagney <cagney@redhat.com>
3986
3987 * gdbint.texinfo (Target Architecture Definition): Delete
3988 reference to GDB_TARGET_IS_HPPA.
3989
fc989b7a
AC
39902004-03-18 Andrew Cagney <cagney@redhat.com>
3991
3992 * gdbint.texinfo (Coding): Update section on gdbarch_data,
3993 describe pre_init and post_init.
3994
701b08bb
DJ
39952004-03-09 Daniel Jacobowitz <drow@mvista.com>
3996
3997 * gdb.texinfo (Debugging Output): Document values for "set debug
3998 target".
3999
faae5abe
AC
40002004-02-28 Andrew Cagney <cagney@redhat.com>
4001
4002 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
4003
dd79a6cf
JJ
40042004-02-26 Jeff Johnston <jjohnstn@redhat.com>
4005
4006 * gdb.texinfo (breakpoints): Add information about the
4007 new "set breakpoint pending" and "show breakpoint pending"
4008 commands.
4009
e7f16015
AC
40102004-02-26 Andrew Cagney <cagney@redhat.com>
4011
4012 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
4013 in Per-architecture module data section.
4014
7161a3a6
RM
40152004-02-25 Roland McGrath <roland@redhat.com>
4016
4017 * gdb.texinfo (General Query Packets): Document qPart:... packets.
4018
2154891a
AC
40192004-02-24 Andrew Cagney <cagney@redhat.com>
4020
4021 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
4022 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
4023 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 4024
6c74ac8b
AC
40252004-02-17 Andrew Cagney <cagney@redhat.com>
4026
4027 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
4028
19772a2c
AC
40292004-02-16 Andrew Cagney <cagney@redhat.com>
4030
4031 * gdbint.texinfo (Target Architecture Definition): Deprecate
4032 FRAMELESS_FUNCTION_INVOCATION.
4033
c9830293
AC
40342004-02-16 Andrew Cagney <cagney@redhat.com>
4035
4036 * gdbint.texinfo (Coding): Mention -Wunused-function.
4037
b9d26eb9
AC
40382004-02-14 Andrew Cagney <cagney@redhat.com>
4039
4040 * gdbint.texinfo (Target Architecture Definition): Delete
4041 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
4042
49efadf5
EZ
40432004-02-12 Elena Zannoni <ezannoni@redhat.com>
4044
4045 * gdb.texinfo: Properly quote the name "C++".
4046 * gdbint.texinfo: Ditto.
4047 * stabs.texinfo: Ditto.
4048
1eb288ea
EZ
40492004-02-11 Elena Zannoni <ezannoni@redhat.com>
4050
4051 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
4052 minimal information about libiberty.
4053
e4937fc1
MC
40542004-02-06 Michael Chastain <mec.gnu@mindspring.com>
4055
4056 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
4057
a9331b3f
RM
40582004-02-04 Roland McGrath <roland@redhat.com>
4059
4060 * gdb.texinfo (Auxiliary Vector): New node (section).
4061 (Data): Add it to the menu.
4062
2650777c
JJ
40632004-02-02 Jeff Johnston <jjohnstn@redhat.com>
4064
4065 * gdb.texinfo (Breakpoints): Add information about pending
4066 breakpoint support.
4067
b4501125
AC
40682004-01-26 Andrew Cagney <cagney@redhat.com>
4069
4070 * gdb.texinfo (Overview): Delete references to the cisco protocol
4071 including the "N" response.
4072
74055713
AC
40732004-01-26 Andrew Cagney <cagney@redhat.com>
4074
4075 * gdbint.texinfo (Target Architecture Definition): Rename
4076 EXTRACT_STRUCT_VALUE_ADDRESS to
4077 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 4078
3bbe9696
EZ
40792004-01-24 Eli Zaretskii <eliz@gnu.org>
4080
4081 * gdb.texinfo (KOD): Document "show os". Add index entries for
4082 "set/show os" and "info cisco" commands.
4083
5843504f
EZ
40842004-01-21 Eli Zaretskii <eliz@gnu.org>
4085
4086 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
4087
9175c9a3
MC
40882004-01-19 Michael Chastain <mec.gnu@mindspring.com>
4089
4090 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
4091 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
4092
8e94b928
NR
40932004-01-19 Nick Roberts <nick@nick.uklinux.net>
4094
4095 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
4096 -stack-list-locals.
4097 (GDB/MI Variable Objects): Describe extension to
4098 -var-list-children.
4099
a20cf136
DJ
41002004-01-17 Daniel Jacobowitz <drow@mvista.com>
4101
4102 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
4103
afb18d0f
AC
41042004-01-17 Andrew Cagney <cagney@redhat.com>
4105
4106 * gdbint.texinfo (Target Architecture Definition): Delete
4107 documentation on DEPRECATED_NPC_REGNUM.
4108
b51970ac
DJ
41092004-01-13 Daniel Jacobowitz <drow@mvista.com>
4110
4111 * gdb.texinfo: Update copyright year. Mention that set
4112 follow-fork-mode is supported on GNU/Linux. Remove documentation of
4113 "set follow-fork-mode ask".
4114
0f0cffd2
AC
41152004-01-13 Andrew Cagney <cagney@redhat.com>
4116
4117 * gdbint.texinfo: Update copyright year.
4118 (Coding): Add -Wunused-label to list of -Werror warnings.
4119
c552b3bb 41202004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 4121 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
4122
4123 * gdb.texinfo: Update copyright.
4124 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
4125 around names, as appropriate. Minor syntax cleanup of
4126 _NSPrintForDebugger explanation. Two spaces after periods.
4127 GDBN used instead of lit. "gdb". Index entries added for
4128 print-object and _NSPrintForDebugger. @noindent added in one spot.
4129
afe157ca
EZ
41302003-11-11 Elena Zannoni <ezannoni@redhat.com>
4131
4132 * stabs.texinfo: Add dircategory and direntry commands.
4133 * annotate.texinfo: Ditto.
4134
963e2bb7
AC
41352003-11-10 Andrew Cagney <cagney@redhat.com>
4136
4137 * gdbint.texinfo (Target Architecture Definition): Replace the
4138 return_value method's "inval" and "outval" parameters with
4139 "readbuf" and "writebuf".
4140
1d8b2f28
JB
41412003-10-28 Jim Blandy <jimb@redhat.com>
4142
4143 * gdb.texinfo (The F request packet, The F reply packet): Renamed
4144 from "The `F' request packet" and "The `F' reply packet", to make
4145 texi2dvi happy.
4146 (File-I/O remote protocol extension): Update menu entries, too.
4147
36d86913
MC
41482003-10-26 Michael Chastain <mec@shout.net>
4149
4150 * gdb.texinfo (Thread Stops): Document the issue with
4151 premature return from system calls in multi-threaded programs.
4152
ce2826aa
AC
41532003-10-24 Andrew Cagney <cagney@redhat.com>
4154
4155 * annotate.texinfo: Fix "fortunatly"[sic].
4156
f24c5e49
KI
41572003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
4158
4159 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
4160 with "Hitachi" and "Mitsubishi".
4161
92ad9cd9
AC
41622003-10-20 Andrew Cagney <cagney@redhat.com>
4163
4164 * gdbint.texinfo (Target Architecture Definition): Document
4165 gdbarch_return_value. Add cross references from
4166 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
4167 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
4168
0ab4b752
MK
41692003-10-18 Mark Kettenis <kettenis@gnu.org>
4170
4171 * gdbint.texinfo (Target Architecture Definition): Document
4172 regset_from_core_section.
fb3e19c0
KI
4173
41742003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
4175
4176 * gdb.texinfo (M32R/D): Mention m32rsdi target.
4177
a9331b3f 41782003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
4179
4180 From Anthony Green <green@redhat.com>:
5ae4183a 4181 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 4182
1485d690
KB
41832003-10-14 Kevin Buettner <kevinb@redhat.com>
4184
4185 * gdb.texinfo (Breakpoint related warnings): New node.
4186 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 4187
86d30acc
DJ
41882003-10-13 Daniel Jacobowitz <drow@mvista.com>
4189
4190 * gdb.texinfo (Remote Protocol): Document v and vCont.
4191
172c2a43
KI
41922003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
4193
4194 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
4195 * gdbint.texinfo: Ditto.
4196
71952f4c
AC
41972003-10-09 Andrew Cagney <cagney@redhat.com>
4198
4199 From 2003-09-18 David Anderson <davea@sgi.com>:
4200 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
4201 "command".
4202
268e2188
AC
42032003-10-03 Andrew Cagney <cagney@redhat.com>
4204
4205 * gdbint.texinfo (Target Architecture Definition): Deprecate
4206 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
4207 just target.
4208
12c266ea 42092003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 4210
f30992d4 4211 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
4212 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
4213 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
4214 * gdbint.texinfo (Target Architecture Definition): Rename
4215
42162003-09-30 Andrew Cagney <cagney@redhat.com>
4217
f30992d4 4218 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 4219 (Target Architecture Definition):
f30992d4 4220
2e092625
AC
4221 * gdbint.texinfo (Target Architecture Definition): Rename
4222 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
4223
0717ae8a
AC
42242003-09-29 Andrew Cagney <cagney@redhat.com>
4225
dad809b7
AC
4226 * gdbint.texinfo (Target Architecture Definition): Delete
4227 documentation for NEED_TEXT_START_END.
4228
0717ae8a
AC
4229 * gdbint.texinfo (Target Architecture Definition): Rename
4230 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
4231 TARGET_WRITE_PC.
a9331b3f 4232
af6cf26d
MC
42332003-09-22 Michael Chastain <mec@shout.net>
4234
4235 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
4236
ee206350
AG
42372003-09-21 Anthony Green <green@redhat.com>
4238
4239 * gdbint.texinfo (Target Architecture Definition): Fix typos.
4240
a38c9fe6
MK
42412003-09-21 Mark Kettenis <kettenis@gnu.org>
4242
4243 * gdbint.texinfo (Target Architecture Definition): Document
4244 stabs_argument_has_addr.
4245
77949794
AC
42462003-09-18 Andrew Cagney <cagney@redhat.com>
4247
4248 * gdbint.texinfo (Target Architecture Definition): Delete
4249 documentation on REGISTER_NAMES.
4250
8e823e25
MK
42512003-09-13 Mark Kettenis <kettenis@gnu.org>
4252
4253 * gdbint.texinfo (Target Architecture Definition): Replace
4254 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
4255
f27dd7fd
AC
42562003-09-11 Andrew Cagney <cagney@redhat.com>
4257
4258 * gdbint.texinfo (Target Architecture Definition): Replace
4259 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
4260
8b148df9
AC
42612003-08-18 Andrew Cagney <cagney@redhat.com>
4262
4263 * gdbint.texinfo (Target Architecture Definition): Document
4264 "frame_red_zone_size".
4265
25d29d70
AC
42662003-08-09 Andrew Cagney <cagney@redhat.com>
4267
4268 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
4269 with "set/show backtrace past-main" and "set/show backtrace
4270 limit".
4271
c938e9b0
L
42722003-08-08 H.J. Lu <hongjiu.lu@intel.com>
4273
4274 * Makefile.in (install-info): Support DESTDIR.
4275 (install-html): Likewise.
4276
64fabec2
AC
42772003-08-07 Andrew Cagney <cagney@redhat.com>
4278
4279 Patch from Nick Roberts.
4280 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
4281 bindings. Remove description of send-gdb-command.
4282
2fcf52f0
AC
42832003-08-07 Andrew Cagney <cagney@redhat.com>
4284
4285 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
4286 GDB 6.0.
4287
086432e2
AC
42882003-08-06 Andrew Cagney <cagney@redhat.com>
4289
4290 * gdb.texinfo (Mode Options): Mention that level three is the
4291 highest available and that level 2 is deprecated.
4292 (Annotations Overview): Mention annotation levels. Cross reference
4293 to "Limitations of the Annotation Interface" in annotate.texi.
4294 (TODO, Value Annotations, Frame Annotations): Delete section.
4295 (Displays, Breakpoint Info): Delete.
4296
e5249f67
AC
42972003-08-04 Andrew Cagney <cagney@redhat.com>
4298
4299 * agentexpr.texi: Delete @bye.
4300 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
4301 (stabs.info): Add $(srcdir) to include search path.
4302 (html): Depend on "annotate_toc.html", and not "annotate.html".
4303 * stabs.texinfo: Ditto. Include "fdl.texi".
4304 * gdbint.texinfo: Update copyright statement's list of invariant
4305 sections.
4306
e6f672d2
AC
43072003-07-28 Andrew Cagney <cagney@redhat.com>
4308
4309 * Makefile.in (INFO_DEPS): Add annotate.info.
4310 (dvi, ps, html, pdf): Add annotate.
4311 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
4312 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
4313 (ANNOTATE_DOC_FILES): New macro.
4314 (ANNOTATE_TEX_TMPS): New macro.
4315 (annotate.info, annotate_toc.html): Specify dependencies.
4316 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
4317 * annotate.texinfo: Rename annotate.texi. Get building. Add
4318 "Migrating to GDB/MI" and "Limitations of the Annotation
4319 Interface" chapters. Mention why it is not part of the user
4320 guide. Update copyright notice. Include "fdl.texi".
4321
72ffddc9
SC
43222003-07-26 Stephane Carrez <stcarrez@nerim.fr>
4323
4324 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
4325
a9f12a31
DJ
43262003-07-24 Daniel Jacobowitz <drow@mvista.com>
4327
4328 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
4329
b1fe9455
DJ
43302003-07-24 Daniel Jacobowitz <drow@mvista.com>
4331
4332 * gdb.texinfo (Server): Mention pidof.
4333
153721e6
AC
43342003-07-22 Andrew Cagney <cagney@redhat.com>
4335
4336 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
4337 list.
4338
0fac0b41
DJ
43392003-06-28 Daniel Jacobowitz <drow@mvista.com>
4340
4341 * gdb.texinfo (Logging output): New chapter.
4342
4e562065
JB
43432003-06-24 Joel Brobecker <brobecker@gnat.com>
4344
4345 * gdb.texinfo (Unsupported languages): New section.
4346 (Languages): Add link to new section.
4347
f2c06f52
AC
43482003-06-22 Andrew Cagney <cagney@redhat.com>
4349
4350 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
4351
b4177fca
DJ
43522003-06-22 Daniel Jacobowitz <drow@mvista.com>
4353
4354 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
4355
f418dd93
DJ
43562003-06-22 Daniel Jacobowitz <drow@mvista.com>
4357
4358 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
4359 * agentexpr.texi: Retitle section, and change it to an appendix.
4360 Comment out texinfo initialization. Factor a @var{} into two
4361 pieces to prevent makeinfo warnings.
4362 * gdb.texinfo: Add Agent Expressions appendix.
4363
4ca61388
DJ
43642003-06-19 Daniel Jacobowitz <drow@mvista.com>
4365
4366 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
4367
07f31aa6
DJ
43682003-06-18 Daniel Jacobowitz <drow@mvista.com>
4369
5ae4183a 4370 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
4371 remote target". Document the "detach" and "disconnect" commands.
4372 (Server, Netware, Debug Session): Reference "Connecting to a
4373 remote target".
4374 (GDB/MI Target Manipulation): Document "-target-disconnect".
4375
2dd0da42
AC
43762003-06-13 Andrew Cagney <cagney@redhat.com>
4377
4378 * gdbint.texinfo (Target Architecture Definition): Deprecate
4379 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
4380 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
4381
e7a3abfc
JB
43822003-06-09 Jim Blandy <jimb@redhat.com>
4383
4384 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
4385
25e3a86b
AC
43862003-06-08 Andrew Cagney <cagney@redhat.com>
4387
4388 * gdbint.texinfo (Target Architecture Definition): Delete
4389 documentation on FRAME_ARGS_ADDRESS_CORRECT.
4390
a9e5fdc2
AC
43912003-06-08 Andrew Cagney <cagney@redhat.com>
4392
4393 * gdbint.texinfo (Target Architecture Definition): Document
4394 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
4395
b37303ee
AF
43962003-06-07 Adam Fedor <fedor@gnu.org>
4397
4398 * gdb.texinfo: Add Objective-C documentation.
4399
39fe6e80
AC
44002003-06-01 Andrew Cagney <cagney@redhat.com>
4401
4402 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
4403 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
4404
125309b2
AC
44052003-05-21 Andrew Cagney <cagney@redhat.com>
4406
4407 * gdbint.texinfo (Target Architecture Definition): Delete
4408 references to "extract_address" and "store_address".
4409
b8b527c5
AC
44102003-05-16 Andrew Cagney <cagney@redhat.com>
4411
4412 * gdbint.texinfo (Target Architecture Definition): Replace
4413 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
4414 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
4415
50e3ee83
TR
44162003-05-14 Theodore A. Roth <troth@openavr.org>
4417
4418 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
4419
44e2be90
L
44202003-05-10 H.J. Lu <hongjiu.lu@intel.com>
4421
4422 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
4423 (gdb.dvi): Likewise.
4424 (gdb.pdf): Likewise.
4425 (links2roff): Likewise.
4426
df5215a6
JB
44272003-05-08 Jim Blandy <jimb@redhat.com>
4428
4429 * gdb.texinfo (Dump/Restore Files): Update documentation for
4430 'dump', 'append', and 'restore': note that format argument is
4431 optional; simplify presentation of the command variants; and be
4432 more precise about the formats.
4433
5e7b2f39
JB
44342003-05-07 Jim Blandy <jimb@redhat.com>
4435
4436 * gdb.texinfo (Symbols): Update documentation: 'maint list
4437 symtabs' and 'maint list psymtabs' have been renamed 'maint info
4438 symtabs' and 'maint info psymtabs'.
4439
b1e29e33
AC
44402003-05-05 Andrew Cagney <cagney@redhat.com>
4441
4442 * gdbint.texinfo (Target Architecture Definition): Make
4443 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
4444 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
4445 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
4446
00905d52
AC
44472003-05-04 Andrew Cagney <cagney@redhat.com>
4448
4449 * gdb.texinfo (Maintenance Commands): Document "maint print
4450 dummy-frames".
4451
54ff5908
AC
44522003-05-04 Andrew Cagney <cagney@redhat.com>
4453
4454 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
4455
32e7087d
JB
44562003-05-03 J. Brobecker <brobecker@gnat.com>
4457
4458 Thierry Schneider <tpschneider1@yahoo.com>
4459 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
4460 for new MI command.
4461
7043d8dc
AC
44622003-05-03 Andrew Cagney <cagney@redhat.com>
4463
4464 * gdbint.texinfo (Target Architecture Definition): Document
4465 push_dummy_code. Add cross references.
4466
e33d66ec
EZ
44672003-05-02 Elena Zannoni <ezannoni@redhat.com>
4468
4469 * gdb.texinfo (Character Sets): Update to reflect new behavior of
4470 set/show charsets commands.
4471
0ba6dca9
AC
44722003-04-28 Andrew Cagney <cagney@redhat.com>
4473
4474 * gdbint.texinfo (Target Architecture Definition): Replace
4475 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
4476 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
4477
d7a27068
AC
44782003-04-28 Andrew Cagney <cagney@redhat.com>
4479
4480 * gdbint.texinfo (Target Architecture Definition): Rename
4481 "tm_print_insn" to "deprecated_tm_print_insn".
4482
44ea7b70
JB
44832003-04-09 Jim Blandy <jimb@redhat.com>
4484
4485 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
4486 list psymtabs'.
4487
fb8f8949
AC
44882003-04-08 Andrew Cagney <cagney@redhat.com>
4489
4490 * gdbint.texinfo (Target Architecture Definition): Delete
4491 references to EXTRA_FRAME_INFO.
4492
32fb0f22
AC
44932003-04-08 Andrew Cagney <cagney@redhat.com>
4494
4495 * gdbint.texinfo (Target Architecture Definition): Delete
4496 PRINT_TYPELESS_INTEGER.
4497
6be67e67
JB
44982003-04-02 J. Brobecker <brobecker@gnat.com>
4499
4500 * observer.texi (GDB Observers): Adjust the documentation for the
4501 normal_stop notification to better describe reality. Fix a couple
4502 of minor typos.
4503
4e35d5f0
BR
45042003-04-02 Bob Rossi <bob_rossi@cox.net>
4505
a9331b3f 4506 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
4507 '-file-list-exec-source-file'
4508
e8a8712a
AC
45092003-03-31 Andrew Cagney <cagney@redhat.com>
4510
4511 * gdbint.texinfo (Target Architecture Definition): Delete
4512 references to CALL_DUMMY_P.
4513
6c0e89ed
AC
45142003-03-30 Andrew Cagney <cagney@redhat.com>
4515
4516 * gdbint.texinfo (Target Architecture Definition): Remove
4517 reference to TARGET_WRITE_SP.
a9331b3f 4518
378bfd1b
AC
45192003-03-27 Andrew Cagney <cagney@redhat.com>
4520
4521 * gdbint.texinfo (Target Architecture Definition): Remove
4522 references to write_sp.
6c0e89ed 4523
922fbb7b
AC
45242003-03-27 Andrew Cagney <cagney@redhat.com>
4525
4526 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
4527 chapter body. Use @smallexample instead of @example.
4528 (Annotations): Ditto.
4529 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
4530 annotate.texi.
4531
b81774d8
AC
45322003-03-26 Andrew Cagney <cagney@redhat.com>
4533
4534 * gdbint.texinfo (Target Architecture Definition): Replace
4535 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
4536 dummy_addr parameters.
4537
1bf6d5cc
AC
45382003-03-25 Andrew Cagney <cagney@redhat.com>
4539
4540 * gdbint.texinfo (Target Architecture Definition): Delete
4541 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
4542 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
4543 Add reference to PUSH_ARGUMENTS.
4544
618ce49f
AC
45452003-03-23 Andrew Cagney <cagney@redhat.com>
4546
4547 * gdbint.texinfo (Algorithms, Target Architecture Definition):
4548 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
4549
bcd7e15f
JB
45502003-03-18 J. Brobecker <brobecker@gnat.com>
4551
4552 * gdbint.texinfo (Algorithms): Add new section describing the
4553 Observer paradigm.
4554 (Top): Add menu entry to new observer appendix.
4555 * observer.texi: New file.
4556 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
4557 new observer.texi file.
4558
9fe8321b
AC
45592003-03-17 Andrew Cagney <cagney@redhat.com>
4560
4561 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
4562 that GNU Press update the manual version number.
4563
ac2adee5
AC
45642003-03-12 Andrew Cagney <cagney@redhat.com>
4565
4566 * gdbint.texinfo (Target Architecture Definition): Delete
4567 references to get_saved_register. Rename GET_SAVED_REGISTER to
4568 DEPRECATED_GET_SAVED_REGISTER.
4569
749b82f6
AC
45702003-03-13 Andrew Cagney <cagney@redhat.com>
4571
4572 * gdbint.texinfo (Target Architecture Definition): Replace
4573 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
4574
8bedc050
AC
45752003-03-12 Andrew Cagney <cagney@redhat.com>
4576
4577 * gdbint.texinfo (Target Architecture Definition): Rename
4578 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 4579
0ce1b118
CV
45802003-03-10 Corinna Vinschen <vinschen@redhat.com>
4581
4582 * gdb.texinfo: Add File-I/O documentation.
4583
12cc2063
AC
45842003-03-10 Andrew Cagney <cagney@redhat.com>
4585
4586 * gdbint.texinfo (Target Architecture Definition): Cross reference
4587 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
4588
7453dc06
AC
45892003-03-07 Andrew Cagney <cagney@redhat.com>
4590
4591 * gdb.texinfo (Debugging Output): Mention the "set/show debug
4592 frame" command.
4593
6314f104
AC
45942003-03-05 Andrew Cagney <cagney@redhat.com>
4595
4596 * gdbint.texinfo (Target Architecture Definition): Document
4597 unwind_dummy_id. Cross reference unwind_dummy_id and
4598 SAVE_DUMMY_FRAME_TOS.
4599
f1212245
DJ
46002003-03-05 James Ingham <jingham@apple.com>
4601 Daniel Jacobowitz <drow@mvista.com>
4602
4603 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
4604 and "show cp-abi".
4605
77e7e267
AC
46062003-03-03 Andrew Cagney <cagney@redhat.com>
4607
4608 * gdbint.texinfo (Target Architecture Definition): Document
4609 register_type.
4610
838a8221
AC
46112003-03-03 Andrew Cagney <cagney@redhat.com>
4612
4613 * stabs.texinfo (Structures): Use @samp and separate @var's
4614 instead of a single @var containing a comma separated list.
4615 (Unions): Ditto.
4616
d7f4a264
DJ
46172003-03-02 Daniel Jacobowitz <drow@mvista.com>
4618
4619 * Makefile.in (distclean): Remove config.log.
4620
f30ee0bc
AC
46212003-03-01 Andrew Cagney <cagney@redhat.com>
4622
4623 * gdbint.texinfo (Target Architecture Definition): Rename
4624 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
4625
46262003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
4627
4628 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
4629 DEPRECATED_INIT_EXTRA_FRAME_INFO.
4630
be448670
CF
46312003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
4632
4633 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
4634 (Non-debug DLL symbols): New node, describing the minimal symbols
4635 loaded from DLLs without real debugging symbols.
4636
501eef12
AC
46372003-02-20 Andrew Cagney <ac131313@redhat.com>
4638
4639 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
4640 hardware-breakpoint-limit".
4641 (Set Watchpoints): Add cross reference to "set remote
4642 hardware-watchpoint-limit".
4643 (Remote configuration options): New section.
4644
21c294e6
AC
46452003-02-04 Andrew Cagney <ac131313@redhat.com>
4646
e9be73e4
AC
4647 * gdbint.texinfo (Target Architecture Definition): Delete
4648 descrption of IS_TRAPPED_INTERNALVAR.
4649
21c294e6
AC
4650 From Keith Seitz <keiths@redhat.com>:
4651 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
4652 option "-i"/"--interpreter" to this chapter. Include index
4653 entries.
4654
0179ffac
DC
46552003-02-04 David Carlton <carlton@math.stanford.edu>
4656
4657 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
4658 (Variables): Recommend stabs+ and DWARF 2.
4659 (C plus plus expressions): Correct info about
4660 compiler versions, debug formats.
4661 (Contributors): Change 'DWARF2' to 'DWARF 2'.
4662 PR symtab/874.
4663
7ca9f392
AC
46642003-02-01 Andrew Cagney <ac131313@redhat.com>
4665
4666 * gdbint.texinfo (Target Architecture Definition): Delete
4667 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
4668 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
4669 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
4670 references to nindy and i960.
4671 * gdb.texinfo (i960): Delete all references to i960 and nindy.
4672
31a85ea2
AC
46732003-02-01 Andrew Cagney <ac131313@redhat.com>
4674
4675 * gdbint.texinfo (Target Architecture Definition): Delete
4676 FLOAT_INFO.
4677
6b894e49
AC
46782003-01-30 Andrew Cagney <ac131313@redhat.com>
4679
4680 * stabs.texinfo (Member Type Descriptor): Clarify description of
4681 `@'. Suggested by Ben Hutchings.
4682
c48861fb
AC
46832003-01-29 Andrew Cagney <ac131313@redhat.com>
4684
4685 * gdb.texinfo (M68K): Delete reference to es1800.
4686
617073a9
AC
46872003-01-29 Andrew Cagney <ac131313@redhat.com>
4688
4689 * gdb.texinfo (Maintenance Commands): Document `maint print
4690 reggroups' and `maint print register-groups'.
4691 * gdbint.texinfo (Target Architecture Definition): Document
4692 register_reggroup_p.
4693
5b5d99cf
JB
46942003-01-23 Jim Blandy <jimb@redhat.com>
4695
4696 * gdb.texinfo (Separate Debug Files): New section.
4697
e7ba9c65
DJ
46982003-01-22 Daniel Jacobowitz <drow@mvista.com>
4699
4700 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
4701 and "maint show profile".
4702
94e91d6d
MC
47032003-01-16 Michael Chastain <mec@shout.net>
4704
4705 * gdb.texinfo (Installing GDB): Warn against
4706 ".../gdb-VERSION/gdb/configure".
4707 (Separate Objdir): Likewise.
4708
867f3898
AC
47092003-01-15 Andrew Cagney <ac131313@redhat.com>
4710
4711 * gdbint.texinfo (Target Architecture Definition): Delete
4712 definition of PRINT_REGISTER_HOOK.
4713
f153cc92
EZ
47142003-01-15 Elena Zannoni <ezannoni@redhat.com>
4715
4716 (OpenRISC 1000): Fix formatting of command names.
4717
c60eb6f1
EZ
47182003-01-15 Elena Zannoni <ezannoni@redhat.com>
4719
4720 * gdb.texinfo (Continuing and Stepping): Add new command
4721 'advance'. Clarify behavior of 'until'.
4722
f5ebfba0
DJ
47232003-01-13 Daniel Jacobowitz <drow@mvista.com>
4724
4725 * gdb.texinfo (Files): Document solib-absolute-prefix and
4726 solib-search-path.
4727
4ce8657e
MC
47282003-01-09 Michael Chastain <mec@shout.net>
4729
4730 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
4731 (Create a Release): Add new instructions for new @file{src-release}.
4732 Document existing instructions for @file{Makefile.in} as
4733 being for @value{GDBN} 5.3.1 or earlier.
4734
372613e3
AC
47352003-01-09 Andrew Cagney <ac131313@redhat.com>
4736
4737 * gdbint.texinfo (Target Architecture Definition): Mention
4738 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
4739 allocate memory.
4740
b4e9345d
DJ
47412003-01-04 Daniel Jacobowitz <drow@mvista.com>
4742
4743 * gdb.texinfo (Controlling GDB): Add @kindex for
4744 "show osabi".
4745 (Backtraces): Add @kindex's for backtrace-below-main.
4746
98b45e30
DJ
47472003-01-04 Daniel Jacobowitz <drow@mvista.com>
4748
4749 * gdb.texinfo (Controlling GDB): Document "set osabi".
4750
95f90d25
DJ
47512003-01-04 Daniel Jacobowitz <drow@mvista.com>
4752
4753 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
4754 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
4755
1e698235
DJ
47562003-01-04 Daniel Jacobowitz <drow@mvista.com>
4757
4758 * gdb.texinfo (Controlling GDB): Add ABI section. Document
4759 "set coerce-float-to-double".
4760 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
4761
e632838e
AC
47622003-01-02 Andrew Cagney <ac131313@redhat.com>
4763
4764 * stabs.texinfo: Remove obsolete text.
4765 * gdbint.texinfo: Ditto.
4766 * gdb.texinfo: Ditto.
4767
c133ab7a
MK
47682002-12-22 Mark Kettenis <kettenis@gnu.org>
4769
4770 * gdbint.texinfo (Target Architecture Definition): Update
4771 description of gdbarch_register_osabi.
4772
f821f325
KH
47732002-12-20 Kazu Hirata <kazu@cs.umass.edu>
4774
4775 * agentexpr.texi: Fix typos.
4776 * annotate.texi: Likewise.
4777 * fdl.texi: Likewise.
4778
85a6d8d3 47792002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
4780
4781 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
4782 DEPRECATED_INIT_FRAME_PC.
4783
ae45cd16
AC
47842002-12-01 Andrew Cagney <ac131313@redhat.com>
4785
4786 * gdbint.texinfo (Target Architecture Definition): Delete
4787 PC_IN_CALL_DUMMY.
4788
07555a72
AC
47892002-11-28 Andrew Cagney <ac131313@redhat.com>
4790
4791 * gdbint.texinfo (Host Definition): Delete documentation on
4792 USE_GENERIC_DUMMY_FRAMES.
4793
c166cdc7
EZ
47942002-11-26 Elena Zannoni <ezannoni@redhat.com>
4795
5ae4183a 4796 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
4797 * Makefile.in (install-info): Run the install-info command as part
4798 of the post install steps only.
4799 (uninstall-info): New target.
4800 (uninstall): New target.
4801
35db0260
EZ
48022002-11-22 Elena Zannoni <ezannoni@redhat.com>
4803
4804 * Makefile.in (install): Make install do some real work.
4805
9ba8d803
AC
48062002-11-19 Andrew Cagney <ac131313@redhat.com>
4807
4808 Fix POSIX problem reported by Paul Eggert.
4809 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
4810 Fix PR gdb/527.
4811
903ad3a6
AC
48122002-10-26 Andrew Cagney <cagney@redhat.com>
4813
4814 * gdbint.texinfo (Target Architecture Definition): Delete
4815 definition of DO_REGISTERS_INFO.
4816
f2abfe65
KB
48172002-10-18 Kevin Buettner <kevinb@redhat.com>
4818
4819 * gdbint.texinfo (Address Classes): Fix problems with insertion
4820 of ``{'' and ``}'' in example.
4821
b5b0480a
KB
48222002-10-17 Kevin Buettner <kevinb@redhat.com>
4823
4824 * gdbint.texinfo (Address Classes): New section.
4825 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
4826 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
4827 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
4828 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
4829
c85508ee
KD
48302002-10-11 Klee Dienes <kdienes@apple.com>
4831
4832 * gdb.texinfo (Registers): Mention vector registers as well as
4833 floating registers in the documentation for 'info registers' and
4834 'info all-registers'.
4835
6d12fc3d
DJ
48362002-10-11 Daniel Jacobowitz <drow@mvista.com>
4837
4838 * gdbint.texinfo (CPLUS_MARKER): Remove item.
4839
8d19fbd2
JJ
48402002-10-03 Jeff Johnston <jjohnstn@redhat.com>
4841
4842 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
4843 interface definition.
4844
a37295f9
MM
48452002-10-03 Marko Mlinar <markom@opencores.org>
4846
4847 * gdb.texinfo (Target Commands): Add or1k target specific
4848 commands.
4849 * gdb.texinfo (Contributors): Add myself to the contributors list.
4850
da0f9dcd
AC
48512002-10-01 Andrew Cagney <ac131313@redhat.com>
4852
4853 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
4854 and "mi1" instead of "mi1" and "mi0".
4855
2e834e49
HPN
48562002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
4857
4858 * gdb.texinfo (Packets): Fix typos "alligned".
4859 Correct z3/Z3 description. Correct z4/Z4 title.
4860
050be0dc
AC
48612002-09-27 Andrew Cagney <ac131313@redhat.com>
4862
4863 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
4864
1104b9e7
KB
48652002-09-25 Kevin Buettner <kevinb@redhat.com>
4866
4867 * gdb.texinfo: Use GNU/Linux instead of Linux.
4868
512217c7
AC
48692002-09-25 Andrew Cagney <ac131313@redhat.com>
4870
4871 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
4872
10998722
AC
48732002-09-24 Andrew Cagney <ac131313@redhat.com>
4874
512217c7 4875 * gdb.texinfo: Replace @example with @smallexample.
10998722 4876
a0eb71c5
KB
48772002-09-20 Kevin Buettner <kevinb@redhat.com>
4878
f7dc1244 4879 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
4880 * gdb.texinfo (Character Sets): Use @smallexample instead of
4881 @example. Use GNU/Linux instead of Linux.
4882
48832002-09-20 Jim Blandy <jimb@redhat.com>
4884
4885 * gdb.texinfo: Add character set documentation.
4886
2f870471
AC
48872002-09-19 Andrew Cagney <ac131313@redhat.com>
4888
4889 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
4890 (Packets): Add cross reference from `b' packet to `z' packets.
4891
790eb8f5
AC
48922002-09-19 Andrew Cagney <ac131313@redhat.com>
4893
8d30a00d
AC
4894 * gdb.texinfo (Maintenance Commands): Document ``maint
4895 internal-error'' and ``maint internal-warning''.
4896
790eb8f5
AC
4897 * gdbint.texinfo (Target Architecture Definition): Revise
4898 description of STACK_ALIGN. Add description of FRAME_ALIGN.
4899
a23a7bf1
JB
49002002-09-19 Joel Brobecker <brobecker@gnat.com>
4901
4902 * gdbint.texinfo (Target Conditionals): Document the new
4903 NAME_OF_MALLOC macro.
4904
299ffc64
AC
49052002-09-05 Andrew Cagney <ac131313@redhat.com>
4906
4907 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
4908 engineer.
4909
b7bb15bc
SC
49102002-09-02 Stephane Carrez <stcarrez@nerim.fr>
4911
4912 * gdb.texinfo (TUI Overview): Document status line fields.
4913
3d757584
SC
49142002-09-02 Stephane Carrez <stcarrez@nerim.fr>
4915
4916 * gdb.texinfo (TUI Commands): Document info win command.
4917
269c21fe
SC
49182002-09-01 Stephane Carrez <stcarrez@nerim.fr>
4919
4920 * gdb.texinfo (TUI Overview): Document breakpoint markers.
4921
7cf36c78
SC
49222002-09-01 Stephane Carrez <stcarrez@nerim.fr>
4923
4924 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
4925 (TUI Keys): Likewise.
4926
d2c6833e
AC
49272002-08-25 Andrew Cagney <ac131313@redhat.com>
4928
4929 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
4930 for a packet receive.
4931
46d8b1c3
AC
49322002-08-25 Andrew Cagney <ac131313@redhat.com>
4933
4934 * Makefile.in (clean): Move to end of file.
4935 (distclean, maintainer-clean, realclean): Ditto.
4936 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
4937 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
4938 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
4939 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
4940
b0787093
AC
49412002-08-24 Andrew Cagney <ac131313@redhat.com>
4942
4943 * Makefile.in (GDBINT_TEX_TMPS): Define.
4944 (gdbint.dvi, gdbint.pdf): Use
4945 (GDB_TEX_TMPS): Define.
4946 (gdb.dvi, gdb.pdf): Use.
4947 (STABS_TEX_TMPS): Define.
4948 (stabs.dvi, stabs.pdf): Use.
4949 (GDB_DOC_SOURCE_INCLUDES): New macros.
4950 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
4951 (GDBINT_DOC_FILES_INCLUDES): New macros.
4952 (GDBINT_DOC_BUILD_INCLUDES): New macros.
4953 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
4954 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
4955 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
4956 (links2roff): Replace SFILES_INCLUDED with
4957 GDB_DOC_SOURCE_INCLUDES.
4958 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
4959 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
4960 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
4961 dependencies.
4962 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
4963 dependencies.
4964 (gdbmi.texinfo): Delete rule.
4965 (inc-hist.texinfo): Delete rule.
4966 (rluser.texinfo): Delete rule.
4967
ebba8386
AC
49682002-08-23 Andrew Cagney <cagney@redhat.com>
4969
4970 * gdbint.texinfo (Target Architecture Definition): Update
4971 STORE_RETURN_VALUE, mention regcache.
4972
0ab7a791
AC
49732002-08-21 Andrew Cagney <ac131313@redhat.com>
4974
4975 * gdbint.texinfo (Target Architecture Definition): Document
4976 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
4977
ee2d5c50
AC
49782002-08-19 Andrew Cagney <ac131313@redhat.com>
4979
4980 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
4981 Fix minor typos. Add index entries.
4982
53c69bd7
AC
49832002-08-18 Andrew Cagney <ac131313@redhat.com>
4984
4985 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
4986
e76f1f2e
AC
49872002-08-15 Andrew Cagney <ac131313@redhat.com>
4988
4989 * gdbint.texinfo (Target Architecture Definition): Document
4990 PRINT_VECTOR_INFO.
4991 * gdb.texinfo (Vector Unit): Document "info vectors" command.
4992
0680b120
AC
49932002-08-13 Andrew Cagney <ac131313@redhat.com>
4994
4995 * gdb.texinfo (Maintenance Commands): Document "maint print
4996 registers", "maint print raw-registers" and "maint print
4997 cooked-registers".
4998
3c3bea1c
GS
49992002-08-08 Grace Sainsbury <graces@redhat.com>
5000
a9331b3f 5001 From Mark Salter:
3c3bea1c
GS
5002 * gdb.texinfo (Protocol): Document T packet extension to
5003 allow watchpoint address reporting.
5004
42f9b0a5
AC
50052002-08-03 Andrew Cagney <ac131313@redhat.com>
5006
5007 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
5008
db034ac5
AC
50092002-08-01 Andrew Cagney <cagney@redhat.com>
5010
5011 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
5012 to CHILL.
5013
e2b28d04
AC
50142002-08-01 Andrew Cagney <ac131313@redhat.com>
5015
5016 * gdbint.texinfo (Coding): Revise section "Include Files".
5017
7fb623f7
AC
50182002-07-24 Andrew Cagney <cagney@redhat.com>
5019
5020 * gdbint.texinfo: Obsolete references to m88k.
5021 * gdb.texinfo: Ditto.
5022
4a2b4636
JB
50232002-07-10 Joel Brobecker <brobecker@gnat.com>
5024
7fb623f7 5025 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
5026 where the proper version of autoconf can be retrieved.
5027
a71ec265
DH
50282002-07-09 Don Howard <dhoward@redhat.com>
5029
5030 * gdb.texinfo (Command Files): Further describe the behavior of
5031 sourced command files.
5032
b9aa90c9
AC
50332002-06-27 Andrew Cagney <ac131313@redhat.com>
5034
5035 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
5036 (Coding): Clarify ISO C version that GDB assumes.
5037
40dd2248
TT
50382002-06-26 Tom Tromey <tromey@redhat.com>
5039
5040 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
5041 add_setshow_cmd_full.
5042
bfac230e
DH
50432002-06-25 Don Howard <dhoward@redhat.com>
5044
5045 * gdb.texinfo (Memory Region Attributes): Document new behavior
5046 for 'mem' command.
5047
475b0867
JB
50482002-06-11 Jim Blandy <jimb@redhat.com>
5049
919d772c
JB
5050 * gdb.texinfo (Symbols): Update documentation for `info source'
5051 command.
5052
475b0867
JB
5053 * gdb.texinfo (Macros): Call the command `info macro', not
5054 `show macro'.
5055
ba8c9337
AC
50562002-06-09 Andrew Cagney <ac131313@redhat.com>
5057
5058 * gdbint.texinfo (Coding): Add section ``Per-architecture module
5059 data''.
5060
1029b7fa
MK
50612002-06-09 Mark Kettenis <kettenis@gnu.org>
5062
5063 * gdbint.texinfo (Target Architecture Definition): Document
5064 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5065
16737d73
AC
50662002-06-08 Andrew Cagney <ac131313@redhat.com>
5067
5068 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
5069 lists.
5070
30107679
AC
50712002-06-08 Andrew Cagney <ac131313@redhat.com>
5072
5073 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
5074 Branch''.
5075
3352e23e
AC
50762002-06-01 Andrew Cagney <ac131313@redhat.com>
5077
5078 * gdbint.texinfo (Target Architecture Definition): Add section
5079 ``Converting an existing Target Architecture to Multi-arch''.
5080
cbb09e6a
AC
50812002-05-30 Andrew Cagney <ac131313@redhat.com>
5082
5083 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
5084 to ``Obsoleting code''. Revise.
5085
e2e0bcd1
JB
50862002-05-17 Jim Blandy <jimb@redhat.com>
5087
5088 * gdb.texinfo (C Preprocessor Macros): New chapter.
5089 Include it in the main menu.
5090 (Contributors): Credit Jim Blandy with macro support.
5091 (Compilation): Explain how to get macro information into the
5092 executable.
5093 (Expressions): Note that preprocessor macros are expanded.
5094
9db8d71f
DJ
50952002-05-14 Daniel Jacobowitz <drow@mvista.com>
5096
5097 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
5098 options for `target remote'.
5099
6d531722
AC
51002002-05-13 Andrew Cagney <ac131313@redhat.com>
5101
5102 * gdbint.texinfo (Target Architecture Definition): Delete
5103 documentation on NNPC_REGNUM.
5104
13d01224
AC
51052002-05-11 Andrew Cagney <ac131313@redhat.com>
5106
5107 * gdbint.texinfo (Target Architecture Definition): Document
5108 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
5109 (Target Architecture Definition): Revise section `Using Different
5110 Register and Memory Data Representations'. Add section `Raw and
5111 Virtual Register Representations'.
5112
b2e75d78
AC
51132002-05-11 Andrew Cagney <ac131313@redhat.com>
5114
5115 * gdbint.texinfo (Target Architecture Definition): Mention
5116 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
5117 (Target Architecture Definition): Mention same. Add references to
5118 web pages.
5119
2c8682ee
MS
51202002-05-08 Michael Snyder <msnyder@redhat.com>
5121
5122 * stabs.texinfo (Attributes): Document new "vector" attribute.
5123
0816590b
AC
51242002-05-04 Andrew Cagney <ac131313@redhat.com>
5125
5126 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
5127
2653173e
AC
51282002-05-04 Andrew Cagney <ac131313@redhat.com>
5129
5130 * gdb.texinfo: Delete obsolete references to a29k.
5131
d7bd68ca
AC
51322002-04-24 Andrew Cagney <ac131313@redhat.com>
5133
5134 * gdbint.texinfo (Target Architecture Definition): Replace
5135 IN_SIGTRAMP with PC_IN_SIGTRAMP.
5136
21d83aa5
DM
51372002-04-24 David S. Miller <davem@redhat.com>
5138
5139 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
5140
7673a6cc
DM
51412002-04-21 David S. Miller <davem@redhat.com>
5142
5143 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
5144
d49d1e0a
AC
51452002-04-21 Andrew Cagney <ac131313@redhat.com>
5146
5147 * gdbint.texinfo (Target Architecture Definition): Delete
5148 definition of HAVE_REGISTER_WINDOWS.
5149
f7dc1244 51502002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
5151
5152 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
5153 "Theodore A. Roth" <troth@verinet.com>.
5154
5ca0cb28
DH
51552002-04-15 Don Howard <dhoward@redhat.com>
5156
f7dc1244 5157 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 5158 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 5159 Provide a better explaination of this feature.
5ca0cb28 5160
f208ba17
AC
51612002-04-14 Andrew Cagney <ac131313@redhat.com>
5162
5163 * gdbint.texinfo (Target Architecture Definition): Remove
5164 FRAME_CHAIN_COMBINE.
5165
d5ba91de
MC
51662002-04-12 Michael Chastain <mec@shout.net>
5167
5168 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
5169 REG_STACK_SEGMENT.
5170
26818220
MC
51712002-04-09 Michael Chastain <mec@shout.net>
5172
5173 * gdbint.texinfo (Obsolete Conditionals): Remove references to
5174 PYRAMID_* macros.
5175
129188f6
AC
51762002-04-07 Andrew Cagney <ac131313@redhat.com>
5177
5178 * gdb.texinfo (Bug Reporting): Document that the web is the
5179 prefered way of submitting bug reports.
5180 (Bug Reporting): Delete the s-mail address as the last resort.
5181
8227c0ff
AC
51822002-04-05 Andrew Cagney <ac131313@redhat.com>
5183
5184 * gdbint.texinfo (Target Architecture Definition): Delete
5185 references to TARGET_WRITE_FP and write_fp.
5186
16d9dec6
MS
51872002-03-27 Michael Snyder <msnyder@redhat.com>
5188
5189 * gdb.texinfo: Document new commands dump, append, and restore.
5190
9ae8b82c
AC
51912002-03-27 Andrew Cagney <ac131313@redhat.com>
5192
5193 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
5194 Branch'.
5195
474c8240
AC
51962002-03-18 Andrew Cagney <ac131313@redhat.com>
5197
5198 * gdb.texinfo: Change all examples to @smallexample.
5199 * gdbint.texinfo: Ditto.
a9331b3f 5200
fb0ff88f
AC
52012002-03-18 Andrew Cagney <ac131313@redhat.com>
5202
5203 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
5204 Branches''.
5205
9bb0a4d8
AC
52062002-03-18 Andrew Cagney <ac131313@redhat.com>
5207
5208 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
5209 Policy''.
5210
937f164b
FF
52112002-03-04 Fred Fish <fnf@redhat.com>
5212
5213 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
5214 expresson, suports, dependant, trhe, perhaphs, situtations,
5215 explictily, taged, oportunity, unfortunatly).
5216
a7b40f07
AC
52172002-02-24 Andrew Cagney <ac131313@redhat.com>
5218
5219 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
5220 Remove reference to 3.12.
5221
aab4e0ec
AC
52222002-02-23 Andrew Cagney <ac131313@redhat.com>
5223
5224 * gdbint.texinfo: Include fdl.texi.
5225 (Top): Add GNU Free Documentation License.
5226 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
5227 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
5228 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
5229 (gdbint.info): Add srcdir to include path.
5230 * gdb.texinfo: Include gpl.texi.
5231 (Top): Add Copying.
5232 * gpl.texi: New file.
5233
47b95330
AC
52342002-02-23 Andrew Cagney <ac131313@redhat.com>
5235
5236 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
5237
78c47bea
PM
52382002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
5239
5240 * gdb.texinfo: Document Cygwin native specific commands.
5241
56460a61
DJ
52422002-02-15 Daniel Jacobowitz <drow@mvista.com>
5243
5244 * gdb.texinfo: Document gdbserver ``--attach'' command.
5245
def71bfa
MS
52462002-02-07 Michael Snyder <msnyder@redhat.com>
5247
5248 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
5249 to @code(_ovly_debug_event).
5250
c928edc0
AC
52512002-02-07 Andrew Cagney <ac131313@redhat.com>
5252
5253 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
5254
81d46470
MS
52552002-02-06 Michael Snyder <msnyder@redhat.com>
5256
5257 * gdb.texinfo (overlays): Mention new magic symbol
5258 '_ovly_debug_event', which allows GDB to keep better track
5259 of overlays.
5260
f7dc1244 52612002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
5262
5263 * gdb.texinfo (Memory Region Attributes): Fix the wording.
5264 Suggested by Dmitry Sivachenko.
5265
5266 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
5267
15110bc3
MS
52682002-02-01 Michael Snyder <msnyder@redhat.com>
5269
5270 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
5271
6763aef9
MS
52722002-01-30 Michael Snyder <msnyder@redhat.com>
5273
ac282366
MS
5274 * gdb.texinfo: (remote protocol): Gramatical fix-up.
5275 (set trust-readonly-sections): Document.
6763aef9 5276
8642bc8f
AC
52772002-01-29 Andrew Cagney <ac131313@redhat.com>
5278
5279 * gdbint.texinfo (Releasing GDB): Revise and update.
5280
afe64c1a
AC
52812002-01-28 Andrew Cagney <ac131313@redhat.com>
5282
5283 * gdbint.texinfo (Target Architecture Definition): Delete
5284 description of TARGET_BYTE_ORDER_DEFAULT.
5285
f7dc1244 52862002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
5287
5288 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
5289 <mitya@cavia.pp.ru>.
5290
3d6e1b5a
AC
52912002-01-23 Andrew Cagney <ac131313@redhat.com>
5292
5293 * libgdb.texinfo: Delete file.
5294
6c0e9fb3
AC
52952002-01-22 Andrew Cagney <ac131313@redhat.com>
5296
5297 * gdb.texinfo: Remove makeinfo 3.12 hacks.
5298 * gdbint.texinfo: Ditto.
5299
e0ce93ac
AC
5300Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
5301
5302 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
5303
be298bcc
AC
53042002-01-22 Andrew Cagney <ac131313@redhat.com>
5305
5306 * Makefile.in: Update copyright.
5307 (TEXI2DVI): Define.
5308 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
5309 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
5310 gdb-cfg.texi.
5311 (TEXINDEX, PDFTEX): Delete makefile variables.
5312
8e04817f
AC
53132002-01-22 Andrew Cagney <ac131313@redhat.com>
5314
5315 * gdb.texinfo (Protocol): Move section to appendix.
5316
6b2f586d
AC
53172002-01-21 Andrew Cagney <ac131313@redhat.com>
5318
5319 * gdb.texinfo (Remote Debugging): Create a menu.
5320 (Top): Add ``Remote Debugging'' to menu.
5321
6f05cf9f
AC
53222002-01-21 Andrew Cagney <ac131313@redhat.com>
5323
5324 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
5325 serial protocol'' from here.
5326 (Remote Debugging): To here. New chapter.
5327
3fd3d7d2
AC
53282002-01-20 Andrew Cagney <ac131313@redhat.com>
5329
5330 * gdbint.texinfo (Target Architecture Definition): Delete
5331 description of TARGET_BYTE_ORDER_SELECTABLE_P.
5332
7fd60527
AC
53332002-01-20 Andrew Cagney <ac131313@redhat.com>
5334
5335 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
5336 are no longer needed.
5337 (Porting GDB): Add maintainer note about configure.host.
5338
c2f05ac9
AC
53392002-01-20 Andrew Cagney <ac131313@redhat.com>
5340
5341 * gdbint.texinfo (Target Architecture Definition): Remove
5342 definition of IEEE_FLOAT.
5343
f7dc1244 53442002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
5345
5346 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
5347 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
5348 <3diff@gnu.org>
231b2aad 5349
82600034
AC
53502002-01-19 Andrew Cagney <ac131313@redhat.com>
5351
5352 * gdbint.texinfo (Host Definition): Remove references to
5353 MALLOC_INCOMPATIBLE.
5354
7708fa01
AC
53552002-01-17 Andrew Cagney <ac131313@redhat.com>
5356
5357 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
5358 and xyz-xdep.o.
5359
eb12ee30
AC
53602002-01-17 Andrew Cagney <ac131313@redhat.com>
5361
5362 * gdb.texinfo (Maintenance Commands): Add appendix.
5363 (Set Breaks): Copy ``maint info breakpoint'' doco to
5364 ``Maintenance Commands'' appendix. Add reference.
5365
c9ccaa92
AC
53662002-01-17 Andrew Cagney <ac131313@redhat.com>
5367
5368 * fdl.texi: Remove next/prev from @node.
5369
f7dc1244 53702002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
5371
5372 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
5373 for monstrous @multitable (from Brian Youmans).
5374
5375 * fdl.texi: New file.
5376
5377 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
5378
8973da3a
AC
53792002-01-15 Andrew Cagney <ac131313@redhat.com>
5380
5381 * gdbint.texinfo (Releasing GDB): New chapter.
5382
7d86b5d5
AC
53832002-01-14 Andrew Cagney <ac131313@redhat.com>
5384
5385 * gdb.texinfo (Embedded Processors, Calling program functions):
5386 Obsolete references to a29k.
5387
cc1cb004
AC
53882002-01-13 Andrew Cagney <ac131313@redhat.com>
5389
5390 * gdbint.texinfo (Coding): Review Cleanups section. Examples
5391 examples. Document that a code-block should do or discard its
5392 cleanups before exit.
5393
79f12247
MS
53942002-01-11 Michael Snyder <msnyder@redhat.com>
5395
5396 * gdb.texinfo (Choosing files): Change @samp to @file.
5397
19837790
MS
53982002-01-05 Michael Snyder <msnyder@redhat.com>
5399
5400 * gdb.texinfo (--pid): Document new command line option (attach).
5401
f7dc1244 54022002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
5403
5404 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
5405 in the stub.
5406
d7449b42
AC
54072002-01-04 Andrew Cagney <ac131313@redhat.com>
5408
5409 * gdbint.texinfo (Target Architecture Definition): Replace
5410 BIG_ENDIAN with BFD_ENDIAN_BIG.
5411
f23631e4
AC
54122002-01-03 Andrew Cagney <ac131313@redhat.com>
5413
5414 * gdbint.texinfo (Target Architecture Definition): Replace
5415 value_ptr with struct value pointer.
5416
72c9928d
EZ
54172002-01-02 Eli Zaretskii <eliz@gnu.org>
5418
5419 * gdb.texinfo (Free Software): Fix wording.
5420
959acfd1
EZ
54212001-12-31 Eli Zaretskii <eliz@gnu.org>
5422
5423 * gdb.texinfo (Free Software): New section ``Free Software Needs
5424 Free Documentation''.
5425
f7dc1244 54262001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
5427
5428 * stabs.texinfo:
5429 * gdb.texinfo:
5430 * gdbint.texinfo:
5431 * libgdb.texinfo:
5432 * annotate.texi: Fix the application of GFDL in the Copyright notice.
5433
6600abed
MS
54342001-12-29 Michael Snyder <msnyder@redhat.com>
5435
5436 * gdb.texinfo (maint info sections): Fix typo.
5437
f6680716
MS
54382001-12-26 Michael Snyder <msnyder@redhat.com>
5439
fe95c787
MS
5440 * gdb.texinfo (maint info sections): Document.
5441
a9331b3f 5442 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
5443 'info proc' sub-options that are currently not implemented.
5444
c3d3ce5b
JB
54452001-12-20 Jim Blandy <jimb@redhat.com>
5446
5447 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
5448
778eb05e
AC
54492001-12-15 Andrew Cagney <ac131313@redhat.com>
5450
5451 * gdbint.texinfo (Target Architecture Definition): Replace
5452 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
5453
2607059c
AC
54542001-12-01 Andrew Cagney <ac131313@redhat.com>
5455
5456 * gdbint.texinfo (Host Definition): Delete documentation on
5457 HOST_BYTE_ORDER.
5458
df0cd8c5
JB
54592001-11-30 Jim Blandy <jimb@redhat.com>
5460
5461 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 5462 overlay support. Add to top-level menu.
df0cd8c5 5463
88118b3a
TT
54642001-11-26 Tom Tromey <tromey@redhat.com>
5465
5466 * gdb.texinfo (Command Syntax): Document C-o binding.
5467
96565e91
CF
54682001-07-26 Christopher Faylor <cgf@redhat.com>
5469
5470 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
5471 use since it is described in the referenced section.
5472
f7dc1244 5473 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
5474 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
5475 clearer when using DJGPP.
5476
2a3d5645
CF
54772001-11-24 Christopher Faylor <cgf@redhat.com>
5478
5479 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
5480 specifically refer to MS-DOS.
5481 (command files): Mention gdb.ini is only used on MS-DOS.
5482
aa26fa3a
TT
54832001-11-21 Tom Tromey <tromey@redhat.com>
5484
5485 * gdb.texinfo (Invoking GDB): Document --args.
5486 (Mode Options): Likewise.
5487
4f8ada06
JB
54882001-11-21 Jim Blandy <jimb@redhat.com>
5489
5490 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
5491 Delete documentation; this macro has been removed from the
5492 sources.
5493
3fe0dc10
JB
54942001-11-13 Jim Blandy <jimb@redhat.com>
5495
5496 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
5497
9e5abb06
CV
54982001-11-06 Corinna Vinschen <vinschen@redhat.com>
5499
5500 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
5501
1c5dfdad
MS
55022001-11-05 Michael Snyder <msnyder@redhat.com>
5503
a9331b3f 5504 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
5505 quote regexp chars in function names such as "operator*()".
5506
990f9fe3
FF
55072001-11-01 Fred Fish <fnf@redhat.com>
5508
5509 * gdbint.texinfo (SOLIB_ADD): Document additional new
5510 "readsyms" arg.
5511
b433d00b
DH
55122001-10-30 Don Howard <dhoward@redhat.com>
5513
070b1dd3
DH
5514 * gdb.texinfo: (Command Files) Added documentation for the
5515 behavior of gdb with input redirected from a file.
b433d00b 5516
b7209cb4
FF
55172001-10-28 Fred Fish <fnf@redhat.com>
5518
5519 * gdb.texinfo (auto-solib-add): Change docs to match
5520 implementation change.
5521 (auto-solib-limit): Add docs for new variable.
5522
1aa20aa8
AC
55232001-10-15 Andrew Cagney <ac131313@redhat.com>
5524
5525 * gdbint.texinfo (Target Architecture Definition): Function
5526 value_as_pointer renamed to value_as_address.
5527
fc0c74b1
AC
55282001-10-15 Andrew Cagney <ac131313@redhat.com>
5529
5530 * gdbint.texinfo (Target Architecture Definition): Default
5531 POINTER_TO_ADDRESS functions assume unsigned addresses.
5532 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
5533 posting by Jim Blandy.
5534
f4846649
JB
55352001-10-12 Jim Blandy <jimb@redhat.com>
5536
5537 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
5538 version of texi2html (1.64) doesn't support this flag any more.
5539
f277788b
MK
55402001-09-08 Mark Kettenis <kettenis@gnu.org>
5541
a9dc4918
MK
5542 * gdbint.texinfo (Host Definition): Remove description of
5543 MEM_FNS_DECLARED.
5544
d28379df
MK
5545 * gdbint.texinfo (Host Definition): Remove description of R_OK.
5546
f277788b
MK
5547 * gdbint.texinfo (Host Definition): Remove description of
5548 HAVE_SIGSETMASK.
5549
7ccaa899
EZ
55502001-09-04 Elena Zannoni <ezannoni@redhat.com>
5551
5552 * gdbint.texinfo (Target Architecture Definition): Add
5553 explanation of TARGET_PRINT_INSN macro.
5554
17d9d558
JB
55552001-08-30 Jim Blandy <jimb@redhat.com>
5556
5557 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
5558 Explain what it means to load relocatable files.
5559
72cde065
JB
55602001-08-28 Jim Blandy <jimb@redhat.com>
5561
5562 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
5563 info `top' menu.
5564
9e678452
CF
5565Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
5566
5567 * gdbint.texinfo: Add a cautionary note about macro use.
5568
a2bea4c3 55692001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 5570
a2bea4c3
CV
5571 * gdb.texinfo: Explain omitting the hostname in the
5572 `target remote' command.
5573
1129bf27
DJ
55742001-07-30 Daniel Jacobowitz <drow@mvista.com>
5575
5576 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
5577 and END-INFO-DIR-ENTRY.
5578
732b3002
SC
55792001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5580
5581 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
5582
89437448
AC
55832001-07-25 Andrew Cagney <ac131313@redhat.com>
5584
5585 * gdbint.texinfo (libgdb): Rewrite.
5586
f7dc1244 55872001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
5588
5589 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
5590
c4555f82
SC
55912001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5592
5593 * gdb.texinfo (TUI): New chapter, document the TUI.
5594 (Mode Options): Document the -tui option.
5595
2f45a6e0
MK
55962001-07-23 Mark Kettenis <kettenis@gnu.org>
5597
5598 * gdbint.texinfo (Host Definition): Remove description of
5599 NEED_POSIX_SETPGID.
5600
f7dc1244 56012001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
5602
5603 * gdb.tex (DJGPP Native): New node, with descriptions of
5604 DJGPP-specific commands.
5605
be9c6c35
JM
56062001-07-19 John R. Moore <jmoore@redhat.com>
5607
5608 * gdbint.texinfo: Three misspellings.
5609
dfa249fb
AC
56102001-07-06 Andrew Cagney <ac131313@redhat.com>
5611
5612 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
5613 `test` expressions on bash. Problem reported by Colin Walters.
5614
c72e7388
AC
56152001-07-04 Andrew Cagney <ac131313@redhat.com>
5616
5617 * gdbint.texinfo (User Interface): Update ui-out documentation to
5618 refelect recent UI/MI updates.
5619
94bbb2c0
AC
56202001-07-04 Andrew Cagney <ac131313@redhat.com>
5621
5622 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
5623 interpreters.
5624
af6c57ea
AC
56252001-06-15 Andrew Cagney <ac131313@redhat.com>
5626
5627 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
5628 structure and not macros.
5629 (Host Definition): Document that much of this chapter is obsolete.
5630 (Target Architecture Definition): Update list of files that make
5631 up a target architecture.
5632 (Coding): Update.
5633
83aa8bc6
AC
56342001-06-28 Andrew Cagney <ac131313@redhat.com>
5635
5636 * gdbint.texinfo (Target Architecture Definition): Update
5637 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
5638 The latter has been changed to a true predicate.
5639
f7dc1244 56402001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
5641
5642 * annotate.texi: Add @noindent where needed. From Dmitry
5643 Sivachenko <dima@Chg.RU>.
5644 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
5645
656db9b0
AC
56462001-06-16 Andrew Cagney <ac131313@redhat.com>
5647
5648 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
5649
df2396a1
AC
56502001-06-14 Andrew Cagney <ac131313@redhat.com>
5651
5652 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
5653 returns ``OK''. Document that the ``R'' packet does not reply.
5654
0f1f2b0a
MS
56552001-06-13 Michael Snyder <msnyder@redhat.com>
5656
5657 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
5658
f7dc1244 56592001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
5660
5661 * gdb.texinfo (Signals): Clarify the default setting of signal
5662 handling.
5663
a5d7c491
AC
56642001-05-14 Andrew Cagney <ac131313@redhat.com>
5665
5666 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
5667 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
5668
05a54c4f
AC
56692001-05-12 Andrew Cagney <ac131313@redhat.com>
5670
5671 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
5672
f7dc1244 56732001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
5674
5675 * gdbint.texinfo (Clean Design and Portable Implementation):
5676 Renamed from "Clean Design".
5677 (Clean Design and Portable Implementation): Document portable
5678 methods of handling file names, and the associated macros.
5679
f7dc1244 56802001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
5681
5682 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
5683 command and provide a cross-reference to its description.
5684 (Symbols): Note that "info scope" is useful for trace experiments.
5685
f7dc1244 56862001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 5687
b37052ae
EZ
5688 * gdb.texinfo (Symbols): Document "info scope".
5689 (Tracepoints): New chapter.
5690 (Contributors): Update for v5.1.
5691 <All nodes>: Change "C++" to "C@t{++}".
5692
0ee54786
EZ
5693 * gdbint.texinfo (User Interface): A new section about ui_out
5694 functions, based on text written by Fernando Nasser.
5695
c534679c
EZ
5696 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
5697
f7dc1244 56982001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 5699
e9c75b65
EZ
5700 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
5701
5702 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
5703
5704 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
5705 Replace "GDB" with "@value{GDBN}". Fix markup.
5706
5707 * annotate.texi: Change Permissions to GFDL. Update Copyright.
5708
3d67e040
EZ
5709 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
5710 a cross-reference to its description.
5711 (Symbols): Document "info symbol".
5712
f7dc1244 57132001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
5714
5715 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
5716 subsection "x86 Watchpoints".
5717 (Target Architecture Definition): Document the macros
5718 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
5719 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
5720
b0ed3589
AC
57212001-03-20 Andrew Cagney <ac131313@redhat.com>
5722
5723 * gdbint.texinfo (Target Architecture Definition): Update
5724 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
5725 list.
5726
b6ba6518
KB
57272001-03-06 Kevin Buettner <kevinb@redhat.com>
5728
5729 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
5730 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
5731
f7dc1244 57322001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
5733
5734 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
5735
f7dc1244 57362001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 5737
17cc6a06
EZ
5738 * gdb.texinfo (Environment): Document that `path' does not change
5739 the value of PATH in GDB's own environment (it did in the past,
5740 but that was changed on March 15, 1994). Reported by Doug Evans
5741 <dje@transmeta.com>.
5742
56caf160
EZ
5743 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
5744 its line. Fix markup of commands and macros. Add an Index node
5745 and index entries.
5746
29e57380
C
57472001-01-23 J.T. Conklin <jtc@redback.com>
5748
5749 * gdb.texinfo (Memory region attributes): New manual section.
5750
1c6147de
ND
57512001-01-04 Nicholas Duffek <nsd@redhat.com>
5752
5753 * gdbint.texinfo (POP_FRAME): Document use by return_command.
5754
f7dc1244 57552000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
5756
5757 * refcard.tex: Version and copyright fixed. From Phil Edwards
5758 <pedwards@disaster.jaj.com>.
5759
0dcedd82
AC
5760Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
5761
5762 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
5763 DWARF2_REG_TO_REGNUM): Document.
5764
3b851bce
AC
5765Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
5766
5767 * gdbint.texinfo (Coding): Update current value of
5768 --enable-build-warnings. Mention --enable-gdb-build-warnings.
5769
f7dc1244 57702000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
5771
5772 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
5773 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
5774
b90a5f51
CF
57752000-11-10 Christopher Faylor <cgf@cygnus.com>
5776
5777 * gdb.texinfo: Document new 'set step-mode' command.
5778
f7dc1244 57792000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
5780
5781 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
5782 changes from Dmitry Sivachenko <dima@Chg.RU>.
5783
f7dc1244 57842000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
5785
5786 * gdb.texinfo (Hooks): Document the new post-hook functionality.
5787 From Steven Johnson <sbjohnson@ozemail.com.au>.
5788
2e685b93
MK
57892000-08-10 Mark Kettenis <kettenis@gnu.org>
5790
5791 * gdbint.texinfo (Overall Structure): Spelling fix.
5792
f7dc1244 57932000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
5794
5795 * gdbint.texinfo (Target Architecture Definition): Document that
5796 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
5797 for which REGISTER_CONVERTIBLE returns a zero value.
5798
63ac3005
EZ
57992000-07-08 Christopher Faylor <cgf@cygnus.com>
5800
5801 * Makefile.in (install-info): Find files to install in either the
5802 build or source directories (adapted from Makefile.am).
5803
bd79f757
ND
58042000-07-07 Nicholas Duffek <nsd@redhat.com>
5805
5806 * stabs.texinfo: Fix spelling errors.
5807 (String Field): FILE-NUMBER starts from 0, not 1.
5808
f7dc1244 58092000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
5810
5811 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 5812 Brian Youmans.
5f208f6d 5813
f7dc1244 58142000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
5815
5816 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
5817 the source directory. Reported by Mark Harig
5818 <markh@frazier.landmark.com>.
cc542d3b 5819
f3b28801
C
58202000-06-20 J.T. Conklin <jtc@redback.com>
5821
5822 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
5823
449f3b6c
AC
5824Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
5825
5826 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
5827 Generate using pdftex.
5828 (PDFTEX): Define.
5829 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
5830 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
5831 @contents at the start.
5832
f7dc1244 58332000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
5834
5835 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 5836 Youmans.
48e934c6 5837
9e9c5ae7
AC
5838Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
5839
5840 From Brian Youmans:
5841 * gdb.texinfo: Fix ``et al.''.
5842
c741b251
AC
5843Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
5844
5845 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
5846 loop.
5847
4ab64e14
JG
58482000-05-19 Jimmy Guo <guo@cup.hp.com>
5849
5850 * configure: Regenerate.
5851
f7dc1244 58522000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
5853
5854 * Makefile.in (install-info): Run install-info on installed Info
5855 files.
5856
8c70017b
AC
5857Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
5858
a7cb598a
AC
5859 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
5860 Andrew Cagney.
8c70017b 5861
f7dc1244 58622000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
5863
5864 * gdb.texinfo: Proofreading changes from Brian Youmans.
5865
bf0184be
ND
58662000-05-01 Nick Duffek <nsd@cygnus.com>
5867
5868 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
5869 startup sequence, minor edits.
5870
f7dc1244 58712000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
5872
5873 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
5874 TeX.
5875
5876 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
5877 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
5878 like `n' and `s' which look weird. Convert some of the @kindex to
5879 @vindex, when they refer to variables, not commands.
5880
33e16fad
AC
5881Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
5882
5883 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
5884
f7dc1244 58852000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
5886
5887 * Makefile.in (GDBMI_DIR): New variable.
5888 (SET_TEXINPUTS): Add $(GDBMI_DIR).
5889 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
5890 (gdbmi.texinfo): New target, for texi2roff.
5891 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
5892 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
5893
5894 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
5895 gdbmi.texinfo.
5896 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
5897 comment.
5898
d167840f
EZ
58992000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5900
5901 * gdb.texinfo (Files): Update description of add-symbol-file
5902 command.
5903
f7dc1244 59042000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
5905
5906 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
5907 prevents the build (and is generally a Bad Idea).
5908
f7dc1244 59092000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
5910
5911 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
5912 a comma inside @var.
5913 (Command Files): Index markup changes from Dmitry Sivachenko
5914 <dima@Chg.RU>.
5915
f7dc1244 59162000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
5917
5918 * Makefile.in (LN_S): Define.
5919 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
5920 invoke "ln -s" unless it is known to work.
5921
5922 * configure.in (AC_PROG_LN_S): Add.
5923
8dc7983f
JB
59242000-04-14 Jim Blandy <jimb@redhat.com>
5925
5926 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
5927 section.
5928 (Target Conditionals): Document ADDRESS_TO_POINTER,
5929 POINTER_TO_ADDRESS.
5930
1a8237e8
DB
59312000-04-11 Daniel Berlin <dan@cgsoftware.com>
5932
5933 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
5934 gdb-cfg.texi to get the value.
5935
ca526f1a
JB
59362000-04-10 Jim Blandy <jimb@redhat.com>
5937
5938 * gdbint.texinfo (Target Architecture Definition): Fix
5939 cross-references.
5940
faaafcb4
JB
59412000-04-08 Jim Blandy <jimb@redhat.com>
5942
5943 * gdbint.texinfo (Using Different Register and Memory Data
5944 Representations): New section.
5945 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
5946 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
5947 REGISTER_CONVERT_TO_RAW): Document.
5948
1b27397f
AC
5949Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
5950
5951 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
5952 for acknowledgments.
5953
480ff1fb
AC
5954Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
5955
5956 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
5957 qThreadExtraInfo.
5958
a9331b3f 59592000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 5960
a9331b3f
RM
5961 * gdb.texinfo: Clarify which remote debug protocol commands are
5962 required and which are optional.
f1251bdd 5963
dbeb8dbd
AC
5964Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
5965
5966 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
5967 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
5968 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
5969 * annotate.texi: Update.
5970
6d2ebf8b
SS
59712000-03-28 Stan Shebs <shebs@apple.com>
5972
5973 * gdb.texinfo: Update dates, bump to Eighth Edition (note
5974 expectation of additional changes before release), update
5975 ISBN, add copy of top-level menu for @ifhtml, remove explicit
5976 node links, rephrase and/or shorten lines to fix formatting
5977 problem in both regular and @smallbook formats.
5978 * annotate.texi: Shorten lines in example, use smallexample
5979 consistently everywhere.
5980 * Makefile.in: Add comment about texinfo 4.0 html generation.
5981 (SFILES_INCLUDED): Add annotate.texi.
5982
5d161b24
DB
59832000-03-27 Daniel Berlin <dan@cgsoftware.com>
5984
5ae4183a
AS
5985 * gdb.texinfo (Debugging Output): Added new section, documenting
5986 the "set/show debug" commands.
5d161b24 5987
b9deaee7
AC
5988Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
5989
5990 * annotate.texi (Annotations): When GDBN omit @chapter and @node
5991 entry.
5992
5993 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
5994 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
5995 @chapter and @node entries.
a9331b3f 5996
b9deaee7 5997 * gdb.texinfo: Link all top-level nodes.
a9331b3f 5998
9ef47d30
AC
5999Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
6000
6001 * Makefile.in (install-info): Create $(infodir) before installing
6002 files.
6003
cfeada60
FN
60042000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
6005
6006 From David Whedon <dwhedon@gordian.com>
5ae4183a 6007 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 6008
6837a0a2
DB
60092000-03-22 Daniel Berlin <dan@cgsoftware.com>
6010
6011 * gdb.texinfo: Add documentation for the apropos command.
6012
bba2971c
MS
60132000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6014
6015 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
6016
2b628194
MS
60172000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6018
a9331b3f 6019 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
6020 two places.
6021
96a2c332
SS
60222000-03-17 Stan Shebs <shebs@apple.com>
6023
6024 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
6025 <dima@Chg.RU>, also clarification of allowed content for
6026 string constants.
6027
f7dc1244 60282000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
6029
6030 * gdb.texinfo (main menu): Add Annotations.
6031 (File Options): Add @cindex entries for each command-line option.
6032 Document --epoch, --annotate, --async, --interpreter, --write,
6033 --statistics, and --version.
6034
6035 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
6036 of GDB.
6037
9d233477
JB
60382000-02-23 Jim Blandy <jimb@redhat.com>
6039
6040 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
6041
14e0eb3b
JB
60422000-02-22 Jim Blandy <jimb@redhat.com>
6043
6044 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
6045
3555de01
JM
60462000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
6047
6048 * Makefile.in (diststuff): New target.
6049
5e35df8e
KB
60502000-02-15 Kevin Buettner <kevinb@redhat.com>
6051
6052 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 6053 architecture. [From Jim Wilson.]
5e35df8e 6054
c5394b80
JM
60552000-01-16 Tom Tromey <tromey@cygnus.com>
6056
6057 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
6058 (Delete Breaks): Mention range arguments.
6059 (Disabling): Likewise.
6060
c3f6f71d
JM
60612000-01-05 Dmitry Sivachenko <dima@Chg.RU>
6062
6063 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
6064
c4093a6a
JM
6065Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
6066
6067 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
6068 valid functions.
6069
11cf8741
JM
60701999-11-05 Stan Shebs <shebs@andros.cygnus.com>
6071
6072 * gdb.texinfo: Clarify regular expressions used in rbreak.
6073
917317f4
JM
60741999-10-15 Kevin Buettner <kevinb@cygnus.com>
6075
6076 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
6077 MEMORY_REMOVE_BREAKPOINT): Document.
6078
6079Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
6080
6081 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
6082 offset re-using the DATA offset instead.
6083
2df3850c
JM
60841999-10-11 Jim Kingdon <kingdon@redhat.com>
6085
6086 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
6087
60881999-10-05 Stan Shebs <shebs@andros.cygnus.com>
6089
6090 From Dmitry Sivachenko <demon@gpad.ac.ru>:
6091 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
6092 typos.
6093
6094 * gdb.texinfo: Various minor wording and formatting improvements,
6095 mentions of additional command-line options.
6096
2acceee2
JM
60971999-09-30 Fred Fish <fnf@cygnus.com>
6098
6099 * gdb.texinfo: Document additional forms of specifying section
6100 names and addresses for the add-symbol-file command.
6101
c2c6d25f
JM
61021999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
6103
6104 * gdbint.texinfo: Fix typo, add the word "have".
6105
61061999-09-14 Jim Blandy <jimb@cris.red-bean.com>
6107
6108 * gdbint.texinfo (Target Architecture Definition): Document the
6109 SKIP_PERMANENT_BREAKPOINT macro.
6110
d4f3574e
SS
61111999-09-07 Stan Shebs <shebs@andros.cygnus.com>
6112
6113 * gdb.texinfo: Fiks speling errers.
6114
6115 * gdb.texinfo: Fix uses of @multitable.
6116
f7dc1244 6117 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e
SS
6118 * gdb.texinfo: Include details specific to DOS host, clarify
6119 some confusing language, fix @ref/@xref/@pxref usages, add
6120 comments about using with optimization, add more indexing,
6121 fix info about disassembly-flavor.
6122
6123Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
6124
6125 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
6126 SKIP_SOLIB_RESOLVER): Define.
6127
6128Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
6129
6130 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
6131 ``g'' packets.
6132
104c1213
JM
61331999-08-30 Stan Shebs <shebs@andros.cygnus.com>
6134
6135 * gdb.texinfo: Create a new "Configurations" chapter with
6136 platform-specific info, inline remote.texi and move sections of it
6137 into the new chapter, move bits about info proc, heuristic search,
6138 and register stack into the new chapter.
6139 * remote.texi: Remove, now part of gdb.texinfo.
6140 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
6141
61421999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
6143
6144 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
6145 GDB_TARGET_IS_MACH386): These kludges have gone away.
6146
6147Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
6148
6149 * gdbint.texinfo (Target Architecture Definition): Mention
6150 TDEPLIBS.
6151
53a5351d
JM
61521999-08-20 Stan Shebs <shebs@andros.cygnus.com>
6153
6154 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
6155 surrounding text to fit HP-UX bits into general info.
6156 (HPPA-cfg.texi): Remove, no longer useful.
6157
6158 * gdb.texinfo: Remove explicit links from @node lines, remove
6159 HP-added "Detailed Node Listing" from main menu which confuses
6160 things.
6161
6162 From Dmitry Sivachenko <dima@Chg.RU>:
6163 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
6164 in description of `set environment'.
6165
61661999-08-17 Stan Shebs <shebs@andros.cygnus.com>
6167
6168 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
6169
7be570e7
JM
61701999-08-12 Ben Elliston <bje@cygnus.com>
6171
6172 * gdbint.texinfo (Breakpoint Handling): Add missing words.
6173
f7dc1244 61741999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
6175
6176 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
6177 watch, awatch, and rwatch. Explain why the latter two cannot be
6178 set as software watchpoints. Document that watchpoints for local
6179 variables are deleted when the debuggee terminates.
6180
6181Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
6182
6183 * remote.texi (Protocol): Further clarification of the "qRcmd"
6184 packet. Allow E.. response packet. "qRcmd" packet is no longer
6185 reserved.
6186
61871999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6188
a9331b3f
RM
6189 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
6190 * gdb.texinfo: Ditto.
7be570e7 6191
96baa820
JM
61921999-08-06 Tom Tromey <tromey@cygnus.com>
6193
6194 * gdb.texinfo (KOD): New node.
6195
6196Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
6197
6198 * remote.texi (Rcmd): Fix minor formatting typos.
6199
6200Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
6201
6202 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
6203 packets.
6204
adf40b2e
JM
62051999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
6206
6207 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
6208 fixes.
6209
43ff13b4
JM
6210Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
6211
6212 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
6213
085dd6e6
JM
6214Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
6215
6216 * remote.texi (Communication Protocol): ``v'' is in use. Fix
6217 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
6218 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
6219 packets that are not supported on all hosts. Expand examples.
6220 Spell check.
6221
62221999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
6223
6224 * Makefile.in: Recognize html, install-html. Add targets
6225 to build HTML versions of documentation via texi2html.
6226
6227Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
6228
6229 * gdbint.texinfo (Testsuite): New chapter, information about the
6230 testsuite.
6231
6232Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
6233
6234 * remote.texi (Communication Protocol): Rewrite.
6235
6236Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
6237
6238 * stabs.texinfo: Fix uses of xref.
6239
9e0b60a8
JM
6240Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
6241
6242 * gdbint.texinfo: Add an anti-printf exhortation, and update the
6243 info about patch submission.
6244
cce74817
JM
6245Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
6246
6247 From Per Bothner <bothner@cygnus.com>:
6248 * gdb.texinfo: Document Chill support.
6249
6250Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
6251
6252 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
6253 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
6254 Document that the value should be greater-than or equal-to zero.
6255 (NO_STD_REGS): Document. Deprecate.
6256
ac9a91a7
JM
6257Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
6258
6259 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
6260 Document that these are not used.
6261
6262Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
6263
6264 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
6265
392a587b
JM
6266Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
6267
6268 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
6269 numargs was dropped.
6270
6271Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
6272
6273 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
6274
b83266a0
SS
6275Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
6276
6277 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
6278 Update.
6279
7a292a7a
SS
6280Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
6281
6282 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
6283 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
6284
6285Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
6286
6287 * gdbint.texinfo: Fix typos: $ -> @.
6288
6289Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
6290
6291 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
6292 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
6293 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
6294 BREAKPOINT_FROM_PC.
a9331b3f 6295
7a292a7a
SS
6296Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
6297
6298 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
6299 CALL_DUMMY_STACK_ADJUST): Document.
6300
6301Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
6302
6303 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
6304 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
6305
63061999-04-02 Stan Shebs <shebs@andros.cygnus.com>
6307
6308 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
6309 longer exists.
6310
6311Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
6312
6313 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
6314 nearly all @ifset/@ifclear conditionals; nobody uses them, and
6315 they make the manual source incomprehensible.
6316 * h8-cfg.texi: Remove, hasn't been used in years.
6317
c906108c
SS
6318Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
6319
6320 * gdb.texinfo: Update the credits.
6321
6322Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
6323
6324 * gdb.texinfo: Fix mistakes noticed in printout of last
6325 draft, add Alpha to discussion of heuristic fence post.
6326
6327Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
6328
6329 * gdb.texinfo, remote.texi: Many changes; update to Seventh
6330 Edition, merge some HP changes into mainline, describe some
6331 previously undocumented features, describe more of the target
6332 commands available, eliminate obsolete section on renamed
6333 commands.
6334 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
6335
6336Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
6337
6338 * gdb.texinfo: Make many HPPA conditionals unconditional,
6339 including catchpoint description, since now on for all configs.
6340 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
6341 specializations.
6342
6343Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
6344
6345 * Makefile.in (GDBvn.texi): Fix match expression to work with
6346 current format of VERSION in gdb/Makefile.in.
6347 * gdb.texinfo: Fix node ref to match new readline.
6348
6349Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
6350
a9331b3f
RM
6351 * gdb.texinfo: Changes made as part of a project to merge in
6352 changes made by HP. Documentation makes extensive use of
c906108c
SS
6353 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
6354 on remote debugging. There are differences in documentation
6355 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
6356 the HP manual discusses catchpoints, hardware watchpoints, and
6357 some HPUX specific limitations for shared library support.
a9331b3f 6358
c906108c
SS
6359 There are also a number of @node changes.
6360
63611999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
6362
6363 * gdbint.texinfo (Formatting): Disambiguate a sentence.
6364 (C Usage): Same.
6365
6366Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
6367
6368 The following changes were made by Edith Epstein
6369 <eepstein@cygnus.com> as part of a project to merge in changes
6370 made by HP.
a9331b3f 6371
c906108c
SS
6372 * HPPA-cfg.texi: new file.
6373
6374 * all-cfg.texi: set HPPA for HP PA-RISC targets.
6375
6376 * refcard.tex: change documentation about catch.
6377 removed info catch.
6378
6379Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
6380
6381 * gdbint.texinfo: Expand on GDB's coding standards,
6382 specify the use of arg names with prototypes.
6383
63841998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
6385
6386 * gdb.texinfo: Fix tipo.
6387
6388Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
6389
6390 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
6391 TARGET_BYTE_ORDER_SELECTABLE_P.
6392
6393Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
6394
6395 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
6396
63971998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
6398
6399 * agentexpr.texi: New file.
6400
6401Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
6402
6403 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
6404
64051998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
6406
6407 * remote.texi: Changed wording that implied that the GDB remote
6408 protocol caches register values instead of GDB itself.
6409
6410Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
6411
6412 * gdbint.texinfo: Add some info about symbol readers.
6413 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
6414 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
6415 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
6416 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
6417
6418Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
6419
a9331b3f 6420 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
6421
6422Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
6423
6424 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
6425
6426Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
6427
6428 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
6429 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
6430
6431Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
6432
6433 * gdbint.texinfo: Fix minor typos.
6434
6435Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
6436
6437 * gdbint.texinfo: Complete overhaul. Group descriptions more
6438 logically, add more info on generic algorithms, remove much
6439 obsolete and/or wrong material.
6440
6441Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
6442
6443 * stabs.texinfo (Method Type Descriptor): Expand and correct.
6444
6445Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
6446
6447 * refcard.tex: Copyright, address updates.
6448
6449Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
6450
6451 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
6452 for the edition instead of confusing GDB-version-like numbers.
6453
6454Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
6455
6456 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
6457
6458Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
6459
5ae4183a 6460 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
6461
6462Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
6463
6464 * gdb.texinfo: Add some credits, mention bug monitor.
6465 * remote.texi: Mention mips monitor targets.
6466 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 6467
c906108c
SS
6468Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
6469
6470 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
6471 files, finish sorting of host vs target vs native macros, describe
6472 some more of them.
6473
6474Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
6475
6476 * gdbint.texinfo (Host Conditionals): Document change from
6477 using NO_MMALLOC to it's inverse, USE_MMALLOC.
6478
6479Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
6480
6481 * gdbint.texinfo (Host Conditionals): Document
6482 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
6483
6484Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
6485
6486 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
6487 Document LSEEK_NOT_LINEAR.
6488
6489Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
6490
6491 * stabs.texinfo (Stab Section Basics): Make it clear that only
6492 some versions of the GNU linker remove the leading N_UNDF symbol.
6493
6494Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
6495
6496 * stabs.texinfo (String Field): Document type number pairs here,
6497 instead of in the Sun specific section.
6498 (Include Files): The GNU linker supports the N_BINCL
6499 optimization. Clarify the N_BINCL value, and what it is used
6500 for.
6501 (Procedures): Document N_FUN with an empty string to mark the end
6502 of a function.
6503 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
6504 (Sun Differences): Remove this node, as the information is now
6505 elsewhere in the main document.
6506 (Stab Section Basics): Mention that the GNU linker may optimize
6507 stabs and remove the leading N_UNDF symbol.
6508
6509Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
6510
6511 * gdb.texinfo, refcard.tex: Restore author credit
6512
6513Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
6514
6515 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
6516 documentation to account for START and END macros taking
6517 one arg.
6518
6519Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
6520
6521 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
6522 * gdb.texinfo (Frames): Fix typo.
6523
6524Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
6525
6526 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
6527 a target_signal as arg type, not a pid.
6528
6529Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
6530
6531 * gdb.texinfo: Document `set assembly-language'.
6532
6533Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
6534
6535 * remote.texi: Update list of stubs in the GDB distribution.
6536
6537Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
6538
6539 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
6540 Also document that some systems can use mmalloc but must define
6541 this if their C runtime allocates memory that is later freed.
6542 (MMCHECK_FORCE): Document new macro.
a9331b3f 6543
c906108c
SS
6544Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
6545
6546 * remote.texi: Add documentation for target Sparclet.
6547
6548Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6549
a9331b3f 6550 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
6551 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
6552 * configure.in: Rewritten for autoconf.
6553 * configure: New.
6554
6555Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
6556
6557 * Makefile.in (DVIPS): New define, set to dvips.
6558 (dvi): Add stabs.dvi.
6559 (ps): New target.
6560 (all-doc): Depend on info, dvi, and ps targets.
6561 (STAGESTUFF): Add *.ps and *.dvi files.
6562 (clean-info, clean-dvi): Remove.
6563 (mostlyclean): Does not depend upon clean-info or clean-dvi,
6564 rules completely rewritten.
6565 (maintainer-clean): Remove clean-info and clean-dvi
6566 dependencies and put their actions in the rules.
6567 (gdb.ps): New target
a9331b3f 6568 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
6569 intermediate TeX files, whether they have 2 or 3 character
6570 extensions.
6571 (gdbint.ps): Add target and rules.
6572 (gdb-internals): Delete unused target.
6573 (Makefile): Depends upon config.status also.
6574
6575Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
6576
6577 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
6578 set.
6579
6580Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
6581
6582 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
6583 * gdb.texinfo (Expressions): Fix erroneous array constant example.
6584
6585Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
6586
6587 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
6588
6589Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6590
6591 * gdb.texinfo (Print settings): Document
6592 `set/show print static-members' commands.
6593
6594Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
6595
6596 * gdbint.texinfo (Native): Document name change, coredep.c to
6597 core-aout.c.
6598
6599Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
6600
6601 * stabs.texinfo (Include Files): Document the values the SunOS4
6602 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
6603
6604Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
6605
6606 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
6607 Fix typo.
6608
6609Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
6610
6611 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
6612 "gdb.tar.Z".
6613
6614Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
6615
6616 * Makefile.in (maintainer-clean): New target, synonym for
6617 realclean.
6618
6619Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
6620
6621 * Update all FSF addresses except those in COPYING* files.
6622
6623Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
6624
6625 From Richard Earnshaw (rearnsha@armltd.co.uk):
6626 * gdb.texinfo (convenience variables): Document $_exitcode.
6627 (quit): Document optional expression to use as exit code.
6628
6629Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
6630
6631 * gdb.texinfo, remote.texi: Brought up to date with various
6632 GDB changes.
6633
6634Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
6635
6636 * gdb.texinfo: Update dates and versions, fix comments about
6637 hardware watchpoints in future releases and about the
6638 sharedlibrary command.
6639
6640Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6641
6642 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
6643 C_FUN stab. Other cleanups.
6644
6645Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6646
6647 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
6648 for the sparc stub.
6649
6650Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6651
6652 * annotate.texi: Clarify which addresses have differing formats
6653 depending on the language and which do not.
6654
6655Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
6656
6657 * remote.texi (NetWare): Changed example to use BOARD= instead of
6658 NODE= argument to reflect correspoding change to gdbserve.nlm.
6659
6660Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6661
6662 * stabs.texinfo (Negative Type Numbers): Mention the fact that
6663 GDB, as well as AIX dbx, supports the size type attribute.
6664
6665Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6666
6667 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
6668
6669Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
6670
6671 * gdb.texinfo (Define): Document $arg0... arguments to commands,
6672 and new 'if' and 'while' commands.
6673
6674Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
6675
6676 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
6677
6678Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
6679
6680 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
6681 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
6682 NetWare targets. Mostly stolen from the Server node.
6683
6684Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6685
6686 * gdb.texinfo (Setting): Talk about the language of a source file
6687 versus the working language. The old documentation did not match
6688 what GDB did.
6689
6690Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6691
6692 * stabs.texinfo (Source Files): Document N_SO used to mark the end
6693 of a source file.
6694
6695Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6696
6697 * gdb.texinfo (Processes): New node.
6698
6699Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
6700
6701 * remote.texi: Update documentation of set/show mipsfpu.
6702
3fc11d3e
JM
6703Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
6704
6705 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
6706 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
6707
6708Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
6709
6710 * gdbint.texinfo: Removed mentions of some incorrectly placed and
6711 obsolete conditionals, described some others.
6712
6713Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6714
6715 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
6716 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
6717
6718Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
6719
6720 * gdbint.texinfo: Put regex conditionals in their own table.
6721
6722Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
6723
6724 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
6725 described or fixed the descriptions of many others.
6726
6727Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
6728
6729 * gdb.texinfo: Add some more credits.
6730 * gdbint.texinfo: Capitalize GDB consistently, describe some
6731 macros and remove some.
6732
6733Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
6734
6735 * gdbint.texinfo: Removed mentions of many incorrectly placed and
6736 obsolete conditionals, described some others.
6737
6738Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6739
6740 * gdb.texinfo (help targets): Changed to `help target', which
6741 is the correct gdb command.
6742
6743Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6744
6745 * annotate.texi (TODO): New node, for keeping track of annotations
6746 suggested but not yet implemented.
6747
6748Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6749
6750 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
6751 another symbol, it is not the address itself.
6752
6753Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
6754
6755 * stabs.texinfo (Stab Section Basics): Add comment about alignment
6756 of stabs-in-coff sections.
6757
6758Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6759
6760 * annotate.texi: Change edition to 0.5 and date to May 1994.
6761 Add index.
6762 (Frames): New node, for frame annotation.
6763 (Displays): New node, for display annotation.
6764
6765 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
6766 when waiting for your program to stop.
6767
6768Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6769
6770 * annotate.texi (Breakpoint Info): Document annotation of header
6771 fields and record annotation.
6772
6773Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6774
6775 * annotate.texi: New file, to document annotations.
6776
6777Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6778
6779 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
6780 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
6781
6782Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6783
6784 * stabs.texinfo (Stab Section Basics): Say what is in .stab
6785 section, and say n_strx field is compilation unit relative.
6786 * stabs.texinfo: Don't use @code for a.out when it is the name of
6787 an object file format.
6788
6789Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
6790
6791 * gdb.texinfo: Refer to file names, not path names, per rms
6792 convention.
6793 (Arguments): Fix typo.
6794
6795Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6796
6797 * stabs.texinfo (Global Variables): Talk about stabs in files
6798 where variables are referenced, but not defined.
6799
6800Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6801
6802 * stabs.texinfo: Move stuff on @ and # type descriptors from node
6803 Cplusplus to new nodes Member Type Descriptor and Method Type
6804 Descriptor. Re-write stuff for #.
6805
6806Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6807
6808 * gdb.texinfo (Print Settings): Don't document "set print
6809 fast-symbolic-addr off". The bug which it worked around was fixed
6810 on 25 Feb 94 in coffread.c, so I'm nuking the command.
6811
6812 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
6813 N_ENTRY node.
6814
6815 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
6816
6817Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6818
6819 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
6820 references to ieee-float.c.
6821
6822Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6823
6824 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
6825 match what the code actually does.
6826
6827Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6828
6829 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
6830
6831Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
6832
6833 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
6834 i, and b.
6835
6836Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
6837
6838 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
6839 well as for ELF and SOM. Unify the descriptions of ELF and SOM
6840 as "stabs in sections" rather than just saying "ELF and SOM".
6841 Also make that stuff apply to COFF.
6842
6843Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6844
6845 * gdb.texinfo (Formatting Documentation): Change GhostScript to
6846 Ghostscript.
6847
6848Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6849
6850 * gdb.texinfo (Continuing and Stepping): When talking about "step"
6851 versus functions without line numbers, also mention stepping into
6852 them as well as "step" when you are in them. Tell the user how to
6853 deal with the situation. Add comment about "debugging information".
6854
6855Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6856
6857 * stabs.texinfo (Enumerations): Document restriction on where
6858 enumeration types can appear and still win with GDB.
6859
6860Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6861
6862 * stabs.texinfo (Negative Type Numbers): Document format for type
6863 -16.
6864
6865Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6866
6867 * gdb.texinfo (Selection, Frame Info): Update information about
6868 arbitrary frame specficiations.
6869
6870Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
6871
6872 * gdb.texinfo, remote.texi: general editing pass prior to Net release
6873
6874Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6875
6876 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
6877
6878Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
6879
6880 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
6881
6882Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6883
6884 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
6885 Differences node to Statics node.
6886 (Statics): Discuss XCOFF use of V symbol descriptor.
6887
6888 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
6889 not clean.
6890
6891Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
6892
6893 * gdb.texinfo (Print Settings): Document `set print
6894 fast-symbolic-addr' and improve the doc for some other
6895 `set print's.
6896
6897Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6898
6899 * stabs.texinfo (String Field): Talk about defining several type
6900 numbers at once.
6901 Fix lint regarding changing node ELF Transformations to
6902 ELF and SOM Transformations.
6903
6904Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
6905
6906 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
6907
6908Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6909
6910 * stabs.texinfo (Cross-References): `::' is for nested types only
6911 within <>.
6912 (Structures): Document static members.
6913
6914Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6915
6916 * stabs.texinfo: Document S type attribute.
6917
6918Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6919
6920 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
6921
6922Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
6923
6924 * gdbint.texinfo: Fix a few typos.
6925
6926Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6927
6928 * gdb.texinfo, remote.texi: formatting improvements
6929
6930 * gdb.texinfo (New Features): mention threads.
6931 (Summary, C): fix xrefs in newly contributed text.
6932 (Threads): index entries, clarifications, example
6933 (passim): minor typos fixed, phrasing improvements
6934
6935 * remote.texi (Bootstrapping): rephrase text on ^C and add index
6936 entries; (Server): explain use of gdbserver w/real-time systems,
6937 add example of conflicting TCP port; (MIPS Remote) break up
6938 running text into table, highlighting commands, and add example.
a9331b3f 6939
c906108c
SS
6940Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6941
6942 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
6943
6944Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6945
6946 * stabs.texinfo (Nested Symbols): New node.
6947 (String Field, Symbol Descriptors, Cross-References): Refer to it.
6948
6949Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6950
6951 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
6952 to picking which Bbss.bss symbol to use, and (because there seems to
6953 be no good way of doing it) re-write some of the text to make it
6954 sound like Bbss.bss isn't such a great idea after all (as currently
6955 designed).
6956
6957 * gdb.texinfo (C): In addition to saying people have to use g++ for
6958 good results, say they have to use stabs. Specifically say cfront
6959 doesn't work well.
6960 (Summary): Merge in information on Modula-2, Pascal, and Chill from
6961 the gdb README. Add xrefs to places where the support for the various
6962 languages is described in detail.
6963
6964Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6965
6966 * stabs.texinfo: Clean up stuff about visibility and virtual
6967 characters.
6968
6969 * stabs.texinfo (N_M2C): Cite Sun doc.
6970
6971Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
6972
6973 * gdb.texinfo: updates re threads.
6974 * remote.texinfo: avoid index entries starting with digits.
6975
6976Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6977
6978 * stabs.texinfo (Enumerations): Talk about large, negative and
6979 octal values. Clean up cross reference to type attributes.
6980 (String Field): Say that GDB 4.11 supports size attribute.
6981
6982Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6983
6984 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
6985 is a mandatory step. Make the stuff about that more concise.
6986
6987Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6988
6989 * stabs.texinfo (Class Names): New node.
6990
6991 * gdb.texinfo (Command Files): Explain order of init file reading.
6992
6993 * remote.texi (Bootstrapping): Talk about getting the serial driver
6994 to deal with ^C sent by gdb to stop the remote system.
6995
6996Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
6997
6998 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
6999
7000 * libgdb.texinfo (Defining Commands): made the DOC arg
7001 to gdb_define_app_command a char * instead of char **
7002 per a suggestion from kingdon.
7003
7004 * libgdb.texinfo: total rewrite from a different starting
7005 premise.
7006
7007Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7008
7009 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
7010 floats passed as doubles (to improve clarity).
7011
7012Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7013
7014 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
7015
7016 * a4rc.sed: update to work with Andreas Vogel papersize params
7017
7018 * refcard.tex: use Andreas Vogel simplifications of papersize
7019 params; remove useless version info; update copyright date.
7020
7021Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7022
7023 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
7024
7025Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7026
7027 * gdb.texinfo (Files): Say what address the load command loads it at.
7028
7029 * stabs.texinfo (Common Blocks): Minor cleanups.
7030
7031 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
7032 that Sun has backed away from the linker kludge and thus the relevant
7033 issue is changes to the SunPRO tools, not the Solaris linker.
7034
7035 * stabs.texinfo (Traditional Integer Types): Clean up description
7036 of octal bounds a little bit. Document extra leading zeroes.
7037
7038Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7039
7040 * gdb.texinfo (Signaling): Update for symbolic symbol names
7041 and add a section explaining the difference between the GDB
7042 signal command and the shell kill utility.
7043
7044Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
7045
7046 * libgdb.texinfo: added `@' to braces that were unescaped.
7047
7048Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
7049
7050 * libgdb.texinfo: new file. Spec for the gdb library.
7051
7052Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7053
7054 * stabs.texinfo (Include Files): Fix typo (start -> end).
7055
7056Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7057
7058 * gdb.texinfo, remote.texi: assorted small improvements, mostly
7059 from Melissa at FSF's editing pass.
7060
7061Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7062
7063 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
7064 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
7065 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
7066
7067Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7068
7069 * remote.texi (Bootstrapping): Discuss 386 call gates.
7070
7071Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
7072
7073 * stabs.texinfo (Based Variables): New node.
7074
7075Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
7076
7077 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
7078 names, sizes, and formats to suggest how not to lose.
7079
7080Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
7081
7082 * stabs.texinfo (Methods): Fix typo.
7083
7084Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7085
7086 * gdb.texinfo: Fix a few typos.
7087
7088Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7089
7090 * gdb.texinfo: Clarify how well it works with Fortran.
7091
7092 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
7093 More on relocating stabs in ELF files.
7094
7095Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7096
7097 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
7098
7099Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7100
7101 * stabs.texinfo (Local Variable Parameters): Talk about nameless
7102 parameters on VAX.
7103
7104Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7105
7106 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
7107
7108Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7109
7110 * stabs.texinfo: Make info author notice match the TeX author notice.
7111
7112Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7113
7114 * stabs.texinfo: Initial-caps all words in node names and
7115 non-trivial words in section names.
7116
7117Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7118
7119 * stabs.texinfo: Many minor cleanups.
7120
7121 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
7122
7123Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
7124
7125 * stabs.texinfo: Remove full description of big example.
7126 It's not really helpful; just use pieces of it where appropriate.
7127 Add more Texinfo formatting directives (@samp, etc.).
7128 Use @deffn to define stab types.
7129 Eliminate some wordiness. Break up some nodes.
7130 Add an (alphabetized) index of symbol types.
7131 Use consistent capitalization style in node and section names.
7132
7133Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
7134
7135 * gdb.texinfo: Change typo "Two two" to "The two".
7136
7137Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7138
7139 * stabs.texinfo (XCOFF-differences): Remove references to
7140 non-existent types N_DECL and N_RPSYM.
7141
7142 * stabs.texinfo (String Field): Say that type attributes bug is
7143 fixed in GDB 4.10, since it is.
7144
7145 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
7146
7147Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
7148
7149 * stabs.texinfo: Formatting cleanups.
7150
7151Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7152
7153 * stabs.texinfo: When explaining the n_type of a stab, standardize
7154 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
7155 no tabs, use @r).
7156 (Global Variables): Clean up.
7157
7158Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7159
7160 * stabs.texinfo (Stack Variables): Re-write.
7161
7162Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7163
7164 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
7165 addresses of a source file. Also revise formatting.
7166 Change "object module" or "object file" to "source file".
7167 Various: Miscellaneous cleanups.
7168
7169Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7170
7171 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
7172
7173Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
7174
7175 * gdbint.texinfo: Removed many nonsensical machine-collected
7176 host and target conditionals, described some of the remainder.
7177
7178Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7179
7180 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
7181
7182 * gdbint.texinfo (Top): Add name to @top line, and re-write the
7183 paragraph which follows.
7184
7185 * gdbint.texinfo (Host): Use @code not @samp for Makefile
7186 variables. Looks better and avoids overful hbox.
7187
7188Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7189
7190 * stabs.texinfo (Procedures): Improve stuff on nested functions.
7191
7192Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7193
7194 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
7195 retransmit-timeout
7196
7197Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7198
7199 * gdbint.texinfo: Update statement about `some ancient Unix
7200 systems, like Ultrix 4.0' to Ultrix 4.2.
7201
7202Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
7203
7204 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
7205
7206 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
7207
7208 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
7209 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
7210
7211 * remote.texi: new name for former gdbinv-s.texi
7212
7213 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
7214
7215Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
7216
7217 * gdbinv-s.texi: Documented timeout and retransmit-timeout
7218 variables for MIPS remote debugging protocol.
7219
7220Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7221
7222 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
7223
7224Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
7225
7226 * Makefile.in (refcard.dvi): Use srcdir where necessary.
7227
7228Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
7229
7230 * gdb.texinfo: repair conditional bugs in text markup
7231
7232Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7233
7234 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
7235 to select Modula-2 material.
7236
7237Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7238
7239 * stabs.texinfo: Cleanups regarding statics.
7240
7241 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
7242 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
7243
7244Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7245
7246 * stabs.texinfo: N_MAIN is sometimes used for C.
7247
7248Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7249
7250 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
7251
7252Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
7253
7254 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 7255 removed from the code by Kingdon.
c906108c
SS
7256
7257Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7258
7259 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
7260 input when evaluating breakpoint conditions; the bug has been fixed.
7261
7262 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
7263 sets the ignore count to N-1, not to N.
7264
7265Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7266
7267 * refcard.tex (\hoffset): correct longstanding error to match
7268 intended offset; avoids cutting off edge on some printers
7269
7270Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7271
7272 * stabs.texinfo (Parameters): Say that order of stabs is significant.
7273
7274Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7275
7276 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
7277
7278Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7279
7280 * Makefile.in: (REFEDITS) new var to control whether PS or CM
7281 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
7282 collect sed edits if any, apply to refcard before formatting;
7283 (refcard.ps) stop implying PS fonts if PS output requested;
7284 (lrefcard.ps) delete extra target for variant PS fonts
7285
7286 * refcard.tex: parametrize papersize dependent info, collect
7287 in easily replaced spot
7288
7289 * a4rc.sed: new file, edits to refcard for A4 paper
7290
7291Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7292
7293 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
7294
7295Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7296
7297 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
7298
7299Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7300
7301 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
7302 politely rather than rudely.
7303
7304Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7305
7306 * stabs.texinfo: Document common blocks.
7307
7308Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
7309
7310 * stabs.texinfo: Add some basic info about stabs-in-elf.
7311
7312Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7313
7314 * stabs.texinfo (Top): Minor cleanup.
7315
7316Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
7317
7318 * Makefile.in (install-info): remove parentdir support
7319
7320Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7321
7322 * gdb.texinfo (Copying): delete this node and references to it;
7323 RMS says this manual need not carry GPL. (passim): Improvements
7324 from last round at FSF, largely due to Ian Taylor review, and
7325 minor formatting improvements.
7326
7327 * gdbinv-s.texi (passim): Improvements from last round at FSF,
7328 largely due to Ian Taylor review. (Debug Session): minor edits to
7329 new text.
7330
7331Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
7332
7333 * Makefile.in (realclean): Remove info and dvi files too.
7334
7335Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
7336
7337 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
7338 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
7339 * gdb.texinfo: Change accordingly.
7340
7341 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
7342 N_{L,R}BRAC,N_SLINE are relative to.
7343
7344Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
7345
7346 * Makefile.in (GDBvn.texi): Update atomically.
7347
7348Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
7349
7350 * gdbinv-s.texi (Debug Session): Document exceptionHook.
7351
7352Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
7353
7354 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
7355 addresses together. Also motivate the set print symbol-filename
7356 command and suggest other solutions.
7357
7358Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
7359
7360 * gdb.texinfo (set print elements): Note that the number of
7361 elements is set to unlimited by "set print elements 0".
7362
7363Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
7364
7365 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
7366 NF_LDOUBLE means.
7367 (Stab Types): Include Solaris stab types.
7368 (Procedures): Document Solaris extensions.
7369
7370Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7371
7372 * gdb.texinfo: Add `set print symbol-filename' doc.
7373
7374Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7375
7376 * stabs.texinfo (Arrays): Talk about type definition vs. type
7377 information.
7378
7379 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
7380 the trailing semicolon.
7381
7382Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7383
7384 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
7385 and merge in other parts of the document addressing these subjects.
7386 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
7387
7388 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
7389 at the end of a range type.
7390
7391 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
7392 AIX extensions.
7393
7394Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7395
7396 * stabs.texinfo (Stabs Format): Misc fixes.
7397
7398Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7399
7400 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
7401 (Traditional builtin types): Document convex convention for long long.
7402 (Negative builtin types): Discuss type names, and misc fixes.
7403
7404Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7405
7406 * stabs.texinfo (Builtin Type Descriptors): Document the floating
7407 point types used with @samp{R} type descriptor.
7408 (Symbol Descriptors): Describe how to handle conflict between
7409 different meanings of @samp{P} symbol descriptor.
7410
7411Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7412
7413 * stabs.texinfo: Remove node Quick Reference and put its children
7414 directly under the main menu.
7415
7416 * stabs.texinfo: Many more changes to bring it into line with
7417 AIX documentation and reality. I think it now has all the
7418 information from the AIX documentation, except that I burned
7419 out when I got to variant records (Pascal and Modula-2) and
7420 all the COBOL types. Oh well, we can add them later when we're
7421 worrying more about those languages.
7422
7423 * stabs.texinfo (Automatic variables): Talk about what it means
7424 to omit the symbol descriptor.
7425
7426Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7427
7428 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
7429 gcc2 behavior with promoted args.
7430
7431Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7432
7433 * gdb.texinfo: include readline appendices in info version of manual
7434
7435Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7436
7437 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
7438 target remote.
7439
7440 * gdb.texinfo (Machine Code): more index entries for disassemble
7441
7442Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
7443
7444 * Clarify the intended use of the gdb-testers and gdb-patches
7445 mailing lists, and shrink gzip comment.
7446
7447Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7448
7449 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
7450 DOSHOST configuration of manual.
7451
7452 * gdb.texinfo (MIPS Stack): new node.
7453
7454 * all-config.texi (MIPS) new switch.
7455
7456 * gdbinv-s.texi (Nindy Options) Remove two instances of future
7457 tense; (MIPS Remote) new node.
7458
7459 * gdb.texinfo (passim) rephrases to work around makeinfo @value
7460 bug; (Environment) less passive, other small cleanups in text about
7461 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
7462 (Remote) new MIPS Remote menu entry.
7463
7464Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
7465
7466 * stabs.texinfo: Many changes to include information from the
7467 AIX documentation.
7468
7469 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
7470
7471Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
7472
7473 * gdbint.texinfo (new node Debugging GDB, elsewhere):
7474 Move a bunch of information from ../README.
7475 (Getting Started): New node.
7476
7477Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7478
7479 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
7480
7481 * gdb.texinfo: advance manual revision dates to present
7482
7483 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
7484 stop using silly Roman numerals in @set variable names
7485
7486Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
7487
7488 * stabs.texinfo (Parameters): Keep trying to get this right.
7489
7490Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
7491
7492 * stabs.texinfo (Parameters): More on "local parameters".
7493
7494Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
7495
7496 * stabs.texinfo (Parameters): Re-do "local parameters" section.
7497
7498Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
7499
7500 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
7501 (Parameters): Rewrite.
7502 (xcoff-differences, Sun-differences): Minor changes.
7503
7504Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
7505
7506 * stabs.texinfo: Minor cleanup.
7507
7508Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
7509
7510 * gdbint.texinfo: Minor xcoff stuff.
7511
7512Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
7513
7514 * gdbint.texinfo: Update for new config directory structure.
7515 Add info about internal type data structures.
7516
7517Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
7518
7519 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
7520 $(srcdir).
7521 (gdb-config.texi): Depend on file in $(srcdir).
7522
7523Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
7524
7525 * stabs.texinfo: Fixes about N_SO.
7526
7527Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7528
7529 * gdb.texinfo: include list of nonstandard init file names
7530
7531 * *-config.texi: new switch GENERIC for text that applies *only*
7532 to (usual) multiple-target version of manual
7533
7534 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
7535 h8 config
7536
7537 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
7538 in menus (rather than conditionally selected multiple alternative
7539 menus).
7540
7541 * Makefile.in: define and use DOC_CONFIG var to select
7542 configuration for GDB user manual.
7543
7544 * gdb-config.texi: delete from repository, generate from Makefile.
7545
7546 * all-config.texi: normal `generic' configuration file, formerly
7547 stored as gdb-config.texi
7548
7549Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
7550
7551 * Makefile.in: add dvi target to build all .dvi files
7552
7553Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7554
7555 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
7556
7557Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
7558
7559 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
7560 host conditionals.
7561 * stabs.texinfo: More array fixes inspired by Jim's.
7562
7563Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
7564
7565 * stabs.texinfo: Fixes re arrays and continuations.
7566
7567 * gdbint.texinfo: Add XCOFF node.
7568
7569Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
7570
7571 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
7572
7573Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
7574
7575 * stabs.texinfo: Fix for array types to mention lower bounds.
7576
7577Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
7578
7579 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
7580
7581Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
7582
7583 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
7584
7585Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
7586
7587 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
7588 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
7589
7590Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
7591
7592 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
7593
7594Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7595
7596 * gdb.texinfo, gdbinv-s.texi: misc updates
7597
7598Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
7599
7600 * gdbint.texinfo: Brief documentation for longjmp support,
7601 from an email msg by Stu.
7602
7603Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
7604
7605 * stabs.texinfo: Fix description of floating point "range"
7606 types (which really define basic types). Reported by Jim Meehan,
7607 <meehan@src.dec.com>.
7608
7609 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
7610
7611Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
7612
7613 * gdbint.texinfo: Slightly expand section on supporting a new
7614 object file format.
7615
7616Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
7617
7618 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
7619 intermediate file.
7620
7621Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7622
7623 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
7624
7625Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7626
7627 * gdbinv-s.texi: z8000 simulator target name is just "sim"
7628
7629 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
7630 as well as Z8002.
7631
7632Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
7633
7634 * gdbint.texinfo: Add sections on clean design and on how to send
7635 in changes.
7636
7637Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
7638
7639 * gdbint.texinfo: Add how to declare the result of make_cleanup.
7640
7641Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
7642
7643 * gdb.texinfo: Fix typo, reported by Karl Berry.
7644
7645Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
7646
7647 * gdb.texinfo: Add opcodes dir to GDB distribution description.
7648
7649Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7650
7651 * gdbint.texinfo: fixed a stray email address (needs @@),
7652 added @table @code to node "Native Conditionals"
7653
7654Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
7655
7656 * gdbint.texinfo: Describe coding style of GDB.
7657
7658Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
7659
7660 * stabs.texinfo: Minor wording changes.
7661
7662Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
7663
7664 * gdbint.texinfo: Improve release doc slightly.
7665
7666Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
7667
7668 * gdbint.texinfo: Improve doc of GDB config macros.
7669
7670Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
7671
7672 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
7673 These will be reinserted when examined.
7674
7675Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
7676
7677 * gdbint.texinfo: Make a start at documenting all the #if macros
7678 in GDB. At least list them all, and start separating them into
7679 host-specific and target-specific.
7680
7681Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
7682
7683 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 7684 examples (not consistent w others).
c906108c
SS
7685 gdb.texinfo: issue disclaimer paragraph on cmdline options only
7686 for generic vn of doc
7687
7688Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
7689
7690 * Makefile.in: always create installation directories.
7691
7692Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
7693
7694 * gdb.texinfo: in h8 config, do not describe searching commands.
7695
7696Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
7697
7698 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
7699 conditionals; introduce a few generic switches that may be
7700 useful for other cross-dev or dos-hosted configs.
7701
7702 * gdb.texinfo: fix typo in "info reg" description
7703
7704Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
7705
7706 * stabs.texinfo: Minor updates from running TeX over it.
7707 * Makefile.in (stabs.dvi, stabs.ps): Add.
7708
7709Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
7710
7711 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
7712 First pass at converting it to texinfo.
7713
7714Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
7715
7716 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
7717 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
7718
7719Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
7720
7721 * gdbint.texinfo: Add section on partial symbol tables.
7722
7723Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
7724
7725 * gdb.texinfo: document `set remotedebug' and `set
7726 rstack_high_address'.
7727
7728Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
7729
7730 * gdb.texinfo: slight expansion of new text on reading info files
7731 * gdbinv-s.m4.in: correct and expand info on cross-debugging
7732 H8/300 from DOS.
7733
7734Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
7735
7736 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
7737
7738Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
7739
7740 * gdb.texinfo: Say how to read the `info' files.
7741
7742Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
7743
7744 * Makefile.in: gm4 -> m4.
7745
7746Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
7747
7748 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
7749 Documentation' ahead of `Installing GDB' to match README.
7750 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 7751 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
7752
7753Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
7754
7755 * Makefile.in: remove $(srcdir) from gdb.info rule.
7756
7757Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
7758
7759 * Makefile.in: commented out gdb-all.texinfo rule. This is
7760 temporary.
7761
7762Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
7763
7764 * Makefile.in, configure.in: removed traces of namesubdir,
7765 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
7766 copyrights to '92, changed some from Cygnus to FSF.
7767
7768Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
7769
7770 * gdb.texinfo: Improve how we ask for bug reports.
7771
7772Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
7773
7774 * Makefile.in: infodir belongs in datadir.
7775
7776Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
7777
7778 * Makefile.in: remove spaces following hyphens, bsd make can't
7779 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 7780 standards.text support.
c906108c
SS
7781
7782Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
7783
7784 * Makefile.in: idestdir and ddestdir go away. Added copyrights
7785 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
7786 and mandir now keyed off datadir by default.
7787
7788\f
7789Local Variables:
9e9c5ae7 7790mode: change-log
c906108c
SS
7791left-margin: 8
7792fill-column: 74
7793version-control: never
7794End: