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