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