2011-10-27 Phil Muldoon <pmuldoon@redhat.com>
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
5110b5df
PK
12011-10-26 Paul Koning <paul_koning@dell.com>
2
3 * gdb.texinfo (gdb.types): Document new deepitems function.
4
22dbab46
PK
52011-10-25 Paul Koning <paul_koning@dell.com>
6
7 PR python/13327
8
9 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
10 fetch_lazy method.
11
9df2fbc4
PM
122011-10-20 Phil Muldoon <pmuldoon@redhat.com>
13
14 PR python/12656
15
16 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
17 global_block, static_block function.
18
f05e2e1d
TT
192011-10-19 Tom Tromey <tromey@redhat.com>
20
21 * gdb.texinfo (Commands In Python): Add missing "@"s.
22
a7fc3f37
KP
232011-10-13 Kevin Pouget <kevin.pouget@st.com>
24
25 PR python/13285 Document named constants for frame unwind stop reasons
26 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
27 constants.
28
5048e516
JK
292011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
30
31 Fix compatibility with texinfo versions older than 4.12.
32 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
33 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
34 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
35 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
36 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
37 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
38 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
39
5a56e9c5
DE
402011-10-09 Doug Evans <dje@google.com>
41
42 * gdb.texinfo (Extending GDB): Document alias command.
43
36b11add
JK
442011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
45
46 Support @entry in input expressions.
47 * gdb.texinfo (Variables): Describe @entry names suffix.
48 (Print Settings): Add anchor for `set print entry-values'.
49
e18b2753
JK
502011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
51 Eli Zaretskii <eliz@gnu.org>
52
53 Display @entry parameter values (without references).
54 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
55 example.
56 (Print Settings): New description of set print entry-values and show
57 print entry-values.
58
111c6489
JK
592011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
60 Eli Zaretskii <eliz@gnu.org>
61
62 Recognize virtual tail call frames.
63 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
64 (Tail Call Frames): New node.
65 (Frames In Python): Add gdb.TAILCALL_FRAME.
66
9c15afc4
DE
672011-10-07 Doug Evans <dje@google.com>
68
69 * gdb.texinfo (gdb.printing): Document new `replace' arg to
70 register_pretty_printer.
71
99f5279d
PM
722011-10-07 Phil Muldoon <pmuldoon@redhat.com>
73
74 PR python/12930
75 PR python/12802
76
77 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
78 stop method.
79
03583c20
UW
802011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
81
82 * gdb.texinfo (Starting your Program): "set disable-randomization"
83 is no longer Linux-specific.
84 (Remote Configuration): Document "set remote
85 disable-randomization-packet".
86 (General Query Packets): Document "QDisableRandomization" packet
87 and add it to "qSupported" list.
88
bd054e06
KP
892011-10-07 Kevin Pouget <kevin.pouget@st.com>
90
91 Allow Python notification of new object-file loadings.
92 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
93 event type.
94
cb6be26b
KP
952011-10-04 Kevin Pouget <kevin.pouget@st.com>
96
97 PR python/12691: Add the inferior to Python exited event
98 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
99
a05336a1
JB
1002011-10-03 Joel Brobecker <brobecker@adacore.com>
101
102 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
103 rephasing.
104
5d77fe44
JB
1052011-10-03 Joel Brobecker <brobecker@adacore.com>
106
107 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
108 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
109 as possible feature returned by the `-list-features'
110 command.
111
699df94d
PK
1122011-09-28 Paul Koning <paul_koning@dell.com>
113
114 * gdb.texinfo (gdb.Type): Document field access by dictionary
115 key syntax.
116
24bdad53
YQ
1172011-09-28 Yao Qi <yao@codesourcery.com>
118
119 * gdb.texinfo (Files): Update options for `add-symbol-file'.
120 Add one space after option `-s'. Remove @r{} markup.
121
6710bf39
SS
1222011-09-27 Stan Shebs <stan@codesourcery.com>
123
124 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
125
d99f7e48
HZ
1262011-09-16 Hui Zhu <teawater@gmail.com>
127
128 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
129 to *(unsigned char *)$esp@300.
130
d812018b
PK
1312011-09-15 Paul Koning <paul_koning@dell.com>
132
133 * gdb.texinfo: Make style of Python functions and methods match
134 the syntax of Python. Also put class and module names explicitly
135 on function, member, and variable names, matching Python
136 documentation conventions.
137
2aa48337
KP
1382011-09-15 Kevin Pouget <kevin.pouget@st.com>
139
140 PR Python/12692 Add gdb.selected_inferior() to Python interface.
141 * gdb.texinfo (Inferiors In Python): Describe new
142 gdb.selected_inferior() function.
143
6839b47f
KP
1442011-09-15 Kevin Pouget <kevin.pouget@st.com>
145
146 Handle multiple breakpoint hits in Python interface:
147 * gdb.texinfo (Events In Python): New function documentation:
148 gdb.BreakpointEvent.breakpoints. Indicate that
149 gdb.BreakpointEvent.breakpoint is now deprecated.
150
26829f2b
JB
1512011-09-04 Joel Brobecker <brobecker@adacore.com>
152
153 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
154
a9f54f60
TT
1552011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
156
157 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
158
fa3a4f15
PM
1592011-08-17 Phil Muldoon <pmuldoon@redhat.com>
160
161 * gdb.texinfo (Prompt): Add set/show extended-prompt
162 documentation
163 (Basic Python): Add prompt_hook anchor.
164 (Python modules): Reword module text to reflect multiple modules.
165 (gdb.prompt): Document gdb.prompt module.
166
224bbe49
YQ
1672011-08-14 Yao Qi <yao@codesourcery.com>
168
78d85199
YQ
169 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
170
1712011-08-14 Yao Qi <yao@codesourcery.com>
172
173 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
174 (TIC6x Features): New node.
175
457e09f0
DE
1762011-08-12 Doug Evans <dje@google.com>
177
178 * gdb.texinfo (Symbols In Python): Document symbol.type.
179
5e239b84
PM
1802011-08-09 Phil Muldoon <pmuldoon@redhat.com>
181
182 * gdb.texinfo (Python): Document command and function
183 auto-loading.
184
177bc839
JK
1852011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
186 Eli Zaretskii <eliz@gnu.org>
187
188 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
189 typedefs unrolling. Extend the sample code by an inner typedef and
190 outer typedefs unrolling.
191
1a532630
PP
1922011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
193
194 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
195 size and line-size.
196
9b158ba0 1972011-07-21 Matt Rice <ratmice@gmail.com>
198
199 PR macros/12999
200 * gdb.texinfo (Macros): Add info definitions and info macros commands.
201 Update text and cindex entries for info macro command.
202
d17b6f81
PM
2032011-07-21 Phil Muldoon <pmuldoon@redhat.com>
204
205 * observer.texi (GDB Observers): Add before_prompt observer.
206 * gdb.texinfo (Basic Python): Add documentation for prompt
207 substitution.
208
713389e0
PM
2092011-07-11 Phil Muldoon <pmuldoon@redhat.com>
210
211 PR python/12438
212 * gdb.texinfo (Python Commands): Add deprecate note to maint
213 set/show python print-stack. Document set/show python
214 print-backtrace.
215
177b42fe
TJB
2162011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
217
218 * gdb.texinfo: Fix typos.
219
900e11f9
JK
2202011-07-01 Tom Tromey <tromey@redhat.com>
221
222 * gdb.texinfo (Debugging Output): Document set debug
223 check-physname.
224
39c4d40a
TT
2252011-06-29 Tom Tromey <tromey@redhat.com>
226
227 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
228 breakpoint-notifications feature.
229
6f5def7d
UW
2302011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
231
232 * gdb.texinfo (Target Description): Remove warning about
233 possibly unstable format.
234
8cf64490
TT
2352011-06-03 Tom Tromey <tromey@redhat.com>
236
237 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
238 (Events In Python): Note that exit_code is optional.
239
393eab54
PA
2402011-05-17 Pedro Alves <pedro@codesourcery.com>
241
242 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
243 required for multi-threading support.
244 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
245 Hc are deprecated for multi-threading debugging. Point readers at
246 the vCont packet.
247
75fc9810
DE
2482011-05-15 Doug Evans <dje@google.com>
249
250 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
251
01124a23
DE
2522011-05-13 Doug Evans <dje@google.com>
253
98a5dd13
DE
254 * gdb.texinfo (Threads): Document $sdir,$pdir.
255 (Server): Document $pdir exception.
256
dbaefcf7
DE
257 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
258
cc63ef9b
DE
259 * gdb.texinfo (Threads): Clarify default value for
260 libthread-db-search-path.
7e0396aa 261
01124a23
DE
262 * gdb.texinfo (Completion): Update example.
263 (Debugging Output): Delete `set/show debug lin-lwp-async'.
264
d248b706
KY
2652011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
266
267 * gdb.texinfo: Document change in the behaviour of the enable and
268 disable GDB commands when applied to tracepoints.
269 Document the EnableDisableTracepoints remote stub feature.
270 Document QTEnable and QTDisable in the list of tracepoint packets.
271
cc88a640
JK
2722011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
273
274 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
275 hsuser.texi.
276 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
277 comment to hsuser.texi. Change rluser.texi name in the comment.
278
84e578fb
DE
2792011-05-10 Doug Evans <dje@google.com>
280
281 * gdb.texinfo (Threads): If an empty path is provided for
282 libthread-db-search-path it is reset to its default value.
283 (Server): Ditto.
284
478aac75
DE
2852011-05-09 Doug Evans <dje@google.com>
286
287 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
288
9c06b0b4
TJB
2892011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
290 Thiago Jung Bauermann <bauerman@br.ibm.com>
291
292 Implement support for PowerPC BookE masked watchpoints.
293 * gdb.texinfo (Set Watchpoints): Document mask parameter.
294 (PowerPC Embedded): Mention support of masked watchpoints.
295
9ed350ad
JB
2962011-05-03 Joel Brobecker <brobecker@adacore.com>
297
298 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
299 `@value{GDBN}'.
300
4ceed123
JB
3012011-05-03 Joel Brobecker <brobecker@adacore.com>
302
303 * gdb.texinfo (titlepage): Remove dedication.
304 (In Memoriam): New appendix.
305
559a7a62
JK
3062011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
307 Eli Zaretskii <eliz@gnu.org>
308
309 * gdb.texinfo (Index Section Format): Change the version to 5.
310 Describe the different formula.
311
03f2bd59
JK
3122011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
313 Eli Zaretskii <eliz@gnu.org>
314
315 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
316 for disconnected tracing.
317 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
318 extended-remote relationship. Mention --once.
319 (TCP port allocation lifecycle of @code{gdbserver}): New.
320
d9b1a651
EZ
3212011-04-23 Eli Zaretskii <eliz@gnu.org>
322
323 * gdb.texinfo (Server): Improve indexing. Index all optional
324 switches to gdbserver.
325
90476074
TT
3262011-04-20 Tom Tromey <tromey@redhat.com>
327
328 * gdb.texinfo (Index Section Format): New node.
329 (Top): Add new node to menu.
330
c21236dc
PA
3312011-04-20 Pedro Alves <pedro@codesourcery.com>
332
333 * gdb.texinfo (Maintenance Commands): Document `maint print
334 remote-registers'.
335
05c8c3f5
TT
3362011-04-20 Tom Tromey <tromey@redhat.com>
337
338 * gdb.texinfo (Trace File Format): Move node later.
339
7a9dd1b2
TT
3402011-04-19 Tom Tromey <tromey@redhat.com>
341
342 * gdbint.texinfo (Register Information Functions): Remove
343 duplicate "the".
344 * gdb.texinfo (Emacs): Remove duplicate "to".
345 (GDB/MI Variable Objects): Remove duplicate "the".
346 (General Query Packets): Likewise.
347
4368ebeb
JB
3482011-04-02 Joel Brobecker <brobecker@adacore.com>
349
350 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
351 "GDB/MI Ada Exception Information" node.
352
956a9fb9
JB
3532011-04-01 Joel Brobecker <brobecker@adacore.com>
354
355 * gdb.texinfo (GDB/MI Ada Exception Information): Document
356 the "exception-name" field in the *stopped async record.
357
f1310107
TJB
3582011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
359 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
360
361 Implement support for PowerPC BookE ranged breakpoints.
362 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
363
8786b2bd
TT
3642011-03-28 Tom Tromey <tromey@redhat.com>
365
366 * gdb.texinfo (Set Tracepoints): Fix typo.
367
9ef07c8c
TT
3682011-03-24 Tom Tromey <tromey@redhat.com>
369
370 * gdb.texinfo (Specify Location): Document `function:label'
371 linespec.
372
99c3dc11
PM
3732011-03-18 Phil Muldoon <pmuldoon@redhat.com>
374
f1310107 375 PR python/12149
99c3dc11
PM
376
377 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
378
29703da4
PM
3792011-03-17 Phil Muldoon <pmuldoon@redhat.com>
380
381 * gdb.texinfo (Blocks In Python): Add is_valid method description.
382 (Inferiors In Python): Likewise.
383 (Threads In Python): Likewise.
384 (Symbols In Python): Likewise.
385 (Objfiles In Python): Likewise.
386 (Symbol Tables In Python): Likewise.
387
c9174737
PA
3882011-03-15 Pedro Alves <pedro@codesourcery.com>
389
390 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
391 display>: Explain that the commands accept number ranges.
392
7371cf6d
PM
3932011-03-14 Phil Muldoon <pmuldoon@redhat.com>
394
395 * gdb.texinfo (Breakpoints In Python): Add description and example
396 of Python stop function operation.
397
ecec24e6
PM
3982011-03-10 Phil Muldoon <pmuldoon@redhat.com>
399
400 * gdb.texinfo (Parameters In Python): Document get_set_string and
401 get_show_string methods.
402
6dcd5565
JK
4032011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
404
405 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
406
81896e36
JK
407 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
408 circular-trace-buffer name.
409
5e30da2c
JB
4102011-02-28 Joel Brobecker <brobecker@adacore.com>
411
412 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
413 in the previous change.
414
3bd0f5ef 4152011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
416
417 * gdb.texinfo (Inferiors and Programs): Update commands to show
418 that they can accept multiple arguments.
419
4ec7539c
JB
4202011-02-24 Joel Brobecker <brobecker@adacore.com>
421
422 Revert the following patch (code patch was not approved):
423 2011-02-21 Hui Zhu <teawater@gmail.com>
424 * agentexpr.texi (bytecode descriptions): add printf.
425 * gdb.texinfo (tracepoint action lists): add printf.
426
82809774
DE
4272011-02-23 Doug Evans <dje@google.com>
428
429 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
430
e5a67952
MS
4312011-02-23 Michael Snyder <msnyder@vmware.com>
432
433 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
434 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
435 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
436
6e6fbe60
DE
4372011-02-22 Doug Evans <dje@google.com>
438
439 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
440 Clarify behaviour of lookup_symbol when `block' argument is omitted,
441 add description of result, fix @defun formatting.
442
f994e27a
HZ
4432011-02-21 Hui Zhu <teawater@gmail.com>
444
445 * agentexpr.texi (Bytecode Descriptions): Add printf.
446 * gdb.texinfo (Tracepoint Action Lists): Add printf.
447
c7f96d2b
TT
4482011-02-18 Tom Tromey <tromey@redhat.com>
449
450 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
451
60f98dde
MS
4522011-02-14 Michael Snyder <msnyder@vmware.com>
453
454 * gdb.texinfo (threads): Document argument for "info threads" cmd.
455 Document new command "thread find".
456
08e796bc
MS
4572011-02-14 Michael Snyder <msnyder@vmware.com>
458
459 * gdb.texinfo (Threads): Update example of new thread message.
460
b3b9301e
PA
4612011-02-14 Pedro Alves <pedro@codesourcery.com>
462
463 * gdb.texinfo (Remote Configuration): Mention set/show remote
464 traceframe-info.
465 (Tools/Packages Optional for Building GDB): Mention that expat is
466 used for traceframe info.
467 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
468 (General Query Packets) <qSupported>: Describe the
469 qXfer:traceframe-info:read feature.
470 (qXfer::read): Describe qXfer:traceframe-info:read.
471 (Traceframe Info Format): New section.
472
cef35b0f
PA
4732011-02-04 Pedro Alves <pedro@codesourcery.com>
474
475 * gdbint.texinfo (Formatting): Mention some formatting guidelines
476 for casts and unary operators.
477
f1cbe1d3
TT
4782011-02-04 Tom Tromey <tromey@redhat.com>
479
480 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
481 is not useful.
482
585fdaa1
PA
4832011-01-25 Pedro Alves <pedro@codesourcery.com>
484
485 * gdb.texinfo: s/value optimized out/optimized out/g
486
7bfc9434
JB
4872011-01-21 Joel Brobecker <brobecker@adacore.com>
488
489 * gdb.texinfo (Other Misc Settings): Rework part of the
490 documentation of the "set interactive mode" command.
491
4694da01
TT
4922011-01-19 Tom Tromey <tromey@redhat.com>
493
494 * gdb.texinfo (Threads): Document thread name output and `thread
495 name' command.
496 (Threads In Python): Document Thread.name attribute.
497 (GDB/MI Thread Commands): Document thread attributes.
498
b716877b
AB
4992011-01-12 Andrew Burgess <aburgess@broadcom.com>
500
501 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
502 changes in mi/mi-cmd-disas.c
503
13fd8b81
TT
5042011-01-12 Tom Tromey <tromey@redhat.com>
505
506 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
507 Fix "thread apply" text.
508
e09342b5
TJB
5092011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
510 Thiago Jung Bauermann <bauerman@br.ibm.com>
511
512 Implement support for PowerPC BookE ranged watchpoints.
513 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
514 the "set powerpc exact-watchpoints" flag.
515
06e65f44
TT
5162011-01-07 Tom Tromey <tromey@redhat.com>
517
518 * gdb.texinfo (Python API): Add descriptions to @menu items.
519
d8e22779
TT
5202011-01-06 Tom Tromey <tromey@redhat.com>
521
522 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
523
a255712f
PP
5242010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
525
e09342b5 526 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 527
ccfc3d6e
TT
5282011-01-06 Tom Tromey <tromey@redhat.com>
529
530 PR python/12133:
531 * gdb.texinfo (Frames In Python): Document various frame
532 constants.
533
44944448
JB
5342011-01-05 Joel Brobecker <brobecker@adacore.com>
535
536 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
537 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
538 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
539
42ea3d7a
JK
5402011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
541
542 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
543 (clean): Add GDBvn.texi.
544
720d1a40
JB
5452010-12-29 Joel Brobecker <brobecker@adacore.com>
546
547 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
548 occasional case where the debugger prints an array address
549 instead of the array itself.
550
ad196637
PA
5512010-12-23 Pedro Alves <pedro@codesourcery.com>
552
553 * gdb.texinfo (Packets) <read registers packet>: Document support
554 for registers that were not collected.
555
a86caf66
DE
5562010-12-15 Doug Evans <dje@google.com>
557
558 * gdb.texinfo (Startup): Document auto-loading of scripts during
559 startup.
560 (Auto-loading): Delete "maint set python auto-load on|off".
561 Add "set auto-load-scripts on|off".
562
aae1c79a
DE
5632010-12-07 Doug Evans <dje@google.com>
564
565 * gdb.texinfo (Mode Options): Document -data-directory.
566 (Data Files): Add reference to -data-directory.
567
4e04c971
DE
5682010-11-29 Doug Evans <dje@google.com>
569
570 * gdb.texinfo (Pretty-Printer Introduction): Change
571 printer-name:subprinter-name to printer-name;subprinter-name.
572
94b6973e
PM
5732010-11-29 Phil Muldoon <pmuldoon@redhat.com>
574
575 PR python/12199
576
577 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
578
39037522
TT
5792010-11-23 Tom Tromey <tromey@redhat.com>
580
581 * gdb.texinfo (Top): Check SYSTEM_READLINE.
582 (Editing): Likewise.
583 (Command History): Likewise.
584 (TUI Keys): Likewise.
585 (Bug Reporting): Conditionally include rluser.texi and
586 inc-history.texinfo.
587 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
588 (GDB_DOC_SOURCE_INCLUDES): Add comment.
589 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
590 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
591 (gdb.pdf): Likewise.
592 (gdb.info): Likewise.
593 (gdb/index.html): Likewise.
594
5ae98d25
TT
5952010-11-23 Tom Tromey <tromey@redhat.com>
596
597 * Makefile.in (Makefile): Run ../config.status.
598 (distclean): Update.
599 * configure: Remove.
600 * configure.ac: Remove.
601
621c8364
TT
6022010-11-12 Tom Tromey <tromey@redhat.com>
603
604 * gdb.texinfo (Basic Python): Update. Add xref.
605 (Exception Handling): Document new exception classes.
606 (Types In Python): Update.
607 (Frames In Python): Update.
608
84f4c1fe
PM
6092010-11-11 Phil Muldoon <pmuldoon@redhat.com>
610
611 * gdb.texinfo (Breakpoints In Python): Document "internal"
612 parameter, and visible attribute.
613
99e7ae30
DE
6142010-11-05 Doug Evans <dje@google.com>
615
616 * gdb.texinfo (Source Path): Document "set directories".
617
f4b8a18d
KW
6182010-11-05 Ken Werner <ken.werner@de.ibm.com>
619
620 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
621 (OpenCL C): New node.
622
7b51bc51
DE
6232010-11-02 Doug Evans <dje@google.com>
624
625 * gdb.texinfo (Pretty Printing): Expand into three sections,
626 introduction, example, and commands.
627 (Python API): Delete section Disabling Pretty-Printers, merge into
628 Selecting Pretty-Printers.
629 (Writing a Pretty-Printer): New section. Move the pretty-printer
630 example here, and reformat to match python coding style. Add a second
631 example using the gdb.printing module.
632 (Python modules): Add gdb.printing.
633
9eeee977
DE
6342010-10-29 Doug Evans <dje@google.com>
635
636 * gdb.texinfo (Python): Fix long line.
637
a0e0ffdf
DE
6382010-10-20 Doug Evans <dje@google.com>
639
640 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
641 All references updated. Correct sections marked as subsections.
642 (Coding Standards): New chapter. Move the coding standard related
643 subsections here. Add section on Python coding standards.
644
0e3509db
DE
6452010-10-13 Doug Evans <dje@google.com>
646
647 * gdb.texinfo (Python): Add "Python modules".
648 (Types in Python): Add reference to gdb.types section.
649 (Python modules): New node.
650
44592cc4
DE
6512010-10-11 Doug Evans <dje@google.com>
652
653 * gdb.texinfo (Values From Inferior): Add reference to "Types in
654 Python" from gdb.Value.type description.
655
6e1bb179
JB
6562010-09-28 Joel Brobecker <brobecker@adacore.com>
657
658 * gdb.texinfo (Ravenscar Profile): New node.
659
e8467610
TT
6602010-09-22 Tom Tromey <tromey@redhat.com>
661
662 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
663
fccd1d1e
EZ
6642010-09-22 Eli Zaretskii <eliz@gnu.org>
665
666 * gdb.texinfo (Values From Inferior): Clarify that
667 value.dynamic_type works only in C++ programs with RTTI.
668
c1b6b909
TT
6692010-09-15 Paul Bolle <pebolle@tiscali.nl>
670
671 * gdb.texinfo (Character Sets): Correctly reference host-charset
672 in example.
673
7d288aaa
TT
6742010-09-13 Tom Tromey <tromey@redhat.com>
675
676 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
677 Document "fullname" and "from".
678
f75d858b
MK
6792010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
680
681 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
682 feature `reverse' output by -list-target-features.
683
83b9503b
L
6842010-08-31 H.J. Lu <hongjiu.lu@intel.com>
685
686 * gdb.texinfo (i386 Features): Remove an extra "@item".
687
03f17ccf
TT
6882010-08-30 Tom Tromey <tromey@redhat.com>
689
690 PR python/11792:
691 * gdb.texinfo (Values From Inferior): Document dynamic_type.
692
9779414d
DJ
6932010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
694
695 * gdb.texinfo (ARM Features): Document
696 org.gnu.gdb.arm.m-profile.
697
f9ffd4bb
TT
6982010-08-23 Tom Tromey <tromey@redhat.com>
699
700 PR python/11145:
701 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
702 reinterpret_cast methods.
703
702c2711
TT
7042010-08-23 Tom Tromey <tromey@redhat.com>
705
706 PR python/11915:
707 * gdb.texinfo (Types In Python): Document array method.
708
66b73624
TJB
7092010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
710
711 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
712
06a64a0b
TT
7132010-08-16 Tom Tromey <tromey@redhat.com>
714
715 * gdb.texinfo (Set Watchpoints): Document -location option.
716
a3a7127e
DE
7172010-08-13 Doug Evans <dje@google.com>
718
719 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
720
8dedea02
VP
7212010-08-13 Vladimir Prus <vladimir@codesourcery.com>
722
723 * gdb.texinfo (GDB/MI Data Manipulation): Document
724 -data-read-memory-raw and -data-write-memory-raw.
725
ca5c20b6 7262010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 727 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
728
729 * gdb.texinfo (Basic Python): Describe post_event API.
730
cb2e07a6
PM
7312010-08-11 Phil Muldoon <pmuldoon@redhat.com>
732
733 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 734 decode_line Python APIs
cb2e07a6 735
464b3efb
TT
7362010-08-10 Tom Tromey <tromey@redhat.com>
737
738 * gdb.texinfo (Pretty Printing API): Document
739 gdb.default_visualizer.
740
c29c521f
TT
7412010-08-10 Tom Tromey <tromey@redhat.com>
742
743 Revert gdb-add-index addition:
744 * gdb.texinfo (Index Files): Don't document gdb-add-index.
745
5da1313b
JK
7462010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
747 Eli Zaretskii <eliz@gnu.org>
748
749 * gdb.texinfo (Mode Options) <-batch>
750 (Basic Python) <gdb.execute>: Describe setting width and height.
751
02d868e8
PP
7522010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
753
754 * gdb.texinfo (Threads): Document 'debug libthread-db'.
755
c2bbed2a
TT
7562010-07-30 Tom Tromey <tromey@redhat.com>
757
758 * gdb.texinfo (Index Files): Mention gdb-add-index.
759
6c13bbe1
HZ
7602010-07-30 Hui Zhu <teawater@gmail.com>
761
762 * gdb.texinfo (Inferiors and Programs): Update the introduce of
763 "detach inferior" and "kill inferior".
764
53a71c06
CR
7652010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
766
767 * gdb.texinfo (Machine Code): Update description of two forms of
768 arguments, and add new example to demonstrate the new form.
769
5374244e
PM
7702010-07-27 Phil Muldoon <pmuldoon@redhat.com>
771
772 * gdb.texinfo (Values From Inferior): Add value inferior function
773 call description.
774
8ea5bce5
JK
7752010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
776
777 * gdb.texinfo (Active Targets): Fix wrong comma placement.
778
c0edd9ed
JK
7792010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
780 Eli Zaretskii <eliz@gnu.org>
781
782 Make core files the process_stratum.
783 * gdb.texinfo (Active Targets): Remove core_stratum. Include
784 record_stratum example.
785
9291a0cd
TT
7862010-07-13 Tom Tromey <tromey@redhat.com>
787
788 * gdb.texinfo (Index Files): New node.
789
f5011d11
TT
7902010-07-13 Tom Tromey <tromey@redhat.com>
791
792 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
793
0f5238ed
TT
7942010-07-13 Tom Tromey <tromey@redhat.com>
795
796 * gdb.texinfo (Specify Location): Document labels.
797
74c761c1
PA
7982010-07-01 Pedro Alves <pedro@codesourcery.com>
799
800 * gdb.texinfo (Create and Delete Tracepoints): Add more index
801 entries for fast tracepoints and static tracepoints.
802
501994c0
PA
8032010-07-01 Pedro Alves <pedro@codesourcery.com>
804
805 * gdb.texinfo (General Query Packets) <qfThreadInfo,
806 qsThreadInfo>: Spell out `l' as ell.
807
0fb4aa4b
PA
8082010-07-01 Pedro Alves <pedro@codesourcery.com>
809
810 * gdb.texinfo (Convenience Variables): Document $_sdata.
811 (Commands to Set Tracepoints): Describe static tracepoints. Add
812 `Listing Static Tracepoint Markers' menu entry. Document
813 "strace".
814 (Tracepoint Action Lists): Document collecting $_sdata.
815 (Listing Static Tracepoint Markers): New subsection.
816 (Tracepoints support in gdbserver): Mention static tracepoints.
817 (remote packets, enabling and disabling): Mention
818 read-sdata-object.
819 (General Query Packets) <qSupported>: Document qXfer:sdata:read
820 and StaticTracepoint.
821 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
822 Document qXfer:sdata:read.
823 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
824
dc3b15be
JB
8252010-06-29 Joel Brobecker <brobecker@adacore.com>
826
827 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
828
595939de
PM
8292010-06-28 Phil Muldoon <pmuldoon@redhat.com>
830 Tom Tromey <tromey@redhat.com>
831 Thiago Jung Bauermann <bauerman@br.ibm.com>
832
833 * gdb.texinfo (Inferiors In Python): New node.
834 * gdb.texinfo (Threads In Python): New node.
835
9279c692
JB
8362010-06-28 Joel Brobecker <brobecker@adacore.com>
837
838 * gdb.texinfo (Python): Document what the python directory is
839 and what its location is.
840 (Basic Python): Document the gdb.PYTHONDIR constant.
841
bc9f0842
TT
8422010-06-25 Tom Tromey <tromey@redhat.com>
843
844 PR python/10808:
845 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
846
f1421989
HZ
8472010-06-24 Hui Zhu <teawater@gmail.com>
848
849 * gdb.texinfo: (Commands for Controlled Output): Add
850 documentation for command "eval".
851
e4c0cfae
SS
8522010-06-21 Stan Shebs <stan@codesourcery.com>
853
854 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
855 * annotate.texinfo: Ditto.
856 * gdbint.texinfo: Ditto.
857 * stabs.texinfo: Ditto.
858
bb08c432
HZ
8592010-06-22 Hui Zhu <teawater@gmail.com>
860
861 * gdb.texinfo: (Process Record and Replay): Add documentation
862 for command "set record memory-query".
863
4f5d9f07
SS
8642010-06-21 Stan Shebs <stan@codesourcery.com>
865
866 * gdb.texinfo: Relicense under GFDL version 1.3.
867 * annotate.texinfo: Relicense under GFDL version 1.3.
868 * gdbint.texinfo: Relicense under GFDL version 1.3.
869 * stabs.texinfo: Relicense under GFDL version 1.3.
870 * fdl.texi: Update to version 1.3.
871
6aed2dbc
SS
8722010-06-18 Stan Shebs <stan@codesourcery.com>
873
a61408f8
SS
874 * gdb.texinfo (Operating System Auxiliary Information): Describe
875 "info os" when no arguments given.
876
6aed2dbc
SS
877 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
878 $_thread.
879
24e933df
HZ
8802010-06-18 Hui Zhu <teawater@gmail.com>
881
882 * gdb.texinfo: (Process Record and Replay): Add documentation
883 for commands "record save" and "record restore".
884
65d79d4b
SDJ
8852010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
886
887 * gdb.texinfo: Include information about the correct use
888 of addresses in the `watch' command.
889
d914c394
SS
8902010-06-11 Stan Shebs <stan@codesourcery.com>
891
892 * gdb.texinfo (Observer Mode): New section.
893 (General Query Packets): Document QAllow.
889bf7c5 894
967cf477
DE
8952010-06-04 Doug Evans <dje@google.com>
896
897 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
898
aaf4119b
DE
8992010-06-03 Doug Evans <dje@google.com>
900
901 * gdbint.texinfo (Coding): Add subsection on command names.
902
9eae7c52
TT
9032010-06-02 Tom Tromey <tromey@redhat.com>
904
905 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
906 always-disassemble.
907
fa593d66
PA
9082010-06-01 Pedro Alves <pedro@codesourcery.com>
909
910 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
911 gdbserver, and add cross reference.
912 (Tracepoints support in gdbserver): New subsection.
913
dde08ee1
PA
9142010-05-26 Pedro Alves <pedro@codesourcery.com>
915
916 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
917 `qRelocInsn' feature.
918 (Relocate instruction reply packet): New subsection
919 of `Tracepoint Packets'.
920 (Tracepoint Packets): Mention that packets QTDP and QTStart
921 support the qRelocInsn request, and add cross reference to new
922 subsection.
923
07ca107c
DE
9242010-05-25 Doug Evans <dje@google.com>
925
926 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
927 (Commands In Python): Document gdb.string_to_argv.
928
c25c4a8b
JK
9292010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
930
931 * gdbint.texinfo (Host Definition): Remove items NORETURN and
932 ATTR_NORETURN.
933
d7b32ed3 9342010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
935 Tom Tromey <tromey@redhat.com>
936 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 937
c25c4a8b 938 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 939
6aecb9c2
JB
9402010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
941
942 * gdb.texinfo: (Summary) Add mention about D language support.
943 (Filenames): Add D suffixes.
944 (D): New node.
945
b7da9e9f
PM
9462010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
947
948 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
949 of macro deleted from GDB code.
950
ab38a727
PA
9512010-04-24 Pedro Alves <pedro@codesourcery.com>
952
953 * gdb.texinfo (Commands to specify files): Describe what how GDB
954 looks up DOS-based filesystem paths on the system root. Document
955 the new `set/show target-file-system-kind' commands.
956
66d09542
DE
9572010-04-23 Doug Evans <dje@google.com>
958
959 * gdb.texinfo (Python): Move Auto-loading section here ...
960 (Python API): from here.
961 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
962 (Maintenance Commands): Add docs for "maint print section-scripts".
963
8bd10a10
CM
9642010-04-20 Chris Moller <cmoller@redhat.com>
965
966 * gdb.texinfo (Setting Breakpoints): Added description of
967 filename-qualified rbreak.
968 * refcard.tex (Breakpoints and Watchpoints): Added brief
969 description of filename-qualified rbreak.
970
4c374409
JK
9712010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
972
973 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
974 (Python API): Change the reference to Pretty Printing API.
975 (Pretty Printing): Move the user part under the Data node. Reformat
976 the sample output to 72 columns. Create a new reference to Pretty
977 Printing API. Rename the API part ...
978 (Pretty Printing API): To a new node name.
979 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
980 (GDB/MI Variable Objects): Change references to Pretty Printing API.
981
5a9351ae
SS
9822010-04-21 Stan Shebs <stan@codesourcery.com>
983
984 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 985 and commands.
5a9351ae 986 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 987
9a22f0d0
PM
9882010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
989
990 * gdb.texinfo (Examining memory): Update for change in string
991 display with explicit size.
992
6149aea9
PA
9932010-04-19 Pedro Alves <pedro@codesourcery.com>
994
995 PR breakpoints/8554.
996
997 * gdb.texinfo (Save Breakpoints): New node.
998 (save-tracepoints): Rename to ...
999 (save tracepoints): ... this. Mention that `save-tracepoints' is
1000 a deprecated alias to `save tracepoints'.
1001
711e434b
PM
10022010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
1003
645797a8 1004 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
1005 (info w32 thread-information-block): Document new command.
1006 (qGetTIBAddress): Document new gdbserver query.
1007 (maint set/show show-all-tib): Document new command.
1008
3f7b2faa
DE
10092010-04-15 Doug Evans <dje@google.com>
1010
fa33c3cd
DE
1011 * gdb.texinfo (Python API): Add progspaces section.
1012 (Selecting Pretty-Printers): Progspace pretty-printers are
1013 searched too.
1014 (Progspaces In Python): New section.
1015
3f7b2faa
DE
1016 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
1017
79f283fe
PM
10182010-04-14 Phil Muldoon <pmuldoon@redhat.com>
1019
1020 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
1021 returns None.
1022
87290684
SS
10232010-04-09 Stan Shebs <stan@codesourcery.com>
1024
1025 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1026 Describe the `frames-created' field, tweak grammar.
1027
a97153c7
PA
10282010-04-09 Pedro Alves <pedro@codesourcery.com>
1029
1030 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1031 Describe the `circular' and `disconnected' fields.
1032
5c5dcc1b
L
10332010-04-09 H.J. Lu <hongjiu.lu@intel.com>
1034
1035 * gdb.texinfo (maint print registers): Mention unavailable and
1036 invisible registers.
1037
adc36818
PM
10382010-04-09 Phil Muldoon <pmuldoon@redhat.com>
1039 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 1040 Tom Tromey <tromey@redhat.com>
adc36818
PM
1041
1042 * gdb.texinfo (Breakpoints In Python): New Node.
1043
33da3f1c
SS
10442010-04-08 Stan Shebs <stan@codesourcery.com>
1045
1046 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
1047 trace status fields.
1048
3a13a53b
L
10492010-04-08 H.J. Lu <hongjiu.lu@intel.com>
1050
1051 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
1052 optional. Make org.gnu.gdb.i386.avx requires
1053 org.gnu.gdb.i386.avx.
1054
08001717
DE
10552010-04-08 Doug Evans <dje@google.com>
1056
1057 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
1058 search path, and document that gdb only scans the search path if
1059 the script's path doesn't specify a directory.
1060
c375651d
DE
10612010-04-05 Doug Evans <dje@google.com>
1062
1063 * gdb.texinfo (maint show python auto-load): Fix typo.
1064
af54718e
SS
10652010-04-04 Stan Shebs <stan@codesourcery.com>
1066
d77f58be
SS
1067 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
1068 (Setting Watchpoints): Update description of "info watch".
1069 (Disabling Breakpoints): Only "info break" lists all.
1070
af54718e
SS
1071 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
1072 (tdump): Explain how tdump works.
1073
86b17b60
PA
10742010-04-01 Pedro Alves <pedro@codesourcery.com>
1075
1076 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
1077 add cross reference.
1078
ff12863f
PA
10792010-03-31 Pedro Alves <pedro@codesourcery.com>
1080
1081 * gdb.texinfo (TUI Commands): Mention that in some cases, these
1082 commands error out.
1083
f68eb612
L
10842010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1085
1086 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
1087
c8d5aac9
L
10882010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1089
1090 * gdb.texinfo (General Query Packets): Add xmlRegisters.
1091
7d13fe92
SS
10922010-03-29 Stan Shebs <stan@codesourcery.com>
1093 Nathan Sidwell <nathan@codesourcery.com>
1094
1095 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
1096 GDBN equivalent.
1097 (Set Tracepoints): Remove mention that conditional tracepoints
1098 don't exist.
1099 (Tracepoint Actions): Clarify when while-stepping collection
1100 happens, note that while-stepping does not automatically collect
1101 $pc.
1102
409873ef 11032010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 1104
409873ef
SS
1105 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
1106 (General Query Packets): Describe TracepointSource.
1107
ee8e71d4
EZ
11082010-03-27 Matt Rice <ratmice@gmail.com>
1109
c8d5aac9
L
1110 * gdb.texinfo (ARM): Document arguments to "target sim".
1111 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 1112
99b5e152
PA
11132010-03-26 Pedro Alves <pedro@codesourcery.com>
1114
1115 * gdb.texinfo (Tracepoint Packets): Remove mention that
1116 terror:string may be plain text, and drop mention of X prefix.
1117
cd64ee31
VP
11182010-03-26 Vladimir Prus <vladimir@codesourcery.com>
1119
1120 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
1121
6c28cbf2
SS
11222010-03-24 Stan Shebs <stan@codesourcery.com>
1123
1124 * gdb.texinfo (Tracepoint Packets): Document trace error status.
1125
95a42b64
TT
11262010-03-24 Tom Tromey <tromey@redhat.com>
1127
1128 PR breakpoints/9352:
1129 * gdb.texinfo (Break Commands): Update.
1130
18148017
VP
11312010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1132
1133 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
1134 commands.
1135
4daf5ac0
SS
11362010-03-16 Stan Shebs <stan@codesourcery.com>
1137
1138 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
1139 circular-trace-buffer.
1140 (Tracepoint Packets): Describe QTBuffer, and details of the
1141 qTStatus reply.
1142
c9429232
SS
11432010-03-12 Stan Shebs <stan@codesourcery.com>
1144 Nathan Sidwell <nathan@codesourcery.com>
1145
1146 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
1147 doing instruction stepping.
1148 (Tracepoint Restrictions): New node.
1149
ccefe4c4
TT
11502010-03-10 Tom Tromey <tromey@redhat.com>
1151
1152 * gdbint.texinfo (Symbol Handling): Update.
1153
7c953934
TT
11542010-03-08 Tom Tromey <tromey@redhat.com>
1155
1156 PR cli/9591:
1157 * gdb.texinfo (Mode Options): Mention lack of pagination and
1158 confirmation with --batch.
1159 (Screen Size): Mention --batch.
1160 (Messages/Warnings): Likewise.
1161
f870a310
TT
11622010-03-05 Tom Tromey <tromey@redhat.com>
1163
1164 * gdb.texinfo (Basic Python): Document target_charset and
1165 target_wide_charset.
1166
78e2826b
TT
11672010-03-05 Tom Tromey <tromey@redhat.com>
1168
1169 * gdb.texinfo (Data): Link to pretty-printing.
1170 (Output Formats): Likewise. Correct text.
1171
f5dff777
DJ
11722010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1173
1174 * gdb.texinfo (Types): Describe <struct> and <flags>.
1175
dc00d89f
PM
11762010-02-28 Phil Muldoon <pmuldoon@redhat.com>
1177
1178 * gdb.texinfo (Frames In Python): Add block parameter and
1179 description to read_var text.
1180
5107b149 11812010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 1182 Tom Tromey <tromey@redhat.com>
5107b149
PM
1183
1184 * gdb.texinfo (Types In Python): Describe block argument in
1185 template_argument and gdb.lookup_type.
1186
e03e5e7b
TT
11872010-02-24 Tom Tromey <tromey@redhat.com>
1188
1189 * gdb.texinfo (Cygwin Native): Fix typo.
1190
f3e9a817
PM
11912010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1192
1193 * gdb.texinfo (Frames In Python): Add block, find_sal, function
1194 and select method descriptions.
1195 (Python API): Add Blocks In Python, Symbols in Python and Symbol
1196 Tables in Python to menu.
1197 (Blocks In Python): New node.
1198 (Symbols In Python): New node.
1199 (Symbol Tables in Python): New node.
1200
a79b8f6e
VP
12012010-02-24 Vladimir Prus <vladimir@codesourcery.com>
1202
1203 Multiexec MI
1204
1205 gdb/
1206 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
1207
1208 gdb/doc/
1209 * gdb.texinfo (GDB/MI Command Syntax): Document notification
1210 changes.
1211 (GDB/MI Program Execution): Document current behaviour of
1212 --all and --thread-group.
1213 (GDB/MI Miscellaneous Commands): Document -add-inferior and
1214 -remove-inferior.
1215 * observer.texi (inferior_added, inferior_removed): New
1216 observers.
1217
629d6a47
TT
12182010-02-19 Tom Tromey <tromey@redhat.com>
1219
1220 * gdbint.texinfo (Getting Started): Fix @node.
1221 (Debugging GDB): Likewise.
1222
c09529e5
JB
12232010-02-13 Joel Brobecker <brobecker@adacore.com>
1224
1225 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
1226 documenting the gdb_test_timeout variable.
1227
540aa8e7
MS
12282010-02-12 Jakob Engblom <jakob@virtutech.com>
1229
1230 * gdb.texinfo (MI commands): Added documentation of --reverse
1231 option to a set of MI commands. Restructured documentation of MI
1232 commands --exec-continue to reflect the complexity of reverse
1233 execution.
1234
081dfbf7
PA
12352010-02-12 Pedro Alves <pedro@codesourcery.com>
1236
1237 * gdb.texinfo (Using the Collected Data): Specify that the address
1238 range of `tfind outsize' is exclusive, and that the address range
1239 of `tfind range' is inclusive.
1240 (Tracepoint Packets): Specify that the address range of
1241 `QTFrame:range' is inclusive, and that the address range of
1242 `QTFrame:outside' is exclusive
1243
8e9c5e02
VP
12442010-02-12 Vladimir Prus <vladimir@codesourcery.com>
1245
1246 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
1247
92981e24
TT
12482010-02-10 Tom Tromey <tromey@redhat.com>
1249
1250 * gdb.texinfo (Debugging Output): Document set debug parser and
1251 show debug parser.
1252
075b51b7
L
12532010-02-09 H.J. Lu <hongjiu.lu@intel.com>
1254
1255 * gdb.texinfo (Predefined Target Types): Add i387_ext,
1256 i386_eflags and i386_mxcsr.
1257
3bb8d5c3
L
12582010-02-08 H.J. Lu <hongjiu.lu@intel.com>
1259
1260 * gdb.texinfo: Document i386 target features.
1261
c5f80513
DE
12622010-02-05 Doug Evans <dje@google.com>
1263
1264 * gdbint.texinfo (Testsuite): Add a new section to document the
1265 various DejaGnu variables that may be overridden.
1be00882 1266 Document INTERNAL_GDBFLAGS.
c5f80513 1267
6ac33a4e
TT
12682010-02-04 Tom Tromey <tromey@redhat.com>
1269
1270 PR cli/8830:
1271 * gdb.texinfo (Files): -readnow comes before the filename for file
1272 and symbol-file.
1273
a1dcb23a
DJ
12742010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1275
1276 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
1277 Document ARM breakpoint types.
1278 (Register Packet Format): Move into the new section.
1279 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
1280
95433b34
JB
12812010-01-21 Joel Brobecker <brobecker@adacore.com>
1282
1283 * gdb.texinfo (File Options): Adjust the documentation of this
1284 switch to refer to the "source" command rather than partially
1285 duplicating some of the relevant information.
1286 (Extending GDB): Introduce and document the set/show script-extension
1287 setting.
1288 (Command Files): Add note explaining that the "source" command
1289 is also used to evalute scripts written in other languages.
1290 Remove the short slightly incorrect reference to sourcing Python
1291 scripts.
1292 (Python Commands): Document how to execute a Python script from GDB.
1293
8d576872
JB
12942010-01-19 Joel Brobecker <brobecker@adacore.com>
1295
1296 * gdb.texinfo (Command Files): Fix typo.
1297
8150ff9c
JB
12982010-01-18 Tom Tromey <tromey@redhat.com>
1299
1300 * gdb.texinfo (File Options): Document -x on .py files.
1301 (Command Files): Document handling of Python scripts.
1302
23db03a6
JZ
13032010-01-18 Jie Zhang <jie.zhang@analog.com>
1304
1305 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
1306
00bf0b85
SS
13072010-01-15 Stan Shebs <stan@codesourcery.com>
1308
1309 * gdb.texinfo (Trace Files): New section.
1310 (Tracepoint Packets): Document QTSave and qTBuffer.
1311 (Trace File Format): New appendix.
1312
be759fcf
PM
13132010-01-13 Phil Muldoon <pmuldoon@redhat.com>
1314
1315 * gdb.texinfo (Values From Inferior): Document lazy_string value
1316 method.
1317 (Python API): Add Lazy strings menu item.
1318 (Lazy Strings In Python): New node.
1319
dc146f7c
VP
13202010-01-13 Vladimir Prus <vladimir@codesourcery.com>
1321
1322 * gdb.texinfo (GDB/MI Thread Information): New.
1323 (GDB/MI Async Records): Document the core field in *stopped.
1324 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
1325 documentation
1326 (Process list): Document that osdata document may contain
1327 threads.
1328 (Remote Serial Protocol): Document qXfer:threads.
1329
d5551862
SS
13302010-01-06 Stan Shebs <stan@codesourcery.com>
1331
1332 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1333 disconnected tracing.
1334 (Tracepoint Packets): Document new protocol.
1335
7a697b8d
SS
13362010-01-05 Stan Shebs <stan@codesourcery.com>
1337
1338 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
1339 tracepoints.
1340 (Tracepoint Packets): Describe remote protocol for fast
1341 tracepoints.
1342
e6f3ec50
JB
13432010-01-01 Joel Brobecker <brobecker@adacore.com>
1344
1345 Update the "Start of New Year Procedure".
1346 * gdbint.texinfo: Add the list of files that need to be updated
1347 manually. Minor reformatting.
1348
ddc4e9c1
JB
13492010-01-01 Joel Brobecker <brobecker@adacore.com>
1350
1351 * refcard.tex: Update copyright year in header and text.
1352
9d2897ad
JB
13532010-01-01 Joel Brobecker <brobecker@adacore.com>
1354
1355 * agentexpr.texi: Add 2010 to the list of copyright years.
1356 * annotate.texinfo: Likewise.
1357 * gdb.texinfo: Likewise.
1358 * gdbint.texinfo: Likewise.
1359 * observer.texi: Likewise.
1360 * stabs.texinfo: Likewise.
1361
6da95a67
SS
13622009-12-31 Stan Shebs <stan@codesourcery.com>
1363
1364 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 1365
236f1d4d
SS
13662009-12-29 Stan Shebs <stan@codesourcery.com>
1367
1368 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 1369
f61e138d
SS
13702009-12-28 Stan Shebs <stan@codesourcery.com>
1371
1372 * gdb.texinfo (Trace State Variables): New section.
1373 (Tracepoint Packets): Describe trace state variable packets.
1374 * agentexpr.texi (Bytecode Descriptions): Describe trace state
1375 variable bytecodes.
1376
0fe7935b
DJ
13772009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
1378
1379 * gdb.texinfo (Symbols): "info variables" prints definitions, not
1380 declarations.
1381
a6b29f87
VP
13822009-12-21 Vladimir Prus <vladimir@codesourcery.com>
1383
1384 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
1385 -gdb-exit behaviour.
1386
5e4bde96
JB
13872009-12-20 Joel Brobecker <brobecker@adacore.com>
1388
1389 * gpl.texi: Update to version 3 of the GPL.
1390
a1715244
JB
13912009-12-20 Joel Brobecker <brobecker@adacore.com>
1392
1393 * Makefile.in: Update copyright header.
1394 * observer.texi: Fix the copyright header of the generated files.
1395
361ae042
PM
13962009-12-08 Phil Muldoon <pmuldoon@redhat.com>
1397
1398 * gdb.texinfo (Types In Python): Describe range function.
1399
bfd31e71
PM
14002009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
1401
1402 * gdb.texinfo (Types In Python): Describe "is_base_class".
1403
57a1d736
TT
14042009-12-03 Tom Tromey <tromey@redhat.com>
1405
1406 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
1407
8cebebb9
PP
14082009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
1409
1410 * observer.texi: New memory_changed observer.
1411
16af530a
TT
14122009-12-01 Tom Tromey <tromey@redhat.com>
1413
1414 * gdb.texinfo (Reverse Execution): Fix typo.
1415
b6199126
DJ
14162009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
1417
1418 PR gdb/8704
1419
1420 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
1421 are allowed after the breakpoint condition.
1422
7a6973ad
TT
14232009-11-23 Tom Tromey <tromey@redhat.com>
1424
1425 PR python/10782:
1426 * gdb.texinfo (Types In Python): Document Type.pointer.
1427
21a0512e
PP
14282009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
1429
1430 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 1431
a5832c8f
PA
14322009-11-11 Pedro Alves <pedro@codesourcery.com>
1433
1434 * agentexpr.texi (Tracing On Symmetrix): Delete section.
1435 (Using Agent Expressions): Delete cross reference.
1436
1eb7cd77
JB
14372009-11-07 Joel Brobecker <brobecker@adacore.com>
1438
1439 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
1440 and @settitle directives up to help makeinfo find them.
1441
24ddea62
JK
14422009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1443
1444 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
1445 (Auto-loading): Use plural and note one can use multiple components now.
1446
3afae151
VP
14472009-11-01 Vladimir Prus <vladimir@codesourcery.com>
1448
1449 * gdb.texinfo (GDB/MI Stack Manipulation): Make
1450 -stack-list-arguments have the same documentation for parameter
1451 as -stack-list-locals. Add comas.
1452
14ff2235
PM
14532009-10-27 Tom Tromey <tromey@redhat.com>
1454 Eli Zaretskii <eliz@gnu.org>
1455
c8d5aac9 1456 PR python/10781
14ff2235
PM
1457
1458 * gdb.texinfo (Values From Inferior): Document cast method.
1459
9c419145
PP
14602009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
1461
1462 * gdb.texinfo (Machine Code): Mention function name in disasssembly
1463 and adjust example.
889bf7c5 1464
29153c24
MS
14652009-10-22 Michael Snyder <msnyder@vmware.com>
1466
1467 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 1468 info record command. Also document the new save and restore
29153c24
MS
1469 commands.
1470
2b28d209
PP
14712009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
1472
1473 * gdb.texinfo (Machine Code): Mention current pc marker.
1474 (Memory): Likewise.
1475
6c95b8df
PA
14762009-10-19 Pedro Alves <pedro@codesourcery.com>
1477 Stan Shebs <stan@codesourcery.com>
1478
1479 * observer.texi (new_inferior): Rename to...
1480 (inferior_appeared): ... this.
1481
1482 * gdb.texinfo (Inferiors): Rename node to ...
1483 (Inferiors and Programs): ... this. Mention running multiple
1484 programs in the same debug session.
1485 <info inferiors>: Mention the new 'Executable' column if "info
1486 inferiors". Update examples. Document the "add-inferior",
1487 "clone-inferior", "remove-inferior" and "maint info
1488 program-spaces" commands.
1489 (Process): Rename node to...
1490 (Forks): ... this. Document "set|show follow-exec-mode".
1491
2f8132f3
MS
14922009-10-11 Michael Snyder <msnyder@vmware.com>
1493
1494 * gdb.texinfo (ReverseStep): Show default as "unsupported".
1495 (ReverseContinue): Ditto.
1496
cba4b2d3
PP
14972009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
1498
1499 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 1500
da082f17
JK
15012009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1502
1503 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
1504
08be9d71
ME
15052009-10-06 Michael Eager <eager@eagercon.com>
1506
1507 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
1508 (Embedded Processors): Add MicroBlaze.
1509 (MicroBlaze): New. Describe Xilinx MicroBlaze
1510
08a0efd0
PA
15112009-10-04 Pedro Alves <pedro@codesourcery.com>
1512
1513 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
1514
cbb8f428
EZ
15152009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1516
1517 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
1518
30a4a70c
JB
15192009-09-23 Joel Brobecker <brobecker@adacore.com>
1520
1521 * observer.texi (solib_unloaded): Document explicitly the fact that
1522 this observer is called before the associated symbols are unloaded.
1523
b3372f91
VP
15242009-09-19 Vladimir Prus <vladimir@codesourcery.com>
1525
1526 * gdb.texinfo (GDB/MI Stack Manipulation): Document
1527 -stack-list-variables.
1528
f43030c4
TT
15292009-09-18 Tom Tromey <tromey@redhat.com>
1530
1531 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
1532 is experimental.
1533
ec7e75e7
PP
15342009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1535
1536 * gdb.texinfo (convenince variables): Mention
1537 $_siginfo could be empty.
f43030c4 1538
0cc7d26f
TT
15392009-09-15 Tom Tromey <tromey@redhat.com>
1540
1541 * gdb.texinfo (GDB/MI Variable Objects): Document
1542 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
1543 Expand -var-update documentation.
1544
a96d9b2e
SDJ
15452009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1546
1547 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
1548 feature.
1549
005ca36a
JB
15502009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
1551
1552 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
1553
0d772ac9
MS
15542009-09-10 Michael Snyder <msnyder@vmware.com>
1555
1556 * gdb.texinfo (qSupported): Mention new ReverseContinue and
1557 ReverseStep replies to the qSupported query.
1558
14fb1bac
JB
15592009-09-10 Joel Brobecker <brobecker@adacore.com>
1560
1561 Add documentation for set/show interactive-mode.
1562 * gdb.texinfo (Other Misc Settings): New node.
1563
29b090c0
DE
15642009-09-01 Doug Evans <dje@google.com>
1565
1566 * gdb.texinfo (Caching Data of Remote Targets): Add note on
1567 non-stop mode's affect on remote caching.
1568
4e5d721f
DE
15692009-08-31 Jacob Potter <jdpotter@google.com>
1570 Doug Evans <dje@google.com>
1571
1572 * gdb.texinfo (Caching Data of Remote Targets): Update text.
1573 Mark `set/show remotecache' options as obsolete.
1574 Document new `set/show stack-cache' option.
1575 Update text for `info dcache'.
1576
55333a84
DE
15772009-08-27 Doug Evans <dje@google.com>
1578
1579 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
1580 (Files): Add note on new optional regex arg to `info sharedlibrary'.
1581
bc3a0b4d
RW
15822009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1583
1584 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
1585 about autoconf.
1586
3a1ff0b6
PA
15872009-08-25 Pedro Alves <pedro@codesourcery.com>
1588
1589 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
1590 small example, and describe its columns. Replace "inferior-id" by
1591 "infno" throughout.
1592
81ecdfbb
RW
15932009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1594
af542c2e
RW
1595 * gdbint.texinfo (Releasing GDB): Point to
1596 README-maintainer-mode file for required autoconf version.
1597 * configure.ac: Do not substitute datarootdir, htmldir,
1598 pdfdir, docdir. Do not process --with-datarootdir,
1599 --with-htmldir, --with-pdfdir, --with-docdir.
1600 * configure: Regenerate.
1601
81ecdfbb
RW
1602 * configure: Regenerate.
1603
4efc6507
DE
16042009-08-20 Reid Kleckner <reid@kleckner.net>
1605
1606 * gdb.texinfo: Add chapter on JIT interface.
1607
43089a6e
NR
16082009-08-07 Nick Roberts <nickrob@snap.net.nz>
1609
1610 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 1611 confirmation request.
43089a6e 1612
99e008fe
EZ
16132009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
1614
c8d5aac9
L
1615 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
1616 CRC definitions.
99e008fe 1617
48cb2d85
VP
16182009-08-03 Vladimir Prus <vladimir@codesourcery.com>
1619
1620 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 1621 -break-commands.
48cb2d85 1622
ff1a52c6
UW
16232009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1624
1625 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1626 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
1627
3285f3fe
UW
16282009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1629
1630 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1631 "set spu stop-on-load" and "show spu stop-on-load" commands.
1632
e35359c5
UW
16332009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1634
1635 * gdb.texinfo (Target Descriptions): Document <compatible> element.
1636
58d6951d
DJ
16372009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
1638
1639 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
1640 org.gnu.gdb.arm.neon.
1641
08d16641
PA
16422009-07-20 Pedro Alves <pedro@codesourcery.com>
1643
1644 * gdb.texinfo (Target Description Format): Mention the new <osabi>
1645 optional element.
1646 (subsection OS ABI): New subsection.
1647
782b2b07
SS
16482009-07-14 Stan Shebs <stan@codesourcery.com>
1649
1650 * gdb.texinfo (Tracepoint Conditions): New section.
1651 (General Query Packets): Describe ConditionalTracepoints.
1652 (Tracepoint Packets): Describe condition field.
1653 (Maintenance Commands): Describe maint agent-eval.
1654 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
1655
9b117ef3
HZ
16562009-07-11 Hui Zhu <teawater@gmail.com>
1657
1658 * gdb.texinfo (disassemble): Add a new modifier /r
1659 to "disassemble" command to make it print the raw instructions
1660 in hex as well as in symbolic form.
1661
f5a33284
TT
16622009-07-09 Tom Tromey <tromey@redhat.com>
1663
1664 * gdbint.texinfo (Testsuite): Document parallel make check.
1665
812f7342
TT
16662009-07-09 Tom Tromey <tromey@redhat.com>
1667
1668 * gdbint.texinfo (Testsuite): Document test transcripts.
1669
fbb8f299
PM
16702009-07-10 Phil Muldoon <pmuldoon@redhat.com>
1671
1672 * gdb.texinfo (Values From Inferior): Add length parameter
1673 description.
1674
dd8f35ac
EZ
16752009-07-04 Chris Genly <chris@genly.us>
1676
1677 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
1678 in -var-list-children. Fix example according to what the code
1679 does.
1680
2277426b
PA
16812009-07-02 Pedro Alves <pedro@codesourcery.com>
1682
1683 * gdb.texinfo (Debugging multiple inferiors): Document the
1684 "inferior", "detach inferior" and "kill inferior" commands.
1685 (Debugging Programs with Multiple Processes): Adjust to mention
1686 generic "inferior" commands. Delete mention of "detach fork" and
1687 "delete fork". Cross reference to "Debugging multiple inferiors"
1688 section.
1689
a6d9a66e
UW
16902009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1691
5af949e3
UW
1692 * gdbint.texinfo (Item Output Functions): Update signature
1693 for ui_out_field_core_addr.
1694
16952009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1696
1697 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
1698 Update example code extrated from breakpoint.c.
1699
9901a55b 17002009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 1701
9901a55b
PP
1702 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
1703 MI commands.
1704 (GDB/MI Symbol Query): Likewise.
1705 (GDB/MI File Commands): Likewise.
1706 (GDB/MI File Transfer Commands): Likewise.
1707 (GDB/MI Target Manipulation): Likewise.
1708 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 1709
edb3359d
DJ
17102009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
1711
1712 * gdb.texinfo (Debugging Optimized Code): New chapter.
1713 (Compiling for Debugging): Reference it. Move some
1714 text to the new section.
1715
7cd1089b
PM
17162009-06-15 Phil Muldoon <pmuldoon@redhat.com>
1717
1718 * doc/gdb.texinfo (Calling): Document
1719 set-unwind-on-terminating-exception usage.
1720
d4db2f36
PA
17212009-06-11 Pedro Alves <pedro@codesourcery.com>
1722
1723 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
1724 command.
1725
d1a7880c
PA
17262009-06-07 Pedro Alves <pedro@codesourcery.com>
1727
1728 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
1729 references.
1730
473f94e6
UW
17312009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
1732
1733 * gdbint.texinfo: Rename formal parameters to gdbarch function
1734 protoypes from "current_gdbarch" to "gdbarch".
1735
8f500870
TT
17362009-05-28 Tom Tromey <tromey@redhat.com>
1737
1738 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
1739
b6313243
TT
17402009-05-27 Tom Tromey <tromey@redhat.com>
1741
1742 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1743 feature.
1744 (GDB/MI Variable Objects): Document -var-set-visualizer.
1745
17462009-04-02 Tom Tromey <tromey@redhat.com>
1747
1748 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1749 feature.
1750 (GDB/MI Variable Objects): Document -var-set-visualizer.
1751
a6bac58e
TT
17522009-05-27 Tom Tromey <tromey@redhat.com>
1753 Thiago Jung Bauermann <bauerman@br.ibm.com>
1754 Phil Muldoon <pmuldoon@redhat.com>
1755
1756 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
1757 (Pretty Printing): New node.
1758 (Selecting Pretty-Printers): Likewise.
1759 (Python API): Update.
1760 (Output Formats): Document /r format.
1761
2c74e833
TT
17622009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
1763 Tom Tromey <tromey@redhat.com>
1764
1765 * gdb.texinfo (Types In Python): New node.
1766 (Values From Inferior): "type" is now an attribute.
1767 (Python API): Update.
1768
89c73ade
TT
17692009-05-27 Tom Tromey <tromey@redhat.com>
1770 Thiago Jung Bauermann <bauerman@br.ibm.com>
1771 Phil Muldoon <pmuldoon@redhat.com>
1772
1773 * gdb.texinfo: Add @syncodeindex for `tp'.
1774 (Python API): Update.
1775 (Auto-loading): New node.
1776 (Objfiles In Python): New node.
1777
17a37d48
PP
17782009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
1779
1780 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 1781
6718376f
NR
17822009-05-15 Nick Roberts <nickrob@snap.net.nz>
1783
1784 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
1785
cbe54154
PA
17862009-05-12 Pedro Alves <pedro@codesourcery.com>
1787
1788 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
1789 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
1790 show show-debug-regs' docs.
1791
8e05493c
EZ
17922009-05-08 Eli Zaretskii <eliz@gnu.org>
1793
1794 * gdb.texinfo (Process Record and Replay): Add description of
1795 reverse execution.
1796
b39f4988
JB
17972009-05-07 Joel Brobecker <brobecker@adacore.com>
1798
1799 * gdbint.texinfo (Adding support for debugging core files): New node.
1800 (Native Debugging): Remove the ``Native core file Support'' section.
1801
a2311334
EZ
18022009-05-01 Eli Zaretskii <eliz@gnu.org>
1803
1804 * gdb.texinfo (Process Record and Replay): Improve and clarify.
1805 Add index entries.
1806
53cc454a 18072009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 1808 Michael Snyder <msnyder@vmware.com>
53cc454a 1809
a2311334
EZ
1810 * gdb.texinfo: (Process Record and Replay): Add documentation for
1811 process record and replay.
53cc454a 1812
484086b7
JK
18132009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1814
1815 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
1816 a new part on command-line defined macros.
1817
32ae1842
EZ
18182009-04-25 Eli Zaretskii <eliz@gnu.org>
1819
1820 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
1821 clarify the wording.
1822
b14b1491
TT
18232009-04-23 Tom Tromey <tromey@redhat.com>
1824
1825 * gdb.texinfo (Data Files): New node.
1826 (GDB Files): Update menu.
1827
5c1e86e1
JB
18282009-04-23 Joel Brobecker <brobecker@adacore.com>
1829
1830 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 1831 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 1832
83eba9b7
VP
18332009-04-22 Vladimir Prus <vladimir@codesourcery.com>
1834
1835 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
1836
e31198c4
HZ
18372009-04-22 Hui Zhu <teawater@gmail.com>
1838
1839 * gdb.texinfo (disassemble-next-line): Set the default of
1840 disassemble-next-line to off.
1841
26e251b6
JM
18422009-04-21 Joseph Myers <joseph@codesourcery.com>
1843
1844 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
1845 --with-htmldir): New.
1846 * configure: Regenerate.
1847 * Makefile.in (datarootdir, docdir): Define.
1848 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
1849 instead of $(SET_TEXINPUTS).
1850 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
1851 gdbint.info instead of $(SET_TEXINPUTS).
1852 (gdbint/index.html): Use same -I options as for building
1853 gdbint.info.
1854 (stabs.dvi, stabs.pdf): Use same -I options as for building
1855 stabs.info instead of $(SET_TEXINPUTS).
1856 (stabs/index.html): Use same -I options as for building
1857 stabs.info.
1858 (annotate.dvi, annotate.pdf): Use same -I options as for building
1859 annotate.info instead of $(SET_TEXINPUTS).
1860 (annotate/index.html): Use same -I options as for building
1861 annotate.info.
1862
eac35c4e
DD
18632009-04-21 David Daney <ddaney@caviumnetworks.com>
1864
1865 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
1866
29b0e8a2
JM
18672009-04-21 Joseph Myers <joseph@codesourcery.com>
1868
1869 * gdb.texinfo (Source Path): Document --with-relocated-sources.
1870
2b831889 18712009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 1872 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
1873
1874 * Makefile.in (MAKEHTML): Set to makeinfo --html.
1875 (MAKEHTMLFLAGS): Set to empty.
1876 (html__strip_dir): Define.
1877 (HTMLFILES): Define.
1878 (HTMLFILES_INSTALL): Define.
1879 (install-html): Copy new automake rule.
1880 (html): Depend on $(HTMLFILES).
1881 (gdb_toc.html): Rename to gdb/index.html.
1882 (gdbint_toc.html): Rename to gdbint/index.html.
1883 (stabs_toc.html): Rename to stabs/index.html.
1884 (annotate_toc.html): Rename to annotate/index.html.
1885
89a34d1b
JM
18862009-04-17 Carlos O'Donell <carlos@codesourcery.com>
1887
1888 * Makefile.in: Set pdfdir and htmldir from configure
1889 substitutions.
1890 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
1891 * configure: Regenerate.
1892
a2d5da46
JB
18932009-04-16 Joel Brobecker <brobecker@adacore.com>
1894
1895 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
1896 This macro is no longer used.
1897
732f6a93
TT
18982009-04-15 Tom Tromey <tromey@redhat.com>
1899
1900 * gdb.texinfo (Character Sets): Document default character set.
1901
87f9adc1
PM
19022009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
1903
1904 * gdbint.texinfo: Change server name from sources.redhat.com to
1905 sourceware.org throughout.
1906
2c88c651
JB
19072009-04-09 Joel Brobecker <brobecker@adacore.com>
1908
1909 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
1910 about a missing dot or coma after @xref.
1911
4f5376b2
JB
19122009-04-02 Joel Brobecker <brobecker@adacore.com>
1913
1914 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
1915 example, and add a small explanation about it.
1916 (Print Settings): Change the documentation of the "set print
1917 frame-arguments" to reflect the fact that the default is now "scalars".
1918
a0381d3a
JB
19192009-04-02 Joel Brobecker <brobecker@adacore.com>
1920
1921 * gdb.texinfo (Print Settings): Add kindex for command "set
1922 print frame-arguments".
1923
45ac276d
JB
19242009-03-31 Joel Brobecker <brobecker@adacore.com>
1925
1926 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
1927 breakpoints.
1928 (Set Breaks): Add reference to thread-specific and task-specific
1929 breakpoints.
1930
32cd1edc
JB
19312009-03-31 Joel Brobecker <brobecker@adacore.com>
1932
1933 * gdb.texinfo (Ada Tasks): Remove the documentation about
1934 the "Running" state, as this state has been eliminated.
1935 Now all runnable tasks are shown as "Runnable".
1936
1042e4c0
SS
19372009-03-30 Stan Shebs <stan@codesourcery.com>
1938
1939 * gdb.texinfo (Tracepoints): Describe tracepoints as a
1940 special case of breakpoints.
1941 (Enable and Disable Tracepoints): Mention deprecation.
1942 (Listing Tracepoints): Update description and example.
1943
f8f6f20b
TJB
19442009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
1945
1946 * gdb.texinfo (Frames in Python): New node.
1947 (Python API): Update.
1948
c0c6f777
TJB
19492009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
1950
1951 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
1952 from a method to an attribute.
1953
def2b000
TJB
19542009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
1955
1956 * gdb.texinfo (Values From Inferior): Document is_optimized_out
1957 attribute.
1958
a07daef3
PA
19592009-03-25 Pedro Alves <pedro@codesourcery.com>
1960
1961 * observer.texi (thread_exit): Add "silent" parameter.
1962
f3b1572e
PA
19632009-03-22 Pedro Alves <pedro@codesourcery.com>
1964
1965 * observer.texi (about_to_proceed): New.
1966
587afa38
EZ
19672009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
1968
1969 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
1970 field throughout to handle types with spaces in them. Fix typos
1971 found by aspell.
1972 (Summary, Requirements, Contributors): New first chapter,
1973 "Summary" added, old Requirements section moved there, and new
1974 section, "Contributors" added.
1975 (Initializing a New Architecture, Register Representation)
1976 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
1977 (Porting gdb): These sections extended and updated.
1978 (Compiler Characteristics): This section (empty) deleted.
1979 (Defining Other Architecture Features): This section renamed and
1980 duplicate material removed from (formerly "Target Conditionals").
1981 Use braces {} in @deftypeXX type field throughout to handle types
1982 with spaces in them. Typos found by aspell fixed.
1983
1984 * stack_frame.svg: New file, source of image for gdbint.texinfo.
1985 * stack_frame.pdf: Version of image for PDF output.
1986 * stack_frame.png: Version of image for HTML output and for Emacs.
1987 * stack_frame.txt: Version of image for Info output.
1db61298 1988 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 1989
10af6951
EZ
19902009-03-21 Eli Zaretskii <eliz@gnu.org>
1991
1992 * gdb.texinfo (Character Sets): Fix last change.
1993
cc924cad
TJB
19942009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
1995
1996 * gdb.texinfo (Values From Inferior): Fix optional arguments
1997 markup.
1998 (Commands In Python): Adjust argument names of gdb.Command.__init__
1999 to what the function accepts as keywords.
2000
bc3b79fd
TJB
20012008-03-20 Tom Tromey <tromey@redhat.com>
2002
2003 * gdb.texinfo (Convenience Vars): Document convenience functions.
2004 (Functions In Python): New node.
2005 (Python API): Update.
2006
6c7a06a3
TT
20072009-03-20 Tom Tromey <tromey@redhat.com>
2008
2009 * gdb.texinfo (Character Sets): Remove obsolete text. Document
2010 set target-wide-charset.
2011 (Requirements): Mention iconv.
2012
b646ddd4
HZ
20132009-03-17 Hui Zhu <teawater@gmail.com>
2014
2015 * gdb.texinfo: Change the introduce of "disassemble-next-line".
2016
91440f57
HZ
20172009-03-17 Hui Zhu <teawater@gmail.com>
2018
2019 * gdb.texinfo: Add documentation for disassemble-next-line.
2020
8fd41227
TJB
20212009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2022
2023 * gdb.texinfo (Commands In Python): Remove tindex entries.
2024
61ff14c6
JK
20252009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2026
2027 * gdb.texinfo (Returning): New description for missing debug info.
2028
0b16c5cf
PA
20292009-03-14 Pedro Alves <pedro@codesourcery.com>
2030
2031 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 2032 (General Query Packets): Document qAttached.
0b16c5cf 2033
32fc0df9
PA
20342009-03-05 Pedro Alves <pedro@codesourcery.com>
2035
2036 * gdb.texinfo (Background Execution): Better describe the set
2037 target-async command.
2038 (Maintenance Commands): Delete description of the `maint set/show
2039 linux-async' and `maint set/show remote-async' commands.
2040
134eb42c
VP
20412009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2042
2043 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
2044 between sentences.
2045
c86cf029
VP
20462009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2047
2048 * gdb.texinfo (GDB/MI Async Records): Document the
2049 =library-loaded and =library-unloaded notifications.
2050
3ea85240
VP
20512009-02-17 Vladimir Prus <vladimir@codesourcery.com>
2052
2053 * observer.texi (test_notification): New observer.
2054
1d33d6ba
VP
20552009-02-14 Vladimir Prus <vladimir@codesourcery.com>
2056
61ff14c6
JK
2057 * observer.texi: Add parameter 'print_frame' to normal_stop
2058 observer.
1d33d6ba 2059
d721c933
EZ
20602009-02-07 Eli Zaretskii <eliz@gnu.org>
2061
2062 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
2063 (Commands In Python): Fix COMMAND_* constants in last change. Use
2064 @kbd for interactive input. Add cross-references and index
2065 entries.
2066
4aa995e1
PA
20672009-02-06 Pedro Alves <pedro@codesourcery.com>
2068
2069 * gdb.texinfo (Signals): Document $_siginfo.
2070 (Convenience Variables): Mention $_siginfo.
2071 (Remote Configuration): Document qXfer:siginfo:read,
2072 qXfer:siginfo:write packets, and the read-siginfo-object,
2073 write-siginfo-object commands.
2074
5f5233d4
PA
20752009-02-06 Pedro Alves <pedro@codesourcery.com>
2076
2077 * gdbint.texinfo (Values): New chapter.
2078
d8906c6f
TJB
20792009-02-06 Tom Tromey <tromey@redhat.com>
2080
2081 * gdb.texinfo (Python API): Add entry for Commands In Python.
2082 (Commands In Python): New node.
2083
b6cb8e7d
TJB
20842009-02-05 Tom Tromey <tromey@redhat.com>
2085
2086 * gdb.texinfo (Values From Inferior): Document Value.string.
2087
12453b93
TJB
20882009-02-05 Tom Tromey <tromey@redhat.com>
2089
2090 * gdb.texinfo (Basic Python): Document execute's from_tty
2091 argument.
2092
08c637de
TJB
20932009-02-04 Tom Tromey <tromey@redhat.com>
2094
2095 * gdb.texinfo (Basic Python): Document gdb.history.
2096
592375cd
VP
20972009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2098
2099 * gdb.texinfo (GDB/MI Thread Commands): Document the
2100 'current-thread-id' field. Remove the example with zero threads,
2101 since current GDB won't ever report that if there's inferior.
2102
41447f92
VP
21032009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2104
2105 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
2106 option to -break-insert.
2107
098b41a6
JG
21082009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2109 Jerome Guitton <guitton@adacore.com>
2110
2111 * gdb.texinfo (Startup): Document --with-system-gdbinit.
2112 (System-wide configuration): New section.
2113
3c16cced
PA
21142009-01-26 Pedro Alves <pedro@codesourcery.com>
2115
2116 PR gdb/7580:
2117 * gdb.texinfo (Maintenance Commands): Document "maint set|show
2118 internal-error|internal-warning quit|corefile ask|yes|no".
2119
62709adf
PA
21202009-01-26 Pedro Alves <pedro@codesourcery.com>
2121
2122 * gdb.texinfo (Using the `gdbserver' Program): Document
2123 --remote-debug.
2124
7ce58dd2
DE
21252009-01-23 Doug Evans <dje@google.com>
2126
2127 * gdb.texinfo: Add nexti to list of commands that support
2128 background execution.
2129
adb483fe
DJ
21302009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
2131
2132 * gdb.texinfo (Define, Hooks): Document prefix command support.
2133
a67ec3f4 21342009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 2135 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
2136
2137 Fixes for makeinfo --html.
2138
2139 * annotate.texinfo: Use @copying and @insertcopying. Use
2140 @ifnottex in place of @ifinfo.
2141 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
2142 place of @ifinfo. Use @ifnotinfo for one index entry.
2143 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
2144 in place of @ifinfo.
2145 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
2146 in place of @ifinfo. Include contents at start unconditionally.
2147
84fcdf95
PA
21482009-01-13 Pedro Alves <pedro@codesourcery.com>
2149
2150 * gdb.texinfo (General Query Packets): Remove @var{} around the
2151 "spu" literal string.
2152
fa3a767f
PA
21532009-01-07 Pedro Alves <pedro@codesourcery.com>
2154
2155 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
2156 program may be running in another process" errors.
2157 * gdbint.texinfo (Native Conditionals): Delete
2158 ONE_PROCESS_WRITETEXT description.
2159
9cb011d3
JB
21602009-01-07 Joel Brobecker <brobecker@adacore.com>
2161
2162 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
2163 emacs local variable to be placed at the end of the ChangeLog.
2164 Add server.c and gdbreplay.c to the list of files where the
2165 copyright year needs to be updated.
2166
84603566
SL
21672009-01-06 Sandra Loosemore <sandra@codesourcery.com>
2168
2169 * gdb.texinfo (Remote Configuration): Document new
2170 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
2171 commands.
2172
a53f55d8
PA
21732008-12-28 Pedro Alves <pedro@codesourcery.com>
2174
2175 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
2176 FETCH_INFERIOR_REGISTERS.
2177 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
2178 FETCH_INFERIOR_REGISTERS descriptions. Remove
2179 gdbarch_get_longjmp_target descrition, since already described in
2180 Target Conditionals. Move gdbarch_fp0_regnum description to ...
2181 (Target Conditionals): ... here.
2182
077e0a52
JB
21832008-12-16 Joel Brobecker <brobecker@adacore.com>
2184
2185 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
2186 examples.
2187 (Additions to Ada): Likewise. Add the missing opening and closing
2188 parenthesis of the GDB prompt in one of the examples.
2189
023eb17c
JB
21902008-12-14 Joel Brobecker <brobecker@adacore.com>
2191
2192 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
2193 about the result of 'Address not being of type System.Address.
2194 This problem has been fixed a while ago.
2195
c3b108f7
VP
21962008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2197
2198 MI non-stop and multiprocess docs.
2199
c8d5aac9
L
2200 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
2201 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
2202 Adjust documentation for *stopped, document =thread-created,
2203 =thread-exited, =thread-group-created and =thread-group-exited.
2204 (GDB/MI Thread Commands): Document the 'state' field in
2205 -thread-info output.
2206 (GDB/MI Program Execution): Mention --all and --thread-group
2207 options.
2208 (GDB/MI Variable Objects): Describe floating and fixed variable
2209 objects.
2210 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 2211
07e059b5
VP
22122008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2213
c8d5aac9
L
2214 * gdb.texinfo (Operating System Information): New appendix.
2215 (Operating System Auxiliary Information): Document 'info os processes'
2216 (Remote Configuration): Document 'osdata'
2217 (General Query Packets): Document qXfer:osdata:read.
07e059b5 2218
a80b95ba
TG
22192008-11-27 Tristan Gingold <gingold@adacore.com>
2220
2221 * gdb.texinfo (Darwin): Document Darwin specific features.
2222
a655d424
JK
22232008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2224
2225 * gdbint.texinfo (Target Conditionals): Extend the
2226 gdbarch_breakpoint_from_pc description.
2227
249e1128
VP
22282008-11-22 Vladimir Prus <vladimir@codesourcery.com>
2229
2230 * gdb.texinfo (M68K Features): Fix typo.
2231
c14c28ba
PP
22322008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2233
2234 * gdb.texinfo (Symbols): Mention printing containing
2235 image name in "info symbol".
2236 (Maint translate-address): Likewise.
889bf7c5 2237
394a6666
JB
22382008-11-18 Joel Brobecker <brobecker@adacore.com>
2239
2240 * gdb.texinfo (Set Catchpoints): Remove the documentation of
2241 commands "catch load" and "catch unload".
2242
66bb093b
VP
22432008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2244
2245 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 2246 =thread-selected.
889bf7c5 2247
4a92f99b
VP
22482008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2249
c8d5aac9 2250 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 2251
f0323ca0
PA
22522008-10-27 Pedro Alves <pedro@codesourcery.com>
2253
2254 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
2255 .mt files, TM_CLIBS or TM_CDEPS.
2256 (x86 Watchpoints): Don't mention TDEPFILES.
2257
8b23ecc4
SL
22582008-10-24 Sandra Loosemore <sandra@codesourcery.com>
2259
2260 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
2261 (Overview): Mention notifications and non-stop mode behavior.
2262 (Packets): Update documentation of ?, vAttach, vCont, and vRun
2263 with non-stop mode behavior. Add vStopped description.
2264 (Stop Reply Packets): Update list of packets that return
2265 stop replies. Mention non-stop behavior.
2266 (General Query Packets): Document QNonStop packet and associated
2267 qSupported query response.
2268 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
2269 behavior.
2270 (Notification Packets): New section.
2271 (Remote Non-Stop): New section.
2272 (File-I/O Overview): Mention non-stop behavior.
2273
fff08868
HZ
22742008-10-24 Hui Zhu <teawater@gmail.com>
2275 Pedro Alves <pedro@codesourcery.com>
2276
2277 * gdb.texinfo (displaced-stepping): Describe the auto mode
2278 setting, and say it's the default. This is now a mainstream
2279 setting instead of a maintenance setting.
2280
252fbfc8
PA
22812008-10-23 Pedro Alves <pedro@codesourcery.com>
2282
2283 * observer.texi (thread_stop_requested): New.
2284
20924a55
JB
22852008-10-22 Joel Brobecker <brobecker@adacore.com>
2286
2287 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
2288 (Patching): Replace incorrect usage of @samp by @kbd.
2289
bacec72f
MS
22902008-10-17 Michael Snyder <msnyder@vmware.com>
2291
2292 * gdb.texinfo: Add documentation for reverse execution.
2293
a08702d6 22942008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 2295 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
2296
2297 * gdb.texinfo. (Values From Inferior): New subsubsection.
2298
d97bc12b
DE
22992008-10-06 Doug Evans <dje@google.com>
2300
2301 * gdb.texinfo (set debug dwarf2-die): Document it.
2302
87f67dba
JB
23032008-10-01 Joel Brobecker <brobecker@adacore.com>
2304
2305 * gdb.texinfo (catch) [exception]: Document how to insert
2306 a breakpoint on user-defined exceptions when the exception
2307 name is identical to one of the language-defined ones.
2308
2fae03e8
TT
23092008-09-27 Tom Tromey <tromey@redhat.com>
2310
2311 * gdb.texinfo (Macros): Remove text about stringification,
2312 varargs, and splicing.
2313
5c6ce71d
TT
23142008-09-27 Tom Tromey <tromey@redhat.com>
2315
2316 * gdbint.texinfo (Language Support): Remove text about omitting
2317 support for a language.
2318
07128da0
DE
23192008-09-23 Doug Evans <dje@google.com>
2320
2321 * gdb.texinfo (info dcache): Update.
2322
b90a069a
SL
23232008-09-22 Sandra Loosemore <sandra@codesourcery.com>
2324
2325 * gdb.texinfo (Packets): Add info on thread-id syntax and
2326 multiprocess extensions.
2327 <D>: Document multiprocess form of packet.
2328 <H>: Use thread-id syntax.
2329 <T>: Likewise.
2330 <vCont>: Likewise. Note this is required for multiprocess.
2331 <vKill>: New packet.
2332 (Stop Reply Packets) <T>: Use thread-id syntax.
2333 <W>: Document multiprocess form of reply.
2334 <X>: Likewise.
2335 (General Query Packets) <qC>: Use thread-id syntax.
2336 <qfThreadInfo>: Likewise.
2337 <qGetTLSAddr>: Likewise.
2338 <qP>: Likewise.
2339 <qSupported>: Add "multiprocess" feature.
2340 <qThreadExtraInfo>: Use thread-id syntax.
2341
b77209e0
PA
23422008-09-22 Stan Shebs <stan@codesourcery.com>
2343
2344 * gdb.texinfo (Inferiors): New section.
2345
3d0bb823
PA
23462008-09-12 Pedro Alves <pedro@codesourcery.com>
2347
2348 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
2349
f8dcfc0a
UW
23502008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2351
2352 * gdbint.texinfo (Target Conditionals): Remove documentation
2353 for gdbarch_name_of_malloc.
2354
8775bb90
MS
23552008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
2356
2357 * gdb.texinfo (Interrupts): Mention TCP interface for
2358 sending BREAK.
2359
f1838a98
UW
23602008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
2361
2362 * gdb.texinfo (Commands to Specify Files): Document "remote:"
2363 argument prefix to "set sysroot".
2364
158c7665
PH
23652008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
2366
2367 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
2368 and False.
2369
30e026bb
VP
23702008-08-20 Vladimir Prus <vladimir@codesourcery.com>
2371
c8d5aac9
L
2372 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
2373 for possible features of -list-features.
30e026bb 2374
c6ebd6cf
VP
23752008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2376
c8d5aac9 2377 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
2378 (GDB/MI Miscellaneous Commands): Document -list-target-features.
2379
aeac0ff9
VP
23802008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2381
2382 * doc/gdb.texinfo (PowerPC): Fix typo.
2383 (PowerPC features): Fix typo.
2384
5231c1fd
PA
23852008-08-18 Pedro Alves <pedro@codesourcery.com>
2386
2387 * observer.texi (thread_ptid_changed): New.
2388
677c5bb1
LM
23892008-08-18 Luis Machado <luisgpm@br.ibm.com>
2390
2391 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
2392 (PowerPC features): Mention feature set for VSX registers.
2393
f3a2dd1a
JB
23942008-08-13 Joel Brobecker <brobecker@adacore.com>
2395
2396 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
2397 the direct visibility of all names in user-written packages.
2398
33e5cbd6
PA
23992008-08-13 Pedro Alves <pedro@codesourcery.com>
2400
2401 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
2402 setting, and make it the default.
2403 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
2404 non-stop script example.
2405
d0384fc4
TJB
24062008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
2407
2408 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
2409 reference to the "Using Different Register and Memory Data
2410 Representation" section.
2411
a6f3e723
SL
24122008-08-12 Sandra Loosemore <sandra@codesourcery.com>
2413
2414 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
2415 (Remote Protocol): Add Packet Acknowledgment to menu.
2416 (Overview): Mention +/- can be disabled, and point to new section
2417 where this is discussed in detail.
2418 (General Query Packets): Document QStartNoAckMode packet, and
2419 corresponding qSupported reply.
2420 (Packet Acknowledgment): New section.
2421
0606b73b
SL
24222008-08-11 Sandra Loosemore <sandra@codesourcery.com>
2423 Pedro Alves <pedro@codesourcery.com>
2424
2425 * gdb.texinfo (Threads): Move paragraph about automatic thread
2426 selection to All-Stop Mode subsection.
2427 (Thread Stops): Reorganize existing material into subsections.
2428 Add introductory blurb and menu.
2429 (Non-Stop Mode): New subsection.
2430 (Background Execution): New subsection.
2431 (Maintenance Commands): Add cross-references from async mode
2432 commands to the new Background Execution section.
2433
d57a3c85
TJB
24342008-08-06 Tom Tromey <tromey@redhat.com>
2435
2436 * gdb.texinfo (Extending GDB): New chapter.
2437 (Sequences): Demoted chapter, now a section under the new
2438 Extending GDB chapter.
2439 (Python): New section.
2440
6d76a53d
SS
24412008-07-31 Stan Shebs <stan@codesourcery.com>
2442
2443 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
2444
1f70da6a
SS
24452008-07-29 Stan Shebs <stan@codesourcery.com>
2446
2447 * gdbint.texinfo: General round of cleanup and minor
2448 clarifications.
2449 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
2450 (Longjmp Support): Update description to reflect how it is done
2451 for targets without using native header.
2452 (Symbol Handling): Add a little more general explanation.
2453 (COFF, ELF): Mention stabs encapsulation.
2454 (DWARF 3): New section.
2455 (Adding a New Host): Scrub out some obsolete bits.
2456 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
2457 (Host Conditionals): Remove descriptions of NO_STD_REGS,
2458 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
2459 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
2460 SEEK_SET, STOP_SIGNAL, USG.
2461 (Raw and Virtual Register Representations): Ditto for
2462 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
2463 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
2464 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
2465 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
2466 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
2467 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
2468 DEPRECATED_REGISTER_VIRTUAL_SIZE,
2469 DEPRECATED_REGISTER_VIRTUAL_TYPE,
2470 DEPRECATED_USE_STRUCT_CONVENTION.
2471 Describe gdbarch_deprecated_fp_regnum.
2472 Update description of gdbarch_print_insn.
2473 (Adding a New Target): Scrub out obsolete bits.
2474 (Obsolete Conditionals): Remove entire section.
2475
383f836e
TT
24762008-07-25 Tom Tromey <tromey@redhat.com>
2477
2478 * observer.texi (GDB Observers): Document new observers:
2479 breakpoint_created, breakpoint_deleted, breakpoint_modified,
2480 tracepoint_created, tracepoint_deleted, tracepoint_modified,
2481 architecture_changed.
2482
cfd8ab24
SS
24832008-07-21 Stan Shebs <stan@codesourcery.com>
2484
2485 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
2486 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
2487
781b42b0
TT
24882008-07-21 Tom Tromey <tromey@redhat.com>
2489
2490 * observer.texi (GDB Observers): Remove obsolete comment.
2491 <executable_changed>: Remove argument.
2492
d7d9f01e
TT
24932008-07-18 Tom Tromey <tromey@redhat.com>
2494
2495 * gdb.texinfo (Macros): Update. Use @code rather than @command.
2496
bf250677
DE
24972008-07-10 Doug Evans <dje@google.com>
2498
2499 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
2500
10568435
JK
25012008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2502
2503 * gdb.texinfo (Starting): Document "set disable-randomization".
2504
5ae4183a
AS
25052008-07-07 Andreas Schwab <schwab@suse.de>
2506
2507 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
2508
b56e7235
VP
25092008-07-06 Vladimir Prus <vladimir@codesourcery.com>
2510
2511 * gdb.texinfo (GDB/MI Target Manipulation): Add
2512 example of -target-attach.
2513
e1ac3328
VP
25142008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2515
2516 * observer.texi (target_resumed): New observer.
5ae4183a 2517 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 2518
65d12d83
TT
25192008-06-06 Tom Tromey <tromey@redhat.com>
2520
2521 * gdb.texinfo (Completion): Add field name example.
2522
fbc5282e
MK
25232008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
2524
2525 * gdb.texinfo (GDB/MI Program Context): Added example
2526 to -exec-arguments
5ae4183a 2527
fbc5282e 25282008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
2529
2530 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
2531 annotation.
2532
c16158bc 25332008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
2534 Nathan Sidwell <nathan@codesourcery.com>
2535 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
2536
2537 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
2538 and ACX_BUGURL.
2539 * configure: Regenerate.
2540 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
2541 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
2542 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
2543 mailing-list-specific text about bug reporting unless
2544 BUGURL_DEFAULT.
2545
75c99385
PA
25462008-06-05 Pedro Alves <pedro@codesourcery.com>
2547
2548 * gdb.texinfo (-target-select): Remove reference to target async.
2549 (Maintenance Commands): Document "maint set/show remote-async".
2550
1763a388
MK
25512008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
2552
2553 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
2554 in -target-file-get section.
5ae4183a 2555
d0d064df
PA
25562008-05-22 Pedro Alves <pedro@codesourcery.com>
2557
9b562ab8
PA
2558 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
2559 killing the inferior when it is already debugging a process.
d0d064df 2560
8dfa32fc
JB
25612008-05-21 Joel Brobecker <brobecker@adacore.com>
2562
2563 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
2564 abbreviation for "finish".
2565
55f996a7
NR
25662008-05-21 Nick Roberts <nickrob@snap.net.nz>
2567
2568 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
2569
ba2b1c56
DJ
25702008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
2571
2572 * gdbint.texinfo (Target Conditionals): Delete entry for
2573 gdbarch_dwarf_reg_to_regnum.
2574
08388c79
DE
25752008-05-09 Doug Evans <dje@google.com>
2576
a3c83fae 2577 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 2578
d14508fe
DE
25792008-05-05 Doug Evans <dje@google.com>
2580
2581 * gdb.texinfo (disassemble): Document /m modifier.
2582
e2b7ddea
VP
25832008-05-05 Vladimir Prus <vladimir@codesourcery.com>
2584
5ae4183a
AS
2585 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
2586 will not report the time of commands that run the target.
e2b7ddea 2587
8eb41542
VP
25882008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2589
2590 * gdb.texinfo (GDB/MI Output Records): Add
2591 missing semicolon.
2592
82f68b1c
VP
25932008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2594
2595 * gdb.texinfo (GDB/MI Output Records):
2596 Document =thread-create and =thread-exited.
2597
fa0f268d
VP
25982008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2599
2600 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 2601 Remove mention of dmi-discuss.
fa0f268d 2602
063bfe2e
VP
26032008-05-03 Pedro Alves <pedro@codesourcery.com>
2604
2605 * observer.texi (thread_exit): New.
2606
237fc4c9
PA
26072008-05-02 Pedro Alves <pedro@codesourcery.com>
2608
2609 * gdb.texinfo (Debugging Output): Document "set/show debug
2610 displaced".
2611 (Maintenance Commands): Document "maint set/show
2612 can-use-displaced-stepping".
2613
0428b8f5
DJ
26142008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
2615
2616 * gdb.texinfo (ARM): Document set/show arm fallback-mode
2617 and set/show arm force-mode.
2618
5009afc5
AS
26192008-05-02 Andreas Schwab <schwab@suse.de>
2620
2621 * gdbint.texinfo (Algorithms): Describe
2622 target_watchpoint_addr_within_range.
2623
669fac23
DJ
26242008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2625
2626 * gdbint.texinfo (Stack Frames): New chapter.
2627 (Algorithms): Move Frames text to the new chapter.
2628 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
2629 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
2630
721c02de
VP
26312008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2632
5ae4183a
AS
2633 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
2634 output does not necessary include any tokens.
721c02de 2635
c055b101
CV
26362008-04-22 Corinna Vinschen <vinschen@redhat.com>
2637
2638 * gdb.texinfo (Set SH Calling convention): New @item.
2639 (Show SH Calling convention): Ditto.
2640
68837c9d
MD
26412008-04-22 Markus Deuling <deuling@de.ibm.com>
2642
2643 * gdb.texinfo (Fortran Operators): Describe '%' operator.
2644
2e9132cc
EZ
26452008-04-20 Eli Zaretskii <eliz@gnu.org>
2646
2647 * gdb.texinfo (Set Breaks): Mention that multiple location
2648 breakpoints need line number info. Add index entries.
2649
31fffb02
CS
26502008-04-19 Craig Silverstein <csilvers@google.com>
2651
2652 * gdb.texinfo (Requirements): Add an optional requirement on
2653 zlib.
2654 * gdbint.texinfo (Debugging File Formats): Add new subsection for
2655 Compressed DWARF 2.
2656
a47ec5fe
AR
26572008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
2658
2659 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
2660 sample output for 'stopped,reason="breakpoint-hit"' message.
2661 (GDB/MI Program Execution): Likewise.
2662
de051565
MK
26632008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
2664
5ae4183a 2665 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
2666 -var-set-format. Add -f option to -var-evaluate-expression.
2667
6ba66d6a
JB
26682008-04-03 Joel Brobecker <brobecker@adacore.com>
2669
2670 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
2671 new node "Ambiguous Expressions". Replace references to this
2672 node by references to "Ambiguous Expressions" throughout.
2673 (Ambiguous Expressions): New node.
2674
1e26b4f8
DJ
26752008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
2676
2677 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
2678
b84876c2
PA
26792008-03-21 Pedro Alves <pedro@codesourcery.com>
2680
2681 * gdb.texinfo (Debugging Output): Document
2682 "set/show debug lin-lwp-async".
2683 (Maintenance Commands): Document "maint set/show linux-async".
2684
63092375
DJ
26852008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
2686
2687 * gdb.texinfo (Expressions): Update description of malloced arrays.
2688
8e8901c5
VP
26892008-03-15 Vladimir Prus <vladimir@codesourcery.com>
2690
2691 * gdb.texinfo (Thread Commands): Document
2692 -thread-info. Remove -thread-list-all-threads.
2693
1fddbabb
PA
26942008-03-14 Pedro Alves <pedro@codesourcery.com>
2695 Sandra Loosemore <sandra@codesourcery.com>
2696
2697 * gdb.texinfo (Library List Format): Update to mention the
2698 possibility to pass section addresses instead of segment
2699 addresses.
2700
ccd213ac
DJ
27012008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
2702
2703 * gdb.texinfo (Starting): Document "set exec-wrapper".
2704 (Server): Document gdbserver --wrapper.
2705
fa4727a6
DJ
27062008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
2707
2708 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
2709 unreadable memory. Delete obsolete SPARClite reference.
2710
8edfe269
DJ
27112008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
2712
2713 * gdb.texinfo (Starting): Mention always-running targets.
2714 (Target Commands): Add an anchor for load.
2715 (Connecting): Explain continue instead of run.
2716
1843f87b
DJ
27172008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
2718
2719 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
2720
f9082629
NR
27212008-02-26 Nick Roberts <nickrob@snap.net.nz>
2722
2723 * gdb.texinfo (Set Breaks): Revert description of Enb column of
2724 breakpoint table.
2725
fd96d250
PA
27262008-02-19 Pedro Alves <pedro@codesourcery.com>
2727
2728 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
2729 killing the inferior when it is already debugging a process.
2730
36af4ef6
MD
27312008-02-13 Markus Deuling <deuling@de.ibm.com>
2732
2733 * gdbint.texinfo (Build Script): New section. Mention new build script
2734 gdb_buildall.sh.
2735
cda4ce5a
JB
27362008-02-01 Jim Blandy <jimb@red-bean.com>
2737
2738 * gdb.texinfo (Help): Summarize 'info args' correctly.
2739
4acd40f3
TJB
27402008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2741
2742 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
2743 available in PowerPC architecture.
2744 (Embedded Processors): Change node name of PowerPC item in menu.
2745 (PowerPC): Rename to...
2746 (PowerPC Embedded): this.
2747 (Architectures): Add new PowerPC item in menu.
2748 (PowerPC): New node.
2749
6e6c6f50
DJ
27502008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2751
2752 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
2753 commands.
2754
5ee187d7
DJ
27552008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2756
2757 * gdb.texinfo (Setting Catchpoints): Mention features
2758 supported on GNU/Linux.
2759
e275c0d9
NR
27602008-01-30 Nick Roberts <nickrob@snap.net.nz>
2761
2762 * gdb.texinfo (GDB/MI File Commands): Describe new output
2763 field for MI command -file-list-exec-source-file.
2764
2d717e4f
DJ
27652008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2766
2767 * gdb.texinfo (Using the `gdbserver' Program): Add security
2768 warning. Rearrange into subsections and subsubsections. Document
2769 --multi and --debug. Correct --with-sysroot typo. Update --attach
2770 usage. Make load reference clearer. Document monitor exit.
2771 (Remote Configuration): Document set remote exec-file, attach-packet,
2772 and run-packet.
2773 (Packets): Document vAttach and vRun.
2774
d35a4257 27752008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
2776
2777 * gdb.texinfo (Processes): Mention process command.
889bf7c5 2778 detach-on-follow -> detach-on-fork.
f663676d 2779
c78d192c
DJ
27802008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2781
2782 * gdbint.texinfo (Native Conditionals): Remove
2783 SHELL_COMMAND_CONCAT and SHELL_FILE.
2784
d35a4257
EZ
27852008-01-26 Eli Zaretskii <eliz@gnu.org>
2786
2787 * gdb.texinfo (Specify Location): Improve wording.
2788
93815fbf
VP
27892008-01-23 Chris Demetriou <cgd@google.com>
2790
2791 * gdb.texinfo (Threads): Document new "set print thread-events"
2792 and "show print thread-events" commands.
2793
2a25a5ba
EZ
27942008-01-19 Eli Zaretskii <eliz@gnu.org>
2795
2796 * gdb.texinfo (Specify Location): New section.
2797 (Delete Breaks, Edit, Set Breaks): Remove description of
2798 locations. Instead, add a reference to "Specify Location".
2799 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
2800 (Symbols): Refer to "Specify Location" for the valid forms of
2801 linespecs and locations.
2802
32c9a795
MD
28032008-01-18 Markus Deuling <deuling@de.ibm.com>
2804
2805 * gdbint.texinfo (Target Conditionals): Replace the description of
2806 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
2807
b17828ca
JB
28082008-01-12 Paul Hilfinger <hilfinger@adacore.com>
2809
2810 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
2811 about &&var, which is rejected by the expression parser.
2812
0aea4bf3
LM
28132008-01-09 Luis Machado <luisgpm@br.ibm.com>
2814
2815 * gdb.texinfo (Output): Update documentation on using printf with DFP
2816 types.
2817
febe4383
TJB
28182008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
2819
2820 * gdb.texinfo (C and C++): Add Decimal Floating Point format
2821 subsubsection.
2822 (Decimal Floating Point format): New subsubsection.
2823
7a404eba
PA
28242008-01-05 Pedro Alves <pedro@codesourcery.com>
2825
2826 * gdb.texinfo (File Options): Remove mention of the attempt to
2827 open a core file with the -p option. Don't list -c as a valid
2828 option to attach to a process.
2829
a4d9b460
PA
28302008-01-05 Pedro Alves <pedro@codesourcery.com>
2831
2832 * gdbint.texinfo (Host Conditionals): Remove mention of
2833 ALIGN_STACK_ON_ENTRY.
2834
6ec2edbe
JB
28352008-01-05 Joel Brobecker <brobecker@adacore.com>
2836
2837 * gdbint.texinfo (Start of New Year Procedure): Add item
2838 describing how to update the source and documentation copyright
2839 notices.
2840
d8b2a693
JB
28412007-12-18 Jim Blandy <jimb@codesourcery.com>
2842
ab209b3a 2843 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
2844 watchpoint explanation into the main description of the watchpoint
2845 command; update synopses of 'watch', 'rwatch', and 'awatch'
2846 commands.
2847
8b4ed427
VP
28482007-12-18 Vladimir Prus <vladimir@codesourcery.com>
2849
2850 * gdb.texinfo (Miscellaneous gdb/mi Commands):
2851 Document 'pending-breakpoints' feature of
2852 -list-features.
2853
37e4754d
LM
28542007-12-17 Luis Machado <luisgpm@br.ibm.com>
2855
669fac23 2856 * gdb.texinfo: Add new parameter's description.
37e4754d 2857
1d3811f6
DJ
28582007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
2859
2860 * gdb.texinfo (Overview): Clarify run-length encoding
2861 example. Remove the restriction on "+" and "-" characters.
2862
c1c25a1a
EZ
28632007-12-15 Eli Zaretskii <eliz@gnu.org>
2864
2865 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
2866
afe8ab22 28672007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 2868
afe8ab22
VP
2869 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
2870 the -f option for -break-insert, remove -r option,
2871 and clarify specification of location.
2872
a6b151f1
DJ
28732007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
2874
2875 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
2876 formatting.
2877 (Remote Debugging): Add File Transfer section.
2878 (Remote Configuration): Document Host I/O packets.
2879 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 2880 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
2881 (Packets): Add vFile.
2882
3b784c4f
EZ
28832007-11-17 Eli Zaretskii <eliz@gnu.org>
2884
2885 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
2886 breakpoints with multiple locations.
2887 (Breakpoint Menus): Improve wording.
2888 (Output): Fix last change.
2889
a4ce5b0d
UW
28902007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
2891
2892 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
2893
1b39d5c0
DE
28942007-11-15 Doug Evans <dje@google.com>
2895
2896 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
2897
7a72d44c
VP
28982007-11-15 Vladimir Prus <vladimir@codesourcery.com>
2899
2900 * gdbint.texinfo (Native Conditionals): Remove
2901 mention of CLEAR_SOLIB.
5ae4183a 2902
6d1829bf 29032007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
2904
2905 * gdb.texinfo (Print Settings): Add documentation for "set/show
2906 print frame-arguments".
2907
1a619819
LM
29082007-11-05 Luis Machado <luisgpm@br.ibm.com>
2909
3b784c4f 2910 * gdb.texinfo (Output): Update printf command's description.
1a619819 2911
55eddb0f
DJ
29122007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
2913
2914 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
2915 powerpc soft-float".
2916
9cceb671
DJ
29172007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2918
2919 * gdb.texinfo (Files): Correct formatting. Mention Expat
2920 requirement.
2921 (Requirements for Building GDB): Expand the list of Expat
2922 uses.
2923 (Library List Format, Memory Map Format): Mention Expat.
2924 (Target Descriptions): Update Expat wording.
2925
83acabca
DJ
29262007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2927
2928 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
2929 Document that gdbarch_convert_register_p should return zero for no-op
2930 conversions.
2931
e35879db
UW
29322007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
2933
83acabca 2934 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
2935 of set_gdbarch_sofun_address_maybe_missing back to ...
2936 (Target Conditionals): ... here to fix build break.
2937
203c3895
UW
29382007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
2939
83acabca 2940 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
2941 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
2942 (Compiler Characteristics): ... documentation of
2943 set_gdbarch_sofun_address_maybe_missing.
2944
11411de3
DJ
29452007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
2946
2947 * gdbint.texinfo (Target Conditionals): Use
2948 frame_unwind_register_unsigned in examples instead of
2949 frame_unwind_unsigned_register.
2950
7cc46491
DJ
29512007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
2952
2953 * gdb.texinfo (Predefined Target Types): Add int128
2954 and uint128.
2955 (Standard Target Features): Add PowerPC features.
2956
81adfced
DJ
29572007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
2958
2959 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
2960
c1874924
UW
29612007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2962
2963 * gdbint.texi (Target Conditionals): Remove documentation
2964 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
2965 gdbarch_extract_return_value, and gdbarch_store_return_value.
2966
f6e56ab3
UW
29672007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2968
2969 * gdbint.texi (Target Conditionals): Remove documentation of
2970 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
2971
56cf5405
KH
29722007-10-11 Kazu Hirata <kazu@codesourcery.com>
2973
2974 * gdb.texinfo: Mention that inaccessible-by-default is on by
2975 default.
2976
35156bae
DJ
29772007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2978
2979 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
2980
d983da9c
DJ
29812007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
2982
2983 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
2984 multi-threaded watchpoints.
2985 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
2986 checked. Describe sticky notification. Expand description
2987 of steppable and continuable watchpoints.
2988 (Watchpoints and Threads): New subsection.
2989
fe6fbf8b
VP
29902007-09-28 Vladimir Prus <vladimir@codesourcery.com>
2991
2992 * gdb.texinfo (Setting Breakpoints): Revise
2993 documentation for pending breakpoints. Document
2994 breakpoints with multiple locations.
5ae4183a 2995
084344da
VP
29962007-09-19 Vladimir Prus <vladimir@codesourcery.com>
2997
2998 * gdb.texinfo (Miscellaneous gdb/mi Commands):
2999 Document -list-features.
5ae4183a 3000
82160952
EZ
30012007-09-15 Eli Zaretskii <eliz@gnu.org>
3002
3003 * gdb.texinfo (Output): Spell out which features of C's printf are
3004 not supported by GDB's printf.
7e27a47a
EZ
3005 (Separate Debug Files): More accurate wording regarding build ID
3006 and a reference to the ld manual rather than the Fedora wiki.
82160952 3007
ea37ba09
DJ
30082007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3009 Jim Blandy <jimb@codesourcery.com>
3010
3011 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
3012 (Examining Memory): Update mentions of the 's' format.
3013 (Automatic Display): Likewise.
3014
b8533aec
DJ
30152007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
3016
3017 * gdb.texinfo: Update the FSF's Back-Cover Text.
3018
83f83d7f
JK
30192007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3020 Eli Zaretskii <eliz@gnu.org>
3021
3022 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
3023 Fixed the ``build ID'' name. New binaries build instructions for the
3024 build ID inclusion. Explain how the commands are specific to the build
3025 ID vs. debug link.
3026
c7e83d54
EZ
30272007-09-01 Eli Zaretskii <eliz@gnu.org>
3028
3029 * gdb.texinfo (Separate Debug Files): Fix last change. Add
3030 indexing for ``build ID'' support.
3031
d3750b24
JK
30322007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3033
3034 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
3035 Enlisted BUILD ID to the debug file searching example.
3036 Included a BUILD ID `.note.gnu.build-id' section description.
3037 Updated/added the debug files splitting instructions for OBJCOPY.
3038
02142340
VP
30392007-08-31 Vladimir Prus <vladimir@codesourcery.com>
3040
3041 * gdb.texinfo (Variable Objects): Adjust docs
3042 for -var-info-expression and document
3043 -var-info-path-expression.
3044
d3bdde98
JB
30452007-08-20 Jim Blandy <jimb@codesourcery.com>
3046
3fb6a982
JB
3047 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
3048 (title page): Include the dedication in the printed manual, as a
3049 separate page after the copyright notice.
5ae4183a 3050
d3bdde98
JB
3051 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
3052 don't break a @var across a line.
3053
c80a96a8
MR
30542007-07-25 Maciej W. Rozycki <macro@mips.com>
3055
3056 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
3057 for include files.
3058
5824a901
NR
30592007-07-12 Nick Roberts <nickrob@snap.net.nz>
3060
3061 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
3062 in annotate.texinfo.
3063 (Command History): Link to new node.
5824a901 3064
d52e7ea3
UW
30652007-07-05 Markus Deuling <deuling@de.ibm.com>
3066
3067 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
3068
5fc14d0a
EZ
30692007-07-05 Eli Zaretskii <eliz@gnu.org>
3070
3071 * gdbint.texinfo (Target Conditionals): Fix last change.
3072
4a9bb1df
UW
30732007-07-03 Markus Deuling <deuling@de.ibm.com>
3074
3075 * gdb.texinfo: Replace following macros by their appropriate gdbarch
3076 routines:
3077 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
3078 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
3079 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
3080 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
3081 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
3082 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
3083 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
3084 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
3085 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
3086 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3087 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
3088 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
3089 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3090 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
3091 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
3092 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
3093 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
3094 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
3095 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
3096 (SOFTWARE_SINGLE_STEP_P)
3097
3098 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
3099 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
3100
3101 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
3102 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
3103 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
3104 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
3105 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
3106 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
3107 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
3108 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
3109 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
3110 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
3111
3112 (Converting an existing Target Architecture to Multi-arch): Remove
3113 section.
3114
3115 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
3116 (gdbarch_addr_bits_remove): Add code example.
3117
3118 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
3119
cfa9d6d9
DJ
31202007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
3121
3122 * gdb.texinfo (Remote Configuration): Document library-info-packet.
3123 Add other missing entries. Adjust the table size to fit.
3124 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
3125 stop reasons including the new "library" event.
3126 (General Query Packets): Adjust table widths for qSupported. Mention
3127 qXfer:libraries:read reply to qSupported and document the new packet.
3128 (Library List Format): New section.
3129
159fcc13
JK
31302007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3131
3132 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
3133
f66d1690
MS
31342007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
3135
3136 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
3137
67102876
NR
31382007-06-25 Nick Roberts <nickrob@snap.net.nz>
3139
3140 * gdbint.texinfo (Register and Memory Data): Break sections
3141 into nodes and add a menu.
3142
a4642986
MR
31432007-06-21 Maciej W. Rozycki <macro@mips.com>
3144
3145 * gdb.texinfo (Examining Memory): Document the new behaviour.
3146
e9c17194
VP
31472007-06-21 Vladimir Prus <vladimir@codesourcery.com>
3148
3149 * gdb.texinfo (Standard Target Features): Document
3150 m68k features.
3151
31d99776
DJ
31522007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3153
3154 * gdb.texinfo (General Query Packets): Document qOffsets changes.
3155
1780a0ed
DJ
31562007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3157
3158 * gdb.texinfo (Target Description Format): Add version attribute
3159 for <target>.
3160
822b6570
DJ
31612007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3162
3163 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
3164
f8b73d13
DJ
31652007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3166
3167 * gdb.texinfo (MIPS Features): New subsection.
3168
0e7f50da
UW
31692007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3170 Markus Deuling <deuling@de.ibm.com>
3171
3172 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
3173 and qXfer:spu:write packets and mention them under qSupported.
3174
23d964e7
UW
31752007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3176 Markus Deuling <deuling@de.ibm.com>
3177
3178 * gdb.texinfo (Architectures): Add new SPU section to document
3179 Cell Broadband Engine SPU architecture specific commands.
3180
9f708cb2
VP
31812007-06-09 Vladimir Prus <vladimir@codesourcery.com>
3182
3183 * gdb.texinfo (GDB/MI Variable Objects): Editorial
3184 comments.
3185
7579b5f8
NR
31862007-06-07 Nick Roberts <nickrob@snap.net.nz>
3187
3188 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
3189
bf06d120
JB
31902007-05-29 Jim Blandy <jimb@codesourcery.com>
3191
3192 * gdb.texinfo (Overview): Doc fix.
3193
23776285
MR
31942007-05-22 Maciej W. Rozycki <macro@mips.com>
3195
3196 * gdb.texinfo (Remote Configuration): Document "set/show
3197 remoteflow".
3198
1a69e1e4
DJ
31992007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3200
bf06d120
JB
3201 * gdb.texinfo (MIPS): Remove documentation for set mips
3202 saved-gpreg-size, show mips saved-gpreg-size, and set mips
3203 stack-arg-size.
1a69e1e4 3204
46ba6afa 32052007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3206
46ba6afa
BW
3207 * all-cfg.texi (GDBTUI): New.
3208 * gdb.texinfo (Mode Options): Use GDBTUI variable.
3209 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
3210 (TUI Configuration): Edit to improve clarity and fix problems of
3211 both style and content.
5ae4183a 3212
06d3b283
UW
32132007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
3214
3215 * observer.texi (GDB Observers): New observer "new_objfile".
3216
179101d6
UW
32172007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
3218
3219 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
3220
25d5ea92
VP
32212007-04-14 Vladimir Prus <vladimir@codesourcery.com>
3222
3223 * gdb.texinfo (GDB/MI Variable Objects): Document
3224 frozen variables objects.
5ae4183a 3225
ea35711c
DJ
32262007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
3227
3228 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
3229 (Character Sets, Caching Data of Remote Targets): Likewise.
3230 (Targets): Delete Remote node. Move its text...
3231 (Debugging Remote Programs): ...to here. Delete description
3232 of the "remote" command.
3233 (Remote configuration): Delete description of "set remotedevice"
3234 and "show remotedevice".
3235 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
3236
db2e3e2e
BW
32372007-04-11 Bob Wilson <bob.wilson@acm.org>
3238
5ae4183a
AS
3239 * gdb.texinfo (Contributors, Continuing and Stepping)
3240 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
3241 (General Query Packets, File-I/O Remote Protocol Extension)
3242 (Protocol Basics, The F Reply Packet, Write)
3243 (Protocol-specific Representation of Datatypes, Memory Transfer):
3244 Fix hyphenation, punctuation and grammar problems.
3245 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
3246 'section' instead of 'subsection' in the text.
3247 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
3248 (i386): Remove period from section name.
db2e3e2e
BW
3249 (Installing GDB, Requirements, Running Configure, Separate Objdir)
3250 (Config Names, Configure Options): Use @file{configure}.
3251
8a3dae3e
DJ
32522007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
3253
3254 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
3255 and tab expansion.
3256
1a92f856
DJ
32572007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
3258
3259 * gdbint.texinfo (SOM): Correct location of the SOM reader.
3260
79a6e687 32612007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3262
79a6e687
BW
3263 * gdb.texinfo: Consistently capitalize all significant words in
3264 node names, chapter titles, section titles, and headings. Update
3265 cross references to match.
3266 (Starting and Stopping Trace Experiment): Make node name plural.
3267 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 3268
ad527d2e
PA
32692007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
3270
3271 * gdb.texinfo (WinCE): Delete obsolete subsection.
3272
7ce59000
DJ
32732007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3274
3275 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
3276 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
3277 references.
3278
8807d78b
DJ
32792007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3280
3281 * gdb.texinfo (Startup): Delete references to some alternate
3282 names for .gdbinit.
3283 (Thread): Remove LynxOS reference.
3284 (Tandem ST2000): Delete target-specific documentation.
3285 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
3286 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
3287 and GDB_OSABI_LYNXOS.
3288
5f402660
UW
32892007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
3290
3291 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
3292
bac718a6
UW
32932007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
3294
3295 * gdbint.texinfo (Target Conditionals): Remove mention of
3296 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
3297 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
3298
9453113a
DJ
32992007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
3300
3301 * Makefile.in: Add "pdfdir" installation
3302 directory, PDFTEX macro, support for "install-pdf" target,
3303 and rules for making a pdf version of refcard.texi.
3304 * refcard.tex: Specify paper size for PDF output.
3305
ae21e955 33062007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3307
ae21e955 3308 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 3309
3f94c067 33102007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3311
3f94c067
BW
3312 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
3313 (Source Path, Character Sets, Macros, Define)
3314 (GDB/MI Result Records, GDB/MI Simple Examples)
3315 (GDB/MI Program Execution, GDB/MI File Commands)
3316 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
3317 (Bug Reporting): Use @value{GCC}.
5ae4183a 3318
12c27660 33192007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3320
12c27660
BW
3321 * gdb.texinfo (Help): Fix formatting of examples.
3322 (Variables): Use @ifnotinfo instead of @iftex.
3323 (Non-debug DLL symbols): Use @ref instead of @pxref.
3324 (Sparclet File): Use @samp instead of quotes.
5ae4183a 3325
ce9341a1
BW
33262007-03-26 Bob Wilson <bob.wilson@acm.org>
3327
3328 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
3329
c8f4133a
BW
33302007-03-26 Bob Wilson <bob.wilson@acm.org>
3331
3332 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
3333 the order of the nodes.
3334 (C Operators, C Constants, Debugging C): Remove extra menus.
3335 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 3336
c8f4133a 33372007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
3338
3339 * gdb.texinfo (File Options): Add missing parenthesis.
3340 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
3341
c74d0ad8
DJ
33422007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3343
3344 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
3345
ff6f572f
DJ
33462007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3347
669fac23 3348 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
3349 case insensitivity.
3350 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
3351
994337c3
NR
33522007-02-18 Nick Roberts <nickrob@snap.net.nz>
3353
3354 * gdb.texinfo (Top): Put Appendix A after numbered sections.
3355 (Files): Add section name to argument list for pxref.
3356 (Non-debug DLL symbols): Don't use `see' for pxref.
3357 (Embedded Processors): Fix typo.
3358 (GDB/MI Breakpoint Commands): Execution commands generate
3359 *stopped not ^done.
3360
eb819d70
NR
33612007-02-13 Nick Roberts <nickrob@snap.net.nz>
3362
3363 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
3364 values for in_scope. Mention that only root variables can be
3365 updated.
3366 (GDB/MI Development and Front Ends): Explain new values may be
3367 added to existing fields.
3368
123dc839
DJ
33692007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
3370
3371 * gdb.texinfo (-target-disconnect): Use @smallexample.
3372 (Requirements): Add anchor for Expat. Update description.
3373 (Target Descriptions): Mention Expat.
3374 (Target Description Format): Document new elements. Use
3375 @smallexample.
3376 (Predefined Target Types, Standard Target Features): New sections.
669fac23 3377 * gdbint.texinfo (Target Descriptions): New section.
123dc839 3378
108546a0
DJ
33792007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
3380
3381 * gdb.texinfo (Target Description Format): Add section on XInclude.
3382
95a98c01
NR
33832006-02-03 Nick Roberts <nickrob@snap.net.nz>
3384
3385 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
3386 command -enable-timings.
3387
f4b3909f
EZ
33882007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
3389
5ae4183a 3390 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
3391 descriptions for new/deleted elements in gdb_osabi. Add missing
3392 description for function generic_elf_osabi_sniff_abi_tag_sections.
3393
c7ba131e
JB
33942007-01-29 Joel Brobecker <brobecker@adacore.com>
3395
3396 * gdb.texinfo (Maintenance Commands): Add documentation for
3397 the new "maint print target-stack" command.
3398
3a60f64e
JK
33992007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3400 Eli Zaretskii <eliz@gnu.org>
3401
f4b3909f 3402 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 3403
c582f8b6
EZ
34042007-01-26 Eli Zaretskii <eliz@gnu.org>
3405
3406 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
3407 Use @value{NGCC} instead of @value{GCC}.
3408
d3e8051b
EZ
34092007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
3410
3411 * agentexpr.texi: Fix typos.
3412 * annotate.texinfo: Likewise.
3413 * gdb.texinfo: Likewise.
3414 * gdbint.texinfo: Likewise.
3415 * observer.texi: Likewise.
3416 * stabs.texinfo: Likewise.
3417
86f04699
EZ
34182007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
3419
3420 * gdbint.texinfo (Support Libraries): Remove mmalloc
3421 entry. Describe readline library.
3422
23181151
DJ
34232007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
3424
3425 * gdb.texinfo (Target Descriptions): New section.
3426 (General Query Packets): Add QPassSignals anchor. Mention
3427 qXfer:features:read under qSupported. Expand mentions of
3428 qXfer:memory-map:read and QPassSignals. Document
3429 qXfer:features:read.
3430
f822c95b
DJ
34312007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
3432
3433 * gdb.texinfo (Commands to specify files): Describe
3434 "set sysroot" and "show sysroot".
3435 (Using the `gdbserver' program): Lowercase argument
3436 to @var. Expand description of setting up GDB on the
3437 host.
3438
8936fcda
JB
34392007-01-05 Joel Brobecker <brobecker@adacore.com>
3440
3441 * gdb.texinfo (Set Catchpoints): Add documentation for the new
3442 catch exception, catch exception unhandled, and catch assert
3443 commands.
3444
e776119f
DJ
34452007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3446
3447 * gdb.texinfo (Debugging Output): Document "set debug xml"
3448 and "show debug xml".
3449
aa79a185
DJ
34502007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3451
3452 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
3453
7f893741
JB
34542007-01-01 Joel Brobecker <brobecker@adacore.com>
3455
3456 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
3457
a1b5960f
VP
34582006-12-08 Vladimir Prus <vladimir@codesourcery.com>
3459
3460 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
3461 note in @ignore, to be removed later if nobody complains.
3462
9f470e6e
NR
34632006-12-04 Nick Roberts <nickrob@snap.net.nz>
3464
3465 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
3466 of -var-delete.
3467
765dc015 34682006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3469
765dc015 3470 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
3471 automatic software/hardware breakpoint usage and
3472 the "set breakpoint auto-hw" command.
765dc015 3473
4b5752d0
VP
34742006-11-21 Vladimir Prus <vladimir@codesourcery.com>
3475
3476 * gdb.texinfo (Memory Access Checking): New.
3477
89be2091
DJ
34782006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
3479
3480 * gdb.texinfo (Remote configuration): Mention
3481 "pass-signals-packet".
3482 (General Query Packets): Document QPassSignals. Fix
3483 a typo.
3484
ca3bf3bd
DJ
34852006-11-14 Maxim Grigoriev <maxim@tensilica.com>
3486
3487 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
3488
427c3a89
DJ
34892006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3490
3491 * gdb.texinfo (Remote configuration): Rewrite documentation for
3492 packet configuration commands.
3493 (OS Information): Adjust reference to qXfer:auxv:read.
3494 (General Query Packets): Remove references to read-aux-vector-packet
3495 and set remote get-thread-local-storage-address.
3496
7a107747
DJ
34972006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
3498
3499 * gdbint.texinfo (Target Architecture Definition): Add new
3500 Initializing a New Architecture section.
3501
1c56eb0e
EZ
35022006-10-31 David Taylor <dtaylor@emc.com>
3503
3504 * stabs.texinfo (Macro define and undefine): New node describing
3505 stabs for #define and #undef.
3506
f73adfeb
AS
35072006-10-27 Andreas Schwab <schwab@suse.de>
3508
3509 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
3510
fd60e0df
EZ
35112006-10-21 Eli Zaretskii <eliz@gnu.org>
3512
3513 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
3514 clarify on the possible meanings of ``expression'' watched by
3515 watchpoints. Add indexing.
e5ac9b53
EZ
3516 (Prompting, Errors, Invalidation, Annotations for Running)
3517 (Source Annotations): Fix index entries by adding "annotation" to
3518 them, to discriminate from index entries that point to the more
3519 general topic descriptions.
fd60e0df 3520
52bb452f
DJ
35212006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3522
3523 * gdbint.texinfo (Target Vector Definition): Move most
3524 content into Existing Targets. Add a menu.
3525 (Existing Targets): New section, moved from Target Vector
3526 Definition. Use @subsection.
3527 (Managing Execution State): New section.
3528
58955e58
BW
35292006-10-16 Bob Wilson <bob.wilson@acm.org>
3530
3531 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
3532
c8aa23ab
EZ
35332006-10-15 Eli Zaretskii <eliz@gnu.org>
3534
3535 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
3536 (Command Syntax, Signals, Backtrace, Connecting)
3537 (Remote configuration, Renesas Boards, Console I/O): Fix last
3538 change: use Ctrl- instead of C-, except wrt Emacs.
3539 (File-I/O Examples): Put Ctrl-c in @kbd.
3540 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
3541 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
3542 (Signals, Set Breaks, Set Watchpoints): Document optional
3543 arguments to `info signals' `handle', `info breakpoints', and
3544 `info watchpoints'.
c8aa23ab 3545
e7109c7e
EZ
35462006-10-14 Eli Zaretskii <eliz@gnu.org>
3547
3548 * gdb.texinfo (Backtrace): Fix last change.
3549
de3aea7b
NR
35502006-10-14 Nick Roberts <nickrob@snap.net.nz>
3551
3552 * gdb.texinfo (Backtrace): Order correctly and add other cases.
3553
7f9087cb
BW
35542006-10-10 Bob Wilson <bob.wilson@acm.org>
3555
c8aa23ab
EZ
3556 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
3557 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
3558 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 3559
68437a39
DJ
35602006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3561 Daniel Jacobowitz <dan@codesourcery.com>
3562
3563 * gdb.texinfo (Packets): Document vFlashErase,
3564 vFlashWrite and vFlashDone packets.
3565 (General Query Packets): Document qXfer:memory-map:read.
3566 Add a new feature for qXfer:memory-map:read.
3567 (Memory map format): New section.
3568 (Target Commands): Mention that gdb can write flash.
3569
fd79ecee
DJ
35702006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3571 Daniel Jacobowitz <dan@codesourcery.com>
3572
3573 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
3574 memory regions and "mem auto".
3575
350da6ee
DJ
35762006-09-21 Nathan Sidwell <nathan@codesourcery.com>
3577
3578 * gdbint.texinfo (Array Containers): New section.
3579
2f1acb09
VP
35802006-09-17 Vladimir Prus <vladimir@codesourcery.com>
3581
3582 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
3583 -stack-list-arguments HIGH_FRAME argument can be larger then the
3584 actual number of frames.
3585
2ab1eb7a
VP
35862006-09-07 Vladimir Prus <vladimir@codesourcery.com>
3587
3588 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
3589 -stack-list-locals HIGH_FRAME argument can be larger then the
3590 actual number of frames.
2ab1eb7a 3591
599b237a
BW
35922006-09-02 Bob Wilson <bob.wilson@acm.org>
3593
3594 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
3595 Register Packet Format, Tracepoint Packets): Fix spelling errors.
3596
25ab7e6d
EZ
35972006-09-02 Eli Zaretskii <eliz@gnu.org>
3598
3599 * gdbint.texinfo (Overall Structure): New section "Source Tree
3600 Structure".
3601
940178d3
JB
36022006-08-17 Jim Blandy <jimb@codesourcery.com>
3603
3604 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
3605 responses.
3606
30daae6c
JB
36072006-08-08 Joel Brobecker <brobecker@adacore.com>
3608
3609 * gdb.texinfo (Source Path): Add documentation for new
3610 substitute-path commands.
3611
7fa2210b
DJ
36122006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
3613
3614 * gdb.texinfo (Installing GDB): Update menu. Move text to...
3615 (Running Configure): ...here.
3616 (Requirements): New node. Mention expat.
3617
3d00d119
DJ
36182006-08-08 Vladimir Prus <vladimir@codesourcery.com>
3619
5ae4183a 3620 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
3621 'set download-write-size' and 'show download-write-size'.
3622
0cbfa4ee
DJ
36232006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
3624
3625 * stabs.texinfo (Member Type Descriptor): Correct example for
3626 pointer to member types.
3627
16026cd7
AS
36282006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
3629
3630 * gdb.texinfo (Optional warnings and messages): Add
3631 'set/show trace-commands'.
3632 (Command files): Add '-v' to source command.
3633
0876f84a
DJ
36342006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
3635
3636 * gdb.texinfo (OS Information): Update qPart reference to
3637 qXfer.
3638 (Remote configuration): Likewise.
3639 (Overview): Move @cindex to the start of a paragraph. Talk
3640 about binary data encoding.
3641 (Packets): Refer to the overview for the details of the X
3642 packet encoding.
3643 (General Query Packets): Remove qPart description. Add qXfer
3644 description. Add an anchor to qSupported. Correct feature
3645 table title. Add a new feature for qXfer:auxv:read.
3646 (Interrupts): Add a missing parenthesis.
3647
2ec3381a
DJ
36482006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
3649
669fac23 3650 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
3651 (GDB/MI Kod Commands): Remove commented out node.
3652
594fe323
EZ
36532006-07-01 Eli Zaretskii <eliz@gnu.org>
3654
3655 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
3656 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
3657 (GDB/MI Thread Commands, GDB/MI Program Execution)
3658 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
3659 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
3660 (GDB/MI File Commands, GDB/MI Target Manipulation)
3661 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
3662 since the MI prompt is hard-wired into the code.
3663
7e3fb70c
NR
36642006-07-01 Nick Roberts <nickrob@snap.net.nz>
3665
3666 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
3667 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
3668 (GDB/MI Data Manipulation): Remove description of unimplemented
3669 display related commands as variable objects perform this function
3670 and are superior: -display-delete, -display-disable,
3671 -display-enable, -display-insert and -display-list. Move
3672 -environment-cd, -environment-directory, -environment-path
3673 and -environment-pwd to "Program Context".
3674 (GDB/MI Program Control): Rename to "Program Execution". Move
3675 -exec-arguments -exec-abort to...
3676 (GDB/MI Program Context): ...here. New node split from "Data
3677 Manipulation".
3678
be2a5f71
DJ
36792006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
3680
3681 * gdb.texinfo (Remote configuration): Document set / show
3682 remote supported-packets.
3683 (General Query Packets): Document qSupported packet.
3684
fc320d37
SL
36852006-06-10 Sandra Loosemore <sandra@codesourcery.com>
3686
3687 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
3688 and font markup.
3689 (Protocol basics): Likewise.
3690 (The F request packet): Likewise.
3691 (The F reply packet): Likewise.
3692 (Memory transfer): Move this node to be a subsubsection of
3693 "Protocol specific representation of datatypes".
3694 (The Ctrl-C message): More copy editing.
3695 (Console I/O): Likewise.
3696 (The isatty call): Delete this node, and merge its content into
3697 the "isatty" node. Fixed references elsewhere.
3698 (The system call): Delete this node, and merge its content into
3699 the "system" node. Fixed references elsewhere.
3700 (open): Reformat to use @table, and add appropriate font markup.
3701 (close): Likewise.
3702 (read): Likewise.
3703 (write): Likewise.
3704 (lseek): Likewise.
3705 (rename): Likewise.
3706 (unlink): Likewise.
3707 (stat/fstat): Likewise.
3708 (gettimeofday): Likewise.
3709 (isatty): Likewise.
3710 (system): Likewise, plus minor changes to fix confusing wording.
3711 (Integral datatypes): Fix font markup.
3712 (Pointer values): Likewise.
3713 (struct stat): Fix markup to use @table, plus minor copy editing.
3714 (struct timeval): Fix font markup, plus minor copy editing.
3715 (Constants): Minor copy editing.
3716 (Errno values): Add font markup.
3717 (File-I/O Examples): Likewise.
3718
158fdf5c
NR
37192006-06-10 Nick Roberts <nickrob@snap.net.nz>
3720
3721 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
3722 (GDB/MI Simple Examples): Move node up one level. Use real
3723 examples.
3724 (GDB/MI Compatibility with CLI): Update.
3725 (GDB/MI Result Records): Add "connected" and "exit" result
3726 classes.
3727 (GDB/MI Stream Records): Clarify target output.
3728 (GDB/MI Command Description Format): Modify example description.
3729 (GDB/MI Breakpoint Table Commands): Rename to...
3730 (GDB/MI Breakpoint Commands): ...this
3731 (GDB/MI Breakpoint Commands): Add optional thread field.
3732 (GDB/MI Program Control): Add an introduction. Move "Program
3733 termination" examples into exec-run description.
3734 (GDB/MI File Commands): Mention similar CLI commands.
3735 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
3736 is similar to "-gdb-version".
3737
ddb50cd7
EZ
37382006-06-09 Eli Zaretskii <eliz@gnu.org>
3739
3740 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
3741
2aef0d6b
NR
37422006-06-02 Nick Roberts <nickrob@snap.net.nz>
3743
3744 * gdb.texinfo (GDB/MI Development and Front Ends): Use
3745 sourceware.org for mailing lists.
d5e40d59 3746 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 3747
383a5c52
NR
37482006-06-01 Nick Roberts <nickrob@snap.net.nz>
3749
d5e40d59 3750 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 3751
e16b02ee
EZ
37522006-05-22 Eli Zaretskii <eliz@gnu.org>
3753
3754 * gdb.texinfo (Cygwin Native): Fix last change.
3755
be90c084
CF
37562006-05-22 Christopher Faylor <cgf@timesys.com>
3757
3758 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
3759
347ceba5
NR
37602006-05-15 Nick Roberts <nickrob@snap.net.nz>
3761
3762 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
3763 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
3764
369af7bd
DJ
37652006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
3766
3767 * gdb.texinfo (General Query Packets): Recommend not starting
3768 new packets with qC and clarify.
3769
2ffdbde8 37702006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
3771
3772 * gdb.texinfo (M2 Types): New section.
72019c9c 3773
16d1a084
DJ
37742006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
3775
3776 * agentexpr.texi: Add a copyright and license notice.
3777 * observer.texi: Likewise, with GPL clause for function prototypes.
3778 Remove trailing whitespace.
3779
aa56d27a
JB
37802006-05-05 Jim Blandy <jimb@codesourcery.com>
3781
3782 * gdb.texinfo (General Query Packets): Document conventions for
3783 terminating packet names, and their violations.
3784
5bdf8622
DJ
37852006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3786
3787 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
3788 * gdb.texinfo: Likewise.
3789
605a56cb
DJ
37902006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3791
3792 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
3793 and "show remotedebug".
3794 (Debugging Output): Add additional index entries.
3795
b8db102d
MS
37962006-04-27 Michael Snyder <msnyder@redhat.com>
3797
3798 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
3799
c5e30d01
AC
38002006-04-22 Andrew Cagney <cagney@redhat.com>
3801
3802 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
3803 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
3804
8181d85f
DJ
38052006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
3806
3807 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
3808 and remove breakpoint prototypes.
3809 (Watchpoints): Move description of target_insert_hw_breakpoint and
3810 target_remove_hw_breakpoint ...
3811 (Breakpoints): ... to here. Document target_insert_breakpoint and
3812 target_remove_breakpoint.
3813
4f553f88
JB
38142006-04-17 Jim Blandy <jimb@codesourcery.com>
3815
3816 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
3817 and C packets are optional.
3818
cd852561
FR
38192006-04-14 Frederic Riss <frederic.riss@st.com>
3820
3821 * gdb.texinfo (Specifying source directories): Update the description
3822 of the source file search to reflect the fact that the source path
3823 always contains at least $cdir and $cwd.
3824
b620eb07
MS
38252006-03-31 Michael Snyder <msnyder@redhat.com>
3826
3827 * gdb.texinfo: Update copyright dates.
3828
3156cdaf
EZ
38292006-03-31 Eli Zaretskii <eliz@gnu.org>
3830
3831 * gdb.texinfo (Overview): Add an index entry to "empty response".
3832
7d30c22d
JB
38332006-03-28 Jim Blandy <jimb@codesourcery.com>
3834
3835 * gdbint.texinfo (Prologue Analysis): New section.
3836
86941c27
JB
38372006-03-07 Jim Blandy <jimb@red-bean.com>
3838
66b8c7f6
JB
3839 * gdb.texinfo (Connecting): Document 'target remote pipe'.
3840
1a10341b
JB
3841 * gdb.texinfo (Target Commands): Update text describing how to
3842 specify a target. Refer to the detailed section on remote
3843 debugging, not the brief mention.
3844
86941c27
JB
3845 * gdb.texinfo (Connecting): Organize the different 'target remote'
3846 connection methods into a table. Add a 'target remote' index
3847 entry. (!!!)
3848
62f3a2ba
FF
38492006-02-17 Fred Fish <fnf@specifix.com>
3850
3851 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
3852 'ptype' commands to reflect the fact that the only significant
3853 difference between them is that ptype prints the complete type
3854 description instead of just the name.
3855
8b9a88ea
WZ
38562006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
3857
3858 * gdbint.texinfo (Watchpoints): Delete
3859 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
3860
7e8dc855
NR
38612006-02-10 Nick Roberts <nickrob@snap.net.nz>
3862
3863 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
3864 times fields where needed. Fix typos. Update general form given
3865 for output of -break-insert.
3866 (GDB/MI): Abbreviate some unnecessarily long fullnames.
3867
c91d38aa
DJ
38682006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
3869
3870 * gdbint.texinfo (Symbol Handling): Add a section
3871 on memory management.
3872
38fcd64c
DJ
38732006-02-06 Vladimir Prus <ghost@cs.msu.su>
3874
3875 * gdb.texinfo (Breakpoint table commands): Document the fullname
3876 field in -break-list output.
3877
219eec71
EZ
38782006-02-03 Eli Zaretskii <eliz@gnu.org>
3879
3880 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
3881 debugging information produced by the various "set debug..."
3882 options.
3883
ae5a43e0
DJ
38842006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3885
3886 * gdb.texinfo (Files): Remove obsolete bits from the description
3887 of "symbol-file".
3888
a9f158ec
JB
38892006-01-25 Jim Blandy <jimb@redhat.com>
3890
3891 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
3892
410dd08e
JB
38932006-01-24 Jim Blandy <jimb@redhat.com>
3894
3895 * gdbint.texinfo (Frames): Document the basics of GDB's register
3896 unwinding model, and explain the existence of the "sentinel" frame.
3897
4b505b12
AS
38982006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
3899
3900 * gdb.texinfo (Choosing files): Mention that -directory is used
3901 for script files.
3902 (Specifying source directories): Likewise.
3903 (Command files): Explain how script files are found.
3904
839c27b7
EZ
39052006-01-21 Eli Zaretskii <eliz@gnu.org>
3906
3907 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
3908 the threads in a multi-threaded program.
3909 (Threads): The threadno argument of "thread apply" can be a range
3910 of numbers.
3911
7be93b9e
JB
39122006-01-18 Jim Blandy <jimb@redhat.com>
3913
3914 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
3915 of warning flags.
3916
fcc73fe3
EZ
39172006-01-13 Eli Zaretskii <eliz@gnu.org>
3918
3919 * gdb.texinfo (Sequences): Improve menu annotations.
3920 (Define): Add index entries for arguments of user-defined
3921 commands. Move the description of flow-control commands...
3922 (Command Files): ...to here. Document loop_break and
3923 loop_continue.
ca91424e
EZ
3924 (Define, Command Files): Document `end' and add index entries for
3925 it.
fcc73fe3 3926
5c95884b
MS
39272006-01-04 Michael Snyder <msnyder@redhat.com>
3928
3929 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 3930 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 3931
860701dc
PH
39322006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
3933
3934 * gdb.texinfo (Omissions from Ada): Document that there is now
3935 limited aggregate support.
3936
36b80e65
EZ
39372005-12-28 Eli Zaretskii <eliz@gnu.org>
3938
3939 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
3940 registers and the likes.
3941
c1468174
EZ
39422005-12-24 Eli Zaretskii <eliz@gnu.org>
3943
3944 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
3945 (Symbols): Fix usage of "e.g.".
359df76b 3946 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
3947
3948 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
3949 (Coding): Fix usage of "e.g.".
3950
c02a867d
EZ
39512005-12-23 Eli Zaretskii <eliz@gnu.org>
3952
5ae4183a
AS
3953 * stabs.texinfo:
3954 * refcard.tex:
c02a867d 3955 * gpl.texi:
5ae4183a
AS
3956 * gdbint.texinfo:
3957 * gdb.texinfo:
3958 * gdb-cfg.texi:
c02a867d 3959 * fdl.texi:
5ae4183a
AS
3960 * annotate.texinfo:
3961 * all-cfg.texi:
c02a867d
EZ
3962 * Makefile.in: Add (C) after Copyright. Update the FSF
3963 address.
3964
fad38dfa
EZ
39652005-12-03 Eli Zaretskii <eliz@gnu.org>
3966
3967 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
3968 extend GDB with commands for external monitor.
3969
53e5f3cf
AS
39702005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
3971
3972 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
3973
55f6ca0f
JB
39742005-11-25 Joel Brobecker <brobecker@adacore.com>
3975
3976 * gdbint.texinfo (Start of New Year Procedure): New chapter.
3977
c1947b85
JB
39782005-11-21 Jim Blandy <jimb@redhat.com>
3979
3980 * gdb.texinfo (Tracepoint Packets): Document restrictions on
3981 placement of 'R' actions in tracepoint action packets; document
3982 dependence of 'X' and 'M' actions on a preceding 'R' action for
3983 their registers.
3984
9d29849a
JB
39852005-11-19 Jim Blandy <jimb@redhat.com>
3986
3987 * gdb.texinfo (Tracepoint Packets): New node.
3988 (General Query Packets): Add entries for the tracepoint packets,
3989 referring to the "Tracepoint Packets" node.
3990 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 3991
9a6253be
KB
39922005-11-18 Kevin Buettner <kevinb@redhat.com>
3993
3994 * gdb.texinfo (set remotebreak): Add anchor.
3995 (X packet): Likewise.
3996 (Remote Protocol): Add new section `Interrupts' and new index
3997 entry `interrupts (remote protocol)'.
3998
5f3bebba
JB
39992005-11-18 Jim Blandy <jimb@redhat.com>
4000
4001 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
4002 entries into the General Query Packets section. Add a
4003 cross-reference to that section. Drop description of replies, as
4004 these are covered in the descriptions of each packet.
4005 (General Query Packets): Add introductory text. Explain naming
4006 conventions, and how the end of a name is recognized.
4007
9a7a1b36
KB
40082005-11-17 Kevin Buettner <kevinb@redhat.com>
4009
0564b6cf 4010 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
4011 "set remotebreak" command.
4012
b8ff78ce
JB
40132005-11-16 Jim Blandy <jimb@redhat.com>
4014
4015 * gdb.texinfo (Packets, Stop Reply Packets)
4016 (General Query Packets): Various formatting cleanups.
4017 - Use @samp for packet contents.
4018 - Drop summaries from packet @item lines; the same information appears
4019 immediately below in the description.
4020 - Delete paragraph breaks after packet @item commands, so that the
4021 description appears directly to the right of the packet prototype
4022 in the printed manual, if it fits.
4023 - Place spaces in packet prototypes between @vars and non-@var
4024 letters, and explain that they're just for formatting.
4025 - Use @dots{} instead of '...'.
4026 - Fix uses of @code where @var was needed.
4027 - Replace "deprecated" markers with English text spelling out the
4028 packet's status and the preferred alternatives.
4029 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
4030 what this ever meant.
4031 - Remove "(draft)" markers on 'i' packets; nobody has commented on
4032 this for a long time.
4033 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
4034 implemented several times, and have been in use for years.
4035
8ffe2530
JB
40362005-11-15 Jim Blandy <jimb@redhat.com>
4037
c43c5473
JB
4038 * gdb.texinfo (Packets): Add index entries for 'm' packet
4039 disclaimers.
5ae4183a 4040
fb031cdf
JB
4041 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
4042 of stub when processing an 'm' packet.
4043
8ffe2530
JB
4044 * gdb.texinfo (Packets): Mention that packets beginning with
4045 letters are reserved once, at the top, instead of actually listing
4046 them all and saying "reserved".
4047
c03c782f
AS
40482005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
4049
4050 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
4051 Change @var{$arg0 to @code{$arg0.
4052
814e32d7
WZ
40532005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
4054
4055 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
4056
fa93a9d8
JB
40572005-11-12 Jim Blandy <jimb@redhat.com>
4058
4059 * gdb.texinfo (General Query Packets): Put packets in alphabetical
4060 order. Remove extraneous 'z'.
4061
8a5a3c82
AS
40622005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
4063
4064 * gdb.texinfo (Choosing files): Add --eval-command.
4065
4b0ad762
AS
40662005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
4067
4068 * gdb.texinfo (Choosing modes): Add --return-child-result.
4069
4070
1a088d06
AS
40712005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
4072
4073 * gdb.texinfo (Choosing modes): Add --batch-silent.
4074
656d5e12
EZ
40752005-10-28 Eli Zaretskii <eliz@gnu.org>
4076
4077 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
4078 "The -var-update Command".
4079
3c9c013a
JB
40802005-10-03 Joel Brobecker <brobecker@adacore.com>
4081
4082 * gdb.texinfo (Print Settings): Add documentation for set/show
4083 print array-indexes.
4084
7ba3cf9c
DJ
40852005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
4086
4087 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
4088 6.2 and 6.3.
4089
a94ab193
EZ
40902005-08-27 Eli Zaretskii <eliz@gnu.org>
4091
4092 * gdb.texinfo (File Options): Don't document --mapped, it's gone
4093 since 19-Jan-2004.
4094 (Files): Likewise.
ab1adacd
EZ
4095 (Variables, Symbols): Document the "<incomplete type>" message and
4096 its reasons.
a94ab193 4097
ca06016a
FF
40982005-08-01 Fred Fish <fnf@specifix.com>
4099
4100 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
4101
cf58170d
NR
41022005-07-15 Nick Roberts <nickrob@snap.net.nz>
4103
4104 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
4105 option for -var-list-children and -var-update.
4106 (GDB/MI Stack Manipulation): Simplify description of
4107 print-values option for -stack-list-locals.
4108 (GDB/MI Command Description Format): Clarify.
4109 (Mode Options): Spelling of superseded.
4110
38f1196a
BR
41112005-07-12 Bob Rossi <bob@brasko.net>
4112
4113 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
4114 corresponding GDB command comment.
4115
3cb3b8df
BR
41162005-07-06 Bob Rossi <bob@brasko.net>
4117
4118 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
4119 and -inferior-tty-show.
4120 (Input/Output): Document "set/show inferior-tty" and tty alias.
4121
10fac096
NW
41222005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
4123
4124 * gdb.texinfo (Packets): Change description of 'D' packet to note
4125 that GDB does wait for a response.
4126
d1b6db76
NR
41272005-06-22 Nick Roberts <nickrob@snap.net.nz>
4128
4129 * gdb.texinfo (History) Rename "Command History".
4130 (Command History): Move node "Server Prefix" from section on
4131 Annotations here.
4132
29629dcf
NR
41332005-06-19 Nick Roberts <nickrob@snap.net.nz>
4134
4135 * gdb.texinfo (GDB/MI Stack Manipulation):
4136 Re-instate -stack-info-frame with example. Say that it gets
4137 info on selected frame, not current frame.
4138
397ca115
EZ
41392005-06-18 Eli Zaretskii <eliz@gnu.org>
4140
4141 * gdb.texinfo (Server): Clarify that `file' should be used before
4142 connecting to the server.
4143 (Files): Add an xref to the above description.
51274035
EZ
4144 (Output Formats): More detailed description of the `c' format.
4145 (Memory): List explicitly all the formats supported by `x'.
638ac427 4146 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 4147 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
4148 files. Add more indexing for solib-absolute-prefix and
4149 --with-sysroot.
76d17f34
EZ
4150 (Machine Code): Document possible problems with locations in
4151 shared libraries.
d416eeec
EZ
4152 (Backtrace): Document that free-standing environments do not need
4153 to have a `main' function.
397ca115 4154
74f6deaa
NR
41552005-06-18 Nick Roberts <nickrob@snap.net.nz>
4156
4157 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
4158 -stack-info-frame.
4159
a9967aef
AC
41602005-06-07 Andrew Cagney <cagney@gnu.org>
4161
4162 * gdb.texinfo (Contributors): Note the original multi-arch
4163 contributors.
4164
e09f16f9
EZ
41652005-06-03 Eli Zaretskii <eliz@gnu.org>
4166
4167 * gdb.texinfo (Registers): Add index entries for the standard
4168 registers.
4169 (Frames): Add cross-reference from frame pointer description to
4170 the Registers node.
4171 (Annotations Overview): Fix the reference to GDB name.
4172
d87ba7ee
EZ
41732005-06-01 Eli Zaretskii <eliz@gnu.org>
4174
4175 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
4176 can-use-hw-watchpoints.
4177
034dad6f
BR
41782005-05-28 Bob Rossi <bob@brasko.net>
4179
4180 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
4181 the possible reasons why an exec async record would be returned to FE.
4182
ffed4509
AC
41832005-05-26 Andrew Cagney <cagney@gnu.org>
4184
4185 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
4186 Andrew Cagney implemented the original GDB/MI.
4187
e22e55c9
OF
41882005-05-23 Orjan Friberg <orjanf@axis.com>
4189
4190 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
4191 documentation. Add documentation for cris-mode.
4192
a78e13ce
EZ
41932005-05-20 Eli Zaretskii <eliz@gnu.org>
4194
4195 * gdb.texinfo (Numbers): Explain the example and make the wording
4196 more acurate.
4197
76ff342d
DJ
41982005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4199 Dennis Brueni <dennis@slickedit.com>
4200
4201 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
4202 (GDB/MI Data Manipulation, GDB/MI Program Control)
4203 (GDB/MI Stack Manipulation): Update examples to include the fullname
4204 attribute in stack frames.
4205
119b882a
EZ
42062005-05-12 Eli Zaretskii <eliz@gnu.org>
4207
4208 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
4209 do with other non-standard names of init files.
4210
6fc08d32
EZ
42112005-05-11 Eli Zaretskii <eliz@gnu.org>
4212
4213 * gdb.texinfo (Command Files): Move the description of the startup
4214 from here...
4215 (Startup): ...to this new subsection of the Invocation chapter.
4216 Rearrange the description of init files more logically and add a
4217 cross-reference to "Command Files". Document the special gdbinit
4218 name for CISCO 68k. Expand the description of what GDB does
4219 during startup.
4220 (History): Add index entry for HISTSIZE.
4221
a561754a
MK
42222005-05-02 Mark Kettenis <kettenis@gnu.org>
4223
4224 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
4225
2eecc4ab
EZ
42262005-05-02 Eli Zaretskii <eliz@gnu.org>
4227
4228 * gdb.texinfo (SVR4 Process Information, The isatty call)
4229 (The system call): Don't use foo(N) notation for man pages and
4230 functions.
514c4d71 4231 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 4232
18999be5
EZ
42332005-04-27 Eli Zaretskii <eliz@gnu.org>
4234
4235 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
4236 were optimized away.
4237
0abb7bc7
EZ
42382005-04-22 Eli Zaretskii <eliz@gnu.org>
4239
4240 * gdb.texinfo (Remote configuration): Document "set/show
4241 get-thread-local-storage-address". Add cross-reference to the
4242 description of the qGetTLSAddr packet.
4243 (General Query Packets): Mention "set remote
4244 get-thread-local-storage-address" and add a reference to its
4245 description.
4246
6f61acb1
NR
42472005-04-19 Nick Roberts <nickrob@snap.net.nz>
4248
4249 * gdb.texinfo (Backtrace): Describe 'bt full'.
4250
9d59903a
NR
42512005-04-17 Nick Roberts <nickrob@snap.net.nz>
4252
4253 * gdb.texinfo (Mode Options): Fix typo.
4254 (GDB/MI): Describe how to invoke GDB/MI.
4255
721c2651
EZ
42562005-04-16 Eli Zaretskii <eliz@gnu.org>
4257
4258 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 4259 references changed. Add description of "info udot".
721c2651
EZ
4260 (Files): Document "set/show stop-on-solib-events".
4261 (M32R/D): Document "set/show download-path", "set/show
4262 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
4263 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
4264 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
4265 (Maintenance Commands): Improve indexing.
4266 (Target Commands): Document "set/show hash", "set/show debug
4267 monitor".
4268 (SVR4 Process Information): Document "info pidlist" and "info
4269 meminfo". Document "set/show procfs-tarce" and "set/show
4270 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
4271 (Symbols, The Print Command with Objective-C): Improve indexing.
4272 (Objective-C): Add references to "info classes" and "info
4273 selectors".
c45da7e6
EZ
4274 (Debugging Output): Improve wording. Document "set/show debug
4275 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
4276 (Set Breaks): Add index entry for "hardware breakpoints".
4277 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
4278 and "set/show usehardbreakpoints".
4279 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
4280 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
4281 (ARM): Document "rdilogfile", "rdilogenable", "set/show
4282 rdiromatzero", "set/show rdiheartbeat".
4283 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
4284 "sds".
4285 (Embedded Processors): Document the "sim" command.
4286 (Remote): Document the "remote" command.
4287 (DJGPP Native): Document the "info serial" command.
4288 (Threads): Document "maint info sol-threads".
4289 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
4290 (Set Breaks): Improve indexing.
4291 (Command Syntax): Add a reference to dont-repeat.
4292 (Define): Document "dont-repeat".
4293 (TUI Commands): Document "tabset".
4294 (WinCE): New subsection. Document "set/show remotedirectory",
4295 "set/show remoteupload", "set/show remoteaddhost".
721c2651 4296
14d6dd68
EZ
42972005-04-15 Eli Zaretskii <eliz@gnu.org>
4298
4299 * gdb.texinfo (Hurd Native): New subsection, documents
4300 Hurd-specific commands.
a64548ea 4301 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 4302 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
4303 (MIPS): Improve documentation of heuristic-fence-post. Document
4304 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
4305 mips stack-arg-size", "set/show mips mask-address", "set/show mips
4306 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 4307 (ARM): Document ARM-specific commands.
a64548ea
EZ
4308 (AVR): New section. Document "info io_registers".
4309 (CRIS): New section. Document "set/show cris-version" and
4310 "set/show cris-dwarf2-cfi".
4311 (HPPA): New section. Document "set/show debug hppa" and "maint
4312 print unwind".
a5adf40f 4313 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 4314 (Super-H): New section. Document the "regs" command.
721c2651 4315 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 4316
9c16f35a
EZ
43172005-04-09 Eli Zaretskii <eliz@gnu.org>
4318
4319 * gdb.texinfo (Print Settings): Document "set/show print
4320 pascal_static-members", "set print repeats", "show print
4321 null-stop". Improve indexing. Fix documentation of "set print
4322 union".
4323 (Pascal): New section.
4324 (Supported languages): Rename from "Support"; all references
4325 updated. Add a menu item for Pascal.
4326 (Numbers): Document "set radix.
4327 (Screen Size): Document "set/show pagination".
4328 (MIPS Embedded): Remove "set processor" documentation.
4329 (Remote configuration): Document "set/show X/P/Z-packet",
4330 "set/show read-aux-vector-packet", "set/show remote
4331 symbol-lookup-packet", "set/show remote verbose-resume-packet",
4332 "set/show remoteaddresssize", "set/show remotebaud", "set/show
4333 remotedebug", "set/show remotebreak", "set/show remotedevice",
4334 "set/show remotelogfile".
4335 (Auxiliary Vector): Add reference to the description of the
4336 read-aux-vector-packet setting.
4337 (Set Watchpoints): Add a cross-reference to "set remote
4338 hardware-breakpoint-limit".
4339 (General Query Packets): Add indexing of requests and
4340 cross-references to related commands in "Remote configuration".
4341 (File-I/O Overview, The system call): Fix wording and typos.
4342 (Thread Stops): Add index entries.
4343 (Continuing and Stepping): Document "show step-mode".
4344 (i386): New node. Document "set/show struct-convention".
4345 (Files): Document "show trust-readonly-sections".
4346 (Calling): Document "set/show unwindonsignal".
4347 (Messages/Warnings): Add index entries.
4348 (Maintenance Commands): Document "set/show watchdog".
4349 (Annotations Overview): Document "show annotate".
4350 (Set Watchpoints): Add index entries.
4351 (Symbols): Fix doc of case-sensitive.
4352 (ABI): Document "show coerce-float-to-double".
4353 (Convenience Vars, Help): Improve indexing.
4354 (Machine Code): Document "show disassembly-flavor".
4355 (Debugging C plus plus): Document "show overload-resolution".
4356 (Value History, Signaling): Add index entries.
4357
43582005-04-08 Eli Zaretskii <eliz@gnu.org>
4359
4360 * gdb.texinfo (Show): Move @kindex entries to their proper places.
4361 (Processes): Fix wording.
4362 (History, List, Logging output, Define, Symbols, Print Settings):
4363 Improve indexing.
4364
a8f24a35
EZ
43652005-04-03 Eli Zaretskii <eliz@gnu.org>
4366
4367 * gdb.texinfo (Targets): Document "set/show architecture". Remove
4368 redundant index entry for "target" command.
4369 (Backtrace): Add index entries.
4370 (Symbols, Fortran): Document the "set case-sensitive" command.
4371 (DJGPP Native): Document "set com1base", "set com1irq", etc.
4372 (Print Settings): Add index entry for "set demangle-style".
4373 (Target Commands): Document "set download-write-size".
4374 (Debugging Output): Document "set exec-done-display".
4375
09d4efe1
EZ
43762005-04-02 Eli Zaretskii <eliz@gnu.org>
4377
4378 * gdb.texinfo (Files): Fix the name and documentation of
4379 add-shared-symbol-files. Document its alias assf. Update the
4380 list of OSs where GDB supports shared libraries. Fix markup.
4381 (Continuing and Stepping): Add reference to @var{location} in the
4382 text.
4383 (Dump/Restore Files): Fix reference to @{filename}.
4384 (Help): Fix wording.
4385 (Attach): Ditto.
4386 (Set Watchpoints): Ditto.
4387 (Backtrace): Remove redundant index entries. Improve index
4388 entries.
4389 (Delete Breaks): Fix wording.
4390 (Memory): Document the compare-sections command.
4391 (Memory Region Attributes): Improve wording.
4392 (Disabling): Improve wording.
4393 (Fortran): New subsection. Document the "info common" command.
4394 (Help): Document aliases "info copying" and "info warranty".
4395 (Caching Remote Data): New section. Document the "set/show
4396 remotecache" and "info dcache" commands.
4397 (Show): Fix wording of the documentation of the "set
4398 extension-language" command.
4399 (Signals): Add index entry for "info handle".
4400 (Memory Region Attributes): Fix punctuation.
4401 (Symbols): Change the arg name to "location" and refer to it in
4402 the text. Fix wording of "info types" doc.
4403 (Threads): Fix usage of @enumerate @item's.
4404 (Listing Tracepoints): Add index entry for "info tp".
4405 (Set Watchpoints): Add xref to "info break" description.
4406 (Macros): Add an index entry for "macro exp1". Document the
4407 "macro list" command.
4408 (Maintenance Commands): Document "flushregs", "maint agent",
4409 "maint check-symtabs", "maint cplus", "maint demangle", "maint
4410 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
4411 "maint print architecture", "maint print objfiles", "maint print
4412 statistics", "maint print type", "maint show-debug-regs", "maint
4413 space", "maint time", and "maint translate-address".
4414 (Connecting): Document the "monitor" command.
4415 (Annotations Overview): Describe the "set annotate" command.
4416
82f2d802
EZ
44172005-04-01 Eli Zaretskii <eliz@gnu.org>
4418
4419 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
4420 Rearrange index entries and improve wording about support for
4421 hardware watchpoints.
4422
7d51c7de
BR
44232005-03-10 Bob Rossi <bob@brasko.net>
4424
4425 * gdb.texinfo: Update copyright
4426
68c71a2e
TR
44272005-02-09 Theodore A. Roth <troth@openavr.org>
4428
4429 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
4430 error.
4431
83761cbd
KB
44322005-02-03 Kevin Buettner <kevinb@redhat.com>
4433
4434 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
4435
9f1c6395
MS
44362005-01-17 Michael Snyder <msnyder@redhat.com>
4437
4438 * gdb.texinfo: Fix spelling, infinte -> infinite.
4439
fbd1b305
MK
44402005-01-08 Mark Kettenis <kettenis@gnu.org>
4441
4442 * observer.texi (GDB Observers): Document "solib_loaded".
4443
3ace7edb
AC
44442005-01-07 Andrew Cagney <cagney@gnu.org>
4445
bec39cab
AC
4446 * configure.ac: Rename configure.in, require autoconf 2.59.
4447 * configure: Re-generate.
4448
3ace7edb
AC
4449 * configure.in: Replace configdirs with multiple references to
4450 AC_CONFIG_SUBDIRS.
4451 * configure: Re-generate.
5ae4183a 4452
53531fc1
AC
44532005-01-04 Andrew Cagney <cagney@gnu.org>
4454
4455 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
4456 part of the version number.
4457
536ffdb7
MK
44582004-12-24 Mark Kettenis <kettenis@gnu.org>
4459
4460 * gdbint.texinfo (Algorithms): Remove description of
4461 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
4462
e1aac25b
JB
44632004-12-07 Jim Blandy <jimb@redhat.com>
4464
4465 * gdb.texinfo (General Query Packets): Specify that thread ID's in
4466 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
4467 numbers.
4468
f47b1503
AS
44692004-12-07 Andreas Schwab <schwab@suse.de>
4470
4471 * gdb.texinfo (Mode Options): Document -l option.
4472
b6b8ece6
EZ
44732004-12-04 Eli Zaretskii <eliz@gnu.org>
4474
4475 * gdbint.texinfo (Algorithms): More accurate description of
4476 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
4477 is not needed unless data-read and data-access watchpoints are
4478 supported. Add a description of how GDB checks whether the
4479 inferior stopped because a watchpoint was hit.
4480
01371747
EZ
44812004-11-23 Eli Zaretskii <eliz@gnu.org>
4482
4483 * gdb.texinfo (Files): Add cross-reference to description of
4484 -readnow command-line switch.
4485
2315ffec
RC
44862004-11-10 Randolph Chung <tausq@debian.org>
4487
4488 * gdb.texinfo: Document set/show backtrace past-entry commands.
4489 Rearrange index entries for set/show backtrace past-main.
4490
69065f5d
AC
44912004-11-10 Jon Beniston <jon@beniston.com>
4492
4493 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
4494 * gdb.texinfo (Remote Serial Protocol): Further describe
4495 binary transfer escaping mechanism .
69065f5d 4496
30e91e0b
RC
44972004-11-08 Randolph Chung <tausq@debian.org>
4498
4499 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
4500 and "show debug infrun". Add index entries.
4501
60bf7e09
EZ
45022004-10-23 Eli Zaretskii <eliz@gnu.org>
4503
4504 * gdb.texinfo (SVR4 Process Information): Document subcommands of
4505 "info proc" that are already implemented. Add index entries.
4506 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
4507 (Files): Add a tip for decreasing memory used for symtabs from
4508 shared libraries.
f018e82f
EZ
4509 (Starting): Fix whitespace; make "elaboration" stand out where it
4510 is first used, and add an index entry for the term.
f8568604
EZ
4511 (Calling): Expand and elaborate text. Add "print". Add the
4512 description of problems with weak aliases.
384ee23f 4513 (Core File Generation): New section.
60bf7e09 4514
d52fe014
AC
45152004-10-12 Andrew Cagney <cagney@gnu.org>
4516
4517 * gdbint.texinfo (Versions and Branches): New chapter.
4518 (Releasing GDB): Delete "Versions and Branches" section.
4519 (Top): Add "Versions and Branches".
4520
703663ab
EZ
45212004-10-08 Eli Zaretskii <eliz@gnu.org>
4522
4523 * gdb.texinfo (Editing, History): Add cross-references to the
4524 included Readline and History user documentation. Remove
4525 references to the symbol have-readline-appendices which is unused
4526 and undefined.
4527 (History): Fix indexing.
4528
ac77d04f
JJ
45292004-10-08 Jeff Johnston <jjohnstn@redhat.com>
4530
4531 * gdbint.texinfo (target_stopped_data_address): Update to
4532 new prototype.
4533 (i386_stopped_data_address): Update prototype and description.
4534 (i386_stopped_by_watchpoint): New function and description.
4535
e07c999f
PH
45362004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
4537
4538 * gdb.texinfo (Filenames): Add Ada suffixes.
4539 (Ada) New section.
4540
2e868123
AC
45412004-09-27 Andrew Cagney <cagney@gnu.org>
4542 Robert Picco <Robert.Picco@hp.com>
4543
4544 * gdb.texinfo (Packets): Document the "p" packet.
4545
02a57714
JM
45462004-09-21 Jason Molenda (jmolenda@apple.com)
4547
4548 * gdb.texinfo (Paths and Names of the Source Files): Document the
4549 meaning of values in the 'desc' field of a SO stab.
4550
ae038cb0
DJ
45512004-09-20 Daniel Jacobowitz <dan@debian.org>
4552
4553 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
4554 max-cache-age" and "maint show dwarf2 max-cache-age".
4555
f7dc1244
EZ
45562004-09-16 Eli Zaretskii <eliz@gnu.org>
4557
4558 * gdb.texinfo (Set Breaks): Add index entry for setting
4559 breakpoints on overloaded C++ functions that are not members of
4560 any classes. Add an example and an index entry for setting
4561 breakpoints on all program functions.
4562 (Character Sets, Macros, Overlay Commands)
4563 (Non-debug DLL symbols, GDB/MI Output Syntax)
4564 (Annotations Overview, Maintenance Commands, File-I/O Overview):
4565 Use "(@value{GDBP})" instead of a literal "(gdb)".
4566
f810308b
AC
45672004-09-12 Andrew Cagney <cagney@gnu.org>
4568
4569 * gdbint.texinfo (Native Debugging): Delete description of
4570 FILES_INFO_HOOK.
4571
15a661f3
PH
45722004-09-11 Paul Hilfinger <hilfinger@gnat.com>
4573
5ae4183a
AS
4574 * gdbint.texinfo (User Interface): Change local_hex_string_custom
4575 to hex_string_custom (not historically correct, but more
15a661f3
PH
4576 understandable, given the current code).
4577
f3219c75
AC
45782004-09-03 Andrew Cagney <cagney@gnu.org>
4579
4580 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
4581
f3bb6704
JJ
45822004-09-01 Jeff Johnston <jjohnstn@redhat.com>
4583
4584 * observer.texi (solib_unloaded): New observer.
4585
8d2c00cb
AC
45862004-08-24 Andrew Cagney <cagney@gnu.org>
4587
4588 * gdbint.texinfo (Target Architecture Definition): Add missing
4589 comma.
4590
e7dc800a
MC
45912004-08-20 Michael Chastain <mec.gnu@mindspring.com>
4592
4593 * (Using the Testsuite): build != host is supported,
4594 but some test scripts do not support build != host.
4595
73b03683
MK
45962004-08-14 Mark Kettenis <kettenis@gnu.org>
4597
4598 * gdbint.texinfo (Host Definition): Delete description of
4599 FCLOSE_PROVIDED and GETENV_PROVIDED.
4600
c0ccb908
MK
46012004-08-05 Mark Kettenis <kettenis@chello.nl>
4602
4603 * gdbint.texinfo (Host Definition): Delete description of
4604 NO_SYS_FILE.
4605 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
4606 PTRACE_FP_BUG.
4607
9c8dbfa9
AC
46082004-08-05 Andrew Cagney <cagney@gnu.org>
4609
4610 * gdbint.texinfo (Target Architecture Definition): Delete
4611 reference to deprecated_read_fp.
4612
f42accbe
AC
46132004-08-02 Andrew Cagney <cagney@gnu.org>
4614
4615 * gdbint.texinfo (Target Architecture Definition): Delete
4616 description of DEPRECATED_REGISTER_BYTES.
4617
0b66e38c
EZ
46182004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4619
4620 * gdb.texinfo (Source Path): Document the new behavior of
4621 searching for the source files.
4622
15387254
EZ
46232004-07-17 Eli Zaretskii <eliz@gnu.org>
4624
4625 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
4626 (Search, Expressions, Arrays, Variables, Data, Machine Code)
4627 (Auto Display): Improve indexing.
4628
2c07db7a
AC
46292004-07-16 Andrew Cagney <cagney@gnu.org>
4630
4631 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
4632 "-noasync".
4633
4644b6e3
EZ
46342004-07-09 Eli Zaretskii <eliz@gnu.org>
4635
4636 * gdb.texinfo: Fix @kindex entries so that multiple commands that
4637 have the same prefix have only their prefix in the index.
4638
7561d450
MK
46392004-07-03 Mark Kettenis <kettenis@gnu.org>
4640
4641 * gdb.texinfo (BSD libkvm Interface): New node (section)
4642 (Native): Add it to the menu.
4643
67bebe79
MK
46442004-07-01 Mark Kettenis <kettenis@gnu.org>
4645
4646 * gdbint.texinfo (Target Architecture Definition): Remove
4647 PCC_SOL_BROKEN.
4648
1a6923e0
MK
46492004-06-24 Mark Kettenis <kettenis@gnu.org>
4650
4651 * gdbint.texinfo (Target Architecture Definition): Remove
4652 SUN_FIXED_LBRAC_BUG.
4653
b435e160
AC
46542004-06-26 Andrew Cagney <cagney@gnu.org>
4655
4656 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
4657
b5622e8d
AC
46582004-06-20 Andrew Cagney <cagney@gnu.org>
4659
4660 * gdbint.texinfo (Target Architecture Definition): Deprecate
4661 USE_STRUCT_CONVENTION.
4662
e0c07bf0
MC
46632004-06-19 Michael Chastain <mec.gnu@mindspring.com>
4664
4665 gdb.texinfo (Bug Reporting): Mention session recording,
4666 with the script command or Emacs.
4667
782263ab
AC
46682004-06-18 Andrew Cagney <cagney@gnu.org>
4669
4670 * gdbint.texinfo (Target Architecture Definition): Deprecate
4671 FUNCTION_START_OFFSET.
4672
03727ca6
AC
46732004-06-14 Andrew Cagney <cagney@gnu.org>
4674
4675 Based on changes from Karl Berry.
4676 * gdb.texinfo: Do not use @sc in a direntry.
4677 * stabs.texinfo: Change @dircateogry to "Software development".
4678 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
4679
97092415
AC
46802004-06-13 Andrew Cagney <cagney@gnu.org>
4681
4682 * gdbint.texinfo (Target Architecture Definition): Delete
4683 description of RETURN_VALUE_ON_STACK.
4684
1f6d4158
AC
46852004-06-09 Andrew Cagney <cagney@gnu.org>
4686
4687 * gdbint.texinfo (Native Debugging): Restore "@table @code"
4688 deleted by previous patch.
4689
d966f0cb
AC
46902004-06-08 Andrew Cagney <cagney@gnu.org>
4691
4692 * gdbint.texinfo (Native Debugging): Delete documentation on
4693 ATTACH_DETACH.
4694
86fe4aaa
RC
46952004-06-06 Randolph Chung <tausq@debian.org>
4696
4697 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
4698
d4b6d575
RC
46992004-06-06 Randolph Chung <tausq@debian.org>
4700
5ae4183a 4701 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
4702 the new push_dummy_call method signature. Describe the function
4703 argument.
4704
4e8b0763
JB
47052004-05-24 Joel Brobecker <brobecker@gnat.com>
4706
4707 * gdb.texinfo (Starting): Document new start command.
4708
59caf092
AC
47092004-05-21 Andrew Cagney <cagney@redhat.com>
4710
4711 * observer.texi (GDB Observers): Document "inferior_created".
4712
e4a2df64
AC
47132004-05-08 Andrew Cagney <cagney@redhat.com>
4714
e6b55ae2
AC
4715 * gdbint.texinfo (Target Architecture Definition): Delete
4716 description of DO_DEFERRED_STORES.
4717
28954179
AC
4718 * gdbint.texinfo (Target Architecture Definition): Delete
4719 references to DEPRECATED_FIX_CALL_DUMMY.
4720
434b87dd
AC
4721 * gdbint.texinfo (Target Architecture Definition): Delete
4722 description of DEPRECATED_CALL_DUMMY_WORDS,
4723 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
4724
58d28df8
AC
4725 * gdbint.texinfo (Target Architecture Definition): Delete
4726 description of DEPRECATED_PUSH_DUMMY_FRAME.
4727
e4a2df64
AC
4728 * gdbint.texinfo (Target Architecture Definition): Delete
4729 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
4730
2b4855ab
AC
47312004-05-07 Andrew Cagney <cagney@redhat.com>
4732
4733 * observer.texi (GDB Observers): Add "Debugging" section. Include
4734 cross reference to "set/show debug observer".
4735 * gdb.texinfo (Debugging Output): Document "set/show debug
4736 observer".
4737
fcf70625
AC
47382004-05-01 Andrew Cagney <cagney@redhat.com>
4739
4740 * gdbint.texinfo (Target Architecture Definition): Delete
4741 description of DEPRECATED_PC_IN_SIGTRAMP.
4742
8ee56bcf
AC
47432004-04-30 Andrew Cagney <cagney@redhat.com>
4744
4745 * gdbint.texinfo (Target Architecture Definition): Delete
4746 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
4747
67ab9a76
OF
47482004-04-30 Orjan Friberg <orjanf@axis.com>
4749
4750 * observer.texi (GDB Observers): Correct spelling.
4751
79346bcb
OF
47522004-04-26 Orjan Friberg <orjanf@axis.com>
4753
4754 * observer.texi (GDB Observers): Add target_changed event.
4755
7a464420
AC
47562004-04-08 Andrew Cagney <cagney@redhat.com>
4757
4758 * observer.texi (GDB Observers): Rework, provide generic observer
4759 definitions and then a list of observable events.
4760
6cdf9d98
AC
47612004-04-04 Andrew Cagney <cagney@redhat.com>
4762
4763 * gdbint.texinfo (Host Definition): Delete reference to
4764 NO_SIGINTERRUPT.
4765
ddc135a4
AC
47662004-04-02 Andrew Cagney <cagney@redhat.com>
4767
4768 * gdbint.texinfo (Target Architecture Definition): Delete
4769 reference to DEPRECATED_CALL_DUMMY_LENGTH.
4770
6a1b180d
SC
47712004-03-28 Stephane Carrez <stcarrez@nerim.fr>
4772
4773 * gdb.texinfo (TUI Commands): Document tui reg commands.
4774
d0d5df6f
AC
47752004-03-26 Andrew Cagney <cagney@redhat.com>
4776
4777 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
4778 "gdbtui".
4779 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
4780 (Contributors): Mention both Text and Terminal User Interface.
4781
aa2a3f87
AC
47822004-03-23 Andrew Cagney <cagney@redhat.com>
4783
4784 * gdbint.texinfo (Target Architecture Definition): Deprecate
4785 references to SIGTRAMP_START and SIGTRAMP_END.
4786
f561f026
AC
47872004-03-23 Andrew Cagney <cagney@redhat.com>
4788
4789 * gdbint.texinfo (Target Architecture Definition): Deprecate
4790 references to PC_IN_SIGTRAMP.
4791
33cb8b0f
AC
47922004-03-19 Andrew Cagney <cagney@redhat.com>
4793
4794 * gdbint.texinfo (Target Architecture Definition): Delete
4795 reference to GDB_TARGET_IS_HPPA.
4796
fc989b7a
AC
47972004-03-18 Andrew Cagney <cagney@redhat.com>
4798
4799 * gdbint.texinfo (Coding): Update section on gdbarch_data,
4800 describe pre_init and post_init.
4801
701b08bb
DJ
48022004-03-09 Daniel Jacobowitz <drow@mvista.com>
4803
4804 * gdb.texinfo (Debugging Output): Document values for "set debug
4805 target".
4806
faae5abe
AC
48072004-02-28 Andrew Cagney <cagney@redhat.com>
4808
4809 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
4810
dd79a6cf
JJ
48112004-02-26 Jeff Johnston <jjohnstn@redhat.com>
4812
4813 * gdb.texinfo (breakpoints): Add information about the
4814 new "set breakpoint pending" and "show breakpoint pending"
4815 commands.
4816
e7f16015
AC
48172004-02-26 Andrew Cagney <cagney@redhat.com>
4818
4819 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
4820 in Per-architecture module data section.
4821
7161a3a6
RM
48222004-02-25 Roland McGrath <roland@redhat.com>
4823
4824 * gdb.texinfo (General Query Packets): Document qPart:... packets.
4825
2154891a
AC
48262004-02-24 Andrew Cagney <cagney@redhat.com>
4827
4828 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
4829 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
4830 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 4831
6c74ac8b
AC
48322004-02-17 Andrew Cagney <cagney@redhat.com>
4833
4834 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
4835
19772a2c
AC
48362004-02-16 Andrew Cagney <cagney@redhat.com>
4837
4838 * gdbint.texinfo (Target Architecture Definition): Deprecate
4839 FRAMELESS_FUNCTION_INVOCATION.
4840
c9830293
AC
48412004-02-16 Andrew Cagney <cagney@redhat.com>
4842
4843 * gdbint.texinfo (Coding): Mention -Wunused-function.
4844
b9d26eb9
AC
48452004-02-14 Andrew Cagney <cagney@redhat.com>
4846
4847 * gdbint.texinfo (Target Architecture Definition): Delete
4848 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
4849
49efadf5
EZ
48502004-02-12 Elena Zannoni <ezannoni@redhat.com>
4851
4852 * gdb.texinfo: Properly quote the name "C++".
4853 * gdbint.texinfo: Ditto.
4854 * stabs.texinfo: Ditto.
4855
1eb288ea
EZ
48562004-02-11 Elena Zannoni <ezannoni@redhat.com>
4857
4858 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
4859 minimal information about libiberty.
4860
e4937fc1
MC
48612004-02-06 Michael Chastain <mec.gnu@mindspring.com>
4862
4863 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
4864
a9331b3f
RM
48652004-02-04 Roland McGrath <roland@redhat.com>
4866
4867 * gdb.texinfo (Auxiliary Vector): New node (section).
4868 (Data): Add it to the menu.
4869
2650777c
JJ
48702004-02-02 Jeff Johnston <jjohnstn@redhat.com>
4871
4872 * gdb.texinfo (Breakpoints): Add information about pending
4873 breakpoint support.
4874
b4501125
AC
48752004-01-26 Andrew Cagney <cagney@redhat.com>
4876
4877 * gdb.texinfo (Overview): Delete references to the cisco protocol
4878 including the "N" response.
4879
74055713
AC
48802004-01-26 Andrew Cagney <cagney@redhat.com>
4881
4882 * gdbint.texinfo (Target Architecture Definition): Rename
4883 EXTRACT_STRUCT_VALUE_ADDRESS to
4884 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 4885
3bbe9696
EZ
48862004-01-24 Eli Zaretskii <eliz@gnu.org>
4887
4888 * gdb.texinfo (KOD): Document "show os". Add index entries for
4889 "set/show os" and "info cisco" commands.
4890
5843504f
EZ
48912004-01-21 Eli Zaretskii <eliz@gnu.org>
4892
4893 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
4894
9175c9a3
MC
48952004-01-19 Michael Chastain <mec.gnu@mindspring.com>
4896
4897 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
4898 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
4899
8e94b928
NR
49002004-01-19 Nick Roberts <nick@nick.uklinux.net>
4901
4902 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
4903 -stack-list-locals.
4904 (GDB/MI Variable Objects): Describe extension to
4905 -var-list-children.
4906
a20cf136
DJ
49072004-01-17 Daniel Jacobowitz <drow@mvista.com>
4908
4909 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
4910
afb18d0f
AC
49112004-01-17 Andrew Cagney <cagney@redhat.com>
4912
4913 * gdbint.texinfo (Target Architecture Definition): Delete
4914 documentation on DEPRECATED_NPC_REGNUM.
4915
b51970ac
DJ
49162004-01-13 Daniel Jacobowitz <drow@mvista.com>
4917
4918 * gdb.texinfo: Update copyright year. Mention that set
4919 follow-fork-mode is supported on GNU/Linux. Remove documentation of
4920 "set follow-fork-mode ask".
4921
0f0cffd2
AC
49222004-01-13 Andrew Cagney <cagney@redhat.com>
4923
4924 * gdbint.texinfo: Update copyright year.
4925 (Coding): Add -Wunused-label to list of -Werror warnings.
4926
c552b3bb 49272004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 4928 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
4929
4930 * gdb.texinfo: Update copyright.
4931 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
4932 around names, as appropriate. Minor syntax cleanup of
4933 _NSPrintForDebugger explanation. Two spaces after periods.
4934 GDBN used instead of lit. "gdb". Index entries added for
4935 print-object and _NSPrintForDebugger. @noindent added in one spot.
4936
afe157ca
EZ
49372003-11-11 Elena Zannoni <ezannoni@redhat.com>
4938
4939 * stabs.texinfo: Add dircategory and direntry commands.
4940 * annotate.texinfo: Ditto.
4941
963e2bb7
AC
49422003-11-10 Andrew Cagney <cagney@redhat.com>
4943
4944 * gdbint.texinfo (Target Architecture Definition): Replace the
4945 return_value method's "inval" and "outval" parameters with
4946 "readbuf" and "writebuf".
4947
1d8b2f28
JB
49482003-10-28 Jim Blandy <jimb@redhat.com>
4949
4950 * gdb.texinfo (The F request packet, The F reply packet): Renamed
4951 from "The `F' request packet" and "The `F' reply packet", to make
4952 texi2dvi happy.
4953 (File-I/O remote protocol extension): Update menu entries, too.
4954
36d86913
MC
49552003-10-26 Michael Chastain <mec@shout.net>
4956
4957 * gdb.texinfo (Thread Stops): Document the issue with
4958 premature return from system calls in multi-threaded programs.
4959
ce2826aa
AC
49602003-10-24 Andrew Cagney <cagney@redhat.com>
4961
4962 * annotate.texinfo: Fix "fortunatly"[sic].
4963
f24c5e49
KI
49642003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
4965
4966 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
4967 with "Hitachi" and "Mitsubishi".
4968
92ad9cd9
AC
49692003-10-20 Andrew Cagney <cagney@redhat.com>
4970
4971 * gdbint.texinfo (Target Architecture Definition): Document
4972 gdbarch_return_value. Add cross references from
4973 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
4974 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
4975
0ab4b752
MK
49762003-10-18 Mark Kettenis <kettenis@gnu.org>
4977
4978 * gdbint.texinfo (Target Architecture Definition): Document
4979 regset_from_core_section.
fb3e19c0
KI
4980
49812003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
4982
4983 * gdb.texinfo (M32R/D): Mention m32rsdi target.
4984
a9331b3f 49852003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
4986
4987 From Anthony Green <green@redhat.com>:
5ae4183a 4988 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 4989
1485d690
KB
49902003-10-14 Kevin Buettner <kevinb@redhat.com>
4991
889bf7c5
PA
4992 * gdb.texinfo (Breakpoint related warnings): New node.
4993 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 4994
86d30acc
DJ
49952003-10-13 Daniel Jacobowitz <drow@mvista.com>
4996
4997 * gdb.texinfo (Remote Protocol): Document v and vCont.
4998
172c2a43
KI
49992003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
5000
5001 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
5002 * gdbint.texinfo: Ditto.
5003
71952f4c
AC
50042003-10-09 Andrew Cagney <cagney@redhat.com>
5005
5006 From 2003-09-18 David Anderson <davea@sgi.com>:
5007 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
5008 "command".
5009
268e2188
AC
50102003-10-03 Andrew Cagney <cagney@redhat.com>
5011
5012 * gdbint.texinfo (Target Architecture Definition): Deprecate
5013 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
5014 just target.
5015
12c266ea 50162003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 5017
f30992d4 5018 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
5019 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
5020 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
5021 * gdbint.texinfo (Target Architecture Definition): Rename
5022
50232003-09-30 Andrew Cagney <cagney@redhat.com>
5024
f30992d4 5025 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 5026 (Target Architecture Definition):
f30992d4 5027
2e092625
AC
5028 * gdbint.texinfo (Target Architecture Definition): Rename
5029 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
5030
0717ae8a
AC
50312003-09-29 Andrew Cagney <cagney@redhat.com>
5032
dad809b7
AC
5033 * gdbint.texinfo (Target Architecture Definition): Delete
5034 documentation for NEED_TEXT_START_END.
5035
0717ae8a
AC
5036 * gdbint.texinfo (Target Architecture Definition): Rename
5037 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
5038 TARGET_WRITE_PC.
a9331b3f 5039
af6cf26d
MC
50402003-09-22 Michael Chastain <mec@shout.net>
5041
5042 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
5043
ee206350
AG
50442003-09-21 Anthony Green <green@redhat.com>
5045
5046 * gdbint.texinfo (Target Architecture Definition): Fix typos.
5047
a38c9fe6
MK
50482003-09-21 Mark Kettenis <kettenis@gnu.org>
5049
5050 * gdbint.texinfo (Target Architecture Definition): Document
5051 stabs_argument_has_addr.
5052
77949794
AC
50532003-09-18 Andrew Cagney <cagney@redhat.com>
5054
5055 * gdbint.texinfo (Target Architecture Definition): Delete
5056 documentation on REGISTER_NAMES.
5057
8e823e25
MK
50582003-09-13 Mark Kettenis <kettenis@gnu.org>
5059
5060 * gdbint.texinfo (Target Architecture Definition): Replace
5061 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
5062
f27dd7fd
AC
50632003-09-11 Andrew Cagney <cagney@redhat.com>
5064
5065 * gdbint.texinfo (Target Architecture Definition): Replace
5066 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
5067
8b148df9
AC
50682003-08-18 Andrew Cagney <cagney@redhat.com>
5069
5070 * gdbint.texinfo (Target Architecture Definition): Document
5071 "frame_red_zone_size".
5072
25d29d70
AC
50732003-08-09 Andrew Cagney <cagney@redhat.com>
5074
5075 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
5076 with "set/show backtrace past-main" and "set/show backtrace
5077 limit".
5078
c938e9b0
L
50792003-08-08 H.J. Lu <hongjiu.lu@intel.com>
5080
5081 * Makefile.in (install-info): Support DESTDIR.
5082 (install-html): Likewise.
5083
64fabec2
AC
50842003-08-07 Andrew Cagney <cagney@redhat.com>
5085
5086 Patch from Nick Roberts.
5087 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
5088 bindings. Remove description of send-gdb-command.
5089
2fcf52f0
AC
50902003-08-07 Andrew Cagney <cagney@redhat.com>
5091
5092 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
5093 GDB 6.0.
5094
086432e2
AC
50952003-08-06 Andrew Cagney <cagney@redhat.com>
5096
5097 * gdb.texinfo (Mode Options): Mention that level three is the
5098 highest available and that level 2 is deprecated.
5099 (Annotations Overview): Mention annotation levels. Cross reference
5100 to "Limitations of the Annotation Interface" in annotate.texi.
5101 (TODO, Value Annotations, Frame Annotations): Delete section.
5102 (Displays, Breakpoint Info): Delete.
5103
e5249f67
AC
51042003-08-04 Andrew Cagney <cagney@redhat.com>
5105
5106 * agentexpr.texi: Delete @bye.
5107 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
5108 (stabs.info): Add $(srcdir) to include search path.
5109 (html): Depend on "annotate_toc.html", and not "annotate.html".
5110 * stabs.texinfo: Ditto. Include "fdl.texi".
5111 * gdbint.texinfo: Update copyright statement's list of invariant
5112 sections.
5113
e6f672d2
AC
51142003-07-28 Andrew Cagney <cagney@redhat.com>
5115
5116 * Makefile.in (INFO_DEPS): Add annotate.info.
5117 (dvi, ps, html, pdf): Add annotate.
5118 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
5119 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
5120 (ANNOTATE_DOC_FILES): New macro.
5121 (ANNOTATE_TEX_TMPS): New macro.
5122 (annotate.info, annotate_toc.html): Specify dependencies.
5123 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
5124 * annotate.texinfo: Rename annotate.texi. Get building. Add
5125 "Migrating to GDB/MI" and "Limitations of the Annotation
5126 Interface" chapters. Mention why it is not part of the user
5127 guide. Update copyright notice. Include "fdl.texi".
5128
72ffddc9
SC
51292003-07-26 Stephane Carrez <stcarrez@nerim.fr>
5130
5131 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
5132
a9f12a31
DJ
51332003-07-24 Daniel Jacobowitz <drow@mvista.com>
5134
5135 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
5136
b1fe9455
DJ
51372003-07-24 Daniel Jacobowitz <drow@mvista.com>
5138
5139 * gdb.texinfo (Server): Mention pidof.
5140
153721e6
AC
51412003-07-22 Andrew Cagney <cagney@redhat.com>
5142
5143 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
5144 list.
5145
0fac0b41
DJ
51462003-06-28 Daniel Jacobowitz <drow@mvista.com>
5147
5148 * gdb.texinfo (Logging output): New chapter.
5149
4e562065
JB
51502003-06-24 Joel Brobecker <brobecker@gnat.com>
5151
5152 * gdb.texinfo (Unsupported languages): New section.
5153 (Languages): Add link to new section.
5154
f2c06f52
AC
51552003-06-22 Andrew Cagney <cagney@redhat.com>
5156
5157 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
5158
b4177fca
DJ
51592003-06-22 Daniel Jacobowitz <drow@mvista.com>
5160
5161 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
5162
f418dd93
DJ
51632003-06-22 Daniel Jacobowitz <drow@mvista.com>
5164
5165 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
5166 * agentexpr.texi: Retitle section, and change it to an appendix.
5167 Comment out texinfo initialization. Factor a @var{} into two
5168 pieces to prevent makeinfo warnings.
5169 * gdb.texinfo: Add Agent Expressions appendix.
5170
4ca61388
DJ
51712003-06-19 Daniel Jacobowitz <drow@mvista.com>
5172
5173 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
5174
07f31aa6
DJ
51752003-06-18 Daniel Jacobowitz <drow@mvista.com>
5176
5ae4183a 5177 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
5178 remote target". Document the "detach" and "disconnect" commands.
5179 (Server, Netware, Debug Session): Reference "Connecting to a
5180 remote target".
5181 (GDB/MI Target Manipulation): Document "-target-disconnect".
5182
2dd0da42
AC
51832003-06-13 Andrew Cagney <cagney@redhat.com>
5184
5185 * gdbint.texinfo (Target Architecture Definition): Deprecate
5186 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
5187 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
5188
e7a3abfc
JB
51892003-06-09 Jim Blandy <jimb@redhat.com>
5190
5191 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
5192
25e3a86b
AC
51932003-06-08 Andrew Cagney <cagney@redhat.com>
5194
5195 * gdbint.texinfo (Target Architecture Definition): Delete
5196 documentation on FRAME_ARGS_ADDRESS_CORRECT.
5197
a9e5fdc2
AC
51982003-06-08 Andrew Cagney <cagney@redhat.com>
5199
5200 * gdbint.texinfo (Target Architecture Definition): Document
5201 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
5202
b37303ee
AF
52032003-06-07 Adam Fedor <fedor@gnu.org>
5204
5205 * gdb.texinfo: Add Objective-C documentation.
5206
39fe6e80
AC
52072003-06-01 Andrew Cagney <cagney@redhat.com>
5208
5209 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
5210 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
5211
125309b2
AC
52122003-05-21 Andrew Cagney <cagney@redhat.com>
5213
5214 * gdbint.texinfo (Target Architecture Definition): Delete
5215 references to "extract_address" and "store_address".
5216
b8b527c5
AC
52172003-05-16 Andrew Cagney <cagney@redhat.com>
5218
5219 * gdbint.texinfo (Target Architecture Definition): Replace
5220 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
5221 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
5222
50e3ee83
TR
52232003-05-14 Theodore A. Roth <troth@openavr.org>
5224
5225 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
5226
44e2be90
L
52272003-05-10 H.J. Lu <hongjiu.lu@intel.com>
5228
5229 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
5230 (gdb.dvi): Likewise.
5231 (gdb.pdf): Likewise.
5232 (links2roff): Likewise.
5233
df5215a6
JB
52342003-05-08 Jim Blandy <jimb@redhat.com>
5235
5236 * gdb.texinfo (Dump/Restore Files): Update documentation for
5237 'dump', 'append', and 'restore': note that format argument is
5238 optional; simplify presentation of the command variants; and be
5239 more precise about the formats.
5240
5e7b2f39
JB
52412003-05-07 Jim Blandy <jimb@redhat.com>
5242
5243 * gdb.texinfo (Symbols): Update documentation: 'maint list
5244 symtabs' and 'maint list psymtabs' have been renamed 'maint info
5245 symtabs' and 'maint info psymtabs'.
5246
b1e29e33
AC
52472003-05-05 Andrew Cagney <cagney@redhat.com>
5248
5249 * gdbint.texinfo (Target Architecture Definition): Make
5250 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
5251 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
5252 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
5253
00905d52
AC
52542003-05-04 Andrew Cagney <cagney@redhat.com>
5255
5256 * gdb.texinfo (Maintenance Commands): Document "maint print
5257 dummy-frames".
5258
54ff5908
AC
52592003-05-04 Andrew Cagney <cagney@redhat.com>
5260
5261 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
5262
32e7087d
JB
52632003-05-03 J. Brobecker <brobecker@gnat.com>
5264
5265 Thierry Schneider <tpschneider1@yahoo.com>
5266 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
5267 for new MI command.
5268
7043d8dc
AC
52692003-05-03 Andrew Cagney <cagney@redhat.com>
5270
5271 * gdbint.texinfo (Target Architecture Definition): Document
5272 push_dummy_code. Add cross references.
5273
e33d66ec
EZ
52742003-05-02 Elena Zannoni <ezannoni@redhat.com>
5275
5276 * gdb.texinfo (Character Sets): Update to reflect new behavior of
5277 set/show charsets commands.
5278
0ba6dca9
AC
52792003-04-28 Andrew Cagney <cagney@redhat.com>
5280
5281 * gdbint.texinfo (Target Architecture Definition): Replace
5282 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
5283 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
5284
d7a27068
AC
52852003-04-28 Andrew Cagney <cagney@redhat.com>
5286
5287 * gdbint.texinfo (Target Architecture Definition): Rename
5288 "tm_print_insn" to "deprecated_tm_print_insn".
5289
44ea7b70
JB
52902003-04-09 Jim Blandy <jimb@redhat.com>
5291
5292 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
5293 list psymtabs'.
5294
fb8f8949
AC
52952003-04-08 Andrew Cagney <cagney@redhat.com>
5296
5297 * gdbint.texinfo (Target Architecture Definition): Delete
5298 references to EXTRA_FRAME_INFO.
5299
32fb0f22
AC
53002003-04-08 Andrew Cagney <cagney@redhat.com>
5301
5302 * gdbint.texinfo (Target Architecture Definition): Delete
5303 PRINT_TYPELESS_INTEGER.
5304
6be67e67
JB
53052003-04-02 J. Brobecker <brobecker@gnat.com>
5306
5307 * observer.texi (GDB Observers): Adjust the documentation for the
5308 normal_stop notification to better describe reality. Fix a couple
5309 of minor typos.
5310
4e35d5f0
BR
53112003-04-02 Bob Rossi <bob_rossi@cox.net>
5312
a9331b3f 5313 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
5314 '-file-list-exec-source-file'
5315
e8a8712a
AC
53162003-03-31 Andrew Cagney <cagney@redhat.com>
5317
5318 * gdbint.texinfo (Target Architecture Definition): Delete
5319 references to CALL_DUMMY_P.
5320
6c0e89ed
AC
53212003-03-30 Andrew Cagney <cagney@redhat.com>
5322
5323 * gdbint.texinfo (Target Architecture Definition): Remove
5324 reference to TARGET_WRITE_SP.
a9331b3f 5325
378bfd1b
AC
53262003-03-27 Andrew Cagney <cagney@redhat.com>
5327
5328 * gdbint.texinfo (Target Architecture Definition): Remove
5329 references to write_sp.
6c0e89ed 5330
922fbb7b
AC
53312003-03-27 Andrew Cagney <cagney@redhat.com>
5332
5333 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
5334 chapter body. Use @smallexample instead of @example.
5335 (Annotations): Ditto.
5336 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
5337 annotate.texi.
5338
b81774d8
AC
53392003-03-26 Andrew Cagney <cagney@redhat.com>
5340
5341 * gdbint.texinfo (Target Architecture Definition): Replace
5342 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
5343 dummy_addr parameters.
5344
1bf6d5cc
AC
53452003-03-25 Andrew Cagney <cagney@redhat.com>
5346
5347 * gdbint.texinfo (Target Architecture Definition): Delete
5348 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
5349 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5350 Add reference to PUSH_ARGUMENTS.
5351
618ce49f
AC
53522003-03-23 Andrew Cagney <cagney@redhat.com>
5353
5354 * gdbint.texinfo (Algorithms, Target Architecture Definition):
5355 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
5356
bcd7e15f
JB
53572003-03-18 J. Brobecker <brobecker@gnat.com>
5358
5359 * gdbint.texinfo (Algorithms): Add new section describing the
5360 Observer paradigm.
5361 (Top): Add menu entry to new observer appendix.
5362 * observer.texi: New file.
5363 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
5364 new observer.texi file.
5365
9fe8321b
AC
53662003-03-17 Andrew Cagney <cagney@redhat.com>
5367
5368 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
5369 that GNU Press update the manual version number.
5370
ac2adee5
AC
53712003-03-12 Andrew Cagney <cagney@redhat.com>
5372
5373 * gdbint.texinfo (Target Architecture Definition): Delete
5374 references to get_saved_register. Rename GET_SAVED_REGISTER to
5375 DEPRECATED_GET_SAVED_REGISTER.
5376
749b82f6
AC
53772003-03-13 Andrew Cagney <cagney@redhat.com>
5378
5379 * gdbint.texinfo (Target Architecture Definition): Replace
5380 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
5381
8bedc050
AC
53822003-03-12 Andrew Cagney <cagney@redhat.com>
5383
5384 * gdbint.texinfo (Target Architecture Definition): Rename
5385 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 5386
0ce1b118
CV
53872003-03-10 Corinna Vinschen <vinschen@redhat.com>
5388
5389 * gdb.texinfo: Add File-I/O documentation.
5390
12cc2063
AC
53912003-03-10 Andrew Cagney <cagney@redhat.com>
5392
5393 * gdbint.texinfo (Target Architecture Definition): Cross reference
5394 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
5395
7453dc06
AC
53962003-03-07 Andrew Cagney <cagney@redhat.com>
5397
5398 * gdb.texinfo (Debugging Output): Mention the "set/show debug
5399 frame" command.
5400
6314f104
AC
54012003-03-05 Andrew Cagney <cagney@redhat.com>
5402
5403 * gdbint.texinfo (Target Architecture Definition): Document
5404 unwind_dummy_id. Cross reference unwind_dummy_id and
5405 SAVE_DUMMY_FRAME_TOS.
5406
f1212245
DJ
54072003-03-05 James Ingham <jingham@apple.com>
5408 Daniel Jacobowitz <drow@mvista.com>
5409
5410 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
5411 and "show cp-abi".
5412
77e7e267
AC
54132003-03-03 Andrew Cagney <cagney@redhat.com>
5414
5415 * gdbint.texinfo (Target Architecture Definition): Document
5416 register_type.
5417
838a8221
AC
54182003-03-03 Andrew Cagney <cagney@redhat.com>
5419
5420 * stabs.texinfo (Structures): Use @samp and separate @var's
5421 instead of a single @var containing a comma separated list.
5422 (Unions): Ditto.
5423
d7f4a264
DJ
54242003-03-02 Daniel Jacobowitz <drow@mvista.com>
5425
5426 * Makefile.in (distclean): Remove config.log.
5427
f30ee0bc
AC
54282003-03-01 Andrew Cagney <cagney@redhat.com>
5429
5430 * gdbint.texinfo (Target Architecture Definition): Rename
5431 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
5432
54332003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
5434
5435 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
5436 DEPRECATED_INIT_EXTRA_FRAME_INFO.
5437
be448670
CF
54382003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
5439
5440 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
5441 (Non-debug DLL symbols): New node, describing the minimal symbols
5442 loaded from DLLs without real debugging symbols.
5443
501eef12
AC
54442003-02-20 Andrew Cagney <ac131313@redhat.com>
5445
5446 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
5447 hardware-breakpoint-limit".
5448 (Set Watchpoints): Add cross reference to "set remote
5449 hardware-watchpoint-limit".
5450 (Remote configuration options): New section.
5451
21c294e6
AC
54522003-02-04 Andrew Cagney <ac131313@redhat.com>
5453
e9be73e4
AC
5454 * gdbint.texinfo (Target Architecture Definition): Delete
5455 descrption of IS_TRAPPED_INTERNALVAR.
5456
21c294e6
AC
5457 From Keith Seitz <keiths@redhat.com>:
5458 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
5459 option "-i"/"--interpreter" to this chapter. Include index
5460 entries.
5461
0179ffac
DC
54622003-02-04 David Carlton <carlton@math.stanford.edu>
5463
5464 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
5465 (Variables): Recommend stabs+ and DWARF 2.
5466 (C plus plus expressions): Correct info about
5467 compiler versions, debug formats.
5468 (Contributors): Change 'DWARF2' to 'DWARF 2'.
5469 PR symtab/874.
5470
7ca9f392
AC
54712003-02-01 Andrew Cagney <ac131313@redhat.com>
5472
5473 * gdbint.texinfo (Target Architecture Definition): Delete
5474 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
5475 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
5476 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
5477 references to nindy and i960.
5478 * gdb.texinfo (i960): Delete all references to i960 and nindy.
5479
31a85ea2
AC
54802003-02-01 Andrew Cagney <ac131313@redhat.com>
5481
5482 * gdbint.texinfo (Target Architecture Definition): Delete
5483 FLOAT_INFO.
5484
6b894e49
AC
54852003-01-30 Andrew Cagney <ac131313@redhat.com>
5486
5487 * stabs.texinfo (Member Type Descriptor): Clarify description of
5488 `@'. Suggested by Ben Hutchings.
5489
c48861fb
AC
54902003-01-29 Andrew Cagney <ac131313@redhat.com>
5491
5492 * gdb.texinfo (M68K): Delete reference to es1800.
5493
617073a9
AC
54942003-01-29 Andrew Cagney <ac131313@redhat.com>
5495
5496 * gdb.texinfo (Maintenance Commands): Document `maint print
5497 reggroups' and `maint print register-groups'.
5498 * gdbint.texinfo (Target Architecture Definition): Document
5499 register_reggroup_p.
5500
5b5d99cf
JB
55012003-01-23 Jim Blandy <jimb@redhat.com>
5502
5503 * gdb.texinfo (Separate Debug Files): New section.
5504
e7ba9c65
DJ
55052003-01-22 Daniel Jacobowitz <drow@mvista.com>
5506
5507 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
5508 and "maint show profile".
5509
94e91d6d
MC
55102003-01-16 Michael Chastain <mec@shout.net>
5511
5512 * gdb.texinfo (Installing GDB): Warn against
5513 ".../gdb-VERSION/gdb/configure".
5514 (Separate Objdir): Likewise.
5515
867f3898
AC
55162003-01-15 Andrew Cagney <ac131313@redhat.com>
5517
5518 * gdbint.texinfo (Target Architecture Definition): Delete
5519 definition of PRINT_REGISTER_HOOK.
5520
f153cc92
EZ
55212003-01-15 Elena Zannoni <ezannoni@redhat.com>
5522
5523 (OpenRISC 1000): Fix formatting of command names.
5524
c60eb6f1
EZ
55252003-01-15 Elena Zannoni <ezannoni@redhat.com>
5526
5527 * gdb.texinfo (Continuing and Stepping): Add new command
5528 'advance'. Clarify behavior of 'until'.
5529
f5ebfba0
DJ
55302003-01-13 Daniel Jacobowitz <drow@mvista.com>
5531
5532 * gdb.texinfo (Files): Document solib-absolute-prefix and
5533 solib-search-path.
5534
4ce8657e
MC
55352003-01-09 Michael Chastain <mec@shout.net>
5536
5537 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
5538 (Create a Release): Add new instructions for new @file{src-release}.
5539 Document existing instructions for @file{Makefile.in} as
5540 being for @value{GDBN} 5.3.1 or earlier.
5541
372613e3
AC
55422003-01-09 Andrew Cagney <ac131313@redhat.com>
5543
5544 * gdbint.texinfo (Target Architecture Definition): Mention
5545 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
5546 allocate memory.
5547
b4e9345d
DJ
55482003-01-04 Daniel Jacobowitz <drow@mvista.com>
5549
5550 * gdb.texinfo (Controlling GDB): Add @kindex for
5551 "show osabi".
5552 (Backtraces): Add @kindex's for backtrace-below-main.
5553
98b45e30
DJ
55542003-01-04 Daniel Jacobowitz <drow@mvista.com>
5555
5556 * gdb.texinfo (Controlling GDB): Document "set osabi".
5557
95f90d25
DJ
55582003-01-04 Daniel Jacobowitz <drow@mvista.com>
5559
5560 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
5561 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
5562
1e698235
DJ
55632003-01-04 Daniel Jacobowitz <drow@mvista.com>
5564
5565 * gdb.texinfo (Controlling GDB): Add ABI section. Document
5566 "set coerce-float-to-double".
5567 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
5568
e632838e
AC
55692003-01-02 Andrew Cagney <ac131313@redhat.com>
5570
5571 * stabs.texinfo: Remove obsolete text.
5572 * gdbint.texinfo: Ditto.
5573 * gdb.texinfo: Ditto.
5574
c133ab7a
MK
55752002-12-22 Mark Kettenis <kettenis@gnu.org>
5576
5577 * gdbint.texinfo (Target Architecture Definition): Update
5578 description of gdbarch_register_osabi.
5579
f821f325
KH
55802002-12-20 Kazu Hirata <kazu@cs.umass.edu>
5581
5582 * agentexpr.texi: Fix typos.
5583 * annotate.texi: Likewise.
5584 * fdl.texi: Likewise.
5585
85a6d8d3 55862002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
5587
5588 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
5589 DEPRECATED_INIT_FRAME_PC.
5590
ae45cd16
AC
55912002-12-01 Andrew Cagney <ac131313@redhat.com>
5592
5593 * gdbint.texinfo (Target Architecture Definition): Delete
5594 PC_IN_CALL_DUMMY.
5595
07555a72
AC
55962002-11-28 Andrew Cagney <ac131313@redhat.com>
5597
5598 * gdbint.texinfo (Host Definition): Delete documentation on
5599 USE_GENERIC_DUMMY_FRAMES.
5600
c166cdc7
EZ
56012002-11-26 Elena Zannoni <ezannoni@redhat.com>
5602
5ae4183a 5603 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
5604 * Makefile.in (install-info): Run the install-info command as part
5605 of the post install steps only.
5606 (uninstall-info): New target.
5607 (uninstall): New target.
5608
35db0260
EZ
56092002-11-22 Elena Zannoni <ezannoni@redhat.com>
5610
5611 * Makefile.in (install): Make install do some real work.
5612
9ba8d803
AC
56132002-11-19 Andrew Cagney <ac131313@redhat.com>
5614
5615 Fix POSIX problem reported by Paul Eggert.
5616 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
5617 Fix PR gdb/527.
5618
903ad3a6
AC
56192002-10-26 Andrew Cagney <cagney@redhat.com>
5620
5621 * gdbint.texinfo (Target Architecture Definition): Delete
5622 definition of DO_REGISTERS_INFO.
5623
f2abfe65
KB
56242002-10-18 Kevin Buettner <kevinb@redhat.com>
5625
5626 * gdbint.texinfo (Address Classes): Fix problems with insertion
5627 of ``{'' and ``}'' in example.
5628
b5b0480a
KB
56292002-10-17 Kevin Buettner <kevinb@redhat.com>
5630
5631 * gdbint.texinfo (Address Classes): New section.
5632 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
5633 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
5634 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
5635 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
5636
c85508ee
KD
56372002-10-11 Klee Dienes <kdienes@apple.com>
5638
5639 * gdb.texinfo (Registers): Mention vector registers as well as
5640 floating registers in the documentation for 'info registers' and
5641 'info all-registers'.
5642
6d12fc3d
DJ
56432002-10-11 Daniel Jacobowitz <drow@mvista.com>
5644
5645 * gdbint.texinfo (CPLUS_MARKER): Remove item.
5646
8d19fbd2
JJ
56472002-10-03 Jeff Johnston <jjohnstn@redhat.com>
5648
5649 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
5650 interface definition.
5651
a37295f9
MM
56522002-10-03 Marko Mlinar <markom@opencores.org>
5653
5654 * gdb.texinfo (Target Commands): Add or1k target specific
5655 commands.
5656 * gdb.texinfo (Contributors): Add myself to the contributors list.
5657
da0f9dcd
AC
56582002-10-01 Andrew Cagney <ac131313@redhat.com>
5659
5660 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
5661 and "mi1" instead of "mi1" and "mi0".
5662
2e834e49
HPN
56632002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
5664
5665 * gdb.texinfo (Packets): Fix typos "alligned".
5666 Correct z3/Z3 description. Correct z4/Z4 title.
5667
050be0dc
AC
56682002-09-27 Andrew Cagney <ac131313@redhat.com>
5669
5670 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
5671
1104b9e7
KB
56722002-09-25 Kevin Buettner <kevinb@redhat.com>
5673
5674 * gdb.texinfo: Use GNU/Linux instead of Linux.
5675
512217c7
AC
56762002-09-25 Andrew Cagney <ac131313@redhat.com>
5677
5678 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
5679
10998722
AC
56802002-09-24 Andrew Cagney <ac131313@redhat.com>
5681
512217c7 5682 * gdb.texinfo: Replace @example with @smallexample.
10998722 5683
a0eb71c5
KB
56842002-09-20 Kevin Buettner <kevinb@redhat.com>
5685
f7dc1244 5686 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
5687 * gdb.texinfo (Character Sets): Use @smallexample instead of
5688 @example. Use GNU/Linux instead of Linux.
5689
56902002-09-20 Jim Blandy <jimb@redhat.com>
5691
5692 * gdb.texinfo: Add character set documentation.
5693
2f870471
AC
56942002-09-19 Andrew Cagney <ac131313@redhat.com>
5695
5696 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
5697 (Packets): Add cross reference from `b' packet to `z' packets.
5698
790eb8f5
AC
56992002-09-19 Andrew Cagney <ac131313@redhat.com>
5700
8d30a00d
AC
5701 * gdb.texinfo (Maintenance Commands): Document ``maint
5702 internal-error'' and ``maint internal-warning''.
5703
790eb8f5
AC
5704 * gdbint.texinfo (Target Architecture Definition): Revise
5705 description of STACK_ALIGN. Add description of FRAME_ALIGN.
5706
a23a7bf1
JB
57072002-09-19 Joel Brobecker <brobecker@gnat.com>
5708
5709 * gdbint.texinfo (Target Conditionals): Document the new
5710 NAME_OF_MALLOC macro.
5711
299ffc64
AC
57122002-09-05 Andrew Cagney <ac131313@redhat.com>
5713
5714 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
5715 engineer.
5716
b7bb15bc
SC
57172002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5718
5719 * gdb.texinfo (TUI Overview): Document status line fields.
5720
3d757584
SC
57212002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5722
5723 * gdb.texinfo (TUI Commands): Document info win command.
5724
269c21fe
SC
57252002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5726
5727 * gdb.texinfo (TUI Overview): Document breakpoint markers.
5728
7cf36c78
SC
57292002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5730
5731 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
5732 (TUI Keys): Likewise.
5733
d2c6833e
AC
57342002-08-25 Andrew Cagney <ac131313@redhat.com>
5735
5736 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
5737 for a packet receive.
5738
46d8b1c3
AC
57392002-08-25 Andrew Cagney <ac131313@redhat.com>
5740
5741 * Makefile.in (clean): Move to end of file.
5742 (distclean, maintainer-clean, realclean): Ditto.
5743 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
5744 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
5745 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
5746 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
5747
b0787093
AC
57482002-08-24 Andrew Cagney <ac131313@redhat.com>
5749
5750 * Makefile.in (GDBINT_TEX_TMPS): Define.
5751 (gdbint.dvi, gdbint.pdf): Use
5752 (GDB_TEX_TMPS): Define.
5753 (gdb.dvi, gdb.pdf): Use.
5754 (STABS_TEX_TMPS): Define.
5755 (stabs.dvi, stabs.pdf): Use.
5756 (GDB_DOC_SOURCE_INCLUDES): New macros.
5757 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
5758 (GDBINT_DOC_FILES_INCLUDES): New macros.
5759 (GDBINT_DOC_BUILD_INCLUDES): New macros.
5760 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
5761 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
5762 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
5763 (links2roff): Replace SFILES_INCLUDED with
5764 GDB_DOC_SOURCE_INCLUDES.
5765 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
5766 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
5767 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
5768 dependencies.
5769 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
5770 dependencies.
5771 (gdbmi.texinfo): Delete rule.
5772 (inc-hist.texinfo): Delete rule.
5773 (rluser.texinfo): Delete rule.
5774
ebba8386
AC
57752002-08-23 Andrew Cagney <cagney@redhat.com>
5776
5777 * gdbint.texinfo (Target Architecture Definition): Update
5778 STORE_RETURN_VALUE, mention regcache.
5779
0ab7a791
AC
57802002-08-21 Andrew Cagney <ac131313@redhat.com>
5781
5782 * gdbint.texinfo (Target Architecture Definition): Document
5783 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
5784
ee2d5c50
AC
57852002-08-19 Andrew Cagney <ac131313@redhat.com>
5786
5787 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
5788 Fix minor typos. Add index entries.
5789
53c69bd7
AC
57902002-08-18 Andrew Cagney <ac131313@redhat.com>
5791
5792 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
5793
e76f1f2e
AC
57942002-08-15 Andrew Cagney <ac131313@redhat.com>
5795
5796 * gdbint.texinfo (Target Architecture Definition): Document
5797 PRINT_VECTOR_INFO.
5798 * gdb.texinfo (Vector Unit): Document "info vectors" command.
5799
0680b120
AC
58002002-08-13 Andrew Cagney <ac131313@redhat.com>
5801
5802 * gdb.texinfo (Maintenance Commands): Document "maint print
5803 registers", "maint print raw-registers" and "maint print
5804 cooked-registers".
5805
3c3bea1c
GS
58062002-08-08 Grace Sainsbury <graces@redhat.com>
5807
a9331b3f 5808 From Mark Salter:
3c3bea1c
GS
5809 * gdb.texinfo (Protocol): Document T packet extension to
5810 allow watchpoint address reporting.
5811
42f9b0a5
AC
58122002-08-03 Andrew Cagney <ac131313@redhat.com>
5813
5814 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
5815
db034ac5
AC
58162002-08-01 Andrew Cagney <cagney@redhat.com>
5817
5818 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
5819 to CHILL.
5820
e2b28d04
AC
58212002-08-01 Andrew Cagney <ac131313@redhat.com>
5822
5823 * gdbint.texinfo (Coding): Revise section "Include Files".
5824
7fb623f7
AC
58252002-07-24 Andrew Cagney <cagney@redhat.com>
5826
5827 * gdbint.texinfo: Obsolete references to m88k.
5828 * gdb.texinfo: Ditto.
5829
4a2b4636
JB
58302002-07-10 Joel Brobecker <brobecker@gnat.com>
5831
7fb623f7 5832 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
5833 where the proper version of autoconf can be retrieved.
5834
a71ec265
DH
58352002-07-09 Don Howard <dhoward@redhat.com>
5836
5837 * gdb.texinfo (Command Files): Further describe the behavior of
5838 sourced command files.
5839
b9aa90c9
AC
58402002-06-27 Andrew Cagney <ac131313@redhat.com>
5841
5842 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
5843 (Coding): Clarify ISO C version that GDB assumes.
5844
40dd2248
TT
58452002-06-26 Tom Tromey <tromey@redhat.com>
5846
5847 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
5848 add_setshow_cmd_full.
5849
bfac230e
DH
58502002-06-25 Don Howard <dhoward@redhat.com>
5851
5852 * gdb.texinfo (Memory Region Attributes): Document new behavior
5853 for 'mem' command.
5854
475b0867
JB
58552002-06-11 Jim Blandy <jimb@redhat.com>
5856
919d772c
JB
5857 * gdb.texinfo (Symbols): Update documentation for `info source'
5858 command.
5859
475b0867
JB
5860 * gdb.texinfo (Macros): Call the command `info macro', not
5861 `show macro'.
5862
ba8c9337
AC
58632002-06-09 Andrew Cagney <ac131313@redhat.com>
5864
5865 * gdbint.texinfo (Coding): Add section ``Per-architecture module
5866 data''.
5867
1029b7fa
MK
58682002-06-09 Mark Kettenis <kettenis@gnu.org>
5869
5870 * gdbint.texinfo (Target Architecture Definition): Document
5871 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5872
16737d73
AC
58732002-06-08 Andrew Cagney <ac131313@redhat.com>
5874
5875 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
5876 lists.
5877
30107679
AC
58782002-06-08 Andrew Cagney <ac131313@redhat.com>
5879
5880 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
5881 Branch''.
5882
3352e23e
AC
58832002-06-01 Andrew Cagney <ac131313@redhat.com>
5884
5885 * gdbint.texinfo (Target Architecture Definition): Add section
5886 ``Converting an existing Target Architecture to Multi-arch''.
5887
cbb09e6a
AC
58882002-05-30 Andrew Cagney <ac131313@redhat.com>
5889
5890 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
5891 to ``Obsoleting code''. Revise.
5892
e2e0bcd1
JB
58932002-05-17 Jim Blandy <jimb@redhat.com>
5894
5895 * gdb.texinfo (C Preprocessor Macros): New chapter.
5896 Include it in the main menu.
5897 (Contributors): Credit Jim Blandy with macro support.
5898 (Compilation): Explain how to get macro information into the
5899 executable.
5900 (Expressions): Note that preprocessor macros are expanded.
5901
9db8d71f
DJ
59022002-05-14 Daniel Jacobowitz <drow@mvista.com>
5903
5904 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
5905 options for `target remote'.
5906
6d531722
AC
59072002-05-13 Andrew Cagney <ac131313@redhat.com>
5908
5909 * gdbint.texinfo (Target Architecture Definition): Delete
5910 documentation on NNPC_REGNUM.
5911
13d01224
AC
59122002-05-11 Andrew Cagney <ac131313@redhat.com>
5913
5914 * gdbint.texinfo (Target Architecture Definition): Document
5915 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
5916 (Target Architecture Definition): Revise section `Using Different
5917 Register and Memory Data Representations'. Add section `Raw and
5918 Virtual Register Representations'.
5919
b2e75d78
AC
59202002-05-11 Andrew Cagney <ac131313@redhat.com>
5921
5922 * gdbint.texinfo (Target Architecture Definition): Mention
5923 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
5924 (Target Architecture Definition): Mention same. Add references to
5925 web pages.
5926
2c8682ee
MS
59272002-05-08 Michael Snyder <msnyder@redhat.com>
5928
5929 * stabs.texinfo (Attributes): Document new "vector" attribute.
5930
0816590b
AC
59312002-05-04 Andrew Cagney <ac131313@redhat.com>
5932
5933 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
5934
2653173e
AC
59352002-05-04 Andrew Cagney <ac131313@redhat.com>
5936
5937 * gdb.texinfo: Delete obsolete references to a29k.
5938
d7bd68ca
AC
59392002-04-24 Andrew Cagney <ac131313@redhat.com>
5940
5941 * gdbint.texinfo (Target Architecture Definition): Replace
5942 IN_SIGTRAMP with PC_IN_SIGTRAMP.
5943
21d83aa5
DM
59442002-04-24 David S. Miller <davem@redhat.com>
5945
5946 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
5947
7673a6cc
DM
59482002-04-21 David S. Miller <davem@redhat.com>
5949
5950 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
5951
d49d1e0a
AC
59522002-04-21 Andrew Cagney <ac131313@redhat.com>
5953
5954 * gdbint.texinfo (Target Architecture Definition): Delete
5955 definition of HAVE_REGISTER_WINDOWS.
5956
f7dc1244 59572002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
5958
5959 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
5960 "Theodore A. Roth" <troth@verinet.com>.
5961
5ca0cb28
DH
59622002-04-15 Don Howard <dhoward@redhat.com>
5963
f7dc1244 5964 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 5965 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 5966 Provide a better explaination of this feature.
5ca0cb28 5967
f208ba17
AC
59682002-04-14 Andrew Cagney <ac131313@redhat.com>
5969
5970 * gdbint.texinfo (Target Architecture Definition): Remove
5971 FRAME_CHAIN_COMBINE.
5972
d5ba91de
MC
59732002-04-12 Michael Chastain <mec@shout.net>
5974
5975 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
5976 REG_STACK_SEGMENT.
5977
26818220
MC
59782002-04-09 Michael Chastain <mec@shout.net>
5979
5980 * gdbint.texinfo (Obsolete Conditionals): Remove references to
5981 PYRAMID_* macros.
5982
129188f6
AC
59832002-04-07 Andrew Cagney <ac131313@redhat.com>
5984
5985 * gdb.texinfo (Bug Reporting): Document that the web is the
5986 prefered way of submitting bug reports.
5987 (Bug Reporting): Delete the s-mail address as the last resort.
5988
8227c0ff
AC
59892002-04-05 Andrew Cagney <ac131313@redhat.com>
5990
5991 * gdbint.texinfo (Target Architecture Definition): Delete
5992 references to TARGET_WRITE_FP and write_fp.
5993
16d9dec6
MS
59942002-03-27 Michael Snyder <msnyder@redhat.com>
5995
5996 * gdb.texinfo: Document new commands dump, append, and restore.
5997
9ae8b82c
AC
59982002-03-27 Andrew Cagney <ac131313@redhat.com>
5999
6000 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
6001 Branch'.
6002
474c8240
AC
60032002-03-18 Andrew Cagney <ac131313@redhat.com>
6004
6005 * gdb.texinfo: Change all examples to @smallexample.
6006 * gdbint.texinfo: Ditto.
a9331b3f 6007
fb0ff88f
AC
60082002-03-18 Andrew Cagney <ac131313@redhat.com>
6009
6010 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
6011 Branches''.
6012
9bb0a4d8
AC
60132002-03-18 Andrew Cagney <ac131313@redhat.com>
6014
6015 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
6016 Policy''.
6017
937f164b
FF
60182002-03-04 Fred Fish <fnf@redhat.com>
6019
6020 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
6021 expresson, suports, dependant, trhe, perhaphs, situtations,
6022 explictily, taged, oportunity, unfortunatly).
6023
a7b40f07
AC
60242002-02-24 Andrew Cagney <ac131313@redhat.com>
6025
6026 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
6027 Remove reference to 3.12.
6028
aab4e0ec
AC
60292002-02-23 Andrew Cagney <ac131313@redhat.com>
6030
6031 * gdbint.texinfo: Include fdl.texi.
6032 (Top): Add GNU Free Documentation License.
6033 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
6034 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
6035 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
6036 (gdbint.info): Add srcdir to include path.
6037 * gdb.texinfo: Include gpl.texi.
6038 (Top): Add Copying.
6039 * gpl.texi: New file.
6040
47b95330
AC
60412002-02-23 Andrew Cagney <ac131313@redhat.com>
6042
6043 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
6044
78c47bea
PM
60452002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
6046
6047 * gdb.texinfo: Document Cygwin native specific commands.
6048
56460a61
DJ
60492002-02-15 Daniel Jacobowitz <drow@mvista.com>
6050
6051 * gdb.texinfo: Document gdbserver ``--attach'' command.
6052
def71bfa
MS
60532002-02-07 Michael Snyder <msnyder@redhat.com>
6054
6055 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
6056 to @code(_ovly_debug_event).
6057
c928edc0
AC
60582002-02-07 Andrew Cagney <ac131313@redhat.com>
6059
6060 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
6061
81d46470
MS
60622002-02-06 Michael Snyder <msnyder@redhat.com>
6063
6064 * gdb.texinfo (overlays): Mention new magic symbol
6065 '_ovly_debug_event', which allows GDB to keep better track
6066 of overlays.
6067
f7dc1244 60682002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
6069
6070 * gdb.texinfo (Memory Region Attributes): Fix the wording.
6071 Suggested by Dmitry Sivachenko.
6072
6073 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
6074
15110bc3
MS
60752002-02-01 Michael Snyder <msnyder@redhat.com>
6076
6077 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
6078
6763aef9
MS
60792002-01-30 Michael Snyder <msnyder@redhat.com>
6080
ac282366
MS
6081 * gdb.texinfo: (remote protocol): Gramatical fix-up.
6082 (set trust-readonly-sections): Document.
6763aef9 6083
8642bc8f
AC
60842002-01-29 Andrew Cagney <ac131313@redhat.com>
6085
6086 * gdbint.texinfo (Releasing GDB): Revise and update.
6087
afe64c1a
AC
60882002-01-28 Andrew Cagney <ac131313@redhat.com>
6089
6090 * gdbint.texinfo (Target Architecture Definition): Delete
6091 description of TARGET_BYTE_ORDER_DEFAULT.
6092
f7dc1244 60932002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
6094
6095 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
6096 <mitya@cavia.pp.ru>.
6097
3d6e1b5a
AC
60982002-01-23 Andrew Cagney <ac131313@redhat.com>
6099
6100 * libgdb.texinfo: Delete file.
6101
6c0e9fb3
AC
61022002-01-22 Andrew Cagney <ac131313@redhat.com>
6103
6104 * gdb.texinfo: Remove makeinfo 3.12 hacks.
6105 * gdbint.texinfo: Ditto.
6106
e0ce93ac
AC
6107Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
6108
6109 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
6110
be298bcc
AC
61112002-01-22 Andrew Cagney <ac131313@redhat.com>
6112
6113 * Makefile.in: Update copyright.
6114 (TEXI2DVI): Define.
6115 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
6116 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
6117 gdb-cfg.texi.
6118 (TEXINDEX, PDFTEX): Delete makefile variables.
6119
8e04817f
AC
61202002-01-22 Andrew Cagney <ac131313@redhat.com>
6121
6122 * gdb.texinfo (Protocol): Move section to appendix.
6123
6b2f586d
AC
61242002-01-21 Andrew Cagney <ac131313@redhat.com>
6125
6126 * gdb.texinfo (Remote Debugging): Create a menu.
6127 (Top): Add ``Remote Debugging'' to menu.
6128
6f05cf9f
AC
61292002-01-21 Andrew Cagney <ac131313@redhat.com>
6130
6131 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
6132 serial protocol'' from here.
6133 (Remote Debugging): To here. New chapter.
6134
3fd3d7d2
AC
61352002-01-20 Andrew Cagney <ac131313@redhat.com>
6136
6137 * gdbint.texinfo (Target Architecture Definition): Delete
6138 description of TARGET_BYTE_ORDER_SELECTABLE_P.
6139
7fd60527
AC
61402002-01-20 Andrew Cagney <ac131313@redhat.com>
6141
6142 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
6143 are no longer needed.
6144 (Porting GDB): Add maintainer note about configure.host.
6145
c2f05ac9
AC
61462002-01-20 Andrew Cagney <ac131313@redhat.com>
6147
6148 * gdbint.texinfo (Target Architecture Definition): Remove
6149 definition of IEEE_FLOAT.
6150
f7dc1244 61512002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
6152
6153 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
6154 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
6155 <3diff@gnu.org>
231b2aad 6156
82600034
AC
61572002-01-19 Andrew Cagney <ac131313@redhat.com>
6158
6159 * gdbint.texinfo (Host Definition): Remove references to
6160 MALLOC_INCOMPATIBLE.
6161
7708fa01
AC
61622002-01-17 Andrew Cagney <ac131313@redhat.com>
6163
6164 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
6165 and xyz-xdep.o.
6166
eb12ee30
AC
61672002-01-17 Andrew Cagney <ac131313@redhat.com>
6168
889bf7c5 6169 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
6170 (Set Breaks): Copy ``maint info breakpoint'' doco to
6171 ``Maintenance Commands'' appendix. Add reference.
6172
c9ccaa92
AC
61732002-01-17 Andrew Cagney <ac131313@redhat.com>
6174
6175 * fdl.texi: Remove next/prev from @node.
6176
f7dc1244 61772002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
6178
6179 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
6180 for monstrous @multitable (from Brian Youmans).
6181
6182 * fdl.texi: New file.
6183
6184 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
6185
8973da3a
AC
61862002-01-15 Andrew Cagney <ac131313@redhat.com>
6187
6188 * gdbint.texinfo (Releasing GDB): New chapter.
6189
7d86b5d5
AC
61902002-01-14 Andrew Cagney <ac131313@redhat.com>
6191
6192 * gdb.texinfo (Embedded Processors, Calling program functions):
6193 Obsolete references to a29k.
6194
cc1cb004
AC
61952002-01-13 Andrew Cagney <ac131313@redhat.com>
6196
6197 * gdbint.texinfo (Coding): Review Cleanups section. Examples
6198 examples. Document that a code-block should do or discard its
6199 cleanups before exit.
6200
79f12247
MS
62012002-01-11 Michael Snyder <msnyder@redhat.com>
6202
6203 * gdb.texinfo (Choosing files): Change @samp to @file.
6204
19837790
MS
62052002-01-05 Michael Snyder <msnyder@redhat.com>
6206
6207 * gdb.texinfo (--pid): Document new command line option (attach).
6208
f7dc1244 62092002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
6210
6211 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
6212 in the stub.
6213
d7449b42
AC
62142002-01-04 Andrew Cagney <ac131313@redhat.com>
6215
6216 * gdbint.texinfo (Target Architecture Definition): Replace
6217 BIG_ENDIAN with BFD_ENDIAN_BIG.
6218
f23631e4
AC
62192002-01-03 Andrew Cagney <ac131313@redhat.com>
6220
6221 * gdbint.texinfo (Target Architecture Definition): Replace
6222 value_ptr with struct value pointer.
6223
72c9928d
EZ
62242002-01-02 Eli Zaretskii <eliz@gnu.org>
6225
6226 * gdb.texinfo (Free Software): Fix wording.
6227
959acfd1
EZ
62282001-12-31 Eli Zaretskii <eliz@gnu.org>
6229
6230 * gdb.texinfo (Free Software): New section ``Free Software Needs
6231 Free Documentation''.
6232
f7dc1244 62332001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
6234
6235 * stabs.texinfo:
6236 * gdb.texinfo:
6237 * gdbint.texinfo:
6238 * libgdb.texinfo:
6239 * annotate.texi: Fix the application of GFDL in the Copyright notice.
6240
6600abed
MS
62412001-12-29 Michael Snyder <msnyder@redhat.com>
6242
6243 * gdb.texinfo (maint info sections): Fix typo.
6244
f6680716
MS
62452001-12-26 Michael Snyder <msnyder@redhat.com>
6246
fe95c787
MS
6247 * gdb.texinfo (maint info sections): Document.
6248
a9331b3f 6249 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
6250 'info proc' sub-options that are currently not implemented.
6251
c3d3ce5b
JB
62522001-12-20 Jim Blandy <jimb@redhat.com>
6253
6254 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
6255
778eb05e
AC
62562001-12-15 Andrew Cagney <ac131313@redhat.com>
6257
6258 * gdbint.texinfo (Target Architecture Definition): Replace
6259 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
6260
2607059c
AC
62612001-12-01 Andrew Cagney <ac131313@redhat.com>
6262
6263 * gdbint.texinfo (Host Definition): Delete documentation on
6264 HOST_BYTE_ORDER.
6265
df0cd8c5
JB
62662001-11-30 Jim Blandy <jimb@redhat.com>
6267
6268 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 6269 overlay support. Add to top-level menu.
df0cd8c5 6270
88118b3a
TT
62712001-11-26 Tom Tromey <tromey@redhat.com>
6272
6273 * gdb.texinfo (Command Syntax): Document C-o binding.
6274
96565e91
CF
62752001-07-26 Christopher Faylor <cgf@redhat.com>
6276
6277 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
6278 use since it is described in the referenced section.
6279
f7dc1244 6280 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
6281 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
6282 clearer when using DJGPP.
6283
2a3d5645
CF
62842001-11-24 Christopher Faylor <cgf@redhat.com>
6285
6286 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
6287 specifically refer to MS-DOS.
6288 (command files): Mention gdb.ini is only used on MS-DOS.
6289
aa26fa3a
TT
62902001-11-21 Tom Tromey <tromey@redhat.com>
6291
6292 * gdb.texinfo (Invoking GDB): Document --args.
6293 (Mode Options): Likewise.
6294
4f8ada06
JB
62952001-11-21 Jim Blandy <jimb@redhat.com>
6296
6297 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
6298 Delete documentation; this macro has been removed from the
6299 sources.
4f8ada06 6300
3fe0dc10
JB
63012001-11-13 Jim Blandy <jimb@redhat.com>
6302
6303 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
6304
9e5abb06
CV
63052001-11-06 Corinna Vinschen <vinschen@redhat.com>
6306
6307 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
6308
1c5dfdad
MS
63092001-11-05 Michael Snyder <msnyder@redhat.com>
6310
a9331b3f 6311 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
6312 quote regexp chars in function names such as "operator*()".
6313
990f9fe3
FF
63142001-11-01 Fred Fish <fnf@redhat.com>
6315
6316 * gdbint.texinfo (SOLIB_ADD): Document additional new
6317 "readsyms" arg.
6318
b433d00b
DH
63192001-10-30 Don Howard <dhoward@redhat.com>
6320
070b1dd3
DH
6321 * gdb.texinfo: (Command Files) Added documentation for the
6322 behavior of gdb with input redirected from a file.
b433d00b 6323
b7209cb4
FF
63242001-10-28 Fred Fish <fnf@redhat.com>
6325
6326 * gdb.texinfo (auto-solib-add): Change docs to match
6327 implementation change.
6328 (auto-solib-limit): Add docs for new variable.
6329
1aa20aa8
AC
63302001-10-15 Andrew Cagney <ac131313@redhat.com>
6331
6332 * gdbint.texinfo (Target Architecture Definition): Function
6333 value_as_pointer renamed to value_as_address.
6334
fc0c74b1
AC
63352001-10-15 Andrew Cagney <ac131313@redhat.com>
6336
6337 * gdbint.texinfo (Target Architecture Definition): Default
6338 POINTER_TO_ADDRESS functions assume unsigned addresses.
6339 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
6340 posting by Jim Blandy.
6341
f4846649
JB
63422001-10-12 Jim Blandy <jimb@redhat.com>
6343
6344 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
6345 version of texi2html (1.64) doesn't support this flag any more.
6346
f277788b
MK
63472001-09-08 Mark Kettenis <kettenis@gnu.org>
6348
a9dc4918
MK
6349 * gdbint.texinfo (Host Definition): Remove description of
6350 MEM_FNS_DECLARED.
6351
d28379df
MK
6352 * gdbint.texinfo (Host Definition): Remove description of R_OK.
6353
f277788b
MK
6354 * gdbint.texinfo (Host Definition): Remove description of
6355 HAVE_SIGSETMASK.
6356
7ccaa899
EZ
63572001-09-04 Elena Zannoni <ezannoni@redhat.com>
6358
6359 * gdbint.texinfo (Target Architecture Definition): Add
6360 explanation of TARGET_PRINT_INSN macro.
6361
17d9d558
JB
63622001-08-30 Jim Blandy <jimb@redhat.com>
6363
6364 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
6365 Explain what it means to load relocatable files.
6366
72cde065
JB
63672001-08-28 Jim Blandy <jimb@redhat.com>
6368
6369 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
6370 info `top' menu.
6371
9e678452
CF
6372Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
6373
6374 * gdbint.texinfo: Add a cautionary note about macro use.
6375
a2bea4c3 63762001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 6377
a2bea4c3
CV
6378 * gdb.texinfo: Explain omitting the hostname in the
6379 `target remote' command.
6380
1129bf27
DJ
63812001-07-30 Daniel Jacobowitz <drow@mvista.com>
6382
6383 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
6384 and END-INFO-DIR-ENTRY.
6385
732b3002
SC
63862001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6387
6388 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
6389
89437448
AC
63902001-07-25 Andrew Cagney <ac131313@redhat.com>
6391
6392 * gdbint.texinfo (libgdb): Rewrite.
6393
f7dc1244 63942001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
6395
6396 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
6397
c4555f82
SC
63982001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6399
6400 * gdb.texinfo (TUI): New chapter, document the TUI.
6401 (Mode Options): Document the -tui option.
6402
2f45a6e0
MK
64032001-07-23 Mark Kettenis <kettenis@gnu.org>
6404
6405 * gdbint.texinfo (Host Definition): Remove description of
6406 NEED_POSIX_SETPGID.
6407
f7dc1244 64082001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
6409
6410 * gdb.tex (DJGPP Native): New node, with descriptions of
6411 DJGPP-specific commands.
6412
be9c6c35
JM
64132001-07-19 John R. Moore <jmoore@redhat.com>
6414
6415 * gdbint.texinfo: Three misspellings.
6416
dfa249fb
AC
64172001-07-06 Andrew Cagney <ac131313@redhat.com>
6418
6419 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
6420 `test` expressions on bash. Problem reported by Colin Walters.
6421
c72e7388
AC
64222001-07-04 Andrew Cagney <ac131313@redhat.com>
6423
6424 * gdbint.texinfo (User Interface): Update ui-out documentation to
6425 refelect recent UI/MI updates.
6426
94bbb2c0
AC
64272001-07-04 Andrew Cagney <ac131313@redhat.com>
6428
6429 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
6430 interpreters.
6431
af6c57ea
AC
64322001-06-15 Andrew Cagney <ac131313@redhat.com>
6433
6434 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
6435 structure and not macros.
6436 (Host Definition): Document that much of this chapter is obsolete.
6437 (Target Architecture Definition): Update list of files that make
6438 up a target architecture.
6439 (Coding): Update.
6440
83aa8bc6
AC
64412001-06-28 Andrew Cagney <ac131313@redhat.com>
6442
6443 * gdbint.texinfo (Target Architecture Definition): Update
6444 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
6445 The latter has been changed to a true predicate.
6446
f7dc1244 64472001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
6448
6449 * annotate.texi: Add @noindent where needed. From Dmitry
6450 Sivachenko <dima@Chg.RU>.
6451 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
6452
656db9b0
AC
64532001-06-16 Andrew Cagney <ac131313@redhat.com>
6454
6455 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
6456
df2396a1
AC
64572001-06-14 Andrew Cagney <ac131313@redhat.com>
6458
6459 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
6460 returns ``OK''. Document that the ``R'' packet does not reply.
6461
0f1f2b0a
MS
64622001-06-13 Michael Snyder <msnyder@redhat.com>
6463
6464 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
6465
f7dc1244 64662001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
6467
6468 * gdb.texinfo (Signals): Clarify the default setting of signal
6469 handling.
6470
a5d7c491
AC
64712001-05-14 Andrew Cagney <ac131313@redhat.com>
6472
6473 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
6474 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
6475
05a54c4f
AC
64762001-05-12 Andrew Cagney <ac131313@redhat.com>
6477
6478 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
6479
f7dc1244 64802001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
6481
6482 * gdbint.texinfo (Clean Design and Portable Implementation):
6483 Renamed from "Clean Design".
6484 (Clean Design and Portable Implementation): Document portable
6485 methods of handling file names, and the associated macros.
6486
f7dc1244 64872001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
6488
6489 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
6490 command and provide a cross-reference to its description.
6491 (Symbols): Note that "info scope" is useful for trace experiments.
6492
f7dc1244 64932001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 6494
b37052ae
EZ
6495 * gdb.texinfo (Symbols): Document "info scope".
6496 (Tracepoints): New chapter.
6497 (Contributors): Update for v5.1.
6498 <All nodes>: Change "C++" to "C@t{++}".
6499
0ee54786
EZ
6500 * gdbint.texinfo (User Interface): A new section about ui_out
6501 functions, based on text written by Fernando Nasser.
6502
c534679c
EZ
6503 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
6504
f7dc1244 65052001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 6506
e9c75b65
EZ
6507 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
6508
6509 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
6510
6511 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
6512 Replace "GDB" with "@value{GDBN}". Fix markup.
6513
6514 * annotate.texi: Change Permissions to GFDL. Update Copyright.
6515
3d67e040
EZ
6516 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
6517 a cross-reference to its description.
6518 (Symbols): Document "info symbol".
6519
f7dc1244 65202001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
6521
6522 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
6523 subsection "x86 Watchpoints".
6524 (Target Architecture Definition): Document the macros
6525 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
6526 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
6527
b0ed3589
AC
65282001-03-20 Andrew Cagney <ac131313@redhat.com>
6529
6530 * gdbint.texinfo (Target Architecture Definition): Update
6531 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
6532 list.
6533
b6ba6518
KB
65342001-03-06 Kevin Buettner <kevinb@redhat.com>
6535
6536 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
6537 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
6538
f7dc1244 65392001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
6540
6541 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
6542
f7dc1244 65432001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 6544
17cc6a06
EZ
6545 * gdb.texinfo (Environment): Document that `path' does not change
6546 the value of PATH in GDB's own environment (it did in the past,
6547 but that was changed on March 15, 1994). Reported by Doug Evans
6548 <dje@transmeta.com>.
6549
56caf160
EZ
6550 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
6551 its line. Fix markup of commands and macros. Add an Index node
6552 and index entries.
6553
29e57380
C
65542001-01-23 J.T. Conklin <jtc@redback.com>
6555
6556 * gdb.texinfo (Memory region attributes): New manual section.
6557
1c6147de
ND
65582001-01-04 Nicholas Duffek <nsd@redhat.com>
6559
6560 * gdbint.texinfo (POP_FRAME): Document use by return_command.
6561
f7dc1244 65622000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
6563
6564 * refcard.tex: Version and copyright fixed. From Phil Edwards
6565 <pedwards@disaster.jaj.com>.
6566
0dcedd82
AC
6567Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
6568
6569 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 6570 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 6571
3b851bce
AC
6572Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
6573
6574 * gdbint.texinfo (Coding): Update current value of
889bf7c5 6575 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 6576
f7dc1244 65772000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
6578
6579 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
6580 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
6581
b90a5f51
CF
65822000-11-10 Christopher Faylor <cgf@cygnus.com>
6583
6584 * gdb.texinfo: Document new 'set step-mode' command.
6585
f7dc1244 65862000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
6587
6588 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
6589 changes from Dmitry Sivachenko <dima@Chg.RU>.
6590
f7dc1244 65912000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
6592
6593 * gdb.texinfo (Hooks): Document the new post-hook functionality.
6594 From Steven Johnson <sbjohnson@ozemail.com.au>.
6595
2e685b93
MK
65962000-08-10 Mark Kettenis <kettenis@gnu.org>
6597
6598 * gdbint.texinfo (Overall Structure): Spelling fix.
6599
f7dc1244 66002000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
6601
6602 * gdbint.texinfo (Target Architecture Definition): Document that
6603 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
6604 for which REGISTER_CONVERTIBLE returns a zero value.
6605
63ac3005
EZ
66062000-07-08 Christopher Faylor <cgf@cygnus.com>
6607
6608 * Makefile.in (install-info): Find files to install in either the
6609 build or source directories (adapted from Makefile.am).
6610
bd79f757
ND
66112000-07-07 Nicholas Duffek <nsd@redhat.com>
6612
6613 * stabs.texinfo: Fix spelling errors.
6614 (String Field): FILE-NUMBER starts from 0, not 1.
6615
f7dc1244 66162000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
6617
6618 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 6619 Brian Youmans.
5f208f6d 6620
f7dc1244 66212000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
6622
6623 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
6624 the source directory. Reported by Mark Harig
6625 <markh@frazier.landmark.com>.
cc542d3b 6626
f3b28801
C
66272000-06-20 J.T. Conklin <jtc@redback.com>
6628
6629 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
6630
449f3b6c
AC
6631Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
6632
6633 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 6634 Generate using pdftex.
449f3b6c 6635 (PDFTEX): Define.
889bf7c5 6636 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 6637 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 6638 @contents at the start.
449f3b6c 6639
f7dc1244 66402000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
6641
6642 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 6643 Youmans.
48e934c6 6644
9e9c5ae7
AC
6645Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
6646
6647 From Brian Youmans:
6648 * gdb.texinfo: Fix ``et al.''.
6649
c741b251
AC
6650Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
6651
6652 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 6653 loop.
c741b251 6654
4ab64e14
JG
66552000-05-19 Jimmy Guo <guo@cup.hp.com>
6656
6657 * configure: Regenerate.
6658
f7dc1244 66592000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
6660
6661 * Makefile.in (install-info): Run install-info on installed Info
6662 files.
6663
8c70017b
AC
6664Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6665
a7cb598a 6666 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 6667 Andrew Cagney.
8c70017b 6668
f7dc1244 66692000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
6670
6671 * gdb.texinfo: Proofreading changes from Brian Youmans.
6672
bf0184be
ND
66732000-05-01 Nick Duffek <nsd@cygnus.com>
6674
6675 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
6676 startup sequence, minor edits.
6677
f7dc1244 66782000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
6679
6680 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
6681 TeX.
6682
6683 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
6684 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
6685 like `n' and `s' which look weird. Convert some of the @kindex to
6686 @vindex, when they refer to variables, not commands.
6687
33e16fad
AC
6688Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6689
6690 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
6691
f7dc1244 66922000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
6693
6694 * Makefile.in (GDBMI_DIR): New variable.
6695 (SET_TEXINPUTS): Add $(GDBMI_DIR).
6696 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
6697 (gdbmi.texinfo): New target, for texi2roff.
6698 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
6699 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
6700
6701 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
6702 gdbmi.texinfo.
6703 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
6704 comment.
6705
d167840f
EZ
67062000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6707
6708 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 6709 command.
d167840f 6710
f7dc1244 67112000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
6712
6713 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
6714 prevents the build (and is generally a Bad Idea).
6715
f7dc1244 67162000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
6717
6718 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
6719 a comma inside @var.
6720 (Command Files): Index markup changes from Dmitry Sivachenko
6721 <dima@Chg.RU>.
6722
f7dc1244 67232000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
6724
6725 * Makefile.in (LN_S): Define.
6726 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
6727 invoke "ln -s" unless it is known to work.
6728
6729 * configure.in (AC_PROG_LN_S): Add.
6730
8dc7983f
JB
67312000-04-14 Jim Blandy <jimb@redhat.com>
6732
6733 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
6734 section.
6735 (Target Conditionals): Document ADDRESS_TO_POINTER,
6736 POINTER_TO_ADDRESS.
6737
1a8237e8
DB
67382000-04-11 Daniel Berlin <dan@cgsoftware.com>
6739
6740 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
6741 gdb-cfg.texi to get the value.
6742
ca526f1a
JB
67432000-04-10 Jim Blandy <jimb@redhat.com>
6744
6745 * gdbint.texinfo (Target Architecture Definition): Fix
6746 cross-references.
6747
faaafcb4
JB
67482000-04-08 Jim Blandy <jimb@redhat.com>
6749
6750 * gdbint.texinfo (Using Different Register and Memory Data
6751 Representations): New section.
6752 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
6753 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
6754 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 6755
1b27397f
AC
6756Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
6757
6758 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 6759 for acknowledgments.
1b27397f 6760
480ff1fb
AC
6761Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
6762
6763 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 6764 qThreadExtraInfo.
480ff1fb 6765
a9331b3f 67662000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 6767
a9331b3f
RM
6768 * gdb.texinfo: Clarify which remote debug protocol commands are
6769 required and which are optional.
f1251bdd 6770
dbeb8dbd
AC
6771Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
6772
6773 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
6774 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
6775 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
6776 * annotate.texi: Update.
6777
6d2ebf8b
SS
67782000-03-28 Stan Shebs <shebs@apple.com>
6779
6780 * gdb.texinfo: Update dates, bump to Eighth Edition (note
6781 expectation of additional changes before release), update
6782 ISBN, add copy of top-level menu for @ifhtml, remove explicit
6783 node links, rephrase and/or shorten lines to fix formatting
6784 problem in both regular and @smallbook formats.
6785 * annotate.texi: Shorten lines in example, use smallexample
6786 consistently everywhere.
6787 * Makefile.in: Add comment about texinfo 4.0 html generation.
6788 (SFILES_INCLUDED): Add annotate.texi.
6789
5d161b24
DB
67902000-03-27 Daniel Berlin <dan@cgsoftware.com>
6791
5ae4183a
AS
6792 * gdb.texinfo (Debugging Output): Added new section, documenting
6793 the "set/show debug" commands.
5d161b24 6794
b9deaee7
AC
6795Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
6796
6797 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 6798 entry.
b9deaee7
AC
6799
6800 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
6801 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 6802 @chapter and @node entries.
a9331b3f 6803
b9deaee7 6804 * gdb.texinfo: Link all top-level nodes.
a9331b3f 6805
9ef47d30
AC
6806Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
6807
6808 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 6809 files.
9ef47d30 6810
cfeada60
FN
68112000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
6812
6813 From David Whedon <dwhedon@gordian.com>
5ae4183a 6814 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 6815
6837a0a2
DB
68162000-03-22 Daniel Berlin <dan@cgsoftware.com>
6817
6818 * gdb.texinfo: Add documentation for the apropos command.
6819
bba2971c
MS
68202000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6821
6822 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
6823
2b628194
MS
68242000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6825
a9331b3f 6826 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
6827 two places.
6828
96a2c332
SS
68292000-03-17 Stan Shebs <shebs@apple.com>
6830
6831 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
6832 <dima@Chg.RU>, also clarification of allowed content for
6833 string constants.
6834
f7dc1244 68352000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
6836
6837 * gdb.texinfo (main menu): Add Annotations.
6838 (File Options): Add @cindex entries for each command-line option.
6839 Document --epoch, --annotate, --async, --interpreter, --write,
6840 --statistics, and --version.
6841
6842 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
6843 of GDB.
6844
9d233477
JB
68452000-02-23 Jim Blandy <jimb@redhat.com>
6846
6847 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
6848
14e0eb3b
JB
68492000-02-22 Jim Blandy <jimb@redhat.com>
6850
6851 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
6852
3555de01
JM
68532000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
6854
6855 * Makefile.in (diststuff): New target.
6856
5e35df8e
KB
68572000-02-15 Kevin Buettner <kevinb@redhat.com>
6858
6859 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 6860 architecture. [From Jim Wilson.]
5e35df8e 6861
c5394b80
JM
68622000-01-16 Tom Tromey <tromey@cygnus.com>
6863
6864 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
6865 (Delete Breaks): Mention range arguments.
6866 (Disabling): Likewise.
6867
c3f6f71d
JM
68682000-01-05 Dmitry Sivachenko <dima@Chg.RU>
6869
6870 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
6871
c4093a6a
JM
6872Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
6873
6874 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 6875 valid functions.
c4093a6a 6876
11cf8741
JM
68771999-11-05 Stan Shebs <shebs@andros.cygnus.com>
6878
6879 * gdb.texinfo: Clarify regular expressions used in rbreak.
6880
917317f4
JM
68811999-10-15 Kevin Buettner <kevinb@cygnus.com>
6882
6883 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
6884 MEMORY_REMOVE_BREAKPOINT): Document.
6885
6886Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
6887
6888 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 6889 offset re-using the DATA offset instead.
917317f4 6890
2df3850c
JM
68911999-10-11 Jim Kingdon <kingdon@redhat.com>
6892
6893 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
6894
68951999-10-05 Stan Shebs <shebs@andros.cygnus.com>
6896
6897 From Dmitry Sivachenko <demon@gpad.ac.ru>:
6898 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
6899 typos.
6900
6901 * gdb.texinfo: Various minor wording and formatting improvements,
6902 mentions of additional command-line options.
6903
2acceee2
JM
69041999-09-30 Fred Fish <fnf@cygnus.com>
6905
6906 * gdb.texinfo: Document additional forms of specifying section
6907 names and addresses for the add-symbol-file command.
6908
c2c6d25f
JM
69091999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
6910
6911 * gdbint.texinfo: Fix typo, add the word "have".
6912
69131999-09-14 Jim Blandy <jimb@cris.red-bean.com>
6914
6915 * gdbint.texinfo (Target Architecture Definition): Document the
6916 SKIP_PERMANENT_BREAKPOINT macro.
6917
d4f3574e
SS
69181999-09-07 Stan Shebs <shebs@andros.cygnus.com>
6919
6920 * gdb.texinfo: Fiks speling errers.
6921
6922 * gdb.texinfo: Fix uses of @multitable.
6923
f7dc1244 6924 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 6925 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 6926 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
6927 comments about using with optimization, add more indexing,
6928 fix info about disassembly-flavor.
6929
6930Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
6931
6932 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
6933 SKIP_SOLIB_RESOLVER): Define.
6934
6935Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
6936
6937 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 6938 ``g'' packets.
d4f3574e 6939
104c1213
JM
69401999-08-30 Stan Shebs <shebs@andros.cygnus.com>
6941
6942 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
6943 platform-specific info, inline remote.texi and move sections of it
6944 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
6945 and register stack into the new chapter.
6946 * remote.texi: Remove, now part of gdb.texinfo.
6947 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
6948
69491999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
6950
6951 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
6952 GDB_TARGET_IS_MACH386): These kludges have gone away.
6953
6954Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
6955
6956 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 6957 TDEPLIBS.
104c1213 6958
53a5351d
JM
69591999-08-20 Stan Shebs <shebs@andros.cygnus.com>
6960
6961 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
6962 surrounding text to fit HP-UX bits into general info.
6963 (HPPA-cfg.texi): Remove, no longer useful.
6964
6965 * gdb.texinfo: Remove explicit links from @node lines, remove
6966 HP-added "Detailed Node Listing" from main menu which confuses
6967 things.
6968
6969 From Dmitry Sivachenko <dima@Chg.RU>:
6970 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 6971 in description of `set environment'.
53a5351d
JM
6972
69731999-08-17 Stan Shebs <shebs@andros.cygnus.com>
6974
6975 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
6976
7be570e7
JM
69771999-08-12 Ben Elliston <bje@cygnus.com>
6978
6979 * gdbint.texinfo (Breakpoint Handling): Add missing words.
6980
f7dc1244 69811999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
6982
6983 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
6984 watch, awatch, and rwatch. Explain why the latter two cannot be
6985 set as software watchpoints. Document that watchpoints for local
6986 variables are deleted when the debuggee terminates.
7be570e7
JM
6987
6988Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
6989
6990 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
6991 packet. Allow E.. response packet. "qRcmd" packet is no longer
6992 reserved.
7be570e7
JM
6993
69941999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6995
a9331b3f
RM
6996 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
6997 * gdb.texinfo: Ditto.
7be570e7 6998
96baa820
JM
69991999-08-06 Tom Tromey <tromey@cygnus.com>
7000
7001 * gdb.texinfo (KOD): New node.
7002
7003Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
7004
7005 * remote.texi (Rcmd): Fix minor formatting typos.
7006
7007Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
7008
7009 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 7010 packets.
96baa820 7011
adf40b2e
JM
70121999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
7013
7014 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
7015 fixes.
7016
43ff13b4
JM
7017Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
7018
7019 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
7020
085dd6e6
JM
7021Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
7022
7023 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
7024 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
7025 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
7026 packets that are not supported on all hosts. Expand examples.
7027 Spell check.
085dd6e6
JM
7028
70291999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
7030
7031 * Makefile.in: Recognize html, install-html. Add targets
7032 to build HTML versions of documentation via texi2html.
7033
7034Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
7035
7036 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 7037 testsuite.
085dd6e6
JM
7038
7039Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
7040
7041 * remote.texi (Communication Protocol): Rewrite.
7042
7043Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
7044
7045 * stabs.texinfo: Fix uses of xref.
7046
9e0b60a8
JM
7047Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
7048
7049 * gdbint.texinfo: Add an anti-printf exhortation, and update the
7050 info about patch submission.
7051
cce74817
JM
7052Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
7053
7054 From Per Bothner <bothner@cygnus.com>:
7055 * gdb.texinfo: Document Chill support.
7056
7057Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
7058
7059 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
7060 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
7061 Document that the value should be greater-than or equal-to zero.
7062 (NO_STD_REGS): Document. Deprecate.
cce74817 7063
ac9a91a7
JM
7064Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7065
7066 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 7067 Document that these are not used.
ac9a91a7
JM
7068
7069Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7070
7071 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
7072
392a587b
JM
7073Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
7074
7075 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 7076 numargs was dropped.
392a587b
JM
7077
7078Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
7079
7080 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
7081
b83266a0
SS
7082Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
7083
7084 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 7085 Update.
b83266a0 7086
7a292a7a
SS
7087Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
7088
7089 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
7090 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
7091
7092Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
7093
7094 * gdbint.texinfo: Fix typos: $ -> @.
7095
7096Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
7097
7098 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
7099 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
7100 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
7101 BREAKPOINT_FROM_PC.
a9331b3f 7102
7a292a7a
SS
7103Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
7104
7105 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 7106 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
7107
7108Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7109
7110 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 7111 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
7112
71131999-04-02 Stan Shebs <shebs@andros.cygnus.com>
7114
7115 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
7116 longer exists.
7117
7118Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
7119
7120 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
7121 nearly all @ifset/@ifclear conditionals; nobody uses them, and
7122 they make the manual source incomprehensible.
7a292a7a
SS
7123 * h8-cfg.texi: Remove, hasn't been used in years.
7124
c906108c
SS
7125Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
7126
7127 * gdb.texinfo: Update the credits.
7128
7129Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
7130
7131 * gdb.texinfo: Fix mistakes noticed in printout of last
7132 draft, add Alpha to discussion of heuristic fence post.
7133
7134Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
7135
7136 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
7137 Edition, merge some HP changes into mainline, describe some
7138 previously undocumented features, describe more of the target
7139 commands available, eliminate obsolete section on renamed
7140 commands.
c906108c
SS
7141 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
7142
7143Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
7144
7145 * gdb.texinfo: Make many HPPA conditionals unconditional,
7146 including catchpoint description, since now on for all configs.
7147 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
7148 specializations.
7149
7150Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
7151
7152 * Makefile.in (GDBvn.texi): Fix match expression to work with
7153 current format of VERSION in gdb/Makefile.in.
7154 * gdb.texinfo: Fix node ref to match new readline.
7155
7156Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
7157
a9331b3f
RM
7158 * gdb.texinfo: Changes made as part of a project to merge in
7159 changes made by HP. Documentation makes extensive use of
c906108c
SS
7160 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
7161 on remote debugging. There are differences in documentation
889bf7c5 7162 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
7163 the HP manual discusses catchpoints, hardware watchpoints, and
7164 some HPUX specific limitations for shared library support.
a9331b3f 7165
c906108c
SS
7166 There are also a number of @node changes.
7167
71681999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
7169
7170 * gdbint.texinfo (Formatting): Disambiguate a sentence.
7171 (C Usage): Same.
7172
7173Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
7174
7175 The following changes were made by Edith Epstein
889bf7c5
PA
7176 <eepstein@cygnus.com> as part of a project to merge in changes
7177 made by HP.
a9331b3f 7178
c906108c
SS
7179 * HPPA-cfg.texi: new file.
7180
7181 * all-cfg.texi: set HPPA for HP PA-RISC targets.
7182
7183 * refcard.tex: change documentation about catch.
7184 removed info catch.
7185
7186Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
7187
7188 * gdbint.texinfo: Expand on GDB's coding standards,
7189 specify the use of arg names with prototypes.
7190
71911998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
7192
7193 * gdb.texinfo: Fix tipo.
7194
7195Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
7196
7197 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 7198 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
7199
7200Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
7201
7202 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
7203
72041998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
7205
7206 * agentexpr.texi: New file.
7207
7208Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
7209
7210 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
7211
72121998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
7213
7214 * remote.texi: Changed wording that implied that the GDB remote
7215 protocol caches register values instead of GDB itself.
7216
7217Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
7218
7219 * gdbint.texinfo: Add some info about symbol readers.
7220 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
7221 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
7222 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
7223 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
7224
7225Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
7226
a9331b3f 7227 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
7228
7229Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
7230
7231 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
7232
7233Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
7234
7235 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 7236 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
7237
7238Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
7239
7240 * gdbint.texinfo: Fix minor typos.
7241
7242Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
7243
7244 * gdbint.texinfo: Complete overhaul. Group descriptions more
7245 logically, add more info on generic algorithms, remove much
7246 obsolete and/or wrong material.
7247
7248Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
7249
7250 * stabs.texinfo (Method Type Descriptor): Expand and correct.
7251
7252Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
7253
7254 * refcard.tex: Copyright, address updates.
7255
7256Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
7257
7258 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
7259 for the edition instead of confusing GDB-version-like numbers.
7260
7261Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
7262
7263 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
7264
7265Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
7266
5ae4183a 7267 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
7268
7269Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
7270
7271 * gdb.texinfo: Add some credits, mention bug monitor.
7272 * remote.texi: Mention mips monitor targets.
7273 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 7274
c906108c
SS
7275Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
7276
7277 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
7278 files, finish sorting of host vs target vs native macros, describe
7279 some more of them.
c906108c
SS
7280
7281Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
7282
7283 * gdbint.texinfo (Host Conditionals): Document change from
7284 using NO_MMALLOC to it's inverse, USE_MMALLOC.
7285
7286Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
7287
7288 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 7289 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
7290
7291Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
7292
7293 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
7294 Document LSEEK_NOT_LINEAR.
7295
7296Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
7297
7298 * stabs.texinfo (Stab Section Basics): Make it clear that only
7299 some versions of the GNU linker remove the leading N_UNDF symbol.
7300
7301Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
7302
7303 * stabs.texinfo (String Field): Document type number pairs here,
7304 instead of in the Sun specific section.
7305 (Include Files): The GNU linker supports the N_BINCL
7306 optimization. Clarify the N_BINCL value, and what it is used
7307 for.
7308 (Procedures): Document N_FUN with an empty string to mark the end
7309 of a function.
7310 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
7311 (Sun Differences): Remove this node, as the information is now
7312 elsewhere in the main document.
7313 (Stab Section Basics): Mention that the GNU linker may optimize
7314 stabs and remove the leading N_UNDF symbol.
7315
7316Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
7317
7318 * gdb.texinfo, refcard.tex: Restore author credit
7319
7320Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
7321
7322 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
7323 documentation to account for START and END macros taking
7324 one arg.
7325
7326Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
7327
7328 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
7329 * gdb.texinfo (Frames): Fix typo.
7330
7331Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
7332
7333 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
7334 a target_signal as arg type, not a pid.
7335
7336Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
7337
7338 * gdb.texinfo: Document `set assembly-language'.
7339
7340Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
7341
7342 * remote.texi: Update list of stubs in the GDB distribution.
7343
7344Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
7345
7346 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
7347 Also document that some systems can use mmalloc but must define
7348 this if their C runtime allocates memory that is later freed.
c906108c 7349 (MMCHECK_FORCE): Document new macro.
a9331b3f 7350
c906108c
SS
7351Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
7352
7353 * remote.texi: Add documentation for target Sparclet.
7354
7355Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7356
a9331b3f 7357 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
7358 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
7359 * configure.in: Rewritten for autoconf.
7360 * configure: New.
7361
7362Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
7363
7364 * Makefile.in (DVIPS): New define, set to dvips.
7365 (dvi): Add stabs.dvi.
7366 (ps): New target.
7367 (all-doc): Depend on info, dvi, and ps targets.
7368 (STAGESTUFF): Add *.ps and *.dvi files.
7369 (clean-info, clean-dvi): Remove.
7370 (mostlyclean): Does not depend upon clean-info or clean-dvi,
7371 rules completely rewritten.
7372 (maintainer-clean): Remove clean-info and clean-dvi
7373 dependencies and put their actions in the rules.
7374 (gdb.ps): New target
a9331b3f 7375 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
7376 intermediate TeX files, whether they have 2 or 3 character
7377 extensions.
7378 (gdbint.ps): Add target and rules.
7379 (gdb-internals): Delete unused target.
7380 (Makefile): Depends upon config.status also.
7381
7382Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
7383
7384 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
7385 set.
7386
7387Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
7388
7389 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7390 * gdb.texinfo (Expressions): Fix erroneous array constant example.
7391
7392Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
7393
7394 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
7395
7396Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7397
7398 * gdb.texinfo (Print settings): Document
7399 `set/show print static-members' commands.
7400
7401Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
7402
7403 * gdbint.texinfo (Native): Document name change, coredep.c to
7404 core-aout.c.
7405
7406Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
7407
7408 * stabs.texinfo (Include Files): Document the values the SunOS4
7409 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
7410
7411Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
7412
7413 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
7414 Fix typo.
7415
7416Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
7417
7418 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
7419 "gdb.tar.Z".
7420
7421Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
7422
7423 * Makefile.in (maintainer-clean): New target, synonym for
7424 realclean.
7425
7426Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
7427
7428 * Update all FSF addresses except those in COPYING* files.
7429
7430Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7431
7432 From Richard Earnshaw (rearnsha@armltd.co.uk):
7433 * gdb.texinfo (convenience variables): Document $_exitcode.
7434 (quit): Document optional expression to use as exit code.
7435
7436Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
7437
7438 * gdb.texinfo, remote.texi: Brought up to date with various
7439 GDB changes.
7440
7441Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
7442
7443 * gdb.texinfo: Update dates and versions, fix comments about
7444 hardware watchpoints in future releases and about the
7445 sharedlibrary command.
7446
7447Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7448
7449 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
7450 C_FUN stab. Other cleanups.
7451
7452Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7453
7454 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
7455 for the sparc stub.
7456
7457Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7458
7459 * annotate.texi: Clarify which addresses have differing formats
7460 depending on the language and which do not.
7461
7462Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7463
7464 * remote.texi (NetWare): Changed example to use BOARD= instead of
7465 NODE= argument to reflect correspoding change to gdbserve.nlm.
7466
7467Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7468
7469 * stabs.texinfo (Negative Type Numbers): Mention the fact that
7470 GDB, as well as AIX dbx, supports the size type attribute.
7471
7472Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7473
7474 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
7475
7476Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
7477
7478 * gdb.texinfo (Define): Document $arg0... arguments to commands,
7479 and new 'if' and 'while' commands.
7480
7481Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
7482
7483 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
7484
7485Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7486
7487 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
7488 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
7489 NetWare targets. Mostly stolen from the Server node.
7490
7491Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7492
7493 * gdb.texinfo (Setting): Talk about the language of a source file
7494 versus the working language. The old documentation did not match
7495 what GDB did.
7496
7497Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7498
7499 * stabs.texinfo (Source Files): Document N_SO used to mark the end
7500 of a source file.
7501
7502Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7503
7504 * gdb.texinfo (Processes): New node.
7505
7506Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
7507
7508 * remote.texi: Update documentation of set/show mipsfpu.
7509
3fc11d3e
JM
7510Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
7511
7512 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
7513 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
7514
7515Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
7516
7517 * gdbint.texinfo: Removed mentions of some incorrectly placed and
7518 obsolete conditionals, described some others.
7519
7520Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7521
7522 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
7523 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
7524
7525Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
7526
7527 * gdbint.texinfo: Put regex conditionals in their own table.
7528
7529Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7530
7531 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
7532 described or fixed the descriptions of many others.
7533
7534Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
7535
7536 * gdb.texinfo: Add some more credits.
7537 * gdbint.texinfo: Capitalize GDB consistently, describe some
7538 macros and remove some.
7539
7540Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
7541
7542 * gdbint.texinfo: Removed mentions of many incorrectly placed and
7543 obsolete conditionals, described some others.
7544
7545Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7546
7547 * gdb.texinfo (help targets): Changed to `help target', which
7548 is the correct gdb command.
7549
7550Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7551
7552 * annotate.texi (TODO): New node, for keeping track of annotations
7553 suggested but not yet implemented.
7554
7555Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7556
7557 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
7558 another symbol, it is not the address itself.
7559
7560Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
7561
7562 * stabs.texinfo (Stab Section Basics): Add comment about alignment
7563 of stabs-in-coff sections.
7564
7565Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7566
7567 * annotate.texi: Change edition to 0.5 and date to May 1994.
7568 Add index.
7569 (Frames): New node, for frame annotation.
7570 (Displays): New node, for display annotation.
7571
7572 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
7573 when waiting for your program to stop.
7574
7575Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7576
7577 * annotate.texi (Breakpoint Info): Document annotation of header
7578 fields and record annotation.
7579
7580Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7581
7582 * annotate.texi: New file, to document annotations.
7583
7584Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7585
7586 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
7587 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
7588
7589Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7590
7591 * stabs.texinfo (Stab Section Basics): Say what is in .stab
7592 section, and say n_strx field is compilation unit relative.
7593 * stabs.texinfo: Don't use @code for a.out when it is the name of
7594 an object file format.
7595
7596Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7597
7598 * gdb.texinfo: Refer to file names, not path names, per rms
7599 convention.
7600 (Arguments): Fix typo.
7601
7602Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7603
7604 * stabs.texinfo (Global Variables): Talk about stabs in files
7605 where variables are referenced, but not defined.
7606
7607Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7608
7609 * stabs.texinfo: Move stuff on @ and # type descriptors from node
7610 Cplusplus to new nodes Member Type Descriptor and Method Type
7611 Descriptor. Re-write stuff for #.
7612
7613Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7614
7615 * gdb.texinfo (Print Settings): Don't document "set print
7616 fast-symbolic-addr off". The bug which it worked around was fixed
7617 on 25 Feb 94 in coffread.c, so I'm nuking the command.
7618
7619 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
7620 N_ENTRY node.
7621
7622 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
7623
7624Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7625
7626 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
7627 references to ieee-float.c.
7628
7629Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7630
7631 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
7632 match what the code actually does.
7633
7634Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7635
7636 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
7637
7638Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7639
7640 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
7641 i, and b.
7642
7643Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
7644
7645 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
7646 well as for ELF and SOM. Unify the descriptions of ELF and SOM
7647 as "stabs in sections" rather than just saying "ELF and SOM".
7648 Also make that stuff apply to COFF.
7649
7650Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7651
7652 * gdb.texinfo (Formatting Documentation): Change GhostScript to
7653 Ghostscript.
7654
7655Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7656
7657 * gdb.texinfo (Continuing and Stepping): When talking about "step"
7658 versus functions without line numbers, also mention stepping into
7659 them as well as "step" when you are in them. Tell the user how to
7660 deal with the situation. Add comment about "debugging information".
7661
7662Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7663
7664 * stabs.texinfo (Enumerations): Document restriction on where
7665 enumeration types can appear and still win with GDB.
7666
7667Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7668
7669 * stabs.texinfo (Negative Type Numbers): Document format for type
7670 -16.
7671
7672Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7673
7674 * gdb.texinfo (Selection, Frame Info): Update information about
7675 arbitrary frame specficiations.
7676
7677Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
7678
7679 * gdb.texinfo, remote.texi: general editing pass prior to Net release
7680
7681Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7682
7683 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
7684
7685Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
7686
7687 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
7688
7689Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7690
7691 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
7692 Differences node to Statics node.
7693 (Statics): Discuss XCOFF use of V symbol descriptor.
7694
7695 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
7696 not clean.
7697
7698Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
7699
7700 * gdb.texinfo (Print Settings): Document `set print
7701 fast-symbolic-addr' and improve the doc for some other
7702 `set print's.
7703
7704Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7705
7706 * stabs.texinfo (String Field): Talk about defining several type
7707 numbers at once.
7708 Fix lint regarding changing node ELF Transformations to
7709 ELF and SOM Transformations.
7710
7711Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
7712
7713 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
7714
7715Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7716
7717 * stabs.texinfo (Cross-References): `::' is for nested types only
7718 within <>.
7719 (Structures): Document static members.
7720
7721Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7722
7723 * stabs.texinfo: Document S type attribute.
7724
7725Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
7726
7727 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
7728
7729Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
7730
7731 * gdbint.texinfo: Fix a few typos.
7732
7733Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7734
7735 * gdb.texinfo, remote.texi: formatting improvements
7736
7737 * gdb.texinfo (New Features): mention threads.
7738 (Summary, C): fix xrefs in newly contributed text.
7739 (Threads): index entries, clarifications, example
7740 (passim): minor typos fixed, phrasing improvements
7741
7742 * remote.texi (Bootstrapping): rephrase text on ^C and add index
7743 entries; (Server): explain use of gdbserver w/real-time systems,
7744 add example of conflicting TCP port; (MIPS Remote) break up
7745 running text into table, highlighting commands, and add example.
a9331b3f 7746
c906108c
SS
7747Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7748
7749 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
7750
7751Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7752
7753 * stabs.texinfo (Nested Symbols): New node.
7754 (String Field, Symbol Descriptors, Cross-References): Refer to it.
7755
7756Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7757
7758 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
7759 to picking which Bbss.bss symbol to use, and (because there seems to
7760 be no good way of doing it) re-write some of the text to make it
7761 sound like Bbss.bss isn't such a great idea after all (as currently
7762 designed).
7763
7764 * gdb.texinfo (C): In addition to saying people have to use g++ for
7765 good results, say they have to use stabs. Specifically say cfront
7766 doesn't work well.
7767 (Summary): Merge in information on Modula-2, Pascal, and Chill from
7768 the gdb README. Add xrefs to places where the support for the various
7769 languages is described in detail.
7770
7771Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7772
7773 * stabs.texinfo: Clean up stuff about visibility and virtual
7774 characters.
7775
7776 * stabs.texinfo (N_M2C): Cite Sun doc.
7777
7778Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7779
7780 * gdb.texinfo: updates re threads.
7781 * remote.texinfo: avoid index entries starting with digits.
7782
7783Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7784
7785 * stabs.texinfo (Enumerations): Talk about large, negative and
7786 octal values. Clean up cross reference to type attributes.
7787 (String Field): Say that GDB 4.11 supports size attribute.
7788
7789Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7790
7791 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
7792 is a mandatory step. Make the stuff about that more concise.
7793
7794Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7795
7796 * stabs.texinfo (Class Names): New node.
7797
7798 * gdb.texinfo (Command Files): Explain order of init file reading.
7799
7800 * remote.texi (Bootstrapping): Talk about getting the serial driver
7801 to deal with ^C sent by gdb to stop the remote system.
7802
7803Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
7804
7805 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
7806
7807 * libgdb.texinfo (Defining Commands): made the DOC arg
7808 to gdb_define_app_command a char * instead of char **
7809 per a suggestion from kingdon.
7810
7811 * libgdb.texinfo: total rewrite from a different starting
7812 premise.
7813
7814Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7815
7816 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
7817 floats passed as doubles (to improve clarity).
7818
7819Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7820
7821 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
7822
7823 * a4rc.sed: update to work with Andreas Vogel papersize params
7824
7825 * refcard.tex: use Andreas Vogel simplifications of papersize
7826 params; remove useless version info; update copyright date.
7827
7828Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7829
7830 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
7831
7832Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7833
7834 * gdb.texinfo (Files): Say what address the load command loads it at.
7835
7836 * stabs.texinfo (Common Blocks): Minor cleanups.
7837
7838 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
7839 that Sun has backed away from the linker kludge and thus the relevant
7840 issue is changes to the SunPRO tools, not the Solaris linker.
7841
7842 * stabs.texinfo (Traditional Integer Types): Clean up description
7843 of octal bounds a little bit. Document extra leading zeroes.
7844
7845Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7846
7847 * gdb.texinfo (Signaling): Update for symbolic symbol names
7848 and add a section explaining the difference between the GDB
7849 signal command and the shell kill utility.
7850
7851Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
7852
7853 * libgdb.texinfo: added `@' to braces that were unescaped.
7854
7855Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
7856
7857 * libgdb.texinfo: new file. Spec for the gdb library.
7858
7859Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7860
7861 * stabs.texinfo (Include Files): Fix typo (start -> end).
7862
7863Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7864
7865 * gdb.texinfo, remote.texi: assorted small improvements, mostly
7866 from Melissa at FSF's editing pass.
7867
7868Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7869
7870 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
7871 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
7872 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
7873
7874Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7875
7876 * remote.texi (Bootstrapping): Discuss 386 call gates.
7877
7878Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
7879
7880 * stabs.texinfo (Based Variables): New node.
7881
7882Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
7883
7884 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
7885 names, sizes, and formats to suggest how not to lose.
7886
7887Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
7888
7889 * stabs.texinfo (Methods): Fix typo.
7890
7891Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7892
7893 * gdb.texinfo: Fix a few typos.
7894
7895Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7896
7897 * gdb.texinfo: Clarify how well it works with Fortran.
7898
7899 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
7900 More on relocating stabs in ELF files.
7901
7902Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7903
7904 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
7905
7906Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7907
7908 * stabs.texinfo (Local Variable Parameters): Talk about nameless
7909 parameters on VAX.
7910
7911Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7912
7913 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
7914
7915Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7916
7917 * stabs.texinfo: Make info author notice match the TeX author notice.
7918
7919Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
7920
7921 * stabs.texinfo: Initial-caps all words in node names and
7922 non-trivial words in section names.
7923
7924Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7925
7926 * stabs.texinfo: Many minor cleanups.
7927
7928 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
7929
7930Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
7931
7932 * stabs.texinfo: Remove full description of big example.
7933 It's not really helpful; just use pieces of it where appropriate.
7934 Add more Texinfo formatting directives (@samp, etc.).
7935 Use @deffn to define stab types.
7936 Eliminate some wordiness. Break up some nodes.
7937 Add an (alphabetized) index of symbol types.
7938 Use consistent capitalization style in node and section names.
7939
7940Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
7941
7942 * gdb.texinfo: Change typo "Two two" to "The two".
7943
7944Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7945
7946 * stabs.texinfo (XCOFF-differences): Remove references to
7947 non-existent types N_DECL and N_RPSYM.
7948
7949 * stabs.texinfo (String Field): Say that type attributes bug is
7950 fixed in GDB 4.10, since it is.
7951
7952 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
7953
7954Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
7955
7956 * stabs.texinfo: Formatting cleanups.
7957
7958Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7959
7960 * stabs.texinfo: When explaining the n_type of a stab, standardize
7961 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
7962 no tabs, use @r).
7963 (Global Variables): Clean up.
7964
7965Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7966
7967 * stabs.texinfo (Stack Variables): Re-write.
7968
7969Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7970
7971 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
7972 addresses of a source file. Also revise formatting.
7973 Change "object module" or "object file" to "source file".
7974 Various: Miscellaneous cleanups.
7975
7976Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7977
7978 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
7979
7980Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
7981
7982 * gdbint.texinfo: Removed many nonsensical machine-collected
7983 host and target conditionals, described some of the remainder.
7984
7985Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7986
7987 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
7988
7989 * gdbint.texinfo (Top): Add name to @top line, and re-write the
7990 paragraph which follows.
7991
7992 * gdbint.texinfo (Host): Use @code not @samp for Makefile
7993 variables. Looks better and avoids overful hbox.
7994
7995Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7996
7997 * stabs.texinfo (Procedures): Improve stuff on nested functions.
7998
7999Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8000
8001 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
8002 retransmit-timeout
8003
8004Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8005
8006 * gdbint.texinfo: Update statement about `some ancient Unix
8007 systems, like Ultrix 4.0' to Ultrix 4.2.
8008
8009Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
8010
8011 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
8012
8013 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
8014
8015 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
8016 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
8017
8018 * remote.texi: new name for former gdbinv-s.texi
8019
8020 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
8021
8022Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
8023
8024 * gdbinv-s.texi: Documented timeout and retransmit-timeout
8025 variables for MIPS remote debugging protocol.
8026
8027Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8028
8029 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
8030
8031Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8032
8033 * Makefile.in (refcard.dvi): Use srcdir where necessary.
8034
8035Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
8036
8037 * gdb.texinfo: repair conditional bugs in text markup
8038
8039Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8040
8041 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
8042 to select Modula-2 material.
8043
8044Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8045
8046 * stabs.texinfo: Cleanups regarding statics.
8047
8048 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
8049 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
8050
8051Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8052
8053 * stabs.texinfo: N_MAIN is sometimes used for C.
8054
8055Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8056
8057 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
8058
8059Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
8060
8061 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 8062 removed from the code by Kingdon.
c906108c
SS
8063
8064Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8065
8066 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
8067 input when evaluating breakpoint conditions; the bug has been fixed.
8068
8069 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
8070 sets the ignore count to N-1, not to N.
8071
8072Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8073
8074 * refcard.tex (\hoffset): correct longstanding error to match
8075 intended offset; avoids cutting off edge on some printers
8076
8077Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8078
8079 * stabs.texinfo (Parameters): Say that order of stabs is significant.
8080
8081Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8082
8083 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
8084
8085Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8086
8087 * Makefile.in: (REFEDITS) new var to control whether PS or CM
8088 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
8089 collect sed edits if any, apply to refcard before formatting;
8090 (refcard.ps) stop implying PS fonts if PS output requested;
8091 (lrefcard.ps) delete extra target for variant PS fonts
8092
8093 * refcard.tex: parametrize papersize dependent info, collect
8094 in easily replaced spot
8095
8096 * a4rc.sed: new file, edits to refcard for A4 paper
8097
8098Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8099
8100 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
8101
8102Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8103
8104 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
8105
8106Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8107
8108 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
8109 politely rather than rudely.
8110
8111Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8112
8113 * stabs.texinfo: Document common blocks.
8114
8115Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
8116
8117 * stabs.texinfo: Add some basic info about stabs-in-elf.
8118
8119Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8120
8121 * stabs.texinfo (Top): Minor cleanup.
8122
8123Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
8124
8125 * Makefile.in (install-info): remove parentdir support
8126
8127Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8128
8129 * gdb.texinfo (Copying): delete this node and references to it;
8130 RMS says this manual need not carry GPL. (passim): Improvements
8131 from last round at FSF, largely due to Ian Taylor review, and
8132 minor formatting improvements.
8133
8134 * gdbinv-s.texi (passim): Improvements from last round at FSF,
8135 largely due to Ian Taylor review. (Debug Session): minor edits to
8136 new text.
8137
8138Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
8139
8140 * Makefile.in (realclean): Remove info and dvi files too.
8141
8142Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
8143
8144 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
8145 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
8146 * gdb.texinfo: Change accordingly.
8147
8148 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
8149 N_{L,R}BRAC,N_SLINE are relative to.
8150
8151Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
8152
8153 * Makefile.in (GDBvn.texi): Update atomically.
8154
8155Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
8156
8157 * gdbinv-s.texi (Debug Session): Document exceptionHook.
8158
8159Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
8160
8161 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
8162 addresses together. Also motivate the set print symbol-filename
8163 command and suggest other solutions.
8164
8165Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
8166
8167 * gdb.texinfo (set print elements): Note that the number of
8168 elements is set to unlimited by "set print elements 0".
8169
8170Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
8171
8172 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
8173 NF_LDOUBLE means.
8174 (Stab Types): Include Solaris stab types.
8175 (Procedures): Document Solaris extensions.
8176
8177Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8178
8179 * gdb.texinfo: Add `set print symbol-filename' doc.
8180
8181Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8182
8183 * stabs.texinfo (Arrays): Talk about type definition vs. type
8184 information.
8185
8186 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
8187 the trailing semicolon.
8188
8189Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8190
8191 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
8192 and merge in other parts of the document addressing these subjects.
8193 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
8194
8195 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
8196 at the end of a range type.
8197
8198 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
8199 AIX extensions.
8200
8201Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8202
8203 * stabs.texinfo (Stabs Format): Misc fixes.
8204
8205Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8206
8207 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
8208 (Traditional builtin types): Document convex convention for long long.
8209 (Negative builtin types): Discuss type names, and misc fixes.
8210
8211Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8212
8213 * stabs.texinfo (Builtin Type Descriptors): Document the floating
8214 point types used with @samp{R} type descriptor.
8215 (Symbol Descriptors): Describe how to handle conflict between
8216 different meanings of @samp{P} symbol descriptor.
8217
8218Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8219
8220 * stabs.texinfo: Remove node Quick Reference and put its children
8221 directly under the main menu.
8222
8223 * stabs.texinfo: Many more changes to bring it into line with
8224 AIX documentation and reality. I think it now has all the
8225 information from the AIX documentation, except that I burned
8226 out when I got to variant records (Pascal and Modula-2) and
8227 all the COBOL types. Oh well, we can add them later when we're
8228 worrying more about those languages.
8229
8230 * stabs.texinfo (Automatic variables): Talk about what it means
8231 to omit the symbol descriptor.
8232
8233Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8234
8235 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
8236 gcc2 behavior with promoted args.
8237
8238Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8239
8240 * gdb.texinfo: include readline appendices in info version of manual
8241
8242Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8243
8244 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
8245 target remote.
8246
8247 * gdb.texinfo (Machine Code): more index entries for disassemble
8248
8249Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
8250
8251 * Clarify the intended use of the gdb-testers and gdb-patches
8252 mailing lists, and shrink gzip comment.
8253
8254Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8255
8256 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
8257 DOSHOST configuration of manual.
8258
8259 * gdb.texinfo (MIPS Stack): new node.
8260
8261 * all-config.texi (MIPS) new switch.
8262
8263 * gdbinv-s.texi (Nindy Options) Remove two instances of future
8264 tense; (MIPS Remote) new node.
8265
8266 * gdb.texinfo (passim) rephrases to work around makeinfo @value
8267 bug; (Environment) less passive, other small cleanups in text about
8268 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
8269 (Remote) new MIPS Remote menu entry.
8270
8271Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
8272
8273 * stabs.texinfo: Many changes to include information from the
8274 AIX documentation.
8275
8276 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
8277
8278Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
8279
8280 * gdbint.texinfo (new node Debugging GDB, elsewhere):
8281 Move a bunch of information from ../README.
8282 (Getting Started): New node.
8283
8284Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8285
8286 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
8287
8288 * gdb.texinfo: advance manual revision dates to present
8289
8290 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
8291 stop using silly Roman numerals in @set variable names
8292
8293Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
8294
8295 * stabs.texinfo (Parameters): Keep trying to get this right.
8296
8297Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
8298
8299 * stabs.texinfo (Parameters): More on "local parameters".
8300
8301Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
8302
8303 * stabs.texinfo (Parameters): Re-do "local parameters" section.
8304
8305Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
8306
8307 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
8308 (Parameters): Rewrite.
8309 (xcoff-differences, Sun-differences): Minor changes.
8310
8311Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
8312
8313 * stabs.texinfo: Minor cleanup.
8314
8315Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
8316
8317 * gdbint.texinfo: Minor xcoff stuff.
8318
8319Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
8320
8321 * gdbint.texinfo: Update for new config directory structure.
8322 Add info about internal type data structures.
8323
8324Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
8325
8326 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
8327 $(srcdir).
8328 (gdb-config.texi): Depend on file in $(srcdir).
8329
8330Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
8331
8332 * stabs.texinfo: Fixes about N_SO.
8333
8334Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8335
8336 * gdb.texinfo: include list of nonstandard init file names
8337
8338 * *-config.texi: new switch GENERIC for text that applies *only*
8339 to (usual) multiple-target version of manual
8340
8341 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
8342 h8 config
8343
8344 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
8345 in menus (rather than conditionally selected multiple alternative
8346 menus).
8347
8348 * Makefile.in: define and use DOC_CONFIG var to select
8349 configuration for GDB user manual.
8350
8351 * gdb-config.texi: delete from repository, generate from Makefile.
8352
8353 * all-config.texi: normal `generic' configuration file, formerly
8354 stored as gdb-config.texi
8355
8356Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
8357
8358 * Makefile.in: add dvi target to build all .dvi files
8359
8360Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8361
8362 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
8363
8364Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
8365
8366 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
8367 host conditionals.
8368 * stabs.texinfo: More array fixes inspired by Jim's.
8369
8370Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
8371
8372 * stabs.texinfo: Fixes re arrays and continuations.
8373
8374 * gdbint.texinfo: Add XCOFF node.
8375
8376Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
8377
8378 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
8379
8380Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
8381
8382 * stabs.texinfo: Fix for array types to mention lower bounds.
8383
8384Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
8385
8386 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
8387
8388Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
8389
8390 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
8391
8392Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
8393
8394 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
8395 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
8396
8397Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
8398
8399 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
8400
8401Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8402
8403 * gdb.texinfo, gdbinv-s.texi: misc updates
8404
8405Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
8406
8407 * gdbint.texinfo: Brief documentation for longjmp support,
8408 from an email msg by Stu.
8409
8410Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
8411
8412 * stabs.texinfo: Fix description of floating point "range"
8413 types (which really define basic types). Reported by Jim Meehan,
8414 <meehan@src.dec.com>.
8415
8416 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
8417
8418Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
8419
8420 * gdbint.texinfo: Slightly expand section on supporting a new
8421 object file format.
8422
8423Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
8424
8425 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
8426 intermediate file.
8427
8428Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8429
8430 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
8431
8432Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8433
8434 * gdbinv-s.texi: z8000 simulator target name is just "sim"
8435
8436 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
8437 as well as Z8002.
8438
8439Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
8440
8441 * gdbint.texinfo: Add sections on clean design and on how to send
8442 in changes.
8443
8444Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
8445
8446 * gdbint.texinfo: Add how to declare the result of make_cleanup.
8447
8448Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
8449
8450 * gdb.texinfo: Fix typo, reported by Karl Berry.
8451
8452Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
8453
8454 * gdb.texinfo: Add opcodes dir to GDB distribution description.
8455
8456Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8457
8458 * gdbint.texinfo: fixed a stray email address (needs @@),
8459 added @table @code to node "Native Conditionals"
8460
8461Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
8462
8463 * gdbint.texinfo: Describe coding style of GDB.
8464
8465Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
8466
8467 * stabs.texinfo: Minor wording changes.
8468
8469Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
8470
8471 * gdbint.texinfo: Improve release doc slightly.
8472
8473Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
8474
8475 * gdbint.texinfo: Improve doc of GDB config macros.
8476
8477Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
8478
8479 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
8480 These will be reinserted when examined.
8481
8482Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
8483
8484 * gdbint.texinfo: Make a start at documenting all the #if macros
8485 in GDB. At least list them all, and start separating them into
8486 host-specific and target-specific.
8487
8488Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8489
8490 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 8491 examples (not consistent w others).
c906108c
SS
8492 gdb.texinfo: issue disclaimer paragraph on cmdline options only
8493 for generic vn of doc
8494
8495Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
8496
8497 * Makefile.in: always create installation directories.
8498
8499Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8500
8501 * gdb.texinfo: in h8 config, do not describe searching commands.
8502
8503Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8504
8505 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
8506 conditionals; introduce a few generic switches that may be
8507 useful for other cross-dev or dos-hosted configs.
8508
8509 * gdb.texinfo: fix typo in "info reg" description
8510
8511Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
8512
8513 * stabs.texinfo: Minor updates from running TeX over it.
8514 * Makefile.in (stabs.dvi, stabs.ps): Add.
8515
8516Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
8517
8518 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
8519 First pass at converting it to texinfo.
8520
8521Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
8522
8523 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
8524 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
8525
8526Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
8527
8528 * gdbint.texinfo: Add section on partial symbol tables.
8529
8530Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
8531
8532 * gdb.texinfo: document `set remotedebug' and `set
8533 rstack_high_address'.
8534
8535Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8536
8537 * gdb.texinfo: slight expansion of new text on reading info files
8538 * gdbinv-s.m4.in: correct and expand info on cross-debugging
8539 H8/300 from DOS.
8540
8541Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
8542
8543 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
8544
8545Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
8546
8547 * gdb.texinfo: Say how to read the `info' files.
8548
8549Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
8550
8551 * Makefile.in: gm4 -> m4.
8552
8553Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
8554
8555 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
8556 Documentation' ahead of `Installing GDB' to match README.
8557 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 8558 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
8559
8560Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
8561
8562 * Makefile.in: remove $(srcdir) from gdb.info rule.
8563
8564Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8565
8566 * Makefile.in: commented out gdb-all.texinfo rule. This is
8567 temporary.
8568
8569Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
8570
8571 * Makefile.in, configure.in: removed traces of namesubdir,
8572 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
8573 copyrights to '92, changed some from Cygnus to FSF.
8574
8575Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
8576
8577 * gdb.texinfo: Improve how we ask for bug reports.
8578
8579Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8580
8581 * Makefile.in: infodir belongs in datadir.
8582
8583Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8584
8585 * Makefile.in: remove spaces following hyphens, bsd make can't
8586 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 8587 standards.text support.
c906108c
SS
8588
8589Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8590
8591 * Makefile.in: idestdir and ddestdir go away. Added copyrights
8592 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
8593 and mandir now keyed off datadir by default.
8594
8595\f
8596Local Variables:
9e9c5ae7 8597mode: change-log
c906108c
SS
8598left-margin: 8
8599fill-column: 74
8600version-control: never
8601End:
This page took 1.180125 seconds and 4 git commands to generate.