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