2011-11-15 Pedro Alves <pedro@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
ed59ded5
DE
12011-11-14 Doug Evans <dje@google.com>
2
3 * gdb.texinfo (Shell Commands): Document "!".
4
405f8e94
SS
52011-11-14 Stan Shebs <stan@codesourcery.com>
6 Kwok Cheung Yeung <kcy@codesourcery.com>
7
8 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
9 needed to get shorter fast tracepoints.
10 (Tracepoint Packets): Document new qTMinFTPILen packet.
11
1e4d1764
YQ
122011-11-14 Yao Qi <yao@codesourcery.com>
13
14 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
15 behavior of tracepoint.
16 (General Query Packets): New feature InstallInTrace.
17 (Remote Configuration): Document "set remote
18 install-in-trace-packet".
19
71eba9c2 202011-11-12 Matt Rice <ratmice@gmail.com>
21
22 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
23 Add arguments to info macro.
24
e0f8f636
TT
252011-11-10 Tom Tromey <tromey@redhat.com>
26
27 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
28 manual.
29 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
30 (Macros): Add a footnote.
31 (C): Remove paragraph about compiler options.
32 (C Constants): Mention wide character and string constants.
33 (C Plus Plus Expressions): Update compiler option advice. Mention
34 using declarations. Mention ADL. Remove old HP compiler
35 information.
36
625c0d47
TT
372011-11-10 Tom Tromey <tromey@redhat.com>
38
39 PR c++/9257:
40 * gdb.texinfo (Print Settings): Add an extra note about the need
41 for a vtable.
42
4be2aacc
MR
432011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
44
45 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
46 "set mips abi" documentation.
47
0a1c4d10
DE
482011-11-04 Doug Evans <dje@google.com>
49
50 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
51
aad1c02c
TT
522011-11-03 Tom Tromey <tromey@redhat.com>
53
54 * gdb.texinfo (Stopping): Add menu entry.
55 (Continuing and Stepping): Restore @node. Use @section, not
56 @subsection.
57
983fb131
MR
582011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
59
60 * gdb.texinfo (Skipping Over Functions and Files): Remove node
61 designation. Fix "Specify Location" cross-reference.
62
3065dfb6
SS
632011-11-02 Stan Shebs <stan@codesourcery.com>
64
65 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
66 (General Query Packets): Describe tracenz feature.
67 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
68
0aaaf063
PK
692011-10-28 Paul Koning <paul_koning@dell.com>
70
71 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
72
2231f1fb
KP
732011-10-27 Kevin Pouget <kevin.pouget@st.com>
74
75 * gdb.texinfo ((Frames In Python): Document
76 gdb.FRAME_UNWIND_FIRST_ERROR contant.
77
5110b5df
PK
782011-10-26 Paul Koning <paul_koning@dell.com>
79
80 * gdb.texinfo (gdb.types): Document new deepitems function.
81
22dbab46
PK
822011-10-25 Paul Koning <paul_koning@dell.com>
83
84 PR python/13327
85
86 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
87 fetch_lazy method.
88
9df2fbc4
PM
892011-10-20 Phil Muldoon <pmuldoon@redhat.com>
90
91 PR python/12656
92
93 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
94 global_block, static_block function.
95
f05e2e1d
TT
962011-10-19 Tom Tromey <tromey@redhat.com>
97
98 * gdb.texinfo (Commands In Python): Add missing "@"s.
99
a7fc3f37
KP
1002011-10-13 Kevin Pouget <kevin.pouget@st.com>
101
102 PR python/13285 Document named constants for frame unwind stop reasons
103 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
104 constants.
105
5048e516
JK
1062011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
107
108 Fix compatibility with texinfo versions older than 4.12.
109 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
110 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
111 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
112 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
113 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
114 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
115 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
116
5a56e9c5
DE
1172011-10-09 Doug Evans <dje@google.com>
118
119 * gdb.texinfo (Extending GDB): Document alias command.
120
36b11add
JK
1212011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
122
123 Support @entry in input expressions.
124 * gdb.texinfo (Variables): Describe @entry names suffix.
125 (Print Settings): Add anchor for `set print entry-values'.
126
e18b2753
JK
1272011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
128 Eli Zaretskii <eliz@gnu.org>
129
130 Display @entry parameter values (without references).
131 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
132 example.
133 (Print Settings): New description of set print entry-values and show
134 print entry-values.
135
111c6489
JK
1362011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
137 Eli Zaretskii <eliz@gnu.org>
138
139 Recognize virtual tail call frames.
140 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
141 (Tail Call Frames): New node.
142 (Frames In Python): Add gdb.TAILCALL_FRAME.
143
9c15afc4
DE
1442011-10-07 Doug Evans <dje@google.com>
145
146 * gdb.texinfo (gdb.printing): Document new `replace' arg to
147 register_pretty_printer.
148
99f5279d
PM
1492011-10-07 Phil Muldoon <pmuldoon@redhat.com>
150
151 PR python/12930
152 PR python/12802
153
154 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
155 stop method.
156
03583c20
UW
1572011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
158
159 * gdb.texinfo (Starting your Program): "set disable-randomization"
160 is no longer Linux-specific.
161 (Remote Configuration): Document "set remote
162 disable-randomization-packet".
163 (General Query Packets): Document "QDisableRandomization" packet
164 and add it to "qSupported" list.
165
bd054e06
KP
1662011-10-07 Kevin Pouget <kevin.pouget@st.com>
167
168 Allow Python notification of new object-file loadings.
169 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
170 event type.
171
cb6be26b
KP
1722011-10-04 Kevin Pouget <kevin.pouget@st.com>
173
174 PR python/12691: Add the inferior to Python exited event
175 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
176
a05336a1
JB
1772011-10-03 Joel Brobecker <brobecker@adacore.com>
178
179 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
180 rephasing.
181
5d77fe44
JB
1822011-10-03 Joel Brobecker <brobecker@adacore.com>
183
184 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
185 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
186 as possible feature returned by the `-list-features'
187 command.
188
699df94d
PK
1892011-09-28 Paul Koning <paul_koning@dell.com>
190
191 * gdb.texinfo (gdb.Type): Document field access by dictionary
192 key syntax.
193
24bdad53
YQ
1942011-09-28 Yao Qi <yao@codesourcery.com>
195
196 * gdb.texinfo (Files): Update options for `add-symbol-file'.
197 Add one space after option `-s'. Remove @r{} markup.
198
6710bf39
SS
1992011-09-27 Stan Shebs <stan@codesourcery.com>
200
201 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
202
d99f7e48
HZ
2032011-09-16 Hui Zhu <teawater@gmail.com>
204
205 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
206 to *(unsigned char *)$esp@300.
207
d812018b
PK
2082011-09-15 Paul Koning <paul_koning@dell.com>
209
210 * gdb.texinfo: Make style of Python functions and methods match
211 the syntax of Python. Also put class and module names explicitly
212 on function, member, and variable names, matching Python
213 documentation conventions.
214
2aa48337
KP
2152011-09-15 Kevin Pouget <kevin.pouget@st.com>
216
217 PR Python/12692 Add gdb.selected_inferior() to Python interface.
218 * gdb.texinfo (Inferiors In Python): Describe new
219 gdb.selected_inferior() function.
220
6839b47f
KP
2212011-09-15 Kevin Pouget <kevin.pouget@st.com>
222
223 Handle multiple breakpoint hits in Python interface:
224 * gdb.texinfo (Events In Python): New function documentation:
225 gdb.BreakpointEvent.breakpoints. Indicate that
226 gdb.BreakpointEvent.breakpoint is now deprecated.
227
26829f2b
JB
2282011-09-04 Joel Brobecker <brobecker@adacore.com>
229
230 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
231
a9f54f60
TT
2322011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
233
234 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
235
fa3a4f15
PM
2362011-08-17 Phil Muldoon <pmuldoon@redhat.com>
237
238 * gdb.texinfo (Prompt): Add set/show extended-prompt
239 documentation
240 (Basic Python): Add prompt_hook anchor.
241 (Python modules): Reword module text to reflect multiple modules.
242 (gdb.prompt): Document gdb.prompt module.
243
224bbe49
YQ
2442011-08-14 Yao Qi <yao@codesourcery.com>
245
78d85199
YQ
246 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
247
2482011-08-14 Yao Qi <yao@codesourcery.com>
249
250 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
251 (TIC6x Features): New node.
252
457e09f0
DE
2532011-08-12 Doug Evans <dje@google.com>
254
255 * gdb.texinfo (Symbols In Python): Document symbol.type.
256
5e239b84
PM
2572011-08-09 Phil Muldoon <pmuldoon@redhat.com>
258
259 * gdb.texinfo (Python): Document command and function
260 auto-loading.
261
177bc839
JK
2622011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
263 Eli Zaretskii <eliz@gnu.org>
264
265 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
266 typedefs unrolling. Extend the sample code by an inner typedef and
267 outer typedefs unrolling.
268
1a532630
PP
2692011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
270
271 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
272 size and line-size.
273
9b158ba0 2742011-07-21 Matt Rice <ratmice@gmail.com>
275
276 PR macros/12999
277 * gdb.texinfo (Macros): Add info definitions and info macros commands.
278 Update text and cindex entries for info macro command.
279
d17b6f81
PM
2802011-07-21 Phil Muldoon <pmuldoon@redhat.com>
281
282 * observer.texi (GDB Observers): Add before_prompt observer.
283 * gdb.texinfo (Basic Python): Add documentation for prompt
284 substitution.
285
713389e0
PM
2862011-07-11 Phil Muldoon <pmuldoon@redhat.com>
287
288 PR python/12438
289 * gdb.texinfo (Python Commands): Add deprecate note to maint
290 set/show python print-stack. Document set/show python
291 print-backtrace.
292
177b42fe
TJB
2932011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
294
295 * gdb.texinfo: Fix typos.
296
900e11f9
JK
2972011-07-01 Tom Tromey <tromey@redhat.com>
298
299 * gdb.texinfo (Debugging Output): Document set debug
300 check-physname.
301
39c4d40a
TT
3022011-06-29 Tom Tromey <tromey@redhat.com>
303
304 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
305 breakpoint-notifications feature.
306
6f5def7d
UW
3072011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
308
309 * gdb.texinfo (Target Description): Remove warning about
310 possibly unstable format.
311
8cf64490
TT
3122011-06-03 Tom Tromey <tromey@redhat.com>
313
314 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
315 (Events In Python): Note that exit_code is optional.
316
393eab54
PA
3172011-05-17 Pedro Alves <pedro@codesourcery.com>
318
319 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
320 required for multi-threading support.
321 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
322 Hc are deprecated for multi-threading debugging. Point readers at
323 the vCont packet.
324
75fc9810
DE
3252011-05-15 Doug Evans <dje@google.com>
326
327 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
328
01124a23
DE
3292011-05-13 Doug Evans <dje@google.com>
330
98a5dd13
DE
331 * gdb.texinfo (Threads): Document $sdir,$pdir.
332 (Server): Document $pdir exception.
333
dbaefcf7
DE
334 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
335
cc63ef9b
DE
336 * gdb.texinfo (Threads): Clarify default value for
337 libthread-db-search-path.
7e0396aa 338
01124a23
DE
339 * gdb.texinfo (Completion): Update example.
340 (Debugging Output): Delete `set/show debug lin-lwp-async'.
341
d248b706
KY
3422011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
343
344 * gdb.texinfo: Document change in the behaviour of the enable and
345 disable GDB commands when applied to tracepoints.
346 Document the EnableDisableTracepoints remote stub feature.
347 Document QTEnable and QTDisable in the list of tracepoint packets.
348
cc88a640
JK
3492011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
350
351 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
352 hsuser.texi.
353 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
354 comment to hsuser.texi. Change rluser.texi name in the comment.
355
84e578fb
DE
3562011-05-10 Doug Evans <dje@google.com>
357
358 * gdb.texinfo (Threads): If an empty path is provided for
359 libthread-db-search-path it is reset to its default value.
360 (Server): Ditto.
361
478aac75
DE
3622011-05-09 Doug Evans <dje@google.com>
363
364 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
365
9c06b0b4
TJB
3662011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
367 Thiago Jung Bauermann <bauerman@br.ibm.com>
368
369 Implement support for PowerPC BookE masked watchpoints.
370 * gdb.texinfo (Set Watchpoints): Document mask parameter.
371 (PowerPC Embedded): Mention support of masked watchpoints.
372
9ed350ad
JB
3732011-05-03 Joel Brobecker <brobecker@adacore.com>
374
375 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
376 `@value{GDBN}'.
377
4ceed123
JB
3782011-05-03 Joel Brobecker <brobecker@adacore.com>
379
380 * gdb.texinfo (titlepage): Remove dedication.
381 (In Memoriam): New appendix.
382
559a7a62
JK
3832011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
384 Eli Zaretskii <eliz@gnu.org>
385
386 * gdb.texinfo (Index Section Format): Change the version to 5.
387 Describe the different formula.
388
03f2bd59
JK
3892011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
390 Eli Zaretskii <eliz@gnu.org>
391
392 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
393 for disconnected tracing.
394 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
395 extended-remote relationship. Mention --once.
396 (TCP port allocation lifecycle of @code{gdbserver}): New.
397
d9b1a651
EZ
3982011-04-23 Eli Zaretskii <eliz@gnu.org>
399
400 * gdb.texinfo (Server): Improve indexing. Index all optional
401 switches to gdbserver.
402
90476074
TT
4032011-04-20 Tom Tromey <tromey@redhat.com>
404
405 * gdb.texinfo (Index Section Format): New node.
406 (Top): Add new node to menu.
407
c21236dc
PA
4082011-04-20 Pedro Alves <pedro@codesourcery.com>
409
410 * gdb.texinfo (Maintenance Commands): Document `maint print
411 remote-registers'.
412
05c8c3f5
TT
4132011-04-20 Tom Tromey <tromey@redhat.com>
414
415 * gdb.texinfo (Trace File Format): Move node later.
416
7a9dd1b2
TT
4172011-04-19 Tom Tromey <tromey@redhat.com>
418
419 * gdbint.texinfo (Register Information Functions): Remove
420 duplicate "the".
421 * gdb.texinfo (Emacs): Remove duplicate "to".
422 (GDB/MI Variable Objects): Remove duplicate "the".
423 (General Query Packets): Likewise.
424
4368ebeb
JB
4252011-04-02 Joel Brobecker <brobecker@adacore.com>
426
427 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
428 "GDB/MI Ada Exception Information" node.
429
956a9fb9
JB
4302011-04-01 Joel Brobecker <brobecker@adacore.com>
431
432 * gdb.texinfo (GDB/MI Ada Exception Information): Document
433 the "exception-name" field in the *stopped async record.
434
f1310107
TJB
4352011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
436 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
437
438 Implement support for PowerPC BookE ranged breakpoints.
439 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
440
8786b2bd
TT
4412011-03-28 Tom Tromey <tromey@redhat.com>
442
443 * gdb.texinfo (Set Tracepoints): Fix typo.
444
9ef07c8c
TT
4452011-03-24 Tom Tromey <tromey@redhat.com>
446
447 * gdb.texinfo (Specify Location): Document `function:label'
448 linespec.
449
99c3dc11
PM
4502011-03-18 Phil Muldoon <pmuldoon@redhat.com>
451
f1310107 452 PR python/12149
99c3dc11
PM
453
454 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
455
29703da4
PM
4562011-03-17 Phil Muldoon <pmuldoon@redhat.com>
457
458 * gdb.texinfo (Blocks In Python): Add is_valid method description.
459 (Inferiors In Python): Likewise.
460 (Threads In Python): Likewise.
461 (Symbols In Python): Likewise.
462 (Objfiles In Python): Likewise.
463 (Symbol Tables In Python): Likewise.
464
c9174737
PA
4652011-03-15 Pedro Alves <pedro@codesourcery.com>
466
467 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
468 display>: Explain that the commands accept number ranges.
469
7371cf6d
PM
4702011-03-14 Phil Muldoon <pmuldoon@redhat.com>
471
472 * gdb.texinfo (Breakpoints In Python): Add description and example
473 of Python stop function operation.
474
ecec24e6
PM
4752011-03-10 Phil Muldoon <pmuldoon@redhat.com>
476
477 * gdb.texinfo (Parameters In Python): Document get_set_string and
478 get_show_string methods.
479
6dcd5565
JK
4802011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
481
482 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
483
81896e36
JK
484 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
485 circular-trace-buffer name.
486
5e30da2c
JB
4872011-02-28 Joel Brobecker <brobecker@adacore.com>
488
489 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
490 in the previous change.
491
3bd0f5ef 4922011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
493
494 * gdb.texinfo (Inferiors and Programs): Update commands to show
495 that they can accept multiple arguments.
496
4ec7539c
JB
4972011-02-24 Joel Brobecker <brobecker@adacore.com>
498
499 Revert the following patch (code patch was not approved):
500 2011-02-21 Hui Zhu <teawater@gmail.com>
501 * agentexpr.texi (bytecode descriptions): add printf.
502 * gdb.texinfo (tracepoint action lists): add printf.
503
82809774
DE
5042011-02-23 Doug Evans <dje@google.com>
505
506 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
507
e5a67952
MS
5082011-02-23 Michael Snyder <msnyder@vmware.com>
509
510 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
511 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
512 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
513
6e6fbe60
DE
5142011-02-22 Doug Evans <dje@google.com>
515
516 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
517 Clarify behaviour of lookup_symbol when `block' argument is omitted,
518 add description of result, fix @defun formatting.
519
f994e27a
HZ
5202011-02-21 Hui Zhu <teawater@gmail.com>
521
522 * agentexpr.texi (Bytecode Descriptions): Add printf.
523 * gdb.texinfo (Tracepoint Action Lists): Add printf.
524
c7f96d2b
TT
5252011-02-18 Tom Tromey <tromey@redhat.com>
526
527 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
528
60f98dde
MS
5292011-02-14 Michael Snyder <msnyder@vmware.com>
530
531 * gdb.texinfo (threads): Document argument for "info threads" cmd.
532 Document new command "thread find".
533
08e796bc
MS
5342011-02-14 Michael Snyder <msnyder@vmware.com>
535
536 * gdb.texinfo (Threads): Update example of new thread message.
537
b3b9301e
PA
5382011-02-14 Pedro Alves <pedro@codesourcery.com>
539
540 * gdb.texinfo (Remote Configuration): Mention set/show remote
541 traceframe-info.
542 (Tools/Packages Optional for Building GDB): Mention that expat is
543 used for traceframe info.
544 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
545 (General Query Packets) <qSupported>: Describe the
546 qXfer:traceframe-info:read feature.
547 (qXfer::read): Describe qXfer:traceframe-info:read.
548 (Traceframe Info Format): New section.
549
cef35b0f
PA
5502011-02-04 Pedro Alves <pedro@codesourcery.com>
551
552 * gdbint.texinfo (Formatting): Mention some formatting guidelines
553 for casts and unary operators.
554
f1cbe1d3
TT
5552011-02-04 Tom Tromey <tromey@redhat.com>
556
557 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
558 is not useful.
559
585fdaa1
PA
5602011-01-25 Pedro Alves <pedro@codesourcery.com>
561
562 * gdb.texinfo: s/value optimized out/optimized out/g
563
7bfc9434
JB
5642011-01-21 Joel Brobecker <brobecker@adacore.com>
565
566 * gdb.texinfo (Other Misc Settings): Rework part of the
567 documentation of the "set interactive mode" command.
568
4694da01
TT
5692011-01-19 Tom Tromey <tromey@redhat.com>
570
571 * gdb.texinfo (Threads): Document thread name output and `thread
572 name' command.
573 (Threads In Python): Document Thread.name attribute.
574 (GDB/MI Thread Commands): Document thread attributes.
575
b716877b
AB
5762011-01-12 Andrew Burgess <aburgess@broadcom.com>
577
578 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
579 changes in mi/mi-cmd-disas.c
580
13fd8b81
TT
5812011-01-12 Tom Tromey <tromey@redhat.com>
582
583 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
584 Fix "thread apply" text.
585
e09342b5
TJB
5862011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
587 Thiago Jung Bauermann <bauerman@br.ibm.com>
588
589 Implement support for PowerPC BookE ranged watchpoints.
590 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
591 the "set powerpc exact-watchpoints" flag.
592
06e65f44
TT
5932011-01-07 Tom Tromey <tromey@redhat.com>
594
595 * gdb.texinfo (Python API): Add descriptions to @menu items.
596
d8e22779
TT
5972011-01-06 Tom Tromey <tromey@redhat.com>
598
599 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
600
a255712f
PP
6012010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
602
e09342b5 603 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 604
ccfc3d6e
TT
6052011-01-06 Tom Tromey <tromey@redhat.com>
606
607 PR python/12133:
608 * gdb.texinfo (Frames In Python): Document various frame
609 constants.
610
44944448
JB
6112011-01-05 Joel Brobecker <brobecker@adacore.com>
612
613 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
614 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
615 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
616
42ea3d7a
JK
6172011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
618
619 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
620 (clean): Add GDBvn.texi.
621
720d1a40
JB
6222010-12-29 Joel Brobecker <brobecker@adacore.com>
623
624 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
625 occasional case where the debugger prints an array address
626 instead of the array itself.
627
ad196637
PA
6282010-12-23 Pedro Alves <pedro@codesourcery.com>
629
630 * gdb.texinfo (Packets) <read registers packet>: Document support
631 for registers that were not collected.
632
a86caf66
DE
6332010-12-15 Doug Evans <dje@google.com>
634
635 * gdb.texinfo (Startup): Document auto-loading of scripts during
636 startup.
637 (Auto-loading): Delete "maint set python auto-load on|off".
638 Add "set auto-load-scripts on|off".
639
aae1c79a
DE
6402010-12-07 Doug Evans <dje@google.com>
641
642 * gdb.texinfo (Mode Options): Document -data-directory.
643 (Data Files): Add reference to -data-directory.
644
4e04c971
DE
6452010-11-29 Doug Evans <dje@google.com>
646
647 * gdb.texinfo (Pretty-Printer Introduction): Change
648 printer-name:subprinter-name to printer-name;subprinter-name.
649
94b6973e
PM
6502010-11-29 Phil Muldoon <pmuldoon@redhat.com>
651
652 PR python/12199
653
654 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
655
39037522
TT
6562010-11-23 Tom Tromey <tromey@redhat.com>
657
658 * gdb.texinfo (Top): Check SYSTEM_READLINE.
659 (Editing): Likewise.
660 (Command History): Likewise.
661 (TUI Keys): Likewise.
662 (Bug Reporting): Conditionally include rluser.texi and
663 inc-history.texinfo.
664 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
665 (GDB_DOC_SOURCE_INCLUDES): Add comment.
666 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
667 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
668 (gdb.pdf): Likewise.
669 (gdb.info): Likewise.
670 (gdb/index.html): Likewise.
671
5ae98d25
TT
6722010-11-23 Tom Tromey <tromey@redhat.com>
673
674 * Makefile.in (Makefile): Run ../config.status.
675 (distclean): Update.
676 * configure: Remove.
677 * configure.ac: Remove.
678
621c8364
TT
6792010-11-12 Tom Tromey <tromey@redhat.com>
680
681 * gdb.texinfo (Basic Python): Update. Add xref.
682 (Exception Handling): Document new exception classes.
683 (Types In Python): Update.
684 (Frames In Python): Update.
685
84f4c1fe
PM
6862010-11-11 Phil Muldoon <pmuldoon@redhat.com>
687
688 * gdb.texinfo (Breakpoints In Python): Document "internal"
689 parameter, and visible attribute.
690
99e7ae30
DE
6912010-11-05 Doug Evans <dje@google.com>
692
693 * gdb.texinfo (Source Path): Document "set directories".
694
f4b8a18d
KW
6952010-11-05 Ken Werner <ken.werner@de.ibm.com>
696
697 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
698 (OpenCL C): New node.
699
7b51bc51
DE
7002010-11-02 Doug Evans <dje@google.com>
701
702 * gdb.texinfo (Pretty Printing): Expand into three sections,
703 introduction, example, and commands.
704 (Python API): Delete section Disabling Pretty-Printers, merge into
705 Selecting Pretty-Printers.
706 (Writing a Pretty-Printer): New section. Move the pretty-printer
707 example here, and reformat to match python coding style. Add a second
708 example using the gdb.printing module.
709 (Python modules): Add gdb.printing.
710
9eeee977
DE
7112010-10-29 Doug Evans <dje@google.com>
712
713 * gdb.texinfo (Python): Fix long line.
714
a0e0ffdf
DE
7152010-10-20 Doug Evans <dje@google.com>
716
717 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
718 All references updated. Correct sections marked as subsections.
719 (Coding Standards): New chapter. Move the coding standard related
720 subsections here. Add section on Python coding standards.
721
0e3509db
DE
7222010-10-13 Doug Evans <dje@google.com>
723
724 * gdb.texinfo (Python): Add "Python modules".
725 (Types in Python): Add reference to gdb.types section.
726 (Python modules): New node.
727
44592cc4
DE
7282010-10-11 Doug Evans <dje@google.com>
729
730 * gdb.texinfo (Values From Inferior): Add reference to "Types in
731 Python" from gdb.Value.type description.
732
6e1bb179
JB
7332010-09-28 Joel Brobecker <brobecker@adacore.com>
734
735 * gdb.texinfo (Ravenscar Profile): New node.
736
e8467610
TT
7372010-09-22 Tom Tromey <tromey@redhat.com>
738
739 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
740
fccd1d1e
EZ
7412010-09-22 Eli Zaretskii <eliz@gnu.org>
742
743 * gdb.texinfo (Values From Inferior): Clarify that
744 value.dynamic_type works only in C++ programs with RTTI.
745
c1b6b909
TT
7462010-09-15 Paul Bolle <pebolle@tiscali.nl>
747
748 * gdb.texinfo (Character Sets): Correctly reference host-charset
749 in example.
750
7d288aaa
TT
7512010-09-13 Tom Tromey <tromey@redhat.com>
752
753 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
754 Document "fullname" and "from".
755
f75d858b
MK
7562010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
757
758 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
759 feature `reverse' output by -list-target-features.
760
83b9503b
L
7612010-08-31 H.J. Lu <hongjiu.lu@intel.com>
762
763 * gdb.texinfo (i386 Features): Remove an extra "@item".
764
03f17ccf
TT
7652010-08-30 Tom Tromey <tromey@redhat.com>
766
767 PR python/11792:
768 * gdb.texinfo (Values From Inferior): Document dynamic_type.
769
9779414d
DJ
7702010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
771
772 * gdb.texinfo (ARM Features): Document
773 org.gnu.gdb.arm.m-profile.
774
f9ffd4bb
TT
7752010-08-23 Tom Tromey <tromey@redhat.com>
776
777 PR python/11145:
778 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
779 reinterpret_cast methods.
780
702c2711
TT
7812010-08-23 Tom Tromey <tromey@redhat.com>
782
783 PR python/11915:
784 * gdb.texinfo (Types In Python): Document array method.
785
66b73624
TJB
7862010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
787
788 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
789
06a64a0b
TT
7902010-08-16 Tom Tromey <tromey@redhat.com>
791
792 * gdb.texinfo (Set Watchpoints): Document -location option.
793
a3a7127e
DE
7942010-08-13 Doug Evans <dje@google.com>
795
796 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
797
8dedea02
VP
7982010-08-13 Vladimir Prus <vladimir@codesourcery.com>
799
800 * gdb.texinfo (GDB/MI Data Manipulation): Document
801 -data-read-memory-raw and -data-write-memory-raw.
802
ca5c20b6 8032010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 804 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
805
806 * gdb.texinfo (Basic Python): Describe post_event API.
807
cb2e07a6
PM
8082010-08-11 Phil Muldoon <pmuldoon@redhat.com>
809
810 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 811 decode_line Python APIs
cb2e07a6 812
464b3efb
TT
8132010-08-10 Tom Tromey <tromey@redhat.com>
814
815 * gdb.texinfo (Pretty Printing API): Document
816 gdb.default_visualizer.
817
c29c521f
TT
8182010-08-10 Tom Tromey <tromey@redhat.com>
819
820 Revert gdb-add-index addition:
821 * gdb.texinfo (Index Files): Don't document gdb-add-index.
822
5da1313b
JK
8232010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
824 Eli Zaretskii <eliz@gnu.org>
825
826 * gdb.texinfo (Mode Options) <-batch>
827 (Basic Python) <gdb.execute>: Describe setting width and height.
828
02d868e8
PP
8292010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
830
831 * gdb.texinfo (Threads): Document 'debug libthread-db'.
832
c2bbed2a
TT
8332010-07-30 Tom Tromey <tromey@redhat.com>
834
835 * gdb.texinfo (Index Files): Mention gdb-add-index.
836
6c13bbe1
HZ
8372010-07-30 Hui Zhu <teawater@gmail.com>
838
839 * gdb.texinfo (Inferiors and Programs): Update the introduce of
840 "detach inferior" and "kill inferior".
841
53a71c06
CR
8422010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
843
844 * gdb.texinfo (Machine Code): Update description of two forms of
845 arguments, and add new example to demonstrate the new form.
846
5374244e
PM
8472010-07-27 Phil Muldoon <pmuldoon@redhat.com>
848
849 * gdb.texinfo (Values From Inferior): Add value inferior function
850 call description.
851
8ea5bce5
JK
8522010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
853
854 * gdb.texinfo (Active Targets): Fix wrong comma placement.
855
c0edd9ed
JK
8562010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
857 Eli Zaretskii <eliz@gnu.org>
858
859 Make core files the process_stratum.
860 * gdb.texinfo (Active Targets): Remove core_stratum. Include
861 record_stratum example.
862
9291a0cd
TT
8632010-07-13 Tom Tromey <tromey@redhat.com>
864
865 * gdb.texinfo (Index Files): New node.
866
f5011d11
TT
8672010-07-13 Tom Tromey <tromey@redhat.com>
868
869 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
870
0f5238ed
TT
8712010-07-13 Tom Tromey <tromey@redhat.com>
872
873 * gdb.texinfo (Specify Location): Document labels.
874
74c761c1
PA
8752010-07-01 Pedro Alves <pedro@codesourcery.com>
876
877 * gdb.texinfo (Create and Delete Tracepoints): Add more index
878 entries for fast tracepoints and static tracepoints.
879
501994c0
PA
8802010-07-01 Pedro Alves <pedro@codesourcery.com>
881
882 * gdb.texinfo (General Query Packets) <qfThreadInfo,
883 qsThreadInfo>: Spell out `l' as ell.
884
0fb4aa4b
PA
8852010-07-01 Pedro Alves <pedro@codesourcery.com>
886
887 * gdb.texinfo (Convenience Variables): Document $_sdata.
888 (Commands to Set Tracepoints): Describe static tracepoints. Add
889 `Listing Static Tracepoint Markers' menu entry. Document
890 "strace".
891 (Tracepoint Action Lists): Document collecting $_sdata.
892 (Listing Static Tracepoint Markers): New subsection.
893 (Tracepoints support in gdbserver): Mention static tracepoints.
894 (remote packets, enabling and disabling): Mention
895 read-sdata-object.
896 (General Query Packets) <qSupported>: Document qXfer:sdata:read
897 and StaticTracepoint.
898 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
899 Document qXfer:sdata:read.
900 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
901
dc3b15be
JB
9022010-06-29 Joel Brobecker <brobecker@adacore.com>
903
904 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
905
595939de
PM
9062010-06-28 Phil Muldoon <pmuldoon@redhat.com>
907 Tom Tromey <tromey@redhat.com>
908 Thiago Jung Bauermann <bauerman@br.ibm.com>
909
910 * gdb.texinfo (Inferiors In Python): New node.
911 * gdb.texinfo (Threads In Python): New node.
912
9279c692
JB
9132010-06-28 Joel Brobecker <brobecker@adacore.com>
914
915 * gdb.texinfo (Python): Document what the python directory is
916 and what its location is.
917 (Basic Python): Document the gdb.PYTHONDIR constant.
918
bc9f0842
TT
9192010-06-25 Tom Tromey <tromey@redhat.com>
920
921 PR python/10808:
922 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
923
f1421989
HZ
9242010-06-24 Hui Zhu <teawater@gmail.com>
925
926 * gdb.texinfo: (Commands for Controlled Output): Add
927 documentation for command "eval".
928
e4c0cfae
SS
9292010-06-21 Stan Shebs <stan@codesourcery.com>
930
931 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
932 * annotate.texinfo: Ditto.
933 * gdbint.texinfo: Ditto.
934 * stabs.texinfo: Ditto.
935
bb08c432
HZ
9362010-06-22 Hui Zhu <teawater@gmail.com>
937
938 * gdb.texinfo: (Process Record and Replay): Add documentation
939 for command "set record memory-query".
940
4f5d9f07
SS
9412010-06-21 Stan Shebs <stan@codesourcery.com>
942
943 * gdb.texinfo: Relicense under GFDL version 1.3.
944 * annotate.texinfo: Relicense under GFDL version 1.3.
945 * gdbint.texinfo: Relicense under GFDL version 1.3.
946 * stabs.texinfo: Relicense under GFDL version 1.3.
947 * fdl.texi: Update to version 1.3.
948
6aed2dbc
SS
9492010-06-18 Stan Shebs <stan@codesourcery.com>
950
a61408f8
SS
951 * gdb.texinfo (Operating System Auxiliary Information): Describe
952 "info os" when no arguments given.
953
6aed2dbc
SS
954 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
955 $_thread.
956
24e933df
HZ
9572010-06-18 Hui Zhu <teawater@gmail.com>
958
959 * gdb.texinfo: (Process Record and Replay): Add documentation
960 for commands "record save" and "record restore".
961
65d79d4b
SDJ
9622010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
963
964 * gdb.texinfo: Include information about the correct use
965 of addresses in the `watch' command.
966
d914c394
SS
9672010-06-11 Stan Shebs <stan@codesourcery.com>
968
969 * gdb.texinfo (Observer Mode): New section.
970 (General Query Packets): Document QAllow.
889bf7c5 971
967cf477
DE
9722010-06-04 Doug Evans <dje@google.com>
973
974 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
975
aaf4119b
DE
9762010-06-03 Doug Evans <dje@google.com>
977
978 * gdbint.texinfo (Coding): Add subsection on command names.
979
9eae7c52
TT
9802010-06-02 Tom Tromey <tromey@redhat.com>
981
982 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
983 always-disassemble.
984
fa593d66
PA
9852010-06-01 Pedro Alves <pedro@codesourcery.com>
986
987 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
988 gdbserver, and add cross reference.
989 (Tracepoints support in gdbserver): New subsection.
990
dde08ee1
PA
9912010-05-26 Pedro Alves <pedro@codesourcery.com>
992
993 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
994 `qRelocInsn' feature.
995 (Relocate instruction reply packet): New subsection
996 of `Tracepoint Packets'.
997 (Tracepoint Packets): Mention that packets QTDP and QTStart
998 support the qRelocInsn request, and add cross reference to new
999 subsection.
1000
07ca107c
DE
10012010-05-25 Doug Evans <dje@google.com>
1002
1003 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
1004 (Commands In Python): Document gdb.string_to_argv.
1005
c25c4a8b
JK
10062010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1007
1008 * gdbint.texinfo (Host Definition): Remove items NORETURN and
1009 ATTR_NORETURN.
1010
d7b32ed3 10112010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
1012 Tom Tromey <tromey@redhat.com>
1013 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 1014
c25c4a8b 1015 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 1016
6aecb9c2
JB
10172010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
1018
1019 * gdb.texinfo: (Summary) Add mention about D language support.
1020 (Filenames): Add D suffixes.
1021 (D): New node.
1022
b7da9e9f
PM
10232010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
1024
1025 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
1026 of macro deleted from GDB code.
1027
ab38a727
PA
10282010-04-24 Pedro Alves <pedro@codesourcery.com>
1029
1030 * gdb.texinfo (Commands to specify files): Describe what how GDB
1031 looks up DOS-based filesystem paths on the system root. Document
1032 the new `set/show target-file-system-kind' commands.
1033
66d09542
DE
10342010-04-23 Doug Evans <dje@google.com>
1035
1036 * gdb.texinfo (Python): Move Auto-loading section here ...
1037 (Python API): from here.
1038 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
1039 (Maintenance Commands): Add docs for "maint print section-scripts".
1040
8bd10a10
CM
10412010-04-20 Chris Moller <cmoller@redhat.com>
1042
1043 * gdb.texinfo (Setting Breakpoints): Added description of
1044 filename-qualified rbreak.
1045 * refcard.tex (Breakpoints and Watchpoints): Added brief
1046 description of filename-qualified rbreak.
1047
4c374409
JK
10482010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1049
1050 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
1051 (Python API): Change the reference to Pretty Printing API.
1052 (Pretty Printing): Move the user part under the Data node. Reformat
1053 the sample output to 72 columns. Create a new reference to Pretty
1054 Printing API. Rename the API part ...
1055 (Pretty Printing API): To a new node name.
1056 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
1057 (GDB/MI Variable Objects): Change references to Pretty Printing API.
1058
5a9351ae
SS
10592010-04-21 Stan Shebs <stan@codesourcery.com>
1060
1061 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 1062 and commands.
5a9351ae 1063 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 1064
9a22f0d0
PM
10652010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1066
1067 * gdb.texinfo (Examining memory): Update for change in string
1068 display with explicit size.
1069
6149aea9
PA
10702010-04-19 Pedro Alves <pedro@codesourcery.com>
1071
1072 PR breakpoints/8554.
1073
1074 * gdb.texinfo (Save Breakpoints): New node.
1075 (save-tracepoints): Rename to ...
1076 (save tracepoints): ... this. Mention that `save-tracepoints' is
1077 a deprecated alias to `save tracepoints'.
1078
711e434b
PM
10792010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
1080
645797a8 1081 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
1082 (info w32 thread-information-block): Document new command.
1083 (qGetTIBAddress): Document new gdbserver query.
1084 (maint set/show show-all-tib): Document new command.
1085
3f7b2faa
DE
10862010-04-15 Doug Evans <dje@google.com>
1087
fa33c3cd
DE
1088 * gdb.texinfo (Python API): Add progspaces section.
1089 (Selecting Pretty-Printers): Progspace pretty-printers are
1090 searched too.
1091 (Progspaces In Python): New section.
1092
3f7b2faa
DE
1093 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
1094
79f283fe
PM
10952010-04-14 Phil Muldoon <pmuldoon@redhat.com>
1096
1097 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
1098 returns None.
1099
87290684
SS
11002010-04-09 Stan Shebs <stan@codesourcery.com>
1101
1102 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1103 Describe the `frames-created' field, tweak grammar.
1104
a97153c7
PA
11052010-04-09 Pedro Alves <pedro@codesourcery.com>
1106
1107 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1108 Describe the `circular' and `disconnected' fields.
1109
5c5dcc1b
L
11102010-04-09 H.J. Lu <hongjiu.lu@intel.com>
1111
1112 * gdb.texinfo (maint print registers): Mention unavailable and
1113 invisible registers.
1114
adc36818
PM
11152010-04-09 Phil Muldoon <pmuldoon@redhat.com>
1116 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 1117 Tom Tromey <tromey@redhat.com>
adc36818
PM
1118
1119 * gdb.texinfo (Breakpoints In Python): New Node.
1120
33da3f1c
SS
11212010-04-08 Stan Shebs <stan@codesourcery.com>
1122
1123 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
1124 trace status fields.
1125
3a13a53b
L
11262010-04-08 H.J. Lu <hongjiu.lu@intel.com>
1127
1128 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
1129 optional. Make org.gnu.gdb.i386.avx requires
1130 org.gnu.gdb.i386.avx.
1131
08001717
DE
11322010-04-08 Doug Evans <dje@google.com>
1133
1134 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
1135 search path, and document that gdb only scans the search path if
1136 the script's path doesn't specify a directory.
1137
c375651d
DE
11382010-04-05 Doug Evans <dje@google.com>
1139
1140 * gdb.texinfo (maint show python auto-load): Fix typo.
1141
af54718e
SS
11422010-04-04 Stan Shebs <stan@codesourcery.com>
1143
d77f58be
SS
1144 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
1145 (Setting Watchpoints): Update description of "info watch".
1146 (Disabling Breakpoints): Only "info break" lists all.
1147
af54718e
SS
1148 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
1149 (tdump): Explain how tdump works.
1150
86b17b60
PA
11512010-04-01 Pedro Alves <pedro@codesourcery.com>
1152
1153 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
1154 add cross reference.
1155
ff12863f
PA
11562010-03-31 Pedro Alves <pedro@codesourcery.com>
1157
1158 * gdb.texinfo (TUI Commands): Mention that in some cases, these
1159 commands error out.
1160
f68eb612
L
11612010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1162
1163 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
1164
c8d5aac9
L
11652010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1166
1167 * gdb.texinfo (General Query Packets): Add xmlRegisters.
1168
7d13fe92
SS
11692010-03-29 Stan Shebs <stan@codesourcery.com>
1170 Nathan Sidwell <nathan@codesourcery.com>
1171
1172 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
1173 GDBN equivalent.
1174 (Set Tracepoints): Remove mention that conditional tracepoints
1175 don't exist.
1176 (Tracepoint Actions): Clarify when while-stepping collection
1177 happens, note that while-stepping does not automatically collect
1178 $pc.
1179
409873ef 11802010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 1181
409873ef
SS
1182 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
1183 (General Query Packets): Describe TracepointSource.
1184
ee8e71d4
EZ
11852010-03-27 Matt Rice <ratmice@gmail.com>
1186
c8d5aac9
L
1187 * gdb.texinfo (ARM): Document arguments to "target sim".
1188 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 1189
99b5e152
PA
11902010-03-26 Pedro Alves <pedro@codesourcery.com>
1191
1192 * gdb.texinfo (Tracepoint Packets): Remove mention that
1193 terror:string may be plain text, and drop mention of X prefix.
1194
cd64ee31
VP
11952010-03-26 Vladimir Prus <vladimir@codesourcery.com>
1196
1197 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
1198
6c28cbf2
SS
11992010-03-24 Stan Shebs <stan@codesourcery.com>
1200
1201 * gdb.texinfo (Tracepoint Packets): Document trace error status.
1202
95a42b64
TT
12032010-03-24 Tom Tromey <tromey@redhat.com>
1204
1205 PR breakpoints/9352:
1206 * gdb.texinfo (Break Commands): Update.
1207
18148017
VP
12082010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1209
1210 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
1211 commands.
1212
4daf5ac0
SS
12132010-03-16 Stan Shebs <stan@codesourcery.com>
1214
1215 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
1216 circular-trace-buffer.
1217 (Tracepoint Packets): Describe QTBuffer, and details of the
1218 qTStatus reply.
1219
c9429232
SS
12202010-03-12 Stan Shebs <stan@codesourcery.com>
1221 Nathan Sidwell <nathan@codesourcery.com>
1222
1223 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
1224 doing instruction stepping.
1225 (Tracepoint Restrictions): New node.
1226
ccefe4c4
TT
12272010-03-10 Tom Tromey <tromey@redhat.com>
1228
1229 * gdbint.texinfo (Symbol Handling): Update.
1230
7c953934
TT
12312010-03-08 Tom Tromey <tromey@redhat.com>
1232
1233 PR cli/9591:
1234 * gdb.texinfo (Mode Options): Mention lack of pagination and
1235 confirmation with --batch.
1236 (Screen Size): Mention --batch.
1237 (Messages/Warnings): Likewise.
1238
f870a310
TT
12392010-03-05 Tom Tromey <tromey@redhat.com>
1240
1241 * gdb.texinfo (Basic Python): Document target_charset and
1242 target_wide_charset.
1243
78e2826b
TT
12442010-03-05 Tom Tromey <tromey@redhat.com>
1245
1246 * gdb.texinfo (Data): Link to pretty-printing.
1247 (Output Formats): Likewise. Correct text.
1248
f5dff777
DJ
12492010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1250
1251 * gdb.texinfo (Types): Describe <struct> and <flags>.
1252
dc00d89f
PM
12532010-02-28 Phil Muldoon <pmuldoon@redhat.com>
1254
1255 * gdb.texinfo (Frames In Python): Add block parameter and
1256 description to read_var text.
1257
5107b149 12582010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 1259 Tom Tromey <tromey@redhat.com>
5107b149
PM
1260
1261 * gdb.texinfo (Types In Python): Describe block argument in
1262 template_argument and gdb.lookup_type.
1263
e03e5e7b
TT
12642010-02-24 Tom Tromey <tromey@redhat.com>
1265
1266 * gdb.texinfo (Cygwin Native): Fix typo.
1267
f3e9a817
PM
12682010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1269
1270 * gdb.texinfo (Frames In Python): Add block, find_sal, function
1271 and select method descriptions.
1272 (Python API): Add Blocks In Python, Symbols in Python and Symbol
1273 Tables in Python to menu.
1274 (Blocks In Python): New node.
1275 (Symbols In Python): New node.
1276 (Symbol Tables in Python): New node.
1277
a79b8f6e
VP
12782010-02-24 Vladimir Prus <vladimir@codesourcery.com>
1279
1280 Multiexec MI
1281
1282 gdb/
1283 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
1284
1285 gdb/doc/
1286 * gdb.texinfo (GDB/MI Command Syntax): Document notification
1287 changes.
1288 (GDB/MI Program Execution): Document current behaviour of
1289 --all and --thread-group.
1290 (GDB/MI Miscellaneous Commands): Document -add-inferior and
1291 -remove-inferior.
1292 * observer.texi (inferior_added, inferior_removed): New
1293 observers.
1294
629d6a47
TT
12952010-02-19 Tom Tromey <tromey@redhat.com>
1296
1297 * gdbint.texinfo (Getting Started): Fix @node.
1298 (Debugging GDB): Likewise.
1299
c09529e5
JB
13002010-02-13 Joel Brobecker <brobecker@adacore.com>
1301
1302 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
1303 documenting the gdb_test_timeout variable.
1304
540aa8e7
MS
13052010-02-12 Jakob Engblom <jakob@virtutech.com>
1306
1307 * gdb.texinfo (MI commands): Added documentation of --reverse
1308 option to a set of MI commands. Restructured documentation of MI
1309 commands --exec-continue to reflect the complexity of reverse
1310 execution.
1311
081dfbf7
PA
13122010-02-12 Pedro Alves <pedro@codesourcery.com>
1313
1314 * gdb.texinfo (Using the Collected Data): Specify that the address
1315 range of `tfind outsize' is exclusive, and that the address range
1316 of `tfind range' is inclusive.
1317 (Tracepoint Packets): Specify that the address range of
1318 `QTFrame:range' is inclusive, and that the address range of
1319 `QTFrame:outside' is exclusive
1320
8e9c5e02
VP
13212010-02-12 Vladimir Prus <vladimir@codesourcery.com>
1322
1323 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
1324
92981e24
TT
13252010-02-10 Tom Tromey <tromey@redhat.com>
1326
1327 * gdb.texinfo (Debugging Output): Document set debug parser and
1328 show debug parser.
1329
075b51b7
L
13302010-02-09 H.J. Lu <hongjiu.lu@intel.com>
1331
1332 * gdb.texinfo (Predefined Target Types): Add i387_ext,
1333 i386_eflags and i386_mxcsr.
1334
3bb8d5c3
L
13352010-02-08 H.J. Lu <hongjiu.lu@intel.com>
1336
1337 * gdb.texinfo: Document i386 target features.
1338
c5f80513
DE
13392010-02-05 Doug Evans <dje@google.com>
1340
1341 * gdbint.texinfo (Testsuite): Add a new section to document the
1342 various DejaGnu variables that may be overridden.
1be00882 1343 Document INTERNAL_GDBFLAGS.
c5f80513 1344
6ac33a4e
TT
13452010-02-04 Tom Tromey <tromey@redhat.com>
1346
1347 PR cli/8830:
1348 * gdb.texinfo (Files): -readnow comes before the filename for file
1349 and symbol-file.
1350
a1dcb23a
DJ
13512010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1352
1353 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
1354 Document ARM breakpoint types.
1355 (Register Packet Format): Move into the new section.
1356 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
1357
95433b34
JB
13582010-01-21 Joel Brobecker <brobecker@adacore.com>
1359
1360 * gdb.texinfo (File Options): Adjust the documentation of this
1361 switch to refer to the "source" command rather than partially
1362 duplicating some of the relevant information.
1363 (Extending GDB): Introduce and document the set/show script-extension
1364 setting.
1365 (Command Files): Add note explaining that the "source" command
1366 is also used to evalute scripts written in other languages.
1367 Remove the short slightly incorrect reference to sourcing Python
1368 scripts.
1369 (Python Commands): Document how to execute a Python script from GDB.
1370
8d576872
JB
13712010-01-19 Joel Brobecker <brobecker@adacore.com>
1372
1373 * gdb.texinfo (Command Files): Fix typo.
1374
8150ff9c
JB
13752010-01-18 Tom Tromey <tromey@redhat.com>
1376
1377 * gdb.texinfo (File Options): Document -x on .py files.
1378 (Command Files): Document handling of Python scripts.
1379
23db03a6
JZ
13802010-01-18 Jie Zhang <jie.zhang@analog.com>
1381
1382 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
1383
00bf0b85
SS
13842010-01-15 Stan Shebs <stan@codesourcery.com>
1385
1386 * gdb.texinfo (Trace Files): New section.
1387 (Tracepoint Packets): Document QTSave and qTBuffer.
1388 (Trace File Format): New appendix.
1389
be759fcf
PM
13902010-01-13 Phil Muldoon <pmuldoon@redhat.com>
1391
1392 * gdb.texinfo (Values From Inferior): Document lazy_string value
1393 method.
1394 (Python API): Add Lazy strings menu item.
1395 (Lazy Strings In Python): New node.
1396
dc146f7c
VP
13972010-01-13 Vladimir Prus <vladimir@codesourcery.com>
1398
1399 * gdb.texinfo (GDB/MI Thread Information): New.
1400 (GDB/MI Async Records): Document the core field in *stopped.
1401 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
1402 documentation
1403 (Process list): Document that osdata document may contain
1404 threads.
1405 (Remote Serial Protocol): Document qXfer:threads.
1406
d5551862
SS
14072010-01-06 Stan Shebs <stan@codesourcery.com>
1408
1409 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1410 disconnected tracing.
1411 (Tracepoint Packets): Document new protocol.
1412
7a697b8d
SS
14132010-01-05 Stan Shebs <stan@codesourcery.com>
1414
1415 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
1416 tracepoints.
1417 (Tracepoint Packets): Describe remote protocol for fast
1418 tracepoints.
1419
e6f3ec50
JB
14202010-01-01 Joel Brobecker <brobecker@adacore.com>
1421
1422 Update the "Start of New Year Procedure".
1423 * gdbint.texinfo: Add the list of files that need to be updated
1424 manually. Minor reformatting.
1425
ddc4e9c1
JB
14262010-01-01 Joel Brobecker <brobecker@adacore.com>
1427
1428 * refcard.tex: Update copyright year in header and text.
1429
9d2897ad
JB
14302010-01-01 Joel Brobecker <brobecker@adacore.com>
1431
1432 * agentexpr.texi: Add 2010 to the list of copyright years.
1433 * annotate.texinfo: Likewise.
1434 * gdb.texinfo: Likewise.
1435 * gdbint.texinfo: Likewise.
1436 * observer.texi: Likewise.
1437 * stabs.texinfo: Likewise.
1438
6da95a67
SS
14392009-12-31 Stan Shebs <stan@codesourcery.com>
1440
1441 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 1442
236f1d4d
SS
14432009-12-29 Stan Shebs <stan@codesourcery.com>
1444
1445 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 1446
f61e138d
SS
14472009-12-28 Stan Shebs <stan@codesourcery.com>
1448
1449 * gdb.texinfo (Trace State Variables): New section.
1450 (Tracepoint Packets): Describe trace state variable packets.
1451 * agentexpr.texi (Bytecode Descriptions): Describe trace state
1452 variable bytecodes.
1453
0fe7935b
DJ
14542009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
1455
1456 * gdb.texinfo (Symbols): "info variables" prints definitions, not
1457 declarations.
1458
a6b29f87
VP
14592009-12-21 Vladimir Prus <vladimir@codesourcery.com>
1460
1461 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
1462 -gdb-exit behaviour.
1463
5e4bde96
JB
14642009-12-20 Joel Brobecker <brobecker@adacore.com>
1465
1466 * gpl.texi: Update to version 3 of the GPL.
1467
a1715244
JB
14682009-12-20 Joel Brobecker <brobecker@adacore.com>
1469
1470 * Makefile.in: Update copyright header.
1471 * observer.texi: Fix the copyright header of the generated files.
1472
361ae042
PM
14732009-12-08 Phil Muldoon <pmuldoon@redhat.com>
1474
1475 * gdb.texinfo (Types In Python): Describe range function.
1476
bfd31e71
PM
14772009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
1478
1479 * gdb.texinfo (Types In Python): Describe "is_base_class".
1480
57a1d736
TT
14812009-12-03 Tom Tromey <tromey@redhat.com>
1482
1483 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
1484
8cebebb9
PP
14852009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
1486
1487 * observer.texi: New memory_changed observer.
1488
16af530a
TT
14892009-12-01 Tom Tromey <tromey@redhat.com>
1490
1491 * gdb.texinfo (Reverse Execution): Fix typo.
1492
b6199126
DJ
14932009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
1494
1495 PR gdb/8704
1496
1497 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
1498 are allowed after the breakpoint condition.
1499
7a6973ad
TT
15002009-11-23 Tom Tromey <tromey@redhat.com>
1501
1502 PR python/10782:
1503 * gdb.texinfo (Types In Python): Document Type.pointer.
1504
21a0512e
PP
15052009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
1506
1507 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 1508
a5832c8f
PA
15092009-11-11 Pedro Alves <pedro@codesourcery.com>
1510
1511 * agentexpr.texi (Tracing On Symmetrix): Delete section.
1512 (Using Agent Expressions): Delete cross reference.
1513
1eb7cd77
JB
15142009-11-07 Joel Brobecker <brobecker@adacore.com>
1515
1516 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
1517 and @settitle directives up to help makeinfo find them.
1518
24ddea62
JK
15192009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1520
1521 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
1522 (Auto-loading): Use plural and note one can use multiple components now.
1523
3afae151
VP
15242009-11-01 Vladimir Prus <vladimir@codesourcery.com>
1525
1526 * gdb.texinfo (GDB/MI Stack Manipulation): Make
1527 -stack-list-arguments have the same documentation for parameter
1528 as -stack-list-locals. Add comas.
1529
14ff2235
PM
15302009-10-27 Tom Tromey <tromey@redhat.com>
1531 Eli Zaretskii <eliz@gnu.org>
1532
c8d5aac9 1533 PR python/10781
14ff2235
PM
1534
1535 * gdb.texinfo (Values From Inferior): Document cast method.
1536
9c419145
PP
15372009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
1538
1539 * gdb.texinfo (Machine Code): Mention function name in disasssembly
1540 and adjust example.
889bf7c5 1541
29153c24
MS
15422009-10-22 Michael Snyder <msnyder@vmware.com>
1543
1544 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 1545 info record command. Also document the new save and restore
29153c24
MS
1546 commands.
1547
2b28d209
PP
15482009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
1549
1550 * gdb.texinfo (Machine Code): Mention current pc marker.
1551 (Memory): Likewise.
1552
6c95b8df
PA
15532009-10-19 Pedro Alves <pedro@codesourcery.com>
1554 Stan Shebs <stan@codesourcery.com>
1555
1556 * observer.texi (new_inferior): Rename to...
1557 (inferior_appeared): ... this.
1558
1559 * gdb.texinfo (Inferiors): Rename node to ...
1560 (Inferiors and Programs): ... this. Mention running multiple
1561 programs in the same debug session.
1562 <info inferiors>: Mention the new 'Executable' column if "info
1563 inferiors". Update examples. Document the "add-inferior",
1564 "clone-inferior", "remove-inferior" and "maint info
1565 program-spaces" commands.
1566 (Process): Rename node to...
1567 (Forks): ... this. Document "set|show follow-exec-mode".
1568
2f8132f3
MS
15692009-10-11 Michael Snyder <msnyder@vmware.com>
1570
1571 * gdb.texinfo (ReverseStep): Show default as "unsupported".
1572 (ReverseContinue): Ditto.
1573
cba4b2d3
PP
15742009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
1575
1576 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 1577
da082f17
JK
15782009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1579
1580 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
1581
08be9d71
ME
15822009-10-06 Michael Eager <eager@eagercon.com>
1583
1584 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
1585 (Embedded Processors): Add MicroBlaze.
1586 (MicroBlaze): New. Describe Xilinx MicroBlaze
1587
08a0efd0
PA
15882009-10-04 Pedro Alves <pedro@codesourcery.com>
1589
1590 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
1591
cbb8f428
EZ
15922009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1593
1594 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
1595
30a4a70c
JB
15962009-09-23 Joel Brobecker <brobecker@adacore.com>
1597
1598 * observer.texi (solib_unloaded): Document explicitly the fact that
1599 this observer is called before the associated symbols are unloaded.
1600
b3372f91
VP
16012009-09-19 Vladimir Prus <vladimir@codesourcery.com>
1602
1603 * gdb.texinfo (GDB/MI Stack Manipulation): Document
1604 -stack-list-variables.
1605
f43030c4
TT
16062009-09-18 Tom Tromey <tromey@redhat.com>
1607
1608 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
1609 is experimental.
1610
ec7e75e7
PP
16112009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1612
1613 * gdb.texinfo (convenince variables): Mention
1614 $_siginfo could be empty.
f43030c4 1615
0cc7d26f
TT
16162009-09-15 Tom Tromey <tromey@redhat.com>
1617
1618 * gdb.texinfo (GDB/MI Variable Objects): Document
1619 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
1620 Expand -var-update documentation.
1621
a96d9b2e
SDJ
16222009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1623
1624 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
1625 feature.
1626
005ca36a
JB
16272009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
1628
1629 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
1630
0d772ac9
MS
16312009-09-10 Michael Snyder <msnyder@vmware.com>
1632
1633 * gdb.texinfo (qSupported): Mention new ReverseContinue and
1634 ReverseStep replies to the qSupported query.
1635
14fb1bac
JB
16362009-09-10 Joel Brobecker <brobecker@adacore.com>
1637
1638 Add documentation for set/show interactive-mode.
1639 * gdb.texinfo (Other Misc Settings): New node.
1640
29b090c0
DE
16412009-09-01 Doug Evans <dje@google.com>
1642
1643 * gdb.texinfo (Caching Data of Remote Targets): Add note on
1644 non-stop mode's affect on remote caching.
1645
4e5d721f
DE
16462009-08-31 Jacob Potter <jdpotter@google.com>
1647 Doug Evans <dje@google.com>
1648
1649 * gdb.texinfo (Caching Data of Remote Targets): Update text.
1650 Mark `set/show remotecache' options as obsolete.
1651 Document new `set/show stack-cache' option.
1652 Update text for `info dcache'.
1653
55333a84
DE
16542009-08-27 Doug Evans <dje@google.com>
1655
1656 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
1657 (Files): Add note on new optional regex arg to `info sharedlibrary'.
1658
bc3a0b4d
RW
16592009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1660
1661 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
1662 about autoconf.
1663
3a1ff0b6
PA
16642009-08-25 Pedro Alves <pedro@codesourcery.com>
1665
1666 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
1667 small example, and describe its columns. Replace "inferior-id" by
1668 "infno" throughout.
1669
81ecdfbb
RW
16702009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1671
af542c2e
RW
1672 * gdbint.texinfo (Releasing GDB): Point to
1673 README-maintainer-mode file for required autoconf version.
1674 * configure.ac: Do not substitute datarootdir, htmldir,
1675 pdfdir, docdir. Do not process --with-datarootdir,
1676 --with-htmldir, --with-pdfdir, --with-docdir.
1677 * configure: Regenerate.
1678
81ecdfbb
RW
1679 * configure: Regenerate.
1680
4efc6507
DE
16812009-08-20 Reid Kleckner <reid@kleckner.net>
1682
1683 * gdb.texinfo: Add chapter on JIT interface.
1684
43089a6e
NR
16852009-08-07 Nick Roberts <nickrob@snap.net.nz>
1686
1687 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 1688 confirmation request.
43089a6e 1689
99e008fe
EZ
16902009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
1691
c8d5aac9
L
1692 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
1693 CRC definitions.
99e008fe 1694
48cb2d85
VP
16952009-08-03 Vladimir Prus <vladimir@codesourcery.com>
1696
1697 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 1698 -break-commands.
48cb2d85 1699
ff1a52c6
UW
17002009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1701
1702 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1703 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
1704
3285f3fe
UW
17052009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1706
1707 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1708 "set spu stop-on-load" and "show spu stop-on-load" commands.
1709
e35359c5
UW
17102009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1711
1712 * gdb.texinfo (Target Descriptions): Document <compatible> element.
1713
58d6951d
DJ
17142009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
1715
1716 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
1717 org.gnu.gdb.arm.neon.
1718
08d16641
PA
17192009-07-20 Pedro Alves <pedro@codesourcery.com>
1720
1721 * gdb.texinfo (Target Description Format): Mention the new <osabi>
1722 optional element.
1723 (subsection OS ABI): New subsection.
1724
782b2b07
SS
17252009-07-14 Stan Shebs <stan@codesourcery.com>
1726
1727 * gdb.texinfo (Tracepoint Conditions): New section.
1728 (General Query Packets): Describe ConditionalTracepoints.
1729 (Tracepoint Packets): Describe condition field.
1730 (Maintenance Commands): Describe maint agent-eval.
1731 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
1732
9b117ef3
HZ
17332009-07-11 Hui Zhu <teawater@gmail.com>
1734
1735 * gdb.texinfo (disassemble): Add a new modifier /r
1736 to "disassemble" command to make it print the raw instructions
1737 in hex as well as in symbolic form.
1738
f5a33284
TT
17392009-07-09 Tom Tromey <tromey@redhat.com>
1740
1741 * gdbint.texinfo (Testsuite): Document parallel make check.
1742
812f7342
TT
17432009-07-09 Tom Tromey <tromey@redhat.com>
1744
1745 * gdbint.texinfo (Testsuite): Document test transcripts.
1746
fbb8f299
PM
17472009-07-10 Phil Muldoon <pmuldoon@redhat.com>
1748
1749 * gdb.texinfo (Values From Inferior): Add length parameter
1750 description.
1751
dd8f35ac
EZ
17522009-07-04 Chris Genly <chris@genly.us>
1753
1754 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
1755 in -var-list-children. Fix example according to what the code
1756 does.
1757
2277426b
PA
17582009-07-02 Pedro Alves <pedro@codesourcery.com>
1759
1760 * gdb.texinfo (Debugging multiple inferiors): Document the
1761 "inferior", "detach inferior" and "kill inferior" commands.
1762 (Debugging Programs with Multiple Processes): Adjust to mention
1763 generic "inferior" commands. Delete mention of "detach fork" and
1764 "delete fork". Cross reference to "Debugging multiple inferiors"
1765 section.
1766
a6d9a66e
UW
17672009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1768
5af949e3
UW
1769 * gdbint.texinfo (Item Output Functions): Update signature
1770 for ui_out_field_core_addr.
1771
17722009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1773
1774 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
1775 Update example code extrated from breakpoint.c.
1776
9901a55b 17772009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 1778
9901a55b
PP
1779 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
1780 MI commands.
1781 (GDB/MI Symbol Query): Likewise.
1782 (GDB/MI File Commands): Likewise.
1783 (GDB/MI File Transfer Commands): Likewise.
1784 (GDB/MI Target Manipulation): Likewise.
1785 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 1786
edb3359d
DJ
17872009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
1788
1789 * gdb.texinfo (Debugging Optimized Code): New chapter.
1790 (Compiling for Debugging): Reference it. Move some
1791 text to the new section.
1792
7cd1089b
PM
17932009-06-15 Phil Muldoon <pmuldoon@redhat.com>
1794
1795 * doc/gdb.texinfo (Calling): Document
1796 set-unwind-on-terminating-exception usage.
1797
d4db2f36
PA
17982009-06-11 Pedro Alves <pedro@codesourcery.com>
1799
1800 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
1801 command.
1802
d1a7880c
PA
18032009-06-07 Pedro Alves <pedro@codesourcery.com>
1804
1805 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
1806 references.
1807
473f94e6
UW
18082009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
1809
1810 * gdbint.texinfo: Rename formal parameters to gdbarch function
1811 protoypes from "current_gdbarch" to "gdbarch".
1812
8f500870
TT
18132009-05-28 Tom Tromey <tromey@redhat.com>
1814
1815 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
1816
b6313243
TT
18172009-05-27 Tom Tromey <tromey@redhat.com>
1818
1819 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1820 feature.
1821 (GDB/MI Variable Objects): Document -var-set-visualizer.
1822
18232009-04-02 Tom Tromey <tromey@redhat.com>
1824
1825 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1826 feature.
1827 (GDB/MI Variable Objects): Document -var-set-visualizer.
1828
a6bac58e
TT
18292009-05-27 Tom Tromey <tromey@redhat.com>
1830 Thiago Jung Bauermann <bauerman@br.ibm.com>
1831 Phil Muldoon <pmuldoon@redhat.com>
1832
1833 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
1834 (Pretty Printing): New node.
1835 (Selecting Pretty-Printers): Likewise.
1836 (Python API): Update.
1837 (Output Formats): Document /r format.
1838
2c74e833
TT
18392009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
1840 Tom Tromey <tromey@redhat.com>
1841
1842 * gdb.texinfo (Types In Python): New node.
1843 (Values From Inferior): "type" is now an attribute.
1844 (Python API): Update.
1845
89c73ade
TT
18462009-05-27 Tom Tromey <tromey@redhat.com>
1847 Thiago Jung Bauermann <bauerman@br.ibm.com>
1848 Phil Muldoon <pmuldoon@redhat.com>
1849
1850 * gdb.texinfo: Add @syncodeindex for `tp'.
1851 (Python API): Update.
1852 (Auto-loading): New node.
1853 (Objfiles In Python): New node.
1854
17a37d48
PP
18552009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
1856
1857 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 1858
6718376f
NR
18592009-05-15 Nick Roberts <nickrob@snap.net.nz>
1860
1861 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
1862
cbe54154
PA
18632009-05-12 Pedro Alves <pedro@codesourcery.com>
1864
1865 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
1866 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
1867 show show-debug-regs' docs.
1868
8e05493c
EZ
18692009-05-08 Eli Zaretskii <eliz@gnu.org>
1870
1871 * gdb.texinfo (Process Record and Replay): Add description of
1872 reverse execution.
1873
b39f4988
JB
18742009-05-07 Joel Brobecker <brobecker@adacore.com>
1875
1876 * gdbint.texinfo (Adding support for debugging core files): New node.
1877 (Native Debugging): Remove the ``Native core file Support'' section.
1878
a2311334
EZ
18792009-05-01 Eli Zaretskii <eliz@gnu.org>
1880
1881 * gdb.texinfo (Process Record and Replay): Improve and clarify.
1882 Add index entries.
1883
53cc454a 18842009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 1885 Michael Snyder <msnyder@vmware.com>
53cc454a 1886
a2311334
EZ
1887 * gdb.texinfo: (Process Record and Replay): Add documentation for
1888 process record and replay.
53cc454a 1889
484086b7
JK
18902009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1891
1892 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
1893 a new part on command-line defined macros.
1894
32ae1842
EZ
18952009-04-25 Eli Zaretskii <eliz@gnu.org>
1896
1897 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
1898 clarify the wording.
1899
b14b1491
TT
19002009-04-23 Tom Tromey <tromey@redhat.com>
1901
1902 * gdb.texinfo (Data Files): New node.
1903 (GDB Files): Update menu.
1904
5c1e86e1
JB
19052009-04-23 Joel Brobecker <brobecker@adacore.com>
1906
1907 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 1908 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 1909
83eba9b7
VP
19102009-04-22 Vladimir Prus <vladimir@codesourcery.com>
1911
1912 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
1913
e31198c4
HZ
19142009-04-22 Hui Zhu <teawater@gmail.com>
1915
1916 * gdb.texinfo (disassemble-next-line): Set the default of
1917 disassemble-next-line to off.
1918
26e251b6
JM
19192009-04-21 Joseph Myers <joseph@codesourcery.com>
1920
1921 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
1922 --with-htmldir): New.
1923 * configure: Regenerate.
1924 * Makefile.in (datarootdir, docdir): Define.
1925 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
1926 instead of $(SET_TEXINPUTS).
1927 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
1928 gdbint.info instead of $(SET_TEXINPUTS).
1929 (gdbint/index.html): Use same -I options as for building
1930 gdbint.info.
1931 (stabs.dvi, stabs.pdf): Use same -I options as for building
1932 stabs.info instead of $(SET_TEXINPUTS).
1933 (stabs/index.html): Use same -I options as for building
1934 stabs.info.
1935 (annotate.dvi, annotate.pdf): Use same -I options as for building
1936 annotate.info instead of $(SET_TEXINPUTS).
1937 (annotate/index.html): Use same -I options as for building
1938 annotate.info.
1939
eac35c4e
DD
19402009-04-21 David Daney <ddaney@caviumnetworks.com>
1941
1942 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
1943
29b0e8a2
JM
19442009-04-21 Joseph Myers <joseph@codesourcery.com>
1945
1946 * gdb.texinfo (Source Path): Document --with-relocated-sources.
1947
2b831889 19482009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 1949 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
1950
1951 * Makefile.in (MAKEHTML): Set to makeinfo --html.
1952 (MAKEHTMLFLAGS): Set to empty.
1953 (html__strip_dir): Define.
1954 (HTMLFILES): Define.
1955 (HTMLFILES_INSTALL): Define.
1956 (install-html): Copy new automake rule.
1957 (html): Depend on $(HTMLFILES).
1958 (gdb_toc.html): Rename to gdb/index.html.
1959 (gdbint_toc.html): Rename to gdbint/index.html.
1960 (stabs_toc.html): Rename to stabs/index.html.
1961 (annotate_toc.html): Rename to annotate/index.html.
1962
89a34d1b
JM
19632009-04-17 Carlos O'Donell <carlos@codesourcery.com>
1964
1965 * Makefile.in: Set pdfdir and htmldir from configure
1966 substitutions.
1967 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
1968 * configure: Regenerate.
1969
a2d5da46
JB
19702009-04-16 Joel Brobecker <brobecker@adacore.com>
1971
1972 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
1973 This macro is no longer used.
1974
732f6a93
TT
19752009-04-15 Tom Tromey <tromey@redhat.com>
1976
1977 * gdb.texinfo (Character Sets): Document default character set.
1978
87f9adc1
PM
19792009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
1980
1981 * gdbint.texinfo: Change server name from sources.redhat.com to
1982 sourceware.org throughout.
1983
2c88c651
JB
19842009-04-09 Joel Brobecker <brobecker@adacore.com>
1985
1986 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
1987 about a missing dot or coma after @xref.
1988
4f5376b2
JB
19892009-04-02 Joel Brobecker <brobecker@adacore.com>
1990
1991 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
1992 example, and add a small explanation about it.
1993 (Print Settings): Change the documentation of the "set print
1994 frame-arguments" to reflect the fact that the default is now "scalars".
1995
a0381d3a
JB
19962009-04-02 Joel Brobecker <brobecker@adacore.com>
1997
1998 * gdb.texinfo (Print Settings): Add kindex for command "set
1999 print frame-arguments".
2000
45ac276d
JB
20012009-03-31 Joel Brobecker <brobecker@adacore.com>
2002
2003 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
2004 breakpoints.
2005 (Set Breaks): Add reference to thread-specific and task-specific
2006 breakpoints.
2007
32cd1edc
JB
20082009-03-31 Joel Brobecker <brobecker@adacore.com>
2009
2010 * gdb.texinfo (Ada Tasks): Remove the documentation about
2011 the "Running" state, as this state has been eliminated.
2012 Now all runnable tasks are shown as "Runnable".
2013
1042e4c0
SS
20142009-03-30 Stan Shebs <stan@codesourcery.com>
2015
2016 * gdb.texinfo (Tracepoints): Describe tracepoints as a
2017 special case of breakpoints.
2018 (Enable and Disable Tracepoints): Mention deprecation.
2019 (Listing Tracepoints): Update description and example.
2020
f8f6f20b
TJB
20212009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2022
2023 * gdb.texinfo (Frames in Python): New node.
2024 (Python API): Update.
2025
c0c6f777
TJB
20262009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
2027
2028 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
2029 from a method to an attribute.
2030
def2b000
TJB
20312009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
2032
2033 * gdb.texinfo (Values From Inferior): Document is_optimized_out
2034 attribute.
2035
a07daef3
PA
20362009-03-25 Pedro Alves <pedro@codesourcery.com>
2037
2038 * observer.texi (thread_exit): Add "silent" parameter.
2039
f3b1572e
PA
20402009-03-22 Pedro Alves <pedro@codesourcery.com>
2041
2042 * observer.texi (about_to_proceed): New.
2043
587afa38
EZ
20442009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
2045
2046 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
2047 field throughout to handle types with spaces in them. Fix typos
2048 found by aspell.
2049 (Summary, Requirements, Contributors): New first chapter,
2050 "Summary" added, old Requirements section moved there, and new
2051 section, "Contributors" added.
2052 (Initializing a New Architecture, Register Representation)
2053 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
2054 (Porting gdb): These sections extended and updated.
2055 (Compiler Characteristics): This section (empty) deleted.
2056 (Defining Other Architecture Features): This section renamed and
2057 duplicate material removed from (formerly "Target Conditionals").
2058 Use braces {} in @deftypeXX type field throughout to handle types
2059 with spaces in them. Typos found by aspell fixed.
2060
2061 * stack_frame.svg: New file, source of image for gdbint.texinfo.
2062 * stack_frame.pdf: Version of image for PDF output.
2063 * stack_frame.png: Version of image for HTML output and for Emacs.
2064 * stack_frame.txt: Version of image for Info output.
1db61298 2065 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 2066
10af6951
EZ
20672009-03-21 Eli Zaretskii <eliz@gnu.org>
2068
2069 * gdb.texinfo (Character Sets): Fix last change.
2070
cc924cad
TJB
20712009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
2072
2073 * gdb.texinfo (Values From Inferior): Fix optional arguments
2074 markup.
2075 (Commands In Python): Adjust argument names of gdb.Command.__init__
2076 to what the function accepts as keywords.
2077
bc3b79fd
TJB
20782008-03-20 Tom Tromey <tromey@redhat.com>
2079
2080 * gdb.texinfo (Convenience Vars): Document convenience functions.
2081 (Functions In Python): New node.
2082 (Python API): Update.
2083
6c7a06a3
TT
20842009-03-20 Tom Tromey <tromey@redhat.com>
2085
2086 * gdb.texinfo (Character Sets): Remove obsolete text. Document
2087 set target-wide-charset.
2088 (Requirements): Mention iconv.
2089
b646ddd4
HZ
20902009-03-17 Hui Zhu <teawater@gmail.com>
2091
2092 * gdb.texinfo: Change the introduce of "disassemble-next-line".
2093
91440f57
HZ
20942009-03-17 Hui Zhu <teawater@gmail.com>
2095
2096 * gdb.texinfo: Add documentation for disassemble-next-line.
2097
8fd41227
TJB
20982009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2099
2100 * gdb.texinfo (Commands In Python): Remove tindex entries.
2101
61ff14c6
JK
21022009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2103
2104 * gdb.texinfo (Returning): New description for missing debug info.
2105
0b16c5cf
PA
21062009-03-14 Pedro Alves <pedro@codesourcery.com>
2107
2108 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 2109 (General Query Packets): Document qAttached.
0b16c5cf 2110
32fc0df9
PA
21112009-03-05 Pedro Alves <pedro@codesourcery.com>
2112
2113 * gdb.texinfo (Background Execution): Better describe the set
2114 target-async command.
2115 (Maintenance Commands): Delete description of the `maint set/show
2116 linux-async' and `maint set/show remote-async' commands.
2117
134eb42c
VP
21182009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2119
2120 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
2121 between sentences.
2122
c86cf029
VP
21232009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2124
2125 * gdb.texinfo (GDB/MI Async Records): Document the
2126 =library-loaded and =library-unloaded notifications.
2127
3ea85240
VP
21282009-02-17 Vladimir Prus <vladimir@codesourcery.com>
2129
2130 * observer.texi (test_notification): New observer.
2131
1d33d6ba
VP
21322009-02-14 Vladimir Prus <vladimir@codesourcery.com>
2133
61ff14c6
JK
2134 * observer.texi: Add parameter 'print_frame' to normal_stop
2135 observer.
1d33d6ba 2136
d721c933
EZ
21372009-02-07 Eli Zaretskii <eliz@gnu.org>
2138
2139 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
2140 (Commands In Python): Fix COMMAND_* constants in last change. Use
2141 @kbd for interactive input. Add cross-references and index
2142 entries.
2143
4aa995e1
PA
21442009-02-06 Pedro Alves <pedro@codesourcery.com>
2145
2146 * gdb.texinfo (Signals): Document $_siginfo.
2147 (Convenience Variables): Mention $_siginfo.
2148 (Remote Configuration): Document qXfer:siginfo:read,
2149 qXfer:siginfo:write packets, and the read-siginfo-object,
2150 write-siginfo-object commands.
2151
5f5233d4
PA
21522009-02-06 Pedro Alves <pedro@codesourcery.com>
2153
2154 * gdbint.texinfo (Values): New chapter.
2155
d8906c6f
TJB
21562009-02-06 Tom Tromey <tromey@redhat.com>
2157
2158 * gdb.texinfo (Python API): Add entry for Commands In Python.
2159 (Commands In Python): New node.
2160
b6cb8e7d
TJB
21612009-02-05 Tom Tromey <tromey@redhat.com>
2162
2163 * gdb.texinfo (Values From Inferior): Document Value.string.
2164
12453b93
TJB
21652009-02-05 Tom Tromey <tromey@redhat.com>
2166
2167 * gdb.texinfo (Basic Python): Document execute's from_tty
2168 argument.
2169
08c637de
TJB
21702009-02-04 Tom Tromey <tromey@redhat.com>
2171
2172 * gdb.texinfo (Basic Python): Document gdb.history.
2173
592375cd
VP
21742009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2175
2176 * gdb.texinfo (GDB/MI Thread Commands): Document the
2177 'current-thread-id' field. Remove the example with zero threads,
2178 since current GDB won't ever report that if there's inferior.
2179
41447f92
VP
21802009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2181
2182 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
2183 option to -break-insert.
2184
098b41a6
JG
21852009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2186 Jerome Guitton <guitton@adacore.com>
2187
2188 * gdb.texinfo (Startup): Document --with-system-gdbinit.
2189 (System-wide configuration): New section.
2190
3c16cced
PA
21912009-01-26 Pedro Alves <pedro@codesourcery.com>
2192
2193 PR gdb/7580:
2194 * gdb.texinfo (Maintenance Commands): Document "maint set|show
2195 internal-error|internal-warning quit|corefile ask|yes|no".
2196
62709adf
PA
21972009-01-26 Pedro Alves <pedro@codesourcery.com>
2198
2199 * gdb.texinfo (Using the `gdbserver' Program): Document
2200 --remote-debug.
2201
7ce58dd2
DE
22022009-01-23 Doug Evans <dje@google.com>
2203
2204 * gdb.texinfo: Add nexti to list of commands that support
2205 background execution.
2206
adb483fe
DJ
22072009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
2208
2209 * gdb.texinfo (Define, Hooks): Document prefix command support.
2210
a67ec3f4 22112009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 2212 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
2213
2214 Fixes for makeinfo --html.
2215
2216 * annotate.texinfo: Use @copying and @insertcopying. Use
2217 @ifnottex in place of @ifinfo.
2218 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
2219 place of @ifinfo. Use @ifnotinfo for one index entry.
2220 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
2221 in place of @ifinfo.
2222 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
2223 in place of @ifinfo. Include contents at start unconditionally.
2224
84fcdf95
PA
22252009-01-13 Pedro Alves <pedro@codesourcery.com>
2226
2227 * gdb.texinfo (General Query Packets): Remove @var{} around the
2228 "spu" literal string.
2229
fa3a767f
PA
22302009-01-07 Pedro Alves <pedro@codesourcery.com>
2231
2232 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
2233 program may be running in another process" errors.
2234 * gdbint.texinfo (Native Conditionals): Delete
2235 ONE_PROCESS_WRITETEXT description.
2236
9cb011d3
JB
22372009-01-07 Joel Brobecker <brobecker@adacore.com>
2238
2239 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
2240 emacs local variable to be placed at the end of the ChangeLog.
2241 Add server.c and gdbreplay.c to the list of files where the
2242 copyright year needs to be updated.
2243
84603566
SL
22442009-01-06 Sandra Loosemore <sandra@codesourcery.com>
2245
2246 * gdb.texinfo (Remote Configuration): Document new
2247 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
2248 commands.
2249
a53f55d8
PA
22502008-12-28 Pedro Alves <pedro@codesourcery.com>
2251
2252 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
2253 FETCH_INFERIOR_REGISTERS.
2254 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
2255 FETCH_INFERIOR_REGISTERS descriptions. Remove
2256 gdbarch_get_longjmp_target descrition, since already described in
2257 Target Conditionals. Move gdbarch_fp0_regnum description to ...
2258 (Target Conditionals): ... here.
2259
077e0a52
JB
22602008-12-16 Joel Brobecker <brobecker@adacore.com>
2261
2262 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
2263 examples.
2264 (Additions to Ada): Likewise. Add the missing opening and closing
2265 parenthesis of the GDB prompt in one of the examples.
2266
023eb17c
JB
22672008-12-14 Joel Brobecker <brobecker@adacore.com>
2268
2269 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
2270 about the result of 'Address not being of type System.Address.
2271 This problem has been fixed a while ago.
2272
c3b108f7
VP
22732008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2274
2275 MI non-stop and multiprocess docs.
2276
c8d5aac9
L
2277 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
2278 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
2279 Adjust documentation for *stopped, document =thread-created,
2280 =thread-exited, =thread-group-created and =thread-group-exited.
2281 (GDB/MI Thread Commands): Document the 'state' field in
2282 -thread-info output.
2283 (GDB/MI Program Execution): Mention --all and --thread-group
2284 options.
2285 (GDB/MI Variable Objects): Describe floating and fixed variable
2286 objects.
2287 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 2288
07e059b5
VP
22892008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2290
c8d5aac9
L
2291 * gdb.texinfo (Operating System Information): New appendix.
2292 (Operating System Auxiliary Information): Document 'info os processes'
2293 (Remote Configuration): Document 'osdata'
2294 (General Query Packets): Document qXfer:osdata:read.
07e059b5 2295
a80b95ba
TG
22962008-11-27 Tristan Gingold <gingold@adacore.com>
2297
2298 * gdb.texinfo (Darwin): Document Darwin specific features.
2299
a655d424
JK
23002008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2301
2302 * gdbint.texinfo (Target Conditionals): Extend the
2303 gdbarch_breakpoint_from_pc description.
2304
249e1128
VP
23052008-11-22 Vladimir Prus <vladimir@codesourcery.com>
2306
2307 * gdb.texinfo (M68K Features): Fix typo.
2308
c14c28ba
PP
23092008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2310
2311 * gdb.texinfo (Symbols): Mention printing containing
2312 image name in "info symbol".
2313 (Maint translate-address): Likewise.
889bf7c5 2314
394a6666
JB
23152008-11-18 Joel Brobecker <brobecker@adacore.com>
2316
2317 * gdb.texinfo (Set Catchpoints): Remove the documentation of
2318 commands "catch load" and "catch unload".
2319
66bb093b
VP
23202008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2321
2322 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 2323 =thread-selected.
889bf7c5 2324
4a92f99b
VP
23252008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2326
c8d5aac9 2327 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 2328
f0323ca0
PA
23292008-10-27 Pedro Alves <pedro@codesourcery.com>
2330
2331 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
2332 .mt files, TM_CLIBS or TM_CDEPS.
2333 (x86 Watchpoints): Don't mention TDEPFILES.
2334
8b23ecc4
SL
23352008-10-24 Sandra Loosemore <sandra@codesourcery.com>
2336
2337 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
2338 (Overview): Mention notifications and non-stop mode behavior.
2339 (Packets): Update documentation of ?, vAttach, vCont, and vRun
2340 with non-stop mode behavior. Add vStopped description.
2341 (Stop Reply Packets): Update list of packets that return
2342 stop replies. Mention non-stop behavior.
2343 (General Query Packets): Document QNonStop packet and associated
2344 qSupported query response.
2345 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
2346 behavior.
2347 (Notification Packets): New section.
2348 (Remote Non-Stop): New section.
2349 (File-I/O Overview): Mention non-stop behavior.
2350
fff08868
HZ
23512008-10-24 Hui Zhu <teawater@gmail.com>
2352 Pedro Alves <pedro@codesourcery.com>
2353
2354 * gdb.texinfo (displaced-stepping): Describe the auto mode
2355 setting, and say it's the default. This is now a mainstream
2356 setting instead of a maintenance setting.
2357
252fbfc8
PA
23582008-10-23 Pedro Alves <pedro@codesourcery.com>
2359
2360 * observer.texi (thread_stop_requested): New.
2361
20924a55
JB
23622008-10-22 Joel Brobecker <brobecker@adacore.com>
2363
2364 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
2365 (Patching): Replace incorrect usage of @samp by @kbd.
2366
bacec72f
MS
23672008-10-17 Michael Snyder <msnyder@vmware.com>
2368
2369 * gdb.texinfo: Add documentation for reverse execution.
2370
a08702d6 23712008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 2372 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
2373
2374 * gdb.texinfo. (Values From Inferior): New subsubsection.
2375
d97bc12b
DE
23762008-10-06 Doug Evans <dje@google.com>
2377
2378 * gdb.texinfo (set debug dwarf2-die): Document it.
2379
87f67dba
JB
23802008-10-01 Joel Brobecker <brobecker@adacore.com>
2381
2382 * gdb.texinfo (catch) [exception]: Document how to insert
2383 a breakpoint on user-defined exceptions when the exception
2384 name is identical to one of the language-defined ones.
2385
2fae03e8
TT
23862008-09-27 Tom Tromey <tromey@redhat.com>
2387
2388 * gdb.texinfo (Macros): Remove text about stringification,
2389 varargs, and splicing.
2390
5c6ce71d
TT
23912008-09-27 Tom Tromey <tromey@redhat.com>
2392
2393 * gdbint.texinfo (Language Support): Remove text about omitting
2394 support for a language.
2395
07128da0
DE
23962008-09-23 Doug Evans <dje@google.com>
2397
2398 * gdb.texinfo (info dcache): Update.
2399
b90a069a
SL
24002008-09-22 Sandra Loosemore <sandra@codesourcery.com>
2401
2402 * gdb.texinfo (Packets): Add info on thread-id syntax and
2403 multiprocess extensions.
2404 <D>: Document multiprocess form of packet.
2405 <H>: Use thread-id syntax.
2406 <T>: Likewise.
2407 <vCont>: Likewise. Note this is required for multiprocess.
2408 <vKill>: New packet.
2409 (Stop Reply Packets) <T>: Use thread-id syntax.
2410 <W>: Document multiprocess form of reply.
2411 <X>: Likewise.
2412 (General Query Packets) <qC>: Use thread-id syntax.
2413 <qfThreadInfo>: Likewise.
2414 <qGetTLSAddr>: Likewise.
2415 <qP>: Likewise.
2416 <qSupported>: Add "multiprocess" feature.
2417 <qThreadExtraInfo>: Use thread-id syntax.
2418
b77209e0
PA
24192008-09-22 Stan Shebs <stan@codesourcery.com>
2420
2421 * gdb.texinfo (Inferiors): New section.
2422
3d0bb823
PA
24232008-09-12 Pedro Alves <pedro@codesourcery.com>
2424
2425 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
2426
f8dcfc0a
UW
24272008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2428
2429 * gdbint.texinfo (Target Conditionals): Remove documentation
2430 for gdbarch_name_of_malloc.
2431
8775bb90
MS
24322008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
2433
2434 * gdb.texinfo (Interrupts): Mention TCP interface for
2435 sending BREAK.
2436
f1838a98
UW
24372008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
2438
2439 * gdb.texinfo (Commands to Specify Files): Document "remote:"
2440 argument prefix to "set sysroot".
2441
158c7665
PH
24422008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
2443
2444 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
2445 and False.
2446
30e026bb
VP
24472008-08-20 Vladimir Prus <vladimir@codesourcery.com>
2448
c8d5aac9
L
2449 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
2450 for possible features of -list-features.
30e026bb 2451
c6ebd6cf
VP
24522008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2453
c8d5aac9 2454 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
2455 (GDB/MI Miscellaneous Commands): Document -list-target-features.
2456
aeac0ff9
VP
24572008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2458
2459 * doc/gdb.texinfo (PowerPC): Fix typo.
2460 (PowerPC features): Fix typo.
2461
5231c1fd
PA
24622008-08-18 Pedro Alves <pedro@codesourcery.com>
2463
2464 * observer.texi (thread_ptid_changed): New.
2465
677c5bb1
LM
24662008-08-18 Luis Machado <luisgpm@br.ibm.com>
2467
2468 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
2469 (PowerPC features): Mention feature set for VSX registers.
2470
f3a2dd1a
JB
24712008-08-13 Joel Brobecker <brobecker@adacore.com>
2472
2473 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
2474 the direct visibility of all names in user-written packages.
2475
33e5cbd6
PA
24762008-08-13 Pedro Alves <pedro@codesourcery.com>
2477
2478 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
2479 setting, and make it the default.
2480 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
2481 non-stop script example.
2482
d0384fc4
TJB
24832008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
2484
2485 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
2486 reference to the "Using Different Register and Memory Data
2487 Representation" section.
2488
a6f3e723
SL
24892008-08-12 Sandra Loosemore <sandra@codesourcery.com>
2490
2491 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
2492 (Remote Protocol): Add Packet Acknowledgment to menu.
2493 (Overview): Mention +/- can be disabled, and point to new section
2494 where this is discussed in detail.
2495 (General Query Packets): Document QStartNoAckMode packet, and
2496 corresponding qSupported reply.
2497 (Packet Acknowledgment): New section.
2498
0606b73b
SL
24992008-08-11 Sandra Loosemore <sandra@codesourcery.com>
2500 Pedro Alves <pedro@codesourcery.com>
2501
2502 * gdb.texinfo (Threads): Move paragraph about automatic thread
2503 selection to All-Stop Mode subsection.
2504 (Thread Stops): Reorganize existing material into subsections.
2505 Add introductory blurb and menu.
2506 (Non-Stop Mode): New subsection.
2507 (Background Execution): New subsection.
2508 (Maintenance Commands): Add cross-references from async mode
2509 commands to the new Background Execution section.
2510
d57a3c85
TJB
25112008-08-06 Tom Tromey <tromey@redhat.com>
2512
2513 * gdb.texinfo (Extending GDB): New chapter.
2514 (Sequences): Demoted chapter, now a section under the new
2515 Extending GDB chapter.
2516 (Python): New section.
2517
6d76a53d
SS
25182008-07-31 Stan Shebs <stan@codesourcery.com>
2519
2520 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
2521
1f70da6a
SS
25222008-07-29 Stan Shebs <stan@codesourcery.com>
2523
2524 * gdbint.texinfo: General round of cleanup and minor
2525 clarifications.
2526 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
2527 (Longjmp Support): Update description to reflect how it is done
2528 for targets without using native header.
2529 (Symbol Handling): Add a little more general explanation.
2530 (COFF, ELF): Mention stabs encapsulation.
2531 (DWARF 3): New section.
2532 (Adding a New Host): Scrub out some obsolete bits.
2533 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
2534 (Host Conditionals): Remove descriptions of NO_STD_REGS,
2535 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
2536 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
2537 SEEK_SET, STOP_SIGNAL, USG.
2538 (Raw and Virtual Register Representations): Ditto for
2539 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
2540 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
2541 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
2542 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
2543 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
2544 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
2545 DEPRECATED_REGISTER_VIRTUAL_SIZE,
2546 DEPRECATED_REGISTER_VIRTUAL_TYPE,
2547 DEPRECATED_USE_STRUCT_CONVENTION.
2548 Describe gdbarch_deprecated_fp_regnum.
2549 Update description of gdbarch_print_insn.
2550 (Adding a New Target): Scrub out obsolete bits.
2551 (Obsolete Conditionals): Remove entire section.
2552
383f836e
TT
25532008-07-25 Tom Tromey <tromey@redhat.com>
2554
2555 * observer.texi (GDB Observers): Document new observers:
2556 breakpoint_created, breakpoint_deleted, breakpoint_modified,
2557 tracepoint_created, tracepoint_deleted, tracepoint_modified,
2558 architecture_changed.
2559
cfd8ab24
SS
25602008-07-21 Stan Shebs <stan@codesourcery.com>
2561
2562 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
2563 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
2564
781b42b0
TT
25652008-07-21 Tom Tromey <tromey@redhat.com>
2566
2567 * observer.texi (GDB Observers): Remove obsolete comment.
2568 <executable_changed>: Remove argument.
2569
d7d9f01e
TT
25702008-07-18 Tom Tromey <tromey@redhat.com>
2571
2572 * gdb.texinfo (Macros): Update. Use @code rather than @command.
2573
bf250677
DE
25742008-07-10 Doug Evans <dje@google.com>
2575
2576 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
2577
10568435
JK
25782008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2579
2580 * gdb.texinfo (Starting): Document "set disable-randomization".
2581
5ae4183a
AS
25822008-07-07 Andreas Schwab <schwab@suse.de>
2583
2584 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
2585
b56e7235
VP
25862008-07-06 Vladimir Prus <vladimir@codesourcery.com>
2587
2588 * gdb.texinfo (GDB/MI Target Manipulation): Add
2589 example of -target-attach.
2590
e1ac3328
VP
25912008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2592
2593 * observer.texi (target_resumed): New observer.
5ae4183a 2594 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 2595
65d12d83
TT
25962008-06-06 Tom Tromey <tromey@redhat.com>
2597
2598 * gdb.texinfo (Completion): Add field name example.
2599
fbc5282e
MK
26002008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
2601
2602 * gdb.texinfo (GDB/MI Program Context): Added example
2603 to -exec-arguments
5ae4183a 2604
fbc5282e 26052008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
2606
2607 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
2608 annotation.
2609
c16158bc 26102008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
2611 Nathan Sidwell <nathan@codesourcery.com>
2612 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
2613
2614 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
2615 and ACX_BUGURL.
2616 * configure: Regenerate.
2617 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
2618 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
2619 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
2620 mailing-list-specific text about bug reporting unless
2621 BUGURL_DEFAULT.
2622
75c99385
PA
26232008-06-05 Pedro Alves <pedro@codesourcery.com>
2624
2625 * gdb.texinfo (-target-select): Remove reference to target async.
2626 (Maintenance Commands): Document "maint set/show remote-async".
2627
1763a388
MK
26282008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
2629
2630 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
2631 in -target-file-get section.
5ae4183a 2632
d0d064df
PA
26332008-05-22 Pedro Alves <pedro@codesourcery.com>
2634
9b562ab8
PA
2635 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
2636 killing the inferior when it is already debugging a process.
d0d064df 2637
8dfa32fc
JB
26382008-05-21 Joel Brobecker <brobecker@adacore.com>
2639
2640 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
2641 abbreviation for "finish".
2642
55f996a7
NR
26432008-05-21 Nick Roberts <nickrob@snap.net.nz>
2644
2645 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
2646
ba2b1c56
DJ
26472008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
2648
2649 * gdbint.texinfo (Target Conditionals): Delete entry for
2650 gdbarch_dwarf_reg_to_regnum.
2651
08388c79
DE
26522008-05-09 Doug Evans <dje@google.com>
2653
a3c83fae 2654 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 2655
d14508fe
DE
26562008-05-05 Doug Evans <dje@google.com>
2657
2658 * gdb.texinfo (disassemble): Document /m modifier.
2659
e2b7ddea
VP
26602008-05-05 Vladimir Prus <vladimir@codesourcery.com>
2661
5ae4183a
AS
2662 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
2663 will not report the time of commands that run the target.
e2b7ddea 2664
8eb41542
VP
26652008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2666
2667 * gdb.texinfo (GDB/MI Output Records): Add
2668 missing semicolon.
2669
82f68b1c
VP
26702008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2671
2672 * gdb.texinfo (GDB/MI Output Records):
2673 Document =thread-create and =thread-exited.
2674
fa0f268d
VP
26752008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2676
2677 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 2678 Remove mention of dmi-discuss.
fa0f268d 2679
063bfe2e
VP
26802008-05-03 Pedro Alves <pedro@codesourcery.com>
2681
2682 * observer.texi (thread_exit): New.
2683
237fc4c9
PA
26842008-05-02 Pedro Alves <pedro@codesourcery.com>
2685
2686 * gdb.texinfo (Debugging Output): Document "set/show debug
2687 displaced".
2688 (Maintenance Commands): Document "maint set/show
2689 can-use-displaced-stepping".
2690
0428b8f5
DJ
26912008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
2692
2693 * gdb.texinfo (ARM): Document set/show arm fallback-mode
2694 and set/show arm force-mode.
2695
5009afc5
AS
26962008-05-02 Andreas Schwab <schwab@suse.de>
2697
2698 * gdbint.texinfo (Algorithms): Describe
2699 target_watchpoint_addr_within_range.
2700
669fac23
DJ
27012008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2702
2703 * gdbint.texinfo (Stack Frames): New chapter.
2704 (Algorithms): Move Frames text to the new chapter.
2705 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
2706 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
2707
721c02de
VP
27082008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2709
5ae4183a
AS
2710 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
2711 output does not necessary include any tokens.
721c02de 2712
c055b101
CV
27132008-04-22 Corinna Vinschen <vinschen@redhat.com>
2714
2715 * gdb.texinfo (Set SH Calling convention): New @item.
2716 (Show SH Calling convention): Ditto.
2717
68837c9d
MD
27182008-04-22 Markus Deuling <deuling@de.ibm.com>
2719
2720 * gdb.texinfo (Fortran Operators): Describe '%' operator.
2721
2e9132cc
EZ
27222008-04-20 Eli Zaretskii <eliz@gnu.org>
2723
2724 * gdb.texinfo (Set Breaks): Mention that multiple location
2725 breakpoints need line number info. Add index entries.
2726
31fffb02
CS
27272008-04-19 Craig Silverstein <csilvers@google.com>
2728
2729 * gdb.texinfo (Requirements): Add an optional requirement on
2730 zlib.
2731 * gdbint.texinfo (Debugging File Formats): Add new subsection for
2732 Compressed DWARF 2.
2733
a47ec5fe
AR
27342008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
2735
2736 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
2737 sample output for 'stopped,reason="breakpoint-hit"' message.
2738 (GDB/MI Program Execution): Likewise.
2739
de051565
MK
27402008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
2741
5ae4183a 2742 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
2743 -var-set-format. Add -f option to -var-evaluate-expression.
2744
6ba66d6a
JB
27452008-04-03 Joel Brobecker <brobecker@adacore.com>
2746
2747 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
2748 new node "Ambiguous Expressions". Replace references to this
2749 node by references to "Ambiguous Expressions" throughout.
2750 (Ambiguous Expressions): New node.
2751
1e26b4f8
DJ
27522008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
2753
2754 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
2755
b84876c2
PA
27562008-03-21 Pedro Alves <pedro@codesourcery.com>
2757
2758 * gdb.texinfo (Debugging Output): Document
2759 "set/show debug lin-lwp-async".
2760 (Maintenance Commands): Document "maint set/show linux-async".
2761
63092375
DJ
27622008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
2763
2764 * gdb.texinfo (Expressions): Update description of malloced arrays.
2765
8e8901c5
VP
27662008-03-15 Vladimir Prus <vladimir@codesourcery.com>
2767
2768 * gdb.texinfo (Thread Commands): Document
2769 -thread-info. Remove -thread-list-all-threads.
2770
1fddbabb
PA
27712008-03-14 Pedro Alves <pedro@codesourcery.com>
2772 Sandra Loosemore <sandra@codesourcery.com>
2773
2774 * gdb.texinfo (Library List Format): Update to mention the
2775 possibility to pass section addresses instead of segment
2776 addresses.
2777
ccd213ac
DJ
27782008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
2779
2780 * gdb.texinfo (Starting): Document "set exec-wrapper".
2781 (Server): Document gdbserver --wrapper.
2782
fa4727a6
DJ
27832008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
2784
2785 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
2786 unreadable memory. Delete obsolete SPARClite reference.
2787
8edfe269
DJ
27882008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
2789
2790 * gdb.texinfo (Starting): Mention always-running targets.
2791 (Target Commands): Add an anchor for load.
2792 (Connecting): Explain continue instead of run.
2793
1843f87b
DJ
27942008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
2795
2796 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
2797
f9082629
NR
27982008-02-26 Nick Roberts <nickrob@snap.net.nz>
2799
2800 * gdb.texinfo (Set Breaks): Revert description of Enb column of
2801 breakpoint table.
2802
fd96d250
PA
28032008-02-19 Pedro Alves <pedro@codesourcery.com>
2804
2805 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
2806 killing the inferior when it is already debugging a process.
2807
36af4ef6
MD
28082008-02-13 Markus Deuling <deuling@de.ibm.com>
2809
2810 * gdbint.texinfo (Build Script): New section. Mention new build script
2811 gdb_buildall.sh.
2812
cda4ce5a
JB
28132008-02-01 Jim Blandy <jimb@red-bean.com>
2814
2815 * gdb.texinfo (Help): Summarize 'info args' correctly.
2816
4acd40f3
TJB
28172008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2818
2819 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
2820 available in PowerPC architecture.
2821 (Embedded Processors): Change node name of PowerPC item in menu.
2822 (PowerPC): Rename to...
2823 (PowerPC Embedded): this.
2824 (Architectures): Add new PowerPC item in menu.
2825 (PowerPC): New node.
2826
6e6c6f50
DJ
28272008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2828
2829 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
2830 commands.
2831
5ee187d7
DJ
28322008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2833
2834 * gdb.texinfo (Setting Catchpoints): Mention features
2835 supported on GNU/Linux.
2836
e275c0d9
NR
28372008-01-30 Nick Roberts <nickrob@snap.net.nz>
2838
2839 * gdb.texinfo (GDB/MI File Commands): Describe new output
2840 field for MI command -file-list-exec-source-file.
2841
2d717e4f
DJ
28422008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2843
2844 * gdb.texinfo (Using the `gdbserver' Program): Add security
2845 warning. Rearrange into subsections and subsubsections. Document
2846 --multi and --debug. Correct --with-sysroot typo. Update --attach
2847 usage. Make load reference clearer. Document monitor exit.
2848 (Remote Configuration): Document set remote exec-file, attach-packet,
2849 and run-packet.
2850 (Packets): Document vAttach and vRun.
2851
d35a4257 28522008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
2853
2854 * gdb.texinfo (Processes): Mention process command.
889bf7c5 2855 detach-on-follow -> detach-on-fork.
f663676d 2856
c78d192c
DJ
28572008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2858
2859 * gdbint.texinfo (Native Conditionals): Remove
2860 SHELL_COMMAND_CONCAT and SHELL_FILE.
2861
d35a4257
EZ
28622008-01-26 Eli Zaretskii <eliz@gnu.org>
2863
2864 * gdb.texinfo (Specify Location): Improve wording.
2865
93815fbf
VP
28662008-01-23 Chris Demetriou <cgd@google.com>
2867
2868 * gdb.texinfo (Threads): Document new "set print thread-events"
2869 and "show print thread-events" commands.
2870
2a25a5ba
EZ
28712008-01-19 Eli Zaretskii <eliz@gnu.org>
2872
2873 * gdb.texinfo (Specify Location): New section.
2874 (Delete Breaks, Edit, Set Breaks): Remove description of
2875 locations. Instead, add a reference to "Specify Location".
2876 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
2877 (Symbols): Refer to "Specify Location" for the valid forms of
2878 linespecs and locations.
2879
32c9a795
MD
28802008-01-18 Markus Deuling <deuling@de.ibm.com>
2881
2882 * gdbint.texinfo (Target Conditionals): Replace the description of
2883 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
2884
b17828ca
JB
28852008-01-12 Paul Hilfinger <hilfinger@adacore.com>
2886
2887 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
2888 about &&var, which is rejected by the expression parser.
2889
0aea4bf3
LM
28902008-01-09 Luis Machado <luisgpm@br.ibm.com>
2891
2892 * gdb.texinfo (Output): Update documentation on using printf with DFP
2893 types.
2894
febe4383
TJB
28952008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
2896
2897 * gdb.texinfo (C and C++): Add Decimal Floating Point format
2898 subsubsection.
2899 (Decimal Floating Point format): New subsubsection.
2900
7a404eba
PA
29012008-01-05 Pedro Alves <pedro@codesourcery.com>
2902
2903 * gdb.texinfo (File Options): Remove mention of the attempt to
2904 open a core file with the -p option. Don't list -c as a valid
2905 option to attach to a process.
2906
a4d9b460
PA
29072008-01-05 Pedro Alves <pedro@codesourcery.com>
2908
2909 * gdbint.texinfo (Host Conditionals): Remove mention of
2910 ALIGN_STACK_ON_ENTRY.
2911
6ec2edbe
JB
29122008-01-05 Joel Brobecker <brobecker@adacore.com>
2913
2914 * gdbint.texinfo (Start of New Year Procedure): Add item
2915 describing how to update the source and documentation copyright
2916 notices.
2917
d8b2a693
JB
29182007-12-18 Jim Blandy <jimb@codesourcery.com>
2919
ab209b3a 2920 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
2921 watchpoint explanation into the main description of the watchpoint
2922 command; update synopses of 'watch', 'rwatch', and 'awatch'
2923 commands.
2924
8b4ed427
VP
29252007-12-18 Vladimir Prus <vladimir@codesourcery.com>
2926
2927 * gdb.texinfo (Miscellaneous gdb/mi Commands):
2928 Document 'pending-breakpoints' feature of
2929 -list-features.
2930
37e4754d
LM
29312007-12-17 Luis Machado <luisgpm@br.ibm.com>
2932
669fac23 2933 * gdb.texinfo: Add new parameter's description.
37e4754d 2934
1d3811f6
DJ
29352007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
2936
2937 * gdb.texinfo (Overview): Clarify run-length encoding
2938 example. Remove the restriction on "+" and "-" characters.
2939
c1c25a1a
EZ
29402007-12-15 Eli Zaretskii <eliz@gnu.org>
2941
2942 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
2943
afe8ab22 29442007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 2945
afe8ab22
VP
2946 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
2947 the -f option for -break-insert, remove -r option,
2948 and clarify specification of location.
2949
a6b151f1
DJ
29502007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
2951
2952 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
2953 formatting.
2954 (Remote Debugging): Add File Transfer section.
2955 (Remote Configuration): Document Host I/O packets.
2956 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 2957 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
2958 (Packets): Add vFile.
2959
3b784c4f
EZ
29602007-11-17 Eli Zaretskii <eliz@gnu.org>
2961
2962 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
2963 breakpoints with multiple locations.
2964 (Breakpoint Menus): Improve wording.
2965 (Output): Fix last change.
2966
a4ce5b0d
UW
29672007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
2968
2969 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
2970
1b39d5c0
DE
29712007-11-15 Doug Evans <dje@google.com>
2972
2973 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
2974
7a72d44c
VP
29752007-11-15 Vladimir Prus <vladimir@codesourcery.com>
2976
2977 * gdbint.texinfo (Native Conditionals): Remove
2978 mention of CLEAR_SOLIB.
5ae4183a 2979
6d1829bf 29802007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
2981
2982 * gdb.texinfo (Print Settings): Add documentation for "set/show
2983 print frame-arguments".
2984
1a619819
LM
29852007-11-05 Luis Machado <luisgpm@br.ibm.com>
2986
3b784c4f 2987 * gdb.texinfo (Output): Update printf command's description.
1a619819 2988
55eddb0f
DJ
29892007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
2990
2991 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
2992 powerpc soft-float".
2993
9cceb671
DJ
29942007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2995
2996 * gdb.texinfo (Files): Correct formatting. Mention Expat
2997 requirement.
2998 (Requirements for Building GDB): Expand the list of Expat
2999 uses.
3000 (Library List Format, Memory Map Format): Mention Expat.
3001 (Target Descriptions): Update Expat wording.
3002
83acabca
DJ
30032007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3004
3005 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
3006 Document that gdbarch_convert_register_p should return zero for no-op
3007 conversions.
3008
e35879db
UW
30092007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
3010
83acabca 3011 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
3012 of set_gdbarch_sofun_address_maybe_missing back to ...
3013 (Target Conditionals): ... here to fix build break.
3014
203c3895
UW
30152007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
3016
83acabca 3017 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
3018 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
3019 (Compiler Characteristics): ... documentation of
3020 set_gdbarch_sofun_address_maybe_missing.
3021
11411de3
DJ
30222007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3023
3024 * gdbint.texinfo (Target Conditionals): Use
3025 frame_unwind_register_unsigned in examples instead of
3026 frame_unwind_unsigned_register.
3027
7cc46491
DJ
30282007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3029
3030 * gdb.texinfo (Predefined Target Types): Add int128
3031 and uint128.
3032 (Standard Target Features): Add PowerPC features.
3033
81adfced
DJ
30342007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3035
3036 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
3037
c1874924
UW
30382007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3039
3040 * gdbint.texi (Target Conditionals): Remove documentation
3041 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
3042 gdbarch_extract_return_value, and gdbarch_store_return_value.
3043
f6e56ab3
UW
30442007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3045
3046 * gdbint.texi (Target Conditionals): Remove documentation of
3047 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
3048
56cf5405
KH
30492007-10-11 Kazu Hirata <kazu@codesourcery.com>
3050
3051 * gdb.texinfo: Mention that inaccessible-by-default is on by
3052 default.
3053
35156bae
DJ
30542007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3055
3056 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
3057
d983da9c
DJ
30582007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
3059
3060 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
3061 multi-threaded watchpoints.
3062 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
3063 checked. Describe sticky notification. Expand description
3064 of steppable and continuable watchpoints.
3065 (Watchpoints and Threads): New subsection.
3066
fe6fbf8b
VP
30672007-09-28 Vladimir Prus <vladimir@codesourcery.com>
3068
3069 * gdb.texinfo (Setting Breakpoints): Revise
3070 documentation for pending breakpoints. Document
3071 breakpoints with multiple locations.
5ae4183a 3072
084344da
VP
30732007-09-19 Vladimir Prus <vladimir@codesourcery.com>
3074
3075 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3076 Document -list-features.
5ae4183a 3077
82160952
EZ
30782007-09-15 Eli Zaretskii <eliz@gnu.org>
3079
3080 * gdb.texinfo (Output): Spell out which features of C's printf are
3081 not supported by GDB's printf.
7e27a47a
EZ
3082 (Separate Debug Files): More accurate wording regarding build ID
3083 and a reference to the ld manual rather than the Fedora wiki.
82160952 3084
ea37ba09
DJ
30852007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3086 Jim Blandy <jimb@codesourcery.com>
3087
3088 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
3089 (Examining Memory): Update mentions of the 's' format.
3090 (Automatic Display): Likewise.
3091
b8533aec
DJ
30922007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
3093
3094 * gdb.texinfo: Update the FSF's Back-Cover Text.
3095
83f83d7f
JK
30962007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3097 Eli Zaretskii <eliz@gnu.org>
3098
3099 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
3100 Fixed the ``build ID'' name. New binaries build instructions for the
3101 build ID inclusion. Explain how the commands are specific to the build
3102 ID vs. debug link.
3103
c7e83d54
EZ
31042007-09-01 Eli Zaretskii <eliz@gnu.org>
3105
3106 * gdb.texinfo (Separate Debug Files): Fix last change. Add
3107 indexing for ``build ID'' support.
3108
d3750b24
JK
31092007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3110
3111 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
3112 Enlisted BUILD ID to the debug file searching example.
3113 Included a BUILD ID `.note.gnu.build-id' section description.
3114 Updated/added the debug files splitting instructions for OBJCOPY.
3115
02142340
VP
31162007-08-31 Vladimir Prus <vladimir@codesourcery.com>
3117
3118 * gdb.texinfo (Variable Objects): Adjust docs
3119 for -var-info-expression and document
3120 -var-info-path-expression.
3121
d3bdde98
JB
31222007-08-20 Jim Blandy <jimb@codesourcery.com>
3123
3fb6a982
JB
3124 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
3125 (title page): Include the dedication in the printed manual, as a
3126 separate page after the copyright notice.
5ae4183a 3127
d3bdde98
JB
3128 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
3129 don't break a @var across a line.
3130
c80a96a8
MR
31312007-07-25 Maciej W. Rozycki <macro@mips.com>
3132
3133 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
3134 for include files.
3135
5824a901
NR
31362007-07-12 Nick Roberts <nickrob@snap.net.nz>
3137
3138 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
3139 in annotate.texinfo.
3140 (Command History): Link to new node.
5824a901 3141
d52e7ea3
UW
31422007-07-05 Markus Deuling <deuling@de.ibm.com>
3143
3144 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
3145
5fc14d0a
EZ
31462007-07-05 Eli Zaretskii <eliz@gnu.org>
3147
3148 * gdbint.texinfo (Target Conditionals): Fix last change.
3149
4a9bb1df
UW
31502007-07-03 Markus Deuling <deuling@de.ibm.com>
3151
3152 * gdb.texinfo: Replace following macros by their appropriate gdbarch
3153 routines:
3154 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
3155 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
3156 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
3157 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
3158 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
3159 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
3160 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
3161 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
3162 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
3163 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3164 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
3165 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
3166 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3167 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
3168 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
3169 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
3170 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
3171 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
3172 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
3173 (SOFTWARE_SINGLE_STEP_P)
3174
3175 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
3176 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
3177
3178 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
3179 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
3180 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
3181 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
3182 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
3183 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
3184 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
3185 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
3186 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
3187 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
3188
3189 (Converting an existing Target Architecture to Multi-arch): Remove
3190 section.
3191
3192 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
3193 (gdbarch_addr_bits_remove): Add code example.
3194
3195 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
3196
cfa9d6d9
DJ
31972007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
3198
3199 * gdb.texinfo (Remote Configuration): Document library-info-packet.
3200 Add other missing entries. Adjust the table size to fit.
3201 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
3202 stop reasons including the new "library" event.
3203 (General Query Packets): Adjust table widths for qSupported. Mention
3204 qXfer:libraries:read reply to qSupported and document the new packet.
3205 (Library List Format): New section.
3206
159fcc13
JK
32072007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3208
3209 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
3210
f66d1690
MS
32112007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
3212
3213 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
3214
67102876
NR
32152007-06-25 Nick Roberts <nickrob@snap.net.nz>
3216
3217 * gdbint.texinfo (Register and Memory Data): Break sections
3218 into nodes and add a menu.
3219
a4642986
MR
32202007-06-21 Maciej W. Rozycki <macro@mips.com>
3221
3222 * gdb.texinfo (Examining Memory): Document the new behaviour.
3223
e9c17194
VP
32242007-06-21 Vladimir Prus <vladimir@codesourcery.com>
3225
3226 * gdb.texinfo (Standard Target Features): Document
3227 m68k features.
3228
31d99776
DJ
32292007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3230
3231 * gdb.texinfo (General Query Packets): Document qOffsets changes.
3232
1780a0ed
DJ
32332007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3234
3235 * gdb.texinfo (Target Description Format): Add version attribute
3236 for <target>.
3237
822b6570
DJ
32382007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3239
3240 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
3241
f8b73d13
DJ
32422007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3243
3244 * gdb.texinfo (MIPS Features): New subsection.
3245
0e7f50da
UW
32462007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3247 Markus Deuling <deuling@de.ibm.com>
3248
3249 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
3250 and qXfer:spu:write packets and mention them under qSupported.
3251
23d964e7
UW
32522007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3253 Markus Deuling <deuling@de.ibm.com>
3254
3255 * gdb.texinfo (Architectures): Add new SPU section to document
3256 Cell Broadband Engine SPU architecture specific commands.
3257
9f708cb2
VP
32582007-06-09 Vladimir Prus <vladimir@codesourcery.com>
3259
3260 * gdb.texinfo (GDB/MI Variable Objects): Editorial
3261 comments.
3262
7579b5f8
NR
32632007-06-07 Nick Roberts <nickrob@snap.net.nz>
3264
3265 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
3266
bf06d120
JB
32672007-05-29 Jim Blandy <jimb@codesourcery.com>
3268
3269 * gdb.texinfo (Overview): Doc fix.
3270
23776285
MR
32712007-05-22 Maciej W. Rozycki <macro@mips.com>
3272
3273 * gdb.texinfo (Remote Configuration): Document "set/show
3274 remoteflow".
3275
1a69e1e4
DJ
32762007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3277
bf06d120
JB
3278 * gdb.texinfo (MIPS): Remove documentation for set mips
3279 saved-gpreg-size, show mips saved-gpreg-size, and set mips
3280 stack-arg-size.
1a69e1e4 3281
46ba6afa 32822007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3283
46ba6afa
BW
3284 * all-cfg.texi (GDBTUI): New.
3285 * gdb.texinfo (Mode Options): Use GDBTUI variable.
3286 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
3287 (TUI Configuration): Edit to improve clarity and fix problems of
3288 both style and content.
5ae4183a 3289
06d3b283
UW
32902007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
3291
3292 * observer.texi (GDB Observers): New observer "new_objfile".
3293
179101d6
UW
32942007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
3295
3296 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
3297
25d5ea92
VP
32982007-04-14 Vladimir Prus <vladimir@codesourcery.com>
3299
3300 * gdb.texinfo (GDB/MI Variable Objects): Document
3301 frozen variables objects.
5ae4183a 3302
ea35711c
DJ
33032007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
3304
3305 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
3306 (Character Sets, Caching Data of Remote Targets): Likewise.
3307 (Targets): Delete Remote node. Move its text...
3308 (Debugging Remote Programs): ...to here. Delete description
3309 of the "remote" command.
3310 (Remote configuration): Delete description of "set remotedevice"
3311 and "show remotedevice".
3312 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
3313
db2e3e2e
BW
33142007-04-11 Bob Wilson <bob.wilson@acm.org>
3315
5ae4183a
AS
3316 * gdb.texinfo (Contributors, Continuing and Stepping)
3317 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
3318 (General Query Packets, File-I/O Remote Protocol Extension)
3319 (Protocol Basics, The F Reply Packet, Write)
3320 (Protocol-specific Representation of Datatypes, Memory Transfer):
3321 Fix hyphenation, punctuation and grammar problems.
3322 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
3323 'section' instead of 'subsection' in the text.
3324 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
3325 (i386): Remove period from section name.
db2e3e2e
BW
3326 (Installing GDB, Requirements, Running Configure, Separate Objdir)
3327 (Config Names, Configure Options): Use @file{configure}.
3328
8a3dae3e
DJ
33292007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
3330
3331 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
3332 and tab expansion.
3333
1a92f856
DJ
33342007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
3335
3336 * gdbint.texinfo (SOM): Correct location of the SOM reader.
3337
79a6e687 33382007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3339
79a6e687
BW
3340 * gdb.texinfo: Consistently capitalize all significant words in
3341 node names, chapter titles, section titles, and headings. Update
3342 cross references to match.
3343 (Starting and Stopping Trace Experiment): Make node name plural.
3344 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 3345
ad527d2e
PA
33462007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
3347
3348 * gdb.texinfo (WinCE): Delete obsolete subsection.
3349
7ce59000
DJ
33502007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3351
3352 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
3353 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
3354 references.
3355
8807d78b
DJ
33562007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3357
3358 * gdb.texinfo (Startup): Delete references to some alternate
3359 names for .gdbinit.
3360 (Thread): Remove LynxOS reference.
3361 (Tandem ST2000): Delete target-specific documentation.
3362 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
3363 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
3364 and GDB_OSABI_LYNXOS.
3365
5f402660
UW
33662007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
3367
3368 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
3369
bac718a6
UW
33702007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
3371
3372 * gdbint.texinfo (Target Conditionals): Remove mention of
3373 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
3374 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
3375
9453113a
DJ
33762007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
3377
3378 * Makefile.in: Add "pdfdir" installation
3379 directory, PDFTEX macro, support for "install-pdf" target,
3380 and rules for making a pdf version of refcard.texi.
3381 * refcard.tex: Specify paper size for PDF output.
3382
ae21e955 33832007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3384
ae21e955 3385 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 3386
3f94c067 33872007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3388
3f94c067
BW
3389 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
3390 (Source Path, Character Sets, Macros, Define)
3391 (GDB/MI Result Records, GDB/MI Simple Examples)
3392 (GDB/MI Program Execution, GDB/MI File Commands)
3393 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
3394 (Bug Reporting): Use @value{GCC}.
5ae4183a 3395
12c27660 33962007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3397
12c27660
BW
3398 * gdb.texinfo (Help): Fix formatting of examples.
3399 (Variables): Use @ifnotinfo instead of @iftex.
3400 (Non-debug DLL symbols): Use @ref instead of @pxref.
3401 (Sparclet File): Use @samp instead of quotes.
5ae4183a 3402
ce9341a1
BW
34032007-03-26 Bob Wilson <bob.wilson@acm.org>
3404
3405 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
3406
c8f4133a
BW
34072007-03-26 Bob Wilson <bob.wilson@acm.org>
3408
3409 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
3410 the order of the nodes.
3411 (C Operators, C Constants, Debugging C): Remove extra menus.
3412 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 3413
c8f4133a 34142007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
3415
3416 * gdb.texinfo (File Options): Add missing parenthesis.
3417 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
3418
c74d0ad8
DJ
34192007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3420
3421 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
3422
ff6f572f
DJ
34232007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3424
669fac23 3425 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
3426 case insensitivity.
3427 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
3428
994337c3
NR
34292007-02-18 Nick Roberts <nickrob@snap.net.nz>
3430
3431 * gdb.texinfo (Top): Put Appendix A after numbered sections.
3432 (Files): Add section name to argument list for pxref.
3433 (Non-debug DLL symbols): Don't use `see' for pxref.
3434 (Embedded Processors): Fix typo.
3435 (GDB/MI Breakpoint Commands): Execution commands generate
3436 *stopped not ^done.
3437
eb819d70
NR
34382007-02-13 Nick Roberts <nickrob@snap.net.nz>
3439
3440 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
3441 values for in_scope. Mention that only root variables can be
3442 updated.
3443 (GDB/MI Development and Front Ends): Explain new values may be
3444 added to existing fields.
3445
123dc839
DJ
34462007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
3447
3448 * gdb.texinfo (-target-disconnect): Use @smallexample.
3449 (Requirements): Add anchor for Expat. Update description.
3450 (Target Descriptions): Mention Expat.
3451 (Target Description Format): Document new elements. Use
3452 @smallexample.
3453 (Predefined Target Types, Standard Target Features): New sections.
669fac23 3454 * gdbint.texinfo (Target Descriptions): New section.
123dc839 3455
108546a0
DJ
34562007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
3457
3458 * gdb.texinfo (Target Description Format): Add section on XInclude.
3459
95a98c01
NR
34602006-02-03 Nick Roberts <nickrob@snap.net.nz>
3461
3462 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
3463 command -enable-timings.
3464
f4b3909f
EZ
34652007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
3466
5ae4183a 3467 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
3468 descriptions for new/deleted elements in gdb_osabi. Add missing
3469 description for function generic_elf_osabi_sniff_abi_tag_sections.
3470
c7ba131e
JB
34712007-01-29 Joel Brobecker <brobecker@adacore.com>
3472
3473 * gdb.texinfo (Maintenance Commands): Add documentation for
3474 the new "maint print target-stack" command.
3475
3a60f64e
JK
34762007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3477 Eli Zaretskii <eliz@gnu.org>
3478
f4b3909f 3479 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 3480
c582f8b6
EZ
34812007-01-26 Eli Zaretskii <eliz@gnu.org>
3482
3483 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
3484 Use @value{NGCC} instead of @value{GCC}.
3485
d3e8051b
EZ
34862007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
3487
3488 * agentexpr.texi: Fix typos.
3489 * annotate.texinfo: Likewise.
3490 * gdb.texinfo: Likewise.
3491 * gdbint.texinfo: Likewise.
3492 * observer.texi: Likewise.
3493 * stabs.texinfo: Likewise.
3494
86f04699
EZ
34952007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
3496
3497 * gdbint.texinfo (Support Libraries): Remove mmalloc
3498 entry. Describe readline library.
3499
23181151
DJ
35002007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
3501
3502 * gdb.texinfo (Target Descriptions): New section.
3503 (General Query Packets): Add QPassSignals anchor. Mention
3504 qXfer:features:read under qSupported. Expand mentions of
3505 qXfer:memory-map:read and QPassSignals. Document
3506 qXfer:features:read.
3507
f822c95b
DJ
35082007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
3509
3510 * gdb.texinfo (Commands to specify files): Describe
3511 "set sysroot" and "show sysroot".
3512 (Using the `gdbserver' program): Lowercase argument
3513 to @var. Expand description of setting up GDB on the
3514 host.
3515
8936fcda
JB
35162007-01-05 Joel Brobecker <brobecker@adacore.com>
3517
3518 * gdb.texinfo (Set Catchpoints): Add documentation for the new
3519 catch exception, catch exception unhandled, and catch assert
3520 commands.
3521
e776119f
DJ
35222007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3523
3524 * gdb.texinfo (Debugging Output): Document "set debug xml"
3525 and "show debug xml".
3526
aa79a185
DJ
35272007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3528
3529 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
3530
7f893741
JB
35312007-01-01 Joel Brobecker <brobecker@adacore.com>
3532
3533 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
3534
a1b5960f
VP
35352006-12-08 Vladimir Prus <vladimir@codesourcery.com>
3536
3537 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
3538 note in @ignore, to be removed later if nobody complains.
3539
9f470e6e
NR
35402006-12-04 Nick Roberts <nickrob@snap.net.nz>
3541
3542 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
3543 of -var-delete.
3544
765dc015 35452006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3546
765dc015 3547 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
3548 automatic software/hardware breakpoint usage and
3549 the "set breakpoint auto-hw" command.
765dc015 3550
4b5752d0
VP
35512006-11-21 Vladimir Prus <vladimir@codesourcery.com>
3552
3553 * gdb.texinfo (Memory Access Checking): New.
3554
89be2091
DJ
35552006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
3556
3557 * gdb.texinfo (Remote configuration): Mention
3558 "pass-signals-packet".
3559 (General Query Packets): Document QPassSignals. Fix
3560 a typo.
3561
ca3bf3bd
DJ
35622006-11-14 Maxim Grigoriev <maxim@tensilica.com>
3563
3564 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
3565
427c3a89
DJ
35662006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3567
3568 * gdb.texinfo (Remote configuration): Rewrite documentation for
3569 packet configuration commands.
3570 (OS Information): Adjust reference to qXfer:auxv:read.
3571 (General Query Packets): Remove references to read-aux-vector-packet
3572 and set remote get-thread-local-storage-address.
3573
7a107747
DJ
35742006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
3575
3576 * gdbint.texinfo (Target Architecture Definition): Add new
3577 Initializing a New Architecture section.
3578
1c56eb0e
EZ
35792006-10-31 David Taylor <dtaylor@emc.com>
3580
3581 * stabs.texinfo (Macro define and undefine): New node describing
3582 stabs for #define and #undef.
3583
f73adfeb
AS
35842006-10-27 Andreas Schwab <schwab@suse.de>
3585
3586 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
3587
fd60e0df
EZ
35882006-10-21 Eli Zaretskii <eliz@gnu.org>
3589
3590 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
3591 clarify on the possible meanings of ``expression'' watched by
3592 watchpoints. Add indexing.
e5ac9b53
EZ
3593 (Prompting, Errors, Invalidation, Annotations for Running)
3594 (Source Annotations): Fix index entries by adding "annotation" to
3595 them, to discriminate from index entries that point to the more
3596 general topic descriptions.
fd60e0df 3597
52bb452f
DJ
35982006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3599
3600 * gdbint.texinfo (Target Vector Definition): Move most
3601 content into Existing Targets. Add a menu.
3602 (Existing Targets): New section, moved from Target Vector
3603 Definition. Use @subsection.
3604 (Managing Execution State): New section.
3605
58955e58
BW
36062006-10-16 Bob Wilson <bob.wilson@acm.org>
3607
3608 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
3609
c8aa23ab
EZ
36102006-10-15 Eli Zaretskii <eliz@gnu.org>
3611
3612 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
3613 (Command Syntax, Signals, Backtrace, Connecting)
3614 (Remote configuration, Renesas Boards, Console I/O): Fix last
3615 change: use Ctrl- instead of C-, except wrt Emacs.
3616 (File-I/O Examples): Put Ctrl-c in @kbd.
3617 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
3618 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
3619 (Signals, Set Breaks, Set Watchpoints): Document optional
3620 arguments to `info signals' `handle', `info breakpoints', and
3621 `info watchpoints'.
c8aa23ab 3622
e7109c7e
EZ
36232006-10-14 Eli Zaretskii <eliz@gnu.org>
3624
3625 * gdb.texinfo (Backtrace): Fix last change.
3626
de3aea7b
NR
36272006-10-14 Nick Roberts <nickrob@snap.net.nz>
3628
3629 * gdb.texinfo (Backtrace): Order correctly and add other cases.
3630
7f9087cb
BW
36312006-10-10 Bob Wilson <bob.wilson@acm.org>
3632
c8aa23ab
EZ
3633 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
3634 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
3635 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 3636
68437a39
DJ
36372006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3638 Daniel Jacobowitz <dan@codesourcery.com>
3639
3640 * gdb.texinfo (Packets): Document vFlashErase,
3641 vFlashWrite and vFlashDone packets.
3642 (General Query Packets): Document qXfer:memory-map:read.
3643 Add a new feature for qXfer:memory-map:read.
3644 (Memory map format): New section.
3645 (Target Commands): Mention that gdb can write flash.
3646
fd79ecee
DJ
36472006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3648 Daniel Jacobowitz <dan@codesourcery.com>
3649
3650 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
3651 memory regions and "mem auto".
3652
350da6ee
DJ
36532006-09-21 Nathan Sidwell <nathan@codesourcery.com>
3654
3655 * gdbint.texinfo (Array Containers): New section.
3656
2f1acb09
VP
36572006-09-17 Vladimir Prus <vladimir@codesourcery.com>
3658
3659 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
3660 -stack-list-arguments HIGH_FRAME argument can be larger then the
3661 actual number of frames.
3662
2ab1eb7a
VP
36632006-09-07 Vladimir Prus <vladimir@codesourcery.com>
3664
3665 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
3666 -stack-list-locals HIGH_FRAME argument can be larger then the
3667 actual number of frames.
2ab1eb7a 3668
599b237a
BW
36692006-09-02 Bob Wilson <bob.wilson@acm.org>
3670
3671 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
3672 Register Packet Format, Tracepoint Packets): Fix spelling errors.
3673
25ab7e6d
EZ
36742006-09-02 Eli Zaretskii <eliz@gnu.org>
3675
3676 * gdbint.texinfo (Overall Structure): New section "Source Tree
3677 Structure".
3678
940178d3
JB
36792006-08-17 Jim Blandy <jimb@codesourcery.com>
3680
3681 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
3682 responses.
3683
30daae6c
JB
36842006-08-08 Joel Brobecker <brobecker@adacore.com>
3685
3686 * gdb.texinfo (Source Path): Add documentation for new
3687 substitute-path commands.
3688
7fa2210b
DJ
36892006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
3690
3691 * gdb.texinfo (Installing GDB): Update menu. Move text to...
3692 (Running Configure): ...here.
3693 (Requirements): New node. Mention expat.
3694
3d00d119
DJ
36952006-08-08 Vladimir Prus <vladimir@codesourcery.com>
3696
5ae4183a 3697 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
3698 'set download-write-size' and 'show download-write-size'.
3699
0cbfa4ee
DJ
37002006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
3701
3702 * stabs.texinfo (Member Type Descriptor): Correct example for
3703 pointer to member types.
3704
16026cd7
AS
37052006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
3706
3707 * gdb.texinfo (Optional warnings and messages): Add
3708 'set/show trace-commands'.
3709 (Command files): Add '-v' to source command.
3710
0876f84a
DJ
37112006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
3712
3713 * gdb.texinfo (OS Information): Update qPart reference to
3714 qXfer.
3715 (Remote configuration): Likewise.
3716 (Overview): Move @cindex to the start of a paragraph. Talk
3717 about binary data encoding.
3718 (Packets): Refer to the overview for the details of the X
3719 packet encoding.
3720 (General Query Packets): Remove qPart description. Add qXfer
3721 description. Add an anchor to qSupported. Correct feature
3722 table title. Add a new feature for qXfer:auxv:read.
3723 (Interrupts): Add a missing parenthesis.
3724
2ec3381a
DJ
37252006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
3726
669fac23 3727 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
3728 (GDB/MI Kod Commands): Remove commented out node.
3729
594fe323
EZ
37302006-07-01 Eli Zaretskii <eliz@gnu.org>
3731
3732 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
3733 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
3734 (GDB/MI Thread Commands, GDB/MI Program Execution)
3735 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
3736 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
3737 (GDB/MI File Commands, GDB/MI Target Manipulation)
3738 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
3739 since the MI prompt is hard-wired into the code.
3740
7e3fb70c
NR
37412006-07-01 Nick Roberts <nickrob@snap.net.nz>
3742
3743 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
3744 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
3745 (GDB/MI Data Manipulation): Remove description of unimplemented
3746 display related commands as variable objects perform this function
3747 and are superior: -display-delete, -display-disable,
3748 -display-enable, -display-insert and -display-list. Move
3749 -environment-cd, -environment-directory, -environment-path
3750 and -environment-pwd to "Program Context".
3751 (GDB/MI Program Control): Rename to "Program Execution". Move
3752 -exec-arguments -exec-abort to...
3753 (GDB/MI Program Context): ...here. New node split from "Data
3754 Manipulation".
3755
be2a5f71
DJ
37562006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
3757
3758 * gdb.texinfo (Remote configuration): Document set / show
3759 remote supported-packets.
3760 (General Query Packets): Document qSupported packet.
3761
fc320d37
SL
37622006-06-10 Sandra Loosemore <sandra@codesourcery.com>
3763
3764 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
3765 and font markup.
3766 (Protocol basics): Likewise.
3767 (The F request packet): Likewise.
3768 (The F reply packet): Likewise.
3769 (Memory transfer): Move this node to be a subsubsection of
3770 "Protocol specific representation of datatypes".
3771 (The Ctrl-C message): More copy editing.
3772 (Console I/O): Likewise.
3773 (The isatty call): Delete this node, and merge its content into
3774 the "isatty" node. Fixed references elsewhere.
3775 (The system call): Delete this node, and merge its content into
3776 the "system" node. Fixed references elsewhere.
3777 (open): Reformat to use @table, and add appropriate font markup.
3778 (close): Likewise.
3779 (read): Likewise.
3780 (write): Likewise.
3781 (lseek): Likewise.
3782 (rename): Likewise.
3783 (unlink): Likewise.
3784 (stat/fstat): Likewise.
3785 (gettimeofday): Likewise.
3786 (isatty): Likewise.
3787 (system): Likewise, plus minor changes to fix confusing wording.
3788 (Integral datatypes): Fix font markup.
3789 (Pointer values): Likewise.
3790 (struct stat): Fix markup to use @table, plus minor copy editing.
3791 (struct timeval): Fix font markup, plus minor copy editing.
3792 (Constants): Minor copy editing.
3793 (Errno values): Add font markup.
3794 (File-I/O Examples): Likewise.
3795
158fdf5c
NR
37962006-06-10 Nick Roberts <nickrob@snap.net.nz>
3797
3798 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
3799 (GDB/MI Simple Examples): Move node up one level. Use real
3800 examples.
3801 (GDB/MI Compatibility with CLI): Update.
3802 (GDB/MI Result Records): Add "connected" and "exit" result
3803 classes.
3804 (GDB/MI Stream Records): Clarify target output.
3805 (GDB/MI Command Description Format): Modify example description.
3806 (GDB/MI Breakpoint Table Commands): Rename to...
3807 (GDB/MI Breakpoint Commands): ...this
3808 (GDB/MI Breakpoint Commands): Add optional thread field.
3809 (GDB/MI Program Control): Add an introduction. Move "Program
3810 termination" examples into exec-run description.
3811 (GDB/MI File Commands): Mention similar CLI commands.
3812 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
3813 is similar to "-gdb-version".
3814
ddb50cd7
EZ
38152006-06-09 Eli Zaretskii <eliz@gnu.org>
3816
3817 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
3818
2aef0d6b
NR
38192006-06-02 Nick Roberts <nickrob@snap.net.nz>
3820
3821 * gdb.texinfo (GDB/MI Development and Front Ends): Use
3822 sourceware.org for mailing lists.
d5e40d59 3823 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 3824
383a5c52
NR
38252006-06-01 Nick Roberts <nickrob@snap.net.nz>
3826
d5e40d59 3827 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 3828
e16b02ee
EZ
38292006-05-22 Eli Zaretskii <eliz@gnu.org>
3830
3831 * gdb.texinfo (Cygwin Native): Fix last change.
3832
be90c084
CF
38332006-05-22 Christopher Faylor <cgf@timesys.com>
3834
3835 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
3836
347ceba5
NR
38372006-05-15 Nick Roberts <nickrob@snap.net.nz>
3838
3839 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
3840 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
3841
369af7bd
DJ
38422006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
3843
3844 * gdb.texinfo (General Query Packets): Recommend not starting
3845 new packets with qC and clarify.
3846
2ffdbde8 38472006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
3848
3849 * gdb.texinfo (M2 Types): New section.
72019c9c 3850
16d1a084
DJ
38512006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
3852
3853 * agentexpr.texi: Add a copyright and license notice.
3854 * observer.texi: Likewise, with GPL clause for function prototypes.
3855 Remove trailing whitespace.
3856
aa56d27a
JB
38572006-05-05 Jim Blandy <jimb@codesourcery.com>
3858
3859 * gdb.texinfo (General Query Packets): Document conventions for
3860 terminating packet names, and their violations.
3861
5bdf8622
DJ
38622006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3863
3864 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
3865 * gdb.texinfo: Likewise.
3866
605a56cb
DJ
38672006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3868
3869 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
3870 and "show remotedebug".
3871 (Debugging Output): Add additional index entries.
3872
b8db102d
MS
38732006-04-27 Michael Snyder <msnyder@redhat.com>
3874
3875 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
3876
c5e30d01
AC
38772006-04-22 Andrew Cagney <cagney@redhat.com>
3878
3879 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
3880 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
3881
8181d85f
DJ
38822006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
3883
3884 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
3885 and remove breakpoint prototypes.
3886 (Watchpoints): Move description of target_insert_hw_breakpoint and
3887 target_remove_hw_breakpoint ...
3888 (Breakpoints): ... to here. Document target_insert_breakpoint and
3889 target_remove_breakpoint.
3890
4f553f88
JB
38912006-04-17 Jim Blandy <jimb@codesourcery.com>
3892
3893 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
3894 and C packets are optional.
3895
cd852561
FR
38962006-04-14 Frederic Riss <frederic.riss@st.com>
3897
3898 * gdb.texinfo (Specifying source directories): Update the description
3899 of the source file search to reflect the fact that the source path
3900 always contains at least $cdir and $cwd.
3901
b620eb07
MS
39022006-03-31 Michael Snyder <msnyder@redhat.com>
3903
3904 * gdb.texinfo: Update copyright dates.
3905
3156cdaf
EZ
39062006-03-31 Eli Zaretskii <eliz@gnu.org>
3907
3908 * gdb.texinfo (Overview): Add an index entry to "empty response".
3909
7d30c22d
JB
39102006-03-28 Jim Blandy <jimb@codesourcery.com>
3911
3912 * gdbint.texinfo (Prologue Analysis): New section.
3913
86941c27
JB
39142006-03-07 Jim Blandy <jimb@red-bean.com>
3915
66b8c7f6
JB
3916 * gdb.texinfo (Connecting): Document 'target remote pipe'.
3917
1a10341b
JB
3918 * gdb.texinfo (Target Commands): Update text describing how to
3919 specify a target. Refer to the detailed section on remote
3920 debugging, not the brief mention.
3921
86941c27
JB
3922 * gdb.texinfo (Connecting): Organize the different 'target remote'
3923 connection methods into a table. Add a 'target remote' index
3924 entry. (!!!)
3925
62f3a2ba
FF
39262006-02-17 Fred Fish <fnf@specifix.com>
3927
3928 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
3929 'ptype' commands to reflect the fact that the only significant
3930 difference between them is that ptype prints the complete type
3931 description instead of just the name.
3932
8b9a88ea
WZ
39332006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
3934
3935 * gdbint.texinfo (Watchpoints): Delete
3936 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
3937
7e8dc855
NR
39382006-02-10 Nick Roberts <nickrob@snap.net.nz>
3939
3940 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
3941 times fields where needed. Fix typos. Update general form given
3942 for output of -break-insert.
3943 (GDB/MI): Abbreviate some unnecessarily long fullnames.
3944
c91d38aa
DJ
39452006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
3946
3947 * gdbint.texinfo (Symbol Handling): Add a section
3948 on memory management.
3949
38fcd64c
DJ
39502006-02-06 Vladimir Prus <ghost@cs.msu.su>
3951
3952 * gdb.texinfo (Breakpoint table commands): Document the fullname
3953 field in -break-list output.
3954
219eec71
EZ
39552006-02-03 Eli Zaretskii <eliz@gnu.org>
3956
3957 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
3958 debugging information produced by the various "set debug..."
3959 options.
3960
ae5a43e0
DJ
39612006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3962
3963 * gdb.texinfo (Files): Remove obsolete bits from the description
3964 of "symbol-file".
3965
a9f158ec
JB
39662006-01-25 Jim Blandy <jimb@redhat.com>
3967
3968 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
3969
410dd08e
JB
39702006-01-24 Jim Blandy <jimb@redhat.com>
3971
3972 * gdbint.texinfo (Frames): Document the basics of GDB's register
3973 unwinding model, and explain the existence of the "sentinel" frame.
3974
4b505b12
AS
39752006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
3976
3977 * gdb.texinfo (Choosing files): Mention that -directory is used
3978 for script files.
3979 (Specifying source directories): Likewise.
3980 (Command files): Explain how script files are found.
3981
839c27b7
EZ
39822006-01-21 Eli Zaretskii <eliz@gnu.org>
3983
3984 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
3985 the threads in a multi-threaded program.
3986 (Threads): The threadno argument of "thread apply" can be a range
3987 of numbers.
3988
7be93b9e
JB
39892006-01-18 Jim Blandy <jimb@redhat.com>
3990
3991 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
3992 of warning flags.
3993
fcc73fe3
EZ
39942006-01-13 Eli Zaretskii <eliz@gnu.org>
3995
3996 * gdb.texinfo (Sequences): Improve menu annotations.
3997 (Define): Add index entries for arguments of user-defined
3998 commands. Move the description of flow-control commands...
3999 (Command Files): ...to here. Document loop_break and
4000 loop_continue.
ca91424e
EZ
4001 (Define, Command Files): Document `end' and add index entries for
4002 it.
fcc73fe3 4003
5c95884b
MS
40042006-01-04 Michael Snyder <msnyder@redhat.com>
4005
4006 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 4007 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 4008
860701dc
PH
40092006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
4010
4011 * gdb.texinfo (Omissions from Ada): Document that there is now
4012 limited aggregate support.
4013
36b80e65
EZ
40142005-12-28 Eli Zaretskii <eliz@gnu.org>
4015
4016 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
4017 registers and the likes.
4018
c1468174
EZ
40192005-12-24 Eli Zaretskii <eliz@gnu.org>
4020
4021 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
4022 (Symbols): Fix usage of "e.g.".
359df76b 4023 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
4024
4025 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
4026 (Coding): Fix usage of "e.g.".
4027
c02a867d
EZ
40282005-12-23 Eli Zaretskii <eliz@gnu.org>
4029
5ae4183a
AS
4030 * stabs.texinfo:
4031 * refcard.tex:
c02a867d 4032 * gpl.texi:
5ae4183a
AS
4033 * gdbint.texinfo:
4034 * gdb.texinfo:
4035 * gdb-cfg.texi:
c02a867d 4036 * fdl.texi:
5ae4183a
AS
4037 * annotate.texinfo:
4038 * all-cfg.texi:
c02a867d
EZ
4039 * Makefile.in: Add (C) after Copyright. Update the FSF
4040 address.
4041
fad38dfa
EZ
40422005-12-03 Eli Zaretskii <eliz@gnu.org>
4043
4044 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
4045 extend GDB with commands for external monitor.
4046
53e5f3cf
AS
40472005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
4048
4049 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
4050
55f6ca0f
JB
40512005-11-25 Joel Brobecker <brobecker@adacore.com>
4052
4053 * gdbint.texinfo (Start of New Year Procedure): New chapter.
4054
c1947b85
JB
40552005-11-21 Jim Blandy <jimb@redhat.com>
4056
4057 * gdb.texinfo (Tracepoint Packets): Document restrictions on
4058 placement of 'R' actions in tracepoint action packets; document
4059 dependence of 'X' and 'M' actions on a preceding 'R' action for
4060 their registers.
4061
9d29849a
JB
40622005-11-19 Jim Blandy <jimb@redhat.com>
4063
4064 * gdb.texinfo (Tracepoint Packets): New node.
4065 (General Query Packets): Add entries for the tracepoint packets,
4066 referring to the "Tracepoint Packets" node.
4067 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 4068
9a6253be
KB
40692005-11-18 Kevin Buettner <kevinb@redhat.com>
4070
4071 * gdb.texinfo (set remotebreak): Add anchor.
4072 (X packet): Likewise.
4073 (Remote Protocol): Add new section `Interrupts' and new index
4074 entry `interrupts (remote protocol)'.
4075
5f3bebba
JB
40762005-11-18 Jim Blandy <jimb@redhat.com>
4077
4078 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
4079 entries into the General Query Packets section. Add a
4080 cross-reference to that section. Drop description of replies, as
4081 these are covered in the descriptions of each packet.
4082 (General Query Packets): Add introductory text. Explain naming
4083 conventions, and how the end of a name is recognized.
4084
9a7a1b36
KB
40852005-11-17 Kevin Buettner <kevinb@redhat.com>
4086
0564b6cf 4087 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
4088 "set remotebreak" command.
4089
b8ff78ce
JB
40902005-11-16 Jim Blandy <jimb@redhat.com>
4091
4092 * gdb.texinfo (Packets, Stop Reply Packets)
4093 (General Query Packets): Various formatting cleanups.
4094 - Use @samp for packet contents.
4095 - Drop summaries from packet @item lines; the same information appears
4096 immediately below in the description.
4097 - Delete paragraph breaks after packet @item commands, so that the
4098 description appears directly to the right of the packet prototype
4099 in the printed manual, if it fits.
4100 - Place spaces in packet prototypes between @vars and non-@var
4101 letters, and explain that they're just for formatting.
4102 - Use @dots{} instead of '...'.
4103 - Fix uses of @code where @var was needed.
4104 - Replace "deprecated" markers with English text spelling out the
4105 packet's status and the preferred alternatives.
4106 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
4107 what this ever meant.
4108 - Remove "(draft)" markers on 'i' packets; nobody has commented on
4109 this for a long time.
4110 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
4111 implemented several times, and have been in use for years.
4112
8ffe2530
JB
41132005-11-15 Jim Blandy <jimb@redhat.com>
4114
c43c5473
JB
4115 * gdb.texinfo (Packets): Add index entries for 'm' packet
4116 disclaimers.
5ae4183a 4117
fb031cdf
JB
4118 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
4119 of stub when processing an 'm' packet.
4120
8ffe2530
JB
4121 * gdb.texinfo (Packets): Mention that packets beginning with
4122 letters are reserved once, at the top, instead of actually listing
4123 them all and saying "reserved".
4124
c03c782f
AS
41252005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
4126
4127 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
4128 Change @var{$arg0 to @code{$arg0.
4129
814e32d7
WZ
41302005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
4131
4132 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
4133
fa93a9d8
JB
41342005-11-12 Jim Blandy <jimb@redhat.com>
4135
4136 * gdb.texinfo (General Query Packets): Put packets in alphabetical
4137 order. Remove extraneous 'z'.
4138
8a5a3c82
AS
41392005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
4140
4141 * gdb.texinfo (Choosing files): Add --eval-command.
4142
4b0ad762
AS
41432005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
4144
4145 * gdb.texinfo (Choosing modes): Add --return-child-result.
4146
4147
1a088d06
AS
41482005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
4149
4150 * gdb.texinfo (Choosing modes): Add --batch-silent.
4151
656d5e12
EZ
41522005-10-28 Eli Zaretskii <eliz@gnu.org>
4153
4154 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
4155 "The -var-update Command".
4156
3c9c013a
JB
41572005-10-03 Joel Brobecker <brobecker@adacore.com>
4158
4159 * gdb.texinfo (Print Settings): Add documentation for set/show
4160 print array-indexes.
4161
7ba3cf9c
DJ
41622005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
4163
4164 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
4165 6.2 and 6.3.
4166
a94ab193
EZ
41672005-08-27 Eli Zaretskii <eliz@gnu.org>
4168
4169 * gdb.texinfo (File Options): Don't document --mapped, it's gone
4170 since 19-Jan-2004.
4171 (Files): Likewise.
ab1adacd
EZ
4172 (Variables, Symbols): Document the "<incomplete type>" message and
4173 its reasons.
a94ab193 4174
ca06016a
FF
41752005-08-01 Fred Fish <fnf@specifix.com>
4176
4177 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
4178
cf58170d
NR
41792005-07-15 Nick Roberts <nickrob@snap.net.nz>
4180
4181 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
4182 option for -var-list-children and -var-update.
4183 (GDB/MI Stack Manipulation): Simplify description of
4184 print-values option for -stack-list-locals.
4185 (GDB/MI Command Description Format): Clarify.
4186 (Mode Options): Spelling of superseded.
4187
38f1196a
BR
41882005-07-12 Bob Rossi <bob@brasko.net>
4189
4190 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
4191 corresponding GDB command comment.
4192
3cb3b8df
BR
41932005-07-06 Bob Rossi <bob@brasko.net>
4194
4195 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
4196 and -inferior-tty-show.
4197 (Input/Output): Document "set/show inferior-tty" and tty alias.
4198
10fac096
NW
41992005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
4200
4201 * gdb.texinfo (Packets): Change description of 'D' packet to note
4202 that GDB does wait for a response.
4203
d1b6db76
NR
42042005-06-22 Nick Roberts <nickrob@snap.net.nz>
4205
4206 * gdb.texinfo (History) Rename "Command History".
4207 (Command History): Move node "Server Prefix" from section on
4208 Annotations here.
4209
29629dcf
NR
42102005-06-19 Nick Roberts <nickrob@snap.net.nz>
4211
4212 * gdb.texinfo (GDB/MI Stack Manipulation):
4213 Re-instate -stack-info-frame with example. Say that it gets
4214 info on selected frame, not current frame.
4215
397ca115
EZ
42162005-06-18 Eli Zaretskii <eliz@gnu.org>
4217
4218 * gdb.texinfo (Server): Clarify that `file' should be used before
4219 connecting to the server.
4220 (Files): Add an xref to the above description.
51274035
EZ
4221 (Output Formats): More detailed description of the `c' format.
4222 (Memory): List explicitly all the formats supported by `x'.
638ac427 4223 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 4224 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
4225 files. Add more indexing for solib-absolute-prefix and
4226 --with-sysroot.
76d17f34
EZ
4227 (Machine Code): Document possible problems with locations in
4228 shared libraries.
d416eeec
EZ
4229 (Backtrace): Document that free-standing environments do not need
4230 to have a `main' function.
397ca115 4231
74f6deaa
NR
42322005-06-18 Nick Roberts <nickrob@snap.net.nz>
4233
4234 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
4235 -stack-info-frame.
4236
a9967aef
AC
42372005-06-07 Andrew Cagney <cagney@gnu.org>
4238
4239 * gdb.texinfo (Contributors): Note the original multi-arch
4240 contributors.
4241
e09f16f9
EZ
42422005-06-03 Eli Zaretskii <eliz@gnu.org>
4243
4244 * gdb.texinfo (Registers): Add index entries for the standard
4245 registers.
4246 (Frames): Add cross-reference from frame pointer description to
4247 the Registers node.
4248 (Annotations Overview): Fix the reference to GDB name.
4249
d87ba7ee
EZ
42502005-06-01 Eli Zaretskii <eliz@gnu.org>
4251
4252 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
4253 can-use-hw-watchpoints.
4254
034dad6f
BR
42552005-05-28 Bob Rossi <bob@brasko.net>
4256
4257 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
4258 the possible reasons why an exec async record would be returned to FE.
4259
ffed4509
AC
42602005-05-26 Andrew Cagney <cagney@gnu.org>
4261
4262 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
4263 Andrew Cagney implemented the original GDB/MI.
4264
e22e55c9
OF
42652005-05-23 Orjan Friberg <orjanf@axis.com>
4266
4267 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
4268 documentation. Add documentation for cris-mode.
4269
a78e13ce
EZ
42702005-05-20 Eli Zaretskii <eliz@gnu.org>
4271
4272 * gdb.texinfo (Numbers): Explain the example and make the wording
4273 more acurate.
4274
76ff342d
DJ
42752005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4276 Dennis Brueni <dennis@slickedit.com>
4277
4278 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
4279 (GDB/MI Data Manipulation, GDB/MI Program Control)
4280 (GDB/MI Stack Manipulation): Update examples to include the fullname
4281 attribute in stack frames.
4282
119b882a
EZ
42832005-05-12 Eli Zaretskii <eliz@gnu.org>
4284
4285 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
4286 do with other non-standard names of init files.
4287
6fc08d32
EZ
42882005-05-11 Eli Zaretskii <eliz@gnu.org>
4289
4290 * gdb.texinfo (Command Files): Move the description of the startup
4291 from here...
4292 (Startup): ...to this new subsection of the Invocation chapter.
4293 Rearrange the description of init files more logically and add a
4294 cross-reference to "Command Files". Document the special gdbinit
4295 name for CISCO 68k. Expand the description of what GDB does
4296 during startup.
4297 (History): Add index entry for HISTSIZE.
4298
a561754a
MK
42992005-05-02 Mark Kettenis <kettenis@gnu.org>
4300
4301 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
4302
2eecc4ab
EZ
43032005-05-02 Eli Zaretskii <eliz@gnu.org>
4304
4305 * gdb.texinfo (SVR4 Process Information, The isatty call)
4306 (The system call): Don't use foo(N) notation for man pages and
4307 functions.
514c4d71 4308 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 4309
18999be5
EZ
43102005-04-27 Eli Zaretskii <eliz@gnu.org>
4311
4312 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
4313 were optimized away.
4314
0abb7bc7
EZ
43152005-04-22 Eli Zaretskii <eliz@gnu.org>
4316
4317 * gdb.texinfo (Remote configuration): Document "set/show
4318 get-thread-local-storage-address". Add cross-reference to the
4319 description of the qGetTLSAddr packet.
4320 (General Query Packets): Mention "set remote
4321 get-thread-local-storage-address" and add a reference to its
4322 description.
4323
6f61acb1
NR
43242005-04-19 Nick Roberts <nickrob@snap.net.nz>
4325
4326 * gdb.texinfo (Backtrace): Describe 'bt full'.
4327
9d59903a
NR
43282005-04-17 Nick Roberts <nickrob@snap.net.nz>
4329
4330 * gdb.texinfo (Mode Options): Fix typo.
4331 (GDB/MI): Describe how to invoke GDB/MI.
4332
721c2651
EZ
43332005-04-16 Eli Zaretskii <eliz@gnu.org>
4334
4335 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 4336 references changed. Add description of "info udot".
721c2651
EZ
4337 (Files): Document "set/show stop-on-solib-events".
4338 (M32R/D): Document "set/show download-path", "set/show
4339 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
4340 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
4341 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
4342 (Maintenance Commands): Improve indexing.
4343 (Target Commands): Document "set/show hash", "set/show debug
4344 monitor".
4345 (SVR4 Process Information): Document "info pidlist" and "info
4346 meminfo". Document "set/show procfs-tarce" and "set/show
4347 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
4348 (Symbols, The Print Command with Objective-C): Improve indexing.
4349 (Objective-C): Add references to "info classes" and "info
4350 selectors".
c45da7e6
EZ
4351 (Debugging Output): Improve wording. Document "set/show debug
4352 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
4353 (Set Breaks): Add index entry for "hardware breakpoints".
4354 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
4355 and "set/show usehardbreakpoints".
4356 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
4357 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
4358 (ARM): Document "rdilogfile", "rdilogenable", "set/show
4359 rdiromatzero", "set/show rdiheartbeat".
4360 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
4361 "sds".
4362 (Embedded Processors): Document the "sim" command.
4363 (Remote): Document the "remote" command.
4364 (DJGPP Native): Document the "info serial" command.
4365 (Threads): Document "maint info sol-threads".
4366 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
4367 (Set Breaks): Improve indexing.
4368 (Command Syntax): Add a reference to dont-repeat.
4369 (Define): Document "dont-repeat".
4370 (TUI Commands): Document "tabset".
4371 (WinCE): New subsection. Document "set/show remotedirectory",
4372 "set/show remoteupload", "set/show remoteaddhost".
721c2651 4373
14d6dd68
EZ
43742005-04-15 Eli Zaretskii <eliz@gnu.org>
4375
4376 * gdb.texinfo (Hurd Native): New subsection, documents
4377 Hurd-specific commands.
a64548ea 4378 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 4379 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
4380 (MIPS): Improve documentation of heuristic-fence-post. Document
4381 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
4382 mips stack-arg-size", "set/show mips mask-address", "set/show mips
4383 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 4384 (ARM): Document ARM-specific commands.
a64548ea
EZ
4385 (AVR): New section. Document "info io_registers".
4386 (CRIS): New section. Document "set/show cris-version" and
4387 "set/show cris-dwarf2-cfi".
4388 (HPPA): New section. Document "set/show debug hppa" and "maint
4389 print unwind".
a5adf40f 4390 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 4391 (Super-H): New section. Document the "regs" command.
721c2651 4392 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 4393
9c16f35a
EZ
43942005-04-09 Eli Zaretskii <eliz@gnu.org>
4395
4396 * gdb.texinfo (Print Settings): Document "set/show print
4397 pascal_static-members", "set print repeats", "show print
4398 null-stop". Improve indexing. Fix documentation of "set print
4399 union".
4400 (Pascal): New section.
4401 (Supported languages): Rename from "Support"; all references
4402 updated. Add a menu item for Pascal.
4403 (Numbers): Document "set radix.
4404 (Screen Size): Document "set/show pagination".
4405 (MIPS Embedded): Remove "set processor" documentation.
4406 (Remote configuration): Document "set/show X/P/Z-packet",
4407 "set/show read-aux-vector-packet", "set/show remote
4408 symbol-lookup-packet", "set/show remote verbose-resume-packet",
4409 "set/show remoteaddresssize", "set/show remotebaud", "set/show
4410 remotedebug", "set/show remotebreak", "set/show remotedevice",
4411 "set/show remotelogfile".
4412 (Auxiliary Vector): Add reference to the description of the
4413 read-aux-vector-packet setting.
4414 (Set Watchpoints): Add a cross-reference to "set remote
4415 hardware-breakpoint-limit".
4416 (General Query Packets): Add indexing of requests and
4417 cross-references to related commands in "Remote configuration".
4418 (File-I/O Overview, The system call): Fix wording and typos.
4419 (Thread Stops): Add index entries.
4420 (Continuing and Stepping): Document "show step-mode".
4421 (i386): New node. Document "set/show struct-convention".
4422 (Files): Document "show trust-readonly-sections".
4423 (Calling): Document "set/show unwindonsignal".
4424 (Messages/Warnings): Add index entries.
4425 (Maintenance Commands): Document "set/show watchdog".
4426 (Annotations Overview): Document "show annotate".
4427 (Set Watchpoints): Add index entries.
4428 (Symbols): Fix doc of case-sensitive.
4429 (ABI): Document "show coerce-float-to-double".
4430 (Convenience Vars, Help): Improve indexing.
4431 (Machine Code): Document "show disassembly-flavor".
4432 (Debugging C plus plus): Document "show overload-resolution".
4433 (Value History, Signaling): Add index entries.
4434
44352005-04-08 Eli Zaretskii <eliz@gnu.org>
4436
4437 * gdb.texinfo (Show): Move @kindex entries to their proper places.
4438 (Processes): Fix wording.
4439 (History, List, Logging output, Define, Symbols, Print Settings):
4440 Improve indexing.
4441
a8f24a35
EZ
44422005-04-03 Eli Zaretskii <eliz@gnu.org>
4443
4444 * gdb.texinfo (Targets): Document "set/show architecture". Remove
4445 redundant index entry for "target" command.
4446 (Backtrace): Add index entries.
4447 (Symbols, Fortran): Document the "set case-sensitive" command.
4448 (DJGPP Native): Document "set com1base", "set com1irq", etc.
4449 (Print Settings): Add index entry for "set demangle-style".
4450 (Target Commands): Document "set download-write-size".
4451 (Debugging Output): Document "set exec-done-display".
4452
09d4efe1
EZ
44532005-04-02 Eli Zaretskii <eliz@gnu.org>
4454
4455 * gdb.texinfo (Files): Fix the name and documentation of
4456 add-shared-symbol-files. Document its alias assf. Update the
4457 list of OSs where GDB supports shared libraries. Fix markup.
4458 (Continuing and Stepping): Add reference to @var{location} in the
4459 text.
4460 (Dump/Restore Files): Fix reference to @{filename}.
4461 (Help): Fix wording.
4462 (Attach): Ditto.
4463 (Set Watchpoints): Ditto.
4464 (Backtrace): Remove redundant index entries. Improve index
4465 entries.
4466 (Delete Breaks): Fix wording.
4467 (Memory): Document the compare-sections command.
4468 (Memory Region Attributes): Improve wording.
4469 (Disabling): Improve wording.
4470 (Fortran): New subsection. Document the "info common" command.
4471 (Help): Document aliases "info copying" and "info warranty".
4472 (Caching Remote Data): New section. Document the "set/show
4473 remotecache" and "info dcache" commands.
4474 (Show): Fix wording of the documentation of the "set
4475 extension-language" command.
4476 (Signals): Add index entry for "info handle".
4477 (Memory Region Attributes): Fix punctuation.
4478 (Symbols): Change the arg name to "location" and refer to it in
4479 the text. Fix wording of "info types" doc.
4480 (Threads): Fix usage of @enumerate @item's.
4481 (Listing Tracepoints): Add index entry for "info tp".
4482 (Set Watchpoints): Add xref to "info break" description.
4483 (Macros): Add an index entry for "macro exp1". Document the
4484 "macro list" command.
4485 (Maintenance Commands): Document "flushregs", "maint agent",
4486 "maint check-symtabs", "maint cplus", "maint demangle", "maint
4487 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
4488 "maint print architecture", "maint print objfiles", "maint print
4489 statistics", "maint print type", "maint show-debug-regs", "maint
4490 space", "maint time", and "maint translate-address".
4491 (Connecting): Document the "monitor" command.
4492 (Annotations Overview): Describe the "set annotate" command.
4493
82f2d802
EZ
44942005-04-01 Eli Zaretskii <eliz@gnu.org>
4495
4496 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
4497 Rearrange index entries and improve wording about support for
4498 hardware watchpoints.
4499
7d51c7de
BR
45002005-03-10 Bob Rossi <bob@brasko.net>
4501
4502 * gdb.texinfo: Update copyright
4503
68c71a2e
TR
45042005-02-09 Theodore A. Roth <troth@openavr.org>
4505
4506 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
4507 error.
4508
83761cbd
KB
45092005-02-03 Kevin Buettner <kevinb@redhat.com>
4510
4511 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
4512
9f1c6395
MS
45132005-01-17 Michael Snyder <msnyder@redhat.com>
4514
4515 * gdb.texinfo: Fix spelling, infinte -> infinite.
4516
fbd1b305
MK
45172005-01-08 Mark Kettenis <kettenis@gnu.org>
4518
4519 * observer.texi (GDB Observers): Document "solib_loaded".
4520
3ace7edb
AC
45212005-01-07 Andrew Cagney <cagney@gnu.org>
4522
bec39cab
AC
4523 * configure.ac: Rename configure.in, require autoconf 2.59.
4524 * configure: Re-generate.
4525
3ace7edb
AC
4526 * configure.in: Replace configdirs with multiple references to
4527 AC_CONFIG_SUBDIRS.
4528 * configure: Re-generate.
5ae4183a 4529
53531fc1
AC
45302005-01-04 Andrew Cagney <cagney@gnu.org>
4531
4532 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
4533 part of the version number.
4534
536ffdb7
MK
45352004-12-24 Mark Kettenis <kettenis@gnu.org>
4536
4537 * gdbint.texinfo (Algorithms): Remove description of
4538 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
4539
e1aac25b
JB
45402004-12-07 Jim Blandy <jimb@redhat.com>
4541
4542 * gdb.texinfo (General Query Packets): Specify that thread ID's in
4543 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
4544 numbers.
4545
f47b1503
AS
45462004-12-07 Andreas Schwab <schwab@suse.de>
4547
4548 * gdb.texinfo (Mode Options): Document -l option.
4549
b6b8ece6
EZ
45502004-12-04 Eli Zaretskii <eliz@gnu.org>
4551
4552 * gdbint.texinfo (Algorithms): More accurate description of
4553 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
4554 is not needed unless data-read and data-access watchpoints are
4555 supported. Add a description of how GDB checks whether the
4556 inferior stopped because a watchpoint was hit.
4557
01371747
EZ
45582004-11-23 Eli Zaretskii <eliz@gnu.org>
4559
4560 * gdb.texinfo (Files): Add cross-reference to description of
4561 -readnow command-line switch.
4562
2315ffec
RC
45632004-11-10 Randolph Chung <tausq@debian.org>
4564
4565 * gdb.texinfo: Document set/show backtrace past-entry commands.
4566 Rearrange index entries for set/show backtrace past-main.
4567
69065f5d
AC
45682004-11-10 Jon Beniston <jon@beniston.com>
4569
4570 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
4571 * gdb.texinfo (Remote Serial Protocol): Further describe
4572 binary transfer escaping mechanism .
69065f5d 4573
30e91e0b
RC
45742004-11-08 Randolph Chung <tausq@debian.org>
4575
4576 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
4577 and "show debug infrun". Add index entries.
4578
60bf7e09
EZ
45792004-10-23 Eli Zaretskii <eliz@gnu.org>
4580
4581 * gdb.texinfo (SVR4 Process Information): Document subcommands of
4582 "info proc" that are already implemented. Add index entries.
4583 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
4584 (Files): Add a tip for decreasing memory used for symtabs from
4585 shared libraries.
f018e82f
EZ
4586 (Starting): Fix whitespace; make "elaboration" stand out where it
4587 is first used, and add an index entry for the term.
f8568604
EZ
4588 (Calling): Expand and elaborate text. Add "print". Add the
4589 description of problems with weak aliases.
384ee23f 4590 (Core File Generation): New section.
60bf7e09 4591
d52fe014
AC
45922004-10-12 Andrew Cagney <cagney@gnu.org>
4593
4594 * gdbint.texinfo (Versions and Branches): New chapter.
4595 (Releasing GDB): Delete "Versions and Branches" section.
4596 (Top): Add "Versions and Branches".
4597
703663ab
EZ
45982004-10-08 Eli Zaretskii <eliz@gnu.org>
4599
4600 * gdb.texinfo (Editing, History): Add cross-references to the
4601 included Readline and History user documentation. Remove
4602 references to the symbol have-readline-appendices which is unused
4603 and undefined.
4604 (History): Fix indexing.
4605
ac77d04f
JJ
46062004-10-08 Jeff Johnston <jjohnstn@redhat.com>
4607
4608 * gdbint.texinfo (target_stopped_data_address): Update to
4609 new prototype.
4610 (i386_stopped_data_address): Update prototype and description.
4611 (i386_stopped_by_watchpoint): New function and description.
4612
e07c999f
PH
46132004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
4614
4615 * gdb.texinfo (Filenames): Add Ada suffixes.
4616 (Ada) New section.
4617
2e868123
AC
46182004-09-27 Andrew Cagney <cagney@gnu.org>
4619 Robert Picco <Robert.Picco@hp.com>
4620
4621 * gdb.texinfo (Packets): Document the "p" packet.
4622
02a57714
JM
46232004-09-21 Jason Molenda (jmolenda@apple.com)
4624
4625 * gdb.texinfo (Paths and Names of the Source Files): Document the
4626 meaning of values in the 'desc' field of a SO stab.
4627
ae038cb0
DJ
46282004-09-20 Daniel Jacobowitz <dan@debian.org>
4629
4630 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
4631 max-cache-age" and "maint show dwarf2 max-cache-age".
4632
f7dc1244
EZ
46332004-09-16 Eli Zaretskii <eliz@gnu.org>
4634
4635 * gdb.texinfo (Set Breaks): Add index entry for setting
4636 breakpoints on overloaded C++ functions that are not members of
4637 any classes. Add an example and an index entry for setting
4638 breakpoints on all program functions.
4639 (Character Sets, Macros, Overlay Commands)
4640 (Non-debug DLL symbols, GDB/MI Output Syntax)
4641 (Annotations Overview, Maintenance Commands, File-I/O Overview):
4642 Use "(@value{GDBP})" instead of a literal "(gdb)".
4643
f810308b
AC
46442004-09-12 Andrew Cagney <cagney@gnu.org>
4645
4646 * gdbint.texinfo (Native Debugging): Delete description of
4647 FILES_INFO_HOOK.
4648
15a661f3
PH
46492004-09-11 Paul Hilfinger <hilfinger@gnat.com>
4650
5ae4183a
AS
4651 * gdbint.texinfo (User Interface): Change local_hex_string_custom
4652 to hex_string_custom (not historically correct, but more
15a661f3
PH
4653 understandable, given the current code).
4654
f3219c75
AC
46552004-09-03 Andrew Cagney <cagney@gnu.org>
4656
4657 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
4658
f3bb6704
JJ
46592004-09-01 Jeff Johnston <jjohnstn@redhat.com>
4660
4661 * observer.texi (solib_unloaded): New observer.
4662
8d2c00cb
AC
46632004-08-24 Andrew Cagney <cagney@gnu.org>
4664
4665 * gdbint.texinfo (Target Architecture Definition): Add missing
4666 comma.
4667
e7dc800a
MC
46682004-08-20 Michael Chastain <mec.gnu@mindspring.com>
4669
4670 * (Using the Testsuite): build != host is supported,
4671 but some test scripts do not support build != host.
4672
73b03683
MK
46732004-08-14 Mark Kettenis <kettenis@gnu.org>
4674
4675 * gdbint.texinfo (Host Definition): Delete description of
4676 FCLOSE_PROVIDED and GETENV_PROVIDED.
4677
c0ccb908
MK
46782004-08-05 Mark Kettenis <kettenis@chello.nl>
4679
4680 * gdbint.texinfo (Host Definition): Delete description of
4681 NO_SYS_FILE.
4682 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
4683 PTRACE_FP_BUG.
4684
9c8dbfa9
AC
46852004-08-05 Andrew Cagney <cagney@gnu.org>
4686
4687 * gdbint.texinfo (Target Architecture Definition): Delete
4688 reference to deprecated_read_fp.
4689
f42accbe
AC
46902004-08-02 Andrew Cagney <cagney@gnu.org>
4691
4692 * gdbint.texinfo (Target Architecture Definition): Delete
4693 description of DEPRECATED_REGISTER_BYTES.
4694
0b66e38c
EZ
46952004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4696
4697 * gdb.texinfo (Source Path): Document the new behavior of
4698 searching for the source files.
4699
15387254
EZ
47002004-07-17 Eli Zaretskii <eliz@gnu.org>
4701
4702 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
4703 (Search, Expressions, Arrays, Variables, Data, Machine Code)
4704 (Auto Display): Improve indexing.
4705
2c07db7a
AC
47062004-07-16 Andrew Cagney <cagney@gnu.org>
4707
4708 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
4709 "-noasync".
4710
4644b6e3
EZ
47112004-07-09 Eli Zaretskii <eliz@gnu.org>
4712
4713 * gdb.texinfo: Fix @kindex entries so that multiple commands that
4714 have the same prefix have only their prefix in the index.
4715
7561d450
MK
47162004-07-03 Mark Kettenis <kettenis@gnu.org>
4717
4718 * gdb.texinfo (BSD libkvm Interface): New node (section)
4719 (Native): Add it to the menu.
4720
67bebe79
MK
47212004-07-01 Mark Kettenis <kettenis@gnu.org>
4722
4723 * gdbint.texinfo (Target Architecture Definition): Remove
4724 PCC_SOL_BROKEN.
4725
1a6923e0
MK
47262004-06-24 Mark Kettenis <kettenis@gnu.org>
4727
4728 * gdbint.texinfo (Target Architecture Definition): Remove
4729 SUN_FIXED_LBRAC_BUG.
4730
b435e160
AC
47312004-06-26 Andrew Cagney <cagney@gnu.org>
4732
4733 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
4734
b5622e8d
AC
47352004-06-20 Andrew Cagney <cagney@gnu.org>
4736
4737 * gdbint.texinfo (Target Architecture Definition): Deprecate
4738 USE_STRUCT_CONVENTION.
4739
e0c07bf0
MC
47402004-06-19 Michael Chastain <mec.gnu@mindspring.com>
4741
4742 gdb.texinfo (Bug Reporting): Mention session recording,
4743 with the script command or Emacs.
4744
782263ab
AC
47452004-06-18 Andrew Cagney <cagney@gnu.org>
4746
4747 * gdbint.texinfo (Target Architecture Definition): Deprecate
4748 FUNCTION_START_OFFSET.
4749
03727ca6
AC
47502004-06-14 Andrew Cagney <cagney@gnu.org>
4751
4752 Based on changes from Karl Berry.
4753 * gdb.texinfo: Do not use @sc in a direntry.
4754 * stabs.texinfo: Change @dircateogry to "Software development".
4755 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
4756
97092415
AC
47572004-06-13 Andrew Cagney <cagney@gnu.org>
4758
4759 * gdbint.texinfo (Target Architecture Definition): Delete
4760 description of RETURN_VALUE_ON_STACK.
4761
1f6d4158
AC
47622004-06-09 Andrew Cagney <cagney@gnu.org>
4763
4764 * gdbint.texinfo (Native Debugging): Restore "@table @code"
4765 deleted by previous patch.
4766
d966f0cb
AC
47672004-06-08 Andrew Cagney <cagney@gnu.org>
4768
4769 * gdbint.texinfo (Native Debugging): Delete documentation on
4770 ATTACH_DETACH.
4771
86fe4aaa
RC
47722004-06-06 Randolph Chung <tausq@debian.org>
4773
4774 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
4775
d4b6d575
RC
47762004-06-06 Randolph Chung <tausq@debian.org>
4777
5ae4183a 4778 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
4779 the new push_dummy_call method signature. Describe the function
4780 argument.
4781
4e8b0763
JB
47822004-05-24 Joel Brobecker <brobecker@gnat.com>
4783
4784 * gdb.texinfo (Starting): Document new start command.
4785
59caf092
AC
47862004-05-21 Andrew Cagney <cagney@redhat.com>
4787
4788 * observer.texi (GDB Observers): Document "inferior_created".
4789
e4a2df64
AC
47902004-05-08 Andrew Cagney <cagney@redhat.com>
4791
e6b55ae2
AC
4792 * gdbint.texinfo (Target Architecture Definition): Delete
4793 description of DO_DEFERRED_STORES.
4794
28954179
AC
4795 * gdbint.texinfo (Target Architecture Definition): Delete
4796 references to DEPRECATED_FIX_CALL_DUMMY.
4797
434b87dd
AC
4798 * gdbint.texinfo (Target Architecture Definition): Delete
4799 description of DEPRECATED_CALL_DUMMY_WORDS,
4800 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
4801
58d28df8
AC
4802 * gdbint.texinfo (Target Architecture Definition): Delete
4803 description of DEPRECATED_PUSH_DUMMY_FRAME.
4804
e4a2df64
AC
4805 * gdbint.texinfo (Target Architecture Definition): Delete
4806 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
4807
2b4855ab
AC
48082004-05-07 Andrew Cagney <cagney@redhat.com>
4809
4810 * observer.texi (GDB Observers): Add "Debugging" section. Include
4811 cross reference to "set/show debug observer".
4812 * gdb.texinfo (Debugging Output): Document "set/show debug
4813 observer".
4814
fcf70625
AC
48152004-05-01 Andrew Cagney <cagney@redhat.com>
4816
4817 * gdbint.texinfo (Target Architecture Definition): Delete
4818 description of DEPRECATED_PC_IN_SIGTRAMP.
4819
8ee56bcf
AC
48202004-04-30 Andrew Cagney <cagney@redhat.com>
4821
4822 * gdbint.texinfo (Target Architecture Definition): Delete
4823 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
4824
67ab9a76
OF
48252004-04-30 Orjan Friberg <orjanf@axis.com>
4826
4827 * observer.texi (GDB Observers): Correct spelling.
4828
79346bcb
OF
48292004-04-26 Orjan Friberg <orjanf@axis.com>
4830
4831 * observer.texi (GDB Observers): Add target_changed event.
4832
7a464420
AC
48332004-04-08 Andrew Cagney <cagney@redhat.com>
4834
4835 * observer.texi (GDB Observers): Rework, provide generic observer
4836 definitions and then a list of observable events.
4837
6cdf9d98
AC
48382004-04-04 Andrew Cagney <cagney@redhat.com>
4839
4840 * gdbint.texinfo (Host Definition): Delete reference to
4841 NO_SIGINTERRUPT.
4842
ddc135a4
AC
48432004-04-02 Andrew Cagney <cagney@redhat.com>
4844
4845 * gdbint.texinfo (Target Architecture Definition): Delete
4846 reference to DEPRECATED_CALL_DUMMY_LENGTH.
4847
6a1b180d
SC
48482004-03-28 Stephane Carrez <stcarrez@nerim.fr>
4849
4850 * gdb.texinfo (TUI Commands): Document tui reg commands.
4851
d0d5df6f
AC
48522004-03-26 Andrew Cagney <cagney@redhat.com>
4853
4854 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
4855 "gdbtui".
4856 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
4857 (Contributors): Mention both Text and Terminal User Interface.
4858
aa2a3f87
AC
48592004-03-23 Andrew Cagney <cagney@redhat.com>
4860
4861 * gdbint.texinfo (Target Architecture Definition): Deprecate
4862 references to SIGTRAMP_START and SIGTRAMP_END.
4863
f561f026
AC
48642004-03-23 Andrew Cagney <cagney@redhat.com>
4865
4866 * gdbint.texinfo (Target Architecture Definition): Deprecate
4867 references to PC_IN_SIGTRAMP.
4868
33cb8b0f
AC
48692004-03-19 Andrew Cagney <cagney@redhat.com>
4870
4871 * gdbint.texinfo (Target Architecture Definition): Delete
4872 reference to GDB_TARGET_IS_HPPA.
4873
fc989b7a
AC
48742004-03-18 Andrew Cagney <cagney@redhat.com>
4875
4876 * gdbint.texinfo (Coding): Update section on gdbarch_data,
4877 describe pre_init and post_init.
4878
701b08bb
DJ
48792004-03-09 Daniel Jacobowitz <drow@mvista.com>
4880
4881 * gdb.texinfo (Debugging Output): Document values for "set debug
4882 target".
4883
faae5abe
AC
48842004-02-28 Andrew Cagney <cagney@redhat.com>
4885
4886 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
4887
dd79a6cf
JJ
48882004-02-26 Jeff Johnston <jjohnstn@redhat.com>
4889
4890 * gdb.texinfo (breakpoints): Add information about the
4891 new "set breakpoint pending" and "show breakpoint pending"
4892 commands.
4893
e7f16015
AC
48942004-02-26 Andrew Cagney <cagney@redhat.com>
4895
4896 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
4897 in Per-architecture module data section.
4898
7161a3a6
RM
48992004-02-25 Roland McGrath <roland@redhat.com>
4900
4901 * gdb.texinfo (General Query Packets): Document qPart:... packets.
4902
2154891a
AC
49032004-02-24 Andrew Cagney <cagney@redhat.com>
4904
4905 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
4906 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
4907 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 4908
6c74ac8b
AC
49092004-02-17 Andrew Cagney <cagney@redhat.com>
4910
4911 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
4912
19772a2c
AC
49132004-02-16 Andrew Cagney <cagney@redhat.com>
4914
4915 * gdbint.texinfo (Target Architecture Definition): Deprecate
4916 FRAMELESS_FUNCTION_INVOCATION.
4917
c9830293
AC
49182004-02-16 Andrew Cagney <cagney@redhat.com>
4919
4920 * gdbint.texinfo (Coding): Mention -Wunused-function.
4921
b9d26eb9
AC
49222004-02-14 Andrew Cagney <cagney@redhat.com>
4923
4924 * gdbint.texinfo (Target Architecture Definition): Delete
4925 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
4926
49efadf5
EZ
49272004-02-12 Elena Zannoni <ezannoni@redhat.com>
4928
4929 * gdb.texinfo: Properly quote the name "C++".
4930 * gdbint.texinfo: Ditto.
4931 * stabs.texinfo: Ditto.
4932
1eb288ea
EZ
49332004-02-11 Elena Zannoni <ezannoni@redhat.com>
4934
4935 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
4936 minimal information about libiberty.
4937
e4937fc1
MC
49382004-02-06 Michael Chastain <mec.gnu@mindspring.com>
4939
4940 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
4941
a9331b3f
RM
49422004-02-04 Roland McGrath <roland@redhat.com>
4943
4944 * gdb.texinfo (Auxiliary Vector): New node (section).
4945 (Data): Add it to the menu.
4946
2650777c
JJ
49472004-02-02 Jeff Johnston <jjohnstn@redhat.com>
4948
4949 * gdb.texinfo (Breakpoints): Add information about pending
4950 breakpoint support.
4951
b4501125
AC
49522004-01-26 Andrew Cagney <cagney@redhat.com>
4953
4954 * gdb.texinfo (Overview): Delete references to the cisco protocol
4955 including the "N" response.
4956
74055713
AC
49572004-01-26 Andrew Cagney <cagney@redhat.com>
4958
4959 * gdbint.texinfo (Target Architecture Definition): Rename
4960 EXTRACT_STRUCT_VALUE_ADDRESS to
4961 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 4962
3bbe9696
EZ
49632004-01-24 Eli Zaretskii <eliz@gnu.org>
4964
4965 * gdb.texinfo (KOD): Document "show os". Add index entries for
4966 "set/show os" and "info cisco" commands.
4967
5843504f
EZ
49682004-01-21 Eli Zaretskii <eliz@gnu.org>
4969
4970 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
4971
9175c9a3
MC
49722004-01-19 Michael Chastain <mec.gnu@mindspring.com>
4973
4974 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
4975 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
4976
8e94b928
NR
49772004-01-19 Nick Roberts <nick@nick.uklinux.net>
4978
4979 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
4980 -stack-list-locals.
4981 (GDB/MI Variable Objects): Describe extension to
4982 -var-list-children.
4983
a20cf136
DJ
49842004-01-17 Daniel Jacobowitz <drow@mvista.com>
4985
4986 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
4987
afb18d0f
AC
49882004-01-17 Andrew Cagney <cagney@redhat.com>
4989
4990 * gdbint.texinfo (Target Architecture Definition): Delete
4991 documentation on DEPRECATED_NPC_REGNUM.
4992
b51970ac
DJ
49932004-01-13 Daniel Jacobowitz <drow@mvista.com>
4994
4995 * gdb.texinfo: Update copyright year. Mention that set
4996 follow-fork-mode is supported on GNU/Linux. Remove documentation of
4997 "set follow-fork-mode ask".
4998
0f0cffd2
AC
49992004-01-13 Andrew Cagney <cagney@redhat.com>
5000
5001 * gdbint.texinfo: Update copyright year.
5002 (Coding): Add -Wunused-label to list of -Werror warnings.
5003
c552b3bb 50042004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 5005 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
5006
5007 * gdb.texinfo: Update copyright.
5008 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
5009 around names, as appropriate. Minor syntax cleanup of
5010 _NSPrintForDebugger explanation. Two spaces after periods.
5011 GDBN used instead of lit. "gdb". Index entries added for
5012 print-object and _NSPrintForDebugger. @noindent added in one spot.
5013
afe157ca
EZ
50142003-11-11 Elena Zannoni <ezannoni@redhat.com>
5015
5016 * stabs.texinfo: Add dircategory and direntry commands.
5017 * annotate.texinfo: Ditto.
5018
963e2bb7
AC
50192003-11-10 Andrew Cagney <cagney@redhat.com>
5020
5021 * gdbint.texinfo (Target Architecture Definition): Replace the
5022 return_value method's "inval" and "outval" parameters with
5023 "readbuf" and "writebuf".
5024
1d8b2f28
JB
50252003-10-28 Jim Blandy <jimb@redhat.com>
5026
5027 * gdb.texinfo (The F request packet, The F reply packet): Renamed
5028 from "The `F' request packet" and "The `F' reply packet", to make
5029 texi2dvi happy.
5030 (File-I/O remote protocol extension): Update menu entries, too.
5031
36d86913
MC
50322003-10-26 Michael Chastain <mec@shout.net>
5033
5034 * gdb.texinfo (Thread Stops): Document the issue with
5035 premature return from system calls in multi-threaded programs.
5036
ce2826aa
AC
50372003-10-24 Andrew Cagney <cagney@redhat.com>
5038
5039 * annotate.texinfo: Fix "fortunatly"[sic].
5040
f24c5e49
KI
50412003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
5042
5043 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
5044 with "Hitachi" and "Mitsubishi".
5045
92ad9cd9
AC
50462003-10-20 Andrew Cagney <cagney@redhat.com>
5047
5048 * gdbint.texinfo (Target Architecture Definition): Document
5049 gdbarch_return_value. Add cross references from
5050 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
5051 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
5052
0ab4b752
MK
50532003-10-18 Mark Kettenis <kettenis@gnu.org>
5054
5055 * gdbint.texinfo (Target Architecture Definition): Document
5056 regset_from_core_section.
fb3e19c0
KI
5057
50582003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
5059
5060 * gdb.texinfo (M32R/D): Mention m32rsdi target.
5061
a9331b3f 50622003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
5063
5064 From Anthony Green <green@redhat.com>:
5ae4183a 5065 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 5066
1485d690
KB
50672003-10-14 Kevin Buettner <kevinb@redhat.com>
5068
889bf7c5
PA
5069 * gdb.texinfo (Breakpoint related warnings): New node.
5070 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 5071
86d30acc
DJ
50722003-10-13 Daniel Jacobowitz <drow@mvista.com>
5073
5074 * gdb.texinfo (Remote Protocol): Document v and vCont.
5075
172c2a43
KI
50762003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
5077
5078 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
5079 * gdbint.texinfo: Ditto.
5080
71952f4c
AC
50812003-10-09 Andrew Cagney <cagney@redhat.com>
5082
5083 From 2003-09-18 David Anderson <davea@sgi.com>:
5084 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
5085 "command".
5086
268e2188
AC
50872003-10-03 Andrew Cagney <cagney@redhat.com>
5088
5089 * gdbint.texinfo (Target Architecture Definition): Deprecate
5090 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
5091 just target.
5092
12c266ea 50932003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 5094
f30992d4 5095 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
5096 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
5097 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
5098 * gdbint.texinfo (Target Architecture Definition): Rename
5099
51002003-09-30 Andrew Cagney <cagney@redhat.com>
5101
f30992d4 5102 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 5103 (Target Architecture Definition):
f30992d4 5104
2e092625
AC
5105 * gdbint.texinfo (Target Architecture Definition): Rename
5106 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
5107
0717ae8a
AC
51082003-09-29 Andrew Cagney <cagney@redhat.com>
5109
dad809b7
AC
5110 * gdbint.texinfo (Target Architecture Definition): Delete
5111 documentation for NEED_TEXT_START_END.
5112
0717ae8a
AC
5113 * gdbint.texinfo (Target Architecture Definition): Rename
5114 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
5115 TARGET_WRITE_PC.
a9331b3f 5116
af6cf26d
MC
51172003-09-22 Michael Chastain <mec@shout.net>
5118
5119 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
5120
ee206350
AG
51212003-09-21 Anthony Green <green@redhat.com>
5122
5123 * gdbint.texinfo (Target Architecture Definition): Fix typos.
5124
a38c9fe6
MK
51252003-09-21 Mark Kettenis <kettenis@gnu.org>
5126
5127 * gdbint.texinfo (Target Architecture Definition): Document
5128 stabs_argument_has_addr.
5129
77949794
AC
51302003-09-18 Andrew Cagney <cagney@redhat.com>
5131
5132 * gdbint.texinfo (Target Architecture Definition): Delete
5133 documentation on REGISTER_NAMES.
5134
8e823e25
MK
51352003-09-13 Mark Kettenis <kettenis@gnu.org>
5136
5137 * gdbint.texinfo (Target Architecture Definition): Replace
5138 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
5139
f27dd7fd
AC
51402003-09-11 Andrew Cagney <cagney@redhat.com>
5141
5142 * gdbint.texinfo (Target Architecture Definition): Replace
5143 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
5144
8b148df9
AC
51452003-08-18 Andrew Cagney <cagney@redhat.com>
5146
5147 * gdbint.texinfo (Target Architecture Definition): Document
5148 "frame_red_zone_size".
5149
25d29d70
AC
51502003-08-09 Andrew Cagney <cagney@redhat.com>
5151
5152 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
5153 with "set/show backtrace past-main" and "set/show backtrace
5154 limit".
5155
c938e9b0
L
51562003-08-08 H.J. Lu <hongjiu.lu@intel.com>
5157
5158 * Makefile.in (install-info): Support DESTDIR.
5159 (install-html): Likewise.
5160
64fabec2
AC
51612003-08-07 Andrew Cagney <cagney@redhat.com>
5162
5163 Patch from Nick Roberts.
5164 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
5165 bindings. Remove description of send-gdb-command.
5166
2fcf52f0
AC
51672003-08-07 Andrew Cagney <cagney@redhat.com>
5168
5169 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
5170 GDB 6.0.
5171
086432e2
AC
51722003-08-06 Andrew Cagney <cagney@redhat.com>
5173
5174 * gdb.texinfo (Mode Options): Mention that level three is the
5175 highest available and that level 2 is deprecated.
5176 (Annotations Overview): Mention annotation levels. Cross reference
5177 to "Limitations of the Annotation Interface" in annotate.texi.
5178 (TODO, Value Annotations, Frame Annotations): Delete section.
5179 (Displays, Breakpoint Info): Delete.
5180
e5249f67
AC
51812003-08-04 Andrew Cagney <cagney@redhat.com>
5182
5183 * agentexpr.texi: Delete @bye.
5184 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
5185 (stabs.info): Add $(srcdir) to include search path.
5186 (html): Depend on "annotate_toc.html", and not "annotate.html".
5187 * stabs.texinfo: Ditto. Include "fdl.texi".
5188 * gdbint.texinfo: Update copyright statement's list of invariant
5189 sections.
5190
e6f672d2
AC
51912003-07-28 Andrew Cagney <cagney@redhat.com>
5192
5193 * Makefile.in (INFO_DEPS): Add annotate.info.
5194 (dvi, ps, html, pdf): Add annotate.
5195 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
5196 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
5197 (ANNOTATE_DOC_FILES): New macro.
5198 (ANNOTATE_TEX_TMPS): New macro.
5199 (annotate.info, annotate_toc.html): Specify dependencies.
5200 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
5201 * annotate.texinfo: Rename annotate.texi. Get building. Add
5202 "Migrating to GDB/MI" and "Limitations of the Annotation
5203 Interface" chapters. Mention why it is not part of the user
5204 guide. Update copyright notice. Include "fdl.texi".
5205
72ffddc9
SC
52062003-07-26 Stephane Carrez <stcarrez@nerim.fr>
5207
5208 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
5209
a9f12a31
DJ
52102003-07-24 Daniel Jacobowitz <drow@mvista.com>
5211
5212 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
5213
b1fe9455
DJ
52142003-07-24 Daniel Jacobowitz <drow@mvista.com>
5215
5216 * gdb.texinfo (Server): Mention pidof.
5217
153721e6
AC
52182003-07-22 Andrew Cagney <cagney@redhat.com>
5219
5220 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
5221 list.
5222
0fac0b41
DJ
52232003-06-28 Daniel Jacobowitz <drow@mvista.com>
5224
5225 * gdb.texinfo (Logging output): New chapter.
5226
4e562065
JB
52272003-06-24 Joel Brobecker <brobecker@gnat.com>
5228
5229 * gdb.texinfo (Unsupported languages): New section.
5230 (Languages): Add link to new section.
5231
f2c06f52
AC
52322003-06-22 Andrew Cagney <cagney@redhat.com>
5233
5234 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
5235
b4177fca
DJ
52362003-06-22 Daniel Jacobowitz <drow@mvista.com>
5237
5238 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
5239
f418dd93
DJ
52402003-06-22 Daniel Jacobowitz <drow@mvista.com>
5241
5242 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
5243 * agentexpr.texi: Retitle section, and change it to an appendix.
5244 Comment out texinfo initialization. Factor a @var{} into two
5245 pieces to prevent makeinfo warnings.
5246 * gdb.texinfo: Add Agent Expressions appendix.
5247
4ca61388
DJ
52482003-06-19 Daniel Jacobowitz <drow@mvista.com>
5249
5250 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
5251
07f31aa6
DJ
52522003-06-18 Daniel Jacobowitz <drow@mvista.com>
5253
5ae4183a 5254 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
5255 remote target". Document the "detach" and "disconnect" commands.
5256 (Server, Netware, Debug Session): Reference "Connecting to a
5257 remote target".
5258 (GDB/MI Target Manipulation): Document "-target-disconnect".
5259
2dd0da42
AC
52602003-06-13 Andrew Cagney <cagney@redhat.com>
5261
5262 * gdbint.texinfo (Target Architecture Definition): Deprecate
5263 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
5264 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
5265
e7a3abfc
JB
52662003-06-09 Jim Blandy <jimb@redhat.com>
5267
5268 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
5269
25e3a86b
AC
52702003-06-08 Andrew Cagney <cagney@redhat.com>
5271
5272 * gdbint.texinfo (Target Architecture Definition): Delete
5273 documentation on FRAME_ARGS_ADDRESS_CORRECT.
5274
a9e5fdc2
AC
52752003-06-08 Andrew Cagney <cagney@redhat.com>
5276
5277 * gdbint.texinfo (Target Architecture Definition): Document
5278 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
5279
b37303ee
AF
52802003-06-07 Adam Fedor <fedor@gnu.org>
5281
5282 * gdb.texinfo: Add Objective-C documentation.
5283
39fe6e80
AC
52842003-06-01 Andrew Cagney <cagney@redhat.com>
5285
5286 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
5287 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
5288
125309b2
AC
52892003-05-21 Andrew Cagney <cagney@redhat.com>
5290
5291 * gdbint.texinfo (Target Architecture Definition): Delete
5292 references to "extract_address" and "store_address".
5293
b8b527c5
AC
52942003-05-16 Andrew Cagney <cagney@redhat.com>
5295
5296 * gdbint.texinfo (Target Architecture Definition): Replace
5297 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
5298 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
5299
50e3ee83
TR
53002003-05-14 Theodore A. Roth <troth@openavr.org>
5301
5302 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
5303
44e2be90
L
53042003-05-10 H.J. Lu <hongjiu.lu@intel.com>
5305
5306 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
5307 (gdb.dvi): Likewise.
5308 (gdb.pdf): Likewise.
5309 (links2roff): Likewise.
5310
df5215a6
JB
53112003-05-08 Jim Blandy <jimb@redhat.com>
5312
5313 * gdb.texinfo (Dump/Restore Files): Update documentation for
5314 'dump', 'append', and 'restore': note that format argument is
5315 optional; simplify presentation of the command variants; and be
5316 more precise about the formats.
5317
5e7b2f39
JB
53182003-05-07 Jim Blandy <jimb@redhat.com>
5319
5320 * gdb.texinfo (Symbols): Update documentation: 'maint list
5321 symtabs' and 'maint list psymtabs' have been renamed 'maint info
5322 symtabs' and 'maint info psymtabs'.
5323
b1e29e33
AC
53242003-05-05 Andrew Cagney <cagney@redhat.com>
5325
5326 * gdbint.texinfo (Target Architecture Definition): Make
5327 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
5328 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
5329 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
5330
00905d52
AC
53312003-05-04 Andrew Cagney <cagney@redhat.com>
5332
5333 * gdb.texinfo (Maintenance Commands): Document "maint print
5334 dummy-frames".
5335
54ff5908
AC
53362003-05-04 Andrew Cagney <cagney@redhat.com>
5337
5338 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
5339
32e7087d
JB
53402003-05-03 J. Brobecker <brobecker@gnat.com>
5341
5342 Thierry Schneider <tpschneider1@yahoo.com>
5343 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
5344 for new MI command.
5345
7043d8dc
AC
53462003-05-03 Andrew Cagney <cagney@redhat.com>
5347
5348 * gdbint.texinfo (Target Architecture Definition): Document
5349 push_dummy_code. Add cross references.
5350
e33d66ec
EZ
53512003-05-02 Elena Zannoni <ezannoni@redhat.com>
5352
5353 * gdb.texinfo (Character Sets): Update to reflect new behavior of
5354 set/show charsets commands.
5355
0ba6dca9
AC
53562003-04-28 Andrew Cagney <cagney@redhat.com>
5357
5358 * gdbint.texinfo (Target Architecture Definition): Replace
5359 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
5360 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
5361
d7a27068
AC
53622003-04-28 Andrew Cagney <cagney@redhat.com>
5363
5364 * gdbint.texinfo (Target Architecture Definition): Rename
5365 "tm_print_insn" to "deprecated_tm_print_insn".
5366
44ea7b70
JB
53672003-04-09 Jim Blandy <jimb@redhat.com>
5368
5369 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
5370 list psymtabs'.
5371
fb8f8949
AC
53722003-04-08 Andrew Cagney <cagney@redhat.com>
5373
5374 * gdbint.texinfo (Target Architecture Definition): Delete
5375 references to EXTRA_FRAME_INFO.
5376
32fb0f22
AC
53772003-04-08 Andrew Cagney <cagney@redhat.com>
5378
5379 * gdbint.texinfo (Target Architecture Definition): Delete
5380 PRINT_TYPELESS_INTEGER.
5381
6be67e67
JB
53822003-04-02 J. Brobecker <brobecker@gnat.com>
5383
5384 * observer.texi (GDB Observers): Adjust the documentation for the
5385 normal_stop notification to better describe reality. Fix a couple
5386 of minor typos.
5387
4e35d5f0
BR
53882003-04-02 Bob Rossi <bob_rossi@cox.net>
5389
a9331b3f 5390 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
5391 '-file-list-exec-source-file'
5392
e8a8712a
AC
53932003-03-31 Andrew Cagney <cagney@redhat.com>
5394
5395 * gdbint.texinfo (Target Architecture Definition): Delete
5396 references to CALL_DUMMY_P.
5397
6c0e89ed
AC
53982003-03-30 Andrew Cagney <cagney@redhat.com>
5399
5400 * gdbint.texinfo (Target Architecture Definition): Remove
5401 reference to TARGET_WRITE_SP.
a9331b3f 5402
378bfd1b
AC
54032003-03-27 Andrew Cagney <cagney@redhat.com>
5404
5405 * gdbint.texinfo (Target Architecture Definition): Remove
5406 references to write_sp.
6c0e89ed 5407
922fbb7b
AC
54082003-03-27 Andrew Cagney <cagney@redhat.com>
5409
5410 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
5411 chapter body. Use @smallexample instead of @example.
5412 (Annotations): Ditto.
5413 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
5414 annotate.texi.
5415
b81774d8
AC
54162003-03-26 Andrew Cagney <cagney@redhat.com>
5417
5418 * gdbint.texinfo (Target Architecture Definition): Replace
5419 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
5420 dummy_addr parameters.
5421
1bf6d5cc
AC
54222003-03-25 Andrew Cagney <cagney@redhat.com>
5423
5424 * gdbint.texinfo (Target Architecture Definition): Delete
5425 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
5426 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5427 Add reference to PUSH_ARGUMENTS.
5428
618ce49f
AC
54292003-03-23 Andrew Cagney <cagney@redhat.com>
5430
5431 * gdbint.texinfo (Algorithms, Target Architecture Definition):
5432 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
5433
bcd7e15f
JB
54342003-03-18 J. Brobecker <brobecker@gnat.com>
5435
5436 * gdbint.texinfo (Algorithms): Add new section describing the
5437 Observer paradigm.
5438 (Top): Add menu entry to new observer appendix.
5439 * observer.texi: New file.
5440 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
5441 new observer.texi file.
5442
9fe8321b
AC
54432003-03-17 Andrew Cagney <cagney@redhat.com>
5444
5445 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
5446 that GNU Press update the manual version number.
5447
ac2adee5
AC
54482003-03-12 Andrew Cagney <cagney@redhat.com>
5449
5450 * gdbint.texinfo (Target Architecture Definition): Delete
5451 references to get_saved_register. Rename GET_SAVED_REGISTER to
5452 DEPRECATED_GET_SAVED_REGISTER.
5453
749b82f6
AC
54542003-03-13 Andrew Cagney <cagney@redhat.com>
5455
5456 * gdbint.texinfo (Target Architecture Definition): Replace
5457 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
5458
8bedc050
AC
54592003-03-12 Andrew Cagney <cagney@redhat.com>
5460
5461 * gdbint.texinfo (Target Architecture Definition): Rename
5462 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 5463
0ce1b118
CV
54642003-03-10 Corinna Vinschen <vinschen@redhat.com>
5465
5466 * gdb.texinfo: Add File-I/O documentation.
5467
12cc2063
AC
54682003-03-10 Andrew Cagney <cagney@redhat.com>
5469
5470 * gdbint.texinfo (Target Architecture Definition): Cross reference
5471 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
5472
7453dc06
AC
54732003-03-07 Andrew Cagney <cagney@redhat.com>
5474
5475 * gdb.texinfo (Debugging Output): Mention the "set/show debug
5476 frame" command.
5477
6314f104
AC
54782003-03-05 Andrew Cagney <cagney@redhat.com>
5479
5480 * gdbint.texinfo (Target Architecture Definition): Document
5481 unwind_dummy_id. Cross reference unwind_dummy_id and
5482 SAVE_DUMMY_FRAME_TOS.
5483
f1212245
DJ
54842003-03-05 James Ingham <jingham@apple.com>
5485 Daniel Jacobowitz <drow@mvista.com>
5486
5487 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
5488 and "show cp-abi".
5489
77e7e267
AC
54902003-03-03 Andrew Cagney <cagney@redhat.com>
5491
5492 * gdbint.texinfo (Target Architecture Definition): Document
5493 register_type.
5494
838a8221
AC
54952003-03-03 Andrew Cagney <cagney@redhat.com>
5496
5497 * stabs.texinfo (Structures): Use @samp and separate @var's
5498 instead of a single @var containing a comma separated list.
5499 (Unions): Ditto.
5500
d7f4a264
DJ
55012003-03-02 Daniel Jacobowitz <drow@mvista.com>
5502
5503 * Makefile.in (distclean): Remove config.log.
5504
f30ee0bc
AC
55052003-03-01 Andrew Cagney <cagney@redhat.com>
5506
5507 * gdbint.texinfo (Target Architecture Definition): Rename
5508 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
5509
55102003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
5511
5512 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
5513 DEPRECATED_INIT_EXTRA_FRAME_INFO.
5514
be448670
CF
55152003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
5516
5517 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
5518 (Non-debug DLL symbols): New node, describing the minimal symbols
5519 loaded from DLLs without real debugging symbols.
5520
501eef12
AC
55212003-02-20 Andrew Cagney <ac131313@redhat.com>
5522
5523 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
5524 hardware-breakpoint-limit".
5525 (Set Watchpoints): Add cross reference to "set remote
5526 hardware-watchpoint-limit".
5527 (Remote configuration options): New section.
5528
21c294e6
AC
55292003-02-04 Andrew Cagney <ac131313@redhat.com>
5530
e9be73e4
AC
5531 * gdbint.texinfo (Target Architecture Definition): Delete
5532 descrption of IS_TRAPPED_INTERNALVAR.
5533
21c294e6
AC
5534 From Keith Seitz <keiths@redhat.com>:
5535 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
5536 option "-i"/"--interpreter" to this chapter. Include index
5537 entries.
5538
0179ffac
DC
55392003-02-04 David Carlton <carlton@math.stanford.edu>
5540
5541 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
5542 (Variables): Recommend stabs+ and DWARF 2.
5543 (C plus plus expressions): Correct info about
5544 compiler versions, debug formats.
5545 (Contributors): Change 'DWARF2' to 'DWARF 2'.
5546 PR symtab/874.
5547
7ca9f392
AC
55482003-02-01 Andrew Cagney <ac131313@redhat.com>
5549
5550 * gdbint.texinfo (Target Architecture Definition): Delete
5551 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
5552 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
5553 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
5554 references to nindy and i960.
5555 * gdb.texinfo (i960): Delete all references to i960 and nindy.
5556
31a85ea2
AC
55572003-02-01 Andrew Cagney <ac131313@redhat.com>
5558
5559 * gdbint.texinfo (Target Architecture Definition): Delete
5560 FLOAT_INFO.
5561
6b894e49
AC
55622003-01-30 Andrew Cagney <ac131313@redhat.com>
5563
5564 * stabs.texinfo (Member Type Descriptor): Clarify description of
5565 `@'. Suggested by Ben Hutchings.
5566
c48861fb
AC
55672003-01-29 Andrew Cagney <ac131313@redhat.com>
5568
5569 * gdb.texinfo (M68K): Delete reference to es1800.
5570
617073a9
AC
55712003-01-29 Andrew Cagney <ac131313@redhat.com>
5572
5573 * gdb.texinfo (Maintenance Commands): Document `maint print
5574 reggroups' and `maint print register-groups'.
5575 * gdbint.texinfo (Target Architecture Definition): Document
5576 register_reggroup_p.
5577
5b5d99cf
JB
55782003-01-23 Jim Blandy <jimb@redhat.com>
5579
5580 * gdb.texinfo (Separate Debug Files): New section.
5581
e7ba9c65
DJ
55822003-01-22 Daniel Jacobowitz <drow@mvista.com>
5583
5584 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
5585 and "maint show profile".
5586
94e91d6d
MC
55872003-01-16 Michael Chastain <mec@shout.net>
5588
5589 * gdb.texinfo (Installing GDB): Warn against
5590 ".../gdb-VERSION/gdb/configure".
5591 (Separate Objdir): Likewise.
5592
867f3898
AC
55932003-01-15 Andrew Cagney <ac131313@redhat.com>
5594
5595 * gdbint.texinfo (Target Architecture Definition): Delete
5596 definition of PRINT_REGISTER_HOOK.
5597
f153cc92
EZ
55982003-01-15 Elena Zannoni <ezannoni@redhat.com>
5599
5600 (OpenRISC 1000): Fix formatting of command names.
5601
c60eb6f1
EZ
56022003-01-15 Elena Zannoni <ezannoni@redhat.com>
5603
5604 * gdb.texinfo (Continuing and Stepping): Add new command
5605 'advance'. Clarify behavior of 'until'.
5606
f5ebfba0
DJ
56072003-01-13 Daniel Jacobowitz <drow@mvista.com>
5608
5609 * gdb.texinfo (Files): Document solib-absolute-prefix and
5610 solib-search-path.
5611
4ce8657e
MC
56122003-01-09 Michael Chastain <mec@shout.net>
5613
5614 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
5615 (Create a Release): Add new instructions for new @file{src-release}.
5616 Document existing instructions for @file{Makefile.in} as
5617 being for @value{GDBN} 5.3.1 or earlier.
5618
372613e3
AC
56192003-01-09 Andrew Cagney <ac131313@redhat.com>
5620
5621 * gdbint.texinfo (Target Architecture Definition): Mention
5622 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
5623 allocate memory.
5624
b4e9345d
DJ
56252003-01-04 Daniel Jacobowitz <drow@mvista.com>
5626
5627 * gdb.texinfo (Controlling GDB): Add @kindex for
5628 "show osabi".
5629 (Backtraces): Add @kindex's for backtrace-below-main.
5630
98b45e30
DJ
56312003-01-04 Daniel Jacobowitz <drow@mvista.com>
5632
5633 * gdb.texinfo (Controlling GDB): Document "set osabi".
5634
95f90d25
DJ
56352003-01-04 Daniel Jacobowitz <drow@mvista.com>
5636
5637 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
5638 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
5639
1e698235
DJ
56402003-01-04 Daniel Jacobowitz <drow@mvista.com>
5641
5642 * gdb.texinfo (Controlling GDB): Add ABI section. Document
5643 "set coerce-float-to-double".
5644 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
5645
e632838e
AC
56462003-01-02 Andrew Cagney <ac131313@redhat.com>
5647
5648 * stabs.texinfo: Remove obsolete text.
5649 * gdbint.texinfo: Ditto.
5650 * gdb.texinfo: Ditto.
5651
c133ab7a
MK
56522002-12-22 Mark Kettenis <kettenis@gnu.org>
5653
5654 * gdbint.texinfo (Target Architecture Definition): Update
5655 description of gdbarch_register_osabi.
5656
f821f325
KH
56572002-12-20 Kazu Hirata <kazu@cs.umass.edu>
5658
5659 * agentexpr.texi: Fix typos.
5660 * annotate.texi: Likewise.
5661 * fdl.texi: Likewise.
5662
85a6d8d3 56632002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
5664
5665 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
5666 DEPRECATED_INIT_FRAME_PC.
5667
ae45cd16
AC
56682002-12-01 Andrew Cagney <ac131313@redhat.com>
5669
5670 * gdbint.texinfo (Target Architecture Definition): Delete
5671 PC_IN_CALL_DUMMY.
5672
07555a72
AC
56732002-11-28 Andrew Cagney <ac131313@redhat.com>
5674
5675 * gdbint.texinfo (Host Definition): Delete documentation on
5676 USE_GENERIC_DUMMY_FRAMES.
5677
c166cdc7
EZ
56782002-11-26 Elena Zannoni <ezannoni@redhat.com>
5679
5ae4183a 5680 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
5681 * Makefile.in (install-info): Run the install-info command as part
5682 of the post install steps only.
5683 (uninstall-info): New target.
5684 (uninstall): New target.
5685
35db0260
EZ
56862002-11-22 Elena Zannoni <ezannoni@redhat.com>
5687
5688 * Makefile.in (install): Make install do some real work.
5689
9ba8d803
AC
56902002-11-19 Andrew Cagney <ac131313@redhat.com>
5691
5692 Fix POSIX problem reported by Paul Eggert.
5693 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
5694 Fix PR gdb/527.
5695
903ad3a6
AC
56962002-10-26 Andrew Cagney <cagney@redhat.com>
5697
5698 * gdbint.texinfo (Target Architecture Definition): Delete
5699 definition of DO_REGISTERS_INFO.
5700
f2abfe65
KB
57012002-10-18 Kevin Buettner <kevinb@redhat.com>
5702
5703 * gdbint.texinfo (Address Classes): Fix problems with insertion
5704 of ``{'' and ``}'' in example.
5705
b5b0480a
KB
57062002-10-17 Kevin Buettner <kevinb@redhat.com>
5707
5708 * gdbint.texinfo (Address Classes): New section.
5709 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
5710 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
5711 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
5712 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
5713
c85508ee
KD
57142002-10-11 Klee Dienes <kdienes@apple.com>
5715
5716 * gdb.texinfo (Registers): Mention vector registers as well as
5717 floating registers in the documentation for 'info registers' and
5718 'info all-registers'.
5719
6d12fc3d
DJ
57202002-10-11 Daniel Jacobowitz <drow@mvista.com>
5721
5722 * gdbint.texinfo (CPLUS_MARKER): Remove item.
5723
8d19fbd2
JJ
57242002-10-03 Jeff Johnston <jjohnstn@redhat.com>
5725
5726 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
5727 interface definition.
5728
a37295f9
MM
57292002-10-03 Marko Mlinar <markom@opencores.org>
5730
5731 * gdb.texinfo (Target Commands): Add or1k target specific
5732 commands.
5733 * gdb.texinfo (Contributors): Add myself to the contributors list.
5734
da0f9dcd
AC
57352002-10-01 Andrew Cagney <ac131313@redhat.com>
5736
5737 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
5738 and "mi1" instead of "mi1" and "mi0".
5739
2e834e49
HPN
57402002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
5741
5742 * gdb.texinfo (Packets): Fix typos "alligned".
5743 Correct z3/Z3 description. Correct z4/Z4 title.
5744
050be0dc
AC
57452002-09-27 Andrew Cagney <ac131313@redhat.com>
5746
5747 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
5748
1104b9e7
KB
57492002-09-25 Kevin Buettner <kevinb@redhat.com>
5750
5751 * gdb.texinfo: Use GNU/Linux instead of Linux.
5752
512217c7
AC
57532002-09-25 Andrew Cagney <ac131313@redhat.com>
5754
5755 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
5756
10998722
AC
57572002-09-24 Andrew Cagney <ac131313@redhat.com>
5758
512217c7 5759 * gdb.texinfo: Replace @example with @smallexample.
10998722 5760
a0eb71c5
KB
57612002-09-20 Kevin Buettner <kevinb@redhat.com>
5762
f7dc1244 5763 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
5764 * gdb.texinfo (Character Sets): Use @smallexample instead of
5765 @example. Use GNU/Linux instead of Linux.
5766
57672002-09-20 Jim Blandy <jimb@redhat.com>
5768
5769 * gdb.texinfo: Add character set documentation.
5770
2f870471
AC
57712002-09-19 Andrew Cagney <ac131313@redhat.com>
5772
5773 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
5774 (Packets): Add cross reference from `b' packet to `z' packets.
5775
790eb8f5
AC
57762002-09-19 Andrew Cagney <ac131313@redhat.com>
5777
8d30a00d
AC
5778 * gdb.texinfo (Maintenance Commands): Document ``maint
5779 internal-error'' and ``maint internal-warning''.
5780
790eb8f5
AC
5781 * gdbint.texinfo (Target Architecture Definition): Revise
5782 description of STACK_ALIGN. Add description of FRAME_ALIGN.
5783
a23a7bf1
JB
57842002-09-19 Joel Brobecker <brobecker@gnat.com>
5785
5786 * gdbint.texinfo (Target Conditionals): Document the new
5787 NAME_OF_MALLOC macro.
5788
299ffc64
AC
57892002-09-05 Andrew Cagney <ac131313@redhat.com>
5790
5791 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
5792 engineer.
5793
b7bb15bc
SC
57942002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5795
5796 * gdb.texinfo (TUI Overview): Document status line fields.
5797
3d757584
SC
57982002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5799
5800 * gdb.texinfo (TUI Commands): Document info win command.
5801
269c21fe
SC
58022002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5803
5804 * gdb.texinfo (TUI Overview): Document breakpoint markers.
5805
7cf36c78
SC
58062002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5807
5808 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
5809 (TUI Keys): Likewise.
5810
d2c6833e
AC
58112002-08-25 Andrew Cagney <ac131313@redhat.com>
5812
5813 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
5814 for a packet receive.
5815
46d8b1c3
AC
58162002-08-25 Andrew Cagney <ac131313@redhat.com>
5817
5818 * Makefile.in (clean): Move to end of file.
5819 (distclean, maintainer-clean, realclean): Ditto.
5820 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
5821 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
5822 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
5823 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
5824
b0787093
AC
58252002-08-24 Andrew Cagney <ac131313@redhat.com>
5826
5827 * Makefile.in (GDBINT_TEX_TMPS): Define.
5828 (gdbint.dvi, gdbint.pdf): Use
5829 (GDB_TEX_TMPS): Define.
5830 (gdb.dvi, gdb.pdf): Use.
5831 (STABS_TEX_TMPS): Define.
5832 (stabs.dvi, stabs.pdf): Use.
5833 (GDB_DOC_SOURCE_INCLUDES): New macros.
5834 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
5835 (GDBINT_DOC_FILES_INCLUDES): New macros.
5836 (GDBINT_DOC_BUILD_INCLUDES): New macros.
5837 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
5838 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
5839 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
5840 (links2roff): Replace SFILES_INCLUDED with
5841 GDB_DOC_SOURCE_INCLUDES.
5842 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
5843 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
5844 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
5845 dependencies.
5846 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
5847 dependencies.
5848 (gdbmi.texinfo): Delete rule.
5849 (inc-hist.texinfo): Delete rule.
5850 (rluser.texinfo): Delete rule.
5851
ebba8386
AC
58522002-08-23 Andrew Cagney <cagney@redhat.com>
5853
5854 * gdbint.texinfo (Target Architecture Definition): Update
5855 STORE_RETURN_VALUE, mention regcache.
5856
0ab7a791
AC
58572002-08-21 Andrew Cagney <ac131313@redhat.com>
5858
5859 * gdbint.texinfo (Target Architecture Definition): Document
5860 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
5861
ee2d5c50
AC
58622002-08-19 Andrew Cagney <ac131313@redhat.com>
5863
5864 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
5865 Fix minor typos. Add index entries.
5866
53c69bd7
AC
58672002-08-18 Andrew Cagney <ac131313@redhat.com>
5868
5869 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
5870
e76f1f2e
AC
58712002-08-15 Andrew Cagney <ac131313@redhat.com>
5872
5873 * gdbint.texinfo (Target Architecture Definition): Document
5874 PRINT_VECTOR_INFO.
5875 * gdb.texinfo (Vector Unit): Document "info vectors" command.
5876
0680b120
AC
58772002-08-13 Andrew Cagney <ac131313@redhat.com>
5878
5879 * gdb.texinfo (Maintenance Commands): Document "maint print
5880 registers", "maint print raw-registers" and "maint print
5881 cooked-registers".
5882
3c3bea1c
GS
58832002-08-08 Grace Sainsbury <graces@redhat.com>
5884
a9331b3f 5885 From Mark Salter:
3c3bea1c
GS
5886 * gdb.texinfo (Protocol): Document T packet extension to
5887 allow watchpoint address reporting.
5888
42f9b0a5
AC
58892002-08-03 Andrew Cagney <ac131313@redhat.com>
5890
5891 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
5892
db034ac5
AC
58932002-08-01 Andrew Cagney <cagney@redhat.com>
5894
5895 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
5896 to CHILL.
5897
e2b28d04
AC
58982002-08-01 Andrew Cagney <ac131313@redhat.com>
5899
5900 * gdbint.texinfo (Coding): Revise section "Include Files".
5901
7fb623f7
AC
59022002-07-24 Andrew Cagney <cagney@redhat.com>
5903
5904 * gdbint.texinfo: Obsolete references to m88k.
5905 * gdb.texinfo: Ditto.
5906
4a2b4636
JB
59072002-07-10 Joel Brobecker <brobecker@gnat.com>
5908
7fb623f7 5909 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
5910 where the proper version of autoconf can be retrieved.
5911
a71ec265
DH
59122002-07-09 Don Howard <dhoward@redhat.com>
5913
5914 * gdb.texinfo (Command Files): Further describe the behavior of
5915 sourced command files.
5916
b9aa90c9
AC
59172002-06-27 Andrew Cagney <ac131313@redhat.com>
5918
5919 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
5920 (Coding): Clarify ISO C version that GDB assumes.
5921
40dd2248
TT
59222002-06-26 Tom Tromey <tromey@redhat.com>
5923
5924 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
5925 add_setshow_cmd_full.
5926
bfac230e
DH
59272002-06-25 Don Howard <dhoward@redhat.com>
5928
5929 * gdb.texinfo (Memory Region Attributes): Document new behavior
5930 for 'mem' command.
5931
475b0867
JB
59322002-06-11 Jim Blandy <jimb@redhat.com>
5933
919d772c
JB
5934 * gdb.texinfo (Symbols): Update documentation for `info source'
5935 command.
5936
475b0867
JB
5937 * gdb.texinfo (Macros): Call the command `info macro', not
5938 `show macro'.
5939
ba8c9337
AC
59402002-06-09 Andrew Cagney <ac131313@redhat.com>
5941
5942 * gdbint.texinfo (Coding): Add section ``Per-architecture module
5943 data''.
5944
1029b7fa
MK
59452002-06-09 Mark Kettenis <kettenis@gnu.org>
5946
5947 * gdbint.texinfo (Target Architecture Definition): Document
5948 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5949
16737d73
AC
59502002-06-08 Andrew Cagney <ac131313@redhat.com>
5951
5952 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
5953 lists.
5954
30107679
AC
59552002-06-08 Andrew Cagney <ac131313@redhat.com>
5956
5957 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
5958 Branch''.
5959
3352e23e
AC
59602002-06-01 Andrew Cagney <ac131313@redhat.com>
5961
5962 * gdbint.texinfo (Target Architecture Definition): Add section
5963 ``Converting an existing Target Architecture to Multi-arch''.
5964
cbb09e6a
AC
59652002-05-30 Andrew Cagney <ac131313@redhat.com>
5966
5967 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
5968 to ``Obsoleting code''. Revise.
5969
e2e0bcd1
JB
59702002-05-17 Jim Blandy <jimb@redhat.com>
5971
5972 * gdb.texinfo (C Preprocessor Macros): New chapter.
5973 Include it in the main menu.
5974 (Contributors): Credit Jim Blandy with macro support.
5975 (Compilation): Explain how to get macro information into the
5976 executable.
5977 (Expressions): Note that preprocessor macros are expanded.
5978
9db8d71f
DJ
59792002-05-14 Daniel Jacobowitz <drow@mvista.com>
5980
5981 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
5982 options for `target remote'.
5983
6d531722
AC
59842002-05-13 Andrew Cagney <ac131313@redhat.com>
5985
5986 * gdbint.texinfo (Target Architecture Definition): Delete
5987 documentation on NNPC_REGNUM.
5988
13d01224
AC
59892002-05-11 Andrew Cagney <ac131313@redhat.com>
5990
5991 * gdbint.texinfo (Target Architecture Definition): Document
5992 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
5993 (Target Architecture Definition): Revise section `Using Different
5994 Register and Memory Data Representations'. Add section `Raw and
5995 Virtual Register Representations'.
5996
b2e75d78
AC
59972002-05-11 Andrew Cagney <ac131313@redhat.com>
5998
5999 * gdbint.texinfo (Target Architecture Definition): Mention
6000 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
6001 (Target Architecture Definition): Mention same. Add references to
6002 web pages.
6003
2c8682ee
MS
60042002-05-08 Michael Snyder <msnyder@redhat.com>
6005
6006 * stabs.texinfo (Attributes): Document new "vector" attribute.
6007
0816590b
AC
60082002-05-04 Andrew Cagney <ac131313@redhat.com>
6009
6010 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
6011
2653173e
AC
60122002-05-04 Andrew Cagney <ac131313@redhat.com>
6013
6014 * gdb.texinfo: Delete obsolete references to a29k.
6015
d7bd68ca
AC
60162002-04-24 Andrew Cagney <ac131313@redhat.com>
6017
6018 * gdbint.texinfo (Target Architecture Definition): Replace
6019 IN_SIGTRAMP with PC_IN_SIGTRAMP.
6020
21d83aa5
DM
60212002-04-24 David S. Miller <davem@redhat.com>
6022
6023 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
6024
7673a6cc
DM
60252002-04-21 David S. Miller <davem@redhat.com>
6026
6027 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
6028
d49d1e0a
AC
60292002-04-21 Andrew Cagney <ac131313@redhat.com>
6030
6031 * gdbint.texinfo (Target Architecture Definition): Delete
6032 definition of HAVE_REGISTER_WINDOWS.
6033
f7dc1244 60342002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
6035
6036 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
6037 "Theodore A. Roth" <troth@verinet.com>.
6038
5ca0cb28
DH
60392002-04-15 Don Howard <dhoward@redhat.com>
6040
f7dc1244 6041 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 6042 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 6043 Provide a better explaination of this feature.
5ca0cb28 6044
f208ba17
AC
60452002-04-14 Andrew Cagney <ac131313@redhat.com>
6046
6047 * gdbint.texinfo (Target Architecture Definition): Remove
6048 FRAME_CHAIN_COMBINE.
6049
d5ba91de
MC
60502002-04-12 Michael Chastain <mec@shout.net>
6051
6052 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
6053 REG_STACK_SEGMENT.
6054
26818220
MC
60552002-04-09 Michael Chastain <mec@shout.net>
6056
6057 * gdbint.texinfo (Obsolete Conditionals): Remove references to
6058 PYRAMID_* macros.
6059
129188f6
AC
60602002-04-07 Andrew Cagney <ac131313@redhat.com>
6061
6062 * gdb.texinfo (Bug Reporting): Document that the web is the
6063 prefered way of submitting bug reports.
6064 (Bug Reporting): Delete the s-mail address as the last resort.
6065
8227c0ff
AC
60662002-04-05 Andrew Cagney <ac131313@redhat.com>
6067
6068 * gdbint.texinfo (Target Architecture Definition): Delete
6069 references to TARGET_WRITE_FP and write_fp.
6070
16d9dec6
MS
60712002-03-27 Michael Snyder <msnyder@redhat.com>
6072
6073 * gdb.texinfo: Document new commands dump, append, and restore.
6074
9ae8b82c
AC
60752002-03-27 Andrew Cagney <ac131313@redhat.com>
6076
6077 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
6078 Branch'.
6079
474c8240
AC
60802002-03-18 Andrew Cagney <ac131313@redhat.com>
6081
6082 * gdb.texinfo: Change all examples to @smallexample.
6083 * gdbint.texinfo: Ditto.
a9331b3f 6084
fb0ff88f
AC
60852002-03-18 Andrew Cagney <ac131313@redhat.com>
6086
6087 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
6088 Branches''.
6089
9bb0a4d8
AC
60902002-03-18 Andrew Cagney <ac131313@redhat.com>
6091
6092 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
6093 Policy''.
6094
937f164b
FF
60952002-03-04 Fred Fish <fnf@redhat.com>
6096
6097 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
6098 expresson, suports, dependant, trhe, perhaphs, situtations,
6099 explictily, taged, oportunity, unfortunatly).
6100
a7b40f07
AC
61012002-02-24 Andrew Cagney <ac131313@redhat.com>
6102
6103 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
6104 Remove reference to 3.12.
6105
aab4e0ec
AC
61062002-02-23 Andrew Cagney <ac131313@redhat.com>
6107
6108 * gdbint.texinfo: Include fdl.texi.
6109 (Top): Add GNU Free Documentation License.
6110 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
6111 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
6112 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
6113 (gdbint.info): Add srcdir to include path.
6114 * gdb.texinfo: Include gpl.texi.
6115 (Top): Add Copying.
6116 * gpl.texi: New file.
6117
47b95330
AC
61182002-02-23 Andrew Cagney <ac131313@redhat.com>
6119
6120 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
6121
78c47bea
PM
61222002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
6123
6124 * gdb.texinfo: Document Cygwin native specific commands.
6125
56460a61
DJ
61262002-02-15 Daniel Jacobowitz <drow@mvista.com>
6127
6128 * gdb.texinfo: Document gdbserver ``--attach'' command.
6129
def71bfa
MS
61302002-02-07 Michael Snyder <msnyder@redhat.com>
6131
6132 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
6133 to @code(_ovly_debug_event).
6134
c928edc0
AC
61352002-02-07 Andrew Cagney <ac131313@redhat.com>
6136
6137 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
6138
81d46470
MS
61392002-02-06 Michael Snyder <msnyder@redhat.com>
6140
6141 * gdb.texinfo (overlays): Mention new magic symbol
6142 '_ovly_debug_event', which allows GDB to keep better track
6143 of overlays.
6144
f7dc1244 61452002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
6146
6147 * gdb.texinfo (Memory Region Attributes): Fix the wording.
6148 Suggested by Dmitry Sivachenko.
6149
6150 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
6151
15110bc3
MS
61522002-02-01 Michael Snyder <msnyder@redhat.com>
6153
6154 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
6155
6763aef9
MS
61562002-01-30 Michael Snyder <msnyder@redhat.com>
6157
ac282366
MS
6158 * gdb.texinfo: (remote protocol): Gramatical fix-up.
6159 (set trust-readonly-sections): Document.
6763aef9 6160
8642bc8f
AC
61612002-01-29 Andrew Cagney <ac131313@redhat.com>
6162
6163 * gdbint.texinfo (Releasing GDB): Revise and update.
6164
afe64c1a
AC
61652002-01-28 Andrew Cagney <ac131313@redhat.com>
6166
6167 * gdbint.texinfo (Target Architecture Definition): Delete
6168 description of TARGET_BYTE_ORDER_DEFAULT.
6169
f7dc1244 61702002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
6171
6172 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
6173 <mitya@cavia.pp.ru>.
6174
3d6e1b5a
AC
61752002-01-23 Andrew Cagney <ac131313@redhat.com>
6176
6177 * libgdb.texinfo: Delete file.
6178
6c0e9fb3
AC
61792002-01-22 Andrew Cagney <ac131313@redhat.com>
6180
6181 * gdb.texinfo: Remove makeinfo 3.12 hacks.
6182 * gdbint.texinfo: Ditto.
6183
e0ce93ac
AC
6184Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
6185
6186 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
6187
be298bcc
AC
61882002-01-22 Andrew Cagney <ac131313@redhat.com>
6189
6190 * Makefile.in: Update copyright.
6191 (TEXI2DVI): Define.
6192 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
6193 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
6194 gdb-cfg.texi.
6195 (TEXINDEX, PDFTEX): Delete makefile variables.
6196
8e04817f
AC
61972002-01-22 Andrew Cagney <ac131313@redhat.com>
6198
6199 * gdb.texinfo (Protocol): Move section to appendix.
6200
6b2f586d
AC
62012002-01-21 Andrew Cagney <ac131313@redhat.com>
6202
6203 * gdb.texinfo (Remote Debugging): Create a menu.
6204 (Top): Add ``Remote Debugging'' to menu.
6205
6f05cf9f
AC
62062002-01-21 Andrew Cagney <ac131313@redhat.com>
6207
6208 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
6209 serial protocol'' from here.
6210 (Remote Debugging): To here. New chapter.
6211
3fd3d7d2
AC
62122002-01-20 Andrew Cagney <ac131313@redhat.com>
6213
6214 * gdbint.texinfo (Target Architecture Definition): Delete
6215 description of TARGET_BYTE_ORDER_SELECTABLE_P.
6216
7fd60527
AC
62172002-01-20 Andrew Cagney <ac131313@redhat.com>
6218
6219 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
6220 are no longer needed.
6221 (Porting GDB): Add maintainer note about configure.host.
6222
c2f05ac9
AC
62232002-01-20 Andrew Cagney <ac131313@redhat.com>
6224
6225 * gdbint.texinfo (Target Architecture Definition): Remove
6226 definition of IEEE_FLOAT.
6227
f7dc1244 62282002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
6229
6230 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
6231 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
6232 <3diff@gnu.org>
231b2aad 6233
82600034
AC
62342002-01-19 Andrew Cagney <ac131313@redhat.com>
6235
6236 * gdbint.texinfo (Host Definition): Remove references to
6237 MALLOC_INCOMPATIBLE.
6238
7708fa01
AC
62392002-01-17 Andrew Cagney <ac131313@redhat.com>
6240
6241 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
6242 and xyz-xdep.o.
6243
eb12ee30
AC
62442002-01-17 Andrew Cagney <ac131313@redhat.com>
6245
889bf7c5 6246 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
6247 (Set Breaks): Copy ``maint info breakpoint'' doco to
6248 ``Maintenance Commands'' appendix. Add reference.
6249
c9ccaa92
AC
62502002-01-17 Andrew Cagney <ac131313@redhat.com>
6251
6252 * fdl.texi: Remove next/prev from @node.
6253
f7dc1244 62542002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
6255
6256 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
6257 for monstrous @multitable (from Brian Youmans).
6258
6259 * fdl.texi: New file.
6260
6261 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
6262
8973da3a
AC
62632002-01-15 Andrew Cagney <ac131313@redhat.com>
6264
6265 * gdbint.texinfo (Releasing GDB): New chapter.
6266
7d86b5d5
AC
62672002-01-14 Andrew Cagney <ac131313@redhat.com>
6268
6269 * gdb.texinfo (Embedded Processors, Calling program functions):
6270 Obsolete references to a29k.
6271
cc1cb004
AC
62722002-01-13 Andrew Cagney <ac131313@redhat.com>
6273
6274 * gdbint.texinfo (Coding): Review Cleanups section. Examples
6275 examples. Document that a code-block should do or discard its
6276 cleanups before exit.
6277
79f12247
MS
62782002-01-11 Michael Snyder <msnyder@redhat.com>
6279
6280 * gdb.texinfo (Choosing files): Change @samp to @file.
6281
19837790
MS
62822002-01-05 Michael Snyder <msnyder@redhat.com>
6283
6284 * gdb.texinfo (--pid): Document new command line option (attach).
6285
f7dc1244 62862002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
6287
6288 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
6289 in the stub.
6290
d7449b42
AC
62912002-01-04 Andrew Cagney <ac131313@redhat.com>
6292
6293 * gdbint.texinfo (Target Architecture Definition): Replace
6294 BIG_ENDIAN with BFD_ENDIAN_BIG.
6295
f23631e4
AC
62962002-01-03 Andrew Cagney <ac131313@redhat.com>
6297
6298 * gdbint.texinfo (Target Architecture Definition): Replace
6299 value_ptr with struct value pointer.
6300
72c9928d
EZ
63012002-01-02 Eli Zaretskii <eliz@gnu.org>
6302
6303 * gdb.texinfo (Free Software): Fix wording.
6304
959acfd1
EZ
63052001-12-31 Eli Zaretskii <eliz@gnu.org>
6306
6307 * gdb.texinfo (Free Software): New section ``Free Software Needs
6308 Free Documentation''.
6309
f7dc1244 63102001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
6311
6312 * stabs.texinfo:
6313 * gdb.texinfo:
6314 * gdbint.texinfo:
6315 * libgdb.texinfo:
6316 * annotate.texi: Fix the application of GFDL in the Copyright notice.
6317
6600abed
MS
63182001-12-29 Michael Snyder <msnyder@redhat.com>
6319
6320 * gdb.texinfo (maint info sections): Fix typo.
6321
f6680716
MS
63222001-12-26 Michael Snyder <msnyder@redhat.com>
6323
fe95c787
MS
6324 * gdb.texinfo (maint info sections): Document.
6325
a9331b3f 6326 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
6327 'info proc' sub-options that are currently not implemented.
6328
c3d3ce5b
JB
63292001-12-20 Jim Blandy <jimb@redhat.com>
6330
6331 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
6332
778eb05e
AC
63332001-12-15 Andrew Cagney <ac131313@redhat.com>
6334
6335 * gdbint.texinfo (Target Architecture Definition): Replace
6336 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
6337
2607059c
AC
63382001-12-01 Andrew Cagney <ac131313@redhat.com>
6339
6340 * gdbint.texinfo (Host Definition): Delete documentation on
6341 HOST_BYTE_ORDER.
6342
df0cd8c5
JB
63432001-11-30 Jim Blandy <jimb@redhat.com>
6344
6345 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 6346 overlay support. Add to top-level menu.
df0cd8c5 6347
88118b3a
TT
63482001-11-26 Tom Tromey <tromey@redhat.com>
6349
6350 * gdb.texinfo (Command Syntax): Document C-o binding.
6351
96565e91
CF
63522001-07-26 Christopher Faylor <cgf@redhat.com>
6353
6354 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
6355 use since it is described in the referenced section.
6356
f7dc1244 6357 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
6358 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
6359 clearer when using DJGPP.
6360
2a3d5645
CF
63612001-11-24 Christopher Faylor <cgf@redhat.com>
6362
6363 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
6364 specifically refer to MS-DOS.
6365 (command files): Mention gdb.ini is only used on MS-DOS.
6366
aa26fa3a
TT
63672001-11-21 Tom Tromey <tromey@redhat.com>
6368
6369 * gdb.texinfo (Invoking GDB): Document --args.
6370 (Mode Options): Likewise.
6371
4f8ada06
JB
63722001-11-21 Jim Blandy <jimb@redhat.com>
6373
6374 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
6375 Delete documentation; this macro has been removed from the
6376 sources.
4f8ada06 6377
3fe0dc10
JB
63782001-11-13 Jim Blandy <jimb@redhat.com>
6379
6380 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
6381
9e5abb06
CV
63822001-11-06 Corinna Vinschen <vinschen@redhat.com>
6383
6384 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
6385
1c5dfdad
MS
63862001-11-05 Michael Snyder <msnyder@redhat.com>
6387
a9331b3f 6388 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
6389 quote regexp chars in function names such as "operator*()".
6390
990f9fe3
FF
63912001-11-01 Fred Fish <fnf@redhat.com>
6392
6393 * gdbint.texinfo (SOLIB_ADD): Document additional new
6394 "readsyms" arg.
6395
b433d00b
DH
63962001-10-30 Don Howard <dhoward@redhat.com>
6397
070b1dd3
DH
6398 * gdb.texinfo: (Command Files) Added documentation for the
6399 behavior of gdb with input redirected from a file.
b433d00b 6400
b7209cb4
FF
64012001-10-28 Fred Fish <fnf@redhat.com>
6402
6403 * gdb.texinfo (auto-solib-add): Change docs to match
6404 implementation change.
6405 (auto-solib-limit): Add docs for new variable.
6406
1aa20aa8
AC
64072001-10-15 Andrew Cagney <ac131313@redhat.com>
6408
6409 * gdbint.texinfo (Target Architecture Definition): Function
6410 value_as_pointer renamed to value_as_address.
6411
fc0c74b1
AC
64122001-10-15 Andrew Cagney <ac131313@redhat.com>
6413
6414 * gdbint.texinfo (Target Architecture Definition): Default
6415 POINTER_TO_ADDRESS functions assume unsigned addresses.
6416 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
6417 posting by Jim Blandy.
6418
f4846649
JB
64192001-10-12 Jim Blandy <jimb@redhat.com>
6420
6421 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
6422 version of texi2html (1.64) doesn't support this flag any more.
6423
f277788b
MK
64242001-09-08 Mark Kettenis <kettenis@gnu.org>
6425
a9dc4918
MK
6426 * gdbint.texinfo (Host Definition): Remove description of
6427 MEM_FNS_DECLARED.
6428
d28379df
MK
6429 * gdbint.texinfo (Host Definition): Remove description of R_OK.
6430
f277788b
MK
6431 * gdbint.texinfo (Host Definition): Remove description of
6432 HAVE_SIGSETMASK.
6433
7ccaa899
EZ
64342001-09-04 Elena Zannoni <ezannoni@redhat.com>
6435
6436 * gdbint.texinfo (Target Architecture Definition): Add
6437 explanation of TARGET_PRINT_INSN macro.
6438
17d9d558
JB
64392001-08-30 Jim Blandy <jimb@redhat.com>
6440
6441 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
6442 Explain what it means to load relocatable files.
6443
72cde065
JB
64442001-08-28 Jim Blandy <jimb@redhat.com>
6445
6446 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
6447 info `top' menu.
6448
9e678452
CF
6449Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
6450
6451 * gdbint.texinfo: Add a cautionary note about macro use.
6452
a2bea4c3 64532001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 6454
a2bea4c3
CV
6455 * gdb.texinfo: Explain omitting the hostname in the
6456 `target remote' command.
6457
1129bf27
DJ
64582001-07-30 Daniel Jacobowitz <drow@mvista.com>
6459
6460 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
6461 and END-INFO-DIR-ENTRY.
6462
732b3002
SC
64632001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6464
6465 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
6466
89437448
AC
64672001-07-25 Andrew Cagney <ac131313@redhat.com>
6468
6469 * gdbint.texinfo (libgdb): Rewrite.
6470
f7dc1244 64712001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
6472
6473 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
6474
c4555f82
SC
64752001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6476
6477 * gdb.texinfo (TUI): New chapter, document the TUI.
6478 (Mode Options): Document the -tui option.
6479
2f45a6e0
MK
64802001-07-23 Mark Kettenis <kettenis@gnu.org>
6481
6482 * gdbint.texinfo (Host Definition): Remove description of
6483 NEED_POSIX_SETPGID.
6484
f7dc1244 64852001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
6486
6487 * gdb.tex (DJGPP Native): New node, with descriptions of
6488 DJGPP-specific commands.
6489
be9c6c35
JM
64902001-07-19 John R. Moore <jmoore@redhat.com>
6491
6492 * gdbint.texinfo: Three misspellings.
6493
dfa249fb
AC
64942001-07-06 Andrew Cagney <ac131313@redhat.com>
6495
6496 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
6497 `test` expressions on bash. Problem reported by Colin Walters.
6498
c72e7388
AC
64992001-07-04 Andrew Cagney <ac131313@redhat.com>
6500
6501 * gdbint.texinfo (User Interface): Update ui-out documentation to
6502 refelect recent UI/MI updates.
6503
94bbb2c0
AC
65042001-07-04 Andrew Cagney <ac131313@redhat.com>
6505
6506 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
6507 interpreters.
6508
af6c57ea
AC
65092001-06-15 Andrew Cagney <ac131313@redhat.com>
6510
6511 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
6512 structure and not macros.
6513 (Host Definition): Document that much of this chapter is obsolete.
6514 (Target Architecture Definition): Update list of files that make
6515 up a target architecture.
6516 (Coding): Update.
6517
83aa8bc6
AC
65182001-06-28 Andrew Cagney <ac131313@redhat.com>
6519
6520 * gdbint.texinfo (Target Architecture Definition): Update
6521 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
6522 The latter has been changed to a true predicate.
6523
f7dc1244 65242001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
6525
6526 * annotate.texi: Add @noindent where needed. From Dmitry
6527 Sivachenko <dima@Chg.RU>.
6528 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
6529
656db9b0
AC
65302001-06-16 Andrew Cagney <ac131313@redhat.com>
6531
6532 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
6533
df2396a1
AC
65342001-06-14 Andrew Cagney <ac131313@redhat.com>
6535
6536 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
6537 returns ``OK''. Document that the ``R'' packet does not reply.
6538
0f1f2b0a
MS
65392001-06-13 Michael Snyder <msnyder@redhat.com>
6540
6541 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
6542
f7dc1244 65432001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
6544
6545 * gdb.texinfo (Signals): Clarify the default setting of signal
6546 handling.
6547
a5d7c491
AC
65482001-05-14 Andrew Cagney <ac131313@redhat.com>
6549
6550 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
6551 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
6552
05a54c4f
AC
65532001-05-12 Andrew Cagney <ac131313@redhat.com>
6554
6555 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
6556
f7dc1244 65572001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
6558
6559 * gdbint.texinfo (Clean Design and Portable Implementation):
6560 Renamed from "Clean Design".
6561 (Clean Design and Portable Implementation): Document portable
6562 methods of handling file names, and the associated macros.
6563
f7dc1244 65642001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
6565
6566 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
6567 command and provide a cross-reference to its description.
6568 (Symbols): Note that "info scope" is useful for trace experiments.
6569
f7dc1244 65702001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 6571
b37052ae
EZ
6572 * gdb.texinfo (Symbols): Document "info scope".
6573 (Tracepoints): New chapter.
6574 (Contributors): Update for v5.1.
6575 <All nodes>: Change "C++" to "C@t{++}".
6576
0ee54786
EZ
6577 * gdbint.texinfo (User Interface): A new section about ui_out
6578 functions, based on text written by Fernando Nasser.
6579
c534679c
EZ
6580 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
6581
f7dc1244 65822001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 6583
e9c75b65
EZ
6584 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
6585
6586 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
6587
6588 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
6589 Replace "GDB" with "@value{GDBN}". Fix markup.
6590
6591 * annotate.texi: Change Permissions to GFDL. Update Copyright.
6592
3d67e040
EZ
6593 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
6594 a cross-reference to its description.
6595 (Symbols): Document "info symbol".
6596
f7dc1244 65972001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
6598
6599 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
6600 subsection "x86 Watchpoints".
6601 (Target Architecture Definition): Document the macros
6602 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
6603 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
6604
b0ed3589
AC
66052001-03-20 Andrew Cagney <ac131313@redhat.com>
6606
6607 * gdbint.texinfo (Target Architecture Definition): Update
6608 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
6609 list.
6610
b6ba6518
KB
66112001-03-06 Kevin Buettner <kevinb@redhat.com>
6612
6613 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
6614 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
6615
f7dc1244 66162001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
6617
6618 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
6619
f7dc1244 66202001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 6621
17cc6a06
EZ
6622 * gdb.texinfo (Environment): Document that `path' does not change
6623 the value of PATH in GDB's own environment (it did in the past,
6624 but that was changed on March 15, 1994). Reported by Doug Evans
6625 <dje@transmeta.com>.
6626
56caf160
EZ
6627 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
6628 its line. Fix markup of commands and macros. Add an Index node
6629 and index entries.
6630
29e57380
C
66312001-01-23 J.T. Conklin <jtc@redback.com>
6632
6633 * gdb.texinfo (Memory region attributes): New manual section.
6634
1c6147de
ND
66352001-01-04 Nicholas Duffek <nsd@redhat.com>
6636
6637 * gdbint.texinfo (POP_FRAME): Document use by return_command.
6638
f7dc1244 66392000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
6640
6641 * refcard.tex: Version and copyright fixed. From Phil Edwards
6642 <pedwards@disaster.jaj.com>.
6643
0dcedd82
AC
6644Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
6645
6646 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 6647 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 6648
3b851bce
AC
6649Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
6650
6651 * gdbint.texinfo (Coding): Update current value of
889bf7c5 6652 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 6653
f7dc1244 66542000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
6655
6656 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
6657 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
6658
b90a5f51
CF
66592000-11-10 Christopher Faylor <cgf@cygnus.com>
6660
6661 * gdb.texinfo: Document new 'set step-mode' command.
6662
f7dc1244 66632000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
6664
6665 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
6666 changes from Dmitry Sivachenko <dima@Chg.RU>.
6667
f7dc1244 66682000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
6669
6670 * gdb.texinfo (Hooks): Document the new post-hook functionality.
6671 From Steven Johnson <sbjohnson@ozemail.com.au>.
6672
2e685b93
MK
66732000-08-10 Mark Kettenis <kettenis@gnu.org>
6674
6675 * gdbint.texinfo (Overall Structure): Spelling fix.
6676
f7dc1244 66772000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
6678
6679 * gdbint.texinfo (Target Architecture Definition): Document that
6680 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
6681 for which REGISTER_CONVERTIBLE returns a zero value.
6682
63ac3005
EZ
66832000-07-08 Christopher Faylor <cgf@cygnus.com>
6684
6685 * Makefile.in (install-info): Find files to install in either the
6686 build or source directories (adapted from Makefile.am).
6687
bd79f757
ND
66882000-07-07 Nicholas Duffek <nsd@redhat.com>
6689
6690 * stabs.texinfo: Fix spelling errors.
6691 (String Field): FILE-NUMBER starts from 0, not 1.
6692
f7dc1244 66932000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
6694
6695 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 6696 Brian Youmans.
5f208f6d 6697
f7dc1244 66982000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
6699
6700 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
6701 the source directory. Reported by Mark Harig
6702 <markh@frazier.landmark.com>.
cc542d3b 6703
f3b28801
C
67042000-06-20 J.T. Conklin <jtc@redback.com>
6705
6706 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
6707
449f3b6c
AC
6708Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
6709
6710 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 6711 Generate using pdftex.
449f3b6c 6712 (PDFTEX): Define.
889bf7c5 6713 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 6714 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 6715 @contents at the start.
449f3b6c 6716
f7dc1244 67172000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
6718
6719 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 6720 Youmans.
48e934c6 6721
9e9c5ae7
AC
6722Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
6723
6724 From Brian Youmans:
6725 * gdb.texinfo: Fix ``et al.''.
6726
c741b251
AC
6727Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
6728
6729 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 6730 loop.
c741b251 6731
4ab64e14
JG
67322000-05-19 Jimmy Guo <guo@cup.hp.com>
6733
6734 * configure: Regenerate.
6735
f7dc1244 67362000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
6737
6738 * Makefile.in (install-info): Run install-info on installed Info
6739 files.
6740
8c70017b
AC
6741Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6742
a7cb598a 6743 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 6744 Andrew Cagney.
8c70017b 6745
f7dc1244 67462000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
6747
6748 * gdb.texinfo: Proofreading changes from Brian Youmans.
6749
bf0184be
ND
67502000-05-01 Nick Duffek <nsd@cygnus.com>
6751
6752 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
6753 startup sequence, minor edits.
6754
f7dc1244 67552000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
6756
6757 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
6758 TeX.
6759
6760 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
6761 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
6762 like `n' and `s' which look weird. Convert some of the @kindex to
6763 @vindex, when they refer to variables, not commands.
6764
33e16fad
AC
6765Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6766
6767 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
6768
f7dc1244 67692000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
6770
6771 * Makefile.in (GDBMI_DIR): New variable.
6772 (SET_TEXINPUTS): Add $(GDBMI_DIR).
6773 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
6774 (gdbmi.texinfo): New target, for texi2roff.
6775 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
6776 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
6777
6778 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
6779 gdbmi.texinfo.
6780 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
6781 comment.
6782
d167840f
EZ
67832000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6784
6785 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 6786 command.
d167840f 6787
f7dc1244 67882000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
6789
6790 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
6791 prevents the build (and is generally a Bad Idea).
6792
f7dc1244 67932000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
6794
6795 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
6796 a comma inside @var.
6797 (Command Files): Index markup changes from Dmitry Sivachenko
6798 <dima@Chg.RU>.
6799
f7dc1244 68002000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
6801
6802 * Makefile.in (LN_S): Define.
6803 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
6804 invoke "ln -s" unless it is known to work.
6805
6806 * configure.in (AC_PROG_LN_S): Add.
6807
8dc7983f
JB
68082000-04-14 Jim Blandy <jimb@redhat.com>
6809
6810 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
6811 section.
6812 (Target Conditionals): Document ADDRESS_TO_POINTER,
6813 POINTER_TO_ADDRESS.
6814
1a8237e8
DB
68152000-04-11 Daniel Berlin <dan@cgsoftware.com>
6816
6817 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
6818 gdb-cfg.texi to get the value.
6819
ca526f1a
JB
68202000-04-10 Jim Blandy <jimb@redhat.com>
6821
6822 * gdbint.texinfo (Target Architecture Definition): Fix
6823 cross-references.
6824
faaafcb4
JB
68252000-04-08 Jim Blandy <jimb@redhat.com>
6826
6827 * gdbint.texinfo (Using Different Register and Memory Data
6828 Representations): New section.
6829 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
6830 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
6831 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 6832
1b27397f
AC
6833Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
6834
6835 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 6836 for acknowledgments.
1b27397f 6837
480ff1fb
AC
6838Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
6839
6840 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 6841 qThreadExtraInfo.
480ff1fb 6842
a9331b3f 68432000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 6844
a9331b3f
RM
6845 * gdb.texinfo: Clarify which remote debug protocol commands are
6846 required and which are optional.
f1251bdd 6847
dbeb8dbd
AC
6848Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
6849
6850 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
6851 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
6852 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
6853 * annotate.texi: Update.
6854
6d2ebf8b
SS
68552000-03-28 Stan Shebs <shebs@apple.com>
6856
6857 * gdb.texinfo: Update dates, bump to Eighth Edition (note
6858 expectation of additional changes before release), update
6859 ISBN, add copy of top-level menu for @ifhtml, remove explicit
6860 node links, rephrase and/or shorten lines to fix formatting
6861 problem in both regular and @smallbook formats.
6862 * annotate.texi: Shorten lines in example, use smallexample
6863 consistently everywhere.
6864 * Makefile.in: Add comment about texinfo 4.0 html generation.
6865 (SFILES_INCLUDED): Add annotate.texi.
6866
5d161b24
DB
68672000-03-27 Daniel Berlin <dan@cgsoftware.com>
6868
5ae4183a
AS
6869 * gdb.texinfo (Debugging Output): Added new section, documenting
6870 the "set/show debug" commands.
5d161b24 6871
b9deaee7
AC
6872Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
6873
6874 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 6875 entry.
b9deaee7
AC
6876
6877 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
6878 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 6879 @chapter and @node entries.
a9331b3f 6880
b9deaee7 6881 * gdb.texinfo: Link all top-level nodes.
a9331b3f 6882
9ef47d30
AC
6883Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
6884
6885 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 6886 files.
9ef47d30 6887
cfeada60
FN
68882000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
6889
6890 From David Whedon <dwhedon@gordian.com>
5ae4183a 6891 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 6892
6837a0a2
DB
68932000-03-22 Daniel Berlin <dan@cgsoftware.com>
6894
6895 * gdb.texinfo: Add documentation for the apropos command.
6896
bba2971c
MS
68972000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6898
6899 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
6900
2b628194
MS
69012000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6902
a9331b3f 6903 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
6904 two places.
6905
96a2c332
SS
69062000-03-17 Stan Shebs <shebs@apple.com>
6907
6908 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
6909 <dima@Chg.RU>, also clarification of allowed content for
6910 string constants.
6911
f7dc1244 69122000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
6913
6914 * gdb.texinfo (main menu): Add Annotations.
6915 (File Options): Add @cindex entries for each command-line option.
6916 Document --epoch, --annotate, --async, --interpreter, --write,
6917 --statistics, and --version.
6918
6919 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
6920 of GDB.
6921
9d233477
JB
69222000-02-23 Jim Blandy <jimb@redhat.com>
6923
6924 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
6925
14e0eb3b
JB
69262000-02-22 Jim Blandy <jimb@redhat.com>
6927
6928 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
6929
3555de01
JM
69302000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
6931
6932 * Makefile.in (diststuff): New target.
6933
5e35df8e
KB
69342000-02-15 Kevin Buettner <kevinb@redhat.com>
6935
6936 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 6937 architecture. [From Jim Wilson.]
5e35df8e 6938
c5394b80
JM
69392000-01-16 Tom Tromey <tromey@cygnus.com>
6940
6941 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
6942 (Delete Breaks): Mention range arguments.
6943 (Disabling): Likewise.
6944
c3f6f71d
JM
69452000-01-05 Dmitry Sivachenko <dima@Chg.RU>
6946
6947 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
6948
c4093a6a
JM
6949Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
6950
6951 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 6952 valid functions.
c4093a6a 6953
11cf8741
JM
69541999-11-05 Stan Shebs <shebs@andros.cygnus.com>
6955
6956 * gdb.texinfo: Clarify regular expressions used in rbreak.
6957
917317f4
JM
69581999-10-15 Kevin Buettner <kevinb@cygnus.com>
6959
6960 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
6961 MEMORY_REMOVE_BREAKPOINT): Document.
6962
6963Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
6964
6965 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 6966 offset re-using the DATA offset instead.
917317f4 6967
2df3850c
JM
69681999-10-11 Jim Kingdon <kingdon@redhat.com>
6969
6970 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
6971
69721999-10-05 Stan Shebs <shebs@andros.cygnus.com>
6973
6974 From Dmitry Sivachenko <demon@gpad.ac.ru>:
6975 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
6976 typos.
6977
6978 * gdb.texinfo: Various minor wording and formatting improvements,
6979 mentions of additional command-line options.
6980
2acceee2
JM
69811999-09-30 Fred Fish <fnf@cygnus.com>
6982
6983 * gdb.texinfo: Document additional forms of specifying section
6984 names and addresses for the add-symbol-file command.
6985
c2c6d25f
JM
69861999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
6987
6988 * gdbint.texinfo: Fix typo, add the word "have".
6989
69901999-09-14 Jim Blandy <jimb@cris.red-bean.com>
6991
6992 * gdbint.texinfo (Target Architecture Definition): Document the
6993 SKIP_PERMANENT_BREAKPOINT macro.
6994
d4f3574e
SS
69951999-09-07 Stan Shebs <shebs@andros.cygnus.com>
6996
6997 * gdb.texinfo: Fiks speling errers.
6998
6999 * gdb.texinfo: Fix uses of @multitable.
7000
f7dc1244 7001 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 7002 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 7003 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
7004 comments about using with optimization, add more indexing,
7005 fix info about disassembly-flavor.
7006
7007Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
7008
7009 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
7010 SKIP_SOLIB_RESOLVER): Define.
7011
7012Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
7013
7014 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 7015 ``g'' packets.
d4f3574e 7016
104c1213
JM
70171999-08-30 Stan Shebs <shebs@andros.cygnus.com>
7018
7019 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
7020 platform-specific info, inline remote.texi and move sections of it
7021 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
7022 and register stack into the new chapter.
7023 * remote.texi: Remove, now part of gdb.texinfo.
7024 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
7025
70261999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
7027
7028 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
7029 GDB_TARGET_IS_MACH386): These kludges have gone away.
7030
7031Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
7032
7033 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 7034 TDEPLIBS.
104c1213 7035
53a5351d
JM
70361999-08-20 Stan Shebs <shebs@andros.cygnus.com>
7037
7038 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
7039 surrounding text to fit HP-UX bits into general info.
7040 (HPPA-cfg.texi): Remove, no longer useful.
7041
7042 * gdb.texinfo: Remove explicit links from @node lines, remove
7043 HP-added "Detailed Node Listing" from main menu which confuses
7044 things.
7045
7046 From Dmitry Sivachenko <dima@Chg.RU>:
7047 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 7048 in description of `set environment'.
53a5351d
JM
7049
70501999-08-17 Stan Shebs <shebs@andros.cygnus.com>
7051
7052 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
7053
7be570e7
JM
70541999-08-12 Ben Elliston <bje@cygnus.com>
7055
7056 * gdbint.texinfo (Breakpoint Handling): Add missing words.
7057
f7dc1244 70581999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
7059
7060 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
7061 watch, awatch, and rwatch. Explain why the latter two cannot be
7062 set as software watchpoints. Document that watchpoints for local
7063 variables are deleted when the debuggee terminates.
7be570e7
JM
7064
7065Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
7066
7067 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
7068 packet. Allow E.. response packet. "qRcmd" packet is no longer
7069 reserved.
7be570e7
JM
7070
70711999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7072
a9331b3f
RM
7073 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
7074 * gdb.texinfo: Ditto.
7be570e7 7075
96baa820
JM
70761999-08-06 Tom Tromey <tromey@cygnus.com>
7077
7078 * gdb.texinfo (KOD): New node.
7079
7080Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
7081
7082 * remote.texi (Rcmd): Fix minor formatting typos.
7083
7084Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
7085
7086 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 7087 packets.
96baa820 7088
adf40b2e
JM
70891999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
7090
7091 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
7092 fixes.
7093
43ff13b4
JM
7094Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
7095
7096 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
7097
085dd6e6
JM
7098Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
7099
7100 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
7101 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
7102 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
7103 packets that are not supported on all hosts. Expand examples.
7104 Spell check.
085dd6e6
JM
7105
71061999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
7107
7108 * Makefile.in: Recognize html, install-html. Add targets
7109 to build HTML versions of documentation via texi2html.
7110
7111Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
7112
7113 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 7114 testsuite.
085dd6e6
JM
7115
7116Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
7117
7118 * remote.texi (Communication Protocol): Rewrite.
7119
7120Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
7121
7122 * stabs.texinfo: Fix uses of xref.
7123
9e0b60a8
JM
7124Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
7125
7126 * gdbint.texinfo: Add an anti-printf exhortation, and update the
7127 info about patch submission.
7128
cce74817
JM
7129Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
7130
7131 From Per Bothner <bothner@cygnus.com>:
7132 * gdb.texinfo: Document Chill support.
7133
7134Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
7135
7136 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
7137 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
7138 Document that the value should be greater-than or equal-to zero.
7139 (NO_STD_REGS): Document. Deprecate.
cce74817 7140
ac9a91a7
JM
7141Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7142
7143 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 7144 Document that these are not used.
ac9a91a7
JM
7145
7146Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7147
7148 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
7149
392a587b
JM
7150Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
7151
7152 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 7153 numargs was dropped.
392a587b
JM
7154
7155Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
7156
7157 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
7158
b83266a0
SS
7159Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
7160
7161 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 7162 Update.
b83266a0 7163
7a292a7a
SS
7164Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
7165
7166 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
7167 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
7168
7169Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
7170
7171 * gdbint.texinfo: Fix typos: $ -> @.
7172
7173Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
7174
7175 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
7176 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
7177 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
7178 BREAKPOINT_FROM_PC.
a9331b3f 7179
7a292a7a
SS
7180Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
7181
7182 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 7183 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
7184
7185Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7186
7187 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 7188 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
7189
71901999-04-02 Stan Shebs <shebs@andros.cygnus.com>
7191
7192 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
7193 longer exists.
7194
7195Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
7196
7197 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
7198 nearly all @ifset/@ifclear conditionals; nobody uses them, and
7199 they make the manual source incomprehensible.
7a292a7a
SS
7200 * h8-cfg.texi: Remove, hasn't been used in years.
7201
c906108c
SS
7202Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
7203
7204 * gdb.texinfo: Update the credits.
7205
7206Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
7207
7208 * gdb.texinfo: Fix mistakes noticed in printout of last
7209 draft, add Alpha to discussion of heuristic fence post.
7210
7211Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
7212
7213 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
7214 Edition, merge some HP changes into mainline, describe some
7215 previously undocumented features, describe more of the target
7216 commands available, eliminate obsolete section on renamed
7217 commands.
c906108c
SS
7218 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
7219
7220Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
7221
7222 * gdb.texinfo: Make many HPPA conditionals unconditional,
7223 including catchpoint description, since now on for all configs.
7224 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
7225 specializations.
7226
7227Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
7228
7229 * Makefile.in (GDBvn.texi): Fix match expression to work with
7230 current format of VERSION in gdb/Makefile.in.
7231 * gdb.texinfo: Fix node ref to match new readline.
7232
7233Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
7234
a9331b3f
RM
7235 * gdb.texinfo: Changes made as part of a project to merge in
7236 changes made by HP. Documentation makes extensive use of
c906108c
SS
7237 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
7238 on remote debugging. There are differences in documentation
889bf7c5 7239 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
7240 the HP manual discusses catchpoints, hardware watchpoints, and
7241 some HPUX specific limitations for shared library support.
a9331b3f 7242
c906108c
SS
7243 There are also a number of @node changes.
7244
72451999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
7246
7247 * gdbint.texinfo (Formatting): Disambiguate a sentence.
7248 (C Usage): Same.
7249
7250Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
7251
7252 The following changes were made by Edith Epstein
889bf7c5
PA
7253 <eepstein@cygnus.com> as part of a project to merge in changes
7254 made by HP.
a9331b3f 7255
c906108c
SS
7256 * HPPA-cfg.texi: new file.
7257
7258 * all-cfg.texi: set HPPA for HP PA-RISC targets.
7259
7260 * refcard.tex: change documentation about catch.
7261 removed info catch.
7262
7263Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
7264
7265 * gdbint.texinfo: Expand on GDB's coding standards,
7266 specify the use of arg names with prototypes.
7267
72681998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
7269
7270 * gdb.texinfo: Fix tipo.
7271
7272Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
7273
7274 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 7275 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
7276
7277Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
7278
7279 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
7280
72811998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
7282
7283 * agentexpr.texi: New file.
7284
7285Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
7286
7287 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
7288
72891998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
7290
7291 * remote.texi: Changed wording that implied that the GDB remote
7292 protocol caches register values instead of GDB itself.
7293
7294Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
7295
7296 * gdbint.texinfo: Add some info about symbol readers.
7297 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
7298 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
7299 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
7300 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
7301
7302Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
7303
a9331b3f 7304 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
7305
7306Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
7307
7308 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
7309
7310Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
7311
7312 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 7313 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
7314
7315Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
7316
7317 * gdbint.texinfo: Fix minor typos.
7318
7319Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
7320
7321 * gdbint.texinfo: Complete overhaul. Group descriptions more
7322 logically, add more info on generic algorithms, remove much
7323 obsolete and/or wrong material.
7324
7325Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
7326
7327 * stabs.texinfo (Method Type Descriptor): Expand and correct.
7328
7329Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
7330
7331 * refcard.tex: Copyright, address updates.
7332
7333Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
7334
7335 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
7336 for the edition instead of confusing GDB-version-like numbers.
7337
7338Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
7339
7340 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
7341
7342Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
7343
5ae4183a 7344 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
7345
7346Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
7347
7348 * gdb.texinfo: Add some credits, mention bug monitor.
7349 * remote.texi: Mention mips monitor targets.
7350 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 7351
c906108c
SS
7352Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
7353
7354 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
7355 files, finish sorting of host vs target vs native macros, describe
7356 some more of them.
c906108c
SS
7357
7358Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
7359
7360 * gdbint.texinfo (Host Conditionals): Document change from
7361 using NO_MMALLOC to it's inverse, USE_MMALLOC.
7362
7363Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
7364
7365 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 7366 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
7367
7368Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
7369
7370 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
7371 Document LSEEK_NOT_LINEAR.
7372
7373Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
7374
7375 * stabs.texinfo (Stab Section Basics): Make it clear that only
7376 some versions of the GNU linker remove the leading N_UNDF symbol.
7377
7378Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
7379
7380 * stabs.texinfo (String Field): Document type number pairs here,
7381 instead of in the Sun specific section.
7382 (Include Files): The GNU linker supports the N_BINCL
7383 optimization. Clarify the N_BINCL value, and what it is used
7384 for.
7385 (Procedures): Document N_FUN with an empty string to mark the end
7386 of a function.
7387 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
7388 (Sun Differences): Remove this node, as the information is now
7389 elsewhere in the main document.
7390 (Stab Section Basics): Mention that the GNU linker may optimize
7391 stabs and remove the leading N_UNDF symbol.
7392
7393Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
7394
7395 * gdb.texinfo, refcard.tex: Restore author credit
7396
7397Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
7398
7399 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
7400 documentation to account for START and END macros taking
7401 one arg.
7402
7403Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
7404
7405 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
7406 * gdb.texinfo (Frames): Fix typo.
7407
7408Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
7409
7410 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
7411 a target_signal as arg type, not a pid.
7412
7413Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
7414
7415 * gdb.texinfo: Document `set assembly-language'.
7416
7417Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
7418
7419 * remote.texi: Update list of stubs in the GDB distribution.
7420
7421Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
7422
7423 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
7424 Also document that some systems can use mmalloc but must define
7425 this if their C runtime allocates memory that is later freed.
c906108c 7426 (MMCHECK_FORCE): Document new macro.
a9331b3f 7427
c906108c
SS
7428Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
7429
7430 * remote.texi: Add documentation for target Sparclet.
7431
7432Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7433
a9331b3f 7434 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
7435 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
7436 * configure.in: Rewritten for autoconf.
7437 * configure: New.
7438
7439Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
7440
7441 * Makefile.in (DVIPS): New define, set to dvips.
7442 (dvi): Add stabs.dvi.
7443 (ps): New target.
7444 (all-doc): Depend on info, dvi, and ps targets.
7445 (STAGESTUFF): Add *.ps and *.dvi files.
7446 (clean-info, clean-dvi): Remove.
7447 (mostlyclean): Does not depend upon clean-info or clean-dvi,
7448 rules completely rewritten.
7449 (maintainer-clean): Remove clean-info and clean-dvi
7450 dependencies and put their actions in the rules.
7451 (gdb.ps): New target
a9331b3f 7452 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
7453 intermediate TeX files, whether they have 2 or 3 character
7454 extensions.
7455 (gdbint.ps): Add target and rules.
7456 (gdb-internals): Delete unused target.
7457 (Makefile): Depends upon config.status also.
7458
7459Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
7460
7461 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
7462 set.
7463
7464Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
7465
7466 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7467 * gdb.texinfo (Expressions): Fix erroneous array constant example.
7468
7469Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
7470
7471 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
7472
7473Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7474
7475 * gdb.texinfo (Print settings): Document
7476 `set/show print static-members' commands.
7477
7478Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
7479
7480 * gdbint.texinfo (Native): Document name change, coredep.c to
7481 core-aout.c.
7482
7483Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
7484
7485 * stabs.texinfo (Include Files): Document the values the SunOS4
7486 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
7487
7488Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
7489
7490 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
7491 Fix typo.
7492
7493Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
7494
7495 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
7496 "gdb.tar.Z".
7497
7498Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
7499
7500 * Makefile.in (maintainer-clean): New target, synonym for
7501 realclean.
7502
7503Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
7504
7505 * Update all FSF addresses except those in COPYING* files.
7506
7507Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7508
7509 From Richard Earnshaw (rearnsha@armltd.co.uk):
7510 * gdb.texinfo (convenience variables): Document $_exitcode.
7511 (quit): Document optional expression to use as exit code.
7512
7513Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
7514
7515 * gdb.texinfo, remote.texi: Brought up to date with various
7516 GDB changes.
7517
7518Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
7519
7520 * gdb.texinfo: Update dates and versions, fix comments about
7521 hardware watchpoints in future releases and about the
7522 sharedlibrary command.
7523
7524Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7525
7526 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
7527 C_FUN stab. Other cleanups.
7528
7529Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7530
7531 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
7532 for the sparc stub.
7533
7534Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7535
7536 * annotate.texi: Clarify which addresses have differing formats
7537 depending on the language and which do not.
7538
7539Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7540
7541 * remote.texi (NetWare): Changed example to use BOARD= instead of
7542 NODE= argument to reflect correspoding change to gdbserve.nlm.
7543
7544Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7545
7546 * stabs.texinfo (Negative Type Numbers): Mention the fact that
7547 GDB, as well as AIX dbx, supports the size type attribute.
7548
7549Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7550
7551 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
7552
7553Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
7554
7555 * gdb.texinfo (Define): Document $arg0... arguments to commands,
7556 and new 'if' and 'while' commands.
7557
7558Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
7559
7560 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
7561
7562Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7563
7564 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
7565 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
7566 NetWare targets. Mostly stolen from the Server node.
7567
7568Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7569
7570 * gdb.texinfo (Setting): Talk about the language of a source file
7571 versus the working language. The old documentation did not match
7572 what GDB did.
7573
7574Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7575
7576 * stabs.texinfo (Source Files): Document N_SO used to mark the end
7577 of a source file.
7578
7579Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7580
7581 * gdb.texinfo (Processes): New node.
7582
7583Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
7584
7585 * remote.texi: Update documentation of set/show mipsfpu.
7586
3fc11d3e
JM
7587Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
7588
7589 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
7590 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
7591
7592Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
7593
7594 * gdbint.texinfo: Removed mentions of some incorrectly placed and
7595 obsolete conditionals, described some others.
7596
7597Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7598
7599 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
7600 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
7601
7602Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
7603
7604 * gdbint.texinfo: Put regex conditionals in their own table.
7605
7606Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7607
7608 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
7609 described or fixed the descriptions of many others.
7610
7611Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
7612
7613 * gdb.texinfo: Add some more credits.
7614 * gdbint.texinfo: Capitalize GDB consistently, describe some
7615 macros and remove some.
7616
7617Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
7618
7619 * gdbint.texinfo: Removed mentions of many incorrectly placed and
7620 obsolete conditionals, described some others.
7621
7622Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7623
7624 * gdb.texinfo (help targets): Changed to `help target', which
7625 is the correct gdb command.
7626
7627Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7628
7629 * annotate.texi (TODO): New node, for keeping track of annotations
7630 suggested but not yet implemented.
7631
7632Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7633
7634 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
7635 another symbol, it is not the address itself.
7636
7637Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
7638
7639 * stabs.texinfo (Stab Section Basics): Add comment about alignment
7640 of stabs-in-coff sections.
7641
7642Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7643
7644 * annotate.texi: Change edition to 0.5 and date to May 1994.
7645 Add index.
7646 (Frames): New node, for frame annotation.
7647 (Displays): New node, for display annotation.
7648
7649 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
7650 when waiting for your program to stop.
7651
7652Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7653
7654 * annotate.texi (Breakpoint Info): Document annotation of header
7655 fields and record annotation.
7656
7657Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7658
7659 * annotate.texi: New file, to document annotations.
7660
7661Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7662
7663 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
7664 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
7665
7666Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7667
7668 * stabs.texinfo (Stab Section Basics): Say what is in .stab
7669 section, and say n_strx field is compilation unit relative.
7670 * stabs.texinfo: Don't use @code for a.out when it is the name of
7671 an object file format.
7672
7673Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7674
7675 * gdb.texinfo: Refer to file names, not path names, per rms
7676 convention.
7677 (Arguments): Fix typo.
7678
7679Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7680
7681 * stabs.texinfo (Global Variables): Talk about stabs in files
7682 where variables are referenced, but not defined.
7683
7684Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7685
7686 * stabs.texinfo: Move stuff on @ and # type descriptors from node
7687 Cplusplus to new nodes Member Type Descriptor and Method Type
7688 Descriptor. Re-write stuff for #.
7689
7690Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7691
7692 * gdb.texinfo (Print Settings): Don't document "set print
7693 fast-symbolic-addr off". The bug which it worked around was fixed
7694 on 25 Feb 94 in coffread.c, so I'm nuking the command.
7695
7696 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
7697 N_ENTRY node.
7698
7699 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
7700
7701Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7702
7703 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
7704 references to ieee-float.c.
7705
7706Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7707
7708 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
7709 match what the code actually does.
7710
7711Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7712
7713 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
7714
7715Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7716
7717 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
7718 i, and b.
7719
7720Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
7721
7722 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
7723 well as for ELF and SOM. Unify the descriptions of ELF and SOM
7724 as "stabs in sections" rather than just saying "ELF and SOM".
7725 Also make that stuff apply to COFF.
7726
7727Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7728
7729 * gdb.texinfo (Formatting Documentation): Change GhostScript to
7730 Ghostscript.
7731
7732Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7733
7734 * gdb.texinfo (Continuing and Stepping): When talking about "step"
7735 versus functions without line numbers, also mention stepping into
7736 them as well as "step" when you are in them. Tell the user how to
7737 deal with the situation. Add comment about "debugging information".
7738
7739Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7740
7741 * stabs.texinfo (Enumerations): Document restriction on where
7742 enumeration types can appear and still win with GDB.
7743
7744Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7745
7746 * stabs.texinfo (Negative Type Numbers): Document format for type
7747 -16.
7748
7749Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7750
7751 * gdb.texinfo (Selection, Frame Info): Update information about
7752 arbitrary frame specficiations.
7753
7754Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
7755
7756 * gdb.texinfo, remote.texi: general editing pass prior to Net release
7757
7758Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7759
7760 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
7761
7762Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
7763
7764 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
7765
7766Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7767
7768 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
7769 Differences node to Statics node.
7770 (Statics): Discuss XCOFF use of V symbol descriptor.
7771
7772 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
7773 not clean.
7774
7775Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
7776
7777 * gdb.texinfo (Print Settings): Document `set print
7778 fast-symbolic-addr' and improve the doc for some other
7779 `set print's.
7780
7781Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7782
7783 * stabs.texinfo (String Field): Talk about defining several type
7784 numbers at once.
7785 Fix lint regarding changing node ELF Transformations to
7786 ELF and SOM Transformations.
7787
7788Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
7789
7790 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
7791
7792Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7793
7794 * stabs.texinfo (Cross-References): `::' is for nested types only
7795 within <>.
7796 (Structures): Document static members.
7797
7798Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7799
7800 * stabs.texinfo: Document S type attribute.
7801
7802Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
7803
7804 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
7805
7806Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
7807
7808 * gdbint.texinfo: Fix a few typos.
7809
7810Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7811
7812 * gdb.texinfo, remote.texi: formatting improvements
7813
7814 * gdb.texinfo (New Features): mention threads.
7815 (Summary, C): fix xrefs in newly contributed text.
7816 (Threads): index entries, clarifications, example
7817 (passim): minor typos fixed, phrasing improvements
7818
7819 * remote.texi (Bootstrapping): rephrase text on ^C and add index
7820 entries; (Server): explain use of gdbserver w/real-time systems,
7821 add example of conflicting TCP port; (MIPS Remote) break up
7822 running text into table, highlighting commands, and add example.
a9331b3f 7823
c906108c
SS
7824Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7825
7826 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
7827
7828Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7829
7830 * stabs.texinfo (Nested Symbols): New node.
7831 (String Field, Symbol Descriptors, Cross-References): Refer to it.
7832
7833Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7834
7835 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
7836 to picking which Bbss.bss symbol to use, and (because there seems to
7837 be no good way of doing it) re-write some of the text to make it
7838 sound like Bbss.bss isn't such a great idea after all (as currently
7839 designed).
7840
7841 * gdb.texinfo (C): In addition to saying people have to use g++ for
7842 good results, say they have to use stabs. Specifically say cfront
7843 doesn't work well.
7844 (Summary): Merge in information on Modula-2, Pascal, and Chill from
7845 the gdb README. Add xrefs to places where the support for the various
7846 languages is described in detail.
7847
7848Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7849
7850 * stabs.texinfo: Clean up stuff about visibility and virtual
7851 characters.
7852
7853 * stabs.texinfo (N_M2C): Cite Sun doc.
7854
7855Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7856
7857 * gdb.texinfo: updates re threads.
7858 * remote.texinfo: avoid index entries starting with digits.
7859
7860Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7861
7862 * stabs.texinfo (Enumerations): Talk about large, negative and
7863 octal values. Clean up cross reference to type attributes.
7864 (String Field): Say that GDB 4.11 supports size attribute.
7865
7866Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7867
7868 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
7869 is a mandatory step. Make the stuff about that more concise.
7870
7871Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7872
7873 * stabs.texinfo (Class Names): New node.
7874
7875 * gdb.texinfo (Command Files): Explain order of init file reading.
7876
7877 * remote.texi (Bootstrapping): Talk about getting the serial driver
7878 to deal with ^C sent by gdb to stop the remote system.
7879
7880Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
7881
7882 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
7883
7884 * libgdb.texinfo (Defining Commands): made the DOC arg
7885 to gdb_define_app_command a char * instead of char **
7886 per a suggestion from kingdon.
7887
7888 * libgdb.texinfo: total rewrite from a different starting
7889 premise.
7890
7891Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7892
7893 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
7894 floats passed as doubles (to improve clarity).
7895
7896Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7897
7898 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
7899
7900 * a4rc.sed: update to work with Andreas Vogel papersize params
7901
7902 * refcard.tex: use Andreas Vogel simplifications of papersize
7903 params; remove useless version info; update copyright date.
7904
7905Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7906
7907 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
7908
7909Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7910
7911 * gdb.texinfo (Files): Say what address the load command loads it at.
7912
7913 * stabs.texinfo (Common Blocks): Minor cleanups.
7914
7915 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
7916 that Sun has backed away from the linker kludge and thus the relevant
7917 issue is changes to the SunPRO tools, not the Solaris linker.
7918
7919 * stabs.texinfo (Traditional Integer Types): Clean up description
7920 of octal bounds a little bit. Document extra leading zeroes.
7921
7922Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7923
7924 * gdb.texinfo (Signaling): Update for symbolic symbol names
7925 and add a section explaining the difference between the GDB
7926 signal command and the shell kill utility.
7927
7928Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
7929
7930 * libgdb.texinfo: added `@' to braces that were unescaped.
7931
7932Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
7933
7934 * libgdb.texinfo: new file. Spec for the gdb library.
7935
7936Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7937
7938 * stabs.texinfo (Include Files): Fix typo (start -> end).
7939
7940Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7941
7942 * gdb.texinfo, remote.texi: assorted small improvements, mostly
7943 from Melissa at FSF's editing pass.
7944
7945Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7946
7947 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
7948 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
7949 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
7950
7951Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7952
7953 * remote.texi (Bootstrapping): Discuss 386 call gates.
7954
7955Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
7956
7957 * stabs.texinfo (Based Variables): New node.
7958
7959Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
7960
7961 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
7962 names, sizes, and formats to suggest how not to lose.
7963
7964Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
7965
7966 * stabs.texinfo (Methods): Fix typo.
7967
7968Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7969
7970 * gdb.texinfo: Fix a few typos.
7971
7972Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7973
7974 * gdb.texinfo: Clarify how well it works with Fortran.
7975
7976 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
7977 More on relocating stabs in ELF files.
7978
7979Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7980
7981 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
7982
7983Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7984
7985 * stabs.texinfo (Local Variable Parameters): Talk about nameless
7986 parameters on VAX.
7987
7988Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7989
7990 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
7991
7992Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7993
7994 * stabs.texinfo: Make info author notice match the TeX author notice.
7995
7996Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7997
7998 * stabs.texinfo: Initial-caps all words in node names and
7999 non-trivial words in section names.
8000
8001Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8002
8003 * stabs.texinfo: Many minor cleanups.
8004
8005 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
8006
8007Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
8008
8009 * stabs.texinfo: Remove full description of big example.
8010 It's not really helpful; just use pieces of it where appropriate.
8011 Add more Texinfo formatting directives (@samp, etc.).
8012 Use @deffn to define stab types.
8013 Eliminate some wordiness. Break up some nodes.
8014 Add an (alphabetized) index of symbol types.
8015 Use consistent capitalization style in node and section names.
8016
8017Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
8018
8019 * gdb.texinfo: Change typo "Two two" to "The two".
8020
8021Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8022
8023 * stabs.texinfo (XCOFF-differences): Remove references to
8024 non-existent types N_DECL and N_RPSYM.
8025
8026 * stabs.texinfo (String Field): Say that type attributes bug is
8027 fixed in GDB 4.10, since it is.
8028
8029 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
8030
8031Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
8032
8033 * stabs.texinfo: Formatting cleanups.
8034
8035Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8036
8037 * stabs.texinfo: When explaining the n_type of a stab, standardize
8038 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
8039 no tabs, use @r).
8040 (Global Variables): Clean up.
8041
8042Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8043
8044 * stabs.texinfo (Stack Variables): Re-write.
8045
8046Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8047
8048 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
8049 addresses of a source file. Also revise formatting.
8050 Change "object module" or "object file" to "source file".
8051 Various: Miscellaneous cleanups.
8052
8053Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8054
8055 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
8056
8057Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
8058
8059 * gdbint.texinfo: Removed many nonsensical machine-collected
8060 host and target conditionals, described some of the remainder.
8061
8062Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8063
8064 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
8065
8066 * gdbint.texinfo (Top): Add name to @top line, and re-write the
8067 paragraph which follows.
8068
8069 * gdbint.texinfo (Host): Use @code not @samp for Makefile
8070 variables. Looks better and avoids overful hbox.
8071
8072Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8073
8074 * stabs.texinfo (Procedures): Improve stuff on nested functions.
8075
8076Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8077
8078 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
8079 retransmit-timeout
8080
8081Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8082
8083 * gdbint.texinfo: Update statement about `some ancient Unix
8084 systems, like Ultrix 4.0' to Ultrix 4.2.
8085
8086Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
8087
8088 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
8089
8090 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
8091
8092 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
8093 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
8094
8095 * remote.texi: new name for former gdbinv-s.texi
8096
8097 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
8098
8099Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
8100
8101 * gdbinv-s.texi: Documented timeout and retransmit-timeout
8102 variables for MIPS remote debugging protocol.
8103
8104Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8105
8106 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
8107
8108Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8109
8110 * Makefile.in (refcard.dvi): Use srcdir where necessary.
8111
8112Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
8113
8114 * gdb.texinfo: repair conditional bugs in text markup
8115
8116Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8117
8118 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
8119 to select Modula-2 material.
8120
8121Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8122
8123 * stabs.texinfo: Cleanups regarding statics.
8124
8125 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
8126 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
8127
8128Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8129
8130 * stabs.texinfo: N_MAIN is sometimes used for C.
8131
8132Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8133
8134 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
8135
8136Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
8137
8138 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 8139 removed from the code by Kingdon.
c906108c
SS
8140
8141Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8142
8143 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
8144 input when evaluating breakpoint conditions; the bug has been fixed.
8145
8146 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
8147 sets the ignore count to N-1, not to N.
8148
8149Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8150
8151 * refcard.tex (\hoffset): correct longstanding error to match
8152 intended offset; avoids cutting off edge on some printers
8153
8154Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8155
8156 * stabs.texinfo (Parameters): Say that order of stabs is significant.
8157
8158Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8159
8160 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
8161
8162Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8163
8164 * Makefile.in: (REFEDITS) new var to control whether PS or CM
8165 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
8166 collect sed edits if any, apply to refcard before formatting;
8167 (refcard.ps) stop implying PS fonts if PS output requested;
8168 (lrefcard.ps) delete extra target for variant PS fonts
8169
8170 * refcard.tex: parametrize papersize dependent info, collect
8171 in easily replaced spot
8172
8173 * a4rc.sed: new file, edits to refcard for A4 paper
8174
8175Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8176
8177 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
8178
8179Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8180
8181 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
8182
8183Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8184
8185 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
8186 politely rather than rudely.
8187
8188Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8189
8190 * stabs.texinfo: Document common blocks.
8191
8192Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
8193
8194 * stabs.texinfo: Add some basic info about stabs-in-elf.
8195
8196Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8197
8198 * stabs.texinfo (Top): Minor cleanup.
8199
8200Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
8201
8202 * Makefile.in (install-info): remove parentdir support
8203
8204Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8205
8206 * gdb.texinfo (Copying): delete this node and references to it;
8207 RMS says this manual need not carry GPL. (passim): Improvements
8208 from last round at FSF, largely due to Ian Taylor review, and
8209 minor formatting improvements.
8210
8211 * gdbinv-s.texi (passim): Improvements from last round at FSF,
8212 largely due to Ian Taylor review. (Debug Session): minor edits to
8213 new text.
8214
8215Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
8216
8217 * Makefile.in (realclean): Remove info and dvi files too.
8218
8219Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
8220
8221 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
8222 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
8223 * gdb.texinfo: Change accordingly.
8224
8225 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
8226 N_{L,R}BRAC,N_SLINE are relative to.
8227
8228Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
8229
8230 * Makefile.in (GDBvn.texi): Update atomically.
8231
8232Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
8233
8234 * gdbinv-s.texi (Debug Session): Document exceptionHook.
8235
8236Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
8237
8238 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
8239 addresses together. Also motivate the set print symbol-filename
8240 command and suggest other solutions.
8241
8242Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
8243
8244 * gdb.texinfo (set print elements): Note that the number of
8245 elements is set to unlimited by "set print elements 0".
8246
8247Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
8248
8249 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
8250 NF_LDOUBLE means.
8251 (Stab Types): Include Solaris stab types.
8252 (Procedures): Document Solaris extensions.
8253
8254Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8255
8256 * gdb.texinfo: Add `set print symbol-filename' doc.
8257
8258Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8259
8260 * stabs.texinfo (Arrays): Talk about type definition vs. type
8261 information.
8262
8263 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
8264 the trailing semicolon.
8265
8266Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8267
8268 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
8269 and merge in other parts of the document addressing these subjects.
8270 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
8271
8272 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
8273 at the end of a range type.
8274
8275 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
8276 AIX extensions.
8277
8278Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8279
8280 * stabs.texinfo (Stabs Format): Misc fixes.
8281
8282Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8283
8284 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
8285 (Traditional builtin types): Document convex convention for long long.
8286 (Negative builtin types): Discuss type names, and misc fixes.
8287
8288Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8289
8290 * stabs.texinfo (Builtin Type Descriptors): Document the floating
8291 point types used with @samp{R} type descriptor.
8292 (Symbol Descriptors): Describe how to handle conflict between
8293 different meanings of @samp{P} symbol descriptor.
8294
8295Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8296
8297 * stabs.texinfo: Remove node Quick Reference and put its children
8298 directly under the main menu.
8299
8300 * stabs.texinfo: Many more changes to bring it into line with
8301 AIX documentation and reality. I think it now has all the
8302 information from the AIX documentation, except that I burned
8303 out when I got to variant records (Pascal and Modula-2) and
8304 all the COBOL types. Oh well, we can add them later when we're
8305 worrying more about those languages.
8306
8307 * stabs.texinfo (Automatic variables): Talk about what it means
8308 to omit the symbol descriptor.
8309
8310Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8311
8312 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
8313 gcc2 behavior with promoted args.
8314
8315Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8316
8317 * gdb.texinfo: include readline appendices in info version of manual
8318
8319Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8320
8321 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
8322 target remote.
8323
8324 * gdb.texinfo (Machine Code): more index entries for disassemble
8325
8326Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
8327
8328 * Clarify the intended use of the gdb-testers and gdb-patches
8329 mailing lists, and shrink gzip comment.
8330
8331Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8332
8333 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
8334 DOSHOST configuration of manual.
8335
8336 * gdb.texinfo (MIPS Stack): new node.
8337
8338 * all-config.texi (MIPS) new switch.
8339
8340 * gdbinv-s.texi (Nindy Options) Remove two instances of future
8341 tense; (MIPS Remote) new node.
8342
8343 * gdb.texinfo (passim) rephrases to work around makeinfo @value
8344 bug; (Environment) less passive, other small cleanups in text about
8345 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
8346 (Remote) new MIPS Remote menu entry.
8347
8348Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
8349
8350 * stabs.texinfo: Many changes to include information from the
8351 AIX documentation.
8352
8353 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
8354
8355Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
8356
8357 * gdbint.texinfo (new node Debugging GDB, elsewhere):
8358 Move a bunch of information from ../README.
8359 (Getting Started): New node.
8360
8361Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8362
8363 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
8364
8365 * gdb.texinfo: advance manual revision dates to present
8366
8367 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
8368 stop using silly Roman numerals in @set variable names
8369
8370Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
8371
8372 * stabs.texinfo (Parameters): Keep trying to get this right.
8373
8374Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
8375
8376 * stabs.texinfo (Parameters): More on "local parameters".
8377
8378Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
8379
8380 * stabs.texinfo (Parameters): Re-do "local parameters" section.
8381
8382Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
8383
8384 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
8385 (Parameters): Rewrite.
8386 (xcoff-differences, Sun-differences): Minor changes.
8387
8388Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
8389
8390 * stabs.texinfo: Minor cleanup.
8391
8392Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
8393
8394 * gdbint.texinfo: Minor xcoff stuff.
8395
8396Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
8397
8398 * gdbint.texinfo: Update for new config directory structure.
8399 Add info about internal type data structures.
8400
8401Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
8402
8403 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
8404 $(srcdir).
8405 (gdb-config.texi): Depend on file in $(srcdir).
8406
8407Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
8408
8409 * stabs.texinfo: Fixes about N_SO.
8410
8411Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8412
8413 * gdb.texinfo: include list of nonstandard init file names
8414
8415 * *-config.texi: new switch GENERIC for text that applies *only*
8416 to (usual) multiple-target version of manual
8417
8418 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
8419 h8 config
8420
8421 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
8422 in menus (rather than conditionally selected multiple alternative
8423 menus).
8424
8425 * Makefile.in: define and use DOC_CONFIG var to select
8426 configuration for GDB user manual.
8427
8428 * gdb-config.texi: delete from repository, generate from Makefile.
8429
8430 * all-config.texi: normal `generic' configuration file, formerly
8431 stored as gdb-config.texi
8432
8433Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
8434
8435 * Makefile.in: add dvi target to build all .dvi files
8436
8437Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8438
8439 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
8440
8441Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
8442
8443 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
8444 host conditionals.
8445 * stabs.texinfo: More array fixes inspired by Jim's.
8446
8447Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
8448
8449 * stabs.texinfo: Fixes re arrays and continuations.
8450
8451 * gdbint.texinfo: Add XCOFF node.
8452
8453Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
8454
8455 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
8456
8457Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
8458
8459 * stabs.texinfo: Fix for array types to mention lower bounds.
8460
8461Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
8462
8463 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
8464
8465Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
8466
8467 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
8468
8469Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
8470
8471 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
8472 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
8473
8474Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
8475
8476 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
8477
8478Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8479
8480 * gdb.texinfo, gdbinv-s.texi: misc updates
8481
8482Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
8483
8484 * gdbint.texinfo: Brief documentation for longjmp support,
8485 from an email msg by Stu.
8486
8487Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
8488
8489 * stabs.texinfo: Fix description of floating point "range"
8490 types (which really define basic types). Reported by Jim Meehan,
8491 <meehan@src.dec.com>.
8492
8493 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
8494
8495Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
8496
8497 * gdbint.texinfo: Slightly expand section on supporting a new
8498 object file format.
8499
8500Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
8501
8502 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
8503 intermediate file.
8504
8505Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8506
8507 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
8508
8509Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8510
8511 * gdbinv-s.texi: z8000 simulator target name is just "sim"
8512
8513 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
8514 as well as Z8002.
8515
8516Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
8517
8518 * gdbint.texinfo: Add sections on clean design and on how to send
8519 in changes.
8520
8521Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
8522
8523 * gdbint.texinfo: Add how to declare the result of make_cleanup.
8524
8525Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
8526
8527 * gdb.texinfo: Fix typo, reported by Karl Berry.
8528
8529Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
8530
8531 * gdb.texinfo: Add opcodes dir to GDB distribution description.
8532
8533Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8534
8535 * gdbint.texinfo: fixed a stray email address (needs @@),
8536 added @table @code to node "Native Conditionals"
8537
8538Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
8539
8540 * gdbint.texinfo: Describe coding style of GDB.
8541
8542Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
8543
8544 * stabs.texinfo: Minor wording changes.
8545
8546Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
8547
8548 * gdbint.texinfo: Improve release doc slightly.
8549
8550Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
8551
8552 * gdbint.texinfo: Improve doc of GDB config macros.
8553
8554Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
8555
8556 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
8557 These will be reinserted when examined.
8558
8559Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
8560
8561 * gdbint.texinfo: Make a start at documenting all the #if macros
8562 in GDB. At least list them all, and start separating them into
8563 host-specific and target-specific.
8564
8565Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8566
8567 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 8568 examples (not consistent w others).
c906108c
SS
8569 gdb.texinfo: issue disclaimer paragraph on cmdline options only
8570 for generic vn of doc
8571
8572Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
8573
8574 * Makefile.in: always create installation directories.
8575
8576Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8577
8578 * gdb.texinfo: in h8 config, do not describe searching commands.
8579
8580Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8581
8582 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
8583 conditionals; introduce a few generic switches that may be
8584 useful for other cross-dev or dos-hosted configs.
8585
8586 * gdb.texinfo: fix typo in "info reg" description
8587
8588Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
8589
8590 * stabs.texinfo: Minor updates from running TeX over it.
8591 * Makefile.in (stabs.dvi, stabs.ps): Add.
8592
8593Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
8594
8595 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
8596 First pass at converting it to texinfo.
8597
8598Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
8599
8600 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
8601 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
8602
8603Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
8604
8605 * gdbint.texinfo: Add section on partial symbol tables.
8606
8607Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
8608
8609 * gdb.texinfo: document `set remotedebug' and `set
8610 rstack_high_address'.
8611
8612Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8613
8614 * gdb.texinfo: slight expansion of new text on reading info files
8615 * gdbinv-s.m4.in: correct and expand info on cross-debugging
8616 H8/300 from DOS.
8617
8618Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
8619
8620 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
8621
8622Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
8623
8624 * gdb.texinfo: Say how to read the `info' files.
8625
8626Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
8627
8628 * Makefile.in: gm4 -> m4.
8629
8630Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
8631
8632 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
8633 Documentation' ahead of `Installing GDB' to match README.
8634 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 8635 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
8636
8637Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
8638
8639 * Makefile.in: remove $(srcdir) from gdb.info rule.
8640
8641Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8642
8643 * Makefile.in: commented out gdb-all.texinfo rule. This is
8644 temporary.
8645
8646Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
8647
8648 * Makefile.in, configure.in: removed traces of namesubdir,
8649 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
8650 copyrights to '92, changed some from Cygnus to FSF.
8651
8652Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
8653
8654 * gdb.texinfo: Improve how we ask for bug reports.
8655
8656Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8657
8658 * Makefile.in: infodir belongs in datadir.
8659
8660Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8661
8662 * Makefile.in: remove spaces following hyphens, bsd make can't
8663 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 8664 standards.text support.
c906108c
SS
8665
8666Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8667
8668 * Makefile.in: idestdir and ddestdir go away. Added copyrights
8669 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
8670 and mandir now keyed off datadir by default.
8671
8672\f
8673Local Variables:
9e9c5ae7 8674mode: change-log
c906108c
SS
8675left-margin: 8
8676fill-column: 74
8677version-control: never
8678End:
This page took 1.234575 seconds and 4 git commands to generate.