PR python/12027:
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
f0823d2c
TT
12012-02-07 Tom Tromey <tromey@redhat.com>
2
3 * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
4 Symbol.value.
5
64e7d9dd
TT
62012-02-07 Tom Tromey <tromey@redhat.com>
7
8 * gdb.texinfo (Symbols In Python): Document Symbol.line.
9
4220b2f8
TS
102012-01-27 Thomas Schwinge <thomas@codesourcery.com>
11
12 * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
13
edcc5120
TT
142012-01-24 Tom Tromey <tromey@redhat.com>
15
16 * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
17 unload".
18 (Files): Mention new catch commands.
19 (GDB/MI Async Records): Likewise.
20
53fe1783
GB
212012-01-24 Gary Benson <gbenson@redhat.com>
22
23 Delete #if 0'd out code.
24 * gdb.texinfo (Frame Info): Remove "info catch".
25
b9e7b9c3
UW
262012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
27
28 * gdb.texinfo (Remote Configuration): Document
29 "set remote hostio-readlink-packet" command.
30 (General Query Packets): Document vFile:readlink packet.
31
4aac40c8
TT
322012-01-16 Tom Tromey <tromey@redhat.com>
33
34 * gdb.texinfo (Specify Location): Document relative file name
35 handling.
36
cafec441
TT
372012-01-16 Tom Tromey <tromey@redhat.com>
38
39 * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
40
0ee339bc
JK
412012-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
42 Eli Zaretskii <eliz@gnu.org>
43
44 * gdbint.texinfo (Coding Standards): Require braces for two lines of
45 code.
46
72384ba3
PH
472012-01-11 Paul Hilfinger <hilfingr@adacore.com>
48
49 * gdb.texinfo (Variables): Document use of :: for non-static
50 variables.
51
ce1b17c4
JB
522012-01-05 Joel Brobecker <brobecker@adacore.com>
53
54 * gdbint.texinfo (Start of New Year Procedure): Update
55 to replace use of copyright.sh by use of copyright.py.
56
217bff3e
JK
572012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
58
59 Remove the gdbtui binary.
60 * all-cfg.texi (GDBTUI): Remove.
61 * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
62 (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference.
63 * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
64
cc72b2a2
KP
652011-12-23 Kevin Pouget <kevin.pouget@st.com>
66
67 Introduce gdb.FinishBreakpoint in Python.
68 * gdb.texinfo (Finish Breakpoints in Python): New subsection.
69 (Python API): Add menu entry for Finish Breakpoints.
70
13ac8d2c
JK
712011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
72
73 * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
74 tests.
75
e0f9f062
DE
762011-12-16 Doug Evans <dje@google.com>
77
78 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
79
80b6e756
PM
802011-12-16 Phil Muldoon <pmuldoon@redhat.com>
81
1c3ad6ab 82 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
83 stack". Add documentation for "set/show python print-stack".
84
2fb860fc
PA
852011-12-14 Pedro Alves <pedro@codesourcery.com>
86
87 * gdb.texinfo (Implementing a Remote Stub): Explain that you
88 should transfer control to the stub in the startup code instead of
89 in main. Mention the need to get past the initial breakpoint.
90
f8eba3c6
TT
912011-12-06 Tom Tromey <tromey@redhat.com>
92
93 * gdb.texinfo (Set Breaks): Update for new behavior.
94
2268b414
JK
952011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
96
97 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
98 List Format for SVR4 Targets'.
99 (General Query Packets): New item qXfer:libraries-svr4:read.
100 (Library List Format for SVR4 Targets): New node.
101
ae6f0d5b
TT
1022011-12-01 Tom Tromey <tromey@redhat.com>
103
104 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
105 add.
106
36dfb11c
TT
1072011-11-22 Tom Tromey <tromey@redhat.com>
108
109 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
110 reasons.
111
f196051f
SS
1122011-11-20 Stan Shebs <stan@codesourcery.com>
113
114 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
115 note-related options and variables.
116 (Tracepoint Packets): Document packet changes.
117
f85b53f8
SD
1182011-11-20 Sanjoy Das <sdas@igalia.com>
119
120 * gdb.texinfo (JIT Interface): Add documentation on writing and
121 usind JIT debug info readers.
122 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
123 Debug Info Readers): New nodes.
124
bfccc43c
YQ
1252011-11-18 Yao Qi <yao@codesourcery.com>
126
127 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
128 tracepoint.
129
c011a4f4
DE
1302011-11-15 Doug Evans <dje@google.com>
131
132 * gdb.texinfo (Files): Document basenames-may-differ.
133
ed59ded5
DE
1342011-11-14 Doug Evans <dje@google.com>
135
136 * gdb.texinfo (Shell Commands): Document "!".
137
405f8e94
SS
1382011-11-14 Stan Shebs <stan@codesourcery.com>
139 Kwok Cheung Yeung <kcy@codesourcery.com>
140
141 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
142 needed to get shorter fast tracepoints.
143 (Tracepoint Packets): Document new qTMinFTPILen packet.
144
1e4d1764
YQ
1452011-11-14 Yao Qi <yao@codesourcery.com>
146
147 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
148 behavior of tracepoint.
149 (General Query Packets): New feature InstallInTrace.
150 (Remote Configuration): Document "set remote
151 install-in-trace-packet".
152
71eba9c2 1532011-11-12 Matt Rice <ratmice@gmail.com>
154
155 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
156 Add arguments to info macro.
157
e0f8f636
TT
1582011-11-10 Tom Tromey <tromey@redhat.com>
159
160 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
161 manual.
162 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
163 (Macros): Add a footnote.
164 (C): Remove paragraph about compiler options.
165 (C Constants): Mention wide character and string constants.
166 (C Plus Plus Expressions): Update compiler option advice. Mention
167 using declarations. Mention ADL. Remove old HP compiler
168 information.
169
625c0d47
TT
1702011-11-10 Tom Tromey <tromey@redhat.com>
171
172 PR c++/9257:
173 * gdb.texinfo (Print Settings): Add an extra note about the need
174 for a vtable.
175
4be2aacc
MR
1762011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
177
178 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
179 "set mips abi" documentation.
180
0a1c4d10
DE
1812011-11-04 Doug Evans <dje@google.com>
182
183 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
184
aad1c02c
TT
1852011-11-03 Tom Tromey <tromey@redhat.com>
186
187 * gdb.texinfo (Stopping): Add menu entry.
188 (Continuing and Stepping): Restore @node. Use @section, not
189 @subsection.
190
983fb131
MR
1912011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
192
193 * gdb.texinfo (Skipping Over Functions and Files): Remove node
194 designation. Fix "Specify Location" cross-reference.
195
3065dfb6
SS
1962011-11-02 Stan Shebs <stan@codesourcery.com>
197
198 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
199 (General Query Packets): Describe tracenz feature.
200 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
201
0aaaf063
PK
2022011-10-28 Paul Koning <paul_koning@dell.com>
203
204 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
205
2231f1fb
KP
2062011-10-27 Kevin Pouget <kevin.pouget@st.com>
207
208 * gdb.texinfo ((Frames In Python): Document
209 gdb.FRAME_UNWIND_FIRST_ERROR contant.
210
5110b5df
PK
2112011-10-26 Paul Koning <paul_koning@dell.com>
212
213 * gdb.texinfo (gdb.types): Document new deepitems function.
214
22dbab46
PK
2152011-10-25 Paul Koning <paul_koning@dell.com>
216
217 PR python/13327
218
219 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
220 fetch_lazy method.
221
9df2fbc4
PM
2222011-10-20 Phil Muldoon <pmuldoon@redhat.com>
223
224 PR python/12656
225
226 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
227 global_block, static_block function.
228
f05e2e1d
TT
2292011-10-19 Tom Tromey <tromey@redhat.com>
230
231 * gdb.texinfo (Commands In Python): Add missing "@"s.
232
a7fc3f37
KP
2332011-10-13 Kevin Pouget <kevin.pouget@st.com>
234
235 PR python/13285 Document named constants for frame unwind stop reasons
236 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
237 constants.
238
5048e516
JK
2392011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
240
241 Fix compatibility with texinfo versions older than 4.12.
242 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
243 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
244 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
245 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
246 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
247 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
248 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
249
5a56e9c5
DE
2502011-10-09 Doug Evans <dje@google.com>
251
252 * gdb.texinfo (Extending GDB): Document alias command.
253
36b11add
JK
2542011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
255
256 Support @entry in input expressions.
257 * gdb.texinfo (Variables): Describe @entry names suffix.
258 (Print Settings): Add anchor for `set print entry-values'.
259
e18b2753
JK
2602011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
261 Eli Zaretskii <eliz@gnu.org>
262
263 Display @entry parameter values (without references).
264 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
265 example.
266 (Print Settings): New description of set print entry-values and show
267 print entry-values.
268
111c6489
JK
2692011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
270 Eli Zaretskii <eliz@gnu.org>
271
272 Recognize virtual tail call frames.
273 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
274 (Tail Call Frames): New node.
275 (Frames In Python): Add gdb.TAILCALL_FRAME.
276
9c15afc4
DE
2772011-10-07 Doug Evans <dje@google.com>
278
279 * gdb.texinfo (gdb.printing): Document new `replace' arg to
280 register_pretty_printer.
281
99f5279d
PM
2822011-10-07 Phil Muldoon <pmuldoon@redhat.com>
283
284 PR python/12930
285 PR python/12802
286
287 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
288 stop method.
289
03583c20
UW
2902011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
291
292 * gdb.texinfo (Starting your Program): "set disable-randomization"
293 is no longer Linux-specific.
294 (Remote Configuration): Document "set remote
295 disable-randomization-packet".
296 (General Query Packets): Document "QDisableRandomization" packet
297 and add it to "qSupported" list.
298
bd054e06
KP
2992011-10-07 Kevin Pouget <kevin.pouget@st.com>
300
301 Allow Python notification of new object-file loadings.
302 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
303 event type.
304
cb6be26b
KP
3052011-10-04 Kevin Pouget <kevin.pouget@st.com>
306
307 PR python/12691: Add the inferior to Python exited event
308 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
309
a05336a1
JB
3102011-10-03 Joel Brobecker <brobecker@adacore.com>
311
312 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
313 rephasing.
314
5d77fe44
JB
3152011-10-03 Joel Brobecker <brobecker@adacore.com>
316
317 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
318 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
319 as possible feature returned by the `-list-features'
320 command.
321
699df94d
PK
3222011-09-28 Paul Koning <paul_koning@dell.com>
323
324 * gdb.texinfo (gdb.Type): Document field access by dictionary
325 key syntax.
326
24bdad53
YQ
3272011-09-28 Yao Qi <yao@codesourcery.com>
328
329 * gdb.texinfo (Files): Update options for `add-symbol-file'.
330 Add one space after option `-s'. Remove @r{} markup.
331
6710bf39
SS
3322011-09-27 Stan Shebs <stan@codesourcery.com>
333
334 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
335
d99f7e48
HZ
3362011-09-16 Hui Zhu <teawater@gmail.com>
337
338 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
339 to *(unsigned char *)$esp@300.
340
d812018b
PK
3412011-09-15 Paul Koning <paul_koning@dell.com>
342
343 * gdb.texinfo: Make style of Python functions and methods match
344 the syntax of Python. Also put class and module names explicitly
345 on function, member, and variable names, matching Python
346 documentation conventions.
347
2aa48337
KP
3482011-09-15 Kevin Pouget <kevin.pouget@st.com>
349
350 PR Python/12692 Add gdb.selected_inferior() to Python interface.
351 * gdb.texinfo (Inferiors In Python): Describe new
352 gdb.selected_inferior() function.
353
6839b47f
KP
3542011-09-15 Kevin Pouget <kevin.pouget@st.com>
355
356 Handle multiple breakpoint hits in Python interface:
357 * gdb.texinfo (Events In Python): New function documentation:
358 gdb.BreakpointEvent.breakpoints. Indicate that
359 gdb.BreakpointEvent.breakpoint is now deprecated.
360
26829f2b
JB
3612011-09-04 Joel Brobecker <brobecker@adacore.com>
362
363 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
364
a9f54f60
TT
3652011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
366
367 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
368
fa3a4f15
PM
3692011-08-17 Phil Muldoon <pmuldoon@redhat.com>
370
371 * gdb.texinfo (Prompt): Add set/show extended-prompt
372 documentation
373 (Basic Python): Add prompt_hook anchor.
374 (Python modules): Reword module text to reflect multiple modules.
375 (gdb.prompt): Document gdb.prompt module.
376
224bbe49
YQ
3772011-08-14 Yao Qi <yao@codesourcery.com>
378
78d85199
YQ
379 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
380
3812011-08-14 Yao Qi <yao@codesourcery.com>
382
383 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
384 (TIC6x Features): New node.
385
457e09f0
DE
3862011-08-12 Doug Evans <dje@google.com>
387
388 * gdb.texinfo (Symbols In Python): Document symbol.type.
389
5e239b84
PM
3902011-08-09 Phil Muldoon <pmuldoon@redhat.com>
391
392 * gdb.texinfo (Python): Document command and function
393 auto-loading.
394
177bc839
JK
3952011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
396 Eli Zaretskii <eliz@gnu.org>
397
398 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
399 typedefs unrolling. Extend the sample code by an inner typedef and
400 outer typedefs unrolling.
401
1a532630
PP
4022011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
403
404 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
405 size and line-size.
406
9b158ba0 4072011-07-21 Matt Rice <ratmice@gmail.com>
408
409 PR macros/12999
410 * gdb.texinfo (Macros): Add info definitions and info macros commands.
411 Update text and cindex entries for info macro command.
412
d17b6f81
PM
4132011-07-21 Phil Muldoon <pmuldoon@redhat.com>
414
415 * observer.texi (GDB Observers): Add before_prompt observer.
416 * gdb.texinfo (Basic Python): Add documentation for prompt
417 substitution.
418
713389e0
PM
4192011-07-11 Phil Muldoon <pmuldoon@redhat.com>
420
421 PR python/12438
422 * gdb.texinfo (Python Commands): Add deprecate note to maint
423 set/show python print-stack. Document set/show python
424 print-backtrace.
425
177b42fe
TJB
4262011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
427
428 * gdb.texinfo: Fix typos.
429
900e11f9
JK
4302011-07-01 Tom Tromey <tromey@redhat.com>
431
432 * gdb.texinfo (Debugging Output): Document set debug
433 check-physname.
434
39c4d40a
TT
4352011-06-29 Tom Tromey <tromey@redhat.com>
436
437 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
438 breakpoint-notifications feature.
439
6f5def7d
UW
4402011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
441
442 * gdb.texinfo (Target Description): Remove warning about
443 possibly unstable format.
444
8cf64490
TT
4452011-06-03 Tom Tromey <tromey@redhat.com>
446
447 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
448 (Events In Python): Note that exit_code is optional.
449
393eab54
PA
4502011-05-17 Pedro Alves <pedro@codesourcery.com>
451
452 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
453 required for multi-threading support.
454 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
455 Hc are deprecated for multi-threading debugging. Point readers at
456 the vCont packet.
457
75fc9810
DE
4582011-05-15 Doug Evans <dje@google.com>
459
460 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
461
01124a23
DE
4622011-05-13 Doug Evans <dje@google.com>
463
98a5dd13
DE
464 * gdb.texinfo (Threads): Document $sdir,$pdir.
465 (Server): Document $pdir exception.
466
dbaefcf7
DE
467 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
468
cc63ef9b
DE
469 * gdb.texinfo (Threads): Clarify default value for
470 libthread-db-search-path.
7e0396aa 471
01124a23
DE
472 * gdb.texinfo (Completion): Update example.
473 (Debugging Output): Delete `set/show debug lin-lwp-async'.
474
d248b706
KY
4752011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
476
477 * gdb.texinfo: Document change in the behaviour of the enable and
478 disable GDB commands when applied to tracepoints.
479 Document the EnableDisableTracepoints remote stub feature.
480 Document QTEnable and QTDisable in the list of tracepoint packets.
481
cc88a640
JK
4822011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
483
484 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
485 hsuser.texi.
486 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
487 comment to hsuser.texi. Change rluser.texi name in the comment.
488
84e578fb
DE
4892011-05-10 Doug Evans <dje@google.com>
490
491 * gdb.texinfo (Threads): If an empty path is provided for
492 libthread-db-search-path it is reset to its default value.
493 (Server): Ditto.
494
478aac75
DE
4952011-05-09 Doug Evans <dje@google.com>
496
497 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
498
9c06b0b4
TJB
4992011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
500 Thiago Jung Bauermann <bauerman@br.ibm.com>
501
502 Implement support for PowerPC BookE masked watchpoints.
503 * gdb.texinfo (Set Watchpoints): Document mask parameter.
504 (PowerPC Embedded): Mention support of masked watchpoints.
505
9ed350ad
JB
5062011-05-03 Joel Brobecker <brobecker@adacore.com>
507
508 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
509 `@value{GDBN}'.
510
4ceed123
JB
5112011-05-03 Joel Brobecker <brobecker@adacore.com>
512
513 * gdb.texinfo (titlepage): Remove dedication.
514 (In Memoriam): New appendix.
515
559a7a62
JK
5162011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
517 Eli Zaretskii <eliz@gnu.org>
518
519 * gdb.texinfo (Index Section Format): Change the version to 5.
520 Describe the different formula.
521
03f2bd59
JK
5222011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
523 Eli Zaretskii <eliz@gnu.org>
524
525 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
526 for disconnected tracing.
527 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
528 extended-remote relationship. Mention --once.
529 (TCP port allocation lifecycle of @code{gdbserver}): New.
530
d9b1a651
EZ
5312011-04-23 Eli Zaretskii <eliz@gnu.org>
532
533 * gdb.texinfo (Server): Improve indexing. Index all optional
534 switches to gdbserver.
535
90476074
TT
5362011-04-20 Tom Tromey <tromey@redhat.com>
537
538 * gdb.texinfo (Index Section Format): New node.
539 (Top): Add new node to menu.
540
c21236dc
PA
5412011-04-20 Pedro Alves <pedro@codesourcery.com>
542
543 * gdb.texinfo (Maintenance Commands): Document `maint print
544 remote-registers'.
545
05c8c3f5
TT
5462011-04-20 Tom Tromey <tromey@redhat.com>
547
548 * gdb.texinfo (Trace File Format): Move node later.
549
7a9dd1b2
TT
5502011-04-19 Tom Tromey <tromey@redhat.com>
551
552 * gdbint.texinfo (Register Information Functions): Remove
553 duplicate "the".
554 * gdb.texinfo (Emacs): Remove duplicate "to".
555 (GDB/MI Variable Objects): Remove duplicate "the".
556 (General Query Packets): Likewise.
557
4368ebeb
JB
5582011-04-02 Joel Brobecker <brobecker@adacore.com>
559
560 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
561 "GDB/MI Ada Exception Information" node.
562
956a9fb9
JB
5632011-04-01 Joel Brobecker <brobecker@adacore.com>
564
565 * gdb.texinfo (GDB/MI Ada Exception Information): Document
566 the "exception-name" field in the *stopped async record.
567
f1310107
TJB
5682011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
569 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
570
571 Implement support for PowerPC BookE ranged breakpoints.
572 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
573
8786b2bd
TT
5742011-03-28 Tom Tromey <tromey@redhat.com>
575
576 * gdb.texinfo (Set Tracepoints): Fix typo.
577
9ef07c8c
TT
5782011-03-24 Tom Tromey <tromey@redhat.com>
579
580 * gdb.texinfo (Specify Location): Document `function:label'
581 linespec.
582
99c3dc11
PM
5832011-03-18 Phil Muldoon <pmuldoon@redhat.com>
584
f1310107 585 PR python/12149
99c3dc11
PM
586
587 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
588
29703da4
PM
5892011-03-17 Phil Muldoon <pmuldoon@redhat.com>
590
591 * gdb.texinfo (Blocks In Python): Add is_valid method description.
592 (Inferiors In Python): Likewise.
593 (Threads In Python): Likewise.
594 (Symbols In Python): Likewise.
595 (Objfiles In Python): Likewise.
596 (Symbol Tables In Python): Likewise.
597
c9174737
PA
5982011-03-15 Pedro Alves <pedro@codesourcery.com>
599
600 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
601 display>: Explain that the commands accept number ranges.
602
7371cf6d
PM
6032011-03-14 Phil Muldoon <pmuldoon@redhat.com>
604
605 * gdb.texinfo (Breakpoints In Python): Add description and example
606 of Python stop function operation.
607
ecec24e6
PM
6082011-03-10 Phil Muldoon <pmuldoon@redhat.com>
609
610 * gdb.texinfo (Parameters In Python): Document get_set_string and
611 get_show_string methods.
612
6dcd5565
JK
6132011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
614
615 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
616
81896e36
JK
617 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
618 circular-trace-buffer name.
619
5e30da2c
JB
6202011-02-28 Joel Brobecker <brobecker@adacore.com>
621
622 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
623 in the previous change.
624
3bd0f5ef 6252011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
626
627 * gdb.texinfo (Inferiors and Programs): Update commands to show
628 that they can accept multiple arguments.
629
4ec7539c
JB
6302011-02-24 Joel Brobecker <brobecker@adacore.com>
631
632 Revert the following patch (code patch was not approved):
633 2011-02-21 Hui Zhu <teawater@gmail.com>
634 * agentexpr.texi (bytecode descriptions): add printf.
635 * gdb.texinfo (tracepoint action lists): add printf.
636
82809774
DE
6372011-02-23 Doug Evans <dje@google.com>
638
639 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
640
e5a67952
MS
6412011-02-23 Michael Snyder <msnyder@vmware.com>
642
643 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
644 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
645 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
646
6e6fbe60
DE
6472011-02-22 Doug Evans <dje@google.com>
648
649 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
650 Clarify behaviour of lookup_symbol when `block' argument is omitted,
651 add description of result, fix @defun formatting.
652
f994e27a
HZ
6532011-02-21 Hui Zhu <teawater@gmail.com>
654
655 * agentexpr.texi (Bytecode Descriptions): Add printf.
656 * gdb.texinfo (Tracepoint Action Lists): Add printf.
657
c7f96d2b
TT
6582011-02-18 Tom Tromey <tromey@redhat.com>
659
660 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
661
60f98dde
MS
6622011-02-14 Michael Snyder <msnyder@vmware.com>
663
664 * gdb.texinfo (threads): Document argument for "info threads" cmd.
665 Document new command "thread find".
666
08e796bc
MS
6672011-02-14 Michael Snyder <msnyder@vmware.com>
668
669 * gdb.texinfo (Threads): Update example of new thread message.
670
b3b9301e
PA
6712011-02-14 Pedro Alves <pedro@codesourcery.com>
672
673 * gdb.texinfo (Remote Configuration): Mention set/show remote
674 traceframe-info.
675 (Tools/Packages Optional for Building GDB): Mention that expat is
676 used for traceframe info.
677 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
678 (General Query Packets) <qSupported>: Describe the
679 qXfer:traceframe-info:read feature.
680 (qXfer::read): Describe qXfer:traceframe-info:read.
681 (Traceframe Info Format): New section.
682
cef35b0f
PA
6832011-02-04 Pedro Alves <pedro@codesourcery.com>
684
685 * gdbint.texinfo (Formatting): Mention some formatting guidelines
686 for casts and unary operators.
687
f1cbe1d3
TT
6882011-02-04 Tom Tromey <tromey@redhat.com>
689
690 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
691 is not useful.
692
585fdaa1
PA
6932011-01-25 Pedro Alves <pedro@codesourcery.com>
694
695 * gdb.texinfo: s/value optimized out/optimized out/g
696
7bfc9434
JB
6972011-01-21 Joel Brobecker <brobecker@adacore.com>
698
699 * gdb.texinfo (Other Misc Settings): Rework part of the
700 documentation of the "set interactive mode" command.
701
4694da01
TT
7022011-01-19 Tom Tromey <tromey@redhat.com>
703
704 * gdb.texinfo (Threads): Document thread name output and `thread
705 name' command.
706 (Threads In Python): Document Thread.name attribute.
707 (GDB/MI Thread Commands): Document thread attributes.
708
b716877b
AB
7092011-01-12 Andrew Burgess <aburgess@broadcom.com>
710
711 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
712 changes in mi/mi-cmd-disas.c
713
13fd8b81
TT
7142011-01-12 Tom Tromey <tromey@redhat.com>
715
716 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
717 Fix "thread apply" text.
718
e09342b5
TJB
7192011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
720 Thiago Jung Bauermann <bauerman@br.ibm.com>
721
722 Implement support for PowerPC BookE ranged watchpoints.
723 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
724 the "set powerpc exact-watchpoints" flag.
725
06e65f44
TT
7262011-01-07 Tom Tromey <tromey@redhat.com>
727
728 * gdb.texinfo (Python API): Add descriptions to @menu items.
729
d8e22779
TT
7302011-01-06 Tom Tromey <tromey@redhat.com>
731
732 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
733
a255712f
PP
7342010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
735
e09342b5 736 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 737
ccfc3d6e
TT
7382011-01-06 Tom Tromey <tromey@redhat.com>
739
740 PR python/12133:
741 * gdb.texinfo (Frames In Python): Document various frame
742 constants.
743
44944448
JB
7442011-01-05 Joel Brobecker <brobecker@adacore.com>
745
746 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
747 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
748 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
749
42ea3d7a
JK
7502011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
751
752 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
753 (clean): Add GDBvn.texi.
754
720d1a40
JB
7552010-12-29 Joel Brobecker <brobecker@adacore.com>
756
757 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
758 occasional case where the debugger prints an array address
759 instead of the array itself.
760
ad196637
PA
7612010-12-23 Pedro Alves <pedro@codesourcery.com>
762
763 * gdb.texinfo (Packets) <read registers packet>: Document support
764 for registers that were not collected.
765
a86caf66
DE
7662010-12-15 Doug Evans <dje@google.com>
767
768 * gdb.texinfo (Startup): Document auto-loading of scripts during
769 startup.
770 (Auto-loading): Delete "maint set python auto-load on|off".
771 Add "set auto-load-scripts on|off".
772
aae1c79a
DE
7732010-12-07 Doug Evans <dje@google.com>
774
775 * gdb.texinfo (Mode Options): Document -data-directory.
776 (Data Files): Add reference to -data-directory.
777
4e04c971
DE
7782010-11-29 Doug Evans <dje@google.com>
779
780 * gdb.texinfo (Pretty-Printer Introduction): Change
781 printer-name:subprinter-name to printer-name;subprinter-name.
782
94b6973e
PM
7832010-11-29 Phil Muldoon <pmuldoon@redhat.com>
784
785 PR python/12199
786
787 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
788
39037522
TT
7892010-11-23 Tom Tromey <tromey@redhat.com>
790
791 * gdb.texinfo (Top): Check SYSTEM_READLINE.
792 (Editing): Likewise.
793 (Command History): Likewise.
794 (TUI Keys): Likewise.
795 (Bug Reporting): Conditionally include rluser.texi and
796 inc-history.texinfo.
797 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
798 (GDB_DOC_SOURCE_INCLUDES): Add comment.
799 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
800 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
801 (gdb.pdf): Likewise.
802 (gdb.info): Likewise.
803 (gdb/index.html): Likewise.
804
5ae98d25
TT
8052010-11-23 Tom Tromey <tromey@redhat.com>
806
807 * Makefile.in (Makefile): Run ../config.status.
808 (distclean): Update.
809 * configure: Remove.
810 * configure.ac: Remove.
811
621c8364
TT
8122010-11-12 Tom Tromey <tromey@redhat.com>
813
814 * gdb.texinfo (Basic Python): Update. Add xref.
815 (Exception Handling): Document new exception classes.
816 (Types In Python): Update.
817 (Frames In Python): Update.
818
84f4c1fe
PM
8192010-11-11 Phil Muldoon <pmuldoon@redhat.com>
820
821 * gdb.texinfo (Breakpoints In Python): Document "internal"
822 parameter, and visible attribute.
823
99e7ae30
DE
8242010-11-05 Doug Evans <dje@google.com>
825
826 * gdb.texinfo (Source Path): Document "set directories".
827
f4b8a18d
KW
8282010-11-05 Ken Werner <ken.werner@de.ibm.com>
829
830 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
831 (OpenCL C): New node.
832
7b51bc51
DE
8332010-11-02 Doug Evans <dje@google.com>
834
835 * gdb.texinfo (Pretty Printing): Expand into three sections,
836 introduction, example, and commands.
837 (Python API): Delete section Disabling Pretty-Printers, merge into
838 Selecting Pretty-Printers.
839 (Writing a Pretty-Printer): New section. Move the pretty-printer
840 example here, and reformat to match python coding style. Add a second
841 example using the gdb.printing module.
842 (Python modules): Add gdb.printing.
843
9eeee977
DE
8442010-10-29 Doug Evans <dje@google.com>
845
846 * gdb.texinfo (Python): Fix long line.
847
a0e0ffdf
DE
8482010-10-20 Doug Evans <dje@google.com>
849
850 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
851 All references updated. Correct sections marked as subsections.
852 (Coding Standards): New chapter. Move the coding standard related
853 subsections here. Add section on Python coding standards.
854
0e3509db
DE
8552010-10-13 Doug Evans <dje@google.com>
856
857 * gdb.texinfo (Python): Add "Python modules".
858 (Types in Python): Add reference to gdb.types section.
859 (Python modules): New node.
860
44592cc4
DE
8612010-10-11 Doug Evans <dje@google.com>
862
863 * gdb.texinfo (Values From Inferior): Add reference to "Types in
864 Python" from gdb.Value.type description.
865
6e1bb179
JB
8662010-09-28 Joel Brobecker <brobecker@adacore.com>
867
868 * gdb.texinfo (Ravenscar Profile): New node.
869
e8467610
TT
8702010-09-22 Tom Tromey <tromey@redhat.com>
871
872 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
873
fccd1d1e
EZ
8742010-09-22 Eli Zaretskii <eliz@gnu.org>
875
876 * gdb.texinfo (Values From Inferior): Clarify that
877 value.dynamic_type works only in C++ programs with RTTI.
878
c1b6b909
TT
8792010-09-15 Paul Bolle <pebolle@tiscali.nl>
880
881 * gdb.texinfo (Character Sets): Correctly reference host-charset
882 in example.
883
7d288aaa
TT
8842010-09-13 Tom Tromey <tromey@redhat.com>
885
886 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
887 Document "fullname" and "from".
888
f75d858b
MK
8892010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
890
891 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
892 feature `reverse' output by -list-target-features.
893
83b9503b
L
8942010-08-31 H.J. Lu <hongjiu.lu@intel.com>
895
896 * gdb.texinfo (i386 Features): Remove an extra "@item".
897
03f17ccf
TT
8982010-08-30 Tom Tromey <tromey@redhat.com>
899
900 PR python/11792:
901 * gdb.texinfo (Values From Inferior): Document dynamic_type.
902
9779414d
DJ
9032010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
904
905 * gdb.texinfo (ARM Features): Document
906 org.gnu.gdb.arm.m-profile.
907
f9ffd4bb
TT
9082010-08-23 Tom Tromey <tromey@redhat.com>
909
910 PR python/11145:
911 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
912 reinterpret_cast methods.
913
702c2711
TT
9142010-08-23 Tom Tromey <tromey@redhat.com>
915
916 PR python/11915:
917 * gdb.texinfo (Types In Python): Document array method.
918
66b73624
TJB
9192010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
920
921 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
922
06a64a0b
TT
9232010-08-16 Tom Tromey <tromey@redhat.com>
924
925 * gdb.texinfo (Set Watchpoints): Document -location option.
926
a3a7127e
DE
9272010-08-13 Doug Evans <dje@google.com>
928
929 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
930
8dedea02
VP
9312010-08-13 Vladimir Prus <vladimir@codesourcery.com>
932
933 * gdb.texinfo (GDB/MI Data Manipulation): Document
934 -data-read-memory-raw and -data-write-memory-raw.
935
ca5c20b6 9362010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 937 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
938
939 * gdb.texinfo (Basic Python): Describe post_event API.
940
cb2e07a6
PM
9412010-08-11 Phil Muldoon <pmuldoon@redhat.com>
942
943 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 944 decode_line Python APIs
cb2e07a6 945
464b3efb
TT
9462010-08-10 Tom Tromey <tromey@redhat.com>
947
948 * gdb.texinfo (Pretty Printing API): Document
949 gdb.default_visualizer.
950
c29c521f
TT
9512010-08-10 Tom Tromey <tromey@redhat.com>
952
953 Revert gdb-add-index addition:
954 * gdb.texinfo (Index Files): Don't document gdb-add-index.
955
5da1313b
JK
9562010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
957 Eli Zaretskii <eliz@gnu.org>
958
959 * gdb.texinfo (Mode Options) <-batch>
960 (Basic Python) <gdb.execute>: Describe setting width and height.
961
02d868e8
PP
9622010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
963
964 * gdb.texinfo (Threads): Document 'debug libthread-db'.
965
c2bbed2a
TT
9662010-07-30 Tom Tromey <tromey@redhat.com>
967
968 * gdb.texinfo (Index Files): Mention gdb-add-index.
969
6c13bbe1
HZ
9702010-07-30 Hui Zhu <teawater@gmail.com>
971
972 * gdb.texinfo (Inferiors and Programs): Update the introduce of
973 "detach inferior" and "kill inferior".
974
53a71c06
CR
9752010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
976
977 * gdb.texinfo (Machine Code): Update description of two forms of
978 arguments, and add new example to demonstrate the new form.
979
5374244e
PM
9802010-07-27 Phil Muldoon <pmuldoon@redhat.com>
981
982 * gdb.texinfo (Values From Inferior): Add value inferior function
983 call description.
984
8ea5bce5
JK
9852010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
986
987 * gdb.texinfo (Active Targets): Fix wrong comma placement.
988
c0edd9ed
JK
9892010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
990 Eli Zaretskii <eliz@gnu.org>
991
992 Make core files the process_stratum.
993 * gdb.texinfo (Active Targets): Remove core_stratum. Include
994 record_stratum example.
995
9291a0cd
TT
9962010-07-13 Tom Tromey <tromey@redhat.com>
997
998 * gdb.texinfo (Index Files): New node.
999
f5011d11
TT
10002010-07-13 Tom Tromey <tromey@redhat.com>
1001
1002 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
1003
0f5238ed
TT
10042010-07-13 Tom Tromey <tromey@redhat.com>
1005
1006 * gdb.texinfo (Specify Location): Document labels.
1007
74c761c1
PA
10082010-07-01 Pedro Alves <pedro@codesourcery.com>
1009
1010 * gdb.texinfo (Create and Delete Tracepoints): Add more index
1011 entries for fast tracepoints and static tracepoints.
1012
501994c0
PA
10132010-07-01 Pedro Alves <pedro@codesourcery.com>
1014
1015 * gdb.texinfo (General Query Packets) <qfThreadInfo,
1016 qsThreadInfo>: Spell out `l' as ell.
1017
0fb4aa4b
PA
10182010-07-01 Pedro Alves <pedro@codesourcery.com>
1019
1020 * gdb.texinfo (Convenience Variables): Document $_sdata.
1021 (Commands to Set Tracepoints): Describe static tracepoints. Add
1022 `Listing Static Tracepoint Markers' menu entry. Document
1023 "strace".
1024 (Tracepoint Action Lists): Document collecting $_sdata.
1025 (Listing Static Tracepoint Markers): New subsection.
1026 (Tracepoints support in gdbserver): Mention static tracepoints.
1027 (remote packets, enabling and disabling): Mention
1028 read-sdata-object.
1029 (General Query Packets) <qSupported>: Document qXfer:sdata:read
1030 and StaticTracepoint.
1031 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
1032 Document qXfer:sdata:read.
1033 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
1034
dc3b15be
JB
10352010-06-29 Joel Brobecker <brobecker@adacore.com>
1036
1037 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
1038
595939de
PM
10392010-06-28 Phil Muldoon <pmuldoon@redhat.com>
1040 Tom Tromey <tromey@redhat.com>
1041 Thiago Jung Bauermann <bauerman@br.ibm.com>
1042
1043 * gdb.texinfo (Inferiors In Python): New node.
1044 * gdb.texinfo (Threads In Python): New node.
1045
9279c692
JB
10462010-06-28 Joel Brobecker <brobecker@adacore.com>
1047
1048 * gdb.texinfo (Python): Document what the python directory is
1049 and what its location is.
1050 (Basic Python): Document the gdb.PYTHONDIR constant.
1051
bc9f0842
TT
10522010-06-25 Tom Tromey <tromey@redhat.com>
1053
1054 PR python/10808:
1055 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
1056
f1421989
HZ
10572010-06-24 Hui Zhu <teawater@gmail.com>
1058
1059 * gdb.texinfo: (Commands for Controlled Output): Add
1060 documentation for command "eval".
1061
e4c0cfae
SS
10622010-06-21 Stan Shebs <stan@codesourcery.com>
1063
1064 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
1065 * annotate.texinfo: Ditto.
1066 * gdbint.texinfo: Ditto.
1067 * stabs.texinfo: Ditto.
1068
bb08c432
HZ
10692010-06-22 Hui Zhu <teawater@gmail.com>
1070
1071 * gdb.texinfo: (Process Record and Replay): Add documentation
1072 for command "set record memory-query".
1073
4f5d9f07
SS
10742010-06-21 Stan Shebs <stan@codesourcery.com>
1075
1076 * gdb.texinfo: Relicense under GFDL version 1.3.
1077 * annotate.texinfo: Relicense under GFDL version 1.3.
1078 * gdbint.texinfo: Relicense under GFDL version 1.3.
1079 * stabs.texinfo: Relicense under GFDL version 1.3.
1080 * fdl.texi: Update to version 1.3.
1081
6aed2dbc
SS
10822010-06-18 Stan Shebs <stan@codesourcery.com>
1083
a61408f8
SS
1084 * gdb.texinfo (Operating System Auxiliary Information): Describe
1085 "info os" when no arguments given.
1086
6aed2dbc
SS
1087 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
1088 $_thread.
1089
24e933df
HZ
10902010-06-18 Hui Zhu <teawater@gmail.com>
1091
1092 * gdb.texinfo: (Process Record and Replay): Add documentation
1093 for commands "record save" and "record restore".
1094
65d79d4b
SDJ
10952010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1096
1097 * gdb.texinfo: Include information about the correct use
1098 of addresses in the `watch' command.
1099
d914c394
SS
11002010-06-11 Stan Shebs <stan@codesourcery.com>
1101
1102 * gdb.texinfo (Observer Mode): New section.
1103 (General Query Packets): Document QAllow.
889bf7c5 1104
967cf477
DE
11052010-06-04 Doug Evans <dje@google.com>
1106
1107 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
1108
aaf4119b
DE
11092010-06-03 Doug Evans <dje@google.com>
1110
1111 * gdbint.texinfo (Coding): Add subsection on command names.
1112
9eae7c52
TT
11132010-06-02 Tom Tromey <tromey@redhat.com>
1114
1115 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
1116 always-disassemble.
1117
fa593d66
PA
11182010-06-01 Pedro Alves <pedro@codesourcery.com>
1119
1120 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
1121 gdbserver, and add cross reference.
1122 (Tracepoints support in gdbserver): New subsection.
1123
dde08ee1
PA
11242010-05-26 Pedro Alves <pedro@codesourcery.com>
1125
1126 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
1127 `qRelocInsn' feature.
1128 (Relocate instruction reply packet): New subsection
1129 of `Tracepoint Packets'.
1130 (Tracepoint Packets): Mention that packets QTDP and QTStart
1131 support the qRelocInsn request, and add cross reference to new
1132 subsection.
1133
07ca107c
DE
11342010-05-25 Doug Evans <dje@google.com>
1135
1136 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
1137 (Commands In Python): Document gdb.string_to_argv.
1138
c25c4a8b
JK
11392010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1140
1141 * gdbint.texinfo (Host Definition): Remove items NORETURN and
1142 ATTR_NORETURN.
1143
d7b32ed3 11442010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
1145 Tom Tromey <tromey@redhat.com>
1146 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 1147
c25c4a8b 1148 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 1149
6aecb9c2
JB
11502010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
1151
1152 * gdb.texinfo: (Summary) Add mention about D language support.
1153 (Filenames): Add D suffixes.
1154 (D): New node.
1155
b7da9e9f
PM
11562010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
1157
1158 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
1159 of macro deleted from GDB code.
1160
ab38a727
PA
11612010-04-24 Pedro Alves <pedro@codesourcery.com>
1162
1163 * gdb.texinfo (Commands to specify files): Describe what how GDB
1164 looks up DOS-based filesystem paths on the system root. Document
1165 the new `set/show target-file-system-kind' commands.
1166
66d09542
DE
11672010-04-23 Doug Evans <dje@google.com>
1168
1169 * gdb.texinfo (Python): Move Auto-loading section here ...
1170 (Python API): from here.
1171 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
1172 (Maintenance Commands): Add docs for "maint print section-scripts".
1173
8bd10a10
CM
11742010-04-20 Chris Moller <cmoller@redhat.com>
1175
1176 * gdb.texinfo (Setting Breakpoints): Added description of
1177 filename-qualified rbreak.
1178 * refcard.tex (Breakpoints and Watchpoints): Added brief
1179 description of filename-qualified rbreak.
1180
4c374409
JK
11812010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1182
1183 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
1184 (Python API): Change the reference to Pretty Printing API.
1185 (Pretty Printing): Move the user part under the Data node. Reformat
1186 the sample output to 72 columns. Create a new reference to Pretty
1187 Printing API. Rename the API part ...
1188 (Pretty Printing API): To a new node name.
1189 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
1190 (GDB/MI Variable Objects): Change references to Pretty Printing API.
1191
5a9351ae
SS
11922010-04-21 Stan Shebs <stan@codesourcery.com>
1193
1194 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 1195 and commands.
5a9351ae 1196 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 1197
9a22f0d0
PM
11982010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1199
1200 * gdb.texinfo (Examining memory): Update for change in string
1201 display with explicit size.
1202
6149aea9
PA
12032010-04-19 Pedro Alves <pedro@codesourcery.com>
1204
1205 PR breakpoints/8554.
1206
1207 * gdb.texinfo (Save Breakpoints): New node.
1208 (save-tracepoints): Rename to ...
1209 (save tracepoints): ... this. Mention that `save-tracepoints' is
1210 a deprecated alias to `save tracepoints'.
1211
711e434b
PM
12122010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
1213
645797a8 1214 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
1215 (info w32 thread-information-block): Document new command.
1216 (qGetTIBAddress): Document new gdbserver query.
1217 (maint set/show show-all-tib): Document new command.
1218
3f7b2faa
DE
12192010-04-15 Doug Evans <dje@google.com>
1220
fa33c3cd
DE
1221 * gdb.texinfo (Python API): Add progspaces section.
1222 (Selecting Pretty-Printers): Progspace pretty-printers are
1223 searched too.
1224 (Progspaces In Python): New section.
1225
3f7b2faa
DE
1226 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
1227
79f283fe
PM
12282010-04-14 Phil Muldoon <pmuldoon@redhat.com>
1229
1230 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
1231 returns None.
1232
87290684
SS
12332010-04-09 Stan Shebs <stan@codesourcery.com>
1234
1235 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1236 Describe the `frames-created' field, tweak grammar.
1237
a97153c7
PA
12382010-04-09 Pedro Alves <pedro@codesourcery.com>
1239
1240 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1241 Describe the `circular' and `disconnected' fields.
1242
5c5dcc1b
L
12432010-04-09 H.J. Lu <hongjiu.lu@intel.com>
1244
1245 * gdb.texinfo (maint print registers): Mention unavailable and
1246 invisible registers.
1247
adc36818
PM
12482010-04-09 Phil Muldoon <pmuldoon@redhat.com>
1249 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 1250 Tom Tromey <tromey@redhat.com>
adc36818
PM
1251
1252 * gdb.texinfo (Breakpoints In Python): New Node.
1253
33da3f1c
SS
12542010-04-08 Stan Shebs <stan@codesourcery.com>
1255
1256 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
1257 trace status fields.
1258
3a13a53b
L
12592010-04-08 H.J. Lu <hongjiu.lu@intel.com>
1260
1261 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
1262 optional. Make org.gnu.gdb.i386.avx requires
1263 org.gnu.gdb.i386.avx.
1264
08001717
DE
12652010-04-08 Doug Evans <dje@google.com>
1266
1267 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
1268 search path, and document that gdb only scans the search path if
1269 the script's path doesn't specify a directory.
1270
c375651d
DE
12712010-04-05 Doug Evans <dje@google.com>
1272
1273 * gdb.texinfo (maint show python auto-load): Fix typo.
1274
af54718e
SS
12752010-04-04 Stan Shebs <stan@codesourcery.com>
1276
d77f58be
SS
1277 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
1278 (Setting Watchpoints): Update description of "info watch".
1279 (Disabling Breakpoints): Only "info break" lists all.
1280
af54718e
SS
1281 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
1282 (tdump): Explain how tdump works.
1283
86b17b60
PA
12842010-04-01 Pedro Alves <pedro@codesourcery.com>
1285
1286 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
1287 add cross reference.
1288
ff12863f
PA
12892010-03-31 Pedro Alves <pedro@codesourcery.com>
1290
1291 * gdb.texinfo (TUI Commands): Mention that in some cases, these
1292 commands error out.
1293
f68eb612
L
12942010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1295
1296 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
1297
c8d5aac9
L
12982010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1299
1300 * gdb.texinfo (General Query Packets): Add xmlRegisters.
1301
7d13fe92
SS
13022010-03-29 Stan Shebs <stan@codesourcery.com>
1303 Nathan Sidwell <nathan@codesourcery.com>
1304
1305 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
1306 GDBN equivalent.
1307 (Set Tracepoints): Remove mention that conditional tracepoints
1308 don't exist.
1309 (Tracepoint Actions): Clarify when while-stepping collection
1310 happens, note that while-stepping does not automatically collect
1311 $pc.
1312
409873ef 13132010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 1314
409873ef
SS
1315 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
1316 (General Query Packets): Describe TracepointSource.
1317
ee8e71d4
EZ
13182010-03-27 Matt Rice <ratmice@gmail.com>
1319
c8d5aac9
L
1320 * gdb.texinfo (ARM): Document arguments to "target sim".
1321 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 1322
99b5e152
PA
13232010-03-26 Pedro Alves <pedro@codesourcery.com>
1324
1325 * gdb.texinfo (Tracepoint Packets): Remove mention that
1326 terror:string may be plain text, and drop mention of X prefix.
1327
cd64ee31
VP
13282010-03-26 Vladimir Prus <vladimir@codesourcery.com>
1329
1330 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
1331
6c28cbf2
SS
13322010-03-24 Stan Shebs <stan@codesourcery.com>
1333
1334 * gdb.texinfo (Tracepoint Packets): Document trace error status.
1335
95a42b64
TT
13362010-03-24 Tom Tromey <tromey@redhat.com>
1337
1338 PR breakpoints/9352:
1339 * gdb.texinfo (Break Commands): Update.
1340
18148017
VP
13412010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1342
1343 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
1344 commands.
1345
4daf5ac0
SS
13462010-03-16 Stan Shebs <stan@codesourcery.com>
1347
1348 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
1349 circular-trace-buffer.
1350 (Tracepoint Packets): Describe QTBuffer, and details of the
1351 qTStatus reply.
1352
c9429232
SS
13532010-03-12 Stan Shebs <stan@codesourcery.com>
1354 Nathan Sidwell <nathan@codesourcery.com>
1355
1356 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
1357 doing instruction stepping.
1358 (Tracepoint Restrictions): New node.
1359
ccefe4c4
TT
13602010-03-10 Tom Tromey <tromey@redhat.com>
1361
1362 * gdbint.texinfo (Symbol Handling): Update.
1363
7c953934
TT
13642010-03-08 Tom Tromey <tromey@redhat.com>
1365
1366 PR cli/9591:
1367 * gdb.texinfo (Mode Options): Mention lack of pagination and
1368 confirmation with --batch.
1369 (Screen Size): Mention --batch.
1370 (Messages/Warnings): Likewise.
1371
f870a310
TT
13722010-03-05 Tom Tromey <tromey@redhat.com>
1373
1374 * gdb.texinfo (Basic Python): Document target_charset and
1375 target_wide_charset.
1376
78e2826b
TT
13772010-03-05 Tom Tromey <tromey@redhat.com>
1378
1379 * gdb.texinfo (Data): Link to pretty-printing.
1380 (Output Formats): Likewise. Correct text.
1381
f5dff777
DJ
13822010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1383
1384 * gdb.texinfo (Types): Describe <struct> and <flags>.
1385
dc00d89f
PM
13862010-02-28 Phil Muldoon <pmuldoon@redhat.com>
1387
1388 * gdb.texinfo (Frames In Python): Add block parameter and
1389 description to read_var text.
1390
5107b149 13912010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 1392 Tom Tromey <tromey@redhat.com>
5107b149
PM
1393
1394 * gdb.texinfo (Types In Python): Describe block argument in
1395 template_argument and gdb.lookup_type.
1396
e03e5e7b
TT
13972010-02-24 Tom Tromey <tromey@redhat.com>
1398
1399 * gdb.texinfo (Cygwin Native): Fix typo.
1400
f3e9a817
PM
14012010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1402
1403 * gdb.texinfo (Frames In Python): Add block, find_sal, function
1404 and select method descriptions.
1405 (Python API): Add Blocks In Python, Symbols in Python and Symbol
1406 Tables in Python to menu.
1407 (Blocks In Python): New node.
1408 (Symbols In Python): New node.
1409 (Symbol Tables in Python): New node.
1410
a79b8f6e
VP
14112010-02-24 Vladimir Prus <vladimir@codesourcery.com>
1412
1413 Multiexec MI
1414
1415 gdb/
1416 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
1417
1418 gdb/doc/
1419 * gdb.texinfo (GDB/MI Command Syntax): Document notification
1420 changes.
1421 (GDB/MI Program Execution): Document current behaviour of
1422 --all and --thread-group.
1423 (GDB/MI Miscellaneous Commands): Document -add-inferior and
1424 -remove-inferior.
1425 * observer.texi (inferior_added, inferior_removed): New
1426 observers.
1427
629d6a47
TT
14282010-02-19 Tom Tromey <tromey@redhat.com>
1429
1430 * gdbint.texinfo (Getting Started): Fix @node.
1431 (Debugging GDB): Likewise.
1432
c09529e5
JB
14332010-02-13 Joel Brobecker <brobecker@adacore.com>
1434
1435 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
1436 documenting the gdb_test_timeout variable.
1437
540aa8e7
MS
14382010-02-12 Jakob Engblom <jakob@virtutech.com>
1439
1440 * gdb.texinfo (MI commands): Added documentation of --reverse
1441 option to a set of MI commands. Restructured documentation of MI
1442 commands --exec-continue to reflect the complexity of reverse
1443 execution.
1444
081dfbf7
PA
14452010-02-12 Pedro Alves <pedro@codesourcery.com>
1446
1447 * gdb.texinfo (Using the Collected Data): Specify that the address
1448 range of `tfind outsize' is exclusive, and that the address range
1449 of `tfind range' is inclusive.
1450 (Tracepoint Packets): Specify that the address range of
1451 `QTFrame:range' is inclusive, and that the address range of
1452 `QTFrame:outside' is exclusive
1453
8e9c5e02
VP
14542010-02-12 Vladimir Prus <vladimir@codesourcery.com>
1455
1456 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
1457
92981e24
TT
14582010-02-10 Tom Tromey <tromey@redhat.com>
1459
1460 * gdb.texinfo (Debugging Output): Document set debug parser and
1461 show debug parser.
1462
075b51b7
L
14632010-02-09 H.J. Lu <hongjiu.lu@intel.com>
1464
1465 * gdb.texinfo (Predefined Target Types): Add i387_ext,
1466 i386_eflags and i386_mxcsr.
1467
3bb8d5c3
L
14682010-02-08 H.J. Lu <hongjiu.lu@intel.com>
1469
1470 * gdb.texinfo: Document i386 target features.
1471
c5f80513
DE
14722010-02-05 Doug Evans <dje@google.com>
1473
1474 * gdbint.texinfo (Testsuite): Add a new section to document the
1475 various DejaGnu variables that may be overridden.
1be00882 1476 Document INTERNAL_GDBFLAGS.
c5f80513 1477
6ac33a4e
TT
14782010-02-04 Tom Tromey <tromey@redhat.com>
1479
1480 PR cli/8830:
1481 * gdb.texinfo (Files): -readnow comes before the filename for file
1482 and symbol-file.
1483
a1dcb23a
DJ
14842010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1485
1486 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
1487 Document ARM breakpoint types.
1488 (Register Packet Format): Move into the new section.
1489 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
1490
95433b34
JB
14912010-01-21 Joel Brobecker <brobecker@adacore.com>
1492
1493 * gdb.texinfo (File Options): Adjust the documentation of this
1494 switch to refer to the "source" command rather than partially
1495 duplicating some of the relevant information.
1496 (Extending GDB): Introduce and document the set/show script-extension
1497 setting.
1498 (Command Files): Add note explaining that the "source" command
1499 is also used to evalute scripts written in other languages.
1500 Remove the short slightly incorrect reference to sourcing Python
1501 scripts.
1502 (Python Commands): Document how to execute a Python script from GDB.
1503
8d576872
JB
15042010-01-19 Joel Brobecker <brobecker@adacore.com>
1505
1506 * gdb.texinfo (Command Files): Fix typo.
1507
8150ff9c
JB
15082010-01-18 Tom Tromey <tromey@redhat.com>
1509
1510 * gdb.texinfo (File Options): Document -x on .py files.
1511 (Command Files): Document handling of Python scripts.
1512
23db03a6
JZ
15132010-01-18 Jie Zhang <jie.zhang@analog.com>
1514
1515 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
1516
00bf0b85
SS
15172010-01-15 Stan Shebs <stan@codesourcery.com>
1518
1519 * gdb.texinfo (Trace Files): New section.
1520 (Tracepoint Packets): Document QTSave and qTBuffer.
1521 (Trace File Format): New appendix.
1522
be759fcf
PM
15232010-01-13 Phil Muldoon <pmuldoon@redhat.com>
1524
1525 * gdb.texinfo (Values From Inferior): Document lazy_string value
1526 method.
1527 (Python API): Add Lazy strings menu item.
1528 (Lazy Strings In Python): New node.
1529
dc146f7c
VP
15302010-01-13 Vladimir Prus <vladimir@codesourcery.com>
1531
1532 * gdb.texinfo (GDB/MI Thread Information): New.
1533 (GDB/MI Async Records): Document the core field in *stopped.
1534 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
1535 documentation
1536 (Process list): Document that osdata document may contain
1537 threads.
1538 (Remote Serial Protocol): Document qXfer:threads.
1539
d5551862
SS
15402010-01-06 Stan Shebs <stan@codesourcery.com>
1541
1542 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1543 disconnected tracing.
1544 (Tracepoint Packets): Document new protocol.
1545
7a697b8d
SS
15462010-01-05 Stan Shebs <stan@codesourcery.com>
1547
1548 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
1549 tracepoints.
1550 (Tracepoint Packets): Describe remote protocol for fast
1551 tracepoints.
1552
e6f3ec50
JB
15532010-01-01 Joel Brobecker <brobecker@adacore.com>
1554
1555 Update the "Start of New Year Procedure".
1556 * gdbint.texinfo: Add the list of files that need to be updated
1557 manually. Minor reformatting.
1558
ddc4e9c1
JB
15592010-01-01 Joel Brobecker <brobecker@adacore.com>
1560
1561 * refcard.tex: Update copyright year in header and text.
1562
9d2897ad
JB
15632010-01-01 Joel Brobecker <brobecker@adacore.com>
1564
1565 * agentexpr.texi: Add 2010 to the list of copyright years.
1566 * annotate.texinfo: Likewise.
1567 * gdb.texinfo: Likewise.
1568 * gdbint.texinfo: Likewise.
1569 * observer.texi: Likewise.
1570 * stabs.texinfo: Likewise.
1571
6da95a67
SS
15722009-12-31 Stan Shebs <stan@codesourcery.com>
1573
1574 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 1575
236f1d4d
SS
15762009-12-29 Stan Shebs <stan@codesourcery.com>
1577
1578 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 1579
f61e138d
SS
15802009-12-28 Stan Shebs <stan@codesourcery.com>
1581
1582 * gdb.texinfo (Trace State Variables): New section.
1583 (Tracepoint Packets): Describe trace state variable packets.
1584 * agentexpr.texi (Bytecode Descriptions): Describe trace state
1585 variable bytecodes.
1586
0fe7935b
DJ
15872009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
1588
1589 * gdb.texinfo (Symbols): "info variables" prints definitions, not
1590 declarations.
1591
a6b29f87
VP
15922009-12-21 Vladimir Prus <vladimir@codesourcery.com>
1593
1594 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
1595 -gdb-exit behaviour.
1596
5e4bde96
JB
15972009-12-20 Joel Brobecker <brobecker@adacore.com>
1598
1599 * gpl.texi: Update to version 3 of the GPL.
1600
a1715244
JB
16012009-12-20 Joel Brobecker <brobecker@adacore.com>
1602
1603 * Makefile.in: Update copyright header.
1604 * observer.texi: Fix the copyright header of the generated files.
1605
361ae042
PM
16062009-12-08 Phil Muldoon <pmuldoon@redhat.com>
1607
1608 * gdb.texinfo (Types In Python): Describe range function.
1609
bfd31e71
PM
16102009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
1611
1612 * gdb.texinfo (Types In Python): Describe "is_base_class".
1613
57a1d736
TT
16142009-12-03 Tom Tromey <tromey@redhat.com>
1615
1616 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
1617
8cebebb9
PP
16182009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
1619
1620 * observer.texi: New memory_changed observer.
1621
16af530a
TT
16222009-12-01 Tom Tromey <tromey@redhat.com>
1623
1624 * gdb.texinfo (Reverse Execution): Fix typo.
1625
b6199126
DJ
16262009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
1627
1628 PR gdb/8704
1629
1630 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
1631 are allowed after the breakpoint condition.
1632
7a6973ad
TT
16332009-11-23 Tom Tromey <tromey@redhat.com>
1634
1635 PR python/10782:
1636 * gdb.texinfo (Types In Python): Document Type.pointer.
1637
21a0512e
PP
16382009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
1639
1640 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 1641
a5832c8f
PA
16422009-11-11 Pedro Alves <pedro@codesourcery.com>
1643
1644 * agentexpr.texi (Tracing On Symmetrix): Delete section.
1645 (Using Agent Expressions): Delete cross reference.
1646
1eb7cd77
JB
16472009-11-07 Joel Brobecker <brobecker@adacore.com>
1648
1649 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
1650 and @settitle directives up to help makeinfo find them.
1651
24ddea62
JK
16522009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1653
1654 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
1655 (Auto-loading): Use plural and note one can use multiple components now.
1656
3afae151
VP
16572009-11-01 Vladimir Prus <vladimir@codesourcery.com>
1658
1659 * gdb.texinfo (GDB/MI Stack Manipulation): Make
1660 -stack-list-arguments have the same documentation for parameter
1661 as -stack-list-locals. Add comas.
1662
14ff2235
PM
16632009-10-27 Tom Tromey <tromey@redhat.com>
1664 Eli Zaretskii <eliz@gnu.org>
1665
c8d5aac9 1666 PR python/10781
14ff2235
PM
1667
1668 * gdb.texinfo (Values From Inferior): Document cast method.
1669
9c419145
PP
16702009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
1671
1672 * gdb.texinfo (Machine Code): Mention function name in disasssembly
1673 and adjust example.
889bf7c5 1674
29153c24
MS
16752009-10-22 Michael Snyder <msnyder@vmware.com>
1676
1677 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 1678 info record command. Also document the new save and restore
29153c24
MS
1679 commands.
1680
2b28d209
PP
16812009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
1682
1683 * gdb.texinfo (Machine Code): Mention current pc marker.
1684 (Memory): Likewise.
1685
6c95b8df
PA
16862009-10-19 Pedro Alves <pedro@codesourcery.com>
1687 Stan Shebs <stan@codesourcery.com>
1688
1689 * observer.texi (new_inferior): Rename to...
1690 (inferior_appeared): ... this.
1691
1692 * gdb.texinfo (Inferiors): Rename node to ...
1693 (Inferiors and Programs): ... this. Mention running multiple
1694 programs in the same debug session.
1695 <info inferiors>: Mention the new 'Executable' column if "info
1696 inferiors". Update examples. Document the "add-inferior",
1697 "clone-inferior", "remove-inferior" and "maint info
1698 program-spaces" commands.
1699 (Process): Rename node to...
1700 (Forks): ... this. Document "set|show follow-exec-mode".
1701
2f8132f3
MS
17022009-10-11 Michael Snyder <msnyder@vmware.com>
1703
1704 * gdb.texinfo (ReverseStep): Show default as "unsupported".
1705 (ReverseContinue): Ditto.
1706
cba4b2d3
PP
17072009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
1708
1709 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 1710
da082f17
JK
17112009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1712
1713 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
1714
08be9d71
ME
17152009-10-06 Michael Eager <eager@eagercon.com>
1716
1717 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
1718 (Embedded Processors): Add MicroBlaze.
1719 (MicroBlaze): New. Describe Xilinx MicroBlaze
1720
08a0efd0
PA
17212009-10-04 Pedro Alves <pedro@codesourcery.com>
1722
1723 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
1724
cbb8f428
EZ
17252009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1726
1727 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
1728
30a4a70c
JB
17292009-09-23 Joel Brobecker <brobecker@adacore.com>
1730
1731 * observer.texi (solib_unloaded): Document explicitly the fact that
1732 this observer is called before the associated symbols are unloaded.
1733
b3372f91
VP
17342009-09-19 Vladimir Prus <vladimir@codesourcery.com>
1735
1736 * gdb.texinfo (GDB/MI Stack Manipulation): Document
1737 -stack-list-variables.
1738
f43030c4
TT
17392009-09-18 Tom Tromey <tromey@redhat.com>
1740
1741 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
1742 is experimental.
1743
ec7e75e7
PP
17442009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1745
1746 * gdb.texinfo (convenince variables): Mention
1747 $_siginfo could be empty.
f43030c4 1748
0cc7d26f
TT
17492009-09-15 Tom Tromey <tromey@redhat.com>
1750
1751 * gdb.texinfo (GDB/MI Variable Objects): Document
1752 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
1753 Expand -var-update documentation.
1754
a96d9b2e
SDJ
17552009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1756
1757 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
1758 feature.
1759
005ca36a
JB
17602009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
1761
1762 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
1763
0d772ac9
MS
17642009-09-10 Michael Snyder <msnyder@vmware.com>
1765
1766 * gdb.texinfo (qSupported): Mention new ReverseContinue and
1767 ReverseStep replies to the qSupported query.
1768
14fb1bac
JB
17692009-09-10 Joel Brobecker <brobecker@adacore.com>
1770
1771 Add documentation for set/show interactive-mode.
1772 * gdb.texinfo (Other Misc Settings): New node.
1773
29b090c0
DE
17742009-09-01 Doug Evans <dje@google.com>
1775
1776 * gdb.texinfo (Caching Data of Remote Targets): Add note on
1777 non-stop mode's affect on remote caching.
1778
4e5d721f
DE
17792009-08-31 Jacob Potter <jdpotter@google.com>
1780 Doug Evans <dje@google.com>
1781
1782 * gdb.texinfo (Caching Data of Remote Targets): Update text.
1783 Mark `set/show remotecache' options as obsolete.
1784 Document new `set/show stack-cache' option.
1785 Update text for `info dcache'.
1786
55333a84
DE
17872009-08-27 Doug Evans <dje@google.com>
1788
1789 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
1790 (Files): Add note on new optional regex arg to `info sharedlibrary'.
1791
bc3a0b4d
RW
17922009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1793
1794 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
1795 about autoconf.
1796
3a1ff0b6
PA
17972009-08-25 Pedro Alves <pedro@codesourcery.com>
1798
1799 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
1800 small example, and describe its columns. Replace "inferior-id" by
1801 "infno" throughout.
1802
81ecdfbb
RW
18032009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1804
af542c2e
RW
1805 * gdbint.texinfo (Releasing GDB): Point to
1806 README-maintainer-mode file for required autoconf version.
1807 * configure.ac: Do not substitute datarootdir, htmldir,
1808 pdfdir, docdir. Do not process --with-datarootdir,
1809 --with-htmldir, --with-pdfdir, --with-docdir.
1810 * configure: Regenerate.
1811
81ecdfbb
RW
1812 * configure: Regenerate.
1813
4efc6507
DE
18142009-08-20 Reid Kleckner <reid@kleckner.net>
1815
1816 * gdb.texinfo: Add chapter on JIT interface.
1817
43089a6e
NR
18182009-08-07 Nick Roberts <nickrob@snap.net.nz>
1819
1820 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 1821 confirmation request.
43089a6e 1822
99e008fe
EZ
18232009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
1824
c8d5aac9
L
1825 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
1826 CRC definitions.
99e008fe 1827
48cb2d85
VP
18282009-08-03 Vladimir Prus <vladimir@codesourcery.com>
1829
1830 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 1831 -break-commands.
48cb2d85 1832
ff1a52c6
UW
18332009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1834
1835 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1836 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
1837
3285f3fe
UW
18382009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1839
1840 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1841 "set spu stop-on-load" and "show spu stop-on-load" commands.
1842
e35359c5
UW
18432009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1844
1845 * gdb.texinfo (Target Descriptions): Document <compatible> element.
1846
58d6951d
DJ
18472009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
1848
1849 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
1850 org.gnu.gdb.arm.neon.
1851
08d16641
PA
18522009-07-20 Pedro Alves <pedro@codesourcery.com>
1853
1854 * gdb.texinfo (Target Description Format): Mention the new <osabi>
1855 optional element.
1856 (subsection OS ABI): New subsection.
1857
782b2b07
SS
18582009-07-14 Stan Shebs <stan@codesourcery.com>
1859
1860 * gdb.texinfo (Tracepoint Conditions): New section.
1861 (General Query Packets): Describe ConditionalTracepoints.
1862 (Tracepoint Packets): Describe condition field.
1863 (Maintenance Commands): Describe maint agent-eval.
1864 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
1865
9b117ef3
HZ
18662009-07-11 Hui Zhu <teawater@gmail.com>
1867
1868 * gdb.texinfo (disassemble): Add a new modifier /r
1869 to "disassemble" command to make it print the raw instructions
1870 in hex as well as in symbolic form.
1871
f5a33284
TT
18722009-07-09 Tom Tromey <tromey@redhat.com>
1873
1874 * gdbint.texinfo (Testsuite): Document parallel make check.
1875
812f7342
TT
18762009-07-09 Tom Tromey <tromey@redhat.com>
1877
1878 * gdbint.texinfo (Testsuite): Document test transcripts.
1879
fbb8f299
PM
18802009-07-10 Phil Muldoon <pmuldoon@redhat.com>
1881
1882 * gdb.texinfo (Values From Inferior): Add length parameter
1883 description.
1884
dd8f35ac
EZ
18852009-07-04 Chris Genly <chris@genly.us>
1886
1887 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
1888 in -var-list-children. Fix example according to what the code
1889 does.
1890
2277426b
PA
18912009-07-02 Pedro Alves <pedro@codesourcery.com>
1892
1893 * gdb.texinfo (Debugging multiple inferiors): Document the
1894 "inferior", "detach inferior" and "kill inferior" commands.
1895 (Debugging Programs with Multiple Processes): Adjust to mention
1896 generic "inferior" commands. Delete mention of "detach fork" and
1897 "delete fork". Cross reference to "Debugging multiple inferiors"
1898 section.
1899
a6d9a66e
UW
19002009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1901
5af949e3
UW
1902 * gdbint.texinfo (Item Output Functions): Update signature
1903 for ui_out_field_core_addr.
1904
19052009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1906
1907 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
1908 Update example code extrated from breakpoint.c.
1909
9901a55b 19102009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 1911
9901a55b
PP
1912 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
1913 MI commands.
1914 (GDB/MI Symbol Query): Likewise.
1915 (GDB/MI File Commands): Likewise.
1916 (GDB/MI File Transfer Commands): Likewise.
1917 (GDB/MI Target Manipulation): Likewise.
1918 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 1919
edb3359d
DJ
19202009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
1921
1922 * gdb.texinfo (Debugging Optimized Code): New chapter.
1923 (Compiling for Debugging): Reference it. Move some
1924 text to the new section.
1925
7cd1089b
PM
19262009-06-15 Phil Muldoon <pmuldoon@redhat.com>
1927
1928 * doc/gdb.texinfo (Calling): Document
1929 set-unwind-on-terminating-exception usage.
1930
d4db2f36
PA
19312009-06-11 Pedro Alves <pedro@codesourcery.com>
1932
1933 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
1934 command.
1935
d1a7880c
PA
19362009-06-07 Pedro Alves <pedro@codesourcery.com>
1937
1938 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
1939 references.
1940
473f94e6
UW
19412009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
1942
1943 * gdbint.texinfo: Rename formal parameters to gdbarch function
1944 protoypes from "current_gdbarch" to "gdbarch".
1945
8f500870
TT
19462009-05-28 Tom Tromey <tromey@redhat.com>
1947
1948 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
1949
b6313243
TT
19502009-05-27 Tom Tromey <tromey@redhat.com>
1951
1952 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1953 feature.
1954 (GDB/MI Variable Objects): Document -var-set-visualizer.
1955
19562009-04-02 Tom Tromey <tromey@redhat.com>
1957
1958 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1959 feature.
1960 (GDB/MI Variable Objects): Document -var-set-visualizer.
1961
a6bac58e
TT
19622009-05-27 Tom Tromey <tromey@redhat.com>
1963 Thiago Jung Bauermann <bauerman@br.ibm.com>
1964 Phil Muldoon <pmuldoon@redhat.com>
1965
1966 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
1967 (Pretty Printing): New node.
1968 (Selecting Pretty-Printers): Likewise.
1969 (Python API): Update.
1970 (Output Formats): Document /r format.
1971
2c74e833
TT
19722009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
1973 Tom Tromey <tromey@redhat.com>
1974
1975 * gdb.texinfo (Types In Python): New node.
1976 (Values From Inferior): "type" is now an attribute.
1977 (Python API): Update.
1978
89c73ade
TT
19792009-05-27 Tom Tromey <tromey@redhat.com>
1980 Thiago Jung Bauermann <bauerman@br.ibm.com>
1981 Phil Muldoon <pmuldoon@redhat.com>
1982
1983 * gdb.texinfo: Add @syncodeindex for `tp'.
1984 (Python API): Update.
1985 (Auto-loading): New node.
1986 (Objfiles In Python): New node.
1987
17a37d48
PP
19882009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
1989
1990 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 1991
6718376f
NR
19922009-05-15 Nick Roberts <nickrob@snap.net.nz>
1993
1994 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
1995
cbe54154
PA
19962009-05-12 Pedro Alves <pedro@codesourcery.com>
1997
1998 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
1999 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
2000 show show-debug-regs' docs.
2001
8e05493c
EZ
20022009-05-08 Eli Zaretskii <eliz@gnu.org>
2003
2004 * gdb.texinfo (Process Record and Replay): Add description of
2005 reverse execution.
2006
b39f4988
JB
20072009-05-07 Joel Brobecker <brobecker@adacore.com>
2008
2009 * gdbint.texinfo (Adding support for debugging core files): New node.
2010 (Native Debugging): Remove the ``Native core file Support'' section.
2011
a2311334
EZ
20122009-05-01 Eli Zaretskii <eliz@gnu.org>
2013
2014 * gdb.texinfo (Process Record and Replay): Improve and clarify.
2015 Add index entries.
2016
53cc454a 20172009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 2018 Michael Snyder <msnyder@vmware.com>
53cc454a 2019
a2311334
EZ
2020 * gdb.texinfo: (Process Record and Replay): Add documentation for
2021 process record and replay.
53cc454a 2022
484086b7
JK
20232009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2024
2025 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
2026 a new part on command-line defined macros.
2027
32ae1842
EZ
20282009-04-25 Eli Zaretskii <eliz@gnu.org>
2029
2030 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
2031 clarify the wording.
2032
b14b1491
TT
20332009-04-23 Tom Tromey <tromey@redhat.com>
2034
2035 * gdb.texinfo (Data Files): New node.
2036 (GDB Files): Update menu.
2037
5c1e86e1
JB
20382009-04-23 Joel Brobecker <brobecker@adacore.com>
2039
2040 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 2041 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 2042
83eba9b7
VP
20432009-04-22 Vladimir Prus <vladimir@codesourcery.com>
2044
2045 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
2046
e31198c4
HZ
20472009-04-22 Hui Zhu <teawater@gmail.com>
2048
2049 * gdb.texinfo (disassemble-next-line): Set the default of
2050 disassemble-next-line to off.
2051
26e251b6
JM
20522009-04-21 Joseph Myers <joseph@codesourcery.com>
2053
2054 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
2055 --with-htmldir): New.
2056 * configure: Regenerate.
2057 * Makefile.in (datarootdir, docdir): Define.
2058 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
2059 instead of $(SET_TEXINPUTS).
2060 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
2061 gdbint.info instead of $(SET_TEXINPUTS).
2062 (gdbint/index.html): Use same -I options as for building
2063 gdbint.info.
2064 (stabs.dvi, stabs.pdf): Use same -I options as for building
2065 stabs.info instead of $(SET_TEXINPUTS).
2066 (stabs/index.html): Use same -I options as for building
2067 stabs.info.
2068 (annotate.dvi, annotate.pdf): Use same -I options as for building
2069 annotate.info instead of $(SET_TEXINPUTS).
2070 (annotate/index.html): Use same -I options as for building
2071 annotate.info.
2072
eac35c4e
DD
20732009-04-21 David Daney <ddaney@caviumnetworks.com>
2074
2075 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
2076
29b0e8a2
JM
20772009-04-21 Joseph Myers <joseph@codesourcery.com>
2078
2079 * gdb.texinfo (Source Path): Document --with-relocated-sources.
2080
2b831889 20812009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 2082 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
2083
2084 * Makefile.in (MAKEHTML): Set to makeinfo --html.
2085 (MAKEHTMLFLAGS): Set to empty.
2086 (html__strip_dir): Define.
2087 (HTMLFILES): Define.
2088 (HTMLFILES_INSTALL): Define.
2089 (install-html): Copy new automake rule.
2090 (html): Depend on $(HTMLFILES).
2091 (gdb_toc.html): Rename to gdb/index.html.
2092 (gdbint_toc.html): Rename to gdbint/index.html.
2093 (stabs_toc.html): Rename to stabs/index.html.
2094 (annotate_toc.html): Rename to annotate/index.html.
2095
89a34d1b
JM
20962009-04-17 Carlos O'Donell <carlos@codesourcery.com>
2097
2098 * Makefile.in: Set pdfdir and htmldir from configure
2099 substitutions.
2100 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
2101 * configure: Regenerate.
2102
a2d5da46
JB
21032009-04-16 Joel Brobecker <brobecker@adacore.com>
2104
2105 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
2106 This macro is no longer used.
2107
732f6a93
TT
21082009-04-15 Tom Tromey <tromey@redhat.com>
2109
2110 * gdb.texinfo (Character Sets): Document default character set.
2111
87f9adc1
PM
21122009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
2113
2114 * gdbint.texinfo: Change server name from sources.redhat.com to
2115 sourceware.org throughout.
2116
2c88c651
JB
21172009-04-09 Joel Brobecker <brobecker@adacore.com>
2118
2119 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
2120 about a missing dot or coma after @xref.
2121
4f5376b2
JB
21222009-04-02 Joel Brobecker <brobecker@adacore.com>
2123
2124 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
2125 example, and add a small explanation about it.
2126 (Print Settings): Change the documentation of the "set print
2127 frame-arguments" to reflect the fact that the default is now "scalars".
2128
a0381d3a
JB
21292009-04-02 Joel Brobecker <brobecker@adacore.com>
2130
2131 * gdb.texinfo (Print Settings): Add kindex for command "set
2132 print frame-arguments".
2133
45ac276d
JB
21342009-03-31 Joel Brobecker <brobecker@adacore.com>
2135
2136 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
2137 breakpoints.
2138 (Set Breaks): Add reference to thread-specific and task-specific
2139 breakpoints.
2140
32cd1edc
JB
21412009-03-31 Joel Brobecker <brobecker@adacore.com>
2142
2143 * gdb.texinfo (Ada Tasks): Remove the documentation about
2144 the "Running" state, as this state has been eliminated.
2145 Now all runnable tasks are shown as "Runnable".
2146
1042e4c0
SS
21472009-03-30 Stan Shebs <stan@codesourcery.com>
2148
2149 * gdb.texinfo (Tracepoints): Describe tracepoints as a
2150 special case of breakpoints.
2151 (Enable and Disable Tracepoints): Mention deprecation.
2152 (Listing Tracepoints): Update description and example.
2153
f8f6f20b
TJB
21542009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2155
2156 * gdb.texinfo (Frames in Python): New node.
2157 (Python API): Update.
2158
c0c6f777
TJB
21592009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
2160
2161 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
2162 from a method to an attribute.
2163
def2b000
TJB
21642009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
2165
2166 * gdb.texinfo (Values From Inferior): Document is_optimized_out
2167 attribute.
2168
a07daef3
PA
21692009-03-25 Pedro Alves <pedro@codesourcery.com>
2170
2171 * observer.texi (thread_exit): Add "silent" parameter.
2172
f3b1572e
PA
21732009-03-22 Pedro Alves <pedro@codesourcery.com>
2174
2175 * observer.texi (about_to_proceed): New.
2176
587afa38
EZ
21772009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
2178
2179 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
2180 field throughout to handle types with spaces in them. Fix typos
2181 found by aspell.
2182 (Summary, Requirements, Contributors): New first chapter,
2183 "Summary" added, old Requirements section moved there, and new
2184 section, "Contributors" added.
2185 (Initializing a New Architecture, Register Representation)
2186 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
2187 (Porting gdb): These sections extended and updated.
2188 (Compiler Characteristics): This section (empty) deleted.
2189 (Defining Other Architecture Features): This section renamed and
2190 duplicate material removed from (formerly "Target Conditionals").
2191 Use braces {} in @deftypeXX type field throughout to handle types
2192 with spaces in them. Typos found by aspell fixed.
2193
2194 * stack_frame.svg: New file, source of image for gdbint.texinfo.
2195 * stack_frame.pdf: Version of image for PDF output.
2196 * stack_frame.png: Version of image for HTML output and for Emacs.
2197 * stack_frame.txt: Version of image for Info output.
1db61298 2198 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 2199
10af6951
EZ
22002009-03-21 Eli Zaretskii <eliz@gnu.org>
2201
2202 * gdb.texinfo (Character Sets): Fix last change.
2203
cc924cad
TJB
22042009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
2205
2206 * gdb.texinfo (Values From Inferior): Fix optional arguments
2207 markup.
2208 (Commands In Python): Adjust argument names of gdb.Command.__init__
2209 to what the function accepts as keywords.
2210
bc3b79fd
TJB
22112008-03-20 Tom Tromey <tromey@redhat.com>
2212
2213 * gdb.texinfo (Convenience Vars): Document convenience functions.
2214 (Functions In Python): New node.
2215 (Python API): Update.
2216
6c7a06a3
TT
22172009-03-20 Tom Tromey <tromey@redhat.com>
2218
2219 * gdb.texinfo (Character Sets): Remove obsolete text. Document
2220 set target-wide-charset.
2221 (Requirements): Mention iconv.
2222
b646ddd4
HZ
22232009-03-17 Hui Zhu <teawater@gmail.com>
2224
2225 * gdb.texinfo: Change the introduce of "disassemble-next-line".
2226
91440f57
HZ
22272009-03-17 Hui Zhu <teawater@gmail.com>
2228
2229 * gdb.texinfo: Add documentation for disassemble-next-line.
2230
8fd41227
TJB
22312009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2232
2233 * gdb.texinfo (Commands In Python): Remove tindex entries.
2234
61ff14c6
JK
22352009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2236
2237 * gdb.texinfo (Returning): New description for missing debug info.
2238
0b16c5cf
PA
22392009-03-14 Pedro Alves <pedro@codesourcery.com>
2240
2241 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 2242 (General Query Packets): Document qAttached.
0b16c5cf 2243
32fc0df9
PA
22442009-03-05 Pedro Alves <pedro@codesourcery.com>
2245
2246 * gdb.texinfo (Background Execution): Better describe the set
2247 target-async command.
2248 (Maintenance Commands): Delete description of the `maint set/show
2249 linux-async' and `maint set/show remote-async' commands.
2250
134eb42c
VP
22512009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2252
2253 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
2254 between sentences.
2255
c86cf029
VP
22562009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2257
2258 * gdb.texinfo (GDB/MI Async Records): Document the
2259 =library-loaded and =library-unloaded notifications.
2260
3ea85240
VP
22612009-02-17 Vladimir Prus <vladimir@codesourcery.com>
2262
2263 * observer.texi (test_notification): New observer.
2264
1d33d6ba
VP
22652009-02-14 Vladimir Prus <vladimir@codesourcery.com>
2266
61ff14c6
JK
2267 * observer.texi: Add parameter 'print_frame' to normal_stop
2268 observer.
1d33d6ba 2269
d721c933
EZ
22702009-02-07 Eli Zaretskii <eliz@gnu.org>
2271
2272 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
2273 (Commands In Python): Fix COMMAND_* constants in last change. Use
2274 @kbd for interactive input. Add cross-references and index
2275 entries.
2276
4aa995e1
PA
22772009-02-06 Pedro Alves <pedro@codesourcery.com>
2278
2279 * gdb.texinfo (Signals): Document $_siginfo.
2280 (Convenience Variables): Mention $_siginfo.
2281 (Remote Configuration): Document qXfer:siginfo:read,
2282 qXfer:siginfo:write packets, and the read-siginfo-object,
2283 write-siginfo-object commands.
2284
5f5233d4
PA
22852009-02-06 Pedro Alves <pedro@codesourcery.com>
2286
2287 * gdbint.texinfo (Values): New chapter.
2288
d8906c6f
TJB
22892009-02-06 Tom Tromey <tromey@redhat.com>
2290
2291 * gdb.texinfo (Python API): Add entry for Commands In Python.
2292 (Commands In Python): New node.
2293
b6cb8e7d
TJB
22942009-02-05 Tom Tromey <tromey@redhat.com>
2295
2296 * gdb.texinfo (Values From Inferior): Document Value.string.
2297
12453b93
TJB
22982009-02-05 Tom Tromey <tromey@redhat.com>
2299
2300 * gdb.texinfo (Basic Python): Document execute's from_tty
2301 argument.
2302
08c637de
TJB
23032009-02-04 Tom Tromey <tromey@redhat.com>
2304
2305 * gdb.texinfo (Basic Python): Document gdb.history.
2306
592375cd
VP
23072009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2308
2309 * gdb.texinfo (GDB/MI Thread Commands): Document the
2310 'current-thread-id' field. Remove the example with zero threads,
2311 since current GDB won't ever report that if there's inferior.
2312
41447f92
VP
23132009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2314
2315 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
2316 option to -break-insert.
2317
098b41a6
JG
23182009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2319 Jerome Guitton <guitton@adacore.com>
2320
2321 * gdb.texinfo (Startup): Document --with-system-gdbinit.
2322 (System-wide configuration): New section.
2323
3c16cced
PA
23242009-01-26 Pedro Alves <pedro@codesourcery.com>
2325
2326 PR gdb/7580:
2327 * gdb.texinfo (Maintenance Commands): Document "maint set|show
2328 internal-error|internal-warning quit|corefile ask|yes|no".
2329
62709adf
PA
23302009-01-26 Pedro Alves <pedro@codesourcery.com>
2331
2332 * gdb.texinfo (Using the `gdbserver' Program): Document
2333 --remote-debug.
2334
7ce58dd2
DE
23352009-01-23 Doug Evans <dje@google.com>
2336
2337 * gdb.texinfo: Add nexti to list of commands that support
2338 background execution.
2339
adb483fe
DJ
23402009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
2341
2342 * gdb.texinfo (Define, Hooks): Document prefix command support.
2343
a67ec3f4 23442009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 2345 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
2346
2347 Fixes for makeinfo --html.
2348
2349 * annotate.texinfo: Use @copying and @insertcopying. Use
2350 @ifnottex in place of @ifinfo.
2351 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
2352 place of @ifinfo. Use @ifnotinfo for one index entry.
2353 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
2354 in place of @ifinfo.
2355 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
2356 in place of @ifinfo. Include contents at start unconditionally.
2357
84fcdf95
PA
23582009-01-13 Pedro Alves <pedro@codesourcery.com>
2359
2360 * gdb.texinfo (General Query Packets): Remove @var{} around the
2361 "spu" literal string.
2362
fa3a767f
PA
23632009-01-07 Pedro Alves <pedro@codesourcery.com>
2364
2365 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
2366 program may be running in another process" errors.
2367 * gdbint.texinfo (Native Conditionals): Delete
2368 ONE_PROCESS_WRITETEXT description.
2369
9cb011d3
JB
23702009-01-07 Joel Brobecker <brobecker@adacore.com>
2371
2372 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
2373 emacs local variable to be placed at the end of the ChangeLog.
2374 Add server.c and gdbreplay.c to the list of files where the
2375 copyright year needs to be updated.
2376
84603566
SL
23772009-01-06 Sandra Loosemore <sandra@codesourcery.com>
2378
2379 * gdb.texinfo (Remote Configuration): Document new
2380 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
2381 commands.
2382
a53f55d8
PA
23832008-12-28 Pedro Alves <pedro@codesourcery.com>
2384
2385 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
2386 FETCH_INFERIOR_REGISTERS.
2387 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
2388 FETCH_INFERIOR_REGISTERS descriptions. Remove
2389 gdbarch_get_longjmp_target descrition, since already described in
2390 Target Conditionals. Move gdbarch_fp0_regnum description to ...
2391 (Target Conditionals): ... here.
2392
077e0a52
JB
23932008-12-16 Joel Brobecker <brobecker@adacore.com>
2394
2395 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
2396 examples.
2397 (Additions to Ada): Likewise. Add the missing opening and closing
2398 parenthesis of the GDB prompt in one of the examples.
2399
023eb17c
JB
24002008-12-14 Joel Brobecker <brobecker@adacore.com>
2401
2402 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
2403 about the result of 'Address not being of type System.Address.
2404 This problem has been fixed a while ago.
2405
c3b108f7
VP
24062008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2407
2408 MI non-stop and multiprocess docs.
2409
c8d5aac9
L
2410 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
2411 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
2412 Adjust documentation for *stopped, document =thread-created,
2413 =thread-exited, =thread-group-created and =thread-group-exited.
2414 (GDB/MI Thread Commands): Document the 'state' field in
2415 -thread-info output.
2416 (GDB/MI Program Execution): Mention --all and --thread-group
2417 options.
2418 (GDB/MI Variable Objects): Describe floating and fixed variable
2419 objects.
2420 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 2421
07e059b5
VP
24222008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2423
c8d5aac9
L
2424 * gdb.texinfo (Operating System Information): New appendix.
2425 (Operating System Auxiliary Information): Document 'info os processes'
2426 (Remote Configuration): Document 'osdata'
2427 (General Query Packets): Document qXfer:osdata:read.
07e059b5 2428
a80b95ba
TG
24292008-11-27 Tristan Gingold <gingold@adacore.com>
2430
2431 * gdb.texinfo (Darwin): Document Darwin specific features.
2432
a655d424
JK
24332008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2434
2435 * gdbint.texinfo (Target Conditionals): Extend the
2436 gdbarch_breakpoint_from_pc description.
2437
249e1128
VP
24382008-11-22 Vladimir Prus <vladimir@codesourcery.com>
2439
2440 * gdb.texinfo (M68K Features): Fix typo.
2441
c14c28ba
PP
24422008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2443
2444 * gdb.texinfo (Symbols): Mention printing containing
2445 image name in "info symbol".
2446 (Maint translate-address): Likewise.
889bf7c5 2447
394a6666
JB
24482008-11-18 Joel Brobecker <brobecker@adacore.com>
2449
2450 * gdb.texinfo (Set Catchpoints): Remove the documentation of
2451 commands "catch load" and "catch unload".
2452
66bb093b
VP
24532008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2454
2455 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 2456 =thread-selected.
889bf7c5 2457
4a92f99b
VP
24582008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2459
c8d5aac9 2460 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 2461
f0323ca0
PA
24622008-10-27 Pedro Alves <pedro@codesourcery.com>
2463
2464 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
2465 .mt files, TM_CLIBS or TM_CDEPS.
2466 (x86 Watchpoints): Don't mention TDEPFILES.
2467
8b23ecc4
SL
24682008-10-24 Sandra Loosemore <sandra@codesourcery.com>
2469
2470 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
2471 (Overview): Mention notifications and non-stop mode behavior.
2472 (Packets): Update documentation of ?, vAttach, vCont, and vRun
2473 with non-stop mode behavior. Add vStopped description.
2474 (Stop Reply Packets): Update list of packets that return
2475 stop replies. Mention non-stop behavior.
2476 (General Query Packets): Document QNonStop packet and associated
2477 qSupported query response.
2478 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
2479 behavior.
2480 (Notification Packets): New section.
2481 (Remote Non-Stop): New section.
2482 (File-I/O Overview): Mention non-stop behavior.
2483
fff08868
HZ
24842008-10-24 Hui Zhu <teawater@gmail.com>
2485 Pedro Alves <pedro@codesourcery.com>
2486
2487 * gdb.texinfo (displaced-stepping): Describe the auto mode
2488 setting, and say it's the default. This is now a mainstream
2489 setting instead of a maintenance setting.
2490
252fbfc8
PA
24912008-10-23 Pedro Alves <pedro@codesourcery.com>
2492
2493 * observer.texi (thread_stop_requested): New.
2494
20924a55
JB
24952008-10-22 Joel Brobecker <brobecker@adacore.com>
2496
2497 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
2498 (Patching): Replace incorrect usage of @samp by @kbd.
2499
bacec72f
MS
25002008-10-17 Michael Snyder <msnyder@vmware.com>
2501
2502 * gdb.texinfo: Add documentation for reverse execution.
2503
a08702d6 25042008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 2505 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
2506
2507 * gdb.texinfo. (Values From Inferior): New subsubsection.
2508
d97bc12b
DE
25092008-10-06 Doug Evans <dje@google.com>
2510
2511 * gdb.texinfo (set debug dwarf2-die): Document it.
2512
87f67dba
JB
25132008-10-01 Joel Brobecker <brobecker@adacore.com>
2514
2515 * gdb.texinfo (catch) [exception]: Document how to insert
2516 a breakpoint on user-defined exceptions when the exception
2517 name is identical to one of the language-defined ones.
2518
2fae03e8
TT
25192008-09-27 Tom Tromey <tromey@redhat.com>
2520
2521 * gdb.texinfo (Macros): Remove text about stringification,
2522 varargs, and splicing.
2523
5c6ce71d
TT
25242008-09-27 Tom Tromey <tromey@redhat.com>
2525
2526 * gdbint.texinfo (Language Support): Remove text about omitting
2527 support for a language.
2528
07128da0
DE
25292008-09-23 Doug Evans <dje@google.com>
2530
2531 * gdb.texinfo (info dcache): Update.
2532
b90a069a
SL
25332008-09-22 Sandra Loosemore <sandra@codesourcery.com>
2534
2535 * gdb.texinfo (Packets): Add info on thread-id syntax and
2536 multiprocess extensions.
2537 <D>: Document multiprocess form of packet.
2538 <H>: Use thread-id syntax.
2539 <T>: Likewise.
2540 <vCont>: Likewise. Note this is required for multiprocess.
2541 <vKill>: New packet.
2542 (Stop Reply Packets) <T>: Use thread-id syntax.
2543 <W>: Document multiprocess form of reply.
2544 <X>: Likewise.
2545 (General Query Packets) <qC>: Use thread-id syntax.
2546 <qfThreadInfo>: Likewise.
2547 <qGetTLSAddr>: Likewise.
2548 <qP>: Likewise.
2549 <qSupported>: Add "multiprocess" feature.
2550 <qThreadExtraInfo>: Use thread-id syntax.
2551
b77209e0
PA
25522008-09-22 Stan Shebs <stan@codesourcery.com>
2553
2554 * gdb.texinfo (Inferiors): New section.
2555
3d0bb823
PA
25562008-09-12 Pedro Alves <pedro@codesourcery.com>
2557
2558 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
2559
f8dcfc0a
UW
25602008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2561
2562 * gdbint.texinfo (Target Conditionals): Remove documentation
2563 for gdbarch_name_of_malloc.
2564
8775bb90
MS
25652008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
2566
2567 * gdb.texinfo (Interrupts): Mention TCP interface for
2568 sending BREAK.
2569
f1838a98
UW
25702008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
2571
2572 * gdb.texinfo (Commands to Specify Files): Document "remote:"
2573 argument prefix to "set sysroot".
2574
158c7665
PH
25752008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
2576
2577 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
2578 and False.
2579
30e026bb
VP
25802008-08-20 Vladimir Prus <vladimir@codesourcery.com>
2581
c8d5aac9
L
2582 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
2583 for possible features of -list-features.
30e026bb 2584
c6ebd6cf
VP
25852008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2586
c8d5aac9 2587 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
2588 (GDB/MI Miscellaneous Commands): Document -list-target-features.
2589
aeac0ff9
VP
25902008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2591
2592 * doc/gdb.texinfo (PowerPC): Fix typo.
2593 (PowerPC features): Fix typo.
2594
5231c1fd
PA
25952008-08-18 Pedro Alves <pedro@codesourcery.com>
2596
2597 * observer.texi (thread_ptid_changed): New.
2598
677c5bb1
LM
25992008-08-18 Luis Machado <luisgpm@br.ibm.com>
2600
2601 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
2602 (PowerPC features): Mention feature set for VSX registers.
2603
f3a2dd1a
JB
26042008-08-13 Joel Brobecker <brobecker@adacore.com>
2605
2606 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
2607 the direct visibility of all names in user-written packages.
2608
33e5cbd6
PA
26092008-08-13 Pedro Alves <pedro@codesourcery.com>
2610
2611 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
2612 setting, and make it the default.
2613 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
2614 non-stop script example.
2615
d0384fc4
TJB
26162008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
2617
2618 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
2619 reference to the "Using Different Register and Memory Data
2620 Representation" section.
2621
a6f3e723
SL
26222008-08-12 Sandra Loosemore <sandra@codesourcery.com>
2623
2624 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
2625 (Remote Protocol): Add Packet Acknowledgment to menu.
2626 (Overview): Mention +/- can be disabled, and point to new section
2627 where this is discussed in detail.
2628 (General Query Packets): Document QStartNoAckMode packet, and
2629 corresponding qSupported reply.
2630 (Packet Acknowledgment): New section.
2631
0606b73b
SL
26322008-08-11 Sandra Loosemore <sandra@codesourcery.com>
2633 Pedro Alves <pedro@codesourcery.com>
2634
2635 * gdb.texinfo (Threads): Move paragraph about automatic thread
2636 selection to All-Stop Mode subsection.
2637 (Thread Stops): Reorganize existing material into subsections.
2638 Add introductory blurb and menu.
2639 (Non-Stop Mode): New subsection.
2640 (Background Execution): New subsection.
2641 (Maintenance Commands): Add cross-references from async mode
2642 commands to the new Background Execution section.
2643
d57a3c85
TJB
26442008-08-06 Tom Tromey <tromey@redhat.com>
2645
2646 * gdb.texinfo (Extending GDB): New chapter.
2647 (Sequences): Demoted chapter, now a section under the new
2648 Extending GDB chapter.
2649 (Python): New section.
2650
6d76a53d
SS
26512008-07-31 Stan Shebs <stan@codesourcery.com>
2652
2653 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
2654
1f70da6a
SS
26552008-07-29 Stan Shebs <stan@codesourcery.com>
2656
2657 * gdbint.texinfo: General round of cleanup and minor
2658 clarifications.
2659 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
2660 (Longjmp Support): Update description to reflect how it is done
2661 for targets without using native header.
2662 (Symbol Handling): Add a little more general explanation.
2663 (COFF, ELF): Mention stabs encapsulation.
2664 (DWARF 3): New section.
2665 (Adding a New Host): Scrub out some obsolete bits.
2666 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
2667 (Host Conditionals): Remove descriptions of NO_STD_REGS,
2668 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
2669 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
2670 SEEK_SET, STOP_SIGNAL, USG.
2671 (Raw and Virtual Register Representations): Ditto for
2672 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
2673 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
2674 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
2675 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
2676 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
2677 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
2678 DEPRECATED_REGISTER_VIRTUAL_SIZE,
2679 DEPRECATED_REGISTER_VIRTUAL_TYPE,
2680 DEPRECATED_USE_STRUCT_CONVENTION.
2681 Describe gdbarch_deprecated_fp_regnum.
2682 Update description of gdbarch_print_insn.
2683 (Adding a New Target): Scrub out obsolete bits.
2684 (Obsolete Conditionals): Remove entire section.
2685
383f836e
TT
26862008-07-25 Tom Tromey <tromey@redhat.com>
2687
2688 * observer.texi (GDB Observers): Document new observers:
2689 breakpoint_created, breakpoint_deleted, breakpoint_modified,
2690 tracepoint_created, tracepoint_deleted, tracepoint_modified,
2691 architecture_changed.
2692
cfd8ab24
SS
26932008-07-21 Stan Shebs <stan@codesourcery.com>
2694
2695 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
2696 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
2697
781b42b0
TT
26982008-07-21 Tom Tromey <tromey@redhat.com>
2699
2700 * observer.texi (GDB Observers): Remove obsolete comment.
2701 <executable_changed>: Remove argument.
2702
d7d9f01e
TT
27032008-07-18 Tom Tromey <tromey@redhat.com>
2704
2705 * gdb.texinfo (Macros): Update. Use @code rather than @command.
2706
bf250677
DE
27072008-07-10 Doug Evans <dje@google.com>
2708
2709 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
2710
10568435
JK
27112008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2712
2713 * gdb.texinfo (Starting): Document "set disable-randomization".
2714
5ae4183a
AS
27152008-07-07 Andreas Schwab <schwab@suse.de>
2716
2717 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
2718
b56e7235
VP
27192008-07-06 Vladimir Prus <vladimir@codesourcery.com>
2720
2721 * gdb.texinfo (GDB/MI Target Manipulation): Add
2722 example of -target-attach.
2723
e1ac3328
VP
27242008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2725
2726 * observer.texi (target_resumed): New observer.
5ae4183a 2727 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 2728
65d12d83
TT
27292008-06-06 Tom Tromey <tromey@redhat.com>
2730
2731 * gdb.texinfo (Completion): Add field name example.
2732
fbc5282e
MK
27332008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
2734
2735 * gdb.texinfo (GDB/MI Program Context): Added example
2736 to -exec-arguments
5ae4183a 2737
fbc5282e 27382008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
2739
2740 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
2741 annotation.
2742
c16158bc 27432008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
2744 Nathan Sidwell <nathan@codesourcery.com>
2745 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
2746
2747 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
2748 and ACX_BUGURL.
2749 * configure: Regenerate.
2750 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
2751 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
2752 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
2753 mailing-list-specific text about bug reporting unless
2754 BUGURL_DEFAULT.
2755
75c99385
PA
27562008-06-05 Pedro Alves <pedro@codesourcery.com>
2757
2758 * gdb.texinfo (-target-select): Remove reference to target async.
2759 (Maintenance Commands): Document "maint set/show remote-async".
2760
1763a388
MK
27612008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
2762
2763 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
2764 in -target-file-get section.
5ae4183a 2765
d0d064df
PA
27662008-05-22 Pedro Alves <pedro@codesourcery.com>
2767
9b562ab8
PA
2768 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
2769 killing the inferior when it is already debugging a process.
d0d064df 2770
8dfa32fc
JB
27712008-05-21 Joel Brobecker <brobecker@adacore.com>
2772
2773 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
2774 abbreviation for "finish".
2775
55f996a7
NR
27762008-05-21 Nick Roberts <nickrob@snap.net.nz>
2777
2778 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
2779
ba2b1c56
DJ
27802008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
2781
2782 * gdbint.texinfo (Target Conditionals): Delete entry for
2783 gdbarch_dwarf_reg_to_regnum.
2784
08388c79
DE
27852008-05-09 Doug Evans <dje@google.com>
2786
a3c83fae 2787 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 2788
d14508fe
DE
27892008-05-05 Doug Evans <dje@google.com>
2790
2791 * gdb.texinfo (disassemble): Document /m modifier.
2792
e2b7ddea
VP
27932008-05-05 Vladimir Prus <vladimir@codesourcery.com>
2794
5ae4183a
AS
2795 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
2796 will not report the time of commands that run the target.
e2b7ddea 2797
8eb41542
VP
27982008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2799
2800 * gdb.texinfo (GDB/MI Output Records): Add
2801 missing semicolon.
2802
82f68b1c
VP
28032008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2804
2805 * gdb.texinfo (GDB/MI Output Records):
2806 Document =thread-create and =thread-exited.
2807
fa0f268d
VP
28082008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2809
2810 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 2811 Remove mention of dmi-discuss.
fa0f268d 2812
063bfe2e
VP
28132008-05-03 Pedro Alves <pedro@codesourcery.com>
2814
2815 * observer.texi (thread_exit): New.
2816
237fc4c9
PA
28172008-05-02 Pedro Alves <pedro@codesourcery.com>
2818
2819 * gdb.texinfo (Debugging Output): Document "set/show debug
2820 displaced".
2821 (Maintenance Commands): Document "maint set/show
2822 can-use-displaced-stepping".
2823
0428b8f5
DJ
28242008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
2825
2826 * gdb.texinfo (ARM): Document set/show arm fallback-mode
2827 and set/show arm force-mode.
2828
5009afc5
AS
28292008-05-02 Andreas Schwab <schwab@suse.de>
2830
2831 * gdbint.texinfo (Algorithms): Describe
2832 target_watchpoint_addr_within_range.
2833
669fac23
DJ
28342008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2835
2836 * gdbint.texinfo (Stack Frames): New chapter.
2837 (Algorithms): Move Frames text to the new chapter.
2838 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
2839 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
2840
721c02de
VP
28412008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2842
5ae4183a
AS
2843 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
2844 output does not necessary include any tokens.
721c02de 2845
c055b101
CV
28462008-04-22 Corinna Vinschen <vinschen@redhat.com>
2847
2848 * gdb.texinfo (Set SH Calling convention): New @item.
2849 (Show SH Calling convention): Ditto.
2850
68837c9d
MD
28512008-04-22 Markus Deuling <deuling@de.ibm.com>
2852
2853 * gdb.texinfo (Fortran Operators): Describe '%' operator.
2854
2e9132cc
EZ
28552008-04-20 Eli Zaretskii <eliz@gnu.org>
2856
2857 * gdb.texinfo (Set Breaks): Mention that multiple location
2858 breakpoints need line number info. Add index entries.
2859
31fffb02
CS
28602008-04-19 Craig Silverstein <csilvers@google.com>
2861
2862 * gdb.texinfo (Requirements): Add an optional requirement on
2863 zlib.
2864 * gdbint.texinfo (Debugging File Formats): Add new subsection for
2865 Compressed DWARF 2.
2866
a47ec5fe
AR
28672008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
2868
2869 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
2870 sample output for 'stopped,reason="breakpoint-hit"' message.
2871 (GDB/MI Program Execution): Likewise.
2872
de051565
MK
28732008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
2874
5ae4183a 2875 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
2876 -var-set-format. Add -f option to -var-evaluate-expression.
2877
6ba66d6a
JB
28782008-04-03 Joel Brobecker <brobecker@adacore.com>
2879
2880 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
2881 new node "Ambiguous Expressions". Replace references to this
2882 node by references to "Ambiguous Expressions" throughout.
2883 (Ambiguous Expressions): New node.
2884
1e26b4f8
DJ
28852008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
2886
2887 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
2888
b84876c2
PA
28892008-03-21 Pedro Alves <pedro@codesourcery.com>
2890
2891 * gdb.texinfo (Debugging Output): Document
2892 "set/show debug lin-lwp-async".
2893 (Maintenance Commands): Document "maint set/show linux-async".
2894
63092375
DJ
28952008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
2896
2897 * gdb.texinfo (Expressions): Update description of malloced arrays.
2898
8e8901c5
VP
28992008-03-15 Vladimir Prus <vladimir@codesourcery.com>
2900
2901 * gdb.texinfo (Thread Commands): Document
2902 -thread-info. Remove -thread-list-all-threads.
2903
1fddbabb
PA
29042008-03-14 Pedro Alves <pedro@codesourcery.com>
2905 Sandra Loosemore <sandra@codesourcery.com>
2906
2907 * gdb.texinfo (Library List Format): Update to mention the
2908 possibility to pass section addresses instead of segment
2909 addresses.
2910
ccd213ac
DJ
29112008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
2912
2913 * gdb.texinfo (Starting): Document "set exec-wrapper".
2914 (Server): Document gdbserver --wrapper.
2915
fa4727a6
DJ
29162008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
2917
2918 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
2919 unreadable memory. Delete obsolete SPARClite reference.
2920
8edfe269
DJ
29212008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
2922
2923 * gdb.texinfo (Starting): Mention always-running targets.
2924 (Target Commands): Add an anchor for load.
2925 (Connecting): Explain continue instead of run.
2926
1843f87b
DJ
29272008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
2928
2929 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
2930
f9082629
NR
29312008-02-26 Nick Roberts <nickrob@snap.net.nz>
2932
2933 * gdb.texinfo (Set Breaks): Revert description of Enb column of
2934 breakpoint table.
2935
fd96d250
PA
29362008-02-19 Pedro Alves <pedro@codesourcery.com>
2937
2938 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
2939 killing the inferior when it is already debugging a process.
2940
36af4ef6
MD
29412008-02-13 Markus Deuling <deuling@de.ibm.com>
2942
2943 * gdbint.texinfo (Build Script): New section. Mention new build script
2944 gdb_buildall.sh.
2945
cda4ce5a
JB
29462008-02-01 Jim Blandy <jimb@red-bean.com>
2947
2948 * gdb.texinfo (Help): Summarize 'info args' correctly.
2949
4acd40f3
TJB
29502008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2951
2952 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
2953 available in PowerPC architecture.
2954 (Embedded Processors): Change node name of PowerPC item in menu.
2955 (PowerPC): Rename to...
2956 (PowerPC Embedded): this.
2957 (Architectures): Add new PowerPC item in menu.
2958 (PowerPC): New node.
2959
6e6c6f50
DJ
29602008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2961
2962 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
2963 commands.
2964
5ee187d7
DJ
29652008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2966
2967 * gdb.texinfo (Setting Catchpoints): Mention features
2968 supported on GNU/Linux.
2969
e275c0d9
NR
29702008-01-30 Nick Roberts <nickrob@snap.net.nz>
2971
2972 * gdb.texinfo (GDB/MI File Commands): Describe new output
2973 field for MI command -file-list-exec-source-file.
2974
2d717e4f
DJ
29752008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2976
2977 * gdb.texinfo (Using the `gdbserver' Program): Add security
2978 warning. Rearrange into subsections and subsubsections. Document
2979 --multi and --debug. Correct --with-sysroot typo. Update --attach
2980 usage. Make load reference clearer. Document monitor exit.
2981 (Remote Configuration): Document set remote exec-file, attach-packet,
2982 and run-packet.
2983 (Packets): Document vAttach and vRun.
2984
d35a4257 29852008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
2986
2987 * gdb.texinfo (Processes): Mention process command.
889bf7c5 2988 detach-on-follow -> detach-on-fork.
f663676d 2989
c78d192c
DJ
29902008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2991
2992 * gdbint.texinfo (Native Conditionals): Remove
2993 SHELL_COMMAND_CONCAT and SHELL_FILE.
2994
d35a4257
EZ
29952008-01-26 Eli Zaretskii <eliz@gnu.org>
2996
2997 * gdb.texinfo (Specify Location): Improve wording.
2998
93815fbf
VP
29992008-01-23 Chris Demetriou <cgd@google.com>
3000
3001 * gdb.texinfo (Threads): Document new "set print thread-events"
3002 and "show print thread-events" commands.
3003
2a25a5ba
EZ
30042008-01-19 Eli Zaretskii <eliz@gnu.org>
3005
3006 * gdb.texinfo (Specify Location): New section.
3007 (Delete Breaks, Edit, Set Breaks): Remove description of
3008 locations. Instead, add a reference to "Specify Location".
3009 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
3010 (Symbols): Refer to "Specify Location" for the valid forms of
3011 linespecs and locations.
3012
32c9a795
MD
30132008-01-18 Markus Deuling <deuling@de.ibm.com>
3014
3015 * gdbint.texinfo (Target Conditionals): Replace the description of
3016 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
3017
b17828ca
JB
30182008-01-12 Paul Hilfinger <hilfinger@adacore.com>
3019
3020 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
3021 about &&var, which is rejected by the expression parser.
3022
0aea4bf3
LM
30232008-01-09 Luis Machado <luisgpm@br.ibm.com>
3024
3025 * gdb.texinfo (Output): Update documentation on using printf with DFP
3026 types.
3027
febe4383
TJB
30282008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
3029
3030 * gdb.texinfo (C and C++): Add Decimal Floating Point format
3031 subsubsection.
3032 (Decimal Floating Point format): New subsubsection.
3033
7a404eba
PA
30342008-01-05 Pedro Alves <pedro@codesourcery.com>
3035
3036 * gdb.texinfo (File Options): Remove mention of the attempt to
3037 open a core file with the -p option. Don't list -c as a valid
3038 option to attach to a process.
3039
a4d9b460
PA
30402008-01-05 Pedro Alves <pedro@codesourcery.com>
3041
3042 * gdbint.texinfo (Host Conditionals): Remove mention of
3043 ALIGN_STACK_ON_ENTRY.
3044
6ec2edbe
JB
30452008-01-05 Joel Brobecker <brobecker@adacore.com>
3046
3047 * gdbint.texinfo (Start of New Year Procedure): Add item
3048 describing how to update the source and documentation copyright
3049 notices.
3050
d8b2a693
JB
30512007-12-18 Jim Blandy <jimb@codesourcery.com>
3052
ab209b3a 3053 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
3054 watchpoint explanation into the main description of the watchpoint
3055 command; update synopses of 'watch', 'rwatch', and 'awatch'
3056 commands.
3057
8b4ed427
VP
30582007-12-18 Vladimir Prus <vladimir@codesourcery.com>
3059
3060 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3061 Document 'pending-breakpoints' feature of
3062 -list-features.
3063
37e4754d
LM
30642007-12-17 Luis Machado <luisgpm@br.ibm.com>
3065
669fac23 3066 * gdb.texinfo: Add new parameter's description.
37e4754d 3067
1d3811f6
DJ
30682007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
3069
3070 * gdb.texinfo (Overview): Clarify run-length encoding
3071 example. Remove the restriction on "+" and "-" characters.
3072
c1c25a1a
EZ
30732007-12-15 Eli Zaretskii <eliz@gnu.org>
3074
3075 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
3076
afe8ab22 30772007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3078
afe8ab22
VP
3079 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
3080 the -f option for -break-insert, remove -r option,
3081 and clarify specification of location.
3082
a6b151f1
DJ
30832007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
3084
3085 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
3086 formatting.
3087 (Remote Debugging): Add File Transfer section.
3088 (Remote Configuration): Document Host I/O packets.
3089 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 3090 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
3091 (Packets): Add vFile.
3092
3b784c4f
EZ
30932007-11-17 Eli Zaretskii <eliz@gnu.org>
3094
3095 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
3096 breakpoints with multiple locations.
3097 (Breakpoint Menus): Improve wording.
3098 (Output): Fix last change.
3099
a4ce5b0d
UW
31002007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
3101
3102 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
3103
1b39d5c0
DE
31042007-11-15 Doug Evans <dje@google.com>
3105
3106 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
3107
7a72d44c
VP
31082007-11-15 Vladimir Prus <vladimir@codesourcery.com>
3109
3110 * gdbint.texinfo (Native Conditionals): Remove
3111 mention of CLEAR_SOLIB.
5ae4183a 3112
6d1829bf 31132007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
3114
3115 * gdb.texinfo (Print Settings): Add documentation for "set/show
3116 print frame-arguments".
3117
1a619819
LM
31182007-11-05 Luis Machado <luisgpm@br.ibm.com>
3119
3b784c4f 3120 * gdb.texinfo (Output): Update printf command's description.
1a619819 3121
55eddb0f
DJ
31222007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
3123
3124 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
3125 powerpc soft-float".
3126
9cceb671
DJ
31272007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3128
3129 * gdb.texinfo (Files): Correct formatting. Mention Expat
3130 requirement.
3131 (Requirements for Building GDB): Expand the list of Expat
3132 uses.
3133 (Library List Format, Memory Map Format): Mention Expat.
3134 (Target Descriptions): Update Expat wording.
3135
83acabca
DJ
31362007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3137
3138 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
3139 Document that gdbarch_convert_register_p should return zero for no-op
3140 conversions.
3141
e35879db
UW
31422007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
3143
83acabca 3144 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
3145 of set_gdbarch_sofun_address_maybe_missing back to ...
3146 (Target Conditionals): ... here to fix build break.
3147
203c3895
UW
31482007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
3149
83acabca 3150 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
3151 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
3152 (Compiler Characteristics): ... documentation of
3153 set_gdbarch_sofun_address_maybe_missing.
3154
11411de3
DJ
31552007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3156
3157 * gdbint.texinfo (Target Conditionals): Use
3158 frame_unwind_register_unsigned in examples instead of
3159 frame_unwind_unsigned_register.
3160
7cc46491
DJ
31612007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3162
3163 * gdb.texinfo (Predefined Target Types): Add int128
3164 and uint128.
3165 (Standard Target Features): Add PowerPC features.
3166
81adfced
DJ
31672007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3168
3169 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
3170
c1874924
UW
31712007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3172
3173 * gdbint.texi (Target Conditionals): Remove documentation
3174 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
3175 gdbarch_extract_return_value, and gdbarch_store_return_value.
3176
f6e56ab3
UW
31772007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3178
3179 * gdbint.texi (Target Conditionals): Remove documentation of
3180 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
3181
56cf5405
KH
31822007-10-11 Kazu Hirata <kazu@codesourcery.com>
3183
3184 * gdb.texinfo: Mention that inaccessible-by-default is on by
3185 default.
3186
35156bae
DJ
31872007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3188
3189 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
3190
d983da9c
DJ
31912007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
3192
3193 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
3194 multi-threaded watchpoints.
3195 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
3196 checked. Describe sticky notification. Expand description
3197 of steppable and continuable watchpoints.
3198 (Watchpoints and Threads): New subsection.
3199
fe6fbf8b
VP
32002007-09-28 Vladimir Prus <vladimir@codesourcery.com>
3201
3202 * gdb.texinfo (Setting Breakpoints): Revise
3203 documentation for pending breakpoints. Document
3204 breakpoints with multiple locations.
5ae4183a 3205
084344da
VP
32062007-09-19 Vladimir Prus <vladimir@codesourcery.com>
3207
3208 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3209 Document -list-features.
5ae4183a 3210
82160952
EZ
32112007-09-15 Eli Zaretskii <eliz@gnu.org>
3212
3213 * gdb.texinfo (Output): Spell out which features of C's printf are
3214 not supported by GDB's printf.
7e27a47a
EZ
3215 (Separate Debug Files): More accurate wording regarding build ID
3216 and a reference to the ld manual rather than the Fedora wiki.
82160952 3217
ea37ba09
DJ
32182007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3219 Jim Blandy <jimb@codesourcery.com>
3220
3221 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
3222 (Examining Memory): Update mentions of the 's' format.
3223 (Automatic Display): Likewise.
3224
b8533aec
DJ
32252007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
3226
3227 * gdb.texinfo: Update the FSF's Back-Cover Text.
3228
83f83d7f
JK
32292007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3230 Eli Zaretskii <eliz@gnu.org>
3231
3232 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
3233 Fixed the ``build ID'' name. New binaries build instructions for the
3234 build ID inclusion. Explain how the commands are specific to the build
3235 ID vs. debug link.
3236
c7e83d54
EZ
32372007-09-01 Eli Zaretskii <eliz@gnu.org>
3238
3239 * gdb.texinfo (Separate Debug Files): Fix last change. Add
3240 indexing for ``build ID'' support.
3241
d3750b24
JK
32422007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3243
3244 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
3245 Enlisted BUILD ID to the debug file searching example.
3246 Included a BUILD ID `.note.gnu.build-id' section description.
3247 Updated/added the debug files splitting instructions for OBJCOPY.
3248
02142340
VP
32492007-08-31 Vladimir Prus <vladimir@codesourcery.com>
3250
3251 * gdb.texinfo (Variable Objects): Adjust docs
3252 for -var-info-expression and document
3253 -var-info-path-expression.
3254
d3bdde98
JB
32552007-08-20 Jim Blandy <jimb@codesourcery.com>
3256
3fb6a982
JB
3257 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
3258 (title page): Include the dedication in the printed manual, as a
3259 separate page after the copyright notice.
5ae4183a 3260
d3bdde98
JB
3261 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
3262 don't break a @var across a line.
3263
c80a96a8
MR
32642007-07-25 Maciej W. Rozycki <macro@mips.com>
3265
3266 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
3267 for include files.
3268
5824a901
NR
32692007-07-12 Nick Roberts <nickrob@snap.net.nz>
3270
3271 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
3272 in annotate.texinfo.
3273 (Command History): Link to new node.
5824a901 3274
d52e7ea3
UW
32752007-07-05 Markus Deuling <deuling@de.ibm.com>
3276
3277 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
3278
5fc14d0a
EZ
32792007-07-05 Eli Zaretskii <eliz@gnu.org>
3280
3281 * gdbint.texinfo (Target Conditionals): Fix last change.
3282
4a9bb1df
UW
32832007-07-03 Markus Deuling <deuling@de.ibm.com>
3284
3285 * gdb.texinfo: Replace following macros by their appropriate gdbarch
3286 routines:
3287 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
3288 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
3289 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
3290 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
3291 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
3292 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
3293 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
3294 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
3295 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
3296 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3297 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
3298 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
3299 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3300 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
3301 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
3302 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
3303 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
3304 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
3305 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
3306 (SOFTWARE_SINGLE_STEP_P)
3307
3308 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
3309 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
3310
3311 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
3312 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
3313 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
3314 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
3315 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
3316 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
3317 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
3318 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
3319 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
3320 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
3321
3322 (Converting an existing Target Architecture to Multi-arch): Remove
3323 section.
3324
3325 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
3326 (gdbarch_addr_bits_remove): Add code example.
3327
3328 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
3329
cfa9d6d9
DJ
33302007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
3331
3332 * gdb.texinfo (Remote Configuration): Document library-info-packet.
3333 Add other missing entries. Adjust the table size to fit.
3334 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
3335 stop reasons including the new "library" event.
3336 (General Query Packets): Adjust table widths for qSupported. Mention
3337 qXfer:libraries:read reply to qSupported and document the new packet.
3338 (Library List Format): New section.
3339
159fcc13
JK
33402007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3341
3342 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
3343
f66d1690
MS
33442007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
3345
3346 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
3347
67102876
NR
33482007-06-25 Nick Roberts <nickrob@snap.net.nz>
3349
3350 * gdbint.texinfo (Register and Memory Data): Break sections
3351 into nodes and add a menu.
3352
a4642986
MR
33532007-06-21 Maciej W. Rozycki <macro@mips.com>
3354
3355 * gdb.texinfo (Examining Memory): Document the new behaviour.
3356
e9c17194
VP
33572007-06-21 Vladimir Prus <vladimir@codesourcery.com>
3358
3359 * gdb.texinfo (Standard Target Features): Document
3360 m68k features.
3361
31d99776
DJ
33622007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3363
3364 * gdb.texinfo (General Query Packets): Document qOffsets changes.
3365
1780a0ed
DJ
33662007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3367
3368 * gdb.texinfo (Target Description Format): Add version attribute
3369 for <target>.
3370
822b6570
DJ
33712007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3372
3373 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
3374
f8b73d13
DJ
33752007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3376
3377 * gdb.texinfo (MIPS Features): New subsection.
3378
0e7f50da
UW
33792007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3380 Markus Deuling <deuling@de.ibm.com>
3381
3382 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
3383 and qXfer:spu:write packets and mention them under qSupported.
3384
23d964e7
UW
33852007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3386 Markus Deuling <deuling@de.ibm.com>
3387
3388 * gdb.texinfo (Architectures): Add new SPU section to document
3389 Cell Broadband Engine SPU architecture specific commands.
3390
9f708cb2
VP
33912007-06-09 Vladimir Prus <vladimir@codesourcery.com>
3392
3393 * gdb.texinfo (GDB/MI Variable Objects): Editorial
3394 comments.
3395
7579b5f8
NR
33962007-06-07 Nick Roberts <nickrob@snap.net.nz>
3397
3398 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
3399
bf06d120
JB
34002007-05-29 Jim Blandy <jimb@codesourcery.com>
3401
3402 * gdb.texinfo (Overview): Doc fix.
3403
23776285
MR
34042007-05-22 Maciej W. Rozycki <macro@mips.com>
3405
3406 * gdb.texinfo (Remote Configuration): Document "set/show
3407 remoteflow".
3408
1a69e1e4
DJ
34092007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3410
bf06d120
JB
3411 * gdb.texinfo (MIPS): Remove documentation for set mips
3412 saved-gpreg-size, show mips saved-gpreg-size, and set mips
3413 stack-arg-size.
1a69e1e4 3414
46ba6afa 34152007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3416
46ba6afa
BW
3417 * all-cfg.texi (GDBTUI): New.
3418 * gdb.texinfo (Mode Options): Use GDBTUI variable.
3419 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
3420 (TUI Configuration): Edit to improve clarity and fix problems of
3421 both style and content.
5ae4183a 3422
06d3b283
UW
34232007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
3424
3425 * observer.texi (GDB Observers): New observer "new_objfile".
3426
179101d6
UW
34272007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
3428
3429 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
3430
25d5ea92
VP
34312007-04-14 Vladimir Prus <vladimir@codesourcery.com>
3432
3433 * gdb.texinfo (GDB/MI Variable Objects): Document
3434 frozen variables objects.
5ae4183a 3435
ea35711c
DJ
34362007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
3437
3438 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
3439 (Character Sets, Caching Data of Remote Targets): Likewise.
3440 (Targets): Delete Remote node. Move its text...
3441 (Debugging Remote Programs): ...to here. Delete description
3442 of the "remote" command.
3443 (Remote configuration): Delete description of "set remotedevice"
3444 and "show remotedevice".
3445 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
3446
db2e3e2e
BW
34472007-04-11 Bob Wilson <bob.wilson@acm.org>
3448
5ae4183a
AS
3449 * gdb.texinfo (Contributors, Continuing and Stepping)
3450 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
3451 (General Query Packets, File-I/O Remote Protocol Extension)
3452 (Protocol Basics, The F Reply Packet, Write)
3453 (Protocol-specific Representation of Datatypes, Memory Transfer):
3454 Fix hyphenation, punctuation and grammar problems.
3455 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
3456 'section' instead of 'subsection' in the text.
3457 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
3458 (i386): Remove period from section name.
db2e3e2e
BW
3459 (Installing GDB, Requirements, Running Configure, Separate Objdir)
3460 (Config Names, Configure Options): Use @file{configure}.
3461
8a3dae3e
DJ
34622007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
3463
3464 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
3465 and tab expansion.
3466
1a92f856
DJ
34672007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
3468
3469 * gdbint.texinfo (SOM): Correct location of the SOM reader.
3470
79a6e687 34712007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3472
79a6e687
BW
3473 * gdb.texinfo: Consistently capitalize all significant words in
3474 node names, chapter titles, section titles, and headings. Update
3475 cross references to match.
3476 (Starting and Stopping Trace Experiment): Make node name plural.
3477 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 3478
ad527d2e
PA
34792007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
3480
3481 * gdb.texinfo (WinCE): Delete obsolete subsection.
3482
7ce59000
DJ
34832007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3484
3485 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
3486 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
3487 references.
3488
8807d78b
DJ
34892007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3490
3491 * gdb.texinfo (Startup): Delete references to some alternate
3492 names for .gdbinit.
3493 (Thread): Remove LynxOS reference.
3494 (Tandem ST2000): Delete target-specific documentation.
3495 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
3496 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
3497 and GDB_OSABI_LYNXOS.
3498
5f402660
UW
34992007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
3500
3501 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
3502
bac718a6
UW
35032007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
3504
3505 * gdbint.texinfo (Target Conditionals): Remove mention of
3506 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
3507 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
3508
9453113a
DJ
35092007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
3510
3511 * Makefile.in: Add "pdfdir" installation
3512 directory, PDFTEX macro, support for "install-pdf" target,
3513 and rules for making a pdf version of refcard.texi.
3514 * refcard.tex: Specify paper size for PDF output.
3515
ae21e955 35162007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3517
ae21e955 3518 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 3519
3f94c067 35202007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3521
3f94c067
BW
3522 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
3523 (Source Path, Character Sets, Macros, Define)
3524 (GDB/MI Result Records, GDB/MI Simple Examples)
3525 (GDB/MI Program Execution, GDB/MI File Commands)
3526 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
3527 (Bug Reporting): Use @value{GCC}.
5ae4183a 3528
12c27660 35292007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3530
12c27660
BW
3531 * gdb.texinfo (Help): Fix formatting of examples.
3532 (Variables): Use @ifnotinfo instead of @iftex.
3533 (Non-debug DLL symbols): Use @ref instead of @pxref.
3534 (Sparclet File): Use @samp instead of quotes.
5ae4183a 3535
ce9341a1
BW
35362007-03-26 Bob Wilson <bob.wilson@acm.org>
3537
3538 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
3539
c8f4133a
BW
35402007-03-26 Bob Wilson <bob.wilson@acm.org>
3541
3542 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
3543 the order of the nodes.
3544 (C Operators, C Constants, Debugging C): Remove extra menus.
3545 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 3546
c8f4133a 35472007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
3548
3549 * gdb.texinfo (File Options): Add missing parenthesis.
3550 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
3551
c74d0ad8
DJ
35522007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3553
3554 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
3555
ff6f572f
DJ
35562007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3557
669fac23 3558 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
3559 case insensitivity.
3560 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
3561
994337c3
NR
35622007-02-18 Nick Roberts <nickrob@snap.net.nz>
3563
3564 * gdb.texinfo (Top): Put Appendix A after numbered sections.
3565 (Files): Add section name to argument list for pxref.
3566 (Non-debug DLL symbols): Don't use `see' for pxref.
3567 (Embedded Processors): Fix typo.
3568 (GDB/MI Breakpoint Commands): Execution commands generate
3569 *stopped not ^done.
3570
eb819d70
NR
35712007-02-13 Nick Roberts <nickrob@snap.net.nz>
3572
3573 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
3574 values for in_scope. Mention that only root variables can be
3575 updated.
3576 (GDB/MI Development and Front Ends): Explain new values may be
3577 added to existing fields.
3578
123dc839
DJ
35792007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
3580
3581 * gdb.texinfo (-target-disconnect): Use @smallexample.
3582 (Requirements): Add anchor for Expat. Update description.
3583 (Target Descriptions): Mention Expat.
3584 (Target Description Format): Document new elements. Use
3585 @smallexample.
3586 (Predefined Target Types, Standard Target Features): New sections.
669fac23 3587 * gdbint.texinfo (Target Descriptions): New section.
123dc839 3588
108546a0
DJ
35892007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
3590
3591 * gdb.texinfo (Target Description Format): Add section on XInclude.
3592
95a98c01
NR
35932006-02-03 Nick Roberts <nickrob@snap.net.nz>
3594
3595 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
3596 command -enable-timings.
3597
f4b3909f
EZ
35982007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
3599
5ae4183a 3600 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
3601 descriptions for new/deleted elements in gdb_osabi. Add missing
3602 description for function generic_elf_osabi_sniff_abi_tag_sections.
3603
c7ba131e
JB
36042007-01-29 Joel Brobecker <brobecker@adacore.com>
3605
3606 * gdb.texinfo (Maintenance Commands): Add documentation for
3607 the new "maint print target-stack" command.
3608
3a60f64e
JK
36092007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3610 Eli Zaretskii <eliz@gnu.org>
3611
f4b3909f 3612 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 3613
c582f8b6
EZ
36142007-01-26 Eli Zaretskii <eliz@gnu.org>
3615
3616 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
3617 Use @value{NGCC} instead of @value{GCC}.
3618
d3e8051b
EZ
36192007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
3620
3621 * agentexpr.texi: Fix typos.
3622 * annotate.texinfo: Likewise.
3623 * gdb.texinfo: Likewise.
3624 * gdbint.texinfo: Likewise.
3625 * observer.texi: Likewise.
3626 * stabs.texinfo: Likewise.
3627
86f04699
EZ
36282007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
3629
3630 * gdbint.texinfo (Support Libraries): Remove mmalloc
3631 entry. Describe readline library.
3632
23181151
DJ
36332007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
3634
3635 * gdb.texinfo (Target Descriptions): New section.
3636 (General Query Packets): Add QPassSignals anchor. Mention
3637 qXfer:features:read under qSupported. Expand mentions of
3638 qXfer:memory-map:read and QPassSignals. Document
3639 qXfer:features:read.
3640
f822c95b
DJ
36412007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
3642
3643 * gdb.texinfo (Commands to specify files): Describe
3644 "set sysroot" and "show sysroot".
3645 (Using the `gdbserver' program): Lowercase argument
3646 to @var. Expand description of setting up GDB on the
3647 host.
3648
8936fcda
JB
36492007-01-05 Joel Brobecker <brobecker@adacore.com>
3650
3651 * gdb.texinfo (Set Catchpoints): Add documentation for the new
3652 catch exception, catch exception unhandled, and catch assert
3653 commands.
3654
e776119f
DJ
36552007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3656
3657 * gdb.texinfo (Debugging Output): Document "set debug xml"
3658 and "show debug xml".
3659
aa79a185
DJ
36602007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3661
3662 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
3663
7f893741
JB
36642007-01-01 Joel Brobecker <brobecker@adacore.com>
3665
3666 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
3667
a1b5960f
VP
36682006-12-08 Vladimir Prus <vladimir@codesourcery.com>
3669
3670 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
3671 note in @ignore, to be removed later if nobody complains.
3672
9f470e6e
NR
36732006-12-04 Nick Roberts <nickrob@snap.net.nz>
3674
3675 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
3676 of -var-delete.
3677
765dc015 36782006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3679
765dc015 3680 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
3681 automatic software/hardware breakpoint usage and
3682 the "set breakpoint auto-hw" command.
765dc015 3683
4b5752d0
VP
36842006-11-21 Vladimir Prus <vladimir@codesourcery.com>
3685
3686 * gdb.texinfo (Memory Access Checking): New.
3687
89be2091
DJ
36882006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
3689
3690 * gdb.texinfo (Remote configuration): Mention
3691 "pass-signals-packet".
3692 (General Query Packets): Document QPassSignals. Fix
3693 a typo.
3694
ca3bf3bd
DJ
36952006-11-14 Maxim Grigoriev <maxim@tensilica.com>
3696
3697 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
3698
427c3a89
DJ
36992006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3700
3701 * gdb.texinfo (Remote configuration): Rewrite documentation for
3702 packet configuration commands.
3703 (OS Information): Adjust reference to qXfer:auxv:read.
3704 (General Query Packets): Remove references to read-aux-vector-packet
3705 and set remote get-thread-local-storage-address.
3706
7a107747
DJ
37072006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
3708
3709 * gdbint.texinfo (Target Architecture Definition): Add new
3710 Initializing a New Architecture section.
3711
1c56eb0e
EZ
37122006-10-31 David Taylor <dtaylor@emc.com>
3713
3714 * stabs.texinfo (Macro define and undefine): New node describing
3715 stabs for #define and #undef.
3716
f73adfeb
AS
37172006-10-27 Andreas Schwab <schwab@suse.de>
3718
3719 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
3720
fd60e0df
EZ
37212006-10-21 Eli Zaretskii <eliz@gnu.org>
3722
3723 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
3724 clarify on the possible meanings of ``expression'' watched by
3725 watchpoints. Add indexing.
e5ac9b53
EZ
3726 (Prompting, Errors, Invalidation, Annotations for Running)
3727 (Source Annotations): Fix index entries by adding "annotation" to
3728 them, to discriminate from index entries that point to the more
3729 general topic descriptions.
fd60e0df 3730
52bb452f
DJ
37312006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3732
3733 * gdbint.texinfo (Target Vector Definition): Move most
3734 content into Existing Targets. Add a menu.
3735 (Existing Targets): New section, moved from Target Vector
3736 Definition. Use @subsection.
3737 (Managing Execution State): New section.
3738
58955e58
BW
37392006-10-16 Bob Wilson <bob.wilson@acm.org>
3740
3741 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
3742
c8aa23ab
EZ
37432006-10-15 Eli Zaretskii <eliz@gnu.org>
3744
3745 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
3746 (Command Syntax, Signals, Backtrace, Connecting)
3747 (Remote configuration, Renesas Boards, Console I/O): Fix last
3748 change: use Ctrl- instead of C-, except wrt Emacs.
3749 (File-I/O Examples): Put Ctrl-c in @kbd.
3750 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
3751 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
3752 (Signals, Set Breaks, Set Watchpoints): Document optional
3753 arguments to `info signals' `handle', `info breakpoints', and
3754 `info watchpoints'.
c8aa23ab 3755
e7109c7e
EZ
37562006-10-14 Eli Zaretskii <eliz@gnu.org>
3757
3758 * gdb.texinfo (Backtrace): Fix last change.
3759
de3aea7b
NR
37602006-10-14 Nick Roberts <nickrob@snap.net.nz>
3761
3762 * gdb.texinfo (Backtrace): Order correctly and add other cases.
3763
7f9087cb
BW
37642006-10-10 Bob Wilson <bob.wilson@acm.org>
3765
c8aa23ab
EZ
3766 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
3767 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
3768 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 3769
68437a39
DJ
37702006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3771 Daniel Jacobowitz <dan@codesourcery.com>
3772
3773 * gdb.texinfo (Packets): Document vFlashErase,
3774 vFlashWrite and vFlashDone packets.
3775 (General Query Packets): Document qXfer:memory-map:read.
3776 Add a new feature for qXfer:memory-map:read.
3777 (Memory map format): New section.
3778 (Target Commands): Mention that gdb can write flash.
3779
fd79ecee
DJ
37802006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3781 Daniel Jacobowitz <dan@codesourcery.com>
3782
3783 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
3784 memory regions and "mem auto".
3785
350da6ee
DJ
37862006-09-21 Nathan Sidwell <nathan@codesourcery.com>
3787
3788 * gdbint.texinfo (Array Containers): New section.
3789
2f1acb09
VP
37902006-09-17 Vladimir Prus <vladimir@codesourcery.com>
3791
3792 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
3793 -stack-list-arguments HIGH_FRAME argument can be larger then the
3794 actual number of frames.
3795
2ab1eb7a
VP
37962006-09-07 Vladimir Prus <vladimir@codesourcery.com>
3797
3798 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
3799 -stack-list-locals HIGH_FRAME argument can be larger then the
3800 actual number of frames.
2ab1eb7a 3801
599b237a
BW
38022006-09-02 Bob Wilson <bob.wilson@acm.org>
3803
3804 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
3805 Register Packet Format, Tracepoint Packets): Fix spelling errors.
3806
25ab7e6d
EZ
38072006-09-02 Eli Zaretskii <eliz@gnu.org>
3808
3809 * gdbint.texinfo (Overall Structure): New section "Source Tree
3810 Structure".
3811
940178d3
JB
38122006-08-17 Jim Blandy <jimb@codesourcery.com>
3813
3814 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
3815 responses.
3816
30daae6c
JB
38172006-08-08 Joel Brobecker <brobecker@adacore.com>
3818
3819 * gdb.texinfo (Source Path): Add documentation for new
3820 substitute-path commands.
3821
7fa2210b
DJ
38222006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
3823
3824 * gdb.texinfo (Installing GDB): Update menu. Move text to...
3825 (Running Configure): ...here.
3826 (Requirements): New node. Mention expat.
3827
3d00d119
DJ
38282006-08-08 Vladimir Prus <vladimir@codesourcery.com>
3829
5ae4183a 3830 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
3831 'set download-write-size' and 'show download-write-size'.
3832
0cbfa4ee
DJ
38332006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
3834
3835 * stabs.texinfo (Member Type Descriptor): Correct example for
3836 pointer to member types.
3837
16026cd7
AS
38382006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
3839
3840 * gdb.texinfo (Optional warnings and messages): Add
3841 'set/show trace-commands'.
3842 (Command files): Add '-v' to source command.
3843
0876f84a
DJ
38442006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
3845
3846 * gdb.texinfo (OS Information): Update qPart reference to
3847 qXfer.
3848 (Remote configuration): Likewise.
3849 (Overview): Move @cindex to the start of a paragraph. Talk
3850 about binary data encoding.
3851 (Packets): Refer to the overview for the details of the X
3852 packet encoding.
3853 (General Query Packets): Remove qPart description. Add qXfer
3854 description. Add an anchor to qSupported. Correct feature
3855 table title. Add a new feature for qXfer:auxv:read.
3856 (Interrupts): Add a missing parenthesis.
3857
2ec3381a
DJ
38582006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
3859
669fac23 3860 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
3861 (GDB/MI Kod Commands): Remove commented out node.
3862
594fe323
EZ
38632006-07-01 Eli Zaretskii <eliz@gnu.org>
3864
3865 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
3866 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
3867 (GDB/MI Thread Commands, GDB/MI Program Execution)
3868 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
3869 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
3870 (GDB/MI File Commands, GDB/MI Target Manipulation)
3871 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
3872 since the MI prompt is hard-wired into the code.
3873
7e3fb70c
NR
38742006-07-01 Nick Roberts <nickrob@snap.net.nz>
3875
3876 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
3877 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
3878 (GDB/MI Data Manipulation): Remove description of unimplemented
3879 display related commands as variable objects perform this function
3880 and are superior: -display-delete, -display-disable,
3881 -display-enable, -display-insert and -display-list. Move
3882 -environment-cd, -environment-directory, -environment-path
3883 and -environment-pwd to "Program Context".
3884 (GDB/MI Program Control): Rename to "Program Execution". Move
3885 -exec-arguments -exec-abort to...
3886 (GDB/MI Program Context): ...here. New node split from "Data
3887 Manipulation".
3888
be2a5f71
DJ
38892006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
3890
3891 * gdb.texinfo (Remote configuration): Document set / show
3892 remote supported-packets.
3893 (General Query Packets): Document qSupported packet.
3894
fc320d37
SL
38952006-06-10 Sandra Loosemore <sandra@codesourcery.com>
3896
3897 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
3898 and font markup.
3899 (Protocol basics): Likewise.
3900 (The F request packet): Likewise.
3901 (The F reply packet): Likewise.
3902 (Memory transfer): Move this node to be a subsubsection of
3903 "Protocol specific representation of datatypes".
3904 (The Ctrl-C message): More copy editing.
3905 (Console I/O): Likewise.
3906 (The isatty call): Delete this node, and merge its content into
3907 the "isatty" node. Fixed references elsewhere.
3908 (The system call): Delete this node, and merge its content into
3909 the "system" node. Fixed references elsewhere.
3910 (open): Reformat to use @table, and add appropriate font markup.
3911 (close): Likewise.
3912 (read): Likewise.
3913 (write): Likewise.
3914 (lseek): Likewise.
3915 (rename): Likewise.
3916 (unlink): Likewise.
3917 (stat/fstat): Likewise.
3918 (gettimeofday): Likewise.
3919 (isatty): Likewise.
3920 (system): Likewise, plus minor changes to fix confusing wording.
3921 (Integral datatypes): Fix font markup.
3922 (Pointer values): Likewise.
3923 (struct stat): Fix markup to use @table, plus minor copy editing.
3924 (struct timeval): Fix font markup, plus minor copy editing.
3925 (Constants): Minor copy editing.
3926 (Errno values): Add font markup.
3927 (File-I/O Examples): Likewise.
3928
158fdf5c
NR
39292006-06-10 Nick Roberts <nickrob@snap.net.nz>
3930
3931 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
3932 (GDB/MI Simple Examples): Move node up one level. Use real
3933 examples.
3934 (GDB/MI Compatibility with CLI): Update.
3935 (GDB/MI Result Records): Add "connected" and "exit" result
3936 classes.
3937 (GDB/MI Stream Records): Clarify target output.
3938 (GDB/MI Command Description Format): Modify example description.
3939 (GDB/MI Breakpoint Table Commands): Rename to...
3940 (GDB/MI Breakpoint Commands): ...this
3941 (GDB/MI Breakpoint Commands): Add optional thread field.
3942 (GDB/MI Program Control): Add an introduction. Move "Program
3943 termination" examples into exec-run description.
3944 (GDB/MI File Commands): Mention similar CLI commands.
3945 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
3946 is similar to "-gdb-version".
3947
ddb50cd7
EZ
39482006-06-09 Eli Zaretskii <eliz@gnu.org>
3949
3950 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
3951
2aef0d6b
NR
39522006-06-02 Nick Roberts <nickrob@snap.net.nz>
3953
3954 * gdb.texinfo (GDB/MI Development and Front Ends): Use
3955 sourceware.org for mailing lists.
d5e40d59 3956 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 3957
383a5c52
NR
39582006-06-01 Nick Roberts <nickrob@snap.net.nz>
3959
d5e40d59 3960 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 3961
e16b02ee
EZ
39622006-05-22 Eli Zaretskii <eliz@gnu.org>
3963
3964 * gdb.texinfo (Cygwin Native): Fix last change.
3965
be90c084
CF
39662006-05-22 Christopher Faylor <cgf@timesys.com>
3967
3968 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
3969
347ceba5
NR
39702006-05-15 Nick Roberts <nickrob@snap.net.nz>
3971
3972 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
3973 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
3974
369af7bd
DJ
39752006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
3976
3977 * gdb.texinfo (General Query Packets): Recommend not starting
3978 new packets with qC and clarify.
3979
2ffdbde8 39802006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
3981
3982 * gdb.texinfo (M2 Types): New section.
72019c9c 3983
16d1a084
DJ
39842006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
3985
3986 * agentexpr.texi: Add a copyright and license notice.
3987 * observer.texi: Likewise, with GPL clause for function prototypes.
3988 Remove trailing whitespace.
3989
aa56d27a
JB
39902006-05-05 Jim Blandy <jimb@codesourcery.com>
3991
3992 * gdb.texinfo (General Query Packets): Document conventions for
3993 terminating packet names, and their violations.
3994
5bdf8622
DJ
39952006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3996
3997 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
3998 * gdb.texinfo: Likewise.
3999
605a56cb
DJ
40002006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
4001
4002 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
4003 and "show remotedebug".
4004 (Debugging Output): Add additional index entries.
4005
b8db102d
MS
40062006-04-27 Michael Snyder <msnyder@redhat.com>
4007
4008 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
4009
c5e30d01
AC
40102006-04-22 Andrew Cagney <cagney@redhat.com>
4011
4012 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
4013 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
4014
8181d85f
DJ
40152006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
4016
4017 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
4018 and remove breakpoint prototypes.
4019 (Watchpoints): Move description of target_insert_hw_breakpoint and
4020 target_remove_hw_breakpoint ...
4021 (Breakpoints): ... to here. Document target_insert_breakpoint and
4022 target_remove_breakpoint.
4023
4f553f88
JB
40242006-04-17 Jim Blandy <jimb@codesourcery.com>
4025
4026 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
4027 and C packets are optional.
4028
cd852561
FR
40292006-04-14 Frederic Riss <frederic.riss@st.com>
4030
4031 * gdb.texinfo (Specifying source directories): Update the description
4032 of the source file search to reflect the fact that the source path
4033 always contains at least $cdir and $cwd.
4034
b620eb07
MS
40352006-03-31 Michael Snyder <msnyder@redhat.com>
4036
4037 * gdb.texinfo: Update copyright dates.
4038
3156cdaf
EZ
40392006-03-31 Eli Zaretskii <eliz@gnu.org>
4040
4041 * gdb.texinfo (Overview): Add an index entry to "empty response".
4042
7d30c22d
JB
40432006-03-28 Jim Blandy <jimb@codesourcery.com>
4044
4045 * gdbint.texinfo (Prologue Analysis): New section.
4046
86941c27
JB
40472006-03-07 Jim Blandy <jimb@red-bean.com>
4048
66b8c7f6
JB
4049 * gdb.texinfo (Connecting): Document 'target remote pipe'.
4050
1a10341b
JB
4051 * gdb.texinfo (Target Commands): Update text describing how to
4052 specify a target. Refer to the detailed section on remote
4053 debugging, not the brief mention.
4054
86941c27
JB
4055 * gdb.texinfo (Connecting): Organize the different 'target remote'
4056 connection methods into a table. Add a 'target remote' index
4057 entry. (!!!)
4058
62f3a2ba
FF
40592006-02-17 Fred Fish <fnf@specifix.com>
4060
4061 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
4062 'ptype' commands to reflect the fact that the only significant
4063 difference between them is that ptype prints the complete type
4064 description instead of just the name.
4065
8b9a88ea
WZ
40662006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
4067
4068 * gdbint.texinfo (Watchpoints): Delete
4069 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
4070
7e8dc855
NR
40712006-02-10 Nick Roberts <nickrob@snap.net.nz>
4072
4073 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
4074 times fields where needed. Fix typos. Update general form given
4075 for output of -break-insert.
4076 (GDB/MI): Abbreviate some unnecessarily long fullnames.
4077
c91d38aa
DJ
40782006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
4079
4080 * gdbint.texinfo (Symbol Handling): Add a section
4081 on memory management.
4082
38fcd64c
DJ
40832006-02-06 Vladimir Prus <ghost@cs.msu.su>
4084
4085 * gdb.texinfo (Breakpoint table commands): Document the fullname
4086 field in -break-list output.
4087
219eec71
EZ
40882006-02-03 Eli Zaretskii <eliz@gnu.org>
4089
4090 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
4091 debugging information produced by the various "set debug..."
4092 options.
4093
ae5a43e0
DJ
40942006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4095
4096 * gdb.texinfo (Files): Remove obsolete bits from the description
4097 of "symbol-file".
4098
a9f158ec
JB
40992006-01-25 Jim Blandy <jimb@redhat.com>
4100
4101 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
4102
410dd08e
JB
41032006-01-24 Jim Blandy <jimb@redhat.com>
4104
4105 * gdbint.texinfo (Frames): Document the basics of GDB's register
4106 unwinding model, and explain the existence of the "sentinel" frame.
4107
4b505b12
AS
41082006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
4109
4110 * gdb.texinfo (Choosing files): Mention that -directory is used
4111 for script files.
4112 (Specifying source directories): Likewise.
4113 (Command files): Explain how script files are found.
4114
839c27b7
EZ
41152006-01-21 Eli Zaretskii <eliz@gnu.org>
4116
4117 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
4118 the threads in a multi-threaded program.
4119 (Threads): The threadno argument of "thread apply" can be a range
4120 of numbers.
4121
7be93b9e
JB
41222006-01-18 Jim Blandy <jimb@redhat.com>
4123
4124 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
4125 of warning flags.
4126
fcc73fe3
EZ
41272006-01-13 Eli Zaretskii <eliz@gnu.org>
4128
4129 * gdb.texinfo (Sequences): Improve menu annotations.
4130 (Define): Add index entries for arguments of user-defined
4131 commands. Move the description of flow-control commands...
4132 (Command Files): ...to here. Document loop_break and
4133 loop_continue.
ca91424e
EZ
4134 (Define, Command Files): Document `end' and add index entries for
4135 it.
fcc73fe3 4136
5c95884b
MS
41372006-01-04 Michael Snyder <msnyder@redhat.com>
4138
4139 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 4140 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 4141
860701dc
PH
41422006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
4143
4144 * gdb.texinfo (Omissions from Ada): Document that there is now
4145 limited aggregate support.
4146
36b80e65
EZ
41472005-12-28 Eli Zaretskii <eliz@gnu.org>
4148
4149 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
4150 registers and the likes.
4151
c1468174
EZ
41522005-12-24 Eli Zaretskii <eliz@gnu.org>
4153
4154 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
4155 (Symbols): Fix usage of "e.g.".
359df76b 4156 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
4157
4158 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
4159 (Coding): Fix usage of "e.g.".
4160
c02a867d
EZ
41612005-12-23 Eli Zaretskii <eliz@gnu.org>
4162
5ae4183a
AS
4163 * stabs.texinfo:
4164 * refcard.tex:
c02a867d 4165 * gpl.texi:
5ae4183a
AS
4166 * gdbint.texinfo:
4167 * gdb.texinfo:
4168 * gdb-cfg.texi:
c02a867d 4169 * fdl.texi:
5ae4183a
AS
4170 * annotate.texinfo:
4171 * all-cfg.texi:
c02a867d
EZ
4172 * Makefile.in: Add (C) after Copyright. Update the FSF
4173 address.
4174
fad38dfa
EZ
41752005-12-03 Eli Zaretskii <eliz@gnu.org>
4176
4177 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
4178 extend GDB with commands for external monitor.
4179
53e5f3cf
AS
41802005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
4181
4182 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
4183
55f6ca0f
JB
41842005-11-25 Joel Brobecker <brobecker@adacore.com>
4185
4186 * gdbint.texinfo (Start of New Year Procedure): New chapter.
4187
c1947b85
JB
41882005-11-21 Jim Blandy <jimb@redhat.com>
4189
4190 * gdb.texinfo (Tracepoint Packets): Document restrictions on
4191 placement of 'R' actions in tracepoint action packets; document
4192 dependence of 'X' and 'M' actions on a preceding 'R' action for
4193 their registers.
4194
9d29849a
JB
41952005-11-19 Jim Blandy <jimb@redhat.com>
4196
4197 * gdb.texinfo (Tracepoint Packets): New node.
4198 (General Query Packets): Add entries for the tracepoint packets,
4199 referring to the "Tracepoint Packets" node.
4200 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 4201
9a6253be
KB
42022005-11-18 Kevin Buettner <kevinb@redhat.com>
4203
4204 * gdb.texinfo (set remotebreak): Add anchor.
4205 (X packet): Likewise.
4206 (Remote Protocol): Add new section `Interrupts' and new index
4207 entry `interrupts (remote protocol)'.
4208
5f3bebba
JB
42092005-11-18 Jim Blandy <jimb@redhat.com>
4210
4211 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
4212 entries into the General Query Packets section. Add a
4213 cross-reference to that section. Drop description of replies, as
4214 these are covered in the descriptions of each packet.
4215 (General Query Packets): Add introductory text. Explain naming
4216 conventions, and how the end of a name is recognized.
4217
9a7a1b36
KB
42182005-11-17 Kevin Buettner <kevinb@redhat.com>
4219
0564b6cf 4220 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
4221 "set remotebreak" command.
4222
b8ff78ce
JB
42232005-11-16 Jim Blandy <jimb@redhat.com>
4224
4225 * gdb.texinfo (Packets, Stop Reply Packets)
4226 (General Query Packets): Various formatting cleanups.
4227 - Use @samp for packet contents.
4228 - Drop summaries from packet @item lines; the same information appears
4229 immediately below in the description.
4230 - Delete paragraph breaks after packet @item commands, so that the
4231 description appears directly to the right of the packet prototype
4232 in the printed manual, if it fits.
4233 - Place spaces in packet prototypes between @vars and non-@var
4234 letters, and explain that they're just for formatting.
4235 - Use @dots{} instead of '...'.
4236 - Fix uses of @code where @var was needed.
4237 - Replace "deprecated" markers with English text spelling out the
4238 packet's status and the preferred alternatives.
4239 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
4240 what this ever meant.
4241 - Remove "(draft)" markers on 'i' packets; nobody has commented on
4242 this for a long time.
4243 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
4244 implemented several times, and have been in use for years.
4245
8ffe2530
JB
42462005-11-15 Jim Blandy <jimb@redhat.com>
4247
c43c5473
JB
4248 * gdb.texinfo (Packets): Add index entries for 'm' packet
4249 disclaimers.
5ae4183a 4250
fb031cdf
JB
4251 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
4252 of stub when processing an 'm' packet.
4253
8ffe2530
JB
4254 * gdb.texinfo (Packets): Mention that packets beginning with
4255 letters are reserved once, at the top, instead of actually listing
4256 them all and saying "reserved".
4257
c03c782f
AS
42582005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
4259
4260 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
4261 Change @var{$arg0 to @code{$arg0.
4262
814e32d7
WZ
42632005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
4264
4265 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
4266
fa93a9d8
JB
42672005-11-12 Jim Blandy <jimb@redhat.com>
4268
4269 * gdb.texinfo (General Query Packets): Put packets in alphabetical
4270 order. Remove extraneous 'z'.
4271
8a5a3c82
AS
42722005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
4273
4274 * gdb.texinfo (Choosing files): Add --eval-command.
4275
4b0ad762
AS
42762005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
4277
4278 * gdb.texinfo (Choosing modes): Add --return-child-result.
4279
4280
1a088d06
AS
42812005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
4282
4283 * gdb.texinfo (Choosing modes): Add --batch-silent.
4284
656d5e12
EZ
42852005-10-28 Eli Zaretskii <eliz@gnu.org>
4286
4287 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
4288 "The -var-update Command".
4289
3c9c013a
JB
42902005-10-03 Joel Brobecker <brobecker@adacore.com>
4291
4292 * gdb.texinfo (Print Settings): Add documentation for set/show
4293 print array-indexes.
4294
7ba3cf9c
DJ
42952005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
4296
4297 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
4298 6.2 and 6.3.
4299
a94ab193
EZ
43002005-08-27 Eli Zaretskii <eliz@gnu.org>
4301
4302 * gdb.texinfo (File Options): Don't document --mapped, it's gone
4303 since 19-Jan-2004.
4304 (Files): Likewise.
ab1adacd
EZ
4305 (Variables, Symbols): Document the "<incomplete type>" message and
4306 its reasons.
a94ab193 4307
ca06016a
FF
43082005-08-01 Fred Fish <fnf@specifix.com>
4309
4310 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
4311
cf58170d
NR
43122005-07-15 Nick Roberts <nickrob@snap.net.nz>
4313
4314 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
4315 option for -var-list-children and -var-update.
4316 (GDB/MI Stack Manipulation): Simplify description of
4317 print-values option for -stack-list-locals.
4318 (GDB/MI Command Description Format): Clarify.
4319 (Mode Options): Spelling of superseded.
4320
38f1196a
BR
43212005-07-12 Bob Rossi <bob@brasko.net>
4322
4323 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
4324 corresponding GDB command comment.
4325
3cb3b8df
BR
43262005-07-06 Bob Rossi <bob@brasko.net>
4327
4328 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
4329 and -inferior-tty-show.
4330 (Input/Output): Document "set/show inferior-tty" and tty alias.
4331
10fac096
NW
43322005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
4333
4334 * gdb.texinfo (Packets): Change description of 'D' packet to note
4335 that GDB does wait for a response.
4336
d1b6db76
NR
43372005-06-22 Nick Roberts <nickrob@snap.net.nz>
4338
4339 * gdb.texinfo (History) Rename "Command History".
4340 (Command History): Move node "Server Prefix" from section on
4341 Annotations here.
4342
29629dcf
NR
43432005-06-19 Nick Roberts <nickrob@snap.net.nz>
4344
4345 * gdb.texinfo (GDB/MI Stack Manipulation):
4346 Re-instate -stack-info-frame with example. Say that it gets
4347 info on selected frame, not current frame.
4348
397ca115
EZ
43492005-06-18 Eli Zaretskii <eliz@gnu.org>
4350
4351 * gdb.texinfo (Server): Clarify that `file' should be used before
4352 connecting to the server.
4353 (Files): Add an xref to the above description.
51274035
EZ
4354 (Output Formats): More detailed description of the `c' format.
4355 (Memory): List explicitly all the formats supported by `x'.
638ac427 4356 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 4357 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
4358 files. Add more indexing for solib-absolute-prefix and
4359 --with-sysroot.
76d17f34
EZ
4360 (Machine Code): Document possible problems with locations in
4361 shared libraries.
d416eeec
EZ
4362 (Backtrace): Document that free-standing environments do not need
4363 to have a `main' function.
397ca115 4364
74f6deaa
NR
43652005-06-18 Nick Roberts <nickrob@snap.net.nz>
4366
4367 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
4368 -stack-info-frame.
4369
a9967aef
AC
43702005-06-07 Andrew Cagney <cagney@gnu.org>
4371
4372 * gdb.texinfo (Contributors): Note the original multi-arch
4373 contributors.
4374
e09f16f9
EZ
43752005-06-03 Eli Zaretskii <eliz@gnu.org>
4376
4377 * gdb.texinfo (Registers): Add index entries for the standard
4378 registers.
4379 (Frames): Add cross-reference from frame pointer description to
4380 the Registers node.
4381 (Annotations Overview): Fix the reference to GDB name.
4382
d87ba7ee
EZ
43832005-06-01 Eli Zaretskii <eliz@gnu.org>
4384
4385 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
4386 can-use-hw-watchpoints.
4387
034dad6f
BR
43882005-05-28 Bob Rossi <bob@brasko.net>
4389
4390 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
4391 the possible reasons why an exec async record would be returned to FE.
4392
ffed4509
AC
43932005-05-26 Andrew Cagney <cagney@gnu.org>
4394
4395 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
4396 Andrew Cagney implemented the original GDB/MI.
4397
e22e55c9
OF
43982005-05-23 Orjan Friberg <orjanf@axis.com>
4399
4400 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
4401 documentation. Add documentation for cris-mode.
4402
a78e13ce
EZ
44032005-05-20 Eli Zaretskii <eliz@gnu.org>
4404
4405 * gdb.texinfo (Numbers): Explain the example and make the wording
4406 more acurate.
4407
76ff342d
DJ
44082005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4409 Dennis Brueni <dennis@slickedit.com>
4410
4411 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
4412 (GDB/MI Data Manipulation, GDB/MI Program Control)
4413 (GDB/MI Stack Manipulation): Update examples to include the fullname
4414 attribute in stack frames.
4415
119b882a
EZ
44162005-05-12 Eli Zaretskii <eliz@gnu.org>
4417
4418 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
4419 do with other non-standard names of init files.
4420
6fc08d32
EZ
44212005-05-11 Eli Zaretskii <eliz@gnu.org>
4422
4423 * gdb.texinfo (Command Files): Move the description of the startup
4424 from here...
4425 (Startup): ...to this new subsection of the Invocation chapter.
4426 Rearrange the description of init files more logically and add a
4427 cross-reference to "Command Files". Document the special gdbinit
4428 name for CISCO 68k. Expand the description of what GDB does
4429 during startup.
4430 (History): Add index entry for HISTSIZE.
4431
a561754a
MK
44322005-05-02 Mark Kettenis <kettenis@gnu.org>
4433
4434 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
4435
2eecc4ab
EZ
44362005-05-02 Eli Zaretskii <eliz@gnu.org>
4437
4438 * gdb.texinfo (SVR4 Process Information, The isatty call)
4439 (The system call): Don't use foo(N) notation for man pages and
4440 functions.
514c4d71 4441 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 4442
18999be5
EZ
44432005-04-27 Eli Zaretskii <eliz@gnu.org>
4444
4445 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
4446 were optimized away.
4447
0abb7bc7
EZ
44482005-04-22 Eli Zaretskii <eliz@gnu.org>
4449
4450 * gdb.texinfo (Remote configuration): Document "set/show
4451 get-thread-local-storage-address". Add cross-reference to the
4452 description of the qGetTLSAddr packet.
4453 (General Query Packets): Mention "set remote
4454 get-thread-local-storage-address" and add a reference to its
4455 description.
4456
6f61acb1
NR
44572005-04-19 Nick Roberts <nickrob@snap.net.nz>
4458
4459 * gdb.texinfo (Backtrace): Describe 'bt full'.
4460
9d59903a
NR
44612005-04-17 Nick Roberts <nickrob@snap.net.nz>
4462
4463 * gdb.texinfo (Mode Options): Fix typo.
4464 (GDB/MI): Describe how to invoke GDB/MI.
4465
721c2651
EZ
44662005-04-16 Eli Zaretskii <eliz@gnu.org>
4467
4468 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 4469 references changed. Add description of "info udot".
721c2651
EZ
4470 (Files): Document "set/show stop-on-solib-events".
4471 (M32R/D): Document "set/show download-path", "set/show
4472 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
4473 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
4474 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
4475 (Maintenance Commands): Improve indexing.
4476 (Target Commands): Document "set/show hash", "set/show debug
4477 monitor".
4478 (SVR4 Process Information): Document "info pidlist" and "info
4479 meminfo". Document "set/show procfs-tarce" and "set/show
4480 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
4481 (Symbols, The Print Command with Objective-C): Improve indexing.
4482 (Objective-C): Add references to "info classes" and "info
4483 selectors".
c45da7e6
EZ
4484 (Debugging Output): Improve wording. Document "set/show debug
4485 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
4486 (Set Breaks): Add index entry for "hardware breakpoints".
4487 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
4488 and "set/show usehardbreakpoints".
4489 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
4490 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
4491 (ARM): Document "rdilogfile", "rdilogenable", "set/show
4492 rdiromatzero", "set/show rdiheartbeat".
4493 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
4494 "sds".
4495 (Embedded Processors): Document the "sim" command.
4496 (Remote): Document the "remote" command.
4497 (DJGPP Native): Document the "info serial" command.
4498 (Threads): Document "maint info sol-threads".
4499 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
4500 (Set Breaks): Improve indexing.
4501 (Command Syntax): Add a reference to dont-repeat.
4502 (Define): Document "dont-repeat".
4503 (TUI Commands): Document "tabset".
4504 (WinCE): New subsection. Document "set/show remotedirectory",
4505 "set/show remoteupload", "set/show remoteaddhost".
721c2651 4506
14d6dd68
EZ
45072005-04-15 Eli Zaretskii <eliz@gnu.org>
4508
4509 * gdb.texinfo (Hurd Native): New subsection, documents
4510 Hurd-specific commands.
a64548ea 4511 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 4512 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
4513 (MIPS): Improve documentation of heuristic-fence-post. Document
4514 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
4515 mips stack-arg-size", "set/show mips mask-address", "set/show mips
4516 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 4517 (ARM): Document ARM-specific commands.
a64548ea
EZ
4518 (AVR): New section. Document "info io_registers".
4519 (CRIS): New section. Document "set/show cris-version" and
4520 "set/show cris-dwarf2-cfi".
4521 (HPPA): New section. Document "set/show debug hppa" and "maint
4522 print unwind".
a5adf40f 4523 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 4524 (Super-H): New section. Document the "regs" command.
721c2651 4525 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 4526
9c16f35a
EZ
45272005-04-09 Eli Zaretskii <eliz@gnu.org>
4528
4529 * gdb.texinfo (Print Settings): Document "set/show print
4530 pascal_static-members", "set print repeats", "show print
4531 null-stop". Improve indexing. Fix documentation of "set print
4532 union".
4533 (Pascal): New section.
4534 (Supported languages): Rename from "Support"; all references
4535 updated. Add a menu item for Pascal.
4536 (Numbers): Document "set radix.
4537 (Screen Size): Document "set/show pagination".
4538 (MIPS Embedded): Remove "set processor" documentation.
4539 (Remote configuration): Document "set/show X/P/Z-packet",
4540 "set/show read-aux-vector-packet", "set/show remote
4541 symbol-lookup-packet", "set/show remote verbose-resume-packet",
4542 "set/show remoteaddresssize", "set/show remotebaud", "set/show
4543 remotedebug", "set/show remotebreak", "set/show remotedevice",
4544 "set/show remotelogfile".
4545 (Auxiliary Vector): Add reference to the description of the
4546 read-aux-vector-packet setting.
4547 (Set Watchpoints): Add a cross-reference to "set remote
4548 hardware-breakpoint-limit".
4549 (General Query Packets): Add indexing of requests and
4550 cross-references to related commands in "Remote configuration".
4551 (File-I/O Overview, The system call): Fix wording and typos.
4552 (Thread Stops): Add index entries.
4553 (Continuing and Stepping): Document "show step-mode".
4554 (i386): New node. Document "set/show struct-convention".
4555 (Files): Document "show trust-readonly-sections".
4556 (Calling): Document "set/show unwindonsignal".
4557 (Messages/Warnings): Add index entries.
4558 (Maintenance Commands): Document "set/show watchdog".
4559 (Annotations Overview): Document "show annotate".
4560 (Set Watchpoints): Add index entries.
4561 (Symbols): Fix doc of case-sensitive.
4562 (ABI): Document "show coerce-float-to-double".
4563 (Convenience Vars, Help): Improve indexing.
4564 (Machine Code): Document "show disassembly-flavor".
4565 (Debugging C plus plus): Document "show overload-resolution".
4566 (Value History, Signaling): Add index entries.
4567
45682005-04-08 Eli Zaretskii <eliz@gnu.org>
4569
4570 * gdb.texinfo (Show): Move @kindex entries to their proper places.
4571 (Processes): Fix wording.
4572 (History, List, Logging output, Define, Symbols, Print Settings):
4573 Improve indexing.
4574
a8f24a35
EZ
45752005-04-03 Eli Zaretskii <eliz@gnu.org>
4576
4577 * gdb.texinfo (Targets): Document "set/show architecture". Remove
4578 redundant index entry for "target" command.
4579 (Backtrace): Add index entries.
4580 (Symbols, Fortran): Document the "set case-sensitive" command.
4581 (DJGPP Native): Document "set com1base", "set com1irq", etc.
4582 (Print Settings): Add index entry for "set demangle-style".
4583 (Target Commands): Document "set download-write-size".
4584 (Debugging Output): Document "set exec-done-display".
4585
09d4efe1
EZ
45862005-04-02 Eli Zaretskii <eliz@gnu.org>
4587
4588 * gdb.texinfo (Files): Fix the name and documentation of
4589 add-shared-symbol-files. Document its alias assf. Update the
4590 list of OSs where GDB supports shared libraries. Fix markup.
4591 (Continuing and Stepping): Add reference to @var{location} in the
4592 text.
4593 (Dump/Restore Files): Fix reference to @{filename}.
4594 (Help): Fix wording.
4595 (Attach): Ditto.
4596 (Set Watchpoints): Ditto.
4597 (Backtrace): Remove redundant index entries. Improve index
4598 entries.
4599 (Delete Breaks): Fix wording.
4600 (Memory): Document the compare-sections command.
4601 (Memory Region Attributes): Improve wording.
4602 (Disabling): Improve wording.
4603 (Fortran): New subsection. Document the "info common" command.
4604 (Help): Document aliases "info copying" and "info warranty".
4605 (Caching Remote Data): New section. Document the "set/show
4606 remotecache" and "info dcache" commands.
4607 (Show): Fix wording of the documentation of the "set
4608 extension-language" command.
4609 (Signals): Add index entry for "info handle".
4610 (Memory Region Attributes): Fix punctuation.
4611 (Symbols): Change the arg name to "location" and refer to it in
4612 the text. Fix wording of "info types" doc.
4613 (Threads): Fix usage of @enumerate @item's.
4614 (Listing Tracepoints): Add index entry for "info tp".
4615 (Set Watchpoints): Add xref to "info break" description.
4616 (Macros): Add an index entry for "macro exp1". Document the
4617 "macro list" command.
4618 (Maintenance Commands): Document "flushregs", "maint agent",
4619 "maint check-symtabs", "maint cplus", "maint demangle", "maint
4620 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
4621 "maint print architecture", "maint print objfiles", "maint print
4622 statistics", "maint print type", "maint show-debug-regs", "maint
4623 space", "maint time", and "maint translate-address".
4624 (Connecting): Document the "monitor" command.
4625 (Annotations Overview): Describe the "set annotate" command.
4626
82f2d802
EZ
46272005-04-01 Eli Zaretskii <eliz@gnu.org>
4628
4629 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
4630 Rearrange index entries and improve wording about support for
4631 hardware watchpoints.
4632
7d51c7de
BR
46332005-03-10 Bob Rossi <bob@brasko.net>
4634
4635 * gdb.texinfo: Update copyright
4636
68c71a2e
TR
46372005-02-09 Theodore A. Roth <troth@openavr.org>
4638
4639 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
4640 error.
4641
83761cbd
KB
46422005-02-03 Kevin Buettner <kevinb@redhat.com>
4643
4644 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
4645
9f1c6395
MS
46462005-01-17 Michael Snyder <msnyder@redhat.com>
4647
4648 * gdb.texinfo: Fix spelling, infinte -> infinite.
4649
fbd1b305
MK
46502005-01-08 Mark Kettenis <kettenis@gnu.org>
4651
4652 * observer.texi (GDB Observers): Document "solib_loaded".
4653
3ace7edb
AC
46542005-01-07 Andrew Cagney <cagney@gnu.org>
4655
bec39cab
AC
4656 * configure.ac: Rename configure.in, require autoconf 2.59.
4657 * configure: Re-generate.
4658
3ace7edb
AC
4659 * configure.in: Replace configdirs with multiple references to
4660 AC_CONFIG_SUBDIRS.
4661 * configure: Re-generate.
5ae4183a 4662
53531fc1
AC
46632005-01-04 Andrew Cagney <cagney@gnu.org>
4664
4665 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
4666 part of the version number.
4667
536ffdb7
MK
46682004-12-24 Mark Kettenis <kettenis@gnu.org>
4669
4670 * gdbint.texinfo (Algorithms): Remove description of
4671 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
4672
e1aac25b
JB
46732004-12-07 Jim Blandy <jimb@redhat.com>
4674
4675 * gdb.texinfo (General Query Packets): Specify that thread ID's in
4676 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
4677 numbers.
4678
f47b1503
AS
46792004-12-07 Andreas Schwab <schwab@suse.de>
4680
4681 * gdb.texinfo (Mode Options): Document -l option.
4682
b6b8ece6
EZ
46832004-12-04 Eli Zaretskii <eliz@gnu.org>
4684
4685 * gdbint.texinfo (Algorithms): More accurate description of
4686 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
4687 is not needed unless data-read and data-access watchpoints are
4688 supported. Add a description of how GDB checks whether the
4689 inferior stopped because a watchpoint was hit.
4690
01371747
EZ
46912004-11-23 Eli Zaretskii <eliz@gnu.org>
4692
4693 * gdb.texinfo (Files): Add cross-reference to description of
4694 -readnow command-line switch.
4695
2315ffec
RC
46962004-11-10 Randolph Chung <tausq@debian.org>
4697
4698 * gdb.texinfo: Document set/show backtrace past-entry commands.
4699 Rearrange index entries for set/show backtrace past-main.
4700
69065f5d
AC
47012004-11-10 Jon Beniston <jon@beniston.com>
4702
4703 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
4704 * gdb.texinfo (Remote Serial Protocol): Further describe
4705 binary transfer escaping mechanism .
69065f5d 4706
30e91e0b
RC
47072004-11-08 Randolph Chung <tausq@debian.org>
4708
4709 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
4710 and "show debug infrun". Add index entries.
4711
60bf7e09
EZ
47122004-10-23 Eli Zaretskii <eliz@gnu.org>
4713
4714 * gdb.texinfo (SVR4 Process Information): Document subcommands of
4715 "info proc" that are already implemented. Add index entries.
4716 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
4717 (Files): Add a tip for decreasing memory used for symtabs from
4718 shared libraries.
f018e82f
EZ
4719 (Starting): Fix whitespace; make "elaboration" stand out where it
4720 is first used, and add an index entry for the term.
f8568604
EZ
4721 (Calling): Expand and elaborate text. Add "print". Add the
4722 description of problems with weak aliases.
384ee23f 4723 (Core File Generation): New section.
60bf7e09 4724
d52fe014
AC
47252004-10-12 Andrew Cagney <cagney@gnu.org>
4726
4727 * gdbint.texinfo (Versions and Branches): New chapter.
4728 (Releasing GDB): Delete "Versions and Branches" section.
4729 (Top): Add "Versions and Branches".
4730
703663ab
EZ
47312004-10-08 Eli Zaretskii <eliz@gnu.org>
4732
4733 * gdb.texinfo (Editing, History): Add cross-references to the
4734 included Readline and History user documentation. Remove
4735 references to the symbol have-readline-appendices which is unused
4736 and undefined.
4737 (History): Fix indexing.
4738
ac77d04f
JJ
47392004-10-08 Jeff Johnston <jjohnstn@redhat.com>
4740
4741 * gdbint.texinfo (target_stopped_data_address): Update to
4742 new prototype.
4743 (i386_stopped_data_address): Update prototype and description.
4744 (i386_stopped_by_watchpoint): New function and description.
4745
e07c999f
PH
47462004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
4747
4748 * gdb.texinfo (Filenames): Add Ada suffixes.
4749 (Ada) New section.
4750
2e868123
AC
47512004-09-27 Andrew Cagney <cagney@gnu.org>
4752 Robert Picco <Robert.Picco@hp.com>
4753
4754 * gdb.texinfo (Packets): Document the "p" packet.
4755
02a57714
JM
47562004-09-21 Jason Molenda (jmolenda@apple.com)
4757
4758 * gdb.texinfo (Paths and Names of the Source Files): Document the
4759 meaning of values in the 'desc' field of a SO stab.
4760
ae038cb0
DJ
47612004-09-20 Daniel Jacobowitz <dan@debian.org>
4762
4763 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
4764 max-cache-age" and "maint show dwarf2 max-cache-age".
4765
f7dc1244
EZ
47662004-09-16 Eli Zaretskii <eliz@gnu.org>
4767
4768 * gdb.texinfo (Set Breaks): Add index entry for setting
4769 breakpoints on overloaded C++ functions that are not members of
4770 any classes. Add an example and an index entry for setting
4771 breakpoints on all program functions.
4772 (Character Sets, Macros, Overlay Commands)
4773 (Non-debug DLL symbols, GDB/MI Output Syntax)
4774 (Annotations Overview, Maintenance Commands, File-I/O Overview):
4775 Use "(@value{GDBP})" instead of a literal "(gdb)".
4776
f810308b
AC
47772004-09-12 Andrew Cagney <cagney@gnu.org>
4778
4779 * gdbint.texinfo (Native Debugging): Delete description of
4780 FILES_INFO_HOOK.
4781
15a661f3
PH
47822004-09-11 Paul Hilfinger <hilfinger@gnat.com>
4783
5ae4183a
AS
4784 * gdbint.texinfo (User Interface): Change local_hex_string_custom
4785 to hex_string_custom (not historically correct, but more
15a661f3
PH
4786 understandable, given the current code).
4787
f3219c75
AC
47882004-09-03 Andrew Cagney <cagney@gnu.org>
4789
4790 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
4791
f3bb6704
JJ
47922004-09-01 Jeff Johnston <jjohnstn@redhat.com>
4793
4794 * observer.texi (solib_unloaded): New observer.
4795
8d2c00cb
AC
47962004-08-24 Andrew Cagney <cagney@gnu.org>
4797
4798 * gdbint.texinfo (Target Architecture Definition): Add missing
4799 comma.
4800
e7dc800a
MC
48012004-08-20 Michael Chastain <mec.gnu@mindspring.com>
4802
4803 * (Using the Testsuite): build != host is supported,
4804 but some test scripts do not support build != host.
4805
73b03683
MK
48062004-08-14 Mark Kettenis <kettenis@gnu.org>
4807
4808 * gdbint.texinfo (Host Definition): Delete description of
4809 FCLOSE_PROVIDED and GETENV_PROVIDED.
4810
c0ccb908
MK
48112004-08-05 Mark Kettenis <kettenis@chello.nl>
4812
4813 * gdbint.texinfo (Host Definition): Delete description of
4814 NO_SYS_FILE.
4815 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
4816 PTRACE_FP_BUG.
4817
9c8dbfa9
AC
48182004-08-05 Andrew Cagney <cagney@gnu.org>
4819
4820 * gdbint.texinfo (Target Architecture Definition): Delete
4821 reference to deprecated_read_fp.
4822
f42accbe
AC
48232004-08-02 Andrew Cagney <cagney@gnu.org>
4824
4825 * gdbint.texinfo (Target Architecture Definition): Delete
4826 description of DEPRECATED_REGISTER_BYTES.
4827
0b66e38c
EZ
48282004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4829
4830 * gdb.texinfo (Source Path): Document the new behavior of
4831 searching for the source files.
4832
15387254
EZ
48332004-07-17 Eli Zaretskii <eliz@gnu.org>
4834
4835 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
4836 (Search, Expressions, Arrays, Variables, Data, Machine Code)
4837 (Auto Display): Improve indexing.
4838
2c07db7a
AC
48392004-07-16 Andrew Cagney <cagney@gnu.org>
4840
4841 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
4842 "-noasync".
4843
4644b6e3
EZ
48442004-07-09 Eli Zaretskii <eliz@gnu.org>
4845
4846 * gdb.texinfo: Fix @kindex entries so that multiple commands that
4847 have the same prefix have only their prefix in the index.
4848
7561d450
MK
48492004-07-03 Mark Kettenis <kettenis@gnu.org>
4850
4851 * gdb.texinfo (BSD libkvm Interface): New node (section)
4852 (Native): Add it to the menu.
4853
67bebe79
MK
48542004-07-01 Mark Kettenis <kettenis@gnu.org>
4855
4856 * gdbint.texinfo (Target Architecture Definition): Remove
4857 PCC_SOL_BROKEN.
4858
1a6923e0
MK
48592004-06-24 Mark Kettenis <kettenis@gnu.org>
4860
4861 * gdbint.texinfo (Target Architecture Definition): Remove
4862 SUN_FIXED_LBRAC_BUG.
4863
b435e160
AC
48642004-06-26 Andrew Cagney <cagney@gnu.org>
4865
4866 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
4867
b5622e8d
AC
48682004-06-20 Andrew Cagney <cagney@gnu.org>
4869
4870 * gdbint.texinfo (Target Architecture Definition): Deprecate
4871 USE_STRUCT_CONVENTION.
4872
e0c07bf0
MC
48732004-06-19 Michael Chastain <mec.gnu@mindspring.com>
4874
4875 gdb.texinfo (Bug Reporting): Mention session recording,
4876 with the script command or Emacs.
4877
782263ab
AC
48782004-06-18 Andrew Cagney <cagney@gnu.org>
4879
4880 * gdbint.texinfo (Target Architecture Definition): Deprecate
4881 FUNCTION_START_OFFSET.
4882
03727ca6
AC
48832004-06-14 Andrew Cagney <cagney@gnu.org>
4884
4885 Based on changes from Karl Berry.
4886 * gdb.texinfo: Do not use @sc in a direntry.
4887 * stabs.texinfo: Change @dircateogry to "Software development".
4888 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
4889
97092415
AC
48902004-06-13 Andrew Cagney <cagney@gnu.org>
4891
4892 * gdbint.texinfo (Target Architecture Definition): Delete
4893 description of RETURN_VALUE_ON_STACK.
4894
1f6d4158
AC
48952004-06-09 Andrew Cagney <cagney@gnu.org>
4896
4897 * gdbint.texinfo (Native Debugging): Restore "@table @code"
4898 deleted by previous patch.
4899
d966f0cb
AC
49002004-06-08 Andrew Cagney <cagney@gnu.org>
4901
4902 * gdbint.texinfo (Native Debugging): Delete documentation on
4903 ATTACH_DETACH.
4904
86fe4aaa
RC
49052004-06-06 Randolph Chung <tausq@debian.org>
4906
4907 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
4908
d4b6d575
RC
49092004-06-06 Randolph Chung <tausq@debian.org>
4910
5ae4183a 4911 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
4912 the new push_dummy_call method signature. Describe the function
4913 argument.
4914
4e8b0763
JB
49152004-05-24 Joel Brobecker <brobecker@gnat.com>
4916
4917 * gdb.texinfo (Starting): Document new start command.
4918
59caf092
AC
49192004-05-21 Andrew Cagney <cagney@redhat.com>
4920
4921 * observer.texi (GDB Observers): Document "inferior_created".
4922
e4a2df64
AC
49232004-05-08 Andrew Cagney <cagney@redhat.com>
4924
e6b55ae2
AC
4925 * gdbint.texinfo (Target Architecture Definition): Delete
4926 description of DO_DEFERRED_STORES.
4927
28954179
AC
4928 * gdbint.texinfo (Target Architecture Definition): Delete
4929 references to DEPRECATED_FIX_CALL_DUMMY.
4930
434b87dd
AC
4931 * gdbint.texinfo (Target Architecture Definition): Delete
4932 description of DEPRECATED_CALL_DUMMY_WORDS,
4933 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
4934
58d28df8
AC
4935 * gdbint.texinfo (Target Architecture Definition): Delete
4936 description of DEPRECATED_PUSH_DUMMY_FRAME.
4937
e4a2df64
AC
4938 * gdbint.texinfo (Target Architecture Definition): Delete
4939 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
4940
2b4855ab
AC
49412004-05-07 Andrew Cagney <cagney@redhat.com>
4942
4943 * observer.texi (GDB Observers): Add "Debugging" section. Include
4944 cross reference to "set/show debug observer".
4945 * gdb.texinfo (Debugging Output): Document "set/show debug
4946 observer".
4947
fcf70625
AC
49482004-05-01 Andrew Cagney <cagney@redhat.com>
4949
4950 * gdbint.texinfo (Target Architecture Definition): Delete
4951 description of DEPRECATED_PC_IN_SIGTRAMP.
4952
8ee56bcf
AC
49532004-04-30 Andrew Cagney <cagney@redhat.com>
4954
4955 * gdbint.texinfo (Target Architecture Definition): Delete
4956 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
4957
67ab9a76
OF
49582004-04-30 Orjan Friberg <orjanf@axis.com>
4959
4960 * observer.texi (GDB Observers): Correct spelling.
4961
79346bcb
OF
49622004-04-26 Orjan Friberg <orjanf@axis.com>
4963
4964 * observer.texi (GDB Observers): Add target_changed event.
4965
7a464420
AC
49662004-04-08 Andrew Cagney <cagney@redhat.com>
4967
4968 * observer.texi (GDB Observers): Rework, provide generic observer
4969 definitions and then a list of observable events.
4970
6cdf9d98
AC
49712004-04-04 Andrew Cagney <cagney@redhat.com>
4972
4973 * gdbint.texinfo (Host Definition): Delete reference to
4974 NO_SIGINTERRUPT.
4975
ddc135a4
AC
49762004-04-02 Andrew Cagney <cagney@redhat.com>
4977
4978 * gdbint.texinfo (Target Architecture Definition): Delete
4979 reference to DEPRECATED_CALL_DUMMY_LENGTH.
4980
6a1b180d
SC
49812004-03-28 Stephane Carrez <stcarrez@nerim.fr>
4982
4983 * gdb.texinfo (TUI Commands): Document tui reg commands.
4984
d0d5df6f
AC
49852004-03-26 Andrew Cagney <cagney@redhat.com>
4986
4987 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
4988 "gdbtui".
4989 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
4990 (Contributors): Mention both Text and Terminal User Interface.
4991
aa2a3f87
AC
49922004-03-23 Andrew Cagney <cagney@redhat.com>
4993
4994 * gdbint.texinfo (Target Architecture Definition): Deprecate
4995 references to SIGTRAMP_START and SIGTRAMP_END.
4996
f561f026
AC
49972004-03-23 Andrew Cagney <cagney@redhat.com>
4998
4999 * gdbint.texinfo (Target Architecture Definition): Deprecate
5000 references to PC_IN_SIGTRAMP.
5001
33cb8b0f
AC
50022004-03-19 Andrew Cagney <cagney@redhat.com>
5003
5004 * gdbint.texinfo (Target Architecture Definition): Delete
5005 reference to GDB_TARGET_IS_HPPA.
5006
fc989b7a
AC
50072004-03-18 Andrew Cagney <cagney@redhat.com>
5008
5009 * gdbint.texinfo (Coding): Update section on gdbarch_data,
5010 describe pre_init and post_init.
5011
701b08bb
DJ
50122004-03-09 Daniel Jacobowitz <drow@mvista.com>
5013
5014 * gdb.texinfo (Debugging Output): Document values for "set debug
5015 target".
5016
faae5abe
AC
50172004-02-28 Andrew Cagney <cagney@redhat.com>
5018
5019 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
5020
dd79a6cf
JJ
50212004-02-26 Jeff Johnston <jjohnstn@redhat.com>
5022
5023 * gdb.texinfo (breakpoints): Add information about the
5024 new "set breakpoint pending" and "show breakpoint pending"
5025 commands.
5026
e7f16015
AC
50272004-02-26 Andrew Cagney <cagney@redhat.com>
5028
5029 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
5030 in Per-architecture module data section.
5031
7161a3a6
RM
50322004-02-25 Roland McGrath <roland@redhat.com>
5033
5034 * gdb.texinfo (General Query Packets): Document qPart:... packets.
5035
2154891a
AC
50362004-02-24 Andrew Cagney <cagney@redhat.com>
5037
5038 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
5039 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
5040 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 5041
6c74ac8b
AC
50422004-02-17 Andrew Cagney <cagney@redhat.com>
5043
5044 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
5045
19772a2c
AC
50462004-02-16 Andrew Cagney <cagney@redhat.com>
5047
5048 * gdbint.texinfo (Target Architecture Definition): Deprecate
5049 FRAMELESS_FUNCTION_INVOCATION.
5050
c9830293
AC
50512004-02-16 Andrew Cagney <cagney@redhat.com>
5052
5053 * gdbint.texinfo (Coding): Mention -Wunused-function.
5054
b9d26eb9
AC
50552004-02-14 Andrew Cagney <cagney@redhat.com>
5056
5057 * gdbint.texinfo (Target Architecture Definition): Delete
5058 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5059
49efadf5
EZ
50602004-02-12 Elena Zannoni <ezannoni@redhat.com>
5061
5062 * gdb.texinfo: Properly quote the name "C++".
5063 * gdbint.texinfo: Ditto.
5064 * stabs.texinfo: Ditto.
5065
1eb288ea
EZ
50662004-02-11 Elena Zannoni <ezannoni@redhat.com>
5067
5068 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
5069 minimal information about libiberty.
5070
e4937fc1
MC
50712004-02-06 Michael Chastain <mec.gnu@mindspring.com>
5072
5073 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
5074
a9331b3f
RM
50752004-02-04 Roland McGrath <roland@redhat.com>
5076
5077 * gdb.texinfo (Auxiliary Vector): New node (section).
5078 (Data): Add it to the menu.
5079
2650777c
JJ
50802004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5081
5082 * gdb.texinfo (Breakpoints): Add information about pending
5083 breakpoint support.
5084
b4501125
AC
50852004-01-26 Andrew Cagney <cagney@redhat.com>
5086
5087 * gdb.texinfo (Overview): Delete references to the cisco protocol
5088 including the "N" response.
5089
74055713
AC
50902004-01-26 Andrew Cagney <cagney@redhat.com>
5091
5092 * gdbint.texinfo (Target Architecture Definition): Rename
5093 EXTRACT_STRUCT_VALUE_ADDRESS to
5094 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 5095
3bbe9696
EZ
50962004-01-24 Eli Zaretskii <eliz@gnu.org>
5097
5098 * gdb.texinfo (KOD): Document "show os". Add index entries for
5099 "set/show os" and "info cisco" commands.
5100
5843504f
EZ
51012004-01-21 Eli Zaretskii <eliz@gnu.org>
5102
5103 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
5104
9175c9a3
MC
51052004-01-19 Michael Chastain <mec.gnu@mindspring.com>
5106
5107 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
5108 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
5109
8e94b928
NR
51102004-01-19 Nick Roberts <nick@nick.uklinux.net>
5111
5112 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
5113 -stack-list-locals.
5114 (GDB/MI Variable Objects): Describe extension to
5115 -var-list-children.
5116
a20cf136
DJ
51172004-01-17 Daniel Jacobowitz <drow@mvista.com>
5118
5119 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
5120
afb18d0f
AC
51212004-01-17 Andrew Cagney <cagney@redhat.com>
5122
5123 * gdbint.texinfo (Target Architecture Definition): Delete
5124 documentation on DEPRECATED_NPC_REGNUM.
5125
b51970ac
DJ
51262004-01-13 Daniel Jacobowitz <drow@mvista.com>
5127
5128 * gdb.texinfo: Update copyright year. Mention that set
5129 follow-fork-mode is supported on GNU/Linux. Remove documentation of
5130 "set follow-fork-mode ask".
5131
0f0cffd2
AC
51322004-01-13 Andrew Cagney <cagney@redhat.com>
5133
5134 * gdbint.texinfo: Update copyright year.
5135 (Coding): Add -Wunused-label to list of -Werror warnings.
5136
c552b3bb 51372004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 5138 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
5139
5140 * gdb.texinfo: Update copyright.
5141 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
5142 around names, as appropriate. Minor syntax cleanup of
5143 _NSPrintForDebugger explanation. Two spaces after periods.
5144 GDBN used instead of lit. "gdb". Index entries added for
5145 print-object and _NSPrintForDebugger. @noindent added in one spot.
5146
afe157ca
EZ
51472003-11-11 Elena Zannoni <ezannoni@redhat.com>
5148
5149 * stabs.texinfo: Add dircategory and direntry commands.
5150 * annotate.texinfo: Ditto.
5151
963e2bb7
AC
51522003-11-10 Andrew Cagney <cagney@redhat.com>
5153
5154 * gdbint.texinfo (Target Architecture Definition): Replace the
5155 return_value method's "inval" and "outval" parameters with
5156 "readbuf" and "writebuf".
5157
1d8b2f28
JB
51582003-10-28 Jim Blandy <jimb@redhat.com>
5159
5160 * gdb.texinfo (The F request packet, The F reply packet): Renamed
5161 from "The `F' request packet" and "The `F' reply packet", to make
5162 texi2dvi happy.
5163 (File-I/O remote protocol extension): Update menu entries, too.
5164
36d86913
MC
51652003-10-26 Michael Chastain <mec@shout.net>
5166
5167 * gdb.texinfo (Thread Stops): Document the issue with
5168 premature return from system calls in multi-threaded programs.
5169
ce2826aa
AC
51702003-10-24 Andrew Cagney <cagney@redhat.com>
5171
5172 * annotate.texinfo: Fix "fortunatly"[sic].
5173
f24c5e49
KI
51742003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
5175
5176 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
5177 with "Hitachi" and "Mitsubishi".
5178
92ad9cd9
AC
51792003-10-20 Andrew Cagney <cagney@redhat.com>
5180
5181 * gdbint.texinfo (Target Architecture Definition): Document
5182 gdbarch_return_value. Add cross references from
5183 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
5184 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
5185
0ab4b752
MK
51862003-10-18 Mark Kettenis <kettenis@gnu.org>
5187
5188 * gdbint.texinfo (Target Architecture Definition): Document
5189 regset_from_core_section.
fb3e19c0
KI
5190
51912003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
5192
5193 * gdb.texinfo (M32R/D): Mention m32rsdi target.
5194
a9331b3f 51952003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
5196
5197 From Anthony Green <green@redhat.com>:
5ae4183a 5198 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 5199
1485d690
KB
52002003-10-14 Kevin Buettner <kevinb@redhat.com>
5201
889bf7c5
PA
5202 * gdb.texinfo (Breakpoint related warnings): New node.
5203 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 5204
86d30acc
DJ
52052003-10-13 Daniel Jacobowitz <drow@mvista.com>
5206
5207 * gdb.texinfo (Remote Protocol): Document v and vCont.
5208
172c2a43
KI
52092003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
5210
5211 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
5212 * gdbint.texinfo: Ditto.
5213
71952f4c
AC
52142003-10-09 Andrew Cagney <cagney@redhat.com>
5215
5216 From 2003-09-18 David Anderson <davea@sgi.com>:
5217 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
5218 "command".
5219
268e2188
AC
52202003-10-03 Andrew Cagney <cagney@redhat.com>
5221
5222 * gdbint.texinfo (Target Architecture Definition): Deprecate
5223 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
5224 just target.
5225
12c266ea 52262003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 5227
f30992d4 5228 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
5229 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
5230 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
5231 * gdbint.texinfo (Target Architecture Definition): Rename
5232
52332003-09-30 Andrew Cagney <cagney@redhat.com>
5234
f30992d4 5235 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 5236 (Target Architecture Definition):
f30992d4 5237
2e092625
AC
5238 * gdbint.texinfo (Target Architecture Definition): Rename
5239 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
5240
0717ae8a
AC
52412003-09-29 Andrew Cagney <cagney@redhat.com>
5242
dad809b7
AC
5243 * gdbint.texinfo (Target Architecture Definition): Delete
5244 documentation for NEED_TEXT_START_END.
5245
0717ae8a
AC
5246 * gdbint.texinfo (Target Architecture Definition): Rename
5247 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
5248 TARGET_WRITE_PC.
a9331b3f 5249
af6cf26d
MC
52502003-09-22 Michael Chastain <mec@shout.net>
5251
5252 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
5253
ee206350
AG
52542003-09-21 Anthony Green <green@redhat.com>
5255
5256 * gdbint.texinfo (Target Architecture Definition): Fix typos.
5257
a38c9fe6
MK
52582003-09-21 Mark Kettenis <kettenis@gnu.org>
5259
5260 * gdbint.texinfo (Target Architecture Definition): Document
5261 stabs_argument_has_addr.
5262
77949794
AC
52632003-09-18 Andrew Cagney <cagney@redhat.com>
5264
5265 * gdbint.texinfo (Target Architecture Definition): Delete
5266 documentation on REGISTER_NAMES.
5267
8e823e25
MK
52682003-09-13 Mark Kettenis <kettenis@gnu.org>
5269
5270 * gdbint.texinfo (Target Architecture Definition): Replace
5271 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
5272
f27dd7fd
AC
52732003-09-11 Andrew Cagney <cagney@redhat.com>
5274
5275 * gdbint.texinfo (Target Architecture Definition): Replace
5276 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
5277
8b148df9
AC
52782003-08-18 Andrew Cagney <cagney@redhat.com>
5279
5280 * gdbint.texinfo (Target Architecture Definition): Document
5281 "frame_red_zone_size".
5282
25d29d70
AC
52832003-08-09 Andrew Cagney <cagney@redhat.com>
5284
5285 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
5286 with "set/show backtrace past-main" and "set/show backtrace
5287 limit".
5288
c938e9b0
L
52892003-08-08 H.J. Lu <hongjiu.lu@intel.com>
5290
5291 * Makefile.in (install-info): Support DESTDIR.
5292 (install-html): Likewise.
5293
64fabec2
AC
52942003-08-07 Andrew Cagney <cagney@redhat.com>
5295
5296 Patch from Nick Roberts.
5297 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
5298 bindings. Remove description of send-gdb-command.
5299
2fcf52f0
AC
53002003-08-07 Andrew Cagney <cagney@redhat.com>
5301
5302 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
5303 GDB 6.0.
5304
086432e2
AC
53052003-08-06 Andrew Cagney <cagney@redhat.com>
5306
5307 * gdb.texinfo (Mode Options): Mention that level three is the
5308 highest available and that level 2 is deprecated.
5309 (Annotations Overview): Mention annotation levels. Cross reference
5310 to "Limitations of the Annotation Interface" in annotate.texi.
5311 (TODO, Value Annotations, Frame Annotations): Delete section.
5312 (Displays, Breakpoint Info): Delete.
5313
e5249f67
AC
53142003-08-04 Andrew Cagney <cagney@redhat.com>
5315
5316 * agentexpr.texi: Delete @bye.
5317 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
5318 (stabs.info): Add $(srcdir) to include search path.
5319 (html): Depend on "annotate_toc.html", and not "annotate.html".
5320 * stabs.texinfo: Ditto. Include "fdl.texi".
5321 * gdbint.texinfo: Update copyright statement's list of invariant
5322 sections.
5323
e6f672d2
AC
53242003-07-28 Andrew Cagney <cagney@redhat.com>
5325
5326 * Makefile.in (INFO_DEPS): Add annotate.info.
5327 (dvi, ps, html, pdf): Add annotate.
5328 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
5329 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
5330 (ANNOTATE_DOC_FILES): New macro.
5331 (ANNOTATE_TEX_TMPS): New macro.
5332 (annotate.info, annotate_toc.html): Specify dependencies.
5333 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
5334 * annotate.texinfo: Rename annotate.texi. Get building. Add
5335 "Migrating to GDB/MI" and "Limitations of the Annotation
5336 Interface" chapters. Mention why it is not part of the user
5337 guide. Update copyright notice. Include "fdl.texi".
5338
72ffddc9
SC
53392003-07-26 Stephane Carrez <stcarrez@nerim.fr>
5340
5341 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
5342
a9f12a31
DJ
53432003-07-24 Daniel Jacobowitz <drow@mvista.com>
5344
5345 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
5346
b1fe9455
DJ
53472003-07-24 Daniel Jacobowitz <drow@mvista.com>
5348
5349 * gdb.texinfo (Server): Mention pidof.
5350
153721e6
AC
53512003-07-22 Andrew Cagney <cagney@redhat.com>
5352
5353 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
5354 list.
5355
0fac0b41
DJ
53562003-06-28 Daniel Jacobowitz <drow@mvista.com>
5357
5358 * gdb.texinfo (Logging output): New chapter.
5359
4e562065
JB
53602003-06-24 Joel Brobecker <brobecker@gnat.com>
5361
5362 * gdb.texinfo (Unsupported languages): New section.
5363 (Languages): Add link to new section.
5364
f2c06f52
AC
53652003-06-22 Andrew Cagney <cagney@redhat.com>
5366
5367 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
5368
b4177fca
DJ
53692003-06-22 Daniel Jacobowitz <drow@mvista.com>
5370
5371 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
5372
f418dd93
DJ
53732003-06-22 Daniel Jacobowitz <drow@mvista.com>
5374
5375 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
5376 * agentexpr.texi: Retitle section, and change it to an appendix.
5377 Comment out texinfo initialization. Factor a @var{} into two
5378 pieces to prevent makeinfo warnings.
5379 * gdb.texinfo: Add Agent Expressions appendix.
5380
4ca61388
DJ
53812003-06-19 Daniel Jacobowitz <drow@mvista.com>
5382
5383 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
5384
07f31aa6
DJ
53852003-06-18 Daniel Jacobowitz <drow@mvista.com>
5386
5ae4183a 5387 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
5388 remote target". Document the "detach" and "disconnect" commands.
5389 (Server, Netware, Debug Session): Reference "Connecting to a
5390 remote target".
5391 (GDB/MI Target Manipulation): Document "-target-disconnect".
5392
2dd0da42
AC
53932003-06-13 Andrew Cagney <cagney@redhat.com>
5394
5395 * gdbint.texinfo (Target Architecture Definition): Deprecate
5396 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
5397 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
5398
e7a3abfc
JB
53992003-06-09 Jim Blandy <jimb@redhat.com>
5400
5401 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
5402
25e3a86b
AC
54032003-06-08 Andrew Cagney <cagney@redhat.com>
5404
5405 * gdbint.texinfo (Target Architecture Definition): Delete
5406 documentation on FRAME_ARGS_ADDRESS_CORRECT.
5407
a9e5fdc2
AC
54082003-06-08 Andrew Cagney <cagney@redhat.com>
5409
5410 * gdbint.texinfo (Target Architecture Definition): Document
5411 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
5412
b37303ee
AF
54132003-06-07 Adam Fedor <fedor@gnu.org>
5414
5415 * gdb.texinfo: Add Objective-C documentation.
5416
39fe6e80
AC
54172003-06-01 Andrew Cagney <cagney@redhat.com>
5418
5419 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
5420 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
5421
125309b2
AC
54222003-05-21 Andrew Cagney <cagney@redhat.com>
5423
5424 * gdbint.texinfo (Target Architecture Definition): Delete
5425 references to "extract_address" and "store_address".
5426
b8b527c5
AC
54272003-05-16 Andrew Cagney <cagney@redhat.com>
5428
5429 * gdbint.texinfo (Target Architecture Definition): Replace
5430 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
5431 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
5432
50e3ee83
TR
54332003-05-14 Theodore A. Roth <troth@openavr.org>
5434
5435 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
5436
44e2be90
L
54372003-05-10 H.J. Lu <hongjiu.lu@intel.com>
5438
5439 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
5440 (gdb.dvi): Likewise.
5441 (gdb.pdf): Likewise.
5442 (links2roff): Likewise.
5443
df5215a6
JB
54442003-05-08 Jim Blandy <jimb@redhat.com>
5445
5446 * gdb.texinfo (Dump/Restore Files): Update documentation for
5447 'dump', 'append', and 'restore': note that format argument is
5448 optional; simplify presentation of the command variants; and be
5449 more precise about the formats.
5450
5e7b2f39
JB
54512003-05-07 Jim Blandy <jimb@redhat.com>
5452
5453 * gdb.texinfo (Symbols): Update documentation: 'maint list
5454 symtabs' and 'maint list psymtabs' have been renamed 'maint info
5455 symtabs' and 'maint info psymtabs'.
5456
b1e29e33
AC
54572003-05-05 Andrew Cagney <cagney@redhat.com>
5458
5459 * gdbint.texinfo (Target Architecture Definition): Make
5460 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
5461 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
5462 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
5463
00905d52
AC
54642003-05-04 Andrew Cagney <cagney@redhat.com>
5465
5466 * gdb.texinfo (Maintenance Commands): Document "maint print
5467 dummy-frames".
5468
54ff5908
AC
54692003-05-04 Andrew Cagney <cagney@redhat.com>
5470
5471 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
5472
32e7087d
JB
54732003-05-03 J. Brobecker <brobecker@gnat.com>
5474
5475 Thierry Schneider <tpschneider1@yahoo.com>
5476 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
5477 for new MI command.
5478
7043d8dc
AC
54792003-05-03 Andrew Cagney <cagney@redhat.com>
5480
5481 * gdbint.texinfo (Target Architecture Definition): Document
5482 push_dummy_code. Add cross references.
5483
e33d66ec
EZ
54842003-05-02 Elena Zannoni <ezannoni@redhat.com>
5485
5486 * gdb.texinfo (Character Sets): Update to reflect new behavior of
5487 set/show charsets commands.
5488
0ba6dca9
AC
54892003-04-28 Andrew Cagney <cagney@redhat.com>
5490
5491 * gdbint.texinfo (Target Architecture Definition): Replace
5492 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
5493 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
5494
d7a27068
AC
54952003-04-28 Andrew Cagney <cagney@redhat.com>
5496
5497 * gdbint.texinfo (Target Architecture Definition): Rename
5498 "tm_print_insn" to "deprecated_tm_print_insn".
5499
44ea7b70
JB
55002003-04-09 Jim Blandy <jimb@redhat.com>
5501
5502 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
5503 list psymtabs'.
5504
fb8f8949
AC
55052003-04-08 Andrew Cagney <cagney@redhat.com>
5506
5507 * gdbint.texinfo (Target Architecture Definition): Delete
5508 references to EXTRA_FRAME_INFO.
5509
32fb0f22
AC
55102003-04-08 Andrew Cagney <cagney@redhat.com>
5511
5512 * gdbint.texinfo (Target Architecture Definition): Delete
5513 PRINT_TYPELESS_INTEGER.
5514
6be67e67
JB
55152003-04-02 J. Brobecker <brobecker@gnat.com>
5516
5517 * observer.texi (GDB Observers): Adjust the documentation for the
5518 normal_stop notification to better describe reality. Fix a couple
5519 of minor typos.
5520
4e35d5f0
BR
55212003-04-02 Bob Rossi <bob_rossi@cox.net>
5522
a9331b3f 5523 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
5524 '-file-list-exec-source-file'
5525
e8a8712a
AC
55262003-03-31 Andrew Cagney <cagney@redhat.com>
5527
5528 * gdbint.texinfo (Target Architecture Definition): Delete
5529 references to CALL_DUMMY_P.
5530
6c0e89ed
AC
55312003-03-30 Andrew Cagney <cagney@redhat.com>
5532
5533 * gdbint.texinfo (Target Architecture Definition): Remove
5534 reference to TARGET_WRITE_SP.
a9331b3f 5535
378bfd1b
AC
55362003-03-27 Andrew Cagney <cagney@redhat.com>
5537
5538 * gdbint.texinfo (Target Architecture Definition): Remove
5539 references to write_sp.
6c0e89ed 5540
922fbb7b
AC
55412003-03-27 Andrew Cagney <cagney@redhat.com>
5542
5543 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
5544 chapter body. Use @smallexample instead of @example.
5545 (Annotations): Ditto.
5546 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
5547 annotate.texi.
5548
b81774d8
AC
55492003-03-26 Andrew Cagney <cagney@redhat.com>
5550
5551 * gdbint.texinfo (Target Architecture Definition): Replace
5552 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
5553 dummy_addr parameters.
5554
1bf6d5cc
AC
55552003-03-25 Andrew Cagney <cagney@redhat.com>
5556
5557 * gdbint.texinfo (Target Architecture Definition): Delete
5558 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
5559 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5560 Add reference to PUSH_ARGUMENTS.
5561
618ce49f
AC
55622003-03-23 Andrew Cagney <cagney@redhat.com>
5563
5564 * gdbint.texinfo (Algorithms, Target Architecture Definition):
5565 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
5566
bcd7e15f
JB
55672003-03-18 J. Brobecker <brobecker@gnat.com>
5568
5569 * gdbint.texinfo (Algorithms): Add new section describing the
5570 Observer paradigm.
5571 (Top): Add menu entry to new observer appendix.
5572 * observer.texi: New file.
5573 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
5574 new observer.texi file.
5575
9fe8321b
AC
55762003-03-17 Andrew Cagney <cagney@redhat.com>
5577
5578 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
5579 that GNU Press update the manual version number.
5580
ac2adee5
AC
55812003-03-12 Andrew Cagney <cagney@redhat.com>
5582
5583 * gdbint.texinfo (Target Architecture Definition): Delete
5584 references to get_saved_register. Rename GET_SAVED_REGISTER to
5585 DEPRECATED_GET_SAVED_REGISTER.
5586
749b82f6
AC
55872003-03-13 Andrew Cagney <cagney@redhat.com>
5588
5589 * gdbint.texinfo (Target Architecture Definition): Replace
5590 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
5591
8bedc050
AC
55922003-03-12 Andrew Cagney <cagney@redhat.com>
5593
5594 * gdbint.texinfo (Target Architecture Definition): Rename
5595 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 5596
0ce1b118
CV
55972003-03-10 Corinna Vinschen <vinschen@redhat.com>
5598
5599 * gdb.texinfo: Add File-I/O documentation.
5600
12cc2063
AC
56012003-03-10 Andrew Cagney <cagney@redhat.com>
5602
5603 * gdbint.texinfo (Target Architecture Definition): Cross reference
5604 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
5605
7453dc06
AC
56062003-03-07 Andrew Cagney <cagney@redhat.com>
5607
5608 * gdb.texinfo (Debugging Output): Mention the "set/show debug
5609 frame" command.
5610
6314f104
AC
56112003-03-05 Andrew Cagney <cagney@redhat.com>
5612
5613 * gdbint.texinfo (Target Architecture Definition): Document
5614 unwind_dummy_id. Cross reference unwind_dummy_id and
5615 SAVE_DUMMY_FRAME_TOS.
5616
f1212245
DJ
56172003-03-05 James Ingham <jingham@apple.com>
5618 Daniel Jacobowitz <drow@mvista.com>
5619
5620 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
5621 and "show cp-abi".
5622
77e7e267
AC
56232003-03-03 Andrew Cagney <cagney@redhat.com>
5624
5625 * gdbint.texinfo (Target Architecture Definition): Document
5626 register_type.
5627
838a8221
AC
56282003-03-03 Andrew Cagney <cagney@redhat.com>
5629
5630 * stabs.texinfo (Structures): Use @samp and separate @var's
5631 instead of a single @var containing a comma separated list.
5632 (Unions): Ditto.
5633
d7f4a264
DJ
56342003-03-02 Daniel Jacobowitz <drow@mvista.com>
5635
5636 * Makefile.in (distclean): Remove config.log.
5637
f30ee0bc
AC
56382003-03-01 Andrew Cagney <cagney@redhat.com>
5639
5640 * gdbint.texinfo (Target Architecture Definition): Rename
5641 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
5642
56432003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
5644
5645 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
5646 DEPRECATED_INIT_EXTRA_FRAME_INFO.
5647
be448670
CF
56482003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
5649
5650 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
5651 (Non-debug DLL symbols): New node, describing the minimal symbols
5652 loaded from DLLs without real debugging symbols.
5653
501eef12
AC
56542003-02-20 Andrew Cagney <ac131313@redhat.com>
5655
5656 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
5657 hardware-breakpoint-limit".
5658 (Set Watchpoints): Add cross reference to "set remote
5659 hardware-watchpoint-limit".
5660 (Remote configuration options): New section.
5661
21c294e6
AC
56622003-02-04 Andrew Cagney <ac131313@redhat.com>
5663
e9be73e4
AC
5664 * gdbint.texinfo (Target Architecture Definition): Delete
5665 descrption of IS_TRAPPED_INTERNALVAR.
5666
21c294e6
AC
5667 From Keith Seitz <keiths@redhat.com>:
5668 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
5669 option "-i"/"--interpreter" to this chapter. Include index
5670 entries.
5671
0179ffac
DC
56722003-02-04 David Carlton <carlton@math.stanford.edu>
5673
5674 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
5675 (Variables): Recommend stabs+ and DWARF 2.
5676 (C plus plus expressions): Correct info about
5677 compiler versions, debug formats.
5678 (Contributors): Change 'DWARF2' to 'DWARF 2'.
5679 PR symtab/874.
5680
7ca9f392
AC
56812003-02-01 Andrew Cagney <ac131313@redhat.com>
5682
5683 * gdbint.texinfo (Target Architecture Definition): Delete
5684 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
5685 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
5686 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
5687 references to nindy and i960.
5688 * gdb.texinfo (i960): Delete all references to i960 and nindy.
5689
31a85ea2
AC
56902003-02-01 Andrew Cagney <ac131313@redhat.com>
5691
5692 * gdbint.texinfo (Target Architecture Definition): Delete
5693 FLOAT_INFO.
5694
6b894e49
AC
56952003-01-30 Andrew Cagney <ac131313@redhat.com>
5696
5697 * stabs.texinfo (Member Type Descriptor): Clarify description of
5698 `@'. Suggested by Ben Hutchings.
5699
c48861fb
AC
57002003-01-29 Andrew Cagney <ac131313@redhat.com>
5701
5702 * gdb.texinfo (M68K): Delete reference to es1800.
5703
617073a9
AC
57042003-01-29 Andrew Cagney <ac131313@redhat.com>
5705
5706 * gdb.texinfo (Maintenance Commands): Document `maint print
5707 reggroups' and `maint print register-groups'.
5708 * gdbint.texinfo (Target Architecture Definition): Document
5709 register_reggroup_p.
5710
5b5d99cf
JB
57112003-01-23 Jim Blandy <jimb@redhat.com>
5712
5713 * gdb.texinfo (Separate Debug Files): New section.
5714
e7ba9c65
DJ
57152003-01-22 Daniel Jacobowitz <drow@mvista.com>
5716
5717 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
5718 and "maint show profile".
5719
94e91d6d
MC
57202003-01-16 Michael Chastain <mec@shout.net>
5721
5722 * gdb.texinfo (Installing GDB): Warn against
5723 ".../gdb-VERSION/gdb/configure".
5724 (Separate Objdir): Likewise.
5725
867f3898
AC
57262003-01-15 Andrew Cagney <ac131313@redhat.com>
5727
5728 * gdbint.texinfo (Target Architecture Definition): Delete
5729 definition of PRINT_REGISTER_HOOK.
5730
f153cc92
EZ
57312003-01-15 Elena Zannoni <ezannoni@redhat.com>
5732
5733 (OpenRISC 1000): Fix formatting of command names.
5734
c60eb6f1
EZ
57352003-01-15 Elena Zannoni <ezannoni@redhat.com>
5736
5737 * gdb.texinfo (Continuing and Stepping): Add new command
5738 'advance'. Clarify behavior of 'until'.
5739
f5ebfba0
DJ
57402003-01-13 Daniel Jacobowitz <drow@mvista.com>
5741
5742 * gdb.texinfo (Files): Document solib-absolute-prefix and
5743 solib-search-path.
5744
4ce8657e
MC
57452003-01-09 Michael Chastain <mec@shout.net>
5746
5747 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
5748 (Create a Release): Add new instructions for new @file{src-release}.
5749 Document existing instructions for @file{Makefile.in} as
5750 being for @value{GDBN} 5.3.1 or earlier.
5751
372613e3
AC
57522003-01-09 Andrew Cagney <ac131313@redhat.com>
5753
5754 * gdbint.texinfo (Target Architecture Definition): Mention
5755 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
5756 allocate memory.
5757
b4e9345d
DJ
57582003-01-04 Daniel Jacobowitz <drow@mvista.com>
5759
5760 * gdb.texinfo (Controlling GDB): Add @kindex for
5761 "show osabi".
5762 (Backtraces): Add @kindex's for backtrace-below-main.
5763
98b45e30
DJ
57642003-01-04 Daniel Jacobowitz <drow@mvista.com>
5765
5766 * gdb.texinfo (Controlling GDB): Document "set osabi".
5767
95f90d25
DJ
57682003-01-04 Daniel Jacobowitz <drow@mvista.com>
5769
5770 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
5771 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
5772
1e698235
DJ
57732003-01-04 Daniel Jacobowitz <drow@mvista.com>
5774
5775 * gdb.texinfo (Controlling GDB): Add ABI section. Document
5776 "set coerce-float-to-double".
5777 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
5778
e632838e
AC
57792003-01-02 Andrew Cagney <ac131313@redhat.com>
5780
5781 * stabs.texinfo: Remove obsolete text.
5782 * gdbint.texinfo: Ditto.
5783 * gdb.texinfo: Ditto.
5784
c133ab7a
MK
57852002-12-22 Mark Kettenis <kettenis@gnu.org>
5786
5787 * gdbint.texinfo (Target Architecture Definition): Update
5788 description of gdbarch_register_osabi.
5789
f821f325
KH
57902002-12-20 Kazu Hirata <kazu@cs.umass.edu>
5791
5792 * agentexpr.texi: Fix typos.
5793 * annotate.texi: Likewise.
5794 * fdl.texi: Likewise.
5795
85a6d8d3 57962002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
5797
5798 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
5799 DEPRECATED_INIT_FRAME_PC.
5800
ae45cd16
AC
58012002-12-01 Andrew Cagney <ac131313@redhat.com>
5802
5803 * gdbint.texinfo (Target Architecture Definition): Delete
5804 PC_IN_CALL_DUMMY.
5805
07555a72
AC
58062002-11-28 Andrew Cagney <ac131313@redhat.com>
5807
5808 * gdbint.texinfo (Host Definition): Delete documentation on
5809 USE_GENERIC_DUMMY_FRAMES.
5810
c166cdc7
EZ
58112002-11-26 Elena Zannoni <ezannoni@redhat.com>
5812
5ae4183a 5813 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
5814 * Makefile.in (install-info): Run the install-info command as part
5815 of the post install steps only.
5816 (uninstall-info): New target.
5817 (uninstall): New target.
5818
35db0260
EZ
58192002-11-22 Elena Zannoni <ezannoni@redhat.com>
5820
5821 * Makefile.in (install): Make install do some real work.
5822
9ba8d803
AC
58232002-11-19 Andrew Cagney <ac131313@redhat.com>
5824
5825 Fix POSIX problem reported by Paul Eggert.
5826 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
5827 Fix PR gdb/527.
5828
903ad3a6
AC
58292002-10-26 Andrew Cagney <cagney@redhat.com>
5830
5831 * gdbint.texinfo (Target Architecture Definition): Delete
5832 definition of DO_REGISTERS_INFO.
5833
f2abfe65
KB
58342002-10-18 Kevin Buettner <kevinb@redhat.com>
5835
5836 * gdbint.texinfo (Address Classes): Fix problems with insertion
5837 of ``{'' and ``}'' in example.
5838
b5b0480a
KB
58392002-10-17 Kevin Buettner <kevinb@redhat.com>
5840
5841 * gdbint.texinfo (Address Classes): New section.
5842 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
5843 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
5844 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
5845 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
5846
c85508ee
KD
58472002-10-11 Klee Dienes <kdienes@apple.com>
5848
5849 * gdb.texinfo (Registers): Mention vector registers as well as
5850 floating registers in the documentation for 'info registers' and
5851 'info all-registers'.
5852
6d12fc3d
DJ
58532002-10-11 Daniel Jacobowitz <drow@mvista.com>
5854
5855 * gdbint.texinfo (CPLUS_MARKER): Remove item.
5856
8d19fbd2
JJ
58572002-10-03 Jeff Johnston <jjohnstn@redhat.com>
5858
5859 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
5860 interface definition.
5861
a37295f9
MM
58622002-10-03 Marko Mlinar <markom@opencores.org>
5863
5864 * gdb.texinfo (Target Commands): Add or1k target specific
5865 commands.
5866 * gdb.texinfo (Contributors): Add myself to the contributors list.
5867
da0f9dcd
AC
58682002-10-01 Andrew Cagney <ac131313@redhat.com>
5869
5870 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
5871 and "mi1" instead of "mi1" and "mi0".
5872
2e834e49
HPN
58732002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
5874
5875 * gdb.texinfo (Packets): Fix typos "alligned".
5876 Correct z3/Z3 description. Correct z4/Z4 title.
5877
050be0dc
AC
58782002-09-27 Andrew Cagney <ac131313@redhat.com>
5879
5880 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
5881
1104b9e7
KB
58822002-09-25 Kevin Buettner <kevinb@redhat.com>
5883
5884 * gdb.texinfo: Use GNU/Linux instead of Linux.
5885
512217c7
AC
58862002-09-25 Andrew Cagney <ac131313@redhat.com>
5887
5888 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
5889
10998722
AC
58902002-09-24 Andrew Cagney <ac131313@redhat.com>
5891
512217c7 5892 * gdb.texinfo: Replace @example with @smallexample.
10998722 5893
a0eb71c5
KB
58942002-09-20 Kevin Buettner <kevinb@redhat.com>
5895
f7dc1244 5896 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
5897 * gdb.texinfo (Character Sets): Use @smallexample instead of
5898 @example. Use GNU/Linux instead of Linux.
5899
59002002-09-20 Jim Blandy <jimb@redhat.com>
5901
5902 * gdb.texinfo: Add character set documentation.
5903
2f870471
AC
59042002-09-19 Andrew Cagney <ac131313@redhat.com>
5905
5906 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
5907 (Packets): Add cross reference from `b' packet to `z' packets.
5908
790eb8f5
AC
59092002-09-19 Andrew Cagney <ac131313@redhat.com>
5910
8d30a00d
AC
5911 * gdb.texinfo (Maintenance Commands): Document ``maint
5912 internal-error'' and ``maint internal-warning''.
5913
790eb8f5
AC
5914 * gdbint.texinfo (Target Architecture Definition): Revise
5915 description of STACK_ALIGN. Add description of FRAME_ALIGN.
5916
a23a7bf1
JB
59172002-09-19 Joel Brobecker <brobecker@gnat.com>
5918
5919 * gdbint.texinfo (Target Conditionals): Document the new
5920 NAME_OF_MALLOC macro.
5921
299ffc64
AC
59222002-09-05 Andrew Cagney <ac131313@redhat.com>
5923
5924 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
5925 engineer.
5926
b7bb15bc
SC
59272002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5928
5929 * gdb.texinfo (TUI Overview): Document status line fields.
5930
3d757584
SC
59312002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5932
5933 * gdb.texinfo (TUI Commands): Document info win command.
5934
269c21fe
SC
59352002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5936
5937 * gdb.texinfo (TUI Overview): Document breakpoint markers.
5938
7cf36c78
SC
59392002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5940
5941 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
5942 (TUI Keys): Likewise.
5943
d2c6833e
AC
59442002-08-25 Andrew Cagney <ac131313@redhat.com>
5945
5946 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
5947 for a packet receive.
5948
46d8b1c3
AC
59492002-08-25 Andrew Cagney <ac131313@redhat.com>
5950
5951 * Makefile.in (clean): Move to end of file.
5952 (distclean, maintainer-clean, realclean): Ditto.
5953 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
5954 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
5955 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
5956 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
5957
b0787093
AC
59582002-08-24 Andrew Cagney <ac131313@redhat.com>
5959
5960 * Makefile.in (GDBINT_TEX_TMPS): Define.
5961 (gdbint.dvi, gdbint.pdf): Use
5962 (GDB_TEX_TMPS): Define.
5963 (gdb.dvi, gdb.pdf): Use.
5964 (STABS_TEX_TMPS): Define.
5965 (stabs.dvi, stabs.pdf): Use.
5966 (GDB_DOC_SOURCE_INCLUDES): New macros.
5967 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
5968 (GDBINT_DOC_FILES_INCLUDES): New macros.
5969 (GDBINT_DOC_BUILD_INCLUDES): New macros.
5970 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
5971 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
5972 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
5973 (links2roff): Replace SFILES_INCLUDED with
5974 GDB_DOC_SOURCE_INCLUDES.
5975 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
5976 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
5977 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
5978 dependencies.
5979 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
5980 dependencies.
5981 (gdbmi.texinfo): Delete rule.
5982 (inc-hist.texinfo): Delete rule.
5983 (rluser.texinfo): Delete rule.
5984
ebba8386
AC
59852002-08-23 Andrew Cagney <cagney@redhat.com>
5986
5987 * gdbint.texinfo (Target Architecture Definition): Update
5988 STORE_RETURN_VALUE, mention regcache.
5989
0ab7a791
AC
59902002-08-21 Andrew Cagney <ac131313@redhat.com>
5991
5992 * gdbint.texinfo (Target Architecture Definition): Document
5993 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
5994
ee2d5c50
AC
59952002-08-19 Andrew Cagney <ac131313@redhat.com>
5996
5997 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
5998 Fix minor typos. Add index entries.
5999
53c69bd7
AC
60002002-08-18 Andrew Cagney <ac131313@redhat.com>
6001
6002 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
6003
e76f1f2e
AC
60042002-08-15 Andrew Cagney <ac131313@redhat.com>
6005
6006 * gdbint.texinfo (Target Architecture Definition): Document
6007 PRINT_VECTOR_INFO.
6008 * gdb.texinfo (Vector Unit): Document "info vectors" command.
6009
0680b120
AC
60102002-08-13 Andrew Cagney <ac131313@redhat.com>
6011
6012 * gdb.texinfo (Maintenance Commands): Document "maint print
6013 registers", "maint print raw-registers" and "maint print
6014 cooked-registers".
6015
3c3bea1c
GS
60162002-08-08 Grace Sainsbury <graces@redhat.com>
6017
a9331b3f 6018 From Mark Salter:
3c3bea1c
GS
6019 * gdb.texinfo (Protocol): Document T packet extension to
6020 allow watchpoint address reporting.
6021
42f9b0a5
AC
60222002-08-03 Andrew Cagney <ac131313@redhat.com>
6023
6024 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
6025
db034ac5
AC
60262002-08-01 Andrew Cagney <cagney@redhat.com>
6027
6028 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
6029 to CHILL.
6030
e2b28d04
AC
60312002-08-01 Andrew Cagney <ac131313@redhat.com>
6032
6033 * gdbint.texinfo (Coding): Revise section "Include Files".
6034
7fb623f7
AC
60352002-07-24 Andrew Cagney <cagney@redhat.com>
6036
6037 * gdbint.texinfo: Obsolete references to m88k.
6038 * gdb.texinfo: Ditto.
6039
4a2b4636
JB
60402002-07-10 Joel Brobecker <brobecker@gnat.com>
6041
7fb623f7 6042 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
6043 where the proper version of autoconf can be retrieved.
6044
a71ec265
DH
60452002-07-09 Don Howard <dhoward@redhat.com>
6046
6047 * gdb.texinfo (Command Files): Further describe the behavior of
6048 sourced command files.
6049
b9aa90c9
AC
60502002-06-27 Andrew Cagney <ac131313@redhat.com>
6051
6052 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
6053 (Coding): Clarify ISO C version that GDB assumes.
6054
40dd2248
TT
60552002-06-26 Tom Tromey <tromey@redhat.com>
6056
6057 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
6058 add_setshow_cmd_full.
6059
bfac230e
DH
60602002-06-25 Don Howard <dhoward@redhat.com>
6061
6062 * gdb.texinfo (Memory Region Attributes): Document new behavior
6063 for 'mem' command.
6064
475b0867
JB
60652002-06-11 Jim Blandy <jimb@redhat.com>
6066
919d772c
JB
6067 * gdb.texinfo (Symbols): Update documentation for `info source'
6068 command.
6069
475b0867
JB
6070 * gdb.texinfo (Macros): Call the command `info macro', not
6071 `show macro'.
6072
ba8c9337
AC
60732002-06-09 Andrew Cagney <ac131313@redhat.com>
6074
6075 * gdbint.texinfo (Coding): Add section ``Per-architecture module
6076 data''.
6077
1029b7fa
MK
60782002-06-09 Mark Kettenis <kettenis@gnu.org>
6079
6080 * gdbint.texinfo (Target Architecture Definition): Document
6081 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6082
16737d73
AC
60832002-06-08 Andrew Cagney <ac131313@redhat.com>
6084
6085 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
6086 lists.
6087
30107679
AC
60882002-06-08 Andrew Cagney <ac131313@redhat.com>
6089
6090 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
6091 Branch''.
6092
3352e23e
AC
60932002-06-01 Andrew Cagney <ac131313@redhat.com>
6094
6095 * gdbint.texinfo (Target Architecture Definition): Add section
6096 ``Converting an existing Target Architecture to Multi-arch''.
6097
cbb09e6a
AC
60982002-05-30 Andrew Cagney <ac131313@redhat.com>
6099
6100 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
6101 to ``Obsoleting code''. Revise.
6102
e2e0bcd1
JB
61032002-05-17 Jim Blandy <jimb@redhat.com>
6104
6105 * gdb.texinfo (C Preprocessor Macros): New chapter.
6106 Include it in the main menu.
6107 (Contributors): Credit Jim Blandy with macro support.
6108 (Compilation): Explain how to get macro information into the
6109 executable.
6110 (Expressions): Note that preprocessor macros are expanded.
6111
9db8d71f
DJ
61122002-05-14 Daniel Jacobowitz <drow@mvista.com>
6113
6114 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
6115 options for `target remote'.
6116
6d531722
AC
61172002-05-13 Andrew Cagney <ac131313@redhat.com>
6118
6119 * gdbint.texinfo (Target Architecture Definition): Delete
6120 documentation on NNPC_REGNUM.
6121
13d01224
AC
61222002-05-11 Andrew Cagney <ac131313@redhat.com>
6123
6124 * gdbint.texinfo (Target Architecture Definition): Document
6125 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
6126 (Target Architecture Definition): Revise section `Using Different
6127 Register and Memory Data Representations'. Add section `Raw and
6128 Virtual Register Representations'.
6129
b2e75d78
AC
61302002-05-11 Andrew Cagney <ac131313@redhat.com>
6131
6132 * gdbint.texinfo (Target Architecture Definition): Mention
6133 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
6134 (Target Architecture Definition): Mention same. Add references to
6135 web pages.
6136
2c8682ee
MS
61372002-05-08 Michael Snyder <msnyder@redhat.com>
6138
6139 * stabs.texinfo (Attributes): Document new "vector" attribute.
6140
0816590b
AC
61412002-05-04 Andrew Cagney <ac131313@redhat.com>
6142
6143 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
6144
2653173e
AC
61452002-05-04 Andrew Cagney <ac131313@redhat.com>
6146
6147 * gdb.texinfo: Delete obsolete references to a29k.
6148
d7bd68ca
AC
61492002-04-24 Andrew Cagney <ac131313@redhat.com>
6150
6151 * gdbint.texinfo (Target Architecture Definition): Replace
6152 IN_SIGTRAMP with PC_IN_SIGTRAMP.
6153
21d83aa5
DM
61542002-04-24 David S. Miller <davem@redhat.com>
6155
6156 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
6157
7673a6cc
DM
61582002-04-21 David S. Miller <davem@redhat.com>
6159
6160 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
6161
d49d1e0a
AC
61622002-04-21 Andrew Cagney <ac131313@redhat.com>
6163
6164 * gdbint.texinfo (Target Architecture Definition): Delete
6165 definition of HAVE_REGISTER_WINDOWS.
6166
f7dc1244 61672002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
6168
6169 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
6170 "Theodore A. Roth" <troth@verinet.com>.
6171
5ca0cb28
DH
61722002-04-15 Don Howard <dhoward@redhat.com>
6173
f7dc1244 6174 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 6175 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 6176 Provide a better explaination of this feature.
5ca0cb28 6177
f208ba17
AC
61782002-04-14 Andrew Cagney <ac131313@redhat.com>
6179
6180 * gdbint.texinfo (Target Architecture Definition): Remove
6181 FRAME_CHAIN_COMBINE.
6182
d5ba91de
MC
61832002-04-12 Michael Chastain <mec@shout.net>
6184
6185 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
6186 REG_STACK_SEGMENT.
6187
26818220
MC
61882002-04-09 Michael Chastain <mec@shout.net>
6189
6190 * gdbint.texinfo (Obsolete Conditionals): Remove references to
6191 PYRAMID_* macros.
6192
129188f6
AC
61932002-04-07 Andrew Cagney <ac131313@redhat.com>
6194
6195 * gdb.texinfo (Bug Reporting): Document that the web is the
6196 prefered way of submitting bug reports.
6197 (Bug Reporting): Delete the s-mail address as the last resort.
6198
8227c0ff
AC
61992002-04-05 Andrew Cagney <ac131313@redhat.com>
6200
6201 * gdbint.texinfo (Target Architecture Definition): Delete
6202 references to TARGET_WRITE_FP and write_fp.
6203
16d9dec6
MS
62042002-03-27 Michael Snyder <msnyder@redhat.com>
6205
6206 * gdb.texinfo: Document new commands dump, append, and restore.
6207
9ae8b82c
AC
62082002-03-27 Andrew Cagney <ac131313@redhat.com>
6209
6210 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
6211 Branch'.
6212
474c8240
AC
62132002-03-18 Andrew Cagney <ac131313@redhat.com>
6214
6215 * gdb.texinfo: Change all examples to @smallexample.
6216 * gdbint.texinfo: Ditto.
a9331b3f 6217
fb0ff88f
AC
62182002-03-18 Andrew Cagney <ac131313@redhat.com>
6219
6220 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
6221 Branches''.
6222
9bb0a4d8
AC
62232002-03-18 Andrew Cagney <ac131313@redhat.com>
6224
6225 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
6226 Policy''.
6227
937f164b
FF
62282002-03-04 Fred Fish <fnf@redhat.com>
6229
6230 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
6231 expresson, suports, dependant, trhe, perhaphs, situtations,
6232 explictily, taged, oportunity, unfortunatly).
6233
a7b40f07
AC
62342002-02-24 Andrew Cagney <ac131313@redhat.com>
6235
6236 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
6237 Remove reference to 3.12.
6238
aab4e0ec
AC
62392002-02-23 Andrew Cagney <ac131313@redhat.com>
6240
6241 * gdbint.texinfo: Include fdl.texi.
6242 (Top): Add GNU Free Documentation License.
6243 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
6244 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
6245 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
6246 (gdbint.info): Add srcdir to include path.
6247 * gdb.texinfo: Include gpl.texi.
6248 (Top): Add Copying.
6249 * gpl.texi: New file.
6250
47b95330
AC
62512002-02-23 Andrew Cagney <ac131313@redhat.com>
6252
6253 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
6254
78c47bea
PM
62552002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
6256
6257 * gdb.texinfo: Document Cygwin native specific commands.
6258
56460a61
DJ
62592002-02-15 Daniel Jacobowitz <drow@mvista.com>
6260
6261 * gdb.texinfo: Document gdbserver ``--attach'' command.
6262
def71bfa
MS
62632002-02-07 Michael Snyder <msnyder@redhat.com>
6264
6265 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
6266 to @code(_ovly_debug_event).
6267
c928edc0
AC
62682002-02-07 Andrew Cagney <ac131313@redhat.com>
6269
6270 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
6271
81d46470
MS
62722002-02-06 Michael Snyder <msnyder@redhat.com>
6273
6274 * gdb.texinfo (overlays): Mention new magic symbol
6275 '_ovly_debug_event', which allows GDB to keep better track
6276 of overlays.
6277
f7dc1244 62782002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
6279
6280 * gdb.texinfo (Memory Region Attributes): Fix the wording.
6281 Suggested by Dmitry Sivachenko.
6282
6283 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
6284
15110bc3
MS
62852002-02-01 Michael Snyder <msnyder@redhat.com>
6286
6287 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
6288
6763aef9
MS
62892002-01-30 Michael Snyder <msnyder@redhat.com>
6290
ac282366
MS
6291 * gdb.texinfo: (remote protocol): Gramatical fix-up.
6292 (set trust-readonly-sections): Document.
6763aef9 6293
8642bc8f
AC
62942002-01-29 Andrew Cagney <ac131313@redhat.com>
6295
6296 * gdbint.texinfo (Releasing GDB): Revise and update.
6297
afe64c1a
AC
62982002-01-28 Andrew Cagney <ac131313@redhat.com>
6299
6300 * gdbint.texinfo (Target Architecture Definition): Delete
6301 description of TARGET_BYTE_ORDER_DEFAULT.
6302
f7dc1244 63032002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
6304
6305 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
6306 <mitya@cavia.pp.ru>.
6307
3d6e1b5a
AC
63082002-01-23 Andrew Cagney <ac131313@redhat.com>
6309
6310 * libgdb.texinfo: Delete file.
6311
6c0e9fb3
AC
63122002-01-22 Andrew Cagney <ac131313@redhat.com>
6313
6314 * gdb.texinfo: Remove makeinfo 3.12 hacks.
6315 * gdbint.texinfo: Ditto.
6316
e0ce93ac
AC
6317Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
6318
6319 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
6320
be298bcc
AC
63212002-01-22 Andrew Cagney <ac131313@redhat.com>
6322
6323 * Makefile.in: Update copyright.
6324 (TEXI2DVI): Define.
6325 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
6326 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
6327 gdb-cfg.texi.
6328 (TEXINDEX, PDFTEX): Delete makefile variables.
6329
8e04817f
AC
63302002-01-22 Andrew Cagney <ac131313@redhat.com>
6331
6332 * gdb.texinfo (Protocol): Move section to appendix.
6333
6b2f586d
AC
63342002-01-21 Andrew Cagney <ac131313@redhat.com>
6335
6336 * gdb.texinfo (Remote Debugging): Create a menu.
6337 (Top): Add ``Remote Debugging'' to menu.
6338
6f05cf9f
AC
63392002-01-21 Andrew Cagney <ac131313@redhat.com>
6340
6341 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
6342 serial protocol'' from here.
6343 (Remote Debugging): To here. New chapter.
6344
3fd3d7d2
AC
63452002-01-20 Andrew Cagney <ac131313@redhat.com>
6346
6347 * gdbint.texinfo (Target Architecture Definition): Delete
6348 description of TARGET_BYTE_ORDER_SELECTABLE_P.
6349
7fd60527
AC
63502002-01-20 Andrew Cagney <ac131313@redhat.com>
6351
6352 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
6353 are no longer needed.
6354 (Porting GDB): Add maintainer note about configure.host.
6355
c2f05ac9
AC
63562002-01-20 Andrew Cagney <ac131313@redhat.com>
6357
6358 * gdbint.texinfo (Target Architecture Definition): Remove
6359 definition of IEEE_FLOAT.
6360
f7dc1244 63612002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
6362
6363 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
6364 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
6365 <3diff@gnu.org>
231b2aad 6366
82600034
AC
63672002-01-19 Andrew Cagney <ac131313@redhat.com>
6368
6369 * gdbint.texinfo (Host Definition): Remove references to
6370 MALLOC_INCOMPATIBLE.
6371
7708fa01
AC
63722002-01-17 Andrew Cagney <ac131313@redhat.com>
6373
6374 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
6375 and xyz-xdep.o.
6376
eb12ee30
AC
63772002-01-17 Andrew Cagney <ac131313@redhat.com>
6378
889bf7c5 6379 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
6380 (Set Breaks): Copy ``maint info breakpoint'' doco to
6381 ``Maintenance Commands'' appendix. Add reference.
6382
c9ccaa92
AC
63832002-01-17 Andrew Cagney <ac131313@redhat.com>
6384
6385 * fdl.texi: Remove next/prev from @node.
6386
f7dc1244 63872002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
6388
6389 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
6390 for monstrous @multitable (from Brian Youmans).
6391
6392 * fdl.texi: New file.
6393
6394 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
6395
8973da3a
AC
63962002-01-15 Andrew Cagney <ac131313@redhat.com>
6397
6398 * gdbint.texinfo (Releasing GDB): New chapter.
6399
7d86b5d5
AC
64002002-01-14 Andrew Cagney <ac131313@redhat.com>
6401
6402 * gdb.texinfo (Embedded Processors, Calling program functions):
6403 Obsolete references to a29k.
6404
cc1cb004
AC
64052002-01-13 Andrew Cagney <ac131313@redhat.com>
6406
6407 * gdbint.texinfo (Coding): Review Cleanups section. Examples
6408 examples. Document that a code-block should do or discard its
6409 cleanups before exit.
6410
79f12247
MS
64112002-01-11 Michael Snyder <msnyder@redhat.com>
6412
6413 * gdb.texinfo (Choosing files): Change @samp to @file.
6414
19837790
MS
64152002-01-05 Michael Snyder <msnyder@redhat.com>
6416
6417 * gdb.texinfo (--pid): Document new command line option (attach).
6418
f7dc1244 64192002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
6420
6421 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
6422 in the stub.
6423
d7449b42
AC
64242002-01-04 Andrew Cagney <ac131313@redhat.com>
6425
6426 * gdbint.texinfo (Target Architecture Definition): Replace
6427 BIG_ENDIAN with BFD_ENDIAN_BIG.
6428
f23631e4
AC
64292002-01-03 Andrew Cagney <ac131313@redhat.com>
6430
6431 * gdbint.texinfo (Target Architecture Definition): Replace
6432 value_ptr with struct value pointer.
6433
72c9928d
EZ
64342002-01-02 Eli Zaretskii <eliz@gnu.org>
6435
6436 * gdb.texinfo (Free Software): Fix wording.
6437
959acfd1
EZ
64382001-12-31 Eli Zaretskii <eliz@gnu.org>
6439
6440 * gdb.texinfo (Free Software): New section ``Free Software Needs
6441 Free Documentation''.
6442
f7dc1244 64432001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
6444
6445 * stabs.texinfo:
6446 * gdb.texinfo:
6447 * gdbint.texinfo:
6448 * libgdb.texinfo:
6449 * annotate.texi: Fix the application of GFDL in the Copyright notice.
6450
6600abed
MS
64512001-12-29 Michael Snyder <msnyder@redhat.com>
6452
6453 * gdb.texinfo (maint info sections): Fix typo.
6454
f6680716
MS
64552001-12-26 Michael Snyder <msnyder@redhat.com>
6456
fe95c787
MS
6457 * gdb.texinfo (maint info sections): Document.
6458
a9331b3f 6459 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
6460 'info proc' sub-options that are currently not implemented.
6461
c3d3ce5b
JB
64622001-12-20 Jim Blandy <jimb@redhat.com>
6463
6464 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
6465
778eb05e
AC
64662001-12-15 Andrew Cagney <ac131313@redhat.com>
6467
6468 * gdbint.texinfo (Target Architecture Definition): Replace
6469 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
6470
2607059c
AC
64712001-12-01 Andrew Cagney <ac131313@redhat.com>
6472
6473 * gdbint.texinfo (Host Definition): Delete documentation on
6474 HOST_BYTE_ORDER.
6475
df0cd8c5
JB
64762001-11-30 Jim Blandy <jimb@redhat.com>
6477
6478 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 6479 overlay support. Add to top-level menu.
df0cd8c5 6480
88118b3a
TT
64812001-11-26 Tom Tromey <tromey@redhat.com>
6482
6483 * gdb.texinfo (Command Syntax): Document C-o binding.
6484
96565e91
CF
64852001-07-26 Christopher Faylor <cgf@redhat.com>
6486
6487 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
6488 use since it is described in the referenced section.
6489
f7dc1244 6490 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
6491 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
6492 clearer when using DJGPP.
6493
2a3d5645
CF
64942001-11-24 Christopher Faylor <cgf@redhat.com>
6495
6496 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
6497 specifically refer to MS-DOS.
6498 (command files): Mention gdb.ini is only used on MS-DOS.
6499
aa26fa3a
TT
65002001-11-21 Tom Tromey <tromey@redhat.com>
6501
6502 * gdb.texinfo (Invoking GDB): Document --args.
6503 (Mode Options): Likewise.
6504
4f8ada06
JB
65052001-11-21 Jim Blandy <jimb@redhat.com>
6506
6507 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
6508 Delete documentation; this macro has been removed from the
6509 sources.
4f8ada06 6510
3fe0dc10
JB
65112001-11-13 Jim Blandy <jimb@redhat.com>
6512
6513 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
6514
9e5abb06
CV
65152001-11-06 Corinna Vinschen <vinschen@redhat.com>
6516
6517 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
6518
1c5dfdad
MS
65192001-11-05 Michael Snyder <msnyder@redhat.com>
6520
a9331b3f 6521 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
6522 quote regexp chars in function names such as "operator*()".
6523
990f9fe3
FF
65242001-11-01 Fred Fish <fnf@redhat.com>
6525
6526 * gdbint.texinfo (SOLIB_ADD): Document additional new
6527 "readsyms" arg.
6528
b433d00b
DH
65292001-10-30 Don Howard <dhoward@redhat.com>
6530
070b1dd3
DH
6531 * gdb.texinfo: (Command Files) Added documentation for the
6532 behavior of gdb with input redirected from a file.
b433d00b 6533
b7209cb4
FF
65342001-10-28 Fred Fish <fnf@redhat.com>
6535
6536 * gdb.texinfo (auto-solib-add): Change docs to match
6537 implementation change.
6538 (auto-solib-limit): Add docs for new variable.
6539
1aa20aa8
AC
65402001-10-15 Andrew Cagney <ac131313@redhat.com>
6541
6542 * gdbint.texinfo (Target Architecture Definition): Function
6543 value_as_pointer renamed to value_as_address.
6544
fc0c74b1
AC
65452001-10-15 Andrew Cagney <ac131313@redhat.com>
6546
6547 * gdbint.texinfo (Target Architecture Definition): Default
6548 POINTER_TO_ADDRESS functions assume unsigned addresses.
6549 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
6550 posting by Jim Blandy.
6551
f4846649
JB
65522001-10-12 Jim Blandy <jimb@redhat.com>
6553
6554 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
6555 version of texi2html (1.64) doesn't support this flag any more.
6556
f277788b
MK
65572001-09-08 Mark Kettenis <kettenis@gnu.org>
6558
a9dc4918
MK
6559 * gdbint.texinfo (Host Definition): Remove description of
6560 MEM_FNS_DECLARED.
6561
d28379df
MK
6562 * gdbint.texinfo (Host Definition): Remove description of R_OK.
6563
f277788b
MK
6564 * gdbint.texinfo (Host Definition): Remove description of
6565 HAVE_SIGSETMASK.
6566
7ccaa899
EZ
65672001-09-04 Elena Zannoni <ezannoni@redhat.com>
6568
6569 * gdbint.texinfo (Target Architecture Definition): Add
6570 explanation of TARGET_PRINT_INSN macro.
6571
17d9d558
JB
65722001-08-30 Jim Blandy <jimb@redhat.com>
6573
6574 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
6575 Explain what it means to load relocatable files.
6576
72cde065
JB
65772001-08-28 Jim Blandy <jimb@redhat.com>
6578
6579 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
6580 info `top' menu.
6581
9e678452
CF
6582Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
6583
6584 * gdbint.texinfo: Add a cautionary note about macro use.
6585
a2bea4c3 65862001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 6587
a2bea4c3
CV
6588 * gdb.texinfo: Explain omitting the hostname in the
6589 `target remote' command.
6590
1129bf27
DJ
65912001-07-30 Daniel Jacobowitz <drow@mvista.com>
6592
6593 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
6594 and END-INFO-DIR-ENTRY.
6595
732b3002
SC
65962001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6597
6598 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
6599
89437448
AC
66002001-07-25 Andrew Cagney <ac131313@redhat.com>
6601
6602 * gdbint.texinfo (libgdb): Rewrite.
6603
f7dc1244 66042001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
6605
6606 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
6607
c4555f82
SC
66082001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6609
6610 * gdb.texinfo (TUI): New chapter, document the TUI.
6611 (Mode Options): Document the -tui option.
6612
2f45a6e0
MK
66132001-07-23 Mark Kettenis <kettenis@gnu.org>
6614
6615 * gdbint.texinfo (Host Definition): Remove description of
6616 NEED_POSIX_SETPGID.
6617
f7dc1244 66182001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
6619
6620 * gdb.tex (DJGPP Native): New node, with descriptions of
6621 DJGPP-specific commands.
6622
be9c6c35
JM
66232001-07-19 John R. Moore <jmoore@redhat.com>
6624
6625 * gdbint.texinfo: Three misspellings.
6626
dfa249fb
AC
66272001-07-06 Andrew Cagney <ac131313@redhat.com>
6628
6629 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
6630 `test` expressions on bash. Problem reported by Colin Walters.
6631
c72e7388
AC
66322001-07-04 Andrew Cagney <ac131313@redhat.com>
6633
6634 * gdbint.texinfo (User Interface): Update ui-out documentation to
6635 refelect recent UI/MI updates.
6636
94bbb2c0
AC
66372001-07-04 Andrew Cagney <ac131313@redhat.com>
6638
6639 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
6640 interpreters.
6641
af6c57ea
AC
66422001-06-15 Andrew Cagney <ac131313@redhat.com>
6643
6644 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
6645 structure and not macros.
6646 (Host Definition): Document that much of this chapter is obsolete.
6647 (Target Architecture Definition): Update list of files that make
6648 up a target architecture.
6649 (Coding): Update.
6650
83aa8bc6
AC
66512001-06-28 Andrew Cagney <ac131313@redhat.com>
6652
6653 * gdbint.texinfo (Target Architecture Definition): Update
6654 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
6655 The latter has been changed to a true predicate.
6656
f7dc1244 66572001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
6658
6659 * annotate.texi: Add @noindent where needed. From Dmitry
6660 Sivachenko <dima@Chg.RU>.
6661 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
6662
656db9b0
AC
66632001-06-16 Andrew Cagney <ac131313@redhat.com>
6664
6665 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
6666
df2396a1
AC
66672001-06-14 Andrew Cagney <ac131313@redhat.com>
6668
6669 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
6670 returns ``OK''. Document that the ``R'' packet does not reply.
6671
0f1f2b0a
MS
66722001-06-13 Michael Snyder <msnyder@redhat.com>
6673
6674 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
6675
f7dc1244 66762001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
6677
6678 * gdb.texinfo (Signals): Clarify the default setting of signal
6679 handling.
6680
a5d7c491
AC
66812001-05-14 Andrew Cagney <ac131313@redhat.com>
6682
6683 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
6684 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
6685
05a54c4f
AC
66862001-05-12 Andrew Cagney <ac131313@redhat.com>
6687
6688 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
6689
f7dc1244 66902001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
6691
6692 * gdbint.texinfo (Clean Design and Portable Implementation):
6693 Renamed from "Clean Design".
6694 (Clean Design and Portable Implementation): Document portable
6695 methods of handling file names, and the associated macros.
6696
f7dc1244 66972001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
6698
6699 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
6700 command and provide a cross-reference to its description.
6701 (Symbols): Note that "info scope" is useful for trace experiments.
6702
f7dc1244 67032001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 6704
b37052ae
EZ
6705 * gdb.texinfo (Symbols): Document "info scope".
6706 (Tracepoints): New chapter.
6707 (Contributors): Update for v5.1.
6708 <All nodes>: Change "C++" to "C@t{++}".
6709
0ee54786
EZ
6710 * gdbint.texinfo (User Interface): A new section about ui_out
6711 functions, based on text written by Fernando Nasser.
6712
c534679c
EZ
6713 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
6714
f7dc1244 67152001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 6716
e9c75b65
EZ
6717 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
6718
6719 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
6720
6721 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
6722 Replace "GDB" with "@value{GDBN}". Fix markup.
6723
6724 * annotate.texi: Change Permissions to GFDL. Update Copyright.
6725
3d67e040
EZ
6726 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
6727 a cross-reference to its description.
6728 (Symbols): Document "info symbol".
6729
f7dc1244 67302001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
6731
6732 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
6733 subsection "x86 Watchpoints".
6734 (Target Architecture Definition): Document the macros
6735 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
6736 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
6737
b0ed3589
AC
67382001-03-20 Andrew Cagney <ac131313@redhat.com>
6739
6740 * gdbint.texinfo (Target Architecture Definition): Update
6741 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
6742 list.
6743
b6ba6518
KB
67442001-03-06 Kevin Buettner <kevinb@redhat.com>
6745
6746 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
6747 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
6748
f7dc1244 67492001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
6750
6751 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
6752
f7dc1244 67532001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 6754
17cc6a06
EZ
6755 * gdb.texinfo (Environment): Document that `path' does not change
6756 the value of PATH in GDB's own environment (it did in the past,
6757 but that was changed on March 15, 1994). Reported by Doug Evans
6758 <dje@transmeta.com>.
6759
56caf160
EZ
6760 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
6761 its line. Fix markup of commands and macros. Add an Index node
6762 and index entries.
6763
29e57380
C
67642001-01-23 J.T. Conklin <jtc@redback.com>
6765
6766 * gdb.texinfo (Memory region attributes): New manual section.
6767
1c6147de
ND
67682001-01-04 Nicholas Duffek <nsd@redhat.com>
6769
6770 * gdbint.texinfo (POP_FRAME): Document use by return_command.
6771
f7dc1244 67722000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
6773
6774 * refcard.tex: Version and copyright fixed. From Phil Edwards
6775 <pedwards@disaster.jaj.com>.
6776
0dcedd82
AC
6777Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
6778
6779 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 6780 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 6781
3b851bce
AC
6782Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
6783
6784 * gdbint.texinfo (Coding): Update current value of
889bf7c5 6785 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 6786
f7dc1244 67872000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
6788
6789 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
6790 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
6791
b90a5f51
CF
67922000-11-10 Christopher Faylor <cgf@cygnus.com>
6793
6794 * gdb.texinfo: Document new 'set step-mode' command.
6795
f7dc1244 67962000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
6797
6798 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
6799 changes from Dmitry Sivachenko <dima@Chg.RU>.
6800
f7dc1244 68012000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
6802
6803 * gdb.texinfo (Hooks): Document the new post-hook functionality.
6804 From Steven Johnson <sbjohnson@ozemail.com.au>.
6805
2e685b93
MK
68062000-08-10 Mark Kettenis <kettenis@gnu.org>
6807
6808 * gdbint.texinfo (Overall Structure): Spelling fix.
6809
f7dc1244 68102000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
6811
6812 * gdbint.texinfo (Target Architecture Definition): Document that
6813 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
6814 for which REGISTER_CONVERTIBLE returns a zero value.
6815
63ac3005
EZ
68162000-07-08 Christopher Faylor <cgf@cygnus.com>
6817
6818 * Makefile.in (install-info): Find files to install in either the
6819 build or source directories (adapted from Makefile.am).
6820
bd79f757
ND
68212000-07-07 Nicholas Duffek <nsd@redhat.com>
6822
6823 * stabs.texinfo: Fix spelling errors.
6824 (String Field): FILE-NUMBER starts from 0, not 1.
6825
f7dc1244 68262000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
6827
6828 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 6829 Brian Youmans.
5f208f6d 6830
f7dc1244 68312000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
6832
6833 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
6834 the source directory. Reported by Mark Harig
6835 <markh@frazier.landmark.com>.
cc542d3b 6836
f3b28801
C
68372000-06-20 J.T. Conklin <jtc@redback.com>
6838
6839 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
6840
449f3b6c
AC
6841Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
6842
6843 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 6844 Generate using pdftex.
449f3b6c 6845 (PDFTEX): Define.
889bf7c5 6846 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 6847 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 6848 @contents at the start.
449f3b6c 6849
f7dc1244 68502000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
6851
6852 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 6853 Youmans.
48e934c6 6854
9e9c5ae7
AC
6855Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
6856
6857 From Brian Youmans:
6858 * gdb.texinfo: Fix ``et al.''.
6859
c741b251
AC
6860Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
6861
6862 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 6863 loop.
c741b251 6864
4ab64e14
JG
68652000-05-19 Jimmy Guo <guo@cup.hp.com>
6866
6867 * configure: Regenerate.
6868
f7dc1244 68692000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
6870
6871 * Makefile.in (install-info): Run install-info on installed Info
6872 files.
6873
8c70017b
AC
6874Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6875
a7cb598a 6876 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 6877 Andrew Cagney.
8c70017b 6878
f7dc1244 68792000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
6880
6881 * gdb.texinfo: Proofreading changes from Brian Youmans.
6882
bf0184be
ND
68832000-05-01 Nick Duffek <nsd@cygnus.com>
6884
6885 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
6886 startup sequence, minor edits.
6887
f7dc1244 68882000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
6889
6890 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
6891 TeX.
6892
6893 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
6894 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
6895 like `n' and `s' which look weird. Convert some of the @kindex to
6896 @vindex, when they refer to variables, not commands.
6897
33e16fad
AC
6898Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6899
6900 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
6901
f7dc1244 69022000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
6903
6904 * Makefile.in (GDBMI_DIR): New variable.
6905 (SET_TEXINPUTS): Add $(GDBMI_DIR).
6906 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
6907 (gdbmi.texinfo): New target, for texi2roff.
6908 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
6909 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
6910
6911 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
6912 gdbmi.texinfo.
6913 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
6914 comment.
6915
d167840f
EZ
69162000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6917
6918 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 6919 command.
d167840f 6920
f7dc1244 69212000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
6922
6923 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
6924 prevents the build (and is generally a Bad Idea).
6925
f7dc1244 69262000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
6927
6928 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
6929 a comma inside @var.
6930 (Command Files): Index markup changes from Dmitry Sivachenko
6931 <dima@Chg.RU>.
6932
f7dc1244 69332000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
6934
6935 * Makefile.in (LN_S): Define.
6936 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
6937 invoke "ln -s" unless it is known to work.
6938
6939 * configure.in (AC_PROG_LN_S): Add.
6940
8dc7983f
JB
69412000-04-14 Jim Blandy <jimb@redhat.com>
6942
6943 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
6944 section.
6945 (Target Conditionals): Document ADDRESS_TO_POINTER,
6946 POINTER_TO_ADDRESS.
6947
1a8237e8
DB
69482000-04-11 Daniel Berlin <dan@cgsoftware.com>
6949
6950 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
6951 gdb-cfg.texi to get the value.
6952
ca526f1a
JB
69532000-04-10 Jim Blandy <jimb@redhat.com>
6954
6955 * gdbint.texinfo (Target Architecture Definition): Fix
6956 cross-references.
6957
faaafcb4
JB
69582000-04-08 Jim Blandy <jimb@redhat.com>
6959
6960 * gdbint.texinfo (Using Different Register and Memory Data
6961 Representations): New section.
6962 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
6963 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
6964 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 6965
1b27397f
AC
6966Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
6967
6968 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 6969 for acknowledgments.
1b27397f 6970
480ff1fb
AC
6971Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
6972
6973 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 6974 qThreadExtraInfo.
480ff1fb 6975
a9331b3f 69762000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 6977
a9331b3f
RM
6978 * gdb.texinfo: Clarify which remote debug protocol commands are
6979 required and which are optional.
f1251bdd 6980
dbeb8dbd
AC
6981Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
6982
6983 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
6984 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
6985 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
6986 * annotate.texi: Update.
6987
6d2ebf8b
SS
69882000-03-28 Stan Shebs <shebs@apple.com>
6989
6990 * gdb.texinfo: Update dates, bump to Eighth Edition (note
6991 expectation of additional changes before release), update
6992 ISBN, add copy of top-level menu for @ifhtml, remove explicit
6993 node links, rephrase and/or shorten lines to fix formatting
6994 problem in both regular and @smallbook formats.
6995 * annotate.texi: Shorten lines in example, use smallexample
6996 consistently everywhere.
6997 * Makefile.in: Add comment about texinfo 4.0 html generation.
6998 (SFILES_INCLUDED): Add annotate.texi.
6999
5d161b24
DB
70002000-03-27 Daniel Berlin <dan@cgsoftware.com>
7001
5ae4183a
AS
7002 * gdb.texinfo (Debugging Output): Added new section, documenting
7003 the "set/show debug" commands.
5d161b24 7004
b9deaee7
AC
7005Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
7006
7007 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 7008 entry.
b9deaee7
AC
7009
7010 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
7011 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 7012 @chapter and @node entries.
a9331b3f 7013
b9deaee7 7014 * gdb.texinfo: Link all top-level nodes.
a9331b3f 7015
9ef47d30
AC
7016Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
7017
7018 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 7019 files.
9ef47d30 7020
cfeada60
FN
70212000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
7022
7023 From David Whedon <dwhedon@gordian.com>
5ae4183a 7024 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 7025
6837a0a2
DB
70262000-03-22 Daniel Berlin <dan@cgsoftware.com>
7027
7028 * gdb.texinfo: Add documentation for the apropos command.
7029
bba2971c
MS
70302000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7031
7032 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
7033
2b628194
MS
70342000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
7035
a9331b3f 7036 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
7037 two places.
7038
96a2c332
SS
70392000-03-17 Stan Shebs <shebs@apple.com>
7040
7041 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
7042 <dima@Chg.RU>, also clarification of allowed content for
7043 string constants.
7044
f7dc1244 70452000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
7046
7047 * gdb.texinfo (main menu): Add Annotations.
7048 (File Options): Add @cindex entries for each command-line option.
7049 Document --epoch, --annotate, --async, --interpreter, --write,
7050 --statistics, and --version.
7051
7052 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
7053 of GDB.
7054
9d233477
JB
70552000-02-23 Jim Blandy <jimb@redhat.com>
7056
7057 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
7058
14e0eb3b
JB
70592000-02-22 Jim Blandy <jimb@redhat.com>
7060
7061 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
7062
3555de01
JM
70632000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
7064
7065 * Makefile.in (diststuff): New target.
7066
5e35df8e
KB
70672000-02-15 Kevin Buettner <kevinb@redhat.com>
7068
7069 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 7070 architecture. [From Jim Wilson.]
5e35df8e 7071
c5394b80
JM
70722000-01-16 Tom Tromey <tromey@cygnus.com>
7073
7074 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
7075 (Delete Breaks): Mention range arguments.
7076 (Disabling): Likewise.
7077
c3f6f71d
JM
70782000-01-05 Dmitry Sivachenko <dima@Chg.RU>
7079
7080 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
7081
c4093a6a
JM
7082Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
7083
7084 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 7085 valid functions.
c4093a6a 7086
11cf8741
JM
70871999-11-05 Stan Shebs <shebs@andros.cygnus.com>
7088
7089 * gdb.texinfo: Clarify regular expressions used in rbreak.
7090
917317f4
JM
70911999-10-15 Kevin Buettner <kevinb@cygnus.com>
7092
7093 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
7094 MEMORY_REMOVE_BREAKPOINT): Document.
7095
7096Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
7097
7098 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 7099 offset re-using the DATA offset instead.
917317f4 7100
2df3850c
JM
71011999-10-11 Jim Kingdon <kingdon@redhat.com>
7102
7103 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
7104
71051999-10-05 Stan Shebs <shebs@andros.cygnus.com>
7106
7107 From Dmitry Sivachenko <demon@gpad.ac.ru>:
7108 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
7109 typos.
7110
7111 * gdb.texinfo: Various minor wording and formatting improvements,
7112 mentions of additional command-line options.
7113
2acceee2
JM
71141999-09-30 Fred Fish <fnf@cygnus.com>
7115
7116 * gdb.texinfo: Document additional forms of specifying section
7117 names and addresses for the add-symbol-file command.
7118
c2c6d25f
JM
71191999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
7120
7121 * gdbint.texinfo: Fix typo, add the word "have".
7122
71231999-09-14 Jim Blandy <jimb@cris.red-bean.com>
7124
7125 * gdbint.texinfo (Target Architecture Definition): Document the
7126 SKIP_PERMANENT_BREAKPOINT macro.
7127
d4f3574e
SS
71281999-09-07 Stan Shebs <shebs@andros.cygnus.com>
7129
7130 * gdb.texinfo: Fiks speling errers.
7131
7132 * gdb.texinfo: Fix uses of @multitable.
7133
f7dc1244 7134 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 7135 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 7136 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
7137 comments about using with optimization, add more indexing,
7138 fix info about disassembly-flavor.
7139
7140Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
7141
7142 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
7143 SKIP_SOLIB_RESOLVER): Define.
7144
7145Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
7146
7147 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 7148 ``g'' packets.
d4f3574e 7149
104c1213
JM
71501999-08-30 Stan Shebs <shebs@andros.cygnus.com>
7151
7152 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
7153 platform-specific info, inline remote.texi and move sections of it
7154 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
7155 and register stack into the new chapter.
7156 * remote.texi: Remove, now part of gdb.texinfo.
7157 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
7158
71591999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
7160
7161 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
7162 GDB_TARGET_IS_MACH386): These kludges have gone away.
7163
7164Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
7165
7166 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 7167 TDEPLIBS.
104c1213 7168
53a5351d
JM
71691999-08-20 Stan Shebs <shebs@andros.cygnus.com>
7170
7171 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
7172 surrounding text to fit HP-UX bits into general info.
7173 (HPPA-cfg.texi): Remove, no longer useful.
7174
7175 * gdb.texinfo: Remove explicit links from @node lines, remove
7176 HP-added "Detailed Node Listing" from main menu which confuses
7177 things.
7178
7179 From Dmitry Sivachenko <dima@Chg.RU>:
7180 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 7181 in description of `set environment'.
53a5351d
JM
7182
71831999-08-17 Stan Shebs <shebs@andros.cygnus.com>
7184
7185 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
7186
7be570e7
JM
71871999-08-12 Ben Elliston <bje@cygnus.com>
7188
7189 * gdbint.texinfo (Breakpoint Handling): Add missing words.
7190
f7dc1244 71911999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
7192
7193 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
7194 watch, awatch, and rwatch. Explain why the latter two cannot be
7195 set as software watchpoints. Document that watchpoints for local
7196 variables are deleted when the debuggee terminates.
7be570e7
JM
7197
7198Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
7199
7200 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
7201 packet. Allow E.. response packet. "qRcmd" packet is no longer
7202 reserved.
7be570e7
JM
7203
72041999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7205
a9331b3f
RM
7206 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
7207 * gdb.texinfo: Ditto.
7be570e7 7208
96baa820
JM
72091999-08-06 Tom Tromey <tromey@cygnus.com>
7210
7211 * gdb.texinfo (KOD): New node.
7212
7213Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
7214
7215 * remote.texi (Rcmd): Fix minor formatting typos.
7216
7217Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
7218
7219 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 7220 packets.
96baa820 7221
adf40b2e
JM
72221999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
7223
7224 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
7225 fixes.
7226
43ff13b4
JM
7227Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
7228
7229 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
7230
085dd6e6
JM
7231Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
7232
7233 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
7234 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
7235 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
7236 packets that are not supported on all hosts. Expand examples.
7237 Spell check.
085dd6e6
JM
7238
72391999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
7240
7241 * Makefile.in: Recognize html, install-html. Add targets
7242 to build HTML versions of documentation via texi2html.
7243
7244Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
7245
7246 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 7247 testsuite.
085dd6e6
JM
7248
7249Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
7250
7251 * remote.texi (Communication Protocol): Rewrite.
7252
7253Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
7254
7255 * stabs.texinfo: Fix uses of xref.
7256
9e0b60a8
JM
7257Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
7258
7259 * gdbint.texinfo: Add an anti-printf exhortation, and update the
7260 info about patch submission.
7261
cce74817
JM
7262Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
7263
7264 From Per Bothner <bothner@cygnus.com>:
7265 * gdb.texinfo: Document Chill support.
7266
7267Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
7268
7269 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
7270 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
7271 Document that the value should be greater-than or equal-to zero.
7272 (NO_STD_REGS): Document. Deprecate.
cce74817 7273
ac9a91a7
JM
7274Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7275
7276 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 7277 Document that these are not used.
ac9a91a7
JM
7278
7279Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7280
7281 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
7282
392a587b
JM
7283Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
7284
7285 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 7286 numargs was dropped.
392a587b
JM
7287
7288Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
7289
7290 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
7291
b83266a0
SS
7292Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
7293
7294 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 7295 Update.
b83266a0 7296
7a292a7a
SS
7297Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
7298
7299 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
7300 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
7301
7302Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
7303
7304 * gdbint.texinfo: Fix typos: $ -> @.
7305
7306Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
7307
7308 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
7309 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
7310 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
7311 BREAKPOINT_FROM_PC.
a9331b3f 7312
7a292a7a
SS
7313Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
7314
7315 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 7316 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
7317
7318Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7319
7320 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 7321 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
7322
73231999-04-02 Stan Shebs <shebs@andros.cygnus.com>
7324
7325 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
7326 longer exists.
7327
7328Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
7329
7330 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
7331 nearly all @ifset/@ifclear conditionals; nobody uses them, and
7332 they make the manual source incomprehensible.
7a292a7a
SS
7333 * h8-cfg.texi: Remove, hasn't been used in years.
7334
c906108c
SS
7335Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
7336
7337 * gdb.texinfo: Update the credits.
7338
7339Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
7340
7341 * gdb.texinfo: Fix mistakes noticed in printout of last
7342 draft, add Alpha to discussion of heuristic fence post.
7343
7344Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
7345
7346 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
7347 Edition, merge some HP changes into mainline, describe some
7348 previously undocumented features, describe more of the target
7349 commands available, eliminate obsolete section on renamed
7350 commands.
c906108c
SS
7351 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
7352
7353Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
7354
7355 * gdb.texinfo: Make many HPPA conditionals unconditional,
7356 including catchpoint description, since now on for all configs.
7357 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
7358 specializations.
7359
7360Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
7361
7362 * Makefile.in (GDBvn.texi): Fix match expression to work with
7363 current format of VERSION in gdb/Makefile.in.
7364 * gdb.texinfo: Fix node ref to match new readline.
7365
7366Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
7367
a9331b3f
RM
7368 * gdb.texinfo: Changes made as part of a project to merge in
7369 changes made by HP. Documentation makes extensive use of
c906108c
SS
7370 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
7371 on remote debugging. There are differences in documentation
889bf7c5 7372 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
7373 the HP manual discusses catchpoints, hardware watchpoints, and
7374 some HPUX specific limitations for shared library support.
a9331b3f 7375
c906108c
SS
7376 There are also a number of @node changes.
7377
73781999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
7379
7380 * gdbint.texinfo (Formatting): Disambiguate a sentence.
7381 (C Usage): Same.
7382
7383Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
7384
7385 The following changes were made by Edith Epstein
889bf7c5
PA
7386 <eepstein@cygnus.com> as part of a project to merge in changes
7387 made by HP.
a9331b3f 7388
c906108c
SS
7389 * HPPA-cfg.texi: new file.
7390
7391 * all-cfg.texi: set HPPA for HP PA-RISC targets.
7392
7393 * refcard.tex: change documentation about catch.
7394 removed info catch.
7395
7396Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
7397
7398 * gdbint.texinfo: Expand on GDB's coding standards,
7399 specify the use of arg names with prototypes.
7400
74011998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
7402
7403 * gdb.texinfo: Fix tipo.
7404
7405Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
7406
7407 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 7408 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
7409
7410Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
7411
7412 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
7413
74141998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
7415
7416 * agentexpr.texi: New file.
7417
7418Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
7419
7420 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
7421
74221998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
7423
7424 * remote.texi: Changed wording that implied that the GDB remote
7425 protocol caches register values instead of GDB itself.
7426
7427Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
7428
7429 * gdbint.texinfo: Add some info about symbol readers.
7430 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
7431 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
7432 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
7433 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
7434
7435Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
7436
a9331b3f 7437 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
7438
7439Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
7440
7441 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
7442
7443Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
7444
7445 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 7446 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
7447
7448Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
7449
7450 * gdbint.texinfo: Fix minor typos.
7451
7452Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
7453
7454 * gdbint.texinfo: Complete overhaul. Group descriptions more
7455 logically, add more info on generic algorithms, remove much
7456 obsolete and/or wrong material.
7457
7458Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
7459
7460 * stabs.texinfo (Method Type Descriptor): Expand and correct.
7461
7462Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
7463
7464 * refcard.tex: Copyright, address updates.
7465
7466Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
7467
7468 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
7469 for the edition instead of confusing GDB-version-like numbers.
7470
7471Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
7472
7473 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
7474
7475Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
7476
5ae4183a 7477 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
7478
7479Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
7480
7481 * gdb.texinfo: Add some credits, mention bug monitor.
7482 * remote.texi: Mention mips monitor targets.
7483 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 7484
c906108c
SS
7485Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
7486
7487 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
7488 files, finish sorting of host vs target vs native macros, describe
7489 some more of them.
c906108c
SS
7490
7491Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
7492
7493 * gdbint.texinfo (Host Conditionals): Document change from
7494 using NO_MMALLOC to it's inverse, USE_MMALLOC.
7495
7496Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
7497
7498 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 7499 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
7500
7501Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
7502
7503 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
7504 Document LSEEK_NOT_LINEAR.
7505
7506Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
7507
7508 * stabs.texinfo (Stab Section Basics): Make it clear that only
7509 some versions of the GNU linker remove the leading N_UNDF symbol.
7510
7511Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
7512
7513 * stabs.texinfo (String Field): Document type number pairs here,
7514 instead of in the Sun specific section.
7515 (Include Files): The GNU linker supports the N_BINCL
7516 optimization. Clarify the N_BINCL value, and what it is used
7517 for.
7518 (Procedures): Document N_FUN with an empty string to mark the end
7519 of a function.
7520 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
7521 (Sun Differences): Remove this node, as the information is now
7522 elsewhere in the main document.
7523 (Stab Section Basics): Mention that the GNU linker may optimize
7524 stabs and remove the leading N_UNDF symbol.
7525
7526Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
7527
7528 * gdb.texinfo, refcard.tex: Restore author credit
7529
7530Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
7531
7532 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
7533 documentation to account for START and END macros taking
7534 one arg.
7535
7536Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
7537
7538 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
7539 * gdb.texinfo (Frames): Fix typo.
7540
7541Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
7542
7543 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
7544 a target_signal as arg type, not a pid.
7545
7546Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
7547
7548 * gdb.texinfo: Document `set assembly-language'.
7549
7550Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
7551
7552 * remote.texi: Update list of stubs in the GDB distribution.
7553
7554Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
7555
7556 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
7557 Also document that some systems can use mmalloc but must define
7558 this if their C runtime allocates memory that is later freed.
c906108c 7559 (MMCHECK_FORCE): Document new macro.
a9331b3f 7560
c906108c
SS
7561Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
7562
7563 * remote.texi: Add documentation for target Sparclet.
7564
7565Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7566
a9331b3f 7567 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
7568 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
7569 * configure.in: Rewritten for autoconf.
7570 * configure: New.
7571
7572Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
7573
7574 * Makefile.in (DVIPS): New define, set to dvips.
7575 (dvi): Add stabs.dvi.
7576 (ps): New target.
7577 (all-doc): Depend on info, dvi, and ps targets.
7578 (STAGESTUFF): Add *.ps and *.dvi files.
7579 (clean-info, clean-dvi): Remove.
7580 (mostlyclean): Does not depend upon clean-info or clean-dvi,
7581 rules completely rewritten.
7582 (maintainer-clean): Remove clean-info and clean-dvi
7583 dependencies and put their actions in the rules.
7584 (gdb.ps): New target
a9331b3f 7585 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
7586 intermediate TeX files, whether they have 2 or 3 character
7587 extensions.
7588 (gdbint.ps): Add target and rules.
7589 (gdb-internals): Delete unused target.
7590 (Makefile): Depends upon config.status also.
7591
7592Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
7593
7594 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
7595 set.
7596
7597Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
7598
7599 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7600 * gdb.texinfo (Expressions): Fix erroneous array constant example.
7601
7602Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
7603
7604 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
7605
7606Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7607
7608 * gdb.texinfo (Print settings): Document
7609 `set/show print static-members' commands.
7610
7611Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
7612
7613 * gdbint.texinfo (Native): Document name change, coredep.c to
7614 core-aout.c.
7615
7616Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
7617
7618 * stabs.texinfo (Include Files): Document the values the SunOS4
7619 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
7620
7621Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
7622
7623 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
7624 Fix typo.
7625
7626Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
7627
7628 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
7629 "gdb.tar.Z".
7630
7631Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
7632
7633 * Makefile.in (maintainer-clean): New target, synonym for
7634 realclean.
7635
7636Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
7637
7638 * Update all FSF addresses except those in COPYING* files.
7639
7640Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7641
7642 From Richard Earnshaw (rearnsha@armltd.co.uk):
7643 * gdb.texinfo (convenience variables): Document $_exitcode.
7644 (quit): Document optional expression to use as exit code.
7645
7646Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
7647
7648 * gdb.texinfo, remote.texi: Brought up to date with various
7649 GDB changes.
7650
7651Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
7652
7653 * gdb.texinfo: Update dates and versions, fix comments about
7654 hardware watchpoints in future releases and about the
7655 sharedlibrary command.
7656
7657Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7658
7659 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
7660 C_FUN stab. Other cleanups.
7661
7662Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7663
7664 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
7665 for the sparc stub.
7666
7667Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7668
7669 * annotate.texi: Clarify which addresses have differing formats
7670 depending on the language and which do not.
7671
7672Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7673
7674 * remote.texi (NetWare): Changed example to use BOARD= instead of
7675 NODE= argument to reflect correspoding change to gdbserve.nlm.
7676
7677Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7678
7679 * stabs.texinfo (Negative Type Numbers): Mention the fact that
7680 GDB, as well as AIX dbx, supports the size type attribute.
7681
7682Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7683
7684 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
7685
7686Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
7687
7688 * gdb.texinfo (Define): Document $arg0... arguments to commands,
7689 and new 'if' and 'while' commands.
7690
7691Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
7692
7693 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
7694
7695Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7696
7697 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
7698 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
7699 NetWare targets. Mostly stolen from the Server node.
7700
7701Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7702
7703 * gdb.texinfo (Setting): Talk about the language of a source file
7704 versus the working language. The old documentation did not match
7705 what GDB did.
7706
7707Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7708
7709 * stabs.texinfo (Source Files): Document N_SO used to mark the end
7710 of a source file.
7711
7712Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7713
7714 * gdb.texinfo (Processes): New node.
7715
7716Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
7717
7718 * remote.texi: Update documentation of set/show mipsfpu.
7719
3fc11d3e
JM
7720Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
7721
7722 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
7723 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
7724
7725Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
7726
7727 * gdbint.texinfo: Removed mentions of some incorrectly placed and
7728 obsolete conditionals, described some others.
7729
7730Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7731
7732 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
7733 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
7734
7735Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
7736
7737 * gdbint.texinfo: Put regex conditionals in their own table.
7738
7739Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7740
7741 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
7742 described or fixed the descriptions of many others.
7743
7744Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
7745
7746 * gdb.texinfo: Add some more credits.
7747 * gdbint.texinfo: Capitalize GDB consistently, describe some
7748 macros and remove some.
7749
7750Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
7751
7752 * gdbint.texinfo: Removed mentions of many incorrectly placed and
7753 obsolete conditionals, described some others.
7754
7755Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7756
7757 * gdb.texinfo (help targets): Changed to `help target', which
7758 is the correct gdb command.
7759
7760Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7761
7762 * annotate.texi (TODO): New node, for keeping track of annotations
7763 suggested but not yet implemented.
7764
7765Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7766
7767 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
7768 another symbol, it is not the address itself.
7769
7770Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
7771
7772 * stabs.texinfo (Stab Section Basics): Add comment about alignment
7773 of stabs-in-coff sections.
7774
7775Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7776
7777 * annotate.texi: Change edition to 0.5 and date to May 1994.
7778 Add index.
7779 (Frames): New node, for frame annotation.
7780 (Displays): New node, for display annotation.
7781
7782 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
7783 when waiting for your program to stop.
7784
7785Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7786
7787 * annotate.texi (Breakpoint Info): Document annotation of header
7788 fields and record annotation.
7789
7790Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7791
7792 * annotate.texi: New file, to document annotations.
7793
7794Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7795
7796 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
7797 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
7798
7799Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7800
7801 * stabs.texinfo (Stab Section Basics): Say what is in .stab
7802 section, and say n_strx field is compilation unit relative.
7803 * stabs.texinfo: Don't use @code for a.out when it is the name of
7804 an object file format.
7805
7806Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7807
7808 * gdb.texinfo: Refer to file names, not path names, per rms
7809 convention.
7810 (Arguments): Fix typo.
7811
7812Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7813
7814 * stabs.texinfo (Global Variables): Talk about stabs in files
7815 where variables are referenced, but not defined.
7816
7817Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7818
7819 * stabs.texinfo: Move stuff on @ and # type descriptors from node
7820 Cplusplus to new nodes Member Type Descriptor and Method Type
7821 Descriptor. Re-write stuff for #.
7822
7823Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7824
7825 * gdb.texinfo (Print Settings): Don't document "set print
7826 fast-symbolic-addr off". The bug which it worked around was fixed
7827 on 25 Feb 94 in coffread.c, so I'm nuking the command.
7828
7829 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
7830 N_ENTRY node.
7831
7832 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
7833
7834Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7835
7836 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
7837 references to ieee-float.c.
7838
7839Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7840
7841 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
7842 match what the code actually does.
7843
7844Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7845
7846 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
7847
7848Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7849
7850 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
7851 i, and b.
7852
7853Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
7854
7855 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
7856 well as for ELF and SOM. Unify the descriptions of ELF and SOM
7857 as "stabs in sections" rather than just saying "ELF and SOM".
7858 Also make that stuff apply to COFF.
7859
7860Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7861
7862 * gdb.texinfo (Formatting Documentation): Change GhostScript to
7863 Ghostscript.
7864
7865Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7866
7867 * gdb.texinfo (Continuing and Stepping): When talking about "step"
7868 versus functions without line numbers, also mention stepping into
7869 them as well as "step" when you are in them. Tell the user how to
7870 deal with the situation. Add comment about "debugging information".
7871
7872Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7873
7874 * stabs.texinfo (Enumerations): Document restriction on where
7875 enumeration types can appear and still win with GDB.
7876
7877Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7878
7879 * stabs.texinfo (Negative Type Numbers): Document format for type
7880 -16.
7881
7882Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7883
7884 * gdb.texinfo (Selection, Frame Info): Update information about
7885 arbitrary frame specficiations.
7886
7887Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
7888
7889 * gdb.texinfo, remote.texi: general editing pass prior to Net release
7890
7891Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7892
7893 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
7894
7895Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
7896
7897 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
7898
7899Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7900
7901 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
7902 Differences node to Statics node.
7903 (Statics): Discuss XCOFF use of V symbol descriptor.
7904
7905 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
7906 not clean.
7907
7908Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
7909
7910 * gdb.texinfo (Print Settings): Document `set print
7911 fast-symbolic-addr' and improve the doc for some other
7912 `set print's.
7913
7914Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7915
7916 * stabs.texinfo (String Field): Talk about defining several type
7917 numbers at once.
7918 Fix lint regarding changing node ELF Transformations to
7919 ELF and SOM Transformations.
7920
7921Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
7922
7923 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
7924
7925Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7926
7927 * stabs.texinfo (Cross-References): `::' is for nested types only
7928 within <>.
7929 (Structures): Document static members.
7930
7931Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7932
7933 * stabs.texinfo: Document S type attribute.
7934
7935Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
7936
7937 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
7938
7939Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
7940
7941 * gdbint.texinfo: Fix a few typos.
7942
7943Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7944
7945 * gdb.texinfo, remote.texi: formatting improvements
7946
7947 * gdb.texinfo (New Features): mention threads.
7948 (Summary, C): fix xrefs in newly contributed text.
7949 (Threads): index entries, clarifications, example
7950 (passim): minor typos fixed, phrasing improvements
7951
7952 * remote.texi (Bootstrapping): rephrase text on ^C and add index
7953 entries; (Server): explain use of gdbserver w/real-time systems,
7954 add example of conflicting TCP port; (MIPS Remote) break up
7955 running text into table, highlighting commands, and add example.
a9331b3f 7956
c906108c
SS
7957Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7958
7959 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
7960
7961Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7962
7963 * stabs.texinfo (Nested Symbols): New node.
7964 (String Field, Symbol Descriptors, Cross-References): Refer to it.
7965
7966Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7967
7968 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
7969 to picking which Bbss.bss symbol to use, and (because there seems to
7970 be no good way of doing it) re-write some of the text to make it
7971 sound like Bbss.bss isn't such a great idea after all (as currently
7972 designed).
7973
7974 * gdb.texinfo (C): In addition to saying people have to use g++ for
7975 good results, say they have to use stabs. Specifically say cfront
7976 doesn't work well.
7977 (Summary): Merge in information on Modula-2, Pascal, and Chill from
7978 the gdb README. Add xrefs to places where the support for the various
7979 languages is described in detail.
7980
7981Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7982
7983 * stabs.texinfo: Clean up stuff about visibility and virtual
7984 characters.
7985
7986 * stabs.texinfo (N_M2C): Cite Sun doc.
7987
7988Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7989
7990 * gdb.texinfo: updates re threads.
7991 * remote.texinfo: avoid index entries starting with digits.
7992
7993Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7994
7995 * stabs.texinfo (Enumerations): Talk about large, negative and
7996 octal values. Clean up cross reference to type attributes.
7997 (String Field): Say that GDB 4.11 supports size attribute.
7998
7999Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8000
8001 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
8002 is a mandatory step. Make the stuff about that more concise.
8003
8004Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8005
8006 * stabs.texinfo (Class Names): New node.
8007
8008 * gdb.texinfo (Command Files): Explain order of init file reading.
8009
8010 * remote.texi (Bootstrapping): Talk about getting the serial driver
8011 to deal with ^C sent by gdb to stop the remote system.
8012
8013Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
8014
8015 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
8016
8017 * libgdb.texinfo (Defining Commands): made the DOC arg
8018 to gdb_define_app_command a char * instead of char **
8019 per a suggestion from kingdon.
8020
8021 * libgdb.texinfo: total rewrite from a different starting
8022 premise.
8023
8024Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8025
8026 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
8027 floats passed as doubles (to improve clarity).
8028
8029Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8030
8031 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
8032
8033 * a4rc.sed: update to work with Andreas Vogel papersize params
8034
8035 * refcard.tex: use Andreas Vogel simplifications of papersize
8036 params; remove useless version info; update copyright date.
8037
8038Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8039
8040 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
8041
8042Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8043
8044 * gdb.texinfo (Files): Say what address the load command loads it at.
8045
8046 * stabs.texinfo (Common Blocks): Minor cleanups.
8047
8048 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
8049 that Sun has backed away from the linker kludge and thus the relevant
8050 issue is changes to the SunPRO tools, not the Solaris linker.
8051
8052 * stabs.texinfo (Traditional Integer Types): Clean up description
8053 of octal bounds a little bit. Document extra leading zeroes.
8054
8055Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8056
8057 * gdb.texinfo (Signaling): Update for symbolic symbol names
8058 and add a section explaining the difference between the GDB
8059 signal command and the shell kill utility.
8060
8061Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
8062
8063 * libgdb.texinfo: added `@' to braces that were unescaped.
8064
8065Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
8066
8067 * libgdb.texinfo: new file. Spec for the gdb library.
8068
8069Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8070
8071 * stabs.texinfo (Include Files): Fix typo (start -> end).
8072
8073Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8074
8075 * gdb.texinfo, remote.texi: assorted small improvements, mostly
8076 from Melissa at FSF's editing pass.
8077
8078Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8079
8080 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
8081 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
8082 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
8083
8084Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8085
8086 * remote.texi (Bootstrapping): Discuss 386 call gates.
8087
8088Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8089
8090 * stabs.texinfo (Based Variables): New node.
8091
8092Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8093
8094 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
8095 names, sizes, and formats to suggest how not to lose.
8096
8097Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8098
8099 * stabs.texinfo (Methods): Fix typo.
8100
8101Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8102
8103 * gdb.texinfo: Fix a few typos.
8104
8105Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8106
8107 * gdb.texinfo: Clarify how well it works with Fortran.
8108
8109 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
8110 More on relocating stabs in ELF files.
8111
8112Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8113
8114 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
8115
8116Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8117
8118 * stabs.texinfo (Local Variable Parameters): Talk about nameless
8119 parameters on VAX.
8120
8121Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8122
8123 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
8124
8125Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8126
8127 * stabs.texinfo: Make info author notice match the TeX author notice.
8128
8129Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8130
8131 * stabs.texinfo: Initial-caps all words in node names and
8132 non-trivial words in section names.
8133
8134Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8135
8136 * stabs.texinfo: Many minor cleanups.
8137
8138 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
8139
8140Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
8141
8142 * stabs.texinfo: Remove full description of big example.
8143 It's not really helpful; just use pieces of it where appropriate.
8144 Add more Texinfo formatting directives (@samp, etc.).
8145 Use @deffn to define stab types.
8146 Eliminate some wordiness. Break up some nodes.
8147 Add an (alphabetized) index of symbol types.
8148 Use consistent capitalization style in node and section names.
8149
8150Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
8151
8152 * gdb.texinfo: Change typo "Two two" to "The two".
8153
8154Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8155
8156 * stabs.texinfo (XCOFF-differences): Remove references to
8157 non-existent types N_DECL and N_RPSYM.
8158
8159 * stabs.texinfo (String Field): Say that type attributes bug is
8160 fixed in GDB 4.10, since it is.
8161
8162 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
8163
8164Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
8165
8166 * stabs.texinfo: Formatting cleanups.
8167
8168Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8169
8170 * stabs.texinfo: When explaining the n_type of a stab, standardize
8171 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
8172 no tabs, use @r).
8173 (Global Variables): Clean up.
8174
8175Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8176
8177 * stabs.texinfo (Stack Variables): Re-write.
8178
8179Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8180
8181 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
8182 addresses of a source file. Also revise formatting.
8183 Change "object module" or "object file" to "source file".
8184 Various: Miscellaneous cleanups.
8185
8186Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8187
8188 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
8189
8190Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
8191
8192 * gdbint.texinfo: Removed many nonsensical machine-collected
8193 host and target conditionals, described some of the remainder.
8194
8195Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8196
8197 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
8198
8199 * gdbint.texinfo (Top): Add name to @top line, and re-write the
8200 paragraph which follows.
8201
8202 * gdbint.texinfo (Host): Use @code not @samp for Makefile
8203 variables. Looks better and avoids overful hbox.
8204
8205Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8206
8207 * stabs.texinfo (Procedures): Improve stuff on nested functions.
8208
8209Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8210
8211 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
8212 retransmit-timeout
8213
8214Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8215
8216 * gdbint.texinfo: Update statement about `some ancient Unix
8217 systems, like Ultrix 4.0' to Ultrix 4.2.
8218
8219Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
8220
8221 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
8222
8223 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
8224
8225 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
8226 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
8227
8228 * remote.texi: new name for former gdbinv-s.texi
8229
8230 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
8231
8232Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
8233
8234 * gdbinv-s.texi: Documented timeout and retransmit-timeout
8235 variables for MIPS remote debugging protocol.
8236
8237Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8238
8239 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
8240
8241Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8242
8243 * Makefile.in (refcard.dvi): Use srcdir where necessary.
8244
8245Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
8246
8247 * gdb.texinfo: repair conditional bugs in text markup
8248
8249Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8250
8251 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
8252 to select Modula-2 material.
8253
8254Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8255
8256 * stabs.texinfo: Cleanups regarding statics.
8257
8258 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
8259 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
8260
8261Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8262
8263 * stabs.texinfo: N_MAIN is sometimes used for C.
8264
8265Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8266
8267 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
8268
8269Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
8270
8271 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 8272 removed from the code by Kingdon.
c906108c
SS
8273
8274Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8275
8276 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
8277 input when evaluating breakpoint conditions; the bug has been fixed.
8278
8279 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
8280 sets the ignore count to N-1, not to N.
8281
8282Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8283
8284 * refcard.tex (\hoffset): correct longstanding error to match
8285 intended offset; avoids cutting off edge on some printers
8286
8287Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8288
8289 * stabs.texinfo (Parameters): Say that order of stabs is significant.
8290
8291Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8292
8293 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
8294
8295Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8296
8297 * Makefile.in: (REFEDITS) new var to control whether PS or CM
8298 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
8299 collect sed edits if any, apply to refcard before formatting;
8300 (refcard.ps) stop implying PS fonts if PS output requested;
8301 (lrefcard.ps) delete extra target for variant PS fonts
8302
8303 * refcard.tex: parametrize papersize dependent info, collect
8304 in easily replaced spot
8305
8306 * a4rc.sed: new file, edits to refcard for A4 paper
8307
8308Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8309
8310 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
8311
8312Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8313
8314 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
8315
8316Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8317
8318 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
8319 politely rather than rudely.
8320
8321Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8322
8323 * stabs.texinfo: Document common blocks.
8324
8325Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
8326
8327 * stabs.texinfo: Add some basic info about stabs-in-elf.
8328
8329Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8330
8331 * stabs.texinfo (Top): Minor cleanup.
8332
8333Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
8334
8335 * Makefile.in (install-info): remove parentdir support
8336
8337Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8338
8339 * gdb.texinfo (Copying): delete this node and references to it;
8340 RMS says this manual need not carry GPL. (passim): Improvements
8341 from last round at FSF, largely due to Ian Taylor review, and
8342 minor formatting improvements.
8343
8344 * gdbinv-s.texi (passim): Improvements from last round at FSF,
8345 largely due to Ian Taylor review. (Debug Session): minor edits to
8346 new text.
8347
8348Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
8349
8350 * Makefile.in (realclean): Remove info and dvi files too.
8351
8352Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
8353
8354 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
8355 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
8356 * gdb.texinfo: Change accordingly.
8357
8358 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
8359 N_{L,R}BRAC,N_SLINE are relative to.
8360
8361Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
8362
8363 * Makefile.in (GDBvn.texi): Update atomically.
8364
8365Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
8366
8367 * gdbinv-s.texi (Debug Session): Document exceptionHook.
8368
8369Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
8370
8371 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
8372 addresses together. Also motivate the set print symbol-filename
8373 command and suggest other solutions.
8374
8375Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
8376
8377 * gdb.texinfo (set print elements): Note that the number of
8378 elements is set to unlimited by "set print elements 0".
8379
8380Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
8381
8382 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
8383 NF_LDOUBLE means.
8384 (Stab Types): Include Solaris stab types.
8385 (Procedures): Document Solaris extensions.
8386
8387Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8388
8389 * gdb.texinfo: Add `set print symbol-filename' doc.
8390
8391Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8392
8393 * stabs.texinfo (Arrays): Talk about type definition vs. type
8394 information.
8395
8396 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
8397 the trailing semicolon.
8398
8399Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8400
8401 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
8402 and merge in other parts of the document addressing these subjects.
8403 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
8404
8405 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
8406 at the end of a range type.
8407
8408 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
8409 AIX extensions.
8410
8411Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8412
8413 * stabs.texinfo (Stabs Format): Misc fixes.
8414
8415Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8416
8417 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
8418 (Traditional builtin types): Document convex convention for long long.
8419 (Negative builtin types): Discuss type names, and misc fixes.
8420
8421Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8422
8423 * stabs.texinfo (Builtin Type Descriptors): Document the floating
8424 point types used with @samp{R} type descriptor.
8425 (Symbol Descriptors): Describe how to handle conflict between
8426 different meanings of @samp{P} symbol descriptor.
8427
8428Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8429
8430 * stabs.texinfo: Remove node Quick Reference and put its children
8431 directly under the main menu.
8432
8433 * stabs.texinfo: Many more changes to bring it into line with
8434 AIX documentation and reality. I think it now has all the
8435 information from the AIX documentation, except that I burned
8436 out when I got to variant records (Pascal and Modula-2) and
8437 all the COBOL types. Oh well, we can add them later when we're
8438 worrying more about those languages.
8439
8440 * stabs.texinfo (Automatic variables): Talk about what it means
8441 to omit the symbol descriptor.
8442
8443Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8444
8445 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
8446 gcc2 behavior with promoted args.
8447
8448Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8449
8450 * gdb.texinfo: include readline appendices in info version of manual
8451
8452Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8453
8454 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
8455 target remote.
8456
8457 * gdb.texinfo (Machine Code): more index entries for disassemble
8458
8459Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
8460
8461 * Clarify the intended use of the gdb-testers and gdb-patches
8462 mailing lists, and shrink gzip comment.
8463
8464Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8465
8466 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
8467 DOSHOST configuration of manual.
8468
8469 * gdb.texinfo (MIPS Stack): new node.
8470
8471 * all-config.texi (MIPS) new switch.
8472
8473 * gdbinv-s.texi (Nindy Options) Remove two instances of future
8474 tense; (MIPS Remote) new node.
8475
8476 * gdb.texinfo (passim) rephrases to work around makeinfo @value
8477 bug; (Environment) less passive, other small cleanups in text about
8478 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
8479 (Remote) new MIPS Remote menu entry.
8480
8481Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
8482
8483 * stabs.texinfo: Many changes to include information from the
8484 AIX documentation.
8485
8486 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
8487
8488Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
8489
8490 * gdbint.texinfo (new node Debugging GDB, elsewhere):
8491 Move a bunch of information from ../README.
8492 (Getting Started): New node.
8493
8494Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8495
8496 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
8497
8498 * gdb.texinfo: advance manual revision dates to present
8499
8500 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
8501 stop using silly Roman numerals in @set variable names
8502
8503Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
8504
8505 * stabs.texinfo (Parameters): Keep trying to get this right.
8506
8507Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
8508
8509 * stabs.texinfo (Parameters): More on "local parameters".
8510
8511Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
8512
8513 * stabs.texinfo (Parameters): Re-do "local parameters" section.
8514
8515Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
8516
8517 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
8518 (Parameters): Rewrite.
8519 (xcoff-differences, Sun-differences): Minor changes.
8520
8521Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
8522
8523 * stabs.texinfo: Minor cleanup.
8524
8525Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
8526
8527 * gdbint.texinfo: Minor xcoff stuff.
8528
8529Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
8530
8531 * gdbint.texinfo: Update for new config directory structure.
8532 Add info about internal type data structures.
8533
8534Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
8535
8536 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
8537 $(srcdir).
8538 (gdb-config.texi): Depend on file in $(srcdir).
8539
8540Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
8541
8542 * stabs.texinfo: Fixes about N_SO.
8543
8544Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8545
8546 * gdb.texinfo: include list of nonstandard init file names
8547
8548 * *-config.texi: new switch GENERIC for text that applies *only*
8549 to (usual) multiple-target version of manual
8550
8551 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
8552 h8 config
8553
8554 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
8555 in menus (rather than conditionally selected multiple alternative
8556 menus).
8557
8558 * Makefile.in: define and use DOC_CONFIG var to select
8559 configuration for GDB user manual.
8560
8561 * gdb-config.texi: delete from repository, generate from Makefile.
8562
8563 * all-config.texi: normal `generic' configuration file, formerly
8564 stored as gdb-config.texi
8565
8566Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
8567
8568 * Makefile.in: add dvi target to build all .dvi files
8569
8570Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8571
8572 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
8573
8574Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
8575
8576 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
8577 host conditionals.
8578 * stabs.texinfo: More array fixes inspired by Jim's.
8579
8580Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
8581
8582 * stabs.texinfo: Fixes re arrays and continuations.
8583
8584 * gdbint.texinfo: Add XCOFF node.
8585
8586Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
8587
8588 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
8589
8590Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
8591
8592 * stabs.texinfo: Fix for array types to mention lower bounds.
8593
8594Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
8595
8596 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
8597
8598Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
8599
8600 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
8601
8602Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
8603
8604 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
8605 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
8606
8607Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
8608
8609 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
8610
8611Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8612
8613 * gdb.texinfo, gdbinv-s.texi: misc updates
8614
8615Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
8616
8617 * gdbint.texinfo: Brief documentation for longjmp support,
8618 from an email msg by Stu.
8619
8620Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
8621
8622 * stabs.texinfo: Fix description of floating point "range"
8623 types (which really define basic types). Reported by Jim Meehan,
8624 <meehan@src.dec.com>.
8625
8626 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
8627
8628Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
8629
8630 * gdbint.texinfo: Slightly expand section on supporting a new
8631 object file format.
8632
8633Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
8634
8635 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
8636 intermediate file.
8637
8638Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8639
8640 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
8641
8642Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8643
8644 * gdbinv-s.texi: z8000 simulator target name is just "sim"
8645
8646 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
8647 as well as Z8002.
8648
8649Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
8650
8651 * gdbint.texinfo: Add sections on clean design and on how to send
8652 in changes.
8653
8654Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
8655
8656 * gdbint.texinfo: Add how to declare the result of make_cleanup.
8657
8658Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
8659
8660 * gdb.texinfo: Fix typo, reported by Karl Berry.
8661
8662Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
8663
8664 * gdb.texinfo: Add opcodes dir to GDB distribution description.
8665
8666Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8667
8668 * gdbint.texinfo: fixed a stray email address (needs @@),
8669 added @table @code to node "Native Conditionals"
8670
8671Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
8672
8673 * gdbint.texinfo: Describe coding style of GDB.
8674
8675Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
8676
8677 * stabs.texinfo: Minor wording changes.
8678
8679Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
8680
8681 * gdbint.texinfo: Improve release doc slightly.
8682
8683Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
8684
8685 * gdbint.texinfo: Improve doc of GDB config macros.
8686
8687Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
8688
8689 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
8690 These will be reinserted when examined.
8691
8692Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
8693
8694 * gdbint.texinfo: Make a start at documenting all the #if macros
8695 in GDB. At least list them all, and start separating them into
8696 host-specific and target-specific.
8697
8698Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8699
8700 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 8701 examples (not consistent w others).
c906108c
SS
8702 gdb.texinfo: issue disclaimer paragraph on cmdline options only
8703 for generic vn of doc
8704
8705Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
8706
8707 * Makefile.in: always create installation directories.
8708
8709Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8710
8711 * gdb.texinfo: in h8 config, do not describe searching commands.
8712
8713Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8714
8715 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
8716 conditionals; introduce a few generic switches that may be
8717 useful for other cross-dev or dos-hosted configs.
8718
8719 * gdb.texinfo: fix typo in "info reg" description
8720
8721Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
8722
8723 * stabs.texinfo: Minor updates from running TeX over it.
8724 * Makefile.in (stabs.dvi, stabs.ps): Add.
8725
8726Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
8727
8728 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
8729 First pass at converting it to texinfo.
8730
8731Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
8732
8733 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
8734 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
8735
8736Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
8737
8738 * gdbint.texinfo: Add section on partial symbol tables.
8739
8740Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
8741
8742 * gdb.texinfo: document `set remotedebug' and `set
8743 rstack_high_address'.
8744
8745Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8746
8747 * gdb.texinfo: slight expansion of new text on reading info files
8748 * gdbinv-s.m4.in: correct and expand info on cross-debugging
8749 H8/300 from DOS.
8750
8751Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
8752
8753 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
8754
8755Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
8756
8757 * gdb.texinfo: Say how to read the `info' files.
8758
8759Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
8760
8761 * Makefile.in: gm4 -> m4.
8762
8763Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
8764
8765 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
8766 Documentation' ahead of `Installing GDB' to match README.
8767 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 8768 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
8769
8770Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
8771
8772 * Makefile.in: remove $(srcdir) from gdb.info rule.
8773
8774Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8775
8776 * Makefile.in: commented out gdb-all.texinfo rule. This is
8777 temporary.
8778
8779Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
8780
8781 * Makefile.in, configure.in: removed traces of namesubdir,
8782 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
8783 copyrights to '92, changed some from Cygnus to FSF.
8784
8785Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
8786
8787 * gdb.texinfo: Improve how we ask for bug reports.
8788
8789Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8790
8791 * Makefile.in: infodir belongs in datadir.
8792
8793Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8794
8795 * Makefile.in: remove spaces following hyphens, bsd make can't
8796 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 8797 standards.text support.
c906108c
SS
8798
8799Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8800
8801 * Makefile.in: idestdir and ddestdir go away. Added copyrights
8802 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
8803 and mandir now keyed off datadir by default.
8804
8805\f
8806Local Variables:
9e9c5ae7 8807mode: change-log
c906108c
SS
8808left-margin: 8
8809fill-column: 74
8810version-control: never
8811End:
This page took 1.39859 seconds and 4 git commands to generate.