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