gdb/
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
1 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2
3 * gdb.texinfo (Remote Configuration): Mention set/show remote
4 traceframe-info.
5 (Tools/Packages Optional for Building GDB): Mention that expat is
6 used for traceframe info.
7 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
8 (General Query Packets) <qSupported>: Describe the
9 qXfer:traceframe-info:read feature.
10 (qXfer::read): Describe qXfer:traceframe-info:read.
11 (Traceframe Info Format): New section.
12
13 2011-02-04 Pedro Alves <pedro@codesourcery.com>
14
15 * gdbint.texinfo (Formatting): Mention some formatting guidelines
16 for casts and unary operators.
17
18 2011-02-04 Tom Tromey <tromey@redhat.com>
19
20 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
21 is not useful.
22
23 2011-01-25 Pedro Alves <pedro@codesourcery.com>
24
25 * gdb.texinfo: s/value optimized out/optimized out/g
26
27 2011-01-21 Joel Brobecker <brobecker@adacore.com>
28
29 * gdb.texinfo (Other Misc Settings): Rework part of the
30 documentation of the "set interactive mode" command.
31
32 2011-01-19 Tom Tromey <tromey@redhat.com>
33
34 * gdb.texinfo (Threads): Document thread name output and `thread
35 name' command.
36 (Threads In Python): Document Thread.name attribute.
37 (GDB/MI Thread Commands): Document thread attributes.
38
39 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
40
41 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
42 changes in mi/mi-cmd-disas.c
43
44 2011-01-12 Tom Tromey <tromey@redhat.com>
45
46 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
47 Fix "thread apply" text.
48
49 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
50 Thiago Jung Bauermann <bauerman@br.ibm.com>
51
52 Implement support for PowerPC BookE ranged watchpoints.
53 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
54 the "set powerpc exact-watchpoints" flag.
55
56 2011-01-07 Tom Tromey <tromey@redhat.com>
57
58 * gdb.texinfo (Python API): Add descriptions to @menu items.
59
60 2011-01-06 Tom Tromey <tromey@redhat.com>
61
62 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
63
64 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
65
66 * gdb.texinfo (Debugging Output): Document "set debug jit".
67
68 2011-01-06 Tom Tromey <tromey@redhat.com>
69
70 PR python/12133:
71 * gdb.texinfo (Frames In Python): Document various frame
72 constants.
73
74 2011-01-05 Joel Brobecker <brobecker@adacore.com>
75
76 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
77 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
78 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
79
80 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
81
82 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
83 (clean): Add GDBvn.texi.
84
85 2010-12-29 Joel Brobecker <brobecker@adacore.com>
86
87 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
88 occasional case where the debugger prints an array address
89 instead of the array itself.
90
91 2010-12-23 Pedro Alves <pedro@codesourcery.com>
92
93 * gdb.texinfo (Packets) <read registers packet>: Document support
94 for registers that were not collected.
95
96 2010-12-15 Doug Evans <dje@google.com>
97
98 * gdb.texinfo (Startup): Document auto-loading of scripts during
99 startup.
100 (Auto-loading): Delete "maint set python auto-load on|off".
101 Add "set auto-load-scripts on|off".
102
103 2010-12-07 Doug Evans <dje@google.com>
104
105 * gdb.texinfo (Mode Options): Document -data-directory.
106 (Data Files): Add reference to -data-directory.
107
108 2010-11-29 Doug Evans <dje@google.com>
109
110 * gdb.texinfo (Pretty-Printer Introduction): Change
111 printer-name:subprinter-name to printer-name;subprinter-name.
112
113 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
114
115 PR python/12199
116
117 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
118
119 2010-11-23 Tom Tromey <tromey@redhat.com>
120
121 * gdb.texinfo (Top): Check SYSTEM_READLINE.
122 (Editing): Likewise.
123 (Command History): Likewise.
124 (TUI Keys): Likewise.
125 (Bug Reporting): Conditionally include rluser.texi and
126 inc-history.texinfo.
127 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
128 (GDB_DOC_SOURCE_INCLUDES): Add comment.
129 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
130 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
131 (gdb.pdf): Likewise.
132 (gdb.info): Likewise.
133 (gdb/index.html): Likewise.
134
135 2010-11-23 Tom Tromey <tromey@redhat.com>
136
137 * Makefile.in (Makefile): Run ../config.status.
138 (distclean): Update.
139 * configure: Remove.
140 * configure.ac: Remove.
141
142 2010-11-12 Tom Tromey <tromey@redhat.com>
143
144 * gdb.texinfo (Basic Python): Update. Add xref.
145 (Exception Handling): Document new exception classes.
146 (Types In Python): Update.
147 (Frames In Python): Update.
148
149 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
150
151 * gdb.texinfo (Breakpoints In Python): Document "internal"
152 parameter, and visible attribute.
153
154 2010-11-05 Doug Evans <dje@google.com>
155
156 * gdb.texinfo (Source Path): Document "set directories".
157
158 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
159
160 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
161 (OpenCL C): New node.
162
163 2010-11-02 Doug Evans <dje@google.com>
164
165 * gdb.texinfo (Pretty Printing): Expand into three sections,
166 introduction, example, and commands.
167 (Python API): Delete section Disabling Pretty-Printers, merge into
168 Selecting Pretty-Printers.
169 (Writing a Pretty-Printer): New section. Move the pretty-printer
170 example here, and reformat to match python coding style. Add a second
171 example using the gdb.printing module.
172 (Python modules): Add gdb.printing.
173
174 2010-10-29 Doug Evans <dje@google.com>
175
176 * gdb.texinfo (Python): Fix long line.
177
178 2010-10-20 Doug Evans <dje@google.com>
179
180 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
181 All references updated. Correct sections marked as subsections.
182 (Coding Standards): New chapter. Move the coding standard related
183 subsections here. Add section on Python coding standards.
184
185 2010-10-13 Doug Evans <dje@google.com>
186
187 * gdb.texinfo (Python): Add "Python modules".
188 (Types in Python): Add reference to gdb.types section.
189 (Python modules): New node.
190
191 2010-10-11 Doug Evans <dje@google.com>
192
193 * gdb.texinfo (Values From Inferior): Add reference to "Types in
194 Python" from gdb.Value.type description.
195
196 2010-09-28 Joel Brobecker <brobecker@adacore.com>
197
198 * gdb.texinfo (Ravenscar Profile): New node.
199
200 2010-09-22 Tom Tromey <tromey@redhat.com>
201
202 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
203
204 2010-09-22 Eli Zaretskii <eliz@gnu.org>
205
206 * gdb.texinfo (Values From Inferior): Clarify that
207 value.dynamic_type works only in C++ programs with RTTI.
208
209 2010-09-15 Paul Bolle <pebolle@tiscali.nl>
210
211 * gdb.texinfo (Character Sets): Correctly reference host-charset
212 in example.
213
214 2010-09-13 Tom Tromey <tromey@redhat.com>
215
216 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
217 Document "fullname" and "from".
218
219 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
220
221 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
222 feature `reverse' output by -list-target-features.
223
224 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
225
226 * gdb.texinfo (i386 Features): Remove an extra "@item".
227
228 2010-08-30 Tom Tromey <tromey@redhat.com>
229
230 PR python/11792:
231 * gdb.texinfo (Values From Inferior): Document dynamic_type.
232
233 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
234
235 * gdb.texinfo (ARM Features): Document
236 org.gnu.gdb.arm.m-profile.
237
238 2010-08-23 Tom Tromey <tromey@redhat.com>
239
240 PR python/11145:
241 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
242 reinterpret_cast methods.
243
244 2010-08-23 Tom Tromey <tromey@redhat.com>
245
246 PR python/11915:
247 * gdb.texinfo (Types In Python): Document array method.
248
249 2010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
250
251 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
252
253 2010-08-16 Tom Tromey <tromey@redhat.com>
254
255 * gdb.texinfo (Set Watchpoints): Document -location option.
256
257 2010-08-13 Doug Evans <dje@google.com>
258
259 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
260
261 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
262
263 * gdb.texinfo (GDB/MI Data Manipulation): Document
264 -data-read-memory-raw and -data-write-memory-raw.
265
266 2010-08-11 Tom Tromey <tromey@redhat.com>
267 Phil Muldoon <pmuldoon@redhat.com>
268
269 * gdb.texinfo (Basic Python): Describe post_event API.
270
271 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
272
273 * gdb.texinfo (Basic Python): Describe solib_address and
274 decode_line Python APIs
275
276 2010-08-10 Tom Tromey <tromey@redhat.com>
277
278 * gdb.texinfo (Pretty Printing API): Document
279 gdb.default_visualizer.
280
281 2010-08-10 Tom Tromey <tromey@redhat.com>
282
283 Revert gdb-add-index addition:
284 * gdb.texinfo (Index Files): Don't document gdb-add-index.
285
286 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
287 Eli Zaretskii <eliz@gnu.org>
288
289 * gdb.texinfo (Mode Options) <-batch>
290 (Basic Python) <gdb.execute>: Describe setting width and height.
291
292 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
293
294 * gdb.texinfo (Threads): Document 'debug libthread-db'.
295
296 2010-07-30 Tom Tromey <tromey@redhat.com>
297
298 * gdb.texinfo (Index Files): Mention gdb-add-index.
299
300 2010-07-30 Hui Zhu <teawater@gmail.com>
301
302 * gdb.texinfo (Inferiors and Programs): Update the introduce of
303 "detach inferior" and "kill inferior".
304
305 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
306
307 * gdb.texinfo (Machine Code): Update description of two forms of
308 arguments, and add new example to demonstrate the new form.
309
310 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
311
312 * gdb.texinfo (Values From Inferior): Add value inferior function
313 call description.
314
315 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
316
317 * gdb.texinfo (Active Targets): Fix wrong comma placement.
318
319 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
320 Eli Zaretskii <eliz@gnu.org>
321
322 Make core files the process_stratum.
323 * gdb.texinfo (Active Targets): Remove core_stratum. Include
324 record_stratum example.
325
326 2010-07-13 Tom Tromey <tromey@redhat.com>
327
328 * gdb.texinfo (Index Files): New node.
329
330 2010-07-13 Tom Tromey <tromey@redhat.com>
331
332 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
333
334 2010-07-13 Tom Tromey <tromey@redhat.com>
335
336 * gdb.texinfo (Specify Location): Document labels.
337
338 2010-07-01 Pedro Alves <pedro@codesourcery.com>
339
340 * gdb.texinfo (Create and Delete Tracepoints): Add more index
341 entries for fast tracepoints and static tracepoints.
342
343 2010-07-01 Pedro Alves <pedro@codesourcery.com>
344
345 * gdb.texinfo (General Query Packets) <qfThreadInfo,
346 qsThreadInfo>: Spell out `l' as ell.
347
348 2010-07-01 Pedro Alves <pedro@codesourcery.com>
349
350 * gdb.texinfo (Convenience Variables): Document $_sdata.
351 (Commands to Set Tracepoints): Describe static tracepoints. Add
352 `Listing Static Tracepoint Markers' menu entry. Document
353 "strace".
354 (Tracepoint Action Lists): Document collecting $_sdata.
355 (Listing Static Tracepoint Markers): New subsection.
356 (Tracepoints support in gdbserver): Mention static tracepoints.
357 (remote packets, enabling and disabling): Mention
358 read-sdata-object.
359 (General Query Packets) <qSupported>: Document qXfer:sdata:read
360 and StaticTracepoint.
361 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
362 Document qXfer:sdata:read.
363 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
364
365 2010-06-29 Joel Brobecker <brobecker@adacore.com>
366
367 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
368
369 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
370 Tom Tromey <tromey@redhat.com>
371 Thiago Jung Bauermann <bauerman@br.ibm.com>
372
373 * gdb.texinfo (Inferiors In Python): New node.
374 * gdb.texinfo (Threads In Python): New node.
375
376 2010-06-28 Joel Brobecker <brobecker@adacore.com>
377
378 * gdb.texinfo (Python): Document what the python directory is
379 and what its location is.
380 (Basic Python): Document the gdb.PYTHONDIR constant.
381
382 2010-06-25 Tom Tromey <tromey@redhat.com>
383
384 PR python/10808:
385 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
386
387 2010-06-24 Hui Zhu <teawater@gmail.com>
388
389 * gdb.texinfo: (Commands for Controlled Output): Add
390 documentation for command "eval".
391
392 2010-06-21 Stan Shebs <stan@codesourcery.com>
393
394 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
395 * annotate.texinfo: Ditto.
396 * gdbint.texinfo: Ditto.
397 * stabs.texinfo: Ditto.
398
399 2010-06-22 Hui Zhu <teawater@gmail.com>
400
401 * gdb.texinfo: (Process Record and Replay): Add documentation
402 for command "set record memory-query".
403
404 2010-06-21 Stan Shebs <stan@codesourcery.com>
405
406 * gdb.texinfo: Relicense under GFDL version 1.3.
407 * annotate.texinfo: Relicense under GFDL version 1.3.
408 * gdbint.texinfo: Relicense under GFDL version 1.3.
409 * stabs.texinfo: Relicense under GFDL version 1.3.
410 * fdl.texi: Update to version 1.3.
411
412 2010-06-18 Stan Shebs <stan@codesourcery.com>
413
414 * gdb.texinfo (Operating System Auxiliary Information): Describe
415 "info os" when no arguments given.
416
417 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
418 $_thread.
419
420 2010-06-18 Hui Zhu <teawater@gmail.com>
421
422 * gdb.texinfo: (Process Record and Replay): Add documentation
423 for commands "record save" and "record restore".
424
425 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
426
427 * gdb.texinfo: Include information about the correct use
428 of addresses in the `watch' command.
429
430 2010-06-11 Stan Shebs <stan@codesourcery.com>
431
432 * gdb.texinfo (Observer Mode): New section.
433 (General Query Packets): Document QAllow.
434
435 2010-06-04 Doug Evans <dje@google.com>
436
437 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
438
439 2010-06-03 Doug Evans <dje@google.com>
440
441 * gdbint.texinfo (Coding): Add subsection on command names.
442
443 2010-06-02 Tom Tromey <tromey@redhat.com>
444
445 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
446 always-disassemble.
447
448 2010-06-01 Pedro Alves <pedro@codesourcery.com>
449
450 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
451 gdbserver, and add cross reference.
452 (Tracepoints support in gdbserver): New subsection.
453
454 2010-05-26 Pedro Alves <pedro@codesourcery.com>
455
456 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
457 `qRelocInsn' feature.
458 (Relocate instruction reply packet): New subsection
459 of `Tracepoint Packets'.
460 (Tracepoint Packets): Mention that packets QTDP and QTStart
461 support the qRelocInsn request, and add cross reference to new
462 subsection.
463
464 2010-05-25 Doug Evans <dje@google.com>
465
466 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
467 (Commands In Python): Document gdb.string_to_argv.
468
469 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
470
471 * gdbint.texinfo (Host Definition): Remove items NORETURN and
472 ATTR_NORETURN.
473
474 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
475 Tom Tromey <tromey@redhat.com>
476 Thiago Jung Bauermann <bauerman@br.ibm.com>
477
478 * gdb.texinfo (Parameters In Python): New Node.
479
480 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
481
482 * gdb.texinfo: (Summary) Add mention about D language support.
483 (Filenames): Add D suffixes.
484 (D): New node.
485
486 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
487
488 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
489 of macro deleted from GDB code.
490
491 2010-04-24 Pedro Alves <pedro@codesourcery.com>
492
493 * gdb.texinfo (Commands to specify files): Describe what how GDB
494 looks up DOS-based filesystem paths on the system root. Document
495 the new `set/show target-file-system-kind' commands.
496
497 2010-04-23 Doug Evans <dje@google.com>
498
499 * gdb.texinfo (Python): Move Auto-loading section here ...
500 (Python API): from here.
501 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
502 (Maintenance Commands): Add docs for "maint print section-scripts".
503
504 2010-04-20 Chris Moller <cmoller@redhat.com>
505
506 * gdb.texinfo (Setting Breakpoints): Added description of
507 filename-qualified rbreak.
508 * refcard.tex (Breakpoints and Watchpoints): Added brief
509 description of filename-qualified rbreak.
510
511 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
512
513 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
514 (Python API): Change the reference to Pretty Printing API.
515 (Pretty Printing): Move the user part under the Data node. Reformat
516 the sample output to 72 columns. Create a new reference to Pretty
517 Printing API. Rename the API part ...
518 (Pretty Printing API): To a new node name.
519 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
520 (GDB/MI Variable Objects): Change references to Pretty Printing API.
521
522 2010-04-21 Stan Shebs <stan@codesourcery.com>
523
524 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
525 and commands.
526 (Listing Tracepoints): Update to reflect current behavior.
527
528 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
529
530 * gdb.texinfo (Examining memory): Update for change in string
531 display with explicit size.
532
533 2010-04-19 Pedro Alves <pedro@codesourcery.com>
534
535 PR breakpoints/8554.
536
537 * gdb.texinfo (Save Breakpoints): New node.
538 (save-tracepoints): Rename to ...
539 (save tracepoints): ... this. Mention that `save-tracepoints' is
540 a deprecated alias to `save tracepoints'.
541
542 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
543
544 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
545 (info w32 thread-information-block): Document new command.
546 (qGetTIBAddress): Document new gdbserver query.
547 (maint set/show show-all-tib): Document new command.
548
549 2010-04-15 Doug Evans <dje@google.com>
550
551 * gdb.texinfo (Python API): Add progspaces section.
552 (Selecting Pretty-Printers): Progspace pretty-printers are
553 searched too.
554 (Progspaces In Python): New section.
555
556 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
557
558 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
559
560 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
561 returns None.
562
563 2010-04-09 Stan Shebs <stan@codesourcery.com>
564
565 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
566 Describe the `frames-created' field, tweak grammar.
567
568 2010-04-09 Pedro Alves <pedro@codesourcery.com>
569
570 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
571 Describe the `circular' and `disconnected' fields.
572
573 2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
574
575 * gdb.texinfo (maint print registers): Mention unavailable and
576 invisible registers.
577
578 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
579 Thiago Jung Bauermann <bauerman@br.ibm.com>
580 Tom Tromey <tromey@redhat.com>
581
582 * gdb.texinfo (Breakpoints In Python): New Node.
583
584 2010-04-08 Stan Shebs <stan@codesourcery.com>
585
586 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
587 trace status fields.
588
589 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
590
591 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
592 optional. Make org.gnu.gdb.i386.avx requires
593 org.gnu.gdb.i386.avx.
594
595 2010-04-08 Doug Evans <dje@google.com>
596
597 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
598 search path, and document that gdb only scans the search path if
599 the script's path doesn't specify a directory.
600
601 2010-04-05 Doug Evans <dje@google.com>
602
603 * gdb.texinfo (maint show python auto-load): Fix typo.
604
605 2010-04-04 Stan Shebs <stan@codesourcery.com>
606
607 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
608 (Setting Watchpoints): Update description of "info watch".
609 (Disabling Breakpoints): Only "info break" lists all.
610
611 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
612 (tdump): Explain how tdump works.
613
614 2010-04-01 Pedro Alves <pedro@codesourcery.com>
615
616 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
617 add cross reference.
618
619 2010-03-31 Pedro Alves <pedro@codesourcery.com>
620
621 * gdb.texinfo (TUI Commands): Mention that in some cases, these
622 commands error out.
623
624 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
625
626 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
627
628 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
629
630 * gdb.texinfo (General Query Packets): Add xmlRegisters.
631
632 2010-03-29 Stan Shebs <stan@codesourcery.com>
633 Nathan Sidwell <nathan@codesourcery.com>
634
635 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
636 GDBN equivalent.
637 (Set Tracepoints): Remove mention that conditional tracepoints
638 don't exist.
639 (Tracepoint Actions): Clarify when while-stepping collection
640 happens, note that while-stepping does not automatically collect
641 $pc.
642
643 2010-03-29 Stan Shebs <stan@codesourcery.com>
644
645 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
646 (General Query Packets): Describe TracepointSource.
647
648 2010-03-27 Matt Rice <ratmice@gmail.com>
649
650 * gdb.texinfo (ARM): Document arguments to "target sim".
651 (Set Catchpoints): Use @dots{} instead of @r{...}.
652
653 2010-03-26 Pedro Alves <pedro@codesourcery.com>
654
655 * gdb.texinfo (Tracepoint Packets): Remove mention that
656 terror:string may be plain text, and drop mention of X prefix.
657
658 2010-03-26 Vladimir Prus <vladimir@codesourcery.com>
659
660 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
661
662 2010-03-24 Stan Shebs <stan@codesourcery.com>
663
664 * gdb.texinfo (Tracepoint Packets): Document trace error status.
665
666 2010-03-24 Tom Tromey <tromey@redhat.com>
667
668 PR breakpoints/9352:
669 * gdb.texinfo (Break Commands): Update.
670
671 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
672
673 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
674 commands.
675
676 2010-03-16 Stan Shebs <stan@codesourcery.com>
677
678 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
679 circular-trace-buffer.
680 (Tracepoint Packets): Describe QTBuffer, and details of the
681 qTStatus reply.
682
683 2010-03-12 Stan Shebs <stan@codesourcery.com>
684 Nathan Sidwell <nathan@codesourcery.com>
685
686 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
687 doing instruction stepping.
688 (Tracepoint Restrictions): New node.
689
690 2010-03-10 Tom Tromey <tromey@redhat.com>
691
692 * gdbint.texinfo (Symbol Handling): Update.
693
694 2010-03-08 Tom Tromey <tromey@redhat.com>
695
696 PR cli/9591:
697 * gdb.texinfo (Mode Options): Mention lack of pagination and
698 confirmation with --batch.
699 (Screen Size): Mention --batch.
700 (Messages/Warnings): Likewise.
701
702 2010-03-05 Tom Tromey <tromey@redhat.com>
703
704 * gdb.texinfo (Basic Python): Document target_charset and
705 target_wide_charset.
706
707 2010-03-05 Tom Tromey <tromey@redhat.com>
708
709 * gdb.texinfo (Data): Link to pretty-printing.
710 (Output Formats): Likewise. Correct text.
711
712 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
713
714 * gdb.texinfo (Types): Describe <struct> and <flags>.
715
716 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
717
718 * gdb.texinfo (Frames In Python): Add block parameter and
719 description to read_var text.
720
721 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
722 Tom Tromey <tromey@redhat.com>
723
724 * gdb.texinfo (Types In Python): Describe block argument in
725 template_argument and gdb.lookup_type.
726
727 2010-02-24 Tom Tromey <tromey@redhat.com>
728
729 * gdb.texinfo (Cygwin Native): Fix typo.
730
731 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
732
733 * gdb.texinfo (Frames In Python): Add block, find_sal, function
734 and select method descriptions.
735 (Python API): Add Blocks In Python, Symbols in Python and Symbol
736 Tables in Python to menu.
737 (Blocks In Python): New node.
738 (Symbols In Python): New node.
739 (Symbol Tables in Python): New node.
740
741 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
742
743 Multiexec MI
744
745 gdb/
746 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
747
748 gdb/doc/
749 * gdb.texinfo (GDB/MI Command Syntax): Document notification
750 changes.
751 (GDB/MI Program Execution): Document current behaviour of
752 --all and --thread-group.
753 (GDB/MI Miscellaneous Commands): Document -add-inferior and
754 -remove-inferior.
755 * observer.texi (inferior_added, inferior_removed): New
756 observers.
757
758 2010-02-19 Tom Tromey <tromey@redhat.com>
759
760 * gdbint.texinfo (Getting Started): Fix @node.
761 (Debugging GDB): Likewise.
762
763 2010-02-13 Joel Brobecker <brobecker@adacore.com>
764
765 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
766 documenting the gdb_test_timeout variable.
767
768 2010-02-12 Jakob Engblom <jakob@virtutech.com>
769
770 * gdb.texinfo (MI commands): Added documentation of --reverse
771 option to a set of MI commands. Restructured documentation of MI
772 commands --exec-continue to reflect the complexity of reverse
773 execution.
774
775 2010-02-12 Pedro Alves <pedro@codesourcery.com>
776
777 * gdb.texinfo (Using the Collected Data): Specify that the address
778 range of `tfind outsize' is exclusive, and that the address range
779 of `tfind range' is inclusive.
780 (Tracepoint Packets): Specify that the address range of
781 `QTFrame:range' is inclusive, and that the address range of
782 `QTFrame:outside' is exclusive
783
784 2010-02-12 Vladimir Prus <vladimir@codesourcery.com>
785
786 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
787
788 2010-02-10 Tom Tromey <tromey@redhat.com>
789
790 * gdb.texinfo (Debugging Output): Document set debug parser and
791 show debug parser.
792
793 2010-02-09 H.J. Lu <hongjiu.lu@intel.com>
794
795 * gdb.texinfo (Predefined Target Types): Add i387_ext,
796 i386_eflags and i386_mxcsr.
797
798 2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
799
800 * gdb.texinfo: Document i386 target features.
801
802 2010-02-05 Doug Evans <dje@google.com>
803
804 * gdbint.texinfo (Testsuite): Add a new section to document the
805 various DejaGnu variables that may be overridden.
806 Document INTERNAL_GDBFLAGS.
807
808 2010-02-04 Tom Tromey <tromey@redhat.com>
809
810 PR cli/8830:
811 * gdb.texinfo (Files): -readnow comes before the filename for file
812 and symbol-file.
813
814 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
815
816 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
817 Document ARM breakpoint types.
818 (Register Packet Format): Move into the new section.
819 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
820
821 2010-01-21 Joel Brobecker <brobecker@adacore.com>
822
823 * gdb.texinfo (File Options): Adjust the documentation of this
824 switch to refer to the "source" command rather than partially
825 duplicating some of the relevant information.
826 (Extending GDB): Introduce and document the set/show script-extension
827 setting.
828 (Command Files): Add note explaining that the "source" command
829 is also used to evalute scripts written in other languages.
830 Remove the short slightly incorrect reference to sourcing Python
831 scripts.
832 (Python Commands): Document how to execute a Python script from GDB.
833
834 2010-01-19 Joel Brobecker <brobecker@adacore.com>
835
836 * gdb.texinfo (Command Files): Fix typo.
837
838 2010-01-18 Tom Tromey <tromey@redhat.com>
839
840 * gdb.texinfo (File Options): Document -x on .py files.
841 (Command Files): Document handling of Python scripts.
842
843 2010-01-18 Jie Zhang <jie.zhang@analog.com>
844
845 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
846
847 2010-01-15 Stan Shebs <stan@codesourcery.com>
848
849 * gdb.texinfo (Trace Files): New section.
850 (Tracepoint Packets): Document QTSave and qTBuffer.
851 (Trace File Format): New appendix.
852
853 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
854
855 * gdb.texinfo (Values From Inferior): Document lazy_string value
856 method.
857 (Python API): Add Lazy strings menu item.
858 (Lazy Strings In Python): New node.
859
860 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
861
862 * gdb.texinfo (GDB/MI Thread Information): New.
863 (GDB/MI Async Records): Document the core field in *stopped.
864 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
865 documentation
866 (Process list): Document that osdata document may contain
867 threads.
868 (Remote Serial Protocol): Document qXfer:threads.
869
870 2010-01-06 Stan Shebs <stan@codesourcery.com>
871
872 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
873 disconnected tracing.
874 (Tracepoint Packets): Document new protocol.
875
876 2010-01-05 Stan Shebs <stan@codesourcery.com>
877
878 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
879 tracepoints.
880 (Tracepoint Packets): Describe remote protocol for fast
881 tracepoints.
882
883 2010-01-01 Joel Brobecker <brobecker@adacore.com>
884
885 Update the "Start of New Year Procedure".
886 * gdbint.texinfo: Add the list of files that need to be updated
887 manually. Minor reformatting.
888
889 2010-01-01 Joel Brobecker <brobecker@adacore.com>
890
891 * refcard.tex: Update copyright year in header and text.
892
893 2010-01-01 Joel Brobecker <brobecker@adacore.com>
894
895 * agentexpr.texi: Add 2010 to the list of copyright years.
896 * annotate.texinfo: Likewise.
897 * gdb.texinfo: Likewise.
898 * gdbint.texinfo: Likewise.
899 * observer.texi: Likewise.
900 * stabs.texinfo: Likewise.
901
902 2009-12-31 Stan Shebs <stan@codesourcery.com>
903
904 * gdb.texinfo (Tracepoint Actions): Describe teval.
905
906 2009-12-29 Stan Shebs <stan@codesourcery.com>
907
908 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
909
910 2009-12-28 Stan Shebs <stan@codesourcery.com>
911
912 * gdb.texinfo (Trace State Variables): New section.
913 (Tracepoint Packets): Describe trace state variable packets.
914 * agentexpr.texi (Bytecode Descriptions): Describe trace state
915 variable bytecodes.
916
917 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
918
919 * gdb.texinfo (Symbols): "info variables" prints definitions, not
920 declarations.
921
922 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
923
924 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
925 -gdb-exit behaviour.
926
927 2009-12-20 Joel Brobecker <brobecker@adacore.com>
928
929 * gpl.texi: Update to version 3 of the GPL.
930
931 2009-12-20 Joel Brobecker <brobecker@adacore.com>
932
933 * Makefile.in: Update copyright header.
934 * observer.texi: Fix the copyright header of the generated files.
935
936 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
937
938 * gdb.texinfo (Types In Python): Describe range function.
939
940 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
941
942 * gdb.texinfo (Types In Python): Describe "is_base_class".
943
944 2009-12-03 Tom Tromey <tromey@redhat.com>
945
946 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
947
948 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
949
950 * observer.texi: New memory_changed observer.
951
952 2009-12-01 Tom Tromey <tromey@redhat.com>
953
954 * gdb.texinfo (Reverse Execution): Fix typo.
955
956 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
957
958 PR gdb/8704
959
960 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
961 are allowed after the breakpoint condition.
962
963 2009-11-23 Tom Tromey <tromey@redhat.com>
964
965 PR python/10782:
966 * gdb.texinfo (Types In Python): Document Type.pointer.
967
968 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
969
970 * gdb.texinfo (Machine Code): Adjust.
971
972 2009-11-11 Pedro Alves <pedro@codesourcery.com>
973
974 * agentexpr.texi (Tracing On Symmetrix): Delete section.
975 (Using Agent Expressions): Delete cross reference.
976
977 2009-11-07 Joel Brobecker <brobecker@adacore.com>
978
979 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
980 and @settitle directives up to help makeinfo find them.
981
982 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
983
984 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
985 (Auto-loading): Use plural and note one can use multiple components now.
986
987 2009-11-01 Vladimir Prus <vladimir@codesourcery.com>
988
989 * gdb.texinfo (GDB/MI Stack Manipulation): Make
990 -stack-list-arguments have the same documentation for parameter
991 as -stack-list-locals. Add comas.
992
993 2009-10-27 Tom Tromey <tromey@redhat.com>
994 Eli Zaretskii <eliz@gnu.org>
995
996 PR python/10781
997
998 * gdb.texinfo (Values From Inferior): Document cast method.
999
1000 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
1001
1002 * gdb.texinfo (Machine Code): Mention function name in disasssembly
1003 and adjust example.
1004
1005 2009-10-22 Michael Snyder <msnyder@vmware.com>
1006
1007 * gdb.texinfo (Process Record and Replay): Document new form of
1008 info record command. Also document the new save and restore
1009 commands.
1010
1011 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
1012
1013 * gdb.texinfo (Machine Code): Mention current pc marker.
1014 (Memory): Likewise.
1015
1016 2009-10-19 Pedro Alves <pedro@codesourcery.com>
1017 Stan Shebs <stan@codesourcery.com>
1018
1019 * observer.texi (new_inferior): Rename to...
1020 (inferior_appeared): ... this.
1021
1022 * gdb.texinfo (Inferiors): Rename node to ...
1023 (Inferiors and Programs): ... this. Mention running multiple
1024 programs in the same debug session.
1025 <info inferiors>: Mention the new 'Executable' column if "info
1026 inferiors". Update examples. Document the "add-inferior",
1027 "clone-inferior", "remove-inferior" and "maint info
1028 program-spaces" commands.
1029 (Process): Rename node to...
1030 (Forks): ... this. Document "set|show follow-exec-mode".
1031
1032 2009-10-11 Michael Snyder <msnyder@vmware.com>
1033
1034 * gdb.texinfo (ReverseStep): Show default as "unsupported".
1035 (ReverseContinue): Ditto.
1036
1037 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
1038
1039 * gdb.texinfo (Server): Document libthread-db-search-path.
1040
1041 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1042
1043 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
1044
1045 2009-10-06 Michael Eager <eager@eagercon.com>
1046
1047 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
1048 (Embedded Processors): Add MicroBlaze.
1049 (MicroBlaze): New. Describe Xilinx MicroBlaze
1050
1051 2009-10-04 Pedro Alves <pedro@codesourcery.com>
1052
1053 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
1054
1055 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1056
1057 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
1058
1059 2009-09-23 Joel Brobecker <brobecker@adacore.com>
1060
1061 * observer.texi (solib_unloaded): Document explicitly the fact that
1062 this observer is called before the associated symbols are unloaded.
1063
1064 2009-09-19 Vladimir Prus <vladimir@codesourcery.com>
1065
1066 * gdb.texinfo (GDB/MI Stack Manipulation): Document
1067 -stack-list-variables.
1068
1069 2009-09-18 Tom Tromey <tromey@redhat.com>
1070
1071 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
1072 is experimental.
1073
1074 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1075
1076 * gdb.texinfo (convenince variables): Mention
1077 $_siginfo could be empty.
1078
1079 2009-09-15 Tom Tromey <tromey@redhat.com>
1080
1081 * gdb.texinfo (GDB/MI Variable Objects): Document
1082 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
1083 Expand -var-update documentation.
1084
1085 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1086
1087 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
1088 feature.
1089
1090 2009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
1091
1092 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
1093
1094 2009-09-10 Michael Snyder <msnyder@vmware.com>
1095
1096 * gdb.texinfo (qSupported): Mention new ReverseContinue and
1097 ReverseStep replies to the qSupported query.
1098
1099 2009-09-10 Joel Brobecker <brobecker@adacore.com>
1100
1101 Add documentation for set/show interactive-mode.
1102 * gdb.texinfo (Other Misc Settings): New node.
1103
1104 2009-09-01 Doug Evans <dje@google.com>
1105
1106 * gdb.texinfo (Caching Data of Remote Targets): Add note on
1107 non-stop mode's affect on remote caching.
1108
1109 2009-08-31 Jacob Potter <jdpotter@google.com>
1110 Doug Evans <dje@google.com>
1111
1112 * gdb.texinfo (Caching Data of Remote Targets): Update text.
1113 Mark `set/show remotecache' options as obsolete.
1114 Document new `set/show stack-cache' option.
1115 Update text for `info dcache'.
1116
1117 2009-08-27 Doug Evans <dje@google.com>
1118
1119 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
1120 (Files): Add note on new optional regex arg to `info sharedlibrary'.
1121
1122 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1123
1124 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
1125 about autoconf.
1126
1127 2009-08-25 Pedro Alves <pedro@codesourcery.com>
1128
1129 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
1130 small example, and describe its columns. Replace "inferior-id" by
1131 "infno" throughout.
1132
1133 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1134
1135 * gdbint.texinfo (Releasing GDB): Point to
1136 README-maintainer-mode file for required autoconf version.
1137 * configure.ac: Do not substitute datarootdir, htmldir,
1138 pdfdir, docdir. Do not process --with-datarootdir,
1139 --with-htmldir, --with-pdfdir, --with-docdir.
1140 * configure: Regenerate.
1141
1142 * configure: Regenerate.
1143
1144 2009-08-20 Reid Kleckner <reid@kleckner.net>
1145
1146 * gdb.texinfo: Add chapter on JIT interface.
1147
1148 2009-08-07 Nick Roberts <nickrob@snap.net.nz>
1149
1150 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
1151 confirmation request.
1152
1153 2009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
1154
1155 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
1156 CRC definitions.
1157
1158 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
1159
1160 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
1161 -break-commands.
1162
1163 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1164
1165 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1166 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
1167
1168 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1169
1170 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1171 "set spu stop-on-load" and "show spu stop-on-load" commands.
1172
1173 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1174
1175 * gdb.texinfo (Target Descriptions): Document <compatible> element.
1176
1177 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
1178
1179 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
1180 org.gnu.gdb.arm.neon.
1181
1182 2009-07-20 Pedro Alves <pedro@codesourcery.com>
1183
1184 * gdb.texinfo (Target Description Format): Mention the new <osabi>
1185 optional element.
1186 (subsection OS ABI): New subsection.
1187
1188 2009-07-14 Stan Shebs <stan@codesourcery.com>
1189
1190 * gdb.texinfo (Tracepoint Conditions): New section.
1191 (General Query Packets): Describe ConditionalTracepoints.
1192 (Tracepoint Packets): Describe condition field.
1193 (Maintenance Commands): Describe maint agent-eval.
1194 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
1195
1196 2009-07-11 Hui Zhu <teawater@gmail.com>
1197
1198 * gdb.texinfo (disassemble): Add a new modifier /r
1199 to "disassemble" command to make it print the raw instructions
1200 in hex as well as in symbolic form.
1201
1202 2009-07-09 Tom Tromey <tromey@redhat.com>
1203
1204 * gdbint.texinfo (Testsuite): Document parallel make check.
1205
1206 2009-07-09 Tom Tromey <tromey@redhat.com>
1207
1208 * gdbint.texinfo (Testsuite): Document test transcripts.
1209
1210 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
1211
1212 * gdb.texinfo (Values From Inferior): Add length parameter
1213 description.
1214
1215 2009-07-04 Chris Genly <chris@genly.us>
1216
1217 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
1218 in -var-list-children. Fix example according to what the code
1219 does.
1220
1221 2009-07-02 Pedro Alves <pedro@codesourcery.com>
1222
1223 * gdb.texinfo (Debugging multiple inferiors): Document the
1224 "inferior", "detach inferior" and "kill inferior" commands.
1225 (Debugging Programs with Multiple Processes): Adjust to mention
1226 generic "inferior" commands. Delete mention of "detach fork" and
1227 "delete fork". Cross reference to "Debugging multiple inferiors"
1228 section.
1229
1230 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1231
1232 * gdbint.texinfo (Item Output Functions): Update signature
1233 for ui_out_field_core_addr.
1234
1235 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1236
1237 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
1238 Update example code extrated from breakpoint.c.
1239
1240 2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
1241
1242 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
1243 MI commands.
1244 (GDB/MI Symbol Query): Likewise.
1245 (GDB/MI File Commands): Likewise.
1246 (GDB/MI File Transfer Commands): Likewise.
1247 (GDB/MI Target Manipulation): Likewise.
1248 (GDB/MI Miscellaneous Commands): Likewise.
1249
1250 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
1251
1252 * gdb.texinfo (Debugging Optimized Code): New chapter.
1253 (Compiling for Debugging): Reference it. Move some
1254 text to the new section.
1255
1256 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
1257
1258 * doc/gdb.texinfo (Calling): Document
1259 set-unwind-on-terminating-exception usage.
1260
1261 2009-06-11 Pedro Alves <pedro@codesourcery.com>
1262
1263 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
1264 command.
1265
1266 2009-06-07 Pedro Alves <pedro@codesourcery.com>
1267
1268 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
1269 references.
1270
1271 2009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
1272
1273 * gdbint.texinfo: Rename formal parameters to gdbarch function
1274 protoypes from "current_gdbarch" to "gdbarch".
1275
1276 2009-05-28 Tom Tromey <tromey@redhat.com>
1277
1278 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
1279
1280 2009-05-27 Tom Tromey <tromey@redhat.com>
1281
1282 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1283 feature.
1284 (GDB/MI Variable Objects): Document -var-set-visualizer.
1285
1286 2009-04-02 Tom Tromey <tromey@redhat.com>
1287
1288 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1289 feature.
1290 (GDB/MI Variable Objects): Document -var-set-visualizer.
1291
1292 2009-05-27 Tom Tromey <tromey@redhat.com>
1293 Thiago Jung Bauermann <bauerman@br.ibm.com>
1294 Phil Muldoon <pmuldoon@redhat.com>
1295
1296 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
1297 (Pretty Printing): New node.
1298 (Selecting Pretty-Printers): Likewise.
1299 (Python API): Update.
1300 (Output Formats): Document /r format.
1301
1302 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
1303 Tom Tromey <tromey@redhat.com>
1304
1305 * gdb.texinfo (Types In Python): New node.
1306 (Values From Inferior): "type" is now an attribute.
1307 (Python API): Update.
1308
1309 2009-05-27 Tom Tromey <tromey@redhat.com>
1310 Thiago Jung Bauermann <bauerman@br.ibm.com>
1311 Phil Muldoon <pmuldoon@redhat.com>
1312
1313 * gdb.texinfo: Add @syncodeindex for `tp'.
1314 (Python API): Update.
1315 (Auto-loading): New node.
1316 (Objfiles In Python): New node.
1317
1318 2009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
1319
1320 * gdb.texinfo (Threads): Document libthread-db-search-path.
1321
1322 2009-05-15 Nick Roberts <nickrob@snap.net.nz>
1323
1324 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
1325
1326 2009-05-12 Pedro Alves <pedro@codesourcery.com>
1327
1328 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
1329 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
1330 show show-debug-regs' docs.
1331
1332 2009-05-08 Eli Zaretskii <eliz@gnu.org>
1333
1334 * gdb.texinfo (Process Record and Replay): Add description of
1335 reverse execution.
1336
1337 2009-05-07 Joel Brobecker <brobecker@adacore.com>
1338
1339 * gdbint.texinfo (Adding support for debugging core files): New node.
1340 (Native Debugging): Remove the ``Native core file Support'' section.
1341
1342 2009-05-01 Eli Zaretskii <eliz@gnu.org>
1343
1344 * gdb.texinfo (Process Record and Replay): Improve and clarify.
1345 Add index entries.
1346
1347 2009-04-30 Hui Zhu <teawater@gmail.com>
1348 Michael Snyder <msnyder@vmware.com>
1349
1350 * gdb.texinfo: (Process Record and Replay): Add documentation for
1351 process record and replay.
1352
1353 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1354
1355 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
1356 a new part on command-line defined macros.
1357
1358 2009-04-25 Eli Zaretskii <eliz@gnu.org>
1359
1360 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
1361 clarify the wording.
1362
1363 2009-04-23 Tom Tromey <tromey@redhat.com>
1364
1365 * gdb.texinfo (Data Files): New node.
1366 (GDB Files): Update menu.
1367
1368 2009-04-23 Joel Brobecker <brobecker@adacore.com>
1369
1370 * gdbint.texinfo (Defining Other Architecture Features): Remove
1371 entry for PROCESS_LINENUMBER_HOOK.
1372
1373 2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
1374
1375 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
1376
1377 2009-04-22 Hui Zhu <teawater@gmail.com>
1378
1379 * gdb.texinfo (disassemble-next-line): Set the default of
1380 disassemble-next-line to off.
1381
1382 2009-04-21 Joseph Myers <joseph@codesourcery.com>
1383
1384 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
1385 --with-htmldir): New.
1386 * configure: Regenerate.
1387 * Makefile.in (datarootdir, docdir): Define.
1388 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
1389 instead of $(SET_TEXINPUTS).
1390 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
1391 gdbint.info instead of $(SET_TEXINPUTS).
1392 (gdbint/index.html): Use same -I options as for building
1393 gdbint.info.
1394 (stabs.dvi, stabs.pdf): Use same -I options as for building
1395 stabs.info instead of $(SET_TEXINPUTS).
1396 (stabs/index.html): Use same -I options as for building
1397 stabs.info.
1398 (annotate.dvi, annotate.pdf): Use same -I options as for building
1399 annotate.info instead of $(SET_TEXINPUTS).
1400 (annotate/index.html): Use same -I options as for building
1401 annotate.info.
1402
1403 2009-04-21 David Daney <ddaney@caviumnetworks.com>
1404
1405 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
1406
1407 2009-04-21 Joseph Myers <joseph@codesourcery.com>
1408
1409 * gdb.texinfo (Source Path): Document --with-relocated-sources.
1410
1411 2009-04-18 Carlos O'Donell <carlos@codesourcery.com>
1412 Joseph Myers <joseph@codesourcery.com>
1413
1414 * Makefile.in (MAKEHTML): Set to makeinfo --html.
1415 (MAKEHTMLFLAGS): Set to empty.
1416 (html__strip_dir): Define.
1417 (HTMLFILES): Define.
1418 (HTMLFILES_INSTALL): Define.
1419 (install-html): Copy new automake rule.
1420 (html): Depend on $(HTMLFILES).
1421 (gdb_toc.html): Rename to gdb/index.html.
1422 (gdbint_toc.html): Rename to gdbint/index.html.
1423 (stabs_toc.html): Rename to stabs/index.html.
1424 (annotate_toc.html): Rename to annotate/index.html.
1425
1426 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
1427
1428 * Makefile.in: Set pdfdir and htmldir from configure
1429 substitutions.
1430 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
1431 * configure: Regenerate.
1432
1433 2009-04-16 Joel Brobecker <brobecker@adacore.com>
1434
1435 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
1436 This macro is no longer used.
1437
1438 2009-04-15 Tom Tromey <tromey@redhat.com>
1439
1440 * gdb.texinfo (Character Sets): Document default character set.
1441
1442 2009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
1443
1444 * gdbint.texinfo: Change server name from sources.redhat.com to
1445 sourceware.org throughout.
1446
1447 2009-04-09 Joel Brobecker <brobecker@adacore.com>
1448
1449 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
1450 about a missing dot or coma after @xref.
1451
1452 2009-04-02 Joel Brobecker <brobecker@adacore.com>
1453
1454 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
1455 example, and add a small explanation about it.
1456 (Print Settings): Change the documentation of the "set print
1457 frame-arguments" to reflect the fact that the default is now "scalars".
1458
1459 2009-04-02 Joel Brobecker <brobecker@adacore.com>
1460
1461 * gdb.texinfo (Print Settings): Add kindex for command "set
1462 print frame-arguments".
1463
1464 2009-03-31 Joel Brobecker <brobecker@adacore.com>
1465
1466 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
1467 breakpoints.
1468 (Set Breaks): Add reference to thread-specific and task-specific
1469 breakpoints.
1470
1471 2009-03-31 Joel Brobecker <brobecker@adacore.com>
1472
1473 * gdb.texinfo (Ada Tasks): Remove the documentation about
1474 the "Running" state, as this state has been eliminated.
1475 Now all runnable tasks are shown as "Runnable".
1476
1477 2009-03-30 Stan Shebs <stan@codesourcery.com>
1478
1479 * gdb.texinfo (Tracepoints): Describe tracepoints as a
1480 special case of breakpoints.
1481 (Enable and Disable Tracepoints): Mention deprecation.
1482 (Listing Tracepoints): Update description and example.
1483
1484 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
1485
1486 * gdb.texinfo (Frames in Python): New node.
1487 (Python API): Update.
1488
1489 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
1490
1491 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
1492 from a method to an attribute.
1493
1494 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
1495
1496 * gdb.texinfo (Values From Inferior): Document is_optimized_out
1497 attribute.
1498
1499 2009-03-25 Pedro Alves <pedro@codesourcery.com>
1500
1501 * observer.texi (thread_exit): Add "silent" parameter.
1502
1503 2009-03-22 Pedro Alves <pedro@codesourcery.com>
1504
1505 * observer.texi (about_to_proceed): New.
1506
1507 2009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
1508
1509 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
1510 field throughout to handle types with spaces in them. Fix typos
1511 found by aspell.
1512 (Summary, Requirements, Contributors): New first chapter,
1513 "Summary" added, old Requirements section moved there, and new
1514 section, "Contributors" added.
1515 (Initializing a New Architecture, Register Representation)
1516 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
1517 (Porting gdb): These sections extended and updated.
1518 (Compiler Characteristics): This section (empty) deleted.
1519 (Defining Other Architecture Features): This section renamed and
1520 duplicate material removed from (formerly "Target Conditionals").
1521 Use braces {} in @deftypeXX type field throughout to handle types
1522 with spaces in them. Typos found by aspell fixed.
1523
1524 * stack_frame.svg: New file, source of image for gdbint.texinfo.
1525 * stack_frame.pdf: Version of image for PDF output.
1526 * stack_frame.png: Version of image for HTML output and for Emacs.
1527 * stack_frame.txt: Version of image for Info output.
1528 * stack_frame.eps: Version of image for TeX DVI output.
1529
1530 2009-03-21 Eli Zaretskii <eliz@gnu.org>
1531
1532 * gdb.texinfo (Character Sets): Fix last change.
1533
1534 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
1535
1536 * gdb.texinfo (Values From Inferior): Fix optional arguments
1537 markup.
1538 (Commands In Python): Adjust argument names of gdb.Command.__init__
1539 to what the function accepts as keywords.
1540
1541 2008-03-20 Tom Tromey <tromey@redhat.com>
1542
1543 * gdb.texinfo (Convenience Vars): Document convenience functions.
1544 (Functions In Python): New node.
1545 (Python API): Update.
1546
1547 2009-03-20 Tom Tromey <tromey@redhat.com>
1548
1549 * gdb.texinfo (Character Sets): Remove obsolete text. Document
1550 set target-wide-charset.
1551 (Requirements): Mention iconv.
1552
1553 2009-03-17 Hui Zhu <teawater@gmail.com>
1554
1555 * gdb.texinfo: Change the introduce of "disassemble-next-line".
1556
1557 2009-03-17 Hui Zhu <teawater@gmail.com>
1558
1559 * gdb.texinfo: Add documentation for disassemble-next-line.
1560
1561 2009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
1562
1563 * gdb.texinfo (Commands In Python): Remove tindex entries.
1564
1565 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1566
1567 * gdb.texinfo (Returning): New description for missing debug info.
1568
1569 2009-03-14 Pedro Alves <pedro@codesourcery.com>
1570
1571 * gdb.texinfo (Remote Configuration): Document query-attached.
1572 (General Query Packets): Document qAttached.
1573
1574 2009-03-05 Pedro Alves <pedro@codesourcery.com>
1575
1576 * gdb.texinfo (Background Execution): Better describe the set
1577 target-async command.
1578 (Maintenance Commands): Delete description of the `maint set/show
1579 linux-async' and `maint set/show remote-async' commands.
1580
1581 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
1582
1583 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
1584 between sentences.
1585
1586 2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
1587
1588 * gdb.texinfo (GDB/MI Async Records): Document the
1589 =library-loaded and =library-unloaded notifications.
1590
1591 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
1592
1593 * observer.texi (test_notification): New observer.
1594
1595 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
1596
1597 * observer.texi: Add parameter 'print_frame' to normal_stop
1598 observer.
1599
1600 2009-02-07 Eli Zaretskii <eliz@gnu.org>
1601
1602 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
1603 (Commands In Python): Fix COMMAND_* constants in last change. Use
1604 @kbd for interactive input. Add cross-references and index
1605 entries.
1606
1607 2009-02-06 Pedro Alves <pedro@codesourcery.com>
1608
1609 * gdb.texinfo (Signals): Document $_siginfo.
1610 (Convenience Variables): Mention $_siginfo.
1611 (Remote Configuration): Document qXfer:siginfo:read,
1612 qXfer:siginfo:write packets, and the read-siginfo-object,
1613 write-siginfo-object commands.
1614
1615 2009-02-06 Pedro Alves <pedro@codesourcery.com>
1616
1617 * gdbint.texinfo (Values): New chapter.
1618
1619 2009-02-06 Tom Tromey <tromey@redhat.com>
1620
1621 * gdb.texinfo (Python API): Add entry for Commands In Python.
1622 (Commands In Python): New node.
1623
1624 2009-02-05 Tom Tromey <tromey@redhat.com>
1625
1626 * gdb.texinfo (Values From Inferior): Document Value.string.
1627
1628 2009-02-05 Tom Tromey <tromey@redhat.com>
1629
1630 * gdb.texinfo (Basic Python): Document execute's from_tty
1631 argument.
1632
1633 2009-02-04 Tom Tromey <tromey@redhat.com>
1634
1635 * gdb.texinfo (Basic Python): Document gdb.history.
1636
1637 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
1638
1639 * gdb.texinfo (GDB/MI Thread Commands): Document the
1640 'current-thread-id' field. Remove the example with zero threads,
1641 since current GDB won't ever report that if there's inferior.
1642
1643 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
1644
1645 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
1646 option to -break-insert.
1647
1648 2009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
1649 Jerome Guitton <guitton@adacore.com>
1650
1651 * gdb.texinfo (Startup): Document --with-system-gdbinit.
1652 (System-wide configuration): New section.
1653
1654 2009-01-26 Pedro Alves <pedro@codesourcery.com>
1655
1656 PR gdb/7580:
1657 * gdb.texinfo (Maintenance Commands): Document "maint set|show
1658 internal-error|internal-warning quit|corefile ask|yes|no".
1659
1660 2009-01-26 Pedro Alves <pedro@codesourcery.com>
1661
1662 * gdb.texinfo (Using the `gdbserver' Program): Document
1663 --remote-debug.
1664
1665 2009-01-23 Doug Evans <dje@google.com>
1666
1667 * gdb.texinfo: Add nexti to list of commands that support
1668 background execution.
1669
1670 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
1671
1672 * gdb.texinfo (Define, Hooks): Document prefix command support.
1673
1674 2009-01-14 Joseph Myers <joseph@codesourcery.com>
1675 Carlos O'Donell <carlos@codesourcery.com>
1676
1677 Fixes for makeinfo --html.
1678
1679 * annotate.texinfo: Use @copying and @insertcopying. Use
1680 @ifnottex in place of @ifinfo.
1681 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
1682 place of @ifinfo. Use @ifnotinfo for one index entry.
1683 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
1684 in place of @ifinfo.
1685 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
1686 in place of @ifinfo. Include contents at start unconditionally.
1687
1688 2009-01-13 Pedro Alves <pedro@codesourcery.com>
1689
1690 * gdb.texinfo (General Query Packets): Remove @var{} around the
1691 "spu" literal string.
1692
1693 2009-01-07 Pedro Alves <pedro@codesourcery.com>
1694
1695 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
1696 program may be running in another process" errors.
1697 * gdbint.texinfo (Native Conditionals): Delete
1698 ONE_PROCESS_WRITETEXT description.
1699
1700 2009-01-07 Joel Brobecker <brobecker@adacore.com>
1701
1702 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
1703 emacs local variable to be placed at the end of the ChangeLog.
1704 Add server.c and gdbreplay.c to the list of files where the
1705 copyright year needs to be updated.
1706
1707 2009-01-06 Sandra Loosemore <sandra@codesourcery.com>
1708
1709 * gdb.texinfo (Remote Configuration): Document new
1710 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
1711 commands.
1712
1713 2008-12-28 Pedro Alves <pedro@codesourcery.com>
1714
1715 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
1716 FETCH_INFERIOR_REGISTERS.
1717 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
1718 FETCH_INFERIOR_REGISTERS descriptions. Remove
1719 gdbarch_get_longjmp_target descrition, since already described in
1720 Target Conditionals. Move gdbarch_fp0_regnum description to ...
1721 (Target Conditionals): ... here.
1722
1723 2008-12-16 Joel Brobecker <brobecker@adacore.com>
1724
1725 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
1726 examples.
1727 (Additions to Ada): Likewise. Add the missing opening and closing
1728 parenthesis of the GDB prompt in one of the examples.
1729
1730 2008-12-14 Joel Brobecker <brobecker@adacore.com>
1731
1732 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
1733 about the result of 'Address not being of type System.Address.
1734 This problem has been fixed a while ago.
1735
1736 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
1737
1738 MI non-stop and multiprocess docs.
1739
1740 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
1741 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
1742 Adjust documentation for *stopped, document =thread-created,
1743 =thread-exited, =thread-group-created and =thread-group-exited.
1744 (GDB/MI Thread Commands): Document the 'state' field in
1745 -thread-info output.
1746 (GDB/MI Program Execution): Mention --all and --thread-group
1747 options.
1748 (GDB/MI Variable Objects): Describe floating and fixed variable
1749 objects.
1750 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
1751
1752 2008-12-02 Vladimir Prus <vladimir@codesourcery.com>
1753
1754 * gdb.texinfo (Operating System Information): New appendix.
1755 (Operating System Auxiliary Information): Document 'info os processes'
1756 (Remote Configuration): Document 'osdata'
1757 (General Query Packets): Document qXfer:osdata:read.
1758
1759 2008-11-27 Tristan Gingold <gingold@adacore.com>
1760
1761 * gdb.texinfo (Darwin): Document Darwin specific features.
1762
1763 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1764
1765 * gdbint.texinfo (Target Conditionals): Extend the
1766 gdbarch_breakpoint_from_pc description.
1767
1768 2008-11-22 Vladimir Prus <vladimir@codesourcery.com>
1769
1770 * gdb.texinfo (M68K Features): Fix typo.
1771
1772 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
1773
1774 * gdb.texinfo (Symbols): Mention printing containing
1775 image name in "info symbol".
1776 (Maint translate-address): Likewise.
1777
1778 2008-11-18 Joel Brobecker <brobecker@adacore.com>
1779
1780 * gdb.texinfo (Set Catchpoints): Remove the documentation of
1781 commands "catch load" and "catch unload".
1782
1783 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
1784
1785 * gdb.texinfo (GDB/MI Async Records): Document
1786 =thread-selected.
1787
1788 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
1789
1790 * observer.texi (new_inferior, inferior_exit): New observers.
1791
1792 2008-10-27 Pedro Alves <pedro@codesourcery.com>
1793
1794 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
1795 .mt files, TM_CLIBS or TM_CDEPS.
1796 (x86 Watchpoints): Don't mention TDEPFILES.
1797
1798 2008-10-24 Sandra Loosemore <sandra@codesourcery.com>
1799
1800 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
1801 (Overview): Mention notifications and non-stop mode behavior.
1802 (Packets): Update documentation of ?, vAttach, vCont, and vRun
1803 with non-stop mode behavior. Add vStopped description.
1804 (Stop Reply Packets): Update list of packets that return
1805 stop replies. Mention non-stop behavior.
1806 (General Query Packets): Document QNonStop packet and associated
1807 qSupported query response.
1808 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
1809 behavior.
1810 (Notification Packets): New section.
1811 (Remote Non-Stop): New section.
1812 (File-I/O Overview): Mention non-stop behavior.
1813
1814 2008-10-24 Hui Zhu <teawater@gmail.com>
1815 Pedro Alves <pedro@codesourcery.com>
1816
1817 * gdb.texinfo (displaced-stepping): Describe the auto mode
1818 setting, and say it's the default. This is now a mainstream
1819 setting instead of a maintenance setting.
1820
1821 2008-10-23 Pedro Alves <pedro@codesourcery.com>
1822
1823 * observer.texi (thread_stop_requested): New.
1824
1825 2008-10-22 Joel Brobecker <brobecker@adacore.com>
1826
1827 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
1828 (Patching): Replace incorrect usage of @samp by @kbd.
1829
1830 2008-10-17 Michael Snyder <msnyder@vmware.com>
1831
1832 * gdb.texinfo: Add documentation for reverse execution.
1833
1834 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
1835 Eli Zaretskii <eliz@gnu.org>
1836
1837 * gdb.texinfo. (Values From Inferior): New subsubsection.
1838
1839 2008-10-06 Doug Evans <dje@google.com>
1840
1841 * gdb.texinfo (set debug dwarf2-die): Document it.
1842
1843 2008-10-01 Joel Brobecker <brobecker@adacore.com>
1844
1845 * gdb.texinfo (catch) [exception]: Document how to insert
1846 a breakpoint on user-defined exceptions when the exception
1847 name is identical to one of the language-defined ones.
1848
1849 2008-09-27 Tom Tromey <tromey@redhat.com>
1850
1851 * gdb.texinfo (Macros): Remove text about stringification,
1852 varargs, and splicing.
1853
1854 2008-09-27 Tom Tromey <tromey@redhat.com>
1855
1856 * gdbint.texinfo (Language Support): Remove text about omitting
1857 support for a language.
1858
1859 2008-09-23 Doug Evans <dje@google.com>
1860
1861 * gdb.texinfo (info dcache): Update.
1862
1863 2008-09-22 Sandra Loosemore <sandra@codesourcery.com>
1864
1865 * gdb.texinfo (Packets): Add info on thread-id syntax and
1866 multiprocess extensions.
1867 <D>: Document multiprocess form of packet.
1868 <H>: Use thread-id syntax.
1869 <T>: Likewise.
1870 <vCont>: Likewise. Note this is required for multiprocess.
1871 <vKill>: New packet.
1872 (Stop Reply Packets) <T>: Use thread-id syntax.
1873 <W>: Document multiprocess form of reply.
1874 <X>: Likewise.
1875 (General Query Packets) <qC>: Use thread-id syntax.
1876 <qfThreadInfo>: Likewise.
1877 <qGetTLSAddr>: Likewise.
1878 <qP>: Likewise.
1879 <qSupported>: Add "multiprocess" feature.
1880 <qThreadExtraInfo>: Use thread-id syntax.
1881
1882 2008-09-22 Stan Shebs <stan@codesourcery.com>
1883
1884 * gdb.texinfo (Inferiors): New section.
1885
1886 2008-09-12 Pedro Alves <pedro@codesourcery.com>
1887
1888 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
1889
1890 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
1891
1892 * gdbint.texinfo (Target Conditionals): Remove documentation
1893 for gdbarch_name_of_malloc.
1894
1895 2008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
1896
1897 * gdb.texinfo (Interrupts): Mention TCP interface for
1898 sending BREAK.
1899
1900 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
1901
1902 * gdb.texinfo (Commands to Specify Files): Document "remote:"
1903 argument prefix to "set sysroot".
1904
1905 2008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
1906
1907 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
1908 and False.
1909
1910 2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
1911
1912 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
1913 for possible features of -list-features.
1914
1915 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
1916
1917 * gdb.texinfo (Background execution): Adjust example
1918 (GDB/MI Miscellaneous Commands): Document -list-target-features.
1919
1920 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
1921
1922 * doc/gdb.texinfo (PowerPC): Fix typo.
1923 (PowerPC features): Fix typo.
1924
1925 2008-08-18 Pedro Alves <pedro@codesourcery.com>
1926
1927 * observer.texi (thread_ptid_changed): New.
1928
1929 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
1930
1931 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
1932 (PowerPC features): Mention feature set for VSX registers.
1933
1934 2008-08-13 Joel Brobecker <brobecker@adacore.com>
1935
1936 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
1937 the direct visibility of all names in user-written packages.
1938
1939 2008-08-13 Pedro Alves <pedro@codesourcery.com>
1940
1941 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
1942 setting, and make it the default.
1943 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
1944 non-stop script example.
1945
1946 2008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
1947
1948 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
1949 reference to the "Using Different Register and Memory Data
1950 Representation" section.
1951
1952 2008-08-12 Sandra Loosemore <sandra@codesourcery.com>
1953
1954 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
1955 (Remote Protocol): Add Packet Acknowledgment to menu.
1956 (Overview): Mention +/- can be disabled, and point to new section
1957 where this is discussed in detail.
1958 (General Query Packets): Document QStartNoAckMode packet, and
1959 corresponding qSupported reply.
1960 (Packet Acknowledgment): New section.
1961
1962 2008-08-11 Sandra Loosemore <sandra@codesourcery.com>
1963 Pedro Alves <pedro@codesourcery.com>
1964
1965 * gdb.texinfo (Threads): Move paragraph about automatic thread
1966 selection to All-Stop Mode subsection.
1967 (Thread Stops): Reorganize existing material into subsections.
1968 Add introductory blurb and menu.
1969 (Non-Stop Mode): New subsection.
1970 (Background Execution): New subsection.
1971 (Maintenance Commands): Add cross-references from async mode
1972 commands to the new Background Execution section.
1973
1974 2008-08-06 Tom Tromey <tromey@redhat.com>
1975
1976 * gdb.texinfo (Extending GDB): New chapter.
1977 (Sequences): Demoted chapter, now a section under the new
1978 Extending GDB chapter.
1979 (Python): New section.
1980
1981 2008-07-31 Stan Shebs <stan@codesourcery.com>
1982
1983 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
1984
1985 2008-07-29 Stan Shebs <stan@codesourcery.com>
1986
1987 * gdbint.texinfo: General round of cleanup and minor
1988 clarifications.
1989 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
1990 (Longjmp Support): Update description to reflect how it is done
1991 for targets without using native header.
1992 (Symbol Handling): Add a little more general explanation.
1993 (COFF, ELF): Mention stabs encapsulation.
1994 (DWARF 3): New section.
1995 (Adding a New Host): Scrub out some obsolete bits.
1996 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
1997 (Host Conditionals): Remove descriptions of NO_STD_REGS,
1998 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
1999 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
2000 SEEK_SET, STOP_SIGNAL, USG.
2001 (Raw and Virtual Register Representations): Ditto for
2002 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
2003 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
2004 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
2005 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
2006 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
2007 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
2008 DEPRECATED_REGISTER_VIRTUAL_SIZE,
2009 DEPRECATED_REGISTER_VIRTUAL_TYPE,
2010 DEPRECATED_USE_STRUCT_CONVENTION.
2011 Describe gdbarch_deprecated_fp_regnum.
2012 Update description of gdbarch_print_insn.
2013 (Adding a New Target): Scrub out obsolete bits.
2014 (Obsolete Conditionals): Remove entire section.
2015
2016 2008-07-25 Tom Tromey <tromey@redhat.com>
2017
2018 * observer.texi (GDB Observers): Document new observers:
2019 breakpoint_created, breakpoint_deleted, breakpoint_modified,
2020 tracepoint_created, tracepoint_deleted, tracepoint_modified,
2021 architecture_changed.
2022
2023 2008-07-21 Stan Shebs <stan@codesourcery.com>
2024
2025 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
2026 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
2027
2028 2008-07-21 Tom Tromey <tromey@redhat.com>
2029
2030 * observer.texi (GDB Observers): Remove obsolete comment.
2031 <executable_changed>: Remove argument.
2032
2033 2008-07-18 Tom Tromey <tromey@redhat.com>
2034
2035 * gdb.texinfo (Macros): Update. Use @code rather than @command.
2036
2037 2008-07-10 Doug Evans <dje@google.com>
2038
2039 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
2040
2041 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2042
2043 * gdb.texinfo (Starting): Document "set disable-randomization".
2044
2045 2008-07-07 Andreas Schwab <schwab@suse.de>
2046
2047 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
2048
2049 2008-07-06 Vladimir Prus <vladimir@codesourcery.com>
2050
2051 * gdb.texinfo (GDB/MI Target Manipulation): Add
2052 example of -target-attach.
2053
2054 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2055
2056 * observer.texi (target_resumed): New observer.
2057 * gdb.texinfo (GDB/MI Output Records): Document *running.
2058
2059 2008-06-06 Tom Tromey <tromey@redhat.com>
2060
2061 * gdb.texinfo (Completion): Add field name example.
2062
2063 2008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
2064
2065 * gdb.texinfo (GDB/MI Program Context): Added example
2066 to -exec-arguments
2067
2068 2008-06-05 Nick Roberts <nickrob@snap.net.nz>
2069
2070 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
2071 annotation.
2072
2073 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
2074 Nathan Sidwell <nathan@codesourcery.com>
2075 Joseph Myers <joseph@codesourcery.com>
2076
2077 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
2078 and ACX_BUGURL.
2079 * configure: Regenerate.
2080 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
2081 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
2082 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
2083 mailing-list-specific text about bug reporting unless
2084 BUGURL_DEFAULT.
2085
2086 2008-06-05 Pedro Alves <pedro@codesourcery.com>
2087
2088 * gdb.texinfo (-target-select): Remove reference to target async.
2089 (Maintenance Commands): Document "maint set/show remote-async".
2090
2091 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
2092
2093 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
2094 in -target-file-get section.
2095
2096 2008-05-22 Pedro Alves <pedro@codesourcery.com>
2097
2098 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
2099 killing the inferior when it is already debugging a process.
2100
2101 2008-05-21 Joel Brobecker <brobecker@adacore.com>
2102
2103 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
2104 abbreviation for "finish".
2105
2106 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
2107
2108 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
2109
2110 2008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
2111
2112 * gdbint.texinfo (Target Conditionals): Delete entry for
2113 gdbarch_dwarf_reg_to_regnum.
2114
2115 2008-05-09 Doug Evans <dje@google.com>
2116
2117 * gdb.texinfo: Document "find" command, qSearch:memory packet.
2118
2119 2008-05-05 Doug Evans <dje@google.com>
2120
2121 * gdb.texinfo (disassemble): Document /m modifier.
2122
2123 2008-05-05 Vladimir Prus <vladimir@codesourcery.com>
2124
2125 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
2126 will not report the time of commands that run the target.
2127
2128 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2129
2130 * gdb.texinfo (GDB/MI Output Records): Add
2131 missing semicolon.
2132
2133 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2134
2135 * gdb.texinfo (GDB/MI Output Records):
2136 Document =thread-create and =thread-exited.
2137
2138 2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2139
2140 * gdb.texinfo (GDB/MI Development and Front Ends):
2141 Remove mention of dmi-discuss.
2142
2143 2008-05-03 Pedro Alves <pedro@codesourcery.com>
2144
2145 * observer.texi (thread_exit): New.
2146
2147 2008-05-02 Pedro Alves <pedro@codesourcery.com>
2148
2149 * gdb.texinfo (Debugging Output): Document "set/show debug
2150 displaced".
2151 (Maintenance Commands): Document "maint set/show
2152 can-use-displaced-stepping".
2153
2154 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
2155
2156 * gdb.texinfo (ARM): Document set/show arm fallback-mode
2157 and set/show arm force-mode.
2158
2159 2008-05-02 Andreas Schwab <schwab@suse.de>
2160
2161 * gdbint.texinfo (Algorithms): Describe
2162 target_watchpoint_addr_within_range.
2163
2164 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2165
2166 * gdbint.texinfo (Stack Frames): New chapter.
2167 (Algorithms): Move Frames text to the new chapter.
2168 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
2169 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
2170
2171 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2172
2173 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
2174 output does not necessary include any tokens.
2175
2176 2008-04-22 Corinna Vinschen <vinschen@redhat.com>
2177
2178 * gdb.texinfo (Set SH Calling convention): New @item.
2179 (Show SH Calling convention): Ditto.
2180
2181 2008-04-22 Markus Deuling <deuling@de.ibm.com>
2182
2183 * gdb.texinfo (Fortran Operators): Describe '%' operator.
2184
2185 2008-04-20 Eli Zaretskii <eliz@gnu.org>
2186
2187 * gdb.texinfo (Set Breaks): Mention that multiple location
2188 breakpoints need line number info. Add index entries.
2189
2190 2008-04-19 Craig Silverstein <csilvers@google.com>
2191
2192 * gdb.texinfo (Requirements): Add an optional requirement on
2193 zlib.
2194 * gdbint.texinfo (Debugging File Formats): Add new subsection for
2195 Compressed DWARF 2.
2196
2197 2008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
2198
2199 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
2200 sample output for 'stopped,reason="breakpoint-hit"' message.
2201 (GDB/MI Program Execution): Likewise.
2202
2203 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
2204
2205 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
2206 -var-set-format. Add -f option to -var-evaluate-expression.
2207
2208 2008-04-03 Joel Brobecker <brobecker@adacore.com>
2209
2210 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
2211 new node "Ambiguous Expressions". Replace references to this
2212 node by references to "Ambiguous Expressions" throughout.
2213 (Ambiguous Expressions): New node.
2214
2215 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
2216
2217 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
2218
2219 2008-03-21 Pedro Alves <pedro@codesourcery.com>
2220
2221 * gdb.texinfo (Debugging Output): Document
2222 "set/show debug lin-lwp-async".
2223 (Maintenance Commands): Document "maint set/show linux-async".
2224
2225 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
2226
2227 * gdb.texinfo (Expressions): Update description of malloced arrays.
2228
2229 2008-03-15 Vladimir Prus <vladimir@codesourcery.com>
2230
2231 * gdb.texinfo (Thread Commands): Document
2232 -thread-info. Remove -thread-list-all-threads.
2233
2234 2008-03-14 Pedro Alves <pedro@codesourcery.com>
2235 Sandra Loosemore <sandra@codesourcery.com>
2236
2237 * gdb.texinfo (Library List Format): Update to mention the
2238 possibility to pass section addresses instead of segment
2239 addresses.
2240
2241 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
2242
2243 * gdb.texinfo (Starting): Document "set exec-wrapper".
2244 (Server): Document gdbserver --wrapper.
2245
2246 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
2247
2248 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
2249 unreadable memory. Delete obsolete SPARClite reference.
2250
2251 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
2252
2253 * gdb.texinfo (Starting): Mention always-running targets.
2254 (Target Commands): Add an anchor for load.
2255 (Connecting): Explain continue instead of run.
2256
2257 2008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
2258
2259 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
2260
2261 2008-02-26 Nick Roberts <nickrob@snap.net.nz>
2262
2263 * gdb.texinfo (Set Breaks): Revert description of Enb column of
2264 breakpoint table.
2265
2266 2008-02-19 Pedro Alves <pedro@codesourcery.com>
2267
2268 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
2269 killing the inferior when it is already debugging a process.
2270
2271 2008-02-13 Markus Deuling <deuling@de.ibm.com>
2272
2273 * gdbint.texinfo (Build Script): New section. Mention new build script
2274 gdb_buildall.sh.
2275
2276 2008-02-01 Jim Blandy <jimb@red-bean.com>
2277
2278 * gdb.texinfo (Help): Summarize 'info args' correctly.
2279
2280 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2281
2282 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
2283 available in PowerPC architecture.
2284 (Embedded Processors): Change node name of PowerPC item in menu.
2285 (PowerPC): Rename to...
2286 (PowerPC Embedded): this.
2287 (Architectures): Add new PowerPC item in menu.
2288 (PowerPC): New node.
2289
2290 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2291
2292 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
2293 commands.
2294
2295 2008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2296
2297 * gdb.texinfo (Setting Catchpoints): Mention features
2298 supported on GNU/Linux.
2299
2300 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
2301
2302 * gdb.texinfo (GDB/MI File Commands): Describe new output
2303 field for MI command -file-list-exec-source-file.
2304
2305 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2306
2307 * gdb.texinfo (Using the `gdbserver' Program): Add security
2308 warning. Rearrange into subsections and subsubsections. Document
2309 --multi and --debug. Correct --with-sysroot typo. Update --attach
2310 usage. Make load reference clearer. Document monitor exit.
2311 (Remote Configuration): Document set remote exec-file, attach-packet,
2312 and run-packet.
2313 (Packets): Document vAttach and vRun.
2314
2315 2008-01-29 Nick Roberts <nickrob@snap.net.nz>
2316
2317 * gdb.texinfo (Processes): Mention process command.
2318 detach-on-follow -> detach-on-fork.
2319
2320 2008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2321
2322 * gdbint.texinfo (Native Conditionals): Remove
2323 SHELL_COMMAND_CONCAT and SHELL_FILE.
2324
2325 2008-01-26 Eli Zaretskii <eliz@gnu.org>
2326
2327 * gdb.texinfo (Specify Location): Improve wording.
2328
2329 2008-01-23 Chris Demetriou <cgd@google.com>
2330
2331 * gdb.texinfo (Threads): Document new "set print thread-events"
2332 and "show print thread-events" commands.
2333
2334 2008-01-19 Eli Zaretskii <eliz@gnu.org>
2335
2336 * gdb.texinfo (Specify Location): New section.
2337 (Delete Breaks, Edit, Set Breaks): Remove description of
2338 locations. Instead, add a reference to "Specify Location".
2339 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
2340 (Symbols): Refer to "Specify Location" for the valid forms of
2341 linespecs and locations.
2342
2343 2008-01-18 Markus Deuling <deuling@de.ibm.com>
2344
2345 * gdbint.texinfo (Target Conditionals): Replace the description of
2346 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
2347
2348 2008-01-12 Paul Hilfinger <hilfinger@adacore.com>
2349
2350 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
2351 about &&var, which is rejected by the expression parser.
2352
2353 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
2354
2355 * gdb.texinfo (Output): Update documentation on using printf with DFP
2356 types.
2357
2358 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
2359
2360 * gdb.texinfo (C and C++): Add Decimal Floating Point format
2361 subsubsection.
2362 (Decimal Floating Point format): New subsubsection.
2363
2364 2008-01-05 Pedro Alves <pedro@codesourcery.com>
2365
2366 * gdb.texinfo (File Options): Remove mention of the attempt to
2367 open a core file with the -p option. Don't list -c as a valid
2368 option to attach to a process.
2369
2370 2008-01-05 Pedro Alves <pedro@codesourcery.com>
2371
2372 * gdbint.texinfo (Host Conditionals): Remove mention of
2373 ALIGN_STACK_ON_ENTRY.
2374
2375 2008-01-05 Joel Brobecker <brobecker@adacore.com>
2376
2377 * gdbint.texinfo (Start of New Year Procedure): Add item
2378 describing how to update the source and documentation copyright
2379 notices.
2380
2381 2007-12-18 Jim Blandy <jimb@codesourcery.com>
2382
2383 * gdb.texinfo (Set Watchpoints): Integrate per-thread
2384 watchpoint explanation into the main description of the watchpoint
2385 command; update synopses of 'watch', 'rwatch', and 'awatch'
2386 commands.
2387
2388 2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
2389
2390 * gdb.texinfo (Miscellaneous gdb/mi Commands):
2391 Document 'pending-breakpoints' feature of
2392 -list-features.
2393
2394 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
2395
2396 * gdb.texinfo: Add new parameter's description.
2397
2398 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
2399
2400 * gdb.texinfo (Overview): Clarify run-length encoding
2401 example. Remove the restriction on "+" and "-" characters.
2402
2403 2007-12-15 Eli Zaretskii <eliz@gnu.org>
2404
2405 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
2406
2407 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
2408
2409 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
2410 the -f option for -break-insert, remove -r option,
2411 and clarify specification of location.
2412
2413 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
2414
2415 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
2416 formatting.
2417 (Remote Debugging): Add File Transfer section.
2418 (Remote Configuration): Document Host I/O packets.
2419 (GDB/MI): Add GDB/MI File Transfer Commands section.
2420 (Host I/O Packets): New section in "Remote Protocol".
2421 (Packets): Add vFile.
2422
2423 2007-11-17 Eli Zaretskii <eliz@gnu.org>
2424
2425 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
2426 breakpoints with multiple locations.
2427 (Breakpoint Menus): Improve wording.
2428 (Output): Fix last change.
2429
2430 2007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
2431
2432 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
2433
2434 2007-11-15 Doug Evans <dje@google.com>
2435
2436 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
2437
2438 2007-11-15 Vladimir Prus <vladimir@codesourcery.com>
2439
2440 * gdbint.texinfo (Native Conditionals): Remove
2441 mention of CLEAR_SOLIB.
2442
2443 2007-11-11 Joel Brobecker <brobecker@adacore.com>
2444
2445 * gdb.texinfo (Print Settings): Add documentation for "set/show
2446 print frame-arguments".
2447
2448 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
2449
2450 * gdb.texinfo (Output): Update printf command's description.
2451
2452 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
2453
2454 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
2455 powerpc soft-float".
2456
2457 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2458
2459 * gdb.texinfo (Files): Correct formatting. Mention Expat
2460 requirement.
2461 (Requirements for Building GDB): Expand the list of Expat
2462 uses.
2463 (Library List Format, Memory Map Format): Mention Expat.
2464 (Target Descriptions): Update Expat wording.
2465
2466 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2467
2468 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
2469 Document that gdbarch_convert_register_p should return zero for no-op
2470 conversions.
2471
2472 2007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
2473
2474 * gdbint.texi (Compiler Characteristics): Move documentation
2475 of set_gdbarch_sofun_address_maybe_missing back to ...
2476 (Target Conditionals): ... here to fix build break.
2477
2478 2007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
2479
2480 * gdbint.texi (Target Conditionals): Remove documentation of
2481 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
2482 (Compiler Characteristics): ... documentation of
2483 set_gdbarch_sofun_address_maybe_missing.
2484
2485 2007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
2486
2487 * gdbint.texinfo (Target Conditionals): Use
2488 frame_unwind_register_unsigned in examples instead of
2489 frame_unwind_unsigned_register.
2490
2491 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
2492
2493 * gdb.texinfo (Predefined Target Types): Add int128
2494 and uint128.
2495 (Standard Target Features): Add PowerPC features.
2496
2497 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
2498
2499 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
2500
2501 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2502
2503 * gdbint.texi (Target Conditionals): Remove documentation
2504 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
2505 gdbarch_extract_return_value, and gdbarch_store_return_value.
2506
2507 2007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2508
2509 * gdbint.texi (Target Conditionals): Remove documentation of
2510 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
2511
2512 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
2513
2514 * gdb.texinfo: Mention that inaccessible-by-default is on by
2515 default.
2516
2517 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2518
2519 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
2520
2521 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
2522
2523 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
2524 multi-threaded watchpoints.
2525 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
2526 checked. Describe sticky notification. Expand description
2527 of steppable and continuable watchpoints.
2528 (Watchpoints and Threads): New subsection.
2529
2530 2007-09-28 Vladimir Prus <vladimir@codesourcery.com>
2531
2532 * gdb.texinfo (Setting Breakpoints): Revise
2533 documentation for pending breakpoints. Document
2534 breakpoints with multiple locations.
2535
2536 2007-09-19 Vladimir Prus <vladimir@codesourcery.com>
2537
2538 * gdb.texinfo (Miscellaneous gdb/mi Commands):
2539 Document -list-features.
2540
2541 2007-09-15 Eli Zaretskii <eliz@gnu.org>
2542
2543 * gdb.texinfo (Output): Spell out which features of C's printf are
2544 not supported by GDB's printf.
2545 (Separate Debug Files): More accurate wording regarding build ID
2546 and a reference to the ld manual rather than the Fedora wiki.
2547
2548 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
2549 Jim Blandy <jimb@codesourcery.com>
2550
2551 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
2552 (Examining Memory): Update mentions of the 's' format.
2553 (Automatic Display): Likewise.
2554
2555 2007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
2556
2557 * gdb.texinfo: Update the FSF's Back-Cover Text.
2558
2559 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2560 Eli Zaretskii <eliz@gnu.org>
2561
2562 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
2563 Fixed the ``build ID'' name. New binaries build instructions for the
2564 build ID inclusion. Explain how the commands are specific to the build
2565 ID vs. debug link.
2566
2567 2007-09-01 Eli Zaretskii <eliz@gnu.org>
2568
2569 * gdb.texinfo (Separate Debug Files): Fix last change. Add
2570 indexing for ``build ID'' support.
2571
2572 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2573
2574 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
2575 Enlisted BUILD ID to the debug file searching example.
2576 Included a BUILD ID `.note.gnu.build-id' section description.
2577 Updated/added the debug files splitting instructions for OBJCOPY.
2578
2579 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
2580
2581 * gdb.texinfo (Variable Objects): Adjust docs
2582 for -var-info-expression and document
2583 -var-info-path-expression.
2584
2585 2007-08-20 Jim Blandy <jimb@codesourcery.com>
2586
2587 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
2588 (title page): Include the dedication in the printed manual, as a
2589 separate page after the copyright notice.
2590
2591 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
2592 don't break a @var across a line.
2593
2594 2007-07-25 Maciej W. Rozycki <macro@mips.com>
2595
2596 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
2597 for include files.
2598
2599 2007-07-12 Nick Roberts <nickrob@snap.net.nz>
2600
2601 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
2602 in annotate.texinfo.
2603 (Command History): Link to new node.
2604
2605 2007-07-05 Markus Deuling <deuling@de.ibm.com>
2606
2607 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
2608
2609 2007-07-05 Eli Zaretskii <eliz@gnu.org>
2610
2611 * gdbint.texinfo (Target Conditionals): Fix last change.
2612
2613 2007-07-03 Markus Deuling <deuling@de.ibm.com>
2614
2615 * gdb.texinfo: Replace following macros by their appropriate gdbarch
2616 routines:
2617 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
2618 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
2619 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
2620 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
2621 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
2622 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
2623 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
2624 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
2625 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
2626 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
2627 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
2628 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
2629 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
2630 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
2631 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
2632 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
2633 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
2634 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
2635 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
2636 (SOFTWARE_SINGLE_STEP_P)
2637
2638 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
2639 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
2640
2641 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
2642 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
2643 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
2644 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
2645 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
2646 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
2647 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
2648 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
2649 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
2650 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
2651
2652 (Converting an existing Target Architecture to Multi-arch): Remove
2653 section.
2654
2655 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
2656 (gdbarch_addr_bits_remove): Add code example.
2657
2658 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
2659
2660 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
2661
2662 * gdb.texinfo (Remote Configuration): Document library-info-packet.
2663 Add other missing entries. Adjust the table size to fit.
2664 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
2665 stop reasons including the new "library" event.
2666 (General Query Packets): Adjust table widths for qSupported. Mention
2667 qXfer:libraries:read reply to qSupported and document the new packet.
2668 (Library List Format): New section.
2669
2670 2007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2671
2672 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
2673
2674 2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
2675
2676 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
2677
2678 2007-06-25 Nick Roberts <nickrob@snap.net.nz>
2679
2680 * gdbint.texinfo (Register and Memory Data): Break sections
2681 into nodes and add a menu.
2682
2683 2007-06-21 Maciej W. Rozycki <macro@mips.com>
2684
2685 * gdb.texinfo (Examining Memory): Document the new behaviour.
2686
2687 2007-06-21 Vladimir Prus <vladimir@codesourcery.com>
2688
2689 * gdb.texinfo (Standard Target Features): Document
2690 m68k features.
2691
2692 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
2693
2694 * gdb.texinfo (General Query Packets): Document qOffsets changes.
2695
2696 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
2697
2698 * gdb.texinfo (Target Description Format): Add version attribute
2699 for <target>.
2700
2701 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
2702
2703 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
2704
2705 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
2706
2707 * gdb.texinfo (MIPS Features): New subsection.
2708
2709 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
2710 Markus Deuling <deuling@de.ibm.com>
2711
2712 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
2713 and qXfer:spu:write packets and mention them under qSupported.
2714
2715 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
2716 Markus Deuling <deuling@de.ibm.com>
2717
2718 * gdb.texinfo (Architectures): Add new SPU section to document
2719 Cell Broadband Engine SPU architecture specific commands.
2720
2721 2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
2722
2723 * gdb.texinfo (GDB/MI Variable Objects): Editorial
2724 comments.
2725
2726 2007-06-07 Nick Roberts <nickrob@snap.net.nz>
2727
2728 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
2729
2730 2007-05-29 Jim Blandy <jimb@codesourcery.com>
2731
2732 * gdb.texinfo (Overview): Doc fix.
2733
2734 2007-05-22 Maciej W. Rozycki <macro@mips.com>
2735
2736 * gdb.texinfo (Remote Configuration): Document "set/show
2737 remoteflow".
2738
2739 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
2740
2741 * gdb.texinfo (MIPS): Remove documentation for set mips
2742 saved-gpreg-size, show mips saved-gpreg-size, and set mips
2743 stack-arg-size.
2744
2745 2007-05-14 Bob Wilson <bob.wilson@acm.org>
2746
2747 * all-cfg.texi (GDBTUI): New.
2748 * gdb.texinfo (Mode Options): Use GDBTUI variable.
2749 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
2750 (TUI Configuration): Edit to improve clarity and fix problems of
2751 both style and content.
2752
2753 2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
2754
2755 * observer.texi (GDB Observers): New observer "new_objfile".
2756
2757 2007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
2758
2759 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
2760
2761 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
2762
2763 * gdb.texinfo (GDB/MI Variable Objects): Document
2764 frozen variables objects.
2765
2766 2007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
2767
2768 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
2769 (Character Sets, Caching Data of Remote Targets): Likewise.
2770 (Targets): Delete Remote node. Move its text...
2771 (Debugging Remote Programs): ...to here. Delete description
2772 of the "remote" command.
2773 (Remote configuration): Delete description of "set remotedevice"
2774 and "show remotedevice".
2775 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
2776
2777 2007-04-11 Bob Wilson <bob.wilson@acm.org>
2778
2779 * gdb.texinfo (Contributors, Continuing and Stepping)
2780 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
2781 (General Query Packets, File-I/O Remote Protocol Extension)
2782 (Protocol Basics, The F Reply Packet, Write)
2783 (Protocol-specific Representation of Datatypes, Memory Transfer):
2784 Fix hyphenation, punctuation and grammar problems.
2785 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
2786 'section' instead of 'subsection' in the text.
2787 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
2788 (i386): Remove period from section name.
2789 (Installing GDB, Requirements, Running Configure, Separate Objdir)
2790 (Config Names, Configure Options): Use @file{configure}.
2791
2792 2007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
2793
2794 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
2795 and tab expansion.
2796
2797 2007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
2798
2799 * gdbint.texinfo (SOM): Correct location of the SOM reader.
2800
2801 2007-04-02 Bob Wilson <bob.wilson@acm.org>
2802
2803 * gdb.texinfo: Consistently capitalize all significant words in
2804 node names, chapter titles, section titles, and headings. Update
2805 cross references to match.
2806 (Starting and Stopping Trace Experiment): Make node name plural.
2807 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
2808
2809 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
2810
2811 * gdb.texinfo (WinCE): Delete obsolete subsection.
2812
2813 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
2814
2815 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
2816 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
2817 references.
2818
2819 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
2820
2821 * gdb.texinfo (Startup): Delete references to some alternate
2822 names for .gdbinit.
2823 (Thread): Remove LynxOS reference.
2824 (Tandem ST2000): Delete target-specific documentation.
2825 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
2826 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
2827 and GDB_OSABI_LYNXOS.
2828
2829 2007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
2830
2831 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
2832
2833 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
2834
2835 * gdbint.texinfo (Target Conditionals): Remove mention of
2836 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
2837 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
2838
2839 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
2840
2841 * Makefile.in: Add "pdfdir" installation
2842 directory, PDFTEX macro, support for "install-pdf" target,
2843 and rules for making a pdf version of refcard.texi.
2844 * refcard.tex: Specify paper size for PDF output.
2845
2846 2007-03-26 Bob Wilson <bob.wilson@acm.org>
2847
2848 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
2849
2850 2007-03-26 Bob Wilson <bob.wilson@acm.org>
2851
2852 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
2853 (Source Path, Character Sets, Macros, Define)
2854 (GDB/MI Result Records, GDB/MI Simple Examples)
2855 (GDB/MI Program Execution, GDB/MI File Commands)
2856 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
2857 (Bug Reporting): Use @value{GCC}.
2858
2859 2007-03-26 Bob Wilson <bob.wilson@acm.org>
2860
2861 * gdb.texinfo (Help): Fix formatting of examples.
2862 (Variables): Use @ifnotinfo instead of @iftex.
2863 (Non-debug DLL symbols): Use @ref instead of @pxref.
2864 (Sparclet File): Use @samp instead of quotes.
2865
2866 2007-03-26 Bob Wilson <bob.wilson@acm.org>
2867
2868 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
2869
2870 2007-03-26 Bob Wilson <bob.wilson@acm.org>
2871
2872 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
2873 the order of the nodes.
2874 (C Operators, C Constants, Debugging C): Remove extra menus.
2875 (Method Names in Commands): Do not specify next/prev/up nodes.
2876
2877 2007-03-26 Bob Wilson <bob.wilson@acm.org>
2878
2879 * gdb.texinfo (File Options): Add missing parenthesis.
2880 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
2881
2882 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
2883
2884 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
2885
2886 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
2887
2888 * gdb.texinfo (Standard Target Features): Mention
2889 case insensitivity.
2890 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
2891
2892 2007-02-18 Nick Roberts <nickrob@snap.net.nz>
2893
2894 * gdb.texinfo (Top): Put Appendix A after numbered sections.
2895 (Files): Add section name to argument list for pxref.
2896 (Non-debug DLL symbols): Don't use `see' for pxref.
2897 (Embedded Processors): Fix typo.
2898 (GDB/MI Breakpoint Commands): Execution commands generate
2899 *stopped not ^done.
2900
2901 2007-02-13 Nick Roberts <nickrob@snap.net.nz>
2902
2903 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
2904 values for in_scope. Mention that only root variables can be
2905 updated.
2906 (GDB/MI Development and Front Ends): Explain new values may be
2907 added to existing fields.
2908
2909 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
2910
2911 * gdb.texinfo (-target-disconnect): Use @smallexample.
2912 (Requirements): Add anchor for Expat. Update description.
2913 (Target Descriptions): Mention Expat.
2914 (Target Description Format): Document new elements. Use
2915 @smallexample.
2916 (Predefined Target Types, Standard Target Features): New sections.
2917 * gdbint.texinfo (Target Descriptions): New section.
2918
2919 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
2920
2921 * gdb.texinfo (Target Description Format): Add section on XInclude.
2922
2923 2006-02-03 Nick Roberts <nickrob@snap.net.nz>
2924
2925 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
2926 command -enable-timings.
2927
2928 2007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
2929
2930 * gdbint.texinfo (Operation System ABI Variant Handling): Update
2931 descriptions for new/deleted elements in gdb_osabi. Add missing
2932 description for function generic_elf_osabi_sniff_abi_tag_sections.
2933
2934 2007-01-29 Joel Brobecker <brobecker@adacore.com>
2935
2936 * gdb.texinfo (Maintenance Commands): Add documentation for
2937 the new "maint print target-stack" command.
2938
2939 2007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2940 Eli Zaretskii <eliz@gnu.org>
2941
2942 * gdb.texinfo: Describe CHAR array vs. string identification rules.
2943
2944 2007-01-26 Eli Zaretskii <eliz@gnu.org>
2945
2946 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
2947 Use @value{NGCC} instead of @value{GCC}.
2948
2949 2007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
2950
2951 * agentexpr.texi: Fix typos.
2952 * annotate.texinfo: Likewise.
2953 * gdb.texinfo: Likewise.
2954 * gdbint.texinfo: Likewise.
2955 * observer.texi: Likewise.
2956 * stabs.texinfo: Likewise.
2957
2958 2007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
2959
2960 * gdbint.texinfo (Support Libraries): Remove mmalloc
2961 entry. Describe readline library.
2962
2963 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
2964
2965 * gdb.texinfo (Target Descriptions): New section.
2966 (General Query Packets): Add QPassSignals anchor. Mention
2967 qXfer:features:read under qSupported. Expand mentions of
2968 qXfer:memory-map:read and QPassSignals. Document
2969 qXfer:features:read.
2970
2971 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
2972
2973 * gdb.texinfo (Commands to specify files): Describe
2974 "set sysroot" and "show sysroot".
2975 (Using the `gdbserver' program): Lowercase argument
2976 to @var. Expand description of setting up GDB on the
2977 host.
2978
2979 2007-01-05 Joel Brobecker <brobecker@adacore.com>
2980
2981 * gdb.texinfo (Set Catchpoints): Add documentation for the new
2982 catch exception, catch exception unhandled, and catch assert
2983 commands.
2984
2985 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
2986
2987 * gdb.texinfo (Debugging Output): Document "set debug xml"
2988 and "show debug xml".
2989
2990 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
2991
2992 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
2993
2994 2007-01-01 Joel Brobecker <brobecker@adacore.com>
2995
2996 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
2997
2998 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
2999
3000 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
3001 note in @ignore, to be removed later if nobody complains.
3002
3003 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
3004
3005 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
3006 of -var-delete.
3007
3008 2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
3009
3010 * gdb.texinfo (Setting breakpoints): Document
3011 automatic software/hardware breakpoint usage and
3012 the "set breakpoint auto-hw" command.
3013
3014 2006-11-21 Vladimir Prus <vladimir@codesourcery.com>
3015
3016 * gdb.texinfo (Memory Access Checking): New.
3017
3018 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
3019
3020 * gdb.texinfo (Remote configuration): Mention
3021 "pass-signals-packet".
3022 (General Query Packets): Document QPassSignals. Fix
3023 a typo.
3024
3025 2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
3026
3027 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
3028
3029 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3030
3031 * gdb.texinfo (Remote configuration): Rewrite documentation for
3032 packet configuration commands.
3033 (OS Information): Adjust reference to qXfer:auxv:read.
3034 (General Query Packets): Remove references to read-aux-vector-packet
3035 and set remote get-thread-local-storage-address.
3036
3037 2006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
3038
3039 * gdbint.texinfo (Target Architecture Definition): Add new
3040 Initializing a New Architecture section.
3041
3042 2006-10-31 David Taylor <dtaylor@emc.com>
3043
3044 * stabs.texinfo (Macro define and undefine): New node describing
3045 stabs for #define and #undef.
3046
3047 2006-10-27 Andreas Schwab <schwab@suse.de>
3048
3049 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
3050
3051 2006-10-21 Eli Zaretskii <eliz@gnu.org>
3052
3053 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
3054 clarify on the possible meanings of ``expression'' watched by
3055 watchpoints. Add indexing.
3056 (Prompting, Errors, Invalidation, Annotations for Running)
3057 (Source Annotations): Fix index entries by adding "annotation" to
3058 them, to discriminate from index entries that point to the more
3059 general topic descriptions.
3060
3061 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3062
3063 * gdbint.texinfo (Target Vector Definition): Move most
3064 content into Existing Targets. Add a menu.
3065 (Existing Targets): New section, moved from Target Vector
3066 Definition. Use @subsection.
3067 (Managing Execution State): New section.
3068
3069 2006-10-16 Bob Wilson <bob.wilson@acm.org>
3070
3071 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
3072
3073 2006-10-15 Eli Zaretskii <eliz@gnu.org>
3074
3075 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
3076 (Command Syntax, Signals, Backtrace, Connecting)
3077 (Remote configuration, Renesas Boards, Console I/O): Fix last
3078 change: use Ctrl- instead of C-, except wrt Emacs.
3079 (File-I/O Examples): Put Ctrl-c in @kbd.
3080 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
3081 (Console I/O): Use @samp with Ctrl-.
3082 (Signals, Set Breaks, Set Watchpoints): Document optional
3083 arguments to `info signals' `handle', `info breakpoints', and
3084 `info watchpoints'.
3085
3086 2006-10-14 Eli Zaretskii <eliz@gnu.org>
3087
3088 * gdb.texinfo (Backtrace): Fix last change.
3089
3090 2006-10-14 Nick Roberts <nickrob@snap.net.nz>
3091
3092 * gdb.texinfo (Backtrace): Order correctly and add other cases.
3093
3094 2006-10-10 Bob Wilson <bob.wilson@acm.org>
3095
3096 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
3097 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
3098 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
3099
3100 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3101 Daniel Jacobowitz <dan@codesourcery.com>
3102
3103 * gdb.texinfo (Packets): Document vFlashErase,
3104 vFlashWrite and vFlashDone packets.
3105 (General Query Packets): Document qXfer:memory-map:read.
3106 Add a new feature for qXfer:memory-map:read.
3107 (Memory map format): New section.
3108 (Target Commands): Mention that gdb can write flash.
3109
3110 2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3111 Daniel Jacobowitz <dan@codesourcery.com>
3112
3113 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
3114 memory regions and "mem auto".
3115
3116 2006-09-21 Nathan Sidwell <nathan@codesourcery.com>
3117
3118 * gdbint.texinfo (Array Containers): New section.
3119
3120 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
3121
3122 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
3123 -stack-list-arguments HIGH_FRAME argument can be larger then the
3124 actual number of frames.
3125
3126 2006-09-07 Vladimir Prus <vladimir@codesourcery.com>
3127
3128 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
3129 -stack-list-locals HIGH_FRAME argument can be larger then the
3130 actual number of frames.
3131
3132 2006-09-02 Bob Wilson <bob.wilson@acm.org>
3133
3134 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
3135 Register Packet Format, Tracepoint Packets): Fix spelling errors.
3136
3137 2006-09-02 Eli Zaretskii <eliz@gnu.org>
3138
3139 * gdbint.texinfo (Overall Structure): New section "Source Tree
3140 Structure".
3141
3142 2006-08-17 Jim Blandy <jimb@codesourcery.com>
3143
3144 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
3145 responses.
3146
3147 2006-08-08 Joel Brobecker <brobecker@adacore.com>
3148
3149 * gdb.texinfo (Source Path): Add documentation for new
3150 substitute-path commands.
3151
3152 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
3153
3154 * gdb.texinfo (Installing GDB): Update menu. Move text to...
3155 (Running Configure): ...here.
3156 (Requirements): New node. Mention expat.
3157
3158 2006-08-08 Vladimir Prus <vladimir@codesourcery.com>
3159
3160 * gdb.texinfo (Target Commands): Remove
3161 'set download-write-size' and 'show download-write-size'.
3162
3163 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
3164
3165 * stabs.texinfo (Member Type Descriptor): Correct example for
3166 pointer to member types.
3167
3168 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
3169
3170 * gdb.texinfo (Optional warnings and messages): Add
3171 'set/show trace-commands'.
3172 (Command files): Add '-v' to source command.
3173
3174 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
3175
3176 * gdb.texinfo (OS Information): Update qPart reference to
3177 qXfer.
3178 (Remote configuration): Likewise.
3179 (Overview): Move @cindex to the start of a paragraph. Talk
3180 about binary data encoding.
3181 (Packets): Refer to the overview for the details of the X
3182 packet encoding.
3183 (General Query Packets): Remove qPart description. Add qXfer
3184 description. Add an anchor to qSupported. Correct feature
3185 table title. Add a new feature for qXfer:auxv:read.
3186 (Interrupts): Add a missing parenthesis.
3187
3188 2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
3189
3190 * gdb.texinfo (KOD): Remove node.
3191 (GDB/MI Kod Commands): Remove commented out node.
3192
3193 2006-07-01 Eli Zaretskii <eliz@gnu.org>
3194
3195 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
3196 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
3197 (GDB/MI Thread Commands, GDB/MI Program Execution)
3198 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
3199 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
3200 (GDB/MI File Commands, GDB/MI Target Manipulation)
3201 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
3202 since the MI prompt is hard-wired into the code.
3203
3204 2006-07-01 Nick Roberts <nickrob@snap.net.nz>
3205
3206 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
3207 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
3208 (GDB/MI Data Manipulation): Remove description of unimplemented
3209 display related commands as variable objects perform this function
3210 and are superior: -display-delete, -display-disable,
3211 -display-enable, -display-insert and -display-list. Move
3212 -environment-cd, -environment-directory, -environment-path
3213 and -environment-pwd to "Program Context".
3214 (GDB/MI Program Control): Rename to "Program Execution". Move
3215 -exec-arguments -exec-abort to...
3216 (GDB/MI Program Context): ...here. New node split from "Data
3217 Manipulation".
3218
3219 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
3220
3221 * gdb.texinfo (Remote configuration): Document set / show
3222 remote supported-packets.
3223 (General Query Packets): Document qSupported packet.
3224
3225 2006-06-10 Sandra Loosemore <sandra@codesourcery.com>
3226
3227 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
3228 and font markup.
3229 (Protocol basics): Likewise.
3230 (The F request packet): Likewise.
3231 (The F reply packet): Likewise.
3232 (Memory transfer): Move this node to be a subsubsection of
3233 "Protocol specific representation of datatypes".
3234 (The Ctrl-C message): More copy editing.
3235 (Console I/O): Likewise.
3236 (The isatty call): Delete this node, and merge its content into
3237 the "isatty" node. Fixed references elsewhere.
3238 (The system call): Delete this node, and merge its content into
3239 the "system" node. Fixed references elsewhere.
3240 (open): Reformat to use @table, and add appropriate font markup.
3241 (close): Likewise.
3242 (read): Likewise.
3243 (write): Likewise.
3244 (lseek): Likewise.
3245 (rename): Likewise.
3246 (unlink): Likewise.
3247 (stat/fstat): Likewise.
3248 (gettimeofday): Likewise.
3249 (isatty): Likewise.
3250 (system): Likewise, plus minor changes to fix confusing wording.
3251 (Integral datatypes): Fix font markup.
3252 (Pointer values): Likewise.
3253 (struct stat): Fix markup to use @table, plus minor copy editing.
3254 (struct timeval): Fix font markup, plus minor copy editing.
3255 (Constants): Minor copy editing.
3256 (Errno values): Add font markup.
3257 (File-I/O Examples): Likewise.
3258
3259 2006-06-10 Nick Roberts <nickrob@snap.net.nz>
3260
3261 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
3262 (GDB/MI Simple Examples): Move node up one level. Use real
3263 examples.
3264 (GDB/MI Compatibility with CLI): Update.
3265 (GDB/MI Result Records): Add "connected" and "exit" result
3266 classes.
3267 (GDB/MI Stream Records): Clarify target output.
3268 (GDB/MI Command Description Format): Modify example description.
3269 (GDB/MI Breakpoint Table Commands): Rename to...
3270 (GDB/MI Breakpoint Commands): ...this
3271 (GDB/MI Breakpoint Commands): Add optional thread field.
3272 (GDB/MI Program Control): Add an introduction. Move "Program
3273 termination" examples into exec-run description.
3274 (GDB/MI File Commands): Mention similar CLI commands.
3275 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
3276 is similar to "-gdb-version".
3277
3278 2006-06-09 Eli Zaretskii <eliz@gnu.org>
3279
3280 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
3281
3282 2006-06-02 Nick Roberts <nickrob@snap.net.nz>
3283
3284 * gdb.texinfo (GDB/MI Development and Front Ends): Use
3285 sourceware.org for mailing lists.
3286 (GDB/MI File Commands): New node split from Program Control.
3287
3288 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
3289
3290 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
3291
3292 2006-05-22 Eli Zaretskii <eliz@gnu.org>
3293
3294 * gdb.texinfo (Cygwin Native): Fix last change.
3295
3296 2006-05-22 Christopher Faylor <cgf@timesys.com>
3297
3298 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
3299
3300 2006-05-15 Nick Roberts <nickrob@snap.net.nz>
3301
3302 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
3303 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
3304
3305 2006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
3306
3307 * gdb.texinfo (General Query Packets): Recommend not starting
3308 new packets with qC and clarify.
3309
3310 2006-05-13 Gaius Mulley <gaius@glam.ac.uk>
3311
3312 * gdb.texinfo (M2 Types): New section.
3313
3314 2006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
3315
3316 * agentexpr.texi: Add a copyright and license notice.
3317 * observer.texi: Likewise, with GPL clause for function prototypes.
3318 Remove trailing whitespace.
3319
3320 2006-05-05 Jim Blandy <jimb@codesourcery.com>
3321
3322 * gdb.texinfo (General Query Packets): Document conventions for
3323 terminating packet names, and their violations.
3324
3325 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3326
3327 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
3328 * gdb.texinfo: Likewise.
3329
3330 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3331
3332 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
3333 and "show remotedebug".
3334 (Debugging Output): Add additional index entries.
3335
3336 2006-04-27 Michael Snyder <msnyder@redhat.com>
3337
3338 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
3339
3340 2006-04-22 Andrew Cagney <cagney@redhat.com>
3341
3342 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
3343 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
3344
3345 2006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
3346
3347 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
3348 and remove breakpoint prototypes.
3349 (Watchpoints): Move description of target_insert_hw_breakpoint and
3350 target_remove_hw_breakpoint ...
3351 (Breakpoints): ... to here. Document target_insert_breakpoint and
3352 target_remove_breakpoint.
3353
3354 2006-04-17 Jim Blandy <jimb@codesourcery.com>
3355
3356 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
3357 and C packets are optional.
3358
3359 2006-04-14 Frederic Riss <frederic.riss@st.com>
3360
3361 * gdb.texinfo (Specifying source directories): Update the description
3362 of the source file search to reflect the fact that the source path
3363 always contains at least $cdir and $cwd.
3364
3365 2006-03-31 Michael Snyder <msnyder@redhat.com>
3366
3367 * gdb.texinfo: Update copyright dates.
3368
3369 2006-03-31 Eli Zaretskii <eliz@gnu.org>
3370
3371 * gdb.texinfo (Overview): Add an index entry to "empty response".
3372
3373 2006-03-28 Jim Blandy <jimb@codesourcery.com>
3374
3375 * gdbint.texinfo (Prologue Analysis): New section.
3376
3377 2006-03-07 Jim Blandy <jimb@red-bean.com>
3378
3379 * gdb.texinfo (Connecting): Document 'target remote pipe'.
3380
3381 * gdb.texinfo (Target Commands): Update text describing how to
3382 specify a target. Refer to the detailed section on remote
3383 debugging, not the brief mention.
3384
3385 * gdb.texinfo (Connecting): Organize the different 'target remote'
3386 connection methods into a table. Add a 'target remote' index
3387 entry. (!!!)
3388
3389 2006-02-17 Fred Fish <fnf@specifix.com>
3390
3391 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
3392 'ptype' commands to reflect the fact that the only significant
3393 difference between them is that ptype prints the complete type
3394 description instead of just the name.
3395
3396 2006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
3397
3398 * gdbint.texinfo (Watchpoints): Delete
3399 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
3400
3401 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
3402
3403 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
3404 times fields where needed. Fix typos. Update general form given
3405 for output of -break-insert.
3406 (GDB/MI): Abbreviate some unnecessarily long fullnames.
3407
3408 2006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
3409
3410 * gdbint.texinfo (Symbol Handling): Add a section
3411 on memory management.
3412
3413 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
3414
3415 * gdb.texinfo (Breakpoint table commands): Document the fullname
3416 field in -break-list output.
3417
3418 2006-02-03 Eli Zaretskii <eliz@gnu.org>
3419
3420 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
3421 debugging information produced by the various "set debug..."
3422 options.
3423
3424 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3425
3426 * gdb.texinfo (Files): Remove obsolete bits from the description
3427 of "symbol-file".
3428
3429 2006-01-25 Jim Blandy <jimb@redhat.com>
3430
3431 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
3432
3433 2006-01-24 Jim Blandy <jimb@redhat.com>
3434
3435 * gdbint.texinfo (Frames): Document the basics of GDB's register
3436 unwinding model, and explain the existence of the "sentinel" frame.
3437
3438 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
3439
3440 * gdb.texinfo (Choosing files): Mention that -directory is used
3441 for script files.
3442 (Specifying source directories): Likewise.
3443 (Command files): Explain how script files are found.
3444
3445 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3446
3447 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
3448 the threads in a multi-threaded program.
3449 (Threads): The threadno argument of "thread apply" can be a range
3450 of numbers.
3451
3452 2006-01-18 Jim Blandy <jimb@redhat.com>
3453
3454 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
3455 of warning flags.
3456
3457 2006-01-13 Eli Zaretskii <eliz@gnu.org>
3458
3459 * gdb.texinfo (Sequences): Improve menu annotations.
3460 (Define): Add index entries for arguments of user-defined
3461 commands. Move the description of flow-control commands...
3462 (Command Files): ...to here. Document loop_break and
3463 loop_continue.
3464 (Define, Command Files): Document `end' and add index entries for
3465 it.
3466
3467 2006-01-04 Michael Snyder <msnyder@redhat.com>
3468
3469 * gdb.texinfo: Add documentation for linux-fork.
3470 * gdbint.texinfo: Add internal documentation for checkpoints.
3471
3472 2006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
3473
3474 * gdb.texinfo (Omissions from Ada): Document that there is now
3475 limited aggregate support.
3476
3477 2005-12-28 Eli Zaretskii <eliz@gnu.org>
3478
3479 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
3480 registers and the likes.
3481
3482 2005-12-24 Eli Zaretskii <eliz@gnu.org>
3483
3484 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
3485 (Symbols): Fix usage of "e.g.".
3486 (Memory Region Attributes): Fix usage of "etc."
3487
3488 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
3489 (Coding): Fix usage of "e.g.".
3490
3491 2005-12-23 Eli Zaretskii <eliz@gnu.org>
3492
3493 * stabs.texinfo:
3494 * refcard.tex:
3495 * gpl.texi:
3496 * gdbint.texinfo:
3497 * gdb.texinfo:
3498 * gdb-cfg.texi:
3499 * fdl.texi:
3500 * annotate.texinfo:
3501 * all-cfg.texi:
3502 * Makefile.in: Add (C) after Copyright. Update the FSF
3503 address.
3504
3505 2005-12-03 Eli Zaretskii <eliz@gnu.org>
3506
3507 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
3508 extend GDB with commands for external monitor.
3509
3510 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
3511
3512 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
3513
3514 2005-11-25 Joel Brobecker <brobecker@adacore.com>
3515
3516 * gdbint.texinfo (Start of New Year Procedure): New chapter.
3517
3518 2005-11-21 Jim Blandy <jimb@redhat.com>
3519
3520 * gdb.texinfo (Tracepoint Packets): Document restrictions on
3521 placement of 'R' actions in tracepoint action packets; document
3522 dependence of 'X' and 'M' actions on a preceding 'R' action for
3523 their registers.
3524
3525 2005-11-19 Jim Blandy <jimb@redhat.com>
3526
3527 * gdb.texinfo (Tracepoint Packets): New node.
3528 (General Query Packets): Add entries for the tracepoint packets,
3529 referring to the "Tracepoint Packets" node.
3530 (Tracepoints): Add reference to "Tracepoint Packets".
3531
3532 2005-11-18 Kevin Buettner <kevinb@redhat.com>
3533
3534 * gdb.texinfo (set remotebreak): Add anchor.
3535 (X packet): Likewise.
3536 (Remote Protocol): Add new section `Interrupts' and new index
3537 entry `interrupts (remote protocol)'.
3538
3539 2005-11-18 Jim Blandy <jimb@redhat.com>
3540
3541 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
3542 entries into the General Query Packets section. Add a
3543 cross-reference to that section. Drop description of replies, as
3544 these are covered in the descriptions of each packet.
3545 (General Query Packets): Add introductory text. Explain naming
3546 conventions, and how the end of a name is recognized.
3547
3548 2005-11-17 Kevin Buettner <kevinb@redhat.com>
3549
3550 * gdb.texinfo (Remote configuration): Fix typo in description of
3551 "set remotebreak" command.
3552
3553 2005-11-16 Jim Blandy <jimb@redhat.com>
3554
3555 * gdb.texinfo (Packets, Stop Reply Packets)
3556 (General Query Packets): Various formatting cleanups.
3557 - Use @samp for packet contents.
3558 - Drop summaries from packet @item lines; the same information appears
3559 immediately below in the description.
3560 - Delete paragraph breaks after packet @item commands, so that the
3561 description appears directly to the right of the packet prototype
3562 in the printed manual, if it fits.
3563 - Place spaces in packet prototypes between @vars and non-@var
3564 letters, and explain that they're just for formatting.
3565 - Use @dots{} instead of '...'.
3566 - Fix uses of @code where @var was needed.
3567 - Replace "deprecated" markers with English text spelling out the
3568 packet's status and the preferred alternatives.
3569 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
3570 what this ever meant.
3571 - Remove "(draft)" markers on 'i' packets; nobody has commented on
3572 this for a long time.
3573 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
3574 implemented several times, and have been in use for years.
3575
3576 2005-11-15 Jim Blandy <jimb@redhat.com>
3577
3578 * gdb.texinfo (Packets): Add index entries for 'm' packet
3579 disclaimers.
3580
3581 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
3582 of stub when processing an 'm' packet.
3583
3584 * gdb.texinfo (Packets): Mention that packets beginning with
3585 letters are reserved once, at the top, instead of actually listing
3586 them all and saying "reserved".
3587
3588 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
3589
3590 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
3591 Change @var{$arg0 to @code{$arg0.
3592
3593 2005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
3594
3595 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
3596
3597 2005-11-12 Jim Blandy <jimb@redhat.com>
3598
3599 * gdb.texinfo (General Query Packets): Put packets in alphabetical
3600 order. Remove extraneous 'z'.
3601
3602 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
3603
3604 * gdb.texinfo (Choosing files): Add --eval-command.
3605
3606 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
3607
3608 * gdb.texinfo (Choosing modes): Add --return-child-result.
3609
3610
3611 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
3612
3613 * gdb.texinfo (Choosing modes): Add --batch-silent.
3614
3615 2005-10-28 Eli Zaretskii <eliz@gnu.org>
3616
3617 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
3618 "The -var-update Command".
3619
3620 2005-10-03 Joel Brobecker <brobecker@adacore.com>
3621
3622 * gdb.texinfo (Print Settings): Add documentation for set/show
3623 print array-indexes.
3624
3625 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
3626
3627 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
3628 6.2 and 6.3.
3629
3630 2005-08-27 Eli Zaretskii <eliz@gnu.org>
3631
3632 * gdb.texinfo (File Options): Don't document --mapped, it's gone
3633 since 19-Jan-2004.
3634 (Files): Likewise.
3635 (Variables, Symbols): Document the "<incomplete type>" message and
3636 its reasons.
3637
3638 2005-08-01 Fred Fish <fnf@specifix.com>
3639
3640 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
3641
3642 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
3643
3644 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
3645 option for -var-list-children and -var-update.
3646 (GDB/MI Stack Manipulation): Simplify description of
3647 print-values option for -stack-list-locals.
3648 (GDB/MI Command Description Format): Clarify.
3649 (Mode Options): Spelling of superseded.
3650
3651 2005-07-12 Bob Rossi <bob@brasko.net>
3652
3653 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
3654 corresponding GDB command comment.
3655
3656 2005-07-06 Bob Rossi <bob@brasko.net>
3657
3658 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
3659 and -inferior-tty-show.
3660 (Input/Output): Document "set/show inferior-tty" and tty alias.
3661
3662 2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
3663
3664 * gdb.texinfo (Packets): Change description of 'D' packet to note
3665 that GDB does wait for a response.
3666
3667 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
3668
3669 * gdb.texinfo (History) Rename "Command History".
3670 (Command History): Move node "Server Prefix" from section on
3671 Annotations here.
3672
3673 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
3674
3675 * gdb.texinfo (GDB/MI Stack Manipulation):
3676 Re-instate -stack-info-frame with example. Say that it gets
3677 info on selected frame, not current frame.
3678
3679 2005-06-18 Eli Zaretskii <eliz@gnu.org>
3680
3681 * gdb.texinfo (Server): Clarify that `file' should be used before
3682 connecting to the server.
3683 (Files): Add an xref to the above description.
3684 (Output Formats): More detailed description of the `c' format.
3685 (Memory): List explicitly all the formats supported by `x'.
3686 (Threads): Add an @cindex entry for "thread apply".
3687 (Files): Document the possibility of loading unlinked object
3688 files. Add more indexing for solib-absolute-prefix and
3689 --with-sysroot.
3690 (Machine Code): Document possible problems with locations in
3691 shared libraries.
3692 (Backtrace): Document that free-standing environments do not need
3693 to have a `main' function.
3694
3695 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
3696
3697 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
3698 -stack-info-frame.
3699
3700 2005-06-07 Andrew Cagney <cagney@gnu.org>
3701
3702 * gdb.texinfo (Contributors): Note the original multi-arch
3703 contributors.
3704
3705 2005-06-03 Eli Zaretskii <eliz@gnu.org>
3706
3707 * gdb.texinfo (Registers): Add index entries for the standard
3708 registers.
3709 (Frames): Add cross-reference from frame pointer description to
3710 the Registers node.
3711 (Annotations Overview): Fix the reference to GDB name.
3712
3713 2005-06-01 Eli Zaretskii <eliz@gnu.org>
3714
3715 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
3716 can-use-hw-watchpoints.
3717
3718 2005-05-28 Bob Rossi <bob@brasko.net>
3719
3720 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
3721 the possible reasons why an exec async record would be returned to FE.
3722
3723 2005-05-26 Andrew Cagney <cagney@gnu.org>
3724
3725 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
3726 Andrew Cagney implemented the original GDB/MI.
3727
3728 2005-05-23 Orjan Friberg <orjanf@axis.com>
3729
3730 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
3731 documentation. Add documentation for cris-mode.
3732
3733 2005-05-20 Eli Zaretskii <eliz@gnu.org>
3734
3735 * gdb.texinfo (Numbers): Explain the example and make the wording
3736 more acurate.
3737
3738 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
3739 Dennis Brueni <dennis@slickedit.com>
3740
3741 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
3742 (GDB/MI Data Manipulation, GDB/MI Program Control)
3743 (GDB/MI Stack Manipulation): Update examples to include the fullname
3744 attribute in stack frames.
3745
3746 2005-05-12 Eli Zaretskii <eliz@gnu.org>
3747
3748 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
3749 do with other non-standard names of init files.
3750
3751 2005-05-11 Eli Zaretskii <eliz@gnu.org>
3752
3753 * gdb.texinfo (Command Files): Move the description of the startup
3754 from here...
3755 (Startup): ...to this new subsection of the Invocation chapter.
3756 Rearrange the description of init files more logically and add a
3757 cross-reference to "Command Files". Document the special gdbinit
3758 name for CISCO 68k. Expand the description of what GDB does
3759 during startup.
3760 (History): Add index entry for HISTSIZE.
3761
3762 2005-05-02 Mark Kettenis <kettenis@gnu.org>
3763
3764 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
3765
3766 2005-05-02 Eli Zaretskii <eliz@gnu.org>
3767
3768 * gdb.texinfo (SVR4 Process Information, The isatty call)
3769 (The system call): Don't use foo(N) notation for man pages and
3770 functions.
3771 (Compilation, DJGPP Native): Improve wording.
3772
3773 2005-04-27 Eli Zaretskii <eliz@gnu.org>
3774
3775 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
3776 were optimized away.
3777
3778 2005-04-22 Eli Zaretskii <eliz@gnu.org>
3779
3780 * gdb.texinfo (Remote configuration): Document "set/show
3781 get-thread-local-storage-address". Add cross-reference to the
3782 description of the qGetTLSAddr packet.
3783 (General Query Packets): Mention "set remote
3784 get-thread-local-storage-address" and add a reference to its
3785 description.
3786
3787 2005-04-19 Nick Roberts <nickrob@snap.net.nz>
3788
3789 * gdb.texinfo (Backtrace): Describe 'bt full'.
3790
3791 2005-04-17 Nick Roberts <nickrob@snap.net.nz>
3792
3793 * gdb.texinfo (Mode Options): Fix typo.
3794 (GDB/MI): Describe how to invoke GDB/MI.
3795
3796 2005-04-16 Eli Zaretskii <eliz@gnu.org>
3797
3798 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
3799 references changed. Add description of "info udot".
3800 (Files): Document "set/show stop-on-solib-events".
3801 (M32R/D): Document "set/show download-path", "set/show
3802 board-address", "set/show server-address", "upload", "tload".
3803 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
3804 "use_mon_code", "use_ib_break", "use_dbt_break".
3805 (Maintenance Commands): Improve indexing.
3806 (Target Commands): Document "set/show hash", "set/show debug
3807 monitor".
3808 (SVR4 Process Information): Document "info pidlist" and "info
3809 meminfo". Document "set/show procfs-tarce" and "set/show
3810 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
3811 (Symbols, The Print Command with Objective-C): Improve indexing.
3812 (Objective-C): Add references to "info classes" and "info
3813 selectors".
3814 (Debugging Output): Improve wording. Document "set/show debug
3815 solib-frv". Fix "set/show debugvarobj".
3816 (Set Breaks): Add index entry for "hardware breakpoints".
3817 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
3818 and "set/show usehardbreakpoints".
3819 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
3820 monitor-prompt", "set/show monitor-warnings", "pmon".
3821 (ARM): Document "rdilogfile", "rdilogenable", "set/show
3822 rdiromatzero", "set/show rdiheartbeat".
3823 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
3824 "sds".
3825 (Embedded Processors): Document the "sim" command.
3826 (Remote): Document the "remote" command.
3827 (DJGPP Native): Document the "info serial" command.
3828 (Threads): Document "maint info sol-threads".
3829 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
3830 (Set Breaks): Improve indexing.
3831 (Command Syntax): Add a reference to dont-repeat.
3832 (Define): Document "dont-repeat".
3833 (TUI Commands): Document "tabset".
3834 (WinCE): New subsection. Document "set/show remotedirectory",
3835 "set/show remoteupload", "set/show remoteaddhost".
3836
3837 2005-04-15 Eli Zaretskii <eliz@gnu.org>
3838
3839 * gdb.texinfo (Hurd Native): New subsection, documents
3840 Hurd-specific commands.
3841 (Maintenance Commands): Add cross-reference to "Debugging Output".
3842 (Debugging Output): Document "set/show debug lin-lwp".
3843 (MIPS): Improve documentation of heuristic-fence-post. Document
3844 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
3845 mips stack-arg-size", "set/show mips mask-address", "set/show mips
3846 remote-mips64-transfers-32bit-regs", "set/show debug mips".
3847 (ARM): Document ARM-specific commands.
3848 (AVR): New section. Document "info io_registers".
3849 (CRIS): New section. Document "set/show cris-version" and
3850 "set/show cris-dwarf2-cfi".
3851 (HPPA): New section. Document "set/show debug hppa" and "maint
3852 print unwind".
3853 (Neutrino): New subsection. Document "set/show debug nto-debug".
3854 (Super-H): New section. Document the "regs" command.
3855 (Debugging Output): Document "set/show debug aix-thread".
3856
3857 2005-04-09 Eli Zaretskii <eliz@gnu.org>
3858
3859 * gdb.texinfo (Print Settings): Document "set/show print
3860 pascal_static-members", "set print repeats", "show print
3861 null-stop". Improve indexing. Fix documentation of "set print
3862 union".
3863 (Pascal): New section.
3864 (Supported languages): Rename from "Support"; all references
3865 updated. Add a menu item for Pascal.
3866 (Numbers): Document "set radix.
3867 (Screen Size): Document "set/show pagination".
3868 (MIPS Embedded): Remove "set processor" documentation.
3869 (Remote configuration): Document "set/show X/P/Z-packet",
3870 "set/show read-aux-vector-packet", "set/show remote
3871 symbol-lookup-packet", "set/show remote verbose-resume-packet",
3872 "set/show remoteaddresssize", "set/show remotebaud", "set/show
3873 remotedebug", "set/show remotebreak", "set/show remotedevice",
3874 "set/show remotelogfile".
3875 (Auxiliary Vector): Add reference to the description of the
3876 read-aux-vector-packet setting.
3877 (Set Watchpoints): Add a cross-reference to "set remote
3878 hardware-breakpoint-limit".
3879 (General Query Packets): Add indexing of requests and
3880 cross-references to related commands in "Remote configuration".
3881 (File-I/O Overview, The system call): Fix wording and typos.
3882 (Thread Stops): Add index entries.
3883 (Continuing and Stepping): Document "show step-mode".
3884 (i386): New node. Document "set/show struct-convention".
3885 (Files): Document "show trust-readonly-sections".
3886 (Calling): Document "set/show unwindonsignal".
3887 (Messages/Warnings): Add index entries.
3888 (Maintenance Commands): Document "set/show watchdog".
3889 (Annotations Overview): Document "show annotate".
3890 (Set Watchpoints): Add index entries.
3891 (Symbols): Fix doc of case-sensitive.
3892 (ABI): Document "show coerce-float-to-double".
3893 (Convenience Vars, Help): Improve indexing.
3894 (Machine Code): Document "show disassembly-flavor".
3895 (Debugging C plus plus): Document "show overload-resolution".
3896 (Value History, Signaling): Add index entries.
3897
3898 2005-04-08 Eli Zaretskii <eliz@gnu.org>
3899
3900 * gdb.texinfo (Show): Move @kindex entries to their proper places.
3901 (Processes): Fix wording.
3902 (History, List, Logging output, Define, Symbols, Print Settings):
3903 Improve indexing.
3904
3905 2005-04-03 Eli Zaretskii <eliz@gnu.org>
3906
3907 * gdb.texinfo (Targets): Document "set/show architecture". Remove
3908 redundant index entry for "target" command.
3909 (Backtrace): Add index entries.
3910 (Symbols, Fortran): Document the "set case-sensitive" command.
3911 (DJGPP Native): Document "set com1base", "set com1irq", etc.
3912 (Print Settings): Add index entry for "set demangle-style".
3913 (Target Commands): Document "set download-write-size".
3914 (Debugging Output): Document "set exec-done-display".
3915
3916 2005-04-02 Eli Zaretskii <eliz@gnu.org>
3917
3918 * gdb.texinfo (Files): Fix the name and documentation of
3919 add-shared-symbol-files. Document its alias assf. Update the
3920 list of OSs where GDB supports shared libraries. Fix markup.
3921 (Continuing and Stepping): Add reference to @var{location} in the
3922 text.
3923 (Dump/Restore Files): Fix reference to @{filename}.
3924 (Help): Fix wording.
3925 (Attach): Ditto.
3926 (Set Watchpoints): Ditto.
3927 (Backtrace): Remove redundant index entries. Improve index
3928 entries.
3929 (Delete Breaks): Fix wording.
3930 (Memory): Document the compare-sections command.
3931 (Memory Region Attributes): Improve wording.
3932 (Disabling): Improve wording.
3933 (Fortran): New subsection. Document the "info common" command.
3934 (Help): Document aliases "info copying" and "info warranty".
3935 (Caching Remote Data): New section. Document the "set/show
3936 remotecache" and "info dcache" commands.
3937 (Show): Fix wording of the documentation of the "set
3938 extension-language" command.
3939 (Signals): Add index entry for "info handle".
3940 (Memory Region Attributes): Fix punctuation.
3941 (Symbols): Change the arg name to "location" and refer to it in
3942 the text. Fix wording of "info types" doc.
3943 (Threads): Fix usage of @enumerate @item's.
3944 (Listing Tracepoints): Add index entry for "info tp".
3945 (Set Watchpoints): Add xref to "info break" description.
3946 (Macros): Add an index entry for "macro exp1". Document the
3947 "macro list" command.
3948 (Maintenance Commands): Document "flushregs", "maint agent",
3949 "maint check-symtabs", "maint cplus", "maint demangle", "maint
3950 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
3951 "maint print architecture", "maint print objfiles", "maint print
3952 statistics", "maint print type", "maint show-debug-regs", "maint
3953 space", "maint time", and "maint translate-address".
3954 (Connecting): Document the "monitor" command.
3955 (Annotations Overview): Describe the "set annotate" command.
3956
3957 2005-04-01 Eli Zaretskii <eliz@gnu.org>
3958
3959 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
3960 Rearrange index entries and improve wording about support for
3961 hardware watchpoints.
3962
3963 2005-03-10 Bob Rossi <bob@brasko.net>
3964
3965 * gdb.texinfo: Update copyright
3966
3967 2005-02-09 Theodore A. Roth <troth@openavr.org>
3968
3969 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
3970 error.
3971
3972 2005-02-03 Kevin Buettner <kevinb@redhat.com>
3973
3974 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
3975
3976 2005-01-17 Michael Snyder <msnyder@redhat.com>
3977
3978 * gdb.texinfo: Fix spelling, infinte -> infinite.
3979
3980 2005-01-08 Mark Kettenis <kettenis@gnu.org>
3981
3982 * observer.texi (GDB Observers): Document "solib_loaded".
3983
3984 2005-01-07 Andrew Cagney <cagney@gnu.org>
3985
3986 * configure.ac: Rename configure.in, require autoconf 2.59.
3987 * configure: Re-generate.
3988
3989 * configure.in: Replace configdirs with multiple references to
3990 AC_CONFIG_SUBDIRS.
3991 * configure: Re-generate.
3992
3993 2005-01-04 Andrew Cagney <cagney@gnu.org>
3994
3995 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
3996 part of the version number.
3997
3998 2004-12-24 Mark Kettenis <kettenis@gnu.org>
3999
4000 * gdbint.texinfo (Algorithms): Remove description of
4001 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
4002
4003 2004-12-07 Jim Blandy <jimb@redhat.com>
4004
4005 * gdb.texinfo (General Query Packets): Specify that thread ID's in
4006 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
4007 numbers.
4008
4009 2004-12-07 Andreas Schwab <schwab@suse.de>
4010
4011 * gdb.texinfo (Mode Options): Document -l option.
4012
4013 2004-12-04 Eli Zaretskii <eliz@gnu.org>
4014
4015 * gdbint.texinfo (Algorithms): More accurate description of
4016 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
4017 is not needed unless data-read and data-access watchpoints are
4018 supported. Add a description of how GDB checks whether the
4019 inferior stopped because a watchpoint was hit.
4020
4021 2004-11-23 Eli Zaretskii <eliz@gnu.org>
4022
4023 * gdb.texinfo (Files): Add cross-reference to description of
4024 -readnow command-line switch.
4025
4026 2004-11-10 Randolph Chung <tausq@debian.org>
4027
4028 * gdb.texinfo: Document set/show backtrace past-entry commands.
4029 Rearrange index entries for set/show backtrace past-main.
4030
4031 2004-11-10 Jon Beniston <jon@beniston.com>
4032
4033 Committed by Andrew Cagney <cagney@gnu.org>.
4034 * gdb.texinfo (Remote Serial Protocol): Further describe
4035 binary transfer escaping mechanism .
4036
4037 2004-11-08 Randolph Chung <tausq@debian.org>
4038
4039 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
4040 and "show debug infrun". Add index entries.
4041
4042 2004-10-23 Eli Zaretskii <eliz@gnu.org>
4043
4044 * gdb.texinfo (SVR4 Process Information): Document subcommands of
4045 "info proc" that are already implemented. Add index entries.
4046 (Working Directory): Add a cross-reference to "info proc" command.
4047 (Files): Add a tip for decreasing memory used for symtabs from
4048 shared libraries.
4049 (Starting): Fix whitespace; make "elaboration" stand out where it
4050 is first used, and add an index entry for the term.
4051 (Calling): Expand and elaborate text. Add "print". Add the
4052 description of problems with weak aliases.
4053 (Core File Generation): New section.
4054
4055 2004-10-12 Andrew Cagney <cagney@gnu.org>
4056
4057 * gdbint.texinfo (Versions and Branches): New chapter.
4058 (Releasing GDB): Delete "Versions and Branches" section.
4059 (Top): Add "Versions and Branches".
4060
4061 2004-10-08 Eli Zaretskii <eliz@gnu.org>
4062
4063 * gdb.texinfo (Editing, History): Add cross-references to the
4064 included Readline and History user documentation. Remove
4065 references to the symbol have-readline-appendices which is unused
4066 and undefined.
4067 (History): Fix indexing.
4068
4069 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
4070
4071 * gdbint.texinfo (target_stopped_data_address): Update to
4072 new prototype.
4073 (i386_stopped_data_address): Update prototype and description.
4074 (i386_stopped_by_watchpoint): New function and description.
4075
4076 2004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
4077
4078 * gdb.texinfo (Filenames): Add Ada suffixes.
4079 (Ada) New section.
4080
4081 2004-09-27 Andrew Cagney <cagney@gnu.org>
4082 Robert Picco <Robert.Picco@hp.com>
4083
4084 * gdb.texinfo (Packets): Document the "p" packet.
4085
4086 2004-09-21 Jason Molenda (jmolenda@apple.com)
4087
4088 * gdb.texinfo (Paths and Names of the Source Files): Document the
4089 meaning of values in the 'desc' field of a SO stab.
4090
4091 2004-09-20 Daniel Jacobowitz <dan@debian.org>
4092
4093 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
4094 max-cache-age" and "maint show dwarf2 max-cache-age".
4095
4096 2004-09-16 Eli Zaretskii <eliz@gnu.org>
4097
4098 * gdb.texinfo (Set Breaks): Add index entry for setting
4099 breakpoints on overloaded C++ functions that are not members of
4100 any classes. Add an example and an index entry for setting
4101 breakpoints on all program functions.
4102 (Character Sets, Macros, Overlay Commands)
4103 (Non-debug DLL symbols, GDB/MI Output Syntax)
4104 (Annotations Overview, Maintenance Commands, File-I/O Overview):
4105 Use "(@value{GDBP})" instead of a literal "(gdb)".
4106
4107 2004-09-12 Andrew Cagney <cagney@gnu.org>
4108
4109 * gdbint.texinfo (Native Debugging): Delete description of
4110 FILES_INFO_HOOK.
4111
4112 2004-09-11 Paul Hilfinger <hilfinger@gnat.com>
4113
4114 * gdbint.texinfo (User Interface): Change local_hex_string_custom
4115 to hex_string_custom (not historically correct, but more
4116 understandable, given the current code).
4117
4118 2004-09-03 Andrew Cagney <cagney@gnu.org>
4119
4120 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
4121
4122 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
4123
4124 * observer.texi (solib_unloaded): New observer.
4125
4126 2004-08-24 Andrew Cagney <cagney@gnu.org>
4127
4128 * gdbint.texinfo (Target Architecture Definition): Add missing
4129 comma.
4130
4131 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
4132
4133 * (Using the Testsuite): build != host is supported,
4134 but some test scripts do not support build != host.
4135
4136 2004-08-14 Mark Kettenis <kettenis@gnu.org>
4137
4138 * gdbint.texinfo (Host Definition): Delete description of
4139 FCLOSE_PROVIDED and GETENV_PROVIDED.
4140
4141 2004-08-05 Mark Kettenis <kettenis@chello.nl>
4142
4143 * gdbint.texinfo (Host Definition): Delete description of
4144 NO_SYS_FILE.
4145 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
4146 PTRACE_FP_BUG.
4147
4148 2004-08-05 Andrew Cagney <cagney@gnu.org>
4149
4150 * gdbint.texinfo (Target Architecture Definition): Delete
4151 reference to deprecated_read_fp.
4152
4153 2004-08-02 Andrew Cagney <cagney@gnu.org>
4154
4155 * gdbint.texinfo (Target Architecture Definition): Delete
4156 description of DEPRECATED_REGISTER_BYTES.
4157
4158 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4159
4160 * gdb.texinfo (Source Path): Document the new behavior of
4161 searching for the source files.
4162
4163 2004-07-17 Eli Zaretskii <eliz@gnu.org>
4164
4165 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
4166 (Search, Expressions, Arrays, Variables, Data, Machine Code)
4167 (Auto Display): Improve indexing.
4168
4169 2004-07-16 Andrew Cagney <cagney@gnu.org>
4170
4171 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
4172 "-noasync".
4173
4174 2004-07-09 Eli Zaretskii <eliz@gnu.org>
4175
4176 * gdb.texinfo: Fix @kindex entries so that multiple commands that
4177 have the same prefix have only their prefix in the index.
4178
4179 2004-07-03 Mark Kettenis <kettenis@gnu.org>
4180
4181 * gdb.texinfo (BSD libkvm Interface): New node (section)
4182 (Native): Add it to the menu.
4183
4184 2004-07-01 Mark Kettenis <kettenis@gnu.org>
4185
4186 * gdbint.texinfo (Target Architecture Definition): Remove
4187 PCC_SOL_BROKEN.
4188
4189 2004-06-24 Mark Kettenis <kettenis@gnu.org>
4190
4191 * gdbint.texinfo (Target Architecture Definition): Remove
4192 SUN_FIXED_LBRAC_BUG.
4193
4194 2004-06-26 Andrew Cagney <cagney@gnu.org>
4195
4196 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
4197
4198 2004-06-20 Andrew Cagney <cagney@gnu.org>
4199
4200 * gdbint.texinfo (Target Architecture Definition): Deprecate
4201 USE_STRUCT_CONVENTION.
4202
4203 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
4204
4205 gdb.texinfo (Bug Reporting): Mention session recording,
4206 with the script command or Emacs.
4207
4208 2004-06-18 Andrew Cagney <cagney@gnu.org>
4209
4210 * gdbint.texinfo (Target Architecture Definition): Deprecate
4211 FUNCTION_START_OFFSET.
4212
4213 2004-06-14 Andrew Cagney <cagney@gnu.org>
4214
4215 Based on changes from Karl Berry.
4216 * gdb.texinfo: Do not use @sc in a direntry.
4217 * stabs.texinfo: Change @dircateogry to "Software development".
4218 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
4219
4220 2004-06-13 Andrew Cagney <cagney@gnu.org>
4221
4222 * gdbint.texinfo (Target Architecture Definition): Delete
4223 description of RETURN_VALUE_ON_STACK.
4224
4225 2004-06-09 Andrew Cagney <cagney@gnu.org>
4226
4227 * gdbint.texinfo (Native Debugging): Restore "@table @code"
4228 deleted by previous patch.
4229
4230 2004-06-08 Andrew Cagney <cagney@gnu.org>
4231
4232 * gdbint.texinfo (Native Debugging): Delete documentation on
4233 ATTACH_DETACH.
4234
4235 2004-06-06 Randolph Chung <tausq@debian.org>
4236
4237 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
4238
4239 2004-06-06 Randolph Chung <tausq@debian.org>
4240
4241 * gdb.texinfo (push_dummy_call): Update argument list to match
4242 the new push_dummy_call method signature. Describe the function
4243 argument.
4244
4245 2004-05-24 Joel Brobecker <brobecker@gnat.com>
4246
4247 * gdb.texinfo (Starting): Document new start command.
4248
4249 2004-05-21 Andrew Cagney <cagney@redhat.com>
4250
4251 * observer.texi (GDB Observers): Document "inferior_created".
4252
4253 2004-05-08 Andrew Cagney <cagney@redhat.com>
4254
4255 * gdbint.texinfo (Target Architecture Definition): Delete
4256 description of DO_DEFERRED_STORES.
4257
4258 * gdbint.texinfo (Target Architecture Definition): Delete
4259 references to DEPRECATED_FIX_CALL_DUMMY.
4260
4261 * gdbint.texinfo (Target Architecture Definition): Delete
4262 description of DEPRECATED_CALL_DUMMY_WORDS,
4263 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
4264
4265 * gdbint.texinfo (Target Architecture Definition): Delete
4266 description of DEPRECATED_PUSH_DUMMY_FRAME.
4267
4268 * gdbint.texinfo (Target Architecture Definition): Delete
4269 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
4270
4271 2004-05-07 Andrew Cagney <cagney@redhat.com>
4272
4273 * observer.texi (GDB Observers): Add "Debugging" section. Include
4274 cross reference to "set/show debug observer".
4275 * gdb.texinfo (Debugging Output): Document "set/show debug
4276 observer".
4277
4278 2004-05-01 Andrew Cagney <cagney@redhat.com>
4279
4280 * gdbint.texinfo (Target Architecture Definition): Delete
4281 description of DEPRECATED_PC_IN_SIGTRAMP.
4282
4283 2004-04-30 Andrew Cagney <cagney@redhat.com>
4284
4285 * gdbint.texinfo (Target Architecture Definition): Delete
4286 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
4287
4288 2004-04-30 Orjan Friberg <orjanf@axis.com>
4289
4290 * observer.texi (GDB Observers): Correct spelling.
4291
4292 2004-04-26 Orjan Friberg <orjanf@axis.com>
4293
4294 * observer.texi (GDB Observers): Add target_changed event.
4295
4296 2004-04-08 Andrew Cagney <cagney@redhat.com>
4297
4298 * observer.texi (GDB Observers): Rework, provide generic observer
4299 definitions and then a list of observable events.
4300
4301 2004-04-04 Andrew Cagney <cagney@redhat.com>
4302
4303 * gdbint.texinfo (Host Definition): Delete reference to
4304 NO_SIGINTERRUPT.
4305
4306 2004-04-02 Andrew Cagney <cagney@redhat.com>
4307
4308 * gdbint.texinfo (Target Architecture Definition): Delete
4309 reference to DEPRECATED_CALL_DUMMY_LENGTH.
4310
4311 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
4312
4313 * gdb.texinfo (TUI Commands): Document tui reg commands.
4314
4315 2004-03-26 Andrew Cagney <cagney@redhat.com>
4316
4317 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
4318 "gdbtui".
4319 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
4320 (Contributors): Mention both Text and Terminal User Interface.
4321
4322 2004-03-23 Andrew Cagney <cagney@redhat.com>
4323
4324 * gdbint.texinfo (Target Architecture Definition): Deprecate
4325 references to SIGTRAMP_START and SIGTRAMP_END.
4326
4327 2004-03-23 Andrew Cagney <cagney@redhat.com>
4328
4329 * gdbint.texinfo (Target Architecture Definition): Deprecate
4330 references to PC_IN_SIGTRAMP.
4331
4332 2004-03-19 Andrew Cagney <cagney@redhat.com>
4333
4334 * gdbint.texinfo (Target Architecture Definition): Delete
4335 reference to GDB_TARGET_IS_HPPA.
4336
4337 2004-03-18 Andrew Cagney <cagney@redhat.com>
4338
4339 * gdbint.texinfo (Coding): Update section on gdbarch_data,
4340 describe pre_init and post_init.
4341
4342 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
4343
4344 * gdb.texinfo (Debugging Output): Document values for "set debug
4345 target".
4346
4347 2004-02-28 Andrew Cagney <cagney@redhat.com>
4348
4349 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
4350
4351 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
4352
4353 * gdb.texinfo (breakpoints): Add information about the
4354 new "set breakpoint pending" and "show breakpoint pending"
4355 commands.
4356
4357 2004-02-26 Andrew Cagney <cagney@redhat.com>
4358
4359 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
4360 in Per-architecture module data section.
4361
4362 2004-02-25 Roland McGrath <roland@redhat.com>
4363
4364 * gdb.texinfo (General Query Packets): Document qPart:... packets.
4365
4366 2004-02-24 Andrew Cagney <cagney@redhat.com>
4367
4368 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
4369 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
4370 * fdl.texi: Import Version 1.2, November 2002.
4371
4372 2004-02-17 Andrew Cagney <cagney@redhat.com>
4373
4374 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
4375
4376 2004-02-16 Andrew Cagney <cagney@redhat.com>
4377
4378 * gdbint.texinfo (Target Architecture Definition): Deprecate
4379 FRAMELESS_FUNCTION_INVOCATION.
4380
4381 2004-02-16 Andrew Cagney <cagney@redhat.com>
4382
4383 * gdbint.texinfo (Coding): Mention -Wunused-function.
4384
4385 2004-02-14 Andrew Cagney <cagney@redhat.com>
4386
4387 * gdbint.texinfo (Target Architecture Definition): Delete
4388 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
4389
4390 2004-02-12 Elena Zannoni <ezannoni@redhat.com>
4391
4392 * gdb.texinfo: Properly quote the name "C++".
4393 * gdbint.texinfo: Ditto.
4394 * stabs.texinfo: Ditto.
4395
4396 2004-02-11 Elena Zannoni <ezannoni@redhat.com>
4397
4398 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
4399 minimal information about libiberty.
4400
4401 2004-02-06 Michael Chastain <mec.gnu@mindspring.com>
4402
4403 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
4404
4405 2004-02-04 Roland McGrath <roland@redhat.com>
4406
4407 * gdb.texinfo (Auxiliary Vector): New node (section).
4408 (Data): Add it to the menu.
4409
4410 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
4411
4412 * gdb.texinfo (Breakpoints): Add information about pending
4413 breakpoint support.
4414
4415 2004-01-26 Andrew Cagney <cagney@redhat.com>
4416
4417 * gdb.texinfo (Overview): Delete references to the cisco protocol
4418 including the "N" response.
4419
4420 2004-01-26 Andrew Cagney <cagney@redhat.com>
4421
4422 * gdbint.texinfo (Target Architecture Definition): Rename
4423 EXTRACT_STRUCT_VALUE_ADDRESS to
4424 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4425
4426 2004-01-24 Eli Zaretskii <eliz@gnu.org>
4427
4428 * gdb.texinfo (KOD): Document "show os". Add index entries for
4429 "set/show os" and "info cisco" commands.
4430
4431 2004-01-21 Eli Zaretskii <eliz@gnu.org>
4432
4433 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
4434
4435 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
4436
4437 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
4438 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
4439
4440 2004-01-19 Nick Roberts <nick@nick.uklinux.net>
4441
4442 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
4443 -stack-list-locals.
4444 (GDB/MI Variable Objects): Describe extension to
4445 -var-list-children.
4446
4447 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
4448
4449 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
4450
4451 2004-01-17 Andrew Cagney <cagney@redhat.com>
4452
4453 * gdbint.texinfo (Target Architecture Definition): Delete
4454 documentation on DEPRECATED_NPC_REGNUM.
4455
4456 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
4457
4458 * gdb.texinfo: Update copyright year. Mention that set
4459 follow-fork-mode is supported on GNU/Linux. Remove documentation of
4460 "set follow-fork-mode ask".
4461
4462 2004-01-13 Andrew Cagney <cagney@redhat.com>
4463
4464 * gdbint.texinfo: Update copyright year.
4465 (Coding): Add -Wunused-label to list of -Werror warnings.
4466
4467 2004-01-08 Jason Molenda <jmolenda@apple.com>
4468 Eli Zaretskii <eliz@gnu.org>
4469
4470 * gdb.texinfo: Update copyright.
4471 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
4472 around names, as appropriate. Minor syntax cleanup of
4473 _NSPrintForDebugger explanation. Two spaces after periods.
4474 GDBN used instead of lit. "gdb". Index entries added for
4475 print-object and _NSPrintForDebugger. @noindent added in one spot.
4476
4477 2003-11-11 Elena Zannoni <ezannoni@redhat.com>
4478
4479 * stabs.texinfo: Add dircategory and direntry commands.
4480 * annotate.texinfo: Ditto.
4481
4482 2003-11-10 Andrew Cagney <cagney@redhat.com>
4483
4484 * gdbint.texinfo (Target Architecture Definition): Replace the
4485 return_value method's "inval" and "outval" parameters with
4486 "readbuf" and "writebuf".
4487
4488 2003-10-28 Jim Blandy <jimb@redhat.com>
4489
4490 * gdb.texinfo (The F request packet, The F reply packet): Renamed
4491 from "The `F' request packet" and "The `F' reply packet", to make
4492 texi2dvi happy.
4493 (File-I/O remote protocol extension): Update menu entries, too.
4494
4495 2003-10-26 Michael Chastain <mec@shout.net>
4496
4497 * gdb.texinfo (Thread Stops): Document the issue with
4498 premature return from system calls in multi-threaded programs.
4499
4500 2003-10-24 Andrew Cagney <cagney@redhat.com>
4501
4502 * annotate.texinfo: Fix "fortunatly"[sic].
4503
4504 2003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
4505
4506 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
4507 with "Hitachi" and "Mitsubishi".
4508
4509 2003-10-20 Andrew Cagney <cagney@redhat.com>
4510
4511 * gdbint.texinfo (Target Architecture Definition): Document
4512 gdbarch_return_value. Add cross references from
4513 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
4514 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
4515
4516 2003-10-18 Mark Kettenis <kettenis@gnu.org>
4517
4518 * gdbint.texinfo (Target Architecture Definition): Document
4519 regset_from_core_section.
4520
4521 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
4522
4523 * gdb.texinfo (M32R/D): Mention m32rsdi target.
4524
4525 2003-10-15 Kevin Buettner <kevinb@redhat.com>
4526
4527 From Anthony Green <green@redhat.com>:
4528 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
4529
4530 2003-10-14 Kevin Buettner <kevinb@redhat.com>
4531
4532 * gdb.texinfo (Breakpoint related warnings): New node.
4533 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
4534
4535 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
4536
4537 * gdb.texinfo (Remote Protocol): Document v and vCont.
4538
4539 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
4540
4541 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
4542 * gdbint.texinfo: Ditto.
4543
4544 2003-10-09 Andrew Cagney <cagney@redhat.com>
4545
4546 From 2003-09-18 David Anderson <davea@sgi.com>:
4547 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
4548 "command".
4549
4550 2003-10-03 Andrew Cagney <cagney@redhat.com>
4551
4552 * gdbint.texinfo (Target Architecture Definition): Deprecate
4553 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
4554 just target.
4555
4556 2003-10-02 Andrew Cagney <cagney@redhat.com>
4557
4558 * gdbint.texinfo (Target Architecture Definition): Rename
4559 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
4560 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
4561 * gdbint.texinfo (Target Architecture Definition): Rename
4562
4563 2003-09-30 Andrew Cagney <cagney@redhat.com>
4564
4565 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
4566 (Target Architecture Definition):
4567
4568 * gdbint.texinfo (Target Architecture Definition): Rename
4569 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
4570
4571 2003-09-29 Andrew Cagney <cagney@redhat.com>
4572
4573 * gdbint.texinfo (Target Architecture Definition): Delete
4574 documentation for NEED_TEXT_START_END.
4575
4576 * gdbint.texinfo (Target Architecture Definition): Rename
4577 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
4578 TARGET_WRITE_PC.
4579
4580 2003-09-22 Michael Chastain <mec@shout.net>
4581
4582 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
4583
4584 2003-09-21 Anthony Green <green@redhat.com>
4585
4586 * gdbint.texinfo (Target Architecture Definition): Fix typos.
4587
4588 2003-09-21 Mark Kettenis <kettenis@gnu.org>
4589
4590 * gdbint.texinfo (Target Architecture Definition): Document
4591 stabs_argument_has_addr.
4592
4593 2003-09-18 Andrew Cagney <cagney@redhat.com>
4594
4595 * gdbint.texinfo (Target Architecture Definition): Delete
4596 documentation on REGISTER_NAMES.
4597
4598 2003-09-13 Mark Kettenis <kettenis@gnu.org>
4599
4600 * gdbint.texinfo (Target Architecture Definition): Replace
4601 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
4602
4603 2003-09-11 Andrew Cagney <cagney@redhat.com>
4604
4605 * gdbint.texinfo (Target Architecture Definition): Replace
4606 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
4607
4608 2003-08-18 Andrew Cagney <cagney@redhat.com>
4609
4610 * gdbint.texinfo (Target Architecture Definition): Document
4611 "frame_red_zone_size".
4612
4613 2003-08-09 Andrew Cagney <cagney@redhat.com>
4614
4615 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
4616 with "set/show backtrace past-main" and "set/show backtrace
4617 limit".
4618
4619 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
4620
4621 * Makefile.in (install-info): Support DESTDIR.
4622 (install-html): Likewise.
4623
4624 2003-08-07 Andrew Cagney <cagney@redhat.com>
4625
4626 Patch from Nick Roberts.
4627 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
4628 bindings. Remove description of send-gdb-command.
4629
4630 2003-08-07 Andrew Cagney <cagney@redhat.com>
4631
4632 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
4633 GDB 6.0.
4634
4635 2003-08-06 Andrew Cagney <cagney@redhat.com>
4636
4637 * gdb.texinfo (Mode Options): Mention that level three is the
4638 highest available and that level 2 is deprecated.
4639 (Annotations Overview): Mention annotation levels. Cross reference
4640 to "Limitations of the Annotation Interface" in annotate.texi.
4641 (TODO, Value Annotations, Frame Annotations): Delete section.
4642 (Displays, Breakpoint Info): Delete.
4643
4644 2003-08-04 Andrew Cagney <cagney@redhat.com>
4645
4646 * agentexpr.texi: Delete @bye.
4647 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
4648 (stabs.info): Add $(srcdir) to include search path.
4649 (html): Depend on "annotate_toc.html", and not "annotate.html".
4650 * stabs.texinfo: Ditto. Include "fdl.texi".
4651 * gdbint.texinfo: Update copyright statement's list of invariant
4652 sections.
4653
4654 2003-07-28 Andrew Cagney <cagney@redhat.com>
4655
4656 * Makefile.in (INFO_DEPS): Add annotate.info.
4657 (dvi, ps, html, pdf): Add annotate.
4658 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
4659 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
4660 (ANNOTATE_DOC_FILES): New macro.
4661 (ANNOTATE_TEX_TMPS): New macro.
4662 (annotate.info, annotate_toc.html): Specify dependencies.
4663 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
4664 * annotate.texinfo: Rename annotate.texi. Get building. Add
4665 "Migrating to GDB/MI" and "Limitations of the Annotation
4666 Interface" chapters. Mention why it is not part of the user
4667 guide. Update copyright notice. Include "fdl.texi".
4668
4669 2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
4670
4671 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
4672
4673 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
4674
4675 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
4676
4677 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
4678
4679 * gdb.texinfo (Server): Mention pidof.
4680
4681 2003-07-22 Andrew Cagney <cagney@redhat.com>
4682
4683 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
4684 list.
4685
4686 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
4687
4688 * gdb.texinfo (Logging output): New chapter.
4689
4690 2003-06-24 Joel Brobecker <brobecker@gnat.com>
4691
4692 * gdb.texinfo (Unsupported languages): New section.
4693 (Languages): Add link to new section.
4694
4695 2003-06-22 Andrew Cagney <cagney@redhat.com>
4696
4697 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
4698
4699 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4700
4701 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
4702
4703 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4704
4705 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
4706 * agentexpr.texi: Retitle section, and change it to an appendix.
4707 Comment out texinfo initialization. Factor a @var{} into two
4708 pieces to prevent makeinfo warnings.
4709 * gdb.texinfo: Add Agent Expressions appendix.
4710
4711 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4712
4713 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
4714
4715 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
4716
4717 * gdb.texinfo (Remote Debugging): New section "Connecting to a
4718 remote target". Document the "detach" and "disconnect" commands.
4719 (Server, Netware, Debug Session): Reference "Connecting to a
4720 remote target".
4721 (GDB/MI Target Manipulation): Document "-target-disconnect".
4722
4723 2003-06-13 Andrew Cagney <cagney@redhat.com>
4724
4725 * gdbint.texinfo (Target Architecture Definition): Deprecate
4726 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
4727 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
4728
4729 2003-06-09 Jim Blandy <jimb@redhat.com>
4730
4731 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
4732
4733 2003-06-08 Andrew Cagney <cagney@redhat.com>
4734
4735 * gdbint.texinfo (Target Architecture Definition): Delete
4736 documentation on FRAME_ARGS_ADDRESS_CORRECT.
4737
4738 2003-06-08 Andrew Cagney <cagney@redhat.com>
4739
4740 * gdbint.texinfo (Target Architecture Definition): Document
4741 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
4742
4743 2003-06-07 Adam Fedor <fedor@gnu.org>
4744
4745 * gdb.texinfo: Add Objective-C documentation.
4746
4747 2003-06-01 Andrew Cagney <cagney@redhat.com>
4748
4749 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
4750 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
4751
4752 2003-05-21 Andrew Cagney <cagney@redhat.com>
4753
4754 * gdbint.texinfo (Target Architecture Definition): Delete
4755 references to "extract_address" and "store_address".
4756
4757 2003-05-16 Andrew Cagney <cagney@redhat.com>
4758
4759 * gdbint.texinfo (Target Architecture Definition): Replace
4760 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
4761 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
4762
4763 2003-05-14 Theodore A. Roth <troth@openavr.org>
4764
4765 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
4766
4767 2003-05-10 H.J. Lu <hongjiu.lu@intel.com>
4768
4769 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
4770 (gdb.dvi): Likewise.
4771 (gdb.pdf): Likewise.
4772 (links2roff): Likewise.
4773
4774 2003-05-08 Jim Blandy <jimb@redhat.com>
4775
4776 * gdb.texinfo (Dump/Restore Files): Update documentation for
4777 'dump', 'append', and 'restore': note that format argument is
4778 optional; simplify presentation of the command variants; and be
4779 more precise about the formats.
4780
4781 2003-05-07 Jim Blandy <jimb@redhat.com>
4782
4783 * gdb.texinfo (Symbols): Update documentation: 'maint list
4784 symtabs' and 'maint list psymtabs' have been renamed 'maint info
4785 symtabs' and 'maint info psymtabs'.
4786
4787 2003-05-05 Andrew Cagney <cagney@redhat.com>
4788
4789 * gdbint.texinfo (Target Architecture Definition): Make
4790 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
4791 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
4792 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
4793
4794 2003-05-04 Andrew Cagney <cagney@redhat.com>
4795
4796 * gdb.texinfo (Maintenance Commands): Document "maint print
4797 dummy-frames".
4798
4799 2003-05-04 Andrew Cagney <cagney@redhat.com>
4800
4801 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
4802
4803 2003-05-03 J. Brobecker <brobecker@gnat.com>
4804
4805 Thierry Schneider <tpschneider1@yahoo.com>
4806 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
4807 for new MI command.
4808
4809 2003-05-03 Andrew Cagney <cagney@redhat.com>
4810
4811 * gdbint.texinfo (Target Architecture Definition): Document
4812 push_dummy_code. Add cross references.
4813
4814 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
4815
4816 * gdb.texinfo (Character Sets): Update to reflect new behavior of
4817 set/show charsets commands.
4818
4819 2003-04-28 Andrew Cagney <cagney@redhat.com>
4820
4821 * gdbint.texinfo (Target Architecture Definition): Replace
4822 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
4823 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
4824
4825 2003-04-28 Andrew Cagney <cagney@redhat.com>
4826
4827 * gdbint.texinfo (Target Architecture Definition): Rename
4828 "tm_print_insn" to "deprecated_tm_print_insn".
4829
4830 2003-04-09 Jim Blandy <jimb@redhat.com>
4831
4832 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
4833 list psymtabs'.
4834
4835 2003-04-08 Andrew Cagney <cagney@redhat.com>
4836
4837 * gdbint.texinfo (Target Architecture Definition): Delete
4838 references to EXTRA_FRAME_INFO.
4839
4840 2003-04-08 Andrew Cagney <cagney@redhat.com>
4841
4842 * gdbint.texinfo (Target Architecture Definition): Delete
4843 PRINT_TYPELESS_INTEGER.
4844
4845 2003-04-02 J. Brobecker <brobecker@gnat.com>
4846
4847 * observer.texi (GDB Observers): Adjust the documentation for the
4848 normal_stop notification to better describe reality. Fix a couple
4849 of minor typos.
4850
4851 2003-04-02 Bob Rossi <bob_rossi@cox.net>
4852
4853 * gdb.texinfo (GDB/MI Program Control): Add
4854 '-file-list-exec-source-file'
4855
4856 2003-03-31 Andrew Cagney <cagney@redhat.com>
4857
4858 * gdbint.texinfo (Target Architecture Definition): Delete
4859 references to CALL_DUMMY_P.
4860
4861 2003-03-30 Andrew Cagney <cagney@redhat.com>
4862
4863 * gdbint.texinfo (Target Architecture Definition): Remove
4864 reference to TARGET_WRITE_SP.
4865
4866 2003-03-27 Andrew Cagney <cagney@redhat.com>
4867
4868 * gdbint.texinfo (Target Architecture Definition): Remove
4869 references to write_sp.
4870
4871 2003-03-27 Andrew Cagney <cagney@redhat.com>
4872
4873 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
4874 chapter body. Use @smallexample instead of @example.
4875 (Annotations): Ditto.
4876 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
4877 annotate.texi.
4878
4879 2003-03-26 Andrew Cagney <cagney@redhat.com>
4880
4881 * gdbint.texinfo (Target Architecture Definition): Replace
4882 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
4883 dummy_addr parameters.
4884
4885 2003-03-25 Andrew Cagney <cagney@redhat.com>
4886
4887 * gdbint.texinfo (Target Architecture Definition): Delete
4888 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
4889 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
4890 Add reference to PUSH_ARGUMENTS.
4891
4892 2003-03-23 Andrew Cagney <cagney@redhat.com>
4893
4894 * gdbint.texinfo (Algorithms, Target Architecture Definition):
4895 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
4896
4897 2003-03-18 J. Brobecker <brobecker@gnat.com>
4898
4899 * gdbint.texinfo (Algorithms): Add new section describing the
4900 Observer paradigm.
4901 (Top): Add menu entry to new observer appendix.
4902 * observer.texi: New file.
4903 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
4904 new observer.texi file.
4905
4906 2003-03-17 Andrew Cagney <cagney@redhat.com>
4907
4908 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
4909 that GNU Press update the manual version number.
4910
4911 2003-03-12 Andrew Cagney <cagney@redhat.com>
4912
4913 * gdbint.texinfo (Target Architecture Definition): Delete
4914 references to get_saved_register. Rename GET_SAVED_REGISTER to
4915 DEPRECATED_GET_SAVED_REGISTER.
4916
4917 2003-03-13 Andrew Cagney <cagney@redhat.com>
4918
4919 * gdbint.texinfo (Target Architecture Definition): Replace
4920 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
4921
4922 2003-03-12 Andrew Cagney <cagney@redhat.com>
4923
4924 * gdbint.texinfo (Target Architecture Definition): Rename
4925 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
4926
4927 2003-03-10 Corinna Vinschen <vinschen@redhat.com>
4928
4929 * gdb.texinfo: Add File-I/O documentation.
4930
4931 2003-03-10 Andrew Cagney <cagney@redhat.com>
4932
4933 * gdbint.texinfo (Target Architecture Definition): Cross reference
4934 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
4935
4936 2003-03-07 Andrew Cagney <cagney@redhat.com>
4937
4938 * gdb.texinfo (Debugging Output): Mention the "set/show debug
4939 frame" command.
4940
4941 2003-03-05 Andrew Cagney <cagney@redhat.com>
4942
4943 * gdbint.texinfo (Target Architecture Definition): Document
4944 unwind_dummy_id. Cross reference unwind_dummy_id and
4945 SAVE_DUMMY_FRAME_TOS.
4946
4947 2003-03-05 James Ingham <jingham@apple.com>
4948 Daniel Jacobowitz <drow@mvista.com>
4949
4950 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
4951 and "show cp-abi".
4952
4953 2003-03-03 Andrew Cagney <cagney@redhat.com>
4954
4955 * gdbint.texinfo (Target Architecture Definition): Document
4956 register_type.
4957
4958 2003-03-03 Andrew Cagney <cagney@redhat.com>
4959
4960 * stabs.texinfo (Structures): Use @samp and separate @var's
4961 instead of a single @var containing a comma separated list.
4962 (Unions): Ditto.
4963
4964 2003-03-02 Daniel Jacobowitz <drow@mvista.com>
4965
4966 * Makefile.in (distclean): Remove config.log.
4967
4968 2003-03-01 Andrew Cagney <cagney@redhat.com>
4969
4970 * gdbint.texinfo (Target Architecture Definition): Rename
4971 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
4972
4973 2003-03-01 Andrew Cagney <cagney@redhat.com>
4974
4975 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
4976 DEPRECATED_INIT_EXTRA_FRAME_INFO.
4977
4978 2003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
4979
4980 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
4981 (Non-debug DLL symbols): New node, describing the minimal symbols
4982 loaded from DLLs without real debugging symbols.
4983
4984 2003-02-20 Andrew Cagney <ac131313@redhat.com>
4985
4986 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
4987 hardware-breakpoint-limit".
4988 (Set Watchpoints): Add cross reference to "set remote
4989 hardware-watchpoint-limit".
4990 (Remote configuration options): New section.
4991
4992 2003-02-04 Andrew Cagney <ac131313@redhat.com>
4993
4994 * gdbint.texinfo (Target Architecture Definition): Delete
4995 descrption of IS_TRAPPED_INTERNALVAR.
4996
4997 From Keith Seitz <keiths@redhat.com>:
4998 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
4999 option "-i"/"--interpreter" to this chapter. Include index
5000 entries.
5001
5002 2003-02-04 David Carlton <carlton@math.stanford.edu>
5003
5004 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
5005 (Variables): Recommend stabs+ and DWARF 2.
5006 (C plus plus expressions): Correct info about
5007 compiler versions, debug formats.
5008 (Contributors): Change 'DWARF2' to 'DWARF 2'.
5009 PR symtab/874.
5010
5011 2003-02-01 Andrew Cagney <ac131313@redhat.com>
5012
5013 * gdbint.texinfo (Target Architecture Definition): Delete
5014 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
5015 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
5016 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
5017 references to nindy and i960.
5018 * gdb.texinfo (i960): Delete all references to i960 and nindy.
5019
5020 2003-02-01 Andrew Cagney <ac131313@redhat.com>
5021
5022 * gdbint.texinfo (Target Architecture Definition): Delete
5023 FLOAT_INFO.
5024
5025 2003-01-30 Andrew Cagney <ac131313@redhat.com>
5026
5027 * stabs.texinfo (Member Type Descriptor): Clarify description of
5028 `@'. Suggested by Ben Hutchings.
5029
5030 2003-01-29 Andrew Cagney <ac131313@redhat.com>
5031
5032 * gdb.texinfo (M68K): Delete reference to es1800.
5033
5034 2003-01-29 Andrew Cagney <ac131313@redhat.com>
5035
5036 * gdb.texinfo (Maintenance Commands): Document `maint print
5037 reggroups' and `maint print register-groups'.
5038 * gdbint.texinfo (Target Architecture Definition): Document
5039 register_reggroup_p.
5040
5041 2003-01-23 Jim Blandy <jimb@redhat.com>
5042
5043 * gdb.texinfo (Separate Debug Files): New section.
5044
5045 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
5046
5047 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
5048 and "maint show profile".
5049
5050 2003-01-16 Michael Chastain <mec@shout.net>
5051
5052 * gdb.texinfo (Installing GDB): Warn against
5053 ".../gdb-VERSION/gdb/configure".
5054 (Separate Objdir): Likewise.
5055
5056 2003-01-15 Andrew Cagney <ac131313@redhat.com>
5057
5058 * gdbint.texinfo (Target Architecture Definition): Delete
5059 definition of PRINT_REGISTER_HOOK.
5060
5061 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
5062
5063 (OpenRISC 1000): Fix formatting of command names.
5064
5065 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
5066
5067 * gdb.texinfo (Continuing and Stepping): Add new command
5068 'advance'. Clarify behavior of 'until'.
5069
5070 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
5071
5072 * gdb.texinfo (Files): Document solib-absolute-prefix and
5073 solib-search-path.
5074
5075 2003-01-09 Michael Chastain <mec@shout.net>
5076
5077 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
5078 (Create a Release): Add new instructions for new @file{src-release}.
5079 Document existing instructions for @file{Makefile.in} as
5080 being for @value{GDBN} 5.3.1 or earlier.
5081
5082 2003-01-09 Andrew Cagney <ac131313@redhat.com>
5083
5084 * gdbint.texinfo (Target Architecture Definition): Mention
5085 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
5086 allocate memory.
5087
5088 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
5089
5090 * gdb.texinfo (Controlling GDB): Add @kindex for
5091 "show osabi".
5092 (Backtraces): Add @kindex's for backtrace-below-main.
5093
5094 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
5095
5096 * gdb.texinfo (Controlling GDB): Document "set osabi".
5097
5098 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
5099
5100 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
5101 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
5102
5103 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
5104
5105 * gdb.texinfo (Controlling GDB): Add ABI section. Document
5106 "set coerce-float-to-double".
5107 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
5108
5109 2003-01-02 Andrew Cagney <ac131313@redhat.com>
5110
5111 * stabs.texinfo: Remove obsolete text.
5112 * gdbint.texinfo: Ditto.
5113 * gdb.texinfo: Ditto.
5114
5115 2002-12-22 Mark Kettenis <kettenis@gnu.org>
5116
5117 * gdbint.texinfo (Target Architecture Definition): Update
5118 description of gdbarch_register_osabi.
5119
5120 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
5121
5122 * agentexpr.texi: Fix typos.
5123 * annotate.texi: Likewise.
5124 * fdl.texi: Likewise.
5125
5126 2002-12-10 Andrew Cagney <cagney@redhat.com>
5127
5128 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
5129 DEPRECATED_INIT_FRAME_PC.
5130
5131 2002-12-01 Andrew Cagney <ac131313@redhat.com>
5132
5133 * gdbint.texinfo (Target Architecture Definition): Delete
5134 PC_IN_CALL_DUMMY.
5135
5136 2002-11-28 Andrew Cagney <ac131313@redhat.com>
5137
5138 * gdbint.texinfo (Host Definition): Delete documentation on
5139 USE_GENERIC_DUMMY_FRAMES.
5140
5141 2002-11-26 Elena Zannoni <ezannoni@redhat.com>
5142
5143 Fix PR gdb/723 and PR gdb/245.
5144 * Makefile.in (install-info): Run the install-info command as part
5145 of the post install steps only.
5146 (uninstall-info): New target.
5147 (uninstall): New target.
5148
5149 2002-11-22 Elena Zannoni <ezannoni@redhat.com>
5150
5151 * Makefile.in (install): Make install do some real work.
5152
5153 2002-11-19 Andrew Cagney <ac131313@redhat.com>
5154
5155 Fix POSIX problem reported by Paul Eggert.
5156 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
5157 Fix PR gdb/527.
5158
5159 2002-10-26 Andrew Cagney <cagney@redhat.com>
5160
5161 * gdbint.texinfo (Target Architecture Definition): Delete
5162 definition of DO_REGISTERS_INFO.
5163
5164 2002-10-18 Kevin Buettner <kevinb@redhat.com>
5165
5166 * gdbint.texinfo (Address Classes): Fix problems with insertion
5167 of ``{'' and ``}'' in example.
5168
5169 2002-10-17 Kevin Buettner <kevinb@redhat.com>
5170
5171 * gdbint.texinfo (Address Classes): New section.
5172 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
5173 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
5174 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
5175 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
5176
5177 2002-10-11 Klee Dienes <kdienes@apple.com>
5178
5179 * gdb.texinfo (Registers): Mention vector registers as well as
5180 floating registers in the documentation for 'info registers' and
5181 'info all-registers'.
5182
5183 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
5184
5185 * gdbint.texinfo (CPLUS_MARKER): Remove item.
5186
5187 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
5188
5189 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
5190 interface definition.
5191
5192 2002-10-03 Marko Mlinar <markom@opencores.org>
5193
5194 * gdb.texinfo (Target Commands): Add or1k target specific
5195 commands.
5196 * gdb.texinfo (Contributors): Add myself to the contributors list.
5197
5198 2002-10-01 Andrew Cagney <ac131313@redhat.com>
5199
5200 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
5201 and "mi1" instead of "mi1" and "mi0".
5202
5203 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
5204
5205 * gdb.texinfo (Packets): Fix typos "alligned".
5206 Correct z3/Z3 description. Correct z4/Z4 title.
5207
5208 2002-09-27 Andrew Cagney <ac131313@redhat.com>
5209
5210 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
5211
5212 2002-09-25 Kevin Buettner <kevinb@redhat.com>
5213
5214 * gdb.texinfo: Use GNU/Linux instead of Linux.
5215
5216 2002-09-25 Andrew Cagney <ac131313@redhat.com>
5217
5218 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
5219
5220 2002-09-24 Andrew Cagney <ac131313@redhat.com>
5221
5222 * gdb.texinfo: Replace @example with @smallexample.
5223
5224 2002-09-20 Kevin Buettner <kevinb@redhat.com>
5225
5226 From Eli Zaretskii <eliz@gnu.org>:
5227 * gdb.texinfo (Character Sets): Use @smallexample instead of
5228 @example. Use GNU/Linux instead of Linux.
5229
5230 2002-09-20 Jim Blandy <jimb@redhat.com>
5231
5232 * gdb.texinfo: Add character set documentation.
5233
5234 2002-09-19 Andrew Cagney <ac131313@redhat.com>
5235
5236 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
5237 (Packets): Add cross reference from `b' packet to `z' packets.
5238
5239 2002-09-19 Andrew Cagney <ac131313@redhat.com>
5240
5241 * gdb.texinfo (Maintenance Commands): Document ``maint
5242 internal-error'' and ``maint internal-warning''.
5243
5244 * gdbint.texinfo (Target Architecture Definition): Revise
5245 description of STACK_ALIGN. Add description of FRAME_ALIGN.
5246
5247 2002-09-19 Joel Brobecker <brobecker@gnat.com>
5248
5249 * gdbint.texinfo (Target Conditionals): Document the new
5250 NAME_OF_MALLOC macro.
5251
5252 2002-09-05 Andrew Cagney <ac131313@redhat.com>
5253
5254 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
5255 engineer.
5256
5257 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5258
5259 * gdb.texinfo (TUI Overview): Document status line fields.
5260
5261 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5262
5263 * gdb.texinfo (TUI Commands): Document info win command.
5264
5265 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5266
5267 * gdb.texinfo (TUI Overview): Document breakpoint markers.
5268
5269 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5270
5271 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
5272 (TUI Keys): Likewise.
5273
5274 2002-08-25 Andrew Cagney <ac131313@redhat.com>
5275
5276 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
5277 for a packet receive.
5278
5279 2002-08-25 Andrew Cagney <ac131313@redhat.com>
5280
5281 * Makefile.in (clean): Move to end of file.
5282 (distclean, maintainer-clean, realclean): Ditto.
5283 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
5284 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
5285 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
5286 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
5287
5288 2002-08-24 Andrew Cagney <ac131313@redhat.com>
5289
5290 * Makefile.in (GDBINT_TEX_TMPS): Define.
5291 (gdbint.dvi, gdbint.pdf): Use
5292 (GDB_TEX_TMPS): Define.
5293 (gdb.dvi, gdb.pdf): Use.
5294 (STABS_TEX_TMPS): Define.
5295 (stabs.dvi, stabs.pdf): Use.
5296 (GDB_DOC_SOURCE_INCLUDES): New macros.
5297 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
5298 (GDBINT_DOC_FILES_INCLUDES): New macros.
5299 (GDBINT_DOC_BUILD_INCLUDES): New macros.
5300 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
5301 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
5302 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
5303 (links2roff): Replace SFILES_INCLUDED with
5304 GDB_DOC_SOURCE_INCLUDES.
5305 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
5306 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
5307 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
5308 dependencies.
5309 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
5310 dependencies.
5311 (gdbmi.texinfo): Delete rule.
5312 (inc-hist.texinfo): Delete rule.
5313 (rluser.texinfo): Delete rule.
5314
5315 2002-08-23 Andrew Cagney <cagney@redhat.com>
5316
5317 * gdbint.texinfo (Target Architecture Definition): Update
5318 STORE_RETURN_VALUE, mention regcache.
5319
5320 2002-08-21 Andrew Cagney <ac131313@redhat.com>
5321
5322 * gdbint.texinfo (Target Architecture Definition): Document
5323 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
5324
5325 2002-08-19 Andrew Cagney <ac131313@redhat.com>
5326
5327 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
5328 Fix minor typos. Add index entries.
5329
5330 2002-08-18 Andrew Cagney <ac131313@redhat.com>
5331
5332 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
5333
5334 2002-08-15 Andrew Cagney <ac131313@redhat.com>
5335
5336 * gdbint.texinfo (Target Architecture Definition): Document
5337 PRINT_VECTOR_INFO.
5338 * gdb.texinfo (Vector Unit): Document "info vectors" command.
5339
5340 2002-08-13 Andrew Cagney <ac131313@redhat.com>
5341
5342 * gdb.texinfo (Maintenance Commands): Document "maint print
5343 registers", "maint print raw-registers" and "maint print
5344 cooked-registers".
5345
5346 2002-08-08 Grace Sainsbury <graces@redhat.com>
5347
5348 From Mark Salter:
5349 * gdb.texinfo (Protocol): Document T packet extension to
5350 allow watchpoint address reporting.
5351
5352 2002-08-03 Andrew Cagney <ac131313@redhat.com>
5353
5354 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
5355
5356 2002-08-01 Andrew Cagney <cagney@redhat.com>
5357
5358 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
5359 to CHILL.
5360
5361 2002-08-01 Andrew Cagney <ac131313@redhat.com>
5362
5363 * gdbint.texinfo (Coding): Revise section "Include Files".
5364
5365 2002-07-24 Andrew Cagney <cagney@redhat.com>
5366
5367 * gdbint.texinfo: Obsolete references to m88k.
5368 * gdb.texinfo: Ditto.
5369
5370 2002-07-10 Joel Brobecker <brobecker@gnat.com>
5371
5372 * gdbint.texinfo (Create a release candiate): Add the location
5373 where the proper version of autoconf can be retrieved.
5374
5375 2002-07-09 Don Howard <dhoward@redhat.com>
5376
5377 * gdb.texinfo (Command Files): Further describe the behavior of
5378 sourced command files.
5379
5380 2002-06-27 Andrew Cagney <ac131313@redhat.com>
5381
5382 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
5383 (Coding): Clarify ISO C version that GDB assumes.
5384
5385 2002-06-26 Tom Tromey <tromey@redhat.com>
5386
5387 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
5388 add_setshow_cmd_full.
5389
5390 2002-06-25 Don Howard <dhoward@redhat.com>
5391
5392 * gdb.texinfo (Memory Region Attributes): Document new behavior
5393 for 'mem' command.
5394
5395 2002-06-11 Jim Blandy <jimb@redhat.com>
5396
5397 * gdb.texinfo (Symbols): Update documentation for `info source'
5398 command.
5399
5400 * gdb.texinfo (Macros): Call the command `info macro', not
5401 `show macro'.
5402
5403 2002-06-09 Andrew Cagney <ac131313@redhat.com>
5404
5405 * gdbint.texinfo (Coding): Add section ``Per-architecture module
5406 data''.
5407
5408 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5409
5410 * gdbint.texinfo (Target Architecture Definition): Document
5411 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5412
5413 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5414
5415 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
5416 lists.
5417
5418 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5419
5420 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
5421 Branch''.
5422
5423 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5424
5425 * gdbint.texinfo (Target Architecture Definition): Add section
5426 ``Converting an existing Target Architecture to Multi-arch''.
5427
5428 2002-05-30 Andrew Cagney <ac131313@redhat.com>
5429
5430 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
5431 to ``Obsoleting code''. Revise.
5432
5433 2002-05-17 Jim Blandy <jimb@redhat.com>
5434
5435 * gdb.texinfo (C Preprocessor Macros): New chapter.
5436 Include it in the main menu.
5437 (Contributors): Credit Jim Blandy with macro support.
5438 (Compilation): Explain how to get macro information into the
5439 executable.
5440 (Expressions): Note that preprocessor macros are expanded.
5441
5442 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
5443
5444 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
5445 options for `target remote'.
5446
5447 2002-05-13 Andrew Cagney <ac131313@redhat.com>
5448
5449 * gdbint.texinfo (Target Architecture Definition): Delete
5450 documentation on NNPC_REGNUM.
5451
5452 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5453
5454 * gdbint.texinfo (Target Architecture Definition): Document
5455 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
5456 (Target Architecture Definition): Revise section `Using Different
5457 Register and Memory Data Representations'. Add section `Raw and
5458 Virtual Register Representations'.
5459
5460 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5461
5462 * gdbint.texinfo (Target Architecture Definition): Mention
5463 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
5464 (Target Architecture Definition): Mention same. Add references to
5465 web pages.
5466
5467 2002-05-08 Michael Snyder <msnyder@redhat.com>
5468
5469 * stabs.texinfo (Attributes): Document new "vector" attribute.
5470
5471 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5472
5473 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
5474
5475 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5476
5477 * gdb.texinfo: Delete obsolete references to a29k.
5478
5479 2002-04-24 Andrew Cagney <ac131313@redhat.com>
5480
5481 * gdbint.texinfo (Target Architecture Definition): Replace
5482 IN_SIGTRAMP with PC_IN_SIGTRAMP.
5483
5484 2002-04-24 David S. Miller <davem@redhat.com>
5485
5486 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
5487
5488 2002-04-21 David S. Miller <davem@redhat.com>
5489
5490 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
5491
5492 2002-04-21 Andrew Cagney <ac131313@redhat.com>
5493
5494 * gdbint.texinfo (Target Architecture Definition): Delete
5495 definition of HAVE_REGISTER_WINDOWS.
5496
5497 2002-04-19 Eli Zaretskii <eliz@gnu.org>
5498
5499 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
5500 "Theodore A. Roth" <troth@verinet.com>.
5501
5502 2002-04-15 Don Howard <dhoward@redhat.com>
5503
5504 From Eli Zaretskii <eliz@gnu.org>
5505 * gdb.texinfo (show max-user-call-depth): Correct formatting.
5506 Provide a better explaination of this feature.
5507
5508 2002-04-14 Andrew Cagney <ac131313@redhat.com>
5509
5510 * gdbint.texinfo (Target Architecture Definition): Remove
5511 FRAME_CHAIN_COMBINE.
5512
5513 2002-04-12 Michael Chastain <mec@shout.net>
5514
5515 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
5516 REG_STACK_SEGMENT.
5517
5518 2002-04-09 Michael Chastain <mec@shout.net>
5519
5520 * gdbint.texinfo (Obsolete Conditionals): Remove references to
5521 PYRAMID_* macros.
5522
5523 2002-04-07 Andrew Cagney <ac131313@redhat.com>
5524
5525 * gdb.texinfo (Bug Reporting): Document that the web is the
5526 prefered way of submitting bug reports.
5527 (Bug Reporting): Delete the s-mail address as the last resort.
5528
5529 2002-04-05 Andrew Cagney <ac131313@redhat.com>
5530
5531 * gdbint.texinfo (Target Architecture Definition): Delete
5532 references to TARGET_WRITE_FP and write_fp.
5533
5534 2002-03-27 Michael Snyder <msnyder@redhat.com>
5535
5536 * gdb.texinfo: Document new commands dump, append, and restore.
5537
5538 2002-03-27 Andrew Cagney <ac131313@redhat.com>
5539
5540 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
5541 Branch'.
5542
5543 2002-03-18 Andrew Cagney <ac131313@redhat.com>
5544
5545 * gdb.texinfo: Change all examples to @smallexample.
5546 * gdbint.texinfo: Ditto.
5547
5548 2002-03-18 Andrew Cagney <ac131313@redhat.com>
5549
5550 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
5551 Branches''.
5552
5553 2002-03-18 Andrew Cagney <ac131313@redhat.com>
5554
5555 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
5556 Policy''.
5557
5558 2002-03-04 Fred Fish <fnf@redhat.com>
5559
5560 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
5561 expresson, suports, dependant, trhe, perhaphs, situtations,
5562 explictily, taged, oportunity, unfortunatly).
5563
5564 2002-02-24 Andrew Cagney <ac131313@redhat.com>
5565
5566 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
5567 Remove reference to 3.12.
5568
5569 2002-02-23 Andrew Cagney <ac131313@redhat.com>
5570
5571 * gdbint.texinfo: Include fdl.texi.
5572 (Top): Add GNU Free Documentation License.
5573 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
5574 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
5575 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
5576 (gdbint.info): Add srcdir to include path.
5577 * gdb.texinfo: Include gpl.texi.
5578 (Top): Add Copying.
5579 * gpl.texi: New file.
5580
5581 2002-02-23 Andrew Cagney <ac131313@redhat.com>
5582
5583 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
5584
5585 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
5586
5587 * gdb.texinfo: Document Cygwin native specific commands.
5588
5589 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
5590
5591 * gdb.texinfo: Document gdbserver ``--attach'' command.
5592
5593 2002-02-07 Michael Snyder <msnyder@redhat.com>
5594
5595 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
5596 to @code(_ovly_debug_event).
5597
5598 2002-02-07 Andrew Cagney <ac131313@redhat.com>
5599
5600 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
5601
5602 2002-02-06 Michael Snyder <msnyder@redhat.com>
5603
5604 * gdb.texinfo (overlays): Mention new magic symbol
5605 '_ovly_debug_event', which allows GDB to keep better track
5606 of overlays.
5607
5608 2002-02-03 Eli Zaretskii <eliz@gnu.org>
5609
5610 * gdb.texinfo (Memory Region Attributes): Fix the wording.
5611 Suggested by Dmitry Sivachenko.
5612
5613 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
5614
5615 2002-02-01 Michael Snyder <msnyder@redhat.com>
5616
5617 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
5618
5619 2002-01-30 Michael Snyder <msnyder@redhat.com>
5620
5621 * gdb.texinfo: (remote protocol): Gramatical fix-up.
5622 (set trust-readonly-sections): Document.
5623
5624 2002-01-29 Andrew Cagney <ac131313@redhat.com>
5625
5626 * gdbint.texinfo (Releasing GDB): Revise and update.
5627
5628 2002-01-28 Andrew Cagney <ac131313@redhat.com>
5629
5630 * gdbint.texinfo (Target Architecture Definition): Delete
5631 description of TARGET_BYTE_ORDER_DEFAULT.
5632
5633 2002-01-27 Eli Zaretskii <eliz@gnu.org>
5634
5635 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
5636 <mitya@cavia.pp.ru>.
5637
5638 2002-01-23 Andrew Cagney <ac131313@redhat.com>
5639
5640 * libgdb.texinfo: Delete file.
5641
5642 2002-01-22 Andrew Cagney <ac131313@redhat.com>
5643
5644 * gdb.texinfo: Remove makeinfo 3.12 hacks.
5645 * gdbint.texinfo: Ditto.
5646
5647 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
5648
5649 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
5650
5651 2002-01-22 Andrew Cagney <ac131313@redhat.com>
5652
5653 * Makefile.in: Update copyright.
5654 (TEXI2DVI): Define.
5655 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
5656 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
5657 gdb-cfg.texi.
5658 (TEXINDEX, PDFTEX): Delete makefile variables.
5659
5660 2002-01-22 Andrew Cagney <ac131313@redhat.com>
5661
5662 * gdb.texinfo (Protocol): Move section to appendix.
5663
5664 2002-01-21 Andrew Cagney <ac131313@redhat.com>
5665
5666 * gdb.texinfo (Remote Debugging): Create a menu.
5667 (Top): Add ``Remote Debugging'' to menu.
5668
5669 2002-01-21 Andrew Cagney <ac131313@redhat.com>
5670
5671 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
5672 serial protocol'' from here.
5673 (Remote Debugging): To here. New chapter.
5674
5675 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5676
5677 * gdbint.texinfo (Target Architecture Definition): Delete
5678 description of TARGET_BYTE_ORDER_SELECTABLE_P.
5679
5680 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5681
5682 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
5683 are no longer needed.
5684 (Porting GDB): Add maintainer note about configure.host.
5685
5686 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5687
5688 * gdbint.texinfo (Target Architecture Definition): Remove
5689 definition of IEEE_FLOAT.
5690
5691 2002-01-20 Eli Zaretskii <eliz@gnu.org>
5692
5693 * gdb.texinfo: Beautify copyright years; fix a typo.
5694 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
5695 <3diff@gnu.org>
5696
5697 2002-01-19 Andrew Cagney <ac131313@redhat.com>
5698
5699 * gdbint.texinfo (Host Definition): Remove references to
5700 MALLOC_INCOMPATIBLE.
5701
5702 2002-01-17 Andrew Cagney <ac131313@redhat.com>
5703
5704 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
5705 and xyz-xdep.o.
5706
5707 2002-01-17 Andrew Cagney <ac131313@redhat.com>
5708
5709 * gdb.texinfo (Maintenance Commands): Add appendix.
5710 (Set Breaks): Copy ``maint info breakpoint'' doco to
5711 ``Maintenance Commands'' appendix. Add reference.
5712
5713 2002-01-17 Andrew Cagney <ac131313@redhat.com>
5714
5715 * fdl.texi: Remove next/prev from @node.
5716
5717 2002-01-17 Eli Zaretskii <eliz@gnu.org>
5718
5719 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
5720 for monstrous @multitable (from Brian Youmans).
5721
5722 * fdl.texi: New file.
5723
5724 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
5725
5726 2002-01-15 Andrew Cagney <ac131313@redhat.com>
5727
5728 * gdbint.texinfo (Releasing GDB): New chapter.
5729
5730 2002-01-14 Andrew Cagney <ac131313@redhat.com>
5731
5732 * gdb.texinfo (Embedded Processors, Calling program functions):
5733 Obsolete references to a29k.
5734
5735 2002-01-13 Andrew Cagney <ac131313@redhat.com>
5736
5737 * gdbint.texinfo (Coding): Review Cleanups section. Examples
5738 examples. Document that a code-block should do or discard its
5739 cleanups before exit.
5740
5741 2002-01-11 Michael Snyder <msnyder@redhat.com>
5742
5743 * gdb.texinfo (Choosing files): Change @samp to @file.
5744
5745 2002-01-05 Michael Snyder <msnyder@redhat.com>
5746
5747 * gdb.texinfo (--pid): Document new command line option (attach).
5748
5749 2002-01-07 Eli Zaretskii <eliz@gnu.org>
5750
5751 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
5752 in the stub.
5753
5754 2002-01-04 Andrew Cagney <ac131313@redhat.com>
5755
5756 * gdbint.texinfo (Target Architecture Definition): Replace
5757 BIG_ENDIAN with BFD_ENDIAN_BIG.
5758
5759 2002-01-03 Andrew Cagney <ac131313@redhat.com>
5760
5761 * gdbint.texinfo (Target Architecture Definition): Replace
5762 value_ptr with struct value pointer.
5763
5764 2002-01-02 Eli Zaretskii <eliz@gnu.org>
5765
5766 * gdb.texinfo (Free Software): Fix wording.
5767
5768 2001-12-31 Eli Zaretskii <eliz@gnu.org>
5769
5770 * gdb.texinfo (Free Software): New section ``Free Software Needs
5771 Free Documentation''.
5772
5773 2001-12-30 Eli Zaretskii <eliz@gnu.org>
5774
5775 * stabs.texinfo:
5776 * gdb.texinfo:
5777 * gdbint.texinfo:
5778 * libgdb.texinfo:
5779 * annotate.texi: Fix the application of GFDL in the Copyright notice.
5780
5781 2001-12-29 Michael Snyder <msnyder@redhat.com>
5782
5783 * gdb.texinfo (maint info sections): Fix typo.
5784
5785 2001-12-26 Michael Snyder <msnyder@redhat.com>
5786
5787 * gdb.texinfo (maint info sections): Document.
5788
5789 * gdb.texinfo (info proc): Comment out documentation for
5790 'info proc' sub-options that are currently not implemented.
5791
5792 2001-12-20 Jim Blandy <jimb@redhat.com>
5793
5794 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
5795
5796 2001-12-15 Andrew Cagney <ac131313@redhat.com>
5797
5798 * gdbint.texinfo (Target Architecture Definition): Replace
5799 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
5800
5801 2001-12-01 Andrew Cagney <ac131313@redhat.com>
5802
5803 * gdbint.texinfo (Host Definition): Delete documentation on
5804 HOST_BYTE_ORDER.
5805
5806 2001-11-30 Jim Blandy <jimb@redhat.com>
5807
5808 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5809 overlay support. Add to top-level menu.
5810
5811 2001-11-26 Tom Tromey <tromey@redhat.com>
5812
5813 * gdb.texinfo (Command Syntax): Document C-o binding.
5814
5815 2001-07-26 Christopher Faylor <cgf@redhat.com>
5816
5817 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
5818 use since it is described in the referenced section.
5819
5820 From Eli Zaretskii <eliz@gnu.org>
5821 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
5822 clearer when using DJGPP.
5823
5824 2001-11-24 Christopher Faylor <cgf@redhat.com>
5825
5826 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
5827 specifically refer to MS-DOS.
5828 (command files): Mention gdb.ini is only used on MS-DOS.
5829
5830 2001-11-21 Tom Tromey <tromey@redhat.com>
5831
5832 * gdb.texinfo (Invoking GDB): Document --args.
5833 (Mode Options): Likewise.
5834
5835 2001-11-21 Jim Blandy <jimb@redhat.com>
5836
5837 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
5838 Delete documentation; this macro has been removed from the
5839 sources.
5840
5841 2001-11-13 Jim Blandy <jimb@redhat.com>
5842
5843 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
5844
5845 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
5846
5847 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
5848
5849 2001-11-05 Michael Snyder <msnyder@redhat.com>
5850
5851 * gdb.texinfo (info functions): Document use of backslash to
5852 quote regexp chars in function names such as "operator*()".
5853
5854 2001-11-01 Fred Fish <fnf@redhat.com>
5855
5856 * gdbint.texinfo (SOLIB_ADD): Document additional new
5857 "readsyms" arg.
5858
5859 2001-10-30 Don Howard <dhoward@redhat.com>
5860
5861 * gdb.texinfo: (Command Files) Added documentation for the
5862 behavior of gdb with input redirected from a file.
5863
5864 2001-10-28 Fred Fish <fnf@redhat.com>
5865
5866 * gdb.texinfo (auto-solib-add): Change docs to match
5867 implementation change.
5868 (auto-solib-limit): Add docs for new variable.
5869
5870 2001-10-15 Andrew Cagney <ac131313@redhat.com>
5871
5872 * gdbint.texinfo (Target Architecture Definition): Function
5873 value_as_pointer renamed to value_as_address.
5874
5875 2001-10-15 Andrew Cagney <ac131313@redhat.com>
5876
5877 * gdbint.texinfo (Target Architecture Definition): Default
5878 POINTER_TO_ADDRESS functions assume unsigned addresses.
5879 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
5880 posting by Jim Blandy.
5881
5882 2001-10-12 Jim Blandy <jimb@redhat.com>
5883
5884 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
5885 version of texi2html (1.64) doesn't support this flag any more.
5886
5887 2001-09-08 Mark Kettenis <kettenis@gnu.org>
5888
5889 * gdbint.texinfo (Host Definition): Remove description of
5890 MEM_FNS_DECLARED.
5891
5892 * gdbint.texinfo (Host Definition): Remove description of R_OK.
5893
5894 * gdbint.texinfo (Host Definition): Remove description of
5895 HAVE_SIGSETMASK.
5896
5897 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
5898
5899 * gdbint.texinfo (Target Architecture Definition): Add
5900 explanation of TARGET_PRINT_INSN macro.
5901
5902 2001-08-30 Jim Blandy <jimb@redhat.com>
5903
5904 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
5905 Explain what it means to load relocatable files.
5906
5907 2001-08-28 Jim Blandy <jimb@redhat.com>
5908
5909 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
5910 info `top' menu.
5911
5912 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
5913
5914 * gdbint.texinfo: Add a cautionary note about macro use.
5915
5916 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
5917
5918 * gdb.texinfo: Explain omitting the hostname in the
5919 `target remote' command.
5920
5921 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
5922
5923 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
5924 and END-INFO-DIR-ENTRY.
5925
5926 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5927
5928 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
5929
5930 2001-07-25 Andrew Cagney <ac131313@redhat.com>
5931
5932 * gdbint.texinfo (libgdb): Rewrite.
5933
5934 2001-07-26 Eli Zaretskii <eliz@gnu.org>
5935
5936 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
5937
5938 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5939
5940 * gdb.texinfo (TUI): New chapter, document the TUI.
5941 (Mode Options): Document the -tui option.
5942
5943 2001-07-23 Mark Kettenis <kettenis@gnu.org>
5944
5945 * gdbint.texinfo (Host Definition): Remove description of
5946 NEED_POSIX_SETPGID.
5947
5948 2001-07-23 Eli Zaretskii <eliz@gnu.org>
5949
5950 * gdb.tex (DJGPP Native): New node, with descriptions of
5951 DJGPP-specific commands.
5952
5953 2001-07-19 John R. Moore <jmoore@redhat.com>
5954
5955 * gdbint.texinfo: Three misspellings.
5956
5957 2001-07-06 Andrew Cagney <ac131313@redhat.com>
5958
5959 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
5960 `test` expressions on bash. Problem reported by Colin Walters.
5961
5962 2001-07-04 Andrew Cagney <ac131313@redhat.com>
5963
5964 * gdbint.texinfo (User Interface): Update ui-out documentation to
5965 refelect recent UI/MI updates.
5966
5967 2001-07-04 Andrew Cagney <ac131313@redhat.com>
5968
5969 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
5970 interpreters.
5971
5972 2001-06-15 Andrew Cagney <ac131313@redhat.com>
5973
5974 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
5975 structure and not macros.
5976 (Host Definition): Document that much of this chapter is obsolete.
5977 (Target Architecture Definition): Update list of files that make
5978 up a target architecture.
5979 (Coding): Update.
5980
5981 2001-06-28 Andrew Cagney <ac131313@redhat.com>
5982
5983 * gdbint.texinfo (Target Architecture Definition): Update
5984 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
5985 The latter has been changed to a true predicate.
5986
5987 2001-06-17 Eli Zaretskii <eliz@gnu.org>
5988
5989 * annotate.texi: Add @noindent where needed. From Dmitry
5990 Sivachenko <dima@Chg.RU>.
5991 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
5992
5993 2001-06-16 Andrew Cagney <ac131313@redhat.com>
5994
5995 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
5996
5997 2001-06-14 Andrew Cagney <ac131313@redhat.com>
5998
5999 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
6000 returns ``OK''. Document that the ``R'' packet does not reply.
6001
6002 2001-06-13 Michael Snyder <msnyder@redhat.com>
6003
6004 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
6005
6006 2001-06-13 Eli Zaretskii <eliz@gnu.org>
6007
6008 * gdb.texinfo (Signals): Clarify the default setting of signal
6009 handling.
6010
6011 2001-05-14 Andrew Cagney <ac131313@redhat.com>
6012
6013 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
6014 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
6015
6016 2001-05-12 Andrew Cagney <ac131313@redhat.com>
6017
6018 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
6019
6020 2001-05-10 Eli Zaretskii <eliz@gnu.org>
6021
6022 * gdbint.texinfo (Clean Design and Portable Implementation):
6023 Renamed from "Clean Design".
6024 (Clean Design and Portable Implementation): Document portable
6025 methods of handling file names, and the associated macros.
6026
6027 2001-04-02 Eli Zaretskii <eliz@gnu.org>
6028
6029 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
6030 command and provide a cross-reference to its description.
6031 (Symbols): Note that "info scope" is useful for trace experiments.
6032
6033 2001-04-01 Eli Zaretskii <eliz@gnu.org>
6034
6035 * gdb.texinfo (Symbols): Document "info scope".
6036 (Tracepoints): New chapter.
6037 (Contributors): Update for v5.1.
6038 <All nodes>: Change "C++" to "C@t{++}".
6039
6040 * gdbint.texinfo (User Interface): A new section about ui_out
6041 functions, based on text written by Fernando Nasser.
6042
6043 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
6044
6045 2001-03-26 Eli Zaretskii <eliz@gnu.org>
6046
6047 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
6048
6049 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
6050
6051 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
6052 Replace "GDB" with "@value{GDBN}". Fix markup.
6053
6054 * annotate.texi: Change Permissions to GFDL. Update Copyright.
6055
6056 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
6057 a cross-reference to its description.
6058 (Symbols): Document "info symbol".
6059
6060 2001-03-21 Eli Zaretskii <eliz@gnu.org>
6061
6062 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
6063 subsection "x86 Watchpoints".
6064 (Target Architecture Definition): Document the macros
6065 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
6066 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
6067
6068 2001-03-20 Andrew Cagney <ac131313@redhat.com>
6069
6070 * gdbint.texinfo (Target Architecture Definition): Update
6071 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
6072 list.
6073
6074 2001-03-06 Kevin Buettner <kevinb@redhat.com>
6075
6076 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
6077 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
6078
6079 2001-02-21 Eli Zaretskii <eliz@gnu.org>
6080
6081 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
6082
6083 2001-02-11 Eli Zaretskii <eliz@gnu.org>
6084
6085 * gdb.texinfo (Environment): Document that `path' does not change
6086 the value of PATH in GDB's own environment (it did in the past,
6087 but that was changed on March 15, 1994). Reported by Doug Evans
6088 <dje@transmeta.com>.
6089
6090 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
6091 its line. Fix markup of commands and macros. Add an Index node
6092 and index entries.
6093
6094 2001-01-23 J.T. Conklin <jtc@redback.com>
6095
6096 * gdb.texinfo (Memory region attributes): New manual section.
6097
6098 2001-01-04 Nicholas Duffek <nsd@redhat.com>
6099
6100 * gdbint.texinfo (POP_FRAME): Document use by return_command.
6101
6102 2000-12-25 Eli Zaretskii <eliz@gnu.org>
6103
6104 * refcard.tex: Version and copyright fixed. From Phil Edwards
6105 <pedwards@disaster.jaj.com>.
6106
6107 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
6108
6109 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
6110 DWARF2_REG_TO_REGNUM): Document.
6111
6112 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
6113
6114 * gdbint.texinfo (Coding): Update current value of
6115 --enable-build-warnings. Mention --enable-gdb-build-warnings.
6116
6117 2000-11-19 Eli Zaretskii <eliz@gnu.org>
6118
6119 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
6120 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
6121
6122 2000-11-10 Christopher Faylor <cgf@cygnus.com>
6123
6124 * gdb.texinfo: Document new 'set step-mode' command.
6125
6126 2000-10-16 Eli Zaretskii <eliz@gnu.org>
6127
6128 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
6129 changes from Dmitry Sivachenko <dima@Chg.RU>.
6130
6131 2000-09-26 Eli Zaretskii <eliz@gnu.org>
6132
6133 * gdb.texinfo (Hooks): Document the new post-hook functionality.
6134 From Steven Johnson <sbjohnson@ozemail.com.au>.
6135
6136 2000-08-10 Mark Kettenis <kettenis@gnu.org>
6137
6138 * gdbint.texinfo (Overall Structure): Spelling fix.
6139
6140 2000-08-10 Eli Zaretskii <eliz@gnu.org>
6141
6142 * gdbint.texinfo (Target Architecture Definition): Document that
6143 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
6144 for which REGISTER_CONVERTIBLE returns a zero value.
6145
6146 2000-07-08 Christopher Faylor <cgf@cygnus.com>
6147
6148 * Makefile.in (install-info): Find files to install in either the
6149 build or source directories (adapted from Makefile.am).
6150
6151 2000-07-07 Nicholas Duffek <nsd@redhat.com>
6152
6153 * stabs.texinfo: Fix spelling errors.
6154 (String Field): FILE-NUMBER starts from 0, not 1.
6155
6156 2000-07-05 Eli Zaretskii <eliz@gnu.org>
6157
6158 * refcard.tex: Remove \centerline from the blurb. Patch from
6159 Brian Youmans.
6160
6161 2000-06-25 Eli Zaretskii <eliz@gnu.org>
6162
6163 * Makefile.in (install-info): Support installation from outside of
6164 the source directory. Reported by Mark Harig
6165 <markh@frazier.landmark.com>.
6166
6167 2000-06-20 J.T. Conklin <jtc@redback.com>
6168
6169 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
6170
6171 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
6172
6173 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
6174 Generate using pdftex.
6175 (PDFTEX): Define.
6176 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
6177 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
6178 @contents at the start.
6179
6180 2000-05-24 Eli Zaretskii <eliz@gnu.org>
6181
6182 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
6183 Youmans.
6184
6185 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
6186
6187 From Brian Youmans:
6188 * gdb.texinfo: Fix ``et al.''.
6189
6190 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
6191
6192 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
6193 loop.
6194
6195 2000-05-19 Jimmy Guo <guo@cup.hp.com>
6196
6197 * configure: Regenerate.
6198
6199 2000-05-17 Eli Zaretskii <eliz@gnu.org>
6200
6201 * Makefile.in (install-info): Run install-info on installed Info
6202 files.
6203
6204 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6205
6206 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
6207 Andrew Cagney.
6208
6209 2000-05-09 Eli Zaretskii <eliz@gnu.org>
6210
6211 * gdb.texinfo: Proofreading changes from Brian Youmans.
6212
6213 2000-05-01 Nick Duffek <nsd@cygnus.com>
6214
6215 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
6216 startup sequence, minor edits.
6217
6218 2000-05-01 Eli Zaretskii <eliz@gnu.org>
6219
6220 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
6221 TeX.
6222
6223 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
6224 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
6225 like `n' and `s' which look weird. Convert some of the @kindex to
6226 @vindex, when they refer to variables, not commands.
6227
6228 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6229
6230 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
6231
6232 2000-04-23 Eli Zaretskii <eliz@gnu.org>
6233
6234 * Makefile.in (GDBMI_DIR): New variable.
6235 (SET_TEXINPUTS): Add $(GDBMI_DIR).
6236 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
6237 (gdbmi.texinfo): New target, for texi2roff.
6238 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
6239 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
6240
6241 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
6242 gdbmi.texinfo.
6243 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
6244 comment.
6245
6246 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6247
6248 * gdb.texinfo (Files): Update description of add-symbol-file
6249 command.
6250
6251 2000-04-17 Eli Zaretskii <eliz@gnu.org>
6252
6253 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
6254 prevents the build (and is generally a Bad Idea).
6255
6256 2000-04-17 Eli Zaretskii <eliz@gnu.org>
6257
6258 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
6259 a comma inside @var.
6260 (Command Files): Index markup changes from Dmitry Sivachenko
6261 <dima@Chg.RU>.
6262
6263 2000-04-16 Eli Zaretskii <eliz@gnu.org>
6264
6265 * Makefile.in (LN_S): Define.
6266 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
6267 invoke "ln -s" unless it is known to work.
6268
6269 * configure.in (AC_PROG_LN_S): Add.
6270
6271 2000-04-14 Jim Blandy <jimb@redhat.com>
6272
6273 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
6274 section.
6275 (Target Conditionals): Document ADDRESS_TO_POINTER,
6276 POINTER_TO_ADDRESS.
6277
6278 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
6279
6280 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
6281 gdb-cfg.texi to get the value.
6282
6283 2000-04-10 Jim Blandy <jimb@redhat.com>
6284
6285 * gdbint.texinfo (Target Architecture Definition): Fix
6286 cross-references.
6287
6288 2000-04-08 Jim Blandy <jimb@redhat.com>
6289
6290 * gdbint.texinfo (Using Different Register and Memory Data
6291 Representations): New section.
6292 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
6293 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
6294 REGISTER_CONVERT_TO_RAW): Document.
6295
6296 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
6297
6298 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
6299 for acknowledgments.
6300
6301 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
6302
6303 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
6304 qThreadExtraInfo.
6305
6306 2000-03-28 J.T. Conklin <jtc@redback.com>
6307
6308 * gdb.texinfo: Clarify which remote debug protocol commands are
6309 required and which are optional.
6310
6311 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
6312
6313 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
6314 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
6315 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
6316 * annotate.texi: Update.
6317
6318 2000-03-28 Stan Shebs <shebs@apple.com>
6319
6320 * gdb.texinfo: Update dates, bump to Eighth Edition (note
6321 expectation of additional changes before release), update
6322 ISBN, add copy of top-level menu for @ifhtml, remove explicit
6323 node links, rephrase and/or shorten lines to fix formatting
6324 problem in both regular and @smallbook formats.
6325 * annotate.texi: Shorten lines in example, use smallexample
6326 consistently everywhere.
6327 * Makefile.in: Add comment about texinfo 4.0 html generation.
6328 (SFILES_INCLUDED): Add annotate.texi.
6329
6330 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
6331
6332 * gdb.texinfo (Debugging Output): Added new section, documenting
6333 the "set/show debug" commands.
6334
6335 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
6336
6337 * annotate.texi (Annotations): When GDBN omit @chapter and @node
6338 entry.
6339
6340 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
6341 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
6342 @chapter and @node entries.
6343
6344 * gdb.texinfo: Link all top-level nodes.
6345
6346 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
6347
6348 * Makefile.in (install-info): Create $(infodir) before installing
6349 files.
6350
6351 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
6352
6353 From David Whedon <dwhedon@gordian.com>
6354 * gdbint.texinfo : Added paragraphs about command deprecation.
6355
6356 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
6357
6358 * gdb.texinfo: Add documentation for the apropos command.
6359
6360 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6361
6362 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
6363
6364 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6365
6366 * gdb.texinfo: Add white space to prevent overprinting in
6367 two places.
6368
6369 2000-03-17 Stan Shebs <shebs@apple.com>
6370
6371 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
6372 <dima@Chg.RU>, also clarification of allowed content for
6373 string constants.
6374
6375 2000-03-16 Eli Zaretskii <eliz@gnu.org>
6376
6377 * gdb.texinfo (main menu): Add Annotations.
6378 (File Options): Add @cindex entries for each command-line option.
6379 Document --epoch, --annotate, --async, --interpreter, --write,
6380 --statistics, and --version.
6381
6382 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
6383 of GDB.
6384
6385 2000-02-23 Jim Blandy <jimb@redhat.com>
6386
6387 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
6388
6389 2000-02-22 Jim Blandy <jimb@redhat.com>
6390
6391 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
6392
6393 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
6394
6395 * Makefile.in (diststuff): New target.
6396
6397 2000-02-15 Kevin Buettner <kevinb@redhat.com>
6398
6399 * agentexpr.texi: Fix wording regarding Intel's IA-64
6400 architecture. [From Jim Wilson.]
6401
6402 2000-01-16 Tom Tromey <tromey@cygnus.com>
6403
6404 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
6405 (Delete Breaks): Mention range arguments.
6406 (Disabling): Likewise.
6407
6408 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
6409
6410 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
6411
6412 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
6413
6414 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
6415 valid functions.
6416
6417 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
6418
6419 * gdb.texinfo: Clarify regular expressions used in rbreak.
6420
6421 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
6422
6423 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
6424 MEMORY_REMOVE_BREAKPOINT): Document.
6425
6426 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
6427
6428 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
6429 offset re-using the DATA offset instead.
6430
6431 1999-10-11 Jim Kingdon <kingdon@redhat.com>
6432
6433 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
6434
6435 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
6436
6437 From Dmitry Sivachenko <demon@gpad.ac.ru>:
6438 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
6439 typos.
6440
6441 * gdb.texinfo: Various minor wording and formatting improvements,
6442 mentions of additional command-line options.
6443
6444 1999-09-30 Fred Fish <fnf@cygnus.com>
6445
6446 * gdb.texinfo: Document additional forms of specifying section
6447 names and addresses for the add-symbol-file command.
6448
6449 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
6450
6451 * gdbint.texinfo: Fix typo, add the word "have".
6452
6453 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
6454
6455 * gdbint.texinfo (Target Architecture Definition): Document the
6456 SKIP_PERMANENT_BREAKPOINT macro.
6457
6458 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
6459
6460 * gdb.texinfo: Fiks speling errers.
6461
6462 * gdb.texinfo: Fix uses of @multitable.
6463
6464 From Eli Zaretskii <eliz@gnu.org>:
6465 * gdb.texinfo: Include details specific to DOS host, clarify
6466 some confusing language, fix @ref/@xref/@pxref usages, add
6467 comments about using with optimization, add more indexing,
6468 fix info about disassembly-flavor.
6469
6470 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
6471
6472 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
6473 SKIP_SOLIB_RESOLVER): Define.
6474
6475 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
6476
6477 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
6478 ``g'' packets.
6479
6480 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
6481
6482 * gdb.texinfo: Create a new "Configurations" chapter with
6483 platform-specific info, inline remote.texi and move sections of it
6484 into the new chapter, move bits about info proc, heuristic search,
6485 and register stack into the new chapter.
6486 * remote.texi: Remove, now part of gdb.texinfo.
6487 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
6488
6489 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
6490
6491 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
6492 GDB_TARGET_IS_MACH386): These kludges have gone away.
6493
6494 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
6495
6496 * gdbint.texinfo (Target Architecture Definition): Mention
6497 TDEPLIBS.
6498
6499 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
6500
6501 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
6502 surrounding text to fit HP-UX bits into general info.
6503 (HPPA-cfg.texi): Remove, no longer useful.
6504
6505 * gdb.texinfo: Remove explicit links from @node lines, remove
6506 HP-added "Detailed Node Listing" from main menu which confuses
6507 things.
6508
6509 From Dmitry Sivachenko <dima@Chg.RU>:
6510 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
6511 in description of `set environment'.
6512
6513 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
6514
6515 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
6516
6517 1999-08-12 Ben Elliston <bje@cygnus.com>
6518
6519 * gdbint.texinfo (Breakpoint Handling): Add missing words.
6520
6521 1999-08-10 Eli Zaretskii <eliz@gnu.org>
6522
6523 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
6524 watch, awatch, and rwatch. Explain why the latter two cannot be
6525 set as software watchpoints. Document that watchpoints for local
6526 variables are deleted when the debuggee terminates.
6527
6528 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
6529
6530 * remote.texi (Protocol): Further clarification of the "qRcmd"
6531 packet. Allow E.. response packet. "qRcmd" packet is no longer
6532 reserved.
6533
6534 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6535
6536 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
6537 * gdb.texinfo: Ditto.
6538
6539 1999-08-06 Tom Tromey <tromey@cygnus.com>
6540
6541 * gdb.texinfo (KOD): New node.
6542
6543 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
6544
6545 * remote.texi (Rcmd): Fix minor formatting typos.
6546
6547 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
6548
6549 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
6550 packets.
6551
6552 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
6553
6554 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
6555 fixes.
6556
6557 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
6558
6559 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
6560
6561 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
6562
6563 * remote.texi (Communication Protocol): ``v'' is in use. Fix
6564 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
6565 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
6566 packets that are not supported on all hosts. Expand examples.
6567 Spell check.
6568
6569 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
6570
6571 * Makefile.in: Recognize html, install-html. Add targets
6572 to build HTML versions of documentation via texi2html.
6573
6574 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
6575
6576 * gdbint.texinfo (Testsuite): New chapter, information about the
6577 testsuite.
6578
6579 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
6580
6581 * remote.texi (Communication Protocol): Rewrite.
6582
6583 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
6584
6585 * stabs.texinfo: Fix uses of xref.
6586
6587 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
6588
6589 * gdbint.texinfo: Add an anti-printf exhortation, and update the
6590 info about patch submission.
6591
6592 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
6593
6594 From Per Bothner <bothner@cygnus.com>:
6595 * gdb.texinfo: Document Chill support.
6596
6597 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
6598
6599 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
6600 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
6601 Document that the value should be greater-than or equal-to zero.
6602 (NO_STD_REGS): Document. Deprecate.
6603
6604 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
6605
6606 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
6607 Document that these are not used.
6608
6609 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
6610
6611 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
6612
6613 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
6614
6615 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
6616 numargs was dropped.
6617
6618 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
6619
6620 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
6621
6622 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
6623
6624 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
6625 Update.
6626
6627 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
6628
6629 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
6630 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
6631
6632 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
6633
6634 * gdbint.texinfo: Fix typos: $ -> @.
6635
6636 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
6637
6638 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
6639 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
6640 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
6641 BREAKPOINT_FROM_PC.
6642
6643 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
6644
6645 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
6646 CALL_DUMMY_STACK_ADJUST): Document.
6647
6648 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
6649
6650 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
6651 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
6652
6653 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
6654
6655 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
6656 longer exists.
6657
6658 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
6659
6660 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
6661 nearly all @ifset/@ifclear conditionals; nobody uses them, and
6662 they make the manual source incomprehensible.
6663 * h8-cfg.texi: Remove, hasn't been used in years.
6664
6665 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
6666
6667 * gdb.texinfo: Update the credits.
6668
6669 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
6670
6671 * gdb.texinfo: Fix mistakes noticed in printout of last
6672 draft, add Alpha to discussion of heuristic fence post.
6673
6674 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
6675
6676 * gdb.texinfo, remote.texi: Many changes; update to Seventh
6677 Edition, merge some HP changes into mainline, describe some
6678 previously undocumented features, describe more of the target
6679 commands available, eliminate obsolete section on renamed
6680 commands.
6681 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
6682
6683 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
6684
6685 * gdb.texinfo: Make many HPPA conditionals unconditional,
6686 including catchpoint description, since now on for all configs.
6687 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
6688 specializations.
6689
6690 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
6691
6692 * Makefile.in (GDBvn.texi): Fix match expression to work with
6693 current format of VERSION in gdb/Makefile.in.
6694 * gdb.texinfo: Fix node ref to match new readline.
6695
6696 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
6697
6698 * gdb.texinfo: Changes made as part of a project to merge in
6699 changes made by HP. Documentation makes extensive use of
6700 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
6701 on remote debugging. There are differences in documentation
6702 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
6703 the HP manual discusses catchpoints, hardware watchpoints, and
6704 some HPUX specific limitations for shared library support.
6705
6706 There are also a number of @node changes.
6707
6708 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
6709
6710 * gdbint.texinfo (Formatting): Disambiguate a sentence.
6711 (C Usage): Same.
6712
6713 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
6714
6715 The following changes were made by Edith Epstein
6716 <eepstein@cygnus.com> as part of a project to merge in changes
6717 made by HP.
6718
6719 * HPPA-cfg.texi: new file.
6720
6721 * all-cfg.texi: set HPPA for HP PA-RISC targets.
6722
6723 * refcard.tex: change documentation about catch.
6724 removed info catch.
6725
6726 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
6727
6728 * gdbint.texinfo: Expand on GDB's coding standards,
6729 specify the use of arg names with prototypes.
6730
6731 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
6732
6733 * gdb.texinfo: Fix tipo.
6734
6735 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
6736
6737 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
6738 TARGET_BYTE_ORDER_SELECTABLE_P.
6739
6740 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
6741
6742 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
6743
6744 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
6745
6746 * agentexpr.texi: New file.
6747
6748 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
6749
6750 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
6751
6752 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
6753
6754 * remote.texi: Changed wording that implied that the GDB remote
6755 protocol caches register values instead of GDB itself.
6756
6757 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
6758
6759 * gdbint.texinfo: Add some info about symbol readers.
6760 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
6761 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
6762 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
6763 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
6764
6765 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
6766
6767 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
6768
6769 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
6770
6771 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
6772
6773 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
6774
6775 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
6776 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
6777
6778 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
6779
6780 * gdbint.texinfo: Fix minor typos.
6781
6782 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
6783
6784 * gdbint.texinfo: Complete overhaul. Group descriptions more
6785 logically, add more info on generic algorithms, remove much
6786 obsolete and/or wrong material.
6787
6788 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
6789
6790 * stabs.texinfo (Method Type Descriptor): Expand and correct.
6791
6792 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
6793
6794 * refcard.tex: Copyright, address updates.
6795
6796 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
6797
6798 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
6799 for the edition instead of confusing GDB-version-like numbers.
6800
6801 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
6802
6803 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
6804
6805 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
6806
6807 * LRS: Reformat a bit to keep text under 80 columns.
6808
6809 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
6810
6811 * gdb.texinfo: Add some credits, mention bug monitor.
6812 * remote.texi: Mention mips monitor targets.
6813 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
6814
6815 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
6816
6817 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
6818 files, finish sorting of host vs target vs native macros, describe
6819 some more of them.
6820
6821 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
6822
6823 * gdbint.texinfo (Host Conditionals): Document change from
6824 using NO_MMALLOC to it's inverse, USE_MMALLOC.
6825
6826 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
6827
6828 * gdbint.texinfo (Host Conditionals): Document
6829 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
6830
6831 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
6832
6833 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
6834 Document LSEEK_NOT_LINEAR.
6835
6836 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
6837
6838 * stabs.texinfo (Stab Section Basics): Make it clear that only
6839 some versions of the GNU linker remove the leading N_UNDF symbol.
6840
6841 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
6842
6843 * stabs.texinfo (String Field): Document type number pairs here,
6844 instead of in the Sun specific section.
6845 (Include Files): The GNU linker supports the N_BINCL
6846 optimization. Clarify the N_BINCL value, and what it is used
6847 for.
6848 (Procedures): Document N_FUN with an empty string to mark the end
6849 of a function.
6850 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
6851 (Sun Differences): Remove this node, as the information is now
6852 elsewhere in the main document.
6853 (Stab Section Basics): Mention that the GNU linker may optimize
6854 stabs and remove the leading N_UNDF symbol.
6855
6856 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
6857
6858 * gdb.texinfo, refcard.tex: Restore author credit
6859
6860 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
6861
6862 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
6863 documentation to account for START and END macros taking
6864 one arg.
6865
6866 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
6867
6868 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
6869 * gdb.texinfo (Frames): Fix typo.
6870
6871 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
6872
6873 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
6874 a target_signal as arg type, not a pid.
6875
6876 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
6877
6878 * gdb.texinfo: Document `set assembly-language'.
6879
6880 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
6881
6882 * remote.texi: Update list of stubs in the GDB distribution.
6883
6884 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
6885
6886 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
6887 Also document that some systems can use mmalloc but must define
6888 this if their C runtime allocates memory that is later freed.
6889 (MMCHECK_FORCE): Document new macro.
6890
6891 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
6892
6893 * remote.texi: Add documentation for target Sparclet.
6894
6895 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6896
6897 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
6898 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
6899 * configure.in: Rewritten for autoconf.
6900 * configure: New.
6901
6902 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
6903
6904 * Makefile.in (DVIPS): New define, set to dvips.
6905 (dvi): Add stabs.dvi.
6906 (ps): New target.
6907 (all-doc): Depend on info, dvi, and ps targets.
6908 (STAGESTUFF): Add *.ps and *.dvi files.
6909 (clean-info, clean-dvi): Remove.
6910 (mostlyclean): Does not depend upon clean-info or clean-dvi,
6911 rules completely rewritten.
6912 (maintainer-clean): Remove clean-info and clean-dvi
6913 dependencies and put their actions in the rules.
6914 (gdb.ps): New target
6915 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
6916 intermediate TeX files, whether they have 2 or 3 character
6917 extensions.
6918 (gdbint.ps): Add target and rules.
6919 (gdb-internals): Delete unused target.
6920 (Makefile): Depends upon config.status also.
6921
6922 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
6923
6924 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
6925 set.
6926
6927 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
6928
6929 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
6930 * gdb.texinfo (Expressions): Fix erroneous array constant example.
6931
6932 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
6933
6934 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
6935
6936 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6937
6938 * gdb.texinfo (Print settings): Document
6939 `set/show print static-members' commands.
6940
6941 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
6942
6943 * gdbint.texinfo (Native): Document name change, coredep.c to
6944 core-aout.c.
6945
6946 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
6947
6948 * stabs.texinfo (Include Files): Document the values the SunOS4
6949 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
6950
6951 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
6952
6953 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
6954 Fix typo.
6955
6956 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
6957
6958 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
6959 "gdb.tar.Z".
6960
6961 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
6962
6963 * Makefile.in (maintainer-clean): New target, synonym for
6964 realclean.
6965
6966 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
6967
6968 * Update all FSF addresses except those in COPYING* files.
6969
6970 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
6971
6972 From Richard Earnshaw (rearnsha@armltd.co.uk):
6973 * gdb.texinfo (convenience variables): Document $_exitcode.
6974 (quit): Document optional expression to use as exit code.
6975
6976 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
6977
6978 * gdb.texinfo, remote.texi: Brought up to date with various
6979 GDB changes.
6980
6981 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
6982
6983 * gdb.texinfo: Update dates and versions, fix comments about
6984 hardware watchpoints in future releases and about the
6985 sharedlibrary command.
6986
6987 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6988
6989 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
6990 C_FUN stab. Other cleanups.
6991
6992 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6993
6994 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
6995 for the sparc stub.
6996
6997 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6998
6999 * annotate.texi: Clarify which addresses have differing formats
7000 depending on the language and which do not.
7001
7002 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7003
7004 * remote.texi (NetWare): Changed example to use BOARD= instead of
7005 NODE= argument to reflect correspoding change to gdbserve.nlm.
7006
7007 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7008
7009 * stabs.texinfo (Negative Type Numbers): Mention the fact that
7010 GDB, as well as AIX dbx, supports the size type attribute.
7011
7012 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7013
7014 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
7015
7016 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
7017
7018 * gdb.texinfo (Define): Document $arg0... arguments to commands,
7019 and new 'if' and 'while' commands.
7020
7021 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
7022
7023 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
7024
7025 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7026
7027 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
7028 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
7029 NetWare targets. Mostly stolen from the Server node.
7030
7031 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7032
7033 * gdb.texinfo (Setting): Talk about the language of a source file
7034 versus the working language. The old documentation did not match
7035 what GDB did.
7036
7037 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7038
7039 * stabs.texinfo (Source Files): Document N_SO used to mark the end
7040 of a source file.
7041
7042 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7043
7044 * gdb.texinfo (Processes): New node.
7045
7046 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
7047
7048 * remote.texi: Update documentation of set/show mipsfpu.
7049
7050 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
7051
7052 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
7053 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
7054
7055 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
7056
7057 * gdbint.texinfo: Removed mentions of some incorrectly placed and
7058 obsolete conditionals, described some others.
7059
7060 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7061
7062 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
7063 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
7064
7065 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
7066
7067 * gdbint.texinfo: Put regex conditionals in their own table.
7068
7069 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7070
7071 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
7072 described or fixed the descriptions of many others.
7073
7074 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
7075
7076 * gdb.texinfo: Add some more credits.
7077 * gdbint.texinfo: Capitalize GDB consistently, describe some
7078 macros and remove some.
7079
7080 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
7081
7082 * gdbint.texinfo: Removed mentions of many incorrectly placed and
7083 obsolete conditionals, described some others.
7084
7085 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7086
7087 * gdb.texinfo (help targets): Changed to `help target', which
7088 is the correct gdb command.
7089
7090 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7091
7092 * annotate.texi (TODO): New node, for keeping track of annotations
7093 suggested but not yet implemented.
7094
7095 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7096
7097 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
7098 another symbol, it is not the address itself.
7099
7100 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
7101
7102 * stabs.texinfo (Stab Section Basics): Add comment about alignment
7103 of stabs-in-coff sections.
7104
7105 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7106
7107 * annotate.texi: Change edition to 0.5 and date to May 1994.
7108 Add index.
7109 (Frames): New node, for frame annotation.
7110 (Displays): New node, for display annotation.
7111
7112 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
7113 when waiting for your program to stop.
7114
7115 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7116
7117 * annotate.texi (Breakpoint Info): Document annotation of header
7118 fields and record annotation.
7119
7120 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7121
7122 * annotate.texi: New file, to document annotations.
7123
7124 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7125
7126 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
7127 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
7128
7129 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7130
7131 * stabs.texinfo (Stab Section Basics): Say what is in .stab
7132 section, and say n_strx field is compilation unit relative.
7133 * stabs.texinfo: Don't use @code for a.out when it is the name of
7134 an object file format.
7135
7136 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7137
7138 * gdb.texinfo: Refer to file names, not path names, per rms
7139 convention.
7140 (Arguments): Fix typo.
7141
7142 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7143
7144 * stabs.texinfo (Global Variables): Talk about stabs in files
7145 where variables are referenced, but not defined.
7146
7147 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7148
7149 * stabs.texinfo: Move stuff on @ and # type descriptors from node
7150 Cplusplus to new nodes Member Type Descriptor and Method Type
7151 Descriptor. Re-write stuff for #.
7152
7153 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7154
7155 * gdb.texinfo (Print Settings): Don't document "set print
7156 fast-symbolic-addr off". The bug which it worked around was fixed
7157 on 25 Feb 94 in coffread.c, so I'm nuking the command.
7158
7159 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
7160 N_ENTRY node.
7161
7162 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
7163
7164 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7165
7166 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
7167 references to ieee-float.c.
7168
7169 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7170
7171 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
7172 match what the code actually does.
7173
7174 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7175
7176 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
7177
7178 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7179
7180 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
7181 i, and b.
7182
7183 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
7184
7185 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
7186 well as for ELF and SOM. Unify the descriptions of ELF and SOM
7187 as "stabs in sections" rather than just saying "ELF and SOM".
7188 Also make that stuff apply to COFF.
7189
7190 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7191
7192 * gdb.texinfo (Formatting Documentation): Change GhostScript to
7193 Ghostscript.
7194
7195 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7196
7197 * gdb.texinfo (Continuing and Stepping): When talking about "step"
7198 versus functions without line numbers, also mention stepping into
7199 them as well as "step" when you are in them. Tell the user how to
7200 deal with the situation. Add comment about "debugging information".
7201
7202 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7203
7204 * stabs.texinfo (Enumerations): Document restriction on where
7205 enumeration types can appear and still win with GDB.
7206
7207 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7208
7209 * stabs.texinfo (Negative Type Numbers): Document format for type
7210 -16.
7211
7212 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7213
7214 * gdb.texinfo (Selection, Frame Info): Update information about
7215 arbitrary frame specficiations.
7216
7217 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
7218
7219 * gdb.texinfo, remote.texi: general editing pass prior to Net release
7220
7221 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7222
7223 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
7224
7225 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
7226
7227 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
7228
7229 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7230
7231 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
7232 Differences node to Statics node.
7233 (Statics): Discuss XCOFF use of V symbol descriptor.
7234
7235 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
7236 not clean.
7237
7238 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
7239
7240 * gdb.texinfo (Print Settings): Document `set print
7241 fast-symbolic-addr' and improve the doc for some other
7242 `set print's.
7243
7244 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7245
7246 * stabs.texinfo (String Field): Talk about defining several type
7247 numbers at once.
7248 Fix lint regarding changing node ELF Transformations to
7249 ELF and SOM Transformations.
7250
7251 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
7252
7253 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
7254
7255 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7256
7257 * stabs.texinfo (Cross-References): `::' is for nested types only
7258 within <>.
7259 (Structures): Document static members.
7260
7261 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7262
7263 * stabs.texinfo: Document S type attribute.
7264
7265 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
7266
7267 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
7268
7269 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
7270
7271 * gdbint.texinfo: Fix a few typos.
7272
7273 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7274
7275 * gdb.texinfo, remote.texi: formatting improvements
7276
7277 * gdb.texinfo (New Features): mention threads.
7278 (Summary, C): fix xrefs in newly contributed text.
7279 (Threads): index entries, clarifications, example
7280 (passim): minor typos fixed, phrasing improvements
7281
7282 * remote.texi (Bootstrapping): rephrase text on ^C and add index
7283 entries; (Server): explain use of gdbserver w/real-time systems,
7284 add example of conflicting TCP port; (MIPS Remote) break up
7285 running text into table, highlighting commands, and add example.
7286
7287 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7288
7289 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
7290
7291 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7292
7293 * stabs.texinfo (Nested Symbols): New node.
7294 (String Field, Symbol Descriptors, Cross-References): Refer to it.
7295
7296 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7297
7298 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
7299 to picking which Bbss.bss symbol to use, and (because there seems to
7300 be no good way of doing it) re-write some of the text to make it
7301 sound like Bbss.bss isn't such a great idea after all (as currently
7302 designed).
7303
7304 * gdb.texinfo (C): In addition to saying people have to use g++ for
7305 good results, say they have to use stabs. Specifically say cfront
7306 doesn't work well.
7307 (Summary): Merge in information on Modula-2, Pascal, and Chill from
7308 the gdb README. Add xrefs to places where the support for the various
7309 languages is described in detail.
7310
7311 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7312
7313 * stabs.texinfo: Clean up stuff about visibility and virtual
7314 characters.
7315
7316 * stabs.texinfo (N_M2C): Cite Sun doc.
7317
7318 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7319
7320 * gdb.texinfo: updates re threads.
7321 * remote.texinfo: avoid index entries starting with digits.
7322
7323 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7324
7325 * stabs.texinfo (Enumerations): Talk about large, negative and
7326 octal values. Clean up cross reference to type attributes.
7327 (String Field): Say that GDB 4.11 supports size attribute.
7328
7329 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7330
7331 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
7332 is a mandatory step. Make the stuff about that more concise.
7333
7334 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7335
7336 * stabs.texinfo (Class Names): New node.
7337
7338 * gdb.texinfo (Command Files): Explain order of init file reading.
7339
7340 * remote.texi (Bootstrapping): Talk about getting the serial driver
7341 to deal with ^C sent by gdb to stop the remote system.
7342
7343 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
7344
7345 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
7346
7347 * libgdb.texinfo (Defining Commands): made the DOC arg
7348 to gdb_define_app_command a char * instead of char **
7349 per a suggestion from kingdon.
7350
7351 * libgdb.texinfo: total rewrite from a different starting
7352 premise.
7353
7354 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7355
7356 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
7357 floats passed as doubles (to improve clarity).
7358
7359 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7360
7361 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
7362
7363 * a4rc.sed: update to work with Andreas Vogel papersize params
7364
7365 * refcard.tex: use Andreas Vogel simplifications of papersize
7366 params; remove useless version info; update copyright date.
7367
7368 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7369
7370 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
7371
7372 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7373
7374 * gdb.texinfo (Files): Say what address the load command loads it at.
7375
7376 * stabs.texinfo (Common Blocks): Minor cleanups.
7377
7378 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
7379 that Sun has backed away from the linker kludge and thus the relevant
7380 issue is changes to the SunPRO tools, not the Solaris linker.
7381
7382 * stabs.texinfo (Traditional Integer Types): Clean up description
7383 of octal bounds a little bit. Document extra leading zeroes.
7384
7385 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7386
7387 * gdb.texinfo (Signaling): Update for symbolic symbol names
7388 and add a section explaining the difference between the GDB
7389 signal command and the shell kill utility.
7390
7391 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
7392
7393 * libgdb.texinfo: added `@' to braces that were unescaped.
7394
7395 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
7396
7397 * libgdb.texinfo: new file. Spec for the gdb library.
7398
7399 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7400
7401 * stabs.texinfo (Include Files): Fix typo (start -> end).
7402
7403 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7404
7405 * gdb.texinfo, remote.texi: assorted small improvements, mostly
7406 from Melissa at FSF's editing pass.
7407
7408 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7409
7410 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
7411 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
7412 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
7413
7414 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7415
7416 * remote.texi (Bootstrapping): Discuss 386 call gates.
7417
7418 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
7419
7420 * stabs.texinfo (Based Variables): New node.
7421
7422 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
7423
7424 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
7425 names, sizes, and formats to suggest how not to lose.
7426
7427 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
7428
7429 * stabs.texinfo (Methods): Fix typo.
7430
7431 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7432
7433 * gdb.texinfo: Fix a few typos.
7434
7435 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7436
7437 * gdb.texinfo: Clarify how well it works with Fortran.
7438
7439 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
7440 More on relocating stabs in ELF files.
7441
7442 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7443
7444 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
7445
7446 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7447
7448 * stabs.texinfo (Local Variable Parameters): Talk about nameless
7449 parameters on VAX.
7450
7451 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7452
7453 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
7454
7455 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7456
7457 * stabs.texinfo: Make info author notice match the TeX author notice.
7458
7459 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7460
7461 * stabs.texinfo: Initial-caps all words in node names and
7462 non-trivial words in section names.
7463
7464 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7465
7466 * stabs.texinfo: Many minor cleanups.
7467
7468 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
7469
7470 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
7471
7472 * stabs.texinfo: Remove full description of big example.
7473 It's not really helpful; just use pieces of it where appropriate.
7474 Add more Texinfo formatting directives (@samp, etc.).
7475 Use @deffn to define stab types.
7476 Eliminate some wordiness. Break up some nodes.
7477 Add an (alphabetized) index of symbol types.
7478 Use consistent capitalization style in node and section names.
7479
7480 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
7481
7482 * gdb.texinfo: Change typo "Two two" to "The two".
7483
7484 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7485
7486 * stabs.texinfo (XCOFF-differences): Remove references to
7487 non-existent types N_DECL and N_RPSYM.
7488
7489 * stabs.texinfo (String Field): Say that type attributes bug is
7490 fixed in GDB 4.10, since it is.
7491
7492 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
7493
7494 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
7495
7496 * stabs.texinfo: Formatting cleanups.
7497
7498 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7499
7500 * stabs.texinfo: When explaining the n_type of a stab, standardize
7501 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
7502 no tabs, use @r).
7503 (Global Variables): Clean up.
7504
7505 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7506
7507 * stabs.texinfo (Stack Variables): Re-write.
7508
7509 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7510
7511 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
7512 addresses of a source file. Also revise formatting.
7513 Change "object module" or "object file" to "source file".
7514 Various: Miscellaneous cleanups.
7515
7516 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7517
7518 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
7519
7520 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
7521
7522 * gdbint.texinfo: Removed many nonsensical machine-collected
7523 host and target conditionals, described some of the remainder.
7524
7525 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7526
7527 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
7528
7529 * gdbint.texinfo (Top): Add name to @top line, and re-write the
7530 paragraph which follows.
7531
7532 * gdbint.texinfo (Host): Use @code not @samp for Makefile
7533 variables. Looks better and avoids overful hbox.
7534
7535 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7536
7537 * stabs.texinfo (Procedures): Improve stuff on nested functions.
7538
7539 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7540
7541 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
7542 retransmit-timeout
7543
7544 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7545
7546 * gdbint.texinfo: Update statement about `some ancient Unix
7547 systems, like Ultrix 4.0' to Ultrix 4.2.
7548
7549 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
7550
7551 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
7552
7553 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
7554
7555 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
7556 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
7557
7558 * remote.texi: new name for former gdbinv-s.texi
7559
7560 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
7561
7562 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
7563
7564 * gdbinv-s.texi: Documented timeout and retransmit-timeout
7565 variables for MIPS remote debugging protocol.
7566
7567 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7568
7569 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
7570
7571 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
7572
7573 * Makefile.in (refcard.dvi): Use srcdir where necessary.
7574
7575 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
7576
7577 * gdb.texinfo: repair conditional bugs in text markup
7578
7579 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7580
7581 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
7582 to select Modula-2 material.
7583
7584 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7585
7586 * stabs.texinfo: Cleanups regarding statics.
7587
7588 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
7589 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
7590
7591 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7592
7593 * stabs.texinfo: N_MAIN is sometimes used for C.
7594
7595 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7596
7597 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
7598
7599 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
7600
7601 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
7602 removed from the code by Kingdon.
7603
7604 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7605
7606 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
7607 input when evaluating breakpoint conditions; the bug has been fixed.
7608
7609 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
7610 sets the ignore count to N-1, not to N.
7611
7612 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7613
7614 * refcard.tex (\hoffset): correct longstanding error to match
7615 intended offset; avoids cutting off edge on some printers
7616
7617 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7618
7619 * stabs.texinfo (Parameters): Say that order of stabs is significant.
7620
7621 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7622
7623 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
7624
7625 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7626
7627 * Makefile.in: (REFEDITS) new var to control whether PS or CM
7628 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
7629 collect sed edits if any, apply to refcard before formatting;
7630 (refcard.ps) stop implying PS fonts if PS output requested;
7631 (lrefcard.ps) delete extra target for variant PS fonts
7632
7633 * refcard.tex: parametrize papersize dependent info, collect
7634 in easily replaced spot
7635
7636 * a4rc.sed: new file, edits to refcard for A4 paper
7637
7638 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7639
7640 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
7641
7642 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7643
7644 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
7645
7646 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7647
7648 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
7649 politely rather than rudely.
7650
7651 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7652
7653 * stabs.texinfo: Document common blocks.
7654
7655 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
7656
7657 * stabs.texinfo: Add some basic info about stabs-in-elf.
7658
7659 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7660
7661 * stabs.texinfo (Top): Minor cleanup.
7662
7663 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
7664
7665 * Makefile.in (install-info): remove parentdir support
7666
7667 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7668
7669 * gdb.texinfo (Copying): delete this node and references to it;
7670 RMS says this manual need not carry GPL. (passim): Improvements
7671 from last round at FSF, largely due to Ian Taylor review, and
7672 minor formatting improvements.
7673
7674 * gdbinv-s.texi (passim): Improvements from last round at FSF,
7675 largely due to Ian Taylor review. (Debug Session): minor edits to
7676 new text.
7677
7678 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
7679
7680 * Makefile.in (realclean): Remove info and dvi files too.
7681
7682 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
7683
7684 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
7685 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
7686 * gdb.texinfo: Change accordingly.
7687
7688 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
7689 N_{L,R}BRAC,N_SLINE are relative to.
7690
7691 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
7692
7693 * Makefile.in (GDBvn.texi): Update atomically.
7694
7695 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
7696
7697 * gdbinv-s.texi (Debug Session): Document exceptionHook.
7698
7699 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
7700
7701 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
7702 addresses together. Also motivate the set print symbol-filename
7703 command and suggest other solutions.
7704
7705 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
7706
7707 * gdb.texinfo (set print elements): Note that the number of
7708 elements is set to unlimited by "set print elements 0".
7709
7710 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
7711
7712 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
7713 NF_LDOUBLE means.
7714 (Stab Types): Include Solaris stab types.
7715 (Procedures): Document Solaris extensions.
7716
7717 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7718
7719 * gdb.texinfo: Add `set print symbol-filename' doc.
7720
7721 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7722
7723 * stabs.texinfo (Arrays): Talk about type definition vs. type
7724 information.
7725
7726 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
7727 the trailing semicolon.
7728
7729 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7730
7731 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
7732 and merge in other parts of the document addressing these subjects.
7733 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
7734
7735 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
7736 at the end of a range type.
7737
7738 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
7739 AIX extensions.
7740
7741 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7742
7743 * stabs.texinfo (Stabs Format): Misc fixes.
7744
7745 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7746
7747 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
7748 (Traditional builtin types): Document convex convention for long long.
7749 (Negative builtin types): Discuss type names, and misc fixes.
7750
7751 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7752
7753 * stabs.texinfo (Builtin Type Descriptors): Document the floating
7754 point types used with @samp{R} type descriptor.
7755 (Symbol Descriptors): Describe how to handle conflict between
7756 different meanings of @samp{P} symbol descriptor.
7757
7758 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7759
7760 * stabs.texinfo: Remove node Quick Reference and put its children
7761 directly under the main menu.
7762
7763 * stabs.texinfo: Many more changes to bring it into line with
7764 AIX documentation and reality. I think it now has all the
7765 information from the AIX documentation, except that I burned
7766 out when I got to variant records (Pascal and Modula-2) and
7767 all the COBOL types. Oh well, we can add them later when we're
7768 worrying more about those languages.
7769
7770 * stabs.texinfo (Automatic variables): Talk about what it means
7771 to omit the symbol descriptor.
7772
7773 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7774
7775 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
7776 gcc2 behavior with promoted args.
7777
7778 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7779
7780 * gdb.texinfo: include readline appendices in info version of manual
7781
7782 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7783
7784 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
7785 target remote.
7786
7787 * gdb.texinfo (Machine Code): more index entries for disassemble
7788
7789 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
7790
7791 * Clarify the intended use of the gdb-testers and gdb-patches
7792 mailing lists, and shrink gzip comment.
7793
7794 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7795
7796 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
7797 DOSHOST configuration of manual.
7798
7799 * gdb.texinfo (MIPS Stack): new node.
7800
7801 * all-config.texi (MIPS) new switch.
7802
7803 * gdbinv-s.texi (Nindy Options) Remove two instances of future
7804 tense; (MIPS Remote) new node.
7805
7806 * gdb.texinfo (passim) rephrases to work around makeinfo @value
7807 bug; (Environment) less passive, other small cleanups in text about
7808 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
7809 (Remote) new MIPS Remote menu entry.
7810
7811 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
7812
7813 * stabs.texinfo: Many changes to include information from the
7814 AIX documentation.
7815
7816 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
7817
7818 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
7819
7820 * gdbint.texinfo (new node Debugging GDB, elsewhere):
7821 Move a bunch of information from ../README.
7822 (Getting Started): New node.
7823
7824 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7825
7826 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
7827
7828 * gdb.texinfo: advance manual revision dates to present
7829
7830 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
7831 stop using silly Roman numerals in @set variable names
7832
7833 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
7834
7835 * stabs.texinfo (Parameters): Keep trying to get this right.
7836
7837 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
7838
7839 * stabs.texinfo (Parameters): More on "local parameters".
7840
7841 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
7842
7843 * stabs.texinfo (Parameters): Re-do "local parameters" section.
7844
7845 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
7846
7847 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
7848 (Parameters): Rewrite.
7849 (xcoff-differences, Sun-differences): Minor changes.
7850
7851 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
7852
7853 * stabs.texinfo: Minor cleanup.
7854
7855 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
7856
7857 * gdbint.texinfo: Minor xcoff stuff.
7858
7859 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
7860
7861 * gdbint.texinfo: Update for new config directory structure.
7862 Add info about internal type data structures.
7863
7864 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
7865
7866 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
7867 $(srcdir).
7868 (gdb-config.texi): Depend on file in $(srcdir).
7869
7870 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
7871
7872 * stabs.texinfo: Fixes about N_SO.
7873
7874 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7875
7876 * gdb.texinfo: include list of nonstandard init file names
7877
7878 * *-config.texi: new switch GENERIC for text that applies *only*
7879 to (usual) multiple-target version of manual
7880
7881 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
7882 h8 config
7883
7884 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
7885 in menus (rather than conditionally selected multiple alternative
7886 menus).
7887
7888 * Makefile.in: define and use DOC_CONFIG var to select
7889 configuration for GDB user manual.
7890
7891 * gdb-config.texi: delete from repository, generate from Makefile.
7892
7893 * all-config.texi: normal `generic' configuration file, formerly
7894 stored as gdb-config.texi
7895
7896 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
7897
7898 * Makefile.in: add dvi target to build all .dvi files
7899
7900 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7901
7902 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
7903
7904 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
7905
7906 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
7907 host conditionals.
7908 * stabs.texinfo: More array fixes inspired by Jim's.
7909
7910 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
7911
7912 * stabs.texinfo: Fixes re arrays and continuations.
7913
7914 * gdbint.texinfo: Add XCOFF node.
7915
7916 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
7917
7918 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
7919
7920 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
7921
7922 * stabs.texinfo: Fix for array types to mention lower bounds.
7923
7924 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
7925
7926 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
7927
7928 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
7929
7930 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
7931
7932 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
7933
7934 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
7935 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
7936
7937 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
7938
7939 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
7940
7941 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7942
7943 * gdb.texinfo, gdbinv-s.texi: misc updates
7944
7945 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
7946
7947 * gdbint.texinfo: Brief documentation for longjmp support,
7948 from an email msg by Stu.
7949
7950 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
7951
7952 * stabs.texinfo: Fix description of floating point "range"
7953 types (which really define basic types). Reported by Jim Meehan,
7954 <meehan@src.dec.com>.
7955
7956 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
7957
7958 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
7959
7960 * gdbint.texinfo: Slightly expand section on supporting a new
7961 object file format.
7962
7963 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
7964
7965 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
7966 intermediate file.
7967
7968 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7969
7970 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
7971
7972 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7973
7974 * gdbinv-s.texi: z8000 simulator target name is just "sim"
7975
7976 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
7977 as well as Z8002.
7978
7979 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
7980
7981 * gdbint.texinfo: Add sections on clean design and on how to send
7982 in changes.
7983
7984 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
7985
7986 * gdbint.texinfo: Add how to declare the result of make_cleanup.
7987
7988 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
7989
7990 * gdb.texinfo: Fix typo, reported by Karl Berry.
7991
7992 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
7993
7994 * gdb.texinfo: Add opcodes dir to GDB distribution description.
7995
7996 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
7997
7998 * gdbint.texinfo: fixed a stray email address (needs @@),
7999 added @table @code to node "Native Conditionals"
8000
8001 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
8002
8003 * gdbint.texinfo: Describe coding style of GDB.
8004
8005 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
8006
8007 * stabs.texinfo: Minor wording changes.
8008
8009 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
8010
8011 * gdbint.texinfo: Improve release doc slightly.
8012
8013 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
8014
8015 * gdbint.texinfo: Improve doc of GDB config macros.
8016
8017 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
8018
8019 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
8020 These will be reinserted when examined.
8021
8022 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
8023
8024 * gdbint.texinfo: Make a start at documenting all the #if macros
8025 in GDB. At least list them all, and start separating them into
8026 host-specific and target-specific.
8027
8028 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8029
8030 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
8031 examples (not consistent w others).
8032 gdb.texinfo: issue disclaimer paragraph on cmdline options only
8033 for generic vn of doc
8034
8035 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
8036
8037 * Makefile.in: always create installation directories.
8038
8039 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8040
8041 * gdb.texinfo: in h8 config, do not describe searching commands.
8042
8043 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8044
8045 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
8046 conditionals; introduce a few generic switches that may be
8047 useful for other cross-dev or dos-hosted configs.
8048
8049 * gdb.texinfo: fix typo in "info reg" description
8050
8051 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
8052
8053 * stabs.texinfo: Minor updates from running TeX over it.
8054 * Makefile.in (stabs.dvi, stabs.ps): Add.
8055
8056 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
8057
8058 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
8059 First pass at converting it to texinfo.
8060
8061 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
8062
8063 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
8064 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
8065
8066 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
8067
8068 * gdbint.texinfo: Add section on partial symbol tables.
8069
8070 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
8071
8072 * gdb.texinfo: document `set remotedebug' and `set
8073 rstack_high_address'.
8074
8075 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8076
8077 * gdb.texinfo: slight expansion of new text on reading info files
8078 * gdbinv-s.m4.in: correct and expand info on cross-debugging
8079 H8/300 from DOS.
8080
8081 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
8082
8083 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
8084
8085 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
8086
8087 * gdb.texinfo: Say how to read the `info' files.
8088
8089 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
8090
8091 * Makefile.in: gm4 -> m4.
8092
8093 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
8094
8095 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
8096 Documentation' ahead of `Installing GDB' to match README.
8097 Update shared library doc, -readnow and -mapped, and directory
8098 structure (add glob and mmalloc). Update configure doc.
8099
8100 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
8101
8102 * Makefile.in: remove $(srcdir) from gdb.info rule.
8103
8104 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8105
8106 * Makefile.in: commented out gdb-all.texinfo rule. This is
8107 temporary.
8108
8109 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
8110
8111 * Makefile.in, configure.in: removed traces of namesubdir,
8112 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
8113 copyrights to '92, changed some from Cygnus to FSF.
8114
8115 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
8116
8117 * gdb.texinfo: Improve how we ask for bug reports.
8118
8119 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8120
8121 * Makefile.in: infodir belongs in datadir.
8122
8123 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8124
8125 * Makefile.in: remove spaces following hyphens, bsd make can't
8126 cope. install using INSTALL_DATA. added clean-info. added
8127 standards.text support.
8128
8129 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8130
8131 * Makefile.in: idestdir and ddestdir go away. Added copyrights
8132 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
8133 and mandir now keyed off datadir by default.
8134
8135 \f
8136 Local Variables:
8137 mode: change-log
8138 left-margin: 8
8139 fill-column: 74
8140 version-control: never
8141 End:
This page took 0.3341 seconds and 4 git commands to generate.