* elfxx-mips.c (mips_n64_exe_plt0_entry): Use 64-bit move.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
405f8e94
SS
12011-11-14 Stan Shebs <stan@codesourcery.com>
2 Kwok Cheung Yeung <kcy@codesourcery.com>
3
4 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
5 needed to get shorter fast tracepoints.
6 (Tracepoint Packets): Document new qTMinFTPILen packet.
7
1e4d1764
YQ
82011-11-14 Yao Qi <yao@codesourcery.com>
9
10 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
11 behavior of tracepoint.
12 (General Query Packets): New feature InstallInTrace.
13 (Remote Configuration): Document "set remote
14 install-in-trace-packet".
15
71eba9c2 162011-11-12 Matt Rice <ratmice@gmail.com>
17
18 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
19 Add arguments to info macro.
20
e0f8f636
TT
212011-11-10 Tom Tromey <tromey@redhat.com>
22
23 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
24 manual.
25 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
26 (Macros): Add a footnote.
27 (C): Remove paragraph about compiler options.
28 (C Constants): Mention wide character and string constants.
29 (C Plus Plus Expressions): Update compiler option advice. Mention
30 using declarations. Mention ADL. Remove old HP compiler
31 information.
32
625c0d47
TT
332011-11-10 Tom Tromey <tromey@redhat.com>
34
35 PR c++/9257:
36 * gdb.texinfo (Print Settings): Add an extra note about the need
37 for a vtable.
38
4be2aacc
MR
392011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
40
41 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
42 "set mips abi" documentation.
43
0a1c4d10
DE
442011-11-04 Doug Evans <dje@google.com>
45
46 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
47
aad1c02c
TT
482011-11-03 Tom Tromey <tromey@redhat.com>
49
50 * gdb.texinfo (Stopping): Add menu entry.
51 (Continuing and Stepping): Restore @node. Use @section, not
52 @subsection.
53
983fb131
MR
542011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
55
56 * gdb.texinfo (Skipping Over Functions and Files): Remove node
57 designation. Fix "Specify Location" cross-reference.
58
3065dfb6
SS
592011-11-02 Stan Shebs <stan@codesourcery.com>
60
61 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
62 (General Query Packets): Describe tracenz feature.
63 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
64
0aaaf063
PK
652011-10-28 Paul Koning <paul_koning@dell.com>
66
67 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
68
2231f1fb
KP
692011-10-27 Kevin Pouget <kevin.pouget@st.com>
70
71 * gdb.texinfo ((Frames In Python): Document
72 gdb.FRAME_UNWIND_FIRST_ERROR contant.
73
5110b5df
PK
742011-10-26 Paul Koning <paul_koning@dell.com>
75
76 * gdb.texinfo (gdb.types): Document new deepitems function.
77
22dbab46
PK
782011-10-25 Paul Koning <paul_koning@dell.com>
79
80 PR python/13327
81
82 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
83 fetch_lazy method.
84
9df2fbc4
PM
852011-10-20 Phil Muldoon <pmuldoon@redhat.com>
86
87 PR python/12656
88
89 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
90 global_block, static_block function.
91
f05e2e1d
TT
922011-10-19 Tom Tromey <tromey@redhat.com>
93
94 * gdb.texinfo (Commands In Python): Add missing "@"s.
95
a7fc3f37
KP
962011-10-13 Kevin Pouget <kevin.pouget@st.com>
97
98 PR python/13285 Document named constants for frame unwind stop reasons
99 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
100 constants.
101
5048e516
JK
1022011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
103
104 Fix compatibility with texinfo versions older than 4.12.
105 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
106 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
107 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
108 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
109 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
110 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
111 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
112
5a56e9c5
DE
1132011-10-09 Doug Evans <dje@google.com>
114
115 * gdb.texinfo (Extending GDB): Document alias command.
116
36b11add
JK
1172011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
118
119 Support @entry in input expressions.
120 * gdb.texinfo (Variables): Describe @entry names suffix.
121 (Print Settings): Add anchor for `set print entry-values'.
122
e18b2753
JK
1232011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
124 Eli Zaretskii <eliz@gnu.org>
125
126 Display @entry parameter values (without references).
127 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
128 example.
129 (Print Settings): New description of set print entry-values and show
130 print entry-values.
131
111c6489
JK
1322011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
133 Eli Zaretskii <eliz@gnu.org>
134
135 Recognize virtual tail call frames.
136 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
137 (Tail Call Frames): New node.
138 (Frames In Python): Add gdb.TAILCALL_FRAME.
139
9c15afc4
DE
1402011-10-07 Doug Evans <dje@google.com>
141
142 * gdb.texinfo (gdb.printing): Document new `replace' arg to
143 register_pretty_printer.
144
99f5279d
PM
1452011-10-07 Phil Muldoon <pmuldoon@redhat.com>
146
147 PR python/12930
148 PR python/12802
149
150 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
151 stop method.
152
03583c20
UW
1532011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
154
155 * gdb.texinfo (Starting your Program): "set disable-randomization"
156 is no longer Linux-specific.
157 (Remote Configuration): Document "set remote
158 disable-randomization-packet".
159 (General Query Packets): Document "QDisableRandomization" packet
160 and add it to "qSupported" list.
161
bd054e06
KP
1622011-10-07 Kevin Pouget <kevin.pouget@st.com>
163
164 Allow Python notification of new object-file loadings.
165 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
166 event type.
167
cb6be26b
KP
1682011-10-04 Kevin Pouget <kevin.pouget@st.com>
169
170 PR python/12691: Add the inferior to Python exited event
171 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
172
a05336a1
JB
1732011-10-03 Joel Brobecker <brobecker@adacore.com>
174
175 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
176 rephasing.
177
5d77fe44
JB
1782011-10-03 Joel Brobecker <brobecker@adacore.com>
179
180 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
181 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
182 as possible feature returned by the `-list-features'
183 command.
184
699df94d
PK
1852011-09-28 Paul Koning <paul_koning@dell.com>
186
187 * gdb.texinfo (gdb.Type): Document field access by dictionary
188 key syntax.
189
24bdad53
YQ
1902011-09-28 Yao Qi <yao@codesourcery.com>
191
192 * gdb.texinfo (Files): Update options for `add-symbol-file'.
193 Add one space after option `-s'. Remove @r{} markup.
194
6710bf39
SS
1952011-09-27 Stan Shebs <stan@codesourcery.com>
196
197 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
198
d99f7e48
HZ
1992011-09-16 Hui Zhu <teawater@gmail.com>
200
201 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
202 to *(unsigned char *)$esp@300.
203
d812018b
PK
2042011-09-15 Paul Koning <paul_koning@dell.com>
205
206 * gdb.texinfo: Make style of Python functions and methods match
207 the syntax of Python. Also put class and module names explicitly
208 on function, member, and variable names, matching Python
209 documentation conventions.
210
2aa48337
KP
2112011-09-15 Kevin Pouget <kevin.pouget@st.com>
212
213 PR Python/12692 Add gdb.selected_inferior() to Python interface.
214 * gdb.texinfo (Inferiors In Python): Describe new
215 gdb.selected_inferior() function.
216
6839b47f
KP
2172011-09-15 Kevin Pouget <kevin.pouget@st.com>
218
219 Handle multiple breakpoint hits in Python interface:
220 * gdb.texinfo (Events In Python): New function documentation:
221 gdb.BreakpointEvent.breakpoints. Indicate that
222 gdb.BreakpointEvent.breakpoint is now deprecated.
223
26829f2b
JB
2242011-09-04 Joel Brobecker <brobecker@adacore.com>
225
226 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
227
a9f54f60
TT
2282011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
229
230 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
231
fa3a4f15
PM
2322011-08-17 Phil Muldoon <pmuldoon@redhat.com>
233
234 * gdb.texinfo (Prompt): Add set/show extended-prompt
235 documentation
236 (Basic Python): Add prompt_hook anchor.
237 (Python modules): Reword module text to reflect multiple modules.
238 (gdb.prompt): Document gdb.prompt module.
239
224bbe49
YQ
2402011-08-14 Yao Qi <yao@codesourcery.com>
241
78d85199
YQ
242 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
243
2442011-08-14 Yao Qi <yao@codesourcery.com>
245
246 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
247 (TIC6x Features): New node.
248
457e09f0
DE
2492011-08-12 Doug Evans <dje@google.com>
250
251 * gdb.texinfo (Symbols In Python): Document symbol.type.
252
5e239b84
PM
2532011-08-09 Phil Muldoon <pmuldoon@redhat.com>
254
255 * gdb.texinfo (Python): Document command and function
256 auto-loading.
257
177bc839
JK
2582011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
259 Eli Zaretskii <eliz@gnu.org>
260
261 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
262 typedefs unrolling. Extend the sample code by an inner typedef and
263 outer typedefs unrolling.
264
1a532630
PP
2652011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
266
267 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
268 size and line-size.
269
9b158ba0 2702011-07-21 Matt Rice <ratmice@gmail.com>
271
272 PR macros/12999
273 * gdb.texinfo (Macros): Add info definitions and info macros commands.
274 Update text and cindex entries for info macro command.
275
d17b6f81
PM
2762011-07-21 Phil Muldoon <pmuldoon@redhat.com>
277
278 * observer.texi (GDB Observers): Add before_prompt observer.
279 * gdb.texinfo (Basic Python): Add documentation for prompt
280 substitution.
281
713389e0
PM
2822011-07-11 Phil Muldoon <pmuldoon@redhat.com>
283
284 PR python/12438
285 * gdb.texinfo (Python Commands): Add deprecate note to maint
286 set/show python print-stack. Document set/show python
287 print-backtrace.
288
177b42fe
TJB
2892011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
290
291 * gdb.texinfo: Fix typos.
292
900e11f9
JK
2932011-07-01 Tom Tromey <tromey@redhat.com>
294
295 * gdb.texinfo (Debugging Output): Document set debug
296 check-physname.
297
39c4d40a
TT
2982011-06-29 Tom Tromey <tromey@redhat.com>
299
300 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
301 breakpoint-notifications feature.
302
6f5def7d
UW
3032011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
304
305 * gdb.texinfo (Target Description): Remove warning about
306 possibly unstable format.
307
8cf64490
TT
3082011-06-03 Tom Tromey <tromey@redhat.com>
309
310 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
311 (Events In Python): Note that exit_code is optional.
312
393eab54
PA
3132011-05-17 Pedro Alves <pedro@codesourcery.com>
314
315 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
316 required for multi-threading support.
317 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
318 Hc are deprecated for multi-threading debugging. Point readers at
319 the vCont packet.
320
75fc9810
DE
3212011-05-15 Doug Evans <dje@google.com>
322
323 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
324
01124a23
DE
3252011-05-13 Doug Evans <dje@google.com>
326
98a5dd13
DE
327 * gdb.texinfo (Threads): Document $sdir,$pdir.
328 (Server): Document $pdir exception.
329
dbaefcf7
DE
330 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
331
cc63ef9b
DE
332 * gdb.texinfo (Threads): Clarify default value for
333 libthread-db-search-path.
7e0396aa 334
01124a23
DE
335 * gdb.texinfo (Completion): Update example.
336 (Debugging Output): Delete `set/show debug lin-lwp-async'.
337
d248b706
KY
3382011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
339
340 * gdb.texinfo: Document change in the behaviour of the enable and
341 disable GDB commands when applied to tracepoints.
342 Document the EnableDisableTracepoints remote stub feature.
343 Document QTEnable and QTDisable in the list of tracepoint packets.
344
cc88a640
JK
3452011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
346
347 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
348 hsuser.texi.
349 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
350 comment to hsuser.texi. Change rluser.texi name in the comment.
351
84e578fb
DE
3522011-05-10 Doug Evans <dje@google.com>
353
354 * gdb.texinfo (Threads): If an empty path is provided for
355 libthread-db-search-path it is reset to its default value.
356 (Server): Ditto.
357
478aac75
DE
3582011-05-09 Doug Evans <dje@google.com>
359
360 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
361
9c06b0b4
TJB
3622011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
363 Thiago Jung Bauermann <bauerman@br.ibm.com>
364
365 Implement support for PowerPC BookE masked watchpoints.
366 * gdb.texinfo (Set Watchpoints): Document mask parameter.
367 (PowerPC Embedded): Mention support of masked watchpoints.
368
9ed350ad
JB
3692011-05-03 Joel Brobecker <brobecker@adacore.com>
370
371 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
372 `@value{GDBN}'.
373
4ceed123
JB
3742011-05-03 Joel Brobecker <brobecker@adacore.com>
375
376 * gdb.texinfo (titlepage): Remove dedication.
377 (In Memoriam): New appendix.
378
559a7a62
JK
3792011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
380 Eli Zaretskii <eliz@gnu.org>
381
382 * gdb.texinfo (Index Section Format): Change the version to 5.
383 Describe the different formula.
384
03f2bd59
JK
3852011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
386 Eli Zaretskii <eliz@gnu.org>
387
388 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
389 for disconnected tracing.
390 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
391 extended-remote relationship. Mention --once.
392 (TCP port allocation lifecycle of @code{gdbserver}): New.
393
d9b1a651
EZ
3942011-04-23 Eli Zaretskii <eliz@gnu.org>
395
396 * gdb.texinfo (Server): Improve indexing. Index all optional
397 switches to gdbserver.
398
90476074
TT
3992011-04-20 Tom Tromey <tromey@redhat.com>
400
401 * gdb.texinfo (Index Section Format): New node.
402 (Top): Add new node to menu.
403
c21236dc
PA
4042011-04-20 Pedro Alves <pedro@codesourcery.com>
405
406 * gdb.texinfo (Maintenance Commands): Document `maint print
407 remote-registers'.
408
05c8c3f5
TT
4092011-04-20 Tom Tromey <tromey@redhat.com>
410
411 * gdb.texinfo (Trace File Format): Move node later.
412
7a9dd1b2
TT
4132011-04-19 Tom Tromey <tromey@redhat.com>
414
415 * gdbint.texinfo (Register Information Functions): Remove
416 duplicate "the".
417 * gdb.texinfo (Emacs): Remove duplicate "to".
418 (GDB/MI Variable Objects): Remove duplicate "the".
419 (General Query Packets): Likewise.
420
4368ebeb
JB
4212011-04-02 Joel Brobecker <brobecker@adacore.com>
422
423 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
424 "GDB/MI Ada Exception Information" node.
425
956a9fb9
JB
4262011-04-01 Joel Brobecker <brobecker@adacore.com>
427
428 * gdb.texinfo (GDB/MI Ada Exception Information): Document
429 the "exception-name" field in the *stopped async record.
430
f1310107
TJB
4312011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
432 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
433
434 Implement support for PowerPC BookE ranged breakpoints.
435 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
436
8786b2bd
TT
4372011-03-28 Tom Tromey <tromey@redhat.com>
438
439 * gdb.texinfo (Set Tracepoints): Fix typo.
440
9ef07c8c
TT
4412011-03-24 Tom Tromey <tromey@redhat.com>
442
443 * gdb.texinfo (Specify Location): Document `function:label'
444 linespec.
445
99c3dc11
PM
4462011-03-18 Phil Muldoon <pmuldoon@redhat.com>
447
f1310107 448 PR python/12149
99c3dc11
PM
449
450 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
451
29703da4
PM
4522011-03-17 Phil Muldoon <pmuldoon@redhat.com>
453
454 * gdb.texinfo (Blocks In Python): Add is_valid method description.
455 (Inferiors In Python): Likewise.
456 (Threads In Python): Likewise.
457 (Symbols In Python): Likewise.
458 (Objfiles In Python): Likewise.
459 (Symbol Tables In Python): Likewise.
460
c9174737
PA
4612011-03-15 Pedro Alves <pedro@codesourcery.com>
462
463 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
464 display>: Explain that the commands accept number ranges.
465
7371cf6d
PM
4662011-03-14 Phil Muldoon <pmuldoon@redhat.com>
467
468 * gdb.texinfo (Breakpoints In Python): Add description and example
469 of Python stop function operation.
470
ecec24e6
PM
4712011-03-10 Phil Muldoon <pmuldoon@redhat.com>
472
473 * gdb.texinfo (Parameters In Python): Document get_set_string and
474 get_show_string methods.
475
6dcd5565
JK
4762011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
477
478 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
479
81896e36
JK
480 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
481 circular-trace-buffer name.
482
5e30da2c
JB
4832011-02-28 Joel Brobecker <brobecker@adacore.com>
484
485 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
486 in the previous change.
487
3bd0f5ef 4882011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
489
490 * gdb.texinfo (Inferiors and Programs): Update commands to show
491 that they can accept multiple arguments.
492
4ec7539c
JB
4932011-02-24 Joel Brobecker <brobecker@adacore.com>
494
495 Revert the following patch (code patch was not approved):
496 2011-02-21 Hui Zhu <teawater@gmail.com>
497 * agentexpr.texi (bytecode descriptions): add printf.
498 * gdb.texinfo (tracepoint action lists): add printf.
499
82809774
DE
5002011-02-23 Doug Evans <dje@google.com>
501
502 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
503
e5a67952
MS
5042011-02-23 Michael Snyder <msnyder@vmware.com>
505
506 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
507 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
508 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
509
6e6fbe60
DE
5102011-02-22 Doug Evans <dje@google.com>
511
512 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
513 Clarify behaviour of lookup_symbol when `block' argument is omitted,
514 add description of result, fix @defun formatting.
515
f994e27a
HZ
5162011-02-21 Hui Zhu <teawater@gmail.com>
517
518 * agentexpr.texi (Bytecode Descriptions): Add printf.
519 * gdb.texinfo (Tracepoint Action Lists): Add printf.
520
c7f96d2b
TT
5212011-02-18 Tom Tromey <tromey@redhat.com>
522
523 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
524
60f98dde
MS
5252011-02-14 Michael Snyder <msnyder@vmware.com>
526
527 * gdb.texinfo (threads): Document argument for "info threads" cmd.
528 Document new command "thread find".
529
08e796bc
MS
5302011-02-14 Michael Snyder <msnyder@vmware.com>
531
532 * gdb.texinfo (Threads): Update example of new thread message.
533
b3b9301e
PA
5342011-02-14 Pedro Alves <pedro@codesourcery.com>
535
536 * gdb.texinfo (Remote Configuration): Mention set/show remote
537 traceframe-info.
538 (Tools/Packages Optional for Building GDB): Mention that expat is
539 used for traceframe info.
540 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
541 (General Query Packets) <qSupported>: Describe the
542 qXfer:traceframe-info:read feature.
543 (qXfer::read): Describe qXfer:traceframe-info:read.
544 (Traceframe Info Format): New section.
545
cef35b0f
PA
5462011-02-04 Pedro Alves <pedro@codesourcery.com>
547
548 * gdbint.texinfo (Formatting): Mention some formatting guidelines
549 for casts and unary operators.
550
f1cbe1d3
TT
5512011-02-04 Tom Tromey <tromey@redhat.com>
552
553 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
554 is not useful.
555
585fdaa1
PA
5562011-01-25 Pedro Alves <pedro@codesourcery.com>
557
558 * gdb.texinfo: s/value optimized out/optimized out/g
559
7bfc9434
JB
5602011-01-21 Joel Brobecker <brobecker@adacore.com>
561
562 * gdb.texinfo (Other Misc Settings): Rework part of the
563 documentation of the "set interactive mode" command.
564
4694da01
TT
5652011-01-19 Tom Tromey <tromey@redhat.com>
566
567 * gdb.texinfo (Threads): Document thread name output and `thread
568 name' command.
569 (Threads In Python): Document Thread.name attribute.
570 (GDB/MI Thread Commands): Document thread attributes.
571
b716877b
AB
5722011-01-12 Andrew Burgess <aburgess@broadcom.com>
573
574 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
575 changes in mi/mi-cmd-disas.c
576
13fd8b81
TT
5772011-01-12 Tom Tromey <tromey@redhat.com>
578
579 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
580 Fix "thread apply" text.
581
e09342b5
TJB
5822011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
583 Thiago Jung Bauermann <bauerman@br.ibm.com>
584
585 Implement support for PowerPC BookE ranged watchpoints.
586 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
587 the "set powerpc exact-watchpoints" flag.
588
06e65f44
TT
5892011-01-07 Tom Tromey <tromey@redhat.com>
590
591 * gdb.texinfo (Python API): Add descriptions to @menu items.
592
d8e22779
TT
5932011-01-06 Tom Tromey <tromey@redhat.com>
594
595 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
596
a255712f
PP
5972010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
598
e09342b5 599 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 600
ccfc3d6e
TT
6012011-01-06 Tom Tromey <tromey@redhat.com>
602
603 PR python/12133:
604 * gdb.texinfo (Frames In Python): Document various frame
605 constants.
606
44944448
JB
6072011-01-05 Joel Brobecker <brobecker@adacore.com>
608
609 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
610 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
611 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
612
42ea3d7a
JK
6132011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
614
615 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
616 (clean): Add GDBvn.texi.
617
720d1a40
JB
6182010-12-29 Joel Brobecker <brobecker@adacore.com>
619
620 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
621 occasional case where the debugger prints an array address
622 instead of the array itself.
623
ad196637
PA
6242010-12-23 Pedro Alves <pedro@codesourcery.com>
625
626 * gdb.texinfo (Packets) <read registers packet>: Document support
627 for registers that were not collected.
628
a86caf66
DE
6292010-12-15 Doug Evans <dje@google.com>
630
631 * gdb.texinfo (Startup): Document auto-loading of scripts during
632 startup.
633 (Auto-loading): Delete "maint set python auto-load on|off".
634 Add "set auto-load-scripts on|off".
635
aae1c79a
DE
6362010-12-07 Doug Evans <dje@google.com>
637
638 * gdb.texinfo (Mode Options): Document -data-directory.
639 (Data Files): Add reference to -data-directory.
640
4e04c971
DE
6412010-11-29 Doug Evans <dje@google.com>
642
643 * gdb.texinfo (Pretty-Printer Introduction): Change
644 printer-name:subprinter-name to printer-name;subprinter-name.
645
94b6973e
PM
6462010-11-29 Phil Muldoon <pmuldoon@redhat.com>
647
648 PR python/12199
649
650 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
651
39037522
TT
6522010-11-23 Tom Tromey <tromey@redhat.com>
653
654 * gdb.texinfo (Top): Check SYSTEM_READLINE.
655 (Editing): Likewise.
656 (Command History): Likewise.
657 (TUI Keys): Likewise.
658 (Bug Reporting): Conditionally include rluser.texi and
659 inc-history.texinfo.
660 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
661 (GDB_DOC_SOURCE_INCLUDES): Add comment.
662 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
663 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
664 (gdb.pdf): Likewise.
665 (gdb.info): Likewise.
666 (gdb/index.html): Likewise.
667
5ae98d25
TT
6682010-11-23 Tom Tromey <tromey@redhat.com>
669
670 * Makefile.in (Makefile): Run ../config.status.
671 (distclean): Update.
672 * configure: Remove.
673 * configure.ac: Remove.
674
621c8364
TT
6752010-11-12 Tom Tromey <tromey@redhat.com>
676
677 * gdb.texinfo (Basic Python): Update. Add xref.
678 (Exception Handling): Document new exception classes.
679 (Types In Python): Update.
680 (Frames In Python): Update.
681
84f4c1fe
PM
6822010-11-11 Phil Muldoon <pmuldoon@redhat.com>
683
684 * gdb.texinfo (Breakpoints In Python): Document "internal"
685 parameter, and visible attribute.
686
99e7ae30
DE
6872010-11-05 Doug Evans <dje@google.com>
688
689 * gdb.texinfo (Source Path): Document "set directories".
690
f4b8a18d
KW
6912010-11-05 Ken Werner <ken.werner@de.ibm.com>
692
693 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
694 (OpenCL C): New node.
695
7b51bc51
DE
6962010-11-02 Doug Evans <dje@google.com>
697
698 * gdb.texinfo (Pretty Printing): Expand into three sections,
699 introduction, example, and commands.
700 (Python API): Delete section Disabling Pretty-Printers, merge into
701 Selecting Pretty-Printers.
702 (Writing a Pretty-Printer): New section. Move the pretty-printer
703 example here, and reformat to match python coding style. Add a second
704 example using the gdb.printing module.
705 (Python modules): Add gdb.printing.
706
9eeee977
DE
7072010-10-29 Doug Evans <dje@google.com>
708
709 * gdb.texinfo (Python): Fix long line.
710
a0e0ffdf
DE
7112010-10-20 Doug Evans <dje@google.com>
712
713 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
714 All references updated. Correct sections marked as subsections.
715 (Coding Standards): New chapter. Move the coding standard related
716 subsections here. Add section on Python coding standards.
717
0e3509db
DE
7182010-10-13 Doug Evans <dje@google.com>
719
720 * gdb.texinfo (Python): Add "Python modules".
721 (Types in Python): Add reference to gdb.types section.
722 (Python modules): New node.
723
44592cc4
DE
7242010-10-11 Doug Evans <dje@google.com>
725
726 * gdb.texinfo (Values From Inferior): Add reference to "Types in
727 Python" from gdb.Value.type description.
728
6e1bb179
JB
7292010-09-28 Joel Brobecker <brobecker@adacore.com>
730
731 * gdb.texinfo (Ravenscar Profile): New node.
732
e8467610
TT
7332010-09-22 Tom Tromey <tromey@redhat.com>
734
735 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
736
fccd1d1e
EZ
7372010-09-22 Eli Zaretskii <eliz@gnu.org>
738
739 * gdb.texinfo (Values From Inferior): Clarify that
740 value.dynamic_type works only in C++ programs with RTTI.
741
c1b6b909
TT
7422010-09-15 Paul Bolle <pebolle@tiscali.nl>
743
744 * gdb.texinfo (Character Sets): Correctly reference host-charset
745 in example.
746
7d288aaa
TT
7472010-09-13 Tom Tromey <tromey@redhat.com>
748
749 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
750 Document "fullname" and "from".
751
f75d858b
MK
7522010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
753
754 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
755 feature `reverse' output by -list-target-features.
756
83b9503b
L
7572010-08-31 H.J. Lu <hongjiu.lu@intel.com>
758
759 * gdb.texinfo (i386 Features): Remove an extra "@item".
760
03f17ccf
TT
7612010-08-30 Tom Tromey <tromey@redhat.com>
762
763 PR python/11792:
764 * gdb.texinfo (Values From Inferior): Document dynamic_type.
765
9779414d
DJ
7662010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
767
768 * gdb.texinfo (ARM Features): Document
769 org.gnu.gdb.arm.m-profile.
770
f9ffd4bb
TT
7712010-08-23 Tom Tromey <tromey@redhat.com>
772
773 PR python/11145:
774 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
775 reinterpret_cast methods.
776
702c2711
TT
7772010-08-23 Tom Tromey <tromey@redhat.com>
778
779 PR python/11915:
780 * gdb.texinfo (Types In Python): Document array method.
781
66b73624
TJB
7822010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
783
784 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
785
06a64a0b
TT
7862010-08-16 Tom Tromey <tromey@redhat.com>
787
788 * gdb.texinfo (Set Watchpoints): Document -location option.
789
a3a7127e
DE
7902010-08-13 Doug Evans <dje@google.com>
791
792 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
793
8dedea02
VP
7942010-08-13 Vladimir Prus <vladimir@codesourcery.com>
795
796 * gdb.texinfo (GDB/MI Data Manipulation): Document
797 -data-read-memory-raw and -data-write-memory-raw.
798
ca5c20b6 7992010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 800 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
801
802 * gdb.texinfo (Basic Python): Describe post_event API.
803
cb2e07a6
PM
8042010-08-11 Phil Muldoon <pmuldoon@redhat.com>
805
806 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 807 decode_line Python APIs
cb2e07a6 808
464b3efb
TT
8092010-08-10 Tom Tromey <tromey@redhat.com>
810
811 * gdb.texinfo (Pretty Printing API): Document
812 gdb.default_visualizer.
813
c29c521f
TT
8142010-08-10 Tom Tromey <tromey@redhat.com>
815
816 Revert gdb-add-index addition:
817 * gdb.texinfo (Index Files): Don't document gdb-add-index.
818
5da1313b
JK
8192010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
820 Eli Zaretskii <eliz@gnu.org>
821
822 * gdb.texinfo (Mode Options) <-batch>
823 (Basic Python) <gdb.execute>: Describe setting width and height.
824
02d868e8
PP
8252010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
826
827 * gdb.texinfo (Threads): Document 'debug libthread-db'.
828
c2bbed2a
TT
8292010-07-30 Tom Tromey <tromey@redhat.com>
830
831 * gdb.texinfo (Index Files): Mention gdb-add-index.
832
6c13bbe1
HZ
8332010-07-30 Hui Zhu <teawater@gmail.com>
834
835 * gdb.texinfo (Inferiors and Programs): Update the introduce of
836 "detach inferior" and "kill inferior".
837
53a71c06
CR
8382010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
839
840 * gdb.texinfo (Machine Code): Update description of two forms of
841 arguments, and add new example to demonstrate the new form.
842
5374244e
PM
8432010-07-27 Phil Muldoon <pmuldoon@redhat.com>
844
845 * gdb.texinfo (Values From Inferior): Add value inferior function
846 call description.
847
8ea5bce5
JK
8482010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
849
850 * gdb.texinfo (Active Targets): Fix wrong comma placement.
851
c0edd9ed
JK
8522010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
853 Eli Zaretskii <eliz@gnu.org>
854
855 Make core files the process_stratum.
856 * gdb.texinfo (Active Targets): Remove core_stratum. Include
857 record_stratum example.
858
9291a0cd
TT
8592010-07-13 Tom Tromey <tromey@redhat.com>
860
861 * gdb.texinfo (Index Files): New node.
862
f5011d11
TT
8632010-07-13 Tom Tromey <tromey@redhat.com>
864
865 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
866
0f5238ed
TT
8672010-07-13 Tom Tromey <tromey@redhat.com>
868
869 * gdb.texinfo (Specify Location): Document labels.
870
74c761c1
PA
8712010-07-01 Pedro Alves <pedro@codesourcery.com>
872
873 * gdb.texinfo (Create and Delete Tracepoints): Add more index
874 entries for fast tracepoints and static tracepoints.
875
501994c0
PA
8762010-07-01 Pedro Alves <pedro@codesourcery.com>
877
878 * gdb.texinfo (General Query Packets) <qfThreadInfo,
879 qsThreadInfo>: Spell out `l' as ell.
880
0fb4aa4b
PA
8812010-07-01 Pedro Alves <pedro@codesourcery.com>
882
883 * gdb.texinfo (Convenience Variables): Document $_sdata.
884 (Commands to Set Tracepoints): Describe static tracepoints. Add
885 `Listing Static Tracepoint Markers' menu entry. Document
886 "strace".
887 (Tracepoint Action Lists): Document collecting $_sdata.
888 (Listing Static Tracepoint Markers): New subsection.
889 (Tracepoints support in gdbserver): Mention static tracepoints.
890 (remote packets, enabling and disabling): Mention
891 read-sdata-object.
892 (General Query Packets) <qSupported>: Document qXfer:sdata:read
893 and StaticTracepoint.
894 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
895 Document qXfer:sdata:read.
896 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
897
dc3b15be
JB
8982010-06-29 Joel Brobecker <brobecker@adacore.com>
899
900 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
901
595939de
PM
9022010-06-28 Phil Muldoon <pmuldoon@redhat.com>
903 Tom Tromey <tromey@redhat.com>
904 Thiago Jung Bauermann <bauerman@br.ibm.com>
905
906 * gdb.texinfo (Inferiors In Python): New node.
907 * gdb.texinfo (Threads In Python): New node.
908
9279c692
JB
9092010-06-28 Joel Brobecker <brobecker@adacore.com>
910
911 * gdb.texinfo (Python): Document what the python directory is
912 and what its location is.
913 (Basic Python): Document the gdb.PYTHONDIR constant.
914
bc9f0842
TT
9152010-06-25 Tom Tromey <tromey@redhat.com>
916
917 PR python/10808:
918 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
919
f1421989
HZ
9202010-06-24 Hui Zhu <teawater@gmail.com>
921
922 * gdb.texinfo: (Commands for Controlled Output): Add
923 documentation for command "eval".
924
e4c0cfae
SS
9252010-06-21 Stan Shebs <stan@codesourcery.com>
926
927 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
928 * annotate.texinfo: Ditto.
929 * gdbint.texinfo: Ditto.
930 * stabs.texinfo: Ditto.
931
bb08c432
HZ
9322010-06-22 Hui Zhu <teawater@gmail.com>
933
934 * gdb.texinfo: (Process Record and Replay): Add documentation
935 for command "set record memory-query".
936
4f5d9f07
SS
9372010-06-21 Stan Shebs <stan@codesourcery.com>
938
939 * gdb.texinfo: Relicense under GFDL version 1.3.
940 * annotate.texinfo: Relicense under GFDL version 1.3.
941 * gdbint.texinfo: Relicense under GFDL version 1.3.
942 * stabs.texinfo: Relicense under GFDL version 1.3.
943 * fdl.texi: Update to version 1.3.
944
6aed2dbc
SS
9452010-06-18 Stan Shebs <stan@codesourcery.com>
946
a61408f8
SS
947 * gdb.texinfo (Operating System Auxiliary Information): Describe
948 "info os" when no arguments given.
949
6aed2dbc
SS
950 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
951 $_thread.
952
24e933df
HZ
9532010-06-18 Hui Zhu <teawater@gmail.com>
954
955 * gdb.texinfo: (Process Record and Replay): Add documentation
956 for commands "record save" and "record restore".
957
65d79d4b
SDJ
9582010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
959
960 * gdb.texinfo: Include information about the correct use
961 of addresses in the `watch' command.
962
d914c394
SS
9632010-06-11 Stan Shebs <stan@codesourcery.com>
964
965 * gdb.texinfo (Observer Mode): New section.
966 (General Query Packets): Document QAllow.
889bf7c5 967
967cf477
DE
9682010-06-04 Doug Evans <dje@google.com>
969
970 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
971
aaf4119b
DE
9722010-06-03 Doug Evans <dje@google.com>
973
974 * gdbint.texinfo (Coding): Add subsection on command names.
975
9eae7c52
TT
9762010-06-02 Tom Tromey <tromey@redhat.com>
977
978 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
979 always-disassemble.
980
fa593d66
PA
9812010-06-01 Pedro Alves <pedro@codesourcery.com>
982
983 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
984 gdbserver, and add cross reference.
985 (Tracepoints support in gdbserver): New subsection.
986
dde08ee1
PA
9872010-05-26 Pedro Alves <pedro@codesourcery.com>
988
989 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
990 `qRelocInsn' feature.
991 (Relocate instruction reply packet): New subsection
992 of `Tracepoint Packets'.
993 (Tracepoint Packets): Mention that packets QTDP and QTStart
994 support the qRelocInsn request, and add cross reference to new
995 subsection.
996
07ca107c
DE
9972010-05-25 Doug Evans <dje@google.com>
998
999 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
1000 (Commands In Python): Document gdb.string_to_argv.
1001
c25c4a8b
JK
10022010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1003
1004 * gdbint.texinfo (Host Definition): Remove items NORETURN and
1005 ATTR_NORETURN.
1006
d7b32ed3 10072010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
1008 Tom Tromey <tromey@redhat.com>
1009 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 1010
c25c4a8b 1011 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 1012
6aecb9c2
JB
10132010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
1014
1015 * gdb.texinfo: (Summary) Add mention about D language support.
1016 (Filenames): Add D suffixes.
1017 (D): New node.
1018
b7da9e9f
PM
10192010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
1020
1021 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
1022 of macro deleted from GDB code.
1023
ab38a727
PA
10242010-04-24 Pedro Alves <pedro@codesourcery.com>
1025
1026 * gdb.texinfo (Commands to specify files): Describe what how GDB
1027 looks up DOS-based filesystem paths on the system root. Document
1028 the new `set/show target-file-system-kind' commands.
1029
66d09542
DE
10302010-04-23 Doug Evans <dje@google.com>
1031
1032 * gdb.texinfo (Python): Move Auto-loading section here ...
1033 (Python API): from here.
1034 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
1035 (Maintenance Commands): Add docs for "maint print section-scripts".
1036
8bd10a10
CM
10372010-04-20 Chris Moller <cmoller@redhat.com>
1038
1039 * gdb.texinfo (Setting Breakpoints): Added description of
1040 filename-qualified rbreak.
1041 * refcard.tex (Breakpoints and Watchpoints): Added brief
1042 description of filename-qualified rbreak.
1043
4c374409
JK
10442010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1045
1046 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
1047 (Python API): Change the reference to Pretty Printing API.
1048 (Pretty Printing): Move the user part under the Data node. Reformat
1049 the sample output to 72 columns. Create a new reference to Pretty
1050 Printing API. Rename the API part ...
1051 (Pretty Printing API): To a new node name.
1052 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
1053 (GDB/MI Variable Objects): Change references to Pretty Printing API.
1054
5a9351ae
SS
10552010-04-21 Stan Shebs <stan@codesourcery.com>
1056
1057 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 1058 and commands.
5a9351ae 1059 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 1060
9a22f0d0
PM
10612010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1062
1063 * gdb.texinfo (Examining memory): Update for change in string
1064 display with explicit size.
1065
6149aea9
PA
10662010-04-19 Pedro Alves <pedro@codesourcery.com>
1067
1068 PR breakpoints/8554.
1069
1070 * gdb.texinfo (Save Breakpoints): New node.
1071 (save-tracepoints): Rename to ...
1072 (save tracepoints): ... this. Mention that `save-tracepoints' is
1073 a deprecated alias to `save tracepoints'.
1074
711e434b
PM
10752010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
1076
645797a8 1077 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
1078 (info w32 thread-information-block): Document new command.
1079 (qGetTIBAddress): Document new gdbserver query.
1080 (maint set/show show-all-tib): Document new command.
1081
3f7b2faa
DE
10822010-04-15 Doug Evans <dje@google.com>
1083
fa33c3cd
DE
1084 * gdb.texinfo (Python API): Add progspaces section.
1085 (Selecting Pretty-Printers): Progspace pretty-printers are
1086 searched too.
1087 (Progspaces In Python): New section.
1088
3f7b2faa
DE
1089 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
1090
79f283fe
PM
10912010-04-14 Phil Muldoon <pmuldoon@redhat.com>
1092
1093 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
1094 returns None.
1095
87290684
SS
10962010-04-09 Stan Shebs <stan@codesourcery.com>
1097
1098 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1099 Describe the `frames-created' field, tweak grammar.
1100
a97153c7
PA
11012010-04-09 Pedro Alves <pedro@codesourcery.com>
1102
1103 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1104 Describe the `circular' and `disconnected' fields.
1105
5c5dcc1b
L
11062010-04-09 H.J. Lu <hongjiu.lu@intel.com>
1107
1108 * gdb.texinfo (maint print registers): Mention unavailable and
1109 invisible registers.
1110
adc36818
PM
11112010-04-09 Phil Muldoon <pmuldoon@redhat.com>
1112 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 1113 Tom Tromey <tromey@redhat.com>
adc36818
PM
1114
1115 * gdb.texinfo (Breakpoints In Python): New Node.
1116
33da3f1c
SS
11172010-04-08 Stan Shebs <stan@codesourcery.com>
1118
1119 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
1120 trace status fields.
1121
3a13a53b
L
11222010-04-08 H.J. Lu <hongjiu.lu@intel.com>
1123
1124 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
1125 optional. Make org.gnu.gdb.i386.avx requires
1126 org.gnu.gdb.i386.avx.
1127
08001717
DE
11282010-04-08 Doug Evans <dje@google.com>
1129
1130 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
1131 search path, and document that gdb only scans the search path if
1132 the script's path doesn't specify a directory.
1133
c375651d
DE
11342010-04-05 Doug Evans <dje@google.com>
1135
1136 * gdb.texinfo (maint show python auto-load): Fix typo.
1137
af54718e
SS
11382010-04-04 Stan Shebs <stan@codesourcery.com>
1139
d77f58be
SS
1140 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
1141 (Setting Watchpoints): Update description of "info watch".
1142 (Disabling Breakpoints): Only "info break" lists all.
1143
af54718e
SS
1144 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
1145 (tdump): Explain how tdump works.
1146
86b17b60
PA
11472010-04-01 Pedro Alves <pedro@codesourcery.com>
1148
1149 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
1150 add cross reference.
1151
ff12863f
PA
11522010-03-31 Pedro Alves <pedro@codesourcery.com>
1153
1154 * gdb.texinfo (TUI Commands): Mention that in some cases, these
1155 commands error out.
1156
f68eb612
L
11572010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1158
1159 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
1160
c8d5aac9
L
11612010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1162
1163 * gdb.texinfo (General Query Packets): Add xmlRegisters.
1164
7d13fe92
SS
11652010-03-29 Stan Shebs <stan@codesourcery.com>
1166 Nathan Sidwell <nathan@codesourcery.com>
1167
1168 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
1169 GDBN equivalent.
1170 (Set Tracepoints): Remove mention that conditional tracepoints
1171 don't exist.
1172 (Tracepoint Actions): Clarify when while-stepping collection
1173 happens, note that while-stepping does not automatically collect
1174 $pc.
1175
409873ef 11762010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 1177
409873ef
SS
1178 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
1179 (General Query Packets): Describe TracepointSource.
1180
ee8e71d4
EZ
11812010-03-27 Matt Rice <ratmice@gmail.com>
1182
c8d5aac9
L
1183 * gdb.texinfo (ARM): Document arguments to "target sim".
1184 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 1185
99b5e152
PA
11862010-03-26 Pedro Alves <pedro@codesourcery.com>
1187
1188 * gdb.texinfo (Tracepoint Packets): Remove mention that
1189 terror:string may be plain text, and drop mention of X prefix.
1190
cd64ee31
VP
11912010-03-26 Vladimir Prus <vladimir@codesourcery.com>
1192
1193 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
1194
6c28cbf2
SS
11952010-03-24 Stan Shebs <stan@codesourcery.com>
1196
1197 * gdb.texinfo (Tracepoint Packets): Document trace error status.
1198
95a42b64
TT
11992010-03-24 Tom Tromey <tromey@redhat.com>
1200
1201 PR breakpoints/9352:
1202 * gdb.texinfo (Break Commands): Update.
1203
18148017
VP
12042010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1205
1206 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
1207 commands.
1208
4daf5ac0
SS
12092010-03-16 Stan Shebs <stan@codesourcery.com>
1210
1211 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
1212 circular-trace-buffer.
1213 (Tracepoint Packets): Describe QTBuffer, and details of the
1214 qTStatus reply.
1215
c9429232
SS
12162010-03-12 Stan Shebs <stan@codesourcery.com>
1217 Nathan Sidwell <nathan@codesourcery.com>
1218
1219 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
1220 doing instruction stepping.
1221 (Tracepoint Restrictions): New node.
1222
ccefe4c4
TT
12232010-03-10 Tom Tromey <tromey@redhat.com>
1224
1225 * gdbint.texinfo (Symbol Handling): Update.
1226
7c953934
TT
12272010-03-08 Tom Tromey <tromey@redhat.com>
1228
1229 PR cli/9591:
1230 * gdb.texinfo (Mode Options): Mention lack of pagination and
1231 confirmation with --batch.
1232 (Screen Size): Mention --batch.
1233 (Messages/Warnings): Likewise.
1234
f870a310
TT
12352010-03-05 Tom Tromey <tromey@redhat.com>
1236
1237 * gdb.texinfo (Basic Python): Document target_charset and
1238 target_wide_charset.
1239
78e2826b
TT
12402010-03-05 Tom Tromey <tromey@redhat.com>
1241
1242 * gdb.texinfo (Data): Link to pretty-printing.
1243 (Output Formats): Likewise. Correct text.
1244
f5dff777
DJ
12452010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1246
1247 * gdb.texinfo (Types): Describe <struct> and <flags>.
1248
dc00d89f
PM
12492010-02-28 Phil Muldoon <pmuldoon@redhat.com>
1250
1251 * gdb.texinfo (Frames In Python): Add block parameter and
1252 description to read_var text.
1253
5107b149 12542010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 1255 Tom Tromey <tromey@redhat.com>
5107b149
PM
1256
1257 * gdb.texinfo (Types In Python): Describe block argument in
1258 template_argument and gdb.lookup_type.
1259
e03e5e7b
TT
12602010-02-24 Tom Tromey <tromey@redhat.com>
1261
1262 * gdb.texinfo (Cygwin Native): Fix typo.
1263
f3e9a817
PM
12642010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1265
1266 * gdb.texinfo (Frames In Python): Add block, find_sal, function
1267 and select method descriptions.
1268 (Python API): Add Blocks In Python, Symbols in Python and Symbol
1269 Tables in Python to menu.
1270 (Blocks In Python): New node.
1271 (Symbols In Python): New node.
1272 (Symbol Tables in Python): New node.
1273
a79b8f6e
VP
12742010-02-24 Vladimir Prus <vladimir@codesourcery.com>
1275
1276 Multiexec MI
1277
1278 gdb/
1279 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
1280
1281 gdb/doc/
1282 * gdb.texinfo (GDB/MI Command Syntax): Document notification
1283 changes.
1284 (GDB/MI Program Execution): Document current behaviour of
1285 --all and --thread-group.
1286 (GDB/MI Miscellaneous Commands): Document -add-inferior and
1287 -remove-inferior.
1288 * observer.texi (inferior_added, inferior_removed): New
1289 observers.
1290
629d6a47
TT
12912010-02-19 Tom Tromey <tromey@redhat.com>
1292
1293 * gdbint.texinfo (Getting Started): Fix @node.
1294 (Debugging GDB): Likewise.
1295
c09529e5
JB
12962010-02-13 Joel Brobecker <brobecker@adacore.com>
1297
1298 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
1299 documenting the gdb_test_timeout variable.
1300
540aa8e7
MS
13012010-02-12 Jakob Engblom <jakob@virtutech.com>
1302
1303 * gdb.texinfo (MI commands): Added documentation of --reverse
1304 option to a set of MI commands. Restructured documentation of MI
1305 commands --exec-continue to reflect the complexity of reverse
1306 execution.
1307
081dfbf7
PA
13082010-02-12 Pedro Alves <pedro@codesourcery.com>
1309
1310 * gdb.texinfo (Using the Collected Data): Specify that the address
1311 range of `tfind outsize' is exclusive, and that the address range
1312 of `tfind range' is inclusive.
1313 (Tracepoint Packets): Specify that the address range of
1314 `QTFrame:range' is inclusive, and that the address range of
1315 `QTFrame:outside' is exclusive
1316
8e9c5e02
VP
13172010-02-12 Vladimir Prus <vladimir@codesourcery.com>
1318
1319 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
1320
92981e24
TT
13212010-02-10 Tom Tromey <tromey@redhat.com>
1322
1323 * gdb.texinfo (Debugging Output): Document set debug parser and
1324 show debug parser.
1325
075b51b7
L
13262010-02-09 H.J. Lu <hongjiu.lu@intel.com>
1327
1328 * gdb.texinfo (Predefined Target Types): Add i387_ext,
1329 i386_eflags and i386_mxcsr.
1330
3bb8d5c3
L
13312010-02-08 H.J. Lu <hongjiu.lu@intel.com>
1332
1333 * gdb.texinfo: Document i386 target features.
1334
c5f80513
DE
13352010-02-05 Doug Evans <dje@google.com>
1336
1337 * gdbint.texinfo (Testsuite): Add a new section to document the
1338 various DejaGnu variables that may be overridden.
1be00882 1339 Document INTERNAL_GDBFLAGS.
c5f80513 1340
6ac33a4e
TT
13412010-02-04 Tom Tromey <tromey@redhat.com>
1342
1343 PR cli/8830:
1344 * gdb.texinfo (Files): -readnow comes before the filename for file
1345 and symbol-file.
1346
a1dcb23a
DJ
13472010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1348
1349 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
1350 Document ARM breakpoint types.
1351 (Register Packet Format): Move into the new section.
1352 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
1353
95433b34
JB
13542010-01-21 Joel Brobecker <brobecker@adacore.com>
1355
1356 * gdb.texinfo (File Options): Adjust the documentation of this
1357 switch to refer to the "source" command rather than partially
1358 duplicating some of the relevant information.
1359 (Extending GDB): Introduce and document the set/show script-extension
1360 setting.
1361 (Command Files): Add note explaining that the "source" command
1362 is also used to evalute scripts written in other languages.
1363 Remove the short slightly incorrect reference to sourcing Python
1364 scripts.
1365 (Python Commands): Document how to execute a Python script from GDB.
1366
8d576872
JB
13672010-01-19 Joel Brobecker <brobecker@adacore.com>
1368
1369 * gdb.texinfo (Command Files): Fix typo.
1370
8150ff9c
JB
13712010-01-18 Tom Tromey <tromey@redhat.com>
1372
1373 * gdb.texinfo (File Options): Document -x on .py files.
1374 (Command Files): Document handling of Python scripts.
1375
23db03a6
JZ
13762010-01-18 Jie Zhang <jie.zhang@analog.com>
1377
1378 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
1379
00bf0b85
SS
13802010-01-15 Stan Shebs <stan@codesourcery.com>
1381
1382 * gdb.texinfo (Trace Files): New section.
1383 (Tracepoint Packets): Document QTSave and qTBuffer.
1384 (Trace File Format): New appendix.
1385
be759fcf
PM
13862010-01-13 Phil Muldoon <pmuldoon@redhat.com>
1387
1388 * gdb.texinfo (Values From Inferior): Document lazy_string value
1389 method.
1390 (Python API): Add Lazy strings menu item.
1391 (Lazy Strings In Python): New node.
1392
dc146f7c
VP
13932010-01-13 Vladimir Prus <vladimir@codesourcery.com>
1394
1395 * gdb.texinfo (GDB/MI Thread Information): New.
1396 (GDB/MI Async Records): Document the core field in *stopped.
1397 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
1398 documentation
1399 (Process list): Document that osdata document may contain
1400 threads.
1401 (Remote Serial Protocol): Document qXfer:threads.
1402
d5551862
SS
14032010-01-06 Stan Shebs <stan@codesourcery.com>
1404
1405 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1406 disconnected tracing.
1407 (Tracepoint Packets): Document new protocol.
1408
7a697b8d
SS
14092010-01-05 Stan Shebs <stan@codesourcery.com>
1410
1411 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
1412 tracepoints.
1413 (Tracepoint Packets): Describe remote protocol for fast
1414 tracepoints.
1415
e6f3ec50
JB
14162010-01-01 Joel Brobecker <brobecker@adacore.com>
1417
1418 Update the "Start of New Year Procedure".
1419 * gdbint.texinfo: Add the list of files that need to be updated
1420 manually. Minor reformatting.
1421
ddc4e9c1
JB
14222010-01-01 Joel Brobecker <brobecker@adacore.com>
1423
1424 * refcard.tex: Update copyright year in header and text.
1425
9d2897ad
JB
14262010-01-01 Joel Brobecker <brobecker@adacore.com>
1427
1428 * agentexpr.texi: Add 2010 to the list of copyright years.
1429 * annotate.texinfo: Likewise.
1430 * gdb.texinfo: Likewise.
1431 * gdbint.texinfo: Likewise.
1432 * observer.texi: Likewise.
1433 * stabs.texinfo: Likewise.
1434
6da95a67
SS
14352009-12-31 Stan Shebs <stan@codesourcery.com>
1436
1437 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 1438
236f1d4d
SS
14392009-12-29 Stan Shebs <stan@codesourcery.com>
1440
1441 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 1442
f61e138d
SS
14432009-12-28 Stan Shebs <stan@codesourcery.com>
1444
1445 * gdb.texinfo (Trace State Variables): New section.
1446 (Tracepoint Packets): Describe trace state variable packets.
1447 * agentexpr.texi (Bytecode Descriptions): Describe trace state
1448 variable bytecodes.
1449
0fe7935b
DJ
14502009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
1451
1452 * gdb.texinfo (Symbols): "info variables" prints definitions, not
1453 declarations.
1454
a6b29f87
VP
14552009-12-21 Vladimir Prus <vladimir@codesourcery.com>
1456
1457 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
1458 -gdb-exit behaviour.
1459
5e4bde96
JB
14602009-12-20 Joel Brobecker <brobecker@adacore.com>
1461
1462 * gpl.texi: Update to version 3 of the GPL.
1463
a1715244
JB
14642009-12-20 Joel Brobecker <brobecker@adacore.com>
1465
1466 * Makefile.in: Update copyright header.
1467 * observer.texi: Fix the copyright header of the generated files.
1468
361ae042
PM
14692009-12-08 Phil Muldoon <pmuldoon@redhat.com>
1470
1471 * gdb.texinfo (Types In Python): Describe range function.
1472
bfd31e71
PM
14732009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
1474
1475 * gdb.texinfo (Types In Python): Describe "is_base_class".
1476
57a1d736
TT
14772009-12-03 Tom Tromey <tromey@redhat.com>
1478
1479 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
1480
8cebebb9
PP
14812009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
1482
1483 * observer.texi: New memory_changed observer.
1484
16af530a
TT
14852009-12-01 Tom Tromey <tromey@redhat.com>
1486
1487 * gdb.texinfo (Reverse Execution): Fix typo.
1488
b6199126
DJ
14892009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
1490
1491 PR gdb/8704
1492
1493 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
1494 are allowed after the breakpoint condition.
1495
7a6973ad
TT
14962009-11-23 Tom Tromey <tromey@redhat.com>
1497
1498 PR python/10782:
1499 * gdb.texinfo (Types In Python): Document Type.pointer.
1500
21a0512e
PP
15012009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
1502
1503 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 1504
a5832c8f
PA
15052009-11-11 Pedro Alves <pedro@codesourcery.com>
1506
1507 * agentexpr.texi (Tracing On Symmetrix): Delete section.
1508 (Using Agent Expressions): Delete cross reference.
1509
1eb7cd77
JB
15102009-11-07 Joel Brobecker <brobecker@adacore.com>
1511
1512 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
1513 and @settitle directives up to help makeinfo find them.
1514
24ddea62
JK
15152009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1516
1517 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
1518 (Auto-loading): Use plural and note one can use multiple components now.
1519
3afae151
VP
15202009-11-01 Vladimir Prus <vladimir@codesourcery.com>
1521
1522 * gdb.texinfo (GDB/MI Stack Manipulation): Make
1523 -stack-list-arguments have the same documentation for parameter
1524 as -stack-list-locals. Add comas.
1525
14ff2235
PM
15262009-10-27 Tom Tromey <tromey@redhat.com>
1527 Eli Zaretskii <eliz@gnu.org>
1528
c8d5aac9 1529 PR python/10781
14ff2235
PM
1530
1531 * gdb.texinfo (Values From Inferior): Document cast method.
1532
9c419145
PP
15332009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
1534
1535 * gdb.texinfo (Machine Code): Mention function name in disasssembly
1536 and adjust example.
889bf7c5 1537
29153c24
MS
15382009-10-22 Michael Snyder <msnyder@vmware.com>
1539
1540 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 1541 info record command. Also document the new save and restore
29153c24
MS
1542 commands.
1543
2b28d209
PP
15442009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
1545
1546 * gdb.texinfo (Machine Code): Mention current pc marker.
1547 (Memory): Likewise.
1548
6c95b8df
PA
15492009-10-19 Pedro Alves <pedro@codesourcery.com>
1550 Stan Shebs <stan@codesourcery.com>
1551
1552 * observer.texi (new_inferior): Rename to...
1553 (inferior_appeared): ... this.
1554
1555 * gdb.texinfo (Inferiors): Rename node to ...
1556 (Inferiors and Programs): ... this. Mention running multiple
1557 programs in the same debug session.
1558 <info inferiors>: Mention the new 'Executable' column if "info
1559 inferiors". Update examples. Document the "add-inferior",
1560 "clone-inferior", "remove-inferior" and "maint info
1561 program-spaces" commands.
1562 (Process): Rename node to...
1563 (Forks): ... this. Document "set|show follow-exec-mode".
1564
2f8132f3
MS
15652009-10-11 Michael Snyder <msnyder@vmware.com>
1566
1567 * gdb.texinfo (ReverseStep): Show default as "unsupported".
1568 (ReverseContinue): Ditto.
1569
cba4b2d3
PP
15702009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
1571
1572 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 1573
da082f17
JK
15742009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1575
1576 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
1577
08be9d71
ME
15782009-10-06 Michael Eager <eager@eagercon.com>
1579
1580 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
1581 (Embedded Processors): Add MicroBlaze.
1582 (MicroBlaze): New. Describe Xilinx MicroBlaze
1583
08a0efd0
PA
15842009-10-04 Pedro Alves <pedro@codesourcery.com>
1585
1586 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
1587
cbb8f428
EZ
15882009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1589
1590 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
1591
30a4a70c
JB
15922009-09-23 Joel Brobecker <brobecker@adacore.com>
1593
1594 * observer.texi (solib_unloaded): Document explicitly the fact that
1595 this observer is called before the associated symbols are unloaded.
1596
b3372f91
VP
15972009-09-19 Vladimir Prus <vladimir@codesourcery.com>
1598
1599 * gdb.texinfo (GDB/MI Stack Manipulation): Document
1600 -stack-list-variables.
1601
f43030c4
TT
16022009-09-18 Tom Tromey <tromey@redhat.com>
1603
1604 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
1605 is experimental.
1606
ec7e75e7
PP
16072009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1608
1609 * gdb.texinfo (convenince variables): Mention
1610 $_siginfo could be empty.
f43030c4 1611
0cc7d26f
TT
16122009-09-15 Tom Tromey <tromey@redhat.com>
1613
1614 * gdb.texinfo (GDB/MI Variable Objects): Document
1615 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
1616 Expand -var-update documentation.
1617
a96d9b2e
SDJ
16182009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1619
1620 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
1621 feature.
1622
005ca36a
JB
16232009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
1624
1625 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
1626
0d772ac9
MS
16272009-09-10 Michael Snyder <msnyder@vmware.com>
1628
1629 * gdb.texinfo (qSupported): Mention new ReverseContinue and
1630 ReverseStep replies to the qSupported query.
1631
14fb1bac
JB
16322009-09-10 Joel Brobecker <brobecker@adacore.com>
1633
1634 Add documentation for set/show interactive-mode.
1635 * gdb.texinfo (Other Misc Settings): New node.
1636
29b090c0
DE
16372009-09-01 Doug Evans <dje@google.com>
1638
1639 * gdb.texinfo (Caching Data of Remote Targets): Add note on
1640 non-stop mode's affect on remote caching.
1641
4e5d721f
DE
16422009-08-31 Jacob Potter <jdpotter@google.com>
1643 Doug Evans <dje@google.com>
1644
1645 * gdb.texinfo (Caching Data of Remote Targets): Update text.
1646 Mark `set/show remotecache' options as obsolete.
1647 Document new `set/show stack-cache' option.
1648 Update text for `info dcache'.
1649
55333a84
DE
16502009-08-27 Doug Evans <dje@google.com>
1651
1652 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
1653 (Files): Add note on new optional regex arg to `info sharedlibrary'.
1654
bc3a0b4d
RW
16552009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1656
1657 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
1658 about autoconf.
1659
3a1ff0b6
PA
16602009-08-25 Pedro Alves <pedro@codesourcery.com>
1661
1662 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
1663 small example, and describe its columns. Replace "inferior-id" by
1664 "infno" throughout.
1665
81ecdfbb
RW
16662009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1667
af542c2e
RW
1668 * gdbint.texinfo (Releasing GDB): Point to
1669 README-maintainer-mode file for required autoconf version.
1670 * configure.ac: Do not substitute datarootdir, htmldir,
1671 pdfdir, docdir. Do not process --with-datarootdir,
1672 --with-htmldir, --with-pdfdir, --with-docdir.
1673 * configure: Regenerate.
1674
81ecdfbb
RW
1675 * configure: Regenerate.
1676
4efc6507
DE
16772009-08-20 Reid Kleckner <reid@kleckner.net>
1678
1679 * gdb.texinfo: Add chapter on JIT interface.
1680
43089a6e
NR
16812009-08-07 Nick Roberts <nickrob@snap.net.nz>
1682
1683 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 1684 confirmation request.
43089a6e 1685
99e008fe
EZ
16862009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
1687
c8d5aac9
L
1688 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
1689 CRC definitions.
99e008fe 1690
48cb2d85
VP
16912009-08-03 Vladimir Prus <vladimir@codesourcery.com>
1692
1693 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 1694 -break-commands.
48cb2d85 1695
ff1a52c6
UW
16962009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1697
1698 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1699 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
1700
3285f3fe
UW
17012009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1702
1703 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1704 "set spu stop-on-load" and "show spu stop-on-load" commands.
1705
e35359c5
UW
17062009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1707
1708 * gdb.texinfo (Target Descriptions): Document <compatible> element.
1709
58d6951d
DJ
17102009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
1711
1712 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
1713 org.gnu.gdb.arm.neon.
1714
08d16641
PA
17152009-07-20 Pedro Alves <pedro@codesourcery.com>
1716
1717 * gdb.texinfo (Target Description Format): Mention the new <osabi>
1718 optional element.
1719 (subsection OS ABI): New subsection.
1720
782b2b07
SS
17212009-07-14 Stan Shebs <stan@codesourcery.com>
1722
1723 * gdb.texinfo (Tracepoint Conditions): New section.
1724 (General Query Packets): Describe ConditionalTracepoints.
1725 (Tracepoint Packets): Describe condition field.
1726 (Maintenance Commands): Describe maint agent-eval.
1727 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
1728
9b117ef3
HZ
17292009-07-11 Hui Zhu <teawater@gmail.com>
1730
1731 * gdb.texinfo (disassemble): Add a new modifier /r
1732 to "disassemble" command to make it print the raw instructions
1733 in hex as well as in symbolic form.
1734
f5a33284
TT
17352009-07-09 Tom Tromey <tromey@redhat.com>
1736
1737 * gdbint.texinfo (Testsuite): Document parallel make check.
1738
812f7342
TT
17392009-07-09 Tom Tromey <tromey@redhat.com>
1740
1741 * gdbint.texinfo (Testsuite): Document test transcripts.
1742
fbb8f299
PM
17432009-07-10 Phil Muldoon <pmuldoon@redhat.com>
1744
1745 * gdb.texinfo (Values From Inferior): Add length parameter
1746 description.
1747
dd8f35ac
EZ
17482009-07-04 Chris Genly <chris@genly.us>
1749
1750 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
1751 in -var-list-children. Fix example according to what the code
1752 does.
1753
2277426b
PA
17542009-07-02 Pedro Alves <pedro@codesourcery.com>
1755
1756 * gdb.texinfo (Debugging multiple inferiors): Document the
1757 "inferior", "detach inferior" and "kill inferior" commands.
1758 (Debugging Programs with Multiple Processes): Adjust to mention
1759 generic "inferior" commands. Delete mention of "detach fork" and
1760 "delete fork". Cross reference to "Debugging multiple inferiors"
1761 section.
1762
a6d9a66e
UW
17632009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1764
5af949e3
UW
1765 * gdbint.texinfo (Item Output Functions): Update signature
1766 for ui_out_field_core_addr.
1767
17682009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1769
1770 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
1771 Update example code extrated from breakpoint.c.
1772
9901a55b 17732009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 1774
9901a55b
PP
1775 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
1776 MI commands.
1777 (GDB/MI Symbol Query): Likewise.
1778 (GDB/MI File Commands): Likewise.
1779 (GDB/MI File Transfer Commands): Likewise.
1780 (GDB/MI Target Manipulation): Likewise.
1781 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 1782
edb3359d
DJ
17832009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
1784
1785 * gdb.texinfo (Debugging Optimized Code): New chapter.
1786 (Compiling for Debugging): Reference it. Move some
1787 text to the new section.
1788
7cd1089b
PM
17892009-06-15 Phil Muldoon <pmuldoon@redhat.com>
1790
1791 * doc/gdb.texinfo (Calling): Document
1792 set-unwind-on-terminating-exception usage.
1793
d4db2f36
PA
17942009-06-11 Pedro Alves <pedro@codesourcery.com>
1795
1796 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
1797 command.
1798
d1a7880c
PA
17992009-06-07 Pedro Alves <pedro@codesourcery.com>
1800
1801 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
1802 references.
1803
473f94e6
UW
18042009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
1805
1806 * gdbint.texinfo: Rename formal parameters to gdbarch function
1807 protoypes from "current_gdbarch" to "gdbarch".
1808
8f500870
TT
18092009-05-28 Tom Tromey <tromey@redhat.com>
1810
1811 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
1812
b6313243
TT
18132009-05-27 Tom Tromey <tromey@redhat.com>
1814
1815 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1816 feature.
1817 (GDB/MI Variable Objects): Document -var-set-visualizer.
1818
18192009-04-02 Tom Tromey <tromey@redhat.com>
1820
1821 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1822 feature.
1823 (GDB/MI Variable Objects): Document -var-set-visualizer.
1824
a6bac58e
TT
18252009-05-27 Tom Tromey <tromey@redhat.com>
1826 Thiago Jung Bauermann <bauerman@br.ibm.com>
1827 Phil Muldoon <pmuldoon@redhat.com>
1828
1829 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
1830 (Pretty Printing): New node.
1831 (Selecting Pretty-Printers): Likewise.
1832 (Python API): Update.
1833 (Output Formats): Document /r format.
1834
2c74e833
TT
18352009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
1836 Tom Tromey <tromey@redhat.com>
1837
1838 * gdb.texinfo (Types In Python): New node.
1839 (Values From Inferior): "type" is now an attribute.
1840 (Python API): Update.
1841
89c73ade
TT
18422009-05-27 Tom Tromey <tromey@redhat.com>
1843 Thiago Jung Bauermann <bauerman@br.ibm.com>
1844 Phil Muldoon <pmuldoon@redhat.com>
1845
1846 * gdb.texinfo: Add @syncodeindex for `tp'.
1847 (Python API): Update.
1848 (Auto-loading): New node.
1849 (Objfiles In Python): New node.
1850
17a37d48
PP
18512009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
1852
1853 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 1854
6718376f
NR
18552009-05-15 Nick Roberts <nickrob@snap.net.nz>
1856
1857 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
1858
cbe54154
PA
18592009-05-12 Pedro Alves <pedro@codesourcery.com>
1860
1861 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
1862 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
1863 show show-debug-regs' docs.
1864
8e05493c
EZ
18652009-05-08 Eli Zaretskii <eliz@gnu.org>
1866
1867 * gdb.texinfo (Process Record and Replay): Add description of
1868 reverse execution.
1869
b39f4988
JB
18702009-05-07 Joel Brobecker <brobecker@adacore.com>
1871
1872 * gdbint.texinfo (Adding support for debugging core files): New node.
1873 (Native Debugging): Remove the ``Native core file Support'' section.
1874
a2311334
EZ
18752009-05-01 Eli Zaretskii <eliz@gnu.org>
1876
1877 * gdb.texinfo (Process Record and Replay): Improve and clarify.
1878 Add index entries.
1879
53cc454a 18802009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 1881 Michael Snyder <msnyder@vmware.com>
53cc454a 1882
a2311334
EZ
1883 * gdb.texinfo: (Process Record and Replay): Add documentation for
1884 process record and replay.
53cc454a 1885
484086b7
JK
18862009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1887
1888 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
1889 a new part on command-line defined macros.
1890
32ae1842
EZ
18912009-04-25 Eli Zaretskii <eliz@gnu.org>
1892
1893 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
1894 clarify the wording.
1895
b14b1491
TT
18962009-04-23 Tom Tromey <tromey@redhat.com>
1897
1898 * gdb.texinfo (Data Files): New node.
1899 (GDB Files): Update menu.
1900
5c1e86e1
JB
19012009-04-23 Joel Brobecker <brobecker@adacore.com>
1902
1903 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 1904 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 1905
83eba9b7
VP
19062009-04-22 Vladimir Prus <vladimir@codesourcery.com>
1907
1908 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
1909
e31198c4
HZ
19102009-04-22 Hui Zhu <teawater@gmail.com>
1911
1912 * gdb.texinfo (disassemble-next-line): Set the default of
1913 disassemble-next-line to off.
1914
26e251b6
JM
19152009-04-21 Joseph Myers <joseph@codesourcery.com>
1916
1917 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
1918 --with-htmldir): New.
1919 * configure: Regenerate.
1920 * Makefile.in (datarootdir, docdir): Define.
1921 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
1922 instead of $(SET_TEXINPUTS).
1923 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
1924 gdbint.info instead of $(SET_TEXINPUTS).
1925 (gdbint/index.html): Use same -I options as for building
1926 gdbint.info.
1927 (stabs.dvi, stabs.pdf): Use same -I options as for building
1928 stabs.info instead of $(SET_TEXINPUTS).
1929 (stabs/index.html): Use same -I options as for building
1930 stabs.info.
1931 (annotate.dvi, annotate.pdf): Use same -I options as for building
1932 annotate.info instead of $(SET_TEXINPUTS).
1933 (annotate/index.html): Use same -I options as for building
1934 annotate.info.
1935
eac35c4e
DD
19362009-04-21 David Daney <ddaney@caviumnetworks.com>
1937
1938 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
1939
29b0e8a2
JM
19402009-04-21 Joseph Myers <joseph@codesourcery.com>
1941
1942 * gdb.texinfo (Source Path): Document --with-relocated-sources.
1943
2b831889 19442009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 1945 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
1946
1947 * Makefile.in (MAKEHTML): Set to makeinfo --html.
1948 (MAKEHTMLFLAGS): Set to empty.
1949 (html__strip_dir): Define.
1950 (HTMLFILES): Define.
1951 (HTMLFILES_INSTALL): Define.
1952 (install-html): Copy new automake rule.
1953 (html): Depend on $(HTMLFILES).
1954 (gdb_toc.html): Rename to gdb/index.html.
1955 (gdbint_toc.html): Rename to gdbint/index.html.
1956 (stabs_toc.html): Rename to stabs/index.html.
1957 (annotate_toc.html): Rename to annotate/index.html.
1958
89a34d1b
JM
19592009-04-17 Carlos O'Donell <carlos@codesourcery.com>
1960
1961 * Makefile.in: Set pdfdir and htmldir from configure
1962 substitutions.
1963 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
1964 * configure: Regenerate.
1965
a2d5da46
JB
19662009-04-16 Joel Brobecker <brobecker@adacore.com>
1967
1968 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
1969 This macro is no longer used.
1970
732f6a93
TT
19712009-04-15 Tom Tromey <tromey@redhat.com>
1972
1973 * gdb.texinfo (Character Sets): Document default character set.
1974
87f9adc1
PM
19752009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
1976
1977 * gdbint.texinfo: Change server name from sources.redhat.com to
1978 sourceware.org throughout.
1979
2c88c651
JB
19802009-04-09 Joel Brobecker <brobecker@adacore.com>
1981
1982 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
1983 about a missing dot or coma after @xref.
1984
4f5376b2
JB
19852009-04-02 Joel Brobecker <brobecker@adacore.com>
1986
1987 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
1988 example, and add a small explanation about it.
1989 (Print Settings): Change the documentation of the "set print
1990 frame-arguments" to reflect the fact that the default is now "scalars".
1991
a0381d3a
JB
19922009-04-02 Joel Brobecker <brobecker@adacore.com>
1993
1994 * gdb.texinfo (Print Settings): Add kindex for command "set
1995 print frame-arguments".
1996
45ac276d
JB
19972009-03-31 Joel Brobecker <brobecker@adacore.com>
1998
1999 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
2000 breakpoints.
2001 (Set Breaks): Add reference to thread-specific and task-specific
2002 breakpoints.
2003
32cd1edc
JB
20042009-03-31 Joel Brobecker <brobecker@adacore.com>
2005
2006 * gdb.texinfo (Ada Tasks): Remove the documentation about
2007 the "Running" state, as this state has been eliminated.
2008 Now all runnable tasks are shown as "Runnable".
2009
1042e4c0
SS
20102009-03-30 Stan Shebs <stan@codesourcery.com>
2011
2012 * gdb.texinfo (Tracepoints): Describe tracepoints as a
2013 special case of breakpoints.
2014 (Enable and Disable Tracepoints): Mention deprecation.
2015 (Listing Tracepoints): Update description and example.
2016
f8f6f20b
TJB
20172009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2018
2019 * gdb.texinfo (Frames in Python): New node.
2020 (Python API): Update.
2021
c0c6f777
TJB
20222009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
2023
2024 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
2025 from a method to an attribute.
2026
def2b000
TJB
20272009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
2028
2029 * gdb.texinfo (Values From Inferior): Document is_optimized_out
2030 attribute.
2031
a07daef3
PA
20322009-03-25 Pedro Alves <pedro@codesourcery.com>
2033
2034 * observer.texi (thread_exit): Add "silent" parameter.
2035
f3b1572e
PA
20362009-03-22 Pedro Alves <pedro@codesourcery.com>
2037
2038 * observer.texi (about_to_proceed): New.
2039
587afa38
EZ
20402009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
2041
2042 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
2043 field throughout to handle types with spaces in them. Fix typos
2044 found by aspell.
2045 (Summary, Requirements, Contributors): New first chapter,
2046 "Summary" added, old Requirements section moved there, and new
2047 section, "Contributors" added.
2048 (Initializing a New Architecture, Register Representation)
2049 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
2050 (Porting gdb): These sections extended and updated.
2051 (Compiler Characteristics): This section (empty) deleted.
2052 (Defining Other Architecture Features): This section renamed and
2053 duplicate material removed from (formerly "Target Conditionals").
2054 Use braces {} in @deftypeXX type field throughout to handle types
2055 with spaces in them. Typos found by aspell fixed.
2056
2057 * stack_frame.svg: New file, source of image for gdbint.texinfo.
2058 * stack_frame.pdf: Version of image for PDF output.
2059 * stack_frame.png: Version of image for HTML output and for Emacs.
2060 * stack_frame.txt: Version of image for Info output.
1db61298 2061 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 2062
10af6951
EZ
20632009-03-21 Eli Zaretskii <eliz@gnu.org>
2064
2065 * gdb.texinfo (Character Sets): Fix last change.
2066
cc924cad
TJB
20672009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
2068
2069 * gdb.texinfo (Values From Inferior): Fix optional arguments
2070 markup.
2071 (Commands In Python): Adjust argument names of gdb.Command.__init__
2072 to what the function accepts as keywords.
2073
bc3b79fd
TJB
20742008-03-20 Tom Tromey <tromey@redhat.com>
2075
2076 * gdb.texinfo (Convenience Vars): Document convenience functions.
2077 (Functions In Python): New node.
2078 (Python API): Update.
2079
6c7a06a3
TT
20802009-03-20 Tom Tromey <tromey@redhat.com>
2081
2082 * gdb.texinfo (Character Sets): Remove obsolete text. Document
2083 set target-wide-charset.
2084 (Requirements): Mention iconv.
2085
b646ddd4
HZ
20862009-03-17 Hui Zhu <teawater@gmail.com>
2087
2088 * gdb.texinfo: Change the introduce of "disassemble-next-line".
2089
91440f57
HZ
20902009-03-17 Hui Zhu <teawater@gmail.com>
2091
2092 * gdb.texinfo: Add documentation for disassemble-next-line.
2093
8fd41227
TJB
20942009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2095
2096 * gdb.texinfo (Commands In Python): Remove tindex entries.
2097
61ff14c6
JK
20982009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2099
2100 * gdb.texinfo (Returning): New description for missing debug info.
2101
0b16c5cf
PA
21022009-03-14 Pedro Alves <pedro@codesourcery.com>
2103
2104 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 2105 (General Query Packets): Document qAttached.
0b16c5cf 2106
32fc0df9
PA
21072009-03-05 Pedro Alves <pedro@codesourcery.com>
2108
2109 * gdb.texinfo (Background Execution): Better describe the set
2110 target-async command.
2111 (Maintenance Commands): Delete description of the `maint set/show
2112 linux-async' and `maint set/show remote-async' commands.
2113
134eb42c
VP
21142009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2115
2116 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
2117 between sentences.
2118
c86cf029
VP
21192009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2120
2121 * gdb.texinfo (GDB/MI Async Records): Document the
2122 =library-loaded and =library-unloaded notifications.
2123
3ea85240
VP
21242009-02-17 Vladimir Prus <vladimir@codesourcery.com>
2125
2126 * observer.texi (test_notification): New observer.
2127
1d33d6ba
VP
21282009-02-14 Vladimir Prus <vladimir@codesourcery.com>
2129
61ff14c6
JK
2130 * observer.texi: Add parameter 'print_frame' to normal_stop
2131 observer.
1d33d6ba 2132
d721c933
EZ
21332009-02-07 Eli Zaretskii <eliz@gnu.org>
2134
2135 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
2136 (Commands In Python): Fix COMMAND_* constants in last change. Use
2137 @kbd for interactive input. Add cross-references and index
2138 entries.
2139
4aa995e1
PA
21402009-02-06 Pedro Alves <pedro@codesourcery.com>
2141
2142 * gdb.texinfo (Signals): Document $_siginfo.
2143 (Convenience Variables): Mention $_siginfo.
2144 (Remote Configuration): Document qXfer:siginfo:read,
2145 qXfer:siginfo:write packets, and the read-siginfo-object,
2146 write-siginfo-object commands.
2147
5f5233d4
PA
21482009-02-06 Pedro Alves <pedro@codesourcery.com>
2149
2150 * gdbint.texinfo (Values): New chapter.
2151
d8906c6f
TJB
21522009-02-06 Tom Tromey <tromey@redhat.com>
2153
2154 * gdb.texinfo (Python API): Add entry for Commands In Python.
2155 (Commands In Python): New node.
2156
b6cb8e7d
TJB
21572009-02-05 Tom Tromey <tromey@redhat.com>
2158
2159 * gdb.texinfo (Values From Inferior): Document Value.string.
2160
12453b93
TJB
21612009-02-05 Tom Tromey <tromey@redhat.com>
2162
2163 * gdb.texinfo (Basic Python): Document execute's from_tty
2164 argument.
2165
08c637de
TJB
21662009-02-04 Tom Tromey <tromey@redhat.com>
2167
2168 * gdb.texinfo (Basic Python): Document gdb.history.
2169
592375cd
VP
21702009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2171
2172 * gdb.texinfo (GDB/MI Thread Commands): Document the
2173 'current-thread-id' field. Remove the example with zero threads,
2174 since current GDB won't ever report that if there's inferior.
2175
41447f92
VP
21762009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2177
2178 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
2179 option to -break-insert.
2180
098b41a6
JG
21812009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2182 Jerome Guitton <guitton@adacore.com>
2183
2184 * gdb.texinfo (Startup): Document --with-system-gdbinit.
2185 (System-wide configuration): New section.
2186
3c16cced
PA
21872009-01-26 Pedro Alves <pedro@codesourcery.com>
2188
2189 PR gdb/7580:
2190 * gdb.texinfo (Maintenance Commands): Document "maint set|show
2191 internal-error|internal-warning quit|corefile ask|yes|no".
2192
62709adf
PA
21932009-01-26 Pedro Alves <pedro@codesourcery.com>
2194
2195 * gdb.texinfo (Using the `gdbserver' Program): Document
2196 --remote-debug.
2197
7ce58dd2
DE
21982009-01-23 Doug Evans <dje@google.com>
2199
2200 * gdb.texinfo: Add nexti to list of commands that support
2201 background execution.
2202
adb483fe
DJ
22032009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
2204
2205 * gdb.texinfo (Define, Hooks): Document prefix command support.
2206
a67ec3f4 22072009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 2208 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
2209
2210 Fixes for makeinfo --html.
2211
2212 * annotate.texinfo: Use @copying and @insertcopying. Use
2213 @ifnottex in place of @ifinfo.
2214 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
2215 place of @ifinfo. Use @ifnotinfo for one index entry.
2216 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
2217 in place of @ifinfo.
2218 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
2219 in place of @ifinfo. Include contents at start unconditionally.
2220
84fcdf95
PA
22212009-01-13 Pedro Alves <pedro@codesourcery.com>
2222
2223 * gdb.texinfo (General Query Packets): Remove @var{} around the
2224 "spu" literal string.
2225
fa3a767f
PA
22262009-01-07 Pedro Alves <pedro@codesourcery.com>
2227
2228 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
2229 program may be running in another process" errors.
2230 * gdbint.texinfo (Native Conditionals): Delete
2231 ONE_PROCESS_WRITETEXT description.
2232
9cb011d3
JB
22332009-01-07 Joel Brobecker <brobecker@adacore.com>
2234
2235 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
2236 emacs local variable to be placed at the end of the ChangeLog.
2237 Add server.c and gdbreplay.c to the list of files where the
2238 copyright year needs to be updated.
2239
84603566
SL
22402009-01-06 Sandra Loosemore <sandra@codesourcery.com>
2241
2242 * gdb.texinfo (Remote Configuration): Document new
2243 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
2244 commands.
2245
a53f55d8
PA
22462008-12-28 Pedro Alves <pedro@codesourcery.com>
2247
2248 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
2249 FETCH_INFERIOR_REGISTERS.
2250 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
2251 FETCH_INFERIOR_REGISTERS descriptions. Remove
2252 gdbarch_get_longjmp_target descrition, since already described in
2253 Target Conditionals. Move gdbarch_fp0_regnum description to ...
2254 (Target Conditionals): ... here.
2255
077e0a52
JB
22562008-12-16 Joel Brobecker <brobecker@adacore.com>
2257
2258 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
2259 examples.
2260 (Additions to Ada): Likewise. Add the missing opening and closing
2261 parenthesis of the GDB prompt in one of the examples.
2262
023eb17c
JB
22632008-12-14 Joel Brobecker <brobecker@adacore.com>
2264
2265 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
2266 about the result of 'Address not being of type System.Address.
2267 This problem has been fixed a while ago.
2268
c3b108f7
VP
22692008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2270
2271 MI non-stop and multiprocess docs.
2272
c8d5aac9
L
2273 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
2274 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
2275 Adjust documentation for *stopped, document =thread-created,
2276 =thread-exited, =thread-group-created and =thread-group-exited.
2277 (GDB/MI Thread Commands): Document the 'state' field in
2278 -thread-info output.
2279 (GDB/MI Program Execution): Mention --all and --thread-group
2280 options.
2281 (GDB/MI Variable Objects): Describe floating and fixed variable
2282 objects.
2283 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 2284
07e059b5
VP
22852008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2286
c8d5aac9
L
2287 * gdb.texinfo (Operating System Information): New appendix.
2288 (Operating System Auxiliary Information): Document 'info os processes'
2289 (Remote Configuration): Document 'osdata'
2290 (General Query Packets): Document qXfer:osdata:read.
07e059b5 2291
a80b95ba
TG
22922008-11-27 Tristan Gingold <gingold@adacore.com>
2293
2294 * gdb.texinfo (Darwin): Document Darwin specific features.
2295
a655d424
JK
22962008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2297
2298 * gdbint.texinfo (Target Conditionals): Extend the
2299 gdbarch_breakpoint_from_pc description.
2300
249e1128
VP
23012008-11-22 Vladimir Prus <vladimir@codesourcery.com>
2302
2303 * gdb.texinfo (M68K Features): Fix typo.
2304
c14c28ba
PP
23052008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2306
2307 * gdb.texinfo (Symbols): Mention printing containing
2308 image name in "info symbol".
2309 (Maint translate-address): Likewise.
889bf7c5 2310
394a6666
JB
23112008-11-18 Joel Brobecker <brobecker@adacore.com>
2312
2313 * gdb.texinfo (Set Catchpoints): Remove the documentation of
2314 commands "catch load" and "catch unload".
2315
66bb093b
VP
23162008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2317
2318 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 2319 =thread-selected.
889bf7c5 2320
4a92f99b
VP
23212008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2322
c8d5aac9 2323 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 2324
f0323ca0
PA
23252008-10-27 Pedro Alves <pedro@codesourcery.com>
2326
2327 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
2328 .mt files, TM_CLIBS or TM_CDEPS.
2329 (x86 Watchpoints): Don't mention TDEPFILES.
2330
8b23ecc4
SL
23312008-10-24 Sandra Loosemore <sandra@codesourcery.com>
2332
2333 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
2334 (Overview): Mention notifications and non-stop mode behavior.
2335 (Packets): Update documentation of ?, vAttach, vCont, and vRun
2336 with non-stop mode behavior. Add vStopped description.
2337 (Stop Reply Packets): Update list of packets that return
2338 stop replies. Mention non-stop behavior.
2339 (General Query Packets): Document QNonStop packet and associated
2340 qSupported query response.
2341 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
2342 behavior.
2343 (Notification Packets): New section.
2344 (Remote Non-Stop): New section.
2345 (File-I/O Overview): Mention non-stop behavior.
2346
fff08868
HZ
23472008-10-24 Hui Zhu <teawater@gmail.com>
2348 Pedro Alves <pedro@codesourcery.com>
2349
2350 * gdb.texinfo (displaced-stepping): Describe the auto mode
2351 setting, and say it's the default. This is now a mainstream
2352 setting instead of a maintenance setting.
2353
252fbfc8
PA
23542008-10-23 Pedro Alves <pedro@codesourcery.com>
2355
2356 * observer.texi (thread_stop_requested): New.
2357
20924a55
JB
23582008-10-22 Joel Brobecker <brobecker@adacore.com>
2359
2360 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
2361 (Patching): Replace incorrect usage of @samp by @kbd.
2362
bacec72f
MS
23632008-10-17 Michael Snyder <msnyder@vmware.com>
2364
2365 * gdb.texinfo: Add documentation for reverse execution.
2366
a08702d6 23672008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 2368 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
2369
2370 * gdb.texinfo. (Values From Inferior): New subsubsection.
2371
d97bc12b
DE
23722008-10-06 Doug Evans <dje@google.com>
2373
2374 * gdb.texinfo (set debug dwarf2-die): Document it.
2375
87f67dba
JB
23762008-10-01 Joel Brobecker <brobecker@adacore.com>
2377
2378 * gdb.texinfo (catch) [exception]: Document how to insert
2379 a breakpoint on user-defined exceptions when the exception
2380 name is identical to one of the language-defined ones.
2381
2fae03e8
TT
23822008-09-27 Tom Tromey <tromey@redhat.com>
2383
2384 * gdb.texinfo (Macros): Remove text about stringification,
2385 varargs, and splicing.
2386
5c6ce71d
TT
23872008-09-27 Tom Tromey <tromey@redhat.com>
2388
2389 * gdbint.texinfo (Language Support): Remove text about omitting
2390 support for a language.
2391
07128da0
DE
23922008-09-23 Doug Evans <dje@google.com>
2393
2394 * gdb.texinfo (info dcache): Update.
2395
b90a069a
SL
23962008-09-22 Sandra Loosemore <sandra@codesourcery.com>
2397
2398 * gdb.texinfo (Packets): Add info on thread-id syntax and
2399 multiprocess extensions.
2400 <D>: Document multiprocess form of packet.
2401 <H>: Use thread-id syntax.
2402 <T>: Likewise.
2403 <vCont>: Likewise. Note this is required for multiprocess.
2404 <vKill>: New packet.
2405 (Stop Reply Packets) <T>: Use thread-id syntax.
2406 <W>: Document multiprocess form of reply.
2407 <X>: Likewise.
2408 (General Query Packets) <qC>: Use thread-id syntax.
2409 <qfThreadInfo>: Likewise.
2410 <qGetTLSAddr>: Likewise.
2411 <qP>: Likewise.
2412 <qSupported>: Add "multiprocess" feature.
2413 <qThreadExtraInfo>: Use thread-id syntax.
2414
b77209e0
PA
24152008-09-22 Stan Shebs <stan@codesourcery.com>
2416
2417 * gdb.texinfo (Inferiors): New section.
2418
3d0bb823
PA
24192008-09-12 Pedro Alves <pedro@codesourcery.com>
2420
2421 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
2422
f8dcfc0a
UW
24232008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2424
2425 * gdbint.texinfo (Target Conditionals): Remove documentation
2426 for gdbarch_name_of_malloc.
2427
8775bb90
MS
24282008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
2429
2430 * gdb.texinfo (Interrupts): Mention TCP interface for
2431 sending BREAK.
2432
f1838a98
UW
24332008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
2434
2435 * gdb.texinfo (Commands to Specify Files): Document "remote:"
2436 argument prefix to "set sysroot".
2437
158c7665
PH
24382008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
2439
2440 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
2441 and False.
2442
30e026bb
VP
24432008-08-20 Vladimir Prus <vladimir@codesourcery.com>
2444
c8d5aac9
L
2445 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
2446 for possible features of -list-features.
30e026bb 2447
c6ebd6cf
VP
24482008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2449
c8d5aac9 2450 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
2451 (GDB/MI Miscellaneous Commands): Document -list-target-features.
2452
aeac0ff9
VP
24532008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2454
2455 * doc/gdb.texinfo (PowerPC): Fix typo.
2456 (PowerPC features): Fix typo.
2457
5231c1fd
PA
24582008-08-18 Pedro Alves <pedro@codesourcery.com>
2459
2460 * observer.texi (thread_ptid_changed): New.
2461
677c5bb1
LM
24622008-08-18 Luis Machado <luisgpm@br.ibm.com>
2463
2464 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
2465 (PowerPC features): Mention feature set for VSX registers.
2466
f3a2dd1a
JB
24672008-08-13 Joel Brobecker <brobecker@adacore.com>
2468
2469 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
2470 the direct visibility of all names in user-written packages.
2471
33e5cbd6
PA
24722008-08-13 Pedro Alves <pedro@codesourcery.com>
2473
2474 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
2475 setting, and make it the default.
2476 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
2477 non-stop script example.
2478
d0384fc4
TJB
24792008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
2480
2481 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
2482 reference to the "Using Different Register and Memory Data
2483 Representation" section.
2484
a6f3e723
SL
24852008-08-12 Sandra Loosemore <sandra@codesourcery.com>
2486
2487 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
2488 (Remote Protocol): Add Packet Acknowledgment to menu.
2489 (Overview): Mention +/- can be disabled, and point to new section
2490 where this is discussed in detail.
2491 (General Query Packets): Document QStartNoAckMode packet, and
2492 corresponding qSupported reply.
2493 (Packet Acknowledgment): New section.
2494
0606b73b
SL
24952008-08-11 Sandra Loosemore <sandra@codesourcery.com>
2496 Pedro Alves <pedro@codesourcery.com>
2497
2498 * gdb.texinfo (Threads): Move paragraph about automatic thread
2499 selection to All-Stop Mode subsection.
2500 (Thread Stops): Reorganize existing material into subsections.
2501 Add introductory blurb and menu.
2502 (Non-Stop Mode): New subsection.
2503 (Background Execution): New subsection.
2504 (Maintenance Commands): Add cross-references from async mode
2505 commands to the new Background Execution section.
2506
d57a3c85
TJB
25072008-08-06 Tom Tromey <tromey@redhat.com>
2508
2509 * gdb.texinfo (Extending GDB): New chapter.
2510 (Sequences): Demoted chapter, now a section under the new
2511 Extending GDB chapter.
2512 (Python): New section.
2513
6d76a53d
SS
25142008-07-31 Stan Shebs <stan@codesourcery.com>
2515
2516 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
2517
1f70da6a
SS
25182008-07-29 Stan Shebs <stan@codesourcery.com>
2519
2520 * gdbint.texinfo: General round of cleanup and minor
2521 clarifications.
2522 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
2523 (Longjmp Support): Update description to reflect how it is done
2524 for targets without using native header.
2525 (Symbol Handling): Add a little more general explanation.
2526 (COFF, ELF): Mention stabs encapsulation.
2527 (DWARF 3): New section.
2528 (Adding a New Host): Scrub out some obsolete bits.
2529 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
2530 (Host Conditionals): Remove descriptions of NO_STD_REGS,
2531 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
2532 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
2533 SEEK_SET, STOP_SIGNAL, USG.
2534 (Raw and Virtual Register Representations): Ditto for
2535 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
2536 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
2537 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
2538 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
2539 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
2540 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
2541 DEPRECATED_REGISTER_VIRTUAL_SIZE,
2542 DEPRECATED_REGISTER_VIRTUAL_TYPE,
2543 DEPRECATED_USE_STRUCT_CONVENTION.
2544 Describe gdbarch_deprecated_fp_regnum.
2545 Update description of gdbarch_print_insn.
2546 (Adding a New Target): Scrub out obsolete bits.
2547 (Obsolete Conditionals): Remove entire section.
2548
383f836e
TT
25492008-07-25 Tom Tromey <tromey@redhat.com>
2550
2551 * observer.texi (GDB Observers): Document new observers:
2552 breakpoint_created, breakpoint_deleted, breakpoint_modified,
2553 tracepoint_created, tracepoint_deleted, tracepoint_modified,
2554 architecture_changed.
2555
cfd8ab24
SS
25562008-07-21 Stan Shebs <stan@codesourcery.com>
2557
2558 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
2559 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
2560
781b42b0
TT
25612008-07-21 Tom Tromey <tromey@redhat.com>
2562
2563 * observer.texi (GDB Observers): Remove obsolete comment.
2564 <executable_changed>: Remove argument.
2565
d7d9f01e
TT
25662008-07-18 Tom Tromey <tromey@redhat.com>
2567
2568 * gdb.texinfo (Macros): Update. Use @code rather than @command.
2569
bf250677
DE
25702008-07-10 Doug Evans <dje@google.com>
2571
2572 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
2573
10568435
JK
25742008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2575
2576 * gdb.texinfo (Starting): Document "set disable-randomization".
2577
5ae4183a
AS
25782008-07-07 Andreas Schwab <schwab@suse.de>
2579
2580 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
2581
b56e7235
VP
25822008-07-06 Vladimir Prus <vladimir@codesourcery.com>
2583
2584 * gdb.texinfo (GDB/MI Target Manipulation): Add
2585 example of -target-attach.
2586
e1ac3328
VP
25872008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2588
2589 * observer.texi (target_resumed): New observer.
5ae4183a 2590 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 2591
65d12d83
TT
25922008-06-06 Tom Tromey <tromey@redhat.com>
2593
2594 * gdb.texinfo (Completion): Add field name example.
2595
fbc5282e
MK
25962008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
2597
2598 * gdb.texinfo (GDB/MI Program Context): Added example
2599 to -exec-arguments
5ae4183a 2600
fbc5282e 26012008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
2602
2603 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
2604 annotation.
2605
c16158bc 26062008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
2607 Nathan Sidwell <nathan@codesourcery.com>
2608 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
2609
2610 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
2611 and ACX_BUGURL.
2612 * configure: Regenerate.
2613 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
2614 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
2615 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
2616 mailing-list-specific text about bug reporting unless
2617 BUGURL_DEFAULT.
2618
75c99385
PA
26192008-06-05 Pedro Alves <pedro@codesourcery.com>
2620
2621 * gdb.texinfo (-target-select): Remove reference to target async.
2622 (Maintenance Commands): Document "maint set/show remote-async".
2623
1763a388
MK
26242008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
2625
2626 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
2627 in -target-file-get section.
5ae4183a 2628
d0d064df
PA
26292008-05-22 Pedro Alves <pedro@codesourcery.com>
2630
9b562ab8
PA
2631 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
2632 killing the inferior when it is already debugging a process.
d0d064df 2633
8dfa32fc
JB
26342008-05-21 Joel Brobecker <brobecker@adacore.com>
2635
2636 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
2637 abbreviation for "finish".
2638
55f996a7
NR
26392008-05-21 Nick Roberts <nickrob@snap.net.nz>
2640
2641 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
2642
ba2b1c56
DJ
26432008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
2644
2645 * gdbint.texinfo (Target Conditionals): Delete entry for
2646 gdbarch_dwarf_reg_to_regnum.
2647
08388c79
DE
26482008-05-09 Doug Evans <dje@google.com>
2649
a3c83fae 2650 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 2651
d14508fe
DE
26522008-05-05 Doug Evans <dje@google.com>
2653
2654 * gdb.texinfo (disassemble): Document /m modifier.
2655
e2b7ddea
VP
26562008-05-05 Vladimir Prus <vladimir@codesourcery.com>
2657
5ae4183a
AS
2658 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
2659 will not report the time of commands that run the target.
e2b7ddea 2660
8eb41542
VP
26612008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2662
2663 * gdb.texinfo (GDB/MI Output Records): Add
2664 missing semicolon.
2665
82f68b1c
VP
26662008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2667
2668 * gdb.texinfo (GDB/MI Output Records):
2669 Document =thread-create and =thread-exited.
2670
fa0f268d
VP
26712008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2672
2673 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 2674 Remove mention of dmi-discuss.
fa0f268d 2675
063bfe2e
VP
26762008-05-03 Pedro Alves <pedro@codesourcery.com>
2677
2678 * observer.texi (thread_exit): New.
2679
237fc4c9
PA
26802008-05-02 Pedro Alves <pedro@codesourcery.com>
2681
2682 * gdb.texinfo (Debugging Output): Document "set/show debug
2683 displaced".
2684 (Maintenance Commands): Document "maint set/show
2685 can-use-displaced-stepping".
2686
0428b8f5
DJ
26872008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
2688
2689 * gdb.texinfo (ARM): Document set/show arm fallback-mode
2690 and set/show arm force-mode.
2691
5009afc5
AS
26922008-05-02 Andreas Schwab <schwab@suse.de>
2693
2694 * gdbint.texinfo (Algorithms): Describe
2695 target_watchpoint_addr_within_range.
2696
669fac23
DJ
26972008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2698
2699 * gdbint.texinfo (Stack Frames): New chapter.
2700 (Algorithms): Move Frames text to the new chapter.
2701 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
2702 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
2703
721c02de
VP
27042008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2705
5ae4183a
AS
2706 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
2707 output does not necessary include any tokens.
721c02de 2708
c055b101
CV
27092008-04-22 Corinna Vinschen <vinschen@redhat.com>
2710
2711 * gdb.texinfo (Set SH Calling convention): New @item.
2712 (Show SH Calling convention): Ditto.
2713
68837c9d
MD
27142008-04-22 Markus Deuling <deuling@de.ibm.com>
2715
2716 * gdb.texinfo (Fortran Operators): Describe '%' operator.
2717
2e9132cc
EZ
27182008-04-20 Eli Zaretskii <eliz@gnu.org>
2719
2720 * gdb.texinfo (Set Breaks): Mention that multiple location
2721 breakpoints need line number info. Add index entries.
2722
31fffb02
CS
27232008-04-19 Craig Silverstein <csilvers@google.com>
2724
2725 * gdb.texinfo (Requirements): Add an optional requirement on
2726 zlib.
2727 * gdbint.texinfo (Debugging File Formats): Add new subsection for
2728 Compressed DWARF 2.
2729
a47ec5fe
AR
27302008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
2731
2732 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
2733 sample output for 'stopped,reason="breakpoint-hit"' message.
2734 (GDB/MI Program Execution): Likewise.
2735
de051565
MK
27362008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
2737
5ae4183a 2738 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
2739 -var-set-format. Add -f option to -var-evaluate-expression.
2740
6ba66d6a
JB
27412008-04-03 Joel Brobecker <brobecker@adacore.com>
2742
2743 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
2744 new node "Ambiguous Expressions". Replace references to this
2745 node by references to "Ambiguous Expressions" throughout.
2746 (Ambiguous Expressions): New node.
2747
1e26b4f8
DJ
27482008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
2749
2750 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
2751
b84876c2
PA
27522008-03-21 Pedro Alves <pedro@codesourcery.com>
2753
2754 * gdb.texinfo (Debugging Output): Document
2755 "set/show debug lin-lwp-async".
2756 (Maintenance Commands): Document "maint set/show linux-async".
2757
63092375
DJ
27582008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
2759
2760 * gdb.texinfo (Expressions): Update description of malloced arrays.
2761
8e8901c5
VP
27622008-03-15 Vladimir Prus <vladimir@codesourcery.com>
2763
2764 * gdb.texinfo (Thread Commands): Document
2765 -thread-info. Remove -thread-list-all-threads.
2766
1fddbabb
PA
27672008-03-14 Pedro Alves <pedro@codesourcery.com>
2768 Sandra Loosemore <sandra@codesourcery.com>
2769
2770 * gdb.texinfo (Library List Format): Update to mention the
2771 possibility to pass section addresses instead of segment
2772 addresses.
2773
ccd213ac
DJ
27742008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
2775
2776 * gdb.texinfo (Starting): Document "set exec-wrapper".
2777 (Server): Document gdbserver --wrapper.
2778
fa4727a6
DJ
27792008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
2780
2781 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
2782 unreadable memory. Delete obsolete SPARClite reference.
2783
8edfe269
DJ
27842008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
2785
2786 * gdb.texinfo (Starting): Mention always-running targets.
2787 (Target Commands): Add an anchor for load.
2788 (Connecting): Explain continue instead of run.
2789
1843f87b
DJ
27902008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
2791
2792 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
2793
f9082629
NR
27942008-02-26 Nick Roberts <nickrob@snap.net.nz>
2795
2796 * gdb.texinfo (Set Breaks): Revert description of Enb column of
2797 breakpoint table.
2798
fd96d250
PA
27992008-02-19 Pedro Alves <pedro@codesourcery.com>
2800
2801 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
2802 killing the inferior when it is already debugging a process.
2803
36af4ef6
MD
28042008-02-13 Markus Deuling <deuling@de.ibm.com>
2805
2806 * gdbint.texinfo (Build Script): New section. Mention new build script
2807 gdb_buildall.sh.
2808
cda4ce5a
JB
28092008-02-01 Jim Blandy <jimb@red-bean.com>
2810
2811 * gdb.texinfo (Help): Summarize 'info args' correctly.
2812
4acd40f3
TJB
28132008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2814
2815 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
2816 available in PowerPC architecture.
2817 (Embedded Processors): Change node name of PowerPC item in menu.
2818 (PowerPC): Rename to...
2819 (PowerPC Embedded): this.
2820 (Architectures): Add new PowerPC item in menu.
2821 (PowerPC): New node.
2822
6e6c6f50
DJ
28232008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2824
2825 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
2826 commands.
2827
5ee187d7
DJ
28282008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2829
2830 * gdb.texinfo (Setting Catchpoints): Mention features
2831 supported on GNU/Linux.
2832
e275c0d9
NR
28332008-01-30 Nick Roberts <nickrob@snap.net.nz>
2834
2835 * gdb.texinfo (GDB/MI File Commands): Describe new output
2836 field for MI command -file-list-exec-source-file.
2837
2d717e4f
DJ
28382008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2839
2840 * gdb.texinfo (Using the `gdbserver' Program): Add security
2841 warning. Rearrange into subsections and subsubsections. Document
2842 --multi and --debug. Correct --with-sysroot typo. Update --attach
2843 usage. Make load reference clearer. Document monitor exit.
2844 (Remote Configuration): Document set remote exec-file, attach-packet,
2845 and run-packet.
2846 (Packets): Document vAttach and vRun.
2847
d35a4257 28482008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
2849
2850 * gdb.texinfo (Processes): Mention process command.
889bf7c5 2851 detach-on-follow -> detach-on-fork.
f663676d 2852
c78d192c
DJ
28532008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2854
2855 * gdbint.texinfo (Native Conditionals): Remove
2856 SHELL_COMMAND_CONCAT and SHELL_FILE.
2857
d35a4257
EZ
28582008-01-26 Eli Zaretskii <eliz@gnu.org>
2859
2860 * gdb.texinfo (Specify Location): Improve wording.
2861
93815fbf
VP
28622008-01-23 Chris Demetriou <cgd@google.com>
2863
2864 * gdb.texinfo (Threads): Document new "set print thread-events"
2865 and "show print thread-events" commands.
2866
2a25a5ba
EZ
28672008-01-19 Eli Zaretskii <eliz@gnu.org>
2868
2869 * gdb.texinfo (Specify Location): New section.
2870 (Delete Breaks, Edit, Set Breaks): Remove description of
2871 locations. Instead, add a reference to "Specify Location".
2872 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
2873 (Symbols): Refer to "Specify Location" for the valid forms of
2874 linespecs and locations.
2875
32c9a795
MD
28762008-01-18 Markus Deuling <deuling@de.ibm.com>
2877
2878 * gdbint.texinfo (Target Conditionals): Replace the description of
2879 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
2880
b17828ca
JB
28812008-01-12 Paul Hilfinger <hilfinger@adacore.com>
2882
2883 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
2884 about &&var, which is rejected by the expression parser.
2885
0aea4bf3
LM
28862008-01-09 Luis Machado <luisgpm@br.ibm.com>
2887
2888 * gdb.texinfo (Output): Update documentation on using printf with DFP
2889 types.
2890
febe4383
TJB
28912008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
2892
2893 * gdb.texinfo (C and C++): Add Decimal Floating Point format
2894 subsubsection.
2895 (Decimal Floating Point format): New subsubsection.
2896
7a404eba
PA
28972008-01-05 Pedro Alves <pedro@codesourcery.com>
2898
2899 * gdb.texinfo (File Options): Remove mention of the attempt to
2900 open a core file with the -p option. Don't list -c as a valid
2901 option to attach to a process.
2902
a4d9b460
PA
29032008-01-05 Pedro Alves <pedro@codesourcery.com>
2904
2905 * gdbint.texinfo (Host Conditionals): Remove mention of
2906 ALIGN_STACK_ON_ENTRY.
2907
6ec2edbe
JB
29082008-01-05 Joel Brobecker <brobecker@adacore.com>
2909
2910 * gdbint.texinfo (Start of New Year Procedure): Add item
2911 describing how to update the source and documentation copyright
2912 notices.
2913
d8b2a693
JB
29142007-12-18 Jim Blandy <jimb@codesourcery.com>
2915
ab209b3a 2916 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
2917 watchpoint explanation into the main description of the watchpoint
2918 command; update synopses of 'watch', 'rwatch', and 'awatch'
2919 commands.
2920
8b4ed427
VP
29212007-12-18 Vladimir Prus <vladimir@codesourcery.com>
2922
2923 * gdb.texinfo (Miscellaneous gdb/mi Commands):
2924 Document 'pending-breakpoints' feature of
2925 -list-features.
2926
37e4754d
LM
29272007-12-17 Luis Machado <luisgpm@br.ibm.com>
2928
669fac23 2929 * gdb.texinfo: Add new parameter's description.
37e4754d 2930
1d3811f6
DJ
29312007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
2932
2933 * gdb.texinfo (Overview): Clarify run-length encoding
2934 example. Remove the restriction on "+" and "-" characters.
2935
c1c25a1a
EZ
29362007-12-15 Eli Zaretskii <eliz@gnu.org>
2937
2938 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
2939
afe8ab22 29402007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 2941
afe8ab22
VP
2942 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
2943 the -f option for -break-insert, remove -r option,
2944 and clarify specification of location.
2945
a6b151f1
DJ
29462007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
2947
2948 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
2949 formatting.
2950 (Remote Debugging): Add File Transfer section.
2951 (Remote Configuration): Document Host I/O packets.
2952 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 2953 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
2954 (Packets): Add vFile.
2955
3b784c4f
EZ
29562007-11-17 Eli Zaretskii <eliz@gnu.org>
2957
2958 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
2959 breakpoints with multiple locations.
2960 (Breakpoint Menus): Improve wording.
2961 (Output): Fix last change.
2962
a4ce5b0d
UW
29632007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
2964
2965 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
2966
1b39d5c0
DE
29672007-11-15 Doug Evans <dje@google.com>
2968
2969 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
2970
7a72d44c
VP
29712007-11-15 Vladimir Prus <vladimir@codesourcery.com>
2972
2973 * gdbint.texinfo (Native Conditionals): Remove
2974 mention of CLEAR_SOLIB.
5ae4183a 2975
6d1829bf 29762007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
2977
2978 * gdb.texinfo (Print Settings): Add documentation for "set/show
2979 print frame-arguments".
2980
1a619819
LM
29812007-11-05 Luis Machado <luisgpm@br.ibm.com>
2982
3b784c4f 2983 * gdb.texinfo (Output): Update printf command's description.
1a619819 2984
55eddb0f
DJ
29852007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
2986
2987 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
2988 powerpc soft-float".
2989
9cceb671
DJ
29902007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2991
2992 * gdb.texinfo (Files): Correct formatting. Mention Expat
2993 requirement.
2994 (Requirements for Building GDB): Expand the list of Expat
2995 uses.
2996 (Library List Format, Memory Map Format): Mention Expat.
2997 (Target Descriptions): Update Expat wording.
2998
83acabca
DJ
29992007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3000
3001 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
3002 Document that gdbarch_convert_register_p should return zero for no-op
3003 conversions.
3004
e35879db
UW
30052007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
3006
83acabca 3007 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
3008 of set_gdbarch_sofun_address_maybe_missing back to ...
3009 (Target Conditionals): ... here to fix build break.
3010
203c3895
UW
30112007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
3012
83acabca 3013 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
3014 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
3015 (Compiler Characteristics): ... documentation of
3016 set_gdbarch_sofun_address_maybe_missing.
3017
11411de3
DJ
30182007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3019
3020 * gdbint.texinfo (Target Conditionals): Use
3021 frame_unwind_register_unsigned in examples instead of
3022 frame_unwind_unsigned_register.
3023
7cc46491
DJ
30242007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3025
3026 * gdb.texinfo (Predefined Target Types): Add int128
3027 and uint128.
3028 (Standard Target Features): Add PowerPC features.
3029
81adfced
DJ
30302007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3031
3032 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
3033
c1874924
UW
30342007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3035
3036 * gdbint.texi (Target Conditionals): Remove documentation
3037 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
3038 gdbarch_extract_return_value, and gdbarch_store_return_value.
3039
f6e56ab3
UW
30402007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3041
3042 * gdbint.texi (Target Conditionals): Remove documentation of
3043 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
3044
56cf5405
KH
30452007-10-11 Kazu Hirata <kazu@codesourcery.com>
3046
3047 * gdb.texinfo: Mention that inaccessible-by-default is on by
3048 default.
3049
35156bae
DJ
30502007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3051
3052 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
3053
d983da9c
DJ
30542007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
3055
3056 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
3057 multi-threaded watchpoints.
3058 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
3059 checked. Describe sticky notification. Expand description
3060 of steppable and continuable watchpoints.
3061 (Watchpoints and Threads): New subsection.
3062
fe6fbf8b
VP
30632007-09-28 Vladimir Prus <vladimir@codesourcery.com>
3064
3065 * gdb.texinfo (Setting Breakpoints): Revise
3066 documentation for pending breakpoints. Document
3067 breakpoints with multiple locations.
5ae4183a 3068
084344da
VP
30692007-09-19 Vladimir Prus <vladimir@codesourcery.com>
3070
3071 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3072 Document -list-features.
5ae4183a 3073
82160952
EZ
30742007-09-15 Eli Zaretskii <eliz@gnu.org>
3075
3076 * gdb.texinfo (Output): Spell out which features of C's printf are
3077 not supported by GDB's printf.
7e27a47a
EZ
3078 (Separate Debug Files): More accurate wording regarding build ID
3079 and a reference to the ld manual rather than the Fedora wiki.
82160952 3080
ea37ba09
DJ
30812007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3082 Jim Blandy <jimb@codesourcery.com>
3083
3084 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
3085 (Examining Memory): Update mentions of the 's' format.
3086 (Automatic Display): Likewise.
3087
b8533aec
DJ
30882007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
3089
3090 * gdb.texinfo: Update the FSF's Back-Cover Text.
3091
83f83d7f
JK
30922007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3093 Eli Zaretskii <eliz@gnu.org>
3094
3095 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
3096 Fixed the ``build ID'' name. New binaries build instructions for the
3097 build ID inclusion. Explain how the commands are specific to the build
3098 ID vs. debug link.
3099
c7e83d54
EZ
31002007-09-01 Eli Zaretskii <eliz@gnu.org>
3101
3102 * gdb.texinfo (Separate Debug Files): Fix last change. Add
3103 indexing for ``build ID'' support.
3104
d3750b24
JK
31052007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3106
3107 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
3108 Enlisted BUILD ID to the debug file searching example.
3109 Included a BUILD ID `.note.gnu.build-id' section description.
3110 Updated/added the debug files splitting instructions for OBJCOPY.
3111
02142340
VP
31122007-08-31 Vladimir Prus <vladimir@codesourcery.com>
3113
3114 * gdb.texinfo (Variable Objects): Adjust docs
3115 for -var-info-expression and document
3116 -var-info-path-expression.
3117
d3bdde98
JB
31182007-08-20 Jim Blandy <jimb@codesourcery.com>
3119
3fb6a982
JB
3120 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
3121 (title page): Include the dedication in the printed manual, as a
3122 separate page after the copyright notice.
5ae4183a 3123
d3bdde98
JB
3124 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
3125 don't break a @var across a line.
3126
c80a96a8
MR
31272007-07-25 Maciej W. Rozycki <macro@mips.com>
3128
3129 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
3130 for include files.
3131
5824a901
NR
31322007-07-12 Nick Roberts <nickrob@snap.net.nz>
3133
3134 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
3135 in annotate.texinfo.
3136 (Command History): Link to new node.
5824a901 3137
d52e7ea3
UW
31382007-07-05 Markus Deuling <deuling@de.ibm.com>
3139
3140 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
3141
5fc14d0a
EZ
31422007-07-05 Eli Zaretskii <eliz@gnu.org>
3143
3144 * gdbint.texinfo (Target Conditionals): Fix last change.
3145
4a9bb1df
UW
31462007-07-03 Markus Deuling <deuling@de.ibm.com>
3147
3148 * gdb.texinfo: Replace following macros by their appropriate gdbarch
3149 routines:
3150 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
3151 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
3152 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
3153 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
3154 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
3155 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
3156 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
3157 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
3158 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
3159 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3160 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
3161 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
3162 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3163 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
3164 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
3165 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
3166 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
3167 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
3168 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
3169 (SOFTWARE_SINGLE_STEP_P)
3170
3171 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
3172 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
3173
3174 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
3175 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
3176 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
3177 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
3178 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
3179 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
3180 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
3181 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
3182 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
3183 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
3184
3185 (Converting an existing Target Architecture to Multi-arch): Remove
3186 section.
3187
3188 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
3189 (gdbarch_addr_bits_remove): Add code example.
3190
3191 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
3192
cfa9d6d9
DJ
31932007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
3194
3195 * gdb.texinfo (Remote Configuration): Document library-info-packet.
3196 Add other missing entries. Adjust the table size to fit.
3197 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
3198 stop reasons including the new "library" event.
3199 (General Query Packets): Adjust table widths for qSupported. Mention
3200 qXfer:libraries:read reply to qSupported and document the new packet.
3201 (Library List Format): New section.
3202
159fcc13
JK
32032007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3204
3205 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
3206
f66d1690
MS
32072007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
3208
3209 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
3210
67102876
NR
32112007-06-25 Nick Roberts <nickrob@snap.net.nz>
3212
3213 * gdbint.texinfo (Register and Memory Data): Break sections
3214 into nodes and add a menu.
3215
a4642986
MR
32162007-06-21 Maciej W. Rozycki <macro@mips.com>
3217
3218 * gdb.texinfo (Examining Memory): Document the new behaviour.
3219
e9c17194
VP
32202007-06-21 Vladimir Prus <vladimir@codesourcery.com>
3221
3222 * gdb.texinfo (Standard Target Features): Document
3223 m68k features.
3224
31d99776
DJ
32252007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3226
3227 * gdb.texinfo (General Query Packets): Document qOffsets changes.
3228
1780a0ed
DJ
32292007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3230
3231 * gdb.texinfo (Target Description Format): Add version attribute
3232 for <target>.
3233
822b6570
DJ
32342007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3235
3236 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
3237
f8b73d13
DJ
32382007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3239
3240 * gdb.texinfo (MIPS Features): New subsection.
3241
0e7f50da
UW
32422007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3243 Markus Deuling <deuling@de.ibm.com>
3244
3245 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
3246 and qXfer:spu:write packets and mention them under qSupported.
3247
23d964e7
UW
32482007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3249 Markus Deuling <deuling@de.ibm.com>
3250
3251 * gdb.texinfo (Architectures): Add new SPU section to document
3252 Cell Broadband Engine SPU architecture specific commands.
3253
9f708cb2
VP
32542007-06-09 Vladimir Prus <vladimir@codesourcery.com>
3255
3256 * gdb.texinfo (GDB/MI Variable Objects): Editorial
3257 comments.
3258
7579b5f8
NR
32592007-06-07 Nick Roberts <nickrob@snap.net.nz>
3260
3261 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
3262
bf06d120
JB
32632007-05-29 Jim Blandy <jimb@codesourcery.com>
3264
3265 * gdb.texinfo (Overview): Doc fix.
3266
23776285
MR
32672007-05-22 Maciej W. Rozycki <macro@mips.com>
3268
3269 * gdb.texinfo (Remote Configuration): Document "set/show
3270 remoteflow".
3271
1a69e1e4
DJ
32722007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3273
bf06d120
JB
3274 * gdb.texinfo (MIPS): Remove documentation for set mips
3275 saved-gpreg-size, show mips saved-gpreg-size, and set mips
3276 stack-arg-size.
1a69e1e4 3277
46ba6afa 32782007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3279
46ba6afa
BW
3280 * all-cfg.texi (GDBTUI): New.
3281 * gdb.texinfo (Mode Options): Use GDBTUI variable.
3282 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
3283 (TUI Configuration): Edit to improve clarity and fix problems of
3284 both style and content.
5ae4183a 3285
06d3b283
UW
32862007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
3287
3288 * observer.texi (GDB Observers): New observer "new_objfile".
3289
179101d6
UW
32902007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
3291
3292 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
3293
25d5ea92
VP
32942007-04-14 Vladimir Prus <vladimir@codesourcery.com>
3295
3296 * gdb.texinfo (GDB/MI Variable Objects): Document
3297 frozen variables objects.
5ae4183a 3298
ea35711c
DJ
32992007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
3300
3301 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
3302 (Character Sets, Caching Data of Remote Targets): Likewise.
3303 (Targets): Delete Remote node. Move its text...
3304 (Debugging Remote Programs): ...to here. Delete description
3305 of the "remote" command.
3306 (Remote configuration): Delete description of "set remotedevice"
3307 and "show remotedevice".
3308 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
3309
db2e3e2e
BW
33102007-04-11 Bob Wilson <bob.wilson@acm.org>
3311
5ae4183a
AS
3312 * gdb.texinfo (Contributors, Continuing and Stepping)
3313 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
3314 (General Query Packets, File-I/O Remote Protocol Extension)
3315 (Protocol Basics, The F Reply Packet, Write)
3316 (Protocol-specific Representation of Datatypes, Memory Transfer):
3317 Fix hyphenation, punctuation and grammar problems.
3318 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
3319 'section' instead of 'subsection' in the text.
3320 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
3321 (i386): Remove period from section name.
db2e3e2e
BW
3322 (Installing GDB, Requirements, Running Configure, Separate Objdir)
3323 (Config Names, Configure Options): Use @file{configure}.
3324
8a3dae3e
DJ
33252007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
3326
3327 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
3328 and tab expansion.
3329
1a92f856
DJ
33302007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
3331
3332 * gdbint.texinfo (SOM): Correct location of the SOM reader.
3333
79a6e687 33342007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3335
79a6e687
BW
3336 * gdb.texinfo: Consistently capitalize all significant words in
3337 node names, chapter titles, section titles, and headings. Update
3338 cross references to match.
3339 (Starting and Stopping Trace Experiment): Make node name plural.
3340 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 3341
ad527d2e
PA
33422007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
3343
3344 * gdb.texinfo (WinCE): Delete obsolete subsection.
3345
7ce59000
DJ
33462007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3347
3348 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
3349 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
3350 references.
3351
8807d78b
DJ
33522007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3353
3354 * gdb.texinfo (Startup): Delete references to some alternate
3355 names for .gdbinit.
3356 (Thread): Remove LynxOS reference.
3357 (Tandem ST2000): Delete target-specific documentation.
3358 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
3359 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
3360 and GDB_OSABI_LYNXOS.
3361
5f402660
UW
33622007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
3363
3364 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
3365
bac718a6
UW
33662007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
3367
3368 * gdbint.texinfo (Target Conditionals): Remove mention of
3369 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
3370 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
3371
9453113a
DJ
33722007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
3373
3374 * Makefile.in: Add "pdfdir" installation
3375 directory, PDFTEX macro, support for "install-pdf" target,
3376 and rules for making a pdf version of refcard.texi.
3377 * refcard.tex: Specify paper size for PDF output.
3378
ae21e955 33792007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3380
ae21e955 3381 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 3382
3f94c067 33832007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3384
3f94c067
BW
3385 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
3386 (Source Path, Character Sets, Macros, Define)
3387 (GDB/MI Result Records, GDB/MI Simple Examples)
3388 (GDB/MI Program Execution, GDB/MI File Commands)
3389 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
3390 (Bug Reporting): Use @value{GCC}.
5ae4183a 3391
12c27660 33922007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3393
12c27660
BW
3394 * gdb.texinfo (Help): Fix formatting of examples.
3395 (Variables): Use @ifnotinfo instead of @iftex.
3396 (Non-debug DLL symbols): Use @ref instead of @pxref.
3397 (Sparclet File): Use @samp instead of quotes.
5ae4183a 3398
ce9341a1
BW
33992007-03-26 Bob Wilson <bob.wilson@acm.org>
3400
3401 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
3402
c8f4133a
BW
34032007-03-26 Bob Wilson <bob.wilson@acm.org>
3404
3405 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
3406 the order of the nodes.
3407 (C Operators, C Constants, Debugging C): Remove extra menus.
3408 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 3409
c8f4133a 34102007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
3411
3412 * gdb.texinfo (File Options): Add missing parenthesis.
3413 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
3414
c74d0ad8
DJ
34152007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3416
3417 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
3418
ff6f572f
DJ
34192007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3420
669fac23 3421 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
3422 case insensitivity.
3423 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
3424
994337c3
NR
34252007-02-18 Nick Roberts <nickrob@snap.net.nz>
3426
3427 * gdb.texinfo (Top): Put Appendix A after numbered sections.
3428 (Files): Add section name to argument list for pxref.
3429 (Non-debug DLL symbols): Don't use `see' for pxref.
3430 (Embedded Processors): Fix typo.
3431 (GDB/MI Breakpoint Commands): Execution commands generate
3432 *stopped not ^done.
3433
eb819d70
NR
34342007-02-13 Nick Roberts <nickrob@snap.net.nz>
3435
3436 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
3437 values for in_scope. Mention that only root variables can be
3438 updated.
3439 (GDB/MI Development and Front Ends): Explain new values may be
3440 added to existing fields.
3441
123dc839
DJ
34422007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
3443
3444 * gdb.texinfo (-target-disconnect): Use @smallexample.
3445 (Requirements): Add anchor for Expat. Update description.
3446 (Target Descriptions): Mention Expat.
3447 (Target Description Format): Document new elements. Use
3448 @smallexample.
3449 (Predefined Target Types, Standard Target Features): New sections.
669fac23 3450 * gdbint.texinfo (Target Descriptions): New section.
123dc839 3451
108546a0
DJ
34522007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
3453
3454 * gdb.texinfo (Target Description Format): Add section on XInclude.
3455
95a98c01
NR
34562006-02-03 Nick Roberts <nickrob@snap.net.nz>
3457
3458 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
3459 command -enable-timings.
3460
f4b3909f
EZ
34612007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
3462
5ae4183a 3463 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
3464 descriptions for new/deleted elements in gdb_osabi. Add missing
3465 description for function generic_elf_osabi_sniff_abi_tag_sections.
3466
c7ba131e
JB
34672007-01-29 Joel Brobecker <brobecker@adacore.com>
3468
3469 * gdb.texinfo (Maintenance Commands): Add documentation for
3470 the new "maint print target-stack" command.
3471
3a60f64e
JK
34722007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3473 Eli Zaretskii <eliz@gnu.org>
3474
f4b3909f 3475 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 3476
c582f8b6
EZ
34772007-01-26 Eli Zaretskii <eliz@gnu.org>
3478
3479 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
3480 Use @value{NGCC} instead of @value{GCC}.
3481
d3e8051b
EZ
34822007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
3483
3484 * agentexpr.texi: Fix typos.
3485 * annotate.texinfo: Likewise.
3486 * gdb.texinfo: Likewise.
3487 * gdbint.texinfo: Likewise.
3488 * observer.texi: Likewise.
3489 * stabs.texinfo: Likewise.
3490
86f04699
EZ
34912007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
3492
3493 * gdbint.texinfo (Support Libraries): Remove mmalloc
3494 entry. Describe readline library.
3495
23181151
DJ
34962007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
3497
3498 * gdb.texinfo (Target Descriptions): New section.
3499 (General Query Packets): Add QPassSignals anchor. Mention
3500 qXfer:features:read under qSupported. Expand mentions of
3501 qXfer:memory-map:read and QPassSignals. Document
3502 qXfer:features:read.
3503
f822c95b
DJ
35042007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
3505
3506 * gdb.texinfo (Commands to specify files): Describe
3507 "set sysroot" and "show sysroot".
3508 (Using the `gdbserver' program): Lowercase argument
3509 to @var. Expand description of setting up GDB on the
3510 host.
3511
8936fcda
JB
35122007-01-05 Joel Brobecker <brobecker@adacore.com>
3513
3514 * gdb.texinfo (Set Catchpoints): Add documentation for the new
3515 catch exception, catch exception unhandled, and catch assert
3516 commands.
3517
e776119f
DJ
35182007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3519
3520 * gdb.texinfo (Debugging Output): Document "set debug xml"
3521 and "show debug xml".
3522
aa79a185
DJ
35232007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3524
3525 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
3526
7f893741
JB
35272007-01-01 Joel Brobecker <brobecker@adacore.com>
3528
3529 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
3530
a1b5960f
VP
35312006-12-08 Vladimir Prus <vladimir@codesourcery.com>
3532
3533 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
3534 note in @ignore, to be removed later if nobody complains.
3535
9f470e6e
NR
35362006-12-04 Nick Roberts <nickrob@snap.net.nz>
3537
3538 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
3539 of -var-delete.
3540
765dc015 35412006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3542
765dc015 3543 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
3544 automatic software/hardware breakpoint usage and
3545 the "set breakpoint auto-hw" command.
765dc015 3546
4b5752d0
VP
35472006-11-21 Vladimir Prus <vladimir@codesourcery.com>
3548
3549 * gdb.texinfo (Memory Access Checking): New.
3550
89be2091
DJ
35512006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
3552
3553 * gdb.texinfo (Remote configuration): Mention
3554 "pass-signals-packet".
3555 (General Query Packets): Document QPassSignals. Fix
3556 a typo.
3557
ca3bf3bd
DJ
35582006-11-14 Maxim Grigoriev <maxim@tensilica.com>
3559
3560 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
3561
427c3a89
DJ
35622006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3563
3564 * gdb.texinfo (Remote configuration): Rewrite documentation for
3565 packet configuration commands.
3566 (OS Information): Adjust reference to qXfer:auxv:read.
3567 (General Query Packets): Remove references to read-aux-vector-packet
3568 and set remote get-thread-local-storage-address.
3569
7a107747
DJ
35702006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
3571
3572 * gdbint.texinfo (Target Architecture Definition): Add new
3573 Initializing a New Architecture section.
3574
1c56eb0e
EZ
35752006-10-31 David Taylor <dtaylor@emc.com>
3576
3577 * stabs.texinfo (Macro define and undefine): New node describing
3578 stabs for #define and #undef.
3579
f73adfeb
AS
35802006-10-27 Andreas Schwab <schwab@suse.de>
3581
3582 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
3583
fd60e0df
EZ
35842006-10-21 Eli Zaretskii <eliz@gnu.org>
3585
3586 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
3587 clarify on the possible meanings of ``expression'' watched by
3588 watchpoints. Add indexing.
e5ac9b53
EZ
3589 (Prompting, Errors, Invalidation, Annotations for Running)
3590 (Source Annotations): Fix index entries by adding "annotation" to
3591 them, to discriminate from index entries that point to the more
3592 general topic descriptions.
fd60e0df 3593
52bb452f
DJ
35942006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3595
3596 * gdbint.texinfo (Target Vector Definition): Move most
3597 content into Existing Targets. Add a menu.
3598 (Existing Targets): New section, moved from Target Vector
3599 Definition. Use @subsection.
3600 (Managing Execution State): New section.
3601
58955e58
BW
36022006-10-16 Bob Wilson <bob.wilson@acm.org>
3603
3604 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
3605
c8aa23ab
EZ
36062006-10-15 Eli Zaretskii <eliz@gnu.org>
3607
3608 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
3609 (Command Syntax, Signals, Backtrace, Connecting)
3610 (Remote configuration, Renesas Boards, Console I/O): Fix last
3611 change: use Ctrl- instead of C-, except wrt Emacs.
3612 (File-I/O Examples): Put Ctrl-c in @kbd.
3613 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
3614 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
3615 (Signals, Set Breaks, Set Watchpoints): Document optional
3616 arguments to `info signals' `handle', `info breakpoints', and
3617 `info watchpoints'.
c8aa23ab 3618
e7109c7e
EZ
36192006-10-14 Eli Zaretskii <eliz@gnu.org>
3620
3621 * gdb.texinfo (Backtrace): Fix last change.
3622
de3aea7b
NR
36232006-10-14 Nick Roberts <nickrob@snap.net.nz>
3624
3625 * gdb.texinfo (Backtrace): Order correctly and add other cases.
3626
7f9087cb
BW
36272006-10-10 Bob Wilson <bob.wilson@acm.org>
3628
c8aa23ab
EZ
3629 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
3630 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
3631 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 3632
68437a39
DJ
36332006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3634 Daniel Jacobowitz <dan@codesourcery.com>
3635
3636 * gdb.texinfo (Packets): Document vFlashErase,
3637 vFlashWrite and vFlashDone packets.
3638 (General Query Packets): Document qXfer:memory-map:read.
3639 Add a new feature for qXfer:memory-map:read.
3640 (Memory map format): New section.
3641 (Target Commands): Mention that gdb can write flash.
3642
fd79ecee
DJ
36432006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3644 Daniel Jacobowitz <dan@codesourcery.com>
3645
3646 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
3647 memory regions and "mem auto".
3648
350da6ee
DJ
36492006-09-21 Nathan Sidwell <nathan@codesourcery.com>
3650
3651 * gdbint.texinfo (Array Containers): New section.
3652
2f1acb09
VP
36532006-09-17 Vladimir Prus <vladimir@codesourcery.com>
3654
3655 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
3656 -stack-list-arguments HIGH_FRAME argument can be larger then the
3657 actual number of frames.
3658
2ab1eb7a
VP
36592006-09-07 Vladimir Prus <vladimir@codesourcery.com>
3660
3661 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
3662 -stack-list-locals HIGH_FRAME argument can be larger then the
3663 actual number of frames.
2ab1eb7a 3664
599b237a
BW
36652006-09-02 Bob Wilson <bob.wilson@acm.org>
3666
3667 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
3668 Register Packet Format, Tracepoint Packets): Fix spelling errors.
3669
25ab7e6d
EZ
36702006-09-02 Eli Zaretskii <eliz@gnu.org>
3671
3672 * gdbint.texinfo (Overall Structure): New section "Source Tree
3673 Structure".
3674
940178d3
JB
36752006-08-17 Jim Blandy <jimb@codesourcery.com>
3676
3677 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
3678 responses.
3679
30daae6c
JB
36802006-08-08 Joel Brobecker <brobecker@adacore.com>
3681
3682 * gdb.texinfo (Source Path): Add documentation for new
3683 substitute-path commands.
3684
7fa2210b
DJ
36852006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
3686
3687 * gdb.texinfo (Installing GDB): Update menu. Move text to...
3688 (Running Configure): ...here.
3689 (Requirements): New node. Mention expat.
3690
3d00d119
DJ
36912006-08-08 Vladimir Prus <vladimir@codesourcery.com>
3692
5ae4183a 3693 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
3694 'set download-write-size' and 'show download-write-size'.
3695
0cbfa4ee
DJ
36962006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
3697
3698 * stabs.texinfo (Member Type Descriptor): Correct example for
3699 pointer to member types.
3700
16026cd7
AS
37012006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
3702
3703 * gdb.texinfo (Optional warnings and messages): Add
3704 'set/show trace-commands'.
3705 (Command files): Add '-v' to source command.
3706
0876f84a
DJ
37072006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
3708
3709 * gdb.texinfo (OS Information): Update qPart reference to
3710 qXfer.
3711 (Remote configuration): Likewise.
3712 (Overview): Move @cindex to the start of a paragraph. Talk
3713 about binary data encoding.
3714 (Packets): Refer to the overview for the details of the X
3715 packet encoding.
3716 (General Query Packets): Remove qPart description. Add qXfer
3717 description. Add an anchor to qSupported. Correct feature
3718 table title. Add a new feature for qXfer:auxv:read.
3719 (Interrupts): Add a missing parenthesis.
3720
2ec3381a
DJ
37212006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
3722
669fac23 3723 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
3724 (GDB/MI Kod Commands): Remove commented out node.
3725
594fe323
EZ
37262006-07-01 Eli Zaretskii <eliz@gnu.org>
3727
3728 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
3729 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
3730 (GDB/MI Thread Commands, GDB/MI Program Execution)
3731 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
3732 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
3733 (GDB/MI File Commands, GDB/MI Target Manipulation)
3734 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
3735 since the MI prompt is hard-wired into the code.
3736
7e3fb70c
NR
37372006-07-01 Nick Roberts <nickrob@snap.net.nz>
3738
3739 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
3740 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
3741 (GDB/MI Data Manipulation): Remove description of unimplemented
3742 display related commands as variable objects perform this function
3743 and are superior: -display-delete, -display-disable,
3744 -display-enable, -display-insert and -display-list. Move
3745 -environment-cd, -environment-directory, -environment-path
3746 and -environment-pwd to "Program Context".
3747 (GDB/MI Program Control): Rename to "Program Execution". Move
3748 -exec-arguments -exec-abort to...
3749 (GDB/MI Program Context): ...here. New node split from "Data
3750 Manipulation".
3751
be2a5f71
DJ
37522006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
3753
3754 * gdb.texinfo (Remote configuration): Document set / show
3755 remote supported-packets.
3756 (General Query Packets): Document qSupported packet.
3757
fc320d37
SL
37582006-06-10 Sandra Loosemore <sandra@codesourcery.com>
3759
3760 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
3761 and font markup.
3762 (Protocol basics): Likewise.
3763 (The F request packet): Likewise.
3764 (The F reply packet): Likewise.
3765 (Memory transfer): Move this node to be a subsubsection of
3766 "Protocol specific representation of datatypes".
3767 (The Ctrl-C message): More copy editing.
3768 (Console I/O): Likewise.
3769 (The isatty call): Delete this node, and merge its content into
3770 the "isatty" node. Fixed references elsewhere.
3771 (The system call): Delete this node, and merge its content into
3772 the "system" node. Fixed references elsewhere.
3773 (open): Reformat to use @table, and add appropriate font markup.
3774 (close): Likewise.
3775 (read): Likewise.
3776 (write): Likewise.
3777 (lseek): Likewise.
3778 (rename): Likewise.
3779 (unlink): Likewise.
3780 (stat/fstat): Likewise.
3781 (gettimeofday): Likewise.
3782 (isatty): Likewise.
3783 (system): Likewise, plus minor changes to fix confusing wording.
3784 (Integral datatypes): Fix font markup.
3785 (Pointer values): Likewise.
3786 (struct stat): Fix markup to use @table, plus minor copy editing.
3787 (struct timeval): Fix font markup, plus minor copy editing.
3788 (Constants): Minor copy editing.
3789 (Errno values): Add font markup.
3790 (File-I/O Examples): Likewise.
3791
158fdf5c
NR
37922006-06-10 Nick Roberts <nickrob@snap.net.nz>
3793
3794 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
3795 (GDB/MI Simple Examples): Move node up one level. Use real
3796 examples.
3797 (GDB/MI Compatibility with CLI): Update.
3798 (GDB/MI Result Records): Add "connected" and "exit" result
3799 classes.
3800 (GDB/MI Stream Records): Clarify target output.
3801 (GDB/MI Command Description Format): Modify example description.
3802 (GDB/MI Breakpoint Table Commands): Rename to...
3803 (GDB/MI Breakpoint Commands): ...this
3804 (GDB/MI Breakpoint Commands): Add optional thread field.
3805 (GDB/MI Program Control): Add an introduction. Move "Program
3806 termination" examples into exec-run description.
3807 (GDB/MI File Commands): Mention similar CLI commands.
3808 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
3809 is similar to "-gdb-version".
3810
ddb50cd7
EZ
38112006-06-09 Eli Zaretskii <eliz@gnu.org>
3812
3813 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
3814
2aef0d6b
NR
38152006-06-02 Nick Roberts <nickrob@snap.net.nz>
3816
3817 * gdb.texinfo (GDB/MI Development and Front Ends): Use
3818 sourceware.org for mailing lists.
d5e40d59 3819 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 3820
383a5c52
NR
38212006-06-01 Nick Roberts <nickrob@snap.net.nz>
3822
d5e40d59 3823 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 3824
e16b02ee
EZ
38252006-05-22 Eli Zaretskii <eliz@gnu.org>
3826
3827 * gdb.texinfo (Cygwin Native): Fix last change.
3828
be90c084
CF
38292006-05-22 Christopher Faylor <cgf@timesys.com>
3830
3831 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
3832
347ceba5
NR
38332006-05-15 Nick Roberts <nickrob@snap.net.nz>
3834
3835 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
3836 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
3837
369af7bd
DJ
38382006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
3839
3840 * gdb.texinfo (General Query Packets): Recommend not starting
3841 new packets with qC and clarify.
3842
2ffdbde8 38432006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
3844
3845 * gdb.texinfo (M2 Types): New section.
72019c9c 3846
16d1a084
DJ
38472006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
3848
3849 * agentexpr.texi: Add a copyright and license notice.
3850 * observer.texi: Likewise, with GPL clause for function prototypes.
3851 Remove trailing whitespace.
3852
aa56d27a
JB
38532006-05-05 Jim Blandy <jimb@codesourcery.com>
3854
3855 * gdb.texinfo (General Query Packets): Document conventions for
3856 terminating packet names, and their violations.
3857
5bdf8622
DJ
38582006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3859
3860 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
3861 * gdb.texinfo: Likewise.
3862
605a56cb
DJ
38632006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3864
3865 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
3866 and "show remotedebug".
3867 (Debugging Output): Add additional index entries.
3868
b8db102d
MS
38692006-04-27 Michael Snyder <msnyder@redhat.com>
3870
3871 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
3872
c5e30d01
AC
38732006-04-22 Andrew Cagney <cagney@redhat.com>
3874
3875 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
3876 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
3877
8181d85f
DJ
38782006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
3879
3880 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
3881 and remove breakpoint prototypes.
3882 (Watchpoints): Move description of target_insert_hw_breakpoint and
3883 target_remove_hw_breakpoint ...
3884 (Breakpoints): ... to here. Document target_insert_breakpoint and
3885 target_remove_breakpoint.
3886
4f553f88
JB
38872006-04-17 Jim Blandy <jimb@codesourcery.com>
3888
3889 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
3890 and C packets are optional.
3891
cd852561
FR
38922006-04-14 Frederic Riss <frederic.riss@st.com>
3893
3894 * gdb.texinfo (Specifying source directories): Update the description
3895 of the source file search to reflect the fact that the source path
3896 always contains at least $cdir and $cwd.
3897
b620eb07
MS
38982006-03-31 Michael Snyder <msnyder@redhat.com>
3899
3900 * gdb.texinfo: Update copyright dates.
3901
3156cdaf
EZ
39022006-03-31 Eli Zaretskii <eliz@gnu.org>
3903
3904 * gdb.texinfo (Overview): Add an index entry to "empty response".
3905
7d30c22d
JB
39062006-03-28 Jim Blandy <jimb@codesourcery.com>
3907
3908 * gdbint.texinfo (Prologue Analysis): New section.
3909
86941c27
JB
39102006-03-07 Jim Blandy <jimb@red-bean.com>
3911
66b8c7f6
JB
3912 * gdb.texinfo (Connecting): Document 'target remote pipe'.
3913
1a10341b
JB
3914 * gdb.texinfo (Target Commands): Update text describing how to
3915 specify a target. Refer to the detailed section on remote
3916 debugging, not the brief mention.
3917
86941c27
JB
3918 * gdb.texinfo (Connecting): Organize the different 'target remote'
3919 connection methods into a table. Add a 'target remote' index
3920 entry. (!!!)
3921
62f3a2ba
FF
39222006-02-17 Fred Fish <fnf@specifix.com>
3923
3924 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
3925 'ptype' commands to reflect the fact that the only significant
3926 difference between them is that ptype prints the complete type
3927 description instead of just the name.
3928
8b9a88ea
WZ
39292006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
3930
3931 * gdbint.texinfo (Watchpoints): Delete
3932 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
3933
7e8dc855
NR
39342006-02-10 Nick Roberts <nickrob@snap.net.nz>
3935
3936 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
3937 times fields where needed. Fix typos. Update general form given
3938 for output of -break-insert.
3939 (GDB/MI): Abbreviate some unnecessarily long fullnames.
3940
c91d38aa
DJ
39412006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
3942
3943 * gdbint.texinfo (Symbol Handling): Add a section
3944 on memory management.
3945
38fcd64c
DJ
39462006-02-06 Vladimir Prus <ghost@cs.msu.su>
3947
3948 * gdb.texinfo (Breakpoint table commands): Document the fullname
3949 field in -break-list output.
3950
219eec71
EZ
39512006-02-03 Eli Zaretskii <eliz@gnu.org>
3952
3953 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
3954 debugging information produced by the various "set debug..."
3955 options.
3956
ae5a43e0
DJ
39572006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3958
3959 * gdb.texinfo (Files): Remove obsolete bits from the description
3960 of "symbol-file".
3961
a9f158ec
JB
39622006-01-25 Jim Blandy <jimb@redhat.com>
3963
3964 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
3965
410dd08e
JB
39662006-01-24 Jim Blandy <jimb@redhat.com>
3967
3968 * gdbint.texinfo (Frames): Document the basics of GDB's register
3969 unwinding model, and explain the existence of the "sentinel" frame.
3970
4b505b12
AS
39712006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
3972
3973 * gdb.texinfo (Choosing files): Mention that -directory is used
3974 for script files.
3975 (Specifying source directories): Likewise.
3976 (Command files): Explain how script files are found.
3977
839c27b7
EZ
39782006-01-21 Eli Zaretskii <eliz@gnu.org>
3979
3980 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
3981 the threads in a multi-threaded program.
3982 (Threads): The threadno argument of "thread apply" can be a range
3983 of numbers.
3984
7be93b9e
JB
39852006-01-18 Jim Blandy <jimb@redhat.com>
3986
3987 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
3988 of warning flags.
3989
fcc73fe3
EZ
39902006-01-13 Eli Zaretskii <eliz@gnu.org>
3991
3992 * gdb.texinfo (Sequences): Improve menu annotations.
3993 (Define): Add index entries for arguments of user-defined
3994 commands. Move the description of flow-control commands...
3995 (Command Files): ...to here. Document loop_break and
3996 loop_continue.
ca91424e
EZ
3997 (Define, Command Files): Document `end' and add index entries for
3998 it.
fcc73fe3 3999
5c95884b
MS
40002006-01-04 Michael Snyder <msnyder@redhat.com>
4001
4002 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 4003 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 4004
860701dc
PH
40052006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
4006
4007 * gdb.texinfo (Omissions from Ada): Document that there is now
4008 limited aggregate support.
4009
36b80e65
EZ
40102005-12-28 Eli Zaretskii <eliz@gnu.org>
4011
4012 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
4013 registers and the likes.
4014
c1468174
EZ
40152005-12-24 Eli Zaretskii <eliz@gnu.org>
4016
4017 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
4018 (Symbols): Fix usage of "e.g.".
359df76b 4019 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
4020
4021 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
4022 (Coding): Fix usage of "e.g.".
4023
c02a867d
EZ
40242005-12-23 Eli Zaretskii <eliz@gnu.org>
4025
5ae4183a
AS
4026 * stabs.texinfo:
4027 * refcard.tex:
c02a867d 4028 * gpl.texi:
5ae4183a
AS
4029 * gdbint.texinfo:
4030 * gdb.texinfo:
4031 * gdb-cfg.texi:
c02a867d 4032 * fdl.texi:
5ae4183a
AS
4033 * annotate.texinfo:
4034 * all-cfg.texi:
c02a867d
EZ
4035 * Makefile.in: Add (C) after Copyright. Update the FSF
4036 address.
4037
fad38dfa
EZ
40382005-12-03 Eli Zaretskii <eliz@gnu.org>
4039
4040 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
4041 extend GDB with commands for external monitor.
4042
53e5f3cf
AS
40432005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
4044
4045 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
4046
55f6ca0f
JB
40472005-11-25 Joel Brobecker <brobecker@adacore.com>
4048
4049 * gdbint.texinfo (Start of New Year Procedure): New chapter.
4050
c1947b85
JB
40512005-11-21 Jim Blandy <jimb@redhat.com>
4052
4053 * gdb.texinfo (Tracepoint Packets): Document restrictions on
4054 placement of 'R' actions in tracepoint action packets; document
4055 dependence of 'X' and 'M' actions on a preceding 'R' action for
4056 their registers.
4057
9d29849a
JB
40582005-11-19 Jim Blandy <jimb@redhat.com>
4059
4060 * gdb.texinfo (Tracepoint Packets): New node.
4061 (General Query Packets): Add entries for the tracepoint packets,
4062 referring to the "Tracepoint Packets" node.
4063 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 4064
9a6253be
KB
40652005-11-18 Kevin Buettner <kevinb@redhat.com>
4066
4067 * gdb.texinfo (set remotebreak): Add anchor.
4068 (X packet): Likewise.
4069 (Remote Protocol): Add new section `Interrupts' and new index
4070 entry `interrupts (remote protocol)'.
4071
5f3bebba
JB
40722005-11-18 Jim Blandy <jimb@redhat.com>
4073
4074 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
4075 entries into the General Query Packets section. Add a
4076 cross-reference to that section. Drop description of replies, as
4077 these are covered in the descriptions of each packet.
4078 (General Query Packets): Add introductory text. Explain naming
4079 conventions, and how the end of a name is recognized.
4080
9a7a1b36
KB
40812005-11-17 Kevin Buettner <kevinb@redhat.com>
4082
0564b6cf 4083 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
4084 "set remotebreak" command.
4085
b8ff78ce
JB
40862005-11-16 Jim Blandy <jimb@redhat.com>
4087
4088 * gdb.texinfo (Packets, Stop Reply Packets)
4089 (General Query Packets): Various formatting cleanups.
4090 - Use @samp for packet contents.
4091 - Drop summaries from packet @item lines; the same information appears
4092 immediately below in the description.
4093 - Delete paragraph breaks after packet @item commands, so that the
4094 description appears directly to the right of the packet prototype
4095 in the printed manual, if it fits.
4096 - Place spaces in packet prototypes between @vars and non-@var
4097 letters, and explain that they're just for formatting.
4098 - Use @dots{} instead of '...'.
4099 - Fix uses of @code where @var was needed.
4100 - Replace "deprecated" markers with English text spelling out the
4101 packet's status and the preferred alternatives.
4102 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
4103 what this ever meant.
4104 - Remove "(draft)" markers on 'i' packets; nobody has commented on
4105 this for a long time.
4106 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
4107 implemented several times, and have been in use for years.
4108
8ffe2530
JB
41092005-11-15 Jim Blandy <jimb@redhat.com>
4110
c43c5473
JB
4111 * gdb.texinfo (Packets): Add index entries for 'm' packet
4112 disclaimers.
5ae4183a 4113
fb031cdf
JB
4114 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
4115 of stub when processing an 'm' packet.
4116
8ffe2530
JB
4117 * gdb.texinfo (Packets): Mention that packets beginning with
4118 letters are reserved once, at the top, instead of actually listing
4119 them all and saying "reserved".
4120
c03c782f
AS
41212005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
4122
4123 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
4124 Change @var{$arg0 to @code{$arg0.
4125
814e32d7
WZ
41262005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
4127
4128 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
4129
fa93a9d8
JB
41302005-11-12 Jim Blandy <jimb@redhat.com>
4131
4132 * gdb.texinfo (General Query Packets): Put packets in alphabetical
4133 order. Remove extraneous 'z'.
4134
8a5a3c82
AS
41352005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
4136
4137 * gdb.texinfo (Choosing files): Add --eval-command.
4138
4b0ad762
AS
41392005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
4140
4141 * gdb.texinfo (Choosing modes): Add --return-child-result.
4142
4143
1a088d06
AS
41442005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
4145
4146 * gdb.texinfo (Choosing modes): Add --batch-silent.
4147
656d5e12
EZ
41482005-10-28 Eli Zaretskii <eliz@gnu.org>
4149
4150 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
4151 "The -var-update Command".
4152
3c9c013a
JB
41532005-10-03 Joel Brobecker <brobecker@adacore.com>
4154
4155 * gdb.texinfo (Print Settings): Add documentation for set/show
4156 print array-indexes.
4157
7ba3cf9c
DJ
41582005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
4159
4160 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
4161 6.2 and 6.3.
4162
a94ab193
EZ
41632005-08-27 Eli Zaretskii <eliz@gnu.org>
4164
4165 * gdb.texinfo (File Options): Don't document --mapped, it's gone
4166 since 19-Jan-2004.
4167 (Files): Likewise.
ab1adacd
EZ
4168 (Variables, Symbols): Document the "<incomplete type>" message and
4169 its reasons.
a94ab193 4170
ca06016a
FF
41712005-08-01 Fred Fish <fnf@specifix.com>
4172
4173 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
4174
cf58170d
NR
41752005-07-15 Nick Roberts <nickrob@snap.net.nz>
4176
4177 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
4178 option for -var-list-children and -var-update.
4179 (GDB/MI Stack Manipulation): Simplify description of
4180 print-values option for -stack-list-locals.
4181 (GDB/MI Command Description Format): Clarify.
4182 (Mode Options): Spelling of superseded.
4183
38f1196a
BR
41842005-07-12 Bob Rossi <bob@brasko.net>
4185
4186 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
4187 corresponding GDB command comment.
4188
3cb3b8df
BR
41892005-07-06 Bob Rossi <bob@brasko.net>
4190
4191 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
4192 and -inferior-tty-show.
4193 (Input/Output): Document "set/show inferior-tty" and tty alias.
4194
10fac096
NW
41952005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
4196
4197 * gdb.texinfo (Packets): Change description of 'D' packet to note
4198 that GDB does wait for a response.
4199
d1b6db76
NR
42002005-06-22 Nick Roberts <nickrob@snap.net.nz>
4201
4202 * gdb.texinfo (History) Rename "Command History".
4203 (Command History): Move node "Server Prefix" from section on
4204 Annotations here.
4205
29629dcf
NR
42062005-06-19 Nick Roberts <nickrob@snap.net.nz>
4207
4208 * gdb.texinfo (GDB/MI Stack Manipulation):
4209 Re-instate -stack-info-frame with example. Say that it gets
4210 info on selected frame, not current frame.
4211
397ca115
EZ
42122005-06-18 Eli Zaretskii <eliz@gnu.org>
4213
4214 * gdb.texinfo (Server): Clarify that `file' should be used before
4215 connecting to the server.
4216 (Files): Add an xref to the above description.
51274035
EZ
4217 (Output Formats): More detailed description of the `c' format.
4218 (Memory): List explicitly all the formats supported by `x'.
638ac427 4219 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 4220 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
4221 files. Add more indexing for solib-absolute-prefix and
4222 --with-sysroot.
76d17f34
EZ
4223 (Machine Code): Document possible problems with locations in
4224 shared libraries.
d416eeec
EZ
4225 (Backtrace): Document that free-standing environments do not need
4226 to have a `main' function.
397ca115 4227
74f6deaa
NR
42282005-06-18 Nick Roberts <nickrob@snap.net.nz>
4229
4230 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
4231 -stack-info-frame.
4232
a9967aef
AC
42332005-06-07 Andrew Cagney <cagney@gnu.org>
4234
4235 * gdb.texinfo (Contributors): Note the original multi-arch
4236 contributors.
4237
e09f16f9
EZ
42382005-06-03 Eli Zaretskii <eliz@gnu.org>
4239
4240 * gdb.texinfo (Registers): Add index entries for the standard
4241 registers.
4242 (Frames): Add cross-reference from frame pointer description to
4243 the Registers node.
4244 (Annotations Overview): Fix the reference to GDB name.
4245
d87ba7ee
EZ
42462005-06-01 Eli Zaretskii <eliz@gnu.org>
4247
4248 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
4249 can-use-hw-watchpoints.
4250
034dad6f
BR
42512005-05-28 Bob Rossi <bob@brasko.net>
4252
4253 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
4254 the possible reasons why an exec async record would be returned to FE.
4255
ffed4509
AC
42562005-05-26 Andrew Cagney <cagney@gnu.org>
4257
4258 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
4259 Andrew Cagney implemented the original GDB/MI.
4260
e22e55c9
OF
42612005-05-23 Orjan Friberg <orjanf@axis.com>
4262
4263 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
4264 documentation. Add documentation for cris-mode.
4265
a78e13ce
EZ
42662005-05-20 Eli Zaretskii <eliz@gnu.org>
4267
4268 * gdb.texinfo (Numbers): Explain the example and make the wording
4269 more acurate.
4270
76ff342d
DJ
42712005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4272 Dennis Brueni <dennis@slickedit.com>
4273
4274 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
4275 (GDB/MI Data Manipulation, GDB/MI Program Control)
4276 (GDB/MI Stack Manipulation): Update examples to include the fullname
4277 attribute in stack frames.
4278
119b882a
EZ
42792005-05-12 Eli Zaretskii <eliz@gnu.org>
4280
4281 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
4282 do with other non-standard names of init files.
4283
6fc08d32
EZ
42842005-05-11 Eli Zaretskii <eliz@gnu.org>
4285
4286 * gdb.texinfo (Command Files): Move the description of the startup
4287 from here...
4288 (Startup): ...to this new subsection of the Invocation chapter.
4289 Rearrange the description of init files more logically and add a
4290 cross-reference to "Command Files". Document the special gdbinit
4291 name for CISCO 68k. Expand the description of what GDB does
4292 during startup.
4293 (History): Add index entry for HISTSIZE.
4294
a561754a
MK
42952005-05-02 Mark Kettenis <kettenis@gnu.org>
4296
4297 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
4298
2eecc4ab
EZ
42992005-05-02 Eli Zaretskii <eliz@gnu.org>
4300
4301 * gdb.texinfo (SVR4 Process Information, The isatty call)
4302 (The system call): Don't use foo(N) notation for man pages and
4303 functions.
514c4d71 4304 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 4305
18999be5
EZ
43062005-04-27 Eli Zaretskii <eliz@gnu.org>
4307
4308 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
4309 were optimized away.
4310
0abb7bc7
EZ
43112005-04-22 Eli Zaretskii <eliz@gnu.org>
4312
4313 * gdb.texinfo (Remote configuration): Document "set/show
4314 get-thread-local-storage-address". Add cross-reference to the
4315 description of the qGetTLSAddr packet.
4316 (General Query Packets): Mention "set remote
4317 get-thread-local-storage-address" and add a reference to its
4318 description.
4319
6f61acb1
NR
43202005-04-19 Nick Roberts <nickrob@snap.net.nz>
4321
4322 * gdb.texinfo (Backtrace): Describe 'bt full'.
4323
9d59903a
NR
43242005-04-17 Nick Roberts <nickrob@snap.net.nz>
4325
4326 * gdb.texinfo (Mode Options): Fix typo.
4327 (GDB/MI): Describe how to invoke GDB/MI.
4328
721c2651
EZ
43292005-04-16 Eli Zaretskii <eliz@gnu.org>
4330
4331 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 4332 references changed. Add description of "info udot".
721c2651
EZ
4333 (Files): Document "set/show stop-on-solib-events".
4334 (M32R/D): Document "set/show download-path", "set/show
4335 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
4336 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
4337 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
4338 (Maintenance Commands): Improve indexing.
4339 (Target Commands): Document "set/show hash", "set/show debug
4340 monitor".
4341 (SVR4 Process Information): Document "info pidlist" and "info
4342 meminfo". Document "set/show procfs-tarce" and "set/show
4343 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
4344 (Symbols, The Print Command with Objective-C): Improve indexing.
4345 (Objective-C): Add references to "info classes" and "info
4346 selectors".
c45da7e6
EZ
4347 (Debugging Output): Improve wording. Document "set/show debug
4348 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
4349 (Set Breaks): Add index entry for "hardware breakpoints".
4350 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
4351 and "set/show usehardbreakpoints".
4352 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
4353 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
4354 (ARM): Document "rdilogfile", "rdilogenable", "set/show
4355 rdiromatzero", "set/show rdiheartbeat".
4356 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
4357 "sds".
4358 (Embedded Processors): Document the "sim" command.
4359 (Remote): Document the "remote" command.
4360 (DJGPP Native): Document the "info serial" command.
4361 (Threads): Document "maint info sol-threads".
4362 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
4363 (Set Breaks): Improve indexing.
4364 (Command Syntax): Add a reference to dont-repeat.
4365 (Define): Document "dont-repeat".
4366 (TUI Commands): Document "tabset".
4367 (WinCE): New subsection. Document "set/show remotedirectory",
4368 "set/show remoteupload", "set/show remoteaddhost".
721c2651 4369
14d6dd68
EZ
43702005-04-15 Eli Zaretskii <eliz@gnu.org>
4371
4372 * gdb.texinfo (Hurd Native): New subsection, documents
4373 Hurd-specific commands.
a64548ea 4374 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 4375 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
4376 (MIPS): Improve documentation of heuristic-fence-post. Document
4377 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
4378 mips stack-arg-size", "set/show mips mask-address", "set/show mips
4379 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 4380 (ARM): Document ARM-specific commands.
a64548ea
EZ
4381 (AVR): New section. Document "info io_registers".
4382 (CRIS): New section. Document "set/show cris-version" and
4383 "set/show cris-dwarf2-cfi".
4384 (HPPA): New section. Document "set/show debug hppa" and "maint
4385 print unwind".
a5adf40f 4386 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 4387 (Super-H): New section. Document the "regs" command.
721c2651 4388 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 4389
9c16f35a
EZ
43902005-04-09 Eli Zaretskii <eliz@gnu.org>
4391
4392 * gdb.texinfo (Print Settings): Document "set/show print
4393 pascal_static-members", "set print repeats", "show print
4394 null-stop". Improve indexing. Fix documentation of "set print
4395 union".
4396 (Pascal): New section.
4397 (Supported languages): Rename from "Support"; all references
4398 updated. Add a menu item for Pascal.
4399 (Numbers): Document "set radix.
4400 (Screen Size): Document "set/show pagination".
4401 (MIPS Embedded): Remove "set processor" documentation.
4402 (Remote configuration): Document "set/show X/P/Z-packet",
4403 "set/show read-aux-vector-packet", "set/show remote
4404 symbol-lookup-packet", "set/show remote verbose-resume-packet",
4405 "set/show remoteaddresssize", "set/show remotebaud", "set/show
4406 remotedebug", "set/show remotebreak", "set/show remotedevice",
4407 "set/show remotelogfile".
4408 (Auxiliary Vector): Add reference to the description of the
4409 read-aux-vector-packet setting.
4410 (Set Watchpoints): Add a cross-reference to "set remote
4411 hardware-breakpoint-limit".
4412 (General Query Packets): Add indexing of requests and
4413 cross-references to related commands in "Remote configuration".
4414 (File-I/O Overview, The system call): Fix wording and typos.
4415 (Thread Stops): Add index entries.
4416 (Continuing and Stepping): Document "show step-mode".
4417 (i386): New node. Document "set/show struct-convention".
4418 (Files): Document "show trust-readonly-sections".
4419 (Calling): Document "set/show unwindonsignal".
4420 (Messages/Warnings): Add index entries.
4421 (Maintenance Commands): Document "set/show watchdog".
4422 (Annotations Overview): Document "show annotate".
4423 (Set Watchpoints): Add index entries.
4424 (Symbols): Fix doc of case-sensitive.
4425 (ABI): Document "show coerce-float-to-double".
4426 (Convenience Vars, Help): Improve indexing.
4427 (Machine Code): Document "show disassembly-flavor".
4428 (Debugging C plus plus): Document "show overload-resolution".
4429 (Value History, Signaling): Add index entries.
4430
44312005-04-08 Eli Zaretskii <eliz@gnu.org>
4432
4433 * gdb.texinfo (Show): Move @kindex entries to their proper places.
4434 (Processes): Fix wording.
4435 (History, List, Logging output, Define, Symbols, Print Settings):
4436 Improve indexing.
4437
a8f24a35
EZ
44382005-04-03 Eli Zaretskii <eliz@gnu.org>
4439
4440 * gdb.texinfo (Targets): Document "set/show architecture". Remove
4441 redundant index entry for "target" command.
4442 (Backtrace): Add index entries.
4443 (Symbols, Fortran): Document the "set case-sensitive" command.
4444 (DJGPP Native): Document "set com1base", "set com1irq", etc.
4445 (Print Settings): Add index entry for "set demangle-style".
4446 (Target Commands): Document "set download-write-size".
4447 (Debugging Output): Document "set exec-done-display".
4448
09d4efe1
EZ
44492005-04-02 Eli Zaretskii <eliz@gnu.org>
4450
4451 * gdb.texinfo (Files): Fix the name and documentation of
4452 add-shared-symbol-files. Document its alias assf. Update the
4453 list of OSs where GDB supports shared libraries. Fix markup.
4454 (Continuing and Stepping): Add reference to @var{location} in the
4455 text.
4456 (Dump/Restore Files): Fix reference to @{filename}.
4457 (Help): Fix wording.
4458 (Attach): Ditto.
4459 (Set Watchpoints): Ditto.
4460 (Backtrace): Remove redundant index entries. Improve index
4461 entries.
4462 (Delete Breaks): Fix wording.
4463 (Memory): Document the compare-sections command.
4464 (Memory Region Attributes): Improve wording.
4465 (Disabling): Improve wording.
4466 (Fortran): New subsection. Document the "info common" command.
4467 (Help): Document aliases "info copying" and "info warranty".
4468 (Caching Remote Data): New section. Document the "set/show
4469 remotecache" and "info dcache" commands.
4470 (Show): Fix wording of the documentation of the "set
4471 extension-language" command.
4472 (Signals): Add index entry for "info handle".
4473 (Memory Region Attributes): Fix punctuation.
4474 (Symbols): Change the arg name to "location" and refer to it in
4475 the text. Fix wording of "info types" doc.
4476 (Threads): Fix usage of @enumerate @item's.
4477 (Listing Tracepoints): Add index entry for "info tp".
4478 (Set Watchpoints): Add xref to "info break" description.
4479 (Macros): Add an index entry for "macro exp1". Document the
4480 "macro list" command.
4481 (Maintenance Commands): Document "flushregs", "maint agent",
4482 "maint check-symtabs", "maint cplus", "maint demangle", "maint
4483 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
4484 "maint print architecture", "maint print objfiles", "maint print
4485 statistics", "maint print type", "maint show-debug-regs", "maint
4486 space", "maint time", and "maint translate-address".
4487 (Connecting): Document the "monitor" command.
4488 (Annotations Overview): Describe the "set annotate" command.
4489
82f2d802
EZ
44902005-04-01 Eli Zaretskii <eliz@gnu.org>
4491
4492 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
4493 Rearrange index entries and improve wording about support for
4494 hardware watchpoints.
4495
7d51c7de
BR
44962005-03-10 Bob Rossi <bob@brasko.net>
4497
4498 * gdb.texinfo: Update copyright
4499
68c71a2e
TR
45002005-02-09 Theodore A. Roth <troth@openavr.org>
4501
4502 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
4503 error.
4504
83761cbd
KB
45052005-02-03 Kevin Buettner <kevinb@redhat.com>
4506
4507 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
4508
9f1c6395
MS
45092005-01-17 Michael Snyder <msnyder@redhat.com>
4510
4511 * gdb.texinfo: Fix spelling, infinte -> infinite.
4512
fbd1b305
MK
45132005-01-08 Mark Kettenis <kettenis@gnu.org>
4514
4515 * observer.texi (GDB Observers): Document "solib_loaded".
4516
3ace7edb
AC
45172005-01-07 Andrew Cagney <cagney@gnu.org>
4518
bec39cab
AC
4519 * configure.ac: Rename configure.in, require autoconf 2.59.
4520 * configure: Re-generate.
4521
3ace7edb
AC
4522 * configure.in: Replace configdirs with multiple references to
4523 AC_CONFIG_SUBDIRS.
4524 * configure: Re-generate.
5ae4183a 4525
53531fc1
AC
45262005-01-04 Andrew Cagney <cagney@gnu.org>
4527
4528 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
4529 part of the version number.
4530
536ffdb7
MK
45312004-12-24 Mark Kettenis <kettenis@gnu.org>
4532
4533 * gdbint.texinfo (Algorithms): Remove description of
4534 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
4535
e1aac25b
JB
45362004-12-07 Jim Blandy <jimb@redhat.com>
4537
4538 * gdb.texinfo (General Query Packets): Specify that thread ID's in
4539 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
4540 numbers.
4541
f47b1503
AS
45422004-12-07 Andreas Schwab <schwab@suse.de>
4543
4544 * gdb.texinfo (Mode Options): Document -l option.
4545
b6b8ece6
EZ
45462004-12-04 Eli Zaretskii <eliz@gnu.org>
4547
4548 * gdbint.texinfo (Algorithms): More accurate description of
4549 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
4550 is not needed unless data-read and data-access watchpoints are
4551 supported. Add a description of how GDB checks whether the
4552 inferior stopped because a watchpoint was hit.
4553
01371747
EZ
45542004-11-23 Eli Zaretskii <eliz@gnu.org>
4555
4556 * gdb.texinfo (Files): Add cross-reference to description of
4557 -readnow command-line switch.
4558
2315ffec
RC
45592004-11-10 Randolph Chung <tausq@debian.org>
4560
4561 * gdb.texinfo: Document set/show backtrace past-entry commands.
4562 Rearrange index entries for set/show backtrace past-main.
4563
69065f5d
AC
45642004-11-10 Jon Beniston <jon@beniston.com>
4565
4566 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
4567 * gdb.texinfo (Remote Serial Protocol): Further describe
4568 binary transfer escaping mechanism .
69065f5d 4569
30e91e0b
RC
45702004-11-08 Randolph Chung <tausq@debian.org>
4571
4572 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
4573 and "show debug infrun". Add index entries.
4574
60bf7e09
EZ
45752004-10-23 Eli Zaretskii <eliz@gnu.org>
4576
4577 * gdb.texinfo (SVR4 Process Information): Document subcommands of
4578 "info proc" that are already implemented. Add index entries.
4579 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
4580 (Files): Add a tip for decreasing memory used for symtabs from
4581 shared libraries.
f018e82f
EZ
4582 (Starting): Fix whitespace; make "elaboration" stand out where it
4583 is first used, and add an index entry for the term.
f8568604
EZ
4584 (Calling): Expand and elaborate text. Add "print". Add the
4585 description of problems with weak aliases.
384ee23f 4586 (Core File Generation): New section.
60bf7e09 4587
d52fe014
AC
45882004-10-12 Andrew Cagney <cagney@gnu.org>
4589
4590 * gdbint.texinfo (Versions and Branches): New chapter.
4591 (Releasing GDB): Delete "Versions and Branches" section.
4592 (Top): Add "Versions and Branches".
4593
703663ab
EZ
45942004-10-08 Eli Zaretskii <eliz@gnu.org>
4595
4596 * gdb.texinfo (Editing, History): Add cross-references to the
4597 included Readline and History user documentation. Remove
4598 references to the symbol have-readline-appendices which is unused
4599 and undefined.
4600 (History): Fix indexing.
4601
ac77d04f
JJ
46022004-10-08 Jeff Johnston <jjohnstn@redhat.com>
4603
4604 * gdbint.texinfo (target_stopped_data_address): Update to
4605 new prototype.
4606 (i386_stopped_data_address): Update prototype and description.
4607 (i386_stopped_by_watchpoint): New function and description.
4608
e07c999f
PH
46092004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
4610
4611 * gdb.texinfo (Filenames): Add Ada suffixes.
4612 (Ada) New section.
4613
2e868123
AC
46142004-09-27 Andrew Cagney <cagney@gnu.org>
4615 Robert Picco <Robert.Picco@hp.com>
4616
4617 * gdb.texinfo (Packets): Document the "p" packet.
4618
02a57714
JM
46192004-09-21 Jason Molenda (jmolenda@apple.com)
4620
4621 * gdb.texinfo (Paths and Names of the Source Files): Document the
4622 meaning of values in the 'desc' field of a SO stab.
4623
ae038cb0
DJ
46242004-09-20 Daniel Jacobowitz <dan@debian.org>
4625
4626 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
4627 max-cache-age" and "maint show dwarf2 max-cache-age".
4628
f7dc1244
EZ
46292004-09-16 Eli Zaretskii <eliz@gnu.org>
4630
4631 * gdb.texinfo (Set Breaks): Add index entry for setting
4632 breakpoints on overloaded C++ functions that are not members of
4633 any classes. Add an example and an index entry for setting
4634 breakpoints on all program functions.
4635 (Character Sets, Macros, Overlay Commands)
4636 (Non-debug DLL symbols, GDB/MI Output Syntax)
4637 (Annotations Overview, Maintenance Commands, File-I/O Overview):
4638 Use "(@value{GDBP})" instead of a literal "(gdb)".
4639
f810308b
AC
46402004-09-12 Andrew Cagney <cagney@gnu.org>
4641
4642 * gdbint.texinfo (Native Debugging): Delete description of
4643 FILES_INFO_HOOK.
4644
15a661f3
PH
46452004-09-11 Paul Hilfinger <hilfinger@gnat.com>
4646
5ae4183a
AS
4647 * gdbint.texinfo (User Interface): Change local_hex_string_custom
4648 to hex_string_custom (not historically correct, but more
15a661f3
PH
4649 understandable, given the current code).
4650
f3219c75
AC
46512004-09-03 Andrew Cagney <cagney@gnu.org>
4652
4653 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
4654
f3bb6704
JJ
46552004-09-01 Jeff Johnston <jjohnstn@redhat.com>
4656
4657 * observer.texi (solib_unloaded): New observer.
4658
8d2c00cb
AC
46592004-08-24 Andrew Cagney <cagney@gnu.org>
4660
4661 * gdbint.texinfo (Target Architecture Definition): Add missing
4662 comma.
4663
e7dc800a
MC
46642004-08-20 Michael Chastain <mec.gnu@mindspring.com>
4665
4666 * (Using the Testsuite): build != host is supported,
4667 but some test scripts do not support build != host.
4668
73b03683
MK
46692004-08-14 Mark Kettenis <kettenis@gnu.org>
4670
4671 * gdbint.texinfo (Host Definition): Delete description of
4672 FCLOSE_PROVIDED and GETENV_PROVIDED.
4673
c0ccb908
MK
46742004-08-05 Mark Kettenis <kettenis@chello.nl>
4675
4676 * gdbint.texinfo (Host Definition): Delete description of
4677 NO_SYS_FILE.
4678 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
4679 PTRACE_FP_BUG.
4680
9c8dbfa9
AC
46812004-08-05 Andrew Cagney <cagney@gnu.org>
4682
4683 * gdbint.texinfo (Target Architecture Definition): Delete
4684 reference to deprecated_read_fp.
4685
f42accbe
AC
46862004-08-02 Andrew Cagney <cagney@gnu.org>
4687
4688 * gdbint.texinfo (Target Architecture Definition): Delete
4689 description of DEPRECATED_REGISTER_BYTES.
4690
0b66e38c
EZ
46912004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4692
4693 * gdb.texinfo (Source Path): Document the new behavior of
4694 searching for the source files.
4695
15387254
EZ
46962004-07-17 Eli Zaretskii <eliz@gnu.org>
4697
4698 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
4699 (Search, Expressions, Arrays, Variables, Data, Machine Code)
4700 (Auto Display): Improve indexing.
4701
2c07db7a
AC
47022004-07-16 Andrew Cagney <cagney@gnu.org>
4703
4704 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
4705 "-noasync".
4706
4644b6e3
EZ
47072004-07-09 Eli Zaretskii <eliz@gnu.org>
4708
4709 * gdb.texinfo: Fix @kindex entries so that multiple commands that
4710 have the same prefix have only their prefix in the index.
4711
7561d450
MK
47122004-07-03 Mark Kettenis <kettenis@gnu.org>
4713
4714 * gdb.texinfo (BSD libkvm Interface): New node (section)
4715 (Native): Add it to the menu.
4716
67bebe79
MK
47172004-07-01 Mark Kettenis <kettenis@gnu.org>
4718
4719 * gdbint.texinfo (Target Architecture Definition): Remove
4720 PCC_SOL_BROKEN.
4721
1a6923e0
MK
47222004-06-24 Mark Kettenis <kettenis@gnu.org>
4723
4724 * gdbint.texinfo (Target Architecture Definition): Remove
4725 SUN_FIXED_LBRAC_BUG.
4726
b435e160
AC
47272004-06-26 Andrew Cagney <cagney@gnu.org>
4728
4729 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
4730
b5622e8d
AC
47312004-06-20 Andrew Cagney <cagney@gnu.org>
4732
4733 * gdbint.texinfo (Target Architecture Definition): Deprecate
4734 USE_STRUCT_CONVENTION.
4735
e0c07bf0
MC
47362004-06-19 Michael Chastain <mec.gnu@mindspring.com>
4737
4738 gdb.texinfo (Bug Reporting): Mention session recording,
4739 with the script command or Emacs.
4740
782263ab
AC
47412004-06-18 Andrew Cagney <cagney@gnu.org>
4742
4743 * gdbint.texinfo (Target Architecture Definition): Deprecate
4744 FUNCTION_START_OFFSET.
4745
03727ca6
AC
47462004-06-14 Andrew Cagney <cagney@gnu.org>
4747
4748 Based on changes from Karl Berry.
4749 * gdb.texinfo: Do not use @sc in a direntry.
4750 * stabs.texinfo: Change @dircateogry to "Software development".
4751 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
4752
97092415
AC
47532004-06-13 Andrew Cagney <cagney@gnu.org>
4754
4755 * gdbint.texinfo (Target Architecture Definition): Delete
4756 description of RETURN_VALUE_ON_STACK.
4757
1f6d4158
AC
47582004-06-09 Andrew Cagney <cagney@gnu.org>
4759
4760 * gdbint.texinfo (Native Debugging): Restore "@table @code"
4761 deleted by previous patch.
4762
d966f0cb
AC
47632004-06-08 Andrew Cagney <cagney@gnu.org>
4764
4765 * gdbint.texinfo (Native Debugging): Delete documentation on
4766 ATTACH_DETACH.
4767
86fe4aaa
RC
47682004-06-06 Randolph Chung <tausq@debian.org>
4769
4770 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
4771
d4b6d575
RC
47722004-06-06 Randolph Chung <tausq@debian.org>
4773
5ae4183a 4774 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
4775 the new push_dummy_call method signature. Describe the function
4776 argument.
4777
4e8b0763
JB
47782004-05-24 Joel Brobecker <brobecker@gnat.com>
4779
4780 * gdb.texinfo (Starting): Document new start command.
4781
59caf092
AC
47822004-05-21 Andrew Cagney <cagney@redhat.com>
4783
4784 * observer.texi (GDB Observers): Document "inferior_created".
4785
e4a2df64
AC
47862004-05-08 Andrew Cagney <cagney@redhat.com>
4787
e6b55ae2
AC
4788 * gdbint.texinfo (Target Architecture Definition): Delete
4789 description of DO_DEFERRED_STORES.
4790
28954179
AC
4791 * gdbint.texinfo (Target Architecture Definition): Delete
4792 references to DEPRECATED_FIX_CALL_DUMMY.
4793
434b87dd
AC
4794 * gdbint.texinfo (Target Architecture Definition): Delete
4795 description of DEPRECATED_CALL_DUMMY_WORDS,
4796 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
4797
58d28df8
AC
4798 * gdbint.texinfo (Target Architecture Definition): Delete
4799 description of DEPRECATED_PUSH_DUMMY_FRAME.
4800
e4a2df64
AC
4801 * gdbint.texinfo (Target Architecture Definition): Delete
4802 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
4803
2b4855ab
AC
48042004-05-07 Andrew Cagney <cagney@redhat.com>
4805
4806 * observer.texi (GDB Observers): Add "Debugging" section. Include
4807 cross reference to "set/show debug observer".
4808 * gdb.texinfo (Debugging Output): Document "set/show debug
4809 observer".
4810
fcf70625
AC
48112004-05-01 Andrew Cagney <cagney@redhat.com>
4812
4813 * gdbint.texinfo (Target Architecture Definition): Delete
4814 description of DEPRECATED_PC_IN_SIGTRAMP.
4815
8ee56bcf
AC
48162004-04-30 Andrew Cagney <cagney@redhat.com>
4817
4818 * gdbint.texinfo (Target Architecture Definition): Delete
4819 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
4820
67ab9a76
OF
48212004-04-30 Orjan Friberg <orjanf@axis.com>
4822
4823 * observer.texi (GDB Observers): Correct spelling.
4824
79346bcb
OF
48252004-04-26 Orjan Friberg <orjanf@axis.com>
4826
4827 * observer.texi (GDB Observers): Add target_changed event.
4828
7a464420
AC
48292004-04-08 Andrew Cagney <cagney@redhat.com>
4830
4831 * observer.texi (GDB Observers): Rework, provide generic observer
4832 definitions and then a list of observable events.
4833
6cdf9d98
AC
48342004-04-04 Andrew Cagney <cagney@redhat.com>
4835
4836 * gdbint.texinfo (Host Definition): Delete reference to
4837 NO_SIGINTERRUPT.
4838
ddc135a4
AC
48392004-04-02 Andrew Cagney <cagney@redhat.com>
4840
4841 * gdbint.texinfo (Target Architecture Definition): Delete
4842 reference to DEPRECATED_CALL_DUMMY_LENGTH.
4843
6a1b180d
SC
48442004-03-28 Stephane Carrez <stcarrez@nerim.fr>
4845
4846 * gdb.texinfo (TUI Commands): Document tui reg commands.
4847
d0d5df6f
AC
48482004-03-26 Andrew Cagney <cagney@redhat.com>
4849
4850 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
4851 "gdbtui".
4852 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
4853 (Contributors): Mention both Text and Terminal User Interface.
4854
aa2a3f87
AC
48552004-03-23 Andrew Cagney <cagney@redhat.com>
4856
4857 * gdbint.texinfo (Target Architecture Definition): Deprecate
4858 references to SIGTRAMP_START and SIGTRAMP_END.
4859
f561f026
AC
48602004-03-23 Andrew Cagney <cagney@redhat.com>
4861
4862 * gdbint.texinfo (Target Architecture Definition): Deprecate
4863 references to PC_IN_SIGTRAMP.
4864
33cb8b0f
AC
48652004-03-19 Andrew Cagney <cagney@redhat.com>
4866
4867 * gdbint.texinfo (Target Architecture Definition): Delete
4868 reference to GDB_TARGET_IS_HPPA.
4869
fc989b7a
AC
48702004-03-18 Andrew Cagney <cagney@redhat.com>
4871
4872 * gdbint.texinfo (Coding): Update section on gdbarch_data,
4873 describe pre_init and post_init.
4874
701b08bb
DJ
48752004-03-09 Daniel Jacobowitz <drow@mvista.com>
4876
4877 * gdb.texinfo (Debugging Output): Document values for "set debug
4878 target".
4879
faae5abe
AC
48802004-02-28 Andrew Cagney <cagney@redhat.com>
4881
4882 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
4883
dd79a6cf
JJ
48842004-02-26 Jeff Johnston <jjohnstn@redhat.com>
4885
4886 * gdb.texinfo (breakpoints): Add information about the
4887 new "set breakpoint pending" and "show breakpoint pending"
4888 commands.
4889
e7f16015
AC
48902004-02-26 Andrew Cagney <cagney@redhat.com>
4891
4892 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
4893 in Per-architecture module data section.
4894
7161a3a6
RM
48952004-02-25 Roland McGrath <roland@redhat.com>
4896
4897 * gdb.texinfo (General Query Packets): Document qPart:... packets.
4898
2154891a
AC
48992004-02-24 Andrew Cagney <cagney@redhat.com>
4900
4901 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
4902 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
4903 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 4904
6c74ac8b
AC
49052004-02-17 Andrew Cagney <cagney@redhat.com>
4906
4907 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
4908
19772a2c
AC
49092004-02-16 Andrew Cagney <cagney@redhat.com>
4910
4911 * gdbint.texinfo (Target Architecture Definition): Deprecate
4912 FRAMELESS_FUNCTION_INVOCATION.
4913
c9830293
AC
49142004-02-16 Andrew Cagney <cagney@redhat.com>
4915
4916 * gdbint.texinfo (Coding): Mention -Wunused-function.
4917
b9d26eb9
AC
49182004-02-14 Andrew Cagney <cagney@redhat.com>
4919
4920 * gdbint.texinfo (Target Architecture Definition): Delete
4921 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
4922
49efadf5
EZ
49232004-02-12 Elena Zannoni <ezannoni@redhat.com>
4924
4925 * gdb.texinfo: Properly quote the name "C++".
4926 * gdbint.texinfo: Ditto.
4927 * stabs.texinfo: Ditto.
4928
1eb288ea
EZ
49292004-02-11 Elena Zannoni <ezannoni@redhat.com>
4930
4931 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
4932 minimal information about libiberty.
4933
e4937fc1
MC
49342004-02-06 Michael Chastain <mec.gnu@mindspring.com>
4935
4936 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
4937
a9331b3f
RM
49382004-02-04 Roland McGrath <roland@redhat.com>
4939
4940 * gdb.texinfo (Auxiliary Vector): New node (section).
4941 (Data): Add it to the menu.
4942
2650777c
JJ
49432004-02-02 Jeff Johnston <jjohnstn@redhat.com>
4944
4945 * gdb.texinfo (Breakpoints): Add information about pending
4946 breakpoint support.
4947
b4501125
AC
49482004-01-26 Andrew Cagney <cagney@redhat.com>
4949
4950 * gdb.texinfo (Overview): Delete references to the cisco protocol
4951 including the "N" response.
4952
74055713
AC
49532004-01-26 Andrew Cagney <cagney@redhat.com>
4954
4955 * gdbint.texinfo (Target Architecture Definition): Rename
4956 EXTRACT_STRUCT_VALUE_ADDRESS to
4957 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 4958
3bbe9696
EZ
49592004-01-24 Eli Zaretskii <eliz@gnu.org>
4960
4961 * gdb.texinfo (KOD): Document "show os". Add index entries for
4962 "set/show os" and "info cisco" commands.
4963
5843504f
EZ
49642004-01-21 Eli Zaretskii <eliz@gnu.org>
4965
4966 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
4967
9175c9a3
MC
49682004-01-19 Michael Chastain <mec.gnu@mindspring.com>
4969
4970 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
4971 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
4972
8e94b928
NR
49732004-01-19 Nick Roberts <nick@nick.uklinux.net>
4974
4975 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
4976 -stack-list-locals.
4977 (GDB/MI Variable Objects): Describe extension to
4978 -var-list-children.
4979
a20cf136
DJ
49802004-01-17 Daniel Jacobowitz <drow@mvista.com>
4981
4982 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
4983
afb18d0f
AC
49842004-01-17 Andrew Cagney <cagney@redhat.com>
4985
4986 * gdbint.texinfo (Target Architecture Definition): Delete
4987 documentation on DEPRECATED_NPC_REGNUM.
4988
b51970ac
DJ
49892004-01-13 Daniel Jacobowitz <drow@mvista.com>
4990
4991 * gdb.texinfo: Update copyright year. Mention that set
4992 follow-fork-mode is supported on GNU/Linux. Remove documentation of
4993 "set follow-fork-mode ask".
4994
0f0cffd2
AC
49952004-01-13 Andrew Cagney <cagney@redhat.com>
4996
4997 * gdbint.texinfo: Update copyright year.
4998 (Coding): Add -Wunused-label to list of -Werror warnings.
4999
c552b3bb 50002004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 5001 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
5002
5003 * gdb.texinfo: Update copyright.
5004 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
5005 around names, as appropriate. Minor syntax cleanup of
5006 _NSPrintForDebugger explanation. Two spaces after periods.
5007 GDBN used instead of lit. "gdb". Index entries added for
5008 print-object and _NSPrintForDebugger. @noindent added in one spot.
5009
afe157ca
EZ
50102003-11-11 Elena Zannoni <ezannoni@redhat.com>
5011
5012 * stabs.texinfo: Add dircategory and direntry commands.
5013 * annotate.texinfo: Ditto.
5014
963e2bb7
AC
50152003-11-10 Andrew Cagney <cagney@redhat.com>
5016
5017 * gdbint.texinfo (Target Architecture Definition): Replace the
5018 return_value method's "inval" and "outval" parameters with
5019 "readbuf" and "writebuf".
5020
1d8b2f28
JB
50212003-10-28 Jim Blandy <jimb@redhat.com>
5022
5023 * gdb.texinfo (The F request packet, The F reply packet): Renamed
5024 from "The `F' request packet" and "The `F' reply packet", to make
5025 texi2dvi happy.
5026 (File-I/O remote protocol extension): Update menu entries, too.
5027
36d86913
MC
50282003-10-26 Michael Chastain <mec@shout.net>
5029
5030 * gdb.texinfo (Thread Stops): Document the issue with
5031 premature return from system calls in multi-threaded programs.
5032
ce2826aa
AC
50332003-10-24 Andrew Cagney <cagney@redhat.com>
5034
5035 * annotate.texinfo: Fix "fortunatly"[sic].
5036
f24c5e49
KI
50372003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
5038
5039 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
5040 with "Hitachi" and "Mitsubishi".
5041
92ad9cd9
AC
50422003-10-20 Andrew Cagney <cagney@redhat.com>
5043
5044 * gdbint.texinfo (Target Architecture Definition): Document
5045 gdbarch_return_value. Add cross references from
5046 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
5047 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
5048
0ab4b752
MK
50492003-10-18 Mark Kettenis <kettenis@gnu.org>
5050
5051 * gdbint.texinfo (Target Architecture Definition): Document
5052 regset_from_core_section.
fb3e19c0
KI
5053
50542003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
5055
5056 * gdb.texinfo (M32R/D): Mention m32rsdi target.
5057
a9331b3f 50582003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
5059
5060 From Anthony Green <green@redhat.com>:
5ae4183a 5061 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 5062
1485d690
KB
50632003-10-14 Kevin Buettner <kevinb@redhat.com>
5064
889bf7c5
PA
5065 * gdb.texinfo (Breakpoint related warnings): New node.
5066 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 5067
86d30acc
DJ
50682003-10-13 Daniel Jacobowitz <drow@mvista.com>
5069
5070 * gdb.texinfo (Remote Protocol): Document v and vCont.
5071
172c2a43
KI
50722003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
5073
5074 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
5075 * gdbint.texinfo: Ditto.
5076
71952f4c
AC
50772003-10-09 Andrew Cagney <cagney@redhat.com>
5078
5079 From 2003-09-18 David Anderson <davea@sgi.com>:
5080 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
5081 "command".
5082
268e2188
AC
50832003-10-03 Andrew Cagney <cagney@redhat.com>
5084
5085 * gdbint.texinfo (Target Architecture Definition): Deprecate
5086 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
5087 just target.
5088
12c266ea 50892003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 5090
f30992d4 5091 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
5092 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
5093 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
5094 * gdbint.texinfo (Target Architecture Definition): Rename
5095
50962003-09-30 Andrew Cagney <cagney@redhat.com>
5097
f30992d4 5098 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 5099 (Target Architecture Definition):
f30992d4 5100
2e092625
AC
5101 * gdbint.texinfo (Target Architecture Definition): Rename
5102 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
5103
0717ae8a
AC
51042003-09-29 Andrew Cagney <cagney@redhat.com>
5105
dad809b7
AC
5106 * gdbint.texinfo (Target Architecture Definition): Delete
5107 documentation for NEED_TEXT_START_END.
5108
0717ae8a
AC
5109 * gdbint.texinfo (Target Architecture Definition): Rename
5110 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
5111 TARGET_WRITE_PC.
a9331b3f 5112
af6cf26d
MC
51132003-09-22 Michael Chastain <mec@shout.net>
5114
5115 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
5116
ee206350
AG
51172003-09-21 Anthony Green <green@redhat.com>
5118
5119 * gdbint.texinfo (Target Architecture Definition): Fix typos.
5120
a38c9fe6
MK
51212003-09-21 Mark Kettenis <kettenis@gnu.org>
5122
5123 * gdbint.texinfo (Target Architecture Definition): Document
5124 stabs_argument_has_addr.
5125
77949794
AC
51262003-09-18 Andrew Cagney <cagney@redhat.com>
5127
5128 * gdbint.texinfo (Target Architecture Definition): Delete
5129 documentation on REGISTER_NAMES.
5130
8e823e25
MK
51312003-09-13 Mark Kettenis <kettenis@gnu.org>
5132
5133 * gdbint.texinfo (Target Architecture Definition): Replace
5134 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
5135
f27dd7fd
AC
51362003-09-11 Andrew Cagney <cagney@redhat.com>
5137
5138 * gdbint.texinfo (Target Architecture Definition): Replace
5139 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
5140
8b148df9
AC
51412003-08-18 Andrew Cagney <cagney@redhat.com>
5142
5143 * gdbint.texinfo (Target Architecture Definition): Document
5144 "frame_red_zone_size".
5145
25d29d70
AC
51462003-08-09 Andrew Cagney <cagney@redhat.com>
5147
5148 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
5149 with "set/show backtrace past-main" and "set/show backtrace
5150 limit".
5151
c938e9b0
L
51522003-08-08 H.J. Lu <hongjiu.lu@intel.com>
5153
5154 * Makefile.in (install-info): Support DESTDIR.
5155 (install-html): Likewise.
5156
64fabec2
AC
51572003-08-07 Andrew Cagney <cagney@redhat.com>
5158
5159 Patch from Nick Roberts.
5160 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
5161 bindings. Remove description of send-gdb-command.
5162
2fcf52f0
AC
51632003-08-07 Andrew Cagney <cagney@redhat.com>
5164
5165 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
5166 GDB 6.0.
5167
086432e2
AC
51682003-08-06 Andrew Cagney <cagney@redhat.com>
5169
5170 * gdb.texinfo (Mode Options): Mention that level three is the
5171 highest available and that level 2 is deprecated.
5172 (Annotations Overview): Mention annotation levels. Cross reference
5173 to "Limitations of the Annotation Interface" in annotate.texi.
5174 (TODO, Value Annotations, Frame Annotations): Delete section.
5175 (Displays, Breakpoint Info): Delete.
5176
e5249f67
AC
51772003-08-04 Andrew Cagney <cagney@redhat.com>
5178
5179 * agentexpr.texi: Delete @bye.
5180 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
5181 (stabs.info): Add $(srcdir) to include search path.
5182 (html): Depend on "annotate_toc.html", and not "annotate.html".
5183 * stabs.texinfo: Ditto. Include "fdl.texi".
5184 * gdbint.texinfo: Update copyright statement's list of invariant
5185 sections.
5186
e6f672d2
AC
51872003-07-28 Andrew Cagney <cagney@redhat.com>
5188
5189 * Makefile.in (INFO_DEPS): Add annotate.info.
5190 (dvi, ps, html, pdf): Add annotate.
5191 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
5192 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
5193 (ANNOTATE_DOC_FILES): New macro.
5194 (ANNOTATE_TEX_TMPS): New macro.
5195 (annotate.info, annotate_toc.html): Specify dependencies.
5196 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
5197 * annotate.texinfo: Rename annotate.texi. Get building. Add
5198 "Migrating to GDB/MI" and "Limitations of the Annotation
5199 Interface" chapters. Mention why it is not part of the user
5200 guide. Update copyright notice. Include "fdl.texi".
5201
72ffddc9
SC
52022003-07-26 Stephane Carrez <stcarrez@nerim.fr>
5203
5204 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
5205
a9f12a31
DJ
52062003-07-24 Daniel Jacobowitz <drow@mvista.com>
5207
5208 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
5209
b1fe9455
DJ
52102003-07-24 Daniel Jacobowitz <drow@mvista.com>
5211
5212 * gdb.texinfo (Server): Mention pidof.
5213
153721e6
AC
52142003-07-22 Andrew Cagney <cagney@redhat.com>
5215
5216 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
5217 list.
5218
0fac0b41
DJ
52192003-06-28 Daniel Jacobowitz <drow@mvista.com>
5220
5221 * gdb.texinfo (Logging output): New chapter.
5222
4e562065
JB
52232003-06-24 Joel Brobecker <brobecker@gnat.com>
5224
5225 * gdb.texinfo (Unsupported languages): New section.
5226 (Languages): Add link to new section.
5227
f2c06f52
AC
52282003-06-22 Andrew Cagney <cagney@redhat.com>
5229
5230 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
5231
b4177fca
DJ
52322003-06-22 Daniel Jacobowitz <drow@mvista.com>
5233
5234 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
5235
f418dd93
DJ
52362003-06-22 Daniel Jacobowitz <drow@mvista.com>
5237
5238 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
5239 * agentexpr.texi: Retitle section, and change it to an appendix.
5240 Comment out texinfo initialization. Factor a @var{} into two
5241 pieces to prevent makeinfo warnings.
5242 * gdb.texinfo: Add Agent Expressions appendix.
5243
4ca61388
DJ
52442003-06-19 Daniel Jacobowitz <drow@mvista.com>
5245
5246 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
5247
07f31aa6
DJ
52482003-06-18 Daniel Jacobowitz <drow@mvista.com>
5249
5ae4183a 5250 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
5251 remote target". Document the "detach" and "disconnect" commands.
5252 (Server, Netware, Debug Session): Reference "Connecting to a
5253 remote target".
5254 (GDB/MI Target Manipulation): Document "-target-disconnect".
5255
2dd0da42
AC
52562003-06-13 Andrew Cagney <cagney@redhat.com>
5257
5258 * gdbint.texinfo (Target Architecture Definition): Deprecate
5259 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
5260 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
5261
e7a3abfc
JB
52622003-06-09 Jim Blandy <jimb@redhat.com>
5263
5264 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
5265
25e3a86b
AC
52662003-06-08 Andrew Cagney <cagney@redhat.com>
5267
5268 * gdbint.texinfo (Target Architecture Definition): Delete
5269 documentation on FRAME_ARGS_ADDRESS_CORRECT.
5270
a9e5fdc2
AC
52712003-06-08 Andrew Cagney <cagney@redhat.com>
5272
5273 * gdbint.texinfo (Target Architecture Definition): Document
5274 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
5275
b37303ee
AF
52762003-06-07 Adam Fedor <fedor@gnu.org>
5277
5278 * gdb.texinfo: Add Objective-C documentation.
5279
39fe6e80
AC
52802003-06-01 Andrew Cagney <cagney@redhat.com>
5281
5282 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
5283 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
5284
125309b2
AC
52852003-05-21 Andrew Cagney <cagney@redhat.com>
5286
5287 * gdbint.texinfo (Target Architecture Definition): Delete
5288 references to "extract_address" and "store_address".
5289
b8b527c5
AC
52902003-05-16 Andrew Cagney <cagney@redhat.com>
5291
5292 * gdbint.texinfo (Target Architecture Definition): Replace
5293 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
5294 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
5295
50e3ee83
TR
52962003-05-14 Theodore A. Roth <troth@openavr.org>
5297
5298 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
5299
44e2be90
L
53002003-05-10 H.J. Lu <hongjiu.lu@intel.com>
5301
5302 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
5303 (gdb.dvi): Likewise.
5304 (gdb.pdf): Likewise.
5305 (links2roff): Likewise.
5306
df5215a6
JB
53072003-05-08 Jim Blandy <jimb@redhat.com>
5308
5309 * gdb.texinfo (Dump/Restore Files): Update documentation for
5310 'dump', 'append', and 'restore': note that format argument is
5311 optional; simplify presentation of the command variants; and be
5312 more precise about the formats.
5313
5e7b2f39
JB
53142003-05-07 Jim Blandy <jimb@redhat.com>
5315
5316 * gdb.texinfo (Symbols): Update documentation: 'maint list
5317 symtabs' and 'maint list psymtabs' have been renamed 'maint info
5318 symtabs' and 'maint info psymtabs'.
5319
b1e29e33
AC
53202003-05-05 Andrew Cagney <cagney@redhat.com>
5321
5322 * gdbint.texinfo (Target Architecture Definition): Make
5323 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
5324 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
5325 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
5326
00905d52
AC
53272003-05-04 Andrew Cagney <cagney@redhat.com>
5328
5329 * gdb.texinfo (Maintenance Commands): Document "maint print
5330 dummy-frames".
5331
54ff5908
AC
53322003-05-04 Andrew Cagney <cagney@redhat.com>
5333
5334 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
5335
32e7087d
JB
53362003-05-03 J. Brobecker <brobecker@gnat.com>
5337
5338 Thierry Schneider <tpschneider1@yahoo.com>
5339 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
5340 for new MI command.
5341
7043d8dc
AC
53422003-05-03 Andrew Cagney <cagney@redhat.com>
5343
5344 * gdbint.texinfo (Target Architecture Definition): Document
5345 push_dummy_code. Add cross references.
5346
e33d66ec
EZ
53472003-05-02 Elena Zannoni <ezannoni@redhat.com>
5348
5349 * gdb.texinfo (Character Sets): Update to reflect new behavior of
5350 set/show charsets commands.
5351
0ba6dca9
AC
53522003-04-28 Andrew Cagney <cagney@redhat.com>
5353
5354 * gdbint.texinfo (Target Architecture Definition): Replace
5355 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
5356 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
5357
d7a27068
AC
53582003-04-28 Andrew Cagney <cagney@redhat.com>
5359
5360 * gdbint.texinfo (Target Architecture Definition): Rename
5361 "tm_print_insn" to "deprecated_tm_print_insn".
5362
44ea7b70
JB
53632003-04-09 Jim Blandy <jimb@redhat.com>
5364
5365 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
5366 list psymtabs'.
5367
fb8f8949
AC
53682003-04-08 Andrew Cagney <cagney@redhat.com>
5369
5370 * gdbint.texinfo (Target Architecture Definition): Delete
5371 references to EXTRA_FRAME_INFO.
5372
32fb0f22
AC
53732003-04-08 Andrew Cagney <cagney@redhat.com>
5374
5375 * gdbint.texinfo (Target Architecture Definition): Delete
5376 PRINT_TYPELESS_INTEGER.
5377
6be67e67
JB
53782003-04-02 J. Brobecker <brobecker@gnat.com>
5379
5380 * observer.texi (GDB Observers): Adjust the documentation for the
5381 normal_stop notification to better describe reality. Fix a couple
5382 of minor typos.
5383
4e35d5f0
BR
53842003-04-02 Bob Rossi <bob_rossi@cox.net>
5385
a9331b3f 5386 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
5387 '-file-list-exec-source-file'
5388
e8a8712a
AC
53892003-03-31 Andrew Cagney <cagney@redhat.com>
5390
5391 * gdbint.texinfo (Target Architecture Definition): Delete
5392 references to CALL_DUMMY_P.
5393
6c0e89ed
AC
53942003-03-30 Andrew Cagney <cagney@redhat.com>
5395
5396 * gdbint.texinfo (Target Architecture Definition): Remove
5397 reference to TARGET_WRITE_SP.
a9331b3f 5398
378bfd1b
AC
53992003-03-27 Andrew Cagney <cagney@redhat.com>
5400
5401 * gdbint.texinfo (Target Architecture Definition): Remove
5402 references to write_sp.
6c0e89ed 5403
922fbb7b
AC
54042003-03-27 Andrew Cagney <cagney@redhat.com>
5405
5406 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
5407 chapter body. Use @smallexample instead of @example.
5408 (Annotations): Ditto.
5409 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
5410 annotate.texi.
5411
b81774d8
AC
54122003-03-26 Andrew Cagney <cagney@redhat.com>
5413
5414 * gdbint.texinfo (Target Architecture Definition): Replace
5415 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
5416 dummy_addr parameters.
5417
1bf6d5cc
AC
54182003-03-25 Andrew Cagney <cagney@redhat.com>
5419
5420 * gdbint.texinfo (Target Architecture Definition): Delete
5421 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
5422 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5423 Add reference to PUSH_ARGUMENTS.
5424
618ce49f
AC
54252003-03-23 Andrew Cagney <cagney@redhat.com>
5426
5427 * gdbint.texinfo (Algorithms, Target Architecture Definition):
5428 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
5429
bcd7e15f
JB
54302003-03-18 J. Brobecker <brobecker@gnat.com>
5431
5432 * gdbint.texinfo (Algorithms): Add new section describing the
5433 Observer paradigm.
5434 (Top): Add menu entry to new observer appendix.
5435 * observer.texi: New file.
5436 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
5437 new observer.texi file.
5438
9fe8321b
AC
54392003-03-17 Andrew Cagney <cagney@redhat.com>
5440
5441 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
5442 that GNU Press update the manual version number.
5443
ac2adee5
AC
54442003-03-12 Andrew Cagney <cagney@redhat.com>
5445
5446 * gdbint.texinfo (Target Architecture Definition): Delete
5447 references to get_saved_register. Rename GET_SAVED_REGISTER to
5448 DEPRECATED_GET_SAVED_REGISTER.
5449
749b82f6
AC
54502003-03-13 Andrew Cagney <cagney@redhat.com>
5451
5452 * gdbint.texinfo (Target Architecture Definition): Replace
5453 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
5454
8bedc050
AC
54552003-03-12 Andrew Cagney <cagney@redhat.com>
5456
5457 * gdbint.texinfo (Target Architecture Definition): Rename
5458 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 5459
0ce1b118
CV
54602003-03-10 Corinna Vinschen <vinschen@redhat.com>
5461
5462 * gdb.texinfo: Add File-I/O documentation.
5463
12cc2063
AC
54642003-03-10 Andrew Cagney <cagney@redhat.com>
5465
5466 * gdbint.texinfo (Target Architecture Definition): Cross reference
5467 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
5468
7453dc06
AC
54692003-03-07 Andrew Cagney <cagney@redhat.com>
5470
5471 * gdb.texinfo (Debugging Output): Mention the "set/show debug
5472 frame" command.
5473
6314f104
AC
54742003-03-05 Andrew Cagney <cagney@redhat.com>
5475
5476 * gdbint.texinfo (Target Architecture Definition): Document
5477 unwind_dummy_id. Cross reference unwind_dummy_id and
5478 SAVE_DUMMY_FRAME_TOS.
5479
f1212245
DJ
54802003-03-05 James Ingham <jingham@apple.com>
5481 Daniel Jacobowitz <drow@mvista.com>
5482
5483 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
5484 and "show cp-abi".
5485
77e7e267
AC
54862003-03-03 Andrew Cagney <cagney@redhat.com>
5487
5488 * gdbint.texinfo (Target Architecture Definition): Document
5489 register_type.
5490
838a8221
AC
54912003-03-03 Andrew Cagney <cagney@redhat.com>
5492
5493 * stabs.texinfo (Structures): Use @samp and separate @var's
5494 instead of a single @var containing a comma separated list.
5495 (Unions): Ditto.
5496
d7f4a264
DJ
54972003-03-02 Daniel Jacobowitz <drow@mvista.com>
5498
5499 * Makefile.in (distclean): Remove config.log.
5500
f30ee0bc
AC
55012003-03-01 Andrew Cagney <cagney@redhat.com>
5502
5503 * gdbint.texinfo (Target Architecture Definition): Rename
5504 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
5505
55062003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
5507
5508 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
5509 DEPRECATED_INIT_EXTRA_FRAME_INFO.
5510
be448670
CF
55112003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
5512
5513 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
5514 (Non-debug DLL symbols): New node, describing the minimal symbols
5515 loaded from DLLs without real debugging symbols.
5516
501eef12
AC
55172003-02-20 Andrew Cagney <ac131313@redhat.com>
5518
5519 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
5520 hardware-breakpoint-limit".
5521 (Set Watchpoints): Add cross reference to "set remote
5522 hardware-watchpoint-limit".
5523 (Remote configuration options): New section.
5524
21c294e6
AC
55252003-02-04 Andrew Cagney <ac131313@redhat.com>
5526
e9be73e4
AC
5527 * gdbint.texinfo (Target Architecture Definition): Delete
5528 descrption of IS_TRAPPED_INTERNALVAR.
5529
21c294e6
AC
5530 From Keith Seitz <keiths@redhat.com>:
5531 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
5532 option "-i"/"--interpreter" to this chapter. Include index
5533 entries.
5534
0179ffac
DC
55352003-02-04 David Carlton <carlton@math.stanford.edu>
5536
5537 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
5538 (Variables): Recommend stabs+ and DWARF 2.
5539 (C plus plus expressions): Correct info about
5540 compiler versions, debug formats.
5541 (Contributors): Change 'DWARF2' to 'DWARF 2'.
5542 PR symtab/874.
5543
7ca9f392
AC
55442003-02-01 Andrew Cagney <ac131313@redhat.com>
5545
5546 * gdbint.texinfo (Target Architecture Definition): Delete
5547 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
5548 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
5549 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
5550 references to nindy and i960.
5551 * gdb.texinfo (i960): Delete all references to i960 and nindy.
5552
31a85ea2
AC
55532003-02-01 Andrew Cagney <ac131313@redhat.com>
5554
5555 * gdbint.texinfo (Target Architecture Definition): Delete
5556 FLOAT_INFO.
5557
6b894e49
AC
55582003-01-30 Andrew Cagney <ac131313@redhat.com>
5559
5560 * stabs.texinfo (Member Type Descriptor): Clarify description of
5561 `@'. Suggested by Ben Hutchings.
5562
c48861fb
AC
55632003-01-29 Andrew Cagney <ac131313@redhat.com>
5564
5565 * gdb.texinfo (M68K): Delete reference to es1800.
5566
617073a9
AC
55672003-01-29 Andrew Cagney <ac131313@redhat.com>
5568
5569 * gdb.texinfo (Maintenance Commands): Document `maint print
5570 reggroups' and `maint print register-groups'.
5571 * gdbint.texinfo (Target Architecture Definition): Document
5572 register_reggroup_p.
5573
5b5d99cf
JB
55742003-01-23 Jim Blandy <jimb@redhat.com>
5575
5576 * gdb.texinfo (Separate Debug Files): New section.
5577
e7ba9c65
DJ
55782003-01-22 Daniel Jacobowitz <drow@mvista.com>
5579
5580 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
5581 and "maint show profile".
5582
94e91d6d
MC
55832003-01-16 Michael Chastain <mec@shout.net>
5584
5585 * gdb.texinfo (Installing GDB): Warn against
5586 ".../gdb-VERSION/gdb/configure".
5587 (Separate Objdir): Likewise.
5588
867f3898
AC
55892003-01-15 Andrew Cagney <ac131313@redhat.com>
5590
5591 * gdbint.texinfo (Target Architecture Definition): Delete
5592 definition of PRINT_REGISTER_HOOK.
5593
f153cc92
EZ
55942003-01-15 Elena Zannoni <ezannoni@redhat.com>
5595
5596 (OpenRISC 1000): Fix formatting of command names.
5597
c60eb6f1
EZ
55982003-01-15 Elena Zannoni <ezannoni@redhat.com>
5599
5600 * gdb.texinfo (Continuing and Stepping): Add new command
5601 'advance'. Clarify behavior of 'until'.
5602
f5ebfba0
DJ
56032003-01-13 Daniel Jacobowitz <drow@mvista.com>
5604
5605 * gdb.texinfo (Files): Document solib-absolute-prefix and
5606 solib-search-path.
5607
4ce8657e
MC
56082003-01-09 Michael Chastain <mec@shout.net>
5609
5610 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
5611 (Create a Release): Add new instructions for new @file{src-release}.
5612 Document existing instructions for @file{Makefile.in} as
5613 being for @value{GDBN} 5.3.1 or earlier.
5614
372613e3
AC
56152003-01-09 Andrew Cagney <ac131313@redhat.com>
5616
5617 * gdbint.texinfo (Target Architecture Definition): Mention
5618 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
5619 allocate memory.
5620
b4e9345d
DJ
56212003-01-04 Daniel Jacobowitz <drow@mvista.com>
5622
5623 * gdb.texinfo (Controlling GDB): Add @kindex for
5624 "show osabi".
5625 (Backtraces): Add @kindex's for backtrace-below-main.
5626
98b45e30
DJ
56272003-01-04 Daniel Jacobowitz <drow@mvista.com>
5628
5629 * gdb.texinfo (Controlling GDB): Document "set osabi".
5630
95f90d25
DJ
56312003-01-04 Daniel Jacobowitz <drow@mvista.com>
5632
5633 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
5634 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
5635
1e698235
DJ
56362003-01-04 Daniel Jacobowitz <drow@mvista.com>
5637
5638 * gdb.texinfo (Controlling GDB): Add ABI section. Document
5639 "set coerce-float-to-double".
5640 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
5641
e632838e
AC
56422003-01-02 Andrew Cagney <ac131313@redhat.com>
5643
5644 * stabs.texinfo: Remove obsolete text.
5645 * gdbint.texinfo: Ditto.
5646 * gdb.texinfo: Ditto.
5647
c133ab7a
MK
56482002-12-22 Mark Kettenis <kettenis@gnu.org>
5649
5650 * gdbint.texinfo (Target Architecture Definition): Update
5651 description of gdbarch_register_osabi.
5652
f821f325
KH
56532002-12-20 Kazu Hirata <kazu@cs.umass.edu>
5654
5655 * agentexpr.texi: Fix typos.
5656 * annotate.texi: Likewise.
5657 * fdl.texi: Likewise.
5658
85a6d8d3 56592002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
5660
5661 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
5662 DEPRECATED_INIT_FRAME_PC.
5663
ae45cd16
AC
56642002-12-01 Andrew Cagney <ac131313@redhat.com>
5665
5666 * gdbint.texinfo (Target Architecture Definition): Delete
5667 PC_IN_CALL_DUMMY.
5668
07555a72
AC
56692002-11-28 Andrew Cagney <ac131313@redhat.com>
5670
5671 * gdbint.texinfo (Host Definition): Delete documentation on
5672 USE_GENERIC_DUMMY_FRAMES.
5673
c166cdc7
EZ
56742002-11-26 Elena Zannoni <ezannoni@redhat.com>
5675
5ae4183a 5676 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
5677 * Makefile.in (install-info): Run the install-info command as part
5678 of the post install steps only.
5679 (uninstall-info): New target.
5680 (uninstall): New target.
5681
35db0260
EZ
56822002-11-22 Elena Zannoni <ezannoni@redhat.com>
5683
5684 * Makefile.in (install): Make install do some real work.
5685
9ba8d803
AC
56862002-11-19 Andrew Cagney <ac131313@redhat.com>
5687
5688 Fix POSIX problem reported by Paul Eggert.
5689 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
5690 Fix PR gdb/527.
5691
903ad3a6
AC
56922002-10-26 Andrew Cagney <cagney@redhat.com>
5693
5694 * gdbint.texinfo (Target Architecture Definition): Delete
5695 definition of DO_REGISTERS_INFO.
5696
f2abfe65
KB
56972002-10-18 Kevin Buettner <kevinb@redhat.com>
5698
5699 * gdbint.texinfo (Address Classes): Fix problems with insertion
5700 of ``{'' and ``}'' in example.
5701
b5b0480a
KB
57022002-10-17 Kevin Buettner <kevinb@redhat.com>
5703
5704 * gdbint.texinfo (Address Classes): New section.
5705 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
5706 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
5707 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
5708 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
5709
c85508ee
KD
57102002-10-11 Klee Dienes <kdienes@apple.com>
5711
5712 * gdb.texinfo (Registers): Mention vector registers as well as
5713 floating registers in the documentation for 'info registers' and
5714 'info all-registers'.
5715
6d12fc3d
DJ
57162002-10-11 Daniel Jacobowitz <drow@mvista.com>
5717
5718 * gdbint.texinfo (CPLUS_MARKER): Remove item.
5719
8d19fbd2
JJ
57202002-10-03 Jeff Johnston <jjohnstn@redhat.com>
5721
5722 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
5723 interface definition.
5724
a37295f9
MM
57252002-10-03 Marko Mlinar <markom@opencores.org>
5726
5727 * gdb.texinfo (Target Commands): Add or1k target specific
5728 commands.
5729 * gdb.texinfo (Contributors): Add myself to the contributors list.
5730
da0f9dcd
AC
57312002-10-01 Andrew Cagney <ac131313@redhat.com>
5732
5733 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
5734 and "mi1" instead of "mi1" and "mi0".
5735
2e834e49
HPN
57362002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
5737
5738 * gdb.texinfo (Packets): Fix typos "alligned".
5739 Correct z3/Z3 description. Correct z4/Z4 title.
5740
050be0dc
AC
57412002-09-27 Andrew Cagney <ac131313@redhat.com>
5742
5743 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
5744
1104b9e7
KB
57452002-09-25 Kevin Buettner <kevinb@redhat.com>
5746
5747 * gdb.texinfo: Use GNU/Linux instead of Linux.
5748
512217c7
AC
57492002-09-25 Andrew Cagney <ac131313@redhat.com>
5750
5751 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
5752
10998722
AC
57532002-09-24 Andrew Cagney <ac131313@redhat.com>
5754
512217c7 5755 * gdb.texinfo: Replace @example with @smallexample.
10998722 5756
a0eb71c5
KB
57572002-09-20 Kevin Buettner <kevinb@redhat.com>
5758
f7dc1244 5759 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
5760 * gdb.texinfo (Character Sets): Use @smallexample instead of
5761 @example. Use GNU/Linux instead of Linux.
5762
57632002-09-20 Jim Blandy <jimb@redhat.com>
5764
5765 * gdb.texinfo: Add character set documentation.
5766
2f870471
AC
57672002-09-19 Andrew Cagney <ac131313@redhat.com>
5768
5769 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
5770 (Packets): Add cross reference from `b' packet to `z' packets.
5771
790eb8f5
AC
57722002-09-19 Andrew Cagney <ac131313@redhat.com>
5773
8d30a00d
AC
5774 * gdb.texinfo (Maintenance Commands): Document ``maint
5775 internal-error'' and ``maint internal-warning''.
5776
790eb8f5
AC
5777 * gdbint.texinfo (Target Architecture Definition): Revise
5778 description of STACK_ALIGN. Add description of FRAME_ALIGN.
5779
a23a7bf1
JB
57802002-09-19 Joel Brobecker <brobecker@gnat.com>
5781
5782 * gdbint.texinfo (Target Conditionals): Document the new
5783 NAME_OF_MALLOC macro.
5784
299ffc64
AC
57852002-09-05 Andrew Cagney <ac131313@redhat.com>
5786
5787 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
5788 engineer.
5789
b7bb15bc
SC
57902002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5791
5792 * gdb.texinfo (TUI Overview): Document status line fields.
5793
3d757584
SC
57942002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5795
5796 * gdb.texinfo (TUI Commands): Document info win command.
5797
269c21fe
SC
57982002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5799
5800 * gdb.texinfo (TUI Overview): Document breakpoint markers.
5801
7cf36c78
SC
58022002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5803
5804 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
5805 (TUI Keys): Likewise.
5806
d2c6833e
AC
58072002-08-25 Andrew Cagney <ac131313@redhat.com>
5808
5809 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
5810 for a packet receive.
5811
46d8b1c3
AC
58122002-08-25 Andrew Cagney <ac131313@redhat.com>
5813
5814 * Makefile.in (clean): Move to end of file.
5815 (distclean, maintainer-clean, realclean): Ditto.
5816 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
5817 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
5818 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
5819 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
5820
b0787093
AC
58212002-08-24 Andrew Cagney <ac131313@redhat.com>
5822
5823 * Makefile.in (GDBINT_TEX_TMPS): Define.
5824 (gdbint.dvi, gdbint.pdf): Use
5825 (GDB_TEX_TMPS): Define.
5826 (gdb.dvi, gdb.pdf): Use.
5827 (STABS_TEX_TMPS): Define.
5828 (stabs.dvi, stabs.pdf): Use.
5829 (GDB_DOC_SOURCE_INCLUDES): New macros.
5830 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
5831 (GDBINT_DOC_FILES_INCLUDES): New macros.
5832 (GDBINT_DOC_BUILD_INCLUDES): New macros.
5833 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
5834 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
5835 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
5836 (links2roff): Replace SFILES_INCLUDED with
5837 GDB_DOC_SOURCE_INCLUDES.
5838 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
5839 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
5840 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
5841 dependencies.
5842 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
5843 dependencies.
5844 (gdbmi.texinfo): Delete rule.
5845 (inc-hist.texinfo): Delete rule.
5846 (rluser.texinfo): Delete rule.
5847
ebba8386
AC
58482002-08-23 Andrew Cagney <cagney@redhat.com>
5849
5850 * gdbint.texinfo (Target Architecture Definition): Update
5851 STORE_RETURN_VALUE, mention regcache.
5852
0ab7a791
AC
58532002-08-21 Andrew Cagney <ac131313@redhat.com>
5854
5855 * gdbint.texinfo (Target Architecture Definition): Document
5856 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
5857
ee2d5c50
AC
58582002-08-19 Andrew Cagney <ac131313@redhat.com>
5859
5860 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
5861 Fix minor typos. Add index entries.
5862
53c69bd7
AC
58632002-08-18 Andrew Cagney <ac131313@redhat.com>
5864
5865 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
5866
e76f1f2e
AC
58672002-08-15 Andrew Cagney <ac131313@redhat.com>
5868
5869 * gdbint.texinfo (Target Architecture Definition): Document
5870 PRINT_VECTOR_INFO.
5871 * gdb.texinfo (Vector Unit): Document "info vectors" command.
5872
0680b120
AC
58732002-08-13 Andrew Cagney <ac131313@redhat.com>
5874
5875 * gdb.texinfo (Maintenance Commands): Document "maint print
5876 registers", "maint print raw-registers" and "maint print
5877 cooked-registers".
5878
3c3bea1c
GS
58792002-08-08 Grace Sainsbury <graces@redhat.com>
5880
a9331b3f 5881 From Mark Salter:
3c3bea1c
GS
5882 * gdb.texinfo (Protocol): Document T packet extension to
5883 allow watchpoint address reporting.
5884
42f9b0a5
AC
58852002-08-03 Andrew Cagney <ac131313@redhat.com>
5886
5887 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
5888
db034ac5
AC
58892002-08-01 Andrew Cagney <cagney@redhat.com>
5890
5891 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
5892 to CHILL.
5893
e2b28d04
AC
58942002-08-01 Andrew Cagney <ac131313@redhat.com>
5895
5896 * gdbint.texinfo (Coding): Revise section "Include Files".
5897
7fb623f7
AC
58982002-07-24 Andrew Cagney <cagney@redhat.com>
5899
5900 * gdbint.texinfo: Obsolete references to m88k.
5901 * gdb.texinfo: Ditto.
5902
4a2b4636
JB
59032002-07-10 Joel Brobecker <brobecker@gnat.com>
5904
7fb623f7 5905 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
5906 where the proper version of autoconf can be retrieved.
5907
a71ec265
DH
59082002-07-09 Don Howard <dhoward@redhat.com>
5909
5910 * gdb.texinfo (Command Files): Further describe the behavior of
5911 sourced command files.
5912
b9aa90c9
AC
59132002-06-27 Andrew Cagney <ac131313@redhat.com>
5914
5915 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
5916 (Coding): Clarify ISO C version that GDB assumes.
5917
40dd2248
TT
59182002-06-26 Tom Tromey <tromey@redhat.com>
5919
5920 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
5921 add_setshow_cmd_full.
5922
bfac230e
DH
59232002-06-25 Don Howard <dhoward@redhat.com>
5924
5925 * gdb.texinfo (Memory Region Attributes): Document new behavior
5926 for 'mem' command.
5927
475b0867
JB
59282002-06-11 Jim Blandy <jimb@redhat.com>
5929
919d772c
JB
5930 * gdb.texinfo (Symbols): Update documentation for `info source'
5931 command.
5932
475b0867
JB
5933 * gdb.texinfo (Macros): Call the command `info macro', not
5934 `show macro'.
5935
ba8c9337
AC
59362002-06-09 Andrew Cagney <ac131313@redhat.com>
5937
5938 * gdbint.texinfo (Coding): Add section ``Per-architecture module
5939 data''.
5940
1029b7fa
MK
59412002-06-09 Mark Kettenis <kettenis@gnu.org>
5942
5943 * gdbint.texinfo (Target Architecture Definition): Document
5944 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5945
16737d73
AC
59462002-06-08 Andrew Cagney <ac131313@redhat.com>
5947
5948 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
5949 lists.
5950
30107679
AC
59512002-06-08 Andrew Cagney <ac131313@redhat.com>
5952
5953 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
5954 Branch''.
5955
3352e23e
AC
59562002-06-01 Andrew Cagney <ac131313@redhat.com>
5957
5958 * gdbint.texinfo (Target Architecture Definition): Add section
5959 ``Converting an existing Target Architecture to Multi-arch''.
5960
cbb09e6a
AC
59612002-05-30 Andrew Cagney <ac131313@redhat.com>
5962
5963 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
5964 to ``Obsoleting code''. Revise.
5965
e2e0bcd1
JB
59662002-05-17 Jim Blandy <jimb@redhat.com>
5967
5968 * gdb.texinfo (C Preprocessor Macros): New chapter.
5969 Include it in the main menu.
5970 (Contributors): Credit Jim Blandy with macro support.
5971 (Compilation): Explain how to get macro information into the
5972 executable.
5973 (Expressions): Note that preprocessor macros are expanded.
5974
9db8d71f
DJ
59752002-05-14 Daniel Jacobowitz <drow@mvista.com>
5976
5977 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
5978 options for `target remote'.
5979
6d531722
AC
59802002-05-13 Andrew Cagney <ac131313@redhat.com>
5981
5982 * gdbint.texinfo (Target Architecture Definition): Delete
5983 documentation on NNPC_REGNUM.
5984
13d01224
AC
59852002-05-11 Andrew Cagney <ac131313@redhat.com>
5986
5987 * gdbint.texinfo (Target Architecture Definition): Document
5988 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
5989 (Target Architecture Definition): Revise section `Using Different
5990 Register and Memory Data Representations'. Add section `Raw and
5991 Virtual Register Representations'.
5992
b2e75d78
AC
59932002-05-11 Andrew Cagney <ac131313@redhat.com>
5994
5995 * gdbint.texinfo (Target Architecture Definition): Mention
5996 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
5997 (Target Architecture Definition): Mention same. Add references to
5998 web pages.
5999
2c8682ee
MS
60002002-05-08 Michael Snyder <msnyder@redhat.com>
6001
6002 * stabs.texinfo (Attributes): Document new "vector" attribute.
6003
0816590b
AC
60042002-05-04 Andrew Cagney <ac131313@redhat.com>
6005
6006 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
6007
2653173e
AC
60082002-05-04 Andrew Cagney <ac131313@redhat.com>
6009
6010 * gdb.texinfo: Delete obsolete references to a29k.
6011
d7bd68ca
AC
60122002-04-24 Andrew Cagney <ac131313@redhat.com>
6013
6014 * gdbint.texinfo (Target Architecture Definition): Replace
6015 IN_SIGTRAMP with PC_IN_SIGTRAMP.
6016
21d83aa5
DM
60172002-04-24 David S. Miller <davem@redhat.com>
6018
6019 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
6020
7673a6cc
DM
60212002-04-21 David S. Miller <davem@redhat.com>
6022
6023 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
6024
d49d1e0a
AC
60252002-04-21 Andrew Cagney <ac131313@redhat.com>
6026
6027 * gdbint.texinfo (Target Architecture Definition): Delete
6028 definition of HAVE_REGISTER_WINDOWS.
6029
f7dc1244 60302002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
6031
6032 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
6033 "Theodore A. Roth" <troth@verinet.com>.
6034
5ca0cb28
DH
60352002-04-15 Don Howard <dhoward@redhat.com>
6036
f7dc1244 6037 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 6038 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 6039 Provide a better explaination of this feature.
5ca0cb28 6040
f208ba17
AC
60412002-04-14 Andrew Cagney <ac131313@redhat.com>
6042
6043 * gdbint.texinfo (Target Architecture Definition): Remove
6044 FRAME_CHAIN_COMBINE.
6045
d5ba91de
MC
60462002-04-12 Michael Chastain <mec@shout.net>
6047
6048 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
6049 REG_STACK_SEGMENT.
6050
26818220
MC
60512002-04-09 Michael Chastain <mec@shout.net>
6052
6053 * gdbint.texinfo (Obsolete Conditionals): Remove references to
6054 PYRAMID_* macros.
6055
129188f6
AC
60562002-04-07 Andrew Cagney <ac131313@redhat.com>
6057
6058 * gdb.texinfo (Bug Reporting): Document that the web is the
6059 prefered way of submitting bug reports.
6060 (Bug Reporting): Delete the s-mail address as the last resort.
6061
8227c0ff
AC
60622002-04-05 Andrew Cagney <ac131313@redhat.com>
6063
6064 * gdbint.texinfo (Target Architecture Definition): Delete
6065 references to TARGET_WRITE_FP and write_fp.
6066
16d9dec6
MS
60672002-03-27 Michael Snyder <msnyder@redhat.com>
6068
6069 * gdb.texinfo: Document new commands dump, append, and restore.
6070
9ae8b82c
AC
60712002-03-27 Andrew Cagney <ac131313@redhat.com>
6072
6073 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
6074 Branch'.
6075
474c8240
AC
60762002-03-18 Andrew Cagney <ac131313@redhat.com>
6077
6078 * gdb.texinfo: Change all examples to @smallexample.
6079 * gdbint.texinfo: Ditto.
a9331b3f 6080
fb0ff88f
AC
60812002-03-18 Andrew Cagney <ac131313@redhat.com>
6082
6083 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
6084 Branches''.
6085
9bb0a4d8
AC
60862002-03-18 Andrew Cagney <ac131313@redhat.com>
6087
6088 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
6089 Policy''.
6090
937f164b
FF
60912002-03-04 Fred Fish <fnf@redhat.com>
6092
6093 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
6094 expresson, suports, dependant, trhe, perhaphs, situtations,
6095 explictily, taged, oportunity, unfortunatly).
6096
a7b40f07
AC
60972002-02-24 Andrew Cagney <ac131313@redhat.com>
6098
6099 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
6100 Remove reference to 3.12.
6101
aab4e0ec
AC
61022002-02-23 Andrew Cagney <ac131313@redhat.com>
6103
6104 * gdbint.texinfo: Include fdl.texi.
6105 (Top): Add GNU Free Documentation License.
6106 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
6107 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
6108 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
6109 (gdbint.info): Add srcdir to include path.
6110 * gdb.texinfo: Include gpl.texi.
6111 (Top): Add Copying.
6112 * gpl.texi: New file.
6113
47b95330
AC
61142002-02-23 Andrew Cagney <ac131313@redhat.com>
6115
6116 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
6117
78c47bea
PM
61182002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
6119
6120 * gdb.texinfo: Document Cygwin native specific commands.
6121
56460a61
DJ
61222002-02-15 Daniel Jacobowitz <drow@mvista.com>
6123
6124 * gdb.texinfo: Document gdbserver ``--attach'' command.
6125
def71bfa
MS
61262002-02-07 Michael Snyder <msnyder@redhat.com>
6127
6128 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
6129 to @code(_ovly_debug_event).
6130
c928edc0
AC
61312002-02-07 Andrew Cagney <ac131313@redhat.com>
6132
6133 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
6134
81d46470
MS
61352002-02-06 Michael Snyder <msnyder@redhat.com>
6136
6137 * gdb.texinfo (overlays): Mention new magic symbol
6138 '_ovly_debug_event', which allows GDB to keep better track
6139 of overlays.
6140
f7dc1244 61412002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
6142
6143 * gdb.texinfo (Memory Region Attributes): Fix the wording.
6144 Suggested by Dmitry Sivachenko.
6145
6146 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
6147
15110bc3
MS
61482002-02-01 Michael Snyder <msnyder@redhat.com>
6149
6150 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
6151
6763aef9
MS
61522002-01-30 Michael Snyder <msnyder@redhat.com>
6153
ac282366
MS
6154 * gdb.texinfo: (remote protocol): Gramatical fix-up.
6155 (set trust-readonly-sections): Document.
6763aef9 6156
8642bc8f
AC
61572002-01-29 Andrew Cagney <ac131313@redhat.com>
6158
6159 * gdbint.texinfo (Releasing GDB): Revise and update.
6160
afe64c1a
AC
61612002-01-28 Andrew Cagney <ac131313@redhat.com>
6162
6163 * gdbint.texinfo (Target Architecture Definition): Delete
6164 description of TARGET_BYTE_ORDER_DEFAULT.
6165
f7dc1244 61662002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
6167
6168 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
6169 <mitya@cavia.pp.ru>.
6170
3d6e1b5a
AC
61712002-01-23 Andrew Cagney <ac131313@redhat.com>
6172
6173 * libgdb.texinfo: Delete file.
6174
6c0e9fb3
AC
61752002-01-22 Andrew Cagney <ac131313@redhat.com>
6176
6177 * gdb.texinfo: Remove makeinfo 3.12 hacks.
6178 * gdbint.texinfo: Ditto.
6179
e0ce93ac
AC
6180Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
6181
6182 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
6183
be298bcc
AC
61842002-01-22 Andrew Cagney <ac131313@redhat.com>
6185
6186 * Makefile.in: Update copyright.
6187 (TEXI2DVI): Define.
6188 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
6189 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
6190 gdb-cfg.texi.
6191 (TEXINDEX, PDFTEX): Delete makefile variables.
6192
8e04817f
AC
61932002-01-22 Andrew Cagney <ac131313@redhat.com>
6194
6195 * gdb.texinfo (Protocol): Move section to appendix.
6196
6b2f586d
AC
61972002-01-21 Andrew Cagney <ac131313@redhat.com>
6198
6199 * gdb.texinfo (Remote Debugging): Create a menu.
6200 (Top): Add ``Remote Debugging'' to menu.
6201
6f05cf9f
AC
62022002-01-21 Andrew Cagney <ac131313@redhat.com>
6203
6204 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
6205 serial protocol'' from here.
6206 (Remote Debugging): To here. New chapter.
6207
3fd3d7d2
AC
62082002-01-20 Andrew Cagney <ac131313@redhat.com>
6209
6210 * gdbint.texinfo (Target Architecture Definition): Delete
6211 description of TARGET_BYTE_ORDER_SELECTABLE_P.
6212
7fd60527
AC
62132002-01-20 Andrew Cagney <ac131313@redhat.com>
6214
6215 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
6216 are no longer needed.
6217 (Porting GDB): Add maintainer note about configure.host.
6218
c2f05ac9
AC
62192002-01-20 Andrew Cagney <ac131313@redhat.com>
6220
6221 * gdbint.texinfo (Target Architecture Definition): Remove
6222 definition of IEEE_FLOAT.
6223
f7dc1244 62242002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
6225
6226 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
6227 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
6228 <3diff@gnu.org>
231b2aad 6229
82600034
AC
62302002-01-19 Andrew Cagney <ac131313@redhat.com>
6231
6232 * gdbint.texinfo (Host Definition): Remove references to
6233 MALLOC_INCOMPATIBLE.
6234
7708fa01
AC
62352002-01-17 Andrew Cagney <ac131313@redhat.com>
6236
6237 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
6238 and xyz-xdep.o.
6239
eb12ee30
AC
62402002-01-17 Andrew Cagney <ac131313@redhat.com>
6241
889bf7c5 6242 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
6243 (Set Breaks): Copy ``maint info breakpoint'' doco to
6244 ``Maintenance Commands'' appendix. Add reference.
6245
c9ccaa92
AC
62462002-01-17 Andrew Cagney <ac131313@redhat.com>
6247
6248 * fdl.texi: Remove next/prev from @node.
6249
f7dc1244 62502002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
6251
6252 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
6253 for monstrous @multitable (from Brian Youmans).
6254
6255 * fdl.texi: New file.
6256
6257 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
6258
8973da3a
AC
62592002-01-15 Andrew Cagney <ac131313@redhat.com>
6260
6261 * gdbint.texinfo (Releasing GDB): New chapter.
6262
7d86b5d5
AC
62632002-01-14 Andrew Cagney <ac131313@redhat.com>
6264
6265 * gdb.texinfo (Embedded Processors, Calling program functions):
6266 Obsolete references to a29k.
6267
cc1cb004
AC
62682002-01-13 Andrew Cagney <ac131313@redhat.com>
6269
6270 * gdbint.texinfo (Coding): Review Cleanups section. Examples
6271 examples. Document that a code-block should do or discard its
6272 cleanups before exit.
6273
79f12247
MS
62742002-01-11 Michael Snyder <msnyder@redhat.com>
6275
6276 * gdb.texinfo (Choosing files): Change @samp to @file.
6277
19837790
MS
62782002-01-05 Michael Snyder <msnyder@redhat.com>
6279
6280 * gdb.texinfo (--pid): Document new command line option (attach).
6281
f7dc1244 62822002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
6283
6284 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
6285 in the stub.
6286
d7449b42
AC
62872002-01-04 Andrew Cagney <ac131313@redhat.com>
6288
6289 * gdbint.texinfo (Target Architecture Definition): Replace
6290 BIG_ENDIAN with BFD_ENDIAN_BIG.
6291
f23631e4
AC
62922002-01-03 Andrew Cagney <ac131313@redhat.com>
6293
6294 * gdbint.texinfo (Target Architecture Definition): Replace
6295 value_ptr with struct value pointer.
6296
72c9928d
EZ
62972002-01-02 Eli Zaretskii <eliz@gnu.org>
6298
6299 * gdb.texinfo (Free Software): Fix wording.
6300
959acfd1
EZ
63012001-12-31 Eli Zaretskii <eliz@gnu.org>
6302
6303 * gdb.texinfo (Free Software): New section ``Free Software Needs
6304 Free Documentation''.
6305
f7dc1244 63062001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
6307
6308 * stabs.texinfo:
6309 * gdb.texinfo:
6310 * gdbint.texinfo:
6311 * libgdb.texinfo:
6312 * annotate.texi: Fix the application of GFDL in the Copyright notice.
6313
6600abed
MS
63142001-12-29 Michael Snyder <msnyder@redhat.com>
6315
6316 * gdb.texinfo (maint info sections): Fix typo.
6317
f6680716
MS
63182001-12-26 Michael Snyder <msnyder@redhat.com>
6319
fe95c787
MS
6320 * gdb.texinfo (maint info sections): Document.
6321
a9331b3f 6322 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
6323 'info proc' sub-options that are currently not implemented.
6324
c3d3ce5b
JB
63252001-12-20 Jim Blandy <jimb@redhat.com>
6326
6327 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
6328
778eb05e
AC
63292001-12-15 Andrew Cagney <ac131313@redhat.com>
6330
6331 * gdbint.texinfo (Target Architecture Definition): Replace
6332 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
6333
2607059c
AC
63342001-12-01 Andrew Cagney <ac131313@redhat.com>
6335
6336 * gdbint.texinfo (Host Definition): Delete documentation on
6337 HOST_BYTE_ORDER.
6338
df0cd8c5
JB
63392001-11-30 Jim Blandy <jimb@redhat.com>
6340
6341 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 6342 overlay support. Add to top-level menu.
df0cd8c5 6343
88118b3a
TT
63442001-11-26 Tom Tromey <tromey@redhat.com>
6345
6346 * gdb.texinfo (Command Syntax): Document C-o binding.
6347
96565e91
CF
63482001-07-26 Christopher Faylor <cgf@redhat.com>
6349
6350 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
6351 use since it is described in the referenced section.
6352
f7dc1244 6353 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
6354 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
6355 clearer when using DJGPP.
6356
2a3d5645
CF
63572001-11-24 Christopher Faylor <cgf@redhat.com>
6358
6359 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
6360 specifically refer to MS-DOS.
6361 (command files): Mention gdb.ini is only used on MS-DOS.
6362
aa26fa3a
TT
63632001-11-21 Tom Tromey <tromey@redhat.com>
6364
6365 * gdb.texinfo (Invoking GDB): Document --args.
6366 (Mode Options): Likewise.
6367
4f8ada06
JB
63682001-11-21 Jim Blandy <jimb@redhat.com>
6369
6370 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
6371 Delete documentation; this macro has been removed from the
6372 sources.
4f8ada06 6373
3fe0dc10
JB
63742001-11-13 Jim Blandy <jimb@redhat.com>
6375
6376 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
6377
9e5abb06
CV
63782001-11-06 Corinna Vinschen <vinschen@redhat.com>
6379
6380 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
6381
1c5dfdad
MS
63822001-11-05 Michael Snyder <msnyder@redhat.com>
6383
a9331b3f 6384 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
6385 quote regexp chars in function names such as "operator*()".
6386
990f9fe3
FF
63872001-11-01 Fred Fish <fnf@redhat.com>
6388
6389 * gdbint.texinfo (SOLIB_ADD): Document additional new
6390 "readsyms" arg.
6391
b433d00b
DH
63922001-10-30 Don Howard <dhoward@redhat.com>
6393
070b1dd3
DH
6394 * gdb.texinfo: (Command Files) Added documentation for the
6395 behavior of gdb with input redirected from a file.
b433d00b 6396
b7209cb4
FF
63972001-10-28 Fred Fish <fnf@redhat.com>
6398
6399 * gdb.texinfo (auto-solib-add): Change docs to match
6400 implementation change.
6401 (auto-solib-limit): Add docs for new variable.
6402
1aa20aa8
AC
64032001-10-15 Andrew Cagney <ac131313@redhat.com>
6404
6405 * gdbint.texinfo (Target Architecture Definition): Function
6406 value_as_pointer renamed to value_as_address.
6407
fc0c74b1
AC
64082001-10-15 Andrew Cagney <ac131313@redhat.com>
6409
6410 * gdbint.texinfo (Target Architecture Definition): Default
6411 POINTER_TO_ADDRESS functions assume unsigned addresses.
6412 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
6413 posting by Jim Blandy.
6414
f4846649
JB
64152001-10-12 Jim Blandy <jimb@redhat.com>
6416
6417 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
6418 version of texi2html (1.64) doesn't support this flag any more.
6419
f277788b
MK
64202001-09-08 Mark Kettenis <kettenis@gnu.org>
6421
a9dc4918
MK
6422 * gdbint.texinfo (Host Definition): Remove description of
6423 MEM_FNS_DECLARED.
6424
d28379df
MK
6425 * gdbint.texinfo (Host Definition): Remove description of R_OK.
6426
f277788b
MK
6427 * gdbint.texinfo (Host Definition): Remove description of
6428 HAVE_SIGSETMASK.
6429
7ccaa899
EZ
64302001-09-04 Elena Zannoni <ezannoni@redhat.com>
6431
6432 * gdbint.texinfo (Target Architecture Definition): Add
6433 explanation of TARGET_PRINT_INSN macro.
6434
17d9d558
JB
64352001-08-30 Jim Blandy <jimb@redhat.com>
6436
6437 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
6438 Explain what it means to load relocatable files.
6439
72cde065
JB
64402001-08-28 Jim Blandy <jimb@redhat.com>
6441
6442 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
6443 info `top' menu.
6444
9e678452
CF
6445Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
6446
6447 * gdbint.texinfo: Add a cautionary note about macro use.
6448
a2bea4c3 64492001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 6450
a2bea4c3
CV
6451 * gdb.texinfo: Explain omitting the hostname in the
6452 `target remote' command.
6453
1129bf27
DJ
64542001-07-30 Daniel Jacobowitz <drow@mvista.com>
6455
6456 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
6457 and END-INFO-DIR-ENTRY.
6458
732b3002
SC
64592001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6460
6461 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
6462
89437448
AC
64632001-07-25 Andrew Cagney <ac131313@redhat.com>
6464
6465 * gdbint.texinfo (libgdb): Rewrite.
6466
f7dc1244 64672001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
6468
6469 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
6470
c4555f82
SC
64712001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6472
6473 * gdb.texinfo (TUI): New chapter, document the TUI.
6474 (Mode Options): Document the -tui option.
6475
2f45a6e0
MK
64762001-07-23 Mark Kettenis <kettenis@gnu.org>
6477
6478 * gdbint.texinfo (Host Definition): Remove description of
6479 NEED_POSIX_SETPGID.
6480
f7dc1244 64812001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
6482
6483 * gdb.tex (DJGPP Native): New node, with descriptions of
6484 DJGPP-specific commands.
6485
be9c6c35
JM
64862001-07-19 John R. Moore <jmoore@redhat.com>
6487
6488 * gdbint.texinfo: Three misspellings.
6489
dfa249fb
AC
64902001-07-06 Andrew Cagney <ac131313@redhat.com>
6491
6492 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
6493 `test` expressions on bash. Problem reported by Colin Walters.
6494
c72e7388
AC
64952001-07-04 Andrew Cagney <ac131313@redhat.com>
6496
6497 * gdbint.texinfo (User Interface): Update ui-out documentation to
6498 refelect recent UI/MI updates.
6499
94bbb2c0
AC
65002001-07-04 Andrew Cagney <ac131313@redhat.com>
6501
6502 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
6503 interpreters.
6504
af6c57ea
AC
65052001-06-15 Andrew Cagney <ac131313@redhat.com>
6506
6507 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
6508 structure and not macros.
6509 (Host Definition): Document that much of this chapter is obsolete.
6510 (Target Architecture Definition): Update list of files that make
6511 up a target architecture.
6512 (Coding): Update.
6513
83aa8bc6
AC
65142001-06-28 Andrew Cagney <ac131313@redhat.com>
6515
6516 * gdbint.texinfo (Target Architecture Definition): Update
6517 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
6518 The latter has been changed to a true predicate.
6519
f7dc1244 65202001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
6521
6522 * annotate.texi: Add @noindent where needed. From Dmitry
6523 Sivachenko <dima@Chg.RU>.
6524 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
6525
656db9b0
AC
65262001-06-16 Andrew Cagney <ac131313@redhat.com>
6527
6528 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
6529
df2396a1
AC
65302001-06-14 Andrew Cagney <ac131313@redhat.com>
6531
6532 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
6533 returns ``OK''. Document that the ``R'' packet does not reply.
6534
0f1f2b0a
MS
65352001-06-13 Michael Snyder <msnyder@redhat.com>
6536
6537 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
6538
f7dc1244 65392001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
6540
6541 * gdb.texinfo (Signals): Clarify the default setting of signal
6542 handling.
6543
a5d7c491
AC
65442001-05-14 Andrew Cagney <ac131313@redhat.com>
6545
6546 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
6547 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
6548
05a54c4f
AC
65492001-05-12 Andrew Cagney <ac131313@redhat.com>
6550
6551 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
6552
f7dc1244 65532001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
6554
6555 * gdbint.texinfo (Clean Design and Portable Implementation):
6556 Renamed from "Clean Design".
6557 (Clean Design and Portable Implementation): Document portable
6558 methods of handling file names, and the associated macros.
6559
f7dc1244 65602001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
6561
6562 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
6563 command and provide a cross-reference to its description.
6564 (Symbols): Note that "info scope" is useful for trace experiments.
6565
f7dc1244 65662001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 6567
b37052ae
EZ
6568 * gdb.texinfo (Symbols): Document "info scope".
6569 (Tracepoints): New chapter.
6570 (Contributors): Update for v5.1.
6571 <All nodes>: Change "C++" to "C@t{++}".
6572
0ee54786
EZ
6573 * gdbint.texinfo (User Interface): A new section about ui_out
6574 functions, based on text written by Fernando Nasser.
6575
c534679c
EZ
6576 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
6577
f7dc1244 65782001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 6579
e9c75b65
EZ
6580 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
6581
6582 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
6583
6584 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
6585 Replace "GDB" with "@value{GDBN}". Fix markup.
6586
6587 * annotate.texi: Change Permissions to GFDL. Update Copyright.
6588
3d67e040
EZ
6589 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
6590 a cross-reference to its description.
6591 (Symbols): Document "info symbol".
6592
f7dc1244 65932001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
6594
6595 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
6596 subsection "x86 Watchpoints".
6597 (Target Architecture Definition): Document the macros
6598 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
6599 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
6600
b0ed3589
AC
66012001-03-20 Andrew Cagney <ac131313@redhat.com>
6602
6603 * gdbint.texinfo (Target Architecture Definition): Update
6604 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
6605 list.
6606
b6ba6518
KB
66072001-03-06 Kevin Buettner <kevinb@redhat.com>
6608
6609 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
6610 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
6611
f7dc1244 66122001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
6613
6614 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
6615
f7dc1244 66162001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 6617
17cc6a06
EZ
6618 * gdb.texinfo (Environment): Document that `path' does not change
6619 the value of PATH in GDB's own environment (it did in the past,
6620 but that was changed on March 15, 1994). Reported by Doug Evans
6621 <dje@transmeta.com>.
6622
56caf160
EZ
6623 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
6624 its line. Fix markup of commands and macros. Add an Index node
6625 and index entries.
6626
29e57380
C
66272001-01-23 J.T. Conklin <jtc@redback.com>
6628
6629 * gdb.texinfo (Memory region attributes): New manual section.
6630
1c6147de
ND
66312001-01-04 Nicholas Duffek <nsd@redhat.com>
6632
6633 * gdbint.texinfo (POP_FRAME): Document use by return_command.
6634
f7dc1244 66352000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
6636
6637 * refcard.tex: Version and copyright fixed. From Phil Edwards
6638 <pedwards@disaster.jaj.com>.
6639
0dcedd82
AC
6640Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
6641
6642 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 6643 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 6644
3b851bce
AC
6645Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
6646
6647 * gdbint.texinfo (Coding): Update current value of
889bf7c5 6648 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 6649
f7dc1244 66502000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
6651
6652 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
6653 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
6654
b90a5f51
CF
66552000-11-10 Christopher Faylor <cgf@cygnus.com>
6656
6657 * gdb.texinfo: Document new 'set step-mode' command.
6658
f7dc1244 66592000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
6660
6661 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
6662 changes from Dmitry Sivachenko <dima@Chg.RU>.
6663
f7dc1244 66642000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
6665
6666 * gdb.texinfo (Hooks): Document the new post-hook functionality.
6667 From Steven Johnson <sbjohnson@ozemail.com.au>.
6668
2e685b93
MK
66692000-08-10 Mark Kettenis <kettenis@gnu.org>
6670
6671 * gdbint.texinfo (Overall Structure): Spelling fix.
6672
f7dc1244 66732000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
6674
6675 * gdbint.texinfo (Target Architecture Definition): Document that
6676 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
6677 for which REGISTER_CONVERTIBLE returns a zero value.
6678
63ac3005
EZ
66792000-07-08 Christopher Faylor <cgf@cygnus.com>
6680
6681 * Makefile.in (install-info): Find files to install in either the
6682 build or source directories (adapted from Makefile.am).
6683
bd79f757
ND
66842000-07-07 Nicholas Duffek <nsd@redhat.com>
6685
6686 * stabs.texinfo: Fix spelling errors.
6687 (String Field): FILE-NUMBER starts from 0, not 1.
6688
f7dc1244 66892000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
6690
6691 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 6692 Brian Youmans.
5f208f6d 6693
f7dc1244 66942000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
6695
6696 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
6697 the source directory. Reported by Mark Harig
6698 <markh@frazier.landmark.com>.
cc542d3b 6699
f3b28801
C
67002000-06-20 J.T. Conklin <jtc@redback.com>
6701
6702 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
6703
449f3b6c
AC
6704Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
6705
6706 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 6707 Generate using pdftex.
449f3b6c 6708 (PDFTEX): Define.
889bf7c5 6709 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 6710 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 6711 @contents at the start.
449f3b6c 6712
f7dc1244 67132000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
6714
6715 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 6716 Youmans.
48e934c6 6717
9e9c5ae7
AC
6718Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
6719
6720 From Brian Youmans:
6721 * gdb.texinfo: Fix ``et al.''.
6722
c741b251
AC
6723Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
6724
6725 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 6726 loop.
c741b251 6727
4ab64e14
JG
67282000-05-19 Jimmy Guo <guo@cup.hp.com>
6729
6730 * configure: Regenerate.
6731
f7dc1244 67322000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
6733
6734 * Makefile.in (install-info): Run install-info on installed Info
6735 files.
6736
8c70017b
AC
6737Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6738
a7cb598a 6739 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 6740 Andrew Cagney.
8c70017b 6741
f7dc1244 67422000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
6743
6744 * gdb.texinfo: Proofreading changes from Brian Youmans.
6745
bf0184be
ND
67462000-05-01 Nick Duffek <nsd@cygnus.com>
6747
6748 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
6749 startup sequence, minor edits.
6750
f7dc1244 67512000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
6752
6753 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
6754 TeX.
6755
6756 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
6757 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
6758 like `n' and `s' which look weird. Convert some of the @kindex to
6759 @vindex, when they refer to variables, not commands.
6760
33e16fad
AC
6761Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6762
6763 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
6764
f7dc1244 67652000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
6766
6767 * Makefile.in (GDBMI_DIR): New variable.
6768 (SET_TEXINPUTS): Add $(GDBMI_DIR).
6769 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
6770 (gdbmi.texinfo): New target, for texi2roff.
6771 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
6772 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
6773
6774 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
6775 gdbmi.texinfo.
6776 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
6777 comment.
6778
d167840f
EZ
67792000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6780
6781 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 6782 command.
d167840f 6783
f7dc1244 67842000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
6785
6786 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
6787 prevents the build (and is generally a Bad Idea).
6788
f7dc1244 67892000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
6790
6791 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
6792 a comma inside @var.
6793 (Command Files): Index markup changes from Dmitry Sivachenko
6794 <dima@Chg.RU>.
6795
f7dc1244 67962000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
6797
6798 * Makefile.in (LN_S): Define.
6799 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
6800 invoke "ln -s" unless it is known to work.
6801
6802 * configure.in (AC_PROG_LN_S): Add.
6803
8dc7983f
JB
68042000-04-14 Jim Blandy <jimb@redhat.com>
6805
6806 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
6807 section.
6808 (Target Conditionals): Document ADDRESS_TO_POINTER,
6809 POINTER_TO_ADDRESS.
6810
1a8237e8
DB
68112000-04-11 Daniel Berlin <dan@cgsoftware.com>
6812
6813 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
6814 gdb-cfg.texi to get the value.
6815
ca526f1a
JB
68162000-04-10 Jim Blandy <jimb@redhat.com>
6817
6818 * gdbint.texinfo (Target Architecture Definition): Fix
6819 cross-references.
6820
faaafcb4
JB
68212000-04-08 Jim Blandy <jimb@redhat.com>
6822
6823 * gdbint.texinfo (Using Different Register and Memory Data
6824 Representations): New section.
6825 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
6826 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
6827 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 6828
1b27397f
AC
6829Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
6830
6831 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 6832 for acknowledgments.
1b27397f 6833
480ff1fb
AC
6834Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
6835
6836 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 6837 qThreadExtraInfo.
480ff1fb 6838
a9331b3f 68392000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 6840
a9331b3f
RM
6841 * gdb.texinfo: Clarify which remote debug protocol commands are
6842 required and which are optional.
f1251bdd 6843
dbeb8dbd
AC
6844Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
6845
6846 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
6847 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
6848 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
6849 * annotate.texi: Update.
6850
6d2ebf8b
SS
68512000-03-28 Stan Shebs <shebs@apple.com>
6852
6853 * gdb.texinfo: Update dates, bump to Eighth Edition (note
6854 expectation of additional changes before release), update
6855 ISBN, add copy of top-level menu for @ifhtml, remove explicit
6856 node links, rephrase and/or shorten lines to fix formatting
6857 problem in both regular and @smallbook formats.
6858 * annotate.texi: Shorten lines in example, use smallexample
6859 consistently everywhere.
6860 * Makefile.in: Add comment about texinfo 4.0 html generation.
6861 (SFILES_INCLUDED): Add annotate.texi.
6862
5d161b24
DB
68632000-03-27 Daniel Berlin <dan@cgsoftware.com>
6864
5ae4183a
AS
6865 * gdb.texinfo (Debugging Output): Added new section, documenting
6866 the "set/show debug" commands.
5d161b24 6867
b9deaee7
AC
6868Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
6869
6870 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 6871 entry.
b9deaee7
AC
6872
6873 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
6874 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 6875 @chapter and @node entries.
a9331b3f 6876
b9deaee7 6877 * gdb.texinfo: Link all top-level nodes.
a9331b3f 6878
9ef47d30
AC
6879Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
6880
6881 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 6882 files.
9ef47d30 6883
cfeada60
FN
68842000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
6885
6886 From David Whedon <dwhedon@gordian.com>
5ae4183a 6887 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 6888
6837a0a2
DB
68892000-03-22 Daniel Berlin <dan@cgsoftware.com>
6890
6891 * gdb.texinfo: Add documentation for the apropos command.
6892
bba2971c
MS
68932000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6894
6895 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
6896
2b628194
MS
68972000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6898
a9331b3f 6899 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
6900 two places.
6901
96a2c332
SS
69022000-03-17 Stan Shebs <shebs@apple.com>
6903
6904 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
6905 <dima@Chg.RU>, also clarification of allowed content for
6906 string constants.
6907
f7dc1244 69082000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
6909
6910 * gdb.texinfo (main menu): Add Annotations.
6911 (File Options): Add @cindex entries for each command-line option.
6912 Document --epoch, --annotate, --async, --interpreter, --write,
6913 --statistics, and --version.
6914
6915 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
6916 of GDB.
6917
9d233477
JB
69182000-02-23 Jim Blandy <jimb@redhat.com>
6919
6920 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
6921
14e0eb3b
JB
69222000-02-22 Jim Blandy <jimb@redhat.com>
6923
6924 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
6925
3555de01
JM
69262000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
6927
6928 * Makefile.in (diststuff): New target.
6929
5e35df8e
KB
69302000-02-15 Kevin Buettner <kevinb@redhat.com>
6931
6932 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 6933 architecture. [From Jim Wilson.]
5e35df8e 6934
c5394b80
JM
69352000-01-16 Tom Tromey <tromey@cygnus.com>
6936
6937 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
6938 (Delete Breaks): Mention range arguments.
6939 (Disabling): Likewise.
6940
c3f6f71d
JM
69412000-01-05 Dmitry Sivachenko <dima@Chg.RU>
6942
6943 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
6944
c4093a6a
JM
6945Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
6946
6947 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 6948 valid functions.
c4093a6a 6949
11cf8741
JM
69501999-11-05 Stan Shebs <shebs@andros.cygnus.com>
6951
6952 * gdb.texinfo: Clarify regular expressions used in rbreak.
6953
917317f4
JM
69541999-10-15 Kevin Buettner <kevinb@cygnus.com>
6955
6956 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
6957 MEMORY_REMOVE_BREAKPOINT): Document.
6958
6959Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
6960
6961 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 6962 offset re-using the DATA offset instead.
917317f4 6963
2df3850c
JM
69641999-10-11 Jim Kingdon <kingdon@redhat.com>
6965
6966 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
6967
69681999-10-05 Stan Shebs <shebs@andros.cygnus.com>
6969
6970 From Dmitry Sivachenko <demon@gpad.ac.ru>:
6971 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
6972 typos.
6973
6974 * gdb.texinfo: Various minor wording and formatting improvements,
6975 mentions of additional command-line options.
6976
2acceee2
JM
69771999-09-30 Fred Fish <fnf@cygnus.com>
6978
6979 * gdb.texinfo: Document additional forms of specifying section
6980 names and addresses for the add-symbol-file command.
6981
c2c6d25f
JM
69821999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
6983
6984 * gdbint.texinfo: Fix typo, add the word "have".
6985
69861999-09-14 Jim Blandy <jimb@cris.red-bean.com>
6987
6988 * gdbint.texinfo (Target Architecture Definition): Document the
6989 SKIP_PERMANENT_BREAKPOINT macro.
6990
d4f3574e
SS
69911999-09-07 Stan Shebs <shebs@andros.cygnus.com>
6992
6993 * gdb.texinfo: Fiks speling errers.
6994
6995 * gdb.texinfo: Fix uses of @multitable.
6996
f7dc1244 6997 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 6998 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 6999 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
7000 comments about using with optimization, add more indexing,
7001 fix info about disassembly-flavor.
7002
7003Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
7004
7005 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
7006 SKIP_SOLIB_RESOLVER): Define.
7007
7008Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
7009
7010 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 7011 ``g'' packets.
d4f3574e 7012
104c1213
JM
70131999-08-30 Stan Shebs <shebs@andros.cygnus.com>
7014
7015 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
7016 platform-specific info, inline remote.texi and move sections of it
7017 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
7018 and register stack into the new chapter.
7019 * remote.texi: Remove, now part of gdb.texinfo.
7020 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
7021
70221999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
7023
7024 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
7025 GDB_TARGET_IS_MACH386): These kludges have gone away.
7026
7027Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
7028
7029 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 7030 TDEPLIBS.
104c1213 7031
53a5351d
JM
70321999-08-20 Stan Shebs <shebs@andros.cygnus.com>
7033
7034 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
7035 surrounding text to fit HP-UX bits into general info.
7036 (HPPA-cfg.texi): Remove, no longer useful.
7037
7038 * gdb.texinfo: Remove explicit links from @node lines, remove
7039 HP-added "Detailed Node Listing" from main menu which confuses
7040 things.
7041
7042 From Dmitry Sivachenko <dima@Chg.RU>:
7043 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 7044 in description of `set environment'.
53a5351d
JM
7045
70461999-08-17 Stan Shebs <shebs@andros.cygnus.com>
7047
7048 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
7049
7be570e7
JM
70501999-08-12 Ben Elliston <bje@cygnus.com>
7051
7052 * gdbint.texinfo (Breakpoint Handling): Add missing words.
7053
f7dc1244 70541999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
7055
7056 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
7057 watch, awatch, and rwatch. Explain why the latter two cannot be
7058 set as software watchpoints. Document that watchpoints for local
7059 variables are deleted when the debuggee terminates.
7be570e7
JM
7060
7061Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
7062
7063 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
7064 packet. Allow E.. response packet. "qRcmd" packet is no longer
7065 reserved.
7be570e7
JM
7066
70671999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7068
a9331b3f
RM
7069 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
7070 * gdb.texinfo: Ditto.
7be570e7 7071
96baa820
JM
70721999-08-06 Tom Tromey <tromey@cygnus.com>
7073
7074 * gdb.texinfo (KOD): New node.
7075
7076Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
7077
7078 * remote.texi (Rcmd): Fix minor formatting typos.
7079
7080Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
7081
7082 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 7083 packets.
96baa820 7084
adf40b2e
JM
70851999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
7086
7087 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
7088 fixes.
7089
43ff13b4
JM
7090Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
7091
7092 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
7093
085dd6e6
JM
7094Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
7095
7096 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
7097 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
7098 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
7099 packets that are not supported on all hosts. Expand examples.
7100 Spell check.
085dd6e6
JM
7101
71021999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
7103
7104 * Makefile.in: Recognize html, install-html. Add targets
7105 to build HTML versions of documentation via texi2html.
7106
7107Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
7108
7109 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 7110 testsuite.
085dd6e6
JM
7111
7112Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
7113
7114 * remote.texi (Communication Protocol): Rewrite.
7115
7116Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
7117
7118 * stabs.texinfo: Fix uses of xref.
7119
9e0b60a8
JM
7120Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
7121
7122 * gdbint.texinfo: Add an anti-printf exhortation, and update the
7123 info about patch submission.
7124
cce74817
JM
7125Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
7126
7127 From Per Bothner <bothner@cygnus.com>:
7128 * gdb.texinfo: Document Chill support.
7129
7130Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
7131
7132 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
7133 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
7134 Document that the value should be greater-than or equal-to zero.
7135 (NO_STD_REGS): Document. Deprecate.
cce74817 7136
ac9a91a7
JM
7137Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7138
7139 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 7140 Document that these are not used.
ac9a91a7
JM
7141
7142Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7143
7144 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
7145
392a587b
JM
7146Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
7147
7148 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 7149 numargs was dropped.
392a587b
JM
7150
7151Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
7152
7153 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
7154
b83266a0
SS
7155Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
7156
7157 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 7158 Update.
b83266a0 7159
7a292a7a
SS
7160Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
7161
7162 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
7163 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
7164
7165Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
7166
7167 * gdbint.texinfo: Fix typos: $ -> @.
7168
7169Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
7170
7171 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
7172 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
7173 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
7174 BREAKPOINT_FROM_PC.
a9331b3f 7175
7a292a7a
SS
7176Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
7177
7178 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 7179 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
7180
7181Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7182
7183 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 7184 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
7185
71861999-04-02 Stan Shebs <shebs@andros.cygnus.com>
7187
7188 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
7189 longer exists.
7190
7191Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
7192
7193 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
7194 nearly all @ifset/@ifclear conditionals; nobody uses them, and
7195 they make the manual source incomprehensible.
7a292a7a
SS
7196 * h8-cfg.texi: Remove, hasn't been used in years.
7197
c906108c
SS
7198Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
7199
7200 * gdb.texinfo: Update the credits.
7201
7202Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
7203
7204 * gdb.texinfo: Fix mistakes noticed in printout of last
7205 draft, add Alpha to discussion of heuristic fence post.
7206
7207Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
7208
7209 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
7210 Edition, merge some HP changes into mainline, describe some
7211 previously undocumented features, describe more of the target
7212 commands available, eliminate obsolete section on renamed
7213 commands.
c906108c
SS
7214 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
7215
7216Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
7217
7218 * gdb.texinfo: Make many HPPA conditionals unconditional,
7219 including catchpoint description, since now on for all configs.
7220 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
7221 specializations.
7222
7223Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
7224
7225 * Makefile.in (GDBvn.texi): Fix match expression to work with
7226 current format of VERSION in gdb/Makefile.in.
7227 * gdb.texinfo: Fix node ref to match new readline.
7228
7229Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
7230
a9331b3f
RM
7231 * gdb.texinfo: Changes made as part of a project to merge in
7232 changes made by HP. Documentation makes extensive use of
c906108c
SS
7233 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
7234 on remote debugging. There are differences in documentation
889bf7c5 7235 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
7236 the HP manual discusses catchpoints, hardware watchpoints, and
7237 some HPUX specific limitations for shared library support.
a9331b3f 7238
c906108c
SS
7239 There are also a number of @node changes.
7240
72411999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
7242
7243 * gdbint.texinfo (Formatting): Disambiguate a sentence.
7244 (C Usage): Same.
7245
7246Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
7247
7248 The following changes were made by Edith Epstein
889bf7c5
PA
7249 <eepstein@cygnus.com> as part of a project to merge in changes
7250 made by HP.
a9331b3f 7251
c906108c
SS
7252 * HPPA-cfg.texi: new file.
7253
7254 * all-cfg.texi: set HPPA for HP PA-RISC targets.
7255
7256 * refcard.tex: change documentation about catch.
7257 removed info catch.
7258
7259Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
7260
7261 * gdbint.texinfo: Expand on GDB's coding standards,
7262 specify the use of arg names with prototypes.
7263
72641998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
7265
7266 * gdb.texinfo: Fix tipo.
7267
7268Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
7269
7270 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 7271 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
7272
7273Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
7274
7275 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
7276
72771998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
7278
7279 * agentexpr.texi: New file.
7280
7281Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
7282
7283 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
7284
72851998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
7286
7287 * remote.texi: Changed wording that implied that the GDB remote
7288 protocol caches register values instead of GDB itself.
7289
7290Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
7291
7292 * gdbint.texinfo: Add some info about symbol readers.
7293 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
7294 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
7295 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
7296 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
7297
7298Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
7299
a9331b3f 7300 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
7301
7302Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
7303
7304 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
7305
7306Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
7307
7308 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 7309 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
7310
7311Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
7312
7313 * gdbint.texinfo: Fix minor typos.
7314
7315Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
7316
7317 * gdbint.texinfo: Complete overhaul. Group descriptions more
7318 logically, add more info on generic algorithms, remove much
7319 obsolete and/or wrong material.
7320
7321Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
7322
7323 * stabs.texinfo (Method Type Descriptor): Expand and correct.
7324
7325Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
7326
7327 * refcard.tex: Copyright, address updates.
7328
7329Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
7330
7331 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
7332 for the edition instead of confusing GDB-version-like numbers.
7333
7334Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
7335
7336 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
7337
7338Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
7339
5ae4183a 7340 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
7341
7342Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
7343
7344 * gdb.texinfo: Add some credits, mention bug monitor.
7345 * remote.texi: Mention mips monitor targets.
7346 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 7347
c906108c
SS
7348Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
7349
7350 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
7351 files, finish sorting of host vs target vs native macros, describe
7352 some more of them.
c906108c
SS
7353
7354Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
7355
7356 * gdbint.texinfo (Host Conditionals): Document change from
7357 using NO_MMALLOC to it's inverse, USE_MMALLOC.
7358
7359Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
7360
7361 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 7362 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
7363
7364Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
7365
7366 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
7367 Document LSEEK_NOT_LINEAR.
7368
7369Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
7370
7371 * stabs.texinfo (Stab Section Basics): Make it clear that only
7372 some versions of the GNU linker remove the leading N_UNDF symbol.
7373
7374Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
7375
7376 * stabs.texinfo (String Field): Document type number pairs here,
7377 instead of in the Sun specific section.
7378 (Include Files): The GNU linker supports the N_BINCL
7379 optimization. Clarify the N_BINCL value, and what it is used
7380 for.
7381 (Procedures): Document N_FUN with an empty string to mark the end
7382 of a function.
7383 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
7384 (Sun Differences): Remove this node, as the information is now
7385 elsewhere in the main document.
7386 (Stab Section Basics): Mention that the GNU linker may optimize
7387 stabs and remove the leading N_UNDF symbol.
7388
7389Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
7390
7391 * gdb.texinfo, refcard.tex: Restore author credit
7392
7393Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
7394
7395 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
7396 documentation to account for START and END macros taking
7397 one arg.
7398
7399Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
7400
7401 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
7402 * gdb.texinfo (Frames): Fix typo.
7403
7404Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
7405
7406 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
7407 a target_signal as arg type, not a pid.
7408
7409Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
7410
7411 * gdb.texinfo: Document `set assembly-language'.
7412
7413Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
7414
7415 * remote.texi: Update list of stubs in the GDB distribution.
7416
7417Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
7418
7419 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
7420 Also document that some systems can use mmalloc but must define
7421 this if their C runtime allocates memory that is later freed.
c906108c 7422 (MMCHECK_FORCE): Document new macro.
a9331b3f 7423
c906108c
SS
7424Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
7425
7426 * remote.texi: Add documentation for target Sparclet.
7427
7428Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7429
a9331b3f 7430 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
7431 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
7432 * configure.in: Rewritten for autoconf.
7433 * configure: New.
7434
7435Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
7436
7437 * Makefile.in (DVIPS): New define, set to dvips.
7438 (dvi): Add stabs.dvi.
7439 (ps): New target.
7440 (all-doc): Depend on info, dvi, and ps targets.
7441 (STAGESTUFF): Add *.ps and *.dvi files.
7442 (clean-info, clean-dvi): Remove.
7443 (mostlyclean): Does not depend upon clean-info or clean-dvi,
7444 rules completely rewritten.
7445 (maintainer-clean): Remove clean-info and clean-dvi
7446 dependencies and put their actions in the rules.
7447 (gdb.ps): New target
a9331b3f 7448 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
7449 intermediate TeX files, whether they have 2 or 3 character
7450 extensions.
7451 (gdbint.ps): Add target and rules.
7452 (gdb-internals): Delete unused target.
7453 (Makefile): Depends upon config.status also.
7454
7455Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
7456
7457 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
7458 set.
7459
7460Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
7461
7462 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7463 * gdb.texinfo (Expressions): Fix erroneous array constant example.
7464
7465Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
7466
7467 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
7468
7469Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7470
7471 * gdb.texinfo (Print settings): Document
7472 `set/show print static-members' commands.
7473
7474Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
7475
7476 * gdbint.texinfo (Native): Document name change, coredep.c to
7477 core-aout.c.
7478
7479Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
7480
7481 * stabs.texinfo (Include Files): Document the values the SunOS4
7482 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
7483
7484Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
7485
7486 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
7487 Fix typo.
7488
7489Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
7490
7491 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
7492 "gdb.tar.Z".
7493
7494Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
7495
7496 * Makefile.in (maintainer-clean): New target, synonym for
7497 realclean.
7498
7499Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
7500
7501 * Update all FSF addresses except those in COPYING* files.
7502
7503Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7504
7505 From Richard Earnshaw (rearnsha@armltd.co.uk):
7506 * gdb.texinfo (convenience variables): Document $_exitcode.
7507 (quit): Document optional expression to use as exit code.
7508
7509Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
7510
7511 * gdb.texinfo, remote.texi: Brought up to date with various
7512 GDB changes.
7513
7514Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
7515
7516 * gdb.texinfo: Update dates and versions, fix comments about
7517 hardware watchpoints in future releases and about the
7518 sharedlibrary command.
7519
7520Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7521
7522 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
7523 C_FUN stab. Other cleanups.
7524
7525Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7526
7527 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
7528 for the sparc stub.
7529
7530Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7531
7532 * annotate.texi: Clarify which addresses have differing formats
7533 depending on the language and which do not.
7534
7535Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7536
7537 * remote.texi (NetWare): Changed example to use BOARD= instead of
7538 NODE= argument to reflect correspoding change to gdbserve.nlm.
7539
7540Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7541
7542 * stabs.texinfo (Negative Type Numbers): Mention the fact that
7543 GDB, as well as AIX dbx, supports the size type attribute.
7544
7545Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7546
7547 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
7548
7549Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
7550
7551 * gdb.texinfo (Define): Document $arg0... arguments to commands,
7552 and new 'if' and 'while' commands.
7553
7554Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
7555
7556 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
7557
7558Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7559
7560 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
7561 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
7562 NetWare targets. Mostly stolen from the Server node.
7563
7564Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7565
7566 * gdb.texinfo (Setting): Talk about the language of a source file
7567 versus the working language. The old documentation did not match
7568 what GDB did.
7569
7570Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7571
7572 * stabs.texinfo (Source Files): Document N_SO used to mark the end
7573 of a source file.
7574
7575Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7576
7577 * gdb.texinfo (Processes): New node.
7578
7579Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
7580
7581 * remote.texi: Update documentation of set/show mipsfpu.
7582
3fc11d3e
JM
7583Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
7584
7585 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
7586 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
7587
7588Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
7589
7590 * gdbint.texinfo: Removed mentions of some incorrectly placed and
7591 obsolete conditionals, described some others.
7592
7593Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7594
7595 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
7596 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
7597
7598Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
7599
7600 * gdbint.texinfo: Put regex conditionals in their own table.
7601
7602Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7603
7604 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
7605 described or fixed the descriptions of many others.
7606
7607Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
7608
7609 * gdb.texinfo: Add some more credits.
7610 * gdbint.texinfo: Capitalize GDB consistently, describe some
7611 macros and remove some.
7612
7613Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
7614
7615 * gdbint.texinfo: Removed mentions of many incorrectly placed and
7616 obsolete conditionals, described some others.
7617
7618Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7619
7620 * gdb.texinfo (help targets): Changed to `help target', which
7621 is the correct gdb command.
7622
7623Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7624
7625 * annotate.texi (TODO): New node, for keeping track of annotations
7626 suggested but not yet implemented.
7627
7628Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7629
7630 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
7631 another symbol, it is not the address itself.
7632
7633Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
7634
7635 * stabs.texinfo (Stab Section Basics): Add comment about alignment
7636 of stabs-in-coff sections.
7637
7638Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7639
7640 * annotate.texi: Change edition to 0.5 and date to May 1994.
7641 Add index.
7642 (Frames): New node, for frame annotation.
7643 (Displays): New node, for display annotation.
7644
7645 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
7646 when waiting for your program to stop.
7647
7648Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7649
7650 * annotate.texi (Breakpoint Info): Document annotation of header
7651 fields and record annotation.
7652
7653Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7654
7655 * annotate.texi: New file, to document annotations.
7656
7657Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7658
7659 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
7660 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
7661
7662Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7663
7664 * stabs.texinfo (Stab Section Basics): Say what is in .stab
7665 section, and say n_strx field is compilation unit relative.
7666 * stabs.texinfo: Don't use @code for a.out when it is the name of
7667 an object file format.
7668
7669Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7670
7671 * gdb.texinfo: Refer to file names, not path names, per rms
7672 convention.
7673 (Arguments): Fix typo.
7674
7675Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7676
7677 * stabs.texinfo (Global Variables): Talk about stabs in files
7678 where variables are referenced, but not defined.
7679
7680Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7681
7682 * stabs.texinfo: Move stuff on @ and # type descriptors from node
7683 Cplusplus to new nodes Member Type Descriptor and Method Type
7684 Descriptor. Re-write stuff for #.
7685
7686Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7687
7688 * gdb.texinfo (Print Settings): Don't document "set print
7689 fast-symbolic-addr off". The bug which it worked around was fixed
7690 on 25 Feb 94 in coffread.c, so I'm nuking the command.
7691
7692 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
7693 N_ENTRY node.
7694
7695 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
7696
7697Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7698
7699 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
7700 references to ieee-float.c.
7701
7702Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7703
7704 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
7705 match what the code actually does.
7706
7707Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7708
7709 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
7710
7711Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7712
7713 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
7714 i, and b.
7715
7716Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
7717
7718 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
7719 well as for ELF and SOM. Unify the descriptions of ELF and SOM
7720 as "stabs in sections" rather than just saying "ELF and SOM".
7721 Also make that stuff apply to COFF.
7722
7723Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7724
7725 * gdb.texinfo (Formatting Documentation): Change GhostScript to
7726 Ghostscript.
7727
7728Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7729
7730 * gdb.texinfo (Continuing and Stepping): When talking about "step"
7731 versus functions without line numbers, also mention stepping into
7732 them as well as "step" when you are in them. Tell the user how to
7733 deal with the situation. Add comment about "debugging information".
7734
7735Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7736
7737 * stabs.texinfo (Enumerations): Document restriction on where
7738 enumeration types can appear and still win with GDB.
7739
7740Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7741
7742 * stabs.texinfo (Negative Type Numbers): Document format for type
7743 -16.
7744
7745Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7746
7747 * gdb.texinfo (Selection, Frame Info): Update information about
7748 arbitrary frame specficiations.
7749
7750Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
7751
7752 * gdb.texinfo, remote.texi: general editing pass prior to Net release
7753
7754Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7755
7756 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
7757
7758Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
7759
7760 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
7761
7762Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7763
7764 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
7765 Differences node to Statics node.
7766 (Statics): Discuss XCOFF use of V symbol descriptor.
7767
7768 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
7769 not clean.
7770
7771Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
7772
7773 * gdb.texinfo (Print Settings): Document `set print
7774 fast-symbolic-addr' and improve the doc for some other
7775 `set print's.
7776
7777Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7778
7779 * stabs.texinfo (String Field): Talk about defining several type
7780 numbers at once.
7781 Fix lint regarding changing node ELF Transformations to
7782 ELF and SOM Transformations.
7783
7784Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
7785
7786 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
7787
7788Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7789
7790 * stabs.texinfo (Cross-References): `::' is for nested types only
7791 within <>.
7792 (Structures): Document static members.
7793
7794Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7795
7796 * stabs.texinfo: Document S type attribute.
7797
7798Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
7799
7800 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
7801
7802Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
7803
7804 * gdbint.texinfo: Fix a few typos.
7805
7806Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7807
7808 * gdb.texinfo, remote.texi: formatting improvements
7809
7810 * gdb.texinfo (New Features): mention threads.
7811 (Summary, C): fix xrefs in newly contributed text.
7812 (Threads): index entries, clarifications, example
7813 (passim): minor typos fixed, phrasing improvements
7814
7815 * remote.texi (Bootstrapping): rephrase text on ^C and add index
7816 entries; (Server): explain use of gdbserver w/real-time systems,
7817 add example of conflicting TCP port; (MIPS Remote) break up
7818 running text into table, highlighting commands, and add example.
a9331b3f 7819
c906108c
SS
7820Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7821
7822 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
7823
7824Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7825
7826 * stabs.texinfo (Nested Symbols): New node.
7827 (String Field, Symbol Descriptors, Cross-References): Refer to it.
7828
7829Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7830
7831 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
7832 to picking which Bbss.bss symbol to use, and (because there seems to
7833 be no good way of doing it) re-write some of the text to make it
7834 sound like Bbss.bss isn't such a great idea after all (as currently
7835 designed).
7836
7837 * gdb.texinfo (C): In addition to saying people have to use g++ for
7838 good results, say they have to use stabs. Specifically say cfront
7839 doesn't work well.
7840 (Summary): Merge in information on Modula-2, Pascal, and Chill from
7841 the gdb README. Add xrefs to places where the support for the various
7842 languages is described in detail.
7843
7844Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7845
7846 * stabs.texinfo: Clean up stuff about visibility and virtual
7847 characters.
7848
7849 * stabs.texinfo (N_M2C): Cite Sun doc.
7850
7851Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7852
7853 * gdb.texinfo: updates re threads.
7854 * remote.texinfo: avoid index entries starting with digits.
7855
7856Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7857
7858 * stabs.texinfo (Enumerations): Talk about large, negative and
7859 octal values. Clean up cross reference to type attributes.
7860 (String Field): Say that GDB 4.11 supports size attribute.
7861
7862Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7863
7864 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
7865 is a mandatory step. Make the stuff about that more concise.
7866
7867Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7868
7869 * stabs.texinfo (Class Names): New node.
7870
7871 * gdb.texinfo (Command Files): Explain order of init file reading.
7872
7873 * remote.texi (Bootstrapping): Talk about getting the serial driver
7874 to deal with ^C sent by gdb to stop the remote system.
7875
7876Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
7877
7878 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
7879
7880 * libgdb.texinfo (Defining Commands): made the DOC arg
7881 to gdb_define_app_command a char * instead of char **
7882 per a suggestion from kingdon.
7883
7884 * libgdb.texinfo: total rewrite from a different starting
7885 premise.
7886
7887Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7888
7889 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
7890 floats passed as doubles (to improve clarity).
7891
7892Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7893
7894 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
7895
7896 * a4rc.sed: update to work with Andreas Vogel papersize params
7897
7898 * refcard.tex: use Andreas Vogel simplifications of papersize
7899 params; remove useless version info; update copyright date.
7900
7901Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7902
7903 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
7904
7905Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7906
7907 * gdb.texinfo (Files): Say what address the load command loads it at.
7908
7909 * stabs.texinfo (Common Blocks): Minor cleanups.
7910
7911 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
7912 that Sun has backed away from the linker kludge and thus the relevant
7913 issue is changes to the SunPRO tools, not the Solaris linker.
7914
7915 * stabs.texinfo (Traditional Integer Types): Clean up description
7916 of octal bounds a little bit. Document extra leading zeroes.
7917
7918Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7919
7920 * gdb.texinfo (Signaling): Update for symbolic symbol names
7921 and add a section explaining the difference between the GDB
7922 signal command and the shell kill utility.
7923
7924Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
7925
7926 * libgdb.texinfo: added `@' to braces that were unescaped.
7927
7928Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
7929
7930 * libgdb.texinfo: new file. Spec for the gdb library.
7931
7932Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7933
7934 * stabs.texinfo (Include Files): Fix typo (start -> end).
7935
7936Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7937
7938 * gdb.texinfo, remote.texi: assorted small improvements, mostly
7939 from Melissa at FSF's editing pass.
7940
7941Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7942
7943 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
7944 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
7945 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
7946
7947Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7948
7949 * remote.texi (Bootstrapping): Discuss 386 call gates.
7950
7951Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
7952
7953 * stabs.texinfo (Based Variables): New node.
7954
7955Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
7956
7957 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
7958 names, sizes, and formats to suggest how not to lose.
7959
7960Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
7961
7962 * stabs.texinfo (Methods): Fix typo.
7963
7964Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7965
7966 * gdb.texinfo: Fix a few typos.
7967
7968Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7969
7970 * gdb.texinfo: Clarify how well it works with Fortran.
7971
7972 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
7973 More on relocating stabs in ELF files.
7974
7975Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7976
7977 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
7978
7979Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7980
7981 * stabs.texinfo (Local Variable Parameters): Talk about nameless
7982 parameters on VAX.
7983
7984Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7985
7986 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
7987
7988Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7989
7990 * stabs.texinfo: Make info author notice match the TeX author notice.
7991
7992Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7993
7994 * stabs.texinfo: Initial-caps all words in node names and
7995 non-trivial words in section names.
7996
7997Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7998
7999 * stabs.texinfo: Many minor cleanups.
8000
8001 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
8002
8003Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
8004
8005 * stabs.texinfo: Remove full description of big example.
8006 It's not really helpful; just use pieces of it where appropriate.
8007 Add more Texinfo formatting directives (@samp, etc.).
8008 Use @deffn to define stab types.
8009 Eliminate some wordiness. Break up some nodes.
8010 Add an (alphabetized) index of symbol types.
8011 Use consistent capitalization style in node and section names.
8012
8013Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
8014
8015 * gdb.texinfo: Change typo "Two two" to "The two".
8016
8017Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8018
8019 * stabs.texinfo (XCOFF-differences): Remove references to
8020 non-existent types N_DECL and N_RPSYM.
8021
8022 * stabs.texinfo (String Field): Say that type attributes bug is
8023 fixed in GDB 4.10, since it is.
8024
8025 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
8026
8027Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
8028
8029 * stabs.texinfo: Formatting cleanups.
8030
8031Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8032
8033 * stabs.texinfo: When explaining the n_type of a stab, standardize
8034 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
8035 no tabs, use @r).
8036 (Global Variables): Clean up.
8037
8038Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8039
8040 * stabs.texinfo (Stack Variables): Re-write.
8041
8042Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8043
8044 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
8045 addresses of a source file. Also revise formatting.
8046 Change "object module" or "object file" to "source file".
8047 Various: Miscellaneous cleanups.
8048
8049Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8050
8051 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
8052
8053Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
8054
8055 * gdbint.texinfo: Removed many nonsensical machine-collected
8056 host and target conditionals, described some of the remainder.
8057
8058Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8059
8060 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
8061
8062 * gdbint.texinfo (Top): Add name to @top line, and re-write the
8063 paragraph which follows.
8064
8065 * gdbint.texinfo (Host): Use @code not @samp for Makefile
8066 variables. Looks better and avoids overful hbox.
8067
8068Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8069
8070 * stabs.texinfo (Procedures): Improve stuff on nested functions.
8071
8072Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8073
8074 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
8075 retransmit-timeout
8076
8077Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8078
8079 * gdbint.texinfo: Update statement about `some ancient Unix
8080 systems, like Ultrix 4.0' to Ultrix 4.2.
8081
8082Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
8083
8084 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
8085
8086 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
8087
8088 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
8089 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
8090
8091 * remote.texi: new name for former gdbinv-s.texi
8092
8093 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
8094
8095Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
8096
8097 * gdbinv-s.texi: Documented timeout and retransmit-timeout
8098 variables for MIPS remote debugging protocol.
8099
8100Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8101
8102 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
8103
8104Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8105
8106 * Makefile.in (refcard.dvi): Use srcdir where necessary.
8107
8108Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
8109
8110 * gdb.texinfo: repair conditional bugs in text markup
8111
8112Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8113
8114 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
8115 to select Modula-2 material.
8116
8117Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8118
8119 * stabs.texinfo: Cleanups regarding statics.
8120
8121 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
8122 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
8123
8124Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8125
8126 * stabs.texinfo: N_MAIN is sometimes used for C.
8127
8128Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8129
8130 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
8131
8132Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
8133
8134 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 8135 removed from the code by Kingdon.
c906108c
SS
8136
8137Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8138
8139 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
8140 input when evaluating breakpoint conditions; the bug has been fixed.
8141
8142 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
8143 sets the ignore count to N-1, not to N.
8144
8145Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8146
8147 * refcard.tex (\hoffset): correct longstanding error to match
8148 intended offset; avoids cutting off edge on some printers
8149
8150Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8151
8152 * stabs.texinfo (Parameters): Say that order of stabs is significant.
8153
8154Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8155
8156 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
8157
8158Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8159
8160 * Makefile.in: (REFEDITS) new var to control whether PS or CM
8161 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
8162 collect sed edits if any, apply to refcard before formatting;
8163 (refcard.ps) stop implying PS fonts if PS output requested;
8164 (lrefcard.ps) delete extra target for variant PS fonts
8165
8166 * refcard.tex: parametrize papersize dependent info, collect
8167 in easily replaced spot
8168
8169 * a4rc.sed: new file, edits to refcard for A4 paper
8170
8171Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8172
8173 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
8174
8175Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8176
8177 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
8178
8179Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8180
8181 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
8182 politely rather than rudely.
8183
8184Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8185
8186 * stabs.texinfo: Document common blocks.
8187
8188Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
8189
8190 * stabs.texinfo: Add some basic info about stabs-in-elf.
8191
8192Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8193
8194 * stabs.texinfo (Top): Minor cleanup.
8195
8196Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
8197
8198 * Makefile.in (install-info): remove parentdir support
8199
8200Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8201
8202 * gdb.texinfo (Copying): delete this node and references to it;
8203 RMS says this manual need not carry GPL. (passim): Improvements
8204 from last round at FSF, largely due to Ian Taylor review, and
8205 minor formatting improvements.
8206
8207 * gdbinv-s.texi (passim): Improvements from last round at FSF,
8208 largely due to Ian Taylor review. (Debug Session): minor edits to
8209 new text.
8210
8211Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
8212
8213 * Makefile.in (realclean): Remove info and dvi files too.
8214
8215Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
8216
8217 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
8218 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
8219 * gdb.texinfo: Change accordingly.
8220
8221 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
8222 N_{L,R}BRAC,N_SLINE are relative to.
8223
8224Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
8225
8226 * Makefile.in (GDBvn.texi): Update atomically.
8227
8228Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
8229
8230 * gdbinv-s.texi (Debug Session): Document exceptionHook.
8231
8232Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
8233
8234 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
8235 addresses together. Also motivate the set print symbol-filename
8236 command and suggest other solutions.
8237
8238Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
8239
8240 * gdb.texinfo (set print elements): Note that the number of
8241 elements is set to unlimited by "set print elements 0".
8242
8243Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
8244
8245 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
8246 NF_LDOUBLE means.
8247 (Stab Types): Include Solaris stab types.
8248 (Procedures): Document Solaris extensions.
8249
8250Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8251
8252 * gdb.texinfo: Add `set print symbol-filename' doc.
8253
8254Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8255
8256 * stabs.texinfo (Arrays): Talk about type definition vs. type
8257 information.
8258
8259 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
8260 the trailing semicolon.
8261
8262Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8263
8264 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
8265 and merge in other parts of the document addressing these subjects.
8266 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
8267
8268 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
8269 at the end of a range type.
8270
8271 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
8272 AIX extensions.
8273
8274Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8275
8276 * stabs.texinfo (Stabs Format): Misc fixes.
8277
8278Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8279
8280 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
8281 (Traditional builtin types): Document convex convention for long long.
8282 (Negative builtin types): Discuss type names, and misc fixes.
8283
8284Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8285
8286 * stabs.texinfo (Builtin Type Descriptors): Document the floating
8287 point types used with @samp{R} type descriptor.
8288 (Symbol Descriptors): Describe how to handle conflict between
8289 different meanings of @samp{P} symbol descriptor.
8290
8291Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8292
8293 * stabs.texinfo: Remove node Quick Reference and put its children
8294 directly under the main menu.
8295
8296 * stabs.texinfo: Many more changes to bring it into line with
8297 AIX documentation and reality. I think it now has all the
8298 information from the AIX documentation, except that I burned
8299 out when I got to variant records (Pascal and Modula-2) and
8300 all the COBOL types. Oh well, we can add them later when we're
8301 worrying more about those languages.
8302
8303 * stabs.texinfo (Automatic variables): Talk about what it means
8304 to omit the symbol descriptor.
8305
8306Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8307
8308 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
8309 gcc2 behavior with promoted args.
8310
8311Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8312
8313 * gdb.texinfo: include readline appendices in info version of manual
8314
8315Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8316
8317 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
8318 target remote.
8319
8320 * gdb.texinfo (Machine Code): more index entries for disassemble
8321
8322Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
8323
8324 * Clarify the intended use of the gdb-testers and gdb-patches
8325 mailing lists, and shrink gzip comment.
8326
8327Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8328
8329 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
8330 DOSHOST configuration of manual.
8331
8332 * gdb.texinfo (MIPS Stack): new node.
8333
8334 * all-config.texi (MIPS) new switch.
8335
8336 * gdbinv-s.texi (Nindy Options) Remove two instances of future
8337 tense; (MIPS Remote) new node.
8338
8339 * gdb.texinfo (passim) rephrases to work around makeinfo @value
8340 bug; (Environment) less passive, other small cleanups in text about
8341 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
8342 (Remote) new MIPS Remote menu entry.
8343
8344Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
8345
8346 * stabs.texinfo: Many changes to include information from the
8347 AIX documentation.
8348
8349 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
8350
8351Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
8352
8353 * gdbint.texinfo (new node Debugging GDB, elsewhere):
8354 Move a bunch of information from ../README.
8355 (Getting Started): New node.
8356
8357Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8358
8359 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
8360
8361 * gdb.texinfo: advance manual revision dates to present
8362
8363 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
8364 stop using silly Roman numerals in @set variable names
8365
8366Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
8367
8368 * stabs.texinfo (Parameters): Keep trying to get this right.
8369
8370Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
8371
8372 * stabs.texinfo (Parameters): More on "local parameters".
8373
8374Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
8375
8376 * stabs.texinfo (Parameters): Re-do "local parameters" section.
8377
8378Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
8379
8380 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
8381 (Parameters): Rewrite.
8382 (xcoff-differences, Sun-differences): Minor changes.
8383
8384Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
8385
8386 * stabs.texinfo: Minor cleanup.
8387
8388Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
8389
8390 * gdbint.texinfo: Minor xcoff stuff.
8391
8392Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
8393
8394 * gdbint.texinfo: Update for new config directory structure.
8395 Add info about internal type data structures.
8396
8397Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
8398
8399 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
8400 $(srcdir).
8401 (gdb-config.texi): Depend on file in $(srcdir).
8402
8403Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
8404
8405 * stabs.texinfo: Fixes about N_SO.
8406
8407Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8408
8409 * gdb.texinfo: include list of nonstandard init file names
8410
8411 * *-config.texi: new switch GENERIC for text that applies *only*
8412 to (usual) multiple-target version of manual
8413
8414 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
8415 h8 config
8416
8417 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
8418 in menus (rather than conditionally selected multiple alternative
8419 menus).
8420
8421 * Makefile.in: define and use DOC_CONFIG var to select
8422 configuration for GDB user manual.
8423
8424 * gdb-config.texi: delete from repository, generate from Makefile.
8425
8426 * all-config.texi: normal `generic' configuration file, formerly
8427 stored as gdb-config.texi
8428
8429Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
8430
8431 * Makefile.in: add dvi target to build all .dvi files
8432
8433Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8434
8435 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
8436
8437Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
8438
8439 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
8440 host conditionals.
8441 * stabs.texinfo: More array fixes inspired by Jim's.
8442
8443Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
8444
8445 * stabs.texinfo: Fixes re arrays and continuations.
8446
8447 * gdbint.texinfo: Add XCOFF node.
8448
8449Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
8450
8451 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
8452
8453Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
8454
8455 * stabs.texinfo: Fix for array types to mention lower bounds.
8456
8457Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
8458
8459 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
8460
8461Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
8462
8463 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
8464
8465Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
8466
8467 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
8468 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
8469
8470Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
8471
8472 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
8473
8474Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8475
8476 * gdb.texinfo, gdbinv-s.texi: misc updates
8477
8478Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
8479
8480 * gdbint.texinfo: Brief documentation for longjmp support,
8481 from an email msg by Stu.
8482
8483Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
8484
8485 * stabs.texinfo: Fix description of floating point "range"
8486 types (which really define basic types). Reported by Jim Meehan,
8487 <meehan@src.dec.com>.
8488
8489 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
8490
8491Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
8492
8493 * gdbint.texinfo: Slightly expand section on supporting a new
8494 object file format.
8495
8496Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
8497
8498 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
8499 intermediate file.
8500
8501Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8502
8503 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
8504
8505Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8506
8507 * gdbinv-s.texi: z8000 simulator target name is just "sim"
8508
8509 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
8510 as well as Z8002.
8511
8512Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
8513
8514 * gdbint.texinfo: Add sections on clean design and on how to send
8515 in changes.
8516
8517Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
8518
8519 * gdbint.texinfo: Add how to declare the result of make_cleanup.
8520
8521Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
8522
8523 * gdb.texinfo: Fix typo, reported by Karl Berry.
8524
8525Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
8526
8527 * gdb.texinfo: Add opcodes dir to GDB distribution description.
8528
8529Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8530
8531 * gdbint.texinfo: fixed a stray email address (needs @@),
8532 added @table @code to node "Native Conditionals"
8533
8534Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
8535
8536 * gdbint.texinfo: Describe coding style of GDB.
8537
8538Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
8539
8540 * stabs.texinfo: Minor wording changes.
8541
8542Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
8543
8544 * gdbint.texinfo: Improve release doc slightly.
8545
8546Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
8547
8548 * gdbint.texinfo: Improve doc of GDB config macros.
8549
8550Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
8551
8552 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
8553 These will be reinserted when examined.
8554
8555Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
8556
8557 * gdbint.texinfo: Make a start at documenting all the #if macros
8558 in GDB. At least list them all, and start separating them into
8559 host-specific and target-specific.
8560
8561Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8562
8563 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 8564 examples (not consistent w others).
c906108c
SS
8565 gdb.texinfo: issue disclaimer paragraph on cmdline options only
8566 for generic vn of doc
8567
8568Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
8569
8570 * Makefile.in: always create installation directories.
8571
8572Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8573
8574 * gdb.texinfo: in h8 config, do not describe searching commands.
8575
8576Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8577
8578 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
8579 conditionals; introduce a few generic switches that may be
8580 useful for other cross-dev or dos-hosted configs.
8581
8582 * gdb.texinfo: fix typo in "info reg" description
8583
8584Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
8585
8586 * stabs.texinfo: Minor updates from running TeX over it.
8587 * Makefile.in (stabs.dvi, stabs.ps): Add.
8588
8589Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
8590
8591 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
8592 First pass at converting it to texinfo.
8593
8594Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
8595
8596 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
8597 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
8598
8599Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
8600
8601 * gdbint.texinfo: Add section on partial symbol tables.
8602
8603Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
8604
8605 * gdb.texinfo: document `set remotedebug' and `set
8606 rstack_high_address'.
8607
8608Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8609
8610 * gdb.texinfo: slight expansion of new text on reading info files
8611 * gdbinv-s.m4.in: correct and expand info on cross-debugging
8612 H8/300 from DOS.
8613
8614Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
8615
8616 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
8617
8618Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
8619
8620 * gdb.texinfo: Say how to read the `info' files.
8621
8622Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
8623
8624 * Makefile.in: gm4 -> m4.
8625
8626Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
8627
8628 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
8629 Documentation' ahead of `Installing GDB' to match README.
8630 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 8631 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
8632
8633Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
8634
8635 * Makefile.in: remove $(srcdir) from gdb.info rule.
8636
8637Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8638
8639 * Makefile.in: commented out gdb-all.texinfo rule. This is
8640 temporary.
8641
8642Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
8643
8644 * Makefile.in, configure.in: removed traces of namesubdir,
8645 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
8646 copyrights to '92, changed some from Cygnus to FSF.
8647
8648Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
8649
8650 * gdb.texinfo: Improve how we ask for bug reports.
8651
8652Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8653
8654 * Makefile.in: infodir belongs in datadir.
8655
8656Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8657
8658 * Makefile.in: remove spaces following hyphens, bsd make can't
8659 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 8660 standards.text support.
c906108c
SS
8661
8662Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8663
8664 * Makefile.in: idestdir and ddestdir go away. Added copyrights
8665 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
8666 and mandir now keyed off datadir by default.
8667
8668\f
8669Local Variables:
9e9c5ae7 8670mode: change-log
c906108c
SS
8671left-margin: 8
8672fill-column: 74
8673version-control: never
8674End:
This page took 1.393824 seconds and 4 git commands to generate.