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