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