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