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