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