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