]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/doc/ChangeLog
* valprint.h (struct generic_val_print_decorations): New.
[thirdparty/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
6fe37d23
JK
12012-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 * gdb.texinfo (Startup): Add option -ex description to the option -x
4 description.
5
83364271
LM
62012-02-24 Luis Machado <lgustavo@codesourcery.com>
7
8 * gdb.texinfo (Setting Breakpoints): Mention and explain the
9 condition-evaluation breakpoint parameter.
10 Mention condition-evaluation mode being shown in "info break".
11 (Break Conditions): Add description for target-side
12 conditional breakpoints.
13 (Remote Configuration): Mention conditional-breakpoints-packet.
14 (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
15 cond-expr.
16 (General Query Packets): Mention new ConditionalBreakpoint feature.
17
bdb1994d
TT
182012-02-22 Tom Tromey <tromey@redhat.com>
19
20 * gdb.texinfo (Blocks In Python): Clarify block iteration.
21
4d241c86
TT
222012-02-17 Tom Tromey <tromey@redhat.com>
23
24 PR python/10753:
25 * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
26 directory.
27
816338b5
SS
282012-02-14 Stan Shebs <stan@codesourcery.com>
29
30 * gdb.texinfo (Disabling Breakpoints): Document enable count.
31
cc30c4bd
PA
322012-02-13 Pedro Alves <palves@redhat.com>
33
34 * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
35 mips-idt-ecoff.
36
035d1e5b
YQ
372012-02-09 Yao Qi <yao@codesourcery.com>
38
39 * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
40
f0823d2c
TT
412012-02-07 Tom Tromey <tromey@redhat.com>
42
43 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
44 Symbol.value.
45
64e7d9dd
TT
462012-02-07 Tom Tromey <tromey@redhat.com>
47
48 * gdb.texinfo (Symbols In Python): Document Symbol.line.
49
4220b2f8
TS
502012-01-27 Thomas Schwinge <thomas@codesourcery.com>
51
52 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
53
edcc5120
TT
542012-01-24 Tom Tromey <tromey@redhat.com>
55
56 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
57 unload".
58 (Files): Mention new catch commands.
59 (GDB/MI Async Records): Likewise.
60
53fe1783
GB
612012-01-24 Gary Benson <gbenson@redhat.com>
62
63 Delete #if 0'd out code.
64 * gdb.texinfo (Frame Info): Remove "info catch".
65
b9e7b9c3
UW
662012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
67
68 * gdb.texinfo (Remote Configuration): Document
69 "set remote hostio-readlink-packet" command.
70 (General Query Packets): Document vFile:readlink packet.
71
4aac40c8
TT
722012-01-16 Tom Tromey <tromey@redhat.com>
73
74 * gdb.texinfo (Specify Location): Document relative file name
75 handling.
76
cafec441
TT
772012-01-16 Tom Tromey <tromey@redhat.com>
78
79 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
80
0ee339bc
JK
812012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
82 Eli Zaretskii <eliz@gnu.org>
83
84 * gdbint.texinfo (Coding Standards): Require braces for two lines of
85 code.
86
72384ba3
PH
872012-01-11 Paul Hilfinger <hilfingr@adacore.com>
88
89 * gdb.texinfo (Variables): Document use of :: for non-static
90 variables.
91
ce1b17c4
JB
922012-01-05 Joel Brobecker <brobecker@adacore.com>
93
94 * gdbint.texinfo (Start of New Year Procedure): Update
95 to replace use of copyright.sh by use of copyright.py.
96
217bff3e
JK
972012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
98
99 Remove the gdbtui binary.
100 * all-cfg.texi (GDBTUI): Remove.
101 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
102 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
103 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
104
cc72b2a2
KP
1052011-12-23 Kevin Pouget <kevin.pouget@st.com>
106
107 Introduce gdb.FinishBreakpoint in Python.
108 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
109 (Python API): Add menu entry for Finish Breakpoints.
110
13ac8d2c
JK
1112011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
112
113 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
114 tests.
115
e0f9f062
DE
1162011-12-16 Doug Evans <dje@google.com>
117
118 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
119
80b6e756
PM
1202011-12-16 Phil Muldoon <pmuldoon@redhat.com>
121
1c3ad6ab 122 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
123 stack". Add documentation for "set/show python print-stack".
124
2fb860fc
PA
1252011-12-14 Pedro Alves <pedro@codesourcery.com>
126
127 * gdb.texinfo (Implementing a Remote Stub): Explain that you
128 should transfer control to the stub in the startup code instead of
129 in main. Mention the need to get past the initial breakpoint.
130
f8eba3c6
TT
1312011-12-06 Tom Tromey <tromey@redhat.com>
132
133 * gdb.texinfo (Set Breaks): Update for new behavior.
134
2268b414
JK
1352011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
136
137 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
138 List Format for SVR4 Targets'.
139 (General Query Packets): New item qXfer:libraries-svr4:read.
140 (Library List Format for SVR4 Targets): New node.
141
ae6f0d5b
TT
1422011-12-01 Tom Tromey <tromey@redhat.com>
143
144 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
145 add.
146
36dfb11c
TT
1472011-11-22 Tom Tromey <tromey@redhat.com>
148
149 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
150 reasons.
151
f196051f
SS
1522011-11-20 Stan Shebs <stan@codesourcery.com>
153
154 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
155 note-related options and variables.
156 (Tracepoint Packets): Document packet changes.
157
f85b53f8
SD
1582011-11-20 Sanjoy Das <sdas@igalia.com>
159
160 * gdb.texinfo (JIT Interface): Add documentation on writing and
161 usind JIT debug info readers.
162 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
163 Debug Info Readers): New nodes.
164
bfccc43c
YQ
1652011-11-18 Yao Qi <yao@codesourcery.com>
166
167 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
168 tracepoint.
169
c011a4f4
DE
1702011-11-15 Doug Evans <dje@google.com>
171
172 * gdb.texinfo (Files): Document basenames-may-differ.
173
ed59ded5
DE
1742011-11-14 Doug Evans <dje@google.com>
175
176 * gdb.texinfo (Shell Commands): Document "!".
177
405f8e94
SS
1782011-11-14 Stan Shebs <stan@codesourcery.com>
179 Kwok Cheung Yeung <kcy@codesourcery.com>
180
181 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
182 needed to get shorter fast tracepoints.
183 (Tracepoint Packets): Document new qTMinFTPILen packet.
184
1e4d1764
YQ
1852011-11-14 Yao Qi <yao@codesourcery.com>
186
187 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
188 behavior of tracepoint.
189 (General Query Packets): New feature InstallInTrace.
190 (Remote Configuration): Document "set remote
191 install-in-trace-packet".
192
71eba9c2 1932011-11-12 Matt Rice <ratmice@gmail.com>
194
195 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
196 Add arguments to info macro.
197
e0f8f636
TT
1982011-11-10 Tom Tromey <tromey@redhat.com>
199
200 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
201 manual.
202 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
203 (Macros): Add a footnote.
204 (C): Remove paragraph about compiler options.
205 (C Constants): Mention wide character and string constants.
206 (C Plus Plus Expressions): Update compiler option advice. Mention
207 using declarations. Mention ADL. Remove old HP compiler
208 information.
209
625c0d47
TT
2102011-11-10 Tom Tromey <tromey@redhat.com>
211
212 PR c++/9257:
213 * gdb.texinfo (Print Settings): Add an extra note about the need
214 for a vtable.
215
4be2aacc
MR
2162011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
217
218 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
219 "set mips abi" documentation.
220
0a1c4d10
DE
2212011-11-04 Doug Evans <dje@google.com>
222
223 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
224
aad1c02c
TT
2252011-11-03 Tom Tromey <tromey@redhat.com>
226
227 * gdb.texinfo (Stopping): Add menu entry.
228 (Continuing and Stepping): Restore @node. Use @section, not
229 @subsection.
230
983fb131
MR
2312011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
232
233 * gdb.texinfo (Skipping Over Functions and Files): Remove node
234 designation. Fix "Specify Location" cross-reference.
235
3065dfb6
SS
2362011-11-02 Stan Shebs <stan@codesourcery.com>
237
238 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
239 (General Query Packets): Describe tracenz feature.
240 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
241
0aaaf063
PK
2422011-10-28 Paul Koning <paul_koning@dell.com>
243
244 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
245
2231f1fb
KP
2462011-10-27 Kevin Pouget <kevin.pouget@st.com>
247
248 * gdb.texinfo ((Frames In Python): Document
249 gdb.FRAME_UNWIND_FIRST_ERROR contant.
250
5110b5df
PK
2512011-10-26 Paul Koning <paul_koning@dell.com>
252
253 * gdb.texinfo (gdb.types): Document new deepitems function.
254
22dbab46
PK
2552011-10-25 Paul Koning <paul_koning@dell.com>
256
257 PR python/13327
258
259 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
260 fetch_lazy method.
261
9df2fbc4
PM
2622011-10-20 Phil Muldoon <pmuldoon@redhat.com>
263
264 PR python/12656
265
266 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
267 global_block, static_block function.
268
f05e2e1d
TT
2692011-10-19 Tom Tromey <tromey@redhat.com>
270
271 * gdb.texinfo (Commands In Python): Add missing "@"s.
272
a7fc3f37
KP
2732011-10-13 Kevin Pouget <kevin.pouget@st.com>
274
275 PR python/13285 Document named constants for frame unwind stop reasons
276 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
277 constants.
278
5048e516
JK
2792011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
280
281 Fix compatibility with texinfo versions older than 4.12.
282 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
283 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
284 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
285 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
286 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
287 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
288 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
289
5a56e9c5
DE
2902011-10-09 Doug Evans <dje@google.com>
291
292 * gdb.texinfo (Extending GDB): Document alias command.
293
36b11add
JK
2942011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
295
296 Support @entry in input expressions.
297 * gdb.texinfo (Variables): Describe @entry names suffix.
298 (Print Settings): Add anchor for `set print entry-values'.
299
e18b2753
JK
3002011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
301 Eli Zaretskii <eliz@gnu.org>
302
303 Display @entry parameter values (without references).
304 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
305 example.
306 (Print Settings): New description of set print entry-values and show
307 print entry-values.
308
111c6489
JK
3092011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
310 Eli Zaretskii <eliz@gnu.org>
311
312 Recognize virtual tail call frames.
313 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
314 (Tail Call Frames): New node.
315 (Frames In Python): Add gdb.TAILCALL_FRAME.
316
9c15afc4
DE
3172011-10-07 Doug Evans <dje@google.com>
318
319 * gdb.texinfo (gdb.printing): Document new `replace' arg to
320 register_pretty_printer.
321
99f5279d
PM
3222011-10-07 Phil Muldoon <pmuldoon@redhat.com>
323
324 PR python/12930
325 PR python/12802
326
327 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
328 stop method.
329
03583c20
UW
3302011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
331
332 * gdb.texinfo (Starting your Program): "set disable-randomization"
333 is no longer Linux-specific.
334 (Remote Configuration): Document "set remote
335 disable-randomization-packet".
336 (General Query Packets): Document "QDisableRandomization" packet
337 and add it to "qSupported" list.
338
bd054e06
KP
3392011-10-07 Kevin Pouget <kevin.pouget@st.com>
340
341 Allow Python notification of new object-file loadings.
342 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
343 event type.
344
cb6be26b
KP
3452011-10-04 Kevin Pouget <kevin.pouget@st.com>
346
347 PR python/12691: Add the inferior to Python exited event
348 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
349
a05336a1
JB
3502011-10-03 Joel Brobecker <brobecker@adacore.com>
351
352 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
353 rephasing.
354
5d77fe44
JB
3552011-10-03 Joel Brobecker <brobecker@adacore.com>
356
357 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
358 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
359 as possible feature returned by the `-list-features'
360 command.
361
699df94d
PK
3622011-09-28 Paul Koning <paul_koning@dell.com>
363
364 * gdb.texinfo (gdb.Type): Document field access by dictionary
365 key syntax.
366
24bdad53
YQ
3672011-09-28 Yao Qi <yao@codesourcery.com>
368
369 * gdb.texinfo (Files): Update options for `add-symbol-file'.
370 Add one space after option `-s'. Remove @r{} markup.
371
6710bf39
SS
3722011-09-27 Stan Shebs <stan@codesourcery.com>
373
374 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
375
d99f7e48
HZ
3762011-09-16 Hui Zhu <teawater@gmail.com>
377
378 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
379 to *(unsigned char *)$esp@300.
380
d812018b
PK
3812011-09-15 Paul Koning <paul_koning@dell.com>
382
383 * gdb.texinfo: Make style of Python functions and methods match
384 the syntax of Python. Also put class and module names explicitly
385 on function, member, and variable names, matching Python
386 documentation conventions.
387
2aa48337
KP
3882011-09-15 Kevin Pouget <kevin.pouget@st.com>
389
390 PR Python/12692 Add gdb.selected_inferior() to Python interface.
391 * gdb.texinfo (Inferiors In Python): Describe new
392 gdb.selected_inferior() function.
393
6839b47f
KP
3942011-09-15 Kevin Pouget <kevin.pouget@st.com>
395
396 Handle multiple breakpoint hits in Python interface:
397 * gdb.texinfo (Events In Python): New function documentation:
398 gdb.BreakpointEvent.breakpoints. Indicate that
399 gdb.BreakpointEvent.breakpoint is now deprecated.
400
26829f2b
JB
4012011-09-04 Joel Brobecker <brobecker@adacore.com>
402
403 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
404
a9f54f60
TT
4052011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
406
407 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
408
fa3a4f15
PM
4092011-08-17 Phil Muldoon <pmuldoon@redhat.com>
410
411 * gdb.texinfo (Prompt): Add set/show extended-prompt
412 documentation
413 (Basic Python): Add prompt_hook anchor.
414 (Python modules): Reword module text to reflect multiple modules.
415 (gdb.prompt): Document gdb.prompt module.
416
224bbe49
YQ
4172011-08-14 Yao Qi <yao@codesourcery.com>
418
78d85199
YQ
419 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
420
4212011-08-14 Yao Qi <yao@codesourcery.com>
422
423 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
424 (TIC6x Features): New node.
425
457e09f0
DE
4262011-08-12 Doug Evans <dje@google.com>
427
428 * gdb.texinfo (Symbols In Python): Document symbol.type.
429
5e239b84
PM
4302011-08-09 Phil Muldoon <pmuldoon@redhat.com>
431
432 * gdb.texinfo (Python): Document command and function
433 auto-loading.
434
177bc839
JK
4352011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
436 Eli Zaretskii <eliz@gnu.org>
437
438 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
439 typedefs unrolling. Extend the sample code by an inner typedef and
440 outer typedefs unrolling.
441
1a532630
PP
4422011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
443
444 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
445 size and line-size.
446
9b158ba0 4472011-07-21 Matt Rice <ratmice@gmail.com>
448
449 PR macros/12999
450 * gdb.texinfo (Macros): Add info definitions and info macros commands.
451 Update text and cindex entries for info macro command.
452
d17b6f81
PM
4532011-07-21 Phil Muldoon <pmuldoon@redhat.com>
454
455 * observer.texi (GDB Observers): Add before_prompt observer.
456 * gdb.texinfo (Basic Python): Add documentation for prompt
457 substitution.
458
713389e0
PM
4592011-07-11 Phil Muldoon <pmuldoon@redhat.com>
460
461 PR python/12438
462 * gdb.texinfo (Python Commands): Add deprecate note to maint
463 set/show python print-stack. Document set/show python
464 print-backtrace.
465
177b42fe
TJB
4662011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
467
468 * gdb.texinfo: Fix typos.
469
900e11f9
JK
4702011-07-01 Tom Tromey <tromey@redhat.com>
471
472 * gdb.texinfo (Debugging Output): Document set debug
473 check-physname.
474
39c4d40a
TT
4752011-06-29 Tom Tromey <tromey@redhat.com>
476
477 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
478 breakpoint-notifications feature.
479
6f5def7d
UW
4802011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
481
482 * gdb.texinfo (Target Description): Remove warning about
483 possibly unstable format.
484
8cf64490
TT
4852011-06-03 Tom Tromey <tromey@redhat.com>
486
487 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
488 (Events In Python): Note that exit_code is optional.
489
393eab54
PA
4902011-05-17 Pedro Alves <pedro@codesourcery.com>
491
492 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
493 required for multi-threading support.
494 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
495 Hc are deprecated for multi-threading debugging. Point readers at
496 the vCont packet.
497
75fc9810
DE
4982011-05-15 Doug Evans <dje@google.com>
499
500 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
501
01124a23
DE
5022011-05-13 Doug Evans <dje@google.com>
503
98a5dd13
DE
504 * gdb.texinfo (Threads): Document $sdir,$pdir.
505 (Server): Document $pdir exception.
506
dbaefcf7
DE
507 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
508
cc63ef9b
DE
509 * gdb.texinfo (Threads): Clarify default value for
510 libthread-db-search-path.
7e0396aa 511
01124a23
DE
512 * gdb.texinfo (Completion): Update example.
513 (Debugging Output): Delete `set/show debug lin-lwp-async'.
514
d248b706
KY
5152011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
516
517 * gdb.texinfo: Document change in the behaviour of the enable and
518 disable GDB commands when applied to tracepoints.
519 Document the EnableDisableTracepoints remote stub feature.
520 Document QTEnable and QTDisable in the list of tracepoint packets.
521
cc88a640
JK
5222011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
523
524 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
525 hsuser.texi.
526 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
527 comment to hsuser.texi. Change rluser.texi name in the comment.
528
84e578fb
DE
5292011-05-10 Doug Evans <dje@google.com>
530
531 * gdb.texinfo (Threads): If an empty path is provided for
532 libthread-db-search-path it is reset to its default value.
533 (Server): Ditto.
534
478aac75
DE
5352011-05-09 Doug Evans <dje@google.com>
536
537 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
538
9c06b0b4
TJB
5392011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
540 Thiago Jung Bauermann <bauerman@br.ibm.com>
541
542 Implement support for PowerPC BookE masked watchpoints.
543 * gdb.texinfo (Set Watchpoints): Document mask parameter.
544 (PowerPC Embedded): Mention support of masked watchpoints.
545
9ed350ad
JB
5462011-05-03 Joel Brobecker <brobecker@adacore.com>
547
548 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
549 `@value{GDBN}'.
550
4ceed123
JB
5512011-05-03 Joel Brobecker <brobecker@adacore.com>
552
553 * gdb.texinfo (titlepage): Remove dedication.
554 (In Memoriam): New appendix.
555
559a7a62
JK
5562011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
557 Eli Zaretskii <eliz@gnu.org>
558
559 * gdb.texinfo (Index Section Format): Change the version to 5.
560 Describe the different formula.
561
03f2bd59
JK
5622011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
563 Eli Zaretskii <eliz@gnu.org>
564
565 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
566 for disconnected tracing.
567 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
568 extended-remote relationship. Mention --once.
569 (TCP port allocation lifecycle of @code{gdbserver}): New.
570
d9b1a651
EZ
5712011-04-23 Eli Zaretskii <eliz@gnu.org>
572
573 * gdb.texinfo (Server): Improve indexing. Index all optional
574 switches to gdbserver.
575
90476074
TT
5762011-04-20 Tom Tromey <tromey@redhat.com>
577
578 * gdb.texinfo (Index Section Format): New node.
579 (Top): Add new node to menu.
580
c21236dc
PA
5812011-04-20 Pedro Alves <pedro@codesourcery.com>
582
583 * gdb.texinfo (Maintenance Commands): Document `maint print
584 remote-registers'.
585
05c8c3f5
TT
5862011-04-20 Tom Tromey <tromey@redhat.com>
587
588 * gdb.texinfo (Trace File Format): Move node later.
589
7a9dd1b2
TT
5902011-04-19 Tom Tromey <tromey@redhat.com>
591
592 * gdbint.texinfo (Register Information Functions): Remove
593 duplicate "the".
594 * gdb.texinfo (Emacs): Remove duplicate "to".
595 (GDB/MI Variable Objects): Remove duplicate "the".
596 (General Query Packets): Likewise.
597
4368ebeb
JB
5982011-04-02 Joel Brobecker <brobecker@adacore.com>
599
600 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
601 "GDB/MI Ada Exception Information" node.
602
956a9fb9
JB
6032011-04-01 Joel Brobecker <brobecker@adacore.com>
604
605 * gdb.texinfo (GDB/MI Ada Exception Information): Document
606 the "exception-name" field in the *stopped async record.
607
f1310107
TJB
6082011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
609 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
610
611 Implement support for PowerPC BookE ranged breakpoints.
612 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
613
8786b2bd
TT
6142011-03-28 Tom Tromey <tromey@redhat.com>
615
616 * gdb.texinfo (Set Tracepoints): Fix typo.
617
9ef07c8c
TT
6182011-03-24 Tom Tromey <tromey@redhat.com>
619
620 * gdb.texinfo (Specify Location): Document `function:label'
621 linespec.
622
99c3dc11
PM
6232011-03-18 Phil Muldoon <pmuldoon@redhat.com>
624
f1310107 625 PR python/12149
99c3dc11
PM
626
627 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
628
29703da4
PM
6292011-03-17 Phil Muldoon <pmuldoon@redhat.com>
630
631 * gdb.texinfo (Blocks In Python): Add is_valid method description.
632 (Inferiors In Python): Likewise.
633 (Threads In Python): Likewise.
634 (Symbols In Python): Likewise.
635 (Objfiles In Python): Likewise.
636 (Symbol Tables In Python): Likewise.
637
c9174737
PA
6382011-03-15 Pedro Alves <pedro@codesourcery.com>
639
640 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
641 display>: Explain that the commands accept number ranges.
642
7371cf6d
PM
6432011-03-14 Phil Muldoon <pmuldoon@redhat.com>
644
645 * gdb.texinfo (Breakpoints In Python): Add description and example
646 of Python stop function operation.
647
ecec24e6
PM
6482011-03-10 Phil Muldoon <pmuldoon@redhat.com>
649
650 * gdb.texinfo (Parameters In Python): Document get_set_string and
651 get_show_string methods.
652
6dcd5565
JK
6532011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
654
655 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
656
81896e36
JK
657 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
658 circular-trace-buffer name.
659
5e30da2c
JB
6602011-02-28 Joel Brobecker <brobecker@adacore.com>
661
662 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
663 in the previous change.
664
3bd0f5ef 6652011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
666
667 * gdb.texinfo (Inferiors and Programs): Update commands to show
668 that they can accept multiple arguments.
669
4ec7539c
JB
6702011-02-24 Joel Brobecker <brobecker@adacore.com>
671
672 Revert the following patch (code patch was not approved):
673 2011-02-21 Hui Zhu <teawater@gmail.com>
674 * agentexpr.texi (bytecode descriptions): add printf.
675 * gdb.texinfo (tracepoint action lists): add printf.
676
82809774
DE
6772011-02-23 Doug Evans <dje@google.com>
678
679 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
680
e5a67952
MS
6812011-02-23 Michael Snyder <msnyder@vmware.com>
682
683 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
684 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
685 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
686
6e6fbe60
DE
6872011-02-22 Doug Evans <dje@google.com>
688
689 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
690 Clarify behaviour of lookup_symbol when `block' argument is omitted,
691 add description of result, fix @defun formatting.
692
f994e27a
HZ
6932011-02-21 Hui Zhu <teawater@gmail.com>
694
695 * agentexpr.texi (Bytecode Descriptions): Add printf.
696 * gdb.texinfo (Tracepoint Action Lists): Add printf.
697
c7f96d2b
TT
6982011-02-18 Tom Tromey <tromey@redhat.com>
699
700 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
701
60f98dde
MS
7022011-02-14 Michael Snyder <msnyder@vmware.com>
703
704 * gdb.texinfo (threads): Document argument for "info threads" cmd.
705 Document new command "thread find".
706
08e796bc
MS
7072011-02-14 Michael Snyder <msnyder@vmware.com>
708
709 * gdb.texinfo (Threads): Update example of new thread message.
710
b3b9301e
PA
7112011-02-14 Pedro Alves <pedro@codesourcery.com>
712
713 * gdb.texinfo (Remote Configuration): Mention set/show remote
714 traceframe-info.
715 (Tools/Packages Optional for Building GDB): Mention that expat is
716 used for traceframe info.
717 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
718 (General Query Packets) <qSupported>: Describe the
719 qXfer:traceframe-info:read feature.
720 (qXfer::read): Describe qXfer:traceframe-info:read.
721 (Traceframe Info Format): New section.
722
cef35b0f
PA
7232011-02-04 Pedro Alves <pedro@codesourcery.com>
724
725 * gdbint.texinfo (Formatting): Mention some formatting guidelines
726 for casts and unary operators.
727
f1cbe1d3
TT
7282011-02-04 Tom Tromey <tromey@redhat.com>
729
730 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
731 is not useful.
732
585fdaa1
PA
7332011-01-25 Pedro Alves <pedro@codesourcery.com>
734
735 * gdb.texinfo: s/value optimized out/optimized out/g
736
7bfc9434
JB
7372011-01-21 Joel Brobecker <brobecker@adacore.com>
738
739 * gdb.texinfo (Other Misc Settings): Rework part of the
740 documentation of the "set interactive mode" command.
741
4694da01
TT
7422011-01-19 Tom Tromey <tromey@redhat.com>
743
744 * gdb.texinfo (Threads): Document thread name output and `thread
745 name' command.
746 (Threads In Python): Document Thread.name attribute.
747 (GDB/MI Thread Commands): Document thread attributes.
748
b716877b
AB
7492011-01-12 Andrew Burgess <aburgess@broadcom.com>
750
751 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
752 changes in mi/mi-cmd-disas.c
753
13fd8b81
TT
7542011-01-12 Tom Tromey <tromey@redhat.com>
755
756 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
757 Fix "thread apply" text.
758
e09342b5
TJB
7592011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
760 Thiago Jung Bauermann <bauerman@br.ibm.com>
761
762 Implement support for PowerPC BookE ranged watchpoints.
763 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
764 the "set powerpc exact-watchpoints" flag.
765
06e65f44
TT
7662011-01-07 Tom Tromey <tromey@redhat.com>
767
768 * gdb.texinfo (Python API): Add descriptions to @menu items.
769
d8e22779
TT
7702011-01-06 Tom Tromey <tromey@redhat.com>
771
772 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
773
a255712f
PP
7742010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
775
e09342b5 776 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 777
ccfc3d6e
TT
7782011-01-06 Tom Tromey <tromey@redhat.com>
779
780 PR python/12133:
781 * gdb.texinfo (Frames In Python): Document various frame
782 constants.
783
44944448
JB
7842011-01-05 Joel Brobecker <brobecker@adacore.com>
785
786 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
787 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
788 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
789
42ea3d7a
JK
7902011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
791
792 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
793 (clean): Add GDBvn.texi.
794
720d1a40
JB
7952010-12-29 Joel Brobecker <brobecker@adacore.com>
796
797 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
798 occasional case where the debugger prints an array address
799 instead of the array itself.
800
ad196637
PA
8012010-12-23 Pedro Alves <pedro@codesourcery.com>
802
803 * gdb.texinfo (Packets) <read registers packet>: Document support
804 for registers that were not collected.
805
a86caf66
DE
8062010-12-15 Doug Evans <dje@google.com>
807
808 * gdb.texinfo (Startup): Document auto-loading of scripts during
809 startup.
810 (Auto-loading): Delete "maint set python auto-load on|off".
811 Add "set auto-load-scripts on|off".
812
aae1c79a
DE
8132010-12-07 Doug Evans <dje@google.com>
814
815 * gdb.texinfo (Mode Options): Document -data-directory.
816 (Data Files): Add reference to -data-directory.
817
4e04c971
DE
8182010-11-29 Doug Evans <dje@google.com>
819
820 * gdb.texinfo (Pretty-Printer Introduction): Change
821 printer-name:subprinter-name to printer-name;subprinter-name.
822
94b6973e
PM
8232010-11-29 Phil Muldoon <pmuldoon@redhat.com>
824
825 PR python/12199
826
827 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
828
39037522
TT
8292010-11-23 Tom Tromey <tromey@redhat.com>
830
831 * gdb.texinfo (Top): Check SYSTEM_READLINE.
832 (Editing): Likewise.
833 (Command History): Likewise.
834 (TUI Keys): Likewise.
835 (Bug Reporting): Conditionally include rluser.texi and
836 inc-history.texinfo.
837 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
838 (GDB_DOC_SOURCE_INCLUDES): Add comment.
839 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
840 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
841 (gdb.pdf): Likewise.
842 (gdb.info): Likewise.
843 (gdb/index.html): Likewise.
844
5ae98d25
TT
8452010-11-23 Tom Tromey <tromey@redhat.com>
846
847 * Makefile.in (Makefile): Run ../config.status.
848 (distclean): Update.
849 * configure: Remove.
850 * configure.ac: Remove.
851
621c8364
TT
8522010-11-12 Tom Tromey <tromey@redhat.com>
853
854 * gdb.texinfo (Basic Python): Update. Add xref.
855 (Exception Handling): Document new exception classes.
856 (Types In Python): Update.
857 (Frames In Python): Update.
858
84f4c1fe
PM
8592010-11-11 Phil Muldoon <pmuldoon@redhat.com>
860
861 * gdb.texinfo (Breakpoints In Python): Document "internal"
862 parameter, and visible attribute.
863
99e7ae30
DE
8642010-11-05 Doug Evans <dje@google.com>
865
866 * gdb.texinfo (Source Path): Document "set directories".
867
f4b8a18d
KW
8682010-11-05 Ken Werner <ken.werner@de.ibm.com>
869
870 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
871 (OpenCL C): New node.
872
7b51bc51
DE
8732010-11-02 Doug Evans <dje@google.com>
874
875 * gdb.texinfo (Pretty Printing): Expand into three sections,
876 introduction, example, and commands.
877 (Python API): Delete section Disabling Pretty-Printers, merge into
878 Selecting Pretty-Printers.
879 (Writing a Pretty-Printer): New section. Move the pretty-printer
880 example here, and reformat to match python coding style. Add a second
881 example using the gdb.printing module.
882 (Python modules): Add gdb.printing.
883
9eeee977
DE
8842010-10-29 Doug Evans <dje@google.com>
885
886 * gdb.texinfo (Python): Fix long line.
887
a0e0ffdf
DE
8882010-10-20 Doug Evans <dje@google.com>
889
890 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
891 All references updated. Correct sections marked as subsections.
892 (Coding Standards): New chapter. Move the coding standard related
893 subsections here. Add section on Python coding standards.
894
0e3509db
DE
8952010-10-13 Doug Evans <dje@google.com>
896
897 * gdb.texinfo (Python): Add "Python modules".
898 (Types in Python): Add reference to gdb.types section.
899 (Python modules): New node.
900
44592cc4
DE
9012010-10-11 Doug Evans <dje@google.com>
902
903 * gdb.texinfo (Values From Inferior): Add reference to "Types in
904 Python" from gdb.Value.type description.
905
6e1bb179
JB
9062010-09-28 Joel Brobecker <brobecker@adacore.com>
907
908 * gdb.texinfo (Ravenscar Profile): New node.
909
e8467610
TT
9102010-09-22 Tom Tromey <tromey@redhat.com>
911
912 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
913
fccd1d1e
EZ
9142010-09-22 Eli Zaretskii <eliz@gnu.org>
915
916 * gdb.texinfo (Values From Inferior): Clarify that
917 value.dynamic_type works only in C++ programs with RTTI.
918
c1b6b909
TT
9192010-09-15 Paul Bolle <pebolle@tiscali.nl>
920
921 * gdb.texinfo (Character Sets): Correctly reference host-charset
922 in example.
923
7d288aaa
TT
9242010-09-13 Tom Tromey <tromey@redhat.com>
925
926 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
927 Document "fullname" and "from".
928
f75d858b
MK
9292010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
930
931 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
932 feature `reverse' output by -list-target-features.
933
83b9503b
L
9342010-08-31 H.J. Lu <hongjiu.lu@intel.com>
935
936 * gdb.texinfo (i386 Features): Remove an extra "@item".
937
03f17ccf
TT
9382010-08-30 Tom Tromey <tromey@redhat.com>
939
940 PR python/11792:
941 * gdb.texinfo (Values From Inferior): Document dynamic_type.
942
9779414d
DJ
9432010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
944
945 * gdb.texinfo (ARM Features): Document
946 org.gnu.gdb.arm.m-profile.
947
f9ffd4bb
TT
9482010-08-23 Tom Tromey <tromey@redhat.com>
949
950 PR python/11145:
951 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
952 reinterpret_cast methods.
953
702c2711
TT
9542010-08-23 Tom Tromey <tromey@redhat.com>
955
956 PR python/11915:
957 * gdb.texinfo (Types In Python): Document array method.
958
66b73624
TJB
9592010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
960
961 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
962
06a64a0b
TT
9632010-08-16 Tom Tromey <tromey@redhat.com>
964
965 * gdb.texinfo (Set Watchpoints): Document -location option.
966
a3a7127e
DE
9672010-08-13 Doug Evans <dje@google.com>
968
969 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
970
8dedea02
VP
9712010-08-13 Vladimir Prus <vladimir@codesourcery.com>
972
973 * gdb.texinfo (GDB/MI Data Manipulation): Document
974 -data-read-memory-raw and -data-write-memory-raw.
975
ca5c20b6 9762010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 977 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
978
979 * gdb.texinfo (Basic Python): Describe post_event API.
980
cb2e07a6
PM
9812010-08-11 Phil Muldoon <pmuldoon@redhat.com>
982
983 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 984 decode_line Python APIs
cb2e07a6 985
464b3efb
TT
9862010-08-10 Tom Tromey <tromey@redhat.com>
987
988 * gdb.texinfo (Pretty Printing API): Document
989 gdb.default_visualizer.
990
c29c521f
TT
9912010-08-10 Tom Tromey <tromey@redhat.com>
992
993 Revert gdb-add-index addition:
994 * gdb.texinfo (Index Files): Don't document gdb-add-index.
995
5da1313b
JK
9962010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
997 Eli Zaretskii <eliz@gnu.org>
998
999 * gdb.texinfo (Mode Options) <-batch>
1000 (Basic Python) <gdb.execute>: Describe setting width and height.
1001
02d868e8
PP
10022010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1003
1004 * gdb.texinfo (Threads): Document 'debug libthread-db'.
1005
c2bbed2a
TT
10062010-07-30 Tom Tromey <tromey@redhat.com>
1007
1008 * gdb.texinfo (Index Files): Mention gdb-add-index.
1009
6c13bbe1
HZ
10102010-07-30 Hui Zhu <teawater@gmail.com>
1011
1012 * gdb.texinfo (Inferiors and Programs): Update the introduce of
1013 "detach inferior" and "kill inferior".
1014
53a71c06
CR
10152010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
1016
1017 * gdb.texinfo (Machine Code): Update description of two forms of
1018 arguments, and add new example to demonstrate the new form.
1019
5374244e
PM
10202010-07-27 Phil Muldoon <pmuldoon@redhat.com>
1021
1022 * gdb.texinfo (Values From Inferior): Add value inferior function
1023 call description.
1024
8ea5bce5
JK
10252010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1026
1027 * gdb.texinfo (Active Targets): Fix wrong comma placement.
1028
c0edd9ed
JK
10292010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1030 Eli Zaretskii <eliz@gnu.org>
1031
1032 Make core files the process_stratum.
1033 * gdb.texinfo (Active Targets): Remove core_stratum. Include
1034 record_stratum example.
1035
9291a0cd
TT
10362010-07-13 Tom Tromey <tromey@redhat.com>
1037
1038 * gdb.texinfo (Index Files): New node.
1039
f5011d11
TT
10402010-07-13 Tom Tromey <tromey@redhat.com>
1041
1042 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
1043
0f5238ed
TT
10442010-07-13 Tom Tromey <tromey@redhat.com>
1045
1046 * gdb.texinfo (Specify Location): Document labels.
1047
74c761c1
PA
10482010-07-01 Pedro Alves <pedro@codesourcery.com>
1049
1050 * gdb.texinfo (Create and Delete Tracepoints): Add more index
1051 entries for fast tracepoints and static tracepoints.
1052
501994c0
PA
10532010-07-01 Pedro Alves <pedro@codesourcery.com>
1054
1055 * gdb.texinfo (General Query Packets) <qfThreadInfo,
1056 qsThreadInfo>: Spell out `l' as ell.
1057
0fb4aa4b
PA
10582010-07-01 Pedro Alves <pedro@codesourcery.com>
1059
1060 * gdb.texinfo (Convenience Variables): Document $_sdata.
1061 (Commands to Set Tracepoints): Describe static tracepoints. Add
1062 `Listing Static Tracepoint Markers' menu entry. Document
1063 "strace".
1064 (Tracepoint Action Lists): Document collecting $_sdata.
1065 (Listing Static Tracepoint Markers): New subsection.
1066 (Tracepoints support in gdbserver): Mention static tracepoints.
1067 (remote packets, enabling and disabling): Mention
1068 read-sdata-object.
1069 (General Query Packets) <qSupported>: Document qXfer:sdata:read
1070 and StaticTracepoint.
1071 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
1072 Document qXfer:sdata:read.
1073 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
1074
dc3b15be
JB
10752010-06-29 Joel Brobecker <brobecker@adacore.com>
1076
1077 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
1078
595939de
PM
10792010-06-28 Phil Muldoon <pmuldoon@redhat.com>
1080 Tom Tromey <tromey@redhat.com>
1081 Thiago Jung Bauermann <bauerman@br.ibm.com>
1082
1083 * gdb.texinfo (Inferiors In Python): New node.
1084 * gdb.texinfo (Threads In Python): New node.
1085
9279c692
JB
10862010-06-28 Joel Brobecker <brobecker@adacore.com>
1087
1088 * gdb.texinfo (Python): Document what the python directory is
1089 and what its location is.
1090 (Basic Python): Document the gdb.PYTHONDIR constant.
1091
bc9f0842
TT
10922010-06-25 Tom Tromey <tromey@redhat.com>
1093
1094 PR python/10808:
1095 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
1096
f1421989
HZ
10972010-06-24 Hui Zhu <teawater@gmail.com>
1098
1099 * gdb.texinfo: (Commands for Controlled Output): Add
1100 documentation for command "eval".
1101
e4c0cfae
SS
11022010-06-21 Stan Shebs <stan@codesourcery.com>
1103
1104 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
1105 * annotate.texinfo: Ditto.
1106 * gdbint.texinfo: Ditto.
1107 * stabs.texinfo: Ditto.
1108
bb08c432
HZ
11092010-06-22 Hui Zhu <teawater@gmail.com>
1110
1111 * gdb.texinfo: (Process Record and Replay): Add documentation
1112 for command "set record memory-query".
1113
4f5d9f07
SS
11142010-06-21 Stan Shebs <stan@codesourcery.com>
1115
1116 * gdb.texinfo: Relicense under GFDL version 1.3.
1117 * annotate.texinfo: Relicense under GFDL version 1.3.
1118 * gdbint.texinfo: Relicense under GFDL version 1.3.
1119 * stabs.texinfo: Relicense under GFDL version 1.3.
1120 * fdl.texi: Update to version 1.3.
1121
6aed2dbc
SS
11222010-06-18 Stan Shebs <stan@codesourcery.com>
1123
a61408f8
SS
1124 * gdb.texinfo (Operating System Auxiliary Information): Describe
1125 "info os" when no arguments given.
1126
6aed2dbc
SS
1127 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
1128 $_thread.
1129
24e933df
HZ
11302010-06-18 Hui Zhu <teawater@gmail.com>
1131
1132 * gdb.texinfo: (Process Record and Replay): Add documentation
1133 for commands "record save" and "record restore".
1134
65d79d4b
SDJ
11352010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1136
1137 * gdb.texinfo: Include information about the correct use
1138 of addresses in the `watch' command.
1139
d914c394
SS
11402010-06-11 Stan Shebs <stan@codesourcery.com>
1141
1142 * gdb.texinfo (Observer Mode): New section.
1143 (General Query Packets): Document QAllow.
889bf7c5 1144
967cf477
DE
11452010-06-04 Doug Evans <dje@google.com>
1146
1147 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
1148
aaf4119b
DE
11492010-06-03 Doug Evans <dje@google.com>
1150
1151 * gdbint.texinfo (Coding): Add subsection on command names.
1152
9eae7c52
TT
11532010-06-02 Tom Tromey <tromey@redhat.com>
1154
1155 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
1156 always-disassemble.
1157
fa593d66
PA
11582010-06-01 Pedro Alves <pedro@codesourcery.com>
1159
1160 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
1161 gdbserver, and add cross reference.
1162 (Tracepoints support in gdbserver): New subsection.
1163
dde08ee1
PA
11642010-05-26 Pedro Alves <pedro@codesourcery.com>
1165
1166 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
1167 `qRelocInsn' feature.
1168 (Relocate instruction reply packet): New subsection
1169 of `Tracepoint Packets'.
1170 (Tracepoint Packets): Mention that packets QTDP and QTStart
1171 support the qRelocInsn request, and add cross reference to new
1172 subsection.
1173
07ca107c
DE
11742010-05-25 Doug Evans <dje@google.com>
1175
1176 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
1177 (Commands In Python): Document gdb.string_to_argv.
1178
c25c4a8b
JK
11792010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1180
1181 * gdbint.texinfo (Host Definition): Remove items NORETURN and
1182 ATTR_NORETURN.
1183
d7b32ed3 11842010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
1185 Tom Tromey <tromey@redhat.com>
1186 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 1187
c25c4a8b 1188 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 1189
6aecb9c2
JB
11902010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
1191
1192 * gdb.texinfo: (Summary) Add mention about D language support.
1193 (Filenames): Add D suffixes.
1194 (D): New node.
1195
b7da9e9f
PM
11962010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
1197
1198 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
1199 of macro deleted from GDB code.
1200
ab38a727
PA
12012010-04-24 Pedro Alves <pedro@codesourcery.com>
1202
1203 * gdb.texinfo (Commands to specify files): Describe what how GDB
1204 looks up DOS-based filesystem paths on the system root. Document
1205 the new `set/show target-file-system-kind' commands.
1206
66d09542
DE
12072010-04-23 Doug Evans <dje@google.com>
1208
1209 * gdb.texinfo (Python): Move Auto-loading section here ...
1210 (Python API): from here.
1211 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
1212 (Maintenance Commands): Add docs for "maint print section-scripts".
1213
8bd10a10
CM
12142010-04-20 Chris Moller <cmoller@redhat.com>
1215
1216 * gdb.texinfo (Setting Breakpoints): Added description of
1217 filename-qualified rbreak.
1218 * refcard.tex (Breakpoints and Watchpoints): Added brief
1219 description of filename-qualified rbreak.
1220
4c374409
JK
12212010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1222
1223 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
1224 (Python API): Change the reference to Pretty Printing API.
1225 (Pretty Printing): Move the user part under the Data node. Reformat
1226 the sample output to 72 columns. Create a new reference to Pretty
1227 Printing API. Rename the API part ...
1228 (Pretty Printing API): To a new node name.
1229 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
1230 (GDB/MI Variable Objects): Change references to Pretty Printing API.
1231
5a9351ae
SS
12322010-04-21 Stan Shebs <stan@codesourcery.com>
1233
1234 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 1235 and commands.
5a9351ae 1236 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 1237
9a22f0d0
PM
12382010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1239
1240 * gdb.texinfo (Examining memory): Update for change in string
1241 display with explicit size.
1242
6149aea9
PA
12432010-04-19 Pedro Alves <pedro@codesourcery.com>
1244
1245 PR breakpoints/8554.
1246
1247 * gdb.texinfo (Save Breakpoints): New node.
1248 (save-tracepoints): Rename to ...
1249 (save tracepoints): ... this. Mention that `save-tracepoints' is
1250 a deprecated alias to `save tracepoints'.
1251
711e434b
PM
12522010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
1253
645797a8 1254 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
1255 (info w32 thread-information-block): Document new command.
1256 (qGetTIBAddress): Document new gdbserver query.
1257 (maint set/show show-all-tib): Document new command.
1258
3f7b2faa
DE
12592010-04-15 Doug Evans <dje@google.com>
1260
fa33c3cd
DE
1261 * gdb.texinfo (Python API): Add progspaces section.
1262 (Selecting Pretty-Printers): Progspace pretty-printers are
1263 searched too.
1264 (Progspaces In Python): New section.
1265
3f7b2faa
DE
1266 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
1267
79f283fe
PM
12682010-04-14 Phil Muldoon <pmuldoon@redhat.com>
1269
1270 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
1271 returns None.
1272
87290684
SS
12732010-04-09 Stan Shebs <stan@codesourcery.com>
1274
1275 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1276 Describe the `frames-created' field, tweak grammar.
1277
a97153c7
PA
12782010-04-09 Pedro Alves <pedro@codesourcery.com>
1279
1280 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1281 Describe the `circular' and `disconnected' fields.
1282
5c5dcc1b
L
12832010-04-09 H.J. Lu <hongjiu.lu@intel.com>
1284
1285 * gdb.texinfo (maint print registers): Mention unavailable and
1286 invisible registers.
1287
adc36818
PM
12882010-04-09 Phil Muldoon <pmuldoon@redhat.com>
1289 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 1290 Tom Tromey <tromey@redhat.com>
adc36818
PM
1291
1292 * gdb.texinfo (Breakpoints In Python): New Node.
1293
33da3f1c
SS
12942010-04-08 Stan Shebs <stan@codesourcery.com>
1295
1296 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
1297 trace status fields.
1298
3a13a53b
L
12992010-04-08 H.J. Lu <hongjiu.lu@intel.com>
1300
1301 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
1302 optional. Make org.gnu.gdb.i386.avx requires
1303 org.gnu.gdb.i386.avx.
1304
08001717
DE
13052010-04-08 Doug Evans <dje@google.com>
1306
1307 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
1308 search path, and document that gdb only scans the search path if
1309 the script's path doesn't specify a directory.
1310
c375651d
DE
13112010-04-05 Doug Evans <dje@google.com>
1312
1313 * gdb.texinfo (maint show python auto-load): Fix typo.
1314
af54718e
SS
13152010-04-04 Stan Shebs <stan@codesourcery.com>
1316
d77f58be
SS
1317 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
1318 (Setting Watchpoints): Update description of "info watch".
1319 (Disabling Breakpoints): Only "info break" lists all.
1320
af54718e
SS
1321 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
1322 (tdump): Explain how tdump works.
1323
86b17b60
PA
13242010-04-01 Pedro Alves <pedro@codesourcery.com>
1325
1326 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
1327 add cross reference.
1328
ff12863f
PA
13292010-03-31 Pedro Alves <pedro@codesourcery.com>
1330
1331 * gdb.texinfo (TUI Commands): Mention that in some cases, these
1332 commands error out.
1333
f68eb612
L
13342010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1335
1336 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
1337
c8d5aac9
L
13382010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1339
1340 * gdb.texinfo (General Query Packets): Add xmlRegisters.
1341
7d13fe92
SS
13422010-03-29 Stan Shebs <stan@codesourcery.com>
1343 Nathan Sidwell <nathan@codesourcery.com>
1344
1345 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
1346 GDBN equivalent.
1347 (Set Tracepoints): Remove mention that conditional tracepoints
1348 don't exist.
1349 (Tracepoint Actions): Clarify when while-stepping collection
1350 happens, note that while-stepping does not automatically collect
1351 $pc.
1352
409873ef 13532010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 1354
409873ef
SS
1355 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
1356 (General Query Packets): Describe TracepointSource.
1357
ee8e71d4
EZ
13582010-03-27 Matt Rice <ratmice@gmail.com>
1359
c8d5aac9
L
1360 * gdb.texinfo (ARM): Document arguments to "target sim".
1361 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 1362
99b5e152
PA
13632010-03-26 Pedro Alves <pedro@codesourcery.com>
1364
1365 * gdb.texinfo (Tracepoint Packets): Remove mention that
1366 terror:string may be plain text, and drop mention of X prefix.
1367
cd64ee31
VP
13682010-03-26 Vladimir Prus <vladimir@codesourcery.com>
1369
1370 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
1371
6c28cbf2
SS
13722010-03-24 Stan Shebs <stan@codesourcery.com>
1373
1374 * gdb.texinfo (Tracepoint Packets): Document trace error status.
1375
95a42b64
TT
13762010-03-24 Tom Tromey <tromey@redhat.com>
1377
1378 PR breakpoints/9352:
1379 * gdb.texinfo (Break Commands): Update.
1380
18148017
VP
13812010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1382
1383 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
1384 commands.
1385
4daf5ac0
SS
13862010-03-16 Stan Shebs <stan@codesourcery.com>
1387
1388 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
1389 circular-trace-buffer.
1390 (Tracepoint Packets): Describe QTBuffer, and details of the
1391 qTStatus reply.
1392
c9429232
SS
13932010-03-12 Stan Shebs <stan@codesourcery.com>
1394 Nathan Sidwell <nathan@codesourcery.com>
1395
1396 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
1397 doing instruction stepping.
1398 (Tracepoint Restrictions): New node.
1399
ccefe4c4
TT
14002010-03-10 Tom Tromey <tromey@redhat.com>
1401
1402 * gdbint.texinfo (Symbol Handling): Update.
1403
7c953934
TT
14042010-03-08 Tom Tromey <tromey@redhat.com>
1405
1406 PR cli/9591:
1407 * gdb.texinfo (Mode Options): Mention lack of pagination and
1408 confirmation with --batch.
1409 (Screen Size): Mention --batch.
1410 (Messages/Warnings): Likewise.
1411
f870a310
TT
14122010-03-05 Tom Tromey <tromey@redhat.com>
1413
1414 * gdb.texinfo (Basic Python): Document target_charset and
1415 target_wide_charset.
1416
78e2826b
TT
14172010-03-05 Tom Tromey <tromey@redhat.com>
1418
1419 * gdb.texinfo (Data): Link to pretty-printing.
1420 (Output Formats): Likewise. Correct text.
1421
f5dff777
DJ
14222010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1423
1424 * gdb.texinfo (Types): Describe <struct> and <flags>.
1425
dc00d89f
PM
14262010-02-28 Phil Muldoon <pmuldoon@redhat.com>
1427
1428 * gdb.texinfo (Frames In Python): Add block parameter and
1429 description to read_var text.
1430
5107b149 14312010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 1432 Tom Tromey <tromey@redhat.com>
5107b149
PM
1433
1434 * gdb.texinfo (Types In Python): Describe block argument in
1435 template_argument and gdb.lookup_type.
1436
e03e5e7b
TT
14372010-02-24 Tom Tromey <tromey@redhat.com>
1438
1439 * gdb.texinfo (Cygwin Native): Fix typo.
1440
f3e9a817
PM
14412010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1442
1443 * gdb.texinfo (Frames In Python): Add block, find_sal, function
1444 and select method descriptions.
1445 (Python API): Add Blocks In Python, Symbols in Python and Symbol
1446 Tables in Python to menu.
1447 (Blocks In Python): New node.
1448 (Symbols In Python): New node.
1449 (Symbol Tables in Python): New node.
1450
a79b8f6e
VP
14512010-02-24 Vladimir Prus <vladimir@codesourcery.com>
1452
1453 Multiexec MI
1454
1455 gdb/
1456 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
1457
1458 gdb/doc/
1459 * gdb.texinfo (GDB/MI Command Syntax): Document notification
1460 changes.
1461 (GDB/MI Program Execution): Document current behaviour of
1462 --all and --thread-group.
1463 (GDB/MI Miscellaneous Commands): Document -add-inferior and
1464 -remove-inferior.
1465 * observer.texi (inferior_added, inferior_removed): New
1466 observers.
1467
629d6a47
TT
14682010-02-19 Tom Tromey <tromey@redhat.com>
1469
1470 * gdbint.texinfo (Getting Started): Fix @node.
1471 (Debugging GDB): Likewise.
1472
c09529e5
JB
14732010-02-13 Joel Brobecker <brobecker@adacore.com>
1474
1475 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
1476 documenting the gdb_test_timeout variable.
1477
540aa8e7
MS
14782010-02-12 Jakob Engblom <jakob@virtutech.com>
1479
1480 * gdb.texinfo (MI commands): Added documentation of --reverse
1481 option to a set of MI commands. Restructured documentation of MI
1482 commands --exec-continue to reflect the complexity of reverse
1483 execution.
1484
081dfbf7
PA
14852010-02-12 Pedro Alves <pedro@codesourcery.com>
1486
1487 * gdb.texinfo (Using the Collected Data): Specify that the address
1488 range of `tfind outsize' is exclusive, and that the address range
1489 of `tfind range' is inclusive.
1490 (Tracepoint Packets): Specify that the address range of
1491 `QTFrame:range' is inclusive, and that the address range of
1492 `QTFrame:outside' is exclusive
1493
8e9c5e02
VP
14942010-02-12 Vladimir Prus <vladimir@codesourcery.com>
1495
1496 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
1497
92981e24
TT
14982010-02-10 Tom Tromey <tromey@redhat.com>
1499
1500 * gdb.texinfo (Debugging Output): Document set debug parser and
1501 show debug parser.
1502
075b51b7
L
15032010-02-09 H.J. Lu <hongjiu.lu@intel.com>
1504
1505 * gdb.texinfo (Predefined Target Types): Add i387_ext,
1506 i386_eflags and i386_mxcsr.
1507
3bb8d5c3
L
15082010-02-08 H.J. Lu <hongjiu.lu@intel.com>
1509
1510 * gdb.texinfo: Document i386 target features.
1511
c5f80513
DE
15122010-02-05 Doug Evans <dje@google.com>
1513
1514 * gdbint.texinfo (Testsuite): Add a new section to document the
1515 various DejaGnu variables that may be overridden.
1be00882 1516 Document INTERNAL_GDBFLAGS.
c5f80513 1517
6ac33a4e
TT
15182010-02-04 Tom Tromey <tromey@redhat.com>
1519
1520 PR cli/8830:
1521 * gdb.texinfo (Files): -readnow comes before the filename for file
1522 and symbol-file.
1523
a1dcb23a
DJ
15242010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1525
1526 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
1527 Document ARM breakpoint types.
1528 (Register Packet Format): Move into the new section.
1529 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
1530
95433b34
JB
15312010-01-21 Joel Brobecker <brobecker@adacore.com>
1532
1533 * gdb.texinfo (File Options): Adjust the documentation of this
1534 switch to refer to the "source" command rather than partially
1535 duplicating some of the relevant information.
1536 (Extending GDB): Introduce and document the set/show script-extension
1537 setting.
1538 (Command Files): Add note explaining that the "source" command
1539 is also used to evalute scripts written in other languages.
1540 Remove the short slightly incorrect reference to sourcing Python
1541 scripts.
1542 (Python Commands): Document how to execute a Python script from GDB.
1543
8d576872
JB
15442010-01-19 Joel Brobecker <brobecker@adacore.com>
1545
1546 * gdb.texinfo (Command Files): Fix typo.
1547
8150ff9c
JB
15482010-01-18 Tom Tromey <tromey@redhat.com>
1549
1550 * gdb.texinfo (File Options): Document -x on .py files.
1551 (Command Files): Document handling of Python scripts.
1552
23db03a6
JZ
15532010-01-18 Jie Zhang <jie.zhang@analog.com>
1554
1555 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
1556
00bf0b85
SS
15572010-01-15 Stan Shebs <stan@codesourcery.com>
1558
1559 * gdb.texinfo (Trace Files): New section.
1560 (Tracepoint Packets): Document QTSave and qTBuffer.
1561 (Trace File Format): New appendix.
1562
be759fcf
PM
15632010-01-13 Phil Muldoon <pmuldoon@redhat.com>
1564
1565 * gdb.texinfo (Values From Inferior): Document lazy_string value
1566 method.
1567 (Python API): Add Lazy strings menu item.
1568 (Lazy Strings In Python): New node.
1569
dc146f7c
VP
15702010-01-13 Vladimir Prus <vladimir@codesourcery.com>
1571
1572 * gdb.texinfo (GDB/MI Thread Information): New.
1573 (GDB/MI Async Records): Document the core field in *stopped.
1574 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
1575 documentation
1576 (Process list): Document that osdata document may contain
1577 threads.
1578 (Remote Serial Protocol): Document qXfer:threads.
1579
d5551862
SS
15802010-01-06 Stan Shebs <stan@codesourcery.com>
1581
1582 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1583 disconnected tracing.
1584 (Tracepoint Packets): Document new protocol.
1585
7a697b8d
SS
15862010-01-05 Stan Shebs <stan@codesourcery.com>
1587
1588 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
1589 tracepoints.
1590 (Tracepoint Packets): Describe remote protocol for fast
1591 tracepoints.
1592
e6f3ec50
JB
15932010-01-01 Joel Brobecker <brobecker@adacore.com>
1594
1595 Update the "Start of New Year Procedure".
1596 * gdbint.texinfo: Add the list of files that need to be updated
1597 manually. Minor reformatting.
1598
ddc4e9c1
JB
15992010-01-01 Joel Brobecker <brobecker@adacore.com>
1600
1601 * refcard.tex: Update copyright year in header and text.
1602
9d2897ad
JB
16032010-01-01 Joel Brobecker <brobecker@adacore.com>
1604
1605 * agentexpr.texi: Add 2010 to the list of copyright years.
1606 * annotate.texinfo: Likewise.
1607 * gdb.texinfo: Likewise.
1608 * gdbint.texinfo: Likewise.
1609 * observer.texi: Likewise.
1610 * stabs.texinfo: Likewise.
1611
6da95a67
SS
16122009-12-31 Stan Shebs <stan@codesourcery.com>
1613
1614 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 1615
236f1d4d
SS
16162009-12-29 Stan Shebs <stan@codesourcery.com>
1617
1618 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 1619
f61e138d
SS
16202009-12-28 Stan Shebs <stan@codesourcery.com>
1621
1622 * gdb.texinfo (Trace State Variables): New section.
1623 (Tracepoint Packets): Describe trace state variable packets.
1624 * agentexpr.texi (Bytecode Descriptions): Describe trace state
1625 variable bytecodes.
1626
0fe7935b
DJ
16272009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
1628
1629 * gdb.texinfo (Symbols): "info variables" prints definitions, not
1630 declarations.
1631
a6b29f87
VP
16322009-12-21 Vladimir Prus <vladimir@codesourcery.com>
1633
1634 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
1635 -gdb-exit behaviour.
1636
5e4bde96
JB
16372009-12-20 Joel Brobecker <brobecker@adacore.com>
1638
1639 * gpl.texi: Update to version 3 of the GPL.
1640
a1715244
JB
16412009-12-20 Joel Brobecker <brobecker@adacore.com>
1642
1643 * Makefile.in: Update copyright header.
1644 * observer.texi: Fix the copyright header of the generated files.
1645
361ae042
PM
16462009-12-08 Phil Muldoon <pmuldoon@redhat.com>
1647
1648 * gdb.texinfo (Types In Python): Describe range function.
1649
bfd31e71
PM
16502009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
1651
1652 * gdb.texinfo (Types In Python): Describe "is_base_class".
1653
57a1d736
TT
16542009-12-03 Tom Tromey <tromey@redhat.com>
1655
1656 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
1657
8cebebb9
PP
16582009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
1659
1660 * observer.texi: New memory_changed observer.
1661
16af530a
TT
16622009-12-01 Tom Tromey <tromey@redhat.com>
1663
1664 * gdb.texinfo (Reverse Execution): Fix typo.
1665
b6199126
DJ
16662009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
1667
1668 PR gdb/8704
1669
1670 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
1671 are allowed after the breakpoint condition.
1672
7a6973ad
TT
16732009-11-23 Tom Tromey <tromey@redhat.com>
1674
1675 PR python/10782:
1676 * gdb.texinfo (Types In Python): Document Type.pointer.
1677
21a0512e
PP
16782009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
1679
1680 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 1681
a5832c8f
PA
16822009-11-11 Pedro Alves <pedro@codesourcery.com>
1683
1684 * agentexpr.texi (Tracing On Symmetrix): Delete section.
1685 (Using Agent Expressions): Delete cross reference.
1686
1eb7cd77
JB
16872009-11-07 Joel Brobecker <brobecker@adacore.com>
1688
1689 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
1690 and @settitle directives up to help makeinfo find them.
1691
24ddea62
JK
16922009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1693
1694 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
1695 (Auto-loading): Use plural and note one can use multiple components now.
1696
3afae151
VP
16972009-11-01 Vladimir Prus <vladimir@codesourcery.com>
1698
1699 * gdb.texinfo (GDB/MI Stack Manipulation): Make
1700 -stack-list-arguments have the same documentation for parameter
1701 as -stack-list-locals. Add comas.
1702
14ff2235
PM
17032009-10-27 Tom Tromey <tromey@redhat.com>
1704 Eli Zaretskii <eliz@gnu.org>
1705
c8d5aac9 1706 PR python/10781
14ff2235
PM
1707
1708 * gdb.texinfo (Values From Inferior): Document cast method.
1709
9c419145
PP
17102009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
1711
1712 * gdb.texinfo (Machine Code): Mention function name in disasssembly
1713 and adjust example.
889bf7c5 1714
29153c24
MS
17152009-10-22 Michael Snyder <msnyder@vmware.com>
1716
1717 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 1718 info record command. Also document the new save and restore
29153c24
MS
1719 commands.
1720
2b28d209
PP
17212009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
1722
1723 * gdb.texinfo (Machine Code): Mention current pc marker.
1724 (Memory): Likewise.
1725
6c95b8df
PA
17262009-10-19 Pedro Alves <pedro@codesourcery.com>
1727 Stan Shebs <stan@codesourcery.com>
1728
1729 * observer.texi (new_inferior): Rename to...
1730 (inferior_appeared): ... this.
1731
1732 * gdb.texinfo (Inferiors): Rename node to ...
1733 (Inferiors and Programs): ... this. Mention running multiple
1734 programs in the same debug session.
1735 <info inferiors>: Mention the new 'Executable' column if "info
1736 inferiors". Update examples. Document the "add-inferior",
1737 "clone-inferior", "remove-inferior" and "maint info
1738 program-spaces" commands.
1739 (Process): Rename node to...
1740 (Forks): ... this. Document "set|show follow-exec-mode".
1741
2f8132f3
MS
17422009-10-11 Michael Snyder <msnyder@vmware.com>
1743
1744 * gdb.texinfo (ReverseStep): Show default as "unsupported".
1745 (ReverseContinue): Ditto.
1746
cba4b2d3
PP
17472009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
1748
1749 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 1750
da082f17
JK
17512009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1752
1753 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
1754
08be9d71
ME
17552009-10-06 Michael Eager <eager@eagercon.com>
1756
1757 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
1758 (Embedded Processors): Add MicroBlaze.
1759 (MicroBlaze): New. Describe Xilinx MicroBlaze
1760
08a0efd0
PA
17612009-10-04 Pedro Alves <pedro@codesourcery.com>
1762
1763 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
1764
cbb8f428
EZ
17652009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1766
1767 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
1768
30a4a70c
JB
17692009-09-23 Joel Brobecker <brobecker@adacore.com>
1770
1771 * observer.texi (solib_unloaded): Document explicitly the fact that
1772 this observer is called before the associated symbols are unloaded.
1773
b3372f91
VP
17742009-09-19 Vladimir Prus <vladimir@codesourcery.com>
1775
1776 * gdb.texinfo (GDB/MI Stack Manipulation): Document
1777 -stack-list-variables.
1778
f43030c4
TT
17792009-09-18 Tom Tromey <tromey@redhat.com>
1780
1781 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
1782 is experimental.
1783
ec7e75e7
PP
17842009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1785
1786 * gdb.texinfo (convenince variables): Mention
1787 $_siginfo could be empty.
f43030c4 1788
0cc7d26f
TT
17892009-09-15 Tom Tromey <tromey@redhat.com>
1790
1791 * gdb.texinfo (GDB/MI Variable Objects): Document
1792 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
1793 Expand -var-update documentation.
1794
a96d9b2e
SDJ
17952009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1796
1797 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
1798 feature.
1799
005ca36a
JB
18002009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
1801
1802 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
1803
0d772ac9
MS
18042009-09-10 Michael Snyder <msnyder@vmware.com>
1805
1806 * gdb.texinfo (qSupported): Mention new ReverseContinue and
1807 ReverseStep replies to the qSupported query.
1808
14fb1bac
JB
18092009-09-10 Joel Brobecker <brobecker@adacore.com>
1810
1811 Add documentation for set/show interactive-mode.
1812 * gdb.texinfo (Other Misc Settings): New node.
1813
29b090c0
DE
18142009-09-01 Doug Evans <dje@google.com>
1815
1816 * gdb.texinfo (Caching Data of Remote Targets): Add note on
1817 non-stop mode's affect on remote caching.
1818
4e5d721f
DE
18192009-08-31 Jacob Potter <jdpotter@google.com>
1820 Doug Evans <dje@google.com>
1821
1822 * gdb.texinfo (Caching Data of Remote Targets): Update text.
1823 Mark `set/show remotecache' options as obsolete.
1824 Document new `set/show stack-cache' option.
1825 Update text for `info dcache'.
1826
55333a84
DE
18272009-08-27 Doug Evans <dje@google.com>
1828
1829 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
1830 (Files): Add note on new optional regex arg to `info sharedlibrary'.
1831
bc3a0b4d
RW
18322009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1833
1834 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
1835 about autoconf.
1836
3a1ff0b6
PA
18372009-08-25 Pedro Alves <pedro@codesourcery.com>
1838
1839 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
1840 small example, and describe its columns. Replace "inferior-id" by
1841 "infno" throughout.
1842
81ecdfbb
RW
18432009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1844
af542c2e
RW
1845 * gdbint.texinfo (Releasing GDB): Point to
1846 README-maintainer-mode file for required autoconf version.
1847 * configure.ac: Do not substitute datarootdir, htmldir,
1848 pdfdir, docdir. Do not process --with-datarootdir,
1849 --with-htmldir, --with-pdfdir, --with-docdir.
1850 * configure: Regenerate.
1851
81ecdfbb
RW
1852 * configure: Regenerate.
1853
4efc6507
DE
18542009-08-20 Reid Kleckner <reid@kleckner.net>
1855
1856 * gdb.texinfo: Add chapter on JIT interface.
1857
43089a6e
NR
18582009-08-07 Nick Roberts <nickrob@snap.net.nz>
1859
1860 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 1861 confirmation request.
43089a6e 1862
99e008fe
EZ
18632009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
1864
c8d5aac9
L
1865 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
1866 CRC definitions.
99e008fe 1867
48cb2d85
VP
18682009-08-03 Vladimir Prus <vladimir@codesourcery.com>
1869
1870 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 1871 -break-commands.
48cb2d85 1872
ff1a52c6
UW
18732009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1874
1875 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1876 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
1877
3285f3fe
UW
18782009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1879
1880 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1881 "set spu stop-on-load" and "show spu stop-on-load" commands.
1882
e35359c5
UW
18832009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1884
1885 * gdb.texinfo (Target Descriptions): Document <compatible> element.
1886
58d6951d
DJ
18872009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
1888
1889 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
1890 org.gnu.gdb.arm.neon.
1891
08d16641
PA
18922009-07-20 Pedro Alves <pedro@codesourcery.com>
1893
1894 * gdb.texinfo (Target Description Format): Mention the new <osabi>
1895 optional element.
1896 (subsection OS ABI): New subsection.
1897
782b2b07
SS
18982009-07-14 Stan Shebs <stan@codesourcery.com>
1899
1900 * gdb.texinfo (Tracepoint Conditions): New section.
1901 (General Query Packets): Describe ConditionalTracepoints.
1902 (Tracepoint Packets): Describe condition field.
1903 (Maintenance Commands): Describe maint agent-eval.
1904 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
1905
9b117ef3
HZ
19062009-07-11 Hui Zhu <teawater@gmail.com>
1907
1908 * gdb.texinfo (disassemble): Add a new modifier /r
1909 to "disassemble" command to make it print the raw instructions
1910 in hex as well as in symbolic form.
1911
f5a33284
TT
19122009-07-09 Tom Tromey <tromey@redhat.com>
1913
1914 * gdbint.texinfo (Testsuite): Document parallel make check.
1915
812f7342
TT
19162009-07-09 Tom Tromey <tromey@redhat.com>
1917
1918 * gdbint.texinfo (Testsuite): Document test transcripts.
1919
fbb8f299
PM
19202009-07-10 Phil Muldoon <pmuldoon@redhat.com>
1921
1922 * gdb.texinfo (Values From Inferior): Add length parameter
1923 description.
1924
dd8f35ac
EZ
19252009-07-04 Chris Genly <chris@genly.us>
1926
1927 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
1928 in -var-list-children. Fix example according to what the code
1929 does.
1930
2277426b
PA
19312009-07-02 Pedro Alves <pedro@codesourcery.com>
1932
1933 * gdb.texinfo (Debugging multiple inferiors): Document the
1934 "inferior", "detach inferior" and "kill inferior" commands.
1935 (Debugging Programs with Multiple Processes): Adjust to mention
1936 generic "inferior" commands. Delete mention of "detach fork" and
1937 "delete fork". Cross reference to "Debugging multiple inferiors"
1938 section.
1939
a6d9a66e
UW
19402009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1941
5af949e3
UW
1942 * gdbint.texinfo (Item Output Functions): Update signature
1943 for ui_out_field_core_addr.
1944
19452009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1946
1947 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
1948 Update example code extrated from breakpoint.c.
1949
9901a55b 19502009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 1951
9901a55b
PP
1952 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
1953 MI commands.
1954 (GDB/MI Symbol Query): Likewise.
1955 (GDB/MI File Commands): Likewise.
1956 (GDB/MI File Transfer Commands): Likewise.
1957 (GDB/MI Target Manipulation): Likewise.
1958 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 1959
edb3359d
DJ
19602009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
1961
1962 * gdb.texinfo (Debugging Optimized Code): New chapter.
1963 (Compiling for Debugging): Reference it. Move some
1964 text to the new section.
1965
7cd1089b
PM
19662009-06-15 Phil Muldoon <pmuldoon@redhat.com>
1967
1968 * doc/gdb.texinfo (Calling): Document
1969 set-unwind-on-terminating-exception usage.
1970
d4db2f36
PA
19712009-06-11 Pedro Alves <pedro@codesourcery.com>
1972
1973 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
1974 command.
1975
d1a7880c
PA
19762009-06-07 Pedro Alves <pedro@codesourcery.com>
1977
1978 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
1979 references.
1980
473f94e6
UW
19812009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
1982
1983 * gdbint.texinfo: Rename formal parameters to gdbarch function
1984 protoypes from "current_gdbarch" to "gdbarch".
1985
8f500870
TT
19862009-05-28 Tom Tromey <tromey@redhat.com>
1987
1988 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
1989
b6313243
TT
19902009-05-27 Tom Tromey <tromey@redhat.com>
1991
1992 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1993 feature.
1994 (GDB/MI Variable Objects): Document -var-set-visualizer.
1995
19962009-04-02 Tom Tromey <tromey@redhat.com>
1997
1998 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1999 feature.
2000 (GDB/MI Variable Objects): Document -var-set-visualizer.
2001
a6bac58e
TT
20022009-05-27 Tom Tromey <tromey@redhat.com>
2003 Thiago Jung Bauermann <bauerman@br.ibm.com>
2004 Phil Muldoon <pmuldoon@redhat.com>
2005
2006 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
2007 (Pretty Printing): New node.
2008 (Selecting Pretty-Printers): Likewise.
2009 (Python API): Update.
2010 (Output Formats): Document /r format.
2011
2c74e833
TT
20122009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
2013 Tom Tromey <tromey@redhat.com>
2014
2015 * gdb.texinfo (Types In Python): New node.
2016 (Values From Inferior): "type" is now an attribute.
2017 (Python API): Update.
2018
89c73ade
TT
20192009-05-27 Tom Tromey <tromey@redhat.com>
2020 Thiago Jung Bauermann <bauerman@br.ibm.com>
2021 Phil Muldoon <pmuldoon@redhat.com>
2022
2023 * gdb.texinfo: Add @syncodeindex for `tp'.
2024 (Python API): Update.
2025 (Auto-loading): New node.
2026 (Objfiles In Python): New node.
2027
17a37d48
PP
20282009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
2029
2030 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 2031
6718376f
NR
20322009-05-15 Nick Roberts <nickrob@snap.net.nz>
2033
2034 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
2035
cbe54154
PA
20362009-05-12 Pedro Alves <pedro@codesourcery.com>
2037
2038 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
2039 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
2040 show show-debug-regs' docs.
2041
8e05493c
EZ
20422009-05-08 Eli Zaretskii <eliz@gnu.org>
2043
2044 * gdb.texinfo (Process Record and Replay): Add description of
2045 reverse execution.
2046
b39f4988
JB
20472009-05-07 Joel Brobecker <brobecker@adacore.com>
2048
2049 * gdbint.texinfo (Adding support for debugging core files): New node.
2050 (Native Debugging): Remove the ``Native core file Support'' section.
2051
a2311334
EZ
20522009-05-01 Eli Zaretskii <eliz@gnu.org>
2053
2054 * gdb.texinfo (Process Record and Replay): Improve and clarify.
2055 Add index entries.
2056
53cc454a 20572009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 2058 Michael Snyder <msnyder@vmware.com>
53cc454a 2059
a2311334
EZ
2060 * gdb.texinfo: (Process Record and Replay): Add documentation for
2061 process record and replay.
53cc454a 2062
484086b7
JK
20632009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2064
2065 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
2066 a new part on command-line defined macros.
2067
32ae1842
EZ
20682009-04-25 Eli Zaretskii <eliz@gnu.org>
2069
2070 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
2071 clarify the wording.
2072
b14b1491
TT
20732009-04-23 Tom Tromey <tromey@redhat.com>
2074
2075 * gdb.texinfo (Data Files): New node.
2076 (GDB Files): Update menu.
2077
5c1e86e1
JB
20782009-04-23 Joel Brobecker <brobecker@adacore.com>
2079
2080 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 2081 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 2082
83eba9b7
VP
20832009-04-22 Vladimir Prus <vladimir@codesourcery.com>
2084
2085 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
2086
e31198c4
HZ
20872009-04-22 Hui Zhu <teawater@gmail.com>
2088
2089 * gdb.texinfo (disassemble-next-line): Set the default of
2090 disassemble-next-line to off.
2091
26e251b6
JM
20922009-04-21 Joseph Myers <joseph@codesourcery.com>
2093
2094 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
2095 --with-htmldir): New.
2096 * configure: Regenerate.
2097 * Makefile.in (datarootdir, docdir): Define.
2098 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
2099 instead of $(SET_TEXINPUTS).
2100 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
2101 gdbint.info instead of $(SET_TEXINPUTS).
2102 (gdbint/index.html): Use same -I options as for building
2103 gdbint.info.
2104 (stabs.dvi, stabs.pdf): Use same -I options as for building
2105 stabs.info instead of $(SET_TEXINPUTS).
2106 (stabs/index.html): Use same -I options as for building
2107 stabs.info.
2108 (annotate.dvi, annotate.pdf): Use same -I options as for building
2109 annotate.info instead of $(SET_TEXINPUTS).
2110 (annotate/index.html): Use same -I options as for building
2111 annotate.info.
2112
eac35c4e
DD
21132009-04-21 David Daney <ddaney@caviumnetworks.com>
2114
2115 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
2116
29b0e8a2
JM
21172009-04-21 Joseph Myers <joseph@codesourcery.com>
2118
2119 * gdb.texinfo (Source Path): Document --with-relocated-sources.
2120
2b831889 21212009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 2122 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
2123
2124 * Makefile.in (MAKEHTML): Set to makeinfo --html.
2125 (MAKEHTMLFLAGS): Set to empty.
2126 (html__strip_dir): Define.
2127 (HTMLFILES): Define.
2128 (HTMLFILES_INSTALL): Define.
2129 (install-html): Copy new automake rule.
2130 (html): Depend on $(HTMLFILES).
2131 (gdb_toc.html): Rename to gdb/index.html.
2132 (gdbint_toc.html): Rename to gdbint/index.html.
2133 (stabs_toc.html): Rename to stabs/index.html.
2134 (annotate_toc.html): Rename to annotate/index.html.
2135
89a34d1b
JM
21362009-04-17 Carlos O'Donell <carlos@codesourcery.com>
2137
2138 * Makefile.in: Set pdfdir and htmldir from configure
2139 substitutions.
2140 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
2141 * configure: Regenerate.
2142
a2d5da46
JB
21432009-04-16 Joel Brobecker <brobecker@adacore.com>
2144
2145 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
2146 This macro is no longer used.
2147
732f6a93
TT
21482009-04-15 Tom Tromey <tromey@redhat.com>
2149
2150 * gdb.texinfo (Character Sets): Document default character set.
2151
87f9adc1
PM
21522009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
2153
2154 * gdbint.texinfo: Change server name from sources.redhat.com to
2155 sourceware.org throughout.
2156
2c88c651
JB
21572009-04-09 Joel Brobecker <brobecker@adacore.com>
2158
2159 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
2160 about a missing dot or coma after @xref.
2161
4f5376b2
JB
21622009-04-02 Joel Brobecker <brobecker@adacore.com>
2163
2164 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
2165 example, and add a small explanation about it.
2166 (Print Settings): Change the documentation of the "set print
2167 frame-arguments" to reflect the fact that the default is now "scalars".
2168
a0381d3a
JB
21692009-04-02 Joel Brobecker <brobecker@adacore.com>
2170
2171 * gdb.texinfo (Print Settings): Add kindex for command "set
2172 print frame-arguments".
2173
45ac276d
JB
21742009-03-31 Joel Brobecker <brobecker@adacore.com>
2175
2176 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
2177 breakpoints.
2178 (Set Breaks): Add reference to thread-specific and task-specific
2179 breakpoints.
2180
32cd1edc
JB
21812009-03-31 Joel Brobecker <brobecker@adacore.com>
2182
2183 * gdb.texinfo (Ada Tasks): Remove the documentation about
2184 the "Running" state, as this state has been eliminated.
2185 Now all runnable tasks are shown as "Runnable".
2186
1042e4c0
SS
21872009-03-30 Stan Shebs <stan@codesourcery.com>
2188
2189 * gdb.texinfo (Tracepoints): Describe tracepoints as a
2190 special case of breakpoints.
2191 (Enable and Disable Tracepoints): Mention deprecation.
2192 (Listing Tracepoints): Update description and example.
2193
f8f6f20b
TJB
21942009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2195
2196 * gdb.texinfo (Frames in Python): New node.
2197 (Python API): Update.
2198
c0c6f777
TJB
21992009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
2200
2201 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
2202 from a method to an attribute.
2203
def2b000
TJB
22042009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
2205
2206 * gdb.texinfo (Values From Inferior): Document is_optimized_out
2207 attribute.
2208
a07daef3
PA
22092009-03-25 Pedro Alves <pedro@codesourcery.com>
2210
2211 * observer.texi (thread_exit): Add "silent" parameter.
2212
f3b1572e
PA
22132009-03-22 Pedro Alves <pedro@codesourcery.com>
2214
2215 * observer.texi (about_to_proceed): New.
2216
587afa38
EZ
22172009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
2218
2219 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
2220 field throughout to handle types with spaces in them. Fix typos
2221 found by aspell.
2222 (Summary, Requirements, Contributors): New first chapter,
2223 "Summary" added, old Requirements section moved there, and new
2224 section, "Contributors" added.
2225 (Initializing a New Architecture, Register Representation)
2226 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
2227 (Porting gdb): These sections extended and updated.
2228 (Compiler Characteristics): This section (empty) deleted.
2229 (Defining Other Architecture Features): This section renamed and
2230 duplicate material removed from (formerly "Target Conditionals").
2231 Use braces {} in @deftypeXX type field throughout to handle types
2232 with spaces in them. Typos found by aspell fixed.
2233
2234 * stack_frame.svg: New file, source of image for gdbint.texinfo.
2235 * stack_frame.pdf: Version of image for PDF output.
2236 * stack_frame.png: Version of image for HTML output and for Emacs.
2237 * stack_frame.txt: Version of image for Info output.
1db61298 2238 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 2239
10af6951
EZ
22402009-03-21 Eli Zaretskii <eliz@gnu.org>
2241
2242 * gdb.texinfo (Character Sets): Fix last change.
2243
cc924cad
TJB
22442009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
2245
2246 * gdb.texinfo (Values From Inferior): Fix optional arguments
2247 markup.
2248 (Commands In Python): Adjust argument names of gdb.Command.__init__
2249 to what the function accepts as keywords.
2250
bc3b79fd
TJB
22512008-03-20 Tom Tromey <tromey@redhat.com>
2252
2253 * gdb.texinfo (Convenience Vars): Document convenience functions.
2254 (Functions In Python): New node.
2255 (Python API): Update.
2256
6c7a06a3
TT
22572009-03-20 Tom Tromey <tromey@redhat.com>
2258
2259 * gdb.texinfo (Character Sets): Remove obsolete text. Document
2260 set target-wide-charset.
2261 (Requirements): Mention iconv.
2262
b646ddd4
HZ
22632009-03-17 Hui Zhu <teawater@gmail.com>
2264
2265 * gdb.texinfo: Change the introduce of "disassemble-next-line".
2266
91440f57
HZ
22672009-03-17 Hui Zhu <teawater@gmail.com>
2268
2269 * gdb.texinfo: Add documentation for disassemble-next-line.
2270
8fd41227
TJB
22712009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2272
2273 * gdb.texinfo (Commands In Python): Remove tindex entries.
2274
61ff14c6
JK
22752009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2276
2277 * gdb.texinfo (Returning): New description for missing debug info.
2278
0b16c5cf
PA
22792009-03-14 Pedro Alves <pedro@codesourcery.com>
2280
2281 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 2282 (General Query Packets): Document qAttached.
0b16c5cf 2283
32fc0df9
PA
22842009-03-05 Pedro Alves <pedro@codesourcery.com>
2285
2286 * gdb.texinfo (Background Execution): Better describe the set
2287 target-async command.
2288 (Maintenance Commands): Delete description of the `maint set/show
2289 linux-async' and `maint set/show remote-async' commands.
2290
134eb42c
VP
22912009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2292
2293 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
2294 between sentences.
2295
c86cf029
VP
22962009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2297
2298 * gdb.texinfo (GDB/MI Async Records): Document the
2299 =library-loaded and =library-unloaded notifications.
2300
3ea85240
VP
23012009-02-17 Vladimir Prus <vladimir@codesourcery.com>
2302
2303 * observer.texi (test_notification): New observer.
2304
1d33d6ba
VP
23052009-02-14 Vladimir Prus <vladimir@codesourcery.com>
2306
61ff14c6
JK
2307 * observer.texi: Add parameter 'print_frame' to normal_stop
2308 observer.
1d33d6ba 2309
d721c933
EZ
23102009-02-07 Eli Zaretskii <eliz@gnu.org>
2311
2312 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
2313 (Commands In Python): Fix COMMAND_* constants in last change. Use
2314 @kbd for interactive input. Add cross-references and index
2315 entries.
2316
4aa995e1
PA
23172009-02-06 Pedro Alves <pedro@codesourcery.com>
2318
2319 * gdb.texinfo (Signals): Document $_siginfo.
2320 (Convenience Variables): Mention $_siginfo.
2321 (Remote Configuration): Document qXfer:siginfo:read,
2322 qXfer:siginfo:write packets, and the read-siginfo-object,
2323 write-siginfo-object commands.
2324
5f5233d4
PA
23252009-02-06 Pedro Alves <pedro@codesourcery.com>
2326
2327 * gdbint.texinfo (Values): New chapter.
2328
d8906c6f
TJB
23292009-02-06 Tom Tromey <tromey@redhat.com>
2330
2331 * gdb.texinfo (Python API): Add entry for Commands In Python.
2332 (Commands In Python): New node.
2333
b6cb8e7d
TJB
23342009-02-05 Tom Tromey <tromey@redhat.com>
2335
2336 * gdb.texinfo (Values From Inferior): Document Value.string.
2337
12453b93
TJB
23382009-02-05 Tom Tromey <tromey@redhat.com>
2339
2340 * gdb.texinfo (Basic Python): Document execute's from_tty
2341 argument.
2342
08c637de
TJB
23432009-02-04 Tom Tromey <tromey@redhat.com>
2344
2345 * gdb.texinfo (Basic Python): Document gdb.history.
2346
592375cd
VP
23472009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2348
2349 * gdb.texinfo (GDB/MI Thread Commands): Document the
2350 'current-thread-id' field. Remove the example with zero threads,
2351 since current GDB won't ever report that if there's inferior.
2352
41447f92
VP
23532009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2354
2355 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
2356 option to -break-insert.
2357
098b41a6
JG
23582009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2359 Jerome Guitton <guitton@adacore.com>
2360
2361 * gdb.texinfo (Startup): Document --with-system-gdbinit.
2362 (System-wide configuration): New section.
2363
3c16cced
PA
23642009-01-26 Pedro Alves <pedro@codesourcery.com>
2365
2366 PR gdb/7580:
2367 * gdb.texinfo (Maintenance Commands): Document "maint set|show
2368 internal-error|internal-warning quit|corefile ask|yes|no".
2369
62709adf
PA
23702009-01-26 Pedro Alves <pedro@codesourcery.com>
2371
2372 * gdb.texinfo (Using the `gdbserver' Program): Document
2373 --remote-debug.
2374
7ce58dd2
DE
23752009-01-23 Doug Evans <dje@google.com>
2376
2377 * gdb.texinfo: Add nexti to list of commands that support
2378 background execution.
2379
adb483fe
DJ
23802009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
2381
2382 * gdb.texinfo (Define, Hooks): Document prefix command support.
2383
a67ec3f4 23842009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 2385 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
2386
2387 Fixes for makeinfo --html.
2388
2389 * annotate.texinfo: Use @copying and @insertcopying. Use
2390 @ifnottex in place of @ifinfo.
2391 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
2392 place of @ifinfo. Use @ifnotinfo for one index entry.
2393 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
2394 in place of @ifinfo.
2395 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
2396 in place of @ifinfo. Include contents at start unconditionally.
2397
84fcdf95
PA
23982009-01-13 Pedro Alves <pedro@codesourcery.com>
2399
2400 * gdb.texinfo (General Query Packets): Remove @var{} around the
2401 "spu" literal string.
2402
fa3a767f
PA
24032009-01-07 Pedro Alves <pedro@codesourcery.com>
2404
2405 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
2406 program may be running in another process" errors.
2407 * gdbint.texinfo (Native Conditionals): Delete
2408 ONE_PROCESS_WRITETEXT description.
2409
9cb011d3
JB
24102009-01-07 Joel Brobecker <brobecker@adacore.com>
2411
2412 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
2413 emacs local variable to be placed at the end of the ChangeLog.
2414 Add server.c and gdbreplay.c to the list of files where the
2415 copyright year needs to be updated.
2416
84603566
SL
24172009-01-06 Sandra Loosemore <sandra@codesourcery.com>
2418
2419 * gdb.texinfo (Remote Configuration): Document new
2420 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
2421 commands.
2422
a53f55d8
PA
24232008-12-28 Pedro Alves <pedro@codesourcery.com>
2424
2425 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
2426 FETCH_INFERIOR_REGISTERS.
2427 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
2428 FETCH_INFERIOR_REGISTERS descriptions. Remove
2429 gdbarch_get_longjmp_target descrition, since already described in
2430 Target Conditionals. Move gdbarch_fp0_regnum description to ...
2431 (Target Conditionals): ... here.
2432
077e0a52
JB
24332008-12-16 Joel Brobecker <brobecker@adacore.com>
2434
2435 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
2436 examples.
2437 (Additions to Ada): Likewise. Add the missing opening and closing
2438 parenthesis of the GDB prompt in one of the examples.
2439
023eb17c
JB
24402008-12-14 Joel Brobecker <brobecker@adacore.com>
2441
2442 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
2443 about the result of 'Address not being of type System.Address.
2444 This problem has been fixed a while ago.
2445
c3b108f7
VP
24462008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2447
2448 MI non-stop and multiprocess docs.
2449
c8d5aac9
L
2450 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
2451 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
2452 Adjust documentation for *stopped, document =thread-created,
2453 =thread-exited, =thread-group-created and =thread-group-exited.
2454 (GDB/MI Thread Commands): Document the 'state' field in
2455 -thread-info output.
2456 (GDB/MI Program Execution): Mention --all and --thread-group
2457 options.
2458 (GDB/MI Variable Objects): Describe floating and fixed variable
2459 objects.
2460 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 2461
07e059b5
VP
24622008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2463
c8d5aac9
L
2464 * gdb.texinfo (Operating System Information): New appendix.
2465 (Operating System Auxiliary Information): Document 'info os processes'
2466 (Remote Configuration): Document 'osdata'
2467 (General Query Packets): Document qXfer:osdata:read.
07e059b5 2468
a80b95ba
TG
24692008-11-27 Tristan Gingold <gingold@adacore.com>
2470
2471 * gdb.texinfo (Darwin): Document Darwin specific features.
2472
a655d424
JK
24732008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2474
2475 * gdbint.texinfo (Target Conditionals): Extend the
2476 gdbarch_breakpoint_from_pc description.
2477
249e1128
VP
24782008-11-22 Vladimir Prus <vladimir@codesourcery.com>
2479
2480 * gdb.texinfo (M68K Features): Fix typo.
2481
c14c28ba
PP
24822008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2483
2484 * gdb.texinfo (Symbols): Mention printing containing
2485 image name in "info symbol".
2486 (Maint translate-address): Likewise.
889bf7c5 2487
394a6666
JB
24882008-11-18 Joel Brobecker <brobecker@adacore.com>
2489
2490 * gdb.texinfo (Set Catchpoints): Remove the documentation of
2491 commands "catch load" and "catch unload".
2492
66bb093b
VP
24932008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2494
2495 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 2496 =thread-selected.
889bf7c5 2497
4a92f99b
VP
24982008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2499
c8d5aac9 2500 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 2501
f0323ca0
PA
25022008-10-27 Pedro Alves <pedro@codesourcery.com>
2503
2504 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
2505 .mt files, TM_CLIBS or TM_CDEPS.
2506 (x86 Watchpoints): Don't mention TDEPFILES.
2507
8b23ecc4
SL
25082008-10-24 Sandra Loosemore <sandra@codesourcery.com>
2509
2510 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
2511 (Overview): Mention notifications and non-stop mode behavior.
2512 (Packets): Update documentation of ?, vAttach, vCont, and vRun
2513 with non-stop mode behavior. Add vStopped description.
2514 (Stop Reply Packets): Update list of packets that return
2515 stop replies. Mention non-stop behavior.
2516 (General Query Packets): Document QNonStop packet and associated
2517 qSupported query response.
2518 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
2519 behavior.
2520 (Notification Packets): New section.
2521 (Remote Non-Stop): New section.
2522 (File-I/O Overview): Mention non-stop behavior.
2523
fff08868
HZ
25242008-10-24 Hui Zhu <teawater@gmail.com>
2525 Pedro Alves <pedro@codesourcery.com>
2526
2527 * gdb.texinfo (displaced-stepping): Describe the auto mode
2528 setting, and say it's the default. This is now a mainstream
2529 setting instead of a maintenance setting.
2530
252fbfc8
PA
25312008-10-23 Pedro Alves <pedro@codesourcery.com>
2532
2533 * observer.texi (thread_stop_requested): New.
2534
20924a55
JB
25352008-10-22 Joel Brobecker <brobecker@adacore.com>
2536
2537 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
2538 (Patching): Replace incorrect usage of @samp by @kbd.
2539
bacec72f
MS
25402008-10-17 Michael Snyder <msnyder@vmware.com>
2541
2542 * gdb.texinfo: Add documentation for reverse execution.
2543
a08702d6 25442008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 2545 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
2546
2547 * gdb.texinfo. (Values From Inferior): New subsubsection.
2548
d97bc12b
DE
25492008-10-06 Doug Evans <dje@google.com>
2550
2551 * gdb.texinfo (set debug dwarf2-die): Document it.
2552
87f67dba
JB
25532008-10-01 Joel Brobecker <brobecker@adacore.com>
2554
2555 * gdb.texinfo (catch) [exception]: Document how to insert
2556 a breakpoint on user-defined exceptions when the exception
2557 name is identical to one of the language-defined ones.
2558
2fae03e8
TT
25592008-09-27 Tom Tromey <tromey@redhat.com>
2560
2561 * gdb.texinfo (Macros): Remove text about stringification,
2562 varargs, and splicing.
2563
5c6ce71d
TT
25642008-09-27 Tom Tromey <tromey@redhat.com>
2565
2566 * gdbint.texinfo (Language Support): Remove text about omitting
2567 support for a language.
2568
07128da0
DE
25692008-09-23 Doug Evans <dje@google.com>
2570
2571 * gdb.texinfo (info dcache): Update.
2572
b90a069a
SL
25732008-09-22 Sandra Loosemore <sandra@codesourcery.com>
2574
2575 * gdb.texinfo (Packets): Add info on thread-id syntax and
2576 multiprocess extensions.
2577 <D>: Document multiprocess form of packet.
2578 <H>: Use thread-id syntax.
2579 <T>: Likewise.
2580 <vCont>: Likewise. Note this is required for multiprocess.
2581 <vKill>: New packet.
2582 (Stop Reply Packets) <T>: Use thread-id syntax.
2583 <W>: Document multiprocess form of reply.
2584 <X>: Likewise.
2585 (General Query Packets) <qC>: Use thread-id syntax.
2586 <qfThreadInfo>: Likewise.
2587 <qGetTLSAddr>: Likewise.
2588 <qP>: Likewise.
2589 <qSupported>: Add "multiprocess" feature.
2590 <qThreadExtraInfo>: Use thread-id syntax.
2591
b77209e0
PA
25922008-09-22 Stan Shebs <stan@codesourcery.com>
2593
2594 * gdb.texinfo (Inferiors): New section.
2595
3d0bb823
PA
25962008-09-12 Pedro Alves <pedro@codesourcery.com>
2597
2598 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
2599
f8dcfc0a
UW
26002008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2601
2602 * gdbint.texinfo (Target Conditionals): Remove documentation
2603 for gdbarch_name_of_malloc.
2604
8775bb90
MS
26052008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
2606
2607 * gdb.texinfo (Interrupts): Mention TCP interface for
2608 sending BREAK.
2609
f1838a98
UW
26102008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
2611
2612 * gdb.texinfo (Commands to Specify Files): Document "remote:"
2613 argument prefix to "set sysroot".
2614
158c7665
PH
26152008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
2616
2617 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
2618 and False.
2619
30e026bb
VP
26202008-08-20 Vladimir Prus <vladimir@codesourcery.com>
2621
c8d5aac9
L
2622 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
2623 for possible features of -list-features.
30e026bb 2624
c6ebd6cf
VP
26252008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2626
c8d5aac9 2627 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
2628 (GDB/MI Miscellaneous Commands): Document -list-target-features.
2629
aeac0ff9
VP
26302008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2631
2632 * doc/gdb.texinfo (PowerPC): Fix typo.
2633 (PowerPC features): Fix typo.
2634
5231c1fd
PA
26352008-08-18 Pedro Alves <pedro@codesourcery.com>
2636
2637 * observer.texi (thread_ptid_changed): New.
2638
677c5bb1
LM
26392008-08-18 Luis Machado <luisgpm@br.ibm.com>
2640
2641 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
2642 (PowerPC features): Mention feature set for VSX registers.
2643
f3a2dd1a
JB
26442008-08-13 Joel Brobecker <brobecker@adacore.com>
2645
2646 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
2647 the direct visibility of all names in user-written packages.
2648
33e5cbd6
PA
26492008-08-13 Pedro Alves <pedro@codesourcery.com>
2650
2651 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
2652 setting, and make it the default.
2653 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
2654 non-stop script example.
2655
d0384fc4
TJB
26562008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
2657
2658 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
2659 reference to the "Using Different Register and Memory Data
2660 Representation" section.
2661
a6f3e723
SL
26622008-08-12 Sandra Loosemore <sandra@codesourcery.com>
2663
2664 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
2665 (Remote Protocol): Add Packet Acknowledgment to menu.
2666 (Overview): Mention +/- can be disabled, and point to new section
2667 where this is discussed in detail.
2668 (General Query Packets): Document QStartNoAckMode packet, and
2669 corresponding qSupported reply.
2670 (Packet Acknowledgment): New section.
2671
0606b73b
SL
26722008-08-11 Sandra Loosemore <sandra@codesourcery.com>
2673 Pedro Alves <pedro@codesourcery.com>
2674
2675 * gdb.texinfo (Threads): Move paragraph about automatic thread
2676 selection to All-Stop Mode subsection.
2677 (Thread Stops): Reorganize existing material into subsections.
2678 Add introductory blurb and menu.
2679 (Non-Stop Mode): New subsection.
2680 (Background Execution): New subsection.
2681 (Maintenance Commands): Add cross-references from async mode
2682 commands to the new Background Execution section.
2683
d57a3c85
TJB
26842008-08-06 Tom Tromey <tromey@redhat.com>
2685
2686 * gdb.texinfo (Extending GDB): New chapter.
2687 (Sequences): Demoted chapter, now a section under the new
2688 Extending GDB chapter.
2689 (Python): New section.
2690
6d76a53d
SS
26912008-07-31 Stan Shebs <stan@codesourcery.com>
2692
2693 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
2694
1f70da6a
SS
26952008-07-29 Stan Shebs <stan@codesourcery.com>
2696
2697 * gdbint.texinfo: General round of cleanup and minor
2698 clarifications.
2699 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
2700 (Longjmp Support): Update description to reflect how it is done
2701 for targets without using native header.
2702 (Symbol Handling): Add a little more general explanation.
2703 (COFF, ELF): Mention stabs encapsulation.
2704 (DWARF 3): New section.
2705 (Adding a New Host): Scrub out some obsolete bits.
2706 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
2707 (Host Conditionals): Remove descriptions of NO_STD_REGS,
2708 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
2709 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
2710 SEEK_SET, STOP_SIGNAL, USG.
2711 (Raw and Virtual Register Representations): Ditto for
2712 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
2713 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
2714 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
2715 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
2716 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
2717 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
2718 DEPRECATED_REGISTER_VIRTUAL_SIZE,
2719 DEPRECATED_REGISTER_VIRTUAL_TYPE,
2720 DEPRECATED_USE_STRUCT_CONVENTION.
2721 Describe gdbarch_deprecated_fp_regnum.
2722 Update description of gdbarch_print_insn.
2723 (Adding a New Target): Scrub out obsolete bits.
2724 (Obsolete Conditionals): Remove entire section.
2725
383f836e
TT
27262008-07-25 Tom Tromey <tromey@redhat.com>
2727
2728 * observer.texi (GDB Observers): Document new observers:
2729 breakpoint_created, breakpoint_deleted, breakpoint_modified,
2730 tracepoint_created, tracepoint_deleted, tracepoint_modified,
2731 architecture_changed.
2732
cfd8ab24
SS
27332008-07-21 Stan Shebs <stan@codesourcery.com>
2734
2735 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
2736 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
2737
781b42b0
TT
27382008-07-21 Tom Tromey <tromey@redhat.com>
2739
2740 * observer.texi (GDB Observers): Remove obsolete comment.
2741 <executable_changed>: Remove argument.
2742
d7d9f01e
TT
27432008-07-18 Tom Tromey <tromey@redhat.com>
2744
2745 * gdb.texinfo (Macros): Update. Use @code rather than @command.
2746
bf250677
DE
27472008-07-10 Doug Evans <dje@google.com>
2748
2749 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
2750
10568435
JK
27512008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2752
2753 * gdb.texinfo (Starting): Document "set disable-randomization".
2754
5ae4183a
AS
27552008-07-07 Andreas Schwab <schwab@suse.de>
2756
2757 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
2758
b56e7235
VP
27592008-07-06 Vladimir Prus <vladimir@codesourcery.com>
2760
2761 * gdb.texinfo (GDB/MI Target Manipulation): Add
2762 example of -target-attach.
2763
e1ac3328
VP
27642008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2765
2766 * observer.texi (target_resumed): New observer.
5ae4183a 2767 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 2768
65d12d83
TT
27692008-06-06 Tom Tromey <tromey@redhat.com>
2770
2771 * gdb.texinfo (Completion): Add field name example.
2772
fbc5282e
MK
27732008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
2774
2775 * gdb.texinfo (GDB/MI Program Context): Added example
2776 to -exec-arguments
5ae4183a 2777
fbc5282e 27782008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
2779
2780 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
2781 annotation.
2782
c16158bc 27832008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
2784 Nathan Sidwell <nathan@codesourcery.com>
2785 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
2786
2787 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
2788 and ACX_BUGURL.
2789 * configure: Regenerate.
2790 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
2791 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
2792 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
2793 mailing-list-specific text about bug reporting unless
2794 BUGURL_DEFAULT.
2795
75c99385
PA
27962008-06-05 Pedro Alves <pedro@codesourcery.com>
2797
2798 * gdb.texinfo (-target-select): Remove reference to target async.
2799 (Maintenance Commands): Document "maint set/show remote-async".
2800
1763a388
MK
28012008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
2802
2803 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
2804 in -target-file-get section.
5ae4183a 2805
d0d064df
PA
28062008-05-22 Pedro Alves <pedro@codesourcery.com>
2807
9b562ab8
PA
2808 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
2809 killing the inferior when it is already debugging a process.
d0d064df 2810
8dfa32fc
JB
28112008-05-21 Joel Brobecker <brobecker@adacore.com>
2812
2813 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
2814 abbreviation for "finish".
2815
55f996a7
NR
28162008-05-21 Nick Roberts <nickrob@snap.net.nz>
2817
2818 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
2819
ba2b1c56
DJ
28202008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
2821
2822 * gdbint.texinfo (Target Conditionals): Delete entry for
2823 gdbarch_dwarf_reg_to_regnum.
2824
08388c79
DE
28252008-05-09 Doug Evans <dje@google.com>
2826
a3c83fae 2827 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 2828
d14508fe
DE
28292008-05-05 Doug Evans <dje@google.com>
2830
2831 * gdb.texinfo (disassemble): Document /m modifier.
2832
e2b7ddea
VP
28332008-05-05 Vladimir Prus <vladimir@codesourcery.com>
2834
5ae4183a
AS
2835 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
2836 will not report the time of commands that run the target.
e2b7ddea 2837
8eb41542
VP
28382008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2839
2840 * gdb.texinfo (GDB/MI Output Records): Add
2841 missing semicolon.
2842
82f68b1c
VP
28432008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2844
2845 * gdb.texinfo (GDB/MI Output Records):
2846 Document =thread-create and =thread-exited.
2847
fa0f268d
VP
28482008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2849
2850 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 2851 Remove mention of dmi-discuss.
fa0f268d 2852
063bfe2e
VP
28532008-05-03 Pedro Alves <pedro@codesourcery.com>
2854
2855 * observer.texi (thread_exit): New.
2856
237fc4c9
PA
28572008-05-02 Pedro Alves <pedro@codesourcery.com>
2858
2859 * gdb.texinfo (Debugging Output): Document "set/show debug
2860 displaced".
2861 (Maintenance Commands): Document "maint set/show
2862 can-use-displaced-stepping".
2863
0428b8f5
DJ
28642008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
2865
2866 * gdb.texinfo (ARM): Document set/show arm fallback-mode
2867 and set/show arm force-mode.
2868
5009afc5
AS
28692008-05-02 Andreas Schwab <schwab@suse.de>
2870
2871 * gdbint.texinfo (Algorithms): Describe
2872 target_watchpoint_addr_within_range.
2873
669fac23
DJ
28742008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2875
2876 * gdbint.texinfo (Stack Frames): New chapter.
2877 (Algorithms): Move Frames text to the new chapter.
2878 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
2879 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
2880
721c02de
VP
28812008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2882
5ae4183a
AS
2883 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
2884 output does not necessary include any tokens.
721c02de 2885
c055b101
CV
28862008-04-22 Corinna Vinschen <vinschen@redhat.com>
2887
2888 * gdb.texinfo (Set SH Calling convention): New @item.
2889 (Show SH Calling convention): Ditto.
2890
68837c9d
MD
28912008-04-22 Markus Deuling <deuling@de.ibm.com>
2892
2893 * gdb.texinfo (Fortran Operators): Describe '%' operator.
2894
2e9132cc
EZ
28952008-04-20 Eli Zaretskii <eliz@gnu.org>
2896
2897 * gdb.texinfo (Set Breaks): Mention that multiple location
2898 breakpoints need line number info. Add index entries.
2899
31fffb02
CS
29002008-04-19 Craig Silverstein <csilvers@google.com>
2901
2902 * gdb.texinfo (Requirements): Add an optional requirement on
2903 zlib.
2904 * gdbint.texinfo (Debugging File Formats): Add new subsection for
2905 Compressed DWARF 2.
2906
a47ec5fe
AR
29072008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
2908
2909 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
2910 sample output for 'stopped,reason="breakpoint-hit"' message.
2911 (GDB/MI Program Execution): Likewise.
2912
de051565
MK
29132008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
2914
5ae4183a 2915 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
2916 -var-set-format. Add -f option to -var-evaluate-expression.
2917
6ba66d6a
JB
29182008-04-03 Joel Brobecker <brobecker@adacore.com>
2919
2920 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
2921 new node "Ambiguous Expressions". Replace references to this
2922 node by references to "Ambiguous Expressions" throughout.
2923 (Ambiguous Expressions): New node.
2924
1e26b4f8
DJ
29252008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
2926
2927 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
2928
b84876c2
PA
29292008-03-21 Pedro Alves <pedro@codesourcery.com>
2930
2931 * gdb.texinfo (Debugging Output): Document
2932 "set/show debug lin-lwp-async".
2933 (Maintenance Commands): Document "maint set/show linux-async".
2934
63092375
DJ
29352008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
2936
2937 * gdb.texinfo (Expressions): Update description of malloced arrays.
2938
8e8901c5
VP
29392008-03-15 Vladimir Prus <vladimir@codesourcery.com>
2940
2941 * gdb.texinfo (Thread Commands): Document
2942 -thread-info. Remove -thread-list-all-threads.
2943
1fddbabb
PA
29442008-03-14 Pedro Alves <pedro@codesourcery.com>
2945 Sandra Loosemore <sandra@codesourcery.com>
2946
2947 * gdb.texinfo (Library List Format): Update to mention the
2948 possibility to pass section addresses instead of segment
2949 addresses.
2950
ccd213ac
DJ
29512008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
2952
2953 * gdb.texinfo (Starting): Document "set exec-wrapper".
2954 (Server): Document gdbserver --wrapper.
2955
fa4727a6
DJ
29562008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
2957
2958 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
2959 unreadable memory. Delete obsolete SPARClite reference.
2960
8edfe269
DJ
29612008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
2962
2963 * gdb.texinfo (Starting): Mention always-running targets.
2964 (Target Commands): Add an anchor for load.
2965 (Connecting): Explain continue instead of run.
2966
1843f87b
DJ
29672008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
2968
2969 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
2970
f9082629
NR
29712008-02-26 Nick Roberts <nickrob@snap.net.nz>
2972
2973 * gdb.texinfo (Set Breaks): Revert description of Enb column of
2974 breakpoint table.
2975
fd96d250
PA
29762008-02-19 Pedro Alves <pedro@codesourcery.com>
2977
2978 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
2979 killing the inferior when it is already debugging a process.
2980
36af4ef6
MD
29812008-02-13 Markus Deuling <deuling@de.ibm.com>
2982
2983 * gdbint.texinfo (Build Script): New section. Mention new build script
2984 gdb_buildall.sh.
2985
cda4ce5a
JB
29862008-02-01 Jim Blandy <jimb@red-bean.com>
2987
2988 * gdb.texinfo (Help): Summarize 'info args' correctly.
2989
4acd40f3
TJB
29902008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2991
2992 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
2993 available in PowerPC architecture.
2994 (Embedded Processors): Change node name of PowerPC item in menu.
2995 (PowerPC): Rename to...
2996 (PowerPC Embedded): this.
2997 (Architectures): Add new PowerPC item in menu.
2998 (PowerPC): New node.
2999
6e6c6f50
DJ
30002008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
3001
3002 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
3003 commands.
3004
5ee187d7
DJ
30052008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
3006
3007 * gdb.texinfo (Setting Catchpoints): Mention features
3008 supported on GNU/Linux.
3009
e275c0d9
NR
30102008-01-30 Nick Roberts <nickrob@snap.net.nz>
3011
3012 * gdb.texinfo (GDB/MI File Commands): Describe new output
3013 field for MI command -file-list-exec-source-file.
3014
2d717e4f
DJ
30152008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3016
3017 * gdb.texinfo (Using the `gdbserver' Program): Add security
3018 warning. Rearrange into subsections and subsubsections. Document
3019 --multi and --debug. Correct --with-sysroot typo. Update --attach
3020 usage. Make load reference clearer. Document monitor exit.
3021 (Remote Configuration): Document set remote exec-file, attach-packet,
3022 and run-packet.
3023 (Packets): Document vAttach and vRun.
3024
d35a4257 30252008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
3026
3027 * gdb.texinfo (Processes): Mention process command.
889bf7c5 3028 detach-on-follow -> detach-on-fork.
f663676d 3029
c78d192c
DJ
30302008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3031
3032 * gdbint.texinfo (Native Conditionals): Remove
3033 SHELL_COMMAND_CONCAT and SHELL_FILE.
3034
d35a4257
EZ
30352008-01-26 Eli Zaretskii <eliz@gnu.org>
3036
3037 * gdb.texinfo (Specify Location): Improve wording.
3038
93815fbf
VP
30392008-01-23 Chris Demetriou <cgd@google.com>
3040
3041 * gdb.texinfo (Threads): Document new "set print thread-events"
3042 and "show print thread-events" commands.
3043
2a25a5ba
EZ
30442008-01-19 Eli Zaretskii <eliz@gnu.org>
3045
3046 * gdb.texinfo (Specify Location): New section.
3047 (Delete Breaks, Edit, Set Breaks): Remove description of
3048 locations. Instead, add a reference to "Specify Location".
3049 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
3050 (Symbols): Refer to "Specify Location" for the valid forms of
3051 linespecs and locations.
3052
32c9a795
MD
30532008-01-18 Markus Deuling <deuling@de.ibm.com>
3054
3055 * gdbint.texinfo (Target Conditionals): Replace the description of
3056 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
3057
b17828ca
JB
30582008-01-12 Paul Hilfinger <hilfinger@adacore.com>
3059
3060 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
3061 about &&var, which is rejected by the expression parser.
3062
0aea4bf3
LM
30632008-01-09 Luis Machado <luisgpm@br.ibm.com>
3064
3065 * gdb.texinfo (Output): Update documentation on using printf with DFP
3066 types.
3067
febe4383
TJB
30682008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
3069
3070 * gdb.texinfo (C and C++): Add Decimal Floating Point format
3071 subsubsection.
3072 (Decimal Floating Point format): New subsubsection.
3073
7a404eba
PA
30742008-01-05 Pedro Alves <pedro@codesourcery.com>
3075
3076 * gdb.texinfo (File Options): Remove mention of the attempt to
3077 open a core file with the -p option. Don't list -c as a valid
3078 option to attach to a process.
3079
a4d9b460
PA
30802008-01-05 Pedro Alves <pedro@codesourcery.com>
3081
3082 * gdbint.texinfo (Host Conditionals): Remove mention of
3083 ALIGN_STACK_ON_ENTRY.
3084
6ec2edbe
JB
30852008-01-05 Joel Brobecker <brobecker@adacore.com>
3086
3087 * gdbint.texinfo (Start of New Year Procedure): Add item
3088 describing how to update the source and documentation copyright
3089 notices.
3090
d8b2a693
JB
30912007-12-18 Jim Blandy <jimb@codesourcery.com>
3092
ab209b3a 3093 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
3094 watchpoint explanation into the main description of the watchpoint
3095 command; update synopses of 'watch', 'rwatch', and 'awatch'
3096 commands.
3097
8b4ed427
VP
30982007-12-18 Vladimir Prus <vladimir@codesourcery.com>
3099
3100 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3101 Document 'pending-breakpoints' feature of
3102 -list-features.
3103
37e4754d
LM
31042007-12-17 Luis Machado <luisgpm@br.ibm.com>
3105
669fac23 3106 * gdb.texinfo: Add new parameter's description.
37e4754d 3107
1d3811f6
DJ
31082007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
3109
3110 * gdb.texinfo (Overview): Clarify run-length encoding
3111 example. Remove the restriction on "+" and "-" characters.
3112
c1c25a1a
EZ
31132007-12-15 Eli Zaretskii <eliz@gnu.org>
3114
3115 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
3116
afe8ab22 31172007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3118
afe8ab22
VP
3119 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
3120 the -f option for -break-insert, remove -r option,
3121 and clarify specification of location.
3122
a6b151f1
DJ
31232007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
3124
3125 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
3126 formatting.
3127 (Remote Debugging): Add File Transfer section.
3128 (Remote Configuration): Document Host I/O packets.
3129 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 3130 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
3131 (Packets): Add vFile.
3132
3b784c4f
EZ
31332007-11-17 Eli Zaretskii <eliz@gnu.org>
3134
3135 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
3136 breakpoints with multiple locations.
3137 (Breakpoint Menus): Improve wording.
3138 (Output): Fix last change.
3139
a4ce5b0d
UW
31402007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
3141
3142 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
3143
1b39d5c0
DE
31442007-11-15 Doug Evans <dje@google.com>
3145
3146 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
3147
7a72d44c
VP
31482007-11-15 Vladimir Prus <vladimir@codesourcery.com>
3149
3150 * gdbint.texinfo (Native Conditionals): Remove
3151 mention of CLEAR_SOLIB.
5ae4183a 3152
6d1829bf 31532007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
3154
3155 * gdb.texinfo (Print Settings): Add documentation for "set/show
3156 print frame-arguments".
3157
1a619819
LM
31582007-11-05 Luis Machado <luisgpm@br.ibm.com>
3159
3b784c4f 3160 * gdb.texinfo (Output): Update printf command's description.
1a619819 3161
55eddb0f
DJ
31622007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
3163
3164 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
3165 powerpc soft-float".
3166
9cceb671
DJ
31672007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3168
3169 * gdb.texinfo (Files): Correct formatting. Mention Expat
3170 requirement.
3171 (Requirements for Building GDB): Expand the list of Expat
3172 uses.
3173 (Library List Format, Memory Map Format): Mention Expat.
3174 (Target Descriptions): Update Expat wording.
3175
83acabca
DJ
31762007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3177
3178 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
3179 Document that gdbarch_convert_register_p should return zero for no-op
3180 conversions.
3181
e35879db
UW
31822007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
3183
83acabca 3184 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
3185 of set_gdbarch_sofun_address_maybe_missing back to ...
3186 (Target Conditionals): ... here to fix build break.
3187
203c3895
UW
31882007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
3189
83acabca 3190 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
3191 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
3192 (Compiler Characteristics): ... documentation of
3193 set_gdbarch_sofun_address_maybe_missing.
3194
11411de3
DJ
31952007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3196
3197 * gdbint.texinfo (Target Conditionals): Use
3198 frame_unwind_register_unsigned in examples instead of
3199 frame_unwind_unsigned_register.
3200
7cc46491
DJ
32012007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3202
3203 * gdb.texinfo (Predefined Target Types): Add int128
3204 and uint128.
3205 (Standard Target Features): Add PowerPC features.
3206
81adfced
DJ
32072007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3208
3209 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
3210
c1874924
UW
32112007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3212
3213 * gdbint.texi (Target Conditionals): Remove documentation
3214 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
3215 gdbarch_extract_return_value, and gdbarch_store_return_value.
3216
f6e56ab3
UW
32172007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3218
3219 * gdbint.texi (Target Conditionals): Remove documentation of
3220 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
3221
56cf5405
KH
32222007-10-11 Kazu Hirata <kazu@codesourcery.com>
3223
3224 * gdb.texinfo: Mention that inaccessible-by-default is on by
3225 default.
3226
35156bae
DJ
32272007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3228
3229 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
3230
d983da9c
DJ
32312007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
3232
3233 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
3234 multi-threaded watchpoints.
3235 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
3236 checked. Describe sticky notification. Expand description
3237 of steppable and continuable watchpoints.
3238 (Watchpoints and Threads): New subsection.
3239
fe6fbf8b
VP
32402007-09-28 Vladimir Prus <vladimir@codesourcery.com>
3241
3242 * gdb.texinfo (Setting Breakpoints): Revise
3243 documentation for pending breakpoints. Document
3244 breakpoints with multiple locations.
5ae4183a 3245
084344da
VP
32462007-09-19 Vladimir Prus <vladimir@codesourcery.com>
3247
3248 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3249 Document -list-features.
5ae4183a 3250
82160952
EZ
32512007-09-15 Eli Zaretskii <eliz@gnu.org>
3252
3253 * gdb.texinfo (Output): Spell out which features of C's printf are
3254 not supported by GDB's printf.
7e27a47a
EZ
3255 (Separate Debug Files): More accurate wording regarding build ID
3256 and a reference to the ld manual rather than the Fedora wiki.
82160952 3257
ea37ba09
DJ
32582007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3259 Jim Blandy <jimb@codesourcery.com>
3260
3261 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
3262 (Examining Memory): Update mentions of the 's' format.
3263 (Automatic Display): Likewise.
3264
b8533aec
DJ
32652007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
3266
3267 * gdb.texinfo: Update the FSF's Back-Cover Text.
3268
83f83d7f
JK
32692007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3270 Eli Zaretskii <eliz@gnu.org>
3271
3272 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
3273 Fixed the ``build ID'' name. New binaries build instructions for the
3274 build ID inclusion. Explain how the commands are specific to the build
3275 ID vs. debug link.
3276
c7e83d54
EZ
32772007-09-01 Eli Zaretskii <eliz@gnu.org>
3278
3279 * gdb.texinfo (Separate Debug Files): Fix last change. Add
3280 indexing for ``build ID'' support.
3281
d3750b24
JK
32822007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3283
3284 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
3285 Enlisted BUILD ID to the debug file searching example.
3286 Included a BUILD ID `.note.gnu.build-id' section description.
3287 Updated/added the debug files splitting instructions for OBJCOPY.
3288
02142340
VP
32892007-08-31 Vladimir Prus <vladimir@codesourcery.com>
3290
3291 * gdb.texinfo (Variable Objects): Adjust docs
3292 for -var-info-expression and document
3293 -var-info-path-expression.
3294
d3bdde98
JB
32952007-08-20 Jim Blandy <jimb@codesourcery.com>
3296
3fb6a982
JB
3297 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
3298 (title page): Include the dedication in the printed manual, as a
3299 separate page after the copyright notice.
5ae4183a 3300
d3bdde98
JB
3301 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
3302 don't break a @var across a line.
3303
c80a96a8
MR
33042007-07-25 Maciej W. Rozycki <macro@mips.com>
3305
3306 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
3307 for include files.
3308
5824a901
NR
33092007-07-12 Nick Roberts <nickrob@snap.net.nz>
3310
3311 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
3312 in annotate.texinfo.
3313 (Command History): Link to new node.
5824a901 3314
d52e7ea3
UW
33152007-07-05 Markus Deuling <deuling@de.ibm.com>
3316
3317 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
3318
5fc14d0a
EZ
33192007-07-05 Eli Zaretskii <eliz@gnu.org>
3320
3321 * gdbint.texinfo (Target Conditionals): Fix last change.
3322
4a9bb1df
UW
33232007-07-03 Markus Deuling <deuling@de.ibm.com>
3324
3325 * gdb.texinfo: Replace following macros by their appropriate gdbarch
3326 routines:
3327 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
3328 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
3329 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
3330 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
3331 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
3332 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
3333 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
3334 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
3335 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
3336 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3337 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
3338 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
3339 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3340 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
3341 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
3342 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
3343 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
3344 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
3345 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
3346 (SOFTWARE_SINGLE_STEP_P)
3347
3348 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
3349 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
3350
3351 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
3352 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
3353 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
3354 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
3355 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
3356 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
3357 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
3358 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
3359 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
3360 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
3361
3362 (Converting an existing Target Architecture to Multi-arch): Remove
3363 section.
3364
3365 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
3366 (gdbarch_addr_bits_remove): Add code example.
3367
3368 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
3369
cfa9d6d9
DJ
33702007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
3371
3372 * gdb.texinfo (Remote Configuration): Document library-info-packet.
3373 Add other missing entries. Adjust the table size to fit.
3374 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
3375 stop reasons including the new "library" event.
3376 (General Query Packets): Adjust table widths for qSupported. Mention
3377 qXfer:libraries:read reply to qSupported and document the new packet.
3378 (Library List Format): New section.
3379
159fcc13
JK
33802007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3381
3382 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
3383
f66d1690
MS
33842007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
3385
3386 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
3387
67102876
NR
33882007-06-25 Nick Roberts <nickrob@snap.net.nz>
3389
3390 * gdbint.texinfo (Register and Memory Data): Break sections
3391 into nodes and add a menu.
3392
a4642986
MR
33932007-06-21 Maciej W. Rozycki <macro@mips.com>
3394
3395 * gdb.texinfo (Examining Memory): Document the new behaviour.
3396
e9c17194
VP
33972007-06-21 Vladimir Prus <vladimir@codesourcery.com>
3398
3399 * gdb.texinfo (Standard Target Features): Document
3400 m68k features.
3401
31d99776
DJ
34022007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3403
3404 * gdb.texinfo (General Query Packets): Document qOffsets changes.
3405
1780a0ed
DJ
34062007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3407
3408 * gdb.texinfo (Target Description Format): Add version attribute
3409 for <target>.
3410
822b6570
DJ
34112007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3412
3413 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
3414
f8b73d13
DJ
34152007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3416
3417 * gdb.texinfo (MIPS Features): New subsection.
3418
0e7f50da
UW
34192007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3420 Markus Deuling <deuling@de.ibm.com>
3421
3422 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
3423 and qXfer:spu:write packets and mention them under qSupported.
3424
23d964e7
UW
34252007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3426 Markus Deuling <deuling@de.ibm.com>
3427
3428 * gdb.texinfo (Architectures): Add new SPU section to document
3429 Cell Broadband Engine SPU architecture specific commands.
3430
9f708cb2
VP
34312007-06-09 Vladimir Prus <vladimir@codesourcery.com>
3432
3433 * gdb.texinfo (GDB/MI Variable Objects): Editorial
3434 comments.
3435
7579b5f8
NR
34362007-06-07 Nick Roberts <nickrob@snap.net.nz>
3437
3438 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
3439
bf06d120
JB
34402007-05-29 Jim Blandy <jimb@codesourcery.com>
3441
3442 * gdb.texinfo (Overview): Doc fix.
3443
23776285
MR
34442007-05-22 Maciej W. Rozycki <macro@mips.com>
3445
3446 * gdb.texinfo (Remote Configuration): Document "set/show
3447 remoteflow".
3448
1a69e1e4
DJ
34492007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3450
bf06d120
JB
3451 * gdb.texinfo (MIPS): Remove documentation for set mips
3452 saved-gpreg-size, show mips saved-gpreg-size, and set mips
3453 stack-arg-size.
1a69e1e4 3454
46ba6afa 34552007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3456
46ba6afa
BW
3457 * all-cfg.texi (GDBTUI): New.
3458 * gdb.texinfo (Mode Options): Use GDBTUI variable.
3459 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
3460 (TUI Configuration): Edit to improve clarity and fix problems of
3461 both style and content.
5ae4183a 3462
06d3b283
UW
34632007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
3464
3465 * observer.texi (GDB Observers): New observer "new_objfile".
3466
179101d6
UW
34672007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
3468
3469 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
3470
25d5ea92
VP
34712007-04-14 Vladimir Prus <vladimir@codesourcery.com>
3472
3473 * gdb.texinfo (GDB/MI Variable Objects): Document
3474 frozen variables objects.
5ae4183a 3475
ea35711c
DJ
34762007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
3477
3478 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
3479 (Character Sets, Caching Data of Remote Targets): Likewise.
3480 (Targets): Delete Remote node. Move its text...
3481 (Debugging Remote Programs): ...to here. Delete description
3482 of the "remote" command.
3483 (Remote configuration): Delete description of "set remotedevice"
3484 and "show remotedevice".
3485 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
3486
db2e3e2e
BW
34872007-04-11 Bob Wilson <bob.wilson@acm.org>
3488
5ae4183a
AS
3489 * gdb.texinfo (Contributors, Continuing and Stepping)
3490 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
3491 (General Query Packets, File-I/O Remote Protocol Extension)
3492 (Protocol Basics, The F Reply Packet, Write)
3493 (Protocol-specific Representation of Datatypes, Memory Transfer):
3494 Fix hyphenation, punctuation and grammar problems.
3495 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
3496 'section' instead of 'subsection' in the text.
3497 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
3498 (i386): Remove period from section name.
db2e3e2e
BW
3499 (Installing GDB, Requirements, Running Configure, Separate Objdir)
3500 (Config Names, Configure Options): Use @file{configure}.
3501
8a3dae3e
DJ
35022007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
3503
3504 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
3505 and tab expansion.
3506
1a92f856
DJ
35072007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
3508
3509 * gdbint.texinfo (SOM): Correct location of the SOM reader.
3510
79a6e687 35112007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3512
79a6e687
BW
3513 * gdb.texinfo: Consistently capitalize all significant words in
3514 node names, chapter titles, section titles, and headings. Update
3515 cross references to match.
3516 (Starting and Stopping Trace Experiment): Make node name plural.
3517 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 3518
ad527d2e
PA
35192007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
3520
3521 * gdb.texinfo (WinCE): Delete obsolete subsection.
3522
7ce59000
DJ
35232007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3524
3525 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
3526 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
3527 references.
3528
8807d78b
DJ
35292007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3530
3531 * gdb.texinfo (Startup): Delete references to some alternate
3532 names for .gdbinit.
3533 (Thread): Remove LynxOS reference.
3534 (Tandem ST2000): Delete target-specific documentation.
3535 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
3536 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
3537 and GDB_OSABI_LYNXOS.
3538
5f402660
UW
35392007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
3540
3541 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
3542
bac718a6
UW
35432007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
3544
3545 * gdbint.texinfo (Target Conditionals): Remove mention of
3546 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
3547 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
3548
9453113a
DJ
35492007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
3550
3551 * Makefile.in: Add "pdfdir" installation
3552 directory, PDFTEX macro, support for "install-pdf" target,
3553 and rules for making a pdf version of refcard.texi.
3554 * refcard.tex: Specify paper size for PDF output.
3555
ae21e955 35562007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3557
ae21e955 3558 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 3559
3f94c067 35602007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3561
3f94c067
BW
3562 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
3563 (Source Path, Character Sets, Macros, Define)
3564 (GDB/MI Result Records, GDB/MI Simple Examples)
3565 (GDB/MI Program Execution, GDB/MI File Commands)
3566 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
3567 (Bug Reporting): Use @value{GCC}.
5ae4183a 3568
12c27660 35692007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3570
12c27660
BW
3571 * gdb.texinfo (Help): Fix formatting of examples.
3572 (Variables): Use @ifnotinfo instead of @iftex.
3573 (Non-debug DLL symbols): Use @ref instead of @pxref.
3574 (Sparclet File): Use @samp instead of quotes.
5ae4183a 3575
ce9341a1
BW
35762007-03-26 Bob Wilson <bob.wilson@acm.org>
3577
3578 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
3579
c8f4133a
BW
35802007-03-26 Bob Wilson <bob.wilson@acm.org>
3581
3582 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
3583 the order of the nodes.
3584 (C Operators, C Constants, Debugging C): Remove extra menus.
3585 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 3586
c8f4133a 35872007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
3588
3589 * gdb.texinfo (File Options): Add missing parenthesis.
3590 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
3591
c74d0ad8
DJ
35922007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3593
3594 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
3595
ff6f572f
DJ
35962007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3597
669fac23 3598 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
3599 case insensitivity.
3600 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
3601
994337c3
NR
36022007-02-18 Nick Roberts <nickrob@snap.net.nz>
3603
3604 * gdb.texinfo (Top): Put Appendix A after numbered sections.
3605 (Files): Add section name to argument list for pxref.
3606 (Non-debug DLL symbols): Don't use `see' for pxref.
3607 (Embedded Processors): Fix typo.
3608 (GDB/MI Breakpoint Commands): Execution commands generate
3609 *stopped not ^done.
3610
eb819d70
NR
36112007-02-13 Nick Roberts <nickrob@snap.net.nz>
3612
3613 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
3614 values for in_scope. Mention that only root variables can be
3615 updated.
3616 (GDB/MI Development and Front Ends): Explain new values may be
3617 added to existing fields.
3618
123dc839
DJ
36192007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
3620
3621 * gdb.texinfo (-target-disconnect): Use @smallexample.
3622 (Requirements): Add anchor for Expat. Update description.
3623 (Target Descriptions): Mention Expat.
3624 (Target Description Format): Document new elements. Use
3625 @smallexample.
3626 (Predefined Target Types, Standard Target Features): New sections.
669fac23 3627 * gdbint.texinfo (Target Descriptions): New section.
123dc839 3628
108546a0
DJ
36292007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
3630
3631 * gdb.texinfo (Target Description Format): Add section on XInclude.
3632
95a98c01
NR
36332006-02-03 Nick Roberts <nickrob@snap.net.nz>
3634
3635 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
3636 command -enable-timings.
3637
f4b3909f
EZ
36382007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
3639
5ae4183a 3640 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
3641 descriptions for new/deleted elements in gdb_osabi. Add missing
3642 description for function generic_elf_osabi_sniff_abi_tag_sections.
3643
c7ba131e
JB
36442007-01-29 Joel Brobecker <brobecker@adacore.com>
3645
3646 * gdb.texinfo (Maintenance Commands): Add documentation for
3647 the new "maint print target-stack" command.
3648
3a60f64e
JK
36492007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3650 Eli Zaretskii <eliz@gnu.org>
3651
f4b3909f 3652 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 3653
c582f8b6
EZ
36542007-01-26 Eli Zaretskii <eliz@gnu.org>
3655
3656 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
3657 Use @value{NGCC} instead of @value{GCC}.
3658
d3e8051b
EZ
36592007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
3660
3661 * agentexpr.texi: Fix typos.
3662 * annotate.texinfo: Likewise.
3663 * gdb.texinfo: Likewise.
3664 * gdbint.texinfo: Likewise.
3665 * observer.texi: Likewise.
3666 * stabs.texinfo: Likewise.
3667
86f04699
EZ
36682007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
3669
3670 * gdbint.texinfo (Support Libraries): Remove mmalloc
3671 entry. Describe readline library.
3672
23181151
DJ
36732007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
3674
3675 * gdb.texinfo (Target Descriptions): New section.
3676 (General Query Packets): Add QPassSignals anchor. Mention
3677 qXfer:features:read under qSupported. Expand mentions of
3678 qXfer:memory-map:read and QPassSignals. Document
3679 qXfer:features:read.
3680
f822c95b
DJ
36812007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
3682
3683 * gdb.texinfo (Commands to specify files): Describe
3684 "set sysroot" and "show sysroot".
3685 (Using the `gdbserver' program): Lowercase argument
3686 to @var. Expand description of setting up GDB on the
3687 host.
3688
8936fcda
JB
36892007-01-05 Joel Brobecker <brobecker@adacore.com>
3690
3691 * gdb.texinfo (Set Catchpoints): Add documentation for the new
3692 catch exception, catch exception unhandled, and catch assert
3693 commands.
3694
e776119f
DJ
36952007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3696
3697 * gdb.texinfo (Debugging Output): Document "set debug xml"
3698 and "show debug xml".
3699
aa79a185
DJ
37002007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3701
3702 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
3703
7f893741
JB
37042007-01-01 Joel Brobecker <brobecker@adacore.com>
3705
3706 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
3707
a1b5960f
VP
37082006-12-08 Vladimir Prus <vladimir@codesourcery.com>
3709
3710 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
3711 note in @ignore, to be removed later if nobody complains.
3712
9f470e6e
NR
37132006-12-04 Nick Roberts <nickrob@snap.net.nz>
3714
3715 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
3716 of -var-delete.
3717
765dc015 37182006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3719
765dc015 3720 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
3721 automatic software/hardware breakpoint usage and
3722 the "set breakpoint auto-hw" command.
765dc015 3723
4b5752d0
VP
37242006-11-21 Vladimir Prus <vladimir@codesourcery.com>
3725
3726 * gdb.texinfo (Memory Access Checking): New.
3727
89be2091
DJ
37282006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
3729
3730 * gdb.texinfo (Remote configuration): Mention
3731 "pass-signals-packet".
3732 (General Query Packets): Document QPassSignals. Fix
3733 a typo.
3734
ca3bf3bd
DJ
37352006-11-14 Maxim Grigoriev <maxim@tensilica.com>
3736
3737 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
3738
427c3a89
DJ
37392006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3740
3741 * gdb.texinfo (Remote configuration): Rewrite documentation for
3742 packet configuration commands.
3743 (OS Information): Adjust reference to qXfer:auxv:read.
3744 (General Query Packets): Remove references to read-aux-vector-packet
3745 and set remote get-thread-local-storage-address.
3746
7a107747
DJ
37472006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
3748
3749 * gdbint.texinfo (Target Architecture Definition): Add new
3750 Initializing a New Architecture section.
3751
1c56eb0e
EZ
37522006-10-31 David Taylor <dtaylor@emc.com>
3753
3754 * stabs.texinfo (Macro define and undefine): New node describing
3755 stabs for #define and #undef.
3756
f73adfeb
AS
37572006-10-27 Andreas Schwab <schwab@suse.de>
3758
3759 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
3760
fd60e0df
EZ
37612006-10-21 Eli Zaretskii <eliz@gnu.org>
3762
3763 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
3764 clarify on the possible meanings of ``expression'' watched by
3765 watchpoints. Add indexing.
e5ac9b53
EZ
3766 (Prompting, Errors, Invalidation, Annotations for Running)
3767 (Source Annotations): Fix index entries by adding "annotation" to
3768 them, to discriminate from index entries that point to the more
3769 general topic descriptions.
fd60e0df 3770
52bb452f
DJ
37712006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3772
3773 * gdbint.texinfo (Target Vector Definition): Move most
3774 content into Existing Targets. Add a menu.
3775 (Existing Targets): New section, moved from Target Vector
3776 Definition. Use @subsection.
3777 (Managing Execution State): New section.
3778
58955e58
BW
37792006-10-16 Bob Wilson <bob.wilson@acm.org>
3780
3781 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
3782
c8aa23ab
EZ
37832006-10-15 Eli Zaretskii <eliz@gnu.org>
3784
3785 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
3786 (Command Syntax, Signals, Backtrace, Connecting)
3787 (Remote configuration, Renesas Boards, Console I/O): Fix last
3788 change: use Ctrl- instead of C-, except wrt Emacs.
3789 (File-I/O Examples): Put Ctrl-c in @kbd.
3790 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
3791 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
3792 (Signals, Set Breaks, Set Watchpoints): Document optional
3793 arguments to `info signals' `handle', `info breakpoints', and
3794 `info watchpoints'.
c8aa23ab 3795
e7109c7e
EZ
37962006-10-14 Eli Zaretskii <eliz@gnu.org>
3797
3798 * gdb.texinfo (Backtrace): Fix last change.
3799
de3aea7b
NR
38002006-10-14 Nick Roberts <nickrob@snap.net.nz>
3801
3802 * gdb.texinfo (Backtrace): Order correctly and add other cases.
3803
7f9087cb
BW
38042006-10-10 Bob Wilson <bob.wilson@acm.org>
3805
c8aa23ab
EZ
3806 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
3807 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
3808 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 3809
68437a39
DJ
38102006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3811 Daniel Jacobowitz <dan@codesourcery.com>
3812
3813 * gdb.texinfo (Packets): Document vFlashErase,
3814 vFlashWrite and vFlashDone packets.
3815 (General Query Packets): Document qXfer:memory-map:read.
3816 Add a new feature for qXfer:memory-map:read.
3817 (Memory map format): New section.
3818 (Target Commands): Mention that gdb can write flash.
3819
fd79ecee
DJ
38202006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3821 Daniel Jacobowitz <dan@codesourcery.com>
3822
3823 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
3824 memory regions and "mem auto".
3825
350da6ee
DJ
38262006-09-21 Nathan Sidwell <nathan@codesourcery.com>
3827
3828 * gdbint.texinfo (Array Containers): New section.
3829
2f1acb09
VP
38302006-09-17 Vladimir Prus <vladimir@codesourcery.com>
3831
3832 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
3833 -stack-list-arguments HIGH_FRAME argument can be larger then the
3834 actual number of frames.
3835
2ab1eb7a
VP
38362006-09-07 Vladimir Prus <vladimir@codesourcery.com>
3837
3838 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
3839 -stack-list-locals HIGH_FRAME argument can be larger then the
3840 actual number of frames.
2ab1eb7a 3841
599b237a
BW
38422006-09-02 Bob Wilson <bob.wilson@acm.org>
3843
3844 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
3845 Register Packet Format, Tracepoint Packets): Fix spelling errors.
3846
25ab7e6d
EZ
38472006-09-02 Eli Zaretskii <eliz@gnu.org>
3848
3849 * gdbint.texinfo (Overall Structure): New section "Source Tree
3850 Structure".
3851
940178d3
JB
38522006-08-17 Jim Blandy <jimb@codesourcery.com>
3853
3854 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
3855 responses.
3856
30daae6c
JB
38572006-08-08 Joel Brobecker <brobecker@adacore.com>
3858
3859 * gdb.texinfo (Source Path): Add documentation for new
3860 substitute-path commands.
3861
7fa2210b
DJ
38622006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
3863
3864 * gdb.texinfo (Installing GDB): Update menu. Move text to...
3865 (Running Configure): ...here.
3866 (Requirements): New node. Mention expat.
3867
3d00d119
DJ
38682006-08-08 Vladimir Prus <vladimir@codesourcery.com>
3869
5ae4183a 3870 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
3871 'set download-write-size' and 'show download-write-size'.
3872
0cbfa4ee
DJ
38732006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
3874
3875 * stabs.texinfo (Member Type Descriptor): Correct example for
3876 pointer to member types.
3877
16026cd7
AS
38782006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
3879
3880 * gdb.texinfo (Optional warnings and messages): Add
3881 'set/show trace-commands'.
3882 (Command files): Add '-v' to source command.
3883
0876f84a
DJ
38842006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
3885
3886 * gdb.texinfo (OS Information): Update qPart reference to
3887 qXfer.
3888 (Remote configuration): Likewise.
3889 (Overview): Move @cindex to the start of a paragraph. Talk
3890 about binary data encoding.
3891 (Packets): Refer to the overview for the details of the X
3892 packet encoding.
3893 (General Query Packets): Remove qPart description. Add qXfer
3894 description. Add an anchor to qSupported. Correct feature
3895 table title. Add a new feature for qXfer:auxv:read.
3896 (Interrupts): Add a missing parenthesis.
3897
2ec3381a
DJ
38982006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
3899
669fac23 3900 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
3901 (GDB/MI Kod Commands): Remove commented out node.
3902
594fe323
EZ
39032006-07-01 Eli Zaretskii <eliz@gnu.org>
3904
3905 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
3906 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
3907 (GDB/MI Thread Commands, GDB/MI Program Execution)
3908 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
3909 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
3910 (GDB/MI File Commands, GDB/MI Target Manipulation)
3911 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
3912 since the MI prompt is hard-wired into the code.
3913
7e3fb70c
NR
39142006-07-01 Nick Roberts <nickrob@snap.net.nz>
3915
3916 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
3917 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
3918 (GDB/MI Data Manipulation): Remove description of unimplemented
3919 display related commands as variable objects perform this function
3920 and are superior: -display-delete, -display-disable,
3921 -display-enable, -display-insert and -display-list. Move
3922 -environment-cd, -environment-directory, -environment-path
3923 and -environment-pwd to "Program Context".
3924 (GDB/MI Program Control): Rename to "Program Execution". Move
3925 -exec-arguments -exec-abort to...
3926 (GDB/MI Program Context): ...here. New node split from "Data
3927 Manipulation".
3928
be2a5f71
DJ
39292006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
3930
3931 * gdb.texinfo (Remote configuration): Document set / show
3932 remote supported-packets.
3933 (General Query Packets): Document qSupported packet.
3934
fc320d37
SL
39352006-06-10 Sandra Loosemore <sandra@codesourcery.com>
3936
3937 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
3938 and font markup.
3939 (Protocol basics): Likewise.
3940 (The F request packet): Likewise.
3941 (The F reply packet): Likewise.
3942 (Memory transfer): Move this node to be a subsubsection of
3943 "Protocol specific representation of datatypes".
3944 (The Ctrl-C message): More copy editing.
3945 (Console I/O): Likewise.
3946 (The isatty call): Delete this node, and merge its content into
3947 the "isatty" node. Fixed references elsewhere.
3948 (The system call): Delete this node, and merge its content into
3949 the "system" node. Fixed references elsewhere.
3950 (open): Reformat to use @table, and add appropriate font markup.
3951 (close): Likewise.
3952 (read): Likewise.
3953 (write): Likewise.
3954 (lseek): Likewise.
3955 (rename): Likewise.
3956 (unlink): Likewise.
3957 (stat/fstat): Likewise.
3958 (gettimeofday): Likewise.
3959 (isatty): Likewise.
3960 (system): Likewise, plus minor changes to fix confusing wording.
3961 (Integral datatypes): Fix font markup.
3962 (Pointer values): Likewise.
3963 (struct stat): Fix markup to use @table, plus minor copy editing.
3964 (struct timeval): Fix font markup, plus minor copy editing.
3965 (Constants): Minor copy editing.
3966 (Errno values): Add font markup.
3967 (File-I/O Examples): Likewise.
3968
158fdf5c
NR
39692006-06-10 Nick Roberts <nickrob@snap.net.nz>
3970
3971 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
3972 (GDB/MI Simple Examples): Move node up one level. Use real
3973 examples.
3974 (GDB/MI Compatibility with CLI): Update.
3975 (GDB/MI Result Records): Add "connected" and "exit" result
3976 classes.
3977 (GDB/MI Stream Records): Clarify target output.
3978 (GDB/MI Command Description Format): Modify example description.
3979 (GDB/MI Breakpoint Table Commands): Rename to...
3980 (GDB/MI Breakpoint Commands): ...this
3981 (GDB/MI Breakpoint Commands): Add optional thread field.
3982 (GDB/MI Program Control): Add an introduction. Move "Program
3983 termination" examples into exec-run description.
3984 (GDB/MI File Commands): Mention similar CLI commands.
3985 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
3986 is similar to "-gdb-version".
3987
ddb50cd7
EZ
39882006-06-09 Eli Zaretskii <eliz@gnu.org>
3989
3990 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
3991
2aef0d6b
NR
39922006-06-02 Nick Roberts <nickrob@snap.net.nz>
3993
3994 * gdb.texinfo (GDB/MI Development and Front Ends): Use
3995 sourceware.org for mailing lists.
d5e40d59 3996 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 3997
383a5c52
NR
39982006-06-01 Nick Roberts <nickrob@snap.net.nz>
3999
d5e40d59 4000 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 4001
e16b02ee
EZ
40022006-05-22 Eli Zaretskii <eliz@gnu.org>
4003
4004 * gdb.texinfo (Cygwin Native): Fix last change.
4005
be90c084
CF
40062006-05-22 Christopher Faylor <cgf@timesys.com>
4007
4008 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
4009
347ceba5
NR
40102006-05-15 Nick Roberts <nickrob@snap.net.nz>
4011
4012 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
4013 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
4014
369af7bd
DJ
40152006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
4016
4017 * gdb.texinfo (General Query Packets): Recommend not starting
4018 new packets with qC and clarify.
4019
2ffdbde8 40202006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
4021
4022 * gdb.texinfo (M2 Types): New section.
72019c9c 4023
16d1a084
DJ
40242006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
4025
4026 * agentexpr.texi: Add a copyright and license notice.
4027 * observer.texi: Likewise, with GPL clause for function prototypes.
4028 Remove trailing whitespace.
4029
aa56d27a
JB
40302006-05-05 Jim Blandy <jimb@codesourcery.com>
4031
4032 * gdb.texinfo (General Query Packets): Document conventions for
4033 terminating packet names, and their violations.
4034
5bdf8622
DJ
40352006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
4036
4037 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
4038 * gdb.texinfo: Likewise.
4039
605a56cb
DJ
40402006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
4041
4042 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
4043 and "show remotedebug".
4044 (Debugging Output): Add additional index entries.
4045
b8db102d
MS
40462006-04-27 Michael Snyder <msnyder@redhat.com>
4047
4048 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
4049
c5e30d01
AC
40502006-04-22 Andrew Cagney <cagney@redhat.com>
4051
4052 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
4053 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
4054
8181d85f
DJ
40552006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
4056
4057 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
4058 and remove breakpoint prototypes.
4059 (Watchpoints): Move description of target_insert_hw_breakpoint and
4060 target_remove_hw_breakpoint ...
4061 (Breakpoints): ... to here. Document target_insert_breakpoint and
4062 target_remove_breakpoint.
4063
4f553f88
JB
40642006-04-17 Jim Blandy <jimb@codesourcery.com>
4065
4066 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
4067 and C packets are optional.
4068
cd852561
FR
40692006-04-14 Frederic Riss <frederic.riss@st.com>
4070
4071 * gdb.texinfo (Specifying source directories): Update the description
4072 of the source file search to reflect the fact that the source path
4073 always contains at least $cdir and $cwd.
4074
b620eb07
MS
40752006-03-31 Michael Snyder <msnyder@redhat.com>
4076
4077 * gdb.texinfo: Update copyright dates.
4078
3156cdaf
EZ
40792006-03-31 Eli Zaretskii <eliz@gnu.org>
4080
4081 * gdb.texinfo (Overview): Add an index entry to "empty response".
4082
7d30c22d
JB
40832006-03-28 Jim Blandy <jimb@codesourcery.com>
4084
4085 * gdbint.texinfo (Prologue Analysis): New section.
4086
86941c27
JB
40872006-03-07 Jim Blandy <jimb@red-bean.com>
4088
66b8c7f6
JB
4089 * gdb.texinfo (Connecting): Document 'target remote pipe'.
4090
1a10341b
JB
4091 * gdb.texinfo (Target Commands): Update text describing how to
4092 specify a target. Refer to the detailed section on remote
4093 debugging, not the brief mention.
4094
86941c27
JB
4095 * gdb.texinfo (Connecting): Organize the different 'target remote'
4096 connection methods into a table. Add a 'target remote' index
4097 entry. (!!!)
4098
62f3a2ba
FF
40992006-02-17 Fred Fish <fnf@specifix.com>
4100
4101 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
4102 'ptype' commands to reflect the fact that the only significant
4103 difference between them is that ptype prints the complete type
4104 description instead of just the name.
4105
8b9a88ea
WZ
41062006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
4107
4108 * gdbint.texinfo (Watchpoints): Delete
4109 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
4110
7e8dc855
NR
41112006-02-10 Nick Roberts <nickrob@snap.net.nz>
4112
4113 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
4114 times fields where needed. Fix typos. Update general form given
4115 for output of -break-insert.
4116 (GDB/MI): Abbreviate some unnecessarily long fullnames.
4117
c91d38aa
DJ
41182006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
4119
4120 * gdbint.texinfo (Symbol Handling): Add a section
4121 on memory management.
4122
38fcd64c
DJ
41232006-02-06 Vladimir Prus <ghost@cs.msu.su>
4124
4125 * gdb.texinfo (Breakpoint table commands): Document the fullname
4126 field in -break-list output.
4127
219eec71
EZ
41282006-02-03 Eli Zaretskii <eliz@gnu.org>
4129
4130 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
4131 debugging information produced by the various "set debug..."
4132 options.
4133
ae5a43e0
DJ
41342006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4135
4136 * gdb.texinfo (Files): Remove obsolete bits from the description
4137 of "symbol-file".
4138
a9f158ec
JB
41392006-01-25 Jim Blandy <jimb@redhat.com>
4140
4141 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
4142
410dd08e
JB
41432006-01-24 Jim Blandy <jimb@redhat.com>
4144
4145 * gdbint.texinfo (Frames): Document the basics of GDB's register
4146 unwinding model, and explain the existence of the "sentinel" frame.
4147
4b505b12
AS
41482006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
4149
4150 * gdb.texinfo (Choosing files): Mention that -directory is used
4151 for script files.
4152 (Specifying source directories): Likewise.
4153 (Command files): Explain how script files are found.
4154
839c27b7
EZ
41552006-01-21 Eli Zaretskii <eliz@gnu.org>
4156
4157 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
4158 the threads in a multi-threaded program.
4159 (Threads): The threadno argument of "thread apply" can be a range
4160 of numbers.
4161
7be93b9e
JB
41622006-01-18 Jim Blandy <jimb@redhat.com>
4163
4164 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
4165 of warning flags.
4166
fcc73fe3
EZ
41672006-01-13 Eli Zaretskii <eliz@gnu.org>
4168
4169 * gdb.texinfo (Sequences): Improve menu annotations.
4170 (Define): Add index entries for arguments of user-defined
4171 commands. Move the description of flow-control commands...
4172 (Command Files): ...to here. Document loop_break and
4173 loop_continue.
ca91424e
EZ
4174 (Define, Command Files): Document `end' and add index entries for
4175 it.
fcc73fe3 4176
5c95884b
MS
41772006-01-04 Michael Snyder <msnyder@redhat.com>
4178
4179 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 4180 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 4181
860701dc
PH
41822006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
4183
4184 * gdb.texinfo (Omissions from Ada): Document that there is now
4185 limited aggregate support.
4186
36b80e65
EZ
41872005-12-28 Eli Zaretskii <eliz@gnu.org>
4188
4189 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
4190 registers and the likes.
4191
c1468174
EZ
41922005-12-24 Eli Zaretskii <eliz@gnu.org>
4193
4194 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
4195 (Symbols): Fix usage of "e.g.".
359df76b 4196 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
4197
4198 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
4199 (Coding): Fix usage of "e.g.".
4200
c02a867d
EZ
42012005-12-23 Eli Zaretskii <eliz@gnu.org>
4202
5ae4183a
AS
4203 * stabs.texinfo:
4204 * refcard.tex:
c02a867d 4205 * gpl.texi:
5ae4183a
AS
4206 * gdbint.texinfo:
4207 * gdb.texinfo:
4208 * gdb-cfg.texi:
c02a867d 4209 * fdl.texi:
5ae4183a
AS
4210 * annotate.texinfo:
4211 * all-cfg.texi:
c02a867d
EZ
4212 * Makefile.in: Add (C) after Copyright. Update the FSF
4213 address.
4214
fad38dfa
EZ
42152005-12-03 Eli Zaretskii <eliz@gnu.org>
4216
4217 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
4218 extend GDB with commands for external monitor.
4219
53e5f3cf
AS
42202005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
4221
4222 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
4223
55f6ca0f
JB
42242005-11-25 Joel Brobecker <brobecker@adacore.com>
4225
4226 * gdbint.texinfo (Start of New Year Procedure): New chapter.
4227
c1947b85
JB
42282005-11-21 Jim Blandy <jimb@redhat.com>
4229
4230 * gdb.texinfo (Tracepoint Packets): Document restrictions on
4231 placement of 'R' actions in tracepoint action packets; document
4232 dependence of 'X' and 'M' actions on a preceding 'R' action for
4233 their registers.
4234
9d29849a
JB
42352005-11-19 Jim Blandy <jimb@redhat.com>
4236
4237 * gdb.texinfo (Tracepoint Packets): New node.
4238 (General Query Packets): Add entries for the tracepoint packets,
4239 referring to the "Tracepoint Packets" node.
4240 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 4241
9a6253be
KB
42422005-11-18 Kevin Buettner <kevinb@redhat.com>
4243
4244 * gdb.texinfo (set remotebreak): Add anchor.
4245 (X packet): Likewise.
4246 (Remote Protocol): Add new section `Interrupts' and new index
4247 entry `interrupts (remote protocol)'.
4248
5f3bebba
JB
42492005-11-18 Jim Blandy <jimb@redhat.com>
4250
4251 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
4252 entries into the General Query Packets section. Add a
4253 cross-reference to that section. Drop description of replies, as
4254 these are covered in the descriptions of each packet.
4255 (General Query Packets): Add introductory text. Explain naming
4256 conventions, and how the end of a name is recognized.
4257
9a7a1b36
KB
42582005-11-17 Kevin Buettner <kevinb@redhat.com>
4259
0564b6cf 4260 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
4261 "set remotebreak" command.
4262
b8ff78ce
JB
42632005-11-16 Jim Blandy <jimb@redhat.com>
4264
4265 * gdb.texinfo (Packets, Stop Reply Packets)
4266 (General Query Packets): Various formatting cleanups.
4267 - Use @samp for packet contents.
4268 - Drop summaries from packet @item lines; the same information appears
4269 immediately below in the description.
4270 - Delete paragraph breaks after packet @item commands, so that the
4271 description appears directly to the right of the packet prototype
4272 in the printed manual, if it fits.
4273 - Place spaces in packet prototypes between @vars and non-@var
4274 letters, and explain that they're just for formatting.
4275 - Use @dots{} instead of '...'.
4276 - Fix uses of @code where @var was needed.
4277 - Replace "deprecated" markers with English text spelling out the
4278 packet's status and the preferred alternatives.
4279 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
4280 what this ever meant.
4281 - Remove "(draft)" markers on 'i' packets; nobody has commented on
4282 this for a long time.
4283 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
4284 implemented several times, and have been in use for years.
4285
8ffe2530
JB
42862005-11-15 Jim Blandy <jimb@redhat.com>
4287
c43c5473
JB
4288 * gdb.texinfo (Packets): Add index entries for 'm' packet
4289 disclaimers.
5ae4183a 4290
fb031cdf
JB
4291 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
4292 of stub when processing an 'm' packet.
4293
8ffe2530
JB
4294 * gdb.texinfo (Packets): Mention that packets beginning with
4295 letters are reserved once, at the top, instead of actually listing
4296 them all and saying "reserved".
4297
c03c782f
AS
42982005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
4299
4300 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
4301 Change @var{$arg0 to @code{$arg0.
4302
814e32d7
WZ
43032005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
4304
4305 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
4306
fa93a9d8
JB
43072005-11-12 Jim Blandy <jimb@redhat.com>
4308
4309 * gdb.texinfo (General Query Packets): Put packets in alphabetical
4310 order. Remove extraneous 'z'.
4311
8a5a3c82
AS
43122005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
4313
4314 * gdb.texinfo (Choosing files): Add --eval-command.
4315
4b0ad762
AS
43162005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
4317
4318 * gdb.texinfo (Choosing modes): Add --return-child-result.
4319
4320
1a088d06
AS
43212005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
4322
4323 * gdb.texinfo (Choosing modes): Add --batch-silent.
4324
656d5e12
EZ
43252005-10-28 Eli Zaretskii <eliz@gnu.org>
4326
4327 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
4328 "The -var-update Command".
4329
3c9c013a
JB
43302005-10-03 Joel Brobecker <brobecker@adacore.com>
4331
4332 * gdb.texinfo (Print Settings): Add documentation for set/show
4333 print array-indexes.
4334
7ba3cf9c
DJ
43352005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
4336
4337 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
4338 6.2 and 6.3.
4339
a94ab193
EZ
43402005-08-27 Eli Zaretskii <eliz@gnu.org>
4341
4342 * gdb.texinfo (File Options): Don't document --mapped, it's gone
4343 since 19-Jan-2004.
4344 (Files): Likewise.
ab1adacd
EZ
4345 (Variables, Symbols): Document the "<incomplete type>" message and
4346 its reasons.
a94ab193 4347
ca06016a
FF
43482005-08-01 Fred Fish <fnf@specifix.com>
4349
4350 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
4351
cf58170d
NR
43522005-07-15 Nick Roberts <nickrob@snap.net.nz>
4353
4354 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
4355 option for -var-list-children and -var-update.
4356 (GDB/MI Stack Manipulation): Simplify description of
4357 print-values option for -stack-list-locals.
4358 (GDB/MI Command Description Format): Clarify.
4359 (Mode Options): Spelling of superseded.
4360
38f1196a
BR
43612005-07-12 Bob Rossi <bob@brasko.net>
4362
4363 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
4364 corresponding GDB command comment.
4365
3cb3b8df
BR
43662005-07-06 Bob Rossi <bob@brasko.net>
4367
4368 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
4369 and -inferior-tty-show.
4370 (Input/Output): Document "set/show inferior-tty" and tty alias.
4371
10fac096
NW
43722005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
4373
4374 * gdb.texinfo (Packets): Change description of 'D' packet to note
4375 that GDB does wait for a response.
4376
d1b6db76
NR
43772005-06-22 Nick Roberts <nickrob@snap.net.nz>
4378
4379 * gdb.texinfo (History) Rename "Command History".
4380 (Command History): Move node "Server Prefix" from section on
4381 Annotations here.
4382
29629dcf
NR
43832005-06-19 Nick Roberts <nickrob@snap.net.nz>
4384
4385 * gdb.texinfo (GDB/MI Stack Manipulation):
4386 Re-instate -stack-info-frame with example. Say that it gets
4387 info on selected frame, not current frame.
4388
397ca115
EZ
43892005-06-18 Eli Zaretskii <eliz@gnu.org>
4390
4391 * gdb.texinfo (Server): Clarify that `file' should be used before
4392 connecting to the server.
4393 (Files): Add an xref to the above description.
51274035
EZ
4394 (Output Formats): More detailed description of the `c' format.
4395 (Memory): List explicitly all the formats supported by `x'.
638ac427 4396 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 4397 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
4398 files. Add more indexing for solib-absolute-prefix and
4399 --with-sysroot.
76d17f34
EZ
4400 (Machine Code): Document possible problems with locations in
4401 shared libraries.
d416eeec
EZ
4402 (Backtrace): Document that free-standing environments do not need
4403 to have a `main' function.
397ca115 4404
74f6deaa
NR
44052005-06-18 Nick Roberts <nickrob@snap.net.nz>
4406
4407 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
4408 -stack-info-frame.
4409
a9967aef
AC
44102005-06-07 Andrew Cagney <cagney@gnu.org>
4411
4412 * gdb.texinfo (Contributors): Note the original multi-arch
4413 contributors.
4414
e09f16f9
EZ
44152005-06-03 Eli Zaretskii <eliz@gnu.org>
4416
4417 * gdb.texinfo (Registers): Add index entries for the standard
4418 registers.
4419 (Frames): Add cross-reference from frame pointer description to
4420 the Registers node.
4421 (Annotations Overview): Fix the reference to GDB name.
4422
d87ba7ee
EZ
44232005-06-01 Eli Zaretskii <eliz@gnu.org>
4424
4425 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
4426 can-use-hw-watchpoints.
4427
034dad6f
BR
44282005-05-28 Bob Rossi <bob@brasko.net>
4429
4430 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
4431 the possible reasons why an exec async record would be returned to FE.
4432
ffed4509
AC
44332005-05-26 Andrew Cagney <cagney@gnu.org>
4434
4435 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
4436 Andrew Cagney implemented the original GDB/MI.
4437
e22e55c9
OF
44382005-05-23 Orjan Friberg <orjanf@axis.com>
4439
4440 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
4441 documentation. Add documentation for cris-mode.
4442
a78e13ce
EZ
44432005-05-20 Eli Zaretskii <eliz@gnu.org>
4444
4445 * gdb.texinfo (Numbers): Explain the example and make the wording
4446 more acurate.
4447
76ff342d
DJ
44482005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4449 Dennis Brueni <dennis@slickedit.com>
4450
4451 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
4452 (GDB/MI Data Manipulation, GDB/MI Program Control)
4453 (GDB/MI Stack Manipulation): Update examples to include the fullname
4454 attribute in stack frames.
4455
119b882a
EZ
44562005-05-12 Eli Zaretskii <eliz@gnu.org>
4457
4458 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
4459 do with other non-standard names of init files.
4460
6fc08d32
EZ
44612005-05-11 Eli Zaretskii <eliz@gnu.org>
4462
4463 * gdb.texinfo (Command Files): Move the description of the startup
4464 from here...
4465 (Startup): ...to this new subsection of the Invocation chapter.
4466 Rearrange the description of init files more logically and add a
4467 cross-reference to "Command Files". Document the special gdbinit
4468 name for CISCO 68k. Expand the description of what GDB does
4469 during startup.
4470 (History): Add index entry for HISTSIZE.
4471
a561754a
MK
44722005-05-02 Mark Kettenis <kettenis@gnu.org>
4473
4474 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
4475
2eecc4ab
EZ
44762005-05-02 Eli Zaretskii <eliz@gnu.org>
4477
4478 * gdb.texinfo (SVR4 Process Information, The isatty call)
4479 (The system call): Don't use foo(N) notation for man pages and
4480 functions.
514c4d71 4481 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 4482
18999be5
EZ
44832005-04-27 Eli Zaretskii <eliz@gnu.org>
4484
4485 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
4486 were optimized away.
4487
0abb7bc7
EZ
44882005-04-22 Eli Zaretskii <eliz@gnu.org>
4489
4490 * gdb.texinfo (Remote configuration): Document "set/show
4491 get-thread-local-storage-address". Add cross-reference to the
4492 description of the qGetTLSAddr packet.
4493 (General Query Packets): Mention "set remote
4494 get-thread-local-storage-address" and add a reference to its
4495 description.
4496
6f61acb1
NR
44972005-04-19 Nick Roberts <nickrob@snap.net.nz>
4498
4499 * gdb.texinfo (Backtrace): Describe 'bt full'.
4500
9d59903a
NR
45012005-04-17 Nick Roberts <nickrob@snap.net.nz>
4502
4503 * gdb.texinfo (Mode Options): Fix typo.
4504 (GDB/MI): Describe how to invoke GDB/MI.
4505
721c2651
EZ
45062005-04-16 Eli Zaretskii <eliz@gnu.org>
4507
4508 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 4509 references changed. Add description of "info udot".
721c2651
EZ
4510 (Files): Document "set/show stop-on-solib-events".
4511 (M32R/D): Document "set/show download-path", "set/show
4512 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
4513 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
4514 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
4515 (Maintenance Commands): Improve indexing.
4516 (Target Commands): Document "set/show hash", "set/show debug
4517 monitor".
4518 (SVR4 Process Information): Document "info pidlist" and "info
4519 meminfo". Document "set/show procfs-tarce" and "set/show
4520 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
4521 (Symbols, The Print Command with Objective-C): Improve indexing.
4522 (Objective-C): Add references to "info classes" and "info
4523 selectors".
c45da7e6
EZ
4524 (Debugging Output): Improve wording. Document "set/show debug
4525 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
4526 (Set Breaks): Add index entry for "hardware breakpoints".
4527 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
4528 and "set/show usehardbreakpoints".
4529 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
4530 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
4531 (ARM): Document "rdilogfile", "rdilogenable", "set/show
4532 rdiromatzero", "set/show rdiheartbeat".
4533 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
4534 "sds".
4535 (Embedded Processors): Document the "sim" command.
4536 (Remote): Document the "remote" command.
4537 (DJGPP Native): Document the "info serial" command.
4538 (Threads): Document "maint info sol-threads".
4539 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
4540 (Set Breaks): Improve indexing.
4541 (Command Syntax): Add a reference to dont-repeat.
4542 (Define): Document "dont-repeat".
4543 (TUI Commands): Document "tabset".
4544 (WinCE): New subsection. Document "set/show remotedirectory",
4545 "set/show remoteupload", "set/show remoteaddhost".
721c2651 4546
14d6dd68
EZ
45472005-04-15 Eli Zaretskii <eliz@gnu.org>
4548
4549 * gdb.texinfo (Hurd Native): New subsection, documents
4550 Hurd-specific commands.
a64548ea 4551 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 4552 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
4553 (MIPS): Improve documentation of heuristic-fence-post. Document
4554 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
4555 mips stack-arg-size", "set/show mips mask-address", "set/show mips
4556 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 4557 (ARM): Document ARM-specific commands.
a64548ea
EZ
4558 (AVR): New section. Document "info io_registers".
4559 (CRIS): New section. Document "set/show cris-version" and
4560 "set/show cris-dwarf2-cfi".
4561 (HPPA): New section. Document "set/show debug hppa" and "maint
4562 print unwind".
a5adf40f 4563 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 4564 (Super-H): New section. Document the "regs" command.
721c2651 4565 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 4566
9c16f35a
EZ
45672005-04-09 Eli Zaretskii <eliz@gnu.org>
4568
4569 * gdb.texinfo (Print Settings): Document "set/show print
4570 pascal_static-members", "set print repeats", "show print
4571 null-stop". Improve indexing. Fix documentation of "set print
4572 union".
4573 (Pascal): New section.
4574 (Supported languages): Rename from "Support"; all references
4575 updated. Add a menu item for Pascal.
4576 (Numbers): Document "set radix.
4577 (Screen Size): Document "set/show pagination".
4578 (MIPS Embedded): Remove "set processor" documentation.
4579 (Remote configuration): Document "set/show X/P/Z-packet",
4580 "set/show read-aux-vector-packet", "set/show remote
4581 symbol-lookup-packet", "set/show remote verbose-resume-packet",
4582 "set/show remoteaddresssize", "set/show remotebaud", "set/show
4583 remotedebug", "set/show remotebreak", "set/show remotedevice",
4584 "set/show remotelogfile".
4585 (Auxiliary Vector): Add reference to the description of the
4586 read-aux-vector-packet setting.
4587 (Set Watchpoints): Add a cross-reference to "set remote
4588 hardware-breakpoint-limit".
4589 (General Query Packets): Add indexing of requests and
4590 cross-references to related commands in "Remote configuration".
4591 (File-I/O Overview, The system call): Fix wording and typos.
4592 (Thread Stops): Add index entries.
4593 (Continuing and Stepping): Document "show step-mode".
4594 (i386): New node. Document "set/show struct-convention".
4595 (Files): Document "show trust-readonly-sections".
4596 (Calling): Document "set/show unwindonsignal".
4597 (Messages/Warnings): Add index entries.
4598 (Maintenance Commands): Document "set/show watchdog".
4599 (Annotations Overview): Document "show annotate".
4600 (Set Watchpoints): Add index entries.
4601 (Symbols): Fix doc of case-sensitive.
4602 (ABI): Document "show coerce-float-to-double".
4603 (Convenience Vars, Help): Improve indexing.
4604 (Machine Code): Document "show disassembly-flavor".
4605 (Debugging C plus plus): Document "show overload-resolution".
4606 (Value History, Signaling): Add index entries.
4607
46082005-04-08 Eli Zaretskii <eliz@gnu.org>
4609
4610 * gdb.texinfo (Show): Move @kindex entries to their proper places.
4611 (Processes): Fix wording.
4612 (History, List, Logging output, Define, Symbols, Print Settings):
4613 Improve indexing.
4614
a8f24a35
EZ
46152005-04-03 Eli Zaretskii <eliz@gnu.org>
4616
4617 * gdb.texinfo (Targets): Document "set/show architecture". Remove
4618 redundant index entry for "target" command.
4619 (Backtrace): Add index entries.
4620 (Symbols, Fortran): Document the "set case-sensitive" command.
4621 (DJGPP Native): Document "set com1base", "set com1irq", etc.
4622 (Print Settings): Add index entry for "set demangle-style".
4623 (Target Commands): Document "set download-write-size".
4624 (Debugging Output): Document "set exec-done-display".
4625
09d4efe1
EZ
46262005-04-02 Eli Zaretskii <eliz@gnu.org>
4627
4628 * gdb.texinfo (Files): Fix the name and documentation of
4629 add-shared-symbol-files. Document its alias assf. Update the
4630 list of OSs where GDB supports shared libraries. Fix markup.
4631 (Continuing and Stepping): Add reference to @var{location} in the
4632 text.
4633 (Dump/Restore Files): Fix reference to @{filename}.
4634 (Help): Fix wording.
4635 (Attach): Ditto.
4636 (Set Watchpoints): Ditto.
4637 (Backtrace): Remove redundant index entries. Improve index
4638 entries.
4639 (Delete Breaks): Fix wording.
4640 (Memory): Document the compare-sections command.
4641 (Memory Region Attributes): Improve wording.
4642 (Disabling): Improve wording.
4643 (Fortran): New subsection. Document the "info common" command.
4644 (Help): Document aliases "info copying" and "info warranty".
4645 (Caching Remote Data): New section. Document the "set/show
4646 remotecache" and "info dcache" commands.
4647 (Show): Fix wording of the documentation of the "set
4648 extension-language" command.
4649 (Signals): Add index entry for "info handle".
4650 (Memory Region Attributes): Fix punctuation.
4651 (Symbols): Change the arg name to "location" and refer to it in
4652 the text. Fix wording of "info types" doc.
4653 (Threads): Fix usage of @enumerate @item's.
4654 (Listing Tracepoints): Add index entry for "info tp".
4655 (Set Watchpoints): Add xref to "info break" description.
4656 (Macros): Add an index entry for "macro exp1". Document the
4657 "macro list" command.
4658 (Maintenance Commands): Document "flushregs", "maint agent",
4659 "maint check-symtabs", "maint cplus", "maint demangle", "maint
4660 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
4661 "maint print architecture", "maint print objfiles", "maint print
4662 statistics", "maint print type", "maint show-debug-regs", "maint
4663 space", "maint time", and "maint translate-address".
4664 (Connecting): Document the "monitor" command.
4665 (Annotations Overview): Describe the "set annotate" command.
4666
82f2d802
EZ
46672005-04-01 Eli Zaretskii <eliz@gnu.org>
4668
4669 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
4670 Rearrange index entries and improve wording about support for
4671 hardware watchpoints.
4672
7d51c7de
BR
46732005-03-10 Bob Rossi <bob@brasko.net>
4674
4675 * gdb.texinfo: Update copyright
4676
68c71a2e
TR
46772005-02-09 Theodore A. Roth <troth@openavr.org>
4678
4679 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
4680 error.
4681
83761cbd
KB
46822005-02-03 Kevin Buettner <kevinb@redhat.com>
4683
4684 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
4685
9f1c6395
MS
46862005-01-17 Michael Snyder <msnyder@redhat.com>
4687
4688 * gdb.texinfo: Fix spelling, infinte -> infinite.
4689
fbd1b305
MK
46902005-01-08 Mark Kettenis <kettenis@gnu.org>
4691
4692 * observer.texi (GDB Observers): Document "solib_loaded".
4693
3ace7edb
AC
46942005-01-07 Andrew Cagney <cagney@gnu.org>
4695
bec39cab
AC
4696 * configure.ac: Rename configure.in, require autoconf 2.59.
4697 * configure: Re-generate.
4698
3ace7edb
AC
4699 * configure.in: Replace configdirs with multiple references to
4700 AC_CONFIG_SUBDIRS.
4701 * configure: Re-generate.
5ae4183a 4702
53531fc1
AC
47032005-01-04 Andrew Cagney <cagney@gnu.org>
4704
4705 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
4706 part of the version number.
4707
536ffdb7
MK
47082004-12-24 Mark Kettenis <kettenis@gnu.org>
4709
4710 * gdbint.texinfo (Algorithms): Remove description of
4711 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
4712
e1aac25b
JB
47132004-12-07 Jim Blandy <jimb@redhat.com>
4714
4715 * gdb.texinfo (General Query Packets): Specify that thread ID's in
4716 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
4717 numbers.
4718
f47b1503
AS
47192004-12-07 Andreas Schwab <schwab@suse.de>
4720
4721 * gdb.texinfo (Mode Options): Document -l option.
4722
b6b8ece6
EZ
47232004-12-04 Eli Zaretskii <eliz@gnu.org>
4724
4725 * gdbint.texinfo (Algorithms): More accurate description of
4726 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
4727 is not needed unless data-read and data-access watchpoints are
4728 supported. Add a description of how GDB checks whether the
4729 inferior stopped because a watchpoint was hit.
4730
01371747
EZ
47312004-11-23 Eli Zaretskii <eliz@gnu.org>
4732
4733 * gdb.texinfo (Files): Add cross-reference to description of
4734 -readnow command-line switch.
4735
2315ffec
RC
47362004-11-10 Randolph Chung <tausq@debian.org>
4737
4738 * gdb.texinfo: Document set/show backtrace past-entry commands.
4739 Rearrange index entries for set/show backtrace past-main.
4740
69065f5d
AC
47412004-11-10 Jon Beniston <jon@beniston.com>
4742
4743 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
4744 * gdb.texinfo (Remote Serial Protocol): Further describe
4745 binary transfer escaping mechanism .
69065f5d 4746
30e91e0b
RC
47472004-11-08 Randolph Chung <tausq@debian.org>
4748
4749 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
4750 and "show debug infrun". Add index entries.
4751
60bf7e09
EZ
47522004-10-23 Eli Zaretskii <eliz@gnu.org>
4753
4754 * gdb.texinfo (SVR4 Process Information): Document subcommands of
4755 "info proc" that are already implemented. Add index entries.
4756 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
4757 (Files): Add a tip for decreasing memory used for symtabs from
4758 shared libraries.
f018e82f
EZ
4759 (Starting): Fix whitespace; make "elaboration" stand out where it
4760 is first used, and add an index entry for the term.
f8568604
EZ
4761 (Calling): Expand and elaborate text. Add "print". Add the
4762 description of problems with weak aliases.
384ee23f 4763 (Core File Generation): New section.
60bf7e09 4764
d52fe014
AC
47652004-10-12 Andrew Cagney <cagney@gnu.org>
4766
4767 * gdbint.texinfo (Versions and Branches): New chapter.
4768 (Releasing GDB): Delete "Versions and Branches" section.
4769 (Top): Add "Versions and Branches".
4770
703663ab
EZ
47712004-10-08 Eli Zaretskii <eliz@gnu.org>
4772
4773 * gdb.texinfo (Editing, History): Add cross-references to the
4774 included Readline and History user documentation. Remove
4775 references to the symbol have-readline-appendices which is unused
4776 and undefined.
4777 (History): Fix indexing.
4778
ac77d04f
JJ
47792004-10-08 Jeff Johnston <jjohnstn@redhat.com>
4780
4781 * gdbint.texinfo (target_stopped_data_address): Update to
4782 new prototype.
4783 (i386_stopped_data_address): Update prototype and description.
4784 (i386_stopped_by_watchpoint): New function and description.
4785
e07c999f
PH
47862004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
4787
4788 * gdb.texinfo (Filenames): Add Ada suffixes.
4789 (Ada) New section.
4790
2e868123
AC
47912004-09-27 Andrew Cagney <cagney@gnu.org>
4792 Robert Picco <Robert.Picco@hp.com>
4793
4794 * gdb.texinfo (Packets): Document the "p" packet.
4795
02a57714
JM
47962004-09-21 Jason Molenda (jmolenda@apple.com)
4797
4798 * gdb.texinfo (Paths and Names of the Source Files): Document the
4799 meaning of values in the 'desc' field of a SO stab.
4800
ae038cb0
DJ
48012004-09-20 Daniel Jacobowitz <dan@debian.org>
4802
4803 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
4804 max-cache-age" and "maint show dwarf2 max-cache-age".
4805
f7dc1244
EZ
48062004-09-16 Eli Zaretskii <eliz@gnu.org>
4807
4808 * gdb.texinfo (Set Breaks): Add index entry for setting
4809 breakpoints on overloaded C++ functions that are not members of
4810 any classes. Add an example and an index entry for setting
4811 breakpoints on all program functions.
4812 (Character Sets, Macros, Overlay Commands)
4813 (Non-debug DLL symbols, GDB/MI Output Syntax)
4814 (Annotations Overview, Maintenance Commands, File-I/O Overview):
4815 Use "(@value{GDBP})" instead of a literal "(gdb)".
4816
f810308b
AC
48172004-09-12 Andrew Cagney <cagney@gnu.org>
4818
4819 * gdbint.texinfo (Native Debugging): Delete description of
4820 FILES_INFO_HOOK.
4821
15a661f3
PH
48222004-09-11 Paul Hilfinger <hilfinger@gnat.com>
4823
5ae4183a
AS
4824 * gdbint.texinfo (User Interface): Change local_hex_string_custom
4825 to hex_string_custom (not historically correct, but more
15a661f3
PH
4826 understandable, given the current code).
4827
f3219c75
AC
48282004-09-03 Andrew Cagney <cagney@gnu.org>
4829
4830 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
4831
f3bb6704
JJ
48322004-09-01 Jeff Johnston <jjohnstn@redhat.com>
4833
4834 * observer.texi (solib_unloaded): New observer.
4835
8d2c00cb
AC
48362004-08-24 Andrew Cagney <cagney@gnu.org>
4837
4838 * gdbint.texinfo (Target Architecture Definition): Add missing
4839 comma.
4840
e7dc800a
MC
48412004-08-20 Michael Chastain <mec.gnu@mindspring.com>
4842
4843 * (Using the Testsuite): build != host is supported,
4844 but some test scripts do not support build != host.
4845
73b03683
MK
48462004-08-14 Mark Kettenis <kettenis@gnu.org>
4847
4848 * gdbint.texinfo (Host Definition): Delete description of
4849 FCLOSE_PROVIDED and GETENV_PROVIDED.
4850
c0ccb908
MK
48512004-08-05 Mark Kettenis <kettenis@chello.nl>
4852
4853 * gdbint.texinfo (Host Definition): Delete description of
4854 NO_SYS_FILE.
4855 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
4856 PTRACE_FP_BUG.
4857
9c8dbfa9
AC
48582004-08-05 Andrew Cagney <cagney@gnu.org>
4859
4860 * gdbint.texinfo (Target Architecture Definition): Delete
4861 reference to deprecated_read_fp.
4862
f42accbe
AC
48632004-08-02 Andrew Cagney <cagney@gnu.org>
4864
4865 * gdbint.texinfo (Target Architecture Definition): Delete
4866 description of DEPRECATED_REGISTER_BYTES.
4867
0b66e38c
EZ
48682004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4869
4870 * gdb.texinfo (Source Path): Document the new behavior of
4871 searching for the source files.
4872
15387254
EZ
48732004-07-17 Eli Zaretskii <eliz@gnu.org>
4874
4875 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
4876 (Search, Expressions, Arrays, Variables, Data, Machine Code)
4877 (Auto Display): Improve indexing.
4878
2c07db7a
AC
48792004-07-16 Andrew Cagney <cagney@gnu.org>
4880
4881 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
4882 "-noasync".
4883
4644b6e3
EZ
48842004-07-09 Eli Zaretskii <eliz@gnu.org>
4885
4886 * gdb.texinfo: Fix @kindex entries so that multiple commands that
4887 have the same prefix have only their prefix in the index.
4888
7561d450
MK
48892004-07-03 Mark Kettenis <kettenis@gnu.org>
4890
4891 * gdb.texinfo (BSD libkvm Interface): New node (section)
4892 (Native): Add it to the menu.
4893
67bebe79
MK
48942004-07-01 Mark Kettenis <kettenis@gnu.org>
4895
4896 * gdbint.texinfo (Target Architecture Definition): Remove
4897 PCC_SOL_BROKEN.
4898
1a6923e0
MK
48992004-06-24 Mark Kettenis <kettenis@gnu.org>
4900
4901 * gdbint.texinfo (Target Architecture Definition): Remove
4902 SUN_FIXED_LBRAC_BUG.
4903
b435e160
AC
49042004-06-26 Andrew Cagney <cagney@gnu.org>
4905
4906 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
4907
b5622e8d
AC
49082004-06-20 Andrew Cagney <cagney@gnu.org>
4909
4910 * gdbint.texinfo (Target Architecture Definition): Deprecate
4911 USE_STRUCT_CONVENTION.
4912
e0c07bf0
MC
49132004-06-19 Michael Chastain <mec.gnu@mindspring.com>
4914
4915 gdb.texinfo (Bug Reporting): Mention session recording,
4916 with the script command or Emacs.
4917
782263ab
AC
49182004-06-18 Andrew Cagney <cagney@gnu.org>
4919
4920 * gdbint.texinfo (Target Architecture Definition): Deprecate
4921 FUNCTION_START_OFFSET.
4922
03727ca6
AC
49232004-06-14 Andrew Cagney <cagney@gnu.org>
4924
4925 Based on changes from Karl Berry.
4926 * gdb.texinfo: Do not use @sc in a direntry.
4927 * stabs.texinfo: Change @dircateogry to "Software development".
4928 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
4929
97092415
AC
49302004-06-13 Andrew Cagney <cagney@gnu.org>
4931
4932 * gdbint.texinfo (Target Architecture Definition): Delete
4933 description of RETURN_VALUE_ON_STACK.
4934
1f6d4158
AC
49352004-06-09 Andrew Cagney <cagney@gnu.org>
4936
4937 * gdbint.texinfo (Native Debugging): Restore "@table @code"
4938 deleted by previous patch.
4939
d966f0cb
AC
49402004-06-08 Andrew Cagney <cagney@gnu.org>
4941
4942 * gdbint.texinfo (Native Debugging): Delete documentation on
4943 ATTACH_DETACH.
4944
86fe4aaa
RC
49452004-06-06 Randolph Chung <tausq@debian.org>
4946
4947 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
4948
d4b6d575
RC
49492004-06-06 Randolph Chung <tausq@debian.org>
4950
5ae4183a 4951 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
4952 the new push_dummy_call method signature. Describe the function
4953 argument.
4954
4e8b0763
JB
49552004-05-24 Joel Brobecker <brobecker@gnat.com>
4956
4957 * gdb.texinfo (Starting): Document new start command.
4958
59caf092
AC
49592004-05-21 Andrew Cagney <cagney@redhat.com>
4960
4961 * observer.texi (GDB Observers): Document "inferior_created".
4962
e4a2df64
AC
49632004-05-08 Andrew Cagney <cagney@redhat.com>
4964
e6b55ae2
AC
4965 * gdbint.texinfo (Target Architecture Definition): Delete
4966 description of DO_DEFERRED_STORES.
4967
28954179
AC
4968 * gdbint.texinfo (Target Architecture Definition): Delete
4969 references to DEPRECATED_FIX_CALL_DUMMY.
4970
434b87dd
AC
4971 * gdbint.texinfo (Target Architecture Definition): Delete
4972 description of DEPRECATED_CALL_DUMMY_WORDS,
4973 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
4974
58d28df8
AC
4975 * gdbint.texinfo (Target Architecture Definition): Delete
4976 description of DEPRECATED_PUSH_DUMMY_FRAME.
4977
e4a2df64
AC
4978 * gdbint.texinfo (Target Architecture Definition): Delete
4979 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
4980
2b4855ab
AC
49812004-05-07 Andrew Cagney <cagney@redhat.com>
4982
4983 * observer.texi (GDB Observers): Add "Debugging" section. Include
4984 cross reference to "set/show debug observer".
4985 * gdb.texinfo (Debugging Output): Document "set/show debug
4986 observer".
4987
fcf70625
AC
49882004-05-01 Andrew Cagney <cagney@redhat.com>
4989
4990 * gdbint.texinfo (Target Architecture Definition): Delete
4991 description of DEPRECATED_PC_IN_SIGTRAMP.
4992
8ee56bcf
AC
49932004-04-30 Andrew Cagney <cagney@redhat.com>
4994
4995 * gdbint.texinfo (Target Architecture Definition): Delete
4996 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
4997
67ab9a76
OF
49982004-04-30 Orjan Friberg <orjanf@axis.com>
4999
5000 * observer.texi (GDB Observers): Correct spelling.
5001
79346bcb
OF
50022004-04-26 Orjan Friberg <orjanf@axis.com>
5003
5004 * observer.texi (GDB Observers): Add target_changed event.
5005
7a464420
AC
50062004-04-08 Andrew Cagney <cagney@redhat.com>
5007
5008 * observer.texi (GDB Observers): Rework, provide generic observer
5009 definitions and then a list of observable events.
5010
6cdf9d98
AC
50112004-04-04 Andrew Cagney <cagney@redhat.com>
5012
5013 * gdbint.texinfo (Host Definition): Delete reference to
5014 NO_SIGINTERRUPT.
5015
ddc135a4
AC
50162004-04-02 Andrew Cagney <cagney@redhat.com>
5017
5018 * gdbint.texinfo (Target Architecture Definition): Delete
5019 reference to DEPRECATED_CALL_DUMMY_LENGTH.
5020
6a1b180d
SC
50212004-03-28 Stephane Carrez <stcarrez@nerim.fr>
5022
5023 * gdb.texinfo (TUI Commands): Document tui reg commands.
5024
d0d5df6f
AC
50252004-03-26 Andrew Cagney <cagney@redhat.com>
5026
5027 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
5028 "gdbtui".
5029 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
5030 (Contributors): Mention both Text and Terminal User Interface.
5031
aa2a3f87
AC
50322004-03-23 Andrew Cagney <cagney@redhat.com>
5033
5034 * gdbint.texinfo (Target Architecture Definition): Deprecate
5035 references to SIGTRAMP_START and SIGTRAMP_END.
5036
f561f026
AC
50372004-03-23 Andrew Cagney <cagney@redhat.com>
5038
5039 * gdbint.texinfo (Target Architecture Definition): Deprecate
5040 references to PC_IN_SIGTRAMP.
5041
33cb8b0f
AC
50422004-03-19 Andrew Cagney <cagney@redhat.com>
5043
5044 * gdbint.texinfo (Target Architecture Definition): Delete
5045 reference to GDB_TARGET_IS_HPPA.
5046
fc989b7a
AC
50472004-03-18 Andrew Cagney <cagney@redhat.com>
5048
5049 * gdbint.texinfo (Coding): Update section on gdbarch_data,
5050 describe pre_init and post_init.
5051
701b08bb
DJ
50522004-03-09 Daniel Jacobowitz <drow@mvista.com>
5053
5054 * gdb.texinfo (Debugging Output): Document values for "set debug
5055 target".
5056
faae5abe
AC
50572004-02-28 Andrew Cagney <cagney@redhat.com>
5058
5059 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
5060
dd79a6cf
JJ
50612004-02-26 Jeff Johnston <jjohnstn@redhat.com>
5062
5063 * gdb.texinfo (breakpoints): Add information about the
5064 new "set breakpoint pending" and "show breakpoint pending"
5065 commands.
5066
e7f16015
AC
50672004-02-26 Andrew Cagney <cagney@redhat.com>
5068
5069 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
5070 in Per-architecture module data section.
5071
7161a3a6
RM
50722004-02-25 Roland McGrath <roland@redhat.com>
5073
5074 * gdb.texinfo (General Query Packets): Document qPart:... packets.
5075
2154891a
AC
50762004-02-24 Andrew Cagney <cagney@redhat.com>
5077
5078 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
5079 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
5080 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 5081
6c74ac8b
AC
50822004-02-17 Andrew Cagney <cagney@redhat.com>
5083
5084 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
5085
19772a2c
AC
50862004-02-16 Andrew Cagney <cagney@redhat.com>
5087
5088 * gdbint.texinfo (Target Architecture Definition): Deprecate
5089 FRAMELESS_FUNCTION_INVOCATION.
5090
c9830293
AC
50912004-02-16 Andrew Cagney <cagney@redhat.com>
5092
5093 * gdbint.texinfo (Coding): Mention -Wunused-function.
5094
b9d26eb9
AC
50952004-02-14 Andrew Cagney <cagney@redhat.com>
5096
5097 * gdbint.texinfo (Target Architecture Definition): Delete
5098 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5099
49efadf5
EZ
51002004-02-12 Elena Zannoni <ezannoni@redhat.com>
5101
5102 * gdb.texinfo: Properly quote the name "C++".
5103 * gdbint.texinfo: Ditto.
5104 * stabs.texinfo: Ditto.
5105
1eb288ea
EZ
51062004-02-11 Elena Zannoni <ezannoni@redhat.com>
5107
5108 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
5109 minimal information about libiberty.
5110
e4937fc1
MC
51112004-02-06 Michael Chastain <mec.gnu@mindspring.com>
5112
5113 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
5114
a9331b3f
RM
51152004-02-04 Roland McGrath <roland@redhat.com>
5116
5117 * gdb.texinfo (Auxiliary Vector): New node (section).
5118 (Data): Add it to the menu.
5119
2650777c
JJ
51202004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5121
5122 * gdb.texinfo (Breakpoints): Add information about pending
5123 breakpoint support.
5124
b4501125
AC
51252004-01-26 Andrew Cagney <cagney@redhat.com>
5126
5127 * gdb.texinfo (Overview): Delete references to the cisco protocol
5128 including the "N" response.
5129
74055713
AC
51302004-01-26 Andrew Cagney <cagney@redhat.com>
5131
5132 * gdbint.texinfo (Target Architecture Definition): Rename
5133 EXTRACT_STRUCT_VALUE_ADDRESS to
5134 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 5135
3bbe9696
EZ
51362004-01-24 Eli Zaretskii <eliz@gnu.org>
5137
5138 * gdb.texinfo (KOD): Document "show os". Add index entries for
5139 "set/show os" and "info cisco" commands.
5140
5843504f
EZ
51412004-01-21 Eli Zaretskii <eliz@gnu.org>
5142
5143 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
5144
9175c9a3
MC
51452004-01-19 Michael Chastain <mec.gnu@mindspring.com>
5146
5147 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
5148 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
5149
8e94b928
NR
51502004-01-19 Nick Roberts <nick@nick.uklinux.net>
5151
5152 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
5153 -stack-list-locals.
5154 (GDB/MI Variable Objects): Describe extension to
5155 -var-list-children.
5156
a20cf136
DJ
51572004-01-17 Daniel Jacobowitz <drow@mvista.com>
5158
5159 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
5160
afb18d0f
AC
51612004-01-17 Andrew Cagney <cagney@redhat.com>
5162
5163 * gdbint.texinfo (Target Architecture Definition): Delete
5164 documentation on DEPRECATED_NPC_REGNUM.
5165
b51970ac
DJ
51662004-01-13 Daniel Jacobowitz <drow@mvista.com>
5167
5168 * gdb.texinfo: Update copyright year. Mention that set
5169 follow-fork-mode is supported on GNU/Linux. Remove documentation of
5170 "set follow-fork-mode ask".
5171
0f0cffd2
AC
51722004-01-13 Andrew Cagney <cagney@redhat.com>
5173
5174 * gdbint.texinfo: Update copyright year.
5175 (Coding): Add -Wunused-label to list of -Werror warnings.
5176
c552b3bb 51772004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 5178 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
5179
5180 * gdb.texinfo: Update copyright.
5181 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
5182 around names, as appropriate. Minor syntax cleanup of
5183 _NSPrintForDebugger explanation. Two spaces after periods.
5184 GDBN used instead of lit. "gdb". Index entries added for
5185 print-object and _NSPrintForDebugger. @noindent added in one spot.
5186
afe157ca
EZ
51872003-11-11 Elena Zannoni <ezannoni@redhat.com>
5188
5189 * stabs.texinfo: Add dircategory and direntry commands.
5190 * annotate.texinfo: Ditto.
5191
963e2bb7
AC
51922003-11-10 Andrew Cagney <cagney@redhat.com>
5193
5194 * gdbint.texinfo (Target Architecture Definition): Replace the
5195 return_value method's "inval" and "outval" parameters with
5196 "readbuf" and "writebuf".
5197
1d8b2f28
JB
51982003-10-28 Jim Blandy <jimb@redhat.com>
5199
5200 * gdb.texinfo (The F request packet, The F reply packet): Renamed
5201 from "The `F' request packet" and "The `F' reply packet", to make
5202 texi2dvi happy.
5203 (File-I/O remote protocol extension): Update menu entries, too.
5204
36d86913
MC
52052003-10-26 Michael Chastain <mec@shout.net>
5206
5207 * gdb.texinfo (Thread Stops): Document the issue with
5208 premature return from system calls in multi-threaded programs.
5209
ce2826aa
AC
52102003-10-24 Andrew Cagney <cagney@redhat.com>
5211
5212 * annotate.texinfo: Fix "fortunatly"[sic].
5213
f24c5e49
KI
52142003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
5215
5216 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
5217 with "Hitachi" and "Mitsubishi".
5218
92ad9cd9
AC
52192003-10-20 Andrew Cagney <cagney@redhat.com>
5220
5221 * gdbint.texinfo (Target Architecture Definition): Document
5222 gdbarch_return_value. Add cross references from
5223 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
5224 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
5225
0ab4b752
MK
52262003-10-18 Mark Kettenis <kettenis@gnu.org>
5227
5228 * gdbint.texinfo (Target Architecture Definition): Document
5229 regset_from_core_section.
fb3e19c0
KI
5230
52312003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
5232
5233 * gdb.texinfo (M32R/D): Mention m32rsdi target.
5234
a9331b3f 52352003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
5236
5237 From Anthony Green <green@redhat.com>:
5ae4183a 5238 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 5239
1485d690
KB
52402003-10-14 Kevin Buettner <kevinb@redhat.com>
5241
889bf7c5
PA
5242 * gdb.texinfo (Breakpoint related warnings): New node.
5243 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 5244
86d30acc
DJ
52452003-10-13 Daniel Jacobowitz <drow@mvista.com>
5246
5247 * gdb.texinfo (Remote Protocol): Document v and vCont.
5248
172c2a43
KI
52492003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
5250
5251 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
5252 * gdbint.texinfo: Ditto.
5253
71952f4c
AC
52542003-10-09 Andrew Cagney <cagney@redhat.com>
5255
5256 From 2003-09-18 David Anderson <davea@sgi.com>:
5257 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
5258 "command".
5259
268e2188
AC
52602003-10-03 Andrew Cagney <cagney@redhat.com>
5261
5262 * gdbint.texinfo (Target Architecture Definition): Deprecate
5263 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
5264 just target.
5265
12c266ea 52662003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 5267
f30992d4 5268 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
5269 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
5270 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
5271 * gdbint.texinfo (Target Architecture Definition): Rename
5272
52732003-09-30 Andrew Cagney <cagney@redhat.com>
5274
f30992d4 5275 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 5276 (Target Architecture Definition):
f30992d4 5277
2e092625
AC
5278 * gdbint.texinfo (Target Architecture Definition): Rename
5279 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
5280
0717ae8a
AC
52812003-09-29 Andrew Cagney <cagney@redhat.com>
5282
dad809b7
AC
5283 * gdbint.texinfo (Target Architecture Definition): Delete
5284 documentation for NEED_TEXT_START_END.
5285
0717ae8a
AC
5286 * gdbint.texinfo (Target Architecture Definition): Rename
5287 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
5288 TARGET_WRITE_PC.
a9331b3f 5289
af6cf26d
MC
52902003-09-22 Michael Chastain <mec@shout.net>
5291
5292 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
5293
ee206350
AG
52942003-09-21 Anthony Green <green@redhat.com>
5295
5296 * gdbint.texinfo (Target Architecture Definition): Fix typos.
5297
a38c9fe6
MK
52982003-09-21 Mark Kettenis <kettenis@gnu.org>
5299
5300 * gdbint.texinfo (Target Architecture Definition): Document
5301 stabs_argument_has_addr.
5302
77949794
AC
53032003-09-18 Andrew Cagney <cagney@redhat.com>
5304
5305 * gdbint.texinfo (Target Architecture Definition): Delete
5306 documentation on REGISTER_NAMES.
5307
8e823e25
MK
53082003-09-13 Mark Kettenis <kettenis@gnu.org>
5309
5310 * gdbint.texinfo (Target Architecture Definition): Replace
5311 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
5312
f27dd7fd
AC
53132003-09-11 Andrew Cagney <cagney@redhat.com>
5314
5315 * gdbint.texinfo (Target Architecture Definition): Replace
5316 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
5317
8b148df9
AC
53182003-08-18 Andrew Cagney <cagney@redhat.com>
5319
5320 * gdbint.texinfo (Target Architecture Definition): Document
5321 "frame_red_zone_size".
5322
25d29d70
AC
53232003-08-09 Andrew Cagney <cagney@redhat.com>
5324
5325 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
5326 with "set/show backtrace past-main" and "set/show backtrace
5327 limit".
5328
c938e9b0
L
53292003-08-08 H.J. Lu <hongjiu.lu@intel.com>
5330
5331 * Makefile.in (install-info): Support DESTDIR.
5332 (install-html): Likewise.
5333
64fabec2
AC
53342003-08-07 Andrew Cagney <cagney@redhat.com>
5335
5336 Patch from Nick Roberts.
5337 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
5338 bindings. Remove description of send-gdb-command.
5339
2fcf52f0
AC
53402003-08-07 Andrew Cagney <cagney@redhat.com>
5341
5342 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
5343 GDB 6.0.
5344
086432e2
AC
53452003-08-06 Andrew Cagney <cagney@redhat.com>
5346
5347 * gdb.texinfo (Mode Options): Mention that level three is the
5348 highest available and that level 2 is deprecated.
5349 (Annotations Overview): Mention annotation levels. Cross reference
5350 to "Limitations of the Annotation Interface" in annotate.texi.
5351 (TODO, Value Annotations, Frame Annotations): Delete section.
5352 (Displays, Breakpoint Info): Delete.
5353
e5249f67
AC
53542003-08-04 Andrew Cagney <cagney@redhat.com>
5355
5356 * agentexpr.texi: Delete @bye.
5357 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
5358 (stabs.info): Add $(srcdir) to include search path.
5359 (html): Depend on "annotate_toc.html", and not "annotate.html".
5360 * stabs.texinfo: Ditto. Include "fdl.texi".
5361 * gdbint.texinfo: Update copyright statement's list of invariant
5362 sections.
5363
e6f672d2
AC
53642003-07-28 Andrew Cagney <cagney@redhat.com>
5365
5366 * Makefile.in (INFO_DEPS): Add annotate.info.
5367 (dvi, ps, html, pdf): Add annotate.
5368 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
5369 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
5370 (ANNOTATE_DOC_FILES): New macro.
5371 (ANNOTATE_TEX_TMPS): New macro.
5372 (annotate.info, annotate_toc.html): Specify dependencies.
5373 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
5374 * annotate.texinfo: Rename annotate.texi. Get building. Add
5375 "Migrating to GDB/MI" and "Limitations of the Annotation
5376 Interface" chapters. Mention why it is not part of the user
5377 guide. Update copyright notice. Include "fdl.texi".
5378
72ffddc9
SC
53792003-07-26 Stephane Carrez <stcarrez@nerim.fr>
5380
5381 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
5382
a9f12a31
DJ
53832003-07-24 Daniel Jacobowitz <drow@mvista.com>
5384
5385 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
5386
b1fe9455
DJ
53872003-07-24 Daniel Jacobowitz <drow@mvista.com>
5388
5389 * gdb.texinfo (Server): Mention pidof.
5390
153721e6
AC
53912003-07-22 Andrew Cagney <cagney@redhat.com>
5392
5393 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
5394 list.
5395
0fac0b41
DJ
53962003-06-28 Daniel Jacobowitz <drow@mvista.com>
5397
5398 * gdb.texinfo (Logging output): New chapter.
5399
4e562065
JB
54002003-06-24 Joel Brobecker <brobecker@gnat.com>
5401
5402 * gdb.texinfo (Unsupported languages): New section.
5403 (Languages): Add link to new section.
5404
f2c06f52
AC
54052003-06-22 Andrew Cagney <cagney@redhat.com>
5406
5407 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
5408
b4177fca
DJ
54092003-06-22 Daniel Jacobowitz <drow@mvista.com>
5410
5411 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
5412
f418dd93
DJ
54132003-06-22 Daniel Jacobowitz <drow@mvista.com>
5414
5415 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
5416 * agentexpr.texi: Retitle section, and change it to an appendix.
5417 Comment out texinfo initialization. Factor a @var{} into two
5418 pieces to prevent makeinfo warnings.
5419 * gdb.texinfo: Add Agent Expressions appendix.
5420
4ca61388
DJ
54212003-06-19 Daniel Jacobowitz <drow@mvista.com>
5422
5423 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
5424
07f31aa6
DJ
54252003-06-18 Daniel Jacobowitz <drow@mvista.com>
5426
5ae4183a 5427 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
5428 remote target". Document the "detach" and "disconnect" commands.
5429 (Server, Netware, Debug Session): Reference "Connecting to a
5430 remote target".
5431 (GDB/MI Target Manipulation): Document "-target-disconnect".
5432
2dd0da42
AC
54332003-06-13 Andrew Cagney <cagney@redhat.com>
5434
5435 * gdbint.texinfo (Target Architecture Definition): Deprecate
5436 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
5437 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
5438
e7a3abfc
JB
54392003-06-09 Jim Blandy <jimb@redhat.com>
5440
5441 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
5442
25e3a86b
AC
54432003-06-08 Andrew Cagney <cagney@redhat.com>
5444
5445 * gdbint.texinfo (Target Architecture Definition): Delete
5446 documentation on FRAME_ARGS_ADDRESS_CORRECT.
5447
a9e5fdc2
AC
54482003-06-08 Andrew Cagney <cagney@redhat.com>
5449
5450 * gdbint.texinfo (Target Architecture Definition): Document
5451 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
5452
b37303ee
AF
54532003-06-07 Adam Fedor <fedor@gnu.org>
5454
5455 * gdb.texinfo: Add Objective-C documentation.
5456
39fe6e80
AC
54572003-06-01 Andrew Cagney <cagney@redhat.com>
5458
5459 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
5460 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
5461
125309b2
AC
54622003-05-21 Andrew Cagney <cagney@redhat.com>
5463
5464 * gdbint.texinfo (Target Architecture Definition): Delete
5465 references to "extract_address" and "store_address".
5466
b8b527c5
AC
54672003-05-16 Andrew Cagney <cagney@redhat.com>
5468
5469 * gdbint.texinfo (Target Architecture Definition): Replace
5470 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
5471 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
5472
50e3ee83
TR
54732003-05-14 Theodore A. Roth <troth@openavr.org>
5474
5475 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
5476
44e2be90
L
54772003-05-10 H.J. Lu <hongjiu.lu@intel.com>
5478
5479 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
5480 (gdb.dvi): Likewise.
5481 (gdb.pdf): Likewise.
5482 (links2roff): Likewise.
5483
df5215a6
JB
54842003-05-08 Jim Blandy <jimb@redhat.com>
5485
5486 * gdb.texinfo (Dump/Restore Files): Update documentation for
5487 'dump', 'append', and 'restore': note that format argument is
5488 optional; simplify presentation of the command variants; and be
5489 more precise about the formats.
5490
5e7b2f39
JB
54912003-05-07 Jim Blandy <jimb@redhat.com>
5492
5493 * gdb.texinfo (Symbols): Update documentation: 'maint list
5494 symtabs' and 'maint list psymtabs' have been renamed 'maint info
5495 symtabs' and 'maint info psymtabs'.
5496
b1e29e33
AC
54972003-05-05 Andrew Cagney <cagney@redhat.com>
5498
5499 * gdbint.texinfo (Target Architecture Definition): Make
5500 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
5501 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
5502 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
5503
00905d52
AC
55042003-05-04 Andrew Cagney <cagney@redhat.com>
5505
5506 * gdb.texinfo (Maintenance Commands): Document "maint print
5507 dummy-frames".
5508
54ff5908
AC
55092003-05-04 Andrew Cagney <cagney@redhat.com>
5510
5511 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
5512
32e7087d
JB
55132003-05-03 J. Brobecker <brobecker@gnat.com>
5514
5515 Thierry Schneider <tpschneider1@yahoo.com>
5516 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
5517 for new MI command.
5518
7043d8dc
AC
55192003-05-03 Andrew Cagney <cagney@redhat.com>
5520
5521 * gdbint.texinfo (Target Architecture Definition): Document
5522 push_dummy_code. Add cross references.
5523
e33d66ec
EZ
55242003-05-02 Elena Zannoni <ezannoni@redhat.com>
5525
5526 * gdb.texinfo (Character Sets): Update to reflect new behavior of
5527 set/show charsets commands.
5528
0ba6dca9
AC
55292003-04-28 Andrew Cagney <cagney@redhat.com>
5530
5531 * gdbint.texinfo (Target Architecture Definition): Replace
5532 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
5533 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
5534
d7a27068
AC
55352003-04-28 Andrew Cagney <cagney@redhat.com>
5536
5537 * gdbint.texinfo (Target Architecture Definition): Rename
5538 "tm_print_insn" to "deprecated_tm_print_insn".
5539
44ea7b70
JB
55402003-04-09 Jim Blandy <jimb@redhat.com>
5541
5542 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
5543 list psymtabs'.
5544
fb8f8949
AC
55452003-04-08 Andrew Cagney <cagney@redhat.com>
5546
5547 * gdbint.texinfo (Target Architecture Definition): Delete
5548 references to EXTRA_FRAME_INFO.
5549
32fb0f22
AC
55502003-04-08 Andrew Cagney <cagney@redhat.com>
5551
5552 * gdbint.texinfo (Target Architecture Definition): Delete
5553 PRINT_TYPELESS_INTEGER.
5554
6be67e67
JB
55552003-04-02 J. Brobecker <brobecker@gnat.com>
5556
5557 * observer.texi (GDB Observers): Adjust the documentation for the
5558 normal_stop notification to better describe reality. Fix a couple
5559 of minor typos.
5560
4e35d5f0
BR
55612003-04-02 Bob Rossi <bob_rossi@cox.net>
5562
a9331b3f 5563 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
5564 '-file-list-exec-source-file'
5565
e8a8712a
AC
55662003-03-31 Andrew Cagney <cagney@redhat.com>
5567
5568 * gdbint.texinfo (Target Architecture Definition): Delete
5569 references to CALL_DUMMY_P.
5570
6c0e89ed
AC
55712003-03-30 Andrew Cagney <cagney@redhat.com>
5572
5573 * gdbint.texinfo (Target Architecture Definition): Remove
5574 reference to TARGET_WRITE_SP.
a9331b3f 5575
378bfd1b
AC
55762003-03-27 Andrew Cagney <cagney@redhat.com>
5577
5578 * gdbint.texinfo (Target Architecture Definition): Remove
5579 references to write_sp.
6c0e89ed 5580
922fbb7b
AC
55812003-03-27 Andrew Cagney <cagney@redhat.com>
5582
5583 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
5584 chapter body. Use @smallexample instead of @example.
5585 (Annotations): Ditto.
5586 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
5587 annotate.texi.
5588
b81774d8
AC
55892003-03-26 Andrew Cagney <cagney@redhat.com>
5590
5591 * gdbint.texinfo (Target Architecture Definition): Replace
5592 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
5593 dummy_addr parameters.
5594
1bf6d5cc
AC
55952003-03-25 Andrew Cagney <cagney@redhat.com>
5596
5597 * gdbint.texinfo (Target Architecture Definition): Delete
5598 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
5599 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5600 Add reference to PUSH_ARGUMENTS.
5601
618ce49f
AC
56022003-03-23 Andrew Cagney <cagney@redhat.com>
5603
5604 * gdbint.texinfo (Algorithms, Target Architecture Definition):
5605 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
5606
bcd7e15f
JB
56072003-03-18 J. Brobecker <brobecker@gnat.com>
5608
5609 * gdbint.texinfo (Algorithms): Add new section describing the
5610 Observer paradigm.
5611 (Top): Add menu entry to new observer appendix.
5612 * observer.texi: New file.
5613 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
5614 new observer.texi file.
5615
9fe8321b
AC
56162003-03-17 Andrew Cagney <cagney@redhat.com>
5617
5618 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
5619 that GNU Press update the manual version number.
5620
ac2adee5
AC
56212003-03-12 Andrew Cagney <cagney@redhat.com>
5622
5623 * gdbint.texinfo (Target Architecture Definition): Delete
5624 references to get_saved_register. Rename GET_SAVED_REGISTER to
5625 DEPRECATED_GET_SAVED_REGISTER.
5626
749b82f6
AC
56272003-03-13 Andrew Cagney <cagney@redhat.com>
5628
5629 * gdbint.texinfo (Target Architecture Definition): Replace
5630 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
5631
8bedc050
AC
56322003-03-12 Andrew Cagney <cagney@redhat.com>
5633
5634 * gdbint.texinfo (Target Architecture Definition): Rename
5635 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 5636
0ce1b118
CV
56372003-03-10 Corinna Vinschen <vinschen@redhat.com>
5638
5639 * gdb.texinfo: Add File-I/O documentation.
5640
12cc2063
AC
56412003-03-10 Andrew Cagney <cagney@redhat.com>
5642
5643 * gdbint.texinfo (Target Architecture Definition): Cross reference
5644 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
5645
7453dc06
AC
56462003-03-07 Andrew Cagney <cagney@redhat.com>
5647
5648 * gdb.texinfo (Debugging Output): Mention the "set/show debug
5649 frame" command.
5650
6314f104
AC
56512003-03-05 Andrew Cagney <cagney@redhat.com>
5652
5653 * gdbint.texinfo (Target Architecture Definition): Document
5654 unwind_dummy_id. Cross reference unwind_dummy_id and
5655 SAVE_DUMMY_FRAME_TOS.
5656
f1212245
DJ
56572003-03-05 James Ingham <jingham@apple.com>
5658 Daniel Jacobowitz <drow@mvista.com>
5659
5660 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
5661 and "show cp-abi".
5662
77e7e267
AC
56632003-03-03 Andrew Cagney <cagney@redhat.com>
5664
5665 * gdbint.texinfo (Target Architecture Definition): Document
5666 register_type.
5667
838a8221
AC
56682003-03-03 Andrew Cagney <cagney@redhat.com>
5669
5670 * stabs.texinfo (Structures): Use @samp and separate @var's
5671 instead of a single @var containing a comma separated list.
5672 (Unions): Ditto.
5673
d7f4a264
DJ
56742003-03-02 Daniel Jacobowitz <drow@mvista.com>
5675
5676 * Makefile.in (distclean): Remove config.log.
5677
f30ee0bc
AC
56782003-03-01 Andrew Cagney <cagney@redhat.com>
5679
5680 * gdbint.texinfo (Target Architecture Definition): Rename
5681 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
5682
56832003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
5684
5685 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
5686 DEPRECATED_INIT_EXTRA_FRAME_INFO.
5687
be448670
CF
56882003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
5689
5690 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
5691 (Non-debug DLL symbols): New node, describing the minimal symbols
5692 loaded from DLLs without real debugging symbols.
5693
501eef12
AC
56942003-02-20 Andrew Cagney <ac131313@redhat.com>
5695
5696 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
5697 hardware-breakpoint-limit".
5698 (Set Watchpoints): Add cross reference to "set remote
5699 hardware-watchpoint-limit".
5700 (Remote configuration options): New section.
5701
21c294e6
AC
57022003-02-04 Andrew Cagney <ac131313@redhat.com>
5703
e9be73e4
AC
5704 * gdbint.texinfo (Target Architecture Definition): Delete
5705 descrption of IS_TRAPPED_INTERNALVAR.
5706
21c294e6
AC
5707 From Keith Seitz <keiths@redhat.com>:
5708 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
5709 option "-i"/"--interpreter" to this chapter. Include index
5710 entries.
5711
0179ffac
DC
57122003-02-04 David Carlton <carlton@math.stanford.edu>
5713
5714 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
5715 (Variables): Recommend stabs+ and DWARF 2.
5716 (C plus plus expressions): Correct info about
5717 compiler versions, debug formats.
5718 (Contributors): Change 'DWARF2' to 'DWARF 2'.
5719 PR symtab/874.
5720
7ca9f392
AC
57212003-02-01 Andrew Cagney <ac131313@redhat.com>
5722
5723 * gdbint.texinfo (Target Architecture Definition): Delete
5724 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
5725 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
5726 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
5727 references to nindy and i960.
5728 * gdb.texinfo (i960): Delete all references to i960 and nindy.
5729
31a85ea2
AC
57302003-02-01 Andrew Cagney <ac131313@redhat.com>
5731
5732 * gdbint.texinfo (Target Architecture Definition): Delete
5733 FLOAT_INFO.
5734
6b894e49
AC
57352003-01-30 Andrew Cagney <ac131313@redhat.com>
5736
5737 * stabs.texinfo (Member Type Descriptor): Clarify description of
5738 `@'. Suggested by Ben Hutchings.
5739
c48861fb
AC
57402003-01-29 Andrew Cagney <ac131313@redhat.com>
5741
5742 * gdb.texinfo (M68K): Delete reference to es1800.
5743
617073a9
AC
57442003-01-29 Andrew Cagney <ac131313@redhat.com>
5745
5746 * gdb.texinfo (Maintenance Commands): Document `maint print
5747 reggroups' and `maint print register-groups'.
5748 * gdbint.texinfo (Target Architecture Definition): Document
5749 register_reggroup_p.
5750
5b5d99cf
JB
57512003-01-23 Jim Blandy <jimb@redhat.com>
5752
5753 * gdb.texinfo (Separate Debug Files): New section.
5754
e7ba9c65
DJ
57552003-01-22 Daniel Jacobowitz <drow@mvista.com>
5756
5757 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
5758 and "maint show profile".
5759
94e91d6d
MC
57602003-01-16 Michael Chastain <mec@shout.net>
5761
5762 * gdb.texinfo (Installing GDB): Warn against
5763 ".../gdb-VERSION/gdb/configure".
5764 (Separate Objdir): Likewise.
5765
867f3898
AC
57662003-01-15 Andrew Cagney <ac131313@redhat.com>
5767
5768 * gdbint.texinfo (Target Architecture Definition): Delete
5769 definition of PRINT_REGISTER_HOOK.
5770
f153cc92
EZ
57712003-01-15 Elena Zannoni <ezannoni@redhat.com>
5772
5773 (OpenRISC 1000): Fix formatting of command names.
5774
c60eb6f1
EZ
57752003-01-15 Elena Zannoni <ezannoni@redhat.com>
5776
5777 * gdb.texinfo (Continuing and Stepping): Add new command
5778 'advance'. Clarify behavior of 'until'.
5779
f5ebfba0
DJ
57802003-01-13 Daniel Jacobowitz <drow@mvista.com>
5781
5782 * gdb.texinfo (Files): Document solib-absolute-prefix and
5783 solib-search-path.
5784
4ce8657e
MC
57852003-01-09 Michael Chastain <mec@shout.net>
5786
5787 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
5788 (Create a Release): Add new instructions for new @file{src-release}.
5789 Document existing instructions for @file{Makefile.in} as
5790 being for @value{GDBN} 5.3.1 or earlier.
5791
372613e3
AC
57922003-01-09 Andrew Cagney <ac131313@redhat.com>
5793
5794 * gdbint.texinfo (Target Architecture Definition): Mention
5795 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
5796 allocate memory.
5797
b4e9345d
DJ
57982003-01-04 Daniel Jacobowitz <drow@mvista.com>
5799
5800 * gdb.texinfo (Controlling GDB): Add @kindex for
5801 "show osabi".
5802 (Backtraces): Add @kindex's for backtrace-below-main.
5803
98b45e30
DJ
58042003-01-04 Daniel Jacobowitz <drow@mvista.com>
5805
5806 * gdb.texinfo (Controlling GDB): Document "set osabi".
5807
95f90d25
DJ
58082003-01-04 Daniel Jacobowitz <drow@mvista.com>
5809
5810 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
5811 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
5812
1e698235
DJ
58132003-01-04 Daniel Jacobowitz <drow@mvista.com>
5814
5815 * gdb.texinfo (Controlling GDB): Add ABI section. Document
5816 "set coerce-float-to-double".
5817 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
5818
e632838e
AC
58192003-01-02 Andrew Cagney <ac131313@redhat.com>
5820
5821 * stabs.texinfo: Remove obsolete text.
5822 * gdbint.texinfo: Ditto.
5823 * gdb.texinfo: Ditto.
5824
c133ab7a
MK
58252002-12-22 Mark Kettenis <kettenis@gnu.org>
5826
5827 * gdbint.texinfo (Target Architecture Definition): Update
5828 description of gdbarch_register_osabi.
5829
f821f325
KH
58302002-12-20 Kazu Hirata <kazu@cs.umass.edu>
5831
5832 * agentexpr.texi: Fix typos.
5833 * annotate.texi: Likewise.
5834 * fdl.texi: Likewise.
5835
85a6d8d3 58362002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
5837
5838 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
5839 DEPRECATED_INIT_FRAME_PC.
5840
ae45cd16
AC
58412002-12-01 Andrew Cagney <ac131313@redhat.com>
5842
5843 * gdbint.texinfo (Target Architecture Definition): Delete
5844 PC_IN_CALL_DUMMY.
5845
07555a72
AC
58462002-11-28 Andrew Cagney <ac131313@redhat.com>
5847
5848 * gdbint.texinfo (Host Definition): Delete documentation on
5849 USE_GENERIC_DUMMY_FRAMES.
5850
c166cdc7
EZ
58512002-11-26 Elena Zannoni <ezannoni@redhat.com>
5852
5ae4183a 5853 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
5854 * Makefile.in (install-info): Run the install-info command as part
5855 of the post install steps only.
5856 (uninstall-info): New target.
5857 (uninstall): New target.
5858
35db0260
EZ
58592002-11-22 Elena Zannoni <ezannoni@redhat.com>
5860
5861 * Makefile.in (install): Make install do some real work.
5862
9ba8d803
AC
58632002-11-19 Andrew Cagney <ac131313@redhat.com>
5864
5865 Fix POSIX problem reported by Paul Eggert.
5866 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
5867 Fix PR gdb/527.
5868
903ad3a6
AC
58692002-10-26 Andrew Cagney <cagney@redhat.com>
5870
5871 * gdbint.texinfo (Target Architecture Definition): Delete
5872 definition of DO_REGISTERS_INFO.
5873
f2abfe65
KB
58742002-10-18 Kevin Buettner <kevinb@redhat.com>
5875
5876 * gdbint.texinfo (Address Classes): Fix problems with insertion
5877 of ``{'' and ``}'' in example.
5878
b5b0480a
KB
58792002-10-17 Kevin Buettner <kevinb@redhat.com>
5880
5881 * gdbint.texinfo (Address Classes): New section.
5882 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
5883 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
5884 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
5885 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
5886
c85508ee
KD
58872002-10-11 Klee Dienes <kdienes@apple.com>
5888
5889 * gdb.texinfo (Registers): Mention vector registers as well as
5890 floating registers in the documentation for 'info registers' and
5891 'info all-registers'.
5892
6d12fc3d
DJ
58932002-10-11 Daniel Jacobowitz <drow@mvista.com>
5894
5895 * gdbint.texinfo (CPLUS_MARKER): Remove item.
5896
8d19fbd2
JJ
58972002-10-03 Jeff Johnston <jjohnstn@redhat.com>
5898
5899 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
5900 interface definition.
5901
a37295f9
MM
59022002-10-03 Marko Mlinar <markom@opencores.org>
5903
5904 * gdb.texinfo (Target Commands): Add or1k target specific
5905 commands.
5906 * gdb.texinfo (Contributors): Add myself to the contributors list.
5907
da0f9dcd
AC
59082002-10-01 Andrew Cagney <ac131313@redhat.com>
5909
5910 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
5911 and "mi1" instead of "mi1" and "mi0".
5912
2e834e49
HPN
59132002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
5914
5915 * gdb.texinfo (Packets): Fix typos "alligned".
5916 Correct z3/Z3 description. Correct z4/Z4 title.
5917
050be0dc
AC
59182002-09-27 Andrew Cagney <ac131313@redhat.com>
5919
5920 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
5921
1104b9e7
KB
59222002-09-25 Kevin Buettner <kevinb@redhat.com>
5923
5924 * gdb.texinfo: Use GNU/Linux instead of Linux.
5925
512217c7
AC
59262002-09-25 Andrew Cagney <ac131313@redhat.com>
5927
5928 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
5929
10998722
AC
59302002-09-24 Andrew Cagney <ac131313@redhat.com>
5931
512217c7 5932 * gdb.texinfo: Replace @example with @smallexample.
10998722 5933
a0eb71c5
KB
59342002-09-20 Kevin Buettner <kevinb@redhat.com>
5935
f7dc1244 5936 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
5937 * gdb.texinfo (Character Sets): Use @smallexample instead of
5938 @example. Use GNU/Linux instead of Linux.
5939
59402002-09-20 Jim Blandy <jimb@redhat.com>
5941
5942 * gdb.texinfo: Add character set documentation.
5943
2f870471
AC
59442002-09-19 Andrew Cagney <ac131313@redhat.com>
5945
5946 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
5947 (Packets): Add cross reference from `b' packet to `z' packets.
5948
790eb8f5
AC
59492002-09-19 Andrew Cagney <ac131313@redhat.com>
5950
8d30a00d
AC
5951 * gdb.texinfo (Maintenance Commands): Document ``maint
5952 internal-error'' and ``maint internal-warning''.
5953
790eb8f5
AC
5954 * gdbint.texinfo (Target Architecture Definition): Revise
5955 description of STACK_ALIGN. Add description of FRAME_ALIGN.
5956
a23a7bf1
JB
59572002-09-19 Joel Brobecker <brobecker@gnat.com>
5958
5959 * gdbint.texinfo (Target Conditionals): Document the new
5960 NAME_OF_MALLOC macro.
5961
299ffc64
AC
59622002-09-05 Andrew Cagney <ac131313@redhat.com>
5963
5964 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
5965 engineer.
5966
b7bb15bc
SC
59672002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5968
5969 * gdb.texinfo (TUI Overview): Document status line fields.
5970
3d757584
SC
59712002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5972
5973 * gdb.texinfo (TUI Commands): Document info win command.
5974
269c21fe
SC
59752002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5976
5977 * gdb.texinfo (TUI Overview): Document breakpoint markers.
5978
7cf36c78
SC
59792002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5980
5981 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
5982 (TUI Keys): Likewise.
5983
d2c6833e
AC
59842002-08-25 Andrew Cagney <ac131313@redhat.com>
5985
5986 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
5987 for a packet receive.
5988
46d8b1c3
AC
59892002-08-25 Andrew Cagney <ac131313@redhat.com>
5990
5991 * Makefile.in (clean): Move to end of file.
5992 (distclean, maintainer-clean, realclean): Ditto.
5993 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
5994 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
5995 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
5996 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
5997
b0787093
AC
59982002-08-24 Andrew Cagney <ac131313@redhat.com>
5999
6000 * Makefile.in (GDBINT_TEX_TMPS): Define.
6001 (gdbint.dvi, gdbint.pdf): Use
6002 (GDB_TEX_TMPS): Define.
6003 (gdb.dvi, gdb.pdf): Use.
6004 (STABS_TEX_TMPS): Define.
6005 (stabs.dvi, stabs.pdf): Use.
6006 (GDB_DOC_SOURCE_INCLUDES): New macros.
6007 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
6008 (GDBINT_DOC_FILES_INCLUDES): New macros.
6009 (GDBINT_DOC_BUILD_INCLUDES): New macros.
6010 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
6011 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
6012 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
6013 (links2roff): Replace SFILES_INCLUDED with
6014 GDB_DOC_SOURCE_INCLUDES.
6015 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
6016 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
6017 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
6018 dependencies.
6019 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
6020 dependencies.
6021 (gdbmi.texinfo): Delete rule.
6022 (inc-hist.texinfo): Delete rule.
6023 (rluser.texinfo): Delete rule.
6024
ebba8386
AC
60252002-08-23 Andrew Cagney <cagney@redhat.com>
6026
6027 * gdbint.texinfo (Target Architecture Definition): Update
6028 STORE_RETURN_VALUE, mention regcache.
6029
0ab7a791
AC
60302002-08-21 Andrew Cagney <ac131313@redhat.com>
6031
6032 * gdbint.texinfo (Target Architecture Definition): Document
6033 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
6034
ee2d5c50
AC
60352002-08-19 Andrew Cagney <ac131313@redhat.com>
6036
6037 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
6038 Fix minor typos. Add index entries.
6039
53c69bd7
AC
60402002-08-18 Andrew Cagney <ac131313@redhat.com>
6041
6042 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
6043
e76f1f2e
AC
60442002-08-15 Andrew Cagney <ac131313@redhat.com>
6045
6046 * gdbint.texinfo (Target Architecture Definition): Document
6047 PRINT_VECTOR_INFO.
6048 * gdb.texinfo (Vector Unit): Document "info vectors" command.
6049
0680b120
AC
60502002-08-13 Andrew Cagney <ac131313@redhat.com>
6051
6052 * gdb.texinfo (Maintenance Commands): Document "maint print
6053 registers", "maint print raw-registers" and "maint print
6054 cooked-registers".
6055
3c3bea1c
GS
60562002-08-08 Grace Sainsbury <graces@redhat.com>
6057
a9331b3f 6058 From Mark Salter:
3c3bea1c
GS
6059 * gdb.texinfo (Protocol): Document T packet extension to
6060 allow watchpoint address reporting.
6061
42f9b0a5
AC
60622002-08-03 Andrew Cagney <ac131313@redhat.com>
6063
6064 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
6065
db034ac5
AC
60662002-08-01 Andrew Cagney <cagney@redhat.com>
6067
6068 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
6069 to CHILL.
6070
e2b28d04
AC
60712002-08-01 Andrew Cagney <ac131313@redhat.com>
6072
6073 * gdbint.texinfo (Coding): Revise section "Include Files".
6074
7fb623f7
AC
60752002-07-24 Andrew Cagney <cagney@redhat.com>
6076
6077 * gdbint.texinfo: Obsolete references to m88k.
6078 * gdb.texinfo: Ditto.
6079
4a2b4636
JB
60802002-07-10 Joel Brobecker <brobecker@gnat.com>
6081
7fb623f7 6082 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
6083 where the proper version of autoconf can be retrieved.
6084
a71ec265
DH
60852002-07-09 Don Howard <dhoward@redhat.com>
6086
6087 * gdb.texinfo (Command Files): Further describe the behavior of
6088 sourced command files.
6089
b9aa90c9
AC
60902002-06-27 Andrew Cagney <ac131313@redhat.com>
6091
6092 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
6093 (Coding): Clarify ISO C version that GDB assumes.
6094
40dd2248
TT
60952002-06-26 Tom Tromey <tromey@redhat.com>
6096
6097 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
6098 add_setshow_cmd_full.
6099
bfac230e
DH
61002002-06-25 Don Howard <dhoward@redhat.com>
6101
6102 * gdb.texinfo (Memory Region Attributes): Document new behavior
6103 for 'mem' command.
6104
475b0867
JB
61052002-06-11 Jim Blandy <jimb@redhat.com>
6106
919d772c
JB
6107 * gdb.texinfo (Symbols): Update documentation for `info source'
6108 command.
6109
475b0867
JB
6110 * gdb.texinfo (Macros): Call the command `info macro', not
6111 `show macro'.
6112
ba8c9337
AC
61132002-06-09 Andrew Cagney <ac131313@redhat.com>
6114
6115 * gdbint.texinfo (Coding): Add section ``Per-architecture module
6116 data''.
6117
1029b7fa
MK
61182002-06-09 Mark Kettenis <kettenis@gnu.org>
6119
6120 * gdbint.texinfo (Target Architecture Definition): Document
6121 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6122
16737d73
AC
61232002-06-08 Andrew Cagney <ac131313@redhat.com>
6124
6125 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
6126 lists.
6127
30107679
AC
61282002-06-08 Andrew Cagney <ac131313@redhat.com>
6129
6130 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
6131 Branch''.
6132
3352e23e
AC
61332002-06-01 Andrew Cagney <ac131313@redhat.com>
6134
6135 * gdbint.texinfo (Target Architecture Definition): Add section
6136 ``Converting an existing Target Architecture to Multi-arch''.
6137
cbb09e6a
AC
61382002-05-30 Andrew Cagney <ac131313@redhat.com>
6139
6140 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
6141 to ``Obsoleting code''. Revise.
6142
e2e0bcd1
JB
61432002-05-17 Jim Blandy <jimb@redhat.com>
6144
6145 * gdb.texinfo (C Preprocessor Macros): New chapter.
6146 Include it in the main menu.
6147 (Contributors): Credit Jim Blandy with macro support.
6148 (Compilation): Explain how to get macro information into the
6149 executable.
6150 (Expressions): Note that preprocessor macros are expanded.
6151
9db8d71f
DJ
61522002-05-14 Daniel Jacobowitz <drow@mvista.com>
6153
6154 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
6155 options for `target remote'.
6156
6d531722
AC
61572002-05-13 Andrew Cagney <ac131313@redhat.com>
6158
6159 * gdbint.texinfo (Target Architecture Definition): Delete
6160 documentation on NNPC_REGNUM.
6161
13d01224
AC
61622002-05-11 Andrew Cagney <ac131313@redhat.com>
6163
6164 * gdbint.texinfo (Target Architecture Definition): Document
6165 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
6166 (Target Architecture Definition): Revise section `Using Different
6167 Register and Memory Data Representations'. Add section `Raw and
6168 Virtual Register Representations'.
6169
b2e75d78
AC
61702002-05-11 Andrew Cagney <ac131313@redhat.com>
6171
6172 * gdbint.texinfo (Target Architecture Definition): Mention
6173 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
6174 (Target Architecture Definition): Mention same. Add references to
6175 web pages.
6176
2c8682ee
MS
61772002-05-08 Michael Snyder <msnyder@redhat.com>
6178
6179 * stabs.texinfo (Attributes): Document new "vector" attribute.
6180
0816590b
AC
61812002-05-04 Andrew Cagney <ac131313@redhat.com>
6182
6183 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
6184
2653173e
AC
61852002-05-04 Andrew Cagney <ac131313@redhat.com>
6186
6187 * gdb.texinfo: Delete obsolete references to a29k.
6188
d7bd68ca
AC
61892002-04-24 Andrew Cagney <ac131313@redhat.com>
6190
6191 * gdbint.texinfo (Target Architecture Definition): Replace
6192 IN_SIGTRAMP with PC_IN_SIGTRAMP.
6193
21d83aa5
DM
61942002-04-24 David S. Miller <davem@redhat.com>
6195
6196 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
6197
7673a6cc
DM
61982002-04-21 David S. Miller <davem@redhat.com>
6199
6200 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
6201
d49d1e0a
AC
62022002-04-21 Andrew Cagney <ac131313@redhat.com>
6203
6204 * gdbint.texinfo (Target Architecture Definition): Delete
6205 definition of HAVE_REGISTER_WINDOWS.
6206
f7dc1244 62072002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
6208
6209 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
6210 "Theodore A. Roth" <troth@verinet.com>.
6211
5ca0cb28
DH
62122002-04-15 Don Howard <dhoward@redhat.com>
6213
f7dc1244 6214 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 6215 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 6216 Provide a better explaination of this feature.
5ca0cb28 6217
f208ba17
AC
62182002-04-14 Andrew Cagney <ac131313@redhat.com>
6219
6220 * gdbint.texinfo (Target Architecture Definition): Remove
6221 FRAME_CHAIN_COMBINE.
6222
d5ba91de
MC
62232002-04-12 Michael Chastain <mec@shout.net>
6224
6225 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
6226 REG_STACK_SEGMENT.
6227
26818220
MC
62282002-04-09 Michael Chastain <mec@shout.net>
6229
6230 * gdbint.texinfo (Obsolete Conditionals): Remove references to
6231 PYRAMID_* macros.
6232
129188f6
AC
62332002-04-07 Andrew Cagney <ac131313@redhat.com>
6234
6235 * gdb.texinfo (Bug Reporting): Document that the web is the
6236 prefered way of submitting bug reports.
6237 (Bug Reporting): Delete the s-mail address as the last resort.
6238
8227c0ff
AC
62392002-04-05 Andrew Cagney <ac131313@redhat.com>
6240
6241 * gdbint.texinfo (Target Architecture Definition): Delete
6242 references to TARGET_WRITE_FP and write_fp.
6243
16d9dec6
MS
62442002-03-27 Michael Snyder <msnyder@redhat.com>
6245
6246 * gdb.texinfo: Document new commands dump, append, and restore.
6247
9ae8b82c
AC
62482002-03-27 Andrew Cagney <ac131313@redhat.com>
6249
6250 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
6251 Branch'.
6252
474c8240
AC
62532002-03-18 Andrew Cagney <ac131313@redhat.com>
6254
6255 * gdb.texinfo: Change all examples to @smallexample.
6256 * gdbint.texinfo: Ditto.
a9331b3f 6257
fb0ff88f
AC
62582002-03-18 Andrew Cagney <ac131313@redhat.com>
6259
6260 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
6261 Branches''.
6262
9bb0a4d8
AC
62632002-03-18 Andrew Cagney <ac131313@redhat.com>
6264
6265 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
6266 Policy''.
6267
937f164b
FF
62682002-03-04 Fred Fish <fnf@redhat.com>
6269
6270 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
6271 expresson, suports, dependant, trhe, perhaphs, situtations,
6272 explictily, taged, oportunity, unfortunatly).
6273
a7b40f07
AC
62742002-02-24 Andrew Cagney <ac131313@redhat.com>
6275
6276 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
6277 Remove reference to 3.12.
6278
aab4e0ec
AC
62792002-02-23 Andrew Cagney <ac131313@redhat.com>
6280
6281 * gdbint.texinfo: Include fdl.texi.
6282 (Top): Add GNU Free Documentation License.
6283 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
6284 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
6285 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
6286 (gdbint.info): Add srcdir to include path.
6287 * gdb.texinfo: Include gpl.texi.
6288 (Top): Add Copying.
6289 * gpl.texi: New file.
6290
47b95330
AC
62912002-02-23 Andrew Cagney <ac131313@redhat.com>
6292
6293 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
6294
78c47bea
PM
62952002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
6296
6297 * gdb.texinfo: Document Cygwin native specific commands.
6298
56460a61
DJ
62992002-02-15 Daniel Jacobowitz <drow@mvista.com>
6300
6301 * gdb.texinfo: Document gdbserver ``--attach'' command.
6302
def71bfa
MS
63032002-02-07 Michael Snyder <msnyder@redhat.com>
6304
6305 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
6306 to @code(_ovly_debug_event).
6307
c928edc0
AC
63082002-02-07 Andrew Cagney <ac131313@redhat.com>
6309
6310 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
6311
81d46470
MS
63122002-02-06 Michael Snyder <msnyder@redhat.com>
6313
6314 * gdb.texinfo (overlays): Mention new magic symbol
6315 '_ovly_debug_event', which allows GDB to keep better track
6316 of overlays.
6317
f7dc1244 63182002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
6319
6320 * gdb.texinfo (Memory Region Attributes): Fix the wording.
6321 Suggested by Dmitry Sivachenko.
6322
6323 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
6324
15110bc3
MS
63252002-02-01 Michael Snyder <msnyder@redhat.com>
6326
6327 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
6328
6763aef9
MS
63292002-01-30 Michael Snyder <msnyder@redhat.com>
6330
ac282366
MS
6331 * gdb.texinfo: (remote protocol): Gramatical fix-up.
6332 (set trust-readonly-sections): Document.
6763aef9 6333
8642bc8f
AC
63342002-01-29 Andrew Cagney <ac131313@redhat.com>
6335
6336 * gdbint.texinfo (Releasing GDB): Revise and update.
6337
afe64c1a
AC
63382002-01-28 Andrew Cagney <ac131313@redhat.com>
6339
6340 * gdbint.texinfo (Target Architecture Definition): Delete
6341 description of TARGET_BYTE_ORDER_DEFAULT.
6342
f7dc1244 63432002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
6344
6345 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
6346 <mitya@cavia.pp.ru>.
6347
3d6e1b5a
AC
63482002-01-23 Andrew Cagney <ac131313@redhat.com>
6349
6350 * libgdb.texinfo: Delete file.
6351
6c0e9fb3
AC
63522002-01-22 Andrew Cagney <ac131313@redhat.com>
6353
6354 * gdb.texinfo: Remove makeinfo 3.12 hacks.
6355 * gdbint.texinfo: Ditto.
6356
e0ce93ac
AC
6357Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
6358
6359 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
6360
be298bcc
AC
63612002-01-22 Andrew Cagney <ac131313@redhat.com>
6362
6363 * Makefile.in: Update copyright.
6364 (TEXI2DVI): Define.
6365 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
6366 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
6367 gdb-cfg.texi.
6368 (TEXINDEX, PDFTEX): Delete makefile variables.
6369
8e04817f
AC
63702002-01-22 Andrew Cagney <ac131313@redhat.com>
6371
6372 * gdb.texinfo (Protocol): Move section to appendix.
6373
6b2f586d
AC
63742002-01-21 Andrew Cagney <ac131313@redhat.com>
6375
6376 * gdb.texinfo (Remote Debugging): Create a menu.
6377 (Top): Add ``Remote Debugging'' to menu.
6378
6f05cf9f
AC
63792002-01-21 Andrew Cagney <ac131313@redhat.com>
6380
6381 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
6382 serial protocol'' from here.
6383 (Remote Debugging): To here. New chapter.
6384
3fd3d7d2
AC
63852002-01-20 Andrew Cagney <ac131313@redhat.com>
6386
6387 * gdbint.texinfo (Target Architecture Definition): Delete
6388 description of TARGET_BYTE_ORDER_SELECTABLE_P.
6389
7fd60527
AC
63902002-01-20 Andrew Cagney <ac131313@redhat.com>
6391
6392 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
6393 are no longer needed.
6394 (Porting GDB): Add maintainer note about configure.host.
6395
c2f05ac9
AC
63962002-01-20 Andrew Cagney <ac131313@redhat.com>
6397
6398 * gdbint.texinfo (Target Architecture Definition): Remove
6399 definition of IEEE_FLOAT.
6400
f7dc1244 64012002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
6402
6403 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
6404 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
6405 <3diff@gnu.org>
231b2aad 6406
82600034
AC
64072002-01-19 Andrew Cagney <ac131313@redhat.com>
6408
6409 * gdbint.texinfo (Host Definition): Remove references to
6410 MALLOC_INCOMPATIBLE.
6411
7708fa01
AC
64122002-01-17 Andrew Cagney <ac131313@redhat.com>
6413
6414 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
6415 and xyz-xdep.o.
6416
eb12ee30
AC
64172002-01-17 Andrew Cagney <ac131313@redhat.com>
6418
889bf7c5 6419 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
6420 (Set Breaks): Copy ``maint info breakpoint'' doco to
6421 ``Maintenance Commands'' appendix. Add reference.
6422
c9ccaa92
AC
64232002-01-17 Andrew Cagney <ac131313@redhat.com>
6424
6425 * fdl.texi: Remove next/prev from @node.
6426
f7dc1244 64272002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
6428
6429 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
6430 for monstrous @multitable (from Brian Youmans).
6431
6432 * fdl.texi: New file.
6433
6434 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
6435
8973da3a
AC
64362002-01-15 Andrew Cagney <ac131313@redhat.com>
6437
6438 * gdbint.texinfo (Releasing GDB): New chapter.
6439
7d86b5d5
AC
64402002-01-14 Andrew Cagney <ac131313@redhat.com>
6441
6442 * gdb.texinfo (Embedded Processors, Calling program functions):
6443 Obsolete references to a29k.
6444
cc1cb004
AC
64452002-01-13 Andrew Cagney <ac131313@redhat.com>
6446
6447 * gdbint.texinfo (Coding): Review Cleanups section. Examples
6448 examples. Document that a code-block should do or discard its
6449 cleanups before exit.
6450
79f12247
MS
64512002-01-11 Michael Snyder <msnyder@redhat.com>
6452
6453 * gdb.texinfo (Choosing files): Change @samp to @file.
6454
19837790
MS
64552002-01-05 Michael Snyder <msnyder@redhat.com>
6456
6457 * gdb.texinfo (--pid): Document new command line option (attach).
6458
f7dc1244 64592002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
6460
6461 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
6462 in the stub.
6463
d7449b42
AC
64642002-01-04 Andrew Cagney <ac131313@redhat.com>
6465
6466 * gdbint.texinfo (Target Architecture Definition): Replace
6467 BIG_ENDIAN with BFD_ENDIAN_BIG.
6468
f23631e4
AC
64692002-01-03 Andrew Cagney <ac131313@redhat.com>
6470
6471 * gdbint.texinfo (Target Architecture Definition): Replace
6472 value_ptr with struct value pointer.
6473
72c9928d
EZ
64742002-01-02 Eli Zaretskii <eliz@gnu.org>
6475
6476 * gdb.texinfo (Free Software): Fix wording.
6477
959acfd1
EZ
64782001-12-31 Eli Zaretskii <eliz@gnu.org>
6479
6480 * gdb.texinfo (Free Software): New section ``Free Software Needs
6481 Free Documentation''.
6482
f7dc1244 64832001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
6484
6485 * stabs.texinfo:
6486 * gdb.texinfo:
6487 * gdbint.texinfo:
6488 * libgdb.texinfo:
6489 * annotate.texi: Fix the application of GFDL in the Copyright notice.
6490
6600abed
MS
64912001-12-29 Michael Snyder <msnyder@redhat.com>
6492
6493 * gdb.texinfo (maint info sections): Fix typo.
6494
f6680716
MS
64952001-12-26 Michael Snyder <msnyder@redhat.com>
6496
fe95c787
MS
6497 * gdb.texinfo (maint info sections): Document.
6498
a9331b3f 6499 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
6500 'info proc' sub-options that are currently not implemented.
6501
c3d3ce5b
JB
65022001-12-20 Jim Blandy <jimb@redhat.com>
6503
6504 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
6505
778eb05e
AC
65062001-12-15 Andrew Cagney <ac131313@redhat.com>
6507
6508 * gdbint.texinfo (Target Architecture Definition): Replace
6509 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
6510
2607059c
AC
65112001-12-01 Andrew Cagney <ac131313@redhat.com>
6512
6513 * gdbint.texinfo (Host Definition): Delete documentation on
6514 HOST_BYTE_ORDER.
6515
df0cd8c5
JB
65162001-11-30 Jim Blandy <jimb@redhat.com>
6517
6518 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 6519 overlay support. Add to top-level menu.
df0cd8c5 6520
88118b3a
TT
65212001-11-26 Tom Tromey <tromey@redhat.com>
6522
6523 * gdb.texinfo (Command Syntax): Document C-o binding.
6524
96565e91
CF
65252001-07-26 Christopher Faylor <cgf@redhat.com>
6526
6527 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
6528 use since it is described in the referenced section.
6529
f7dc1244 6530 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
6531 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
6532 clearer when using DJGPP.
6533
2a3d5645
CF
65342001-11-24 Christopher Faylor <cgf@redhat.com>
6535
6536 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
6537 specifically refer to MS-DOS.
6538 (command files): Mention gdb.ini is only used on MS-DOS.
6539
aa26fa3a
TT
65402001-11-21 Tom Tromey <tromey@redhat.com>
6541
6542 * gdb.texinfo (Invoking GDB): Document --args.
6543 (Mode Options): Likewise.
6544
4f8ada06
JB
65452001-11-21 Jim Blandy <jimb@redhat.com>
6546
6547 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
6548 Delete documentation; this macro has been removed from the
6549 sources.
4f8ada06 6550
3fe0dc10
JB
65512001-11-13 Jim Blandy <jimb@redhat.com>
6552
6553 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
6554
9e5abb06
CV
65552001-11-06 Corinna Vinschen <vinschen@redhat.com>
6556
6557 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
6558
1c5dfdad
MS
65592001-11-05 Michael Snyder <msnyder@redhat.com>
6560
a9331b3f 6561 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
6562 quote regexp chars in function names such as "operator*()".
6563
990f9fe3
FF
65642001-11-01 Fred Fish <fnf@redhat.com>
6565
6566 * gdbint.texinfo (SOLIB_ADD): Document additional new
6567 "readsyms" arg.
6568
b433d00b
DH
65692001-10-30 Don Howard <dhoward@redhat.com>
6570
070b1dd3
DH
6571 * gdb.texinfo: (Command Files) Added documentation for the
6572 behavior of gdb with input redirected from a file.
b433d00b 6573
b7209cb4
FF
65742001-10-28 Fred Fish <fnf@redhat.com>
6575
6576 * gdb.texinfo (auto-solib-add): Change docs to match
6577 implementation change.
6578 (auto-solib-limit): Add docs for new variable.
6579
1aa20aa8
AC
65802001-10-15 Andrew Cagney <ac131313@redhat.com>
6581
6582 * gdbint.texinfo (Target Architecture Definition): Function
6583 value_as_pointer renamed to value_as_address.
6584
fc0c74b1
AC
65852001-10-15 Andrew Cagney <ac131313@redhat.com>
6586
6587 * gdbint.texinfo (Target Architecture Definition): Default
6588 POINTER_TO_ADDRESS functions assume unsigned addresses.
6589 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
6590 posting by Jim Blandy.
6591
f4846649
JB
65922001-10-12 Jim Blandy <jimb@redhat.com>
6593
6594 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
6595 version of texi2html (1.64) doesn't support this flag any more.
6596
f277788b
MK
65972001-09-08 Mark Kettenis <kettenis@gnu.org>
6598
a9dc4918
MK
6599 * gdbint.texinfo (Host Definition): Remove description of
6600 MEM_FNS_DECLARED.
6601
d28379df
MK
6602 * gdbint.texinfo (Host Definition): Remove description of R_OK.
6603
f277788b
MK
6604 * gdbint.texinfo (Host Definition): Remove description of
6605 HAVE_SIGSETMASK.
6606
7ccaa899
EZ
66072001-09-04 Elena Zannoni <ezannoni@redhat.com>
6608
6609 * gdbint.texinfo (Target Architecture Definition): Add
6610 explanation of TARGET_PRINT_INSN macro.
6611
17d9d558
JB
66122001-08-30 Jim Blandy <jimb@redhat.com>
6613
6614 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
6615 Explain what it means to load relocatable files.
6616
72cde065
JB
66172001-08-28 Jim Blandy <jimb@redhat.com>
6618
6619 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
6620 info `top' menu.
6621
9e678452
CF
6622Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
6623
6624 * gdbint.texinfo: Add a cautionary note about macro use.
6625
a2bea4c3 66262001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 6627
a2bea4c3
CV
6628 * gdb.texinfo: Explain omitting the hostname in the
6629 `target remote' command.
6630
1129bf27
DJ
66312001-07-30 Daniel Jacobowitz <drow@mvista.com>
6632
6633 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
6634 and END-INFO-DIR-ENTRY.
6635
732b3002
SC
66362001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6637
6638 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
6639
89437448
AC
66402001-07-25 Andrew Cagney <ac131313@redhat.com>
6641
6642 * gdbint.texinfo (libgdb): Rewrite.
6643
f7dc1244 66442001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
6645
6646 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
6647
c4555f82
SC
66482001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6649
6650 * gdb.texinfo (TUI): New chapter, document the TUI.
6651 (Mode Options): Document the -tui option.
6652
2f45a6e0
MK
66532001-07-23 Mark Kettenis <kettenis@gnu.org>
6654
6655 * gdbint.texinfo (Host Definition): Remove description of
6656 NEED_POSIX_SETPGID.
6657
f7dc1244 66582001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
6659
6660 * gdb.tex (DJGPP Native): New node, with descriptions of
6661 DJGPP-specific commands.
6662
be9c6c35
JM
66632001-07-19 John R. Moore <jmoore@redhat.com>
6664
6665 * gdbint.texinfo: Three misspellings.
6666
dfa249fb
AC
66672001-07-06 Andrew Cagney <ac131313@redhat.com>
6668
6669 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
6670 `test` expressions on bash. Problem reported by Colin Walters.
6671
c72e7388
AC
66722001-07-04 Andrew Cagney <ac131313@redhat.com>
6673
6674 * gdbint.texinfo (User Interface): Update ui-out documentation to
6675 refelect recent UI/MI updates.
6676
94bbb2c0
AC
66772001-07-04 Andrew Cagney <ac131313@redhat.com>
6678
6679 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
6680 interpreters.
6681
af6c57ea
AC
66822001-06-15 Andrew Cagney <ac131313@redhat.com>
6683
6684 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
6685 structure and not macros.
6686 (Host Definition): Document that much of this chapter is obsolete.
6687 (Target Architecture Definition): Update list of files that make
6688 up a target architecture.
6689 (Coding): Update.
6690
83aa8bc6
AC
66912001-06-28 Andrew Cagney <ac131313@redhat.com>
6692
6693 * gdbint.texinfo (Target Architecture Definition): Update
6694 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
6695 The latter has been changed to a true predicate.
6696
f7dc1244 66972001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
6698
6699 * annotate.texi: Add @noindent where needed. From Dmitry
6700 Sivachenko <dima@Chg.RU>.
6701 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
6702
656db9b0
AC
67032001-06-16 Andrew Cagney <ac131313@redhat.com>
6704
6705 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
6706
df2396a1
AC
67072001-06-14 Andrew Cagney <ac131313@redhat.com>
6708
6709 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
6710 returns ``OK''. Document that the ``R'' packet does not reply.
6711
0f1f2b0a
MS
67122001-06-13 Michael Snyder <msnyder@redhat.com>
6713
6714 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
6715
f7dc1244 67162001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
6717
6718 * gdb.texinfo (Signals): Clarify the default setting of signal
6719 handling.
6720
a5d7c491
AC
67212001-05-14 Andrew Cagney <ac131313@redhat.com>
6722
6723 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
6724 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
6725
05a54c4f
AC
67262001-05-12 Andrew Cagney <ac131313@redhat.com>
6727
6728 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
6729
f7dc1244 67302001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
6731
6732 * gdbint.texinfo (Clean Design and Portable Implementation):
6733 Renamed from "Clean Design".
6734 (Clean Design and Portable Implementation): Document portable
6735 methods of handling file names, and the associated macros.
6736
f7dc1244 67372001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
6738
6739 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
6740 command and provide a cross-reference to its description.
6741 (Symbols): Note that "info scope" is useful for trace experiments.
6742
f7dc1244 67432001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 6744
b37052ae
EZ
6745 * gdb.texinfo (Symbols): Document "info scope".
6746 (Tracepoints): New chapter.
6747 (Contributors): Update for v5.1.
6748 <All nodes>: Change "C++" to "C@t{++}".
6749
0ee54786
EZ
6750 * gdbint.texinfo (User Interface): A new section about ui_out
6751 functions, based on text written by Fernando Nasser.
6752
c534679c
EZ
6753 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
6754
f7dc1244 67552001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 6756
e9c75b65
EZ
6757 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
6758
6759 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
6760
6761 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
6762 Replace "GDB" with "@value{GDBN}". Fix markup.
6763
6764 * annotate.texi: Change Permissions to GFDL. Update Copyright.
6765
3d67e040
EZ
6766 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
6767 a cross-reference to its description.
6768 (Symbols): Document "info symbol".
6769
f7dc1244 67702001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
6771
6772 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
6773 subsection "x86 Watchpoints".
6774 (Target Architecture Definition): Document the macros
6775 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
6776 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
6777
b0ed3589
AC
67782001-03-20 Andrew Cagney <ac131313@redhat.com>
6779
6780 * gdbint.texinfo (Target Architecture Definition): Update
6781 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
6782 list.
6783
b6ba6518
KB
67842001-03-06 Kevin Buettner <kevinb@redhat.com>
6785
6786 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
6787 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
6788
f7dc1244 67892001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
6790
6791 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
6792
f7dc1244 67932001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 6794
17cc6a06
EZ
6795 * gdb.texinfo (Environment): Document that `path' does not change
6796 the value of PATH in GDB's own environment (it did in the past,
6797 but that was changed on March 15, 1994). Reported by Doug Evans
6798 <dje@transmeta.com>.
6799
56caf160
EZ
6800 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
6801 its line. Fix markup of commands and macros. Add an Index node
6802 and index entries.
6803
29e57380
C
68042001-01-23 J.T. Conklin <jtc@redback.com>
6805
6806 * gdb.texinfo (Memory region attributes): New manual section.
6807
1c6147de
ND
68082001-01-04 Nicholas Duffek <nsd@redhat.com>
6809
6810 * gdbint.texinfo (POP_FRAME): Document use by return_command.
6811
f7dc1244 68122000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
6813
6814 * refcard.tex: Version and copyright fixed. From Phil Edwards
6815 <pedwards@disaster.jaj.com>.
6816
0dcedd82
AC
6817Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
6818
6819 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 6820 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 6821
3b851bce
AC
6822Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
6823
6824 * gdbint.texinfo (Coding): Update current value of
889bf7c5 6825 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 6826
f7dc1244 68272000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
6828
6829 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
6830 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
6831
b90a5f51
CF
68322000-11-10 Christopher Faylor <cgf@cygnus.com>
6833
6834 * gdb.texinfo: Document new 'set step-mode' command.
6835
f7dc1244 68362000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
6837
6838 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
6839 changes from Dmitry Sivachenko <dima@Chg.RU>.
6840
f7dc1244 68412000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
6842
6843 * gdb.texinfo (Hooks): Document the new post-hook functionality.
6844 From Steven Johnson <sbjohnson@ozemail.com.au>.
6845
2e685b93
MK
68462000-08-10 Mark Kettenis <kettenis@gnu.org>
6847
6848 * gdbint.texinfo (Overall Structure): Spelling fix.
6849
f7dc1244 68502000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
6851
6852 * gdbint.texinfo (Target Architecture Definition): Document that
6853 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
6854 for which REGISTER_CONVERTIBLE returns a zero value.
6855
63ac3005
EZ
68562000-07-08 Christopher Faylor <cgf@cygnus.com>
6857
6858 * Makefile.in (install-info): Find files to install in either the
6859 build or source directories (adapted from Makefile.am).
6860
bd79f757
ND
68612000-07-07 Nicholas Duffek <nsd@redhat.com>
6862
6863 * stabs.texinfo: Fix spelling errors.
6864 (String Field): FILE-NUMBER starts from 0, not 1.
6865
f7dc1244 68662000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
6867
6868 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 6869 Brian Youmans.
5f208f6d 6870
f7dc1244 68712000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
6872
6873 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
6874 the source directory. Reported by Mark Harig
6875 <markh@frazier.landmark.com>.
cc542d3b 6876
f3b28801
C
68772000-06-20 J.T. Conklin <jtc@redback.com>
6878
6879 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
6880
449f3b6c
AC
6881Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
6882
6883 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 6884 Generate using pdftex.
449f3b6c 6885 (PDFTEX): Define.
889bf7c5 6886 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 6887 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 6888 @contents at the start.
449f3b6c 6889
f7dc1244 68902000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
6891
6892 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 6893 Youmans.
48e934c6 6894
9e9c5ae7
AC
6895Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
6896
6897 From Brian Youmans:
6898 * gdb.texinfo: Fix ``et al.''.
6899
c741b251
AC
6900Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
6901
6902 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 6903 loop.
c741b251 6904
4ab64e14
JG
69052000-05-19 Jimmy Guo <guo@cup.hp.com>
6906
6907 * configure: Regenerate.
6908
f7dc1244 69092000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
6910
6911 * Makefile.in (install-info): Run install-info on installed Info
6912 files.
6913
8c70017b
AC
6914Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6915
a7cb598a 6916 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 6917 Andrew Cagney.
8c70017b 6918
f7dc1244 69192000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
6920
6921 * gdb.texinfo: Proofreading changes from Brian Youmans.
6922
bf0184be
ND
69232000-05-01 Nick Duffek <nsd@cygnus.com>
6924
6925 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
6926 startup sequence, minor edits.
6927
f7dc1244 69282000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
6929
6930 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
6931 TeX.
6932
6933 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
6934 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
6935 like `n' and `s' which look weird. Convert some of the @kindex to
6936 @vindex, when they refer to variables, not commands.
6937
33e16fad
AC
6938Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6939
6940 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
6941
f7dc1244 69422000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
6943
6944 * Makefile.in (GDBMI_DIR): New variable.
6945 (SET_TEXINPUTS): Add $(GDBMI_DIR).
6946 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
6947 (gdbmi.texinfo): New target, for texi2roff.
6948 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
6949 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
6950
6951 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
6952 gdbmi.texinfo.
6953 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
6954 comment.
6955
d167840f
EZ
69562000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6957
6958 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 6959 command.
d167840f 6960
f7dc1244 69612000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
6962
6963 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
6964 prevents the build (and is generally a Bad Idea).
6965
f7dc1244 69662000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
6967
6968 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
6969 a comma inside @var.
6970 (Command Files): Index markup changes from Dmitry Sivachenko
6971 <dima@Chg.RU>.
6972
f7dc1244 69732000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
6974
6975 * Makefile.in (LN_S): Define.
6976 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
6977 invoke "ln -s" unless it is known to work.
6978
6979 * configure.in (AC_PROG_LN_S): Add.
6980
8dc7983f
JB
69812000-04-14 Jim Blandy <jimb@redhat.com>
6982
6983 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
6984 section.
6985 (Target Conditionals): Document ADDRESS_TO_POINTER,
6986 POINTER_TO_ADDRESS.
6987
1a8237e8
DB
69882000-04-11 Daniel Berlin <dan@cgsoftware.com>
6989
6990 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
6991 gdb-cfg.texi to get the value.
6992
ca526f1a
JB
69932000-04-10 Jim Blandy <jimb@redhat.com>
6994
6995 * gdbint.texinfo (Target Architecture Definition): Fix
6996 cross-references.
6997
faaafcb4
JB
69982000-04-08 Jim Blandy <jimb@redhat.com>
6999
7000 * gdbint.texinfo (Using Different Register and Memory Data
7001 Representations): New section.
7002 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
7003 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
7004 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 7005
1b27397f
AC
7006Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
7007
7008 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 7009 for acknowledgments.
1b27397f 7010
480ff1fb
AC
7011Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
7012
7013 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 7014 qThreadExtraInfo.
480ff1fb 7015
a9331b3f 70162000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 7017
a9331b3f
RM
7018 * gdb.texinfo: Clarify which remote debug protocol commands are
7019 required and which are optional.
f1251bdd 7020
dbeb8dbd
AC
7021Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
7022
7023 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
7024 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
7025 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
7026 * annotate.texi: Update.
7027
6d2ebf8b
SS
70282000-03-28 Stan Shebs <shebs@apple.com>
7029
7030 * gdb.texinfo: Update dates, bump to Eighth Edition (note
7031 expectation of additional changes before release), update
7032 ISBN, add copy of top-level menu for @ifhtml, remove explicit
7033 node links, rephrase and/or shorten lines to fix formatting
7034 problem in both regular and @smallbook formats.
7035 * annotate.texi: Shorten lines in example, use smallexample
7036 consistently everywhere.
7037 * Makefile.in: Add comment about texinfo 4.0 html generation.
7038 (SFILES_INCLUDED): Add annotate.texi.
7039
5d161b24
DB
70402000-03-27 Daniel Berlin <dan@cgsoftware.com>
7041
5ae4183a
AS
7042 * gdb.texinfo (Debugging Output): Added new section, documenting
7043 the "set/show debug" commands.
5d161b24 7044
b9deaee7
AC
7045Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
7046
7047 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 7048 entry.
b9deaee7
AC
7049
7050 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
7051 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 7052 @chapter and @node entries.
a9331b3f 7053
b9deaee7 7054 * gdb.texinfo: Link all top-level nodes.
a9331b3f 7055
9ef47d30
AC
7056Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
7057
7058 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 7059 files.
9ef47d30 7060
cfeada60
FN
70612000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
7062
7063 From David Whedon <dwhedon@gordian.com>
5ae4183a 7064 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 7065
6837a0a2
DB
70662000-03-22 Daniel Berlin <dan@cgsoftware.com>
7067
7068 * gdb.texinfo: Add documentation for the apropos command.
7069
bba2971c
MS
70702000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7071
7072 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
7073
2b628194
MS
70742000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7075
a9331b3f 7076 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
7077 two places.
7078
96a2c332
SS
70792000-03-17 Stan Shebs <shebs@apple.com>
7080
7081 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
7082 <dima@Chg.RU>, also clarification of allowed content for
7083 string constants.
7084
f7dc1244 70852000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
7086
7087 * gdb.texinfo (main menu): Add Annotations.
7088 (File Options): Add @cindex entries for each command-line option.
7089 Document --epoch, --annotate, --async, --interpreter, --write,
7090 --statistics, and --version.
7091
7092 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
7093 of GDB.
7094
9d233477
JB
70952000-02-23 Jim Blandy <jimb@redhat.com>
7096
7097 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
7098
14e0eb3b
JB
70992000-02-22 Jim Blandy <jimb@redhat.com>
7100
7101 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
7102
3555de01
JM
71032000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
7104
7105 * Makefile.in (diststuff): New target.
7106
5e35df8e
KB
71072000-02-15 Kevin Buettner <kevinb@redhat.com>
7108
7109 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 7110 architecture. [From Jim Wilson.]
5e35df8e 7111
c5394b80
JM
71122000-01-16 Tom Tromey <tromey@cygnus.com>
7113
7114 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
7115 (Delete Breaks): Mention range arguments.
7116 (Disabling): Likewise.
7117
c3f6f71d
JM
71182000-01-05 Dmitry Sivachenko <dima@Chg.RU>
7119
7120 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
7121
c4093a6a
JM
7122Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
7123
7124 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 7125 valid functions.
c4093a6a 7126
11cf8741
JM
71271999-11-05 Stan Shebs <shebs@andros.cygnus.com>
7128
7129 * gdb.texinfo: Clarify regular expressions used in rbreak.
7130
917317f4
JM
71311999-10-15 Kevin Buettner <kevinb@cygnus.com>
7132
7133 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
7134 MEMORY_REMOVE_BREAKPOINT): Document.
7135
7136Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
7137
7138 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 7139 offset re-using the DATA offset instead.
917317f4 7140
2df3850c
JM
71411999-10-11 Jim Kingdon <kingdon@redhat.com>
7142
7143 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
7144
71451999-10-05 Stan Shebs <shebs@andros.cygnus.com>
7146
7147 From Dmitry Sivachenko <demon@gpad.ac.ru>:
7148 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
7149 typos.
7150
7151 * gdb.texinfo: Various minor wording and formatting improvements,
7152 mentions of additional command-line options.
7153
2acceee2
JM
71541999-09-30 Fred Fish <fnf@cygnus.com>
7155
7156 * gdb.texinfo: Document additional forms of specifying section
7157 names and addresses for the add-symbol-file command.
7158
c2c6d25f
JM
71591999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
7160
7161 * gdbint.texinfo: Fix typo, add the word "have".
7162
71631999-09-14 Jim Blandy <jimb@cris.red-bean.com>
7164
7165 * gdbint.texinfo (Target Architecture Definition): Document the
7166 SKIP_PERMANENT_BREAKPOINT macro.
7167
d4f3574e
SS
71681999-09-07 Stan Shebs <shebs@andros.cygnus.com>
7169
7170 * gdb.texinfo: Fiks speling errers.
7171
7172 * gdb.texinfo: Fix uses of @multitable.
7173
f7dc1244 7174 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 7175 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 7176 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
7177 comments about using with optimization, add more indexing,
7178 fix info about disassembly-flavor.
7179
7180Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
7181
7182 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
7183 SKIP_SOLIB_RESOLVER): Define.
7184
7185Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
7186
7187 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 7188 ``g'' packets.
d4f3574e 7189
104c1213
JM
71901999-08-30 Stan Shebs <shebs@andros.cygnus.com>
7191
7192 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
7193 platform-specific info, inline remote.texi and move sections of it
7194 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
7195 and register stack into the new chapter.
7196 * remote.texi: Remove, now part of gdb.texinfo.
7197 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
7198
71991999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
7200
7201 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
7202 GDB_TARGET_IS_MACH386): These kludges have gone away.
7203
7204Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
7205
7206 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 7207 TDEPLIBS.
104c1213 7208
53a5351d
JM
72091999-08-20 Stan Shebs <shebs@andros.cygnus.com>
7210
7211 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
7212 surrounding text to fit HP-UX bits into general info.
7213 (HPPA-cfg.texi): Remove, no longer useful.
7214
7215 * gdb.texinfo: Remove explicit links from @node lines, remove
7216 HP-added "Detailed Node Listing" from main menu which confuses
7217 things.
7218
7219 From Dmitry Sivachenko <dima@Chg.RU>:
7220 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 7221 in description of `set environment'.
53a5351d
JM
7222
72231999-08-17 Stan Shebs <shebs@andros.cygnus.com>
7224
7225 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
7226
7be570e7
JM
72271999-08-12 Ben Elliston <bje@cygnus.com>
7228
7229 * gdbint.texinfo (Breakpoint Handling): Add missing words.
7230
f7dc1244 72311999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
7232
7233 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
7234 watch, awatch, and rwatch. Explain why the latter two cannot be
7235 set as software watchpoints. Document that watchpoints for local
7236 variables are deleted when the debuggee terminates.
7be570e7
JM
7237
7238Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
7239
7240 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
7241 packet. Allow E.. response packet. "qRcmd" packet is no longer
7242 reserved.
7be570e7
JM
7243
72441999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7245
a9331b3f
RM
7246 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
7247 * gdb.texinfo: Ditto.
7be570e7 7248
96baa820
JM
72491999-08-06 Tom Tromey <tromey@cygnus.com>
7250
7251 * gdb.texinfo (KOD): New node.
7252
7253Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
7254
7255 * remote.texi (Rcmd): Fix minor formatting typos.
7256
7257Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
7258
7259 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 7260 packets.
96baa820 7261
adf40b2e
JM
72621999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
7263
7264 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
7265 fixes.
7266
43ff13b4
JM
7267Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
7268
7269 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
7270
085dd6e6
JM
7271Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
7272
7273 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
7274 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
7275 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
7276 packets that are not supported on all hosts. Expand examples.
7277 Spell check.
085dd6e6
JM
7278
72791999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
7280
7281 * Makefile.in: Recognize html, install-html. Add targets
7282 to build HTML versions of documentation via texi2html.
7283
7284Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
7285
7286 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 7287 testsuite.
085dd6e6
JM
7288
7289Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
7290
7291 * remote.texi (Communication Protocol): Rewrite.
7292
7293Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
7294
7295 * stabs.texinfo: Fix uses of xref.
7296
9e0b60a8
JM
7297Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
7298
7299 * gdbint.texinfo: Add an anti-printf exhortation, and update the
7300 info about patch submission.
7301
cce74817
JM
7302Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
7303
7304 From Per Bothner <bothner@cygnus.com>:
7305 * gdb.texinfo: Document Chill support.
7306
7307Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
7308
7309 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
7310 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
7311 Document that the value should be greater-than or equal-to zero.
7312 (NO_STD_REGS): Document. Deprecate.
cce74817 7313
ac9a91a7
JM
7314Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7315
7316 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 7317 Document that these are not used.
ac9a91a7
JM
7318
7319Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7320
7321 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
7322
392a587b
JM
7323Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
7324
7325 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 7326 numargs was dropped.
392a587b
JM
7327
7328Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
7329
7330 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
7331
b83266a0
SS
7332Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
7333
7334 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 7335 Update.
b83266a0 7336
7a292a7a
SS
7337Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
7338
7339 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
7340 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
7341
7342Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
7343
7344 * gdbint.texinfo: Fix typos: $ -> @.
7345
7346Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
7347
7348 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
7349 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
7350 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
7351 BREAKPOINT_FROM_PC.
a9331b3f 7352
7a292a7a
SS
7353Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
7354
7355 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 7356 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
7357
7358Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7359
7360 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 7361 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
7362
73631999-04-02 Stan Shebs <shebs@andros.cygnus.com>
7364
7365 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
7366 longer exists.
7367
7368Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
7369
7370 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
7371 nearly all @ifset/@ifclear conditionals; nobody uses them, and
7372 they make the manual source incomprehensible.
7a292a7a
SS
7373 * h8-cfg.texi: Remove, hasn't been used in years.
7374
c906108c
SS
7375Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
7376
7377 * gdb.texinfo: Update the credits.
7378
7379Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
7380
7381 * gdb.texinfo: Fix mistakes noticed in printout of last
7382 draft, add Alpha to discussion of heuristic fence post.
7383
7384Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
7385
7386 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
7387 Edition, merge some HP changes into mainline, describe some
7388 previously undocumented features, describe more of the target
7389 commands available, eliminate obsolete section on renamed
7390 commands.
c906108c
SS
7391 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
7392
7393Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
7394
7395 * gdb.texinfo: Make many HPPA conditionals unconditional,
7396 including catchpoint description, since now on for all configs.
7397 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
7398 specializations.
7399
7400Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
7401
7402 * Makefile.in (GDBvn.texi): Fix match expression to work with
7403 current format of VERSION in gdb/Makefile.in.
7404 * gdb.texinfo: Fix node ref to match new readline.
7405
7406Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
7407
a9331b3f
RM
7408 * gdb.texinfo: Changes made as part of a project to merge in
7409 changes made by HP. Documentation makes extensive use of
c906108c
SS
7410 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
7411 on remote debugging. There are differences in documentation
889bf7c5 7412 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
7413 the HP manual discusses catchpoints, hardware watchpoints, and
7414 some HPUX specific limitations for shared library support.
a9331b3f 7415
c906108c
SS
7416 There are also a number of @node changes.
7417
74181999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
7419
7420 * gdbint.texinfo (Formatting): Disambiguate a sentence.
7421 (C Usage): Same.
7422
7423Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
7424
7425 The following changes were made by Edith Epstein
889bf7c5
PA
7426 <eepstein@cygnus.com> as part of a project to merge in changes
7427 made by HP.
a9331b3f 7428
c906108c
SS
7429 * HPPA-cfg.texi: new file.
7430
7431 * all-cfg.texi: set HPPA for HP PA-RISC targets.
7432
7433 * refcard.tex: change documentation about catch.
7434 removed info catch.
7435
7436Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
7437
7438 * gdbint.texinfo: Expand on GDB's coding standards,
7439 specify the use of arg names with prototypes.
7440
74411998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
7442
7443 * gdb.texinfo: Fix tipo.
7444
7445Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
7446
7447 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 7448 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
7449
7450Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
7451
7452 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
7453
74541998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
7455
7456 * agentexpr.texi: New file.
7457
7458Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
7459
7460 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
7461
74621998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
7463
7464 * remote.texi: Changed wording that implied that the GDB remote
7465 protocol caches register values instead of GDB itself.
7466
7467Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
7468
7469 * gdbint.texinfo: Add some info about symbol readers.
7470 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
7471 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
7472 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
7473 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
7474
7475Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
7476
a9331b3f 7477 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
7478
7479Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
7480
7481 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
7482
7483Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
7484
7485 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 7486 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
7487
7488Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
7489
7490 * gdbint.texinfo: Fix minor typos.
7491
7492Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
7493
7494 * gdbint.texinfo: Complete overhaul. Group descriptions more
7495 logically, add more info on generic algorithms, remove much
7496 obsolete and/or wrong material.
7497
7498Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
7499
7500 * stabs.texinfo (Method Type Descriptor): Expand and correct.
7501
7502Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
7503
7504 * refcard.tex: Copyright, address updates.
7505
7506Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
7507
7508 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
7509 for the edition instead of confusing GDB-version-like numbers.
7510
7511Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
7512
7513 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
7514
7515Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
7516
5ae4183a 7517 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
7518
7519Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
7520
7521 * gdb.texinfo: Add some credits, mention bug monitor.
7522 * remote.texi: Mention mips monitor targets.
7523 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 7524
c906108c
SS
7525Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
7526
7527 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
7528 files, finish sorting of host vs target vs native macros, describe
7529 some more of them.
c906108c
SS
7530
7531Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
7532
7533 * gdbint.texinfo (Host Conditionals): Document change from
7534 using NO_MMALLOC to it's inverse, USE_MMALLOC.
7535
7536Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
7537
7538 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 7539 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
7540
7541Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
7542
7543 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
7544 Document LSEEK_NOT_LINEAR.
7545
7546Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
7547
7548 * stabs.texinfo (Stab Section Basics): Make it clear that only
7549 some versions of the GNU linker remove the leading N_UNDF symbol.
7550
7551Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
7552
7553 * stabs.texinfo (String Field): Document type number pairs here,
7554 instead of in the Sun specific section.
7555 (Include Files): The GNU linker supports the N_BINCL
7556 optimization. Clarify the N_BINCL value, and what it is used
7557 for.
7558 (Procedures): Document N_FUN with an empty string to mark the end
7559 of a function.
7560 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
7561 (Sun Differences): Remove this node, as the information is now
7562 elsewhere in the main document.
7563 (Stab Section Basics): Mention that the GNU linker may optimize
7564 stabs and remove the leading N_UNDF symbol.
7565
7566Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
7567
7568 * gdb.texinfo, refcard.tex: Restore author credit
7569
7570Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
7571
7572 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
7573 documentation to account for START and END macros taking
7574 one arg.
7575
7576Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
7577
7578 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
7579 * gdb.texinfo (Frames): Fix typo.
7580
7581Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
7582
7583 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
7584 a target_signal as arg type, not a pid.
7585
7586Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
7587
7588 * gdb.texinfo: Document `set assembly-language'.
7589
7590Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
7591
7592 * remote.texi: Update list of stubs in the GDB distribution.
7593
7594Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
7595
7596 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
7597 Also document that some systems can use mmalloc but must define
7598 this if their C runtime allocates memory that is later freed.
c906108c 7599 (MMCHECK_FORCE): Document new macro.
a9331b3f 7600
c906108c
SS
7601Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
7602
7603 * remote.texi: Add documentation for target Sparclet.
7604
7605Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7606
a9331b3f 7607 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
7608 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
7609 * configure.in: Rewritten for autoconf.
7610 * configure: New.
7611
7612Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
7613
7614 * Makefile.in (DVIPS): New define, set to dvips.
7615 (dvi): Add stabs.dvi.
7616 (ps): New target.
7617 (all-doc): Depend on info, dvi, and ps targets.
7618 (STAGESTUFF): Add *.ps and *.dvi files.
7619 (clean-info, clean-dvi): Remove.
7620 (mostlyclean): Does not depend upon clean-info or clean-dvi,
7621 rules completely rewritten.
7622 (maintainer-clean): Remove clean-info and clean-dvi
7623 dependencies and put their actions in the rules.
7624 (gdb.ps): New target
a9331b3f 7625 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
7626 intermediate TeX files, whether they have 2 or 3 character
7627 extensions.
7628 (gdbint.ps): Add target and rules.
7629 (gdb-internals): Delete unused target.
7630 (Makefile): Depends upon config.status also.
7631
7632Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
7633
7634 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
7635 set.
7636
7637Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
7638
7639 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7640 * gdb.texinfo (Expressions): Fix erroneous array constant example.
7641
7642Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
7643
7644 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
7645
7646Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7647
7648 * gdb.texinfo (Print settings): Document
7649 `set/show print static-members' commands.
7650
7651Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
7652
7653 * gdbint.texinfo (Native): Document name change, coredep.c to
7654 core-aout.c.
7655
7656Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
7657
7658 * stabs.texinfo (Include Files): Document the values the SunOS4
7659 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
7660
7661Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
7662
7663 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
7664 Fix typo.
7665
7666Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
7667
7668 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
7669 "gdb.tar.Z".
7670
7671Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
7672
7673 * Makefile.in (maintainer-clean): New target, synonym for
7674 realclean.
7675
7676Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
7677
7678 * Update all FSF addresses except those in COPYING* files.
7679
7680Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7681
7682 From Richard Earnshaw (rearnsha@armltd.co.uk):
7683 * gdb.texinfo (convenience variables): Document $_exitcode.
7684 (quit): Document optional expression to use as exit code.
7685
7686Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
7687
7688 * gdb.texinfo, remote.texi: Brought up to date with various
7689 GDB changes.
7690
7691Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
7692
7693 * gdb.texinfo: Update dates and versions, fix comments about
7694 hardware watchpoints in future releases and about the
7695 sharedlibrary command.
7696
7697Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7698
7699 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
7700 C_FUN stab. Other cleanups.
7701
7702Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7703
7704 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
7705 for the sparc stub.
7706
7707Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7708
7709 * annotate.texi: Clarify which addresses have differing formats
7710 depending on the language and which do not.
7711
7712Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7713
7714 * remote.texi (NetWare): Changed example to use BOARD= instead of
7715 NODE= argument to reflect correspoding change to gdbserve.nlm.
7716
7717Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7718
7719 * stabs.texinfo (Negative Type Numbers): Mention the fact that
7720 GDB, as well as AIX dbx, supports the size type attribute.
7721
7722Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7723
7724 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
7725
7726Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
7727
7728 * gdb.texinfo (Define): Document $arg0... arguments to commands,
7729 and new 'if' and 'while' commands.
7730
7731Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
7732
7733 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
7734
7735Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7736
7737 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
7738 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
7739 NetWare targets. Mostly stolen from the Server node.
7740
7741Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7742
7743 * gdb.texinfo (Setting): Talk about the language of a source file
7744 versus the working language. The old documentation did not match
7745 what GDB did.
7746
7747Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7748
7749 * stabs.texinfo (Source Files): Document N_SO used to mark the end
7750 of a source file.
7751
7752Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7753
7754 * gdb.texinfo (Processes): New node.
7755
7756Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
7757
7758 * remote.texi: Update documentation of set/show mipsfpu.
7759
3fc11d3e
JM
7760Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
7761
7762 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
7763 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
7764
7765Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
7766
7767 * gdbint.texinfo: Removed mentions of some incorrectly placed and
7768 obsolete conditionals, described some others.
7769
7770Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7771
7772 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
7773 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
7774
7775Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
7776
7777 * gdbint.texinfo: Put regex conditionals in their own table.
7778
7779Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7780
7781 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
7782 described or fixed the descriptions of many others.
7783
7784Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
7785
7786 * gdb.texinfo: Add some more credits.
7787 * gdbint.texinfo: Capitalize GDB consistently, describe some
7788 macros and remove some.
7789
7790Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
7791
7792 * gdbint.texinfo: Removed mentions of many incorrectly placed and
7793 obsolete conditionals, described some others.
7794
7795Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7796
7797 * gdb.texinfo (help targets): Changed to `help target', which
7798 is the correct gdb command.
7799
7800Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7801
7802 * annotate.texi (TODO): New node, for keeping track of annotations
7803 suggested but not yet implemented.
7804
7805Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7806
7807 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
7808 another symbol, it is not the address itself.
7809
7810Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
7811
7812 * stabs.texinfo (Stab Section Basics): Add comment about alignment
7813 of stabs-in-coff sections.
7814
7815Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7816
7817 * annotate.texi: Change edition to 0.5 and date to May 1994.
7818 Add index.
7819 (Frames): New node, for frame annotation.
7820 (Displays): New node, for display annotation.
7821
7822 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
7823 when waiting for your program to stop.
7824
7825Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7826
7827 * annotate.texi (Breakpoint Info): Document annotation of header
7828 fields and record annotation.
7829
7830Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7831
7832 * annotate.texi: New file, to document annotations.
7833
7834Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7835
7836 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
7837 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
7838
7839Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7840
7841 * stabs.texinfo (Stab Section Basics): Say what is in .stab
7842 section, and say n_strx field is compilation unit relative.
7843 * stabs.texinfo: Don't use @code for a.out when it is the name of
7844 an object file format.
7845
7846Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7847
7848 * gdb.texinfo: Refer to file names, not path names, per rms
7849 convention.
7850 (Arguments): Fix typo.
7851
7852Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7853
7854 * stabs.texinfo (Global Variables): Talk about stabs in files
7855 where variables are referenced, but not defined.
7856
7857Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7858
7859 * stabs.texinfo: Move stuff on @ and # type descriptors from node
7860 Cplusplus to new nodes Member Type Descriptor and Method Type
7861 Descriptor. Re-write stuff for #.
7862
7863Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7864
7865 * gdb.texinfo (Print Settings): Don't document "set print
7866 fast-symbolic-addr off". The bug which it worked around was fixed
7867 on 25 Feb 94 in coffread.c, so I'm nuking the command.
7868
7869 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
7870 N_ENTRY node.
7871
7872 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
7873
7874Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7875
7876 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
7877 references to ieee-float.c.
7878
7879Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7880
7881 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
7882 match what the code actually does.
7883
7884Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7885
7886 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
7887
7888Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7889
7890 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
7891 i, and b.
7892
7893Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
7894
7895 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
7896 well as for ELF and SOM. Unify the descriptions of ELF and SOM
7897 as "stabs in sections" rather than just saying "ELF and SOM".
7898 Also make that stuff apply to COFF.
7899
7900Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7901
7902 * gdb.texinfo (Formatting Documentation): Change GhostScript to
7903 Ghostscript.
7904
7905Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7906
7907 * gdb.texinfo (Continuing and Stepping): When talking about "step"
7908 versus functions without line numbers, also mention stepping into
7909 them as well as "step" when you are in them. Tell the user how to
7910 deal with the situation. Add comment about "debugging information".
7911
7912Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7913
7914 * stabs.texinfo (Enumerations): Document restriction on where
7915 enumeration types can appear and still win with GDB.
7916
7917Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7918
7919 * stabs.texinfo (Negative Type Numbers): Document format for type
7920 -16.
7921
7922Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7923
7924 * gdb.texinfo (Selection, Frame Info): Update information about
7925 arbitrary frame specficiations.
7926
7927Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
7928
7929 * gdb.texinfo, remote.texi: general editing pass prior to Net release
7930
7931Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7932
7933 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
7934
7935Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
7936
7937 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
7938
7939Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7940
7941 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
7942 Differences node to Statics node.
7943 (Statics): Discuss XCOFF use of V symbol descriptor.
7944
7945 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
7946 not clean.
7947
7948Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
7949
7950 * gdb.texinfo (Print Settings): Document `set print
7951 fast-symbolic-addr' and improve the doc for some other
7952 `set print's.
7953
7954Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7955
7956 * stabs.texinfo (String Field): Talk about defining several type
7957 numbers at once.
7958 Fix lint regarding changing node ELF Transformations to
7959 ELF and SOM Transformations.
7960
7961Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
7962
7963 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
7964
7965Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7966
7967 * stabs.texinfo (Cross-References): `::' is for nested types only
7968 within <>.
7969 (Structures): Document static members.
7970
7971Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7972
7973 * stabs.texinfo: Document S type attribute.
7974
7975Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
7976
7977 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
7978
7979Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
7980
7981 * gdbint.texinfo: Fix a few typos.
7982
7983Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7984
7985 * gdb.texinfo, remote.texi: formatting improvements
7986
7987 * gdb.texinfo (New Features): mention threads.
7988 (Summary, C): fix xrefs in newly contributed text.
7989 (Threads): index entries, clarifications, example
7990 (passim): minor typos fixed, phrasing improvements
7991
7992 * remote.texi (Bootstrapping): rephrase text on ^C and add index
7993 entries; (Server): explain use of gdbserver w/real-time systems,
7994 add example of conflicting TCP port; (MIPS Remote) break up
7995 running text into table, highlighting commands, and add example.
a9331b3f 7996
c906108c
SS
7997Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7998
7999 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
8000
8001Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8002
8003 * stabs.texinfo (Nested Symbols): New node.
8004 (String Field, Symbol Descriptors, Cross-References): Refer to it.
8005
8006Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8007
8008 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
8009 to picking which Bbss.bss symbol to use, and (because there seems to
8010 be no good way of doing it) re-write some of the text to make it
8011 sound like Bbss.bss isn't such a great idea after all (as currently
8012 designed).
8013
8014 * gdb.texinfo (C): In addition to saying people have to use g++ for
8015 good results, say they have to use stabs. Specifically say cfront
8016 doesn't work well.
8017 (Summary): Merge in information on Modula-2, Pascal, and Chill from
8018 the gdb README. Add xrefs to places where the support for the various
8019 languages is described in detail.
8020
8021Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8022
8023 * stabs.texinfo: Clean up stuff about visibility and virtual
8024 characters.
8025
8026 * stabs.texinfo (N_M2C): Cite Sun doc.
8027
8028Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8029
8030 * gdb.texinfo: updates re threads.
8031 * remote.texinfo: avoid index entries starting with digits.
8032
8033Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8034
8035 * stabs.texinfo (Enumerations): Talk about large, negative and
8036 octal values. Clean up cross reference to type attributes.
8037 (String Field): Say that GDB 4.11 supports size attribute.
8038
8039Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8040
8041 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
8042 is a mandatory step. Make the stuff about that more concise.
8043
8044Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8045
8046 * stabs.texinfo (Class Names): New node.
8047
8048 * gdb.texinfo (Command Files): Explain order of init file reading.
8049
8050 * remote.texi (Bootstrapping): Talk about getting the serial driver
8051 to deal with ^C sent by gdb to stop the remote system.
8052
8053Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
8054
8055 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
8056
8057 * libgdb.texinfo (Defining Commands): made the DOC arg
8058 to gdb_define_app_command a char * instead of char **
8059 per a suggestion from kingdon.
8060
8061 * libgdb.texinfo: total rewrite from a different starting
8062 premise.
8063
8064Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8065
8066 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
8067 floats passed as doubles (to improve clarity).
8068
8069Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8070
8071 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
8072
8073 * a4rc.sed: update to work with Andreas Vogel papersize params
8074
8075 * refcard.tex: use Andreas Vogel simplifications of papersize
8076 params; remove useless version info; update copyright date.
8077
8078Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8079
8080 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
8081
8082Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8083
8084 * gdb.texinfo (Files): Say what address the load command loads it at.
8085
8086 * stabs.texinfo (Common Blocks): Minor cleanups.
8087
8088 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
8089 that Sun has backed away from the linker kludge and thus the relevant
8090 issue is changes to the SunPRO tools, not the Solaris linker.
8091
8092 * stabs.texinfo (Traditional Integer Types): Clean up description
8093 of octal bounds a little bit. Document extra leading zeroes.
8094
8095Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8096
8097 * gdb.texinfo (Signaling): Update for symbolic symbol names
8098 and add a section explaining the difference between the GDB
8099 signal command and the shell kill utility.
8100
8101Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
8102
8103 * libgdb.texinfo: added `@' to braces that were unescaped.
8104
8105Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
8106
8107 * libgdb.texinfo: new file. Spec for the gdb library.
8108
8109Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8110
8111 * stabs.texinfo (Include Files): Fix typo (start -> end).
8112
8113Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8114
8115 * gdb.texinfo, remote.texi: assorted small improvements, mostly
8116 from Melissa at FSF's editing pass.
8117
8118Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8119
8120 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
8121 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
8122 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
8123
8124Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8125
8126 * remote.texi (Bootstrapping): Discuss 386 call gates.
8127
8128Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8129
8130 * stabs.texinfo (Based Variables): New node.
8131
8132Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8133
8134 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
8135 names, sizes, and formats to suggest how not to lose.
8136
8137Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8138
8139 * stabs.texinfo (Methods): Fix typo.
8140
8141Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8142
8143 * gdb.texinfo: Fix a few typos.
8144
8145Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8146
8147 * gdb.texinfo: Clarify how well it works with Fortran.
8148
8149 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
8150 More on relocating stabs in ELF files.
8151
8152Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8153
8154 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
8155
8156Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8157
8158 * stabs.texinfo (Local Variable Parameters): Talk about nameless
8159 parameters on VAX.
8160
8161Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8162
8163 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
8164
8165Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8166
8167 * stabs.texinfo: Make info author notice match the TeX author notice.
8168
8169Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8170
8171 * stabs.texinfo: Initial-caps all words in node names and
8172 non-trivial words in section names.
8173
8174Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8175
8176 * stabs.texinfo: Many minor cleanups.
8177
8178 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
8179
8180Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
8181
8182 * stabs.texinfo: Remove full description of big example.
8183 It's not really helpful; just use pieces of it where appropriate.
8184 Add more Texinfo formatting directives (@samp, etc.).
8185 Use @deffn to define stab types.
8186 Eliminate some wordiness. Break up some nodes.
8187 Add an (alphabetized) index of symbol types.
8188 Use consistent capitalization style in node and section names.
8189
8190Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
8191
8192 * gdb.texinfo: Change typo "Two two" to "The two".
8193
8194Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8195
8196 * stabs.texinfo (XCOFF-differences): Remove references to
8197 non-existent types N_DECL and N_RPSYM.
8198
8199 * stabs.texinfo (String Field): Say that type attributes bug is
8200 fixed in GDB 4.10, since it is.
8201
8202 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
8203
8204Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
8205
8206 * stabs.texinfo: Formatting cleanups.
8207
8208Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8209
8210 * stabs.texinfo: When explaining the n_type of a stab, standardize
8211 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
8212 no tabs, use @r).
8213 (Global Variables): Clean up.
8214
8215Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8216
8217 * stabs.texinfo (Stack Variables): Re-write.
8218
8219Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8220
8221 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
8222 addresses of a source file. Also revise formatting.
8223 Change "object module" or "object file" to "source file".
8224 Various: Miscellaneous cleanups.
8225
8226Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8227
8228 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
8229
8230Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
8231
8232 * gdbint.texinfo: Removed many nonsensical machine-collected
8233 host and target conditionals, described some of the remainder.
8234
8235Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8236
8237 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
8238
8239 * gdbint.texinfo (Top): Add name to @top line, and re-write the
8240 paragraph which follows.
8241
8242 * gdbint.texinfo (Host): Use @code not @samp for Makefile
8243 variables. Looks better and avoids overful hbox.
8244
8245Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8246
8247 * stabs.texinfo (Procedures): Improve stuff on nested functions.
8248
8249Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8250
8251 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
8252 retransmit-timeout
8253
8254Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8255
8256 * gdbint.texinfo: Update statement about `some ancient Unix
8257 systems, like Ultrix 4.0' to Ultrix 4.2.
8258
8259Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
8260
8261 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
8262
8263 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
8264
8265 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
8266 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
8267
8268 * remote.texi: new name for former gdbinv-s.texi
8269
8270 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
8271
8272Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
8273
8274 * gdbinv-s.texi: Documented timeout and retransmit-timeout
8275 variables for MIPS remote debugging protocol.
8276
8277Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8278
8279 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
8280
8281Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8282
8283 * Makefile.in (refcard.dvi): Use srcdir where necessary.
8284
8285Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
8286
8287 * gdb.texinfo: repair conditional bugs in text markup
8288
8289Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8290
8291 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
8292 to select Modula-2 material.
8293
8294Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8295
8296 * stabs.texinfo: Cleanups regarding statics.
8297
8298 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
8299 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
8300
8301Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8302
8303 * stabs.texinfo: N_MAIN is sometimes used for C.
8304
8305Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8306
8307 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
8308
8309Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
8310
8311 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 8312 removed from the code by Kingdon.
c906108c
SS
8313
8314Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8315
8316 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
8317 input when evaluating breakpoint conditions; the bug has been fixed.
8318
8319 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
8320 sets the ignore count to N-1, not to N.
8321
8322Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8323
8324 * refcard.tex (\hoffset): correct longstanding error to match
8325 intended offset; avoids cutting off edge on some printers
8326
8327Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8328
8329 * stabs.texinfo (Parameters): Say that order of stabs is significant.
8330
8331Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8332
8333 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
8334
8335Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8336
8337 * Makefile.in: (REFEDITS) new var to control whether PS or CM
8338 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
8339 collect sed edits if any, apply to refcard before formatting;
8340 (refcard.ps) stop implying PS fonts if PS output requested;
8341 (lrefcard.ps) delete extra target for variant PS fonts
8342
8343 * refcard.tex: parametrize papersize dependent info, collect
8344 in easily replaced spot
8345
8346 * a4rc.sed: new file, edits to refcard for A4 paper
8347
8348Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8349
8350 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
8351
8352Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8353
8354 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
8355
8356Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8357
8358 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
8359 politely rather than rudely.
8360
8361Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8362
8363 * stabs.texinfo: Document common blocks.
8364
8365Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
8366
8367 * stabs.texinfo: Add some basic info about stabs-in-elf.
8368
8369Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8370
8371 * stabs.texinfo (Top): Minor cleanup.
8372
8373Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
8374
8375 * Makefile.in (install-info): remove parentdir support
8376
8377Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8378
8379 * gdb.texinfo (Copying): delete this node and references to it;
8380 RMS says this manual need not carry GPL. (passim): Improvements
8381 from last round at FSF, largely due to Ian Taylor review, and
8382 minor formatting improvements.
8383
8384 * gdbinv-s.texi (passim): Improvements from last round at FSF,
8385 largely due to Ian Taylor review. (Debug Session): minor edits to
8386 new text.
8387
8388Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
8389
8390 * Makefile.in (realclean): Remove info and dvi files too.
8391
8392Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
8393
8394 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
8395 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
8396 * gdb.texinfo: Change accordingly.
8397
8398 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
8399 N_{L,R}BRAC,N_SLINE are relative to.
8400
8401Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
8402
8403 * Makefile.in (GDBvn.texi): Update atomically.
8404
8405Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
8406
8407 * gdbinv-s.texi (Debug Session): Document exceptionHook.
8408
8409Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
8410
8411 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
8412 addresses together. Also motivate the set print symbol-filename
8413 command and suggest other solutions.
8414
8415Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
8416
8417 * gdb.texinfo (set print elements): Note that the number of
8418 elements is set to unlimited by "set print elements 0".
8419
8420Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
8421
8422 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
8423 NF_LDOUBLE means.
8424 (Stab Types): Include Solaris stab types.
8425 (Procedures): Document Solaris extensions.
8426
8427Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8428
8429 * gdb.texinfo: Add `set print symbol-filename' doc.
8430
8431Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8432
8433 * stabs.texinfo (Arrays): Talk about type definition vs. type
8434 information.
8435
8436 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
8437 the trailing semicolon.
8438
8439Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8440
8441 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
8442 and merge in other parts of the document addressing these subjects.
8443 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
8444
8445 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
8446 at the end of a range type.
8447
8448 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
8449 AIX extensions.
8450
8451Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8452
8453 * stabs.texinfo (Stabs Format): Misc fixes.
8454
8455Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8456
8457 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
8458 (Traditional builtin types): Document convex convention for long long.
8459 (Negative builtin types): Discuss type names, and misc fixes.
8460
8461Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8462
8463 * stabs.texinfo (Builtin Type Descriptors): Document the floating
8464 point types used with @samp{R} type descriptor.
8465 (Symbol Descriptors): Describe how to handle conflict between
8466 different meanings of @samp{P} symbol descriptor.
8467
8468Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8469
8470 * stabs.texinfo: Remove node Quick Reference and put its children
8471 directly under the main menu.
8472
8473 * stabs.texinfo: Many more changes to bring it into line with
8474 AIX documentation and reality. I think it now has all the
8475 information from the AIX documentation, except that I burned
8476 out when I got to variant records (Pascal and Modula-2) and
8477 all the COBOL types. Oh well, we can add them later when we're
8478 worrying more about those languages.
8479
8480 * stabs.texinfo (Automatic variables): Talk about what it means
8481 to omit the symbol descriptor.
8482
8483Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8484
8485 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
8486 gcc2 behavior with promoted args.
8487
8488Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8489
8490 * gdb.texinfo: include readline appendices in info version of manual
8491
8492Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8493
8494 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
8495 target remote.
8496
8497 * gdb.texinfo (Machine Code): more index entries for disassemble
8498
8499Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
8500
8501 * Clarify the intended use of the gdb-testers and gdb-patches
8502 mailing lists, and shrink gzip comment.
8503
8504Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8505
8506 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
8507 DOSHOST configuration of manual.
8508
8509 * gdb.texinfo (MIPS Stack): new node.
8510
8511 * all-config.texi (MIPS) new switch.
8512
8513 * gdbinv-s.texi (Nindy Options) Remove two instances of future
8514 tense; (MIPS Remote) new node.
8515
8516 * gdb.texinfo (passim) rephrases to work around makeinfo @value
8517 bug; (Environment) less passive, other small cleanups in text about
8518 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
8519 (Remote) new MIPS Remote menu entry.
8520
8521Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
8522
8523 * stabs.texinfo: Many changes to include information from the
8524 AIX documentation.
8525
8526 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
8527
8528Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
8529
8530 * gdbint.texinfo (new node Debugging GDB, elsewhere):
8531 Move a bunch of information from ../README.
8532 (Getting Started): New node.
8533
8534Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8535
8536 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
8537
8538 * gdb.texinfo: advance manual revision dates to present
8539
8540 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
8541 stop using silly Roman numerals in @set variable names
8542
8543Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
8544
8545 * stabs.texinfo (Parameters): Keep trying to get this right.
8546
8547Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
8548
8549 * stabs.texinfo (Parameters): More on "local parameters".
8550
8551Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
8552
8553 * stabs.texinfo (Parameters): Re-do "local parameters" section.
8554
8555Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
8556
8557 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
8558 (Parameters): Rewrite.
8559 (xcoff-differences, Sun-differences): Minor changes.
8560
8561Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
8562
8563 * stabs.texinfo: Minor cleanup.
8564
8565Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
8566
8567 * gdbint.texinfo: Minor xcoff stuff.
8568
8569Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
8570
8571 * gdbint.texinfo: Update for new config directory structure.
8572 Add info about internal type data structures.
8573
8574Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
8575
8576 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
8577 $(srcdir).
8578 (gdb-config.texi): Depend on file in $(srcdir).
8579
8580Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
8581
8582 * stabs.texinfo: Fixes about N_SO.
8583
8584Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8585
8586 * gdb.texinfo: include list of nonstandard init file names
8587
8588 * *-config.texi: new switch GENERIC for text that applies *only*
8589 to (usual) multiple-target version of manual
8590
8591 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
8592 h8 config
8593
8594 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
8595 in menus (rather than conditionally selected multiple alternative
8596 menus).
8597
8598 * Makefile.in: define and use DOC_CONFIG var to select
8599 configuration for GDB user manual.
8600
8601 * gdb-config.texi: delete from repository, generate from Makefile.
8602
8603 * all-config.texi: normal `generic' configuration file, formerly
8604 stored as gdb-config.texi
8605
8606Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
8607
8608 * Makefile.in: add dvi target to build all .dvi files
8609
8610Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8611
8612 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
8613
8614Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
8615
8616 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
8617 host conditionals.
8618 * stabs.texinfo: More array fixes inspired by Jim's.
8619
8620Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
8621
8622 * stabs.texinfo: Fixes re arrays and continuations.
8623
8624 * gdbint.texinfo: Add XCOFF node.
8625
8626Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
8627
8628 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
8629
8630Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
8631
8632 * stabs.texinfo: Fix for array types to mention lower bounds.
8633
8634Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
8635
8636 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
8637
8638Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
8639
8640 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
8641
8642Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
8643
8644 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
8645 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
8646
8647Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
8648
8649 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
8650
8651Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8652
8653 * gdb.texinfo, gdbinv-s.texi: misc updates
8654
8655Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
8656
8657 * gdbint.texinfo: Brief documentation for longjmp support,
8658 from an email msg by Stu.
8659
8660Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
8661
8662 * stabs.texinfo: Fix description of floating point "range"
8663 types (which really define basic types). Reported by Jim Meehan,
8664 <meehan@src.dec.com>.
8665
8666 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
8667
8668Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
8669
8670 * gdbint.texinfo: Slightly expand section on supporting a new
8671 object file format.
8672
8673Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
8674
8675 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
8676 intermediate file.
8677
8678Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8679
8680 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
8681
8682Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8683
8684 * gdbinv-s.texi: z8000 simulator target name is just "sim"
8685
8686 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
8687 as well as Z8002.
8688
8689Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
8690
8691 * gdbint.texinfo: Add sections on clean design and on how to send
8692 in changes.
8693
8694Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
8695
8696 * gdbint.texinfo: Add how to declare the result of make_cleanup.
8697
8698Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
8699
8700 * gdb.texinfo: Fix typo, reported by Karl Berry.
8701
8702Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
8703
8704 * gdb.texinfo: Add opcodes dir to GDB distribution description.
8705
8706Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8707
8708 * gdbint.texinfo: fixed a stray email address (needs @@),
8709 added @table @code to node "Native Conditionals"
8710
8711Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
8712
8713 * gdbint.texinfo: Describe coding style of GDB.
8714
8715Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
8716
8717 * stabs.texinfo: Minor wording changes.
8718
8719Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
8720
8721 * gdbint.texinfo: Improve release doc slightly.
8722
8723Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
8724
8725 * gdbint.texinfo: Improve doc of GDB config macros.
8726
8727Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
8728
8729 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
8730 These will be reinserted when examined.
8731
8732Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
8733
8734 * gdbint.texinfo: Make a start at documenting all the #if macros
8735 in GDB. At least list them all, and start separating them into
8736 host-specific and target-specific.
8737
8738Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8739
8740 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 8741 examples (not consistent w others).
c906108c
SS
8742 gdb.texinfo: issue disclaimer paragraph on cmdline options only
8743 for generic vn of doc
8744
8745Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
8746
8747 * Makefile.in: always create installation directories.
8748
8749Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8750
8751 * gdb.texinfo: in h8 config, do not describe searching commands.
8752
8753Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8754
8755 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
8756 conditionals; introduce a few generic switches that may be
8757 useful for other cross-dev or dos-hosted configs.
8758
8759 * gdb.texinfo: fix typo in "info reg" description
8760
8761Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
8762
8763 * stabs.texinfo: Minor updates from running TeX over it.
8764 * Makefile.in (stabs.dvi, stabs.ps): Add.
8765
8766Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
8767
8768 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
8769 First pass at converting it to texinfo.
8770
8771Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
8772
8773 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
8774 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
8775
8776Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
8777
8778 * gdbint.texinfo: Add section on partial symbol tables.
8779
8780Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
8781
8782 * gdb.texinfo: document `set remotedebug' and `set
8783 rstack_high_address'.
8784
8785Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8786
8787 * gdb.texinfo: slight expansion of new text on reading info files
8788 * gdbinv-s.m4.in: correct and expand info on cross-debugging
8789 H8/300 from DOS.
8790
8791Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
8792
8793 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
8794
8795Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
8796
8797 * gdb.texinfo: Say how to read the `info' files.
8798
8799Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
8800
8801 * Makefile.in: gm4 -> m4.
8802
8803Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
8804
8805 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
8806 Documentation' ahead of `Installing GDB' to match README.
8807 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 8808 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
8809
8810Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
8811
8812 * Makefile.in: remove $(srcdir) from gdb.info rule.
8813
8814Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8815
8816 * Makefile.in: commented out gdb-all.texinfo rule. This is
8817 temporary.
8818
8819Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
8820
8821 * Makefile.in, configure.in: removed traces of namesubdir,
8822 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
8823 copyrights to '92, changed some from Cygnus to FSF.
8824
8825Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
8826
8827 * gdb.texinfo: Improve how we ask for bug reports.
8828
8829Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8830
8831 * Makefile.in: infodir belongs in datadir.
8832
8833Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8834
8835 * Makefile.in: remove spaces following hyphens, bsd make can't
8836 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 8837 standards.text support.
c906108c
SS
8838
8839Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8840
8841 * Makefile.in: idestdir and ddestdir go away. Added copyrights
8842 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
8843 and mandir now keyed off datadir by default.
8844
8845\f
8846Local Variables:
9e9c5ae7 8847mode: change-log
c906108c
SS
8848left-margin: 8
8849fill-column: 74
8850version-control: never
8851End: