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