PR c++/9257:
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
625c0d47
TT
12011-11-10 Tom Tromey <tromey@redhat.com>
2
3 PR c++/9257:
4 * gdb.texinfo (Print Settings): Add an extra note about the need
5 for a vtable.
6
4be2aacc
MR
72011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
8
9 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
10 "set mips abi" documentation.
11
0a1c4d10
DE
122011-11-04 Doug Evans <dje@google.com>
13
14 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
15
aad1c02c
TT
162011-11-03 Tom Tromey <tromey@redhat.com>
17
18 * gdb.texinfo (Stopping): Add menu entry.
19 (Continuing and Stepping): Restore @node. Use @section, not
20 @subsection.
21
983fb131
MR
222011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
23
24 * gdb.texinfo (Skipping Over Functions and Files): Remove node
25 designation. Fix "Specify Location" cross-reference.
26
3065dfb6
SS
272011-11-02 Stan Shebs <stan@codesourcery.com>
28
29 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
30 (General Query Packets): Describe tracenz feature.
31 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
32
0aaaf063
PK
332011-10-28 Paul Koning <paul_koning@dell.com>
34
35 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
36
2231f1fb
KP
372011-10-27 Kevin Pouget <kevin.pouget@st.com>
38
39 * gdb.texinfo ((Frames In Python): Document
40 gdb.FRAME_UNWIND_FIRST_ERROR contant.
41
5110b5df
PK
422011-10-26 Paul Koning <paul_koning@dell.com>
43
44 * gdb.texinfo (gdb.types): Document new deepitems function.
45
22dbab46
PK
462011-10-25 Paul Koning <paul_koning@dell.com>
47
48 PR python/13327
49
50 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
51 fetch_lazy method.
52
9df2fbc4
PM
532011-10-20 Phil Muldoon <pmuldoon@redhat.com>
54
55 PR python/12656
56
57 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
58 global_block, static_block function.
59
f05e2e1d
TT
602011-10-19 Tom Tromey <tromey@redhat.com>
61
62 * gdb.texinfo (Commands In Python): Add missing "@"s.
63
a7fc3f37
KP
642011-10-13 Kevin Pouget <kevin.pouget@st.com>
65
66 PR python/13285 Document named constants for frame unwind stop reasons
67 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
68 constants.
69
5048e516
JK
702011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
71
72 Fix compatibility with texinfo versions older than 4.12.
73 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
74 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
75 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
76 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
77 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
78 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
79 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
80
5a56e9c5
DE
812011-10-09 Doug Evans <dje@google.com>
82
83 * gdb.texinfo (Extending GDB): Document alias command.
84
36b11add
JK
852011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
86
87 Support @entry in input expressions.
88 * gdb.texinfo (Variables): Describe @entry names suffix.
89 (Print Settings): Add anchor for `set print entry-values'.
90
e18b2753
JK
912011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
92 Eli Zaretskii <eliz@gnu.org>
93
94 Display @entry parameter values (without references).
95 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
96 example.
97 (Print Settings): New description of set print entry-values and show
98 print entry-values.
99
111c6489
JK
1002011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
101 Eli Zaretskii <eliz@gnu.org>
102
103 Recognize virtual tail call frames.
104 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
105 (Tail Call Frames): New node.
106 (Frames In Python): Add gdb.TAILCALL_FRAME.
107
9c15afc4
DE
1082011-10-07 Doug Evans <dje@google.com>
109
110 * gdb.texinfo (gdb.printing): Document new `replace' arg to
111 register_pretty_printer.
112
99f5279d
PM
1132011-10-07 Phil Muldoon <pmuldoon@redhat.com>
114
115 PR python/12930
116 PR python/12802
117
118 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
119 stop method.
120
03583c20
UW
1212011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
122
123 * gdb.texinfo (Starting your Program): "set disable-randomization"
124 is no longer Linux-specific.
125 (Remote Configuration): Document "set remote
126 disable-randomization-packet".
127 (General Query Packets): Document "QDisableRandomization" packet
128 and add it to "qSupported" list.
129
bd054e06
KP
1302011-10-07 Kevin Pouget <kevin.pouget@st.com>
131
132 Allow Python notification of new object-file loadings.
133 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
134 event type.
135
cb6be26b
KP
1362011-10-04 Kevin Pouget <kevin.pouget@st.com>
137
138 PR python/12691: Add the inferior to Python exited event
139 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
140
a05336a1
JB
1412011-10-03 Joel Brobecker <brobecker@adacore.com>
142
143 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
144 rephasing.
145
5d77fe44
JB
1462011-10-03 Joel Brobecker <brobecker@adacore.com>
147
148 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
149 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
150 as possible feature returned by the `-list-features'
151 command.
152
699df94d
PK
1532011-09-28 Paul Koning <paul_koning@dell.com>
154
155 * gdb.texinfo (gdb.Type): Document field access by dictionary
156 key syntax.
157
24bdad53
YQ
1582011-09-28 Yao Qi <yao@codesourcery.com>
159
160 * gdb.texinfo (Files): Update options for `add-symbol-file'.
161 Add one space after option `-s'. Remove @r{} markup.
162
6710bf39
SS
1632011-09-27 Stan Shebs <stan@codesourcery.com>
164
165 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
166
d99f7e48
HZ
1672011-09-16 Hui Zhu <teawater@gmail.com>
168
169 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
170 to *(unsigned char *)$esp@300.
171
d812018b
PK
1722011-09-15 Paul Koning <paul_koning@dell.com>
173
174 * gdb.texinfo: Make style of Python functions and methods match
175 the syntax of Python. Also put class and module names explicitly
176 on function, member, and variable names, matching Python
177 documentation conventions.
178
2aa48337
KP
1792011-09-15 Kevin Pouget <kevin.pouget@st.com>
180
181 PR Python/12692 Add gdb.selected_inferior() to Python interface.
182 * gdb.texinfo (Inferiors In Python): Describe new
183 gdb.selected_inferior() function.
184
6839b47f
KP
1852011-09-15 Kevin Pouget <kevin.pouget@st.com>
186
187 Handle multiple breakpoint hits in Python interface:
188 * gdb.texinfo (Events In Python): New function documentation:
189 gdb.BreakpointEvent.breakpoints. Indicate that
190 gdb.BreakpointEvent.breakpoint is now deprecated.
191
26829f2b
JB
1922011-09-04 Joel Brobecker <brobecker@adacore.com>
193
194 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
195
a9f54f60
TT
1962011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
197
198 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
199
fa3a4f15
PM
2002011-08-17 Phil Muldoon <pmuldoon@redhat.com>
201
202 * gdb.texinfo (Prompt): Add set/show extended-prompt
203 documentation
204 (Basic Python): Add prompt_hook anchor.
205 (Python modules): Reword module text to reflect multiple modules.
206 (gdb.prompt): Document gdb.prompt module.
207
224bbe49
YQ
2082011-08-14 Yao Qi <yao@codesourcery.com>
209
78d85199
YQ
210 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
211
2122011-08-14 Yao Qi <yao@codesourcery.com>
213
214 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
215 (TIC6x Features): New node.
216
457e09f0
DE
2172011-08-12 Doug Evans <dje@google.com>
218
219 * gdb.texinfo (Symbols In Python): Document symbol.type.
220
5e239b84
PM
2212011-08-09 Phil Muldoon <pmuldoon@redhat.com>
222
223 * gdb.texinfo (Python): Document command and function
224 auto-loading.
225
177bc839
JK
2262011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
227 Eli Zaretskii <eliz@gnu.org>
228
229 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
230 typedefs unrolling. Extend the sample code by an inner typedef and
231 outer typedefs unrolling.
232
1a532630
PP
2332011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
234
235 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
236 size and line-size.
237
9b158ba0 2382011-07-21 Matt Rice <ratmice@gmail.com>
239
240 PR macros/12999
241 * gdb.texinfo (Macros): Add info definitions and info macros commands.
242 Update text and cindex entries for info macro command.
243
d17b6f81
PM
2442011-07-21 Phil Muldoon <pmuldoon@redhat.com>
245
246 * observer.texi (GDB Observers): Add before_prompt observer.
247 * gdb.texinfo (Basic Python): Add documentation for prompt
248 substitution.
249
713389e0
PM
2502011-07-11 Phil Muldoon <pmuldoon@redhat.com>
251
252 PR python/12438
253 * gdb.texinfo (Python Commands): Add deprecate note to maint
254 set/show python print-stack. Document set/show python
255 print-backtrace.
256
177b42fe
TJB
2572011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
258
259 * gdb.texinfo: Fix typos.
260
900e11f9
JK
2612011-07-01 Tom Tromey <tromey@redhat.com>
262
263 * gdb.texinfo (Debugging Output): Document set debug
264 check-physname.
265
39c4d40a
TT
2662011-06-29 Tom Tromey <tromey@redhat.com>
267
268 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
269 breakpoint-notifications feature.
270
6f5def7d
UW
2712011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
272
273 * gdb.texinfo (Target Description): Remove warning about
274 possibly unstable format.
275
8cf64490
TT
2762011-06-03 Tom Tromey <tromey@redhat.com>
277
278 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
279 (Events In Python): Note that exit_code is optional.
280
393eab54
PA
2812011-05-17 Pedro Alves <pedro@codesourcery.com>
282
283 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
284 required for multi-threading support.
285 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
286 Hc are deprecated for multi-threading debugging. Point readers at
287 the vCont packet.
288
75fc9810
DE
2892011-05-15 Doug Evans <dje@google.com>
290
291 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
292
01124a23
DE
2932011-05-13 Doug Evans <dje@google.com>
294
98a5dd13
DE
295 * gdb.texinfo (Threads): Document $sdir,$pdir.
296 (Server): Document $pdir exception.
297
dbaefcf7
DE
298 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
299
cc63ef9b
DE
300 * gdb.texinfo (Threads): Clarify default value for
301 libthread-db-search-path.
7e0396aa 302
01124a23
DE
303 * gdb.texinfo (Completion): Update example.
304 (Debugging Output): Delete `set/show debug lin-lwp-async'.
305
d248b706
KY
3062011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
307
308 * gdb.texinfo: Document change in the behaviour of the enable and
309 disable GDB commands when applied to tracepoints.
310 Document the EnableDisableTracepoints remote stub feature.
311 Document QTEnable and QTDisable in the list of tracepoint packets.
312
cc88a640
JK
3132011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
314
315 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
316 hsuser.texi.
317 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
318 comment to hsuser.texi. Change rluser.texi name in the comment.
319
84e578fb
DE
3202011-05-10 Doug Evans <dje@google.com>
321
322 * gdb.texinfo (Threads): If an empty path is provided for
323 libthread-db-search-path it is reset to its default value.
324 (Server): Ditto.
325
478aac75
DE
3262011-05-09 Doug Evans <dje@google.com>
327
328 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
329
9c06b0b4
TJB
3302011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
331 Thiago Jung Bauermann <bauerman@br.ibm.com>
332
333 Implement support for PowerPC BookE masked watchpoints.
334 * gdb.texinfo (Set Watchpoints): Document mask parameter.
335 (PowerPC Embedded): Mention support of masked watchpoints.
336
9ed350ad
JB
3372011-05-03 Joel Brobecker <brobecker@adacore.com>
338
339 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
340 `@value{GDBN}'.
341
4ceed123
JB
3422011-05-03 Joel Brobecker <brobecker@adacore.com>
343
344 * gdb.texinfo (titlepage): Remove dedication.
345 (In Memoriam): New appendix.
346
559a7a62
JK
3472011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
348 Eli Zaretskii <eliz@gnu.org>
349
350 * gdb.texinfo (Index Section Format): Change the version to 5.
351 Describe the different formula.
352
03f2bd59
JK
3532011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
354 Eli Zaretskii <eliz@gnu.org>
355
356 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
357 for disconnected tracing.
358 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
359 extended-remote relationship. Mention --once.
360 (TCP port allocation lifecycle of @code{gdbserver}): New.
361
d9b1a651
EZ
3622011-04-23 Eli Zaretskii <eliz@gnu.org>
363
364 * gdb.texinfo (Server): Improve indexing. Index all optional
365 switches to gdbserver.
366
90476074
TT
3672011-04-20 Tom Tromey <tromey@redhat.com>
368
369 * gdb.texinfo (Index Section Format): New node.
370 (Top): Add new node to menu.
371
c21236dc
PA
3722011-04-20 Pedro Alves <pedro@codesourcery.com>
373
374 * gdb.texinfo (Maintenance Commands): Document `maint print
375 remote-registers'.
376
05c8c3f5
TT
3772011-04-20 Tom Tromey <tromey@redhat.com>
378
379 * gdb.texinfo (Trace File Format): Move node later.
380
7a9dd1b2
TT
3812011-04-19 Tom Tromey <tromey@redhat.com>
382
383 * gdbint.texinfo (Register Information Functions): Remove
384 duplicate "the".
385 * gdb.texinfo (Emacs): Remove duplicate "to".
386 (GDB/MI Variable Objects): Remove duplicate "the".
387 (General Query Packets): Likewise.
388
4368ebeb
JB
3892011-04-02 Joel Brobecker <brobecker@adacore.com>
390
391 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
392 "GDB/MI Ada Exception Information" node.
393
956a9fb9
JB
3942011-04-01 Joel Brobecker <brobecker@adacore.com>
395
396 * gdb.texinfo (GDB/MI Ada Exception Information): Document
397 the "exception-name" field in the *stopped async record.
398
f1310107
TJB
3992011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
400 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
401
402 Implement support for PowerPC BookE ranged breakpoints.
403 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
404
8786b2bd
TT
4052011-03-28 Tom Tromey <tromey@redhat.com>
406
407 * gdb.texinfo (Set Tracepoints): Fix typo.
408
9ef07c8c
TT
4092011-03-24 Tom Tromey <tromey@redhat.com>
410
411 * gdb.texinfo (Specify Location): Document `function:label'
412 linespec.
413
99c3dc11
PM
4142011-03-18 Phil Muldoon <pmuldoon@redhat.com>
415
f1310107 416 PR python/12149
99c3dc11
PM
417
418 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
419
29703da4
PM
4202011-03-17 Phil Muldoon <pmuldoon@redhat.com>
421
422 * gdb.texinfo (Blocks In Python): Add is_valid method description.
423 (Inferiors In Python): Likewise.
424 (Threads In Python): Likewise.
425 (Symbols In Python): Likewise.
426 (Objfiles In Python): Likewise.
427 (Symbol Tables In Python): Likewise.
428
c9174737
PA
4292011-03-15 Pedro Alves <pedro@codesourcery.com>
430
431 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
432 display>: Explain that the commands accept number ranges.
433
7371cf6d
PM
4342011-03-14 Phil Muldoon <pmuldoon@redhat.com>
435
436 * gdb.texinfo (Breakpoints In Python): Add description and example
437 of Python stop function operation.
438
ecec24e6
PM
4392011-03-10 Phil Muldoon <pmuldoon@redhat.com>
440
441 * gdb.texinfo (Parameters In Python): Document get_set_string and
442 get_show_string methods.
443
6dcd5565
JK
4442011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
445
446 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
447
81896e36
JK
448 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
449 circular-trace-buffer name.
450
5e30da2c
JB
4512011-02-28 Joel Brobecker <brobecker@adacore.com>
452
453 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
454 in the previous change.
455
3bd0f5ef 4562011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
457
458 * gdb.texinfo (Inferiors and Programs): Update commands to show
459 that they can accept multiple arguments.
460
4ec7539c
JB
4612011-02-24 Joel Brobecker <brobecker@adacore.com>
462
463 Revert the following patch (code patch was not approved):
464 2011-02-21 Hui Zhu <teawater@gmail.com>
465 * agentexpr.texi (bytecode descriptions): add printf.
466 * gdb.texinfo (tracepoint action lists): add printf.
467
82809774
DE
4682011-02-23 Doug Evans <dje@google.com>
469
470 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
471
e5a67952
MS
4722011-02-23 Michael Snyder <msnyder@vmware.com>
473
474 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
475 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
476 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
477
6e6fbe60
DE
4782011-02-22 Doug Evans <dje@google.com>
479
480 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
481 Clarify behaviour of lookup_symbol when `block' argument is omitted,
482 add description of result, fix @defun formatting.
483
f994e27a
HZ
4842011-02-21 Hui Zhu <teawater@gmail.com>
485
486 * agentexpr.texi (Bytecode Descriptions): Add printf.
487 * gdb.texinfo (Tracepoint Action Lists): Add printf.
488
c7f96d2b
TT
4892011-02-18 Tom Tromey <tromey@redhat.com>
490
491 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
492
60f98dde
MS
4932011-02-14 Michael Snyder <msnyder@vmware.com>
494
495 * gdb.texinfo (threads): Document argument for "info threads" cmd.
496 Document new command "thread find".
497
08e796bc
MS
4982011-02-14 Michael Snyder <msnyder@vmware.com>
499
500 * gdb.texinfo (Threads): Update example of new thread message.
501
b3b9301e
PA
5022011-02-14 Pedro Alves <pedro@codesourcery.com>
503
504 * gdb.texinfo (Remote Configuration): Mention set/show remote
505 traceframe-info.
506 (Tools/Packages Optional for Building GDB): Mention that expat is
507 used for traceframe info.
508 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
509 (General Query Packets) <qSupported>: Describe the
510 qXfer:traceframe-info:read feature.
511 (qXfer::read): Describe qXfer:traceframe-info:read.
512 (Traceframe Info Format): New section.
513
cef35b0f
PA
5142011-02-04 Pedro Alves <pedro@codesourcery.com>
515
516 * gdbint.texinfo (Formatting): Mention some formatting guidelines
517 for casts and unary operators.
518
f1cbe1d3
TT
5192011-02-04 Tom Tromey <tromey@redhat.com>
520
521 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
522 is not useful.
523
585fdaa1
PA
5242011-01-25 Pedro Alves <pedro@codesourcery.com>
525
526 * gdb.texinfo: s/value optimized out/optimized out/g
527
7bfc9434
JB
5282011-01-21 Joel Brobecker <brobecker@adacore.com>
529
530 * gdb.texinfo (Other Misc Settings): Rework part of the
531 documentation of the "set interactive mode" command.
532
4694da01
TT
5332011-01-19 Tom Tromey <tromey@redhat.com>
534
535 * gdb.texinfo (Threads): Document thread name output and `thread
536 name' command.
537 (Threads In Python): Document Thread.name attribute.
538 (GDB/MI Thread Commands): Document thread attributes.
539
b716877b
AB
5402011-01-12 Andrew Burgess <aburgess@broadcom.com>
541
542 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
543 changes in mi/mi-cmd-disas.c
544
13fd8b81
TT
5452011-01-12 Tom Tromey <tromey@redhat.com>
546
547 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
548 Fix "thread apply" text.
549
e09342b5
TJB
5502011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
551 Thiago Jung Bauermann <bauerman@br.ibm.com>
552
553 Implement support for PowerPC BookE ranged watchpoints.
554 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
555 the "set powerpc exact-watchpoints" flag.
556
06e65f44
TT
5572011-01-07 Tom Tromey <tromey@redhat.com>
558
559 * gdb.texinfo (Python API): Add descriptions to @menu items.
560
d8e22779
TT
5612011-01-06 Tom Tromey <tromey@redhat.com>
562
563 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
564
a255712f
PP
5652010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
566
e09342b5 567 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 568
ccfc3d6e
TT
5692011-01-06 Tom Tromey <tromey@redhat.com>
570
571 PR python/12133:
572 * gdb.texinfo (Frames In Python): Document various frame
573 constants.
574
44944448
JB
5752011-01-05 Joel Brobecker <brobecker@adacore.com>
576
577 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
578 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
579 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
580
42ea3d7a
JK
5812011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
582
583 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
584 (clean): Add GDBvn.texi.
585
720d1a40
JB
5862010-12-29 Joel Brobecker <brobecker@adacore.com>
587
588 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
589 occasional case where the debugger prints an array address
590 instead of the array itself.
591
ad196637
PA
5922010-12-23 Pedro Alves <pedro@codesourcery.com>
593
594 * gdb.texinfo (Packets) <read registers packet>: Document support
595 for registers that were not collected.
596
a86caf66
DE
5972010-12-15 Doug Evans <dje@google.com>
598
599 * gdb.texinfo (Startup): Document auto-loading of scripts during
600 startup.
601 (Auto-loading): Delete "maint set python auto-load on|off".
602 Add "set auto-load-scripts on|off".
603
aae1c79a
DE
6042010-12-07 Doug Evans <dje@google.com>
605
606 * gdb.texinfo (Mode Options): Document -data-directory.
607 (Data Files): Add reference to -data-directory.
608
4e04c971
DE
6092010-11-29 Doug Evans <dje@google.com>
610
611 * gdb.texinfo (Pretty-Printer Introduction): Change
612 printer-name:subprinter-name to printer-name;subprinter-name.
613
94b6973e
PM
6142010-11-29 Phil Muldoon <pmuldoon@redhat.com>
615
616 PR python/12199
617
618 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
619
39037522
TT
6202010-11-23 Tom Tromey <tromey@redhat.com>
621
622 * gdb.texinfo (Top): Check SYSTEM_READLINE.
623 (Editing): Likewise.
624 (Command History): Likewise.
625 (TUI Keys): Likewise.
626 (Bug Reporting): Conditionally include rluser.texi and
627 inc-history.texinfo.
628 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
629 (GDB_DOC_SOURCE_INCLUDES): Add comment.
630 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
631 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
632 (gdb.pdf): Likewise.
633 (gdb.info): Likewise.
634 (gdb/index.html): Likewise.
635
5ae98d25
TT
6362010-11-23 Tom Tromey <tromey@redhat.com>
637
638 * Makefile.in (Makefile): Run ../config.status.
639 (distclean): Update.
640 * configure: Remove.
641 * configure.ac: Remove.
642
621c8364
TT
6432010-11-12 Tom Tromey <tromey@redhat.com>
644
645 * gdb.texinfo (Basic Python): Update. Add xref.
646 (Exception Handling): Document new exception classes.
647 (Types In Python): Update.
648 (Frames In Python): Update.
649
84f4c1fe
PM
6502010-11-11 Phil Muldoon <pmuldoon@redhat.com>
651
652 * gdb.texinfo (Breakpoints In Python): Document "internal"
653 parameter, and visible attribute.
654
99e7ae30
DE
6552010-11-05 Doug Evans <dje@google.com>
656
657 * gdb.texinfo (Source Path): Document "set directories".
658
f4b8a18d
KW
6592010-11-05 Ken Werner <ken.werner@de.ibm.com>
660
661 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
662 (OpenCL C): New node.
663
7b51bc51
DE
6642010-11-02 Doug Evans <dje@google.com>
665
666 * gdb.texinfo (Pretty Printing): Expand into three sections,
667 introduction, example, and commands.
668 (Python API): Delete section Disabling Pretty-Printers, merge into
669 Selecting Pretty-Printers.
670 (Writing a Pretty-Printer): New section. Move the pretty-printer
671 example here, and reformat to match python coding style. Add a second
672 example using the gdb.printing module.
673 (Python modules): Add gdb.printing.
674
9eeee977
DE
6752010-10-29 Doug Evans <dje@google.com>
676
677 * gdb.texinfo (Python): Fix long line.
678
a0e0ffdf
DE
6792010-10-20 Doug Evans <dje@google.com>
680
681 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
682 All references updated. Correct sections marked as subsections.
683 (Coding Standards): New chapter. Move the coding standard related
684 subsections here. Add section on Python coding standards.
685
0e3509db
DE
6862010-10-13 Doug Evans <dje@google.com>
687
688 * gdb.texinfo (Python): Add "Python modules".
689 (Types in Python): Add reference to gdb.types section.
690 (Python modules): New node.
691
44592cc4
DE
6922010-10-11 Doug Evans <dje@google.com>
693
694 * gdb.texinfo (Values From Inferior): Add reference to "Types in
695 Python" from gdb.Value.type description.
696
6e1bb179
JB
6972010-09-28 Joel Brobecker <brobecker@adacore.com>
698
699 * gdb.texinfo (Ravenscar Profile): New node.
700
e8467610
TT
7012010-09-22 Tom Tromey <tromey@redhat.com>
702
703 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
704
fccd1d1e
EZ
7052010-09-22 Eli Zaretskii <eliz@gnu.org>
706
707 * gdb.texinfo (Values From Inferior): Clarify that
708 value.dynamic_type works only in C++ programs with RTTI.
709
c1b6b909
TT
7102010-09-15 Paul Bolle <pebolle@tiscali.nl>
711
712 * gdb.texinfo (Character Sets): Correctly reference host-charset
713 in example.
714
7d288aaa
TT
7152010-09-13 Tom Tromey <tromey@redhat.com>
716
717 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
718 Document "fullname" and "from".
719
f75d858b
MK
7202010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
721
722 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
723 feature `reverse' output by -list-target-features.
724
83b9503b
L
7252010-08-31 H.J. Lu <hongjiu.lu@intel.com>
726
727 * gdb.texinfo (i386 Features): Remove an extra "@item".
728
03f17ccf
TT
7292010-08-30 Tom Tromey <tromey@redhat.com>
730
731 PR python/11792:
732 * gdb.texinfo (Values From Inferior): Document dynamic_type.
733
9779414d
DJ
7342010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
735
736 * gdb.texinfo (ARM Features): Document
737 org.gnu.gdb.arm.m-profile.
738
f9ffd4bb
TT
7392010-08-23 Tom Tromey <tromey@redhat.com>
740
741 PR python/11145:
742 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
743 reinterpret_cast methods.
744
702c2711
TT
7452010-08-23 Tom Tromey <tromey@redhat.com>
746
747 PR python/11915:
748 * gdb.texinfo (Types In Python): Document array method.
749
66b73624
TJB
7502010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
751
752 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
753
06a64a0b
TT
7542010-08-16 Tom Tromey <tromey@redhat.com>
755
756 * gdb.texinfo (Set Watchpoints): Document -location option.
757
a3a7127e
DE
7582010-08-13 Doug Evans <dje@google.com>
759
760 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
761
8dedea02
VP
7622010-08-13 Vladimir Prus <vladimir@codesourcery.com>
763
764 * gdb.texinfo (GDB/MI Data Manipulation): Document
765 -data-read-memory-raw and -data-write-memory-raw.
766
ca5c20b6 7672010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 768 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
769
770 * gdb.texinfo (Basic Python): Describe post_event API.
771
cb2e07a6
PM
7722010-08-11 Phil Muldoon <pmuldoon@redhat.com>
773
774 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 775 decode_line Python APIs
cb2e07a6 776
464b3efb
TT
7772010-08-10 Tom Tromey <tromey@redhat.com>
778
779 * gdb.texinfo (Pretty Printing API): Document
780 gdb.default_visualizer.
781
c29c521f
TT
7822010-08-10 Tom Tromey <tromey@redhat.com>
783
784 Revert gdb-add-index addition:
785 * gdb.texinfo (Index Files): Don't document gdb-add-index.
786
5da1313b
JK
7872010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
788 Eli Zaretskii <eliz@gnu.org>
789
790 * gdb.texinfo (Mode Options) <-batch>
791 (Basic Python) <gdb.execute>: Describe setting width and height.
792
02d868e8
PP
7932010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
794
795 * gdb.texinfo (Threads): Document 'debug libthread-db'.
796
c2bbed2a
TT
7972010-07-30 Tom Tromey <tromey@redhat.com>
798
799 * gdb.texinfo (Index Files): Mention gdb-add-index.
800
6c13bbe1
HZ
8012010-07-30 Hui Zhu <teawater@gmail.com>
802
803 * gdb.texinfo (Inferiors and Programs): Update the introduce of
804 "detach inferior" and "kill inferior".
805
53a71c06
CR
8062010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
807
808 * gdb.texinfo (Machine Code): Update description of two forms of
809 arguments, and add new example to demonstrate the new form.
810
5374244e
PM
8112010-07-27 Phil Muldoon <pmuldoon@redhat.com>
812
813 * gdb.texinfo (Values From Inferior): Add value inferior function
814 call description.
815
8ea5bce5
JK
8162010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
817
818 * gdb.texinfo (Active Targets): Fix wrong comma placement.
819
c0edd9ed
JK
8202010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
821 Eli Zaretskii <eliz@gnu.org>
822
823 Make core files the process_stratum.
824 * gdb.texinfo (Active Targets): Remove core_stratum. Include
825 record_stratum example.
826
9291a0cd
TT
8272010-07-13 Tom Tromey <tromey@redhat.com>
828
829 * gdb.texinfo (Index Files): New node.
830
f5011d11
TT
8312010-07-13 Tom Tromey <tromey@redhat.com>
832
833 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
834
0f5238ed
TT
8352010-07-13 Tom Tromey <tromey@redhat.com>
836
837 * gdb.texinfo (Specify Location): Document labels.
838
74c761c1
PA
8392010-07-01 Pedro Alves <pedro@codesourcery.com>
840
841 * gdb.texinfo (Create and Delete Tracepoints): Add more index
842 entries for fast tracepoints and static tracepoints.
843
501994c0
PA
8442010-07-01 Pedro Alves <pedro@codesourcery.com>
845
846 * gdb.texinfo (General Query Packets) <qfThreadInfo,
847 qsThreadInfo>: Spell out `l' as ell.
848
0fb4aa4b
PA
8492010-07-01 Pedro Alves <pedro@codesourcery.com>
850
851 * gdb.texinfo (Convenience Variables): Document $_sdata.
852 (Commands to Set Tracepoints): Describe static tracepoints. Add
853 `Listing Static Tracepoint Markers' menu entry. Document
854 "strace".
855 (Tracepoint Action Lists): Document collecting $_sdata.
856 (Listing Static Tracepoint Markers): New subsection.
857 (Tracepoints support in gdbserver): Mention static tracepoints.
858 (remote packets, enabling and disabling): Mention
859 read-sdata-object.
860 (General Query Packets) <qSupported>: Document qXfer:sdata:read
861 and StaticTracepoint.
862 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
863 Document qXfer:sdata:read.
864 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
865
dc3b15be
JB
8662010-06-29 Joel Brobecker <brobecker@adacore.com>
867
868 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
869
595939de
PM
8702010-06-28 Phil Muldoon <pmuldoon@redhat.com>
871 Tom Tromey <tromey@redhat.com>
872 Thiago Jung Bauermann <bauerman@br.ibm.com>
873
874 * gdb.texinfo (Inferiors In Python): New node.
875 * gdb.texinfo (Threads In Python): New node.
876
9279c692
JB
8772010-06-28 Joel Brobecker <brobecker@adacore.com>
878
879 * gdb.texinfo (Python): Document what the python directory is
880 and what its location is.
881 (Basic Python): Document the gdb.PYTHONDIR constant.
882
bc9f0842
TT
8832010-06-25 Tom Tromey <tromey@redhat.com>
884
885 PR python/10808:
886 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
887
f1421989
HZ
8882010-06-24 Hui Zhu <teawater@gmail.com>
889
890 * gdb.texinfo: (Commands for Controlled Output): Add
891 documentation for command "eval".
892
e4c0cfae
SS
8932010-06-21 Stan Shebs <stan@codesourcery.com>
894
895 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
896 * annotate.texinfo: Ditto.
897 * gdbint.texinfo: Ditto.
898 * stabs.texinfo: Ditto.
899
bb08c432
HZ
9002010-06-22 Hui Zhu <teawater@gmail.com>
901
902 * gdb.texinfo: (Process Record and Replay): Add documentation
903 for command "set record memory-query".
904
4f5d9f07
SS
9052010-06-21 Stan Shebs <stan@codesourcery.com>
906
907 * gdb.texinfo: Relicense under GFDL version 1.3.
908 * annotate.texinfo: Relicense under GFDL version 1.3.
909 * gdbint.texinfo: Relicense under GFDL version 1.3.
910 * stabs.texinfo: Relicense under GFDL version 1.3.
911 * fdl.texi: Update to version 1.3.
912
6aed2dbc
SS
9132010-06-18 Stan Shebs <stan@codesourcery.com>
914
a61408f8
SS
915 * gdb.texinfo (Operating System Auxiliary Information): Describe
916 "info os" when no arguments given.
917
6aed2dbc
SS
918 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
919 $_thread.
920
24e933df
HZ
9212010-06-18 Hui Zhu <teawater@gmail.com>
922
923 * gdb.texinfo: (Process Record and Replay): Add documentation
924 for commands "record save" and "record restore".
925
65d79d4b
SDJ
9262010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
927
928 * gdb.texinfo: Include information about the correct use
929 of addresses in the `watch' command.
930
d914c394
SS
9312010-06-11 Stan Shebs <stan@codesourcery.com>
932
933 * gdb.texinfo (Observer Mode): New section.
934 (General Query Packets): Document QAllow.
889bf7c5 935
967cf477
DE
9362010-06-04 Doug Evans <dje@google.com>
937
938 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
939
aaf4119b
DE
9402010-06-03 Doug Evans <dje@google.com>
941
942 * gdbint.texinfo (Coding): Add subsection on command names.
943
9eae7c52
TT
9442010-06-02 Tom Tromey <tromey@redhat.com>
945
946 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
947 always-disassemble.
948
fa593d66
PA
9492010-06-01 Pedro Alves <pedro@codesourcery.com>
950
951 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
952 gdbserver, and add cross reference.
953 (Tracepoints support in gdbserver): New subsection.
954
dde08ee1
PA
9552010-05-26 Pedro Alves <pedro@codesourcery.com>
956
957 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
958 `qRelocInsn' feature.
959 (Relocate instruction reply packet): New subsection
960 of `Tracepoint Packets'.
961 (Tracepoint Packets): Mention that packets QTDP and QTStart
962 support the qRelocInsn request, and add cross reference to new
963 subsection.
964
07ca107c
DE
9652010-05-25 Doug Evans <dje@google.com>
966
967 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
968 (Commands In Python): Document gdb.string_to_argv.
969
c25c4a8b
JK
9702010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
971
972 * gdbint.texinfo (Host Definition): Remove items NORETURN and
973 ATTR_NORETURN.
974
d7b32ed3 9752010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
976 Tom Tromey <tromey@redhat.com>
977 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 978
c25c4a8b 979 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 980
6aecb9c2
JB
9812010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
982
983 * gdb.texinfo: (Summary) Add mention about D language support.
984 (Filenames): Add D suffixes.
985 (D): New node.
986
b7da9e9f
PM
9872010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
988
989 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
990 of macro deleted from GDB code.
991
ab38a727
PA
9922010-04-24 Pedro Alves <pedro@codesourcery.com>
993
994 * gdb.texinfo (Commands to specify files): Describe what how GDB
995 looks up DOS-based filesystem paths on the system root. Document
996 the new `set/show target-file-system-kind' commands.
997
66d09542
DE
9982010-04-23 Doug Evans <dje@google.com>
999
1000 * gdb.texinfo (Python): Move Auto-loading section here ...
1001 (Python API): from here.
1002 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
1003 (Maintenance Commands): Add docs for "maint print section-scripts".
1004
8bd10a10
CM
10052010-04-20 Chris Moller <cmoller@redhat.com>
1006
1007 * gdb.texinfo (Setting Breakpoints): Added description of
1008 filename-qualified rbreak.
1009 * refcard.tex (Breakpoints and Watchpoints): Added brief
1010 description of filename-qualified rbreak.
1011
4c374409
JK
10122010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1013
1014 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
1015 (Python API): Change the reference to Pretty Printing API.
1016 (Pretty Printing): Move the user part under the Data node. Reformat
1017 the sample output to 72 columns. Create a new reference to Pretty
1018 Printing API. Rename the API part ...
1019 (Pretty Printing API): To a new node name.
1020 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
1021 (GDB/MI Variable Objects): Change references to Pretty Printing API.
1022
5a9351ae
SS
10232010-04-21 Stan Shebs <stan@codesourcery.com>
1024
1025 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 1026 and commands.
5a9351ae 1027 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 1028
9a22f0d0
PM
10292010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1030
1031 * gdb.texinfo (Examining memory): Update for change in string
1032 display with explicit size.
1033
6149aea9
PA
10342010-04-19 Pedro Alves <pedro@codesourcery.com>
1035
1036 PR breakpoints/8554.
1037
1038 * gdb.texinfo (Save Breakpoints): New node.
1039 (save-tracepoints): Rename to ...
1040 (save tracepoints): ... this. Mention that `save-tracepoints' is
1041 a deprecated alias to `save tracepoints'.
1042
711e434b
PM
10432010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
1044
645797a8 1045 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
1046 (info w32 thread-information-block): Document new command.
1047 (qGetTIBAddress): Document new gdbserver query.
1048 (maint set/show show-all-tib): Document new command.
1049
3f7b2faa
DE
10502010-04-15 Doug Evans <dje@google.com>
1051
fa33c3cd
DE
1052 * gdb.texinfo (Python API): Add progspaces section.
1053 (Selecting Pretty-Printers): Progspace pretty-printers are
1054 searched too.
1055 (Progspaces In Python): New section.
1056
3f7b2faa
DE
1057 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
1058
79f283fe
PM
10592010-04-14 Phil Muldoon <pmuldoon@redhat.com>
1060
1061 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
1062 returns None.
1063
87290684
SS
10642010-04-09 Stan Shebs <stan@codesourcery.com>
1065
1066 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1067 Describe the `frames-created' field, tweak grammar.
1068
a97153c7
PA
10692010-04-09 Pedro Alves <pedro@codesourcery.com>
1070
1071 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1072 Describe the `circular' and `disconnected' fields.
1073
5c5dcc1b
L
10742010-04-09 H.J. Lu <hongjiu.lu@intel.com>
1075
1076 * gdb.texinfo (maint print registers): Mention unavailable and
1077 invisible registers.
1078
adc36818
PM
10792010-04-09 Phil Muldoon <pmuldoon@redhat.com>
1080 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 1081 Tom Tromey <tromey@redhat.com>
adc36818
PM
1082
1083 * gdb.texinfo (Breakpoints In Python): New Node.
1084
33da3f1c
SS
10852010-04-08 Stan Shebs <stan@codesourcery.com>
1086
1087 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
1088 trace status fields.
1089
3a13a53b
L
10902010-04-08 H.J. Lu <hongjiu.lu@intel.com>
1091
1092 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
1093 optional. Make org.gnu.gdb.i386.avx requires
1094 org.gnu.gdb.i386.avx.
1095
08001717
DE
10962010-04-08 Doug Evans <dje@google.com>
1097
1098 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
1099 search path, and document that gdb only scans the search path if
1100 the script's path doesn't specify a directory.
1101
c375651d
DE
11022010-04-05 Doug Evans <dje@google.com>
1103
1104 * gdb.texinfo (maint show python auto-load): Fix typo.
1105
af54718e
SS
11062010-04-04 Stan Shebs <stan@codesourcery.com>
1107
d77f58be
SS
1108 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
1109 (Setting Watchpoints): Update description of "info watch".
1110 (Disabling Breakpoints): Only "info break" lists all.
1111
af54718e
SS
1112 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
1113 (tdump): Explain how tdump works.
1114
86b17b60
PA
11152010-04-01 Pedro Alves <pedro@codesourcery.com>
1116
1117 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
1118 add cross reference.
1119
ff12863f
PA
11202010-03-31 Pedro Alves <pedro@codesourcery.com>
1121
1122 * gdb.texinfo (TUI Commands): Mention that in some cases, these
1123 commands error out.
1124
f68eb612
L
11252010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1126
1127 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
1128
c8d5aac9
L
11292010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1130
1131 * gdb.texinfo (General Query Packets): Add xmlRegisters.
1132
7d13fe92
SS
11332010-03-29 Stan Shebs <stan@codesourcery.com>
1134 Nathan Sidwell <nathan@codesourcery.com>
1135
1136 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
1137 GDBN equivalent.
1138 (Set Tracepoints): Remove mention that conditional tracepoints
1139 don't exist.
1140 (Tracepoint Actions): Clarify when while-stepping collection
1141 happens, note that while-stepping does not automatically collect
1142 $pc.
1143
409873ef 11442010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 1145
409873ef
SS
1146 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
1147 (General Query Packets): Describe TracepointSource.
1148
ee8e71d4
EZ
11492010-03-27 Matt Rice <ratmice@gmail.com>
1150
c8d5aac9
L
1151 * gdb.texinfo (ARM): Document arguments to "target sim".
1152 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 1153
99b5e152
PA
11542010-03-26 Pedro Alves <pedro@codesourcery.com>
1155
1156 * gdb.texinfo (Tracepoint Packets): Remove mention that
1157 terror:string may be plain text, and drop mention of X prefix.
1158
cd64ee31
VP
11592010-03-26 Vladimir Prus <vladimir@codesourcery.com>
1160
1161 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
1162
6c28cbf2
SS
11632010-03-24 Stan Shebs <stan@codesourcery.com>
1164
1165 * gdb.texinfo (Tracepoint Packets): Document trace error status.
1166
95a42b64
TT
11672010-03-24 Tom Tromey <tromey@redhat.com>
1168
1169 PR breakpoints/9352:
1170 * gdb.texinfo (Break Commands): Update.
1171
18148017
VP
11722010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1173
1174 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
1175 commands.
1176
4daf5ac0
SS
11772010-03-16 Stan Shebs <stan@codesourcery.com>
1178
1179 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
1180 circular-trace-buffer.
1181 (Tracepoint Packets): Describe QTBuffer, and details of the
1182 qTStatus reply.
1183
c9429232
SS
11842010-03-12 Stan Shebs <stan@codesourcery.com>
1185 Nathan Sidwell <nathan@codesourcery.com>
1186
1187 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
1188 doing instruction stepping.
1189 (Tracepoint Restrictions): New node.
1190
ccefe4c4
TT
11912010-03-10 Tom Tromey <tromey@redhat.com>
1192
1193 * gdbint.texinfo (Symbol Handling): Update.
1194
7c953934
TT
11952010-03-08 Tom Tromey <tromey@redhat.com>
1196
1197 PR cli/9591:
1198 * gdb.texinfo (Mode Options): Mention lack of pagination and
1199 confirmation with --batch.
1200 (Screen Size): Mention --batch.
1201 (Messages/Warnings): Likewise.
1202
f870a310
TT
12032010-03-05 Tom Tromey <tromey@redhat.com>
1204
1205 * gdb.texinfo (Basic Python): Document target_charset and
1206 target_wide_charset.
1207
78e2826b
TT
12082010-03-05 Tom Tromey <tromey@redhat.com>
1209
1210 * gdb.texinfo (Data): Link to pretty-printing.
1211 (Output Formats): Likewise. Correct text.
1212
f5dff777
DJ
12132010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1214
1215 * gdb.texinfo (Types): Describe <struct> and <flags>.
1216
dc00d89f
PM
12172010-02-28 Phil Muldoon <pmuldoon@redhat.com>
1218
1219 * gdb.texinfo (Frames In Python): Add block parameter and
1220 description to read_var text.
1221
5107b149 12222010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 1223 Tom Tromey <tromey@redhat.com>
5107b149
PM
1224
1225 * gdb.texinfo (Types In Python): Describe block argument in
1226 template_argument and gdb.lookup_type.
1227
e03e5e7b
TT
12282010-02-24 Tom Tromey <tromey@redhat.com>
1229
1230 * gdb.texinfo (Cygwin Native): Fix typo.
1231
f3e9a817
PM
12322010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1233
1234 * gdb.texinfo (Frames In Python): Add block, find_sal, function
1235 and select method descriptions.
1236 (Python API): Add Blocks In Python, Symbols in Python and Symbol
1237 Tables in Python to menu.
1238 (Blocks In Python): New node.
1239 (Symbols In Python): New node.
1240 (Symbol Tables in Python): New node.
1241
a79b8f6e
VP
12422010-02-24 Vladimir Prus <vladimir@codesourcery.com>
1243
1244 Multiexec MI
1245
1246 gdb/
1247 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
1248
1249 gdb/doc/
1250 * gdb.texinfo (GDB/MI Command Syntax): Document notification
1251 changes.
1252 (GDB/MI Program Execution): Document current behaviour of
1253 --all and --thread-group.
1254 (GDB/MI Miscellaneous Commands): Document -add-inferior and
1255 -remove-inferior.
1256 * observer.texi (inferior_added, inferior_removed): New
1257 observers.
1258
629d6a47
TT
12592010-02-19 Tom Tromey <tromey@redhat.com>
1260
1261 * gdbint.texinfo (Getting Started): Fix @node.
1262 (Debugging GDB): Likewise.
1263
c09529e5
JB
12642010-02-13 Joel Brobecker <brobecker@adacore.com>
1265
1266 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
1267 documenting the gdb_test_timeout variable.
1268
540aa8e7
MS
12692010-02-12 Jakob Engblom <jakob@virtutech.com>
1270
1271 * gdb.texinfo (MI commands): Added documentation of --reverse
1272 option to a set of MI commands. Restructured documentation of MI
1273 commands --exec-continue to reflect the complexity of reverse
1274 execution.
1275
081dfbf7
PA
12762010-02-12 Pedro Alves <pedro@codesourcery.com>
1277
1278 * gdb.texinfo (Using the Collected Data): Specify that the address
1279 range of `tfind outsize' is exclusive, and that the address range
1280 of `tfind range' is inclusive.
1281 (Tracepoint Packets): Specify that the address range of
1282 `QTFrame:range' is inclusive, and that the address range of
1283 `QTFrame:outside' is exclusive
1284
8e9c5e02
VP
12852010-02-12 Vladimir Prus <vladimir@codesourcery.com>
1286
1287 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
1288
92981e24
TT
12892010-02-10 Tom Tromey <tromey@redhat.com>
1290
1291 * gdb.texinfo (Debugging Output): Document set debug parser and
1292 show debug parser.
1293
075b51b7
L
12942010-02-09 H.J. Lu <hongjiu.lu@intel.com>
1295
1296 * gdb.texinfo (Predefined Target Types): Add i387_ext,
1297 i386_eflags and i386_mxcsr.
1298
3bb8d5c3
L
12992010-02-08 H.J. Lu <hongjiu.lu@intel.com>
1300
1301 * gdb.texinfo: Document i386 target features.
1302
c5f80513
DE
13032010-02-05 Doug Evans <dje@google.com>
1304
1305 * gdbint.texinfo (Testsuite): Add a new section to document the
1306 various DejaGnu variables that may be overridden.
1be00882 1307 Document INTERNAL_GDBFLAGS.
c5f80513 1308
6ac33a4e
TT
13092010-02-04 Tom Tromey <tromey@redhat.com>
1310
1311 PR cli/8830:
1312 * gdb.texinfo (Files): -readnow comes before the filename for file
1313 and symbol-file.
1314
a1dcb23a
DJ
13152010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1316
1317 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
1318 Document ARM breakpoint types.
1319 (Register Packet Format): Move into the new section.
1320 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
1321
95433b34
JB
13222010-01-21 Joel Brobecker <brobecker@adacore.com>
1323
1324 * gdb.texinfo (File Options): Adjust the documentation of this
1325 switch to refer to the "source" command rather than partially
1326 duplicating some of the relevant information.
1327 (Extending GDB): Introduce and document the set/show script-extension
1328 setting.
1329 (Command Files): Add note explaining that the "source" command
1330 is also used to evalute scripts written in other languages.
1331 Remove the short slightly incorrect reference to sourcing Python
1332 scripts.
1333 (Python Commands): Document how to execute a Python script from GDB.
1334
8d576872
JB
13352010-01-19 Joel Brobecker <brobecker@adacore.com>
1336
1337 * gdb.texinfo (Command Files): Fix typo.
1338
8150ff9c
JB
13392010-01-18 Tom Tromey <tromey@redhat.com>
1340
1341 * gdb.texinfo (File Options): Document -x on .py files.
1342 (Command Files): Document handling of Python scripts.
1343
23db03a6
JZ
13442010-01-18 Jie Zhang <jie.zhang@analog.com>
1345
1346 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
1347
00bf0b85
SS
13482010-01-15 Stan Shebs <stan@codesourcery.com>
1349
1350 * gdb.texinfo (Trace Files): New section.
1351 (Tracepoint Packets): Document QTSave and qTBuffer.
1352 (Trace File Format): New appendix.
1353
be759fcf
PM
13542010-01-13 Phil Muldoon <pmuldoon@redhat.com>
1355
1356 * gdb.texinfo (Values From Inferior): Document lazy_string value
1357 method.
1358 (Python API): Add Lazy strings menu item.
1359 (Lazy Strings In Python): New node.
1360
dc146f7c
VP
13612010-01-13 Vladimir Prus <vladimir@codesourcery.com>
1362
1363 * gdb.texinfo (GDB/MI Thread Information): New.
1364 (GDB/MI Async Records): Document the core field in *stopped.
1365 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
1366 documentation
1367 (Process list): Document that osdata document may contain
1368 threads.
1369 (Remote Serial Protocol): Document qXfer:threads.
1370
d5551862
SS
13712010-01-06 Stan Shebs <stan@codesourcery.com>
1372
1373 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1374 disconnected tracing.
1375 (Tracepoint Packets): Document new protocol.
1376
7a697b8d
SS
13772010-01-05 Stan Shebs <stan@codesourcery.com>
1378
1379 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
1380 tracepoints.
1381 (Tracepoint Packets): Describe remote protocol for fast
1382 tracepoints.
1383
e6f3ec50
JB
13842010-01-01 Joel Brobecker <brobecker@adacore.com>
1385
1386 Update the "Start of New Year Procedure".
1387 * gdbint.texinfo: Add the list of files that need to be updated
1388 manually. Minor reformatting.
1389
ddc4e9c1
JB
13902010-01-01 Joel Brobecker <brobecker@adacore.com>
1391
1392 * refcard.tex: Update copyright year in header and text.
1393
9d2897ad
JB
13942010-01-01 Joel Brobecker <brobecker@adacore.com>
1395
1396 * agentexpr.texi: Add 2010 to the list of copyright years.
1397 * annotate.texinfo: Likewise.
1398 * gdb.texinfo: Likewise.
1399 * gdbint.texinfo: Likewise.
1400 * observer.texi: Likewise.
1401 * stabs.texinfo: Likewise.
1402
6da95a67
SS
14032009-12-31 Stan Shebs <stan@codesourcery.com>
1404
1405 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 1406
236f1d4d
SS
14072009-12-29 Stan Shebs <stan@codesourcery.com>
1408
1409 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 1410
f61e138d
SS
14112009-12-28 Stan Shebs <stan@codesourcery.com>
1412
1413 * gdb.texinfo (Trace State Variables): New section.
1414 (Tracepoint Packets): Describe trace state variable packets.
1415 * agentexpr.texi (Bytecode Descriptions): Describe trace state
1416 variable bytecodes.
1417
0fe7935b
DJ
14182009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
1419
1420 * gdb.texinfo (Symbols): "info variables" prints definitions, not
1421 declarations.
1422
a6b29f87
VP
14232009-12-21 Vladimir Prus <vladimir@codesourcery.com>
1424
1425 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
1426 -gdb-exit behaviour.
1427
5e4bde96
JB
14282009-12-20 Joel Brobecker <brobecker@adacore.com>
1429
1430 * gpl.texi: Update to version 3 of the GPL.
1431
a1715244
JB
14322009-12-20 Joel Brobecker <brobecker@adacore.com>
1433
1434 * Makefile.in: Update copyright header.
1435 * observer.texi: Fix the copyright header of the generated files.
1436
361ae042
PM
14372009-12-08 Phil Muldoon <pmuldoon@redhat.com>
1438
1439 * gdb.texinfo (Types In Python): Describe range function.
1440
bfd31e71
PM
14412009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
1442
1443 * gdb.texinfo (Types In Python): Describe "is_base_class".
1444
57a1d736
TT
14452009-12-03 Tom Tromey <tromey@redhat.com>
1446
1447 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
1448
8cebebb9
PP
14492009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
1450
1451 * observer.texi: New memory_changed observer.
1452
16af530a
TT
14532009-12-01 Tom Tromey <tromey@redhat.com>
1454
1455 * gdb.texinfo (Reverse Execution): Fix typo.
1456
b6199126
DJ
14572009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
1458
1459 PR gdb/8704
1460
1461 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
1462 are allowed after the breakpoint condition.
1463
7a6973ad
TT
14642009-11-23 Tom Tromey <tromey@redhat.com>
1465
1466 PR python/10782:
1467 * gdb.texinfo (Types In Python): Document Type.pointer.
1468
21a0512e
PP
14692009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
1470
1471 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 1472
a5832c8f
PA
14732009-11-11 Pedro Alves <pedro@codesourcery.com>
1474
1475 * agentexpr.texi (Tracing On Symmetrix): Delete section.
1476 (Using Agent Expressions): Delete cross reference.
1477
1eb7cd77
JB
14782009-11-07 Joel Brobecker <brobecker@adacore.com>
1479
1480 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
1481 and @settitle directives up to help makeinfo find them.
1482
24ddea62
JK
14832009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1484
1485 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
1486 (Auto-loading): Use plural and note one can use multiple components now.
1487
3afae151
VP
14882009-11-01 Vladimir Prus <vladimir@codesourcery.com>
1489
1490 * gdb.texinfo (GDB/MI Stack Manipulation): Make
1491 -stack-list-arguments have the same documentation for parameter
1492 as -stack-list-locals. Add comas.
1493
14ff2235
PM
14942009-10-27 Tom Tromey <tromey@redhat.com>
1495 Eli Zaretskii <eliz@gnu.org>
1496
c8d5aac9 1497 PR python/10781
14ff2235
PM
1498
1499 * gdb.texinfo (Values From Inferior): Document cast method.
1500
9c419145
PP
15012009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
1502
1503 * gdb.texinfo (Machine Code): Mention function name in disasssembly
1504 and adjust example.
889bf7c5 1505
29153c24
MS
15062009-10-22 Michael Snyder <msnyder@vmware.com>
1507
1508 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 1509 info record command. Also document the new save and restore
29153c24
MS
1510 commands.
1511
2b28d209
PP
15122009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
1513
1514 * gdb.texinfo (Machine Code): Mention current pc marker.
1515 (Memory): Likewise.
1516
6c95b8df
PA
15172009-10-19 Pedro Alves <pedro@codesourcery.com>
1518 Stan Shebs <stan@codesourcery.com>
1519
1520 * observer.texi (new_inferior): Rename to...
1521 (inferior_appeared): ... this.
1522
1523 * gdb.texinfo (Inferiors): Rename node to ...
1524 (Inferiors and Programs): ... this. Mention running multiple
1525 programs in the same debug session.
1526 <info inferiors>: Mention the new 'Executable' column if "info
1527 inferiors". Update examples. Document the "add-inferior",
1528 "clone-inferior", "remove-inferior" and "maint info
1529 program-spaces" commands.
1530 (Process): Rename node to...
1531 (Forks): ... this. Document "set|show follow-exec-mode".
1532
2f8132f3
MS
15332009-10-11 Michael Snyder <msnyder@vmware.com>
1534
1535 * gdb.texinfo (ReverseStep): Show default as "unsupported".
1536 (ReverseContinue): Ditto.
1537
cba4b2d3
PP
15382009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
1539
1540 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 1541
da082f17
JK
15422009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1543
1544 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
1545
08be9d71
ME
15462009-10-06 Michael Eager <eager@eagercon.com>
1547
1548 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
1549 (Embedded Processors): Add MicroBlaze.
1550 (MicroBlaze): New. Describe Xilinx MicroBlaze
1551
08a0efd0
PA
15522009-10-04 Pedro Alves <pedro@codesourcery.com>
1553
1554 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
1555
cbb8f428
EZ
15562009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1557
1558 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
1559
30a4a70c
JB
15602009-09-23 Joel Brobecker <brobecker@adacore.com>
1561
1562 * observer.texi (solib_unloaded): Document explicitly the fact that
1563 this observer is called before the associated symbols are unloaded.
1564
b3372f91
VP
15652009-09-19 Vladimir Prus <vladimir@codesourcery.com>
1566
1567 * gdb.texinfo (GDB/MI Stack Manipulation): Document
1568 -stack-list-variables.
1569
f43030c4
TT
15702009-09-18 Tom Tromey <tromey@redhat.com>
1571
1572 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
1573 is experimental.
1574
ec7e75e7
PP
15752009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1576
1577 * gdb.texinfo (convenince variables): Mention
1578 $_siginfo could be empty.
f43030c4 1579
0cc7d26f
TT
15802009-09-15 Tom Tromey <tromey@redhat.com>
1581
1582 * gdb.texinfo (GDB/MI Variable Objects): Document
1583 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
1584 Expand -var-update documentation.
1585
a96d9b2e
SDJ
15862009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1587
1588 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
1589 feature.
1590
005ca36a
JB
15912009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
1592
1593 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
1594
0d772ac9
MS
15952009-09-10 Michael Snyder <msnyder@vmware.com>
1596
1597 * gdb.texinfo (qSupported): Mention new ReverseContinue and
1598 ReverseStep replies to the qSupported query.
1599
14fb1bac
JB
16002009-09-10 Joel Brobecker <brobecker@adacore.com>
1601
1602 Add documentation for set/show interactive-mode.
1603 * gdb.texinfo (Other Misc Settings): New node.
1604
29b090c0
DE
16052009-09-01 Doug Evans <dje@google.com>
1606
1607 * gdb.texinfo (Caching Data of Remote Targets): Add note on
1608 non-stop mode's affect on remote caching.
1609
4e5d721f
DE
16102009-08-31 Jacob Potter <jdpotter@google.com>
1611 Doug Evans <dje@google.com>
1612
1613 * gdb.texinfo (Caching Data of Remote Targets): Update text.
1614 Mark `set/show remotecache' options as obsolete.
1615 Document new `set/show stack-cache' option.
1616 Update text for `info dcache'.
1617
55333a84
DE
16182009-08-27 Doug Evans <dje@google.com>
1619
1620 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
1621 (Files): Add note on new optional regex arg to `info sharedlibrary'.
1622
bc3a0b4d
RW
16232009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1624
1625 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
1626 about autoconf.
1627
3a1ff0b6
PA
16282009-08-25 Pedro Alves <pedro@codesourcery.com>
1629
1630 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
1631 small example, and describe its columns. Replace "inferior-id" by
1632 "infno" throughout.
1633
81ecdfbb
RW
16342009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1635
af542c2e
RW
1636 * gdbint.texinfo (Releasing GDB): Point to
1637 README-maintainer-mode file for required autoconf version.
1638 * configure.ac: Do not substitute datarootdir, htmldir,
1639 pdfdir, docdir. Do not process --with-datarootdir,
1640 --with-htmldir, --with-pdfdir, --with-docdir.
1641 * configure: Regenerate.
1642
81ecdfbb
RW
1643 * configure: Regenerate.
1644
4efc6507
DE
16452009-08-20 Reid Kleckner <reid@kleckner.net>
1646
1647 * gdb.texinfo: Add chapter on JIT interface.
1648
43089a6e
NR
16492009-08-07 Nick Roberts <nickrob@snap.net.nz>
1650
1651 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 1652 confirmation request.
43089a6e 1653
99e008fe
EZ
16542009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
1655
c8d5aac9
L
1656 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
1657 CRC definitions.
99e008fe 1658
48cb2d85
VP
16592009-08-03 Vladimir Prus <vladimir@codesourcery.com>
1660
1661 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 1662 -break-commands.
48cb2d85 1663
ff1a52c6
UW
16642009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1665
1666 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1667 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
1668
3285f3fe
UW
16692009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1670
1671 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1672 "set spu stop-on-load" and "show spu stop-on-load" commands.
1673
e35359c5
UW
16742009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1675
1676 * gdb.texinfo (Target Descriptions): Document <compatible> element.
1677
58d6951d
DJ
16782009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
1679
1680 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
1681 org.gnu.gdb.arm.neon.
1682
08d16641
PA
16832009-07-20 Pedro Alves <pedro@codesourcery.com>
1684
1685 * gdb.texinfo (Target Description Format): Mention the new <osabi>
1686 optional element.
1687 (subsection OS ABI): New subsection.
1688
782b2b07
SS
16892009-07-14 Stan Shebs <stan@codesourcery.com>
1690
1691 * gdb.texinfo (Tracepoint Conditions): New section.
1692 (General Query Packets): Describe ConditionalTracepoints.
1693 (Tracepoint Packets): Describe condition field.
1694 (Maintenance Commands): Describe maint agent-eval.
1695 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
1696
9b117ef3
HZ
16972009-07-11 Hui Zhu <teawater@gmail.com>
1698
1699 * gdb.texinfo (disassemble): Add a new modifier /r
1700 to "disassemble" command to make it print the raw instructions
1701 in hex as well as in symbolic form.
1702
f5a33284
TT
17032009-07-09 Tom Tromey <tromey@redhat.com>
1704
1705 * gdbint.texinfo (Testsuite): Document parallel make check.
1706
812f7342
TT
17072009-07-09 Tom Tromey <tromey@redhat.com>
1708
1709 * gdbint.texinfo (Testsuite): Document test transcripts.
1710
fbb8f299
PM
17112009-07-10 Phil Muldoon <pmuldoon@redhat.com>
1712
1713 * gdb.texinfo (Values From Inferior): Add length parameter
1714 description.
1715
dd8f35ac
EZ
17162009-07-04 Chris Genly <chris@genly.us>
1717
1718 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
1719 in -var-list-children. Fix example according to what the code
1720 does.
1721
2277426b
PA
17222009-07-02 Pedro Alves <pedro@codesourcery.com>
1723
1724 * gdb.texinfo (Debugging multiple inferiors): Document the
1725 "inferior", "detach inferior" and "kill inferior" commands.
1726 (Debugging Programs with Multiple Processes): Adjust to mention
1727 generic "inferior" commands. Delete mention of "detach fork" and
1728 "delete fork". Cross reference to "Debugging multiple inferiors"
1729 section.
1730
a6d9a66e
UW
17312009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1732
5af949e3
UW
1733 * gdbint.texinfo (Item Output Functions): Update signature
1734 for ui_out_field_core_addr.
1735
17362009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1737
1738 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
1739 Update example code extrated from breakpoint.c.
1740
9901a55b 17412009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 1742
9901a55b
PP
1743 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
1744 MI commands.
1745 (GDB/MI Symbol Query): Likewise.
1746 (GDB/MI File Commands): Likewise.
1747 (GDB/MI File Transfer Commands): Likewise.
1748 (GDB/MI Target Manipulation): Likewise.
1749 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 1750
edb3359d
DJ
17512009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
1752
1753 * gdb.texinfo (Debugging Optimized Code): New chapter.
1754 (Compiling for Debugging): Reference it. Move some
1755 text to the new section.
1756
7cd1089b
PM
17572009-06-15 Phil Muldoon <pmuldoon@redhat.com>
1758
1759 * doc/gdb.texinfo (Calling): Document
1760 set-unwind-on-terminating-exception usage.
1761
d4db2f36
PA
17622009-06-11 Pedro Alves <pedro@codesourcery.com>
1763
1764 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
1765 command.
1766
d1a7880c
PA
17672009-06-07 Pedro Alves <pedro@codesourcery.com>
1768
1769 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
1770 references.
1771
473f94e6
UW
17722009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
1773
1774 * gdbint.texinfo: Rename formal parameters to gdbarch function
1775 protoypes from "current_gdbarch" to "gdbarch".
1776
8f500870
TT
17772009-05-28 Tom Tromey <tromey@redhat.com>
1778
1779 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
1780
b6313243
TT
17812009-05-27 Tom Tromey <tromey@redhat.com>
1782
1783 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1784 feature.
1785 (GDB/MI Variable Objects): Document -var-set-visualizer.
1786
17872009-04-02 Tom Tromey <tromey@redhat.com>
1788
1789 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1790 feature.
1791 (GDB/MI Variable Objects): Document -var-set-visualizer.
1792
a6bac58e
TT
17932009-05-27 Tom Tromey <tromey@redhat.com>
1794 Thiago Jung Bauermann <bauerman@br.ibm.com>
1795 Phil Muldoon <pmuldoon@redhat.com>
1796
1797 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
1798 (Pretty Printing): New node.
1799 (Selecting Pretty-Printers): Likewise.
1800 (Python API): Update.
1801 (Output Formats): Document /r format.
1802
2c74e833
TT
18032009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
1804 Tom Tromey <tromey@redhat.com>
1805
1806 * gdb.texinfo (Types In Python): New node.
1807 (Values From Inferior): "type" is now an attribute.
1808 (Python API): Update.
1809
89c73ade
TT
18102009-05-27 Tom Tromey <tromey@redhat.com>
1811 Thiago Jung Bauermann <bauerman@br.ibm.com>
1812 Phil Muldoon <pmuldoon@redhat.com>
1813
1814 * gdb.texinfo: Add @syncodeindex for `tp'.
1815 (Python API): Update.
1816 (Auto-loading): New node.
1817 (Objfiles In Python): New node.
1818
17a37d48
PP
18192009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
1820
1821 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 1822
6718376f
NR
18232009-05-15 Nick Roberts <nickrob@snap.net.nz>
1824
1825 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
1826
cbe54154
PA
18272009-05-12 Pedro Alves <pedro@codesourcery.com>
1828
1829 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
1830 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
1831 show show-debug-regs' docs.
1832
8e05493c
EZ
18332009-05-08 Eli Zaretskii <eliz@gnu.org>
1834
1835 * gdb.texinfo (Process Record and Replay): Add description of
1836 reverse execution.
1837
b39f4988
JB
18382009-05-07 Joel Brobecker <brobecker@adacore.com>
1839
1840 * gdbint.texinfo (Adding support for debugging core files): New node.
1841 (Native Debugging): Remove the ``Native core file Support'' section.
1842
a2311334
EZ
18432009-05-01 Eli Zaretskii <eliz@gnu.org>
1844
1845 * gdb.texinfo (Process Record and Replay): Improve and clarify.
1846 Add index entries.
1847
53cc454a 18482009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 1849 Michael Snyder <msnyder@vmware.com>
53cc454a 1850
a2311334
EZ
1851 * gdb.texinfo: (Process Record and Replay): Add documentation for
1852 process record and replay.
53cc454a 1853
484086b7
JK
18542009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1855
1856 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
1857 a new part on command-line defined macros.
1858
32ae1842
EZ
18592009-04-25 Eli Zaretskii <eliz@gnu.org>
1860
1861 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
1862 clarify the wording.
1863
b14b1491
TT
18642009-04-23 Tom Tromey <tromey@redhat.com>
1865
1866 * gdb.texinfo (Data Files): New node.
1867 (GDB Files): Update menu.
1868
5c1e86e1
JB
18692009-04-23 Joel Brobecker <brobecker@adacore.com>
1870
1871 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 1872 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 1873
83eba9b7
VP
18742009-04-22 Vladimir Prus <vladimir@codesourcery.com>
1875
1876 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
1877
e31198c4
HZ
18782009-04-22 Hui Zhu <teawater@gmail.com>
1879
1880 * gdb.texinfo (disassemble-next-line): Set the default of
1881 disassemble-next-line to off.
1882
26e251b6
JM
18832009-04-21 Joseph Myers <joseph@codesourcery.com>
1884
1885 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
1886 --with-htmldir): New.
1887 * configure: Regenerate.
1888 * Makefile.in (datarootdir, docdir): Define.
1889 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
1890 instead of $(SET_TEXINPUTS).
1891 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
1892 gdbint.info instead of $(SET_TEXINPUTS).
1893 (gdbint/index.html): Use same -I options as for building
1894 gdbint.info.
1895 (stabs.dvi, stabs.pdf): Use same -I options as for building
1896 stabs.info instead of $(SET_TEXINPUTS).
1897 (stabs/index.html): Use same -I options as for building
1898 stabs.info.
1899 (annotate.dvi, annotate.pdf): Use same -I options as for building
1900 annotate.info instead of $(SET_TEXINPUTS).
1901 (annotate/index.html): Use same -I options as for building
1902 annotate.info.
1903
eac35c4e
DD
19042009-04-21 David Daney <ddaney@caviumnetworks.com>
1905
1906 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
1907
29b0e8a2
JM
19082009-04-21 Joseph Myers <joseph@codesourcery.com>
1909
1910 * gdb.texinfo (Source Path): Document --with-relocated-sources.
1911
2b831889 19122009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 1913 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
1914
1915 * Makefile.in (MAKEHTML): Set to makeinfo --html.
1916 (MAKEHTMLFLAGS): Set to empty.
1917 (html__strip_dir): Define.
1918 (HTMLFILES): Define.
1919 (HTMLFILES_INSTALL): Define.
1920 (install-html): Copy new automake rule.
1921 (html): Depend on $(HTMLFILES).
1922 (gdb_toc.html): Rename to gdb/index.html.
1923 (gdbint_toc.html): Rename to gdbint/index.html.
1924 (stabs_toc.html): Rename to stabs/index.html.
1925 (annotate_toc.html): Rename to annotate/index.html.
1926
89a34d1b
JM
19272009-04-17 Carlos O'Donell <carlos@codesourcery.com>
1928
1929 * Makefile.in: Set pdfdir and htmldir from configure
1930 substitutions.
1931 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
1932 * configure: Regenerate.
1933
a2d5da46
JB
19342009-04-16 Joel Brobecker <brobecker@adacore.com>
1935
1936 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
1937 This macro is no longer used.
1938
732f6a93
TT
19392009-04-15 Tom Tromey <tromey@redhat.com>
1940
1941 * gdb.texinfo (Character Sets): Document default character set.
1942
87f9adc1
PM
19432009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
1944
1945 * gdbint.texinfo: Change server name from sources.redhat.com to
1946 sourceware.org throughout.
1947
2c88c651
JB
19482009-04-09 Joel Brobecker <brobecker@adacore.com>
1949
1950 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
1951 about a missing dot or coma after @xref.
1952
4f5376b2
JB
19532009-04-02 Joel Brobecker <brobecker@adacore.com>
1954
1955 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
1956 example, and add a small explanation about it.
1957 (Print Settings): Change the documentation of the "set print
1958 frame-arguments" to reflect the fact that the default is now "scalars".
1959
a0381d3a
JB
19602009-04-02 Joel Brobecker <brobecker@adacore.com>
1961
1962 * gdb.texinfo (Print Settings): Add kindex for command "set
1963 print frame-arguments".
1964
45ac276d
JB
19652009-03-31 Joel Brobecker <brobecker@adacore.com>
1966
1967 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
1968 breakpoints.
1969 (Set Breaks): Add reference to thread-specific and task-specific
1970 breakpoints.
1971
32cd1edc
JB
19722009-03-31 Joel Brobecker <brobecker@adacore.com>
1973
1974 * gdb.texinfo (Ada Tasks): Remove the documentation about
1975 the "Running" state, as this state has been eliminated.
1976 Now all runnable tasks are shown as "Runnable".
1977
1042e4c0
SS
19782009-03-30 Stan Shebs <stan@codesourcery.com>
1979
1980 * gdb.texinfo (Tracepoints): Describe tracepoints as a
1981 special case of breakpoints.
1982 (Enable and Disable Tracepoints): Mention deprecation.
1983 (Listing Tracepoints): Update description and example.
1984
f8f6f20b
TJB
19852009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
1986
1987 * gdb.texinfo (Frames in Python): New node.
1988 (Python API): Update.
1989
c0c6f777
TJB
19902009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
1991
1992 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
1993 from a method to an attribute.
1994
def2b000
TJB
19952009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
1996
1997 * gdb.texinfo (Values From Inferior): Document is_optimized_out
1998 attribute.
1999
a07daef3
PA
20002009-03-25 Pedro Alves <pedro@codesourcery.com>
2001
2002 * observer.texi (thread_exit): Add "silent" parameter.
2003
f3b1572e
PA
20042009-03-22 Pedro Alves <pedro@codesourcery.com>
2005
2006 * observer.texi (about_to_proceed): New.
2007
587afa38
EZ
20082009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
2009
2010 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
2011 field throughout to handle types with spaces in them. Fix typos
2012 found by aspell.
2013 (Summary, Requirements, Contributors): New first chapter,
2014 "Summary" added, old Requirements section moved there, and new
2015 section, "Contributors" added.
2016 (Initializing a New Architecture, Register Representation)
2017 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
2018 (Porting gdb): These sections extended and updated.
2019 (Compiler Characteristics): This section (empty) deleted.
2020 (Defining Other Architecture Features): This section renamed and
2021 duplicate material removed from (formerly "Target Conditionals").
2022 Use braces {} in @deftypeXX type field throughout to handle types
2023 with spaces in them. Typos found by aspell fixed.
2024
2025 * stack_frame.svg: New file, source of image for gdbint.texinfo.
2026 * stack_frame.pdf: Version of image for PDF output.
2027 * stack_frame.png: Version of image for HTML output and for Emacs.
2028 * stack_frame.txt: Version of image for Info output.
1db61298 2029 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 2030
10af6951
EZ
20312009-03-21 Eli Zaretskii <eliz@gnu.org>
2032
2033 * gdb.texinfo (Character Sets): Fix last change.
2034
cc924cad
TJB
20352009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
2036
2037 * gdb.texinfo (Values From Inferior): Fix optional arguments
2038 markup.
2039 (Commands In Python): Adjust argument names of gdb.Command.__init__
2040 to what the function accepts as keywords.
2041
bc3b79fd
TJB
20422008-03-20 Tom Tromey <tromey@redhat.com>
2043
2044 * gdb.texinfo (Convenience Vars): Document convenience functions.
2045 (Functions In Python): New node.
2046 (Python API): Update.
2047
6c7a06a3
TT
20482009-03-20 Tom Tromey <tromey@redhat.com>
2049
2050 * gdb.texinfo (Character Sets): Remove obsolete text. Document
2051 set target-wide-charset.
2052 (Requirements): Mention iconv.
2053
b646ddd4
HZ
20542009-03-17 Hui Zhu <teawater@gmail.com>
2055
2056 * gdb.texinfo: Change the introduce of "disassemble-next-line".
2057
91440f57
HZ
20582009-03-17 Hui Zhu <teawater@gmail.com>
2059
2060 * gdb.texinfo: Add documentation for disassemble-next-line.
2061
8fd41227
TJB
20622009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2063
2064 * gdb.texinfo (Commands In Python): Remove tindex entries.
2065
61ff14c6
JK
20662009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2067
2068 * gdb.texinfo (Returning): New description for missing debug info.
2069
0b16c5cf
PA
20702009-03-14 Pedro Alves <pedro@codesourcery.com>
2071
2072 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 2073 (General Query Packets): Document qAttached.
0b16c5cf 2074
32fc0df9
PA
20752009-03-05 Pedro Alves <pedro@codesourcery.com>
2076
2077 * gdb.texinfo (Background Execution): Better describe the set
2078 target-async command.
2079 (Maintenance Commands): Delete description of the `maint set/show
2080 linux-async' and `maint set/show remote-async' commands.
2081
134eb42c
VP
20822009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2083
2084 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
2085 between sentences.
2086
c86cf029
VP
20872009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2088
2089 * gdb.texinfo (GDB/MI Async Records): Document the
2090 =library-loaded and =library-unloaded notifications.
2091
3ea85240
VP
20922009-02-17 Vladimir Prus <vladimir@codesourcery.com>
2093
2094 * observer.texi (test_notification): New observer.
2095
1d33d6ba
VP
20962009-02-14 Vladimir Prus <vladimir@codesourcery.com>
2097
61ff14c6
JK
2098 * observer.texi: Add parameter 'print_frame' to normal_stop
2099 observer.
1d33d6ba 2100
d721c933
EZ
21012009-02-07 Eli Zaretskii <eliz@gnu.org>
2102
2103 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
2104 (Commands In Python): Fix COMMAND_* constants in last change. Use
2105 @kbd for interactive input. Add cross-references and index
2106 entries.
2107
4aa995e1
PA
21082009-02-06 Pedro Alves <pedro@codesourcery.com>
2109
2110 * gdb.texinfo (Signals): Document $_siginfo.
2111 (Convenience Variables): Mention $_siginfo.
2112 (Remote Configuration): Document qXfer:siginfo:read,
2113 qXfer:siginfo:write packets, and the read-siginfo-object,
2114 write-siginfo-object commands.
2115
5f5233d4
PA
21162009-02-06 Pedro Alves <pedro@codesourcery.com>
2117
2118 * gdbint.texinfo (Values): New chapter.
2119
d8906c6f
TJB
21202009-02-06 Tom Tromey <tromey@redhat.com>
2121
2122 * gdb.texinfo (Python API): Add entry for Commands In Python.
2123 (Commands In Python): New node.
2124
b6cb8e7d
TJB
21252009-02-05 Tom Tromey <tromey@redhat.com>
2126
2127 * gdb.texinfo (Values From Inferior): Document Value.string.
2128
12453b93
TJB
21292009-02-05 Tom Tromey <tromey@redhat.com>
2130
2131 * gdb.texinfo (Basic Python): Document execute's from_tty
2132 argument.
2133
08c637de
TJB
21342009-02-04 Tom Tromey <tromey@redhat.com>
2135
2136 * gdb.texinfo (Basic Python): Document gdb.history.
2137
592375cd
VP
21382009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2139
2140 * gdb.texinfo (GDB/MI Thread Commands): Document the
2141 'current-thread-id' field. Remove the example with zero threads,
2142 since current GDB won't ever report that if there's inferior.
2143
41447f92
VP
21442009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2145
2146 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
2147 option to -break-insert.
2148
098b41a6
JG
21492009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2150 Jerome Guitton <guitton@adacore.com>
2151
2152 * gdb.texinfo (Startup): Document --with-system-gdbinit.
2153 (System-wide configuration): New section.
2154
3c16cced
PA
21552009-01-26 Pedro Alves <pedro@codesourcery.com>
2156
2157 PR gdb/7580:
2158 * gdb.texinfo (Maintenance Commands): Document "maint set|show
2159 internal-error|internal-warning quit|corefile ask|yes|no".
2160
62709adf
PA
21612009-01-26 Pedro Alves <pedro@codesourcery.com>
2162
2163 * gdb.texinfo (Using the `gdbserver' Program): Document
2164 --remote-debug.
2165
7ce58dd2
DE
21662009-01-23 Doug Evans <dje@google.com>
2167
2168 * gdb.texinfo: Add nexti to list of commands that support
2169 background execution.
2170
adb483fe
DJ
21712009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
2172
2173 * gdb.texinfo (Define, Hooks): Document prefix command support.
2174
a67ec3f4 21752009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 2176 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
2177
2178 Fixes for makeinfo --html.
2179
2180 * annotate.texinfo: Use @copying and @insertcopying. Use
2181 @ifnottex in place of @ifinfo.
2182 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
2183 place of @ifinfo. Use @ifnotinfo for one index entry.
2184 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
2185 in place of @ifinfo.
2186 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
2187 in place of @ifinfo. Include contents at start unconditionally.
2188
84fcdf95
PA
21892009-01-13 Pedro Alves <pedro@codesourcery.com>
2190
2191 * gdb.texinfo (General Query Packets): Remove @var{} around the
2192 "spu" literal string.
2193
fa3a767f
PA
21942009-01-07 Pedro Alves <pedro@codesourcery.com>
2195
2196 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
2197 program may be running in another process" errors.
2198 * gdbint.texinfo (Native Conditionals): Delete
2199 ONE_PROCESS_WRITETEXT description.
2200
9cb011d3
JB
22012009-01-07 Joel Brobecker <brobecker@adacore.com>
2202
2203 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
2204 emacs local variable to be placed at the end of the ChangeLog.
2205 Add server.c and gdbreplay.c to the list of files where the
2206 copyright year needs to be updated.
2207
84603566
SL
22082009-01-06 Sandra Loosemore <sandra@codesourcery.com>
2209
2210 * gdb.texinfo (Remote Configuration): Document new
2211 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
2212 commands.
2213
a53f55d8
PA
22142008-12-28 Pedro Alves <pedro@codesourcery.com>
2215
2216 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
2217 FETCH_INFERIOR_REGISTERS.
2218 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
2219 FETCH_INFERIOR_REGISTERS descriptions. Remove
2220 gdbarch_get_longjmp_target descrition, since already described in
2221 Target Conditionals. Move gdbarch_fp0_regnum description to ...
2222 (Target Conditionals): ... here.
2223
077e0a52
JB
22242008-12-16 Joel Brobecker <brobecker@adacore.com>
2225
2226 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
2227 examples.
2228 (Additions to Ada): Likewise. Add the missing opening and closing
2229 parenthesis of the GDB prompt in one of the examples.
2230
023eb17c
JB
22312008-12-14 Joel Brobecker <brobecker@adacore.com>
2232
2233 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
2234 about the result of 'Address not being of type System.Address.
2235 This problem has been fixed a while ago.
2236
c3b108f7
VP
22372008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2238
2239 MI non-stop and multiprocess docs.
2240
c8d5aac9
L
2241 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
2242 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
2243 Adjust documentation for *stopped, document =thread-created,
2244 =thread-exited, =thread-group-created and =thread-group-exited.
2245 (GDB/MI Thread Commands): Document the 'state' field in
2246 -thread-info output.
2247 (GDB/MI Program Execution): Mention --all and --thread-group
2248 options.
2249 (GDB/MI Variable Objects): Describe floating and fixed variable
2250 objects.
2251 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 2252
07e059b5
VP
22532008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2254
c8d5aac9
L
2255 * gdb.texinfo (Operating System Information): New appendix.
2256 (Operating System Auxiliary Information): Document 'info os processes'
2257 (Remote Configuration): Document 'osdata'
2258 (General Query Packets): Document qXfer:osdata:read.
07e059b5 2259
a80b95ba
TG
22602008-11-27 Tristan Gingold <gingold@adacore.com>
2261
2262 * gdb.texinfo (Darwin): Document Darwin specific features.
2263
a655d424
JK
22642008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2265
2266 * gdbint.texinfo (Target Conditionals): Extend the
2267 gdbarch_breakpoint_from_pc description.
2268
249e1128
VP
22692008-11-22 Vladimir Prus <vladimir@codesourcery.com>
2270
2271 * gdb.texinfo (M68K Features): Fix typo.
2272
c14c28ba
PP
22732008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2274
2275 * gdb.texinfo (Symbols): Mention printing containing
2276 image name in "info symbol".
2277 (Maint translate-address): Likewise.
889bf7c5 2278
394a6666
JB
22792008-11-18 Joel Brobecker <brobecker@adacore.com>
2280
2281 * gdb.texinfo (Set Catchpoints): Remove the documentation of
2282 commands "catch load" and "catch unload".
2283
66bb093b
VP
22842008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2285
2286 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 2287 =thread-selected.
889bf7c5 2288
4a92f99b
VP
22892008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2290
c8d5aac9 2291 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 2292
f0323ca0
PA
22932008-10-27 Pedro Alves <pedro@codesourcery.com>
2294
2295 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
2296 .mt files, TM_CLIBS or TM_CDEPS.
2297 (x86 Watchpoints): Don't mention TDEPFILES.
2298
8b23ecc4
SL
22992008-10-24 Sandra Loosemore <sandra@codesourcery.com>
2300
2301 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
2302 (Overview): Mention notifications and non-stop mode behavior.
2303 (Packets): Update documentation of ?, vAttach, vCont, and vRun
2304 with non-stop mode behavior. Add vStopped description.
2305 (Stop Reply Packets): Update list of packets that return
2306 stop replies. Mention non-stop behavior.
2307 (General Query Packets): Document QNonStop packet and associated
2308 qSupported query response.
2309 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
2310 behavior.
2311 (Notification Packets): New section.
2312 (Remote Non-Stop): New section.
2313 (File-I/O Overview): Mention non-stop behavior.
2314
fff08868
HZ
23152008-10-24 Hui Zhu <teawater@gmail.com>
2316 Pedro Alves <pedro@codesourcery.com>
2317
2318 * gdb.texinfo (displaced-stepping): Describe the auto mode
2319 setting, and say it's the default. This is now a mainstream
2320 setting instead of a maintenance setting.
2321
252fbfc8
PA
23222008-10-23 Pedro Alves <pedro@codesourcery.com>
2323
2324 * observer.texi (thread_stop_requested): New.
2325
20924a55
JB
23262008-10-22 Joel Brobecker <brobecker@adacore.com>
2327
2328 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
2329 (Patching): Replace incorrect usage of @samp by @kbd.
2330
bacec72f
MS
23312008-10-17 Michael Snyder <msnyder@vmware.com>
2332
2333 * gdb.texinfo: Add documentation for reverse execution.
2334
a08702d6 23352008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 2336 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
2337
2338 * gdb.texinfo. (Values From Inferior): New subsubsection.
2339
d97bc12b
DE
23402008-10-06 Doug Evans <dje@google.com>
2341
2342 * gdb.texinfo (set debug dwarf2-die): Document it.
2343
87f67dba
JB
23442008-10-01 Joel Brobecker <brobecker@adacore.com>
2345
2346 * gdb.texinfo (catch) [exception]: Document how to insert
2347 a breakpoint on user-defined exceptions when the exception
2348 name is identical to one of the language-defined ones.
2349
2fae03e8
TT
23502008-09-27 Tom Tromey <tromey@redhat.com>
2351
2352 * gdb.texinfo (Macros): Remove text about stringification,
2353 varargs, and splicing.
2354
5c6ce71d
TT
23552008-09-27 Tom Tromey <tromey@redhat.com>
2356
2357 * gdbint.texinfo (Language Support): Remove text about omitting
2358 support for a language.
2359
07128da0
DE
23602008-09-23 Doug Evans <dje@google.com>
2361
2362 * gdb.texinfo (info dcache): Update.
2363
b90a069a
SL
23642008-09-22 Sandra Loosemore <sandra@codesourcery.com>
2365
2366 * gdb.texinfo (Packets): Add info on thread-id syntax and
2367 multiprocess extensions.
2368 <D>: Document multiprocess form of packet.
2369 <H>: Use thread-id syntax.
2370 <T>: Likewise.
2371 <vCont>: Likewise. Note this is required for multiprocess.
2372 <vKill>: New packet.
2373 (Stop Reply Packets) <T>: Use thread-id syntax.
2374 <W>: Document multiprocess form of reply.
2375 <X>: Likewise.
2376 (General Query Packets) <qC>: Use thread-id syntax.
2377 <qfThreadInfo>: Likewise.
2378 <qGetTLSAddr>: Likewise.
2379 <qP>: Likewise.
2380 <qSupported>: Add "multiprocess" feature.
2381 <qThreadExtraInfo>: Use thread-id syntax.
2382
b77209e0
PA
23832008-09-22 Stan Shebs <stan@codesourcery.com>
2384
2385 * gdb.texinfo (Inferiors): New section.
2386
3d0bb823
PA
23872008-09-12 Pedro Alves <pedro@codesourcery.com>
2388
2389 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
2390
f8dcfc0a
UW
23912008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2392
2393 * gdbint.texinfo (Target Conditionals): Remove documentation
2394 for gdbarch_name_of_malloc.
2395
8775bb90
MS
23962008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
2397
2398 * gdb.texinfo (Interrupts): Mention TCP interface for
2399 sending BREAK.
2400
f1838a98
UW
24012008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
2402
2403 * gdb.texinfo (Commands to Specify Files): Document "remote:"
2404 argument prefix to "set sysroot".
2405
158c7665
PH
24062008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
2407
2408 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
2409 and False.
2410
30e026bb
VP
24112008-08-20 Vladimir Prus <vladimir@codesourcery.com>
2412
c8d5aac9
L
2413 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
2414 for possible features of -list-features.
30e026bb 2415
c6ebd6cf
VP
24162008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2417
c8d5aac9 2418 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
2419 (GDB/MI Miscellaneous Commands): Document -list-target-features.
2420
aeac0ff9
VP
24212008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2422
2423 * doc/gdb.texinfo (PowerPC): Fix typo.
2424 (PowerPC features): Fix typo.
2425
5231c1fd
PA
24262008-08-18 Pedro Alves <pedro@codesourcery.com>
2427
2428 * observer.texi (thread_ptid_changed): New.
2429
677c5bb1
LM
24302008-08-18 Luis Machado <luisgpm@br.ibm.com>
2431
2432 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
2433 (PowerPC features): Mention feature set for VSX registers.
2434
f3a2dd1a
JB
24352008-08-13 Joel Brobecker <brobecker@adacore.com>
2436
2437 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
2438 the direct visibility of all names in user-written packages.
2439
33e5cbd6
PA
24402008-08-13 Pedro Alves <pedro@codesourcery.com>
2441
2442 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
2443 setting, and make it the default.
2444 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
2445 non-stop script example.
2446
d0384fc4
TJB
24472008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
2448
2449 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
2450 reference to the "Using Different Register and Memory Data
2451 Representation" section.
2452
a6f3e723
SL
24532008-08-12 Sandra Loosemore <sandra@codesourcery.com>
2454
2455 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
2456 (Remote Protocol): Add Packet Acknowledgment to menu.
2457 (Overview): Mention +/- can be disabled, and point to new section
2458 where this is discussed in detail.
2459 (General Query Packets): Document QStartNoAckMode packet, and
2460 corresponding qSupported reply.
2461 (Packet Acknowledgment): New section.
2462
0606b73b
SL
24632008-08-11 Sandra Loosemore <sandra@codesourcery.com>
2464 Pedro Alves <pedro@codesourcery.com>
2465
2466 * gdb.texinfo (Threads): Move paragraph about automatic thread
2467 selection to All-Stop Mode subsection.
2468 (Thread Stops): Reorganize existing material into subsections.
2469 Add introductory blurb and menu.
2470 (Non-Stop Mode): New subsection.
2471 (Background Execution): New subsection.
2472 (Maintenance Commands): Add cross-references from async mode
2473 commands to the new Background Execution section.
2474
d57a3c85
TJB
24752008-08-06 Tom Tromey <tromey@redhat.com>
2476
2477 * gdb.texinfo (Extending GDB): New chapter.
2478 (Sequences): Demoted chapter, now a section under the new
2479 Extending GDB chapter.
2480 (Python): New section.
2481
6d76a53d
SS
24822008-07-31 Stan Shebs <stan@codesourcery.com>
2483
2484 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
2485
1f70da6a
SS
24862008-07-29 Stan Shebs <stan@codesourcery.com>
2487
2488 * gdbint.texinfo: General round of cleanup and minor
2489 clarifications.
2490 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
2491 (Longjmp Support): Update description to reflect how it is done
2492 for targets without using native header.
2493 (Symbol Handling): Add a little more general explanation.
2494 (COFF, ELF): Mention stabs encapsulation.
2495 (DWARF 3): New section.
2496 (Adding a New Host): Scrub out some obsolete bits.
2497 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
2498 (Host Conditionals): Remove descriptions of NO_STD_REGS,
2499 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
2500 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
2501 SEEK_SET, STOP_SIGNAL, USG.
2502 (Raw and Virtual Register Representations): Ditto for
2503 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
2504 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
2505 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
2506 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
2507 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
2508 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
2509 DEPRECATED_REGISTER_VIRTUAL_SIZE,
2510 DEPRECATED_REGISTER_VIRTUAL_TYPE,
2511 DEPRECATED_USE_STRUCT_CONVENTION.
2512 Describe gdbarch_deprecated_fp_regnum.
2513 Update description of gdbarch_print_insn.
2514 (Adding a New Target): Scrub out obsolete bits.
2515 (Obsolete Conditionals): Remove entire section.
2516
383f836e
TT
25172008-07-25 Tom Tromey <tromey@redhat.com>
2518
2519 * observer.texi (GDB Observers): Document new observers:
2520 breakpoint_created, breakpoint_deleted, breakpoint_modified,
2521 tracepoint_created, tracepoint_deleted, tracepoint_modified,
2522 architecture_changed.
2523
cfd8ab24
SS
25242008-07-21 Stan Shebs <stan@codesourcery.com>
2525
2526 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
2527 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
2528
781b42b0
TT
25292008-07-21 Tom Tromey <tromey@redhat.com>
2530
2531 * observer.texi (GDB Observers): Remove obsolete comment.
2532 <executable_changed>: Remove argument.
2533
d7d9f01e
TT
25342008-07-18 Tom Tromey <tromey@redhat.com>
2535
2536 * gdb.texinfo (Macros): Update. Use @code rather than @command.
2537
bf250677
DE
25382008-07-10 Doug Evans <dje@google.com>
2539
2540 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
2541
10568435
JK
25422008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2543
2544 * gdb.texinfo (Starting): Document "set disable-randomization".
2545
5ae4183a
AS
25462008-07-07 Andreas Schwab <schwab@suse.de>
2547
2548 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
2549
b56e7235
VP
25502008-07-06 Vladimir Prus <vladimir@codesourcery.com>
2551
2552 * gdb.texinfo (GDB/MI Target Manipulation): Add
2553 example of -target-attach.
2554
e1ac3328
VP
25552008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2556
2557 * observer.texi (target_resumed): New observer.
5ae4183a 2558 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 2559
65d12d83
TT
25602008-06-06 Tom Tromey <tromey@redhat.com>
2561
2562 * gdb.texinfo (Completion): Add field name example.
2563
fbc5282e
MK
25642008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
2565
2566 * gdb.texinfo (GDB/MI Program Context): Added example
2567 to -exec-arguments
5ae4183a 2568
fbc5282e 25692008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
2570
2571 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
2572 annotation.
2573
c16158bc 25742008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
2575 Nathan Sidwell <nathan@codesourcery.com>
2576 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
2577
2578 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
2579 and ACX_BUGURL.
2580 * configure: Regenerate.
2581 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
2582 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
2583 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
2584 mailing-list-specific text about bug reporting unless
2585 BUGURL_DEFAULT.
2586
75c99385
PA
25872008-06-05 Pedro Alves <pedro@codesourcery.com>
2588
2589 * gdb.texinfo (-target-select): Remove reference to target async.
2590 (Maintenance Commands): Document "maint set/show remote-async".
2591
1763a388
MK
25922008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
2593
2594 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
2595 in -target-file-get section.
5ae4183a 2596
d0d064df
PA
25972008-05-22 Pedro Alves <pedro@codesourcery.com>
2598
9b562ab8
PA
2599 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
2600 killing the inferior when it is already debugging a process.
d0d064df 2601
8dfa32fc
JB
26022008-05-21 Joel Brobecker <brobecker@adacore.com>
2603
2604 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
2605 abbreviation for "finish".
2606
55f996a7
NR
26072008-05-21 Nick Roberts <nickrob@snap.net.nz>
2608
2609 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
2610
ba2b1c56
DJ
26112008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
2612
2613 * gdbint.texinfo (Target Conditionals): Delete entry for
2614 gdbarch_dwarf_reg_to_regnum.
2615
08388c79
DE
26162008-05-09 Doug Evans <dje@google.com>
2617
a3c83fae 2618 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 2619
d14508fe
DE
26202008-05-05 Doug Evans <dje@google.com>
2621
2622 * gdb.texinfo (disassemble): Document /m modifier.
2623
e2b7ddea
VP
26242008-05-05 Vladimir Prus <vladimir@codesourcery.com>
2625
5ae4183a
AS
2626 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
2627 will not report the time of commands that run the target.
e2b7ddea 2628
8eb41542
VP
26292008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2630
2631 * gdb.texinfo (GDB/MI Output Records): Add
2632 missing semicolon.
2633
82f68b1c
VP
26342008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2635
2636 * gdb.texinfo (GDB/MI Output Records):
2637 Document =thread-create and =thread-exited.
2638
fa0f268d
VP
26392008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2640
2641 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 2642 Remove mention of dmi-discuss.
fa0f268d 2643
063bfe2e
VP
26442008-05-03 Pedro Alves <pedro@codesourcery.com>
2645
2646 * observer.texi (thread_exit): New.
2647
237fc4c9
PA
26482008-05-02 Pedro Alves <pedro@codesourcery.com>
2649
2650 * gdb.texinfo (Debugging Output): Document "set/show debug
2651 displaced".
2652 (Maintenance Commands): Document "maint set/show
2653 can-use-displaced-stepping".
2654
0428b8f5
DJ
26552008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
2656
2657 * gdb.texinfo (ARM): Document set/show arm fallback-mode
2658 and set/show arm force-mode.
2659
5009afc5
AS
26602008-05-02 Andreas Schwab <schwab@suse.de>
2661
2662 * gdbint.texinfo (Algorithms): Describe
2663 target_watchpoint_addr_within_range.
2664
669fac23
DJ
26652008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2666
2667 * gdbint.texinfo (Stack Frames): New chapter.
2668 (Algorithms): Move Frames text to the new chapter.
2669 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
2670 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
2671
721c02de
VP
26722008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2673
5ae4183a
AS
2674 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
2675 output does not necessary include any tokens.
721c02de 2676
c055b101
CV
26772008-04-22 Corinna Vinschen <vinschen@redhat.com>
2678
2679 * gdb.texinfo (Set SH Calling convention): New @item.
2680 (Show SH Calling convention): Ditto.
2681
68837c9d
MD
26822008-04-22 Markus Deuling <deuling@de.ibm.com>
2683
2684 * gdb.texinfo (Fortran Operators): Describe '%' operator.
2685
2e9132cc
EZ
26862008-04-20 Eli Zaretskii <eliz@gnu.org>
2687
2688 * gdb.texinfo (Set Breaks): Mention that multiple location
2689 breakpoints need line number info. Add index entries.
2690
31fffb02
CS
26912008-04-19 Craig Silverstein <csilvers@google.com>
2692
2693 * gdb.texinfo (Requirements): Add an optional requirement on
2694 zlib.
2695 * gdbint.texinfo (Debugging File Formats): Add new subsection for
2696 Compressed DWARF 2.
2697
a47ec5fe
AR
26982008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
2699
2700 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
2701 sample output for 'stopped,reason="breakpoint-hit"' message.
2702 (GDB/MI Program Execution): Likewise.
2703
de051565
MK
27042008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
2705
5ae4183a 2706 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
2707 -var-set-format. Add -f option to -var-evaluate-expression.
2708
6ba66d6a
JB
27092008-04-03 Joel Brobecker <brobecker@adacore.com>
2710
2711 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
2712 new node "Ambiguous Expressions". Replace references to this
2713 node by references to "Ambiguous Expressions" throughout.
2714 (Ambiguous Expressions): New node.
2715
1e26b4f8
DJ
27162008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
2717
2718 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
2719
b84876c2
PA
27202008-03-21 Pedro Alves <pedro@codesourcery.com>
2721
2722 * gdb.texinfo (Debugging Output): Document
2723 "set/show debug lin-lwp-async".
2724 (Maintenance Commands): Document "maint set/show linux-async".
2725
63092375
DJ
27262008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
2727
2728 * gdb.texinfo (Expressions): Update description of malloced arrays.
2729
8e8901c5
VP
27302008-03-15 Vladimir Prus <vladimir@codesourcery.com>
2731
2732 * gdb.texinfo (Thread Commands): Document
2733 -thread-info. Remove -thread-list-all-threads.
2734
1fddbabb
PA
27352008-03-14 Pedro Alves <pedro@codesourcery.com>
2736 Sandra Loosemore <sandra@codesourcery.com>
2737
2738 * gdb.texinfo (Library List Format): Update to mention the
2739 possibility to pass section addresses instead of segment
2740 addresses.
2741
ccd213ac
DJ
27422008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
2743
2744 * gdb.texinfo (Starting): Document "set exec-wrapper".
2745 (Server): Document gdbserver --wrapper.
2746
fa4727a6
DJ
27472008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
2748
2749 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
2750 unreadable memory. Delete obsolete SPARClite reference.
2751
8edfe269
DJ
27522008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
2753
2754 * gdb.texinfo (Starting): Mention always-running targets.
2755 (Target Commands): Add an anchor for load.
2756 (Connecting): Explain continue instead of run.
2757
1843f87b
DJ
27582008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
2759
2760 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
2761
f9082629
NR
27622008-02-26 Nick Roberts <nickrob@snap.net.nz>
2763
2764 * gdb.texinfo (Set Breaks): Revert description of Enb column of
2765 breakpoint table.
2766
fd96d250
PA
27672008-02-19 Pedro Alves <pedro@codesourcery.com>
2768
2769 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
2770 killing the inferior when it is already debugging a process.
2771
36af4ef6
MD
27722008-02-13 Markus Deuling <deuling@de.ibm.com>
2773
2774 * gdbint.texinfo (Build Script): New section. Mention new build script
2775 gdb_buildall.sh.
2776
cda4ce5a
JB
27772008-02-01 Jim Blandy <jimb@red-bean.com>
2778
2779 * gdb.texinfo (Help): Summarize 'info args' correctly.
2780
4acd40f3
TJB
27812008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2782
2783 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
2784 available in PowerPC architecture.
2785 (Embedded Processors): Change node name of PowerPC item in menu.
2786 (PowerPC): Rename to...
2787 (PowerPC Embedded): this.
2788 (Architectures): Add new PowerPC item in menu.
2789 (PowerPC): New node.
2790
6e6c6f50
DJ
27912008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2792
2793 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
2794 commands.
2795
5ee187d7
DJ
27962008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2797
2798 * gdb.texinfo (Setting Catchpoints): Mention features
2799 supported on GNU/Linux.
2800
e275c0d9
NR
28012008-01-30 Nick Roberts <nickrob@snap.net.nz>
2802
2803 * gdb.texinfo (GDB/MI File Commands): Describe new output
2804 field for MI command -file-list-exec-source-file.
2805
2d717e4f
DJ
28062008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2807
2808 * gdb.texinfo (Using the `gdbserver' Program): Add security
2809 warning. Rearrange into subsections and subsubsections. Document
2810 --multi and --debug. Correct --with-sysroot typo. Update --attach
2811 usage. Make load reference clearer. Document monitor exit.
2812 (Remote Configuration): Document set remote exec-file, attach-packet,
2813 and run-packet.
2814 (Packets): Document vAttach and vRun.
2815
d35a4257 28162008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
2817
2818 * gdb.texinfo (Processes): Mention process command.
889bf7c5 2819 detach-on-follow -> detach-on-fork.
f663676d 2820
c78d192c
DJ
28212008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2822
2823 * gdbint.texinfo (Native Conditionals): Remove
2824 SHELL_COMMAND_CONCAT and SHELL_FILE.
2825
d35a4257
EZ
28262008-01-26 Eli Zaretskii <eliz@gnu.org>
2827
2828 * gdb.texinfo (Specify Location): Improve wording.
2829
93815fbf
VP
28302008-01-23 Chris Demetriou <cgd@google.com>
2831
2832 * gdb.texinfo (Threads): Document new "set print thread-events"
2833 and "show print thread-events" commands.
2834
2a25a5ba
EZ
28352008-01-19 Eli Zaretskii <eliz@gnu.org>
2836
2837 * gdb.texinfo (Specify Location): New section.
2838 (Delete Breaks, Edit, Set Breaks): Remove description of
2839 locations. Instead, add a reference to "Specify Location".
2840 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
2841 (Symbols): Refer to "Specify Location" for the valid forms of
2842 linespecs and locations.
2843
32c9a795
MD
28442008-01-18 Markus Deuling <deuling@de.ibm.com>
2845
2846 * gdbint.texinfo (Target Conditionals): Replace the description of
2847 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
2848
b17828ca
JB
28492008-01-12 Paul Hilfinger <hilfinger@adacore.com>
2850
2851 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
2852 about &&var, which is rejected by the expression parser.
2853
0aea4bf3
LM
28542008-01-09 Luis Machado <luisgpm@br.ibm.com>
2855
2856 * gdb.texinfo (Output): Update documentation on using printf with DFP
2857 types.
2858
febe4383
TJB
28592008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
2860
2861 * gdb.texinfo (C and C++): Add Decimal Floating Point format
2862 subsubsection.
2863 (Decimal Floating Point format): New subsubsection.
2864
7a404eba
PA
28652008-01-05 Pedro Alves <pedro@codesourcery.com>
2866
2867 * gdb.texinfo (File Options): Remove mention of the attempt to
2868 open a core file with the -p option. Don't list -c as a valid
2869 option to attach to a process.
2870
a4d9b460
PA
28712008-01-05 Pedro Alves <pedro@codesourcery.com>
2872
2873 * gdbint.texinfo (Host Conditionals): Remove mention of
2874 ALIGN_STACK_ON_ENTRY.
2875
6ec2edbe
JB
28762008-01-05 Joel Brobecker <brobecker@adacore.com>
2877
2878 * gdbint.texinfo (Start of New Year Procedure): Add item
2879 describing how to update the source and documentation copyright
2880 notices.
2881
d8b2a693
JB
28822007-12-18 Jim Blandy <jimb@codesourcery.com>
2883
ab209b3a 2884 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
2885 watchpoint explanation into the main description of the watchpoint
2886 command; update synopses of 'watch', 'rwatch', and 'awatch'
2887 commands.
2888
8b4ed427
VP
28892007-12-18 Vladimir Prus <vladimir@codesourcery.com>
2890
2891 * gdb.texinfo (Miscellaneous gdb/mi Commands):
2892 Document 'pending-breakpoints' feature of
2893 -list-features.
2894
37e4754d
LM
28952007-12-17 Luis Machado <luisgpm@br.ibm.com>
2896
669fac23 2897 * gdb.texinfo: Add new parameter's description.
37e4754d 2898
1d3811f6
DJ
28992007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
2900
2901 * gdb.texinfo (Overview): Clarify run-length encoding
2902 example. Remove the restriction on "+" and "-" characters.
2903
c1c25a1a
EZ
29042007-12-15 Eli Zaretskii <eliz@gnu.org>
2905
2906 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
2907
afe8ab22 29082007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 2909
afe8ab22
VP
2910 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
2911 the -f option for -break-insert, remove -r option,
2912 and clarify specification of location.
2913
a6b151f1
DJ
29142007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
2915
2916 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
2917 formatting.
2918 (Remote Debugging): Add File Transfer section.
2919 (Remote Configuration): Document Host I/O packets.
2920 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 2921 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
2922 (Packets): Add vFile.
2923
3b784c4f
EZ
29242007-11-17 Eli Zaretskii <eliz@gnu.org>
2925
2926 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
2927 breakpoints with multiple locations.
2928 (Breakpoint Menus): Improve wording.
2929 (Output): Fix last change.
2930
a4ce5b0d
UW
29312007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
2932
2933 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
2934
1b39d5c0
DE
29352007-11-15 Doug Evans <dje@google.com>
2936
2937 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
2938
7a72d44c
VP
29392007-11-15 Vladimir Prus <vladimir@codesourcery.com>
2940
2941 * gdbint.texinfo (Native Conditionals): Remove
2942 mention of CLEAR_SOLIB.
5ae4183a 2943
6d1829bf 29442007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
2945
2946 * gdb.texinfo (Print Settings): Add documentation for "set/show
2947 print frame-arguments".
2948
1a619819
LM
29492007-11-05 Luis Machado <luisgpm@br.ibm.com>
2950
3b784c4f 2951 * gdb.texinfo (Output): Update printf command's description.
1a619819 2952
55eddb0f
DJ
29532007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
2954
2955 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
2956 powerpc soft-float".
2957
9cceb671
DJ
29582007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2959
2960 * gdb.texinfo (Files): Correct formatting. Mention Expat
2961 requirement.
2962 (Requirements for Building GDB): Expand the list of Expat
2963 uses.
2964 (Library List Format, Memory Map Format): Mention Expat.
2965 (Target Descriptions): Update Expat wording.
2966
83acabca
DJ
29672007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2968
2969 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
2970 Document that gdbarch_convert_register_p should return zero for no-op
2971 conversions.
2972
e35879db
UW
29732007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
2974
83acabca 2975 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
2976 of set_gdbarch_sofun_address_maybe_missing back to ...
2977 (Target Conditionals): ... here to fix build break.
2978
203c3895
UW
29792007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
2980
83acabca 2981 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
2982 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
2983 (Compiler Characteristics): ... documentation of
2984 set_gdbarch_sofun_address_maybe_missing.
2985
11411de3
DJ
29862007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
2987
2988 * gdbint.texinfo (Target Conditionals): Use
2989 frame_unwind_register_unsigned in examples instead of
2990 frame_unwind_unsigned_register.
2991
7cc46491
DJ
29922007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
2993
2994 * gdb.texinfo (Predefined Target Types): Add int128
2995 and uint128.
2996 (Standard Target Features): Add PowerPC features.
2997
81adfced
DJ
29982007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
2999
3000 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
3001
c1874924
UW
30022007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3003
3004 * gdbint.texi (Target Conditionals): Remove documentation
3005 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
3006 gdbarch_extract_return_value, and gdbarch_store_return_value.
3007
f6e56ab3
UW
30082007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3009
3010 * gdbint.texi (Target Conditionals): Remove documentation of
3011 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
3012
56cf5405
KH
30132007-10-11 Kazu Hirata <kazu@codesourcery.com>
3014
3015 * gdb.texinfo: Mention that inaccessible-by-default is on by
3016 default.
3017
35156bae
DJ
30182007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3019
3020 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
3021
d983da9c
DJ
30222007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
3023
3024 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
3025 multi-threaded watchpoints.
3026 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
3027 checked. Describe sticky notification. Expand description
3028 of steppable and continuable watchpoints.
3029 (Watchpoints and Threads): New subsection.
3030
fe6fbf8b
VP
30312007-09-28 Vladimir Prus <vladimir@codesourcery.com>
3032
3033 * gdb.texinfo (Setting Breakpoints): Revise
3034 documentation for pending breakpoints. Document
3035 breakpoints with multiple locations.
5ae4183a 3036
084344da
VP
30372007-09-19 Vladimir Prus <vladimir@codesourcery.com>
3038
3039 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3040 Document -list-features.
5ae4183a 3041
82160952
EZ
30422007-09-15 Eli Zaretskii <eliz@gnu.org>
3043
3044 * gdb.texinfo (Output): Spell out which features of C's printf are
3045 not supported by GDB's printf.
7e27a47a
EZ
3046 (Separate Debug Files): More accurate wording regarding build ID
3047 and a reference to the ld manual rather than the Fedora wiki.
82160952 3048
ea37ba09
DJ
30492007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3050 Jim Blandy <jimb@codesourcery.com>
3051
3052 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
3053 (Examining Memory): Update mentions of the 's' format.
3054 (Automatic Display): Likewise.
3055
b8533aec
DJ
30562007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
3057
3058 * gdb.texinfo: Update the FSF's Back-Cover Text.
3059
83f83d7f
JK
30602007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3061 Eli Zaretskii <eliz@gnu.org>
3062
3063 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
3064 Fixed the ``build ID'' name. New binaries build instructions for the
3065 build ID inclusion. Explain how the commands are specific to the build
3066 ID vs. debug link.
3067
c7e83d54
EZ
30682007-09-01 Eli Zaretskii <eliz@gnu.org>
3069
3070 * gdb.texinfo (Separate Debug Files): Fix last change. Add
3071 indexing for ``build ID'' support.
3072
d3750b24
JK
30732007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3074
3075 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
3076 Enlisted BUILD ID to the debug file searching example.
3077 Included a BUILD ID `.note.gnu.build-id' section description.
3078 Updated/added the debug files splitting instructions for OBJCOPY.
3079
02142340
VP
30802007-08-31 Vladimir Prus <vladimir@codesourcery.com>
3081
3082 * gdb.texinfo (Variable Objects): Adjust docs
3083 for -var-info-expression and document
3084 -var-info-path-expression.
3085
d3bdde98
JB
30862007-08-20 Jim Blandy <jimb@codesourcery.com>
3087
3fb6a982
JB
3088 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
3089 (title page): Include the dedication in the printed manual, as a
3090 separate page after the copyright notice.
5ae4183a 3091
d3bdde98
JB
3092 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
3093 don't break a @var across a line.
3094
c80a96a8
MR
30952007-07-25 Maciej W. Rozycki <macro@mips.com>
3096
3097 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
3098 for include files.
3099
5824a901
NR
31002007-07-12 Nick Roberts <nickrob@snap.net.nz>
3101
3102 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
3103 in annotate.texinfo.
3104 (Command History): Link to new node.
5824a901 3105
d52e7ea3
UW
31062007-07-05 Markus Deuling <deuling@de.ibm.com>
3107
3108 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
3109
5fc14d0a
EZ
31102007-07-05 Eli Zaretskii <eliz@gnu.org>
3111
3112 * gdbint.texinfo (Target Conditionals): Fix last change.
3113
4a9bb1df
UW
31142007-07-03 Markus Deuling <deuling@de.ibm.com>
3115
3116 * gdb.texinfo: Replace following macros by their appropriate gdbarch
3117 routines:
3118 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
3119 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
3120 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
3121 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
3122 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
3123 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
3124 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
3125 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
3126 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
3127 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3128 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
3129 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
3130 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3131 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
3132 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
3133 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
3134 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
3135 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
3136 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
3137 (SOFTWARE_SINGLE_STEP_P)
3138
3139 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
3140 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
3141
3142 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
3143 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
3144 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
3145 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
3146 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
3147 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
3148 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
3149 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
3150 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
3151 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
3152
3153 (Converting an existing Target Architecture to Multi-arch): Remove
3154 section.
3155
3156 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
3157 (gdbarch_addr_bits_remove): Add code example.
3158
3159 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
3160
cfa9d6d9
DJ
31612007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
3162
3163 * gdb.texinfo (Remote Configuration): Document library-info-packet.
3164 Add other missing entries. Adjust the table size to fit.
3165 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
3166 stop reasons including the new "library" event.
3167 (General Query Packets): Adjust table widths for qSupported. Mention
3168 qXfer:libraries:read reply to qSupported and document the new packet.
3169 (Library List Format): New section.
3170
159fcc13
JK
31712007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3172
3173 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
3174
f66d1690
MS
31752007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
3176
3177 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
3178
67102876
NR
31792007-06-25 Nick Roberts <nickrob@snap.net.nz>
3180
3181 * gdbint.texinfo (Register and Memory Data): Break sections
3182 into nodes and add a menu.
3183
a4642986
MR
31842007-06-21 Maciej W. Rozycki <macro@mips.com>
3185
3186 * gdb.texinfo (Examining Memory): Document the new behaviour.
3187
e9c17194
VP
31882007-06-21 Vladimir Prus <vladimir@codesourcery.com>
3189
3190 * gdb.texinfo (Standard Target Features): Document
3191 m68k features.
3192
31d99776
DJ
31932007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3194
3195 * gdb.texinfo (General Query Packets): Document qOffsets changes.
3196
1780a0ed
DJ
31972007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3198
3199 * gdb.texinfo (Target Description Format): Add version attribute
3200 for <target>.
3201
822b6570
DJ
32022007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3203
3204 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
3205
f8b73d13
DJ
32062007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3207
3208 * gdb.texinfo (MIPS Features): New subsection.
3209
0e7f50da
UW
32102007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3211 Markus Deuling <deuling@de.ibm.com>
3212
3213 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
3214 and qXfer:spu:write packets and mention them under qSupported.
3215
23d964e7
UW
32162007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3217 Markus Deuling <deuling@de.ibm.com>
3218
3219 * gdb.texinfo (Architectures): Add new SPU section to document
3220 Cell Broadband Engine SPU architecture specific commands.
3221
9f708cb2
VP
32222007-06-09 Vladimir Prus <vladimir@codesourcery.com>
3223
3224 * gdb.texinfo (GDB/MI Variable Objects): Editorial
3225 comments.
3226
7579b5f8
NR
32272007-06-07 Nick Roberts <nickrob@snap.net.nz>
3228
3229 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
3230
bf06d120
JB
32312007-05-29 Jim Blandy <jimb@codesourcery.com>
3232
3233 * gdb.texinfo (Overview): Doc fix.
3234
23776285
MR
32352007-05-22 Maciej W. Rozycki <macro@mips.com>
3236
3237 * gdb.texinfo (Remote Configuration): Document "set/show
3238 remoteflow".
3239
1a69e1e4
DJ
32402007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3241
bf06d120
JB
3242 * gdb.texinfo (MIPS): Remove documentation for set mips
3243 saved-gpreg-size, show mips saved-gpreg-size, and set mips
3244 stack-arg-size.
1a69e1e4 3245
46ba6afa 32462007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3247
46ba6afa
BW
3248 * all-cfg.texi (GDBTUI): New.
3249 * gdb.texinfo (Mode Options): Use GDBTUI variable.
3250 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
3251 (TUI Configuration): Edit to improve clarity and fix problems of
3252 both style and content.
5ae4183a 3253
06d3b283
UW
32542007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
3255
3256 * observer.texi (GDB Observers): New observer "new_objfile".
3257
179101d6
UW
32582007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
3259
3260 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
3261
25d5ea92
VP
32622007-04-14 Vladimir Prus <vladimir@codesourcery.com>
3263
3264 * gdb.texinfo (GDB/MI Variable Objects): Document
3265 frozen variables objects.
5ae4183a 3266
ea35711c
DJ
32672007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
3268
3269 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
3270 (Character Sets, Caching Data of Remote Targets): Likewise.
3271 (Targets): Delete Remote node. Move its text...
3272 (Debugging Remote Programs): ...to here. Delete description
3273 of the "remote" command.
3274 (Remote configuration): Delete description of "set remotedevice"
3275 and "show remotedevice".
3276 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
3277
db2e3e2e
BW
32782007-04-11 Bob Wilson <bob.wilson@acm.org>
3279
5ae4183a
AS
3280 * gdb.texinfo (Contributors, Continuing and Stepping)
3281 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
3282 (General Query Packets, File-I/O Remote Protocol Extension)
3283 (Protocol Basics, The F Reply Packet, Write)
3284 (Protocol-specific Representation of Datatypes, Memory Transfer):
3285 Fix hyphenation, punctuation and grammar problems.
3286 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
3287 'section' instead of 'subsection' in the text.
3288 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
3289 (i386): Remove period from section name.
db2e3e2e
BW
3290 (Installing GDB, Requirements, Running Configure, Separate Objdir)
3291 (Config Names, Configure Options): Use @file{configure}.
3292
8a3dae3e
DJ
32932007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
3294
3295 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
3296 and tab expansion.
3297
1a92f856
DJ
32982007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
3299
3300 * gdbint.texinfo (SOM): Correct location of the SOM reader.
3301
79a6e687 33022007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3303
79a6e687
BW
3304 * gdb.texinfo: Consistently capitalize all significant words in
3305 node names, chapter titles, section titles, and headings. Update
3306 cross references to match.
3307 (Starting and Stopping Trace Experiment): Make node name plural.
3308 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 3309
ad527d2e
PA
33102007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
3311
3312 * gdb.texinfo (WinCE): Delete obsolete subsection.
3313
7ce59000
DJ
33142007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3315
3316 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
3317 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
3318 references.
3319
8807d78b
DJ
33202007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3321
3322 * gdb.texinfo (Startup): Delete references to some alternate
3323 names for .gdbinit.
3324 (Thread): Remove LynxOS reference.
3325 (Tandem ST2000): Delete target-specific documentation.
3326 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
3327 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
3328 and GDB_OSABI_LYNXOS.
3329
5f402660
UW
33302007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
3331
3332 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
3333
bac718a6
UW
33342007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
3335
3336 * gdbint.texinfo (Target Conditionals): Remove mention of
3337 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
3338 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
3339
9453113a
DJ
33402007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
3341
3342 * Makefile.in: Add "pdfdir" installation
3343 directory, PDFTEX macro, support for "install-pdf" target,
3344 and rules for making a pdf version of refcard.texi.
3345 * refcard.tex: Specify paper size for PDF output.
3346
ae21e955 33472007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3348
ae21e955 3349 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 3350
3f94c067 33512007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3352
3f94c067
BW
3353 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
3354 (Source Path, Character Sets, Macros, Define)
3355 (GDB/MI Result Records, GDB/MI Simple Examples)
3356 (GDB/MI Program Execution, GDB/MI File Commands)
3357 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
3358 (Bug Reporting): Use @value{GCC}.
5ae4183a 3359
12c27660 33602007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3361
12c27660
BW
3362 * gdb.texinfo (Help): Fix formatting of examples.
3363 (Variables): Use @ifnotinfo instead of @iftex.
3364 (Non-debug DLL symbols): Use @ref instead of @pxref.
3365 (Sparclet File): Use @samp instead of quotes.
5ae4183a 3366
ce9341a1
BW
33672007-03-26 Bob Wilson <bob.wilson@acm.org>
3368
3369 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
3370
c8f4133a
BW
33712007-03-26 Bob Wilson <bob.wilson@acm.org>
3372
3373 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
3374 the order of the nodes.
3375 (C Operators, C Constants, Debugging C): Remove extra menus.
3376 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 3377
c8f4133a 33782007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
3379
3380 * gdb.texinfo (File Options): Add missing parenthesis.
3381 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
3382
c74d0ad8
DJ
33832007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3384
3385 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
3386
ff6f572f
DJ
33872007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3388
669fac23 3389 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
3390 case insensitivity.
3391 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
3392
994337c3
NR
33932007-02-18 Nick Roberts <nickrob@snap.net.nz>
3394
3395 * gdb.texinfo (Top): Put Appendix A after numbered sections.
3396 (Files): Add section name to argument list for pxref.
3397 (Non-debug DLL symbols): Don't use `see' for pxref.
3398 (Embedded Processors): Fix typo.
3399 (GDB/MI Breakpoint Commands): Execution commands generate
3400 *stopped not ^done.
3401
eb819d70
NR
34022007-02-13 Nick Roberts <nickrob@snap.net.nz>
3403
3404 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
3405 values for in_scope. Mention that only root variables can be
3406 updated.
3407 (GDB/MI Development and Front Ends): Explain new values may be
3408 added to existing fields.
3409
123dc839
DJ
34102007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
3411
3412 * gdb.texinfo (-target-disconnect): Use @smallexample.
3413 (Requirements): Add anchor for Expat. Update description.
3414 (Target Descriptions): Mention Expat.
3415 (Target Description Format): Document new elements. Use
3416 @smallexample.
3417 (Predefined Target Types, Standard Target Features): New sections.
669fac23 3418 * gdbint.texinfo (Target Descriptions): New section.
123dc839 3419
108546a0
DJ
34202007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
3421
3422 * gdb.texinfo (Target Description Format): Add section on XInclude.
3423
95a98c01
NR
34242006-02-03 Nick Roberts <nickrob@snap.net.nz>
3425
3426 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
3427 command -enable-timings.
3428
f4b3909f
EZ
34292007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
3430
5ae4183a 3431 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
3432 descriptions for new/deleted elements in gdb_osabi. Add missing
3433 description for function generic_elf_osabi_sniff_abi_tag_sections.
3434
c7ba131e
JB
34352007-01-29 Joel Brobecker <brobecker@adacore.com>
3436
3437 * gdb.texinfo (Maintenance Commands): Add documentation for
3438 the new "maint print target-stack" command.
3439
3a60f64e
JK
34402007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3441 Eli Zaretskii <eliz@gnu.org>
3442
f4b3909f 3443 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 3444
c582f8b6
EZ
34452007-01-26 Eli Zaretskii <eliz@gnu.org>
3446
3447 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
3448 Use @value{NGCC} instead of @value{GCC}.
3449
d3e8051b
EZ
34502007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
3451
3452 * agentexpr.texi: Fix typos.
3453 * annotate.texinfo: Likewise.
3454 * gdb.texinfo: Likewise.
3455 * gdbint.texinfo: Likewise.
3456 * observer.texi: Likewise.
3457 * stabs.texinfo: Likewise.
3458
86f04699
EZ
34592007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
3460
3461 * gdbint.texinfo (Support Libraries): Remove mmalloc
3462 entry. Describe readline library.
3463
23181151
DJ
34642007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
3465
3466 * gdb.texinfo (Target Descriptions): New section.
3467 (General Query Packets): Add QPassSignals anchor. Mention
3468 qXfer:features:read under qSupported. Expand mentions of
3469 qXfer:memory-map:read and QPassSignals. Document
3470 qXfer:features:read.
3471
f822c95b
DJ
34722007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
3473
3474 * gdb.texinfo (Commands to specify files): Describe
3475 "set sysroot" and "show sysroot".
3476 (Using the `gdbserver' program): Lowercase argument
3477 to @var. Expand description of setting up GDB on the
3478 host.
3479
8936fcda
JB
34802007-01-05 Joel Brobecker <brobecker@adacore.com>
3481
3482 * gdb.texinfo (Set Catchpoints): Add documentation for the new
3483 catch exception, catch exception unhandled, and catch assert
3484 commands.
3485
e776119f
DJ
34862007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3487
3488 * gdb.texinfo (Debugging Output): Document "set debug xml"
3489 and "show debug xml".
3490
aa79a185
DJ
34912007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3492
3493 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
3494
7f893741
JB
34952007-01-01 Joel Brobecker <brobecker@adacore.com>
3496
3497 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
3498
a1b5960f
VP
34992006-12-08 Vladimir Prus <vladimir@codesourcery.com>
3500
3501 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
3502 note in @ignore, to be removed later if nobody complains.
3503
9f470e6e
NR
35042006-12-04 Nick Roberts <nickrob@snap.net.nz>
3505
3506 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
3507 of -var-delete.
3508
765dc015 35092006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3510
765dc015 3511 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
3512 automatic software/hardware breakpoint usage and
3513 the "set breakpoint auto-hw" command.
765dc015 3514
4b5752d0
VP
35152006-11-21 Vladimir Prus <vladimir@codesourcery.com>
3516
3517 * gdb.texinfo (Memory Access Checking): New.
3518
89be2091
DJ
35192006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
3520
3521 * gdb.texinfo (Remote configuration): Mention
3522 "pass-signals-packet".
3523 (General Query Packets): Document QPassSignals. Fix
3524 a typo.
3525
ca3bf3bd
DJ
35262006-11-14 Maxim Grigoriev <maxim@tensilica.com>
3527
3528 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
3529
427c3a89
DJ
35302006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3531
3532 * gdb.texinfo (Remote configuration): Rewrite documentation for
3533 packet configuration commands.
3534 (OS Information): Adjust reference to qXfer:auxv:read.
3535 (General Query Packets): Remove references to read-aux-vector-packet
3536 and set remote get-thread-local-storage-address.
3537
7a107747
DJ
35382006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
3539
3540 * gdbint.texinfo (Target Architecture Definition): Add new
3541 Initializing a New Architecture section.
3542
1c56eb0e
EZ
35432006-10-31 David Taylor <dtaylor@emc.com>
3544
3545 * stabs.texinfo (Macro define and undefine): New node describing
3546 stabs for #define and #undef.
3547
f73adfeb
AS
35482006-10-27 Andreas Schwab <schwab@suse.de>
3549
3550 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
3551
fd60e0df
EZ
35522006-10-21 Eli Zaretskii <eliz@gnu.org>
3553
3554 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
3555 clarify on the possible meanings of ``expression'' watched by
3556 watchpoints. Add indexing.
e5ac9b53
EZ
3557 (Prompting, Errors, Invalidation, Annotations for Running)
3558 (Source Annotations): Fix index entries by adding "annotation" to
3559 them, to discriminate from index entries that point to the more
3560 general topic descriptions.
fd60e0df 3561
52bb452f
DJ
35622006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3563
3564 * gdbint.texinfo (Target Vector Definition): Move most
3565 content into Existing Targets. Add a menu.
3566 (Existing Targets): New section, moved from Target Vector
3567 Definition. Use @subsection.
3568 (Managing Execution State): New section.
3569
58955e58
BW
35702006-10-16 Bob Wilson <bob.wilson@acm.org>
3571
3572 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
3573
c8aa23ab
EZ
35742006-10-15 Eli Zaretskii <eliz@gnu.org>
3575
3576 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
3577 (Command Syntax, Signals, Backtrace, Connecting)
3578 (Remote configuration, Renesas Boards, Console I/O): Fix last
3579 change: use Ctrl- instead of C-, except wrt Emacs.
3580 (File-I/O Examples): Put Ctrl-c in @kbd.
3581 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
3582 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
3583 (Signals, Set Breaks, Set Watchpoints): Document optional
3584 arguments to `info signals' `handle', `info breakpoints', and
3585 `info watchpoints'.
c8aa23ab 3586
e7109c7e
EZ
35872006-10-14 Eli Zaretskii <eliz@gnu.org>
3588
3589 * gdb.texinfo (Backtrace): Fix last change.
3590
de3aea7b
NR
35912006-10-14 Nick Roberts <nickrob@snap.net.nz>
3592
3593 * gdb.texinfo (Backtrace): Order correctly and add other cases.
3594
7f9087cb
BW
35952006-10-10 Bob Wilson <bob.wilson@acm.org>
3596
c8aa23ab
EZ
3597 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
3598 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
3599 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 3600
68437a39
DJ
36012006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3602 Daniel Jacobowitz <dan@codesourcery.com>
3603
3604 * gdb.texinfo (Packets): Document vFlashErase,
3605 vFlashWrite and vFlashDone packets.
3606 (General Query Packets): Document qXfer:memory-map:read.
3607 Add a new feature for qXfer:memory-map:read.
3608 (Memory map format): New section.
3609 (Target Commands): Mention that gdb can write flash.
3610
fd79ecee
DJ
36112006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3612 Daniel Jacobowitz <dan@codesourcery.com>
3613
3614 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
3615 memory regions and "mem auto".
3616
350da6ee
DJ
36172006-09-21 Nathan Sidwell <nathan@codesourcery.com>
3618
3619 * gdbint.texinfo (Array Containers): New section.
3620
2f1acb09
VP
36212006-09-17 Vladimir Prus <vladimir@codesourcery.com>
3622
3623 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
3624 -stack-list-arguments HIGH_FRAME argument can be larger then the
3625 actual number of frames.
3626
2ab1eb7a
VP
36272006-09-07 Vladimir Prus <vladimir@codesourcery.com>
3628
3629 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
3630 -stack-list-locals HIGH_FRAME argument can be larger then the
3631 actual number of frames.
2ab1eb7a 3632
599b237a
BW
36332006-09-02 Bob Wilson <bob.wilson@acm.org>
3634
3635 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
3636 Register Packet Format, Tracepoint Packets): Fix spelling errors.
3637
25ab7e6d
EZ
36382006-09-02 Eli Zaretskii <eliz@gnu.org>
3639
3640 * gdbint.texinfo (Overall Structure): New section "Source Tree
3641 Structure".
3642
940178d3
JB
36432006-08-17 Jim Blandy <jimb@codesourcery.com>
3644
3645 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
3646 responses.
3647
30daae6c
JB
36482006-08-08 Joel Brobecker <brobecker@adacore.com>
3649
3650 * gdb.texinfo (Source Path): Add documentation for new
3651 substitute-path commands.
3652
7fa2210b
DJ
36532006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
3654
3655 * gdb.texinfo (Installing GDB): Update menu. Move text to...
3656 (Running Configure): ...here.
3657 (Requirements): New node. Mention expat.
3658
3d00d119
DJ
36592006-08-08 Vladimir Prus <vladimir@codesourcery.com>
3660
5ae4183a 3661 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
3662 'set download-write-size' and 'show download-write-size'.
3663
0cbfa4ee
DJ
36642006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
3665
3666 * stabs.texinfo (Member Type Descriptor): Correct example for
3667 pointer to member types.
3668
16026cd7
AS
36692006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
3670
3671 * gdb.texinfo (Optional warnings and messages): Add
3672 'set/show trace-commands'.
3673 (Command files): Add '-v' to source command.
3674
0876f84a
DJ
36752006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
3676
3677 * gdb.texinfo (OS Information): Update qPart reference to
3678 qXfer.
3679 (Remote configuration): Likewise.
3680 (Overview): Move @cindex to the start of a paragraph. Talk
3681 about binary data encoding.
3682 (Packets): Refer to the overview for the details of the X
3683 packet encoding.
3684 (General Query Packets): Remove qPart description. Add qXfer
3685 description. Add an anchor to qSupported. Correct feature
3686 table title. Add a new feature for qXfer:auxv:read.
3687 (Interrupts): Add a missing parenthesis.
3688
2ec3381a
DJ
36892006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
3690
669fac23 3691 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
3692 (GDB/MI Kod Commands): Remove commented out node.
3693
594fe323
EZ
36942006-07-01 Eli Zaretskii <eliz@gnu.org>
3695
3696 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
3697 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
3698 (GDB/MI Thread Commands, GDB/MI Program Execution)
3699 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
3700 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
3701 (GDB/MI File Commands, GDB/MI Target Manipulation)
3702 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
3703 since the MI prompt is hard-wired into the code.
3704
7e3fb70c
NR
37052006-07-01 Nick Roberts <nickrob@snap.net.nz>
3706
3707 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
3708 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
3709 (GDB/MI Data Manipulation): Remove description of unimplemented
3710 display related commands as variable objects perform this function
3711 and are superior: -display-delete, -display-disable,
3712 -display-enable, -display-insert and -display-list. Move
3713 -environment-cd, -environment-directory, -environment-path
3714 and -environment-pwd to "Program Context".
3715 (GDB/MI Program Control): Rename to "Program Execution". Move
3716 -exec-arguments -exec-abort to...
3717 (GDB/MI Program Context): ...here. New node split from "Data
3718 Manipulation".
3719
be2a5f71
DJ
37202006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
3721
3722 * gdb.texinfo (Remote configuration): Document set / show
3723 remote supported-packets.
3724 (General Query Packets): Document qSupported packet.
3725
fc320d37
SL
37262006-06-10 Sandra Loosemore <sandra@codesourcery.com>
3727
3728 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
3729 and font markup.
3730 (Protocol basics): Likewise.
3731 (The F request packet): Likewise.
3732 (The F reply packet): Likewise.
3733 (Memory transfer): Move this node to be a subsubsection of
3734 "Protocol specific representation of datatypes".
3735 (The Ctrl-C message): More copy editing.
3736 (Console I/O): Likewise.
3737 (The isatty call): Delete this node, and merge its content into
3738 the "isatty" node. Fixed references elsewhere.
3739 (The system call): Delete this node, and merge its content into
3740 the "system" node. Fixed references elsewhere.
3741 (open): Reformat to use @table, and add appropriate font markup.
3742 (close): Likewise.
3743 (read): Likewise.
3744 (write): Likewise.
3745 (lseek): Likewise.
3746 (rename): Likewise.
3747 (unlink): Likewise.
3748 (stat/fstat): Likewise.
3749 (gettimeofday): Likewise.
3750 (isatty): Likewise.
3751 (system): Likewise, plus minor changes to fix confusing wording.
3752 (Integral datatypes): Fix font markup.
3753 (Pointer values): Likewise.
3754 (struct stat): Fix markup to use @table, plus minor copy editing.
3755 (struct timeval): Fix font markup, plus minor copy editing.
3756 (Constants): Minor copy editing.
3757 (Errno values): Add font markup.
3758 (File-I/O Examples): Likewise.
3759
158fdf5c
NR
37602006-06-10 Nick Roberts <nickrob@snap.net.nz>
3761
3762 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
3763 (GDB/MI Simple Examples): Move node up one level. Use real
3764 examples.
3765 (GDB/MI Compatibility with CLI): Update.
3766 (GDB/MI Result Records): Add "connected" and "exit" result
3767 classes.
3768 (GDB/MI Stream Records): Clarify target output.
3769 (GDB/MI Command Description Format): Modify example description.
3770 (GDB/MI Breakpoint Table Commands): Rename to...
3771 (GDB/MI Breakpoint Commands): ...this
3772 (GDB/MI Breakpoint Commands): Add optional thread field.
3773 (GDB/MI Program Control): Add an introduction. Move "Program
3774 termination" examples into exec-run description.
3775 (GDB/MI File Commands): Mention similar CLI commands.
3776 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
3777 is similar to "-gdb-version".
3778
ddb50cd7
EZ
37792006-06-09 Eli Zaretskii <eliz@gnu.org>
3780
3781 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
3782
2aef0d6b
NR
37832006-06-02 Nick Roberts <nickrob@snap.net.nz>
3784
3785 * gdb.texinfo (GDB/MI Development and Front Ends): Use
3786 sourceware.org for mailing lists.
d5e40d59 3787 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 3788
383a5c52
NR
37892006-06-01 Nick Roberts <nickrob@snap.net.nz>
3790
d5e40d59 3791 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 3792
e16b02ee
EZ
37932006-05-22 Eli Zaretskii <eliz@gnu.org>
3794
3795 * gdb.texinfo (Cygwin Native): Fix last change.
3796
be90c084
CF
37972006-05-22 Christopher Faylor <cgf@timesys.com>
3798
3799 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
3800
347ceba5
NR
38012006-05-15 Nick Roberts <nickrob@snap.net.nz>
3802
3803 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
3804 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
3805
369af7bd
DJ
38062006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
3807
3808 * gdb.texinfo (General Query Packets): Recommend not starting
3809 new packets with qC and clarify.
3810
2ffdbde8 38112006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
3812
3813 * gdb.texinfo (M2 Types): New section.
72019c9c 3814
16d1a084
DJ
38152006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
3816
3817 * agentexpr.texi: Add a copyright and license notice.
3818 * observer.texi: Likewise, with GPL clause for function prototypes.
3819 Remove trailing whitespace.
3820
aa56d27a
JB
38212006-05-05 Jim Blandy <jimb@codesourcery.com>
3822
3823 * gdb.texinfo (General Query Packets): Document conventions for
3824 terminating packet names, and their violations.
3825
5bdf8622
DJ
38262006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3827
3828 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
3829 * gdb.texinfo: Likewise.
3830
605a56cb
DJ
38312006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3832
3833 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
3834 and "show remotedebug".
3835 (Debugging Output): Add additional index entries.
3836
b8db102d
MS
38372006-04-27 Michael Snyder <msnyder@redhat.com>
3838
3839 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
3840
c5e30d01
AC
38412006-04-22 Andrew Cagney <cagney@redhat.com>
3842
3843 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
3844 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
3845
8181d85f
DJ
38462006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
3847
3848 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
3849 and remove breakpoint prototypes.
3850 (Watchpoints): Move description of target_insert_hw_breakpoint and
3851 target_remove_hw_breakpoint ...
3852 (Breakpoints): ... to here. Document target_insert_breakpoint and
3853 target_remove_breakpoint.
3854
4f553f88
JB
38552006-04-17 Jim Blandy <jimb@codesourcery.com>
3856
3857 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
3858 and C packets are optional.
3859
cd852561
FR
38602006-04-14 Frederic Riss <frederic.riss@st.com>
3861
3862 * gdb.texinfo (Specifying source directories): Update the description
3863 of the source file search to reflect the fact that the source path
3864 always contains at least $cdir and $cwd.
3865
b620eb07
MS
38662006-03-31 Michael Snyder <msnyder@redhat.com>
3867
3868 * gdb.texinfo: Update copyright dates.
3869
3156cdaf
EZ
38702006-03-31 Eli Zaretskii <eliz@gnu.org>
3871
3872 * gdb.texinfo (Overview): Add an index entry to "empty response".
3873
7d30c22d
JB
38742006-03-28 Jim Blandy <jimb@codesourcery.com>
3875
3876 * gdbint.texinfo (Prologue Analysis): New section.
3877
86941c27
JB
38782006-03-07 Jim Blandy <jimb@red-bean.com>
3879
66b8c7f6
JB
3880 * gdb.texinfo (Connecting): Document 'target remote pipe'.
3881
1a10341b
JB
3882 * gdb.texinfo (Target Commands): Update text describing how to
3883 specify a target. Refer to the detailed section on remote
3884 debugging, not the brief mention.
3885
86941c27
JB
3886 * gdb.texinfo (Connecting): Organize the different 'target remote'
3887 connection methods into a table. Add a 'target remote' index
3888 entry. (!!!)
3889
62f3a2ba
FF
38902006-02-17 Fred Fish <fnf@specifix.com>
3891
3892 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
3893 'ptype' commands to reflect the fact that the only significant
3894 difference between them is that ptype prints the complete type
3895 description instead of just the name.
3896
8b9a88ea
WZ
38972006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
3898
3899 * gdbint.texinfo (Watchpoints): Delete
3900 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
3901
7e8dc855
NR
39022006-02-10 Nick Roberts <nickrob@snap.net.nz>
3903
3904 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
3905 times fields where needed. Fix typos. Update general form given
3906 for output of -break-insert.
3907 (GDB/MI): Abbreviate some unnecessarily long fullnames.
3908
c91d38aa
DJ
39092006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
3910
3911 * gdbint.texinfo (Symbol Handling): Add a section
3912 on memory management.
3913
38fcd64c
DJ
39142006-02-06 Vladimir Prus <ghost@cs.msu.su>
3915
3916 * gdb.texinfo (Breakpoint table commands): Document the fullname
3917 field in -break-list output.
3918
219eec71
EZ
39192006-02-03 Eli Zaretskii <eliz@gnu.org>
3920
3921 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
3922 debugging information produced by the various "set debug..."
3923 options.
3924
ae5a43e0
DJ
39252006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3926
3927 * gdb.texinfo (Files): Remove obsolete bits from the description
3928 of "symbol-file".
3929
a9f158ec
JB
39302006-01-25 Jim Blandy <jimb@redhat.com>
3931
3932 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
3933
410dd08e
JB
39342006-01-24 Jim Blandy <jimb@redhat.com>
3935
3936 * gdbint.texinfo (Frames): Document the basics of GDB's register
3937 unwinding model, and explain the existence of the "sentinel" frame.
3938
4b505b12
AS
39392006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
3940
3941 * gdb.texinfo (Choosing files): Mention that -directory is used
3942 for script files.
3943 (Specifying source directories): Likewise.
3944 (Command files): Explain how script files are found.
3945
839c27b7
EZ
39462006-01-21 Eli Zaretskii <eliz@gnu.org>
3947
3948 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
3949 the threads in a multi-threaded program.
3950 (Threads): The threadno argument of "thread apply" can be a range
3951 of numbers.
3952
7be93b9e
JB
39532006-01-18 Jim Blandy <jimb@redhat.com>
3954
3955 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
3956 of warning flags.
3957
fcc73fe3
EZ
39582006-01-13 Eli Zaretskii <eliz@gnu.org>
3959
3960 * gdb.texinfo (Sequences): Improve menu annotations.
3961 (Define): Add index entries for arguments of user-defined
3962 commands. Move the description of flow-control commands...
3963 (Command Files): ...to here. Document loop_break and
3964 loop_continue.
ca91424e
EZ
3965 (Define, Command Files): Document `end' and add index entries for
3966 it.
fcc73fe3 3967
5c95884b
MS
39682006-01-04 Michael Snyder <msnyder@redhat.com>
3969
3970 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 3971 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 3972
860701dc
PH
39732006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
3974
3975 * gdb.texinfo (Omissions from Ada): Document that there is now
3976 limited aggregate support.
3977
36b80e65
EZ
39782005-12-28 Eli Zaretskii <eliz@gnu.org>
3979
3980 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
3981 registers and the likes.
3982
c1468174
EZ
39832005-12-24 Eli Zaretskii <eliz@gnu.org>
3984
3985 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
3986 (Symbols): Fix usage of "e.g.".
359df76b 3987 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
3988
3989 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
3990 (Coding): Fix usage of "e.g.".
3991
c02a867d
EZ
39922005-12-23 Eli Zaretskii <eliz@gnu.org>
3993
5ae4183a
AS
3994 * stabs.texinfo:
3995 * refcard.tex:
c02a867d 3996 * gpl.texi:
5ae4183a
AS
3997 * gdbint.texinfo:
3998 * gdb.texinfo:
3999 * gdb-cfg.texi:
c02a867d 4000 * fdl.texi:
5ae4183a
AS
4001 * annotate.texinfo:
4002 * all-cfg.texi:
c02a867d
EZ
4003 * Makefile.in: Add (C) after Copyright. Update the FSF
4004 address.
4005
fad38dfa
EZ
40062005-12-03 Eli Zaretskii <eliz@gnu.org>
4007
4008 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
4009 extend GDB with commands for external monitor.
4010
53e5f3cf
AS
40112005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
4012
4013 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
4014
55f6ca0f
JB
40152005-11-25 Joel Brobecker <brobecker@adacore.com>
4016
4017 * gdbint.texinfo (Start of New Year Procedure): New chapter.
4018
c1947b85
JB
40192005-11-21 Jim Blandy <jimb@redhat.com>
4020
4021 * gdb.texinfo (Tracepoint Packets): Document restrictions on
4022 placement of 'R' actions in tracepoint action packets; document
4023 dependence of 'X' and 'M' actions on a preceding 'R' action for
4024 their registers.
4025
9d29849a
JB
40262005-11-19 Jim Blandy <jimb@redhat.com>
4027
4028 * gdb.texinfo (Tracepoint Packets): New node.
4029 (General Query Packets): Add entries for the tracepoint packets,
4030 referring to the "Tracepoint Packets" node.
4031 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 4032
9a6253be
KB
40332005-11-18 Kevin Buettner <kevinb@redhat.com>
4034
4035 * gdb.texinfo (set remotebreak): Add anchor.
4036 (X packet): Likewise.
4037 (Remote Protocol): Add new section `Interrupts' and new index
4038 entry `interrupts (remote protocol)'.
4039
5f3bebba
JB
40402005-11-18 Jim Blandy <jimb@redhat.com>
4041
4042 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
4043 entries into the General Query Packets section. Add a
4044 cross-reference to that section. Drop description of replies, as
4045 these are covered in the descriptions of each packet.
4046 (General Query Packets): Add introductory text. Explain naming
4047 conventions, and how the end of a name is recognized.
4048
9a7a1b36
KB
40492005-11-17 Kevin Buettner <kevinb@redhat.com>
4050
0564b6cf 4051 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
4052 "set remotebreak" command.
4053
b8ff78ce
JB
40542005-11-16 Jim Blandy <jimb@redhat.com>
4055
4056 * gdb.texinfo (Packets, Stop Reply Packets)
4057 (General Query Packets): Various formatting cleanups.
4058 - Use @samp for packet contents.
4059 - Drop summaries from packet @item lines; the same information appears
4060 immediately below in the description.
4061 - Delete paragraph breaks after packet @item commands, so that the
4062 description appears directly to the right of the packet prototype
4063 in the printed manual, if it fits.
4064 - Place spaces in packet prototypes between @vars and non-@var
4065 letters, and explain that they're just for formatting.
4066 - Use @dots{} instead of '...'.
4067 - Fix uses of @code where @var was needed.
4068 - Replace "deprecated" markers with English text spelling out the
4069 packet's status and the preferred alternatives.
4070 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
4071 what this ever meant.
4072 - Remove "(draft)" markers on 'i' packets; nobody has commented on
4073 this for a long time.
4074 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
4075 implemented several times, and have been in use for years.
4076
8ffe2530
JB
40772005-11-15 Jim Blandy <jimb@redhat.com>
4078
c43c5473
JB
4079 * gdb.texinfo (Packets): Add index entries for 'm' packet
4080 disclaimers.
5ae4183a 4081
fb031cdf
JB
4082 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
4083 of stub when processing an 'm' packet.
4084
8ffe2530
JB
4085 * gdb.texinfo (Packets): Mention that packets beginning with
4086 letters are reserved once, at the top, instead of actually listing
4087 them all and saying "reserved".
4088
c03c782f
AS
40892005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
4090
4091 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
4092 Change @var{$arg0 to @code{$arg0.
4093
814e32d7
WZ
40942005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
4095
4096 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
4097
fa93a9d8
JB
40982005-11-12 Jim Blandy <jimb@redhat.com>
4099
4100 * gdb.texinfo (General Query Packets): Put packets in alphabetical
4101 order. Remove extraneous 'z'.
4102
8a5a3c82
AS
41032005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
4104
4105 * gdb.texinfo (Choosing files): Add --eval-command.
4106
4b0ad762
AS
41072005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
4108
4109 * gdb.texinfo (Choosing modes): Add --return-child-result.
4110
4111
1a088d06
AS
41122005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
4113
4114 * gdb.texinfo (Choosing modes): Add --batch-silent.
4115
656d5e12
EZ
41162005-10-28 Eli Zaretskii <eliz@gnu.org>
4117
4118 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
4119 "The -var-update Command".
4120
3c9c013a
JB
41212005-10-03 Joel Brobecker <brobecker@adacore.com>
4122
4123 * gdb.texinfo (Print Settings): Add documentation for set/show
4124 print array-indexes.
4125
7ba3cf9c
DJ
41262005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
4127
4128 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
4129 6.2 and 6.3.
4130
a94ab193
EZ
41312005-08-27 Eli Zaretskii <eliz@gnu.org>
4132
4133 * gdb.texinfo (File Options): Don't document --mapped, it's gone
4134 since 19-Jan-2004.
4135 (Files): Likewise.
ab1adacd
EZ
4136 (Variables, Symbols): Document the "<incomplete type>" message and
4137 its reasons.
a94ab193 4138
ca06016a
FF
41392005-08-01 Fred Fish <fnf@specifix.com>
4140
4141 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
4142
cf58170d
NR
41432005-07-15 Nick Roberts <nickrob@snap.net.nz>
4144
4145 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
4146 option for -var-list-children and -var-update.
4147 (GDB/MI Stack Manipulation): Simplify description of
4148 print-values option for -stack-list-locals.
4149 (GDB/MI Command Description Format): Clarify.
4150 (Mode Options): Spelling of superseded.
4151
38f1196a
BR
41522005-07-12 Bob Rossi <bob@brasko.net>
4153
4154 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
4155 corresponding GDB command comment.
4156
3cb3b8df
BR
41572005-07-06 Bob Rossi <bob@brasko.net>
4158
4159 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
4160 and -inferior-tty-show.
4161 (Input/Output): Document "set/show inferior-tty" and tty alias.
4162
10fac096
NW
41632005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
4164
4165 * gdb.texinfo (Packets): Change description of 'D' packet to note
4166 that GDB does wait for a response.
4167
d1b6db76
NR
41682005-06-22 Nick Roberts <nickrob@snap.net.nz>
4169
4170 * gdb.texinfo (History) Rename "Command History".
4171 (Command History): Move node "Server Prefix" from section on
4172 Annotations here.
4173
29629dcf
NR
41742005-06-19 Nick Roberts <nickrob@snap.net.nz>
4175
4176 * gdb.texinfo (GDB/MI Stack Manipulation):
4177 Re-instate -stack-info-frame with example. Say that it gets
4178 info on selected frame, not current frame.
4179
397ca115
EZ
41802005-06-18 Eli Zaretskii <eliz@gnu.org>
4181
4182 * gdb.texinfo (Server): Clarify that `file' should be used before
4183 connecting to the server.
4184 (Files): Add an xref to the above description.
51274035
EZ
4185 (Output Formats): More detailed description of the `c' format.
4186 (Memory): List explicitly all the formats supported by `x'.
638ac427 4187 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 4188 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
4189 files. Add more indexing for solib-absolute-prefix and
4190 --with-sysroot.
76d17f34
EZ
4191 (Machine Code): Document possible problems with locations in
4192 shared libraries.
d416eeec
EZ
4193 (Backtrace): Document that free-standing environments do not need
4194 to have a `main' function.
397ca115 4195
74f6deaa
NR
41962005-06-18 Nick Roberts <nickrob@snap.net.nz>
4197
4198 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
4199 -stack-info-frame.
4200
a9967aef
AC
42012005-06-07 Andrew Cagney <cagney@gnu.org>
4202
4203 * gdb.texinfo (Contributors): Note the original multi-arch
4204 contributors.
4205
e09f16f9
EZ
42062005-06-03 Eli Zaretskii <eliz@gnu.org>
4207
4208 * gdb.texinfo (Registers): Add index entries for the standard
4209 registers.
4210 (Frames): Add cross-reference from frame pointer description to
4211 the Registers node.
4212 (Annotations Overview): Fix the reference to GDB name.
4213
d87ba7ee
EZ
42142005-06-01 Eli Zaretskii <eliz@gnu.org>
4215
4216 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
4217 can-use-hw-watchpoints.
4218
034dad6f
BR
42192005-05-28 Bob Rossi <bob@brasko.net>
4220
4221 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
4222 the possible reasons why an exec async record would be returned to FE.
4223
ffed4509
AC
42242005-05-26 Andrew Cagney <cagney@gnu.org>
4225
4226 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
4227 Andrew Cagney implemented the original GDB/MI.
4228
e22e55c9
OF
42292005-05-23 Orjan Friberg <orjanf@axis.com>
4230
4231 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
4232 documentation. Add documentation for cris-mode.
4233
a78e13ce
EZ
42342005-05-20 Eli Zaretskii <eliz@gnu.org>
4235
4236 * gdb.texinfo (Numbers): Explain the example and make the wording
4237 more acurate.
4238
76ff342d
DJ
42392005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4240 Dennis Brueni <dennis@slickedit.com>
4241
4242 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
4243 (GDB/MI Data Manipulation, GDB/MI Program Control)
4244 (GDB/MI Stack Manipulation): Update examples to include the fullname
4245 attribute in stack frames.
4246
119b882a
EZ
42472005-05-12 Eli Zaretskii <eliz@gnu.org>
4248
4249 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
4250 do with other non-standard names of init files.
4251
6fc08d32
EZ
42522005-05-11 Eli Zaretskii <eliz@gnu.org>
4253
4254 * gdb.texinfo (Command Files): Move the description of the startup
4255 from here...
4256 (Startup): ...to this new subsection of the Invocation chapter.
4257 Rearrange the description of init files more logically and add a
4258 cross-reference to "Command Files". Document the special gdbinit
4259 name for CISCO 68k. Expand the description of what GDB does
4260 during startup.
4261 (History): Add index entry for HISTSIZE.
4262
a561754a
MK
42632005-05-02 Mark Kettenis <kettenis@gnu.org>
4264
4265 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
4266
2eecc4ab
EZ
42672005-05-02 Eli Zaretskii <eliz@gnu.org>
4268
4269 * gdb.texinfo (SVR4 Process Information, The isatty call)
4270 (The system call): Don't use foo(N) notation for man pages and
4271 functions.
514c4d71 4272 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 4273
18999be5
EZ
42742005-04-27 Eli Zaretskii <eliz@gnu.org>
4275
4276 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
4277 were optimized away.
4278
0abb7bc7
EZ
42792005-04-22 Eli Zaretskii <eliz@gnu.org>
4280
4281 * gdb.texinfo (Remote configuration): Document "set/show
4282 get-thread-local-storage-address". Add cross-reference to the
4283 description of the qGetTLSAddr packet.
4284 (General Query Packets): Mention "set remote
4285 get-thread-local-storage-address" and add a reference to its
4286 description.
4287
6f61acb1
NR
42882005-04-19 Nick Roberts <nickrob@snap.net.nz>
4289
4290 * gdb.texinfo (Backtrace): Describe 'bt full'.
4291
9d59903a
NR
42922005-04-17 Nick Roberts <nickrob@snap.net.nz>
4293
4294 * gdb.texinfo (Mode Options): Fix typo.
4295 (GDB/MI): Describe how to invoke GDB/MI.
4296
721c2651
EZ
42972005-04-16 Eli Zaretskii <eliz@gnu.org>
4298
4299 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 4300 references changed. Add description of "info udot".
721c2651
EZ
4301 (Files): Document "set/show stop-on-solib-events".
4302 (M32R/D): Document "set/show download-path", "set/show
4303 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
4304 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
4305 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
4306 (Maintenance Commands): Improve indexing.
4307 (Target Commands): Document "set/show hash", "set/show debug
4308 monitor".
4309 (SVR4 Process Information): Document "info pidlist" and "info
4310 meminfo". Document "set/show procfs-tarce" and "set/show
4311 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
4312 (Symbols, The Print Command with Objective-C): Improve indexing.
4313 (Objective-C): Add references to "info classes" and "info
4314 selectors".
c45da7e6
EZ
4315 (Debugging Output): Improve wording. Document "set/show debug
4316 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
4317 (Set Breaks): Add index entry for "hardware breakpoints".
4318 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
4319 and "set/show usehardbreakpoints".
4320 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
4321 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
4322 (ARM): Document "rdilogfile", "rdilogenable", "set/show
4323 rdiromatzero", "set/show rdiheartbeat".
4324 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
4325 "sds".
4326 (Embedded Processors): Document the "sim" command.
4327 (Remote): Document the "remote" command.
4328 (DJGPP Native): Document the "info serial" command.
4329 (Threads): Document "maint info sol-threads".
4330 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
4331 (Set Breaks): Improve indexing.
4332 (Command Syntax): Add a reference to dont-repeat.
4333 (Define): Document "dont-repeat".
4334 (TUI Commands): Document "tabset".
4335 (WinCE): New subsection. Document "set/show remotedirectory",
4336 "set/show remoteupload", "set/show remoteaddhost".
721c2651 4337
14d6dd68
EZ
43382005-04-15 Eli Zaretskii <eliz@gnu.org>
4339
4340 * gdb.texinfo (Hurd Native): New subsection, documents
4341 Hurd-specific commands.
a64548ea 4342 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 4343 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
4344 (MIPS): Improve documentation of heuristic-fence-post. Document
4345 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
4346 mips stack-arg-size", "set/show mips mask-address", "set/show mips
4347 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 4348 (ARM): Document ARM-specific commands.
a64548ea
EZ
4349 (AVR): New section. Document "info io_registers".
4350 (CRIS): New section. Document "set/show cris-version" and
4351 "set/show cris-dwarf2-cfi".
4352 (HPPA): New section. Document "set/show debug hppa" and "maint
4353 print unwind".
a5adf40f 4354 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 4355 (Super-H): New section. Document the "regs" command.
721c2651 4356 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 4357
9c16f35a
EZ
43582005-04-09 Eli Zaretskii <eliz@gnu.org>
4359
4360 * gdb.texinfo (Print Settings): Document "set/show print
4361 pascal_static-members", "set print repeats", "show print
4362 null-stop". Improve indexing. Fix documentation of "set print
4363 union".
4364 (Pascal): New section.
4365 (Supported languages): Rename from "Support"; all references
4366 updated. Add a menu item for Pascal.
4367 (Numbers): Document "set radix.
4368 (Screen Size): Document "set/show pagination".
4369 (MIPS Embedded): Remove "set processor" documentation.
4370 (Remote configuration): Document "set/show X/P/Z-packet",
4371 "set/show read-aux-vector-packet", "set/show remote
4372 symbol-lookup-packet", "set/show remote verbose-resume-packet",
4373 "set/show remoteaddresssize", "set/show remotebaud", "set/show
4374 remotedebug", "set/show remotebreak", "set/show remotedevice",
4375 "set/show remotelogfile".
4376 (Auxiliary Vector): Add reference to the description of the
4377 read-aux-vector-packet setting.
4378 (Set Watchpoints): Add a cross-reference to "set remote
4379 hardware-breakpoint-limit".
4380 (General Query Packets): Add indexing of requests and
4381 cross-references to related commands in "Remote configuration".
4382 (File-I/O Overview, The system call): Fix wording and typos.
4383 (Thread Stops): Add index entries.
4384 (Continuing and Stepping): Document "show step-mode".
4385 (i386): New node. Document "set/show struct-convention".
4386 (Files): Document "show trust-readonly-sections".
4387 (Calling): Document "set/show unwindonsignal".
4388 (Messages/Warnings): Add index entries.
4389 (Maintenance Commands): Document "set/show watchdog".
4390 (Annotations Overview): Document "show annotate".
4391 (Set Watchpoints): Add index entries.
4392 (Symbols): Fix doc of case-sensitive.
4393 (ABI): Document "show coerce-float-to-double".
4394 (Convenience Vars, Help): Improve indexing.
4395 (Machine Code): Document "show disassembly-flavor".
4396 (Debugging C plus plus): Document "show overload-resolution".
4397 (Value History, Signaling): Add index entries.
4398
43992005-04-08 Eli Zaretskii <eliz@gnu.org>
4400
4401 * gdb.texinfo (Show): Move @kindex entries to their proper places.
4402 (Processes): Fix wording.
4403 (History, List, Logging output, Define, Symbols, Print Settings):
4404 Improve indexing.
4405
a8f24a35
EZ
44062005-04-03 Eli Zaretskii <eliz@gnu.org>
4407
4408 * gdb.texinfo (Targets): Document "set/show architecture". Remove
4409 redundant index entry for "target" command.
4410 (Backtrace): Add index entries.
4411 (Symbols, Fortran): Document the "set case-sensitive" command.
4412 (DJGPP Native): Document "set com1base", "set com1irq", etc.
4413 (Print Settings): Add index entry for "set demangle-style".
4414 (Target Commands): Document "set download-write-size".
4415 (Debugging Output): Document "set exec-done-display".
4416
09d4efe1
EZ
44172005-04-02 Eli Zaretskii <eliz@gnu.org>
4418
4419 * gdb.texinfo (Files): Fix the name and documentation of
4420 add-shared-symbol-files. Document its alias assf. Update the
4421 list of OSs where GDB supports shared libraries. Fix markup.
4422 (Continuing and Stepping): Add reference to @var{location} in the
4423 text.
4424 (Dump/Restore Files): Fix reference to @{filename}.
4425 (Help): Fix wording.
4426 (Attach): Ditto.
4427 (Set Watchpoints): Ditto.
4428 (Backtrace): Remove redundant index entries. Improve index
4429 entries.
4430 (Delete Breaks): Fix wording.
4431 (Memory): Document the compare-sections command.
4432 (Memory Region Attributes): Improve wording.
4433 (Disabling): Improve wording.
4434 (Fortran): New subsection. Document the "info common" command.
4435 (Help): Document aliases "info copying" and "info warranty".
4436 (Caching Remote Data): New section. Document the "set/show
4437 remotecache" and "info dcache" commands.
4438 (Show): Fix wording of the documentation of the "set
4439 extension-language" command.
4440 (Signals): Add index entry for "info handle".
4441 (Memory Region Attributes): Fix punctuation.
4442 (Symbols): Change the arg name to "location" and refer to it in
4443 the text. Fix wording of "info types" doc.
4444 (Threads): Fix usage of @enumerate @item's.
4445 (Listing Tracepoints): Add index entry for "info tp".
4446 (Set Watchpoints): Add xref to "info break" description.
4447 (Macros): Add an index entry for "macro exp1". Document the
4448 "macro list" command.
4449 (Maintenance Commands): Document "flushregs", "maint agent",
4450 "maint check-symtabs", "maint cplus", "maint demangle", "maint
4451 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
4452 "maint print architecture", "maint print objfiles", "maint print
4453 statistics", "maint print type", "maint show-debug-regs", "maint
4454 space", "maint time", and "maint translate-address".
4455 (Connecting): Document the "monitor" command.
4456 (Annotations Overview): Describe the "set annotate" command.
4457
82f2d802
EZ
44582005-04-01 Eli Zaretskii <eliz@gnu.org>
4459
4460 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
4461 Rearrange index entries and improve wording about support for
4462 hardware watchpoints.
4463
7d51c7de
BR
44642005-03-10 Bob Rossi <bob@brasko.net>
4465
4466 * gdb.texinfo: Update copyright
4467
68c71a2e
TR
44682005-02-09 Theodore A. Roth <troth@openavr.org>
4469
4470 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
4471 error.
4472
83761cbd
KB
44732005-02-03 Kevin Buettner <kevinb@redhat.com>
4474
4475 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
4476
9f1c6395
MS
44772005-01-17 Michael Snyder <msnyder@redhat.com>
4478
4479 * gdb.texinfo: Fix spelling, infinte -> infinite.
4480
fbd1b305
MK
44812005-01-08 Mark Kettenis <kettenis@gnu.org>
4482
4483 * observer.texi (GDB Observers): Document "solib_loaded".
4484
3ace7edb
AC
44852005-01-07 Andrew Cagney <cagney@gnu.org>
4486
bec39cab
AC
4487 * configure.ac: Rename configure.in, require autoconf 2.59.
4488 * configure: Re-generate.
4489
3ace7edb
AC
4490 * configure.in: Replace configdirs with multiple references to
4491 AC_CONFIG_SUBDIRS.
4492 * configure: Re-generate.
5ae4183a 4493
53531fc1
AC
44942005-01-04 Andrew Cagney <cagney@gnu.org>
4495
4496 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
4497 part of the version number.
4498
536ffdb7
MK
44992004-12-24 Mark Kettenis <kettenis@gnu.org>
4500
4501 * gdbint.texinfo (Algorithms): Remove description of
4502 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
4503
e1aac25b
JB
45042004-12-07 Jim Blandy <jimb@redhat.com>
4505
4506 * gdb.texinfo (General Query Packets): Specify that thread ID's in
4507 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
4508 numbers.
4509
f47b1503
AS
45102004-12-07 Andreas Schwab <schwab@suse.de>
4511
4512 * gdb.texinfo (Mode Options): Document -l option.
4513
b6b8ece6
EZ
45142004-12-04 Eli Zaretskii <eliz@gnu.org>
4515
4516 * gdbint.texinfo (Algorithms): More accurate description of
4517 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
4518 is not needed unless data-read and data-access watchpoints are
4519 supported. Add a description of how GDB checks whether the
4520 inferior stopped because a watchpoint was hit.
4521
01371747
EZ
45222004-11-23 Eli Zaretskii <eliz@gnu.org>
4523
4524 * gdb.texinfo (Files): Add cross-reference to description of
4525 -readnow command-line switch.
4526
2315ffec
RC
45272004-11-10 Randolph Chung <tausq@debian.org>
4528
4529 * gdb.texinfo: Document set/show backtrace past-entry commands.
4530 Rearrange index entries for set/show backtrace past-main.
4531
69065f5d
AC
45322004-11-10 Jon Beniston <jon@beniston.com>
4533
4534 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
4535 * gdb.texinfo (Remote Serial Protocol): Further describe
4536 binary transfer escaping mechanism .
69065f5d 4537
30e91e0b
RC
45382004-11-08 Randolph Chung <tausq@debian.org>
4539
4540 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
4541 and "show debug infrun". Add index entries.
4542
60bf7e09
EZ
45432004-10-23 Eli Zaretskii <eliz@gnu.org>
4544
4545 * gdb.texinfo (SVR4 Process Information): Document subcommands of
4546 "info proc" that are already implemented. Add index entries.
4547 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
4548 (Files): Add a tip for decreasing memory used for symtabs from
4549 shared libraries.
f018e82f
EZ
4550 (Starting): Fix whitespace; make "elaboration" stand out where it
4551 is first used, and add an index entry for the term.
f8568604
EZ
4552 (Calling): Expand and elaborate text. Add "print". Add the
4553 description of problems with weak aliases.
384ee23f 4554 (Core File Generation): New section.
60bf7e09 4555
d52fe014
AC
45562004-10-12 Andrew Cagney <cagney@gnu.org>
4557
4558 * gdbint.texinfo (Versions and Branches): New chapter.
4559 (Releasing GDB): Delete "Versions and Branches" section.
4560 (Top): Add "Versions and Branches".
4561
703663ab
EZ
45622004-10-08 Eli Zaretskii <eliz@gnu.org>
4563
4564 * gdb.texinfo (Editing, History): Add cross-references to the
4565 included Readline and History user documentation. Remove
4566 references to the symbol have-readline-appendices which is unused
4567 and undefined.
4568 (History): Fix indexing.
4569
ac77d04f
JJ
45702004-10-08 Jeff Johnston <jjohnstn@redhat.com>
4571
4572 * gdbint.texinfo (target_stopped_data_address): Update to
4573 new prototype.
4574 (i386_stopped_data_address): Update prototype and description.
4575 (i386_stopped_by_watchpoint): New function and description.
4576
e07c999f
PH
45772004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
4578
4579 * gdb.texinfo (Filenames): Add Ada suffixes.
4580 (Ada) New section.
4581
2e868123
AC
45822004-09-27 Andrew Cagney <cagney@gnu.org>
4583 Robert Picco <Robert.Picco@hp.com>
4584
4585 * gdb.texinfo (Packets): Document the "p" packet.
4586
02a57714
JM
45872004-09-21 Jason Molenda (jmolenda@apple.com)
4588
4589 * gdb.texinfo (Paths and Names of the Source Files): Document the
4590 meaning of values in the 'desc' field of a SO stab.
4591
ae038cb0
DJ
45922004-09-20 Daniel Jacobowitz <dan@debian.org>
4593
4594 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
4595 max-cache-age" and "maint show dwarf2 max-cache-age".
4596
f7dc1244
EZ
45972004-09-16 Eli Zaretskii <eliz@gnu.org>
4598
4599 * gdb.texinfo (Set Breaks): Add index entry for setting
4600 breakpoints on overloaded C++ functions that are not members of
4601 any classes. Add an example and an index entry for setting
4602 breakpoints on all program functions.
4603 (Character Sets, Macros, Overlay Commands)
4604 (Non-debug DLL symbols, GDB/MI Output Syntax)
4605 (Annotations Overview, Maintenance Commands, File-I/O Overview):
4606 Use "(@value{GDBP})" instead of a literal "(gdb)".
4607
f810308b
AC
46082004-09-12 Andrew Cagney <cagney@gnu.org>
4609
4610 * gdbint.texinfo (Native Debugging): Delete description of
4611 FILES_INFO_HOOK.
4612
15a661f3
PH
46132004-09-11 Paul Hilfinger <hilfinger@gnat.com>
4614
5ae4183a
AS
4615 * gdbint.texinfo (User Interface): Change local_hex_string_custom
4616 to hex_string_custom (not historically correct, but more
15a661f3
PH
4617 understandable, given the current code).
4618
f3219c75
AC
46192004-09-03 Andrew Cagney <cagney@gnu.org>
4620
4621 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
4622
f3bb6704
JJ
46232004-09-01 Jeff Johnston <jjohnstn@redhat.com>
4624
4625 * observer.texi (solib_unloaded): New observer.
4626
8d2c00cb
AC
46272004-08-24 Andrew Cagney <cagney@gnu.org>
4628
4629 * gdbint.texinfo (Target Architecture Definition): Add missing
4630 comma.
4631
e7dc800a
MC
46322004-08-20 Michael Chastain <mec.gnu@mindspring.com>
4633
4634 * (Using the Testsuite): build != host is supported,
4635 but some test scripts do not support build != host.
4636
73b03683
MK
46372004-08-14 Mark Kettenis <kettenis@gnu.org>
4638
4639 * gdbint.texinfo (Host Definition): Delete description of
4640 FCLOSE_PROVIDED and GETENV_PROVIDED.
4641
c0ccb908
MK
46422004-08-05 Mark Kettenis <kettenis@chello.nl>
4643
4644 * gdbint.texinfo (Host Definition): Delete description of
4645 NO_SYS_FILE.
4646 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
4647 PTRACE_FP_BUG.
4648
9c8dbfa9
AC
46492004-08-05 Andrew Cagney <cagney@gnu.org>
4650
4651 * gdbint.texinfo (Target Architecture Definition): Delete
4652 reference to deprecated_read_fp.
4653
f42accbe
AC
46542004-08-02 Andrew Cagney <cagney@gnu.org>
4655
4656 * gdbint.texinfo (Target Architecture Definition): Delete
4657 description of DEPRECATED_REGISTER_BYTES.
4658
0b66e38c
EZ
46592004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4660
4661 * gdb.texinfo (Source Path): Document the new behavior of
4662 searching for the source files.
4663
15387254
EZ
46642004-07-17 Eli Zaretskii <eliz@gnu.org>
4665
4666 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
4667 (Search, Expressions, Arrays, Variables, Data, Machine Code)
4668 (Auto Display): Improve indexing.
4669
2c07db7a
AC
46702004-07-16 Andrew Cagney <cagney@gnu.org>
4671
4672 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
4673 "-noasync".
4674
4644b6e3
EZ
46752004-07-09 Eli Zaretskii <eliz@gnu.org>
4676
4677 * gdb.texinfo: Fix @kindex entries so that multiple commands that
4678 have the same prefix have only their prefix in the index.
4679
7561d450
MK
46802004-07-03 Mark Kettenis <kettenis@gnu.org>
4681
4682 * gdb.texinfo (BSD libkvm Interface): New node (section)
4683 (Native): Add it to the menu.
4684
67bebe79
MK
46852004-07-01 Mark Kettenis <kettenis@gnu.org>
4686
4687 * gdbint.texinfo (Target Architecture Definition): Remove
4688 PCC_SOL_BROKEN.
4689
1a6923e0
MK
46902004-06-24 Mark Kettenis <kettenis@gnu.org>
4691
4692 * gdbint.texinfo (Target Architecture Definition): Remove
4693 SUN_FIXED_LBRAC_BUG.
4694
b435e160
AC
46952004-06-26 Andrew Cagney <cagney@gnu.org>
4696
4697 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
4698
b5622e8d
AC
46992004-06-20 Andrew Cagney <cagney@gnu.org>
4700
4701 * gdbint.texinfo (Target Architecture Definition): Deprecate
4702 USE_STRUCT_CONVENTION.
4703
e0c07bf0
MC
47042004-06-19 Michael Chastain <mec.gnu@mindspring.com>
4705
4706 gdb.texinfo (Bug Reporting): Mention session recording,
4707 with the script command or Emacs.
4708
782263ab
AC
47092004-06-18 Andrew Cagney <cagney@gnu.org>
4710
4711 * gdbint.texinfo (Target Architecture Definition): Deprecate
4712 FUNCTION_START_OFFSET.
4713
03727ca6
AC
47142004-06-14 Andrew Cagney <cagney@gnu.org>
4715
4716 Based on changes from Karl Berry.
4717 * gdb.texinfo: Do not use @sc in a direntry.
4718 * stabs.texinfo: Change @dircateogry to "Software development".
4719 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
4720
97092415
AC
47212004-06-13 Andrew Cagney <cagney@gnu.org>
4722
4723 * gdbint.texinfo (Target Architecture Definition): Delete
4724 description of RETURN_VALUE_ON_STACK.
4725
1f6d4158
AC
47262004-06-09 Andrew Cagney <cagney@gnu.org>
4727
4728 * gdbint.texinfo (Native Debugging): Restore "@table @code"
4729 deleted by previous patch.
4730
d966f0cb
AC
47312004-06-08 Andrew Cagney <cagney@gnu.org>
4732
4733 * gdbint.texinfo (Native Debugging): Delete documentation on
4734 ATTACH_DETACH.
4735
86fe4aaa
RC
47362004-06-06 Randolph Chung <tausq@debian.org>
4737
4738 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
4739
d4b6d575
RC
47402004-06-06 Randolph Chung <tausq@debian.org>
4741
5ae4183a 4742 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
4743 the new push_dummy_call method signature. Describe the function
4744 argument.
4745
4e8b0763
JB
47462004-05-24 Joel Brobecker <brobecker@gnat.com>
4747
4748 * gdb.texinfo (Starting): Document new start command.
4749
59caf092
AC
47502004-05-21 Andrew Cagney <cagney@redhat.com>
4751
4752 * observer.texi (GDB Observers): Document "inferior_created".
4753
e4a2df64
AC
47542004-05-08 Andrew Cagney <cagney@redhat.com>
4755
e6b55ae2
AC
4756 * gdbint.texinfo (Target Architecture Definition): Delete
4757 description of DO_DEFERRED_STORES.
4758
28954179
AC
4759 * gdbint.texinfo (Target Architecture Definition): Delete
4760 references to DEPRECATED_FIX_CALL_DUMMY.
4761
434b87dd
AC
4762 * gdbint.texinfo (Target Architecture Definition): Delete
4763 description of DEPRECATED_CALL_DUMMY_WORDS,
4764 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
4765
58d28df8
AC
4766 * gdbint.texinfo (Target Architecture Definition): Delete
4767 description of DEPRECATED_PUSH_DUMMY_FRAME.
4768
e4a2df64
AC
4769 * gdbint.texinfo (Target Architecture Definition): Delete
4770 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
4771
2b4855ab
AC
47722004-05-07 Andrew Cagney <cagney@redhat.com>
4773
4774 * observer.texi (GDB Observers): Add "Debugging" section. Include
4775 cross reference to "set/show debug observer".
4776 * gdb.texinfo (Debugging Output): Document "set/show debug
4777 observer".
4778
fcf70625
AC
47792004-05-01 Andrew Cagney <cagney@redhat.com>
4780
4781 * gdbint.texinfo (Target Architecture Definition): Delete
4782 description of DEPRECATED_PC_IN_SIGTRAMP.
4783
8ee56bcf
AC
47842004-04-30 Andrew Cagney <cagney@redhat.com>
4785
4786 * gdbint.texinfo (Target Architecture Definition): Delete
4787 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
4788
67ab9a76
OF
47892004-04-30 Orjan Friberg <orjanf@axis.com>
4790
4791 * observer.texi (GDB Observers): Correct spelling.
4792
79346bcb
OF
47932004-04-26 Orjan Friberg <orjanf@axis.com>
4794
4795 * observer.texi (GDB Observers): Add target_changed event.
4796
7a464420
AC
47972004-04-08 Andrew Cagney <cagney@redhat.com>
4798
4799 * observer.texi (GDB Observers): Rework, provide generic observer
4800 definitions and then a list of observable events.
4801
6cdf9d98
AC
48022004-04-04 Andrew Cagney <cagney@redhat.com>
4803
4804 * gdbint.texinfo (Host Definition): Delete reference to
4805 NO_SIGINTERRUPT.
4806
ddc135a4
AC
48072004-04-02 Andrew Cagney <cagney@redhat.com>
4808
4809 * gdbint.texinfo (Target Architecture Definition): Delete
4810 reference to DEPRECATED_CALL_DUMMY_LENGTH.
4811
6a1b180d
SC
48122004-03-28 Stephane Carrez <stcarrez@nerim.fr>
4813
4814 * gdb.texinfo (TUI Commands): Document tui reg commands.
4815
d0d5df6f
AC
48162004-03-26 Andrew Cagney <cagney@redhat.com>
4817
4818 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
4819 "gdbtui".
4820 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
4821 (Contributors): Mention both Text and Terminal User Interface.
4822
aa2a3f87
AC
48232004-03-23 Andrew Cagney <cagney@redhat.com>
4824
4825 * gdbint.texinfo (Target Architecture Definition): Deprecate
4826 references to SIGTRAMP_START and SIGTRAMP_END.
4827
f561f026
AC
48282004-03-23 Andrew Cagney <cagney@redhat.com>
4829
4830 * gdbint.texinfo (Target Architecture Definition): Deprecate
4831 references to PC_IN_SIGTRAMP.
4832
33cb8b0f
AC
48332004-03-19 Andrew Cagney <cagney@redhat.com>
4834
4835 * gdbint.texinfo (Target Architecture Definition): Delete
4836 reference to GDB_TARGET_IS_HPPA.
4837
fc989b7a
AC
48382004-03-18 Andrew Cagney <cagney@redhat.com>
4839
4840 * gdbint.texinfo (Coding): Update section on gdbarch_data,
4841 describe pre_init and post_init.
4842
701b08bb
DJ
48432004-03-09 Daniel Jacobowitz <drow@mvista.com>
4844
4845 * gdb.texinfo (Debugging Output): Document values for "set debug
4846 target".
4847
faae5abe
AC
48482004-02-28 Andrew Cagney <cagney@redhat.com>
4849
4850 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
4851
dd79a6cf
JJ
48522004-02-26 Jeff Johnston <jjohnstn@redhat.com>
4853
4854 * gdb.texinfo (breakpoints): Add information about the
4855 new "set breakpoint pending" and "show breakpoint pending"
4856 commands.
4857
e7f16015
AC
48582004-02-26 Andrew Cagney <cagney@redhat.com>
4859
4860 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
4861 in Per-architecture module data section.
4862
7161a3a6
RM
48632004-02-25 Roland McGrath <roland@redhat.com>
4864
4865 * gdb.texinfo (General Query Packets): Document qPart:... packets.
4866
2154891a
AC
48672004-02-24 Andrew Cagney <cagney@redhat.com>
4868
4869 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
4870 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
4871 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 4872
6c74ac8b
AC
48732004-02-17 Andrew Cagney <cagney@redhat.com>
4874
4875 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
4876
19772a2c
AC
48772004-02-16 Andrew Cagney <cagney@redhat.com>
4878
4879 * gdbint.texinfo (Target Architecture Definition): Deprecate
4880 FRAMELESS_FUNCTION_INVOCATION.
4881
c9830293
AC
48822004-02-16 Andrew Cagney <cagney@redhat.com>
4883
4884 * gdbint.texinfo (Coding): Mention -Wunused-function.
4885
b9d26eb9
AC
48862004-02-14 Andrew Cagney <cagney@redhat.com>
4887
4888 * gdbint.texinfo (Target Architecture Definition): Delete
4889 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
4890
49efadf5
EZ
48912004-02-12 Elena Zannoni <ezannoni@redhat.com>
4892
4893 * gdb.texinfo: Properly quote the name "C++".
4894 * gdbint.texinfo: Ditto.
4895 * stabs.texinfo: Ditto.
4896
1eb288ea
EZ
48972004-02-11 Elena Zannoni <ezannoni@redhat.com>
4898
4899 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
4900 minimal information about libiberty.
4901
e4937fc1
MC
49022004-02-06 Michael Chastain <mec.gnu@mindspring.com>
4903
4904 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
4905
a9331b3f
RM
49062004-02-04 Roland McGrath <roland@redhat.com>
4907
4908 * gdb.texinfo (Auxiliary Vector): New node (section).
4909 (Data): Add it to the menu.
4910
2650777c
JJ
49112004-02-02 Jeff Johnston <jjohnstn@redhat.com>
4912
4913 * gdb.texinfo (Breakpoints): Add information about pending
4914 breakpoint support.
4915
b4501125
AC
49162004-01-26 Andrew Cagney <cagney@redhat.com>
4917
4918 * gdb.texinfo (Overview): Delete references to the cisco protocol
4919 including the "N" response.
4920
74055713
AC
49212004-01-26 Andrew Cagney <cagney@redhat.com>
4922
4923 * gdbint.texinfo (Target Architecture Definition): Rename
4924 EXTRACT_STRUCT_VALUE_ADDRESS to
4925 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 4926
3bbe9696
EZ
49272004-01-24 Eli Zaretskii <eliz@gnu.org>
4928
4929 * gdb.texinfo (KOD): Document "show os". Add index entries for
4930 "set/show os" and "info cisco" commands.
4931
5843504f
EZ
49322004-01-21 Eli Zaretskii <eliz@gnu.org>
4933
4934 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
4935
9175c9a3
MC
49362004-01-19 Michael Chastain <mec.gnu@mindspring.com>
4937
4938 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
4939 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
4940
8e94b928
NR
49412004-01-19 Nick Roberts <nick@nick.uklinux.net>
4942
4943 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
4944 -stack-list-locals.
4945 (GDB/MI Variable Objects): Describe extension to
4946 -var-list-children.
4947
a20cf136
DJ
49482004-01-17 Daniel Jacobowitz <drow@mvista.com>
4949
4950 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
4951
afb18d0f
AC
49522004-01-17 Andrew Cagney <cagney@redhat.com>
4953
4954 * gdbint.texinfo (Target Architecture Definition): Delete
4955 documentation on DEPRECATED_NPC_REGNUM.
4956
b51970ac
DJ
49572004-01-13 Daniel Jacobowitz <drow@mvista.com>
4958
4959 * gdb.texinfo: Update copyright year. Mention that set
4960 follow-fork-mode is supported on GNU/Linux. Remove documentation of
4961 "set follow-fork-mode ask".
4962
0f0cffd2
AC
49632004-01-13 Andrew Cagney <cagney@redhat.com>
4964
4965 * gdbint.texinfo: Update copyright year.
4966 (Coding): Add -Wunused-label to list of -Werror warnings.
4967
c552b3bb 49682004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 4969 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
4970
4971 * gdb.texinfo: Update copyright.
4972 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
4973 around names, as appropriate. Minor syntax cleanup of
4974 _NSPrintForDebugger explanation. Two spaces after periods.
4975 GDBN used instead of lit. "gdb". Index entries added for
4976 print-object and _NSPrintForDebugger. @noindent added in one spot.
4977
afe157ca
EZ
49782003-11-11 Elena Zannoni <ezannoni@redhat.com>
4979
4980 * stabs.texinfo: Add dircategory and direntry commands.
4981 * annotate.texinfo: Ditto.
4982
963e2bb7
AC
49832003-11-10 Andrew Cagney <cagney@redhat.com>
4984
4985 * gdbint.texinfo (Target Architecture Definition): Replace the
4986 return_value method's "inval" and "outval" parameters with
4987 "readbuf" and "writebuf".
4988
1d8b2f28
JB
49892003-10-28 Jim Blandy <jimb@redhat.com>
4990
4991 * gdb.texinfo (The F request packet, The F reply packet): Renamed
4992 from "The `F' request packet" and "The `F' reply packet", to make
4993 texi2dvi happy.
4994 (File-I/O remote protocol extension): Update menu entries, too.
4995
36d86913
MC
49962003-10-26 Michael Chastain <mec@shout.net>
4997
4998 * gdb.texinfo (Thread Stops): Document the issue with
4999 premature return from system calls in multi-threaded programs.
5000
ce2826aa
AC
50012003-10-24 Andrew Cagney <cagney@redhat.com>
5002
5003 * annotate.texinfo: Fix "fortunatly"[sic].
5004
f24c5e49
KI
50052003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
5006
5007 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
5008 with "Hitachi" and "Mitsubishi".
5009
92ad9cd9
AC
50102003-10-20 Andrew Cagney <cagney@redhat.com>
5011
5012 * gdbint.texinfo (Target Architecture Definition): Document
5013 gdbarch_return_value. Add cross references from
5014 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
5015 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
5016
0ab4b752
MK
50172003-10-18 Mark Kettenis <kettenis@gnu.org>
5018
5019 * gdbint.texinfo (Target Architecture Definition): Document
5020 regset_from_core_section.
fb3e19c0
KI
5021
50222003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
5023
5024 * gdb.texinfo (M32R/D): Mention m32rsdi target.
5025
a9331b3f 50262003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
5027
5028 From Anthony Green <green@redhat.com>:
5ae4183a 5029 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 5030
1485d690
KB
50312003-10-14 Kevin Buettner <kevinb@redhat.com>
5032
889bf7c5
PA
5033 * gdb.texinfo (Breakpoint related warnings): New node.
5034 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 5035
86d30acc
DJ
50362003-10-13 Daniel Jacobowitz <drow@mvista.com>
5037
5038 * gdb.texinfo (Remote Protocol): Document v and vCont.
5039
172c2a43
KI
50402003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
5041
5042 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
5043 * gdbint.texinfo: Ditto.
5044
71952f4c
AC
50452003-10-09 Andrew Cagney <cagney@redhat.com>
5046
5047 From 2003-09-18 David Anderson <davea@sgi.com>:
5048 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
5049 "command".
5050
268e2188
AC
50512003-10-03 Andrew Cagney <cagney@redhat.com>
5052
5053 * gdbint.texinfo (Target Architecture Definition): Deprecate
5054 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
5055 just target.
5056
12c266ea 50572003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 5058
f30992d4 5059 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
5060 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
5061 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
5062 * gdbint.texinfo (Target Architecture Definition): Rename
5063
50642003-09-30 Andrew Cagney <cagney@redhat.com>
5065
f30992d4 5066 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 5067 (Target Architecture Definition):
f30992d4 5068
2e092625
AC
5069 * gdbint.texinfo (Target Architecture Definition): Rename
5070 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
5071
0717ae8a
AC
50722003-09-29 Andrew Cagney <cagney@redhat.com>
5073
dad809b7
AC
5074 * gdbint.texinfo (Target Architecture Definition): Delete
5075 documentation for NEED_TEXT_START_END.
5076
0717ae8a
AC
5077 * gdbint.texinfo (Target Architecture Definition): Rename
5078 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
5079 TARGET_WRITE_PC.
a9331b3f 5080
af6cf26d
MC
50812003-09-22 Michael Chastain <mec@shout.net>
5082
5083 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
5084
ee206350
AG
50852003-09-21 Anthony Green <green@redhat.com>
5086
5087 * gdbint.texinfo (Target Architecture Definition): Fix typos.
5088
a38c9fe6
MK
50892003-09-21 Mark Kettenis <kettenis@gnu.org>
5090
5091 * gdbint.texinfo (Target Architecture Definition): Document
5092 stabs_argument_has_addr.
5093
77949794
AC
50942003-09-18 Andrew Cagney <cagney@redhat.com>
5095
5096 * gdbint.texinfo (Target Architecture Definition): Delete
5097 documentation on REGISTER_NAMES.
5098
8e823e25
MK
50992003-09-13 Mark Kettenis <kettenis@gnu.org>
5100
5101 * gdbint.texinfo (Target Architecture Definition): Replace
5102 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
5103
f27dd7fd
AC
51042003-09-11 Andrew Cagney <cagney@redhat.com>
5105
5106 * gdbint.texinfo (Target Architecture Definition): Replace
5107 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
5108
8b148df9
AC
51092003-08-18 Andrew Cagney <cagney@redhat.com>
5110
5111 * gdbint.texinfo (Target Architecture Definition): Document
5112 "frame_red_zone_size".
5113
25d29d70
AC
51142003-08-09 Andrew Cagney <cagney@redhat.com>
5115
5116 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
5117 with "set/show backtrace past-main" and "set/show backtrace
5118 limit".
5119
c938e9b0
L
51202003-08-08 H.J. Lu <hongjiu.lu@intel.com>
5121
5122 * Makefile.in (install-info): Support DESTDIR.
5123 (install-html): Likewise.
5124
64fabec2
AC
51252003-08-07 Andrew Cagney <cagney@redhat.com>
5126
5127 Patch from Nick Roberts.
5128 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
5129 bindings. Remove description of send-gdb-command.
5130
2fcf52f0
AC
51312003-08-07 Andrew Cagney <cagney@redhat.com>
5132
5133 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
5134 GDB 6.0.
5135
086432e2
AC
51362003-08-06 Andrew Cagney <cagney@redhat.com>
5137
5138 * gdb.texinfo (Mode Options): Mention that level three is the
5139 highest available and that level 2 is deprecated.
5140 (Annotations Overview): Mention annotation levels. Cross reference
5141 to "Limitations of the Annotation Interface" in annotate.texi.
5142 (TODO, Value Annotations, Frame Annotations): Delete section.
5143 (Displays, Breakpoint Info): Delete.
5144
e5249f67
AC
51452003-08-04 Andrew Cagney <cagney@redhat.com>
5146
5147 * agentexpr.texi: Delete @bye.
5148 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
5149 (stabs.info): Add $(srcdir) to include search path.
5150 (html): Depend on "annotate_toc.html", and not "annotate.html".
5151 * stabs.texinfo: Ditto. Include "fdl.texi".
5152 * gdbint.texinfo: Update copyright statement's list of invariant
5153 sections.
5154
e6f672d2
AC
51552003-07-28 Andrew Cagney <cagney@redhat.com>
5156
5157 * Makefile.in (INFO_DEPS): Add annotate.info.
5158 (dvi, ps, html, pdf): Add annotate.
5159 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
5160 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
5161 (ANNOTATE_DOC_FILES): New macro.
5162 (ANNOTATE_TEX_TMPS): New macro.
5163 (annotate.info, annotate_toc.html): Specify dependencies.
5164 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
5165 * annotate.texinfo: Rename annotate.texi. Get building. Add
5166 "Migrating to GDB/MI" and "Limitations of the Annotation
5167 Interface" chapters. Mention why it is not part of the user
5168 guide. Update copyright notice. Include "fdl.texi".
5169
72ffddc9
SC
51702003-07-26 Stephane Carrez <stcarrez@nerim.fr>
5171
5172 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
5173
a9f12a31
DJ
51742003-07-24 Daniel Jacobowitz <drow@mvista.com>
5175
5176 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
5177
b1fe9455
DJ
51782003-07-24 Daniel Jacobowitz <drow@mvista.com>
5179
5180 * gdb.texinfo (Server): Mention pidof.
5181
153721e6
AC
51822003-07-22 Andrew Cagney <cagney@redhat.com>
5183
5184 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
5185 list.
5186
0fac0b41
DJ
51872003-06-28 Daniel Jacobowitz <drow@mvista.com>
5188
5189 * gdb.texinfo (Logging output): New chapter.
5190
4e562065
JB
51912003-06-24 Joel Brobecker <brobecker@gnat.com>
5192
5193 * gdb.texinfo (Unsupported languages): New section.
5194 (Languages): Add link to new section.
5195
f2c06f52
AC
51962003-06-22 Andrew Cagney <cagney@redhat.com>
5197
5198 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
5199
b4177fca
DJ
52002003-06-22 Daniel Jacobowitz <drow@mvista.com>
5201
5202 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
5203
f418dd93
DJ
52042003-06-22 Daniel Jacobowitz <drow@mvista.com>
5205
5206 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
5207 * agentexpr.texi: Retitle section, and change it to an appendix.
5208 Comment out texinfo initialization. Factor a @var{} into two
5209 pieces to prevent makeinfo warnings.
5210 * gdb.texinfo: Add Agent Expressions appendix.
5211
4ca61388
DJ
52122003-06-19 Daniel Jacobowitz <drow@mvista.com>
5213
5214 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
5215
07f31aa6
DJ
52162003-06-18 Daniel Jacobowitz <drow@mvista.com>
5217
5ae4183a 5218 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
5219 remote target". Document the "detach" and "disconnect" commands.
5220 (Server, Netware, Debug Session): Reference "Connecting to a
5221 remote target".
5222 (GDB/MI Target Manipulation): Document "-target-disconnect".
5223
2dd0da42
AC
52242003-06-13 Andrew Cagney <cagney@redhat.com>
5225
5226 * gdbint.texinfo (Target Architecture Definition): Deprecate
5227 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
5228 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
5229
e7a3abfc
JB
52302003-06-09 Jim Blandy <jimb@redhat.com>
5231
5232 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
5233
25e3a86b
AC
52342003-06-08 Andrew Cagney <cagney@redhat.com>
5235
5236 * gdbint.texinfo (Target Architecture Definition): Delete
5237 documentation on FRAME_ARGS_ADDRESS_CORRECT.
5238
a9e5fdc2
AC
52392003-06-08 Andrew Cagney <cagney@redhat.com>
5240
5241 * gdbint.texinfo (Target Architecture Definition): Document
5242 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
5243
b37303ee
AF
52442003-06-07 Adam Fedor <fedor@gnu.org>
5245
5246 * gdb.texinfo: Add Objective-C documentation.
5247
39fe6e80
AC
52482003-06-01 Andrew Cagney <cagney@redhat.com>
5249
5250 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
5251 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
5252
125309b2
AC
52532003-05-21 Andrew Cagney <cagney@redhat.com>
5254
5255 * gdbint.texinfo (Target Architecture Definition): Delete
5256 references to "extract_address" and "store_address".
5257
b8b527c5
AC
52582003-05-16 Andrew Cagney <cagney@redhat.com>
5259
5260 * gdbint.texinfo (Target Architecture Definition): Replace
5261 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
5262 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
5263
50e3ee83
TR
52642003-05-14 Theodore A. Roth <troth@openavr.org>
5265
5266 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
5267
44e2be90
L
52682003-05-10 H.J. Lu <hongjiu.lu@intel.com>
5269
5270 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
5271 (gdb.dvi): Likewise.
5272 (gdb.pdf): Likewise.
5273 (links2roff): Likewise.
5274
df5215a6
JB
52752003-05-08 Jim Blandy <jimb@redhat.com>
5276
5277 * gdb.texinfo (Dump/Restore Files): Update documentation for
5278 'dump', 'append', and 'restore': note that format argument is
5279 optional; simplify presentation of the command variants; and be
5280 more precise about the formats.
5281
5e7b2f39
JB
52822003-05-07 Jim Blandy <jimb@redhat.com>
5283
5284 * gdb.texinfo (Symbols): Update documentation: 'maint list
5285 symtabs' and 'maint list psymtabs' have been renamed 'maint info
5286 symtabs' and 'maint info psymtabs'.
5287
b1e29e33
AC
52882003-05-05 Andrew Cagney <cagney@redhat.com>
5289
5290 * gdbint.texinfo (Target Architecture Definition): Make
5291 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
5292 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
5293 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
5294
00905d52
AC
52952003-05-04 Andrew Cagney <cagney@redhat.com>
5296
5297 * gdb.texinfo (Maintenance Commands): Document "maint print
5298 dummy-frames".
5299
54ff5908
AC
53002003-05-04 Andrew Cagney <cagney@redhat.com>
5301
5302 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
5303
32e7087d
JB
53042003-05-03 J. Brobecker <brobecker@gnat.com>
5305
5306 Thierry Schneider <tpschneider1@yahoo.com>
5307 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
5308 for new MI command.
5309
7043d8dc
AC
53102003-05-03 Andrew Cagney <cagney@redhat.com>
5311
5312 * gdbint.texinfo (Target Architecture Definition): Document
5313 push_dummy_code. Add cross references.
5314
e33d66ec
EZ
53152003-05-02 Elena Zannoni <ezannoni@redhat.com>
5316
5317 * gdb.texinfo (Character Sets): Update to reflect new behavior of
5318 set/show charsets commands.
5319
0ba6dca9
AC
53202003-04-28 Andrew Cagney <cagney@redhat.com>
5321
5322 * gdbint.texinfo (Target Architecture Definition): Replace
5323 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
5324 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
5325
d7a27068
AC
53262003-04-28 Andrew Cagney <cagney@redhat.com>
5327
5328 * gdbint.texinfo (Target Architecture Definition): Rename
5329 "tm_print_insn" to "deprecated_tm_print_insn".
5330
44ea7b70
JB
53312003-04-09 Jim Blandy <jimb@redhat.com>
5332
5333 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
5334 list psymtabs'.
5335
fb8f8949
AC
53362003-04-08 Andrew Cagney <cagney@redhat.com>
5337
5338 * gdbint.texinfo (Target Architecture Definition): Delete
5339 references to EXTRA_FRAME_INFO.
5340
32fb0f22
AC
53412003-04-08 Andrew Cagney <cagney@redhat.com>
5342
5343 * gdbint.texinfo (Target Architecture Definition): Delete
5344 PRINT_TYPELESS_INTEGER.
5345
6be67e67
JB
53462003-04-02 J. Brobecker <brobecker@gnat.com>
5347
5348 * observer.texi (GDB Observers): Adjust the documentation for the
5349 normal_stop notification to better describe reality. Fix a couple
5350 of minor typos.
5351
4e35d5f0
BR
53522003-04-02 Bob Rossi <bob_rossi@cox.net>
5353
a9331b3f 5354 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
5355 '-file-list-exec-source-file'
5356
e8a8712a
AC
53572003-03-31 Andrew Cagney <cagney@redhat.com>
5358
5359 * gdbint.texinfo (Target Architecture Definition): Delete
5360 references to CALL_DUMMY_P.
5361
6c0e89ed
AC
53622003-03-30 Andrew Cagney <cagney@redhat.com>
5363
5364 * gdbint.texinfo (Target Architecture Definition): Remove
5365 reference to TARGET_WRITE_SP.
a9331b3f 5366
378bfd1b
AC
53672003-03-27 Andrew Cagney <cagney@redhat.com>
5368
5369 * gdbint.texinfo (Target Architecture Definition): Remove
5370 references to write_sp.
6c0e89ed 5371
922fbb7b
AC
53722003-03-27 Andrew Cagney <cagney@redhat.com>
5373
5374 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
5375 chapter body. Use @smallexample instead of @example.
5376 (Annotations): Ditto.
5377 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
5378 annotate.texi.
5379
b81774d8
AC
53802003-03-26 Andrew Cagney <cagney@redhat.com>
5381
5382 * gdbint.texinfo (Target Architecture Definition): Replace
5383 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
5384 dummy_addr parameters.
5385
1bf6d5cc
AC
53862003-03-25 Andrew Cagney <cagney@redhat.com>
5387
5388 * gdbint.texinfo (Target Architecture Definition): Delete
5389 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
5390 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5391 Add reference to PUSH_ARGUMENTS.
5392
618ce49f
AC
53932003-03-23 Andrew Cagney <cagney@redhat.com>
5394
5395 * gdbint.texinfo (Algorithms, Target Architecture Definition):
5396 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
5397
bcd7e15f
JB
53982003-03-18 J. Brobecker <brobecker@gnat.com>
5399
5400 * gdbint.texinfo (Algorithms): Add new section describing the
5401 Observer paradigm.
5402 (Top): Add menu entry to new observer appendix.
5403 * observer.texi: New file.
5404 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
5405 new observer.texi file.
5406
9fe8321b
AC
54072003-03-17 Andrew Cagney <cagney@redhat.com>
5408
5409 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
5410 that GNU Press update the manual version number.
5411
ac2adee5
AC
54122003-03-12 Andrew Cagney <cagney@redhat.com>
5413
5414 * gdbint.texinfo (Target Architecture Definition): Delete
5415 references to get_saved_register. Rename GET_SAVED_REGISTER to
5416 DEPRECATED_GET_SAVED_REGISTER.
5417
749b82f6
AC
54182003-03-13 Andrew Cagney <cagney@redhat.com>
5419
5420 * gdbint.texinfo (Target Architecture Definition): Replace
5421 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
5422
8bedc050
AC
54232003-03-12 Andrew Cagney <cagney@redhat.com>
5424
5425 * gdbint.texinfo (Target Architecture Definition): Rename
5426 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 5427
0ce1b118
CV
54282003-03-10 Corinna Vinschen <vinschen@redhat.com>
5429
5430 * gdb.texinfo: Add File-I/O documentation.
5431
12cc2063
AC
54322003-03-10 Andrew Cagney <cagney@redhat.com>
5433
5434 * gdbint.texinfo (Target Architecture Definition): Cross reference
5435 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
5436
7453dc06
AC
54372003-03-07 Andrew Cagney <cagney@redhat.com>
5438
5439 * gdb.texinfo (Debugging Output): Mention the "set/show debug
5440 frame" command.
5441
6314f104
AC
54422003-03-05 Andrew Cagney <cagney@redhat.com>
5443
5444 * gdbint.texinfo (Target Architecture Definition): Document
5445 unwind_dummy_id. Cross reference unwind_dummy_id and
5446 SAVE_DUMMY_FRAME_TOS.
5447
f1212245
DJ
54482003-03-05 James Ingham <jingham@apple.com>
5449 Daniel Jacobowitz <drow@mvista.com>
5450
5451 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
5452 and "show cp-abi".
5453
77e7e267
AC
54542003-03-03 Andrew Cagney <cagney@redhat.com>
5455
5456 * gdbint.texinfo (Target Architecture Definition): Document
5457 register_type.
5458
838a8221
AC
54592003-03-03 Andrew Cagney <cagney@redhat.com>
5460
5461 * stabs.texinfo (Structures): Use @samp and separate @var's
5462 instead of a single @var containing a comma separated list.
5463 (Unions): Ditto.
5464
d7f4a264
DJ
54652003-03-02 Daniel Jacobowitz <drow@mvista.com>
5466
5467 * Makefile.in (distclean): Remove config.log.
5468
f30ee0bc
AC
54692003-03-01 Andrew Cagney <cagney@redhat.com>
5470
5471 * gdbint.texinfo (Target Architecture Definition): Rename
5472 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
5473
54742003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
5475
5476 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
5477 DEPRECATED_INIT_EXTRA_FRAME_INFO.
5478
be448670
CF
54792003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
5480
5481 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
5482 (Non-debug DLL symbols): New node, describing the minimal symbols
5483 loaded from DLLs without real debugging symbols.
5484
501eef12
AC
54852003-02-20 Andrew Cagney <ac131313@redhat.com>
5486
5487 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
5488 hardware-breakpoint-limit".
5489 (Set Watchpoints): Add cross reference to "set remote
5490 hardware-watchpoint-limit".
5491 (Remote configuration options): New section.
5492
21c294e6
AC
54932003-02-04 Andrew Cagney <ac131313@redhat.com>
5494
e9be73e4
AC
5495 * gdbint.texinfo (Target Architecture Definition): Delete
5496 descrption of IS_TRAPPED_INTERNALVAR.
5497
21c294e6
AC
5498 From Keith Seitz <keiths@redhat.com>:
5499 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
5500 option "-i"/"--interpreter" to this chapter. Include index
5501 entries.
5502
0179ffac
DC
55032003-02-04 David Carlton <carlton@math.stanford.edu>
5504
5505 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
5506 (Variables): Recommend stabs+ and DWARF 2.
5507 (C plus plus expressions): Correct info about
5508 compiler versions, debug formats.
5509 (Contributors): Change 'DWARF2' to 'DWARF 2'.
5510 PR symtab/874.
5511
7ca9f392
AC
55122003-02-01 Andrew Cagney <ac131313@redhat.com>
5513
5514 * gdbint.texinfo (Target Architecture Definition): Delete
5515 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
5516 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
5517 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
5518 references to nindy and i960.
5519 * gdb.texinfo (i960): Delete all references to i960 and nindy.
5520
31a85ea2
AC
55212003-02-01 Andrew Cagney <ac131313@redhat.com>
5522
5523 * gdbint.texinfo (Target Architecture Definition): Delete
5524 FLOAT_INFO.
5525
6b894e49
AC
55262003-01-30 Andrew Cagney <ac131313@redhat.com>
5527
5528 * stabs.texinfo (Member Type Descriptor): Clarify description of
5529 `@'. Suggested by Ben Hutchings.
5530
c48861fb
AC
55312003-01-29 Andrew Cagney <ac131313@redhat.com>
5532
5533 * gdb.texinfo (M68K): Delete reference to es1800.
5534
617073a9
AC
55352003-01-29 Andrew Cagney <ac131313@redhat.com>
5536
5537 * gdb.texinfo (Maintenance Commands): Document `maint print
5538 reggroups' and `maint print register-groups'.
5539 * gdbint.texinfo (Target Architecture Definition): Document
5540 register_reggroup_p.
5541
5b5d99cf
JB
55422003-01-23 Jim Blandy <jimb@redhat.com>
5543
5544 * gdb.texinfo (Separate Debug Files): New section.
5545
e7ba9c65
DJ
55462003-01-22 Daniel Jacobowitz <drow@mvista.com>
5547
5548 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
5549 and "maint show profile".
5550
94e91d6d
MC
55512003-01-16 Michael Chastain <mec@shout.net>
5552
5553 * gdb.texinfo (Installing GDB): Warn against
5554 ".../gdb-VERSION/gdb/configure".
5555 (Separate Objdir): Likewise.
5556
867f3898
AC
55572003-01-15 Andrew Cagney <ac131313@redhat.com>
5558
5559 * gdbint.texinfo (Target Architecture Definition): Delete
5560 definition of PRINT_REGISTER_HOOK.
5561
f153cc92
EZ
55622003-01-15 Elena Zannoni <ezannoni@redhat.com>
5563
5564 (OpenRISC 1000): Fix formatting of command names.
5565
c60eb6f1
EZ
55662003-01-15 Elena Zannoni <ezannoni@redhat.com>
5567
5568 * gdb.texinfo (Continuing and Stepping): Add new command
5569 'advance'. Clarify behavior of 'until'.
5570
f5ebfba0
DJ
55712003-01-13 Daniel Jacobowitz <drow@mvista.com>
5572
5573 * gdb.texinfo (Files): Document solib-absolute-prefix and
5574 solib-search-path.
5575
4ce8657e
MC
55762003-01-09 Michael Chastain <mec@shout.net>
5577
5578 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
5579 (Create a Release): Add new instructions for new @file{src-release}.
5580 Document existing instructions for @file{Makefile.in} as
5581 being for @value{GDBN} 5.3.1 or earlier.
5582
372613e3
AC
55832003-01-09 Andrew Cagney <ac131313@redhat.com>
5584
5585 * gdbint.texinfo (Target Architecture Definition): Mention
5586 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
5587 allocate memory.
5588
b4e9345d
DJ
55892003-01-04 Daniel Jacobowitz <drow@mvista.com>
5590
5591 * gdb.texinfo (Controlling GDB): Add @kindex for
5592 "show osabi".
5593 (Backtraces): Add @kindex's for backtrace-below-main.
5594
98b45e30
DJ
55952003-01-04 Daniel Jacobowitz <drow@mvista.com>
5596
5597 * gdb.texinfo (Controlling GDB): Document "set osabi".
5598
95f90d25
DJ
55992003-01-04 Daniel Jacobowitz <drow@mvista.com>
5600
5601 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
5602 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
5603
1e698235
DJ
56042003-01-04 Daniel Jacobowitz <drow@mvista.com>
5605
5606 * gdb.texinfo (Controlling GDB): Add ABI section. Document
5607 "set coerce-float-to-double".
5608 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
5609
e632838e
AC
56102003-01-02 Andrew Cagney <ac131313@redhat.com>
5611
5612 * stabs.texinfo: Remove obsolete text.
5613 * gdbint.texinfo: Ditto.
5614 * gdb.texinfo: Ditto.
5615
c133ab7a
MK
56162002-12-22 Mark Kettenis <kettenis@gnu.org>
5617
5618 * gdbint.texinfo (Target Architecture Definition): Update
5619 description of gdbarch_register_osabi.
5620
f821f325
KH
56212002-12-20 Kazu Hirata <kazu@cs.umass.edu>
5622
5623 * agentexpr.texi: Fix typos.
5624 * annotate.texi: Likewise.
5625 * fdl.texi: Likewise.
5626
85a6d8d3 56272002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
5628
5629 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
5630 DEPRECATED_INIT_FRAME_PC.
5631
ae45cd16
AC
56322002-12-01 Andrew Cagney <ac131313@redhat.com>
5633
5634 * gdbint.texinfo (Target Architecture Definition): Delete
5635 PC_IN_CALL_DUMMY.
5636
07555a72
AC
56372002-11-28 Andrew Cagney <ac131313@redhat.com>
5638
5639 * gdbint.texinfo (Host Definition): Delete documentation on
5640 USE_GENERIC_DUMMY_FRAMES.
5641
c166cdc7
EZ
56422002-11-26 Elena Zannoni <ezannoni@redhat.com>
5643
5ae4183a 5644 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
5645 * Makefile.in (install-info): Run the install-info command as part
5646 of the post install steps only.
5647 (uninstall-info): New target.
5648 (uninstall): New target.
5649
35db0260
EZ
56502002-11-22 Elena Zannoni <ezannoni@redhat.com>
5651
5652 * Makefile.in (install): Make install do some real work.
5653
9ba8d803
AC
56542002-11-19 Andrew Cagney <ac131313@redhat.com>
5655
5656 Fix POSIX problem reported by Paul Eggert.
5657 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
5658 Fix PR gdb/527.
5659
903ad3a6
AC
56602002-10-26 Andrew Cagney <cagney@redhat.com>
5661
5662 * gdbint.texinfo (Target Architecture Definition): Delete
5663 definition of DO_REGISTERS_INFO.
5664
f2abfe65
KB
56652002-10-18 Kevin Buettner <kevinb@redhat.com>
5666
5667 * gdbint.texinfo (Address Classes): Fix problems with insertion
5668 of ``{'' and ``}'' in example.
5669
b5b0480a
KB
56702002-10-17 Kevin Buettner <kevinb@redhat.com>
5671
5672 * gdbint.texinfo (Address Classes): New section.
5673 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
5674 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
5675 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
5676 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
5677
c85508ee
KD
56782002-10-11 Klee Dienes <kdienes@apple.com>
5679
5680 * gdb.texinfo (Registers): Mention vector registers as well as
5681 floating registers in the documentation for 'info registers' and
5682 'info all-registers'.
5683
6d12fc3d
DJ
56842002-10-11 Daniel Jacobowitz <drow@mvista.com>
5685
5686 * gdbint.texinfo (CPLUS_MARKER): Remove item.
5687
8d19fbd2
JJ
56882002-10-03 Jeff Johnston <jjohnstn@redhat.com>
5689
5690 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
5691 interface definition.
5692
a37295f9
MM
56932002-10-03 Marko Mlinar <markom@opencores.org>
5694
5695 * gdb.texinfo (Target Commands): Add or1k target specific
5696 commands.
5697 * gdb.texinfo (Contributors): Add myself to the contributors list.
5698
da0f9dcd
AC
56992002-10-01 Andrew Cagney <ac131313@redhat.com>
5700
5701 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
5702 and "mi1" instead of "mi1" and "mi0".
5703
2e834e49
HPN
57042002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
5705
5706 * gdb.texinfo (Packets): Fix typos "alligned".
5707 Correct z3/Z3 description. Correct z4/Z4 title.
5708
050be0dc
AC
57092002-09-27 Andrew Cagney <ac131313@redhat.com>
5710
5711 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
5712
1104b9e7
KB
57132002-09-25 Kevin Buettner <kevinb@redhat.com>
5714
5715 * gdb.texinfo: Use GNU/Linux instead of Linux.
5716
512217c7
AC
57172002-09-25 Andrew Cagney <ac131313@redhat.com>
5718
5719 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
5720
10998722
AC
57212002-09-24 Andrew Cagney <ac131313@redhat.com>
5722
512217c7 5723 * gdb.texinfo: Replace @example with @smallexample.
10998722 5724
a0eb71c5
KB
57252002-09-20 Kevin Buettner <kevinb@redhat.com>
5726
f7dc1244 5727 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
5728 * gdb.texinfo (Character Sets): Use @smallexample instead of
5729 @example. Use GNU/Linux instead of Linux.
5730
57312002-09-20 Jim Blandy <jimb@redhat.com>
5732
5733 * gdb.texinfo: Add character set documentation.
5734
2f870471
AC
57352002-09-19 Andrew Cagney <ac131313@redhat.com>
5736
5737 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
5738 (Packets): Add cross reference from `b' packet to `z' packets.
5739
790eb8f5
AC
57402002-09-19 Andrew Cagney <ac131313@redhat.com>
5741
8d30a00d
AC
5742 * gdb.texinfo (Maintenance Commands): Document ``maint
5743 internal-error'' and ``maint internal-warning''.
5744
790eb8f5
AC
5745 * gdbint.texinfo (Target Architecture Definition): Revise
5746 description of STACK_ALIGN. Add description of FRAME_ALIGN.
5747
a23a7bf1
JB
57482002-09-19 Joel Brobecker <brobecker@gnat.com>
5749
5750 * gdbint.texinfo (Target Conditionals): Document the new
5751 NAME_OF_MALLOC macro.
5752
299ffc64
AC
57532002-09-05 Andrew Cagney <ac131313@redhat.com>
5754
5755 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
5756 engineer.
5757
b7bb15bc
SC
57582002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5759
5760 * gdb.texinfo (TUI Overview): Document status line fields.
5761
3d757584
SC
57622002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5763
5764 * gdb.texinfo (TUI Commands): Document info win command.
5765
269c21fe
SC
57662002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5767
5768 * gdb.texinfo (TUI Overview): Document breakpoint markers.
5769
7cf36c78
SC
57702002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5771
5772 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
5773 (TUI Keys): Likewise.
5774
d2c6833e
AC
57752002-08-25 Andrew Cagney <ac131313@redhat.com>
5776
5777 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
5778 for a packet receive.
5779
46d8b1c3
AC
57802002-08-25 Andrew Cagney <ac131313@redhat.com>
5781
5782 * Makefile.in (clean): Move to end of file.
5783 (distclean, maintainer-clean, realclean): Ditto.
5784 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
5785 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
5786 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
5787 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
5788
b0787093
AC
57892002-08-24 Andrew Cagney <ac131313@redhat.com>
5790
5791 * Makefile.in (GDBINT_TEX_TMPS): Define.
5792 (gdbint.dvi, gdbint.pdf): Use
5793 (GDB_TEX_TMPS): Define.
5794 (gdb.dvi, gdb.pdf): Use.
5795 (STABS_TEX_TMPS): Define.
5796 (stabs.dvi, stabs.pdf): Use.
5797 (GDB_DOC_SOURCE_INCLUDES): New macros.
5798 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
5799 (GDBINT_DOC_FILES_INCLUDES): New macros.
5800 (GDBINT_DOC_BUILD_INCLUDES): New macros.
5801 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
5802 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
5803 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
5804 (links2roff): Replace SFILES_INCLUDED with
5805 GDB_DOC_SOURCE_INCLUDES.
5806 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
5807 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
5808 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
5809 dependencies.
5810 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
5811 dependencies.
5812 (gdbmi.texinfo): Delete rule.
5813 (inc-hist.texinfo): Delete rule.
5814 (rluser.texinfo): Delete rule.
5815
ebba8386
AC
58162002-08-23 Andrew Cagney <cagney@redhat.com>
5817
5818 * gdbint.texinfo (Target Architecture Definition): Update
5819 STORE_RETURN_VALUE, mention regcache.
5820
0ab7a791
AC
58212002-08-21 Andrew Cagney <ac131313@redhat.com>
5822
5823 * gdbint.texinfo (Target Architecture Definition): Document
5824 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
5825
ee2d5c50
AC
58262002-08-19 Andrew Cagney <ac131313@redhat.com>
5827
5828 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
5829 Fix minor typos. Add index entries.
5830
53c69bd7
AC
58312002-08-18 Andrew Cagney <ac131313@redhat.com>
5832
5833 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
5834
e76f1f2e
AC
58352002-08-15 Andrew Cagney <ac131313@redhat.com>
5836
5837 * gdbint.texinfo (Target Architecture Definition): Document
5838 PRINT_VECTOR_INFO.
5839 * gdb.texinfo (Vector Unit): Document "info vectors" command.
5840
0680b120
AC
58412002-08-13 Andrew Cagney <ac131313@redhat.com>
5842
5843 * gdb.texinfo (Maintenance Commands): Document "maint print
5844 registers", "maint print raw-registers" and "maint print
5845 cooked-registers".
5846
3c3bea1c
GS
58472002-08-08 Grace Sainsbury <graces@redhat.com>
5848
a9331b3f 5849 From Mark Salter:
3c3bea1c
GS
5850 * gdb.texinfo (Protocol): Document T packet extension to
5851 allow watchpoint address reporting.
5852
42f9b0a5
AC
58532002-08-03 Andrew Cagney <ac131313@redhat.com>
5854
5855 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
5856
db034ac5
AC
58572002-08-01 Andrew Cagney <cagney@redhat.com>
5858
5859 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
5860 to CHILL.
5861
e2b28d04
AC
58622002-08-01 Andrew Cagney <ac131313@redhat.com>
5863
5864 * gdbint.texinfo (Coding): Revise section "Include Files".
5865
7fb623f7
AC
58662002-07-24 Andrew Cagney <cagney@redhat.com>
5867
5868 * gdbint.texinfo: Obsolete references to m88k.
5869 * gdb.texinfo: Ditto.
5870
4a2b4636
JB
58712002-07-10 Joel Brobecker <brobecker@gnat.com>
5872
7fb623f7 5873 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
5874 where the proper version of autoconf can be retrieved.
5875
a71ec265
DH
58762002-07-09 Don Howard <dhoward@redhat.com>
5877
5878 * gdb.texinfo (Command Files): Further describe the behavior of
5879 sourced command files.
5880
b9aa90c9
AC
58812002-06-27 Andrew Cagney <ac131313@redhat.com>
5882
5883 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
5884 (Coding): Clarify ISO C version that GDB assumes.
5885
40dd2248
TT
58862002-06-26 Tom Tromey <tromey@redhat.com>
5887
5888 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
5889 add_setshow_cmd_full.
5890
bfac230e
DH
58912002-06-25 Don Howard <dhoward@redhat.com>
5892
5893 * gdb.texinfo (Memory Region Attributes): Document new behavior
5894 for 'mem' command.
5895
475b0867
JB
58962002-06-11 Jim Blandy <jimb@redhat.com>
5897
919d772c
JB
5898 * gdb.texinfo (Symbols): Update documentation for `info source'
5899 command.
5900
475b0867
JB
5901 * gdb.texinfo (Macros): Call the command `info macro', not
5902 `show macro'.
5903
ba8c9337
AC
59042002-06-09 Andrew Cagney <ac131313@redhat.com>
5905
5906 * gdbint.texinfo (Coding): Add section ``Per-architecture module
5907 data''.
5908
1029b7fa
MK
59092002-06-09 Mark Kettenis <kettenis@gnu.org>
5910
5911 * gdbint.texinfo (Target Architecture Definition): Document
5912 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5913
16737d73
AC
59142002-06-08 Andrew Cagney <ac131313@redhat.com>
5915
5916 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
5917 lists.
5918
30107679
AC
59192002-06-08 Andrew Cagney <ac131313@redhat.com>
5920
5921 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
5922 Branch''.
5923
3352e23e
AC
59242002-06-01 Andrew Cagney <ac131313@redhat.com>
5925
5926 * gdbint.texinfo (Target Architecture Definition): Add section
5927 ``Converting an existing Target Architecture to Multi-arch''.
5928
cbb09e6a
AC
59292002-05-30 Andrew Cagney <ac131313@redhat.com>
5930
5931 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
5932 to ``Obsoleting code''. Revise.
5933
e2e0bcd1
JB
59342002-05-17 Jim Blandy <jimb@redhat.com>
5935
5936 * gdb.texinfo (C Preprocessor Macros): New chapter.
5937 Include it in the main menu.
5938 (Contributors): Credit Jim Blandy with macro support.
5939 (Compilation): Explain how to get macro information into the
5940 executable.
5941 (Expressions): Note that preprocessor macros are expanded.
5942
9db8d71f
DJ
59432002-05-14 Daniel Jacobowitz <drow@mvista.com>
5944
5945 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
5946 options for `target remote'.
5947
6d531722
AC
59482002-05-13 Andrew Cagney <ac131313@redhat.com>
5949
5950 * gdbint.texinfo (Target Architecture Definition): Delete
5951 documentation on NNPC_REGNUM.
5952
13d01224
AC
59532002-05-11 Andrew Cagney <ac131313@redhat.com>
5954
5955 * gdbint.texinfo (Target Architecture Definition): Document
5956 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
5957 (Target Architecture Definition): Revise section `Using Different
5958 Register and Memory Data Representations'. Add section `Raw and
5959 Virtual Register Representations'.
5960
b2e75d78
AC
59612002-05-11 Andrew Cagney <ac131313@redhat.com>
5962
5963 * gdbint.texinfo (Target Architecture Definition): Mention
5964 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
5965 (Target Architecture Definition): Mention same. Add references to
5966 web pages.
5967
2c8682ee
MS
59682002-05-08 Michael Snyder <msnyder@redhat.com>
5969
5970 * stabs.texinfo (Attributes): Document new "vector" attribute.
5971
0816590b
AC
59722002-05-04 Andrew Cagney <ac131313@redhat.com>
5973
5974 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
5975
2653173e
AC
59762002-05-04 Andrew Cagney <ac131313@redhat.com>
5977
5978 * gdb.texinfo: Delete obsolete references to a29k.
5979
d7bd68ca
AC
59802002-04-24 Andrew Cagney <ac131313@redhat.com>
5981
5982 * gdbint.texinfo (Target Architecture Definition): Replace
5983 IN_SIGTRAMP with PC_IN_SIGTRAMP.
5984
21d83aa5
DM
59852002-04-24 David S. Miller <davem@redhat.com>
5986
5987 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
5988
7673a6cc
DM
59892002-04-21 David S. Miller <davem@redhat.com>
5990
5991 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
5992
d49d1e0a
AC
59932002-04-21 Andrew Cagney <ac131313@redhat.com>
5994
5995 * gdbint.texinfo (Target Architecture Definition): Delete
5996 definition of HAVE_REGISTER_WINDOWS.
5997
f7dc1244 59982002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
5999
6000 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
6001 "Theodore A. Roth" <troth@verinet.com>.
6002
5ca0cb28
DH
60032002-04-15 Don Howard <dhoward@redhat.com>
6004
f7dc1244 6005 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 6006 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 6007 Provide a better explaination of this feature.
5ca0cb28 6008
f208ba17
AC
60092002-04-14 Andrew Cagney <ac131313@redhat.com>
6010
6011 * gdbint.texinfo (Target Architecture Definition): Remove
6012 FRAME_CHAIN_COMBINE.
6013
d5ba91de
MC
60142002-04-12 Michael Chastain <mec@shout.net>
6015
6016 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
6017 REG_STACK_SEGMENT.
6018
26818220
MC
60192002-04-09 Michael Chastain <mec@shout.net>
6020
6021 * gdbint.texinfo (Obsolete Conditionals): Remove references to
6022 PYRAMID_* macros.
6023
129188f6
AC
60242002-04-07 Andrew Cagney <ac131313@redhat.com>
6025
6026 * gdb.texinfo (Bug Reporting): Document that the web is the
6027 prefered way of submitting bug reports.
6028 (Bug Reporting): Delete the s-mail address as the last resort.
6029
8227c0ff
AC
60302002-04-05 Andrew Cagney <ac131313@redhat.com>
6031
6032 * gdbint.texinfo (Target Architecture Definition): Delete
6033 references to TARGET_WRITE_FP and write_fp.
6034
16d9dec6
MS
60352002-03-27 Michael Snyder <msnyder@redhat.com>
6036
6037 * gdb.texinfo: Document new commands dump, append, and restore.
6038
9ae8b82c
AC
60392002-03-27 Andrew Cagney <ac131313@redhat.com>
6040
6041 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
6042 Branch'.
6043
474c8240
AC
60442002-03-18 Andrew Cagney <ac131313@redhat.com>
6045
6046 * gdb.texinfo: Change all examples to @smallexample.
6047 * gdbint.texinfo: Ditto.
a9331b3f 6048
fb0ff88f
AC
60492002-03-18 Andrew Cagney <ac131313@redhat.com>
6050
6051 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
6052 Branches''.
6053
9bb0a4d8
AC
60542002-03-18 Andrew Cagney <ac131313@redhat.com>
6055
6056 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
6057 Policy''.
6058
937f164b
FF
60592002-03-04 Fred Fish <fnf@redhat.com>
6060
6061 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
6062 expresson, suports, dependant, trhe, perhaphs, situtations,
6063 explictily, taged, oportunity, unfortunatly).
6064
a7b40f07
AC
60652002-02-24 Andrew Cagney <ac131313@redhat.com>
6066
6067 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
6068 Remove reference to 3.12.
6069
aab4e0ec
AC
60702002-02-23 Andrew Cagney <ac131313@redhat.com>
6071
6072 * gdbint.texinfo: Include fdl.texi.
6073 (Top): Add GNU Free Documentation License.
6074 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
6075 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
6076 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
6077 (gdbint.info): Add srcdir to include path.
6078 * gdb.texinfo: Include gpl.texi.
6079 (Top): Add Copying.
6080 * gpl.texi: New file.
6081
47b95330
AC
60822002-02-23 Andrew Cagney <ac131313@redhat.com>
6083
6084 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
6085
78c47bea
PM
60862002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
6087
6088 * gdb.texinfo: Document Cygwin native specific commands.
6089
56460a61
DJ
60902002-02-15 Daniel Jacobowitz <drow@mvista.com>
6091
6092 * gdb.texinfo: Document gdbserver ``--attach'' command.
6093
def71bfa
MS
60942002-02-07 Michael Snyder <msnyder@redhat.com>
6095
6096 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
6097 to @code(_ovly_debug_event).
6098
c928edc0
AC
60992002-02-07 Andrew Cagney <ac131313@redhat.com>
6100
6101 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
6102
81d46470
MS
61032002-02-06 Michael Snyder <msnyder@redhat.com>
6104
6105 * gdb.texinfo (overlays): Mention new magic symbol
6106 '_ovly_debug_event', which allows GDB to keep better track
6107 of overlays.
6108
f7dc1244 61092002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
6110
6111 * gdb.texinfo (Memory Region Attributes): Fix the wording.
6112 Suggested by Dmitry Sivachenko.
6113
6114 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
6115
15110bc3
MS
61162002-02-01 Michael Snyder <msnyder@redhat.com>
6117
6118 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
6119
6763aef9
MS
61202002-01-30 Michael Snyder <msnyder@redhat.com>
6121
ac282366
MS
6122 * gdb.texinfo: (remote protocol): Gramatical fix-up.
6123 (set trust-readonly-sections): Document.
6763aef9 6124
8642bc8f
AC
61252002-01-29 Andrew Cagney <ac131313@redhat.com>
6126
6127 * gdbint.texinfo (Releasing GDB): Revise and update.
6128
afe64c1a
AC
61292002-01-28 Andrew Cagney <ac131313@redhat.com>
6130
6131 * gdbint.texinfo (Target Architecture Definition): Delete
6132 description of TARGET_BYTE_ORDER_DEFAULT.
6133
f7dc1244 61342002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
6135
6136 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
6137 <mitya@cavia.pp.ru>.
6138
3d6e1b5a
AC
61392002-01-23 Andrew Cagney <ac131313@redhat.com>
6140
6141 * libgdb.texinfo: Delete file.
6142
6c0e9fb3
AC
61432002-01-22 Andrew Cagney <ac131313@redhat.com>
6144
6145 * gdb.texinfo: Remove makeinfo 3.12 hacks.
6146 * gdbint.texinfo: Ditto.
6147
e0ce93ac
AC
6148Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
6149
6150 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
6151
be298bcc
AC
61522002-01-22 Andrew Cagney <ac131313@redhat.com>
6153
6154 * Makefile.in: Update copyright.
6155 (TEXI2DVI): Define.
6156 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
6157 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
6158 gdb-cfg.texi.
6159 (TEXINDEX, PDFTEX): Delete makefile variables.
6160
8e04817f
AC
61612002-01-22 Andrew Cagney <ac131313@redhat.com>
6162
6163 * gdb.texinfo (Protocol): Move section to appendix.
6164
6b2f586d
AC
61652002-01-21 Andrew Cagney <ac131313@redhat.com>
6166
6167 * gdb.texinfo (Remote Debugging): Create a menu.
6168 (Top): Add ``Remote Debugging'' to menu.
6169
6f05cf9f
AC
61702002-01-21 Andrew Cagney <ac131313@redhat.com>
6171
6172 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
6173 serial protocol'' from here.
6174 (Remote Debugging): To here. New chapter.
6175
3fd3d7d2
AC
61762002-01-20 Andrew Cagney <ac131313@redhat.com>
6177
6178 * gdbint.texinfo (Target Architecture Definition): Delete
6179 description of TARGET_BYTE_ORDER_SELECTABLE_P.
6180
7fd60527
AC
61812002-01-20 Andrew Cagney <ac131313@redhat.com>
6182
6183 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
6184 are no longer needed.
6185 (Porting GDB): Add maintainer note about configure.host.
6186
c2f05ac9
AC
61872002-01-20 Andrew Cagney <ac131313@redhat.com>
6188
6189 * gdbint.texinfo (Target Architecture Definition): Remove
6190 definition of IEEE_FLOAT.
6191
f7dc1244 61922002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
6193
6194 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
6195 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
6196 <3diff@gnu.org>
231b2aad 6197
82600034
AC
61982002-01-19 Andrew Cagney <ac131313@redhat.com>
6199
6200 * gdbint.texinfo (Host Definition): Remove references to
6201 MALLOC_INCOMPATIBLE.
6202
7708fa01
AC
62032002-01-17 Andrew Cagney <ac131313@redhat.com>
6204
6205 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
6206 and xyz-xdep.o.
6207
eb12ee30
AC
62082002-01-17 Andrew Cagney <ac131313@redhat.com>
6209
889bf7c5 6210 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
6211 (Set Breaks): Copy ``maint info breakpoint'' doco to
6212 ``Maintenance Commands'' appendix. Add reference.
6213
c9ccaa92
AC
62142002-01-17 Andrew Cagney <ac131313@redhat.com>
6215
6216 * fdl.texi: Remove next/prev from @node.
6217
f7dc1244 62182002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
6219
6220 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
6221 for monstrous @multitable (from Brian Youmans).
6222
6223 * fdl.texi: New file.
6224
6225 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
6226
8973da3a
AC
62272002-01-15 Andrew Cagney <ac131313@redhat.com>
6228
6229 * gdbint.texinfo (Releasing GDB): New chapter.
6230
7d86b5d5
AC
62312002-01-14 Andrew Cagney <ac131313@redhat.com>
6232
6233 * gdb.texinfo (Embedded Processors, Calling program functions):
6234 Obsolete references to a29k.
6235
cc1cb004
AC
62362002-01-13 Andrew Cagney <ac131313@redhat.com>
6237
6238 * gdbint.texinfo (Coding): Review Cleanups section. Examples
6239 examples. Document that a code-block should do or discard its
6240 cleanups before exit.
6241
79f12247
MS
62422002-01-11 Michael Snyder <msnyder@redhat.com>
6243
6244 * gdb.texinfo (Choosing files): Change @samp to @file.
6245
19837790
MS
62462002-01-05 Michael Snyder <msnyder@redhat.com>
6247
6248 * gdb.texinfo (--pid): Document new command line option (attach).
6249
f7dc1244 62502002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
6251
6252 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
6253 in the stub.
6254
d7449b42
AC
62552002-01-04 Andrew Cagney <ac131313@redhat.com>
6256
6257 * gdbint.texinfo (Target Architecture Definition): Replace
6258 BIG_ENDIAN with BFD_ENDIAN_BIG.
6259
f23631e4
AC
62602002-01-03 Andrew Cagney <ac131313@redhat.com>
6261
6262 * gdbint.texinfo (Target Architecture Definition): Replace
6263 value_ptr with struct value pointer.
6264
72c9928d
EZ
62652002-01-02 Eli Zaretskii <eliz@gnu.org>
6266
6267 * gdb.texinfo (Free Software): Fix wording.
6268
959acfd1
EZ
62692001-12-31 Eli Zaretskii <eliz@gnu.org>
6270
6271 * gdb.texinfo (Free Software): New section ``Free Software Needs
6272 Free Documentation''.
6273
f7dc1244 62742001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
6275
6276 * stabs.texinfo:
6277 * gdb.texinfo:
6278 * gdbint.texinfo:
6279 * libgdb.texinfo:
6280 * annotate.texi: Fix the application of GFDL in the Copyright notice.
6281
6600abed
MS
62822001-12-29 Michael Snyder <msnyder@redhat.com>
6283
6284 * gdb.texinfo (maint info sections): Fix typo.
6285
f6680716
MS
62862001-12-26 Michael Snyder <msnyder@redhat.com>
6287
fe95c787
MS
6288 * gdb.texinfo (maint info sections): Document.
6289
a9331b3f 6290 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
6291 'info proc' sub-options that are currently not implemented.
6292
c3d3ce5b
JB
62932001-12-20 Jim Blandy <jimb@redhat.com>
6294
6295 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
6296
778eb05e
AC
62972001-12-15 Andrew Cagney <ac131313@redhat.com>
6298
6299 * gdbint.texinfo (Target Architecture Definition): Replace
6300 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
6301
2607059c
AC
63022001-12-01 Andrew Cagney <ac131313@redhat.com>
6303
6304 * gdbint.texinfo (Host Definition): Delete documentation on
6305 HOST_BYTE_ORDER.
6306
df0cd8c5
JB
63072001-11-30 Jim Blandy <jimb@redhat.com>
6308
6309 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 6310 overlay support. Add to top-level menu.
df0cd8c5 6311
88118b3a
TT
63122001-11-26 Tom Tromey <tromey@redhat.com>
6313
6314 * gdb.texinfo (Command Syntax): Document C-o binding.
6315
96565e91
CF
63162001-07-26 Christopher Faylor <cgf@redhat.com>
6317
6318 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
6319 use since it is described in the referenced section.
6320
f7dc1244 6321 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
6322 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
6323 clearer when using DJGPP.
6324
2a3d5645
CF
63252001-11-24 Christopher Faylor <cgf@redhat.com>
6326
6327 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
6328 specifically refer to MS-DOS.
6329 (command files): Mention gdb.ini is only used on MS-DOS.
6330
aa26fa3a
TT
63312001-11-21 Tom Tromey <tromey@redhat.com>
6332
6333 * gdb.texinfo (Invoking GDB): Document --args.
6334 (Mode Options): Likewise.
6335
4f8ada06
JB
63362001-11-21 Jim Blandy <jimb@redhat.com>
6337
6338 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
6339 Delete documentation; this macro has been removed from the
6340 sources.
4f8ada06 6341
3fe0dc10
JB
63422001-11-13 Jim Blandy <jimb@redhat.com>
6343
6344 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
6345
9e5abb06
CV
63462001-11-06 Corinna Vinschen <vinschen@redhat.com>
6347
6348 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
6349
1c5dfdad
MS
63502001-11-05 Michael Snyder <msnyder@redhat.com>
6351
a9331b3f 6352 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
6353 quote regexp chars in function names such as "operator*()".
6354
990f9fe3
FF
63552001-11-01 Fred Fish <fnf@redhat.com>
6356
6357 * gdbint.texinfo (SOLIB_ADD): Document additional new
6358 "readsyms" arg.
6359
b433d00b
DH
63602001-10-30 Don Howard <dhoward@redhat.com>
6361
070b1dd3
DH
6362 * gdb.texinfo: (Command Files) Added documentation for the
6363 behavior of gdb with input redirected from a file.
b433d00b 6364
b7209cb4
FF
63652001-10-28 Fred Fish <fnf@redhat.com>
6366
6367 * gdb.texinfo (auto-solib-add): Change docs to match
6368 implementation change.
6369 (auto-solib-limit): Add docs for new variable.
6370
1aa20aa8
AC
63712001-10-15 Andrew Cagney <ac131313@redhat.com>
6372
6373 * gdbint.texinfo (Target Architecture Definition): Function
6374 value_as_pointer renamed to value_as_address.
6375
fc0c74b1
AC
63762001-10-15 Andrew Cagney <ac131313@redhat.com>
6377
6378 * gdbint.texinfo (Target Architecture Definition): Default
6379 POINTER_TO_ADDRESS functions assume unsigned addresses.
6380 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
6381 posting by Jim Blandy.
6382
f4846649
JB
63832001-10-12 Jim Blandy <jimb@redhat.com>
6384
6385 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
6386 version of texi2html (1.64) doesn't support this flag any more.
6387
f277788b
MK
63882001-09-08 Mark Kettenis <kettenis@gnu.org>
6389
a9dc4918
MK
6390 * gdbint.texinfo (Host Definition): Remove description of
6391 MEM_FNS_DECLARED.
6392
d28379df
MK
6393 * gdbint.texinfo (Host Definition): Remove description of R_OK.
6394
f277788b
MK
6395 * gdbint.texinfo (Host Definition): Remove description of
6396 HAVE_SIGSETMASK.
6397
7ccaa899
EZ
63982001-09-04 Elena Zannoni <ezannoni@redhat.com>
6399
6400 * gdbint.texinfo (Target Architecture Definition): Add
6401 explanation of TARGET_PRINT_INSN macro.
6402
17d9d558
JB
64032001-08-30 Jim Blandy <jimb@redhat.com>
6404
6405 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
6406 Explain what it means to load relocatable files.
6407
72cde065
JB
64082001-08-28 Jim Blandy <jimb@redhat.com>
6409
6410 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
6411 info `top' menu.
6412
9e678452
CF
6413Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
6414
6415 * gdbint.texinfo: Add a cautionary note about macro use.
6416
a2bea4c3 64172001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 6418
a2bea4c3
CV
6419 * gdb.texinfo: Explain omitting the hostname in the
6420 `target remote' command.
6421
1129bf27
DJ
64222001-07-30 Daniel Jacobowitz <drow@mvista.com>
6423
6424 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
6425 and END-INFO-DIR-ENTRY.
6426
732b3002
SC
64272001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6428
6429 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
6430
89437448
AC
64312001-07-25 Andrew Cagney <ac131313@redhat.com>
6432
6433 * gdbint.texinfo (libgdb): Rewrite.
6434
f7dc1244 64352001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
6436
6437 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
6438
c4555f82
SC
64392001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6440
6441 * gdb.texinfo (TUI): New chapter, document the TUI.
6442 (Mode Options): Document the -tui option.
6443
2f45a6e0
MK
64442001-07-23 Mark Kettenis <kettenis@gnu.org>
6445
6446 * gdbint.texinfo (Host Definition): Remove description of
6447 NEED_POSIX_SETPGID.
6448
f7dc1244 64492001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
6450
6451 * gdb.tex (DJGPP Native): New node, with descriptions of
6452 DJGPP-specific commands.
6453
be9c6c35
JM
64542001-07-19 John R. Moore <jmoore@redhat.com>
6455
6456 * gdbint.texinfo: Three misspellings.
6457
dfa249fb
AC
64582001-07-06 Andrew Cagney <ac131313@redhat.com>
6459
6460 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
6461 `test` expressions on bash. Problem reported by Colin Walters.
6462
c72e7388
AC
64632001-07-04 Andrew Cagney <ac131313@redhat.com>
6464
6465 * gdbint.texinfo (User Interface): Update ui-out documentation to
6466 refelect recent UI/MI updates.
6467
94bbb2c0
AC
64682001-07-04 Andrew Cagney <ac131313@redhat.com>
6469
6470 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
6471 interpreters.
6472
af6c57ea
AC
64732001-06-15 Andrew Cagney <ac131313@redhat.com>
6474
6475 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
6476 structure and not macros.
6477 (Host Definition): Document that much of this chapter is obsolete.
6478 (Target Architecture Definition): Update list of files that make
6479 up a target architecture.
6480 (Coding): Update.
6481
83aa8bc6
AC
64822001-06-28 Andrew Cagney <ac131313@redhat.com>
6483
6484 * gdbint.texinfo (Target Architecture Definition): Update
6485 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
6486 The latter has been changed to a true predicate.
6487
f7dc1244 64882001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
6489
6490 * annotate.texi: Add @noindent where needed. From Dmitry
6491 Sivachenko <dima@Chg.RU>.
6492 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
6493
656db9b0
AC
64942001-06-16 Andrew Cagney <ac131313@redhat.com>
6495
6496 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
6497
df2396a1
AC
64982001-06-14 Andrew Cagney <ac131313@redhat.com>
6499
6500 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
6501 returns ``OK''. Document that the ``R'' packet does not reply.
6502
0f1f2b0a
MS
65032001-06-13 Michael Snyder <msnyder@redhat.com>
6504
6505 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
6506
f7dc1244 65072001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
6508
6509 * gdb.texinfo (Signals): Clarify the default setting of signal
6510 handling.
6511
a5d7c491
AC
65122001-05-14 Andrew Cagney <ac131313@redhat.com>
6513
6514 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
6515 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
6516
05a54c4f
AC
65172001-05-12 Andrew Cagney <ac131313@redhat.com>
6518
6519 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
6520
f7dc1244 65212001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
6522
6523 * gdbint.texinfo (Clean Design and Portable Implementation):
6524 Renamed from "Clean Design".
6525 (Clean Design and Portable Implementation): Document portable
6526 methods of handling file names, and the associated macros.
6527
f7dc1244 65282001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
6529
6530 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
6531 command and provide a cross-reference to its description.
6532 (Symbols): Note that "info scope" is useful for trace experiments.
6533
f7dc1244 65342001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 6535
b37052ae
EZ
6536 * gdb.texinfo (Symbols): Document "info scope".
6537 (Tracepoints): New chapter.
6538 (Contributors): Update for v5.1.
6539 <All nodes>: Change "C++" to "C@t{++}".
6540
0ee54786
EZ
6541 * gdbint.texinfo (User Interface): A new section about ui_out
6542 functions, based on text written by Fernando Nasser.
6543
c534679c
EZ
6544 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
6545
f7dc1244 65462001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 6547
e9c75b65
EZ
6548 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
6549
6550 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
6551
6552 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
6553 Replace "GDB" with "@value{GDBN}". Fix markup.
6554
6555 * annotate.texi: Change Permissions to GFDL. Update Copyright.
6556
3d67e040
EZ
6557 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
6558 a cross-reference to its description.
6559 (Symbols): Document "info symbol".
6560
f7dc1244 65612001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
6562
6563 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
6564 subsection "x86 Watchpoints".
6565 (Target Architecture Definition): Document the macros
6566 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
6567 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
6568
b0ed3589
AC
65692001-03-20 Andrew Cagney <ac131313@redhat.com>
6570
6571 * gdbint.texinfo (Target Architecture Definition): Update
6572 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
6573 list.
6574
b6ba6518
KB
65752001-03-06 Kevin Buettner <kevinb@redhat.com>
6576
6577 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
6578 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
6579
f7dc1244 65802001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
6581
6582 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
6583
f7dc1244 65842001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 6585
17cc6a06
EZ
6586 * gdb.texinfo (Environment): Document that `path' does not change
6587 the value of PATH in GDB's own environment (it did in the past,
6588 but that was changed on March 15, 1994). Reported by Doug Evans
6589 <dje@transmeta.com>.
6590
56caf160
EZ
6591 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
6592 its line. Fix markup of commands and macros. Add an Index node
6593 and index entries.
6594
29e57380
C
65952001-01-23 J.T. Conklin <jtc@redback.com>
6596
6597 * gdb.texinfo (Memory region attributes): New manual section.
6598
1c6147de
ND
65992001-01-04 Nicholas Duffek <nsd@redhat.com>
6600
6601 * gdbint.texinfo (POP_FRAME): Document use by return_command.
6602
f7dc1244 66032000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
6604
6605 * refcard.tex: Version and copyright fixed. From Phil Edwards
6606 <pedwards@disaster.jaj.com>.
6607
0dcedd82
AC
6608Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
6609
6610 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 6611 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 6612
3b851bce
AC
6613Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
6614
6615 * gdbint.texinfo (Coding): Update current value of
889bf7c5 6616 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 6617
f7dc1244 66182000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
6619
6620 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
6621 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
6622
b90a5f51
CF
66232000-11-10 Christopher Faylor <cgf@cygnus.com>
6624
6625 * gdb.texinfo: Document new 'set step-mode' command.
6626
f7dc1244 66272000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
6628
6629 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
6630 changes from Dmitry Sivachenko <dima@Chg.RU>.
6631
f7dc1244 66322000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
6633
6634 * gdb.texinfo (Hooks): Document the new post-hook functionality.
6635 From Steven Johnson <sbjohnson@ozemail.com.au>.
6636
2e685b93
MK
66372000-08-10 Mark Kettenis <kettenis@gnu.org>
6638
6639 * gdbint.texinfo (Overall Structure): Spelling fix.
6640
f7dc1244 66412000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
6642
6643 * gdbint.texinfo (Target Architecture Definition): Document that
6644 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
6645 for which REGISTER_CONVERTIBLE returns a zero value.
6646
63ac3005
EZ
66472000-07-08 Christopher Faylor <cgf@cygnus.com>
6648
6649 * Makefile.in (install-info): Find files to install in either the
6650 build or source directories (adapted from Makefile.am).
6651
bd79f757
ND
66522000-07-07 Nicholas Duffek <nsd@redhat.com>
6653
6654 * stabs.texinfo: Fix spelling errors.
6655 (String Field): FILE-NUMBER starts from 0, not 1.
6656
f7dc1244 66572000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
6658
6659 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 6660 Brian Youmans.
5f208f6d 6661
f7dc1244 66622000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
6663
6664 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
6665 the source directory. Reported by Mark Harig
6666 <markh@frazier.landmark.com>.
cc542d3b 6667
f3b28801
C
66682000-06-20 J.T. Conklin <jtc@redback.com>
6669
6670 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
6671
449f3b6c
AC
6672Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
6673
6674 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 6675 Generate using pdftex.
449f3b6c 6676 (PDFTEX): Define.
889bf7c5 6677 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 6678 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 6679 @contents at the start.
449f3b6c 6680
f7dc1244 66812000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
6682
6683 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 6684 Youmans.
48e934c6 6685
9e9c5ae7
AC
6686Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
6687
6688 From Brian Youmans:
6689 * gdb.texinfo: Fix ``et al.''.
6690
c741b251
AC
6691Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
6692
6693 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 6694 loop.
c741b251 6695
4ab64e14
JG
66962000-05-19 Jimmy Guo <guo@cup.hp.com>
6697
6698 * configure: Regenerate.
6699
f7dc1244 67002000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
6701
6702 * Makefile.in (install-info): Run install-info on installed Info
6703 files.
6704
8c70017b
AC
6705Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6706
a7cb598a 6707 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 6708 Andrew Cagney.
8c70017b 6709
f7dc1244 67102000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
6711
6712 * gdb.texinfo: Proofreading changes from Brian Youmans.
6713
bf0184be
ND
67142000-05-01 Nick Duffek <nsd@cygnus.com>
6715
6716 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
6717 startup sequence, minor edits.
6718
f7dc1244 67192000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
6720
6721 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
6722 TeX.
6723
6724 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
6725 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
6726 like `n' and `s' which look weird. Convert some of the @kindex to
6727 @vindex, when they refer to variables, not commands.
6728
33e16fad
AC
6729Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6730
6731 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
6732
f7dc1244 67332000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
6734
6735 * Makefile.in (GDBMI_DIR): New variable.
6736 (SET_TEXINPUTS): Add $(GDBMI_DIR).
6737 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
6738 (gdbmi.texinfo): New target, for texi2roff.
6739 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
6740 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
6741
6742 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
6743 gdbmi.texinfo.
6744 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
6745 comment.
6746
d167840f
EZ
67472000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6748
6749 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 6750 command.
d167840f 6751
f7dc1244 67522000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
6753
6754 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
6755 prevents the build (and is generally a Bad Idea).
6756
f7dc1244 67572000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
6758
6759 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
6760 a comma inside @var.
6761 (Command Files): Index markup changes from Dmitry Sivachenko
6762 <dima@Chg.RU>.
6763
f7dc1244 67642000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
6765
6766 * Makefile.in (LN_S): Define.
6767 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
6768 invoke "ln -s" unless it is known to work.
6769
6770 * configure.in (AC_PROG_LN_S): Add.
6771
8dc7983f
JB
67722000-04-14 Jim Blandy <jimb@redhat.com>
6773
6774 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
6775 section.
6776 (Target Conditionals): Document ADDRESS_TO_POINTER,
6777 POINTER_TO_ADDRESS.
6778
1a8237e8
DB
67792000-04-11 Daniel Berlin <dan@cgsoftware.com>
6780
6781 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
6782 gdb-cfg.texi to get the value.
6783
ca526f1a
JB
67842000-04-10 Jim Blandy <jimb@redhat.com>
6785
6786 * gdbint.texinfo (Target Architecture Definition): Fix
6787 cross-references.
6788
faaafcb4
JB
67892000-04-08 Jim Blandy <jimb@redhat.com>
6790
6791 * gdbint.texinfo (Using Different Register and Memory Data
6792 Representations): New section.
6793 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
6794 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
6795 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 6796
1b27397f
AC
6797Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
6798
6799 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 6800 for acknowledgments.
1b27397f 6801
480ff1fb
AC
6802Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
6803
6804 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 6805 qThreadExtraInfo.
480ff1fb 6806
a9331b3f 68072000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 6808
a9331b3f
RM
6809 * gdb.texinfo: Clarify which remote debug protocol commands are
6810 required and which are optional.
f1251bdd 6811
dbeb8dbd
AC
6812Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
6813
6814 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
6815 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
6816 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
6817 * annotate.texi: Update.
6818
6d2ebf8b
SS
68192000-03-28 Stan Shebs <shebs@apple.com>
6820
6821 * gdb.texinfo: Update dates, bump to Eighth Edition (note
6822 expectation of additional changes before release), update
6823 ISBN, add copy of top-level menu for @ifhtml, remove explicit
6824 node links, rephrase and/or shorten lines to fix formatting
6825 problem in both regular and @smallbook formats.
6826 * annotate.texi: Shorten lines in example, use smallexample
6827 consistently everywhere.
6828 * Makefile.in: Add comment about texinfo 4.0 html generation.
6829 (SFILES_INCLUDED): Add annotate.texi.
6830
5d161b24
DB
68312000-03-27 Daniel Berlin <dan@cgsoftware.com>
6832
5ae4183a
AS
6833 * gdb.texinfo (Debugging Output): Added new section, documenting
6834 the "set/show debug" commands.
5d161b24 6835
b9deaee7
AC
6836Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
6837
6838 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 6839 entry.
b9deaee7
AC
6840
6841 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
6842 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 6843 @chapter and @node entries.
a9331b3f 6844
b9deaee7 6845 * gdb.texinfo: Link all top-level nodes.
a9331b3f 6846
9ef47d30
AC
6847Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
6848
6849 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 6850 files.
9ef47d30 6851
cfeada60
FN
68522000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
6853
6854 From David Whedon <dwhedon@gordian.com>
5ae4183a 6855 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 6856
6837a0a2
DB
68572000-03-22 Daniel Berlin <dan@cgsoftware.com>
6858
6859 * gdb.texinfo: Add documentation for the apropos command.
6860
bba2971c
MS
68612000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6862
6863 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
6864
2b628194
MS
68652000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6866
a9331b3f 6867 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
6868 two places.
6869
96a2c332
SS
68702000-03-17 Stan Shebs <shebs@apple.com>
6871
6872 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
6873 <dima@Chg.RU>, also clarification of allowed content for
6874 string constants.
6875
f7dc1244 68762000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
6877
6878 * gdb.texinfo (main menu): Add Annotations.
6879 (File Options): Add @cindex entries for each command-line option.
6880 Document --epoch, --annotate, --async, --interpreter, --write,
6881 --statistics, and --version.
6882
6883 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
6884 of GDB.
6885
9d233477
JB
68862000-02-23 Jim Blandy <jimb@redhat.com>
6887
6888 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
6889
14e0eb3b
JB
68902000-02-22 Jim Blandy <jimb@redhat.com>
6891
6892 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
6893
3555de01
JM
68942000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
6895
6896 * Makefile.in (diststuff): New target.
6897
5e35df8e
KB
68982000-02-15 Kevin Buettner <kevinb@redhat.com>
6899
6900 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 6901 architecture. [From Jim Wilson.]
5e35df8e 6902
c5394b80
JM
69032000-01-16 Tom Tromey <tromey@cygnus.com>
6904
6905 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
6906 (Delete Breaks): Mention range arguments.
6907 (Disabling): Likewise.
6908
c3f6f71d
JM
69092000-01-05 Dmitry Sivachenko <dima@Chg.RU>
6910
6911 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
6912
c4093a6a
JM
6913Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
6914
6915 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 6916 valid functions.
c4093a6a 6917
11cf8741
JM
69181999-11-05 Stan Shebs <shebs@andros.cygnus.com>
6919
6920 * gdb.texinfo: Clarify regular expressions used in rbreak.
6921
917317f4
JM
69221999-10-15 Kevin Buettner <kevinb@cygnus.com>
6923
6924 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
6925 MEMORY_REMOVE_BREAKPOINT): Document.
6926
6927Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
6928
6929 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 6930 offset re-using the DATA offset instead.
917317f4 6931
2df3850c
JM
69321999-10-11 Jim Kingdon <kingdon@redhat.com>
6933
6934 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
6935
69361999-10-05 Stan Shebs <shebs@andros.cygnus.com>
6937
6938 From Dmitry Sivachenko <demon@gpad.ac.ru>:
6939 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
6940 typos.
6941
6942 * gdb.texinfo: Various minor wording and formatting improvements,
6943 mentions of additional command-line options.
6944
2acceee2
JM
69451999-09-30 Fred Fish <fnf@cygnus.com>
6946
6947 * gdb.texinfo: Document additional forms of specifying section
6948 names and addresses for the add-symbol-file command.
6949
c2c6d25f
JM
69501999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
6951
6952 * gdbint.texinfo: Fix typo, add the word "have".
6953
69541999-09-14 Jim Blandy <jimb@cris.red-bean.com>
6955
6956 * gdbint.texinfo (Target Architecture Definition): Document the
6957 SKIP_PERMANENT_BREAKPOINT macro.
6958
d4f3574e
SS
69591999-09-07 Stan Shebs <shebs@andros.cygnus.com>
6960
6961 * gdb.texinfo: Fiks speling errers.
6962
6963 * gdb.texinfo: Fix uses of @multitable.
6964
f7dc1244 6965 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 6966 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 6967 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
6968 comments about using with optimization, add more indexing,
6969 fix info about disassembly-flavor.
6970
6971Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
6972
6973 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
6974 SKIP_SOLIB_RESOLVER): Define.
6975
6976Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
6977
6978 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 6979 ``g'' packets.
d4f3574e 6980
104c1213
JM
69811999-08-30 Stan Shebs <shebs@andros.cygnus.com>
6982
6983 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
6984 platform-specific info, inline remote.texi and move sections of it
6985 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
6986 and register stack into the new chapter.
6987 * remote.texi: Remove, now part of gdb.texinfo.
6988 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
6989
69901999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
6991
6992 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
6993 GDB_TARGET_IS_MACH386): These kludges have gone away.
6994
6995Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
6996
6997 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 6998 TDEPLIBS.
104c1213 6999
53a5351d
JM
70001999-08-20 Stan Shebs <shebs@andros.cygnus.com>
7001
7002 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
7003 surrounding text to fit HP-UX bits into general info.
7004 (HPPA-cfg.texi): Remove, no longer useful.
7005
7006 * gdb.texinfo: Remove explicit links from @node lines, remove
7007 HP-added "Detailed Node Listing" from main menu which confuses
7008 things.
7009
7010 From Dmitry Sivachenko <dima@Chg.RU>:
7011 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 7012 in description of `set environment'.
53a5351d
JM
7013
70141999-08-17 Stan Shebs <shebs@andros.cygnus.com>
7015
7016 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
7017
7be570e7
JM
70181999-08-12 Ben Elliston <bje@cygnus.com>
7019
7020 * gdbint.texinfo (Breakpoint Handling): Add missing words.
7021
f7dc1244 70221999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
7023
7024 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
7025 watch, awatch, and rwatch. Explain why the latter two cannot be
7026 set as software watchpoints. Document that watchpoints for local
7027 variables are deleted when the debuggee terminates.
7be570e7
JM
7028
7029Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
7030
7031 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
7032 packet. Allow E.. response packet. "qRcmd" packet is no longer
7033 reserved.
7be570e7
JM
7034
70351999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7036
a9331b3f
RM
7037 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
7038 * gdb.texinfo: Ditto.
7be570e7 7039
96baa820
JM
70401999-08-06 Tom Tromey <tromey@cygnus.com>
7041
7042 * gdb.texinfo (KOD): New node.
7043
7044Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
7045
7046 * remote.texi (Rcmd): Fix minor formatting typos.
7047
7048Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
7049
7050 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 7051 packets.
96baa820 7052
adf40b2e
JM
70531999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
7054
7055 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
7056 fixes.
7057
43ff13b4
JM
7058Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
7059
7060 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
7061
085dd6e6
JM
7062Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
7063
7064 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
7065 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
7066 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
7067 packets that are not supported on all hosts. Expand examples.
7068 Spell check.
085dd6e6
JM
7069
70701999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
7071
7072 * Makefile.in: Recognize html, install-html. Add targets
7073 to build HTML versions of documentation via texi2html.
7074
7075Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
7076
7077 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 7078 testsuite.
085dd6e6
JM
7079
7080Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
7081
7082 * remote.texi (Communication Protocol): Rewrite.
7083
7084Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
7085
7086 * stabs.texinfo: Fix uses of xref.
7087
9e0b60a8
JM
7088Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
7089
7090 * gdbint.texinfo: Add an anti-printf exhortation, and update the
7091 info about patch submission.
7092
cce74817
JM
7093Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
7094
7095 From Per Bothner <bothner@cygnus.com>:
7096 * gdb.texinfo: Document Chill support.
7097
7098Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
7099
7100 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
7101 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
7102 Document that the value should be greater-than or equal-to zero.
7103 (NO_STD_REGS): Document. Deprecate.
cce74817 7104
ac9a91a7
JM
7105Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7106
7107 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 7108 Document that these are not used.
ac9a91a7
JM
7109
7110Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7111
7112 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
7113
392a587b
JM
7114Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
7115
7116 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 7117 numargs was dropped.
392a587b
JM
7118
7119Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
7120
7121 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
7122
b83266a0
SS
7123Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
7124
7125 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 7126 Update.
b83266a0 7127
7a292a7a
SS
7128Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
7129
7130 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
7131 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
7132
7133Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
7134
7135 * gdbint.texinfo: Fix typos: $ -> @.
7136
7137Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
7138
7139 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
7140 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
7141 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
7142 BREAKPOINT_FROM_PC.
a9331b3f 7143
7a292a7a
SS
7144Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
7145
7146 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 7147 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
7148
7149Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7150
7151 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 7152 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
7153
71541999-04-02 Stan Shebs <shebs@andros.cygnus.com>
7155
7156 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
7157 longer exists.
7158
7159Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
7160
7161 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
7162 nearly all @ifset/@ifclear conditionals; nobody uses them, and
7163 they make the manual source incomprehensible.
7a292a7a
SS
7164 * h8-cfg.texi: Remove, hasn't been used in years.
7165
c906108c
SS
7166Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
7167
7168 * gdb.texinfo: Update the credits.
7169
7170Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
7171
7172 * gdb.texinfo: Fix mistakes noticed in printout of last
7173 draft, add Alpha to discussion of heuristic fence post.
7174
7175Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
7176
7177 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
7178 Edition, merge some HP changes into mainline, describe some
7179 previously undocumented features, describe more of the target
7180 commands available, eliminate obsolete section on renamed
7181 commands.
c906108c
SS
7182 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
7183
7184Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
7185
7186 * gdb.texinfo: Make many HPPA conditionals unconditional,
7187 including catchpoint description, since now on for all configs.
7188 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
7189 specializations.
7190
7191Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
7192
7193 * Makefile.in (GDBvn.texi): Fix match expression to work with
7194 current format of VERSION in gdb/Makefile.in.
7195 * gdb.texinfo: Fix node ref to match new readline.
7196
7197Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
7198
a9331b3f
RM
7199 * gdb.texinfo: Changes made as part of a project to merge in
7200 changes made by HP. Documentation makes extensive use of
c906108c
SS
7201 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
7202 on remote debugging. There are differences in documentation
889bf7c5 7203 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
7204 the HP manual discusses catchpoints, hardware watchpoints, and
7205 some HPUX specific limitations for shared library support.
a9331b3f 7206
c906108c
SS
7207 There are also a number of @node changes.
7208
72091999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
7210
7211 * gdbint.texinfo (Formatting): Disambiguate a sentence.
7212 (C Usage): Same.
7213
7214Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
7215
7216 The following changes were made by Edith Epstein
889bf7c5
PA
7217 <eepstein@cygnus.com> as part of a project to merge in changes
7218 made by HP.
a9331b3f 7219
c906108c
SS
7220 * HPPA-cfg.texi: new file.
7221
7222 * all-cfg.texi: set HPPA for HP PA-RISC targets.
7223
7224 * refcard.tex: change documentation about catch.
7225 removed info catch.
7226
7227Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
7228
7229 * gdbint.texinfo: Expand on GDB's coding standards,
7230 specify the use of arg names with prototypes.
7231
72321998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
7233
7234 * gdb.texinfo: Fix tipo.
7235
7236Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
7237
7238 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 7239 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
7240
7241Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
7242
7243 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
7244
72451998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
7246
7247 * agentexpr.texi: New file.
7248
7249Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
7250
7251 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
7252
72531998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
7254
7255 * remote.texi: Changed wording that implied that the GDB remote
7256 protocol caches register values instead of GDB itself.
7257
7258Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
7259
7260 * gdbint.texinfo: Add some info about symbol readers.
7261 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
7262 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
7263 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
7264 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
7265
7266Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
7267
a9331b3f 7268 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
7269
7270Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
7271
7272 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
7273
7274Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
7275
7276 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 7277 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
7278
7279Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
7280
7281 * gdbint.texinfo: Fix minor typos.
7282
7283Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
7284
7285 * gdbint.texinfo: Complete overhaul. Group descriptions more
7286 logically, add more info on generic algorithms, remove much
7287 obsolete and/or wrong material.
7288
7289Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
7290
7291 * stabs.texinfo (Method Type Descriptor): Expand and correct.
7292
7293Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
7294
7295 * refcard.tex: Copyright, address updates.
7296
7297Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
7298
7299 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
7300 for the edition instead of confusing GDB-version-like numbers.
7301
7302Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
7303
7304 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
7305
7306Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
7307
5ae4183a 7308 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
7309
7310Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
7311
7312 * gdb.texinfo: Add some credits, mention bug monitor.
7313 * remote.texi: Mention mips monitor targets.
7314 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 7315
c906108c
SS
7316Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
7317
7318 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
7319 files, finish sorting of host vs target vs native macros, describe
7320 some more of them.
c906108c
SS
7321
7322Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
7323
7324 * gdbint.texinfo (Host Conditionals): Document change from
7325 using NO_MMALLOC to it's inverse, USE_MMALLOC.
7326
7327Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
7328
7329 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 7330 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
7331
7332Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
7333
7334 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
7335 Document LSEEK_NOT_LINEAR.
7336
7337Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
7338
7339 * stabs.texinfo (Stab Section Basics): Make it clear that only
7340 some versions of the GNU linker remove the leading N_UNDF symbol.
7341
7342Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
7343
7344 * stabs.texinfo (String Field): Document type number pairs here,
7345 instead of in the Sun specific section.
7346 (Include Files): The GNU linker supports the N_BINCL
7347 optimization. Clarify the N_BINCL value, and what it is used
7348 for.
7349 (Procedures): Document N_FUN with an empty string to mark the end
7350 of a function.
7351 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
7352 (Sun Differences): Remove this node, as the information is now
7353 elsewhere in the main document.
7354 (Stab Section Basics): Mention that the GNU linker may optimize
7355 stabs and remove the leading N_UNDF symbol.
7356
7357Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
7358
7359 * gdb.texinfo, refcard.tex: Restore author credit
7360
7361Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
7362
7363 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
7364 documentation to account for START and END macros taking
7365 one arg.
7366
7367Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
7368
7369 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
7370 * gdb.texinfo (Frames): Fix typo.
7371
7372Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
7373
7374 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
7375 a target_signal as arg type, not a pid.
7376
7377Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
7378
7379 * gdb.texinfo: Document `set assembly-language'.
7380
7381Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
7382
7383 * remote.texi: Update list of stubs in the GDB distribution.
7384
7385Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
7386
7387 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
7388 Also document that some systems can use mmalloc but must define
7389 this if their C runtime allocates memory that is later freed.
c906108c 7390 (MMCHECK_FORCE): Document new macro.
a9331b3f 7391
c906108c
SS
7392Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
7393
7394 * remote.texi: Add documentation for target Sparclet.
7395
7396Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7397
a9331b3f 7398 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
7399 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
7400 * configure.in: Rewritten for autoconf.
7401 * configure: New.
7402
7403Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
7404
7405 * Makefile.in (DVIPS): New define, set to dvips.
7406 (dvi): Add stabs.dvi.
7407 (ps): New target.
7408 (all-doc): Depend on info, dvi, and ps targets.
7409 (STAGESTUFF): Add *.ps and *.dvi files.
7410 (clean-info, clean-dvi): Remove.
7411 (mostlyclean): Does not depend upon clean-info or clean-dvi,
7412 rules completely rewritten.
7413 (maintainer-clean): Remove clean-info and clean-dvi
7414 dependencies and put their actions in the rules.
7415 (gdb.ps): New target
a9331b3f 7416 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
7417 intermediate TeX files, whether they have 2 or 3 character
7418 extensions.
7419 (gdbint.ps): Add target and rules.
7420 (gdb-internals): Delete unused target.
7421 (Makefile): Depends upon config.status also.
7422
7423Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
7424
7425 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
7426 set.
7427
7428Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
7429
7430 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7431 * gdb.texinfo (Expressions): Fix erroneous array constant example.
7432
7433Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
7434
7435 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
7436
7437Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7438
7439 * gdb.texinfo (Print settings): Document
7440 `set/show print static-members' commands.
7441
7442Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
7443
7444 * gdbint.texinfo (Native): Document name change, coredep.c to
7445 core-aout.c.
7446
7447Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
7448
7449 * stabs.texinfo (Include Files): Document the values the SunOS4
7450 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
7451
7452Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
7453
7454 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
7455 Fix typo.
7456
7457Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
7458
7459 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
7460 "gdb.tar.Z".
7461
7462Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
7463
7464 * Makefile.in (maintainer-clean): New target, synonym for
7465 realclean.
7466
7467Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
7468
7469 * Update all FSF addresses except those in COPYING* files.
7470
7471Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7472
7473 From Richard Earnshaw (rearnsha@armltd.co.uk):
7474 * gdb.texinfo (convenience variables): Document $_exitcode.
7475 (quit): Document optional expression to use as exit code.
7476
7477Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
7478
7479 * gdb.texinfo, remote.texi: Brought up to date with various
7480 GDB changes.
7481
7482Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
7483
7484 * gdb.texinfo: Update dates and versions, fix comments about
7485 hardware watchpoints in future releases and about the
7486 sharedlibrary command.
7487
7488Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7489
7490 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
7491 C_FUN stab. Other cleanups.
7492
7493Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7494
7495 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
7496 for the sparc stub.
7497
7498Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7499
7500 * annotate.texi: Clarify which addresses have differing formats
7501 depending on the language and which do not.
7502
7503Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7504
7505 * remote.texi (NetWare): Changed example to use BOARD= instead of
7506 NODE= argument to reflect correspoding change to gdbserve.nlm.
7507
7508Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7509
7510 * stabs.texinfo (Negative Type Numbers): Mention the fact that
7511 GDB, as well as AIX dbx, supports the size type attribute.
7512
7513Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7514
7515 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
7516
7517Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
7518
7519 * gdb.texinfo (Define): Document $arg0... arguments to commands,
7520 and new 'if' and 'while' commands.
7521
7522Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
7523
7524 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
7525
7526Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7527
7528 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
7529 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
7530 NetWare targets. Mostly stolen from the Server node.
7531
7532Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7533
7534 * gdb.texinfo (Setting): Talk about the language of a source file
7535 versus the working language. The old documentation did not match
7536 what GDB did.
7537
7538Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7539
7540 * stabs.texinfo (Source Files): Document N_SO used to mark the end
7541 of a source file.
7542
7543Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7544
7545 * gdb.texinfo (Processes): New node.
7546
7547Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
7548
7549 * remote.texi: Update documentation of set/show mipsfpu.
7550
3fc11d3e
JM
7551Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
7552
7553 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
7554 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
7555
7556Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
7557
7558 * gdbint.texinfo: Removed mentions of some incorrectly placed and
7559 obsolete conditionals, described some others.
7560
7561Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7562
7563 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
7564 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
7565
7566Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
7567
7568 * gdbint.texinfo: Put regex conditionals in their own table.
7569
7570Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7571
7572 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
7573 described or fixed the descriptions of many others.
7574
7575Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
7576
7577 * gdb.texinfo: Add some more credits.
7578 * gdbint.texinfo: Capitalize GDB consistently, describe some
7579 macros and remove some.
7580
7581Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
7582
7583 * gdbint.texinfo: Removed mentions of many incorrectly placed and
7584 obsolete conditionals, described some others.
7585
7586Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7587
7588 * gdb.texinfo (help targets): Changed to `help target', which
7589 is the correct gdb command.
7590
7591Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7592
7593 * annotate.texi (TODO): New node, for keeping track of annotations
7594 suggested but not yet implemented.
7595
7596Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7597
7598 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
7599 another symbol, it is not the address itself.
7600
7601Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
7602
7603 * stabs.texinfo (Stab Section Basics): Add comment about alignment
7604 of stabs-in-coff sections.
7605
7606Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7607
7608 * annotate.texi: Change edition to 0.5 and date to May 1994.
7609 Add index.
7610 (Frames): New node, for frame annotation.
7611 (Displays): New node, for display annotation.
7612
7613 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
7614 when waiting for your program to stop.
7615
7616Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7617
7618 * annotate.texi (Breakpoint Info): Document annotation of header
7619 fields and record annotation.
7620
7621Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7622
7623 * annotate.texi: New file, to document annotations.
7624
7625Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7626
7627 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
7628 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
7629
7630Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7631
7632 * stabs.texinfo (Stab Section Basics): Say what is in .stab
7633 section, and say n_strx field is compilation unit relative.
7634 * stabs.texinfo: Don't use @code for a.out when it is the name of
7635 an object file format.
7636
7637Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7638
7639 * gdb.texinfo: Refer to file names, not path names, per rms
7640 convention.
7641 (Arguments): Fix typo.
7642
7643Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7644
7645 * stabs.texinfo (Global Variables): Talk about stabs in files
7646 where variables are referenced, but not defined.
7647
7648Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7649
7650 * stabs.texinfo: Move stuff on @ and # type descriptors from node
7651 Cplusplus to new nodes Member Type Descriptor and Method Type
7652 Descriptor. Re-write stuff for #.
7653
7654Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7655
7656 * gdb.texinfo (Print Settings): Don't document "set print
7657 fast-symbolic-addr off". The bug which it worked around was fixed
7658 on 25 Feb 94 in coffread.c, so I'm nuking the command.
7659
7660 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
7661 N_ENTRY node.
7662
7663 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
7664
7665Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7666
7667 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
7668 references to ieee-float.c.
7669
7670Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7671
7672 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
7673 match what the code actually does.
7674
7675Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7676
7677 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
7678
7679Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7680
7681 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
7682 i, and b.
7683
7684Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
7685
7686 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
7687 well as for ELF and SOM. Unify the descriptions of ELF and SOM
7688 as "stabs in sections" rather than just saying "ELF and SOM".
7689 Also make that stuff apply to COFF.
7690
7691Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7692
7693 * gdb.texinfo (Formatting Documentation): Change GhostScript to
7694 Ghostscript.
7695
7696Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7697
7698 * gdb.texinfo (Continuing and Stepping): When talking about "step"
7699 versus functions without line numbers, also mention stepping into
7700 them as well as "step" when you are in them. Tell the user how to
7701 deal with the situation. Add comment about "debugging information".
7702
7703Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7704
7705 * stabs.texinfo (Enumerations): Document restriction on where
7706 enumeration types can appear and still win with GDB.
7707
7708Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7709
7710 * stabs.texinfo (Negative Type Numbers): Document format for type
7711 -16.
7712
7713Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7714
7715 * gdb.texinfo (Selection, Frame Info): Update information about
7716 arbitrary frame specficiations.
7717
7718Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
7719
7720 * gdb.texinfo, remote.texi: general editing pass prior to Net release
7721
7722Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7723
7724 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
7725
7726Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
7727
7728 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
7729
7730Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7731
7732 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
7733 Differences node to Statics node.
7734 (Statics): Discuss XCOFF use of V symbol descriptor.
7735
7736 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
7737 not clean.
7738
7739Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
7740
7741 * gdb.texinfo (Print Settings): Document `set print
7742 fast-symbolic-addr' and improve the doc for some other
7743 `set print's.
7744
7745Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7746
7747 * stabs.texinfo (String Field): Talk about defining several type
7748 numbers at once.
7749 Fix lint regarding changing node ELF Transformations to
7750 ELF and SOM Transformations.
7751
7752Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
7753
7754 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
7755
7756Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7757
7758 * stabs.texinfo (Cross-References): `::' is for nested types only
7759 within <>.
7760 (Structures): Document static members.
7761
7762Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7763
7764 * stabs.texinfo: Document S type attribute.
7765
7766Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
7767
7768 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
7769
7770Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
7771
7772 * gdbint.texinfo: Fix a few typos.
7773
7774Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7775
7776 * gdb.texinfo, remote.texi: formatting improvements
7777
7778 * gdb.texinfo (New Features): mention threads.
7779 (Summary, C): fix xrefs in newly contributed text.
7780 (Threads): index entries, clarifications, example
7781 (passim): minor typos fixed, phrasing improvements
7782
7783 * remote.texi (Bootstrapping): rephrase text on ^C and add index
7784 entries; (Server): explain use of gdbserver w/real-time systems,
7785 add example of conflicting TCP port; (MIPS Remote) break up
7786 running text into table, highlighting commands, and add example.
a9331b3f 7787
c906108c
SS
7788Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7789
7790 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
7791
7792Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7793
7794 * stabs.texinfo (Nested Symbols): New node.
7795 (String Field, Symbol Descriptors, Cross-References): Refer to it.
7796
7797Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7798
7799 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
7800 to picking which Bbss.bss symbol to use, and (because there seems to
7801 be no good way of doing it) re-write some of the text to make it
7802 sound like Bbss.bss isn't such a great idea after all (as currently
7803 designed).
7804
7805 * gdb.texinfo (C): In addition to saying people have to use g++ for
7806 good results, say they have to use stabs. Specifically say cfront
7807 doesn't work well.
7808 (Summary): Merge in information on Modula-2, Pascal, and Chill from
7809 the gdb README. Add xrefs to places where the support for the various
7810 languages is described in detail.
7811
7812Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7813
7814 * stabs.texinfo: Clean up stuff about visibility and virtual
7815 characters.
7816
7817 * stabs.texinfo (N_M2C): Cite Sun doc.
7818
7819Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7820
7821 * gdb.texinfo: updates re threads.
7822 * remote.texinfo: avoid index entries starting with digits.
7823
7824Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7825
7826 * stabs.texinfo (Enumerations): Talk about large, negative and
7827 octal values. Clean up cross reference to type attributes.
7828 (String Field): Say that GDB 4.11 supports size attribute.
7829
7830Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7831
7832 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
7833 is a mandatory step. Make the stuff about that more concise.
7834
7835Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7836
7837 * stabs.texinfo (Class Names): New node.
7838
7839 * gdb.texinfo (Command Files): Explain order of init file reading.
7840
7841 * remote.texi (Bootstrapping): Talk about getting the serial driver
7842 to deal with ^C sent by gdb to stop the remote system.
7843
7844Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
7845
7846 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
7847
7848 * libgdb.texinfo (Defining Commands): made the DOC arg
7849 to gdb_define_app_command a char * instead of char **
7850 per a suggestion from kingdon.
7851
7852 * libgdb.texinfo: total rewrite from a different starting
7853 premise.
7854
7855Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7856
7857 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
7858 floats passed as doubles (to improve clarity).
7859
7860Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7861
7862 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
7863
7864 * a4rc.sed: update to work with Andreas Vogel papersize params
7865
7866 * refcard.tex: use Andreas Vogel simplifications of papersize
7867 params; remove useless version info; update copyright date.
7868
7869Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7870
7871 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
7872
7873Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7874
7875 * gdb.texinfo (Files): Say what address the load command loads it at.
7876
7877 * stabs.texinfo (Common Blocks): Minor cleanups.
7878
7879 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
7880 that Sun has backed away from the linker kludge and thus the relevant
7881 issue is changes to the SunPRO tools, not the Solaris linker.
7882
7883 * stabs.texinfo (Traditional Integer Types): Clean up description
7884 of octal bounds a little bit. Document extra leading zeroes.
7885
7886Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7887
7888 * gdb.texinfo (Signaling): Update for symbolic symbol names
7889 and add a section explaining the difference between the GDB
7890 signal command and the shell kill utility.
7891
7892Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
7893
7894 * libgdb.texinfo: added `@' to braces that were unescaped.
7895
7896Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
7897
7898 * libgdb.texinfo: new file. Spec for the gdb library.
7899
7900Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7901
7902 * stabs.texinfo (Include Files): Fix typo (start -> end).
7903
7904Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7905
7906 * gdb.texinfo, remote.texi: assorted small improvements, mostly
7907 from Melissa at FSF's editing pass.
7908
7909Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7910
7911 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
7912 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
7913 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
7914
7915Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7916
7917 * remote.texi (Bootstrapping): Discuss 386 call gates.
7918
7919Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
7920
7921 * stabs.texinfo (Based Variables): New node.
7922
7923Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
7924
7925 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
7926 names, sizes, and formats to suggest how not to lose.
7927
7928Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
7929
7930 * stabs.texinfo (Methods): Fix typo.
7931
7932Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7933
7934 * gdb.texinfo: Fix a few typos.
7935
7936Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7937
7938 * gdb.texinfo: Clarify how well it works with Fortran.
7939
7940 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
7941 More on relocating stabs in ELF files.
7942
7943Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7944
7945 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
7946
7947Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7948
7949 * stabs.texinfo (Local Variable Parameters): Talk about nameless
7950 parameters on VAX.
7951
7952Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7953
7954 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
7955
7956Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7957
7958 * stabs.texinfo: Make info author notice match the TeX author notice.
7959
7960Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7961
7962 * stabs.texinfo: Initial-caps all words in node names and
7963 non-trivial words in section names.
7964
7965Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7966
7967 * stabs.texinfo: Many minor cleanups.
7968
7969 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
7970
7971Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
7972
7973 * stabs.texinfo: Remove full description of big example.
7974 It's not really helpful; just use pieces of it where appropriate.
7975 Add more Texinfo formatting directives (@samp, etc.).
7976 Use @deffn to define stab types.
7977 Eliminate some wordiness. Break up some nodes.
7978 Add an (alphabetized) index of symbol types.
7979 Use consistent capitalization style in node and section names.
7980
7981Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
7982
7983 * gdb.texinfo: Change typo "Two two" to "The two".
7984
7985Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7986
7987 * stabs.texinfo (XCOFF-differences): Remove references to
7988 non-existent types N_DECL and N_RPSYM.
7989
7990 * stabs.texinfo (String Field): Say that type attributes bug is
7991 fixed in GDB 4.10, since it is.
7992
7993 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
7994
7995Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
7996
7997 * stabs.texinfo: Formatting cleanups.
7998
7999Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8000
8001 * stabs.texinfo: When explaining the n_type of a stab, standardize
8002 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
8003 no tabs, use @r).
8004 (Global Variables): Clean up.
8005
8006Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8007
8008 * stabs.texinfo (Stack Variables): Re-write.
8009
8010Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8011
8012 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
8013 addresses of a source file. Also revise formatting.
8014 Change "object module" or "object file" to "source file".
8015 Various: Miscellaneous cleanups.
8016
8017Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8018
8019 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
8020
8021Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
8022
8023 * gdbint.texinfo: Removed many nonsensical machine-collected
8024 host and target conditionals, described some of the remainder.
8025
8026Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8027
8028 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
8029
8030 * gdbint.texinfo (Top): Add name to @top line, and re-write the
8031 paragraph which follows.
8032
8033 * gdbint.texinfo (Host): Use @code not @samp for Makefile
8034 variables. Looks better and avoids overful hbox.
8035
8036Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8037
8038 * stabs.texinfo (Procedures): Improve stuff on nested functions.
8039
8040Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8041
8042 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
8043 retransmit-timeout
8044
8045Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8046
8047 * gdbint.texinfo: Update statement about `some ancient Unix
8048 systems, like Ultrix 4.0' to Ultrix 4.2.
8049
8050Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
8051
8052 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
8053
8054 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
8055
8056 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
8057 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
8058
8059 * remote.texi: new name for former gdbinv-s.texi
8060
8061 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
8062
8063Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
8064
8065 * gdbinv-s.texi: Documented timeout and retransmit-timeout
8066 variables for MIPS remote debugging protocol.
8067
8068Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8069
8070 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
8071
8072Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8073
8074 * Makefile.in (refcard.dvi): Use srcdir where necessary.
8075
8076Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
8077
8078 * gdb.texinfo: repair conditional bugs in text markup
8079
8080Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8081
8082 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
8083 to select Modula-2 material.
8084
8085Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8086
8087 * stabs.texinfo: Cleanups regarding statics.
8088
8089 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
8090 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
8091
8092Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8093
8094 * stabs.texinfo: N_MAIN is sometimes used for C.
8095
8096Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8097
8098 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
8099
8100Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
8101
8102 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 8103 removed from the code by Kingdon.
c906108c
SS
8104
8105Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8106
8107 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
8108 input when evaluating breakpoint conditions; the bug has been fixed.
8109
8110 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
8111 sets the ignore count to N-1, not to N.
8112
8113Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8114
8115 * refcard.tex (\hoffset): correct longstanding error to match
8116 intended offset; avoids cutting off edge on some printers
8117
8118Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8119
8120 * stabs.texinfo (Parameters): Say that order of stabs is significant.
8121
8122Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8123
8124 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
8125
8126Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8127
8128 * Makefile.in: (REFEDITS) new var to control whether PS or CM
8129 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
8130 collect sed edits if any, apply to refcard before formatting;
8131 (refcard.ps) stop implying PS fonts if PS output requested;
8132 (lrefcard.ps) delete extra target for variant PS fonts
8133
8134 * refcard.tex: parametrize papersize dependent info, collect
8135 in easily replaced spot
8136
8137 * a4rc.sed: new file, edits to refcard for A4 paper
8138
8139Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8140
8141 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
8142
8143Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8144
8145 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
8146
8147Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8148
8149 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
8150 politely rather than rudely.
8151
8152Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8153
8154 * stabs.texinfo: Document common blocks.
8155
8156Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
8157
8158 * stabs.texinfo: Add some basic info about stabs-in-elf.
8159
8160Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8161
8162 * stabs.texinfo (Top): Minor cleanup.
8163
8164Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
8165
8166 * Makefile.in (install-info): remove parentdir support
8167
8168Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8169
8170 * gdb.texinfo (Copying): delete this node and references to it;
8171 RMS says this manual need not carry GPL. (passim): Improvements
8172 from last round at FSF, largely due to Ian Taylor review, and
8173 minor formatting improvements.
8174
8175 * gdbinv-s.texi (passim): Improvements from last round at FSF,
8176 largely due to Ian Taylor review. (Debug Session): minor edits to
8177 new text.
8178
8179Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
8180
8181 * Makefile.in (realclean): Remove info and dvi files too.
8182
8183Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
8184
8185 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
8186 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
8187 * gdb.texinfo: Change accordingly.
8188
8189 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
8190 N_{L,R}BRAC,N_SLINE are relative to.
8191
8192Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
8193
8194 * Makefile.in (GDBvn.texi): Update atomically.
8195
8196Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
8197
8198 * gdbinv-s.texi (Debug Session): Document exceptionHook.
8199
8200Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
8201
8202 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
8203 addresses together. Also motivate the set print symbol-filename
8204 command and suggest other solutions.
8205
8206Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
8207
8208 * gdb.texinfo (set print elements): Note that the number of
8209 elements is set to unlimited by "set print elements 0".
8210
8211Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
8212
8213 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
8214 NF_LDOUBLE means.
8215 (Stab Types): Include Solaris stab types.
8216 (Procedures): Document Solaris extensions.
8217
8218Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8219
8220 * gdb.texinfo: Add `set print symbol-filename' doc.
8221
8222Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8223
8224 * stabs.texinfo (Arrays): Talk about type definition vs. type
8225 information.
8226
8227 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
8228 the trailing semicolon.
8229
8230Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8231
8232 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
8233 and merge in other parts of the document addressing these subjects.
8234 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
8235
8236 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
8237 at the end of a range type.
8238
8239 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
8240 AIX extensions.
8241
8242Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8243
8244 * stabs.texinfo (Stabs Format): Misc fixes.
8245
8246Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8247
8248 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
8249 (Traditional builtin types): Document convex convention for long long.
8250 (Negative builtin types): Discuss type names, and misc fixes.
8251
8252Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8253
8254 * stabs.texinfo (Builtin Type Descriptors): Document the floating
8255 point types used with @samp{R} type descriptor.
8256 (Symbol Descriptors): Describe how to handle conflict between
8257 different meanings of @samp{P} symbol descriptor.
8258
8259Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8260
8261 * stabs.texinfo: Remove node Quick Reference and put its children
8262 directly under the main menu.
8263
8264 * stabs.texinfo: Many more changes to bring it into line with
8265 AIX documentation and reality. I think it now has all the
8266 information from the AIX documentation, except that I burned
8267 out when I got to variant records (Pascal and Modula-2) and
8268 all the COBOL types. Oh well, we can add them later when we're
8269 worrying more about those languages.
8270
8271 * stabs.texinfo (Automatic variables): Talk about what it means
8272 to omit the symbol descriptor.
8273
8274Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8275
8276 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
8277 gcc2 behavior with promoted args.
8278
8279Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8280
8281 * gdb.texinfo: include readline appendices in info version of manual
8282
8283Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8284
8285 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
8286 target remote.
8287
8288 * gdb.texinfo (Machine Code): more index entries for disassemble
8289
8290Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
8291
8292 * Clarify the intended use of the gdb-testers and gdb-patches
8293 mailing lists, and shrink gzip comment.
8294
8295Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8296
8297 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
8298 DOSHOST configuration of manual.
8299
8300 * gdb.texinfo (MIPS Stack): new node.
8301
8302 * all-config.texi (MIPS) new switch.
8303
8304 * gdbinv-s.texi (Nindy Options) Remove two instances of future
8305 tense; (MIPS Remote) new node.
8306
8307 * gdb.texinfo (passim) rephrases to work around makeinfo @value
8308 bug; (Environment) less passive, other small cleanups in text about
8309 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
8310 (Remote) new MIPS Remote menu entry.
8311
8312Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
8313
8314 * stabs.texinfo: Many changes to include information from the
8315 AIX documentation.
8316
8317 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
8318
8319Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
8320
8321 * gdbint.texinfo (new node Debugging GDB, elsewhere):
8322 Move a bunch of information from ../README.
8323 (Getting Started): New node.
8324
8325Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8326
8327 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
8328
8329 * gdb.texinfo: advance manual revision dates to present
8330
8331 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
8332 stop using silly Roman numerals in @set variable names
8333
8334Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
8335
8336 * stabs.texinfo (Parameters): Keep trying to get this right.
8337
8338Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
8339
8340 * stabs.texinfo (Parameters): More on "local parameters".
8341
8342Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
8343
8344 * stabs.texinfo (Parameters): Re-do "local parameters" section.
8345
8346Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
8347
8348 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
8349 (Parameters): Rewrite.
8350 (xcoff-differences, Sun-differences): Minor changes.
8351
8352Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
8353
8354 * stabs.texinfo: Minor cleanup.
8355
8356Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
8357
8358 * gdbint.texinfo: Minor xcoff stuff.
8359
8360Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
8361
8362 * gdbint.texinfo: Update for new config directory structure.
8363 Add info about internal type data structures.
8364
8365Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
8366
8367 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
8368 $(srcdir).
8369 (gdb-config.texi): Depend on file in $(srcdir).
8370
8371Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
8372
8373 * stabs.texinfo: Fixes about N_SO.
8374
8375Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8376
8377 * gdb.texinfo: include list of nonstandard init file names
8378
8379 * *-config.texi: new switch GENERIC for text that applies *only*
8380 to (usual) multiple-target version of manual
8381
8382 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
8383 h8 config
8384
8385 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
8386 in menus (rather than conditionally selected multiple alternative
8387 menus).
8388
8389 * Makefile.in: define and use DOC_CONFIG var to select
8390 configuration for GDB user manual.
8391
8392 * gdb-config.texi: delete from repository, generate from Makefile.
8393
8394 * all-config.texi: normal `generic' configuration file, formerly
8395 stored as gdb-config.texi
8396
8397Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
8398
8399 * Makefile.in: add dvi target to build all .dvi files
8400
8401Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8402
8403 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
8404
8405Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
8406
8407 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
8408 host conditionals.
8409 * stabs.texinfo: More array fixes inspired by Jim's.
8410
8411Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
8412
8413 * stabs.texinfo: Fixes re arrays and continuations.
8414
8415 * gdbint.texinfo: Add XCOFF node.
8416
8417Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
8418
8419 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
8420
8421Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
8422
8423 * stabs.texinfo: Fix for array types to mention lower bounds.
8424
8425Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
8426
8427 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
8428
8429Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
8430
8431 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
8432
8433Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
8434
8435 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
8436 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
8437
8438Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
8439
8440 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
8441
8442Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8443
8444 * gdb.texinfo, gdbinv-s.texi: misc updates
8445
8446Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
8447
8448 * gdbint.texinfo: Brief documentation for longjmp support,
8449 from an email msg by Stu.
8450
8451Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
8452
8453 * stabs.texinfo: Fix description of floating point "range"
8454 types (which really define basic types). Reported by Jim Meehan,
8455 <meehan@src.dec.com>.
8456
8457 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
8458
8459Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
8460
8461 * gdbint.texinfo: Slightly expand section on supporting a new
8462 object file format.
8463
8464Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
8465
8466 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
8467 intermediate file.
8468
8469Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8470
8471 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
8472
8473Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8474
8475 * gdbinv-s.texi: z8000 simulator target name is just "sim"
8476
8477 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
8478 as well as Z8002.
8479
8480Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
8481
8482 * gdbint.texinfo: Add sections on clean design and on how to send
8483 in changes.
8484
8485Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
8486
8487 * gdbint.texinfo: Add how to declare the result of make_cleanup.
8488
8489Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
8490
8491 * gdb.texinfo: Fix typo, reported by Karl Berry.
8492
8493Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
8494
8495 * gdb.texinfo: Add opcodes dir to GDB distribution description.
8496
8497Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8498
8499 * gdbint.texinfo: fixed a stray email address (needs @@),
8500 added @table @code to node "Native Conditionals"
8501
8502Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
8503
8504 * gdbint.texinfo: Describe coding style of GDB.
8505
8506Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
8507
8508 * stabs.texinfo: Minor wording changes.
8509
8510Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
8511
8512 * gdbint.texinfo: Improve release doc slightly.
8513
8514Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
8515
8516 * gdbint.texinfo: Improve doc of GDB config macros.
8517
8518Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
8519
8520 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
8521 These will be reinserted when examined.
8522
8523Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
8524
8525 * gdbint.texinfo: Make a start at documenting all the #if macros
8526 in GDB. At least list them all, and start separating them into
8527 host-specific and target-specific.
8528
8529Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8530
8531 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 8532 examples (not consistent w others).
c906108c
SS
8533 gdb.texinfo: issue disclaimer paragraph on cmdline options only
8534 for generic vn of doc
8535
8536Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
8537
8538 * Makefile.in: always create installation directories.
8539
8540Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8541
8542 * gdb.texinfo: in h8 config, do not describe searching commands.
8543
8544Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8545
8546 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
8547 conditionals; introduce a few generic switches that may be
8548 useful for other cross-dev or dos-hosted configs.
8549
8550 * gdb.texinfo: fix typo in "info reg" description
8551
8552Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
8553
8554 * stabs.texinfo: Minor updates from running TeX over it.
8555 * Makefile.in (stabs.dvi, stabs.ps): Add.
8556
8557Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
8558
8559 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
8560 First pass at converting it to texinfo.
8561
8562Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
8563
8564 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
8565 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
8566
8567Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
8568
8569 * gdbint.texinfo: Add section on partial symbol tables.
8570
8571Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
8572
8573 * gdb.texinfo: document `set remotedebug' and `set
8574 rstack_high_address'.
8575
8576Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8577
8578 * gdb.texinfo: slight expansion of new text on reading info files
8579 * gdbinv-s.m4.in: correct and expand info on cross-debugging
8580 H8/300 from DOS.
8581
8582Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
8583
8584 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
8585
8586Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
8587
8588 * gdb.texinfo: Say how to read the `info' files.
8589
8590Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
8591
8592 * Makefile.in: gm4 -> m4.
8593
8594Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
8595
8596 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
8597 Documentation' ahead of `Installing GDB' to match README.
8598 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 8599 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
8600
8601Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
8602
8603 * Makefile.in: remove $(srcdir) from gdb.info rule.
8604
8605Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8606
8607 * Makefile.in: commented out gdb-all.texinfo rule. This is
8608 temporary.
8609
8610Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
8611
8612 * Makefile.in, configure.in: removed traces of namesubdir,
8613 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
8614 copyrights to '92, changed some from Cygnus to FSF.
8615
8616Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
8617
8618 * gdb.texinfo: Improve how we ask for bug reports.
8619
8620Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8621
8622 * Makefile.in: infodir belongs in datadir.
8623
8624Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8625
8626 * Makefile.in: remove spaces following hyphens, bsd make can't
8627 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 8628 standards.text support.
c906108c
SS
8629
8630Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8631
8632 * Makefile.in: idestdir and ddestdir go away. Added copyrights
8633 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
8634 and mandir now keyed off datadir by default.
8635
8636\f
8637Local Variables:
9e9c5ae7 8638mode: change-log
c906108c
SS
8639left-margin: 8
8640fill-column: 74
8641version-control: never
8642End:
This page took 1.573515 seconds and 4 git commands to generate.