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