* python/lib/gdb/command/pretty_printers.py
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
2268b414
JK
12011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
4 List Format for SVR4 Targets'.
5 (General Query Packets): New item qXfer:libraries-svr4:read.
6 (Library List Format for SVR4 Targets): New node.
7
ae6f0d5b
TT
82011-12-01 Tom Tromey <tromey@redhat.com>
9
10 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
11 add.
12
36dfb11c
TT
132011-11-22 Tom Tromey <tromey@redhat.com>
14
15 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
16 reasons.
17
f196051f
SS
182011-11-20 Stan Shebs <stan@codesourcery.com>
19
20 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
21 note-related options and variables.
22 (Tracepoint Packets): Document packet changes.
23
f85b53f8
SD
242011-11-20 Sanjoy Das <sdas@igalia.com>
25
26 * gdb.texinfo (JIT Interface): Add documentation on writing and
27 usind JIT debug info readers.
28 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
29 Debug Info Readers): New nodes.
30
bfccc43c
YQ
312011-11-18 Yao Qi <yao@codesourcery.com>
32
33 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
34 tracepoint.
35
c011a4f4
DE
362011-11-15 Doug Evans <dje@google.com>
37
38 * gdb.texinfo (Files): Document basenames-may-differ.
39
ed59ded5
DE
402011-11-14 Doug Evans <dje@google.com>
41
42 * gdb.texinfo (Shell Commands): Document "!".
43
405f8e94
SS
442011-11-14 Stan Shebs <stan@codesourcery.com>
45 Kwok Cheung Yeung <kcy@codesourcery.com>
46
47 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
48 needed to get shorter fast tracepoints.
49 (Tracepoint Packets): Document new qTMinFTPILen packet.
50
1e4d1764
YQ
512011-11-14 Yao Qi <yao@codesourcery.com>
52
53 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
54 behavior of tracepoint.
55 (General Query Packets): New feature InstallInTrace.
56 (Remote Configuration): Document "set remote
57 install-in-trace-packet".
58
71eba9c2 592011-11-12 Matt Rice <ratmice@gmail.com>
60
61 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
62 Add arguments to info macro.
63
e0f8f636
TT
642011-11-10 Tom Tromey <tromey@redhat.com>
65
66 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
67 manual.
68 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
69 (Macros): Add a footnote.
70 (C): Remove paragraph about compiler options.
71 (C Constants): Mention wide character and string constants.
72 (C Plus Plus Expressions): Update compiler option advice. Mention
73 using declarations. Mention ADL. Remove old HP compiler
74 information.
75
625c0d47
TT
762011-11-10 Tom Tromey <tromey@redhat.com>
77
78 PR c++/9257:
79 * gdb.texinfo (Print Settings): Add an extra note about the need
80 for a vtable.
81
4be2aacc
MR
822011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
83
84 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
85 "set mips abi" documentation.
86
0a1c4d10
DE
872011-11-04 Doug Evans <dje@google.com>
88
89 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
90
aad1c02c
TT
912011-11-03 Tom Tromey <tromey@redhat.com>
92
93 * gdb.texinfo (Stopping): Add menu entry.
94 (Continuing and Stepping): Restore @node. Use @section, not
95 @subsection.
96
983fb131
MR
972011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
98
99 * gdb.texinfo (Skipping Over Functions and Files): Remove node
100 designation. Fix "Specify Location" cross-reference.
101
3065dfb6
SS
1022011-11-02 Stan Shebs <stan@codesourcery.com>
103
104 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
105 (General Query Packets): Describe tracenz feature.
106 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
107
0aaaf063
PK
1082011-10-28 Paul Koning <paul_koning@dell.com>
109
110 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
111
2231f1fb
KP
1122011-10-27 Kevin Pouget <kevin.pouget@st.com>
113
114 * gdb.texinfo ((Frames In Python): Document
115 gdb.FRAME_UNWIND_FIRST_ERROR contant.
116
5110b5df
PK
1172011-10-26 Paul Koning <paul_koning@dell.com>
118
119 * gdb.texinfo (gdb.types): Document new deepitems function.
120
22dbab46
PK
1212011-10-25 Paul Koning <paul_koning@dell.com>
122
123 PR python/13327
124
125 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
126 fetch_lazy method.
127
9df2fbc4
PM
1282011-10-20 Phil Muldoon <pmuldoon@redhat.com>
129
130 PR python/12656
131
132 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
133 global_block, static_block function.
134
f05e2e1d
TT
1352011-10-19 Tom Tromey <tromey@redhat.com>
136
137 * gdb.texinfo (Commands In Python): Add missing "@"s.
138
a7fc3f37
KP
1392011-10-13 Kevin Pouget <kevin.pouget@st.com>
140
141 PR python/13285 Document named constants for frame unwind stop reasons
142 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
143 constants.
144
5048e516
JK
1452011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
146
147 Fix compatibility with texinfo versions older than 4.12.
148 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
149 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
150 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
151 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
152 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
153 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
154 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
155
5a56e9c5
DE
1562011-10-09 Doug Evans <dje@google.com>
157
158 * gdb.texinfo (Extending GDB): Document alias command.
159
36b11add
JK
1602011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
161
162 Support @entry in input expressions.
163 * gdb.texinfo (Variables): Describe @entry names suffix.
164 (Print Settings): Add anchor for `set print entry-values'.
165
e18b2753
JK
1662011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
167 Eli Zaretskii <eliz@gnu.org>
168
169 Display @entry parameter values (without references).
170 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
171 example.
172 (Print Settings): New description of set print entry-values and show
173 print entry-values.
174
111c6489
JK
1752011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
176 Eli Zaretskii <eliz@gnu.org>
177
178 Recognize virtual tail call frames.
179 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
180 (Tail Call Frames): New node.
181 (Frames In Python): Add gdb.TAILCALL_FRAME.
182
9c15afc4
DE
1832011-10-07 Doug Evans <dje@google.com>
184
185 * gdb.texinfo (gdb.printing): Document new `replace' arg to
186 register_pretty_printer.
187
99f5279d
PM
1882011-10-07 Phil Muldoon <pmuldoon@redhat.com>
189
190 PR python/12930
191 PR python/12802
192
193 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
194 stop method.
195
03583c20
UW
1962011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
197
198 * gdb.texinfo (Starting your Program): "set disable-randomization"
199 is no longer Linux-specific.
200 (Remote Configuration): Document "set remote
201 disable-randomization-packet".
202 (General Query Packets): Document "QDisableRandomization" packet
203 and add it to "qSupported" list.
204
bd054e06
KP
2052011-10-07 Kevin Pouget <kevin.pouget@st.com>
206
207 Allow Python notification of new object-file loadings.
208 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
209 event type.
210
cb6be26b
KP
2112011-10-04 Kevin Pouget <kevin.pouget@st.com>
212
213 PR python/12691: Add the inferior to Python exited event
214 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
215
a05336a1
JB
2162011-10-03 Joel Brobecker <brobecker@adacore.com>
217
218 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
219 rephasing.
220
5d77fe44
JB
2212011-10-03 Joel Brobecker <brobecker@adacore.com>
222
223 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
224 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
225 as possible feature returned by the `-list-features'
226 command.
227
699df94d
PK
2282011-09-28 Paul Koning <paul_koning@dell.com>
229
230 * gdb.texinfo (gdb.Type): Document field access by dictionary
231 key syntax.
232
24bdad53
YQ
2332011-09-28 Yao Qi <yao@codesourcery.com>
234
235 * gdb.texinfo (Files): Update options for `add-symbol-file'.
236 Add one space after option `-s'. Remove @r{} markup.
237
6710bf39
SS
2382011-09-27 Stan Shebs <stan@codesourcery.com>
239
240 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
241
d99f7e48
HZ
2422011-09-16 Hui Zhu <teawater@gmail.com>
243
244 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
245 to *(unsigned char *)$esp@300.
246
d812018b
PK
2472011-09-15 Paul Koning <paul_koning@dell.com>
248
249 * gdb.texinfo: Make style of Python functions and methods match
250 the syntax of Python. Also put class and module names explicitly
251 on function, member, and variable names, matching Python
252 documentation conventions.
253
2aa48337
KP
2542011-09-15 Kevin Pouget <kevin.pouget@st.com>
255
256 PR Python/12692 Add gdb.selected_inferior() to Python interface.
257 * gdb.texinfo (Inferiors In Python): Describe new
258 gdb.selected_inferior() function.
259
6839b47f
KP
2602011-09-15 Kevin Pouget <kevin.pouget@st.com>
261
262 Handle multiple breakpoint hits in Python interface:
263 * gdb.texinfo (Events In Python): New function documentation:
264 gdb.BreakpointEvent.breakpoints. Indicate that
265 gdb.BreakpointEvent.breakpoint is now deprecated.
266
26829f2b
JB
2672011-09-04 Joel Brobecker <brobecker@adacore.com>
268
269 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
270
a9f54f60
TT
2712011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
272
273 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
274
fa3a4f15
PM
2752011-08-17 Phil Muldoon <pmuldoon@redhat.com>
276
277 * gdb.texinfo (Prompt): Add set/show extended-prompt
278 documentation
279 (Basic Python): Add prompt_hook anchor.
280 (Python modules): Reword module text to reflect multiple modules.
281 (gdb.prompt): Document gdb.prompt module.
282
224bbe49
YQ
2832011-08-14 Yao Qi <yao@codesourcery.com>
284
78d85199
YQ
285 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
286
2872011-08-14 Yao Qi <yao@codesourcery.com>
288
289 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
290 (TIC6x Features): New node.
291
457e09f0
DE
2922011-08-12 Doug Evans <dje@google.com>
293
294 * gdb.texinfo (Symbols In Python): Document symbol.type.
295
5e239b84
PM
2962011-08-09 Phil Muldoon <pmuldoon@redhat.com>
297
298 * gdb.texinfo (Python): Document command and function
299 auto-loading.
300
177bc839
JK
3012011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
302 Eli Zaretskii <eliz@gnu.org>
303
304 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
305 typedefs unrolling. Extend the sample code by an inner typedef and
306 outer typedefs unrolling.
307
1a532630
PP
3082011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
309
310 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
311 size and line-size.
312
9b158ba0 3132011-07-21 Matt Rice <ratmice@gmail.com>
314
315 PR macros/12999
316 * gdb.texinfo (Macros): Add info definitions and info macros commands.
317 Update text and cindex entries for info macro command.
318
d17b6f81
PM
3192011-07-21 Phil Muldoon <pmuldoon@redhat.com>
320
321 * observer.texi (GDB Observers): Add before_prompt observer.
322 * gdb.texinfo (Basic Python): Add documentation for prompt
323 substitution.
324
713389e0
PM
3252011-07-11 Phil Muldoon <pmuldoon@redhat.com>
326
327 PR python/12438
328 * gdb.texinfo (Python Commands): Add deprecate note to maint
329 set/show python print-stack. Document set/show python
330 print-backtrace.
331
177b42fe
TJB
3322011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
333
334 * gdb.texinfo: Fix typos.
335
900e11f9
JK
3362011-07-01 Tom Tromey <tromey@redhat.com>
337
338 * gdb.texinfo (Debugging Output): Document set debug
339 check-physname.
340
39c4d40a
TT
3412011-06-29 Tom Tromey <tromey@redhat.com>
342
343 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
344 breakpoint-notifications feature.
345
6f5def7d
UW
3462011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
347
348 * gdb.texinfo (Target Description): Remove warning about
349 possibly unstable format.
350
8cf64490
TT
3512011-06-03 Tom Tromey <tromey@redhat.com>
352
353 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
354 (Events In Python): Note that exit_code is optional.
355
393eab54
PA
3562011-05-17 Pedro Alves <pedro@codesourcery.com>
357
358 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
359 required for multi-threading support.
360 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
361 Hc are deprecated for multi-threading debugging. Point readers at
362 the vCont packet.
363
75fc9810
DE
3642011-05-15 Doug Evans <dje@google.com>
365
366 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
367
01124a23
DE
3682011-05-13 Doug Evans <dje@google.com>
369
98a5dd13
DE
370 * gdb.texinfo (Threads): Document $sdir,$pdir.
371 (Server): Document $pdir exception.
372
dbaefcf7
DE
373 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
374
cc63ef9b
DE
375 * gdb.texinfo (Threads): Clarify default value for
376 libthread-db-search-path.
7e0396aa 377
01124a23
DE
378 * gdb.texinfo (Completion): Update example.
379 (Debugging Output): Delete `set/show debug lin-lwp-async'.
380
d248b706
KY
3812011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
382
383 * gdb.texinfo: Document change in the behaviour of the enable and
384 disable GDB commands when applied to tracepoints.
385 Document the EnableDisableTracepoints remote stub feature.
386 Document QTEnable and QTDisable in the list of tracepoint packets.
387
cc88a640
JK
3882011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
389
390 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
391 hsuser.texi.
392 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
393 comment to hsuser.texi. Change rluser.texi name in the comment.
394
84e578fb
DE
3952011-05-10 Doug Evans <dje@google.com>
396
397 * gdb.texinfo (Threads): If an empty path is provided for
398 libthread-db-search-path it is reset to its default value.
399 (Server): Ditto.
400
478aac75
DE
4012011-05-09 Doug Evans <dje@google.com>
402
403 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
404
9c06b0b4
TJB
4052011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
406 Thiago Jung Bauermann <bauerman@br.ibm.com>
407
408 Implement support for PowerPC BookE masked watchpoints.
409 * gdb.texinfo (Set Watchpoints): Document mask parameter.
410 (PowerPC Embedded): Mention support of masked watchpoints.
411
9ed350ad
JB
4122011-05-03 Joel Brobecker <brobecker@adacore.com>
413
414 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
415 `@value{GDBN}'.
416
4ceed123
JB
4172011-05-03 Joel Brobecker <brobecker@adacore.com>
418
419 * gdb.texinfo (titlepage): Remove dedication.
420 (In Memoriam): New appendix.
421
559a7a62
JK
4222011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
423 Eli Zaretskii <eliz@gnu.org>
424
425 * gdb.texinfo (Index Section Format): Change the version to 5.
426 Describe the different formula.
427
03f2bd59
JK
4282011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
429 Eli Zaretskii <eliz@gnu.org>
430
431 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
432 for disconnected tracing.
433 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
434 extended-remote relationship. Mention --once.
435 (TCP port allocation lifecycle of @code{gdbserver}): New.
436
d9b1a651
EZ
4372011-04-23 Eli Zaretskii <eliz@gnu.org>
438
439 * gdb.texinfo (Server): Improve indexing. Index all optional
440 switches to gdbserver.
441
90476074
TT
4422011-04-20 Tom Tromey <tromey@redhat.com>
443
444 * gdb.texinfo (Index Section Format): New node.
445 (Top): Add new node to menu.
446
c21236dc
PA
4472011-04-20 Pedro Alves <pedro@codesourcery.com>
448
449 * gdb.texinfo (Maintenance Commands): Document `maint print
450 remote-registers'.
451
05c8c3f5
TT
4522011-04-20 Tom Tromey <tromey@redhat.com>
453
454 * gdb.texinfo (Trace File Format): Move node later.
455
7a9dd1b2
TT
4562011-04-19 Tom Tromey <tromey@redhat.com>
457
458 * gdbint.texinfo (Register Information Functions): Remove
459 duplicate "the".
460 * gdb.texinfo (Emacs): Remove duplicate "to".
461 (GDB/MI Variable Objects): Remove duplicate "the".
462 (General Query Packets): Likewise.
463
4368ebeb
JB
4642011-04-02 Joel Brobecker <brobecker@adacore.com>
465
466 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
467 "GDB/MI Ada Exception Information" node.
468
956a9fb9
JB
4692011-04-01 Joel Brobecker <brobecker@adacore.com>
470
471 * gdb.texinfo (GDB/MI Ada Exception Information): Document
472 the "exception-name" field in the *stopped async record.
473
f1310107
TJB
4742011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
475 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
476
477 Implement support for PowerPC BookE ranged breakpoints.
478 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
479
8786b2bd
TT
4802011-03-28 Tom Tromey <tromey@redhat.com>
481
482 * gdb.texinfo (Set Tracepoints): Fix typo.
483
9ef07c8c
TT
4842011-03-24 Tom Tromey <tromey@redhat.com>
485
486 * gdb.texinfo (Specify Location): Document `function:label'
487 linespec.
488
99c3dc11
PM
4892011-03-18 Phil Muldoon <pmuldoon@redhat.com>
490
f1310107 491 PR python/12149
99c3dc11
PM
492
493 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
494
29703da4
PM
4952011-03-17 Phil Muldoon <pmuldoon@redhat.com>
496
497 * gdb.texinfo (Blocks In Python): Add is_valid method description.
498 (Inferiors In Python): Likewise.
499 (Threads In Python): Likewise.
500 (Symbols In Python): Likewise.
501 (Objfiles In Python): Likewise.
502 (Symbol Tables In Python): Likewise.
503
c9174737
PA
5042011-03-15 Pedro Alves <pedro@codesourcery.com>
505
506 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
507 display>: Explain that the commands accept number ranges.
508
7371cf6d
PM
5092011-03-14 Phil Muldoon <pmuldoon@redhat.com>
510
511 * gdb.texinfo (Breakpoints In Python): Add description and example
512 of Python stop function operation.
513
ecec24e6
PM
5142011-03-10 Phil Muldoon <pmuldoon@redhat.com>
515
516 * gdb.texinfo (Parameters In Python): Document get_set_string and
517 get_show_string methods.
518
6dcd5565
JK
5192011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
520
521 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
522
81896e36
JK
523 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
524 circular-trace-buffer name.
525
5e30da2c
JB
5262011-02-28 Joel Brobecker <brobecker@adacore.com>
527
528 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
529 in the previous change.
530
3bd0f5ef 5312011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
532
533 * gdb.texinfo (Inferiors and Programs): Update commands to show
534 that they can accept multiple arguments.
535
4ec7539c
JB
5362011-02-24 Joel Brobecker <brobecker@adacore.com>
537
538 Revert the following patch (code patch was not approved):
539 2011-02-21 Hui Zhu <teawater@gmail.com>
540 * agentexpr.texi (bytecode descriptions): add printf.
541 * gdb.texinfo (tracepoint action lists): add printf.
542
82809774
DE
5432011-02-23 Doug Evans <dje@google.com>
544
545 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
546
e5a67952
MS
5472011-02-23 Michael Snyder <msnyder@vmware.com>
548
549 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
550 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
551 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
552
6e6fbe60
DE
5532011-02-22 Doug Evans <dje@google.com>
554
555 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
556 Clarify behaviour of lookup_symbol when `block' argument is omitted,
557 add description of result, fix @defun formatting.
558
f994e27a
HZ
5592011-02-21 Hui Zhu <teawater@gmail.com>
560
561 * agentexpr.texi (Bytecode Descriptions): Add printf.
562 * gdb.texinfo (Tracepoint Action Lists): Add printf.
563
c7f96d2b
TT
5642011-02-18 Tom Tromey <tromey@redhat.com>
565
566 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
567
60f98dde
MS
5682011-02-14 Michael Snyder <msnyder@vmware.com>
569
570 * gdb.texinfo (threads): Document argument for "info threads" cmd.
571 Document new command "thread find".
572
08e796bc
MS
5732011-02-14 Michael Snyder <msnyder@vmware.com>
574
575 * gdb.texinfo (Threads): Update example of new thread message.
576
b3b9301e
PA
5772011-02-14 Pedro Alves <pedro@codesourcery.com>
578
579 * gdb.texinfo (Remote Configuration): Mention set/show remote
580 traceframe-info.
581 (Tools/Packages Optional for Building GDB): Mention that expat is
582 used for traceframe info.
583 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
584 (General Query Packets) <qSupported>: Describe the
585 qXfer:traceframe-info:read feature.
586 (qXfer::read): Describe qXfer:traceframe-info:read.
587 (Traceframe Info Format): New section.
588
cef35b0f
PA
5892011-02-04 Pedro Alves <pedro@codesourcery.com>
590
591 * gdbint.texinfo (Formatting): Mention some formatting guidelines
592 for casts and unary operators.
593
f1cbe1d3
TT
5942011-02-04 Tom Tromey <tromey@redhat.com>
595
596 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
597 is not useful.
598
585fdaa1
PA
5992011-01-25 Pedro Alves <pedro@codesourcery.com>
600
601 * gdb.texinfo: s/value optimized out/optimized out/g
602
7bfc9434
JB
6032011-01-21 Joel Brobecker <brobecker@adacore.com>
604
605 * gdb.texinfo (Other Misc Settings): Rework part of the
606 documentation of the "set interactive mode" command.
607
4694da01
TT
6082011-01-19 Tom Tromey <tromey@redhat.com>
609
610 * gdb.texinfo (Threads): Document thread name output and `thread
611 name' command.
612 (Threads In Python): Document Thread.name attribute.
613 (GDB/MI Thread Commands): Document thread attributes.
614
b716877b
AB
6152011-01-12 Andrew Burgess <aburgess@broadcom.com>
616
617 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
618 changes in mi/mi-cmd-disas.c
619
13fd8b81
TT
6202011-01-12 Tom Tromey <tromey@redhat.com>
621
622 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
623 Fix "thread apply" text.
624
e09342b5
TJB
6252011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
626 Thiago Jung Bauermann <bauerman@br.ibm.com>
627
628 Implement support for PowerPC BookE ranged watchpoints.
629 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
630 the "set powerpc exact-watchpoints" flag.
631
06e65f44
TT
6322011-01-07 Tom Tromey <tromey@redhat.com>
633
634 * gdb.texinfo (Python API): Add descriptions to @menu items.
635
d8e22779
TT
6362011-01-06 Tom Tromey <tromey@redhat.com>
637
638 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
639
a255712f
PP
6402010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
641
e09342b5 642 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 643
ccfc3d6e
TT
6442011-01-06 Tom Tromey <tromey@redhat.com>
645
646 PR python/12133:
647 * gdb.texinfo (Frames In Python): Document various frame
648 constants.
649
44944448
JB
6502011-01-05 Joel Brobecker <brobecker@adacore.com>
651
652 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
653 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
654 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
655
42ea3d7a
JK
6562011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
657
658 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
659 (clean): Add GDBvn.texi.
660
720d1a40
JB
6612010-12-29 Joel Brobecker <brobecker@adacore.com>
662
663 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
664 occasional case where the debugger prints an array address
665 instead of the array itself.
666
ad196637
PA
6672010-12-23 Pedro Alves <pedro@codesourcery.com>
668
669 * gdb.texinfo (Packets) <read registers packet>: Document support
670 for registers that were not collected.
671
a86caf66
DE
6722010-12-15 Doug Evans <dje@google.com>
673
674 * gdb.texinfo (Startup): Document auto-loading of scripts during
675 startup.
676 (Auto-loading): Delete "maint set python auto-load on|off".
677 Add "set auto-load-scripts on|off".
678
aae1c79a
DE
6792010-12-07 Doug Evans <dje@google.com>
680
681 * gdb.texinfo (Mode Options): Document -data-directory.
682 (Data Files): Add reference to -data-directory.
683
4e04c971
DE
6842010-11-29 Doug Evans <dje@google.com>
685
686 * gdb.texinfo (Pretty-Printer Introduction): Change
687 printer-name:subprinter-name to printer-name;subprinter-name.
688
94b6973e
PM
6892010-11-29 Phil Muldoon <pmuldoon@redhat.com>
690
691 PR python/12199
692
693 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
694
39037522
TT
6952010-11-23 Tom Tromey <tromey@redhat.com>
696
697 * gdb.texinfo (Top): Check SYSTEM_READLINE.
698 (Editing): Likewise.
699 (Command History): Likewise.
700 (TUI Keys): Likewise.
701 (Bug Reporting): Conditionally include rluser.texi and
702 inc-history.texinfo.
703 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
704 (GDB_DOC_SOURCE_INCLUDES): Add comment.
705 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
706 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
707 (gdb.pdf): Likewise.
708 (gdb.info): Likewise.
709 (gdb/index.html): Likewise.
710
5ae98d25
TT
7112010-11-23 Tom Tromey <tromey@redhat.com>
712
713 * Makefile.in (Makefile): Run ../config.status.
714 (distclean): Update.
715 * configure: Remove.
716 * configure.ac: Remove.
717
621c8364
TT
7182010-11-12 Tom Tromey <tromey@redhat.com>
719
720 * gdb.texinfo (Basic Python): Update. Add xref.
721 (Exception Handling): Document new exception classes.
722 (Types In Python): Update.
723 (Frames In Python): Update.
724
84f4c1fe
PM
7252010-11-11 Phil Muldoon <pmuldoon@redhat.com>
726
727 * gdb.texinfo (Breakpoints In Python): Document "internal"
728 parameter, and visible attribute.
729
99e7ae30
DE
7302010-11-05 Doug Evans <dje@google.com>
731
732 * gdb.texinfo (Source Path): Document "set directories".
733
f4b8a18d
KW
7342010-11-05 Ken Werner <ken.werner@de.ibm.com>
735
736 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
737 (OpenCL C): New node.
738
7b51bc51
DE
7392010-11-02 Doug Evans <dje@google.com>
740
741 * gdb.texinfo (Pretty Printing): Expand into three sections,
742 introduction, example, and commands.
743 (Python API): Delete section Disabling Pretty-Printers, merge into
744 Selecting Pretty-Printers.
745 (Writing a Pretty-Printer): New section. Move the pretty-printer
746 example here, and reformat to match python coding style. Add a second
747 example using the gdb.printing module.
748 (Python modules): Add gdb.printing.
749
9eeee977
DE
7502010-10-29 Doug Evans <dje@google.com>
751
752 * gdb.texinfo (Python): Fix long line.
753
a0e0ffdf
DE
7542010-10-20 Doug Evans <dje@google.com>
755
756 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
757 All references updated. Correct sections marked as subsections.
758 (Coding Standards): New chapter. Move the coding standard related
759 subsections here. Add section on Python coding standards.
760
0e3509db
DE
7612010-10-13 Doug Evans <dje@google.com>
762
763 * gdb.texinfo (Python): Add "Python modules".
764 (Types in Python): Add reference to gdb.types section.
765 (Python modules): New node.
766
44592cc4
DE
7672010-10-11 Doug Evans <dje@google.com>
768
769 * gdb.texinfo (Values From Inferior): Add reference to "Types in
770 Python" from gdb.Value.type description.
771
6e1bb179
JB
7722010-09-28 Joel Brobecker <brobecker@adacore.com>
773
774 * gdb.texinfo (Ravenscar Profile): New node.
775
e8467610
TT
7762010-09-22 Tom Tromey <tromey@redhat.com>
777
778 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
779
fccd1d1e
EZ
7802010-09-22 Eli Zaretskii <eliz@gnu.org>
781
782 * gdb.texinfo (Values From Inferior): Clarify that
783 value.dynamic_type works only in C++ programs with RTTI.
784
c1b6b909
TT
7852010-09-15 Paul Bolle <pebolle@tiscali.nl>
786
787 * gdb.texinfo (Character Sets): Correctly reference host-charset
788 in example.
789
7d288aaa
TT
7902010-09-13 Tom Tromey <tromey@redhat.com>
791
792 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
793 Document "fullname" and "from".
794
f75d858b
MK
7952010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
796
797 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
798 feature `reverse' output by -list-target-features.
799
83b9503b
L
8002010-08-31 H.J. Lu <hongjiu.lu@intel.com>
801
802 * gdb.texinfo (i386 Features): Remove an extra "@item".
803
03f17ccf
TT
8042010-08-30 Tom Tromey <tromey@redhat.com>
805
806 PR python/11792:
807 * gdb.texinfo (Values From Inferior): Document dynamic_type.
808
9779414d
DJ
8092010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
810
811 * gdb.texinfo (ARM Features): Document
812 org.gnu.gdb.arm.m-profile.
813
f9ffd4bb
TT
8142010-08-23 Tom Tromey <tromey@redhat.com>
815
816 PR python/11145:
817 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
818 reinterpret_cast methods.
819
702c2711
TT
8202010-08-23 Tom Tromey <tromey@redhat.com>
821
822 PR python/11915:
823 * gdb.texinfo (Types In Python): Document array method.
824
66b73624
TJB
8252010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
826
827 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
828
06a64a0b
TT
8292010-08-16 Tom Tromey <tromey@redhat.com>
830
831 * gdb.texinfo (Set Watchpoints): Document -location option.
832
a3a7127e
DE
8332010-08-13 Doug Evans <dje@google.com>
834
835 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
836
8dedea02
VP
8372010-08-13 Vladimir Prus <vladimir@codesourcery.com>
838
839 * gdb.texinfo (GDB/MI Data Manipulation): Document
840 -data-read-memory-raw and -data-write-memory-raw.
841
ca5c20b6 8422010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 843 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
844
845 * gdb.texinfo (Basic Python): Describe post_event API.
846
cb2e07a6
PM
8472010-08-11 Phil Muldoon <pmuldoon@redhat.com>
848
849 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 850 decode_line Python APIs
cb2e07a6 851
464b3efb
TT
8522010-08-10 Tom Tromey <tromey@redhat.com>
853
854 * gdb.texinfo (Pretty Printing API): Document
855 gdb.default_visualizer.
856
c29c521f
TT
8572010-08-10 Tom Tromey <tromey@redhat.com>
858
859 Revert gdb-add-index addition:
860 * gdb.texinfo (Index Files): Don't document gdb-add-index.
861
5da1313b
JK
8622010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
863 Eli Zaretskii <eliz@gnu.org>
864
865 * gdb.texinfo (Mode Options) <-batch>
866 (Basic Python) <gdb.execute>: Describe setting width and height.
867
02d868e8
PP
8682010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
869
870 * gdb.texinfo (Threads): Document 'debug libthread-db'.
871
c2bbed2a
TT
8722010-07-30 Tom Tromey <tromey@redhat.com>
873
874 * gdb.texinfo (Index Files): Mention gdb-add-index.
875
6c13bbe1
HZ
8762010-07-30 Hui Zhu <teawater@gmail.com>
877
878 * gdb.texinfo (Inferiors and Programs): Update the introduce of
879 "detach inferior" and "kill inferior".
880
53a71c06
CR
8812010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
882
883 * gdb.texinfo (Machine Code): Update description of two forms of
884 arguments, and add new example to demonstrate the new form.
885
5374244e
PM
8862010-07-27 Phil Muldoon <pmuldoon@redhat.com>
887
888 * gdb.texinfo (Values From Inferior): Add value inferior function
889 call description.
890
8ea5bce5
JK
8912010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
892
893 * gdb.texinfo (Active Targets): Fix wrong comma placement.
894
c0edd9ed
JK
8952010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
896 Eli Zaretskii <eliz@gnu.org>
897
898 Make core files the process_stratum.
899 * gdb.texinfo (Active Targets): Remove core_stratum. Include
900 record_stratum example.
901
9291a0cd
TT
9022010-07-13 Tom Tromey <tromey@redhat.com>
903
904 * gdb.texinfo (Index Files): New node.
905
f5011d11
TT
9062010-07-13 Tom Tromey <tromey@redhat.com>
907
908 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
909
0f5238ed
TT
9102010-07-13 Tom Tromey <tromey@redhat.com>
911
912 * gdb.texinfo (Specify Location): Document labels.
913
74c761c1
PA
9142010-07-01 Pedro Alves <pedro@codesourcery.com>
915
916 * gdb.texinfo (Create and Delete Tracepoints): Add more index
917 entries for fast tracepoints and static tracepoints.
918
501994c0
PA
9192010-07-01 Pedro Alves <pedro@codesourcery.com>
920
921 * gdb.texinfo (General Query Packets) <qfThreadInfo,
922 qsThreadInfo>: Spell out `l' as ell.
923
0fb4aa4b
PA
9242010-07-01 Pedro Alves <pedro@codesourcery.com>
925
926 * gdb.texinfo (Convenience Variables): Document $_sdata.
927 (Commands to Set Tracepoints): Describe static tracepoints. Add
928 `Listing Static Tracepoint Markers' menu entry. Document
929 "strace".
930 (Tracepoint Action Lists): Document collecting $_sdata.
931 (Listing Static Tracepoint Markers): New subsection.
932 (Tracepoints support in gdbserver): Mention static tracepoints.
933 (remote packets, enabling and disabling): Mention
934 read-sdata-object.
935 (General Query Packets) <qSupported>: Document qXfer:sdata:read
936 and StaticTracepoint.
937 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
938 Document qXfer:sdata:read.
939 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
940
dc3b15be
JB
9412010-06-29 Joel Brobecker <brobecker@adacore.com>
942
943 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
944
595939de
PM
9452010-06-28 Phil Muldoon <pmuldoon@redhat.com>
946 Tom Tromey <tromey@redhat.com>
947 Thiago Jung Bauermann <bauerman@br.ibm.com>
948
949 * gdb.texinfo (Inferiors In Python): New node.
950 * gdb.texinfo (Threads In Python): New node.
951
9279c692
JB
9522010-06-28 Joel Brobecker <brobecker@adacore.com>
953
954 * gdb.texinfo (Python): Document what the python directory is
955 and what its location is.
956 (Basic Python): Document the gdb.PYTHONDIR constant.
957
bc9f0842
TT
9582010-06-25 Tom Tromey <tromey@redhat.com>
959
960 PR python/10808:
961 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
962
f1421989
HZ
9632010-06-24 Hui Zhu <teawater@gmail.com>
964
965 * gdb.texinfo: (Commands for Controlled Output): Add
966 documentation for command "eval".
967
e4c0cfae
SS
9682010-06-21 Stan Shebs <stan@codesourcery.com>
969
970 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
971 * annotate.texinfo: Ditto.
972 * gdbint.texinfo: Ditto.
973 * stabs.texinfo: Ditto.
974
bb08c432
HZ
9752010-06-22 Hui Zhu <teawater@gmail.com>
976
977 * gdb.texinfo: (Process Record and Replay): Add documentation
978 for command "set record memory-query".
979
4f5d9f07
SS
9802010-06-21 Stan Shebs <stan@codesourcery.com>
981
982 * gdb.texinfo: Relicense under GFDL version 1.3.
983 * annotate.texinfo: Relicense under GFDL version 1.3.
984 * gdbint.texinfo: Relicense under GFDL version 1.3.
985 * stabs.texinfo: Relicense under GFDL version 1.3.
986 * fdl.texi: Update to version 1.3.
987
6aed2dbc
SS
9882010-06-18 Stan Shebs <stan@codesourcery.com>
989
a61408f8
SS
990 * gdb.texinfo (Operating System Auxiliary Information): Describe
991 "info os" when no arguments given.
992
6aed2dbc
SS
993 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
994 $_thread.
995
24e933df
HZ
9962010-06-18 Hui Zhu <teawater@gmail.com>
997
998 * gdb.texinfo: (Process Record and Replay): Add documentation
999 for commands "record save" and "record restore".
1000
65d79d4b
SDJ
10012010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1002
1003 * gdb.texinfo: Include information about the correct use
1004 of addresses in the `watch' command.
1005
d914c394
SS
10062010-06-11 Stan Shebs <stan@codesourcery.com>
1007
1008 * gdb.texinfo (Observer Mode): New section.
1009 (General Query Packets): Document QAllow.
889bf7c5 1010
967cf477
DE
10112010-06-04 Doug Evans <dje@google.com>
1012
1013 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
1014
aaf4119b
DE
10152010-06-03 Doug Evans <dje@google.com>
1016
1017 * gdbint.texinfo (Coding): Add subsection on command names.
1018
9eae7c52
TT
10192010-06-02 Tom Tromey <tromey@redhat.com>
1020
1021 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
1022 always-disassemble.
1023
fa593d66
PA
10242010-06-01 Pedro Alves <pedro@codesourcery.com>
1025
1026 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
1027 gdbserver, and add cross reference.
1028 (Tracepoints support in gdbserver): New subsection.
1029
dde08ee1
PA
10302010-05-26 Pedro Alves <pedro@codesourcery.com>
1031
1032 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
1033 `qRelocInsn' feature.
1034 (Relocate instruction reply packet): New subsection
1035 of `Tracepoint Packets'.
1036 (Tracepoint Packets): Mention that packets QTDP and QTStart
1037 support the qRelocInsn request, and add cross reference to new
1038 subsection.
1039
07ca107c
DE
10402010-05-25 Doug Evans <dje@google.com>
1041
1042 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
1043 (Commands In Python): Document gdb.string_to_argv.
1044
c25c4a8b
JK
10452010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1046
1047 * gdbint.texinfo (Host Definition): Remove items NORETURN and
1048 ATTR_NORETURN.
1049
d7b32ed3 10502010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
1051 Tom Tromey <tromey@redhat.com>
1052 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 1053
c25c4a8b 1054 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 1055
6aecb9c2
JB
10562010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
1057
1058 * gdb.texinfo: (Summary) Add mention about D language support.
1059 (Filenames): Add D suffixes.
1060 (D): New node.
1061
b7da9e9f
PM
10622010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
1063
1064 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
1065 of macro deleted from GDB code.
1066
ab38a727
PA
10672010-04-24 Pedro Alves <pedro@codesourcery.com>
1068
1069 * gdb.texinfo (Commands to specify files): Describe what how GDB
1070 looks up DOS-based filesystem paths on the system root. Document
1071 the new `set/show target-file-system-kind' commands.
1072
66d09542
DE
10732010-04-23 Doug Evans <dje@google.com>
1074
1075 * gdb.texinfo (Python): Move Auto-loading section here ...
1076 (Python API): from here.
1077 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
1078 (Maintenance Commands): Add docs for "maint print section-scripts".
1079
8bd10a10
CM
10802010-04-20 Chris Moller <cmoller@redhat.com>
1081
1082 * gdb.texinfo (Setting Breakpoints): Added description of
1083 filename-qualified rbreak.
1084 * refcard.tex (Breakpoints and Watchpoints): Added brief
1085 description of filename-qualified rbreak.
1086
4c374409
JK
10872010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1088
1089 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
1090 (Python API): Change the reference to Pretty Printing API.
1091 (Pretty Printing): Move the user part under the Data node. Reformat
1092 the sample output to 72 columns. Create a new reference to Pretty
1093 Printing API. Rename the API part ...
1094 (Pretty Printing API): To a new node name.
1095 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
1096 (GDB/MI Variable Objects): Change references to Pretty Printing API.
1097
5a9351ae
SS
10982010-04-21 Stan Shebs <stan@codesourcery.com>
1099
1100 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 1101 and commands.
5a9351ae 1102 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 1103
9a22f0d0
PM
11042010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1105
1106 * gdb.texinfo (Examining memory): Update for change in string
1107 display with explicit size.
1108
6149aea9
PA
11092010-04-19 Pedro Alves <pedro@codesourcery.com>
1110
1111 PR breakpoints/8554.
1112
1113 * gdb.texinfo (Save Breakpoints): New node.
1114 (save-tracepoints): Rename to ...
1115 (save tracepoints): ... this. Mention that `save-tracepoints' is
1116 a deprecated alias to `save tracepoints'.
1117
711e434b
PM
11182010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
1119
645797a8 1120 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
1121 (info w32 thread-information-block): Document new command.
1122 (qGetTIBAddress): Document new gdbserver query.
1123 (maint set/show show-all-tib): Document new command.
1124
3f7b2faa
DE
11252010-04-15 Doug Evans <dje@google.com>
1126
fa33c3cd
DE
1127 * gdb.texinfo (Python API): Add progspaces section.
1128 (Selecting Pretty-Printers): Progspace pretty-printers are
1129 searched too.
1130 (Progspaces In Python): New section.
1131
3f7b2faa
DE
1132 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
1133
79f283fe
PM
11342010-04-14 Phil Muldoon <pmuldoon@redhat.com>
1135
1136 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
1137 returns None.
1138
87290684
SS
11392010-04-09 Stan Shebs <stan@codesourcery.com>
1140
1141 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1142 Describe the `frames-created' field, tweak grammar.
1143
a97153c7
PA
11442010-04-09 Pedro Alves <pedro@codesourcery.com>
1145
1146 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1147 Describe the `circular' and `disconnected' fields.
1148
5c5dcc1b
L
11492010-04-09 H.J. Lu <hongjiu.lu@intel.com>
1150
1151 * gdb.texinfo (maint print registers): Mention unavailable and
1152 invisible registers.
1153
adc36818
PM
11542010-04-09 Phil Muldoon <pmuldoon@redhat.com>
1155 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 1156 Tom Tromey <tromey@redhat.com>
adc36818
PM
1157
1158 * gdb.texinfo (Breakpoints In Python): New Node.
1159
33da3f1c
SS
11602010-04-08 Stan Shebs <stan@codesourcery.com>
1161
1162 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
1163 trace status fields.
1164
3a13a53b
L
11652010-04-08 H.J. Lu <hongjiu.lu@intel.com>
1166
1167 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
1168 optional. Make org.gnu.gdb.i386.avx requires
1169 org.gnu.gdb.i386.avx.
1170
08001717
DE
11712010-04-08 Doug Evans <dje@google.com>
1172
1173 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
1174 search path, and document that gdb only scans the search path if
1175 the script's path doesn't specify a directory.
1176
c375651d
DE
11772010-04-05 Doug Evans <dje@google.com>
1178
1179 * gdb.texinfo (maint show python auto-load): Fix typo.
1180
af54718e
SS
11812010-04-04 Stan Shebs <stan@codesourcery.com>
1182
d77f58be
SS
1183 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
1184 (Setting Watchpoints): Update description of "info watch".
1185 (Disabling Breakpoints): Only "info break" lists all.
1186
af54718e
SS
1187 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
1188 (tdump): Explain how tdump works.
1189
86b17b60
PA
11902010-04-01 Pedro Alves <pedro@codesourcery.com>
1191
1192 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
1193 add cross reference.
1194
ff12863f
PA
11952010-03-31 Pedro Alves <pedro@codesourcery.com>
1196
1197 * gdb.texinfo (TUI Commands): Mention that in some cases, these
1198 commands error out.
1199
f68eb612
L
12002010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1201
1202 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
1203
c8d5aac9
L
12042010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1205
1206 * gdb.texinfo (General Query Packets): Add xmlRegisters.
1207
7d13fe92
SS
12082010-03-29 Stan Shebs <stan@codesourcery.com>
1209 Nathan Sidwell <nathan@codesourcery.com>
1210
1211 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
1212 GDBN equivalent.
1213 (Set Tracepoints): Remove mention that conditional tracepoints
1214 don't exist.
1215 (Tracepoint Actions): Clarify when while-stepping collection
1216 happens, note that while-stepping does not automatically collect
1217 $pc.
1218
409873ef 12192010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 1220
409873ef
SS
1221 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
1222 (General Query Packets): Describe TracepointSource.
1223
ee8e71d4
EZ
12242010-03-27 Matt Rice <ratmice@gmail.com>
1225
c8d5aac9
L
1226 * gdb.texinfo (ARM): Document arguments to "target sim".
1227 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 1228
99b5e152
PA
12292010-03-26 Pedro Alves <pedro@codesourcery.com>
1230
1231 * gdb.texinfo (Tracepoint Packets): Remove mention that
1232 terror:string may be plain text, and drop mention of X prefix.
1233
cd64ee31
VP
12342010-03-26 Vladimir Prus <vladimir@codesourcery.com>
1235
1236 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
1237
6c28cbf2
SS
12382010-03-24 Stan Shebs <stan@codesourcery.com>
1239
1240 * gdb.texinfo (Tracepoint Packets): Document trace error status.
1241
95a42b64
TT
12422010-03-24 Tom Tromey <tromey@redhat.com>
1243
1244 PR breakpoints/9352:
1245 * gdb.texinfo (Break Commands): Update.
1246
18148017
VP
12472010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1248
1249 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
1250 commands.
1251
4daf5ac0
SS
12522010-03-16 Stan Shebs <stan@codesourcery.com>
1253
1254 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
1255 circular-trace-buffer.
1256 (Tracepoint Packets): Describe QTBuffer, and details of the
1257 qTStatus reply.
1258
c9429232
SS
12592010-03-12 Stan Shebs <stan@codesourcery.com>
1260 Nathan Sidwell <nathan@codesourcery.com>
1261
1262 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
1263 doing instruction stepping.
1264 (Tracepoint Restrictions): New node.
1265
ccefe4c4
TT
12662010-03-10 Tom Tromey <tromey@redhat.com>
1267
1268 * gdbint.texinfo (Symbol Handling): Update.
1269
7c953934
TT
12702010-03-08 Tom Tromey <tromey@redhat.com>
1271
1272 PR cli/9591:
1273 * gdb.texinfo (Mode Options): Mention lack of pagination and
1274 confirmation with --batch.
1275 (Screen Size): Mention --batch.
1276 (Messages/Warnings): Likewise.
1277
f870a310
TT
12782010-03-05 Tom Tromey <tromey@redhat.com>
1279
1280 * gdb.texinfo (Basic Python): Document target_charset and
1281 target_wide_charset.
1282
78e2826b
TT
12832010-03-05 Tom Tromey <tromey@redhat.com>
1284
1285 * gdb.texinfo (Data): Link to pretty-printing.
1286 (Output Formats): Likewise. Correct text.
1287
f5dff777
DJ
12882010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1289
1290 * gdb.texinfo (Types): Describe <struct> and <flags>.
1291
dc00d89f
PM
12922010-02-28 Phil Muldoon <pmuldoon@redhat.com>
1293
1294 * gdb.texinfo (Frames In Python): Add block parameter and
1295 description to read_var text.
1296
5107b149 12972010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 1298 Tom Tromey <tromey@redhat.com>
5107b149
PM
1299
1300 * gdb.texinfo (Types In Python): Describe block argument in
1301 template_argument and gdb.lookup_type.
1302
e03e5e7b
TT
13032010-02-24 Tom Tromey <tromey@redhat.com>
1304
1305 * gdb.texinfo (Cygwin Native): Fix typo.
1306
f3e9a817
PM
13072010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1308
1309 * gdb.texinfo (Frames In Python): Add block, find_sal, function
1310 and select method descriptions.
1311 (Python API): Add Blocks In Python, Symbols in Python and Symbol
1312 Tables in Python to menu.
1313 (Blocks In Python): New node.
1314 (Symbols In Python): New node.
1315 (Symbol Tables in Python): New node.
1316
a79b8f6e
VP
13172010-02-24 Vladimir Prus <vladimir@codesourcery.com>
1318
1319 Multiexec MI
1320
1321 gdb/
1322 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
1323
1324 gdb/doc/
1325 * gdb.texinfo (GDB/MI Command Syntax): Document notification
1326 changes.
1327 (GDB/MI Program Execution): Document current behaviour of
1328 --all and --thread-group.
1329 (GDB/MI Miscellaneous Commands): Document -add-inferior and
1330 -remove-inferior.
1331 * observer.texi (inferior_added, inferior_removed): New
1332 observers.
1333
629d6a47
TT
13342010-02-19 Tom Tromey <tromey@redhat.com>
1335
1336 * gdbint.texinfo (Getting Started): Fix @node.
1337 (Debugging GDB): Likewise.
1338
c09529e5
JB
13392010-02-13 Joel Brobecker <brobecker@adacore.com>
1340
1341 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
1342 documenting the gdb_test_timeout variable.
1343
540aa8e7
MS
13442010-02-12 Jakob Engblom <jakob@virtutech.com>
1345
1346 * gdb.texinfo (MI commands): Added documentation of --reverse
1347 option to a set of MI commands. Restructured documentation of MI
1348 commands --exec-continue to reflect the complexity of reverse
1349 execution.
1350
081dfbf7
PA
13512010-02-12 Pedro Alves <pedro@codesourcery.com>
1352
1353 * gdb.texinfo (Using the Collected Data): Specify that the address
1354 range of `tfind outsize' is exclusive, and that the address range
1355 of `tfind range' is inclusive.
1356 (Tracepoint Packets): Specify that the address range of
1357 `QTFrame:range' is inclusive, and that the address range of
1358 `QTFrame:outside' is exclusive
1359
8e9c5e02
VP
13602010-02-12 Vladimir Prus <vladimir@codesourcery.com>
1361
1362 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
1363
92981e24
TT
13642010-02-10 Tom Tromey <tromey@redhat.com>
1365
1366 * gdb.texinfo (Debugging Output): Document set debug parser and
1367 show debug parser.
1368
075b51b7
L
13692010-02-09 H.J. Lu <hongjiu.lu@intel.com>
1370
1371 * gdb.texinfo (Predefined Target Types): Add i387_ext,
1372 i386_eflags and i386_mxcsr.
1373
3bb8d5c3
L
13742010-02-08 H.J. Lu <hongjiu.lu@intel.com>
1375
1376 * gdb.texinfo: Document i386 target features.
1377
c5f80513
DE
13782010-02-05 Doug Evans <dje@google.com>
1379
1380 * gdbint.texinfo (Testsuite): Add a new section to document the
1381 various DejaGnu variables that may be overridden.
1be00882 1382 Document INTERNAL_GDBFLAGS.
c5f80513 1383
6ac33a4e
TT
13842010-02-04 Tom Tromey <tromey@redhat.com>
1385
1386 PR cli/8830:
1387 * gdb.texinfo (Files): -readnow comes before the filename for file
1388 and symbol-file.
1389
a1dcb23a
DJ
13902010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1391
1392 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
1393 Document ARM breakpoint types.
1394 (Register Packet Format): Move into the new section.
1395 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
1396
95433b34
JB
13972010-01-21 Joel Brobecker <brobecker@adacore.com>
1398
1399 * gdb.texinfo (File Options): Adjust the documentation of this
1400 switch to refer to the "source" command rather than partially
1401 duplicating some of the relevant information.
1402 (Extending GDB): Introduce and document the set/show script-extension
1403 setting.
1404 (Command Files): Add note explaining that the "source" command
1405 is also used to evalute scripts written in other languages.
1406 Remove the short slightly incorrect reference to sourcing Python
1407 scripts.
1408 (Python Commands): Document how to execute a Python script from GDB.
1409
8d576872
JB
14102010-01-19 Joel Brobecker <brobecker@adacore.com>
1411
1412 * gdb.texinfo (Command Files): Fix typo.
1413
8150ff9c
JB
14142010-01-18 Tom Tromey <tromey@redhat.com>
1415
1416 * gdb.texinfo (File Options): Document -x on .py files.
1417 (Command Files): Document handling of Python scripts.
1418
23db03a6
JZ
14192010-01-18 Jie Zhang <jie.zhang@analog.com>
1420
1421 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
1422
00bf0b85
SS
14232010-01-15 Stan Shebs <stan@codesourcery.com>
1424
1425 * gdb.texinfo (Trace Files): New section.
1426 (Tracepoint Packets): Document QTSave and qTBuffer.
1427 (Trace File Format): New appendix.
1428
be759fcf
PM
14292010-01-13 Phil Muldoon <pmuldoon@redhat.com>
1430
1431 * gdb.texinfo (Values From Inferior): Document lazy_string value
1432 method.
1433 (Python API): Add Lazy strings menu item.
1434 (Lazy Strings In Python): New node.
1435
dc146f7c
VP
14362010-01-13 Vladimir Prus <vladimir@codesourcery.com>
1437
1438 * gdb.texinfo (GDB/MI Thread Information): New.
1439 (GDB/MI Async Records): Document the core field in *stopped.
1440 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
1441 documentation
1442 (Process list): Document that osdata document may contain
1443 threads.
1444 (Remote Serial Protocol): Document qXfer:threads.
1445
d5551862
SS
14462010-01-06 Stan Shebs <stan@codesourcery.com>
1447
1448 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1449 disconnected tracing.
1450 (Tracepoint Packets): Document new protocol.
1451
7a697b8d
SS
14522010-01-05 Stan Shebs <stan@codesourcery.com>
1453
1454 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
1455 tracepoints.
1456 (Tracepoint Packets): Describe remote protocol for fast
1457 tracepoints.
1458
e6f3ec50
JB
14592010-01-01 Joel Brobecker <brobecker@adacore.com>
1460
1461 Update the "Start of New Year Procedure".
1462 * gdbint.texinfo: Add the list of files that need to be updated
1463 manually. Minor reformatting.
1464
ddc4e9c1
JB
14652010-01-01 Joel Brobecker <brobecker@adacore.com>
1466
1467 * refcard.tex: Update copyright year in header and text.
1468
9d2897ad
JB
14692010-01-01 Joel Brobecker <brobecker@adacore.com>
1470
1471 * agentexpr.texi: Add 2010 to the list of copyright years.
1472 * annotate.texinfo: Likewise.
1473 * gdb.texinfo: Likewise.
1474 * gdbint.texinfo: Likewise.
1475 * observer.texi: Likewise.
1476 * stabs.texinfo: Likewise.
1477
6da95a67
SS
14782009-12-31 Stan Shebs <stan@codesourcery.com>
1479
1480 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 1481
236f1d4d
SS
14822009-12-29 Stan Shebs <stan@codesourcery.com>
1483
1484 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 1485
f61e138d
SS
14862009-12-28 Stan Shebs <stan@codesourcery.com>
1487
1488 * gdb.texinfo (Trace State Variables): New section.
1489 (Tracepoint Packets): Describe trace state variable packets.
1490 * agentexpr.texi (Bytecode Descriptions): Describe trace state
1491 variable bytecodes.
1492
0fe7935b
DJ
14932009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
1494
1495 * gdb.texinfo (Symbols): "info variables" prints definitions, not
1496 declarations.
1497
a6b29f87
VP
14982009-12-21 Vladimir Prus <vladimir@codesourcery.com>
1499
1500 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
1501 -gdb-exit behaviour.
1502
5e4bde96
JB
15032009-12-20 Joel Brobecker <brobecker@adacore.com>
1504
1505 * gpl.texi: Update to version 3 of the GPL.
1506
a1715244
JB
15072009-12-20 Joel Brobecker <brobecker@adacore.com>
1508
1509 * Makefile.in: Update copyright header.
1510 * observer.texi: Fix the copyright header of the generated files.
1511
361ae042
PM
15122009-12-08 Phil Muldoon <pmuldoon@redhat.com>
1513
1514 * gdb.texinfo (Types In Python): Describe range function.
1515
bfd31e71
PM
15162009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
1517
1518 * gdb.texinfo (Types In Python): Describe "is_base_class".
1519
57a1d736
TT
15202009-12-03 Tom Tromey <tromey@redhat.com>
1521
1522 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
1523
8cebebb9
PP
15242009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
1525
1526 * observer.texi: New memory_changed observer.
1527
16af530a
TT
15282009-12-01 Tom Tromey <tromey@redhat.com>
1529
1530 * gdb.texinfo (Reverse Execution): Fix typo.
1531
b6199126
DJ
15322009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
1533
1534 PR gdb/8704
1535
1536 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
1537 are allowed after the breakpoint condition.
1538
7a6973ad
TT
15392009-11-23 Tom Tromey <tromey@redhat.com>
1540
1541 PR python/10782:
1542 * gdb.texinfo (Types In Python): Document Type.pointer.
1543
21a0512e
PP
15442009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
1545
1546 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 1547
a5832c8f
PA
15482009-11-11 Pedro Alves <pedro@codesourcery.com>
1549
1550 * agentexpr.texi (Tracing On Symmetrix): Delete section.
1551 (Using Agent Expressions): Delete cross reference.
1552
1eb7cd77
JB
15532009-11-07 Joel Brobecker <brobecker@adacore.com>
1554
1555 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
1556 and @settitle directives up to help makeinfo find them.
1557
24ddea62
JK
15582009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1559
1560 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
1561 (Auto-loading): Use plural and note one can use multiple components now.
1562
3afae151
VP
15632009-11-01 Vladimir Prus <vladimir@codesourcery.com>
1564
1565 * gdb.texinfo (GDB/MI Stack Manipulation): Make
1566 -stack-list-arguments have the same documentation for parameter
1567 as -stack-list-locals. Add comas.
1568
14ff2235
PM
15692009-10-27 Tom Tromey <tromey@redhat.com>
1570 Eli Zaretskii <eliz@gnu.org>
1571
c8d5aac9 1572 PR python/10781
14ff2235
PM
1573
1574 * gdb.texinfo (Values From Inferior): Document cast method.
1575
9c419145
PP
15762009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
1577
1578 * gdb.texinfo (Machine Code): Mention function name in disasssembly
1579 and adjust example.
889bf7c5 1580
29153c24
MS
15812009-10-22 Michael Snyder <msnyder@vmware.com>
1582
1583 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 1584 info record command. Also document the new save and restore
29153c24
MS
1585 commands.
1586
2b28d209
PP
15872009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
1588
1589 * gdb.texinfo (Machine Code): Mention current pc marker.
1590 (Memory): Likewise.
1591
6c95b8df
PA
15922009-10-19 Pedro Alves <pedro@codesourcery.com>
1593 Stan Shebs <stan@codesourcery.com>
1594
1595 * observer.texi (new_inferior): Rename to...
1596 (inferior_appeared): ... this.
1597
1598 * gdb.texinfo (Inferiors): Rename node to ...
1599 (Inferiors and Programs): ... this. Mention running multiple
1600 programs in the same debug session.
1601 <info inferiors>: Mention the new 'Executable' column if "info
1602 inferiors". Update examples. Document the "add-inferior",
1603 "clone-inferior", "remove-inferior" and "maint info
1604 program-spaces" commands.
1605 (Process): Rename node to...
1606 (Forks): ... this. Document "set|show follow-exec-mode".
1607
2f8132f3
MS
16082009-10-11 Michael Snyder <msnyder@vmware.com>
1609
1610 * gdb.texinfo (ReverseStep): Show default as "unsupported".
1611 (ReverseContinue): Ditto.
1612
cba4b2d3
PP
16132009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
1614
1615 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 1616
da082f17
JK
16172009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1618
1619 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
1620
08be9d71
ME
16212009-10-06 Michael Eager <eager@eagercon.com>
1622
1623 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
1624 (Embedded Processors): Add MicroBlaze.
1625 (MicroBlaze): New. Describe Xilinx MicroBlaze
1626
08a0efd0
PA
16272009-10-04 Pedro Alves <pedro@codesourcery.com>
1628
1629 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
1630
cbb8f428
EZ
16312009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1632
1633 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
1634
30a4a70c
JB
16352009-09-23 Joel Brobecker <brobecker@adacore.com>
1636
1637 * observer.texi (solib_unloaded): Document explicitly the fact that
1638 this observer is called before the associated symbols are unloaded.
1639
b3372f91
VP
16402009-09-19 Vladimir Prus <vladimir@codesourcery.com>
1641
1642 * gdb.texinfo (GDB/MI Stack Manipulation): Document
1643 -stack-list-variables.
1644
f43030c4
TT
16452009-09-18 Tom Tromey <tromey@redhat.com>
1646
1647 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
1648 is experimental.
1649
ec7e75e7
PP
16502009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1651
1652 * gdb.texinfo (convenince variables): Mention
1653 $_siginfo could be empty.
f43030c4 1654
0cc7d26f
TT
16552009-09-15 Tom Tromey <tromey@redhat.com>
1656
1657 * gdb.texinfo (GDB/MI Variable Objects): Document
1658 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
1659 Expand -var-update documentation.
1660
a96d9b2e
SDJ
16612009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1662
1663 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
1664 feature.
1665
005ca36a
JB
16662009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
1667
1668 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
1669
0d772ac9
MS
16702009-09-10 Michael Snyder <msnyder@vmware.com>
1671
1672 * gdb.texinfo (qSupported): Mention new ReverseContinue and
1673 ReverseStep replies to the qSupported query.
1674
14fb1bac
JB
16752009-09-10 Joel Brobecker <brobecker@adacore.com>
1676
1677 Add documentation for set/show interactive-mode.
1678 * gdb.texinfo (Other Misc Settings): New node.
1679
29b090c0
DE
16802009-09-01 Doug Evans <dje@google.com>
1681
1682 * gdb.texinfo (Caching Data of Remote Targets): Add note on
1683 non-stop mode's affect on remote caching.
1684
4e5d721f
DE
16852009-08-31 Jacob Potter <jdpotter@google.com>
1686 Doug Evans <dje@google.com>
1687
1688 * gdb.texinfo (Caching Data of Remote Targets): Update text.
1689 Mark `set/show remotecache' options as obsolete.
1690 Document new `set/show stack-cache' option.
1691 Update text for `info dcache'.
1692
55333a84
DE
16932009-08-27 Doug Evans <dje@google.com>
1694
1695 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
1696 (Files): Add note on new optional regex arg to `info sharedlibrary'.
1697
bc3a0b4d
RW
16982009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1699
1700 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
1701 about autoconf.
1702
3a1ff0b6
PA
17032009-08-25 Pedro Alves <pedro@codesourcery.com>
1704
1705 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
1706 small example, and describe its columns. Replace "inferior-id" by
1707 "infno" throughout.
1708
81ecdfbb
RW
17092009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1710
af542c2e
RW
1711 * gdbint.texinfo (Releasing GDB): Point to
1712 README-maintainer-mode file for required autoconf version.
1713 * configure.ac: Do not substitute datarootdir, htmldir,
1714 pdfdir, docdir. Do not process --with-datarootdir,
1715 --with-htmldir, --with-pdfdir, --with-docdir.
1716 * configure: Regenerate.
1717
81ecdfbb
RW
1718 * configure: Regenerate.
1719
4efc6507
DE
17202009-08-20 Reid Kleckner <reid@kleckner.net>
1721
1722 * gdb.texinfo: Add chapter on JIT interface.
1723
43089a6e
NR
17242009-08-07 Nick Roberts <nickrob@snap.net.nz>
1725
1726 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 1727 confirmation request.
43089a6e 1728
99e008fe
EZ
17292009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
1730
c8d5aac9
L
1731 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
1732 CRC definitions.
99e008fe 1733
48cb2d85
VP
17342009-08-03 Vladimir Prus <vladimir@codesourcery.com>
1735
1736 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 1737 -break-commands.
48cb2d85 1738
ff1a52c6
UW
17392009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1740
1741 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1742 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
1743
3285f3fe
UW
17442009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1745
1746 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1747 "set spu stop-on-load" and "show spu stop-on-load" commands.
1748
e35359c5
UW
17492009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1750
1751 * gdb.texinfo (Target Descriptions): Document <compatible> element.
1752
58d6951d
DJ
17532009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
1754
1755 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
1756 org.gnu.gdb.arm.neon.
1757
08d16641
PA
17582009-07-20 Pedro Alves <pedro@codesourcery.com>
1759
1760 * gdb.texinfo (Target Description Format): Mention the new <osabi>
1761 optional element.
1762 (subsection OS ABI): New subsection.
1763
782b2b07
SS
17642009-07-14 Stan Shebs <stan@codesourcery.com>
1765
1766 * gdb.texinfo (Tracepoint Conditions): New section.
1767 (General Query Packets): Describe ConditionalTracepoints.
1768 (Tracepoint Packets): Describe condition field.
1769 (Maintenance Commands): Describe maint agent-eval.
1770 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
1771
9b117ef3
HZ
17722009-07-11 Hui Zhu <teawater@gmail.com>
1773
1774 * gdb.texinfo (disassemble): Add a new modifier /r
1775 to "disassemble" command to make it print the raw instructions
1776 in hex as well as in symbolic form.
1777
f5a33284
TT
17782009-07-09 Tom Tromey <tromey@redhat.com>
1779
1780 * gdbint.texinfo (Testsuite): Document parallel make check.
1781
812f7342
TT
17822009-07-09 Tom Tromey <tromey@redhat.com>
1783
1784 * gdbint.texinfo (Testsuite): Document test transcripts.
1785
fbb8f299
PM
17862009-07-10 Phil Muldoon <pmuldoon@redhat.com>
1787
1788 * gdb.texinfo (Values From Inferior): Add length parameter
1789 description.
1790
dd8f35ac
EZ
17912009-07-04 Chris Genly <chris@genly.us>
1792
1793 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
1794 in -var-list-children. Fix example according to what the code
1795 does.
1796
2277426b
PA
17972009-07-02 Pedro Alves <pedro@codesourcery.com>
1798
1799 * gdb.texinfo (Debugging multiple inferiors): Document the
1800 "inferior", "detach inferior" and "kill inferior" commands.
1801 (Debugging Programs with Multiple Processes): Adjust to mention
1802 generic "inferior" commands. Delete mention of "detach fork" and
1803 "delete fork". Cross reference to "Debugging multiple inferiors"
1804 section.
1805
a6d9a66e
UW
18062009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1807
5af949e3
UW
1808 * gdbint.texinfo (Item Output Functions): Update signature
1809 for ui_out_field_core_addr.
1810
18112009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1812
1813 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
1814 Update example code extrated from breakpoint.c.
1815
9901a55b 18162009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 1817
9901a55b
PP
1818 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
1819 MI commands.
1820 (GDB/MI Symbol Query): Likewise.
1821 (GDB/MI File Commands): Likewise.
1822 (GDB/MI File Transfer Commands): Likewise.
1823 (GDB/MI Target Manipulation): Likewise.
1824 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 1825
edb3359d
DJ
18262009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
1827
1828 * gdb.texinfo (Debugging Optimized Code): New chapter.
1829 (Compiling for Debugging): Reference it. Move some
1830 text to the new section.
1831
7cd1089b
PM
18322009-06-15 Phil Muldoon <pmuldoon@redhat.com>
1833
1834 * doc/gdb.texinfo (Calling): Document
1835 set-unwind-on-terminating-exception usage.
1836
d4db2f36
PA
18372009-06-11 Pedro Alves <pedro@codesourcery.com>
1838
1839 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
1840 command.
1841
d1a7880c
PA
18422009-06-07 Pedro Alves <pedro@codesourcery.com>
1843
1844 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
1845 references.
1846
473f94e6
UW
18472009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
1848
1849 * gdbint.texinfo: Rename formal parameters to gdbarch function
1850 protoypes from "current_gdbarch" to "gdbarch".
1851
8f500870
TT
18522009-05-28 Tom Tromey <tromey@redhat.com>
1853
1854 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
1855
b6313243
TT
18562009-05-27 Tom Tromey <tromey@redhat.com>
1857
1858 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1859 feature.
1860 (GDB/MI Variable Objects): Document -var-set-visualizer.
1861
18622009-04-02 Tom Tromey <tromey@redhat.com>
1863
1864 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1865 feature.
1866 (GDB/MI Variable Objects): Document -var-set-visualizer.
1867
a6bac58e
TT
18682009-05-27 Tom Tromey <tromey@redhat.com>
1869 Thiago Jung Bauermann <bauerman@br.ibm.com>
1870 Phil Muldoon <pmuldoon@redhat.com>
1871
1872 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
1873 (Pretty Printing): New node.
1874 (Selecting Pretty-Printers): Likewise.
1875 (Python API): Update.
1876 (Output Formats): Document /r format.
1877
2c74e833
TT
18782009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
1879 Tom Tromey <tromey@redhat.com>
1880
1881 * gdb.texinfo (Types In Python): New node.
1882 (Values From Inferior): "type" is now an attribute.
1883 (Python API): Update.
1884
89c73ade
TT
18852009-05-27 Tom Tromey <tromey@redhat.com>
1886 Thiago Jung Bauermann <bauerman@br.ibm.com>
1887 Phil Muldoon <pmuldoon@redhat.com>
1888
1889 * gdb.texinfo: Add @syncodeindex for `tp'.
1890 (Python API): Update.
1891 (Auto-loading): New node.
1892 (Objfiles In Python): New node.
1893
17a37d48
PP
18942009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
1895
1896 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 1897
6718376f
NR
18982009-05-15 Nick Roberts <nickrob@snap.net.nz>
1899
1900 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
1901
cbe54154
PA
19022009-05-12 Pedro Alves <pedro@codesourcery.com>
1903
1904 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
1905 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
1906 show show-debug-regs' docs.
1907
8e05493c
EZ
19082009-05-08 Eli Zaretskii <eliz@gnu.org>
1909
1910 * gdb.texinfo (Process Record and Replay): Add description of
1911 reverse execution.
1912
b39f4988
JB
19132009-05-07 Joel Brobecker <brobecker@adacore.com>
1914
1915 * gdbint.texinfo (Adding support for debugging core files): New node.
1916 (Native Debugging): Remove the ``Native core file Support'' section.
1917
a2311334
EZ
19182009-05-01 Eli Zaretskii <eliz@gnu.org>
1919
1920 * gdb.texinfo (Process Record and Replay): Improve and clarify.
1921 Add index entries.
1922
53cc454a 19232009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 1924 Michael Snyder <msnyder@vmware.com>
53cc454a 1925
a2311334
EZ
1926 * gdb.texinfo: (Process Record and Replay): Add documentation for
1927 process record and replay.
53cc454a 1928
484086b7
JK
19292009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1930
1931 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
1932 a new part on command-line defined macros.
1933
32ae1842
EZ
19342009-04-25 Eli Zaretskii <eliz@gnu.org>
1935
1936 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
1937 clarify the wording.
1938
b14b1491
TT
19392009-04-23 Tom Tromey <tromey@redhat.com>
1940
1941 * gdb.texinfo (Data Files): New node.
1942 (GDB Files): Update menu.
1943
5c1e86e1
JB
19442009-04-23 Joel Brobecker <brobecker@adacore.com>
1945
1946 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 1947 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 1948
83eba9b7
VP
19492009-04-22 Vladimir Prus <vladimir@codesourcery.com>
1950
1951 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
1952
e31198c4
HZ
19532009-04-22 Hui Zhu <teawater@gmail.com>
1954
1955 * gdb.texinfo (disassemble-next-line): Set the default of
1956 disassemble-next-line to off.
1957
26e251b6
JM
19582009-04-21 Joseph Myers <joseph@codesourcery.com>
1959
1960 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
1961 --with-htmldir): New.
1962 * configure: Regenerate.
1963 * Makefile.in (datarootdir, docdir): Define.
1964 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
1965 instead of $(SET_TEXINPUTS).
1966 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
1967 gdbint.info instead of $(SET_TEXINPUTS).
1968 (gdbint/index.html): Use same -I options as for building
1969 gdbint.info.
1970 (stabs.dvi, stabs.pdf): Use same -I options as for building
1971 stabs.info instead of $(SET_TEXINPUTS).
1972 (stabs/index.html): Use same -I options as for building
1973 stabs.info.
1974 (annotate.dvi, annotate.pdf): Use same -I options as for building
1975 annotate.info instead of $(SET_TEXINPUTS).
1976 (annotate/index.html): Use same -I options as for building
1977 annotate.info.
1978
eac35c4e
DD
19792009-04-21 David Daney <ddaney@caviumnetworks.com>
1980
1981 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
1982
29b0e8a2
JM
19832009-04-21 Joseph Myers <joseph@codesourcery.com>
1984
1985 * gdb.texinfo (Source Path): Document --with-relocated-sources.
1986
2b831889 19872009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 1988 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
1989
1990 * Makefile.in (MAKEHTML): Set to makeinfo --html.
1991 (MAKEHTMLFLAGS): Set to empty.
1992 (html__strip_dir): Define.
1993 (HTMLFILES): Define.
1994 (HTMLFILES_INSTALL): Define.
1995 (install-html): Copy new automake rule.
1996 (html): Depend on $(HTMLFILES).
1997 (gdb_toc.html): Rename to gdb/index.html.
1998 (gdbint_toc.html): Rename to gdbint/index.html.
1999 (stabs_toc.html): Rename to stabs/index.html.
2000 (annotate_toc.html): Rename to annotate/index.html.
2001
89a34d1b
JM
20022009-04-17 Carlos O'Donell <carlos@codesourcery.com>
2003
2004 * Makefile.in: Set pdfdir and htmldir from configure
2005 substitutions.
2006 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
2007 * configure: Regenerate.
2008
a2d5da46
JB
20092009-04-16 Joel Brobecker <brobecker@adacore.com>
2010
2011 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
2012 This macro is no longer used.
2013
732f6a93
TT
20142009-04-15 Tom Tromey <tromey@redhat.com>
2015
2016 * gdb.texinfo (Character Sets): Document default character set.
2017
87f9adc1
PM
20182009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
2019
2020 * gdbint.texinfo: Change server name from sources.redhat.com to
2021 sourceware.org throughout.
2022
2c88c651
JB
20232009-04-09 Joel Brobecker <brobecker@adacore.com>
2024
2025 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
2026 about a missing dot or coma after @xref.
2027
4f5376b2
JB
20282009-04-02 Joel Brobecker <brobecker@adacore.com>
2029
2030 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
2031 example, and add a small explanation about it.
2032 (Print Settings): Change the documentation of the "set print
2033 frame-arguments" to reflect the fact that the default is now "scalars".
2034
a0381d3a
JB
20352009-04-02 Joel Brobecker <brobecker@adacore.com>
2036
2037 * gdb.texinfo (Print Settings): Add kindex for command "set
2038 print frame-arguments".
2039
45ac276d
JB
20402009-03-31 Joel Brobecker <brobecker@adacore.com>
2041
2042 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
2043 breakpoints.
2044 (Set Breaks): Add reference to thread-specific and task-specific
2045 breakpoints.
2046
32cd1edc
JB
20472009-03-31 Joel Brobecker <brobecker@adacore.com>
2048
2049 * gdb.texinfo (Ada Tasks): Remove the documentation about
2050 the "Running" state, as this state has been eliminated.
2051 Now all runnable tasks are shown as "Runnable".
2052
1042e4c0
SS
20532009-03-30 Stan Shebs <stan@codesourcery.com>
2054
2055 * gdb.texinfo (Tracepoints): Describe tracepoints as a
2056 special case of breakpoints.
2057 (Enable and Disable Tracepoints): Mention deprecation.
2058 (Listing Tracepoints): Update description and example.
2059
f8f6f20b
TJB
20602009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2061
2062 * gdb.texinfo (Frames in Python): New node.
2063 (Python API): Update.
2064
c0c6f777
TJB
20652009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
2066
2067 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
2068 from a method to an attribute.
2069
def2b000
TJB
20702009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
2071
2072 * gdb.texinfo (Values From Inferior): Document is_optimized_out
2073 attribute.
2074
a07daef3
PA
20752009-03-25 Pedro Alves <pedro@codesourcery.com>
2076
2077 * observer.texi (thread_exit): Add "silent" parameter.
2078
f3b1572e
PA
20792009-03-22 Pedro Alves <pedro@codesourcery.com>
2080
2081 * observer.texi (about_to_proceed): New.
2082
587afa38
EZ
20832009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
2084
2085 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
2086 field throughout to handle types with spaces in them. Fix typos
2087 found by aspell.
2088 (Summary, Requirements, Contributors): New first chapter,
2089 "Summary" added, old Requirements section moved there, and new
2090 section, "Contributors" added.
2091 (Initializing a New Architecture, Register Representation)
2092 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
2093 (Porting gdb): These sections extended and updated.
2094 (Compiler Characteristics): This section (empty) deleted.
2095 (Defining Other Architecture Features): This section renamed and
2096 duplicate material removed from (formerly "Target Conditionals").
2097 Use braces {} in @deftypeXX type field throughout to handle types
2098 with spaces in them. Typos found by aspell fixed.
2099
2100 * stack_frame.svg: New file, source of image for gdbint.texinfo.
2101 * stack_frame.pdf: Version of image for PDF output.
2102 * stack_frame.png: Version of image for HTML output and for Emacs.
2103 * stack_frame.txt: Version of image for Info output.
1db61298 2104 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 2105
10af6951
EZ
21062009-03-21 Eli Zaretskii <eliz@gnu.org>
2107
2108 * gdb.texinfo (Character Sets): Fix last change.
2109
cc924cad
TJB
21102009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
2111
2112 * gdb.texinfo (Values From Inferior): Fix optional arguments
2113 markup.
2114 (Commands In Python): Adjust argument names of gdb.Command.__init__
2115 to what the function accepts as keywords.
2116
bc3b79fd
TJB
21172008-03-20 Tom Tromey <tromey@redhat.com>
2118
2119 * gdb.texinfo (Convenience Vars): Document convenience functions.
2120 (Functions In Python): New node.
2121 (Python API): Update.
2122
6c7a06a3
TT
21232009-03-20 Tom Tromey <tromey@redhat.com>
2124
2125 * gdb.texinfo (Character Sets): Remove obsolete text. Document
2126 set target-wide-charset.
2127 (Requirements): Mention iconv.
2128
b646ddd4
HZ
21292009-03-17 Hui Zhu <teawater@gmail.com>
2130
2131 * gdb.texinfo: Change the introduce of "disassemble-next-line".
2132
91440f57
HZ
21332009-03-17 Hui Zhu <teawater@gmail.com>
2134
2135 * gdb.texinfo: Add documentation for disassemble-next-line.
2136
8fd41227
TJB
21372009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2138
2139 * gdb.texinfo (Commands In Python): Remove tindex entries.
2140
61ff14c6
JK
21412009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2142
2143 * gdb.texinfo (Returning): New description for missing debug info.
2144
0b16c5cf
PA
21452009-03-14 Pedro Alves <pedro@codesourcery.com>
2146
2147 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 2148 (General Query Packets): Document qAttached.
0b16c5cf 2149
32fc0df9
PA
21502009-03-05 Pedro Alves <pedro@codesourcery.com>
2151
2152 * gdb.texinfo (Background Execution): Better describe the set
2153 target-async command.
2154 (Maintenance Commands): Delete description of the `maint set/show
2155 linux-async' and `maint set/show remote-async' commands.
2156
134eb42c
VP
21572009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2158
2159 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
2160 between sentences.
2161
c86cf029
VP
21622009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2163
2164 * gdb.texinfo (GDB/MI Async Records): Document the
2165 =library-loaded and =library-unloaded notifications.
2166
3ea85240
VP
21672009-02-17 Vladimir Prus <vladimir@codesourcery.com>
2168
2169 * observer.texi (test_notification): New observer.
2170
1d33d6ba
VP
21712009-02-14 Vladimir Prus <vladimir@codesourcery.com>
2172
61ff14c6
JK
2173 * observer.texi: Add parameter 'print_frame' to normal_stop
2174 observer.
1d33d6ba 2175
d721c933
EZ
21762009-02-07 Eli Zaretskii <eliz@gnu.org>
2177
2178 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
2179 (Commands In Python): Fix COMMAND_* constants in last change. Use
2180 @kbd for interactive input. Add cross-references and index
2181 entries.
2182
4aa995e1
PA
21832009-02-06 Pedro Alves <pedro@codesourcery.com>
2184
2185 * gdb.texinfo (Signals): Document $_siginfo.
2186 (Convenience Variables): Mention $_siginfo.
2187 (Remote Configuration): Document qXfer:siginfo:read,
2188 qXfer:siginfo:write packets, and the read-siginfo-object,
2189 write-siginfo-object commands.
2190
5f5233d4
PA
21912009-02-06 Pedro Alves <pedro@codesourcery.com>
2192
2193 * gdbint.texinfo (Values): New chapter.
2194
d8906c6f
TJB
21952009-02-06 Tom Tromey <tromey@redhat.com>
2196
2197 * gdb.texinfo (Python API): Add entry for Commands In Python.
2198 (Commands In Python): New node.
2199
b6cb8e7d
TJB
22002009-02-05 Tom Tromey <tromey@redhat.com>
2201
2202 * gdb.texinfo (Values From Inferior): Document Value.string.
2203
12453b93
TJB
22042009-02-05 Tom Tromey <tromey@redhat.com>
2205
2206 * gdb.texinfo (Basic Python): Document execute's from_tty
2207 argument.
2208
08c637de
TJB
22092009-02-04 Tom Tromey <tromey@redhat.com>
2210
2211 * gdb.texinfo (Basic Python): Document gdb.history.
2212
592375cd
VP
22132009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2214
2215 * gdb.texinfo (GDB/MI Thread Commands): Document the
2216 'current-thread-id' field. Remove the example with zero threads,
2217 since current GDB won't ever report that if there's inferior.
2218
41447f92
VP
22192009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2220
2221 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
2222 option to -break-insert.
2223
098b41a6
JG
22242009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2225 Jerome Guitton <guitton@adacore.com>
2226
2227 * gdb.texinfo (Startup): Document --with-system-gdbinit.
2228 (System-wide configuration): New section.
2229
3c16cced
PA
22302009-01-26 Pedro Alves <pedro@codesourcery.com>
2231
2232 PR gdb/7580:
2233 * gdb.texinfo (Maintenance Commands): Document "maint set|show
2234 internal-error|internal-warning quit|corefile ask|yes|no".
2235
62709adf
PA
22362009-01-26 Pedro Alves <pedro@codesourcery.com>
2237
2238 * gdb.texinfo (Using the `gdbserver' Program): Document
2239 --remote-debug.
2240
7ce58dd2
DE
22412009-01-23 Doug Evans <dje@google.com>
2242
2243 * gdb.texinfo: Add nexti to list of commands that support
2244 background execution.
2245
adb483fe
DJ
22462009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
2247
2248 * gdb.texinfo (Define, Hooks): Document prefix command support.
2249
a67ec3f4 22502009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 2251 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
2252
2253 Fixes for makeinfo --html.
2254
2255 * annotate.texinfo: Use @copying and @insertcopying. Use
2256 @ifnottex in place of @ifinfo.
2257 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
2258 place of @ifinfo. Use @ifnotinfo for one index entry.
2259 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
2260 in place of @ifinfo.
2261 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
2262 in place of @ifinfo. Include contents at start unconditionally.
2263
84fcdf95
PA
22642009-01-13 Pedro Alves <pedro@codesourcery.com>
2265
2266 * gdb.texinfo (General Query Packets): Remove @var{} around the
2267 "spu" literal string.
2268
fa3a767f
PA
22692009-01-07 Pedro Alves <pedro@codesourcery.com>
2270
2271 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
2272 program may be running in another process" errors.
2273 * gdbint.texinfo (Native Conditionals): Delete
2274 ONE_PROCESS_WRITETEXT description.
2275
9cb011d3
JB
22762009-01-07 Joel Brobecker <brobecker@adacore.com>
2277
2278 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
2279 emacs local variable to be placed at the end of the ChangeLog.
2280 Add server.c and gdbreplay.c to the list of files where the
2281 copyright year needs to be updated.
2282
84603566
SL
22832009-01-06 Sandra Loosemore <sandra@codesourcery.com>
2284
2285 * gdb.texinfo (Remote Configuration): Document new
2286 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
2287 commands.
2288
a53f55d8
PA
22892008-12-28 Pedro Alves <pedro@codesourcery.com>
2290
2291 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
2292 FETCH_INFERIOR_REGISTERS.
2293 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
2294 FETCH_INFERIOR_REGISTERS descriptions. Remove
2295 gdbarch_get_longjmp_target descrition, since already described in
2296 Target Conditionals. Move gdbarch_fp0_regnum description to ...
2297 (Target Conditionals): ... here.
2298
077e0a52
JB
22992008-12-16 Joel Brobecker <brobecker@adacore.com>
2300
2301 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
2302 examples.
2303 (Additions to Ada): Likewise. Add the missing opening and closing
2304 parenthesis of the GDB prompt in one of the examples.
2305
023eb17c
JB
23062008-12-14 Joel Brobecker <brobecker@adacore.com>
2307
2308 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
2309 about the result of 'Address not being of type System.Address.
2310 This problem has been fixed a while ago.
2311
c3b108f7
VP
23122008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2313
2314 MI non-stop and multiprocess docs.
2315
c8d5aac9
L
2316 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
2317 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
2318 Adjust documentation for *stopped, document =thread-created,
2319 =thread-exited, =thread-group-created and =thread-group-exited.
2320 (GDB/MI Thread Commands): Document the 'state' field in
2321 -thread-info output.
2322 (GDB/MI Program Execution): Mention --all and --thread-group
2323 options.
2324 (GDB/MI Variable Objects): Describe floating and fixed variable
2325 objects.
2326 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 2327
07e059b5
VP
23282008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2329
c8d5aac9
L
2330 * gdb.texinfo (Operating System Information): New appendix.
2331 (Operating System Auxiliary Information): Document 'info os processes'
2332 (Remote Configuration): Document 'osdata'
2333 (General Query Packets): Document qXfer:osdata:read.
07e059b5 2334
a80b95ba
TG
23352008-11-27 Tristan Gingold <gingold@adacore.com>
2336
2337 * gdb.texinfo (Darwin): Document Darwin specific features.
2338
a655d424
JK
23392008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2340
2341 * gdbint.texinfo (Target Conditionals): Extend the
2342 gdbarch_breakpoint_from_pc description.
2343
249e1128
VP
23442008-11-22 Vladimir Prus <vladimir@codesourcery.com>
2345
2346 * gdb.texinfo (M68K Features): Fix typo.
2347
c14c28ba
PP
23482008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2349
2350 * gdb.texinfo (Symbols): Mention printing containing
2351 image name in "info symbol".
2352 (Maint translate-address): Likewise.
889bf7c5 2353
394a6666
JB
23542008-11-18 Joel Brobecker <brobecker@adacore.com>
2355
2356 * gdb.texinfo (Set Catchpoints): Remove the documentation of
2357 commands "catch load" and "catch unload".
2358
66bb093b
VP
23592008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2360
2361 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 2362 =thread-selected.
889bf7c5 2363
4a92f99b
VP
23642008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2365
c8d5aac9 2366 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 2367
f0323ca0
PA
23682008-10-27 Pedro Alves <pedro@codesourcery.com>
2369
2370 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
2371 .mt files, TM_CLIBS or TM_CDEPS.
2372 (x86 Watchpoints): Don't mention TDEPFILES.
2373
8b23ecc4
SL
23742008-10-24 Sandra Loosemore <sandra@codesourcery.com>
2375
2376 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
2377 (Overview): Mention notifications and non-stop mode behavior.
2378 (Packets): Update documentation of ?, vAttach, vCont, and vRun
2379 with non-stop mode behavior. Add vStopped description.
2380 (Stop Reply Packets): Update list of packets that return
2381 stop replies. Mention non-stop behavior.
2382 (General Query Packets): Document QNonStop packet and associated
2383 qSupported query response.
2384 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
2385 behavior.
2386 (Notification Packets): New section.
2387 (Remote Non-Stop): New section.
2388 (File-I/O Overview): Mention non-stop behavior.
2389
fff08868
HZ
23902008-10-24 Hui Zhu <teawater@gmail.com>
2391 Pedro Alves <pedro@codesourcery.com>
2392
2393 * gdb.texinfo (displaced-stepping): Describe the auto mode
2394 setting, and say it's the default. This is now a mainstream
2395 setting instead of a maintenance setting.
2396
252fbfc8
PA
23972008-10-23 Pedro Alves <pedro@codesourcery.com>
2398
2399 * observer.texi (thread_stop_requested): New.
2400
20924a55
JB
24012008-10-22 Joel Brobecker <brobecker@adacore.com>
2402
2403 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
2404 (Patching): Replace incorrect usage of @samp by @kbd.
2405
bacec72f
MS
24062008-10-17 Michael Snyder <msnyder@vmware.com>
2407
2408 * gdb.texinfo: Add documentation for reverse execution.
2409
a08702d6 24102008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 2411 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
2412
2413 * gdb.texinfo. (Values From Inferior): New subsubsection.
2414
d97bc12b
DE
24152008-10-06 Doug Evans <dje@google.com>
2416
2417 * gdb.texinfo (set debug dwarf2-die): Document it.
2418
87f67dba
JB
24192008-10-01 Joel Brobecker <brobecker@adacore.com>
2420
2421 * gdb.texinfo (catch) [exception]: Document how to insert
2422 a breakpoint on user-defined exceptions when the exception
2423 name is identical to one of the language-defined ones.
2424
2fae03e8
TT
24252008-09-27 Tom Tromey <tromey@redhat.com>
2426
2427 * gdb.texinfo (Macros): Remove text about stringification,
2428 varargs, and splicing.
2429
5c6ce71d
TT
24302008-09-27 Tom Tromey <tromey@redhat.com>
2431
2432 * gdbint.texinfo (Language Support): Remove text about omitting
2433 support for a language.
2434
07128da0
DE
24352008-09-23 Doug Evans <dje@google.com>
2436
2437 * gdb.texinfo (info dcache): Update.
2438
b90a069a
SL
24392008-09-22 Sandra Loosemore <sandra@codesourcery.com>
2440
2441 * gdb.texinfo (Packets): Add info on thread-id syntax and
2442 multiprocess extensions.
2443 <D>: Document multiprocess form of packet.
2444 <H>: Use thread-id syntax.
2445 <T>: Likewise.
2446 <vCont>: Likewise. Note this is required for multiprocess.
2447 <vKill>: New packet.
2448 (Stop Reply Packets) <T>: Use thread-id syntax.
2449 <W>: Document multiprocess form of reply.
2450 <X>: Likewise.
2451 (General Query Packets) <qC>: Use thread-id syntax.
2452 <qfThreadInfo>: Likewise.
2453 <qGetTLSAddr>: Likewise.
2454 <qP>: Likewise.
2455 <qSupported>: Add "multiprocess" feature.
2456 <qThreadExtraInfo>: Use thread-id syntax.
2457
b77209e0
PA
24582008-09-22 Stan Shebs <stan@codesourcery.com>
2459
2460 * gdb.texinfo (Inferiors): New section.
2461
3d0bb823
PA
24622008-09-12 Pedro Alves <pedro@codesourcery.com>
2463
2464 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
2465
f8dcfc0a
UW
24662008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2467
2468 * gdbint.texinfo (Target Conditionals): Remove documentation
2469 for gdbarch_name_of_malloc.
2470
8775bb90
MS
24712008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
2472
2473 * gdb.texinfo (Interrupts): Mention TCP interface for
2474 sending BREAK.
2475
f1838a98
UW
24762008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
2477
2478 * gdb.texinfo (Commands to Specify Files): Document "remote:"
2479 argument prefix to "set sysroot".
2480
158c7665
PH
24812008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
2482
2483 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
2484 and False.
2485
30e026bb
VP
24862008-08-20 Vladimir Prus <vladimir@codesourcery.com>
2487
c8d5aac9
L
2488 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
2489 for possible features of -list-features.
30e026bb 2490
c6ebd6cf
VP
24912008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2492
c8d5aac9 2493 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
2494 (GDB/MI Miscellaneous Commands): Document -list-target-features.
2495
aeac0ff9
VP
24962008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2497
2498 * doc/gdb.texinfo (PowerPC): Fix typo.
2499 (PowerPC features): Fix typo.
2500
5231c1fd
PA
25012008-08-18 Pedro Alves <pedro@codesourcery.com>
2502
2503 * observer.texi (thread_ptid_changed): New.
2504
677c5bb1
LM
25052008-08-18 Luis Machado <luisgpm@br.ibm.com>
2506
2507 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
2508 (PowerPC features): Mention feature set for VSX registers.
2509
f3a2dd1a
JB
25102008-08-13 Joel Brobecker <brobecker@adacore.com>
2511
2512 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
2513 the direct visibility of all names in user-written packages.
2514
33e5cbd6
PA
25152008-08-13 Pedro Alves <pedro@codesourcery.com>
2516
2517 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
2518 setting, and make it the default.
2519 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
2520 non-stop script example.
2521
d0384fc4
TJB
25222008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
2523
2524 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
2525 reference to the "Using Different Register and Memory Data
2526 Representation" section.
2527
a6f3e723
SL
25282008-08-12 Sandra Loosemore <sandra@codesourcery.com>
2529
2530 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
2531 (Remote Protocol): Add Packet Acknowledgment to menu.
2532 (Overview): Mention +/- can be disabled, and point to new section
2533 where this is discussed in detail.
2534 (General Query Packets): Document QStartNoAckMode packet, and
2535 corresponding qSupported reply.
2536 (Packet Acknowledgment): New section.
2537
0606b73b
SL
25382008-08-11 Sandra Loosemore <sandra@codesourcery.com>
2539 Pedro Alves <pedro@codesourcery.com>
2540
2541 * gdb.texinfo (Threads): Move paragraph about automatic thread
2542 selection to All-Stop Mode subsection.
2543 (Thread Stops): Reorganize existing material into subsections.
2544 Add introductory blurb and menu.
2545 (Non-Stop Mode): New subsection.
2546 (Background Execution): New subsection.
2547 (Maintenance Commands): Add cross-references from async mode
2548 commands to the new Background Execution section.
2549
d57a3c85
TJB
25502008-08-06 Tom Tromey <tromey@redhat.com>
2551
2552 * gdb.texinfo (Extending GDB): New chapter.
2553 (Sequences): Demoted chapter, now a section under the new
2554 Extending GDB chapter.
2555 (Python): New section.
2556
6d76a53d
SS
25572008-07-31 Stan Shebs <stan@codesourcery.com>
2558
2559 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
2560
1f70da6a
SS
25612008-07-29 Stan Shebs <stan@codesourcery.com>
2562
2563 * gdbint.texinfo: General round of cleanup and minor
2564 clarifications.
2565 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
2566 (Longjmp Support): Update description to reflect how it is done
2567 for targets without using native header.
2568 (Symbol Handling): Add a little more general explanation.
2569 (COFF, ELF): Mention stabs encapsulation.
2570 (DWARF 3): New section.
2571 (Adding a New Host): Scrub out some obsolete bits.
2572 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
2573 (Host Conditionals): Remove descriptions of NO_STD_REGS,
2574 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
2575 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
2576 SEEK_SET, STOP_SIGNAL, USG.
2577 (Raw and Virtual Register Representations): Ditto for
2578 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
2579 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
2580 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
2581 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
2582 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
2583 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
2584 DEPRECATED_REGISTER_VIRTUAL_SIZE,
2585 DEPRECATED_REGISTER_VIRTUAL_TYPE,
2586 DEPRECATED_USE_STRUCT_CONVENTION.
2587 Describe gdbarch_deprecated_fp_regnum.
2588 Update description of gdbarch_print_insn.
2589 (Adding a New Target): Scrub out obsolete bits.
2590 (Obsolete Conditionals): Remove entire section.
2591
383f836e
TT
25922008-07-25 Tom Tromey <tromey@redhat.com>
2593
2594 * observer.texi (GDB Observers): Document new observers:
2595 breakpoint_created, breakpoint_deleted, breakpoint_modified,
2596 tracepoint_created, tracepoint_deleted, tracepoint_modified,
2597 architecture_changed.
2598
cfd8ab24
SS
25992008-07-21 Stan Shebs <stan@codesourcery.com>
2600
2601 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
2602 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
2603
781b42b0
TT
26042008-07-21 Tom Tromey <tromey@redhat.com>
2605
2606 * observer.texi (GDB Observers): Remove obsolete comment.
2607 <executable_changed>: Remove argument.
2608
d7d9f01e
TT
26092008-07-18 Tom Tromey <tromey@redhat.com>
2610
2611 * gdb.texinfo (Macros): Update. Use @code rather than @command.
2612
bf250677
DE
26132008-07-10 Doug Evans <dje@google.com>
2614
2615 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
2616
10568435
JK
26172008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2618
2619 * gdb.texinfo (Starting): Document "set disable-randomization".
2620
5ae4183a
AS
26212008-07-07 Andreas Schwab <schwab@suse.de>
2622
2623 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
2624
b56e7235
VP
26252008-07-06 Vladimir Prus <vladimir@codesourcery.com>
2626
2627 * gdb.texinfo (GDB/MI Target Manipulation): Add
2628 example of -target-attach.
2629
e1ac3328
VP
26302008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2631
2632 * observer.texi (target_resumed): New observer.
5ae4183a 2633 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 2634
65d12d83
TT
26352008-06-06 Tom Tromey <tromey@redhat.com>
2636
2637 * gdb.texinfo (Completion): Add field name example.
2638
fbc5282e
MK
26392008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
2640
2641 * gdb.texinfo (GDB/MI Program Context): Added example
2642 to -exec-arguments
5ae4183a 2643
fbc5282e 26442008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
2645
2646 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
2647 annotation.
2648
c16158bc 26492008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
2650 Nathan Sidwell <nathan@codesourcery.com>
2651 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
2652
2653 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
2654 and ACX_BUGURL.
2655 * configure: Regenerate.
2656 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
2657 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
2658 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
2659 mailing-list-specific text about bug reporting unless
2660 BUGURL_DEFAULT.
2661
75c99385
PA
26622008-06-05 Pedro Alves <pedro@codesourcery.com>
2663
2664 * gdb.texinfo (-target-select): Remove reference to target async.
2665 (Maintenance Commands): Document "maint set/show remote-async".
2666
1763a388
MK
26672008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
2668
2669 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
2670 in -target-file-get section.
5ae4183a 2671
d0d064df
PA
26722008-05-22 Pedro Alves <pedro@codesourcery.com>
2673
9b562ab8
PA
2674 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
2675 killing the inferior when it is already debugging a process.
d0d064df 2676
8dfa32fc
JB
26772008-05-21 Joel Brobecker <brobecker@adacore.com>
2678
2679 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
2680 abbreviation for "finish".
2681
55f996a7
NR
26822008-05-21 Nick Roberts <nickrob@snap.net.nz>
2683
2684 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
2685
ba2b1c56
DJ
26862008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
2687
2688 * gdbint.texinfo (Target Conditionals): Delete entry for
2689 gdbarch_dwarf_reg_to_regnum.
2690
08388c79
DE
26912008-05-09 Doug Evans <dje@google.com>
2692
a3c83fae 2693 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 2694
d14508fe
DE
26952008-05-05 Doug Evans <dje@google.com>
2696
2697 * gdb.texinfo (disassemble): Document /m modifier.
2698
e2b7ddea
VP
26992008-05-05 Vladimir Prus <vladimir@codesourcery.com>
2700
5ae4183a
AS
2701 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
2702 will not report the time of commands that run the target.
e2b7ddea 2703
8eb41542
VP
27042008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2705
2706 * gdb.texinfo (GDB/MI Output Records): Add
2707 missing semicolon.
2708
82f68b1c
VP
27092008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2710
2711 * gdb.texinfo (GDB/MI Output Records):
2712 Document =thread-create and =thread-exited.
2713
fa0f268d
VP
27142008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2715
2716 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 2717 Remove mention of dmi-discuss.
fa0f268d 2718
063bfe2e
VP
27192008-05-03 Pedro Alves <pedro@codesourcery.com>
2720
2721 * observer.texi (thread_exit): New.
2722
237fc4c9
PA
27232008-05-02 Pedro Alves <pedro@codesourcery.com>
2724
2725 * gdb.texinfo (Debugging Output): Document "set/show debug
2726 displaced".
2727 (Maintenance Commands): Document "maint set/show
2728 can-use-displaced-stepping".
2729
0428b8f5
DJ
27302008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
2731
2732 * gdb.texinfo (ARM): Document set/show arm fallback-mode
2733 and set/show arm force-mode.
2734
5009afc5
AS
27352008-05-02 Andreas Schwab <schwab@suse.de>
2736
2737 * gdbint.texinfo (Algorithms): Describe
2738 target_watchpoint_addr_within_range.
2739
669fac23
DJ
27402008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2741
2742 * gdbint.texinfo (Stack Frames): New chapter.
2743 (Algorithms): Move Frames text to the new chapter.
2744 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
2745 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
2746
721c02de
VP
27472008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2748
5ae4183a
AS
2749 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
2750 output does not necessary include any tokens.
721c02de 2751
c055b101
CV
27522008-04-22 Corinna Vinschen <vinschen@redhat.com>
2753
2754 * gdb.texinfo (Set SH Calling convention): New @item.
2755 (Show SH Calling convention): Ditto.
2756
68837c9d
MD
27572008-04-22 Markus Deuling <deuling@de.ibm.com>
2758
2759 * gdb.texinfo (Fortran Operators): Describe '%' operator.
2760
2e9132cc
EZ
27612008-04-20 Eli Zaretskii <eliz@gnu.org>
2762
2763 * gdb.texinfo (Set Breaks): Mention that multiple location
2764 breakpoints need line number info. Add index entries.
2765
31fffb02
CS
27662008-04-19 Craig Silverstein <csilvers@google.com>
2767
2768 * gdb.texinfo (Requirements): Add an optional requirement on
2769 zlib.
2770 * gdbint.texinfo (Debugging File Formats): Add new subsection for
2771 Compressed DWARF 2.
2772
a47ec5fe
AR
27732008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
2774
2775 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
2776 sample output for 'stopped,reason="breakpoint-hit"' message.
2777 (GDB/MI Program Execution): Likewise.
2778
de051565
MK
27792008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
2780
5ae4183a 2781 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
2782 -var-set-format. Add -f option to -var-evaluate-expression.
2783
6ba66d6a
JB
27842008-04-03 Joel Brobecker <brobecker@adacore.com>
2785
2786 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
2787 new node "Ambiguous Expressions". Replace references to this
2788 node by references to "Ambiguous Expressions" throughout.
2789 (Ambiguous Expressions): New node.
2790
1e26b4f8
DJ
27912008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
2792
2793 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
2794
b84876c2
PA
27952008-03-21 Pedro Alves <pedro@codesourcery.com>
2796
2797 * gdb.texinfo (Debugging Output): Document
2798 "set/show debug lin-lwp-async".
2799 (Maintenance Commands): Document "maint set/show linux-async".
2800
63092375
DJ
28012008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
2802
2803 * gdb.texinfo (Expressions): Update description of malloced arrays.
2804
8e8901c5
VP
28052008-03-15 Vladimir Prus <vladimir@codesourcery.com>
2806
2807 * gdb.texinfo (Thread Commands): Document
2808 -thread-info. Remove -thread-list-all-threads.
2809
1fddbabb
PA
28102008-03-14 Pedro Alves <pedro@codesourcery.com>
2811 Sandra Loosemore <sandra@codesourcery.com>
2812
2813 * gdb.texinfo (Library List Format): Update to mention the
2814 possibility to pass section addresses instead of segment
2815 addresses.
2816
ccd213ac
DJ
28172008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
2818
2819 * gdb.texinfo (Starting): Document "set exec-wrapper".
2820 (Server): Document gdbserver --wrapper.
2821
fa4727a6
DJ
28222008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
2823
2824 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
2825 unreadable memory. Delete obsolete SPARClite reference.
2826
8edfe269
DJ
28272008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
2828
2829 * gdb.texinfo (Starting): Mention always-running targets.
2830 (Target Commands): Add an anchor for load.
2831 (Connecting): Explain continue instead of run.
2832
1843f87b
DJ
28332008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
2834
2835 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
2836
f9082629
NR
28372008-02-26 Nick Roberts <nickrob@snap.net.nz>
2838
2839 * gdb.texinfo (Set Breaks): Revert description of Enb column of
2840 breakpoint table.
2841
fd96d250
PA
28422008-02-19 Pedro Alves <pedro@codesourcery.com>
2843
2844 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
2845 killing the inferior when it is already debugging a process.
2846
36af4ef6
MD
28472008-02-13 Markus Deuling <deuling@de.ibm.com>
2848
2849 * gdbint.texinfo (Build Script): New section. Mention new build script
2850 gdb_buildall.sh.
2851
cda4ce5a
JB
28522008-02-01 Jim Blandy <jimb@red-bean.com>
2853
2854 * gdb.texinfo (Help): Summarize 'info args' correctly.
2855
4acd40f3
TJB
28562008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2857
2858 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
2859 available in PowerPC architecture.
2860 (Embedded Processors): Change node name of PowerPC item in menu.
2861 (PowerPC): Rename to...
2862 (PowerPC Embedded): this.
2863 (Architectures): Add new PowerPC item in menu.
2864 (PowerPC): New node.
2865
6e6c6f50
DJ
28662008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2867
2868 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
2869 commands.
2870
5ee187d7
DJ
28712008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2872
2873 * gdb.texinfo (Setting Catchpoints): Mention features
2874 supported on GNU/Linux.
2875
e275c0d9
NR
28762008-01-30 Nick Roberts <nickrob@snap.net.nz>
2877
2878 * gdb.texinfo (GDB/MI File Commands): Describe new output
2879 field for MI command -file-list-exec-source-file.
2880
2d717e4f
DJ
28812008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2882
2883 * gdb.texinfo (Using the `gdbserver' Program): Add security
2884 warning. Rearrange into subsections and subsubsections. Document
2885 --multi and --debug. Correct --with-sysroot typo. Update --attach
2886 usage. Make load reference clearer. Document monitor exit.
2887 (Remote Configuration): Document set remote exec-file, attach-packet,
2888 and run-packet.
2889 (Packets): Document vAttach and vRun.
2890
d35a4257 28912008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
2892
2893 * gdb.texinfo (Processes): Mention process command.
889bf7c5 2894 detach-on-follow -> detach-on-fork.
f663676d 2895
c78d192c
DJ
28962008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2897
2898 * gdbint.texinfo (Native Conditionals): Remove
2899 SHELL_COMMAND_CONCAT and SHELL_FILE.
2900
d35a4257
EZ
29012008-01-26 Eli Zaretskii <eliz@gnu.org>
2902
2903 * gdb.texinfo (Specify Location): Improve wording.
2904
93815fbf
VP
29052008-01-23 Chris Demetriou <cgd@google.com>
2906
2907 * gdb.texinfo (Threads): Document new "set print thread-events"
2908 and "show print thread-events" commands.
2909
2a25a5ba
EZ
29102008-01-19 Eli Zaretskii <eliz@gnu.org>
2911
2912 * gdb.texinfo (Specify Location): New section.
2913 (Delete Breaks, Edit, Set Breaks): Remove description of
2914 locations. Instead, add a reference to "Specify Location".
2915 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
2916 (Symbols): Refer to "Specify Location" for the valid forms of
2917 linespecs and locations.
2918
32c9a795
MD
29192008-01-18 Markus Deuling <deuling@de.ibm.com>
2920
2921 * gdbint.texinfo (Target Conditionals): Replace the description of
2922 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
2923
b17828ca
JB
29242008-01-12 Paul Hilfinger <hilfinger@adacore.com>
2925
2926 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
2927 about &&var, which is rejected by the expression parser.
2928
0aea4bf3
LM
29292008-01-09 Luis Machado <luisgpm@br.ibm.com>
2930
2931 * gdb.texinfo (Output): Update documentation on using printf with DFP
2932 types.
2933
febe4383
TJB
29342008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
2935
2936 * gdb.texinfo (C and C++): Add Decimal Floating Point format
2937 subsubsection.
2938 (Decimal Floating Point format): New subsubsection.
2939
7a404eba
PA
29402008-01-05 Pedro Alves <pedro@codesourcery.com>
2941
2942 * gdb.texinfo (File Options): Remove mention of the attempt to
2943 open a core file with the -p option. Don't list -c as a valid
2944 option to attach to a process.
2945
a4d9b460
PA
29462008-01-05 Pedro Alves <pedro@codesourcery.com>
2947
2948 * gdbint.texinfo (Host Conditionals): Remove mention of
2949 ALIGN_STACK_ON_ENTRY.
2950
6ec2edbe
JB
29512008-01-05 Joel Brobecker <brobecker@adacore.com>
2952
2953 * gdbint.texinfo (Start of New Year Procedure): Add item
2954 describing how to update the source and documentation copyright
2955 notices.
2956
d8b2a693
JB
29572007-12-18 Jim Blandy <jimb@codesourcery.com>
2958
ab209b3a 2959 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
2960 watchpoint explanation into the main description of the watchpoint
2961 command; update synopses of 'watch', 'rwatch', and 'awatch'
2962 commands.
2963
8b4ed427
VP
29642007-12-18 Vladimir Prus <vladimir@codesourcery.com>
2965
2966 * gdb.texinfo (Miscellaneous gdb/mi Commands):
2967 Document 'pending-breakpoints' feature of
2968 -list-features.
2969
37e4754d
LM
29702007-12-17 Luis Machado <luisgpm@br.ibm.com>
2971
669fac23 2972 * gdb.texinfo: Add new parameter's description.
37e4754d 2973
1d3811f6
DJ
29742007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
2975
2976 * gdb.texinfo (Overview): Clarify run-length encoding
2977 example. Remove the restriction on "+" and "-" characters.
2978
c1c25a1a
EZ
29792007-12-15 Eli Zaretskii <eliz@gnu.org>
2980
2981 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
2982
afe8ab22 29832007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 2984
afe8ab22
VP
2985 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
2986 the -f option for -break-insert, remove -r option,
2987 and clarify specification of location.
2988
a6b151f1
DJ
29892007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
2990
2991 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
2992 formatting.
2993 (Remote Debugging): Add File Transfer section.
2994 (Remote Configuration): Document Host I/O packets.
2995 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 2996 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
2997 (Packets): Add vFile.
2998
3b784c4f
EZ
29992007-11-17 Eli Zaretskii <eliz@gnu.org>
3000
3001 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
3002 breakpoints with multiple locations.
3003 (Breakpoint Menus): Improve wording.
3004 (Output): Fix last change.
3005
a4ce5b0d
UW
30062007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
3007
3008 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
3009
1b39d5c0
DE
30102007-11-15 Doug Evans <dje@google.com>
3011
3012 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
3013
7a72d44c
VP
30142007-11-15 Vladimir Prus <vladimir@codesourcery.com>
3015
3016 * gdbint.texinfo (Native Conditionals): Remove
3017 mention of CLEAR_SOLIB.
5ae4183a 3018
6d1829bf 30192007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
3020
3021 * gdb.texinfo (Print Settings): Add documentation for "set/show
3022 print frame-arguments".
3023
1a619819
LM
30242007-11-05 Luis Machado <luisgpm@br.ibm.com>
3025
3b784c4f 3026 * gdb.texinfo (Output): Update printf command's description.
1a619819 3027
55eddb0f
DJ
30282007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
3029
3030 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
3031 powerpc soft-float".
3032
9cceb671
DJ
30332007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3034
3035 * gdb.texinfo (Files): Correct formatting. Mention Expat
3036 requirement.
3037 (Requirements for Building GDB): Expand the list of Expat
3038 uses.
3039 (Library List Format, Memory Map Format): Mention Expat.
3040 (Target Descriptions): Update Expat wording.
3041
83acabca
DJ
30422007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3043
3044 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
3045 Document that gdbarch_convert_register_p should return zero for no-op
3046 conversions.
3047
e35879db
UW
30482007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
3049
83acabca 3050 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
3051 of set_gdbarch_sofun_address_maybe_missing back to ...
3052 (Target Conditionals): ... here to fix build break.
3053
203c3895
UW
30542007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
3055
83acabca 3056 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
3057 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
3058 (Compiler Characteristics): ... documentation of
3059 set_gdbarch_sofun_address_maybe_missing.
3060
11411de3
DJ
30612007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3062
3063 * gdbint.texinfo (Target Conditionals): Use
3064 frame_unwind_register_unsigned in examples instead of
3065 frame_unwind_unsigned_register.
3066
7cc46491
DJ
30672007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3068
3069 * gdb.texinfo (Predefined Target Types): Add int128
3070 and uint128.
3071 (Standard Target Features): Add PowerPC features.
3072
81adfced
DJ
30732007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3074
3075 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
3076
c1874924
UW
30772007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3078
3079 * gdbint.texi (Target Conditionals): Remove documentation
3080 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
3081 gdbarch_extract_return_value, and gdbarch_store_return_value.
3082
f6e56ab3
UW
30832007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3084
3085 * gdbint.texi (Target Conditionals): Remove documentation of
3086 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
3087
56cf5405
KH
30882007-10-11 Kazu Hirata <kazu@codesourcery.com>
3089
3090 * gdb.texinfo: Mention that inaccessible-by-default is on by
3091 default.
3092
35156bae
DJ
30932007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3094
3095 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
3096
d983da9c
DJ
30972007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
3098
3099 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
3100 multi-threaded watchpoints.
3101 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
3102 checked. Describe sticky notification. Expand description
3103 of steppable and continuable watchpoints.
3104 (Watchpoints and Threads): New subsection.
3105
fe6fbf8b
VP
31062007-09-28 Vladimir Prus <vladimir@codesourcery.com>
3107
3108 * gdb.texinfo (Setting Breakpoints): Revise
3109 documentation for pending breakpoints. Document
3110 breakpoints with multiple locations.
5ae4183a 3111
084344da
VP
31122007-09-19 Vladimir Prus <vladimir@codesourcery.com>
3113
3114 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3115 Document -list-features.
5ae4183a 3116
82160952
EZ
31172007-09-15 Eli Zaretskii <eliz@gnu.org>
3118
3119 * gdb.texinfo (Output): Spell out which features of C's printf are
3120 not supported by GDB's printf.
7e27a47a
EZ
3121 (Separate Debug Files): More accurate wording regarding build ID
3122 and a reference to the ld manual rather than the Fedora wiki.
82160952 3123
ea37ba09
DJ
31242007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3125 Jim Blandy <jimb@codesourcery.com>
3126
3127 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
3128 (Examining Memory): Update mentions of the 's' format.
3129 (Automatic Display): Likewise.
3130
b8533aec
DJ
31312007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
3132
3133 * gdb.texinfo: Update the FSF's Back-Cover Text.
3134
83f83d7f
JK
31352007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3136 Eli Zaretskii <eliz@gnu.org>
3137
3138 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
3139 Fixed the ``build ID'' name. New binaries build instructions for the
3140 build ID inclusion. Explain how the commands are specific to the build
3141 ID vs. debug link.
3142
c7e83d54
EZ
31432007-09-01 Eli Zaretskii <eliz@gnu.org>
3144
3145 * gdb.texinfo (Separate Debug Files): Fix last change. Add
3146 indexing for ``build ID'' support.
3147
d3750b24
JK
31482007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3149
3150 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
3151 Enlisted BUILD ID to the debug file searching example.
3152 Included a BUILD ID `.note.gnu.build-id' section description.
3153 Updated/added the debug files splitting instructions for OBJCOPY.
3154
02142340
VP
31552007-08-31 Vladimir Prus <vladimir@codesourcery.com>
3156
3157 * gdb.texinfo (Variable Objects): Adjust docs
3158 for -var-info-expression and document
3159 -var-info-path-expression.
3160
d3bdde98
JB
31612007-08-20 Jim Blandy <jimb@codesourcery.com>
3162
3fb6a982
JB
3163 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
3164 (title page): Include the dedication in the printed manual, as a
3165 separate page after the copyright notice.
5ae4183a 3166
d3bdde98
JB
3167 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
3168 don't break a @var across a line.
3169
c80a96a8
MR
31702007-07-25 Maciej W. Rozycki <macro@mips.com>
3171
3172 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
3173 for include files.
3174
5824a901
NR
31752007-07-12 Nick Roberts <nickrob@snap.net.nz>
3176
3177 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
3178 in annotate.texinfo.
3179 (Command History): Link to new node.
5824a901 3180
d52e7ea3
UW
31812007-07-05 Markus Deuling <deuling@de.ibm.com>
3182
3183 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
3184
5fc14d0a
EZ
31852007-07-05 Eli Zaretskii <eliz@gnu.org>
3186
3187 * gdbint.texinfo (Target Conditionals): Fix last change.
3188
4a9bb1df
UW
31892007-07-03 Markus Deuling <deuling@de.ibm.com>
3190
3191 * gdb.texinfo: Replace following macros by their appropriate gdbarch
3192 routines:
3193 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
3194 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
3195 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
3196 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
3197 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
3198 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
3199 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
3200 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
3201 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
3202 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3203 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
3204 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
3205 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3206 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
3207 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
3208 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
3209 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
3210 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
3211 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
3212 (SOFTWARE_SINGLE_STEP_P)
3213
3214 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
3215 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
3216
3217 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
3218 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
3219 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
3220 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
3221 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
3222 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
3223 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
3224 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
3225 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
3226 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
3227
3228 (Converting an existing Target Architecture to Multi-arch): Remove
3229 section.
3230
3231 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
3232 (gdbarch_addr_bits_remove): Add code example.
3233
3234 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
3235
cfa9d6d9
DJ
32362007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
3237
3238 * gdb.texinfo (Remote Configuration): Document library-info-packet.
3239 Add other missing entries. Adjust the table size to fit.
3240 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
3241 stop reasons including the new "library" event.
3242 (General Query Packets): Adjust table widths for qSupported. Mention
3243 qXfer:libraries:read reply to qSupported and document the new packet.
3244 (Library List Format): New section.
3245
159fcc13
JK
32462007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3247
3248 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
3249
f66d1690
MS
32502007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
3251
3252 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
3253
67102876
NR
32542007-06-25 Nick Roberts <nickrob@snap.net.nz>
3255
3256 * gdbint.texinfo (Register and Memory Data): Break sections
3257 into nodes and add a menu.
3258
a4642986
MR
32592007-06-21 Maciej W. Rozycki <macro@mips.com>
3260
3261 * gdb.texinfo (Examining Memory): Document the new behaviour.
3262
e9c17194
VP
32632007-06-21 Vladimir Prus <vladimir@codesourcery.com>
3264
3265 * gdb.texinfo (Standard Target Features): Document
3266 m68k features.
3267
31d99776
DJ
32682007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3269
3270 * gdb.texinfo (General Query Packets): Document qOffsets changes.
3271
1780a0ed
DJ
32722007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3273
3274 * gdb.texinfo (Target Description Format): Add version attribute
3275 for <target>.
3276
822b6570
DJ
32772007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3278
3279 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
3280
f8b73d13
DJ
32812007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3282
3283 * gdb.texinfo (MIPS Features): New subsection.
3284
0e7f50da
UW
32852007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3286 Markus Deuling <deuling@de.ibm.com>
3287
3288 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
3289 and qXfer:spu:write packets and mention them under qSupported.
3290
23d964e7
UW
32912007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3292 Markus Deuling <deuling@de.ibm.com>
3293
3294 * gdb.texinfo (Architectures): Add new SPU section to document
3295 Cell Broadband Engine SPU architecture specific commands.
3296
9f708cb2
VP
32972007-06-09 Vladimir Prus <vladimir@codesourcery.com>
3298
3299 * gdb.texinfo (GDB/MI Variable Objects): Editorial
3300 comments.
3301
7579b5f8
NR
33022007-06-07 Nick Roberts <nickrob@snap.net.nz>
3303
3304 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
3305
bf06d120
JB
33062007-05-29 Jim Blandy <jimb@codesourcery.com>
3307
3308 * gdb.texinfo (Overview): Doc fix.
3309
23776285
MR
33102007-05-22 Maciej W. Rozycki <macro@mips.com>
3311
3312 * gdb.texinfo (Remote Configuration): Document "set/show
3313 remoteflow".
3314
1a69e1e4
DJ
33152007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3316
bf06d120
JB
3317 * gdb.texinfo (MIPS): Remove documentation for set mips
3318 saved-gpreg-size, show mips saved-gpreg-size, and set mips
3319 stack-arg-size.
1a69e1e4 3320
46ba6afa 33212007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3322
46ba6afa
BW
3323 * all-cfg.texi (GDBTUI): New.
3324 * gdb.texinfo (Mode Options): Use GDBTUI variable.
3325 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
3326 (TUI Configuration): Edit to improve clarity and fix problems of
3327 both style and content.
5ae4183a 3328
06d3b283
UW
33292007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
3330
3331 * observer.texi (GDB Observers): New observer "new_objfile".
3332
179101d6
UW
33332007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
3334
3335 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
3336
25d5ea92
VP
33372007-04-14 Vladimir Prus <vladimir@codesourcery.com>
3338
3339 * gdb.texinfo (GDB/MI Variable Objects): Document
3340 frozen variables objects.
5ae4183a 3341
ea35711c
DJ
33422007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
3343
3344 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
3345 (Character Sets, Caching Data of Remote Targets): Likewise.
3346 (Targets): Delete Remote node. Move its text...
3347 (Debugging Remote Programs): ...to here. Delete description
3348 of the "remote" command.
3349 (Remote configuration): Delete description of "set remotedevice"
3350 and "show remotedevice".
3351 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
3352
db2e3e2e
BW
33532007-04-11 Bob Wilson <bob.wilson@acm.org>
3354
5ae4183a
AS
3355 * gdb.texinfo (Contributors, Continuing and Stepping)
3356 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
3357 (General Query Packets, File-I/O Remote Protocol Extension)
3358 (Protocol Basics, The F Reply Packet, Write)
3359 (Protocol-specific Representation of Datatypes, Memory Transfer):
3360 Fix hyphenation, punctuation and grammar problems.
3361 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
3362 'section' instead of 'subsection' in the text.
3363 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
3364 (i386): Remove period from section name.
db2e3e2e
BW
3365 (Installing GDB, Requirements, Running Configure, Separate Objdir)
3366 (Config Names, Configure Options): Use @file{configure}.
3367
8a3dae3e
DJ
33682007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
3369
3370 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
3371 and tab expansion.
3372
1a92f856
DJ
33732007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
3374
3375 * gdbint.texinfo (SOM): Correct location of the SOM reader.
3376
79a6e687 33772007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3378
79a6e687
BW
3379 * gdb.texinfo: Consistently capitalize all significant words in
3380 node names, chapter titles, section titles, and headings. Update
3381 cross references to match.
3382 (Starting and Stopping Trace Experiment): Make node name plural.
3383 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 3384
ad527d2e
PA
33852007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
3386
3387 * gdb.texinfo (WinCE): Delete obsolete subsection.
3388
7ce59000
DJ
33892007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3390
3391 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
3392 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
3393 references.
3394
8807d78b
DJ
33952007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3396
3397 * gdb.texinfo (Startup): Delete references to some alternate
3398 names for .gdbinit.
3399 (Thread): Remove LynxOS reference.
3400 (Tandem ST2000): Delete target-specific documentation.
3401 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
3402 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
3403 and GDB_OSABI_LYNXOS.
3404
5f402660
UW
34052007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
3406
3407 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
3408
bac718a6
UW
34092007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
3410
3411 * gdbint.texinfo (Target Conditionals): Remove mention of
3412 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
3413 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
3414
9453113a
DJ
34152007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
3416
3417 * Makefile.in: Add "pdfdir" installation
3418 directory, PDFTEX macro, support for "install-pdf" target,
3419 and rules for making a pdf version of refcard.texi.
3420 * refcard.tex: Specify paper size for PDF output.
3421
ae21e955 34222007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3423
ae21e955 3424 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 3425
3f94c067 34262007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3427
3f94c067
BW
3428 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
3429 (Source Path, Character Sets, Macros, Define)
3430 (GDB/MI Result Records, GDB/MI Simple Examples)
3431 (GDB/MI Program Execution, GDB/MI File Commands)
3432 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
3433 (Bug Reporting): Use @value{GCC}.
5ae4183a 3434
12c27660 34352007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3436
12c27660
BW
3437 * gdb.texinfo (Help): Fix formatting of examples.
3438 (Variables): Use @ifnotinfo instead of @iftex.
3439 (Non-debug DLL symbols): Use @ref instead of @pxref.
3440 (Sparclet File): Use @samp instead of quotes.
5ae4183a 3441
ce9341a1
BW
34422007-03-26 Bob Wilson <bob.wilson@acm.org>
3443
3444 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
3445
c8f4133a
BW
34462007-03-26 Bob Wilson <bob.wilson@acm.org>
3447
3448 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
3449 the order of the nodes.
3450 (C Operators, C Constants, Debugging C): Remove extra menus.
3451 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 3452
c8f4133a 34532007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
3454
3455 * gdb.texinfo (File Options): Add missing parenthesis.
3456 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
3457
c74d0ad8
DJ
34582007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3459
3460 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
3461
ff6f572f
DJ
34622007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3463
669fac23 3464 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
3465 case insensitivity.
3466 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
3467
994337c3
NR
34682007-02-18 Nick Roberts <nickrob@snap.net.nz>
3469
3470 * gdb.texinfo (Top): Put Appendix A after numbered sections.
3471 (Files): Add section name to argument list for pxref.
3472 (Non-debug DLL symbols): Don't use `see' for pxref.
3473 (Embedded Processors): Fix typo.
3474 (GDB/MI Breakpoint Commands): Execution commands generate
3475 *stopped not ^done.
3476
eb819d70
NR
34772007-02-13 Nick Roberts <nickrob@snap.net.nz>
3478
3479 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
3480 values for in_scope. Mention that only root variables can be
3481 updated.
3482 (GDB/MI Development and Front Ends): Explain new values may be
3483 added to existing fields.
3484
123dc839
DJ
34852007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
3486
3487 * gdb.texinfo (-target-disconnect): Use @smallexample.
3488 (Requirements): Add anchor for Expat. Update description.
3489 (Target Descriptions): Mention Expat.
3490 (Target Description Format): Document new elements. Use
3491 @smallexample.
3492 (Predefined Target Types, Standard Target Features): New sections.
669fac23 3493 * gdbint.texinfo (Target Descriptions): New section.
123dc839 3494
108546a0
DJ
34952007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
3496
3497 * gdb.texinfo (Target Description Format): Add section on XInclude.
3498
95a98c01
NR
34992006-02-03 Nick Roberts <nickrob@snap.net.nz>
3500
3501 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
3502 command -enable-timings.
3503
f4b3909f
EZ
35042007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
3505
5ae4183a 3506 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
3507 descriptions for new/deleted elements in gdb_osabi. Add missing
3508 description for function generic_elf_osabi_sniff_abi_tag_sections.
3509
c7ba131e
JB
35102007-01-29 Joel Brobecker <brobecker@adacore.com>
3511
3512 * gdb.texinfo (Maintenance Commands): Add documentation for
3513 the new "maint print target-stack" command.
3514
3a60f64e
JK
35152007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3516 Eli Zaretskii <eliz@gnu.org>
3517
f4b3909f 3518 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 3519
c582f8b6
EZ
35202007-01-26 Eli Zaretskii <eliz@gnu.org>
3521
3522 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
3523 Use @value{NGCC} instead of @value{GCC}.
3524
d3e8051b
EZ
35252007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
3526
3527 * agentexpr.texi: Fix typos.
3528 * annotate.texinfo: Likewise.
3529 * gdb.texinfo: Likewise.
3530 * gdbint.texinfo: Likewise.
3531 * observer.texi: Likewise.
3532 * stabs.texinfo: Likewise.
3533
86f04699
EZ
35342007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
3535
3536 * gdbint.texinfo (Support Libraries): Remove mmalloc
3537 entry. Describe readline library.
3538
23181151
DJ
35392007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
3540
3541 * gdb.texinfo (Target Descriptions): New section.
3542 (General Query Packets): Add QPassSignals anchor. Mention
3543 qXfer:features:read under qSupported. Expand mentions of
3544 qXfer:memory-map:read and QPassSignals. Document
3545 qXfer:features:read.
3546
f822c95b
DJ
35472007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
3548
3549 * gdb.texinfo (Commands to specify files): Describe
3550 "set sysroot" and "show sysroot".
3551 (Using the `gdbserver' program): Lowercase argument
3552 to @var. Expand description of setting up GDB on the
3553 host.
3554
8936fcda
JB
35552007-01-05 Joel Brobecker <brobecker@adacore.com>
3556
3557 * gdb.texinfo (Set Catchpoints): Add documentation for the new
3558 catch exception, catch exception unhandled, and catch assert
3559 commands.
3560
e776119f
DJ
35612007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3562
3563 * gdb.texinfo (Debugging Output): Document "set debug xml"
3564 and "show debug xml".
3565
aa79a185
DJ
35662007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3567
3568 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
3569
7f893741
JB
35702007-01-01 Joel Brobecker <brobecker@adacore.com>
3571
3572 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
3573
a1b5960f
VP
35742006-12-08 Vladimir Prus <vladimir@codesourcery.com>
3575
3576 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
3577 note in @ignore, to be removed later if nobody complains.
3578
9f470e6e
NR
35792006-12-04 Nick Roberts <nickrob@snap.net.nz>
3580
3581 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
3582 of -var-delete.
3583
765dc015 35842006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3585
765dc015 3586 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
3587 automatic software/hardware breakpoint usage and
3588 the "set breakpoint auto-hw" command.
765dc015 3589
4b5752d0
VP
35902006-11-21 Vladimir Prus <vladimir@codesourcery.com>
3591
3592 * gdb.texinfo (Memory Access Checking): New.
3593
89be2091
DJ
35942006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
3595
3596 * gdb.texinfo (Remote configuration): Mention
3597 "pass-signals-packet".
3598 (General Query Packets): Document QPassSignals. Fix
3599 a typo.
3600
ca3bf3bd
DJ
36012006-11-14 Maxim Grigoriev <maxim@tensilica.com>
3602
3603 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
3604
427c3a89
DJ
36052006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3606
3607 * gdb.texinfo (Remote configuration): Rewrite documentation for
3608 packet configuration commands.
3609 (OS Information): Adjust reference to qXfer:auxv:read.
3610 (General Query Packets): Remove references to read-aux-vector-packet
3611 and set remote get-thread-local-storage-address.
3612
7a107747
DJ
36132006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
3614
3615 * gdbint.texinfo (Target Architecture Definition): Add new
3616 Initializing a New Architecture section.
3617
1c56eb0e
EZ
36182006-10-31 David Taylor <dtaylor@emc.com>
3619
3620 * stabs.texinfo (Macro define and undefine): New node describing
3621 stabs for #define and #undef.
3622
f73adfeb
AS
36232006-10-27 Andreas Schwab <schwab@suse.de>
3624
3625 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
3626
fd60e0df
EZ
36272006-10-21 Eli Zaretskii <eliz@gnu.org>
3628
3629 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
3630 clarify on the possible meanings of ``expression'' watched by
3631 watchpoints. Add indexing.
e5ac9b53
EZ
3632 (Prompting, Errors, Invalidation, Annotations for Running)
3633 (Source Annotations): Fix index entries by adding "annotation" to
3634 them, to discriminate from index entries that point to the more
3635 general topic descriptions.
fd60e0df 3636
52bb452f
DJ
36372006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3638
3639 * gdbint.texinfo (Target Vector Definition): Move most
3640 content into Existing Targets. Add a menu.
3641 (Existing Targets): New section, moved from Target Vector
3642 Definition. Use @subsection.
3643 (Managing Execution State): New section.
3644
58955e58
BW
36452006-10-16 Bob Wilson <bob.wilson@acm.org>
3646
3647 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
3648
c8aa23ab
EZ
36492006-10-15 Eli Zaretskii <eliz@gnu.org>
3650
3651 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
3652 (Command Syntax, Signals, Backtrace, Connecting)
3653 (Remote configuration, Renesas Boards, Console I/O): Fix last
3654 change: use Ctrl- instead of C-, except wrt Emacs.
3655 (File-I/O Examples): Put Ctrl-c in @kbd.
3656 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
3657 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
3658 (Signals, Set Breaks, Set Watchpoints): Document optional
3659 arguments to `info signals' `handle', `info breakpoints', and
3660 `info watchpoints'.
c8aa23ab 3661
e7109c7e
EZ
36622006-10-14 Eli Zaretskii <eliz@gnu.org>
3663
3664 * gdb.texinfo (Backtrace): Fix last change.
3665
de3aea7b
NR
36662006-10-14 Nick Roberts <nickrob@snap.net.nz>
3667
3668 * gdb.texinfo (Backtrace): Order correctly and add other cases.
3669
7f9087cb
BW
36702006-10-10 Bob Wilson <bob.wilson@acm.org>
3671
c8aa23ab
EZ
3672 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
3673 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
3674 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 3675
68437a39
DJ
36762006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3677 Daniel Jacobowitz <dan@codesourcery.com>
3678
3679 * gdb.texinfo (Packets): Document vFlashErase,
3680 vFlashWrite and vFlashDone packets.
3681 (General Query Packets): Document qXfer:memory-map:read.
3682 Add a new feature for qXfer:memory-map:read.
3683 (Memory map format): New section.
3684 (Target Commands): Mention that gdb can write flash.
3685
fd79ecee
DJ
36862006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3687 Daniel Jacobowitz <dan@codesourcery.com>
3688
3689 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
3690 memory regions and "mem auto".
3691
350da6ee
DJ
36922006-09-21 Nathan Sidwell <nathan@codesourcery.com>
3693
3694 * gdbint.texinfo (Array Containers): New section.
3695
2f1acb09
VP
36962006-09-17 Vladimir Prus <vladimir@codesourcery.com>
3697
3698 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
3699 -stack-list-arguments HIGH_FRAME argument can be larger then the
3700 actual number of frames.
3701
2ab1eb7a
VP
37022006-09-07 Vladimir Prus <vladimir@codesourcery.com>
3703
3704 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
3705 -stack-list-locals HIGH_FRAME argument can be larger then the
3706 actual number of frames.
2ab1eb7a 3707
599b237a
BW
37082006-09-02 Bob Wilson <bob.wilson@acm.org>
3709
3710 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
3711 Register Packet Format, Tracepoint Packets): Fix spelling errors.
3712
25ab7e6d
EZ
37132006-09-02 Eli Zaretskii <eliz@gnu.org>
3714
3715 * gdbint.texinfo (Overall Structure): New section "Source Tree
3716 Structure".
3717
940178d3
JB
37182006-08-17 Jim Blandy <jimb@codesourcery.com>
3719
3720 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
3721 responses.
3722
30daae6c
JB
37232006-08-08 Joel Brobecker <brobecker@adacore.com>
3724
3725 * gdb.texinfo (Source Path): Add documentation for new
3726 substitute-path commands.
3727
7fa2210b
DJ
37282006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
3729
3730 * gdb.texinfo (Installing GDB): Update menu. Move text to...
3731 (Running Configure): ...here.
3732 (Requirements): New node. Mention expat.
3733
3d00d119
DJ
37342006-08-08 Vladimir Prus <vladimir@codesourcery.com>
3735
5ae4183a 3736 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
3737 'set download-write-size' and 'show download-write-size'.
3738
0cbfa4ee
DJ
37392006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
3740
3741 * stabs.texinfo (Member Type Descriptor): Correct example for
3742 pointer to member types.
3743
16026cd7
AS
37442006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
3745
3746 * gdb.texinfo (Optional warnings and messages): Add
3747 'set/show trace-commands'.
3748 (Command files): Add '-v' to source command.
3749
0876f84a
DJ
37502006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
3751
3752 * gdb.texinfo (OS Information): Update qPart reference to
3753 qXfer.
3754 (Remote configuration): Likewise.
3755 (Overview): Move @cindex to the start of a paragraph. Talk
3756 about binary data encoding.
3757 (Packets): Refer to the overview for the details of the X
3758 packet encoding.
3759 (General Query Packets): Remove qPart description. Add qXfer
3760 description. Add an anchor to qSupported. Correct feature
3761 table title. Add a new feature for qXfer:auxv:read.
3762 (Interrupts): Add a missing parenthesis.
3763
2ec3381a
DJ
37642006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
3765
669fac23 3766 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
3767 (GDB/MI Kod Commands): Remove commented out node.
3768
594fe323
EZ
37692006-07-01 Eli Zaretskii <eliz@gnu.org>
3770
3771 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
3772 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
3773 (GDB/MI Thread Commands, GDB/MI Program Execution)
3774 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
3775 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
3776 (GDB/MI File Commands, GDB/MI Target Manipulation)
3777 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
3778 since the MI prompt is hard-wired into the code.
3779
7e3fb70c
NR
37802006-07-01 Nick Roberts <nickrob@snap.net.nz>
3781
3782 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
3783 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
3784 (GDB/MI Data Manipulation): Remove description of unimplemented
3785 display related commands as variable objects perform this function
3786 and are superior: -display-delete, -display-disable,
3787 -display-enable, -display-insert and -display-list. Move
3788 -environment-cd, -environment-directory, -environment-path
3789 and -environment-pwd to "Program Context".
3790 (GDB/MI Program Control): Rename to "Program Execution". Move
3791 -exec-arguments -exec-abort to...
3792 (GDB/MI Program Context): ...here. New node split from "Data
3793 Manipulation".
3794
be2a5f71
DJ
37952006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
3796
3797 * gdb.texinfo (Remote configuration): Document set / show
3798 remote supported-packets.
3799 (General Query Packets): Document qSupported packet.
3800
fc320d37
SL
38012006-06-10 Sandra Loosemore <sandra@codesourcery.com>
3802
3803 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
3804 and font markup.
3805 (Protocol basics): Likewise.
3806 (The F request packet): Likewise.
3807 (The F reply packet): Likewise.
3808 (Memory transfer): Move this node to be a subsubsection of
3809 "Protocol specific representation of datatypes".
3810 (The Ctrl-C message): More copy editing.
3811 (Console I/O): Likewise.
3812 (The isatty call): Delete this node, and merge its content into
3813 the "isatty" node. Fixed references elsewhere.
3814 (The system call): Delete this node, and merge its content into
3815 the "system" node. Fixed references elsewhere.
3816 (open): Reformat to use @table, and add appropriate font markup.
3817 (close): Likewise.
3818 (read): Likewise.
3819 (write): Likewise.
3820 (lseek): Likewise.
3821 (rename): Likewise.
3822 (unlink): Likewise.
3823 (stat/fstat): Likewise.
3824 (gettimeofday): Likewise.
3825 (isatty): Likewise.
3826 (system): Likewise, plus minor changes to fix confusing wording.
3827 (Integral datatypes): Fix font markup.
3828 (Pointer values): Likewise.
3829 (struct stat): Fix markup to use @table, plus minor copy editing.
3830 (struct timeval): Fix font markup, plus minor copy editing.
3831 (Constants): Minor copy editing.
3832 (Errno values): Add font markup.
3833 (File-I/O Examples): Likewise.
3834
158fdf5c
NR
38352006-06-10 Nick Roberts <nickrob@snap.net.nz>
3836
3837 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
3838 (GDB/MI Simple Examples): Move node up one level. Use real
3839 examples.
3840 (GDB/MI Compatibility with CLI): Update.
3841 (GDB/MI Result Records): Add "connected" and "exit" result
3842 classes.
3843 (GDB/MI Stream Records): Clarify target output.
3844 (GDB/MI Command Description Format): Modify example description.
3845 (GDB/MI Breakpoint Table Commands): Rename to...
3846 (GDB/MI Breakpoint Commands): ...this
3847 (GDB/MI Breakpoint Commands): Add optional thread field.
3848 (GDB/MI Program Control): Add an introduction. Move "Program
3849 termination" examples into exec-run description.
3850 (GDB/MI File Commands): Mention similar CLI commands.
3851 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
3852 is similar to "-gdb-version".
3853
ddb50cd7
EZ
38542006-06-09 Eli Zaretskii <eliz@gnu.org>
3855
3856 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
3857
2aef0d6b
NR
38582006-06-02 Nick Roberts <nickrob@snap.net.nz>
3859
3860 * gdb.texinfo (GDB/MI Development and Front Ends): Use
3861 sourceware.org for mailing lists.
d5e40d59 3862 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 3863
383a5c52
NR
38642006-06-01 Nick Roberts <nickrob@snap.net.nz>
3865
d5e40d59 3866 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 3867
e16b02ee
EZ
38682006-05-22 Eli Zaretskii <eliz@gnu.org>
3869
3870 * gdb.texinfo (Cygwin Native): Fix last change.
3871
be90c084
CF
38722006-05-22 Christopher Faylor <cgf@timesys.com>
3873
3874 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
3875
347ceba5
NR
38762006-05-15 Nick Roberts <nickrob@snap.net.nz>
3877
3878 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
3879 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
3880
369af7bd
DJ
38812006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
3882
3883 * gdb.texinfo (General Query Packets): Recommend not starting
3884 new packets with qC and clarify.
3885
2ffdbde8 38862006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
3887
3888 * gdb.texinfo (M2 Types): New section.
72019c9c 3889
16d1a084
DJ
38902006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
3891
3892 * agentexpr.texi: Add a copyright and license notice.
3893 * observer.texi: Likewise, with GPL clause for function prototypes.
3894 Remove trailing whitespace.
3895
aa56d27a
JB
38962006-05-05 Jim Blandy <jimb@codesourcery.com>
3897
3898 * gdb.texinfo (General Query Packets): Document conventions for
3899 terminating packet names, and their violations.
3900
5bdf8622
DJ
39012006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3902
3903 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
3904 * gdb.texinfo: Likewise.
3905
605a56cb
DJ
39062006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3907
3908 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
3909 and "show remotedebug".
3910 (Debugging Output): Add additional index entries.
3911
b8db102d
MS
39122006-04-27 Michael Snyder <msnyder@redhat.com>
3913
3914 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
3915
c5e30d01
AC
39162006-04-22 Andrew Cagney <cagney@redhat.com>
3917
3918 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
3919 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
3920
8181d85f
DJ
39212006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
3922
3923 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
3924 and remove breakpoint prototypes.
3925 (Watchpoints): Move description of target_insert_hw_breakpoint and
3926 target_remove_hw_breakpoint ...
3927 (Breakpoints): ... to here. Document target_insert_breakpoint and
3928 target_remove_breakpoint.
3929
4f553f88
JB
39302006-04-17 Jim Blandy <jimb@codesourcery.com>
3931
3932 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
3933 and C packets are optional.
3934
cd852561
FR
39352006-04-14 Frederic Riss <frederic.riss@st.com>
3936
3937 * gdb.texinfo (Specifying source directories): Update the description
3938 of the source file search to reflect the fact that the source path
3939 always contains at least $cdir and $cwd.
3940
b620eb07
MS
39412006-03-31 Michael Snyder <msnyder@redhat.com>
3942
3943 * gdb.texinfo: Update copyright dates.
3944
3156cdaf
EZ
39452006-03-31 Eli Zaretskii <eliz@gnu.org>
3946
3947 * gdb.texinfo (Overview): Add an index entry to "empty response".
3948
7d30c22d
JB
39492006-03-28 Jim Blandy <jimb@codesourcery.com>
3950
3951 * gdbint.texinfo (Prologue Analysis): New section.
3952
86941c27
JB
39532006-03-07 Jim Blandy <jimb@red-bean.com>
3954
66b8c7f6
JB
3955 * gdb.texinfo (Connecting): Document 'target remote pipe'.
3956
1a10341b
JB
3957 * gdb.texinfo (Target Commands): Update text describing how to
3958 specify a target. Refer to the detailed section on remote
3959 debugging, not the brief mention.
3960
86941c27
JB
3961 * gdb.texinfo (Connecting): Organize the different 'target remote'
3962 connection methods into a table. Add a 'target remote' index
3963 entry. (!!!)
3964
62f3a2ba
FF
39652006-02-17 Fred Fish <fnf@specifix.com>
3966
3967 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
3968 'ptype' commands to reflect the fact that the only significant
3969 difference between them is that ptype prints the complete type
3970 description instead of just the name.
3971
8b9a88ea
WZ
39722006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
3973
3974 * gdbint.texinfo (Watchpoints): Delete
3975 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
3976
7e8dc855
NR
39772006-02-10 Nick Roberts <nickrob@snap.net.nz>
3978
3979 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
3980 times fields where needed. Fix typos. Update general form given
3981 for output of -break-insert.
3982 (GDB/MI): Abbreviate some unnecessarily long fullnames.
3983
c91d38aa
DJ
39842006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
3985
3986 * gdbint.texinfo (Symbol Handling): Add a section
3987 on memory management.
3988
38fcd64c
DJ
39892006-02-06 Vladimir Prus <ghost@cs.msu.su>
3990
3991 * gdb.texinfo (Breakpoint table commands): Document the fullname
3992 field in -break-list output.
3993
219eec71
EZ
39942006-02-03 Eli Zaretskii <eliz@gnu.org>
3995
3996 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
3997 debugging information produced by the various "set debug..."
3998 options.
3999
ae5a43e0
DJ
40002006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4001
4002 * gdb.texinfo (Files): Remove obsolete bits from the description
4003 of "symbol-file".
4004
a9f158ec
JB
40052006-01-25 Jim Blandy <jimb@redhat.com>
4006
4007 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
4008
410dd08e
JB
40092006-01-24 Jim Blandy <jimb@redhat.com>
4010
4011 * gdbint.texinfo (Frames): Document the basics of GDB's register
4012 unwinding model, and explain the existence of the "sentinel" frame.
4013
4b505b12
AS
40142006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
4015
4016 * gdb.texinfo (Choosing files): Mention that -directory is used
4017 for script files.
4018 (Specifying source directories): Likewise.
4019 (Command files): Explain how script files are found.
4020
839c27b7
EZ
40212006-01-21 Eli Zaretskii <eliz@gnu.org>
4022
4023 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
4024 the threads in a multi-threaded program.
4025 (Threads): The threadno argument of "thread apply" can be a range
4026 of numbers.
4027
7be93b9e
JB
40282006-01-18 Jim Blandy <jimb@redhat.com>
4029
4030 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
4031 of warning flags.
4032
fcc73fe3
EZ
40332006-01-13 Eli Zaretskii <eliz@gnu.org>
4034
4035 * gdb.texinfo (Sequences): Improve menu annotations.
4036 (Define): Add index entries for arguments of user-defined
4037 commands. Move the description of flow-control commands...
4038 (Command Files): ...to here. Document loop_break and
4039 loop_continue.
ca91424e
EZ
4040 (Define, Command Files): Document `end' and add index entries for
4041 it.
fcc73fe3 4042
5c95884b
MS
40432006-01-04 Michael Snyder <msnyder@redhat.com>
4044
4045 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 4046 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 4047
860701dc
PH
40482006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
4049
4050 * gdb.texinfo (Omissions from Ada): Document that there is now
4051 limited aggregate support.
4052
36b80e65
EZ
40532005-12-28 Eli Zaretskii <eliz@gnu.org>
4054
4055 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
4056 registers and the likes.
4057
c1468174
EZ
40582005-12-24 Eli Zaretskii <eliz@gnu.org>
4059
4060 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
4061 (Symbols): Fix usage of "e.g.".
359df76b 4062 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
4063
4064 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
4065 (Coding): Fix usage of "e.g.".
4066
c02a867d
EZ
40672005-12-23 Eli Zaretskii <eliz@gnu.org>
4068
5ae4183a
AS
4069 * stabs.texinfo:
4070 * refcard.tex:
c02a867d 4071 * gpl.texi:
5ae4183a
AS
4072 * gdbint.texinfo:
4073 * gdb.texinfo:
4074 * gdb-cfg.texi:
c02a867d 4075 * fdl.texi:
5ae4183a
AS
4076 * annotate.texinfo:
4077 * all-cfg.texi:
c02a867d
EZ
4078 * Makefile.in: Add (C) after Copyright. Update the FSF
4079 address.
4080
fad38dfa
EZ
40812005-12-03 Eli Zaretskii <eliz@gnu.org>
4082
4083 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
4084 extend GDB with commands for external monitor.
4085
53e5f3cf
AS
40862005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
4087
4088 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
4089
55f6ca0f
JB
40902005-11-25 Joel Brobecker <brobecker@adacore.com>
4091
4092 * gdbint.texinfo (Start of New Year Procedure): New chapter.
4093
c1947b85
JB
40942005-11-21 Jim Blandy <jimb@redhat.com>
4095
4096 * gdb.texinfo (Tracepoint Packets): Document restrictions on
4097 placement of 'R' actions in tracepoint action packets; document
4098 dependence of 'X' and 'M' actions on a preceding 'R' action for
4099 their registers.
4100
9d29849a
JB
41012005-11-19 Jim Blandy <jimb@redhat.com>
4102
4103 * gdb.texinfo (Tracepoint Packets): New node.
4104 (General Query Packets): Add entries for the tracepoint packets,
4105 referring to the "Tracepoint Packets" node.
4106 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 4107
9a6253be
KB
41082005-11-18 Kevin Buettner <kevinb@redhat.com>
4109
4110 * gdb.texinfo (set remotebreak): Add anchor.
4111 (X packet): Likewise.
4112 (Remote Protocol): Add new section `Interrupts' and new index
4113 entry `interrupts (remote protocol)'.
4114
5f3bebba
JB
41152005-11-18 Jim Blandy <jimb@redhat.com>
4116
4117 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
4118 entries into the General Query Packets section. Add a
4119 cross-reference to that section. Drop description of replies, as
4120 these are covered in the descriptions of each packet.
4121 (General Query Packets): Add introductory text. Explain naming
4122 conventions, and how the end of a name is recognized.
4123
9a7a1b36
KB
41242005-11-17 Kevin Buettner <kevinb@redhat.com>
4125
0564b6cf 4126 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
4127 "set remotebreak" command.
4128
b8ff78ce
JB
41292005-11-16 Jim Blandy <jimb@redhat.com>
4130
4131 * gdb.texinfo (Packets, Stop Reply Packets)
4132 (General Query Packets): Various formatting cleanups.
4133 - Use @samp for packet contents.
4134 - Drop summaries from packet @item lines; the same information appears
4135 immediately below in the description.
4136 - Delete paragraph breaks after packet @item commands, so that the
4137 description appears directly to the right of the packet prototype
4138 in the printed manual, if it fits.
4139 - Place spaces in packet prototypes between @vars and non-@var
4140 letters, and explain that they're just for formatting.
4141 - Use @dots{} instead of '...'.
4142 - Fix uses of @code where @var was needed.
4143 - Replace "deprecated" markers with English text spelling out the
4144 packet's status and the preferred alternatives.
4145 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
4146 what this ever meant.
4147 - Remove "(draft)" markers on 'i' packets; nobody has commented on
4148 this for a long time.
4149 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
4150 implemented several times, and have been in use for years.
4151
8ffe2530
JB
41522005-11-15 Jim Blandy <jimb@redhat.com>
4153
c43c5473
JB
4154 * gdb.texinfo (Packets): Add index entries for 'm' packet
4155 disclaimers.
5ae4183a 4156
fb031cdf
JB
4157 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
4158 of stub when processing an 'm' packet.
4159
8ffe2530
JB
4160 * gdb.texinfo (Packets): Mention that packets beginning with
4161 letters are reserved once, at the top, instead of actually listing
4162 them all and saying "reserved".
4163
c03c782f
AS
41642005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
4165
4166 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
4167 Change @var{$arg0 to @code{$arg0.
4168
814e32d7
WZ
41692005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
4170
4171 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
4172
fa93a9d8
JB
41732005-11-12 Jim Blandy <jimb@redhat.com>
4174
4175 * gdb.texinfo (General Query Packets): Put packets in alphabetical
4176 order. Remove extraneous 'z'.
4177
8a5a3c82
AS
41782005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
4179
4180 * gdb.texinfo (Choosing files): Add --eval-command.
4181
4b0ad762
AS
41822005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
4183
4184 * gdb.texinfo (Choosing modes): Add --return-child-result.
4185
4186
1a088d06
AS
41872005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
4188
4189 * gdb.texinfo (Choosing modes): Add --batch-silent.
4190
656d5e12
EZ
41912005-10-28 Eli Zaretskii <eliz@gnu.org>
4192
4193 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
4194 "The -var-update Command".
4195
3c9c013a
JB
41962005-10-03 Joel Brobecker <brobecker@adacore.com>
4197
4198 * gdb.texinfo (Print Settings): Add documentation for set/show
4199 print array-indexes.
4200
7ba3cf9c
DJ
42012005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
4202
4203 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
4204 6.2 and 6.3.
4205
a94ab193
EZ
42062005-08-27 Eli Zaretskii <eliz@gnu.org>
4207
4208 * gdb.texinfo (File Options): Don't document --mapped, it's gone
4209 since 19-Jan-2004.
4210 (Files): Likewise.
ab1adacd
EZ
4211 (Variables, Symbols): Document the "<incomplete type>" message and
4212 its reasons.
a94ab193 4213
ca06016a
FF
42142005-08-01 Fred Fish <fnf@specifix.com>
4215
4216 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
4217
cf58170d
NR
42182005-07-15 Nick Roberts <nickrob@snap.net.nz>
4219
4220 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
4221 option for -var-list-children and -var-update.
4222 (GDB/MI Stack Manipulation): Simplify description of
4223 print-values option for -stack-list-locals.
4224 (GDB/MI Command Description Format): Clarify.
4225 (Mode Options): Spelling of superseded.
4226
38f1196a
BR
42272005-07-12 Bob Rossi <bob@brasko.net>
4228
4229 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
4230 corresponding GDB command comment.
4231
3cb3b8df
BR
42322005-07-06 Bob Rossi <bob@brasko.net>
4233
4234 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
4235 and -inferior-tty-show.
4236 (Input/Output): Document "set/show inferior-tty" and tty alias.
4237
10fac096
NW
42382005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
4239
4240 * gdb.texinfo (Packets): Change description of 'D' packet to note
4241 that GDB does wait for a response.
4242
d1b6db76
NR
42432005-06-22 Nick Roberts <nickrob@snap.net.nz>
4244
4245 * gdb.texinfo (History) Rename "Command History".
4246 (Command History): Move node "Server Prefix" from section on
4247 Annotations here.
4248
29629dcf
NR
42492005-06-19 Nick Roberts <nickrob@snap.net.nz>
4250
4251 * gdb.texinfo (GDB/MI Stack Manipulation):
4252 Re-instate -stack-info-frame with example. Say that it gets
4253 info on selected frame, not current frame.
4254
397ca115
EZ
42552005-06-18 Eli Zaretskii <eliz@gnu.org>
4256
4257 * gdb.texinfo (Server): Clarify that `file' should be used before
4258 connecting to the server.
4259 (Files): Add an xref to the above description.
51274035
EZ
4260 (Output Formats): More detailed description of the `c' format.
4261 (Memory): List explicitly all the formats supported by `x'.
638ac427 4262 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 4263 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
4264 files. Add more indexing for solib-absolute-prefix and
4265 --with-sysroot.
76d17f34
EZ
4266 (Machine Code): Document possible problems with locations in
4267 shared libraries.
d416eeec
EZ
4268 (Backtrace): Document that free-standing environments do not need
4269 to have a `main' function.
397ca115 4270
74f6deaa
NR
42712005-06-18 Nick Roberts <nickrob@snap.net.nz>
4272
4273 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
4274 -stack-info-frame.
4275
a9967aef
AC
42762005-06-07 Andrew Cagney <cagney@gnu.org>
4277
4278 * gdb.texinfo (Contributors): Note the original multi-arch
4279 contributors.
4280
e09f16f9
EZ
42812005-06-03 Eli Zaretskii <eliz@gnu.org>
4282
4283 * gdb.texinfo (Registers): Add index entries for the standard
4284 registers.
4285 (Frames): Add cross-reference from frame pointer description to
4286 the Registers node.
4287 (Annotations Overview): Fix the reference to GDB name.
4288
d87ba7ee
EZ
42892005-06-01 Eli Zaretskii <eliz@gnu.org>
4290
4291 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
4292 can-use-hw-watchpoints.
4293
034dad6f
BR
42942005-05-28 Bob Rossi <bob@brasko.net>
4295
4296 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
4297 the possible reasons why an exec async record would be returned to FE.
4298
ffed4509
AC
42992005-05-26 Andrew Cagney <cagney@gnu.org>
4300
4301 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
4302 Andrew Cagney implemented the original GDB/MI.
4303
e22e55c9
OF
43042005-05-23 Orjan Friberg <orjanf@axis.com>
4305
4306 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
4307 documentation. Add documentation for cris-mode.
4308
a78e13ce
EZ
43092005-05-20 Eli Zaretskii <eliz@gnu.org>
4310
4311 * gdb.texinfo (Numbers): Explain the example and make the wording
4312 more acurate.
4313
76ff342d
DJ
43142005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4315 Dennis Brueni <dennis@slickedit.com>
4316
4317 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
4318 (GDB/MI Data Manipulation, GDB/MI Program Control)
4319 (GDB/MI Stack Manipulation): Update examples to include the fullname
4320 attribute in stack frames.
4321
119b882a
EZ
43222005-05-12 Eli Zaretskii <eliz@gnu.org>
4323
4324 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
4325 do with other non-standard names of init files.
4326
6fc08d32
EZ
43272005-05-11 Eli Zaretskii <eliz@gnu.org>
4328
4329 * gdb.texinfo (Command Files): Move the description of the startup
4330 from here...
4331 (Startup): ...to this new subsection of the Invocation chapter.
4332 Rearrange the description of init files more logically and add a
4333 cross-reference to "Command Files". Document the special gdbinit
4334 name for CISCO 68k. Expand the description of what GDB does
4335 during startup.
4336 (History): Add index entry for HISTSIZE.
4337
a561754a
MK
43382005-05-02 Mark Kettenis <kettenis@gnu.org>
4339
4340 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
4341
2eecc4ab
EZ
43422005-05-02 Eli Zaretskii <eliz@gnu.org>
4343
4344 * gdb.texinfo (SVR4 Process Information, The isatty call)
4345 (The system call): Don't use foo(N) notation for man pages and
4346 functions.
514c4d71 4347 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 4348
18999be5
EZ
43492005-04-27 Eli Zaretskii <eliz@gnu.org>
4350
4351 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
4352 were optimized away.
4353
0abb7bc7
EZ
43542005-04-22 Eli Zaretskii <eliz@gnu.org>
4355
4356 * gdb.texinfo (Remote configuration): Document "set/show
4357 get-thread-local-storage-address". Add cross-reference to the
4358 description of the qGetTLSAddr packet.
4359 (General Query Packets): Mention "set remote
4360 get-thread-local-storage-address" and add a reference to its
4361 description.
4362
6f61acb1
NR
43632005-04-19 Nick Roberts <nickrob@snap.net.nz>
4364
4365 * gdb.texinfo (Backtrace): Describe 'bt full'.
4366
9d59903a
NR
43672005-04-17 Nick Roberts <nickrob@snap.net.nz>
4368
4369 * gdb.texinfo (Mode Options): Fix typo.
4370 (GDB/MI): Describe how to invoke GDB/MI.
4371
721c2651
EZ
43722005-04-16 Eli Zaretskii <eliz@gnu.org>
4373
4374 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 4375 references changed. Add description of "info udot".
721c2651
EZ
4376 (Files): Document "set/show stop-on-solib-events".
4377 (M32R/D): Document "set/show download-path", "set/show
4378 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
4379 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
4380 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
4381 (Maintenance Commands): Improve indexing.
4382 (Target Commands): Document "set/show hash", "set/show debug
4383 monitor".
4384 (SVR4 Process Information): Document "info pidlist" and "info
4385 meminfo". Document "set/show procfs-tarce" and "set/show
4386 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
4387 (Symbols, The Print Command with Objective-C): Improve indexing.
4388 (Objective-C): Add references to "info classes" and "info
4389 selectors".
c45da7e6
EZ
4390 (Debugging Output): Improve wording. Document "set/show debug
4391 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
4392 (Set Breaks): Add index entry for "hardware breakpoints".
4393 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
4394 and "set/show usehardbreakpoints".
4395 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
4396 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
4397 (ARM): Document "rdilogfile", "rdilogenable", "set/show
4398 rdiromatzero", "set/show rdiheartbeat".
4399 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
4400 "sds".
4401 (Embedded Processors): Document the "sim" command.
4402 (Remote): Document the "remote" command.
4403 (DJGPP Native): Document the "info serial" command.
4404 (Threads): Document "maint info sol-threads".
4405 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
4406 (Set Breaks): Improve indexing.
4407 (Command Syntax): Add a reference to dont-repeat.
4408 (Define): Document "dont-repeat".
4409 (TUI Commands): Document "tabset".
4410 (WinCE): New subsection. Document "set/show remotedirectory",
4411 "set/show remoteupload", "set/show remoteaddhost".
721c2651 4412
14d6dd68
EZ
44132005-04-15 Eli Zaretskii <eliz@gnu.org>
4414
4415 * gdb.texinfo (Hurd Native): New subsection, documents
4416 Hurd-specific commands.
a64548ea 4417 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 4418 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
4419 (MIPS): Improve documentation of heuristic-fence-post. Document
4420 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
4421 mips stack-arg-size", "set/show mips mask-address", "set/show mips
4422 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 4423 (ARM): Document ARM-specific commands.
a64548ea
EZ
4424 (AVR): New section. Document "info io_registers".
4425 (CRIS): New section. Document "set/show cris-version" and
4426 "set/show cris-dwarf2-cfi".
4427 (HPPA): New section. Document "set/show debug hppa" and "maint
4428 print unwind".
a5adf40f 4429 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 4430 (Super-H): New section. Document the "regs" command.
721c2651 4431 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 4432
9c16f35a
EZ
44332005-04-09 Eli Zaretskii <eliz@gnu.org>
4434
4435 * gdb.texinfo (Print Settings): Document "set/show print
4436 pascal_static-members", "set print repeats", "show print
4437 null-stop". Improve indexing. Fix documentation of "set print
4438 union".
4439 (Pascal): New section.
4440 (Supported languages): Rename from "Support"; all references
4441 updated. Add a menu item for Pascal.
4442 (Numbers): Document "set radix.
4443 (Screen Size): Document "set/show pagination".
4444 (MIPS Embedded): Remove "set processor" documentation.
4445 (Remote configuration): Document "set/show X/P/Z-packet",
4446 "set/show read-aux-vector-packet", "set/show remote
4447 symbol-lookup-packet", "set/show remote verbose-resume-packet",
4448 "set/show remoteaddresssize", "set/show remotebaud", "set/show
4449 remotedebug", "set/show remotebreak", "set/show remotedevice",
4450 "set/show remotelogfile".
4451 (Auxiliary Vector): Add reference to the description of the
4452 read-aux-vector-packet setting.
4453 (Set Watchpoints): Add a cross-reference to "set remote
4454 hardware-breakpoint-limit".
4455 (General Query Packets): Add indexing of requests and
4456 cross-references to related commands in "Remote configuration".
4457 (File-I/O Overview, The system call): Fix wording and typos.
4458 (Thread Stops): Add index entries.
4459 (Continuing and Stepping): Document "show step-mode".
4460 (i386): New node. Document "set/show struct-convention".
4461 (Files): Document "show trust-readonly-sections".
4462 (Calling): Document "set/show unwindonsignal".
4463 (Messages/Warnings): Add index entries.
4464 (Maintenance Commands): Document "set/show watchdog".
4465 (Annotations Overview): Document "show annotate".
4466 (Set Watchpoints): Add index entries.
4467 (Symbols): Fix doc of case-sensitive.
4468 (ABI): Document "show coerce-float-to-double".
4469 (Convenience Vars, Help): Improve indexing.
4470 (Machine Code): Document "show disassembly-flavor".
4471 (Debugging C plus plus): Document "show overload-resolution".
4472 (Value History, Signaling): Add index entries.
4473
44742005-04-08 Eli Zaretskii <eliz@gnu.org>
4475
4476 * gdb.texinfo (Show): Move @kindex entries to their proper places.
4477 (Processes): Fix wording.
4478 (History, List, Logging output, Define, Symbols, Print Settings):
4479 Improve indexing.
4480
a8f24a35
EZ
44812005-04-03 Eli Zaretskii <eliz@gnu.org>
4482
4483 * gdb.texinfo (Targets): Document "set/show architecture". Remove
4484 redundant index entry for "target" command.
4485 (Backtrace): Add index entries.
4486 (Symbols, Fortran): Document the "set case-sensitive" command.
4487 (DJGPP Native): Document "set com1base", "set com1irq", etc.
4488 (Print Settings): Add index entry for "set demangle-style".
4489 (Target Commands): Document "set download-write-size".
4490 (Debugging Output): Document "set exec-done-display".
4491
09d4efe1
EZ
44922005-04-02 Eli Zaretskii <eliz@gnu.org>
4493
4494 * gdb.texinfo (Files): Fix the name and documentation of
4495 add-shared-symbol-files. Document its alias assf. Update the
4496 list of OSs where GDB supports shared libraries. Fix markup.
4497 (Continuing and Stepping): Add reference to @var{location} in the
4498 text.
4499 (Dump/Restore Files): Fix reference to @{filename}.
4500 (Help): Fix wording.
4501 (Attach): Ditto.
4502 (Set Watchpoints): Ditto.
4503 (Backtrace): Remove redundant index entries. Improve index
4504 entries.
4505 (Delete Breaks): Fix wording.
4506 (Memory): Document the compare-sections command.
4507 (Memory Region Attributes): Improve wording.
4508 (Disabling): Improve wording.
4509 (Fortran): New subsection. Document the "info common" command.
4510 (Help): Document aliases "info copying" and "info warranty".
4511 (Caching Remote Data): New section. Document the "set/show
4512 remotecache" and "info dcache" commands.
4513 (Show): Fix wording of the documentation of the "set
4514 extension-language" command.
4515 (Signals): Add index entry for "info handle".
4516 (Memory Region Attributes): Fix punctuation.
4517 (Symbols): Change the arg name to "location" and refer to it in
4518 the text. Fix wording of "info types" doc.
4519 (Threads): Fix usage of @enumerate @item's.
4520 (Listing Tracepoints): Add index entry for "info tp".
4521 (Set Watchpoints): Add xref to "info break" description.
4522 (Macros): Add an index entry for "macro exp1". Document the
4523 "macro list" command.
4524 (Maintenance Commands): Document "flushregs", "maint agent",
4525 "maint check-symtabs", "maint cplus", "maint demangle", "maint
4526 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
4527 "maint print architecture", "maint print objfiles", "maint print
4528 statistics", "maint print type", "maint show-debug-regs", "maint
4529 space", "maint time", and "maint translate-address".
4530 (Connecting): Document the "monitor" command.
4531 (Annotations Overview): Describe the "set annotate" command.
4532
82f2d802
EZ
45332005-04-01 Eli Zaretskii <eliz@gnu.org>
4534
4535 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
4536 Rearrange index entries and improve wording about support for
4537 hardware watchpoints.
4538
7d51c7de
BR
45392005-03-10 Bob Rossi <bob@brasko.net>
4540
4541 * gdb.texinfo: Update copyright
4542
68c71a2e
TR
45432005-02-09 Theodore A. Roth <troth@openavr.org>
4544
4545 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
4546 error.
4547
83761cbd
KB
45482005-02-03 Kevin Buettner <kevinb@redhat.com>
4549
4550 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
4551
9f1c6395
MS
45522005-01-17 Michael Snyder <msnyder@redhat.com>
4553
4554 * gdb.texinfo: Fix spelling, infinte -> infinite.
4555
fbd1b305
MK
45562005-01-08 Mark Kettenis <kettenis@gnu.org>
4557
4558 * observer.texi (GDB Observers): Document "solib_loaded".
4559
3ace7edb
AC
45602005-01-07 Andrew Cagney <cagney@gnu.org>
4561
bec39cab
AC
4562 * configure.ac: Rename configure.in, require autoconf 2.59.
4563 * configure: Re-generate.
4564
3ace7edb
AC
4565 * configure.in: Replace configdirs with multiple references to
4566 AC_CONFIG_SUBDIRS.
4567 * configure: Re-generate.
5ae4183a 4568
53531fc1
AC
45692005-01-04 Andrew Cagney <cagney@gnu.org>
4570
4571 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
4572 part of the version number.
4573
536ffdb7
MK
45742004-12-24 Mark Kettenis <kettenis@gnu.org>
4575
4576 * gdbint.texinfo (Algorithms): Remove description of
4577 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
4578
e1aac25b
JB
45792004-12-07 Jim Blandy <jimb@redhat.com>
4580
4581 * gdb.texinfo (General Query Packets): Specify that thread ID's in
4582 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
4583 numbers.
4584
f47b1503
AS
45852004-12-07 Andreas Schwab <schwab@suse.de>
4586
4587 * gdb.texinfo (Mode Options): Document -l option.
4588
b6b8ece6
EZ
45892004-12-04 Eli Zaretskii <eliz@gnu.org>
4590
4591 * gdbint.texinfo (Algorithms): More accurate description of
4592 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
4593 is not needed unless data-read and data-access watchpoints are
4594 supported. Add a description of how GDB checks whether the
4595 inferior stopped because a watchpoint was hit.
4596
01371747
EZ
45972004-11-23 Eli Zaretskii <eliz@gnu.org>
4598
4599 * gdb.texinfo (Files): Add cross-reference to description of
4600 -readnow command-line switch.
4601
2315ffec
RC
46022004-11-10 Randolph Chung <tausq@debian.org>
4603
4604 * gdb.texinfo: Document set/show backtrace past-entry commands.
4605 Rearrange index entries for set/show backtrace past-main.
4606
69065f5d
AC
46072004-11-10 Jon Beniston <jon@beniston.com>
4608
4609 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
4610 * gdb.texinfo (Remote Serial Protocol): Further describe
4611 binary transfer escaping mechanism .
69065f5d 4612
30e91e0b
RC
46132004-11-08 Randolph Chung <tausq@debian.org>
4614
4615 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
4616 and "show debug infrun". Add index entries.
4617
60bf7e09
EZ
46182004-10-23 Eli Zaretskii <eliz@gnu.org>
4619
4620 * gdb.texinfo (SVR4 Process Information): Document subcommands of
4621 "info proc" that are already implemented. Add index entries.
4622 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
4623 (Files): Add a tip for decreasing memory used for symtabs from
4624 shared libraries.
f018e82f
EZ
4625 (Starting): Fix whitespace; make "elaboration" stand out where it
4626 is first used, and add an index entry for the term.
f8568604
EZ
4627 (Calling): Expand and elaborate text. Add "print". Add the
4628 description of problems with weak aliases.
384ee23f 4629 (Core File Generation): New section.
60bf7e09 4630
d52fe014
AC
46312004-10-12 Andrew Cagney <cagney@gnu.org>
4632
4633 * gdbint.texinfo (Versions and Branches): New chapter.
4634 (Releasing GDB): Delete "Versions and Branches" section.
4635 (Top): Add "Versions and Branches".
4636
703663ab
EZ
46372004-10-08 Eli Zaretskii <eliz@gnu.org>
4638
4639 * gdb.texinfo (Editing, History): Add cross-references to the
4640 included Readline and History user documentation. Remove
4641 references to the symbol have-readline-appendices which is unused
4642 and undefined.
4643 (History): Fix indexing.
4644
ac77d04f
JJ
46452004-10-08 Jeff Johnston <jjohnstn@redhat.com>
4646
4647 * gdbint.texinfo (target_stopped_data_address): Update to
4648 new prototype.
4649 (i386_stopped_data_address): Update prototype and description.
4650 (i386_stopped_by_watchpoint): New function and description.
4651
e07c999f
PH
46522004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
4653
4654 * gdb.texinfo (Filenames): Add Ada suffixes.
4655 (Ada) New section.
4656
2e868123
AC
46572004-09-27 Andrew Cagney <cagney@gnu.org>
4658 Robert Picco <Robert.Picco@hp.com>
4659
4660 * gdb.texinfo (Packets): Document the "p" packet.
4661
02a57714
JM
46622004-09-21 Jason Molenda (jmolenda@apple.com)
4663
4664 * gdb.texinfo (Paths and Names of the Source Files): Document the
4665 meaning of values in the 'desc' field of a SO stab.
4666
ae038cb0
DJ
46672004-09-20 Daniel Jacobowitz <dan@debian.org>
4668
4669 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
4670 max-cache-age" and "maint show dwarf2 max-cache-age".
4671
f7dc1244
EZ
46722004-09-16 Eli Zaretskii <eliz@gnu.org>
4673
4674 * gdb.texinfo (Set Breaks): Add index entry for setting
4675 breakpoints on overloaded C++ functions that are not members of
4676 any classes. Add an example and an index entry for setting
4677 breakpoints on all program functions.
4678 (Character Sets, Macros, Overlay Commands)
4679 (Non-debug DLL symbols, GDB/MI Output Syntax)
4680 (Annotations Overview, Maintenance Commands, File-I/O Overview):
4681 Use "(@value{GDBP})" instead of a literal "(gdb)".
4682
f810308b
AC
46832004-09-12 Andrew Cagney <cagney@gnu.org>
4684
4685 * gdbint.texinfo (Native Debugging): Delete description of
4686 FILES_INFO_HOOK.
4687
15a661f3
PH
46882004-09-11 Paul Hilfinger <hilfinger@gnat.com>
4689
5ae4183a
AS
4690 * gdbint.texinfo (User Interface): Change local_hex_string_custom
4691 to hex_string_custom (not historically correct, but more
15a661f3
PH
4692 understandable, given the current code).
4693
f3219c75
AC
46942004-09-03 Andrew Cagney <cagney@gnu.org>
4695
4696 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
4697
f3bb6704
JJ
46982004-09-01 Jeff Johnston <jjohnstn@redhat.com>
4699
4700 * observer.texi (solib_unloaded): New observer.
4701
8d2c00cb
AC
47022004-08-24 Andrew Cagney <cagney@gnu.org>
4703
4704 * gdbint.texinfo (Target Architecture Definition): Add missing
4705 comma.
4706
e7dc800a
MC
47072004-08-20 Michael Chastain <mec.gnu@mindspring.com>
4708
4709 * (Using the Testsuite): build != host is supported,
4710 but some test scripts do not support build != host.
4711
73b03683
MK
47122004-08-14 Mark Kettenis <kettenis@gnu.org>
4713
4714 * gdbint.texinfo (Host Definition): Delete description of
4715 FCLOSE_PROVIDED and GETENV_PROVIDED.
4716
c0ccb908
MK
47172004-08-05 Mark Kettenis <kettenis@chello.nl>
4718
4719 * gdbint.texinfo (Host Definition): Delete description of
4720 NO_SYS_FILE.
4721 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
4722 PTRACE_FP_BUG.
4723
9c8dbfa9
AC
47242004-08-05 Andrew Cagney <cagney@gnu.org>
4725
4726 * gdbint.texinfo (Target Architecture Definition): Delete
4727 reference to deprecated_read_fp.
4728
f42accbe
AC
47292004-08-02 Andrew Cagney <cagney@gnu.org>
4730
4731 * gdbint.texinfo (Target Architecture Definition): Delete
4732 description of DEPRECATED_REGISTER_BYTES.
4733
0b66e38c
EZ
47342004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4735
4736 * gdb.texinfo (Source Path): Document the new behavior of
4737 searching for the source files.
4738
15387254
EZ
47392004-07-17 Eli Zaretskii <eliz@gnu.org>
4740
4741 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
4742 (Search, Expressions, Arrays, Variables, Data, Machine Code)
4743 (Auto Display): Improve indexing.
4744
2c07db7a
AC
47452004-07-16 Andrew Cagney <cagney@gnu.org>
4746
4747 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
4748 "-noasync".
4749
4644b6e3
EZ
47502004-07-09 Eli Zaretskii <eliz@gnu.org>
4751
4752 * gdb.texinfo: Fix @kindex entries so that multiple commands that
4753 have the same prefix have only their prefix in the index.
4754
7561d450
MK
47552004-07-03 Mark Kettenis <kettenis@gnu.org>
4756
4757 * gdb.texinfo (BSD libkvm Interface): New node (section)
4758 (Native): Add it to the menu.
4759
67bebe79
MK
47602004-07-01 Mark Kettenis <kettenis@gnu.org>
4761
4762 * gdbint.texinfo (Target Architecture Definition): Remove
4763 PCC_SOL_BROKEN.
4764
1a6923e0
MK
47652004-06-24 Mark Kettenis <kettenis@gnu.org>
4766
4767 * gdbint.texinfo (Target Architecture Definition): Remove
4768 SUN_FIXED_LBRAC_BUG.
4769
b435e160
AC
47702004-06-26 Andrew Cagney <cagney@gnu.org>
4771
4772 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
4773
b5622e8d
AC
47742004-06-20 Andrew Cagney <cagney@gnu.org>
4775
4776 * gdbint.texinfo (Target Architecture Definition): Deprecate
4777 USE_STRUCT_CONVENTION.
4778
e0c07bf0
MC
47792004-06-19 Michael Chastain <mec.gnu@mindspring.com>
4780
4781 gdb.texinfo (Bug Reporting): Mention session recording,
4782 with the script command or Emacs.
4783
782263ab
AC
47842004-06-18 Andrew Cagney <cagney@gnu.org>
4785
4786 * gdbint.texinfo (Target Architecture Definition): Deprecate
4787 FUNCTION_START_OFFSET.
4788
03727ca6
AC
47892004-06-14 Andrew Cagney <cagney@gnu.org>
4790
4791 Based on changes from Karl Berry.
4792 * gdb.texinfo: Do not use @sc in a direntry.
4793 * stabs.texinfo: Change @dircateogry to "Software development".
4794 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
4795
97092415
AC
47962004-06-13 Andrew Cagney <cagney@gnu.org>
4797
4798 * gdbint.texinfo (Target Architecture Definition): Delete
4799 description of RETURN_VALUE_ON_STACK.
4800
1f6d4158
AC
48012004-06-09 Andrew Cagney <cagney@gnu.org>
4802
4803 * gdbint.texinfo (Native Debugging): Restore "@table @code"
4804 deleted by previous patch.
4805
d966f0cb
AC
48062004-06-08 Andrew Cagney <cagney@gnu.org>
4807
4808 * gdbint.texinfo (Native Debugging): Delete documentation on
4809 ATTACH_DETACH.
4810
86fe4aaa
RC
48112004-06-06 Randolph Chung <tausq@debian.org>
4812
4813 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
4814
d4b6d575
RC
48152004-06-06 Randolph Chung <tausq@debian.org>
4816
5ae4183a 4817 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
4818 the new push_dummy_call method signature. Describe the function
4819 argument.
4820
4e8b0763
JB
48212004-05-24 Joel Brobecker <brobecker@gnat.com>
4822
4823 * gdb.texinfo (Starting): Document new start command.
4824
59caf092
AC
48252004-05-21 Andrew Cagney <cagney@redhat.com>
4826
4827 * observer.texi (GDB Observers): Document "inferior_created".
4828
e4a2df64
AC
48292004-05-08 Andrew Cagney <cagney@redhat.com>
4830
e6b55ae2
AC
4831 * gdbint.texinfo (Target Architecture Definition): Delete
4832 description of DO_DEFERRED_STORES.
4833
28954179
AC
4834 * gdbint.texinfo (Target Architecture Definition): Delete
4835 references to DEPRECATED_FIX_CALL_DUMMY.
4836
434b87dd
AC
4837 * gdbint.texinfo (Target Architecture Definition): Delete
4838 description of DEPRECATED_CALL_DUMMY_WORDS,
4839 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
4840
58d28df8
AC
4841 * gdbint.texinfo (Target Architecture Definition): Delete
4842 description of DEPRECATED_PUSH_DUMMY_FRAME.
4843
e4a2df64
AC
4844 * gdbint.texinfo (Target Architecture Definition): Delete
4845 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
4846
2b4855ab
AC
48472004-05-07 Andrew Cagney <cagney@redhat.com>
4848
4849 * observer.texi (GDB Observers): Add "Debugging" section. Include
4850 cross reference to "set/show debug observer".
4851 * gdb.texinfo (Debugging Output): Document "set/show debug
4852 observer".
4853
fcf70625
AC
48542004-05-01 Andrew Cagney <cagney@redhat.com>
4855
4856 * gdbint.texinfo (Target Architecture Definition): Delete
4857 description of DEPRECATED_PC_IN_SIGTRAMP.
4858
8ee56bcf
AC
48592004-04-30 Andrew Cagney <cagney@redhat.com>
4860
4861 * gdbint.texinfo (Target Architecture Definition): Delete
4862 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
4863
67ab9a76
OF
48642004-04-30 Orjan Friberg <orjanf@axis.com>
4865
4866 * observer.texi (GDB Observers): Correct spelling.
4867
79346bcb
OF
48682004-04-26 Orjan Friberg <orjanf@axis.com>
4869
4870 * observer.texi (GDB Observers): Add target_changed event.
4871
7a464420
AC
48722004-04-08 Andrew Cagney <cagney@redhat.com>
4873
4874 * observer.texi (GDB Observers): Rework, provide generic observer
4875 definitions and then a list of observable events.
4876
6cdf9d98
AC
48772004-04-04 Andrew Cagney <cagney@redhat.com>
4878
4879 * gdbint.texinfo (Host Definition): Delete reference to
4880 NO_SIGINTERRUPT.
4881
ddc135a4
AC
48822004-04-02 Andrew Cagney <cagney@redhat.com>
4883
4884 * gdbint.texinfo (Target Architecture Definition): Delete
4885 reference to DEPRECATED_CALL_DUMMY_LENGTH.
4886
6a1b180d
SC
48872004-03-28 Stephane Carrez <stcarrez@nerim.fr>
4888
4889 * gdb.texinfo (TUI Commands): Document tui reg commands.
4890
d0d5df6f
AC
48912004-03-26 Andrew Cagney <cagney@redhat.com>
4892
4893 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
4894 "gdbtui".
4895 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
4896 (Contributors): Mention both Text and Terminal User Interface.
4897
aa2a3f87
AC
48982004-03-23 Andrew Cagney <cagney@redhat.com>
4899
4900 * gdbint.texinfo (Target Architecture Definition): Deprecate
4901 references to SIGTRAMP_START and SIGTRAMP_END.
4902
f561f026
AC
49032004-03-23 Andrew Cagney <cagney@redhat.com>
4904
4905 * gdbint.texinfo (Target Architecture Definition): Deprecate
4906 references to PC_IN_SIGTRAMP.
4907
33cb8b0f
AC
49082004-03-19 Andrew Cagney <cagney@redhat.com>
4909
4910 * gdbint.texinfo (Target Architecture Definition): Delete
4911 reference to GDB_TARGET_IS_HPPA.
4912
fc989b7a
AC
49132004-03-18 Andrew Cagney <cagney@redhat.com>
4914
4915 * gdbint.texinfo (Coding): Update section on gdbarch_data,
4916 describe pre_init and post_init.
4917
701b08bb
DJ
49182004-03-09 Daniel Jacobowitz <drow@mvista.com>
4919
4920 * gdb.texinfo (Debugging Output): Document values for "set debug
4921 target".
4922
faae5abe
AC
49232004-02-28 Andrew Cagney <cagney@redhat.com>
4924
4925 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
4926
dd79a6cf
JJ
49272004-02-26 Jeff Johnston <jjohnstn@redhat.com>
4928
4929 * gdb.texinfo (breakpoints): Add information about the
4930 new "set breakpoint pending" and "show breakpoint pending"
4931 commands.
4932
e7f16015
AC
49332004-02-26 Andrew Cagney <cagney@redhat.com>
4934
4935 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
4936 in Per-architecture module data section.
4937
7161a3a6
RM
49382004-02-25 Roland McGrath <roland@redhat.com>
4939
4940 * gdb.texinfo (General Query Packets): Document qPart:... packets.
4941
2154891a
AC
49422004-02-24 Andrew Cagney <cagney@redhat.com>
4943
4944 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
4945 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
4946 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 4947
6c74ac8b
AC
49482004-02-17 Andrew Cagney <cagney@redhat.com>
4949
4950 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
4951
19772a2c
AC
49522004-02-16 Andrew Cagney <cagney@redhat.com>
4953
4954 * gdbint.texinfo (Target Architecture Definition): Deprecate
4955 FRAMELESS_FUNCTION_INVOCATION.
4956
c9830293
AC
49572004-02-16 Andrew Cagney <cagney@redhat.com>
4958
4959 * gdbint.texinfo (Coding): Mention -Wunused-function.
4960
b9d26eb9
AC
49612004-02-14 Andrew Cagney <cagney@redhat.com>
4962
4963 * gdbint.texinfo (Target Architecture Definition): Delete
4964 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
4965
49efadf5
EZ
49662004-02-12 Elena Zannoni <ezannoni@redhat.com>
4967
4968 * gdb.texinfo: Properly quote the name "C++".
4969 * gdbint.texinfo: Ditto.
4970 * stabs.texinfo: Ditto.
4971
1eb288ea
EZ
49722004-02-11 Elena Zannoni <ezannoni@redhat.com>
4973
4974 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
4975 minimal information about libiberty.
4976
e4937fc1
MC
49772004-02-06 Michael Chastain <mec.gnu@mindspring.com>
4978
4979 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
4980
a9331b3f
RM
49812004-02-04 Roland McGrath <roland@redhat.com>
4982
4983 * gdb.texinfo (Auxiliary Vector): New node (section).
4984 (Data): Add it to the menu.
4985
2650777c
JJ
49862004-02-02 Jeff Johnston <jjohnstn@redhat.com>
4987
4988 * gdb.texinfo (Breakpoints): Add information about pending
4989 breakpoint support.
4990
b4501125
AC
49912004-01-26 Andrew Cagney <cagney@redhat.com>
4992
4993 * gdb.texinfo (Overview): Delete references to the cisco protocol
4994 including the "N" response.
4995
74055713
AC
49962004-01-26 Andrew Cagney <cagney@redhat.com>
4997
4998 * gdbint.texinfo (Target Architecture Definition): Rename
4999 EXTRACT_STRUCT_VALUE_ADDRESS to
5000 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 5001
3bbe9696
EZ
50022004-01-24 Eli Zaretskii <eliz@gnu.org>
5003
5004 * gdb.texinfo (KOD): Document "show os". Add index entries for
5005 "set/show os" and "info cisco" commands.
5006
5843504f
EZ
50072004-01-21 Eli Zaretskii <eliz@gnu.org>
5008
5009 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
5010
9175c9a3
MC
50112004-01-19 Michael Chastain <mec.gnu@mindspring.com>
5012
5013 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
5014 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
5015
8e94b928
NR
50162004-01-19 Nick Roberts <nick@nick.uklinux.net>
5017
5018 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
5019 -stack-list-locals.
5020 (GDB/MI Variable Objects): Describe extension to
5021 -var-list-children.
5022
a20cf136
DJ
50232004-01-17 Daniel Jacobowitz <drow@mvista.com>
5024
5025 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
5026
afb18d0f
AC
50272004-01-17 Andrew Cagney <cagney@redhat.com>
5028
5029 * gdbint.texinfo (Target Architecture Definition): Delete
5030 documentation on DEPRECATED_NPC_REGNUM.
5031
b51970ac
DJ
50322004-01-13 Daniel Jacobowitz <drow@mvista.com>
5033
5034 * gdb.texinfo: Update copyright year. Mention that set
5035 follow-fork-mode is supported on GNU/Linux. Remove documentation of
5036 "set follow-fork-mode ask".
5037
0f0cffd2
AC
50382004-01-13 Andrew Cagney <cagney@redhat.com>
5039
5040 * gdbint.texinfo: Update copyright year.
5041 (Coding): Add -Wunused-label to list of -Werror warnings.
5042
c552b3bb 50432004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 5044 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
5045
5046 * gdb.texinfo: Update copyright.
5047 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
5048 around names, as appropriate. Minor syntax cleanup of
5049 _NSPrintForDebugger explanation. Two spaces after periods.
5050 GDBN used instead of lit. "gdb". Index entries added for
5051 print-object and _NSPrintForDebugger. @noindent added in one spot.
5052
afe157ca
EZ
50532003-11-11 Elena Zannoni <ezannoni@redhat.com>
5054
5055 * stabs.texinfo: Add dircategory and direntry commands.
5056 * annotate.texinfo: Ditto.
5057
963e2bb7
AC
50582003-11-10 Andrew Cagney <cagney@redhat.com>
5059
5060 * gdbint.texinfo (Target Architecture Definition): Replace the
5061 return_value method's "inval" and "outval" parameters with
5062 "readbuf" and "writebuf".
5063
1d8b2f28
JB
50642003-10-28 Jim Blandy <jimb@redhat.com>
5065
5066 * gdb.texinfo (The F request packet, The F reply packet): Renamed
5067 from "The `F' request packet" and "The `F' reply packet", to make
5068 texi2dvi happy.
5069 (File-I/O remote protocol extension): Update menu entries, too.
5070
36d86913
MC
50712003-10-26 Michael Chastain <mec@shout.net>
5072
5073 * gdb.texinfo (Thread Stops): Document the issue with
5074 premature return from system calls in multi-threaded programs.
5075
ce2826aa
AC
50762003-10-24 Andrew Cagney <cagney@redhat.com>
5077
5078 * annotate.texinfo: Fix "fortunatly"[sic].
5079
f24c5e49
KI
50802003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
5081
5082 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
5083 with "Hitachi" and "Mitsubishi".
5084
92ad9cd9
AC
50852003-10-20 Andrew Cagney <cagney@redhat.com>
5086
5087 * gdbint.texinfo (Target Architecture Definition): Document
5088 gdbarch_return_value. Add cross references from
5089 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
5090 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
5091
0ab4b752
MK
50922003-10-18 Mark Kettenis <kettenis@gnu.org>
5093
5094 * gdbint.texinfo (Target Architecture Definition): Document
5095 regset_from_core_section.
fb3e19c0
KI
5096
50972003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
5098
5099 * gdb.texinfo (M32R/D): Mention m32rsdi target.
5100
a9331b3f 51012003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
5102
5103 From Anthony Green <green@redhat.com>:
5ae4183a 5104 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 5105
1485d690
KB
51062003-10-14 Kevin Buettner <kevinb@redhat.com>
5107
889bf7c5
PA
5108 * gdb.texinfo (Breakpoint related warnings): New node.
5109 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 5110
86d30acc
DJ
51112003-10-13 Daniel Jacobowitz <drow@mvista.com>
5112
5113 * gdb.texinfo (Remote Protocol): Document v and vCont.
5114
172c2a43
KI
51152003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
5116
5117 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
5118 * gdbint.texinfo: Ditto.
5119
71952f4c
AC
51202003-10-09 Andrew Cagney <cagney@redhat.com>
5121
5122 From 2003-09-18 David Anderson <davea@sgi.com>:
5123 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
5124 "command".
5125
268e2188
AC
51262003-10-03 Andrew Cagney <cagney@redhat.com>
5127
5128 * gdbint.texinfo (Target Architecture Definition): Deprecate
5129 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
5130 just target.
5131
12c266ea 51322003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 5133
f30992d4 5134 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
5135 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
5136 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
5137 * gdbint.texinfo (Target Architecture Definition): Rename
5138
51392003-09-30 Andrew Cagney <cagney@redhat.com>
5140
f30992d4 5141 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 5142 (Target Architecture Definition):
f30992d4 5143
2e092625
AC
5144 * gdbint.texinfo (Target Architecture Definition): Rename
5145 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
5146
0717ae8a
AC
51472003-09-29 Andrew Cagney <cagney@redhat.com>
5148
dad809b7
AC
5149 * gdbint.texinfo (Target Architecture Definition): Delete
5150 documentation for NEED_TEXT_START_END.
5151
0717ae8a
AC
5152 * gdbint.texinfo (Target Architecture Definition): Rename
5153 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
5154 TARGET_WRITE_PC.
a9331b3f 5155
af6cf26d
MC
51562003-09-22 Michael Chastain <mec@shout.net>
5157
5158 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
5159
ee206350
AG
51602003-09-21 Anthony Green <green@redhat.com>
5161
5162 * gdbint.texinfo (Target Architecture Definition): Fix typos.
5163
a38c9fe6
MK
51642003-09-21 Mark Kettenis <kettenis@gnu.org>
5165
5166 * gdbint.texinfo (Target Architecture Definition): Document
5167 stabs_argument_has_addr.
5168
77949794
AC
51692003-09-18 Andrew Cagney <cagney@redhat.com>
5170
5171 * gdbint.texinfo (Target Architecture Definition): Delete
5172 documentation on REGISTER_NAMES.
5173
8e823e25
MK
51742003-09-13 Mark Kettenis <kettenis@gnu.org>
5175
5176 * gdbint.texinfo (Target Architecture Definition): Replace
5177 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
5178
f27dd7fd
AC
51792003-09-11 Andrew Cagney <cagney@redhat.com>
5180
5181 * gdbint.texinfo (Target Architecture Definition): Replace
5182 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
5183
8b148df9
AC
51842003-08-18 Andrew Cagney <cagney@redhat.com>
5185
5186 * gdbint.texinfo (Target Architecture Definition): Document
5187 "frame_red_zone_size".
5188
25d29d70
AC
51892003-08-09 Andrew Cagney <cagney@redhat.com>
5190
5191 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
5192 with "set/show backtrace past-main" and "set/show backtrace
5193 limit".
5194
c938e9b0
L
51952003-08-08 H.J. Lu <hongjiu.lu@intel.com>
5196
5197 * Makefile.in (install-info): Support DESTDIR.
5198 (install-html): Likewise.
5199
64fabec2
AC
52002003-08-07 Andrew Cagney <cagney@redhat.com>
5201
5202 Patch from Nick Roberts.
5203 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
5204 bindings. Remove description of send-gdb-command.
5205
2fcf52f0
AC
52062003-08-07 Andrew Cagney <cagney@redhat.com>
5207
5208 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
5209 GDB 6.0.
5210
086432e2
AC
52112003-08-06 Andrew Cagney <cagney@redhat.com>
5212
5213 * gdb.texinfo (Mode Options): Mention that level three is the
5214 highest available and that level 2 is deprecated.
5215 (Annotations Overview): Mention annotation levels. Cross reference
5216 to "Limitations of the Annotation Interface" in annotate.texi.
5217 (TODO, Value Annotations, Frame Annotations): Delete section.
5218 (Displays, Breakpoint Info): Delete.
5219
e5249f67
AC
52202003-08-04 Andrew Cagney <cagney@redhat.com>
5221
5222 * agentexpr.texi: Delete @bye.
5223 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
5224 (stabs.info): Add $(srcdir) to include search path.
5225 (html): Depend on "annotate_toc.html", and not "annotate.html".
5226 * stabs.texinfo: Ditto. Include "fdl.texi".
5227 * gdbint.texinfo: Update copyright statement's list of invariant
5228 sections.
5229
e6f672d2
AC
52302003-07-28 Andrew Cagney <cagney@redhat.com>
5231
5232 * Makefile.in (INFO_DEPS): Add annotate.info.
5233 (dvi, ps, html, pdf): Add annotate.
5234 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
5235 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
5236 (ANNOTATE_DOC_FILES): New macro.
5237 (ANNOTATE_TEX_TMPS): New macro.
5238 (annotate.info, annotate_toc.html): Specify dependencies.
5239 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
5240 * annotate.texinfo: Rename annotate.texi. Get building. Add
5241 "Migrating to GDB/MI" and "Limitations of the Annotation
5242 Interface" chapters. Mention why it is not part of the user
5243 guide. Update copyright notice. Include "fdl.texi".
5244
72ffddc9
SC
52452003-07-26 Stephane Carrez <stcarrez@nerim.fr>
5246
5247 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
5248
a9f12a31
DJ
52492003-07-24 Daniel Jacobowitz <drow@mvista.com>
5250
5251 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
5252
b1fe9455
DJ
52532003-07-24 Daniel Jacobowitz <drow@mvista.com>
5254
5255 * gdb.texinfo (Server): Mention pidof.
5256
153721e6
AC
52572003-07-22 Andrew Cagney <cagney@redhat.com>
5258
5259 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
5260 list.
5261
0fac0b41
DJ
52622003-06-28 Daniel Jacobowitz <drow@mvista.com>
5263
5264 * gdb.texinfo (Logging output): New chapter.
5265
4e562065
JB
52662003-06-24 Joel Brobecker <brobecker@gnat.com>
5267
5268 * gdb.texinfo (Unsupported languages): New section.
5269 (Languages): Add link to new section.
5270
f2c06f52
AC
52712003-06-22 Andrew Cagney <cagney@redhat.com>
5272
5273 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
5274
b4177fca
DJ
52752003-06-22 Daniel Jacobowitz <drow@mvista.com>
5276
5277 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
5278
f418dd93
DJ
52792003-06-22 Daniel Jacobowitz <drow@mvista.com>
5280
5281 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
5282 * agentexpr.texi: Retitle section, and change it to an appendix.
5283 Comment out texinfo initialization. Factor a @var{} into two
5284 pieces to prevent makeinfo warnings.
5285 * gdb.texinfo: Add Agent Expressions appendix.
5286
4ca61388
DJ
52872003-06-19 Daniel Jacobowitz <drow@mvista.com>
5288
5289 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
5290
07f31aa6
DJ
52912003-06-18 Daniel Jacobowitz <drow@mvista.com>
5292
5ae4183a 5293 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
5294 remote target". Document the "detach" and "disconnect" commands.
5295 (Server, Netware, Debug Session): Reference "Connecting to a
5296 remote target".
5297 (GDB/MI Target Manipulation): Document "-target-disconnect".
5298
2dd0da42
AC
52992003-06-13 Andrew Cagney <cagney@redhat.com>
5300
5301 * gdbint.texinfo (Target Architecture Definition): Deprecate
5302 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
5303 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
5304
e7a3abfc
JB
53052003-06-09 Jim Blandy <jimb@redhat.com>
5306
5307 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
5308
25e3a86b
AC
53092003-06-08 Andrew Cagney <cagney@redhat.com>
5310
5311 * gdbint.texinfo (Target Architecture Definition): Delete
5312 documentation on FRAME_ARGS_ADDRESS_CORRECT.
5313
a9e5fdc2
AC
53142003-06-08 Andrew Cagney <cagney@redhat.com>
5315
5316 * gdbint.texinfo (Target Architecture Definition): Document
5317 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
5318
b37303ee
AF
53192003-06-07 Adam Fedor <fedor@gnu.org>
5320
5321 * gdb.texinfo: Add Objective-C documentation.
5322
39fe6e80
AC
53232003-06-01 Andrew Cagney <cagney@redhat.com>
5324
5325 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
5326 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
5327
125309b2
AC
53282003-05-21 Andrew Cagney <cagney@redhat.com>
5329
5330 * gdbint.texinfo (Target Architecture Definition): Delete
5331 references to "extract_address" and "store_address".
5332
b8b527c5
AC
53332003-05-16 Andrew Cagney <cagney@redhat.com>
5334
5335 * gdbint.texinfo (Target Architecture Definition): Replace
5336 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
5337 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
5338
50e3ee83
TR
53392003-05-14 Theodore A. Roth <troth@openavr.org>
5340
5341 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
5342
44e2be90
L
53432003-05-10 H.J. Lu <hongjiu.lu@intel.com>
5344
5345 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
5346 (gdb.dvi): Likewise.
5347 (gdb.pdf): Likewise.
5348 (links2roff): Likewise.
5349
df5215a6
JB
53502003-05-08 Jim Blandy <jimb@redhat.com>
5351
5352 * gdb.texinfo (Dump/Restore Files): Update documentation for
5353 'dump', 'append', and 'restore': note that format argument is
5354 optional; simplify presentation of the command variants; and be
5355 more precise about the formats.
5356
5e7b2f39
JB
53572003-05-07 Jim Blandy <jimb@redhat.com>
5358
5359 * gdb.texinfo (Symbols): Update documentation: 'maint list
5360 symtabs' and 'maint list psymtabs' have been renamed 'maint info
5361 symtabs' and 'maint info psymtabs'.
5362
b1e29e33
AC
53632003-05-05 Andrew Cagney <cagney@redhat.com>
5364
5365 * gdbint.texinfo (Target Architecture Definition): Make
5366 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
5367 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
5368 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
5369
00905d52
AC
53702003-05-04 Andrew Cagney <cagney@redhat.com>
5371
5372 * gdb.texinfo (Maintenance Commands): Document "maint print
5373 dummy-frames".
5374
54ff5908
AC
53752003-05-04 Andrew Cagney <cagney@redhat.com>
5376
5377 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
5378
32e7087d
JB
53792003-05-03 J. Brobecker <brobecker@gnat.com>
5380
5381 Thierry Schneider <tpschneider1@yahoo.com>
5382 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
5383 for new MI command.
5384
7043d8dc
AC
53852003-05-03 Andrew Cagney <cagney@redhat.com>
5386
5387 * gdbint.texinfo (Target Architecture Definition): Document
5388 push_dummy_code. Add cross references.
5389
e33d66ec
EZ
53902003-05-02 Elena Zannoni <ezannoni@redhat.com>
5391
5392 * gdb.texinfo (Character Sets): Update to reflect new behavior of
5393 set/show charsets commands.
5394
0ba6dca9
AC
53952003-04-28 Andrew Cagney <cagney@redhat.com>
5396
5397 * gdbint.texinfo (Target Architecture Definition): Replace
5398 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
5399 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
5400
d7a27068
AC
54012003-04-28 Andrew Cagney <cagney@redhat.com>
5402
5403 * gdbint.texinfo (Target Architecture Definition): Rename
5404 "tm_print_insn" to "deprecated_tm_print_insn".
5405
44ea7b70
JB
54062003-04-09 Jim Blandy <jimb@redhat.com>
5407
5408 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
5409 list psymtabs'.
5410
fb8f8949
AC
54112003-04-08 Andrew Cagney <cagney@redhat.com>
5412
5413 * gdbint.texinfo (Target Architecture Definition): Delete
5414 references to EXTRA_FRAME_INFO.
5415
32fb0f22
AC
54162003-04-08 Andrew Cagney <cagney@redhat.com>
5417
5418 * gdbint.texinfo (Target Architecture Definition): Delete
5419 PRINT_TYPELESS_INTEGER.
5420
6be67e67
JB
54212003-04-02 J. Brobecker <brobecker@gnat.com>
5422
5423 * observer.texi (GDB Observers): Adjust the documentation for the
5424 normal_stop notification to better describe reality. Fix a couple
5425 of minor typos.
5426
4e35d5f0
BR
54272003-04-02 Bob Rossi <bob_rossi@cox.net>
5428
a9331b3f 5429 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
5430 '-file-list-exec-source-file'
5431
e8a8712a
AC
54322003-03-31 Andrew Cagney <cagney@redhat.com>
5433
5434 * gdbint.texinfo (Target Architecture Definition): Delete
5435 references to CALL_DUMMY_P.
5436
6c0e89ed
AC
54372003-03-30 Andrew Cagney <cagney@redhat.com>
5438
5439 * gdbint.texinfo (Target Architecture Definition): Remove
5440 reference to TARGET_WRITE_SP.
a9331b3f 5441
378bfd1b
AC
54422003-03-27 Andrew Cagney <cagney@redhat.com>
5443
5444 * gdbint.texinfo (Target Architecture Definition): Remove
5445 references to write_sp.
6c0e89ed 5446
922fbb7b
AC
54472003-03-27 Andrew Cagney <cagney@redhat.com>
5448
5449 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
5450 chapter body. Use @smallexample instead of @example.
5451 (Annotations): Ditto.
5452 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
5453 annotate.texi.
5454
b81774d8
AC
54552003-03-26 Andrew Cagney <cagney@redhat.com>
5456
5457 * gdbint.texinfo (Target Architecture Definition): Replace
5458 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
5459 dummy_addr parameters.
5460
1bf6d5cc
AC
54612003-03-25 Andrew Cagney <cagney@redhat.com>
5462
5463 * gdbint.texinfo (Target Architecture Definition): Delete
5464 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
5465 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5466 Add reference to PUSH_ARGUMENTS.
5467
618ce49f
AC
54682003-03-23 Andrew Cagney <cagney@redhat.com>
5469
5470 * gdbint.texinfo (Algorithms, Target Architecture Definition):
5471 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
5472
bcd7e15f
JB
54732003-03-18 J. Brobecker <brobecker@gnat.com>
5474
5475 * gdbint.texinfo (Algorithms): Add new section describing the
5476 Observer paradigm.
5477 (Top): Add menu entry to new observer appendix.
5478 * observer.texi: New file.
5479 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
5480 new observer.texi file.
5481
9fe8321b
AC
54822003-03-17 Andrew Cagney <cagney@redhat.com>
5483
5484 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
5485 that GNU Press update the manual version number.
5486
ac2adee5
AC
54872003-03-12 Andrew Cagney <cagney@redhat.com>
5488
5489 * gdbint.texinfo (Target Architecture Definition): Delete
5490 references to get_saved_register. Rename GET_SAVED_REGISTER to
5491 DEPRECATED_GET_SAVED_REGISTER.
5492
749b82f6
AC
54932003-03-13 Andrew Cagney <cagney@redhat.com>
5494
5495 * gdbint.texinfo (Target Architecture Definition): Replace
5496 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
5497
8bedc050
AC
54982003-03-12 Andrew Cagney <cagney@redhat.com>
5499
5500 * gdbint.texinfo (Target Architecture Definition): Rename
5501 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 5502
0ce1b118
CV
55032003-03-10 Corinna Vinschen <vinschen@redhat.com>
5504
5505 * gdb.texinfo: Add File-I/O documentation.
5506
12cc2063
AC
55072003-03-10 Andrew Cagney <cagney@redhat.com>
5508
5509 * gdbint.texinfo (Target Architecture Definition): Cross reference
5510 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
5511
7453dc06
AC
55122003-03-07 Andrew Cagney <cagney@redhat.com>
5513
5514 * gdb.texinfo (Debugging Output): Mention the "set/show debug
5515 frame" command.
5516
6314f104
AC
55172003-03-05 Andrew Cagney <cagney@redhat.com>
5518
5519 * gdbint.texinfo (Target Architecture Definition): Document
5520 unwind_dummy_id. Cross reference unwind_dummy_id and
5521 SAVE_DUMMY_FRAME_TOS.
5522
f1212245
DJ
55232003-03-05 James Ingham <jingham@apple.com>
5524 Daniel Jacobowitz <drow@mvista.com>
5525
5526 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
5527 and "show cp-abi".
5528
77e7e267
AC
55292003-03-03 Andrew Cagney <cagney@redhat.com>
5530
5531 * gdbint.texinfo (Target Architecture Definition): Document
5532 register_type.
5533
838a8221
AC
55342003-03-03 Andrew Cagney <cagney@redhat.com>
5535
5536 * stabs.texinfo (Structures): Use @samp and separate @var's
5537 instead of a single @var containing a comma separated list.
5538 (Unions): Ditto.
5539
d7f4a264
DJ
55402003-03-02 Daniel Jacobowitz <drow@mvista.com>
5541
5542 * Makefile.in (distclean): Remove config.log.
5543
f30ee0bc
AC
55442003-03-01 Andrew Cagney <cagney@redhat.com>
5545
5546 * gdbint.texinfo (Target Architecture Definition): Rename
5547 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
5548
55492003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
5550
5551 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
5552 DEPRECATED_INIT_EXTRA_FRAME_INFO.
5553
be448670
CF
55542003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
5555
5556 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
5557 (Non-debug DLL symbols): New node, describing the minimal symbols
5558 loaded from DLLs without real debugging symbols.
5559
501eef12
AC
55602003-02-20 Andrew Cagney <ac131313@redhat.com>
5561
5562 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
5563 hardware-breakpoint-limit".
5564 (Set Watchpoints): Add cross reference to "set remote
5565 hardware-watchpoint-limit".
5566 (Remote configuration options): New section.
5567
21c294e6
AC
55682003-02-04 Andrew Cagney <ac131313@redhat.com>
5569
e9be73e4
AC
5570 * gdbint.texinfo (Target Architecture Definition): Delete
5571 descrption of IS_TRAPPED_INTERNALVAR.
5572
21c294e6
AC
5573 From Keith Seitz <keiths@redhat.com>:
5574 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
5575 option "-i"/"--interpreter" to this chapter. Include index
5576 entries.
5577
0179ffac
DC
55782003-02-04 David Carlton <carlton@math.stanford.edu>
5579
5580 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
5581 (Variables): Recommend stabs+ and DWARF 2.
5582 (C plus plus expressions): Correct info about
5583 compiler versions, debug formats.
5584 (Contributors): Change 'DWARF2' to 'DWARF 2'.
5585 PR symtab/874.
5586
7ca9f392
AC
55872003-02-01 Andrew Cagney <ac131313@redhat.com>
5588
5589 * gdbint.texinfo (Target Architecture Definition): Delete
5590 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
5591 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
5592 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
5593 references to nindy and i960.
5594 * gdb.texinfo (i960): Delete all references to i960 and nindy.
5595
31a85ea2
AC
55962003-02-01 Andrew Cagney <ac131313@redhat.com>
5597
5598 * gdbint.texinfo (Target Architecture Definition): Delete
5599 FLOAT_INFO.
5600
6b894e49
AC
56012003-01-30 Andrew Cagney <ac131313@redhat.com>
5602
5603 * stabs.texinfo (Member Type Descriptor): Clarify description of
5604 `@'. Suggested by Ben Hutchings.
5605
c48861fb
AC
56062003-01-29 Andrew Cagney <ac131313@redhat.com>
5607
5608 * gdb.texinfo (M68K): Delete reference to es1800.
5609
617073a9
AC
56102003-01-29 Andrew Cagney <ac131313@redhat.com>
5611
5612 * gdb.texinfo (Maintenance Commands): Document `maint print
5613 reggroups' and `maint print register-groups'.
5614 * gdbint.texinfo (Target Architecture Definition): Document
5615 register_reggroup_p.
5616
5b5d99cf
JB
56172003-01-23 Jim Blandy <jimb@redhat.com>
5618
5619 * gdb.texinfo (Separate Debug Files): New section.
5620
e7ba9c65
DJ
56212003-01-22 Daniel Jacobowitz <drow@mvista.com>
5622
5623 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
5624 and "maint show profile".
5625
94e91d6d
MC
56262003-01-16 Michael Chastain <mec@shout.net>
5627
5628 * gdb.texinfo (Installing GDB): Warn against
5629 ".../gdb-VERSION/gdb/configure".
5630 (Separate Objdir): Likewise.
5631
867f3898
AC
56322003-01-15 Andrew Cagney <ac131313@redhat.com>
5633
5634 * gdbint.texinfo (Target Architecture Definition): Delete
5635 definition of PRINT_REGISTER_HOOK.
5636
f153cc92
EZ
56372003-01-15 Elena Zannoni <ezannoni@redhat.com>
5638
5639 (OpenRISC 1000): Fix formatting of command names.
5640
c60eb6f1
EZ
56412003-01-15 Elena Zannoni <ezannoni@redhat.com>
5642
5643 * gdb.texinfo (Continuing and Stepping): Add new command
5644 'advance'. Clarify behavior of 'until'.
5645
f5ebfba0
DJ
56462003-01-13 Daniel Jacobowitz <drow@mvista.com>
5647
5648 * gdb.texinfo (Files): Document solib-absolute-prefix and
5649 solib-search-path.
5650
4ce8657e
MC
56512003-01-09 Michael Chastain <mec@shout.net>
5652
5653 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
5654 (Create a Release): Add new instructions for new @file{src-release}.
5655 Document existing instructions for @file{Makefile.in} as
5656 being for @value{GDBN} 5.3.1 or earlier.
5657
372613e3
AC
56582003-01-09 Andrew Cagney <ac131313@redhat.com>
5659
5660 * gdbint.texinfo (Target Architecture Definition): Mention
5661 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
5662 allocate memory.
5663
b4e9345d
DJ
56642003-01-04 Daniel Jacobowitz <drow@mvista.com>
5665
5666 * gdb.texinfo (Controlling GDB): Add @kindex for
5667 "show osabi".
5668 (Backtraces): Add @kindex's for backtrace-below-main.
5669
98b45e30
DJ
56702003-01-04 Daniel Jacobowitz <drow@mvista.com>
5671
5672 * gdb.texinfo (Controlling GDB): Document "set osabi".
5673
95f90d25
DJ
56742003-01-04 Daniel Jacobowitz <drow@mvista.com>
5675
5676 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
5677 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
5678
1e698235
DJ
56792003-01-04 Daniel Jacobowitz <drow@mvista.com>
5680
5681 * gdb.texinfo (Controlling GDB): Add ABI section. Document
5682 "set coerce-float-to-double".
5683 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
5684
e632838e
AC
56852003-01-02 Andrew Cagney <ac131313@redhat.com>
5686
5687 * stabs.texinfo: Remove obsolete text.
5688 * gdbint.texinfo: Ditto.
5689 * gdb.texinfo: Ditto.
5690
c133ab7a
MK
56912002-12-22 Mark Kettenis <kettenis@gnu.org>
5692
5693 * gdbint.texinfo (Target Architecture Definition): Update
5694 description of gdbarch_register_osabi.
5695
f821f325
KH
56962002-12-20 Kazu Hirata <kazu@cs.umass.edu>
5697
5698 * agentexpr.texi: Fix typos.
5699 * annotate.texi: Likewise.
5700 * fdl.texi: Likewise.
5701
85a6d8d3 57022002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
5703
5704 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
5705 DEPRECATED_INIT_FRAME_PC.
5706
ae45cd16
AC
57072002-12-01 Andrew Cagney <ac131313@redhat.com>
5708
5709 * gdbint.texinfo (Target Architecture Definition): Delete
5710 PC_IN_CALL_DUMMY.
5711
07555a72
AC
57122002-11-28 Andrew Cagney <ac131313@redhat.com>
5713
5714 * gdbint.texinfo (Host Definition): Delete documentation on
5715 USE_GENERIC_DUMMY_FRAMES.
5716
c166cdc7
EZ
57172002-11-26 Elena Zannoni <ezannoni@redhat.com>
5718
5ae4183a 5719 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
5720 * Makefile.in (install-info): Run the install-info command as part
5721 of the post install steps only.
5722 (uninstall-info): New target.
5723 (uninstall): New target.
5724
35db0260
EZ
57252002-11-22 Elena Zannoni <ezannoni@redhat.com>
5726
5727 * Makefile.in (install): Make install do some real work.
5728
9ba8d803
AC
57292002-11-19 Andrew Cagney <ac131313@redhat.com>
5730
5731 Fix POSIX problem reported by Paul Eggert.
5732 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
5733 Fix PR gdb/527.
5734
903ad3a6
AC
57352002-10-26 Andrew Cagney <cagney@redhat.com>
5736
5737 * gdbint.texinfo (Target Architecture Definition): Delete
5738 definition of DO_REGISTERS_INFO.
5739
f2abfe65
KB
57402002-10-18 Kevin Buettner <kevinb@redhat.com>
5741
5742 * gdbint.texinfo (Address Classes): Fix problems with insertion
5743 of ``{'' and ``}'' in example.
5744
b5b0480a
KB
57452002-10-17 Kevin Buettner <kevinb@redhat.com>
5746
5747 * gdbint.texinfo (Address Classes): New section.
5748 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
5749 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
5750 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
5751 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
5752
c85508ee
KD
57532002-10-11 Klee Dienes <kdienes@apple.com>
5754
5755 * gdb.texinfo (Registers): Mention vector registers as well as
5756 floating registers in the documentation for 'info registers' and
5757 'info all-registers'.
5758
6d12fc3d
DJ
57592002-10-11 Daniel Jacobowitz <drow@mvista.com>
5760
5761 * gdbint.texinfo (CPLUS_MARKER): Remove item.
5762
8d19fbd2
JJ
57632002-10-03 Jeff Johnston <jjohnstn@redhat.com>
5764
5765 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
5766 interface definition.
5767
a37295f9
MM
57682002-10-03 Marko Mlinar <markom@opencores.org>
5769
5770 * gdb.texinfo (Target Commands): Add or1k target specific
5771 commands.
5772 * gdb.texinfo (Contributors): Add myself to the contributors list.
5773
da0f9dcd
AC
57742002-10-01 Andrew Cagney <ac131313@redhat.com>
5775
5776 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
5777 and "mi1" instead of "mi1" and "mi0".
5778
2e834e49
HPN
57792002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
5780
5781 * gdb.texinfo (Packets): Fix typos "alligned".
5782 Correct z3/Z3 description. Correct z4/Z4 title.
5783
050be0dc
AC
57842002-09-27 Andrew Cagney <ac131313@redhat.com>
5785
5786 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
5787
1104b9e7
KB
57882002-09-25 Kevin Buettner <kevinb@redhat.com>
5789
5790 * gdb.texinfo: Use GNU/Linux instead of Linux.
5791
512217c7
AC
57922002-09-25 Andrew Cagney <ac131313@redhat.com>
5793
5794 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
5795
10998722
AC
57962002-09-24 Andrew Cagney <ac131313@redhat.com>
5797
512217c7 5798 * gdb.texinfo: Replace @example with @smallexample.
10998722 5799
a0eb71c5
KB
58002002-09-20 Kevin Buettner <kevinb@redhat.com>
5801
f7dc1244 5802 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
5803 * gdb.texinfo (Character Sets): Use @smallexample instead of
5804 @example. Use GNU/Linux instead of Linux.
5805
58062002-09-20 Jim Blandy <jimb@redhat.com>
5807
5808 * gdb.texinfo: Add character set documentation.
5809
2f870471
AC
58102002-09-19 Andrew Cagney <ac131313@redhat.com>
5811
5812 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
5813 (Packets): Add cross reference from `b' packet to `z' packets.
5814
790eb8f5
AC
58152002-09-19 Andrew Cagney <ac131313@redhat.com>
5816
8d30a00d
AC
5817 * gdb.texinfo (Maintenance Commands): Document ``maint
5818 internal-error'' and ``maint internal-warning''.
5819
790eb8f5
AC
5820 * gdbint.texinfo (Target Architecture Definition): Revise
5821 description of STACK_ALIGN. Add description of FRAME_ALIGN.
5822
a23a7bf1
JB
58232002-09-19 Joel Brobecker <brobecker@gnat.com>
5824
5825 * gdbint.texinfo (Target Conditionals): Document the new
5826 NAME_OF_MALLOC macro.
5827
299ffc64
AC
58282002-09-05 Andrew Cagney <ac131313@redhat.com>
5829
5830 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
5831 engineer.
5832
b7bb15bc
SC
58332002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5834
5835 * gdb.texinfo (TUI Overview): Document status line fields.
5836
3d757584
SC
58372002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5838
5839 * gdb.texinfo (TUI Commands): Document info win command.
5840
269c21fe
SC
58412002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5842
5843 * gdb.texinfo (TUI Overview): Document breakpoint markers.
5844
7cf36c78
SC
58452002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5846
5847 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
5848 (TUI Keys): Likewise.
5849
d2c6833e
AC
58502002-08-25 Andrew Cagney <ac131313@redhat.com>
5851
5852 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
5853 for a packet receive.
5854
46d8b1c3
AC
58552002-08-25 Andrew Cagney <ac131313@redhat.com>
5856
5857 * Makefile.in (clean): Move to end of file.
5858 (distclean, maintainer-clean, realclean): Ditto.
5859 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
5860 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
5861 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
5862 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
5863
b0787093
AC
58642002-08-24 Andrew Cagney <ac131313@redhat.com>
5865
5866 * Makefile.in (GDBINT_TEX_TMPS): Define.
5867 (gdbint.dvi, gdbint.pdf): Use
5868 (GDB_TEX_TMPS): Define.
5869 (gdb.dvi, gdb.pdf): Use.
5870 (STABS_TEX_TMPS): Define.
5871 (stabs.dvi, stabs.pdf): Use.
5872 (GDB_DOC_SOURCE_INCLUDES): New macros.
5873 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
5874 (GDBINT_DOC_FILES_INCLUDES): New macros.
5875 (GDBINT_DOC_BUILD_INCLUDES): New macros.
5876 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
5877 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
5878 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
5879 (links2roff): Replace SFILES_INCLUDED with
5880 GDB_DOC_SOURCE_INCLUDES.
5881 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
5882 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
5883 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
5884 dependencies.
5885 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
5886 dependencies.
5887 (gdbmi.texinfo): Delete rule.
5888 (inc-hist.texinfo): Delete rule.
5889 (rluser.texinfo): Delete rule.
5890
ebba8386
AC
58912002-08-23 Andrew Cagney <cagney@redhat.com>
5892
5893 * gdbint.texinfo (Target Architecture Definition): Update
5894 STORE_RETURN_VALUE, mention regcache.
5895
0ab7a791
AC
58962002-08-21 Andrew Cagney <ac131313@redhat.com>
5897
5898 * gdbint.texinfo (Target Architecture Definition): Document
5899 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
5900
ee2d5c50
AC
59012002-08-19 Andrew Cagney <ac131313@redhat.com>
5902
5903 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
5904 Fix minor typos. Add index entries.
5905
53c69bd7
AC
59062002-08-18 Andrew Cagney <ac131313@redhat.com>
5907
5908 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
5909
e76f1f2e
AC
59102002-08-15 Andrew Cagney <ac131313@redhat.com>
5911
5912 * gdbint.texinfo (Target Architecture Definition): Document
5913 PRINT_VECTOR_INFO.
5914 * gdb.texinfo (Vector Unit): Document "info vectors" command.
5915
0680b120
AC
59162002-08-13 Andrew Cagney <ac131313@redhat.com>
5917
5918 * gdb.texinfo (Maintenance Commands): Document "maint print
5919 registers", "maint print raw-registers" and "maint print
5920 cooked-registers".
5921
3c3bea1c
GS
59222002-08-08 Grace Sainsbury <graces@redhat.com>
5923
a9331b3f 5924 From Mark Salter:
3c3bea1c
GS
5925 * gdb.texinfo (Protocol): Document T packet extension to
5926 allow watchpoint address reporting.
5927
42f9b0a5
AC
59282002-08-03 Andrew Cagney <ac131313@redhat.com>
5929
5930 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
5931
db034ac5
AC
59322002-08-01 Andrew Cagney <cagney@redhat.com>
5933
5934 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
5935 to CHILL.
5936
e2b28d04
AC
59372002-08-01 Andrew Cagney <ac131313@redhat.com>
5938
5939 * gdbint.texinfo (Coding): Revise section "Include Files".
5940
7fb623f7
AC
59412002-07-24 Andrew Cagney <cagney@redhat.com>
5942
5943 * gdbint.texinfo: Obsolete references to m88k.
5944 * gdb.texinfo: Ditto.
5945
4a2b4636
JB
59462002-07-10 Joel Brobecker <brobecker@gnat.com>
5947
7fb623f7 5948 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
5949 where the proper version of autoconf can be retrieved.
5950
a71ec265
DH
59512002-07-09 Don Howard <dhoward@redhat.com>
5952
5953 * gdb.texinfo (Command Files): Further describe the behavior of
5954 sourced command files.
5955
b9aa90c9
AC
59562002-06-27 Andrew Cagney <ac131313@redhat.com>
5957
5958 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
5959 (Coding): Clarify ISO C version that GDB assumes.
5960
40dd2248
TT
59612002-06-26 Tom Tromey <tromey@redhat.com>
5962
5963 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
5964 add_setshow_cmd_full.
5965
bfac230e
DH
59662002-06-25 Don Howard <dhoward@redhat.com>
5967
5968 * gdb.texinfo (Memory Region Attributes): Document new behavior
5969 for 'mem' command.
5970
475b0867
JB
59712002-06-11 Jim Blandy <jimb@redhat.com>
5972
919d772c
JB
5973 * gdb.texinfo (Symbols): Update documentation for `info source'
5974 command.
5975
475b0867
JB
5976 * gdb.texinfo (Macros): Call the command `info macro', not
5977 `show macro'.
5978
ba8c9337
AC
59792002-06-09 Andrew Cagney <ac131313@redhat.com>
5980
5981 * gdbint.texinfo (Coding): Add section ``Per-architecture module
5982 data''.
5983
1029b7fa
MK
59842002-06-09 Mark Kettenis <kettenis@gnu.org>
5985
5986 * gdbint.texinfo (Target Architecture Definition): Document
5987 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5988
16737d73
AC
59892002-06-08 Andrew Cagney <ac131313@redhat.com>
5990
5991 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
5992 lists.
5993
30107679
AC
59942002-06-08 Andrew Cagney <ac131313@redhat.com>
5995
5996 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
5997 Branch''.
5998
3352e23e
AC
59992002-06-01 Andrew Cagney <ac131313@redhat.com>
6000
6001 * gdbint.texinfo (Target Architecture Definition): Add section
6002 ``Converting an existing Target Architecture to Multi-arch''.
6003
cbb09e6a
AC
60042002-05-30 Andrew Cagney <ac131313@redhat.com>
6005
6006 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
6007 to ``Obsoleting code''. Revise.
6008
e2e0bcd1
JB
60092002-05-17 Jim Blandy <jimb@redhat.com>
6010
6011 * gdb.texinfo (C Preprocessor Macros): New chapter.
6012 Include it in the main menu.
6013 (Contributors): Credit Jim Blandy with macro support.
6014 (Compilation): Explain how to get macro information into the
6015 executable.
6016 (Expressions): Note that preprocessor macros are expanded.
6017
9db8d71f
DJ
60182002-05-14 Daniel Jacobowitz <drow@mvista.com>
6019
6020 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
6021 options for `target remote'.
6022
6d531722
AC
60232002-05-13 Andrew Cagney <ac131313@redhat.com>
6024
6025 * gdbint.texinfo (Target Architecture Definition): Delete
6026 documentation on NNPC_REGNUM.
6027
13d01224
AC
60282002-05-11 Andrew Cagney <ac131313@redhat.com>
6029
6030 * gdbint.texinfo (Target Architecture Definition): Document
6031 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
6032 (Target Architecture Definition): Revise section `Using Different
6033 Register and Memory Data Representations'. Add section `Raw and
6034 Virtual Register Representations'.
6035
b2e75d78
AC
60362002-05-11 Andrew Cagney <ac131313@redhat.com>
6037
6038 * gdbint.texinfo (Target Architecture Definition): Mention
6039 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
6040 (Target Architecture Definition): Mention same. Add references to
6041 web pages.
6042
2c8682ee
MS
60432002-05-08 Michael Snyder <msnyder@redhat.com>
6044
6045 * stabs.texinfo (Attributes): Document new "vector" attribute.
6046
0816590b
AC
60472002-05-04 Andrew Cagney <ac131313@redhat.com>
6048
6049 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
6050
2653173e
AC
60512002-05-04 Andrew Cagney <ac131313@redhat.com>
6052
6053 * gdb.texinfo: Delete obsolete references to a29k.
6054
d7bd68ca
AC
60552002-04-24 Andrew Cagney <ac131313@redhat.com>
6056
6057 * gdbint.texinfo (Target Architecture Definition): Replace
6058 IN_SIGTRAMP with PC_IN_SIGTRAMP.
6059
21d83aa5
DM
60602002-04-24 David S. Miller <davem@redhat.com>
6061
6062 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
6063
7673a6cc
DM
60642002-04-21 David S. Miller <davem@redhat.com>
6065
6066 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
6067
d49d1e0a
AC
60682002-04-21 Andrew Cagney <ac131313@redhat.com>
6069
6070 * gdbint.texinfo (Target Architecture Definition): Delete
6071 definition of HAVE_REGISTER_WINDOWS.
6072
f7dc1244 60732002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
6074
6075 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
6076 "Theodore A. Roth" <troth@verinet.com>.
6077
5ca0cb28
DH
60782002-04-15 Don Howard <dhoward@redhat.com>
6079
f7dc1244 6080 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 6081 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 6082 Provide a better explaination of this feature.
5ca0cb28 6083
f208ba17
AC
60842002-04-14 Andrew Cagney <ac131313@redhat.com>
6085
6086 * gdbint.texinfo (Target Architecture Definition): Remove
6087 FRAME_CHAIN_COMBINE.
6088
d5ba91de
MC
60892002-04-12 Michael Chastain <mec@shout.net>
6090
6091 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
6092 REG_STACK_SEGMENT.
6093
26818220
MC
60942002-04-09 Michael Chastain <mec@shout.net>
6095
6096 * gdbint.texinfo (Obsolete Conditionals): Remove references to
6097 PYRAMID_* macros.
6098
129188f6
AC
60992002-04-07 Andrew Cagney <ac131313@redhat.com>
6100
6101 * gdb.texinfo (Bug Reporting): Document that the web is the
6102 prefered way of submitting bug reports.
6103 (Bug Reporting): Delete the s-mail address as the last resort.
6104
8227c0ff
AC
61052002-04-05 Andrew Cagney <ac131313@redhat.com>
6106
6107 * gdbint.texinfo (Target Architecture Definition): Delete
6108 references to TARGET_WRITE_FP and write_fp.
6109
16d9dec6
MS
61102002-03-27 Michael Snyder <msnyder@redhat.com>
6111
6112 * gdb.texinfo: Document new commands dump, append, and restore.
6113
9ae8b82c
AC
61142002-03-27 Andrew Cagney <ac131313@redhat.com>
6115
6116 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
6117 Branch'.
6118
474c8240
AC
61192002-03-18 Andrew Cagney <ac131313@redhat.com>
6120
6121 * gdb.texinfo: Change all examples to @smallexample.
6122 * gdbint.texinfo: Ditto.
a9331b3f 6123
fb0ff88f
AC
61242002-03-18 Andrew Cagney <ac131313@redhat.com>
6125
6126 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
6127 Branches''.
6128
9bb0a4d8
AC
61292002-03-18 Andrew Cagney <ac131313@redhat.com>
6130
6131 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
6132 Policy''.
6133
937f164b
FF
61342002-03-04 Fred Fish <fnf@redhat.com>
6135
6136 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
6137 expresson, suports, dependant, trhe, perhaphs, situtations,
6138 explictily, taged, oportunity, unfortunatly).
6139
a7b40f07
AC
61402002-02-24 Andrew Cagney <ac131313@redhat.com>
6141
6142 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
6143 Remove reference to 3.12.
6144
aab4e0ec
AC
61452002-02-23 Andrew Cagney <ac131313@redhat.com>
6146
6147 * gdbint.texinfo: Include fdl.texi.
6148 (Top): Add GNU Free Documentation License.
6149 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
6150 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
6151 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
6152 (gdbint.info): Add srcdir to include path.
6153 * gdb.texinfo: Include gpl.texi.
6154 (Top): Add Copying.
6155 * gpl.texi: New file.
6156
47b95330
AC
61572002-02-23 Andrew Cagney <ac131313@redhat.com>
6158
6159 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
6160
78c47bea
PM
61612002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
6162
6163 * gdb.texinfo: Document Cygwin native specific commands.
6164
56460a61
DJ
61652002-02-15 Daniel Jacobowitz <drow@mvista.com>
6166
6167 * gdb.texinfo: Document gdbserver ``--attach'' command.
6168
def71bfa
MS
61692002-02-07 Michael Snyder <msnyder@redhat.com>
6170
6171 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
6172 to @code(_ovly_debug_event).
6173
c928edc0
AC
61742002-02-07 Andrew Cagney <ac131313@redhat.com>
6175
6176 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
6177
81d46470
MS
61782002-02-06 Michael Snyder <msnyder@redhat.com>
6179
6180 * gdb.texinfo (overlays): Mention new magic symbol
6181 '_ovly_debug_event', which allows GDB to keep better track
6182 of overlays.
6183
f7dc1244 61842002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
6185
6186 * gdb.texinfo (Memory Region Attributes): Fix the wording.
6187 Suggested by Dmitry Sivachenko.
6188
6189 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
6190
15110bc3
MS
61912002-02-01 Michael Snyder <msnyder@redhat.com>
6192
6193 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
6194
6763aef9
MS
61952002-01-30 Michael Snyder <msnyder@redhat.com>
6196
ac282366
MS
6197 * gdb.texinfo: (remote protocol): Gramatical fix-up.
6198 (set trust-readonly-sections): Document.
6763aef9 6199
8642bc8f
AC
62002002-01-29 Andrew Cagney <ac131313@redhat.com>
6201
6202 * gdbint.texinfo (Releasing GDB): Revise and update.
6203
afe64c1a
AC
62042002-01-28 Andrew Cagney <ac131313@redhat.com>
6205
6206 * gdbint.texinfo (Target Architecture Definition): Delete
6207 description of TARGET_BYTE_ORDER_DEFAULT.
6208
f7dc1244 62092002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
6210
6211 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
6212 <mitya@cavia.pp.ru>.
6213
3d6e1b5a
AC
62142002-01-23 Andrew Cagney <ac131313@redhat.com>
6215
6216 * libgdb.texinfo: Delete file.
6217
6c0e9fb3
AC
62182002-01-22 Andrew Cagney <ac131313@redhat.com>
6219
6220 * gdb.texinfo: Remove makeinfo 3.12 hacks.
6221 * gdbint.texinfo: Ditto.
6222
e0ce93ac
AC
6223Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
6224
6225 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
6226
be298bcc
AC
62272002-01-22 Andrew Cagney <ac131313@redhat.com>
6228
6229 * Makefile.in: Update copyright.
6230 (TEXI2DVI): Define.
6231 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
6232 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
6233 gdb-cfg.texi.
6234 (TEXINDEX, PDFTEX): Delete makefile variables.
6235
8e04817f
AC
62362002-01-22 Andrew Cagney <ac131313@redhat.com>
6237
6238 * gdb.texinfo (Protocol): Move section to appendix.
6239
6b2f586d
AC
62402002-01-21 Andrew Cagney <ac131313@redhat.com>
6241
6242 * gdb.texinfo (Remote Debugging): Create a menu.
6243 (Top): Add ``Remote Debugging'' to menu.
6244
6f05cf9f
AC
62452002-01-21 Andrew Cagney <ac131313@redhat.com>
6246
6247 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
6248 serial protocol'' from here.
6249 (Remote Debugging): To here. New chapter.
6250
3fd3d7d2
AC
62512002-01-20 Andrew Cagney <ac131313@redhat.com>
6252
6253 * gdbint.texinfo (Target Architecture Definition): Delete
6254 description of TARGET_BYTE_ORDER_SELECTABLE_P.
6255
7fd60527
AC
62562002-01-20 Andrew Cagney <ac131313@redhat.com>
6257
6258 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
6259 are no longer needed.
6260 (Porting GDB): Add maintainer note about configure.host.
6261
c2f05ac9
AC
62622002-01-20 Andrew Cagney <ac131313@redhat.com>
6263
6264 * gdbint.texinfo (Target Architecture Definition): Remove
6265 definition of IEEE_FLOAT.
6266
f7dc1244 62672002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
6268
6269 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
6270 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
6271 <3diff@gnu.org>
231b2aad 6272
82600034
AC
62732002-01-19 Andrew Cagney <ac131313@redhat.com>
6274
6275 * gdbint.texinfo (Host Definition): Remove references to
6276 MALLOC_INCOMPATIBLE.
6277
7708fa01
AC
62782002-01-17 Andrew Cagney <ac131313@redhat.com>
6279
6280 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
6281 and xyz-xdep.o.
6282
eb12ee30
AC
62832002-01-17 Andrew Cagney <ac131313@redhat.com>
6284
889bf7c5 6285 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
6286 (Set Breaks): Copy ``maint info breakpoint'' doco to
6287 ``Maintenance Commands'' appendix. Add reference.
6288
c9ccaa92
AC
62892002-01-17 Andrew Cagney <ac131313@redhat.com>
6290
6291 * fdl.texi: Remove next/prev from @node.
6292
f7dc1244 62932002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
6294
6295 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
6296 for monstrous @multitable (from Brian Youmans).
6297
6298 * fdl.texi: New file.
6299
6300 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
6301
8973da3a
AC
63022002-01-15 Andrew Cagney <ac131313@redhat.com>
6303
6304 * gdbint.texinfo (Releasing GDB): New chapter.
6305
7d86b5d5
AC
63062002-01-14 Andrew Cagney <ac131313@redhat.com>
6307
6308 * gdb.texinfo (Embedded Processors, Calling program functions):
6309 Obsolete references to a29k.
6310
cc1cb004
AC
63112002-01-13 Andrew Cagney <ac131313@redhat.com>
6312
6313 * gdbint.texinfo (Coding): Review Cleanups section. Examples
6314 examples. Document that a code-block should do or discard its
6315 cleanups before exit.
6316
79f12247
MS
63172002-01-11 Michael Snyder <msnyder@redhat.com>
6318
6319 * gdb.texinfo (Choosing files): Change @samp to @file.
6320
19837790
MS
63212002-01-05 Michael Snyder <msnyder@redhat.com>
6322
6323 * gdb.texinfo (--pid): Document new command line option (attach).
6324
f7dc1244 63252002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
6326
6327 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
6328 in the stub.
6329
d7449b42
AC
63302002-01-04 Andrew Cagney <ac131313@redhat.com>
6331
6332 * gdbint.texinfo (Target Architecture Definition): Replace
6333 BIG_ENDIAN with BFD_ENDIAN_BIG.
6334
f23631e4
AC
63352002-01-03 Andrew Cagney <ac131313@redhat.com>
6336
6337 * gdbint.texinfo (Target Architecture Definition): Replace
6338 value_ptr with struct value pointer.
6339
72c9928d
EZ
63402002-01-02 Eli Zaretskii <eliz@gnu.org>
6341
6342 * gdb.texinfo (Free Software): Fix wording.
6343
959acfd1
EZ
63442001-12-31 Eli Zaretskii <eliz@gnu.org>
6345
6346 * gdb.texinfo (Free Software): New section ``Free Software Needs
6347 Free Documentation''.
6348
f7dc1244 63492001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
6350
6351 * stabs.texinfo:
6352 * gdb.texinfo:
6353 * gdbint.texinfo:
6354 * libgdb.texinfo:
6355 * annotate.texi: Fix the application of GFDL in the Copyright notice.
6356
6600abed
MS
63572001-12-29 Michael Snyder <msnyder@redhat.com>
6358
6359 * gdb.texinfo (maint info sections): Fix typo.
6360
f6680716
MS
63612001-12-26 Michael Snyder <msnyder@redhat.com>
6362
fe95c787
MS
6363 * gdb.texinfo (maint info sections): Document.
6364
a9331b3f 6365 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
6366 'info proc' sub-options that are currently not implemented.
6367
c3d3ce5b
JB
63682001-12-20 Jim Blandy <jimb@redhat.com>
6369
6370 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
6371
778eb05e
AC
63722001-12-15 Andrew Cagney <ac131313@redhat.com>
6373
6374 * gdbint.texinfo (Target Architecture Definition): Replace
6375 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
6376
2607059c
AC
63772001-12-01 Andrew Cagney <ac131313@redhat.com>
6378
6379 * gdbint.texinfo (Host Definition): Delete documentation on
6380 HOST_BYTE_ORDER.
6381
df0cd8c5
JB
63822001-11-30 Jim Blandy <jimb@redhat.com>
6383
6384 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 6385 overlay support. Add to top-level menu.
df0cd8c5 6386
88118b3a
TT
63872001-11-26 Tom Tromey <tromey@redhat.com>
6388
6389 * gdb.texinfo (Command Syntax): Document C-o binding.
6390
96565e91
CF
63912001-07-26 Christopher Faylor <cgf@redhat.com>
6392
6393 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
6394 use since it is described in the referenced section.
6395
f7dc1244 6396 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
6397 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
6398 clearer when using DJGPP.
6399
2a3d5645
CF
64002001-11-24 Christopher Faylor <cgf@redhat.com>
6401
6402 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
6403 specifically refer to MS-DOS.
6404 (command files): Mention gdb.ini is only used on MS-DOS.
6405
aa26fa3a
TT
64062001-11-21 Tom Tromey <tromey@redhat.com>
6407
6408 * gdb.texinfo (Invoking GDB): Document --args.
6409 (Mode Options): Likewise.
6410
4f8ada06
JB
64112001-11-21 Jim Blandy <jimb@redhat.com>
6412
6413 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
6414 Delete documentation; this macro has been removed from the
6415 sources.
4f8ada06 6416
3fe0dc10
JB
64172001-11-13 Jim Blandy <jimb@redhat.com>
6418
6419 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
6420
9e5abb06
CV
64212001-11-06 Corinna Vinschen <vinschen@redhat.com>
6422
6423 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
6424
1c5dfdad
MS
64252001-11-05 Michael Snyder <msnyder@redhat.com>
6426
a9331b3f 6427 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
6428 quote regexp chars in function names such as "operator*()".
6429
990f9fe3
FF
64302001-11-01 Fred Fish <fnf@redhat.com>
6431
6432 * gdbint.texinfo (SOLIB_ADD): Document additional new
6433 "readsyms" arg.
6434
b433d00b
DH
64352001-10-30 Don Howard <dhoward@redhat.com>
6436
070b1dd3
DH
6437 * gdb.texinfo: (Command Files) Added documentation for the
6438 behavior of gdb with input redirected from a file.
b433d00b 6439
b7209cb4
FF
64402001-10-28 Fred Fish <fnf@redhat.com>
6441
6442 * gdb.texinfo (auto-solib-add): Change docs to match
6443 implementation change.
6444 (auto-solib-limit): Add docs for new variable.
6445
1aa20aa8
AC
64462001-10-15 Andrew Cagney <ac131313@redhat.com>
6447
6448 * gdbint.texinfo (Target Architecture Definition): Function
6449 value_as_pointer renamed to value_as_address.
6450
fc0c74b1
AC
64512001-10-15 Andrew Cagney <ac131313@redhat.com>
6452
6453 * gdbint.texinfo (Target Architecture Definition): Default
6454 POINTER_TO_ADDRESS functions assume unsigned addresses.
6455 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
6456 posting by Jim Blandy.
6457
f4846649
JB
64582001-10-12 Jim Blandy <jimb@redhat.com>
6459
6460 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
6461 version of texi2html (1.64) doesn't support this flag any more.
6462
f277788b
MK
64632001-09-08 Mark Kettenis <kettenis@gnu.org>
6464
a9dc4918
MK
6465 * gdbint.texinfo (Host Definition): Remove description of
6466 MEM_FNS_DECLARED.
6467
d28379df
MK
6468 * gdbint.texinfo (Host Definition): Remove description of R_OK.
6469
f277788b
MK
6470 * gdbint.texinfo (Host Definition): Remove description of
6471 HAVE_SIGSETMASK.
6472
7ccaa899
EZ
64732001-09-04 Elena Zannoni <ezannoni@redhat.com>
6474
6475 * gdbint.texinfo (Target Architecture Definition): Add
6476 explanation of TARGET_PRINT_INSN macro.
6477
17d9d558
JB
64782001-08-30 Jim Blandy <jimb@redhat.com>
6479
6480 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
6481 Explain what it means to load relocatable files.
6482
72cde065
JB
64832001-08-28 Jim Blandy <jimb@redhat.com>
6484
6485 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
6486 info `top' menu.
6487
9e678452
CF
6488Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
6489
6490 * gdbint.texinfo: Add a cautionary note about macro use.
6491
a2bea4c3 64922001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 6493
a2bea4c3
CV
6494 * gdb.texinfo: Explain omitting the hostname in the
6495 `target remote' command.
6496
1129bf27
DJ
64972001-07-30 Daniel Jacobowitz <drow@mvista.com>
6498
6499 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
6500 and END-INFO-DIR-ENTRY.
6501
732b3002
SC
65022001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6503
6504 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
6505
89437448
AC
65062001-07-25 Andrew Cagney <ac131313@redhat.com>
6507
6508 * gdbint.texinfo (libgdb): Rewrite.
6509
f7dc1244 65102001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
6511
6512 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
6513
c4555f82
SC
65142001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6515
6516 * gdb.texinfo (TUI): New chapter, document the TUI.
6517 (Mode Options): Document the -tui option.
6518
2f45a6e0
MK
65192001-07-23 Mark Kettenis <kettenis@gnu.org>
6520
6521 * gdbint.texinfo (Host Definition): Remove description of
6522 NEED_POSIX_SETPGID.
6523
f7dc1244 65242001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
6525
6526 * gdb.tex (DJGPP Native): New node, with descriptions of
6527 DJGPP-specific commands.
6528
be9c6c35
JM
65292001-07-19 John R. Moore <jmoore@redhat.com>
6530
6531 * gdbint.texinfo: Three misspellings.
6532
dfa249fb
AC
65332001-07-06 Andrew Cagney <ac131313@redhat.com>
6534
6535 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
6536 `test` expressions on bash. Problem reported by Colin Walters.
6537
c72e7388
AC
65382001-07-04 Andrew Cagney <ac131313@redhat.com>
6539
6540 * gdbint.texinfo (User Interface): Update ui-out documentation to
6541 refelect recent UI/MI updates.
6542
94bbb2c0
AC
65432001-07-04 Andrew Cagney <ac131313@redhat.com>
6544
6545 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
6546 interpreters.
6547
af6c57ea
AC
65482001-06-15 Andrew Cagney <ac131313@redhat.com>
6549
6550 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
6551 structure and not macros.
6552 (Host Definition): Document that much of this chapter is obsolete.
6553 (Target Architecture Definition): Update list of files that make
6554 up a target architecture.
6555 (Coding): Update.
6556
83aa8bc6
AC
65572001-06-28 Andrew Cagney <ac131313@redhat.com>
6558
6559 * gdbint.texinfo (Target Architecture Definition): Update
6560 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
6561 The latter has been changed to a true predicate.
6562
f7dc1244 65632001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
6564
6565 * annotate.texi: Add @noindent where needed. From Dmitry
6566 Sivachenko <dima@Chg.RU>.
6567 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
6568
656db9b0
AC
65692001-06-16 Andrew Cagney <ac131313@redhat.com>
6570
6571 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
6572
df2396a1
AC
65732001-06-14 Andrew Cagney <ac131313@redhat.com>
6574
6575 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
6576 returns ``OK''. Document that the ``R'' packet does not reply.
6577
0f1f2b0a
MS
65782001-06-13 Michael Snyder <msnyder@redhat.com>
6579
6580 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
6581
f7dc1244 65822001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
6583
6584 * gdb.texinfo (Signals): Clarify the default setting of signal
6585 handling.
6586
a5d7c491
AC
65872001-05-14 Andrew Cagney <ac131313@redhat.com>
6588
6589 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
6590 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
6591
05a54c4f
AC
65922001-05-12 Andrew Cagney <ac131313@redhat.com>
6593
6594 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
6595
f7dc1244 65962001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
6597
6598 * gdbint.texinfo (Clean Design and Portable Implementation):
6599 Renamed from "Clean Design".
6600 (Clean Design and Portable Implementation): Document portable
6601 methods of handling file names, and the associated macros.
6602
f7dc1244 66032001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
6604
6605 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
6606 command and provide a cross-reference to its description.
6607 (Symbols): Note that "info scope" is useful for trace experiments.
6608
f7dc1244 66092001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 6610
b37052ae
EZ
6611 * gdb.texinfo (Symbols): Document "info scope".
6612 (Tracepoints): New chapter.
6613 (Contributors): Update for v5.1.
6614 <All nodes>: Change "C++" to "C@t{++}".
6615
0ee54786
EZ
6616 * gdbint.texinfo (User Interface): A new section about ui_out
6617 functions, based on text written by Fernando Nasser.
6618
c534679c
EZ
6619 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
6620
f7dc1244 66212001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 6622
e9c75b65
EZ
6623 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
6624
6625 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
6626
6627 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
6628 Replace "GDB" with "@value{GDBN}". Fix markup.
6629
6630 * annotate.texi: Change Permissions to GFDL. Update Copyright.
6631
3d67e040
EZ
6632 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
6633 a cross-reference to its description.
6634 (Symbols): Document "info symbol".
6635
f7dc1244 66362001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
6637
6638 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
6639 subsection "x86 Watchpoints".
6640 (Target Architecture Definition): Document the macros
6641 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
6642 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
6643
b0ed3589
AC
66442001-03-20 Andrew Cagney <ac131313@redhat.com>
6645
6646 * gdbint.texinfo (Target Architecture Definition): Update
6647 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
6648 list.
6649
b6ba6518
KB
66502001-03-06 Kevin Buettner <kevinb@redhat.com>
6651
6652 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
6653 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
6654
f7dc1244 66552001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
6656
6657 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
6658
f7dc1244 66592001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 6660
17cc6a06
EZ
6661 * gdb.texinfo (Environment): Document that `path' does not change
6662 the value of PATH in GDB's own environment (it did in the past,
6663 but that was changed on March 15, 1994). Reported by Doug Evans
6664 <dje@transmeta.com>.
6665
56caf160
EZ
6666 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
6667 its line. Fix markup of commands and macros. Add an Index node
6668 and index entries.
6669
29e57380
C
66702001-01-23 J.T. Conklin <jtc@redback.com>
6671
6672 * gdb.texinfo (Memory region attributes): New manual section.
6673
1c6147de
ND
66742001-01-04 Nicholas Duffek <nsd@redhat.com>
6675
6676 * gdbint.texinfo (POP_FRAME): Document use by return_command.
6677
f7dc1244 66782000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
6679
6680 * refcard.tex: Version and copyright fixed. From Phil Edwards
6681 <pedwards@disaster.jaj.com>.
6682
0dcedd82
AC
6683Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
6684
6685 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 6686 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 6687
3b851bce
AC
6688Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
6689
6690 * gdbint.texinfo (Coding): Update current value of
889bf7c5 6691 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 6692
f7dc1244 66932000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
6694
6695 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
6696 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
6697
b90a5f51
CF
66982000-11-10 Christopher Faylor <cgf@cygnus.com>
6699
6700 * gdb.texinfo: Document new 'set step-mode' command.
6701
f7dc1244 67022000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
6703
6704 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
6705 changes from Dmitry Sivachenko <dima@Chg.RU>.
6706
f7dc1244 67072000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
6708
6709 * gdb.texinfo (Hooks): Document the new post-hook functionality.
6710 From Steven Johnson <sbjohnson@ozemail.com.au>.
6711
2e685b93
MK
67122000-08-10 Mark Kettenis <kettenis@gnu.org>
6713
6714 * gdbint.texinfo (Overall Structure): Spelling fix.
6715
f7dc1244 67162000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
6717
6718 * gdbint.texinfo (Target Architecture Definition): Document that
6719 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
6720 for which REGISTER_CONVERTIBLE returns a zero value.
6721
63ac3005
EZ
67222000-07-08 Christopher Faylor <cgf@cygnus.com>
6723
6724 * Makefile.in (install-info): Find files to install in either the
6725 build or source directories (adapted from Makefile.am).
6726
bd79f757
ND
67272000-07-07 Nicholas Duffek <nsd@redhat.com>
6728
6729 * stabs.texinfo: Fix spelling errors.
6730 (String Field): FILE-NUMBER starts from 0, not 1.
6731
f7dc1244 67322000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
6733
6734 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 6735 Brian Youmans.
5f208f6d 6736
f7dc1244 67372000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
6738
6739 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
6740 the source directory. Reported by Mark Harig
6741 <markh@frazier.landmark.com>.
cc542d3b 6742
f3b28801
C
67432000-06-20 J.T. Conklin <jtc@redback.com>
6744
6745 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
6746
449f3b6c
AC
6747Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
6748
6749 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 6750 Generate using pdftex.
449f3b6c 6751 (PDFTEX): Define.
889bf7c5 6752 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 6753 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 6754 @contents at the start.
449f3b6c 6755
f7dc1244 67562000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
6757
6758 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 6759 Youmans.
48e934c6 6760
9e9c5ae7
AC
6761Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
6762
6763 From Brian Youmans:
6764 * gdb.texinfo: Fix ``et al.''.
6765
c741b251
AC
6766Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
6767
6768 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 6769 loop.
c741b251 6770
4ab64e14
JG
67712000-05-19 Jimmy Guo <guo@cup.hp.com>
6772
6773 * configure: Regenerate.
6774
f7dc1244 67752000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
6776
6777 * Makefile.in (install-info): Run install-info on installed Info
6778 files.
6779
8c70017b
AC
6780Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6781
a7cb598a 6782 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 6783 Andrew Cagney.
8c70017b 6784
f7dc1244 67852000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
6786
6787 * gdb.texinfo: Proofreading changes from Brian Youmans.
6788
bf0184be
ND
67892000-05-01 Nick Duffek <nsd@cygnus.com>
6790
6791 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
6792 startup sequence, minor edits.
6793
f7dc1244 67942000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
6795
6796 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
6797 TeX.
6798
6799 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
6800 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
6801 like `n' and `s' which look weird. Convert some of the @kindex to
6802 @vindex, when they refer to variables, not commands.
6803
33e16fad
AC
6804Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6805
6806 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
6807
f7dc1244 68082000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
6809
6810 * Makefile.in (GDBMI_DIR): New variable.
6811 (SET_TEXINPUTS): Add $(GDBMI_DIR).
6812 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
6813 (gdbmi.texinfo): New target, for texi2roff.
6814 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
6815 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
6816
6817 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
6818 gdbmi.texinfo.
6819 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
6820 comment.
6821
d167840f
EZ
68222000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6823
6824 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 6825 command.
d167840f 6826
f7dc1244 68272000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
6828
6829 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
6830 prevents the build (and is generally a Bad Idea).
6831
f7dc1244 68322000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
6833
6834 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
6835 a comma inside @var.
6836 (Command Files): Index markup changes from Dmitry Sivachenko
6837 <dima@Chg.RU>.
6838
f7dc1244 68392000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
6840
6841 * Makefile.in (LN_S): Define.
6842 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
6843 invoke "ln -s" unless it is known to work.
6844
6845 * configure.in (AC_PROG_LN_S): Add.
6846
8dc7983f
JB
68472000-04-14 Jim Blandy <jimb@redhat.com>
6848
6849 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
6850 section.
6851 (Target Conditionals): Document ADDRESS_TO_POINTER,
6852 POINTER_TO_ADDRESS.
6853
1a8237e8
DB
68542000-04-11 Daniel Berlin <dan@cgsoftware.com>
6855
6856 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
6857 gdb-cfg.texi to get the value.
6858
ca526f1a
JB
68592000-04-10 Jim Blandy <jimb@redhat.com>
6860
6861 * gdbint.texinfo (Target Architecture Definition): Fix
6862 cross-references.
6863
faaafcb4
JB
68642000-04-08 Jim Blandy <jimb@redhat.com>
6865
6866 * gdbint.texinfo (Using Different Register and Memory Data
6867 Representations): New section.
6868 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
6869 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
6870 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 6871
1b27397f
AC
6872Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
6873
6874 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 6875 for acknowledgments.
1b27397f 6876
480ff1fb
AC
6877Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
6878
6879 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 6880 qThreadExtraInfo.
480ff1fb 6881
a9331b3f 68822000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 6883
a9331b3f
RM
6884 * gdb.texinfo: Clarify which remote debug protocol commands are
6885 required and which are optional.
f1251bdd 6886
dbeb8dbd
AC
6887Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
6888
6889 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
6890 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
6891 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
6892 * annotate.texi: Update.
6893
6d2ebf8b
SS
68942000-03-28 Stan Shebs <shebs@apple.com>
6895
6896 * gdb.texinfo: Update dates, bump to Eighth Edition (note
6897 expectation of additional changes before release), update
6898 ISBN, add copy of top-level menu for @ifhtml, remove explicit
6899 node links, rephrase and/or shorten lines to fix formatting
6900 problem in both regular and @smallbook formats.
6901 * annotate.texi: Shorten lines in example, use smallexample
6902 consistently everywhere.
6903 * Makefile.in: Add comment about texinfo 4.0 html generation.
6904 (SFILES_INCLUDED): Add annotate.texi.
6905
5d161b24
DB
69062000-03-27 Daniel Berlin <dan@cgsoftware.com>
6907
5ae4183a
AS
6908 * gdb.texinfo (Debugging Output): Added new section, documenting
6909 the "set/show debug" commands.
5d161b24 6910
b9deaee7
AC
6911Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
6912
6913 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 6914 entry.
b9deaee7
AC
6915
6916 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
6917 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 6918 @chapter and @node entries.
a9331b3f 6919
b9deaee7 6920 * gdb.texinfo: Link all top-level nodes.
a9331b3f 6921
9ef47d30
AC
6922Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
6923
6924 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 6925 files.
9ef47d30 6926
cfeada60
FN
69272000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
6928
6929 From David Whedon <dwhedon@gordian.com>
5ae4183a 6930 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 6931
6837a0a2
DB
69322000-03-22 Daniel Berlin <dan@cgsoftware.com>
6933
6934 * gdb.texinfo: Add documentation for the apropos command.
6935
bba2971c
MS
69362000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6937
6938 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
6939
2b628194
MS
69402000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6941
a9331b3f 6942 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
6943 two places.
6944
96a2c332
SS
69452000-03-17 Stan Shebs <shebs@apple.com>
6946
6947 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
6948 <dima@Chg.RU>, also clarification of allowed content for
6949 string constants.
6950
f7dc1244 69512000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
6952
6953 * gdb.texinfo (main menu): Add Annotations.
6954 (File Options): Add @cindex entries for each command-line option.
6955 Document --epoch, --annotate, --async, --interpreter, --write,
6956 --statistics, and --version.
6957
6958 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
6959 of GDB.
6960
9d233477
JB
69612000-02-23 Jim Blandy <jimb@redhat.com>
6962
6963 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
6964
14e0eb3b
JB
69652000-02-22 Jim Blandy <jimb@redhat.com>
6966
6967 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
6968
3555de01
JM
69692000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
6970
6971 * Makefile.in (diststuff): New target.
6972
5e35df8e
KB
69732000-02-15 Kevin Buettner <kevinb@redhat.com>
6974
6975 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 6976 architecture. [From Jim Wilson.]
5e35df8e 6977
c5394b80
JM
69782000-01-16 Tom Tromey <tromey@cygnus.com>
6979
6980 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
6981 (Delete Breaks): Mention range arguments.
6982 (Disabling): Likewise.
6983
c3f6f71d
JM
69842000-01-05 Dmitry Sivachenko <dima@Chg.RU>
6985
6986 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
6987
c4093a6a
JM
6988Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
6989
6990 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 6991 valid functions.
c4093a6a 6992
11cf8741
JM
69931999-11-05 Stan Shebs <shebs@andros.cygnus.com>
6994
6995 * gdb.texinfo: Clarify regular expressions used in rbreak.
6996
917317f4
JM
69971999-10-15 Kevin Buettner <kevinb@cygnus.com>
6998
6999 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
7000 MEMORY_REMOVE_BREAKPOINT): Document.
7001
7002Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
7003
7004 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 7005 offset re-using the DATA offset instead.
917317f4 7006
2df3850c
JM
70071999-10-11 Jim Kingdon <kingdon@redhat.com>
7008
7009 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
7010
70111999-10-05 Stan Shebs <shebs@andros.cygnus.com>
7012
7013 From Dmitry Sivachenko <demon@gpad.ac.ru>:
7014 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
7015 typos.
7016
7017 * gdb.texinfo: Various minor wording and formatting improvements,
7018 mentions of additional command-line options.
7019
2acceee2
JM
70201999-09-30 Fred Fish <fnf@cygnus.com>
7021
7022 * gdb.texinfo: Document additional forms of specifying section
7023 names and addresses for the add-symbol-file command.
7024
c2c6d25f
JM
70251999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
7026
7027 * gdbint.texinfo: Fix typo, add the word "have".
7028
70291999-09-14 Jim Blandy <jimb@cris.red-bean.com>
7030
7031 * gdbint.texinfo (Target Architecture Definition): Document the
7032 SKIP_PERMANENT_BREAKPOINT macro.
7033
d4f3574e
SS
70341999-09-07 Stan Shebs <shebs@andros.cygnus.com>
7035
7036 * gdb.texinfo: Fiks speling errers.
7037
7038 * gdb.texinfo: Fix uses of @multitable.
7039
f7dc1244 7040 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 7041 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 7042 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
7043 comments about using with optimization, add more indexing,
7044 fix info about disassembly-flavor.
7045
7046Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
7047
7048 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
7049 SKIP_SOLIB_RESOLVER): Define.
7050
7051Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
7052
7053 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 7054 ``g'' packets.
d4f3574e 7055
104c1213
JM
70561999-08-30 Stan Shebs <shebs@andros.cygnus.com>
7057
7058 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
7059 platform-specific info, inline remote.texi and move sections of it
7060 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
7061 and register stack into the new chapter.
7062 * remote.texi: Remove, now part of gdb.texinfo.
7063 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
7064
70651999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
7066
7067 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
7068 GDB_TARGET_IS_MACH386): These kludges have gone away.
7069
7070Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
7071
7072 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 7073 TDEPLIBS.
104c1213 7074
53a5351d
JM
70751999-08-20 Stan Shebs <shebs@andros.cygnus.com>
7076
7077 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
7078 surrounding text to fit HP-UX bits into general info.
7079 (HPPA-cfg.texi): Remove, no longer useful.
7080
7081 * gdb.texinfo: Remove explicit links from @node lines, remove
7082 HP-added "Detailed Node Listing" from main menu which confuses
7083 things.
7084
7085 From Dmitry Sivachenko <dima@Chg.RU>:
7086 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 7087 in description of `set environment'.
53a5351d
JM
7088
70891999-08-17 Stan Shebs <shebs@andros.cygnus.com>
7090
7091 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
7092
7be570e7
JM
70931999-08-12 Ben Elliston <bje@cygnus.com>
7094
7095 * gdbint.texinfo (Breakpoint Handling): Add missing words.
7096
f7dc1244 70971999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
7098
7099 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
7100 watch, awatch, and rwatch. Explain why the latter two cannot be
7101 set as software watchpoints. Document that watchpoints for local
7102 variables are deleted when the debuggee terminates.
7be570e7
JM
7103
7104Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
7105
7106 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
7107 packet. Allow E.. response packet. "qRcmd" packet is no longer
7108 reserved.
7be570e7
JM
7109
71101999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7111
a9331b3f
RM
7112 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
7113 * gdb.texinfo: Ditto.
7be570e7 7114
96baa820
JM
71151999-08-06 Tom Tromey <tromey@cygnus.com>
7116
7117 * gdb.texinfo (KOD): New node.
7118
7119Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
7120
7121 * remote.texi (Rcmd): Fix minor formatting typos.
7122
7123Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
7124
7125 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 7126 packets.
96baa820 7127
adf40b2e
JM
71281999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
7129
7130 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
7131 fixes.
7132
43ff13b4
JM
7133Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
7134
7135 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
7136
085dd6e6
JM
7137Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
7138
7139 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
7140 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
7141 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
7142 packets that are not supported on all hosts. Expand examples.
7143 Spell check.
085dd6e6
JM
7144
71451999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
7146
7147 * Makefile.in: Recognize html, install-html. Add targets
7148 to build HTML versions of documentation via texi2html.
7149
7150Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
7151
7152 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 7153 testsuite.
085dd6e6
JM
7154
7155Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
7156
7157 * remote.texi (Communication Protocol): Rewrite.
7158
7159Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
7160
7161 * stabs.texinfo: Fix uses of xref.
7162
9e0b60a8
JM
7163Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
7164
7165 * gdbint.texinfo: Add an anti-printf exhortation, and update the
7166 info about patch submission.
7167
cce74817
JM
7168Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
7169
7170 From Per Bothner <bothner@cygnus.com>:
7171 * gdb.texinfo: Document Chill support.
7172
7173Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
7174
7175 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
7176 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
7177 Document that the value should be greater-than or equal-to zero.
7178 (NO_STD_REGS): Document. Deprecate.
cce74817 7179
ac9a91a7
JM
7180Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7181
7182 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 7183 Document that these are not used.
ac9a91a7
JM
7184
7185Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7186
7187 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
7188
392a587b
JM
7189Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
7190
7191 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 7192 numargs was dropped.
392a587b
JM
7193
7194Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
7195
7196 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
7197
b83266a0
SS
7198Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
7199
7200 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 7201 Update.
b83266a0 7202
7a292a7a
SS
7203Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
7204
7205 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
7206 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
7207
7208Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
7209
7210 * gdbint.texinfo: Fix typos: $ -> @.
7211
7212Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
7213
7214 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
7215 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
7216 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
7217 BREAKPOINT_FROM_PC.
a9331b3f 7218
7a292a7a
SS
7219Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
7220
7221 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 7222 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
7223
7224Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7225
7226 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 7227 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
7228
72291999-04-02 Stan Shebs <shebs@andros.cygnus.com>
7230
7231 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
7232 longer exists.
7233
7234Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
7235
7236 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
7237 nearly all @ifset/@ifclear conditionals; nobody uses them, and
7238 they make the manual source incomprehensible.
7a292a7a
SS
7239 * h8-cfg.texi: Remove, hasn't been used in years.
7240
c906108c
SS
7241Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
7242
7243 * gdb.texinfo: Update the credits.
7244
7245Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
7246
7247 * gdb.texinfo: Fix mistakes noticed in printout of last
7248 draft, add Alpha to discussion of heuristic fence post.
7249
7250Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
7251
7252 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
7253 Edition, merge some HP changes into mainline, describe some
7254 previously undocumented features, describe more of the target
7255 commands available, eliminate obsolete section on renamed
7256 commands.
c906108c
SS
7257 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
7258
7259Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
7260
7261 * gdb.texinfo: Make many HPPA conditionals unconditional,
7262 including catchpoint description, since now on for all configs.
7263 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
7264 specializations.
7265
7266Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
7267
7268 * Makefile.in (GDBvn.texi): Fix match expression to work with
7269 current format of VERSION in gdb/Makefile.in.
7270 * gdb.texinfo: Fix node ref to match new readline.
7271
7272Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
7273
a9331b3f
RM
7274 * gdb.texinfo: Changes made as part of a project to merge in
7275 changes made by HP. Documentation makes extensive use of
c906108c
SS
7276 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
7277 on remote debugging. There are differences in documentation
889bf7c5 7278 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
7279 the HP manual discusses catchpoints, hardware watchpoints, and
7280 some HPUX specific limitations for shared library support.
a9331b3f 7281
c906108c
SS
7282 There are also a number of @node changes.
7283
72841999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
7285
7286 * gdbint.texinfo (Formatting): Disambiguate a sentence.
7287 (C Usage): Same.
7288
7289Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
7290
7291 The following changes were made by Edith Epstein
889bf7c5
PA
7292 <eepstein@cygnus.com> as part of a project to merge in changes
7293 made by HP.
a9331b3f 7294
c906108c
SS
7295 * HPPA-cfg.texi: new file.
7296
7297 * all-cfg.texi: set HPPA for HP PA-RISC targets.
7298
7299 * refcard.tex: change documentation about catch.
7300 removed info catch.
7301
7302Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
7303
7304 * gdbint.texinfo: Expand on GDB's coding standards,
7305 specify the use of arg names with prototypes.
7306
73071998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
7308
7309 * gdb.texinfo: Fix tipo.
7310
7311Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
7312
7313 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 7314 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
7315
7316Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
7317
7318 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
7319
73201998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
7321
7322 * agentexpr.texi: New file.
7323
7324Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
7325
7326 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
7327
73281998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
7329
7330 * remote.texi: Changed wording that implied that the GDB remote
7331 protocol caches register values instead of GDB itself.
7332
7333Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
7334
7335 * gdbint.texinfo: Add some info about symbol readers.
7336 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
7337 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
7338 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
7339 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
7340
7341Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
7342
a9331b3f 7343 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
7344
7345Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
7346
7347 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
7348
7349Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
7350
7351 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 7352 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
7353
7354Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
7355
7356 * gdbint.texinfo: Fix minor typos.
7357
7358Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
7359
7360 * gdbint.texinfo: Complete overhaul. Group descriptions more
7361 logically, add more info on generic algorithms, remove much
7362 obsolete and/or wrong material.
7363
7364Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
7365
7366 * stabs.texinfo (Method Type Descriptor): Expand and correct.
7367
7368Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
7369
7370 * refcard.tex: Copyright, address updates.
7371
7372Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
7373
7374 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
7375 for the edition instead of confusing GDB-version-like numbers.
7376
7377Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
7378
7379 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
7380
7381Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
7382
5ae4183a 7383 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
7384
7385Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
7386
7387 * gdb.texinfo: Add some credits, mention bug monitor.
7388 * remote.texi: Mention mips monitor targets.
7389 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 7390
c906108c
SS
7391Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
7392
7393 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
7394 files, finish sorting of host vs target vs native macros, describe
7395 some more of them.
c906108c
SS
7396
7397Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
7398
7399 * gdbint.texinfo (Host Conditionals): Document change from
7400 using NO_MMALLOC to it's inverse, USE_MMALLOC.
7401
7402Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
7403
7404 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 7405 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
7406
7407Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
7408
7409 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
7410 Document LSEEK_NOT_LINEAR.
7411
7412Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
7413
7414 * stabs.texinfo (Stab Section Basics): Make it clear that only
7415 some versions of the GNU linker remove the leading N_UNDF symbol.
7416
7417Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
7418
7419 * stabs.texinfo (String Field): Document type number pairs here,
7420 instead of in the Sun specific section.
7421 (Include Files): The GNU linker supports the N_BINCL
7422 optimization. Clarify the N_BINCL value, and what it is used
7423 for.
7424 (Procedures): Document N_FUN with an empty string to mark the end
7425 of a function.
7426 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
7427 (Sun Differences): Remove this node, as the information is now
7428 elsewhere in the main document.
7429 (Stab Section Basics): Mention that the GNU linker may optimize
7430 stabs and remove the leading N_UNDF symbol.
7431
7432Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
7433
7434 * gdb.texinfo, refcard.tex: Restore author credit
7435
7436Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
7437
7438 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
7439 documentation to account for START and END macros taking
7440 one arg.
7441
7442Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
7443
7444 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
7445 * gdb.texinfo (Frames): Fix typo.
7446
7447Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
7448
7449 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
7450 a target_signal as arg type, not a pid.
7451
7452Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
7453
7454 * gdb.texinfo: Document `set assembly-language'.
7455
7456Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
7457
7458 * remote.texi: Update list of stubs in the GDB distribution.
7459
7460Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
7461
7462 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
7463 Also document that some systems can use mmalloc but must define
7464 this if their C runtime allocates memory that is later freed.
c906108c 7465 (MMCHECK_FORCE): Document new macro.
a9331b3f 7466
c906108c
SS
7467Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
7468
7469 * remote.texi: Add documentation for target Sparclet.
7470
7471Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7472
a9331b3f 7473 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
7474 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
7475 * configure.in: Rewritten for autoconf.
7476 * configure: New.
7477
7478Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
7479
7480 * Makefile.in (DVIPS): New define, set to dvips.
7481 (dvi): Add stabs.dvi.
7482 (ps): New target.
7483 (all-doc): Depend on info, dvi, and ps targets.
7484 (STAGESTUFF): Add *.ps and *.dvi files.
7485 (clean-info, clean-dvi): Remove.
7486 (mostlyclean): Does not depend upon clean-info or clean-dvi,
7487 rules completely rewritten.
7488 (maintainer-clean): Remove clean-info and clean-dvi
7489 dependencies and put their actions in the rules.
7490 (gdb.ps): New target
a9331b3f 7491 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
7492 intermediate TeX files, whether they have 2 or 3 character
7493 extensions.
7494 (gdbint.ps): Add target and rules.
7495 (gdb-internals): Delete unused target.
7496 (Makefile): Depends upon config.status also.
7497
7498Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
7499
7500 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
7501 set.
7502
7503Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
7504
7505 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7506 * gdb.texinfo (Expressions): Fix erroneous array constant example.
7507
7508Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
7509
7510 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
7511
7512Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7513
7514 * gdb.texinfo (Print settings): Document
7515 `set/show print static-members' commands.
7516
7517Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
7518
7519 * gdbint.texinfo (Native): Document name change, coredep.c to
7520 core-aout.c.
7521
7522Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
7523
7524 * stabs.texinfo (Include Files): Document the values the SunOS4
7525 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
7526
7527Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
7528
7529 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
7530 Fix typo.
7531
7532Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
7533
7534 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
7535 "gdb.tar.Z".
7536
7537Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
7538
7539 * Makefile.in (maintainer-clean): New target, synonym for
7540 realclean.
7541
7542Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
7543
7544 * Update all FSF addresses except those in COPYING* files.
7545
7546Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7547
7548 From Richard Earnshaw (rearnsha@armltd.co.uk):
7549 * gdb.texinfo (convenience variables): Document $_exitcode.
7550 (quit): Document optional expression to use as exit code.
7551
7552Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
7553
7554 * gdb.texinfo, remote.texi: Brought up to date with various
7555 GDB changes.
7556
7557Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
7558
7559 * gdb.texinfo: Update dates and versions, fix comments about
7560 hardware watchpoints in future releases and about the
7561 sharedlibrary command.
7562
7563Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7564
7565 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
7566 C_FUN stab. Other cleanups.
7567
7568Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7569
7570 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
7571 for the sparc stub.
7572
7573Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7574
7575 * annotate.texi: Clarify which addresses have differing formats
7576 depending on the language and which do not.
7577
7578Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7579
7580 * remote.texi (NetWare): Changed example to use BOARD= instead of
7581 NODE= argument to reflect correspoding change to gdbserve.nlm.
7582
7583Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7584
7585 * stabs.texinfo (Negative Type Numbers): Mention the fact that
7586 GDB, as well as AIX dbx, supports the size type attribute.
7587
7588Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7589
7590 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
7591
7592Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
7593
7594 * gdb.texinfo (Define): Document $arg0... arguments to commands,
7595 and new 'if' and 'while' commands.
7596
7597Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
7598
7599 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
7600
7601Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7602
7603 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
7604 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
7605 NetWare targets. Mostly stolen from the Server node.
7606
7607Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7608
7609 * gdb.texinfo (Setting): Talk about the language of a source file
7610 versus the working language. The old documentation did not match
7611 what GDB did.
7612
7613Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7614
7615 * stabs.texinfo (Source Files): Document N_SO used to mark the end
7616 of a source file.
7617
7618Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7619
7620 * gdb.texinfo (Processes): New node.
7621
7622Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
7623
7624 * remote.texi: Update documentation of set/show mipsfpu.
7625
3fc11d3e
JM
7626Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
7627
7628 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
7629 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
7630
7631Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
7632
7633 * gdbint.texinfo: Removed mentions of some incorrectly placed and
7634 obsolete conditionals, described some others.
7635
7636Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7637
7638 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
7639 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
7640
7641Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
7642
7643 * gdbint.texinfo: Put regex conditionals in their own table.
7644
7645Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7646
7647 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
7648 described or fixed the descriptions of many others.
7649
7650Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
7651
7652 * gdb.texinfo: Add some more credits.
7653 * gdbint.texinfo: Capitalize GDB consistently, describe some
7654 macros and remove some.
7655
7656Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
7657
7658 * gdbint.texinfo: Removed mentions of many incorrectly placed and
7659 obsolete conditionals, described some others.
7660
7661Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7662
7663 * gdb.texinfo (help targets): Changed to `help target', which
7664 is the correct gdb command.
7665
7666Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7667
7668 * annotate.texi (TODO): New node, for keeping track of annotations
7669 suggested but not yet implemented.
7670
7671Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7672
7673 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
7674 another symbol, it is not the address itself.
7675
7676Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
7677
7678 * stabs.texinfo (Stab Section Basics): Add comment about alignment
7679 of stabs-in-coff sections.
7680
7681Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7682
7683 * annotate.texi: Change edition to 0.5 and date to May 1994.
7684 Add index.
7685 (Frames): New node, for frame annotation.
7686 (Displays): New node, for display annotation.
7687
7688 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
7689 when waiting for your program to stop.
7690
7691Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7692
7693 * annotate.texi (Breakpoint Info): Document annotation of header
7694 fields and record annotation.
7695
7696Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7697
7698 * annotate.texi: New file, to document annotations.
7699
7700Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7701
7702 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
7703 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
7704
7705Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7706
7707 * stabs.texinfo (Stab Section Basics): Say what is in .stab
7708 section, and say n_strx field is compilation unit relative.
7709 * stabs.texinfo: Don't use @code for a.out when it is the name of
7710 an object file format.
7711
7712Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7713
7714 * gdb.texinfo: Refer to file names, not path names, per rms
7715 convention.
7716 (Arguments): Fix typo.
7717
7718Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7719
7720 * stabs.texinfo (Global Variables): Talk about stabs in files
7721 where variables are referenced, but not defined.
7722
7723Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7724
7725 * stabs.texinfo: Move stuff on @ and # type descriptors from node
7726 Cplusplus to new nodes Member Type Descriptor and Method Type
7727 Descriptor. Re-write stuff for #.
7728
7729Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7730
7731 * gdb.texinfo (Print Settings): Don't document "set print
7732 fast-symbolic-addr off". The bug which it worked around was fixed
7733 on 25 Feb 94 in coffread.c, so I'm nuking the command.
7734
7735 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
7736 N_ENTRY node.
7737
7738 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
7739
7740Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7741
7742 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
7743 references to ieee-float.c.
7744
7745Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7746
7747 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
7748 match what the code actually does.
7749
7750Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7751
7752 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
7753
7754Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7755
7756 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
7757 i, and b.
7758
7759Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
7760
7761 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
7762 well as for ELF and SOM. Unify the descriptions of ELF and SOM
7763 as "stabs in sections" rather than just saying "ELF and SOM".
7764 Also make that stuff apply to COFF.
7765
7766Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7767
7768 * gdb.texinfo (Formatting Documentation): Change GhostScript to
7769 Ghostscript.
7770
7771Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7772
7773 * gdb.texinfo (Continuing and Stepping): When talking about "step"
7774 versus functions without line numbers, also mention stepping into
7775 them as well as "step" when you are in them. Tell the user how to
7776 deal with the situation. Add comment about "debugging information".
7777
7778Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7779
7780 * stabs.texinfo (Enumerations): Document restriction on where
7781 enumeration types can appear and still win with GDB.
7782
7783Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7784
7785 * stabs.texinfo (Negative Type Numbers): Document format for type
7786 -16.
7787
7788Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7789
7790 * gdb.texinfo (Selection, Frame Info): Update information about
7791 arbitrary frame specficiations.
7792
7793Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
7794
7795 * gdb.texinfo, remote.texi: general editing pass prior to Net release
7796
7797Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7798
7799 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
7800
7801Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
7802
7803 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
7804
7805Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7806
7807 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
7808 Differences node to Statics node.
7809 (Statics): Discuss XCOFF use of V symbol descriptor.
7810
7811 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
7812 not clean.
7813
7814Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
7815
7816 * gdb.texinfo (Print Settings): Document `set print
7817 fast-symbolic-addr' and improve the doc for some other
7818 `set print's.
7819
7820Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7821
7822 * stabs.texinfo (String Field): Talk about defining several type
7823 numbers at once.
7824 Fix lint regarding changing node ELF Transformations to
7825 ELF and SOM Transformations.
7826
7827Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
7828
7829 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
7830
7831Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7832
7833 * stabs.texinfo (Cross-References): `::' is for nested types only
7834 within <>.
7835 (Structures): Document static members.
7836
7837Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7838
7839 * stabs.texinfo: Document S type attribute.
7840
7841Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
7842
7843 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
7844
7845Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
7846
7847 * gdbint.texinfo: Fix a few typos.
7848
7849Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7850
7851 * gdb.texinfo, remote.texi: formatting improvements
7852
7853 * gdb.texinfo (New Features): mention threads.
7854 (Summary, C): fix xrefs in newly contributed text.
7855 (Threads): index entries, clarifications, example
7856 (passim): minor typos fixed, phrasing improvements
7857
7858 * remote.texi (Bootstrapping): rephrase text on ^C and add index
7859 entries; (Server): explain use of gdbserver w/real-time systems,
7860 add example of conflicting TCP port; (MIPS Remote) break up
7861 running text into table, highlighting commands, and add example.
a9331b3f 7862
c906108c
SS
7863Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7864
7865 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
7866
7867Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7868
7869 * stabs.texinfo (Nested Symbols): New node.
7870 (String Field, Symbol Descriptors, Cross-References): Refer to it.
7871
7872Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7873
7874 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
7875 to picking which Bbss.bss symbol to use, and (because there seems to
7876 be no good way of doing it) re-write some of the text to make it
7877 sound like Bbss.bss isn't such a great idea after all (as currently
7878 designed).
7879
7880 * gdb.texinfo (C): In addition to saying people have to use g++ for
7881 good results, say they have to use stabs. Specifically say cfront
7882 doesn't work well.
7883 (Summary): Merge in information on Modula-2, Pascal, and Chill from
7884 the gdb README. Add xrefs to places where the support for the various
7885 languages is described in detail.
7886
7887Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7888
7889 * stabs.texinfo: Clean up stuff about visibility and virtual
7890 characters.
7891
7892 * stabs.texinfo (N_M2C): Cite Sun doc.
7893
7894Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7895
7896 * gdb.texinfo: updates re threads.
7897 * remote.texinfo: avoid index entries starting with digits.
7898
7899Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7900
7901 * stabs.texinfo (Enumerations): Talk about large, negative and
7902 octal values. Clean up cross reference to type attributes.
7903 (String Field): Say that GDB 4.11 supports size attribute.
7904
7905Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7906
7907 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
7908 is a mandatory step. Make the stuff about that more concise.
7909
7910Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7911
7912 * stabs.texinfo (Class Names): New node.
7913
7914 * gdb.texinfo (Command Files): Explain order of init file reading.
7915
7916 * remote.texi (Bootstrapping): Talk about getting the serial driver
7917 to deal with ^C sent by gdb to stop the remote system.
7918
7919Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
7920
7921 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
7922
7923 * libgdb.texinfo (Defining Commands): made the DOC arg
7924 to gdb_define_app_command a char * instead of char **
7925 per a suggestion from kingdon.
7926
7927 * libgdb.texinfo: total rewrite from a different starting
7928 premise.
7929
7930Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7931
7932 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
7933 floats passed as doubles (to improve clarity).
7934
7935Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7936
7937 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
7938
7939 * a4rc.sed: update to work with Andreas Vogel papersize params
7940
7941 * refcard.tex: use Andreas Vogel simplifications of papersize
7942 params; remove useless version info; update copyright date.
7943
7944Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7945
7946 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
7947
7948Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7949
7950 * gdb.texinfo (Files): Say what address the load command loads it at.
7951
7952 * stabs.texinfo (Common Blocks): Minor cleanups.
7953
7954 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
7955 that Sun has backed away from the linker kludge and thus the relevant
7956 issue is changes to the SunPRO tools, not the Solaris linker.
7957
7958 * stabs.texinfo (Traditional Integer Types): Clean up description
7959 of octal bounds a little bit. Document extra leading zeroes.
7960
7961Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7962
7963 * gdb.texinfo (Signaling): Update for symbolic symbol names
7964 and add a section explaining the difference between the GDB
7965 signal command and the shell kill utility.
7966
7967Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
7968
7969 * libgdb.texinfo: added `@' to braces that were unescaped.
7970
7971Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
7972
7973 * libgdb.texinfo: new file. Spec for the gdb library.
7974
7975Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7976
7977 * stabs.texinfo (Include Files): Fix typo (start -> end).
7978
7979Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7980
7981 * gdb.texinfo, remote.texi: assorted small improvements, mostly
7982 from Melissa at FSF's editing pass.
7983
7984Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7985
7986 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
7987 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
7988 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
7989
7990Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7991
7992 * remote.texi (Bootstrapping): Discuss 386 call gates.
7993
7994Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
7995
7996 * stabs.texinfo (Based Variables): New node.
7997
7998Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
7999
8000 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
8001 names, sizes, and formats to suggest how not to lose.
8002
8003Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8004
8005 * stabs.texinfo (Methods): Fix typo.
8006
8007Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8008
8009 * gdb.texinfo: Fix a few typos.
8010
8011Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8012
8013 * gdb.texinfo: Clarify how well it works with Fortran.
8014
8015 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
8016 More on relocating stabs in ELF files.
8017
8018Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8019
8020 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
8021
8022Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8023
8024 * stabs.texinfo (Local Variable Parameters): Talk about nameless
8025 parameters on VAX.
8026
8027Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8028
8029 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
8030
8031Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8032
8033 * stabs.texinfo: Make info author notice match the TeX author notice.
8034
8035Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8036
8037 * stabs.texinfo: Initial-caps all words in node names and
8038 non-trivial words in section names.
8039
8040Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8041
8042 * stabs.texinfo: Many minor cleanups.
8043
8044 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
8045
8046Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
8047
8048 * stabs.texinfo: Remove full description of big example.
8049 It's not really helpful; just use pieces of it where appropriate.
8050 Add more Texinfo formatting directives (@samp, etc.).
8051 Use @deffn to define stab types.
8052 Eliminate some wordiness. Break up some nodes.
8053 Add an (alphabetized) index of symbol types.
8054 Use consistent capitalization style in node and section names.
8055
8056Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
8057
8058 * gdb.texinfo: Change typo "Two two" to "The two".
8059
8060Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8061
8062 * stabs.texinfo (XCOFF-differences): Remove references to
8063 non-existent types N_DECL and N_RPSYM.
8064
8065 * stabs.texinfo (String Field): Say that type attributes bug is
8066 fixed in GDB 4.10, since it is.
8067
8068 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
8069
8070Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
8071
8072 * stabs.texinfo: Formatting cleanups.
8073
8074Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8075
8076 * stabs.texinfo: When explaining the n_type of a stab, standardize
8077 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
8078 no tabs, use @r).
8079 (Global Variables): Clean up.
8080
8081Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8082
8083 * stabs.texinfo (Stack Variables): Re-write.
8084
8085Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8086
8087 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
8088 addresses of a source file. Also revise formatting.
8089 Change "object module" or "object file" to "source file".
8090 Various: Miscellaneous cleanups.
8091
8092Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8093
8094 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
8095
8096Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
8097
8098 * gdbint.texinfo: Removed many nonsensical machine-collected
8099 host and target conditionals, described some of the remainder.
8100
8101Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8102
8103 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
8104
8105 * gdbint.texinfo (Top): Add name to @top line, and re-write the
8106 paragraph which follows.
8107
8108 * gdbint.texinfo (Host): Use @code not @samp for Makefile
8109 variables. Looks better and avoids overful hbox.
8110
8111Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8112
8113 * stabs.texinfo (Procedures): Improve stuff on nested functions.
8114
8115Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8116
8117 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
8118 retransmit-timeout
8119
8120Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8121
8122 * gdbint.texinfo: Update statement about `some ancient Unix
8123 systems, like Ultrix 4.0' to Ultrix 4.2.
8124
8125Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
8126
8127 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
8128
8129 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
8130
8131 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
8132 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
8133
8134 * remote.texi: new name for former gdbinv-s.texi
8135
8136 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
8137
8138Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
8139
8140 * gdbinv-s.texi: Documented timeout and retransmit-timeout
8141 variables for MIPS remote debugging protocol.
8142
8143Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8144
8145 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
8146
8147Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8148
8149 * Makefile.in (refcard.dvi): Use srcdir where necessary.
8150
8151Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
8152
8153 * gdb.texinfo: repair conditional bugs in text markup
8154
8155Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8156
8157 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
8158 to select Modula-2 material.
8159
8160Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8161
8162 * stabs.texinfo: Cleanups regarding statics.
8163
8164 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
8165 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
8166
8167Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8168
8169 * stabs.texinfo: N_MAIN is sometimes used for C.
8170
8171Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8172
8173 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
8174
8175Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
8176
8177 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 8178 removed from the code by Kingdon.
c906108c
SS
8179
8180Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8181
8182 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
8183 input when evaluating breakpoint conditions; the bug has been fixed.
8184
8185 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
8186 sets the ignore count to N-1, not to N.
8187
8188Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8189
8190 * refcard.tex (\hoffset): correct longstanding error to match
8191 intended offset; avoids cutting off edge on some printers
8192
8193Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8194
8195 * stabs.texinfo (Parameters): Say that order of stabs is significant.
8196
8197Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8198
8199 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
8200
8201Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8202
8203 * Makefile.in: (REFEDITS) new var to control whether PS or CM
8204 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
8205 collect sed edits if any, apply to refcard before formatting;
8206 (refcard.ps) stop implying PS fonts if PS output requested;
8207 (lrefcard.ps) delete extra target for variant PS fonts
8208
8209 * refcard.tex: parametrize papersize dependent info, collect
8210 in easily replaced spot
8211
8212 * a4rc.sed: new file, edits to refcard for A4 paper
8213
8214Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8215
8216 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
8217
8218Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8219
8220 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
8221
8222Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8223
8224 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
8225 politely rather than rudely.
8226
8227Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8228
8229 * stabs.texinfo: Document common blocks.
8230
8231Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
8232
8233 * stabs.texinfo: Add some basic info about stabs-in-elf.
8234
8235Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8236
8237 * stabs.texinfo (Top): Minor cleanup.
8238
8239Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
8240
8241 * Makefile.in (install-info): remove parentdir support
8242
8243Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8244
8245 * gdb.texinfo (Copying): delete this node and references to it;
8246 RMS says this manual need not carry GPL. (passim): Improvements
8247 from last round at FSF, largely due to Ian Taylor review, and
8248 minor formatting improvements.
8249
8250 * gdbinv-s.texi (passim): Improvements from last round at FSF,
8251 largely due to Ian Taylor review. (Debug Session): minor edits to
8252 new text.
8253
8254Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
8255
8256 * Makefile.in (realclean): Remove info and dvi files too.
8257
8258Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
8259
8260 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
8261 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
8262 * gdb.texinfo: Change accordingly.
8263
8264 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
8265 N_{L,R}BRAC,N_SLINE are relative to.
8266
8267Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
8268
8269 * Makefile.in (GDBvn.texi): Update atomically.
8270
8271Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
8272
8273 * gdbinv-s.texi (Debug Session): Document exceptionHook.
8274
8275Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
8276
8277 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
8278 addresses together. Also motivate the set print symbol-filename
8279 command and suggest other solutions.
8280
8281Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
8282
8283 * gdb.texinfo (set print elements): Note that the number of
8284 elements is set to unlimited by "set print elements 0".
8285
8286Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
8287
8288 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
8289 NF_LDOUBLE means.
8290 (Stab Types): Include Solaris stab types.
8291 (Procedures): Document Solaris extensions.
8292
8293Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8294
8295 * gdb.texinfo: Add `set print symbol-filename' doc.
8296
8297Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8298
8299 * stabs.texinfo (Arrays): Talk about type definition vs. type
8300 information.
8301
8302 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
8303 the trailing semicolon.
8304
8305Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8306
8307 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
8308 and merge in other parts of the document addressing these subjects.
8309 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
8310
8311 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
8312 at the end of a range type.
8313
8314 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
8315 AIX extensions.
8316
8317Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8318
8319 * stabs.texinfo (Stabs Format): Misc fixes.
8320
8321Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8322
8323 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
8324 (Traditional builtin types): Document convex convention for long long.
8325 (Negative builtin types): Discuss type names, and misc fixes.
8326
8327Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8328
8329 * stabs.texinfo (Builtin Type Descriptors): Document the floating
8330 point types used with @samp{R} type descriptor.
8331 (Symbol Descriptors): Describe how to handle conflict between
8332 different meanings of @samp{P} symbol descriptor.
8333
8334Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8335
8336 * stabs.texinfo: Remove node Quick Reference and put its children
8337 directly under the main menu.
8338
8339 * stabs.texinfo: Many more changes to bring it into line with
8340 AIX documentation and reality. I think it now has all the
8341 information from the AIX documentation, except that I burned
8342 out when I got to variant records (Pascal and Modula-2) and
8343 all the COBOL types. Oh well, we can add them later when we're
8344 worrying more about those languages.
8345
8346 * stabs.texinfo (Automatic variables): Talk about what it means
8347 to omit the symbol descriptor.
8348
8349Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8350
8351 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
8352 gcc2 behavior with promoted args.
8353
8354Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8355
8356 * gdb.texinfo: include readline appendices in info version of manual
8357
8358Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8359
8360 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
8361 target remote.
8362
8363 * gdb.texinfo (Machine Code): more index entries for disassemble
8364
8365Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
8366
8367 * Clarify the intended use of the gdb-testers and gdb-patches
8368 mailing lists, and shrink gzip comment.
8369
8370Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8371
8372 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
8373 DOSHOST configuration of manual.
8374
8375 * gdb.texinfo (MIPS Stack): new node.
8376
8377 * all-config.texi (MIPS) new switch.
8378
8379 * gdbinv-s.texi (Nindy Options) Remove two instances of future
8380 tense; (MIPS Remote) new node.
8381
8382 * gdb.texinfo (passim) rephrases to work around makeinfo @value
8383 bug; (Environment) less passive, other small cleanups in text about
8384 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
8385 (Remote) new MIPS Remote menu entry.
8386
8387Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
8388
8389 * stabs.texinfo: Many changes to include information from the
8390 AIX documentation.
8391
8392 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
8393
8394Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
8395
8396 * gdbint.texinfo (new node Debugging GDB, elsewhere):
8397 Move a bunch of information from ../README.
8398 (Getting Started): New node.
8399
8400Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8401
8402 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
8403
8404 * gdb.texinfo: advance manual revision dates to present
8405
8406 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
8407 stop using silly Roman numerals in @set variable names
8408
8409Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
8410
8411 * stabs.texinfo (Parameters): Keep trying to get this right.
8412
8413Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
8414
8415 * stabs.texinfo (Parameters): More on "local parameters".
8416
8417Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
8418
8419 * stabs.texinfo (Parameters): Re-do "local parameters" section.
8420
8421Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
8422
8423 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
8424 (Parameters): Rewrite.
8425 (xcoff-differences, Sun-differences): Minor changes.
8426
8427Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
8428
8429 * stabs.texinfo: Minor cleanup.
8430
8431Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
8432
8433 * gdbint.texinfo: Minor xcoff stuff.
8434
8435Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
8436
8437 * gdbint.texinfo: Update for new config directory structure.
8438 Add info about internal type data structures.
8439
8440Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
8441
8442 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
8443 $(srcdir).
8444 (gdb-config.texi): Depend on file in $(srcdir).
8445
8446Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
8447
8448 * stabs.texinfo: Fixes about N_SO.
8449
8450Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8451
8452 * gdb.texinfo: include list of nonstandard init file names
8453
8454 * *-config.texi: new switch GENERIC for text that applies *only*
8455 to (usual) multiple-target version of manual
8456
8457 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
8458 h8 config
8459
8460 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
8461 in menus (rather than conditionally selected multiple alternative
8462 menus).
8463
8464 * Makefile.in: define and use DOC_CONFIG var to select
8465 configuration for GDB user manual.
8466
8467 * gdb-config.texi: delete from repository, generate from Makefile.
8468
8469 * all-config.texi: normal `generic' configuration file, formerly
8470 stored as gdb-config.texi
8471
8472Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
8473
8474 * Makefile.in: add dvi target to build all .dvi files
8475
8476Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8477
8478 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
8479
8480Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
8481
8482 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
8483 host conditionals.
8484 * stabs.texinfo: More array fixes inspired by Jim's.
8485
8486Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
8487
8488 * stabs.texinfo: Fixes re arrays and continuations.
8489
8490 * gdbint.texinfo: Add XCOFF node.
8491
8492Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
8493
8494 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
8495
8496Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
8497
8498 * stabs.texinfo: Fix for array types to mention lower bounds.
8499
8500Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
8501
8502 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
8503
8504Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
8505
8506 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
8507
8508Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
8509
8510 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
8511 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
8512
8513Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
8514
8515 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
8516
8517Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8518
8519 * gdb.texinfo, gdbinv-s.texi: misc updates
8520
8521Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
8522
8523 * gdbint.texinfo: Brief documentation for longjmp support,
8524 from an email msg by Stu.
8525
8526Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
8527
8528 * stabs.texinfo: Fix description of floating point "range"
8529 types (which really define basic types). Reported by Jim Meehan,
8530 <meehan@src.dec.com>.
8531
8532 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
8533
8534Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
8535
8536 * gdbint.texinfo: Slightly expand section on supporting a new
8537 object file format.
8538
8539Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
8540
8541 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
8542 intermediate file.
8543
8544Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8545
8546 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
8547
8548Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8549
8550 * gdbinv-s.texi: z8000 simulator target name is just "sim"
8551
8552 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
8553 as well as Z8002.
8554
8555Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
8556
8557 * gdbint.texinfo: Add sections on clean design and on how to send
8558 in changes.
8559
8560Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
8561
8562 * gdbint.texinfo: Add how to declare the result of make_cleanup.
8563
8564Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
8565
8566 * gdb.texinfo: Fix typo, reported by Karl Berry.
8567
8568Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
8569
8570 * gdb.texinfo: Add opcodes dir to GDB distribution description.
8571
8572Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8573
8574 * gdbint.texinfo: fixed a stray email address (needs @@),
8575 added @table @code to node "Native Conditionals"
8576
8577Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
8578
8579 * gdbint.texinfo: Describe coding style of GDB.
8580
8581Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
8582
8583 * stabs.texinfo: Minor wording changes.
8584
8585Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
8586
8587 * gdbint.texinfo: Improve release doc slightly.
8588
8589Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
8590
8591 * gdbint.texinfo: Improve doc of GDB config macros.
8592
8593Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
8594
8595 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
8596 These will be reinserted when examined.
8597
8598Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
8599
8600 * gdbint.texinfo: Make a start at documenting all the #if macros
8601 in GDB. At least list them all, and start separating them into
8602 host-specific and target-specific.
8603
8604Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8605
8606 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 8607 examples (not consistent w others).
c906108c
SS
8608 gdb.texinfo: issue disclaimer paragraph on cmdline options only
8609 for generic vn of doc
8610
8611Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
8612
8613 * Makefile.in: always create installation directories.
8614
8615Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8616
8617 * gdb.texinfo: in h8 config, do not describe searching commands.
8618
8619Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8620
8621 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
8622 conditionals; introduce a few generic switches that may be
8623 useful for other cross-dev or dos-hosted configs.
8624
8625 * gdb.texinfo: fix typo in "info reg" description
8626
8627Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
8628
8629 * stabs.texinfo: Minor updates from running TeX over it.
8630 * Makefile.in (stabs.dvi, stabs.ps): Add.
8631
8632Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
8633
8634 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
8635 First pass at converting it to texinfo.
8636
8637Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
8638
8639 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
8640 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
8641
8642Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
8643
8644 * gdbint.texinfo: Add section on partial symbol tables.
8645
8646Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
8647
8648 * gdb.texinfo: document `set remotedebug' and `set
8649 rstack_high_address'.
8650
8651Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8652
8653 * gdb.texinfo: slight expansion of new text on reading info files
8654 * gdbinv-s.m4.in: correct and expand info on cross-debugging
8655 H8/300 from DOS.
8656
8657Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
8658
8659 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
8660
8661Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
8662
8663 * gdb.texinfo: Say how to read the `info' files.
8664
8665Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
8666
8667 * Makefile.in: gm4 -> m4.
8668
8669Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
8670
8671 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
8672 Documentation' ahead of `Installing GDB' to match README.
8673 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 8674 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
8675
8676Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
8677
8678 * Makefile.in: remove $(srcdir) from gdb.info rule.
8679
8680Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8681
8682 * Makefile.in: commented out gdb-all.texinfo rule. This is
8683 temporary.
8684
8685Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
8686
8687 * Makefile.in, configure.in: removed traces of namesubdir,
8688 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
8689 copyrights to '92, changed some from Cygnus to FSF.
8690
8691Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
8692
8693 * gdb.texinfo: Improve how we ask for bug reports.
8694
8695Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8696
8697 * Makefile.in: infodir belongs in datadir.
8698
8699Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8700
8701 * Makefile.in: remove spaces following hyphens, bsd make can't
8702 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 8703 standards.text support.
c906108c
SS
8704
8705Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8706
8707 * Makefile.in: idestdir and ddestdir go away. Added copyrights
8708 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
8709 and mandir now keyed off datadir by default.
8710
8711\f
8712Local Variables:
9e9c5ae7 8713mode: change-log
c906108c
SS
8714left-margin: 8
8715fill-column: 74
8716version-control: never
8717End:
This page took 1.272364 seconds and 4 git commands to generate.