ChangeLog:
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
a255712f
PP
12010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2
3 * gdb.texinfo (Debugging Output): Document "set debug jit".
4
ccfc3d6e
TT
52011-01-06 Tom Tromey <tromey@redhat.com>
6
7 PR python/12133:
8 * gdb.texinfo (Frames In Python): Document various frame
9 constants.
10
44944448
JB
112011-01-05 Joel Brobecker <brobecker@adacore.com>
12
13 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
14 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
15 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
16
42ea3d7a
JK
172011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18
19 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
20 (clean): Add GDBvn.texi.
21
720d1a40
JB
222010-12-29 Joel Brobecker <brobecker@adacore.com>
23
24 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
25 occasional case where the debugger prints an array address
26 instead of the array itself.
27
ad196637
PA
282010-12-23 Pedro Alves <pedro@codesourcery.com>
29
30 * gdb.texinfo (Packets) <read registers packet>: Document support
31 for registers that were not collected.
32
a86caf66
DE
332010-12-15 Doug Evans <dje@google.com>
34
35 * gdb.texinfo (Startup): Document auto-loading of scripts during
36 startup.
37 (Auto-loading): Delete "maint set python auto-load on|off".
38 Add "set auto-load-scripts on|off".
39
aae1c79a
DE
402010-12-07 Doug Evans <dje@google.com>
41
42 * gdb.texinfo (Mode Options): Document -data-directory.
43 (Data Files): Add reference to -data-directory.
44
4e04c971
DE
452010-11-29 Doug Evans <dje@google.com>
46
47 * gdb.texinfo (Pretty-Printer Introduction): Change
48 printer-name:subprinter-name to printer-name;subprinter-name.
49
94b6973e
PM
502010-11-29 Phil Muldoon <pmuldoon@redhat.com>
51
52 PR python/12199
53
54 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
55
39037522
TT
562010-11-23 Tom Tromey <tromey@redhat.com>
57
58 * gdb.texinfo (Top): Check SYSTEM_READLINE.
59 (Editing): Likewise.
60 (Command History): Likewise.
61 (TUI Keys): Likewise.
62 (Bug Reporting): Conditionally include rluser.texi and
63 inc-history.texinfo.
64 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
65 (GDB_DOC_SOURCE_INCLUDES): Add comment.
66 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
67 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
68 (gdb.pdf): Likewise.
69 (gdb.info): Likewise.
70 (gdb/index.html): Likewise.
71
5ae98d25
TT
722010-11-23 Tom Tromey <tromey@redhat.com>
73
74 * Makefile.in (Makefile): Run ../config.status.
75 (distclean): Update.
76 * configure: Remove.
77 * configure.ac: Remove.
78
621c8364
TT
792010-11-12 Tom Tromey <tromey@redhat.com>
80
81 * gdb.texinfo (Basic Python): Update. Add xref.
82 (Exception Handling): Document new exception classes.
83 (Types In Python): Update.
84 (Frames In Python): Update.
85
84f4c1fe
PM
862010-11-11 Phil Muldoon <pmuldoon@redhat.com>
87
88 * gdb.texinfo (Breakpoints In Python): Document "internal"
89 parameter, and visible attribute.
90
99e7ae30
DE
912010-11-05 Doug Evans <dje@google.com>
92
93 * gdb.texinfo (Source Path): Document "set directories".
94
f4b8a18d
KW
952010-11-05 Ken Werner <ken.werner@de.ibm.com>
96
97 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
98 (OpenCL C): New node.
99
7b51bc51
DE
1002010-11-02 Doug Evans <dje@google.com>
101
102 * gdb.texinfo (Pretty Printing): Expand into three sections,
103 introduction, example, and commands.
104 (Python API): Delete section Disabling Pretty-Printers, merge into
105 Selecting Pretty-Printers.
106 (Writing a Pretty-Printer): New section. Move the pretty-printer
107 example here, and reformat to match python coding style. Add a second
108 example using the gdb.printing module.
109 (Python modules): Add gdb.printing.
110
9eeee977
DE
1112010-10-29 Doug Evans <dje@google.com>
112
113 * gdb.texinfo (Python): Fix long line.
114
a0e0ffdf
DE
1152010-10-20 Doug Evans <dje@google.com>
116
117 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
118 All references updated. Correct sections marked as subsections.
119 (Coding Standards): New chapter. Move the coding standard related
120 subsections here. Add section on Python coding standards.
121
0e3509db
DE
1222010-10-13 Doug Evans <dje@google.com>
123
124 * gdb.texinfo (Python): Add "Python modules".
125 (Types in Python): Add reference to gdb.types section.
126 (Python modules): New node.
127
44592cc4
DE
1282010-10-11 Doug Evans <dje@google.com>
129
130 * gdb.texinfo (Values From Inferior): Add reference to "Types in
131 Python" from gdb.Value.type description.
132
6e1bb179
JB
1332010-09-28 Joel Brobecker <brobecker@adacore.com>
134
135 * gdb.texinfo (Ravenscar Profile): New node.
136
e8467610
TT
1372010-09-22 Tom Tromey <tromey@redhat.com>
138
139 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
140
fccd1d1e
EZ
1412010-09-22 Eli Zaretskii <eliz@gnu.org>
142
143 * gdb.texinfo (Values From Inferior): Clarify that
144 value.dynamic_type works only in C++ programs with RTTI.
145
c1b6b909
TT
1462010-09-15 Paul Bolle <pebolle@tiscali.nl>
147
148 * gdb.texinfo (Character Sets): Correctly reference host-charset
149 in example.
150
7d288aaa
TT
1512010-09-13 Tom Tromey <tromey@redhat.com>
152
153 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
154 Document "fullname" and "from".
155
f75d858b
MK
1562010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
157
158 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
159 feature `reverse' output by -list-target-features.
160
83b9503b
L
1612010-08-31 H.J. Lu <hongjiu.lu@intel.com>
162
163 * gdb.texinfo (i386 Features): Remove an extra "@item".
164
03f17ccf
TT
1652010-08-30 Tom Tromey <tromey@redhat.com>
166
167 PR python/11792:
168 * gdb.texinfo (Values From Inferior): Document dynamic_type.
169
9779414d
DJ
1702010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
171
172 * gdb.texinfo (ARM Features): Document
173 org.gnu.gdb.arm.m-profile.
174
f9ffd4bb
TT
1752010-08-23 Tom Tromey <tromey@redhat.com>
176
177 PR python/11145:
178 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
179 reinterpret_cast methods.
180
702c2711
TT
1812010-08-23 Tom Tromey <tromey@redhat.com>
182
183 PR python/11915:
184 * gdb.texinfo (Types In Python): Document array method.
185
66b73624
TJB
1862010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
187
188 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
189
06a64a0b
TT
1902010-08-16 Tom Tromey <tromey@redhat.com>
191
192 * gdb.texinfo (Set Watchpoints): Document -location option.
193
a3a7127e
DE
1942010-08-13 Doug Evans <dje@google.com>
195
196 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
197
8dedea02
VP
1982010-08-13 Vladimir Prus <vladimir@codesourcery.com>
199
200 * gdb.texinfo (GDB/MI Data Manipulation): Document
201 -data-read-memory-raw and -data-write-memory-raw.
202
ca5c20b6 2032010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 204 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
205
206 * gdb.texinfo (Basic Python): Describe post_event API.
207
cb2e07a6
PM
2082010-08-11 Phil Muldoon <pmuldoon@redhat.com>
209
210 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 211 decode_line Python APIs
cb2e07a6 212
464b3efb
TT
2132010-08-10 Tom Tromey <tromey@redhat.com>
214
215 * gdb.texinfo (Pretty Printing API): Document
216 gdb.default_visualizer.
217
c29c521f
TT
2182010-08-10 Tom Tromey <tromey@redhat.com>
219
220 Revert gdb-add-index addition:
221 * gdb.texinfo (Index Files): Don't document gdb-add-index.
222
5da1313b
JK
2232010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
224 Eli Zaretskii <eliz@gnu.org>
225
226 * gdb.texinfo (Mode Options) <-batch>
227 (Basic Python) <gdb.execute>: Describe setting width and height.
228
02d868e8
PP
2292010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
230
231 * gdb.texinfo (Threads): Document 'debug libthread-db'.
232
c2bbed2a
TT
2332010-07-30 Tom Tromey <tromey@redhat.com>
234
235 * gdb.texinfo (Index Files): Mention gdb-add-index.
236
6c13bbe1
HZ
2372010-07-30 Hui Zhu <teawater@gmail.com>
238
239 * gdb.texinfo (Inferiors and Programs): Update the introduce of
240 "detach inferior" and "kill inferior".
241
53a71c06
CR
2422010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
243
244 * gdb.texinfo (Machine Code): Update description of two forms of
245 arguments, and add new example to demonstrate the new form.
246
5374244e
PM
2472010-07-27 Phil Muldoon <pmuldoon@redhat.com>
248
249 * gdb.texinfo (Values From Inferior): Add value inferior function
250 call description.
251
8ea5bce5
JK
2522010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
253
254 * gdb.texinfo (Active Targets): Fix wrong comma placement.
255
c0edd9ed
JK
2562010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
257 Eli Zaretskii <eliz@gnu.org>
258
259 Make core files the process_stratum.
260 * gdb.texinfo (Active Targets): Remove core_stratum. Include
261 record_stratum example.
262
9291a0cd
TT
2632010-07-13 Tom Tromey <tromey@redhat.com>
264
265 * gdb.texinfo (Index Files): New node.
266
f5011d11
TT
2672010-07-13 Tom Tromey <tromey@redhat.com>
268
269 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
270
0f5238ed
TT
2712010-07-13 Tom Tromey <tromey@redhat.com>
272
273 * gdb.texinfo (Specify Location): Document labels.
274
74c761c1
PA
2752010-07-01 Pedro Alves <pedro@codesourcery.com>
276
277 * gdb.texinfo (Create and Delete Tracepoints): Add more index
278 entries for fast tracepoints and static tracepoints.
279
501994c0
PA
2802010-07-01 Pedro Alves <pedro@codesourcery.com>
281
282 * gdb.texinfo (General Query Packets) <qfThreadInfo,
283 qsThreadInfo>: Spell out `l' as ell.
284
0fb4aa4b
PA
2852010-07-01 Pedro Alves <pedro@codesourcery.com>
286
287 * gdb.texinfo (Convenience Variables): Document $_sdata.
288 (Commands to Set Tracepoints): Describe static tracepoints. Add
289 `Listing Static Tracepoint Markers' menu entry. Document
290 "strace".
291 (Tracepoint Action Lists): Document collecting $_sdata.
292 (Listing Static Tracepoint Markers): New subsection.
293 (Tracepoints support in gdbserver): Mention static tracepoints.
294 (remote packets, enabling and disabling): Mention
295 read-sdata-object.
296 (General Query Packets) <qSupported>: Document qXfer:sdata:read
297 and StaticTracepoint.
298 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
299 Document qXfer:sdata:read.
300 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
301
dc3b15be
JB
3022010-06-29 Joel Brobecker <brobecker@adacore.com>
303
304 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
305
595939de
PM
3062010-06-28 Phil Muldoon <pmuldoon@redhat.com>
307 Tom Tromey <tromey@redhat.com>
308 Thiago Jung Bauermann <bauerman@br.ibm.com>
309
310 * gdb.texinfo (Inferiors In Python): New node.
311 * gdb.texinfo (Threads In Python): New node.
312
9279c692
JB
3132010-06-28 Joel Brobecker <brobecker@adacore.com>
314
315 * gdb.texinfo (Python): Document what the python directory is
316 and what its location is.
317 (Basic Python): Document the gdb.PYTHONDIR constant.
318
bc9f0842
TT
3192010-06-25 Tom Tromey <tromey@redhat.com>
320
321 PR python/10808:
322 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
323
f1421989
HZ
3242010-06-24 Hui Zhu <teawater@gmail.com>
325
326 * gdb.texinfo: (Commands for Controlled Output): Add
327 documentation for command "eval".
328
e4c0cfae
SS
3292010-06-21 Stan Shebs <stan@codesourcery.com>
330
331 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
332 * annotate.texinfo: Ditto.
333 * gdbint.texinfo: Ditto.
334 * stabs.texinfo: Ditto.
335
bb08c432
HZ
3362010-06-22 Hui Zhu <teawater@gmail.com>
337
338 * gdb.texinfo: (Process Record and Replay): Add documentation
339 for command "set record memory-query".
340
4f5d9f07
SS
3412010-06-21 Stan Shebs <stan@codesourcery.com>
342
343 * gdb.texinfo: Relicense under GFDL version 1.3.
344 * annotate.texinfo: Relicense under GFDL version 1.3.
345 * gdbint.texinfo: Relicense under GFDL version 1.3.
346 * stabs.texinfo: Relicense under GFDL version 1.3.
347 * fdl.texi: Update to version 1.3.
348
6aed2dbc
SS
3492010-06-18 Stan Shebs <stan@codesourcery.com>
350
a61408f8
SS
351 * gdb.texinfo (Operating System Auxiliary Information): Describe
352 "info os" when no arguments given.
353
6aed2dbc
SS
354 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
355 $_thread.
356
24e933df
HZ
3572010-06-18 Hui Zhu <teawater@gmail.com>
358
359 * gdb.texinfo: (Process Record and Replay): Add documentation
360 for commands "record save" and "record restore".
361
65d79d4b
SDJ
3622010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
363
364 * gdb.texinfo: Include information about the correct use
365 of addresses in the `watch' command.
366
d914c394
SS
3672010-06-11 Stan Shebs <stan@codesourcery.com>
368
369 * gdb.texinfo (Observer Mode): New section.
370 (General Query Packets): Document QAllow.
889bf7c5 371
967cf477
DE
3722010-06-04 Doug Evans <dje@google.com>
373
374 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
375
aaf4119b
DE
3762010-06-03 Doug Evans <dje@google.com>
377
378 * gdbint.texinfo (Coding): Add subsection on command names.
379
9eae7c52
TT
3802010-06-02 Tom Tromey <tromey@redhat.com>
381
382 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
383 always-disassemble.
384
fa593d66
PA
3852010-06-01 Pedro Alves <pedro@codesourcery.com>
386
387 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
388 gdbserver, and add cross reference.
389 (Tracepoints support in gdbserver): New subsection.
390
dde08ee1
PA
3912010-05-26 Pedro Alves <pedro@codesourcery.com>
392
393 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
394 `qRelocInsn' feature.
395 (Relocate instruction reply packet): New subsection
396 of `Tracepoint Packets'.
397 (Tracepoint Packets): Mention that packets QTDP and QTStart
398 support the qRelocInsn request, and add cross reference to new
399 subsection.
400
07ca107c
DE
4012010-05-25 Doug Evans <dje@google.com>
402
403 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
404 (Commands In Python): Document gdb.string_to_argv.
405
c25c4a8b
JK
4062010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
407
408 * gdbint.texinfo (Host Definition): Remove items NORETURN and
409 ATTR_NORETURN.
410
d7b32ed3 4112010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
412 Tom Tromey <tromey@redhat.com>
413 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 414
c25c4a8b 415 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 416
6aecb9c2
JB
4172010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
418
419 * gdb.texinfo: (Summary) Add mention about D language support.
420 (Filenames): Add D suffixes.
421 (D): New node.
422
b7da9e9f
PM
4232010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
424
425 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
426 of macro deleted from GDB code.
427
ab38a727
PA
4282010-04-24 Pedro Alves <pedro@codesourcery.com>
429
430 * gdb.texinfo (Commands to specify files): Describe what how GDB
431 looks up DOS-based filesystem paths on the system root. Document
432 the new `set/show target-file-system-kind' commands.
433
66d09542
DE
4342010-04-23 Doug Evans <dje@google.com>
435
436 * gdb.texinfo (Python): Move Auto-loading section here ...
437 (Python API): from here.
438 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
439 (Maintenance Commands): Add docs for "maint print section-scripts".
440
8bd10a10
CM
4412010-04-20 Chris Moller <cmoller@redhat.com>
442
443 * gdb.texinfo (Setting Breakpoints): Added description of
444 filename-qualified rbreak.
445 * refcard.tex (Breakpoints and Watchpoints): Added brief
446 description of filename-qualified rbreak.
447
4c374409
JK
4482010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
449
450 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
451 (Python API): Change the reference to Pretty Printing API.
452 (Pretty Printing): Move the user part under the Data node. Reformat
453 the sample output to 72 columns. Create a new reference to Pretty
454 Printing API. Rename the API part ...
455 (Pretty Printing API): To a new node name.
456 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
457 (GDB/MI Variable Objects): Change references to Pretty Printing API.
458
5a9351ae
SS
4592010-04-21 Stan Shebs <stan@codesourcery.com>
460
461 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 462 and commands.
5a9351ae 463 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 464
9a22f0d0
PM
4652010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
466
467 * gdb.texinfo (Examining memory): Update for change in string
468 display with explicit size.
469
6149aea9
PA
4702010-04-19 Pedro Alves <pedro@codesourcery.com>
471
472 PR breakpoints/8554.
473
474 * gdb.texinfo (Save Breakpoints): New node.
475 (save-tracepoints): Rename to ...
476 (save tracepoints): ... this. Mention that `save-tracepoints' is
477 a deprecated alias to `save tracepoints'.
478
711e434b
PM
4792010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
480
645797a8 481 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
482 (info w32 thread-information-block): Document new command.
483 (qGetTIBAddress): Document new gdbserver query.
484 (maint set/show show-all-tib): Document new command.
485
3f7b2faa
DE
4862010-04-15 Doug Evans <dje@google.com>
487
fa33c3cd
DE
488 * gdb.texinfo (Python API): Add progspaces section.
489 (Selecting Pretty-Printers): Progspace pretty-printers are
490 searched too.
491 (Progspaces In Python): New section.
492
3f7b2faa
DE
493 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
494
79f283fe
PM
4952010-04-14 Phil Muldoon <pmuldoon@redhat.com>
496
497 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
498 returns None.
499
87290684
SS
5002010-04-09 Stan Shebs <stan@codesourcery.com>
501
502 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
503 Describe the `frames-created' field, tweak grammar.
504
a97153c7
PA
5052010-04-09 Pedro Alves <pedro@codesourcery.com>
506
507 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
508 Describe the `circular' and `disconnected' fields.
509
5c5dcc1b
L
5102010-04-09 H.J. Lu <hongjiu.lu@intel.com>
511
512 * gdb.texinfo (maint print registers): Mention unavailable and
513 invisible registers.
514
adc36818
PM
5152010-04-09 Phil Muldoon <pmuldoon@redhat.com>
516 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 517 Tom Tromey <tromey@redhat.com>
adc36818
PM
518
519 * gdb.texinfo (Breakpoints In Python): New Node.
520
33da3f1c
SS
5212010-04-08 Stan Shebs <stan@codesourcery.com>
522
523 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
524 trace status fields.
525
3a13a53b
L
5262010-04-08 H.J. Lu <hongjiu.lu@intel.com>
527
528 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
529 optional. Make org.gnu.gdb.i386.avx requires
530 org.gnu.gdb.i386.avx.
531
08001717
DE
5322010-04-08 Doug Evans <dje@google.com>
533
534 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
535 search path, and document that gdb only scans the search path if
536 the script's path doesn't specify a directory.
537
c375651d
DE
5382010-04-05 Doug Evans <dje@google.com>
539
540 * gdb.texinfo (maint show python auto-load): Fix typo.
541
af54718e
SS
5422010-04-04 Stan Shebs <stan@codesourcery.com>
543
d77f58be
SS
544 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
545 (Setting Watchpoints): Update description of "info watch".
546 (Disabling Breakpoints): Only "info break" lists all.
547
af54718e
SS
548 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
549 (tdump): Explain how tdump works.
550
86b17b60
PA
5512010-04-01 Pedro Alves <pedro@codesourcery.com>
552
553 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
554 add cross reference.
555
ff12863f
PA
5562010-03-31 Pedro Alves <pedro@codesourcery.com>
557
558 * gdb.texinfo (TUI Commands): Mention that in some cases, these
559 commands error out.
560
f68eb612
L
5612010-03-30 H.J. Lu <hongjiu.lu@intel.com>
562
563 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
564
c8d5aac9
L
5652010-03-30 H.J. Lu <hongjiu.lu@intel.com>
566
567 * gdb.texinfo (General Query Packets): Add xmlRegisters.
568
7d13fe92
SS
5692010-03-29 Stan Shebs <stan@codesourcery.com>
570 Nathan Sidwell <nathan@codesourcery.com>
571
572 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
573 GDBN equivalent.
574 (Set Tracepoints): Remove mention that conditional tracepoints
575 don't exist.
576 (Tracepoint Actions): Clarify when while-stepping collection
577 happens, note that while-stepping does not automatically collect
578 $pc.
579
409873ef 5802010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 581
409873ef
SS
582 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
583 (General Query Packets): Describe TracepointSource.
584
ee8e71d4
EZ
5852010-03-27 Matt Rice <ratmice@gmail.com>
586
c8d5aac9
L
587 * gdb.texinfo (ARM): Document arguments to "target sim".
588 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 589
99b5e152
PA
5902010-03-26 Pedro Alves <pedro@codesourcery.com>
591
592 * gdb.texinfo (Tracepoint Packets): Remove mention that
593 terror:string may be plain text, and drop mention of X prefix.
594
cd64ee31
VP
5952010-03-26 Vladimir Prus <vladimir@codesourcery.com>
596
597 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
598
6c28cbf2
SS
5992010-03-24 Stan Shebs <stan@codesourcery.com>
600
601 * gdb.texinfo (Tracepoint Packets): Document trace error status.
602
95a42b64
TT
6032010-03-24 Tom Tromey <tromey@redhat.com>
604
605 PR breakpoints/9352:
606 * gdb.texinfo (Break Commands): Update.
607
18148017
VP
6082010-03-24 Vladimir Prus <vladimir@codesourcery.com>
609
610 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
611 commands.
612
4daf5ac0
SS
6132010-03-16 Stan Shebs <stan@codesourcery.com>
614
615 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
616 circular-trace-buffer.
617 (Tracepoint Packets): Describe QTBuffer, and details of the
618 qTStatus reply.
619
c9429232
SS
6202010-03-12 Stan Shebs <stan@codesourcery.com>
621 Nathan Sidwell <nathan@codesourcery.com>
622
623 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
624 doing instruction stepping.
625 (Tracepoint Restrictions): New node.
626
ccefe4c4
TT
6272010-03-10 Tom Tromey <tromey@redhat.com>
628
629 * gdbint.texinfo (Symbol Handling): Update.
630
7c953934
TT
6312010-03-08 Tom Tromey <tromey@redhat.com>
632
633 PR cli/9591:
634 * gdb.texinfo (Mode Options): Mention lack of pagination and
635 confirmation with --batch.
636 (Screen Size): Mention --batch.
637 (Messages/Warnings): Likewise.
638
f870a310
TT
6392010-03-05 Tom Tromey <tromey@redhat.com>
640
641 * gdb.texinfo (Basic Python): Document target_charset and
642 target_wide_charset.
643
78e2826b
TT
6442010-03-05 Tom Tromey <tromey@redhat.com>
645
646 * gdb.texinfo (Data): Link to pretty-printing.
647 (Output Formats): Likewise. Correct text.
648
f5dff777
DJ
6492010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
650
651 * gdb.texinfo (Types): Describe <struct> and <flags>.
652
dc00d89f
PM
6532010-02-28 Phil Muldoon <pmuldoon@redhat.com>
654
655 * gdb.texinfo (Frames In Python): Add block parameter and
656 description to read_var text.
657
5107b149 6582010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 659 Tom Tromey <tromey@redhat.com>
5107b149
PM
660
661 * gdb.texinfo (Types In Python): Describe block argument in
662 template_argument and gdb.lookup_type.
663
e03e5e7b
TT
6642010-02-24 Tom Tromey <tromey@redhat.com>
665
666 * gdb.texinfo (Cygwin Native): Fix typo.
667
f3e9a817
PM
6682010-02-24 Phil Muldoon <pmuldoon@redhat.com>
669
670 * gdb.texinfo (Frames In Python): Add block, find_sal, function
671 and select method descriptions.
672 (Python API): Add Blocks In Python, Symbols in Python and Symbol
673 Tables in Python to menu.
674 (Blocks In Python): New node.
675 (Symbols In Python): New node.
676 (Symbol Tables in Python): New node.
677
a79b8f6e
VP
6782010-02-24 Vladimir Prus <vladimir@codesourcery.com>
679
680 Multiexec MI
681
682 gdb/
683 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
684
685 gdb/doc/
686 * gdb.texinfo (GDB/MI Command Syntax): Document notification
687 changes.
688 (GDB/MI Program Execution): Document current behaviour of
689 --all and --thread-group.
690 (GDB/MI Miscellaneous Commands): Document -add-inferior and
691 -remove-inferior.
692 * observer.texi (inferior_added, inferior_removed): New
693 observers.
694
629d6a47
TT
6952010-02-19 Tom Tromey <tromey@redhat.com>
696
697 * gdbint.texinfo (Getting Started): Fix @node.
698 (Debugging GDB): Likewise.
699
c09529e5
JB
7002010-02-13 Joel Brobecker <brobecker@adacore.com>
701
702 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
703 documenting the gdb_test_timeout variable.
704
540aa8e7
MS
7052010-02-12 Jakob Engblom <jakob@virtutech.com>
706
707 * gdb.texinfo (MI commands): Added documentation of --reverse
708 option to a set of MI commands. Restructured documentation of MI
709 commands --exec-continue to reflect the complexity of reverse
710 execution.
711
081dfbf7
PA
7122010-02-12 Pedro Alves <pedro@codesourcery.com>
713
714 * gdb.texinfo (Using the Collected Data): Specify that the address
715 range of `tfind outsize' is exclusive, and that the address range
716 of `tfind range' is inclusive.
717 (Tracepoint Packets): Specify that the address range of
718 `QTFrame:range' is inclusive, and that the address range of
719 `QTFrame:outside' is exclusive
720
8e9c5e02
VP
7212010-02-12 Vladimir Prus <vladimir@codesourcery.com>
722
723 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
724
92981e24
TT
7252010-02-10 Tom Tromey <tromey@redhat.com>
726
727 * gdb.texinfo (Debugging Output): Document set debug parser and
728 show debug parser.
729
075b51b7
L
7302010-02-09 H.J. Lu <hongjiu.lu@intel.com>
731
732 * gdb.texinfo (Predefined Target Types): Add i387_ext,
733 i386_eflags and i386_mxcsr.
734
3bb8d5c3
L
7352010-02-08 H.J. Lu <hongjiu.lu@intel.com>
736
737 * gdb.texinfo: Document i386 target features.
738
c5f80513
DE
7392010-02-05 Doug Evans <dje@google.com>
740
741 * gdbint.texinfo (Testsuite): Add a new section to document the
742 various DejaGnu variables that may be overridden.
1be00882 743 Document INTERNAL_GDBFLAGS.
c5f80513 744
6ac33a4e
TT
7452010-02-04 Tom Tromey <tromey@redhat.com>
746
747 PR cli/8830:
748 * gdb.texinfo (Files): -readnow comes before the filename for file
749 and symbol-file.
750
a1dcb23a
DJ
7512010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
752
753 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
754 Document ARM breakpoint types.
755 (Register Packet Format): Move into the new section.
756 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
757
95433b34
JB
7582010-01-21 Joel Brobecker <brobecker@adacore.com>
759
760 * gdb.texinfo (File Options): Adjust the documentation of this
761 switch to refer to the "source" command rather than partially
762 duplicating some of the relevant information.
763 (Extending GDB): Introduce and document the set/show script-extension
764 setting.
765 (Command Files): Add note explaining that the "source" command
766 is also used to evalute scripts written in other languages.
767 Remove the short slightly incorrect reference to sourcing Python
768 scripts.
769 (Python Commands): Document how to execute a Python script from GDB.
770
8d576872
JB
7712010-01-19 Joel Brobecker <brobecker@adacore.com>
772
773 * gdb.texinfo (Command Files): Fix typo.
774
8150ff9c
JB
7752010-01-18 Tom Tromey <tromey@redhat.com>
776
777 * gdb.texinfo (File Options): Document -x on .py files.
778 (Command Files): Document handling of Python scripts.
779
23db03a6
JZ
7802010-01-18 Jie Zhang <jie.zhang@analog.com>
781
782 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
783
00bf0b85
SS
7842010-01-15 Stan Shebs <stan@codesourcery.com>
785
786 * gdb.texinfo (Trace Files): New section.
787 (Tracepoint Packets): Document QTSave and qTBuffer.
788 (Trace File Format): New appendix.
789
be759fcf
PM
7902010-01-13 Phil Muldoon <pmuldoon@redhat.com>
791
792 * gdb.texinfo (Values From Inferior): Document lazy_string value
793 method.
794 (Python API): Add Lazy strings menu item.
795 (Lazy Strings In Python): New node.
796
dc146f7c
VP
7972010-01-13 Vladimir Prus <vladimir@codesourcery.com>
798
799 * gdb.texinfo (GDB/MI Thread Information): New.
800 (GDB/MI Async Records): Document the core field in *stopped.
801 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
802 documentation
803 (Process list): Document that osdata document may contain
804 threads.
805 (Remote Serial Protocol): Document qXfer:threads.
806
d5551862
SS
8072010-01-06 Stan Shebs <stan@codesourcery.com>
808
809 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
810 disconnected tracing.
811 (Tracepoint Packets): Document new protocol.
812
7a697b8d
SS
8132010-01-05 Stan Shebs <stan@codesourcery.com>
814
815 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
816 tracepoints.
817 (Tracepoint Packets): Describe remote protocol for fast
818 tracepoints.
819
e6f3ec50
JB
8202010-01-01 Joel Brobecker <brobecker@adacore.com>
821
822 Update the "Start of New Year Procedure".
823 * gdbint.texinfo: Add the list of files that need to be updated
824 manually. Minor reformatting.
825
ddc4e9c1
JB
8262010-01-01 Joel Brobecker <brobecker@adacore.com>
827
828 * refcard.tex: Update copyright year in header and text.
829
9d2897ad
JB
8302010-01-01 Joel Brobecker <brobecker@adacore.com>
831
832 * agentexpr.texi: Add 2010 to the list of copyright years.
833 * annotate.texinfo: Likewise.
834 * gdb.texinfo: Likewise.
835 * gdbint.texinfo: Likewise.
836 * observer.texi: Likewise.
837 * stabs.texinfo: Likewise.
838
6da95a67
SS
8392009-12-31 Stan Shebs <stan@codesourcery.com>
840
841 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 842
236f1d4d
SS
8432009-12-29 Stan Shebs <stan@codesourcery.com>
844
845 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 846
f61e138d
SS
8472009-12-28 Stan Shebs <stan@codesourcery.com>
848
849 * gdb.texinfo (Trace State Variables): New section.
850 (Tracepoint Packets): Describe trace state variable packets.
851 * agentexpr.texi (Bytecode Descriptions): Describe trace state
852 variable bytecodes.
853
0fe7935b
DJ
8542009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
855
856 * gdb.texinfo (Symbols): "info variables" prints definitions, not
857 declarations.
858
a6b29f87
VP
8592009-12-21 Vladimir Prus <vladimir@codesourcery.com>
860
861 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
862 -gdb-exit behaviour.
863
5e4bde96
JB
8642009-12-20 Joel Brobecker <brobecker@adacore.com>
865
866 * gpl.texi: Update to version 3 of the GPL.
867
a1715244
JB
8682009-12-20 Joel Brobecker <brobecker@adacore.com>
869
870 * Makefile.in: Update copyright header.
871 * observer.texi: Fix the copyright header of the generated files.
872
361ae042
PM
8732009-12-08 Phil Muldoon <pmuldoon@redhat.com>
874
875 * gdb.texinfo (Types In Python): Describe range function.
876
bfd31e71
PM
8772009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
878
879 * gdb.texinfo (Types In Python): Describe "is_base_class".
880
57a1d736
TT
8812009-12-03 Tom Tromey <tromey@redhat.com>
882
883 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
884
8cebebb9
PP
8852009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
886
887 * observer.texi: New memory_changed observer.
888
16af530a
TT
8892009-12-01 Tom Tromey <tromey@redhat.com>
890
891 * gdb.texinfo (Reverse Execution): Fix typo.
892
b6199126
DJ
8932009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
894
895 PR gdb/8704
896
897 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
898 are allowed after the breakpoint condition.
899
7a6973ad
TT
9002009-11-23 Tom Tromey <tromey@redhat.com>
901
902 PR python/10782:
903 * gdb.texinfo (Types In Python): Document Type.pointer.
904
21a0512e
PP
9052009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
906
907 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 908
a5832c8f
PA
9092009-11-11 Pedro Alves <pedro@codesourcery.com>
910
911 * agentexpr.texi (Tracing On Symmetrix): Delete section.
912 (Using Agent Expressions): Delete cross reference.
913
1eb7cd77
JB
9142009-11-07 Joel Brobecker <brobecker@adacore.com>
915
916 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
917 and @settitle directives up to help makeinfo find them.
918
24ddea62
JK
9192009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
920
921 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
922 (Auto-loading): Use plural and note one can use multiple components now.
923
3afae151
VP
9242009-11-01 Vladimir Prus <vladimir@codesourcery.com>
925
926 * gdb.texinfo (GDB/MI Stack Manipulation): Make
927 -stack-list-arguments have the same documentation for parameter
928 as -stack-list-locals. Add comas.
929
14ff2235
PM
9302009-10-27 Tom Tromey <tromey@redhat.com>
931 Eli Zaretskii <eliz@gnu.org>
932
c8d5aac9 933 PR python/10781
14ff2235
PM
934
935 * gdb.texinfo (Values From Inferior): Document cast method.
936
9c419145
PP
9372009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
938
939 * gdb.texinfo (Machine Code): Mention function name in disasssembly
940 and adjust example.
889bf7c5 941
29153c24
MS
9422009-10-22 Michael Snyder <msnyder@vmware.com>
943
944 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 945 info record command. Also document the new save and restore
29153c24
MS
946 commands.
947
2b28d209
PP
9482009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
949
950 * gdb.texinfo (Machine Code): Mention current pc marker.
951 (Memory): Likewise.
952
6c95b8df
PA
9532009-10-19 Pedro Alves <pedro@codesourcery.com>
954 Stan Shebs <stan@codesourcery.com>
955
956 * observer.texi (new_inferior): Rename to...
957 (inferior_appeared): ... this.
958
959 * gdb.texinfo (Inferiors): Rename node to ...
960 (Inferiors and Programs): ... this. Mention running multiple
961 programs in the same debug session.
962 <info inferiors>: Mention the new 'Executable' column if "info
963 inferiors". Update examples. Document the "add-inferior",
964 "clone-inferior", "remove-inferior" and "maint info
965 program-spaces" commands.
966 (Process): Rename node to...
967 (Forks): ... this. Document "set|show follow-exec-mode".
968
2f8132f3
MS
9692009-10-11 Michael Snyder <msnyder@vmware.com>
970
971 * gdb.texinfo (ReverseStep): Show default as "unsupported".
972 (ReverseContinue): Ditto.
973
cba4b2d3
PP
9742009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
975
976 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 977
da082f17
JK
9782009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
979
980 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
981
08be9d71
ME
9822009-10-06 Michael Eager <eager@eagercon.com>
983
984 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
985 (Embedded Processors): Add MicroBlaze.
986 (MicroBlaze): New. Describe Xilinx MicroBlaze
987
08a0efd0
PA
9882009-10-04 Pedro Alves <pedro@codesourcery.com>
989
990 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
991
cbb8f428
EZ
9922009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
993
994 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
995
30a4a70c
JB
9962009-09-23 Joel Brobecker <brobecker@adacore.com>
997
998 * observer.texi (solib_unloaded): Document explicitly the fact that
999 this observer is called before the associated symbols are unloaded.
1000
b3372f91
VP
10012009-09-19 Vladimir Prus <vladimir@codesourcery.com>
1002
1003 * gdb.texinfo (GDB/MI Stack Manipulation): Document
1004 -stack-list-variables.
1005
f43030c4
TT
10062009-09-18 Tom Tromey <tromey@redhat.com>
1007
1008 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
1009 is experimental.
1010
ec7e75e7
PP
10112009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1012
1013 * gdb.texinfo (convenince variables): Mention
1014 $_siginfo could be empty.
f43030c4 1015
0cc7d26f
TT
10162009-09-15 Tom Tromey <tromey@redhat.com>
1017
1018 * gdb.texinfo (GDB/MI Variable Objects): Document
1019 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
1020 Expand -var-update documentation.
1021
a96d9b2e
SDJ
10222009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1023
1024 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
1025 feature.
1026
005ca36a
JB
10272009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
1028
1029 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
1030
0d772ac9
MS
10312009-09-10 Michael Snyder <msnyder@vmware.com>
1032
1033 * gdb.texinfo (qSupported): Mention new ReverseContinue and
1034 ReverseStep replies to the qSupported query.
1035
14fb1bac
JB
10362009-09-10 Joel Brobecker <brobecker@adacore.com>
1037
1038 Add documentation for set/show interactive-mode.
1039 * gdb.texinfo (Other Misc Settings): New node.
1040
29b090c0
DE
10412009-09-01 Doug Evans <dje@google.com>
1042
1043 * gdb.texinfo (Caching Data of Remote Targets): Add note on
1044 non-stop mode's affect on remote caching.
1045
4e5d721f
DE
10462009-08-31 Jacob Potter <jdpotter@google.com>
1047 Doug Evans <dje@google.com>
1048
1049 * gdb.texinfo (Caching Data of Remote Targets): Update text.
1050 Mark `set/show remotecache' options as obsolete.
1051 Document new `set/show stack-cache' option.
1052 Update text for `info dcache'.
1053
55333a84
DE
10542009-08-27 Doug Evans <dje@google.com>
1055
1056 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
1057 (Files): Add note on new optional regex arg to `info sharedlibrary'.
1058
bc3a0b4d
RW
10592009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1060
1061 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
1062 about autoconf.
1063
3a1ff0b6
PA
10642009-08-25 Pedro Alves <pedro@codesourcery.com>
1065
1066 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
1067 small example, and describe its columns. Replace "inferior-id" by
1068 "infno" throughout.
1069
81ecdfbb
RW
10702009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1071
af542c2e
RW
1072 * gdbint.texinfo (Releasing GDB): Point to
1073 README-maintainer-mode file for required autoconf version.
1074 * configure.ac: Do not substitute datarootdir, htmldir,
1075 pdfdir, docdir. Do not process --with-datarootdir,
1076 --with-htmldir, --with-pdfdir, --with-docdir.
1077 * configure: Regenerate.
1078
81ecdfbb
RW
1079 * configure: Regenerate.
1080
4efc6507
DE
10812009-08-20 Reid Kleckner <reid@kleckner.net>
1082
1083 * gdb.texinfo: Add chapter on JIT interface.
1084
43089a6e
NR
10852009-08-07 Nick Roberts <nickrob@snap.net.nz>
1086
1087 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 1088 confirmation request.
43089a6e 1089
99e008fe
EZ
10902009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
1091
c8d5aac9
L
1092 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
1093 CRC definitions.
99e008fe 1094
48cb2d85
VP
10952009-08-03 Vladimir Prus <vladimir@codesourcery.com>
1096
1097 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 1098 -break-commands.
48cb2d85 1099
ff1a52c6
UW
11002009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1101
1102 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1103 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
1104
3285f3fe
UW
11052009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1106
1107 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1108 "set spu stop-on-load" and "show spu stop-on-load" commands.
1109
e35359c5
UW
11102009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1111
1112 * gdb.texinfo (Target Descriptions): Document <compatible> element.
1113
58d6951d
DJ
11142009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
1115
1116 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
1117 org.gnu.gdb.arm.neon.
1118
08d16641
PA
11192009-07-20 Pedro Alves <pedro@codesourcery.com>
1120
1121 * gdb.texinfo (Target Description Format): Mention the new <osabi>
1122 optional element.
1123 (subsection OS ABI): New subsection.
1124
782b2b07
SS
11252009-07-14 Stan Shebs <stan@codesourcery.com>
1126
1127 * gdb.texinfo (Tracepoint Conditions): New section.
1128 (General Query Packets): Describe ConditionalTracepoints.
1129 (Tracepoint Packets): Describe condition field.
1130 (Maintenance Commands): Describe maint agent-eval.
1131 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
1132
9b117ef3
HZ
11332009-07-11 Hui Zhu <teawater@gmail.com>
1134
1135 * gdb.texinfo (disassemble): Add a new modifier /r
1136 to "disassemble" command to make it print the raw instructions
1137 in hex as well as in symbolic form.
1138
f5a33284
TT
11392009-07-09 Tom Tromey <tromey@redhat.com>
1140
1141 * gdbint.texinfo (Testsuite): Document parallel make check.
1142
812f7342
TT
11432009-07-09 Tom Tromey <tromey@redhat.com>
1144
1145 * gdbint.texinfo (Testsuite): Document test transcripts.
1146
fbb8f299
PM
11472009-07-10 Phil Muldoon <pmuldoon@redhat.com>
1148
1149 * gdb.texinfo (Values From Inferior): Add length parameter
1150 description.
1151
dd8f35ac
EZ
11522009-07-04 Chris Genly <chris@genly.us>
1153
1154 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
1155 in -var-list-children. Fix example according to what the code
1156 does.
1157
2277426b
PA
11582009-07-02 Pedro Alves <pedro@codesourcery.com>
1159
1160 * gdb.texinfo (Debugging multiple inferiors): Document the
1161 "inferior", "detach inferior" and "kill inferior" commands.
1162 (Debugging Programs with Multiple Processes): Adjust to mention
1163 generic "inferior" commands. Delete mention of "detach fork" and
1164 "delete fork". Cross reference to "Debugging multiple inferiors"
1165 section.
1166
a6d9a66e
UW
11672009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1168
5af949e3
UW
1169 * gdbint.texinfo (Item Output Functions): Update signature
1170 for ui_out_field_core_addr.
1171
11722009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1173
1174 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
1175 Update example code extrated from breakpoint.c.
1176
9901a55b 11772009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 1178
9901a55b
PP
1179 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
1180 MI commands.
1181 (GDB/MI Symbol Query): Likewise.
1182 (GDB/MI File Commands): Likewise.
1183 (GDB/MI File Transfer Commands): Likewise.
1184 (GDB/MI Target Manipulation): Likewise.
1185 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 1186
edb3359d
DJ
11872009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
1188
1189 * gdb.texinfo (Debugging Optimized Code): New chapter.
1190 (Compiling for Debugging): Reference it. Move some
1191 text to the new section.
1192
7cd1089b
PM
11932009-06-15 Phil Muldoon <pmuldoon@redhat.com>
1194
1195 * doc/gdb.texinfo (Calling): Document
1196 set-unwind-on-terminating-exception usage.
1197
d4db2f36
PA
11982009-06-11 Pedro Alves <pedro@codesourcery.com>
1199
1200 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
1201 command.
1202
d1a7880c
PA
12032009-06-07 Pedro Alves <pedro@codesourcery.com>
1204
1205 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
1206 references.
1207
473f94e6
UW
12082009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
1209
1210 * gdbint.texinfo: Rename formal parameters to gdbarch function
1211 protoypes from "current_gdbarch" to "gdbarch".
1212
8f500870
TT
12132009-05-28 Tom Tromey <tromey@redhat.com>
1214
1215 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
1216
b6313243
TT
12172009-05-27 Tom Tromey <tromey@redhat.com>
1218
1219 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1220 feature.
1221 (GDB/MI Variable Objects): Document -var-set-visualizer.
1222
12232009-04-02 Tom Tromey <tromey@redhat.com>
1224
1225 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1226 feature.
1227 (GDB/MI Variable Objects): Document -var-set-visualizer.
1228
a6bac58e
TT
12292009-05-27 Tom Tromey <tromey@redhat.com>
1230 Thiago Jung Bauermann <bauerman@br.ibm.com>
1231 Phil Muldoon <pmuldoon@redhat.com>
1232
1233 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
1234 (Pretty Printing): New node.
1235 (Selecting Pretty-Printers): Likewise.
1236 (Python API): Update.
1237 (Output Formats): Document /r format.
1238
2c74e833
TT
12392009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
1240 Tom Tromey <tromey@redhat.com>
1241
1242 * gdb.texinfo (Types In Python): New node.
1243 (Values From Inferior): "type" is now an attribute.
1244 (Python API): Update.
1245
89c73ade
TT
12462009-05-27 Tom Tromey <tromey@redhat.com>
1247 Thiago Jung Bauermann <bauerman@br.ibm.com>
1248 Phil Muldoon <pmuldoon@redhat.com>
1249
1250 * gdb.texinfo: Add @syncodeindex for `tp'.
1251 (Python API): Update.
1252 (Auto-loading): New node.
1253 (Objfiles In Python): New node.
1254
17a37d48
PP
12552009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
1256
1257 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 1258
6718376f
NR
12592009-05-15 Nick Roberts <nickrob@snap.net.nz>
1260
1261 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
1262
cbe54154
PA
12632009-05-12 Pedro Alves <pedro@codesourcery.com>
1264
1265 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
1266 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
1267 show show-debug-regs' docs.
1268
8e05493c
EZ
12692009-05-08 Eli Zaretskii <eliz@gnu.org>
1270
1271 * gdb.texinfo (Process Record and Replay): Add description of
1272 reverse execution.
1273
b39f4988
JB
12742009-05-07 Joel Brobecker <brobecker@adacore.com>
1275
1276 * gdbint.texinfo (Adding support for debugging core files): New node.
1277 (Native Debugging): Remove the ``Native core file Support'' section.
1278
a2311334
EZ
12792009-05-01 Eli Zaretskii <eliz@gnu.org>
1280
1281 * gdb.texinfo (Process Record and Replay): Improve and clarify.
1282 Add index entries.
1283
53cc454a 12842009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 1285 Michael Snyder <msnyder@vmware.com>
53cc454a 1286
a2311334
EZ
1287 * gdb.texinfo: (Process Record and Replay): Add documentation for
1288 process record and replay.
53cc454a 1289
484086b7
JK
12902009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1291
1292 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
1293 a new part on command-line defined macros.
1294
32ae1842
EZ
12952009-04-25 Eli Zaretskii <eliz@gnu.org>
1296
1297 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
1298 clarify the wording.
1299
b14b1491
TT
13002009-04-23 Tom Tromey <tromey@redhat.com>
1301
1302 * gdb.texinfo (Data Files): New node.
1303 (GDB Files): Update menu.
1304
5c1e86e1
JB
13052009-04-23 Joel Brobecker <brobecker@adacore.com>
1306
1307 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 1308 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 1309
83eba9b7
VP
13102009-04-22 Vladimir Prus <vladimir@codesourcery.com>
1311
1312 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
1313
e31198c4
HZ
13142009-04-22 Hui Zhu <teawater@gmail.com>
1315
1316 * gdb.texinfo (disassemble-next-line): Set the default of
1317 disassemble-next-line to off.
1318
26e251b6
JM
13192009-04-21 Joseph Myers <joseph@codesourcery.com>
1320
1321 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
1322 --with-htmldir): New.
1323 * configure: Regenerate.
1324 * Makefile.in (datarootdir, docdir): Define.
1325 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
1326 instead of $(SET_TEXINPUTS).
1327 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
1328 gdbint.info instead of $(SET_TEXINPUTS).
1329 (gdbint/index.html): Use same -I options as for building
1330 gdbint.info.
1331 (stabs.dvi, stabs.pdf): Use same -I options as for building
1332 stabs.info instead of $(SET_TEXINPUTS).
1333 (stabs/index.html): Use same -I options as for building
1334 stabs.info.
1335 (annotate.dvi, annotate.pdf): Use same -I options as for building
1336 annotate.info instead of $(SET_TEXINPUTS).
1337 (annotate/index.html): Use same -I options as for building
1338 annotate.info.
1339
eac35c4e
DD
13402009-04-21 David Daney <ddaney@caviumnetworks.com>
1341
1342 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
1343
29b0e8a2
JM
13442009-04-21 Joseph Myers <joseph@codesourcery.com>
1345
1346 * gdb.texinfo (Source Path): Document --with-relocated-sources.
1347
2b831889 13482009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 1349 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
1350
1351 * Makefile.in (MAKEHTML): Set to makeinfo --html.
1352 (MAKEHTMLFLAGS): Set to empty.
1353 (html__strip_dir): Define.
1354 (HTMLFILES): Define.
1355 (HTMLFILES_INSTALL): Define.
1356 (install-html): Copy new automake rule.
1357 (html): Depend on $(HTMLFILES).
1358 (gdb_toc.html): Rename to gdb/index.html.
1359 (gdbint_toc.html): Rename to gdbint/index.html.
1360 (stabs_toc.html): Rename to stabs/index.html.
1361 (annotate_toc.html): Rename to annotate/index.html.
1362
89a34d1b
JM
13632009-04-17 Carlos O'Donell <carlos@codesourcery.com>
1364
1365 * Makefile.in: Set pdfdir and htmldir from configure
1366 substitutions.
1367 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
1368 * configure: Regenerate.
1369
a2d5da46
JB
13702009-04-16 Joel Brobecker <brobecker@adacore.com>
1371
1372 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
1373 This macro is no longer used.
1374
732f6a93
TT
13752009-04-15 Tom Tromey <tromey@redhat.com>
1376
1377 * gdb.texinfo (Character Sets): Document default character set.
1378
87f9adc1
PM
13792009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
1380
1381 * gdbint.texinfo: Change server name from sources.redhat.com to
1382 sourceware.org throughout.
1383
2c88c651
JB
13842009-04-09 Joel Brobecker <brobecker@adacore.com>
1385
1386 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
1387 about a missing dot or coma after @xref.
1388
4f5376b2
JB
13892009-04-02 Joel Brobecker <brobecker@adacore.com>
1390
1391 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
1392 example, and add a small explanation about it.
1393 (Print Settings): Change the documentation of the "set print
1394 frame-arguments" to reflect the fact that the default is now "scalars".
1395
a0381d3a
JB
13962009-04-02 Joel Brobecker <brobecker@adacore.com>
1397
1398 * gdb.texinfo (Print Settings): Add kindex for command "set
1399 print frame-arguments".
1400
45ac276d
JB
14012009-03-31 Joel Brobecker <brobecker@adacore.com>
1402
1403 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
1404 breakpoints.
1405 (Set Breaks): Add reference to thread-specific and task-specific
1406 breakpoints.
1407
32cd1edc
JB
14082009-03-31 Joel Brobecker <brobecker@adacore.com>
1409
1410 * gdb.texinfo (Ada Tasks): Remove the documentation about
1411 the "Running" state, as this state has been eliminated.
1412 Now all runnable tasks are shown as "Runnable".
1413
1042e4c0
SS
14142009-03-30 Stan Shebs <stan@codesourcery.com>
1415
1416 * gdb.texinfo (Tracepoints): Describe tracepoints as a
1417 special case of breakpoints.
1418 (Enable and Disable Tracepoints): Mention deprecation.
1419 (Listing Tracepoints): Update description and example.
1420
f8f6f20b
TJB
14212009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
1422
1423 * gdb.texinfo (Frames in Python): New node.
1424 (Python API): Update.
1425
c0c6f777
TJB
14262009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
1427
1428 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
1429 from a method to an attribute.
1430
def2b000
TJB
14312009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
1432
1433 * gdb.texinfo (Values From Inferior): Document is_optimized_out
1434 attribute.
1435
a07daef3
PA
14362009-03-25 Pedro Alves <pedro@codesourcery.com>
1437
1438 * observer.texi (thread_exit): Add "silent" parameter.
1439
f3b1572e
PA
14402009-03-22 Pedro Alves <pedro@codesourcery.com>
1441
1442 * observer.texi (about_to_proceed): New.
1443
587afa38
EZ
14442009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
1445
1446 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
1447 field throughout to handle types with spaces in them. Fix typos
1448 found by aspell.
1449 (Summary, Requirements, Contributors): New first chapter,
1450 "Summary" added, old Requirements section moved there, and new
1451 section, "Contributors" added.
1452 (Initializing a New Architecture, Register Representation)
1453 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
1454 (Porting gdb): These sections extended and updated.
1455 (Compiler Characteristics): This section (empty) deleted.
1456 (Defining Other Architecture Features): This section renamed and
1457 duplicate material removed from (formerly "Target Conditionals").
1458 Use braces {} in @deftypeXX type field throughout to handle types
1459 with spaces in them. Typos found by aspell fixed.
1460
1461 * stack_frame.svg: New file, source of image for gdbint.texinfo.
1462 * stack_frame.pdf: Version of image for PDF output.
1463 * stack_frame.png: Version of image for HTML output and for Emacs.
1464 * stack_frame.txt: Version of image for Info output.
1db61298 1465 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 1466
10af6951
EZ
14672009-03-21 Eli Zaretskii <eliz@gnu.org>
1468
1469 * gdb.texinfo (Character Sets): Fix last change.
1470
cc924cad
TJB
14712009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
1472
1473 * gdb.texinfo (Values From Inferior): Fix optional arguments
1474 markup.
1475 (Commands In Python): Adjust argument names of gdb.Command.__init__
1476 to what the function accepts as keywords.
1477
bc3b79fd
TJB
14782008-03-20 Tom Tromey <tromey@redhat.com>
1479
1480 * gdb.texinfo (Convenience Vars): Document convenience functions.
1481 (Functions In Python): New node.
1482 (Python API): Update.
1483
6c7a06a3
TT
14842009-03-20 Tom Tromey <tromey@redhat.com>
1485
1486 * gdb.texinfo (Character Sets): Remove obsolete text. Document
1487 set target-wide-charset.
1488 (Requirements): Mention iconv.
1489
b646ddd4
HZ
14902009-03-17 Hui Zhu <teawater@gmail.com>
1491
1492 * gdb.texinfo: Change the introduce of "disassemble-next-line".
1493
91440f57
HZ
14942009-03-17 Hui Zhu <teawater@gmail.com>
1495
1496 * gdb.texinfo: Add documentation for disassemble-next-line.
1497
8fd41227
TJB
14982009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
1499
1500 * gdb.texinfo (Commands In Python): Remove tindex entries.
1501
61ff14c6
JK
15022009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1503
1504 * gdb.texinfo (Returning): New description for missing debug info.
1505
0b16c5cf
PA
15062009-03-14 Pedro Alves <pedro@codesourcery.com>
1507
1508 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 1509 (General Query Packets): Document qAttached.
0b16c5cf 1510
32fc0df9
PA
15112009-03-05 Pedro Alves <pedro@codesourcery.com>
1512
1513 * gdb.texinfo (Background Execution): Better describe the set
1514 target-async command.
1515 (Maintenance Commands): Delete description of the `maint set/show
1516 linux-async' and `maint set/show remote-async' commands.
1517
134eb42c
VP
15182009-02-18 Vladimir Prus <vladimir@codesourcery.com>
1519
1520 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
1521 between sentences.
1522
c86cf029
VP
15232009-02-18 Vladimir Prus <vladimir@codesourcery.com>
1524
1525 * gdb.texinfo (GDB/MI Async Records): Document the
1526 =library-loaded and =library-unloaded notifications.
1527
3ea85240
VP
15282009-02-17 Vladimir Prus <vladimir@codesourcery.com>
1529
1530 * observer.texi (test_notification): New observer.
1531
1d33d6ba
VP
15322009-02-14 Vladimir Prus <vladimir@codesourcery.com>
1533
61ff14c6
JK
1534 * observer.texi: Add parameter 'print_frame' to normal_stop
1535 observer.
1d33d6ba 1536
d721c933
EZ
15372009-02-07 Eli Zaretskii <eliz@gnu.org>
1538
1539 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
1540 (Commands In Python): Fix COMMAND_* constants in last change. Use
1541 @kbd for interactive input. Add cross-references and index
1542 entries.
1543
4aa995e1
PA
15442009-02-06 Pedro Alves <pedro@codesourcery.com>
1545
1546 * gdb.texinfo (Signals): Document $_siginfo.
1547 (Convenience Variables): Mention $_siginfo.
1548 (Remote Configuration): Document qXfer:siginfo:read,
1549 qXfer:siginfo:write packets, and the read-siginfo-object,
1550 write-siginfo-object commands.
1551
5f5233d4
PA
15522009-02-06 Pedro Alves <pedro@codesourcery.com>
1553
1554 * gdbint.texinfo (Values): New chapter.
1555
d8906c6f
TJB
15562009-02-06 Tom Tromey <tromey@redhat.com>
1557
1558 * gdb.texinfo (Python API): Add entry for Commands In Python.
1559 (Commands In Python): New node.
1560
b6cb8e7d
TJB
15612009-02-05 Tom Tromey <tromey@redhat.com>
1562
1563 * gdb.texinfo (Values From Inferior): Document Value.string.
1564
12453b93
TJB
15652009-02-05 Tom Tromey <tromey@redhat.com>
1566
1567 * gdb.texinfo (Basic Python): Document execute's from_tty
1568 argument.
1569
08c637de
TJB
15702009-02-04 Tom Tromey <tromey@redhat.com>
1571
1572 * gdb.texinfo (Basic Python): Document gdb.history.
1573
592375cd
VP
15742009-01-30 Vladimir Prus <vladimir@codesourcery.com>
1575
1576 * gdb.texinfo (GDB/MI Thread Commands): Document the
1577 'current-thread-id' field. Remove the example with zero threads,
1578 since current GDB won't ever report that if there's inferior.
1579
41447f92
VP
15802009-01-30 Vladimir Prus <vladimir@codesourcery.com>
1581
1582 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
1583 option to -break-insert.
1584
098b41a6
JG
15852009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
1586 Jerome Guitton <guitton@adacore.com>
1587
1588 * gdb.texinfo (Startup): Document --with-system-gdbinit.
1589 (System-wide configuration): New section.
1590
3c16cced
PA
15912009-01-26 Pedro Alves <pedro@codesourcery.com>
1592
1593 PR gdb/7580:
1594 * gdb.texinfo (Maintenance Commands): Document "maint set|show
1595 internal-error|internal-warning quit|corefile ask|yes|no".
1596
62709adf
PA
15972009-01-26 Pedro Alves <pedro@codesourcery.com>
1598
1599 * gdb.texinfo (Using the `gdbserver' Program): Document
1600 --remote-debug.
1601
7ce58dd2
DE
16022009-01-23 Doug Evans <dje@google.com>
1603
1604 * gdb.texinfo: Add nexti to list of commands that support
1605 background execution.
1606
adb483fe
DJ
16072009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
1608
1609 * gdb.texinfo (Define, Hooks): Document prefix command support.
1610
a67ec3f4 16112009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 1612 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
1613
1614 Fixes for makeinfo --html.
1615
1616 * annotate.texinfo: Use @copying and @insertcopying. Use
1617 @ifnottex in place of @ifinfo.
1618 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
1619 place of @ifinfo. Use @ifnotinfo for one index entry.
1620 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
1621 in place of @ifinfo.
1622 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
1623 in place of @ifinfo. Include contents at start unconditionally.
1624
84fcdf95
PA
16252009-01-13 Pedro Alves <pedro@codesourcery.com>
1626
1627 * gdb.texinfo (General Query Packets): Remove @var{} around the
1628 "spu" literal string.
1629
fa3a767f
PA
16302009-01-07 Pedro Alves <pedro@codesourcery.com>
1631
1632 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
1633 program may be running in another process" errors.
1634 * gdbint.texinfo (Native Conditionals): Delete
1635 ONE_PROCESS_WRITETEXT description.
1636
9cb011d3
JB
16372009-01-07 Joel Brobecker <brobecker@adacore.com>
1638
1639 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
1640 emacs local variable to be placed at the end of the ChangeLog.
1641 Add server.c and gdbreplay.c to the list of files where the
1642 copyright year needs to be updated.
1643
84603566
SL
16442009-01-06 Sandra Loosemore <sandra@codesourcery.com>
1645
1646 * gdb.texinfo (Remote Configuration): Document new
1647 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
1648 commands.
1649
a53f55d8
PA
16502008-12-28 Pedro Alves <pedro@codesourcery.com>
1651
1652 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
1653 FETCH_INFERIOR_REGISTERS.
1654 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
1655 FETCH_INFERIOR_REGISTERS descriptions. Remove
1656 gdbarch_get_longjmp_target descrition, since already described in
1657 Target Conditionals. Move gdbarch_fp0_regnum description to ...
1658 (Target Conditionals): ... here.
1659
077e0a52
JB
16602008-12-16 Joel Brobecker <brobecker@adacore.com>
1661
1662 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
1663 examples.
1664 (Additions to Ada): Likewise. Add the missing opening and closing
1665 parenthesis of the GDB prompt in one of the examples.
1666
023eb17c
JB
16672008-12-14 Joel Brobecker <brobecker@adacore.com>
1668
1669 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
1670 about the result of 'Address not being of type System.Address.
1671 This problem has been fixed a while ago.
1672
c3b108f7
VP
16732008-12-02 Vladimir Prus <vladimir@codesourcery.com>
1674
1675 MI non-stop and multiprocess docs.
1676
c8d5aac9
L
1677 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
1678 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
1679 Adjust documentation for *stopped, document =thread-created,
1680 =thread-exited, =thread-group-created and =thread-group-exited.
1681 (GDB/MI Thread Commands): Document the 'state' field in
1682 -thread-info output.
1683 (GDB/MI Program Execution): Mention --all and --thread-group
1684 options.
1685 (GDB/MI Variable Objects): Describe floating and fixed variable
1686 objects.
1687 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 1688
07e059b5
VP
16892008-12-02 Vladimir Prus <vladimir@codesourcery.com>
1690
c8d5aac9
L
1691 * gdb.texinfo (Operating System Information): New appendix.
1692 (Operating System Auxiliary Information): Document 'info os processes'
1693 (Remote Configuration): Document 'osdata'
1694 (General Query Packets): Document qXfer:osdata:read.
07e059b5 1695
a80b95ba
TG
16962008-11-27 Tristan Gingold <gingold@adacore.com>
1697
1698 * gdb.texinfo (Darwin): Document Darwin specific features.
1699
a655d424
JK
17002008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1701
1702 * gdbint.texinfo (Target Conditionals): Extend the
1703 gdbarch_breakpoint_from_pc description.
1704
249e1128
VP
17052008-11-22 Vladimir Prus <vladimir@codesourcery.com>
1706
1707 * gdb.texinfo (M68K Features): Fix typo.
1708
c14c28ba
PP
17092008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
1710
1711 * gdb.texinfo (Symbols): Mention printing containing
1712 image name in "info symbol".
1713 (Maint translate-address): Likewise.
889bf7c5 1714
394a6666
JB
17152008-11-18 Joel Brobecker <brobecker@adacore.com>
1716
1717 * gdb.texinfo (Set Catchpoints): Remove the documentation of
1718 commands "catch load" and "catch unload".
1719
66bb093b
VP
17202008-11-17 Vladimir Prus <vladimir@codesourcery.com>
1721
1722 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 1723 =thread-selected.
889bf7c5 1724
4a92f99b
VP
17252008-11-17 Vladimir Prus <vladimir@codesourcery.com>
1726
c8d5aac9 1727 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 1728
f0323ca0
PA
17292008-10-27 Pedro Alves <pedro@codesourcery.com>
1730
1731 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
1732 .mt files, TM_CLIBS or TM_CDEPS.
1733 (x86 Watchpoints): Don't mention TDEPFILES.
1734
8b23ecc4
SL
17352008-10-24 Sandra Loosemore <sandra@codesourcery.com>
1736
1737 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
1738 (Overview): Mention notifications and non-stop mode behavior.
1739 (Packets): Update documentation of ?, vAttach, vCont, and vRun
1740 with non-stop mode behavior. Add vStopped description.
1741 (Stop Reply Packets): Update list of packets that return
1742 stop replies. Mention non-stop behavior.
1743 (General Query Packets): Document QNonStop packet and associated
1744 qSupported query response.
1745 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
1746 behavior.
1747 (Notification Packets): New section.
1748 (Remote Non-Stop): New section.
1749 (File-I/O Overview): Mention non-stop behavior.
1750
fff08868
HZ
17512008-10-24 Hui Zhu <teawater@gmail.com>
1752 Pedro Alves <pedro@codesourcery.com>
1753
1754 * gdb.texinfo (displaced-stepping): Describe the auto mode
1755 setting, and say it's the default. This is now a mainstream
1756 setting instead of a maintenance setting.
1757
252fbfc8
PA
17582008-10-23 Pedro Alves <pedro@codesourcery.com>
1759
1760 * observer.texi (thread_stop_requested): New.
1761
20924a55
JB
17622008-10-22 Joel Brobecker <brobecker@adacore.com>
1763
1764 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
1765 (Patching): Replace incorrect usage of @samp by @kbd.
1766
bacec72f
MS
17672008-10-17 Michael Snyder <msnyder@vmware.com>
1768
1769 * gdb.texinfo: Add documentation for reverse execution.
1770
a08702d6 17712008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 1772 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
1773
1774 * gdb.texinfo. (Values From Inferior): New subsubsection.
1775
d97bc12b
DE
17762008-10-06 Doug Evans <dje@google.com>
1777
1778 * gdb.texinfo (set debug dwarf2-die): Document it.
1779
87f67dba
JB
17802008-10-01 Joel Brobecker <brobecker@adacore.com>
1781
1782 * gdb.texinfo (catch) [exception]: Document how to insert
1783 a breakpoint on user-defined exceptions when the exception
1784 name is identical to one of the language-defined ones.
1785
2fae03e8
TT
17862008-09-27 Tom Tromey <tromey@redhat.com>
1787
1788 * gdb.texinfo (Macros): Remove text about stringification,
1789 varargs, and splicing.
1790
5c6ce71d
TT
17912008-09-27 Tom Tromey <tromey@redhat.com>
1792
1793 * gdbint.texinfo (Language Support): Remove text about omitting
1794 support for a language.
1795
07128da0
DE
17962008-09-23 Doug Evans <dje@google.com>
1797
1798 * gdb.texinfo (info dcache): Update.
1799
b90a069a
SL
18002008-09-22 Sandra Loosemore <sandra@codesourcery.com>
1801
1802 * gdb.texinfo (Packets): Add info on thread-id syntax and
1803 multiprocess extensions.
1804 <D>: Document multiprocess form of packet.
1805 <H>: Use thread-id syntax.
1806 <T>: Likewise.
1807 <vCont>: Likewise. Note this is required for multiprocess.
1808 <vKill>: New packet.
1809 (Stop Reply Packets) <T>: Use thread-id syntax.
1810 <W>: Document multiprocess form of reply.
1811 <X>: Likewise.
1812 (General Query Packets) <qC>: Use thread-id syntax.
1813 <qfThreadInfo>: Likewise.
1814 <qGetTLSAddr>: Likewise.
1815 <qP>: Likewise.
1816 <qSupported>: Add "multiprocess" feature.
1817 <qThreadExtraInfo>: Use thread-id syntax.
1818
b77209e0
PA
18192008-09-22 Stan Shebs <stan@codesourcery.com>
1820
1821 * gdb.texinfo (Inferiors): New section.
1822
3d0bb823
PA
18232008-09-12 Pedro Alves <pedro@codesourcery.com>
1824
1825 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
1826
f8dcfc0a
UW
18272008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
1828
1829 * gdbint.texinfo (Target Conditionals): Remove documentation
1830 for gdbarch_name_of_malloc.
1831
8775bb90
MS
18322008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
1833
1834 * gdb.texinfo (Interrupts): Mention TCP interface for
1835 sending BREAK.
1836
f1838a98
UW
18372008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
1838
1839 * gdb.texinfo (Commands to Specify Files): Document "remote:"
1840 argument prefix to "set sysroot".
1841
158c7665
PH
18422008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
1843
1844 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
1845 and False.
1846
30e026bb
VP
18472008-08-20 Vladimir Prus <vladimir@codesourcery.com>
1848
c8d5aac9
L
1849 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
1850 for possible features of -list-features.
30e026bb 1851
c6ebd6cf
VP
18522008-08-19 Vladimir Prus <vladimir@codesourcery.com>
1853
c8d5aac9 1854 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
1855 (GDB/MI Miscellaneous Commands): Document -list-target-features.
1856
aeac0ff9
VP
18572008-08-19 Vladimir Prus <vladimir@codesourcery.com>
1858
1859 * doc/gdb.texinfo (PowerPC): Fix typo.
1860 (PowerPC features): Fix typo.
1861
5231c1fd
PA
18622008-08-18 Pedro Alves <pedro@codesourcery.com>
1863
1864 * observer.texi (thread_ptid_changed): New.
1865
677c5bb1
LM
18662008-08-18 Luis Machado <luisgpm@br.ibm.com>
1867
1868 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
1869 (PowerPC features): Mention feature set for VSX registers.
1870
f3a2dd1a
JB
18712008-08-13 Joel Brobecker <brobecker@adacore.com>
1872
1873 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
1874 the direct visibility of all names in user-written packages.
1875
33e5cbd6
PA
18762008-08-13 Pedro Alves <pedro@codesourcery.com>
1877
1878 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
1879 setting, and make it the default.
1880 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
1881 non-stop script example.
1882
d0384fc4
TJB
18832008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
1884
1885 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
1886 reference to the "Using Different Register and Memory Data
1887 Representation" section.
1888
a6f3e723
SL
18892008-08-12 Sandra Loosemore <sandra@codesourcery.com>
1890
1891 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
1892 (Remote Protocol): Add Packet Acknowledgment to menu.
1893 (Overview): Mention +/- can be disabled, and point to new section
1894 where this is discussed in detail.
1895 (General Query Packets): Document QStartNoAckMode packet, and
1896 corresponding qSupported reply.
1897 (Packet Acknowledgment): New section.
1898
0606b73b
SL
18992008-08-11 Sandra Loosemore <sandra@codesourcery.com>
1900 Pedro Alves <pedro@codesourcery.com>
1901
1902 * gdb.texinfo (Threads): Move paragraph about automatic thread
1903 selection to All-Stop Mode subsection.
1904 (Thread Stops): Reorganize existing material into subsections.
1905 Add introductory blurb and menu.
1906 (Non-Stop Mode): New subsection.
1907 (Background Execution): New subsection.
1908 (Maintenance Commands): Add cross-references from async mode
1909 commands to the new Background Execution section.
1910
d57a3c85
TJB
19112008-08-06 Tom Tromey <tromey@redhat.com>
1912
1913 * gdb.texinfo (Extending GDB): New chapter.
1914 (Sequences): Demoted chapter, now a section under the new
1915 Extending GDB chapter.
1916 (Python): New section.
1917
6d76a53d
SS
19182008-07-31 Stan Shebs <stan@codesourcery.com>
1919
1920 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
1921
1f70da6a
SS
19222008-07-29 Stan Shebs <stan@codesourcery.com>
1923
1924 * gdbint.texinfo: General round of cleanup and minor
1925 clarifications.
1926 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
1927 (Longjmp Support): Update description to reflect how it is done
1928 for targets without using native header.
1929 (Symbol Handling): Add a little more general explanation.
1930 (COFF, ELF): Mention stabs encapsulation.
1931 (DWARF 3): New section.
1932 (Adding a New Host): Scrub out some obsolete bits.
1933 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
1934 (Host Conditionals): Remove descriptions of NO_STD_REGS,
1935 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
1936 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
1937 SEEK_SET, STOP_SIGNAL, USG.
1938 (Raw and Virtual Register Representations): Ditto for
1939 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
1940 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
1941 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
1942 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
1943 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
1944 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
1945 DEPRECATED_REGISTER_VIRTUAL_SIZE,
1946 DEPRECATED_REGISTER_VIRTUAL_TYPE,
1947 DEPRECATED_USE_STRUCT_CONVENTION.
1948 Describe gdbarch_deprecated_fp_regnum.
1949 Update description of gdbarch_print_insn.
1950 (Adding a New Target): Scrub out obsolete bits.
1951 (Obsolete Conditionals): Remove entire section.
1952
383f836e
TT
19532008-07-25 Tom Tromey <tromey@redhat.com>
1954
1955 * observer.texi (GDB Observers): Document new observers:
1956 breakpoint_created, breakpoint_deleted, breakpoint_modified,
1957 tracepoint_created, tracepoint_deleted, tracepoint_modified,
1958 architecture_changed.
1959
cfd8ab24
SS
19602008-07-21 Stan Shebs <stan@codesourcery.com>
1961
1962 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
1963 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
1964
781b42b0
TT
19652008-07-21 Tom Tromey <tromey@redhat.com>
1966
1967 * observer.texi (GDB Observers): Remove obsolete comment.
1968 <executable_changed>: Remove argument.
1969
d7d9f01e
TT
19702008-07-18 Tom Tromey <tromey@redhat.com>
1971
1972 * gdb.texinfo (Macros): Update. Use @code rather than @command.
1973
bf250677
DE
19742008-07-10 Doug Evans <dje@google.com>
1975
1976 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
1977
10568435
JK
19782008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1979
1980 * gdb.texinfo (Starting): Document "set disable-randomization".
1981
5ae4183a
AS
19822008-07-07 Andreas Schwab <schwab@suse.de>
1983
1984 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
1985
b56e7235
VP
19862008-07-06 Vladimir Prus <vladimir@codesourcery.com>
1987
1988 * gdb.texinfo (GDB/MI Target Manipulation): Add
1989 example of -target-attach.
1990
e1ac3328
VP
19912008-06-10 Vladimir Prus <vladimir@codesourcery.com>
1992
1993 * observer.texi (target_resumed): New observer.
5ae4183a 1994 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 1995
65d12d83
TT
19962008-06-06 Tom Tromey <tromey@redhat.com>
1997
1998 * gdb.texinfo (Completion): Add field name example.
1999
fbc5282e
MK
20002008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
2001
2002 * gdb.texinfo (GDB/MI Program Context): Added example
2003 to -exec-arguments
5ae4183a 2004
fbc5282e 20052008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
2006
2007 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
2008 annotation.
2009
c16158bc 20102008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
2011 Nathan Sidwell <nathan@codesourcery.com>
2012 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
2013
2014 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
2015 and ACX_BUGURL.
2016 * configure: Regenerate.
2017 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
2018 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
2019 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
2020 mailing-list-specific text about bug reporting unless
2021 BUGURL_DEFAULT.
2022
75c99385
PA
20232008-06-05 Pedro Alves <pedro@codesourcery.com>
2024
2025 * gdb.texinfo (-target-select): Remove reference to target async.
2026 (Maintenance Commands): Document "maint set/show remote-async".
2027
1763a388
MK
20282008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
2029
2030 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
2031 in -target-file-get section.
5ae4183a 2032
d0d064df
PA
20332008-05-22 Pedro Alves <pedro@codesourcery.com>
2034
9b562ab8
PA
2035 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
2036 killing the inferior when it is already debugging a process.
d0d064df 2037
8dfa32fc
JB
20382008-05-21 Joel Brobecker <brobecker@adacore.com>
2039
2040 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
2041 abbreviation for "finish".
2042
55f996a7
NR
20432008-05-21 Nick Roberts <nickrob@snap.net.nz>
2044
2045 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
2046
ba2b1c56
DJ
20472008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
2048
2049 * gdbint.texinfo (Target Conditionals): Delete entry for
2050 gdbarch_dwarf_reg_to_regnum.
2051
08388c79
DE
20522008-05-09 Doug Evans <dje@google.com>
2053
a3c83fae 2054 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 2055
d14508fe
DE
20562008-05-05 Doug Evans <dje@google.com>
2057
2058 * gdb.texinfo (disassemble): Document /m modifier.
2059
e2b7ddea
VP
20602008-05-05 Vladimir Prus <vladimir@codesourcery.com>
2061
5ae4183a
AS
2062 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
2063 will not report the time of commands that run the target.
e2b7ddea 2064
8eb41542
VP
20652008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2066
2067 * gdb.texinfo (GDB/MI Output Records): Add
2068 missing semicolon.
2069
82f68b1c
VP
20702008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2071
2072 * gdb.texinfo (GDB/MI Output Records):
2073 Document =thread-create and =thread-exited.
2074
fa0f268d
VP
20752008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2076
2077 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 2078 Remove mention of dmi-discuss.
fa0f268d 2079
063bfe2e
VP
20802008-05-03 Pedro Alves <pedro@codesourcery.com>
2081
2082 * observer.texi (thread_exit): New.
2083
237fc4c9
PA
20842008-05-02 Pedro Alves <pedro@codesourcery.com>
2085
2086 * gdb.texinfo (Debugging Output): Document "set/show debug
2087 displaced".
2088 (Maintenance Commands): Document "maint set/show
2089 can-use-displaced-stepping".
2090
0428b8f5
DJ
20912008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
2092
2093 * gdb.texinfo (ARM): Document set/show arm fallback-mode
2094 and set/show arm force-mode.
2095
5009afc5
AS
20962008-05-02 Andreas Schwab <schwab@suse.de>
2097
2098 * gdbint.texinfo (Algorithms): Describe
2099 target_watchpoint_addr_within_range.
2100
669fac23
DJ
21012008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2102
2103 * gdbint.texinfo (Stack Frames): New chapter.
2104 (Algorithms): Move Frames text to the new chapter.
2105 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
2106 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
2107
721c02de
VP
21082008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2109
5ae4183a
AS
2110 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
2111 output does not necessary include any tokens.
721c02de 2112
c055b101
CV
21132008-04-22 Corinna Vinschen <vinschen@redhat.com>
2114
2115 * gdb.texinfo (Set SH Calling convention): New @item.
2116 (Show SH Calling convention): Ditto.
2117
68837c9d
MD
21182008-04-22 Markus Deuling <deuling@de.ibm.com>
2119
2120 * gdb.texinfo (Fortran Operators): Describe '%' operator.
2121
2e9132cc
EZ
21222008-04-20 Eli Zaretskii <eliz@gnu.org>
2123
2124 * gdb.texinfo (Set Breaks): Mention that multiple location
2125 breakpoints need line number info. Add index entries.
2126
31fffb02
CS
21272008-04-19 Craig Silverstein <csilvers@google.com>
2128
2129 * gdb.texinfo (Requirements): Add an optional requirement on
2130 zlib.
2131 * gdbint.texinfo (Debugging File Formats): Add new subsection for
2132 Compressed DWARF 2.
2133
a47ec5fe
AR
21342008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
2135
2136 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
2137 sample output for 'stopped,reason="breakpoint-hit"' message.
2138 (GDB/MI Program Execution): Likewise.
2139
de051565
MK
21402008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
2141
5ae4183a 2142 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
2143 -var-set-format. Add -f option to -var-evaluate-expression.
2144
6ba66d6a
JB
21452008-04-03 Joel Brobecker <brobecker@adacore.com>
2146
2147 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
2148 new node "Ambiguous Expressions". Replace references to this
2149 node by references to "Ambiguous Expressions" throughout.
2150 (Ambiguous Expressions): New node.
2151
1e26b4f8
DJ
21522008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
2153
2154 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
2155
b84876c2
PA
21562008-03-21 Pedro Alves <pedro@codesourcery.com>
2157
2158 * gdb.texinfo (Debugging Output): Document
2159 "set/show debug lin-lwp-async".
2160 (Maintenance Commands): Document "maint set/show linux-async".
2161
63092375
DJ
21622008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
2163
2164 * gdb.texinfo (Expressions): Update description of malloced arrays.
2165
8e8901c5
VP
21662008-03-15 Vladimir Prus <vladimir@codesourcery.com>
2167
2168 * gdb.texinfo (Thread Commands): Document
2169 -thread-info. Remove -thread-list-all-threads.
2170
1fddbabb
PA
21712008-03-14 Pedro Alves <pedro@codesourcery.com>
2172 Sandra Loosemore <sandra@codesourcery.com>
2173
2174 * gdb.texinfo (Library List Format): Update to mention the
2175 possibility to pass section addresses instead of segment
2176 addresses.
2177
ccd213ac
DJ
21782008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
2179
2180 * gdb.texinfo (Starting): Document "set exec-wrapper".
2181 (Server): Document gdbserver --wrapper.
2182
fa4727a6
DJ
21832008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
2184
2185 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
2186 unreadable memory. Delete obsolete SPARClite reference.
2187
8edfe269
DJ
21882008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
2189
2190 * gdb.texinfo (Starting): Mention always-running targets.
2191 (Target Commands): Add an anchor for load.
2192 (Connecting): Explain continue instead of run.
2193
1843f87b
DJ
21942008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
2195
2196 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
2197
f9082629
NR
21982008-02-26 Nick Roberts <nickrob@snap.net.nz>
2199
2200 * gdb.texinfo (Set Breaks): Revert description of Enb column of
2201 breakpoint table.
2202
fd96d250
PA
22032008-02-19 Pedro Alves <pedro@codesourcery.com>
2204
2205 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
2206 killing the inferior when it is already debugging a process.
2207
36af4ef6
MD
22082008-02-13 Markus Deuling <deuling@de.ibm.com>
2209
2210 * gdbint.texinfo (Build Script): New section. Mention new build script
2211 gdb_buildall.sh.
2212
cda4ce5a
JB
22132008-02-01 Jim Blandy <jimb@red-bean.com>
2214
2215 * gdb.texinfo (Help): Summarize 'info args' correctly.
2216
4acd40f3
TJB
22172008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2218
2219 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
2220 available in PowerPC architecture.
2221 (Embedded Processors): Change node name of PowerPC item in menu.
2222 (PowerPC): Rename to...
2223 (PowerPC Embedded): this.
2224 (Architectures): Add new PowerPC item in menu.
2225 (PowerPC): New node.
2226
6e6c6f50
DJ
22272008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2228
2229 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
2230 commands.
2231
5ee187d7
DJ
22322008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2233
2234 * gdb.texinfo (Setting Catchpoints): Mention features
2235 supported on GNU/Linux.
2236
e275c0d9
NR
22372008-01-30 Nick Roberts <nickrob@snap.net.nz>
2238
2239 * gdb.texinfo (GDB/MI File Commands): Describe new output
2240 field for MI command -file-list-exec-source-file.
2241
2d717e4f
DJ
22422008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2243
2244 * gdb.texinfo (Using the `gdbserver' Program): Add security
2245 warning. Rearrange into subsections and subsubsections. Document
2246 --multi and --debug. Correct --with-sysroot typo. Update --attach
2247 usage. Make load reference clearer. Document monitor exit.
2248 (Remote Configuration): Document set remote exec-file, attach-packet,
2249 and run-packet.
2250 (Packets): Document vAttach and vRun.
2251
d35a4257 22522008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
2253
2254 * gdb.texinfo (Processes): Mention process command.
889bf7c5 2255 detach-on-follow -> detach-on-fork.
f663676d 2256
c78d192c
DJ
22572008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2258
2259 * gdbint.texinfo (Native Conditionals): Remove
2260 SHELL_COMMAND_CONCAT and SHELL_FILE.
2261
d35a4257
EZ
22622008-01-26 Eli Zaretskii <eliz@gnu.org>
2263
2264 * gdb.texinfo (Specify Location): Improve wording.
2265
93815fbf
VP
22662008-01-23 Chris Demetriou <cgd@google.com>
2267
2268 * gdb.texinfo (Threads): Document new "set print thread-events"
2269 and "show print thread-events" commands.
2270
2a25a5ba
EZ
22712008-01-19 Eli Zaretskii <eliz@gnu.org>
2272
2273 * gdb.texinfo (Specify Location): New section.
2274 (Delete Breaks, Edit, Set Breaks): Remove description of
2275 locations. Instead, add a reference to "Specify Location".
2276 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
2277 (Symbols): Refer to "Specify Location" for the valid forms of
2278 linespecs and locations.
2279
32c9a795
MD
22802008-01-18 Markus Deuling <deuling@de.ibm.com>
2281
2282 * gdbint.texinfo (Target Conditionals): Replace the description of
2283 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
2284
b17828ca
JB
22852008-01-12 Paul Hilfinger <hilfinger@adacore.com>
2286
2287 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
2288 about &&var, which is rejected by the expression parser.
2289
0aea4bf3
LM
22902008-01-09 Luis Machado <luisgpm@br.ibm.com>
2291
2292 * gdb.texinfo (Output): Update documentation on using printf with DFP
2293 types.
2294
febe4383
TJB
22952008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
2296
2297 * gdb.texinfo (C and C++): Add Decimal Floating Point format
2298 subsubsection.
2299 (Decimal Floating Point format): New subsubsection.
2300
7a404eba
PA
23012008-01-05 Pedro Alves <pedro@codesourcery.com>
2302
2303 * gdb.texinfo (File Options): Remove mention of the attempt to
2304 open a core file with the -p option. Don't list -c as a valid
2305 option to attach to a process.
2306
a4d9b460
PA
23072008-01-05 Pedro Alves <pedro@codesourcery.com>
2308
2309 * gdbint.texinfo (Host Conditionals): Remove mention of
2310 ALIGN_STACK_ON_ENTRY.
2311
6ec2edbe
JB
23122008-01-05 Joel Brobecker <brobecker@adacore.com>
2313
2314 * gdbint.texinfo (Start of New Year Procedure): Add item
2315 describing how to update the source and documentation copyright
2316 notices.
2317
d8b2a693
JB
23182007-12-18 Jim Blandy <jimb@codesourcery.com>
2319
ab209b3a 2320 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
2321 watchpoint explanation into the main description of the watchpoint
2322 command; update synopses of 'watch', 'rwatch', and 'awatch'
2323 commands.
2324
8b4ed427
VP
23252007-12-18 Vladimir Prus <vladimir@codesourcery.com>
2326
2327 * gdb.texinfo (Miscellaneous gdb/mi Commands):
2328 Document 'pending-breakpoints' feature of
2329 -list-features.
2330
37e4754d
LM
23312007-12-17 Luis Machado <luisgpm@br.ibm.com>
2332
669fac23 2333 * gdb.texinfo: Add new parameter's description.
37e4754d 2334
1d3811f6
DJ
23352007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
2336
2337 * gdb.texinfo (Overview): Clarify run-length encoding
2338 example. Remove the restriction on "+" and "-" characters.
2339
c1c25a1a
EZ
23402007-12-15 Eli Zaretskii <eliz@gnu.org>
2341
2342 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
2343
afe8ab22 23442007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 2345
afe8ab22
VP
2346 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
2347 the -f option for -break-insert, remove -r option,
2348 and clarify specification of location.
2349
a6b151f1
DJ
23502007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
2351
2352 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
2353 formatting.
2354 (Remote Debugging): Add File Transfer section.
2355 (Remote Configuration): Document Host I/O packets.
2356 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 2357 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
2358 (Packets): Add vFile.
2359
3b784c4f
EZ
23602007-11-17 Eli Zaretskii <eliz@gnu.org>
2361
2362 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
2363 breakpoints with multiple locations.
2364 (Breakpoint Menus): Improve wording.
2365 (Output): Fix last change.
2366
a4ce5b0d
UW
23672007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
2368
2369 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
2370
1b39d5c0
DE
23712007-11-15 Doug Evans <dje@google.com>
2372
2373 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
2374
7a72d44c
VP
23752007-11-15 Vladimir Prus <vladimir@codesourcery.com>
2376
2377 * gdbint.texinfo (Native Conditionals): Remove
2378 mention of CLEAR_SOLIB.
5ae4183a 2379
6d1829bf 23802007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
2381
2382 * gdb.texinfo (Print Settings): Add documentation for "set/show
2383 print frame-arguments".
2384
1a619819
LM
23852007-11-05 Luis Machado <luisgpm@br.ibm.com>
2386
3b784c4f 2387 * gdb.texinfo (Output): Update printf command's description.
1a619819 2388
55eddb0f
DJ
23892007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
2390
2391 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
2392 powerpc soft-float".
2393
9cceb671
DJ
23942007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2395
2396 * gdb.texinfo (Files): Correct formatting. Mention Expat
2397 requirement.
2398 (Requirements for Building GDB): Expand the list of Expat
2399 uses.
2400 (Library List Format, Memory Map Format): Mention Expat.
2401 (Target Descriptions): Update Expat wording.
2402
83acabca
DJ
24032007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2404
2405 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
2406 Document that gdbarch_convert_register_p should return zero for no-op
2407 conversions.
2408
e35879db
UW
24092007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
2410
83acabca 2411 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
2412 of set_gdbarch_sofun_address_maybe_missing back to ...
2413 (Target Conditionals): ... here to fix build break.
2414
203c3895
UW
24152007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
2416
83acabca 2417 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
2418 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
2419 (Compiler Characteristics): ... documentation of
2420 set_gdbarch_sofun_address_maybe_missing.
2421
11411de3
DJ
24222007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
2423
2424 * gdbint.texinfo (Target Conditionals): Use
2425 frame_unwind_register_unsigned in examples instead of
2426 frame_unwind_unsigned_register.
2427
7cc46491
DJ
24282007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
2429
2430 * gdb.texinfo (Predefined Target Types): Add int128
2431 and uint128.
2432 (Standard Target Features): Add PowerPC features.
2433
81adfced
DJ
24342007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
2435
2436 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
2437
c1874924
UW
24382007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2439
2440 * gdbint.texi (Target Conditionals): Remove documentation
2441 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
2442 gdbarch_extract_return_value, and gdbarch_store_return_value.
2443
f6e56ab3
UW
24442007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2445
2446 * gdbint.texi (Target Conditionals): Remove documentation of
2447 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
2448
56cf5405
KH
24492007-10-11 Kazu Hirata <kazu@codesourcery.com>
2450
2451 * gdb.texinfo: Mention that inaccessible-by-default is on by
2452 default.
2453
35156bae
DJ
24542007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2455
2456 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
2457
d983da9c
DJ
24582007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
2459
2460 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
2461 multi-threaded watchpoints.
2462 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
2463 checked. Describe sticky notification. Expand description
2464 of steppable and continuable watchpoints.
2465 (Watchpoints and Threads): New subsection.
2466
fe6fbf8b
VP
24672007-09-28 Vladimir Prus <vladimir@codesourcery.com>
2468
2469 * gdb.texinfo (Setting Breakpoints): Revise
2470 documentation for pending breakpoints. Document
2471 breakpoints with multiple locations.
5ae4183a 2472
084344da
VP
24732007-09-19 Vladimir Prus <vladimir@codesourcery.com>
2474
2475 * gdb.texinfo (Miscellaneous gdb/mi Commands):
2476 Document -list-features.
5ae4183a 2477
82160952
EZ
24782007-09-15 Eli Zaretskii <eliz@gnu.org>
2479
2480 * gdb.texinfo (Output): Spell out which features of C's printf are
2481 not supported by GDB's printf.
7e27a47a
EZ
2482 (Separate Debug Files): More accurate wording regarding build ID
2483 and a reference to the ld manual rather than the Fedora wiki.
82160952 2484
ea37ba09
DJ
24852007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
2486 Jim Blandy <jimb@codesourcery.com>
2487
2488 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
2489 (Examining Memory): Update mentions of the 's' format.
2490 (Automatic Display): Likewise.
2491
b8533aec
DJ
24922007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
2493
2494 * gdb.texinfo: Update the FSF's Back-Cover Text.
2495
83f83d7f
JK
24962007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2497 Eli Zaretskii <eliz@gnu.org>
2498
2499 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
2500 Fixed the ``build ID'' name. New binaries build instructions for the
2501 build ID inclusion. Explain how the commands are specific to the build
2502 ID vs. debug link.
2503
c7e83d54
EZ
25042007-09-01 Eli Zaretskii <eliz@gnu.org>
2505
2506 * gdb.texinfo (Separate Debug Files): Fix last change. Add
2507 indexing for ``build ID'' support.
2508
d3750b24
JK
25092007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2510
2511 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
2512 Enlisted BUILD ID to the debug file searching example.
2513 Included a BUILD ID `.note.gnu.build-id' section description.
2514 Updated/added the debug files splitting instructions for OBJCOPY.
2515
02142340
VP
25162007-08-31 Vladimir Prus <vladimir@codesourcery.com>
2517
2518 * gdb.texinfo (Variable Objects): Adjust docs
2519 for -var-info-expression and document
2520 -var-info-path-expression.
2521
d3bdde98
JB
25222007-08-20 Jim Blandy <jimb@codesourcery.com>
2523
3fb6a982
JB
2524 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
2525 (title page): Include the dedication in the printed manual, as a
2526 separate page after the copyright notice.
5ae4183a 2527
d3bdde98
JB
2528 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
2529 don't break a @var across a line.
2530
c80a96a8
MR
25312007-07-25 Maciej W. Rozycki <macro@mips.com>
2532
2533 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
2534 for include files.
2535
5824a901
NR
25362007-07-12 Nick Roberts <nickrob@snap.net.nz>
2537
2538 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
2539 in annotate.texinfo.
2540 (Command History): Link to new node.
5824a901 2541
d52e7ea3
UW
25422007-07-05 Markus Deuling <deuling@de.ibm.com>
2543
2544 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
2545
5fc14d0a
EZ
25462007-07-05 Eli Zaretskii <eliz@gnu.org>
2547
2548 * gdbint.texinfo (Target Conditionals): Fix last change.
2549
4a9bb1df
UW
25502007-07-03 Markus Deuling <deuling@de.ibm.com>
2551
2552 * gdb.texinfo: Replace following macros by their appropriate gdbarch
2553 routines:
2554 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
2555 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
2556 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
2557 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
2558 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
2559 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
2560 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
2561 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
2562 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
2563 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
2564 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
2565 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
2566 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
2567 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
2568 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
2569 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
2570 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
2571 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
2572 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
2573 (SOFTWARE_SINGLE_STEP_P)
2574
2575 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
2576 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
2577
2578 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
2579 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
2580 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
2581 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
2582 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
2583 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
2584 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
2585 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
2586 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
2587 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
2588
2589 (Converting an existing Target Architecture to Multi-arch): Remove
2590 section.
2591
2592 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
2593 (gdbarch_addr_bits_remove): Add code example.
2594
2595 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
2596
cfa9d6d9
DJ
25972007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
2598
2599 * gdb.texinfo (Remote Configuration): Document library-info-packet.
2600 Add other missing entries. Adjust the table size to fit.
2601 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
2602 stop reasons including the new "library" event.
2603 (General Query Packets): Adjust table widths for qSupported. Mention
2604 qXfer:libraries:read reply to qSupported and document the new packet.
2605 (Library List Format): New section.
2606
159fcc13
JK
26072007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2608
2609 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
2610
f66d1690
MS
26112007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
2612
2613 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
2614
67102876
NR
26152007-06-25 Nick Roberts <nickrob@snap.net.nz>
2616
2617 * gdbint.texinfo (Register and Memory Data): Break sections
2618 into nodes and add a menu.
2619
a4642986
MR
26202007-06-21 Maciej W. Rozycki <macro@mips.com>
2621
2622 * gdb.texinfo (Examining Memory): Document the new behaviour.
2623
e9c17194
VP
26242007-06-21 Vladimir Prus <vladimir@codesourcery.com>
2625
2626 * gdb.texinfo (Standard Target Features): Document
2627 m68k features.
2628
31d99776
DJ
26292007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
2630
2631 * gdb.texinfo (General Query Packets): Document qOffsets changes.
2632
1780a0ed
DJ
26332007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
2634
2635 * gdb.texinfo (Target Description Format): Add version attribute
2636 for <target>.
2637
822b6570
DJ
26382007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
2639
2640 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
2641
f8b73d13
DJ
26422007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
2643
2644 * gdb.texinfo (MIPS Features): New subsection.
2645
0e7f50da
UW
26462007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
2647 Markus Deuling <deuling@de.ibm.com>
2648
2649 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
2650 and qXfer:spu:write packets and mention them under qSupported.
2651
23d964e7
UW
26522007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
2653 Markus Deuling <deuling@de.ibm.com>
2654
2655 * gdb.texinfo (Architectures): Add new SPU section to document
2656 Cell Broadband Engine SPU architecture specific commands.
2657
9f708cb2
VP
26582007-06-09 Vladimir Prus <vladimir@codesourcery.com>
2659
2660 * gdb.texinfo (GDB/MI Variable Objects): Editorial
2661 comments.
2662
7579b5f8
NR
26632007-06-07 Nick Roberts <nickrob@snap.net.nz>
2664
2665 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
2666
bf06d120
JB
26672007-05-29 Jim Blandy <jimb@codesourcery.com>
2668
2669 * gdb.texinfo (Overview): Doc fix.
2670
23776285
MR
26712007-05-22 Maciej W. Rozycki <macro@mips.com>
2672
2673 * gdb.texinfo (Remote Configuration): Document "set/show
2674 remoteflow".
2675
1a69e1e4
DJ
26762007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
2677
bf06d120
JB
2678 * gdb.texinfo (MIPS): Remove documentation for set mips
2679 saved-gpreg-size, show mips saved-gpreg-size, and set mips
2680 stack-arg-size.
1a69e1e4 2681
46ba6afa 26822007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 2683
46ba6afa
BW
2684 * all-cfg.texi (GDBTUI): New.
2685 * gdb.texinfo (Mode Options): Use GDBTUI variable.
2686 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
2687 (TUI Configuration): Edit to improve clarity and fix problems of
2688 both style and content.
5ae4183a 2689
06d3b283
UW
26902007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
2691
2692 * observer.texi (GDB Observers): New observer "new_objfile".
2693
179101d6
UW
26942007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
2695
2696 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
2697
25d5ea92
VP
26982007-04-14 Vladimir Prus <vladimir@codesourcery.com>
2699
2700 * gdb.texinfo (GDB/MI Variable Objects): Document
2701 frozen variables objects.
5ae4183a 2702
ea35711c
DJ
27032007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
2704
2705 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
2706 (Character Sets, Caching Data of Remote Targets): Likewise.
2707 (Targets): Delete Remote node. Move its text...
2708 (Debugging Remote Programs): ...to here. Delete description
2709 of the "remote" command.
2710 (Remote configuration): Delete description of "set remotedevice"
2711 and "show remotedevice".
2712 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
2713
db2e3e2e
BW
27142007-04-11 Bob Wilson <bob.wilson@acm.org>
2715
5ae4183a
AS
2716 * gdb.texinfo (Contributors, Continuing and Stepping)
2717 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
2718 (General Query Packets, File-I/O Remote Protocol Extension)
2719 (Protocol Basics, The F Reply Packet, Write)
2720 (Protocol-specific Representation of Datatypes, Memory Transfer):
2721 Fix hyphenation, punctuation and grammar problems.
2722 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
2723 'section' instead of 'subsection' in the text.
2724 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
2725 (i386): Remove period from section name.
db2e3e2e
BW
2726 (Installing GDB, Requirements, Running Configure, Separate Objdir)
2727 (Config Names, Configure Options): Use @file{configure}.
2728
8a3dae3e
DJ
27292007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
2730
2731 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
2732 and tab expansion.
2733
1a92f856
DJ
27342007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
2735
2736 * gdbint.texinfo (SOM): Correct location of the SOM reader.
2737
79a6e687 27382007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 2739
79a6e687
BW
2740 * gdb.texinfo: Consistently capitalize all significant words in
2741 node names, chapter titles, section titles, and headings. Update
2742 cross references to match.
2743 (Starting and Stopping Trace Experiment): Make node name plural.
2744 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 2745
ad527d2e
PA
27462007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
2747
2748 * gdb.texinfo (WinCE): Delete obsolete subsection.
2749
7ce59000
DJ
27502007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
2751
2752 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
2753 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
2754 references.
2755
8807d78b
DJ
27562007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
2757
2758 * gdb.texinfo (Startup): Delete references to some alternate
2759 names for .gdbinit.
2760 (Thread): Remove LynxOS reference.
2761 (Tandem ST2000): Delete target-specific documentation.
2762 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
2763 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
2764 and GDB_OSABI_LYNXOS.
2765
5f402660
UW
27662007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
2767
2768 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
2769
bac718a6
UW
27702007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
2771
2772 * gdbint.texinfo (Target Conditionals): Remove mention of
2773 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
2774 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
2775
9453113a
DJ
27762007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
2777
2778 * Makefile.in: Add "pdfdir" installation
2779 directory, PDFTEX macro, support for "install-pdf" target,
2780 and rules for making a pdf version of refcard.texi.
2781 * refcard.tex: Specify paper size for PDF output.
2782
ae21e955 27832007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 2784
ae21e955 2785 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 2786
3f94c067 27872007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 2788
3f94c067
BW
2789 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
2790 (Source Path, Character Sets, Macros, Define)
2791 (GDB/MI Result Records, GDB/MI Simple Examples)
2792 (GDB/MI Program Execution, GDB/MI File Commands)
2793 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
2794 (Bug Reporting): Use @value{GCC}.
5ae4183a 2795
12c27660 27962007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 2797
12c27660
BW
2798 * gdb.texinfo (Help): Fix formatting of examples.
2799 (Variables): Use @ifnotinfo instead of @iftex.
2800 (Non-debug DLL symbols): Use @ref instead of @pxref.
2801 (Sparclet File): Use @samp instead of quotes.
5ae4183a 2802
ce9341a1
BW
28032007-03-26 Bob Wilson <bob.wilson@acm.org>
2804
2805 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
2806
c8f4133a
BW
28072007-03-26 Bob Wilson <bob.wilson@acm.org>
2808
2809 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
2810 the order of the nodes.
2811 (C Operators, C Constants, Debugging C): Remove extra menus.
2812 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 2813
c8f4133a 28142007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
2815
2816 * gdb.texinfo (File Options): Add missing parenthesis.
2817 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
2818
c74d0ad8
DJ
28192007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
2820
2821 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
2822
ff6f572f
DJ
28232007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
2824
669fac23 2825 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
2826 case insensitivity.
2827 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
2828
994337c3
NR
28292007-02-18 Nick Roberts <nickrob@snap.net.nz>
2830
2831 * gdb.texinfo (Top): Put Appendix A after numbered sections.
2832 (Files): Add section name to argument list for pxref.
2833 (Non-debug DLL symbols): Don't use `see' for pxref.
2834 (Embedded Processors): Fix typo.
2835 (GDB/MI Breakpoint Commands): Execution commands generate
2836 *stopped not ^done.
2837
eb819d70
NR
28382007-02-13 Nick Roberts <nickrob@snap.net.nz>
2839
2840 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
2841 values for in_scope. Mention that only root variables can be
2842 updated.
2843 (GDB/MI Development and Front Ends): Explain new values may be
2844 added to existing fields.
2845
123dc839
DJ
28462007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
2847
2848 * gdb.texinfo (-target-disconnect): Use @smallexample.
2849 (Requirements): Add anchor for Expat. Update description.
2850 (Target Descriptions): Mention Expat.
2851 (Target Description Format): Document new elements. Use
2852 @smallexample.
2853 (Predefined Target Types, Standard Target Features): New sections.
669fac23 2854 * gdbint.texinfo (Target Descriptions): New section.
123dc839 2855
108546a0
DJ
28562007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
2857
2858 * gdb.texinfo (Target Description Format): Add section on XInclude.
2859
95a98c01
NR
28602006-02-03 Nick Roberts <nickrob@snap.net.nz>
2861
2862 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
2863 command -enable-timings.
2864
f4b3909f
EZ
28652007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
2866
5ae4183a 2867 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
2868 descriptions for new/deleted elements in gdb_osabi. Add missing
2869 description for function generic_elf_osabi_sniff_abi_tag_sections.
2870
c7ba131e
JB
28712007-01-29 Joel Brobecker <brobecker@adacore.com>
2872
2873 * gdb.texinfo (Maintenance Commands): Add documentation for
2874 the new "maint print target-stack" command.
2875
3a60f64e
JK
28762007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2877 Eli Zaretskii <eliz@gnu.org>
2878
f4b3909f 2879 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 2880
c582f8b6
EZ
28812007-01-26 Eli Zaretskii <eliz@gnu.org>
2882
2883 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
2884 Use @value{NGCC} instead of @value{GCC}.
2885
d3e8051b
EZ
28862007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
2887
2888 * agentexpr.texi: Fix typos.
2889 * annotate.texinfo: Likewise.
2890 * gdb.texinfo: Likewise.
2891 * gdbint.texinfo: Likewise.
2892 * observer.texi: Likewise.
2893 * stabs.texinfo: Likewise.
2894
86f04699
EZ
28952007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
2896
2897 * gdbint.texinfo (Support Libraries): Remove mmalloc
2898 entry. Describe readline library.
2899
23181151
DJ
29002007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
2901
2902 * gdb.texinfo (Target Descriptions): New section.
2903 (General Query Packets): Add QPassSignals anchor. Mention
2904 qXfer:features:read under qSupported. Expand mentions of
2905 qXfer:memory-map:read and QPassSignals. Document
2906 qXfer:features:read.
2907
f822c95b
DJ
29082007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
2909
2910 * gdb.texinfo (Commands to specify files): Describe
2911 "set sysroot" and "show sysroot".
2912 (Using the `gdbserver' program): Lowercase argument
2913 to @var. Expand description of setting up GDB on the
2914 host.
2915
8936fcda
JB
29162007-01-05 Joel Brobecker <brobecker@adacore.com>
2917
2918 * gdb.texinfo (Set Catchpoints): Add documentation for the new
2919 catch exception, catch exception unhandled, and catch assert
2920 commands.
2921
e776119f
DJ
29222007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
2923
2924 * gdb.texinfo (Debugging Output): Document "set debug xml"
2925 and "show debug xml".
2926
aa79a185
DJ
29272007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
2928
2929 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
2930
7f893741
JB
29312007-01-01 Joel Brobecker <brobecker@adacore.com>
2932
2933 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
2934
a1b5960f
VP
29352006-12-08 Vladimir Prus <vladimir@codesourcery.com>
2936
2937 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
2938 note in @ignore, to be removed later if nobody complains.
2939
9f470e6e
NR
29402006-12-04 Nick Roberts <nickrob@snap.net.nz>
2941
2942 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
2943 of -var-delete.
2944
765dc015 29452006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 2946
765dc015 2947 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
2948 automatic software/hardware breakpoint usage and
2949 the "set breakpoint auto-hw" command.
765dc015 2950
4b5752d0
VP
29512006-11-21 Vladimir Prus <vladimir@codesourcery.com>
2952
2953 * gdb.texinfo (Memory Access Checking): New.
2954
89be2091
DJ
29552006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
2956
2957 * gdb.texinfo (Remote configuration): Mention
2958 "pass-signals-packet".
2959 (General Query Packets): Document QPassSignals. Fix
2960 a typo.
2961
ca3bf3bd
DJ
29622006-11-14 Maxim Grigoriev <maxim@tensilica.com>
2963
2964 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
2965
427c3a89
DJ
29662006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2967
2968 * gdb.texinfo (Remote configuration): Rewrite documentation for
2969 packet configuration commands.
2970 (OS Information): Adjust reference to qXfer:auxv:read.
2971 (General Query Packets): Remove references to read-aux-vector-packet
2972 and set remote get-thread-local-storage-address.
2973
7a107747
DJ
29742006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
2975
2976 * gdbint.texinfo (Target Architecture Definition): Add new
2977 Initializing a New Architecture section.
2978
1c56eb0e
EZ
29792006-10-31 David Taylor <dtaylor@emc.com>
2980
2981 * stabs.texinfo (Macro define and undefine): New node describing
2982 stabs for #define and #undef.
2983
f73adfeb
AS
29842006-10-27 Andreas Schwab <schwab@suse.de>
2985
2986 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
2987
fd60e0df
EZ
29882006-10-21 Eli Zaretskii <eliz@gnu.org>
2989
2990 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
2991 clarify on the possible meanings of ``expression'' watched by
2992 watchpoints. Add indexing.
e5ac9b53
EZ
2993 (Prompting, Errors, Invalidation, Annotations for Running)
2994 (Source Annotations): Fix index entries by adding "annotation" to
2995 them, to discriminate from index entries that point to the more
2996 general topic descriptions.
fd60e0df 2997
52bb452f
DJ
29982006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
2999
3000 * gdbint.texinfo (Target Vector Definition): Move most
3001 content into Existing Targets. Add a menu.
3002 (Existing Targets): New section, moved from Target Vector
3003 Definition. Use @subsection.
3004 (Managing Execution State): New section.
3005
58955e58
BW
30062006-10-16 Bob Wilson <bob.wilson@acm.org>
3007
3008 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
3009
c8aa23ab
EZ
30102006-10-15 Eli Zaretskii <eliz@gnu.org>
3011
3012 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
3013 (Command Syntax, Signals, Backtrace, Connecting)
3014 (Remote configuration, Renesas Boards, Console I/O): Fix last
3015 change: use Ctrl- instead of C-, except wrt Emacs.
3016 (File-I/O Examples): Put Ctrl-c in @kbd.
3017 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
3018 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
3019 (Signals, Set Breaks, Set Watchpoints): Document optional
3020 arguments to `info signals' `handle', `info breakpoints', and
3021 `info watchpoints'.
c8aa23ab 3022
e7109c7e
EZ
30232006-10-14 Eli Zaretskii <eliz@gnu.org>
3024
3025 * gdb.texinfo (Backtrace): Fix last change.
3026
de3aea7b
NR
30272006-10-14 Nick Roberts <nickrob@snap.net.nz>
3028
3029 * gdb.texinfo (Backtrace): Order correctly and add other cases.
3030
7f9087cb
BW
30312006-10-10 Bob Wilson <bob.wilson@acm.org>
3032
c8aa23ab
EZ
3033 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
3034 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
3035 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 3036
68437a39
DJ
30372006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3038 Daniel Jacobowitz <dan@codesourcery.com>
3039
3040 * gdb.texinfo (Packets): Document vFlashErase,
3041 vFlashWrite and vFlashDone packets.
3042 (General Query Packets): Document qXfer:memory-map:read.
3043 Add a new feature for qXfer:memory-map:read.
3044 (Memory map format): New section.
3045 (Target Commands): Mention that gdb can write flash.
3046
fd79ecee
DJ
30472006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3048 Daniel Jacobowitz <dan@codesourcery.com>
3049
3050 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
3051 memory regions and "mem auto".
3052
350da6ee
DJ
30532006-09-21 Nathan Sidwell <nathan@codesourcery.com>
3054
3055 * gdbint.texinfo (Array Containers): New section.
3056
2f1acb09
VP
30572006-09-17 Vladimir Prus <vladimir@codesourcery.com>
3058
3059 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
3060 -stack-list-arguments HIGH_FRAME argument can be larger then the
3061 actual number of frames.
3062
2ab1eb7a
VP
30632006-09-07 Vladimir Prus <vladimir@codesourcery.com>
3064
3065 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
3066 -stack-list-locals HIGH_FRAME argument can be larger then the
3067 actual number of frames.
2ab1eb7a 3068
599b237a
BW
30692006-09-02 Bob Wilson <bob.wilson@acm.org>
3070
3071 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
3072 Register Packet Format, Tracepoint Packets): Fix spelling errors.
3073
25ab7e6d
EZ
30742006-09-02 Eli Zaretskii <eliz@gnu.org>
3075
3076 * gdbint.texinfo (Overall Structure): New section "Source Tree
3077 Structure".
3078
940178d3
JB
30792006-08-17 Jim Blandy <jimb@codesourcery.com>
3080
3081 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
3082 responses.
3083
30daae6c
JB
30842006-08-08 Joel Brobecker <brobecker@adacore.com>
3085
3086 * gdb.texinfo (Source Path): Add documentation for new
3087 substitute-path commands.
3088
7fa2210b
DJ
30892006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
3090
3091 * gdb.texinfo (Installing GDB): Update menu. Move text to...
3092 (Running Configure): ...here.
3093 (Requirements): New node. Mention expat.
3094
3d00d119
DJ
30952006-08-08 Vladimir Prus <vladimir@codesourcery.com>
3096
5ae4183a 3097 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
3098 'set download-write-size' and 'show download-write-size'.
3099
0cbfa4ee
DJ
31002006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
3101
3102 * stabs.texinfo (Member Type Descriptor): Correct example for
3103 pointer to member types.
3104
16026cd7
AS
31052006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
3106
3107 * gdb.texinfo (Optional warnings and messages): Add
3108 'set/show trace-commands'.
3109 (Command files): Add '-v' to source command.
3110
0876f84a
DJ
31112006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
3112
3113 * gdb.texinfo (OS Information): Update qPart reference to
3114 qXfer.
3115 (Remote configuration): Likewise.
3116 (Overview): Move @cindex to the start of a paragraph. Talk
3117 about binary data encoding.
3118 (Packets): Refer to the overview for the details of the X
3119 packet encoding.
3120 (General Query Packets): Remove qPart description. Add qXfer
3121 description. Add an anchor to qSupported. Correct feature
3122 table title. Add a new feature for qXfer:auxv:read.
3123 (Interrupts): Add a missing parenthesis.
3124
2ec3381a
DJ
31252006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
3126
669fac23 3127 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
3128 (GDB/MI Kod Commands): Remove commented out node.
3129
594fe323
EZ
31302006-07-01 Eli Zaretskii <eliz@gnu.org>
3131
3132 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
3133 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
3134 (GDB/MI Thread Commands, GDB/MI Program Execution)
3135 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
3136 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
3137 (GDB/MI File Commands, GDB/MI Target Manipulation)
3138 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
3139 since the MI prompt is hard-wired into the code.
3140
7e3fb70c
NR
31412006-07-01 Nick Roberts <nickrob@snap.net.nz>
3142
3143 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
3144 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
3145 (GDB/MI Data Manipulation): Remove description of unimplemented
3146 display related commands as variable objects perform this function
3147 and are superior: -display-delete, -display-disable,
3148 -display-enable, -display-insert and -display-list. Move
3149 -environment-cd, -environment-directory, -environment-path
3150 and -environment-pwd to "Program Context".
3151 (GDB/MI Program Control): Rename to "Program Execution". Move
3152 -exec-arguments -exec-abort to...
3153 (GDB/MI Program Context): ...here. New node split from "Data
3154 Manipulation".
3155
be2a5f71
DJ
31562006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
3157
3158 * gdb.texinfo (Remote configuration): Document set / show
3159 remote supported-packets.
3160 (General Query Packets): Document qSupported packet.
3161
fc320d37
SL
31622006-06-10 Sandra Loosemore <sandra@codesourcery.com>
3163
3164 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
3165 and font markup.
3166 (Protocol basics): Likewise.
3167 (The F request packet): Likewise.
3168 (The F reply packet): Likewise.
3169 (Memory transfer): Move this node to be a subsubsection of
3170 "Protocol specific representation of datatypes".
3171 (The Ctrl-C message): More copy editing.
3172 (Console I/O): Likewise.
3173 (The isatty call): Delete this node, and merge its content into
3174 the "isatty" node. Fixed references elsewhere.
3175 (The system call): Delete this node, and merge its content into
3176 the "system" node. Fixed references elsewhere.
3177 (open): Reformat to use @table, and add appropriate font markup.
3178 (close): Likewise.
3179 (read): Likewise.
3180 (write): Likewise.
3181 (lseek): Likewise.
3182 (rename): Likewise.
3183 (unlink): Likewise.
3184 (stat/fstat): Likewise.
3185 (gettimeofday): Likewise.
3186 (isatty): Likewise.
3187 (system): Likewise, plus minor changes to fix confusing wording.
3188 (Integral datatypes): Fix font markup.
3189 (Pointer values): Likewise.
3190 (struct stat): Fix markup to use @table, plus minor copy editing.
3191 (struct timeval): Fix font markup, plus minor copy editing.
3192 (Constants): Minor copy editing.
3193 (Errno values): Add font markup.
3194 (File-I/O Examples): Likewise.
3195
158fdf5c
NR
31962006-06-10 Nick Roberts <nickrob@snap.net.nz>
3197
3198 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
3199 (GDB/MI Simple Examples): Move node up one level. Use real
3200 examples.
3201 (GDB/MI Compatibility with CLI): Update.
3202 (GDB/MI Result Records): Add "connected" and "exit" result
3203 classes.
3204 (GDB/MI Stream Records): Clarify target output.
3205 (GDB/MI Command Description Format): Modify example description.
3206 (GDB/MI Breakpoint Table Commands): Rename to...
3207 (GDB/MI Breakpoint Commands): ...this
3208 (GDB/MI Breakpoint Commands): Add optional thread field.
3209 (GDB/MI Program Control): Add an introduction. Move "Program
3210 termination" examples into exec-run description.
3211 (GDB/MI File Commands): Mention similar CLI commands.
3212 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
3213 is similar to "-gdb-version".
3214
ddb50cd7
EZ
32152006-06-09 Eli Zaretskii <eliz@gnu.org>
3216
3217 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
3218
2aef0d6b
NR
32192006-06-02 Nick Roberts <nickrob@snap.net.nz>
3220
3221 * gdb.texinfo (GDB/MI Development and Front Ends): Use
3222 sourceware.org for mailing lists.
d5e40d59 3223 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 3224
383a5c52
NR
32252006-06-01 Nick Roberts <nickrob@snap.net.nz>
3226
d5e40d59 3227 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 3228
e16b02ee
EZ
32292006-05-22 Eli Zaretskii <eliz@gnu.org>
3230
3231 * gdb.texinfo (Cygwin Native): Fix last change.
3232
be90c084
CF
32332006-05-22 Christopher Faylor <cgf@timesys.com>
3234
3235 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
3236
347ceba5
NR
32372006-05-15 Nick Roberts <nickrob@snap.net.nz>
3238
3239 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
3240 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
3241
369af7bd
DJ
32422006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
3243
3244 * gdb.texinfo (General Query Packets): Recommend not starting
3245 new packets with qC and clarify.
3246
2ffdbde8 32472006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
3248
3249 * gdb.texinfo (M2 Types): New section.
72019c9c 3250
16d1a084
DJ
32512006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
3252
3253 * agentexpr.texi: Add a copyright and license notice.
3254 * observer.texi: Likewise, with GPL clause for function prototypes.
3255 Remove trailing whitespace.
3256
aa56d27a
JB
32572006-05-05 Jim Blandy <jimb@codesourcery.com>
3258
3259 * gdb.texinfo (General Query Packets): Document conventions for
3260 terminating packet names, and their violations.
3261
5bdf8622
DJ
32622006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3263
3264 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
3265 * gdb.texinfo: Likewise.
3266
605a56cb
DJ
32672006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3268
3269 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
3270 and "show remotedebug".
3271 (Debugging Output): Add additional index entries.
3272
b8db102d
MS
32732006-04-27 Michael Snyder <msnyder@redhat.com>
3274
3275 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
3276
c5e30d01
AC
32772006-04-22 Andrew Cagney <cagney@redhat.com>
3278
3279 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
3280 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
3281
8181d85f
DJ
32822006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
3283
3284 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
3285 and remove breakpoint prototypes.
3286 (Watchpoints): Move description of target_insert_hw_breakpoint and
3287 target_remove_hw_breakpoint ...
3288 (Breakpoints): ... to here. Document target_insert_breakpoint and
3289 target_remove_breakpoint.
3290
4f553f88
JB
32912006-04-17 Jim Blandy <jimb@codesourcery.com>
3292
3293 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
3294 and C packets are optional.
3295
cd852561
FR
32962006-04-14 Frederic Riss <frederic.riss@st.com>
3297
3298 * gdb.texinfo (Specifying source directories): Update the description
3299 of the source file search to reflect the fact that the source path
3300 always contains at least $cdir and $cwd.
3301
b620eb07
MS
33022006-03-31 Michael Snyder <msnyder@redhat.com>
3303
3304 * gdb.texinfo: Update copyright dates.
3305
3156cdaf
EZ
33062006-03-31 Eli Zaretskii <eliz@gnu.org>
3307
3308 * gdb.texinfo (Overview): Add an index entry to "empty response".
3309
7d30c22d
JB
33102006-03-28 Jim Blandy <jimb@codesourcery.com>
3311
3312 * gdbint.texinfo (Prologue Analysis): New section.
3313
86941c27
JB
33142006-03-07 Jim Blandy <jimb@red-bean.com>
3315
66b8c7f6
JB
3316 * gdb.texinfo (Connecting): Document 'target remote pipe'.
3317
1a10341b
JB
3318 * gdb.texinfo (Target Commands): Update text describing how to
3319 specify a target. Refer to the detailed section on remote
3320 debugging, not the brief mention.
3321
86941c27
JB
3322 * gdb.texinfo (Connecting): Organize the different 'target remote'
3323 connection methods into a table. Add a 'target remote' index
3324 entry. (!!!)
3325
62f3a2ba
FF
33262006-02-17 Fred Fish <fnf@specifix.com>
3327
3328 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
3329 'ptype' commands to reflect the fact that the only significant
3330 difference between them is that ptype prints the complete type
3331 description instead of just the name.
3332
8b9a88ea
WZ
33332006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
3334
3335 * gdbint.texinfo (Watchpoints): Delete
3336 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
3337
7e8dc855
NR
33382006-02-10 Nick Roberts <nickrob@snap.net.nz>
3339
3340 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
3341 times fields where needed. Fix typos. Update general form given
3342 for output of -break-insert.
3343 (GDB/MI): Abbreviate some unnecessarily long fullnames.
3344
c91d38aa
DJ
33452006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
3346
3347 * gdbint.texinfo (Symbol Handling): Add a section
3348 on memory management.
3349
38fcd64c
DJ
33502006-02-06 Vladimir Prus <ghost@cs.msu.su>
3351
3352 * gdb.texinfo (Breakpoint table commands): Document the fullname
3353 field in -break-list output.
3354
219eec71
EZ
33552006-02-03 Eli Zaretskii <eliz@gnu.org>
3356
3357 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
3358 debugging information produced by the various "set debug..."
3359 options.
3360
ae5a43e0
DJ
33612006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3362
3363 * gdb.texinfo (Files): Remove obsolete bits from the description
3364 of "symbol-file".
3365
a9f158ec
JB
33662006-01-25 Jim Blandy <jimb@redhat.com>
3367
3368 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
3369
410dd08e
JB
33702006-01-24 Jim Blandy <jimb@redhat.com>
3371
3372 * gdbint.texinfo (Frames): Document the basics of GDB's register
3373 unwinding model, and explain the existence of the "sentinel" frame.
3374
4b505b12
AS
33752006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
3376
3377 * gdb.texinfo (Choosing files): Mention that -directory is used
3378 for script files.
3379 (Specifying source directories): Likewise.
3380 (Command files): Explain how script files are found.
3381
839c27b7
EZ
33822006-01-21 Eli Zaretskii <eliz@gnu.org>
3383
3384 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
3385 the threads in a multi-threaded program.
3386 (Threads): The threadno argument of "thread apply" can be a range
3387 of numbers.
3388
7be93b9e
JB
33892006-01-18 Jim Blandy <jimb@redhat.com>
3390
3391 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
3392 of warning flags.
3393
fcc73fe3
EZ
33942006-01-13 Eli Zaretskii <eliz@gnu.org>
3395
3396 * gdb.texinfo (Sequences): Improve menu annotations.
3397 (Define): Add index entries for arguments of user-defined
3398 commands. Move the description of flow-control commands...
3399 (Command Files): ...to here. Document loop_break and
3400 loop_continue.
ca91424e
EZ
3401 (Define, Command Files): Document `end' and add index entries for
3402 it.
fcc73fe3 3403
5c95884b
MS
34042006-01-04 Michael Snyder <msnyder@redhat.com>
3405
3406 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 3407 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 3408
860701dc
PH
34092006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
3410
3411 * gdb.texinfo (Omissions from Ada): Document that there is now
3412 limited aggregate support.
3413
36b80e65
EZ
34142005-12-28 Eli Zaretskii <eliz@gnu.org>
3415
3416 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
3417 registers and the likes.
3418
c1468174
EZ
34192005-12-24 Eli Zaretskii <eliz@gnu.org>
3420
3421 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
3422 (Symbols): Fix usage of "e.g.".
359df76b 3423 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
3424
3425 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
3426 (Coding): Fix usage of "e.g.".
3427
c02a867d
EZ
34282005-12-23 Eli Zaretskii <eliz@gnu.org>
3429
5ae4183a
AS
3430 * stabs.texinfo:
3431 * refcard.tex:
c02a867d 3432 * gpl.texi:
5ae4183a
AS
3433 * gdbint.texinfo:
3434 * gdb.texinfo:
3435 * gdb-cfg.texi:
c02a867d 3436 * fdl.texi:
5ae4183a
AS
3437 * annotate.texinfo:
3438 * all-cfg.texi:
c02a867d
EZ
3439 * Makefile.in: Add (C) after Copyright. Update the FSF
3440 address.
3441
fad38dfa
EZ
34422005-12-03 Eli Zaretskii <eliz@gnu.org>
3443
3444 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
3445 extend GDB with commands for external monitor.
3446
53e5f3cf
AS
34472005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
3448
3449 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
3450
55f6ca0f
JB
34512005-11-25 Joel Brobecker <brobecker@adacore.com>
3452
3453 * gdbint.texinfo (Start of New Year Procedure): New chapter.
3454
c1947b85
JB
34552005-11-21 Jim Blandy <jimb@redhat.com>
3456
3457 * gdb.texinfo (Tracepoint Packets): Document restrictions on
3458 placement of 'R' actions in tracepoint action packets; document
3459 dependence of 'X' and 'M' actions on a preceding 'R' action for
3460 their registers.
3461
9d29849a
JB
34622005-11-19 Jim Blandy <jimb@redhat.com>
3463
3464 * gdb.texinfo (Tracepoint Packets): New node.
3465 (General Query Packets): Add entries for the tracepoint packets,
3466 referring to the "Tracepoint Packets" node.
3467 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 3468
9a6253be
KB
34692005-11-18 Kevin Buettner <kevinb@redhat.com>
3470
3471 * gdb.texinfo (set remotebreak): Add anchor.
3472 (X packet): Likewise.
3473 (Remote Protocol): Add new section `Interrupts' and new index
3474 entry `interrupts (remote protocol)'.
3475
5f3bebba
JB
34762005-11-18 Jim Blandy <jimb@redhat.com>
3477
3478 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
3479 entries into the General Query Packets section. Add a
3480 cross-reference to that section. Drop description of replies, as
3481 these are covered in the descriptions of each packet.
3482 (General Query Packets): Add introductory text. Explain naming
3483 conventions, and how the end of a name is recognized.
3484
9a7a1b36
KB
34852005-11-17 Kevin Buettner <kevinb@redhat.com>
3486
0564b6cf 3487 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
3488 "set remotebreak" command.
3489
b8ff78ce
JB
34902005-11-16 Jim Blandy <jimb@redhat.com>
3491
3492 * gdb.texinfo (Packets, Stop Reply Packets)
3493 (General Query Packets): Various formatting cleanups.
3494 - Use @samp for packet contents.
3495 - Drop summaries from packet @item lines; the same information appears
3496 immediately below in the description.
3497 - Delete paragraph breaks after packet @item commands, so that the
3498 description appears directly to the right of the packet prototype
3499 in the printed manual, if it fits.
3500 - Place spaces in packet prototypes between @vars and non-@var
3501 letters, and explain that they're just for formatting.
3502 - Use @dots{} instead of '...'.
3503 - Fix uses of @code where @var was needed.
3504 - Replace "deprecated" markers with English text spelling out the
3505 packet's status and the preferred alternatives.
3506 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
3507 what this ever meant.
3508 - Remove "(draft)" markers on 'i' packets; nobody has commented on
3509 this for a long time.
3510 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
3511 implemented several times, and have been in use for years.
3512
8ffe2530
JB
35132005-11-15 Jim Blandy <jimb@redhat.com>
3514
c43c5473
JB
3515 * gdb.texinfo (Packets): Add index entries for 'm' packet
3516 disclaimers.
5ae4183a 3517
fb031cdf
JB
3518 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
3519 of stub when processing an 'm' packet.
3520
8ffe2530
JB
3521 * gdb.texinfo (Packets): Mention that packets beginning with
3522 letters are reserved once, at the top, instead of actually listing
3523 them all and saying "reserved".
3524
c03c782f
AS
35252005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
3526
3527 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
3528 Change @var{$arg0 to @code{$arg0.
3529
814e32d7
WZ
35302005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
3531
3532 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
3533
fa93a9d8
JB
35342005-11-12 Jim Blandy <jimb@redhat.com>
3535
3536 * gdb.texinfo (General Query Packets): Put packets in alphabetical
3537 order. Remove extraneous 'z'.
3538
8a5a3c82
AS
35392005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
3540
3541 * gdb.texinfo (Choosing files): Add --eval-command.
3542
4b0ad762
AS
35432005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
3544
3545 * gdb.texinfo (Choosing modes): Add --return-child-result.
3546
3547
1a088d06
AS
35482005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
3549
3550 * gdb.texinfo (Choosing modes): Add --batch-silent.
3551
656d5e12
EZ
35522005-10-28 Eli Zaretskii <eliz@gnu.org>
3553
3554 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
3555 "The -var-update Command".
3556
3c9c013a
JB
35572005-10-03 Joel Brobecker <brobecker@adacore.com>
3558
3559 * gdb.texinfo (Print Settings): Add documentation for set/show
3560 print array-indexes.
3561
7ba3cf9c
DJ
35622005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
3563
3564 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
3565 6.2 and 6.3.
3566
a94ab193
EZ
35672005-08-27 Eli Zaretskii <eliz@gnu.org>
3568
3569 * gdb.texinfo (File Options): Don't document --mapped, it's gone
3570 since 19-Jan-2004.
3571 (Files): Likewise.
ab1adacd
EZ
3572 (Variables, Symbols): Document the "<incomplete type>" message and
3573 its reasons.
a94ab193 3574
ca06016a
FF
35752005-08-01 Fred Fish <fnf@specifix.com>
3576
3577 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
3578
cf58170d
NR
35792005-07-15 Nick Roberts <nickrob@snap.net.nz>
3580
3581 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
3582 option for -var-list-children and -var-update.
3583 (GDB/MI Stack Manipulation): Simplify description of
3584 print-values option for -stack-list-locals.
3585 (GDB/MI Command Description Format): Clarify.
3586 (Mode Options): Spelling of superseded.
3587
38f1196a
BR
35882005-07-12 Bob Rossi <bob@brasko.net>
3589
3590 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
3591 corresponding GDB command comment.
3592
3cb3b8df
BR
35932005-07-06 Bob Rossi <bob@brasko.net>
3594
3595 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
3596 and -inferior-tty-show.
3597 (Input/Output): Document "set/show inferior-tty" and tty alias.
3598
10fac096
NW
35992005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
3600
3601 * gdb.texinfo (Packets): Change description of 'D' packet to note
3602 that GDB does wait for a response.
3603
d1b6db76
NR
36042005-06-22 Nick Roberts <nickrob@snap.net.nz>
3605
3606 * gdb.texinfo (History) Rename "Command History".
3607 (Command History): Move node "Server Prefix" from section on
3608 Annotations here.
3609
29629dcf
NR
36102005-06-19 Nick Roberts <nickrob@snap.net.nz>
3611
3612 * gdb.texinfo (GDB/MI Stack Manipulation):
3613 Re-instate -stack-info-frame with example. Say that it gets
3614 info on selected frame, not current frame.
3615
397ca115
EZ
36162005-06-18 Eli Zaretskii <eliz@gnu.org>
3617
3618 * gdb.texinfo (Server): Clarify that `file' should be used before
3619 connecting to the server.
3620 (Files): Add an xref to the above description.
51274035
EZ
3621 (Output Formats): More detailed description of the `c' format.
3622 (Memory): List explicitly all the formats supported by `x'.
638ac427 3623 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 3624 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
3625 files. Add more indexing for solib-absolute-prefix and
3626 --with-sysroot.
76d17f34
EZ
3627 (Machine Code): Document possible problems with locations in
3628 shared libraries.
d416eeec
EZ
3629 (Backtrace): Document that free-standing environments do not need
3630 to have a `main' function.
397ca115 3631
74f6deaa
NR
36322005-06-18 Nick Roberts <nickrob@snap.net.nz>
3633
3634 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
3635 -stack-info-frame.
3636
a9967aef
AC
36372005-06-07 Andrew Cagney <cagney@gnu.org>
3638
3639 * gdb.texinfo (Contributors): Note the original multi-arch
3640 contributors.
3641
e09f16f9
EZ
36422005-06-03 Eli Zaretskii <eliz@gnu.org>
3643
3644 * gdb.texinfo (Registers): Add index entries for the standard
3645 registers.
3646 (Frames): Add cross-reference from frame pointer description to
3647 the Registers node.
3648 (Annotations Overview): Fix the reference to GDB name.
3649
d87ba7ee
EZ
36502005-06-01 Eli Zaretskii <eliz@gnu.org>
3651
3652 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
3653 can-use-hw-watchpoints.
3654
034dad6f
BR
36552005-05-28 Bob Rossi <bob@brasko.net>
3656
3657 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
3658 the possible reasons why an exec async record would be returned to FE.
3659
ffed4509
AC
36602005-05-26 Andrew Cagney <cagney@gnu.org>
3661
3662 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
3663 Andrew Cagney implemented the original GDB/MI.
3664
e22e55c9
OF
36652005-05-23 Orjan Friberg <orjanf@axis.com>
3666
3667 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
3668 documentation. Add documentation for cris-mode.
3669
a78e13ce
EZ
36702005-05-20 Eli Zaretskii <eliz@gnu.org>
3671
3672 * gdb.texinfo (Numbers): Explain the example and make the wording
3673 more acurate.
3674
76ff342d
DJ
36752005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
3676 Dennis Brueni <dennis@slickedit.com>
3677
3678 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
3679 (GDB/MI Data Manipulation, GDB/MI Program Control)
3680 (GDB/MI Stack Manipulation): Update examples to include the fullname
3681 attribute in stack frames.
3682
119b882a
EZ
36832005-05-12 Eli Zaretskii <eliz@gnu.org>
3684
3685 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
3686 do with other non-standard names of init files.
3687
6fc08d32
EZ
36882005-05-11 Eli Zaretskii <eliz@gnu.org>
3689
3690 * gdb.texinfo (Command Files): Move the description of the startup
3691 from here...
3692 (Startup): ...to this new subsection of the Invocation chapter.
3693 Rearrange the description of init files more logically and add a
3694 cross-reference to "Command Files". Document the special gdbinit
3695 name for CISCO 68k. Expand the description of what GDB does
3696 during startup.
3697 (History): Add index entry for HISTSIZE.
3698
a561754a
MK
36992005-05-02 Mark Kettenis <kettenis@gnu.org>
3700
3701 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
3702
2eecc4ab
EZ
37032005-05-02 Eli Zaretskii <eliz@gnu.org>
3704
3705 * gdb.texinfo (SVR4 Process Information, The isatty call)
3706 (The system call): Don't use foo(N) notation for man pages and
3707 functions.
514c4d71 3708 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 3709
18999be5
EZ
37102005-04-27 Eli Zaretskii <eliz@gnu.org>
3711
3712 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
3713 were optimized away.
3714
0abb7bc7
EZ
37152005-04-22 Eli Zaretskii <eliz@gnu.org>
3716
3717 * gdb.texinfo (Remote configuration): Document "set/show
3718 get-thread-local-storage-address". Add cross-reference to the
3719 description of the qGetTLSAddr packet.
3720 (General Query Packets): Mention "set remote
3721 get-thread-local-storage-address" and add a reference to its
3722 description.
3723
6f61acb1
NR
37242005-04-19 Nick Roberts <nickrob@snap.net.nz>
3725
3726 * gdb.texinfo (Backtrace): Describe 'bt full'.
3727
9d59903a
NR
37282005-04-17 Nick Roberts <nickrob@snap.net.nz>
3729
3730 * gdb.texinfo (Mode Options): Fix typo.
3731 (GDB/MI): Describe how to invoke GDB/MI.
3732
721c2651
EZ
37332005-04-16 Eli Zaretskii <eliz@gnu.org>
3734
3735 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 3736 references changed. Add description of "info udot".
721c2651
EZ
3737 (Files): Document "set/show stop-on-solib-events".
3738 (M32R/D): Document "set/show download-path", "set/show
3739 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
3740 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
3741 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
3742 (Maintenance Commands): Improve indexing.
3743 (Target Commands): Document "set/show hash", "set/show debug
3744 monitor".
3745 (SVR4 Process Information): Document "info pidlist" and "info
3746 meminfo". Document "set/show procfs-tarce" and "set/show
3747 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
3748 (Symbols, The Print Command with Objective-C): Improve indexing.
3749 (Objective-C): Add references to "info classes" and "info
3750 selectors".
c45da7e6
EZ
3751 (Debugging Output): Improve wording. Document "set/show debug
3752 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
3753 (Set Breaks): Add index entry for "hardware breakpoints".
3754 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
3755 and "set/show usehardbreakpoints".
3756 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
3757 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
3758 (ARM): Document "rdilogfile", "rdilogenable", "set/show
3759 rdiromatzero", "set/show rdiheartbeat".
3760 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
3761 "sds".
3762 (Embedded Processors): Document the "sim" command.
3763 (Remote): Document the "remote" command.
3764 (DJGPP Native): Document the "info serial" command.
3765 (Threads): Document "maint info sol-threads".
3766 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
3767 (Set Breaks): Improve indexing.
3768 (Command Syntax): Add a reference to dont-repeat.
3769 (Define): Document "dont-repeat".
3770 (TUI Commands): Document "tabset".
3771 (WinCE): New subsection. Document "set/show remotedirectory",
3772 "set/show remoteupload", "set/show remoteaddhost".
721c2651 3773
14d6dd68
EZ
37742005-04-15 Eli Zaretskii <eliz@gnu.org>
3775
3776 * gdb.texinfo (Hurd Native): New subsection, documents
3777 Hurd-specific commands.
a64548ea 3778 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 3779 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
3780 (MIPS): Improve documentation of heuristic-fence-post. Document
3781 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
3782 mips stack-arg-size", "set/show mips mask-address", "set/show mips
3783 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 3784 (ARM): Document ARM-specific commands.
a64548ea
EZ
3785 (AVR): New section. Document "info io_registers".
3786 (CRIS): New section. Document "set/show cris-version" and
3787 "set/show cris-dwarf2-cfi".
3788 (HPPA): New section. Document "set/show debug hppa" and "maint
3789 print unwind".
a5adf40f 3790 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 3791 (Super-H): New section. Document the "regs" command.
721c2651 3792 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 3793
9c16f35a
EZ
37942005-04-09 Eli Zaretskii <eliz@gnu.org>
3795
3796 * gdb.texinfo (Print Settings): Document "set/show print
3797 pascal_static-members", "set print repeats", "show print
3798 null-stop". Improve indexing. Fix documentation of "set print
3799 union".
3800 (Pascal): New section.
3801 (Supported languages): Rename from "Support"; all references
3802 updated. Add a menu item for Pascal.
3803 (Numbers): Document "set radix.
3804 (Screen Size): Document "set/show pagination".
3805 (MIPS Embedded): Remove "set processor" documentation.
3806 (Remote configuration): Document "set/show X/P/Z-packet",
3807 "set/show read-aux-vector-packet", "set/show remote
3808 symbol-lookup-packet", "set/show remote verbose-resume-packet",
3809 "set/show remoteaddresssize", "set/show remotebaud", "set/show
3810 remotedebug", "set/show remotebreak", "set/show remotedevice",
3811 "set/show remotelogfile".
3812 (Auxiliary Vector): Add reference to the description of the
3813 read-aux-vector-packet setting.
3814 (Set Watchpoints): Add a cross-reference to "set remote
3815 hardware-breakpoint-limit".
3816 (General Query Packets): Add indexing of requests and
3817 cross-references to related commands in "Remote configuration".
3818 (File-I/O Overview, The system call): Fix wording and typos.
3819 (Thread Stops): Add index entries.
3820 (Continuing and Stepping): Document "show step-mode".
3821 (i386): New node. Document "set/show struct-convention".
3822 (Files): Document "show trust-readonly-sections".
3823 (Calling): Document "set/show unwindonsignal".
3824 (Messages/Warnings): Add index entries.
3825 (Maintenance Commands): Document "set/show watchdog".
3826 (Annotations Overview): Document "show annotate".
3827 (Set Watchpoints): Add index entries.
3828 (Symbols): Fix doc of case-sensitive.
3829 (ABI): Document "show coerce-float-to-double".
3830 (Convenience Vars, Help): Improve indexing.
3831 (Machine Code): Document "show disassembly-flavor".
3832 (Debugging C plus plus): Document "show overload-resolution".
3833 (Value History, Signaling): Add index entries.
3834
38352005-04-08 Eli Zaretskii <eliz@gnu.org>
3836
3837 * gdb.texinfo (Show): Move @kindex entries to their proper places.
3838 (Processes): Fix wording.
3839 (History, List, Logging output, Define, Symbols, Print Settings):
3840 Improve indexing.
3841
a8f24a35
EZ
38422005-04-03 Eli Zaretskii <eliz@gnu.org>
3843
3844 * gdb.texinfo (Targets): Document "set/show architecture". Remove
3845 redundant index entry for "target" command.
3846 (Backtrace): Add index entries.
3847 (Symbols, Fortran): Document the "set case-sensitive" command.
3848 (DJGPP Native): Document "set com1base", "set com1irq", etc.
3849 (Print Settings): Add index entry for "set demangle-style".
3850 (Target Commands): Document "set download-write-size".
3851 (Debugging Output): Document "set exec-done-display".
3852
09d4efe1
EZ
38532005-04-02 Eli Zaretskii <eliz@gnu.org>
3854
3855 * gdb.texinfo (Files): Fix the name and documentation of
3856 add-shared-symbol-files. Document its alias assf. Update the
3857 list of OSs where GDB supports shared libraries. Fix markup.
3858 (Continuing and Stepping): Add reference to @var{location} in the
3859 text.
3860 (Dump/Restore Files): Fix reference to @{filename}.
3861 (Help): Fix wording.
3862 (Attach): Ditto.
3863 (Set Watchpoints): Ditto.
3864 (Backtrace): Remove redundant index entries. Improve index
3865 entries.
3866 (Delete Breaks): Fix wording.
3867 (Memory): Document the compare-sections command.
3868 (Memory Region Attributes): Improve wording.
3869 (Disabling): Improve wording.
3870 (Fortran): New subsection. Document the "info common" command.
3871 (Help): Document aliases "info copying" and "info warranty".
3872 (Caching Remote Data): New section. Document the "set/show
3873 remotecache" and "info dcache" commands.
3874 (Show): Fix wording of the documentation of the "set
3875 extension-language" command.
3876 (Signals): Add index entry for "info handle".
3877 (Memory Region Attributes): Fix punctuation.
3878 (Symbols): Change the arg name to "location" and refer to it in
3879 the text. Fix wording of "info types" doc.
3880 (Threads): Fix usage of @enumerate @item's.
3881 (Listing Tracepoints): Add index entry for "info tp".
3882 (Set Watchpoints): Add xref to "info break" description.
3883 (Macros): Add an index entry for "macro exp1". Document the
3884 "macro list" command.
3885 (Maintenance Commands): Document "flushregs", "maint agent",
3886 "maint check-symtabs", "maint cplus", "maint demangle", "maint
3887 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
3888 "maint print architecture", "maint print objfiles", "maint print
3889 statistics", "maint print type", "maint show-debug-regs", "maint
3890 space", "maint time", and "maint translate-address".
3891 (Connecting): Document the "monitor" command.
3892 (Annotations Overview): Describe the "set annotate" command.
3893
82f2d802
EZ
38942005-04-01 Eli Zaretskii <eliz@gnu.org>
3895
3896 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
3897 Rearrange index entries and improve wording about support for
3898 hardware watchpoints.
3899
7d51c7de
BR
39002005-03-10 Bob Rossi <bob@brasko.net>
3901
3902 * gdb.texinfo: Update copyright
3903
68c71a2e
TR
39042005-02-09 Theodore A. Roth <troth@openavr.org>
3905
3906 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
3907 error.
3908
83761cbd
KB
39092005-02-03 Kevin Buettner <kevinb@redhat.com>
3910
3911 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
3912
9f1c6395
MS
39132005-01-17 Michael Snyder <msnyder@redhat.com>
3914
3915 * gdb.texinfo: Fix spelling, infinte -> infinite.
3916
fbd1b305
MK
39172005-01-08 Mark Kettenis <kettenis@gnu.org>
3918
3919 * observer.texi (GDB Observers): Document "solib_loaded".
3920
3ace7edb
AC
39212005-01-07 Andrew Cagney <cagney@gnu.org>
3922
bec39cab
AC
3923 * configure.ac: Rename configure.in, require autoconf 2.59.
3924 * configure: Re-generate.
3925
3ace7edb
AC
3926 * configure.in: Replace configdirs with multiple references to
3927 AC_CONFIG_SUBDIRS.
3928 * configure: Re-generate.
5ae4183a 3929
53531fc1
AC
39302005-01-04 Andrew Cagney <cagney@gnu.org>
3931
3932 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
3933 part of the version number.
3934
536ffdb7
MK
39352004-12-24 Mark Kettenis <kettenis@gnu.org>
3936
3937 * gdbint.texinfo (Algorithms): Remove description of
3938 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
3939
e1aac25b
JB
39402004-12-07 Jim Blandy <jimb@redhat.com>
3941
3942 * gdb.texinfo (General Query Packets): Specify that thread ID's in
3943 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
3944 numbers.
3945
f47b1503
AS
39462004-12-07 Andreas Schwab <schwab@suse.de>
3947
3948 * gdb.texinfo (Mode Options): Document -l option.
3949
b6b8ece6
EZ
39502004-12-04 Eli Zaretskii <eliz@gnu.org>
3951
3952 * gdbint.texinfo (Algorithms): More accurate description of
3953 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
3954 is not needed unless data-read and data-access watchpoints are
3955 supported. Add a description of how GDB checks whether the
3956 inferior stopped because a watchpoint was hit.
3957
01371747
EZ
39582004-11-23 Eli Zaretskii <eliz@gnu.org>
3959
3960 * gdb.texinfo (Files): Add cross-reference to description of
3961 -readnow command-line switch.
3962
2315ffec
RC
39632004-11-10 Randolph Chung <tausq@debian.org>
3964
3965 * gdb.texinfo: Document set/show backtrace past-entry commands.
3966 Rearrange index entries for set/show backtrace past-main.
3967
69065f5d
AC
39682004-11-10 Jon Beniston <jon@beniston.com>
3969
3970 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
3971 * gdb.texinfo (Remote Serial Protocol): Further describe
3972 binary transfer escaping mechanism .
69065f5d 3973
30e91e0b
RC
39742004-11-08 Randolph Chung <tausq@debian.org>
3975
3976 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
3977 and "show debug infrun". Add index entries.
3978
60bf7e09
EZ
39792004-10-23 Eli Zaretskii <eliz@gnu.org>
3980
3981 * gdb.texinfo (SVR4 Process Information): Document subcommands of
3982 "info proc" that are already implemented. Add index entries.
3983 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
3984 (Files): Add a tip for decreasing memory used for symtabs from
3985 shared libraries.
f018e82f
EZ
3986 (Starting): Fix whitespace; make "elaboration" stand out where it
3987 is first used, and add an index entry for the term.
f8568604
EZ
3988 (Calling): Expand and elaborate text. Add "print". Add the
3989 description of problems with weak aliases.
384ee23f 3990 (Core File Generation): New section.
60bf7e09 3991
d52fe014
AC
39922004-10-12 Andrew Cagney <cagney@gnu.org>
3993
3994 * gdbint.texinfo (Versions and Branches): New chapter.
3995 (Releasing GDB): Delete "Versions and Branches" section.
3996 (Top): Add "Versions and Branches".
3997
703663ab
EZ
39982004-10-08 Eli Zaretskii <eliz@gnu.org>
3999
4000 * gdb.texinfo (Editing, History): Add cross-references to the
4001 included Readline and History user documentation. Remove
4002 references to the symbol have-readline-appendices which is unused
4003 and undefined.
4004 (History): Fix indexing.
4005
ac77d04f
JJ
40062004-10-08 Jeff Johnston <jjohnstn@redhat.com>
4007
4008 * gdbint.texinfo (target_stopped_data_address): Update to
4009 new prototype.
4010 (i386_stopped_data_address): Update prototype and description.
4011 (i386_stopped_by_watchpoint): New function and description.
4012
e07c999f
PH
40132004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
4014
4015 * gdb.texinfo (Filenames): Add Ada suffixes.
4016 (Ada) New section.
4017
2e868123
AC
40182004-09-27 Andrew Cagney <cagney@gnu.org>
4019 Robert Picco <Robert.Picco@hp.com>
4020
4021 * gdb.texinfo (Packets): Document the "p" packet.
4022
02a57714
JM
40232004-09-21 Jason Molenda (jmolenda@apple.com)
4024
4025 * gdb.texinfo (Paths and Names of the Source Files): Document the
4026 meaning of values in the 'desc' field of a SO stab.
4027
ae038cb0
DJ
40282004-09-20 Daniel Jacobowitz <dan@debian.org>
4029
4030 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
4031 max-cache-age" and "maint show dwarf2 max-cache-age".
4032
f7dc1244
EZ
40332004-09-16 Eli Zaretskii <eliz@gnu.org>
4034
4035 * gdb.texinfo (Set Breaks): Add index entry for setting
4036 breakpoints on overloaded C++ functions that are not members of
4037 any classes. Add an example and an index entry for setting
4038 breakpoints on all program functions.
4039 (Character Sets, Macros, Overlay Commands)
4040 (Non-debug DLL symbols, GDB/MI Output Syntax)
4041 (Annotations Overview, Maintenance Commands, File-I/O Overview):
4042 Use "(@value{GDBP})" instead of a literal "(gdb)".
4043
f810308b
AC
40442004-09-12 Andrew Cagney <cagney@gnu.org>
4045
4046 * gdbint.texinfo (Native Debugging): Delete description of
4047 FILES_INFO_HOOK.
4048
15a661f3
PH
40492004-09-11 Paul Hilfinger <hilfinger@gnat.com>
4050
5ae4183a
AS
4051 * gdbint.texinfo (User Interface): Change local_hex_string_custom
4052 to hex_string_custom (not historically correct, but more
15a661f3
PH
4053 understandable, given the current code).
4054
f3219c75
AC
40552004-09-03 Andrew Cagney <cagney@gnu.org>
4056
4057 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
4058
f3bb6704
JJ
40592004-09-01 Jeff Johnston <jjohnstn@redhat.com>
4060
4061 * observer.texi (solib_unloaded): New observer.
4062
8d2c00cb
AC
40632004-08-24 Andrew Cagney <cagney@gnu.org>
4064
4065 * gdbint.texinfo (Target Architecture Definition): Add missing
4066 comma.
4067
e7dc800a
MC
40682004-08-20 Michael Chastain <mec.gnu@mindspring.com>
4069
4070 * (Using the Testsuite): build != host is supported,
4071 but some test scripts do not support build != host.
4072
73b03683
MK
40732004-08-14 Mark Kettenis <kettenis@gnu.org>
4074
4075 * gdbint.texinfo (Host Definition): Delete description of
4076 FCLOSE_PROVIDED and GETENV_PROVIDED.
4077
c0ccb908
MK
40782004-08-05 Mark Kettenis <kettenis@chello.nl>
4079
4080 * gdbint.texinfo (Host Definition): Delete description of
4081 NO_SYS_FILE.
4082 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
4083 PTRACE_FP_BUG.
4084
9c8dbfa9
AC
40852004-08-05 Andrew Cagney <cagney@gnu.org>
4086
4087 * gdbint.texinfo (Target Architecture Definition): Delete
4088 reference to deprecated_read_fp.
4089
f42accbe
AC
40902004-08-02 Andrew Cagney <cagney@gnu.org>
4091
4092 * gdbint.texinfo (Target Architecture Definition): Delete
4093 description of DEPRECATED_REGISTER_BYTES.
4094
0b66e38c
EZ
40952004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4096
4097 * gdb.texinfo (Source Path): Document the new behavior of
4098 searching for the source files.
4099
15387254
EZ
41002004-07-17 Eli Zaretskii <eliz@gnu.org>
4101
4102 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
4103 (Search, Expressions, Arrays, Variables, Data, Machine Code)
4104 (Auto Display): Improve indexing.
4105
2c07db7a
AC
41062004-07-16 Andrew Cagney <cagney@gnu.org>
4107
4108 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
4109 "-noasync".
4110
4644b6e3
EZ
41112004-07-09 Eli Zaretskii <eliz@gnu.org>
4112
4113 * gdb.texinfo: Fix @kindex entries so that multiple commands that
4114 have the same prefix have only their prefix in the index.
4115
7561d450
MK
41162004-07-03 Mark Kettenis <kettenis@gnu.org>
4117
4118 * gdb.texinfo (BSD libkvm Interface): New node (section)
4119 (Native): Add it to the menu.
4120
67bebe79
MK
41212004-07-01 Mark Kettenis <kettenis@gnu.org>
4122
4123 * gdbint.texinfo (Target Architecture Definition): Remove
4124 PCC_SOL_BROKEN.
4125
1a6923e0
MK
41262004-06-24 Mark Kettenis <kettenis@gnu.org>
4127
4128 * gdbint.texinfo (Target Architecture Definition): Remove
4129 SUN_FIXED_LBRAC_BUG.
4130
b435e160
AC
41312004-06-26 Andrew Cagney <cagney@gnu.org>
4132
4133 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
4134
b5622e8d
AC
41352004-06-20 Andrew Cagney <cagney@gnu.org>
4136
4137 * gdbint.texinfo (Target Architecture Definition): Deprecate
4138 USE_STRUCT_CONVENTION.
4139
e0c07bf0
MC
41402004-06-19 Michael Chastain <mec.gnu@mindspring.com>
4141
4142 gdb.texinfo (Bug Reporting): Mention session recording,
4143 with the script command or Emacs.
4144
782263ab
AC
41452004-06-18 Andrew Cagney <cagney@gnu.org>
4146
4147 * gdbint.texinfo (Target Architecture Definition): Deprecate
4148 FUNCTION_START_OFFSET.
4149
03727ca6
AC
41502004-06-14 Andrew Cagney <cagney@gnu.org>
4151
4152 Based on changes from Karl Berry.
4153 * gdb.texinfo: Do not use @sc in a direntry.
4154 * stabs.texinfo: Change @dircateogry to "Software development".
4155 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
4156
97092415
AC
41572004-06-13 Andrew Cagney <cagney@gnu.org>
4158
4159 * gdbint.texinfo (Target Architecture Definition): Delete
4160 description of RETURN_VALUE_ON_STACK.
4161
1f6d4158
AC
41622004-06-09 Andrew Cagney <cagney@gnu.org>
4163
4164 * gdbint.texinfo (Native Debugging): Restore "@table @code"
4165 deleted by previous patch.
4166
d966f0cb
AC
41672004-06-08 Andrew Cagney <cagney@gnu.org>
4168
4169 * gdbint.texinfo (Native Debugging): Delete documentation on
4170 ATTACH_DETACH.
4171
86fe4aaa
RC
41722004-06-06 Randolph Chung <tausq@debian.org>
4173
4174 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
4175
d4b6d575
RC
41762004-06-06 Randolph Chung <tausq@debian.org>
4177
5ae4183a 4178 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
4179 the new push_dummy_call method signature. Describe the function
4180 argument.
4181
4e8b0763
JB
41822004-05-24 Joel Brobecker <brobecker@gnat.com>
4183
4184 * gdb.texinfo (Starting): Document new start command.
4185
59caf092
AC
41862004-05-21 Andrew Cagney <cagney@redhat.com>
4187
4188 * observer.texi (GDB Observers): Document "inferior_created".
4189
e4a2df64
AC
41902004-05-08 Andrew Cagney <cagney@redhat.com>
4191
e6b55ae2
AC
4192 * gdbint.texinfo (Target Architecture Definition): Delete
4193 description of DO_DEFERRED_STORES.
4194
28954179
AC
4195 * gdbint.texinfo (Target Architecture Definition): Delete
4196 references to DEPRECATED_FIX_CALL_DUMMY.
4197
434b87dd
AC
4198 * gdbint.texinfo (Target Architecture Definition): Delete
4199 description of DEPRECATED_CALL_DUMMY_WORDS,
4200 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
4201
58d28df8
AC
4202 * gdbint.texinfo (Target Architecture Definition): Delete
4203 description of DEPRECATED_PUSH_DUMMY_FRAME.
4204
e4a2df64
AC
4205 * gdbint.texinfo (Target Architecture Definition): Delete
4206 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
4207
2b4855ab
AC
42082004-05-07 Andrew Cagney <cagney@redhat.com>
4209
4210 * observer.texi (GDB Observers): Add "Debugging" section. Include
4211 cross reference to "set/show debug observer".
4212 * gdb.texinfo (Debugging Output): Document "set/show debug
4213 observer".
4214
fcf70625
AC
42152004-05-01 Andrew Cagney <cagney@redhat.com>
4216
4217 * gdbint.texinfo (Target Architecture Definition): Delete
4218 description of DEPRECATED_PC_IN_SIGTRAMP.
4219
8ee56bcf
AC
42202004-04-30 Andrew Cagney <cagney@redhat.com>
4221
4222 * gdbint.texinfo (Target Architecture Definition): Delete
4223 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
4224
67ab9a76
OF
42252004-04-30 Orjan Friberg <orjanf@axis.com>
4226
4227 * observer.texi (GDB Observers): Correct spelling.
4228
79346bcb
OF
42292004-04-26 Orjan Friberg <orjanf@axis.com>
4230
4231 * observer.texi (GDB Observers): Add target_changed event.
4232
7a464420
AC
42332004-04-08 Andrew Cagney <cagney@redhat.com>
4234
4235 * observer.texi (GDB Observers): Rework, provide generic observer
4236 definitions and then a list of observable events.
4237
6cdf9d98
AC
42382004-04-04 Andrew Cagney <cagney@redhat.com>
4239
4240 * gdbint.texinfo (Host Definition): Delete reference to
4241 NO_SIGINTERRUPT.
4242
ddc135a4
AC
42432004-04-02 Andrew Cagney <cagney@redhat.com>
4244
4245 * gdbint.texinfo (Target Architecture Definition): Delete
4246 reference to DEPRECATED_CALL_DUMMY_LENGTH.
4247
6a1b180d
SC
42482004-03-28 Stephane Carrez <stcarrez@nerim.fr>
4249
4250 * gdb.texinfo (TUI Commands): Document tui reg commands.
4251
d0d5df6f
AC
42522004-03-26 Andrew Cagney <cagney@redhat.com>
4253
4254 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
4255 "gdbtui".
4256 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
4257 (Contributors): Mention both Text and Terminal User Interface.
4258
aa2a3f87
AC
42592004-03-23 Andrew Cagney <cagney@redhat.com>
4260
4261 * gdbint.texinfo (Target Architecture Definition): Deprecate
4262 references to SIGTRAMP_START and SIGTRAMP_END.
4263
f561f026
AC
42642004-03-23 Andrew Cagney <cagney@redhat.com>
4265
4266 * gdbint.texinfo (Target Architecture Definition): Deprecate
4267 references to PC_IN_SIGTRAMP.
4268
33cb8b0f
AC
42692004-03-19 Andrew Cagney <cagney@redhat.com>
4270
4271 * gdbint.texinfo (Target Architecture Definition): Delete
4272 reference to GDB_TARGET_IS_HPPA.
4273
fc989b7a
AC
42742004-03-18 Andrew Cagney <cagney@redhat.com>
4275
4276 * gdbint.texinfo (Coding): Update section on gdbarch_data,
4277 describe pre_init and post_init.
4278
701b08bb
DJ
42792004-03-09 Daniel Jacobowitz <drow@mvista.com>
4280
4281 * gdb.texinfo (Debugging Output): Document values for "set debug
4282 target".
4283
faae5abe
AC
42842004-02-28 Andrew Cagney <cagney@redhat.com>
4285
4286 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
4287
dd79a6cf
JJ
42882004-02-26 Jeff Johnston <jjohnstn@redhat.com>
4289
4290 * gdb.texinfo (breakpoints): Add information about the
4291 new "set breakpoint pending" and "show breakpoint pending"
4292 commands.
4293
e7f16015
AC
42942004-02-26 Andrew Cagney <cagney@redhat.com>
4295
4296 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
4297 in Per-architecture module data section.
4298
7161a3a6
RM
42992004-02-25 Roland McGrath <roland@redhat.com>
4300
4301 * gdb.texinfo (General Query Packets): Document qPart:... packets.
4302
2154891a
AC
43032004-02-24 Andrew Cagney <cagney@redhat.com>
4304
4305 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
4306 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
4307 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 4308
6c74ac8b
AC
43092004-02-17 Andrew Cagney <cagney@redhat.com>
4310
4311 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
4312
19772a2c
AC
43132004-02-16 Andrew Cagney <cagney@redhat.com>
4314
4315 * gdbint.texinfo (Target Architecture Definition): Deprecate
4316 FRAMELESS_FUNCTION_INVOCATION.
4317
c9830293
AC
43182004-02-16 Andrew Cagney <cagney@redhat.com>
4319
4320 * gdbint.texinfo (Coding): Mention -Wunused-function.
4321
b9d26eb9
AC
43222004-02-14 Andrew Cagney <cagney@redhat.com>
4323
4324 * gdbint.texinfo (Target Architecture Definition): Delete
4325 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
4326
49efadf5
EZ
43272004-02-12 Elena Zannoni <ezannoni@redhat.com>
4328
4329 * gdb.texinfo: Properly quote the name "C++".
4330 * gdbint.texinfo: Ditto.
4331 * stabs.texinfo: Ditto.
4332
1eb288ea
EZ
43332004-02-11 Elena Zannoni <ezannoni@redhat.com>
4334
4335 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
4336 minimal information about libiberty.
4337
e4937fc1
MC
43382004-02-06 Michael Chastain <mec.gnu@mindspring.com>
4339
4340 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
4341
a9331b3f
RM
43422004-02-04 Roland McGrath <roland@redhat.com>
4343
4344 * gdb.texinfo (Auxiliary Vector): New node (section).
4345 (Data): Add it to the menu.
4346
2650777c
JJ
43472004-02-02 Jeff Johnston <jjohnstn@redhat.com>
4348
4349 * gdb.texinfo (Breakpoints): Add information about pending
4350 breakpoint support.
4351
b4501125
AC
43522004-01-26 Andrew Cagney <cagney@redhat.com>
4353
4354 * gdb.texinfo (Overview): Delete references to the cisco protocol
4355 including the "N" response.
4356
74055713
AC
43572004-01-26 Andrew Cagney <cagney@redhat.com>
4358
4359 * gdbint.texinfo (Target Architecture Definition): Rename
4360 EXTRACT_STRUCT_VALUE_ADDRESS to
4361 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 4362
3bbe9696
EZ
43632004-01-24 Eli Zaretskii <eliz@gnu.org>
4364
4365 * gdb.texinfo (KOD): Document "show os". Add index entries for
4366 "set/show os" and "info cisco" commands.
4367
5843504f
EZ
43682004-01-21 Eli Zaretskii <eliz@gnu.org>
4369
4370 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
4371
9175c9a3
MC
43722004-01-19 Michael Chastain <mec.gnu@mindspring.com>
4373
4374 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
4375 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
4376
8e94b928
NR
43772004-01-19 Nick Roberts <nick@nick.uklinux.net>
4378
4379 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
4380 -stack-list-locals.
4381 (GDB/MI Variable Objects): Describe extension to
4382 -var-list-children.
4383
a20cf136
DJ
43842004-01-17 Daniel Jacobowitz <drow@mvista.com>
4385
4386 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
4387
afb18d0f
AC
43882004-01-17 Andrew Cagney <cagney@redhat.com>
4389
4390 * gdbint.texinfo (Target Architecture Definition): Delete
4391 documentation on DEPRECATED_NPC_REGNUM.
4392
b51970ac
DJ
43932004-01-13 Daniel Jacobowitz <drow@mvista.com>
4394
4395 * gdb.texinfo: Update copyright year. Mention that set
4396 follow-fork-mode is supported on GNU/Linux. Remove documentation of
4397 "set follow-fork-mode ask".
4398
0f0cffd2
AC
43992004-01-13 Andrew Cagney <cagney@redhat.com>
4400
4401 * gdbint.texinfo: Update copyright year.
4402 (Coding): Add -Wunused-label to list of -Werror warnings.
4403
c552b3bb 44042004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 4405 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
4406
4407 * gdb.texinfo: Update copyright.
4408 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
4409 around names, as appropriate. Minor syntax cleanup of
4410 _NSPrintForDebugger explanation. Two spaces after periods.
4411 GDBN used instead of lit. "gdb". Index entries added for
4412 print-object and _NSPrintForDebugger. @noindent added in one spot.
4413
afe157ca
EZ
44142003-11-11 Elena Zannoni <ezannoni@redhat.com>
4415
4416 * stabs.texinfo: Add dircategory and direntry commands.
4417 * annotate.texinfo: Ditto.
4418
963e2bb7
AC
44192003-11-10 Andrew Cagney <cagney@redhat.com>
4420
4421 * gdbint.texinfo (Target Architecture Definition): Replace the
4422 return_value method's "inval" and "outval" parameters with
4423 "readbuf" and "writebuf".
4424
1d8b2f28
JB
44252003-10-28 Jim Blandy <jimb@redhat.com>
4426
4427 * gdb.texinfo (The F request packet, The F reply packet): Renamed
4428 from "The `F' request packet" and "The `F' reply packet", to make
4429 texi2dvi happy.
4430 (File-I/O remote protocol extension): Update menu entries, too.
4431
36d86913
MC
44322003-10-26 Michael Chastain <mec@shout.net>
4433
4434 * gdb.texinfo (Thread Stops): Document the issue with
4435 premature return from system calls in multi-threaded programs.
4436
ce2826aa
AC
44372003-10-24 Andrew Cagney <cagney@redhat.com>
4438
4439 * annotate.texinfo: Fix "fortunatly"[sic].
4440
f24c5e49
KI
44412003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
4442
4443 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
4444 with "Hitachi" and "Mitsubishi".
4445
92ad9cd9
AC
44462003-10-20 Andrew Cagney <cagney@redhat.com>
4447
4448 * gdbint.texinfo (Target Architecture Definition): Document
4449 gdbarch_return_value. Add cross references from
4450 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
4451 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
4452
0ab4b752
MK
44532003-10-18 Mark Kettenis <kettenis@gnu.org>
4454
4455 * gdbint.texinfo (Target Architecture Definition): Document
4456 regset_from_core_section.
fb3e19c0
KI
4457
44582003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
4459
4460 * gdb.texinfo (M32R/D): Mention m32rsdi target.
4461
a9331b3f 44622003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
4463
4464 From Anthony Green <green@redhat.com>:
5ae4183a 4465 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 4466
1485d690
KB
44672003-10-14 Kevin Buettner <kevinb@redhat.com>
4468
889bf7c5
PA
4469 * gdb.texinfo (Breakpoint related warnings): New node.
4470 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 4471
86d30acc
DJ
44722003-10-13 Daniel Jacobowitz <drow@mvista.com>
4473
4474 * gdb.texinfo (Remote Protocol): Document v and vCont.
4475
172c2a43
KI
44762003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
4477
4478 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
4479 * gdbint.texinfo: Ditto.
4480
71952f4c
AC
44812003-10-09 Andrew Cagney <cagney@redhat.com>
4482
4483 From 2003-09-18 David Anderson <davea@sgi.com>:
4484 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
4485 "command".
4486
268e2188
AC
44872003-10-03 Andrew Cagney <cagney@redhat.com>
4488
4489 * gdbint.texinfo (Target Architecture Definition): Deprecate
4490 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
4491 just target.
4492
12c266ea 44932003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 4494
f30992d4 4495 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
4496 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
4497 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
4498 * gdbint.texinfo (Target Architecture Definition): Rename
4499
45002003-09-30 Andrew Cagney <cagney@redhat.com>
4501
f30992d4 4502 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 4503 (Target Architecture Definition):
f30992d4 4504
2e092625
AC
4505 * gdbint.texinfo (Target Architecture Definition): Rename
4506 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
4507
0717ae8a
AC
45082003-09-29 Andrew Cagney <cagney@redhat.com>
4509
dad809b7
AC
4510 * gdbint.texinfo (Target Architecture Definition): Delete
4511 documentation for NEED_TEXT_START_END.
4512
0717ae8a
AC
4513 * gdbint.texinfo (Target Architecture Definition): Rename
4514 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
4515 TARGET_WRITE_PC.
a9331b3f 4516
af6cf26d
MC
45172003-09-22 Michael Chastain <mec@shout.net>
4518
4519 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
4520
ee206350
AG
45212003-09-21 Anthony Green <green@redhat.com>
4522
4523 * gdbint.texinfo (Target Architecture Definition): Fix typos.
4524
a38c9fe6
MK
45252003-09-21 Mark Kettenis <kettenis@gnu.org>
4526
4527 * gdbint.texinfo (Target Architecture Definition): Document
4528 stabs_argument_has_addr.
4529
77949794
AC
45302003-09-18 Andrew Cagney <cagney@redhat.com>
4531
4532 * gdbint.texinfo (Target Architecture Definition): Delete
4533 documentation on REGISTER_NAMES.
4534
8e823e25
MK
45352003-09-13 Mark Kettenis <kettenis@gnu.org>
4536
4537 * gdbint.texinfo (Target Architecture Definition): Replace
4538 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
4539
f27dd7fd
AC
45402003-09-11 Andrew Cagney <cagney@redhat.com>
4541
4542 * gdbint.texinfo (Target Architecture Definition): Replace
4543 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
4544
8b148df9
AC
45452003-08-18 Andrew Cagney <cagney@redhat.com>
4546
4547 * gdbint.texinfo (Target Architecture Definition): Document
4548 "frame_red_zone_size".
4549
25d29d70
AC
45502003-08-09 Andrew Cagney <cagney@redhat.com>
4551
4552 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
4553 with "set/show backtrace past-main" and "set/show backtrace
4554 limit".
4555
c938e9b0
L
45562003-08-08 H.J. Lu <hongjiu.lu@intel.com>
4557
4558 * Makefile.in (install-info): Support DESTDIR.
4559 (install-html): Likewise.
4560
64fabec2
AC
45612003-08-07 Andrew Cagney <cagney@redhat.com>
4562
4563 Patch from Nick Roberts.
4564 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
4565 bindings. Remove description of send-gdb-command.
4566
2fcf52f0
AC
45672003-08-07 Andrew Cagney <cagney@redhat.com>
4568
4569 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
4570 GDB 6.0.
4571
086432e2
AC
45722003-08-06 Andrew Cagney <cagney@redhat.com>
4573
4574 * gdb.texinfo (Mode Options): Mention that level three is the
4575 highest available and that level 2 is deprecated.
4576 (Annotations Overview): Mention annotation levels. Cross reference
4577 to "Limitations of the Annotation Interface" in annotate.texi.
4578 (TODO, Value Annotations, Frame Annotations): Delete section.
4579 (Displays, Breakpoint Info): Delete.
4580
e5249f67
AC
45812003-08-04 Andrew Cagney <cagney@redhat.com>
4582
4583 * agentexpr.texi: Delete @bye.
4584 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
4585 (stabs.info): Add $(srcdir) to include search path.
4586 (html): Depend on "annotate_toc.html", and not "annotate.html".
4587 * stabs.texinfo: Ditto. Include "fdl.texi".
4588 * gdbint.texinfo: Update copyright statement's list of invariant
4589 sections.
4590
e6f672d2
AC
45912003-07-28 Andrew Cagney <cagney@redhat.com>
4592
4593 * Makefile.in (INFO_DEPS): Add annotate.info.
4594 (dvi, ps, html, pdf): Add annotate.
4595 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
4596 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
4597 (ANNOTATE_DOC_FILES): New macro.
4598 (ANNOTATE_TEX_TMPS): New macro.
4599 (annotate.info, annotate_toc.html): Specify dependencies.
4600 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
4601 * annotate.texinfo: Rename annotate.texi. Get building. Add
4602 "Migrating to GDB/MI" and "Limitations of the Annotation
4603 Interface" chapters. Mention why it is not part of the user
4604 guide. Update copyright notice. Include "fdl.texi".
4605
72ffddc9
SC
46062003-07-26 Stephane Carrez <stcarrez@nerim.fr>
4607
4608 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
4609
a9f12a31
DJ
46102003-07-24 Daniel Jacobowitz <drow@mvista.com>
4611
4612 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
4613
b1fe9455
DJ
46142003-07-24 Daniel Jacobowitz <drow@mvista.com>
4615
4616 * gdb.texinfo (Server): Mention pidof.
4617
153721e6
AC
46182003-07-22 Andrew Cagney <cagney@redhat.com>
4619
4620 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
4621 list.
4622
0fac0b41
DJ
46232003-06-28 Daniel Jacobowitz <drow@mvista.com>
4624
4625 * gdb.texinfo (Logging output): New chapter.
4626
4e562065
JB
46272003-06-24 Joel Brobecker <brobecker@gnat.com>
4628
4629 * gdb.texinfo (Unsupported languages): New section.
4630 (Languages): Add link to new section.
4631
f2c06f52
AC
46322003-06-22 Andrew Cagney <cagney@redhat.com>
4633
4634 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
4635
b4177fca
DJ
46362003-06-22 Daniel Jacobowitz <drow@mvista.com>
4637
4638 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
4639
f418dd93
DJ
46402003-06-22 Daniel Jacobowitz <drow@mvista.com>
4641
4642 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
4643 * agentexpr.texi: Retitle section, and change it to an appendix.
4644 Comment out texinfo initialization. Factor a @var{} into two
4645 pieces to prevent makeinfo warnings.
4646 * gdb.texinfo: Add Agent Expressions appendix.
4647
4ca61388
DJ
46482003-06-19 Daniel Jacobowitz <drow@mvista.com>
4649
4650 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
4651
07f31aa6
DJ
46522003-06-18 Daniel Jacobowitz <drow@mvista.com>
4653
5ae4183a 4654 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
4655 remote target". Document the "detach" and "disconnect" commands.
4656 (Server, Netware, Debug Session): Reference "Connecting to a
4657 remote target".
4658 (GDB/MI Target Manipulation): Document "-target-disconnect".
4659
2dd0da42
AC
46602003-06-13 Andrew Cagney <cagney@redhat.com>
4661
4662 * gdbint.texinfo (Target Architecture Definition): Deprecate
4663 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
4664 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
4665
e7a3abfc
JB
46662003-06-09 Jim Blandy <jimb@redhat.com>
4667
4668 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
4669
25e3a86b
AC
46702003-06-08 Andrew Cagney <cagney@redhat.com>
4671
4672 * gdbint.texinfo (Target Architecture Definition): Delete
4673 documentation on FRAME_ARGS_ADDRESS_CORRECT.
4674
a9e5fdc2
AC
46752003-06-08 Andrew Cagney <cagney@redhat.com>
4676
4677 * gdbint.texinfo (Target Architecture Definition): Document
4678 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
4679
b37303ee
AF
46802003-06-07 Adam Fedor <fedor@gnu.org>
4681
4682 * gdb.texinfo: Add Objective-C documentation.
4683
39fe6e80
AC
46842003-06-01 Andrew Cagney <cagney@redhat.com>
4685
4686 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
4687 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
4688
125309b2
AC
46892003-05-21 Andrew Cagney <cagney@redhat.com>
4690
4691 * gdbint.texinfo (Target Architecture Definition): Delete
4692 references to "extract_address" and "store_address".
4693
b8b527c5
AC
46942003-05-16 Andrew Cagney <cagney@redhat.com>
4695
4696 * gdbint.texinfo (Target Architecture Definition): Replace
4697 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
4698 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
4699
50e3ee83
TR
47002003-05-14 Theodore A. Roth <troth@openavr.org>
4701
4702 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
4703
44e2be90
L
47042003-05-10 H.J. Lu <hongjiu.lu@intel.com>
4705
4706 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
4707 (gdb.dvi): Likewise.
4708 (gdb.pdf): Likewise.
4709 (links2roff): Likewise.
4710
df5215a6
JB
47112003-05-08 Jim Blandy <jimb@redhat.com>
4712
4713 * gdb.texinfo (Dump/Restore Files): Update documentation for
4714 'dump', 'append', and 'restore': note that format argument is
4715 optional; simplify presentation of the command variants; and be
4716 more precise about the formats.
4717
5e7b2f39
JB
47182003-05-07 Jim Blandy <jimb@redhat.com>
4719
4720 * gdb.texinfo (Symbols): Update documentation: 'maint list
4721 symtabs' and 'maint list psymtabs' have been renamed 'maint info
4722 symtabs' and 'maint info psymtabs'.
4723
b1e29e33
AC
47242003-05-05 Andrew Cagney <cagney@redhat.com>
4725
4726 * gdbint.texinfo (Target Architecture Definition): Make
4727 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
4728 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
4729 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
4730
00905d52
AC
47312003-05-04 Andrew Cagney <cagney@redhat.com>
4732
4733 * gdb.texinfo (Maintenance Commands): Document "maint print
4734 dummy-frames".
4735
54ff5908
AC
47362003-05-04 Andrew Cagney <cagney@redhat.com>
4737
4738 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
4739
32e7087d
JB
47402003-05-03 J. Brobecker <brobecker@gnat.com>
4741
4742 Thierry Schneider <tpschneider1@yahoo.com>
4743 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
4744 for new MI command.
4745
7043d8dc
AC
47462003-05-03 Andrew Cagney <cagney@redhat.com>
4747
4748 * gdbint.texinfo (Target Architecture Definition): Document
4749 push_dummy_code. Add cross references.
4750
e33d66ec
EZ
47512003-05-02 Elena Zannoni <ezannoni@redhat.com>
4752
4753 * gdb.texinfo (Character Sets): Update to reflect new behavior of
4754 set/show charsets commands.
4755
0ba6dca9
AC
47562003-04-28 Andrew Cagney <cagney@redhat.com>
4757
4758 * gdbint.texinfo (Target Architecture Definition): Replace
4759 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
4760 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
4761
d7a27068
AC
47622003-04-28 Andrew Cagney <cagney@redhat.com>
4763
4764 * gdbint.texinfo (Target Architecture Definition): Rename
4765 "tm_print_insn" to "deprecated_tm_print_insn".
4766
44ea7b70
JB
47672003-04-09 Jim Blandy <jimb@redhat.com>
4768
4769 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
4770 list psymtabs'.
4771
fb8f8949
AC
47722003-04-08 Andrew Cagney <cagney@redhat.com>
4773
4774 * gdbint.texinfo (Target Architecture Definition): Delete
4775 references to EXTRA_FRAME_INFO.
4776
32fb0f22
AC
47772003-04-08 Andrew Cagney <cagney@redhat.com>
4778
4779 * gdbint.texinfo (Target Architecture Definition): Delete
4780 PRINT_TYPELESS_INTEGER.
4781
6be67e67
JB
47822003-04-02 J. Brobecker <brobecker@gnat.com>
4783
4784 * observer.texi (GDB Observers): Adjust the documentation for the
4785 normal_stop notification to better describe reality. Fix a couple
4786 of minor typos.
4787
4e35d5f0
BR
47882003-04-02 Bob Rossi <bob_rossi@cox.net>
4789
a9331b3f 4790 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
4791 '-file-list-exec-source-file'
4792
e8a8712a
AC
47932003-03-31 Andrew Cagney <cagney@redhat.com>
4794
4795 * gdbint.texinfo (Target Architecture Definition): Delete
4796 references to CALL_DUMMY_P.
4797
6c0e89ed
AC
47982003-03-30 Andrew Cagney <cagney@redhat.com>
4799
4800 * gdbint.texinfo (Target Architecture Definition): Remove
4801 reference to TARGET_WRITE_SP.
a9331b3f 4802
378bfd1b
AC
48032003-03-27 Andrew Cagney <cagney@redhat.com>
4804
4805 * gdbint.texinfo (Target Architecture Definition): Remove
4806 references to write_sp.
6c0e89ed 4807
922fbb7b
AC
48082003-03-27 Andrew Cagney <cagney@redhat.com>
4809
4810 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
4811 chapter body. Use @smallexample instead of @example.
4812 (Annotations): Ditto.
4813 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
4814 annotate.texi.
4815
b81774d8
AC
48162003-03-26 Andrew Cagney <cagney@redhat.com>
4817
4818 * gdbint.texinfo (Target Architecture Definition): Replace
4819 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
4820 dummy_addr parameters.
4821
1bf6d5cc
AC
48222003-03-25 Andrew Cagney <cagney@redhat.com>
4823
4824 * gdbint.texinfo (Target Architecture Definition): Delete
4825 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
4826 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
4827 Add reference to PUSH_ARGUMENTS.
4828
618ce49f
AC
48292003-03-23 Andrew Cagney <cagney@redhat.com>
4830
4831 * gdbint.texinfo (Algorithms, Target Architecture Definition):
4832 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
4833
bcd7e15f
JB
48342003-03-18 J. Brobecker <brobecker@gnat.com>
4835
4836 * gdbint.texinfo (Algorithms): Add new section describing the
4837 Observer paradigm.
4838 (Top): Add menu entry to new observer appendix.
4839 * observer.texi: New file.
4840 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
4841 new observer.texi file.
4842
9fe8321b
AC
48432003-03-17 Andrew Cagney <cagney@redhat.com>
4844
4845 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
4846 that GNU Press update the manual version number.
4847
ac2adee5
AC
48482003-03-12 Andrew Cagney <cagney@redhat.com>
4849
4850 * gdbint.texinfo (Target Architecture Definition): Delete
4851 references to get_saved_register. Rename GET_SAVED_REGISTER to
4852 DEPRECATED_GET_SAVED_REGISTER.
4853
749b82f6
AC
48542003-03-13 Andrew Cagney <cagney@redhat.com>
4855
4856 * gdbint.texinfo (Target Architecture Definition): Replace
4857 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
4858
8bedc050
AC
48592003-03-12 Andrew Cagney <cagney@redhat.com>
4860
4861 * gdbint.texinfo (Target Architecture Definition): Rename
4862 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 4863
0ce1b118
CV
48642003-03-10 Corinna Vinschen <vinschen@redhat.com>
4865
4866 * gdb.texinfo: Add File-I/O documentation.
4867
12cc2063
AC
48682003-03-10 Andrew Cagney <cagney@redhat.com>
4869
4870 * gdbint.texinfo (Target Architecture Definition): Cross reference
4871 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
4872
7453dc06
AC
48732003-03-07 Andrew Cagney <cagney@redhat.com>
4874
4875 * gdb.texinfo (Debugging Output): Mention the "set/show debug
4876 frame" command.
4877
6314f104
AC
48782003-03-05 Andrew Cagney <cagney@redhat.com>
4879
4880 * gdbint.texinfo (Target Architecture Definition): Document
4881 unwind_dummy_id. Cross reference unwind_dummy_id and
4882 SAVE_DUMMY_FRAME_TOS.
4883
f1212245
DJ
48842003-03-05 James Ingham <jingham@apple.com>
4885 Daniel Jacobowitz <drow@mvista.com>
4886
4887 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
4888 and "show cp-abi".
4889
77e7e267
AC
48902003-03-03 Andrew Cagney <cagney@redhat.com>
4891
4892 * gdbint.texinfo (Target Architecture Definition): Document
4893 register_type.
4894
838a8221
AC
48952003-03-03 Andrew Cagney <cagney@redhat.com>
4896
4897 * stabs.texinfo (Structures): Use @samp and separate @var's
4898 instead of a single @var containing a comma separated list.
4899 (Unions): Ditto.
4900
d7f4a264
DJ
49012003-03-02 Daniel Jacobowitz <drow@mvista.com>
4902
4903 * Makefile.in (distclean): Remove config.log.
4904
f30ee0bc
AC
49052003-03-01 Andrew Cagney <cagney@redhat.com>
4906
4907 * gdbint.texinfo (Target Architecture Definition): Rename
4908 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
4909
49102003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
4911
4912 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
4913 DEPRECATED_INIT_EXTRA_FRAME_INFO.
4914
be448670
CF
49152003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
4916
4917 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
4918 (Non-debug DLL symbols): New node, describing the minimal symbols
4919 loaded from DLLs without real debugging symbols.
4920
501eef12
AC
49212003-02-20 Andrew Cagney <ac131313@redhat.com>
4922
4923 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
4924 hardware-breakpoint-limit".
4925 (Set Watchpoints): Add cross reference to "set remote
4926 hardware-watchpoint-limit".
4927 (Remote configuration options): New section.
4928
21c294e6
AC
49292003-02-04 Andrew Cagney <ac131313@redhat.com>
4930
e9be73e4
AC
4931 * gdbint.texinfo (Target Architecture Definition): Delete
4932 descrption of IS_TRAPPED_INTERNALVAR.
4933
21c294e6
AC
4934 From Keith Seitz <keiths@redhat.com>:
4935 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
4936 option "-i"/"--interpreter" to this chapter. Include index
4937 entries.
4938
0179ffac
DC
49392003-02-04 David Carlton <carlton@math.stanford.edu>
4940
4941 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
4942 (Variables): Recommend stabs+ and DWARF 2.
4943 (C plus plus expressions): Correct info about
4944 compiler versions, debug formats.
4945 (Contributors): Change 'DWARF2' to 'DWARF 2'.
4946 PR symtab/874.
4947
7ca9f392
AC
49482003-02-01 Andrew Cagney <ac131313@redhat.com>
4949
4950 * gdbint.texinfo (Target Architecture Definition): Delete
4951 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
4952 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
4953 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
4954 references to nindy and i960.
4955 * gdb.texinfo (i960): Delete all references to i960 and nindy.
4956
31a85ea2
AC
49572003-02-01 Andrew Cagney <ac131313@redhat.com>
4958
4959 * gdbint.texinfo (Target Architecture Definition): Delete
4960 FLOAT_INFO.
4961
6b894e49
AC
49622003-01-30 Andrew Cagney <ac131313@redhat.com>
4963
4964 * stabs.texinfo (Member Type Descriptor): Clarify description of
4965 `@'. Suggested by Ben Hutchings.
4966
c48861fb
AC
49672003-01-29 Andrew Cagney <ac131313@redhat.com>
4968
4969 * gdb.texinfo (M68K): Delete reference to es1800.
4970
617073a9
AC
49712003-01-29 Andrew Cagney <ac131313@redhat.com>
4972
4973 * gdb.texinfo (Maintenance Commands): Document `maint print
4974 reggroups' and `maint print register-groups'.
4975 * gdbint.texinfo (Target Architecture Definition): Document
4976 register_reggroup_p.
4977
5b5d99cf
JB
49782003-01-23 Jim Blandy <jimb@redhat.com>
4979
4980 * gdb.texinfo (Separate Debug Files): New section.
4981
e7ba9c65
DJ
49822003-01-22 Daniel Jacobowitz <drow@mvista.com>
4983
4984 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
4985 and "maint show profile".
4986
94e91d6d
MC
49872003-01-16 Michael Chastain <mec@shout.net>
4988
4989 * gdb.texinfo (Installing GDB): Warn against
4990 ".../gdb-VERSION/gdb/configure".
4991 (Separate Objdir): Likewise.
4992
867f3898
AC
49932003-01-15 Andrew Cagney <ac131313@redhat.com>
4994
4995 * gdbint.texinfo (Target Architecture Definition): Delete
4996 definition of PRINT_REGISTER_HOOK.
4997
f153cc92
EZ
49982003-01-15 Elena Zannoni <ezannoni@redhat.com>
4999
5000 (OpenRISC 1000): Fix formatting of command names.
5001
c60eb6f1
EZ
50022003-01-15 Elena Zannoni <ezannoni@redhat.com>
5003
5004 * gdb.texinfo (Continuing and Stepping): Add new command
5005 'advance'. Clarify behavior of 'until'.
5006
f5ebfba0
DJ
50072003-01-13 Daniel Jacobowitz <drow@mvista.com>
5008
5009 * gdb.texinfo (Files): Document solib-absolute-prefix and
5010 solib-search-path.
5011
4ce8657e
MC
50122003-01-09 Michael Chastain <mec@shout.net>
5013
5014 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
5015 (Create a Release): Add new instructions for new @file{src-release}.
5016 Document existing instructions for @file{Makefile.in} as
5017 being for @value{GDBN} 5.3.1 or earlier.
5018
372613e3
AC
50192003-01-09 Andrew Cagney <ac131313@redhat.com>
5020
5021 * gdbint.texinfo (Target Architecture Definition): Mention
5022 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
5023 allocate memory.
5024
b4e9345d
DJ
50252003-01-04 Daniel Jacobowitz <drow@mvista.com>
5026
5027 * gdb.texinfo (Controlling GDB): Add @kindex for
5028 "show osabi".
5029 (Backtraces): Add @kindex's for backtrace-below-main.
5030
98b45e30
DJ
50312003-01-04 Daniel Jacobowitz <drow@mvista.com>
5032
5033 * gdb.texinfo (Controlling GDB): Document "set osabi".
5034
95f90d25
DJ
50352003-01-04 Daniel Jacobowitz <drow@mvista.com>
5036
5037 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
5038 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
5039
1e698235
DJ
50402003-01-04 Daniel Jacobowitz <drow@mvista.com>
5041
5042 * gdb.texinfo (Controlling GDB): Add ABI section. Document
5043 "set coerce-float-to-double".
5044 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
5045
e632838e
AC
50462003-01-02 Andrew Cagney <ac131313@redhat.com>
5047
5048 * stabs.texinfo: Remove obsolete text.
5049 * gdbint.texinfo: Ditto.
5050 * gdb.texinfo: Ditto.
5051
c133ab7a
MK
50522002-12-22 Mark Kettenis <kettenis@gnu.org>
5053
5054 * gdbint.texinfo (Target Architecture Definition): Update
5055 description of gdbarch_register_osabi.
5056
f821f325
KH
50572002-12-20 Kazu Hirata <kazu@cs.umass.edu>
5058
5059 * agentexpr.texi: Fix typos.
5060 * annotate.texi: Likewise.
5061 * fdl.texi: Likewise.
5062
85a6d8d3 50632002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
5064
5065 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
5066 DEPRECATED_INIT_FRAME_PC.
5067
ae45cd16
AC
50682002-12-01 Andrew Cagney <ac131313@redhat.com>
5069
5070 * gdbint.texinfo (Target Architecture Definition): Delete
5071 PC_IN_CALL_DUMMY.
5072
07555a72
AC
50732002-11-28 Andrew Cagney <ac131313@redhat.com>
5074
5075 * gdbint.texinfo (Host Definition): Delete documentation on
5076 USE_GENERIC_DUMMY_FRAMES.
5077
c166cdc7
EZ
50782002-11-26 Elena Zannoni <ezannoni@redhat.com>
5079
5ae4183a 5080 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
5081 * Makefile.in (install-info): Run the install-info command as part
5082 of the post install steps only.
5083 (uninstall-info): New target.
5084 (uninstall): New target.
5085
35db0260
EZ
50862002-11-22 Elena Zannoni <ezannoni@redhat.com>
5087
5088 * Makefile.in (install): Make install do some real work.
5089
9ba8d803
AC
50902002-11-19 Andrew Cagney <ac131313@redhat.com>
5091
5092 Fix POSIX problem reported by Paul Eggert.
5093 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
5094 Fix PR gdb/527.
5095
903ad3a6
AC
50962002-10-26 Andrew Cagney <cagney@redhat.com>
5097
5098 * gdbint.texinfo (Target Architecture Definition): Delete
5099 definition of DO_REGISTERS_INFO.
5100
f2abfe65
KB
51012002-10-18 Kevin Buettner <kevinb@redhat.com>
5102
5103 * gdbint.texinfo (Address Classes): Fix problems with insertion
5104 of ``{'' and ``}'' in example.
5105
b5b0480a
KB
51062002-10-17 Kevin Buettner <kevinb@redhat.com>
5107
5108 * gdbint.texinfo (Address Classes): New section.
5109 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
5110 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
5111 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
5112 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
5113
c85508ee
KD
51142002-10-11 Klee Dienes <kdienes@apple.com>
5115
5116 * gdb.texinfo (Registers): Mention vector registers as well as
5117 floating registers in the documentation for 'info registers' and
5118 'info all-registers'.
5119
6d12fc3d
DJ
51202002-10-11 Daniel Jacobowitz <drow@mvista.com>
5121
5122 * gdbint.texinfo (CPLUS_MARKER): Remove item.
5123
8d19fbd2
JJ
51242002-10-03 Jeff Johnston <jjohnstn@redhat.com>
5125
5126 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
5127 interface definition.
5128
a37295f9
MM
51292002-10-03 Marko Mlinar <markom@opencores.org>
5130
5131 * gdb.texinfo (Target Commands): Add or1k target specific
5132 commands.
5133 * gdb.texinfo (Contributors): Add myself to the contributors list.
5134
da0f9dcd
AC
51352002-10-01 Andrew Cagney <ac131313@redhat.com>
5136
5137 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
5138 and "mi1" instead of "mi1" and "mi0".
5139
2e834e49
HPN
51402002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
5141
5142 * gdb.texinfo (Packets): Fix typos "alligned".
5143 Correct z3/Z3 description. Correct z4/Z4 title.
5144
050be0dc
AC
51452002-09-27 Andrew Cagney <ac131313@redhat.com>
5146
5147 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
5148
1104b9e7
KB
51492002-09-25 Kevin Buettner <kevinb@redhat.com>
5150
5151 * gdb.texinfo: Use GNU/Linux instead of Linux.
5152
512217c7
AC
51532002-09-25 Andrew Cagney <ac131313@redhat.com>
5154
5155 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
5156
10998722
AC
51572002-09-24 Andrew Cagney <ac131313@redhat.com>
5158
512217c7 5159 * gdb.texinfo: Replace @example with @smallexample.
10998722 5160
a0eb71c5
KB
51612002-09-20 Kevin Buettner <kevinb@redhat.com>
5162
f7dc1244 5163 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
5164 * gdb.texinfo (Character Sets): Use @smallexample instead of
5165 @example. Use GNU/Linux instead of Linux.
5166
51672002-09-20 Jim Blandy <jimb@redhat.com>
5168
5169 * gdb.texinfo: Add character set documentation.
5170
2f870471
AC
51712002-09-19 Andrew Cagney <ac131313@redhat.com>
5172
5173 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
5174 (Packets): Add cross reference from `b' packet to `z' packets.
5175
790eb8f5
AC
51762002-09-19 Andrew Cagney <ac131313@redhat.com>
5177
8d30a00d
AC
5178 * gdb.texinfo (Maintenance Commands): Document ``maint
5179 internal-error'' and ``maint internal-warning''.
5180
790eb8f5
AC
5181 * gdbint.texinfo (Target Architecture Definition): Revise
5182 description of STACK_ALIGN. Add description of FRAME_ALIGN.
5183
a23a7bf1
JB
51842002-09-19 Joel Brobecker <brobecker@gnat.com>
5185
5186 * gdbint.texinfo (Target Conditionals): Document the new
5187 NAME_OF_MALLOC macro.
5188
299ffc64
AC
51892002-09-05 Andrew Cagney <ac131313@redhat.com>
5190
5191 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
5192 engineer.
5193
b7bb15bc
SC
51942002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5195
5196 * gdb.texinfo (TUI Overview): Document status line fields.
5197
3d757584
SC
51982002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5199
5200 * gdb.texinfo (TUI Commands): Document info win command.
5201
269c21fe
SC
52022002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5203
5204 * gdb.texinfo (TUI Overview): Document breakpoint markers.
5205
7cf36c78
SC
52062002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5207
5208 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
5209 (TUI Keys): Likewise.
5210
d2c6833e
AC
52112002-08-25 Andrew Cagney <ac131313@redhat.com>
5212
5213 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
5214 for a packet receive.
5215
46d8b1c3
AC
52162002-08-25 Andrew Cagney <ac131313@redhat.com>
5217
5218 * Makefile.in (clean): Move to end of file.
5219 (distclean, maintainer-clean, realclean): Ditto.
5220 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
5221 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
5222 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
5223 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
5224
b0787093
AC
52252002-08-24 Andrew Cagney <ac131313@redhat.com>
5226
5227 * Makefile.in (GDBINT_TEX_TMPS): Define.
5228 (gdbint.dvi, gdbint.pdf): Use
5229 (GDB_TEX_TMPS): Define.
5230 (gdb.dvi, gdb.pdf): Use.
5231 (STABS_TEX_TMPS): Define.
5232 (stabs.dvi, stabs.pdf): Use.
5233 (GDB_DOC_SOURCE_INCLUDES): New macros.
5234 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
5235 (GDBINT_DOC_FILES_INCLUDES): New macros.
5236 (GDBINT_DOC_BUILD_INCLUDES): New macros.
5237 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
5238 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
5239 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
5240 (links2roff): Replace SFILES_INCLUDED with
5241 GDB_DOC_SOURCE_INCLUDES.
5242 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
5243 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
5244 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
5245 dependencies.
5246 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
5247 dependencies.
5248 (gdbmi.texinfo): Delete rule.
5249 (inc-hist.texinfo): Delete rule.
5250 (rluser.texinfo): Delete rule.
5251
ebba8386
AC
52522002-08-23 Andrew Cagney <cagney@redhat.com>
5253
5254 * gdbint.texinfo (Target Architecture Definition): Update
5255 STORE_RETURN_VALUE, mention regcache.
5256
0ab7a791
AC
52572002-08-21 Andrew Cagney <ac131313@redhat.com>
5258
5259 * gdbint.texinfo (Target Architecture Definition): Document
5260 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
5261
ee2d5c50
AC
52622002-08-19 Andrew Cagney <ac131313@redhat.com>
5263
5264 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
5265 Fix minor typos. Add index entries.
5266
53c69bd7
AC
52672002-08-18 Andrew Cagney <ac131313@redhat.com>
5268
5269 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
5270
e76f1f2e
AC
52712002-08-15 Andrew Cagney <ac131313@redhat.com>
5272
5273 * gdbint.texinfo (Target Architecture Definition): Document
5274 PRINT_VECTOR_INFO.
5275 * gdb.texinfo (Vector Unit): Document "info vectors" command.
5276
0680b120
AC
52772002-08-13 Andrew Cagney <ac131313@redhat.com>
5278
5279 * gdb.texinfo (Maintenance Commands): Document "maint print
5280 registers", "maint print raw-registers" and "maint print
5281 cooked-registers".
5282
3c3bea1c
GS
52832002-08-08 Grace Sainsbury <graces@redhat.com>
5284
a9331b3f 5285 From Mark Salter:
3c3bea1c
GS
5286 * gdb.texinfo (Protocol): Document T packet extension to
5287 allow watchpoint address reporting.
5288
42f9b0a5
AC
52892002-08-03 Andrew Cagney <ac131313@redhat.com>
5290
5291 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
5292
db034ac5
AC
52932002-08-01 Andrew Cagney <cagney@redhat.com>
5294
5295 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
5296 to CHILL.
5297
e2b28d04
AC
52982002-08-01 Andrew Cagney <ac131313@redhat.com>
5299
5300 * gdbint.texinfo (Coding): Revise section "Include Files".
5301
7fb623f7
AC
53022002-07-24 Andrew Cagney <cagney@redhat.com>
5303
5304 * gdbint.texinfo: Obsolete references to m88k.
5305 * gdb.texinfo: Ditto.
5306
4a2b4636
JB
53072002-07-10 Joel Brobecker <brobecker@gnat.com>
5308
7fb623f7 5309 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
5310 where the proper version of autoconf can be retrieved.
5311
a71ec265
DH
53122002-07-09 Don Howard <dhoward@redhat.com>
5313
5314 * gdb.texinfo (Command Files): Further describe the behavior of
5315 sourced command files.
5316
b9aa90c9
AC
53172002-06-27 Andrew Cagney <ac131313@redhat.com>
5318
5319 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
5320 (Coding): Clarify ISO C version that GDB assumes.
5321
40dd2248
TT
53222002-06-26 Tom Tromey <tromey@redhat.com>
5323
5324 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
5325 add_setshow_cmd_full.
5326
bfac230e
DH
53272002-06-25 Don Howard <dhoward@redhat.com>
5328
5329 * gdb.texinfo (Memory Region Attributes): Document new behavior
5330 for 'mem' command.
5331
475b0867
JB
53322002-06-11 Jim Blandy <jimb@redhat.com>
5333
919d772c
JB
5334 * gdb.texinfo (Symbols): Update documentation for `info source'
5335 command.
5336
475b0867
JB
5337 * gdb.texinfo (Macros): Call the command `info macro', not
5338 `show macro'.
5339
ba8c9337
AC
53402002-06-09 Andrew Cagney <ac131313@redhat.com>
5341
5342 * gdbint.texinfo (Coding): Add section ``Per-architecture module
5343 data''.
5344
1029b7fa
MK
53452002-06-09 Mark Kettenis <kettenis@gnu.org>
5346
5347 * gdbint.texinfo (Target Architecture Definition): Document
5348 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5349
16737d73
AC
53502002-06-08 Andrew Cagney <ac131313@redhat.com>
5351
5352 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
5353 lists.
5354
30107679
AC
53552002-06-08 Andrew Cagney <ac131313@redhat.com>
5356
5357 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
5358 Branch''.
5359
3352e23e
AC
53602002-06-01 Andrew Cagney <ac131313@redhat.com>
5361
5362 * gdbint.texinfo (Target Architecture Definition): Add section
5363 ``Converting an existing Target Architecture to Multi-arch''.
5364
cbb09e6a
AC
53652002-05-30 Andrew Cagney <ac131313@redhat.com>
5366
5367 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
5368 to ``Obsoleting code''. Revise.
5369
e2e0bcd1
JB
53702002-05-17 Jim Blandy <jimb@redhat.com>
5371
5372 * gdb.texinfo (C Preprocessor Macros): New chapter.
5373 Include it in the main menu.
5374 (Contributors): Credit Jim Blandy with macro support.
5375 (Compilation): Explain how to get macro information into the
5376 executable.
5377 (Expressions): Note that preprocessor macros are expanded.
5378
9db8d71f
DJ
53792002-05-14 Daniel Jacobowitz <drow@mvista.com>
5380
5381 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
5382 options for `target remote'.
5383
6d531722
AC
53842002-05-13 Andrew Cagney <ac131313@redhat.com>
5385
5386 * gdbint.texinfo (Target Architecture Definition): Delete
5387 documentation on NNPC_REGNUM.
5388
13d01224
AC
53892002-05-11 Andrew Cagney <ac131313@redhat.com>
5390
5391 * gdbint.texinfo (Target Architecture Definition): Document
5392 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
5393 (Target Architecture Definition): Revise section `Using Different
5394 Register and Memory Data Representations'. Add section `Raw and
5395 Virtual Register Representations'.
5396
b2e75d78
AC
53972002-05-11 Andrew Cagney <ac131313@redhat.com>
5398
5399 * gdbint.texinfo (Target Architecture Definition): Mention
5400 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
5401 (Target Architecture Definition): Mention same. Add references to
5402 web pages.
5403
2c8682ee
MS
54042002-05-08 Michael Snyder <msnyder@redhat.com>
5405
5406 * stabs.texinfo (Attributes): Document new "vector" attribute.
5407
0816590b
AC
54082002-05-04 Andrew Cagney <ac131313@redhat.com>
5409
5410 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
5411
2653173e
AC
54122002-05-04 Andrew Cagney <ac131313@redhat.com>
5413
5414 * gdb.texinfo: Delete obsolete references to a29k.
5415
d7bd68ca
AC
54162002-04-24 Andrew Cagney <ac131313@redhat.com>
5417
5418 * gdbint.texinfo (Target Architecture Definition): Replace
5419 IN_SIGTRAMP with PC_IN_SIGTRAMP.
5420
21d83aa5
DM
54212002-04-24 David S. Miller <davem@redhat.com>
5422
5423 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
5424
7673a6cc
DM
54252002-04-21 David S. Miller <davem@redhat.com>
5426
5427 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
5428
d49d1e0a
AC
54292002-04-21 Andrew Cagney <ac131313@redhat.com>
5430
5431 * gdbint.texinfo (Target Architecture Definition): Delete
5432 definition of HAVE_REGISTER_WINDOWS.
5433
f7dc1244 54342002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
5435
5436 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
5437 "Theodore A. Roth" <troth@verinet.com>.
5438
5ca0cb28
DH
54392002-04-15 Don Howard <dhoward@redhat.com>
5440
f7dc1244 5441 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 5442 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 5443 Provide a better explaination of this feature.
5ca0cb28 5444
f208ba17
AC
54452002-04-14 Andrew Cagney <ac131313@redhat.com>
5446
5447 * gdbint.texinfo (Target Architecture Definition): Remove
5448 FRAME_CHAIN_COMBINE.
5449
d5ba91de
MC
54502002-04-12 Michael Chastain <mec@shout.net>
5451
5452 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
5453 REG_STACK_SEGMENT.
5454
26818220
MC
54552002-04-09 Michael Chastain <mec@shout.net>
5456
5457 * gdbint.texinfo (Obsolete Conditionals): Remove references to
5458 PYRAMID_* macros.
5459
129188f6
AC
54602002-04-07 Andrew Cagney <ac131313@redhat.com>
5461
5462 * gdb.texinfo (Bug Reporting): Document that the web is the
5463 prefered way of submitting bug reports.
5464 (Bug Reporting): Delete the s-mail address as the last resort.
5465
8227c0ff
AC
54662002-04-05 Andrew Cagney <ac131313@redhat.com>
5467
5468 * gdbint.texinfo (Target Architecture Definition): Delete
5469 references to TARGET_WRITE_FP and write_fp.
5470
16d9dec6
MS
54712002-03-27 Michael Snyder <msnyder@redhat.com>
5472
5473 * gdb.texinfo: Document new commands dump, append, and restore.
5474
9ae8b82c
AC
54752002-03-27 Andrew Cagney <ac131313@redhat.com>
5476
5477 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
5478 Branch'.
5479
474c8240
AC
54802002-03-18 Andrew Cagney <ac131313@redhat.com>
5481
5482 * gdb.texinfo: Change all examples to @smallexample.
5483 * gdbint.texinfo: Ditto.
a9331b3f 5484
fb0ff88f
AC
54852002-03-18 Andrew Cagney <ac131313@redhat.com>
5486
5487 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
5488 Branches''.
5489
9bb0a4d8
AC
54902002-03-18 Andrew Cagney <ac131313@redhat.com>
5491
5492 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
5493 Policy''.
5494
937f164b
FF
54952002-03-04 Fred Fish <fnf@redhat.com>
5496
5497 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
5498 expresson, suports, dependant, trhe, perhaphs, situtations,
5499 explictily, taged, oportunity, unfortunatly).
5500
a7b40f07
AC
55012002-02-24 Andrew Cagney <ac131313@redhat.com>
5502
5503 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
5504 Remove reference to 3.12.
5505
aab4e0ec
AC
55062002-02-23 Andrew Cagney <ac131313@redhat.com>
5507
5508 * gdbint.texinfo: Include fdl.texi.
5509 (Top): Add GNU Free Documentation License.
5510 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
5511 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
5512 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
5513 (gdbint.info): Add srcdir to include path.
5514 * gdb.texinfo: Include gpl.texi.
5515 (Top): Add Copying.
5516 * gpl.texi: New file.
5517
47b95330
AC
55182002-02-23 Andrew Cagney <ac131313@redhat.com>
5519
5520 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
5521
78c47bea
PM
55222002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
5523
5524 * gdb.texinfo: Document Cygwin native specific commands.
5525
56460a61
DJ
55262002-02-15 Daniel Jacobowitz <drow@mvista.com>
5527
5528 * gdb.texinfo: Document gdbserver ``--attach'' command.
5529
def71bfa
MS
55302002-02-07 Michael Snyder <msnyder@redhat.com>
5531
5532 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
5533 to @code(_ovly_debug_event).
5534
c928edc0
AC
55352002-02-07 Andrew Cagney <ac131313@redhat.com>
5536
5537 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
5538
81d46470
MS
55392002-02-06 Michael Snyder <msnyder@redhat.com>
5540
5541 * gdb.texinfo (overlays): Mention new magic symbol
5542 '_ovly_debug_event', which allows GDB to keep better track
5543 of overlays.
5544
f7dc1244 55452002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
5546
5547 * gdb.texinfo (Memory Region Attributes): Fix the wording.
5548 Suggested by Dmitry Sivachenko.
5549
5550 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
5551
15110bc3
MS
55522002-02-01 Michael Snyder <msnyder@redhat.com>
5553
5554 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
5555
6763aef9
MS
55562002-01-30 Michael Snyder <msnyder@redhat.com>
5557
ac282366
MS
5558 * gdb.texinfo: (remote protocol): Gramatical fix-up.
5559 (set trust-readonly-sections): Document.
6763aef9 5560
8642bc8f
AC
55612002-01-29 Andrew Cagney <ac131313@redhat.com>
5562
5563 * gdbint.texinfo (Releasing GDB): Revise and update.
5564
afe64c1a
AC
55652002-01-28 Andrew Cagney <ac131313@redhat.com>
5566
5567 * gdbint.texinfo (Target Architecture Definition): Delete
5568 description of TARGET_BYTE_ORDER_DEFAULT.
5569
f7dc1244 55702002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
5571
5572 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
5573 <mitya@cavia.pp.ru>.
5574
3d6e1b5a
AC
55752002-01-23 Andrew Cagney <ac131313@redhat.com>
5576
5577 * libgdb.texinfo: Delete file.
5578
6c0e9fb3
AC
55792002-01-22 Andrew Cagney <ac131313@redhat.com>
5580
5581 * gdb.texinfo: Remove makeinfo 3.12 hacks.
5582 * gdbint.texinfo: Ditto.
5583
e0ce93ac
AC
5584Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
5585
5586 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
5587
be298bcc
AC
55882002-01-22 Andrew Cagney <ac131313@redhat.com>
5589
5590 * Makefile.in: Update copyright.
5591 (TEXI2DVI): Define.
5592 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
5593 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
5594 gdb-cfg.texi.
5595 (TEXINDEX, PDFTEX): Delete makefile variables.
5596
8e04817f
AC
55972002-01-22 Andrew Cagney <ac131313@redhat.com>
5598
5599 * gdb.texinfo (Protocol): Move section to appendix.
5600
6b2f586d
AC
56012002-01-21 Andrew Cagney <ac131313@redhat.com>
5602
5603 * gdb.texinfo (Remote Debugging): Create a menu.
5604 (Top): Add ``Remote Debugging'' to menu.
5605
6f05cf9f
AC
56062002-01-21 Andrew Cagney <ac131313@redhat.com>
5607
5608 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
5609 serial protocol'' from here.
5610 (Remote Debugging): To here. New chapter.
5611
3fd3d7d2
AC
56122002-01-20 Andrew Cagney <ac131313@redhat.com>
5613
5614 * gdbint.texinfo (Target Architecture Definition): Delete
5615 description of TARGET_BYTE_ORDER_SELECTABLE_P.
5616
7fd60527
AC
56172002-01-20 Andrew Cagney <ac131313@redhat.com>
5618
5619 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
5620 are no longer needed.
5621 (Porting GDB): Add maintainer note about configure.host.
5622
c2f05ac9
AC
56232002-01-20 Andrew Cagney <ac131313@redhat.com>
5624
5625 * gdbint.texinfo (Target Architecture Definition): Remove
5626 definition of IEEE_FLOAT.
5627
f7dc1244 56282002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
5629
5630 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
5631 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
5632 <3diff@gnu.org>
231b2aad 5633
82600034
AC
56342002-01-19 Andrew Cagney <ac131313@redhat.com>
5635
5636 * gdbint.texinfo (Host Definition): Remove references to
5637 MALLOC_INCOMPATIBLE.
5638
7708fa01
AC
56392002-01-17 Andrew Cagney <ac131313@redhat.com>
5640
5641 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
5642 and xyz-xdep.o.
5643
eb12ee30
AC
56442002-01-17 Andrew Cagney <ac131313@redhat.com>
5645
889bf7c5 5646 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
5647 (Set Breaks): Copy ``maint info breakpoint'' doco to
5648 ``Maintenance Commands'' appendix. Add reference.
5649
c9ccaa92
AC
56502002-01-17 Andrew Cagney <ac131313@redhat.com>
5651
5652 * fdl.texi: Remove next/prev from @node.
5653
f7dc1244 56542002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
5655
5656 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
5657 for monstrous @multitable (from Brian Youmans).
5658
5659 * fdl.texi: New file.
5660
5661 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
5662
8973da3a
AC
56632002-01-15 Andrew Cagney <ac131313@redhat.com>
5664
5665 * gdbint.texinfo (Releasing GDB): New chapter.
5666
7d86b5d5
AC
56672002-01-14 Andrew Cagney <ac131313@redhat.com>
5668
5669 * gdb.texinfo (Embedded Processors, Calling program functions):
5670 Obsolete references to a29k.
5671
cc1cb004
AC
56722002-01-13 Andrew Cagney <ac131313@redhat.com>
5673
5674 * gdbint.texinfo (Coding): Review Cleanups section. Examples
5675 examples. Document that a code-block should do or discard its
5676 cleanups before exit.
5677
79f12247
MS
56782002-01-11 Michael Snyder <msnyder@redhat.com>
5679
5680 * gdb.texinfo (Choosing files): Change @samp to @file.
5681
19837790
MS
56822002-01-05 Michael Snyder <msnyder@redhat.com>
5683
5684 * gdb.texinfo (--pid): Document new command line option (attach).
5685
f7dc1244 56862002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
5687
5688 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
5689 in the stub.
5690
d7449b42
AC
56912002-01-04 Andrew Cagney <ac131313@redhat.com>
5692
5693 * gdbint.texinfo (Target Architecture Definition): Replace
5694 BIG_ENDIAN with BFD_ENDIAN_BIG.
5695
f23631e4
AC
56962002-01-03 Andrew Cagney <ac131313@redhat.com>
5697
5698 * gdbint.texinfo (Target Architecture Definition): Replace
5699 value_ptr with struct value pointer.
5700
72c9928d
EZ
57012002-01-02 Eli Zaretskii <eliz@gnu.org>
5702
5703 * gdb.texinfo (Free Software): Fix wording.
5704
959acfd1
EZ
57052001-12-31 Eli Zaretskii <eliz@gnu.org>
5706
5707 * gdb.texinfo (Free Software): New section ``Free Software Needs
5708 Free Documentation''.
5709
f7dc1244 57102001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
5711
5712 * stabs.texinfo:
5713 * gdb.texinfo:
5714 * gdbint.texinfo:
5715 * libgdb.texinfo:
5716 * annotate.texi: Fix the application of GFDL in the Copyright notice.
5717
6600abed
MS
57182001-12-29 Michael Snyder <msnyder@redhat.com>
5719
5720 * gdb.texinfo (maint info sections): Fix typo.
5721
f6680716
MS
57222001-12-26 Michael Snyder <msnyder@redhat.com>
5723
fe95c787
MS
5724 * gdb.texinfo (maint info sections): Document.
5725
a9331b3f 5726 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
5727 'info proc' sub-options that are currently not implemented.
5728
c3d3ce5b
JB
57292001-12-20 Jim Blandy <jimb@redhat.com>
5730
5731 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
5732
778eb05e
AC
57332001-12-15 Andrew Cagney <ac131313@redhat.com>
5734
5735 * gdbint.texinfo (Target Architecture Definition): Replace
5736 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
5737
2607059c
AC
57382001-12-01 Andrew Cagney <ac131313@redhat.com>
5739
5740 * gdbint.texinfo (Host Definition): Delete documentation on
5741 HOST_BYTE_ORDER.
5742
df0cd8c5
JB
57432001-11-30 Jim Blandy <jimb@redhat.com>
5744
5745 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 5746 overlay support. Add to top-level menu.
df0cd8c5 5747
88118b3a
TT
57482001-11-26 Tom Tromey <tromey@redhat.com>
5749
5750 * gdb.texinfo (Command Syntax): Document C-o binding.
5751
96565e91
CF
57522001-07-26 Christopher Faylor <cgf@redhat.com>
5753
5754 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
5755 use since it is described in the referenced section.
5756
f7dc1244 5757 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
5758 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
5759 clearer when using DJGPP.
5760
2a3d5645
CF
57612001-11-24 Christopher Faylor <cgf@redhat.com>
5762
5763 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
5764 specifically refer to MS-DOS.
5765 (command files): Mention gdb.ini is only used on MS-DOS.
5766
aa26fa3a
TT
57672001-11-21 Tom Tromey <tromey@redhat.com>
5768
5769 * gdb.texinfo (Invoking GDB): Document --args.
5770 (Mode Options): Likewise.
5771
4f8ada06
JB
57722001-11-21 Jim Blandy <jimb@redhat.com>
5773
5774 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
5775 Delete documentation; this macro has been removed from the
5776 sources.
4f8ada06 5777
3fe0dc10
JB
57782001-11-13 Jim Blandy <jimb@redhat.com>
5779
5780 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
5781
9e5abb06
CV
57822001-11-06 Corinna Vinschen <vinschen@redhat.com>
5783
5784 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
5785
1c5dfdad
MS
57862001-11-05 Michael Snyder <msnyder@redhat.com>
5787
a9331b3f 5788 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
5789 quote regexp chars in function names such as "operator*()".
5790
990f9fe3
FF
57912001-11-01 Fred Fish <fnf@redhat.com>
5792
5793 * gdbint.texinfo (SOLIB_ADD): Document additional new
5794 "readsyms" arg.
5795
b433d00b
DH
57962001-10-30 Don Howard <dhoward@redhat.com>
5797
070b1dd3
DH
5798 * gdb.texinfo: (Command Files) Added documentation for the
5799 behavior of gdb with input redirected from a file.
b433d00b 5800
b7209cb4
FF
58012001-10-28 Fred Fish <fnf@redhat.com>
5802
5803 * gdb.texinfo (auto-solib-add): Change docs to match
5804 implementation change.
5805 (auto-solib-limit): Add docs for new variable.
5806
1aa20aa8
AC
58072001-10-15 Andrew Cagney <ac131313@redhat.com>
5808
5809 * gdbint.texinfo (Target Architecture Definition): Function
5810 value_as_pointer renamed to value_as_address.
5811
fc0c74b1
AC
58122001-10-15 Andrew Cagney <ac131313@redhat.com>
5813
5814 * gdbint.texinfo (Target Architecture Definition): Default
5815 POINTER_TO_ADDRESS functions assume unsigned addresses.
5816 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
5817 posting by Jim Blandy.
5818
f4846649
JB
58192001-10-12 Jim Blandy <jimb@redhat.com>
5820
5821 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
5822 version of texi2html (1.64) doesn't support this flag any more.
5823
f277788b
MK
58242001-09-08 Mark Kettenis <kettenis@gnu.org>
5825
a9dc4918
MK
5826 * gdbint.texinfo (Host Definition): Remove description of
5827 MEM_FNS_DECLARED.
5828
d28379df
MK
5829 * gdbint.texinfo (Host Definition): Remove description of R_OK.
5830
f277788b
MK
5831 * gdbint.texinfo (Host Definition): Remove description of
5832 HAVE_SIGSETMASK.
5833
7ccaa899
EZ
58342001-09-04 Elena Zannoni <ezannoni@redhat.com>
5835
5836 * gdbint.texinfo (Target Architecture Definition): Add
5837 explanation of TARGET_PRINT_INSN macro.
5838
17d9d558
JB
58392001-08-30 Jim Blandy <jimb@redhat.com>
5840
5841 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
5842 Explain what it means to load relocatable files.
5843
72cde065
JB
58442001-08-28 Jim Blandy <jimb@redhat.com>
5845
5846 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
5847 info `top' menu.
5848
9e678452
CF
5849Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
5850
5851 * gdbint.texinfo: Add a cautionary note about macro use.
5852
a2bea4c3 58532001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 5854
a2bea4c3
CV
5855 * gdb.texinfo: Explain omitting the hostname in the
5856 `target remote' command.
5857
1129bf27
DJ
58582001-07-30 Daniel Jacobowitz <drow@mvista.com>
5859
5860 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
5861 and END-INFO-DIR-ENTRY.
5862
732b3002
SC
58632001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5864
5865 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
5866
89437448
AC
58672001-07-25 Andrew Cagney <ac131313@redhat.com>
5868
5869 * gdbint.texinfo (libgdb): Rewrite.
5870
f7dc1244 58712001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
5872
5873 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
5874
c4555f82
SC
58752001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5876
5877 * gdb.texinfo (TUI): New chapter, document the TUI.
5878 (Mode Options): Document the -tui option.
5879
2f45a6e0
MK
58802001-07-23 Mark Kettenis <kettenis@gnu.org>
5881
5882 * gdbint.texinfo (Host Definition): Remove description of
5883 NEED_POSIX_SETPGID.
5884
f7dc1244 58852001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
5886
5887 * gdb.tex (DJGPP Native): New node, with descriptions of
5888 DJGPP-specific commands.
5889
be9c6c35
JM
58902001-07-19 John R. Moore <jmoore@redhat.com>
5891
5892 * gdbint.texinfo: Three misspellings.
5893
dfa249fb
AC
58942001-07-06 Andrew Cagney <ac131313@redhat.com>
5895
5896 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
5897 `test` expressions on bash. Problem reported by Colin Walters.
5898
c72e7388
AC
58992001-07-04 Andrew Cagney <ac131313@redhat.com>
5900
5901 * gdbint.texinfo (User Interface): Update ui-out documentation to
5902 refelect recent UI/MI updates.
5903
94bbb2c0
AC
59042001-07-04 Andrew Cagney <ac131313@redhat.com>
5905
5906 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
5907 interpreters.
5908
af6c57ea
AC
59092001-06-15 Andrew Cagney <ac131313@redhat.com>
5910
5911 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
5912 structure and not macros.
5913 (Host Definition): Document that much of this chapter is obsolete.
5914 (Target Architecture Definition): Update list of files that make
5915 up a target architecture.
5916 (Coding): Update.
5917
83aa8bc6
AC
59182001-06-28 Andrew Cagney <ac131313@redhat.com>
5919
5920 * gdbint.texinfo (Target Architecture Definition): Update
5921 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
5922 The latter has been changed to a true predicate.
5923
f7dc1244 59242001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
5925
5926 * annotate.texi: Add @noindent where needed. From Dmitry
5927 Sivachenko <dima@Chg.RU>.
5928 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
5929
656db9b0
AC
59302001-06-16 Andrew Cagney <ac131313@redhat.com>
5931
5932 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
5933
df2396a1
AC
59342001-06-14 Andrew Cagney <ac131313@redhat.com>
5935
5936 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
5937 returns ``OK''. Document that the ``R'' packet does not reply.
5938
0f1f2b0a
MS
59392001-06-13 Michael Snyder <msnyder@redhat.com>
5940
5941 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
5942
f7dc1244 59432001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
5944
5945 * gdb.texinfo (Signals): Clarify the default setting of signal
5946 handling.
5947
a5d7c491
AC
59482001-05-14 Andrew Cagney <ac131313@redhat.com>
5949
5950 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
5951 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
5952
05a54c4f
AC
59532001-05-12 Andrew Cagney <ac131313@redhat.com>
5954
5955 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
5956
f7dc1244 59572001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
5958
5959 * gdbint.texinfo (Clean Design and Portable Implementation):
5960 Renamed from "Clean Design".
5961 (Clean Design and Portable Implementation): Document portable
5962 methods of handling file names, and the associated macros.
5963
f7dc1244 59642001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
5965
5966 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
5967 command and provide a cross-reference to its description.
5968 (Symbols): Note that "info scope" is useful for trace experiments.
5969
f7dc1244 59702001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 5971
b37052ae
EZ
5972 * gdb.texinfo (Symbols): Document "info scope".
5973 (Tracepoints): New chapter.
5974 (Contributors): Update for v5.1.
5975 <All nodes>: Change "C++" to "C@t{++}".
5976
0ee54786
EZ
5977 * gdbint.texinfo (User Interface): A new section about ui_out
5978 functions, based on text written by Fernando Nasser.
5979
c534679c
EZ
5980 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
5981
f7dc1244 59822001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 5983
e9c75b65
EZ
5984 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
5985
5986 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
5987
5988 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
5989 Replace "GDB" with "@value{GDBN}". Fix markup.
5990
5991 * annotate.texi: Change Permissions to GFDL. Update Copyright.
5992
3d67e040
EZ
5993 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
5994 a cross-reference to its description.
5995 (Symbols): Document "info symbol".
5996
f7dc1244 59972001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
5998
5999 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
6000 subsection "x86 Watchpoints".
6001 (Target Architecture Definition): Document the macros
6002 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
6003 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
6004
b0ed3589
AC
60052001-03-20 Andrew Cagney <ac131313@redhat.com>
6006
6007 * gdbint.texinfo (Target Architecture Definition): Update
6008 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
6009 list.
6010
b6ba6518
KB
60112001-03-06 Kevin Buettner <kevinb@redhat.com>
6012
6013 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
6014 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
6015
f7dc1244 60162001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
6017
6018 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
6019
f7dc1244 60202001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 6021
17cc6a06
EZ
6022 * gdb.texinfo (Environment): Document that `path' does not change
6023 the value of PATH in GDB's own environment (it did in the past,
6024 but that was changed on March 15, 1994). Reported by Doug Evans
6025 <dje@transmeta.com>.
6026
56caf160
EZ
6027 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
6028 its line. Fix markup of commands and macros. Add an Index node
6029 and index entries.
6030
29e57380
C
60312001-01-23 J.T. Conklin <jtc@redback.com>
6032
6033 * gdb.texinfo (Memory region attributes): New manual section.
6034
1c6147de
ND
60352001-01-04 Nicholas Duffek <nsd@redhat.com>
6036
6037 * gdbint.texinfo (POP_FRAME): Document use by return_command.
6038
f7dc1244 60392000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
6040
6041 * refcard.tex: Version and copyright fixed. From Phil Edwards
6042 <pedwards@disaster.jaj.com>.
6043
0dcedd82
AC
6044Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
6045
6046 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 6047 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 6048
3b851bce
AC
6049Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
6050
6051 * gdbint.texinfo (Coding): Update current value of
889bf7c5 6052 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 6053
f7dc1244 60542000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
6055
6056 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
6057 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
6058
b90a5f51
CF
60592000-11-10 Christopher Faylor <cgf@cygnus.com>
6060
6061 * gdb.texinfo: Document new 'set step-mode' command.
6062
f7dc1244 60632000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
6064
6065 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
6066 changes from Dmitry Sivachenko <dima@Chg.RU>.
6067
f7dc1244 60682000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
6069
6070 * gdb.texinfo (Hooks): Document the new post-hook functionality.
6071 From Steven Johnson <sbjohnson@ozemail.com.au>.
6072
2e685b93
MK
60732000-08-10 Mark Kettenis <kettenis@gnu.org>
6074
6075 * gdbint.texinfo (Overall Structure): Spelling fix.
6076
f7dc1244 60772000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
6078
6079 * gdbint.texinfo (Target Architecture Definition): Document that
6080 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
6081 for which REGISTER_CONVERTIBLE returns a zero value.
6082
63ac3005
EZ
60832000-07-08 Christopher Faylor <cgf@cygnus.com>
6084
6085 * Makefile.in (install-info): Find files to install in either the
6086 build or source directories (adapted from Makefile.am).
6087
bd79f757
ND
60882000-07-07 Nicholas Duffek <nsd@redhat.com>
6089
6090 * stabs.texinfo: Fix spelling errors.
6091 (String Field): FILE-NUMBER starts from 0, not 1.
6092
f7dc1244 60932000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
6094
6095 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 6096 Brian Youmans.
5f208f6d 6097
f7dc1244 60982000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
6099
6100 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
6101 the source directory. Reported by Mark Harig
6102 <markh@frazier.landmark.com>.
cc542d3b 6103
f3b28801
C
61042000-06-20 J.T. Conklin <jtc@redback.com>
6105
6106 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
6107
449f3b6c
AC
6108Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
6109
6110 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 6111 Generate using pdftex.
449f3b6c 6112 (PDFTEX): Define.
889bf7c5 6113 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 6114 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 6115 @contents at the start.
449f3b6c 6116
f7dc1244 61172000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
6118
6119 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 6120 Youmans.
48e934c6 6121
9e9c5ae7
AC
6122Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
6123
6124 From Brian Youmans:
6125 * gdb.texinfo: Fix ``et al.''.
6126
c741b251
AC
6127Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
6128
6129 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 6130 loop.
c741b251 6131
4ab64e14
JG
61322000-05-19 Jimmy Guo <guo@cup.hp.com>
6133
6134 * configure: Regenerate.
6135
f7dc1244 61362000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
6137
6138 * Makefile.in (install-info): Run install-info on installed Info
6139 files.
6140
8c70017b
AC
6141Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6142
a7cb598a 6143 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 6144 Andrew Cagney.
8c70017b 6145
f7dc1244 61462000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
6147
6148 * gdb.texinfo: Proofreading changes from Brian Youmans.
6149
bf0184be
ND
61502000-05-01 Nick Duffek <nsd@cygnus.com>
6151
6152 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
6153 startup sequence, minor edits.
6154
f7dc1244 61552000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
6156
6157 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
6158 TeX.
6159
6160 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
6161 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
6162 like `n' and `s' which look weird. Convert some of the @kindex to
6163 @vindex, when they refer to variables, not commands.
6164
33e16fad
AC
6165Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6166
6167 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
6168
f7dc1244 61692000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
6170
6171 * Makefile.in (GDBMI_DIR): New variable.
6172 (SET_TEXINPUTS): Add $(GDBMI_DIR).
6173 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
6174 (gdbmi.texinfo): New target, for texi2roff.
6175 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
6176 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
6177
6178 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
6179 gdbmi.texinfo.
6180 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
6181 comment.
6182
d167840f
EZ
61832000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6184
6185 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 6186 command.
d167840f 6187
f7dc1244 61882000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
6189
6190 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
6191 prevents the build (and is generally a Bad Idea).
6192
f7dc1244 61932000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
6194
6195 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
6196 a comma inside @var.
6197 (Command Files): Index markup changes from Dmitry Sivachenko
6198 <dima@Chg.RU>.
6199
f7dc1244 62002000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
6201
6202 * Makefile.in (LN_S): Define.
6203 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
6204 invoke "ln -s" unless it is known to work.
6205
6206 * configure.in (AC_PROG_LN_S): Add.
6207
8dc7983f
JB
62082000-04-14 Jim Blandy <jimb@redhat.com>
6209
6210 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
6211 section.
6212 (Target Conditionals): Document ADDRESS_TO_POINTER,
6213 POINTER_TO_ADDRESS.
6214
1a8237e8
DB
62152000-04-11 Daniel Berlin <dan@cgsoftware.com>
6216
6217 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
6218 gdb-cfg.texi to get the value.
6219
ca526f1a
JB
62202000-04-10 Jim Blandy <jimb@redhat.com>
6221
6222 * gdbint.texinfo (Target Architecture Definition): Fix
6223 cross-references.
6224
faaafcb4
JB
62252000-04-08 Jim Blandy <jimb@redhat.com>
6226
6227 * gdbint.texinfo (Using Different Register and Memory Data
6228 Representations): New section.
6229 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
6230 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
6231 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 6232
1b27397f
AC
6233Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
6234
6235 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 6236 for acknowledgments.
1b27397f 6237
480ff1fb
AC
6238Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
6239
6240 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 6241 qThreadExtraInfo.
480ff1fb 6242
a9331b3f 62432000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 6244
a9331b3f
RM
6245 * gdb.texinfo: Clarify which remote debug protocol commands are
6246 required and which are optional.
f1251bdd 6247
dbeb8dbd
AC
6248Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
6249
6250 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
6251 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
6252 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
6253 * annotate.texi: Update.
6254
6d2ebf8b
SS
62552000-03-28 Stan Shebs <shebs@apple.com>
6256
6257 * gdb.texinfo: Update dates, bump to Eighth Edition (note
6258 expectation of additional changes before release), update
6259 ISBN, add copy of top-level menu for @ifhtml, remove explicit
6260 node links, rephrase and/or shorten lines to fix formatting
6261 problem in both regular and @smallbook formats.
6262 * annotate.texi: Shorten lines in example, use smallexample
6263 consistently everywhere.
6264 * Makefile.in: Add comment about texinfo 4.0 html generation.
6265 (SFILES_INCLUDED): Add annotate.texi.
6266
5d161b24
DB
62672000-03-27 Daniel Berlin <dan@cgsoftware.com>
6268
5ae4183a
AS
6269 * gdb.texinfo (Debugging Output): Added new section, documenting
6270 the "set/show debug" commands.
5d161b24 6271
b9deaee7
AC
6272Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
6273
6274 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 6275 entry.
b9deaee7
AC
6276
6277 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
6278 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 6279 @chapter and @node entries.
a9331b3f 6280
b9deaee7 6281 * gdb.texinfo: Link all top-level nodes.
a9331b3f 6282
9ef47d30
AC
6283Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
6284
6285 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 6286 files.
9ef47d30 6287
cfeada60
FN
62882000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
6289
6290 From David Whedon <dwhedon@gordian.com>
5ae4183a 6291 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 6292
6837a0a2
DB
62932000-03-22 Daniel Berlin <dan@cgsoftware.com>
6294
6295 * gdb.texinfo: Add documentation for the apropos command.
6296
bba2971c
MS
62972000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6298
6299 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
6300
2b628194
MS
63012000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6302
a9331b3f 6303 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
6304 two places.
6305
96a2c332
SS
63062000-03-17 Stan Shebs <shebs@apple.com>
6307
6308 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
6309 <dima@Chg.RU>, also clarification of allowed content for
6310 string constants.
6311
f7dc1244 63122000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
6313
6314 * gdb.texinfo (main menu): Add Annotations.
6315 (File Options): Add @cindex entries for each command-line option.
6316 Document --epoch, --annotate, --async, --interpreter, --write,
6317 --statistics, and --version.
6318
6319 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
6320 of GDB.
6321
9d233477
JB
63222000-02-23 Jim Blandy <jimb@redhat.com>
6323
6324 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
6325
14e0eb3b
JB
63262000-02-22 Jim Blandy <jimb@redhat.com>
6327
6328 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
6329
3555de01
JM
63302000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
6331
6332 * Makefile.in (diststuff): New target.
6333
5e35df8e
KB
63342000-02-15 Kevin Buettner <kevinb@redhat.com>
6335
6336 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 6337 architecture. [From Jim Wilson.]
5e35df8e 6338
c5394b80
JM
63392000-01-16 Tom Tromey <tromey@cygnus.com>
6340
6341 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
6342 (Delete Breaks): Mention range arguments.
6343 (Disabling): Likewise.
6344
c3f6f71d
JM
63452000-01-05 Dmitry Sivachenko <dima@Chg.RU>
6346
6347 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
6348
c4093a6a
JM
6349Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
6350
6351 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 6352 valid functions.
c4093a6a 6353
11cf8741
JM
63541999-11-05 Stan Shebs <shebs@andros.cygnus.com>
6355
6356 * gdb.texinfo: Clarify regular expressions used in rbreak.
6357
917317f4
JM
63581999-10-15 Kevin Buettner <kevinb@cygnus.com>
6359
6360 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
6361 MEMORY_REMOVE_BREAKPOINT): Document.
6362
6363Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
6364
6365 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 6366 offset re-using the DATA offset instead.
917317f4 6367
2df3850c
JM
63681999-10-11 Jim Kingdon <kingdon@redhat.com>
6369
6370 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
6371
63721999-10-05 Stan Shebs <shebs@andros.cygnus.com>
6373
6374 From Dmitry Sivachenko <demon@gpad.ac.ru>:
6375 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
6376 typos.
6377
6378 * gdb.texinfo: Various minor wording and formatting improvements,
6379 mentions of additional command-line options.
6380
2acceee2
JM
63811999-09-30 Fred Fish <fnf@cygnus.com>
6382
6383 * gdb.texinfo: Document additional forms of specifying section
6384 names and addresses for the add-symbol-file command.
6385
c2c6d25f
JM
63861999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
6387
6388 * gdbint.texinfo: Fix typo, add the word "have".
6389
63901999-09-14 Jim Blandy <jimb@cris.red-bean.com>
6391
6392 * gdbint.texinfo (Target Architecture Definition): Document the
6393 SKIP_PERMANENT_BREAKPOINT macro.
6394
d4f3574e
SS
63951999-09-07 Stan Shebs <shebs@andros.cygnus.com>
6396
6397 * gdb.texinfo: Fiks speling errers.
6398
6399 * gdb.texinfo: Fix uses of @multitable.
6400
f7dc1244 6401 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 6402 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 6403 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
6404 comments about using with optimization, add more indexing,
6405 fix info about disassembly-flavor.
6406
6407Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
6408
6409 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
6410 SKIP_SOLIB_RESOLVER): Define.
6411
6412Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
6413
6414 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 6415 ``g'' packets.
d4f3574e 6416
104c1213
JM
64171999-08-30 Stan Shebs <shebs@andros.cygnus.com>
6418
6419 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
6420 platform-specific info, inline remote.texi and move sections of it
6421 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
6422 and register stack into the new chapter.
6423 * remote.texi: Remove, now part of gdb.texinfo.
6424 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
6425
64261999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
6427
6428 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
6429 GDB_TARGET_IS_MACH386): These kludges have gone away.
6430
6431Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
6432
6433 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 6434 TDEPLIBS.
104c1213 6435
53a5351d
JM
64361999-08-20 Stan Shebs <shebs@andros.cygnus.com>
6437
6438 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
6439 surrounding text to fit HP-UX bits into general info.
6440 (HPPA-cfg.texi): Remove, no longer useful.
6441
6442 * gdb.texinfo: Remove explicit links from @node lines, remove
6443 HP-added "Detailed Node Listing" from main menu which confuses
6444 things.
6445
6446 From Dmitry Sivachenko <dima@Chg.RU>:
6447 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 6448 in description of `set environment'.
53a5351d
JM
6449
64501999-08-17 Stan Shebs <shebs@andros.cygnus.com>
6451
6452 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
6453
7be570e7
JM
64541999-08-12 Ben Elliston <bje@cygnus.com>
6455
6456 * gdbint.texinfo (Breakpoint Handling): Add missing words.
6457
f7dc1244 64581999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
6459
6460 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
6461 watch, awatch, and rwatch. Explain why the latter two cannot be
6462 set as software watchpoints. Document that watchpoints for local
6463 variables are deleted when the debuggee terminates.
7be570e7
JM
6464
6465Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
6466
6467 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
6468 packet. Allow E.. response packet. "qRcmd" packet is no longer
6469 reserved.
7be570e7
JM
6470
64711999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6472
a9331b3f
RM
6473 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
6474 * gdb.texinfo: Ditto.
7be570e7 6475
96baa820
JM
64761999-08-06 Tom Tromey <tromey@cygnus.com>
6477
6478 * gdb.texinfo (KOD): New node.
6479
6480Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
6481
6482 * remote.texi (Rcmd): Fix minor formatting typos.
6483
6484Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
6485
6486 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 6487 packets.
96baa820 6488
adf40b2e
JM
64891999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
6490
6491 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
6492 fixes.
6493
43ff13b4
JM
6494Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
6495
6496 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
6497
085dd6e6
JM
6498Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
6499
6500 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
6501 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
6502 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
6503 packets that are not supported on all hosts. Expand examples.
6504 Spell check.
085dd6e6
JM
6505
65061999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
6507
6508 * Makefile.in: Recognize html, install-html. Add targets
6509 to build HTML versions of documentation via texi2html.
6510
6511Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
6512
6513 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 6514 testsuite.
085dd6e6
JM
6515
6516Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
6517
6518 * remote.texi (Communication Protocol): Rewrite.
6519
6520Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
6521
6522 * stabs.texinfo: Fix uses of xref.
6523
9e0b60a8
JM
6524Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
6525
6526 * gdbint.texinfo: Add an anti-printf exhortation, and update the
6527 info about patch submission.
6528
cce74817
JM
6529Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
6530
6531 From Per Bothner <bothner@cygnus.com>:
6532 * gdb.texinfo: Document Chill support.
6533
6534Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
6535
6536 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
6537 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
6538 Document that the value should be greater-than or equal-to zero.
6539 (NO_STD_REGS): Document. Deprecate.
cce74817 6540
ac9a91a7
JM
6541Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
6542
6543 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 6544 Document that these are not used.
ac9a91a7
JM
6545
6546Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
6547
6548 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
6549
392a587b
JM
6550Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
6551
6552 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 6553 numargs was dropped.
392a587b
JM
6554
6555Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
6556
6557 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
6558
b83266a0
SS
6559Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
6560
6561 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 6562 Update.
b83266a0 6563
7a292a7a
SS
6564Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
6565
6566 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
6567 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
6568
6569Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
6570
6571 * gdbint.texinfo: Fix typos: $ -> @.
6572
6573Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
6574
6575 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
6576 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
6577 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
6578 BREAKPOINT_FROM_PC.
a9331b3f 6579
7a292a7a
SS
6580Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
6581
6582 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 6583 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
6584
6585Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
6586
6587 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 6588 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
6589
65901999-04-02 Stan Shebs <shebs@andros.cygnus.com>
6591
6592 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
6593 longer exists.
6594
6595Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
6596
6597 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
6598 nearly all @ifset/@ifclear conditionals; nobody uses them, and
6599 they make the manual source incomprehensible.
7a292a7a
SS
6600 * h8-cfg.texi: Remove, hasn't been used in years.
6601
c906108c
SS
6602Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
6603
6604 * gdb.texinfo: Update the credits.
6605
6606Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
6607
6608 * gdb.texinfo: Fix mistakes noticed in printout of last
6609 draft, add Alpha to discussion of heuristic fence post.
6610
6611Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
6612
6613 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
6614 Edition, merge some HP changes into mainline, describe some
6615 previously undocumented features, describe more of the target
6616 commands available, eliminate obsolete section on renamed
6617 commands.
c906108c
SS
6618 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
6619
6620Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
6621
6622 * gdb.texinfo: Make many HPPA conditionals unconditional,
6623 including catchpoint description, since now on for all configs.
6624 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
6625 specializations.
6626
6627Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
6628
6629 * Makefile.in (GDBvn.texi): Fix match expression to work with
6630 current format of VERSION in gdb/Makefile.in.
6631 * gdb.texinfo: Fix node ref to match new readline.
6632
6633Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
6634
a9331b3f
RM
6635 * gdb.texinfo: Changes made as part of a project to merge in
6636 changes made by HP. Documentation makes extensive use of
c906108c
SS
6637 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
6638 on remote debugging. There are differences in documentation
889bf7c5 6639 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
6640 the HP manual discusses catchpoints, hardware watchpoints, and
6641 some HPUX specific limitations for shared library support.
a9331b3f 6642
c906108c
SS
6643 There are also a number of @node changes.
6644
66451999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
6646
6647 * gdbint.texinfo (Formatting): Disambiguate a sentence.
6648 (C Usage): Same.
6649
6650Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
6651
6652 The following changes were made by Edith Epstein
889bf7c5
PA
6653 <eepstein@cygnus.com> as part of a project to merge in changes
6654 made by HP.
a9331b3f 6655
c906108c
SS
6656 * HPPA-cfg.texi: new file.
6657
6658 * all-cfg.texi: set HPPA for HP PA-RISC targets.
6659
6660 * refcard.tex: change documentation about catch.
6661 removed info catch.
6662
6663Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
6664
6665 * gdbint.texinfo: Expand on GDB's coding standards,
6666 specify the use of arg names with prototypes.
6667
66681998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
6669
6670 * gdb.texinfo: Fix tipo.
6671
6672Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
6673
6674 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 6675 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
6676
6677Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
6678
6679 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
6680
66811998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
6682
6683 * agentexpr.texi: New file.
6684
6685Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
6686
6687 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
6688
66891998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
6690
6691 * remote.texi: Changed wording that implied that the GDB remote
6692 protocol caches register values instead of GDB itself.
6693
6694Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
6695
6696 * gdbint.texinfo: Add some info about symbol readers.
6697 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
6698 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
6699 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
6700 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
6701
6702Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
6703
a9331b3f 6704 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
6705
6706Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
6707
6708 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
6709
6710Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
6711
6712 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 6713 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
6714
6715Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
6716
6717 * gdbint.texinfo: Fix minor typos.
6718
6719Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
6720
6721 * gdbint.texinfo: Complete overhaul. Group descriptions more
6722 logically, add more info on generic algorithms, remove much
6723 obsolete and/or wrong material.
6724
6725Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
6726
6727 * stabs.texinfo (Method Type Descriptor): Expand and correct.
6728
6729Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
6730
6731 * refcard.tex: Copyright, address updates.
6732
6733Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
6734
6735 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
6736 for the edition instead of confusing GDB-version-like numbers.
6737
6738Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
6739
6740 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
6741
6742Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
6743
5ae4183a 6744 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
6745
6746Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
6747
6748 * gdb.texinfo: Add some credits, mention bug monitor.
6749 * remote.texi: Mention mips monitor targets.
6750 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 6751
c906108c
SS
6752Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
6753
6754 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
6755 files, finish sorting of host vs target vs native macros, describe
6756 some more of them.
c906108c
SS
6757
6758Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
6759
6760 * gdbint.texinfo (Host Conditionals): Document change from
6761 using NO_MMALLOC to it's inverse, USE_MMALLOC.
6762
6763Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
6764
6765 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 6766 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
6767
6768Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
6769
6770 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
6771 Document LSEEK_NOT_LINEAR.
6772
6773Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
6774
6775 * stabs.texinfo (Stab Section Basics): Make it clear that only
6776 some versions of the GNU linker remove the leading N_UNDF symbol.
6777
6778Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
6779
6780 * stabs.texinfo (String Field): Document type number pairs here,
6781 instead of in the Sun specific section.
6782 (Include Files): The GNU linker supports the N_BINCL
6783 optimization. Clarify the N_BINCL value, and what it is used
6784 for.
6785 (Procedures): Document N_FUN with an empty string to mark the end
6786 of a function.
6787 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
6788 (Sun Differences): Remove this node, as the information is now
6789 elsewhere in the main document.
6790 (Stab Section Basics): Mention that the GNU linker may optimize
6791 stabs and remove the leading N_UNDF symbol.
6792
6793Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
6794
6795 * gdb.texinfo, refcard.tex: Restore author credit
6796
6797Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
6798
6799 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
6800 documentation to account for START and END macros taking
6801 one arg.
6802
6803Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
6804
6805 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
6806 * gdb.texinfo (Frames): Fix typo.
6807
6808Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
6809
6810 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
6811 a target_signal as arg type, not a pid.
6812
6813Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
6814
6815 * gdb.texinfo: Document `set assembly-language'.
6816
6817Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
6818
6819 * remote.texi: Update list of stubs in the GDB distribution.
6820
6821Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
6822
6823 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
6824 Also document that some systems can use mmalloc but must define
6825 this if their C runtime allocates memory that is later freed.
c906108c 6826 (MMCHECK_FORCE): Document new macro.
a9331b3f 6827
c906108c
SS
6828Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
6829
6830 * remote.texi: Add documentation for target Sparclet.
6831
6832Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6833
a9331b3f 6834 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
6835 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
6836 * configure.in: Rewritten for autoconf.
6837 * configure: New.
6838
6839Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
6840
6841 * Makefile.in (DVIPS): New define, set to dvips.
6842 (dvi): Add stabs.dvi.
6843 (ps): New target.
6844 (all-doc): Depend on info, dvi, and ps targets.
6845 (STAGESTUFF): Add *.ps and *.dvi files.
6846 (clean-info, clean-dvi): Remove.
6847 (mostlyclean): Does not depend upon clean-info or clean-dvi,
6848 rules completely rewritten.
6849 (maintainer-clean): Remove clean-info and clean-dvi
6850 dependencies and put their actions in the rules.
6851 (gdb.ps): New target
a9331b3f 6852 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
6853 intermediate TeX files, whether they have 2 or 3 character
6854 extensions.
6855 (gdbint.ps): Add target and rules.
6856 (gdb-internals): Delete unused target.
6857 (Makefile): Depends upon config.status also.
6858
6859Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
6860
6861 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
6862 set.
6863
6864Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
6865
6866 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
6867 * gdb.texinfo (Expressions): Fix erroneous array constant example.
6868
6869Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
6870
6871 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
6872
6873Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6874
6875 * gdb.texinfo (Print settings): Document
6876 `set/show print static-members' commands.
6877
6878Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
6879
6880 * gdbint.texinfo (Native): Document name change, coredep.c to
6881 core-aout.c.
6882
6883Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
6884
6885 * stabs.texinfo (Include Files): Document the values the SunOS4
6886 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
6887
6888Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
6889
6890 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
6891 Fix typo.
6892
6893Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
6894
6895 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
6896 "gdb.tar.Z".
6897
6898Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
6899
6900 * Makefile.in (maintainer-clean): New target, synonym for
6901 realclean.
6902
6903Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
6904
6905 * Update all FSF addresses except those in COPYING* files.
6906
6907Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
6908
6909 From Richard Earnshaw (rearnsha@armltd.co.uk):
6910 * gdb.texinfo (convenience variables): Document $_exitcode.
6911 (quit): Document optional expression to use as exit code.
6912
6913Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
6914
6915 * gdb.texinfo, remote.texi: Brought up to date with various
6916 GDB changes.
6917
6918Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
6919
6920 * gdb.texinfo: Update dates and versions, fix comments about
6921 hardware watchpoints in future releases and about the
6922 sharedlibrary command.
6923
6924Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6925
6926 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
6927 C_FUN stab. Other cleanups.
6928
6929Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6930
6931 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
6932 for the sparc stub.
6933
6934Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6935
6936 * annotate.texi: Clarify which addresses have differing formats
6937 depending on the language and which do not.
6938
6939Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
6940
6941 * remote.texi (NetWare): Changed example to use BOARD= instead of
6942 NODE= argument to reflect correspoding change to gdbserve.nlm.
6943
6944Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6945
6946 * stabs.texinfo (Negative Type Numbers): Mention the fact that
6947 GDB, as well as AIX dbx, supports the size type attribute.
6948
6949Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6950
6951 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
6952
6953Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
6954
6955 * gdb.texinfo (Define): Document $arg0... arguments to commands,
6956 and new 'if' and 'while' commands.
6957
6958Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
6959
6960 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
6961
6962Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
6963
6964 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
6965 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
6966 NetWare targets. Mostly stolen from the Server node.
6967
6968Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6969
6970 * gdb.texinfo (Setting): Talk about the language of a source file
6971 versus the working language. The old documentation did not match
6972 what GDB did.
6973
6974Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6975
6976 * stabs.texinfo (Source Files): Document N_SO used to mark the end
6977 of a source file.
6978
6979Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6980
6981 * gdb.texinfo (Processes): New node.
6982
6983Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
6984
6985 * remote.texi: Update documentation of set/show mipsfpu.
6986
3fc11d3e
JM
6987Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
6988
6989 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
6990 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
6991
6992Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
6993
6994 * gdbint.texinfo: Removed mentions of some incorrectly placed and
6995 obsolete conditionals, described some others.
6996
6997Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
6998
6999 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
7000 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
7001
7002Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
7003
7004 * gdbint.texinfo: Put regex conditionals in their own table.
7005
7006Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7007
7008 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
7009 described or fixed the descriptions of many others.
7010
7011Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
7012
7013 * gdb.texinfo: Add some more credits.
7014 * gdbint.texinfo: Capitalize GDB consistently, describe some
7015 macros and remove some.
7016
7017Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
7018
7019 * gdbint.texinfo: Removed mentions of many incorrectly placed and
7020 obsolete conditionals, described some others.
7021
7022Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7023
7024 * gdb.texinfo (help targets): Changed to `help target', which
7025 is the correct gdb command.
7026
7027Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7028
7029 * annotate.texi (TODO): New node, for keeping track of annotations
7030 suggested but not yet implemented.
7031
7032Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7033
7034 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
7035 another symbol, it is not the address itself.
7036
7037Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
7038
7039 * stabs.texinfo (Stab Section Basics): Add comment about alignment
7040 of stabs-in-coff sections.
7041
7042Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7043
7044 * annotate.texi: Change edition to 0.5 and date to May 1994.
7045 Add index.
7046 (Frames): New node, for frame annotation.
7047 (Displays): New node, for display annotation.
7048
7049 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
7050 when waiting for your program to stop.
7051
7052Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7053
7054 * annotate.texi (Breakpoint Info): Document annotation of header
7055 fields and record annotation.
7056
7057Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7058
7059 * annotate.texi: New file, to document annotations.
7060
7061Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7062
7063 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
7064 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
7065
7066Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7067
7068 * stabs.texinfo (Stab Section Basics): Say what is in .stab
7069 section, and say n_strx field is compilation unit relative.
7070 * stabs.texinfo: Don't use @code for a.out when it is the name of
7071 an object file format.
7072
7073Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7074
7075 * gdb.texinfo: Refer to file names, not path names, per rms
7076 convention.
7077 (Arguments): Fix typo.
7078
7079Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7080
7081 * stabs.texinfo (Global Variables): Talk about stabs in files
7082 where variables are referenced, but not defined.
7083
7084Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7085
7086 * stabs.texinfo: Move stuff on @ and # type descriptors from node
7087 Cplusplus to new nodes Member Type Descriptor and Method Type
7088 Descriptor. Re-write stuff for #.
7089
7090Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7091
7092 * gdb.texinfo (Print Settings): Don't document "set print
7093 fast-symbolic-addr off". The bug which it worked around was fixed
7094 on 25 Feb 94 in coffread.c, so I'm nuking the command.
7095
7096 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
7097 N_ENTRY node.
7098
7099 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
7100
7101Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7102
7103 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
7104 references to ieee-float.c.
7105
7106Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7107
7108 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
7109 match what the code actually does.
7110
7111Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7112
7113 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
7114
7115Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7116
7117 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
7118 i, and b.
7119
7120Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
7121
7122 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
7123 well as for ELF and SOM. Unify the descriptions of ELF and SOM
7124 as "stabs in sections" rather than just saying "ELF and SOM".
7125 Also make that stuff apply to COFF.
7126
7127Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7128
7129 * gdb.texinfo (Formatting Documentation): Change GhostScript to
7130 Ghostscript.
7131
7132Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7133
7134 * gdb.texinfo (Continuing and Stepping): When talking about "step"
7135 versus functions without line numbers, also mention stepping into
7136 them as well as "step" when you are in them. Tell the user how to
7137 deal with the situation. Add comment about "debugging information".
7138
7139Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7140
7141 * stabs.texinfo (Enumerations): Document restriction on where
7142 enumeration types can appear and still win with GDB.
7143
7144Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7145
7146 * stabs.texinfo (Negative Type Numbers): Document format for type
7147 -16.
7148
7149Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7150
7151 * gdb.texinfo (Selection, Frame Info): Update information about
7152 arbitrary frame specficiations.
7153
7154Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
7155
7156 * gdb.texinfo, remote.texi: general editing pass prior to Net release
7157
7158Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7159
7160 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
7161
7162Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
7163
7164 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
7165
7166Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7167
7168 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
7169 Differences node to Statics node.
7170 (Statics): Discuss XCOFF use of V symbol descriptor.
7171
7172 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
7173 not clean.
7174
7175Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
7176
7177 * gdb.texinfo (Print Settings): Document `set print
7178 fast-symbolic-addr' and improve the doc for some other
7179 `set print's.
7180
7181Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7182
7183 * stabs.texinfo (String Field): Talk about defining several type
7184 numbers at once.
7185 Fix lint regarding changing node ELF Transformations to
7186 ELF and SOM Transformations.
7187
7188Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
7189
7190 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
7191
7192Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7193
7194 * stabs.texinfo (Cross-References): `::' is for nested types only
7195 within <>.
7196 (Structures): Document static members.
7197
7198Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7199
7200 * stabs.texinfo: Document S type attribute.
7201
7202Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
7203
7204 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
7205
7206Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
7207
7208 * gdbint.texinfo: Fix a few typos.
7209
7210Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7211
7212 * gdb.texinfo, remote.texi: formatting improvements
7213
7214 * gdb.texinfo (New Features): mention threads.
7215 (Summary, C): fix xrefs in newly contributed text.
7216 (Threads): index entries, clarifications, example
7217 (passim): minor typos fixed, phrasing improvements
7218
7219 * remote.texi (Bootstrapping): rephrase text on ^C and add index
7220 entries; (Server): explain use of gdbserver w/real-time systems,
7221 add example of conflicting TCP port; (MIPS Remote) break up
7222 running text into table, highlighting commands, and add example.
a9331b3f 7223
c906108c
SS
7224Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7225
7226 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
7227
7228Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7229
7230 * stabs.texinfo (Nested Symbols): New node.
7231 (String Field, Symbol Descriptors, Cross-References): Refer to it.
7232
7233Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7234
7235 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
7236 to picking which Bbss.bss symbol to use, and (because there seems to
7237 be no good way of doing it) re-write some of the text to make it
7238 sound like Bbss.bss isn't such a great idea after all (as currently
7239 designed).
7240
7241 * gdb.texinfo (C): In addition to saying people have to use g++ for
7242 good results, say they have to use stabs. Specifically say cfront
7243 doesn't work well.
7244 (Summary): Merge in information on Modula-2, Pascal, and Chill from
7245 the gdb README. Add xrefs to places where the support for the various
7246 languages is described in detail.
7247
7248Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7249
7250 * stabs.texinfo: Clean up stuff about visibility and virtual
7251 characters.
7252
7253 * stabs.texinfo (N_M2C): Cite Sun doc.
7254
7255Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7256
7257 * gdb.texinfo: updates re threads.
7258 * remote.texinfo: avoid index entries starting with digits.
7259
7260Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7261
7262 * stabs.texinfo (Enumerations): Talk about large, negative and
7263 octal values. Clean up cross reference to type attributes.
7264 (String Field): Say that GDB 4.11 supports size attribute.
7265
7266Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7267
7268 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
7269 is a mandatory step. Make the stuff about that more concise.
7270
7271Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7272
7273 * stabs.texinfo (Class Names): New node.
7274
7275 * gdb.texinfo (Command Files): Explain order of init file reading.
7276
7277 * remote.texi (Bootstrapping): Talk about getting the serial driver
7278 to deal with ^C sent by gdb to stop the remote system.
7279
7280Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
7281
7282 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
7283
7284 * libgdb.texinfo (Defining Commands): made the DOC arg
7285 to gdb_define_app_command a char * instead of char **
7286 per a suggestion from kingdon.
7287
7288 * libgdb.texinfo: total rewrite from a different starting
7289 premise.
7290
7291Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7292
7293 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
7294 floats passed as doubles (to improve clarity).
7295
7296Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7297
7298 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
7299
7300 * a4rc.sed: update to work with Andreas Vogel papersize params
7301
7302 * refcard.tex: use Andreas Vogel simplifications of papersize
7303 params; remove useless version info; update copyright date.
7304
7305Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7306
7307 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
7308
7309Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7310
7311 * gdb.texinfo (Files): Say what address the load command loads it at.
7312
7313 * stabs.texinfo (Common Blocks): Minor cleanups.
7314
7315 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
7316 that Sun has backed away from the linker kludge and thus the relevant
7317 issue is changes to the SunPRO tools, not the Solaris linker.
7318
7319 * stabs.texinfo (Traditional Integer Types): Clean up description
7320 of octal bounds a little bit. Document extra leading zeroes.
7321
7322Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7323
7324 * gdb.texinfo (Signaling): Update for symbolic symbol names
7325 and add a section explaining the difference between the GDB
7326 signal command and the shell kill utility.
7327
7328Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
7329
7330 * libgdb.texinfo: added `@' to braces that were unescaped.
7331
7332Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
7333
7334 * libgdb.texinfo: new file. Spec for the gdb library.
7335
7336Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7337
7338 * stabs.texinfo (Include Files): Fix typo (start -> end).
7339
7340Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7341
7342 * gdb.texinfo, remote.texi: assorted small improvements, mostly
7343 from Melissa at FSF's editing pass.
7344
7345Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7346
7347 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
7348 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
7349 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
7350
7351Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7352
7353 * remote.texi (Bootstrapping): Discuss 386 call gates.
7354
7355Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
7356
7357 * stabs.texinfo (Based Variables): New node.
7358
7359Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
7360
7361 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
7362 names, sizes, and formats to suggest how not to lose.
7363
7364Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
7365
7366 * stabs.texinfo (Methods): Fix typo.
7367
7368Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7369
7370 * gdb.texinfo: Fix a few typos.
7371
7372Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7373
7374 * gdb.texinfo: Clarify how well it works with Fortran.
7375
7376 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
7377 More on relocating stabs in ELF files.
7378
7379Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7380
7381 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
7382
7383Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7384
7385 * stabs.texinfo (Local Variable Parameters): Talk about nameless
7386 parameters on VAX.
7387
7388Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7389
7390 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
7391
7392Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7393
7394 * stabs.texinfo: Make info author notice match the TeX author notice.
7395
7396Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7397
7398 * stabs.texinfo: Initial-caps all words in node names and
7399 non-trivial words in section names.
7400
7401Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7402
7403 * stabs.texinfo: Many minor cleanups.
7404
7405 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
7406
7407Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
7408
7409 * stabs.texinfo: Remove full description of big example.
7410 It's not really helpful; just use pieces of it where appropriate.
7411 Add more Texinfo formatting directives (@samp, etc.).
7412 Use @deffn to define stab types.
7413 Eliminate some wordiness. Break up some nodes.
7414 Add an (alphabetized) index of symbol types.
7415 Use consistent capitalization style in node and section names.
7416
7417Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
7418
7419 * gdb.texinfo: Change typo "Two two" to "The two".
7420
7421Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7422
7423 * stabs.texinfo (XCOFF-differences): Remove references to
7424 non-existent types N_DECL and N_RPSYM.
7425
7426 * stabs.texinfo (String Field): Say that type attributes bug is
7427 fixed in GDB 4.10, since it is.
7428
7429 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
7430
7431Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
7432
7433 * stabs.texinfo: Formatting cleanups.
7434
7435Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7436
7437 * stabs.texinfo: When explaining the n_type of a stab, standardize
7438 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
7439 no tabs, use @r).
7440 (Global Variables): Clean up.
7441
7442Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7443
7444 * stabs.texinfo (Stack Variables): Re-write.
7445
7446Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7447
7448 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
7449 addresses of a source file. Also revise formatting.
7450 Change "object module" or "object file" to "source file".
7451 Various: Miscellaneous cleanups.
7452
7453Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7454
7455 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
7456
7457Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
7458
7459 * gdbint.texinfo: Removed many nonsensical machine-collected
7460 host and target conditionals, described some of the remainder.
7461
7462Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7463
7464 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
7465
7466 * gdbint.texinfo (Top): Add name to @top line, and re-write the
7467 paragraph which follows.
7468
7469 * gdbint.texinfo (Host): Use @code not @samp for Makefile
7470 variables. Looks better and avoids overful hbox.
7471
7472Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7473
7474 * stabs.texinfo (Procedures): Improve stuff on nested functions.
7475
7476Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7477
7478 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
7479 retransmit-timeout
7480
7481Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7482
7483 * gdbint.texinfo: Update statement about `some ancient Unix
7484 systems, like Ultrix 4.0' to Ultrix 4.2.
7485
7486Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
7487
7488 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
7489
7490 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
7491
7492 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
7493 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
7494
7495 * remote.texi: new name for former gdbinv-s.texi
7496
7497 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
7498
7499Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
7500
7501 * gdbinv-s.texi: Documented timeout and retransmit-timeout
7502 variables for MIPS remote debugging protocol.
7503
7504Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7505
7506 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
7507
7508Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
7509
7510 * Makefile.in (refcard.dvi): Use srcdir where necessary.
7511
7512Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
7513
7514 * gdb.texinfo: repair conditional bugs in text markup
7515
7516Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7517
7518 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
7519 to select Modula-2 material.
7520
7521Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7522
7523 * stabs.texinfo: Cleanups regarding statics.
7524
7525 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
7526 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
7527
7528Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7529
7530 * stabs.texinfo: N_MAIN is sometimes used for C.
7531
7532Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7533
7534 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
7535
7536Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
7537
7538 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 7539 removed from the code by Kingdon.
c906108c
SS
7540
7541Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7542
7543 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
7544 input when evaluating breakpoint conditions; the bug has been fixed.
7545
7546 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
7547 sets the ignore count to N-1, not to N.
7548
7549Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7550
7551 * refcard.tex (\hoffset): correct longstanding error to match
7552 intended offset; avoids cutting off edge on some printers
7553
7554Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7555
7556 * stabs.texinfo (Parameters): Say that order of stabs is significant.
7557
7558Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7559
7560 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
7561
7562Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7563
7564 * Makefile.in: (REFEDITS) new var to control whether PS or CM
7565 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
7566 collect sed edits if any, apply to refcard before formatting;
7567 (refcard.ps) stop implying PS fonts if PS output requested;
7568 (lrefcard.ps) delete extra target for variant PS fonts
7569
7570 * refcard.tex: parametrize papersize dependent info, collect
7571 in easily replaced spot
7572
7573 * a4rc.sed: new file, edits to refcard for A4 paper
7574
7575Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7576
7577 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
7578
7579Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7580
7581 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
7582
7583Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7584
7585 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
7586 politely rather than rudely.
7587
7588Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7589
7590 * stabs.texinfo: Document common blocks.
7591
7592Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
7593
7594 * stabs.texinfo: Add some basic info about stabs-in-elf.
7595
7596Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7597
7598 * stabs.texinfo (Top): Minor cleanup.
7599
7600Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
7601
7602 * Makefile.in (install-info): remove parentdir support
7603
7604Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7605
7606 * gdb.texinfo (Copying): delete this node and references to it;
7607 RMS says this manual need not carry GPL. (passim): Improvements
7608 from last round at FSF, largely due to Ian Taylor review, and
7609 minor formatting improvements.
7610
7611 * gdbinv-s.texi (passim): Improvements from last round at FSF,
7612 largely due to Ian Taylor review. (Debug Session): minor edits to
7613 new text.
7614
7615Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
7616
7617 * Makefile.in (realclean): Remove info and dvi files too.
7618
7619Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
7620
7621 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
7622 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
7623 * gdb.texinfo: Change accordingly.
7624
7625 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
7626 N_{L,R}BRAC,N_SLINE are relative to.
7627
7628Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
7629
7630 * Makefile.in (GDBvn.texi): Update atomically.
7631
7632Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
7633
7634 * gdbinv-s.texi (Debug Session): Document exceptionHook.
7635
7636Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
7637
7638 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
7639 addresses together. Also motivate the set print symbol-filename
7640 command and suggest other solutions.
7641
7642Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
7643
7644 * gdb.texinfo (set print elements): Note that the number of
7645 elements is set to unlimited by "set print elements 0".
7646
7647Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
7648
7649 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
7650 NF_LDOUBLE means.
7651 (Stab Types): Include Solaris stab types.
7652 (Procedures): Document Solaris extensions.
7653
7654Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7655
7656 * gdb.texinfo: Add `set print symbol-filename' doc.
7657
7658Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7659
7660 * stabs.texinfo (Arrays): Talk about type definition vs. type
7661 information.
7662
7663 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
7664 the trailing semicolon.
7665
7666Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7667
7668 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
7669 and merge in other parts of the document addressing these subjects.
7670 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
7671
7672 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
7673 at the end of a range type.
7674
7675 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
7676 AIX extensions.
7677
7678Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7679
7680 * stabs.texinfo (Stabs Format): Misc fixes.
7681
7682Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7683
7684 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
7685 (Traditional builtin types): Document convex convention for long long.
7686 (Negative builtin types): Discuss type names, and misc fixes.
7687
7688Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7689
7690 * stabs.texinfo (Builtin Type Descriptors): Document the floating
7691 point types used with @samp{R} type descriptor.
7692 (Symbol Descriptors): Describe how to handle conflict between
7693 different meanings of @samp{P} symbol descriptor.
7694
7695Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7696
7697 * stabs.texinfo: Remove node Quick Reference and put its children
7698 directly under the main menu.
7699
7700 * stabs.texinfo: Many more changes to bring it into line with
7701 AIX documentation and reality. I think it now has all the
7702 information from the AIX documentation, except that I burned
7703 out when I got to variant records (Pascal and Modula-2) and
7704 all the COBOL types. Oh well, we can add them later when we're
7705 worrying more about those languages.
7706
7707 * stabs.texinfo (Automatic variables): Talk about what it means
7708 to omit the symbol descriptor.
7709
7710Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7711
7712 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
7713 gcc2 behavior with promoted args.
7714
7715Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7716
7717 * gdb.texinfo: include readline appendices in info version of manual
7718
7719Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7720
7721 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
7722 target remote.
7723
7724 * gdb.texinfo (Machine Code): more index entries for disassemble
7725
7726Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
7727
7728 * Clarify the intended use of the gdb-testers and gdb-patches
7729 mailing lists, and shrink gzip comment.
7730
7731Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7732
7733 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
7734 DOSHOST configuration of manual.
7735
7736 * gdb.texinfo (MIPS Stack): new node.
7737
7738 * all-config.texi (MIPS) new switch.
7739
7740 * gdbinv-s.texi (Nindy Options) Remove two instances of future
7741 tense; (MIPS Remote) new node.
7742
7743 * gdb.texinfo (passim) rephrases to work around makeinfo @value
7744 bug; (Environment) less passive, other small cleanups in text about
7745 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
7746 (Remote) new MIPS Remote menu entry.
7747
7748Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
7749
7750 * stabs.texinfo: Many changes to include information from the
7751 AIX documentation.
7752
7753 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
7754
7755Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
7756
7757 * gdbint.texinfo (new node Debugging GDB, elsewhere):
7758 Move a bunch of information from ../README.
7759 (Getting Started): New node.
7760
7761Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7762
7763 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
7764
7765 * gdb.texinfo: advance manual revision dates to present
7766
7767 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
7768 stop using silly Roman numerals in @set variable names
7769
7770Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
7771
7772 * stabs.texinfo (Parameters): Keep trying to get this right.
7773
7774Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
7775
7776 * stabs.texinfo (Parameters): More on "local parameters".
7777
7778Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
7779
7780 * stabs.texinfo (Parameters): Re-do "local parameters" section.
7781
7782Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
7783
7784 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
7785 (Parameters): Rewrite.
7786 (xcoff-differences, Sun-differences): Minor changes.
7787
7788Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
7789
7790 * stabs.texinfo: Minor cleanup.
7791
7792Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
7793
7794 * gdbint.texinfo: Minor xcoff stuff.
7795
7796Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
7797
7798 * gdbint.texinfo: Update for new config directory structure.
7799 Add info about internal type data structures.
7800
7801Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
7802
7803 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
7804 $(srcdir).
7805 (gdb-config.texi): Depend on file in $(srcdir).
7806
7807Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
7808
7809 * stabs.texinfo: Fixes about N_SO.
7810
7811Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7812
7813 * gdb.texinfo: include list of nonstandard init file names
7814
7815 * *-config.texi: new switch GENERIC for text that applies *only*
7816 to (usual) multiple-target version of manual
7817
7818 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
7819 h8 config
7820
7821 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
7822 in menus (rather than conditionally selected multiple alternative
7823 menus).
7824
7825 * Makefile.in: define and use DOC_CONFIG var to select
7826 configuration for GDB user manual.
7827
7828 * gdb-config.texi: delete from repository, generate from Makefile.
7829
7830 * all-config.texi: normal `generic' configuration file, formerly
7831 stored as gdb-config.texi
7832
7833Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
7834
7835 * Makefile.in: add dvi target to build all .dvi files
7836
7837Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7838
7839 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
7840
7841Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
7842
7843 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
7844 host conditionals.
7845 * stabs.texinfo: More array fixes inspired by Jim's.
7846
7847Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
7848
7849 * stabs.texinfo: Fixes re arrays and continuations.
7850
7851 * gdbint.texinfo: Add XCOFF node.
7852
7853Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
7854
7855 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
7856
7857Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
7858
7859 * stabs.texinfo: Fix for array types to mention lower bounds.
7860
7861Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
7862
7863 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
7864
7865Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
7866
7867 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
7868
7869Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
7870
7871 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
7872 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
7873
7874Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
7875
7876 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
7877
7878Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7879
7880 * gdb.texinfo, gdbinv-s.texi: misc updates
7881
7882Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
7883
7884 * gdbint.texinfo: Brief documentation for longjmp support,
7885 from an email msg by Stu.
7886
7887Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
7888
7889 * stabs.texinfo: Fix description of floating point "range"
7890 types (which really define basic types). Reported by Jim Meehan,
7891 <meehan@src.dec.com>.
7892
7893 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
7894
7895Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
7896
7897 * gdbint.texinfo: Slightly expand section on supporting a new
7898 object file format.
7899
7900Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
7901
7902 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
7903 intermediate file.
7904
7905Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7906
7907 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
7908
7909Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7910
7911 * gdbinv-s.texi: z8000 simulator target name is just "sim"
7912
7913 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
7914 as well as Z8002.
7915
7916Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
7917
7918 * gdbint.texinfo: Add sections on clean design and on how to send
7919 in changes.
7920
7921Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
7922
7923 * gdbint.texinfo: Add how to declare the result of make_cleanup.
7924
7925Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
7926
7927 * gdb.texinfo: Fix typo, reported by Karl Berry.
7928
7929Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
7930
7931 * gdb.texinfo: Add opcodes dir to GDB distribution description.
7932
7933Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7934
7935 * gdbint.texinfo: fixed a stray email address (needs @@),
7936 added @table @code to node "Native Conditionals"
7937
7938Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
7939
7940 * gdbint.texinfo: Describe coding style of GDB.
7941
7942Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
7943
7944 * stabs.texinfo: Minor wording changes.
7945
7946Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
7947
7948 * gdbint.texinfo: Improve release doc slightly.
7949
7950Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
7951
7952 * gdbint.texinfo: Improve doc of GDB config macros.
7953
7954Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
7955
7956 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
7957 These will be reinserted when examined.
7958
7959Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
7960
7961 * gdbint.texinfo: Make a start at documenting all the #if macros
7962 in GDB. At least list them all, and start separating them into
7963 host-specific and target-specific.
7964
7965Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
7966
7967 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 7968 examples (not consistent w others).
c906108c
SS
7969 gdb.texinfo: issue disclaimer paragraph on cmdline options only
7970 for generic vn of doc
7971
7972Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
7973
7974 * Makefile.in: always create installation directories.
7975
7976Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
7977
7978 * gdb.texinfo: in h8 config, do not describe searching commands.
7979
7980Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
7981
7982 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
7983 conditionals; introduce a few generic switches that may be
7984 useful for other cross-dev or dos-hosted configs.
7985
7986 * gdb.texinfo: fix typo in "info reg" description
7987
7988Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
7989
7990 * stabs.texinfo: Minor updates from running TeX over it.
7991 * Makefile.in (stabs.dvi, stabs.ps): Add.
7992
7993Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
7994
7995 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
7996 First pass at converting it to texinfo.
7997
7998Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
7999
8000 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
8001 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
8002
8003Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
8004
8005 * gdbint.texinfo: Add section on partial symbol tables.
8006
8007Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
8008
8009 * gdb.texinfo: document `set remotedebug' and `set
8010 rstack_high_address'.
8011
8012Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8013
8014 * gdb.texinfo: slight expansion of new text on reading info files
8015 * gdbinv-s.m4.in: correct and expand info on cross-debugging
8016 H8/300 from DOS.
8017
8018Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
8019
8020 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
8021
8022Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
8023
8024 * gdb.texinfo: Say how to read the `info' files.
8025
8026Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
8027
8028 * Makefile.in: gm4 -> m4.
8029
8030Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
8031
8032 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
8033 Documentation' ahead of `Installing GDB' to match README.
8034 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 8035 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
8036
8037Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
8038
8039 * Makefile.in: remove $(srcdir) from gdb.info rule.
8040
8041Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8042
8043 * Makefile.in: commented out gdb-all.texinfo rule. This is
8044 temporary.
8045
8046Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
8047
8048 * Makefile.in, configure.in: removed traces of namesubdir,
8049 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
8050 copyrights to '92, changed some from Cygnus to FSF.
8051
8052Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
8053
8054 * gdb.texinfo: Improve how we ask for bug reports.
8055
8056Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8057
8058 * Makefile.in: infodir belongs in datadir.
8059
8060Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8061
8062 * Makefile.in: remove spaces following hyphens, bsd make can't
8063 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 8064 standards.text support.
c906108c
SS
8065
8066Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8067
8068 * Makefile.in: idestdir and ddestdir go away. Added copyrights
8069 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
8070 and mandir now keyed off datadir by default.
8071
8072\f
8073Local Variables:
9e9c5ae7 8074mode: change-log
c906108c
SS
8075left-margin: 8
8076fill-column: 74
8077version-control: never
8078End:
This page took 1.227649 seconds and 4 git commands to generate.