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