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