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