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