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