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