2012-01-20 Pedro Alves <palves@redhat.com>
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
4aac40c8
TT
12012-01-16 Tom Tromey <tromey@redhat.com>
2
3 * gdb.texinfo (Specify Location): Document relative file name
4 handling.
5
cafec441
TT
62012-01-16 Tom Tromey <tromey@redhat.com>
7
8 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
9
0ee339bc
JK
102012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11 Eli Zaretskii <eliz@gnu.org>
12
13 * gdbint.texinfo (Coding Standards): Require braces for two lines of
14 code.
15
72384ba3
PH
162012-01-11 Paul Hilfinger <hilfingr@adacore.com>
17
18 * gdb.texinfo (Variables): Document use of :: for non-static
19 variables.
20
ce1b17c4
JB
212012-01-05 Joel Brobecker <brobecker@adacore.com>
22
23 * gdbint.texinfo (Start of New Year Procedure): Update
24 to replace use of copyright.sh by use of copyright.py.
25
217bff3e
JK
262012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
27
28 Remove the gdbtui binary.
29 * all-cfg.texi (GDBTUI): Remove.
30 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
31 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
32 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
33
cc72b2a2
KP
342011-12-23 Kevin Pouget <kevin.pouget@st.com>
35
36 Introduce gdb.FinishBreakpoint in Python.
37 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
38 (Python API): Add menu entry for Finish Breakpoints.
39
13ac8d2c
JK
402011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
41
42 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
43 tests.
44
e0f9f062
DE
452011-12-16 Doug Evans <dje@google.com>
46
47 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
48
80b6e756
PM
492011-12-16 Phil Muldoon <pmuldoon@redhat.com>
50
1c3ad6ab 51 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
52 stack". Add documentation for "set/show python print-stack".
53
2fb860fc
PA
542011-12-14 Pedro Alves <pedro@codesourcery.com>
55
56 * gdb.texinfo (Implementing a Remote Stub): Explain that you
57 should transfer control to the stub in the startup code instead of
58 in main. Mention the need to get past the initial breakpoint.
59
f8eba3c6
TT
602011-12-06 Tom Tromey <tromey@redhat.com>
61
62 * gdb.texinfo (Set Breaks): Update for new behavior.
63
2268b414
JK
642011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
65
66 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
67 List Format for SVR4 Targets'.
68 (General Query Packets): New item qXfer:libraries-svr4:read.
69 (Library List Format for SVR4 Targets): New node.
70
ae6f0d5b
TT
712011-12-01 Tom Tromey <tromey@redhat.com>
72
73 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
74 add.
75
36dfb11c
TT
762011-11-22 Tom Tromey <tromey@redhat.com>
77
78 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
79 reasons.
80
f196051f
SS
812011-11-20 Stan Shebs <stan@codesourcery.com>
82
83 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
84 note-related options and variables.
85 (Tracepoint Packets): Document packet changes.
86
f85b53f8
SD
872011-11-20 Sanjoy Das <sdas@igalia.com>
88
89 * gdb.texinfo (JIT Interface): Add documentation on writing and
90 usind JIT debug info readers.
91 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
92 Debug Info Readers): New nodes.
93
bfccc43c
YQ
942011-11-18 Yao Qi <yao@codesourcery.com>
95
96 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
97 tracepoint.
98
c011a4f4
DE
992011-11-15 Doug Evans <dje@google.com>
100
101 * gdb.texinfo (Files): Document basenames-may-differ.
102
ed59ded5
DE
1032011-11-14 Doug Evans <dje@google.com>
104
105 * gdb.texinfo (Shell Commands): Document "!".
106
405f8e94
SS
1072011-11-14 Stan Shebs <stan@codesourcery.com>
108 Kwok Cheung Yeung <kcy@codesourcery.com>
109
110 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
111 needed to get shorter fast tracepoints.
112 (Tracepoint Packets): Document new qTMinFTPILen packet.
113
1e4d1764
YQ
1142011-11-14 Yao Qi <yao@codesourcery.com>
115
116 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
117 behavior of tracepoint.
118 (General Query Packets): New feature InstallInTrace.
119 (Remote Configuration): Document "set remote
120 install-in-trace-packet".
121
71eba9c2 1222011-11-12 Matt Rice <ratmice@gmail.com>
123
124 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
125 Add arguments to info macro.
126
e0f8f636
TT
1272011-11-10 Tom Tromey <tromey@redhat.com>
128
129 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
130 manual.
131 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
132 (Macros): Add a footnote.
133 (C): Remove paragraph about compiler options.
134 (C Constants): Mention wide character and string constants.
135 (C Plus Plus Expressions): Update compiler option advice. Mention
136 using declarations. Mention ADL. Remove old HP compiler
137 information.
138
625c0d47
TT
1392011-11-10 Tom Tromey <tromey@redhat.com>
140
141 PR c++/9257:
142 * gdb.texinfo (Print Settings): Add an extra note about the need
143 for a vtable.
144
4be2aacc
MR
1452011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
146
147 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
148 "set mips abi" documentation.
149
0a1c4d10
DE
1502011-11-04 Doug Evans <dje@google.com>
151
152 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
153
aad1c02c
TT
1542011-11-03 Tom Tromey <tromey@redhat.com>
155
156 * gdb.texinfo (Stopping): Add menu entry.
157 (Continuing and Stepping): Restore @node. Use @section, not
158 @subsection.
159
983fb131
MR
1602011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
161
162 * gdb.texinfo (Skipping Over Functions and Files): Remove node
163 designation. Fix "Specify Location" cross-reference.
164
3065dfb6
SS
1652011-11-02 Stan Shebs <stan@codesourcery.com>
166
167 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
168 (General Query Packets): Describe tracenz feature.
169 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
170
0aaaf063
PK
1712011-10-28 Paul Koning <paul_koning@dell.com>
172
173 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
174
2231f1fb
KP
1752011-10-27 Kevin Pouget <kevin.pouget@st.com>
176
177 * gdb.texinfo ((Frames In Python): Document
178 gdb.FRAME_UNWIND_FIRST_ERROR contant.
179
5110b5df
PK
1802011-10-26 Paul Koning <paul_koning@dell.com>
181
182 * gdb.texinfo (gdb.types): Document new deepitems function.
183
22dbab46
PK
1842011-10-25 Paul Koning <paul_koning@dell.com>
185
186 PR python/13327
187
188 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
189 fetch_lazy method.
190
9df2fbc4
PM
1912011-10-20 Phil Muldoon <pmuldoon@redhat.com>
192
193 PR python/12656
194
195 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
196 global_block, static_block function.
197
f05e2e1d
TT
1982011-10-19 Tom Tromey <tromey@redhat.com>
199
200 * gdb.texinfo (Commands In Python): Add missing "@"s.
201
a7fc3f37
KP
2022011-10-13 Kevin Pouget <kevin.pouget@st.com>
203
204 PR python/13285 Document named constants for frame unwind stop reasons
205 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
206 constants.
207
5048e516
JK
2082011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
209
210 Fix compatibility with texinfo versions older than 4.12.
211 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
212 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
213 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
214 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
215 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
216 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
217 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
218
5a56e9c5
DE
2192011-10-09 Doug Evans <dje@google.com>
220
221 * gdb.texinfo (Extending GDB): Document alias command.
222
36b11add
JK
2232011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
224
225 Support @entry in input expressions.
226 * gdb.texinfo (Variables): Describe @entry names suffix.
227 (Print Settings): Add anchor for `set print entry-values'.
228
e18b2753
JK
2292011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
230 Eli Zaretskii <eliz@gnu.org>
231
232 Display @entry parameter values (without references).
233 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
234 example.
235 (Print Settings): New description of set print entry-values and show
236 print entry-values.
237
111c6489
JK
2382011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
239 Eli Zaretskii <eliz@gnu.org>
240
241 Recognize virtual tail call frames.
242 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
243 (Tail Call Frames): New node.
244 (Frames In Python): Add gdb.TAILCALL_FRAME.
245
9c15afc4
DE
2462011-10-07 Doug Evans <dje@google.com>
247
248 * gdb.texinfo (gdb.printing): Document new `replace' arg to
249 register_pretty_printer.
250
99f5279d
PM
2512011-10-07 Phil Muldoon <pmuldoon@redhat.com>
252
253 PR python/12930
254 PR python/12802
255
256 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
257 stop method.
258
03583c20
UW
2592011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
260
261 * gdb.texinfo (Starting your Program): "set disable-randomization"
262 is no longer Linux-specific.
263 (Remote Configuration): Document "set remote
264 disable-randomization-packet".
265 (General Query Packets): Document "QDisableRandomization" packet
266 and add it to "qSupported" list.
267
bd054e06
KP
2682011-10-07 Kevin Pouget <kevin.pouget@st.com>
269
270 Allow Python notification of new object-file loadings.
271 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
272 event type.
273
cb6be26b
KP
2742011-10-04 Kevin Pouget <kevin.pouget@st.com>
275
276 PR python/12691: Add the inferior to Python exited event
277 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
278
a05336a1
JB
2792011-10-03 Joel Brobecker <brobecker@adacore.com>
280
281 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
282 rephasing.
283
5d77fe44
JB
2842011-10-03 Joel Brobecker <brobecker@adacore.com>
285
286 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
287 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
288 as possible feature returned by the `-list-features'
289 command.
290
699df94d
PK
2912011-09-28 Paul Koning <paul_koning@dell.com>
292
293 * gdb.texinfo (gdb.Type): Document field access by dictionary
294 key syntax.
295
24bdad53
YQ
2962011-09-28 Yao Qi <yao@codesourcery.com>
297
298 * gdb.texinfo (Files): Update options for `add-symbol-file'.
299 Add one space after option `-s'. Remove @r{} markup.
300
6710bf39
SS
3012011-09-27 Stan Shebs <stan@codesourcery.com>
302
303 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
304
d99f7e48
HZ
3052011-09-16 Hui Zhu <teawater@gmail.com>
306
307 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
308 to *(unsigned char *)$esp@300.
309
d812018b
PK
3102011-09-15 Paul Koning <paul_koning@dell.com>
311
312 * gdb.texinfo: Make style of Python functions and methods match
313 the syntax of Python. Also put class and module names explicitly
314 on function, member, and variable names, matching Python
315 documentation conventions.
316
2aa48337
KP
3172011-09-15 Kevin Pouget <kevin.pouget@st.com>
318
319 PR Python/12692 Add gdb.selected_inferior() to Python interface.
320 * gdb.texinfo (Inferiors In Python): Describe new
321 gdb.selected_inferior() function.
322
6839b47f
KP
3232011-09-15 Kevin Pouget <kevin.pouget@st.com>
324
325 Handle multiple breakpoint hits in Python interface:
326 * gdb.texinfo (Events In Python): New function documentation:
327 gdb.BreakpointEvent.breakpoints. Indicate that
328 gdb.BreakpointEvent.breakpoint is now deprecated.
329
26829f2b
JB
3302011-09-04 Joel Brobecker <brobecker@adacore.com>
331
332 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
333
a9f54f60
TT
3342011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
335
336 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
337
fa3a4f15
PM
3382011-08-17 Phil Muldoon <pmuldoon@redhat.com>
339
340 * gdb.texinfo (Prompt): Add set/show extended-prompt
341 documentation
342 (Basic Python): Add prompt_hook anchor.
343 (Python modules): Reword module text to reflect multiple modules.
344 (gdb.prompt): Document gdb.prompt module.
345
224bbe49
YQ
3462011-08-14 Yao Qi <yao@codesourcery.com>
347
78d85199
YQ
348 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
349
3502011-08-14 Yao Qi <yao@codesourcery.com>
351
352 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
353 (TIC6x Features): New node.
354
457e09f0
DE
3552011-08-12 Doug Evans <dje@google.com>
356
357 * gdb.texinfo (Symbols In Python): Document symbol.type.
358
5e239b84
PM
3592011-08-09 Phil Muldoon <pmuldoon@redhat.com>
360
361 * gdb.texinfo (Python): Document command and function
362 auto-loading.
363
177bc839
JK
3642011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
365 Eli Zaretskii <eliz@gnu.org>
366
367 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
368 typedefs unrolling. Extend the sample code by an inner typedef and
369 outer typedefs unrolling.
370
1a532630
PP
3712011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
372
373 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
374 size and line-size.
375
9b158ba0 3762011-07-21 Matt Rice <ratmice@gmail.com>
377
378 PR macros/12999
379 * gdb.texinfo (Macros): Add info definitions and info macros commands.
380 Update text and cindex entries for info macro command.
381
d17b6f81
PM
3822011-07-21 Phil Muldoon <pmuldoon@redhat.com>
383
384 * observer.texi (GDB Observers): Add before_prompt observer.
385 * gdb.texinfo (Basic Python): Add documentation for prompt
386 substitution.
387
713389e0
PM
3882011-07-11 Phil Muldoon <pmuldoon@redhat.com>
389
390 PR python/12438
391 * gdb.texinfo (Python Commands): Add deprecate note to maint
392 set/show python print-stack. Document set/show python
393 print-backtrace.
394
177b42fe
TJB
3952011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
396
397 * gdb.texinfo: Fix typos.
398
900e11f9
JK
3992011-07-01 Tom Tromey <tromey@redhat.com>
400
401 * gdb.texinfo (Debugging Output): Document set debug
402 check-physname.
403
39c4d40a
TT
4042011-06-29 Tom Tromey <tromey@redhat.com>
405
406 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
407 breakpoint-notifications feature.
408
6f5def7d
UW
4092011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
410
411 * gdb.texinfo (Target Description): Remove warning about
412 possibly unstable format.
413
8cf64490
TT
4142011-06-03 Tom Tromey <tromey@redhat.com>
415
416 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
417 (Events In Python): Note that exit_code is optional.
418
393eab54
PA
4192011-05-17 Pedro Alves <pedro@codesourcery.com>
420
421 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
422 required for multi-threading support.
423 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
424 Hc are deprecated for multi-threading debugging. Point readers at
425 the vCont packet.
426
75fc9810
DE
4272011-05-15 Doug Evans <dje@google.com>
428
429 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
430
01124a23
DE
4312011-05-13 Doug Evans <dje@google.com>
432
98a5dd13
DE
433 * gdb.texinfo (Threads): Document $sdir,$pdir.
434 (Server): Document $pdir exception.
435
dbaefcf7
DE
436 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
437
cc63ef9b
DE
438 * gdb.texinfo (Threads): Clarify default value for
439 libthread-db-search-path.
7e0396aa 440
01124a23
DE
441 * gdb.texinfo (Completion): Update example.
442 (Debugging Output): Delete `set/show debug lin-lwp-async'.
443
d248b706
KY
4442011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
445
446 * gdb.texinfo: Document change in the behaviour of the enable and
447 disable GDB commands when applied to tracepoints.
448 Document the EnableDisableTracepoints remote stub feature.
449 Document QTEnable and QTDisable in the list of tracepoint packets.
450
cc88a640
JK
4512011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
452
453 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
454 hsuser.texi.
455 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
456 comment to hsuser.texi. Change rluser.texi name in the comment.
457
84e578fb
DE
4582011-05-10 Doug Evans <dje@google.com>
459
460 * gdb.texinfo (Threads): If an empty path is provided for
461 libthread-db-search-path it is reset to its default value.
462 (Server): Ditto.
463
478aac75
DE
4642011-05-09 Doug Evans <dje@google.com>
465
466 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
467
9c06b0b4
TJB
4682011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
469 Thiago Jung Bauermann <bauerman@br.ibm.com>
470
471 Implement support for PowerPC BookE masked watchpoints.
472 * gdb.texinfo (Set Watchpoints): Document mask parameter.
473 (PowerPC Embedded): Mention support of masked watchpoints.
474
9ed350ad
JB
4752011-05-03 Joel Brobecker <brobecker@adacore.com>
476
477 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
478 `@value{GDBN}'.
479
4ceed123
JB
4802011-05-03 Joel Brobecker <brobecker@adacore.com>
481
482 * gdb.texinfo (titlepage): Remove dedication.
483 (In Memoriam): New appendix.
484
559a7a62
JK
4852011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
486 Eli Zaretskii <eliz@gnu.org>
487
488 * gdb.texinfo (Index Section Format): Change the version to 5.
489 Describe the different formula.
490
03f2bd59
JK
4912011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
492 Eli Zaretskii <eliz@gnu.org>
493
494 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
495 for disconnected tracing.
496 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
497 extended-remote relationship. Mention --once.
498 (TCP port allocation lifecycle of @code{gdbserver}): New.
499
d9b1a651
EZ
5002011-04-23 Eli Zaretskii <eliz@gnu.org>
501
502 * gdb.texinfo (Server): Improve indexing. Index all optional
503 switches to gdbserver.
504
90476074
TT
5052011-04-20 Tom Tromey <tromey@redhat.com>
506
507 * gdb.texinfo (Index Section Format): New node.
508 (Top): Add new node to menu.
509
c21236dc
PA
5102011-04-20 Pedro Alves <pedro@codesourcery.com>
511
512 * gdb.texinfo (Maintenance Commands): Document `maint print
513 remote-registers'.
514
05c8c3f5
TT
5152011-04-20 Tom Tromey <tromey@redhat.com>
516
517 * gdb.texinfo (Trace File Format): Move node later.
518
7a9dd1b2
TT
5192011-04-19 Tom Tromey <tromey@redhat.com>
520
521 * gdbint.texinfo (Register Information Functions): Remove
522 duplicate "the".
523 * gdb.texinfo (Emacs): Remove duplicate "to".
524 (GDB/MI Variable Objects): Remove duplicate "the".
525 (General Query Packets): Likewise.
526
4368ebeb
JB
5272011-04-02 Joel Brobecker <brobecker@adacore.com>
528
529 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
530 "GDB/MI Ada Exception Information" node.
531
956a9fb9
JB
5322011-04-01 Joel Brobecker <brobecker@adacore.com>
533
534 * gdb.texinfo (GDB/MI Ada Exception Information): Document
535 the "exception-name" field in the *stopped async record.
536
f1310107
TJB
5372011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
538 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
539
540 Implement support for PowerPC BookE ranged breakpoints.
541 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
542
8786b2bd
TT
5432011-03-28 Tom Tromey <tromey@redhat.com>
544
545 * gdb.texinfo (Set Tracepoints): Fix typo.
546
9ef07c8c
TT
5472011-03-24 Tom Tromey <tromey@redhat.com>
548
549 * gdb.texinfo (Specify Location): Document `function:label'
550 linespec.
551
99c3dc11
PM
5522011-03-18 Phil Muldoon <pmuldoon@redhat.com>
553
f1310107 554 PR python/12149
99c3dc11
PM
555
556 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
557
29703da4
PM
5582011-03-17 Phil Muldoon <pmuldoon@redhat.com>
559
560 * gdb.texinfo (Blocks In Python): Add is_valid method description.
561 (Inferiors In Python): Likewise.
562 (Threads In Python): Likewise.
563 (Symbols In Python): Likewise.
564 (Objfiles In Python): Likewise.
565 (Symbol Tables In Python): Likewise.
566
c9174737
PA
5672011-03-15 Pedro Alves <pedro@codesourcery.com>
568
569 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
570 display>: Explain that the commands accept number ranges.
571
7371cf6d
PM
5722011-03-14 Phil Muldoon <pmuldoon@redhat.com>
573
574 * gdb.texinfo (Breakpoints In Python): Add description and example
575 of Python stop function operation.
576
ecec24e6
PM
5772011-03-10 Phil Muldoon <pmuldoon@redhat.com>
578
579 * gdb.texinfo (Parameters In Python): Document get_set_string and
580 get_show_string methods.
581
6dcd5565
JK
5822011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
583
584 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
585
81896e36
JK
586 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
587 circular-trace-buffer name.
588
5e30da2c
JB
5892011-02-28 Joel Brobecker <brobecker@adacore.com>
590
591 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
592 in the previous change.
593
3bd0f5ef 5942011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
595
596 * gdb.texinfo (Inferiors and Programs): Update commands to show
597 that they can accept multiple arguments.
598
4ec7539c
JB
5992011-02-24 Joel Brobecker <brobecker@adacore.com>
600
601 Revert the following patch (code patch was not approved):
602 2011-02-21 Hui Zhu <teawater@gmail.com>
603 * agentexpr.texi (bytecode descriptions): add printf.
604 * gdb.texinfo (tracepoint action lists): add printf.
605
82809774
DE
6062011-02-23 Doug Evans <dje@google.com>
607
608 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
609
e5a67952
MS
6102011-02-23 Michael Snyder <msnyder@vmware.com>
611
612 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
613 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
614 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
615
6e6fbe60
DE
6162011-02-22 Doug Evans <dje@google.com>
617
618 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
619 Clarify behaviour of lookup_symbol when `block' argument is omitted,
620 add description of result, fix @defun formatting.
621
f994e27a
HZ
6222011-02-21 Hui Zhu <teawater@gmail.com>
623
624 * agentexpr.texi (Bytecode Descriptions): Add printf.
625 * gdb.texinfo (Tracepoint Action Lists): Add printf.
626
c7f96d2b
TT
6272011-02-18 Tom Tromey <tromey@redhat.com>
628
629 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
630
60f98dde
MS
6312011-02-14 Michael Snyder <msnyder@vmware.com>
632
633 * gdb.texinfo (threads): Document argument for "info threads" cmd.
634 Document new command "thread find".
635
08e796bc
MS
6362011-02-14 Michael Snyder <msnyder@vmware.com>
637
638 * gdb.texinfo (Threads): Update example of new thread message.
639
b3b9301e
PA
6402011-02-14 Pedro Alves <pedro@codesourcery.com>
641
642 * gdb.texinfo (Remote Configuration): Mention set/show remote
643 traceframe-info.
644 (Tools/Packages Optional for Building GDB): Mention that expat is
645 used for traceframe info.
646 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
647 (General Query Packets) <qSupported>: Describe the
648 qXfer:traceframe-info:read feature.
649 (qXfer::read): Describe qXfer:traceframe-info:read.
650 (Traceframe Info Format): New section.
651
cef35b0f
PA
6522011-02-04 Pedro Alves <pedro@codesourcery.com>
653
654 * gdbint.texinfo (Formatting): Mention some formatting guidelines
655 for casts and unary operators.
656
f1cbe1d3
TT
6572011-02-04 Tom Tromey <tromey@redhat.com>
658
659 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
660 is not useful.
661
585fdaa1
PA
6622011-01-25 Pedro Alves <pedro@codesourcery.com>
663
664 * gdb.texinfo: s/value optimized out/optimized out/g
665
7bfc9434
JB
6662011-01-21 Joel Brobecker <brobecker@adacore.com>
667
668 * gdb.texinfo (Other Misc Settings): Rework part of the
669 documentation of the "set interactive mode" command.
670
4694da01
TT
6712011-01-19 Tom Tromey <tromey@redhat.com>
672
673 * gdb.texinfo (Threads): Document thread name output and `thread
674 name' command.
675 (Threads In Python): Document Thread.name attribute.
676 (GDB/MI Thread Commands): Document thread attributes.
677
b716877b
AB
6782011-01-12 Andrew Burgess <aburgess@broadcom.com>
679
680 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
681 changes in mi/mi-cmd-disas.c
682
13fd8b81
TT
6832011-01-12 Tom Tromey <tromey@redhat.com>
684
685 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
686 Fix "thread apply" text.
687
e09342b5
TJB
6882011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
689 Thiago Jung Bauermann <bauerman@br.ibm.com>
690
691 Implement support for PowerPC BookE ranged watchpoints.
692 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
693 the "set powerpc exact-watchpoints" flag.
694
06e65f44
TT
6952011-01-07 Tom Tromey <tromey@redhat.com>
696
697 * gdb.texinfo (Python API): Add descriptions to @menu items.
698
d8e22779
TT
6992011-01-06 Tom Tromey <tromey@redhat.com>
700
701 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
702
a255712f
PP
7032010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
704
e09342b5 705 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 706
ccfc3d6e
TT
7072011-01-06 Tom Tromey <tromey@redhat.com>
708
709 PR python/12133:
710 * gdb.texinfo (Frames In Python): Document various frame
711 constants.
712
44944448
JB
7132011-01-05 Joel Brobecker <brobecker@adacore.com>
714
715 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
716 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
717 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
718
42ea3d7a
JK
7192011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
720
721 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
722 (clean): Add GDBvn.texi.
723
720d1a40
JB
7242010-12-29 Joel Brobecker <brobecker@adacore.com>
725
726 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
727 occasional case where the debugger prints an array address
728 instead of the array itself.
729
ad196637
PA
7302010-12-23 Pedro Alves <pedro@codesourcery.com>
731
732 * gdb.texinfo (Packets) <read registers packet>: Document support
733 for registers that were not collected.
734
a86caf66
DE
7352010-12-15 Doug Evans <dje@google.com>
736
737 * gdb.texinfo (Startup): Document auto-loading of scripts during
738 startup.
739 (Auto-loading): Delete "maint set python auto-load on|off".
740 Add "set auto-load-scripts on|off".
741
aae1c79a
DE
7422010-12-07 Doug Evans <dje@google.com>
743
744 * gdb.texinfo (Mode Options): Document -data-directory.
745 (Data Files): Add reference to -data-directory.
746
4e04c971
DE
7472010-11-29 Doug Evans <dje@google.com>
748
749 * gdb.texinfo (Pretty-Printer Introduction): Change
750 printer-name:subprinter-name to printer-name;subprinter-name.
751
94b6973e
PM
7522010-11-29 Phil Muldoon <pmuldoon@redhat.com>
753
754 PR python/12199
755
756 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
757
39037522
TT
7582010-11-23 Tom Tromey <tromey@redhat.com>
759
760 * gdb.texinfo (Top): Check SYSTEM_READLINE.
761 (Editing): Likewise.
762 (Command History): Likewise.
763 (TUI Keys): Likewise.
764 (Bug Reporting): Conditionally include rluser.texi and
765 inc-history.texinfo.
766 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
767 (GDB_DOC_SOURCE_INCLUDES): Add comment.
768 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
769 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
770 (gdb.pdf): Likewise.
771 (gdb.info): Likewise.
772 (gdb/index.html): Likewise.
773
5ae98d25
TT
7742010-11-23 Tom Tromey <tromey@redhat.com>
775
776 * Makefile.in (Makefile): Run ../config.status.
777 (distclean): Update.
778 * configure: Remove.
779 * configure.ac: Remove.
780
621c8364
TT
7812010-11-12 Tom Tromey <tromey@redhat.com>
782
783 * gdb.texinfo (Basic Python): Update. Add xref.
784 (Exception Handling): Document new exception classes.
785 (Types In Python): Update.
786 (Frames In Python): Update.
787
84f4c1fe
PM
7882010-11-11 Phil Muldoon <pmuldoon@redhat.com>
789
790 * gdb.texinfo (Breakpoints In Python): Document "internal"
791 parameter, and visible attribute.
792
99e7ae30
DE
7932010-11-05 Doug Evans <dje@google.com>
794
795 * gdb.texinfo (Source Path): Document "set directories".
796
f4b8a18d
KW
7972010-11-05 Ken Werner <ken.werner@de.ibm.com>
798
799 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
800 (OpenCL C): New node.
801
7b51bc51
DE
8022010-11-02 Doug Evans <dje@google.com>
803
804 * gdb.texinfo (Pretty Printing): Expand into three sections,
805 introduction, example, and commands.
806 (Python API): Delete section Disabling Pretty-Printers, merge into
807 Selecting Pretty-Printers.
808 (Writing a Pretty-Printer): New section. Move the pretty-printer
809 example here, and reformat to match python coding style. Add a second
810 example using the gdb.printing module.
811 (Python modules): Add gdb.printing.
812
9eeee977
DE
8132010-10-29 Doug Evans <dje@google.com>
814
815 * gdb.texinfo (Python): Fix long line.
816
a0e0ffdf
DE
8172010-10-20 Doug Evans <dje@google.com>
818
819 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
820 All references updated. Correct sections marked as subsections.
821 (Coding Standards): New chapter. Move the coding standard related
822 subsections here. Add section on Python coding standards.
823
0e3509db
DE
8242010-10-13 Doug Evans <dje@google.com>
825
826 * gdb.texinfo (Python): Add "Python modules".
827 (Types in Python): Add reference to gdb.types section.
828 (Python modules): New node.
829
44592cc4
DE
8302010-10-11 Doug Evans <dje@google.com>
831
832 * gdb.texinfo (Values From Inferior): Add reference to "Types in
833 Python" from gdb.Value.type description.
834
6e1bb179
JB
8352010-09-28 Joel Brobecker <brobecker@adacore.com>
836
837 * gdb.texinfo (Ravenscar Profile): New node.
838
e8467610
TT
8392010-09-22 Tom Tromey <tromey@redhat.com>
840
841 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
842
fccd1d1e
EZ
8432010-09-22 Eli Zaretskii <eliz@gnu.org>
844
845 * gdb.texinfo (Values From Inferior): Clarify that
846 value.dynamic_type works only in C++ programs with RTTI.
847
c1b6b909
TT
8482010-09-15 Paul Bolle <pebolle@tiscali.nl>
849
850 * gdb.texinfo (Character Sets): Correctly reference host-charset
851 in example.
852
7d288aaa
TT
8532010-09-13 Tom Tromey <tromey@redhat.com>
854
855 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
856 Document "fullname" and "from".
857
f75d858b
MK
8582010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
859
860 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
861 feature `reverse' output by -list-target-features.
862
83b9503b
L
8632010-08-31 H.J. Lu <hongjiu.lu@intel.com>
864
865 * gdb.texinfo (i386 Features): Remove an extra "@item".
866
03f17ccf
TT
8672010-08-30 Tom Tromey <tromey@redhat.com>
868
869 PR python/11792:
870 * gdb.texinfo (Values From Inferior): Document dynamic_type.
871
9779414d
DJ
8722010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
873
874 * gdb.texinfo (ARM Features): Document
875 org.gnu.gdb.arm.m-profile.
876
f9ffd4bb
TT
8772010-08-23 Tom Tromey <tromey@redhat.com>
878
879 PR python/11145:
880 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
881 reinterpret_cast methods.
882
702c2711
TT
8832010-08-23 Tom Tromey <tromey@redhat.com>
884
885 PR python/11915:
886 * gdb.texinfo (Types In Python): Document array method.
887
66b73624
TJB
8882010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
889
890 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
891
06a64a0b
TT
8922010-08-16 Tom Tromey <tromey@redhat.com>
893
894 * gdb.texinfo (Set Watchpoints): Document -location option.
895
a3a7127e
DE
8962010-08-13 Doug Evans <dje@google.com>
897
898 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
899
8dedea02
VP
9002010-08-13 Vladimir Prus <vladimir@codesourcery.com>
901
902 * gdb.texinfo (GDB/MI Data Manipulation): Document
903 -data-read-memory-raw and -data-write-memory-raw.
904
ca5c20b6 9052010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 906 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
907
908 * gdb.texinfo (Basic Python): Describe post_event API.
909
cb2e07a6
PM
9102010-08-11 Phil Muldoon <pmuldoon@redhat.com>
911
912 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 913 decode_line Python APIs
cb2e07a6 914
464b3efb
TT
9152010-08-10 Tom Tromey <tromey@redhat.com>
916
917 * gdb.texinfo (Pretty Printing API): Document
918 gdb.default_visualizer.
919
c29c521f
TT
9202010-08-10 Tom Tromey <tromey@redhat.com>
921
922 Revert gdb-add-index addition:
923 * gdb.texinfo (Index Files): Don't document gdb-add-index.
924
5da1313b
JK
9252010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
926 Eli Zaretskii <eliz@gnu.org>
927
928 * gdb.texinfo (Mode Options) <-batch>
929 (Basic Python) <gdb.execute>: Describe setting width and height.
930
02d868e8
PP
9312010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
932
933 * gdb.texinfo (Threads): Document 'debug libthread-db'.
934
c2bbed2a
TT
9352010-07-30 Tom Tromey <tromey@redhat.com>
936
937 * gdb.texinfo (Index Files): Mention gdb-add-index.
938
6c13bbe1
HZ
9392010-07-30 Hui Zhu <teawater@gmail.com>
940
941 * gdb.texinfo (Inferiors and Programs): Update the introduce of
942 "detach inferior" and "kill inferior".
943
53a71c06
CR
9442010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
945
946 * gdb.texinfo (Machine Code): Update description of two forms of
947 arguments, and add new example to demonstrate the new form.
948
5374244e
PM
9492010-07-27 Phil Muldoon <pmuldoon@redhat.com>
950
951 * gdb.texinfo (Values From Inferior): Add value inferior function
952 call description.
953
8ea5bce5
JK
9542010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
955
956 * gdb.texinfo (Active Targets): Fix wrong comma placement.
957
c0edd9ed
JK
9582010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
959 Eli Zaretskii <eliz@gnu.org>
960
961 Make core files the process_stratum.
962 * gdb.texinfo (Active Targets): Remove core_stratum. Include
963 record_stratum example.
964
9291a0cd
TT
9652010-07-13 Tom Tromey <tromey@redhat.com>
966
967 * gdb.texinfo (Index Files): New node.
968
f5011d11
TT
9692010-07-13 Tom Tromey <tromey@redhat.com>
970
971 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
972
0f5238ed
TT
9732010-07-13 Tom Tromey <tromey@redhat.com>
974
975 * gdb.texinfo (Specify Location): Document labels.
976
74c761c1
PA
9772010-07-01 Pedro Alves <pedro@codesourcery.com>
978
979 * gdb.texinfo (Create and Delete Tracepoints): Add more index
980 entries for fast tracepoints and static tracepoints.
981
501994c0
PA
9822010-07-01 Pedro Alves <pedro@codesourcery.com>
983
984 * gdb.texinfo (General Query Packets) <qfThreadInfo,
985 qsThreadInfo>: Spell out `l' as ell.
986
0fb4aa4b
PA
9872010-07-01 Pedro Alves <pedro@codesourcery.com>
988
989 * gdb.texinfo (Convenience Variables): Document $_sdata.
990 (Commands to Set Tracepoints): Describe static tracepoints. Add
991 `Listing Static Tracepoint Markers' menu entry. Document
992 "strace".
993 (Tracepoint Action Lists): Document collecting $_sdata.
994 (Listing Static Tracepoint Markers): New subsection.
995 (Tracepoints support in gdbserver): Mention static tracepoints.
996 (remote packets, enabling and disabling): Mention
997 read-sdata-object.
998 (General Query Packets) <qSupported>: Document qXfer:sdata:read
999 and StaticTracepoint.
1000 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
1001 Document qXfer:sdata:read.
1002 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
1003
dc3b15be
JB
10042010-06-29 Joel Brobecker <brobecker@adacore.com>
1005
1006 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
1007
595939de
PM
10082010-06-28 Phil Muldoon <pmuldoon@redhat.com>
1009 Tom Tromey <tromey@redhat.com>
1010 Thiago Jung Bauermann <bauerman@br.ibm.com>
1011
1012 * gdb.texinfo (Inferiors In Python): New node.
1013 * gdb.texinfo (Threads In Python): New node.
1014
9279c692
JB
10152010-06-28 Joel Brobecker <brobecker@adacore.com>
1016
1017 * gdb.texinfo (Python): Document what the python directory is
1018 and what its location is.
1019 (Basic Python): Document the gdb.PYTHONDIR constant.
1020
bc9f0842
TT
10212010-06-25 Tom Tromey <tromey@redhat.com>
1022
1023 PR python/10808:
1024 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
1025
f1421989
HZ
10262010-06-24 Hui Zhu <teawater@gmail.com>
1027
1028 * gdb.texinfo: (Commands for Controlled Output): Add
1029 documentation for command "eval".
1030
e4c0cfae
SS
10312010-06-21 Stan Shebs <stan@codesourcery.com>
1032
1033 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
1034 * annotate.texinfo: Ditto.
1035 * gdbint.texinfo: Ditto.
1036 * stabs.texinfo: Ditto.
1037
bb08c432
HZ
10382010-06-22 Hui Zhu <teawater@gmail.com>
1039
1040 * gdb.texinfo: (Process Record and Replay): Add documentation
1041 for command "set record memory-query".
1042
4f5d9f07
SS
10432010-06-21 Stan Shebs <stan@codesourcery.com>
1044
1045 * gdb.texinfo: Relicense under GFDL version 1.3.
1046 * annotate.texinfo: Relicense under GFDL version 1.3.
1047 * gdbint.texinfo: Relicense under GFDL version 1.3.
1048 * stabs.texinfo: Relicense under GFDL version 1.3.
1049 * fdl.texi: Update to version 1.3.
1050
6aed2dbc
SS
10512010-06-18 Stan Shebs <stan@codesourcery.com>
1052
a61408f8
SS
1053 * gdb.texinfo (Operating System Auxiliary Information): Describe
1054 "info os" when no arguments given.
1055
6aed2dbc
SS
1056 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
1057 $_thread.
1058
24e933df
HZ
10592010-06-18 Hui Zhu <teawater@gmail.com>
1060
1061 * gdb.texinfo: (Process Record and Replay): Add documentation
1062 for commands "record save" and "record restore".
1063
65d79d4b
SDJ
10642010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1065
1066 * gdb.texinfo: Include information about the correct use
1067 of addresses in the `watch' command.
1068
d914c394
SS
10692010-06-11 Stan Shebs <stan@codesourcery.com>
1070
1071 * gdb.texinfo (Observer Mode): New section.
1072 (General Query Packets): Document QAllow.
889bf7c5 1073
967cf477
DE
10742010-06-04 Doug Evans <dje@google.com>
1075
1076 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
1077
aaf4119b
DE
10782010-06-03 Doug Evans <dje@google.com>
1079
1080 * gdbint.texinfo (Coding): Add subsection on command names.
1081
9eae7c52
TT
10822010-06-02 Tom Tromey <tromey@redhat.com>
1083
1084 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
1085 always-disassemble.
1086
fa593d66
PA
10872010-06-01 Pedro Alves <pedro@codesourcery.com>
1088
1089 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
1090 gdbserver, and add cross reference.
1091 (Tracepoints support in gdbserver): New subsection.
1092
dde08ee1
PA
10932010-05-26 Pedro Alves <pedro@codesourcery.com>
1094
1095 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
1096 `qRelocInsn' feature.
1097 (Relocate instruction reply packet): New subsection
1098 of `Tracepoint Packets'.
1099 (Tracepoint Packets): Mention that packets QTDP and QTStart
1100 support the qRelocInsn request, and add cross reference to new
1101 subsection.
1102
07ca107c
DE
11032010-05-25 Doug Evans <dje@google.com>
1104
1105 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
1106 (Commands In Python): Document gdb.string_to_argv.
1107
c25c4a8b
JK
11082010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1109
1110 * gdbint.texinfo (Host Definition): Remove items NORETURN and
1111 ATTR_NORETURN.
1112
d7b32ed3 11132010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
1114 Tom Tromey <tromey@redhat.com>
1115 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 1116
c25c4a8b 1117 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 1118
6aecb9c2
JB
11192010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
1120
1121 * gdb.texinfo: (Summary) Add mention about D language support.
1122 (Filenames): Add D suffixes.
1123 (D): New node.
1124
b7da9e9f
PM
11252010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
1126
1127 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
1128 of macro deleted from GDB code.
1129
ab38a727
PA
11302010-04-24 Pedro Alves <pedro@codesourcery.com>
1131
1132 * gdb.texinfo (Commands to specify files): Describe what how GDB
1133 looks up DOS-based filesystem paths on the system root. Document
1134 the new `set/show target-file-system-kind' commands.
1135
66d09542
DE
11362010-04-23 Doug Evans <dje@google.com>
1137
1138 * gdb.texinfo (Python): Move Auto-loading section here ...
1139 (Python API): from here.
1140 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
1141 (Maintenance Commands): Add docs for "maint print section-scripts".
1142
8bd10a10
CM
11432010-04-20 Chris Moller <cmoller@redhat.com>
1144
1145 * gdb.texinfo (Setting Breakpoints): Added description of
1146 filename-qualified rbreak.
1147 * refcard.tex (Breakpoints and Watchpoints): Added brief
1148 description of filename-qualified rbreak.
1149
4c374409
JK
11502010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1151
1152 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
1153 (Python API): Change the reference to Pretty Printing API.
1154 (Pretty Printing): Move the user part under the Data node. Reformat
1155 the sample output to 72 columns. Create a new reference to Pretty
1156 Printing API. Rename the API part ...
1157 (Pretty Printing API): To a new node name.
1158 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
1159 (GDB/MI Variable Objects): Change references to Pretty Printing API.
1160
5a9351ae
SS
11612010-04-21 Stan Shebs <stan@codesourcery.com>
1162
1163 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 1164 and commands.
5a9351ae 1165 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 1166
9a22f0d0
PM
11672010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1168
1169 * gdb.texinfo (Examining memory): Update for change in string
1170 display with explicit size.
1171
6149aea9
PA
11722010-04-19 Pedro Alves <pedro@codesourcery.com>
1173
1174 PR breakpoints/8554.
1175
1176 * gdb.texinfo (Save Breakpoints): New node.
1177 (save-tracepoints): Rename to ...
1178 (save tracepoints): ... this. Mention that `save-tracepoints' is
1179 a deprecated alias to `save tracepoints'.
1180
711e434b
PM
11812010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
1182
645797a8 1183 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
1184 (info w32 thread-information-block): Document new command.
1185 (qGetTIBAddress): Document new gdbserver query.
1186 (maint set/show show-all-tib): Document new command.
1187
3f7b2faa
DE
11882010-04-15 Doug Evans <dje@google.com>
1189
fa33c3cd
DE
1190 * gdb.texinfo (Python API): Add progspaces section.
1191 (Selecting Pretty-Printers): Progspace pretty-printers are
1192 searched too.
1193 (Progspaces In Python): New section.
1194
3f7b2faa
DE
1195 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
1196
79f283fe
PM
11972010-04-14 Phil Muldoon <pmuldoon@redhat.com>
1198
1199 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
1200 returns None.
1201
87290684
SS
12022010-04-09 Stan Shebs <stan@codesourcery.com>
1203
1204 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1205 Describe the `frames-created' field, tweak grammar.
1206
a97153c7
PA
12072010-04-09 Pedro Alves <pedro@codesourcery.com>
1208
1209 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1210 Describe the `circular' and `disconnected' fields.
1211
5c5dcc1b
L
12122010-04-09 H.J. Lu <hongjiu.lu@intel.com>
1213
1214 * gdb.texinfo (maint print registers): Mention unavailable and
1215 invisible registers.
1216
adc36818
PM
12172010-04-09 Phil Muldoon <pmuldoon@redhat.com>
1218 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 1219 Tom Tromey <tromey@redhat.com>
adc36818
PM
1220
1221 * gdb.texinfo (Breakpoints In Python): New Node.
1222
33da3f1c
SS
12232010-04-08 Stan Shebs <stan@codesourcery.com>
1224
1225 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
1226 trace status fields.
1227
3a13a53b
L
12282010-04-08 H.J. Lu <hongjiu.lu@intel.com>
1229
1230 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
1231 optional. Make org.gnu.gdb.i386.avx requires
1232 org.gnu.gdb.i386.avx.
1233
08001717
DE
12342010-04-08 Doug Evans <dje@google.com>
1235
1236 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
1237 search path, and document that gdb only scans the search path if
1238 the script's path doesn't specify a directory.
1239
c375651d
DE
12402010-04-05 Doug Evans <dje@google.com>
1241
1242 * gdb.texinfo (maint show python auto-load): Fix typo.
1243
af54718e
SS
12442010-04-04 Stan Shebs <stan@codesourcery.com>
1245
d77f58be
SS
1246 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
1247 (Setting Watchpoints): Update description of "info watch".
1248 (Disabling Breakpoints): Only "info break" lists all.
1249
af54718e
SS
1250 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
1251 (tdump): Explain how tdump works.
1252
86b17b60
PA
12532010-04-01 Pedro Alves <pedro@codesourcery.com>
1254
1255 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
1256 add cross reference.
1257
ff12863f
PA
12582010-03-31 Pedro Alves <pedro@codesourcery.com>
1259
1260 * gdb.texinfo (TUI Commands): Mention that in some cases, these
1261 commands error out.
1262
f68eb612
L
12632010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1264
1265 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
1266
c8d5aac9
L
12672010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1268
1269 * gdb.texinfo (General Query Packets): Add xmlRegisters.
1270
7d13fe92
SS
12712010-03-29 Stan Shebs <stan@codesourcery.com>
1272 Nathan Sidwell <nathan@codesourcery.com>
1273
1274 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
1275 GDBN equivalent.
1276 (Set Tracepoints): Remove mention that conditional tracepoints
1277 don't exist.
1278 (Tracepoint Actions): Clarify when while-stepping collection
1279 happens, note that while-stepping does not automatically collect
1280 $pc.
1281
409873ef 12822010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 1283
409873ef
SS
1284 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
1285 (General Query Packets): Describe TracepointSource.
1286
ee8e71d4
EZ
12872010-03-27 Matt Rice <ratmice@gmail.com>
1288
c8d5aac9
L
1289 * gdb.texinfo (ARM): Document arguments to "target sim".
1290 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 1291
99b5e152
PA
12922010-03-26 Pedro Alves <pedro@codesourcery.com>
1293
1294 * gdb.texinfo (Tracepoint Packets): Remove mention that
1295 terror:string may be plain text, and drop mention of X prefix.
1296
cd64ee31
VP
12972010-03-26 Vladimir Prus <vladimir@codesourcery.com>
1298
1299 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
1300
6c28cbf2
SS
13012010-03-24 Stan Shebs <stan@codesourcery.com>
1302
1303 * gdb.texinfo (Tracepoint Packets): Document trace error status.
1304
95a42b64
TT
13052010-03-24 Tom Tromey <tromey@redhat.com>
1306
1307 PR breakpoints/9352:
1308 * gdb.texinfo (Break Commands): Update.
1309
18148017
VP
13102010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1311
1312 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
1313 commands.
1314
4daf5ac0
SS
13152010-03-16 Stan Shebs <stan@codesourcery.com>
1316
1317 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
1318 circular-trace-buffer.
1319 (Tracepoint Packets): Describe QTBuffer, and details of the
1320 qTStatus reply.
1321
c9429232
SS
13222010-03-12 Stan Shebs <stan@codesourcery.com>
1323 Nathan Sidwell <nathan@codesourcery.com>
1324
1325 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
1326 doing instruction stepping.
1327 (Tracepoint Restrictions): New node.
1328
ccefe4c4
TT
13292010-03-10 Tom Tromey <tromey@redhat.com>
1330
1331 * gdbint.texinfo (Symbol Handling): Update.
1332
7c953934
TT
13332010-03-08 Tom Tromey <tromey@redhat.com>
1334
1335 PR cli/9591:
1336 * gdb.texinfo (Mode Options): Mention lack of pagination and
1337 confirmation with --batch.
1338 (Screen Size): Mention --batch.
1339 (Messages/Warnings): Likewise.
1340
f870a310
TT
13412010-03-05 Tom Tromey <tromey@redhat.com>
1342
1343 * gdb.texinfo (Basic Python): Document target_charset and
1344 target_wide_charset.
1345
78e2826b
TT
13462010-03-05 Tom Tromey <tromey@redhat.com>
1347
1348 * gdb.texinfo (Data): Link to pretty-printing.
1349 (Output Formats): Likewise. Correct text.
1350
f5dff777
DJ
13512010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1352
1353 * gdb.texinfo (Types): Describe <struct> and <flags>.
1354
dc00d89f
PM
13552010-02-28 Phil Muldoon <pmuldoon@redhat.com>
1356
1357 * gdb.texinfo (Frames In Python): Add block parameter and
1358 description to read_var text.
1359
5107b149 13602010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 1361 Tom Tromey <tromey@redhat.com>
5107b149
PM
1362
1363 * gdb.texinfo (Types In Python): Describe block argument in
1364 template_argument and gdb.lookup_type.
1365
e03e5e7b
TT
13662010-02-24 Tom Tromey <tromey@redhat.com>
1367
1368 * gdb.texinfo (Cygwin Native): Fix typo.
1369
f3e9a817
PM
13702010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1371
1372 * gdb.texinfo (Frames In Python): Add block, find_sal, function
1373 and select method descriptions.
1374 (Python API): Add Blocks In Python, Symbols in Python and Symbol
1375 Tables in Python to menu.
1376 (Blocks In Python): New node.
1377 (Symbols In Python): New node.
1378 (Symbol Tables in Python): New node.
1379
a79b8f6e
VP
13802010-02-24 Vladimir Prus <vladimir@codesourcery.com>
1381
1382 Multiexec MI
1383
1384 gdb/
1385 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
1386
1387 gdb/doc/
1388 * gdb.texinfo (GDB/MI Command Syntax): Document notification
1389 changes.
1390 (GDB/MI Program Execution): Document current behaviour of
1391 --all and --thread-group.
1392 (GDB/MI Miscellaneous Commands): Document -add-inferior and
1393 -remove-inferior.
1394 * observer.texi (inferior_added, inferior_removed): New
1395 observers.
1396
629d6a47
TT
13972010-02-19 Tom Tromey <tromey@redhat.com>
1398
1399 * gdbint.texinfo (Getting Started): Fix @node.
1400 (Debugging GDB): Likewise.
1401
c09529e5
JB
14022010-02-13 Joel Brobecker <brobecker@adacore.com>
1403
1404 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
1405 documenting the gdb_test_timeout variable.
1406
540aa8e7
MS
14072010-02-12 Jakob Engblom <jakob@virtutech.com>
1408
1409 * gdb.texinfo (MI commands): Added documentation of --reverse
1410 option to a set of MI commands. Restructured documentation of MI
1411 commands --exec-continue to reflect the complexity of reverse
1412 execution.
1413
081dfbf7
PA
14142010-02-12 Pedro Alves <pedro@codesourcery.com>
1415
1416 * gdb.texinfo (Using the Collected Data): Specify that the address
1417 range of `tfind outsize' is exclusive, and that the address range
1418 of `tfind range' is inclusive.
1419 (Tracepoint Packets): Specify that the address range of
1420 `QTFrame:range' is inclusive, and that the address range of
1421 `QTFrame:outside' is exclusive
1422
8e9c5e02
VP
14232010-02-12 Vladimir Prus <vladimir@codesourcery.com>
1424
1425 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
1426
92981e24
TT
14272010-02-10 Tom Tromey <tromey@redhat.com>
1428
1429 * gdb.texinfo (Debugging Output): Document set debug parser and
1430 show debug parser.
1431
075b51b7
L
14322010-02-09 H.J. Lu <hongjiu.lu@intel.com>
1433
1434 * gdb.texinfo (Predefined Target Types): Add i387_ext,
1435 i386_eflags and i386_mxcsr.
1436
3bb8d5c3
L
14372010-02-08 H.J. Lu <hongjiu.lu@intel.com>
1438
1439 * gdb.texinfo: Document i386 target features.
1440
c5f80513
DE
14412010-02-05 Doug Evans <dje@google.com>
1442
1443 * gdbint.texinfo (Testsuite): Add a new section to document the
1444 various DejaGnu variables that may be overridden.
1be00882 1445 Document INTERNAL_GDBFLAGS.
c5f80513 1446
6ac33a4e
TT
14472010-02-04 Tom Tromey <tromey@redhat.com>
1448
1449 PR cli/8830:
1450 * gdb.texinfo (Files): -readnow comes before the filename for file
1451 and symbol-file.
1452
a1dcb23a
DJ
14532010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1454
1455 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
1456 Document ARM breakpoint types.
1457 (Register Packet Format): Move into the new section.
1458 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
1459
95433b34
JB
14602010-01-21 Joel Brobecker <brobecker@adacore.com>
1461
1462 * gdb.texinfo (File Options): Adjust the documentation of this
1463 switch to refer to the "source" command rather than partially
1464 duplicating some of the relevant information.
1465 (Extending GDB): Introduce and document the set/show script-extension
1466 setting.
1467 (Command Files): Add note explaining that the "source" command
1468 is also used to evalute scripts written in other languages.
1469 Remove the short slightly incorrect reference to sourcing Python
1470 scripts.
1471 (Python Commands): Document how to execute a Python script from GDB.
1472
8d576872
JB
14732010-01-19 Joel Brobecker <brobecker@adacore.com>
1474
1475 * gdb.texinfo (Command Files): Fix typo.
1476
8150ff9c
JB
14772010-01-18 Tom Tromey <tromey@redhat.com>
1478
1479 * gdb.texinfo (File Options): Document -x on .py files.
1480 (Command Files): Document handling of Python scripts.
1481
23db03a6
JZ
14822010-01-18 Jie Zhang <jie.zhang@analog.com>
1483
1484 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
1485
00bf0b85
SS
14862010-01-15 Stan Shebs <stan@codesourcery.com>
1487
1488 * gdb.texinfo (Trace Files): New section.
1489 (Tracepoint Packets): Document QTSave and qTBuffer.
1490 (Trace File Format): New appendix.
1491
be759fcf
PM
14922010-01-13 Phil Muldoon <pmuldoon@redhat.com>
1493
1494 * gdb.texinfo (Values From Inferior): Document lazy_string value
1495 method.
1496 (Python API): Add Lazy strings menu item.
1497 (Lazy Strings In Python): New node.
1498
dc146f7c
VP
14992010-01-13 Vladimir Prus <vladimir@codesourcery.com>
1500
1501 * gdb.texinfo (GDB/MI Thread Information): New.
1502 (GDB/MI Async Records): Document the core field in *stopped.
1503 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
1504 documentation
1505 (Process list): Document that osdata document may contain
1506 threads.
1507 (Remote Serial Protocol): Document qXfer:threads.
1508
d5551862
SS
15092010-01-06 Stan Shebs <stan@codesourcery.com>
1510
1511 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1512 disconnected tracing.
1513 (Tracepoint Packets): Document new protocol.
1514
7a697b8d
SS
15152010-01-05 Stan Shebs <stan@codesourcery.com>
1516
1517 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
1518 tracepoints.
1519 (Tracepoint Packets): Describe remote protocol for fast
1520 tracepoints.
1521
e6f3ec50
JB
15222010-01-01 Joel Brobecker <brobecker@adacore.com>
1523
1524 Update the "Start of New Year Procedure".
1525 * gdbint.texinfo: Add the list of files that need to be updated
1526 manually. Minor reformatting.
1527
ddc4e9c1
JB
15282010-01-01 Joel Brobecker <brobecker@adacore.com>
1529
1530 * refcard.tex: Update copyright year in header and text.
1531
9d2897ad
JB
15322010-01-01 Joel Brobecker <brobecker@adacore.com>
1533
1534 * agentexpr.texi: Add 2010 to the list of copyright years.
1535 * annotate.texinfo: Likewise.
1536 * gdb.texinfo: Likewise.
1537 * gdbint.texinfo: Likewise.
1538 * observer.texi: Likewise.
1539 * stabs.texinfo: Likewise.
1540
6da95a67
SS
15412009-12-31 Stan Shebs <stan@codesourcery.com>
1542
1543 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 1544
236f1d4d
SS
15452009-12-29 Stan Shebs <stan@codesourcery.com>
1546
1547 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 1548
f61e138d
SS
15492009-12-28 Stan Shebs <stan@codesourcery.com>
1550
1551 * gdb.texinfo (Trace State Variables): New section.
1552 (Tracepoint Packets): Describe trace state variable packets.
1553 * agentexpr.texi (Bytecode Descriptions): Describe trace state
1554 variable bytecodes.
1555
0fe7935b
DJ
15562009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
1557
1558 * gdb.texinfo (Symbols): "info variables" prints definitions, not
1559 declarations.
1560
a6b29f87
VP
15612009-12-21 Vladimir Prus <vladimir@codesourcery.com>
1562
1563 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
1564 -gdb-exit behaviour.
1565
5e4bde96
JB
15662009-12-20 Joel Brobecker <brobecker@adacore.com>
1567
1568 * gpl.texi: Update to version 3 of the GPL.
1569
a1715244
JB
15702009-12-20 Joel Brobecker <brobecker@adacore.com>
1571
1572 * Makefile.in: Update copyright header.
1573 * observer.texi: Fix the copyright header of the generated files.
1574
361ae042
PM
15752009-12-08 Phil Muldoon <pmuldoon@redhat.com>
1576
1577 * gdb.texinfo (Types In Python): Describe range function.
1578
bfd31e71
PM
15792009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
1580
1581 * gdb.texinfo (Types In Python): Describe "is_base_class".
1582
57a1d736
TT
15832009-12-03 Tom Tromey <tromey@redhat.com>
1584
1585 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
1586
8cebebb9
PP
15872009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
1588
1589 * observer.texi: New memory_changed observer.
1590
16af530a
TT
15912009-12-01 Tom Tromey <tromey@redhat.com>
1592
1593 * gdb.texinfo (Reverse Execution): Fix typo.
1594
b6199126
DJ
15952009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
1596
1597 PR gdb/8704
1598
1599 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
1600 are allowed after the breakpoint condition.
1601
7a6973ad
TT
16022009-11-23 Tom Tromey <tromey@redhat.com>
1603
1604 PR python/10782:
1605 * gdb.texinfo (Types In Python): Document Type.pointer.
1606
21a0512e
PP
16072009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
1608
1609 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 1610
a5832c8f
PA
16112009-11-11 Pedro Alves <pedro@codesourcery.com>
1612
1613 * agentexpr.texi (Tracing On Symmetrix): Delete section.
1614 (Using Agent Expressions): Delete cross reference.
1615
1eb7cd77
JB
16162009-11-07 Joel Brobecker <brobecker@adacore.com>
1617
1618 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
1619 and @settitle directives up to help makeinfo find them.
1620
24ddea62
JK
16212009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1622
1623 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
1624 (Auto-loading): Use plural and note one can use multiple components now.
1625
3afae151
VP
16262009-11-01 Vladimir Prus <vladimir@codesourcery.com>
1627
1628 * gdb.texinfo (GDB/MI Stack Manipulation): Make
1629 -stack-list-arguments have the same documentation for parameter
1630 as -stack-list-locals. Add comas.
1631
14ff2235
PM
16322009-10-27 Tom Tromey <tromey@redhat.com>
1633 Eli Zaretskii <eliz@gnu.org>
1634
c8d5aac9 1635 PR python/10781
14ff2235
PM
1636
1637 * gdb.texinfo (Values From Inferior): Document cast method.
1638
9c419145
PP
16392009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
1640
1641 * gdb.texinfo (Machine Code): Mention function name in disasssembly
1642 and adjust example.
889bf7c5 1643
29153c24
MS
16442009-10-22 Michael Snyder <msnyder@vmware.com>
1645
1646 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 1647 info record command. Also document the new save and restore
29153c24
MS
1648 commands.
1649
2b28d209
PP
16502009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
1651
1652 * gdb.texinfo (Machine Code): Mention current pc marker.
1653 (Memory): Likewise.
1654
6c95b8df
PA
16552009-10-19 Pedro Alves <pedro@codesourcery.com>
1656 Stan Shebs <stan@codesourcery.com>
1657
1658 * observer.texi (new_inferior): Rename to...
1659 (inferior_appeared): ... this.
1660
1661 * gdb.texinfo (Inferiors): Rename node to ...
1662 (Inferiors and Programs): ... this. Mention running multiple
1663 programs in the same debug session.
1664 <info inferiors>: Mention the new 'Executable' column if "info
1665 inferiors". Update examples. Document the "add-inferior",
1666 "clone-inferior", "remove-inferior" and "maint info
1667 program-spaces" commands.
1668 (Process): Rename node to...
1669 (Forks): ... this. Document "set|show follow-exec-mode".
1670
2f8132f3
MS
16712009-10-11 Michael Snyder <msnyder@vmware.com>
1672
1673 * gdb.texinfo (ReverseStep): Show default as "unsupported".
1674 (ReverseContinue): Ditto.
1675
cba4b2d3
PP
16762009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
1677
1678 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 1679
da082f17
JK
16802009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1681
1682 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
1683
08be9d71
ME
16842009-10-06 Michael Eager <eager@eagercon.com>
1685
1686 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
1687 (Embedded Processors): Add MicroBlaze.
1688 (MicroBlaze): New. Describe Xilinx MicroBlaze
1689
08a0efd0
PA
16902009-10-04 Pedro Alves <pedro@codesourcery.com>
1691
1692 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
1693
cbb8f428
EZ
16942009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1695
1696 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
1697
30a4a70c
JB
16982009-09-23 Joel Brobecker <brobecker@adacore.com>
1699
1700 * observer.texi (solib_unloaded): Document explicitly the fact that
1701 this observer is called before the associated symbols are unloaded.
1702
b3372f91
VP
17032009-09-19 Vladimir Prus <vladimir@codesourcery.com>
1704
1705 * gdb.texinfo (GDB/MI Stack Manipulation): Document
1706 -stack-list-variables.
1707
f43030c4
TT
17082009-09-18 Tom Tromey <tromey@redhat.com>
1709
1710 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
1711 is experimental.
1712
ec7e75e7
PP
17132009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1714
1715 * gdb.texinfo (convenince variables): Mention
1716 $_siginfo could be empty.
f43030c4 1717
0cc7d26f
TT
17182009-09-15 Tom Tromey <tromey@redhat.com>
1719
1720 * gdb.texinfo (GDB/MI Variable Objects): Document
1721 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
1722 Expand -var-update documentation.
1723
a96d9b2e
SDJ
17242009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1725
1726 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
1727 feature.
1728
005ca36a
JB
17292009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
1730
1731 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
1732
0d772ac9
MS
17332009-09-10 Michael Snyder <msnyder@vmware.com>
1734
1735 * gdb.texinfo (qSupported): Mention new ReverseContinue and
1736 ReverseStep replies to the qSupported query.
1737
14fb1bac
JB
17382009-09-10 Joel Brobecker <brobecker@adacore.com>
1739
1740 Add documentation for set/show interactive-mode.
1741 * gdb.texinfo (Other Misc Settings): New node.
1742
29b090c0
DE
17432009-09-01 Doug Evans <dje@google.com>
1744
1745 * gdb.texinfo (Caching Data of Remote Targets): Add note on
1746 non-stop mode's affect on remote caching.
1747
4e5d721f
DE
17482009-08-31 Jacob Potter <jdpotter@google.com>
1749 Doug Evans <dje@google.com>
1750
1751 * gdb.texinfo (Caching Data of Remote Targets): Update text.
1752 Mark `set/show remotecache' options as obsolete.
1753 Document new `set/show stack-cache' option.
1754 Update text for `info dcache'.
1755
55333a84
DE
17562009-08-27 Doug Evans <dje@google.com>
1757
1758 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
1759 (Files): Add note on new optional regex arg to `info sharedlibrary'.
1760
bc3a0b4d
RW
17612009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1762
1763 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
1764 about autoconf.
1765
3a1ff0b6
PA
17662009-08-25 Pedro Alves <pedro@codesourcery.com>
1767
1768 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
1769 small example, and describe its columns. Replace "inferior-id" by
1770 "infno" throughout.
1771
81ecdfbb
RW
17722009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1773
af542c2e
RW
1774 * gdbint.texinfo (Releasing GDB): Point to
1775 README-maintainer-mode file for required autoconf version.
1776 * configure.ac: Do not substitute datarootdir, htmldir,
1777 pdfdir, docdir. Do not process --with-datarootdir,
1778 --with-htmldir, --with-pdfdir, --with-docdir.
1779 * configure: Regenerate.
1780
81ecdfbb
RW
1781 * configure: Regenerate.
1782
4efc6507
DE
17832009-08-20 Reid Kleckner <reid@kleckner.net>
1784
1785 * gdb.texinfo: Add chapter on JIT interface.
1786
43089a6e
NR
17872009-08-07 Nick Roberts <nickrob@snap.net.nz>
1788
1789 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 1790 confirmation request.
43089a6e 1791
99e008fe
EZ
17922009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
1793
c8d5aac9
L
1794 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
1795 CRC definitions.
99e008fe 1796
48cb2d85
VP
17972009-08-03 Vladimir Prus <vladimir@codesourcery.com>
1798
1799 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 1800 -break-commands.
48cb2d85 1801
ff1a52c6
UW
18022009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1803
1804 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1805 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
1806
3285f3fe
UW
18072009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1808
1809 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1810 "set spu stop-on-load" and "show spu stop-on-load" commands.
1811
e35359c5
UW
18122009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1813
1814 * gdb.texinfo (Target Descriptions): Document <compatible> element.
1815
58d6951d
DJ
18162009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
1817
1818 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
1819 org.gnu.gdb.arm.neon.
1820
08d16641
PA
18212009-07-20 Pedro Alves <pedro@codesourcery.com>
1822
1823 * gdb.texinfo (Target Description Format): Mention the new <osabi>
1824 optional element.
1825 (subsection OS ABI): New subsection.
1826
782b2b07
SS
18272009-07-14 Stan Shebs <stan@codesourcery.com>
1828
1829 * gdb.texinfo (Tracepoint Conditions): New section.
1830 (General Query Packets): Describe ConditionalTracepoints.
1831 (Tracepoint Packets): Describe condition field.
1832 (Maintenance Commands): Describe maint agent-eval.
1833 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
1834
9b117ef3
HZ
18352009-07-11 Hui Zhu <teawater@gmail.com>
1836
1837 * gdb.texinfo (disassemble): Add a new modifier /r
1838 to "disassemble" command to make it print the raw instructions
1839 in hex as well as in symbolic form.
1840
f5a33284
TT
18412009-07-09 Tom Tromey <tromey@redhat.com>
1842
1843 * gdbint.texinfo (Testsuite): Document parallel make check.
1844
812f7342
TT
18452009-07-09 Tom Tromey <tromey@redhat.com>
1846
1847 * gdbint.texinfo (Testsuite): Document test transcripts.
1848
fbb8f299
PM
18492009-07-10 Phil Muldoon <pmuldoon@redhat.com>
1850
1851 * gdb.texinfo (Values From Inferior): Add length parameter
1852 description.
1853
dd8f35ac
EZ
18542009-07-04 Chris Genly <chris@genly.us>
1855
1856 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
1857 in -var-list-children. Fix example according to what the code
1858 does.
1859
2277426b
PA
18602009-07-02 Pedro Alves <pedro@codesourcery.com>
1861
1862 * gdb.texinfo (Debugging multiple inferiors): Document the
1863 "inferior", "detach inferior" and "kill inferior" commands.
1864 (Debugging Programs with Multiple Processes): Adjust to mention
1865 generic "inferior" commands. Delete mention of "detach fork" and
1866 "delete fork". Cross reference to "Debugging multiple inferiors"
1867 section.
1868
a6d9a66e
UW
18692009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1870
5af949e3
UW
1871 * gdbint.texinfo (Item Output Functions): Update signature
1872 for ui_out_field_core_addr.
1873
18742009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1875
1876 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
1877 Update example code extrated from breakpoint.c.
1878
9901a55b 18792009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 1880
9901a55b
PP
1881 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
1882 MI commands.
1883 (GDB/MI Symbol Query): Likewise.
1884 (GDB/MI File Commands): Likewise.
1885 (GDB/MI File Transfer Commands): Likewise.
1886 (GDB/MI Target Manipulation): Likewise.
1887 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 1888
edb3359d
DJ
18892009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
1890
1891 * gdb.texinfo (Debugging Optimized Code): New chapter.
1892 (Compiling for Debugging): Reference it. Move some
1893 text to the new section.
1894
7cd1089b
PM
18952009-06-15 Phil Muldoon <pmuldoon@redhat.com>
1896
1897 * doc/gdb.texinfo (Calling): Document
1898 set-unwind-on-terminating-exception usage.
1899
d4db2f36
PA
19002009-06-11 Pedro Alves <pedro@codesourcery.com>
1901
1902 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
1903 command.
1904
d1a7880c
PA
19052009-06-07 Pedro Alves <pedro@codesourcery.com>
1906
1907 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
1908 references.
1909
473f94e6
UW
19102009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
1911
1912 * gdbint.texinfo: Rename formal parameters to gdbarch function
1913 protoypes from "current_gdbarch" to "gdbarch".
1914
8f500870
TT
19152009-05-28 Tom Tromey <tromey@redhat.com>
1916
1917 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
1918
b6313243
TT
19192009-05-27 Tom Tromey <tromey@redhat.com>
1920
1921 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1922 feature.
1923 (GDB/MI Variable Objects): Document -var-set-visualizer.
1924
19252009-04-02 Tom Tromey <tromey@redhat.com>
1926
1927 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1928 feature.
1929 (GDB/MI Variable Objects): Document -var-set-visualizer.
1930
a6bac58e
TT
19312009-05-27 Tom Tromey <tromey@redhat.com>
1932 Thiago Jung Bauermann <bauerman@br.ibm.com>
1933 Phil Muldoon <pmuldoon@redhat.com>
1934
1935 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
1936 (Pretty Printing): New node.
1937 (Selecting Pretty-Printers): Likewise.
1938 (Python API): Update.
1939 (Output Formats): Document /r format.
1940
2c74e833
TT
19412009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
1942 Tom Tromey <tromey@redhat.com>
1943
1944 * gdb.texinfo (Types In Python): New node.
1945 (Values From Inferior): "type" is now an attribute.
1946 (Python API): Update.
1947
89c73ade
TT
19482009-05-27 Tom Tromey <tromey@redhat.com>
1949 Thiago Jung Bauermann <bauerman@br.ibm.com>
1950 Phil Muldoon <pmuldoon@redhat.com>
1951
1952 * gdb.texinfo: Add @syncodeindex for `tp'.
1953 (Python API): Update.
1954 (Auto-loading): New node.
1955 (Objfiles In Python): New node.
1956
17a37d48
PP
19572009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
1958
1959 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 1960
6718376f
NR
19612009-05-15 Nick Roberts <nickrob@snap.net.nz>
1962
1963 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
1964
cbe54154
PA
19652009-05-12 Pedro Alves <pedro@codesourcery.com>
1966
1967 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
1968 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
1969 show show-debug-regs' docs.
1970
8e05493c
EZ
19712009-05-08 Eli Zaretskii <eliz@gnu.org>
1972
1973 * gdb.texinfo (Process Record and Replay): Add description of
1974 reverse execution.
1975
b39f4988
JB
19762009-05-07 Joel Brobecker <brobecker@adacore.com>
1977
1978 * gdbint.texinfo (Adding support for debugging core files): New node.
1979 (Native Debugging): Remove the ``Native core file Support'' section.
1980
a2311334
EZ
19812009-05-01 Eli Zaretskii <eliz@gnu.org>
1982
1983 * gdb.texinfo (Process Record and Replay): Improve and clarify.
1984 Add index entries.
1985
53cc454a 19862009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 1987 Michael Snyder <msnyder@vmware.com>
53cc454a 1988
a2311334
EZ
1989 * gdb.texinfo: (Process Record and Replay): Add documentation for
1990 process record and replay.
53cc454a 1991
484086b7
JK
19922009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1993
1994 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
1995 a new part on command-line defined macros.
1996
32ae1842
EZ
19972009-04-25 Eli Zaretskii <eliz@gnu.org>
1998
1999 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
2000 clarify the wording.
2001
b14b1491
TT
20022009-04-23 Tom Tromey <tromey@redhat.com>
2003
2004 * gdb.texinfo (Data Files): New node.
2005 (GDB Files): Update menu.
2006
5c1e86e1
JB
20072009-04-23 Joel Brobecker <brobecker@adacore.com>
2008
2009 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 2010 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 2011
83eba9b7
VP
20122009-04-22 Vladimir Prus <vladimir@codesourcery.com>
2013
2014 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
2015
e31198c4
HZ
20162009-04-22 Hui Zhu <teawater@gmail.com>
2017
2018 * gdb.texinfo (disassemble-next-line): Set the default of
2019 disassemble-next-line to off.
2020
26e251b6
JM
20212009-04-21 Joseph Myers <joseph@codesourcery.com>
2022
2023 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
2024 --with-htmldir): New.
2025 * configure: Regenerate.
2026 * Makefile.in (datarootdir, docdir): Define.
2027 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
2028 instead of $(SET_TEXINPUTS).
2029 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
2030 gdbint.info instead of $(SET_TEXINPUTS).
2031 (gdbint/index.html): Use same -I options as for building
2032 gdbint.info.
2033 (stabs.dvi, stabs.pdf): Use same -I options as for building
2034 stabs.info instead of $(SET_TEXINPUTS).
2035 (stabs/index.html): Use same -I options as for building
2036 stabs.info.
2037 (annotate.dvi, annotate.pdf): Use same -I options as for building
2038 annotate.info instead of $(SET_TEXINPUTS).
2039 (annotate/index.html): Use same -I options as for building
2040 annotate.info.
2041
eac35c4e
DD
20422009-04-21 David Daney <ddaney@caviumnetworks.com>
2043
2044 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
2045
29b0e8a2
JM
20462009-04-21 Joseph Myers <joseph@codesourcery.com>
2047
2048 * gdb.texinfo (Source Path): Document --with-relocated-sources.
2049
2b831889 20502009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 2051 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
2052
2053 * Makefile.in (MAKEHTML): Set to makeinfo --html.
2054 (MAKEHTMLFLAGS): Set to empty.
2055 (html__strip_dir): Define.
2056 (HTMLFILES): Define.
2057 (HTMLFILES_INSTALL): Define.
2058 (install-html): Copy new automake rule.
2059 (html): Depend on $(HTMLFILES).
2060 (gdb_toc.html): Rename to gdb/index.html.
2061 (gdbint_toc.html): Rename to gdbint/index.html.
2062 (stabs_toc.html): Rename to stabs/index.html.
2063 (annotate_toc.html): Rename to annotate/index.html.
2064
89a34d1b
JM
20652009-04-17 Carlos O'Donell <carlos@codesourcery.com>
2066
2067 * Makefile.in: Set pdfdir and htmldir from configure
2068 substitutions.
2069 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
2070 * configure: Regenerate.
2071
a2d5da46
JB
20722009-04-16 Joel Brobecker <brobecker@adacore.com>
2073
2074 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
2075 This macro is no longer used.
2076
732f6a93
TT
20772009-04-15 Tom Tromey <tromey@redhat.com>
2078
2079 * gdb.texinfo (Character Sets): Document default character set.
2080
87f9adc1
PM
20812009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
2082
2083 * gdbint.texinfo: Change server name from sources.redhat.com to
2084 sourceware.org throughout.
2085
2c88c651
JB
20862009-04-09 Joel Brobecker <brobecker@adacore.com>
2087
2088 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
2089 about a missing dot or coma after @xref.
2090
4f5376b2
JB
20912009-04-02 Joel Brobecker <brobecker@adacore.com>
2092
2093 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
2094 example, and add a small explanation about it.
2095 (Print Settings): Change the documentation of the "set print
2096 frame-arguments" to reflect the fact that the default is now "scalars".
2097
a0381d3a
JB
20982009-04-02 Joel Brobecker <brobecker@adacore.com>
2099
2100 * gdb.texinfo (Print Settings): Add kindex for command "set
2101 print frame-arguments".
2102
45ac276d
JB
21032009-03-31 Joel Brobecker <brobecker@adacore.com>
2104
2105 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
2106 breakpoints.
2107 (Set Breaks): Add reference to thread-specific and task-specific
2108 breakpoints.
2109
32cd1edc
JB
21102009-03-31 Joel Brobecker <brobecker@adacore.com>
2111
2112 * gdb.texinfo (Ada Tasks): Remove the documentation about
2113 the "Running" state, as this state has been eliminated.
2114 Now all runnable tasks are shown as "Runnable".
2115
1042e4c0
SS
21162009-03-30 Stan Shebs <stan@codesourcery.com>
2117
2118 * gdb.texinfo (Tracepoints): Describe tracepoints as a
2119 special case of breakpoints.
2120 (Enable and Disable Tracepoints): Mention deprecation.
2121 (Listing Tracepoints): Update description and example.
2122
f8f6f20b
TJB
21232009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2124
2125 * gdb.texinfo (Frames in Python): New node.
2126 (Python API): Update.
2127
c0c6f777
TJB
21282009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
2129
2130 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
2131 from a method to an attribute.
2132
def2b000
TJB
21332009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
2134
2135 * gdb.texinfo (Values From Inferior): Document is_optimized_out
2136 attribute.
2137
a07daef3
PA
21382009-03-25 Pedro Alves <pedro@codesourcery.com>
2139
2140 * observer.texi (thread_exit): Add "silent" parameter.
2141
f3b1572e
PA
21422009-03-22 Pedro Alves <pedro@codesourcery.com>
2143
2144 * observer.texi (about_to_proceed): New.
2145
587afa38
EZ
21462009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
2147
2148 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
2149 field throughout to handle types with spaces in them. Fix typos
2150 found by aspell.
2151 (Summary, Requirements, Contributors): New first chapter,
2152 "Summary" added, old Requirements section moved there, and new
2153 section, "Contributors" added.
2154 (Initializing a New Architecture, Register Representation)
2155 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
2156 (Porting gdb): These sections extended and updated.
2157 (Compiler Characteristics): This section (empty) deleted.
2158 (Defining Other Architecture Features): This section renamed and
2159 duplicate material removed from (formerly "Target Conditionals").
2160 Use braces {} in @deftypeXX type field throughout to handle types
2161 with spaces in them. Typos found by aspell fixed.
2162
2163 * stack_frame.svg: New file, source of image for gdbint.texinfo.
2164 * stack_frame.pdf: Version of image for PDF output.
2165 * stack_frame.png: Version of image for HTML output and for Emacs.
2166 * stack_frame.txt: Version of image for Info output.
1db61298 2167 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 2168
10af6951
EZ
21692009-03-21 Eli Zaretskii <eliz@gnu.org>
2170
2171 * gdb.texinfo (Character Sets): Fix last change.
2172
cc924cad
TJB
21732009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
2174
2175 * gdb.texinfo (Values From Inferior): Fix optional arguments
2176 markup.
2177 (Commands In Python): Adjust argument names of gdb.Command.__init__
2178 to what the function accepts as keywords.
2179
bc3b79fd
TJB
21802008-03-20 Tom Tromey <tromey@redhat.com>
2181
2182 * gdb.texinfo (Convenience Vars): Document convenience functions.
2183 (Functions In Python): New node.
2184 (Python API): Update.
2185
6c7a06a3
TT
21862009-03-20 Tom Tromey <tromey@redhat.com>
2187
2188 * gdb.texinfo (Character Sets): Remove obsolete text. Document
2189 set target-wide-charset.
2190 (Requirements): Mention iconv.
2191
b646ddd4
HZ
21922009-03-17 Hui Zhu <teawater@gmail.com>
2193
2194 * gdb.texinfo: Change the introduce of "disassemble-next-line".
2195
91440f57
HZ
21962009-03-17 Hui Zhu <teawater@gmail.com>
2197
2198 * gdb.texinfo: Add documentation for disassemble-next-line.
2199
8fd41227
TJB
22002009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2201
2202 * gdb.texinfo (Commands In Python): Remove tindex entries.
2203
61ff14c6
JK
22042009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2205
2206 * gdb.texinfo (Returning): New description for missing debug info.
2207
0b16c5cf
PA
22082009-03-14 Pedro Alves <pedro@codesourcery.com>
2209
2210 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 2211 (General Query Packets): Document qAttached.
0b16c5cf 2212
32fc0df9
PA
22132009-03-05 Pedro Alves <pedro@codesourcery.com>
2214
2215 * gdb.texinfo (Background Execution): Better describe the set
2216 target-async command.
2217 (Maintenance Commands): Delete description of the `maint set/show
2218 linux-async' and `maint set/show remote-async' commands.
2219
134eb42c
VP
22202009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2221
2222 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
2223 between sentences.
2224
c86cf029
VP
22252009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2226
2227 * gdb.texinfo (GDB/MI Async Records): Document the
2228 =library-loaded and =library-unloaded notifications.
2229
3ea85240
VP
22302009-02-17 Vladimir Prus <vladimir@codesourcery.com>
2231
2232 * observer.texi (test_notification): New observer.
2233
1d33d6ba
VP
22342009-02-14 Vladimir Prus <vladimir@codesourcery.com>
2235
61ff14c6
JK
2236 * observer.texi: Add parameter 'print_frame' to normal_stop
2237 observer.
1d33d6ba 2238
d721c933
EZ
22392009-02-07 Eli Zaretskii <eliz@gnu.org>
2240
2241 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
2242 (Commands In Python): Fix COMMAND_* constants in last change. Use
2243 @kbd for interactive input. Add cross-references and index
2244 entries.
2245
4aa995e1
PA
22462009-02-06 Pedro Alves <pedro@codesourcery.com>
2247
2248 * gdb.texinfo (Signals): Document $_siginfo.
2249 (Convenience Variables): Mention $_siginfo.
2250 (Remote Configuration): Document qXfer:siginfo:read,
2251 qXfer:siginfo:write packets, and the read-siginfo-object,
2252 write-siginfo-object commands.
2253
5f5233d4
PA
22542009-02-06 Pedro Alves <pedro@codesourcery.com>
2255
2256 * gdbint.texinfo (Values): New chapter.
2257
d8906c6f
TJB
22582009-02-06 Tom Tromey <tromey@redhat.com>
2259
2260 * gdb.texinfo (Python API): Add entry for Commands In Python.
2261 (Commands In Python): New node.
2262
b6cb8e7d
TJB
22632009-02-05 Tom Tromey <tromey@redhat.com>
2264
2265 * gdb.texinfo (Values From Inferior): Document Value.string.
2266
12453b93
TJB
22672009-02-05 Tom Tromey <tromey@redhat.com>
2268
2269 * gdb.texinfo (Basic Python): Document execute's from_tty
2270 argument.
2271
08c637de
TJB
22722009-02-04 Tom Tromey <tromey@redhat.com>
2273
2274 * gdb.texinfo (Basic Python): Document gdb.history.
2275
592375cd
VP
22762009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2277
2278 * gdb.texinfo (GDB/MI Thread Commands): Document the
2279 'current-thread-id' field. Remove the example with zero threads,
2280 since current GDB won't ever report that if there's inferior.
2281
41447f92
VP
22822009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2283
2284 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
2285 option to -break-insert.
2286
098b41a6
JG
22872009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2288 Jerome Guitton <guitton@adacore.com>
2289
2290 * gdb.texinfo (Startup): Document --with-system-gdbinit.
2291 (System-wide configuration): New section.
2292
3c16cced
PA
22932009-01-26 Pedro Alves <pedro@codesourcery.com>
2294
2295 PR gdb/7580:
2296 * gdb.texinfo (Maintenance Commands): Document "maint set|show
2297 internal-error|internal-warning quit|corefile ask|yes|no".
2298
62709adf
PA
22992009-01-26 Pedro Alves <pedro@codesourcery.com>
2300
2301 * gdb.texinfo (Using the `gdbserver' Program): Document
2302 --remote-debug.
2303
7ce58dd2
DE
23042009-01-23 Doug Evans <dje@google.com>
2305
2306 * gdb.texinfo: Add nexti to list of commands that support
2307 background execution.
2308
adb483fe
DJ
23092009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
2310
2311 * gdb.texinfo (Define, Hooks): Document prefix command support.
2312
a67ec3f4 23132009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 2314 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
2315
2316 Fixes for makeinfo --html.
2317
2318 * annotate.texinfo: Use @copying and @insertcopying. Use
2319 @ifnottex in place of @ifinfo.
2320 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
2321 place of @ifinfo. Use @ifnotinfo for one index entry.
2322 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
2323 in place of @ifinfo.
2324 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
2325 in place of @ifinfo. Include contents at start unconditionally.
2326
84fcdf95
PA
23272009-01-13 Pedro Alves <pedro@codesourcery.com>
2328
2329 * gdb.texinfo (General Query Packets): Remove @var{} around the
2330 "spu" literal string.
2331
fa3a767f
PA
23322009-01-07 Pedro Alves <pedro@codesourcery.com>
2333
2334 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
2335 program may be running in another process" errors.
2336 * gdbint.texinfo (Native Conditionals): Delete
2337 ONE_PROCESS_WRITETEXT description.
2338
9cb011d3
JB
23392009-01-07 Joel Brobecker <brobecker@adacore.com>
2340
2341 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
2342 emacs local variable to be placed at the end of the ChangeLog.
2343 Add server.c and gdbreplay.c to the list of files where the
2344 copyright year needs to be updated.
2345
84603566
SL
23462009-01-06 Sandra Loosemore <sandra@codesourcery.com>
2347
2348 * gdb.texinfo (Remote Configuration): Document new
2349 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
2350 commands.
2351
a53f55d8
PA
23522008-12-28 Pedro Alves <pedro@codesourcery.com>
2353
2354 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
2355 FETCH_INFERIOR_REGISTERS.
2356 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
2357 FETCH_INFERIOR_REGISTERS descriptions. Remove
2358 gdbarch_get_longjmp_target descrition, since already described in
2359 Target Conditionals. Move gdbarch_fp0_regnum description to ...
2360 (Target Conditionals): ... here.
2361
077e0a52
JB
23622008-12-16 Joel Brobecker <brobecker@adacore.com>
2363
2364 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
2365 examples.
2366 (Additions to Ada): Likewise. Add the missing opening and closing
2367 parenthesis of the GDB prompt in one of the examples.
2368
023eb17c
JB
23692008-12-14 Joel Brobecker <brobecker@adacore.com>
2370
2371 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
2372 about the result of 'Address not being of type System.Address.
2373 This problem has been fixed a while ago.
2374
c3b108f7
VP
23752008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2376
2377 MI non-stop and multiprocess docs.
2378
c8d5aac9
L
2379 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
2380 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
2381 Adjust documentation for *stopped, document =thread-created,
2382 =thread-exited, =thread-group-created and =thread-group-exited.
2383 (GDB/MI Thread Commands): Document the 'state' field in
2384 -thread-info output.
2385 (GDB/MI Program Execution): Mention --all and --thread-group
2386 options.
2387 (GDB/MI Variable Objects): Describe floating and fixed variable
2388 objects.
2389 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 2390
07e059b5
VP
23912008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2392
c8d5aac9
L
2393 * gdb.texinfo (Operating System Information): New appendix.
2394 (Operating System Auxiliary Information): Document 'info os processes'
2395 (Remote Configuration): Document 'osdata'
2396 (General Query Packets): Document qXfer:osdata:read.
07e059b5 2397
a80b95ba
TG
23982008-11-27 Tristan Gingold <gingold@adacore.com>
2399
2400 * gdb.texinfo (Darwin): Document Darwin specific features.
2401
a655d424
JK
24022008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2403
2404 * gdbint.texinfo (Target Conditionals): Extend the
2405 gdbarch_breakpoint_from_pc description.
2406
249e1128
VP
24072008-11-22 Vladimir Prus <vladimir@codesourcery.com>
2408
2409 * gdb.texinfo (M68K Features): Fix typo.
2410
c14c28ba
PP
24112008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2412
2413 * gdb.texinfo (Symbols): Mention printing containing
2414 image name in "info symbol".
2415 (Maint translate-address): Likewise.
889bf7c5 2416
394a6666
JB
24172008-11-18 Joel Brobecker <brobecker@adacore.com>
2418
2419 * gdb.texinfo (Set Catchpoints): Remove the documentation of
2420 commands "catch load" and "catch unload".
2421
66bb093b
VP
24222008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2423
2424 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 2425 =thread-selected.
889bf7c5 2426
4a92f99b
VP
24272008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2428
c8d5aac9 2429 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 2430
f0323ca0
PA
24312008-10-27 Pedro Alves <pedro@codesourcery.com>
2432
2433 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
2434 .mt files, TM_CLIBS or TM_CDEPS.
2435 (x86 Watchpoints): Don't mention TDEPFILES.
2436
8b23ecc4
SL
24372008-10-24 Sandra Loosemore <sandra@codesourcery.com>
2438
2439 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
2440 (Overview): Mention notifications and non-stop mode behavior.
2441 (Packets): Update documentation of ?, vAttach, vCont, and vRun
2442 with non-stop mode behavior. Add vStopped description.
2443 (Stop Reply Packets): Update list of packets that return
2444 stop replies. Mention non-stop behavior.
2445 (General Query Packets): Document QNonStop packet and associated
2446 qSupported query response.
2447 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
2448 behavior.
2449 (Notification Packets): New section.
2450 (Remote Non-Stop): New section.
2451 (File-I/O Overview): Mention non-stop behavior.
2452
fff08868
HZ
24532008-10-24 Hui Zhu <teawater@gmail.com>
2454 Pedro Alves <pedro@codesourcery.com>
2455
2456 * gdb.texinfo (displaced-stepping): Describe the auto mode
2457 setting, and say it's the default. This is now a mainstream
2458 setting instead of a maintenance setting.
2459
252fbfc8
PA
24602008-10-23 Pedro Alves <pedro@codesourcery.com>
2461
2462 * observer.texi (thread_stop_requested): New.
2463
20924a55
JB
24642008-10-22 Joel Brobecker <brobecker@adacore.com>
2465
2466 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
2467 (Patching): Replace incorrect usage of @samp by @kbd.
2468
bacec72f
MS
24692008-10-17 Michael Snyder <msnyder@vmware.com>
2470
2471 * gdb.texinfo: Add documentation for reverse execution.
2472
a08702d6 24732008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 2474 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
2475
2476 * gdb.texinfo. (Values From Inferior): New subsubsection.
2477
d97bc12b
DE
24782008-10-06 Doug Evans <dje@google.com>
2479
2480 * gdb.texinfo (set debug dwarf2-die): Document it.
2481
87f67dba
JB
24822008-10-01 Joel Brobecker <brobecker@adacore.com>
2483
2484 * gdb.texinfo (catch) [exception]: Document how to insert
2485 a breakpoint on user-defined exceptions when the exception
2486 name is identical to one of the language-defined ones.
2487
2fae03e8
TT
24882008-09-27 Tom Tromey <tromey@redhat.com>
2489
2490 * gdb.texinfo (Macros): Remove text about stringification,
2491 varargs, and splicing.
2492
5c6ce71d
TT
24932008-09-27 Tom Tromey <tromey@redhat.com>
2494
2495 * gdbint.texinfo (Language Support): Remove text about omitting
2496 support for a language.
2497
07128da0
DE
24982008-09-23 Doug Evans <dje@google.com>
2499
2500 * gdb.texinfo (info dcache): Update.
2501
b90a069a
SL
25022008-09-22 Sandra Loosemore <sandra@codesourcery.com>
2503
2504 * gdb.texinfo (Packets): Add info on thread-id syntax and
2505 multiprocess extensions.
2506 <D>: Document multiprocess form of packet.
2507 <H>: Use thread-id syntax.
2508 <T>: Likewise.
2509 <vCont>: Likewise. Note this is required for multiprocess.
2510 <vKill>: New packet.
2511 (Stop Reply Packets) <T>: Use thread-id syntax.
2512 <W>: Document multiprocess form of reply.
2513 <X>: Likewise.
2514 (General Query Packets) <qC>: Use thread-id syntax.
2515 <qfThreadInfo>: Likewise.
2516 <qGetTLSAddr>: Likewise.
2517 <qP>: Likewise.
2518 <qSupported>: Add "multiprocess" feature.
2519 <qThreadExtraInfo>: Use thread-id syntax.
2520
b77209e0
PA
25212008-09-22 Stan Shebs <stan@codesourcery.com>
2522
2523 * gdb.texinfo (Inferiors): New section.
2524
3d0bb823
PA
25252008-09-12 Pedro Alves <pedro@codesourcery.com>
2526
2527 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
2528
f8dcfc0a
UW
25292008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2530
2531 * gdbint.texinfo (Target Conditionals): Remove documentation
2532 for gdbarch_name_of_malloc.
2533
8775bb90
MS
25342008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
2535
2536 * gdb.texinfo (Interrupts): Mention TCP interface for
2537 sending BREAK.
2538
f1838a98
UW
25392008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
2540
2541 * gdb.texinfo (Commands to Specify Files): Document "remote:"
2542 argument prefix to "set sysroot".
2543
158c7665
PH
25442008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
2545
2546 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
2547 and False.
2548
30e026bb
VP
25492008-08-20 Vladimir Prus <vladimir@codesourcery.com>
2550
c8d5aac9
L
2551 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
2552 for possible features of -list-features.
30e026bb 2553
c6ebd6cf
VP
25542008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2555
c8d5aac9 2556 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
2557 (GDB/MI Miscellaneous Commands): Document -list-target-features.
2558
aeac0ff9
VP
25592008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2560
2561 * doc/gdb.texinfo (PowerPC): Fix typo.
2562 (PowerPC features): Fix typo.
2563
5231c1fd
PA
25642008-08-18 Pedro Alves <pedro@codesourcery.com>
2565
2566 * observer.texi (thread_ptid_changed): New.
2567
677c5bb1
LM
25682008-08-18 Luis Machado <luisgpm@br.ibm.com>
2569
2570 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
2571 (PowerPC features): Mention feature set for VSX registers.
2572
f3a2dd1a
JB
25732008-08-13 Joel Brobecker <brobecker@adacore.com>
2574
2575 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
2576 the direct visibility of all names in user-written packages.
2577
33e5cbd6
PA
25782008-08-13 Pedro Alves <pedro@codesourcery.com>
2579
2580 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
2581 setting, and make it the default.
2582 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
2583 non-stop script example.
2584
d0384fc4
TJB
25852008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
2586
2587 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
2588 reference to the "Using Different Register and Memory Data
2589 Representation" section.
2590
a6f3e723
SL
25912008-08-12 Sandra Loosemore <sandra@codesourcery.com>
2592
2593 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
2594 (Remote Protocol): Add Packet Acknowledgment to menu.
2595 (Overview): Mention +/- can be disabled, and point to new section
2596 where this is discussed in detail.
2597 (General Query Packets): Document QStartNoAckMode packet, and
2598 corresponding qSupported reply.
2599 (Packet Acknowledgment): New section.
2600
0606b73b
SL
26012008-08-11 Sandra Loosemore <sandra@codesourcery.com>
2602 Pedro Alves <pedro@codesourcery.com>
2603
2604 * gdb.texinfo (Threads): Move paragraph about automatic thread
2605 selection to All-Stop Mode subsection.
2606 (Thread Stops): Reorganize existing material into subsections.
2607 Add introductory blurb and menu.
2608 (Non-Stop Mode): New subsection.
2609 (Background Execution): New subsection.
2610 (Maintenance Commands): Add cross-references from async mode
2611 commands to the new Background Execution section.
2612
d57a3c85
TJB
26132008-08-06 Tom Tromey <tromey@redhat.com>
2614
2615 * gdb.texinfo (Extending GDB): New chapter.
2616 (Sequences): Demoted chapter, now a section under the new
2617 Extending GDB chapter.
2618 (Python): New section.
2619
6d76a53d
SS
26202008-07-31 Stan Shebs <stan@codesourcery.com>
2621
2622 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
2623
1f70da6a
SS
26242008-07-29 Stan Shebs <stan@codesourcery.com>
2625
2626 * gdbint.texinfo: General round of cleanup and minor
2627 clarifications.
2628 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
2629 (Longjmp Support): Update description to reflect how it is done
2630 for targets without using native header.
2631 (Symbol Handling): Add a little more general explanation.
2632 (COFF, ELF): Mention stabs encapsulation.
2633 (DWARF 3): New section.
2634 (Adding a New Host): Scrub out some obsolete bits.
2635 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
2636 (Host Conditionals): Remove descriptions of NO_STD_REGS,
2637 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
2638 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
2639 SEEK_SET, STOP_SIGNAL, USG.
2640 (Raw and Virtual Register Representations): Ditto for
2641 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
2642 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
2643 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
2644 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
2645 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
2646 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
2647 DEPRECATED_REGISTER_VIRTUAL_SIZE,
2648 DEPRECATED_REGISTER_VIRTUAL_TYPE,
2649 DEPRECATED_USE_STRUCT_CONVENTION.
2650 Describe gdbarch_deprecated_fp_regnum.
2651 Update description of gdbarch_print_insn.
2652 (Adding a New Target): Scrub out obsolete bits.
2653 (Obsolete Conditionals): Remove entire section.
2654
383f836e
TT
26552008-07-25 Tom Tromey <tromey@redhat.com>
2656
2657 * observer.texi (GDB Observers): Document new observers:
2658 breakpoint_created, breakpoint_deleted, breakpoint_modified,
2659 tracepoint_created, tracepoint_deleted, tracepoint_modified,
2660 architecture_changed.
2661
cfd8ab24
SS
26622008-07-21 Stan Shebs <stan@codesourcery.com>
2663
2664 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
2665 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
2666
781b42b0
TT
26672008-07-21 Tom Tromey <tromey@redhat.com>
2668
2669 * observer.texi (GDB Observers): Remove obsolete comment.
2670 <executable_changed>: Remove argument.
2671
d7d9f01e
TT
26722008-07-18 Tom Tromey <tromey@redhat.com>
2673
2674 * gdb.texinfo (Macros): Update. Use @code rather than @command.
2675
bf250677
DE
26762008-07-10 Doug Evans <dje@google.com>
2677
2678 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
2679
10568435
JK
26802008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2681
2682 * gdb.texinfo (Starting): Document "set disable-randomization".
2683
5ae4183a
AS
26842008-07-07 Andreas Schwab <schwab@suse.de>
2685
2686 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
2687
b56e7235
VP
26882008-07-06 Vladimir Prus <vladimir@codesourcery.com>
2689
2690 * gdb.texinfo (GDB/MI Target Manipulation): Add
2691 example of -target-attach.
2692
e1ac3328
VP
26932008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2694
2695 * observer.texi (target_resumed): New observer.
5ae4183a 2696 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 2697
65d12d83
TT
26982008-06-06 Tom Tromey <tromey@redhat.com>
2699
2700 * gdb.texinfo (Completion): Add field name example.
2701
fbc5282e
MK
27022008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
2703
2704 * gdb.texinfo (GDB/MI Program Context): Added example
2705 to -exec-arguments
5ae4183a 2706
fbc5282e 27072008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
2708
2709 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
2710 annotation.
2711
c16158bc 27122008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
2713 Nathan Sidwell <nathan@codesourcery.com>
2714 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
2715
2716 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
2717 and ACX_BUGURL.
2718 * configure: Regenerate.
2719 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
2720 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
2721 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
2722 mailing-list-specific text about bug reporting unless
2723 BUGURL_DEFAULT.
2724
75c99385
PA
27252008-06-05 Pedro Alves <pedro@codesourcery.com>
2726
2727 * gdb.texinfo (-target-select): Remove reference to target async.
2728 (Maintenance Commands): Document "maint set/show remote-async".
2729
1763a388
MK
27302008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
2731
2732 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
2733 in -target-file-get section.
5ae4183a 2734
d0d064df
PA
27352008-05-22 Pedro Alves <pedro@codesourcery.com>
2736
9b562ab8
PA
2737 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
2738 killing the inferior when it is already debugging a process.
d0d064df 2739
8dfa32fc
JB
27402008-05-21 Joel Brobecker <brobecker@adacore.com>
2741
2742 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
2743 abbreviation for "finish".
2744
55f996a7
NR
27452008-05-21 Nick Roberts <nickrob@snap.net.nz>
2746
2747 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
2748
ba2b1c56
DJ
27492008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
2750
2751 * gdbint.texinfo (Target Conditionals): Delete entry for
2752 gdbarch_dwarf_reg_to_regnum.
2753
08388c79
DE
27542008-05-09 Doug Evans <dje@google.com>
2755
a3c83fae 2756 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 2757
d14508fe
DE
27582008-05-05 Doug Evans <dje@google.com>
2759
2760 * gdb.texinfo (disassemble): Document /m modifier.
2761
e2b7ddea
VP
27622008-05-05 Vladimir Prus <vladimir@codesourcery.com>
2763
5ae4183a
AS
2764 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
2765 will not report the time of commands that run the target.
e2b7ddea 2766
8eb41542
VP
27672008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2768
2769 * gdb.texinfo (GDB/MI Output Records): Add
2770 missing semicolon.
2771
82f68b1c
VP
27722008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2773
2774 * gdb.texinfo (GDB/MI Output Records):
2775 Document =thread-create and =thread-exited.
2776
fa0f268d
VP
27772008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2778
2779 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 2780 Remove mention of dmi-discuss.
fa0f268d 2781
063bfe2e
VP
27822008-05-03 Pedro Alves <pedro@codesourcery.com>
2783
2784 * observer.texi (thread_exit): New.
2785
237fc4c9
PA
27862008-05-02 Pedro Alves <pedro@codesourcery.com>
2787
2788 * gdb.texinfo (Debugging Output): Document "set/show debug
2789 displaced".
2790 (Maintenance Commands): Document "maint set/show
2791 can-use-displaced-stepping".
2792
0428b8f5
DJ
27932008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
2794
2795 * gdb.texinfo (ARM): Document set/show arm fallback-mode
2796 and set/show arm force-mode.
2797
5009afc5
AS
27982008-05-02 Andreas Schwab <schwab@suse.de>
2799
2800 * gdbint.texinfo (Algorithms): Describe
2801 target_watchpoint_addr_within_range.
2802
669fac23
DJ
28032008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2804
2805 * gdbint.texinfo (Stack Frames): New chapter.
2806 (Algorithms): Move Frames text to the new chapter.
2807 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
2808 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
2809
721c02de
VP
28102008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2811
5ae4183a
AS
2812 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
2813 output does not necessary include any tokens.
721c02de 2814
c055b101
CV
28152008-04-22 Corinna Vinschen <vinschen@redhat.com>
2816
2817 * gdb.texinfo (Set SH Calling convention): New @item.
2818 (Show SH Calling convention): Ditto.
2819
68837c9d
MD
28202008-04-22 Markus Deuling <deuling@de.ibm.com>
2821
2822 * gdb.texinfo (Fortran Operators): Describe '%' operator.
2823
2e9132cc
EZ
28242008-04-20 Eli Zaretskii <eliz@gnu.org>
2825
2826 * gdb.texinfo (Set Breaks): Mention that multiple location
2827 breakpoints need line number info. Add index entries.
2828
31fffb02
CS
28292008-04-19 Craig Silverstein <csilvers@google.com>
2830
2831 * gdb.texinfo (Requirements): Add an optional requirement on
2832 zlib.
2833 * gdbint.texinfo (Debugging File Formats): Add new subsection for
2834 Compressed DWARF 2.
2835
a47ec5fe
AR
28362008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
2837
2838 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
2839 sample output for 'stopped,reason="breakpoint-hit"' message.
2840 (GDB/MI Program Execution): Likewise.
2841
de051565
MK
28422008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
2843
5ae4183a 2844 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
2845 -var-set-format. Add -f option to -var-evaluate-expression.
2846
6ba66d6a
JB
28472008-04-03 Joel Brobecker <brobecker@adacore.com>
2848
2849 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
2850 new node "Ambiguous Expressions". Replace references to this
2851 node by references to "Ambiguous Expressions" throughout.
2852 (Ambiguous Expressions): New node.
2853
1e26b4f8
DJ
28542008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
2855
2856 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
2857
b84876c2
PA
28582008-03-21 Pedro Alves <pedro@codesourcery.com>
2859
2860 * gdb.texinfo (Debugging Output): Document
2861 "set/show debug lin-lwp-async".
2862 (Maintenance Commands): Document "maint set/show linux-async".
2863
63092375
DJ
28642008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
2865
2866 * gdb.texinfo (Expressions): Update description of malloced arrays.
2867
8e8901c5
VP
28682008-03-15 Vladimir Prus <vladimir@codesourcery.com>
2869
2870 * gdb.texinfo (Thread Commands): Document
2871 -thread-info. Remove -thread-list-all-threads.
2872
1fddbabb
PA
28732008-03-14 Pedro Alves <pedro@codesourcery.com>
2874 Sandra Loosemore <sandra@codesourcery.com>
2875
2876 * gdb.texinfo (Library List Format): Update to mention the
2877 possibility to pass section addresses instead of segment
2878 addresses.
2879
ccd213ac
DJ
28802008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
2881
2882 * gdb.texinfo (Starting): Document "set exec-wrapper".
2883 (Server): Document gdbserver --wrapper.
2884
fa4727a6
DJ
28852008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
2886
2887 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
2888 unreadable memory. Delete obsolete SPARClite reference.
2889
8edfe269
DJ
28902008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
2891
2892 * gdb.texinfo (Starting): Mention always-running targets.
2893 (Target Commands): Add an anchor for load.
2894 (Connecting): Explain continue instead of run.
2895
1843f87b
DJ
28962008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
2897
2898 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
2899
f9082629
NR
29002008-02-26 Nick Roberts <nickrob@snap.net.nz>
2901
2902 * gdb.texinfo (Set Breaks): Revert description of Enb column of
2903 breakpoint table.
2904
fd96d250
PA
29052008-02-19 Pedro Alves <pedro@codesourcery.com>
2906
2907 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
2908 killing the inferior when it is already debugging a process.
2909
36af4ef6
MD
29102008-02-13 Markus Deuling <deuling@de.ibm.com>
2911
2912 * gdbint.texinfo (Build Script): New section. Mention new build script
2913 gdb_buildall.sh.
2914
cda4ce5a
JB
29152008-02-01 Jim Blandy <jimb@red-bean.com>
2916
2917 * gdb.texinfo (Help): Summarize 'info args' correctly.
2918
4acd40f3
TJB
29192008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2920
2921 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
2922 available in PowerPC architecture.
2923 (Embedded Processors): Change node name of PowerPC item in menu.
2924 (PowerPC): Rename to...
2925 (PowerPC Embedded): this.
2926 (Architectures): Add new PowerPC item in menu.
2927 (PowerPC): New node.
2928
6e6c6f50
DJ
29292008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2930
2931 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
2932 commands.
2933
5ee187d7
DJ
29342008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2935
2936 * gdb.texinfo (Setting Catchpoints): Mention features
2937 supported on GNU/Linux.
2938
e275c0d9
NR
29392008-01-30 Nick Roberts <nickrob@snap.net.nz>
2940
2941 * gdb.texinfo (GDB/MI File Commands): Describe new output
2942 field for MI command -file-list-exec-source-file.
2943
2d717e4f
DJ
29442008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2945
2946 * gdb.texinfo (Using the `gdbserver' Program): Add security
2947 warning. Rearrange into subsections and subsubsections. Document
2948 --multi and --debug. Correct --with-sysroot typo. Update --attach
2949 usage. Make load reference clearer. Document monitor exit.
2950 (Remote Configuration): Document set remote exec-file, attach-packet,
2951 and run-packet.
2952 (Packets): Document vAttach and vRun.
2953
d35a4257 29542008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
2955
2956 * gdb.texinfo (Processes): Mention process command.
889bf7c5 2957 detach-on-follow -> detach-on-fork.
f663676d 2958
c78d192c
DJ
29592008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2960
2961 * gdbint.texinfo (Native Conditionals): Remove
2962 SHELL_COMMAND_CONCAT and SHELL_FILE.
2963
d35a4257
EZ
29642008-01-26 Eli Zaretskii <eliz@gnu.org>
2965
2966 * gdb.texinfo (Specify Location): Improve wording.
2967
93815fbf
VP
29682008-01-23 Chris Demetriou <cgd@google.com>
2969
2970 * gdb.texinfo (Threads): Document new "set print thread-events"
2971 and "show print thread-events" commands.
2972
2a25a5ba
EZ
29732008-01-19 Eli Zaretskii <eliz@gnu.org>
2974
2975 * gdb.texinfo (Specify Location): New section.
2976 (Delete Breaks, Edit, Set Breaks): Remove description of
2977 locations. Instead, add a reference to "Specify Location".
2978 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
2979 (Symbols): Refer to "Specify Location" for the valid forms of
2980 linespecs and locations.
2981
32c9a795
MD
29822008-01-18 Markus Deuling <deuling@de.ibm.com>
2983
2984 * gdbint.texinfo (Target Conditionals): Replace the description of
2985 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
2986
b17828ca
JB
29872008-01-12 Paul Hilfinger <hilfinger@adacore.com>
2988
2989 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
2990 about &&var, which is rejected by the expression parser.
2991
0aea4bf3
LM
29922008-01-09 Luis Machado <luisgpm@br.ibm.com>
2993
2994 * gdb.texinfo (Output): Update documentation on using printf with DFP
2995 types.
2996
febe4383
TJB
29972008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
2998
2999 * gdb.texinfo (C and C++): Add Decimal Floating Point format
3000 subsubsection.
3001 (Decimal Floating Point format): New subsubsection.
3002
7a404eba
PA
30032008-01-05 Pedro Alves <pedro@codesourcery.com>
3004
3005 * gdb.texinfo (File Options): Remove mention of the attempt to
3006 open a core file with the -p option. Don't list -c as a valid
3007 option to attach to a process.
3008
a4d9b460
PA
30092008-01-05 Pedro Alves <pedro@codesourcery.com>
3010
3011 * gdbint.texinfo (Host Conditionals): Remove mention of
3012 ALIGN_STACK_ON_ENTRY.
3013
6ec2edbe
JB
30142008-01-05 Joel Brobecker <brobecker@adacore.com>
3015
3016 * gdbint.texinfo (Start of New Year Procedure): Add item
3017 describing how to update the source and documentation copyright
3018 notices.
3019
d8b2a693
JB
30202007-12-18 Jim Blandy <jimb@codesourcery.com>
3021
ab209b3a 3022 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
3023 watchpoint explanation into the main description of the watchpoint
3024 command; update synopses of 'watch', 'rwatch', and 'awatch'
3025 commands.
3026
8b4ed427
VP
30272007-12-18 Vladimir Prus <vladimir@codesourcery.com>
3028
3029 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3030 Document 'pending-breakpoints' feature of
3031 -list-features.
3032
37e4754d
LM
30332007-12-17 Luis Machado <luisgpm@br.ibm.com>
3034
669fac23 3035 * gdb.texinfo: Add new parameter's description.
37e4754d 3036
1d3811f6
DJ
30372007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
3038
3039 * gdb.texinfo (Overview): Clarify run-length encoding
3040 example. Remove the restriction on "+" and "-" characters.
3041
c1c25a1a
EZ
30422007-12-15 Eli Zaretskii <eliz@gnu.org>
3043
3044 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
3045
afe8ab22 30462007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3047
afe8ab22
VP
3048 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
3049 the -f option for -break-insert, remove -r option,
3050 and clarify specification of location.
3051
a6b151f1
DJ
30522007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
3053
3054 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
3055 formatting.
3056 (Remote Debugging): Add File Transfer section.
3057 (Remote Configuration): Document Host I/O packets.
3058 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 3059 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
3060 (Packets): Add vFile.
3061
3b784c4f
EZ
30622007-11-17 Eli Zaretskii <eliz@gnu.org>
3063
3064 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
3065 breakpoints with multiple locations.
3066 (Breakpoint Menus): Improve wording.
3067 (Output): Fix last change.
3068
a4ce5b0d
UW
30692007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
3070
3071 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
3072
1b39d5c0
DE
30732007-11-15 Doug Evans <dje@google.com>
3074
3075 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
3076
7a72d44c
VP
30772007-11-15 Vladimir Prus <vladimir@codesourcery.com>
3078
3079 * gdbint.texinfo (Native Conditionals): Remove
3080 mention of CLEAR_SOLIB.
5ae4183a 3081
6d1829bf 30822007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
3083
3084 * gdb.texinfo (Print Settings): Add documentation for "set/show
3085 print frame-arguments".
3086
1a619819
LM
30872007-11-05 Luis Machado <luisgpm@br.ibm.com>
3088
3b784c4f 3089 * gdb.texinfo (Output): Update printf command's description.
1a619819 3090
55eddb0f
DJ
30912007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
3092
3093 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
3094 powerpc soft-float".
3095
9cceb671
DJ
30962007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3097
3098 * gdb.texinfo (Files): Correct formatting. Mention Expat
3099 requirement.
3100 (Requirements for Building GDB): Expand the list of Expat
3101 uses.
3102 (Library List Format, Memory Map Format): Mention Expat.
3103 (Target Descriptions): Update Expat wording.
3104
83acabca
DJ
31052007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3106
3107 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
3108 Document that gdbarch_convert_register_p should return zero for no-op
3109 conversions.
3110
e35879db
UW
31112007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
3112
83acabca 3113 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
3114 of set_gdbarch_sofun_address_maybe_missing back to ...
3115 (Target Conditionals): ... here to fix build break.
3116
203c3895
UW
31172007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
3118
83acabca 3119 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
3120 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
3121 (Compiler Characteristics): ... documentation of
3122 set_gdbarch_sofun_address_maybe_missing.
3123
11411de3
DJ
31242007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3125
3126 * gdbint.texinfo (Target Conditionals): Use
3127 frame_unwind_register_unsigned in examples instead of
3128 frame_unwind_unsigned_register.
3129
7cc46491
DJ
31302007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3131
3132 * gdb.texinfo (Predefined Target Types): Add int128
3133 and uint128.
3134 (Standard Target Features): Add PowerPC features.
3135
81adfced
DJ
31362007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3137
3138 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
3139
c1874924
UW
31402007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3141
3142 * gdbint.texi (Target Conditionals): Remove documentation
3143 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
3144 gdbarch_extract_return_value, and gdbarch_store_return_value.
3145
f6e56ab3
UW
31462007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3147
3148 * gdbint.texi (Target Conditionals): Remove documentation of
3149 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
3150
56cf5405
KH
31512007-10-11 Kazu Hirata <kazu@codesourcery.com>
3152
3153 * gdb.texinfo: Mention that inaccessible-by-default is on by
3154 default.
3155
35156bae
DJ
31562007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3157
3158 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
3159
d983da9c
DJ
31602007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
3161
3162 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
3163 multi-threaded watchpoints.
3164 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
3165 checked. Describe sticky notification. Expand description
3166 of steppable and continuable watchpoints.
3167 (Watchpoints and Threads): New subsection.
3168
fe6fbf8b
VP
31692007-09-28 Vladimir Prus <vladimir@codesourcery.com>
3170
3171 * gdb.texinfo (Setting Breakpoints): Revise
3172 documentation for pending breakpoints. Document
3173 breakpoints with multiple locations.
5ae4183a 3174
084344da
VP
31752007-09-19 Vladimir Prus <vladimir@codesourcery.com>
3176
3177 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3178 Document -list-features.
5ae4183a 3179
82160952
EZ
31802007-09-15 Eli Zaretskii <eliz@gnu.org>
3181
3182 * gdb.texinfo (Output): Spell out which features of C's printf are
3183 not supported by GDB's printf.
7e27a47a
EZ
3184 (Separate Debug Files): More accurate wording regarding build ID
3185 and a reference to the ld manual rather than the Fedora wiki.
82160952 3186
ea37ba09
DJ
31872007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3188 Jim Blandy <jimb@codesourcery.com>
3189
3190 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
3191 (Examining Memory): Update mentions of the 's' format.
3192 (Automatic Display): Likewise.
3193
b8533aec
DJ
31942007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
3195
3196 * gdb.texinfo: Update the FSF's Back-Cover Text.
3197
83f83d7f
JK
31982007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3199 Eli Zaretskii <eliz@gnu.org>
3200
3201 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
3202 Fixed the ``build ID'' name. New binaries build instructions for the
3203 build ID inclusion. Explain how the commands are specific to the build
3204 ID vs. debug link.
3205
c7e83d54
EZ
32062007-09-01 Eli Zaretskii <eliz@gnu.org>
3207
3208 * gdb.texinfo (Separate Debug Files): Fix last change. Add
3209 indexing for ``build ID'' support.
3210
d3750b24
JK
32112007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3212
3213 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
3214 Enlisted BUILD ID to the debug file searching example.
3215 Included a BUILD ID `.note.gnu.build-id' section description.
3216 Updated/added the debug files splitting instructions for OBJCOPY.
3217
02142340
VP
32182007-08-31 Vladimir Prus <vladimir@codesourcery.com>
3219
3220 * gdb.texinfo (Variable Objects): Adjust docs
3221 for -var-info-expression and document
3222 -var-info-path-expression.
3223
d3bdde98
JB
32242007-08-20 Jim Blandy <jimb@codesourcery.com>
3225
3fb6a982
JB
3226 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
3227 (title page): Include the dedication in the printed manual, as a
3228 separate page after the copyright notice.
5ae4183a 3229
d3bdde98
JB
3230 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
3231 don't break a @var across a line.
3232
c80a96a8
MR
32332007-07-25 Maciej W. Rozycki <macro@mips.com>
3234
3235 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
3236 for include files.
3237
5824a901
NR
32382007-07-12 Nick Roberts <nickrob@snap.net.nz>
3239
3240 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
3241 in annotate.texinfo.
3242 (Command History): Link to new node.
5824a901 3243
d52e7ea3
UW
32442007-07-05 Markus Deuling <deuling@de.ibm.com>
3245
3246 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
3247
5fc14d0a
EZ
32482007-07-05 Eli Zaretskii <eliz@gnu.org>
3249
3250 * gdbint.texinfo (Target Conditionals): Fix last change.
3251
4a9bb1df
UW
32522007-07-03 Markus Deuling <deuling@de.ibm.com>
3253
3254 * gdb.texinfo: Replace following macros by their appropriate gdbarch
3255 routines:
3256 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
3257 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
3258 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
3259 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
3260 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
3261 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
3262 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
3263 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
3264 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
3265 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3266 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
3267 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
3268 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3269 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
3270 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
3271 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
3272 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
3273 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
3274 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
3275 (SOFTWARE_SINGLE_STEP_P)
3276
3277 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
3278 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
3279
3280 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
3281 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
3282 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
3283 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
3284 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
3285 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
3286 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
3287 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
3288 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
3289 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
3290
3291 (Converting an existing Target Architecture to Multi-arch): Remove
3292 section.
3293
3294 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
3295 (gdbarch_addr_bits_remove): Add code example.
3296
3297 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
3298
cfa9d6d9
DJ
32992007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
3300
3301 * gdb.texinfo (Remote Configuration): Document library-info-packet.
3302 Add other missing entries. Adjust the table size to fit.
3303 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
3304 stop reasons including the new "library" event.
3305 (General Query Packets): Adjust table widths for qSupported. Mention
3306 qXfer:libraries:read reply to qSupported and document the new packet.
3307 (Library List Format): New section.
3308
159fcc13
JK
33092007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3310
3311 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
3312
f66d1690
MS
33132007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
3314
3315 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
3316
67102876
NR
33172007-06-25 Nick Roberts <nickrob@snap.net.nz>
3318
3319 * gdbint.texinfo (Register and Memory Data): Break sections
3320 into nodes and add a menu.
3321
a4642986
MR
33222007-06-21 Maciej W. Rozycki <macro@mips.com>
3323
3324 * gdb.texinfo (Examining Memory): Document the new behaviour.
3325
e9c17194
VP
33262007-06-21 Vladimir Prus <vladimir@codesourcery.com>
3327
3328 * gdb.texinfo (Standard Target Features): Document
3329 m68k features.
3330
31d99776
DJ
33312007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3332
3333 * gdb.texinfo (General Query Packets): Document qOffsets changes.
3334
1780a0ed
DJ
33352007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3336
3337 * gdb.texinfo (Target Description Format): Add version attribute
3338 for <target>.
3339
822b6570
DJ
33402007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3341
3342 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
3343
f8b73d13
DJ
33442007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3345
3346 * gdb.texinfo (MIPS Features): New subsection.
3347
0e7f50da
UW
33482007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3349 Markus Deuling <deuling@de.ibm.com>
3350
3351 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
3352 and qXfer:spu:write packets and mention them under qSupported.
3353
23d964e7
UW
33542007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3355 Markus Deuling <deuling@de.ibm.com>
3356
3357 * gdb.texinfo (Architectures): Add new SPU section to document
3358 Cell Broadband Engine SPU architecture specific commands.
3359
9f708cb2
VP
33602007-06-09 Vladimir Prus <vladimir@codesourcery.com>
3361
3362 * gdb.texinfo (GDB/MI Variable Objects): Editorial
3363 comments.
3364
7579b5f8
NR
33652007-06-07 Nick Roberts <nickrob@snap.net.nz>
3366
3367 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
3368
bf06d120
JB
33692007-05-29 Jim Blandy <jimb@codesourcery.com>
3370
3371 * gdb.texinfo (Overview): Doc fix.
3372
23776285
MR
33732007-05-22 Maciej W. Rozycki <macro@mips.com>
3374
3375 * gdb.texinfo (Remote Configuration): Document "set/show
3376 remoteflow".
3377
1a69e1e4
DJ
33782007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3379
bf06d120
JB
3380 * gdb.texinfo (MIPS): Remove documentation for set mips
3381 saved-gpreg-size, show mips saved-gpreg-size, and set mips
3382 stack-arg-size.
1a69e1e4 3383
46ba6afa 33842007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3385
46ba6afa
BW
3386 * all-cfg.texi (GDBTUI): New.
3387 * gdb.texinfo (Mode Options): Use GDBTUI variable.
3388 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
3389 (TUI Configuration): Edit to improve clarity and fix problems of
3390 both style and content.
5ae4183a 3391
06d3b283
UW
33922007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
3393
3394 * observer.texi (GDB Observers): New observer "new_objfile".
3395
179101d6
UW
33962007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
3397
3398 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
3399
25d5ea92
VP
34002007-04-14 Vladimir Prus <vladimir@codesourcery.com>
3401
3402 * gdb.texinfo (GDB/MI Variable Objects): Document
3403 frozen variables objects.
5ae4183a 3404
ea35711c
DJ
34052007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
3406
3407 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
3408 (Character Sets, Caching Data of Remote Targets): Likewise.
3409 (Targets): Delete Remote node. Move its text...
3410 (Debugging Remote Programs): ...to here. Delete description
3411 of the "remote" command.
3412 (Remote configuration): Delete description of "set remotedevice"
3413 and "show remotedevice".
3414 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
3415
db2e3e2e
BW
34162007-04-11 Bob Wilson <bob.wilson@acm.org>
3417
5ae4183a
AS
3418 * gdb.texinfo (Contributors, Continuing and Stepping)
3419 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
3420 (General Query Packets, File-I/O Remote Protocol Extension)
3421 (Protocol Basics, The F Reply Packet, Write)
3422 (Protocol-specific Representation of Datatypes, Memory Transfer):
3423 Fix hyphenation, punctuation and grammar problems.
3424 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
3425 'section' instead of 'subsection' in the text.
3426 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
3427 (i386): Remove period from section name.
db2e3e2e
BW
3428 (Installing GDB, Requirements, Running Configure, Separate Objdir)
3429 (Config Names, Configure Options): Use @file{configure}.
3430
8a3dae3e
DJ
34312007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
3432
3433 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
3434 and tab expansion.
3435
1a92f856
DJ
34362007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
3437
3438 * gdbint.texinfo (SOM): Correct location of the SOM reader.
3439
79a6e687 34402007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3441
79a6e687
BW
3442 * gdb.texinfo: Consistently capitalize all significant words in
3443 node names, chapter titles, section titles, and headings. Update
3444 cross references to match.
3445 (Starting and Stopping Trace Experiment): Make node name plural.
3446 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 3447
ad527d2e
PA
34482007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
3449
3450 * gdb.texinfo (WinCE): Delete obsolete subsection.
3451
7ce59000
DJ
34522007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3453
3454 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
3455 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
3456 references.
3457
8807d78b
DJ
34582007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3459
3460 * gdb.texinfo (Startup): Delete references to some alternate
3461 names for .gdbinit.
3462 (Thread): Remove LynxOS reference.
3463 (Tandem ST2000): Delete target-specific documentation.
3464 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
3465 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
3466 and GDB_OSABI_LYNXOS.
3467
5f402660
UW
34682007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
3469
3470 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
3471
bac718a6
UW
34722007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
3473
3474 * gdbint.texinfo (Target Conditionals): Remove mention of
3475 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
3476 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
3477
9453113a
DJ
34782007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
3479
3480 * Makefile.in: Add "pdfdir" installation
3481 directory, PDFTEX macro, support for "install-pdf" target,
3482 and rules for making a pdf version of refcard.texi.
3483 * refcard.tex: Specify paper size for PDF output.
3484
ae21e955 34852007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3486
ae21e955 3487 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 3488
3f94c067 34892007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3490
3f94c067
BW
3491 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
3492 (Source Path, Character Sets, Macros, Define)
3493 (GDB/MI Result Records, GDB/MI Simple Examples)
3494 (GDB/MI Program Execution, GDB/MI File Commands)
3495 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
3496 (Bug Reporting): Use @value{GCC}.
5ae4183a 3497
12c27660 34982007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3499
12c27660
BW
3500 * gdb.texinfo (Help): Fix formatting of examples.
3501 (Variables): Use @ifnotinfo instead of @iftex.
3502 (Non-debug DLL symbols): Use @ref instead of @pxref.
3503 (Sparclet File): Use @samp instead of quotes.
5ae4183a 3504
ce9341a1
BW
35052007-03-26 Bob Wilson <bob.wilson@acm.org>
3506
3507 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
3508
c8f4133a
BW
35092007-03-26 Bob Wilson <bob.wilson@acm.org>
3510
3511 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
3512 the order of the nodes.
3513 (C Operators, C Constants, Debugging C): Remove extra menus.
3514 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 3515
c8f4133a 35162007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
3517
3518 * gdb.texinfo (File Options): Add missing parenthesis.
3519 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
3520
c74d0ad8
DJ
35212007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3522
3523 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
3524
ff6f572f
DJ
35252007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3526
669fac23 3527 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
3528 case insensitivity.
3529 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
3530
994337c3
NR
35312007-02-18 Nick Roberts <nickrob@snap.net.nz>
3532
3533 * gdb.texinfo (Top): Put Appendix A after numbered sections.
3534 (Files): Add section name to argument list for pxref.
3535 (Non-debug DLL symbols): Don't use `see' for pxref.
3536 (Embedded Processors): Fix typo.
3537 (GDB/MI Breakpoint Commands): Execution commands generate
3538 *stopped not ^done.
3539
eb819d70
NR
35402007-02-13 Nick Roberts <nickrob@snap.net.nz>
3541
3542 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
3543 values for in_scope. Mention that only root variables can be
3544 updated.
3545 (GDB/MI Development and Front Ends): Explain new values may be
3546 added to existing fields.
3547
123dc839
DJ
35482007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
3549
3550 * gdb.texinfo (-target-disconnect): Use @smallexample.
3551 (Requirements): Add anchor for Expat. Update description.
3552 (Target Descriptions): Mention Expat.
3553 (Target Description Format): Document new elements. Use
3554 @smallexample.
3555 (Predefined Target Types, Standard Target Features): New sections.
669fac23 3556 * gdbint.texinfo (Target Descriptions): New section.
123dc839 3557
108546a0
DJ
35582007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
3559
3560 * gdb.texinfo (Target Description Format): Add section on XInclude.
3561
95a98c01
NR
35622006-02-03 Nick Roberts <nickrob@snap.net.nz>
3563
3564 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
3565 command -enable-timings.
3566
f4b3909f
EZ
35672007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
3568
5ae4183a 3569 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
3570 descriptions for new/deleted elements in gdb_osabi. Add missing
3571 description for function generic_elf_osabi_sniff_abi_tag_sections.
3572
c7ba131e
JB
35732007-01-29 Joel Brobecker <brobecker@adacore.com>
3574
3575 * gdb.texinfo (Maintenance Commands): Add documentation for
3576 the new "maint print target-stack" command.
3577
3a60f64e
JK
35782007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3579 Eli Zaretskii <eliz@gnu.org>
3580
f4b3909f 3581 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 3582
c582f8b6
EZ
35832007-01-26 Eli Zaretskii <eliz@gnu.org>
3584
3585 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
3586 Use @value{NGCC} instead of @value{GCC}.
3587
d3e8051b
EZ
35882007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
3589
3590 * agentexpr.texi: Fix typos.
3591 * annotate.texinfo: Likewise.
3592 * gdb.texinfo: Likewise.
3593 * gdbint.texinfo: Likewise.
3594 * observer.texi: Likewise.
3595 * stabs.texinfo: Likewise.
3596
86f04699
EZ
35972007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
3598
3599 * gdbint.texinfo (Support Libraries): Remove mmalloc
3600 entry. Describe readline library.
3601
23181151
DJ
36022007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
3603
3604 * gdb.texinfo (Target Descriptions): New section.
3605 (General Query Packets): Add QPassSignals anchor. Mention
3606 qXfer:features:read under qSupported. Expand mentions of
3607 qXfer:memory-map:read and QPassSignals. Document
3608 qXfer:features:read.
3609
f822c95b
DJ
36102007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
3611
3612 * gdb.texinfo (Commands to specify files): Describe
3613 "set sysroot" and "show sysroot".
3614 (Using the `gdbserver' program): Lowercase argument
3615 to @var. Expand description of setting up GDB on the
3616 host.
3617
8936fcda
JB
36182007-01-05 Joel Brobecker <brobecker@adacore.com>
3619
3620 * gdb.texinfo (Set Catchpoints): Add documentation for the new
3621 catch exception, catch exception unhandled, and catch assert
3622 commands.
3623
e776119f
DJ
36242007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3625
3626 * gdb.texinfo (Debugging Output): Document "set debug xml"
3627 and "show debug xml".
3628
aa79a185
DJ
36292007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3630
3631 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
3632
7f893741
JB
36332007-01-01 Joel Brobecker <brobecker@adacore.com>
3634
3635 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
3636
a1b5960f
VP
36372006-12-08 Vladimir Prus <vladimir@codesourcery.com>
3638
3639 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
3640 note in @ignore, to be removed later if nobody complains.
3641
9f470e6e
NR
36422006-12-04 Nick Roberts <nickrob@snap.net.nz>
3643
3644 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
3645 of -var-delete.
3646
765dc015 36472006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3648
765dc015 3649 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
3650 automatic software/hardware breakpoint usage and
3651 the "set breakpoint auto-hw" command.
765dc015 3652
4b5752d0
VP
36532006-11-21 Vladimir Prus <vladimir@codesourcery.com>
3654
3655 * gdb.texinfo (Memory Access Checking): New.
3656
89be2091
DJ
36572006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
3658
3659 * gdb.texinfo (Remote configuration): Mention
3660 "pass-signals-packet".
3661 (General Query Packets): Document QPassSignals. Fix
3662 a typo.
3663
ca3bf3bd
DJ
36642006-11-14 Maxim Grigoriev <maxim@tensilica.com>
3665
3666 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
3667
427c3a89
DJ
36682006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3669
3670 * gdb.texinfo (Remote configuration): Rewrite documentation for
3671 packet configuration commands.
3672 (OS Information): Adjust reference to qXfer:auxv:read.
3673 (General Query Packets): Remove references to read-aux-vector-packet
3674 and set remote get-thread-local-storage-address.
3675
7a107747
DJ
36762006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
3677
3678 * gdbint.texinfo (Target Architecture Definition): Add new
3679 Initializing a New Architecture section.
3680
1c56eb0e
EZ
36812006-10-31 David Taylor <dtaylor@emc.com>
3682
3683 * stabs.texinfo (Macro define and undefine): New node describing
3684 stabs for #define and #undef.
3685
f73adfeb
AS
36862006-10-27 Andreas Schwab <schwab@suse.de>
3687
3688 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
3689
fd60e0df
EZ
36902006-10-21 Eli Zaretskii <eliz@gnu.org>
3691
3692 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
3693 clarify on the possible meanings of ``expression'' watched by
3694 watchpoints. Add indexing.
e5ac9b53
EZ
3695 (Prompting, Errors, Invalidation, Annotations for Running)
3696 (Source Annotations): Fix index entries by adding "annotation" to
3697 them, to discriminate from index entries that point to the more
3698 general topic descriptions.
fd60e0df 3699
52bb452f
DJ
37002006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3701
3702 * gdbint.texinfo (Target Vector Definition): Move most
3703 content into Existing Targets. Add a menu.
3704 (Existing Targets): New section, moved from Target Vector
3705 Definition. Use @subsection.
3706 (Managing Execution State): New section.
3707
58955e58
BW
37082006-10-16 Bob Wilson <bob.wilson@acm.org>
3709
3710 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
3711
c8aa23ab
EZ
37122006-10-15 Eli Zaretskii <eliz@gnu.org>
3713
3714 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
3715 (Command Syntax, Signals, Backtrace, Connecting)
3716 (Remote configuration, Renesas Boards, Console I/O): Fix last
3717 change: use Ctrl- instead of C-, except wrt Emacs.
3718 (File-I/O Examples): Put Ctrl-c in @kbd.
3719 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
3720 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
3721 (Signals, Set Breaks, Set Watchpoints): Document optional
3722 arguments to `info signals' `handle', `info breakpoints', and
3723 `info watchpoints'.
c8aa23ab 3724
e7109c7e
EZ
37252006-10-14 Eli Zaretskii <eliz@gnu.org>
3726
3727 * gdb.texinfo (Backtrace): Fix last change.
3728
de3aea7b
NR
37292006-10-14 Nick Roberts <nickrob@snap.net.nz>
3730
3731 * gdb.texinfo (Backtrace): Order correctly and add other cases.
3732
7f9087cb
BW
37332006-10-10 Bob Wilson <bob.wilson@acm.org>
3734
c8aa23ab
EZ
3735 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
3736 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
3737 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 3738
68437a39
DJ
37392006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3740 Daniel Jacobowitz <dan@codesourcery.com>
3741
3742 * gdb.texinfo (Packets): Document vFlashErase,
3743 vFlashWrite and vFlashDone packets.
3744 (General Query Packets): Document qXfer:memory-map:read.
3745 Add a new feature for qXfer:memory-map:read.
3746 (Memory map format): New section.
3747 (Target Commands): Mention that gdb can write flash.
3748
fd79ecee
DJ
37492006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3750 Daniel Jacobowitz <dan@codesourcery.com>
3751
3752 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
3753 memory regions and "mem auto".
3754
350da6ee
DJ
37552006-09-21 Nathan Sidwell <nathan@codesourcery.com>
3756
3757 * gdbint.texinfo (Array Containers): New section.
3758
2f1acb09
VP
37592006-09-17 Vladimir Prus <vladimir@codesourcery.com>
3760
3761 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
3762 -stack-list-arguments HIGH_FRAME argument can be larger then the
3763 actual number of frames.
3764
2ab1eb7a
VP
37652006-09-07 Vladimir Prus <vladimir@codesourcery.com>
3766
3767 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
3768 -stack-list-locals HIGH_FRAME argument can be larger then the
3769 actual number of frames.
2ab1eb7a 3770
599b237a
BW
37712006-09-02 Bob Wilson <bob.wilson@acm.org>
3772
3773 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
3774 Register Packet Format, Tracepoint Packets): Fix spelling errors.
3775
25ab7e6d
EZ
37762006-09-02 Eli Zaretskii <eliz@gnu.org>
3777
3778 * gdbint.texinfo (Overall Structure): New section "Source Tree
3779 Structure".
3780
940178d3
JB
37812006-08-17 Jim Blandy <jimb@codesourcery.com>
3782
3783 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
3784 responses.
3785
30daae6c
JB
37862006-08-08 Joel Brobecker <brobecker@adacore.com>
3787
3788 * gdb.texinfo (Source Path): Add documentation for new
3789 substitute-path commands.
3790
7fa2210b
DJ
37912006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
3792
3793 * gdb.texinfo (Installing GDB): Update menu. Move text to...
3794 (Running Configure): ...here.
3795 (Requirements): New node. Mention expat.
3796
3d00d119
DJ
37972006-08-08 Vladimir Prus <vladimir@codesourcery.com>
3798
5ae4183a 3799 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
3800 'set download-write-size' and 'show download-write-size'.
3801
0cbfa4ee
DJ
38022006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
3803
3804 * stabs.texinfo (Member Type Descriptor): Correct example for
3805 pointer to member types.
3806
16026cd7
AS
38072006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
3808
3809 * gdb.texinfo (Optional warnings and messages): Add
3810 'set/show trace-commands'.
3811 (Command files): Add '-v' to source command.
3812
0876f84a
DJ
38132006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
3814
3815 * gdb.texinfo (OS Information): Update qPart reference to
3816 qXfer.
3817 (Remote configuration): Likewise.
3818 (Overview): Move @cindex to the start of a paragraph. Talk
3819 about binary data encoding.
3820 (Packets): Refer to the overview for the details of the X
3821 packet encoding.
3822 (General Query Packets): Remove qPart description. Add qXfer
3823 description. Add an anchor to qSupported. Correct feature
3824 table title. Add a new feature for qXfer:auxv:read.
3825 (Interrupts): Add a missing parenthesis.
3826
2ec3381a
DJ
38272006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
3828
669fac23 3829 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
3830 (GDB/MI Kod Commands): Remove commented out node.
3831
594fe323
EZ
38322006-07-01 Eli Zaretskii <eliz@gnu.org>
3833
3834 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
3835 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
3836 (GDB/MI Thread Commands, GDB/MI Program Execution)
3837 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
3838 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
3839 (GDB/MI File Commands, GDB/MI Target Manipulation)
3840 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
3841 since the MI prompt is hard-wired into the code.
3842
7e3fb70c
NR
38432006-07-01 Nick Roberts <nickrob@snap.net.nz>
3844
3845 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
3846 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
3847 (GDB/MI Data Manipulation): Remove description of unimplemented
3848 display related commands as variable objects perform this function
3849 and are superior: -display-delete, -display-disable,
3850 -display-enable, -display-insert and -display-list. Move
3851 -environment-cd, -environment-directory, -environment-path
3852 and -environment-pwd to "Program Context".
3853 (GDB/MI Program Control): Rename to "Program Execution". Move
3854 -exec-arguments -exec-abort to...
3855 (GDB/MI Program Context): ...here. New node split from "Data
3856 Manipulation".
3857
be2a5f71
DJ
38582006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
3859
3860 * gdb.texinfo (Remote configuration): Document set / show
3861 remote supported-packets.
3862 (General Query Packets): Document qSupported packet.
3863
fc320d37
SL
38642006-06-10 Sandra Loosemore <sandra@codesourcery.com>
3865
3866 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
3867 and font markup.
3868 (Protocol basics): Likewise.
3869 (The F request packet): Likewise.
3870 (The F reply packet): Likewise.
3871 (Memory transfer): Move this node to be a subsubsection of
3872 "Protocol specific representation of datatypes".
3873 (The Ctrl-C message): More copy editing.
3874 (Console I/O): Likewise.
3875 (The isatty call): Delete this node, and merge its content into
3876 the "isatty" node. Fixed references elsewhere.
3877 (The system call): Delete this node, and merge its content into
3878 the "system" node. Fixed references elsewhere.
3879 (open): Reformat to use @table, and add appropriate font markup.
3880 (close): Likewise.
3881 (read): Likewise.
3882 (write): Likewise.
3883 (lseek): Likewise.
3884 (rename): Likewise.
3885 (unlink): Likewise.
3886 (stat/fstat): Likewise.
3887 (gettimeofday): Likewise.
3888 (isatty): Likewise.
3889 (system): Likewise, plus minor changes to fix confusing wording.
3890 (Integral datatypes): Fix font markup.
3891 (Pointer values): Likewise.
3892 (struct stat): Fix markup to use @table, plus minor copy editing.
3893 (struct timeval): Fix font markup, plus minor copy editing.
3894 (Constants): Minor copy editing.
3895 (Errno values): Add font markup.
3896 (File-I/O Examples): Likewise.
3897
158fdf5c
NR
38982006-06-10 Nick Roberts <nickrob@snap.net.nz>
3899
3900 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
3901 (GDB/MI Simple Examples): Move node up one level. Use real
3902 examples.
3903 (GDB/MI Compatibility with CLI): Update.
3904 (GDB/MI Result Records): Add "connected" and "exit" result
3905 classes.
3906 (GDB/MI Stream Records): Clarify target output.
3907 (GDB/MI Command Description Format): Modify example description.
3908 (GDB/MI Breakpoint Table Commands): Rename to...
3909 (GDB/MI Breakpoint Commands): ...this
3910 (GDB/MI Breakpoint Commands): Add optional thread field.
3911 (GDB/MI Program Control): Add an introduction. Move "Program
3912 termination" examples into exec-run description.
3913 (GDB/MI File Commands): Mention similar CLI commands.
3914 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
3915 is similar to "-gdb-version".
3916
ddb50cd7
EZ
39172006-06-09 Eli Zaretskii <eliz@gnu.org>
3918
3919 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
3920
2aef0d6b
NR
39212006-06-02 Nick Roberts <nickrob@snap.net.nz>
3922
3923 * gdb.texinfo (GDB/MI Development and Front Ends): Use
3924 sourceware.org for mailing lists.
d5e40d59 3925 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 3926
383a5c52
NR
39272006-06-01 Nick Roberts <nickrob@snap.net.nz>
3928
d5e40d59 3929 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 3930
e16b02ee
EZ
39312006-05-22 Eli Zaretskii <eliz@gnu.org>
3932
3933 * gdb.texinfo (Cygwin Native): Fix last change.
3934
be90c084
CF
39352006-05-22 Christopher Faylor <cgf@timesys.com>
3936
3937 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
3938
347ceba5
NR
39392006-05-15 Nick Roberts <nickrob@snap.net.nz>
3940
3941 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
3942 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
3943
369af7bd
DJ
39442006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
3945
3946 * gdb.texinfo (General Query Packets): Recommend not starting
3947 new packets with qC and clarify.
3948
2ffdbde8 39492006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
3950
3951 * gdb.texinfo (M2 Types): New section.
72019c9c 3952
16d1a084
DJ
39532006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
3954
3955 * agentexpr.texi: Add a copyright and license notice.
3956 * observer.texi: Likewise, with GPL clause for function prototypes.
3957 Remove trailing whitespace.
3958
aa56d27a
JB
39592006-05-05 Jim Blandy <jimb@codesourcery.com>
3960
3961 * gdb.texinfo (General Query Packets): Document conventions for
3962 terminating packet names, and their violations.
3963
5bdf8622
DJ
39642006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3965
3966 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
3967 * gdb.texinfo: Likewise.
3968
605a56cb
DJ
39692006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3970
3971 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
3972 and "show remotedebug".
3973 (Debugging Output): Add additional index entries.
3974
b8db102d
MS
39752006-04-27 Michael Snyder <msnyder@redhat.com>
3976
3977 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
3978
c5e30d01
AC
39792006-04-22 Andrew Cagney <cagney@redhat.com>
3980
3981 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
3982 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
3983
8181d85f
DJ
39842006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
3985
3986 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
3987 and remove breakpoint prototypes.
3988 (Watchpoints): Move description of target_insert_hw_breakpoint and
3989 target_remove_hw_breakpoint ...
3990 (Breakpoints): ... to here. Document target_insert_breakpoint and
3991 target_remove_breakpoint.
3992
4f553f88
JB
39932006-04-17 Jim Blandy <jimb@codesourcery.com>
3994
3995 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
3996 and C packets are optional.
3997
cd852561
FR
39982006-04-14 Frederic Riss <frederic.riss@st.com>
3999
4000 * gdb.texinfo (Specifying source directories): Update the description
4001 of the source file search to reflect the fact that the source path
4002 always contains at least $cdir and $cwd.
4003
b620eb07
MS
40042006-03-31 Michael Snyder <msnyder@redhat.com>
4005
4006 * gdb.texinfo: Update copyright dates.
4007
3156cdaf
EZ
40082006-03-31 Eli Zaretskii <eliz@gnu.org>
4009
4010 * gdb.texinfo (Overview): Add an index entry to "empty response".
4011
7d30c22d
JB
40122006-03-28 Jim Blandy <jimb@codesourcery.com>
4013
4014 * gdbint.texinfo (Prologue Analysis): New section.
4015
86941c27
JB
40162006-03-07 Jim Blandy <jimb@red-bean.com>
4017
66b8c7f6
JB
4018 * gdb.texinfo (Connecting): Document 'target remote pipe'.
4019
1a10341b
JB
4020 * gdb.texinfo (Target Commands): Update text describing how to
4021 specify a target. Refer to the detailed section on remote
4022 debugging, not the brief mention.
4023
86941c27
JB
4024 * gdb.texinfo (Connecting): Organize the different 'target remote'
4025 connection methods into a table. Add a 'target remote' index
4026 entry. (!!!)
4027
62f3a2ba
FF
40282006-02-17 Fred Fish <fnf@specifix.com>
4029
4030 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
4031 'ptype' commands to reflect the fact that the only significant
4032 difference between them is that ptype prints the complete type
4033 description instead of just the name.
4034
8b9a88ea
WZ
40352006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
4036
4037 * gdbint.texinfo (Watchpoints): Delete
4038 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
4039
7e8dc855
NR
40402006-02-10 Nick Roberts <nickrob@snap.net.nz>
4041
4042 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
4043 times fields where needed. Fix typos. Update general form given
4044 for output of -break-insert.
4045 (GDB/MI): Abbreviate some unnecessarily long fullnames.
4046
c91d38aa
DJ
40472006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
4048
4049 * gdbint.texinfo (Symbol Handling): Add a section
4050 on memory management.
4051
38fcd64c
DJ
40522006-02-06 Vladimir Prus <ghost@cs.msu.su>
4053
4054 * gdb.texinfo (Breakpoint table commands): Document the fullname
4055 field in -break-list output.
4056
219eec71
EZ
40572006-02-03 Eli Zaretskii <eliz@gnu.org>
4058
4059 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
4060 debugging information produced by the various "set debug..."
4061 options.
4062
ae5a43e0
DJ
40632006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4064
4065 * gdb.texinfo (Files): Remove obsolete bits from the description
4066 of "symbol-file".
4067
a9f158ec
JB
40682006-01-25 Jim Blandy <jimb@redhat.com>
4069
4070 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
4071
410dd08e
JB
40722006-01-24 Jim Blandy <jimb@redhat.com>
4073
4074 * gdbint.texinfo (Frames): Document the basics of GDB's register
4075 unwinding model, and explain the existence of the "sentinel" frame.
4076
4b505b12
AS
40772006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
4078
4079 * gdb.texinfo (Choosing files): Mention that -directory is used
4080 for script files.
4081 (Specifying source directories): Likewise.
4082 (Command files): Explain how script files are found.
4083
839c27b7
EZ
40842006-01-21 Eli Zaretskii <eliz@gnu.org>
4085
4086 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
4087 the threads in a multi-threaded program.
4088 (Threads): The threadno argument of "thread apply" can be a range
4089 of numbers.
4090
7be93b9e
JB
40912006-01-18 Jim Blandy <jimb@redhat.com>
4092
4093 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
4094 of warning flags.
4095
fcc73fe3
EZ
40962006-01-13 Eli Zaretskii <eliz@gnu.org>
4097
4098 * gdb.texinfo (Sequences): Improve menu annotations.
4099 (Define): Add index entries for arguments of user-defined
4100 commands. Move the description of flow-control commands...
4101 (Command Files): ...to here. Document loop_break and
4102 loop_continue.
ca91424e
EZ
4103 (Define, Command Files): Document `end' and add index entries for
4104 it.
fcc73fe3 4105
5c95884b
MS
41062006-01-04 Michael Snyder <msnyder@redhat.com>
4107
4108 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 4109 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 4110
860701dc
PH
41112006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
4112
4113 * gdb.texinfo (Omissions from Ada): Document that there is now
4114 limited aggregate support.
4115
36b80e65
EZ
41162005-12-28 Eli Zaretskii <eliz@gnu.org>
4117
4118 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
4119 registers and the likes.
4120
c1468174
EZ
41212005-12-24 Eli Zaretskii <eliz@gnu.org>
4122
4123 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
4124 (Symbols): Fix usage of "e.g.".
359df76b 4125 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
4126
4127 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
4128 (Coding): Fix usage of "e.g.".
4129
c02a867d
EZ
41302005-12-23 Eli Zaretskii <eliz@gnu.org>
4131
5ae4183a
AS
4132 * stabs.texinfo:
4133 * refcard.tex:
c02a867d 4134 * gpl.texi:
5ae4183a
AS
4135 * gdbint.texinfo:
4136 * gdb.texinfo:
4137 * gdb-cfg.texi:
c02a867d 4138 * fdl.texi:
5ae4183a
AS
4139 * annotate.texinfo:
4140 * all-cfg.texi:
c02a867d
EZ
4141 * Makefile.in: Add (C) after Copyright. Update the FSF
4142 address.
4143
fad38dfa
EZ
41442005-12-03 Eli Zaretskii <eliz@gnu.org>
4145
4146 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
4147 extend GDB with commands for external monitor.
4148
53e5f3cf
AS
41492005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
4150
4151 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
4152
55f6ca0f
JB
41532005-11-25 Joel Brobecker <brobecker@adacore.com>
4154
4155 * gdbint.texinfo (Start of New Year Procedure): New chapter.
4156
c1947b85
JB
41572005-11-21 Jim Blandy <jimb@redhat.com>
4158
4159 * gdb.texinfo (Tracepoint Packets): Document restrictions on
4160 placement of 'R' actions in tracepoint action packets; document
4161 dependence of 'X' and 'M' actions on a preceding 'R' action for
4162 their registers.
4163
9d29849a
JB
41642005-11-19 Jim Blandy <jimb@redhat.com>
4165
4166 * gdb.texinfo (Tracepoint Packets): New node.
4167 (General Query Packets): Add entries for the tracepoint packets,
4168 referring to the "Tracepoint Packets" node.
4169 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 4170
9a6253be
KB
41712005-11-18 Kevin Buettner <kevinb@redhat.com>
4172
4173 * gdb.texinfo (set remotebreak): Add anchor.
4174 (X packet): Likewise.
4175 (Remote Protocol): Add new section `Interrupts' and new index
4176 entry `interrupts (remote protocol)'.
4177
5f3bebba
JB
41782005-11-18 Jim Blandy <jimb@redhat.com>
4179
4180 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
4181 entries into the General Query Packets section. Add a
4182 cross-reference to that section. Drop description of replies, as
4183 these are covered in the descriptions of each packet.
4184 (General Query Packets): Add introductory text. Explain naming
4185 conventions, and how the end of a name is recognized.
4186
9a7a1b36
KB
41872005-11-17 Kevin Buettner <kevinb@redhat.com>
4188
0564b6cf 4189 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
4190 "set remotebreak" command.
4191
b8ff78ce
JB
41922005-11-16 Jim Blandy <jimb@redhat.com>
4193
4194 * gdb.texinfo (Packets, Stop Reply Packets)
4195 (General Query Packets): Various formatting cleanups.
4196 - Use @samp for packet contents.
4197 - Drop summaries from packet @item lines; the same information appears
4198 immediately below in the description.
4199 - Delete paragraph breaks after packet @item commands, so that the
4200 description appears directly to the right of the packet prototype
4201 in the printed manual, if it fits.
4202 - Place spaces in packet prototypes between @vars and non-@var
4203 letters, and explain that they're just for formatting.
4204 - Use @dots{} instead of '...'.
4205 - Fix uses of @code where @var was needed.
4206 - Replace "deprecated" markers with English text spelling out the
4207 packet's status and the preferred alternatives.
4208 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
4209 what this ever meant.
4210 - Remove "(draft)" markers on 'i' packets; nobody has commented on
4211 this for a long time.
4212 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
4213 implemented several times, and have been in use for years.
4214
8ffe2530
JB
42152005-11-15 Jim Blandy <jimb@redhat.com>
4216
c43c5473
JB
4217 * gdb.texinfo (Packets): Add index entries for 'm' packet
4218 disclaimers.
5ae4183a 4219
fb031cdf
JB
4220 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
4221 of stub when processing an 'm' packet.
4222
8ffe2530
JB
4223 * gdb.texinfo (Packets): Mention that packets beginning with
4224 letters are reserved once, at the top, instead of actually listing
4225 them all and saying "reserved".
4226
c03c782f
AS
42272005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
4228
4229 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
4230 Change @var{$arg0 to @code{$arg0.
4231
814e32d7
WZ
42322005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
4233
4234 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
4235
fa93a9d8
JB
42362005-11-12 Jim Blandy <jimb@redhat.com>
4237
4238 * gdb.texinfo (General Query Packets): Put packets in alphabetical
4239 order. Remove extraneous 'z'.
4240
8a5a3c82
AS
42412005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
4242
4243 * gdb.texinfo (Choosing files): Add --eval-command.
4244
4b0ad762
AS
42452005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
4246
4247 * gdb.texinfo (Choosing modes): Add --return-child-result.
4248
4249
1a088d06
AS
42502005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
4251
4252 * gdb.texinfo (Choosing modes): Add --batch-silent.
4253
656d5e12
EZ
42542005-10-28 Eli Zaretskii <eliz@gnu.org>
4255
4256 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
4257 "The -var-update Command".
4258
3c9c013a
JB
42592005-10-03 Joel Brobecker <brobecker@adacore.com>
4260
4261 * gdb.texinfo (Print Settings): Add documentation for set/show
4262 print array-indexes.
4263
7ba3cf9c
DJ
42642005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
4265
4266 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
4267 6.2 and 6.3.
4268
a94ab193
EZ
42692005-08-27 Eli Zaretskii <eliz@gnu.org>
4270
4271 * gdb.texinfo (File Options): Don't document --mapped, it's gone
4272 since 19-Jan-2004.
4273 (Files): Likewise.
ab1adacd
EZ
4274 (Variables, Symbols): Document the "<incomplete type>" message and
4275 its reasons.
a94ab193 4276
ca06016a
FF
42772005-08-01 Fred Fish <fnf@specifix.com>
4278
4279 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
4280
cf58170d
NR
42812005-07-15 Nick Roberts <nickrob@snap.net.nz>
4282
4283 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
4284 option for -var-list-children and -var-update.
4285 (GDB/MI Stack Manipulation): Simplify description of
4286 print-values option for -stack-list-locals.
4287 (GDB/MI Command Description Format): Clarify.
4288 (Mode Options): Spelling of superseded.
4289
38f1196a
BR
42902005-07-12 Bob Rossi <bob@brasko.net>
4291
4292 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
4293 corresponding GDB command comment.
4294
3cb3b8df
BR
42952005-07-06 Bob Rossi <bob@brasko.net>
4296
4297 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
4298 and -inferior-tty-show.
4299 (Input/Output): Document "set/show inferior-tty" and tty alias.
4300
10fac096
NW
43012005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
4302
4303 * gdb.texinfo (Packets): Change description of 'D' packet to note
4304 that GDB does wait for a response.
4305
d1b6db76
NR
43062005-06-22 Nick Roberts <nickrob@snap.net.nz>
4307
4308 * gdb.texinfo (History) Rename "Command History".
4309 (Command History): Move node "Server Prefix" from section on
4310 Annotations here.
4311
29629dcf
NR
43122005-06-19 Nick Roberts <nickrob@snap.net.nz>
4313
4314 * gdb.texinfo (GDB/MI Stack Manipulation):
4315 Re-instate -stack-info-frame with example. Say that it gets
4316 info on selected frame, not current frame.
4317
397ca115
EZ
43182005-06-18 Eli Zaretskii <eliz@gnu.org>
4319
4320 * gdb.texinfo (Server): Clarify that `file' should be used before
4321 connecting to the server.
4322 (Files): Add an xref to the above description.
51274035
EZ
4323 (Output Formats): More detailed description of the `c' format.
4324 (Memory): List explicitly all the formats supported by `x'.
638ac427 4325 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 4326 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
4327 files. Add more indexing for solib-absolute-prefix and
4328 --with-sysroot.
76d17f34
EZ
4329 (Machine Code): Document possible problems with locations in
4330 shared libraries.
d416eeec
EZ
4331 (Backtrace): Document that free-standing environments do not need
4332 to have a `main' function.
397ca115 4333
74f6deaa
NR
43342005-06-18 Nick Roberts <nickrob@snap.net.nz>
4335
4336 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
4337 -stack-info-frame.
4338
a9967aef
AC
43392005-06-07 Andrew Cagney <cagney@gnu.org>
4340
4341 * gdb.texinfo (Contributors): Note the original multi-arch
4342 contributors.
4343
e09f16f9
EZ
43442005-06-03 Eli Zaretskii <eliz@gnu.org>
4345
4346 * gdb.texinfo (Registers): Add index entries for the standard
4347 registers.
4348 (Frames): Add cross-reference from frame pointer description to
4349 the Registers node.
4350 (Annotations Overview): Fix the reference to GDB name.
4351
d87ba7ee
EZ
43522005-06-01 Eli Zaretskii <eliz@gnu.org>
4353
4354 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
4355 can-use-hw-watchpoints.
4356
034dad6f
BR
43572005-05-28 Bob Rossi <bob@brasko.net>
4358
4359 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
4360 the possible reasons why an exec async record would be returned to FE.
4361
ffed4509
AC
43622005-05-26 Andrew Cagney <cagney@gnu.org>
4363
4364 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
4365 Andrew Cagney implemented the original GDB/MI.
4366
e22e55c9
OF
43672005-05-23 Orjan Friberg <orjanf@axis.com>
4368
4369 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
4370 documentation. Add documentation for cris-mode.
4371
a78e13ce
EZ
43722005-05-20 Eli Zaretskii <eliz@gnu.org>
4373
4374 * gdb.texinfo (Numbers): Explain the example and make the wording
4375 more acurate.
4376
76ff342d
DJ
43772005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4378 Dennis Brueni <dennis@slickedit.com>
4379
4380 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
4381 (GDB/MI Data Manipulation, GDB/MI Program Control)
4382 (GDB/MI Stack Manipulation): Update examples to include the fullname
4383 attribute in stack frames.
4384
119b882a
EZ
43852005-05-12 Eli Zaretskii <eliz@gnu.org>
4386
4387 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
4388 do with other non-standard names of init files.
4389
6fc08d32
EZ
43902005-05-11 Eli Zaretskii <eliz@gnu.org>
4391
4392 * gdb.texinfo (Command Files): Move the description of the startup
4393 from here...
4394 (Startup): ...to this new subsection of the Invocation chapter.
4395 Rearrange the description of init files more logically and add a
4396 cross-reference to "Command Files". Document the special gdbinit
4397 name for CISCO 68k. Expand the description of what GDB does
4398 during startup.
4399 (History): Add index entry for HISTSIZE.
4400
a561754a
MK
44012005-05-02 Mark Kettenis <kettenis@gnu.org>
4402
4403 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
4404
2eecc4ab
EZ
44052005-05-02 Eli Zaretskii <eliz@gnu.org>
4406
4407 * gdb.texinfo (SVR4 Process Information, The isatty call)
4408 (The system call): Don't use foo(N) notation for man pages and
4409 functions.
514c4d71 4410 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 4411
18999be5
EZ
44122005-04-27 Eli Zaretskii <eliz@gnu.org>
4413
4414 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
4415 were optimized away.
4416
0abb7bc7
EZ
44172005-04-22 Eli Zaretskii <eliz@gnu.org>
4418
4419 * gdb.texinfo (Remote configuration): Document "set/show
4420 get-thread-local-storage-address". Add cross-reference to the
4421 description of the qGetTLSAddr packet.
4422 (General Query Packets): Mention "set remote
4423 get-thread-local-storage-address" and add a reference to its
4424 description.
4425
6f61acb1
NR
44262005-04-19 Nick Roberts <nickrob@snap.net.nz>
4427
4428 * gdb.texinfo (Backtrace): Describe 'bt full'.
4429
9d59903a
NR
44302005-04-17 Nick Roberts <nickrob@snap.net.nz>
4431
4432 * gdb.texinfo (Mode Options): Fix typo.
4433 (GDB/MI): Describe how to invoke GDB/MI.
4434
721c2651
EZ
44352005-04-16 Eli Zaretskii <eliz@gnu.org>
4436
4437 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 4438 references changed. Add description of "info udot".
721c2651
EZ
4439 (Files): Document "set/show stop-on-solib-events".
4440 (M32R/D): Document "set/show download-path", "set/show
4441 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
4442 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
4443 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
4444 (Maintenance Commands): Improve indexing.
4445 (Target Commands): Document "set/show hash", "set/show debug
4446 monitor".
4447 (SVR4 Process Information): Document "info pidlist" and "info
4448 meminfo". Document "set/show procfs-tarce" and "set/show
4449 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
4450 (Symbols, The Print Command with Objective-C): Improve indexing.
4451 (Objective-C): Add references to "info classes" and "info
4452 selectors".
c45da7e6
EZ
4453 (Debugging Output): Improve wording. Document "set/show debug
4454 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
4455 (Set Breaks): Add index entry for "hardware breakpoints".
4456 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
4457 and "set/show usehardbreakpoints".
4458 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
4459 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
4460 (ARM): Document "rdilogfile", "rdilogenable", "set/show
4461 rdiromatzero", "set/show rdiheartbeat".
4462 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
4463 "sds".
4464 (Embedded Processors): Document the "sim" command.
4465 (Remote): Document the "remote" command.
4466 (DJGPP Native): Document the "info serial" command.
4467 (Threads): Document "maint info sol-threads".
4468 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
4469 (Set Breaks): Improve indexing.
4470 (Command Syntax): Add a reference to dont-repeat.
4471 (Define): Document "dont-repeat".
4472 (TUI Commands): Document "tabset".
4473 (WinCE): New subsection. Document "set/show remotedirectory",
4474 "set/show remoteupload", "set/show remoteaddhost".
721c2651 4475
14d6dd68
EZ
44762005-04-15 Eli Zaretskii <eliz@gnu.org>
4477
4478 * gdb.texinfo (Hurd Native): New subsection, documents
4479 Hurd-specific commands.
a64548ea 4480 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 4481 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
4482 (MIPS): Improve documentation of heuristic-fence-post. Document
4483 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
4484 mips stack-arg-size", "set/show mips mask-address", "set/show mips
4485 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 4486 (ARM): Document ARM-specific commands.
a64548ea
EZ
4487 (AVR): New section. Document "info io_registers".
4488 (CRIS): New section. Document "set/show cris-version" and
4489 "set/show cris-dwarf2-cfi".
4490 (HPPA): New section. Document "set/show debug hppa" and "maint
4491 print unwind".
a5adf40f 4492 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 4493 (Super-H): New section. Document the "regs" command.
721c2651 4494 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 4495
9c16f35a
EZ
44962005-04-09 Eli Zaretskii <eliz@gnu.org>
4497
4498 * gdb.texinfo (Print Settings): Document "set/show print
4499 pascal_static-members", "set print repeats", "show print
4500 null-stop". Improve indexing. Fix documentation of "set print
4501 union".
4502 (Pascal): New section.
4503 (Supported languages): Rename from "Support"; all references
4504 updated. Add a menu item for Pascal.
4505 (Numbers): Document "set radix.
4506 (Screen Size): Document "set/show pagination".
4507 (MIPS Embedded): Remove "set processor" documentation.
4508 (Remote configuration): Document "set/show X/P/Z-packet",
4509 "set/show read-aux-vector-packet", "set/show remote
4510 symbol-lookup-packet", "set/show remote verbose-resume-packet",
4511 "set/show remoteaddresssize", "set/show remotebaud", "set/show
4512 remotedebug", "set/show remotebreak", "set/show remotedevice",
4513 "set/show remotelogfile".
4514 (Auxiliary Vector): Add reference to the description of the
4515 read-aux-vector-packet setting.
4516 (Set Watchpoints): Add a cross-reference to "set remote
4517 hardware-breakpoint-limit".
4518 (General Query Packets): Add indexing of requests and
4519 cross-references to related commands in "Remote configuration".
4520 (File-I/O Overview, The system call): Fix wording and typos.
4521 (Thread Stops): Add index entries.
4522 (Continuing and Stepping): Document "show step-mode".
4523 (i386): New node. Document "set/show struct-convention".
4524 (Files): Document "show trust-readonly-sections".
4525 (Calling): Document "set/show unwindonsignal".
4526 (Messages/Warnings): Add index entries.
4527 (Maintenance Commands): Document "set/show watchdog".
4528 (Annotations Overview): Document "show annotate".
4529 (Set Watchpoints): Add index entries.
4530 (Symbols): Fix doc of case-sensitive.
4531 (ABI): Document "show coerce-float-to-double".
4532 (Convenience Vars, Help): Improve indexing.
4533 (Machine Code): Document "show disassembly-flavor".
4534 (Debugging C plus plus): Document "show overload-resolution".
4535 (Value History, Signaling): Add index entries.
4536
45372005-04-08 Eli Zaretskii <eliz@gnu.org>
4538
4539 * gdb.texinfo (Show): Move @kindex entries to their proper places.
4540 (Processes): Fix wording.
4541 (History, List, Logging output, Define, Symbols, Print Settings):
4542 Improve indexing.
4543
a8f24a35
EZ
45442005-04-03 Eli Zaretskii <eliz@gnu.org>
4545
4546 * gdb.texinfo (Targets): Document "set/show architecture". Remove
4547 redundant index entry for "target" command.
4548 (Backtrace): Add index entries.
4549 (Symbols, Fortran): Document the "set case-sensitive" command.
4550 (DJGPP Native): Document "set com1base", "set com1irq", etc.
4551 (Print Settings): Add index entry for "set demangle-style".
4552 (Target Commands): Document "set download-write-size".
4553 (Debugging Output): Document "set exec-done-display".
4554
09d4efe1
EZ
45552005-04-02 Eli Zaretskii <eliz@gnu.org>
4556
4557 * gdb.texinfo (Files): Fix the name and documentation of
4558 add-shared-symbol-files. Document its alias assf. Update the
4559 list of OSs where GDB supports shared libraries. Fix markup.
4560 (Continuing and Stepping): Add reference to @var{location} in the
4561 text.
4562 (Dump/Restore Files): Fix reference to @{filename}.
4563 (Help): Fix wording.
4564 (Attach): Ditto.
4565 (Set Watchpoints): Ditto.
4566 (Backtrace): Remove redundant index entries. Improve index
4567 entries.
4568 (Delete Breaks): Fix wording.
4569 (Memory): Document the compare-sections command.
4570 (Memory Region Attributes): Improve wording.
4571 (Disabling): Improve wording.
4572 (Fortran): New subsection. Document the "info common" command.
4573 (Help): Document aliases "info copying" and "info warranty".
4574 (Caching Remote Data): New section. Document the "set/show
4575 remotecache" and "info dcache" commands.
4576 (Show): Fix wording of the documentation of the "set
4577 extension-language" command.
4578 (Signals): Add index entry for "info handle".
4579 (Memory Region Attributes): Fix punctuation.
4580 (Symbols): Change the arg name to "location" and refer to it in
4581 the text. Fix wording of "info types" doc.
4582 (Threads): Fix usage of @enumerate @item's.
4583 (Listing Tracepoints): Add index entry for "info tp".
4584 (Set Watchpoints): Add xref to "info break" description.
4585 (Macros): Add an index entry for "macro exp1". Document the
4586 "macro list" command.
4587 (Maintenance Commands): Document "flushregs", "maint agent",
4588 "maint check-symtabs", "maint cplus", "maint demangle", "maint
4589 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
4590 "maint print architecture", "maint print objfiles", "maint print
4591 statistics", "maint print type", "maint show-debug-regs", "maint
4592 space", "maint time", and "maint translate-address".
4593 (Connecting): Document the "monitor" command.
4594 (Annotations Overview): Describe the "set annotate" command.
4595
82f2d802
EZ
45962005-04-01 Eli Zaretskii <eliz@gnu.org>
4597
4598 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
4599 Rearrange index entries and improve wording about support for
4600 hardware watchpoints.
4601
7d51c7de
BR
46022005-03-10 Bob Rossi <bob@brasko.net>
4603
4604 * gdb.texinfo: Update copyright
4605
68c71a2e
TR
46062005-02-09 Theodore A. Roth <troth@openavr.org>
4607
4608 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
4609 error.
4610
83761cbd
KB
46112005-02-03 Kevin Buettner <kevinb@redhat.com>
4612
4613 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
4614
9f1c6395
MS
46152005-01-17 Michael Snyder <msnyder@redhat.com>
4616
4617 * gdb.texinfo: Fix spelling, infinte -> infinite.
4618
fbd1b305
MK
46192005-01-08 Mark Kettenis <kettenis@gnu.org>
4620
4621 * observer.texi (GDB Observers): Document "solib_loaded".
4622
3ace7edb
AC
46232005-01-07 Andrew Cagney <cagney@gnu.org>
4624
bec39cab
AC
4625 * configure.ac: Rename configure.in, require autoconf 2.59.
4626 * configure: Re-generate.
4627
3ace7edb
AC
4628 * configure.in: Replace configdirs with multiple references to
4629 AC_CONFIG_SUBDIRS.
4630 * configure: Re-generate.
5ae4183a 4631
53531fc1
AC
46322005-01-04 Andrew Cagney <cagney@gnu.org>
4633
4634 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
4635 part of the version number.
4636
536ffdb7
MK
46372004-12-24 Mark Kettenis <kettenis@gnu.org>
4638
4639 * gdbint.texinfo (Algorithms): Remove description of
4640 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
4641
e1aac25b
JB
46422004-12-07 Jim Blandy <jimb@redhat.com>
4643
4644 * gdb.texinfo (General Query Packets): Specify that thread ID's in
4645 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
4646 numbers.
4647
f47b1503
AS
46482004-12-07 Andreas Schwab <schwab@suse.de>
4649
4650 * gdb.texinfo (Mode Options): Document -l option.
4651
b6b8ece6
EZ
46522004-12-04 Eli Zaretskii <eliz@gnu.org>
4653
4654 * gdbint.texinfo (Algorithms): More accurate description of
4655 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
4656 is not needed unless data-read and data-access watchpoints are
4657 supported. Add a description of how GDB checks whether the
4658 inferior stopped because a watchpoint was hit.
4659
01371747
EZ
46602004-11-23 Eli Zaretskii <eliz@gnu.org>
4661
4662 * gdb.texinfo (Files): Add cross-reference to description of
4663 -readnow command-line switch.
4664
2315ffec
RC
46652004-11-10 Randolph Chung <tausq@debian.org>
4666
4667 * gdb.texinfo: Document set/show backtrace past-entry commands.
4668 Rearrange index entries for set/show backtrace past-main.
4669
69065f5d
AC
46702004-11-10 Jon Beniston <jon@beniston.com>
4671
4672 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
4673 * gdb.texinfo (Remote Serial Protocol): Further describe
4674 binary transfer escaping mechanism .
69065f5d 4675
30e91e0b
RC
46762004-11-08 Randolph Chung <tausq@debian.org>
4677
4678 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
4679 and "show debug infrun". Add index entries.
4680
60bf7e09
EZ
46812004-10-23 Eli Zaretskii <eliz@gnu.org>
4682
4683 * gdb.texinfo (SVR4 Process Information): Document subcommands of
4684 "info proc" that are already implemented. Add index entries.
4685 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
4686 (Files): Add a tip for decreasing memory used for symtabs from
4687 shared libraries.
f018e82f
EZ
4688 (Starting): Fix whitespace; make "elaboration" stand out where it
4689 is first used, and add an index entry for the term.
f8568604
EZ
4690 (Calling): Expand and elaborate text. Add "print". Add the
4691 description of problems with weak aliases.
384ee23f 4692 (Core File Generation): New section.
60bf7e09 4693
d52fe014
AC
46942004-10-12 Andrew Cagney <cagney@gnu.org>
4695
4696 * gdbint.texinfo (Versions and Branches): New chapter.
4697 (Releasing GDB): Delete "Versions and Branches" section.
4698 (Top): Add "Versions and Branches".
4699
703663ab
EZ
47002004-10-08 Eli Zaretskii <eliz@gnu.org>
4701
4702 * gdb.texinfo (Editing, History): Add cross-references to the
4703 included Readline and History user documentation. Remove
4704 references to the symbol have-readline-appendices which is unused
4705 and undefined.
4706 (History): Fix indexing.
4707
ac77d04f
JJ
47082004-10-08 Jeff Johnston <jjohnstn@redhat.com>
4709
4710 * gdbint.texinfo (target_stopped_data_address): Update to
4711 new prototype.
4712 (i386_stopped_data_address): Update prototype and description.
4713 (i386_stopped_by_watchpoint): New function and description.
4714
e07c999f
PH
47152004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
4716
4717 * gdb.texinfo (Filenames): Add Ada suffixes.
4718 (Ada) New section.
4719
2e868123
AC
47202004-09-27 Andrew Cagney <cagney@gnu.org>
4721 Robert Picco <Robert.Picco@hp.com>
4722
4723 * gdb.texinfo (Packets): Document the "p" packet.
4724
02a57714
JM
47252004-09-21 Jason Molenda (jmolenda@apple.com)
4726
4727 * gdb.texinfo (Paths and Names of the Source Files): Document the
4728 meaning of values in the 'desc' field of a SO stab.
4729
ae038cb0
DJ
47302004-09-20 Daniel Jacobowitz <dan@debian.org>
4731
4732 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
4733 max-cache-age" and "maint show dwarf2 max-cache-age".
4734
f7dc1244
EZ
47352004-09-16 Eli Zaretskii <eliz@gnu.org>
4736
4737 * gdb.texinfo (Set Breaks): Add index entry for setting
4738 breakpoints on overloaded C++ functions that are not members of
4739 any classes. Add an example and an index entry for setting
4740 breakpoints on all program functions.
4741 (Character Sets, Macros, Overlay Commands)
4742 (Non-debug DLL symbols, GDB/MI Output Syntax)
4743 (Annotations Overview, Maintenance Commands, File-I/O Overview):
4744 Use "(@value{GDBP})" instead of a literal "(gdb)".
4745
f810308b
AC
47462004-09-12 Andrew Cagney <cagney@gnu.org>
4747
4748 * gdbint.texinfo (Native Debugging): Delete description of
4749 FILES_INFO_HOOK.
4750
15a661f3
PH
47512004-09-11 Paul Hilfinger <hilfinger@gnat.com>
4752
5ae4183a
AS
4753 * gdbint.texinfo (User Interface): Change local_hex_string_custom
4754 to hex_string_custom (not historically correct, but more
15a661f3
PH
4755 understandable, given the current code).
4756
f3219c75
AC
47572004-09-03 Andrew Cagney <cagney@gnu.org>
4758
4759 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
4760
f3bb6704
JJ
47612004-09-01 Jeff Johnston <jjohnstn@redhat.com>
4762
4763 * observer.texi (solib_unloaded): New observer.
4764
8d2c00cb
AC
47652004-08-24 Andrew Cagney <cagney@gnu.org>
4766
4767 * gdbint.texinfo (Target Architecture Definition): Add missing
4768 comma.
4769
e7dc800a
MC
47702004-08-20 Michael Chastain <mec.gnu@mindspring.com>
4771
4772 * (Using the Testsuite): build != host is supported,
4773 but some test scripts do not support build != host.
4774
73b03683
MK
47752004-08-14 Mark Kettenis <kettenis@gnu.org>
4776
4777 * gdbint.texinfo (Host Definition): Delete description of
4778 FCLOSE_PROVIDED and GETENV_PROVIDED.
4779
c0ccb908
MK
47802004-08-05 Mark Kettenis <kettenis@chello.nl>
4781
4782 * gdbint.texinfo (Host Definition): Delete description of
4783 NO_SYS_FILE.
4784 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
4785 PTRACE_FP_BUG.
4786
9c8dbfa9
AC
47872004-08-05 Andrew Cagney <cagney@gnu.org>
4788
4789 * gdbint.texinfo (Target Architecture Definition): Delete
4790 reference to deprecated_read_fp.
4791
f42accbe
AC
47922004-08-02 Andrew Cagney <cagney@gnu.org>
4793
4794 * gdbint.texinfo (Target Architecture Definition): Delete
4795 description of DEPRECATED_REGISTER_BYTES.
4796
0b66e38c
EZ
47972004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4798
4799 * gdb.texinfo (Source Path): Document the new behavior of
4800 searching for the source files.
4801
15387254
EZ
48022004-07-17 Eli Zaretskii <eliz@gnu.org>
4803
4804 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
4805 (Search, Expressions, Arrays, Variables, Data, Machine Code)
4806 (Auto Display): Improve indexing.
4807
2c07db7a
AC
48082004-07-16 Andrew Cagney <cagney@gnu.org>
4809
4810 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
4811 "-noasync".
4812
4644b6e3
EZ
48132004-07-09 Eli Zaretskii <eliz@gnu.org>
4814
4815 * gdb.texinfo: Fix @kindex entries so that multiple commands that
4816 have the same prefix have only their prefix in the index.
4817
7561d450
MK
48182004-07-03 Mark Kettenis <kettenis@gnu.org>
4819
4820 * gdb.texinfo (BSD libkvm Interface): New node (section)
4821 (Native): Add it to the menu.
4822
67bebe79
MK
48232004-07-01 Mark Kettenis <kettenis@gnu.org>
4824
4825 * gdbint.texinfo (Target Architecture Definition): Remove
4826 PCC_SOL_BROKEN.
4827
1a6923e0
MK
48282004-06-24 Mark Kettenis <kettenis@gnu.org>
4829
4830 * gdbint.texinfo (Target Architecture Definition): Remove
4831 SUN_FIXED_LBRAC_BUG.
4832
b435e160
AC
48332004-06-26 Andrew Cagney <cagney@gnu.org>
4834
4835 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
4836
b5622e8d
AC
48372004-06-20 Andrew Cagney <cagney@gnu.org>
4838
4839 * gdbint.texinfo (Target Architecture Definition): Deprecate
4840 USE_STRUCT_CONVENTION.
4841
e0c07bf0
MC
48422004-06-19 Michael Chastain <mec.gnu@mindspring.com>
4843
4844 gdb.texinfo (Bug Reporting): Mention session recording,
4845 with the script command or Emacs.
4846
782263ab
AC
48472004-06-18 Andrew Cagney <cagney@gnu.org>
4848
4849 * gdbint.texinfo (Target Architecture Definition): Deprecate
4850 FUNCTION_START_OFFSET.
4851
03727ca6
AC
48522004-06-14 Andrew Cagney <cagney@gnu.org>
4853
4854 Based on changes from Karl Berry.
4855 * gdb.texinfo: Do not use @sc in a direntry.
4856 * stabs.texinfo: Change @dircateogry to "Software development".
4857 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
4858
97092415
AC
48592004-06-13 Andrew Cagney <cagney@gnu.org>
4860
4861 * gdbint.texinfo (Target Architecture Definition): Delete
4862 description of RETURN_VALUE_ON_STACK.
4863
1f6d4158
AC
48642004-06-09 Andrew Cagney <cagney@gnu.org>
4865
4866 * gdbint.texinfo (Native Debugging): Restore "@table @code"
4867 deleted by previous patch.
4868
d966f0cb
AC
48692004-06-08 Andrew Cagney <cagney@gnu.org>
4870
4871 * gdbint.texinfo (Native Debugging): Delete documentation on
4872 ATTACH_DETACH.
4873
86fe4aaa
RC
48742004-06-06 Randolph Chung <tausq@debian.org>
4875
4876 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
4877
d4b6d575
RC
48782004-06-06 Randolph Chung <tausq@debian.org>
4879
5ae4183a 4880 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
4881 the new push_dummy_call method signature. Describe the function
4882 argument.
4883
4e8b0763
JB
48842004-05-24 Joel Brobecker <brobecker@gnat.com>
4885
4886 * gdb.texinfo (Starting): Document new start command.
4887
59caf092
AC
48882004-05-21 Andrew Cagney <cagney@redhat.com>
4889
4890 * observer.texi (GDB Observers): Document "inferior_created".
4891
e4a2df64
AC
48922004-05-08 Andrew Cagney <cagney@redhat.com>
4893
e6b55ae2
AC
4894 * gdbint.texinfo (Target Architecture Definition): Delete
4895 description of DO_DEFERRED_STORES.
4896
28954179
AC
4897 * gdbint.texinfo (Target Architecture Definition): Delete
4898 references to DEPRECATED_FIX_CALL_DUMMY.
4899
434b87dd
AC
4900 * gdbint.texinfo (Target Architecture Definition): Delete
4901 description of DEPRECATED_CALL_DUMMY_WORDS,
4902 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
4903
58d28df8
AC
4904 * gdbint.texinfo (Target Architecture Definition): Delete
4905 description of DEPRECATED_PUSH_DUMMY_FRAME.
4906
e4a2df64
AC
4907 * gdbint.texinfo (Target Architecture Definition): Delete
4908 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
4909
2b4855ab
AC
49102004-05-07 Andrew Cagney <cagney@redhat.com>
4911
4912 * observer.texi (GDB Observers): Add "Debugging" section. Include
4913 cross reference to "set/show debug observer".
4914 * gdb.texinfo (Debugging Output): Document "set/show debug
4915 observer".
4916
fcf70625
AC
49172004-05-01 Andrew Cagney <cagney@redhat.com>
4918
4919 * gdbint.texinfo (Target Architecture Definition): Delete
4920 description of DEPRECATED_PC_IN_SIGTRAMP.
4921
8ee56bcf
AC
49222004-04-30 Andrew Cagney <cagney@redhat.com>
4923
4924 * gdbint.texinfo (Target Architecture Definition): Delete
4925 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
4926
67ab9a76
OF
49272004-04-30 Orjan Friberg <orjanf@axis.com>
4928
4929 * observer.texi (GDB Observers): Correct spelling.
4930
79346bcb
OF
49312004-04-26 Orjan Friberg <orjanf@axis.com>
4932
4933 * observer.texi (GDB Observers): Add target_changed event.
4934
7a464420
AC
49352004-04-08 Andrew Cagney <cagney@redhat.com>
4936
4937 * observer.texi (GDB Observers): Rework, provide generic observer
4938 definitions and then a list of observable events.
4939
6cdf9d98
AC
49402004-04-04 Andrew Cagney <cagney@redhat.com>
4941
4942 * gdbint.texinfo (Host Definition): Delete reference to
4943 NO_SIGINTERRUPT.
4944
ddc135a4
AC
49452004-04-02 Andrew Cagney <cagney@redhat.com>
4946
4947 * gdbint.texinfo (Target Architecture Definition): Delete
4948 reference to DEPRECATED_CALL_DUMMY_LENGTH.
4949
6a1b180d
SC
49502004-03-28 Stephane Carrez <stcarrez@nerim.fr>
4951
4952 * gdb.texinfo (TUI Commands): Document tui reg commands.
4953
d0d5df6f
AC
49542004-03-26 Andrew Cagney <cagney@redhat.com>
4955
4956 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
4957 "gdbtui".
4958 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
4959 (Contributors): Mention both Text and Terminal User Interface.
4960
aa2a3f87
AC
49612004-03-23 Andrew Cagney <cagney@redhat.com>
4962
4963 * gdbint.texinfo (Target Architecture Definition): Deprecate
4964 references to SIGTRAMP_START and SIGTRAMP_END.
4965
f561f026
AC
49662004-03-23 Andrew Cagney <cagney@redhat.com>
4967
4968 * gdbint.texinfo (Target Architecture Definition): Deprecate
4969 references to PC_IN_SIGTRAMP.
4970
33cb8b0f
AC
49712004-03-19 Andrew Cagney <cagney@redhat.com>
4972
4973 * gdbint.texinfo (Target Architecture Definition): Delete
4974 reference to GDB_TARGET_IS_HPPA.
4975
fc989b7a
AC
49762004-03-18 Andrew Cagney <cagney@redhat.com>
4977
4978 * gdbint.texinfo (Coding): Update section on gdbarch_data,
4979 describe pre_init and post_init.
4980
701b08bb
DJ
49812004-03-09 Daniel Jacobowitz <drow@mvista.com>
4982
4983 * gdb.texinfo (Debugging Output): Document values for "set debug
4984 target".
4985
faae5abe
AC
49862004-02-28 Andrew Cagney <cagney@redhat.com>
4987
4988 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
4989
dd79a6cf
JJ
49902004-02-26 Jeff Johnston <jjohnstn@redhat.com>
4991
4992 * gdb.texinfo (breakpoints): Add information about the
4993 new "set breakpoint pending" and "show breakpoint pending"
4994 commands.
4995
e7f16015
AC
49962004-02-26 Andrew Cagney <cagney@redhat.com>
4997
4998 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
4999 in Per-architecture module data section.
5000
7161a3a6
RM
50012004-02-25 Roland McGrath <roland@redhat.com>
5002
5003 * gdb.texinfo (General Query Packets): Document qPart:... packets.
5004
2154891a
AC
50052004-02-24 Andrew Cagney <cagney@redhat.com>
5006
5007 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
5008 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
5009 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 5010
6c74ac8b
AC
50112004-02-17 Andrew Cagney <cagney@redhat.com>
5012
5013 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
5014
19772a2c
AC
50152004-02-16 Andrew Cagney <cagney@redhat.com>
5016
5017 * gdbint.texinfo (Target Architecture Definition): Deprecate
5018 FRAMELESS_FUNCTION_INVOCATION.
5019
c9830293
AC
50202004-02-16 Andrew Cagney <cagney@redhat.com>
5021
5022 * gdbint.texinfo (Coding): Mention -Wunused-function.
5023
b9d26eb9
AC
50242004-02-14 Andrew Cagney <cagney@redhat.com>
5025
5026 * gdbint.texinfo (Target Architecture Definition): Delete
5027 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5028
49efadf5
EZ
50292004-02-12 Elena Zannoni <ezannoni@redhat.com>
5030
5031 * gdb.texinfo: Properly quote the name "C++".
5032 * gdbint.texinfo: Ditto.
5033 * stabs.texinfo: Ditto.
5034
1eb288ea
EZ
50352004-02-11 Elena Zannoni <ezannoni@redhat.com>
5036
5037 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
5038 minimal information about libiberty.
5039
e4937fc1
MC
50402004-02-06 Michael Chastain <mec.gnu@mindspring.com>
5041
5042 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
5043
a9331b3f
RM
50442004-02-04 Roland McGrath <roland@redhat.com>
5045
5046 * gdb.texinfo (Auxiliary Vector): New node (section).
5047 (Data): Add it to the menu.
5048
2650777c
JJ
50492004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5050
5051 * gdb.texinfo (Breakpoints): Add information about pending
5052 breakpoint support.
5053
b4501125
AC
50542004-01-26 Andrew Cagney <cagney@redhat.com>
5055
5056 * gdb.texinfo (Overview): Delete references to the cisco protocol
5057 including the "N" response.
5058
74055713
AC
50592004-01-26 Andrew Cagney <cagney@redhat.com>
5060
5061 * gdbint.texinfo (Target Architecture Definition): Rename
5062 EXTRACT_STRUCT_VALUE_ADDRESS to
5063 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 5064
3bbe9696
EZ
50652004-01-24 Eli Zaretskii <eliz@gnu.org>
5066
5067 * gdb.texinfo (KOD): Document "show os". Add index entries for
5068 "set/show os" and "info cisco" commands.
5069
5843504f
EZ
50702004-01-21 Eli Zaretskii <eliz@gnu.org>
5071
5072 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
5073
9175c9a3
MC
50742004-01-19 Michael Chastain <mec.gnu@mindspring.com>
5075
5076 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
5077 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
5078
8e94b928
NR
50792004-01-19 Nick Roberts <nick@nick.uklinux.net>
5080
5081 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
5082 -stack-list-locals.
5083 (GDB/MI Variable Objects): Describe extension to
5084 -var-list-children.
5085
a20cf136
DJ
50862004-01-17 Daniel Jacobowitz <drow@mvista.com>
5087
5088 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
5089
afb18d0f
AC
50902004-01-17 Andrew Cagney <cagney@redhat.com>
5091
5092 * gdbint.texinfo (Target Architecture Definition): Delete
5093 documentation on DEPRECATED_NPC_REGNUM.
5094
b51970ac
DJ
50952004-01-13 Daniel Jacobowitz <drow@mvista.com>
5096
5097 * gdb.texinfo: Update copyright year. Mention that set
5098 follow-fork-mode is supported on GNU/Linux. Remove documentation of
5099 "set follow-fork-mode ask".
5100
0f0cffd2
AC
51012004-01-13 Andrew Cagney <cagney@redhat.com>
5102
5103 * gdbint.texinfo: Update copyright year.
5104 (Coding): Add -Wunused-label to list of -Werror warnings.
5105
c552b3bb 51062004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 5107 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
5108
5109 * gdb.texinfo: Update copyright.
5110 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
5111 around names, as appropriate. Minor syntax cleanup of
5112 _NSPrintForDebugger explanation. Two spaces after periods.
5113 GDBN used instead of lit. "gdb". Index entries added for
5114 print-object and _NSPrintForDebugger. @noindent added in one spot.
5115
afe157ca
EZ
51162003-11-11 Elena Zannoni <ezannoni@redhat.com>
5117
5118 * stabs.texinfo: Add dircategory and direntry commands.
5119 * annotate.texinfo: Ditto.
5120
963e2bb7
AC
51212003-11-10 Andrew Cagney <cagney@redhat.com>
5122
5123 * gdbint.texinfo (Target Architecture Definition): Replace the
5124 return_value method's "inval" and "outval" parameters with
5125 "readbuf" and "writebuf".
5126
1d8b2f28
JB
51272003-10-28 Jim Blandy <jimb@redhat.com>
5128
5129 * gdb.texinfo (The F request packet, The F reply packet): Renamed
5130 from "The `F' request packet" and "The `F' reply packet", to make
5131 texi2dvi happy.
5132 (File-I/O remote protocol extension): Update menu entries, too.
5133
36d86913
MC
51342003-10-26 Michael Chastain <mec@shout.net>
5135
5136 * gdb.texinfo (Thread Stops): Document the issue with
5137 premature return from system calls in multi-threaded programs.
5138
ce2826aa
AC
51392003-10-24 Andrew Cagney <cagney@redhat.com>
5140
5141 * annotate.texinfo: Fix "fortunatly"[sic].
5142
f24c5e49
KI
51432003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
5144
5145 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
5146 with "Hitachi" and "Mitsubishi".
5147
92ad9cd9
AC
51482003-10-20 Andrew Cagney <cagney@redhat.com>
5149
5150 * gdbint.texinfo (Target Architecture Definition): Document
5151 gdbarch_return_value. Add cross references from
5152 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
5153 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
5154
0ab4b752
MK
51552003-10-18 Mark Kettenis <kettenis@gnu.org>
5156
5157 * gdbint.texinfo (Target Architecture Definition): Document
5158 regset_from_core_section.
fb3e19c0
KI
5159
51602003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
5161
5162 * gdb.texinfo (M32R/D): Mention m32rsdi target.
5163
a9331b3f 51642003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
5165
5166 From Anthony Green <green@redhat.com>:
5ae4183a 5167 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 5168
1485d690
KB
51692003-10-14 Kevin Buettner <kevinb@redhat.com>
5170
889bf7c5
PA
5171 * gdb.texinfo (Breakpoint related warnings): New node.
5172 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 5173
86d30acc
DJ
51742003-10-13 Daniel Jacobowitz <drow@mvista.com>
5175
5176 * gdb.texinfo (Remote Protocol): Document v and vCont.
5177
172c2a43
KI
51782003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
5179
5180 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
5181 * gdbint.texinfo: Ditto.
5182
71952f4c
AC
51832003-10-09 Andrew Cagney <cagney@redhat.com>
5184
5185 From 2003-09-18 David Anderson <davea@sgi.com>:
5186 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
5187 "command".
5188
268e2188
AC
51892003-10-03 Andrew Cagney <cagney@redhat.com>
5190
5191 * gdbint.texinfo (Target Architecture Definition): Deprecate
5192 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
5193 just target.
5194
12c266ea 51952003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 5196
f30992d4 5197 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
5198 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
5199 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
5200 * gdbint.texinfo (Target Architecture Definition): Rename
5201
52022003-09-30 Andrew Cagney <cagney@redhat.com>
5203
f30992d4 5204 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 5205 (Target Architecture Definition):
f30992d4 5206
2e092625
AC
5207 * gdbint.texinfo (Target Architecture Definition): Rename
5208 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
5209
0717ae8a
AC
52102003-09-29 Andrew Cagney <cagney@redhat.com>
5211
dad809b7
AC
5212 * gdbint.texinfo (Target Architecture Definition): Delete
5213 documentation for NEED_TEXT_START_END.
5214
0717ae8a
AC
5215 * gdbint.texinfo (Target Architecture Definition): Rename
5216 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
5217 TARGET_WRITE_PC.
a9331b3f 5218
af6cf26d
MC
52192003-09-22 Michael Chastain <mec@shout.net>
5220
5221 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
5222
ee206350
AG
52232003-09-21 Anthony Green <green@redhat.com>
5224
5225 * gdbint.texinfo (Target Architecture Definition): Fix typos.
5226
a38c9fe6
MK
52272003-09-21 Mark Kettenis <kettenis@gnu.org>
5228
5229 * gdbint.texinfo (Target Architecture Definition): Document
5230 stabs_argument_has_addr.
5231
77949794
AC
52322003-09-18 Andrew Cagney <cagney@redhat.com>
5233
5234 * gdbint.texinfo (Target Architecture Definition): Delete
5235 documentation on REGISTER_NAMES.
5236
8e823e25
MK
52372003-09-13 Mark Kettenis <kettenis@gnu.org>
5238
5239 * gdbint.texinfo (Target Architecture Definition): Replace
5240 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
5241
f27dd7fd
AC
52422003-09-11 Andrew Cagney <cagney@redhat.com>
5243
5244 * gdbint.texinfo (Target Architecture Definition): Replace
5245 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
5246
8b148df9
AC
52472003-08-18 Andrew Cagney <cagney@redhat.com>
5248
5249 * gdbint.texinfo (Target Architecture Definition): Document
5250 "frame_red_zone_size".
5251
25d29d70
AC
52522003-08-09 Andrew Cagney <cagney@redhat.com>
5253
5254 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
5255 with "set/show backtrace past-main" and "set/show backtrace
5256 limit".
5257
c938e9b0
L
52582003-08-08 H.J. Lu <hongjiu.lu@intel.com>
5259
5260 * Makefile.in (install-info): Support DESTDIR.
5261 (install-html): Likewise.
5262
64fabec2
AC
52632003-08-07 Andrew Cagney <cagney@redhat.com>
5264
5265 Patch from Nick Roberts.
5266 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
5267 bindings. Remove description of send-gdb-command.
5268
2fcf52f0
AC
52692003-08-07 Andrew Cagney <cagney@redhat.com>
5270
5271 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
5272 GDB 6.0.
5273
086432e2
AC
52742003-08-06 Andrew Cagney <cagney@redhat.com>
5275
5276 * gdb.texinfo (Mode Options): Mention that level three is the
5277 highest available and that level 2 is deprecated.
5278 (Annotations Overview): Mention annotation levels. Cross reference
5279 to "Limitations of the Annotation Interface" in annotate.texi.
5280 (TODO, Value Annotations, Frame Annotations): Delete section.
5281 (Displays, Breakpoint Info): Delete.
5282
e5249f67
AC
52832003-08-04 Andrew Cagney <cagney@redhat.com>
5284
5285 * agentexpr.texi: Delete @bye.
5286 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
5287 (stabs.info): Add $(srcdir) to include search path.
5288 (html): Depend on "annotate_toc.html", and not "annotate.html".
5289 * stabs.texinfo: Ditto. Include "fdl.texi".
5290 * gdbint.texinfo: Update copyright statement's list of invariant
5291 sections.
5292
e6f672d2
AC
52932003-07-28 Andrew Cagney <cagney@redhat.com>
5294
5295 * Makefile.in (INFO_DEPS): Add annotate.info.
5296 (dvi, ps, html, pdf): Add annotate.
5297 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
5298 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
5299 (ANNOTATE_DOC_FILES): New macro.
5300 (ANNOTATE_TEX_TMPS): New macro.
5301 (annotate.info, annotate_toc.html): Specify dependencies.
5302 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
5303 * annotate.texinfo: Rename annotate.texi. Get building. Add
5304 "Migrating to GDB/MI" and "Limitations of the Annotation
5305 Interface" chapters. Mention why it is not part of the user
5306 guide. Update copyright notice. Include "fdl.texi".
5307
72ffddc9
SC
53082003-07-26 Stephane Carrez <stcarrez@nerim.fr>
5309
5310 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
5311
a9f12a31
DJ
53122003-07-24 Daniel Jacobowitz <drow@mvista.com>
5313
5314 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
5315
b1fe9455
DJ
53162003-07-24 Daniel Jacobowitz <drow@mvista.com>
5317
5318 * gdb.texinfo (Server): Mention pidof.
5319
153721e6
AC
53202003-07-22 Andrew Cagney <cagney@redhat.com>
5321
5322 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
5323 list.
5324
0fac0b41
DJ
53252003-06-28 Daniel Jacobowitz <drow@mvista.com>
5326
5327 * gdb.texinfo (Logging output): New chapter.
5328
4e562065
JB
53292003-06-24 Joel Brobecker <brobecker@gnat.com>
5330
5331 * gdb.texinfo (Unsupported languages): New section.
5332 (Languages): Add link to new section.
5333
f2c06f52
AC
53342003-06-22 Andrew Cagney <cagney@redhat.com>
5335
5336 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
5337
b4177fca
DJ
53382003-06-22 Daniel Jacobowitz <drow@mvista.com>
5339
5340 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
5341
f418dd93
DJ
53422003-06-22 Daniel Jacobowitz <drow@mvista.com>
5343
5344 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
5345 * agentexpr.texi: Retitle section, and change it to an appendix.
5346 Comment out texinfo initialization. Factor a @var{} into two
5347 pieces to prevent makeinfo warnings.
5348 * gdb.texinfo: Add Agent Expressions appendix.
5349
4ca61388
DJ
53502003-06-19 Daniel Jacobowitz <drow@mvista.com>
5351
5352 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
5353
07f31aa6
DJ
53542003-06-18 Daniel Jacobowitz <drow@mvista.com>
5355
5ae4183a 5356 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
5357 remote target". Document the "detach" and "disconnect" commands.
5358 (Server, Netware, Debug Session): Reference "Connecting to a
5359 remote target".
5360 (GDB/MI Target Manipulation): Document "-target-disconnect".
5361
2dd0da42
AC
53622003-06-13 Andrew Cagney <cagney@redhat.com>
5363
5364 * gdbint.texinfo (Target Architecture Definition): Deprecate
5365 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
5366 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
5367
e7a3abfc
JB
53682003-06-09 Jim Blandy <jimb@redhat.com>
5369
5370 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
5371
25e3a86b
AC
53722003-06-08 Andrew Cagney <cagney@redhat.com>
5373
5374 * gdbint.texinfo (Target Architecture Definition): Delete
5375 documentation on FRAME_ARGS_ADDRESS_CORRECT.
5376
a9e5fdc2
AC
53772003-06-08 Andrew Cagney <cagney@redhat.com>
5378
5379 * gdbint.texinfo (Target Architecture Definition): Document
5380 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
5381
b37303ee
AF
53822003-06-07 Adam Fedor <fedor@gnu.org>
5383
5384 * gdb.texinfo: Add Objective-C documentation.
5385
39fe6e80
AC
53862003-06-01 Andrew Cagney <cagney@redhat.com>
5387
5388 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
5389 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
5390
125309b2
AC
53912003-05-21 Andrew Cagney <cagney@redhat.com>
5392
5393 * gdbint.texinfo (Target Architecture Definition): Delete
5394 references to "extract_address" and "store_address".
5395
b8b527c5
AC
53962003-05-16 Andrew Cagney <cagney@redhat.com>
5397
5398 * gdbint.texinfo (Target Architecture Definition): Replace
5399 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
5400 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
5401
50e3ee83
TR
54022003-05-14 Theodore A. Roth <troth@openavr.org>
5403
5404 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
5405
44e2be90
L
54062003-05-10 H.J. Lu <hongjiu.lu@intel.com>
5407
5408 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
5409 (gdb.dvi): Likewise.
5410 (gdb.pdf): Likewise.
5411 (links2roff): Likewise.
5412
df5215a6
JB
54132003-05-08 Jim Blandy <jimb@redhat.com>
5414
5415 * gdb.texinfo (Dump/Restore Files): Update documentation for
5416 'dump', 'append', and 'restore': note that format argument is
5417 optional; simplify presentation of the command variants; and be
5418 more precise about the formats.
5419
5e7b2f39
JB
54202003-05-07 Jim Blandy <jimb@redhat.com>
5421
5422 * gdb.texinfo (Symbols): Update documentation: 'maint list
5423 symtabs' and 'maint list psymtabs' have been renamed 'maint info
5424 symtabs' and 'maint info psymtabs'.
5425
b1e29e33
AC
54262003-05-05 Andrew Cagney <cagney@redhat.com>
5427
5428 * gdbint.texinfo (Target Architecture Definition): Make
5429 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
5430 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
5431 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
5432
00905d52
AC
54332003-05-04 Andrew Cagney <cagney@redhat.com>
5434
5435 * gdb.texinfo (Maintenance Commands): Document "maint print
5436 dummy-frames".
5437
54ff5908
AC
54382003-05-04 Andrew Cagney <cagney@redhat.com>
5439
5440 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
5441
32e7087d
JB
54422003-05-03 J. Brobecker <brobecker@gnat.com>
5443
5444 Thierry Schneider <tpschneider1@yahoo.com>
5445 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
5446 for new MI command.
5447
7043d8dc
AC
54482003-05-03 Andrew Cagney <cagney@redhat.com>
5449
5450 * gdbint.texinfo (Target Architecture Definition): Document
5451 push_dummy_code. Add cross references.
5452
e33d66ec
EZ
54532003-05-02 Elena Zannoni <ezannoni@redhat.com>
5454
5455 * gdb.texinfo (Character Sets): Update to reflect new behavior of
5456 set/show charsets commands.
5457
0ba6dca9
AC
54582003-04-28 Andrew Cagney <cagney@redhat.com>
5459
5460 * gdbint.texinfo (Target Architecture Definition): Replace
5461 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
5462 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
5463
d7a27068
AC
54642003-04-28 Andrew Cagney <cagney@redhat.com>
5465
5466 * gdbint.texinfo (Target Architecture Definition): Rename
5467 "tm_print_insn" to "deprecated_tm_print_insn".
5468
44ea7b70
JB
54692003-04-09 Jim Blandy <jimb@redhat.com>
5470
5471 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
5472 list psymtabs'.
5473
fb8f8949
AC
54742003-04-08 Andrew Cagney <cagney@redhat.com>
5475
5476 * gdbint.texinfo (Target Architecture Definition): Delete
5477 references to EXTRA_FRAME_INFO.
5478
32fb0f22
AC
54792003-04-08 Andrew Cagney <cagney@redhat.com>
5480
5481 * gdbint.texinfo (Target Architecture Definition): Delete
5482 PRINT_TYPELESS_INTEGER.
5483
6be67e67
JB
54842003-04-02 J. Brobecker <brobecker@gnat.com>
5485
5486 * observer.texi (GDB Observers): Adjust the documentation for the
5487 normal_stop notification to better describe reality. Fix a couple
5488 of minor typos.
5489
4e35d5f0
BR
54902003-04-02 Bob Rossi <bob_rossi@cox.net>
5491
a9331b3f 5492 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
5493 '-file-list-exec-source-file'
5494
e8a8712a
AC
54952003-03-31 Andrew Cagney <cagney@redhat.com>
5496
5497 * gdbint.texinfo (Target Architecture Definition): Delete
5498 references to CALL_DUMMY_P.
5499
6c0e89ed
AC
55002003-03-30 Andrew Cagney <cagney@redhat.com>
5501
5502 * gdbint.texinfo (Target Architecture Definition): Remove
5503 reference to TARGET_WRITE_SP.
a9331b3f 5504
378bfd1b
AC
55052003-03-27 Andrew Cagney <cagney@redhat.com>
5506
5507 * gdbint.texinfo (Target Architecture Definition): Remove
5508 references to write_sp.
6c0e89ed 5509
922fbb7b
AC
55102003-03-27 Andrew Cagney <cagney@redhat.com>
5511
5512 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
5513 chapter body. Use @smallexample instead of @example.
5514 (Annotations): Ditto.
5515 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
5516 annotate.texi.
5517
b81774d8
AC
55182003-03-26 Andrew Cagney <cagney@redhat.com>
5519
5520 * gdbint.texinfo (Target Architecture Definition): Replace
5521 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
5522 dummy_addr parameters.
5523
1bf6d5cc
AC
55242003-03-25 Andrew Cagney <cagney@redhat.com>
5525
5526 * gdbint.texinfo (Target Architecture Definition): Delete
5527 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
5528 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5529 Add reference to PUSH_ARGUMENTS.
5530
618ce49f
AC
55312003-03-23 Andrew Cagney <cagney@redhat.com>
5532
5533 * gdbint.texinfo (Algorithms, Target Architecture Definition):
5534 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
5535
bcd7e15f
JB
55362003-03-18 J. Brobecker <brobecker@gnat.com>
5537
5538 * gdbint.texinfo (Algorithms): Add new section describing the
5539 Observer paradigm.
5540 (Top): Add menu entry to new observer appendix.
5541 * observer.texi: New file.
5542 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
5543 new observer.texi file.
5544
9fe8321b
AC
55452003-03-17 Andrew Cagney <cagney@redhat.com>
5546
5547 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
5548 that GNU Press update the manual version number.
5549
ac2adee5
AC
55502003-03-12 Andrew Cagney <cagney@redhat.com>
5551
5552 * gdbint.texinfo (Target Architecture Definition): Delete
5553 references to get_saved_register. Rename GET_SAVED_REGISTER to
5554 DEPRECATED_GET_SAVED_REGISTER.
5555
749b82f6
AC
55562003-03-13 Andrew Cagney <cagney@redhat.com>
5557
5558 * gdbint.texinfo (Target Architecture Definition): Replace
5559 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
5560
8bedc050
AC
55612003-03-12 Andrew Cagney <cagney@redhat.com>
5562
5563 * gdbint.texinfo (Target Architecture Definition): Rename
5564 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 5565
0ce1b118
CV
55662003-03-10 Corinna Vinschen <vinschen@redhat.com>
5567
5568 * gdb.texinfo: Add File-I/O documentation.
5569
12cc2063
AC
55702003-03-10 Andrew Cagney <cagney@redhat.com>
5571
5572 * gdbint.texinfo (Target Architecture Definition): Cross reference
5573 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
5574
7453dc06
AC
55752003-03-07 Andrew Cagney <cagney@redhat.com>
5576
5577 * gdb.texinfo (Debugging Output): Mention the "set/show debug
5578 frame" command.
5579
6314f104
AC
55802003-03-05 Andrew Cagney <cagney@redhat.com>
5581
5582 * gdbint.texinfo (Target Architecture Definition): Document
5583 unwind_dummy_id. Cross reference unwind_dummy_id and
5584 SAVE_DUMMY_FRAME_TOS.
5585
f1212245
DJ
55862003-03-05 James Ingham <jingham@apple.com>
5587 Daniel Jacobowitz <drow@mvista.com>
5588
5589 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
5590 and "show cp-abi".
5591
77e7e267
AC
55922003-03-03 Andrew Cagney <cagney@redhat.com>
5593
5594 * gdbint.texinfo (Target Architecture Definition): Document
5595 register_type.
5596
838a8221
AC
55972003-03-03 Andrew Cagney <cagney@redhat.com>
5598
5599 * stabs.texinfo (Structures): Use @samp and separate @var's
5600 instead of a single @var containing a comma separated list.
5601 (Unions): Ditto.
5602
d7f4a264
DJ
56032003-03-02 Daniel Jacobowitz <drow@mvista.com>
5604
5605 * Makefile.in (distclean): Remove config.log.
5606
f30ee0bc
AC
56072003-03-01 Andrew Cagney <cagney@redhat.com>
5608
5609 * gdbint.texinfo (Target Architecture Definition): Rename
5610 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
5611
56122003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
5613
5614 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
5615 DEPRECATED_INIT_EXTRA_FRAME_INFO.
5616
be448670
CF
56172003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
5618
5619 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
5620 (Non-debug DLL symbols): New node, describing the minimal symbols
5621 loaded from DLLs without real debugging symbols.
5622
501eef12
AC
56232003-02-20 Andrew Cagney <ac131313@redhat.com>
5624
5625 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
5626 hardware-breakpoint-limit".
5627 (Set Watchpoints): Add cross reference to "set remote
5628 hardware-watchpoint-limit".
5629 (Remote configuration options): New section.
5630
21c294e6
AC
56312003-02-04 Andrew Cagney <ac131313@redhat.com>
5632
e9be73e4
AC
5633 * gdbint.texinfo (Target Architecture Definition): Delete
5634 descrption of IS_TRAPPED_INTERNALVAR.
5635
21c294e6
AC
5636 From Keith Seitz <keiths@redhat.com>:
5637 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
5638 option "-i"/"--interpreter" to this chapter. Include index
5639 entries.
5640
0179ffac
DC
56412003-02-04 David Carlton <carlton@math.stanford.edu>
5642
5643 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
5644 (Variables): Recommend stabs+ and DWARF 2.
5645 (C plus plus expressions): Correct info about
5646 compiler versions, debug formats.
5647 (Contributors): Change 'DWARF2' to 'DWARF 2'.
5648 PR symtab/874.
5649
7ca9f392
AC
56502003-02-01 Andrew Cagney <ac131313@redhat.com>
5651
5652 * gdbint.texinfo (Target Architecture Definition): Delete
5653 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
5654 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
5655 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
5656 references to nindy and i960.
5657 * gdb.texinfo (i960): Delete all references to i960 and nindy.
5658
31a85ea2
AC
56592003-02-01 Andrew Cagney <ac131313@redhat.com>
5660
5661 * gdbint.texinfo (Target Architecture Definition): Delete
5662 FLOAT_INFO.
5663
6b894e49
AC
56642003-01-30 Andrew Cagney <ac131313@redhat.com>
5665
5666 * stabs.texinfo (Member Type Descriptor): Clarify description of
5667 `@'. Suggested by Ben Hutchings.
5668
c48861fb
AC
56692003-01-29 Andrew Cagney <ac131313@redhat.com>
5670
5671 * gdb.texinfo (M68K): Delete reference to es1800.
5672
617073a9
AC
56732003-01-29 Andrew Cagney <ac131313@redhat.com>
5674
5675 * gdb.texinfo (Maintenance Commands): Document `maint print
5676 reggroups' and `maint print register-groups'.
5677 * gdbint.texinfo (Target Architecture Definition): Document
5678 register_reggroup_p.
5679
5b5d99cf
JB
56802003-01-23 Jim Blandy <jimb@redhat.com>
5681
5682 * gdb.texinfo (Separate Debug Files): New section.
5683
e7ba9c65
DJ
56842003-01-22 Daniel Jacobowitz <drow@mvista.com>
5685
5686 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
5687 and "maint show profile".
5688
94e91d6d
MC
56892003-01-16 Michael Chastain <mec@shout.net>
5690
5691 * gdb.texinfo (Installing GDB): Warn against
5692 ".../gdb-VERSION/gdb/configure".
5693 (Separate Objdir): Likewise.
5694
867f3898
AC
56952003-01-15 Andrew Cagney <ac131313@redhat.com>
5696
5697 * gdbint.texinfo (Target Architecture Definition): Delete
5698 definition of PRINT_REGISTER_HOOK.
5699
f153cc92
EZ
57002003-01-15 Elena Zannoni <ezannoni@redhat.com>
5701
5702 (OpenRISC 1000): Fix formatting of command names.
5703
c60eb6f1
EZ
57042003-01-15 Elena Zannoni <ezannoni@redhat.com>
5705
5706 * gdb.texinfo (Continuing and Stepping): Add new command
5707 'advance'. Clarify behavior of 'until'.
5708
f5ebfba0
DJ
57092003-01-13 Daniel Jacobowitz <drow@mvista.com>
5710
5711 * gdb.texinfo (Files): Document solib-absolute-prefix and
5712 solib-search-path.
5713
4ce8657e
MC
57142003-01-09 Michael Chastain <mec@shout.net>
5715
5716 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
5717 (Create a Release): Add new instructions for new @file{src-release}.
5718 Document existing instructions for @file{Makefile.in} as
5719 being for @value{GDBN} 5.3.1 or earlier.
5720
372613e3
AC
57212003-01-09 Andrew Cagney <ac131313@redhat.com>
5722
5723 * gdbint.texinfo (Target Architecture Definition): Mention
5724 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
5725 allocate memory.
5726
b4e9345d
DJ
57272003-01-04 Daniel Jacobowitz <drow@mvista.com>
5728
5729 * gdb.texinfo (Controlling GDB): Add @kindex for
5730 "show osabi".
5731 (Backtraces): Add @kindex's for backtrace-below-main.
5732
98b45e30
DJ
57332003-01-04 Daniel Jacobowitz <drow@mvista.com>
5734
5735 * gdb.texinfo (Controlling GDB): Document "set osabi".
5736
95f90d25
DJ
57372003-01-04 Daniel Jacobowitz <drow@mvista.com>
5738
5739 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
5740 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
5741
1e698235
DJ
57422003-01-04 Daniel Jacobowitz <drow@mvista.com>
5743
5744 * gdb.texinfo (Controlling GDB): Add ABI section. Document
5745 "set coerce-float-to-double".
5746 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
5747
e632838e
AC
57482003-01-02 Andrew Cagney <ac131313@redhat.com>
5749
5750 * stabs.texinfo: Remove obsolete text.
5751 * gdbint.texinfo: Ditto.
5752 * gdb.texinfo: Ditto.
5753
c133ab7a
MK
57542002-12-22 Mark Kettenis <kettenis@gnu.org>
5755
5756 * gdbint.texinfo (Target Architecture Definition): Update
5757 description of gdbarch_register_osabi.
5758
f821f325
KH
57592002-12-20 Kazu Hirata <kazu@cs.umass.edu>
5760
5761 * agentexpr.texi: Fix typos.
5762 * annotate.texi: Likewise.
5763 * fdl.texi: Likewise.
5764
85a6d8d3 57652002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
5766
5767 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
5768 DEPRECATED_INIT_FRAME_PC.
5769
ae45cd16
AC
57702002-12-01 Andrew Cagney <ac131313@redhat.com>
5771
5772 * gdbint.texinfo (Target Architecture Definition): Delete
5773 PC_IN_CALL_DUMMY.
5774
07555a72
AC
57752002-11-28 Andrew Cagney <ac131313@redhat.com>
5776
5777 * gdbint.texinfo (Host Definition): Delete documentation on
5778 USE_GENERIC_DUMMY_FRAMES.
5779
c166cdc7
EZ
57802002-11-26 Elena Zannoni <ezannoni@redhat.com>
5781
5ae4183a 5782 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
5783 * Makefile.in (install-info): Run the install-info command as part
5784 of the post install steps only.
5785 (uninstall-info): New target.
5786 (uninstall): New target.
5787
35db0260
EZ
57882002-11-22 Elena Zannoni <ezannoni@redhat.com>
5789
5790 * Makefile.in (install): Make install do some real work.
5791
9ba8d803
AC
57922002-11-19 Andrew Cagney <ac131313@redhat.com>
5793
5794 Fix POSIX problem reported by Paul Eggert.
5795 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
5796 Fix PR gdb/527.
5797
903ad3a6
AC
57982002-10-26 Andrew Cagney <cagney@redhat.com>
5799
5800 * gdbint.texinfo (Target Architecture Definition): Delete
5801 definition of DO_REGISTERS_INFO.
5802
f2abfe65
KB
58032002-10-18 Kevin Buettner <kevinb@redhat.com>
5804
5805 * gdbint.texinfo (Address Classes): Fix problems with insertion
5806 of ``{'' and ``}'' in example.
5807
b5b0480a
KB
58082002-10-17 Kevin Buettner <kevinb@redhat.com>
5809
5810 * gdbint.texinfo (Address Classes): New section.
5811 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
5812 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
5813 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
5814 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
5815
c85508ee
KD
58162002-10-11 Klee Dienes <kdienes@apple.com>
5817
5818 * gdb.texinfo (Registers): Mention vector registers as well as
5819 floating registers in the documentation for 'info registers' and
5820 'info all-registers'.
5821
6d12fc3d
DJ
58222002-10-11 Daniel Jacobowitz <drow@mvista.com>
5823
5824 * gdbint.texinfo (CPLUS_MARKER): Remove item.
5825
8d19fbd2
JJ
58262002-10-03 Jeff Johnston <jjohnstn@redhat.com>
5827
5828 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
5829 interface definition.
5830
a37295f9
MM
58312002-10-03 Marko Mlinar <markom@opencores.org>
5832
5833 * gdb.texinfo (Target Commands): Add or1k target specific
5834 commands.
5835 * gdb.texinfo (Contributors): Add myself to the contributors list.
5836
da0f9dcd
AC
58372002-10-01 Andrew Cagney <ac131313@redhat.com>
5838
5839 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
5840 and "mi1" instead of "mi1" and "mi0".
5841
2e834e49
HPN
58422002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
5843
5844 * gdb.texinfo (Packets): Fix typos "alligned".
5845 Correct z3/Z3 description. Correct z4/Z4 title.
5846
050be0dc
AC
58472002-09-27 Andrew Cagney <ac131313@redhat.com>
5848
5849 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
5850
1104b9e7
KB
58512002-09-25 Kevin Buettner <kevinb@redhat.com>
5852
5853 * gdb.texinfo: Use GNU/Linux instead of Linux.
5854
512217c7
AC
58552002-09-25 Andrew Cagney <ac131313@redhat.com>
5856
5857 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
5858
10998722
AC
58592002-09-24 Andrew Cagney <ac131313@redhat.com>
5860
512217c7 5861 * gdb.texinfo: Replace @example with @smallexample.
10998722 5862
a0eb71c5
KB
58632002-09-20 Kevin Buettner <kevinb@redhat.com>
5864
f7dc1244 5865 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
5866 * gdb.texinfo (Character Sets): Use @smallexample instead of
5867 @example. Use GNU/Linux instead of Linux.
5868
58692002-09-20 Jim Blandy <jimb@redhat.com>
5870
5871 * gdb.texinfo: Add character set documentation.
5872
2f870471
AC
58732002-09-19 Andrew Cagney <ac131313@redhat.com>
5874
5875 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
5876 (Packets): Add cross reference from `b' packet to `z' packets.
5877
790eb8f5
AC
58782002-09-19 Andrew Cagney <ac131313@redhat.com>
5879
8d30a00d
AC
5880 * gdb.texinfo (Maintenance Commands): Document ``maint
5881 internal-error'' and ``maint internal-warning''.
5882
790eb8f5
AC
5883 * gdbint.texinfo (Target Architecture Definition): Revise
5884 description of STACK_ALIGN. Add description of FRAME_ALIGN.
5885
a23a7bf1
JB
58862002-09-19 Joel Brobecker <brobecker@gnat.com>
5887
5888 * gdbint.texinfo (Target Conditionals): Document the new
5889 NAME_OF_MALLOC macro.
5890
299ffc64
AC
58912002-09-05 Andrew Cagney <ac131313@redhat.com>
5892
5893 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
5894 engineer.
5895
b7bb15bc
SC
58962002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5897
5898 * gdb.texinfo (TUI Overview): Document status line fields.
5899
3d757584
SC
59002002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5901
5902 * gdb.texinfo (TUI Commands): Document info win command.
5903
269c21fe
SC
59042002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5905
5906 * gdb.texinfo (TUI Overview): Document breakpoint markers.
5907
7cf36c78
SC
59082002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5909
5910 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
5911 (TUI Keys): Likewise.
5912
d2c6833e
AC
59132002-08-25 Andrew Cagney <ac131313@redhat.com>
5914
5915 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
5916 for a packet receive.
5917
46d8b1c3
AC
59182002-08-25 Andrew Cagney <ac131313@redhat.com>
5919
5920 * Makefile.in (clean): Move to end of file.
5921 (distclean, maintainer-clean, realclean): Ditto.
5922 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
5923 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
5924 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
5925 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
5926
b0787093
AC
59272002-08-24 Andrew Cagney <ac131313@redhat.com>
5928
5929 * Makefile.in (GDBINT_TEX_TMPS): Define.
5930 (gdbint.dvi, gdbint.pdf): Use
5931 (GDB_TEX_TMPS): Define.
5932 (gdb.dvi, gdb.pdf): Use.
5933 (STABS_TEX_TMPS): Define.
5934 (stabs.dvi, stabs.pdf): Use.
5935 (GDB_DOC_SOURCE_INCLUDES): New macros.
5936 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
5937 (GDBINT_DOC_FILES_INCLUDES): New macros.
5938 (GDBINT_DOC_BUILD_INCLUDES): New macros.
5939 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
5940 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
5941 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
5942 (links2roff): Replace SFILES_INCLUDED with
5943 GDB_DOC_SOURCE_INCLUDES.
5944 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
5945 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
5946 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
5947 dependencies.
5948 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
5949 dependencies.
5950 (gdbmi.texinfo): Delete rule.
5951 (inc-hist.texinfo): Delete rule.
5952 (rluser.texinfo): Delete rule.
5953
ebba8386
AC
59542002-08-23 Andrew Cagney <cagney@redhat.com>
5955
5956 * gdbint.texinfo (Target Architecture Definition): Update
5957 STORE_RETURN_VALUE, mention regcache.
5958
0ab7a791
AC
59592002-08-21 Andrew Cagney <ac131313@redhat.com>
5960
5961 * gdbint.texinfo (Target Architecture Definition): Document
5962 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
5963
ee2d5c50
AC
59642002-08-19 Andrew Cagney <ac131313@redhat.com>
5965
5966 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
5967 Fix minor typos. Add index entries.
5968
53c69bd7
AC
59692002-08-18 Andrew Cagney <ac131313@redhat.com>
5970
5971 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
5972
e76f1f2e
AC
59732002-08-15 Andrew Cagney <ac131313@redhat.com>
5974
5975 * gdbint.texinfo (Target Architecture Definition): Document
5976 PRINT_VECTOR_INFO.
5977 * gdb.texinfo (Vector Unit): Document "info vectors" command.
5978
0680b120
AC
59792002-08-13 Andrew Cagney <ac131313@redhat.com>
5980
5981 * gdb.texinfo (Maintenance Commands): Document "maint print
5982 registers", "maint print raw-registers" and "maint print
5983 cooked-registers".
5984
3c3bea1c
GS
59852002-08-08 Grace Sainsbury <graces@redhat.com>
5986
a9331b3f 5987 From Mark Salter:
3c3bea1c
GS
5988 * gdb.texinfo (Protocol): Document T packet extension to
5989 allow watchpoint address reporting.
5990
42f9b0a5
AC
59912002-08-03 Andrew Cagney <ac131313@redhat.com>
5992
5993 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
5994
db034ac5
AC
59952002-08-01 Andrew Cagney <cagney@redhat.com>
5996
5997 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
5998 to CHILL.
5999
e2b28d04
AC
60002002-08-01 Andrew Cagney <ac131313@redhat.com>
6001
6002 * gdbint.texinfo (Coding): Revise section "Include Files".
6003
7fb623f7
AC
60042002-07-24 Andrew Cagney <cagney@redhat.com>
6005
6006 * gdbint.texinfo: Obsolete references to m88k.
6007 * gdb.texinfo: Ditto.
6008
4a2b4636
JB
60092002-07-10 Joel Brobecker <brobecker@gnat.com>
6010
7fb623f7 6011 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
6012 where the proper version of autoconf can be retrieved.
6013
a71ec265
DH
60142002-07-09 Don Howard <dhoward@redhat.com>
6015
6016 * gdb.texinfo (Command Files): Further describe the behavior of
6017 sourced command files.
6018
b9aa90c9
AC
60192002-06-27 Andrew Cagney <ac131313@redhat.com>
6020
6021 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
6022 (Coding): Clarify ISO C version that GDB assumes.
6023
40dd2248
TT
60242002-06-26 Tom Tromey <tromey@redhat.com>
6025
6026 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
6027 add_setshow_cmd_full.
6028
bfac230e
DH
60292002-06-25 Don Howard <dhoward@redhat.com>
6030
6031 * gdb.texinfo (Memory Region Attributes): Document new behavior
6032 for 'mem' command.
6033
475b0867
JB
60342002-06-11 Jim Blandy <jimb@redhat.com>
6035
919d772c
JB
6036 * gdb.texinfo (Symbols): Update documentation for `info source'
6037 command.
6038
475b0867
JB
6039 * gdb.texinfo (Macros): Call the command `info macro', not
6040 `show macro'.
6041
ba8c9337
AC
60422002-06-09 Andrew Cagney <ac131313@redhat.com>
6043
6044 * gdbint.texinfo (Coding): Add section ``Per-architecture module
6045 data''.
6046
1029b7fa
MK
60472002-06-09 Mark Kettenis <kettenis@gnu.org>
6048
6049 * gdbint.texinfo (Target Architecture Definition): Document
6050 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6051
16737d73
AC
60522002-06-08 Andrew Cagney <ac131313@redhat.com>
6053
6054 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
6055 lists.
6056
30107679
AC
60572002-06-08 Andrew Cagney <ac131313@redhat.com>
6058
6059 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
6060 Branch''.
6061
3352e23e
AC
60622002-06-01 Andrew Cagney <ac131313@redhat.com>
6063
6064 * gdbint.texinfo (Target Architecture Definition): Add section
6065 ``Converting an existing Target Architecture to Multi-arch''.
6066
cbb09e6a
AC
60672002-05-30 Andrew Cagney <ac131313@redhat.com>
6068
6069 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
6070 to ``Obsoleting code''. Revise.
6071
e2e0bcd1
JB
60722002-05-17 Jim Blandy <jimb@redhat.com>
6073
6074 * gdb.texinfo (C Preprocessor Macros): New chapter.
6075 Include it in the main menu.
6076 (Contributors): Credit Jim Blandy with macro support.
6077 (Compilation): Explain how to get macro information into the
6078 executable.
6079 (Expressions): Note that preprocessor macros are expanded.
6080
9db8d71f
DJ
60812002-05-14 Daniel Jacobowitz <drow@mvista.com>
6082
6083 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
6084 options for `target remote'.
6085
6d531722
AC
60862002-05-13 Andrew Cagney <ac131313@redhat.com>
6087
6088 * gdbint.texinfo (Target Architecture Definition): Delete
6089 documentation on NNPC_REGNUM.
6090
13d01224
AC
60912002-05-11 Andrew Cagney <ac131313@redhat.com>
6092
6093 * gdbint.texinfo (Target Architecture Definition): Document
6094 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
6095 (Target Architecture Definition): Revise section `Using Different
6096 Register and Memory Data Representations'. Add section `Raw and
6097 Virtual Register Representations'.
6098
b2e75d78
AC
60992002-05-11 Andrew Cagney <ac131313@redhat.com>
6100
6101 * gdbint.texinfo (Target Architecture Definition): Mention
6102 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
6103 (Target Architecture Definition): Mention same. Add references to
6104 web pages.
6105
2c8682ee
MS
61062002-05-08 Michael Snyder <msnyder@redhat.com>
6107
6108 * stabs.texinfo (Attributes): Document new "vector" attribute.
6109
0816590b
AC
61102002-05-04 Andrew Cagney <ac131313@redhat.com>
6111
6112 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
6113
2653173e
AC
61142002-05-04 Andrew Cagney <ac131313@redhat.com>
6115
6116 * gdb.texinfo: Delete obsolete references to a29k.
6117
d7bd68ca
AC
61182002-04-24 Andrew Cagney <ac131313@redhat.com>
6119
6120 * gdbint.texinfo (Target Architecture Definition): Replace
6121 IN_SIGTRAMP with PC_IN_SIGTRAMP.
6122
21d83aa5
DM
61232002-04-24 David S. Miller <davem@redhat.com>
6124
6125 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
6126
7673a6cc
DM
61272002-04-21 David S. Miller <davem@redhat.com>
6128
6129 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
6130
d49d1e0a
AC
61312002-04-21 Andrew Cagney <ac131313@redhat.com>
6132
6133 * gdbint.texinfo (Target Architecture Definition): Delete
6134 definition of HAVE_REGISTER_WINDOWS.
6135
f7dc1244 61362002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
6137
6138 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
6139 "Theodore A. Roth" <troth@verinet.com>.
6140
5ca0cb28
DH
61412002-04-15 Don Howard <dhoward@redhat.com>
6142
f7dc1244 6143 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 6144 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 6145 Provide a better explaination of this feature.
5ca0cb28 6146
f208ba17
AC
61472002-04-14 Andrew Cagney <ac131313@redhat.com>
6148
6149 * gdbint.texinfo (Target Architecture Definition): Remove
6150 FRAME_CHAIN_COMBINE.
6151
d5ba91de
MC
61522002-04-12 Michael Chastain <mec@shout.net>
6153
6154 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
6155 REG_STACK_SEGMENT.
6156
26818220
MC
61572002-04-09 Michael Chastain <mec@shout.net>
6158
6159 * gdbint.texinfo (Obsolete Conditionals): Remove references to
6160 PYRAMID_* macros.
6161
129188f6
AC
61622002-04-07 Andrew Cagney <ac131313@redhat.com>
6163
6164 * gdb.texinfo (Bug Reporting): Document that the web is the
6165 prefered way of submitting bug reports.
6166 (Bug Reporting): Delete the s-mail address as the last resort.
6167
8227c0ff
AC
61682002-04-05 Andrew Cagney <ac131313@redhat.com>
6169
6170 * gdbint.texinfo (Target Architecture Definition): Delete
6171 references to TARGET_WRITE_FP and write_fp.
6172
16d9dec6
MS
61732002-03-27 Michael Snyder <msnyder@redhat.com>
6174
6175 * gdb.texinfo: Document new commands dump, append, and restore.
6176
9ae8b82c
AC
61772002-03-27 Andrew Cagney <ac131313@redhat.com>
6178
6179 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
6180 Branch'.
6181
474c8240
AC
61822002-03-18 Andrew Cagney <ac131313@redhat.com>
6183
6184 * gdb.texinfo: Change all examples to @smallexample.
6185 * gdbint.texinfo: Ditto.
a9331b3f 6186
fb0ff88f
AC
61872002-03-18 Andrew Cagney <ac131313@redhat.com>
6188
6189 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
6190 Branches''.
6191
9bb0a4d8
AC
61922002-03-18 Andrew Cagney <ac131313@redhat.com>
6193
6194 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
6195 Policy''.
6196
937f164b
FF
61972002-03-04 Fred Fish <fnf@redhat.com>
6198
6199 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
6200 expresson, suports, dependant, trhe, perhaphs, situtations,
6201 explictily, taged, oportunity, unfortunatly).
6202
a7b40f07
AC
62032002-02-24 Andrew Cagney <ac131313@redhat.com>
6204
6205 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
6206 Remove reference to 3.12.
6207
aab4e0ec
AC
62082002-02-23 Andrew Cagney <ac131313@redhat.com>
6209
6210 * gdbint.texinfo: Include fdl.texi.
6211 (Top): Add GNU Free Documentation License.
6212 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
6213 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
6214 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
6215 (gdbint.info): Add srcdir to include path.
6216 * gdb.texinfo: Include gpl.texi.
6217 (Top): Add Copying.
6218 * gpl.texi: New file.
6219
47b95330
AC
62202002-02-23 Andrew Cagney <ac131313@redhat.com>
6221
6222 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
6223
78c47bea
PM
62242002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
6225
6226 * gdb.texinfo: Document Cygwin native specific commands.
6227
56460a61
DJ
62282002-02-15 Daniel Jacobowitz <drow@mvista.com>
6229
6230 * gdb.texinfo: Document gdbserver ``--attach'' command.
6231
def71bfa
MS
62322002-02-07 Michael Snyder <msnyder@redhat.com>
6233
6234 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
6235 to @code(_ovly_debug_event).
6236
c928edc0
AC
62372002-02-07 Andrew Cagney <ac131313@redhat.com>
6238
6239 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
6240
81d46470
MS
62412002-02-06 Michael Snyder <msnyder@redhat.com>
6242
6243 * gdb.texinfo (overlays): Mention new magic symbol
6244 '_ovly_debug_event', which allows GDB to keep better track
6245 of overlays.
6246
f7dc1244 62472002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
6248
6249 * gdb.texinfo (Memory Region Attributes): Fix the wording.
6250 Suggested by Dmitry Sivachenko.
6251
6252 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
6253
15110bc3
MS
62542002-02-01 Michael Snyder <msnyder@redhat.com>
6255
6256 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
6257
6763aef9
MS
62582002-01-30 Michael Snyder <msnyder@redhat.com>
6259
ac282366
MS
6260 * gdb.texinfo: (remote protocol): Gramatical fix-up.
6261 (set trust-readonly-sections): Document.
6763aef9 6262
8642bc8f
AC
62632002-01-29 Andrew Cagney <ac131313@redhat.com>
6264
6265 * gdbint.texinfo (Releasing GDB): Revise and update.
6266
afe64c1a
AC
62672002-01-28 Andrew Cagney <ac131313@redhat.com>
6268
6269 * gdbint.texinfo (Target Architecture Definition): Delete
6270 description of TARGET_BYTE_ORDER_DEFAULT.
6271
f7dc1244 62722002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
6273
6274 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
6275 <mitya@cavia.pp.ru>.
6276
3d6e1b5a
AC
62772002-01-23 Andrew Cagney <ac131313@redhat.com>
6278
6279 * libgdb.texinfo: Delete file.
6280
6c0e9fb3
AC
62812002-01-22 Andrew Cagney <ac131313@redhat.com>
6282
6283 * gdb.texinfo: Remove makeinfo 3.12 hacks.
6284 * gdbint.texinfo: Ditto.
6285
e0ce93ac
AC
6286Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
6287
6288 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
6289
be298bcc
AC
62902002-01-22 Andrew Cagney <ac131313@redhat.com>
6291
6292 * Makefile.in: Update copyright.
6293 (TEXI2DVI): Define.
6294 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
6295 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
6296 gdb-cfg.texi.
6297 (TEXINDEX, PDFTEX): Delete makefile variables.
6298
8e04817f
AC
62992002-01-22 Andrew Cagney <ac131313@redhat.com>
6300
6301 * gdb.texinfo (Protocol): Move section to appendix.
6302
6b2f586d
AC
63032002-01-21 Andrew Cagney <ac131313@redhat.com>
6304
6305 * gdb.texinfo (Remote Debugging): Create a menu.
6306 (Top): Add ``Remote Debugging'' to menu.
6307
6f05cf9f
AC
63082002-01-21 Andrew Cagney <ac131313@redhat.com>
6309
6310 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
6311 serial protocol'' from here.
6312 (Remote Debugging): To here. New chapter.
6313
3fd3d7d2
AC
63142002-01-20 Andrew Cagney <ac131313@redhat.com>
6315
6316 * gdbint.texinfo (Target Architecture Definition): Delete
6317 description of TARGET_BYTE_ORDER_SELECTABLE_P.
6318
7fd60527
AC
63192002-01-20 Andrew Cagney <ac131313@redhat.com>
6320
6321 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
6322 are no longer needed.
6323 (Porting GDB): Add maintainer note about configure.host.
6324
c2f05ac9
AC
63252002-01-20 Andrew Cagney <ac131313@redhat.com>
6326
6327 * gdbint.texinfo (Target Architecture Definition): Remove
6328 definition of IEEE_FLOAT.
6329
f7dc1244 63302002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
6331
6332 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
6333 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
6334 <3diff@gnu.org>
231b2aad 6335
82600034
AC
63362002-01-19 Andrew Cagney <ac131313@redhat.com>
6337
6338 * gdbint.texinfo (Host Definition): Remove references to
6339 MALLOC_INCOMPATIBLE.
6340
7708fa01
AC
63412002-01-17 Andrew Cagney <ac131313@redhat.com>
6342
6343 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
6344 and xyz-xdep.o.
6345
eb12ee30
AC
63462002-01-17 Andrew Cagney <ac131313@redhat.com>
6347
889bf7c5 6348 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
6349 (Set Breaks): Copy ``maint info breakpoint'' doco to
6350 ``Maintenance Commands'' appendix. Add reference.
6351
c9ccaa92
AC
63522002-01-17 Andrew Cagney <ac131313@redhat.com>
6353
6354 * fdl.texi: Remove next/prev from @node.
6355
f7dc1244 63562002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
6357
6358 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
6359 for monstrous @multitable (from Brian Youmans).
6360
6361 * fdl.texi: New file.
6362
6363 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
6364
8973da3a
AC
63652002-01-15 Andrew Cagney <ac131313@redhat.com>
6366
6367 * gdbint.texinfo (Releasing GDB): New chapter.
6368
7d86b5d5
AC
63692002-01-14 Andrew Cagney <ac131313@redhat.com>
6370
6371 * gdb.texinfo (Embedded Processors, Calling program functions):
6372 Obsolete references to a29k.
6373
cc1cb004
AC
63742002-01-13 Andrew Cagney <ac131313@redhat.com>
6375
6376 * gdbint.texinfo (Coding): Review Cleanups section. Examples
6377 examples. Document that a code-block should do or discard its
6378 cleanups before exit.
6379
79f12247
MS
63802002-01-11 Michael Snyder <msnyder@redhat.com>
6381
6382 * gdb.texinfo (Choosing files): Change @samp to @file.
6383
19837790
MS
63842002-01-05 Michael Snyder <msnyder@redhat.com>
6385
6386 * gdb.texinfo (--pid): Document new command line option (attach).
6387
f7dc1244 63882002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
6389
6390 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
6391 in the stub.
6392
d7449b42
AC
63932002-01-04 Andrew Cagney <ac131313@redhat.com>
6394
6395 * gdbint.texinfo (Target Architecture Definition): Replace
6396 BIG_ENDIAN with BFD_ENDIAN_BIG.
6397
f23631e4
AC
63982002-01-03 Andrew Cagney <ac131313@redhat.com>
6399
6400 * gdbint.texinfo (Target Architecture Definition): Replace
6401 value_ptr with struct value pointer.
6402
72c9928d
EZ
64032002-01-02 Eli Zaretskii <eliz@gnu.org>
6404
6405 * gdb.texinfo (Free Software): Fix wording.
6406
959acfd1
EZ
64072001-12-31 Eli Zaretskii <eliz@gnu.org>
6408
6409 * gdb.texinfo (Free Software): New section ``Free Software Needs
6410 Free Documentation''.
6411
f7dc1244 64122001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
6413
6414 * stabs.texinfo:
6415 * gdb.texinfo:
6416 * gdbint.texinfo:
6417 * libgdb.texinfo:
6418 * annotate.texi: Fix the application of GFDL in the Copyright notice.
6419
6600abed
MS
64202001-12-29 Michael Snyder <msnyder@redhat.com>
6421
6422 * gdb.texinfo (maint info sections): Fix typo.
6423
f6680716
MS
64242001-12-26 Michael Snyder <msnyder@redhat.com>
6425
fe95c787
MS
6426 * gdb.texinfo (maint info sections): Document.
6427
a9331b3f 6428 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
6429 'info proc' sub-options that are currently not implemented.
6430
c3d3ce5b
JB
64312001-12-20 Jim Blandy <jimb@redhat.com>
6432
6433 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
6434
778eb05e
AC
64352001-12-15 Andrew Cagney <ac131313@redhat.com>
6436
6437 * gdbint.texinfo (Target Architecture Definition): Replace
6438 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
6439
2607059c
AC
64402001-12-01 Andrew Cagney <ac131313@redhat.com>
6441
6442 * gdbint.texinfo (Host Definition): Delete documentation on
6443 HOST_BYTE_ORDER.
6444
df0cd8c5
JB
64452001-11-30 Jim Blandy <jimb@redhat.com>
6446
6447 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 6448 overlay support. Add to top-level menu.
df0cd8c5 6449
88118b3a
TT
64502001-11-26 Tom Tromey <tromey@redhat.com>
6451
6452 * gdb.texinfo (Command Syntax): Document C-o binding.
6453
96565e91
CF
64542001-07-26 Christopher Faylor <cgf@redhat.com>
6455
6456 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
6457 use since it is described in the referenced section.
6458
f7dc1244 6459 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
6460 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
6461 clearer when using DJGPP.
6462
2a3d5645
CF
64632001-11-24 Christopher Faylor <cgf@redhat.com>
6464
6465 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
6466 specifically refer to MS-DOS.
6467 (command files): Mention gdb.ini is only used on MS-DOS.
6468
aa26fa3a
TT
64692001-11-21 Tom Tromey <tromey@redhat.com>
6470
6471 * gdb.texinfo (Invoking GDB): Document --args.
6472 (Mode Options): Likewise.
6473
4f8ada06
JB
64742001-11-21 Jim Blandy <jimb@redhat.com>
6475
6476 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
6477 Delete documentation; this macro has been removed from the
6478 sources.
4f8ada06 6479
3fe0dc10
JB
64802001-11-13 Jim Blandy <jimb@redhat.com>
6481
6482 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
6483
9e5abb06
CV
64842001-11-06 Corinna Vinschen <vinschen@redhat.com>
6485
6486 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
6487
1c5dfdad
MS
64882001-11-05 Michael Snyder <msnyder@redhat.com>
6489
a9331b3f 6490 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
6491 quote regexp chars in function names such as "operator*()".
6492
990f9fe3
FF
64932001-11-01 Fred Fish <fnf@redhat.com>
6494
6495 * gdbint.texinfo (SOLIB_ADD): Document additional new
6496 "readsyms" arg.
6497
b433d00b
DH
64982001-10-30 Don Howard <dhoward@redhat.com>
6499
070b1dd3
DH
6500 * gdb.texinfo: (Command Files) Added documentation for the
6501 behavior of gdb with input redirected from a file.
b433d00b 6502
b7209cb4
FF
65032001-10-28 Fred Fish <fnf@redhat.com>
6504
6505 * gdb.texinfo (auto-solib-add): Change docs to match
6506 implementation change.
6507 (auto-solib-limit): Add docs for new variable.
6508
1aa20aa8
AC
65092001-10-15 Andrew Cagney <ac131313@redhat.com>
6510
6511 * gdbint.texinfo (Target Architecture Definition): Function
6512 value_as_pointer renamed to value_as_address.
6513
fc0c74b1
AC
65142001-10-15 Andrew Cagney <ac131313@redhat.com>
6515
6516 * gdbint.texinfo (Target Architecture Definition): Default
6517 POINTER_TO_ADDRESS functions assume unsigned addresses.
6518 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
6519 posting by Jim Blandy.
6520
f4846649
JB
65212001-10-12 Jim Blandy <jimb@redhat.com>
6522
6523 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
6524 version of texi2html (1.64) doesn't support this flag any more.
6525
f277788b
MK
65262001-09-08 Mark Kettenis <kettenis@gnu.org>
6527
a9dc4918
MK
6528 * gdbint.texinfo (Host Definition): Remove description of
6529 MEM_FNS_DECLARED.
6530
d28379df
MK
6531 * gdbint.texinfo (Host Definition): Remove description of R_OK.
6532
f277788b
MK
6533 * gdbint.texinfo (Host Definition): Remove description of
6534 HAVE_SIGSETMASK.
6535
7ccaa899
EZ
65362001-09-04 Elena Zannoni <ezannoni@redhat.com>
6537
6538 * gdbint.texinfo (Target Architecture Definition): Add
6539 explanation of TARGET_PRINT_INSN macro.
6540
17d9d558
JB
65412001-08-30 Jim Blandy <jimb@redhat.com>
6542
6543 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
6544 Explain what it means to load relocatable files.
6545
72cde065
JB
65462001-08-28 Jim Blandy <jimb@redhat.com>
6547
6548 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
6549 info `top' menu.
6550
9e678452
CF
6551Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
6552
6553 * gdbint.texinfo: Add a cautionary note about macro use.
6554
a2bea4c3 65552001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 6556
a2bea4c3
CV
6557 * gdb.texinfo: Explain omitting the hostname in the
6558 `target remote' command.
6559
1129bf27
DJ
65602001-07-30 Daniel Jacobowitz <drow@mvista.com>
6561
6562 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
6563 and END-INFO-DIR-ENTRY.
6564
732b3002
SC
65652001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6566
6567 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
6568
89437448
AC
65692001-07-25 Andrew Cagney <ac131313@redhat.com>
6570
6571 * gdbint.texinfo (libgdb): Rewrite.
6572
f7dc1244 65732001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
6574
6575 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
6576
c4555f82
SC
65772001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6578
6579 * gdb.texinfo (TUI): New chapter, document the TUI.
6580 (Mode Options): Document the -tui option.
6581
2f45a6e0
MK
65822001-07-23 Mark Kettenis <kettenis@gnu.org>
6583
6584 * gdbint.texinfo (Host Definition): Remove description of
6585 NEED_POSIX_SETPGID.
6586
f7dc1244 65872001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
6588
6589 * gdb.tex (DJGPP Native): New node, with descriptions of
6590 DJGPP-specific commands.
6591
be9c6c35
JM
65922001-07-19 John R. Moore <jmoore@redhat.com>
6593
6594 * gdbint.texinfo: Three misspellings.
6595
dfa249fb
AC
65962001-07-06 Andrew Cagney <ac131313@redhat.com>
6597
6598 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
6599 `test` expressions on bash. Problem reported by Colin Walters.
6600
c72e7388
AC
66012001-07-04 Andrew Cagney <ac131313@redhat.com>
6602
6603 * gdbint.texinfo (User Interface): Update ui-out documentation to
6604 refelect recent UI/MI updates.
6605
94bbb2c0
AC
66062001-07-04 Andrew Cagney <ac131313@redhat.com>
6607
6608 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
6609 interpreters.
6610
af6c57ea
AC
66112001-06-15 Andrew Cagney <ac131313@redhat.com>
6612
6613 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
6614 structure and not macros.
6615 (Host Definition): Document that much of this chapter is obsolete.
6616 (Target Architecture Definition): Update list of files that make
6617 up a target architecture.
6618 (Coding): Update.
6619
83aa8bc6
AC
66202001-06-28 Andrew Cagney <ac131313@redhat.com>
6621
6622 * gdbint.texinfo (Target Architecture Definition): Update
6623 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
6624 The latter has been changed to a true predicate.
6625
f7dc1244 66262001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
6627
6628 * annotate.texi: Add @noindent where needed. From Dmitry
6629 Sivachenko <dima@Chg.RU>.
6630 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
6631
656db9b0
AC
66322001-06-16 Andrew Cagney <ac131313@redhat.com>
6633
6634 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
6635
df2396a1
AC
66362001-06-14 Andrew Cagney <ac131313@redhat.com>
6637
6638 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
6639 returns ``OK''. Document that the ``R'' packet does not reply.
6640
0f1f2b0a
MS
66412001-06-13 Michael Snyder <msnyder@redhat.com>
6642
6643 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
6644
f7dc1244 66452001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
6646
6647 * gdb.texinfo (Signals): Clarify the default setting of signal
6648 handling.
6649
a5d7c491
AC
66502001-05-14 Andrew Cagney <ac131313@redhat.com>
6651
6652 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
6653 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
6654
05a54c4f
AC
66552001-05-12 Andrew Cagney <ac131313@redhat.com>
6656
6657 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
6658
f7dc1244 66592001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
6660
6661 * gdbint.texinfo (Clean Design and Portable Implementation):
6662 Renamed from "Clean Design".
6663 (Clean Design and Portable Implementation): Document portable
6664 methods of handling file names, and the associated macros.
6665
f7dc1244 66662001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
6667
6668 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
6669 command and provide a cross-reference to its description.
6670 (Symbols): Note that "info scope" is useful for trace experiments.
6671
f7dc1244 66722001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 6673
b37052ae
EZ
6674 * gdb.texinfo (Symbols): Document "info scope".
6675 (Tracepoints): New chapter.
6676 (Contributors): Update for v5.1.
6677 <All nodes>: Change "C++" to "C@t{++}".
6678
0ee54786
EZ
6679 * gdbint.texinfo (User Interface): A new section about ui_out
6680 functions, based on text written by Fernando Nasser.
6681
c534679c
EZ
6682 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
6683
f7dc1244 66842001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 6685
e9c75b65
EZ
6686 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
6687
6688 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
6689
6690 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
6691 Replace "GDB" with "@value{GDBN}". Fix markup.
6692
6693 * annotate.texi: Change Permissions to GFDL. Update Copyright.
6694
3d67e040
EZ
6695 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
6696 a cross-reference to its description.
6697 (Symbols): Document "info symbol".
6698
f7dc1244 66992001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
6700
6701 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
6702 subsection "x86 Watchpoints".
6703 (Target Architecture Definition): Document the macros
6704 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
6705 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
6706
b0ed3589
AC
67072001-03-20 Andrew Cagney <ac131313@redhat.com>
6708
6709 * gdbint.texinfo (Target Architecture Definition): Update
6710 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
6711 list.
6712
b6ba6518
KB
67132001-03-06 Kevin Buettner <kevinb@redhat.com>
6714
6715 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
6716 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
6717
f7dc1244 67182001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
6719
6720 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
6721
f7dc1244 67222001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 6723
17cc6a06
EZ
6724 * gdb.texinfo (Environment): Document that `path' does not change
6725 the value of PATH in GDB's own environment (it did in the past,
6726 but that was changed on March 15, 1994). Reported by Doug Evans
6727 <dje@transmeta.com>.
6728
56caf160
EZ
6729 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
6730 its line. Fix markup of commands and macros. Add an Index node
6731 and index entries.
6732
29e57380
C
67332001-01-23 J.T. Conklin <jtc@redback.com>
6734
6735 * gdb.texinfo (Memory region attributes): New manual section.
6736
1c6147de
ND
67372001-01-04 Nicholas Duffek <nsd@redhat.com>
6738
6739 * gdbint.texinfo (POP_FRAME): Document use by return_command.
6740
f7dc1244 67412000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
6742
6743 * refcard.tex: Version and copyright fixed. From Phil Edwards
6744 <pedwards@disaster.jaj.com>.
6745
0dcedd82
AC
6746Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
6747
6748 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 6749 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 6750
3b851bce
AC
6751Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
6752
6753 * gdbint.texinfo (Coding): Update current value of
889bf7c5 6754 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 6755
f7dc1244 67562000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
6757
6758 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
6759 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
6760
b90a5f51
CF
67612000-11-10 Christopher Faylor <cgf@cygnus.com>
6762
6763 * gdb.texinfo: Document new 'set step-mode' command.
6764
f7dc1244 67652000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
6766
6767 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
6768 changes from Dmitry Sivachenko <dima@Chg.RU>.
6769
f7dc1244 67702000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
6771
6772 * gdb.texinfo (Hooks): Document the new post-hook functionality.
6773 From Steven Johnson <sbjohnson@ozemail.com.au>.
6774
2e685b93
MK
67752000-08-10 Mark Kettenis <kettenis@gnu.org>
6776
6777 * gdbint.texinfo (Overall Structure): Spelling fix.
6778
f7dc1244 67792000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
6780
6781 * gdbint.texinfo (Target Architecture Definition): Document that
6782 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
6783 for which REGISTER_CONVERTIBLE returns a zero value.
6784
63ac3005
EZ
67852000-07-08 Christopher Faylor <cgf@cygnus.com>
6786
6787 * Makefile.in (install-info): Find files to install in either the
6788 build or source directories (adapted from Makefile.am).
6789
bd79f757
ND
67902000-07-07 Nicholas Duffek <nsd@redhat.com>
6791
6792 * stabs.texinfo: Fix spelling errors.
6793 (String Field): FILE-NUMBER starts from 0, not 1.
6794
f7dc1244 67952000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
6796
6797 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 6798 Brian Youmans.
5f208f6d 6799
f7dc1244 68002000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
6801
6802 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
6803 the source directory. Reported by Mark Harig
6804 <markh@frazier.landmark.com>.
cc542d3b 6805
f3b28801
C
68062000-06-20 J.T. Conklin <jtc@redback.com>
6807
6808 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
6809
449f3b6c
AC
6810Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
6811
6812 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 6813 Generate using pdftex.
449f3b6c 6814 (PDFTEX): Define.
889bf7c5 6815 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 6816 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 6817 @contents at the start.
449f3b6c 6818
f7dc1244 68192000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
6820
6821 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 6822 Youmans.
48e934c6 6823
9e9c5ae7
AC
6824Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
6825
6826 From Brian Youmans:
6827 * gdb.texinfo: Fix ``et al.''.
6828
c741b251
AC
6829Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
6830
6831 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 6832 loop.
c741b251 6833
4ab64e14
JG
68342000-05-19 Jimmy Guo <guo@cup.hp.com>
6835
6836 * configure: Regenerate.
6837
f7dc1244 68382000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
6839
6840 * Makefile.in (install-info): Run install-info on installed Info
6841 files.
6842
8c70017b
AC
6843Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6844
a7cb598a 6845 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 6846 Andrew Cagney.
8c70017b 6847
f7dc1244 68482000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
6849
6850 * gdb.texinfo: Proofreading changes from Brian Youmans.
6851
bf0184be
ND
68522000-05-01 Nick Duffek <nsd@cygnus.com>
6853
6854 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
6855 startup sequence, minor edits.
6856
f7dc1244 68572000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
6858
6859 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
6860 TeX.
6861
6862 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
6863 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
6864 like `n' and `s' which look weird. Convert some of the @kindex to
6865 @vindex, when they refer to variables, not commands.
6866
33e16fad
AC
6867Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6868
6869 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
6870
f7dc1244 68712000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
6872
6873 * Makefile.in (GDBMI_DIR): New variable.
6874 (SET_TEXINPUTS): Add $(GDBMI_DIR).
6875 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
6876 (gdbmi.texinfo): New target, for texi2roff.
6877 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
6878 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
6879
6880 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
6881 gdbmi.texinfo.
6882 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
6883 comment.
6884
d167840f
EZ
68852000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6886
6887 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 6888 command.
d167840f 6889
f7dc1244 68902000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
6891
6892 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
6893 prevents the build (and is generally a Bad Idea).
6894
f7dc1244 68952000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
6896
6897 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
6898 a comma inside @var.
6899 (Command Files): Index markup changes from Dmitry Sivachenko
6900 <dima@Chg.RU>.
6901
f7dc1244 69022000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
6903
6904 * Makefile.in (LN_S): Define.
6905 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
6906 invoke "ln -s" unless it is known to work.
6907
6908 * configure.in (AC_PROG_LN_S): Add.
6909
8dc7983f
JB
69102000-04-14 Jim Blandy <jimb@redhat.com>
6911
6912 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
6913 section.
6914 (Target Conditionals): Document ADDRESS_TO_POINTER,
6915 POINTER_TO_ADDRESS.
6916
1a8237e8
DB
69172000-04-11 Daniel Berlin <dan@cgsoftware.com>
6918
6919 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
6920 gdb-cfg.texi to get the value.
6921
ca526f1a
JB
69222000-04-10 Jim Blandy <jimb@redhat.com>
6923
6924 * gdbint.texinfo (Target Architecture Definition): Fix
6925 cross-references.
6926
faaafcb4
JB
69272000-04-08 Jim Blandy <jimb@redhat.com>
6928
6929 * gdbint.texinfo (Using Different Register and Memory Data
6930 Representations): New section.
6931 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
6932 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
6933 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 6934
1b27397f
AC
6935Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
6936
6937 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 6938 for acknowledgments.
1b27397f 6939
480ff1fb
AC
6940Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
6941
6942 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 6943 qThreadExtraInfo.
480ff1fb 6944
a9331b3f 69452000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 6946
a9331b3f
RM
6947 * gdb.texinfo: Clarify which remote debug protocol commands are
6948 required and which are optional.
f1251bdd 6949
dbeb8dbd
AC
6950Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
6951
6952 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
6953 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
6954 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
6955 * annotate.texi: Update.
6956
6d2ebf8b
SS
69572000-03-28 Stan Shebs <shebs@apple.com>
6958
6959 * gdb.texinfo: Update dates, bump to Eighth Edition (note
6960 expectation of additional changes before release), update
6961 ISBN, add copy of top-level menu for @ifhtml, remove explicit
6962 node links, rephrase and/or shorten lines to fix formatting
6963 problem in both regular and @smallbook formats.
6964 * annotate.texi: Shorten lines in example, use smallexample
6965 consistently everywhere.
6966 * Makefile.in: Add comment about texinfo 4.0 html generation.
6967 (SFILES_INCLUDED): Add annotate.texi.
6968
5d161b24
DB
69692000-03-27 Daniel Berlin <dan@cgsoftware.com>
6970
5ae4183a
AS
6971 * gdb.texinfo (Debugging Output): Added new section, documenting
6972 the "set/show debug" commands.
5d161b24 6973
b9deaee7
AC
6974Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
6975
6976 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 6977 entry.
b9deaee7
AC
6978
6979 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
6980 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 6981 @chapter and @node entries.
a9331b3f 6982
b9deaee7 6983 * gdb.texinfo: Link all top-level nodes.
a9331b3f 6984
9ef47d30
AC
6985Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
6986
6987 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 6988 files.
9ef47d30 6989
cfeada60
FN
69902000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
6991
6992 From David Whedon <dwhedon@gordian.com>
5ae4183a 6993 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 6994
6837a0a2
DB
69952000-03-22 Daniel Berlin <dan@cgsoftware.com>
6996
6997 * gdb.texinfo: Add documentation for the apropos command.
6998
bba2971c
MS
69992000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7000
7001 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
7002
2b628194
MS
70032000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7004
a9331b3f 7005 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
7006 two places.
7007
96a2c332
SS
70082000-03-17 Stan Shebs <shebs@apple.com>
7009
7010 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
7011 <dima@Chg.RU>, also clarification of allowed content for
7012 string constants.
7013
f7dc1244 70142000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
7015
7016 * gdb.texinfo (main menu): Add Annotations.
7017 (File Options): Add @cindex entries for each command-line option.
7018 Document --epoch, --annotate, --async, --interpreter, --write,
7019 --statistics, and --version.
7020
7021 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
7022 of GDB.
7023
9d233477
JB
70242000-02-23 Jim Blandy <jimb@redhat.com>
7025
7026 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
7027
14e0eb3b
JB
70282000-02-22 Jim Blandy <jimb@redhat.com>
7029
7030 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
7031
3555de01
JM
70322000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
7033
7034 * Makefile.in (diststuff): New target.
7035
5e35df8e
KB
70362000-02-15 Kevin Buettner <kevinb@redhat.com>
7037
7038 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 7039 architecture. [From Jim Wilson.]
5e35df8e 7040
c5394b80
JM
70412000-01-16 Tom Tromey <tromey@cygnus.com>
7042
7043 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
7044 (Delete Breaks): Mention range arguments.
7045 (Disabling): Likewise.
7046
c3f6f71d
JM
70472000-01-05 Dmitry Sivachenko <dima@Chg.RU>
7048
7049 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
7050
c4093a6a
JM
7051Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
7052
7053 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 7054 valid functions.
c4093a6a 7055
11cf8741
JM
70561999-11-05 Stan Shebs <shebs@andros.cygnus.com>
7057
7058 * gdb.texinfo: Clarify regular expressions used in rbreak.
7059
917317f4
JM
70601999-10-15 Kevin Buettner <kevinb@cygnus.com>
7061
7062 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
7063 MEMORY_REMOVE_BREAKPOINT): Document.
7064
7065Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
7066
7067 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 7068 offset re-using the DATA offset instead.
917317f4 7069
2df3850c
JM
70701999-10-11 Jim Kingdon <kingdon@redhat.com>
7071
7072 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
7073
70741999-10-05 Stan Shebs <shebs@andros.cygnus.com>
7075
7076 From Dmitry Sivachenko <demon@gpad.ac.ru>:
7077 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
7078 typos.
7079
7080 * gdb.texinfo: Various minor wording and formatting improvements,
7081 mentions of additional command-line options.
7082
2acceee2
JM
70831999-09-30 Fred Fish <fnf@cygnus.com>
7084
7085 * gdb.texinfo: Document additional forms of specifying section
7086 names and addresses for the add-symbol-file command.
7087
c2c6d25f
JM
70881999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
7089
7090 * gdbint.texinfo: Fix typo, add the word "have".
7091
70921999-09-14 Jim Blandy <jimb@cris.red-bean.com>
7093
7094 * gdbint.texinfo (Target Architecture Definition): Document the
7095 SKIP_PERMANENT_BREAKPOINT macro.
7096
d4f3574e
SS
70971999-09-07 Stan Shebs <shebs@andros.cygnus.com>
7098
7099 * gdb.texinfo: Fiks speling errers.
7100
7101 * gdb.texinfo: Fix uses of @multitable.
7102
f7dc1244 7103 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 7104 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 7105 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
7106 comments about using with optimization, add more indexing,
7107 fix info about disassembly-flavor.
7108
7109Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
7110
7111 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
7112 SKIP_SOLIB_RESOLVER): Define.
7113
7114Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
7115
7116 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 7117 ``g'' packets.
d4f3574e 7118
104c1213
JM
71191999-08-30 Stan Shebs <shebs@andros.cygnus.com>
7120
7121 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
7122 platform-specific info, inline remote.texi and move sections of it
7123 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
7124 and register stack into the new chapter.
7125 * remote.texi: Remove, now part of gdb.texinfo.
7126 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
7127
71281999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
7129
7130 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
7131 GDB_TARGET_IS_MACH386): These kludges have gone away.
7132
7133Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
7134
7135 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 7136 TDEPLIBS.
104c1213 7137
53a5351d
JM
71381999-08-20 Stan Shebs <shebs@andros.cygnus.com>
7139
7140 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
7141 surrounding text to fit HP-UX bits into general info.
7142 (HPPA-cfg.texi): Remove, no longer useful.
7143
7144 * gdb.texinfo: Remove explicit links from @node lines, remove
7145 HP-added "Detailed Node Listing" from main menu which confuses
7146 things.
7147
7148 From Dmitry Sivachenko <dima@Chg.RU>:
7149 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 7150 in description of `set environment'.
53a5351d
JM
7151
71521999-08-17 Stan Shebs <shebs@andros.cygnus.com>
7153
7154 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
7155
7be570e7
JM
71561999-08-12 Ben Elliston <bje@cygnus.com>
7157
7158 * gdbint.texinfo (Breakpoint Handling): Add missing words.
7159
f7dc1244 71601999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
7161
7162 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
7163 watch, awatch, and rwatch. Explain why the latter two cannot be
7164 set as software watchpoints. Document that watchpoints for local
7165 variables are deleted when the debuggee terminates.
7be570e7
JM
7166
7167Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
7168
7169 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
7170 packet. Allow E.. response packet. "qRcmd" packet is no longer
7171 reserved.
7be570e7
JM
7172
71731999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7174
a9331b3f
RM
7175 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
7176 * gdb.texinfo: Ditto.
7be570e7 7177
96baa820
JM
71781999-08-06 Tom Tromey <tromey@cygnus.com>
7179
7180 * gdb.texinfo (KOD): New node.
7181
7182Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
7183
7184 * remote.texi (Rcmd): Fix minor formatting typos.
7185
7186Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
7187
7188 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 7189 packets.
96baa820 7190
adf40b2e
JM
71911999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
7192
7193 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
7194 fixes.
7195
43ff13b4
JM
7196Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
7197
7198 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
7199
085dd6e6
JM
7200Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
7201
7202 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
7203 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
7204 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
7205 packets that are not supported on all hosts. Expand examples.
7206 Spell check.
085dd6e6
JM
7207
72081999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
7209
7210 * Makefile.in: Recognize html, install-html. Add targets
7211 to build HTML versions of documentation via texi2html.
7212
7213Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
7214
7215 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 7216 testsuite.
085dd6e6
JM
7217
7218Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
7219
7220 * remote.texi (Communication Protocol): Rewrite.
7221
7222Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
7223
7224 * stabs.texinfo: Fix uses of xref.
7225
9e0b60a8
JM
7226Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
7227
7228 * gdbint.texinfo: Add an anti-printf exhortation, and update the
7229 info about patch submission.
7230
cce74817
JM
7231Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
7232
7233 From Per Bothner <bothner@cygnus.com>:
7234 * gdb.texinfo: Document Chill support.
7235
7236Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
7237
7238 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
7239 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
7240 Document that the value should be greater-than or equal-to zero.
7241 (NO_STD_REGS): Document. Deprecate.
cce74817 7242
ac9a91a7
JM
7243Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7244
7245 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 7246 Document that these are not used.
ac9a91a7
JM
7247
7248Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7249
7250 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
7251
392a587b
JM
7252Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
7253
7254 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 7255 numargs was dropped.
392a587b
JM
7256
7257Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
7258
7259 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
7260
b83266a0
SS
7261Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
7262
7263 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 7264 Update.
b83266a0 7265
7a292a7a
SS
7266Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
7267
7268 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
7269 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
7270
7271Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
7272
7273 * gdbint.texinfo: Fix typos: $ -> @.
7274
7275Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
7276
7277 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
7278 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
7279 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
7280 BREAKPOINT_FROM_PC.
a9331b3f 7281
7a292a7a
SS
7282Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
7283
7284 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 7285 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
7286
7287Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7288
7289 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 7290 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
7291
72921999-04-02 Stan Shebs <shebs@andros.cygnus.com>
7293
7294 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
7295 longer exists.
7296
7297Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
7298
7299 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
7300 nearly all @ifset/@ifclear conditionals; nobody uses them, and
7301 they make the manual source incomprehensible.
7a292a7a
SS
7302 * h8-cfg.texi: Remove, hasn't been used in years.
7303
c906108c
SS
7304Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
7305
7306 * gdb.texinfo: Update the credits.
7307
7308Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
7309
7310 * gdb.texinfo: Fix mistakes noticed in printout of last
7311 draft, add Alpha to discussion of heuristic fence post.
7312
7313Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
7314
7315 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
7316 Edition, merge some HP changes into mainline, describe some
7317 previously undocumented features, describe more of the target
7318 commands available, eliminate obsolete section on renamed
7319 commands.
c906108c
SS
7320 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
7321
7322Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
7323
7324 * gdb.texinfo: Make many HPPA conditionals unconditional,
7325 including catchpoint description, since now on for all configs.
7326 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
7327 specializations.
7328
7329Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
7330
7331 * Makefile.in (GDBvn.texi): Fix match expression to work with
7332 current format of VERSION in gdb/Makefile.in.
7333 * gdb.texinfo: Fix node ref to match new readline.
7334
7335Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
7336
a9331b3f
RM
7337 * gdb.texinfo: Changes made as part of a project to merge in
7338 changes made by HP. Documentation makes extensive use of
c906108c
SS
7339 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
7340 on remote debugging. There are differences in documentation
889bf7c5 7341 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
7342 the HP manual discusses catchpoints, hardware watchpoints, and
7343 some HPUX specific limitations for shared library support.
a9331b3f 7344
c906108c
SS
7345 There are also a number of @node changes.
7346
73471999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
7348
7349 * gdbint.texinfo (Formatting): Disambiguate a sentence.
7350 (C Usage): Same.
7351
7352Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
7353
7354 The following changes were made by Edith Epstein
889bf7c5
PA
7355 <eepstein@cygnus.com> as part of a project to merge in changes
7356 made by HP.
a9331b3f 7357
c906108c
SS
7358 * HPPA-cfg.texi: new file.
7359
7360 * all-cfg.texi: set HPPA for HP PA-RISC targets.
7361
7362 * refcard.tex: change documentation about catch.
7363 removed info catch.
7364
7365Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
7366
7367 * gdbint.texinfo: Expand on GDB's coding standards,
7368 specify the use of arg names with prototypes.
7369
73701998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
7371
7372 * gdb.texinfo: Fix tipo.
7373
7374Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
7375
7376 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 7377 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
7378
7379Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
7380
7381 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
7382
73831998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
7384
7385 * agentexpr.texi: New file.
7386
7387Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
7388
7389 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
7390
73911998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
7392
7393 * remote.texi: Changed wording that implied that the GDB remote
7394 protocol caches register values instead of GDB itself.
7395
7396Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
7397
7398 * gdbint.texinfo: Add some info about symbol readers.
7399 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
7400 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
7401 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
7402 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
7403
7404Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
7405
a9331b3f 7406 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
7407
7408Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
7409
7410 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
7411
7412Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
7413
7414 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 7415 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
7416
7417Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
7418
7419 * gdbint.texinfo: Fix minor typos.
7420
7421Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
7422
7423 * gdbint.texinfo: Complete overhaul. Group descriptions more
7424 logically, add more info on generic algorithms, remove much
7425 obsolete and/or wrong material.
7426
7427Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
7428
7429 * stabs.texinfo (Method Type Descriptor): Expand and correct.
7430
7431Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
7432
7433 * refcard.tex: Copyright, address updates.
7434
7435Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
7436
7437 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
7438 for the edition instead of confusing GDB-version-like numbers.
7439
7440Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
7441
7442 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
7443
7444Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
7445
5ae4183a 7446 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
7447
7448Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
7449
7450 * gdb.texinfo: Add some credits, mention bug monitor.
7451 * remote.texi: Mention mips monitor targets.
7452 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 7453
c906108c
SS
7454Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
7455
7456 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
7457 files, finish sorting of host vs target vs native macros, describe
7458 some more of them.
c906108c
SS
7459
7460Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
7461
7462 * gdbint.texinfo (Host Conditionals): Document change from
7463 using NO_MMALLOC to it's inverse, USE_MMALLOC.
7464
7465Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
7466
7467 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 7468 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
7469
7470Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
7471
7472 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
7473 Document LSEEK_NOT_LINEAR.
7474
7475Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
7476
7477 * stabs.texinfo (Stab Section Basics): Make it clear that only
7478 some versions of the GNU linker remove the leading N_UNDF symbol.
7479
7480Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
7481
7482 * stabs.texinfo (String Field): Document type number pairs here,
7483 instead of in the Sun specific section.
7484 (Include Files): The GNU linker supports the N_BINCL
7485 optimization. Clarify the N_BINCL value, and what it is used
7486 for.
7487 (Procedures): Document N_FUN with an empty string to mark the end
7488 of a function.
7489 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
7490 (Sun Differences): Remove this node, as the information is now
7491 elsewhere in the main document.
7492 (Stab Section Basics): Mention that the GNU linker may optimize
7493 stabs and remove the leading N_UNDF symbol.
7494
7495Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
7496
7497 * gdb.texinfo, refcard.tex: Restore author credit
7498
7499Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
7500
7501 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
7502 documentation to account for START and END macros taking
7503 one arg.
7504
7505Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
7506
7507 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
7508 * gdb.texinfo (Frames): Fix typo.
7509
7510Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
7511
7512 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
7513 a target_signal as arg type, not a pid.
7514
7515Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
7516
7517 * gdb.texinfo: Document `set assembly-language'.
7518
7519Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
7520
7521 * remote.texi: Update list of stubs in the GDB distribution.
7522
7523Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
7524
7525 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
7526 Also document that some systems can use mmalloc but must define
7527 this if their C runtime allocates memory that is later freed.
c906108c 7528 (MMCHECK_FORCE): Document new macro.
a9331b3f 7529
c906108c
SS
7530Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
7531
7532 * remote.texi: Add documentation for target Sparclet.
7533
7534Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7535
a9331b3f 7536 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
7537 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
7538 * configure.in: Rewritten for autoconf.
7539 * configure: New.
7540
7541Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
7542
7543 * Makefile.in (DVIPS): New define, set to dvips.
7544 (dvi): Add stabs.dvi.
7545 (ps): New target.
7546 (all-doc): Depend on info, dvi, and ps targets.
7547 (STAGESTUFF): Add *.ps and *.dvi files.
7548 (clean-info, clean-dvi): Remove.
7549 (mostlyclean): Does not depend upon clean-info or clean-dvi,
7550 rules completely rewritten.
7551 (maintainer-clean): Remove clean-info and clean-dvi
7552 dependencies and put their actions in the rules.
7553 (gdb.ps): New target
a9331b3f 7554 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
7555 intermediate TeX files, whether they have 2 or 3 character
7556 extensions.
7557 (gdbint.ps): Add target and rules.
7558 (gdb-internals): Delete unused target.
7559 (Makefile): Depends upon config.status also.
7560
7561Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
7562
7563 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
7564 set.
7565
7566Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
7567
7568 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7569 * gdb.texinfo (Expressions): Fix erroneous array constant example.
7570
7571Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
7572
7573 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
7574
7575Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7576
7577 * gdb.texinfo (Print settings): Document
7578 `set/show print static-members' commands.
7579
7580Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
7581
7582 * gdbint.texinfo (Native): Document name change, coredep.c to
7583 core-aout.c.
7584
7585Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
7586
7587 * stabs.texinfo (Include Files): Document the values the SunOS4
7588 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
7589
7590Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
7591
7592 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
7593 Fix typo.
7594
7595Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
7596
7597 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
7598 "gdb.tar.Z".
7599
7600Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
7601
7602 * Makefile.in (maintainer-clean): New target, synonym for
7603 realclean.
7604
7605Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
7606
7607 * Update all FSF addresses except those in COPYING* files.
7608
7609Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7610
7611 From Richard Earnshaw (rearnsha@armltd.co.uk):
7612 * gdb.texinfo (convenience variables): Document $_exitcode.
7613 (quit): Document optional expression to use as exit code.
7614
7615Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
7616
7617 * gdb.texinfo, remote.texi: Brought up to date with various
7618 GDB changes.
7619
7620Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
7621
7622 * gdb.texinfo: Update dates and versions, fix comments about
7623 hardware watchpoints in future releases and about the
7624 sharedlibrary command.
7625
7626Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7627
7628 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
7629 C_FUN stab. Other cleanups.
7630
7631Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7632
7633 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
7634 for the sparc stub.
7635
7636Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7637
7638 * annotate.texi: Clarify which addresses have differing formats
7639 depending on the language and which do not.
7640
7641Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7642
7643 * remote.texi (NetWare): Changed example to use BOARD= instead of
7644 NODE= argument to reflect correspoding change to gdbserve.nlm.
7645
7646Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7647
7648 * stabs.texinfo (Negative Type Numbers): Mention the fact that
7649 GDB, as well as AIX dbx, supports the size type attribute.
7650
7651Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7652
7653 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
7654
7655Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
7656
7657 * gdb.texinfo (Define): Document $arg0... arguments to commands,
7658 and new 'if' and 'while' commands.
7659
7660Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
7661
7662 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
7663
7664Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7665
7666 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
7667 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
7668 NetWare targets. Mostly stolen from the Server node.
7669
7670Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7671
7672 * gdb.texinfo (Setting): Talk about the language of a source file
7673 versus the working language. The old documentation did not match
7674 what GDB did.
7675
7676Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7677
7678 * stabs.texinfo (Source Files): Document N_SO used to mark the end
7679 of a source file.
7680
7681Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7682
7683 * gdb.texinfo (Processes): New node.
7684
7685Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
7686
7687 * remote.texi: Update documentation of set/show mipsfpu.
7688
3fc11d3e
JM
7689Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
7690
7691 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
7692 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
7693
7694Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
7695
7696 * gdbint.texinfo: Removed mentions of some incorrectly placed and
7697 obsolete conditionals, described some others.
7698
7699Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7700
7701 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
7702 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
7703
7704Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
7705
7706 * gdbint.texinfo: Put regex conditionals in their own table.
7707
7708Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7709
7710 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
7711 described or fixed the descriptions of many others.
7712
7713Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
7714
7715 * gdb.texinfo: Add some more credits.
7716 * gdbint.texinfo: Capitalize GDB consistently, describe some
7717 macros and remove some.
7718
7719Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
7720
7721 * gdbint.texinfo: Removed mentions of many incorrectly placed and
7722 obsolete conditionals, described some others.
7723
7724Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7725
7726 * gdb.texinfo (help targets): Changed to `help target', which
7727 is the correct gdb command.
7728
7729Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7730
7731 * annotate.texi (TODO): New node, for keeping track of annotations
7732 suggested but not yet implemented.
7733
7734Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7735
7736 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
7737 another symbol, it is not the address itself.
7738
7739Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
7740
7741 * stabs.texinfo (Stab Section Basics): Add comment about alignment
7742 of stabs-in-coff sections.
7743
7744Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7745
7746 * annotate.texi: Change edition to 0.5 and date to May 1994.
7747 Add index.
7748 (Frames): New node, for frame annotation.
7749 (Displays): New node, for display annotation.
7750
7751 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
7752 when waiting for your program to stop.
7753
7754Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7755
7756 * annotate.texi (Breakpoint Info): Document annotation of header
7757 fields and record annotation.
7758
7759Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7760
7761 * annotate.texi: New file, to document annotations.
7762
7763Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7764
7765 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
7766 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
7767
7768Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7769
7770 * stabs.texinfo (Stab Section Basics): Say what is in .stab
7771 section, and say n_strx field is compilation unit relative.
7772 * stabs.texinfo: Don't use @code for a.out when it is the name of
7773 an object file format.
7774
7775Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7776
7777 * gdb.texinfo: Refer to file names, not path names, per rms
7778 convention.
7779 (Arguments): Fix typo.
7780
7781Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7782
7783 * stabs.texinfo (Global Variables): Talk about stabs in files
7784 where variables are referenced, but not defined.
7785
7786Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7787
7788 * stabs.texinfo: Move stuff on @ and # type descriptors from node
7789 Cplusplus to new nodes Member Type Descriptor and Method Type
7790 Descriptor. Re-write stuff for #.
7791
7792Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7793
7794 * gdb.texinfo (Print Settings): Don't document "set print
7795 fast-symbolic-addr off". The bug which it worked around was fixed
7796 on 25 Feb 94 in coffread.c, so I'm nuking the command.
7797
7798 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
7799 N_ENTRY node.
7800
7801 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
7802
7803Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7804
7805 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
7806 references to ieee-float.c.
7807
7808Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7809
7810 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
7811 match what the code actually does.
7812
7813Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7814
7815 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
7816
7817Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7818
7819 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
7820 i, and b.
7821
7822Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
7823
7824 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
7825 well as for ELF and SOM. Unify the descriptions of ELF and SOM
7826 as "stabs in sections" rather than just saying "ELF and SOM".
7827 Also make that stuff apply to COFF.
7828
7829Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7830
7831 * gdb.texinfo (Formatting Documentation): Change GhostScript to
7832 Ghostscript.
7833
7834Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7835
7836 * gdb.texinfo (Continuing and Stepping): When talking about "step"
7837 versus functions without line numbers, also mention stepping into
7838 them as well as "step" when you are in them. Tell the user how to
7839 deal with the situation. Add comment about "debugging information".
7840
7841Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7842
7843 * stabs.texinfo (Enumerations): Document restriction on where
7844 enumeration types can appear and still win with GDB.
7845
7846Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7847
7848 * stabs.texinfo (Negative Type Numbers): Document format for type
7849 -16.
7850
7851Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7852
7853 * gdb.texinfo (Selection, Frame Info): Update information about
7854 arbitrary frame specficiations.
7855
7856Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
7857
7858 * gdb.texinfo, remote.texi: general editing pass prior to Net release
7859
7860Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7861
7862 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
7863
7864Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
7865
7866 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
7867
7868Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7869
7870 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
7871 Differences node to Statics node.
7872 (Statics): Discuss XCOFF use of V symbol descriptor.
7873
7874 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
7875 not clean.
7876
7877Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
7878
7879 * gdb.texinfo (Print Settings): Document `set print
7880 fast-symbolic-addr' and improve the doc for some other
7881 `set print's.
7882
7883Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7884
7885 * stabs.texinfo (String Field): Talk about defining several type
7886 numbers at once.
7887 Fix lint regarding changing node ELF Transformations to
7888 ELF and SOM Transformations.
7889
7890Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
7891
7892 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
7893
7894Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7895
7896 * stabs.texinfo (Cross-References): `::' is for nested types only
7897 within <>.
7898 (Structures): Document static members.
7899
7900Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7901
7902 * stabs.texinfo: Document S type attribute.
7903
7904Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
7905
7906 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
7907
7908Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
7909
7910 * gdbint.texinfo: Fix a few typos.
7911
7912Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7913
7914 * gdb.texinfo, remote.texi: formatting improvements
7915
7916 * gdb.texinfo (New Features): mention threads.
7917 (Summary, C): fix xrefs in newly contributed text.
7918 (Threads): index entries, clarifications, example
7919 (passim): minor typos fixed, phrasing improvements
7920
7921 * remote.texi (Bootstrapping): rephrase text on ^C and add index
7922 entries; (Server): explain use of gdbserver w/real-time systems,
7923 add example of conflicting TCP port; (MIPS Remote) break up
7924 running text into table, highlighting commands, and add example.
a9331b3f 7925
c906108c
SS
7926Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7927
7928 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
7929
7930Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7931
7932 * stabs.texinfo (Nested Symbols): New node.
7933 (String Field, Symbol Descriptors, Cross-References): Refer to it.
7934
7935Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7936
7937 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
7938 to picking which Bbss.bss symbol to use, and (because there seems to
7939 be no good way of doing it) re-write some of the text to make it
7940 sound like Bbss.bss isn't such a great idea after all (as currently
7941 designed).
7942
7943 * gdb.texinfo (C): In addition to saying people have to use g++ for
7944 good results, say they have to use stabs. Specifically say cfront
7945 doesn't work well.
7946 (Summary): Merge in information on Modula-2, Pascal, and Chill from
7947 the gdb README. Add xrefs to places where the support for the various
7948 languages is described in detail.
7949
7950Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7951
7952 * stabs.texinfo: Clean up stuff about visibility and virtual
7953 characters.
7954
7955 * stabs.texinfo (N_M2C): Cite Sun doc.
7956
7957Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7958
7959 * gdb.texinfo: updates re threads.
7960 * remote.texinfo: avoid index entries starting with digits.
7961
7962Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7963
7964 * stabs.texinfo (Enumerations): Talk about large, negative and
7965 octal values. Clean up cross reference to type attributes.
7966 (String Field): Say that GDB 4.11 supports size attribute.
7967
7968Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7969
7970 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
7971 is a mandatory step. Make the stuff about that more concise.
7972
7973Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7974
7975 * stabs.texinfo (Class Names): New node.
7976
7977 * gdb.texinfo (Command Files): Explain order of init file reading.
7978
7979 * remote.texi (Bootstrapping): Talk about getting the serial driver
7980 to deal with ^C sent by gdb to stop the remote system.
7981
7982Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
7983
7984 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
7985
7986 * libgdb.texinfo (Defining Commands): made the DOC arg
7987 to gdb_define_app_command a char * instead of char **
7988 per a suggestion from kingdon.
7989
7990 * libgdb.texinfo: total rewrite from a different starting
7991 premise.
7992
7993Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7994
7995 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
7996 floats passed as doubles (to improve clarity).
7997
7998Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7999
8000 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
8001
8002 * a4rc.sed: update to work with Andreas Vogel papersize params
8003
8004 * refcard.tex: use Andreas Vogel simplifications of papersize
8005 params; remove useless version info; update copyright date.
8006
8007Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8008
8009 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
8010
8011Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8012
8013 * gdb.texinfo (Files): Say what address the load command loads it at.
8014
8015 * stabs.texinfo (Common Blocks): Minor cleanups.
8016
8017 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
8018 that Sun has backed away from the linker kludge and thus the relevant
8019 issue is changes to the SunPRO tools, not the Solaris linker.
8020
8021 * stabs.texinfo (Traditional Integer Types): Clean up description
8022 of octal bounds a little bit. Document extra leading zeroes.
8023
8024Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8025
8026 * gdb.texinfo (Signaling): Update for symbolic symbol names
8027 and add a section explaining the difference between the GDB
8028 signal command and the shell kill utility.
8029
8030Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
8031
8032 * libgdb.texinfo: added `@' to braces that were unescaped.
8033
8034Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
8035
8036 * libgdb.texinfo: new file. Spec for the gdb library.
8037
8038Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8039
8040 * stabs.texinfo (Include Files): Fix typo (start -> end).
8041
8042Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8043
8044 * gdb.texinfo, remote.texi: assorted small improvements, mostly
8045 from Melissa at FSF's editing pass.
8046
8047Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8048
8049 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
8050 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
8051 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
8052
8053Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8054
8055 * remote.texi (Bootstrapping): Discuss 386 call gates.
8056
8057Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8058
8059 * stabs.texinfo (Based Variables): New node.
8060
8061Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8062
8063 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
8064 names, sizes, and formats to suggest how not to lose.
8065
8066Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8067
8068 * stabs.texinfo (Methods): Fix typo.
8069
8070Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8071
8072 * gdb.texinfo: Fix a few typos.
8073
8074Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8075
8076 * gdb.texinfo: Clarify how well it works with Fortran.
8077
8078 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
8079 More on relocating stabs in ELF files.
8080
8081Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8082
8083 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
8084
8085Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8086
8087 * stabs.texinfo (Local Variable Parameters): Talk about nameless
8088 parameters on VAX.
8089
8090Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8091
8092 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
8093
8094Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8095
8096 * stabs.texinfo: Make info author notice match the TeX author notice.
8097
8098Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8099
8100 * stabs.texinfo: Initial-caps all words in node names and
8101 non-trivial words in section names.
8102
8103Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8104
8105 * stabs.texinfo: Many minor cleanups.
8106
8107 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
8108
8109Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
8110
8111 * stabs.texinfo: Remove full description of big example.
8112 It's not really helpful; just use pieces of it where appropriate.
8113 Add more Texinfo formatting directives (@samp, etc.).
8114 Use @deffn to define stab types.
8115 Eliminate some wordiness. Break up some nodes.
8116 Add an (alphabetized) index of symbol types.
8117 Use consistent capitalization style in node and section names.
8118
8119Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
8120
8121 * gdb.texinfo: Change typo "Two two" to "The two".
8122
8123Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8124
8125 * stabs.texinfo (XCOFF-differences): Remove references to
8126 non-existent types N_DECL and N_RPSYM.
8127
8128 * stabs.texinfo (String Field): Say that type attributes bug is
8129 fixed in GDB 4.10, since it is.
8130
8131 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
8132
8133Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
8134
8135 * stabs.texinfo: Formatting cleanups.
8136
8137Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8138
8139 * stabs.texinfo: When explaining the n_type of a stab, standardize
8140 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
8141 no tabs, use @r).
8142 (Global Variables): Clean up.
8143
8144Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8145
8146 * stabs.texinfo (Stack Variables): Re-write.
8147
8148Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8149
8150 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
8151 addresses of a source file. Also revise formatting.
8152 Change "object module" or "object file" to "source file".
8153 Various: Miscellaneous cleanups.
8154
8155Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8156
8157 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
8158
8159Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
8160
8161 * gdbint.texinfo: Removed many nonsensical machine-collected
8162 host and target conditionals, described some of the remainder.
8163
8164Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8165
8166 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
8167
8168 * gdbint.texinfo (Top): Add name to @top line, and re-write the
8169 paragraph which follows.
8170
8171 * gdbint.texinfo (Host): Use @code not @samp for Makefile
8172 variables. Looks better and avoids overful hbox.
8173
8174Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8175
8176 * stabs.texinfo (Procedures): Improve stuff on nested functions.
8177
8178Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8179
8180 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
8181 retransmit-timeout
8182
8183Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8184
8185 * gdbint.texinfo: Update statement about `some ancient Unix
8186 systems, like Ultrix 4.0' to Ultrix 4.2.
8187
8188Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
8189
8190 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
8191
8192 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
8193
8194 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
8195 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
8196
8197 * remote.texi: new name for former gdbinv-s.texi
8198
8199 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
8200
8201Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
8202
8203 * gdbinv-s.texi: Documented timeout and retransmit-timeout
8204 variables for MIPS remote debugging protocol.
8205
8206Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8207
8208 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
8209
8210Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8211
8212 * Makefile.in (refcard.dvi): Use srcdir where necessary.
8213
8214Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
8215
8216 * gdb.texinfo: repair conditional bugs in text markup
8217
8218Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8219
8220 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
8221 to select Modula-2 material.
8222
8223Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8224
8225 * stabs.texinfo: Cleanups regarding statics.
8226
8227 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
8228 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
8229
8230Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8231
8232 * stabs.texinfo: N_MAIN is sometimes used for C.
8233
8234Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8235
8236 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
8237
8238Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
8239
8240 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 8241 removed from the code by Kingdon.
c906108c
SS
8242
8243Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8244
8245 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
8246 input when evaluating breakpoint conditions; the bug has been fixed.
8247
8248 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
8249 sets the ignore count to N-1, not to N.
8250
8251Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8252
8253 * refcard.tex (\hoffset): correct longstanding error to match
8254 intended offset; avoids cutting off edge on some printers
8255
8256Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8257
8258 * stabs.texinfo (Parameters): Say that order of stabs is significant.
8259
8260Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8261
8262 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
8263
8264Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8265
8266 * Makefile.in: (REFEDITS) new var to control whether PS or CM
8267 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
8268 collect sed edits if any, apply to refcard before formatting;
8269 (refcard.ps) stop implying PS fonts if PS output requested;
8270 (lrefcard.ps) delete extra target for variant PS fonts
8271
8272 * refcard.tex: parametrize papersize dependent info, collect
8273 in easily replaced spot
8274
8275 * a4rc.sed: new file, edits to refcard for A4 paper
8276
8277Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8278
8279 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
8280
8281Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8282
8283 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
8284
8285Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8286
8287 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
8288 politely rather than rudely.
8289
8290Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8291
8292 * stabs.texinfo: Document common blocks.
8293
8294Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
8295
8296 * stabs.texinfo: Add some basic info about stabs-in-elf.
8297
8298Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8299
8300 * stabs.texinfo (Top): Minor cleanup.
8301
8302Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
8303
8304 * Makefile.in (install-info): remove parentdir support
8305
8306Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8307
8308 * gdb.texinfo (Copying): delete this node and references to it;
8309 RMS says this manual need not carry GPL. (passim): Improvements
8310 from last round at FSF, largely due to Ian Taylor review, and
8311 minor formatting improvements.
8312
8313 * gdbinv-s.texi (passim): Improvements from last round at FSF,
8314 largely due to Ian Taylor review. (Debug Session): minor edits to
8315 new text.
8316
8317Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
8318
8319 * Makefile.in (realclean): Remove info and dvi files too.
8320
8321Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
8322
8323 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
8324 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
8325 * gdb.texinfo: Change accordingly.
8326
8327 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
8328 N_{L,R}BRAC,N_SLINE are relative to.
8329
8330Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
8331
8332 * Makefile.in (GDBvn.texi): Update atomically.
8333
8334Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
8335
8336 * gdbinv-s.texi (Debug Session): Document exceptionHook.
8337
8338Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
8339
8340 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
8341 addresses together. Also motivate the set print symbol-filename
8342 command and suggest other solutions.
8343
8344Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
8345
8346 * gdb.texinfo (set print elements): Note that the number of
8347 elements is set to unlimited by "set print elements 0".
8348
8349Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
8350
8351 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
8352 NF_LDOUBLE means.
8353 (Stab Types): Include Solaris stab types.
8354 (Procedures): Document Solaris extensions.
8355
8356Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8357
8358 * gdb.texinfo: Add `set print symbol-filename' doc.
8359
8360Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8361
8362 * stabs.texinfo (Arrays): Talk about type definition vs. type
8363 information.
8364
8365 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
8366 the trailing semicolon.
8367
8368Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8369
8370 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
8371 and merge in other parts of the document addressing these subjects.
8372 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
8373
8374 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
8375 at the end of a range type.
8376
8377 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
8378 AIX extensions.
8379
8380Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8381
8382 * stabs.texinfo (Stabs Format): Misc fixes.
8383
8384Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8385
8386 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
8387 (Traditional builtin types): Document convex convention for long long.
8388 (Negative builtin types): Discuss type names, and misc fixes.
8389
8390Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8391
8392 * stabs.texinfo (Builtin Type Descriptors): Document the floating
8393 point types used with @samp{R} type descriptor.
8394 (Symbol Descriptors): Describe how to handle conflict between
8395 different meanings of @samp{P} symbol descriptor.
8396
8397Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8398
8399 * stabs.texinfo: Remove node Quick Reference and put its children
8400 directly under the main menu.
8401
8402 * stabs.texinfo: Many more changes to bring it into line with
8403 AIX documentation and reality. I think it now has all the
8404 information from the AIX documentation, except that I burned
8405 out when I got to variant records (Pascal and Modula-2) and
8406 all the COBOL types. Oh well, we can add them later when we're
8407 worrying more about those languages.
8408
8409 * stabs.texinfo (Automatic variables): Talk about what it means
8410 to omit the symbol descriptor.
8411
8412Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8413
8414 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
8415 gcc2 behavior with promoted args.
8416
8417Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8418
8419 * gdb.texinfo: include readline appendices in info version of manual
8420
8421Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8422
8423 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
8424 target remote.
8425
8426 * gdb.texinfo (Machine Code): more index entries for disassemble
8427
8428Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
8429
8430 * Clarify the intended use of the gdb-testers and gdb-patches
8431 mailing lists, and shrink gzip comment.
8432
8433Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8434
8435 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
8436 DOSHOST configuration of manual.
8437
8438 * gdb.texinfo (MIPS Stack): new node.
8439
8440 * all-config.texi (MIPS) new switch.
8441
8442 * gdbinv-s.texi (Nindy Options) Remove two instances of future
8443 tense; (MIPS Remote) new node.
8444
8445 * gdb.texinfo (passim) rephrases to work around makeinfo @value
8446 bug; (Environment) less passive, other small cleanups in text about
8447 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
8448 (Remote) new MIPS Remote menu entry.
8449
8450Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
8451
8452 * stabs.texinfo: Many changes to include information from the
8453 AIX documentation.
8454
8455 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
8456
8457Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
8458
8459 * gdbint.texinfo (new node Debugging GDB, elsewhere):
8460 Move a bunch of information from ../README.
8461 (Getting Started): New node.
8462
8463Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8464
8465 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
8466
8467 * gdb.texinfo: advance manual revision dates to present
8468
8469 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
8470 stop using silly Roman numerals in @set variable names
8471
8472Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
8473
8474 * stabs.texinfo (Parameters): Keep trying to get this right.
8475
8476Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
8477
8478 * stabs.texinfo (Parameters): More on "local parameters".
8479
8480Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
8481
8482 * stabs.texinfo (Parameters): Re-do "local parameters" section.
8483
8484Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
8485
8486 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
8487 (Parameters): Rewrite.
8488 (xcoff-differences, Sun-differences): Minor changes.
8489
8490Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
8491
8492 * stabs.texinfo: Minor cleanup.
8493
8494Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
8495
8496 * gdbint.texinfo: Minor xcoff stuff.
8497
8498Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
8499
8500 * gdbint.texinfo: Update for new config directory structure.
8501 Add info about internal type data structures.
8502
8503Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
8504
8505 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
8506 $(srcdir).
8507 (gdb-config.texi): Depend on file in $(srcdir).
8508
8509Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
8510
8511 * stabs.texinfo: Fixes about N_SO.
8512
8513Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8514
8515 * gdb.texinfo: include list of nonstandard init file names
8516
8517 * *-config.texi: new switch GENERIC for text that applies *only*
8518 to (usual) multiple-target version of manual
8519
8520 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
8521 h8 config
8522
8523 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
8524 in menus (rather than conditionally selected multiple alternative
8525 menus).
8526
8527 * Makefile.in: define and use DOC_CONFIG var to select
8528 configuration for GDB user manual.
8529
8530 * gdb-config.texi: delete from repository, generate from Makefile.
8531
8532 * all-config.texi: normal `generic' configuration file, formerly
8533 stored as gdb-config.texi
8534
8535Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
8536
8537 * Makefile.in: add dvi target to build all .dvi files
8538
8539Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8540
8541 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
8542
8543Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
8544
8545 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
8546 host conditionals.
8547 * stabs.texinfo: More array fixes inspired by Jim's.
8548
8549Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
8550
8551 * stabs.texinfo: Fixes re arrays and continuations.
8552
8553 * gdbint.texinfo: Add XCOFF node.
8554
8555Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
8556
8557 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
8558
8559Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
8560
8561 * stabs.texinfo: Fix for array types to mention lower bounds.
8562
8563Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
8564
8565 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
8566
8567Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
8568
8569 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
8570
8571Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
8572
8573 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
8574 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
8575
8576Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
8577
8578 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
8579
8580Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8581
8582 * gdb.texinfo, gdbinv-s.texi: misc updates
8583
8584Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
8585
8586 * gdbint.texinfo: Brief documentation for longjmp support,
8587 from an email msg by Stu.
8588
8589Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
8590
8591 * stabs.texinfo: Fix description of floating point "range"
8592 types (which really define basic types). Reported by Jim Meehan,
8593 <meehan@src.dec.com>.
8594
8595 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
8596
8597Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
8598
8599 * gdbint.texinfo: Slightly expand section on supporting a new
8600 object file format.
8601
8602Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
8603
8604 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
8605 intermediate file.
8606
8607Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8608
8609 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
8610
8611Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8612
8613 * gdbinv-s.texi: z8000 simulator target name is just "sim"
8614
8615 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
8616 as well as Z8002.
8617
8618Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
8619
8620 * gdbint.texinfo: Add sections on clean design and on how to send
8621 in changes.
8622
8623Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
8624
8625 * gdbint.texinfo: Add how to declare the result of make_cleanup.
8626
8627Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
8628
8629 * gdb.texinfo: Fix typo, reported by Karl Berry.
8630
8631Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
8632
8633 * gdb.texinfo: Add opcodes dir to GDB distribution description.
8634
8635Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8636
8637 * gdbint.texinfo: fixed a stray email address (needs @@),
8638 added @table @code to node "Native Conditionals"
8639
8640Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
8641
8642 * gdbint.texinfo: Describe coding style of GDB.
8643
8644Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
8645
8646 * stabs.texinfo: Minor wording changes.
8647
8648Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
8649
8650 * gdbint.texinfo: Improve release doc slightly.
8651
8652Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
8653
8654 * gdbint.texinfo: Improve doc of GDB config macros.
8655
8656Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
8657
8658 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
8659 These will be reinserted when examined.
8660
8661Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
8662
8663 * gdbint.texinfo: Make a start at documenting all the #if macros
8664 in GDB. At least list them all, and start separating them into
8665 host-specific and target-specific.
8666
8667Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8668
8669 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 8670 examples (not consistent w others).
c906108c
SS
8671 gdb.texinfo: issue disclaimer paragraph on cmdline options only
8672 for generic vn of doc
8673
8674Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
8675
8676 * Makefile.in: always create installation directories.
8677
8678Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8679
8680 * gdb.texinfo: in h8 config, do not describe searching commands.
8681
8682Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8683
8684 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
8685 conditionals; introduce a few generic switches that may be
8686 useful for other cross-dev or dos-hosted configs.
8687
8688 * gdb.texinfo: fix typo in "info reg" description
8689
8690Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
8691
8692 * stabs.texinfo: Minor updates from running TeX over it.
8693 * Makefile.in (stabs.dvi, stabs.ps): Add.
8694
8695Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
8696
8697 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
8698 First pass at converting it to texinfo.
8699
8700Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
8701
8702 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
8703 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
8704
8705Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
8706
8707 * gdbint.texinfo: Add section on partial symbol tables.
8708
8709Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
8710
8711 * gdb.texinfo: document `set remotedebug' and `set
8712 rstack_high_address'.
8713
8714Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8715
8716 * gdb.texinfo: slight expansion of new text on reading info files
8717 * gdbinv-s.m4.in: correct and expand info on cross-debugging
8718 H8/300 from DOS.
8719
8720Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
8721
8722 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
8723
8724Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
8725
8726 * gdb.texinfo: Say how to read the `info' files.
8727
8728Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
8729
8730 * Makefile.in: gm4 -> m4.
8731
8732Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
8733
8734 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
8735 Documentation' ahead of `Installing GDB' to match README.
8736 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 8737 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
8738
8739Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
8740
8741 * Makefile.in: remove $(srcdir) from gdb.info rule.
8742
8743Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8744
8745 * Makefile.in: commented out gdb-all.texinfo rule. This is
8746 temporary.
8747
8748Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
8749
8750 * Makefile.in, configure.in: removed traces of namesubdir,
8751 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
8752 copyrights to '92, changed some from Cygnus to FSF.
8753
8754Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
8755
8756 * gdb.texinfo: Improve how we ask for bug reports.
8757
8758Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8759
8760 * Makefile.in: infodir belongs in datadir.
8761
8762Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8763
8764 * Makefile.in: remove spaces following hyphens, bsd make can't
8765 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 8766 standards.text support.
c906108c
SS
8767
8768Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8769
8770 * Makefile.in: idestdir and ddestdir go away. Added copyrights
8771 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
8772 and mandir now keyed off datadir by default.
8773
8774\f
8775Local Variables:
9e9c5ae7 8776mode: change-log
c906108c
SS
8777left-margin: 8
8778fill-column: 74
8779version-control: never
8780End:
This page took 1.30862 seconds and 4 git commands to generate.