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