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