* configure.ac (build_warnings): Add -Wno-char-subscripts.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
9779414d
DJ
12010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
2
3 * gdb.texinfo (ARM Features): Document
4 org.gnu.gdb.arm.m-profile.
5
f9ffd4bb
TT
62010-08-23 Tom Tromey <tromey@redhat.com>
7
8 PR python/11145:
9 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
10 reinterpret_cast methods.
11
702c2711
TT
122010-08-23 Tom Tromey <tromey@redhat.com>
13
14 PR python/11915:
15 * gdb.texinfo (Types In Python): Document array method.
16
66b73624
TJB
172010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
18
19 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
20
06a64a0b
TT
212010-08-16 Tom Tromey <tromey@redhat.com>
22
23 * gdb.texinfo (Set Watchpoints): Document -location option.
24
a3a7127e
DE
252010-08-13 Doug Evans <dje@google.com>
26
27 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
28
8dedea02
VP
292010-08-13 Vladimir Prus <vladimir@codesourcery.com>
30
31 * gdb.texinfo (GDB/MI Data Manipulation): Document
32 -data-read-memory-raw and -data-write-memory-raw.
33
ca5c20b6
PM
342010-08-11 Tom Tromey <tromey@redhat.com>
35 Phil Muldoon <pmuldoon@redhat.com>
36
37 * gdb.texinfo (Basic Python): Describe post_event API.
38
cb2e07a6
PM
392010-08-11 Phil Muldoon <pmuldoon@redhat.com>
40
41 * gdb.texinfo (Basic Python): Describe solib_address and
42 decode_line Python APIs
43
464b3efb
TT
442010-08-10 Tom Tromey <tromey@redhat.com>
45
46 * gdb.texinfo (Pretty Printing API): Document
47 gdb.default_visualizer.
48
c29c521f
TT
492010-08-10 Tom Tromey <tromey@redhat.com>
50
51 Revert gdb-add-index addition:
52 * gdb.texinfo (Index Files): Don't document gdb-add-index.
53
5da1313b
JK
542010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
55 Eli Zaretskii <eliz@gnu.org>
56
57 * gdb.texinfo (Mode Options) <-batch>
58 (Basic Python) <gdb.execute>: Describe setting width and height.
59
02d868e8
PP
602010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
61
62 * gdb.texinfo (Threads): Document 'debug libthread-db'.
63
c2bbed2a
TT
642010-07-30 Tom Tromey <tromey@redhat.com>
65
66 * gdb.texinfo (Index Files): Mention gdb-add-index.
67
6c13bbe1
HZ
682010-07-30 Hui Zhu <teawater@gmail.com>
69
70 * gdb.texinfo (Inferiors and Programs): Update the introduce of
71 "detach inferior" and "kill inferior".
72
53a71c06
CR
732010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
74
75 * gdb.texinfo (Machine Code): Update description of two forms of
76 arguments, and add new example to demonstrate the new form.
77
5374244e
PM
782010-07-27 Phil Muldoon <pmuldoon@redhat.com>
79
80 * gdb.texinfo (Values From Inferior): Add value inferior function
81 call description.
82
8ea5bce5
JK
832010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
84
85 * gdb.texinfo (Active Targets): Fix wrong comma placement.
86
c0edd9ed
JK
872010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
88 Eli Zaretskii <eliz@gnu.org>
89
90 Make core files the process_stratum.
91 * gdb.texinfo (Active Targets): Remove core_stratum. Include
92 record_stratum example.
93
9291a0cd
TT
942010-07-13 Tom Tromey <tromey@redhat.com>
95
96 * gdb.texinfo (Index Files): New node.
97
f5011d11
TT
982010-07-13 Tom Tromey <tromey@redhat.com>
99
100 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
101
0f5238ed
TT
1022010-07-13 Tom Tromey <tromey@redhat.com>
103
104 * gdb.texinfo (Specify Location): Document labels.
105
74c761c1
PA
1062010-07-01 Pedro Alves <pedro@codesourcery.com>
107
108 * gdb.texinfo (Create and Delete Tracepoints): Add more index
109 entries for fast tracepoints and static tracepoints.
110
501994c0
PA
1112010-07-01 Pedro Alves <pedro@codesourcery.com>
112
113 * gdb.texinfo (General Query Packets) <qfThreadInfo,
114 qsThreadInfo>: Spell out `l' as ell.
115
0fb4aa4b
PA
1162010-07-01 Pedro Alves <pedro@codesourcery.com>
117
118 * gdb.texinfo (Convenience Variables): Document $_sdata.
119 (Commands to Set Tracepoints): Describe static tracepoints. Add
120 `Listing Static Tracepoint Markers' menu entry. Document
121 "strace".
122 (Tracepoint Action Lists): Document collecting $_sdata.
123 (Listing Static Tracepoint Markers): New subsection.
124 (Tracepoints support in gdbserver): Mention static tracepoints.
125 (remote packets, enabling and disabling): Mention
126 read-sdata-object.
127 (General Query Packets) <qSupported>: Document qXfer:sdata:read
128 and StaticTracepoint.
129 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
130 Document qXfer:sdata:read.
131 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
132
dc3b15be
JB
1332010-06-29 Joel Brobecker <brobecker@adacore.com>
134
135 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
136
595939de
PM
1372010-06-28 Phil Muldoon <pmuldoon@redhat.com>
138 Tom Tromey <tromey@redhat.com>
139 Thiago Jung Bauermann <bauerman@br.ibm.com>
140
141 * gdb.texinfo (Inferiors In Python): New node.
142 * gdb.texinfo (Threads In Python): New node.
143
9279c692
JB
1442010-06-28 Joel Brobecker <brobecker@adacore.com>
145
146 * gdb.texinfo (Python): Document what the python directory is
147 and what its location is.
148 (Basic Python): Document the gdb.PYTHONDIR constant.
149
bc9f0842
TT
1502010-06-25 Tom Tromey <tromey@redhat.com>
151
152 PR python/10808:
153 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
154
f1421989
HZ
1552010-06-24 Hui Zhu <teawater@gmail.com>
156
157 * gdb.texinfo: (Commands for Controlled Output): Add
158 documentation for command "eval".
159
e4c0cfae
SS
1602010-06-21 Stan Shebs <stan@codesourcery.com>
161
162 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
163 * annotate.texinfo: Ditto.
164 * gdbint.texinfo: Ditto.
165 * stabs.texinfo: Ditto.
166
bb08c432
HZ
1672010-06-22 Hui Zhu <teawater@gmail.com>
168
169 * gdb.texinfo: (Process Record and Replay): Add documentation
170 for command "set record memory-query".
171
4f5d9f07
SS
1722010-06-21 Stan Shebs <stan@codesourcery.com>
173
174 * gdb.texinfo: Relicense under GFDL version 1.3.
175 * annotate.texinfo: Relicense under GFDL version 1.3.
176 * gdbint.texinfo: Relicense under GFDL version 1.3.
177 * stabs.texinfo: Relicense under GFDL version 1.3.
178 * fdl.texi: Update to version 1.3.
179
6aed2dbc
SS
1802010-06-18 Stan Shebs <stan@codesourcery.com>
181
a61408f8
SS
182 * gdb.texinfo (Operating System Auxiliary Information): Describe
183 "info os" when no arguments given.
184
6aed2dbc
SS
185 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
186 $_thread.
187
24e933df
HZ
1882010-06-18 Hui Zhu <teawater@gmail.com>
189
190 * gdb.texinfo: (Process Record and Replay): Add documentation
191 for commands "record save" and "record restore".
192
65d79d4b
SDJ
1932010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
194
195 * gdb.texinfo: Include information about the correct use
196 of addresses in the `watch' command.
197
d914c394
SS
1982010-06-11 Stan Shebs <stan@codesourcery.com>
199
200 * gdb.texinfo (Observer Mode): New section.
201 (General Query Packets): Document QAllow.
202
967cf477
DE
2032010-06-04 Doug Evans <dje@google.com>
204
205 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
206
aaf4119b
DE
2072010-06-03 Doug Evans <dje@google.com>
208
209 * gdbint.texinfo (Coding): Add subsection on command names.
210
9eae7c52
TT
2112010-06-02 Tom Tromey <tromey@redhat.com>
212
213 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
214 always-disassemble.
215
fa593d66
PA
2162010-06-01 Pedro Alves <pedro@codesourcery.com>
217
218 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
219 gdbserver, and add cross reference.
220 (Tracepoints support in gdbserver): New subsection.
221
dde08ee1
PA
2222010-05-26 Pedro Alves <pedro@codesourcery.com>
223
224 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
225 `qRelocInsn' feature.
226 (Relocate instruction reply packet): New subsection
227 of `Tracepoint Packets'.
228 (Tracepoint Packets): Mention that packets QTDP and QTStart
229 support the qRelocInsn request, and add cross reference to new
230 subsection.
231
07ca107c
DE
2322010-05-25 Doug Evans <dje@google.com>
233
234 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
235 (Commands In Python): Document gdb.string_to_argv.
236
c25c4a8b
JK
2372010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
238
239 * gdbint.texinfo (Host Definition): Remove items NORETURN and
240 ATTR_NORETURN.
241
d7b32ed3 2422010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
243 Tom Tromey <tromey@redhat.com>
244 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 245
c25c4a8b 246 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 247
6aecb9c2
JB
2482010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
249
250 * gdb.texinfo: (Summary) Add mention about D language support.
251 (Filenames): Add D suffixes.
252 (D): New node.
253
b7da9e9f
PM
2542010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
255
256 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
257 of macro deleted from GDB code.
258
ab38a727
PA
2592010-04-24 Pedro Alves <pedro@codesourcery.com>
260
261 * gdb.texinfo (Commands to specify files): Describe what how GDB
262 looks up DOS-based filesystem paths on the system root. Document
263 the new `set/show target-file-system-kind' commands.
264
66d09542
DE
2652010-04-23 Doug Evans <dje@google.com>
266
267 * gdb.texinfo (Python): Move Auto-loading section here ...
268 (Python API): from here.
269 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
270 (Maintenance Commands): Add docs for "maint print section-scripts".
271
8bd10a10
CM
2722010-04-20 Chris Moller <cmoller@redhat.com>
273
274 * gdb.texinfo (Setting Breakpoints): Added description of
275 filename-qualified rbreak.
276 * refcard.tex (Breakpoints and Watchpoints): Added brief
277 description of filename-qualified rbreak.
278
4c374409
JK
2792010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
280
281 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
282 (Python API): Change the reference to Pretty Printing API.
283 (Pretty Printing): Move the user part under the Data node. Reformat
284 the sample output to 72 columns. Create a new reference to Pretty
285 Printing API. Rename the API part ...
286 (Pretty Printing API): To a new node name.
287 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
288 (GDB/MI Variable Objects): Change references to Pretty Printing API.
289
5a9351ae
SS
2902010-04-21 Stan Shebs <stan@codesourcery.com>
291
292 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
293 and commands.
294 (Listing Tracepoints): Update to reflect current behavior.
295
9a22f0d0
PM
2962010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
297
298 * gdb.texinfo (Examining memory): Update for change in string
299 display with explicit size.
300
6149aea9
PA
3012010-04-19 Pedro Alves <pedro@codesourcery.com>
302
303 PR breakpoints/8554.
304
305 * gdb.texinfo (Save Breakpoints): New node.
306 (save-tracepoints): Rename to ...
307 (save tracepoints): ... this. Mention that `save-tracepoints' is
308 a deprecated alias to `save tracepoints'.
309
711e434b
PM
3102010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
311
645797a8 312 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
313 (info w32 thread-information-block): Document new command.
314 (qGetTIBAddress): Document new gdbserver query.
315 (maint set/show show-all-tib): Document new command.
316
3f7b2faa
DE
3172010-04-15 Doug Evans <dje@google.com>
318
fa33c3cd
DE
319 * gdb.texinfo (Python API): Add progspaces section.
320 (Selecting Pretty-Printers): Progspace pretty-printers are
321 searched too.
322 (Progspaces In Python): New section.
323
3f7b2faa
DE
324 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
325
79f283fe
PM
3262010-04-14 Phil Muldoon <pmuldoon@redhat.com>
327
328 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
329 returns None.
330
87290684
SS
3312010-04-09 Stan Shebs <stan@codesourcery.com>
332
333 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
334 Describe the `frames-created' field, tweak grammar.
335
a97153c7
PA
3362010-04-09 Pedro Alves <pedro@codesourcery.com>
337
338 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
339 Describe the `circular' and `disconnected' fields.
340
5c5dcc1b
L
3412010-04-09 H.J. Lu <hongjiu.lu@intel.com>
342
343 * gdb.texinfo (maint print registers): Mention unavailable and
344 invisible registers.
345
adc36818
PM
3462010-04-09 Phil Muldoon <pmuldoon@redhat.com>
347 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 348 Tom Tromey <tromey@redhat.com>
adc36818
PM
349
350 * gdb.texinfo (Breakpoints In Python): New Node.
351
33da3f1c
SS
3522010-04-08 Stan Shebs <stan@codesourcery.com>
353
354 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
355 trace status fields.
356
3a13a53b
L
3572010-04-08 H.J. Lu <hongjiu.lu@intel.com>
358
359 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
360 optional. Make org.gnu.gdb.i386.avx requires
361 org.gnu.gdb.i386.avx.
362
08001717
DE
3632010-04-08 Doug Evans <dje@google.com>
364
365 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
366 search path, and document that gdb only scans the search path if
367 the script's path doesn't specify a directory.
368
c375651d
DE
3692010-04-05 Doug Evans <dje@google.com>
370
371 * gdb.texinfo (maint show python auto-load): Fix typo.
372
af54718e
SS
3732010-04-04 Stan Shebs <stan@codesourcery.com>
374
d77f58be
SS
375 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
376 (Setting Watchpoints): Update description of "info watch".
377 (Disabling Breakpoints): Only "info break" lists all.
378
af54718e
SS
379 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
380 (tdump): Explain how tdump works.
381
86b17b60
PA
3822010-04-01 Pedro Alves <pedro@codesourcery.com>
383
384 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
385 add cross reference.
386
ff12863f
PA
3872010-03-31 Pedro Alves <pedro@codesourcery.com>
388
389 * gdb.texinfo (TUI Commands): Mention that in some cases, these
390 commands error out.
391
f68eb612
L
3922010-03-30 H.J. Lu <hongjiu.lu@intel.com>
393
394 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
395
c8d5aac9
L
3962010-03-30 H.J. Lu <hongjiu.lu@intel.com>
397
398 * gdb.texinfo (General Query Packets): Add xmlRegisters.
399
7d13fe92
SS
4002010-03-29 Stan Shebs <stan@codesourcery.com>
401 Nathan Sidwell <nathan@codesourcery.com>
402
403 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
404 GDBN equivalent.
405 (Set Tracepoints): Remove mention that conditional tracepoints
406 don't exist.
407 (Tracepoint Actions): Clarify when while-stepping collection
408 happens, note that while-stepping does not automatically collect
409 $pc.
410
409873ef
SS
4112010-03-29 Stan Shebs <stan@codesourcery.com>
412
413 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
414 (General Query Packets): Describe TracepointSource.
415
ee8e71d4
EZ
4162010-03-27 Matt Rice <ratmice@gmail.com>
417
c8d5aac9
L
418 * gdb.texinfo (ARM): Document arguments to "target sim".
419 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 420
99b5e152
PA
4212010-03-26 Pedro Alves <pedro@codesourcery.com>
422
423 * gdb.texinfo (Tracepoint Packets): Remove mention that
424 terror:string may be plain text, and drop mention of X prefix.
425
cd64ee31
VP
4262010-03-26 Vladimir Prus <vladimir@codesourcery.com>
427
428 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
429
6c28cbf2
SS
4302010-03-24 Stan Shebs <stan@codesourcery.com>
431
432 * gdb.texinfo (Tracepoint Packets): Document trace error status.
433
95a42b64
TT
4342010-03-24 Tom Tromey <tromey@redhat.com>
435
436 PR breakpoints/9352:
437 * gdb.texinfo (Break Commands): Update.
438
18148017
VP
4392010-03-24 Vladimir Prus <vladimir@codesourcery.com>
440
441 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
442 commands.
443
4daf5ac0
SS
4442010-03-16 Stan Shebs <stan@codesourcery.com>
445
446 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
447 circular-trace-buffer.
448 (Tracepoint Packets): Describe QTBuffer, and details of the
449 qTStatus reply.
450
c9429232
SS
4512010-03-12 Stan Shebs <stan@codesourcery.com>
452 Nathan Sidwell <nathan@codesourcery.com>
453
454 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
455 doing instruction stepping.
456 (Tracepoint Restrictions): New node.
457
ccefe4c4
TT
4582010-03-10 Tom Tromey <tromey@redhat.com>
459
460 * gdbint.texinfo (Symbol Handling): Update.
461
7c953934
TT
4622010-03-08 Tom Tromey <tromey@redhat.com>
463
464 PR cli/9591:
465 * gdb.texinfo (Mode Options): Mention lack of pagination and
466 confirmation with --batch.
467 (Screen Size): Mention --batch.
468 (Messages/Warnings): Likewise.
469
f870a310
TT
4702010-03-05 Tom Tromey <tromey@redhat.com>
471
472 * gdb.texinfo (Basic Python): Document target_charset and
473 target_wide_charset.
474
78e2826b
TT
4752010-03-05 Tom Tromey <tromey@redhat.com>
476
477 * gdb.texinfo (Data): Link to pretty-printing.
478 (Output Formats): Likewise. Correct text.
479
f5dff777
DJ
4802010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
481
482 * gdb.texinfo (Types): Describe <struct> and <flags>.
483
dc00d89f
PM
4842010-02-28 Phil Muldoon <pmuldoon@redhat.com>
485
486 * gdb.texinfo (Frames In Python): Add block parameter and
487 description to read_var text.
488
5107b149 4892010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 490 Tom Tromey <tromey@redhat.com>
5107b149
PM
491
492 * gdb.texinfo (Types In Python): Describe block argument in
493 template_argument and gdb.lookup_type.
494
e03e5e7b
TT
4952010-02-24 Tom Tromey <tromey@redhat.com>
496
497 * gdb.texinfo (Cygwin Native): Fix typo.
498
f3e9a817
PM
4992010-02-24 Phil Muldoon <pmuldoon@redhat.com>
500
501 * gdb.texinfo (Frames In Python): Add block, find_sal, function
502 and select method descriptions.
503 (Python API): Add Blocks In Python, Symbols in Python and Symbol
504 Tables in Python to menu.
505 (Blocks In Python): New node.
506 (Symbols In Python): New node.
507 (Symbol Tables in Python): New node.
508
a79b8f6e
VP
5092010-02-24 Vladimir Prus <vladimir@codesourcery.com>
510
511 Multiexec MI
512
513 gdb/
514 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
515
516 gdb/doc/
517 * gdb.texinfo (GDB/MI Command Syntax): Document notification
518 changes.
519 (GDB/MI Program Execution): Document current behaviour of
520 --all and --thread-group.
521 (GDB/MI Miscellaneous Commands): Document -add-inferior and
522 -remove-inferior.
523 * observer.texi (inferior_added, inferior_removed): New
524 observers.
525
629d6a47
TT
5262010-02-19 Tom Tromey <tromey@redhat.com>
527
528 * gdbint.texinfo (Getting Started): Fix @node.
529 (Debugging GDB): Likewise.
530
c09529e5
JB
5312010-02-13 Joel Brobecker <brobecker@adacore.com>
532
533 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
534 documenting the gdb_test_timeout variable.
535
540aa8e7
MS
5362010-02-12 Jakob Engblom <jakob@virtutech.com>
537
538 * gdb.texinfo (MI commands): Added documentation of --reverse
539 option to a set of MI commands. Restructured documentation of MI
540 commands --exec-continue to reflect the complexity of reverse
541 execution.
542
081dfbf7
PA
5432010-02-12 Pedro Alves <pedro@codesourcery.com>
544
545 * gdb.texinfo (Using the Collected Data): Specify that the address
546 range of `tfind outsize' is exclusive, and that the address range
547 of `tfind range' is inclusive.
548 (Tracepoint Packets): Specify that the address range of
549 `QTFrame:range' is inclusive, and that the address range of
550 `QTFrame:outside' is exclusive
551
8e9c5e02
VP
5522010-02-12 Vladimir Prus <vladimir@codesourcery.com>
553
554 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
555
92981e24
TT
5562010-02-10 Tom Tromey <tromey@redhat.com>
557
558 * gdb.texinfo (Debugging Output): Document set debug parser and
559 show debug parser.
560
075b51b7
L
5612010-02-09 H.J. Lu <hongjiu.lu@intel.com>
562
563 * gdb.texinfo (Predefined Target Types): Add i387_ext,
564 i386_eflags and i386_mxcsr.
565
3bb8d5c3
L
5662010-02-08 H.J. Lu <hongjiu.lu@intel.com>
567
568 * gdb.texinfo: Document i386 target features.
569
c5f80513
DE
5702010-02-05 Doug Evans <dje@google.com>
571
572 * gdbint.texinfo (Testsuite): Add a new section to document the
573 various DejaGnu variables that may be overridden.
1be00882 574 Document INTERNAL_GDBFLAGS.
c5f80513 575
6ac33a4e
TT
5762010-02-04 Tom Tromey <tromey@redhat.com>
577
578 PR cli/8830:
579 * gdb.texinfo (Files): -readnow comes before the filename for file
580 and symbol-file.
581
a1dcb23a
DJ
5822010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
583
584 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
585 Document ARM breakpoint types.
586 (Register Packet Format): Move into the new section.
587 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
588
95433b34
JB
5892010-01-21 Joel Brobecker <brobecker@adacore.com>
590
591 * gdb.texinfo (File Options): Adjust the documentation of this
592 switch to refer to the "source" command rather than partially
593 duplicating some of the relevant information.
594 (Extending GDB): Introduce and document the set/show script-extension
595 setting.
596 (Command Files): Add note explaining that the "source" command
597 is also used to evalute scripts written in other languages.
598 Remove the short slightly incorrect reference to sourcing Python
599 scripts.
600 (Python Commands): Document how to execute a Python script from GDB.
601
8d576872
JB
6022010-01-19 Joel Brobecker <brobecker@adacore.com>
603
604 * gdb.texinfo (Command Files): Fix typo.
605
8150ff9c
JB
6062010-01-18 Tom Tromey <tromey@redhat.com>
607
608 * gdb.texinfo (File Options): Document -x on .py files.
609 (Command Files): Document handling of Python scripts.
610
23db03a6
JZ
6112010-01-18 Jie Zhang <jie.zhang@analog.com>
612
613 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
614
00bf0b85
SS
6152010-01-15 Stan Shebs <stan@codesourcery.com>
616
617 * gdb.texinfo (Trace Files): New section.
618 (Tracepoint Packets): Document QTSave and qTBuffer.
619 (Trace File Format): New appendix.
620
be759fcf
PM
6212010-01-13 Phil Muldoon <pmuldoon@redhat.com>
622
623 * gdb.texinfo (Values From Inferior): Document lazy_string value
624 method.
625 (Python API): Add Lazy strings menu item.
626 (Lazy Strings In Python): New node.
627
dc146f7c
VP
6282010-01-13 Vladimir Prus <vladimir@codesourcery.com>
629
630 * gdb.texinfo (GDB/MI Thread Information): New.
631 (GDB/MI Async Records): Document the core field in *stopped.
632 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
633 documentation
634 (Process list): Document that osdata document may contain
635 threads.
636 (Remote Serial Protocol): Document qXfer:threads.
637
d5551862
SS
6382010-01-06 Stan Shebs <stan@codesourcery.com>
639
640 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
641 disconnected tracing.
642 (Tracepoint Packets): Document new protocol.
643
7a697b8d
SS
6442010-01-05 Stan Shebs <stan@codesourcery.com>
645
646 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
647 tracepoints.
648 (Tracepoint Packets): Describe remote protocol for fast
649 tracepoints.
650
e6f3ec50
JB
6512010-01-01 Joel Brobecker <brobecker@adacore.com>
652
653 Update the "Start of New Year Procedure".
654 * gdbint.texinfo: Add the list of files that need to be updated
655 manually. Minor reformatting.
656
ddc4e9c1
JB
6572010-01-01 Joel Brobecker <brobecker@adacore.com>
658
659 * refcard.tex: Update copyright year in header and text.
660
9d2897ad
JB
6612010-01-01 Joel Brobecker <brobecker@adacore.com>
662
663 * agentexpr.texi: Add 2010 to the list of copyright years.
664 * annotate.texinfo: Likewise.
665 * gdb.texinfo: Likewise.
666 * gdbint.texinfo: Likewise.
667 * observer.texi: Likewise.
668 * stabs.texinfo: Likewise.
669
6da95a67
SS
6702009-12-31 Stan Shebs <stan@codesourcery.com>
671
672 * gdb.texinfo (Tracepoint Actions): Describe teval.
673
236f1d4d
SS
6742009-12-29 Stan Shebs <stan@codesourcery.com>
675
676 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
677
f61e138d
SS
6782009-12-28 Stan Shebs <stan@codesourcery.com>
679
680 * gdb.texinfo (Trace State Variables): New section.
681 (Tracepoint Packets): Describe trace state variable packets.
682 * agentexpr.texi (Bytecode Descriptions): Describe trace state
683 variable bytecodes.
684
0fe7935b
DJ
6852009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
686
687 * gdb.texinfo (Symbols): "info variables" prints definitions, not
688 declarations.
689
a6b29f87
VP
6902009-12-21 Vladimir Prus <vladimir@codesourcery.com>
691
692 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
693 -gdb-exit behaviour.
694
5e4bde96
JB
6952009-12-20 Joel Brobecker <brobecker@adacore.com>
696
697 * gpl.texi: Update to version 3 of the GPL.
698
a1715244
JB
6992009-12-20 Joel Brobecker <brobecker@adacore.com>
700
701 * Makefile.in: Update copyright header.
702 * observer.texi: Fix the copyright header of the generated files.
703
361ae042
PM
7042009-12-08 Phil Muldoon <pmuldoon@redhat.com>
705
706 * gdb.texinfo (Types In Python): Describe range function.
707
bfd31e71
PM
7082009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
709
710 * gdb.texinfo (Types In Python): Describe "is_base_class".
711
57a1d736
TT
7122009-12-03 Tom Tromey <tromey@redhat.com>
713
714 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
715
8cebebb9
PP
7162009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
717
718 * observer.texi: New memory_changed observer.
719
16af530a
TT
7202009-12-01 Tom Tromey <tromey@redhat.com>
721
722 * gdb.texinfo (Reverse Execution): Fix typo.
723
b6199126
DJ
7242009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
725
726 PR gdb/8704
727
728 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
729 are allowed after the breakpoint condition.
730
7a6973ad
TT
7312009-11-23 Tom Tromey <tromey@redhat.com>
732
733 PR python/10782:
734 * gdb.texinfo (Types In Python): Document Type.pointer.
735
21a0512e
PP
7362009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
737
738 * gdb.texinfo (Machine Code): Adjust.
739
a5832c8f
PA
7402009-11-11 Pedro Alves <pedro@codesourcery.com>
741
742 * agentexpr.texi (Tracing On Symmetrix): Delete section.
743 (Using Agent Expressions): Delete cross reference.
744
1eb7cd77
JB
7452009-11-07 Joel Brobecker <brobecker@adacore.com>
746
747 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
748 and @settitle directives up to help makeinfo find them.
749
24ddea62
JK
7502009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
751
752 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
753 (Auto-loading): Use plural and note one can use multiple components now.
754
3afae151
VP
7552009-11-01 Vladimir Prus <vladimir@codesourcery.com>
756
757 * gdb.texinfo (GDB/MI Stack Manipulation): Make
758 -stack-list-arguments have the same documentation for parameter
759 as -stack-list-locals. Add comas.
760
14ff2235
PM
7612009-10-27 Tom Tromey <tromey@redhat.com>
762 Eli Zaretskii <eliz@gnu.org>
763
c8d5aac9 764 PR python/10781
14ff2235
PM
765
766 * gdb.texinfo (Values From Inferior): Document cast method.
767
9c419145
PP
7682009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
769
770 * gdb.texinfo (Machine Code): Mention function name in disasssembly
771 and adjust example.
772
29153c24
MS
7732009-10-22 Michael Snyder <msnyder@vmware.com>
774
775 * gdb.texinfo (Process Record and Replay): Document new form of
776 info record command. Also document the new save and restore
777 commands.
778
2b28d209
PP
7792009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
780
781 * gdb.texinfo (Machine Code): Mention current pc marker.
782 (Memory): Likewise.
783
6c95b8df
PA
7842009-10-19 Pedro Alves <pedro@codesourcery.com>
785 Stan Shebs <stan@codesourcery.com>
786
787 * observer.texi (new_inferior): Rename to...
788 (inferior_appeared): ... this.
789
790 * gdb.texinfo (Inferiors): Rename node to ...
791 (Inferiors and Programs): ... this. Mention running multiple
792 programs in the same debug session.
793 <info inferiors>: Mention the new 'Executable' column if "info
794 inferiors". Update examples. Document the "add-inferior",
795 "clone-inferior", "remove-inferior" and "maint info
796 program-spaces" commands.
797 (Process): Rename node to...
798 (Forks): ... this. Document "set|show follow-exec-mode".
799
2f8132f3
MS
8002009-10-11 Michael Snyder <msnyder@vmware.com>
801
802 * gdb.texinfo (ReverseStep): Show default as "unsupported".
803 (ReverseContinue): Ditto.
804
cba4b2d3
PP
8052009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
806
807 * gdb.texinfo (Server): Document libthread-db-search-path.
808
da082f17
JK
8092009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
810
811 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
812
08be9d71
ME
8132009-10-06 Michael Eager <eager@eagercon.com>
814
815 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
816 (Embedded Processors): Add MicroBlaze.
817 (MicroBlaze): New. Describe Xilinx MicroBlaze
818
08a0efd0
PA
8192009-10-04 Pedro Alves <pedro@codesourcery.com>
820
821 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
822
cbb8f428
EZ
8232009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
824
825 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
826
30a4a70c
JB
8272009-09-23 Joel Brobecker <brobecker@adacore.com>
828
829 * observer.texi (solib_unloaded): Document explicitly the fact that
830 this observer is called before the associated symbols are unloaded.
831
b3372f91
VP
8322009-09-19 Vladimir Prus <vladimir@codesourcery.com>
833
834 * gdb.texinfo (GDB/MI Stack Manipulation): Document
835 -stack-list-variables.
836
f43030c4
TT
8372009-09-18 Tom Tromey <tromey@redhat.com>
838
839 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
840 is experimental.
841
ec7e75e7
PP
8422009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
843
844 * gdb.texinfo (convenince variables): Mention
845 $_siginfo could be empty.
f43030c4 846
0cc7d26f
TT
8472009-09-15 Tom Tromey <tromey@redhat.com>
848
849 * gdb.texinfo (GDB/MI Variable Objects): Document
850 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
851 Expand -var-update documentation.
852
a96d9b2e
SDJ
8532009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
854
855 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
856 feature.
857
005ca36a
JB
8582009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
859
860 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
861
0d772ac9
MS
8622009-09-10 Michael Snyder <msnyder@vmware.com>
863
864 * gdb.texinfo (qSupported): Mention new ReverseContinue and
865 ReverseStep replies to the qSupported query.
866
14fb1bac
JB
8672009-09-10 Joel Brobecker <brobecker@adacore.com>
868
869 Add documentation for set/show interactive-mode.
870 * gdb.texinfo (Other Misc Settings): New node.
871
29b090c0
DE
8722009-09-01 Doug Evans <dje@google.com>
873
874 * gdb.texinfo (Caching Data of Remote Targets): Add note on
875 non-stop mode's affect on remote caching.
876
4e5d721f
DE
8772009-08-31 Jacob Potter <jdpotter@google.com>
878 Doug Evans <dje@google.com>
879
880 * gdb.texinfo (Caching Data of Remote Targets): Update text.
881 Mark `set/show remotecache' options as obsolete.
882 Document new `set/show stack-cache' option.
883 Update text for `info dcache'.
884
55333a84
DE
8852009-08-27 Doug Evans <dje@google.com>
886
887 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
888 (Files): Add note on new optional regex arg to `info sharedlibrary'.
889
bc3a0b4d
RW
8902009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
891
892 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
893 about autoconf.
894
3a1ff0b6
PA
8952009-08-25 Pedro Alves <pedro@codesourcery.com>
896
897 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
898 small example, and describe its columns. Replace "inferior-id" by
899 "infno" throughout.
900
81ecdfbb
RW
9012009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
902
af542c2e
RW
903 * gdbint.texinfo (Releasing GDB): Point to
904 README-maintainer-mode file for required autoconf version.
905 * configure.ac: Do not substitute datarootdir, htmldir,
906 pdfdir, docdir. Do not process --with-datarootdir,
907 --with-htmldir, --with-pdfdir, --with-docdir.
908 * configure: Regenerate.
909
81ecdfbb
RW
910 * configure: Regenerate.
911
4efc6507
DE
9122009-08-20 Reid Kleckner <reid@kleckner.net>
913
914 * gdb.texinfo: Add chapter on JIT interface.
915
43089a6e
NR
9162009-08-07 Nick Roberts <nickrob@snap.net.nz>
917
918 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
919 confirmation request.
920
99e008fe
EZ
9212009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
922
c8d5aac9
L
923 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
924 CRC definitions.
99e008fe 925
48cb2d85
VP
9262009-08-03 Vladimir Prus <vladimir@codesourcery.com>
927
928 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
929 -break-commands.
930
ff1a52c6
UW
9312009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
932
933 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
934 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
935
3285f3fe
UW
9362009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
937
938 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
939 "set spu stop-on-load" and "show spu stop-on-load" commands.
940
e35359c5
UW
9412009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
942
943 * gdb.texinfo (Target Descriptions): Document <compatible> element.
944
58d6951d
DJ
9452009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
946
947 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
948 org.gnu.gdb.arm.neon.
949
08d16641
PA
9502009-07-20 Pedro Alves <pedro@codesourcery.com>
951
952 * gdb.texinfo (Target Description Format): Mention the new <osabi>
953 optional element.
954 (subsection OS ABI): New subsection.
955
782b2b07
SS
9562009-07-14 Stan Shebs <stan@codesourcery.com>
957
958 * gdb.texinfo (Tracepoint Conditions): New section.
959 (General Query Packets): Describe ConditionalTracepoints.
960 (Tracepoint Packets): Describe condition field.
961 (Maintenance Commands): Describe maint agent-eval.
962 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
963
9b117ef3
HZ
9642009-07-11 Hui Zhu <teawater@gmail.com>
965
966 * gdb.texinfo (disassemble): Add a new modifier /r
967 to "disassemble" command to make it print the raw instructions
968 in hex as well as in symbolic form.
969
f5a33284
TT
9702009-07-09 Tom Tromey <tromey@redhat.com>
971
972 * gdbint.texinfo (Testsuite): Document parallel make check.
973
812f7342
TT
9742009-07-09 Tom Tromey <tromey@redhat.com>
975
976 * gdbint.texinfo (Testsuite): Document test transcripts.
977
fbb8f299
PM
9782009-07-10 Phil Muldoon <pmuldoon@redhat.com>
979
980 * gdb.texinfo (Values From Inferior): Add length parameter
981 description.
982
dd8f35ac
EZ
9832009-07-04 Chris Genly <chris@genly.us>
984
985 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
986 in -var-list-children. Fix example according to what the code
987 does.
988
2277426b
PA
9892009-07-02 Pedro Alves <pedro@codesourcery.com>
990
991 * gdb.texinfo (Debugging multiple inferiors): Document the
992 "inferior", "detach inferior" and "kill inferior" commands.
993 (Debugging Programs with Multiple Processes): Adjust to mention
994 generic "inferior" commands. Delete mention of "detach fork" and
995 "delete fork". Cross reference to "Debugging multiple inferiors"
996 section.
997
a6d9a66e
UW
9982009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
999
5af949e3
UW
1000 * gdbint.texinfo (Item Output Functions): Update signature
1001 for ui_out_field_core_addr.
1002
10032009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1004
1005 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
1006 Update example code extrated from breakpoint.c.
1007
9901a55b
PP
10082009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
1009
1010 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
1011 MI commands.
1012 (GDB/MI Symbol Query): Likewise.
1013 (GDB/MI File Commands): Likewise.
1014 (GDB/MI File Transfer Commands): Likewise.
1015 (GDB/MI Target Manipulation): Likewise.
1016 (GDB/MI Miscellaneous Commands): Likewise.
1017
edb3359d
DJ
10182009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
1019
1020 * gdb.texinfo (Debugging Optimized Code): New chapter.
1021 (Compiling for Debugging): Reference it. Move some
1022 text to the new section.
1023
7cd1089b
PM
10242009-06-15 Phil Muldoon <pmuldoon@redhat.com>
1025
1026 * doc/gdb.texinfo (Calling): Document
1027 set-unwind-on-terminating-exception usage.
1028
d4db2f36
PA
10292009-06-11 Pedro Alves <pedro@codesourcery.com>
1030
1031 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
1032 command.
1033
d1a7880c
PA
10342009-06-07 Pedro Alves <pedro@codesourcery.com>
1035
1036 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
1037 references.
1038
473f94e6
UW
10392009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
1040
1041 * gdbint.texinfo: Rename formal parameters to gdbarch function
1042 protoypes from "current_gdbarch" to "gdbarch".
1043
8f500870
TT
10442009-05-28 Tom Tromey <tromey@redhat.com>
1045
1046 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
1047
b6313243
TT
10482009-05-27 Tom Tromey <tromey@redhat.com>
1049
1050 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1051 feature.
1052 (GDB/MI Variable Objects): Document -var-set-visualizer.
1053
10542009-04-02 Tom Tromey <tromey@redhat.com>
1055
1056 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1057 feature.
1058 (GDB/MI Variable Objects): Document -var-set-visualizer.
1059
a6bac58e
TT
10602009-05-27 Tom Tromey <tromey@redhat.com>
1061 Thiago Jung Bauermann <bauerman@br.ibm.com>
1062 Phil Muldoon <pmuldoon@redhat.com>
1063
1064 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
1065 (Pretty Printing): New node.
1066 (Selecting Pretty-Printers): Likewise.
1067 (Python API): Update.
1068 (Output Formats): Document /r format.
1069
2c74e833
TT
10702009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
1071 Tom Tromey <tromey@redhat.com>
1072
1073 * gdb.texinfo (Types In Python): New node.
1074 (Values From Inferior): "type" is now an attribute.
1075 (Python API): Update.
1076
89c73ade
TT
10772009-05-27 Tom Tromey <tromey@redhat.com>
1078 Thiago Jung Bauermann <bauerman@br.ibm.com>
1079 Phil Muldoon <pmuldoon@redhat.com>
1080
1081 * gdb.texinfo: Add @syncodeindex for `tp'.
1082 (Python API): Update.
1083 (Auto-loading): New node.
1084 (Objfiles In Python): New node.
1085
17a37d48
PP
10862009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
1087
1088 * gdb.texinfo (Threads): Document libthread-db-search-path.
1089
6718376f
NR
10902009-05-15 Nick Roberts <nickrob@snap.net.nz>
1091
1092 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
1093
cbe54154
PA
10942009-05-12 Pedro Alves <pedro@codesourcery.com>
1095
1096 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
1097 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
1098 show show-debug-regs' docs.
1099
8e05493c
EZ
11002009-05-08 Eli Zaretskii <eliz@gnu.org>
1101
1102 * gdb.texinfo (Process Record and Replay): Add description of
1103 reverse execution.
1104
b39f4988
JB
11052009-05-07 Joel Brobecker <brobecker@adacore.com>
1106
1107 * gdbint.texinfo (Adding support for debugging core files): New node.
1108 (Native Debugging): Remove the ``Native core file Support'' section.
1109
a2311334
EZ
11102009-05-01 Eli Zaretskii <eliz@gnu.org>
1111
1112 * gdb.texinfo (Process Record and Replay): Improve and clarify.
1113 Add index entries.
1114
53cc454a 11152009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 1116 Michael Snyder <msnyder@vmware.com>
53cc454a 1117
a2311334
EZ
1118 * gdb.texinfo: (Process Record and Replay): Add documentation for
1119 process record and replay.
53cc454a 1120
484086b7
JK
11212009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1122
1123 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
1124 a new part on command-line defined macros.
1125
32ae1842
EZ
11262009-04-25 Eli Zaretskii <eliz@gnu.org>
1127
1128 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
1129 clarify the wording.
1130
b14b1491
TT
11312009-04-23 Tom Tromey <tromey@redhat.com>
1132
1133 * gdb.texinfo (Data Files): New node.
1134 (GDB Files): Update menu.
1135
5c1e86e1
JB
11362009-04-23 Joel Brobecker <brobecker@adacore.com>
1137
1138 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 1139 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 1140
83eba9b7
VP
11412009-04-22 Vladimir Prus <vladimir@codesourcery.com>
1142
1143 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
1144
e31198c4
HZ
11452009-04-22 Hui Zhu <teawater@gmail.com>
1146
1147 * gdb.texinfo (disassemble-next-line): Set the default of
1148 disassemble-next-line to off.
1149
26e251b6
JM
11502009-04-21 Joseph Myers <joseph@codesourcery.com>
1151
1152 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
1153 --with-htmldir): New.
1154 * configure: Regenerate.
1155 * Makefile.in (datarootdir, docdir): Define.
1156 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
1157 instead of $(SET_TEXINPUTS).
1158 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
1159 gdbint.info instead of $(SET_TEXINPUTS).
1160 (gdbint/index.html): Use same -I options as for building
1161 gdbint.info.
1162 (stabs.dvi, stabs.pdf): Use same -I options as for building
1163 stabs.info instead of $(SET_TEXINPUTS).
1164 (stabs/index.html): Use same -I options as for building
1165 stabs.info.
1166 (annotate.dvi, annotate.pdf): Use same -I options as for building
1167 annotate.info instead of $(SET_TEXINPUTS).
1168 (annotate/index.html): Use same -I options as for building
1169 annotate.info.
1170
eac35c4e
DD
11712009-04-21 David Daney <ddaney@caviumnetworks.com>
1172
1173 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
1174
29b0e8a2
JM
11752009-04-21 Joseph Myers <joseph@codesourcery.com>
1176
1177 * gdb.texinfo (Source Path): Document --with-relocated-sources.
1178
2b831889 11792009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 1180 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
1181
1182 * Makefile.in (MAKEHTML): Set to makeinfo --html.
1183 (MAKEHTMLFLAGS): Set to empty.
1184 (html__strip_dir): Define.
1185 (HTMLFILES): Define.
1186 (HTMLFILES_INSTALL): Define.
1187 (install-html): Copy new automake rule.
1188 (html): Depend on $(HTMLFILES).
1189 (gdb_toc.html): Rename to gdb/index.html.
1190 (gdbint_toc.html): Rename to gdbint/index.html.
1191 (stabs_toc.html): Rename to stabs/index.html.
1192 (annotate_toc.html): Rename to annotate/index.html.
1193
89a34d1b
JM
11942009-04-17 Carlos O'Donell <carlos@codesourcery.com>
1195
1196 * Makefile.in: Set pdfdir and htmldir from configure
1197 substitutions.
1198 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
1199 * configure: Regenerate.
1200
a2d5da46
JB
12012009-04-16 Joel Brobecker <brobecker@adacore.com>
1202
1203 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
1204 This macro is no longer used.
1205
732f6a93
TT
12062009-04-15 Tom Tromey <tromey@redhat.com>
1207
1208 * gdb.texinfo (Character Sets): Document default character set.
1209
87f9adc1
PM
12102009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
1211
1212 * gdbint.texinfo: Change server name from sources.redhat.com to
1213 sourceware.org throughout.
1214
2c88c651
JB
12152009-04-09 Joel Brobecker <brobecker@adacore.com>
1216
1217 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
1218 about a missing dot or coma after @xref.
1219
4f5376b2
JB
12202009-04-02 Joel Brobecker <brobecker@adacore.com>
1221
1222 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
1223 example, and add a small explanation about it.
1224 (Print Settings): Change the documentation of the "set print
1225 frame-arguments" to reflect the fact that the default is now "scalars".
1226
a0381d3a
JB
12272009-04-02 Joel Brobecker <brobecker@adacore.com>
1228
1229 * gdb.texinfo (Print Settings): Add kindex for command "set
1230 print frame-arguments".
1231
45ac276d
JB
12322009-03-31 Joel Brobecker <brobecker@adacore.com>
1233
1234 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
1235 breakpoints.
1236 (Set Breaks): Add reference to thread-specific and task-specific
1237 breakpoints.
1238
32cd1edc
JB
12392009-03-31 Joel Brobecker <brobecker@adacore.com>
1240
1241 * gdb.texinfo (Ada Tasks): Remove the documentation about
1242 the "Running" state, as this state has been eliminated.
1243 Now all runnable tasks are shown as "Runnable".
1244
1042e4c0
SS
12452009-03-30 Stan Shebs <stan@codesourcery.com>
1246
1247 * gdb.texinfo (Tracepoints): Describe tracepoints as a
1248 special case of breakpoints.
1249 (Enable and Disable Tracepoints): Mention deprecation.
1250 (Listing Tracepoints): Update description and example.
1251
f8f6f20b
TJB
12522009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
1253
1254 * gdb.texinfo (Frames in Python): New node.
1255 (Python API): Update.
1256
c0c6f777
TJB
12572009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
1258
1259 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
1260 from a method to an attribute.
1261
def2b000
TJB
12622009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
1263
1264 * gdb.texinfo (Values From Inferior): Document is_optimized_out
1265 attribute.
1266
a07daef3
PA
12672009-03-25 Pedro Alves <pedro@codesourcery.com>
1268
1269 * observer.texi (thread_exit): Add "silent" parameter.
1270
f3b1572e
PA
12712009-03-22 Pedro Alves <pedro@codesourcery.com>
1272
1273 * observer.texi (about_to_proceed): New.
1274
587afa38
EZ
12752009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
1276
1277 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
1278 field throughout to handle types with spaces in them. Fix typos
1279 found by aspell.
1280 (Summary, Requirements, Contributors): New first chapter,
1281 "Summary" added, old Requirements section moved there, and new
1282 section, "Contributors" added.
1283 (Initializing a New Architecture, Register Representation)
1284 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
1285 (Porting gdb): These sections extended and updated.
1286 (Compiler Characteristics): This section (empty) deleted.
1287 (Defining Other Architecture Features): This section renamed and
1288 duplicate material removed from (formerly "Target Conditionals").
1289 Use braces {} in @deftypeXX type field throughout to handle types
1290 with spaces in them. Typos found by aspell fixed.
1291
1292 * stack_frame.svg: New file, source of image for gdbint.texinfo.
1293 * stack_frame.pdf: Version of image for PDF output.
1294 * stack_frame.png: Version of image for HTML output and for Emacs.
1295 * stack_frame.txt: Version of image for Info output.
1db61298 1296 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 1297
10af6951
EZ
12982009-03-21 Eli Zaretskii <eliz@gnu.org>
1299
1300 * gdb.texinfo (Character Sets): Fix last change.
1301
cc924cad
TJB
13022009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
1303
1304 * gdb.texinfo (Values From Inferior): Fix optional arguments
1305 markup.
1306 (Commands In Python): Adjust argument names of gdb.Command.__init__
1307 to what the function accepts as keywords.
1308
bc3b79fd
TJB
13092008-03-20 Tom Tromey <tromey@redhat.com>
1310
1311 * gdb.texinfo (Convenience Vars): Document convenience functions.
1312 (Functions In Python): New node.
1313 (Python API): Update.
1314
6c7a06a3
TT
13152009-03-20 Tom Tromey <tromey@redhat.com>
1316
1317 * gdb.texinfo (Character Sets): Remove obsolete text. Document
1318 set target-wide-charset.
1319 (Requirements): Mention iconv.
1320
b646ddd4
HZ
13212009-03-17 Hui Zhu <teawater@gmail.com>
1322
1323 * gdb.texinfo: Change the introduce of "disassemble-next-line".
1324
91440f57
HZ
13252009-03-17 Hui Zhu <teawater@gmail.com>
1326
1327 * gdb.texinfo: Add documentation for disassemble-next-line.
1328
8fd41227
TJB
13292009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
1330
1331 * gdb.texinfo (Commands In Python): Remove tindex entries.
1332
61ff14c6
JK
13332009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1334
1335 * gdb.texinfo (Returning): New description for missing debug info.
1336
0b16c5cf
PA
13372009-03-14 Pedro Alves <pedro@codesourcery.com>
1338
1339 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 1340 (General Query Packets): Document qAttached.
0b16c5cf 1341
32fc0df9
PA
13422009-03-05 Pedro Alves <pedro@codesourcery.com>
1343
1344 * gdb.texinfo (Background Execution): Better describe the set
1345 target-async command.
1346 (Maintenance Commands): Delete description of the `maint set/show
1347 linux-async' and `maint set/show remote-async' commands.
1348
134eb42c
VP
13492009-02-18 Vladimir Prus <vladimir@codesourcery.com>
1350
1351 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
1352 between sentences.
1353
c86cf029
VP
13542009-02-18 Vladimir Prus <vladimir@codesourcery.com>
1355
1356 * gdb.texinfo (GDB/MI Async Records): Document the
1357 =library-loaded and =library-unloaded notifications.
1358
3ea85240
VP
13592009-02-17 Vladimir Prus <vladimir@codesourcery.com>
1360
1361 * observer.texi (test_notification): New observer.
1362
1d33d6ba
VP
13632009-02-14 Vladimir Prus <vladimir@codesourcery.com>
1364
61ff14c6
JK
1365 * observer.texi: Add parameter 'print_frame' to normal_stop
1366 observer.
1d33d6ba 1367
d721c933
EZ
13682009-02-07 Eli Zaretskii <eliz@gnu.org>
1369
1370 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
1371 (Commands In Python): Fix COMMAND_* constants in last change. Use
1372 @kbd for interactive input. Add cross-references and index
1373 entries.
1374
4aa995e1
PA
13752009-02-06 Pedro Alves <pedro@codesourcery.com>
1376
1377 * gdb.texinfo (Signals): Document $_siginfo.
1378 (Convenience Variables): Mention $_siginfo.
1379 (Remote Configuration): Document qXfer:siginfo:read,
1380 qXfer:siginfo:write packets, and the read-siginfo-object,
1381 write-siginfo-object commands.
1382
5f5233d4
PA
13832009-02-06 Pedro Alves <pedro@codesourcery.com>
1384
1385 * gdbint.texinfo (Values): New chapter.
1386
d8906c6f
TJB
13872009-02-06 Tom Tromey <tromey@redhat.com>
1388
1389 * gdb.texinfo (Python API): Add entry for Commands In Python.
1390 (Commands In Python): New node.
1391
b6cb8e7d
TJB
13922009-02-05 Tom Tromey <tromey@redhat.com>
1393
1394 * gdb.texinfo (Values From Inferior): Document Value.string.
1395
12453b93
TJB
13962009-02-05 Tom Tromey <tromey@redhat.com>
1397
1398 * gdb.texinfo (Basic Python): Document execute's from_tty
1399 argument.
1400
08c637de
TJB
14012009-02-04 Tom Tromey <tromey@redhat.com>
1402
1403 * gdb.texinfo (Basic Python): Document gdb.history.
1404
592375cd
VP
14052009-01-30 Vladimir Prus <vladimir@codesourcery.com>
1406
1407 * gdb.texinfo (GDB/MI Thread Commands): Document the
1408 'current-thread-id' field. Remove the example with zero threads,
1409 since current GDB won't ever report that if there's inferior.
1410
41447f92
VP
14112009-01-30 Vladimir Prus <vladimir@codesourcery.com>
1412
1413 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
1414 option to -break-insert.
1415
098b41a6
JG
14162009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
1417 Jerome Guitton <guitton@adacore.com>
1418
1419 * gdb.texinfo (Startup): Document --with-system-gdbinit.
1420 (System-wide configuration): New section.
1421
3c16cced
PA
14222009-01-26 Pedro Alves <pedro@codesourcery.com>
1423
1424 PR gdb/7580:
1425 * gdb.texinfo (Maintenance Commands): Document "maint set|show
1426 internal-error|internal-warning quit|corefile ask|yes|no".
1427
62709adf
PA
14282009-01-26 Pedro Alves <pedro@codesourcery.com>
1429
1430 * gdb.texinfo (Using the `gdbserver' Program): Document
1431 --remote-debug.
1432
7ce58dd2
DE
14332009-01-23 Doug Evans <dje@google.com>
1434
1435 * gdb.texinfo: Add nexti to list of commands that support
1436 background execution.
1437
adb483fe
DJ
14382009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
1439
1440 * gdb.texinfo (Define, Hooks): Document prefix command support.
1441
a67ec3f4 14422009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 1443 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
1444
1445 Fixes for makeinfo --html.
1446
1447 * annotate.texinfo: Use @copying and @insertcopying. Use
1448 @ifnottex in place of @ifinfo.
1449 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
1450 place of @ifinfo. Use @ifnotinfo for one index entry.
1451 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
1452 in place of @ifinfo.
1453 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
1454 in place of @ifinfo. Include contents at start unconditionally.
1455
84fcdf95
PA
14562009-01-13 Pedro Alves <pedro@codesourcery.com>
1457
1458 * gdb.texinfo (General Query Packets): Remove @var{} around the
1459 "spu" literal string.
1460
fa3a767f
PA
14612009-01-07 Pedro Alves <pedro@codesourcery.com>
1462
1463 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
1464 program may be running in another process" errors.
1465 * gdbint.texinfo (Native Conditionals): Delete
1466 ONE_PROCESS_WRITETEXT description.
1467
9cb011d3
JB
14682009-01-07 Joel Brobecker <brobecker@adacore.com>
1469
1470 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
1471 emacs local variable to be placed at the end of the ChangeLog.
1472 Add server.c and gdbreplay.c to the list of files where the
1473 copyright year needs to be updated.
1474
84603566
SL
14752009-01-06 Sandra Loosemore <sandra@codesourcery.com>
1476
1477 * gdb.texinfo (Remote Configuration): Document new
1478 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
1479 commands.
1480
a53f55d8
PA
14812008-12-28 Pedro Alves <pedro@codesourcery.com>
1482
1483 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
1484 FETCH_INFERIOR_REGISTERS.
1485 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
1486 FETCH_INFERIOR_REGISTERS descriptions. Remove
1487 gdbarch_get_longjmp_target descrition, since already described in
1488 Target Conditionals. Move gdbarch_fp0_regnum description to ...
1489 (Target Conditionals): ... here.
1490
077e0a52
JB
14912008-12-16 Joel Brobecker <brobecker@adacore.com>
1492
1493 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
1494 examples.
1495 (Additions to Ada): Likewise. Add the missing opening and closing
1496 parenthesis of the GDB prompt in one of the examples.
1497
023eb17c
JB
14982008-12-14 Joel Brobecker <brobecker@adacore.com>
1499
1500 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
1501 about the result of 'Address not being of type System.Address.
1502 This problem has been fixed a while ago.
1503
c3b108f7
VP
15042008-12-02 Vladimir Prus <vladimir@codesourcery.com>
1505
1506 MI non-stop and multiprocess docs.
1507
c8d5aac9
L
1508 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
1509 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
1510 Adjust documentation for *stopped, document =thread-created,
1511 =thread-exited, =thread-group-created and =thread-group-exited.
1512 (GDB/MI Thread Commands): Document the 'state' field in
1513 -thread-info output.
1514 (GDB/MI Program Execution): Mention --all and --thread-group
1515 options.
1516 (GDB/MI Variable Objects): Describe floating and fixed variable
1517 objects.
1518 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 1519
07e059b5
VP
15202008-12-02 Vladimir Prus <vladimir@codesourcery.com>
1521
c8d5aac9
L
1522 * gdb.texinfo (Operating System Information): New appendix.
1523 (Operating System Auxiliary Information): Document 'info os processes'
1524 (Remote Configuration): Document 'osdata'
1525 (General Query Packets): Document qXfer:osdata:read.
07e059b5 1526
a80b95ba
TG
15272008-11-27 Tristan Gingold <gingold@adacore.com>
1528
1529 * gdb.texinfo (Darwin): Document Darwin specific features.
1530
a655d424
JK
15312008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1532
1533 * gdbint.texinfo (Target Conditionals): Extend the
1534 gdbarch_breakpoint_from_pc description.
1535
249e1128
VP
15362008-11-22 Vladimir Prus <vladimir@codesourcery.com>
1537
1538 * gdb.texinfo (M68K Features): Fix typo.
1539
c14c28ba
PP
15402008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
1541
1542 * gdb.texinfo (Symbols): Mention printing containing
1543 image name in "info symbol".
1544 (Maint translate-address): Likewise.
1545
394a6666
JB
15462008-11-18 Joel Brobecker <brobecker@adacore.com>
1547
1548 * gdb.texinfo (Set Catchpoints): Remove the documentation of
1549 commands "catch load" and "catch unload".
1550
66bb093b
VP
15512008-11-17 Vladimir Prus <vladimir@codesourcery.com>
1552
1553 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 1554 =thread-selected.
66bb093b 1555
4a92f99b
VP
15562008-11-17 Vladimir Prus <vladimir@codesourcery.com>
1557
c8d5aac9 1558 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 1559
f0323ca0
PA
15602008-10-27 Pedro Alves <pedro@codesourcery.com>
1561
1562 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
1563 .mt files, TM_CLIBS or TM_CDEPS.
1564 (x86 Watchpoints): Don't mention TDEPFILES.
1565
8b23ecc4
SL
15662008-10-24 Sandra Loosemore <sandra@codesourcery.com>
1567
1568 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
1569 (Overview): Mention notifications and non-stop mode behavior.
1570 (Packets): Update documentation of ?, vAttach, vCont, and vRun
1571 with non-stop mode behavior. Add vStopped description.
1572 (Stop Reply Packets): Update list of packets that return
1573 stop replies. Mention non-stop behavior.
1574 (General Query Packets): Document QNonStop packet and associated
1575 qSupported query response.
1576 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
1577 behavior.
1578 (Notification Packets): New section.
1579 (Remote Non-Stop): New section.
1580 (File-I/O Overview): Mention non-stop behavior.
1581
fff08868
HZ
15822008-10-24 Hui Zhu <teawater@gmail.com>
1583 Pedro Alves <pedro@codesourcery.com>
1584
1585 * gdb.texinfo (displaced-stepping): Describe the auto mode
1586 setting, and say it's the default. This is now a mainstream
1587 setting instead of a maintenance setting.
1588
252fbfc8
PA
15892008-10-23 Pedro Alves <pedro@codesourcery.com>
1590
1591 * observer.texi (thread_stop_requested): New.
1592
20924a55
JB
15932008-10-22 Joel Brobecker <brobecker@adacore.com>
1594
1595 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
1596 (Patching): Replace incorrect usage of @samp by @kbd.
1597
bacec72f
MS
15982008-10-17 Michael Snyder <msnyder@vmware.com>
1599
1600 * gdb.texinfo: Add documentation for reverse execution.
1601
a08702d6 16022008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 1603 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
1604
1605 * gdb.texinfo. (Values From Inferior): New subsubsection.
1606
d97bc12b
DE
16072008-10-06 Doug Evans <dje@google.com>
1608
1609 * gdb.texinfo (set debug dwarf2-die): Document it.
1610
87f67dba
JB
16112008-10-01 Joel Brobecker <brobecker@adacore.com>
1612
1613 * gdb.texinfo (catch) [exception]: Document how to insert
1614 a breakpoint on user-defined exceptions when the exception
1615 name is identical to one of the language-defined ones.
1616
2fae03e8
TT
16172008-09-27 Tom Tromey <tromey@redhat.com>
1618
1619 * gdb.texinfo (Macros): Remove text about stringification,
1620 varargs, and splicing.
1621
5c6ce71d
TT
16222008-09-27 Tom Tromey <tromey@redhat.com>
1623
1624 * gdbint.texinfo (Language Support): Remove text about omitting
1625 support for a language.
1626
07128da0
DE
16272008-09-23 Doug Evans <dje@google.com>
1628
1629 * gdb.texinfo (info dcache): Update.
1630
b90a069a
SL
16312008-09-22 Sandra Loosemore <sandra@codesourcery.com>
1632
1633 * gdb.texinfo (Packets): Add info on thread-id syntax and
1634 multiprocess extensions.
1635 <D>: Document multiprocess form of packet.
1636 <H>: Use thread-id syntax.
1637 <T>: Likewise.
1638 <vCont>: Likewise. Note this is required for multiprocess.
1639 <vKill>: New packet.
1640 (Stop Reply Packets) <T>: Use thread-id syntax.
1641 <W>: Document multiprocess form of reply.
1642 <X>: Likewise.
1643 (General Query Packets) <qC>: Use thread-id syntax.
1644 <qfThreadInfo>: Likewise.
1645 <qGetTLSAddr>: Likewise.
1646 <qP>: Likewise.
1647 <qSupported>: Add "multiprocess" feature.
1648 <qThreadExtraInfo>: Use thread-id syntax.
1649
b77209e0
PA
16502008-09-22 Stan Shebs <stan@codesourcery.com>
1651
1652 * gdb.texinfo (Inferiors): New section.
1653
3d0bb823
PA
16542008-09-12 Pedro Alves <pedro@codesourcery.com>
1655
1656 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
1657
f8dcfc0a
UW
16582008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
1659
1660 * gdbint.texinfo (Target Conditionals): Remove documentation
1661 for gdbarch_name_of_malloc.
1662
8775bb90
MS
16632008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
1664
1665 * gdb.texinfo (Interrupts): Mention TCP interface for
1666 sending BREAK.
1667
f1838a98
UW
16682008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
1669
1670 * gdb.texinfo (Commands to Specify Files): Document "remote:"
1671 argument prefix to "set sysroot".
1672
158c7665
PH
16732008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
1674
1675 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
1676 and False.
1677
30e026bb
VP
16782008-08-20 Vladimir Prus <vladimir@codesourcery.com>
1679
c8d5aac9
L
1680 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
1681 for possible features of -list-features.
30e026bb 1682
c6ebd6cf
VP
16832008-08-19 Vladimir Prus <vladimir@codesourcery.com>
1684
c8d5aac9 1685 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
1686 (GDB/MI Miscellaneous Commands): Document -list-target-features.
1687
aeac0ff9
VP
16882008-08-19 Vladimir Prus <vladimir@codesourcery.com>
1689
1690 * doc/gdb.texinfo (PowerPC): Fix typo.
1691 (PowerPC features): Fix typo.
1692
5231c1fd
PA
16932008-08-18 Pedro Alves <pedro@codesourcery.com>
1694
1695 * observer.texi (thread_ptid_changed): New.
1696
677c5bb1
LM
16972008-08-18 Luis Machado <luisgpm@br.ibm.com>
1698
1699 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
1700 (PowerPC features): Mention feature set for VSX registers.
1701
f3a2dd1a
JB
17022008-08-13 Joel Brobecker <brobecker@adacore.com>
1703
1704 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
1705 the direct visibility of all names in user-written packages.
1706
33e5cbd6
PA
17072008-08-13 Pedro Alves <pedro@codesourcery.com>
1708
1709 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
1710 setting, and make it the default.
1711 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
1712 non-stop script example.
1713
d0384fc4
TJB
17142008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
1715
1716 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
1717 reference to the "Using Different Register and Memory Data
1718 Representation" section.
1719
a6f3e723
SL
17202008-08-12 Sandra Loosemore <sandra@codesourcery.com>
1721
1722 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
1723 (Remote Protocol): Add Packet Acknowledgment to menu.
1724 (Overview): Mention +/- can be disabled, and point to new section
1725 where this is discussed in detail.
1726 (General Query Packets): Document QStartNoAckMode packet, and
1727 corresponding qSupported reply.
1728 (Packet Acknowledgment): New section.
1729
0606b73b
SL
17302008-08-11 Sandra Loosemore <sandra@codesourcery.com>
1731 Pedro Alves <pedro@codesourcery.com>
1732
1733 * gdb.texinfo (Threads): Move paragraph about automatic thread
1734 selection to All-Stop Mode subsection.
1735 (Thread Stops): Reorganize existing material into subsections.
1736 Add introductory blurb and menu.
1737 (Non-Stop Mode): New subsection.
1738 (Background Execution): New subsection.
1739 (Maintenance Commands): Add cross-references from async mode
1740 commands to the new Background Execution section.
1741
d57a3c85
TJB
17422008-08-06 Tom Tromey <tromey@redhat.com>
1743
1744 * gdb.texinfo (Extending GDB): New chapter.
1745 (Sequences): Demoted chapter, now a section under the new
1746 Extending GDB chapter.
1747 (Python): New section.
1748
6d76a53d
SS
17492008-07-31 Stan Shebs <stan@codesourcery.com>
1750
1751 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
1752
1f70da6a
SS
17532008-07-29 Stan Shebs <stan@codesourcery.com>
1754
1755 * gdbint.texinfo: General round of cleanup and minor
1756 clarifications.
1757 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
1758 (Longjmp Support): Update description to reflect how it is done
1759 for targets without using native header.
1760 (Symbol Handling): Add a little more general explanation.
1761 (COFF, ELF): Mention stabs encapsulation.
1762 (DWARF 3): New section.
1763 (Adding a New Host): Scrub out some obsolete bits.
1764 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
1765 (Host Conditionals): Remove descriptions of NO_STD_REGS,
1766 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
1767 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
1768 SEEK_SET, STOP_SIGNAL, USG.
1769 (Raw and Virtual Register Representations): Ditto for
1770 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
1771 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
1772 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
1773 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
1774 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
1775 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
1776 DEPRECATED_REGISTER_VIRTUAL_SIZE,
1777 DEPRECATED_REGISTER_VIRTUAL_TYPE,
1778 DEPRECATED_USE_STRUCT_CONVENTION.
1779 Describe gdbarch_deprecated_fp_regnum.
1780 Update description of gdbarch_print_insn.
1781 (Adding a New Target): Scrub out obsolete bits.
1782 (Obsolete Conditionals): Remove entire section.
1783
383f836e
TT
17842008-07-25 Tom Tromey <tromey@redhat.com>
1785
1786 * observer.texi (GDB Observers): Document new observers:
1787 breakpoint_created, breakpoint_deleted, breakpoint_modified,
1788 tracepoint_created, tracepoint_deleted, tracepoint_modified,
1789 architecture_changed.
1790
cfd8ab24
SS
17912008-07-21 Stan Shebs <stan@codesourcery.com>
1792
1793 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
1794 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
1795
781b42b0
TT
17962008-07-21 Tom Tromey <tromey@redhat.com>
1797
1798 * observer.texi (GDB Observers): Remove obsolete comment.
1799 <executable_changed>: Remove argument.
1800
d7d9f01e
TT
18012008-07-18 Tom Tromey <tromey@redhat.com>
1802
1803 * gdb.texinfo (Macros): Update. Use @code rather than @command.
1804
bf250677
DE
18052008-07-10 Doug Evans <dje@google.com>
1806
1807 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
1808
10568435
JK
18092008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1810
1811 * gdb.texinfo (Starting): Document "set disable-randomization".
1812
5ae4183a
AS
18132008-07-07 Andreas Schwab <schwab@suse.de>
1814
1815 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
1816
b56e7235
VP
18172008-07-06 Vladimir Prus <vladimir@codesourcery.com>
1818
1819 * gdb.texinfo (GDB/MI Target Manipulation): Add
1820 example of -target-attach.
1821
e1ac3328
VP
18222008-06-10 Vladimir Prus <vladimir@codesourcery.com>
1823
1824 * observer.texi (target_resumed): New observer.
5ae4183a 1825 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 1826
65d12d83
TT
18272008-06-06 Tom Tromey <tromey@redhat.com>
1828
1829 * gdb.texinfo (Completion): Add field name example.
1830
fbc5282e
MK
18312008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
1832
1833 * gdb.texinfo (GDB/MI Program Context): Added example
1834 to -exec-arguments
5ae4183a 1835
fbc5282e 18362008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
1837
1838 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
1839 annotation.
1840
c16158bc 18412008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
1842 Nathan Sidwell <nathan@codesourcery.com>
1843 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
1844
1845 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
1846 and ACX_BUGURL.
1847 * configure: Regenerate.
1848 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
1849 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
1850 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
1851 mailing-list-specific text about bug reporting unless
1852 BUGURL_DEFAULT.
1853
75c99385
PA
18542008-06-05 Pedro Alves <pedro@codesourcery.com>
1855
1856 * gdb.texinfo (-target-select): Remove reference to target async.
1857 (Maintenance Commands): Document "maint set/show remote-async".
1858
1763a388
MK
18592008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
1860
1861 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
1862 in -target-file-get section.
5ae4183a 1863
d0d064df
PA
18642008-05-22 Pedro Alves <pedro@codesourcery.com>
1865
9b562ab8
PA
1866 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
1867 killing the inferior when it is already debugging a process.
d0d064df 1868
8dfa32fc
JB
18692008-05-21 Joel Brobecker <brobecker@adacore.com>
1870
1871 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
1872 abbreviation for "finish".
1873
55f996a7
NR
18742008-05-21 Nick Roberts <nickrob@snap.net.nz>
1875
1876 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
1877
ba2b1c56
DJ
18782008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
1879
1880 * gdbint.texinfo (Target Conditionals): Delete entry for
1881 gdbarch_dwarf_reg_to_regnum.
1882
08388c79
DE
18832008-05-09 Doug Evans <dje@google.com>
1884
a3c83fae 1885 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 1886
d14508fe
DE
18872008-05-05 Doug Evans <dje@google.com>
1888
1889 * gdb.texinfo (disassemble): Document /m modifier.
1890
e2b7ddea
VP
18912008-05-05 Vladimir Prus <vladimir@codesourcery.com>
1892
5ae4183a
AS
1893 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
1894 will not report the time of commands that run the target.
e2b7ddea 1895
8eb41542
VP
18962008-05-03 Vladimir Prus <vladimir@codesourcery.com>
1897
1898 * gdb.texinfo (GDB/MI Output Records): Add
1899 missing semicolon.
1900
82f68b1c
VP
19012008-05-03 Vladimir Prus <vladimir@codesourcery.com>
1902
1903 * gdb.texinfo (GDB/MI Output Records):
1904 Document =thread-create and =thread-exited.
1905
fa0f268d
VP
19062008-05-03 Vladimir Prus <vladimir@codesourcery.com>
1907
1908 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 1909 Remove mention of dmi-discuss.
fa0f268d 1910
063bfe2e
VP
19112008-05-03 Pedro Alves <pedro@codesourcery.com>
1912
1913 * observer.texi (thread_exit): New.
1914
237fc4c9
PA
19152008-05-02 Pedro Alves <pedro@codesourcery.com>
1916
1917 * gdb.texinfo (Debugging Output): Document "set/show debug
1918 displaced".
1919 (Maintenance Commands): Document "maint set/show
1920 can-use-displaced-stepping".
1921
0428b8f5
DJ
19222008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
1923
1924 * gdb.texinfo (ARM): Document set/show arm fallback-mode
1925 and set/show arm force-mode.
1926
5009afc5
AS
19272008-05-02 Andreas Schwab <schwab@suse.de>
1928
1929 * gdbint.texinfo (Algorithms): Describe
1930 target_watchpoint_addr_within_range.
1931
669fac23
DJ
19322008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
1933
1934 * gdbint.texinfo (Stack Frames): New chapter.
1935 (Algorithms): Move Frames text to the new chapter.
1936 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
1937 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
1938
721c02de
VP
19392008-04-24 Vladimir Prus <vladimir@codesourcery.com>
1940
5ae4183a
AS
1941 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
1942 output does not necessary include any tokens.
721c02de 1943
c055b101
CV
19442008-04-22 Corinna Vinschen <vinschen@redhat.com>
1945
1946 * gdb.texinfo (Set SH Calling convention): New @item.
1947 (Show SH Calling convention): Ditto.
1948
68837c9d
MD
19492008-04-22 Markus Deuling <deuling@de.ibm.com>
1950
1951 * gdb.texinfo (Fortran Operators): Describe '%' operator.
1952
2e9132cc
EZ
19532008-04-20 Eli Zaretskii <eliz@gnu.org>
1954
1955 * gdb.texinfo (Set Breaks): Mention that multiple location
1956 breakpoints need line number info. Add index entries.
1957
31fffb02
CS
19582008-04-19 Craig Silverstein <csilvers@google.com>
1959
1960 * gdb.texinfo (Requirements): Add an optional requirement on
1961 zlib.
1962 * gdbint.texinfo (Debugging File Formats): Add new subsection for
1963 Compressed DWARF 2.
1964
a47ec5fe
AR
19652008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
1966
1967 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
1968 sample output for 'stopped,reason="breakpoint-hit"' message.
1969 (GDB/MI Program Execution): Likewise.
1970
de051565
MK
19712008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
1972
5ae4183a 1973 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
1974 -var-set-format. Add -f option to -var-evaluate-expression.
1975
6ba66d6a
JB
19762008-04-03 Joel Brobecker <brobecker@adacore.com>
1977
1978 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
1979 new node "Ambiguous Expressions". Replace references to this
1980 node by references to "Ambiguous Expressions" throughout.
1981 (Ambiguous Expressions): New node.
1982
1e26b4f8
DJ
19832008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
1984
1985 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
1986
b84876c2
PA
19872008-03-21 Pedro Alves <pedro@codesourcery.com>
1988
1989 * gdb.texinfo (Debugging Output): Document
1990 "set/show debug lin-lwp-async".
1991 (Maintenance Commands): Document "maint set/show linux-async".
1992
63092375
DJ
19932008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
1994
1995 * gdb.texinfo (Expressions): Update description of malloced arrays.
1996
8e8901c5
VP
19972008-03-15 Vladimir Prus <vladimir@codesourcery.com>
1998
1999 * gdb.texinfo (Thread Commands): Document
2000 -thread-info. Remove -thread-list-all-threads.
2001
1fddbabb
PA
20022008-03-14 Pedro Alves <pedro@codesourcery.com>
2003 Sandra Loosemore <sandra@codesourcery.com>
2004
2005 * gdb.texinfo (Library List Format): Update to mention the
2006 possibility to pass section addresses instead of segment
2007 addresses.
2008
ccd213ac
DJ
20092008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
2010
2011 * gdb.texinfo (Starting): Document "set exec-wrapper".
2012 (Server): Document gdbserver --wrapper.
2013
fa4727a6
DJ
20142008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
2015
2016 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
2017 unreadable memory. Delete obsolete SPARClite reference.
2018
8edfe269
DJ
20192008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
2020
2021 * gdb.texinfo (Starting): Mention always-running targets.
2022 (Target Commands): Add an anchor for load.
2023 (Connecting): Explain continue instead of run.
2024
1843f87b
DJ
20252008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
2026
2027 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
2028
f9082629
NR
20292008-02-26 Nick Roberts <nickrob@snap.net.nz>
2030
2031 * gdb.texinfo (Set Breaks): Revert description of Enb column of
2032 breakpoint table.
2033
fd96d250
PA
20342008-02-19 Pedro Alves <pedro@codesourcery.com>
2035
2036 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
2037 killing the inferior when it is already debugging a process.
2038
36af4ef6
MD
20392008-02-13 Markus Deuling <deuling@de.ibm.com>
2040
2041 * gdbint.texinfo (Build Script): New section. Mention new build script
2042 gdb_buildall.sh.
2043
cda4ce5a
JB
20442008-02-01 Jim Blandy <jimb@red-bean.com>
2045
2046 * gdb.texinfo (Help): Summarize 'info args' correctly.
2047
4acd40f3
TJB
20482008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2049
2050 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
2051 available in PowerPC architecture.
2052 (Embedded Processors): Change node name of PowerPC item in menu.
2053 (PowerPC): Rename to...
2054 (PowerPC Embedded): this.
2055 (Architectures): Add new PowerPC item in menu.
2056 (PowerPC): New node.
2057
6e6c6f50
DJ
20582008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2059
2060 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
2061 commands.
2062
5ee187d7
DJ
20632008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2064
2065 * gdb.texinfo (Setting Catchpoints): Mention features
2066 supported on GNU/Linux.
2067
e275c0d9
NR
20682008-01-30 Nick Roberts <nickrob@snap.net.nz>
2069
2070 * gdb.texinfo (GDB/MI File Commands): Describe new output
2071 field for MI command -file-list-exec-source-file.
2072
2d717e4f
DJ
20732008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2074
2075 * gdb.texinfo (Using the `gdbserver' Program): Add security
2076 warning. Rearrange into subsections and subsubsections. Document
2077 --multi and --debug. Correct --with-sysroot typo. Update --attach
2078 usage. Make load reference clearer. Document monitor exit.
2079 (Remote Configuration): Document set remote exec-file, attach-packet,
2080 and run-packet.
2081 (Packets): Document vAttach and vRun.
2082
d35a4257 20832008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
2084
2085 * gdb.texinfo (Processes): Mention process command.
2086 detach-on-follow -> detach-on-fork.
2087
c78d192c
DJ
20882008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2089
2090 * gdbint.texinfo (Native Conditionals): Remove
2091 SHELL_COMMAND_CONCAT and SHELL_FILE.
2092
d35a4257
EZ
20932008-01-26 Eli Zaretskii <eliz@gnu.org>
2094
2095 * gdb.texinfo (Specify Location): Improve wording.
2096
93815fbf
VP
20972008-01-23 Chris Demetriou <cgd@google.com>
2098
2099 * gdb.texinfo (Threads): Document new "set print thread-events"
2100 and "show print thread-events" commands.
2101
2a25a5ba
EZ
21022008-01-19 Eli Zaretskii <eliz@gnu.org>
2103
2104 * gdb.texinfo (Specify Location): New section.
2105 (Delete Breaks, Edit, Set Breaks): Remove description of
2106 locations. Instead, add a reference to "Specify Location".
2107 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
2108 (Symbols): Refer to "Specify Location" for the valid forms of
2109 linespecs and locations.
2110
32c9a795
MD
21112008-01-18 Markus Deuling <deuling@de.ibm.com>
2112
2113 * gdbint.texinfo (Target Conditionals): Replace the description of
2114 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
2115
b17828ca
JB
21162008-01-12 Paul Hilfinger <hilfinger@adacore.com>
2117
2118 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
2119 about &&var, which is rejected by the expression parser.
2120
0aea4bf3
LM
21212008-01-09 Luis Machado <luisgpm@br.ibm.com>
2122
2123 * gdb.texinfo (Output): Update documentation on using printf with DFP
2124 types.
2125
febe4383
TJB
21262008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
2127
2128 * gdb.texinfo (C and C++): Add Decimal Floating Point format
2129 subsubsection.
2130 (Decimal Floating Point format): New subsubsection.
2131
7a404eba
PA
21322008-01-05 Pedro Alves <pedro@codesourcery.com>
2133
2134 * gdb.texinfo (File Options): Remove mention of the attempt to
2135 open a core file with the -p option. Don't list -c as a valid
2136 option to attach to a process.
2137
a4d9b460
PA
21382008-01-05 Pedro Alves <pedro@codesourcery.com>
2139
2140 * gdbint.texinfo (Host Conditionals): Remove mention of
2141 ALIGN_STACK_ON_ENTRY.
2142
6ec2edbe
JB
21432008-01-05 Joel Brobecker <brobecker@adacore.com>
2144
2145 * gdbint.texinfo (Start of New Year Procedure): Add item
2146 describing how to update the source and documentation copyright
2147 notices.
2148
d8b2a693
JB
21492007-12-18 Jim Blandy <jimb@codesourcery.com>
2150
ab209b3a 2151 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
2152 watchpoint explanation into the main description of the watchpoint
2153 command; update synopses of 'watch', 'rwatch', and 'awatch'
2154 commands.
2155
8b4ed427
VP
21562007-12-18 Vladimir Prus <vladimir@codesourcery.com>
2157
2158 * gdb.texinfo (Miscellaneous gdb/mi Commands):
2159 Document 'pending-breakpoints' feature of
2160 -list-features.
2161
37e4754d
LM
21622007-12-17 Luis Machado <luisgpm@br.ibm.com>
2163
669fac23 2164 * gdb.texinfo: Add new parameter's description.
37e4754d 2165
1d3811f6
DJ
21662007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
2167
2168 * gdb.texinfo (Overview): Clarify run-length encoding
2169 example. Remove the restriction on "+" and "-" characters.
2170
c1c25a1a
EZ
21712007-12-15 Eli Zaretskii <eliz@gnu.org>
2172
2173 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
2174
afe8ab22 21752007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 2176
afe8ab22
VP
2177 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
2178 the -f option for -break-insert, remove -r option,
2179 and clarify specification of location.
2180
a6b151f1
DJ
21812007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
2182
2183 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
2184 formatting.
2185 (Remote Debugging): Add File Transfer section.
2186 (Remote Configuration): Document Host I/O packets.
2187 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 2188 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
2189 (Packets): Add vFile.
2190
3b784c4f
EZ
21912007-11-17 Eli Zaretskii <eliz@gnu.org>
2192
2193 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
2194 breakpoints with multiple locations.
2195 (Breakpoint Menus): Improve wording.
2196 (Output): Fix last change.
2197
a4ce5b0d
UW
21982007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
2199
2200 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
2201
1b39d5c0
DE
22022007-11-15 Doug Evans <dje@google.com>
2203
2204 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
2205
7a72d44c
VP
22062007-11-15 Vladimir Prus <vladimir@codesourcery.com>
2207
2208 * gdbint.texinfo (Native Conditionals): Remove
2209 mention of CLEAR_SOLIB.
5ae4183a 2210
6d1829bf 22112007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
2212
2213 * gdb.texinfo (Print Settings): Add documentation for "set/show
2214 print frame-arguments".
2215
1a619819
LM
22162007-11-05 Luis Machado <luisgpm@br.ibm.com>
2217
3b784c4f 2218 * gdb.texinfo (Output): Update printf command's description.
1a619819 2219
55eddb0f
DJ
22202007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
2221
2222 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
2223 powerpc soft-float".
2224
9cceb671
DJ
22252007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2226
2227 * gdb.texinfo (Files): Correct formatting. Mention Expat
2228 requirement.
2229 (Requirements for Building GDB): Expand the list of Expat
2230 uses.
2231 (Library List Format, Memory Map Format): Mention Expat.
2232 (Target Descriptions): Update Expat wording.
2233
83acabca
DJ
22342007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2235
2236 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
2237 Document that gdbarch_convert_register_p should return zero for no-op
2238 conversions.
2239
e35879db
UW
22402007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
2241
83acabca 2242 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
2243 of set_gdbarch_sofun_address_maybe_missing back to ...
2244 (Target Conditionals): ... here to fix build break.
2245
203c3895
UW
22462007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
2247
83acabca 2248 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
2249 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
2250 (Compiler Characteristics): ... documentation of
2251 set_gdbarch_sofun_address_maybe_missing.
2252
11411de3
DJ
22532007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
2254
2255 * gdbint.texinfo (Target Conditionals): Use
2256 frame_unwind_register_unsigned in examples instead of
2257 frame_unwind_unsigned_register.
2258
7cc46491
DJ
22592007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
2260
2261 * gdb.texinfo (Predefined Target Types): Add int128
2262 and uint128.
2263 (Standard Target Features): Add PowerPC features.
2264
81adfced
DJ
22652007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
2266
2267 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
2268
c1874924
UW
22692007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2270
2271 * gdbint.texi (Target Conditionals): Remove documentation
2272 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
2273 gdbarch_extract_return_value, and gdbarch_store_return_value.
2274
f6e56ab3
UW
22752007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2276
2277 * gdbint.texi (Target Conditionals): Remove documentation of
2278 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
2279
56cf5405
KH
22802007-10-11 Kazu Hirata <kazu@codesourcery.com>
2281
2282 * gdb.texinfo: Mention that inaccessible-by-default is on by
2283 default.
2284
35156bae
DJ
22852007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2286
2287 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
2288
d983da9c
DJ
22892007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
2290
2291 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
2292 multi-threaded watchpoints.
2293 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
2294 checked. Describe sticky notification. Expand description
2295 of steppable and continuable watchpoints.
2296 (Watchpoints and Threads): New subsection.
2297
fe6fbf8b
VP
22982007-09-28 Vladimir Prus <vladimir@codesourcery.com>
2299
2300 * gdb.texinfo (Setting Breakpoints): Revise
2301 documentation for pending breakpoints. Document
2302 breakpoints with multiple locations.
5ae4183a 2303
084344da
VP
23042007-09-19 Vladimir Prus <vladimir@codesourcery.com>
2305
2306 * gdb.texinfo (Miscellaneous gdb/mi Commands):
2307 Document -list-features.
5ae4183a 2308
82160952
EZ
23092007-09-15 Eli Zaretskii <eliz@gnu.org>
2310
2311 * gdb.texinfo (Output): Spell out which features of C's printf are
2312 not supported by GDB's printf.
7e27a47a
EZ
2313 (Separate Debug Files): More accurate wording regarding build ID
2314 and a reference to the ld manual rather than the Fedora wiki.
82160952 2315
ea37ba09
DJ
23162007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
2317 Jim Blandy <jimb@codesourcery.com>
2318
2319 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
2320 (Examining Memory): Update mentions of the 's' format.
2321 (Automatic Display): Likewise.
2322
b8533aec
DJ
23232007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
2324
2325 * gdb.texinfo: Update the FSF's Back-Cover Text.
2326
83f83d7f
JK
23272007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2328 Eli Zaretskii <eliz@gnu.org>
2329
2330 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
2331 Fixed the ``build ID'' name. New binaries build instructions for the
2332 build ID inclusion. Explain how the commands are specific to the build
2333 ID vs. debug link.
2334
c7e83d54
EZ
23352007-09-01 Eli Zaretskii <eliz@gnu.org>
2336
2337 * gdb.texinfo (Separate Debug Files): Fix last change. Add
2338 indexing for ``build ID'' support.
2339
d3750b24
JK
23402007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2341
2342 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
2343 Enlisted BUILD ID to the debug file searching example.
2344 Included a BUILD ID `.note.gnu.build-id' section description.
2345 Updated/added the debug files splitting instructions for OBJCOPY.
2346
02142340
VP
23472007-08-31 Vladimir Prus <vladimir@codesourcery.com>
2348
2349 * gdb.texinfo (Variable Objects): Adjust docs
2350 for -var-info-expression and document
2351 -var-info-path-expression.
2352
d3bdde98
JB
23532007-08-20 Jim Blandy <jimb@codesourcery.com>
2354
3fb6a982
JB
2355 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
2356 (title page): Include the dedication in the printed manual, as a
2357 separate page after the copyright notice.
5ae4183a 2358
d3bdde98
JB
2359 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
2360 don't break a @var across a line.
2361
c80a96a8
MR
23622007-07-25 Maciej W. Rozycki <macro@mips.com>
2363
2364 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
2365 for include files.
2366
5824a901
NR
23672007-07-12 Nick Roberts <nickrob@snap.net.nz>
2368
2369 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
2370 in annotate.texinfo.
2371 (Command History): Link to new node.
5824a901 2372
d52e7ea3
UW
23732007-07-05 Markus Deuling <deuling@de.ibm.com>
2374
2375 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
2376
5fc14d0a
EZ
23772007-07-05 Eli Zaretskii <eliz@gnu.org>
2378
2379 * gdbint.texinfo (Target Conditionals): Fix last change.
2380
4a9bb1df
UW
23812007-07-03 Markus Deuling <deuling@de.ibm.com>
2382
2383 * gdb.texinfo: Replace following macros by their appropriate gdbarch
2384 routines:
2385 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
2386 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
2387 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
2388 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
2389 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
2390 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
2391 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
2392 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
2393 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
2394 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
2395 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
2396 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
2397 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
2398 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
2399 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
2400 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
2401 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
2402 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
2403 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
2404 (SOFTWARE_SINGLE_STEP_P)
2405
2406 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
2407 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
2408
2409 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
2410 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
2411 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
2412 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
2413 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
2414 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
2415 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
2416 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
2417 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
2418 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
2419
2420 (Converting an existing Target Architecture to Multi-arch): Remove
2421 section.
2422
2423 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
2424 (gdbarch_addr_bits_remove): Add code example.
2425
2426 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
2427
cfa9d6d9
DJ
24282007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
2429
2430 * gdb.texinfo (Remote Configuration): Document library-info-packet.
2431 Add other missing entries. Adjust the table size to fit.
2432 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
2433 stop reasons including the new "library" event.
2434 (General Query Packets): Adjust table widths for qSupported. Mention
2435 qXfer:libraries:read reply to qSupported and document the new packet.
2436 (Library List Format): New section.
2437
159fcc13
JK
24382007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2439
2440 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
2441
f66d1690
MS
24422007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
2443
2444 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
2445
67102876
NR
24462007-06-25 Nick Roberts <nickrob@snap.net.nz>
2447
2448 * gdbint.texinfo (Register and Memory Data): Break sections
2449 into nodes and add a menu.
2450
a4642986
MR
24512007-06-21 Maciej W. Rozycki <macro@mips.com>
2452
2453 * gdb.texinfo (Examining Memory): Document the new behaviour.
2454
e9c17194
VP
24552007-06-21 Vladimir Prus <vladimir@codesourcery.com>
2456
2457 * gdb.texinfo (Standard Target Features): Document
2458 m68k features.
2459
31d99776
DJ
24602007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
2461
2462 * gdb.texinfo (General Query Packets): Document qOffsets changes.
2463
1780a0ed
DJ
24642007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
2465
2466 * gdb.texinfo (Target Description Format): Add version attribute
2467 for <target>.
2468
822b6570
DJ
24692007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
2470
2471 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
2472
f8b73d13
DJ
24732007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
2474
2475 * gdb.texinfo (MIPS Features): New subsection.
2476
0e7f50da
UW
24772007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
2478 Markus Deuling <deuling@de.ibm.com>
2479
2480 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
2481 and qXfer:spu:write packets and mention them under qSupported.
2482
23d964e7
UW
24832007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
2484 Markus Deuling <deuling@de.ibm.com>
2485
2486 * gdb.texinfo (Architectures): Add new SPU section to document
2487 Cell Broadband Engine SPU architecture specific commands.
2488
9f708cb2
VP
24892007-06-09 Vladimir Prus <vladimir@codesourcery.com>
2490
2491 * gdb.texinfo (GDB/MI Variable Objects): Editorial
2492 comments.
2493
7579b5f8
NR
24942007-06-07 Nick Roberts <nickrob@snap.net.nz>
2495
2496 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
2497
bf06d120
JB
24982007-05-29 Jim Blandy <jimb@codesourcery.com>
2499
2500 * gdb.texinfo (Overview): Doc fix.
2501
23776285
MR
25022007-05-22 Maciej W. Rozycki <macro@mips.com>
2503
2504 * gdb.texinfo (Remote Configuration): Document "set/show
2505 remoteflow".
2506
1a69e1e4
DJ
25072007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
2508
bf06d120
JB
2509 * gdb.texinfo (MIPS): Remove documentation for set mips
2510 saved-gpreg-size, show mips saved-gpreg-size, and set mips
2511 stack-arg-size.
1a69e1e4 2512
46ba6afa 25132007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 2514
46ba6afa
BW
2515 * all-cfg.texi (GDBTUI): New.
2516 * gdb.texinfo (Mode Options): Use GDBTUI variable.
2517 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
2518 (TUI Configuration): Edit to improve clarity and fix problems of
2519 both style and content.
5ae4183a 2520
06d3b283
UW
25212007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
2522
2523 * observer.texi (GDB Observers): New observer "new_objfile".
2524
179101d6
UW
25252007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
2526
2527 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
2528
25d5ea92
VP
25292007-04-14 Vladimir Prus <vladimir@codesourcery.com>
2530
2531 * gdb.texinfo (GDB/MI Variable Objects): Document
2532 frozen variables objects.
5ae4183a 2533
ea35711c
DJ
25342007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
2535
2536 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
2537 (Character Sets, Caching Data of Remote Targets): Likewise.
2538 (Targets): Delete Remote node. Move its text...
2539 (Debugging Remote Programs): ...to here. Delete description
2540 of the "remote" command.
2541 (Remote configuration): Delete description of "set remotedevice"
2542 and "show remotedevice".
2543 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
2544
db2e3e2e
BW
25452007-04-11 Bob Wilson <bob.wilson@acm.org>
2546
5ae4183a
AS
2547 * gdb.texinfo (Contributors, Continuing and Stepping)
2548 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
2549 (General Query Packets, File-I/O Remote Protocol Extension)
2550 (Protocol Basics, The F Reply Packet, Write)
2551 (Protocol-specific Representation of Datatypes, Memory Transfer):
2552 Fix hyphenation, punctuation and grammar problems.
2553 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
2554 'section' instead of 'subsection' in the text.
2555 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
2556 (i386): Remove period from section name.
db2e3e2e
BW
2557 (Installing GDB, Requirements, Running Configure, Separate Objdir)
2558 (Config Names, Configure Options): Use @file{configure}.
2559
8a3dae3e
DJ
25602007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
2561
2562 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
2563 and tab expansion.
2564
1a92f856
DJ
25652007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
2566
2567 * gdbint.texinfo (SOM): Correct location of the SOM reader.
2568
79a6e687 25692007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 2570
79a6e687
BW
2571 * gdb.texinfo: Consistently capitalize all significant words in
2572 node names, chapter titles, section titles, and headings. Update
2573 cross references to match.
2574 (Starting and Stopping Trace Experiment): Make node name plural.
2575 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 2576
ad527d2e
PA
25772007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
2578
2579 * gdb.texinfo (WinCE): Delete obsolete subsection.
2580
7ce59000
DJ
25812007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
2582
2583 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
2584 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
2585 references.
2586
8807d78b
DJ
25872007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
2588
2589 * gdb.texinfo (Startup): Delete references to some alternate
2590 names for .gdbinit.
2591 (Thread): Remove LynxOS reference.
2592 (Tandem ST2000): Delete target-specific documentation.
2593 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
2594 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
2595 and GDB_OSABI_LYNXOS.
2596
5f402660
UW
25972007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
2598
2599 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
2600
bac718a6
UW
26012007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
2602
2603 * gdbint.texinfo (Target Conditionals): Remove mention of
2604 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
2605 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
2606
9453113a
DJ
26072007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
2608
2609 * Makefile.in: Add "pdfdir" installation
2610 directory, PDFTEX macro, support for "install-pdf" target,
2611 and rules for making a pdf version of refcard.texi.
2612 * refcard.tex: Specify paper size for PDF output.
2613
ae21e955 26142007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 2615
ae21e955 2616 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 2617
3f94c067 26182007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 2619
3f94c067
BW
2620 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
2621 (Source Path, Character Sets, Macros, Define)
2622 (GDB/MI Result Records, GDB/MI Simple Examples)
2623 (GDB/MI Program Execution, GDB/MI File Commands)
2624 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
2625 (Bug Reporting): Use @value{GCC}.
5ae4183a 2626
12c27660 26272007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 2628
12c27660
BW
2629 * gdb.texinfo (Help): Fix formatting of examples.
2630 (Variables): Use @ifnotinfo instead of @iftex.
2631 (Non-debug DLL symbols): Use @ref instead of @pxref.
2632 (Sparclet File): Use @samp instead of quotes.
5ae4183a 2633
ce9341a1
BW
26342007-03-26 Bob Wilson <bob.wilson@acm.org>
2635
2636 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
2637
c8f4133a
BW
26382007-03-26 Bob Wilson <bob.wilson@acm.org>
2639
2640 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
2641 the order of the nodes.
2642 (C Operators, C Constants, Debugging C): Remove extra menus.
2643 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 2644
c8f4133a 26452007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
2646
2647 * gdb.texinfo (File Options): Add missing parenthesis.
2648 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
2649
c74d0ad8
DJ
26502007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
2651
2652 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
2653
ff6f572f
DJ
26542007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
2655
669fac23 2656 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
2657 case insensitivity.
2658 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
2659
994337c3
NR
26602007-02-18 Nick Roberts <nickrob@snap.net.nz>
2661
2662 * gdb.texinfo (Top): Put Appendix A after numbered sections.
2663 (Files): Add section name to argument list for pxref.
2664 (Non-debug DLL symbols): Don't use `see' for pxref.
2665 (Embedded Processors): Fix typo.
2666 (GDB/MI Breakpoint Commands): Execution commands generate
2667 *stopped not ^done.
2668
eb819d70
NR
26692007-02-13 Nick Roberts <nickrob@snap.net.nz>
2670
2671 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
2672 values for in_scope. Mention that only root variables can be
2673 updated.
2674 (GDB/MI Development and Front Ends): Explain new values may be
2675 added to existing fields.
2676
123dc839
DJ
26772007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
2678
2679 * gdb.texinfo (-target-disconnect): Use @smallexample.
2680 (Requirements): Add anchor for Expat. Update description.
2681 (Target Descriptions): Mention Expat.
2682 (Target Description Format): Document new elements. Use
2683 @smallexample.
2684 (Predefined Target Types, Standard Target Features): New sections.
669fac23 2685 * gdbint.texinfo (Target Descriptions): New section.
123dc839 2686
108546a0
DJ
26872007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
2688
2689 * gdb.texinfo (Target Description Format): Add section on XInclude.
2690
95a98c01
NR
26912006-02-03 Nick Roberts <nickrob@snap.net.nz>
2692
2693 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
2694 command -enable-timings.
2695
f4b3909f
EZ
26962007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
2697
5ae4183a 2698 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
2699 descriptions for new/deleted elements in gdb_osabi. Add missing
2700 description for function generic_elf_osabi_sniff_abi_tag_sections.
2701
c7ba131e
JB
27022007-01-29 Joel Brobecker <brobecker@adacore.com>
2703
2704 * gdb.texinfo (Maintenance Commands): Add documentation for
2705 the new "maint print target-stack" command.
2706
3a60f64e
JK
27072007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2708 Eli Zaretskii <eliz@gnu.org>
2709
f4b3909f 2710 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 2711
c582f8b6
EZ
27122007-01-26 Eli Zaretskii <eliz@gnu.org>
2713
2714 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
2715 Use @value{NGCC} instead of @value{GCC}.
2716
d3e8051b
EZ
27172007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
2718
2719 * agentexpr.texi: Fix typos.
2720 * annotate.texinfo: Likewise.
2721 * gdb.texinfo: Likewise.
2722 * gdbint.texinfo: Likewise.
2723 * observer.texi: Likewise.
2724 * stabs.texinfo: Likewise.
2725
86f04699
EZ
27262007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
2727
2728 * gdbint.texinfo (Support Libraries): Remove mmalloc
2729 entry. Describe readline library.
2730
23181151
DJ
27312007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
2732
2733 * gdb.texinfo (Target Descriptions): New section.
2734 (General Query Packets): Add QPassSignals anchor. Mention
2735 qXfer:features:read under qSupported. Expand mentions of
2736 qXfer:memory-map:read and QPassSignals. Document
2737 qXfer:features:read.
2738
f822c95b
DJ
27392007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
2740
2741 * gdb.texinfo (Commands to specify files): Describe
2742 "set sysroot" and "show sysroot".
2743 (Using the `gdbserver' program): Lowercase argument
2744 to @var. Expand description of setting up GDB on the
2745 host.
2746
8936fcda
JB
27472007-01-05 Joel Brobecker <brobecker@adacore.com>
2748
2749 * gdb.texinfo (Set Catchpoints): Add documentation for the new
2750 catch exception, catch exception unhandled, and catch assert
2751 commands.
2752
e776119f
DJ
27532007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
2754
2755 * gdb.texinfo (Debugging Output): Document "set debug xml"
2756 and "show debug xml".
2757
aa79a185
DJ
27582007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
2759
2760 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
2761
7f893741
JB
27622007-01-01 Joel Brobecker <brobecker@adacore.com>
2763
2764 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
2765
a1b5960f
VP
27662006-12-08 Vladimir Prus <vladimir@codesourcery.com>
2767
2768 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
2769 note in @ignore, to be removed later if nobody complains.
2770
9f470e6e
NR
27712006-12-04 Nick Roberts <nickrob@snap.net.nz>
2772
2773 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
2774 of -var-delete.
2775
765dc015 27762006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 2777
765dc015 2778 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
2779 automatic software/hardware breakpoint usage and
2780 the "set breakpoint auto-hw" command.
765dc015 2781
4b5752d0
VP
27822006-11-21 Vladimir Prus <vladimir@codesourcery.com>
2783
2784 * gdb.texinfo (Memory Access Checking): New.
2785
89be2091
DJ
27862006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
2787
2788 * gdb.texinfo (Remote configuration): Mention
2789 "pass-signals-packet".
2790 (General Query Packets): Document QPassSignals. Fix
2791 a typo.
2792
ca3bf3bd
DJ
27932006-11-14 Maxim Grigoriev <maxim@tensilica.com>
2794
2795 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
2796
427c3a89
DJ
27972006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2798
2799 * gdb.texinfo (Remote configuration): Rewrite documentation for
2800 packet configuration commands.
2801 (OS Information): Adjust reference to qXfer:auxv:read.
2802 (General Query Packets): Remove references to read-aux-vector-packet
2803 and set remote get-thread-local-storage-address.
2804
7a107747
DJ
28052006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
2806
2807 * gdbint.texinfo (Target Architecture Definition): Add new
2808 Initializing a New Architecture section.
2809
1c56eb0e
EZ
28102006-10-31 David Taylor <dtaylor@emc.com>
2811
2812 * stabs.texinfo (Macro define and undefine): New node describing
2813 stabs for #define and #undef.
2814
f73adfeb
AS
28152006-10-27 Andreas Schwab <schwab@suse.de>
2816
2817 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
2818
fd60e0df
EZ
28192006-10-21 Eli Zaretskii <eliz@gnu.org>
2820
2821 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
2822 clarify on the possible meanings of ``expression'' watched by
2823 watchpoints. Add indexing.
e5ac9b53
EZ
2824 (Prompting, Errors, Invalidation, Annotations for Running)
2825 (Source Annotations): Fix index entries by adding "annotation" to
2826 them, to discriminate from index entries that point to the more
2827 general topic descriptions.
fd60e0df 2828
52bb452f
DJ
28292006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
2830
2831 * gdbint.texinfo (Target Vector Definition): Move most
2832 content into Existing Targets. Add a menu.
2833 (Existing Targets): New section, moved from Target Vector
2834 Definition. Use @subsection.
2835 (Managing Execution State): New section.
2836
58955e58
BW
28372006-10-16 Bob Wilson <bob.wilson@acm.org>
2838
2839 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
2840
c8aa23ab
EZ
28412006-10-15 Eli Zaretskii <eliz@gnu.org>
2842
2843 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
2844 (Command Syntax, Signals, Backtrace, Connecting)
2845 (Remote configuration, Renesas Boards, Console I/O): Fix last
2846 change: use Ctrl- instead of C-, except wrt Emacs.
2847 (File-I/O Examples): Put Ctrl-c in @kbd.
2848 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
2849 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
2850 (Signals, Set Breaks, Set Watchpoints): Document optional
2851 arguments to `info signals' `handle', `info breakpoints', and
2852 `info watchpoints'.
c8aa23ab 2853
e7109c7e
EZ
28542006-10-14 Eli Zaretskii <eliz@gnu.org>
2855
2856 * gdb.texinfo (Backtrace): Fix last change.
2857
de3aea7b
NR
28582006-10-14 Nick Roberts <nickrob@snap.net.nz>
2859
2860 * gdb.texinfo (Backtrace): Order correctly and add other cases.
2861
7f9087cb
BW
28622006-10-10 Bob Wilson <bob.wilson@acm.org>
2863
c8aa23ab
EZ
2864 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
2865 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
2866 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 2867
68437a39
DJ
28682006-09-21 Vladimir Prus <vladimir@codesourcery.com>
2869 Daniel Jacobowitz <dan@codesourcery.com>
2870
2871 * gdb.texinfo (Packets): Document vFlashErase,
2872 vFlashWrite and vFlashDone packets.
2873 (General Query Packets): Document qXfer:memory-map:read.
2874 Add a new feature for qXfer:memory-map:read.
2875 (Memory map format): New section.
2876 (Target Commands): Mention that gdb can write flash.
2877
fd79ecee
DJ
28782006-09-21 Vladimir Prus <vladimir@codesourcery.com>
2879 Daniel Jacobowitz <dan@codesourcery.com>
2880
2881 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
2882 memory regions and "mem auto".
2883
350da6ee
DJ
28842006-09-21 Nathan Sidwell <nathan@codesourcery.com>
2885
2886 * gdbint.texinfo (Array Containers): New section.
2887
2f1acb09
VP
28882006-09-17 Vladimir Prus <vladimir@codesourcery.com>
2889
2890 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
2891 -stack-list-arguments HIGH_FRAME argument can be larger then the
2892 actual number of frames.
2893
2ab1eb7a
VP
28942006-09-07 Vladimir Prus <vladimir@codesourcery.com>
2895
2896 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
2897 -stack-list-locals HIGH_FRAME argument can be larger then the
2898 actual number of frames.
2ab1eb7a 2899
599b237a
BW
29002006-09-02 Bob Wilson <bob.wilson@acm.org>
2901
2902 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
2903 Register Packet Format, Tracepoint Packets): Fix spelling errors.
2904
25ab7e6d
EZ
29052006-09-02 Eli Zaretskii <eliz@gnu.org>
2906
2907 * gdbint.texinfo (Overall Structure): New section "Source Tree
2908 Structure".
2909
940178d3
JB
29102006-08-17 Jim Blandy <jimb@codesourcery.com>
2911
2912 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
2913 responses.
2914
30daae6c
JB
29152006-08-08 Joel Brobecker <brobecker@adacore.com>
2916
2917 * gdb.texinfo (Source Path): Add documentation for new
2918 substitute-path commands.
2919
7fa2210b
DJ
29202006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
2921
2922 * gdb.texinfo (Installing GDB): Update menu. Move text to...
2923 (Running Configure): ...here.
2924 (Requirements): New node. Mention expat.
2925
3d00d119
DJ
29262006-08-08 Vladimir Prus <vladimir@codesourcery.com>
2927
5ae4183a 2928 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
2929 'set download-write-size' and 'show download-write-size'.
2930
0cbfa4ee
DJ
29312006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
2932
2933 * stabs.texinfo (Member Type Descriptor): Correct example for
2934 pointer to member types.
2935
16026cd7
AS
29362006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
2937
2938 * gdb.texinfo (Optional warnings and messages): Add
2939 'set/show trace-commands'.
2940 (Command files): Add '-v' to source command.
2941
0876f84a
DJ
29422006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
2943
2944 * gdb.texinfo (OS Information): Update qPart reference to
2945 qXfer.
2946 (Remote configuration): Likewise.
2947 (Overview): Move @cindex to the start of a paragraph. Talk
2948 about binary data encoding.
2949 (Packets): Refer to the overview for the details of the X
2950 packet encoding.
2951 (General Query Packets): Remove qPart description. Add qXfer
2952 description. Add an anchor to qSupported. Correct feature
2953 table title. Add a new feature for qXfer:auxv:read.
2954 (Interrupts): Add a missing parenthesis.
2955
2ec3381a
DJ
29562006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
2957
669fac23 2958 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
2959 (GDB/MI Kod Commands): Remove commented out node.
2960
594fe323
EZ
29612006-07-01 Eli Zaretskii <eliz@gnu.org>
2962
2963 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
2964 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
2965 (GDB/MI Thread Commands, GDB/MI Program Execution)
2966 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
2967 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
2968 (GDB/MI File Commands, GDB/MI Target Manipulation)
2969 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
2970 since the MI prompt is hard-wired into the code.
2971
7e3fb70c
NR
29722006-07-01 Nick Roberts <nickrob@snap.net.nz>
2973
2974 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
2975 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
2976 (GDB/MI Data Manipulation): Remove description of unimplemented
2977 display related commands as variable objects perform this function
2978 and are superior: -display-delete, -display-disable,
2979 -display-enable, -display-insert and -display-list. Move
2980 -environment-cd, -environment-directory, -environment-path
2981 and -environment-pwd to "Program Context".
2982 (GDB/MI Program Control): Rename to "Program Execution". Move
2983 -exec-arguments -exec-abort to...
2984 (GDB/MI Program Context): ...here. New node split from "Data
2985 Manipulation".
2986
be2a5f71
DJ
29872006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
2988
2989 * gdb.texinfo (Remote configuration): Document set / show
2990 remote supported-packets.
2991 (General Query Packets): Document qSupported packet.
2992
fc320d37
SL
29932006-06-10 Sandra Loosemore <sandra@codesourcery.com>
2994
2995 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
2996 and font markup.
2997 (Protocol basics): Likewise.
2998 (The F request packet): Likewise.
2999 (The F reply packet): Likewise.
3000 (Memory transfer): Move this node to be a subsubsection of
3001 "Protocol specific representation of datatypes".
3002 (The Ctrl-C message): More copy editing.
3003 (Console I/O): Likewise.
3004 (The isatty call): Delete this node, and merge its content into
3005 the "isatty" node. Fixed references elsewhere.
3006 (The system call): Delete this node, and merge its content into
3007 the "system" node. Fixed references elsewhere.
3008 (open): Reformat to use @table, and add appropriate font markup.
3009 (close): Likewise.
3010 (read): Likewise.
3011 (write): Likewise.
3012 (lseek): Likewise.
3013 (rename): Likewise.
3014 (unlink): Likewise.
3015 (stat/fstat): Likewise.
3016 (gettimeofday): Likewise.
3017 (isatty): Likewise.
3018 (system): Likewise, plus minor changes to fix confusing wording.
3019 (Integral datatypes): Fix font markup.
3020 (Pointer values): Likewise.
3021 (struct stat): Fix markup to use @table, plus minor copy editing.
3022 (struct timeval): Fix font markup, plus minor copy editing.
3023 (Constants): Minor copy editing.
3024 (Errno values): Add font markup.
3025 (File-I/O Examples): Likewise.
3026
158fdf5c
NR
30272006-06-10 Nick Roberts <nickrob@snap.net.nz>
3028
3029 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
3030 (GDB/MI Simple Examples): Move node up one level. Use real
3031 examples.
3032 (GDB/MI Compatibility with CLI): Update.
3033 (GDB/MI Result Records): Add "connected" and "exit" result
3034 classes.
3035 (GDB/MI Stream Records): Clarify target output.
3036 (GDB/MI Command Description Format): Modify example description.
3037 (GDB/MI Breakpoint Table Commands): Rename to...
3038 (GDB/MI Breakpoint Commands): ...this
3039 (GDB/MI Breakpoint Commands): Add optional thread field.
3040 (GDB/MI Program Control): Add an introduction. Move "Program
3041 termination" examples into exec-run description.
3042 (GDB/MI File Commands): Mention similar CLI commands.
3043 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
3044 is similar to "-gdb-version".
3045
ddb50cd7
EZ
30462006-06-09 Eli Zaretskii <eliz@gnu.org>
3047
3048 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
3049
2aef0d6b
NR
30502006-06-02 Nick Roberts <nickrob@snap.net.nz>
3051
3052 * gdb.texinfo (GDB/MI Development and Front Ends): Use
3053 sourceware.org for mailing lists.
d5e40d59 3054 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 3055
383a5c52
NR
30562006-06-01 Nick Roberts <nickrob@snap.net.nz>
3057
d5e40d59 3058 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 3059
e16b02ee
EZ
30602006-05-22 Eli Zaretskii <eliz@gnu.org>
3061
3062 * gdb.texinfo (Cygwin Native): Fix last change.
3063
be90c084
CF
30642006-05-22 Christopher Faylor <cgf@timesys.com>
3065
3066 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
3067
347ceba5
NR
30682006-05-15 Nick Roberts <nickrob@snap.net.nz>
3069
3070 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
3071 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
3072
369af7bd
DJ
30732006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
3074
3075 * gdb.texinfo (General Query Packets): Recommend not starting
3076 new packets with qC and clarify.
3077
2ffdbde8 30782006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
3079
3080 * gdb.texinfo (M2 Types): New section.
72019c9c 3081
16d1a084
DJ
30822006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
3083
3084 * agentexpr.texi: Add a copyright and license notice.
3085 * observer.texi: Likewise, with GPL clause for function prototypes.
3086 Remove trailing whitespace.
3087
aa56d27a
JB
30882006-05-05 Jim Blandy <jimb@codesourcery.com>
3089
3090 * gdb.texinfo (General Query Packets): Document conventions for
3091 terminating packet names, and their violations.
3092
5bdf8622
DJ
30932006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3094
3095 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
3096 * gdb.texinfo: Likewise.
3097
605a56cb
DJ
30982006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3099
3100 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
3101 and "show remotedebug".
3102 (Debugging Output): Add additional index entries.
3103
b8db102d
MS
31042006-04-27 Michael Snyder <msnyder@redhat.com>
3105
3106 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
3107
c5e30d01
AC
31082006-04-22 Andrew Cagney <cagney@redhat.com>
3109
3110 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
3111 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
3112
8181d85f
DJ
31132006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
3114
3115 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
3116 and remove breakpoint prototypes.
3117 (Watchpoints): Move description of target_insert_hw_breakpoint and
3118 target_remove_hw_breakpoint ...
3119 (Breakpoints): ... to here. Document target_insert_breakpoint and
3120 target_remove_breakpoint.
3121
4f553f88
JB
31222006-04-17 Jim Blandy <jimb@codesourcery.com>
3123
3124 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
3125 and C packets are optional.
3126
cd852561
FR
31272006-04-14 Frederic Riss <frederic.riss@st.com>
3128
3129 * gdb.texinfo (Specifying source directories): Update the description
3130 of the source file search to reflect the fact that the source path
3131 always contains at least $cdir and $cwd.
3132
b620eb07
MS
31332006-03-31 Michael Snyder <msnyder@redhat.com>
3134
3135 * gdb.texinfo: Update copyright dates.
3136
3156cdaf
EZ
31372006-03-31 Eli Zaretskii <eliz@gnu.org>
3138
3139 * gdb.texinfo (Overview): Add an index entry to "empty response".
3140
7d30c22d
JB
31412006-03-28 Jim Blandy <jimb@codesourcery.com>
3142
3143 * gdbint.texinfo (Prologue Analysis): New section.
3144
86941c27
JB
31452006-03-07 Jim Blandy <jimb@red-bean.com>
3146
66b8c7f6
JB
3147 * gdb.texinfo (Connecting): Document 'target remote pipe'.
3148
1a10341b
JB
3149 * gdb.texinfo (Target Commands): Update text describing how to
3150 specify a target. Refer to the detailed section on remote
3151 debugging, not the brief mention.
3152
86941c27
JB
3153 * gdb.texinfo (Connecting): Organize the different 'target remote'
3154 connection methods into a table. Add a 'target remote' index
3155 entry. (!!!)
3156
62f3a2ba
FF
31572006-02-17 Fred Fish <fnf@specifix.com>
3158
3159 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
3160 'ptype' commands to reflect the fact that the only significant
3161 difference between them is that ptype prints the complete type
3162 description instead of just the name.
3163
8b9a88ea
WZ
31642006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
3165
3166 * gdbint.texinfo (Watchpoints): Delete
3167 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
3168
7e8dc855
NR
31692006-02-10 Nick Roberts <nickrob@snap.net.nz>
3170
3171 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
3172 times fields where needed. Fix typos. Update general form given
3173 for output of -break-insert.
3174 (GDB/MI): Abbreviate some unnecessarily long fullnames.
3175
c91d38aa
DJ
31762006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
3177
3178 * gdbint.texinfo (Symbol Handling): Add a section
3179 on memory management.
3180
38fcd64c
DJ
31812006-02-06 Vladimir Prus <ghost@cs.msu.su>
3182
3183 * gdb.texinfo (Breakpoint table commands): Document the fullname
3184 field in -break-list output.
3185
219eec71
EZ
31862006-02-03 Eli Zaretskii <eliz@gnu.org>
3187
3188 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
3189 debugging information produced by the various "set debug..."
3190 options.
3191
ae5a43e0
DJ
31922006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3193
3194 * gdb.texinfo (Files): Remove obsolete bits from the description
3195 of "symbol-file".
3196
a9f158ec
JB
31972006-01-25 Jim Blandy <jimb@redhat.com>
3198
3199 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
3200
410dd08e
JB
32012006-01-24 Jim Blandy <jimb@redhat.com>
3202
3203 * gdbint.texinfo (Frames): Document the basics of GDB's register
3204 unwinding model, and explain the existence of the "sentinel" frame.
3205
4b505b12
AS
32062006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
3207
3208 * gdb.texinfo (Choosing files): Mention that -directory is used
3209 for script files.
3210 (Specifying source directories): Likewise.
3211 (Command files): Explain how script files are found.
3212
839c27b7
EZ
32132006-01-21 Eli Zaretskii <eliz@gnu.org>
3214
3215 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
3216 the threads in a multi-threaded program.
3217 (Threads): The threadno argument of "thread apply" can be a range
3218 of numbers.
3219
7be93b9e
JB
32202006-01-18 Jim Blandy <jimb@redhat.com>
3221
3222 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
3223 of warning flags.
3224
fcc73fe3
EZ
32252006-01-13 Eli Zaretskii <eliz@gnu.org>
3226
3227 * gdb.texinfo (Sequences): Improve menu annotations.
3228 (Define): Add index entries for arguments of user-defined
3229 commands. Move the description of flow-control commands...
3230 (Command Files): ...to here. Document loop_break and
3231 loop_continue.
ca91424e
EZ
3232 (Define, Command Files): Document `end' and add index entries for
3233 it.
fcc73fe3 3234
5c95884b
MS
32352006-01-04 Michael Snyder <msnyder@redhat.com>
3236
3237 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 3238 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 3239
860701dc
PH
32402006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
3241
3242 * gdb.texinfo (Omissions from Ada): Document that there is now
3243 limited aggregate support.
3244
36b80e65
EZ
32452005-12-28 Eli Zaretskii <eliz@gnu.org>
3246
3247 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
3248 registers and the likes.
3249
c1468174
EZ
32502005-12-24 Eli Zaretskii <eliz@gnu.org>
3251
3252 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
3253 (Symbols): Fix usage of "e.g.".
359df76b 3254 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
3255
3256 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
3257 (Coding): Fix usage of "e.g.".
3258
c02a867d
EZ
32592005-12-23 Eli Zaretskii <eliz@gnu.org>
3260
5ae4183a
AS
3261 * stabs.texinfo:
3262 * refcard.tex:
c02a867d 3263 * gpl.texi:
5ae4183a
AS
3264 * gdbint.texinfo:
3265 * gdb.texinfo:
3266 * gdb-cfg.texi:
c02a867d 3267 * fdl.texi:
5ae4183a
AS
3268 * annotate.texinfo:
3269 * all-cfg.texi:
c02a867d
EZ
3270 * Makefile.in: Add (C) after Copyright. Update the FSF
3271 address.
3272
fad38dfa
EZ
32732005-12-03 Eli Zaretskii <eliz@gnu.org>
3274
3275 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
3276 extend GDB with commands for external monitor.
3277
53e5f3cf
AS
32782005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
3279
3280 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
3281
55f6ca0f
JB
32822005-11-25 Joel Brobecker <brobecker@adacore.com>
3283
3284 * gdbint.texinfo (Start of New Year Procedure): New chapter.
3285
c1947b85
JB
32862005-11-21 Jim Blandy <jimb@redhat.com>
3287
3288 * gdb.texinfo (Tracepoint Packets): Document restrictions on
3289 placement of 'R' actions in tracepoint action packets; document
3290 dependence of 'X' and 'M' actions on a preceding 'R' action for
3291 their registers.
3292
9d29849a
JB
32932005-11-19 Jim Blandy <jimb@redhat.com>
3294
3295 * gdb.texinfo (Tracepoint Packets): New node.
3296 (General Query Packets): Add entries for the tracepoint packets,
3297 referring to the "Tracepoint Packets" node.
3298 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 3299
9a6253be
KB
33002005-11-18 Kevin Buettner <kevinb@redhat.com>
3301
3302 * gdb.texinfo (set remotebreak): Add anchor.
3303 (X packet): Likewise.
3304 (Remote Protocol): Add new section `Interrupts' and new index
3305 entry `interrupts (remote protocol)'.
3306
5f3bebba
JB
33072005-11-18 Jim Blandy <jimb@redhat.com>
3308
3309 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
3310 entries into the General Query Packets section. Add a
3311 cross-reference to that section. Drop description of replies, as
3312 these are covered in the descriptions of each packet.
3313 (General Query Packets): Add introductory text. Explain naming
3314 conventions, and how the end of a name is recognized.
3315
9a7a1b36
KB
33162005-11-17 Kevin Buettner <kevinb@redhat.com>
3317
0564b6cf 3318 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
3319 "set remotebreak" command.
3320
b8ff78ce
JB
33212005-11-16 Jim Blandy <jimb@redhat.com>
3322
3323 * gdb.texinfo (Packets, Stop Reply Packets)
3324 (General Query Packets): Various formatting cleanups.
3325 - Use @samp for packet contents.
3326 - Drop summaries from packet @item lines; the same information appears
3327 immediately below in the description.
3328 - Delete paragraph breaks after packet @item commands, so that the
3329 description appears directly to the right of the packet prototype
3330 in the printed manual, if it fits.
3331 - Place spaces in packet prototypes between @vars and non-@var
3332 letters, and explain that they're just for formatting.
3333 - Use @dots{} instead of '...'.
3334 - Fix uses of @code where @var was needed.
3335 - Replace "deprecated" markers with English text spelling out the
3336 packet's status and the preferred alternatives.
3337 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
3338 what this ever meant.
3339 - Remove "(draft)" markers on 'i' packets; nobody has commented on
3340 this for a long time.
3341 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
3342 implemented several times, and have been in use for years.
3343
8ffe2530
JB
33442005-11-15 Jim Blandy <jimb@redhat.com>
3345
c43c5473
JB
3346 * gdb.texinfo (Packets): Add index entries for 'm' packet
3347 disclaimers.
5ae4183a 3348
fb031cdf
JB
3349 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
3350 of stub when processing an 'm' packet.
3351
8ffe2530
JB
3352 * gdb.texinfo (Packets): Mention that packets beginning with
3353 letters are reserved once, at the top, instead of actually listing
3354 them all and saying "reserved".
3355
c03c782f
AS
33562005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
3357
3358 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
3359 Change @var{$arg0 to @code{$arg0.
3360
814e32d7
WZ
33612005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
3362
3363 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
3364
fa93a9d8
JB
33652005-11-12 Jim Blandy <jimb@redhat.com>
3366
3367 * gdb.texinfo (General Query Packets): Put packets in alphabetical
3368 order. Remove extraneous 'z'.
3369
8a5a3c82
AS
33702005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
3371
3372 * gdb.texinfo (Choosing files): Add --eval-command.
3373
4b0ad762
AS
33742005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
3375
3376 * gdb.texinfo (Choosing modes): Add --return-child-result.
3377
3378
1a088d06
AS
33792005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
3380
3381 * gdb.texinfo (Choosing modes): Add --batch-silent.
3382
656d5e12
EZ
33832005-10-28 Eli Zaretskii <eliz@gnu.org>
3384
3385 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
3386 "The -var-update Command".
3387
3c9c013a
JB
33882005-10-03 Joel Brobecker <brobecker@adacore.com>
3389
3390 * gdb.texinfo (Print Settings): Add documentation for set/show
3391 print array-indexes.
3392
7ba3cf9c
DJ
33932005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
3394
3395 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
3396 6.2 and 6.3.
3397
a94ab193
EZ
33982005-08-27 Eli Zaretskii <eliz@gnu.org>
3399
3400 * gdb.texinfo (File Options): Don't document --mapped, it's gone
3401 since 19-Jan-2004.
3402 (Files): Likewise.
ab1adacd
EZ
3403 (Variables, Symbols): Document the "<incomplete type>" message and
3404 its reasons.
a94ab193 3405
ca06016a
FF
34062005-08-01 Fred Fish <fnf@specifix.com>
3407
3408 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
3409
cf58170d
NR
34102005-07-15 Nick Roberts <nickrob@snap.net.nz>
3411
3412 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
3413 option for -var-list-children and -var-update.
3414 (GDB/MI Stack Manipulation): Simplify description of
3415 print-values option for -stack-list-locals.
3416 (GDB/MI Command Description Format): Clarify.
3417 (Mode Options): Spelling of superseded.
3418
38f1196a
BR
34192005-07-12 Bob Rossi <bob@brasko.net>
3420
3421 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
3422 corresponding GDB command comment.
3423
3cb3b8df
BR
34242005-07-06 Bob Rossi <bob@brasko.net>
3425
3426 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
3427 and -inferior-tty-show.
3428 (Input/Output): Document "set/show inferior-tty" and tty alias.
3429
10fac096
NW
34302005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
3431
3432 * gdb.texinfo (Packets): Change description of 'D' packet to note
3433 that GDB does wait for a response.
3434
d1b6db76
NR
34352005-06-22 Nick Roberts <nickrob@snap.net.nz>
3436
3437 * gdb.texinfo (History) Rename "Command History".
3438 (Command History): Move node "Server Prefix" from section on
3439 Annotations here.
3440
29629dcf
NR
34412005-06-19 Nick Roberts <nickrob@snap.net.nz>
3442
3443 * gdb.texinfo (GDB/MI Stack Manipulation):
3444 Re-instate -stack-info-frame with example. Say that it gets
3445 info on selected frame, not current frame.
3446
397ca115
EZ
34472005-06-18 Eli Zaretskii <eliz@gnu.org>
3448
3449 * gdb.texinfo (Server): Clarify that `file' should be used before
3450 connecting to the server.
3451 (Files): Add an xref to the above description.
51274035
EZ
3452 (Output Formats): More detailed description of the `c' format.
3453 (Memory): List explicitly all the formats supported by `x'.
638ac427 3454 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 3455 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
3456 files. Add more indexing for solib-absolute-prefix and
3457 --with-sysroot.
76d17f34
EZ
3458 (Machine Code): Document possible problems with locations in
3459 shared libraries.
d416eeec
EZ
3460 (Backtrace): Document that free-standing environments do not need
3461 to have a `main' function.
397ca115 3462
74f6deaa
NR
34632005-06-18 Nick Roberts <nickrob@snap.net.nz>
3464
3465 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
3466 -stack-info-frame.
3467
a9967aef
AC
34682005-06-07 Andrew Cagney <cagney@gnu.org>
3469
3470 * gdb.texinfo (Contributors): Note the original multi-arch
3471 contributors.
3472
e09f16f9
EZ
34732005-06-03 Eli Zaretskii <eliz@gnu.org>
3474
3475 * gdb.texinfo (Registers): Add index entries for the standard
3476 registers.
3477 (Frames): Add cross-reference from frame pointer description to
3478 the Registers node.
3479 (Annotations Overview): Fix the reference to GDB name.
3480
d87ba7ee
EZ
34812005-06-01 Eli Zaretskii <eliz@gnu.org>
3482
3483 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
3484 can-use-hw-watchpoints.
3485
034dad6f
BR
34862005-05-28 Bob Rossi <bob@brasko.net>
3487
3488 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
3489 the possible reasons why an exec async record would be returned to FE.
3490
ffed4509
AC
34912005-05-26 Andrew Cagney <cagney@gnu.org>
3492
3493 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
3494 Andrew Cagney implemented the original GDB/MI.
3495
e22e55c9
OF
34962005-05-23 Orjan Friberg <orjanf@axis.com>
3497
3498 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
3499 documentation. Add documentation for cris-mode.
3500
a78e13ce
EZ
35012005-05-20 Eli Zaretskii <eliz@gnu.org>
3502
3503 * gdb.texinfo (Numbers): Explain the example and make the wording
3504 more acurate.
3505
76ff342d
DJ
35062005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
3507 Dennis Brueni <dennis@slickedit.com>
3508
3509 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
3510 (GDB/MI Data Manipulation, GDB/MI Program Control)
3511 (GDB/MI Stack Manipulation): Update examples to include the fullname
3512 attribute in stack frames.
3513
119b882a
EZ
35142005-05-12 Eli Zaretskii <eliz@gnu.org>
3515
3516 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
3517 do with other non-standard names of init files.
3518
6fc08d32
EZ
35192005-05-11 Eli Zaretskii <eliz@gnu.org>
3520
3521 * gdb.texinfo (Command Files): Move the description of the startup
3522 from here...
3523 (Startup): ...to this new subsection of the Invocation chapter.
3524 Rearrange the description of init files more logically and add a
3525 cross-reference to "Command Files". Document the special gdbinit
3526 name for CISCO 68k. Expand the description of what GDB does
3527 during startup.
3528 (History): Add index entry for HISTSIZE.
3529
a561754a
MK
35302005-05-02 Mark Kettenis <kettenis@gnu.org>
3531
3532 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
3533
2eecc4ab
EZ
35342005-05-02 Eli Zaretskii <eliz@gnu.org>
3535
3536 * gdb.texinfo (SVR4 Process Information, The isatty call)
3537 (The system call): Don't use foo(N) notation for man pages and
3538 functions.
514c4d71 3539 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 3540
18999be5
EZ
35412005-04-27 Eli Zaretskii <eliz@gnu.org>
3542
3543 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
3544 were optimized away.
3545
0abb7bc7
EZ
35462005-04-22 Eli Zaretskii <eliz@gnu.org>
3547
3548 * gdb.texinfo (Remote configuration): Document "set/show
3549 get-thread-local-storage-address". Add cross-reference to the
3550 description of the qGetTLSAddr packet.
3551 (General Query Packets): Mention "set remote
3552 get-thread-local-storage-address" and add a reference to its
3553 description.
3554
6f61acb1
NR
35552005-04-19 Nick Roberts <nickrob@snap.net.nz>
3556
3557 * gdb.texinfo (Backtrace): Describe 'bt full'.
3558
9d59903a
NR
35592005-04-17 Nick Roberts <nickrob@snap.net.nz>
3560
3561 * gdb.texinfo (Mode Options): Fix typo.
3562 (GDB/MI): Describe how to invoke GDB/MI.
3563
721c2651
EZ
35642005-04-16 Eli Zaretskii <eliz@gnu.org>
3565
3566 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 3567 references changed. Add description of "info udot".
721c2651
EZ
3568 (Files): Document "set/show stop-on-solib-events".
3569 (M32R/D): Document "set/show download-path", "set/show
3570 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
3571 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
3572 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
3573 (Maintenance Commands): Improve indexing.
3574 (Target Commands): Document "set/show hash", "set/show debug
3575 monitor".
3576 (SVR4 Process Information): Document "info pidlist" and "info
3577 meminfo". Document "set/show procfs-tarce" and "set/show
3578 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
3579 (Symbols, The Print Command with Objective-C): Improve indexing.
3580 (Objective-C): Add references to "info classes" and "info
3581 selectors".
c45da7e6
EZ
3582 (Debugging Output): Improve wording. Document "set/show debug
3583 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
3584 (Set Breaks): Add index entry for "hardware breakpoints".
3585 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
3586 and "set/show usehardbreakpoints".
3587 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
3588 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
3589 (ARM): Document "rdilogfile", "rdilogenable", "set/show
3590 rdiromatzero", "set/show rdiheartbeat".
3591 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
3592 "sds".
3593 (Embedded Processors): Document the "sim" command.
3594 (Remote): Document the "remote" command.
3595 (DJGPP Native): Document the "info serial" command.
3596 (Threads): Document "maint info sol-threads".
3597 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
3598 (Set Breaks): Improve indexing.
3599 (Command Syntax): Add a reference to dont-repeat.
3600 (Define): Document "dont-repeat".
3601 (TUI Commands): Document "tabset".
3602 (WinCE): New subsection. Document "set/show remotedirectory",
3603 "set/show remoteupload", "set/show remoteaddhost".
721c2651 3604
14d6dd68
EZ
36052005-04-15 Eli Zaretskii <eliz@gnu.org>
3606
3607 * gdb.texinfo (Hurd Native): New subsection, documents
3608 Hurd-specific commands.
a64548ea 3609 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 3610 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
3611 (MIPS): Improve documentation of heuristic-fence-post. Document
3612 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
3613 mips stack-arg-size", "set/show mips mask-address", "set/show mips
3614 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 3615 (ARM): Document ARM-specific commands.
a64548ea
EZ
3616 (AVR): New section. Document "info io_registers".
3617 (CRIS): New section. Document "set/show cris-version" and
3618 "set/show cris-dwarf2-cfi".
3619 (HPPA): New section. Document "set/show debug hppa" and "maint
3620 print unwind".
a5adf40f 3621 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 3622 (Super-H): New section. Document the "regs" command.
721c2651 3623 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 3624
9c16f35a
EZ
36252005-04-09 Eli Zaretskii <eliz@gnu.org>
3626
3627 * gdb.texinfo (Print Settings): Document "set/show print
3628 pascal_static-members", "set print repeats", "show print
3629 null-stop". Improve indexing. Fix documentation of "set print
3630 union".
3631 (Pascal): New section.
3632 (Supported languages): Rename from "Support"; all references
3633 updated. Add a menu item for Pascal.
3634 (Numbers): Document "set radix.
3635 (Screen Size): Document "set/show pagination".
3636 (MIPS Embedded): Remove "set processor" documentation.
3637 (Remote configuration): Document "set/show X/P/Z-packet",
3638 "set/show read-aux-vector-packet", "set/show remote
3639 symbol-lookup-packet", "set/show remote verbose-resume-packet",
3640 "set/show remoteaddresssize", "set/show remotebaud", "set/show
3641 remotedebug", "set/show remotebreak", "set/show remotedevice",
3642 "set/show remotelogfile".
3643 (Auxiliary Vector): Add reference to the description of the
3644 read-aux-vector-packet setting.
3645 (Set Watchpoints): Add a cross-reference to "set remote
3646 hardware-breakpoint-limit".
3647 (General Query Packets): Add indexing of requests and
3648 cross-references to related commands in "Remote configuration".
3649 (File-I/O Overview, The system call): Fix wording and typos.
3650 (Thread Stops): Add index entries.
3651 (Continuing and Stepping): Document "show step-mode".
3652 (i386): New node. Document "set/show struct-convention".
3653 (Files): Document "show trust-readonly-sections".
3654 (Calling): Document "set/show unwindonsignal".
3655 (Messages/Warnings): Add index entries.
3656 (Maintenance Commands): Document "set/show watchdog".
3657 (Annotations Overview): Document "show annotate".
3658 (Set Watchpoints): Add index entries.
3659 (Symbols): Fix doc of case-sensitive.
3660 (ABI): Document "show coerce-float-to-double".
3661 (Convenience Vars, Help): Improve indexing.
3662 (Machine Code): Document "show disassembly-flavor".
3663 (Debugging C plus plus): Document "show overload-resolution".
3664 (Value History, Signaling): Add index entries.
3665
36662005-04-08 Eli Zaretskii <eliz@gnu.org>
3667
3668 * gdb.texinfo (Show): Move @kindex entries to their proper places.
3669 (Processes): Fix wording.
3670 (History, List, Logging output, Define, Symbols, Print Settings):
3671 Improve indexing.
3672
a8f24a35
EZ
36732005-04-03 Eli Zaretskii <eliz@gnu.org>
3674
3675 * gdb.texinfo (Targets): Document "set/show architecture". Remove
3676 redundant index entry for "target" command.
3677 (Backtrace): Add index entries.
3678 (Symbols, Fortran): Document the "set case-sensitive" command.
3679 (DJGPP Native): Document "set com1base", "set com1irq", etc.
3680 (Print Settings): Add index entry for "set demangle-style".
3681 (Target Commands): Document "set download-write-size".
3682 (Debugging Output): Document "set exec-done-display".
3683
09d4efe1
EZ
36842005-04-02 Eli Zaretskii <eliz@gnu.org>
3685
3686 * gdb.texinfo (Files): Fix the name and documentation of
3687 add-shared-symbol-files. Document its alias assf. Update the
3688 list of OSs where GDB supports shared libraries. Fix markup.
3689 (Continuing and Stepping): Add reference to @var{location} in the
3690 text.
3691 (Dump/Restore Files): Fix reference to @{filename}.
3692 (Help): Fix wording.
3693 (Attach): Ditto.
3694 (Set Watchpoints): Ditto.
3695 (Backtrace): Remove redundant index entries. Improve index
3696 entries.
3697 (Delete Breaks): Fix wording.
3698 (Memory): Document the compare-sections command.
3699 (Memory Region Attributes): Improve wording.
3700 (Disabling): Improve wording.
3701 (Fortran): New subsection. Document the "info common" command.
3702 (Help): Document aliases "info copying" and "info warranty".
3703 (Caching Remote Data): New section. Document the "set/show
3704 remotecache" and "info dcache" commands.
3705 (Show): Fix wording of the documentation of the "set
3706 extension-language" command.
3707 (Signals): Add index entry for "info handle".
3708 (Memory Region Attributes): Fix punctuation.
3709 (Symbols): Change the arg name to "location" and refer to it in
3710 the text. Fix wording of "info types" doc.
3711 (Threads): Fix usage of @enumerate @item's.
3712 (Listing Tracepoints): Add index entry for "info tp".
3713 (Set Watchpoints): Add xref to "info break" description.
3714 (Macros): Add an index entry for "macro exp1". Document the
3715 "macro list" command.
3716 (Maintenance Commands): Document "flushregs", "maint agent",
3717 "maint check-symtabs", "maint cplus", "maint demangle", "maint
3718 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
3719 "maint print architecture", "maint print objfiles", "maint print
3720 statistics", "maint print type", "maint show-debug-regs", "maint
3721 space", "maint time", and "maint translate-address".
3722 (Connecting): Document the "monitor" command.
3723 (Annotations Overview): Describe the "set annotate" command.
3724
82f2d802
EZ
37252005-04-01 Eli Zaretskii <eliz@gnu.org>
3726
3727 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
3728 Rearrange index entries and improve wording about support for
3729 hardware watchpoints.
3730
7d51c7de
BR
37312005-03-10 Bob Rossi <bob@brasko.net>
3732
3733 * gdb.texinfo: Update copyright
3734
68c71a2e
TR
37352005-02-09 Theodore A. Roth <troth@openavr.org>
3736
3737 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
3738 error.
3739
83761cbd
KB
37402005-02-03 Kevin Buettner <kevinb@redhat.com>
3741
3742 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
3743
9f1c6395
MS
37442005-01-17 Michael Snyder <msnyder@redhat.com>
3745
3746 * gdb.texinfo: Fix spelling, infinte -> infinite.
3747
fbd1b305
MK
37482005-01-08 Mark Kettenis <kettenis@gnu.org>
3749
3750 * observer.texi (GDB Observers): Document "solib_loaded".
3751
3ace7edb
AC
37522005-01-07 Andrew Cagney <cagney@gnu.org>
3753
bec39cab
AC
3754 * configure.ac: Rename configure.in, require autoconf 2.59.
3755 * configure: Re-generate.
3756
3ace7edb
AC
3757 * configure.in: Replace configdirs with multiple references to
3758 AC_CONFIG_SUBDIRS.
3759 * configure: Re-generate.
5ae4183a 3760
53531fc1
AC
37612005-01-04 Andrew Cagney <cagney@gnu.org>
3762
3763 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
3764 part of the version number.
3765
536ffdb7
MK
37662004-12-24 Mark Kettenis <kettenis@gnu.org>
3767
3768 * gdbint.texinfo (Algorithms): Remove description of
3769 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
3770
e1aac25b
JB
37712004-12-07 Jim Blandy <jimb@redhat.com>
3772
3773 * gdb.texinfo (General Query Packets): Specify that thread ID's in
3774 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
3775 numbers.
3776
f47b1503
AS
37772004-12-07 Andreas Schwab <schwab@suse.de>
3778
3779 * gdb.texinfo (Mode Options): Document -l option.
3780
b6b8ece6
EZ
37812004-12-04 Eli Zaretskii <eliz@gnu.org>
3782
3783 * gdbint.texinfo (Algorithms): More accurate description of
3784 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
3785 is not needed unless data-read and data-access watchpoints are
3786 supported. Add a description of how GDB checks whether the
3787 inferior stopped because a watchpoint was hit.
3788
01371747
EZ
37892004-11-23 Eli Zaretskii <eliz@gnu.org>
3790
3791 * gdb.texinfo (Files): Add cross-reference to description of
3792 -readnow command-line switch.
3793
2315ffec
RC
37942004-11-10 Randolph Chung <tausq@debian.org>
3795
3796 * gdb.texinfo: Document set/show backtrace past-entry commands.
3797 Rearrange index entries for set/show backtrace past-main.
3798
69065f5d
AC
37992004-11-10 Jon Beniston <jon@beniston.com>
3800
3801 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
3802 * gdb.texinfo (Remote Serial Protocol): Further describe
3803 binary transfer escaping mechanism .
69065f5d 3804
30e91e0b
RC
38052004-11-08 Randolph Chung <tausq@debian.org>
3806
3807 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
3808 and "show debug infrun". Add index entries.
3809
60bf7e09
EZ
38102004-10-23 Eli Zaretskii <eliz@gnu.org>
3811
3812 * gdb.texinfo (SVR4 Process Information): Document subcommands of
3813 "info proc" that are already implemented. Add index entries.
3814 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
3815 (Files): Add a tip for decreasing memory used for symtabs from
3816 shared libraries.
f018e82f
EZ
3817 (Starting): Fix whitespace; make "elaboration" stand out where it
3818 is first used, and add an index entry for the term.
f8568604
EZ
3819 (Calling): Expand and elaborate text. Add "print". Add the
3820 description of problems with weak aliases.
384ee23f 3821 (Core File Generation): New section.
60bf7e09 3822
d52fe014
AC
38232004-10-12 Andrew Cagney <cagney@gnu.org>
3824
3825 * gdbint.texinfo (Versions and Branches): New chapter.
3826 (Releasing GDB): Delete "Versions and Branches" section.
3827 (Top): Add "Versions and Branches".
3828
703663ab
EZ
38292004-10-08 Eli Zaretskii <eliz@gnu.org>
3830
3831 * gdb.texinfo (Editing, History): Add cross-references to the
3832 included Readline and History user documentation. Remove
3833 references to the symbol have-readline-appendices which is unused
3834 and undefined.
3835 (History): Fix indexing.
3836
ac77d04f
JJ
38372004-10-08 Jeff Johnston <jjohnstn@redhat.com>
3838
3839 * gdbint.texinfo (target_stopped_data_address): Update to
3840 new prototype.
3841 (i386_stopped_data_address): Update prototype and description.
3842 (i386_stopped_by_watchpoint): New function and description.
3843
e07c999f
PH
38442004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
3845
3846 * gdb.texinfo (Filenames): Add Ada suffixes.
3847 (Ada) New section.
3848
2e868123
AC
38492004-09-27 Andrew Cagney <cagney@gnu.org>
3850 Robert Picco <Robert.Picco@hp.com>
3851
3852 * gdb.texinfo (Packets): Document the "p" packet.
3853
02a57714
JM
38542004-09-21 Jason Molenda (jmolenda@apple.com)
3855
3856 * gdb.texinfo (Paths and Names of the Source Files): Document the
3857 meaning of values in the 'desc' field of a SO stab.
3858
ae038cb0
DJ
38592004-09-20 Daniel Jacobowitz <dan@debian.org>
3860
3861 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
3862 max-cache-age" and "maint show dwarf2 max-cache-age".
3863
f7dc1244
EZ
38642004-09-16 Eli Zaretskii <eliz@gnu.org>
3865
3866 * gdb.texinfo (Set Breaks): Add index entry for setting
3867 breakpoints on overloaded C++ functions that are not members of
3868 any classes. Add an example and an index entry for setting
3869 breakpoints on all program functions.
3870 (Character Sets, Macros, Overlay Commands)
3871 (Non-debug DLL symbols, GDB/MI Output Syntax)
3872 (Annotations Overview, Maintenance Commands, File-I/O Overview):
3873 Use "(@value{GDBP})" instead of a literal "(gdb)".
3874
f810308b
AC
38752004-09-12 Andrew Cagney <cagney@gnu.org>
3876
3877 * gdbint.texinfo (Native Debugging): Delete description of
3878 FILES_INFO_HOOK.
3879
15a661f3
PH
38802004-09-11 Paul Hilfinger <hilfinger@gnat.com>
3881
5ae4183a
AS
3882 * gdbint.texinfo (User Interface): Change local_hex_string_custom
3883 to hex_string_custom (not historically correct, but more
15a661f3
PH
3884 understandable, given the current code).
3885
f3219c75
AC
38862004-09-03 Andrew Cagney <cagney@gnu.org>
3887
3888 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
3889
f3bb6704
JJ
38902004-09-01 Jeff Johnston <jjohnstn@redhat.com>
3891
3892 * observer.texi (solib_unloaded): New observer.
3893
8d2c00cb
AC
38942004-08-24 Andrew Cagney <cagney@gnu.org>
3895
3896 * gdbint.texinfo (Target Architecture Definition): Add missing
3897 comma.
3898
e7dc800a
MC
38992004-08-20 Michael Chastain <mec.gnu@mindspring.com>
3900
3901 * (Using the Testsuite): build != host is supported,
3902 but some test scripts do not support build != host.
3903
73b03683
MK
39042004-08-14 Mark Kettenis <kettenis@gnu.org>
3905
3906 * gdbint.texinfo (Host Definition): Delete description of
3907 FCLOSE_PROVIDED and GETENV_PROVIDED.
3908
c0ccb908
MK
39092004-08-05 Mark Kettenis <kettenis@chello.nl>
3910
3911 * gdbint.texinfo (Host Definition): Delete description of
3912 NO_SYS_FILE.
3913 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
3914 PTRACE_FP_BUG.
3915
9c8dbfa9
AC
39162004-08-05 Andrew Cagney <cagney@gnu.org>
3917
3918 * gdbint.texinfo (Target Architecture Definition): Delete
3919 reference to deprecated_read_fp.
3920
f42accbe
AC
39212004-08-02 Andrew Cagney <cagney@gnu.org>
3922
3923 * gdbint.texinfo (Target Architecture Definition): Delete
3924 description of DEPRECATED_REGISTER_BYTES.
3925
0b66e38c
EZ
39262004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
3927
3928 * gdb.texinfo (Source Path): Document the new behavior of
3929 searching for the source files.
3930
15387254
EZ
39312004-07-17 Eli Zaretskii <eliz@gnu.org>
3932
3933 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
3934 (Search, Expressions, Arrays, Variables, Data, Machine Code)
3935 (Auto Display): Improve indexing.
3936
2c07db7a
AC
39372004-07-16 Andrew Cagney <cagney@gnu.org>
3938
3939 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
3940 "-noasync".
3941
4644b6e3
EZ
39422004-07-09 Eli Zaretskii <eliz@gnu.org>
3943
3944 * gdb.texinfo: Fix @kindex entries so that multiple commands that
3945 have the same prefix have only their prefix in the index.
3946
7561d450
MK
39472004-07-03 Mark Kettenis <kettenis@gnu.org>
3948
3949 * gdb.texinfo (BSD libkvm Interface): New node (section)
3950 (Native): Add it to the menu.
3951
67bebe79
MK
39522004-07-01 Mark Kettenis <kettenis@gnu.org>
3953
3954 * gdbint.texinfo (Target Architecture Definition): Remove
3955 PCC_SOL_BROKEN.
3956
1a6923e0
MK
39572004-06-24 Mark Kettenis <kettenis@gnu.org>
3958
3959 * gdbint.texinfo (Target Architecture Definition): Remove
3960 SUN_FIXED_LBRAC_BUG.
3961
b435e160
AC
39622004-06-26 Andrew Cagney <cagney@gnu.org>
3963
3964 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
3965
b5622e8d
AC
39662004-06-20 Andrew Cagney <cagney@gnu.org>
3967
3968 * gdbint.texinfo (Target Architecture Definition): Deprecate
3969 USE_STRUCT_CONVENTION.
3970
e0c07bf0
MC
39712004-06-19 Michael Chastain <mec.gnu@mindspring.com>
3972
3973 gdb.texinfo (Bug Reporting): Mention session recording,
3974 with the script command or Emacs.
3975
782263ab
AC
39762004-06-18 Andrew Cagney <cagney@gnu.org>
3977
3978 * gdbint.texinfo (Target Architecture Definition): Deprecate
3979 FUNCTION_START_OFFSET.
3980
03727ca6
AC
39812004-06-14 Andrew Cagney <cagney@gnu.org>
3982
3983 Based on changes from Karl Berry.
3984 * gdb.texinfo: Do not use @sc in a direntry.
3985 * stabs.texinfo: Change @dircateogry to "Software development".
3986 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
3987
97092415
AC
39882004-06-13 Andrew Cagney <cagney@gnu.org>
3989
3990 * gdbint.texinfo (Target Architecture Definition): Delete
3991 description of RETURN_VALUE_ON_STACK.
3992
1f6d4158
AC
39932004-06-09 Andrew Cagney <cagney@gnu.org>
3994
3995 * gdbint.texinfo (Native Debugging): Restore "@table @code"
3996 deleted by previous patch.
3997
d966f0cb
AC
39982004-06-08 Andrew Cagney <cagney@gnu.org>
3999
4000 * gdbint.texinfo (Native Debugging): Delete documentation on
4001 ATTACH_DETACH.
4002
86fe4aaa
RC
40032004-06-06 Randolph Chung <tausq@debian.org>
4004
4005 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
4006
d4b6d575
RC
40072004-06-06 Randolph Chung <tausq@debian.org>
4008
5ae4183a 4009 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
4010 the new push_dummy_call method signature. Describe the function
4011 argument.
4012
4e8b0763
JB
40132004-05-24 Joel Brobecker <brobecker@gnat.com>
4014
4015 * gdb.texinfo (Starting): Document new start command.
4016
59caf092
AC
40172004-05-21 Andrew Cagney <cagney@redhat.com>
4018
4019 * observer.texi (GDB Observers): Document "inferior_created".
4020
e4a2df64
AC
40212004-05-08 Andrew Cagney <cagney@redhat.com>
4022
e6b55ae2
AC
4023 * gdbint.texinfo (Target Architecture Definition): Delete
4024 description of DO_DEFERRED_STORES.
4025
28954179
AC
4026 * gdbint.texinfo (Target Architecture Definition): Delete
4027 references to DEPRECATED_FIX_CALL_DUMMY.
4028
434b87dd
AC
4029 * gdbint.texinfo (Target Architecture Definition): Delete
4030 description of DEPRECATED_CALL_DUMMY_WORDS,
4031 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
4032
58d28df8
AC
4033 * gdbint.texinfo (Target Architecture Definition): Delete
4034 description of DEPRECATED_PUSH_DUMMY_FRAME.
4035
e4a2df64
AC
4036 * gdbint.texinfo (Target Architecture Definition): Delete
4037 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
4038
2b4855ab
AC
40392004-05-07 Andrew Cagney <cagney@redhat.com>
4040
4041 * observer.texi (GDB Observers): Add "Debugging" section. Include
4042 cross reference to "set/show debug observer".
4043 * gdb.texinfo (Debugging Output): Document "set/show debug
4044 observer".
4045
fcf70625
AC
40462004-05-01 Andrew Cagney <cagney@redhat.com>
4047
4048 * gdbint.texinfo (Target Architecture Definition): Delete
4049 description of DEPRECATED_PC_IN_SIGTRAMP.
4050
8ee56bcf
AC
40512004-04-30 Andrew Cagney <cagney@redhat.com>
4052
4053 * gdbint.texinfo (Target Architecture Definition): Delete
4054 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
4055
67ab9a76
OF
40562004-04-30 Orjan Friberg <orjanf@axis.com>
4057
4058 * observer.texi (GDB Observers): Correct spelling.
4059
79346bcb
OF
40602004-04-26 Orjan Friberg <orjanf@axis.com>
4061
4062 * observer.texi (GDB Observers): Add target_changed event.
4063
7a464420
AC
40642004-04-08 Andrew Cagney <cagney@redhat.com>
4065
4066 * observer.texi (GDB Observers): Rework, provide generic observer
4067 definitions and then a list of observable events.
4068
6cdf9d98
AC
40692004-04-04 Andrew Cagney <cagney@redhat.com>
4070
4071 * gdbint.texinfo (Host Definition): Delete reference to
4072 NO_SIGINTERRUPT.
4073
ddc135a4
AC
40742004-04-02 Andrew Cagney <cagney@redhat.com>
4075
4076 * gdbint.texinfo (Target Architecture Definition): Delete
4077 reference to DEPRECATED_CALL_DUMMY_LENGTH.
4078
6a1b180d
SC
40792004-03-28 Stephane Carrez <stcarrez@nerim.fr>
4080
4081 * gdb.texinfo (TUI Commands): Document tui reg commands.
4082
d0d5df6f
AC
40832004-03-26 Andrew Cagney <cagney@redhat.com>
4084
4085 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
4086 "gdbtui".
4087 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
4088 (Contributors): Mention both Text and Terminal User Interface.
4089
aa2a3f87
AC
40902004-03-23 Andrew Cagney <cagney@redhat.com>
4091
4092 * gdbint.texinfo (Target Architecture Definition): Deprecate
4093 references to SIGTRAMP_START and SIGTRAMP_END.
4094
f561f026
AC
40952004-03-23 Andrew Cagney <cagney@redhat.com>
4096
4097 * gdbint.texinfo (Target Architecture Definition): Deprecate
4098 references to PC_IN_SIGTRAMP.
4099
33cb8b0f
AC
41002004-03-19 Andrew Cagney <cagney@redhat.com>
4101
4102 * gdbint.texinfo (Target Architecture Definition): Delete
4103 reference to GDB_TARGET_IS_HPPA.
4104
fc989b7a
AC
41052004-03-18 Andrew Cagney <cagney@redhat.com>
4106
4107 * gdbint.texinfo (Coding): Update section on gdbarch_data,
4108 describe pre_init and post_init.
4109
701b08bb
DJ
41102004-03-09 Daniel Jacobowitz <drow@mvista.com>
4111
4112 * gdb.texinfo (Debugging Output): Document values for "set debug
4113 target".
4114
faae5abe
AC
41152004-02-28 Andrew Cagney <cagney@redhat.com>
4116
4117 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
4118
dd79a6cf
JJ
41192004-02-26 Jeff Johnston <jjohnstn@redhat.com>
4120
4121 * gdb.texinfo (breakpoints): Add information about the
4122 new "set breakpoint pending" and "show breakpoint pending"
4123 commands.
4124
e7f16015
AC
41252004-02-26 Andrew Cagney <cagney@redhat.com>
4126
4127 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
4128 in Per-architecture module data section.
4129
7161a3a6
RM
41302004-02-25 Roland McGrath <roland@redhat.com>
4131
4132 * gdb.texinfo (General Query Packets): Document qPart:... packets.
4133
2154891a
AC
41342004-02-24 Andrew Cagney <cagney@redhat.com>
4135
4136 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
4137 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
4138 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 4139
6c74ac8b
AC
41402004-02-17 Andrew Cagney <cagney@redhat.com>
4141
4142 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
4143
19772a2c
AC
41442004-02-16 Andrew Cagney <cagney@redhat.com>
4145
4146 * gdbint.texinfo (Target Architecture Definition): Deprecate
4147 FRAMELESS_FUNCTION_INVOCATION.
4148
c9830293
AC
41492004-02-16 Andrew Cagney <cagney@redhat.com>
4150
4151 * gdbint.texinfo (Coding): Mention -Wunused-function.
4152
b9d26eb9
AC
41532004-02-14 Andrew Cagney <cagney@redhat.com>
4154
4155 * gdbint.texinfo (Target Architecture Definition): Delete
4156 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
4157
49efadf5
EZ
41582004-02-12 Elena Zannoni <ezannoni@redhat.com>
4159
4160 * gdb.texinfo: Properly quote the name "C++".
4161 * gdbint.texinfo: Ditto.
4162 * stabs.texinfo: Ditto.
4163
1eb288ea
EZ
41642004-02-11 Elena Zannoni <ezannoni@redhat.com>
4165
4166 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
4167 minimal information about libiberty.
4168
e4937fc1
MC
41692004-02-06 Michael Chastain <mec.gnu@mindspring.com>
4170
4171 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
4172
a9331b3f
RM
41732004-02-04 Roland McGrath <roland@redhat.com>
4174
4175 * gdb.texinfo (Auxiliary Vector): New node (section).
4176 (Data): Add it to the menu.
4177
2650777c
JJ
41782004-02-02 Jeff Johnston <jjohnstn@redhat.com>
4179
4180 * gdb.texinfo (Breakpoints): Add information about pending
4181 breakpoint support.
4182
b4501125
AC
41832004-01-26 Andrew Cagney <cagney@redhat.com>
4184
4185 * gdb.texinfo (Overview): Delete references to the cisco protocol
4186 including the "N" response.
4187
74055713
AC
41882004-01-26 Andrew Cagney <cagney@redhat.com>
4189
4190 * gdbint.texinfo (Target Architecture Definition): Rename
4191 EXTRACT_STRUCT_VALUE_ADDRESS to
4192 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 4193
3bbe9696
EZ
41942004-01-24 Eli Zaretskii <eliz@gnu.org>
4195
4196 * gdb.texinfo (KOD): Document "show os". Add index entries for
4197 "set/show os" and "info cisco" commands.
4198
5843504f
EZ
41992004-01-21 Eli Zaretskii <eliz@gnu.org>
4200
4201 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
4202
9175c9a3
MC
42032004-01-19 Michael Chastain <mec.gnu@mindspring.com>
4204
4205 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
4206 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
4207
8e94b928
NR
42082004-01-19 Nick Roberts <nick@nick.uklinux.net>
4209
4210 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
4211 -stack-list-locals.
4212 (GDB/MI Variable Objects): Describe extension to
4213 -var-list-children.
4214
a20cf136
DJ
42152004-01-17 Daniel Jacobowitz <drow@mvista.com>
4216
4217 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
4218
afb18d0f
AC
42192004-01-17 Andrew Cagney <cagney@redhat.com>
4220
4221 * gdbint.texinfo (Target Architecture Definition): Delete
4222 documentation on DEPRECATED_NPC_REGNUM.
4223
b51970ac
DJ
42242004-01-13 Daniel Jacobowitz <drow@mvista.com>
4225
4226 * gdb.texinfo: Update copyright year. Mention that set
4227 follow-fork-mode is supported on GNU/Linux. Remove documentation of
4228 "set follow-fork-mode ask".
4229
0f0cffd2
AC
42302004-01-13 Andrew Cagney <cagney@redhat.com>
4231
4232 * gdbint.texinfo: Update copyright year.
4233 (Coding): Add -Wunused-label to list of -Werror warnings.
4234
c552b3bb 42352004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 4236 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
4237
4238 * gdb.texinfo: Update copyright.
4239 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
4240 around names, as appropriate. Minor syntax cleanup of
4241 _NSPrintForDebugger explanation. Two spaces after periods.
4242 GDBN used instead of lit. "gdb". Index entries added for
4243 print-object and _NSPrintForDebugger. @noindent added in one spot.
4244
afe157ca
EZ
42452003-11-11 Elena Zannoni <ezannoni@redhat.com>
4246
4247 * stabs.texinfo: Add dircategory and direntry commands.
4248 * annotate.texinfo: Ditto.
4249
963e2bb7
AC
42502003-11-10 Andrew Cagney <cagney@redhat.com>
4251
4252 * gdbint.texinfo (Target Architecture Definition): Replace the
4253 return_value method's "inval" and "outval" parameters with
4254 "readbuf" and "writebuf".
4255
1d8b2f28
JB
42562003-10-28 Jim Blandy <jimb@redhat.com>
4257
4258 * gdb.texinfo (The F request packet, The F reply packet): Renamed
4259 from "The `F' request packet" and "The `F' reply packet", to make
4260 texi2dvi happy.
4261 (File-I/O remote protocol extension): Update menu entries, too.
4262
36d86913
MC
42632003-10-26 Michael Chastain <mec@shout.net>
4264
4265 * gdb.texinfo (Thread Stops): Document the issue with
4266 premature return from system calls in multi-threaded programs.
4267
ce2826aa
AC
42682003-10-24 Andrew Cagney <cagney@redhat.com>
4269
4270 * annotate.texinfo: Fix "fortunatly"[sic].
4271
f24c5e49
KI
42722003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
4273
4274 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
4275 with "Hitachi" and "Mitsubishi".
4276
92ad9cd9
AC
42772003-10-20 Andrew Cagney <cagney@redhat.com>
4278
4279 * gdbint.texinfo (Target Architecture Definition): Document
4280 gdbarch_return_value. Add cross references from
4281 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
4282 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
4283
0ab4b752
MK
42842003-10-18 Mark Kettenis <kettenis@gnu.org>
4285
4286 * gdbint.texinfo (Target Architecture Definition): Document
4287 regset_from_core_section.
fb3e19c0
KI
4288
42892003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
4290
4291 * gdb.texinfo (M32R/D): Mention m32rsdi target.
4292
a9331b3f 42932003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
4294
4295 From Anthony Green <green@redhat.com>:
5ae4183a 4296 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 4297
1485d690
KB
42982003-10-14 Kevin Buettner <kevinb@redhat.com>
4299
4300 * gdb.texinfo (Breakpoint related warnings): New node.
4301 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 4302
86d30acc
DJ
43032003-10-13 Daniel Jacobowitz <drow@mvista.com>
4304
4305 * gdb.texinfo (Remote Protocol): Document v and vCont.
4306
172c2a43
KI
43072003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
4308
4309 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
4310 * gdbint.texinfo: Ditto.
4311
71952f4c
AC
43122003-10-09 Andrew Cagney <cagney@redhat.com>
4313
4314 From 2003-09-18 David Anderson <davea@sgi.com>:
4315 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
4316 "command".
4317
268e2188
AC
43182003-10-03 Andrew Cagney <cagney@redhat.com>
4319
4320 * gdbint.texinfo (Target Architecture Definition): Deprecate
4321 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
4322 just target.
4323
12c266ea 43242003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 4325
f30992d4 4326 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
4327 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
4328 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
4329 * gdbint.texinfo (Target Architecture Definition): Rename
4330
43312003-09-30 Andrew Cagney <cagney@redhat.com>
4332
f30992d4 4333 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 4334 (Target Architecture Definition):
f30992d4 4335
2e092625
AC
4336 * gdbint.texinfo (Target Architecture Definition): Rename
4337 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
4338
0717ae8a
AC
43392003-09-29 Andrew Cagney <cagney@redhat.com>
4340
dad809b7
AC
4341 * gdbint.texinfo (Target Architecture Definition): Delete
4342 documentation for NEED_TEXT_START_END.
4343
0717ae8a
AC
4344 * gdbint.texinfo (Target Architecture Definition): Rename
4345 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
4346 TARGET_WRITE_PC.
a9331b3f 4347
af6cf26d
MC
43482003-09-22 Michael Chastain <mec@shout.net>
4349
4350 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
4351
ee206350
AG
43522003-09-21 Anthony Green <green@redhat.com>
4353
4354 * gdbint.texinfo (Target Architecture Definition): Fix typos.
4355
a38c9fe6
MK
43562003-09-21 Mark Kettenis <kettenis@gnu.org>
4357
4358 * gdbint.texinfo (Target Architecture Definition): Document
4359 stabs_argument_has_addr.
4360
77949794
AC
43612003-09-18 Andrew Cagney <cagney@redhat.com>
4362
4363 * gdbint.texinfo (Target Architecture Definition): Delete
4364 documentation on REGISTER_NAMES.
4365
8e823e25
MK
43662003-09-13 Mark Kettenis <kettenis@gnu.org>
4367
4368 * gdbint.texinfo (Target Architecture Definition): Replace
4369 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
4370
f27dd7fd
AC
43712003-09-11 Andrew Cagney <cagney@redhat.com>
4372
4373 * gdbint.texinfo (Target Architecture Definition): Replace
4374 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
4375
8b148df9
AC
43762003-08-18 Andrew Cagney <cagney@redhat.com>
4377
4378 * gdbint.texinfo (Target Architecture Definition): Document
4379 "frame_red_zone_size".
4380
25d29d70
AC
43812003-08-09 Andrew Cagney <cagney@redhat.com>
4382
4383 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
4384 with "set/show backtrace past-main" and "set/show backtrace
4385 limit".
4386
c938e9b0
L
43872003-08-08 H.J. Lu <hongjiu.lu@intel.com>
4388
4389 * Makefile.in (install-info): Support DESTDIR.
4390 (install-html): Likewise.
4391
64fabec2
AC
43922003-08-07 Andrew Cagney <cagney@redhat.com>
4393
4394 Patch from Nick Roberts.
4395 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
4396 bindings. Remove description of send-gdb-command.
4397
2fcf52f0
AC
43982003-08-07 Andrew Cagney <cagney@redhat.com>
4399
4400 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
4401 GDB 6.0.
4402
086432e2
AC
44032003-08-06 Andrew Cagney <cagney@redhat.com>
4404
4405 * gdb.texinfo (Mode Options): Mention that level three is the
4406 highest available and that level 2 is deprecated.
4407 (Annotations Overview): Mention annotation levels. Cross reference
4408 to "Limitations of the Annotation Interface" in annotate.texi.
4409 (TODO, Value Annotations, Frame Annotations): Delete section.
4410 (Displays, Breakpoint Info): Delete.
4411
e5249f67
AC
44122003-08-04 Andrew Cagney <cagney@redhat.com>
4413
4414 * agentexpr.texi: Delete @bye.
4415 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
4416 (stabs.info): Add $(srcdir) to include search path.
4417 (html): Depend on "annotate_toc.html", and not "annotate.html".
4418 * stabs.texinfo: Ditto. Include "fdl.texi".
4419 * gdbint.texinfo: Update copyright statement's list of invariant
4420 sections.
4421
e6f672d2
AC
44222003-07-28 Andrew Cagney <cagney@redhat.com>
4423
4424 * Makefile.in (INFO_DEPS): Add annotate.info.
4425 (dvi, ps, html, pdf): Add annotate.
4426 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
4427 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
4428 (ANNOTATE_DOC_FILES): New macro.
4429 (ANNOTATE_TEX_TMPS): New macro.
4430 (annotate.info, annotate_toc.html): Specify dependencies.
4431 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
4432 * annotate.texinfo: Rename annotate.texi. Get building. Add
4433 "Migrating to GDB/MI" and "Limitations of the Annotation
4434 Interface" chapters. Mention why it is not part of the user
4435 guide. Update copyright notice. Include "fdl.texi".
4436
72ffddc9
SC
44372003-07-26 Stephane Carrez <stcarrez@nerim.fr>
4438
4439 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
4440
a9f12a31
DJ
44412003-07-24 Daniel Jacobowitz <drow@mvista.com>
4442
4443 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
4444
b1fe9455
DJ
44452003-07-24 Daniel Jacobowitz <drow@mvista.com>
4446
4447 * gdb.texinfo (Server): Mention pidof.
4448
153721e6
AC
44492003-07-22 Andrew Cagney <cagney@redhat.com>
4450
4451 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
4452 list.
4453
0fac0b41
DJ
44542003-06-28 Daniel Jacobowitz <drow@mvista.com>
4455
4456 * gdb.texinfo (Logging output): New chapter.
4457
4e562065
JB
44582003-06-24 Joel Brobecker <brobecker@gnat.com>
4459
4460 * gdb.texinfo (Unsupported languages): New section.
4461 (Languages): Add link to new section.
4462
f2c06f52
AC
44632003-06-22 Andrew Cagney <cagney@redhat.com>
4464
4465 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
4466
b4177fca
DJ
44672003-06-22 Daniel Jacobowitz <drow@mvista.com>
4468
4469 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
4470
f418dd93
DJ
44712003-06-22 Daniel Jacobowitz <drow@mvista.com>
4472
4473 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
4474 * agentexpr.texi: Retitle section, and change it to an appendix.
4475 Comment out texinfo initialization. Factor a @var{} into two
4476 pieces to prevent makeinfo warnings.
4477 * gdb.texinfo: Add Agent Expressions appendix.
4478
4ca61388
DJ
44792003-06-19 Daniel Jacobowitz <drow@mvista.com>
4480
4481 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
4482
07f31aa6
DJ
44832003-06-18 Daniel Jacobowitz <drow@mvista.com>
4484
5ae4183a 4485 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
4486 remote target". Document the "detach" and "disconnect" commands.
4487 (Server, Netware, Debug Session): Reference "Connecting to a
4488 remote target".
4489 (GDB/MI Target Manipulation): Document "-target-disconnect".
4490
2dd0da42
AC
44912003-06-13 Andrew Cagney <cagney@redhat.com>
4492
4493 * gdbint.texinfo (Target Architecture Definition): Deprecate
4494 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
4495 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
4496
e7a3abfc
JB
44972003-06-09 Jim Blandy <jimb@redhat.com>
4498
4499 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
4500
25e3a86b
AC
45012003-06-08 Andrew Cagney <cagney@redhat.com>
4502
4503 * gdbint.texinfo (Target Architecture Definition): Delete
4504 documentation on FRAME_ARGS_ADDRESS_CORRECT.
4505
a9e5fdc2
AC
45062003-06-08 Andrew Cagney <cagney@redhat.com>
4507
4508 * gdbint.texinfo (Target Architecture Definition): Document
4509 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
4510
b37303ee
AF
45112003-06-07 Adam Fedor <fedor@gnu.org>
4512
4513 * gdb.texinfo: Add Objective-C documentation.
4514
39fe6e80
AC
45152003-06-01 Andrew Cagney <cagney@redhat.com>
4516
4517 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
4518 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
4519
125309b2
AC
45202003-05-21 Andrew Cagney <cagney@redhat.com>
4521
4522 * gdbint.texinfo (Target Architecture Definition): Delete
4523 references to "extract_address" and "store_address".
4524
b8b527c5
AC
45252003-05-16 Andrew Cagney <cagney@redhat.com>
4526
4527 * gdbint.texinfo (Target Architecture Definition): Replace
4528 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
4529 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
4530
50e3ee83
TR
45312003-05-14 Theodore A. Roth <troth@openavr.org>
4532
4533 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
4534
44e2be90
L
45352003-05-10 H.J. Lu <hongjiu.lu@intel.com>
4536
4537 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
4538 (gdb.dvi): Likewise.
4539 (gdb.pdf): Likewise.
4540 (links2roff): Likewise.
4541
df5215a6
JB
45422003-05-08 Jim Blandy <jimb@redhat.com>
4543
4544 * gdb.texinfo (Dump/Restore Files): Update documentation for
4545 'dump', 'append', and 'restore': note that format argument is
4546 optional; simplify presentation of the command variants; and be
4547 more precise about the formats.
4548
5e7b2f39
JB
45492003-05-07 Jim Blandy <jimb@redhat.com>
4550
4551 * gdb.texinfo (Symbols): Update documentation: 'maint list
4552 symtabs' and 'maint list psymtabs' have been renamed 'maint info
4553 symtabs' and 'maint info psymtabs'.
4554
b1e29e33
AC
45552003-05-05 Andrew Cagney <cagney@redhat.com>
4556
4557 * gdbint.texinfo (Target Architecture Definition): Make
4558 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
4559 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
4560 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
4561
00905d52
AC
45622003-05-04 Andrew Cagney <cagney@redhat.com>
4563
4564 * gdb.texinfo (Maintenance Commands): Document "maint print
4565 dummy-frames".
4566
54ff5908
AC
45672003-05-04 Andrew Cagney <cagney@redhat.com>
4568
4569 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
4570
32e7087d
JB
45712003-05-03 J. Brobecker <brobecker@gnat.com>
4572
4573 Thierry Schneider <tpschneider1@yahoo.com>
4574 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
4575 for new MI command.
4576
7043d8dc
AC
45772003-05-03 Andrew Cagney <cagney@redhat.com>
4578
4579 * gdbint.texinfo (Target Architecture Definition): Document
4580 push_dummy_code. Add cross references.
4581
e33d66ec
EZ
45822003-05-02 Elena Zannoni <ezannoni@redhat.com>
4583
4584 * gdb.texinfo (Character Sets): Update to reflect new behavior of
4585 set/show charsets commands.
4586
0ba6dca9
AC
45872003-04-28 Andrew Cagney <cagney@redhat.com>
4588
4589 * gdbint.texinfo (Target Architecture Definition): Replace
4590 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
4591 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
4592
d7a27068
AC
45932003-04-28 Andrew Cagney <cagney@redhat.com>
4594
4595 * gdbint.texinfo (Target Architecture Definition): Rename
4596 "tm_print_insn" to "deprecated_tm_print_insn".
4597
44ea7b70
JB
45982003-04-09 Jim Blandy <jimb@redhat.com>
4599
4600 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
4601 list psymtabs'.
4602
fb8f8949
AC
46032003-04-08 Andrew Cagney <cagney@redhat.com>
4604
4605 * gdbint.texinfo (Target Architecture Definition): Delete
4606 references to EXTRA_FRAME_INFO.
4607
32fb0f22
AC
46082003-04-08 Andrew Cagney <cagney@redhat.com>
4609
4610 * gdbint.texinfo (Target Architecture Definition): Delete
4611 PRINT_TYPELESS_INTEGER.
4612
6be67e67
JB
46132003-04-02 J. Brobecker <brobecker@gnat.com>
4614
4615 * observer.texi (GDB Observers): Adjust the documentation for the
4616 normal_stop notification to better describe reality. Fix a couple
4617 of minor typos.
4618
4e35d5f0
BR
46192003-04-02 Bob Rossi <bob_rossi@cox.net>
4620
a9331b3f 4621 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
4622 '-file-list-exec-source-file'
4623
e8a8712a
AC
46242003-03-31 Andrew Cagney <cagney@redhat.com>
4625
4626 * gdbint.texinfo (Target Architecture Definition): Delete
4627 references to CALL_DUMMY_P.
4628
6c0e89ed
AC
46292003-03-30 Andrew Cagney <cagney@redhat.com>
4630
4631 * gdbint.texinfo (Target Architecture Definition): Remove
4632 reference to TARGET_WRITE_SP.
a9331b3f 4633
378bfd1b
AC
46342003-03-27 Andrew Cagney <cagney@redhat.com>
4635
4636 * gdbint.texinfo (Target Architecture Definition): Remove
4637 references to write_sp.
6c0e89ed 4638
922fbb7b
AC
46392003-03-27 Andrew Cagney <cagney@redhat.com>
4640
4641 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
4642 chapter body. Use @smallexample instead of @example.
4643 (Annotations): Ditto.
4644 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
4645 annotate.texi.
4646
b81774d8
AC
46472003-03-26 Andrew Cagney <cagney@redhat.com>
4648
4649 * gdbint.texinfo (Target Architecture Definition): Replace
4650 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
4651 dummy_addr parameters.
4652
1bf6d5cc
AC
46532003-03-25 Andrew Cagney <cagney@redhat.com>
4654
4655 * gdbint.texinfo (Target Architecture Definition): Delete
4656 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
4657 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
4658 Add reference to PUSH_ARGUMENTS.
4659
618ce49f
AC
46602003-03-23 Andrew Cagney <cagney@redhat.com>
4661
4662 * gdbint.texinfo (Algorithms, Target Architecture Definition):
4663 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
4664
bcd7e15f
JB
46652003-03-18 J. Brobecker <brobecker@gnat.com>
4666
4667 * gdbint.texinfo (Algorithms): Add new section describing the
4668 Observer paradigm.
4669 (Top): Add menu entry to new observer appendix.
4670 * observer.texi: New file.
4671 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
4672 new observer.texi file.
4673
9fe8321b
AC
46742003-03-17 Andrew Cagney <cagney@redhat.com>
4675
4676 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
4677 that GNU Press update the manual version number.
4678
ac2adee5
AC
46792003-03-12 Andrew Cagney <cagney@redhat.com>
4680
4681 * gdbint.texinfo (Target Architecture Definition): Delete
4682 references to get_saved_register. Rename GET_SAVED_REGISTER to
4683 DEPRECATED_GET_SAVED_REGISTER.
4684
749b82f6
AC
46852003-03-13 Andrew Cagney <cagney@redhat.com>
4686
4687 * gdbint.texinfo (Target Architecture Definition): Replace
4688 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
4689
8bedc050
AC
46902003-03-12 Andrew Cagney <cagney@redhat.com>
4691
4692 * gdbint.texinfo (Target Architecture Definition): Rename
4693 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 4694
0ce1b118
CV
46952003-03-10 Corinna Vinschen <vinschen@redhat.com>
4696
4697 * gdb.texinfo: Add File-I/O documentation.
4698
12cc2063
AC
46992003-03-10 Andrew Cagney <cagney@redhat.com>
4700
4701 * gdbint.texinfo (Target Architecture Definition): Cross reference
4702 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
4703
7453dc06
AC
47042003-03-07 Andrew Cagney <cagney@redhat.com>
4705
4706 * gdb.texinfo (Debugging Output): Mention the "set/show debug
4707 frame" command.
4708
6314f104
AC
47092003-03-05 Andrew Cagney <cagney@redhat.com>
4710
4711 * gdbint.texinfo (Target Architecture Definition): Document
4712 unwind_dummy_id. Cross reference unwind_dummy_id and
4713 SAVE_DUMMY_FRAME_TOS.
4714
f1212245
DJ
47152003-03-05 James Ingham <jingham@apple.com>
4716 Daniel Jacobowitz <drow@mvista.com>
4717
4718 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
4719 and "show cp-abi".
4720
77e7e267
AC
47212003-03-03 Andrew Cagney <cagney@redhat.com>
4722
4723 * gdbint.texinfo (Target Architecture Definition): Document
4724 register_type.
4725
838a8221
AC
47262003-03-03 Andrew Cagney <cagney@redhat.com>
4727
4728 * stabs.texinfo (Structures): Use @samp and separate @var's
4729 instead of a single @var containing a comma separated list.
4730 (Unions): Ditto.
4731
d7f4a264
DJ
47322003-03-02 Daniel Jacobowitz <drow@mvista.com>
4733
4734 * Makefile.in (distclean): Remove config.log.
4735
f30ee0bc
AC
47362003-03-01 Andrew Cagney <cagney@redhat.com>
4737
4738 * gdbint.texinfo (Target Architecture Definition): Rename
4739 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
4740
47412003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
4742
4743 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
4744 DEPRECATED_INIT_EXTRA_FRAME_INFO.
4745
be448670
CF
47462003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
4747
4748 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
4749 (Non-debug DLL symbols): New node, describing the minimal symbols
4750 loaded from DLLs without real debugging symbols.
4751
501eef12
AC
47522003-02-20 Andrew Cagney <ac131313@redhat.com>
4753
4754 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
4755 hardware-breakpoint-limit".
4756 (Set Watchpoints): Add cross reference to "set remote
4757 hardware-watchpoint-limit".
4758 (Remote configuration options): New section.
4759
21c294e6
AC
47602003-02-04 Andrew Cagney <ac131313@redhat.com>
4761
e9be73e4
AC
4762 * gdbint.texinfo (Target Architecture Definition): Delete
4763 descrption of IS_TRAPPED_INTERNALVAR.
4764
21c294e6
AC
4765 From Keith Seitz <keiths@redhat.com>:
4766 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
4767 option "-i"/"--interpreter" to this chapter. Include index
4768 entries.
4769
0179ffac
DC
47702003-02-04 David Carlton <carlton@math.stanford.edu>
4771
4772 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
4773 (Variables): Recommend stabs+ and DWARF 2.
4774 (C plus plus expressions): Correct info about
4775 compiler versions, debug formats.
4776 (Contributors): Change 'DWARF2' to 'DWARF 2'.
4777 PR symtab/874.
4778
7ca9f392
AC
47792003-02-01 Andrew Cagney <ac131313@redhat.com>
4780
4781 * gdbint.texinfo (Target Architecture Definition): Delete
4782 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
4783 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
4784 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
4785 references to nindy and i960.
4786 * gdb.texinfo (i960): Delete all references to i960 and nindy.
4787
31a85ea2
AC
47882003-02-01 Andrew Cagney <ac131313@redhat.com>
4789
4790 * gdbint.texinfo (Target Architecture Definition): Delete
4791 FLOAT_INFO.
4792
6b894e49
AC
47932003-01-30 Andrew Cagney <ac131313@redhat.com>
4794
4795 * stabs.texinfo (Member Type Descriptor): Clarify description of
4796 `@'. Suggested by Ben Hutchings.
4797
c48861fb
AC
47982003-01-29 Andrew Cagney <ac131313@redhat.com>
4799
4800 * gdb.texinfo (M68K): Delete reference to es1800.
4801
617073a9
AC
48022003-01-29 Andrew Cagney <ac131313@redhat.com>
4803
4804 * gdb.texinfo (Maintenance Commands): Document `maint print
4805 reggroups' and `maint print register-groups'.
4806 * gdbint.texinfo (Target Architecture Definition): Document
4807 register_reggroup_p.
4808
5b5d99cf
JB
48092003-01-23 Jim Blandy <jimb@redhat.com>
4810
4811 * gdb.texinfo (Separate Debug Files): New section.
4812
e7ba9c65
DJ
48132003-01-22 Daniel Jacobowitz <drow@mvista.com>
4814
4815 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
4816 and "maint show profile".
4817
94e91d6d
MC
48182003-01-16 Michael Chastain <mec@shout.net>
4819
4820 * gdb.texinfo (Installing GDB): Warn against
4821 ".../gdb-VERSION/gdb/configure".
4822 (Separate Objdir): Likewise.
4823
867f3898
AC
48242003-01-15 Andrew Cagney <ac131313@redhat.com>
4825
4826 * gdbint.texinfo (Target Architecture Definition): Delete
4827 definition of PRINT_REGISTER_HOOK.
4828
f153cc92
EZ
48292003-01-15 Elena Zannoni <ezannoni@redhat.com>
4830
4831 (OpenRISC 1000): Fix formatting of command names.
4832
c60eb6f1
EZ
48332003-01-15 Elena Zannoni <ezannoni@redhat.com>
4834
4835 * gdb.texinfo (Continuing and Stepping): Add new command
4836 'advance'. Clarify behavior of 'until'.
4837
f5ebfba0
DJ
48382003-01-13 Daniel Jacobowitz <drow@mvista.com>
4839
4840 * gdb.texinfo (Files): Document solib-absolute-prefix and
4841 solib-search-path.
4842
4ce8657e
MC
48432003-01-09 Michael Chastain <mec@shout.net>
4844
4845 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
4846 (Create a Release): Add new instructions for new @file{src-release}.
4847 Document existing instructions for @file{Makefile.in} as
4848 being for @value{GDBN} 5.3.1 or earlier.
4849
372613e3
AC
48502003-01-09 Andrew Cagney <ac131313@redhat.com>
4851
4852 * gdbint.texinfo (Target Architecture Definition): Mention
4853 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
4854 allocate memory.
4855
b4e9345d
DJ
48562003-01-04 Daniel Jacobowitz <drow@mvista.com>
4857
4858 * gdb.texinfo (Controlling GDB): Add @kindex for
4859 "show osabi".
4860 (Backtraces): Add @kindex's for backtrace-below-main.
4861
98b45e30
DJ
48622003-01-04 Daniel Jacobowitz <drow@mvista.com>
4863
4864 * gdb.texinfo (Controlling GDB): Document "set osabi".
4865
95f90d25
DJ
48662003-01-04 Daniel Jacobowitz <drow@mvista.com>
4867
4868 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
4869 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
4870
1e698235
DJ
48712003-01-04 Daniel Jacobowitz <drow@mvista.com>
4872
4873 * gdb.texinfo (Controlling GDB): Add ABI section. Document
4874 "set coerce-float-to-double".
4875 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
4876
e632838e
AC
48772003-01-02 Andrew Cagney <ac131313@redhat.com>
4878
4879 * stabs.texinfo: Remove obsolete text.
4880 * gdbint.texinfo: Ditto.
4881 * gdb.texinfo: Ditto.
4882
c133ab7a
MK
48832002-12-22 Mark Kettenis <kettenis@gnu.org>
4884
4885 * gdbint.texinfo (Target Architecture Definition): Update
4886 description of gdbarch_register_osabi.
4887
f821f325
KH
48882002-12-20 Kazu Hirata <kazu@cs.umass.edu>
4889
4890 * agentexpr.texi: Fix typos.
4891 * annotate.texi: Likewise.
4892 * fdl.texi: Likewise.
4893
85a6d8d3 48942002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
4895
4896 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
4897 DEPRECATED_INIT_FRAME_PC.
4898
ae45cd16
AC
48992002-12-01 Andrew Cagney <ac131313@redhat.com>
4900
4901 * gdbint.texinfo (Target Architecture Definition): Delete
4902 PC_IN_CALL_DUMMY.
4903
07555a72
AC
49042002-11-28 Andrew Cagney <ac131313@redhat.com>
4905
4906 * gdbint.texinfo (Host Definition): Delete documentation on
4907 USE_GENERIC_DUMMY_FRAMES.
4908
c166cdc7
EZ
49092002-11-26 Elena Zannoni <ezannoni@redhat.com>
4910
5ae4183a 4911 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
4912 * Makefile.in (install-info): Run the install-info command as part
4913 of the post install steps only.
4914 (uninstall-info): New target.
4915 (uninstall): New target.
4916
35db0260
EZ
49172002-11-22 Elena Zannoni <ezannoni@redhat.com>
4918
4919 * Makefile.in (install): Make install do some real work.
4920
9ba8d803
AC
49212002-11-19 Andrew Cagney <ac131313@redhat.com>
4922
4923 Fix POSIX problem reported by Paul Eggert.
4924 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
4925 Fix PR gdb/527.
4926
903ad3a6
AC
49272002-10-26 Andrew Cagney <cagney@redhat.com>
4928
4929 * gdbint.texinfo (Target Architecture Definition): Delete
4930 definition of DO_REGISTERS_INFO.
4931
f2abfe65
KB
49322002-10-18 Kevin Buettner <kevinb@redhat.com>
4933
4934 * gdbint.texinfo (Address Classes): Fix problems with insertion
4935 of ``{'' and ``}'' in example.
4936
b5b0480a
KB
49372002-10-17 Kevin Buettner <kevinb@redhat.com>
4938
4939 * gdbint.texinfo (Address Classes): New section.
4940 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
4941 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
4942 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
4943 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
4944
c85508ee
KD
49452002-10-11 Klee Dienes <kdienes@apple.com>
4946
4947 * gdb.texinfo (Registers): Mention vector registers as well as
4948 floating registers in the documentation for 'info registers' and
4949 'info all-registers'.
4950
6d12fc3d
DJ
49512002-10-11 Daniel Jacobowitz <drow@mvista.com>
4952
4953 * gdbint.texinfo (CPLUS_MARKER): Remove item.
4954
8d19fbd2
JJ
49552002-10-03 Jeff Johnston <jjohnstn@redhat.com>
4956
4957 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
4958 interface definition.
4959
a37295f9
MM
49602002-10-03 Marko Mlinar <markom@opencores.org>
4961
4962 * gdb.texinfo (Target Commands): Add or1k target specific
4963 commands.
4964 * gdb.texinfo (Contributors): Add myself to the contributors list.
4965
da0f9dcd
AC
49662002-10-01 Andrew Cagney <ac131313@redhat.com>
4967
4968 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
4969 and "mi1" instead of "mi1" and "mi0".
4970
2e834e49
HPN
49712002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
4972
4973 * gdb.texinfo (Packets): Fix typos "alligned".
4974 Correct z3/Z3 description. Correct z4/Z4 title.
4975
050be0dc
AC
49762002-09-27 Andrew Cagney <ac131313@redhat.com>
4977
4978 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
4979
1104b9e7
KB
49802002-09-25 Kevin Buettner <kevinb@redhat.com>
4981
4982 * gdb.texinfo: Use GNU/Linux instead of Linux.
4983
512217c7
AC
49842002-09-25 Andrew Cagney <ac131313@redhat.com>
4985
4986 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
4987
10998722
AC
49882002-09-24 Andrew Cagney <ac131313@redhat.com>
4989
512217c7 4990 * gdb.texinfo: Replace @example with @smallexample.
10998722 4991
a0eb71c5
KB
49922002-09-20 Kevin Buettner <kevinb@redhat.com>
4993
f7dc1244 4994 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
4995 * gdb.texinfo (Character Sets): Use @smallexample instead of
4996 @example. Use GNU/Linux instead of Linux.
4997
49982002-09-20 Jim Blandy <jimb@redhat.com>
4999
5000 * gdb.texinfo: Add character set documentation.
5001
2f870471
AC
50022002-09-19 Andrew Cagney <ac131313@redhat.com>
5003
5004 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
5005 (Packets): Add cross reference from `b' packet to `z' packets.
5006
790eb8f5
AC
50072002-09-19 Andrew Cagney <ac131313@redhat.com>
5008
8d30a00d
AC
5009 * gdb.texinfo (Maintenance Commands): Document ``maint
5010 internal-error'' and ``maint internal-warning''.
5011
790eb8f5
AC
5012 * gdbint.texinfo (Target Architecture Definition): Revise
5013 description of STACK_ALIGN. Add description of FRAME_ALIGN.
5014
a23a7bf1
JB
50152002-09-19 Joel Brobecker <brobecker@gnat.com>
5016
5017 * gdbint.texinfo (Target Conditionals): Document the new
5018 NAME_OF_MALLOC macro.
5019
299ffc64
AC
50202002-09-05 Andrew Cagney <ac131313@redhat.com>
5021
5022 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
5023 engineer.
5024
b7bb15bc
SC
50252002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5026
5027 * gdb.texinfo (TUI Overview): Document status line fields.
5028
3d757584
SC
50292002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5030
5031 * gdb.texinfo (TUI Commands): Document info win command.
5032
269c21fe
SC
50332002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5034
5035 * gdb.texinfo (TUI Overview): Document breakpoint markers.
5036
7cf36c78
SC
50372002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5038
5039 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
5040 (TUI Keys): Likewise.
5041
d2c6833e
AC
50422002-08-25 Andrew Cagney <ac131313@redhat.com>
5043
5044 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
5045 for a packet receive.
5046
46d8b1c3
AC
50472002-08-25 Andrew Cagney <ac131313@redhat.com>
5048
5049 * Makefile.in (clean): Move to end of file.
5050 (distclean, maintainer-clean, realclean): Ditto.
5051 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
5052 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
5053 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
5054 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
5055
b0787093
AC
50562002-08-24 Andrew Cagney <ac131313@redhat.com>
5057
5058 * Makefile.in (GDBINT_TEX_TMPS): Define.
5059 (gdbint.dvi, gdbint.pdf): Use
5060 (GDB_TEX_TMPS): Define.
5061 (gdb.dvi, gdb.pdf): Use.
5062 (STABS_TEX_TMPS): Define.
5063 (stabs.dvi, stabs.pdf): Use.
5064 (GDB_DOC_SOURCE_INCLUDES): New macros.
5065 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
5066 (GDBINT_DOC_FILES_INCLUDES): New macros.
5067 (GDBINT_DOC_BUILD_INCLUDES): New macros.
5068 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
5069 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
5070 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
5071 (links2roff): Replace SFILES_INCLUDED with
5072 GDB_DOC_SOURCE_INCLUDES.
5073 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
5074 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
5075 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
5076 dependencies.
5077 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
5078 dependencies.
5079 (gdbmi.texinfo): Delete rule.
5080 (inc-hist.texinfo): Delete rule.
5081 (rluser.texinfo): Delete rule.
5082
ebba8386
AC
50832002-08-23 Andrew Cagney <cagney@redhat.com>
5084
5085 * gdbint.texinfo (Target Architecture Definition): Update
5086 STORE_RETURN_VALUE, mention regcache.
5087
0ab7a791
AC
50882002-08-21 Andrew Cagney <ac131313@redhat.com>
5089
5090 * gdbint.texinfo (Target Architecture Definition): Document
5091 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
5092
ee2d5c50
AC
50932002-08-19 Andrew Cagney <ac131313@redhat.com>
5094
5095 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
5096 Fix minor typos. Add index entries.
5097
53c69bd7
AC
50982002-08-18 Andrew Cagney <ac131313@redhat.com>
5099
5100 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
5101
e76f1f2e
AC
51022002-08-15 Andrew Cagney <ac131313@redhat.com>
5103
5104 * gdbint.texinfo (Target Architecture Definition): Document
5105 PRINT_VECTOR_INFO.
5106 * gdb.texinfo (Vector Unit): Document "info vectors" command.
5107
0680b120
AC
51082002-08-13 Andrew Cagney <ac131313@redhat.com>
5109
5110 * gdb.texinfo (Maintenance Commands): Document "maint print
5111 registers", "maint print raw-registers" and "maint print
5112 cooked-registers".
5113
3c3bea1c
GS
51142002-08-08 Grace Sainsbury <graces@redhat.com>
5115
a9331b3f 5116 From Mark Salter:
3c3bea1c
GS
5117 * gdb.texinfo (Protocol): Document T packet extension to
5118 allow watchpoint address reporting.
5119
42f9b0a5
AC
51202002-08-03 Andrew Cagney <ac131313@redhat.com>
5121
5122 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
5123
db034ac5
AC
51242002-08-01 Andrew Cagney <cagney@redhat.com>
5125
5126 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
5127 to CHILL.
5128
e2b28d04
AC
51292002-08-01 Andrew Cagney <ac131313@redhat.com>
5130
5131 * gdbint.texinfo (Coding): Revise section "Include Files".
5132
7fb623f7
AC
51332002-07-24 Andrew Cagney <cagney@redhat.com>
5134
5135 * gdbint.texinfo: Obsolete references to m88k.
5136 * gdb.texinfo: Ditto.
5137
4a2b4636
JB
51382002-07-10 Joel Brobecker <brobecker@gnat.com>
5139
7fb623f7 5140 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
5141 where the proper version of autoconf can be retrieved.
5142
a71ec265
DH
51432002-07-09 Don Howard <dhoward@redhat.com>
5144
5145 * gdb.texinfo (Command Files): Further describe the behavior of
5146 sourced command files.
5147
b9aa90c9
AC
51482002-06-27 Andrew Cagney <ac131313@redhat.com>
5149
5150 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
5151 (Coding): Clarify ISO C version that GDB assumes.
5152
40dd2248
TT
51532002-06-26 Tom Tromey <tromey@redhat.com>
5154
5155 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
5156 add_setshow_cmd_full.
5157
bfac230e
DH
51582002-06-25 Don Howard <dhoward@redhat.com>
5159
5160 * gdb.texinfo (Memory Region Attributes): Document new behavior
5161 for 'mem' command.
5162
475b0867
JB
51632002-06-11 Jim Blandy <jimb@redhat.com>
5164
919d772c
JB
5165 * gdb.texinfo (Symbols): Update documentation for `info source'
5166 command.
5167
475b0867
JB
5168 * gdb.texinfo (Macros): Call the command `info macro', not
5169 `show macro'.
5170
ba8c9337
AC
51712002-06-09 Andrew Cagney <ac131313@redhat.com>
5172
5173 * gdbint.texinfo (Coding): Add section ``Per-architecture module
5174 data''.
5175
1029b7fa
MK
51762002-06-09 Mark Kettenis <kettenis@gnu.org>
5177
5178 * gdbint.texinfo (Target Architecture Definition): Document
5179 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5180
16737d73
AC
51812002-06-08 Andrew Cagney <ac131313@redhat.com>
5182
5183 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
5184 lists.
5185
30107679
AC
51862002-06-08 Andrew Cagney <ac131313@redhat.com>
5187
5188 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
5189 Branch''.
5190
3352e23e
AC
51912002-06-01 Andrew Cagney <ac131313@redhat.com>
5192
5193 * gdbint.texinfo (Target Architecture Definition): Add section
5194 ``Converting an existing Target Architecture to Multi-arch''.
5195
cbb09e6a
AC
51962002-05-30 Andrew Cagney <ac131313@redhat.com>
5197
5198 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
5199 to ``Obsoleting code''. Revise.
5200
e2e0bcd1
JB
52012002-05-17 Jim Blandy <jimb@redhat.com>
5202
5203 * gdb.texinfo (C Preprocessor Macros): New chapter.
5204 Include it in the main menu.
5205 (Contributors): Credit Jim Blandy with macro support.
5206 (Compilation): Explain how to get macro information into the
5207 executable.
5208 (Expressions): Note that preprocessor macros are expanded.
5209
9db8d71f
DJ
52102002-05-14 Daniel Jacobowitz <drow@mvista.com>
5211
5212 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
5213 options for `target remote'.
5214
6d531722
AC
52152002-05-13 Andrew Cagney <ac131313@redhat.com>
5216
5217 * gdbint.texinfo (Target Architecture Definition): Delete
5218 documentation on NNPC_REGNUM.
5219
13d01224
AC
52202002-05-11 Andrew Cagney <ac131313@redhat.com>
5221
5222 * gdbint.texinfo (Target Architecture Definition): Document
5223 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
5224 (Target Architecture Definition): Revise section `Using Different
5225 Register and Memory Data Representations'. Add section `Raw and
5226 Virtual Register Representations'.
5227
b2e75d78
AC
52282002-05-11 Andrew Cagney <ac131313@redhat.com>
5229
5230 * gdbint.texinfo (Target Architecture Definition): Mention
5231 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
5232 (Target Architecture Definition): Mention same. Add references to
5233 web pages.
5234
2c8682ee
MS
52352002-05-08 Michael Snyder <msnyder@redhat.com>
5236
5237 * stabs.texinfo (Attributes): Document new "vector" attribute.
5238
0816590b
AC
52392002-05-04 Andrew Cagney <ac131313@redhat.com>
5240
5241 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
5242
2653173e
AC
52432002-05-04 Andrew Cagney <ac131313@redhat.com>
5244
5245 * gdb.texinfo: Delete obsolete references to a29k.
5246
d7bd68ca
AC
52472002-04-24 Andrew Cagney <ac131313@redhat.com>
5248
5249 * gdbint.texinfo (Target Architecture Definition): Replace
5250 IN_SIGTRAMP with PC_IN_SIGTRAMP.
5251
21d83aa5
DM
52522002-04-24 David S. Miller <davem@redhat.com>
5253
5254 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
5255
7673a6cc
DM
52562002-04-21 David S. Miller <davem@redhat.com>
5257
5258 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
5259
d49d1e0a
AC
52602002-04-21 Andrew Cagney <ac131313@redhat.com>
5261
5262 * gdbint.texinfo (Target Architecture Definition): Delete
5263 definition of HAVE_REGISTER_WINDOWS.
5264
f7dc1244 52652002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
5266
5267 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
5268 "Theodore A. Roth" <troth@verinet.com>.
5269
5ca0cb28
DH
52702002-04-15 Don Howard <dhoward@redhat.com>
5271
f7dc1244 5272 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 5273 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 5274 Provide a better explaination of this feature.
5ca0cb28 5275
f208ba17
AC
52762002-04-14 Andrew Cagney <ac131313@redhat.com>
5277
5278 * gdbint.texinfo (Target Architecture Definition): Remove
5279 FRAME_CHAIN_COMBINE.
5280
d5ba91de
MC
52812002-04-12 Michael Chastain <mec@shout.net>
5282
5283 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
5284 REG_STACK_SEGMENT.
5285
26818220
MC
52862002-04-09 Michael Chastain <mec@shout.net>
5287
5288 * gdbint.texinfo (Obsolete Conditionals): Remove references to
5289 PYRAMID_* macros.
5290
129188f6
AC
52912002-04-07 Andrew Cagney <ac131313@redhat.com>
5292
5293 * gdb.texinfo (Bug Reporting): Document that the web is the
5294 prefered way of submitting bug reports.
5295 (Bug Reporting): Delete the s-mail address as the last resort.
5296
8227c0ff
AC
52972002-04-05 Andrew Cagney <ac131313@redhat.com>
5298
5299 * gdbint.texinfo (Target Architecture Definition): Delete
5300 references to TARGET_WRITE_FP and write_fp.
5301
16d9dec6
MS
53022002-03-27 Michael Snyder <msnyder@redhat.com>
5303
5304 * gdb.texinfo: Document new commands dump, append, and restore.
5305
9ae8b82c
AC
53062002-03-27 Andrew Cagney <ac131313@redhat.com>
5307
5308 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
5309 Branch'.
5310
474c8240
AC
53112002-03-18 Andrew Cagney <ac131313@redhat.com>
5312
5313 * gdb.texinfo: Change all examples to @smallexample.
5314 * gdbint.texinfo: Ditto.
a9331b3f 5315
fb0ff88f
AC
53162002-03-18 Andrew Cagney <ac131313@redhat.com>
5317
5318 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
5319 Branches''.
5320
9bb0a4d8
AC
53212002-03-18 Andrew Cagney <ac131313@redhat.com>
5322
5323 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
5324 Policy''.
5325
937f164b
FF
53262002-03-04 Fred Fish <fnf@redhat.com>
5327
5328 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
5329 expresson, suports, dependant, trhe, perhaphs, situtations,
5330 explictily, taged, oportunity, unfortunatly).
5331
a7b40f07
AC
53322002-02-24 Andrew Cagney <ac131313@redhat.com>
5333
5334 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
5335 Remove reference to 3.12.
5336
aab4e0ec
AC
53372002-02-23 Andrew Cagney <ac131313@redhat.com>
5338
5339 * gdbint.texinfo: Include fdl.texi.
5340 (Top): Add GNU Free Documentation License.
5341 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
5342 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
5343 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
5344 (gdbint.info): Add srcdir to include path.
5345 * gdb.texinfo: Include gpl.texi.
5346 (Top): Add Copying.
5347 * gpl.texi: New file.
5348
47b95330
AC
53492002-02-23 Andrew Cagney <ac131313@redhat.com>
5350
5351 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
5352
78c47bea
PM
53532002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
5354
5355 * gdb.texinfo: Document Cygwin native specific commands.
5356
56460a61
DJ
53572002-02-15 Daniel Jacobowitz <drow@mvista.com>
5358
5359 * gdb.texinfo: Document gdbserver ``--attach'' command.
5360
def71bfa
MS
53612002-02-07 Michael Snyder <msnyder@redhat.com>
5362
5363 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
5364 to @code(_ovly_debug_event).
5365
c928edc0
AC
53662002-02-07 Andrew Cagney <ac131313@redhat.com>
5367
5368 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
5369
81d46470
MS
53702002-02-06 Michael Snyder <msnyder@redhat.com>
5371
5372 * gdb.texinfo (overlays): Mention new magic symbol
5373 '_ovly_debug_event', which allows GDB to keep better track
5374 of overlays.
5375
f7dc1244 53762002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
5377
5378 * gdb.texinfo (Memory Region Attributes): Fix the wording.
5379 Suggested by Dmitry Sivachenko.
5380
5381 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
5382
15110bc3
MS
53832002-02-01 Michael Snyder <msnyder@redhat.com>
5384
5385 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
5386
6763aef9
MS
53872002-01-30 Michael Snyder <msnyder@redhat.com>
5388
ac282366
MS
5389 * gdb.texinfo: (remote protocol): Gramatical fix-up.
5390 (set trust-readonly-sections): Document.
6763aef9 5391
8642bc8f
AC
53922002-01-29 Andrew Cagney <ac131313@redhat.com>
5393
5394 * gdbint.texinfo (Releasing GDB): Revise and update.
5395
afe64c1a
AC
53962002-01-28 Andrew Cagney <ac131313@redhat.com>
5397
5398 * gdbint.texinfo (Target Architecture Definition): Delete
5399 description of TARGET_BYTE_ORDER_DEFAULT.
5400
f7dc1244 54012002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
5402
5403 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
5404 <mitya@cavia.pp.ru>.
5405
3d6e1b5a
AC
54062002-01-23 Andrew Cagney <ac131313@redhat.com>
5407
5408 * libgdb.texinfo: Delete file.
5409
6c0e9fb3
AC
54102002-01-22 Andrew Cagney <ac131313@redhat.com>
5411
5412 * gdb.texinfo: Remove makeinfo 3.12 hacks.
5413 * gdbint.texinfo: Ditto.
5414
e0ce93ac
AC
5415Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
5416
5417 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
5418
be298bcc
AC
54192002-01-22 Andrew Cagney <ac131313@redhat.com>
5420
5421 * Makefile.in: Update copyright.
5422 (TEXI2DVI): Define.
5423 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
5424 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
5425 gdb-cfg.texi.
5426 (TEXINDEX, PDFTEX): Delete makefile variables.
5427
8e04817f
AC
54282002-01-22 Andrew Cagney <ac131313@redhat.com>
5429
5430 * gdb.texinfo (Protocol): Move section to appendix.
5431
6b2f586d
AC
54322002-01-21 Andrew Cagney <ac131313@redhat.com>
5433
5434 * gdb.texinfo (Remote Debugging): Create a menu.
5435 (Top): Add ``Remote Debugging'' to menu.
5436
6f05cf9f
AC
54372002-01-21 Andrew Cagney <ac131313@redhat.com>
5438
5439 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
5440 serial protocol'' from here.
5441 (Remote Debugging): To here. New chapter.
5442
3fd3d7d2
AC
54432002-01-20 Andrew Cagney <ac131313@redhat.com>
5444
5445 * gdbint.texinfo (Target Architecture Definition): Delete
5446 description of TARGET_BYTE_ORDER_SELECTABLE_P.
5447
7fd60527
AC
54482002-01-20 Andrew Cagney <ac131313@redhat.com>
5449
5450 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
5451 are no longer needed.
5452 (Porting GDB): Add maintainer note about configure.host.
5453
c2f05ac9
AC
54542002-01-20 Andrew Cagney <ac131313@redhat.com>
5455
5456 * gdbint.texinfo (Target Architecture Definition): Remove
5457 definition of IEEE_FLOAT.
5458
f7dc1244 54592002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
5460
5461 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
5462 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
5463 <3diff@gnu.org>
231b2aad 5464
82600034
AC
54652002-01-19 Andrew Cagney <ac131313@redhat.com>
5466
5467 * gdbint.texinfo (Host Definition): Remove references to
5468 MALLOC_INCOMPATIBLE.
5469
7708fa01
AC
54702002-01-17 Andrew Cagney <ac131313@redhat.com>
5471
5472 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
5473 and xyz-xdep.o.
5474
eb12ee30
AC
54752002-01-17 Andrew Cagney <ac131313@redhat.com>
5476
5477 * gdb.texinfo (Maintenance Commands): Add appendix.
5478 (Set Breaks): Copy ``maint info breakpoint'' doco to
5479 ``Maintenance Commands'' appendix. Add reference.
5480
c9ccaa92
AC
54812002-01-17 Andrew Cagney <ac131313@redhat.com>
5482
5483 * fdl.texi: Remove next/prev from @node.
5484
f7dc1244 54852002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
5486
5487 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
5488 for monstrous @multitable (from Brian Youmans).
5489
5490 * fdl.texi: New file.
5491
5492 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
5493
8973da3a
AC
54942002-01-15 Andrew Cagney <ac131313@redhat.com>
5495
5496 * gdbint.texinfo (Releasing GDB): New chapter.
5497
7d86b5d5
AC
54982002-01-14 Andrew Cagney <ac131313@redhat.com>
5499
5500 * gdb.texinfo (Embedded Processors, Calling program functions):
5501 Obsolete references to a29k.
5502
cc1cb004
AC
55032002-01-13 Andrew Cagney <ac131313@redhat.com>
5504
5505 * gdbint.texinfo (Coding): Review Cleanups section. Examples
5506 examples. Document that a code-block should do or discard its
5507 cleanups before exit.
5508
79f12247
MS
55092002-01-11 Michael Snyder <msnyder@redhat.com>
5510
5511 * gdb.texinfo (Choosing files): Change @samp to @file.
5512
19837790
MS
55132002-01-05 Michael Snyder <msnyder@redhat.com>
5514
5515 * gdb.texinfo (--pid): Document new command line option (attach).
5516
f7dc1244 55172002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
5518
5519 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
5520 in the stub.
5521
d7449b42
AC
55222002-01-04 Andrew Cagney <ac131313@redhat.com>
5523
5524 * gdbint.texinfo (Target Architecture Definition): Replace
5525 BIG_ENDIAN with BFD_ENDIAN_BIG.
5526
f23631e4
AC
55272002-01-03 Andrew Cagney <ac131313@redhat.com>
5528
5529 * gdbint.texinfo (Target Architecture Definition): Replace
5530 value_ptr with struct value pointer.
5531
72c9928d
EZ
55322002-01-02 Eli Zaretskii <eliz@gnu.org>
5533
5534 * gdb.texinfo (Free Software): Fix wording.
5535
959acfd1
EZ
55362001-12-31 Eli Zaretskii <eliz@gnu.org>
5537
5538 * gdb.texinfo (Free Software): New section ``Free Software Needs
5539 Free Documentation''.
5540
f7dc1244 55412001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
5542
5543 * stabs.texinfo:
5544 * gdb.texinfo:
5545 * gdbint.texinfo:
5546 * libgdb.texinfo:
5547 * annotate.texi: Fix the application of GFDL in the Copyright notice.
5548
6600abed
MS
55492001-12-29 Michael Snyder <msnyder@redhat.com>
5550
5551 * gdb.texinfo (maint info sections): Fix typo.
5552
f6680716
MS
55532001-12-26 Michael Snyder <msnyder@redhat.com>
5554
fe95c787
MS
5555 * gdb.texinfo (maint info sections): Document.
5556
a9331b3f 5557 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
5558 'info proc' sub-options that are currently not implemented.
5559
c3d3ce5b
JB
55602001-12-20 Jim Blandy <jimb@redhat.com>
5561
5562 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
5563
778eb05e
AC
55642001-12-15 Andrew Cagney <ac131313@redhat.com>
5565
5566 * gdbint.texinfo (Target Architecture Definition): Replace
5567 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
5568
2607059c
AC
55692001-12-01 Andrew Cagney <ac131313@redhat.com>
5570
5571 * gdbint.texinfo (Host Definition): Delete documentation on
5572 HOST_BYTE_ORDER.
5573
df0cd8c5
JB
55742001-11-30 Jim Blandy <jimb@redhat.com>
5575
5576 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 5577 overlay support. Add to top-level menu.
df0cd8c5 5578
88118b3a
TT
55792001-11-26 Tom Tromey <tromey@redhat.com>
5580
5581 * gdb.texinfo (Command Syntax): Document C-o binding.
5582
96565e91
CF
55832001-07-26 Christopher Faylor <cgf@redhat.com>
5584
5585 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
5586 use since it is described in the referenced section.
5587
f7dc1244 5588 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
5589 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
5590 clearer when using DJGPP.
5591
2a3d5645
CF
55922001-11-24 Christopher Faylor <cgf@redhat.com>
5593
5594 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
5595 specifically refer to MS-DOS.
5596 (command files): Mention gdb.ini is only used on MS-DOS.
5597
aa26fa3a
TT
55982001-11-21 Tom Tromey <tromey@redhat.com>
5599
5600 * gdb.texinfo (Invoking GDB): Document --args.
5601 (Mode Options): Likewise.
5602
4f8ada06
JB
56032001-11-21 Jim Blandy <jimb@redhat.com>
5604
5605 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
5606 Delete documentation; this macro has been removed from the
5607 sources.
5608
3fe0dc10
JB
56092001-11-13 Jim Blandy <jimb@redhat.com>
5610
5611 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
5612
9e5abb06
CV
56132001-11-06 Corinna Vinschen <vinschen@redhat.com>
5614
5615 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
5616
1c5dfdad
MS
56172001-11-05 Michael Snyder <msnyder@redhat.com>
5618
a9331b3f 5619 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
5620 quote regexp chars in function names such as "operator*()".
5621
990f9fe3
FF
56222001-11-01 Fred Fish <fnf@redhat.com>
5623
5624 * gdbint.texinfo (SOLIB_ADD): Document additional new
5625 "readsyms" arg.
5626
b433d00b
DH
56272001-10-30 Don Howard <dhoward@redhat.com>
5628
070b1dd3
DH
5629 * gdb.texinfo: (Command Files) Added documentation for the
5630 behavior of gdb with input redirected from a file.
b433d00b 5631
b7209cb4
FF
56322001-10-28 Fred Fish <fnf@redhat.com>
5633
5634 * gdb.texinfo (auto-solib-add): Change docs to match
5635 implementation change.
5636 (auto-solib-limit): Add docs for new variable.
5637
1aa20aa8
AC
56382001-10-15 Andrew Cagney <ac131313@redhat.com>
5639
5640 * gdbint.texinfo (Target Architecture Definition): Function
5641 value_as_pointer renamed to value_as_address.
5642
fc0c74b1
AC
56432001-10-15 Andrew Cagney <ac131313@redhat.com>
5644
5645 * gdbint.texinfo (Target Architecture Definition): Default
5646 POINTER_TO_ADDRESS functions assume unsigned addresses.
5647 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
5648 posting by Jim Blandy.
5649
f4846649
JB
56502001-10-12 Jim Blandy <jimb@redhat.com>
5651
5652 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
5653 version of texi2html (1.64) doesn't support this flag any more.
5654
f277788b
MK
56552001-09-08 Mark Kettenis <kettenis@gnu.org>
5656
a9dc4918
MK
5657 * gdbint.texinfo (Host Definition): Remove description of
5658 MEM_FNS_DECLARED.
5659
d28379df
MK
5660 * gdbint.texinfo (Host Definition): Remove description of R_OK.
5661
f277788b
MK
5662 * gdbint.texinfo (Host Definition): Remove description of
5663 HAVE_SIGSETMASK.
5664
7ccaa899
EZ
56652001-09-04 Elena Zannoni <ezannoni@redhat.com>
5666
5667 * gdbint.texinfo (Target Architecture Definition): Add
5668 explanation of TARGET_PRINT_INSN macro.
5669
17d9d558
JB
56702001-08-30 Jim Blandy <jimb@redhat.com>
5671
5672 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
5673 Explain what it means to load relocatable files.
5674
72cde065
JB
56752001-08-28 Jim Blandy <jimb@redhat.com>
5676
5677 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
5678 info `top' menu.
5679
9e678452
CF
5680Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
5681
5682 * gdbint.texinfo: Add a cautionary note about macro use.
5683
a2bea4c3 56842001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 5685
a2bea4c3
CV
5686 * gdb.texinfo: Explain omitting the hostname in the
5687 `target remote' command.
5688
1129bf27
DJ
56892001-07-30 Daniel Jacobowitz <drow@mvista.com>
5690
5691 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
5692 and END-INFO-DIR-ENTRY.
5693
732b3002
SC
56942001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5695
5696 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
5697
89437448
AC
56982001-07-25 Andrew Cagney <ac131313@redhat.com>
5699
5700 * gdbint.texinfo (libgdb): Rewrite.
5701
f7dc1244 57022001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
5703
5704 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
5705
c4555f82
SC
57062001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5707
5708 * gdb.texinfo (TUI): New chapter, document the TUI.
5709 (Mode Options): Document the -tui option.
5710
2f45a6e0
MK
57112001-07-23 Mark Kettenis <kettenis@gnu.org>
5712
5713 * gdbint.texinfo (Host Definition): Remove description of
5714 NEED_POSIX_SETPGID.
5715
f7dc1244 57162001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
5717
5718 * gdb.tex (DJGPP Native): New node, with descriptions of
5719 DJGPP-specific commands.
5720
be9c6c35
JM
57212001-07-19 John R. Moore <jmoore@redhat.com>
5722
5723 * gdbint.texinfo: Three misspellings.
5724
dfa249fb
AC
57252001-07-06 Andrew Cagney <ac131313@redhat.com>
5726
5727 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
5728 `test` expressions on bash. Problem reported by Colin Walters.
5729
c72e7388
AC
57302001-07-04 Andrew Cagney <ac131313@redhat.com>
5731
5732 * gdbint.texinfo (User Interface): Update ui-out documentation to
5733 refelect recent UI/MI updates.
5734
94bbb2c0
AC
57352001-07-04 Andrew Cagney <ac131313@redhat.com>
5736
5737 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
5738 interpreters.
5739
af6c57ea
AC
57402001-06-15 Andrew Cagney <ac131313@redhat.com>
5741
5742 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
5743 structure and not macros.
5744 (Host Definition): Document that much of this chapter is obsolete.
5745 (Target Architecture Definition): Update list of files that make
5746 up a target architecture.
5747 (Coding): Update.
5748
83aa8bc6
AC
57492001-06-28 Andrew Cagney <ac131313@redhat.com>
5750
5751 * gdbint.texinfo (Target Architecture Definition): Update
5752 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
5753 The latter has been changed to a true predicate.
5754
f7dc1244 57552001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
5756
5757 * annotate.texi: Add @noindent where needed. From Dmitry
5758 Sivachenko <dima@Chg.RU>.
5759 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
5760
656db9b0
AC
57612001-06-16 Andrew Cagney <ac131313@redhat.com>
5762
5763 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
5764
df2396a1
AC
57652001-06-14 Andrew Cagney <ac131313@redhat.com>
5766
5767 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
5768 returns ``OK''. Document that the ``R'' packet does not reply.
5769
0f1f2b0a
MS
57702001-06-13 Michael Snyder <msnyder@redhat.com>
5771
5772 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
5773
f7dc1244 57742001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
5775
5776 * gdb.texinfo (Signals): Clarify the default setting of signal
5777 handling.
5778
a5d7c491
AC
57792001-05-14 Andrew Cagney <ac131313@redhat.com>
5780
5781 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
5782 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
5783
05a54c4f
AC
57842001-05-12 Andrew Cagney <ac131313@redhat.com>
5785
5786 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
5787
f7dc1244 57882001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
5789
5790 * gdbint.texinfo (Clean Design and Portable Implementation):
5791 Renamed from "Clean Design".
5792 (Clean Design and Portable Implementation): Document portable
5793 methods of handling file names, and the associated macros.
5794
f7dc1244 57952001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
5796
5797 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
5798 command and provide a cross-reference to its description.
5799 (Symbols): Note that "info scope" is useful for trace experiments.
5800
f7dc1244 58012001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 5802
b37052ae
EZ
5803 * gdb.texinfo (Symbols): Document "info scope".
5804 (Tracepoints): New chapter.
5805 (Contributors): Update for v5.1.
5806 <All nodes>: Change "C++" to "C@t{++}".
5807
0ee54786
EZ
5808 * gdbint.texinfo (User Interface): A new section about ui_out
5809 functions, based on text written by Fernando Nasser.
5810
c534679c
EZ
5811 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
5812
f7dc1244 58132001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 5814
e9c75b65
EZ
5815 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
5816
5817 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
5818
5819 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
5820 Replace "GDB" with "@value{GDBN}". Fix markup.
5821
5822 * annotate.texi: Change Permissions to GFDL. Update Copyright.
5823
3d67e040
EZ
5824 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
5825 a cross-reference to its description.
5826 (Symbols): Document "info symbol".
5827
f7dc1244 58282001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
5829
5830 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
5831 subsection "x86 Watchpoints".
5832 (Target Architecture Definition): Document the macros
5833 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
5834 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
5835
b0ed3589
AC
58362001-03-20 Andrew Cagney <ac131313@redhat.com>
5837
5838 * gdbint.texinfo (Target Architecture Definition): Update
5839 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
5840 list.
5841
b6ba6518
KB
58422001-03-06 Kevin Buettner <kevinb@redhat.com>
5843
5844 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
5845 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
5846
f7dc1244 58472001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
5848
5849 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
5850
f7dc1244 58512001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 5852
17cc6a06
EZ
5853 * gdb.texinfo (Environment): Document that `path' does not change
5854 the value of PATH in GDB's own environment (it did in the past,
5855 but that was changed on March 15, 1994). Reported by Doug Evans
5856 <dje@transmeta.com>.
5857
56caf160
EZ
5858 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
5859 its line. Fix markup of commands and macros. Add an Index node
5860 and index entries.
5861
29e57380
C
58622001-01-23 J.T. Conklin <jtc@redback.com>
5863
5864 * gdb.texinfo (Memory region attributes): New manual section.
5865
1c6147de
ND
58662001-01-04 Nicholas Duffek <nsd@redhat.com>
5867
5868 * gdbint.texinfo (POP_FRAME): Document use by return_command.
5869
f7dc1244 58702000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
5871
5872 * refcard.tex: Version and copyright fixed. From Phil Edwards
5873 <pedwards@disaster.jaj.com>.
5874
0dcedd82
AC
5875Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
5876
5877 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
5878 DWARF2_REG_TO_REGNUM): Document.
5879
3b851bce
AC
5880Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
5881
5882 * gdbint.texinfo (Coding): Update current value of
5883 --enable-build-warnings. Mention --enable-gdb-build-warnings.
5884
f7dc1244 58852000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
5886
5887 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
5888 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
5889
b90a5f51
CF
58902000-11-10 Christopher Faylor <cgf@cygnus.com>
5891
5892 * gdb.texinfo: Document new 'set step-mode' command.
5893
f7dc1244 58942000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
5895
5896 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
5897 changes from Dmitry Sivachenko <dima@Chg.RU>.
5898
f7dc1244 58992000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
5900
5901 * gdb.texinfo (Hooks): Document the new post-hook functionality.
5902 From Steven Johnson <sbjohnson@ozemail.com.au>.
5903
2e685b93
MK
59042000-08-10 Mark Kettenis <kettenis@gnu.org>
5905
5906 * gdbint.texinfo (Overall Structure): Spelling fix.
5907
f7dc1244 59082000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
5909
5910 * gdbint.texinfo (Target Architecture Definition): Document that
5911 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
5912 for which REGISTER_CONVERTIBLE returns a zero value.
5913
63ac3005
EZ
59142000-07-08 Christopher Faylor <cgf@cygnus.com>
5915
5916 * Makefile.in (install-info): Find files to install in either the
5917 build or source directories (adapted from Makefile.am).
5918
bd79f757
ND
59192000-07-07 Nicholas Duffek <nsd@redhat.com>
5920
5921 * stabs.texinfo: Fix spelling errors.
5922 (String Field): FILE-NUMBER starts from 0, not 1.
5923
f7dc1244 59242000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
5925
5926 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 5927 Brian Youmans.
5f208f6d 5928
f7dc1244 59292000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
5930
5931 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
5932 the source directory. Reported by Mark Harig
5933 <markh@frazier.landmark.com>.
cc542d3b 5934
f3b28801
C
59352000-06-20 J.T. Conklin <jtc@redback.com>
5936
5937 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
5938
449f3b6c
AC
5939Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
5940
5941 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
5942 Generate using pdftex.
5943 (PDFTEX): Define.
5944 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
5945 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
5946 @contents at the start.
5947
f7dc1244 59482000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
5949
5950 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 5951 Youmans.
48e934c6 5952
9e9c5ae7
AC
5953Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
5954
5955 From Brian Youmans:
5956 * gdb.texinfo: Fix ``et al.''.
5957
c741b251
AC
5958Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
5959
5960 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
5961 loop.
5962
4ab64e14
JG
59632000-05-19 Jimmy Guo <guo@cup.hp.com>
5964
5965 * configure: Regenerate.
5966
f7dc1244 59672000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
5968
5969 * Makefile.in (install-info): Run install-info on installed Info
5970 files.
5971
8c70017b
AC
5972Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
5973
a7cb598a
AC
5974 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
5975 Andrew Cagney.
8c70017b 5976
f7dc1244 59772000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
5978
5979 * gdb.texinfo: Proofreading changes from Brian Youmans.
5980
bf0184be
ND
59812000-05-01 Nick Duffek <nsd@cygnus.com>
5982
5983 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
5984 startup sequence, minor edits.
5985
f7dc1244 59862000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
5987
5988 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
5989 TeX.
5990
5991 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
5992 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
5993 like `n' and `s' which look weird. Convert some of the @kindex to
5994 @vindex, when they refer to variables, not commands.
5995
33e16fad
AC
5996Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
5997
5998 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
5999
f7dc1244 60002000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
6001
6002 * Makefile.in (GDBMI_DIR): New variable.
6003 (SET_TEXINPUTS): Add $(GDBMI_DIR).
6004 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
6005 (gdbmi.texinfo): New target, for texi2roff.
6006 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
6007 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
6008
6009 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
6010 gdbmi.texinfo.
6011 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
6012 comment.
6013
d167840f
EZ
60142000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6015
6016 * gdb.texinfo (Files): Update description of add-symbol-file
6017 command.
6018
f7dc1244 60192000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
6020
6021 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
6022 prevents the build (and is generally a Bad Idea).
6023
f7dc1244 60242000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
6025
6026 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
6027 a comma inside @var.
6028 (Command Files): Index markup changes from Dmitry Sivachenko
6029 <dima@Chg.RU>.
6030
f7dc1244 60312000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
6032
6033 * Makefile.in (LN_S): Define.
6034 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
6035 invoke "ln -s" unless it is known to work.
6036
6037 * configure.in (AC_PROG_LN_S): Add.
6038
8dc7983f
JB
60392000-04-14 Jim Blandy <jimb@redhat.com>
6040
6041 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
6042 section.
6043 (Target Conditionals): Document ADDRESS_TO_POINTER,
6044 POINTER_TO_ADDRESS.
6045
1a8237e8
DB
60462000-04-11 Daniel Berlin <dan@cgsoftware.com>
6047
6048 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
6049 gdb-cfg.texi to get the value.
6050
ca526f1a
JB
60512000-04-10 Jim Blandy <jimb@redhat.com>
6052
6053 * gdbint.texinfo (Target Architecture Definition): Fix
6054 cross-references.
6055
faaafcb4
JB
60562000-04-08 Jim Blandy <jimb@redhat.com>
6057
6058 * gdbint.texinfo (Using Different Register and Memory Data
6059 Representations): New section.
6060 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
6061 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
6062 REGISTER_CONVERT_TO_RAW): Document.
6063
1b27397f
AC
6064Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
6065
6066 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
6067 for acknowledgments.
6068
480ff1fb
AC
6069Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
6070
6071 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
6072 qThreadExtraInfo.
6073
a9331b3f 60742000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 6075
a9331b3f
RM
6076 * gdb.texinfo: Clarify which remote debug protocol commands are
6077 required and which are optional.
f1251bdd 6078
dbeb8dbd
AC
6079Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
6080
6081 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
6082 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
6083 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
6084 * annotate.texi: Update.
6085
6d2ebf8b
SS
60862000-03-28 Stan Shebs <shebs@apple.com>
6087
6088 * gdb.texinfo: Update dates, bump to Eighth Edition (note
6089 expectation of additional changes before release), update
6090 ISBN, add copy of top-level menu for @ifhtml, remove explicit
6091 node links, rephrase and/or shorten lines to fix formatting
6092 problem in both regular and @smallbook formats.
6093 * annotate.texi: Shorten lines in example, use smallexample
6094 consistently everywhere.
6095 * Makefile.in: Add comment about texinfo 4.0 html generation.
6096 (SFILES_INCLUDED): Add annotate.texi.
6097
5d161b24
DB
60982000-03-27 Daniel Berlin <dan@cgsoftware.com>
6099
5ae4183a
AS
6100 * gdb.texinfo (Debugging Output): Added new section, documenting
6101 the "set/show debug" commands.
5d161b24 6102
b9deaee7
AC
6103Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
6104
6105 * annotate.texi (Annotations): When GDBN omit @chapter and @node
6106 entry.
6107
6108 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
6109 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
6110 @chapter and @node entries.
a9331b3f 6111
b9deaee7 6112 * gdb.texinfo: Link all top-level nodes.
a9331b3f 6113
9ef47d30
AC
6114Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
6115
6116 * Makefile.in (install-info): Create $(infodir) before installing
6117 files.
6118
cfeada60
FN
61192000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
6120
6121 From David Whedon <dwhedon@gordian.com>
5ae4183a 6122 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 6123
6837a0a2
DB
61242000-03-22 Daniel Berlin <dan@cgsoftware.com>
6125
6126 * gdb.texinfo: Add documentation for the apropos command.
6127
bba2971c
MS
61282000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6129
6130 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
6131
2b628194
MS
61322000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6133
a9331b3f 6134 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
6135 two places.
6136
96a2c332
SS
61372000-03-17 Stan Shebs <shebs@apple.com>
6138
6139 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
6140 <dima@Chg.RU>, also clarification of allowed content for
6141 string constants.
6142
f7dc1244 61432000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
6144
6145 * gdb.texinfo (main menu): Add Annotations.
6146 (File Options): Add @cindex entries for each command-line option.
6147 Document --epoch, --annotate, --async, --interpreter, --write,
6148 --statistics, and --version.
6149
6150 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
6151 of GDB.
6152
9d233477
JB
61532000-02-23 Jim Blandy <jimb@redhat.com>
6154
6155 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
6156
14e0eb3b
JB
61572000-02-22 Jim Blandy <jimb@redhat.com>
6158
6159 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
6160
3555de01
JM
61612000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
6162
6163 * Makefile.in (diststuff): New target.
6164
5e35df8e
KB
61652000-02-15 Kevin Buettner <kevinb@redhat.com>
6166
6167 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 6168 architecture. [From Jim Wilson.]
5e35df8e 6169
c5394b80
JM
61702000-01-16 Tom Tromey <tromey@cygnus.com>
6171
6172 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
6173 (Delete Breaks): Mention range arguments.
6174 (Disabling): Likewise.
6175
c3f6f71d
JM
61762000-01-05 Dmitry Sivachenko <dima@Chg.RU>
6177
6178 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
6179
c4093a6a
JM
6180Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
6181
6182 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
6183 valid functions.
6184
11cf8741
JM
61851999-11-05 Stan Shebs <shebs@andros.cygnus.com>
6186
6187 * gdb.texinfo: Clarify regular expressions used in rbreak.
6188
917317f4
JM
61891999-10-15 Kevin Buettner <kevinb@cygnus.com>
6190
6191 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
6192 MEMORY_REMOVE_BREAKPOINT): Document.
6193
6194Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
6195
6196 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
6197 offset re-using the DATA offset instead.
6198
2df3850c
JM
61991999-10-11 Jim Kingdon <kingdon@redhat.com>
6200
6201 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
6202
62031999-10-05 Stan Shebs <shebs@andros.cygnus.com>
6204
6205 From Dmitry Sivachenko <demon@gpad.ac.ru>:
6206 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
6207 typos.
6208
6209 * gdb.texinfo: Various minor wording and formatting improvements,
6210 mentions of additional command-line options.
6211
2acceee2
JM
62121999-09-30 Fred Fish <fnf@cygnus.com>
6213
6214 * gdb.texinfo: Document additional forms of specifying section
6215 names and addresses for the add-symbol-file command.
6216
c2c6d25f
JM
62171999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
6218
6219 * gdbint.texinfo: Fix typo, add the word "have".
6220
62211999-09-14 Jim Blandy <jimb@cris.red-bean.com>
6222
6223 * gdbint.texinfo (Target Architecture Definition): Document the
6224 SKIP_PERMANENT_BREAKPOINT macro.
6225
d4f3574e
SS
62261999-09-07 Stan Shebs <shebs@andros.cygnus.com>
6227
6228 * gdb.texinfo: Fiks speling errers.
6229
6230 * gdb.texinfo: Fix uses of @multitable.
6231
f7dc1244 6232 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e
SS
6233 * gdb.texinfo: Include details specific to DOS host, clarify
6234 some confusing language, fix @ref/@xref/@pxref usages, add
6235 comments about using with optimization, add more indexing,
6236 fix info about disassembly-flavor.
6237
6238Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
6239
6240 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
6241 SKIP_SOLIB_RESOLVER): Define.
6242
6243Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
6244
6245 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
6246 ``g'' packets.
6247
104c1213
JM
62481999-08-30 Stan Shebs <shebs@andros.cygnus.com>
6249
6250 * gdb.texinfo: Create a new "Configurations" chapter with
6251 platform-specific info, inline remote.texi and move sections of it
6252 into the new chapter, move bits about info proc, heuristic search,
6253 and register stack into the new chapter.
6254 * remote.texi: Remove, now part of gdb.texinfo.
6255 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
6256
62571999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
6258
6259 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
6260 GDB_TARGET_IS_MACH386): These kludges have gone away.
6261
6262Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
6263
6264 * gdbint.texinfo (Target Architecture Definition): Mention
6265 TDEPLIBS.
6266
53a5351d
JM
62671999-08-20 Stan Shebs <shebs@andros.cygnus.com>
6268
6269 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
6270 surrounding text to fit HP-UX bits into general info.
6271 (HPPA-cfg.texi): Remove, no longer useful.
6272
6273 * gdb.texinfo: Remove explicit links from @node lines, remove
6274 HP-added "Detailed Node Listing" from main menu which confuses
6275 things.
6276
6277 From Dmitry Sivachenko <dima@Chg.RU>:
6278 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
6279 in description of `set environment'.
6280
62811999-08-17 Stan Shebs <shebs@andros.cygnus.com>
6282
6283 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
6284
7be570e7
JM
62851999-08-12 Ben Elliston <bje@cygnus.com>
6286
6287 * gdbint.texinfo (Breakpoint Handling): Add missing words.
6288
f7dc1244 62891999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
6290
6291 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
6292 watch, awatch, and rwatch. Explain why the latter two cannot be
6293 set as software watchpoints. Document that watchpoints for local
6294 variables are deleted when the debuggee terminates.
6295
6296Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
6297
6298 * remote.texi (Protocol): Further clarification of the "qRcmd"
6299 packet. Allow E.. response packet. "qRcmd" packet is no longer
6300 reserved.
6301
63021999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6303
a9331b3f
RM
6304 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
6305 * gdb.texinfo: Ditto.
7be570e7 6306
96baa820
JM
63071999-08-06 Tom Tromey <tromey@cygnus.com>
6308
6309 * gdb.texinfo (KOD): New node.
6310
6311Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
6312
6313 * remote.texi (Rcmd): Fix minor formatting typos.
6314
6315Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
6316
6317 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
6318 packets.
6319
adf40b2e
JM
63201999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
6321
6322 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
6323 fixes.
6324
43ff13b4
JM
6325Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
6326
6327 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
6328
085dd6e6
JM
6329Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
6330
6331 * remote.texi (Communication Protocol): ``v'' is in use. Fix
6332 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
6333 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
6334 packets that are not supported on all hosts. Expand examples.
6335 Spell check.
6336
63371999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
6338
6339 * Makefile.in: Recognize html, install-html. Add targets
6340 to build HTML versions of documentation via texi2html.
6341
6342Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
6343
6344 * gdbint.texinfo (Testsuite): New chapter, information about the
6345 testsuite.
6346
6347Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
6348
6349 * remote.texi (Communication Protocol): Rewrite.
6350
6351Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
6352
6353 * stabs.texinfo: Fix uses of xref.
6354
9e0b60a8
JM
6355Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
6356
6357 * gdbint.texinfo: Add an anti-printf exhortation, and update the
6358 info about patch submission.
6359
cce74817
JM
6360Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
6361
6362 From Per Bothner <bothner@cygnus.com>:
6363 * gdb.texinfo: Document Chill support.
6364
6365Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
6366
6367 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
6368 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
6369 Document that the value should be greater-than or equal-to zero.
6370 (NO_STD_REGS): Document. Deprecate.
6371
ac9a91a7
JM
6372Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
6373
6374 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
6375 Document that these are not used.
6376
6377Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
6378
6379 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
6380
392a587b
JM
6381Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
6382
6383 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
6384 numargs was dropped.
6385
6386Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
6387
6388 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
6389
b83266a0
SS
6390Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
6391
6392 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
6393 Update.
6394
7a292a7a
SS
6395Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
6396
6397 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
6398 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
6399
6400Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
6401
6402 * gdbint.texinfo: Fix typos: $ -> @.
6403
6404Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
6405
6406 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
6407 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
6408 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
6409 BREAKPOINT_FROM_PC.
a9331b3f 6410
7a292a7a
SS
6411Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
6412
6413 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
6414 CALL_DUMMY_STACK_ADJUST): Document.
6415
6416Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
6417
6418 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
6419 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
6420
64211999-04-02 Stan Shebs <shebs@andros.cygnus.com>
6422
6423 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
6424 longer exists.
6425
6426Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
6427
6428 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
6429 nearly all @ifset/@ifclear conditionals; nobody uses them, and
6430 they make the manual source incomprehensible.
6431 * h8-cfg.texi: Remove, hasn't been used in years.
6432
c906108c
SS
6433Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
6434
6435 * gdb.texinfo: Update the credits.
6436
6437Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
6438
6439 * gdb.texinfo: Fix mistakes noticed in printout of last
6440 draft, add Alpha to discussion of heuristic fence post.
6441
6442Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
6443
6444 * gdb.texinfo, remote.texi: Many changes; update to Seventh
6445 Edition, merge some HP changes into mainline, describe some
6446 previously undocumented features, describe more of the target
6447 commands available, eliminate obsolete section on renamed
6448 commands.
6449 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
6450
6451Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
6452
6453 * gdb.texinfo: Make many HPPA conditionals unconditional,
6454 including catchpoint description, since now on for all configs.
6455 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
6456 specializations.
6457
6458Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
6459
6460 * Makefile.in (GDBvn.texi): Fix match expression to work with
6461 current format of VERSION in gdb/Makefile.in.
6462 * gdb.texinfo: Fix node ref to match new readline.
6463
6464Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
6465
a9331b3f
RM
6466 * gdb.texinfo: Changes made as part of a project to merge in
6467 changes made by HP. Documentation makes extensive use of
c906108c
SS
6468 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
6469 on remote debugging. There are differences in documentation
6470 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
6471 the HP manual discusses catchpoints, hardware watchpoints, and
6472 some HPUX specific limitations for shared library support.
a9331b3f 6473
c906108c
SS
6474 There are also a number of @node changes.
6475
64761999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
6477
6478 * gdbint.texinfo (Formatting): Disambiguate a sentence.
6479 (C Usage): Same.
6480
6481Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
6482
6483 The following changes were made by Edith Epstein
6484 <eepstein@cygnus.com> as part of a project to merge in changes
6485 made by HP.
a9331b3f 6486
c906108c
SS
6487 * HPPA-cfg.texi: new file.
6488
6489 * all-cfg.texi: set HPPA for HP PA-RISC targets.
6490
6491 * refcard.tex: change documentation about catch.
6492 removed info catch.
6493
6494Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
6495
6496 * gdbint.texinfo: Expand on GDB's coding standards,
6497 specify the use of arg names with prototypes.
6498
64991998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
6500
6501 * gdb.texinfo: Fix tipo.
6502
6503Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
6504
6505 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
6506 TARGET_BYTE_ORDER_SELECTABLE_P.
6507
6508Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
6509
6510 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
6511
65121998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
6513
6514 * agentexpr.texi: New file.
6515
6516Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
6517
6518 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
6519
65201998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
6521
6522 * remote.texi: Changed wording that implied that the GDB remote
6523 protocol caches register values instead of GDB itself.
6524
6525Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
6526
6527 * gdbint.texinfo: Add some info about symbol readers.
6528 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
6529 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
6530 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
6531 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
6532
6533Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
6534
a9331b3f 6535 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
6536
6537Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
6538
6539 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
6540
6541Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
6542
6543 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
6544 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
6545
6546Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
6547
6548 * gdbint.texinfo: Fix minor typos.
6549
6550Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
6551
6552 * gdbint.texinfo: Complete overhaul. Group descriptions more
6553 logically, add more info on generic algorithms, remove much
6554 obsolete and/or wrong material.
6555
6556Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
6557
6558 * stabs.texinfo (Method Type Descriptor): Expand and correct.
6559
6560Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
6561
6562 * refcard.tex: Copyright, address updates.
6563
6564Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
6565
6566 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
6567 for the edition instead of confusing GDB-version-like numbers.
6568
6569Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
6570
6571 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
6572
6573Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
6574
5ae4183a 6575 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
6576
6577Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
6578
6579 * gdb.texinfo: Add some credits, mention bug monitor.
6580 * remote.texi: Mention mips monitor targets.
6581 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 6582
c906108c
SS
6583Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
6584
6585 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
6586 files, finish sorting of host vs target vs native macros, describe
6587 some more of them.
6588
6589Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
6590
6591 * gdbint.texinfo (Host Conditionals): Document change from
6592 using NO_MMALLOC to it's inverse, USE_MMALLOC.
6593
6594Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
6595
6596 * gdbint.texinfo (Host Conditionals): Document
6597 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
6598
6599Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
6600
6601 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
6602 Document LSEEK_NOT_LINEAR.
6603
6604Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
6605
6606 * stabs.texinfo (Stab Section Basics): Make it clear that only
6607 some versions of the GNU linker remove the leading N_UNDF symbol.
6608
6609Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
6610
6611 * stabs.texinfo (String Field): Document type number pairs here,
6612 instead of in the Sun specific section.
6613 (Include Files): The GNU linker supports the N_BINCL
6614 optimization. Clarify the N_BINCL value, and what it is used
6615 for.
6616 (Procedures): Document N_FUN with an empty string to mark the end
6617 of a function.
6618 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
6619 (Sun Differences): Remove this node, as the information is now
6620 elsewhere in the main document.
6621 (Stab Section Basics): Mention that the GNU linker may optimize
6622 stabs and remove the leading N_UNDF symbol.
6623
6624Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
6625
6626 * gdb.texinfo, refcard.tex: Restore author credit
6627
6628Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
6629
6630 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
6631 documentation to account for START and END macros taking
6632 one arg.
6633
6634Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
6635
6636 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
6637 * gdb.texinfo (Frames): Fix typo.
6638
6639Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
6640
6641 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
6642 a target_signal as arg type, not a pid.
6643
6644Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
6645
6646 * gdb.texinfo: Document `set assembly-language'.
6647
6648Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
6649
6650 * remote.texi: Update list of stubs in the GDB distribution.
6651
6652Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
6653
6654 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
6655 Also document that some systems can use mmalloc but must define
6656 this if their C runtime allocates memory that is later freed.
6657 (MMCHECK_FORCE): Document new macro.
a9331b3f 6658
c906108c
SS
6659Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
6660
6661 * remote.texi: Add documentation for target Sparclet.
6662
6663Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6664
a9331b3f 6665 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
6666 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
6667 * configure.in: Rewritten for autoconf.
6668 * configure: New.
6669
6670Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
6671
6672 * Makefile.in (DVIPS): New define, set to dvips.
6673 (dvi): Add stabs.dvi.
6674 (ps): New target.
6675 (all-doc): Depend on info, dvi, and ps targets.
6676 (STAGESTUFF): Add *.ps and *.dvi files.
6677 (clean-info, clean-dvi): Remove.
6678 (mostlyclean): Does not depend upon clean-info or clean-dvi,
6679 rules completely rewritten.
6680 (maintainer-clean): Remove clean-info and clean-dvi
6681 dependencies and put their actions in the rules.
6682 (gdb.ps): New target
a9331b3f 6683 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
6684 intermediate TeX files, whether they have 2 or 3 character
6685 extensions.
6686 (gdbint.ps): Add target and rules.
6687 (gdb-internals): Delete unused target.
6688 (Makefile): Depends upon config.status also.
6689
6690Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
6691
6692 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
6693 set.
6694
6695Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
6696
6697 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
6698 * gdb.texinfo (Expressions): Fix erroneous array constant example.
6699
6700Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
6701
6702 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
6703
6704Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6705
6706 * gdb.texinfo (Print settings): Document
6707 `set/show print static-members' commands.
6708
6709Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
6710
6711 * gdbint.texinfo (Native): Document name change, coredep.c to
6712 core-aout.c.
6713
6714Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
6715
6716 * stabs.texinfo (Include Files): Document the values the SunOS4
6717 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
6718
6719Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
6720
6721 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
6722 Fix typo.
6723
6724Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
6725
6726 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
6727 "gdb.tar.Z".
6728
6729Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
6730
6731 * Makefile.in (maintainer-clean): New target, synonym for
6732 realclean.
6733
6734Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
6735
6736 * Update all FSF addresses except those in COPYING* files.
6737
6738Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
6739
6740 From Richard Earnshaw (rearnsha@armltd.co.uk):
6741 * gdb.texinfo (convenience variables): Document $_exitcode.
6742 (quit): Document optional expression to use as exit code.
6743
6744Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
6745
6746 * gdb.texinfo, remote.texi: Brought up to date with various
6747 GDB changes.
6748
6749Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
6750
6751 * gdb.texinfo: Update dates and versions, fix comments about
6752 hardware watchpoints in future releases and about the
6753 sharedlibrary command.
6754
6755Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6756
6757 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
6758 C_FUN stab. Other cleanups.
6759
6760Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6761
6762 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
6763 for the sparc stub.
6764
6765Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6766
6767 * annotate.texi: Clarify which addresses have differing formats
6768 depending on the language and which do not.
6769
6770Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
6771
6772 * remote.texi (NetWare): Changed example to use BOARD= instead of
6773 NODE= argument to reflect correspoding change to gdbserve.nlm.
6774
6775Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6776
6777 * stabs.texinfo (Negative Type Numbers): Mention the fact that
6778 GDB, as well as AIX dbx, supports the size type attribute.
6779
6780Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6781
6782 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
6783
6784Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
6785
6786 * gdb.texinfo (Define): Document $arg0... arguments to commands,
6787 and new 'if' and 'while' commands.
6788
6789Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
6790
6791 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
6792
6793Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
6794
6795 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
6796 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
6797 NetWare targets. Mostly stolen from the Server node.
6798
6799Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6800
6801 * gdb.texinfo (Setting): Talk about the language of a source file
6802 versus the working language. The old documentation did not match
6803 what GDB did.
6804
6805Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6806
6807 * stabs.texinfo (Source Files): Document N_SO used to mark the end
6808 of a source file.
6809
6810Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6811
6812 * gdb.texinfo (Processes): New node.
6813
6814Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
6815
6816 * remote.texi: Update documentation of set/show mipsfpu.
6817
3fc11d3e
JM
6818Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
6819
6820 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
6821 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
6822
6823Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
6824
6825 * gdbint.texinfo: Removed mentions of some incorrectly placed and
6826 obsolete conditionals, described some others.
6827
6828Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6829
6830 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
6831 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
6832
6833Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
6834
6835 * gdbint.texinfo: Put regex conditionals in their own table.
6836
6837Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
6838
6839 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
6840 described or fixed the descriptions of many others.
6841
6842Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
6843
6844 * gdb.texinfo: Add some more credits.
6845 * gdbint.texinfo: Capitalize GDB consistently, describe some
6846 macros and remove some.
6847
6848Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
6849
6850 * gdbint.texinfo: Removed mentions of many incorrectly placed and
6851 obsolete conditionals, described some others.
6852
6853Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6854
6855 * gdb.texinfo (help targets): Changed to `help target', which
6856 is the correct gdb command.
6857
6858Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6859
6860 * annotate.texi (TODO): New node, for keeping track of annotations
6861 suggested but not yet implemented.
6862
6863Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6864
6865 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
6866 another symbol, it is not the address itself.
6867
6868Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
6869
6870 * stabs.texinfo (Stab Section Basics): Add comment about alignment
6871 of stabs-in-coff sections.
6872
6873Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6874
6875 * annotate.texi: Change edition to 0.5 and date to May 1994.
6876 Add index.
6877 (Frames): New node, for frame annotation.
6878 (Displays): New node, for display annotation.
6879
6880 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
6881 when waiting for your program to stop.
6882
6883Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6884
6885 * annotate.texi (Breakpoint Info): Document annotation of header
6886 fields and record annotation.
6887
6888Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6889
6890 * annotate.texi: New file, to document annotations.
6891
6892Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6893
6894 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
6895 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
6896
6897Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6898
6899 * stabs.texinfo (Stab Section Basics): Say what is in .stab
6900 section, and say n_strx field is compilation unit relative.
6901 * stabs.texinfo: Don't use @code for a.out when it is the name of
6902 an object file format.
6903
6904Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
6905
6906 * gdb.texinfo: Refer to file names, not path names, per rms
6907 convention.
6908 (Arguments): Fix typo.
6909
6910Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6911
6912 * stabs.texinfo (Global Variables): Talk about stabs in files
6913 where variables are referenced, but not defined.
6914
6915Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6916
6917 * stabs.texinfo: Move stuff on @ and # type descriptors from node
6918 Cplusplus to new nodes Member Type Descriptor and Method Type
6919 Descriptor. Re-write stuff for #.
6920
6921Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6922
6923 * gdb.texinfo (Print Settings): Don't document "set print
6924 fast-symbolic-addr off". The bug which it worked around was fixed
6925 on 25 Feb 94 in coffread.c, so I'm nuking the command.
6926
6927 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
6928 N_ENTRY node.
6929
6930 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
6931
6932Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6933
6934 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
6935 references to ieee-float.c.
6936
6937Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6938
6939 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
6940 match what the code actually does.
6941
6942Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6943
6944 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
6945
6946Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
6947
6948 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
6949 i, and b.
6950
6951Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
6952
6953 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
6954 well as for ELF and SOM. Unify the descriptions of ELF and SOM
6955 as "stabs in sections" rather than just saying "ELF and SOM".
6956 Also make that stuff apply to COFF.
6957
6958Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6959
6960 * gdb.texinfo (Formatting Documentation): Change GhostScript to
6961 Ghostscript.
6962
6963Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6964
6965 * gdb.texinfo (Continuing and Stepping): When talking about "step"
6966 versus functions without line numbers, also mention stepping into
6967 them as well as "step" when you are in them. Tell the user how to
6968 deal with the situation. Add comment about "debugging information".
6969
6970Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6971
6972 * stabs.texinfo (Enumerations): Document restriction on where
6973 enumeration types can appear and still win with GDB.
6974
6975Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6976
6977 * stabs.texinfo (Negative Type Numbers): Document format for type
6978 -16.
6979
6980Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6981
6982 * gdb.texinfo (Selection, Frame Info): Update information about
6983 arbitrary frame specficiations.
6984
6985Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
6986
6987 * gdb.texinfo, remote.texi: general editing pass prior to Net release
6988
6989Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6990
6991 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
6992
6993Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
6994
6995 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
6996
6997Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6998
6999 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
7000 Differences node to Statics node.
7001 (Statics): Discuss XCOFF use of V symbol descriptor.
7002
7003 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
7004 not clean.
7005
7006Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
7007
7008 * gdb.texinfo (Print Settings): Document `set print
7009 fast-symbolic-addr' and improve the doc for some other
7010 `set print's.
7011
7012Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7013
7014 * stabs.texinfo (String Field): Talk about defining several type
7015 numbers at once.
7016 Fix lint regarding changing node ELF Transformations to
7017 ELF and SOM Transformations.
7018
7019Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
7020
7021 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
7022
7023Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7024
7025 * stabs.texinfo (Cross-References): `::' is for nested types only
7026 within <>.
7027 (Structures): Document static members.
7028
7029Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7030
7031 * stabs.texinfo: Document S type attribute.
7032
7033Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
7034
7035 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
7036
7037Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
7038
7039 * gdbint.texinfo: Fix a few typos.
7040
7041Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7042
7043 * gdb.texinfo, remote.texi: formatting improvements
7044
7045 * gdb.texinfo (New Features): mention threads.
7046 (Summary, C): fix xrefs in newly contributed text.
7047 (Threads): index entries, clarifications, example
7048 (passim): minor typos fixed, phrasing improvements
7049
7050 * remote.texi (Bootstrapping): rephrase text on ^C and add index
7051 entries; (Server): explain use of gdbserver w/real-time systems,
7052 add example of conflicting TCP port; (MIPS Remote) break up
7053 running text into table, highlighting commands, and add example.
a9331b3f 7054
c906108c
SS
7055Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7056
7057 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
7058
7059Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7060
7061 * stabs.texinfo (Nested Symbols): New node.
7062 (String Field, Symbol Descriptors, Cross-References): Refer to it.
7063
7064Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7065
7066 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
7067 to picking which Bbss.bss symbol to use, and (because there seems to
7068 be no good way of doing it) re-write some of the text to make it
7069 sound like Bbss.bss isn't such a great idea after all (as currently
7070 designed).
7071
7072 * gdb.texinfo (C): In addition to saying people have to use g++ for
7073 good results, say they have to use stabs. Specifically say cfront
7074 doesn't work well.
7075 (Summary): Merge in information on Modula-2, Pascal, and Chill from
7076 the gdb README. Add xrefs to places where the support for the various
7077 languages is described in detail.
7078
7079Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7080
7081 * stabs.texinfo: Clean up stuff about visibility and virtual
7082 characters.
7083
7084 * stabs.texinfo (N_M2C): Cite Sun doc.
7085
7086Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7087
7088 * gdb.texinfo: updates re threads.
7089 * remote.texinfo: avoid index entries starting with digits.
7090
7091Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7092
7093 * stabs.texinfo (Enumerations): Talk about large, negative and
7094 octal values. Clean up cross reference to type attributes.
7095 (String Field): Say that GDB 4.11 supports size attribute.
7096
7097Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7098
7099 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
7100 is a mandatory step. Make the stuff about that more concise.
7101
7102Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7103
7104 * stabs.texinfo (Class Names): New node.
7105
7106 * gdb.texinfo (Command Files): Explain order of init file reading.
7107
7108 * remote.texi (Bootstrapping): Talk about getting the serial driver
7109 to deal with ^C sent by gdb to stop the remote system.
7110
7111Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
7112
7113 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
7114
7115 * libgdb.texinfo (Defining Commands): made the DOC arg
7116 to gdb_define_app_command a char * instead of char **
7117 per a suggestion from kingdon.
7118
7119 * libgdb.texinfo: total rewrite from a different starting
7120 premise.
7121
7122Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7123
7124 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
7125 floats passed as doubles (to improve clarity).
7126
7127Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7128
7129 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
7130
7131 * a4rc.sed: update to work with Andreas Vogel papersize params
7132
7133 * refcard.tex: use Andreas Vogel simplifications of papersize
7134 params; remove useless version info; update copyright date.
7135
7136Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7137
7138 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
7139
7140Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7141
7142 * gdb.texinfo (Files): Say what address the load command loads it at.
7143
7144 * stabs.texinfo (Common Blocks): Minor cleanups.
7145
7146 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
7147 that Sun has backed away from the linker kludge and thus the relevant
7148 issue is changes to the SunPRO tools, not the Solaris linker.
7149
7150 * stabs.texinfo (Traditional Integer Types): Clean up description
7151 of octal bounds a little bit. Document extra leading zeroes.
7152
7153Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7154
7155 * gdb.texinfo (Signaling): Update for symbolic symbol names
7156 and add a section explaining the difference between the GDB
7157 signal command and the shell kill utility.
7158
7159Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
7160
7161 * libgdb.texinfo: added `@' to braces that were unescaped.
7162
7163Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
7164
7165 * libgdb.texinfo: new file. Spec for the gdb library.
7166
7167Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7168
7169 * stabs.texinfo (Include Files): Fix typo (start -> end).
7170
7171Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7172
7173 * gdb.texinfo, remote.texi: assorted small improvements, mostly
7174 from Melissa at FSF's editing pass.
7175
7176Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7177
7178 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
7179 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
7180 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
7181
7182Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7183
7184 * remote.texi (Bootstrapping): Discuss 386 call gates.
7185
7186Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
7187
7188 * stabs.texinfo (Based Variables): New node.
7189
7190Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
7191
7192 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
7193 names, sizes, and formats to suggest how not to lose.
7194
7195Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
7196
7197 * stabs.texinfo (Methods): Fix typo.
7198
7199Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7200
7201 * gdb.texinfo: Fix a few typos.
7202
7203Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7204
7205 * gdb.texinfo: Clarify how well it works with Fortran.
7206
7207 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
7208 More on relocating stabs in ELF files.
7209
7210Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7211
7212 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
7213
7214Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7215
7216 * stabs.texinfo (Local Variable Parameters): Talk about nameless
7217 parameters on VAX.
7218
7219Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7220
7221 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
7222
7223Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7224
7225 * stabs.texinfo: Make info author notice match the TeX author notice.
7226
7227Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7228
7229 * stabs.texinfo: Initial-caps all words in node names and
7230 non-trivial words in section names.
7231
7232Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7233
7234 * stabs.texinfo: Many minor cleanups.
7235
7236 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
7237
7238Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
7239
7240 * stabs.texinfo: Remove full description of big example.
7241 It's not really helpful; just use pieces of it where appropriate.
7242 Add more Texinfo formatting directives (@samp, etc.).
7243 Use @deffn to define stab types.
7244 Eliminate some wordiness. Break up some nodes.
7245 Add an (alphabetized) index of symbol types.
7246 Use consistent capitalization style in node and section names.
7247
7248Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
7249
7250 * gdb.texinfo: Change typo "Two two" to "The two".
7251
7252Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7253
7254 * stabs.texinfo (XCOFF-differences): Remove references to
7255 non-existent types N_DECL and N_RPSYM.
7256
7257 * stabs.texinfo (String Field): Say that type attributes bug is
7258 fixed in GDB 4.10, since it is.
7259
7260 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
7261
7262Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
7263
7264 * stabs.texinfo: Formatting cleanups.
7265
7266Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7267
7268 * stabs.texinfo: When explaining the n_type of a stab, standardize
7269 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
7270 no tabs, use @r).
7271 (Global Variables): Clean up.
7272
7273Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7274
7275 * stabs.texinfo (Stack Variables): Re-write.
7276
7277Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7278
7279 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
7280 addresses of a source file. Also revise formatting.
7281 Change "object module" or "object file" to "source file".
7282 Various: Miscellaneous cleanups.
7283
7284Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7285
7286 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
7287
7288Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
7289
7290 * gdbint.texinfo: Removed many nonsensical machine-collected
7291 host and target conditionals, described some of the remainder.
7292
7293Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7294
7295 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
7296
7297 * gdbint.texinfo (Top): Add name to @top line, and re-write the
7298 paragraph which follows.
7299
7300 * gdbint.texinfo (Host): Use @code not @samp for Makefile
7301 variables. Looks better and avoids overful hbox.
7302
7303Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7304
7305 * stabs.texinfo (Procedures): Improve stuff on nested functions.
7306
7307Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7308
7309 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
7310 retransmit-timeout
7311
7312Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7313
7314 * gdbint.texinfo: Update statement about `some ancient Unix
7315 systems, like Ultrix 4.0' to Ultrix 4.2.
7316
7317Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
7318
7319 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
7320
7321 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
7322
7323 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
7324 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
7325
7326 * remote.texi: new name for former gdbinv-s.texi
7327
7328 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
7329
7330Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
7331
7332 * gdbinv-s.texi: Documented timeout and retransmit-timeout
7333 variables for MIPS remote debugging protocol.
7334
7335Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7336
7337 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
7338
7339Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
7340
7341 * Makefile.in (refcard.dvi): Use srcdir where necessary.
7342
7343Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
7344
7345 * gdb.texinfo: repair conditional bugs in text markup
7346
7347Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7348
7349 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
7350 to select Modula-2 material.
7351
7352Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7353
7354 * stabs.texinfo: Cleanups regarding statics.
7355
7356 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
7357 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
7358
7359Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7360
7361 * stabs.texinfo: N_MAIN is sometimes used for C.
7362
7363Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7364
7365 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
7366
7367Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
7368
7369 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 7370 removed from the code by Kingdon.
c906108c
SS
7371
7372Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7373
7374 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
7375 input when evaluating breakpoint conditions; the bug has been fixed.
7376
7377 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
7378 sets the ignore count to N-1, not to N.
7379
7380Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7381
7382 * refcard.tex (\hoffset): correct longstanding error to match
7383 intended offset; avoids cutting off edge on some printers
7384
7385Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7386
7387 * stabs.texinfo (Parameters): Say that order of stabs is significant.
7388
7389Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7390
7391 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
7392
7393Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7394
7395 * Makefile.in: (REFEDITS) new var to control whether PS or CM
7396 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
7397 collect sed edits if any, apply to refcard before formatting;
7398 (refcard.ps) stop implying PS fonts if PS output requested;
7399 (lrefcard.ps) delete extra target for variant PS fonts
7400
7401 * refcard.tex: parametrize papersize dependent info, collect
7402 in easily replaced spot
7403
7404 * a4rc.sed: new file, edits to refcard for A4 paper
7405
7406Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7407
7408 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
7409
7410Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7411
7412 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
7413
7414Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7415
7416 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
7417 politely rather than rudely.
7418
7419Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7420
7421 * stabs.texinfo: Document common blocks.
7422
7423Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
7424
7425 * stabs.texinfo: Add some basic info about stabs-in-elf.
7426
7427Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7428
7429 * stabs.texinfo (Top): Minor cleanup.
7430
7431Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
7432
7433 * Makefile.in (install-info): remove parentdir support
7434
7435Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7436
7437 * gdb.texinfo (Copying): delete this node and references to it;
7438 RMS says this manual need not carry GPL. (passim): Improvements
7439 from last round at FSF, largely due to Ian Taylor review, and
7440 minor formatting improvements.
7441
7442 * gdbinv-s.texi (passim): Improvements from last round at FSF,
7443 largely due to Ian Taylor review. (Debug Session): minor edits to
7444 new text.
7445
7446Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
7447
7448 * Makefile.in (realclean): Remove info and dvi files too.
7449
7450Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
7451
7452 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
7453 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
7454 * gdb.texinfo: Change accordingly.
7455
7456 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
7457 N_{L,R}BRAC,N_SLINE are relative to.
7458
7459Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
7460
7461 * Makefile.in (GDBvn.texi): Update atomically.
7462
7463Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
7464
7465 * gdbinv-s.texi (Debug Session): Document exceptionHook.
7466
7467Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
7468
7469 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
7470 addresses together. Also motivate the set print symbol-filename
7471 command and suggest other solutions.
7472
7473Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
7474
7475 * gdb.texinfo (set print elements): Note that the number of
7476 elements is set to unlimited by "set print elements 0".
7477
7478Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
7479
7480 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
7481 NF_LDOUBLE means.
7482 (Stab Types): Include Solaris stab types.
7483 (Procedures): Document Solaris extensions.
7484
7485Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7486
7487 * gdb.texinfo: Add `set print symbol-filename' doc.
7488
7489Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7490
7491 * stabs.texinfo (Arrays): Talk about type definition vs. type
7492 information.
7493
7494 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
7495 the trailing semicolon.
7496
7497Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7498
7499 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
7500 and merge in other parts of the document addressing these subjects.
7501 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
7502
7503 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
7504 at the end of a range type.
7505
7506 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
7507 AIX extensions.
7508
7509Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7510
7511 * stabs.texinfo (Stabs Format): Misc fixes.
7512
7513Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7514
7515 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
7516 (Traditional builtin types): Document convex convention for long long.
7517 (Negative builtin types): Discuss type names, and misc fixes.
7518
7519Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7520
7521 * stabs.texinfo (Builtin Type Descriptors): Document the floating
7522 point types used with @samp{R} type descriptor.
7523 (Symbol Descriptors): Describe how to handle conflict between
7524 different meanings of @samp{P} symbol descriptor.
7525
7526Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7527
7528 * stabs.texinfo: Remove node Quick Reference and put its children
7529 directly under the main menu.
7530
7531 * stabs.texinfo: Many more changes to bring it into line with
7532 AIX documentation and reality. I think it now has all the
7533 information from the AIX documentation, except that I burned
7534 out when I got to variant records (Pascal and Modula-2) and
7535 all the COBOL types. Oh well, we can add them later when we're
7536 worrying more about those languages.
7537
7538 * stabs.texinfo (Automatic variables): Talk about what it means
7539 to omit the symbol descriptor.
7540
7541Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7542
7543 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
7544 gcc2 behavior with promoted args.
7545
7546Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7547
7548 * gdb.texinfo: include readline appendices in info version of manual
7549
7550Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7551
7552 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
7553 target remote.
7554
7555 * gdb.texinfo (Machine Code): more index entries for disassemble
7556
7557Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
7558
7559 * Clarify the intended use of the gdb-testers and gdb-patches
7560 mailing lists, and shrink gzip comment.
7561
7562Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7563
7564 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
7565 DOSHOST configuration of manual.
7566
7567 * gdb.texinfo (MIPS Stack): new node.
7568
7569 * all-config.texi (MIPS) new switch.
7570
7571 * gdbinv-s.texi (Nindy Options) Remove two instances of future
7572 tense; (MIPS Remote) new node.
7573
7574 * gdb.texinfo (passim) rephrases to work around makeinfo @value
7575 bug; (Environment) less passive, other small cleanups in text about
7576 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
7577 (Remote) new MIPS Remote menu entry.
7578
7579Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
7580
7581 * stabs.texinfo: Many changes to include information from the
7582 AIX documentation.
7583
7584 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
7585
7586Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
7587
7588 * gdbint.texinfo (new node Debugging GDB, elsewhere):
7589 Move a bunch of information from ../README.
7590 (Getting Started): New node.
7591
7592Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7593
7594 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
7595
7596 * gdb.texinfo: advance manual revision dates to present
7597
7598 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
7599 stop using silly Roman numerals in @set variable names
7600
7601Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
7602
7603 * stabs.texinfo (Parameters): Keep trying to get this right.
7604
7605Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
7606
7607 * stabs.texinfo (Parameters): More on "local parameters".
7608
7609Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
7610
7611 * stabs.texinfo (Parameters): Re-do "local parameters" section.
7612
7613Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
7614
7615 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
7616 (Parameters): Rewrite.
7617 (xcoff-differences, Sun-differences): Minor changes.
7618
7619Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
7620
7621 * stabs.texinfo: Minor cleanup.
7622
7623Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
7624
7625 * gdbint.texinfo: Minor xcoff stuff.
7626
7627Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
7628
7629 * gdbint.texinfo: Update for new config directory structure.
7630 Add info about internal type data structures.
7631
7632Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
7633
7634 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
7635 $(srcdir).
7636 (gdb-config.texi): Depend on file in $(srcdir).
7637
7638Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
7639
7640 * stabs.texinfo: Fixes about N_SO.
7641
7642Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7643
7644 * gdb.texinfo: include list of nonstandard init file names
7645
7646 * *-config.texi: new switch GENERIC for text that applies *only*
7647 to (usual) multiple-target version of manual
7648
7649 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
7650 h8 config
7651
7652 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
7653 in menus (rather than conditionally selected multiple alternative
7654 menus).
7655
7656 * Makefile.in: define and use DOC_CONFIG var to select
7657 configuration for GDB user manual.
7658
7659 * gdb-config.texi: delete from repository, generate from Makefile.
7660
7661 * all-config.texi: normal `generic' configuration file, formerly
7662 stored as gdb-config.texi
7663
7664Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
7665
7666 * Makefile.in: add dvi target to build all .dvi files
7667
7668Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7669
7670 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
7671
7672Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
7673
7674 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
7675 host conditionals.
7676 * stabs.texinfo: More array fixes inspired by Jim's.
7677
7678Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
7679
7680 * stabs.texinfo: Fixes re arrays and continuations.
7681
7682 * gdbint.texinfo: Add XCOFF node.
7683
7684Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
7685
7686 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
7687
7688Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
7689
7690 * stabs.texinfo: Fix for array types to mention lower bounds.
7691
7692Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
7693
7694 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
7695
7696Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
7697
7698 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
7699
7700Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
7701
7702 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
7703 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
7704
7705Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
7706
7707 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
7708
7709Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7710
7711 * gdb.texinfo, gdbinv-s.texi: misc updates
7712
7713Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
7714
7715 * gdbint.texinfo: Brief documentation for longjmp support,
7716 from an email msg by Stu.
7717
7718Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
7719
7720 * stabs.texinfo: Fix description of floating point "range"
7721 types (which really define basic types). Reported by Jim Meehan,
7722 <meehan@src.dec.com>.
7723
7724 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
7725
7726Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
7727
7728 * gdbint.texinfo: Slightly expand section on supporting a new
7729 object file format.
7730
7731Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
7732
7733 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
7734 intermediate file.
7735
7736Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7737
7738 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
7739
7740Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7741
7742 * gdbinv-s.texi: z8000 simulator target name is just "sim"
7743
7744 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
7745 as well as Z8002.
7746
7747Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
7748
7749 * gdbint.texinfo: Add sections on clean design and on how to send
7750 in changes.
7751
7752Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
7753
7754 * gdbint.texinfo: Add how to declare the result of make_cleanup.
7755
7756Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
7757
7758 * gdb.texinfo: Fix typo, reported by Karl Berry.
7759
7760Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
7761
7762 * gdb.texinfo: Add opcodes dir to GDB distribution description.
7763
7764Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7765
7766 * gdbint.texinfo: fixed a stray email address (needs @@),
7767 added @table @code to node "Native Conditionals"
7768
7769Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
7770
7771 * gdbint.texinfo: Describe coding style of GDB.
7772
7773Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
7774
7775 * stabs.texinfo: Minor wording changes.
7776
7777Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
7778
7779 * gdbint.texinfo: Improve release doc slightly.
7780
7781Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
7782
7783 * gdbint.texinfo: Improve doc of GDB config macros.
7784
7785Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
7786
7787 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
7788 These will be reinserted when examined.
7789
7790Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
7791
7792 * gdbint.texinfo: Make a start at documenting all the #if macros
7793 in GDB. At least list them all, and start separating them into
7794 host-specific and target-specific.
7795
7796Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
7797
7798 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 7799 examples (not consistent w others).
c906108c
SS
7800 gdb.texinfo: issue disclaimer paragraph on cmdline options only
7801 for generic vn of doc
7802
7803Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
7804
7805 * Makefile.in: always create installation directories.
7806
7807Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
7808
7809 * gdb.texinfo: in h8 config, do not describe searching commands.
7810
7811Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
7812
7813 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
7814 conditionals; introduce a few generic switches that may be
7815 useful for other cross-dev or dos-hosted configs.
7816
7817 * gdb.texinfo: fix typo in "info reg" description
7818
7819Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
7820
7821 * stabs.texinfo: Minor updates from running TeX over it.
7822 * Makefile.in (stabs.dvi, stabs.ps): Add.
7823
7824Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
7825
7826 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
7827 First pass at converting it to texinfo.
7828
7829Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
7830
7831 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
7832 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
7833
7834Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
7835
7836 * gdbint.texinfo: Add section on partial symbol tables.
7837
7838Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
7839
7840 * gdb.texinfo: document `set remotedebug' and `set
7841 rstack_high_address'.
7842
7843Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
7844
7845 * gdb.texinfo: slight expansion of new text on reading info files
7846 * gdbinv-s.m4.in: correct and expand info on cross-debugging
7847 H8/300 from DOS.
7848
7849Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
7850
7851 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
7852
7853Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
7854
7855 * gdb.texinfo: Say how to read the `info' files.
7856
7857Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
7858
7859 * Makefile.in: gm4 -> m4.
7860
7861Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
7862
7863 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
7864 Documentation' ahead of `Installing GDB' to match README.
7865 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 7866 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
7867
7868Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
7869
7870 * Makefile.in: remove $(srcdir) from gdb.info rule.
7871
7872Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
7873
7874 * Makefile.in: commented out gdb-all.texinfo rule. This is
7875 temporary.
7876
7877Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
7878
7879 * Makefile.in, configure.in: removed traces of namesubdir,
7880 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
7881 copyrights to '92, changed some from Cygnus to FSF.
7882
7883Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
7884
7885 * gdb.texinfo: Improve how we ask for bug reports.
7886
7887Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
7888
7889 * Makefile.in: infodir belongs in datadir.
7890
7891Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
7892
7893 * Makefile.in: remove spaces following hyphens, bsd make can't
7894 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 7895 standards.text support.
c906108c
SS
7896
7897Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
7898
7899 * Makefile.in: idestdir and ddestdir go away. Added copyrights
7900 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
7901 and mandir now keyed off datadir by default.
7902
7903\f
7904Local Variables:
9e9c5ae7 7905mode: change-log
c906108c
SS
7906left-margin: 8
7907fill-column: 74
7908version-control: never
7909End:
This page took 1.068821 seconds and 4 git commands to generate.