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