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