2011-12-16 Shinichiro Hamaji <shinichiro.hamaji@gmail.com>
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
2fb860fc
PA
12011-12-14 Pedro Alves <pedro@codesourcery.com>
2
3 * gdb.texinfo (Implementing a Remote Stub): Explain that you
4 should transfer control to the stub in the startup code instead of
5 in main. Mention the need to get past the initial breakpoint.
6
f8eba3c6
TT
72011-12-06 Tom Tromey <tromey@redhat.com>
8
9 * gdb.texinfo (Set Breaks): Update for new behavior.
10
2268b414
JK
112011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12
13 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
14 List Format for SVR4 Targets'.
15 (General Query Packets): New item qXfer:libraries-svr4:read.
16 (Library List Format for SVR4 Targets): New node.
17
ae6f0d5b
TT
182011-12-01 Tom Tromey <tromey@redhat.com>
19
20 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
21 add.
22
36dfb11c
TT
232011-11-22 Tom Tromey <tromey@redhat.com>
24
25 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
26 reasons.
27
f196051f
SS
282011-11-20 Stan Shebs <stan@codesourcery.com>
29
30 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
31 note-related options and variables.
32 (Tracepoint Packets): Document packet changes.
33
f85b53f8
SD
342011-11-20 Sanjoy Das <sdas@igalia.com>
35
36 * gdb.texinfo (JIT Interface): Add documentation on writing and
37 usind JIT debug info readers.
38 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
39 Debug Info Readers): New nodes.
40
bfccc43c
YQ
412011-11-18 Yao Qi <yao@codesourcery.com>
42
43 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
44 tracepoint.
45
c011a4f4
DE
462011-11-15 Doug Evans <dje@google.com>
47
48 * gdb.texinfo (Files): Document basenames-may-differ.
49
ed59ded5
DE
502011-11-14 Doug Evans <dje@google.com>
51
52 * gdb.texinfo (Shell Commands): Document "!".
53
405f8e94
SS
542011-11-14 Stan Shebs <stan@codesourcery.com>
55 Kwok Cheung Yeung <kcy@codesourcery.com>
56
57 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
58 needed to get shorter fast tracepoints.
59 (Tracepoint Packets): Document new qTMinFTPILen packet.
60
1e4d1764
YQ
612011-11-14 Yao Qi <yao@codesourcery.com>
62
63 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
64 behavior of tracepoint.
65 (General Query Packets): New feature InstallInTrace.
66 (Remote Configuration): Document "set remote
67 install-in-trace-packet".
68
71eba9c2 692011-11-12 Matt Rice <ratmice@gmail.com>
70
71 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
72 Add arguments to info macro.
73
e0f8f636
TT
742011-11-10 Tom Tromey <tromey@redhat.com>
75
76 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
77 manual.
78 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
79 (Macros): Add a footnote.
80 (C): Remove paragraph about compiler options.
81 (C Constants): Mention wide character and string constants.
82 (C Plus Plus Expressions): Update compiler option advice. Mention
83 using declarations. Mention ADL. Remove old HP compiler
84 information.
85
625c0d47
TT
862011-11-10 Tom Tromey <tromey@redhat.com>
87
88 PR c++/9257:
89 * gdb.texinfo (Print Settings): Add an extra note about the need
90 for a vtable.
91
4be2aacc
MR
922011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
93
94 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
95 "set mips abi" documentation.
96
0a1c4d10
DE
972011-11-04 Doug Evans <dje@google.com>
98
99 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
100
aad1c02c
TT
1012011-11-03 Tom Tromey <tromey@redhat.com>
102
103 * gdb.texinfo (Stopping): Add menu entry.
104 (Continuing and Stepping): Restore @node. Use @section, not
105 @subsection.
106
983fb131
MR
1072011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
108
109 * gdb.texinfo (Skipping Over Functions and Files): Remove node
110 designation. Fix "Specify Location" cross-reference.
111
3065dfb6
SS
1122011-11-02 Stan Shebs <stan@codesourcery.com>
113
114 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
115 (General Query Packets): Describe tracenz feature.
116 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
117
0aaaf063
PK
1182011-10-28 Paul Koning <paul_koning@dell.com>
119
120 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
121
2231f1fb
KP
1222011-10-27 Kevin Pouget <kevin.pouget@st.com>
123
124 * gdb.texinfo ((Frames In Python): Document
125 gdb.FRAME_UNWIND_FIRST_ERROR contant.
126
5110b5df
PK
1272011-10-26 Paul Koning <paul_koning@dell.com>
128
129 * gdb.texinfo (gdb.types): Document new deepitems function.
130
22dbab46
PK
1312011-10-25 Paul Koning <paul_koning@dell.com>
132
133 PR python/13327
134
135 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
136 fetch_lazy method.
137
9df2fbc4
PM
1382011-10-20 Phil Muldoon <pmuldoon@redhat.com>
139
140 PR python/12656
141
142 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
143 global_block, static_block function.
144
f05e2e1d
TT
1452011-10-19 Tom Tromey <tromey@redhat.com>
146
147 * gdb.texinfo (Commands In Python): Add missing "@"s.
148
a7fc3f37
KP
1492011-10-13 Kevin Pouget <kevin.pouget@st.com>
150
151 PR python/13285 Document named constants for frame unwind stop reasons
152 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
153 constants.
154
5048e516
JK
1552011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
156
157 Fix compatibility with texinfo versions older than 4.12.
158 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
159 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
160 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
161 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
162 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
163 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
164 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
165
5a56e9c5
DE
1662011-10-09 Doug Evans <dje@google.com>
167
168 * gdb.texinfo (Extending GDB): Document alias command.
169
36b11add
JK
1702011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
171
172 Support @entry in input expressions.
173 * gdb.texinfo (Variables): Describe @entry names suffix.
174 (Print Settings): Add anchor for `set print entry-values'.
175
e18b2753
JK
1762011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
177 Eli Zaretskii <eliz@gnu.org>
178
179 Display @entry parameter values (without references).
180 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
181 example.
182 (Print Settings): New description of set print entry-values and show
183 print entry-values.
184
111c6489
JK
1852011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
186 Eli Zaretskii <eliz@gnu.org>
187
188 Recognize virtual tail call frames.
189 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
190 (Tail Call Frames): New node.
191 (Frames In Python): Add gdb.TAILCALL_FRAME.
192
9c15afc4
DE
1932011-10-07 Doug Evans <dje@google.com>
194
195 * gdb.texinfo (gdb.printing): Document new `replace' arg to
196 register_pretty_printer.
197
99f5279d
PM
1982011-10-07 Phil Muldoon <pmuldoon@redhat.com>
199
200 PR python/12930
201 PR python/12802
202
203 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
204 stop method.
205
03583c20
UW
2062011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
207
208 * gdb.texinfo (Starting your Program): "set disable-randomization"
209 is no longer Linux-specific.
210 (Remote Configuration): Document "set remote
211 disable-randomization-packet".
212 (General Query Packets): Document "QDisableRandomization" packet
213 and add it to "qSupported" list.
214
bd054e06
KP
2152011-10-07 Kevin Pouget <kevin.pouget@st.com>
216
217 Allow Python notification of new object-file loadings.
218 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
219 event type.
220
cb6be26b
KP
2212011-10-04 Kevin Pouget <kevin.pouget@st.com>
222
223 PR python/12691: Add the inferior to Python exited event
224 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
225
a05336a1
JB
2262011-10-03 Joel Brobecker <brobecker@adacore.com>
227
228 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
229 rephasing.
230
5d77fe44
JB
2312011-10-03 Joel Brobecker <brobecker@adacore.com>
232
233 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
234 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
235 as possible feature returned by the `-list-features'
236 command.
237
699df94d
PK
2382011-09-28 Paul Koning <paul_koning@dell.com>
239
240 * gdb.texinfo (gdb.Type): Document field access by dictionary
241 key syntax.
242
24bdad53
YQ
2432011-09-28 Yao Qi <yao@codesourcery.com>
244
245 * gdb.texinfo (Files): Update options for `add-symbol-file'.
246 Add one space after option `-s'. Remove @r{} markup.
247
6710bf39
SS
2482011-09-27 Stan Shebs <stan@codesourcery.com>
249
250 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
251
d99f7e48
HZ
2522011-09-16 Hui Zhu <teawater@gmail.com>
253
254 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
255 to *(unsigned char *)$esp@300.
256
d812018b
PK
2572011-09-15 Paul Koning <paul_koning@dell.com>
258
259 * gdb.texinfo: Make style of Python functions and methods match
260 the syntax of Python. Also put class and module names explicitly
261 on function, member, and variable names, matching Python
262 documentation conventions.
263
2aa48337
KP
2642011-09-15 Kevin Pouget <kevin.pouget@st.com>
265
266 PR Python/12692 Add gdb.selected_inferior() to Python interface.
267 * gdb.texinfo (Inferiors In Python): Describe new
268 gdb.selected_inferior() function.
269
6839b47f
KP
2702011-09-15 Kevin Pouget <kevin.pouget@st.com>
271
272 Handle multiple breakpoint hits in Python interface:
273 * gdb.texinfo (Events In Python): New function documentation:
274 gdb.BreakpointEvent.breakpoints. Indicate that
275 gdb.BreakpointEvent.breakpoint is now deprecated.
276
26829f2b
JB
2772011-09-04 Joel Brobecker <brobecker@adacore.com>
278
279 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
280
a9f54f60
TT
2812011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
282
283 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
284
fa3a4f15
PM
2852011-08-17 Phil Muldoon <pmuldoon@redhat.com>
286
287 * gdb.texinfo (Prompt): Add set/show extended-prompt
288 documentation
289 (Basic Python): Add prompt_hook anchor.
290 (Python modules): Reword module text to reflect multiple modules.
291 (gdb.prompt): Document gdb.prompt module.
292
224bbe49
YQ
2932011-08-14 Yao Qi <yao@codesourcery.com>
294
78d85199
YQ
295 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
296
2972011-08-14 Yao Qi <yao@codesourcery.com>
298
299 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
300 (TIC6x Features): New node.
301
457e09f0
DE
3022011-08-12 Doug Evans <dje@google.com>
303
304 * gdb.texinfo (Symbols In Python): Document symbol.type.
305
5e239b84
PM
3062011-08-09 Phil Muldoon <pmuldoon@redhat.com>
307
308 * gdb.texinfo (Python): Document command and function
309 auto-loading.
310
177bc839
JK
3112011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
312 Eli Zaretskii <eliz@gnu.org>
313
314 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
315 typedefs unrolling. Extend the sample code by an inner typedef and
316 outer typedefs unrolling.
317
1a532630
PP
3182011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
319
320 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
321 size and line-size.
322
9b158ba0 3232011-07-21 Matt Rice <ratmice@gmail.com>
324
325 PR macros/12999
326 * gdb.texinfo (Macros): Add info definitions and info macros commands.
327 Update text and cindex entries for info macro command.
328
d17b6f81
PM
3292011-07-21 Phil Muldoon <pmuldoon@redhat.com>
330
331 * observer.texi (GDB Observers): Add before_prompt observer.
332 * gdb.texinfo (Basic Python): Add documentation for prompt
333 substitution.
334
713389e0
PM
3352011-07-11 Phil Muldoon <pmuldoon@redhat.com>
336
337 PR python/12438
338 * gdb.texinfo (Python Commands): Add deprecate note to maint
339 set/show python print-stack. Document set/show python
340 print-backtrace.
341
177b42fe
TJB
3422011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
343
344 * gdb.texinfo: Fix typos.
345
900e11f9
JK
3462011-07-01 Tom Tromey <tromey@redhat.com>
347
348 * gdb.texinfo (Debugging Output): Document set debug
349 check-physname.
350
39c4d40a
TT
3512011-06-29 Tom Tromey <tromey@redhat.com>
352
353 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
354 breakpoint-notifications feature.
355
6f5def7d
UW
3562011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
357
358 * gdb.texinfo (Target Description): Remove warning about
359 possibly unstable format.
360
8cf64490
TT
3612011-06-03 Tom Tromey <tromey@redhat.com>
362
363 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
364 (Events In Python): Note that exit_code is optional.
365
393eab54
PA
3662011-05-17 Pedro Alves <pedro@codesourcery.com>
367
368 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
369 required for multi-threading support.
370 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
371 Hc are deprecated for multi-threading debugging. Point readers at
372 the vCont packet.
373
75fc9810
DE
3742011-05-15 Doug Evans <dje@google.com>
375
376 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
377
01124a23
DE
3782011-05-13 Doug Evans <dje@google.com>
379
98a5dd13
DE
380 * gdb.texinfo (Threads): Document $sdir,$pdir.
381 (Server): Document $pdir exception.
382
dbaefcf7
DE
383 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
384
cc63ef9b
DE
385 * gdb.texinfo (Threads): Clarify default value for
386 libthread-db-search-path.
7e0396aa 387
01124a23
DE
388 * gdb.texinfo (Completion): Update example.
389 (Debugging Output): Delete `set/show debug lin-lwp-async'.
390
d248b706
KY
3912011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
392
393 * gdb.texinfo: Document change in the behaviour of the enable and
394 disable GDB commands when applied to tracepoints.
395 Document the EnableDisableTracepoints remote stub feature.
396 Document QTEnable and QTDisable in the list of tracepoint packets.
397
cc88a640
JK
3982011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
399
400 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
401 hsuser.texi.
402 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
403 comment to hsuser.texi. Change rluser.texi name in the comment.
404
84e578fb
DE
4052011-05-10 Doug Evans <dje@google.com>
406
407 * gdb.texinfo (Threads): If an empty path is provided for
408 libthread-db-search-path it is reset to its default value.
409 (Server): Ditto.
410
478aac75
DE
4112011-05-09 Doug Evans <dje@google.com>
412
413 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
414
9c06b0b4
TJB
4152011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
416 Thiago Jung Bauermann <bauerman@br.ibm.com>
417
418 Implement support for PowerPC BookE masked watchpoints.
419 * gdb.texinfo (Set Watchpoints): Document mask parameter.
420 (PowerPC Embedded): Mention support of masked watchpoints.
421
9ed350ad
JB
4222011-05-03 Joel Brobecker <brobecker@adacore.com>
423
424 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
425 `@value{GDBN}'.
426
4ceed123
JB
4272011-05-03 Joel Brobecker <brobecker@adacore.com>
428
429 * gdb.texinfo (titlepage): Remove dedication.
430 (In Memoriam): New appendix.
431
559a7a62
JK
4322011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
433 Eli Zaretskii <eliz@gnu.org>
434
435 * gdb.texinfo (Index Section Format): Change the version to 5.
436 Describe the different formula.
437
03f2bd59
JK
4382011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
439 Eli Zaretskii <eliz@gnu.org>
440
441 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
442 for disconnected tracing.
443 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
444 extended-remote relationship. Mention --once.
445 (TCP port allocation lifecycle of @code{gdbserver}): New.
446
d9b1a651
EZ
4472011-04-23 Eli Zaretskii <eliz@gnu.org>
448
449 * gdb.texinfo (Server): Improve indexing. Index all optional
450 switches to gdbserver.
451
90476074
TT
4522011-04-20 Tom Tromey <tromey@redhat.com>
453
454 * gdb.texinfo (Index Section Format): New node.
455 (Top): Add new node to menu.
456
c21236dc
PA
4572011-04-20 Pedro Alves <pedro@codesourcery.com>
458
459 * gdb.texinfo (Maintenance Commands): Document `maint print
460 remote-registers'.
461
05c8c3f5
TT
4622011-04-20 Tom Tromey <tromey@redhat.com>
463
464 * gdb.texinfo (Trace File Format): Move node later.
465
7a9dd1b2
TT
4662011-04-19 Tom Tromey <tromey@redhat.com>
467
468 * gdbint.texinfo (Register Information Functions): Remove
469 duplicate "the".
470 * gdb.texinfo (Emacs): Remove duplicate "to".
471 (GDB/MI Variable Objects): Remove duplicate "the".
472 (General Query Packets): Likewise.
473
4368ebeb
JB
4742011-04-02 Joel Brobecker <brobecker@adacore.com>
475
476 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
477 "GDB/MI Ada Exception Information" node.
478
956a9fb9
JB
4792011-04-01 Joel Brobecker <brobecker@adacore.com>
480
481 * gdb.texinfo (GDB/MI Ada Exception Information): Document
482 the "exception-name" field in the *stopped async record.
483
f1310107
TJB
4842011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
485 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
486
487 Implement support for PowerPC BookE ranged breakpoints.
488 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
489
8786b2bd
TT
4902011-03-28 Tom Tromey <tromey@redhat.com>
491
492 * gdb.texinfo (Set Tracepoints): Fix typo.
493
9ef07c8c
TT
4942011-03-24 Tom Tromey <tromey@redhat.com>
495
496 * gdb.texinfo (Specify Location): Document `function:label'
497 linespec.
498
99c3dc11
PM
4992011-03-18 Phil Muldoon <pmuldoon@redhat.com>
500
f1310107 501 PR python/12149
99c3dc11
PM
502
503 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
504
29703da4
PM
5052011-03-17 Phil Muldoon <pmuldoon@redhat.com>
506
507 * gdb.texinfo (Blocks In Python): Add is_valid method description.
508 (Inferiors In Python): Likewise.
509 (Threads In Python): Likewise.
510 (Symbols In Python): Likewise.
511 (Objfiles In Python): Likewise.
512 (Symbol Tables In Python): Likewise.
513
c9174737
PA
5142011-03-15 Pedro Alves <pedro@codesourcery.com>
515
516 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
517 display>: Explain that the commands accept number ranges.
518
7371cf6d
PM
5192011-03-14 Phil Muldoon <pmuldoon@redhat.com>
520
521 * gdb.texinfo (Breakpoints In Python): Add description and example
522 of Python stop function operation.
523
ecec24e6
PM
5242011-03-10 Phil Muldoon <pmuldoon@redhat.com>
525
526 * gdb.texinfo (Parameters In Python): Document get_set_string and
527 get_show_string methods.
528
6dcd5565
JK
5292011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
530
531 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
532
81896e36
JK
533 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
534 circular-trace-buffer name.
535
5e30da2c
JB
5362011-02-28 Joel Brobecker <brobecker@adacore.com>
537
538 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
539 in the previous change.
540
3bd0f5ef 5412011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
542
543 * gdb.texinfo (Inferiors and Programs): Update commands to show
544 that they can accept multiple arguments.
545
4ec7539c
JB
5462011-02-24 Joel Brobecker <brobecker@adacore.com>
547
548 Revert the following patch (code patch was not approved):
549 2011-02-21 Hui Zhu <teawater@gmail.com>
550 * agentexpr.texi (bytecode descriptions): add printf.
551 * gdb.texinfo (tracepoint action lists): add printf.
552
82809774
DE
5532011-02-23 Doug Evans <dje@google.com>
554
555 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
556
e5a67952
MS
5572011-02-23 Michael Snyder <msnyder@vmware.com>
558
559 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
560 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
561 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
562
6e6fbe60
DE
5632011-02-22 Doug Evans <dje@google.com>
564
565 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
566 Clarify behaviour of lookup_symbol when `block' argument is omitted,
567 add description of result, fix @defun formatting.
568
f994e27a
HZ
5692011-02-21 Hui Zhu <teawater@gmail.com>
570
571 * agentexpr.texi (Bytecode Descriptions): Add printf.
572 * gdb.texinfo (Tracepoint Action Lists): Add printf.
573
c7f96d2b
TT
5742011-02-18 Tom Tromey <tromey@redhat.com>
575
576 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
577
60f98dde
MS
5782011-02-14 Michael Snyder <msnyder@vmware.com>
579
580 * gdb.texinfo (threads): Document argument for "info threads" cmd.
581 Document new command "thread find".
582
08e796bc
MS
5832011-02-14 Michael Snyder <msnyder@vmware.com>
584
585 * gdb.texinfo (Threads): Update example of new thread message.
586
b3b9301e
PA
5872011-02-14 Pedro Alves <pedro@codesourcery.com>
588
589 * gdb.texinfo (Remote Configuration): Mention set/show remote
590 traceframe-info.
591 (Tools/Packages Optional for Building GDB): Mention that expat is
592 used for traceframe info.
593 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
594 (General Query Packets) <qSupported>: Describe the
595 qXfer:traceframe-info:read feature.
596 (qXfer::read): Describe qXfer:traceframe-info:read.
597 (Traceframe Info Format): New section.
598
cef35b0f
PA
5992011-02-04 Pedro Alves <pedro@codesourcery.com>
600
601 * gdbint.texinfo (Formatting): Mention some formatting guidelines
602 for casts and unary operators.
603
f1cbe1d3
TT
6042011-02-04 Tom Tromey <tromey@redhat.com>
605
606 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
607 is not useful.
608
585fdaa1
PA
6092011-01-25 Pedro Alves <pedro@codesourcery.com>
610
611 * gdb.texinfo: s/value optimized out/optimized out/g
612
7bfc9434
JB
6132011-01-21 Joel Brobecker <brobecker@adacore.com>
614
615 * gdb.texinfo (Other Misc Settings): Rework part of the
616 documentation of the "set interactive mode" command.
617
4694da01
TT
6182011-01-19 Tom Tromey <tromey@redhat.com>
619
620 * gdb.texinfo (Threads): Document thread name output and `thread
621 name' command.
622 (Threads In Python): Document Thread.name attribute.
623 (GDB/MI Thread Commands): Document thread attributes.
624
b716877b
AB
6252011-01-12 Andrew Burgess <aburgess@broadcom.com>
626
627 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
628 changes in mi/mi-cmd-disas.c
629
13fd8b81
TT
6302011-01-12 Tom Tromey <tromey@redhat.com>
631
632 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
633 Fix "thread apply" text.
634
e09342b5
TJB
6352011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
636 Thiago Jung Bauermann <bauerman@br.ibm.com>
637
638 Implement support for PowerPC BookE ranged watchpoints.
639 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
640 the "set powerpc exact-watchpoints" flag.
641
06e65f44
TT
6422011-01-07 Tom Tromey <tromey@redhat.com>
643
644 * gdb.texinfo (Python API): Add descriptions to @menu items.
645
d8e22779
TT
6462011-01-06 Tom Tromey <tromey@redhat.com>
647
648 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
649
a255712f
PP
6502010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
651
e09342b5 652 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 653
ccfc3d6e
TT
6542011-01-06 Tom Tromey <tromey@redhat.com>
655
656 PR python/12133:
657 * gdb.texinfo (Frames In Python): Document various frame
658 constants.
659
44944448
JB
6602011-01-05 Joel Brobecker <brobecker@adacore.com>
661
662 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
663 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
664 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
665
42ea3d7a
JK
6662011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
667
668 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
669 (clean): Add GDBvn.texi.
670
720d1a40
JB
6712010-12-29 Joel Brobecker <brobecker@adacore.com>
672
673 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
674 occasional case where the debugger prints an array address
675 instead of the array itself.
676
ad196637
PA
6772010-12-23 Pedro Alves <pedro@codesourcery.com>
678
679 * gdb.texinfo (Packets) <read registers packet>: Document support
680 for registers that were not collected.
681
a86caf66
DE
6822010-12-15 Doug Evans <dje@google.com>
683
684 * gdb.texinfo (Startup): Document auto-loading of scripts during
685 startup.
686 (Auto-loading): Delete "maint set python auto-load on|off".
687 Add "set auto-load-scripts on|off".
688
aae1c79a
DE
6892010-12-07 Doug Evans <dje@google.com>
690
691 * gdb.texinfo (Mode Options): Document -data-directory.
692 (Data Files): Add reference to -data-directory.
693
4e04c971
DE
6942010-11-29 Doug Evans <dje@google.com>
695
696 * gdb.texinfo (Pretty-Printer Introduction): Change
697 printer-name:subprinter-name to printer-name;subprinter-name.
698
94b6973e
PM
6992010-11-29 Phil Muldoon <pmuldoon@redhat.com>
700
701 PR python/12199
702
703 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
704
39037522
TT
7052010-11-23 Tom Tromey <tromey@redhat.com>
706
707 * gdb.texinfo (Top): Check SYSTEM_READLINE.
708 (Editing): Likewise.
709 (Command History): Likewise.
710 (TUI Keys): Likewise.
711 (Bug Reporting): Conditionally include rluser.texi and
712 inc-history.texinfo.
713 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
714 (GDB_DOC_SOURCE_INCLUDES): Add comment.
715 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
716 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
717 (gdb.pdf): Likewise.
718 (gdb.info): Likewise.
719 (gdb/index.html): Likewise.
720
5ae98d25
TT
7212010-11-23 Tom Tromey <tromey@redhat.com>
722
723 * Makefile.in (Makefile): Run ../config.status.
724 (distclean): Update.
725 * configure: Remove.
726 * configure.ac: Remove.
727
621c8364
TT
7282010-11-12 Tom Tromey <tromey@redhat.com>
729
730 * gdb.texinfo (Basic Python): Update. Add xref.
731 (Exception Handling): Document new exception classes.
732 (Types In Python): Update.
733 (Frames In Python): Update.
734
84f4c1fe
PM
7352010-11-11 Phil Muldoon <pmuldoon@redhat.com>
736
737 * gdb.texinfo (Breakpoints In Python): Document "internal"
738 parameter, and visible attribute.
739
99e7ae30
DE
7402010-11-05 Doug Evans <dje@google.com>
741
742 * gdb.texinfo (Source Path): Document "set directories".
743
f4b8a18d
KW
7442010-11-05 Ken Werner <ken.werner@de.ibm.com>
745
746 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
747 (OpenCL C): New node.
748
7b51bc51
DE
7492010-11-02 Doug Evans <dje@google.com>
750
751 * gdb.texinfo (Pretty Printing): Expand into three sections,
752 introduction, example, and commands.
753 (Python API): Delete section Disabling Pretty-Printers, merge into
754 Selecting Pretty-Printers.
755 (Writing a Pretty-Printer): New section. Move the pretty-printer
756 example here, and reformat to match python coding style. Add a second
757 example using the gdb.printing module.
758 (Python modules): Add gdb.printing.
759
9eeee977
DE
7602010-10-29 Doug Evans <dje@google.com>
761
762 * gdb.texinfo (Python): Fix long line.
763
a0e0ffdf
DE
7642010-10-20 Doug Evans <dje@google.com>
765
766 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
767 All references updated. Correct sections marked as subsections.
768 (Coding Standards): New chapter. Move the coding standard related
769 subsections here. Add section on Python coding standards.
770
0e3509db
DE
7712010-10-13 Doug Evans <dje@google.com>
772
773 * gdb.texinfo (Python): Add "Python modules".
774 (Types in Python): Add reference to gdb.types section.
775 (Python modules): New node.
776
44592cc4
DE
7772010-10-11 Doug Evans <dje@google.com>
778
779 * gdb.texinfo (Values From Inferior): Add reference to "Types in
780 Python" from gdb.Value.type description.
781
6e1bb179
JB
7822010-09-28 Joel Brobecker <brobecker@adacore.com>
783
784 * gdb.texinfo (Ravenscar Profile): New node.
785
e8467610
TT
7862010-09-22 Tom Tromey <tromey@redhat.com>
787
788 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
789
fccd1d1e
EZ
7902010-09-22 Eli Zaretskii <eliz@gnu.org>
791
792 * gdb.texinfo (Values From Inferior): Clarify that
793 value.dynamic_type works only in C++ programs with RTTI.
794
c1b6b909
TT
7952010-09-15 Paul Bolle <pebolle@tiscali.nl>
796
797 * gdb.texinfo (Character Sets): Correctly reference host-charset
798 in example.
799
7d288aaa
TT
8002010-09-13 Tom Tromey <tromey@redhat.com>
801
802 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
803 Document "fullname" and "from".
804
f75d858b
MK
8052010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
806
807 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
808 feature `reverse' output by -list-target-features.
809
83b9503b
L
8102010-08-31 H.J. Lu <hongjiu.lu@intel.com>
811
812 * gdb.texinfo (i386 Features): Remove an extra "@item".
813
03f17ccf
TT
8142010-08-30 Tom Tromey <tromey@redhat.com>
815
816 PR python/11792:
817 * gdb.texinfo (Values From Inferior): Document dynamic_type.
818
9779414d
DJ
8192010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
820
821 * gdb.texinfo (ARM Features): Document
822 org.gnu.gdb.arm.m-profile.
823
f9ffd4bb
TT
8242010-08-23 Tom Tromey <tromey@redhat.com>
825
826 PR python/11145:
827 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
828 reinterpret_cast methods.
829
702c2711
TT
8302010-08-23 Tom Tromey <tromey@redhat.com>
831
832 PR python/11915:
833 * gdb.texinfo (Types In Python): Document array method.
834
66b73624
TJB
8352010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
836
837 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
838
06a64a0b
TT
8392010-08-16 Tom Tromey <tromey@redhat.com>
840
841 * gdb.texinfo (Set Watchpoints): Document -location option.
842
a3a7127e
DE
8432010-08-13 Doug Evans <dje@google.com>
844
845 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
846
8dedea02
VP
8472010-08-13 Vladimir Prus <vladimir@codesourcery.com>
848
849 * gdb.texinfo (GDB/MI Data Manipulation): Document
850 -data-read-memory-raw and -data-write-memory-raw.
851
ca5c20b6 8522010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 853 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
854
855 * gdb.texinfo (Basic Python): Describe post_event API.
856
cb2e07a6
PM
8572010-08-11 Phil Muldoon <pmuldoon@redhat.com>
858
859 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 860 decode_line Python APIs
cb2e07a6 861
464b3efb
TT
8622010-08-10 Tom Tromey <tromey@redhat.com>
863
864 * gdb.texinfo (Pretty Printing API): Document
865 gdb.default_visualizer.
866
c29c521f
TT
8672010-08-10 Tom Tromey <tromey@redhat.com>
868
869 Revert gdb-add-index addition:
870 * gdb.texinfo (Index Files): Don't document gdb-add-index.
871
5da1313b
JK
8722010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
873 Eli Zaretskii <eliz@gnu.org>
874
875 * gdb.texinfo (Mode Options) <-batch>
876 (Basic Python) <gdb.execute>: Describe setting width and height.
877
02d868e8
PP
8782010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
879
880 * gdb.texinfo (Threads): Document 'debug libthread-db'.
881
c2bbed2a
TT
8822010-07-30 Tom Tromey <tromey@redhat.com>
883
884 * gdb.texinfo (Index Files): Mention gdb-add-index.
885
6c13bbe1
HZ
8862010-07-30 Hui Zhu <teawater@gmail.com>
887
888 * gdb.texinfo (Inferiors and Programs): Update the introduce of
889 "detach inferior" and "kill inferior".
890
53a71c06
CR
8912010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
892
893 * gdb.texinfo (Machine Code): Update description of two forms of
894 arguments, and add new example to demonstrate the new form.
895
5374244e
PM
8962010-07-27 Phil Muldoon <pmuldoon@redhat.com>
897
898 * gdb.texinfo (Values From Inferior): Add value inferior function
899 call description.
900
8ea5bce5
JK
9012010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
902
903 * gdb.texinfo (Active Targets): Fix wrong comma placement.
904
c0edd9ed
JK
9052010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
906 Eli Zaretskii <eliz@gnu.org>
907
908 Make core files the process_stratum.
909 * gdb.texinfo (Active Targets): Remove core_stratum. Include
910 record_stratum example.
911
9291a0cd
TT
9122010-07-13 Tom Tromey <tromey@redhat.com>
913
914 * gdb.texinfo (Index Files): New node.
915
f5011d11
TT
9162010-07-13 Tom Tromey <tromey@redhat.com>
917
918 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
919
0f5238ed
TT
9202010-07-13 Tom Tromey <tromey@redhat.com>
921
922 * gdb.texinfo (Specify Location): Document labels.
923
74c761c1
PA
9242010-07-01 Pedro Alves <pedro@codesourcery.com>
925
926 * gdb.texinfo (Create and Delete Tracepoints): Add more index
927 entries for fast tracepoints and static tracepoints.
928
501994c0
PA
9292010-07-01 Pedro Alves <pedro@codesourcery.com>
930
931 * gdb.texinfo (General Query Packets) <qfThreadInfo,
932 qsThreadInfo>: Spell out `l' as ell.
933
0fb4aa4b
PA
9342010-07-01 Pedro Alves <pedro@codesourcery.com>
935
936 * gdb.texinfo (Convenience Variables): Document $_sdata.
937 (Commands to Set Tracepoints): Describe static tracepoints. Add
938 `Listing Static Tracepoint Markers' menu entry. Document
939 "strace".
940 (Tracepoint Action Lists): Document collecting $_sdata.
941 (Listing Static Tracepoint Markers): New subsection.
942 (Tracepoints support in gdbserver): Mention static tracepoints.
943 (remote packets, enabling and disabling): Mention
944 read-sdata-object.
945 (General Query Packets) <qSupported>: Document qXfer:sdata:read
946 and StaticTracepoint.
947 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
948 Document qXfer:sdata:read.
949 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
950
dc3b15be
JB
9512010-06-29 Joel Brobecker <brobecker@adacore.com>
952
953 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
954
595939de
PM
9552010-06-28 Phil Muldoon <pmuldoon@redhat.com>
956 Tom Tromey <tromey@redhat.com>
957 Thiago Jung Bauermann <bauerman@br.ibm.com>
958
959 * gdb.texinfo (Inferiors In Python): New node.
960 * gdb.texinfo (Threads In Python): New node.
961
9279c692
JB
9622010-06-28 Joel Brobecker <brobecker@adacore.com>
963
964 * gdb.texinfo (Python): Document what the python directory is
965 and what its location is.
966 (Basic Python): Document the gdb.PYTHONDIR constant.
967
bc9f0842
TT
9682010-06-25 Tom Tromey <tromey@redhat.com>
969
970 PR python/10808:
971 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
972
f1421989
HZ
9732010-06-24 Hui Zhu <teawater@gmail.com>
974
975 * gdb.texinfo: (Commands for Controlled Output): Add
976 documentation for command "eval".
977
e4c0cfae
SS
9782010-06-21 Stan Shebs <stan@codesourcery.com>
979
980 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
981 * annotate.texinfo: Ditto.
982 * gdbint.texinfo: Ditto.
983 * stabs.texinfo: Ditto.
984
bb08c432
HZ
9852010-06-22 Hui Zhu <teawater@gmail.com>
986
987 * gdb.texinfo: (Process Record and Replay): Add documentation
988 for command "set record memory-query".
989
4f5d9f07
SS
9902010-06-21 Stan Shebs <stan@codesourcery.com>
991
992 * gdb.texinfo: Relicense under GFDL version 1.3.
993 * annotate.texinfo: Relicense under GFDL version 1.3.
994 * gdbint.texinfo: Relicense under GFDL version 1.3.
995 * stabs.texinfo: Relicense under GFDL version 1.3.
996 * fdl.texi: Update to version 1.3.
997
6aed2dbc
SS
9982010-06-18 Stan Shebs <stan@codesourcery.com>
999
a61408f8
SS
1000 * gdb.texinfo (Operating System Auxiliary Information): Describe
1001 "info os" when no arguments given.
1002
6aed2dbc
SS
1003 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
1004 $_thread.
1005
24e933df
HZ
10062010-06-18 Hui Zhu <teawater@gmail.com>
1007
1008 * gdb.texinfo: (Process Record and Replay): Add documentation
1009 for commands "record save" and "record restore".
1010
65d79d4b
SDJ
10112010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1012
1013 * gdb.texinfo: Include information about the correct use
1014 of addresses in the `watch' command.
1015
d914c394
SS
10162010-06-11 Stan Shebs <stan@codesourcery.com>
1017
1018 * gdb.texinfo (Observer Mode): New section.
1019 (General Query Packets): Document QAllow.
889bf7c5 1020
967cf477
DE
10212010-06-04 Doug Evans <dje@google.com>
1022
1023 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
1024
aaf4119b
DE
10252010-06-03 Doug Evans <dje@google.com>
1026
1027 * gdbint.texinfo (Coding): Add subsection on command names.
1028
9eae7c52
TT
10292010-06-02 Tom Tromey <tromey@redhat.com>
1030
1031 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
1032 always-disassemble.
1033
fa593d66
PA
10342010-06-01 Pedro Alves <pedro@codesourcery.com>
1035
1036 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
1037 gdbserver, and add cross reference.
1038 (Tracepoints support in gdbserver): New subsection.
1039
dde08ee1
PA
10402010-05-26 Pedro Alves <pedro@codesourcery.com>
1041
1042 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
1043 `qRelocInsn' feature.
1044 (Relocate instruction reply packet): New subsection
1045 of `Tracepoint Packets'.
1046 (Tracepoint Packets): Mention that packets QTDP and QTStart
1047 support the qRelocInsn request, and add cross reference to new
1048 subsection.
1049
07ca107c
DE
10502010-05-25 Doug Evans <dje@google.com>
1051
1052 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
1053 (Commands In Python): Document gdb.string_to_argv.
1054
c25c4a8b
JK
10552010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1056
1057 * gdbint.texinfo (Host Definition): Remove items NORETURN and
1058 ATTR_NORETURN.
1059
d7b32ed3 10602010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
1061 Tom Tromey <tromey@redhat.com>
1062 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 1063
c25c4a8b 1064 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 1065
6aecb9c2
JB
10662010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
1067
1068 * gdb.texinfo: (Summary) Add mention about D language support.
1069 (Filenames): Add D suffixes.
1070 (D): New node.
1071
b7da9e9f
PM
10722010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
1073
1074 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
1075 of macro deleted from GDB code.
1076
ab38a727
PA
10772010-04-24 Pedro Alves <pedro@codesourcery.com>
1078
1079 * gdb.texinfo (Commands to specify files): Describe what how GDB
1080 looks up DOS-based filesystem paths on the system root. Document
1081 the new `set/show target-file-system-kind' commands.
1082
66d09542
DE
10832010-04-23 Doug Evans <dje@google.com>
1084
1085 * gdb.texinfo (Python): Move Auto-loading section here ...
1086 (Python API): from here.
1087 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
1088 (Maintenance Commands): Add docs for "maint print section-scripts".
1089
8bd10a10
CM
10902010-04-20 Chris Moller <cmoller@redhat.com>
1091
1092 * gdb.texinfo (Setting Breakpoints): Added description of
1093 filename-qualified rbreak.
1094 * refcard.tex (Breakpoints and Watchpoints): Added brief
1095 description of filename-qualified rbreak.
1096
4c374409
JK
10972010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1098
1099 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
1100 (Python API): Change the reference to Pretty Printing API.
1101 (Pretty Printing): Move the user part under the Data node. Reformat
1102 the sample output to 72 columns. Create a new reference to Pretty
1103 Printing API. Rename the API part ...
1104 (Pretty Printing API): To a new node name.
1105 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
1106 (GDB/MI Variable Objects): Change references to Pretty Printing API.
1107
5a9351ae
SS
11082010-04-21 Stan Shebs <stan@codesourcery.com>
1109
1110 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 1111 and commands.
5a9351ae 1112 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 1113
9a22f0d0
PM
11142010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1115
1116 * gdb.texinfo (Examining memory): Update for change in string
1117 display with explicit size.
1118
6149aea9
PA
11192010-04-19 Pedro Alves <pedro@codesourcery.com>
1120
1121 PR breakpoints/8554.
1122
1123 * gdb.texinfo (Save Breakpoints): New node.
1124 (save-tracepoints): Rename to ...
1125 (save tracepoints): ... this. Mention that `save-tracepoints' is
1126 a deprecated alias to `save tracepoints'.
1127
711e434b
PM
11282010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
1129
645797a8 1130 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
1131 (info w32 thread-information-block): Document new command.
1132 (qGetTIBAddress): Document new gdbserver query.
1133 (maint set/show show-all-tib): Document new command.
1134
3f7b2faa
DE
11352010-04-15 Doug Evans <dje@google.com>
1136
fa33c3cd
DE
1137 * gdb.texinfo (Python API): Add progspaces section.
1138 (Selecting Pretty-Printers): Progspace pretty-printers are
1139 searched too.
1140 (Progspaces In Python): New section.
1141
3f7b2faa
DE
1142 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
1143
79f283fe
PM
11442010-04-14 Phil Muldoon <pmuldoon@redhat.com>
1145
1146 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
1147 returns None.
1148
87290684
SS
11492010-04-09 Stan Shebs <stan@codesourcery.com>
1150
1151 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1152 Describe the `frames-created' field, tweak grammar.
1153
a97153c7
PA
11542010-04-09 Pedro Alves <pedro@codesourcery.com>
1155
1156 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1157 Describe the `circular' and `disconnected' fields.
1158
5c5dcc1b
L
11592010-04-09 H.J. Lu <hongjiu.lu@intel.com>
1160
1161 * gdb.texinfo (maint print registers): Mention unavailable and
1162 invisible registers.
1163
adc36818
PM
11642010-04-09 Phil Muldoon <pmuldoon@redhat.com>
1165 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 1166 Tom Tromey <tromey@redhat.com>
adc36818
PM
1167
1168 * gdb.texinfo (Breakpoints In Python): New Node.
1169
33da3f1c
SS
11702010-04-08 Stan Shebs <stan@codesourcery.com>
1171
1172 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
1173 trace status fields.
1174
3a13a53b
L
11752010-04-08 H.J. Lu <hongjiu.lu@intel.com>
1176
1177 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
1178 optional. Make org.gnu.gdb.i386.avx requires
1179 org.gnu.gdb.i386.avx.
1180
08001717
DE
11812010-04-08 Doug Evans <dje@google.com>
1182
1183 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
1184 search path, and document that gdb only scans the search path if
1185 the script's path doesn't specify a directory.
1186
c375651d
DE
11872010-04-05 Doug Evans <dje@google.com>
1188
1189 * gdb.texinfo (maint show python auto-load): Fix typo.
1190
af54718e
SS
11912010-04-04 Stan Shebs <stan@codesourcery.com>
1192
d77f58be
SS
1193 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
1194 (Setting Watchpoints): Update description of "info watch".
1195 (Disabling Breakpoints): Only "info break" lists all.
1196
af54718e
SS
1197 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
1198 (tdump): Explain how tdump works.
1199
86b17b60
PA
12002010-04-01 Pedro Alves <pedro@codesourcery.com>
1201
1202 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
1203 add cross reference.
1204
ff12863f
PA
12052010-03-31 Pedro Alves <pedro@codesourcery.com>
1206
1207 * gdb.texinfo (TUI Commands): Mention that in some cases, these
1208 commands error out.
1209
f68eb612
L
12102010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1211
1212 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
1213
c8d5aac9
L
12142010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1215
1216 * gdb.texinfo (General Query Packets): Add xmlRegisters.
1217
7d13fe92
SS
12182010-03-29 Stan Shebs <stan@codesourcery.com>
1219 Nathan Sidwell <nathan@codesourcery.com>
1220
1221 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
1222 GDBN equivalent.
1223 (Set Tracepoints): Remove mention that conditional tracepoints
1224 don't exist.
1225 (Tracepoint Actions): Clarify when while-stepping collection
1226 happens, note that while-stepping does not automatically collect
1227 $pc.
1228
409873ef 12292010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 1230
409873ef
SS
1231 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
1232 (General Query Packets): Describe TracepointSource.
1233
ee8e71d4
EZ
12342010-03-27 Matt Rice <ratmice@gmail.com>
1235
c8d5aac9
L
1236 * gdb.texinfo (ARM): Document arguments to "target sim".
1237 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 1238
99b5e152
PA
12392010-03-26 Pedro Alves <pedro@codesourcery.com>
1240
1241 * gdb.texinfo (Tracepoint Packets): Remove mention that
1242 terror:string may be plain text, and drop mention of X prefix.
1243
cd64ee31
VP
12442010-03-26 Vladimir Prus <vladimir@codesourcery.com>
1245
1246 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
1247
6c28cbf2
SS
12482010-03-24 Stan Shebs <stan@codesourcery.com>
1249
1250 * gdb.texinfo (Tracepoint Packets): Document trace error status.
1251
95a42b64
TT
12522010-03-24 Tom Tromey <tromey@redhat.com>
1253
1254 PR breakpoints/9352:
1255 * gdb.texinfo (Break Commands): Update.
1256
18148017
VP
12572010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1258
1259 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
1260 commands.
1261
4daf5ac0
SS
12622010-03-16 Stan Shebs <stan@codesourcery.com>
1263
1264 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
1265 circular-trace-buffer.
1266 (Tracepoint Packets): Describe QTBuffer, and details of the
1267 qTStatus reply.
1268
c9429232
SS
12692010-03-12 Stan Shebs <stan@codesourcery.com>
1270 Nathan Sidwell <nathan@codesourcery.com>
1271
1272 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
1273 doing instruction stepping.
1274 (Tracepoint Restrictions): New node.
1275
ccefe4c4
TT
12762010-03-10 Tom Tromey <tromey@redhat.com>
1277
1278 * gdbint.texinfo (Symbol Handling): Update.
1279
7c953934
TT
12802010-03-08 Tom Tromey <tromey@redhat.com>
1281
1282 PR cli/9591:
1283 * gdb.texinfo (Mode Options): Mention lack of pagination and
1284 confirmation with --batch.
1285 (Screen Size): Mention --batch.
1286 (Messages/Warnings): Likewise.
1287
f870a310
TT
12882010-03-05 Tom Tromey <tromey@redhat.com>
1289
1290 * gdb.texinfo (Basic Python): Document target_charset and
1291 target_wide_charset.
1292
78e2826b
TT
12932010-03-05 Tom Tromey <tromey@redhat.com>
1294
1295 * gdb.texinfo (Data): Link to pretty-printing.
1296 (Output Formats): Likewise. Correct text.
1297
f5dff777
DJ
12982010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1299
1300 * gdb.texinfo (Types): Describe <struct> and <flags>.
1301
dc00d89f
PM
13022010-02-28 Phil Muldoon <pmuldoon@redhat.com>
1303
1304 * gdb.texinfo (Frames In Python): Add block parameter and
1305 description to read_var text.
1306
5107b149 13072010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 1308 Tom Tromey <tromey@redhat.com>
5107b149
PM
1309
1310 * gdb.texinfo (Types In Python): Describe block argument in
1311 template_argument and gdb.lookup_type.
1312
e03e5e7b
TT
13132010-02-24 Tom Tromey <tromey@redhat.com>
1314
1315 * gdb.texinfo (Cygwin Native): Fix typo.
1316
f3e9a817
PM
13172010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1318
1319 * gdb.texinfo (Frames In Python): Add block, find_sal, function
1320 and select method descriptions.
1321 (Python API): Add Blocks In Python, Symbols in Python and Symbol
1322 Tables in Python to menu.
1323 (Blocks In Python): New node.
1324 (Symbols In Python): New node.
1325 (Symbol Tables in Python): New node.
1326
a79b8f6e
VP
13272010-02-24 Vladimir Prus <vladimir@codesourcery.com>
1328
1329 Multiexec MI
1330
1331 gdb/
1332 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
1333
1334 gdb/doc/
1335 * gdb.texinfo (GDB/MI Command Syntax): Document notification
1336 changes.
1337 (GDB/MI Program Execution): Document current behaviour of
1338 --all and --thread-group.
1339 (GDB/MI Miscellaneous Commands): Document -add-inferior and
1340 -remove-inferior.
1341 * observer.texi (inferior_added, inferior_removed): New
1342 observers.
1343
629d6a47
TT
13442010-02-19 Tom Tromey <tromey@redhat.com>
1345
1346 * gdbint.texinfo (Getting Started): Fix @node.
1347 (Debugging GDB): Likewise.
1348
c09529e5
JB
13492010-02-13 Joel Brobecker <brobecker@adacore.com>
1350
1351 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
1352 documenting the gdb_test_timeout variable.
1353
540aa8e7
MS
13542010-02-12 Jakob Engblom <jakob@virtutech.com>
1355
1356 * gdb.texinfo (MI commands): Added documentation of --reverse
1357 option to a set of MI commands. Restructured documentation of MI
1358 commands --exec-continue to reflect the complexity of reverse
1359 execution.
1360
081dfbf7
PA
13612010-02-12 Pedro Alves <pedro@codesourcery.com>
1362
1363 * gdb.texinfo (Using the Collected Data): Specify that the address
1364 range of `tfind outsize' is exclusive, and that the address range
1365 of `tfind range' is inclusive.
1366 (Tracepoint Packets): Specify that the address range of
1367 `QTFrame:range' is inclusive, and that the address range of
1368 `QTFrame:outside' is exclusive
1369
8e9c5e02
VP
13702010-02-12 Vladimir Prus <vladimir@codesourcery.com>
1371
1372 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
1373
92981e24
TT
13742010-02-10 Tom Tromey <tromey@redhat.com>
1375
1376 * gdb.texinfo (Debugging Output): Document set debug parser and
1377 show debug parser.
1378
075b51b7
L
13792010-02-09 H.J. Lu <hongjiu.lu@intel.com>
1380
1381 * gdb.texinfo (Predefined Target Types): Add i387_ext,
1382 i386_eflags and i386_mxcsr.
1383
3bb8d5c3
L
13842010-02-08 H.J. Lu <hongjiu.lu@intel.com>
1385
1386 * gdb.texinfo: Document i386 target features.
1387
c5f80513
DE
13882010-02-05 Doug Evans <dje@google.com>
1389
1390 * gdbint.texinfo (Testsuite): Add a new section to document the
1391 various DejaGnu variables that may be overridden.
1be00882 1392 Document INTERNAL_GDBFLAGS.
c5f80513 1393
6ac33a4e
TT
13942010-02-04 Tom Tromey <tromey@redhat.com>
1395
1396 PR cli/8830:
1397 * gdb.texinfo (Files): -readnow comes before the filename for file
1398 and symbol-file.
1399
a1dcb23a
DJ
14002010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1401
1402 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
1403 Document ARM breakpoint types.
1404 (Register Packet Format): Move into the new section.
1405 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
1406
95433b34
JB
14072010-01-21 Joel Brobecker <brobecker@adacore.com>
1408
1409 * gdb.texinfo (File Options): Adjust the documentation of this
1410 switch to refer to the "source" command rather than partially
1411 duplicating some of the relevant information.
1412 (Extending GDB): Introduce and document the set/show script-extension
1413 setting.
1414 (Command Files): Add note explaining that the "source" command
1415 is also used to evalute scripts written in other languages.
1416 Remove the short slightly incorrect reference to sourcing Python
1417 scripts.
1418 (Python Commands): Document how to execute a Python script from GDB.
1419
8d576872
JB
14202010-01-19 Joel Brobecker <brobecker@adacore.com>
1421
1422 * gdb.texinfo (Command Files): Fix typo.
1423
8150ff9c
JB
14242010-01-18 Tom Tromey <tromey@redhat.com>
1425
1426 * gdb.texinfo (File Options): Document -x on .py files.
1427 (Command Files): Document handling of Python scripts.
1428
23db03a6
JZ
14292010-01-18 Jie Zhang <jie.zhang@analog.com>
1430
1431 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
1432
00bf0b85
SS
14332010-01-15 Stan Shebs <stan@codesourcery.com>
1434
1435 * gdb.texinfo (Trace Files): New section.
1436 (Tracepoint Packets): Document QTSave and qTBuffer.
1437 (Trace File Format): New appendix.
1438
be759fcf
PM
14392010-01-13 Phil Muldoon <pmuldoon@redhat.com>
1440
1441 * gdb.texinfo (Values From Inferior): Document lazy_string value
1442 method.
1443 (Python API): Add Lazy strings menu item.
1444 (Lazy Strings In Python): New node.
1445
dc146f7c
VP
14462010-01-13 Vladimir Prus <vladimir@codesourcery.com>
1447
1448 * gdb.texinfo (GDB/MI Thread Information): New.
1449 (GDB/MI Async Records): Document the core field in *stopped.
1450 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
1451 documentation
1452 (Process list): Document that osdata document may contain
1453 threads.
1454 (Remote Serial Protocol): Document qXfer:threads.
1455
d5551862
SS
14562010-01-06 Stan Shebs <stan@codesourcery.com>
1457
1458 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1459 disconnected tracing.
1460 (Tracepoint Packets): Document new protocol.
1461
7a697b8d
SS
14622010-01-05 Stan Shebs <stan@codesourcery.com>
1463
1464 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
1465 tracepoints.
1466 (Tracepoint Packets): Describe remote protocol for fast
1467 tracepoints.
1468
e6f3ec50
JB
14692010-01-01 Joel Brobecker <brobecker@adacore.com>
1470
1471 Update the "Start of New Year Procedure".
1472 * gdbint.texinfo: Add the list of files that need to be updated
1473 manually. Minor reformatting.
1474
ddc4e9c1
JB
14752010-01-01 Joel Brobecker <brobecker@adacore.com>
1476
1477 * refcard.tex: Update copyright year in header and text.
1478
9d2897ad
JB
14792010-01-01 Joel Brobecker <brobecker@adacore.com>
1480
1481 * agentexpr.texi: Add 2010 to the list of copyright years.
1482 * annotate.texinfo: Likewise.
1483 * gdb.texinfo: Likewise.
1484 * gdbint.texinfo: Likewise.
1485 * observer.texi: Likewise.
1486 * stabs.texinfo: Likewise.
1487
6da95a67
SS
14882009-12-31 Stan Shebs <stan@codesourcery.com>
1489
1490 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 1491
236f1d4d
SS
14922009-12-29 Stan Shebs <stan@codesourcery.com>
1493
1494 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 1495
f61e138d
SS
14962009-12-28 Stan Shebs <stan@codesourcery.com>
1497
1498 * gdb.texinfo (Trace State Variables): New section.
1499 (Tracepoint Packets): Describe trace state variable packets.
1500 * agentexpr.texi (Bytecode Descriptions): Describe trace state
1501 variable bytecodes.
1502
0fe7935b
DJ
15032009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
1504
1505 * gdb.texinfo (Symbols): "info variables" prints definitions, not
1506 declarations.
1507
a6b29f87
VP
15082009-12-21 Vladimir Prus <vladimir@codesourcery.com>
1509
1510 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
1511 -gdb-exit behaviour.
1512
5e4bde96
JB
15132009-12-20 Joel Brobecker <brobecker@adacore.com>
1514
1515 * gpl.texi: Update to version 3 of the GPL.
1516
a1715244
JB
15172009-12-20 Joel Brobecker <brobecker@adacore.com>
1518
1519 * Makefile.in: Update copyright header.
1520 * observer.texi: Fix the copyright header of the generated files.
1521
361ae042
PM
15222009-12-08 Phil Muldoon <pmuldoon@redhat.com>
1523
1524 * gdb.texinfo (Types In Python): Describe range function.
1525
bfd31e71
PM
15262009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
1527
1528 * gdb.texinfo (Types In Python): Describe "is_base_class".
1529
57a1d736
TT
15302009-12-03 Tom Tromey <tromey@redhat.com>
1531
1532 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
1533
8cebebb9
PP
15342009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
1535
1536 * observer.texi: New memory_changed observer.
1537
16af530a
TT
15382009-12-01 Tom Tromey <tromey@redhat.com>
1539
1540 * gdb.texinfo (Reverse Execution): Fix typo.
1541
b6199126
DJ
15422009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
1543
1544 PR gdb/8704
1545
1546 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
1547 are allowed after the breakpoint condition.
1548
7a6973ad
TT
15492009-11-23 Tom Tromey <tromey@redhat.com>
1550
1551 PR python/10782:
1552 * gdb.texinfo (Types In Python): Document Type.pointer.
1553
21a0512e
PP
15542009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
1555
1556 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 1557
a5832c8f
PA
15582009-11-11 Pedro Alves <pedro@codesourcery.com>
1559
1560 * agentexpr.texi (Tracing On Symmetrix): Delete section.
1561 (Using Agent Expressions): Delete cross reference.
1562
1eb7cd77
JB
15632009-11-07 Joel Brobecker <brobecker@adacore.com>
1564
1565 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
1566 and @settitle directives up to help makeinfo find them.
1567
24ddea62
JK
15682009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1569
1570 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
1571 (Auto-loading): Use plural and note one can use multiple components now.
1572
3afae151
VP
15732009-11-01 Vladimir Prus <vladimir@codesourcery.com>
1574
1575 * gdb.texinfo (GDB/MI Stack Manipulation): Make
1576 -stack-list-arguments have the same documentation for parameter
1577 as -stack-list-locals. Add comas.
1578
14ff2235
PM
15792009-10-27 Tom Tromey <tromey@redhat.com>
1580 Eli Zaretskii <eliz@gnu.org>
1581
c8d5aac9 1582 PR python/10781
14ff2235
PM
1583
1584 * gdb.texinfo (Values From Inferior): Document cast method.
1585
9c419145
PP
15862009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
1587
1588 * gdb.texinfo (Machine Code): Mention function name in disasssembly
1589 and adjust example.
889bf7c5 1590
29153c24
MS
15912009-10-22 Michael Snyder <msnyder@vmware.com>
1592
1593 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 1594 info record command. Also document the new save and restore
29153c24
MS
1595 commands.
1596
2b28d209
PP
15972009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
1598
1599 * gdb.texinfo (Machine Code): Mention current pc marker.
1600 (Memory): Likewise.
1601
6c95b8df
PA
16022009-10-19 Pedro Alves <pedro@codesourcery.com>
1603 Stan Shebs <stan@codesourcery.com>
1604
1605 * observer.texi (new_inferior): Rename to...
1606 (inferior_appeared): ... this.
1607
1608 * gdb.texinfo (Inferiors): Rename node to ...
1609 (Inferiors and Programs): ... this. Mention running multiple
1610 programs in the same debug session.
1611 <info inferiors>: Mention the new 'Executable' column if "info
1612 inferiors". Update examples. Document the "add-inferior",
1613 "clone-inferior", "remove-inferior" and "maint info
1614 program-spaces" commands.
1615 (Process): Rename node to...
1616 (Forks): ... this. Document "set|show follow-exec-mode".
1617
2f8132f3
MS
16182009-10-11 Michael Snyder <msnyder@vmware.com>
1619
1620 * gdb.texinfo (ReverseStep): Show default as "unsupported".
1621 (ReverseContinue): Ditto.
1622
cba4b2d3
PP
16232009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
1624
1625 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 1626
da082f17
JK
16272009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1628
1629 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
1630
08be9d71
ME
16312009-10-06 Michael Eager <eager@eagercon.com>
1632
1633 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
1634 (Embedded Processors): Add MicroBlaze.
1635 (MicroBlaze): New. Describe Xilinx MicroBlaze
1636
08a0efd0
PA
16372009-10-04 Pedro Alves <pedro@codesourcery.com>
1638
1639 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
1640
cbb8f428
EZ
16412009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1642
1643 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
1644
30a4a70c
JB
16452009-09-23 Joel Brobecker <brobecker@adacore.com>
1646
1647 * observer.texi (solib_unloaded): Document explicitly the fact that
1648 this observer is called before the associated symbols are unloaded.
1649
b3372f91
VP
16502009-09-19 Vladimir Prus <vladimir@codesourcery.com>
1651
1652 * gdb.texinfo (GDB/MI Stack Manipulation): Document
1653 -stack-list-variables.
1654
f43030c4
TT
16552009-09-18 Tom Tromey <tromey@redhat.com>
1656
1657 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
1658 is experimental.
1659
ec7e75e7
PP
16602009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1661
1662 * gdb.texinfo (convenince variables): Mention
1663 $_siginfo could be empty.
f43030c4 1664
0cc7d26f
TT
16652009-09-15 Tom Tromey <tromey@redhat.com>
1666
1667 * gdb.texinfo (GDB/MI Variable Objects): Document
1668 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
1669 Expand -var-update documentation.
1670
a96d9b2e
SDJ
16712009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1672
1673 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
1674 feature.
1675
005ca36a
JB
16762009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
1677
1678 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
1679
0d772ac9
MS
16802009-09-10 Michael Snyder <msnyder@vmware.com>
1681
1682 * gdb.texinfo (qSupported): Mention new ReverseContinue and
1683 ReverseStep replies to the qSupported query.
1684
14fb1bac
JB
16852009-09-10 Joel Brobecker <brobecker@adacore.com>
1686
1687 Add documentation for set/show interactive-mode.
1688 * gdb.texinfo (Other Misc Settings): New node.
1689
29b090c0
DE
16902009-09-01 Doug Evans <dje@google.com>
1691
1692 * gdb.texinfo (Caching Data of Remote Targets): Add note on
1693 non-stop mode's affect on remote caching.
1694
4e5d721f
DE
16952009-08-31 Jacob Potter <jdpotter@google.com>
1696 Doug Evans <dje@google.com>
1697
1698 * gdb.texinfo (Caching Data of Remote Targets): Update text.
1699 Mark `set/show remotecache' options as obsolete.
1700 Document new `set/show stack-cache' option.
1701 Update text for `info dcache'.
1702
55333a84
DE
17032009-08-27 Doug Evans <dje@google.com>
1704
1705 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
1706 (Files): Add note on new optional regex arg to `info sharedlibrary'.
1707
bc3a0b4d
RW
17082009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1709
1710 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
1711 about autoconf.
1712
3a1ff0b6
PA
17132009-08-25 Pedro Alves <pedro@codesourcery.com>
1714
1715 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
1716 small example, and describe its columns. Replace "inferior-id" by
1717 "infno" throughout.
1718
81ecdfbb
RW
17192009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1720
af542c2e
RW
1721 * gdbint.texinfo (Releasing GDB): Point to
1722 README-maintainer-mode file for required autoconf version.
1723 * configure.ac: Do not substitute datarootdir, htmldir,
1724 pdfdir, docdir. Do not process --with-datarootdir,
1725 --with-htmldir, --with-pdfdir, --with-docdir.
1726 * configure: Regenerate.
1727
81ecdfbb
RW
1728 * configure: Regenerate.
1729
4efc6507
DE
17302009-08-20 Reid Kleckner <reid@kleckner.net>
1731
1732 * gdb.texinfo: Add chapter on JIT interface.
1733
43089a6e
NR
17342009-08-07 Nick Roberts <nickrob@snap.net.nz>
1735
1736 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 1737 confirmation request.
43089a6e 1738
99e008fe
EZ
17392009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
1740
c8d5aac9
L
1741 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
1742 CRC definitions.
99e008fe 1743
48cb2d85
VP
17442009-08-03 Vladimir Prus <vladimir@codesourcery.com>
1745
1746 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 1747 -break-commands.
48cb2d85 1748
ff1a52c6
UW
17492009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1750
1751 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1752 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
1753
3285f3fe
UW
17542009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1755
1756 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1757 "set spu stop-on-load" and "show spu stop-on-load" commands.
1758
e35359c5
UW
17592009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1760
1761 * gdb.texinfo (Target Descriptions): Document <compatible> element.
1762
58d6951d
DJ
17632009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
1764
1765 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
1766 org.gnu.gdb.arm.neon.
1767
08d16641
PA
17682009-07-20 Pedro Alves <pedro@codesourcery.com>
1769
1770 * gdb.texinfo (Target Description Format): Mention the new <osabi>
1771 optional element.
1772 (subsection OS ABI): New subsection.
1773
782b2b07
SS
17742009-07-14 Stan Shebs <stan@codesourcery.com>
1775
1776 * gdb.texinfo (Tracepoint Conditions): New section.
1777 (General Query Packets): Describe ConditionalTracepoints.
1778 (Tracepoint Packets): Describe condition field.
1779 (Maintenance Commands): Describe maint agent-eval.
1780 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
1781
9b117ef3
HZ
17822009-07-11 Hui Zhu <teawater@gmail.com>
1783
1784 * gdb.texinfo (disassemble): Add a new modifier /r
1785 to "disassemble" command to make it print the raw instructions
1786 in hex as well as in symbolic form.
1787
f5a33284
TT
17882009-07-09 Tom Tromey <tromey@redhat.com>
1789
1790 * gdbint.texinfo (Testsuite): Document parallel make check.
1791
812f7342
TT
17922009-07-09 Tom Tromey <tromey@redhat.com>
1793
1794 * gdbint.texinfo (Testsuite): Document test transcripts.
1795
fbb8f299
PM
17962009-07-10 Phil Muldoon <pmuldoon@redhat.com>
1797
1798 * gdb.texinfo (Values From Inferior): Add length parameter
1799 description.
1800
dd8f35ac
EZ
18012009-07-04 Chris Genly <chris@genly.us>
1802
1803 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
1804 in -var-list-children. Fix example according to what the code
1805 does.
1806
2277426b
PA
18072009-07-02 Pedro Alves <pedro@codesourcery.com>
1808
1809 * gdb.texinfo (Debugging multiple inferiors): Document the
1810 "inferior", "detach inferior" and "kill inferior" commands.
1811 (Debugging Programs with Multiple Processes): Adjust to mention
1812 generic "inferior" commands. Delete mention of "detach fork" and
1813 "delete fork". Cross reference to "Debugging multiple inferiors"
1814 section.
1815
a6d9a66e
UW
18162009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1817
5af949e3
UW
1818 * gdbint.texinfo (Item Output Functions): Update signature
1819 for ui_out_field_core_addr.
1820
18212009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1822
1823 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
1824 Update example code extrated from breakpoint.c.
1825
9901a55b 18262009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 1827
9901a55b
PP
1828 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
1829 MI commands.
1830 (GDB/MI Symbol Query): Likewise.
1831 (GDB/MI File Commands): Likewise.
1832 (GDB/MI File Transfer Commands): Likewise.
1833 (GDB/MI Target Manipulation): Likewise.
1834 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 1835
edb3359d
DJ
18362009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
1837
1838 * gdb.texinfo (Debugging Optimized Code): New chapter.
1839 (Compiling for Debugging): Reference it. Move some
1840 text to the new section.
1841
7cd1089b
PM
18422009-06-15 Phil Muldoon <pmuldoon@redhat.com>
1843
1844 * doc/gdb.texinfo (Calling): Document
1845 set-unwind-on-terminating-exception usage.
1846
d4db2f36
PA
18472009-06-11 Pedro Alves <pedro@codesourcery.com>
1848
1849 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
1850 command.
1851
d1a7880c
PA
18522009-06-07 Pedro Alves <pedro@codesourcery.com>
1853
1854 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
1855 references.
1856
473f94e6
UW
18572009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
1858
1859 * gdbint.texinfo: Rename formal parameters to gdbarch function
1860 protoypes from "current_gdbarch" to "gdbarch".
1861
8f500870
TT
18622009-05-28 Tom Tromey <tromey@redhat.com>
1863
1864 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
1865
b6313243
TT
18662009-05-27 Tom Tromey <tromey@redhat.com>
1867
1868 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1869 feature.
1870 (GDB/MI Variable Objects): Document -var-set-visualizer.
1871
18722009-04-02 Tom Tromey <tromey@redhat.com>
1873
1874 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1875 feature.
1876 (GDB/MI Variable Objects): Document -var-set-visualizer.
1877
a6bac58e
TT
18782009-05-27 Tom Tromey <tromey@redhat.com>
1879 Thiago Jung Bauermann <bauerman@br.ibm.com>
1880 Phil Muldoon <pmuldoon@redhat.com>
1881
1882 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
1883 (Pretty Printing): New node.
1884 (Selecting Pretty-Printers): Likewise.
1885 (Python API): Update.
1886 (Output Formats): Document /r format.
1887
2c74e833
TT
18882009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
1889 Tom Tromey <tromey@redhat.com>
1890
1891 * gdb.texinfo (Types In Python): New node.
1892 (Values From Inferior): "type" is now an attribute.
1893 (Python API): Update.
1894
89c73ade
TT
18952009-05-27 Tom Tromey <tromey@redhat.com>
1896 Thiago Jung Bauermann <bauerman@br.ibm.com>
1897 Phil Muldoon <pmuldoon@redhat.com>
1898
1899 * gdb.texinfo: Add @syncodeindex for `tp'.
1900 (Python API): Update.
1901 (Auto-loading): New node.
1902 (Objfiles In Python): New node.
1903
17a37d48
PP
19042009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
1905
1906 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 1907
6718376f
NR
19082009-05-15 Nick Roberts <nickrob@snap.net.nz>
1909
1910 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
1911
cbe54154
PA
19122009-05-12 Pedro Alves <pedro@codesourcery.com>
1913
1914 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
1915 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
1916 show show-debug-regs' docs.
1917
8e05493c
EZ
19182009-05-08 Eli Zaretskii <eliz@gnu.org>
1919
1920 * gdb.texinfo (Process Record and Replay): Add description of
1921 reverse execution.
1922
b39f4988
JB
19232009-05-07 Joel Brobecker <brobecker@adacore.com>
1924
1925 * gdbint.texinfo (Adding support for debugging core files): New node.
1926 (Native Debugging): Remove the ``Native core file Support'' section.
1927
a2311334
EZ
19282009-05-01 Eli Zaretskii <eliz@gnu.org>
1929
1930 * gdb.texinfo (Process Record and Replay): Improve and clarify.
1931 Add index entries.
1932
53cc454a 19332009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 1934 Michael Snyder <msnyder@vmware.com>
53cc454a 1935
a2311334
EZ
1936 * gdb.texinfo: (Process Record and Replay): Add documentation for
1937 process record and replay.
53cc454a 1938
484086b7
JK
19392009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1940
1941 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
1942 a new part on command-line defined macros.
1943
32ae1842
EZ
19442009-04-25 Eli Zaretskii <eliz@gnu.org>
1945
1946 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
1947 clarify the wording.
1948
b14b1491
TT
19492009-04-23 Tom Tromey <tromey@redhat.com>
1950
1951 * gdb.texinfo (Data Files): New node.
1952 (GDB Files): Update menu.
1953
5c1e86e1
JB
19542009-04-23 Joel Brobecker <brobecker@adacore.com>
1955
1956 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 1957 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 1958
83eba9b7
VP
19592009-04-22 Vladimir Prus <vladimir@codesourcery.com>
1960
1961 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
1962
e31198c4
HZ
19632009-04-22 Hui Zhu <teawater@gmail.com>
1964
1965 * gdb.texinfo (disassemble-next-line): Set the default of
1966 disassemble-next-line to off.
1967
26e251b6
JM
19682009-04-21 Joseph Myers <joseph@codesourcery.com>
1969
1970 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
1971 --with-htmldir): New.
1972 * configure: Regenerate.
1973 * Makefile.in (datarootdir, docdir): Define.
1974 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
1975 instead of $(SET_TEXINPUTS).
1976 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
1977 gdbint.info instead of $(SET_TEXINPUTS).
1978 (gdbint/index.html): Use same -I options as for building
1979 gdbint.info.
1980 (stabs.dvi, stabs.pdf): Use same -I options as for building
1981 stabs.info instead of $(SET_TEXINPUTS).
1982 (stabs/index.html): Use same -I options as for building
1983 stabs.info.
1984 (annotate.dvi, annotate.pdf): Use same -I options as for building
1985 annotate.info instead of $(SET_TEXINPUTS).
1986 (annotate/index.html): Use same -I options as for building
1987 annotate.info.
1988
eac35c4e
DD
19892009-04-21 David Daney <ddaney@caviumnetworks.com>
1990
1991 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
1992
29b0e8a2
JM
19932009-04-21 Joseph Myers <joseph@codesourcery.com>
1994
1995 * gdb.texinfo (Source Path): Document --with-relocated-sources.
1996
2b831889 19972009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 1998 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
1999
2000 * Makefile.in (MAKEHTML): Set to makeinfo --html.
2001 (MAKEHTMLFLAGS): Set to empty.
2002 (html__strip_dir): Define.
2003 (HTMLFILES): Define.
2004 (HTMLFILES_INSTALL): Define.
2005 (install-html): Copy new automake rule.
2006 (html): Depend on $(HTMLFILES).
2007 (gdb_toc.html): Rename to gdb/index.html.
2008 (gdbint_toc.html): Rename to gdbint/index.html.
2009 (stabs_toc.html): Rename to stabs/index.html.
2010 (annotate_toc.html): Rename to annotate/index.html.
2011
89a34d1b
JM
20122009-04-17 Carlos O'Donell <carlos@codesourcery.com>
2013
2014 * Makefile.in: Set pdfdir and htmldir from configure
2015 substitutions.
2016 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
2017 * configure: Regenerate.
2018
a2d5da46
JB
20192009-04-16 Joel Brobecker <brobecker@adacore.com>
2020
2021 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
2022 This macro is no longer used.
2023
732f6a93
TT
20242009-04-15 Tom Tromey <tromey@redhat.com>
2025
2026 * gdb.texinfo (Character Sets): Document default character set.
2027
87f9adc1
PM
20282009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
2029
2030 * gdbint.texinfo: Change server name from sources.redhat.com to
2031 sourceware.org throughout.
2032
2c88c651
JB
20332009-04-09 Joel Brobecker <brobecker@adacore.com>
2034
2035 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
2036 about a missing dot or coma after @xref.
2037
4f5376b2
JB
20382009-04-02 Joel Brobecker <brobecker@adacore.com>
2039
2040 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
2041 example, and add a small explanation about it.
2042 (Print Settings): Change the documentation of the "set print
2043 frame-arguments" to reflect the fact that the default is now "scalars".
2044
a0381d3a
JB
20452009-04-02 Joel Brobecker <brobecker@adacore.com>
2046
2047 * gdb.texinfo (Print Settings): Add kindex for command "set
2048 print frame-arguments".
2049
45ac276d
JB
20502009-03-31 Joel Brobecker <brobecker@adacore.com>
2051
2052 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
2053 breakpoints.
2054 (Set Breaks): Add reference to thread-specific and task-specific
2055 breakpoints.
2056
32cd1edc
JB
20572009-03-31 Joel Brobecker <brobecker@adacore.com>
2058
2059 * gdb.texinfo (Ada Tasks): Remove the documentation about
2060 the "Running" state, as this state has been eliminated.
2061 Now all runnable tasks are shown as "Runnable".
2062
1042e4c0
SS
20632009-03-30 Stan Shebs <stan@codesourcery.com>
2064
2065 * gdb.texinfo (Tracepoints): Describe tracepoints as a
2066 special case of breakpoints.
2067 (Enable and Disable Tracepoints): Mention deprecation.
2068 (Listing Tracepoints): Update description and example.
2069
f8f6f20b
TJB
20702009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2071
2072 * gdb.texinfo (Frames in Python): New node.
2073 (Python API): Update.
2074
c0c6f777
TJB
20752009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
2076
2077 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
2078 from a method to an attribute.
2079
def2b000
TJB
20802009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
2081
2082 * gdb.texinfo (Values From Inferior): Document is_optimized_out
2083 attribute.
2084
a07daef3
PA
20852009-03-25 Pedro Alves <pedro@codesourcery.com>
2086
2087 * observer.texi (thread_exit): Add "silent" parameter.
2088
f3b1572e
PA
20892009-03-22 Pedro Alves <pedro@codesourcery.com>
2090
2091 * observer.texi (about_to_proceed): New.
2092
587afa38
EZ
20932009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
2094
2095 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
2096 field throughout to handle types with spaces in them. Fix typos
2097 found by aspell.
2098 (Summary, Requirements, Contributors): New first chapter,
2099 "Summary" added, old Requirements section moved there, and new
2100 section, "Contributors" added.
2101 (Initializing a New Architecture, Register Representation)
2102 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
2103 (Porting gdb): These sections extended and updated.
2104 (Compiler Characteristics): This section (empty) deleted.
2105 (Defining Other Architecture Features): This section renamed and
2106 duplicate material removed from (formerly "Target Conditionals").
2107 Use braces {} in @deftypeXX type field throughout to handle types
2108 with spaces in them. Typos found by aspell fixed.
2109
2110 * stack_frame.svg: New file, source of image for gdbint.texinfo.
2111 * stack_frame.pdf: Version of image for PDF output.
2112 * stack_frame.png: Version of image for HTML output and for Emacs.
2113 * stack_frame.txt: Version of image for Info output.
1db61298 2114 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 2115
10af6951
EZ
21162009-03-21 Eli Zaretskii <eliz@gnu.org>
2117
2118 * gdb.texinfo (Character Sets): Fix last change.
2119
cc924cad
TJB
21202009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
2121
2122 * gdb.texinfo (Values From Inferior): Fix optional arguments
2123 markup.
2124 (Commands In Python): Adjust argument names of gdb.Command.__init__
2125 to what the function accepts as keywords.
2126
bc3b79fd
TJB
21272008-03-20 Tom Tromey <tromey@redhat.com>
2128
2129 * gdb.texinfo (Convenience Vars): Document convenience functions.
2130 (Functions In Python): New node.
2131 (Python API): Update.
2132
6c7a06a3
TT
21332009-03-20 Tom Tromey <tromey@redhat.com>
2134
2135 * gdb.texinfo (Character Sets): Remove obsolete text. Document
2136 set target-wide-charset.
2137 (Requirements): Mention iconv.
2138
b646ddd4
HZ
21392009-03-17 Hui Zhu <teawater@gmail.com>
2140
2141 * gdb.texinfo: Change the introduce of "disassemble-next-line".
2142
91440f57
HZ
21432009-03-17 Hui Zhu <teawater@gmail.com>
2144
2145 * gdb.texinfo: Add documentation for disassemble-next-line.
2146
8fd41227
TJB
21472009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2148
2149 * gdb.texinfo (Commands In Python): Remove tindex entries.
2150
61ff14c6
JK
21512009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2152
2153 * gdb.texinfo (Returning): New description for missing debug info.
2154
0b16c5cf
PA
21552009-03-14 Pedro Alves <pedro@codesourcery.com>
2156
2157 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 2158 (General Query Packets): Document qAttached.
0b16c5cf 2159
32fc0df9
PA
21602009-03-05 Pedro Alves <pedro@codesourcery.com>
2161
2162 * gdb.texinfo (Background Execution): Better describe the set
2163 target-async command.
2164 (Maintenance Commands): Delete description of the `maint set/show
2165 linux-async' and `maint set/show remote-async' commands.
2166
134eb42c
VP
21672009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2168
2169 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
2170 between sentences.
2171
c86cf029
VP
21722009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2173
2174 * gdb.texinfo (GDB/MI Async Records): Document the
2175 =library-loaded and =library-unloaded notifications.
2176
3ea85240
VP
21772009-02-17 Vladimir Prus <vladimir@codesourcery.com>
2178
2179 * observer.texi (test_notification): New observer.
2180
1d33d6ba
VP
21812009-02-14 Vladimir Prus <vladimir@codesourcery.com>
2182
61ff14c6
JK
2183 * observer.texi: Add parameter 'print_frame' to normal_stop
2184 observer.
1d33d6ba 2185
d721c933
EZ
21862009-02-07 Eli Zaretskii <eliz@gnu.org>
2187
2188 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
2189 (Commands In Python): Fix COMMAND_* constants in last change. Use
2190 @kbd for interactive input. Add cross-references and index
2191 entries.
2192
4aa995e1
PA
21932009-02-06 Pedro Alves <pedro@codesourcery.com>
2194
2195 * gdb.texinfo (Signals): Document $_siginfo.
2196 (Convenience Variables): Mention $_siginfo.
2197 (Remote Configuration): Document qXfer:siginfo:read,
2198 qXfer:siginfo:write packets, and the read-siginfo-object,
2199 write-siginfo-object commands.
2200
5f5233d4
PA
22012009-02-06 Pedro Alves <pedro@codesourcery.com>
2202
2203 * gdbint.texinfo (Values): New chapter.
2204
d8906c6f
TJB
22052009-02-06 Tom Tromey <tromey@redhat.com>
2206
2207 * gdb.texinfo (Python API): Add entry for Commands In Python.
2208 (Commands In Python): New node.
2209
b6cb8e7d
TJB
22102009-02-05 Tom Tromey <tromey@redhat.com>
2211
2212 * gdb.texinfo (Values From Inferior): Document Value.string.
2213
12453b93
TJB
22142009-02-05 Tom Tromey <tromey@redhat.com>
2215
2216 * gdb.texinfo (Basic Python): Document execute's from_tty
2217 argument.
2218
08c637de
TJB
22192009-02-04 Tom Tromey <tromey@redhat.com>
2220
2221 * gdb.texinfo (Basic Python): Document gdb.history.
2222
592375cd
VP
22232009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2224
2225 * gdb.texinfo (GDB/MI Thread Commands): Document the
2226 'current-thread-id' field. Remove the example with zero threads,
2227 since current GDB won't ever report that if there's inferior.
2228
41447f92
VP
22292009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2230
2231 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
2232 option to -break-insert.
2233
098b41a6
JG
22342009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2235 Jerome Guitton <guitton@adacore.com>
2236
2237 * gdb.texinfo (Startup): Document --with-system-gdbinit.
2238 (System-wide configuration): New section.
2239
3c16cced
PA
22402009-01-26 Pedro Alves <pedro@codesourcery.com>
2241
2242 PR gdb/7580:
2243 * gdb.texinfo (Maintenance Commands): Document "maint set|show
2244 internal-error|internal-warning quit|corefile ask|yes|no".
2245
62709adf
PA
22462009-01-26 Pedro Alves <pedro@codesourcery.com>
2247
2248 * gdb.texinfo (Using the `gdbserver' Program): Document
2249 --remote-debug.
2250
7ce58dd2
DE
22512009-01-23 Doug Evans <dje@google.com>
2252
2253 * gdb.texinfo: Add nexti to list of commands that support
2254 background execution.
2255
adb483fe
DJ
22562009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
2257
2258 * gdb.texinfo (Define, Hooks): Document prefix command support.
2259
a67ec3f4 22602009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 2261 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
2262
2263 Fixes for makeinfo --html.
2264
2265 * annotate.texinfo: Use @copying and @insertcopying. Use
2266 @ifnottex in place of @ifinfo.
2267 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
2268 place of @ifinfo. Use @ifnotinfo for one index entry.
2269 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
2270 in place of @ifinfo.
2271 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
2272 in place of @ifinfo. Include contents at start unconditionally.
2273
84fcdf95
PA
22742009-01-13 Pedro Alves <pedro@codesourcery.com>
2275
2276 * gdb.texinfo (General Query Packets): Remove @var{} around the
2277 "spu" literal string.
2278
fa3a767f
PA
22792009-01-07 Pedro Alves <pedro@codesourcery.com>
2280
2281 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
2282 program may be running in another process" errors.
2283 * gdbint.texinfo (Native Conditionals): Delete
2284 ONE_PROCESS_WRITETEXT description.
2285
9cb011d3
JB
22862009-01-07 Joel Brobecker <brobecker@adacore.com>
2287
2288 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
2289 emacs local variable to be placed at the end of the ChangeLog.
2290 Add server.c and gdbreplay.c to the list of files where the
2291 copyright year needs to be updated.
2292
84603566
SL
22932009-01-06 Sandra Loosemore <sandra@codesourcery.com>
2294
2295 * gdb.texinfo (Remote Configuration): Document new
2296 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
2297 commands.
2298
a53f55d8
PA
22992008-12-28 Pedro Alves <pedro@codesourcery.com>
2300
2301 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
2302 FETCH_INFERIOR_REGISTERS.
2303 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
2304 FETCH_INFERIOR_REGISTERS descriptions. Remove
2305 gdbarch_get_longjmp_target descrition, since already described in
2306 Target Conditionals. Move gdbarch_fp0_regnum description to ...
2307 (Target Conditionals): ... here.
2308
077e0a52
JB
23092008-12-16 Joel Brobecker <brobecker@adacore.com>
2310
2311 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
2312 examples.
2313 (Additions to Ada): Likewise. Add the missing opening and closing
2314 parenthesis of the GDB prompt in one of the examples.
2315
023eb17c
JB
23162008-12-14 Joel Brobecker <brobecker@adacore.com>
2317
2318 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
2319 about the result of 'Address not being of type System.Address.
2320 This problem has been fixed a while ago.
2321
c3b108f7
VP
23222008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2323
2324 MI non-stop and multiprocess docs.
2325
c8d5aac9
L
2326 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
2327 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
2328 Adjust documentation for *stopped, document =thread-created,
2329 =thread-exited, =thread-group-created and =thread-group-exited.
2330 (GDB/MI Thread Commands): Document the 'state' field in
2331 -thread-info output.
2332 (GDB/MI Program Execution): Mention --all and --thread-group
2333 options.
2334 (GDB/MI Variable Objects): Describe floating and fixed variable
2335 objects.
2336 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 2337
07e059b5
VP
23382008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2339
c8d5aac9
L
2340 * gdb.texinfo (Operating System Information): New appendix.
2341 (Operating System Auxiliary Information): Document 'info os processes'
2342 (Remote Configuration): Document 'osdata'
2343 (General Query Packets): Document qXfer:osdata:read.
07e059b5 2344
a80b95ba
TG
23452008-11-27 Tristan Gingold <gingold@adacore.com>
2346
2347 * gdb.texinfo (Darwin): Document Darwin specific features.
2348
a655d424
JK
23492008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2350
2351 * gdbint.texinfo (Target Conditionals): Extend the
2352 gdbarch_breakpoint_from_pc description.
2353
249e1128
VP
23542008-11-22 Vladimir Prus <vladimir@codesourcery.com>
2355
2356 * gdb.texinfo (M68K Features): Fix typo.
2357
c14c28ba
PP
23582008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2359
2360 * gdb.texinfo (Symbols): Mention printing containing
2361 image name in "info symbol".
2362 (Maint translate-address): Likewise.
889bf7c5 2363
394a6666
JB
23642008-11-18 Joel Brobecker <brobecker@adacore.com>
2365
2366 * gdb.texinfo (Set Catchpoints): Remove the documentation of
2367 commands "catch load" and "catch unload".
2368
66bb093b
VP
23692008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2370
2371 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 2372 =thread-selected.
889bf7c5 2373
4a92f99b
VP
23742008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2375
c8d5aac9 2376 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 2377
f0323ca0
PA
23782008-10-27 Pedro Alves <pedro@codesourcery.com>
2379
2380 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
2381 .mt files, TM_CLIBS or TM_CDEPS.
2382 (x86 Watchpoints): Don't mention TDEPFILES.
2383
8b23ecc4
SL
23842008-10-24 Sandra Loosemore <sandra@codesourcery.com>
2385
2386 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
2387 (Overview): Mention notifications and non-stop mode behavior.
2388 (Packets): Update documentation of ?, vAttach, vCont, and vRun
2389 with non-stop mode behavior. Add vStopped description.
2390 (Stop Reply Packets): Update list of packets that return
2391 stop replies. Mention non-stop behavior.
2392 (General Query Packets): Document QNonStop packet and associated
2393 qSupported query response.
2394 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
2395 behavior.
2396 (Notification Packets): New section.
2397 (Remote Non-Stop): New section.
2398 (File-I/O Overview): Mention non-stop behavior.
2399
fff08868
HZ
24002008-10-24 Hui Zhu <teawater@gmail.com>
2401 Pedro Alves <pedro@codesourcery.com>
2402
2403 * gdb.texinfo (displaced-stepping): Describe the auto mode
2404 setting, and say it's the default. This is now a mainstream
2405 setting instead of a maintenance setting.
2406
252fbfc8
PA
24072008-10-23 Pedro Alves <pedro@codesourcery.com>
2408
2409 * observer.texi (thread_stop_requested): New.
2410
20924a55
JB
24112008-10-22 Joel Brobecker <brobecker@adacore.com>
2412
2413 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
2414 (Patching): Replace incorrect usage of @samp by @kbd.
2415
bacec72f
MS
24162008-10-17 Michael Snyder <msnyder@vmware.com>
2417
2418 * gdb.texinfo: Add documentation for reverse execution.
2419
a08702d6 24202008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 2421 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
2422
2423 * gdb.texinfo. (Values From Inferior): New subsubsection.
2424
d97bc12b
DE
24252008-10-06 Doug Evans <dje@google.com>
2426
2427 * gdb.texinfo (set debug dwarf2-die): Document it.
2428
87f67dba
JB
24292008-10-01 Joel Brobecker <brobecker@adacore.com>
2430
2431 * gdb.texinfo (catch) [exception]: Document how to insert
2432 a breakpoint on user-defined exceptions when the exception
2433 name is identical to one of the language-defined ones.
2434
2fae03e8
TT
24352008-09-27 Tom Tromey <tromey@redhat.com>
2436
2437 * gdb.texinfo (Macros): Remove text about stringification,
2438 varargs, and splicing.
2439
5c6ce71d
TT
24402008-09-27 Tom Tromey <tromey@redhat.com>
2441
2442 * gdbint.texinfo (Language Support): Remove text about omitting
2443 support for a language.
2444
07128da0
DE
24452008-09-23 Doug Evans <dje@google.com>
2446
2447 * gdb.texinfo (info dcache): Update.
2448
b90a069a
SL
24492008-09-22 Sandra Loosemore <sandra@codesourcery.com>
2450
2451 * gdb.texinfo (Packets): Add info on thread-id syntax and
2452 multiprocess extensions.
2453 <D>: Document multiprocess form of packet.
2454 <H>: Use thread-id syntax.
2455 <T>: Likewise.
2456 <vCont>: Likewise. Note this is required for multiprocess.
2457 <vKill>: New packet.
2458 (Stop Reply Packets) <T>: Use thread-id syntax.
2459 <W>: Document multiprocess form of reply.
2460 <X>: Likewise.
2461 (General Query Packets) <qC>: Use thread-id syntax.
2462 <qfThreadInfo>: Likewise.
2463 <qGetTLSAddr>: Likewise.
2464 <qP>: Likewise.
2465 <qSupported>: Add "multiprocess" feature.
2466 <qThreadExtraInfo>: Use thread-id syntax.
2467
b77209e0
PA
24682008-09-22 Stan Shebs <stan@codesourcery.com>
2469
2470 * gdb.texinfo (Inferiors): New section.
2471
3d0bb823
PA
24722008-09-12 Pedro Alves <pedro@codesourcery.com>
2473
2474 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
2475
f8dcfc0a
UW
24762008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2477
2478 * gdbint.texinfo (Target Conditionals): Remove documentation
2479 for gdbarch_name_of_malloc.
2480
8775bb90
MS
24812008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
2482
2483 * gdb.texinfo (Interrupts): Mention TCP interface for
2484 sending BREAK.
2485
f1838a98
UW
24862008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
2487
2488 * gdb.texinfo (Commands to Specify Files): Document "remote:"
2489 argument prefix to "set sysroot".
2490
158c7665
PH
24912008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
2492
2493 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
2494 and False.
2495
30e026bb
VP
24962008-08-20 Vladimir Prus <vladimir@codesourcery.com>
2497
c8d5aac9
L
2498 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
2499 for possible features of -list-features.
30e026bb 2500
c6ebd6cf
VP
25012008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2502
c8d5aac9 2503 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
2504 (GDB/MI Miscellaneous Commands): Document -list-target-features.
2505
aeac0ff9
VP
25062008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2507
2508 * doc/gdb.texinfo (PowerPC): Fix typo.
2509 (PowerPC features): Fix typo.
2510
5231c1fd
PA
25112008-08-18 Pedro Alves <pedro@codesourcery.com>
2512
2513 * observer.texi (thread_ptid_changed): New.
2514
677c5bb1
LM
25152008-08-18 Luis Machado <luisgpm@br.ibm.com>
2516
2517 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
2518 (PowerPC features): Mention feature set for VSX registers.
2519
f3a2dd1a
JB
25202008-08-13 Joel Brobecker <brobecker@adacore.com>
2521
2522 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
2523 the direct visibility of all names in user-written packages.
2524
33e5cbd6
PA
25252008-08-13 Pedro Alves <pedro@codesourcery.com>
2526
2527 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
2528 setting, and make it the default.
2529 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
2530 non-stop script example.
2531
d0384fc4
TJB
25322008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
2533
2534 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
2535 reference to the "Using Different Register and Memory Data
2536 Representation" section.
2537
a6f3e723
SL
25382008-08-12 Sandra Loosemore <sandra@codesourcery.com>
2539
2540 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
2541 (Remote Protocol): Add Packet Acknowledgment to menu.
2542 (Overview): Mention +/- can be disabled, and point to new section
2543 where this is discussed in detail.
2544 (General Query Packets): Document QStartNoAckMode packet, and
2545 corresponding qSupported reply.
2546 (Packet Acknowledgment): New section.
2547
0606b73b
SL
25482008-08-11 Sandra Loosemore <sandra@codesourcery.com>
2549 Pedro Alves <pedro@codesourcery.com>
2550
2551 * gdb.texinfo (Threads): Move paragraph about automatic thread
2552 selection to All-Stop Mode subsection.
2553 (Thread Stops): Reorganize existing material into subsections.
2554 Add introductory blurb and menu.
2555 (Non-Stop Mode): New subsection.
2556 (Background Execution): New subsection.
2557 (Maintenance Commands): Add cross-references from async mode
2558 commands to the new Background Execution section.
2559
d57a3c85
TJB
25602008-08-06 Tom Tromey <tromey@redhat.com>
2561
2562 * gdb.texinfo (Extending GDB): New chapter.
2563 (Sequences): Demoted chapter, now a section under the new
2564 Extending GDB chapter.
2565 (Python): New section.
2566
6d76a53d
SS
25672008-07-31 Stan Shebs <stan@codesourcery.com>
2568
2569 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
2570
1f70da6a
SS
25712008-07-29 Stan Shebs <stan@codesourcery.com>
2572
2573 * gdbint.texinfo: General round of cleanup and minor
2574 clarifications.
2575 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
2576 (Longjmp Support): Update description to reflect how it is done
2577 for targets without using native header.
2578 (Symbol Handling): Add a little more general explanation.
2579 (COFF, ELF): Mention stabs encapsulation.
2580 (DWARF 3): New section.
2581 (Adding a New Host): Scrub out some obsolete bits.
2582 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
2583 (Host Conditionals): Remove descriptions of NO_STD_REGS,
2584 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
2585 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
2586 SEEK_SET, STOP_SIGNAL, USG.
2587 (Raw and Virtual Register Representations): Ditto for
2588 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
2589 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
2590 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
2591 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
2592 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
2593 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
2594 DEPRECATED_REGISTER_VIRTUAL_SIZE,
2595 DEPRECATED_REGISTER_VIRTUAL_TYPE,
2596 DEPRECATED_USE_STRUCT_CONVENTION.
2597 Describe gdbarch_deprecated_fp_regnum.
2598 Update description of gdbarch_print_insn.
2599 (Adding a New Target): Scrub out obsolete bits.
2600 (Obsolete Conditionals): Remove entire section.
2601
383f836e
TT
26022008-07-25 Tom Tromey <tromey@redhat.com>
2603
2604 * observer.texi (GDB Observers): Document new observers:
2605 breakpoint_created, breakpoint_deleted, breakpoint_modified,
2606 tracepoint_created, tracepoint_deleted, tracepoint_modified,
2607 architecture_changed.
2608
cfd8ab24
SS
26092008-07-21 Stan Shebs <stan@codesourcery.com>
2610
2611 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
2612 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
2613
781b42b0
TT
26142008-07-21 Tom Tromey <tromey@redhat.com>
2615
2616 * observer.texi (GDB Observers): Remove obsolete comment.
2617 <executable_changed>: Remove argument.
2618
d7d9f01e
TT
26192008-07-18 Tom Tromey <tromey@redhat.com>
2620
2621 * gdb.texinfo (Macros): Update. Use @code rather than @command.
2622
bf250677
DE
26232008-07-10 Doug Evans <dje@google.com>
2624
2625 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
2626
10568435
JK
26272008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2628
2629 * gdb.texinfo (Starting): Document "set disable-randomization".
2630
5ae4183a
AS
26312008-07-07 Andreas Schwab <schwab@suse.de>
2632
2633 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
2634
b56e7235
VP
26352008-07-06 Vladimir Prus <vladimir@codesourcery.com>
2636
2637 * gdb.texinfo (GDB/MI Target Manipulation): Add
2638 example of -target-attach.
2639
e1ac3328
VP
26402008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2641
2642 * observer.texi (target_resumed): New observer.
5ae4183a 2643 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 2644
65d12d83
TT
26452008-06-06 Tom Tromey <tromey@redhat.com>
2646
2647 * gdb.texinfo (Completion): Add field name example.
2648
fbc5282e
MK
26492008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
2650
2651 * gdb.texinfo (GDB/MI Program Context): Added example
2652 to -exec-arguments
5ae4183a 2653
fbc5282e 26542008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
2655
2656 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
2657 annotation.
2658
c16158bc 26592008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
2660 Nathan Sidwell <nathan@codesourcery.com>
2661 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
2662
2663 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
2664 and ACX_BUGURL.
2665 * configure: Regenerate.
2666 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
2667 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
2668 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
2669 mailing-list-specific text about bug reporting unless
2670 BUGURL_DEFAULT.
2671
75c99385
PA
26722008-06-05 Pedro Alves <pedro@codesourcery.com>
2673
2674 * gdb.texinfo (-target-select): Remove reference to target async.
2675 (Maintenance Commands): Document "maint set/show remote-async".
2676
1763a388
MK
26772008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
2678
2679 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
2680 in -target-file-get section.
5ae4183a 2681
d0d064df
PA
26822008-05-22 Pedro Alves <pedro@codesourcery.com>
2683
9b562ab8
PA
2684 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
2685 killing the inferior when it is already debugging a process.
d0d064df 2686
8dfa32fc
JB
26872008-05-21 Joel Brobecker <brobecker@adacore.com>
2688
2689 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
2690 abbreviation for "finish".
2691
55f996a7
NR
26922008-05-21 Nick Roberts <nickrob@snap.net.nz>
2693
2694 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
2695
ba2b1c56
DJ
26962008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
2697
2698 * gdbint.texinfo (Target Conditionals): Delete entry for
2699 gdbarch_dwarf_reg_to_regnum.
2700
08388c79
DE
27012008-05-09 Doug Evans <dje@google.com>
2702
a3c83fae 2703 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 2704
d14508fe
DE
27052008-05-05 Doug Evans <dje@google.com>
2706
2707 * gdb.texinfo (disassemble): Document /m modifier.
2708
e2b7ddea
VP
27092008-05-05 Vladimir Prus <vladimir@codesourcery.com>
2710
5ae4183a
AS
2711 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
2712 will not report the time of commands that run the target.
e2b7ddea 2713
8eb41542
VP
27142008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2715
2716 * gdb.texinfo (GDB/MI Output Records): Add
2717 missing semicolon.
2718
82f68b1c
VP
27192008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2720
2721 * gdb.texinfo (GDB/MI Output Records):
2722 Document =thread-create and =thread-exited.
2723
fa0f268d
VP
27242008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2725
2726 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 2727 Remove mention of dmi-discuss.
fa0f268d 2728
063bfe2e
VP
27292008-05-03 Pedro Alves <pedro@codesourcery.com>
2730
2731 * observer.texi (thread_exit): New.
2732
237fc4c9
PA
27332008-05-02 Pedro Alves <pedro@codesourcery.com>
2734
2735 * gdb.texinfo (Debugging Output): Document "set/show debug
2736 displaced".
2737 (Maintenance Commands): Document "maint set/show
2738 can-use-displaced-stepping".
2739
0428b8f5
DJ
27402008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
2741
2742 * gdb.texinfo (ARM): Document set/show arm fallback-mode
2743 and set/show arm force-mode.
2744
5009afc5
AS
27452008-05-02 Andreas Schwab <schwab@suse.de>
2746
2747 * gdbint.texinfo (Algorithms): Describe
2748 target_watchpoint_addr_within_range.
2749
669fac23
DJ
27502008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2751
2752 * gdbint.texinfo (Stack Frames): New chapter.
2753 (Algorithms): Move Frames text to the new chapter.
2754 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
2755 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
2756
721c02de
VP
27572008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2758
5ae4183a
AS
2759 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
2760 output does not necessary include any tokens.
721c02de 2761
c055b101
CV
27622008-04-22 Corinna Vinschen <vinschen@redhat.com>
2763
2764 * gdb.texinfo (Set SH Calling convention): New @item.
2765 (Show SH Calling convention): Ditto.
2766
68837c9d
MD
27672008-04-22 Markus Deuling <deuling@de.ibm.com>
2768
2769 * gdb.texinfo (Fortran Operators): Describe '%' operator.
2770
2e9132cc
EZ
27712008-04-20 Eli Zaretskii <eliz@gnu.org>
2772
2773 * gdb.texinfo (Set Breaks): Mention that multiple location
2774 breakpoints need line number info. Add index entries.
2775
31fffb02
CS
27762008-04-19 Craig Silverstein <csilvers@google.com>
2777
2778 * gdb.texinfo (Requirements): Add an optional requirement on
2779 zlib.
2780 * gdbint.texinfo (Debugging File Formats): Add new subsection for
2781 Compressed DWARF 2.
2782
a47ec5fe
AR
27832008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
2784
2785 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
2786 sample output for 'stopped,reason="breakpoint-hit"' message.
2787 (GDB/MI Program Execution): Likewise.
2788
de051565
MK
27892008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
2790
5ae4183a 2791 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
2792 -var-set-format. Add -f option to -var-evaluate-expression.
2793
6ba66d6a
JB
27942008-04-03 Joel Brobecker <brobecker@adacore.com>
2795
2796 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
2797 new node "Ambiguous Expressions". Replace references to this
2798 node by references to "Ambiguous Expressions" throughout.
2799 (Ambiguous Expressions): New node.
2800
1e26b4f8
DJ
28012008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
2802
2803 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
2804
b84876c2
PA
28052008-03-21 Pedro Alves <pedro@codesourcery.com>
2806
2807 * gdb.texinfo (Debugging Output): Document
2808 "set/show debug lin-lwp-async".
2809 (Maintenance Commands): Document "maint set/show linux-async".
2810
63092375
DJ
28112008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
2812
2813 * gdb.texinfo (Expressions): Update description of malloced arrays.
2814
8e8901c5
VP
28152008-03-15 Vladimir Prus <vladimir@codesourcery.com>
2816
2817 * gdb.texinfo (Thread Commands): Document
2818 -thread-info. Remove -thread-list-all-threads.
2819
1fddbabb
PA
28202008-03-14 Pedro Alves <pedro@codesourcery.com>
2821 Sandra Loosemore <sandra@codesourcery.com>
2822
2823 * gdb.texinfo (Library List Format): Update to mention the
2824 possibility to pass section addresses instead of segment
2825 addresses.
2826
ccd213ac
DJ
28272008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
2828
2829 * gdb.texinfo (Starting): Document "set exec-wrapper".
2830 (Server): Document gdbserver --wrapper.
2831
fa4727a6
DJ
28322008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
2833
2834 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
2835 unreadable memory. Delete obsolete SPARClite reference.
2836
8edfe269
DJ
28372008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
2838
2839 * gdb.texinfo (Starting): Mention always-running targets.
2840 (Target Commands): Add an anchor for load.
2841 (Connecting): Explain continue instead of run.
2842
1843f87b
DJ
28432008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
2844
2845 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
2846
f9082629
NR
28472008-02-26 Nick Roberts <nickrob@snap.net.nz>
2848
2849 * gdb.texinfo (Set Breaks): Revert description of Enb column of
2850 breakpoint table.
2851
fd96d250
PA
28522008-02-19 Pedro Alves <pedro@codesourcery.com>
2853
2854 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
2855 killing the inferior when it is already debugging a process.
2856
36af4ef6
MD
28572008-02-13 Markus Deuling <deuling@de.ibm.com>
2858
2859 * gdbint.texinfo (Build Script): New section. Mention new build script
2860 gdb_buildall.sh.
2861
cda4ce5a
JB
28622008-02-01 Jim Blandy <jimb@red-bean.com>
2863
2864 * gdb.texinfo (Help): Summarize 'info args' correctly.
2865
4acd40f3
TJB
28662008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2867
2868 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
2869 available in PowerPC architecture.
2870 (Embedded Processors): Change node name of PowerPC item in menu.
2871 (PowerPC): Rename to...
2872 (PowerPC Embedded): this.
2873 (Architectures): Add new PowerPC item in menu.
2874 (PowerPC): New node.
2875
6e6c6f50
DJ
28762008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2877
2878 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
2879 commands.
2880
5ee187d7
DJ
28812008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2882
2883 * gdb.texinfo (Setting Catchpoints): Mention features
2884 supported on GNU/Linux.
2885
e275c0d9
NR
28862008-01-30 Nick Roberts <nickrob@snap.net.nz>
2887
2888 * gdb.texinfo (GDB/MI File Commands): Describe new output
2889 field for MI command -file-list-exec-source-file.
2890
2d717e4f
DJ
28912008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2892
2893 * gdb.texinfo (Using the `gdbserver' Program): Add security
2894 warning. Rearrange into subsections and subsubsections. Document
2895 --multi and --debug. Correct --with-sysroot typo. Update --attach
2896 usage. Make load reference clearer. Document monitor exit.
2897 (Remote Configuration): Document set remote exec-file, attach-packet,
2898 and run-packet.
2899 (Packets): Document vAttach and vRun.
2900
d35a4257 29012008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
2902
2903 * gdb.texinfo (Processes): Mention process command.
889bf7c5 2904 detach-on-follow -> detach-on-fork.
f663676d 2905
c78d192c
DJ
29062008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2907
2908 * gdbint.texinfo (Native Conditionals): Remove
2909 SHELL_COMMAND_CONCAT and SHELL_FILE.
2910
d35a4257
EZ
29112008-01-26 Eli Zaretskii <eliz@gnu.org>
2912
2913 * gdb.texinfo (Specify Location): Improve wording.
2914
93815fbf
VP
29152008-01-23 Chris Demetriou <cgd@google.com>
2916
2917 * gdb.texinfo (Threads): Document new "set print thread-events"
2918 and "show print thread-events" commands.
2919
2a25a5ba
EZ
29202008-01-19 Eli Zaretskii <eliz@gnu.org>
2921
2922 * gdb.texinfo (Specify Location): New section.
2923 (Delete Breaks, Edit, Set Breaks): Remove description of
2924 locations. Instead, add a reference to "Specify Location".
2925 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
2926 (Symbols): Refer to "Specify Location" for the valid forms of
2927 linespecs and locations.
2928
32c9a795
MD
29292008-01-18 Markus Deuling <deuling@de.ibm.com>
2930
2931 * gdbint.texinfo (Target Conditionals): Replace the description of
2932 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
2933
b17828ca
JB
29342008-01-12 Paul Hilfinger <hilfinger@adacore.com>
2935
2936 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
2937 about &&var, which is rejected by the expression parser.
2938
0aea4bf3
LM
29392008-01-09 Luis Machado <luisgpm@br.ibm.com>
2940
2941 * gdb.texinfo (Output): Update documentation on using printf with DFP
2942 types.
2943
febe4383
TJB
29442008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
2945
2946 * gdb.texinfo (C and C++): Add Decimal Floating Point format
2947 subsubsection.
2948 (Decimal Floating Point format): New subsubsection.
2949
7a404eba
PA
29502008-01-05 Pedro Alves <pedro@codesourcery.com>
2951
2952 * gdb.texinfo (File Options): Remove mention of the attempt to
2953 open a core file with the -p option. Don't list -c as a valid
2954 option to attach to a process.
2955
a4d9b460
PA
29562008-01-05 Pedro Alves <pedro@codesourcery.com>
2957
2958 * gdbint.texinfo (Host Conditionals): Remove mention of
2959 ALIGN_STACK_ON_ENTRY.
2960
6ec2edbe
JB
29612008-01-05 Joel Brobecker <brobecker@adacore.com>
2962
2963 * gdbint.texinfo (Start of New Year Procedure): Add item
2964 describing how to update the source and documentation copyright
2965 notices.
2966
d8b2a693
JB
29672007-12-18 Jim Blandy <jimb@codesourcery.com>
2968
ab209b3a 2969 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
2970 watchpoint explanation into the main description of the watchpoint
2971 command; update synopses of 'watch', 'rwatch', and 'awatch'
2972 commands.
2973
8b4ed427
VP
29742007-12-18 Vladimir Prus <vladimir@codesourcery.com>
2975
2976 * gdb.texinfo (Miscellaneous gdb/mi Commands):
2977 Document 'pending-breakpoints' feature of
2978 -list-features.
2979
37e4754d
LM
29802007-12-17 Luis Machado <luisgpm@br.ibm.com>
2981
669fac23 2982 * gdb.texinfo: Add new parameter's description.
37e4754d 2983
1d3811f6
DJ
29842007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
2985
2986 * gdb.texinfo (Overview): Clarify run-length encoding
2987 example. Remove the restriction on "+" and "-" characters.
2988
c1c25a1a
EZ
29892007-12-15 Eli Zaretskii <eliz@gnu.org>
2990
2991 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
2992
afe8ab22 29932007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 2994
afe8ab22
VP
2995 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
2996 the -f option for -break-insert, remove -r option,
2997 and clarify specification of location.
2998
a6b151f1
DJ
29992007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
3000
3001 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
3002 formatting.
3003 (Remote Debugging): Add File Transfer section.
3004 (Remote Configuration): Document Host I/O packets.
3005 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 3006 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
3007 (Packets): Add vFile.
3008
3b784c4f
EZ
30092007-11-17 Eli Zaretskii <eliz@gnu.org>
3010
3011 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
3012 breakpoints with multiple locations.
3013 (Breakpoint Menus): Improve wording.
3014 (Output): Fix last change.
3015
a4ce5b0d
UW
30162007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
3017
3018 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
3019
1b39d5c0
DE
30202007-11-15 Doug Evans <dje@google.com>
3021
3022 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
3023
7a72d44c
VP
30242007-11-15 Vladimir Prus <vladimir@codesourcery.com>
3025
3026 * gdbint.texinfo (Native Conditionals): Remove
3027 mention of CLEAR_SOLIB.
5ae4183a 3028
6d1829bf 30292007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
3030
3031 * gdb.texinfo (Print Settings): Add documentation for "set/show
3032 print frame-arguments".
3033
1a619819
LM
30342007-11-05 Luis Machado <luisgpm@br.ibm.com>
3035
3b784c4f 3036 * gdb.texinfo (Output): Update printf command's description.
1a619819 3037
55eddb0f
DJ
30382007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
3039
3040 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
3041 powerpc soft-float".
3042
9cceb671
DJ
30432007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3044
3045 * gdb.texinfo (Files): Correct formatting. Mention Expat
3046 requirement.
3047 (Requirements for Building GDB): Expand the list of Expat
3048 uses.
3049 (Library List Format, Memory Map Format): Mention Expat.
3050 (Target Descriptions): Update Expat wording.
3051
83acabca
DJ
30522007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3053
3054 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
3055 Document that gdbarch_convert_register_p should return zero for no-op
3056 conversions.
3057
e35879db
UW
30582007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
3059
83acabca 3060 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
3061 of set_gdbarch_sofun_address_maybe_missing back to ...
3062 (Target Conditionals): ... here to fix build break.
3063
203c3895
UW
30642007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
3065
83acabca 3066 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
3067 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
3068 (Compiler Characteristics): ... documentation of
3069 set_gdbarch_sofun_address_maybe_missing.
3070
11411de3
DJ
30712007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3072
3073 * gdbint.texinfo (Target Conditionals): Use
3074 frame_unwind_register_unsigned in examples instead of
3075 frame_unwind_unsigned_register.
3076
7cc46491
DJ
30772007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3078
3079 * gdb.texinfo (Predefined Target Types): Add int128
3080 and uint128.
3081 (Standard Target Features): Add PowerPC features.
3082
81adfced
DJ
30832007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3084
3085 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
3086
c1874924
UW
30872007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3088
3089 * gdbint.texi (Target Conditionals): Remove documentation
3090 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
3091 gdbarch_extract_return_value, and gdbarch_store_return_value.
3092
f6e56ab3
UW
30932007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3094
3095 * gdbint.texi (Target Conditionals): Remove documentation of
3096 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
3097
56cf5405
KH
30982007-10-11 Kazu Hirata <kazu@codesourcery.com>
3099
3100 * gdb.texinfo: Mention that inaccessible-by-default is on by
3101 default.
3102
35156bae
DJ
31032007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3104
3105 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
3106
d983da9c
DJ
31072007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
3108
3109 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
3110 multi-threaded watchpoints.
3111 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
3112 checked. Describe sticky notification. Expand description
3113 of steppable and continuable watchpoints.
3114 (Watchpoints and Threads): New subsection.
3115
fe6fbf8b
VP
31162007-09-28 Vladimir Prus <vladimir@codesourcery.com>
3117
3118 * gdb.texinfo (Setting Breakpoints): Revise
3119 documentation for pending breakpoints. Document
3120 breakpoints with multiple locations.
5ae4183a 3121
084344da
VP
31222007-09-19 Vladimir Prus <vladimir@codesourcery.com>
3123
3124 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3125 Document -list-features.
5ae4183a 3126
82160952
EZ
31272007-09-15 Eli Zaretskii <eliz@gnu.org>
3128
3129 * gdb.texinfo (Output): Spell out which features of C's printf are
3130 not supported by GDB's printf.
7e27a47a
EZ
3131 (Separate Debug Files): More accurate wording regarding build ID
3132 and a reference to the ld manual rather than the Fedora wiki.
82160952 3133
ea37ba09
DJ
31342007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3135 Jim Blandy <jimb@codesourcery.com>
3136
3137 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
3138 (Examining Memory): Update mentions of the 's' format.
3139 (Automatic Display): Likewise.
3140
b8533aec
DJ
31412007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
3142
3143 * gdb.texinfo: Update the FSF's Back-Cover Text.
3144
83f83d7f
JK
31452007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3146 Eli Zaretskii <eliz@gnu.org>
3147
3148 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
3149 Fixed the ``build ID'' name. New binaries build instructions for the
3150 build ID inclusion. Explain how the commands are specific to the build
3151 ID vs. debug link.
3152
c7e83d54
EZ
31532007-09-01 Eli Zaretskii <eliz@gnu.org>
3154
3155 * gdb.texinfo (Separate Debug Files): Fix last change. Add
3156 indexing for ``build ID'' support.
3157
d3750b24
JK
31582007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3159
3160 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
3161 Enlisted BUILD ID to the debug file searching example.
3162 Included a BUILD ID `.note.gnu.build-id' section description.
3163 Updated/added the debug files splitting instructions for OBJCOPY.
3164
02142340
VP
31652007-08-31 Vladimir Prus <vladimir@codesourcery.com>
3166
3167 * gdb.texinfo (Variable Objects): Adjust docs
3168 for -var-info-expression and document
3169 -var-info-path-expression.
3170
d3bdde98
JB
31712007-08-20 Jim Blandy <jimb@codesourcery.com>
3172
3fb6a982
JB
3173 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
3174 (title page): Include the dedication in the printed manual, as a
3175 separate page after the copyright notice.
5ae4183a 3176
d3bdde98
JB
3177 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
3178 don't break a @var across a line.
3179
c80a96a8
MR
31802007-07-25 Maciej W. Rozycki <macro@mips.com>
3181
3182 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
3183 for include files.
3184
5824a901
NR
31852007-07-12 Nick Roberts <nickrob@snap.net.nz>
3186
3187 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
3188 in annotate.texinfo.
3189 (Command History): Link to new node.
5824a901 3190
d52e7ea3
UW
31912007-07-05 Markus Deuling <deuling@de.ibm.com>
3192
3193 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
3194
5fc14d0a
EZ
31952007-07-05 Eli Zaretskii <eliz@gnu.org>
3196
3197 * gdbint.texinfo (Target Conditionals): Fix last change.
3198
4a9bb1df
UW
31992007-07-03 Markus Deuling <deuling@de.ibm.com>
3200
3201 * gdb.texinfo: Replace following macros by their appropriate gdbarch
3202 routines:
3203 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
3204 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
3205 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
3206 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
3207 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
3208 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
3209 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
3210 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
3211 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
3212 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3213 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
3214 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
3215 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3216 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
3217 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
3218 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
3219 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
3220 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
3221 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
3222 (SOFTWARE_SINGLE_STEP_P)
3223
3224 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
3225 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
3226
3227 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
3228 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
3229 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
3230 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
3231 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
3232 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
3233 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
3234 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
3235 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
3236 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
3237
3238 (Converting an existing Target Architecture to Multi-arch): Remove
3239 section.
3240
3241 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
3242 (gdbarch_addr_bits_remove): Add code example.
3243
3244 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
3245
cfa9d6d9
DJ
32462007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
3247
3248 * gdb.texinfo (Remote Configuration): Document library-info-packet.
3249 Add other missing entries. Adjust the table size to fit.
3250 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
3251 stop reasons including the new "library" event.
3252 (General Query Packets): Adjust table widths for qSupported. Mention
3253 qXfer:libraries:read reply to qSupported and document the new packet.
3254 (Library List Format): New section.
3255
159fcc13
JK
32562007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3257
3258 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
3259
f66d1690
MS
32602007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
3261
3262 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
3263
67102876
NR
32642007-06-25 Nick Roberts <nickrob@snap.net.nz>
3265
3266 * gdbint.texinfo (Register and Memory Data): Break sections
3267 into nodes and add a menu.
3268
a4642986
MR
32692007-06-21 Maciej W. Rozycki <macro@mips.com>
3270
3271 * gdb.texinfo (Examining Memory): Document the new behaviour.
3272
e9c17194
VP
32732007-06-21 Vladimir Prus <vladimir@codesourcery.com>
3274
3275 * gdb.texinfo (Standard Target Features): Document
3276 m68k features.
3277
31d99776
DJ
32782007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3279
3280 * gdb.texinfo (General Query Packets): Document qOffsets changes.
3281
1780a0ed
DJ
32822007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3283
3284 * gdb.texinfo (Target Description Format): Add version attribute
3285 for <target>.
3286
822b6570
DJ
32872007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3288
3289 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
3290
f8b73d13
DJ
32912007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3292
3293 * gdb.texinfo (MIPS Features): New subsection.
3294
0e7f50da
UW
32952007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3296 Markus Deuling <deuling@de.ibm.com>
3297
3298 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
3299 and qXfer:spu:write packets and mention them under qSupported.
3300
23d964e7
UW
33012007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3302 Markus Deuling <deuling@de.ibm.com>
3303
3304 * gdb.texinfo (Architectures): Add new SPU section to document
3305 Cell Broadband Engine SPU architecture specific commands.
3306
9f708cb2
VP
33072007-06-09 Vladimir Prus <vladimir@codesourcery.com>
3308
3309 * gdb.texinfo (GDB/MI Variable Objects): Editorial
3310 comments.
3311
7579b5f8
NR
33122007-06-07 Nick Roberts <nickrob@snap.net.nz>
3313
3314 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
3315
bf06d120
JB
33162007-05-29 Jim Blandy <jimb@codesourcery.com>
3317
3318 * gdb.texinfo (Overview): Doc fix.
3319
23776285
MR
33202007-05-22 Maciej W. Rozycki <macro@mips.com>
3321
3322 * gdb.texinfo (Remote Configuration): Document "set/show
3323 remoteflow".
3324
1a69e1e4
DJ
33252007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3326
bf06d120
JB
3327 * gdb.texinfo (MIPS): Remove documentation for set mips
3328 saved-gpreg-size, show mips saved-gpreg-size, and set mips
3329 stack-arg-size.
1a69e1e4 3330
46ba6afa 33312007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3332
46ba6afa
BW
3333 * all-cfg.texi (GDBTUI): New.
3334 * gdb.texinfo (Mode Options): Use GDBTUI variable.
3335 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
3336 (TUI Configuration): Edit to improve clarity and fix problems of
3337 both style and content.
5ae4183a 3338
06d3b283
UW
33392007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
3340
3341 * observer.texi (GDB Observers): New observer "new_objfile".
3342
179101d6
UW
33432007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
3344
3345 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
3346
25d5ea92
VP
33472007-04-14 Vladimir Prus <vladimir@codesourcery.com>
3348
3349 * gdb.texinfo (GDB/MI Variable Objects): Document
3350 frozen variables objects.
5ae4183a 3351
ea35711c
DJ
33522007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
3353
3354 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
3355 (Character Sets, Caching Data of Remote Targets): Likewise.
3356 (Targets): Delete Remote node. Move its text...
3357 (Debugging Remote Programs): ...to here. Delete description
3358 of the "remote" command.
3359 (Remote configuration): Delete description of "set remotedevice"
3360 and "show remotedevice".
3361 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
3362
db2e3e2e
BW
33632007-04-11 Bob Wilson <bob.wilson@acm.org>
3364
5ae4183a
AS
3365 * gdb.texinfo (Contributors, Continuing and Stepping)
3366 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
3367 (General Query Packets, File-I/O Remote Protocol Extension)
3368 (Protocol Basics, The F Reply Packet, Write)
3369 (Protocol-specific Representation of Datatypes, Memory Transfer):
3370 Fix hyphenation, punctuation and grammar problems.
3371 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
3372 'section' instead of 'subsection' in the text.
3373 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
3374 (i386): Remove period from section name.
db2e3e2e
BW
3375 (Installing GDB, Requirements, Running Configure, Separate Objdir)
3376 (Config Names, Configure Options): Use @file{configure}.
3377
8a3dae3e
DJ
33782007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
3379
3380 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
3381 and tab expansion.
3382
1a92f856
DJ
33832007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
3384
3385 * gdbint.texinfo (SOM): Correct location of the SOM reader.
3386
79a6e687 33872007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3388
79a6e687
BW
3389 * gdb.texinfo: Consistently capitalize all significant words in
3390 node names, chapter titles, section titles, and headings. Update
3391 cross references to match.
3392 (Starting and Stopping Trace Experiment): Make node name plural.
3393 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 3394
ad527d2e
PA
33952007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
3396
3397 * gdb.texinfo (WinCE): Delete obsolete subsection.
3398
7ce59000
DJ
33992007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3400
3401 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
3402 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
3403 references.
3404
8807d78b
DJ
34052007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3406
3407 * gdb.texinfo (Startup): Delete references to some alternate
3408 names for .gdbinit.
3409 (Thread): Remove LynxOS reference.
3410 (Tandem ST2000): Delete target-specific documentation.
3411 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
3412 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
3413 and GDB_OSABI_LYNXOS.
3414
5f402660
UW
34152007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
3416
3417 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
3418
bac718a6
UW
34192007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
3420
3421 * gdbint.texinfo (Target Conditionals): Remove mention of
3422 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
3423 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
3424
9453113a
DJ
34252007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
3426
3427 * Makefile.in: Add "pdfdir" installation
3428 directory, PDFTEX macro, support for "install-pdf" target,
3429 and rules for making a pdf version of refcard.texi.
3430 * refcard.tex: Specify paper size for PDF output.
3431
ae21e955 34322007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3433
ae21e955 3434 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 3435
3f94c067 34362007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3437
3f94c067
BW
3438 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
3439 (Source Path, Character Sets, Macros, Define)
3440 (GDB/MI Result Records, GDB/MI Simple Examples)
3441 (GDB/MI Program Execution, GDB/MI File Commands)
3442 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
3443 (Bug Reporting): Use @value{GCC}.
5ae4183a 3444
12c27660 34452007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3446
12c27660
BW
3447 * gdb.texinfo (Help): Fix formatting of examples.
3448 (Variables): Use @ifnotinfo instead of @iftex.
3449 (Non-debug DLL symbols): Use @ref instead of @pxref.
3450 (Sparclet File): Use @samp instead of quotes.
5ae4183a 3451
ce9341a1
BW
34522007-03-26 Bob Wilson <bob.wilson@acm.org>
3453
3454 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
3455
c8f4133a
BW
34562007-03-26 Bob Wilson <bob.wilson@acm.org>
3457
3458 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
3459 the order of the nodes.
3460 (C Operators, C Constants, Debugging C): Remove extra menus.
3461 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 3462
c8f4133a 34632007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
3464
3465 * gdb.texinfo (File Options): Add missing parenthesis.
3466 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
3467
c74d0ad8
DJ
34682007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3469
3470 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
3471
ff6f572f
DJ
34722007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3473
669fac23 3474 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
3475 case insensitivity.
3476 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
3477
994337c3
NR
34782007-02-18 Nick Roberts <nickrob@snap.net.nz>
3479
3480 * gdb.texinfo (Top): Put Appendix A after numbered sections.
3481 (Files): Add section name to argument list for pxref.
3482 (Non-debug DLL symbols): Don't use `see' for pxref.
3483 (Embedded Processors): Fix typo.
3484 (GDB/MI Breakpoint Commands): Execution commands generate
3485 *stopped not ^done.
3486
eb819d70
NR
34872007-02-13 Nick Roberts <nickrob@snap.net.nz>
3488
3489 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
3490 values for in_scope. Mention that only root variables can be
3491 updated.
3492 (GDB/MI Development and Front Ends): Explain new values may be
3493 added to existing fields.
3494
123dc839
DJ
34952007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
3496
3497 * gdb.texinfo (-target-disconnect): Use @smallexample.
3498 (Requirements): Add anchor for Expat. Update description.
3499 (Target Descriptions): Mention Expat.
3500 (Target Description Format): Document new elements. Use
3501 @smallexample.
3502 (Predefined Target Types, Standard Target Features): New sections.
669fac23 3503 * gdbint.texinfo (Target Descriptions): New section.
123dc839 3504
108546a0
DJ
35052007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
3506
3507 * gdb.texinfo (Target Description Format): Add section on XInclude.
3508
95a98c01
NR
35092006-02-03 Nick Roberts <nickrob@snap.net.nz>
3510
3511 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
3512 command -enable-timings.
3513
f4b3909f
EZ
35142007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
3515
5ae4183a 3516 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
3517 descriptions for new/deleted elements in gdb_osabi. Add missing
3518 description for function generic_elf_osabi_sniff_abi_tag_sections.
3519
c7ba131e
JB
35202007-01-29 Joel Brobecker <brobecker@adacore.com>
3521
3522 * gdb.texinfo (Maintenance Commands): Add documentation for
3523 the new "maint print target-stack" command.
3524
3a60f64e
JK
35252007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3526 Eli Zaretskii <eliz@gnu.org>
3527
f4b3909f 3528 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 3529
c582f8b6
EZ
35302007-01-26 Eli Zaretskii <eliz@gnu.org>
3531
3532 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
3533 Use @value{NGCC} instead of @value{GCC}.
3534
d3e8051b
EZ
35352007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
3536
3537 * agentexpr.texi: Fix typos.
3538 * annotate.texinfo: Likewise.
3539 * gdb.texinfo: Likewise.
3540 * gdbint.texinfo: Likewise.
3541 * observer.texi: Likewise.
3542 * stabs.texinfo: Likewise.
3543
86f04699
EZ
35442007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
3545
3546 * gdbint.texinfo (Support Libraries): Remove mmalloc
3547 entry. Describe readline library.
3548
23181151
DJ
35492007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
3550
3551 * gdb.texinfo (Target Descriptions): New section.
3552 (General Query Packets): Add QPassSignals anchor. Mention
3553 qXfer:features:read under qSupported. Expand mentions of
3554 qXfer:memory-map:read and QPassSignals. Document
3555 qXfer:features:read.
3556
f822c95b
DJ
35572007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
3558
3559 * gdb.texinfo (Commands to specify files): Describe
3560 "set sysroot" and "show sysroot".
3561 (Using the `gdbserver' program): Lowercase argument
3562 to @var. Expand description of setting up GDB on the
3563 host.
3564
8936fcda
JB
35652007-01-05 Joel Brobecker <brobecker@adacore.com>
3566
3567 * gdb.texinfo (Set Catchpoints): Add documentation for the new
3568 catch exception, catch exception unhandled, and catch assert
3569 commands.
3570
e776119f
DJ
35712007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3572
3573 * gdb.texinfo (Debugging Output): Document "set debug xml"
3574 and "show debug xml".
3575
aa79a185
DJ
35762007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3577
3578 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
3579
7f893741
JB
35802007-01-01 Joel Brobecker <brobecker@adacore.com>
3581
3582 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
3583
a1b5960f
VP
35842006-12-08 Vladimir Prus <vladimir@codesourcery.com>
3585
3586 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
3587 note in @ignore, to be removed later if nobody complains.
3588
9f470e6e
NR
35892006-12-04 Nick Roberts <nickrob@snap.net.nz>
3590
3591 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
3592 of -var-delete.
3593
765dc015 35942006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3595
765dc015 3596 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
3597 automatic software/hardware breakpoint usage and
3598 the "set breakpoint auto-hw" command.
765dc015 3599
4b5752d0
VP
36002006-11-21 Vladimir Prus <vladimir@codesourcery.com>
3601
3602 * gdb.texinfo (Memory Access Checking): New.
3603
89be2091
DJ
36042006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
3605
3606 * gdb.texinfo (Remote configuration): Mention
3607 "pass-signals-packet".
3608 (General Query Packets): Document QPassSignals. Fix
3609 a typo.
3610
ca3bf3bd
DJ
36112006-11-14 Maxim Grigoriev <maxim@tensilica.com>
3612
3613 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
3614
427c3a89
DJ
36152006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3616
3617 * gdb.texinfo (Remote configuration): Rewrite documentation for
3618 packet configuration commands.
3619 (OS Information): Adjust reference to qXfer:auxv:read.
3620 (General Query Packets): Remove references to read-aux-vector-packet
3621 and set remote get-thread-local-storage-address.
3622
7a107747
DJ
36232006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
3624
3625 * gdbint.texinfo (Target Architecture Definition): Add new
3626 Initializing a New Architecture section.
3627
1c56eb0e
EZ
36282006-10-31 David Taylor <dtaylor@emc.com>
3629
3630 * stabs.texinfo (Macro define and undefine): New node describing
3631 stabs for #define and #undef.
3632
f73adfeb
AS
36332006-10-27 Andreas Schwab <schwab@suse.de>
3634
3635 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
3636
fd60e0df
EZ
36372006-10-21 Eli Zaretskii <eliz@gnu.org>
3638
3639 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
3640 clarify on the possible meanings of ``expression'' watched by
3641 watchpoints. Add indexing.
e5ac9b53
EZ
3642 (Prompting, Errors, Invalidation, Annotations for Running)
3643 (Source Annotations): Fix index entries by adding "annotation" to
3644 them, to discriminate from index entries that point to the more
3645 general topic descriptions.
fd60e0df 3646
52bb452f
DJ
36472006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3648
3649 * gdbint.texinfo (Target Vector Definition): Move most
3650 content into Existing Targets. Add a menu.
3651 (Existing Targets): New section, moved from Target Vector
3652 Definition. Use @subsection.
3653 (Managing Execution State): New section.
3654
58955e58
BW
36552006-10-16 Bob Wilson <bob.wilson@acm.org>
3656
3657 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
3658
c8aa23ab
EZ
36592006-10-15 Eli Zaretskii <eliz@gnu.org>
3660
3661 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
3662 (Command Syntax, Signals, Backtrace, Connecting)
3663 (Remote configuration, Renesas Boards, Console I/O): Fix last
3664 change: use Ctrl- instead of C-, except wrt Emacs.
3665 (File-I/O Examples): Put Ctrl-c in @kbd.
3666 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
3667 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
3668 (Signals, Set Breaks, Set Watchpoints): Document optional
3669 arguments to `info signals' `handle', `info breakpoints', and
3670 `info watchpoints'.
c8aa23ab 3671
e7109c7e
EZ
36722006-10-14 Eli Zaretskii <eliz@gnu.org>
3673
3674 * gdb.texinfo (Backtrace): Fix last change.
3675
de3aea7b
NR
36762006-10-14 Nick Roberts <nickrob@snap.net.nz>
3677
3678 * gdb.texinfo (Backtrace): Order correctly and add other cases.
3679
7f9087cb
BW
36802006-10-10 Bob Wilson <bob.wilson@acm.org>
3681
c8aa23ab
EZ
3682 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
3683 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
3684 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 3685
68437a39
DJ
36862006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3687 Daniel Jacobowitz <dan@codesourcery.com>
3688
3689 * gdb.texinfo (Packets): Document vFlashErase,
3690 vFlashWrite and vFlashDone packets.
3691 (General Query Packets): Document qXfer:memory-map:read.
3692 Add a new feature for qXfer:memory-map:read.
3693 (Memory map format): New section.
3694 (Target Commands): Mention that gdb can write flash.
3695
fd79ecee
DJ
36962006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3697 Daniel Jacobowitz <dan@codesourcery.com>
3698
3699 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
3700 memory regions and "mem auto".
3701
350da6ee
DJ
37022006-09-21 Nathan Sidwell <nathan@codesourcery.com>
3703
3704 * gdbint.texinfo (Array Containers): New section.
3705
2f1acb09
VP
37062006-09-17 Vladimir Prus <vladimir@codesourcery.com>
3707
3708 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
3709 -stack-list-arguments HIGH_FRAME argument can be larger then the
3710 actual number of frames.
3711
2ab1eb7a
VP
37122006-09-07 Vladimir Prus <vladimir@codesourcery.com>
3713
3714 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
3715 -stack-list-locals HIGH_FRAME argument can be larger then the
3716 actual number of frames.
2ab1eb7a 3717
599b237a
BW
37182006-09-02 Bob Wilson <bob.wilson@acm.org>
3719
3720 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
3721 Register Packet Format, Tracepoint Packets): Fix spelling errors.
3722
25ab7e6d
EZ
37232006-09-02 Eli Zaretskii <eliz@gnu.org>
3724
3725 * gdbint.texinfo (Overall Structure): New section "Source Tree
3726 Structure".
3727
940178d3
JB
37282006-08-17 Jim Blandy <jimb@codesourcery.com>
3729
3730 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
3731 responses.
3732
30daae6c
JB
37332006-08-08 Joel Brobecker <brobecker@adacore.com>
3734
3735 * gdb.texinfo (Source Path): Add documentation for new
3736 substitute-path commands.
3737
7fa2210b
DJ
37382006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
3739
3740 * gdb.texinfo (Installing GDB): Update menu. Move text to...
3741 (Running Configure): ...here.
3742 (Requirements): New node. Mention expat.
3743
3d00d119
DJ
37442006-08-08 Vladimir Prus <vladimir@codesourcery.com>
3745
5ae4183a 3746 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
3747 'set download-write-size' and 'show download-write-size'.
3748
0cbfa4ee
DJ
37492006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
3750
3751 * stabs.texinfo (Member Type Descriptor): Correct example for
3752 pointer to member types.
3753
16026cd7
AS
37542006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
3755
3756 * gdb.texinfo (Optional warnings and messages): Add
3757 'set/show trace-commands'.
3758 (Command files): Add '-v' to source command.
3759
0876f84a
DJ
37602006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
3761
3762 * gdb.texinfo (OS Information): Update qPart reference to
3763 qXfer.
3764 (Remote configuration): Likewise.
3765 (Overview): Move @cindex to the start of a paragraph. Talk
3766 about binary data encoding.
3767 (Packets): Refer to the overview for the details of the X
3768 packet encoding.
3769 (General Query Packets): Remove qPart description. Add qXfer
3770 description. Add an anchor to qSupported. Correct feature
3771 table title. Add a new feature for qXfer:auxv:read.
3772 (Interrupts): Add a missing parenthesis.
3773
2ec3381a
DJ
37742006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
3775
669fac23 3776 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
3777 (GDB/MI Kod Commands): Remove commented out node.
3778
594fe323
EZ
37792006-07-01 Eli Zaretskii <eliz@gnu.org>
3780
3781 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
3782 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
3783 (GDB/MI Thread Commands, GDB/MI Program Execution)
3784 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
3785 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
3786 (GDB/MI File Commands, GDB/MI Target Manipulation)
3787 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
3788 since the MI prompt is hard-wired into the code.
3789
7e3fb70c
NR
37902006-07-01 Nick Roberts <nickrob@snap.net.nz>
3791
3792 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
3793 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
3794 (GDB/MI Data Manipulation): Remove description of unimplemented
3795 display related commands as variable objects perform this function
3796 and are superior: -display-delete, -display-disable,
3797 -display-enable, -display-insert and -display-list. Move
3798 -environment-cd, -environment-directory, -environment-path
3799 and -environment-pwd to "Program Context".
3800 (GDB/MI Program Control): Rename to "Program Execution". Move
3801 -exec-arguments -exec-abort to...
3802 (GDB/MI Program Context): ...here. New node split from "Data
3803 Manipulation".
3804
be2a5f71
DJ
38052006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
3806
3807 * gdb.texinfo (Remote configuration): Document set / show
3808 remote supported-packets.
3809 (General Query Packets): Document qSupported packet.
3810
fc320d37
SL
38112006-06-10 Sandra Loosemore <sandra@codesourcery.com>
3812
3813 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
3814 and font markup.
3815 (Protocol basics): Likewise.
3816 (The F request packet): Likewise.
3817 (The F reply packet): Likewise.
3818 (Memory transfer): Move this node to be a subsubsection of
3819 "Protocol specific representation of datatypes".
3820 (The Ctrl-C message): More copy editing.
3821 (Console I/O): Likewise.
3822 (The isatty call): Delete this node, and merge its content into
3823 the "isatty" node. Fixed references elsewhere.
3824 (The system call): Delete this node, and merge its content into
3825 the "system" node. Fixed references elsewhere.
3826 (open): Reformat to use @table, and add appropriate font markup.
3827 (close): Likewise.
3828 (read): Likewise.
3829 (write): Likewise.
3830 (lseek): Likewise.
3831 (rename): Likewise.
3832 (unlink): Likewise.
3833 (stat/fstat): Likewise.
3834 (gettimeofday): Likewise.
3835 (isatty): Likewise.
3836 (system): Likewise, plus minor changes to fix confusing wording.
3837 (Integral datatypes): Fix font markup.
3838 (Pointer values): Likewise.
3839 (struct stat): Fix markup to use @table, plus minor copy editing.
3840 (struct timeval): Fix font markup, plus minor copy editing.
3841 (Constants): Minor copy editing.
3842 (Errno values): Add font markup.
3843 (File-I/O Examples): Likewise.
3844
158fdf5c
NR
38452006-06-10 Nick Roberts <nickrob@snap.net.nz>
3846
3847 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
3848 (GDB/MI Simple Examples): Move node up one level. Use real
3849 examples.
3850 (GDB/MI Compatibility with CLI): Update.
3851 (GDB/MI Result Records): Add "connected" and "exit" result
3852 classes.
3853 (GDB/MI Stream Records): Clarify target output.
3854 (GDB/MI Command Description Format): Modify example description.
3855 (GDB/MI Breakpoint Table Commands): Rename to...
3856 (GDB/MI Breakpoint Commands): ...this
3857 (GDB/MI Breakpoint Commands): Add optional thread field.
3858 (GDB/MI Program Control): Add an introduction. Move "Program
3859 termination" examples into exec-run description.
3860 (GDB/MI File Commands): Mention similar CLI commands.
3861 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
3862 is similar to "-gdb-version".
3863
ddb50cd7
EZ
38642006-06-09 Eli Zaretskii <eliz@gnu.org>
3865
3866 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
3867
2aef0d6b
NR
38682006-06-02 Nick Roberts <nickrob@snap.net.nz>
3869
3870 * gdb.texinfo (GDB/MI Development and Front Ends): Use
3871 sourceware.org for mailing lists.
d5e40d59 3872 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 3873
383a5c52
NR
38742006-06-01 Nick Roberts <nickrob@snap.net.nz>
3875
d5e40d59 3876 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 3877
e16b02ee
EZ
38782006-05-22 Eli Zaretskii <eliz@gnu.org>
3879
3880 * gdb.texinfo (Cygwin Native): Fix last change.
3881
be90c084
CF
38822006-05-22 Christopher Faylor <cgf@timesys.com>
3883
3884 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
3885
347ceba5
NR
38862006-05-15 Nick Roberts <nickrob@snap.net.nz>
3887
3888 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
3889 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
3890
369af7bd
DJ
38912006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
3892
3893 * gdb.texinfo (General Query Packets): Recommend not starting
3894 new packets with qC and clarify.
3895
2ffdbde8 38962006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
3897
3898 * gdb.texinfo (M2 Types): New section.
72019c9c 3899
16d1a084
DJ
39002006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
3901
3902 * agentexpr.texi: Add a copyright and license notice.
3903 * observer.texi: Likewise, with GPL clause for function prototypes.
3904 Remove trailing whitespace.
3905
aa56d27a
JB
39062006-05-05 Jim Blandy <jimb@codesourcery.com>
3907
3908 * gdb.texinfo (General Query Packets): Document conventions for
3909 terminating packet names, and their violations.
3910
5bdf8622
DJ
39112006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3912
3913 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
3914 * gdb.texinfo: Likewise.
3915
605a56cb
DJ
39162006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3917
3918 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
3919 and "show remotedebug".
3920 (Debugging Output): Add additional index entries.
3921
b8db102d
MS
39222006-04-27 Michael Snyder <msnyder@redhat.com>
3923
3924 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
3925
c5e30d01
AC
39262006-04-22 Andrew Cagney <cagney@redhat.com>
3927
3928 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
3929 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
3930
8181d85f
DJ
39312006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
3932
3933 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
3934 and remove breakpoint prototypes.
3935 (Watchpoints): Move description of target_insert_hw_breakpoint and
3936 target_remove_hw_breakpoint ...
3937 (Breakpoints): ... to here. Document target_insert_breakpoint and
3938 target_remove_breakpoint.
3939
4f553f88
JB
39402006-04-17 Jim Blandy <jimb@codesourcery.com>
3941
3942 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
3943 and C packets are optional.
3944
cd852561
FR
39452006-04-14 Frederic Riss <frederic.riss@st.com>
3946
3947 * gdb.texinfo (Specifying source directories): Update the description
3948 of the source file search to reflect the fact that the source path
3949 always contains at least $cdir and $cwd.
3950
b620eb07
MS
39512006-03-31 Michael Snyder <msnyder@redhat.com>
3952
3953 * gdb.texinfo: Update copyright dates.
3954
3156cdaf
EZ
39552006-03-31 Eli Zaretskii <eliz@gnu.org>
3956
3957 * gdb.texinfo (Overview): Add an index entry to "empty response".
3958
7d30c22d
JB
39592006-03-28 Jim Blandy <jimb@codesourcery.com>
3960
3961 * gdbint.texinfo (Prologue Analysis): New section.
3962
86941c27
JB
39632006-03-07 Jim Blandy <jimb@red-bean.com>
3964
66b8c7f6
JB
3965 * gdb.texinfo (Connecting): Document 'target remote pipe'.
3966
1a10341b
JB
3967 * gdb.texinfo (Target Commands): Update text describing how to
3968 specify a target. Refer to the detailed section on remote
3969 debugging, not the brief mention.
3970
86941c27
JB
3971 * gdb.texinfo (Connecting): Organize the different 'target remote'
3972 connection methods into a table. Add a 'target remote' index
3973 entry. (!!!)
3974
62f3a2ba
FF
39752006-02-17 Fred Fish <fnf@specifix.com>
3976
3977 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
3978 'ptype' commands to reflect the fact that the only significant
3979 difference between them is that ptype prints the complete type
3980 description instead of just the name.
3981
8b9a88ea
WZ
39822006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
3983
3984 * gdbint.texinfo (Watchpoints): Delete
3985 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
3986
7e8dc855
NR
39872006-02-10 Nick Roberts <nickrob@snap.net.nz>
3988
3989 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
3990 times fields where needed. Fix typos. Update general form given
3991 for output of -break-insert.
3992 (GDB/MI): Abbreviate some unnecessarily long fullnames.
3993
c91d38aa
DJ
39942006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
3995
3996 * gdbint.texinfo (Symbol Handling): Add a section
3997 on memory management.
3998
38fcd64c
DJ
39992006-02-06 Vladimir Prus <ghost@cs.msu.su>
4000
4001 * gdb.texinfo (Breakpoint table commands): Document the fullname
4002 field in -break-list output.
4003
219eec71
EZ
40042006-02-03 Eli Zaretskii <eliz@gnu.org>
4005
4006 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
4007 debugging information produced by the various "set debug..."
4008 options.
4009
ae5a43e0
DJ
40102006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4011
4012 * gdb.texinfo (Files): Remove obsolete bits from the description
4013 of "symbol-file".
4014
a9f158ec
JB
40152006-01-25 Jim Blandy <jimb@redhat.com>
4016
4017 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
4018
410dd08e
JB
40192006-01-24 Jim Blandy <jimb@redhat.com>
4020
4021 * gdbint.texinfo (Frames): Document the basics of GDB's register
4022 unwinding model, and explain the existence of the "sentinel" frame.
4023
4b505b12
AS
40242006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
4025
4026 * gdb.texinfo (Choosing files): Mention that -directory is used
4027 for script files.
4028 (Specifying source directories): Likewise.
4029 (Command files): Explain how script files are found.
4030
839c27b7
EZ
40312006-01-21 Eli Zaretskii <eliz@gnu.org>
4032
4033 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
4034 the threads in a multi-threaded program.
4035 (Threads): The threadno argument of "thread apply" can be a range
4036 of numbers.
4037
7be93b9e
JB
40382006-01-18 Jim Blandy <jimb@redhat.com>
4039
4040 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
4041 of warning flags.
4042
fcc73fe3
EZ
40432006-01-13 Eli Zaretskii <eliz@gnu.org>
4044
4045 * gdb.texinfo (Sequences): Improve menu annotations.
4046 (Define): Add index entries for arguments of user-defined
4047 commands. Move the description of flow-control commands...
4048 (Command Files): ...to here. Document loop_break and
4049 loop_continue.
ca91424e
EZ
4050 (Define, Command Files): Document `end' and add index entries for
4051 it.
fcc73fe3 4052
5c95884b
MS
40532006-01-04 Michael Snyder <msnyder@redhat.com>
4054
4055 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 4056 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 4057
860701dc
PH
40582006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
4059
4060 * gdb.texinfo (Omissions from Ada): Document that there is now
4061 limited aggregate support.
4062
36b80e65
EZ
40632005-12-28 Eli Zaretskii <eliz@gnu.org>
4064
4065 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
4066 registers and the likes.
4067
c1468174
EZ
40682005-12-24 Eli Zaretskii <eliz@gnu.org>
4069
4070 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
4071 (Symbols): Fix usage of "e.g.".
359df76b 4072 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
4073
4074 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
4075 (Coding): Fix usage of "e.g.".
4076
c02a867d
EZ
40772005-12-23 Eli Zaretskii <eliz@gnu.org>
4078
5ae4183a
AS
4079 * stabs.texinfo:
4080 * refcard.tex:
c02a867d 4081 * gpl.texi:
5ae4183a
AS
4082 * gdbint.texinfo:
4083 * gdb.texinfo:
4084 * gdb-cfg.texi:
c02a867d 4085 * fdl.texi:
5ae4183a
AS
4086 * annotate.texinfo:
4087 * all-cfg.texi:
c02a867d
EZ
4088 * Makefile.in: Add (C) after Copyright. Update the FSF
4089 address.
4090
fad38dfa
EZ
40912005-12-03 Eli Zaretskii <eliz@gnu.org>
4092
4093 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
4094 extend GDB with commands for external monitor.
4095
53e5f3cf
AS
40962005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
4097
4098 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
4099
55f6ca0f
JB
41002005-11-25 Joel Brobecker <brobecker@adacore.com>
4101
4102 * gdbint.texinfo (Start of New Year Procedure): New chapter.
4103
c1947b85
JB
41042005-11-21 Jim Blandy <jimb@redhat.com>
4105
4106 * gdb.texinfo (Tracepoint Packets): Document restrictions on
4107 placement of 'R' actions in tracepoint action packets; document
4108 dependence of 'X' and 'M' actions on a preceding 'R' action for
4109 their registers.
4110
9d29849a
JB
41112005-11-19 Jim Blandy <jimb@redhat.com>
4112
4113 * gdb.texinfo (Tracepoint Packets): New node.
4114 (General Query Packets): Add entries for the tracepoint packets,
4115 referring to the "Tracepoint Packets" node.
4116 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 4117
9a6253be
KB
41182005-11-18 Kevin Buettner <kevinb@redhat.com>
4119
4120 * gdb.texinfo (set remotebreak): Add anchor.
4121 (X packet): Likewise.
4122 (Remote Protocol): Add new section `Interrupts' and new index
4123 entry `interrupts (remote protocol)'.
4124
5f3bebba
JB
41252005-11-18 Jim Blandy <jimb@redhat.com>
4126
4127 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
4128 entries into the General Query Packets section. Add a
4129 cross-reference to that section. Drop description of replies, as
4130 these are covered in the descriptions of each packet.
4131 (General Query Packets): Add introductory text. Explain naming
4132 conventions, and how the end of a name is recognized.
4133
9a7a1b36
KB
41342005-11-17 Kevin Buettner <kevinb@redhat.com>
4135
0564b6cf 4136 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
4137 "set remotebreak" command.
4138
b8ff78ce
JB
41392005-11-16 Jim Blandy <jimb@redhat.com>
4140
4141 * gdb.texinfo (Packets, Stop Reply Packets)
4142 (General Query Packets): Various formatting cleanups.
4143 - Use @samp for packet contents.
4144 - Drop summaries from packet @item lines; the same information appears
4145 immediately below in the description.
4146 - Delete paragraph breaks after packet @item commands, so that the
4147 description appears directly to the right of the packet prototype
4148 in the printed manual, if it fits.
4149 - Place spaces in packet prototypes between @vars and non-@var
4150 letters, and explain that they're just for formatting.
4151 - Use @dots{} instead of '...'.
4152 - Fix uses of @code where @var was needed.
4153 - Replace "deprecated" markers with English text spelling out the
4154 packet's status and the preferred alternatives.
4155 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
4156 what this ever meant.
4157 - Remove "(draft)" markers on 'i' packets; nobody has commented on
4158 this for a long time.
4159 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
4160 implemented several times, and have been in use for years.
4161
8ffe2530
JB
41622005-11-15 Jim Blandy <jimb@redhat.com>
4163
c43c5473
JB
4164 * gdb.texinfo (Packets): Add index entries for 'm' packet
4165 disclaimers.
5ae4183a 4166
fb031cdf
JB
4167 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
4168 of stub when processing an 'm' packet.
4169
8ffe2530
JB
4170 * gdb.texinfo (Packets): Mention that packets beginning with
4171 letters are reserved once, at the top, instead of actually listing
4172 them all and saying "reserved".
4173
c03c782f
AS
41742005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
4175
4176 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
4177 Change @var{$arg0 to @code{$arg0.
4178
814e32d7
WZ
41792005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
4180
4181 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
4182
fa93a9d8
JB
41832005-11-12 Jim Blandy <jimb@redhat.com>
4184
4185 * gdb.texinfo (General Query Packets): Put packets in alphabetical
4186 order. Remove extraneous 'z'.
4187
8a5a3c82
AS
41882005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
4189
4190 * gdb.texinfo (Choosing files): Add --eval-command.
4191
4b0ad762
AS
41922005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
4193
4194 * gdb.texinfo (Choosing modes): Add --return-child-result.
4195
4196
1a088d06
AS
41972005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
4198
4199 * gdb.texinfo (Choosing modes): Add --batch-silent.
4200
656d5e12
EZ
42012005-10-28 Eli Zaretskii <eliz@gnu.org>
4202
4203 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
4204 "The -var-update Command".
4205
3c9c013a
JB
42062005-10-03 Joel Brobecker <brobecker@adacore.com>
4207
4208 * gdb.texinfo (Print Settings): Add documentation for set/show
4209 print array-indexes.
4210
7ba3cf9c
DJ
42112005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
4212
4213 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
4214 6.2 and 6.3.
4215
a94ab193
EZ
42162005-08-27 Eli Zaretskii <eliz@gnu.org>
4217
4218 * gdb.texinfo (File Options): Don't document --mapped, it's gone
4219 since 19-Jan-2004.
4220 (Files): Likewise.
ab1adacd
EZ
4221 (Variables, Symbols): Document the "<incomplete type>" message and
4222 its reasons.
a94ab193 4223
ca06016a
FF
42242005-08-01 Fred Fish <fnf@specifix.com>
4225
4226 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
4227
cf58170d
NR
42282005-07-15 Nick Roberts <nickrob@snap.net.nz>
4229
4230 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
4231 option for -var-list-children and -var-update.
4232 (GDB/MI Stack Manipulation): Simplify description of
4233 print-values option for -stack-list-locals.
4234 (GDB/MI Command Description Format): Clarify.
4235 (Mode Options): Spelling of superseded.
4236
38f1196a
BR
42372005-07-12 Bob Rossi <bob@brasko.net>
4238
4239 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
4240 corresponding GDB command comment.
4241
3cb3b8df
BR
42422005-07-06 Bob Rossi <bob@brasko.net>
4243
4244 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
4245 and -inferior-tty-show.
4246 (Input/Output): Document "set/show inferior-tty" and tty alias.
4247
10fac096
NW
42482005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
4249
4250 * gdb.texinfo (Packets): Change description of 'D' packet to note
4251 that GDB does wait for a response.
4252
d1b6db76
NR
42532005-06-22 Nick Roberts <nickrob@snap.net.nz>
4254
4255 * gdb.texinfo (History) Rename "Command History".
4256 (Command History): Move node "Server Prefix" from section on
4257 Annotations here.
4258
29629dcf
NR
42592005-06-19 Nick Roberts <nickrob@snap.net.nz>
4260
4261 * gdb.texinfo (GDB/MI Stack Manipulation):
4262 Re-instate -stack-info-frame with example. Say that it gets
4263 info on selected frame, not current frame.
4264
397ca115
EZ
42652005-06-18 Eli Zaretskii <eliz@gnu.org>
4266
4267 * gdb.texinfo (Server): Clarify that `file' should be used before
4268 connecting to the server.
4269 (Files): Add an xref to the above description.
51274035
EZ
4270 (Output Formats): More detailed description of the `c' format.
4271 (Memory): List explicitly all the formats supported by `x'.
638ac427 4272 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 4273 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
4274 files. Add more indexing for solib-absolute-prefix and
4275 --with-sysroot.
76d17f34
EZ
4276 (Machine Code): Document possible problems with locations in
4277 shared libraries.
d416eeec
EZ
4278 (Backtrace): Document that free-standing environments do not need
4279 to have a `main' function.
397ca115 4280
74f6deaa
NR
42812005-06-18 Nick Roberts <nickrob@snap.net.nz>
4282
4283 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
4284 -stack-info-frame.
4285
a9967aef
AC
42862005-06-07 Andrew Cagney <cagney@gnu.org>
4287
4288 * gdb.texinfo (Contributors): Note the original multi-arch
4289 contributors.
4290
e09f16f9
EZ
42912005-06-03 Eli Zaretskii <eliz@gnu.org>
4292
4293 * gdb.texinfo (Registers): Add index entries for the standard
4294 registers.
4295 (Frames): Add cross-reference from frame pointer description to
4296 the Registers node.
4297 (Annotations Overview): Fix the reference to GDB name.
4298
d87ba7ee
EZ
42992005-06-01 Eli Zaretskii <eliz@gnu.org>
4300
4301 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
4302 can-use-hw-watchpoints.
4303
034dad6f
BR
43042005-05-28 Bob Rossi <bob@brasko.net>
4305
4306 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
4307 the possible reasons why an exec async record would be returned to FE.
4308
ffed4509
AC
43092005-05-26 Andrew Cagney <cagney@gnu.org>
4310
4311 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
4312 Andrew Cagney implemented the original GDB/MI.
4313
e22e55c9
OF
43142005-05-23 Orjan Friberg <orjanf@axis.com>
4315
4316 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
4317 documentation. Add documentation for cris-mode.
4318
a78e13ce
EZ
43192005-05-20 Eli Zaretskii <eliz@gnu.org>
4320
4321 * gdb.texinfo (Numbers): Explain the example and make the wording
4322 more acurate.
4323
76ff342d
DJ
43242005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4325 Dennis Brueni <dennis@slickedit.com>
4326
4327 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
4328 (GDB/MI Data Manipulation, GDB/MI Program Control)
4329 (GDB/MI Stack Manipulation): Update examples to include the fullname
4330 attribute in stack frames.
4331
119b882a
EZ
43322005-05-12 Eli Zaretskii <eliz@gnu.org>
4333
4334 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
4335 do with other non-standard names of init files.
4336
6fc08d32
EZ
43372005-05-11 Eli Zaretskii <eliz@gnu.org>
4338
4339 * gdb.texinfo (Command Files): Move the description of the startup
4340 from here...
4341 (Startup): ...to this new subsection of the Invocation chapter.
4342 Rearrange the description of init files more logically and add a
4343 cross-reference to "Command Files". Document the special gdbinit
4344 name for CISCO 68k. Expand the description of what GDB does
4345 during startup.
4346 (History): Add index entry for HISTSIZE.
4347
a561754a
MK
43482005-05-02 Mark Kettenis <kettenis@gnu.org>
4349
4350 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
4351
2eecc4ab
EZ
43522005-05-02 Eli Zaretskii <eliz@gnu.org>
4353
4354 * gdb.texinfo (SVR4 Process Information, The isatty call)
4355 (The system call): Don't use foo(N) notation for man pages and
4356 functions.
514c4d71 4357 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 4358
18999be5
EZ
43592005-04-27 Eli Zaretskii <eliz@gnu.org>
4360
4361 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
4362 were optimized away.
4363
0abb7bc7
EZ
43642005-04-22 Eli Zaretskii <eliz@gnu.org>
4365
4366 * gdb.texinfo (Remote configuration): Document "set/show
4367 get-thread-local-storage-address". Add cross-reference to the
4368 description of the qGetTLSAddr packet.
4369 (General Query Packets): Mention "set remote
4370 get-thread-local-storage-address" and add a reference to its
4371 description.
4372
6f61acb1
NR
43732005-04-19 Nick Roberts <nickrob@snap.net.nz>
4374
4375 * gdb.texinfo (Backtrace): Describe 'bt full'.
4376
9d59903a
NR
43772005-04-17 Nick Roberts <nickrob@snap.net.nz>
4378
4379 * gdb.texinfo (Mode Options): Fix typo.
4380 (GDB/MI): Describe how to invoke GDB/MI.
4381
721c2651
EZ
43822005-04-16 Eli Zaretskii <eliz@gnu.org>
4383
4384 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 4385 references changed. Add description of "info udot".
721c2651
EZ
4386 (Files): Document "set/show stop-on-solib-events".
4387 (M32R/D): Document "set/show download-path", "set/show
4388 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
4389 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
4390 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
4391 (Maintenance Commands): Improve indexing.
4392 (Target Commands): Document "set/show hash", "set/show debug
4393 monitor".
4394 (SVR4 Process Information): Document "info pidlist" and "info
4395 meminfo". Document "set/show procfs-tarce" and "set/show
4396 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
4397 (Symbols, The Print Command with Objective-C): Improve indexing.
4398 (Objective-C): Add references to "info classes" and "info
4399 selectors".
c45da7e6
EZ
4400 (Debugging Output): Improve wording. Document "set/show debug
4401 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
4402 (Set Breaks): Add index entry for "hardware breakpoints".
4403 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
4404 and "set/show usehardbreakpoints".
4405 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
4406 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
4407 (ARM): Document "rdilogfile", "rdilogenable", "set/show
4408 rdiromatzero", "set/show rdiheartbeat".
4409 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
4410 "sds".
4411 (Embedded Processors): Document the "sim" command.
4412 (Remote): Document the "remote" command.
4413 (DJGPP Native): Document the "info serial" command.
4414 (Threads): Document "maint info sol-threads".
4415 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
4416 (Set Breaks): Improve indexing.
4417 (Command Syntax): Add a reference to dont-repeat.
4418 (Define): Document "dont-repeat".
4419 (TUI Commands): Document "tabset".
4420 (WinCE): New subsection. Document "set/show remotedirectory",
4421 "set/show remoteupload", "set/show remoteaddhost".
721c2651 4422
14d6dd68
EZ
44232005-04-15 Eli Zaretskii <eliz@gnu.org>
4424
4425 * gdb.texinfo (Hurd Native): New subsection, documents
4426 Hurd-specific commands.
a64548ea 4427 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 4428 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
4429 (MIPS): Improve documentation of heuristic-fence-post. Document
4430 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
4431 mips stack-arg-size", "set/show mips mask-address", "set/show mips
4432 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 4433 (ARM): Document ARM-specific commands.
a64548ea
EZ
4434 (AVR): New section. Document "info io_registers".
4435 (CRIS): New section. Document "set/show cris-version" and
4436 "set/show cris-dwarf2-cfi".
4437 (HPPA): New section. Document "set/show debug hppa" and "maint
4438 print unwind".
a5adf40f 4439 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 4440 (Super-H): New section. Document the "regs" command.
721c2651 4441 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 4442
9c16f35a
EZ
44432005-04-09 Eli Zaretskii <eliz@gnu.org>
4444
4445 * gdb.texinfo (Print Settings): Document "set/show print
4446 pascal_static-members", "set print repeats", "show print
4447 null-stop". Improve indexing. Fix documentation of "set print
4448 union".
4449 (Pascal): New section.
4450 (Supported languages): Rename from "Support"; all references
4451 updated. Add a menu item for Pascal.
4452 (Numbers): Document "set radix.
4453 (Screen Size): Document "set/show pagination".
4454 (MIPS Embedded): Remove "set processor" documentation.
4455 (Remote configuration): Document "set/show X/P/Z-packet",
4456 "set/show read-aux-vector-packet", "set/show remote
4457 symbol-lookup-packet", "set/show remote verbose-resume-packet",
4458 "set/show remoteaddresssize", "set/show remotebaud", "set/show
4459 remotedebug", "set/show remotebreak", "set/show remotedevice",
4460 "set/show remotelogfile".
4461 (Auxiliary Vector): Add reference to the description of the
4462 read-aux-vector-packet setting.
4463 (Set Watchpoints): Add a cross-reference to "set remote
4464 hardware-breakpoint-limit".
4465 (General Query Packets): Add indexing of requests and
4466 cross-references to related commands in "Remote configuration".
4467 (File-I/O Overview, The system call): Fix wording and typos.
4468 (Thread Stops): Add index entries.
4469 (Continuing and Stepping): Document "show step-mode".
4470 (i386): New node. Document "set/show struct-convention".
4471 (Files): Document "show trust-readonly-sections".
4472 (Calling): Document "set/show unwindonsignal".
4473 (Messages/Warnings): Add index entries.
4474 (Maintenance Commands): Document "set/show watchdog".
4475 (Annotations Overview): Document "show annotate".
4476 (Set Watchpoints): Add index entries.
4477 (Symbols): Fix doc of case-sensitive.
4478 (ABI): Document "show coerce-float-to-double".
4479 (Convenience Vars, Help): Improve indexing.
4480 (Machine Code): Document "show disassembly-flavor".
4481 (Debugging C plus plus): Document "show overload-resolution".
4482 (Value History, Signaling): Add index entries.
4483
44842005-04-08 Eli Zaretskii <eliz@gnu.org>
4485
4486 * gdb.texinfo (Show): Move @kindex entries to their proper places.
4487 (Processes): Fix wording.
4488 (History, List, Logging output, Define, Symbols, Print Settings):
4489 Improve indexing.
4490
a8f24a35
EZ
44912005-04-03 Eli Zaretskii <eliz@gnu.org>
4492
4493 * gdb.texinfo (Targets): Document "set/show architecture". Remove
4494 redundant index entry for "target" command.
4495 (Backtrace): Add index entries.
4496 (Symbols, Fortran): Document the "set case-sensitive" command.
4497 (DJGPP Native): Document "set com1base", "set com1irq", etc.
4498 (Print Settings): Add index entry for "set demangle-style".
4499 (Target Commands): Document "set download-write-size".
4500 (Debugging Output): Document "set exec-done-display".
4501
09d4efe1
EZ
45022005-04-02 Eli Zaretskii <eliz@gnu.org>
4503
4504 * gdb.texinfo (Files): Fix the name and documentation of
4505 add-shared-symbol-files. Document its alias assf. Update the
4506 list of OSs where GDB supports shared libraries. Fix markup.
4507 (Continuing and Stepping): Add reference to @var{location} in the
4508 text.
4509 (Dump/Restore Files): Fix reference to @{filename}.
4510 (Help): Fix wording.
4511 (Attach): Ditto.
4512 (Set Watchpoints): Ditto.
4513 (Backtrace): Remove redundant index entries. Improve index
4514 entries.
4515 (Delete Breaks): Fix wording.
4516 (Memory): Document the compare-sections command.
4517 (Memory Region Attributes): Improve wording.
4518 (Disabling): Improve wording.
4519 (Fortran): New subsection. Document the "info common" command.
4520 (Help): Document aliases "info copying" and "info warranty".
4521 (Caching Remote Data): New section. Document the "set/show
4522 remotecache" and "info dcache" commands.
4523 (Show): Fix wording of the documentation of the "set
4524 extension-language" command.
4525 (Signals): Add index entry for "info handle".
4526 (Memory Region Attributes): Fix punctuation.
4527 (Symbols): Change the arg name to "location" and refer to it in
4528 the text. Fix wording of "info types" doc.
4529 (Threads): Fix usage of @enumerate @item's.
4530 (Listing Tracepoints): Add index entry for "info tp".
4531 (Set Watchpoints): Add xref to "info break" description.
4532 (Macros): Add an index entry for "macro exp1". Document the
4533 "macro list" command.
4534 (Maintenance Commands): Document "flushregs", "maint agent",
4535 "maint check-symtabs", "maint cplus", "maint demangle", "maint
4536 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
4537 "maint print architecture", "maint print objfiles", "maint print
4538 statistics", "maint print type", "maint show-debug-regs", "maint
4539 space", "maint time", and "maint translate-address".
4540 (Connecting): Document the "monitor" command.
4541 (Annotations Overview): Describe the "set annotate" command.
4542
82f2d802
EZ
45432005-04-01 Eli Zaretskii <eliz@gnu.org>
4544
4545 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
4546 Rearrange index entries and improve wording about support for
4547 hardware watchpoints.
4548
7d51c7de
BR
45492005-03-10 Bob Rossi <bob@brasko.net>
4550
4551 * gdb.texinfo: Update copyright
4552
68c71a2e
TR
45532005-02-09 Theodore A. Roth <troth@openavr.org>
4554
4555 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
4556 error.
4557
83761cbd
KB
45582005-02-03 Kevin Buettner <kevinb@redhat.com>
4559
4560 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
4561
9f1c6395
MS
45622005-01-17 Michael Snyder <msnyder@redhat.com>
4563
4564 * gdb.texinfo: Fix spelling, infinte -> infinite.
4565
fbd1b305
MK
45662005-01-08 Mark Kettenis <kettenis@gnu.org>
4567
4568 * observer.texi (GDB Observers): Document "solib_loaded".
4569
3ace7edb
AC
45702005-01-07 Andrew Cagney <cagney@gnu.org>
4571
bec39cab
AC
4572 * configure.ac: Rename configure.in, require autoconf 2.59.
4573 * configure: Re-generate.
4574
3ace7edb
AC
4575 * configure.in: Replace configdirs with multiple references to
4576 AC_CONFIG_SUBDIRS.
4577 * configure: Re-generate.
5ae4183a 4578
53531fc1
AC
45792005-01-04 Andrew Cagney <cagney@gnu.org>
4580
4581 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
4582 part of the version number.
4583
536ffdb7
MK
45842004-12-24 Mark Kettenis <kettenis@gnu.org>
4585
4586 * gdbint.texinfo (Algorithms): Remove description of
4587 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
4588
e1aac25b
JB
45892004-12-07 Jim Blandy <jimb@redhat.com>
4590
4591 * gdb.texinfo (General Query Packets): Specify that thread ID's in
4592 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
4593 numbers.
4594
f47b1503
AS
45952004-12-07 Andreas Schwab <schwab@suse.de>
4596
4597 * gdb.texinfo (Mode Options): Document -l option.
4598
b6b8ece6
EZ
45992004-12-04 Eli Zaretskii <eliz@gnu.org>
4600
4601 * gdbint.texinfo (Algorithms): More accurate description of
4602 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
4603 is not needed unless data-read and data-access watchpoints are
4604 supported. Add a description of how GDB checks whether the
4605 inferior stopped because a watchpoint was hit.
4606
01371747
EZ
46072004-11-23 Eli Zaretskii <eliz@gnu.org>
4608
4609 * gdb.texinfo (Files): Add cross-reference to description of
4610 -readnow command-line switch.
4611
2315ffec
RC
46122004-11-10 Randolph Chung <tausq@debian.org>
4613
4614 * gdb.texinfo: Document set/show backtrace past-entry commands.
4615 Rearrange index entries for set/show backtrace past-main.
4616
69065f5d
AC
46172004-11-10 Jon Beniston <jon@beniston.com>
4618
4619 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
4620 * gdb.texinfo (Remote Serial Protocol): Further describe
4621 binary transfer escaping mechanism .
69065f5d 4622
30e91e0b
RC
46232004-11-08 Randolph Chung <tausq@debian.org>
4624
4625 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
4626 and "show debug infrun". Add index entries.
4627
60bf7e09
EZ
46282004-10-23 Eli Zaretskii <eliz@gnu.org>
4629
4630 * gdb.texinfo (SVR4 Process Information): Document subcommands of
4631 "info proc" that are already implemented. Add index entries.
4632 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
4633 (Files): Add a tip for decreasing memory used for symtabs from
4634 shared libraries.
f018e82f
EZ
4635 (Starting): Fix whitespace; make "elaboration" stand out where it
4636 is first used, and add an index entry for the term.
f8568604
EZ
4637 (Calling): Expand and elaborate text. Add "print". Add the
4638 description of problems with weak aliases.
384ee23f 4639 (Core File Generation): New section.
60bf7e09 4640
d52fe014
AC
46412004-10-12 Andrew Cagney <cagney@gnu.org>
4642
4643 * gdbint.texinfo (Versions and Branches): New chapter.
4644 (Releasing GDB): Delete "Versions and Branches" section.
4645 (Top): Add "Versions and Branches".
4646
703663ab
EZ
46472004-10-08 Eli Zaretskii <eliz@gnu.org>
4648
4649 * gdb.texinfo (Editing, History): Add cross-references to the
4650 included Readline and History user documentation. Remove
4651 references to the symbol have-readline-appendices which is unused
4652 and undefined.
4653 (History): Fix indexing.
4654
ac77d04f
JJ
46552004-10-08 Jeff Johnston <jjohnstn@redhat.com>
4656
4657 * gdbint.texinfo (target_stopped_data_address): Update to
4658 new prototype.
4659 (i386_stopped_data_address): Update prototype and description.
4660 (i386_stopped_by_watchpoint): New function and description.
4661
e07c999f
PH
46622004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
4663
4664 * gdb.texinfo (Filenames): Add Ada suffixes.
4665 (Ada) New section.
4666
2e868123
AC
46672004-09-27 Andrew Cagney <cagney@gnu.org>
4668 Robert Picco <Robert.Picco@hp.com>
4669
4670 * gdb.texinfo (Packets): Document the "p" packet.
4671
02a57714
JM
46722004-09-21 Jason Molenda (jmolenda@apple.com)
4673
4674 * gdb.texinfo (Paths and Names of the Source Files): Document the
4675 meaning of values in the 'desc' field of a SO stab.
4676
ae038cb0
DJ
46772004-09-20 Daniel Jacobowitz <dan@debian.org>
4678
4679 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
4680 max-cache-age" and "maint show dwarf2 max-cache-age".
4681
f7dc1244
EZ
46822004-09-16 Eli Zaretskii <eliz@gnu.org>
4683
4684 * gdb.texinfo (Set Breaks): Add index entry for setting
4685 breakpoints on overloaded C++ functions that are not members of
4686 any classes. Add an example and an index entry for setting
4687 breakpoints on all program functions.
4688 (Character Sets, Macros, Overlay Commands)
4689 (Non-debug DLL symbols, GDB/MI Output Syntax)
4690 (Annotations Overview, Maintenance Commands, File-I/O Overview):
4691 Use "(@value{GDBP})" instead of a literal "(gdb)".
4692
f810308b
AC
46932004-09-12 Andrew Cagney <cagney@gnu.org>
4694
4695 * gdbint.texinfo (Native Debugging): Delete description of
4696 FILES_INFO_HOOK.
4697
15a661f3
PH
46982004-09-11 Paul Hilfinger <hilfinger@gnat.com>
4699
5ae4183a
AS
4700 * gdbint.texinfo (User Interface): Change local_hex_string_custom
4701 to hex_string_custom (not historically correct, but more
15a661f3
PH
4702 understandable, given the current code).
4703
f3219c75
AC
47042004-09-03 Andrew Cagney <cagney@gnu.org>
4705
4706 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
4707
f3bb6704
JJ
47082004-09-01 Jeff Johnston <jjohnstn@redhat.com>
4709
4710 * observer.texi (solib_unloaded): New observer.
4711
8d2c00cb
AC
47122004-08-24 Andrew Cagney <cagney@gnu.org>
4713
4714 * gdbint.texinfo (Target Architecture Definition): Add missing
4715 comma.
4716
e7dc800a
MC
47172004-08-20 Michael Chastain <mec.gnu@mindspring.com>
4718
4719 * (Using the Testsuite): build != host is supported,
4720 but some test scripts do not support build != host.
4721
73b03683
MK
47222004-08-14 Mark Kettenis <kettenis@gnu.org>
4723
4724 * gdbint.texinfo (Host Definition): Delete description of
4725 FCLOSE_PROVIDED and GETENV_PROVIDED.
4726
c0ccb908
MK
47272004-08-05 Mark Kettenis <kettenis@chello.nl>
4728
4729 * gdbint.texinfo (Host Definition): Delete description of
4730 NO_SYS_FILE.
4731 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
4732 PTRACE_FP_BUG.
4733
9c8dbfa9
AC
47342004-08-05 Andrew Cagney <cagney@gnu.org>
4735
4736 * gdbint.texinfo (Target Architecture Definition): Delete
4737 reference to deprecated_read_fp.
4738
f42accbe
AC
47392004-08-02 Andrew Cagney <cagney@gnu.org>
4740
4741 * gdbint.texinfo (Target Architecture Definition): Delete
4742 description of DEPRECATED_REGISTER_BYTES.
4743
0b66e38c
EZ
47442004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4745
4746 * gdb.texinfo (Source Path): Document the new behavior of
4747 searching for the source files.
4748
15387254
EZ
47492004-07-17 Eli Zaretskii <eliz@gnu.org>
4750
4751 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
4752 (Search, Expressions, Arrays, Variables, Data, Machine Code)
4753 (Auto Display): Improve indexing.
4754
2c07db7a
AC
47552004-07-16 Andrew Cagney <cagney@gnu.org>
4756
4757 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
4758 "-noasync".
4759
4644b6e3
EZ
47602004-07-09 Eli Zaretskii <eliz@gnu.org>
4761
4762 * gdb.texinfo: Fix @kindex entries so that multiple commands that
4763 have the same prefix have only their prefix in the index.
4764
7561d450
MK
47652004-07-03 Mark Kettenis <kettenis@gnu.org>
4766
4767 * gdb.texinfo (BSD libkvm Interface): New node (section)
4768 (Native): Add it to the menu.
4769
67bebe79
MK
47702004-07-01 Mark Kettenis <kettenis@gnu.org>
4771
4772 * gdbint.texinfo (Target Architecture Definition): Remove
4773 PCC_SOL_BROKEN.
4774
1a6923e0
MK
47752004-06-24 Mark Kettenis <kettenis@gnu.org>
4776
4777 * gdbint.texinfo (Target Architecture Definition): Remove
4778 SUN_FIXED_LBRAC_BUG.
4779
b435e160
AC
47802004-06-26 Andrew Cagney <cagney@gnu.org>
4781
4782 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
4783
b5622e8d
AC
47842004-06-20 Andrew Cagney <cagney@gnu.org>
4785
4786 * gdbint.texinfo (Target Architecture Definition): Deprecate
4787 USE_STRUCT_CONVENTION.
4788
e0c07bf0
MC
47892004-06-19 Michael Chastain <mec.gnu@mindspring.com>
4790
4791 gdb.texinfo (Bug Reporting): Mention session recording,
4792 with the script command or Emacs.
4793
782263ab
AC
47942004-06-18 Andrew Cagney <cagney@gnu.org>
4795
4796 * gdbint.texinfo (Target Architecture Definition): Deprecate
4797 FUNCTION_START_OFFSET.
4798
03727ca6
AC
47992004-06-14 Andrew Cagney <cagney@gnu.org>
4800
4801 Based on changes from Karl Berry.
4802 * gdb.texinfo: Do not use @sc in a direntry.
4803 * stabs.texinfo: Change @dircateogry to "Software development".
4804 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
4805
97092415
AC
48062004-06-13 Andrew Cagney <cagney@gnu.org>
4807
4808 * gdbint.texinfo (Target Architecture Definition): Delete
4809 description of RETURN_VALUE_ON_STACK.
4810
1f6d4158
AC
48112004-06-09 Andrew Cagney <cagney@gnu.org>
4812
4813 * gdbint.texinfo (Native Debugging): Restore "@table @code"
4814 deleted by previous patch.
4815
d966f0cb
AC
48162004-06-08 Andrew Cagney <cagney@gnu.org>
4817
4818 * gdbint.texinfo (Native Debugging): Delete documentation on
4819 ATTACH_DETACH.
4820
86fe4aaa
RC
48212004-06-06 Randolph Chung <tausq@debian.org>
4822
4823 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
4824
d4b6d575
RC
48252004-06-06 Randolph Chung <tausq@debian.org>
4826
5ae4183a 4827 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
4828 the new push_dummy_call method signature. Describe the function
4829 argument.
4830
4e8b0763
JB
48312004-05-24 Joel Brobecker <brobecker@gnat.com>
4832
4833 * gdb.texinfo (Starting): Document new start command.
4834
59caf092
AC
48352004-05-21 Andrew Cagney <cagney@redhat.com>
4836
4837 * observer.texi (GDB Observers): Document "inferior_created".
4838
e4a2df64
AC
48392004-05-08 Andrew Cagney <cagney@redhat.com>
4840
e6b55ae2
AC
4841 * gdbint.texinfo (Target Architecture Definition): Delete
4842 description of DO_DEFERRED_STORES.
4843
28954179
AC
4844 * gdbint.texinfo (Target Architecture Definition): Delete
4845 references to DEPRECATED_FIX_CALL_DUMMY.
4846
434b87dd
AC
4847 * gdbint.texinfo (Target Architecture Definition): Delete
4848 description of DEPRECATED_CALL_DUMMY_WORDS,
4849 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
4850
58d28df8
AC
4851 * gdbint.texinfo (Target Architecture Definition): Delete
4852 description of DEPRECATED_PUSH_DUMMY_FRAME.
4853
e4a2df64
AC
4854 * gdbint.texinfo (Target Architecture Definition): Delete
4855 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
4856
2b4855ab
AC
48572004-05-07 Andrew Cagney <cagney@redhat.com>
4858
4859 * observer.texi (GDB Observers): Add "Debugging" section. Include
4860 cross reference to "set/show debug observer".
4861 * gdb.texinfo (Debugging Output): Document "set/show debug
4862 observer".
4863
fcf70625
AC
48642004-05-01 Andrew Cagney <cagney@redhat.com>
4865
4866 * gdbint.texinfo (Target Architecture Definition): Delete
4867 description of DEPRECATED_PC_IN_SIGTRAMP.
4868
8ee56bcf
AC
48692004-04-30 Andrew Cagney <cagney@redhat.com>
4870
4871 * gdbint.texinfo (Target Architecture Definition): Delete
4872 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
4873
67ab9a76
OF
48742004-04-30 Orjan Friberg <orjanf@axis.com>
4875
4876 * observer.texi (GDB Observers): Correct spelling.
4877
79346bcb
OF
48782004-04-26 Orjan Friberg <orjanf@axis.com>
4879
4880 * observer.texi (GDB Observers): Add target_changed event.
4881
7a464420
AC
48822004-04-08 Andrew Cagney <cagney@redhat.com>
4883
4884 * observer.texi (GDB Observers): Rework, provide generic observer
4885 definitions and then a list of observable events.
4886
6cdf9d98
AC
48872004-04-04 Andrew Cagney <cagney@redhat.com>
4888
4889 * gdbint.texinfo (Host Definition): Delete reference to
4890 NO_SIGINTERRUPT.
4891
ddc135a4
AC
48922004-04-02 Andrew Cagney <cagney@redhat.com>
4893
4894 * gdbint.texinfo (Target Architecture Definition): Delete
4895 reference to DEPRECATED_CALL_DUMMY_LENGTH.
4896
6a1b180d
SC
48972004-03-28 Stephane Carrez <stcarrez@nerim.fr>
4898
4899 * gdb.texinfo (TUI Commands): Document tui reg commands.
4900
d0d5df6f
AC
49012004-03-26 Andrew Cagney <cagney@redhat.com>
4902
4903 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
4904 "gdbtui".
4905 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
4906 (Contributors): Mention both Text and Terminal User Interface.
4907
aa2a3f87
AC
49082004-03-23 Andrew Cagney <cagney@redhat.com>
4909
4910 * gdbint.texinfo (Target Architecture Definition): Deprecate
4911 references to SIGTRAMP_START and SIGTRAMP_END.
4912
f561f026
AC
49132004-03-23 Andrew Cagney <cagney@redhat.com>
4914
4915 * gdbint.texinfo (Target Architecture Definition): Deprecate
4916 references to PC_IN_SIGTRAMP.
4917
33cb8b0f
AC
49182004-03-19 Andrew Cagney <cagney@redhat.com>
4919
4920 * gdbint.texinfo (Target Architecture Definition): Delete
4921 reference to GDB_TARGET_IS_HPPA.
4922
fc989b7a
AC
49232004-03-18 Andrew Cagney <cagney@redhat.com>
4924
4925 * gdbint.texinfo (Coding): Update section on gdbarch_data,
4926 describe pre_init and post_init.
4927
701b08bb
DJ
49282004-03-09 Daniel Jacobowitz <drow@mvista.com>
4929
4930 * gdb.texinfo (Debugging Output): Document values for "set debug
4931 target".
4932
faae5abe
AC
49332004-02-28 Andrew Cagney <cagney@redhat.com>
4934
4935 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
4936
dd79a6cf
JJ
49372004-02-26 Jeff Johnston <jjohnstn@redhat.com>
4938
4939 * gdb.texinfo (breakpoints): Add information about the
4940 new "set breakpoint pending" and "show breakpoint pending"
4941 commands.
4942
e7f16015
AC
49432004-02-26 Andrew Cagney <cagney@redhat.com>
4944
4945 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
4946 in Per-architecture module data section.
4947
7161a3a6
RM
49482004-02-25 Roland McGrath <roland@redhat.com>
4949
4950 * gdb.texinfo (General Query Packets): Document qPart:... packets.
4951
2154891a
AC
49522004-02-24 Andrew Cagney <cagney@redhat.com>
4953
4954 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
4955 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
4956 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 4957
6c74ac8b
AC
49582004-02-17 Andrew Cagney <cagney@redhat.com>
4959
4960 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
4961
19772a2c
AC
49622004-02-16 Andrew Cagney <cagney@redhat.com>
4963
4964 * gdbint.texinfo (Target Architecture Definition): Deprecate
4965 FRAMELESS_FUNCTION_INVOCATION.
4966
c9830293
AC
49672004-02-16 Andrew Cagney <cagney@redhat.com>
4968
4969 * gdbint.texinfo (Coding): Mention -Wunused-function.
4970
b9d26eb9
AC
49712004-02-14 Andrew Cagney <cagney@redhat.com>
4972
4973 * gdbint.texinfo (Target Architecture Definition): Delete
4974 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
4975
49efadf5
EZ
49762004-02-12 Elena Zannoni <ezannoni@redhat.com>
4977
4978 * gdb.texinfo: Properly quote the name "C++".
4979 * gdbint.texinfo: Ditto.
4980 * stabs.texinfo: Ditto.
4981
1eb288ea
EZ
49822004-02-11 Elena Zannoni <ezannoni@redhat.com>
4983
4984 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
4985 minimal information about libiberty.
4986
e4937fc1
MC
49872004-02-06 Michael Chastain <mec.gnu@mindspring.com>
4988
4989 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
4990
a9331b3f
RM
49912004-02-04 Roland McGrath <roland@redhat.com>
4992
4993 * gdb.texinfo (Auxiliary Vector): New node (section).
4994 (Data): Add it to the menu.
4995
2650777c
JJ
49962004-02-02 Jeff Johnston <jjohnstn@redhat.com>
4997
4998 * gdb.texinfo (Breakpoints): Add information about pending
4999 breakpoint support.
5000
b4501125
AC
50012004-01-26 Andrew Cagney <cagney@redhat.com>
5002
5003 * gdb.texinfo (Overview): Delete references to the cisco protocol
5004 including the "N" response.
5005
74055713
AC
50062004-01-26 Andrew Cagney <cagney@redhat.com>
5007
5008 * gdbint.texinfo (Target Architecture Definition): Rename
5009 EXTRACT_STRUCT_VALUE_ADDRESS to
5010 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 5011
3bbe9696
EZ
50122004-01-24 Eli Zaretskii <eliz@gnu.org>
5013
5014 * gdb.texinfo (KOD): Document "show os". Add index entries for
5015 "set/show os" and "info cisco" commands.
5016
5843504f
EZ
50172004-01-21 Eli Zaretskii <eliz@gnu.org>
5018
5019 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
5020
9175c9a3
MC
50212004-01-19 Michael Chastain <mec.gnu@mindspring.com>
5022
5023 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
5024 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
5025
8e94b928
NR
50262004-01-19 Nick Roberts <nick@nick.uklinux.net>
5027
5028 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
5029 -stack-list-locals.
5030 (GDB/MI Variable Objects): Describe extension to
5031 -var-list-children.
5032
a20cf136
DJ
50332004-01-17 Daniel Jacobowitz <drow@mvista.com>
5034
5035 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
5036
afb18d0f
AC
50372004-01-17 Andrew Cagney <cagney@redhat.com>
5038
5039 * gdbint.texinfo (Target Architecture Definition): Delete
5040 documentation on DEPRECATED_NPC_REGNUM.
5041
b51970ac
DJ
50422004-01-13 Daniel Jacobowitz <drow@mvista.com>
5043
5044 * gdb.texinfo: Update copyright year. Mention that set
5045 follow-fork-mode is supported on GNU/Linux. Remove documentation of
5046 "set follow-fork-mode ask".
5047
0f0cffd2
AC
50482004-01-13 Andrew Cagney <cagney@redhat.com>
5049
5050 * gdbint.texinfo: Update copyright year.
5051 (Coding): Add -Wunused-label to list of -Werror warnings.
5052
c552b3bb 50532004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 5054 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
5055
5056 * gdb.texinfo: Update copyright.
5057 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
5058 around names, as appropriate. Minor syntax cleanup of
5059 _NSPrintForDebugger explanation. Two spaces after periods.
5060 GDBN used instead of lit. "gdb". Index entries added for
5061 print-object and _NSPrintForDebugger. @noindent added in one spot.
5062
afe157ca
EZ
50632003-11-11 Elena Zannoni <ezannoni@redhat.com>
5064
5065 * stabs.texinfo: Add dircategory and direntry commands.
5066 * annotate.texinfo: Ditto.
5067
963e2bb7
AC
50682003-11-10 Andrew Cagney <cagney@redhat.com>
5069
5070 * gdbint.texinfo (Target Architecture Definition): Replace the
5071 return_value method's "inval" and "outval" parameters with
5072 "readbuf" and "writebuf".
5073
1d8b2f28
JB
50742003-10-28 Jim Blandy <jimb@redhat.com>
5075
5076 * gdb.texinfo (The F request packet, The F reply packet): Renamed
5077 from "The `F' request packet" and "The `F' reply packet", to make
5078 texi2dvi happy.
5079 (File-I/O remote protocol extension): Update menu entries, too.
5080
36d86913
MC
50812003-10-26 Michael Chastain <mec@shout.net>
5082
5083 * gdb.texinfo (Thread Stops): Document the issue with
5084 premature return from system calls in multi-threaded programs.
5085
ce2826aa
AC
50862003-10-24 Andrew Cagney <cagney@redhat.com>
5087
5088 * annotate.texinfo: Fix "fortunatly"[sic].
5089
f24c5e49
KI
50902003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
5091
5092 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
5093 with "Hitachi" and "Mitsubishi".
5094
92ad9cd9
AC
50952003-10-20 Andrew Cagney <cagney@redhat.com>
5096
5097 * gdbint.texinfo (Target Architecture Definition): Document
5098 gdbarch_return_value. Add cross references from
5099 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
5100 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
5101
0ab4b752
MK
51022003-10-18 Mark Kettenis <kettenis@gnu.org>
5103
5104 * gdbint.texinfo (Target Architecture Definition): Document
5105 regset_from_core_section.
fb3e19c0
KI
5106
51072003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
5108
5109 * gdb.texinfo (M32R/D): Mention m32rsdi target.
5110
a9331b3f 51112003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
5112
5113 From Anthony Green <green@redhat.com>:
5ae4183a 5114 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 5115
1485d690
KB
51162003-10-14 Kevin Buettner <kevinb@redhat.com>
5117
889bf7c5
PA
5118 * gdb.texinfo (Breakpoint related warnings): New node.
5119 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 5120
86d30acc
DJ
51212003-10-13 Daniel Jacobowitz <drow@mvista.com>
5122
5123 * gdb.texinfo (Remote Protocol): Document v and vCont.
5124
172c2a43
KI
51252003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
5126
5127 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
5128 * gdbint.texinfo: Ditto.
5129
71952f4c
AC
51302003-10-09 Andrew Cagney <cagney@redhat.com>
5131
5132 From 2003-09-18 David Anderson <davea@sgi.com>:
5133 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
5134 "command".
5135
268e2188
AC
51362003-10-03 Andrew Cagney <cagney@redhat.com>
5137
5138 * gdbint.texinfo (Target Architecture Definition): Deprecate
5139 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
5140 just target.
5141
12c266ea 51422003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 5143
f30992d4 5144 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
5145 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
5146 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
5147 * gdbint.texinfo (Target Architecture Definition): Rename
5148
51492003-09-30 Andrew Cagney <cagney@redhat.com>
5150
f30992d4 5151 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 5152 (Target Architecture Definition):
f30992d4 5153
2e092625
AC
5154 * gdbint.texinfo (Target Architecture Definition): Rename
5155 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
5156
0717ae8a
AC
51572003-09-29 Andrew Cagney <cagney@redhat.com>
5158
dad809b7
AC
5159 * gdbint.texinfo (Target Architecture Definition): Delete
5160 documentation for NEED_TEXT_START_END.
5161
0717ae8a
AC
5162 * gdbint.texinfo (Target Architecture Definition): Rename
5163 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
5164 TARGET_WRITE_PC.
a9331b3f 5165
af6cf26d
MC
51662003-09-22 Michael Chastain <mec@shout.net>
5167
5168 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
5169
ee206350
AG
51702003-09-21 Anthony Green <green@redhat.com>
5171
5172 * gdbint.texinfo (Target Architecture Definition): Fix typos.
5173
a38c9fe6
MK
51742003-09-21 Mark Kettenis <kettenis@gnu.org>
5175
5176 * gdbint.texinfo (Target Architecture Definition): Document
5177 stabs_argument_has_addr.
5178
77949794
AC
51792003-09-18 Andrew Cagney <cagney@redhat.com>
5180
5181 * gdbint.texinfo (Target Architecture Definition): Delete
5182 documentation on REGISTER_NAMES.
5183
8e823e25
MK
51842003-09-13 Mark Kettenis <kettenis@gnu.org>
5185
5186 * gdbint.texinfo (Target Architecture Definition): Replace
5187 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
5188
f27dd7fd
AC
51892003-09-11 Andrew Cagney <cagney@redhat.com>
5190
5191 * gdbint.texinfo (Target Architecture Definition): Replace
5192 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
5193
8b148df9
AC
51942003-08-18 Andrew Cagney <cagney@redhat.com>
5195
5196 * gdbint.texinfo (Target Architecture Definition): Document
5197 "frame_red_zone_size".
5198
25d29d70
AC
51992003-08-09 Andrew Cagney <cagney@redhat.com>
5200
5201 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
5202 with "set/show backtrace past-main" and "set/show backtrace
5203 limit".
5204
c938e9b0
L
52052003-08-08 H.J. Lu <hongjiu.lu@intel.com>
5206
5207 * Makefile.in (install-info): Support DESTDIR.
5208 (install-html): Likewise.
5209
64fabec2
AC
52102003-08-07 Andrew Cagney <cagney@redhat.com>
5211
5212 Patch from Nick Roberts.
5213 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
5214 bindings. Remove description of send-gdb-command.
5215
2fcf52f0
AC
52162003-08-07 Andrew Cagney <cagney@redhat.com>
5217
5218 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
5219 GDB 6.0.
5220
086432e2
AC
52212003-08-06 Andrew Cagney <cagney@redhat.com>
5222
5223 * gdb.texinfo (Mode Options): Mention that level three is the
5224 highest available and that level 2 is deprecated.
5225 (Annotations Overview): Mention annotation levels. Cross reference
5226 to "Limitations of the Annotation Interface" in annotate.texi.
5227 (TODO, Value Annotations, Frame Annotations): Delete section.
5228 (Displays, Breakpoint Info): Delete.
5229
e5249f67
AC
52302003-08-04 Andrew Cagney <cagney@redhat.com>
5231
5232 * agentexpr.texi: Delete @bye.
5233 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
5234 (stabs.info): Add $(srcdir) to include search path.
5235 (html): Depend on "annotate_toc.html", and not "annotate.html".
5236 * stabs.texinfo: Ditto. Include "fdl.texi".
5237 * gdbint.texinfo: Update copyright statement's list of invariant
5238 sections.
5239
e6f672d2
AC
52402003-07-28 Andrew Cagney <cagney@redhat.com>
5241
5242 * Makefile.in (INFO_DEPS): Add annotate.info.
5243 (dvi, ps, html, pdf): Add annotate.
5244 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
5245 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
5246 (ANNOTATE_DOC_FILES): New macro.
5247 (ANNOTATE_TEX_TMPS): New macro.
5248 (annotate.info, annotate_toc.html): Specify dependencies.
5249 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
5250 * annotate.texinfo: Rename annotate.texi. Get building. Add
5251 "Migrating to GDB/MI" and "Limitations of the Annotation
5252 Interface" chapters. Mention why it is not part of the user
5253 guide. Update copyright notice. Include "fdl.texi".
5254
72ffddc9
SC
52552003-07-26 Stephane Carrez <stcarrez@nerim.fr>
5256
5257 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
5258
a9f12a31
DJ
52592003-07-24 Daniel Jacobowitz <drow@mvista.com>
5260
5261 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
5262
b1fe9455
DJ
52632003-07-24 Daniel Jacobowitz <drow@mvista.com>
5264
5265 * gdb.texinfo (Server): Mention pidof.
5266
153721e6
AC
52672003-07-22 Andrew Cagney <cagney@redhat.com>
5268
5269 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
5270 list.
5271
0fac0b41
DJ
52722003-06-28 Daniel Jacobowitz <drow@mvista.com>
5273
5274 * gdb.texinfo (Logging output): New chapter.
5275
4e562065
JB
52762003-06-24 Joel Brobecker <brobecker@gnat.com>
5277
5278 * gdb.texinfo (Unsupported languages): New section.
5279 (Languages): Add link to new section.
5280
f2c06f52
AC
52812003-06-22 Andrew Cagney <cagney@redhat.com>
5282
5283 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
5284
b4177fca
DJ
52852003-06-22 Daniel Jacobowitz <drow@mvista.com>
5286
5287 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
5288
f418dd93
DJ
52892003-06-22 Daniel Jacobowitz <drow@mvista.com>
5290
5291 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
5292 * agentexpr.texi: Retitle section, and change it to an appendix.
5293 Comment out texinfo initialization. Factor a @var{} into two
5294 pieces to prevent makeinfo warnings.
5295 * gdb.texinfo: Add Agent Expressions appendix.
5296
4ca61388
DJ
52972003-06-19 Daniel Jacobowitz <drow@mvista.com>
5298
5299 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
5300
07f31aa6
DJ
53012003-06-18 Daniel Jacobowitz <drow@mvista.com>
5302
5ae4183a 5303 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
5304 remote target". Document the "detach" and "disconnect" commands.
5305 (Server, Netware, Debug Session): Reference "Connecting to a
5306 remote target".
5307 (GDB/MI Target Manipulation): Document "-target-disconnect".
5308
2dd0da42
AC
53092003-06-13 Andrew Cagney <cagney@redhat.com>
5310
5311 * gdbint.texinfo (Target Architecture Definition): Deprecate
5312 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
5313 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
5314
e7a3abfc
JB
53152003-06-09 Jim Blandy <jimb@redhat.com>
5316
5317 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
5318
25e3a86b
AC
53192003-06-08 Andrew Cagney <cagney@redhat.com>
5320
5321 * gdbint.texinfo (Target Architecture Definition): Delete
5322 documentation on FRAME_ARGS_ADDRESS_CORRECT.
5323
a9e5fdc2
AC
53242003-06-08 Andrew Cagney <cagney@redhat.com>
5325
5326 * gdbint.texinfo (Target Architecture Definition): Document
5327 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
5328
b37303ee
AF
53292003-06-07 Adam Fedor <fedor@gnu.org>
5330
5331 * gdb.texinfo: Add Objective-C documentation.
5332
39fe6e80
AC
53332003-06-01 Andrew Cagney <cagney@redhat.com>
5334
5335 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
5336 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
5337
125309b2
AC
53382003-05-21 Andrew Cagney <cagney@redhat.com>
5339
5340 * gdbint.texinfo (Target Architecture Definition): Delete
5341 references to "extract_address" and "store_address".
5342
b8b527c5
AC
53432003-05-16 Andrew Cagney <cagney@redhat.com>
5344
5345 * gdbint.texinfo (Target Architecture Definition): Replace
5346 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
5347 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
5348
50e3ee83
TR
53492003-05-14 Theodore A. Roth <troth@openavr.org>
5350
5351 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
5352
44e2be90
L
53532003-05-10 H.J. Lu <hongjiu.lu@intel.com>
5354
5355 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
5356 (gdb.dvi): Likewise.
5357 (gdb.pdf): Likewise.
5358 (links2roff): Likewise.
5359
df5215a6
JB
53602003-05-08 Jim Blandy <jimb@redhat.com>
5361
5362 * gdb.texinfo (Dump/Restore Files): Update documentation for
5363 'dump', 'append', and 'restore': note that format argument is
5364 optional; simplify presentation of the command variants; and be
5365 more precise about the formats.
5366
5e7b2f39
JB
53672003-05-07 Jim Blandy <jimb@redhat.com>
5368
5369 * gdb.texinfo (Symbols): Update documentation: 'maint list
5370 symtabs' and 'maint list psymtabs' have been renamed 'maint info
5371 symtabs' and 'maint info psymtabs'.
5372
b1e29e33
AC
53732003-05-05 Andrew Cagney <cagney@redhat.com>
5374
5375 * gdbint.texinfo (Target Architecture Definition): Make
5376 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
5377 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
5378 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
5379
00905d52
AC
53802003-05-04 Andrew Cagney <cagney@redhat.com>
5381
5382 * gdb.texinfo (Maintenance Commands): Document "maint print
5383 dummy-frames".
5384
54ff5908
AC
53852003-05-04 Andrew Cagney <cagney@redhat.com>
5386
5387 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
5388
32e7087d
JB
53892003-05-03 J. Brobecker <brobecker@gnat.com>
5390
5391 Thierry Schneider <tpschneider1@yahoo.com>
5392 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
5393 for new MI command.
5394
7043d8dc
AC
53952003-05-03 Andrew Cagney <cagney@redhat.com>
5396
5397 * gdbint.texinfo (Target Architecture Definition): Document
5398 push_dummy_code. Add cross references.
5399
e33d66ec
EZ
54002003-05-02 Elena Zannoni <ezannoni@redhat.com>
5401
5402 * gdb.texinfo (Character Sets): Update to reflect new behavior of
5403 set/show charsets commands.
5404
0ba6dca9
AC
54052003-04-28 Andrew Cagney <cagney@redhat.com>
5406
5407 * gdbint.texinfo (Target Architecture Definition): Replace
5408 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
5409 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
5410
d7a27068
AC
54112003-04-28 Andrew Cagney <cagney@redhat.com>
5412
5413 * gdbint.texinfo (Target Architecture Definition): Rename
5414 "tm_print_insn" to "deprecated_tm_print_insn".
5415
44ea7b70
JB
54162003-04-09 Jim Blandy <jimb@redhat.com>
5417
5418 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
5419 list psymtabs'.
5420
fb8f8949
AC
54212003-04-08 Andrew Cagney <cagney@redhat.com>
5422
5423 * gdbint.texinfo (Target Architecture Definition): Delete
5424 references to EXTRA_FRAME_INFO.
5425
32fb0f22
AC
54262003-04-08 Andrew Cagney <cagney@redhat.com>
5427
5428 * gdbint.texinfo (Target Architecture Definition): Delete
5429 PRINT_TYPELESS_INTEGER.
5430
6be67e67
JB
54312003-04-02 J. Brobecker <brobecker@gnat.com>
5432
5433 * observer.texi (GDB Observers): Adjust the documentation for the
5434 normal_stop notification to better describe reality. Fix a couple
5435 of minor typos.
5436
4e35d5f0
BR
54372003-04-02 Bob Rossi <bob_rossi@cox.net>
5438
a9331b3f 5439 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
5440 '-file-list-exec-source-file'
5441
e8a8712a
AC
54422003-03-31 Andrew Cagney <cagney@redhat.com>
5443
5444 * gdbint.texinfo (Target Architecture Definition): Delete
5445 references to CALL_DUMMY_P.
5446
6c0e89ed
AC
54472003-03-30 Andrew Cagney <cagney@redhat.com>
5448
5449 * gdbint.texinfo (Target Architecture Definition): Remove
5450 reference to TARGET_WRITE_SP.
a9331b3f 5451
378bfd1b
AC
54522003-03-27 Andrew Cagney <cagney@redhat.com>
5453
5454 * gdbint.texinfo (Target Architecture Definition): Remove
5455 references to write_sp.
6c0e89ed 5456
922fbb7b
AC
54572003-03-27 Andrew Cagney <cagney@redhat.com>
5458
5459 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
5460 chapter body. Use @smallexample instead of @example.
5461 (Annotations): Ditto.
5462 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
5463 annotate.texi.
5464
b81774d8
AC
54652003-03-26 Andrew Cagney <cagney@redhat.com>
5466
5467 * gdbint.texinfo (Target Architecture Definition): Replace
5468 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
5469 dummy_addr parameters.
5470
1bf6d5cc
AC
54712003-03-25 Andrew Cagney <cagney@redhat.com>
5472
5473 * gdbint.texinfo (Target Architecture Definition): Delete
5474 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
5475 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5476 Add reference to PUSH_ARGUMENTS.
5477
618ce49f
AC
54782003-03-23 Andrew Cagney <cagney@redhat.com>
5479
5480 * gdbint.texinfo (Algorithms, Target Architecture Definition):
5481 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
5482
bcd7e15f
JB
54832003-03-18 J. Brobecker <brobecker@gnat.com>
5484
5485 * gdbint.texinfo (Algorithms): Add new section describing the
5486 Observer paradigm.
5487 (Top): Add menu entry to new observer appendix.
5488 * observer.texi: New file.
5489 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
5490 new observer.texi file.
5491
9fe8321b
AC
54922003-03-17 Andrew Cagney <cagney@redhat.com>
5493
5494 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
5495 that GNU Press update the manual version number.
5496
ac2adee5
AC
54972003-03-12 Andrew Cagney <cagney@redhat.com>
5498
5499 * gdbint.texinfo (Target Architecture Definition): Delete
5500 references to get_saved_register. Rename GET_SAVED_REGISTER to
5501 DEPRECATED_GET_SAVED_REGISTER.
5502
749b82f6
AC
55032003-03-13 Andrew Cagney <cagney@redhat.com>
5504
5505 * gdbint.texinfo (Target Architecture Definition): Replace
5506 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
5507
8bedc050
AC
55082003-03-12 Andrew Cagney <cagney@redhat.com>
5509
5510 * gdbint.texinfo (Target Architecture Definition): Rename
5511 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 5512
0ce1b118
CV
55132003-03-10 Corinna Vinschen <vinschen@redhat.com>
5514
5515 * gdb.texinfo: Add File-I/O documentation.
5516
12cc2063
AC
55172003-03-10 Andrew Cagney <cagney@redhat.com>
5518
5519 * gdbint.texinfo (Target Architecture Definition): Cross reference
5520 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
5521
7453dc06
AC
55222003-03-07 Andrew Cagney <cagney@redhat.com>
5523
5524 * gdb.texinfo (Debugging Output): Mention the "set/show debug
5525 frame" command.
5526
6314f104
AC
55272003-03-05 Andrew Cagney <cagney@redhat.com>
5528
5529 * gdbint.texinfo (Target Architecture Definition): Document
5530 unwind_dummy_id. Cross reference unwind_dummy_id and
5531 SAVE_DUMMY_FRAME_TOS.
5532
f1212245
DJ
55332003-03-05 James Ingham <jingham@apple.com>
5534 Daniel Jacobowitz <drow@mvista.com>
5535
5536 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
5537 and "show cp-abi".
5538
77e7e267
AC
55392003-03-03 Andrew Cagney <cagney@redhat.com>
5540
5541 * gdbint.texinfo (Target Architecture Definition): Document
5542 register_type.
5543
838a8221
AC
55442003-03-03 Andrew Cagney <cagney@redhat.com>
5545
5546 * stabs.texinfo (Structures): Use @samp and separate @var's
5547 instead of a single @var containing a comma separated list.
5548 (Unions): Ditto.
5549
d7f4a264
DJ
55502003-03-02 Daniel Jacobowitz <drow@mvista.com>
5551
5552 * Makefile.in (distclean): Remove config.log.
5553
f30ee0bc
AC
55542003-03-01 Andrew Cagney <cagney@redhat.com>
5555
5556 * gdbint.texinfo (Target Architecture Definition): Rename
5557 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
5558
55592003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
5560
5561 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
5562 DEPRECATED_INIT_EXTRA_FRAME_INFO.
5563
be448670
CF
55642003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
5565
5566 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
5567 (Non-debug DLL symbols): New node, describing the minimal symbols
5568 loaded from DLLs without real debugging symbols.
5569
501eef12
AC
55702003-02-20 Andrew Cagney <ac131313@redhat.com>
5571
5572 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
5573 hardware-breakpoint-limit".
5574 (Set Watchpoints): Add cross reference to "set remote
5575 hardware-watchpoint-limit".
5576 (Remote configuration options): New section.
5577
21c294e6
AC
55782003-02-04 Andrew Cagney <ac131313@redhat.com>
5579
e9be73e4
AC
5580 * gdbint.texinfo (Target Architecture Definition): Delete
5581 descrption of IS_TRAPPED_INTERNALVAR.
5582
21c294e6
AC
5583 From Keith Seitz <keiths@redhat.com>:
5584 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
5585 option "-i"/"--interpreter" to this chapter. Include index
5586 entries.
5587
0179ffac
DC
55882003-02-04 David Carlton <carlton@math.stanford.edu>
5589
5590 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
5591 (Variables): Recommend stabs+ and DWARF 2.
5592 (C plus plus expressions): Correct info about
5593 compiler versions, debug formats.
5594 (Contributors): Change 'DWARF2' to 'DWARF 2'.
5595 PR symtab/874.
5596
7ca9f392
AC
55972003-02-01 Andrew Cagney <ac131313@redhat.com>
5598
5599 * gdbint.texinfo (Target Architecture Definition): Delete
5600 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
5601 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
5602 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
5603 references to nindy and i960.
5604 * gdb.texinfo (i960): Delete all references to i960 and nindy.
5605
31a85ea2
AC
56062003-02-01 Andrew Cagney <ac131313@redhat.com>
5607
5608 * gdbint.texinfo (Target Architecture Definition): Delete
5609 FLOAT_INFO.
5610
6b894e49
AC
56112003-01-30 Andrew Cagney <ac131313@redhat.com>
5612
5613 * stabs.texinfo (Member Type Descriptor): Clarify description of
5614 `@'. Suggested by Ben Hutchings.
5615
c48861fb
AC
56162003-01-29 Andrew Cagney <ac131313@redhat.com>
5617
5618 * gdb.texinfo (M68K): Delete reference to es1800.
5619
617073a9
AC
56202003-01-29 Andrew Cagney <ac131313@redhat.com>
5621
5622 * gdb.texinfo (Maintenance Commands): Document `maint print
5623 reggroups' and `maint print register-groups'.
5624 * gdbint.texinfo (Target Architecture Definition): Document
5625 register_reggroup_p.
5626
5b5d99cf
JB
56272003-01-23 Jim Blandy <jimb@redhat.com>
5628
5629 * gdb.texinfo (Separate Debug Files): New section.
5630
e7ba9c65
DJ
56312003-01-22 Daniel Jacobowitz <drow@mvista.com>
5632
5633 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
5634 and "maint show profile".
5635
94e91d6d
MC
56362003-01-16 Michael Chastain <mec@shout.net>
5637
5638 * gdb.texinfo (Installing GDB): Warn against
5639 ".../gdb-VERSION/gdb/configure".
5640 (Separate Objdir): Likewise.
5641
867f3898
AC
56422003-01-15 Andrew Cagney <ac131313@redhat.com>
5643
5644 * gdbint.texinfo (Target Architecture Definition): Delete
5645 definition of PRINT_REGISTER_HOOK.
5646
f153cc92
EZ
56472003-01-15 Elena Zannoni <ezannoni@redhat.com>
5648
5649 (OpenRISC 1000): Fix formatting of command names.
5650
c60eb6f1
EZ
56512003-01-15 Elena Zannoni <ezannoni@redhat.com>
5652
5653 * gdb.texinfo (Continuing and Stepping): Add new command
5654 'advance'. Clarify behavior of 'until'.
5655
f5ebfba0
DJ
56562003-01-13 Daniel Jacobowitz <drow@mvista.com>
5657
5658 * gdb.texinfo (Files): Document solib-absolute-prefix and
5659 solib-search-path.
5660
4ce8657e
MC
56612003-01-09 Michael Chastain <mec@shout.net>
5662
5663 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
5664 (Create a Release): Add new instructions for new @file{src-release}.
5665 Document existing instructions for @file{Makefile.in} as
5666 being for @value{GDBN} 5.3.1 or earlier.
5667
372613e3
AC
56682003-01-09 Andrew Cagney <ac131313@redhat.com>
5669
5670 * gdbint.texinfo (Target Architecture Definition): Mention
5671 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
5672 allocate memory.
5673
b4e9345d
DJ
56742003-01-04 Daniel Jacobowitz <drow@mvista.com>
5675
5676 * gdb.texinfo (Controlling GDB): Add @kindex for
5677 "show osabi".
5678 (Backtraces): Add @kindex's for backtrace-below-main.
5679
98b45e30
DJ
56802003-01-04 Daniel Jacobowitz <drow@mvista.com>
5681
5682 * gdb.texinfo (Controlling GDB): Document "set osabi".
5683
95f90d25
DJ
56842003-01-04 Daniel Jacobowitz <drow@mvista.com>
5685
5686 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
5687 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
5688
1e698235
DJ
56892003-01-04 Daniel Jacobowitz <drow@mvista.com>
5690
5691 * gdb.texinfo (Controlling GDB): Add ABI section. Document
5692 "set coerce-float-to-double".
5693 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
5694
e632838e
AC
56952003-01-02 Andrew Cagney <ac131313@redhat.com>
5696
5697 * stabs.texinfo: Remove obsolete text.
5698 * gdbint.texinfo: Ditto.
5699 * gdb.texinfo: Ditto.
5700
c133ab7a
MK
57012002-12-22 Mark Kettenis <kettenis@gnu.org>
5702
5703 * gdbint.texinfo (Target Architecture Definition): Update
5704 description of gdbarch_register_osabi.
5705
f821f325
KH
57062002-12-20 Kazu Hirata <kazu@cs.umass.edu>
5707
5708 * agentexpr.texi: Fix typos.
5709 * annotate.texi: Likewise.
5710 * fdl.texi: Likewise.
5711
85a6d8d3 57122002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
5713
5714 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
5715 DEPRECATED_INIT_FRAME_PC.
5716
ae45cd16
AC
57172002-12-01 Andrew Cagney <ac131313@redhat.com>
5718
5719 * gdbint.texinfo (Target Architecture Definition): Delete
5720 PC_IN_CALL_DUMMY.
5721
07555a72
AC
57222002-11-28 Andrew Cagney <ac131313@redhat.com>
5723
5724 * gdbint.texinfo (Host Definition): Delete documentation on
5725 USE_GENERIC_DUMMY_FRAMES.
5726
c166cdc7
EZ
57272002-11-26 Elena Zannoni <ezannoni@redhat.com>
5728
5ae4183a 5729 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
5730 * Makefile.in (install-info): Run the install-info command as part
5731 of the post install steps only.
5732 (uninstall-info): New target.
5733 (uninstall): New target.
5734
35db0260
EZ
57352002-11-22 Elena Zannoni <ezannoni@redhat.com>
5736
5737 * Makefile.in (install): Make install do some real work.
5738
9ba8d803
AC
57392002-11-19 Andrew Cagney <ac131313@redhat.com>
5740
5741 Fix POSIX problem reported by Paul Eggert.
5742 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
5743 Fix PR gdb/527.
5744
903ad3a6
AC
57452002-10-26 Andrew Cagney <cagney@redhat.com>
5746
5747 * gdbint.texinfo (Target Architecture Definition): Delete
5748 definition of DO_REGISTERS_INFO.
5749
f2abfe65
KB
57502002-10-18 Kevin Buettner <kevinb@redhat.com>
5751
5752 * gdbint.texinfo (Address Classes): Fix problems with insertion
5753 of ``{'' and ``}'' in example.
5754
b5b0480a
KB
57552002-10-17 Kevin Buettner <kevinb@redhat.com>
5756
5757 * gdbint.texinfo (Address Classes): New section.
5758 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
5759 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
5760 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
5761 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
5762
c85508ee
KD
57632002-10-11 Klee Dienes <kdienes@apple.com>
5764
5765 * gdb.texinfo (Registers): Mention vector registers as well as
5766 floating registers in the documentation for 'info registers' and
5767 'info all-registers'.
5768
6d12fc3d
DJ
57692002-10-11 Daniel Jacobowitz <drow@mvista.com>
5770
5771 * gdbint.texinfo (CPLUS_MARKER): Remove item.
5772
8d19fbd2
JJ
57732002-10-03 Jeff Johnston <jjohnstn@redhat.com>
5774
5775 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
5776 interface definition.
5777
a37295f9
MM
57782002-10-03 Marko Mlinar <markom@opencores.org>
5779
5780 * gdb.texinfo (Target Commands): Add or1k target specific
5781 commands.
5782 * gdb.texinfo (Contributors): Add myself to the contributors list.
5783
da0f9dcd
AC
57842002-10-01 Andrew Cagney <ac131313@redhat.com>
5785
5786 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
5787 and "mi1" instead of "mi1" and "mi0".
5788
2e834e49
HPN
57892002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
5790
5791 * gdb.texinfo (Packets): Fix typos "alligned".
5792 Correct z3/Z3 description. Correct z4/Z4 title.
5793
050be0dc
AC
57942002-09-27 Andrew Cagney <ac131313@redhat.com>
5795
5796 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
5797
1104b9e7
KB
57982002-09-25 Kevin Buettner <kevinb@redhat.com>
5799
5800 * gdb.texinfo: Use GNU/Linux instead of Linux.
5801
512217c7
AC
58022002-09-25 Andrew Cagney <ac131313@redhat.com>
5803
5804 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
5805
10998722
AC
58062002-09-24 Andrew Cagney <ac131313@redhat.com>
5807
512217c7 5808 * gdb.texinfo: Replace @example with @smallexample.
10998722 5809
a0eb71c5
KB
58102002-09-20 Kevin Buettner <kevinb@redhat.com>
5811
f7dc1244 5812 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
5813 * gdb.texinfo (Character Sets): Use @smallexample instead of
5814 @example. Use GNU/Linux instead of Linux.
5815
58162002-09-20 Jim Blandy <jimb@redhat.com>
5817
5818 * gdb.texinfo: Add character set documentation.
5819
2f870471
AC
58202002-09-19 Andrew Cagney <ac131313@redhat.com>
5821
5822 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
5823 (Packets): Add cross reference from `b' packet to `z' packets.
5824
790eb8f5
AC
58252002-09-19 Andrew Cagney <ac131313@redhat.com>
5826
8d30a00d
AC
5827 * gdb.texinfo (Maintenance Commands): Document ``maint
5828 internal-error'' and ``maint internal-warning''.
5829
790eb8f5
AC
5830 * gdbint.texinfo (Target Architecture Definition): Revise
5831 description of STACK_ALIGN. Add description of FRAME_ALIGN.
5832
a23a7bf1
JB
58332002-09-19 Joel Brobecker <brobecker@gnat.com>
5834
5835 * gdbint.texinfo (Target Conditionals): Document the new
5836 NAME_OF_MALLOC macro.
5837
299ffc64
AC
58382002-09-05 Andrew Cagney <ac131313@redhat.com>
5839
5840 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
5841 engineer.
5842
b7bb15bc
SC
58432002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5844
5845 * gdb.texinfo (TUI Overview): Document status line fields.
5846
3d757584
SC
58472002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5848
5849 * gdb.texinfo (TUI Commands): Document info win command.
5850
269c21fe
SC
58512002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5852
5853 * gdb.texinfo (TUI Overview): Document breakpoint markers.
5854
7cf36c78
SC
58552002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5856
5857 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
5858 (TUI Keys): Likewise.
5859
d2c6833e
AC
58602002-08-25 Andrew Cagney <ac131313@redhat.com>
5861
5862 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
5863 for a packet receive.
5864
46d8b1c3
AC
58652002-08-25 Andrew Cagney <ac131313@redhat.com>
5866
5867 * Makefile.in (clean): Move to end of file.
5868 (distclean, maintainer-clean, realclean): Ditto.
5869 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
5870 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
5871 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
5872 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
5873
b0787093
AC
58742002-08-24 Andrew Cagney <ac131313@redhat.com>
5875
5876 * Makefile.in (GDBINT_TEX_TMPS): Define.
5877 (gdbint.dvi, gdbint.pdf): Use
5878 (GDB_TEX_TMPS): Define.
5879 (gdb.dvi, gdb.pdf): Use.
5880 (STABS_TEX_TMPS): Define.
5881 (stabs.dvi, stabs.pdf): Use.
5882 (GDB_DOC_SOURCE_INCLUDES): New macros.
5883 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
5884 (GDBINT_DOC_FILES_INCLUDES): New macros.
5885 (GDBINT_DOC_BUILD_INCLUDES): New macros.
5886 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
5887 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
5888 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
5889 (links2roff): Replace SFILES_INCLUDED with
5890 GDB_DOC_SOURCE_INCLUDES.
5891 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
5892 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
5893 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
5894 dependencies.
5895 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
5896 dependencies.
5897 (gdbmi.texinfo): Delete rule.
5898 (inc-hist.texinfo): Delete rule.
5899 (rluser.texinfo): Delete rule.
5900
ebba8386
AC
59012002-08-23 Andrew Cagney <cagney@redhat.com>
5902
5903 * gdbint.texinfo (Target Architecture Definition): Update
5904 STORE_RETURN_VALUE, mention regcache.
5905
0ab7a791
AC
59062002-08-21 Andrew Cagney <ac131313@redhat.com>
5907
5908 * gdbint.texinfo (Target Architecture Definition): Document
5909 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
5910
ee2d5c50
AC
59112002-08-19 Andrew Cagney <ac131313@redhat.com>
5912
5913 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
5914 Fix minor typos. Add index entries.
5915
53c69bd7
AC
59162002-08-18 Andrew Cagney <ac131313@redhat.com>
5917
5918 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
5919
e76f1f2e
AC
59202002-08-15 Andrew Cagney <ac131313@redhat.com>
5921
5922 * gdbint.texinfo (Target Architecture Definition): Document
5923 PRINT_VECTOR_INFO.
5924 * gdb.texinfo (Vector Unit): Document "info vectors" command.
5925
0680b120
AC
59262002-08-13 Andrew Cagney <ac131313@redhat.com>
5927
5928 * gdb.texinfo (Maintenance Commands): Document "maint print
5929 registers", "maint print raw-registers" and "maint print
5930 cooked-registers".
5931
3c3bea1c
GS
59322002-08-08 Grace Sainsbury <graces@redhat.com>
5933
a9331b3f 5934 From Mark Salter:
3c3bea1c
GS
5935 * gdb.texinfo (Protocol): Document T packet extension to
5936 allow watchpoint address reporting.
5937
42f9b0a5
AC
59382002-08-03 Andrew Cagney <ac131313@redhat.com>
5939
5940 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
5941
db034ac5
AC
59422002-08-01 Andrew Cagney <cagney@redhat.com>
5943
5944 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
5945 to CHILL.
5946
e2b28d04
AC
59472002-08-01 Andrew Cagney <ac131313@redhat.com>
5948
5949 * gdbint.texinfo (Coding): Revise section "Include Files".
5950
7fb623f7
AC
59512002-07-24 Andrew Cagney <cagney@redhat.com>
5952
5953 * gdbint.texinfo: Obsolete references to m88k.
5954 * gdb.texinfo: Ditto.
5955
4a2b4636
JB
59562002-07-10 Joel Brobecker <brobecker@gnat.com>
5957
7fb623f7 5958 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
5959 where the proper version of autoconf can be retrieved.
5960
a71ec265
DH
59612002-07-09 Don Howard <dhoward@redhat.com>
5962
5963 * gdb.texinfo (Command Files): Further describe the behavior of
5964 sourced command files.
5965
b9aa90c9
AC
59662002-06-27 Andrew Cagney <ac131313@redhat.com>
5967
5968 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
5969 (Coding): Clarify ISO C version that GDB assumes.
5970
40dd2248
TT
59712002-06-26 Tom Tromey <tromey@redhat.com>
5972
5973 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
5974 add_setshow_cmd_full.
5975
bfac230e
DH
59762002-06-25 Don Howard <dhoward@redhat.com>
5977
5978 * gdb.texinfo (Memory Region Attributes): Document new behavior
5979 for 'mem' command.
5980
475b0867
JB
59812002-06-11 Jim Blandy <jimb@redhat.com>
5982
919d772c
JB
5983 * gdb.texinfo (Symbols): Update documentation for `info source'
5984 command.
5985
475b0867
JB
5986 * gdb.texinfo (Macros): Call the command `info macro', not
5987 `show macro'.
5988
ba8c9337
AC
59892002-06-09 Andrew Cagney <ac131313@redhat.com>
5990
5991 * gdbint.texinfo (Coding): Add section ``Per-architecture module
5992 data''.
5993
1029b7fa
MK
59942002-06-09 Mark Kettenis <kettenis@gnu.org>
5995
5996 * gdbint.texinfo (Target Architecture Definition): Document
5997 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5998
16737d73
AC
59992002-06-08 Andrew Cagney <ac131313@redhat.com>
6000
6001 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
6002 lists.
6003
30107679
AC
60042002-06-08 Andrew Cagney <ac131313@redhat.com>
6005
6006 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
6007 Branch''.
6008
3352e23e
AC
60092002-06-01 Andrew Cagney <ac131313@redhat.com>
6010
6011 * gdbint.texinfo (Target Architecture Definition): Add section
6012 ``Converting an existing Target Architecture to Multi-arch''.
6013
cbb09e6a
AC
60142002-05-30 Andrew Cagney <ac131313@redhat.com>
6015
6016 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
6017 to ``Obsoleting code''. Revise.
6018
e2e0bcd1
JB
60192002-05-17 Jim Blandy <jimb@redhat.com>
6020
6021 * gdb.texinfo (C Preprocessor Macros): New chapter.
6022 Include it in the main menu.
6023 (Contributors): Credit Jim Blandy with macro support.
6024 (Compilation): Explain how to get macro information into the
6025 executable.
6026 (Expressions): Note that preprocessor macros are expanded.
6027
9db8d71f
DJ
60282002-05-14 Daniel Jacobowitz <drow@mvista.com>
6029
6030 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
6031 options for `target remote'.
6032
6d531722
AC
60332002-05-13 Andrew Cagney <ac131313@redhat.com>
6034
6035 * gdbint.texinfo (Target Architecture Definition): Delete
6036 documentation on NNPC_REGNUM.
6037
13d01224
AC
60382002-05-11 Andrew Cagney <ac131313@redhat.com>
6039
6040 * gdbint.texinfo (Target Architecture Definition): Document
6041 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
6042 (Target Architecture Definition): Revise section `Using Different
6043 Register and Memory Data Representations'. Add section `Raw and
6044 Virtual Register Representations'.
6045
b2e75d78
AC
60462002-05-11 Andrew Cagney <ac131313@redhat.com>
6047
6048 * gdbint.texinfo (Target Architecture Definition): Mention
6049 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
6050 (Target Architecture Definition): Mention same. Add references to
6051 web pages.
6052
2c8682ee
MS
60532002-05-08 Michael Snyder <msnyder@redhat.com>
6054
6055 * stabs.texinfo (Attributes): Document new "vector" attribute.
6056
0816590b
AC
60572002-05-04 Andrew Cagney <ac131313@redhat.com>
6058
6059 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
6060
2653173e
AC
60612002-05-04 Andrew Cagney <ac131313@redhat.com>
6062
6063 * gdb.texinfo: Delete obsolete references to a29k.
6064
d7bd68ca
AC
60652002-04-24 Andrew Cagney <ac131313@redhat.com>
6066
6067 * gdbint.texinfo (Target Architecture Definition): Replace
6068 IN_SIGTRAMP with PC_IN_SIGTRAMP.
6069
21d83aa5
DM
60702002-04-24 David S. Miller <davem@redhat.com>
6071
6072 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
6073
7673a6cc
DM
60742002-04-21 David S. Miller <davem@redhat.com>
6075
6076 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
6077
d49d1e0a
AC
60782002-04-21 Andrew Cagney <ac131313@redhat.com>
6079
6080 * gdbint.texinfo (Target Architecture Definition): Delete
6081 definition of HAVE_REGISTER_WINDOWS.
6082
f7dc1244 60832002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
6084
6085 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
6086 "Theodore A. Roth" <troth@verinet.com>.
6087
5ca0cb28
DH
60882002-04-15 Don Howard <dhoward@redhat.com>
6089
f7dc1244 6090 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 6091 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 6092 Provide a better explaination of this feature.
5ca0cb28 6093
f208ba17
AC
60942002-04-14 Andrew Cagney <ac131313@redhat.com>
6095
6096 * gdbint.texinfo (Target Architecture Definition): Remove
6097 FRAME_CHAIN_COMBINE.
6098
d5ba91de
MC
60992002-04-12 Michael Chastain <mec@shout.net>
6100
6101 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
6102 REG_STACK_SEGMENT.
6103
26818220
MC
61042002-04-09 Michael Chastain <mec@shout.net>
6105
6106 * gdbint.texinfo (Obsolete Conditionals): Remove references to
6107 PYRAMID_* macros.
6108
129188f6
AC
61092002-04-07 Andrew Cagney <ac131313@redhat.com>
6110
6111 * gdb.texinfo (Bug Reporting): Document that the web is the
6112 prefered way of submitting bug reports.
6113 (Bug Reporting): Delete the s-mail address as the last resort.
6114
8227c0ff
AC
61152002-04-05 Andrew Cagney <ac131313@redhat.com>
6116
6117 * gdbint.texinfo (Target Architecture Definition): Delete
6118 references to TARGET_WRITE_FP and write_fp.
6119
16d9dec6
MS
61202002-03-27 Michael Snyder <msnyder@redhat.com>
6121
6122 * gdb.texinfo: Document new commands dump, append, and restore.
6123
9ae8b82c
AC
61242002-03-27 Andrew Cagney <ac131313@redhat.com>
6125
6126 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
6127 Branch'.
6128
474c8240
AC
61292002-03-18 Andrew Cagney <ac131313@redhat.com>
6130
6131 * gdb.texinfo: Change all examples to @smallexample.
6132 * gdbint.texinfo: Ditto.
a9331b3f 6133
fb0ff88f
AC
61342002-03-18 Andrew Cagney <ac131313@redhat.com>
6135
6136 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
6137 Branches''.
6138
9bb0a4d8
AC
61392002-03-18 Andrew Cagney <ac131313@redhat.com>
6140
6141 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
6142 Policy''.
6143
937f164b
FF
61442002-03-04 Fred Fish <fnf@redhat.com>
6145
6146 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
6147 expresson, suports, dependant, trhe, perhaphs, situtations,
6148 explictily, taged, oportunity, unfortunatly).
6149
a7b40f07
AC
61502002-02-24 Andrew Cagney <ac131313@redhat.com>
6151
6152 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
6153 Remove reference to 3.12.
6154
aab4e0ec
AC
61552002-02-23 Andrew Cagney <ac131313@redhat.com>
6156
6157 * gdbint.texinfo: Include fdl.texi.
6158 (Top): Add GNU Free Documentation License.
6159 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
6160 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
6161 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
6162 (gdbint.info): Add srcdir to include path.
6163 * gdb.texinfo: Include gpl.texi.
6164 (Top): Add Copying.
6165 * gpl.texi: New file.
6166
47b95330
AC
61672002-02-23 Andrew Cagney <ac131313@redhat.com>
6168
6169 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
6170
78c47bea
PM
61712002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
6172
6173 * gdb.texinfo: Document Cygwin native specific commands.
6174
56460a61
DJ
61752002-02-15 Daniel Jacobowitz <drow@mvista.com>
6176
6177 * gdb.texinfo: Document gdbserver ``--attach'' command.
6178
def71bfa
MS
61792002-02-07 Michael Snyder <msnyder@redhat.com>
6180
6181 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
6182 to @code(_ovly_debug_event).
6183
c928edc0
AC
61842002-02-07 Andrew Cagney <ac131313@redhat.com>
6185
6186 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
6187
81d46470
MS
61882002-02-06 Michael Snyder <msnyder@redhat.com>
6189
6190 * gdb.texinfo (overlays): Mention new magic symbol
6191 '_ovly_debug_event', which allows GDB to keep better track
6192 of overlays.
6193
f7dc1244 61942002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
6195
6196 * gdb.texinfo (Memory Region Attributes): Fix the wording.
6197 Suggested by Dmitry Sivachenko.
6198
6199 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
6200
15110bc3
MS
62012002-02-01 Michael Snyder <msnyder@redhat.com>
6202
6203 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
6204
6763aef9
MS
62052002-01-30 Michael Snyder <msnyder@redhat.com>
6206
ac282366
MS
6207 * gdb.texinfo: (remote protocol): Gramatical fix-up.
6208 (set trust-readonly-sections): Document.
6763aef9 6209
8642bc8f
AC
62102002-01-29 Andrew Cagney <ac131313@redhat.com>
6211
6212 * gdbint.texinfo (Releasing GDB): Revise and update.
6213
afe64c1a
AC
62142002-01-28 Andrew Cagney <ac131313@redhat.com>
6215
6216 * gdbint.texinfo (Target Architecture Definition): Delete
6217 description of TARGET_BYTE_ORDER_DEFAULT.
6218
f7dc1244 62192002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
6220
6221 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
6222 <mitya@cavia.pp.ru>.
6223
3d6e1b5a
AC
62242002-01-23 Andrew Cagney <ac131313@redhat.com>
6225
6226 * libgdb.texinfo: Delete file.
6227
6c0e9fb3
AC
62282002-01-22 Andrew Cagney <ac131313@redhat.com>
6229
6230 * gdb.texinfo: Remove makeinfo 3.12 hacks.
6231 * gdbint.texinfo: Ditto.
6232
e0ce93ac
AC
6233Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
6234
6235 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
6236
be298bcc
AC
62372002-01-22 Andrew Cagney <ac131313@redhat.com>
6238
6239 * Makefile.in: Update copyright.
6240 (TEXI2DVI): Define.
6241 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
6242 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
6243 gdb-cfg.texi.
6244 (TEXINDEX, PDFTEX): Delete makefile variables.
6245
8e04817f
AC
62462002-01-22 Andrew Cagney <ac131313@redhat.com>
6247
6248 * gdb.texinfo (Protocol): Move section to appendix.
6249
6b2f586d
AC
62502002-01-21 Andrew Cagney <ac131313@redhat.com>
6251
6252 * gdb.texinfo (Remote Debugging): Create a menu.
6253 (Top): Add ``Remote Debugging'' to menu.
6254
6f05cf9f
AC
62552002-01-21 Andrew Cagney <ac131313@redhat.com>
6256
6257 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
6258 serial protocol'' from here.
6259 (Remote Debugging): To here. New chapter.
6260
3fd3d7d2
AC
62612002-01-20 Andrew Cagney <ac131313@redhat.com>
6262
6263 * gdbint.texinfo (Target Architecture Definition): Delete
6264 description of TARGET_BYTE_ORDER_SELECTABLE_P.
6265
7fd60527
AC
62662002-01-20 Andrew Cagney <ac131313@redhat.com>
6267
6268 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
6269 are no longer needed.
6270 (Porting GDB): Add maintainer note about configure.host.
6271
c2f05ac9
AC
62722002-01-20 Andrew Cagney <ac131313@redhat.com>
6273
6274 * gdbint.texinfo (Target Architecture Definition): Remove
6275 definition of IEEE_FLOAT.
6276
f7dc1244 62772002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
6278
6279 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
6280 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
6281 <3diff@gnu.org>
231b2aad 6282
82600034
AC
62832002-01-19 Andrew Cagney <ac131313@redhat.com>
6284
6285 * gdbint.texinfo (Host Definition): Remove references to
6286 MALLOC_INCOMPATIBLE.
6287
7708fa01
AC
62882002-01-17 Andrew Cagney <ac131313@redhat.com>
6289
6290 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
6291 and xyz-xdep.o.
6292
eb12ee30
AC
62932002-01-17 Andrew Cagney <ac131313@redhat.com>
6294
889bf7c5 6295 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
6296 (Set Breaks): Copy ``maint info breakpoint'' doco to
6297 ``Maintenance Commands'' appendix. Add reference.
6298
c9ccaa92
AC
62992002-01-17 Andrew Cagney <ac131313@redhat.com>
6300
6301 * fdl.texi: Remove next/prev from @node.
6302
f7dc1244 63032002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
6304
6305 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
6306 for monstrous @multitable (from Brian Youmans).
6307
6308 * fdl.texi: New file.
6309
6310 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
6311
8973da3a
AC
63122002-01-15 Andrew Cagney <ac131313@redhat.com>
6313
6314 * gdbint.texinfo (Releasing GDB): New chapter.
6315
7d86b5d5
AC
63162002-01-14 Andrew Cagney <ac131313@redhat.com>
6317
6318 * gdb.texinfo (Embedded Processors, Calling program functions):
6319 Obsolete references to a29k.
6320
cc1cb004
AC
63212002-01-13 Andrew Cagney <ac131313@redhat.com>
6322
6323 * gdbint.texinfo (Coding): Review Cleanups section. Examples
6324 examples. Document that a code-block should do or discard its
6325 cleanups before exit.
6326
79f12247
MS
63272002-01-11 Michael Snyder <msnyder@redhat.com>
6328
6329 * gdb.texinfo (Choosing files): Change @samp to @file.
6330
19837790
MS
63312002-01-05 Michael Snyder <msnyder@redhat.com>
6332
6333 * gdb.texinfo (--pid): Document new command line option (attach).
6334
f7dc1244 63352002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
6336
6337 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
6338 in the stub.
6339
d7449b42
AC
63402002-01-04 Andrew Cagney <ac131313@redhat.com>
6341
6342 * gdbint.texinfo (Target Architecture Definition): Replace
6343 BIG_ENDIAN with BFD_ENDIAN_BIG.
6344
f23631e4
AC
63452002-01-03 Andrew Cagney <ac131313@redhat.com>
6346
6347 * gdbint.texinfo (Target Architecture Definition): Replace
6348 value_ptr with struct value pointer.
6349
72c9928d
EZ
63502002-01-02 Eli Zaretskii <eliz@gnu.org>
6351
6352 * gdb.texinfo (Free Software): Fix wording.
6353
959acfd1
EZ
63542001-12-31 Eli Zaretskii <eliz@gnu.org>
6355
6356 * gdb.texinfo (Free Software): New section ``Free Software Needs
6357 Free Documentation''.
6358
f7dc1244 63592001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
6360
6361 * stabs.texinfo:
6362 * gdb.texinfo:
6363 * gdbint.texinfo:
6364 * libgdb.texinfo:
6365 * annotate.texi: Fix the application of GFDL in the Copyright notice.
6366
6600abed
MS
63672001-12-29 Michael Snyder <msnyder@redhat.com>
6368
6369 * gdb.texinfo (maint info sections): Fix typo.
6370
f6680716
MS
63712001-12-26 Michael Snyder <msnyder@redhat.com>
6372
fe95c787
MS
6373 * gdb.texinfo (maint info sections): Document.
6374
a9331b3f 6375 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
6376 'info proc' sub-options that are currently not implemented.
6377
c3d3ce5b
JB
63782001-12-20 Jim Blandy <jimb@redhat.com>
6379
6380 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
6381
778eb05e
AC
63822001-12-15 Andrew Cagney <ac131313@redhat.com>
6383
6384 * gdbint.texinfo (Target Architecture Definition): Replace
6385 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
6386
2607059c
AC
63872001-12-01 Andrew Cagney <ac131313@redhat.com>
6388
6389 * gdbint.texinfo (Host Definition): Delete documentation on
6390 HOST_BYTE_ORDER.
6391
df0cd8c5
JB
63922001-11-30 Jim Blandy <jimb@redhat.com>
6393
6394 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 6395 overlay support. Add to top-level menu.
df0cd8c5 6396
88118b3a
TT
63972001-11-26 Tom Tromey <tromey@redhat.com>
6398
6399 * gdb.texinfo (Command Syntax): Document C-o binding.
6400
96565e91
CF
64012001-07-26 Christopher Faylor <cgf@redhat.com>
6402
6403 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
6404 use since it is described in the referenced section.
6405
f7dc1244 6406 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
6407 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
6408 clearer when using DJGPP.
6409
2a3d5645
CF
64102001-11-24 Christopher Faylor <cgf@redhat.com>
6411
6412 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
6413 specifically refer to MS-DOS.
6414 (command files): Mention gdb.ini is only used on MS-DOS.
6415
aa26fa3a
TT
64162001-11-21 Tom Tromey <tromey@redhat.com>
6417
6418 * gdb.texinfo (Invoking GDB): Document --args.
6419 (Mode Options): Likewise.
6420
4f8ada06
JB
64212001-11-21 Jim Blandy <jimb@redhat.com>
6422
6423 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
6424 Delete documentation; this macro has been removed from the
6425 sources.
4f8ada06 6426
3fe0dc10
JB
64272001-11-13 Jim Blandy <jimb@redhat.com>
6428
6429 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
6430
9e5abb06
CV
64312001-11-06 Corinna Vinschen <vinschen@redhat.com>
6432
6433 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
6434
1c5dfdad
MS
64352001-11-05 Michael Snyder <msnyder@redhat.com>
6436
a9331b3f 6437 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
6438 quote regexp chars in function names such as "operator*()".
6439
990f9fe3
FF
64402001-11-01 Fred Fish <fnf@redhat.com>
6441
6442 * gdbint.texinfo (SOLIB_ADD): Document additional new
6443 "readsyms" arg.
6444
b433d00b
DH
64452001-10-30 Don Howard <dhoward@redhat.com>
6446
070b1dd3
DH
6447 * gdb.texinfo: (Command Files) Added documentation for the
6448 behavior of gdb with input redirected from a file.
b433d00b 6449
b7209cb4
FF
64502001-10-28 Fred Fish <fnf@redhat.com>
6451
6452 * gdb.texinfo (auto-solib-add): Change docs to match
6453 implementation change.
6454 (auto-solib-limit): Add docs for new variable.
6455
1aa20aa8
AC
64562001-10-15 Andrew Cagney <ac131313@redhat.com>
6457
6458 * gdbint.texinfo (Target Architecture Definition): Function
6459 value_as_pointer renamed to value_as_address.
6460
fc0c74b1
AC
64612001-10-15 Andrew Cagney <ac131313@redhat.com>
6462
6463 * gdbint.texinfo (Target Architecture Definition): Default
6464 POINTER_TO_ADDRESS functions assume unsigned addresses.
6465 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
6466 posting by Jim Blandy.
6467
f4846649
JB
64682001-10-12 Jim Blandy <jimb@redhat.com>
6469
6470 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
6471 version of texi2html (1.64) doesn't support this flag any more.
6472
f277788b
MK
64732001-09-08 Mark Kettenis <kettenis@gnu.org>
6474
a9dc4918
MK
6475 * gdbint.texinfo (Host Definition): Remove description of
6476 MEM_FNS_DECLARED.
6477
d28379df
MK
6478 * gdbint.texinfo (Host Definition): Remove description of R_OK.
6479
f277788b
MK
6480 * gdbint.texinfo (Host Definition): Remove description of
6481 HAVE_SIGSETMASK.
6482
7ccaa899
EZ
64832001-09-04 Elena Zannoni <ezannoni@redhat.com>
6484
6485 * gdbint.texinfo (Target Architecture Definition): Add
6486 explanation of TARGET_PRINT_INSN macro.
6487
17d9d558
JB
64882001-08-30 Jim Blandy <jimb@redhat.com>
6489
6490 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
6491 Explain what it means to load relocatable files.
6492
72cde065
JB
64932001-08-28 Jim Blandy <jimb@redhat.com>
6494
6495 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
6496 info `top' menu.
6497
9e678452
CF
6498Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
6499
6500 * gdbint.texinfo: Add a cautionary note about macro use.
6501
a2bea4c3 65022001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 6503
a2bea4c3
CV
6504 * gdb.texinfo: Explain omitting the hostname in the
6505 `target remote' command.
6506
1129bf27
DJ
65072001-07-30 Daniel Jacobowitz <drow@mvista.com>
6508
6509 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
6510 and END-INFO-DIR-ENTRY.
6511
732b3002
SC
65122001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6513
6514 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
6515
89437448
AC
65162001-07-25 Andrew Cagney <ac131313@redhat.com>
6517
6518 * gdbint.texinfo (libgdb): Rewrite.
6519
f7dc1244 65202001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
6521
6522 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
6523
c4555f82
SC
65242001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6525
6526 * gdb.texinfo (TUI): New chapter, document the TUI.
6527 (Mode Options): Document the -tui option.
6528
2f45a6e0
MK
65292001-07-23 Mark Kettenis <kettenis@gnu.org>
6530
6531 * gdbint.texinfo (Host Definition): Remove description of
6532 NEED_POSIX_SETPGID.
6533
f7dc1244 65342001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
6535
6536 * gdb.tex (DJGPP Native): New node, with descriptions of
6537 DJGPP-specific commands.
6538
be9c6c35
JM
65392001-07-19 John R. Moore <jmoore@redhat.com>
6540
6541 * gdbint.texinfo: Three misspellings.
6542
dfa249fb
AC
65432001-07-06 Andrew Cagney <ac131313@redhat.com>
6544
6545 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
6546 `test` expressions on bash. Problem reported by Colin Walters.
6547
c72e7388
AC
65482001-07-04 Andrew Cagney <ac131313@redhat.com>
6549
6550 * gdbint.texinfo (User Interface): Update ui-out documentation to
6551 refelect recent UI/MI updates.
6552
94bbb2c0
AC
65532001-07-04 Andrew Cagney <ac131313@redhat.com>
6554
6555 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
6556 interpreters.
6557
af6c57ea
AC
65582001-06-15 Andrew Cagney <ac131313@redhat.com>
6559
6560 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
6561 structure and not macros.
6562 (Host Definition): Document that much of this chapter is obsolete.
6563 (Target Architecture Definition): Update list of files that make
6564 up a target architecture.
6565 (Coding): Update.
6566
83aa8bc6
AC
65672001-06-28 Andrew Cagney <ac131313@redhat.com>
6568
6569 * gdbint.texinfo (Target Architecture Definition): Update
6570 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
6571 The latter has been changed to a true predicate.
6572
f7dc1244 65732001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
6574
6575 * annotate.texi: Add @noindent where needed. From Dmitry
6576 Sivachenko <dima@Chg.RU>.
6577 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
6578
656db9b0
AC
65792001-06-16 Andrew Cagney <ac131313@redhat.com>
6580
6581 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
6582
df2396a1
AC
65832001-06-14 Andrew Cagney <ac131313@redhat.com>
6584
6585 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
6586 returns ``OK''. Document that the ``R'' packet does not reply.
6587
0f1f2b0a
MS
65882001-06-13 Michael Snyder <msnyder@redhat.com>
6589
6590 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
6591
f7dc1244 65922001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
6593
6594 * gdb.texinfo (Signals): Clarify the default setting of signal
6595 handling.
6596
a5d7c491
AC
65972001-05-14 Andrew Cagney <ac131313@redhat.com>
6598
6599 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
6600 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
6601
05a54c4f
AC
66022001-05-12 Andrew Cagney <ac131313@redhat.com>
6603
6604 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
6605
f7dc1244 66062001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
6607
6608 * gdbint.texinfo (Clean Design and Portable Implementation):
6609 Renamed from "Clean Design".
6610 (Clean Design and Portable Implementation): Document portable
6611 methods of handling file names, and the associated macros.
6612
f7dc1244 66132001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
6614
6615 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
6616 command and provide a cross-reference to its description.
6617 (Symbols): Note that "info scope" is useful for trace experiments.
6618
f7dc1244 66192001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 6620
b37052ae
EZ
6621 * gdb.texinfo (Symbols): Document "info scope".
6622 (Tracepoints): New chapter.
6623 (Contributors): Update for v5.1.
6624 <All nodes>: Change "C++" to "C@t{++}".
6625
0ee54786
EZ
6626 * gdbint.texinfo (User Interface): A new section about ui_out
6627 functions, based on text written by Fernando Nasser.
6628
c534679c
EZ
6629 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
6630
f7dc1244 66312001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 6632
e9c75b65
EZ
6633 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
6634
6635 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
6636
6637 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
6638 Replace "GDB" with "@value{GDBN}". Fix markup.
6639
6640 * annotate.texi: Change Permissions to GFDL. Update Copyright.
6641
3d67e040
EZ
6642 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
6643 a cross-reference to its description.
6644 (Symbols): Document "info symbol".
6645
f7dc1244 66462001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
6647
6648 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
6649 subsection "x86 Watchpoints".
6650 (Target Architecture Definition): Document the macros
6651 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
6652 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
6653
b0ed3589
AC
66542001-03-20 Andrew Cagney <ac131313@redhat.com>
6655
6656 * gdbint.texinfo (Target Architecture Definition): Update
6657 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
6658 list.
6659
b6ba6518
KB
66602001-03-06 Kevin Buettner <kevinb@redhat.com>
6661
6662 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
6663 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
6664
f7dc1244 66652001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
6666
6667 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
6668
f7dc1244 66692001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 6670
17cc6a06
EZ
6671 * gdb.texinfo (Environment): Document that `path' does not change
6672 the value of PATH in GDB's own environment (it did in the past,
6673 but that was changed on March 15, 1994). Reported by Doug Evans
6674 <dje@transmeta.com>.
6675
56caf160
EZ
6676 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
6677 its line. Fix markup of commands and macros. Add an Index node
6678 and index entries.
6679
29e57380
C
66802001-01-23 J.T. Conklin <jtc@redback.com>
6681
6682 * gdb.texinfo (Memory region attributes): New manual section.
6683
1c6147de
ND
66842001-01-04 Nicholas Duffek <nsd@redhat.com>
6685
6686 * gdbint.texinfo (POP_FRAME): Document use by return_command.
6687
f7dc1244 66882000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
6689
6690 * refcard.tex: Version and copyright fixed. From Phil Edwards
6691 <pedwards@disaster.jaj.com>.
6692
0dcedd82
AC
6693Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
6694
6695 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 6696 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 6697
3b851bce
AC
6698Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
6699
6700 * gdbint.texinfo (Coding): Update current value of
889bf7c5 6701 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 6702
f7dc1244 67032000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
6704
6705 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
6706 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
6707
b90a5f51
CF
67082000-11-10 Christopher Faylor <cgf@cygnus.com>
6709
6710 * gdb.texinfo: Document new 'set step-mode' command.
6711
f7dc1244 67122000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
6713
6714 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
6715 changes from Dmitry Sivachenko <dima@Chg.RU>.
6716
f7dc1244 67172000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
6718
6719 * gdb.texinfo (Hooks): Document the new post-hook functionality.
6720 From Steven Johnson <sbjohnson@ozemail.com.au>.
6721
2e685b93
MK
67222000-08-10 Mark Kettenis <kettenis@gnu.org>
6723
6724 * gdbint.texinfo (Overall Structure): Spelling fix.
6725
f7dc1244 67262000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
6727
6728 * gdbint.texinfo (Target Architecture Definition): Document that
6729 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
6730 for which REGISTER_CONVERTIBLE returns a zero value.
6731
63ac3005
EZ
67322000-07-08 Christopher Faylor <cgf@cygnus.com>
6733
6734 * Makefile.in (install-info): Find files to install in either the
6735 build or source directories (adapted from Makefile.am).
6736
bd79f757
ND
67372000-07-07 Nicholas Duffek <nsd@redhat.com>
6738
6739 * stabs.texinfo: Fix spelling errors.
6740 (String Field): FILE-NUMBER starts from 0, not 1.
6741
f7dc1244 67422000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
6743
6744 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 6745 Brian Youmans.
5f208f6d 6746
f7dc1244 67472000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
6748
6749 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
6750 the source directory. Reported by Mark Harig
6751 <markh@frazier.landmark.com>.
cc542d3b 6752
f3b28801
C
67532000-06-20 J.T. Conklin <jtc@redback.com>
6754
6755 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
6756
449f3b6c
AC
6757Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
6758
6759 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 6760 Generate using pdftex.
449f3b6c 6761 (PDFTEX): Define.
889bf7c5 6762 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 6763 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 6764 @contents at the start.
449f3b6c 6765
f7dc1244 67662000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
6767
6768 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 6769 Youmans.
48e934c6 6770
9e9c5ae7
AC
6771Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
6772
6773 From Brian Youmans:
6774 * gdb.texinfo: Fix ``et al.''.
6775
c741b251
AC
6776Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
6777
6778 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 6779 loop.
c741b251 6780
4ab64e14
JG
67812000-05-19 Jimmy Guo <guo@cup.hp.com>
6782
6783 * configure: Regenerate.
6784
f7dc1244 67852000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
6786
6787 * Makefile.in (install-info): Run install-info on installed Info
6788 files.
6789
8c70017b
AC
6790Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6791
a7cb598a 6792 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 6793 Andrew Cagney.
8c70017b 6794
f7dc1244 67952000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
6796
6797 * gdb.texinfo: Proofreading changes from Brian Youmans.
6798
bf0184be
ND
67992000-05-01 Nick Duffek <nsd@cygnus.com>
6800
6801 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
6802 startup sequence, minor edits.
6803
f7dc1244 68042000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
6805
6806 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
6807 TeX.
6808
6809 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
6810 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
6811 like `n' and `s' which look weird. Convert some of the @kindex to
6812 @vindex, when they refer to variables, not commands.
6813
33e16fad
AC
6814Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6815
6816 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
6817
f7dc1244 68182000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
6819
6820 * Makefile.in (GDBMI_DIR): New variable.
6821 (SET_TEXINPUTS): Add $(GDBMI_DIR).
6822 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
6823 (gdbmi.texinfo): New target, for texi2roff.
6824 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
6825 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
6826
6827 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
6828 gdbmi.texinfo.
6829 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
6830 comment.
6831
d167840f
EZ
68322000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6833
6834 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 6835 command.
d167840f 6836
f7dc1244 68372000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
6838
6839 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
6840 prevents the build (and is generally a Bad Idea).
6841
f7dc1244 68422000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
6843
6844 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
6845 a comma inside @var.
6846 (Command Files): Index markup changes from Dmitry Sivachenko
6847 <dima@Chg.RU>.
6848
f7dc1244 68492000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
6850
6851 * Makefile.in (LN_S): Define.
6852 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
6853 invoke "ln -s" unless it is known to work.
6854
6855 * configure.in (AC_PROG_LN_S): Add.
6856
8dc7983f
JB
68572000-04-14 Jim Blandy <jimb@redhat.com>
6858
6859 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
6860 section.
6861 (Target Conditionals): Document ADDRESS_TO_POINTER,
6862 POINTER_TO_ADDRESS.
6863
1a8237e8
DB
68642000-04-11 Daniel Berlin <dan@cgsoftware.com>
6865
6866 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
6867 gdb-cfg.texi to get the value.
6868
ca526f1a
JB
68692000-04-10 Jim Blandy <jimb@redhat.com>
6870
6871 * gdbint.texinfo (Target Architecture Definition): Fix
6872 cross-references.
6873
faaafcb4
JB
68742000-04-08 Jim Blandy <jimb@redhat.com>
6875
6876 * gdbint.texinfo (Using Different Register and Memory Data
6877 Representations): New section.
6878 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
6879 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
6880 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 6881
1b27397f
AC
6882Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
6883
6884 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 6885 for acknowledgments.
1b27397f 6886
480ff1fb
AC
6887Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
6888
6889 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 6890 qThreadExtraInfo.
480ff1fb 6891
a9331b3f 68922000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 6893
a9331b3f
RM
6894 * gdb.texinfo: Clarify which remote debug protocol commands are
6895 required and which are optional.
f1251bdd 6896
dbeb8dbd
AC
6897Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
6898
6899 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
6900 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
6901 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
6902 * annotate.texi: Update.
6903
6d2ebf8b
SS
69042000-03-28 Stan Shebs <shebs@apple.com>
6905
6906 * gdb.texinfo: Update dates, bump to Eighth Edition (note
6907 expectation of additional changes before release), update
6908 ISBN, add copy of top-level menu for @ifhtml, remove explicit
6909 node links, rephrase and/or shorten lines to fix formatting
6910 problem in both regular and @smallbook formats.
6911 * annotate.texi: Shorten lines in example, use smallexample
6912 consistently everywhere.
6913 * Makefile.in: Add comment about texinfo 4.0 html generation.
6914 (SFILES_INCLUDED): Add annotate.texi.
6915
5d161b24
DB
69162000-03-27 Daniel Berlin <dan@cgsoftware.com>
6917
5ae4183a
AS
6918 * gdb.texinfo (Debugging Output): Added new section, documenting
6919 the "set/show debug" commands.
5d161b24 6920
b9deaee7
AC
6921Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
6922
6923 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 6924 entry.
b9deaee7
AC
6925
6926 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
6927 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 6928 @chapter and @node entries.
a9331b3f 6929
b9deaee7 6930 * gdb.texinfo: Link all top-level nodes.
a9331b3f 6931
9ef47d30
AC
6932Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
6933
6934 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 6935 files.
9ef47d30 6936
cfeada60
FN
69372000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
6938
6939 From David Whedon <dwhedon@gordian.com>
5ae4183a 6940 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 6941
6837a0a2
DB
69422000-03-22 Daniel Berlin <dan@cgsoftware.com>
6943
6944 * gdb.texinfo: Add documentation for the apropos command.
6945
bba2971c
MS
69462000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6947
6948 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
6949
2b628194
MS
69502000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6951
a9331b3f 6952 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
6953 two places.
6954
96a2c332
SS
69552000-03-17 Stan Shebs <shebs@apple.com>
6956
6957 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
6958 <dima@Chg.RU>, also clarification of allowed content for
6959 string constants.
6960
f7dc1244 69612000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
6962
6963 * gdb.texinfo (main menu): Add Annotations.
6964 (File Options): Add @cindex entries for each command-line option.
6965 Document --epoch, --annotate, --async, --interpreter, --write,
6966 --statistics, and --version.
6967
6968 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
6969 of GDB.
6970
9d233477
JB
69712000-02-23 Jim Blandy <jimb@redhat.com>
6972
6973 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
6974
14e0eb3b
JB
69752000-02-22 Jim Blandy <jimb@redhat.com>
6976
6977 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
6978
3555de01
JM
69792000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
6980
6981 * Makefile.in (diststuff): New target.
6982
5e35df8e
KB
69832000-02-15 Kevin Buettner <kevinb@redhat.com>
6984
6985 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 6986 architecture. [From Jim Wilson.]
5e35df8e 6987
c5394b80
JM
69882000-01-16 Tom Tromey <tromey@cygnus.com>
6989
6990 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
6991 (Delete Breaks): Mention range arguments.
6992 (Disabling): Likewise.
6993
c3f6f71d
JM
69942000-01-05 Dmitry Sivachenko <dima@Chg.RU>
6995
6996 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
6997
c4093a6a
JM
6998Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
6999
7000 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 7001 valid functions.
c4093a6a 7002
11cf8741
JM
70031999-11-05 Stan Shebs <shebs@andros.cygnus.com>
7004
7005 * gdb.texinfo: Clarify regular expressions used in rbreak.
7006
917317f4
JM
70071999-10-15 Kevin Buettner <kevinb@cygnus.com>
7008
7009 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
7010 MEMORY_REMOVE_BREAKPOINT): Document.
7011
7012Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
7013
7014 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 7015 offset re-using the DATA offset instead.
917317f4 7016
2df3850c
JM
70171999-10-11 Jim Kingdon <kingdon@redhat.com>
7018
7019 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
7020
70211999-10-05 Stan Shebs <shebs@andros.cygnus.com>
7022
7023 From Dmitry Sivachenko <demon@gpad.ac.ru>:
7024 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
7025 typos.
7026
7027 * gdb.texinfo: Various minor wording and formatting improvements,
7028 mentions of additional command-line options.
7029
2acceee2
JM
70301999-09-30 Fred Fish <fnf@cygnus.com>
7031
7032 * gdb.texinfo: Document additional forms of specifying section
7033 names and addresses for the add-symbol-file command.
7034
c2c6d25f
JM
70351999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
7036
7037 * gdbint.texinfo: Fix typo, add the word "have".
7038
70391999-09-14 Jim Blandy <jimb@cris.red-bean.com>
7040
7041 * gdbint.texinfo (Target Architecture Definition): Document the
7042 SKIP_PERMANENT_BREAKPOINT macro.
7043
d4f3574e
SS
70441999-09-07 Stan Shebs <shebs@andros.cygnus.com>
7045
7046 * gdb.texinfo: Fiks speling errers.
7047
7048 * gdb.texinfo: Fix uses of @multitable.
7049
f7dc1244 7050 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 7051 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 7052 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
7053 comments about using with optimization, add more indexing,
7054 fix info about disassembly-flavor.
7055
7056Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
7057
7058 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
7059 SKIP_SOLIB_RESOLVER): Define.
7060
7061Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
7062
7063 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 7064 ``g'' packets.
d4f3574e 7065
104c1213
JM
70661999-08-30 Stan Shebs <shebs@andros.cygnus.com>
7067
7068 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
7069 platform-specific info, inline remote.texi and move sections of it
7070 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
7071 and register stack into the new chapter.
7072 * remote.texi: Remove, now part of gdb.texinfo.
7073 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
7074
70751999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
7076
7077 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
7078 GDB_TARGET_IS_MACH386): These kludges have gone away.
7079
7080Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
7081
7082 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 7083 TDEPLIBS.
104c1213 7084
53a5351d
JM
70851999-08-20 Stan Shebs <shebs@andros.cygnus.com>
7086
7087 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
7088 surrounding text to fit HP-UX bits into general info.
7089 (HPPA-cfg.texi): Remove, no longer useful.
7090
7091 * gdb.texinfo: Remove explicit links from @node lines, remove
7092 HP-added "Detailed Node Listing" from main menu which confuses
7093 things.
7094
7095 From Dmitry Sivachenko <dima@Chg.RU>:
7096 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 7097 in description of `set environment'.
53a5351d
JM
7098
70991999-08-17 Stan Shebs <shebs@andros.cygnus.com>
7100
7101 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
7102
7be570e7
JM
71031999-08-12 Ben Elliston <bje@cygnus.com>
7104
7105 * gdbint.texinfo (Breakpoint Handling): Add missing words.
7106
f7dc1244 71071999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
7108
7109 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
7110 watch, awatch, and rwatch. Explain why the latter two cannot be
7111 set as software watchpoints. Document that watchpoints for local
7112 variables are deleted when the debuggee terminates.
7be570e7
JM
7113
7114Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
7115
7116 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
7117 packet. Allow E.. response packet. "qRcmd" packet is no longer
7118 reserved.
7be570e7
JM
7119
71201999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7121
a9331b3f
RM
7122 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
7123 * gdb.texinfo: Ditto.
7be570e7 7124
96baa820
JM
71251999-08-06 Tom Tromey <tromey@cygnus.com>
7126
7127 * gdb.texinfo (KOD): New node.
7128
7129Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
7130
7131 * remote.texi (Rcmd): Fix minor formatting typos.
7132
7133Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
7134
7135 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 7136 packets.
96baa820 7137
adf40b2e
JM
71381999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
7139
7140 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
7141 fixes.
7142
43ff13b4
JM
7143Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
7144
7145 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
7146
085dd6e6
JM
7147Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
7148
7149 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
7150 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
7151 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
7152 packets that are not supported on all hosts. Expand examples.
7153 Spell check.
085dd6e6
JM
7154
71551999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
7156
7157 * Makefile.in: Recognize html, install-html. Add targets
7158 to build HTML versions of documentation via texi2html.
7159
7160Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
7161
7162 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 7163 testsuite.
085dd6e6
JM
7164
7165Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
7166
7167 * remote.texi (Communication Protocol): Rewrite.
7168
7169Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
7170
7171 * stabs.texinfo: Fix uses of xref.
7172
9e0b60a8
JM
7173Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
7174
7175 * gdbint.texinfo: Add an anti-printf exhortation, and update the
7176 info about patch submission.
7177
cce74817
JM
7178Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
7179
7180 From Per Bothner <bothner@cygnus.com>:
7181 * gdb.texinfo: Document Chill support.
7182
7183Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
7184
7185 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
7186 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
7187 Document that the value should be greater-than or equal-to zero.
7188 (NO_STD_REGS): Document. Deprecate.
cce74817 7189
ac9a91a7
JM
7190Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7191
7192 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 7193 Document that these are not used.
ac9a91a7
JM
7194
7195Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7196
7197 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
7198
392a587b
JM
7199Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
7200
7201 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 7202 numargs was dropped.
392a587b
JM
7203
7204Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
7205
7206 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
7207
b83266a0
SS
7208Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
7209
7210 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 7211 Update.
b83266a0 7212
7a292a7a
SS
7213Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
7214
7215 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
7216 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
7217
7218Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
7219
7220 * gdbint.texinfo: Fix typos: $ -> @.
7221
7222Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
7223
7224 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
7225 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
7226 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
7227 BREAKPOINT_FROM_PC.
a9331b3f 7228
7a292a7a
SS
7229Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
7230
7231 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 7232 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
7233
7234Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7235
7236 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 7237 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
7238
72391999-04-02 Stan Shebs <shebs@andros.cygnus.com>
7240
7241 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
7242 longer exists.
7243
7244Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
7245
7246 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
7247 nearly all @ifset/@ifclear conditionals; nobody uses them, and
7248 they make the manual source incomprehensible.
7a292a7a
SS
7249 * h8-cfg.texi: Remove, hasn't been used in years.
7250
c906108c
SS
7251Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
7252
7253 * gdb.texinfo: Update the credits.
7254
7255Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
7256
7257 * gdb.texinfo: Fix mistakes noticed in printout of last
7258 draft, add Alpha to discussion of heuristic fence post.
7259
7260Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
7261
7262 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
7263 Edition, merge some HP changes into mainline, describe some
7264 previously undocumented features, describe more of the target
7265 commands available, eliminate obsolete section on renamed
7266 commands.
c906108c
SS
7267 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
7268
7269Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
7270
7271 * gdb.texinfo: Make many HPPA conditionals unconditional,
7272 including catchpoint description, since now on for all configs.
7273 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
7274 specializations.
7275
7276Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
7277
7278 * Makefile.in (GDBvn.texi): Fix match expression to work with
7279 current format of VERSION in gdb/Makefile.in.
7280 * gdb.texinfo: Fix node ref to match new readline.
7281
7282Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
7283
a9331b3f
RM
7284 * gdb.texinfo: Changes made as part of a project to merge in
7285 changes made by HP. Documentation makes extensive use of
c906108c
SS
7286 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
7287 on remote debugging. There are differences in documentation
889bf7c5 7288 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
7289 the HP manual discusses catchpoints, hardware watchpoints, and
7290 some HPUX specific limitations for shared library support.
a9331b3f 7291
c906108c
SS
7292 There are also a number of @node changes.
7293
72941999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
7295
7296 * gdbint.texinfo (Formatting): Disambiguate a sentence.
7297 (C Usage): Same.
7298
7299Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
7300
7301 The following changes were made by Edith Epstein
889bf7c5
PA
7302 <eepstein@cygnus.com> as part of a project to merge in changes
7303 made by HP.
a9331b3f 7304
c906108c
SS
7305 * HPPA-cfg.texi: new file.
7306
7307 * all-cfg.texi: set HPPA for HP PA-RISC targets.
7308
7309 * refcard.tex: change documentation about catch.
7310 removed info catch.
7311
7312Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
7313
7314 * gdbint.texinfo: Expand on GDB's coding standards,
7315 specify the use of arg names with prototypes.
7316
73171998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
7318
7319 * gdb.texinfo: Fix tipo.
7320
7321Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
7322
7323 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 7324 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
7325
7326Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
7327
7328 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
7329
73301998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
7331
7332 * agentexpr.texi: New file.
7333
7334Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
7335
7336 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
7337
73381998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
7339
7340 * remote.texi: Changed wording that implied that the GDB remote
7341 protocol caches register values instead of GDB itself.
7342
7343Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
7344
7345 * gdbint.texinfo: Add some info about symbol readers.
7346 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
7347 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
7348 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
7349 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
7350
7351Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
7352
a9331b3f 7353 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
7354
7355Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
7356
7357 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
7358
7359Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
7360
7361 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 7362 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
7363
7364Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
7365
7366 * gdbint.texinfo: Fix minor typos.
7367
7368Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
7369
7370 * gdbint.texinfo: Complete overhaul. Group descriptions more
7371 logically, add more info on generic algorithms, remove much
7372 obsolete and/or wrong material.
7373
7374Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
7375
7376 * stabs.texinfo (Method Type Descriptor): Expand and correct.
7377
7378Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
7379
7380 * refcard.tex: Copyright, address updates.
7381
7382Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
7383
7384 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
7385 for the edition instead of confusing GDB-version-like numbers.
7386
7387Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
7388
7389 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
7390
7391Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
7392
5ae4183a 7393 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
7394
7395Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
7396
7397 * gdb.texinfo: Add some credits, mention bug monitor.
7398 * remote.texi: Mention mips monitor targets.
7399 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 7400
c906108c
SS
7401Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
7402
7403 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
7404 files, finish sorting of host vs target vs native macros, describe
7405 some more of them.
c906108c
SS
7406
7407Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
7408
7409 * gdbint.texinfo (Host Conditionals): Document change from
7410 using NO_MMALLOC to it's inverse, USE_MMALLOC.
7411
7412Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
7413
7414 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 7415 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
7416
7417Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
7418
7419 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
7420 Document LSEEK_NOT_LINEAR.
7421
7422Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
7423
7424 * stabs.texinfo (Stab Section Basics): Make it clear that only
7425 some versions of the GNU linker remove the leading N_UNDF symbol.
7426
7427Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
7428
7429 * stabs.texinfo (String Field): Document type number pairs here,
7430 instead of in the Sun specific section.
7431 (Include Files): The GNU linker supports the N_BINCL
7432 optimization. Clarify the N_BINCL value, and what it is used
7433 for.
7434 (Procedures): Document N_FUN with an empty string to mark the end
7435 of a function.
7436 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
7437 (Sun Differences): Remove this node, as the information is now
7438 elsewhere in the main document.
7439 (Stab Section Basics): Mention that the GNU linker may optimize
7440 stabs and remove the leading N_UNDF symbol.
7441
7442Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
7443
7444 * gdb.texinfo, refcard.tex: Restore author credit
7445
7446Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
7447
7448 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
7449 documentation to account for START and END macros taking
7450 one arg.
7451
7452Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
7453
7454 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
7455 * gdb.texinfo (Frames): Fix typo.
7456
7457Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
7458
7459 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
7460 a target_signal as arg type, not a pid.
7461
7462Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
7463
7464 * gdb.texinfo: Document `set assembly-language'.
7465
7466Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
7467
7468 * remote.texi: Update list of stubs in the GDB distribution.
7469
7470Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
7471
7472 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
7473 Also document that some systems can use mmalloc but must define
7474 this if their C runtime allocates memory that is later freed.
c906108c 7475 (MMCHECK_FORCE): Document new macro.
a9331b3f 7476
c906108c
SS
7477Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
7478
7479 * remote.texi: Add documentation for target Sparclet.
7480
7481Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7482
a9331b3f 7483 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
7484 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
7485 * configure.in: Rewritten for autoconf.
7486 * configure: New.
7487
7488Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
7489
7490 * Makefile.in (DVIPS): New define, set to dvips.
7491 (dvi): Add stabs.dvi.
7492 (ps): New target.
7493 (all-doc): Depend on info, dvi, and ps targets.
7494 (STAGESTUFF): Add *.ps and *.dvi files.
7495 (clean-info, clean-dvi): Remove.
7496 (mostlyclean): Does not depend upon clean-info or clean-dvi,
7497 rules completely rewritten.
7498 (maintainer-clean): Remove clean-info and clean-dvi
7499 dependencies and put their actions in the rules.
7500 (gdb.ps): New target
a9331b3f 7501 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
7502 intermediate TeX files, whether they have 2 or 3 character
7503 extensions.
7504 (gdbint.ps): Add target and rules.
7505 (gdb-internals): Delete unused target.
7506 (Makefile): Depends upon config.status also.
7507
7508Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
7509
7510 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
7511 set.
7512
7513Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
7514
7515 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7516 * gdb.texinfo (Expressions): Fix erroneous array constant example.
7517
7518Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
7519
7520 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
7521
7522Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7523
7524 * gdb.texinfo (Print settings): Document
7525 `set/show print static-members' commands.
7526
7527Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
7528
7529 * gdbint.texinfo (Native): Document name change, coredep.c to
7530 core-aout.c.
7531
7532Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
7533
7534 * stabs.texinfo (Include Files): Document the values the SunOS4
7535 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
7536
7537Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
7538
7539 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
7540 Fix typo.
7541
7542Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
7543
7544 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
7545 "gdb.tar.Z".
7546
7547Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
7548
7549 * Makefile.in (maintainer-clean): New target, synonym for
7550 realclean.
7551
7552Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
7553
7554 * Update all FSF addresses except those in COPYING* files.
7555
7556Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7557
7558 From Richard Earnshaw (rearnsha@armltd.co.uk):
7559 * gdb.texinfo (convenience variables): Document $_exitcode.
7560 (quit): Document optional expression to use as exit code.
7561
7562Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
7563
7564 * gdb.texinfo, remote.texi: Brought up to date with various
7565 GDB changes.
7566
7567Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
7568
7569 * gdb.texinfo: Update dates and versions, fix comments about
7570 hardware watchpoints in future releases and about the
7571 sharedlibrary command.
7572
7573Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7574
7575 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
7576 C_FUN stab. Other cleanups.
7577
7578Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7579
7580 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
7581 for the sparc stub.
7582
7583Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7584
7585 * annotate.texi: Clarify which addresses have differing formats
7586 depending on the language and which do not.
7587
7588Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7589
7590 * remote.texi (NetWare): Changed example to use BOARD= instead of
7591 NODE= argument to reflect correspoding change to gdbserve.nlm.
7592
7593Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7594
7595 * stabs.texinfo (Negative Type Numbers): Mention the fact that
7596 GDB, as well as AIX dbx, supports the size type attribute.
7597
7598Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7599
7600 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
7601
7602Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
7603
7604 * gdb.texinfo (Define): Document $arg0... arguments to commands,
7605 and new 'if' and 'while' commands.
7606
7607Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
7608
7609 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
7610
7611Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7612
7613 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
7614 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
7615 NetWare targets. Mostly stolen from the Server node.
7616
7617Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7618
7619 * gdb.texinfo (Setting): Talk about the language of a source file
7620 versus the working language. The old documentation did not match
7621 what GDB did.
7622
7623Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7624
7625 * stabs.texinfo (Source Files): Document N_SO used to mark the end
7626 of a source file.
7627
7628Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7629
7630 * gdb.texinfo (Processes): New node.
7631
7632Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
7633
7634 * remote.texi: Update documentation of set/show mipsfpu.
7635
3fc11d3e
JM
7636Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
7637
7638 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
7639 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
7640
7641Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
7642
7643 * gdbint.texinfo: Removed mentions of some incorrectly placed and
7644 obsolete conditionals, described some others.
7645
7646Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7647
7648 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
7649 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
7650
7651Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
7652
7653 * gdbint.texinfo: Put regex conditionals in their own table.
7654
7655Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7656
7657 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
7658 described or fixed the descriptions of many others.
7659
7660Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
7661
7662 * gdb.texinfo: Add some more credits.
7663 * gdbint.texinfo: Capitalize GDB consistently, describe some
7664 macros and remove some.
7665
7666Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
7667
7668 * gdbint.texinfo: Removed mentions of many incorrectly placed and
7669 obsolete conditionals, described some others.
7670
7671Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7672
7673 * gdb.texinfo (help targets): Changed to `help target', which
7674 is the correct gdb command.
7675
7676Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7677
7678 * annotate.texi (TODO): New node, for keeping track of annotations
7679 suggested but not yet implemented.
7680
7681Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7682
7683 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
7684 another symbol, it is not the address itself.
7685
7686Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
7687
7688 * stabs.texinfo (Stab Section Basics): Add comment about alignment
7689 of stabs-in-coff sections.
7690
7691Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7692
7693 * annotate.texi: Change edition to 0.5 and date to May 1994.
7694 Add index.
7695 (Frames): New node, for frame annotation.
7696 (Displays): New node, for display annotation.
7697
7698 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
7699 when waiting for your program to stop.
7700
7701Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7702
7703 * annotate.texi (Breakpoint Info): Document annotation of header
7704 fields and record annotation.
7705
7706Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7707
7708 * annotate.texi: New file, to document annotations.
7709
7710Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7711
7712 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
7713 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
7714
7715Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7716
7717 * stabs.texinfo (Stab Section Basics): Say what is in .stab
7718 section, and say n_strx field is compilation unit relative.
7719 * stabs.texinfo: Don't use @code for a.out when it is the name of
7720 an object file format.
7721
7722Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7723
7724 * gdb.texinfo: Refer to file names, not path names, per rms
7725 convention.
7726 (Arguments): Fix typo.
7727
7728Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7729
7730 * stabs.texinfo (Global Variables): Talk about stabs in files
7731 where variables are referenced, but not defined.
7732
7733Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7734
7735 * stabs.texinfo: Move stuff on @ and # type descriptors from node
7736 Cplusplus to new nodes Member Type Descriptor and Method Type
7737 Descriptor. Re-write stuff for #.
7738
7739Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7740
7741 * gdb.texinfo (Print Settings): Don't document "set print
7742 fast-symbolic-addr off". The bug which it worked around was fixed
7743 on 25 Feb 94 in coffread.c, so I'm nuking the command.
7744
7745 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
7746 N_ENTRY node.
7747
7748 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
7749
7750Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7751
7752 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
7753 references to ieee-float.c.
7754
7755Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7756
7757 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
7758 match what the code actually does.
7759
7760Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7761
7762 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
7763
7764Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7765
7766 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
7767 i, and b.
7768
7769Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
7770
7771 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
7772 well as for ELF and SOM. Unify the descriptions of ELF and SOM
7773 as "stabs in sections" rather than just saying "ELF and SOM".
7774 Also make that stuff apply to COFF.
7775
7776Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7777
7778 * gdb.texinfo (Formatting Documentation): Change GhostScript to
7779 Ghostscript.
7780
7781Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7782
7783 * gdb.texinfo (Continuing and Stepping): When talking about "step"
7784 versus functions without line numbers, also mention stepping into
7785 them as well as "step" when you are in them. Tell the user how to
7786 deal with the situation. Add comment about "debugging information".
7787
7788Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7789
7790 * stabs.texinfo (Enumerations): Document restriction on where
7791 enumeration types can appear and still win with GDB.
7792
7793Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7794
7795 * stabs.texinfo (Negative Type Numbers): Document format for type
7796 -16.
7797
7798Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7799
7800 * gdb.texinfo (Selection, Frame Info): Update information about
7801 arbitrary frame specficiations.
7802
7803Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
7804
7805 * gdb.texinfo, remote.texi: general editing pass prior to Net release
7806
7807Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7808
7809 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
7810
7811Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
7812
7813 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
7814
7815Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7816
7817 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
7818 Differences node to Statics node.
7819 (Statics): Discuss XCOFF use of V symbol descriptor.
7820
7821 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
7822 not clean.
7823
7824Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
7825
7826 * gdb.texinfo (Print Settings): Document `set print
7827 fast-symbolic-addr' and improve the doc for some other
7828 `set print's.
7829
7830Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7831
7832 * stabs.texinfo (String Field): Talk about defining several type
7833 numbers at once.
7834 Fix lint regarding changing node ELF Transformations to
7835 ELF and SOM Transformations.
7836
7837Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
7838
7839 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
7840
7841Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7842
7843 * stabs.texinfo (Cross-References): `::' is for nested types only
7844 within <>.
7845 (Structures): Document static members.
7846
7847Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7848
7849 * stabs.texinfo: Document S type attribute.
7850
7851Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
7852
7853 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
7854
7855Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
7856
7857 * gdbint.texinfo: Fix a few typos.
7858
7859Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7860
7861 * gdb.texinfo, remote.texi: formatting improvements
7862
7863 * gdb.texinfo (New Features): mention threads.
7864 (Summary, C): fix xrefs in newly contributed text.
7865 (Threads): index entries, clarifications, example
7866 (passim): minor typos fixed, phrasing improvements
7867
7868 * remote.texi (Bootstrapping): rephrase text on ^C and add index
7869 entries; (Server): explain use of gdbserver w/real-time systems,
7870 add example of conflicting TCP port; (MIPS Remote) break up
7871 running text into table, highlighting commands, and add example.
a9331b3f 7872
c906108c
SS
7873Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7874
7875 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
7876
7877Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7878
7879 * stabs.texinfo (Nested Symbols): New node.
7880 (String Field, Symbol Descriptors, Cross-References): Refer to it.
7881
7882Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7883
7884 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
7885 to picking which Bbss.bss symbol to use, and (because there seems to
7886 be no good way of doing it) re-write some of the text to make it
7887 sound like Bbss.bss isn't such a great idea after all (as currently
7888 designed).
7889
7890 * gdb.texinfo (C): In addition to saying people have to use g++ for
7891 good results, say they have to use stabs. Specifically say cfront
7892 doesn't work well.
7893 (Summary): Merge in information on Modula-2, Pascal, and Chill from
7894 the gdb README. Add xrefs to places where the support for the various
7895 languages is described in detail.
7896
7897Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7898
7899 * stabs.texinfo: Clean up stuff about visibility and virtual
7900 characters.
7901
7902 * stabs.texinfo (N_M2C): Cite Sun doc.
7903
7904Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7905
7906 * gdb.texinfo: updates re threads.
7907 * remote.texinfo: avoid index entries starting with digits.
7908
7909Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7910
7911 * stabs.texinfo (Enumerations): Talk about large, negative and
7912 octal values. Clean up cross reference to type attributes.
7913 (String Field): Say that GDB 4.11 supports size attribute.
7914
7915Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7916
7917 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
7918 is a mandatory step. Make the stuff about that more concise.
7919
7920Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7921
7922 * stabs.texinfo (Class Names): New node.
7923
7924 * gdb.texinfo (Command Files): Explain order of init file reading.
7925
7926 * remote.texi (Bootstrapping): Talk about getting the serial driver
7927 to deal with ^C sent by gdb to stop the remote system.
7928
7929Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
7930
7931 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
7932
7933 * libgdb.texinfo (Defining Commands): made the DOC arg
7934 to gdb_define_app_command a char * instead of char **
7935 per a suggestion from kingdon.
7936
7937 * libgdb.texinfo: total rewrite from a different starting
7938 premise.
7939
7940Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7941
7942 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
7943 floats passed as doubles (to improve clarity).
7944
7945Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7946
7947 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
7948
7949 * a4rc.sed: update to work with Andreas Vogel papersize params
7950
7951 * refcard.tex: use Andreas Vogel simplifications of papersize
7952 params; remove useless version info; update copyright date.
7953
7954Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7955
7956 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
7957
7958Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7959
7960 * gdb.texinfo (Files): Say what address the load command loads it at.
7961
7962 * stabs.texinfo (Common Blocks): Minor cleanups.
7963
7964 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
7965 that Sun has backed away from the linker kludge and thus the relevant
7966 issue is changes to the SunPRO tools, not the Solaris linker.
7967
7968 * stabs.texinfo (Traditional Integer Types): Clean up description
7969 of octal bounds a little bit. Document extra leading zeroes.
7970
7971Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7972
7973 * gdb.texinfo (Signaling): Update for symbolic symbol names
7974 and add a section explaining the difference between the GDB
7975 signal command and the shell kill utility.
7976
7977Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
7978
7979 * libgdb.texinfo: added `@' to braces that were unescaped.
7980
7981Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
7982
7983 * libgdb.texinfo: new file. Spec for the gdb library.
7984
7985Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7986
7987 * stabs.texinfo (Include Files): Fix typo (start -> end).
7988
7989Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7990
7991 * gdb.texinfo, remote.texi: assorted small improvements, mostly
7992 from Melissa at FSF's editing pass.
7993
7994Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7995
7996 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
7997 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
7998 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
7999
8000Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8001
8002 * remote.texi (Bootstrapping): Discuss 386 call gates.
8003
8004Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8005
8006 * stabs.texinfo (Based Variables): New node.
8007
8008Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8009
8010 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
8011 names, sizes, and formats to suggest how not to lose.
8012
8013Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8014
8015 * stabs.texinfo (Methods): Fix typo.
8016
8017Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8018
8019 * gdb.texinfo: Fix a few typos.
8020
8021Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8022
8023 * gdb.texinfo: Clarify how well it works with Fortran.
8024
8025 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
8026 More on relocating stabs in ELF files.
8027
8028Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8029
8030 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
8031
8032Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8033
8034 * stabs.texinfo (Local Variable Parameters): Talk about nameless
8035 parameters on VAX.
8036
8037Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8038
8039 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
8040
8041Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8042
8043 * stabs.texinfo: Make info author notice match the TeX author notice.
8044
8045Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8046
8047 * stabs.texinfo: Initial-caps all words in node names and
8048 non-trivial words in section names.
8049
8050Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8051
8052 * stabs.texinfo: Many minor cleanups.
8053
8054 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
8055
8056Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
8057
8058 * stabs.texinfo: Remove full description of big example.
8059 It's not really helpful; just use pieces of it where appropriate.
8060 Add more Texinfo formatting directives (@samp, etc.).
8061 Use @deffn to define stab types.
8062 Eliminate some wordiness. Break up some nodes.
8063 Add an (alphabetized) index of symbol types.
8064 Use consistent capitalization style in node and section names.
8065
8066Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
8067
8068 * gdb.texinfo: Change typo "Two two" to "The two".
8069
8070Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8071
8072 * stabs.texinfo (XCOFF-differences): Remove references to
8073 non-existent types N_DECL and N_RPSYM.
8074
8075 * stabs.texinfo (String Field): Say that type attributes bug is
8076 fixed in GDB 4.10, since it is.
8077
8078 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
8079
8080Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
8081
8082 * stabs.texinfo: Formatting cleanups.
8083
8084Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8085
8086 * stabs.texinfo: When explaining the n_type of a stab, standardize
8087 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
8088 no tabs, use @r).
8089 (Global Variables): Clean up.
8090
8091Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8092
8093 * stabs.texinfo (Stack Variables): Re-write.
8094
8095Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8096
8097 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
8098 addresses of a source file. Also revise formatting.
8099 Change "object module" or "object file" to "source file".
8100 Various: Miscellaneous cleanups.
8101
8102Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8103
8104 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
8105
8106Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
8107
8108 * gdbint.texinfo: Removed many nonsensical machine-collected
8109 host and target conditionals, described some of the remainder.
8110
8111Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8112
8113 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
8114
8115 * gdbint.texinfo (Top): Add name to @top line, and re-write the
8116 paragraph which follows.
8117
8118 * gdbint.texinfo (Host): Use @code not @samp for Makefile
8119 variables. Looks better and avoids overful hbox.
8120
8121Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8122
8123 * stabs.texinfo (Procedures): Improve stuff on nested functions.
8124
8125Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8126
8127 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
8128 retransmit-timeout
8129
8130Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8131
8132 * gdbint.texinfo: Update statement about `some ancient Unix
8133 systems, like Ultrix 4.0' to Ultrix 4.2.
8134
8135Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
8136
8137 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
8138
8139 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
8140
8141 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
8142 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
8143
8144 * remote.texi: new name for former gdbinv-s.texi
8145
8146 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
8147
8148Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
8149
8150 * gdbinv-s.texi: Documented timeout and retransmit-timeout
8151 variables for MIPS remote debugging protocol.
8152
8153Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8154
8155 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
8156
8157Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8158
8159 * Makefile.in (refcard.dvi): Use srcdir where necessary.
8160
8161Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
8162
8163 * gdb.texinfo: repair conditional bugs in text markup
8164
8165Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8166
8167 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
8168 to select Modula-2 material.
8169
8170Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8171
8172 * stabs.texinfo: Cleanups regarding statics.
8173
8174 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
8175 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
8176
8177Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8178
8179 * stabs.texinfo: N_MAIN is sometimes used for C.
8180
8181Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8182
8183 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
8184
8185Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
8186
8187 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 8188 removed from the code by Kingdon.
c906108c
SS
8189
8190Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8191
8192 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
8193 input when evaluating breakpoint conditions; the bug has been fixed.
8194
8195 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
8196 sets the ignore count to N-1, not to N.
8197
8198Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8199
8200 * refcard.tex (\hoffset): correct longstanding error to match
8201 intended offset; avoids cutting off edge on some printers
8202
8203Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8204
8205 * stabs.texinfo (Parameters): Say that order of stabs is significant.
8206
8207Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8208
8209 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
8210
8211Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8212
8213 * Makefile.in: (REFEDITS) new var to control whether PS or CM
8214 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
8215 collect sed edits if any, apply to refcard before formatting;
8216 (refcard.ps) stop implying PS fonts if PS output requested;
8217 (lrefcard.ps) delete extra target for variant PS fonts
8218
8219 * refcard.tex: parametrize papersize dependent info, collect
8220 in easily replaced spot
8221
8222 * a4rc.sed: new file, edits to refcard for A4 paper
8223
8224Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8225
8226 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
8227
8228Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8229
8230 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
8231
8232Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8233
8234 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
8235 politely rather than rudely.
8236
8237Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8238
8239 * stabs.texinfo: Document common blocks.
8240
8241Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
8242
8243 * stabs.texinfo: Add some basic info about stabs-in-elf.
8244
8245Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8246
8247 * stabs.texinfo (Top): Minor cleanup.
8248
8249Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
8250
8251 * Makefile.in (install-info): remove parentdir support
8252
8253Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8254
8255 * gdb.texinfo (Copying): delete this node and references to it;
8256 RMS says this manual need not carry GPL. (passim): Improvements
8257 from last round at FSF, largely due to Ian Taylor review, and
8258 minor formatting improvements.
8259
8260 * gdbinv-s.texi (passim): Improvements from last round at FSF,
8261 largely due to Ian Taylor review. (Debug Session): minor edits to
8262 new text.
8263
8264Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
8265
8266 * Makefile.in (realclean): Remove info and dvi files too.
8267
8268Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
8269
8270 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
8271 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
8272 * gdb.texinfo: Change accordingly.
8273
8274 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
8275 N_{L,R}BRAC,N_SLINE are relative to.
8276
8277Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
8278
8279 * Makefile.in (GDBvn.texi): Update atomically.
8280
8281Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
8282
8283 * gdbinv-s.texi (Debug Session): Document exceptionHook.
8284
8285Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
8286
8287 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
8288 addresses together. Also motivate the set print symbol-filename
8289 command and suggest other solutions.
8290
8291Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
8292
8293 * gdb.texinfo (set print elements): Note that the number of
8294 elements is set to unlimited by "set print elements 0".
8295
8296Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
8297
8298 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
8299 NF_LDOUBLE means.
8300 (Stab Types): Include Solaris stab types.
8301 (Procedures): Document Solaris extensions.
8302
8303Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8304
8305 * gdb.texinfo: Add `set print symbol-filename' doc.
8306
8307Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8308
8309 * stabs.texinfo (Arrays): Talk about type definition vs. type
8310 information.
8311
8312 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
8313 the trailing semicolon.
8314
8315Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8316
8317 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
8318 and merge in other parts of the document addressing these subjects.
8319 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
8320
8321 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
8322 at the end of a range type.
8323
8324 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
8325 AIX extensions.
8326
8327Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8328
8329 * stabs.texinfo (Stabs Format): Misc fixes.
8330
8331Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8332
8333 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
8334 (Traditional builtin types): Document convex convention for long long.
8335 (Negative builtin types): Discuss type names, and misc fixes.
8336
8337Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8338
8339 * stabs.texinfo (Builtin Type Descriptors): Document the floating
8340 point types used with @samp{R} type descriptor.
8341 (Symbol Descriptors): Describe how to handle conflict between
8342 different meanings of @samp{P} symbol descriptor.
8343
8344Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8345
8346 * stabs.texinfo: Remove node Quick Reference and put its children
8347 directly under the main menu.
8348
8349 * stabs.texinfo: Many more changes to bring it into line with
8350 AIX documentation and reality. I think it now has all the
8351 information from the AIX documentation, except that I burned
8352 out when I got to variant records (Pascal and Modula-2) and
8353 all the COBOL types. Oh well, we can add them later when we're
8354 worrying more about those languages.
8355
8356 * stabs.texinfo (Automatic variables): Talk about what it means
8357 to omit the symbol descriptor.
8358
8359Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8360
8361 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
8362 gcc2 behavior with promoted args.
8363
8364Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8365
8366 * gdb.texinfo: include readline appendices in info version of manual
8367
8368Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8369
8370 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
8371 target remote.
8372
8373 * gdb.texinfo (Machine Code): more index entries for disassemble
8374
8375Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
8376
8377 * Clarify the intended use of the gdb-testers and gdb-patches
8378 mailing lists, and shrink gzip comment.
8379
8380Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8381
8382 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
8383 DOSHOST configuration of manual.
8384
8385 * gdb.texinfo (MIPS Stack): new node.
8386
8387 * all-config.texi (MIPS) new switch.
8388
8389 * gdbinv-s.texi (Nindy Options) Remove two instances of future
8390 tense; (MIPS Remote) new node.
8391
8392 * gdb.texinfo (passim) rephrases to work around makeinfo @value
8393 bug; (Environment) less passive, other small cleanups in text about
8394 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
8395 (Remote) new MIPS Remote menu entry.
8396
8397Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
8398
8399 * stabs.texinfo: Many changes to include information from the
8400 AIX documentation.
8401
8402 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
8403
8404Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
8405
8406 * gdbint.texinfo (new node Debugging GDB, elsewhere):
8407 Move a bunch of information from ../README.
8408 (Getting Started): New node.
8409
8410Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8411
8412 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
8413
8414 * gdb.texinfo: advance manual revision dates to present
8415
8416 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
8417 stop using silly Roman numerals in @set variable names
8418
8419Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
8420
8421 * stabs.texinfo (Parameters): Keep trying to get this right.
8422
8423Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
8424
8425 * stabs.texinfo (Parameters): More on "local parameters".
8426
8427Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
8428
8429 * stabs.texinfo (Parameters): Re-do "local parameters" section.
8430
8431Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
8432
8433 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
8434 (Parameters): Rewrite.
8435 (xcoff-differences, Sun-differences): Minor changes.
8436
8437Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
8438
8439 * stabs.texinfo: Minor cleanup.
8440
8441Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
8442
8443 * gdbint.texinfo: Minor xcoff stuff.
8444
8445Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
8446
8447 * gdbint.texinfo: Update for new config directory structure.
8448 Add info about internal type data structures.
8449
8450Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
8451
8452 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
8453 $(srcdir).
8454 (gdb-config.texi): Depend on file in $(srcdir).
8455
8456Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
8457
8458 * stabs.texinfo: Fixes about N_SO.
8459
8460Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8461
8462 * gdb.texinfo: include list of nonstandard init file names
8463
8464 * *-config.texi: new switch GENERIC for text that applies *only*
8465 to (usual) multiple-target version of manual
8466
8467 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
8468 h8 config
8469
8470 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
8471 in menus (rather than conditionally selected multiple alternative
8472 menus).
8473
8474 * Makefile.in: define and use DOC_CONFIG var to select
8475 configuration for GDB user manual.
8476
8477 * gdb-config.texi: delete from repository, generate from Makefile.
8478
8479 * all-config.texi: normal `generic' configuration file, formerly
8480 stored as gdb-config.texi
8481
8482Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
8483
8484 * Makefile.in: add dvi target to build all .dvi files
8485
8486Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8487
8488 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
8489
8490Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
8491
8492 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
8493 host conditionals.
8494 * stabs.texinfo: More array fixes inspired by Jim's.
8495
8496Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
8497
8498 * stabs.texinfo: Fixes re arrays and continuations.
8499
8500 * gdbint.texinfo: Add XCOFF node.
8501
8502Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
8503
8504 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
8505
8506Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
8507
8508 * stabs.texinfo: Fix for array types to mention lower bounds.
8509
8510Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
8511
8512 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
8513
8514Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
8515
8516 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
8517
8518Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
8519
8520 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
8521 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
8522
8523Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
8524
8525 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
8526
8527Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8528
8529 * gdb.texinfo, gdbinv-s.texi: misc updates
8530
8531Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
8532
8533 * gdbint.texinfo: Brief documentation for longjmp support,
8534 from an email msg by Stu.
8535
8536Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
8537
8538 * stabs.texinfo: Fix description of floating point "range"
8539 types (which really define basic types). Reported by Jim Meehan,
8540 <meehan@src.dec.com>.
8541
8542 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
8543
8544Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
8545
8546 * gdbint.texinfo: Slightly expand section on supporting a new
8547 object file format.
8548
8549Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
8550
8551 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
8552 intermediate file.
8553
8554Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8555
8556 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
8557
8558Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8559
8560 * gdbinv-s.texi: z8000 simulator target name is just "sim"
8561
8562 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
8563 as well as Z8002.
8564
8565Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
8566
8567 * gdbint.texinfo: Add sections on clean design and on how to send
8568 in changes.
8569
8570Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
8571
8572 * gdbint.texinfo: Add how to declare the result of make_cleanup.
8573
8574Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
8575
8576 * gdb.texinfo: Fix typo, reported by Karl Berry.
8577
8578Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
8579
8580 * gdb.texinfo: Add opcodes dir to GDB distribution description.
8581
8582Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8583
8584 * gdbint.texinfo: fixed a stray email address (needs @@),
8585 added @table @code to node "Native Conditionals"
8586
8587Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
8588
8589 * gdbint.texinfo: Describe coding style of GDB.
8590
8591Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
8592
8593 * stabs.texinfo: Minor wording changes.
8594
8595Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
8596
8597 * gdbint.texinfo: Improve release doc slightly.
8598
8599Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
8600
8601 * gdbint.texinfo: Improve doc of GDB config macros.
8602
8603Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
8604
8605 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
8606 These will be reinserted when examined.
8607
8608Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
8609
8610 * gdbint.texinfo: Make a start at documenting all the #if macros
8611 in GDB. At least list them all, and start separating them into
8612 host-specific and target-specific.
8613
8614Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8615
8616 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 8617 examples (not consistent w others).
c906108c
SS
8618 gdb.texinfo: issue disclaimer paragraph on cmdline options only
8619 for generic vn of doc
8620
8621Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
8622
8623 * Makefile.in: always create installation directories.
8624
8625Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8626
8627 * gdb.texinfo: in h8 config, do not describe searching commands.
8628
8629Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8630
8631 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
8632 conditionals; introduce a few generic switches that may be
8633 useful for other cross-dev or dos-hosted configs.
8634
8635 * gdb.texinfo: fix typo in "info reg" description
8636
8637Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
8638
8639 * stabs.texinfo: Minor updates from running TeX over it.
8640 * Makefile.in (stabs.dvi, stabs.ps): Add.
8641
8642Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
8643
8644 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
8645 First pass at converting it to texinfo.
8646
8647Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
8648
8649 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
8650 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
8651
8652Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
8653
8654 * gdbint.texinfo: Add section on partial symbol tables.
8655
8656Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
8657
8658 * gdb.texinfo: document `set remotedebug' and `set
8659 rstack_high_address'.
8660
8661Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8662
8663 * gdb.texinfo: slight expansion of new text on reading info files
8664 * gdbinv-s.m4.in: correct and expand info on cross-debugging
8665 H8/300 from DOS.
8666
8667Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
8668
8669 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
8670
8671Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
8672
8673 * gdb.texinfo: Say how to read the `info' files.
8674
8675Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
8676
8677 * Makefile.in: gm4 -> m4.
8678
8679Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
8680
8681 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
8682 Documentation' ahead of `Installing GDB' to match README.
8683 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 8684 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
8685
8686Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
8687
8688 * Makefile.in: remove $(srcdir) from gdb.info rule.
8689
8690Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8691
8692 * Makefile.in: commented out gdb-all.texinfo rule. This is
8693 temporary.
8694
8695Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
8696
8697 * Makefile.in, configure.in: removed traces of namesubdir,
8698 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
8699 copyrights to '92, changed some from Cygnus to FSF.
8700
8701Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
8702
8703 * gdb.texinfo: Improve how we ask for bug reports.
8704
8705Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8706
8707 * Makefile.in: infodir belongs in datadir.
8708
8709Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8710
8711 * Makefile.in: remove spaces following hyphens, bsd make can't
8712 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 8713 standards.text support.
c906108c
SS
8714
8715Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8716
8717 * Makefile.in: idestdir and ddestdir go away. Added copyrights
8718 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
8719 and mandir now keyed off datadir by default.
8720
8721\f
8722Local Variables:
9e9c5ae7 8723mode: change-log
c906108c
SS
8724left-margin: 8
8725fill-column: 74
8726version-control: never
8727End:
This page took 1.206 seconds and 4 git commands to generate.