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