* NEWS: Add entry for stdio gdbserver.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
e0f9f062
DE
12011-12-16 Doug Evans <dje@google.com>
2
3 * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
4
80b6e756
PM
52011-12-16 Phil Muldoon <pmuldoon@redhat.com>
6
1c3ad6ab 7 * gdb.texinfo (Python Commands): Remove "maint set/show print
80b6e756
PM
8 stack". Add documentation for "set/show python print-stack".
9
2fb860fc
PA
102011-12-14 Pedro Alves <pedro@codesourcery.com>
11
12 * gdb.texinfo (Implementing a Remote Stub): Explain that you
13 should transfer control to the stub in the startup code instead of
14 in main. Mention the need to get past the initial breakpoint.
15
f8eba3c6
TT
162011-12-06 Tom Tromey <tromey@redhat.com>
17
18 * gdb.texinfo (Set Breaks): Update for new behavior.
19
2268b414
JK
202011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
21
22 * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
23 List Format for SVR4 Targets'.
24 (General Query Packets): New item qXfer:libraries-svr4:read.
25 (Library List Format for SVR4 Targets): New node.
26
ae6f0d5b
TT
272011-12-01 Tom Tromey <tromey@redhat.com>
28
29 * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
30 add.
31
36dfb11c
TT
322011-11-22 Tom Tromey <tromey@redhat.com>
33
34 * gdb.texinfo (GDB/MI Async Records): Document new *stopped
35 reasons.
36
f196051f
SS
372011-11-20 Stan Shebs <stan@codesourcery.com>
38
39 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
40 note-related options and variables.
41 (Tracepoint Packets): Document packet changes.
42
f85b53f8
SD
432011-11-20 Sanjoy Das <sdas@igalia.com>
44
45 * gdb.texinfo (JIT Interface): Add documentation on writing and
46 usind JIT debug info readers.
47 (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
48 Debug Info Readers): New nodes.
49
bfccc43c
YQ
502011-11-18 Yao Qi <yao@codesourcery.com>
51
52 * gdb.texinfo (Create and Delete Tracepoints): Mention pending
53 tracepoint.
54
c011a4f4
DE
552011-11-15 Doug Evans <dje@google.com>
56
57 * gdb.texinfo (Files): Document basenames-may-differ.
58
ed59ded5
DE
592011-11-14 Doug Evans <dje@google.com>
60
61 * gdb.texinfo (Shell Commands): Document "!".
62
405f8e94
SS
632011-11-14 Stan Shebs <stan@codesourcery.com>
64 Kwok Cheung Yeung <kcy@codesourcery.com>
65
66 * gdb.texinfo (Create and Delete Tracepoints): Describe what is
67 needed to get shorter fast tracepoints.
68 (Tracepoint Packets): Document new qTMinFTPILen packet.
69
1e4d1764
YQ
702011-11-14 Yao Qi <yao@codesourcery.com>
71
72 * gdb.texinfo (Create and Delete Tracepoints): Describe changed
73 behavior of tracepoint.
74 (General Query Packets): New feature InstallInTrace.
75 (Remote Configuration): Document "set remote
76 install-in-trace-packet".
77
71eba9c2 782011-11-12 Matt Rice <ratmice@gmail.com>
79
80 * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
81 Add arguments to info macro.
82
e0f8f636
TT
832011-11-10 Tom Tromey <tromey@redhat.com>
84
85 * gdb.texinfo (Compilation): Don't mention -gdwarf-2. Link to GCC
86 manual.
87 (Variables): Don't mention -gdwarf-2. Link to Compilation node.
88 (Macros): Add a footnote.
89 (C): Remove paragraph about compiler options.
90 (C Constants): Mention wide character and string constants.
91 (C Plus Plus Expressions): Update compiler option advice. Mention
92 using declarations. Mention ADL. Remove old HP compiler
93 information.
94
625c0d47
TT
952011-11-10 Tom Tromey <tromey@redhat.com>
96
97 PR c++/9257:
98 * gdb.texinfo (Print Settings): Add an extra note about the need
99 for a vtable.
100
4be2aacc
MR
1012011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
102
103 * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
104 "set mips abi" documentation.
105
0a1c4d10
DE
1062011-11-04 Doug Evans <dje@google.com>
107
108 * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
109
aad1c02c
TT
1102011-11-03 Tom Tromey <tromey@redhat.com>
111
112 * gdb.texinfo (Stopping): Add menu entry.
113 (Continuing and Stepping): Restore @node. Use @section, not
114 @subsection.
115
983fb131
MR
1162011-11-03 Maciej W. Rozycki <macro@codesourcery.com>
117
118 * gdb.texinfo (Skipping Over Functions and Files): Remove node
119 designation. Fix "Specify Location" cross-reference.
120
3065dfb6
SS
1212011-11-02 Stan Shebs <stan@codesourcery.com>
122
123 * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
124 (General Query Packets): Describe tracenz feature.
125 * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
126
0aaaf063
PK
1272011-10-28 Paul Koning <paul_koning@dell.com>
128
129 * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
130
2231f1fb
KP
1312011-10-27 Kevin Pouget <kevin.pouget@st.com>
132
133 * gdb.texinfo ((Frames In Python): Document
134 gdb.FRAME_UNWIND_FIRST_ERROR contant.
135
5110b5df
PK
1362011-10-26 Paul Koning <paul_koning@dell.com>
137
138 * gdb.texinfo (gdb.types): Document new deepitems function.
139
22dbab46
PK
1402011-10-25 Paul Koning <paul_koning@dell.com>
141
142 PR python/13327
143
144 * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
145 fetch_lazy method.
146
9df2fbc4
PM
1472011-10-20 Phil Muldoon <pmuldoon@redhat.com>
148
149 PR python/12656
150
151 * gdb.texinfo (Blocks In Python): Document is_static, is_global,
152 global_block, static_block function.
153
f05e2e1d
TT
1542011-10-19 Tom Tromey <tromey@redhat.com>
155
156 * gdb.texinfo (Commands In Python): Add missing "@"s.
157
a7fc3f37
KP
1582011-10-13 Kevin Pouget <kevin.pouget@st.com>
159
160 PR python/13285 Document named constants for frame unwind stop reasons
161 * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
162 constants.
163
5048e516
JK
1642011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
165
166 Fix compatibility with texinfo versions older than 4.12.
167 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
168 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
169 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
170 (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
171 * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
172 Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
173 CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
174
5a56e9c5
DE
1752011-10-09 Doug Evans <dje@google.com>
176
177 * gdb.texinfo (Extending GDB): Document alias command.
178
36b11add
JK
1792011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
180
181 Support @entry in input expressions.
182 * gdb.texinfo (Variables): Describe @entry names suffix.
183 (Print Settings): Add anchor for `set print entry-values'.
184
e18b2753
JK
1852011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
186 Eli Zaretskii <eliz@gnu.org>
187
188 Display @entry parameter values (without references).
189 * gdb.texinfo (Tail Call Frames): Add anchor. Add self tail call
190 example.
191 (Print Settings): New description of set print entry-values and show
192 print entry-values.
193
111c6489
JK
1942011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
195 Eli Zaretskii <eliz@gnu.org>
196
197 Recognize virtual tail call frames.
198 * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
199 (Tail Call Frames): New node.
200 (Frames In Python): Add gdb.TAILCALL_FRAME.
201
9c15afc4
DE
2022011-10-07 Doug Evans <dje@google.com>
203
204 * gdb.texinfo (gdb.printing): Document new `replace' arg to
205 register_pretty_printer.
206
99f5279d
PM
2072011-10-07 Phil Muldoon <pmuldoon@redhat.com>
208
209 PR python/12930
210 PR python/12802
211
212 * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
213 stop method.
214
03583c20
UW
2152011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
216
217 * gdb.texinfo (Starting your Program): "set disable-randomization"
218 is no longer Linux-specific.
219 (Remote Configuration): Document "set remote
220 disable-randomization-packet".
221 (General Query Packets): Document "QDisableRandomization" packet
222 and add it to "qSupported" list.
223
bd054e06
KP
2242011-10-07 Kevin Pouget <kevin.pouget@st.com>
225
226 Allow Python notification of new object-file loadings.
227 * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
228 event type.
229
cb6be26b
KP
2302011-10-04 Kevin Pouget <kevin.pouget@st.com>
231
232 PR python/12691: Add the inferior to Python exited event
233 * gdb.texinfo (Events In Python): Describe exited inferior attribute.
234
a05336a1
JB
2352011-10-03 Joel Brobecker <brobecker@adacore.com>
236
237 * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
238 rephasing.
239
5d77fe44
JB
2402011-10-03 Joel Brobecker <brobecker@adacore.com>
241
242 * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
243 (GDB/MI Miscellaneous Commands): Add `ada-task-info'
244 as possible feature returned by the `-list-features'
245 command.
246
699df94d
PK
2472011-09-28 Paul Koning <paul_koning@dell.com>
248
249 * gdb.texinfo (gdb.Type): Document field access by dictionary
250 key syntax.
251
24bdad53
YQ
2522011-09-28 Yao Qi <yao@codesourcery.com>
253
254 * gdb.texinfo (Files): Update options for `add-symbol-file'.
255 Add one space after option `-s'. Remove @r{} markup.
256
6710bf39
SS
2572011-09-27 Stan Shebs <stan@codesourcery.com>
258
259 * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
260
d99f7e48
HZ
2612011-09-16 Hui Zhu <teawater@gmail.com>
262
263 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
264 to *(unsigned char *)$esp@300.
265
d812018b
PK
2662011-09-15 Paul Koning <paul_koning@dell.com>
267
268 * gdb.texinfo: Make style of Python functions and methods match
269 the syntax of Python. Also put class and module names explicitly
270 on function, member, and variable names, matching Python
271 documentation conventions.
272
2aa48337
KP
2732011-09-15 Kevin Pouget <kevin.pouget@st.com>
274
275 PR Python/12692 Add gdb.selected_inferior() to Python interface.
276 * gdb.texinfo (Inferiors In Python): Describe new
277 gdb.selected_inferior() function.
278
6839b47f
KP
2792011-09-15 Kevin Pouget <kevin.pouget@st.com>
280
281 Handle multiple breakpoint hits in Python interface:
282 * gdb.texinfo (Events In Python): New function documentation:
283 gdb.BreakpointEvent.breakpoints. Indicate that
284 gdb.BreakpointEvent.breakpoint is now deprecated.
285
26829f2b
JB
2862011-09-04 Joel Brobecker <brobecker@adacore.com>
287
288 * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
289
a9f54f60
TT
2902011-08-25 Andrew Oakley <andrew@ado.is-a-geek.net>
291
292 * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
293
fa3a4f15
PM
2942011-08-17 Phil Muldoon <pmuldoon@redhat.com>
295
296 * gdb.texinfo (Prompt): Add set/show extended-prompt
297 documentation
298 (Basic Python): Add prompt_hook anchor.
299 (Python modules): Reword module text to reflect multiple modules.
300 (gdb.prompt): Document gdb.prompt module.
301
224bbe49
YQ
3022011-08-14 Yao Qi <yao@codesourcery.com>
303
78d85199
YQ
304 * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
305
3062011-08-14 Yao Qi <yao@codesourcery.com>
307
308 * gdb.texinfo (Standard Target Features): Document C6x features.
224bbe49
YQ
309 (TIC6x Features): New node.
310
457e09f0
DE
3112011-08-12 Doug Evans <dje@google.com>
312
313 * gdb.texinfo (Symbols In Python): Document symbol.type.
314
5e239b84
PM
3152011-08-09 Phil Muldoon <pmuldoon@redhat.com>
316
317 * gdb.texinfo (Python): Document command and function
318 auto-loading.
319
177bc839
JK
3202011-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
321 Eli Zaretskii <eliz@gnu.org>
322
323 * gdb.texinfo (whatis, ptype): Highlight their differences. Describe
324 typedefs unrolling. Extend the sample code by an inner typedef and
325 outer typedefs unrolling.
326
1a532630
PP
3272011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
328
329 * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
330 size and line-size.
331
9b158ba0 3322011-07-21 Matt Rice <ratmice@gmail.com>
333
334 PR macros/12999
335 * gdb.texinfo (Macros): Add info definitions and info macros commands.
336 Update text and cindex entries for info macro command.
337
d17b6f81
PM
3382011-07-21 Phil Muldoon <pmuldoon@redhat.com>
339
340 * observer.texi (GDB Observers): Add before_prompt observer.
341 * gdb.texinfo (Basic Python): Add documentation for prompt
342 substitution.
343
713389e0
PM
3442011-07-11 Phil Muldoon <pmuldoon@redhat.com>
345
346 PR python/12438
347 * gdb.texinfo (Python Commands): Add deprecate note to maint
348 set/show python print-stack. Document set/show python
349 print-backtrace.
350
177b42fe
TJB
3512011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
352
353 * gdb.texinfo: Fix typos.
354
900e11f9
JK
3552011-07-01 Tom Tromey <tromey@redhat.com>
356
357 * gdb.texinfo (Debugging Output): Document set debug
358 check-physname.
359
39c4d40a
TT
3602011-06-29 Tom Tromey <tromey@redhat.com>
361
362 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
363 breakpoint-notifications feature.
364
6f5def7d
UW
3652011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
366
367 * gdb.texinfo (Target Description): Remove warning about
368 possibly unstable format.
369
8cf64490
TT
3702011-06-03 Tom Tromey <tromey@redhat.com>
371
372 * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
373 (Events In Python): Note that exit_code is optional.
374
393eab54
PA
3752011-05-17 Pedro Alves <pedro@codesourcery.com>
376
377 * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
378 required for multi-threading support.
379 (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
380 Hc are deprecated for multi-threading debugging. Point readers at
381 the vCont packet.
382
75fc9810
DE
3832011-05-15 Doug Evans <dje@google.com>
384
385 * gdb.texinfo (Auto-loading): Document printing of missing scripts.
386
01124a23
DE
3872011-05-13 Doug Evans <dje@google.com>
388
98a5dd13
DE
389 * gdb.texinfo (Threads): Document $sdir,$pdir.
390 (Server): Document $pdir exception.
391
dbaefcf7
DE
392 * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
393
cc63ef9b
DE
394 * gdb.texinfo (Threads): Clarify default value for
395 libthread-db-search-path.
7e0396aa 396
01124a23
DE
397 * gdb.texinfo (Completion): Update example.
398 (Debugging Output): Delete `set/show debug lin-lwp-async'.
399
d248b706
KY
4002011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
401
402 * gdb.texinfo: Document change in the behaviour of the enable and
403 disable GDB commands when applied to tracepoints.
404 Document the EnableDisableTracepoints remote stub feature.
405 Document QTEnable and QTDisable in the list of tracepoint packets.
406
cc88a640
JK
4072011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
408
409 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
410 hsuser.texi.
411 * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
412 comment to hsuser.texi. Change rluser.texi name in the comment.
413
84e578fb
DE
4142011-05-10 Doug Evans <dje@google.com>
415
416 * gdb.texinfo (Threads): If an empty path is provided for
417 libthread-db-search-path it is reset to its default value.
418 (Server): Ditto.
419
478aac75
DE
4202011-05-09 Doug Evans <dje@google.com>
421
422 * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
423
9c06b0b4
TJB
4242011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
425 Thiago Jung Bauermann <bauerman@br.ibm.com>
426
427 Implement support for PowerPC BookE masked watchpoints.
428 * gdb.texinfo (Set Watchpoints): Document mask parameter.
429 (PowerPC Embedded): Mention support of masked watchpoints.
430
9ed350ad
JB
4312011-05-03 Joel Brobecker <brobecker@adacore.com>
432
433 * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
434 `@value{GDBN}'.
435
4ceed123
JB
4362011-05-03 Joel Brobecker <brobecker@adacore.com>
437
438 * gdb.texinfo (titlepage): Remove dedication.
439 (In Memoriam): New appendix.
440
559a7a62
JK
4412011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
442 Eli Zaretskii <eliz@gnu.org>
443
444 * gdb.texinfo (Index Section Format): Change the version to 5.
445 Describe the different formula.
446
03f2bd59
JK
4472011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
448 Eli Zaretskii <eliz@gnu.org>
449
450 * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
451 for disconnected tracing.
452 (Multi-Process Mode for @code{gdbserver}): Mention --multi and
453 extended-remote relationship. Mention --once.
454 (TCP port allocation lifecycle of @code{gdbserver}): New.
455
d9b1a651
EZ
4562011-04-23 Eli Zaretskii <eliz@gnu.org>
457
458 * gdb.texinfo (Server): Improve indexing. Index all optional
459 switches to gdbserver.
460
90476074
TT
4612011-04-20 Tom Tromey <tromey@redhat.com>
462
463 * gdb.texinfo (Index Section Format): New node.
464 (Top): Add new node to menu.
465
c21236dc
PA
4662011-04-20 Pedro Alves <pedro@codesourcery.com>
467
468 * gdb.texinfo (Maintenance Commands): Document `maint print
469 remote-registers'.
470
05c8c3f5
TT
4712011-04-20 Tom Tromey <tromey@redhat.com>
472
473 * gdb.texinfo (Trace File Format): Move node later.
474
7a9dd1b2
TT
4752011-04-19 Tom Tromey <tromey@redhat.com>
476
477 * gdbint.texinfo (Register Information Functions): Remove
478 duplicate "the".
479 * gdb.texinfo (Emacs): Remove duplicate "to".
480 (GDB/MI Variable Objects): Remove duplicate "the".
481 (General Query Packets): Likewise.
482
4368ebeb
JB
4832011-04-02 Joel Brobecker <brobecker@adacore.com>
484
485 * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
486 "GDB/MI Ada Exception Information" node.
487
956a9fb9
JB
4882011-04-01 Joel Brobecker <brobecker@adacore.com>
489
490 * gdb.texinfo (GDB/MI Ada Exception Information): Document
491 the "exception-name" field in the *stopped async record.
492
f1310107
TJB
4932011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
494 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
495
496 Implement support for PowerPC BookE ranged breakpoints.
497 * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
498
8786b2bd
TT
4992011-03-28 Tom Tromey <tromey@redhat.com>
500
501 * gdb.texinfo (Set Tracepoints): Fix typo.
502
9ef07c8c
TT
5032011-03-24 Tom Tromey <tromey@redhat.com>
504
505 * gdb.texinfo (Specify Location): Document `function:label'
506 linespec.
507
99c3dc11
PM
5082011-03-18 Phil Muldoon <pmuldoon@redhat.com>
509
f1310107 510 PR python/12149
99c3dc11
PM
511
512 * gdb.texinfo (Basic Python): Update gdb.write and flush text.
513
29703da4
PM
5142011-03-17 Phil Muldoon <pmuldoon@redhat.com>
515
516 * gdb.texinfo (Blocks In Python): Add is_valid method description.
517 (Inferiors In Python): Likewise.
518 (Threads In Python): Likewise.
519 (Symbols In Python): Likewise.
520 (Objfiles In Python): Likewise.
521 (Symbol Tables In Python): Likewise.
522
c9174737
PA
5232011-03-15 Pedro Alves <pedro@codesourcery.com>
524
525 * gdb.texinfo (Auto Display) <undisplay, enable display, disable
526 display>: Explain that the commands accept number ranges.
527
7371cf6d
PM
5282011-03-14 Phil Muldoon <pmuldoon@redhat.com>
529
530 * gdb.texinfo (Breakpoints In Python): Add description and example
531 of Python stop function operation.
532
ecec24e6
PM
5332011-03-10 Phil Muldoon <pmuldoon@redhat.com>
534
535 * gdb.texinfo (Parameters In Python): Document get_set_string and
536 get_show_string methods.
537
6dcd5565
JK
5382011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
539
540 * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
541
81896e36
JK
542 * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
543 circular-trace-buffer name.
544
5e30da2c
JB
5452011-02-28 Joel Brobecker <brobecker@adacore.com>
546
547 * gdb.texinfo (Inferiors and Programs): Fix small error introduced
548 in the previous change.
549
3bd0f5ef 5502011-02-27 Michael Snyder <msnyder@vmware.com>
af624141
MS
551
552 * gdb.texinfo (Inferiors and Programs): Update commands to show
553 that they can accept multiple arguments.
554
4ec7539c
JB
5552011-02-24 Joel Brobecker <brobecker@adacore.com>
556
557 Revert the following patch (code patch was not approved):
558 2011-02-21 Hui Zhu <teawater@gmail.com>
559 * agentexpr.texi (bytecode descriptions): add printf.
560 * gdb.texinfo (tracepoint action lists): add printf.
561
82809774
DE
5622011-02-23 Doug Evans <dje@google.com>
563
564 * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
565
e5a67952
MS
5662011-02-23 Michael Snyder <msnyder@vmware.com>
567
568 * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
569 (Set Watchpoints): Add @dots{} to argument of info watchpoints.
570 (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
571
6e6fbe60
DE
5722011-02-22 Doug Evans <dje@google.com>
573
574 * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
575 Clarify behaviour of lookup_symbol when `block' argument is omitted,
576 add description of result, fix @defun formatting.
577
f994e27a
HZ
5782011-02-21 Hui Zhu <teawater@gmail.com>
579
580 * agentexpr.texi (Bytecode Descriptions): Add printf.
581 * gdb.texinfo (Tracepoint Action Lists): Add printf.
582
c7f96d2b
TT
5832011-02-18 Tom Tromey <tromey@redhat.com>
584
585 * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
586
60f98dde
MS
5872011-02-14 Michael Snyder <msnyder@vmware.com>
588
589 * gdb.texinfo (threads): Document argument for "info threads" cmd.
590 Document new command "thread find".
591
08e796bc
MS
5922011-02-14 Michael Snyder <msnyder@vmware.com>
593
594 * gdb.texinfo (Threads): Update example of new thread message.
595
b3b9301e
PA
5962011-02-14 Pedro Alves <pedro@codesourcery.com>
597
598 * gdb.texinfo (Remote Configuration): Mention set/show remote
599 traceframe-info.
600 (Tools/Packages Optional for Building GDB): Mention that expat is
601 used for traceframe info.
602 (Remote Protocol) <Menu>: Add "Traceframe Info Format".
603 (General Query Packets) <qSupported>: Describe the
604 qXfer:traceframe-info:read feature.
605 (qXfer::read): Describe qXfer:traceframe-info:read.
606 (Traceframe Info Format): New section.
607
cef35b0f
PA
6082011-02-04 Pedro Alves <pedro@codesourcery.com>
609
610 * gdbint.texinfo (Formatting): Mention some formatting guidelines
611 for casts and unary operators.
612
f1cbe1d3
TT
6132011-02-04 Tom Tromey <tromey@redhat.com>
614
615 * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
616 is not useful.
617
585fdaa1
PA
6182011-01-25 Pedro Alves <pedro@codesourcery.com>
619
620 * gdb.texinfo: s/value optimized out/optimized out/g
621
7bfc9434
JB
6222011-01-21 Joel Brobecker <brobecker@adacore.com>
623
624 * gdb.texinfo (Other Misc Settings): Rework part of the
625 documentation of the "set interactive mode" command.
626
4694da01
TT
6272011-01-19 Tom Tromey <tromey@redhat.com>
628
629 * gdb.texinfo (Threads): Document thread name output and `thread
630 name' command.
631 (Threads In Python): Document Thread.name attribute.
632 (GDB/MI Thread Commands): Document thread attributes.
633
b716877b
AB
6342011-01-12 Andrew Burgess <aburgess@broadcom.com>
635
636 * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
637 changes in mi/mi-cmd-disas.c
638
13fd8b81
TT
6392011-01-12 Tom Tromey <tromey@redhat.com>
640
641 * gdb.texinfo (Threads): Remove duplicate text. Update examples.
642 Fix "thread apply" text.
643
e09342b5
TJB
6442011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
645 Thiago Jung Bauermann <bauerman@br.ibm.com>
646
647 Implement support for PowerPC BookE ranged watchpoints.
648 * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
649 the "set powerpc exact-watchpoints" flag.
650
06e65f44
TT
6512011-01-07 Tom Tromey <tromey@redhat.com>
652
653 * gdb.texinfo (Python API): Add descriptions to @menu items.
654
d8e22779
TT
6552011-01-06 Tom Tromey <tromey@redhat.com>
656
657 * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
658
a255712f
PP
6592010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
660
e09342b5 661 * gdb.texinfo (Debugging Output): Document "set debug jit".
a255712f 662
ccfc3d6e
TT
6632011-01-06 Tom Tromey <tromey@redhat.com>
664
665 PR python/12133:
666 * gdb.texinfo (Frames In Python): Document various frame
667 constants.
668
44944448
JB
6692011-01-05 Joel Brobecker <brobecker@adacore.com>
670
671 * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
672 doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
673 doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
674
42ea3d7a
JK
6752011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
676
677 * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
678 (clean): Add GDBvn.texi.
679
720d1a40
JB
6802010-12-29 Joel Brobecker <brobecker@adacore.com>
681
682 * gdb.texinfo (Ada Glitches): Remove paragraph describing the
683 occasional case where the debugger prints an array address
684 instead of the array itself.
685
ad196637
PA
6862010-12-23 Pedro Alves <pedro@codesourcery.com>
687
688 * gdb.texinfo (Packets) <read registers packet>: Document support
689 for registers that were not collected.
690
a86caf66
DE
6912010-12-15 Doug Evans <dje@google.com>
692
693 * gdb.texinfo (Startup): Document auto-loading of scripts during
694 startup.
695 (Auto-loading): Delete "maint set python auto-load on|off".
696 Add "set auto-load-scripts on|off".
697
aae1c79a
DE
6982010-12-07 Doug Evans <dje@google.com>
699
700 * gdb.texinfo (Mode Options): Document -data-directory.
701 (Data Files): Add reference to -data-directory.
702
4e04c971
DE
7032010-11-29 Doug Evans <dje@google.com>
704
705 * gdb.texinfo (Pretty-Printer Introduction): Change
706 printer-name:subprinter-name to printer-name;subprinter-name.
707
94b6973e
PM
7082010-11-29 Phil Muldoon <pmuldoon@redhat.com>
709
710 PR python/12199
711
712 * gdb.texinfo (Breakpoints In Python): Document "delete" method.
713
39037522
TT
7142010-11-23 Tom Tromey <tromey@redhat.com>
715
716 * gdb.texinfo (Top): Check SYSTEM_READLINE.
717 (Editing): Likewise.
718 (Command History): Likewise.
719 (TUI Keys): Likewise.
720 (Bug Reporting): Conditionally include rluser.texi and
721 inc-history.texinfo.
722 * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
723 (GDB_DOC_SOURCE_INCLUDES): Add comment.
724 (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
725 (gdb.dvi): Use READLINE_TEXI_INCFLAG.
726 (gdb.pdf): Likewise.
727 (gdb.info): Likewise.
728 (gdb/index.html): Likewise.
729
5ae98d25
TT
7302010-11-23 Tom Tromey <tromey@redhat.com>
731
732 * Makefile.in (Makefile): Run ../config.status.
733 (distclean): Update.
734 * configure: Remove.
735 * configure.ac: Remove.
736
621c8364
TT
7372010-11-12 Tom Tromey <tromey@redhat.com>
738
739 * gdb.texinfo (Basic Python): Update. Add xref.
740 (Exception Handling): Document new exception classes.
741 (Types In Python): Update.
742 (Frames In Python): Update.
743
84f4c1fe
PM
7442010-11-11 Phil Muldoon <pmuldoon@redhat.com>
745
746 * gdb.texinfo (Breakpoints In Python): Document "internal"
747 parameter, and visible attribute.
748
99e7ae30
DE
7492010-11-05 Doug Evans <dje@google.com>
750
751 * gdb.texinfo (Source Path): Document "set directories".
752
f4b8a18d
KW
7532010-11-05 Ken Werner <ken.werner@de.ibm.com>
754
755 * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
756 (OpenCL C): New node.
757
7b51bc51
DE
7582010-11-02 Doug Evans <dje@google.com>
759
760 * gdb.texinfo (Pretty Printing): Expand into three sections,
761 introduction, example, and commands.
762 (Python API): Delete section Disabling Pretty-Printers, merge into
763 Selecting Pretty-Printers.
764 (Writing a Pretty-Printer): New section. Move the pretty-printer
765 example here, and reformat to match python coding style. Add a second
766 example using the gdb.printing module.
767 (Python modules): Add gdb.printing.
768
9eeee977
DE
7692010-10-29 Doug Evans <dje@google.com>
770
771 * gdb.texinfo (Python): Fix long line.
772
a0e0ffdf
DE
7732010-10-20 Doug Evans <dje@google.com>
774
775 * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
776 All references updated. Correct sections marked as subsections.
777 (Coding Standards): New chapter. Move the coding standard related
778 subsections here. Add section on Python coding standards.
779
0e3509db
DE
7802010-10-13 Doug Evans <dje@google.com>
781
782 * gdb.texinfo (Python): Add "Python modules".
783 (Types in Python): Add reference to gdb.types section.
784 (Python modules): New node.
785
44592cc4
DE
7862010-10-11 Doug Evans <dje@google.com>
787
788 * gdb.texinfo (Values From Inferior): Add reference to "Types in
789 Python" from gdb.Value.type description.
790
6e1bb179
JB
7912010-09-28 Joel Brobecker <brobecker@adacore.com>
792
793 * gdb.texinfo (Ravenscar Profile): New node.
794
e8467610
TT
7952010-09-22 Tom Tromey <tromey@redhat.com>
796
797 * gdb.texinfo (Values From Inferior): Mention Value.__init__.
798
fccd1d1e
EZ
7992010-09-22 Eli Zaretskii <eliz@gnu.org>
800
801 * gdb.texinfo (Values From Inferior): Clarify that
802 value.dynamic_type works only in C++ programs with RTTI.
803
c1b6b909
TT
8042010-09-15 Paul Bolle <pebolle@tiscali.nl>
805
806 * gdb.texinfo (Character Sets): Correctly reference host-charset
807 in example.
808
7d288aaa
TT
8092010-09-13 Tom Tromey <tromey@redhat.com>
810
811 * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
812 Document "fullname" and "from".
813
f75d858b
MK
8142010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
815
816 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
817 feature `reverse' output by -list-target-features.
818
83b9503b
L
8192010-08-31 H.J. Lu <hongjiu.lu@intel.com>
820
821 * gdb.texinfo (i386 Features): Remove an extra "@item".
822
03f17ccf
TT
8232010-08-30 Tom Tromey <tromey@redhat.com>
824
825 PR python/11792:
826 * gdb.texinfo (Values From Inferior): Document dynamic_type.
827
9779414d
DJ
8282010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
829
830 * gdb.texinfo (ARM Features): Document
831 org.gnu.gdb.arm.m-profile.
832
f9ffd4bb
TT
8332010-08-23 Tom Tromey <tromey@redhat.com>
834
835 PR python/11145:
836 * gdb.texinfo (Values From Inferior): Document dynamic_cast and
837 reinterpret_cast methods.
838
702c2711
TT
8392010-08-23 Tom Tromey <tromey@redhat.com>
840
841 PR python/11915:
842 * gdb.texinfo (Types In Python): Document array method.
843
66b73624
TJB
8442010-08-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
845
846 * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
847
06a64a0b
TT
8482010-08-16 Tom Tromey <tromey@redhat.com>
849
850 * gdb.texinfo (Set Watchpoints): Document -location option.
851
a3a7127e
DE
8522010-08-13 Doug Evans <dje@google.com>
853
854 * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
855
8dedea02
VP
8562010-08-13 Vladimir Prus <vladimir@codesourcery.com>
857
858 * gdb.texinfo (GDB/MI Data Manipulation): Document
859 -data-read-memory-raw and -data-write-memory-raw.
860
ca5c20b6 8612010-08-11 Tom Tromey <tromey@redhat.com>
889bf7c5 862 Phil Muldoon <pmuldoon@redhat.com>
ca5c20b6
PM
863
864 * gdb.texinfo (Basic Python): Describe post_event API.
865
cb2e07a6
PM
8662010-08-11 Phil Muldoon <pmuldoon@redhat.com>
867
868 * gdb.texinfo (Basic Python): Describe solib_address and
889bf7c5 869 decode_line Python APIs
cb2e07a6 870
464b3efb
TT
8712010-08-10 Tom Tromey <tromey@redhat.com>
872
873 * gdb.texinfo (Pretty Printing API): Document
874 gdb.default_visualizer.
875
c29c521f
TT
8762010-08-10 Tom Tromey <tromey@redhat.com>
877
878 Revert gdb-add-index addition:
879 * gdb.texinfo (Index Files): Don't document gdb-add-index.
880
5da1313b
JK
8812010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
882 Eli Zaretskii <eliz@gnu.org>
883
884 * gdb.texinfo (Mode Options) <-batch>
885 (Basic Python) <gdb.execute>: Describe setting width and height.
886
02d868e8
PP
8872010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
888
889 * gdb.texinfo (Threads): Document 'debug libthread-db'.
890
c2bbed2a
TT
8912010-07-30 Tom Tromey <tromey@redhat.com>
892
893 * gdb.texinfo (Index Files): Mention gdb-add-index.
894
6c13bbe1
HZ
8952010-07-30 Hui Zhu <teawater@gmail.com>
896
897 * gdb.texinfo (Inferiors and Programs): Update the introduce of
898 "detach inferior" and "kill inferior".
899
53a71c06
CR
9002010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
901
902 * gdb.texinfo (Machine Code): Update description of two forms of
903 arguments, and add new example to demonstrate the new form.
904
5374244e
PM
9052010-07-27 Phil Muldoon <pmuldoon@redhat.com>
906
907 * gdb.texinfo (Values From Inferior): Add value inferior function
908 call description.
909
8ea5bce5
JK
9102010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
911
912 * gdb.texinfo (Active Targets): Fix wrong comma placement.
913
c0edd9ed
JK
9142010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
915 Eli Zaretskii <eliz@gnu.org>
916
917 Make core files the process_stratum.
918 * gdb.texinfo (Active Targets): Remove core_stratum. Include
919 record_stratum example.
920
9291a0cd
TT
9212010-07-13 Tom Tromey <tromey@redhat.com>
922
923 * gdb.texinfo (Index Files): New node.
924
f5011d11
TT
9252010-07-13 Tom Tromey <tromey@redhat.com>
926
927 * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
928
0f5238ed
TT
9292010-07-13 Tom Tromey <tromey@redhat.com>
930
931 * gdb.texinfo (Specify Location): Document labels.
932
74c761c1
PA
9332010-07-01 Pedro Alves <pedro@codesourcery.com>
934
935 * gdb.texinfo (Create and Delete Tracepoints): Add more index
936 entries for fast tracepoints and static tracepoints.
937
501994c0
PA
9382010-07-01 Pedro Alves <pedro@codesourcery.com>
939
940 * gdb.texinfo (General Query Packets) <qfThreadInfo,
941 qsThreadInfo>: Spell out `l' as ell.
942
0fb4aa4b
PA
9432010-07-01 Pedro Alves <pedro@codesourcery.com>
944
945 * gdb.texinfo (Convenience Variables): Document $_sdata.
946 (Commands to Set Tracepoints): Describe static tracepoints. Add
947 `Listing Static Tracepoint Markers' menu entry. Document
948 "strace".
949 (Tracepoint Action Lists): Document collecting $_sdata.
950 (Listing Static Tracepoint Markers): New subsection.
951 (Tracepoints support in gdbserver): Mention static tracepoints.
952 (remote packets, enabling and disabling): Mention
953 read-sdata-object.
954 (General Query Packets) <qSupported>: Document qXfer:sdata:read
955 and StaticTracepoint.
956 Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
957 Document qXfer:sdata:read.
958 (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
959
dc3b15be
JB
9602010-06-29 Joel Brobecker <brobecker@adacore.com>
961
962 * gdb.texinfo (Threads In Python): Fix unmatched @end table.
963
595939de
PM
9642010-06-28 Phil Muldoon <pmuldoon@redhat.com>
965 Tom Tromey <tromey@redhat.com>
966 Thiago Jung Bauermann <bauerman@br.ibm.com>
967
968 * gdb.texinfo (Inferiors In Python): New node.
969 * gdb.texinfo (Threads In Python): New node.
970
9279c692
JB
9712010-06-28 Joel Brobecker <brobecker@adacore.com>
972
973 * gdb.texinfo (Python): Document what the python directory is
974 and what its location is.
975 (Basic Python): Document the gdb.PYTHONDIR constant.
976
bc9f0842
TT
9772010-06-25 Tom Tromey <tromey@redhat.com>
978
979 PR python/10808:
980 * gdb.texinfo (Basic Python): Document new gdb.execute argument.
981
f1421989
HZ
9822010-06-24 Hui Zhu <teawater@gmail.com>
983
984 * gdb.texinfo: (Commands for Controlled Output): Add
985 documentation for command "eval".
986
e4c0cfae
SS
9872010-06-21 Stan Shebs <stan@codesourcery.com>
988
989 * gdb.texinfo: Add explicit @node and @appendix for GFDL.
990 * annotate.texinfo: Ditto.
991 * gdbint.texinfo: Ditto.
992 * stabs.texinfo: Ditto.
993
bb08c432
HZ
9942010-06-22 Hui Zhu <teawater@gmail.com>
995
996 * gdb.texinfo: (Process Record and Replay): Add documentation
997 for command "set record memory-query".
998
4f5d9f07
SS
9992010-06-21 Stan Shebs <stan@codesourcery.com>
1000
1001 * gdb.texinfo: Relicense under GFDL version 1.3.
1002 * annotate.texinfo: Relicense under GFDL version 1.3.
1003 * gdbint.texinfo: Relicense under GFDL version 1.3.
1004 * stabs.texinfo: Relicense under GFDL version 1.3.
1005 * fdl.texi: Update to version 1.3.
1006
6aed2dbc
SS
10072010-06-18 Stan Shebs <stan@codesourcery.com>
1008
a61408f8
SS
1009 * gdb.texinfo (Operating System Auxiliary Information): Describe
1010 "info os" when no arguments given.
1011
6aed2dbc
SS
1012 * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
1013 $_thread.
1014
24e933df
HZ
10152010-06-18 Hui Zhu <teawater@gmail.com>
1016
1017 * gdb.texinfo: (Process Record and Replay): Add documentation
1018 for commands "record save" and "record restore".
1019
65d79d4b
SDJ
10202010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1021
1022 * gdb.texinfo: Include information about the correct use
1023 of addresses in the `watch' command.
1024
d914c394
SS
10252010-06-11 Stan Shebs <stan@codesourcery.com>
1026
1027 * gdb.texinfo (Observer Mode): New section.
1028 (General Query Packets): Document QAllow.
889bf7c5 1029
967cf477
DE
10302010-06-04 Doug Evans <dje@google.com>
1031
1032 * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
1033
aaf4119b
DE
10342010-06-03 Doug Evans <dje@google.com>
1035
1036 * gdbint.texinfo (Coding): Add subsection on command names.
1037
9eae7c52
TT
10382010-06-02 Tom Tromey <tromey@redhat.com>
1039
1040 * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
1041 always-disassemble.
1042
fa593d66
PA
10432010-06-01 Pedro Alves <pedro@codesourcery.com>
1044
1045 * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
1046 gdbserver, and add cross reference.
1047 (Tracepoints support in gdbserver): New subsection.
1048
dde08ee1
PA
10492010-05-26 Pedro Alves <pedro@codesourcery.com>
1050
1051 * gdb.texinfo (General Query Packets) <qSupported>: Describe the
1052 `qRelocInsn' feature.
1053 (Relocate instruction reply packet): New subsection
1054 of `Tracepoint Packets'.
1055 (Tracepoint Packets): Mention that packets QTDP and QTStart
1056 support the qRelocInsn request, and add cross reference to new
1057 subsection.
1058
07ca107c
DE
10592010-05-25 Doug Evans <dje@google.com>
1060
1061 * gdb.texinfo (Exception Handling): Document gdb.GdbError.
1062 (Commands In Python): Document gdb.string_to_argv.
1063
c25c4a8b
JK
10642010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1065
1066 * gdbint.texinfo (Host Definition): Remove items NORETURN and
1067 ATTR_NORETURN.
1068
d7b32ed3 10692010-04-29 Phil Muldoon <pmuldoon@redhat.com>
c25c4a8b
JK
1070 Tom Tromey <tromey@redhat.com>
1071 Thiago Jung Bauermann <bauerman@br.ibm.com>
d7b32ed3 1072
c25c4a8b 1073 * gdb.texinfo (Parameters In Python): New Node.
d7b32ed3 1074
6aecb9c2
JB
10752010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
1076
1077 * gdb.texinfo: (Summary) Add mention about D language support.
1078 (Filenames): Add D suffixes.
1079 (D): New node.
1080
b7da9e9f
PM
10812010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
1082
1083 * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
1084 of macro deleted from GDB code.
1085
ab38a727
PA
10862010-04-24 Pedro Alves <pedro@codesourcery.com>
1087
1088 * gdb.texinfo (Commands to specify files): Describe what how GDB
1089 looks up DOS-based filesystem paths on the system root. Document
1090 the new `set/show target-file-system-kind' commands.
1091
66d09542
DE
10922010-04-23 Doug Evans <dje@google.com>
1093
1094 * gdb.texinfo (Python): Move Auto-loading section here ...
1095 (Python API): from here.
1096 (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
1097 (Maintenance Commands): Add docs for "maint print section-scripts".
1098
8bd10a10
CM
10992010-04-20 Chris Moller <cmoller@redhat.com>
1100
1101 * gdb.texinfo (Setting Breakpoints): Added description of
1102 filename-qualified rbreak.
1103 * refcard.tex (Breakpoints and Watchpoints): Added brief
1104 description of filename-qualified rbreak.
1105
4c374409
JK
11062010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1107
1108 * gdb.texinfo (Data): New @menu reference to Pretty Printing.
1109 (Python API): Change the reference to Pretty Printing API.
1110 (Pretty Printing): Move the user part under the Data node. Reformat
1111 the sample output to 72 columns. Create a new reference to Pretty
1112 Printing API. Rename the API part ...
1113 (Pretty Printing API): To a new node name.
1114 (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
1115 (GDB/MI Variable Objects): Change references to Pretty Printing API.
1116
5a9351ae
SS
11172010-04-21 Stan Shebs <stan@codesourcery.com>
1118
1119 * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
889bf7c5 1120 and commands.
5a9351ae 1121 (Listing Tracepoints): Update to reflect current behavior.
889bf7c5 1122
9a22f0d0
PM
11232010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1124
1125 * gdb.texinfo (Examining memory): Update for change in string
1126 display with explicit size.
1127
6149aea9
PA
11282010-04-19 Pedro Alves <pedro@codesourcery.com>
1129
1130 PR breakpoints/8554.
1131
1132 * gdb.texinfo (Save Breakpoints): New node.
1133 (save-tracepoints): Rename to ...
1134 (save tracepoints): ... this. Mention that `save-tracepoints' is
1135 a deprecated alias to `save tracepoints'.
1136
711e434b
PM
11372010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
1138
645797a8 1139 * gdb.texinfo ($_tlb): Document new automatic convinience variable.
711e434b
PM
1140 (info w32 thread-information-block): Document new command.
1141 (qGetTIBAddress): Document new gdbserver query.
1142 (maint set/show show-all-tib): Document new command.
1143
3f7b2faa
DE
11442010-04-15 Doug Evans <dje@google.com>
1145
fa33c3cd
DE
1146 * gdb.texinfo (Python API): Add progspaces section.
1147 (Selecting Pretty-Printers): Progspace pretty-printers are
1148 searched too.
1149 (Progspaces In Python): New section.
1150
3f7b2faa
DE
1151 * gdb.texinfo (Command Files): Add docs for new "source -s" option.
1152
79f283fe
PM
11532010-04-14 Phil Muldoon <pmuldoon@redhat.com>
1154
1155 * gdb.texinfo (Pretty Printing): Document behaviour when to_string
1156 returns None.
1157
87290684
SS
11582010-04-09 Stan Shebs <stan@codesourcery.com>
1159
1160 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1161 Describe the `frames-created' field, tweak grammar.
1162
a97153c7
PA
11632010-04-09 Pedro Alves <pedro@codesourcery.com>
1164
1165 * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
1166 Describe the `circular' and `disconnected' fields.
1167
5c5dcc1b
L
11682010-04-09 H.J. Lu <hongjiu.lu@intel.com>
1169
1170 * gdb.texinfo (maint print registers): Mention unavailable and
1171 invisible registers.
1172
adc36818
PM
11732010-04-09 Phil Muldoon <pmuldoon@redhat.com>
1174 Thiago Jung Bauermann <bauerman@br.ibm.com>
5c5dcc1b 1175 Tom Tromey <tromey@redhat.com>
adc36818
PM
1176
1177 * gdb.texinfo (Breakpoints In Python): New Node.
1178
33da3f1c
SS
11792010-04-08 Stan Shebs <stan@codesourcery.com>
1180
1181 * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
1182 trace status fields.
1183
3a13a53b
L
11842010-04-08 H.J. Lu <hongjiu.lu@intel.com>
1185
1186 * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
1187 optional. Make org.gnu.gdb.i386.avx requires
1188 org.gnu.gdb.i386.avx.
1189
08001717
DE
11902010-04-08 Doug Evans <dje@google.com>
1191
1192 * gdb.texinfo (Command Files): Document that gdb skips $cdir in
1193 search path, and document that gdb only scans the search path if
1194 the script's path doesn't specify a directory.
1195
c375651d
DE
11962010-04-05 Doug Evans <dje@google.com>
1197
1198 * gdb.texinfo (maint show python auto-load): Fix typo.
1199
af54718e
SS
12002010-04-04 Stan Shebs <stan@codesourcery.com>
1201
d77f58be
SS
1202 * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
1203 (Setting Watchpoints): Update description of "info watch".
1204 (Disabling Breakpoints): Only "info break" lists all.
1205
af54718e
SS
1206 * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
1207 (tdump): Explain how tdump works.
1208
86b17b60
PA
12092010-04-01 Pedro Alves <pedro@codesourcery.com>
1210
1211 * gdb.texinfo (Break Commands): Clarify `commands' changes, and
1212 add cross reference.
1213
ff12863f
PA
12142010-03-31 Pedro Alves <pedro@codesourcery.com>
1215
1216 * gdb.texinfo (TUI Commands): Mention that in some cases, these
1217 commands error out.
1218
f68eb612
L
12192010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1220
1221 * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
1222
c8d5aac9
L
12232010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1224
1225 * gdb.texinfo (General Query Packets): Add xmlRegisters.
1226
7d13fe92
SS
12272010-03-29 Stan Shebs <stan@codesourcery.com>
1228 Nathan Sidwell <nathan@codesourcery.com>
1229
1230 * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
1231 GDBN equivalent.
1232 (Set Tracepoints): Remove mention that conditional tracepoints
1233 don't exist.
1234 (Tracepoint Actions): Clarify when while-stepping collection
1235 happens, note that while-stepping does not automatically collect
1236 $pc.
1237
409873ef 12382010-03-29 Stan Shebs <stan@codesourcery.com>
889bf7c5 1239
409873ef
SS
1240 * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
1241 (General Query Packets): Describe TracepointSource.
1242
ee8e71d4
EZ
12432010-03-27 Matt Rice <ratmice@gmail.com>
1244
c8d5aac9
L
1245 * gdb.texinfo (ARM): Document arguments to "target sim".
1246 (Set Catchpoints): Use @dots{} instead of @r{...}.
ee8e71d4 1247
99b5e152
PA
12482010-03-26 Pedro Alves <pedro@codesourcery.com>
1249
1250 * gdb.texinfo (Tracepoint Packets): Remove mention that
1251 terror:string may be plain text, and drop mention of X prefix.
1252
cd64ee31
VP
12532010-03-26 Vladimir Prus <vladimir@codesourcery.com>
1254
1255 * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
1256
6c28cbf2
SS
12572010-03-24 Stan Shebs <stan@codesourcery.com>
1258
1259 * gdb.texinfo (Tracepoint Packets): Document trace error status.
1260
95a42b64
TT
12612010-03-24 Tom Tromey <tromey@redhat.com>
1262
1263 PR breakpoints/9352:
1264 * gdb.texinfo (Break Commands): Update.
1265
18148017
VP
12662010-03-24 Vladimir Prus <vladimir@codesourcery.com>
1267
1268 * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
1269 commands.
1270
4daf5ac0
SS
12712010-03-16 Stan Shebs <stan@codesourcery.com>
1272
1273 * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
1274 circular-trace-buffer.
1275 (Tracepoint Packets): Describe QTBuffer, and details of the
1276 qTStatus reply.
1277
c9429232
SS
12782010-03-12 Stan Shebs <stan@codesourcery.com>
1279 Nathan Sidwell <nathan@codesourcery.com>
1280
1281 * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
1282 doing instruction stepping.
1283 (Tracepoint Restrictions): New node.
1284
ccefe4c4
TT
12852010-03-10 Tom Tromey <tromey@redhat.com>
1286
1287 * gdbint.texinfo (Symbol Handling): Update.
1288
7c953934
TT
12892010-03-08 Tom Tromey <tromey@redhat.com>
1290
1291 PR cli/9591:
1292 * gdb.texinfo (Mode Options): Mention lack of pagination and
1293 confirmation with --batch.
1294 (Screen Size): Mention --batch.
1295 (Messages/Warnings): Likewise.
1296
f870a310
TT
12972010-03-05 Tom Tromey <tromey@redhat.com>
1298
1299 * gdb.texinfo (Basic Python): Document target_charset and
1300 target_wide_charset.
1301
78e2826b
TT
13022010-03-05 Tom Tromey <tromey@redhat.com>
1303
1304 * gdb.texinfo (Data): Link to pretty-printing.
1305 (Output Formats): Likewise. Correct text.
1306
f5dff777
DJ
13072010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1308
1309 * gdb.texinfo (Types): Describe <struct> and <flags>.
1310
dc00d89f
PM
13112010-02-28 Phil Muldoon <pmuldoon@redhat.com>
1312
1313 * gdb.texinfo (Frames In Python): Add block parameter and
1314 description to read_var text.
1315
5107b149 13162010-02-26 Phil Muldoon <pmuldoon@redhat.com>
c8d5aac9 1317 Tom Tromey <tromey@redhat.com>
5107b149
PM
1318
1319 * gdb.texinfo (Types In Python): Describe block argument in
1320 template_argument and gdb.lookup_type.
1321
e03e5e7b
TT
13222010-02-24 Tom Tromey <tromey@redhat.com>
1323
1324 * gdb.texinfo (Cygwin Native): Fix typo.
1325
f3e9a817
PM
13262010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1327
1328 * gdb.texinfo (Frames In Python): Add block, find_sal, function
1329 and select method descriptions.
1330 (Python API): Add Blocks In Python, Symbols in Python and Symbol
1331 Tables in Python to menu.
1332 (Blocks In Python): New node.
1333 (Symbols In Python): New node.
1334 (Symbol Tables in Python): New node.
1335
a79b8f6e
VP
13362010-02-24 Vladimir Prus <vladimir@codesourcery.com>
1337
1338 Multiexec MI
1339
1340 gdb/
1341 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
1342
1343 gdb/doc/
1344 * gdb.texinfo (GDB/MI Command Syntax): Document notification
1345 changes.
1346 (GDB/MI Program Execution): Document current behaviour of
1347 --all and --thread-group.
1348 (GDB/MI Miscellaneous Commands): Document -add-inferior and
1349 -remove-inferior.
1350 * observer.texi (inferior_added, inferior_removed): New
1351 observers.
1352
629d6a47
TT
13532010-02-19 Tom Tromey <tromey@redhat.com>
1354
1355 * gdbint.texinfo (Getting Started): Fix @node.
1356 (Debugging GDB): Likewise.
1357
c09529e5
JB
13582010-02-13 Joel Brobecker <brobecker@adacore.com>
1359
1360 * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
1361 documenting the gdb_test_timeout variable.
1362
540aa8e7
MS
13632010-02-12 Jakob Engblom <jakob@virtutech.com>
1364
1365 * gdb.texinfo (MI commands): Added documentation of --reverse
1366 option to a set of MI commands. Restructured documentation of MI
1367 commands --exec-continue to reflect the complexity of reverse
1368 execution.
1369
081dfbf7
PA
13702010-02-12 Pedro Alves <pedro@codesourcery.com>
1371
1372 * gdb.texinfo (Using the Collected Data): Specify that the address
1373 range of `tfind outsize' is exclusive, and that the address range
1374 of `tfind range' is inclusive.
1375 (Tracepoint Packets): Specify that the address range of
1376 `QTFrame:range' is inclusive, and that the address range of
1377 `QTFrame:outside' is exclusive
1378
8e9c5e02
VP
13792010-02-12 Vladimir Prus <vladimir@codesourcery.com>
1380
1381 * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
1382
92981e24
TT
13832010-02-10 Tom Tromey <tromey@redhat.com>
1384
1385 * gdb.texinfo (Debugging Output): Document set debug parser and
1386 show debug parser.
1387
075b51b7
L
13882010-02-09 H.J. Lu <hongjiu.lu@intel.com>
1389
1390 * gdb.texinfo (Predefined Target Types): Add i387_ext,
1391 i386_eflags and i386_mxcsr.
1392
3bb8d5c3
L
13932010-02-08 H.J. Lu <hongjiu.lu@intel.com>
1394
1395 * gdb.texinfo: Document i386 target features.
1396
c5f80513
DE
13972010-02-05 Doug Evans <dje@google.com>
1398
1399 * gdbint.texinfo (Testsuite): Add a new section to document the
1400 various DejaGnu variables that may be overridden.
1be00882 1401 Document INTERNAL_GDBFLAGS.
c5f80513 1402
6ac33a4e
TT
14032010-02-04 Tom Tromey <tromey@redhat.com>
1404
1405 PR cli/8830:
1406 * gdb.texinfo (Files): -readnow comes before the filename for file
1407 and symbol-file.
1408
a1dcb23a
DJ
14092010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1410
1411 * gdb.texinfo (Architecture-Specific Protocol Details): New section.
1412 Document ARM breakpoint types.
1413 (Register Packet Format): Move into the new section.
1414 (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
1415
95433b34
JB
14162010-01-21 Joel Brobecker <brobecker@adacore.com>
1417
1418 * gdb.texinfo (File Options): Adjust the documentation of this
1419 switch to refer to the "source" command rather than partially
1420 duplicating some of the relevant information.
1421 (Extending GDB): Introduce and document the set/show script-extension
1422 setting.
1423 (Command Files): Add note explaining that the "source" command
1424 is also used to evalute scripts written in other languages.
1425 Remove the short slightly incorrect reference to sourcing Python
1426 scripts.
1427 (Python Commands): Document how to execute a Python script from GDB.
1428
8d576872
JB
14292010-01-19 Joel Brobecker <brobecker@adacore.com>
1430
1431 * gdb.texinfo (Command Files): Fix typo.
1432
8150ff9c
JB
14332010-01-18 Tom Tromey <tromey@redhat.com>
1434
1435 * gdb.texinfo (File Options): Document -x on .py files.
1436 (Command Files): Document handling of Python scripts.
1437
23db03a6
JZ
14382010-01-18 Jie Zhang <jie.zhang@analog.com>
1439
1440 * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
1441
00bf0b85
SS
14422010-01-15 Stan Shebs <stan@codesourcery.com>
1443
1444 * gdb.texinfo (Trace Files): New section.
1445 (Tracepoint Packets): Document QTSave and qTBuffer.
1446 (Trace File Format): New appendix.
1447
be759fcf
PM
14482010-01-13 Phil Muldoon <pmuldoon@redhat.com>
1449
1450 * gdb.texinfo (Values From Inferior): Document lazy_string value
1451 method.
1452 (Python API): Add Lazy strings menu item.
1453 (Lazy Strings In Python): New node.
1454
dc146f7c
VP
14552010-01-13 Vladimir Prus <vladimir@codesourcery.com>
1456
1457 * gdb.texinfo (GDB/MI Thread Information): New.
1458 (GDB/MI Async Records): Document the core field in *stopped.
1459 (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
1460 documentation
1461 (Process list): Document that osdata document may contain
1462 threads.
1463 (Remote Serial Protocol): Document qXfer:threads.
1464
d5551862
SS
14652010-01-06 Stan Shebs <stan@codesourcery.com>
1466
1467 * gdb.texinfo (Starting and Stopping Trace Experiments): Document
1468 disconnected tracing.
1469 (Tracepoint Packets): Document new protocol.
1470
7a697b8d
SS
14712010-01-05 Stan Shebs <stan@codesourcery.com>
1472
1473 * gdb.texinfo (Create and Delete Tracepoints): Describe fast
1474 tracepoints.
1475 (Tracepoint Packets): Describe remote protocol for fast
1476 tracepoints.
1477
e6f3ec50
JB
14782010-01-01 Joel Brobecker <brobecker@adacore.com>
1479
1480 Update the "Start of New Year Procedure".
1481 * gdbint.texinfo: Add the list of files that need to be updated
1482 manually. Minor reformatting.
1483
ddc4e9c1
JB
14842010-01-01 Joel Brobecker <brobecker@adacore.com>
1485
1486 * refcard.tex: Update copyright year in header and text.
1487
9d2897ad
JB
14882010-01-01 Joel Brobecker <brobecker@adacore.com>
1489
1490 * agentexpr.texi: Add 2010 to the list of copyright years.
1491 * annotate.texinfo: Likewise.
1492 * gdb.texinfo: Likewise.
1493 * gdbint.texinfo: Likewise.
1494 * observer.texi: Likewise.
1495 * stabs.texinfo: Likewise.
1496
6da95a67
SS
14972009-12-31 Stan Shebs <stan@codesourcery.com>
1498
1499 * gdb.texinfo (Tracepoint Actions): Describe teval.
889bf7c5 1500
236f1d4d
SS
15012009-12-29 Stan Shebs <stan@codesourcery.com>
1502
1503 * gdb.texinfo (Tracepoint Actions): Describe default-collect.
889bf7c5 1504
f61e138d
SS
15052009-12-28 Stan Shebs <stan@codesourcery.com>
1506
1507 * gdb.texinfo (Trace State Variables): New section.
1508 (Tracepoint Packets): Describe trace state variable packets.
1509 * agentexpr.texi (Bytecode Descriptions): Describe trace state
1510 variable bytecodes.
1511
0fe7935b
DJ
15122009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
1513
1514 * gdb.texinfo (Symbols): "info variables" prints definitions, not
1515 declarations.
1516
a6b29f87
VP
15172009-12-21 Vladimir Prus <vladimir@codesourcery.com>
1518
1519 * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
1520 -gdb-exit behaviour.
1521
5e4bde96
JB
15222009-12-20 Joel Brobecker <brobecker@adacore.com>
1523
1524 * gpl.texi: Update to version 3 of the GPL.
1525
a1715244
JB
15262009-12-20 Joel Brobecker <brobecker@adacore.com>
1527
1528 * Makefile.in: Update copyright header.
1529 * observer.texi: Fix the copyright header of the generated files.
1530
361ae042
PM
15312009-12-08 Phil Muldoon <pmuldoon@redhat.com>
1532
1533 * gdb.texinfo (Types In Python): Describe range function.
1534
bfd31e71
PM
15352009-12-03 Richard Ward <richard.j.ward1@googlemail.com>
1536
1537 * gdb.texinfo (Types In Python): Describe "is_base_class".
1538
57a1d736
TT
15392009-12-03 Tom Tromey <tromey@redhat.com>
1540
1541 * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
1542
8cebebb9
PP
15432009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
1544
1545 * observer.texi: New memory_changed observer.
1546
16af530a
TT
15472009-12-01 Tom Tromey <tromey@redhat.com>
1548
1549 * gdb.texinfo (Reverse Execution): Fix typo.
1550
b6199126
DJ
15512009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
1552
1553 PR gdb/8704
1554
1555 * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
1556 are allowed after the breakpoint condition.
1557
7a6973ad
TT
15582009-11-23 Tom Tromey <tromey@redhat.com>
1559
1560 PR python/10782:
1561 * gdb.texinfo (Types In Python): Document Type.pointer.
1562
21a0512e
PP
15632009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
1564
1565 * gdb.texinfo (Machine Code): Adjust.
889bf7c5 1566
a5832c8f
PA
15672009-11-11 Pedro Alves <pedro@codesourcery.com>
1568
1569 * agentexpr.texi (Tracing On Symmetrix): Delete section.
1570 (Using Agent Expressions): Delete cross reference.
1571
1eb7cd77
JB
15722009-11-07 Joel Brobecker <brobecker@adacore.com>
1573
1574 * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
1575 and @settitle directives up to help makeinfo find them.
1576
24ddea62
JK
15772009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1578
1579 * gdb.texinfo (set debug-file-directory, show debug-file-directory)
1580 (Auto-loading): Use plural and note one can use multiple components now.
1581
3afae151
VP
15822009-11-01 Vladimir Prus <vladimir@codesourcery.com>
1583
1584 * gdb.texinfo (GDB/MI Stack Manipulation): Make
1585 -stack-list-arguments have the same documentation for parameter
1586 as -stack-list-locals. Add comas.
1587
14ff2235
PM
15882009-10-27 Tom Tromey <tromey@redhat.com>
1589 Eli Zaretskii <eliz@gnu.org>
1590
c8d5aac9 1591 PR python/10781
14ff2235
PM
1592
1593 * gdb.texinfo (Values From Inferior): Document cast method.
1594
9c419145
PP
15952009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
1596
1597 * gdb.texinfo (Machine Code): Mention function name in disasssembly
1598 and adjust example.
889bf7c5 1599
29153c24
MS
16002009-10-22 Michael Snyder <msnyder@vmware.com>
1601
1602 * gdb.texinfo (Process Record and Replay): Document new form of
889bf7c5 1603 info record command. Also document the new save and restore
29153c24
MS
1604 commands.
1605
2b28d209
PP
16062009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
1607
1608 * gdb.texinfo (Machine Code): Mention current pc marker.
1609 (Memory): Likewise.
1610
6c95b8df
PA
16112009-10-19 Pedro Alves <pedro@codesourcery.com>
1612 Stan Shebs <stan@codesourcery.com>
1613
1614 * observer.texi (new_inferior): Rename to...
1615 (inferior_appeared): ... this.
1616
1617 * gdb.texinfo (Inferiors): Rename node to ...
1618 (Inferiors and Programs): ... this. Mention running multiple
1619 programs in the same debug session.
1620 <info inferiors>: Mention the new 'Executable' column if "info
1621 inferiors". Update examples. Document the "add-inferior",
1622 "clone-inferior", "remove-inferior" and "maint info
1623 program-spaces" commands.
1624 (Process): Rename node to...
1625 (Forks): ... this. Document "set|show follow-exec-mode".
1626
2f8132f3
MS
16272009-10-11 Michael Snyder <msnyder@vmware.com>
1628
1629 * gdb.texinfo (ReverseStep): Show default as "unsupported".
1630 (ReverseContinue): Ditto.
1631
cba4b2d3
PP
16322009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
1633
1634 * gdb.texinfo (Server): Document libthread-db-search-path.
889bf7c5 1635
da082f17
JK
16362009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1637
1638 * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
1639
08be9d71
ME
16402009-10-06 Michael Eager <eager@eagercon.com>
1641
1642 * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
1643 (Embedded Processors): Add MicroBlaze.
1644 (MicroBlaze): New. Describe Xilinx MicroBlaze
1645
08a0efd0
PA
16462009-10-04 Pedro Alves <pedro@codesourcery.com>
1647
1648 * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
1649
cbb8f428
EZ
16502009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1651
1652 * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
1653
30a4a70c
JB
16542009-09-23 Joel Brobecker <brobecker@adacore.com>
1655
1656 * observer.texi (solib_unloaded): Document explicitly the fact that
1657 this observer is called before the associated symbols are unloaded.
1658
b3372f91
VP
16592009-09-19 Vladimir Prus <vladimir@codesourcery.com>
1660
1661 * gdb.texinfo (GDB/MI Stack Manipulation): Document
1662 -stack-list-variables.
1663
f43030c4
TT
16642009-09-18 Tom Tromey <tromey@redhat.com>
1665
1666 * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
1667 is experimental.
1668
ec7e75e7
PP
16692009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1670
1671 * gdb.texinfo (convenince variables): Mention
1672 $_siginfo could be empty.
f43030c4 1673
0cc7d26f
TT
16742009-09-15 Tom Tromey <tromey@redhat.com>
1675
1676 * gdb.texinfo (GDB/MI Variable Objects): Document
1677 -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
1678 Expand -var-update documentation.
1679
a96d9b2e
SDJ
16802009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1681
1682 * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
1683 feature.
1684
005ca36a
JB
16852009-09-13 Daniel Jacobowitz <dan@codesourcery.com>
1686
1687 * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
1688
0d772ac9
MS
16892009-09-10 Michael Snyder <msnyder@vmware.com>
1690
1691 * gdb.texinfo (qSupported): Mention new ReverseContinue and
1692 ReverseStep replies to the qSupported query.
1693
14fb1bac
JB
16942009-09-10 Joel Brobecker <brobecker@adacore.com>
1695
1696 Add documentation for set/show interactive-mode.
1697 * gdb.texinfo (Other Misc Settings): New node.
1698
29b090c0
DE
16992009-09-01 Doug Evans <dje@google.com>
1700
1701 * gdb.texinfo (Caching Data of Remote Targets): Add note on
1702 non-stop mode's affect on remote caching.
1703
4e5d721f
DE
17042009-08-31 Jacob Potter <jdpotter@google.com>
1705 Doug Evans <dje@google.com>
1706
1707 * gdb.texinfo (Caching Data of Remote Targets): Update text.
1708 Mark `set/show remotecache' options as obsolete.
1709 Document new `set/show stack-cache' option.
1710 Update text for `info dcache'.
1711
55333a84
DE
17122009-08-27 Doug Evans <dje@google.com>
1713
1714 * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
1715 (Files): Add note on new optional regex arg to `info sharedlibrary'.
1716
bc3a0b4d
RW
17172009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1718
1719 * gdbint.texinfo (Releasing GDB): Fix confusing sentence
1720 about autoconf.
1721
3a1ff0b6
PA
17222009-08-25 Pedro Alves <pedro@codesourcery.com>
1723
1724 * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
1725 small example, and describe its columns. Replace "inferior-id" by
1726 "infno" throughout.
1727
81ecdfbb
RW
17282009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1729
af542c2e
RW
1730 * gdbint.texinfo (Releasing GDB): Point to
1731 README-maintainer-mode file for required autoconf version.
1732 * configure.ac: Do not substitute datarootdir, htmldir,
1733 pdfdir, docdir. Do not process --with-datarootdir,
1734 --with-htmldir, --with-pdfdir, --with-docdir.
1735 * configure: Regenerate.
1736
81ecdfbb
RW
1737 * configure: Regenerate.
1738
4efc6507
DE
17392009-08-20 Reid Kleckner <reid@kleckner.net>
1740
1741 * gdb.texinfo: Add chapter on JIT interface.
1742
43089a6e
NR
17432009-08-07 Nick Roberts <nickrob@snap.net.nz>
1744
1745 * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
889bf7c5 1746 confirmation request.
43089a6e 1747
99e008fe
EZ
17482009-08-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
1749
c8d5aac9
L
1750 * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
1751 CRC definitions.
99e008fe 1752
48cb2d85
VP
17532009-08-03 Vladimir Prus <vladimir@codesourcery.com>
1754
1755 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
889bf7c5 1756 -break-commands.
48cb2d85 1757
ff1a52c6
UW
17582009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1759
1760 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1761 "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
1762
3285f3fe
UW
17632009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1764
1765 * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
1766 "set spu stop-on-load" and "show spu stop-on-load" commands.
1767
e35359c5
UW
17682009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
1769
1770 * gdb.texinfo (Target Descriptions): Document <compatible> element.
1771
58d6951d
DJ
17722009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
1773
1774 * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
1775 org.gnu.gdb.arm.neon.
1776
08d16641
PA
17772009-07-20 Pedro Alves <pedro@codesourcery.com>
1778
1779 * gdb.texinfo (Target Description Format): Mention the new <osabi>
1780 optional element.
1781 (subsection OS ABI): New subsection.
1782
782b2b07
SS
17832009-07-14 Stan Shebs <stan@codesourcery.com>
1784
1785 * gdb.texinfo (Tracepoint Conditions): New section.
1786 (General Query Packets): Describe ConditionalTracepoints.
1787 (Tracepoint Packets): Describe condition field.
1788 (Maintenance Commands): Describe maint agent-eval.
1789 * agentexpr.texi (Using Agent Expressions): Mention eval usage.
1790
9b117ef3
HZ
17912009-07-11 Hui Zhu <teawater@gmail.com>
1792
1793 * gdb.texinfo (disassemble): Add a new modifier /r
1794 to "disassemble" command to make it print the raw instructions
1795 in hex as well as in symbolic form.
1796
f5a33284
TT
17972009-07-09 Tom Tromey <tromey@redhat.com>
1798
1799 * gdbint.texinfo (Testsuite): Document parallel make check.
1800
812f7342
TT
18012009-07-09 Tom Tromey <tromey@redhat.com>
1802
1803 * gdbint.texinfo (Testsuite): Document test transcripts.
1804
fbb8f299
PM
18052009-07-10 Phil Muldoon <pmuldoon@redhat.com>
1806
1807 * gdb.texinfo (Values From Inferior): Add length parameter
1808 description.
1809
dd8f35ac
EZ
18102009-07-04 Chris Genly <chris@genly.us>
1811
1812 * gdb.texinfo (GDB/MI Variable Objects): Document child definition
1813 in -var-list-children. Fix example according to what the code
1814 does.
1815
2277426b
PA
18162009-07-02 Pedro Alves <pedro@codesourcery.com>
1817
1818 * gdb.texinfo (Debugging multiple inferiors): Document the
1819 "inferior", "detach inferior" and "kill inferior" commands.
1820 (Debugging Programs with Multiple Processes): Adjust to mention
1821 generic "inferior" commands. Delete mention of "detach fork" and
1822 "delete fork". Cross reference to "Debugging multiple inferiors"
1823 section.
1824
a6d9a66e
UW
18252009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1826
5af949e3
UW
1827 * gdbint.texinfo (Item Output Functions): Update signature
1828 for ui_out_field_core_addr.
1829
18302009-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1831
1832 * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
a6d9a66e
UW
1833 Update example code extrated from breakpoint.c.
1834
9901a55b 18352009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
889bf7c5 1836
9901a55b
PP
1837 * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
1838 MI commands.
1839 (GDB/MI Symbol Query): Likewise.
1840 (GDB/MI File Commands): Likewise.
1841 (GDB/MI File Transfer Commands): Likewise.
1842 (GDB/MI Target Manipulation): Likewise.
1843 (GDB/MI Miscellaneous Commands): Likewise.
889bf7c5 1844
edb3359d
DJ
18452009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
1846
1847 * gdb.texinfo (Debugging Optimized Code): New chapter.
1848 (Compiling for Debugging): Reference it. Move some
1849 text to the new section.
1850
7cd1089b
PM
18512009-06-15 Phil Muldoon <pmuldoon@redhat.com>
1852
1853 * doc/gdb.texinfo (Calling): Document
1854 set-unwind-on-terminating-exception usage.
1855
d4db2f36
PA
18562009-06-11 Pedro Alves <pedro@codesourcery.com>
1857
1858 * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
1859 command.
1860
d1a7880c
PA
18612009-06-07 Pedro Alves <pedro@codesourcery.com>
1862
1863 * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
1864 references.
1865
473f94e6
UW
18662009-06-04 Ulrich Weigand <uweigand@de.ibm.com>
1867
1868 * gdbint.texinfo: Rename formal parameters to gdbarch function
1869 protoypes from "current_gdbarch" to "gdbarch".
1870
8f500870
TT
18712009-05-28 Tom Tromey <tromey@redhat.com>
1872
1873 * gdb.texinfo (Basic Python): Change get_parameter to parameter.
1874
b6313243
TT
18752009-05-27 Tom Tromey <tromey@redhat.com>
1876
1877 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1878 feature.
1879 (GDB/MI Variable Objects): Document -var-set-visualizer.
1880
18812009-04-02 Tom Tromey <tromey@redhat.com>
1882
1883 * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
1884 feature.
1885 (GDB/MI Variable Objects): Document -var-set-visualizer.
1886
a6bac58e
TT
18872009-05-27 Tom Tromey <tromey@redhat.com>
1888 Thiago Jung Bauermann <bauerman@br.ibm.com>
1889 Phil Muldoon <pmuldoon@redhat.com>
1890
1891 * gdb.texinfo (Objfiles In Python): Reference pretty printing.
1892 (Pretty Printing): New node.
1893 (Selecting Pretty-Printers): Likewise.
1894 (Python API): Update.
1895 (Output Formats): Document /r format.
1896
2c74e833
TT
18972009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
1898 Tom Tromey <tromey@redhat.com>
1899
1900 * gdb.texinfo (Types In Python): New node.
1901 (Values From Inferior): "type" is now an attribute.
1902 (Python API): Update.
1903
89c73ade
TT
19042009-05-27 Tom Tromey <tromey@redhat.com>
1905 Thiago Jung Bauermann <bauerman@br.ibm.com>
1906 Phil Muldoon <pmuldoon@redhat.com>
1907
1908 * gdb.texinfo: Add @syncodeindex for `tp'.
1909 (Python API): Update.
1910 (Auto-loading): New node.
1911 (Objfiles In Python): New node.
1912
17a37d48
PP
19132009-05-15 Paul Pluzhnikov <ppluzhnikov@google.com>
1914
1915 * gdb.texinfo (Threads): Document libthread-db-search-path.
889bf7c5 1916
6718376f
NR
19172009-05-15 Nick Roberts <nickrob@snap.net.nz>
1918
1919 * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
1920
cbe54154
PA
19212009-05-12 Pedro Alves <pedro@codesourcery.com>
1922
1923 * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
1924 show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
1925 show show-debug-regs' docs.
1926
8e05493c
EZ
19272009-05-08 Eli Zaretskii <eliz@gnu.org>
1928
1929 * gdb.texinfo (Process Record and Replay): Add description of
1930 reverse execution.
1931
b39f4988
JB
19322009-05-07 Joel Brobecker <brobecker@adacore.com>
1933
1934 * gdbint.texinfo (Adding support for debugging core files): New node.
1935 (Native Debugging): Remove the ``Native core file Support'' section.
1936
a2311334
EZ
19372009-05-01 Eli Zaretskii <eliz@gnu.org>
1938
1939 * gdb.texinfo (Process Record and Replay): Improve and clarify.
1940 Add index entries.
1941
53cc454a 19422009-04-30 Hui Zhu <teawater@gmail.com>
c8d5aac9 1943 Michael Snyder <msnyder@vmware.com>
53cc454a 1944
a2311334
EZ
1945 * gdb.texinfo: (Process Record and Replay): Add documentation for
1946 process record and replay.
53cc454a 1947
484086b7
JK
19482009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1949
1950 * gdb.texinfo (Macros): Note command-line for `info macro'. Append
1951 a new part on command-line defined macros.
1952
32ae1842
EZ
19532009-04-25 Eli Zaretskii <eliz@gnu.org>
1954
1955 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
1956 clarify the wording.
1957
b14b1491
TT
19582009-04-23 Tom Tromey <tromey@redhat.com>
1959
1960 * gdb.texinfo (Data Files): New node.
1961 (GDB Files): Update menu.
1962
5c1e86e1
JB
19632009-04-23 Joel Brobecker <brobecker@adacore.com>
1964
1965 * gdbint.texinfo (Defining Other Architecture Features): Remove
e346fb8f 1966 entry for PROCESS_LINENUMBER_HOOK.
5c1e86e1 1967
83eba9b7
VP
19682009-04-22 Vladimir Prus <vladimir@codesourcery.com>
1969
1970 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
1971
e31198c4
HZ
19722009-04-22 Hui Zhu <teawater@gmail.com>
1973
1974 * gdb.texinfo (disassemble-next-line): Set the default of
1975 disassemble-next-line to off.
1976
26e251b6
JM
19772009-04-21 Joseph Myers <joseph@codesourcery.com>
1978
1979 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
1980 --with-htmldir): New.
1981 * configure: Regenerate.
1982 * Makefile.in (datarootdir, docdir): Define.
1983 (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
1984 instead of $(SET_TEXINPUTS).
1985 (gdbint.dvi, gdbint.pdf): Use same -I options as for building
1986 gdbint.info instead of $(SET_TEXINPUTS).
1987 (gdbint/index.html): Use same -I options as for building
1988 gdbint.info.
1989 (stabs.dvi, stabs.pdf): Use same -I options as for building
1990 stabs.info instead of $(SET_TEXINPUTS).
1991 (stabs/index.html): Use same -I options as for building
1992 stabs.info.
1993 (annotate.dvi, annotate.pdf): Use same -I options as for building
1994 annotate.info instead of $(SET_TEXINPUTS).
1995 (annotate/index.html): Use same -I options as for building
1996 annotate.info.
1997
eac35c4e
DD
19982009-04-21 David Daney <ddaney@caviumnetworks.com>
1999
2000 * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
2001
29b0e8a2
JM
20022009-04-21 Joseph Myers <joseph@codesourcery.com>
2003
2004 * gdb.texinfo (Source Path): Document --with-relocated-sources.
2005
2b831889 20062009-04-18 Carlos O'Donell <carlos@codesourcery.com>
c8d5aac9 2007 Joseph Myers <joseph@codesourcery.com>
2b831889
JM
2008
2009 * Makefile.in (MAKEHTML): Set to makeinfo --html.
2010 (MAKEHTMLFLAGS): Set to empty.
2011 (html__strip_dir): Define.
2012 (HTMLFILES): Define.
2013 (HTMLFILES_INSTALL): Define.
2014 (install-html): Copy new automake rule.
2015 (html): Depend on $(HTMLFILES).
2016 (gdb_toc.html): Rename to gdb/index.html.
2017 (gdbint_toc.html): Rename to gdbint/index.html.
2018 (stabs_toc.html): Rename to stabs/index.html.
2019 (annotate_toc.html): Rename to annotate/index.html.
2020
89a34d1b
JM
20212009-04-17 Carlos O'Donell <carlos@codesourcery.com>
2022
2023 * Makefile.in: Set pdfdir and htmldir from configure
2024 substitutions.
2025 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
2026 * configure: Regenerate.
2027
a2d5da46
JB
20282009-04-16 Joel Brobecker <brobecker@adacore.com>
2029
2030 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
2031 This macro is no longer used.
2032
732f6a93
TT
20332009-04-15 Tom Tromey <tromey@redhat.com>
2034
2035 * gdb.texinfo (Character Sets): Document default character set.
2036
87f9adc1
PM
20372009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
2038
2039 * gdbint.texinfo: Change server name from sources.redhat.com to
2040 sourceware.org throughout.
2041
2c88c651
JB
20422009-04-09 Joel Brobecker <brobecker@adacore.com>
2043
2044 * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
2045 about a missing dot or coma after @xref.
2046
4f5376b2
JB
20472009-04-02 Joel Brobecker <brobecker@adacore.com>
2048
2049 * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
2050 example, and add a small explanation about it.
2051 (Print Settings): Change the documentation of the "set print
2052 frame-arguments" to reflect the fact that the default is now "scalars".
2053
a0381d3a
JB
20542009-04-02 Joel Brobecker <brobecker@adacore.com>
2055
2056 * gdb.texinfo (Print Settings): Add kindex for command "set
2057 print frame-arguments".
2058
45ac276d
JB
20592009-03-31 Joel Brobecker <brobecker@adacore.com>
2060
2061 * gdb.texinfo (Ada Tasks): Add documentation about task-specific
2062 breakpoints.
2063 (Set Breaks): Add reference to thread-specific and task-specific
2064 breakpoints.
2065
32cd1edc
JB
20662009-03-31 Joel Brobecker <brobecker@adacore.com>
2067
2068 * gdb.texinfo (Ada Tasks): Remove the documentation about
2069 the "Running" state, as this state has been eliminated.
2070 Now all runnable tasks are shown as "Runnable".
2071
1042e4c0
SS
20722009-03-30 Stan Shebs <stan@codesourcery.com>
2073
2074 * gdb.texinfo (Tracepoints): Describe tracepoints as a
2075 special case of breakpoints.
2076 (Enable and Disable Tracepoints): Mention deprecation.
2077 (Listing Tracepoints): Update description and example.
2078
f8f6f20b
TJB
20792009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2080
2081 * gdb.texinfo (Frames in Python): New node.
2082 (Python API): Update.
2083
c0c6f777
TJB
20842009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
2085
2086 * gdb.texinfo (Values From Inferior): Change gdb.Value.address
2087 from a method to an attribute.
2088
def2b000
TJB
20892009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
2090
2091 * gdb.texinfo (Values From Inferior): Document is_optimized_out
2092 attribute.
2093
a07daef3
PA
20942009-03-25 Pedro Alves <pedro@codesourcery.com>
2095
2096 * observer.texi (thread_exit): Add "silent" parameter.
2097
f3b1572e
PA
20982009-03-22 Pedro Alves <pedro@codesourcery.com>
2099
2100 * observer.texi (about_to_proceed): New.
2101
587afa38
EZ
21022009-03-21 Jeremy Bennett <jeremy.bennett@embecosm.com>
2103
2104 * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
2105 field throughout to handle types with spaces in them. Fix typos
2106 found by aspell.
2107 (Summary, Requirements, Contributors): New first chapter,
2108 "Summary" added, old Requirements section moved there, and new
2109 section, "Contributors" added.
2110 (Initializing a New Architecture, Register Representation)
2111 (Frame Interpretation, Inferior Call Setup, Adding a New Target)
2112 (Porting gdb): These sections extended and updated.
2113 (Compiler Characteristics): This section (empty) deleted.
2114 (Defining Other Architecture Features): This section renamed and
2115 duplicate material removed from (formerly "Target Conditionals").
2116 Use braces {} in @deftypeXX type field throughout to handle types
2117 with spaces in them. Typos found by aspell fixed.
2118
2119 * stack_frame.svg: New file, source of image for gdbint.texinfo.
2120 * stack_frame.pdf: Version of image for PDF output.
2121 * stack_frame.png: Version of image for HTML output and for Emacs.
2122 * stack_frame.txt: Version of image for Info output.
1db61298 2123 * stack_frame.eps: Version of image for TeX DVI output.
587afa38 2124
10af6951
EZ
21252009-03-21 Eli Zaretskii <eliz@gnu.org>
2126
2127 * gdb.texinfo (Character Sets): Fix last change.
2128
cc924cad
TJB
21292009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
2130
2131 * gdb.texinfo (Values From Inferior): Fix optional arguments
2132 markup.
2133 (Commands In Python): Adjust argument names of gdb.Command.__init__
2134 to what the function accepts as keywords.
2135
bc3b79fd
TJB
21362008-03-20 Tom Tromey <tromey@redhat.com>
2137
2138 * gdb.texinfo (Convenience Vars): Document convenience functions.
2139 (Functions In Python): New node.
2140 (Python API): Update.
2141
6c7a06a3
TT
21422009-03-20 Tom Tromey <tromey@redhat.com>
2143
2144 * gdb.texinfo (Character Sets): Remove obsolete text. Document
2145 set target-wide-charset.
2146 (Requirements): Mention iconv.
2147
b646ddd4
HZ
21482009-03-17 Hui Zhu <teawater@gmail.com>
2149
2150 * gdb.texinfo: Change the introduce of "disassemble-next-line".
2151
91440f57
HZ
21522009-03-17 Hui Zhu <teawater@gmail.com>
2153
2154 * gdb.texinfo: Add documentation for disassemble-next-line.
2155
8fd41227
TJB
21562009-03-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2157
2158 * gdb.texinfo (Commands In Python): Remove tindex entries.
2159
61ff14c6
JK
21602009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2161
2162 * gdb.texinfo (Returning): New description for missing debug info.
2163
0b16c5cf
PA
21642009-03-14 Pedro Alves <pedro@codesourcery.com>
2165
2166 * gdb.texinfo (Remote Configuration): Document query-attached.
61ff14c6 2167 (General Query Packets): Document qAttached.
0b16c5cf 2168
32fc0df9
PA
21692009-03-05 Pedro Alves <pedro@codesourcery.com>
2170
2171 * gdb.texinfo (Background Execution): Better describe the set
2172 target-async command.
2173 (Maintenance Commands): Delete description of the `maint set/show
2174 linux-async' and `maint set/show remote-async' commands.
2175
134eb42c
VP
21762009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2177
2178 * gdb.texinfo (GDB/MI Async Records): Add double-spaces
2179 between sentences.
2180
c86cf029
VP
21812009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2182
2183 * gdb.texinfo (GDB/MI Async Records): Document the
2184 =library-loaded and =library-unloaded notifications.
2185
3ea85240
VP
21862009-02-17 Vladimir Prus <vladimir@codesourcery.com>
2187
2188 * observer.texi (test_notification): New observer.
2189
1d33d6ba
VP
21902009-02-14 Vladimir Prus <vladimir@codesourcery.com>
2191
61ff14c6
JK
2192 * observer.texi: Add parameter 'print_frame' to normal_stop
2193 observer.
1d33d6ba 2194
d721c933
EZ
21952009-02-07 Eli Zaretskii <eliz@gnu.org>
2196
2197 * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
2198 (Commands In Python): Fix COMMAND_* constants in last change. Use
2199 @kbd for interactive input. Add cross-references and index
2200 entries.
2201
4aa995e1
PA
22022009-02-06 Pedro Alves <pedro@codesourcery.com>
2203
2204 * gdb.texinfo (Signals): Document $_siginfo.
2205 (Convenience Variables): Mention $_siginfo.
2206 (Remote Configuration): Document qXfer:siginfo:read,
2207 qXfer:siginfo:write packets, and the read-siginfo-object,
2208 write-siginfo-object commands.
2209
5f5233d4
PA
22102009-02-06 Pedro Alves <pedro@codesourcery.com>
2211
2212 * gdbint.texinfo (Values): New chapter.
2213
d8906c6f
TJB
22142009-02-06 Tom Tromey <tromey@redhat.com>
2215
2216 * gdb.texinfo (Python API): Add entry for Commands In Python.
2217 (Commands In Python): New node.
2218
b6cb8e7d
TJB
22192009-02-05 Tom Tromey <tromey@redhat.com>
2220
2221 * gdb.texinfo (Values From Inferior): Document Value.string.
2222
12453b93
TJB
22232009-02-05 Tom Tromey <tromey@redhat.com>
2224
2225 * gdb.texinfo (Basic Python): Document execute's from_tty
2226 argument.
2227
08c637de
TJB
22282009-02-04 Tom Tromey <tromey@redhat.com>
2229
2230 * gdb.texinfo (Basic Python): Document gdb.history.
2231
592375cd
VP
22322009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2233
2234 * gdb.texinfo (GDB/MI Thread Commands): Document the
2235 'current-thread-id' field. Remove the example with zero threads,
2236 since current GDB won't ever report that if there's inferior.
2237
41447f92
VP
22382009-01-30 Vladimir Prus <vladimir@codesourcery.com>
2239
2240 * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
2241 option to -break-insert.
2242
098b41a6
JG
22432009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2244 Jerome Guitton <guitton@adacore.com>
2245
2246 * gdb.texinfo (Startup): Document --with-system-gdbinit.
2247 (System-wide configuration): New section.
2248
3c16cced
PA
22492009-01-26 Pedro Alves <pedro@codesourcery.com>
2250
2251 PR gdb/7580:
2252 * gdb.texinfo (Maintenance Commands): Document "maint set|show
2253 internal-error|internal-warning quit|corefile ask|yes|no".
2254
62709adf
PA
22552009-01-26 Pedro Alves <pedro@codesourcery.com>
2256
2257 * gdb.texinfo (Using the `gdbserver' Program): Document
2258 --remote-debug.
2259
7ce58dd2
DE
22602009-01-23 Doug Evans <dje@google.com>
2261
2262 * gdb.texinfo: Add nexti to list of commands that support
2263 background execution.
2264
adb483fe
DJ
22652009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
2266
2267 * gdb.texinfo (Define, Hooks): Document prefix command support.
2268
a67ec3f4 22692009-01-14 Joseph Myers <joseph@codesourcery.com>
c8d5aac9 2270 Carlos O'Donell <carlos@codesourcery.com>
a67ec3f4
JM
2271
2272 Fixes for makeinfo --html.
2273
2274 * annotate.texinfo: Use @copying and @insertcopying. Use
2275 @ifnottex in place of @ifinfo.
2276 * gdb.texinfo: Use @copying and @insertcopying. Use @ifnottex in
2277 place of @ifinfo. Use @ifnotinfo for one index entry.
2278 * gdbint.texinfo: Use @copying and @insertcopying. Use @ifnottex
2279 in place of @ifinfo.
2280 * stabs.texinfo: Use @copying and @insertcopying. Use @ifnottex
2281 in place of @ifinfo. Include contents at start unconditionally.
2282
84fcdf95
PA
22832009-01-13 Pedro Alves <pedro@codesourcery.com>
2284
2285 * gdb.texinfo (General Query Packets): Remove @var{} around the
2286 "spu" literal string.
2287
fa3a767f
PA
22882009-01-07 Pedro Alves <pedro@codesourcery.com>
2289
2290 * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
2291 program may be running in another process" errors.
2292 * gdbint.texinfo (Native Conditionals): Delete
2293 ONE_PROCESS_WRITETEXT description.
2294
9cb011d3
JB
22952009-01-07 Joel Brobecker <brobecker@adacore.com>
2296
2297 * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
2298 emacs local variable to be placed at the end of the ChangeLog.
2299 Add server.c and gdbreplay.c to the list of files where the
2300 copyright year needs to be updated.
2301
84603566
SL
23022009-01-06 Sandra Loosemore <sandra@codesourcery.com>
2303
2304 * gdb.texinfo (Remote Configuration): Document new
2305 "set/show tcp auto-retry" and "set/show tcp connect-timeout"
2306 commands.
2307
a53f55d8
PA
23082008-12-28 Pedro Alves <pedro@codesourcery.com>
2309
2310 * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
2311 FETCH_INFERIOR_REGISTERS.
2312 (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
2313 FETCH_INFERIOR_REGISTERS descriptions. Remove
2314 gdbarch_get_longjmp_target descrition, since already described in
2315 Target Conditionals. Move gdbarch_fp0_regnum description to ...
2316 (Target Conditionals): ... here.
2317
077e0a52
JB
23182008-12-16 Joel Brobecker <brobecker@adacore.com>
2319
2320 * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
2321 examples.
2322 (Additions to Ada): Likewise. Add the missing opening and closing
2323 parenthesis of the GDB prompt in one of the examples.
2324
023eb17c
JB
23252008-12-14 Joel Brobecker <brobecker@adacore.com>
2326
2327 * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
2328 about the result of 'Address not being of type System.Address.
2329 This problem has been fixed a while ago.
2330
c3b108f7
VP
23312008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2332
2333 MI non-stop and multiprocess docs.
2334
c8d5aac9
L
2335 * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
2336 (GDB/MI Output Records): New section 'GDB/MI Frame Information'
2337 Adjust documentation for *stopped, document =thread-created,
2338 =thread-exited, =thread-group-created and =thread-group-exited.
2339 (GDB/MI Thread Commands): Document the 'state' field in
2340 -thread-info output.
2341 (GDB/MI Program Execution): Mention --all and --thread-group
2342 options.
2343 (GDB/MI Variable Objects): Describe floating and fixed variable
2344 objects.
2345 (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
c3b108f7 2346
07e059b5
VP
23472008-12-02 Vladimir Prus <vladimir@codesourcery.com>
2348
c8d5aac9
L
2349 * gdb.texinfo (Operating System Information): New appendix.
2350 (Operating System Auxiliary Information): Document 'info os processes'
2351 (Remote Configuration): Document 'osdata'
2352 (General Query Packets): Document qXfer:osdata:read.
07e059b5 2353
a80b95ba
TG
23542008-11-27 Tristan Gingold <gingold@adacore.com>
2355
2356 * gdb.texinfo (Darwin): Document Darwin specific features.
2357
a655d424
JK
23582008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2359
2360 * gdbint.texinfo (Target Conditionals): Extend the
2361 gdbarch_breakpoint_from_pc description.
2362
249e1128
VP
23632008-11-22 Vladimir Prus <vladimir@codesourcery.com>
2364
2365 * gdb.texinfo (M68K Features): Fix typo.
2366
c14c28ba
PP
23672008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2368
2369 * gdb.texinfo (Symbols): Mention printing containing
2370 image name in "info symbol".
2371 (Maint translate-address): Likewise.
889bf7c5 2372
394a6666
JB
23732008-11-18 Joel Brobecker <brobecker@adacore.com>
2374
2375 * gdb.texinfo (Set Catchpoints): Remove the documentation of
2376 commands "catch load" and "catch unload".
2377
66bb093b
VP
23782008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2379
2380 * gdb.texinfo (GDB/MI Async Records): Document
c8d5aac9 2381 =thread-selected.
889bf7c5 2382
4a92f99b
VP
23832008-11-17 Vladimir Prus <vladimir@codesourcery.com>
2384
c8d5aac9 2385 * observer.texi (new_inferior, inferior_exit): New observers.
4a92f99b 2386
f0323ca0
PA
23872008-10-27 Pedro Alves <pedro@codesourcery.com>
2388
2389 * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
2390 .mt files, TM_CLIBS or TM_CDEPS.
2391 (x86 Watchpoints): Don't mention TDEPFILES.
2392
8b23ecc4
SL
23932008-10-24 Sandra Loosemore <sandra@codesourcery.com>
2394
2395 * gdb.texinfo (Remote Protocol): Add new nodes to menu.
2396 (Overview): Mention notifications and non-stop mode behavior.
2397 (Packets): Update documentation of ?, vAttach, vCont, and vRun
2398 with non-stop mode behavior. Add vStopped description.
2399 (Stop Reply Packets): Update list of packets that return
2400 stop replies. Mention non-stop behavior.
2401 (General Query Packets): Document QNonStop packet and associated
2402 qSupported query response.
2403 (Interrupts): Clarify multi-threaded behavior. Mention non-stop
2404 behavior.
2405 (Notification Packets): New section.
2406 (Remote Non-Stop): New section.
2407 (File-I/O Overview): Mention non-stop behavior.
2408
fff08868
HZ
24092008-10-24 Hui Zhu <teawater@gmail.com>
2410 Pedro Alves <pedro@codesourcery.com>
2411
2412 * gdb.texinfo (displaced-stepping): Describe the auto mode
2413 setting, and say it's the default. This is now a mainstream
2414 setting instead of a maintenance setting.
2415
252fbfc8
PA
24162008-10-23 Pedro Alves <pedro@codesourcery.com>
2417
2418 * observer.texi (thread_stop_requested): New.
2419
20924a55
JB
24202008-10-22 Joel Brobecker <brobecker@adacore.com>
2421
2422 * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
2423 (Patching): Replace incorrect usage of @samp by @kbd.
2424
bacec72f
MS
24252008-10-17 Michael Snyder <msnyder@vmware.com>
2426
2427 * gdb.texinfo: Add documentation for reverse execution.
2428
a08702d6 24292008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
bd4f7d68 2430 Eli Zaretskii <eliz@gnu.org>
a08702d6
TJB
2431
2432 * gdb.texinfo. (Values From Inferior): New subsubsection.
2433
d97bc12b
DE
24342008-10-06 Doug Evans <dje@google.com>
2435
2436 * gdb.texinfo (set debug dwarf2-die): Document it.
2437
87f67dba
JB
24382008-10-01 Joel Brobecker <brobecker@adacore.com>
2439
2440 * gdb.texinfo (catch) [exception]: Document how to insert
2441 a breakpoint on user-defined exceptions when the exception
2442 name is identical to one of the language-defined ones.
2443
2fae03e8
TT
24442008-09-27 Tom Tromey <tromey@redhat.com>
2445
2446 * gdb.texinfo (Macros): Remove text about stringification,
2447 varargs, and splicing.
2448
5c6ce71d
TT
24492008-09-27 Tom Tromey <tromey@redhat.com>
2450
2451 * gdbint.texinfo (Language Support): Remove text about omitting
2452 support for a language.
2453
07128da0
DE
24542008-09-23 Doug Evans <dje@google.com>
2455
2456 * gdb.texinfo (info dcache): Update.
2457
b90a069a
SL
24582008-09-22 Sandra Loosemore <sandra@codesourcery.com>
2459
2460 * gdb.texinfo (Packets): Add info on thread-id syntax and
2461 multiprocess extensions.
2462 <D>: Document multiprocess form of packet.
2463 <H>: Use thread-id syntax.
2464 <T>: Likewise.
2465 <vCont>: Likewise. Note this is required for multiprocess.
2466 <vKill>: New packet.
2467 (Stop Reply Packets) <T>: Use thread-id syntax.
2468 <W>: Document multiprocess form of reply.
2469 <X>: Likewise.
2470 (General Query Packets) <qC>: Use thread-id syntax.
2471 <qfThreadInfo>: Likewise.
2472 <qGetTLSAddr>: Likewise.
2473 <qP>: Likewise.
2474 <qSupported>: Add "multiprocess" feature.
2475 <qThreadExtraInfo>: Use thread-id syntax.
2476
b77209e0
PA
24772008-09-22 Stan Shebs <stan@codesourcery.com>
2478
2479 * gdb.texinfo (Inferiors): New section.
2480
3d0bb823
PA
24812008-09-12 Pedro Alves <pedro@codesourcery.com>
2482
2483 * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
2484
f8dcfc0a
UW
24852008-09-11 Ulrich Weigand <uweigand@de.ibm.com>
2486
2487 * gdbint.texinfo (Target Conditionals): Remove documentation
2488 for gdbarch_name_of_malloc.
2489
8775bb90
MS
24902008-09-03 Angela Marie Thomas <angela@releasedominatrix.com>
2491
2492 * gdb.texinfo (Interrupts): Mention TCP interface for
2493 sending BREAK.
2494
f1838a98
UW
24952008-08-26 Ulrich Weigand <uweigand@de.ibm.com>
2496
2497 * gdb.texinfo (Commands to Specify Files): Document "remote:"
2498 argument prefix to "set sysroot".
2499
158c7665
PH
25002008-08-21 Paul N. Hilfinger <hilfinger@adacore.com>
2501
2502 * gdb.texinfo (Omissions from Ada): Describe new treatment of True
2503 and False.
2504
30e026bb
VP
25052008-08-20 Vladimir Prus <vladimir@codesourcery.com>
2506
c8d5aac9
L
2507 * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
2508 for possible features of -list-features.
30e026bb 2509
c6ebd6cf
VP
25102008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2511
c8d5aac9 2512 * gdb.texinfo (Background execution): Adjust example
c6ebd6cf
VP
2513 (GDB/MI Miscellaneous Commands): Document -list-target-features.
2514
aeac0ff9
VP
25152008-08-19 Vladimir Prus <vladimir@codesourcery.com>
2516
2517 * doc/gdb.texinfo (PowerPC): Fix typo.
2518 (PowerPC features): Fix typo.
2519
5231c1fd
PA
25202008-08-18 Pedro Alves <pedro@codesourcery.com>
2521
2522 * observer.texi (thread_ptid_changed): New.
2523
677c5bb1
LM
25242008-08-18 Luis Machado <luisgpm@br.ibm.com>
2525
2526 * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
2527 (PowerPC features): Mention feature set for VSX registers.
2528
f3a2dd1a
JB
25292008-08-13 Joel Brobecker <brobecker@adacore.com>
2530
2531 * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
2532 the direct visibility of all names in user-written packages.
2533
33e5cbd6
PA
25342008-08-13 Pedro Alves <pedro@codesourcery.com>
2535
2536 * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
2537 setting, and make it the default.
2538 (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
2539 non-stop script example.
2540
d0384fc4
TJB
25412008-08-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
2542
2543 * gdbint.texinfo (Raw and Virtual Register Representations): Fix
2544 reference to the "Using Different Register and Memory Data
2545 Representation" section.
2546
a6f3e723
SL
25472008-08-12 Sandra Loosemore <sandra@codesourcery.com>
2548
2549 * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
2550 (Remote Protocol): Add Packet Acknowledgment to menu.
2551 (Overview): Mention +/- can be disabled, and point to new section
2552 where this is discussed in detail.
2553 (General Query Packets): Document QStartNoAckMode packet, and
2554 corresponding qSupported reply.
2555 (Packet Acknowledgment): New section.
2556
0606b73b
SL
25572008-08-11 Sandra Loosemore <sandra@codesourcery.com>
2558 Pedro Alves <pedro@codesourcery.com>
2559
2560 * gdb.texinfo (Threads): Move paragraph about automatic thread
2561 selection to All-Stop Mode subsection.
2562 (Thread Stops): Reorganize existing material into subsections.
2563 Add introductory blurb and menu.
2564 (Non-Stop Mode): New subsection.
2565 (Background Execution): New subsection.
2566 (Maintenance Commands): Add cross-references from async mode
2567 commands to the new Background Execution section.
2568
d57a3c85
TJB
25692008-08-06 Tom Tromey <tromey@redhat.com>
2570
2571 * gdb.texinfo (Extending GDB): New chapter.
2572 (Sequences): Demoted chapter, now a section under the new
2573 Extending GDB chapter.
2574 (Python): New section.
2575
6d76a53d
SS
25762008-07-31 Stan Shebs <stan@codesourcery.com>
2577
2578 * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
2579
1f70da6a
SS
25802008-07-29 Stan Shebs <stan@codesourcery.com>
2581
2582 * gdbint.texinfo: General round of cleanup and minor
2583 clarifications.
2584 (Breakpoint Handling): Remove mention of BREAKPOINT macro.
2585 (Longjmp Support): Update description to reflect how it is done
2586 for targets without using native header.
2587 (Symbol Handling): Add a little more general explanation.
2588 (COFF, ELF): Mention stabs encapsulation.
2589 (DWARF 3): New section.
2590 (Adding a New Host): Scrub out some obsolete bits.
2591 (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
2592 (Host Conditionals): Remove descriptions of NO_STD_REGS,
2593 HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
2594 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
2595 SEEK_SET, STOP_SIGNAL, USG.
2596 (Raw and Virtual Register Representations): Ditto for
2597 DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
2598 DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
2599 (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
2600 DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
2601 DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
2602 DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
2603 DEPRECATED_REGISTER_VIRTUAL_SIZE,
2604 DEPRECATED_REGISTER_VIRTUAL_TYPE,
2605 DEPRECATED_USE_STRUCT_CONVENTION.
2606 Describe gdbarch_deprecated_fp_regnum.
2607 Update description of gdbarch_print_insn.
2608 (Adding a New Target): Scrub out obsolete bits.
2609 (Obsolete Conditionals): Remove entire section.
2610
383f836e
TT
26112008-07-25 Tom Tromey <tromey@redhat.com>
2612
2613 * observer.texi (GDB Observers): Document new observers:
2614 breakpoint_created, breakpoint_deleted, breakpoint_modified,
2615 tracepoint_created, tracepoint_deleted, tracepoint_modified,
2616 architecture_changed.
2617
cfd8ab24
SS
26182008-07-21 Stan Shebs <stan@codesourcery.com>
2619
2620 * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
2621 instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
2622
781b42b0
TT
26232008-07-21 Tom Tromey <tromey@redhat.com>
2624
2625 * observer.texi (GDB Observers): Remove obsolete comment.
2626 <executable_changed>: Remove argument.
2627
d7d9f01e
TT
26282008-07-18 Tom Tromey <tromey@redhat.com>
2629
2630 * gdb.texinfo (Macros): Update. Use @code rather than @command.
2631
bf250677
DE
26322008-07-10 Doug Evans <dje@google.com>
2633
2634 * doc/gdb.texinfo: Document "set print symbol-loading on|off".
2635
10568435
JK
26362008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2637
2638 * gdb.texinfo (Starting): Document "set disable-randomization".
2639
5ae4183a
AS
26402008-07-07 Andreas Schwab <schwab@suse.de>
2641
2642 * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
2643
b56e7235
VP
26442008-07-06 Vladimir Prus <vladimir@codesourcery.com>
2645
2646 * gdb.texinfo (GDB/MI Target Manipulation): Add
2647 example of -target-attach.
2648
e1ac3328
VP
26492008-06-10 Vladimir Prus <vladimir@codesourcery.com>
2650
2651 * observer.texi (target_resumed): New observer.
5ae4183a 2652 * gdb.texinfo (GDB/MI Output Records): Document *running.
e1ac3328 2653
65d12d83
TT
26542008-06-06 Tom Tromey <tromey@redhat.com>
2655
2656 * gdb.texinfo (Completion): Add field name example.
2657
fbc5282e
MK
26582008-06-06 Marc Khouzam <marc.khouzam@ericsson.com>
2659
2660 * gdb.texinfo (GDB/MI Program Context): Added example
2661 to -exec-arguments
5ae4183a 2662
fbc5282e 26632008-06-05 Nick Roberts <nickrob@snap.net.nz>
bcf6fc3a
NR
2664
2665 * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
2666 annotation.
2667
c16158bc 26682008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a
AS
2669 Nathan Sidwell <nathan@codesourcery.com>
2670 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
2671
2672 * configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
2673 and ACX_BUGURL.
2674 * configure: Regenerate.
2675 * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
2676 (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
2677 * gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
2678 mailing-list-specific text about bug reporting unless
2679 BUGURL_DEFAULT.
2680
75c99385
PA
26812008-06-05 Pedro Alves <pedro@codesourcery.com>
2682
2683 * gdb.texinfo (-target-select): Remove reference to target async.
2684 (Maintenance Commands): Document "maint set/show remote-async".
2685
1763a388
MK
26862008-06-04 Marc Khouzam <marc.khouzam@ericsson.com>
2687
2688 * gdb.texinfo (GDB/MI File Transfer Commands): Typo
2689 in -target-file-get section.
5ae4183a 2690
d0d064df
PA
26912008-05-22 Pedro Alves <pedro@codesourcery.com>
2692
9b562ab8
PA
2693 * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
2694 killing the inferior when it is already debugging a process.
d0d064df 2695
8dfa32fc
JB
26962008-05-21 Joel Brobecker <brobecker@adacore.com>
2697
2698 * gdb.texinfo (Continuing and Stepping): Document the new "fin"
2699 abbreviation for "finish".
2700
55f996a7
NR
27012008-05-21 Nick Roberts <nickrob@snap.net.nz>
2702
2703 * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
2704
ba2b1c56
DJ
27052008-05-15 Daniel Jacobowitz <dan@codesourcery.com>
2706
2707 * gdbint.texinfo (Target Conditionals): Delete entry for
2708 gdbarch_dwarf_reg_to_regnum.
2709
08388c79
DE
27102008-05-09 Doug Evans <dje@google.com>
2711
a3c83fae 2712 * gdb.texinfo: Document "find" command, qSearch:memory packet.
08388c79 2713
d14508fe
DE
27142008-05-05 Doug Evans <dje@google.com>
2715
2716 * gdb.texinfo (disassemble): Document /m modifier.
2717
e2b7ddea
VP
27182008-05-05 Vladimir Prus <vladimir@codesourcery.com>
2719
5ae4183a
AS
2720 * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
2721 will not report the time of commands that run the target.
e2b7ddea 2722
8eb41542
VP
27232008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2724
2725 * gdb.texinfo (GDB/MI Output Records): Add
2726 missing semicolon.
2727
82f68b1c
VP
27282008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2729
2730 * gdb.texinfo (GDB/MI Output Records):
2731 Document =thread-create and =thread-exited.
2732
fa0f268d
VP
27332008-05-03 Vladimir Prus <vladimir@codesourcery.com>
2734
2735 * gdb.texinfo (GDB/MI Development and Front Ends):
82f68b1c 2736 Remove mention of dmi-discuss.
fa0f268d 2737
063bfe2e
VP
27382008-05-03 Pedro Alves <pedro@codesourcery.com>
2739
2740 * observer.texi (thread_exit): New.
2741
237fc4c9
PA
27422008-05-02 Pedro Alves <pedro@codesourcery.com>
2743
2744 * gdb.texinfo (Debugging Output): Document "set/show debug
2745 displaced".
2746 (Maintenance Commands): Document "maint set/show
2747 can-use-displaced-stepping".
2748
0428b8f5
DJ
27492008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
2750
2751 * gdb.texinfo (ARM): Document set/show arm fallback-mode
2752 and set/show arm force-mode.
2753
5009afc5
AS
27542008-05-02 Andreas Schwab <schwab@suse.de>
2755
2756 * gdbint.texinfo (Algorithms): Describe
2757 target_watchpoint_addr_within_range.
2758
669fac23
DJ
27592008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
2760
2761 * gdbint.texinfo (Stack Frames): New chapter.
2762 (Algorithms): Move Frames text to the new chapter.
2763 (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS. Document
2764 gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
2765
721c02de
VP
27662008-04-24 Vladimir Prus <vladimir@codesourcery.com>
2767
5ae4183a
AS
2768 * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
2769 output does not necessary include any tokens.
721c02de 2770
c055b101
CV
27712008-04-22 Corinna Vinschen <vinschen@redhat.com>
2772
2773 * gdb.texinfo (Set SH Calling convention): New @item.
2774 (Show SH Calling convention): Ditto.
2775
68837c9d
MD
27762008-04-22 Markus Deuling <deuling@de.ibm.com>
2777
2778 * gdb.texinfo (Fortran Operators): Describe '%' operator.
2779
2e9132cc
EZ
27802008-04-20 Eli Zaretskii <eliz@gnu.org>
2781
2782 * gdb.texinfo (Set Breaks): Mention that multiple location
2783 breakpoints need line number info. Add index entries.
2784
31fffb02
CS
27852008-04-19 Craig Silverstein <csilvers@google.com>
2786
2787 * gdb.texinfo (Requirements): Add an optional requirement on
2788 zlib.
2789 * gdbint.texinfo (Debugging File Formats): Add new subsection for
2790 Compressed DWARF 2.
2791
a47ec5fe
AR
27922008-04-16 Aleksandar Ristovski <aristovski@qnx.com>
2793
2794 * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
2795 sample output for 'stopped,reason="breakpoint-hit"' message.
2796 (GDB/MI Program Execution): Likewise.
2797
de051565
MK
27982008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
2799
5ae4183a 2800 * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
de051565
MK
2801 -var-set-format. Add -f option to -var-evaluate-expression.
2802
6ba66d6a
JB
28032008-04-03 Joel Brobecker <brobecker@adacore.com>
2804
2805 * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
2806 new node "Ambiguous Expressions". Replace references to this
2807 node by references to "Ambiguous Expressions" throughout.
2808 (Ambiguous Expressions): New node.
2809
1e26b4f8
DJ
28102008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
2811
2812 * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
2813
b84876c2
PA
28142008-03-21 Pedro Alves <pedro@codesourcery.com>
2815
2816 * gdb.texinfo (Debugging Output): Document
2817 "set/show debug lin-lwp-async".
2818 (Maintenance Commands): Document "maint set/show linux-async".
2819
63092375
DJ
28202008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
2821
2822 * gdb.texinfo (Expressions): Update description of malloced arrays.
2823
8e8901c5
VP
28242008-03-15 Vladimir Prus <vladimir@codesourcery.com>
2825
2826 * gdb.texinfo (Thread Commands): Document
2827 -thread-info. Remove -thread-list-all-threads.
2828
1fddbabb
PA
28292008-03-14 Pedro Alves <pedro@codesourcery.com>
2830 Sandra Loosemore <sandra@codesourcery.com>
2831
2832 * gdb.texinfo (Library List Format): Update to mention the
2833 possibility to pass section addresses instead of segment
2834 addresses.
2835
ccd213ac
DJ
28362008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
2837
2838 * gdb.texinfo (Starting): Document "set exec-wrapper".
2839 (Server): Document gdbserver --wrapper.
2840
fa4727a6
DJ
28412008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
2842
2843 * gdb.texinfo (Set Watchpoints): Mention watchpoints on
2844 unreadable memory. Delete obsolete SPARClite reference.
2845
8edfe269
DJ
28462008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
2847
2848 * gdb.texinfo (Starting): Mention always-running targets.
2849 (Target Commands): Add an anchor for load.
2850 (Connecting): Explain continue instead of run.
2851
1843f87b
DJ
28522008-02-27 Daniel Jacobowitz <dan@codesourcery.com>
2853
2854 * gdb.texinfo (Debugging Output): Document "set debug timestamp".
2855
f9082629
NR
28562008-02-26 Nick Roberts <nickrob@snap.net.nz>
2857
2858 * gdb.texinfo (Set Breaks): Revert description of Enb column of
2859 breakpoint table.
2860
fd96d250
PA
28612008-02-19 Pedro Alves <pedro@codesourcery.com>
2862
2863 * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
2864 killing the inferior when it is already debugging a process.
2865
36af4ef6
MD
28662008-02-13 Markus Deuling <deuling@de.ibm.com>
2867
2868 * gdbint.texinfo (Build Script): New section. Mention new build script
2869 gdb_buildall.sh.
2870
cda4ce5a
JB
28712008-02-01 Jim Blandy <jimb@red-bean.com>
2872
2873 * gdb.texinfo (Help): Summarize 'info args' correctly.
2874
4acd40f3
TJB
28752008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2876
2877 * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
2878 available in PowerPC architecture.
2879 (Embedded Processors): Change node name of PowerPC item in menu.
2880 (PowerPC): Rename to...
2881 (PowerPC Embedded): this.
2882 (Architectures): Add new PowerPC item in menu.
2883 (PowerPC): New node.
2884
6e6c6f50
DJ
28852008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2886
2887 * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
2888 commands.
2889
5ee187d7
DJ
28902008-01-30 Daniel Jacobowitz <dan@codesourcery.com>
2891
2892 * gdb.texinfo (Setting Catchpoints): Mention features
2893 supported on GNU/Linux.
2894
e275c0d9
NR
28952008-01-30 Nick Roberts <nickrob@snap.net.nz>
2896
2897 * gdb.texinfo (GDB/MI File Commands): Describe new output
2898 field for MI command -file-list-exec-source-file.
2899
2d717e4f
DJ
29002008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2901
2902 * gdb.texinfo (Using the `gdbserver' Program): Add security
2903 warning. Rearrange into subsections and subsubsections. Document
2904 --multi and --debug. Correct --with-sysroot typo. Update --attach
2905 usage. Make load reference clearer. Document monitor exit.
2906 (Remote Configuration): Document set remote exec-file, attach-packet,
2907 and run-packet.
2908 (Packets): Document vAttach and vRun.
2909
d35a4257 29102008-01-29 Nick Roberts <nickrob@snap.net.nz>
f663676d
NR
2911
2912 * gdb.texinfo (Processes): Mention process command.
889bf7c5 2913 detach-on-follow -> detach-on-fork.
f663676d 2914
c78d192c
DJ
29152008-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2916
2917 * gdbint.texinfo (Native Conditionals): Remove
2918 SHELL_COMMAND_CONCAT and SHELL_FILE.
2919
d35a4257
EZ
29202008-01-26 Eli Zaretskii <eliz@gnu.org>
2921
2922 * gdb.texinfo (Specify Location): Improve wording.
2923
93815fbf
VP
29242008-01-23 Chris Demetriou <cgd@google.com>
2925
2926 * gdb.texinfo (Threads): Document new "set print thread-events"
2927 and "show print thread-events" commands.
2928
2a25a5ba
EZ
29292008-01-19 Eli Zaretskii <eliz@gnu.org>
2930
2931 * gdb.texinfo (Specify Location): New section.
2932 (Delete Breaks, Edit, Set Breaks): Remove description of
2933 locations. Instead, add a reference to "Specify Location".
2934 (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
2935 (Symbols): Refer to "Specify Location" for the valid forms of
2936 linespecs and locations.
2937
32c9a795
MD
29382008-01-18 Markus Deuling <deuling@de.ibm.com>
2939
2940 * gdbint.texinfo (Target Conditionals): Replace the description of
2941 BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
2942
b17828ca
JB
29432008-01-12 Paul Hilfinger <hilfinger@adacore.com>
2944
2945 * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
2946 about &&var, which is rejected by the expression parser.
2947
0aea4bf3
LM
29482008-01-09 Luis Machado <luisgpm@br.ibm.com>
2949
2950 * gdb.texinfo (Output): Update documentation on using printf with DFP
2951 types.
2952
febe4383
TJB
29532008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
2954
2955 * gdb.texinfo (C and C++): Add Decimal Floating Point format
2956 subsubsection.
2957 (Decimal Floating Point format): New subsubsection.
2958
7a404eba
PA
29592008-01-05 Pedro Alves <pedro@codesourcery.com>
2960
2961 * gdb.texinfo (File Options): Remove mention of the attempt to
2962 open a core file with the -p option. Don't list -c as a valid
2963 option to attach to a process.
2964
a4d9b460
PA
29652008-01-05 Pedro Alves <pedro@codesourcery.com>
2966
2967 * gdbint.texinfo (Host Conditionals): Remove mention of
2968 ALIGN_STACK_ON_ENTRY.
2969
6ec2edbe
JB
29702008-01-05 Joel Brobecker <brobecker@adacore.com>
2971
2972 * gdbint.texinfo (Start of New Year Procedure): Add item
2973 describing how to update the source and documentation copyright
2974 notices.
2975
d8b2a693
JB
29762007-12-18 Jim Blandy <jimb@codesourcery.com>
2977
ab209b3a 2978 * gdb.texinfo (Set Watchpoints): Integrate per-thread
d8b2a693
JB
2979 watchpoint explanation into the main description of the watchpoint
2980 command; update synopses of 'watch', 'rwatch', and 'awatch'
2981 commands.
2982
8b4ed427
VP
29832007-12-18 Vladimir Prus <vladimir@codesourcery.com>
2984
2985 * gdb.texinfo (Miscellaneous gdb/mi Commands):
2986 Document 'pending-breakpoints' feature of
2987 -list-features.
2988
37e4754d
LM
29892007-12-17 Luis Machado <luisgpm@br.ibm.com>
2990
669fac23 2991 * gdb.texinfo: Add new parameter's description.
37e4754d 2992
1d3811f6
DJ
29932007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
2994
2995 * gdb.texinfo (Overview): Clarify run-length encoding
2996 example. Remove the restriction on "+" and "-" characters.
2997
c1c25a1a
EZ
29982007-12-15 Eli Zaretskii <eliz@gnu.org>
2999
3000 * gdb.texinfo (Host I/O Packets): Fix xref syntax.
3001
afe8ab22 30022007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3003
afe8ab22
VP
3004 * gdb.texinfo (GDB/MI Breakpoint Commands): Document
3005 the -f option for -break-insert, remove -r option,
3006 and clarify specification of location.
3007
a6b151f1
DJ
30082007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
3009
3010 * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
3011 formatting.
3012 (Remote Debugging): Add File Transfer section.
3013 (Remote Configuration): Document Host I/O packets.
3014 (GDB/MI): Add GDB/MI File Transfer Commands section.
c1c25a1a 3015 (Host I/O Packets): New section in "Remote Protocol".
a6b151f1
DJ
3016 (Packets): Add vFile.
3017
3b784c4f
EZ
30182007-11-17 Eli Zaretskii <eliz@gnu.org>
3019
3020 * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
3021 breakpoints with multiple locations.
3022 (Breakpoint Menus): Improve wording.
3023 (Output): Fix last change.
3024
a4ce5b0d
UW
30252007-11-17 Ulrich Weigand <uweigand@de.ibm.com>
3026
3027 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
3028
1b39d5c0
DE
30292007-11-15 Doug Evans <dje@google.com>
3030
3031 * gdb.texinfo (Symbols): Update output of "maint info symtabs".
3032
7a72d44c
VP
30332007-11-15 Vladimir Prus <vladimir@codesourcery.com>
3034
3035 * gdbint.texinfo (Native Conditionals): Remove
3036 mention of CLEAR_SOLIB.
5ae4183a 3037
6d1829bf 30382007-11-11 Joel Brobecker <brobecker@adacore.com>
b4740add
JB
3039
3040 * gdb.texinfo (Print Settings): Add documentation for "set/show
3041 print frame-arguments".
3042
1a619819
LM
30432007-11-05 Luis Machado <luisgpm@br.ibm.com>
3044
3b784c4f 3045 * gdb.texinfo (Output): Update printf command's description.
1a619819 3046
55eddb0f
DJ
30472007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
3048
3049 * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
3050 powerpc soft-float".
3051
9cceb671
DJ
30522007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3053
3054 * gdb.texinfo (Files): Correct formatting. Mention Expat
3055 requirement.
3056 (Requirements for Building GDB): Expand the list of Expat
3057 uses.
3058 (Library List Format, Memory Map Format): Mention Expat.
3059 (Target Descriptions): Update Expat wording.
3060
83acabca
DJ
30612007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3062
3063 * gdbint.texinfo (Register and Memory Data, Target Conditionals):
3064 Document that gdbarch_convert_register_p should return zero for no-op
3065 conversions.
3066
e35879db
UW
30672007-10-22 Ulrich Weigand <uweigand@de.ibm.com>
3068
83acabca 3069 * gdbint.texi (Compiler Characteristics): Move documentation
e35879db
UW
3070 of set_gdbarch_sofun_address_maybe_missing back to ...
3071 (Target Conditionals): ... here to fix build break.
3072
203c3895
UW
30732007-10-19 Ulrich Weigand <uweigand@de.ibm.com>
3074
83acabca 3075 * gdbint.texi (Target Conditionals): Remove documentation of
203c3895
UW
3076 SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
3077 (Compiler Characteristics): ... documentation of
3078 set_gdbarch_sofun_address_maybe_missing.
3079
11411de3
DJ
30802007-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3081
3082 * gdbint.texinfo (Target Conditionals): Use
3083 frame_unwind_register_unsigned in examples instead of
3084 frame_unwind_unsigned_register.
3085
7cc46491
DJ
30862007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3087
3088 * gdb.texinfo (Predefined Target Types): Add int128
3089 and uint128.
3090 (Standard Target Features): Add PowerPC features.
3091
81adfced
DJ
30922007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3093
3094 * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
3095
c1874924
UW
30962007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3097
3098 * gdbint.texi (Target Conditionals): Remove documentation
3099 of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
3100 gdbarch_extract_return_value, and gdbarch_store_return_value.
3101
f6e56ab3
UW
31022007-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3103
3104 * gdbint.texi (Target Conditionals): Remove documentation of
3105 and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
3106
56cf5405
KH
31072007-10-11 Kazu Hirata <kazu@codesourcery.com>
3108
3109 * gdb.texinfo: Mention that inaccessible-by-default is on by
3110 default.
3111
35156bae
DJ
31122007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3113
3114 * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
3115
d983da9c
DJ
31162007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
3117
3118 * gdb.texinfo (Setting Watchpoints): Adjust warning text about
3119 multi-threaded watchpoints.
3120 * gdbint.texinfo (Watchpoints): Describe how watchpoints are
3121 checked. Describe sticky notification. Expand description
3122 of steppable and continuable watchpoints.
3123 (Watchpoints and Threads): New subsection.
3124
fe6fbf8b
VP
31252007-09-28 Vladimir Prus <vladimir@codesourcery.com>
3126
3127 * gdb.texinfo (Setting Breakpoints): Revise
3128 documentation for pending breakpoints. Document
3129 breakpoints with multiple locations.
5ae4183a 3130
084344da
VP
31312007-09-19 Vladimir Prus <vladimir@codesourcery.com>
3132
3133 * gdb.texinfo (Miscellaneous gdb/mi Commands):
3134 Document -list-features.
5ae4183a 3135
82160952
EZ
31362007-09-15 Eli Zaretskii <eliz@gnu.org>
3137
3138 * gdb.texinfo (Output): Spell out which features of C's printf are
3139 not supported by GDB's printf.
7e27a47a
EZ
3140 (Separate Debug Files): More accurate wording regarding build ID
3141 and a reference to the ld manual rather than the Fedora wiki.
82160952 3142
ea37ba09
DJ
31432007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3144 Jim Blandy <jimb@codesourcery.com>
3145
3146 * gdb.texinfo (Output Formats): Update 'c' description. Describe 's'.
3147 (Examining Memory): Update mentions of the 's' format.
3148 (Automatic Display): Likewise.
3149
b8533aec
DJ
31502007-09-02 Daniel Jacobowitz <dan@codesourcery.com>
3151
3152 * gdb.texinfo: Update the FSF's Back-Cover Text.
3153
83f83d7f
JK
31542007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3155 Eli Zaretskii <eliz@gnu.org>
3156
3157 * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
3158 Fixed the ``build ID'' name. New binaries build instructions for the
3159 build ID inclusion. Explain how the commands are specific to the build
3160 ID vs. debug link.
3161
c7e83d54
EZ
31622007-09-01 Eli Zaretskii <eliz@gnu.org>
3163
3164 * gdb.texinfo (Separate Debug Files): Fix last change. Add
3165 indexing for ``build ID'' support.
3166
d3750b24
JK
31672007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3168
3169 * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
3170 Enlisted BUILD ID to the debug file searching example.
3171 Included a BUILD ID `.note.gnu.build-id' section description.
3172 Updated/added the debug files splitting instructions for OBJCOPY.
3173
02142340
VP
31742007-08-31 Vladimir Prus <vladimir@codesourcery.com>
3175
3176 * gdb.texinfo (Variable Objects): Adjust docs
3177 for -var-info-expression and document
3178 -var-info-path-expression.
3179
d3bdde98
JB
31802007-08-20 Jim Blandy <jimb@codesourcery.com>
3181
3fb6a982
JB
3182 * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
3183 (title page): Include the dedication in the printed manual, as a
3184 separate page after the copyright notice.
5ae4183a 3185
d3bdde98
JB
3186 * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
3187 don't break a @var across a line.
3188
c80a96a8
MR
31892007-07-25 Maciej W. Rozycki <macro@mips.com>
3190
3191 * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
3192 for include files.
3193
5824a901
NR
31942007-07-12 Nick Roberts <nickrob@snap.net.nz>
3195
3196 * gdb.texinfo (Server Prefix): New node. Adapt from existing node
5ae4183a
AS
3197 in annotate.texinfo.
3198 (Command History): Link to new node.
5824a901 3199
d52e7ea3
UW
32002007-07-05 Markus Deuling <deuling@de.ibm.com>
3201
3202 * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
3203
5fc14d0a
EZ
32042007-07-05 Eli Zaretskii <eliz@gnu.org>
3205
3206 * gdbint.texinfo (Target Conditionals): Fix last change.
3207
4a9bb1df
UW
32082007-07-03 Markus Deuling <deuling@de.ibm.com>
3209
3210 * gdb.texinfo: Replace following macros by their appropriate gdbarch
3211 routines:
3212 (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
3213 (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
3214 (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
3215 (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
3216 (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
3217 (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
3218 (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
3219 (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
3220 (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
3221 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3222 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
3223 (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
3224 (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3225 (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
3226 (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
3227 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
3228 (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
3229 (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
3230 (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
3231 (SOFTWARE_SINGLE_STEP_P)
3232
3233 (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
3234 (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
3235
3236 (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
3237 (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
3238 (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
3239 (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
3240 (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
3241 (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
3242 (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
3243 (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
3244 (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
3245 (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
3246
3247 (Converting an existing Target Architecture to Multi-arch): Remove
3248 section.
3249
3250 (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
3251 (gdbarch_addr_bits_remove): Add code example.
3252
3253 * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
3254
cfa9d6d9
DJ
32552007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
3256
3257 * gdb.texinfo (Remote Configuration): Document library-info-packet.
3258 Add other missing entries. Adjust the table size to fit.
3259 (Stop Reply Packets): Use @itemize instead of @enumerate. Document
3260 stop reasons including the new "library" event.
3261 (General Query Packets): Adjust table widths for qSupported. Mention
3262 qXfer:libraries:read reply to qSupported and document the new packet.
3263 (Library List Format): New section.
3264
159fcc13
JK
32652007-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3266
3267 * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
3268
f66d1690
MS
32692007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
3270
3271 * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
3272
67102876
NR
32732007-06-25 Nick Roberts <nickrob@snap.net.nz>
3274
3275 * gdbint.texinfo (Register and Memory Data): Break sections
3276 into nodes and add a menu.
3277
a4642986
MR
32782007-06-21 Maciej W. Rozycki <macro@mips.com>
3279
3280 * gdb.texinfo (Examining Memory): Document the new behaviour.
3281
e9c17194
VP
32822007-06-21 Vladimir Prus <vladimir@codesourcery.com>
3283
3284 * gdb.texinfo (Standard Target Features): Document
3285 m68k features.
3286
31d99776
DJ
32872007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3288
3289 * gdb.texinfo (General Query Packets): Document qOffsets changes.
3290
1780a0ed
DJ
32912007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3292
3293 * gdb.texinfo (Target Description Format): Add version attribute
3294 for <target>.
3295
822b6570
DJ
32962007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3297
3298 * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
3299
f8b73d13
DJ
33002007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3301
3302 * gdb.texinfo (MIPS Features): New subsection.
3303
0e7f50da
UW
33042007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3305 Markus Deuling <deuling@de.ibm.com>
3306
3307 * gdb.texinfo (General Query Packets): Document qXfer:spu:read
3308 and qXfer:spu:write packets and mention them under qSupported.
3309
23d964e7
UW
33102007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3311 Markus Deuling <deuling@de.ibm.com>
3312
3313 * gdb.texinfo (Architectures): Add new SPU section to document
3314 Cell Broadband Engine SPU architecture specific commands.
3315
9f708cb2
VP
33162007-06-09 Vladimir Prus <vladimir@codesourcery.com>
3317
3318 * gdb.texinfo (GDB/MI Variable Objects): Editorial
3319 comments.
3320
7579b5f8
NR
33212007-06-07 Nick Roberts <nickrob@snap.net.nz>
3322
3323 * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
3324
bf06d120
JB
33252007-05-29 Jim Blandy <jimb@codesourcery.com>
3326
3327 * gdb.texinfo (Overview): Doc fix.
3328
23776285
MR
33292007-05-22 Maciej W. Rozycki <macro@mips.com>
3330
3331 * gdb.texinfo (Remote Configuration): Document "set/show
3332 remoteflow".
3333
1a69e1e4
DJ
33342007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3335
bf06d120
JB
3336 * gdb.texinfo (MIPS): Remove documentation for set mips
3337 saved-gpreg-size, show mips saved-gpreg-size, and set mips
3338 stack-arg-size.
1a69e1e4 3339
46ba6afa 33402007-05-14 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3341
46ba6afa
BW
3342 * all-cfg.texi (GDBTUI): New.
3343 * gdb.texinfo (Mode Options): Use GDBTUI variable.
3344 (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
3345 (TUI Configuration): Edit to improve clarity and fix problems of
3346 both style and content.
5ae4183a 3347
06d3b283
UW
33482007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
3349
3350 * observer.texi (GDB Observers): New observer "new_objfile".
3351
179101d6
UW
33522007-05-08 Ulrich Weigand <uweigand@de.ibm.com>
3353
3354 * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
3355
25d5ea92
VP
33562007-04-14 Vladimir Prus <vladimir@codesourcery.com>
3357
3358 * gdb.texinfo (GDB/MI Variable Objects): Document
3359 frozen variables objects.
5ae4183a 3360
ea35711c
DJ
33612007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
3362
3363 * gdb.texinfo (Memory): Reference Remote Debugging chapter.
3364 (Character Sets, Caching Data of Remote Targets): Likewise.
3365 (Targets): Delete Remote node. Move its text...
3366 (Debugging Remote Programs): ...to here. Delete description
3367 of the "remote" command.
3368 (Remote configuration): Delete description of "set remotedevice"
3369 and "show remotedevice".
3370 (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
3371
db2e3e2e
BW
33722007-04-11 Bob Wilson <bob.wilson@acm.org>
3373
5ae4183a
AS
3374 * gdb.texinfo (Contributors, Continuing and Stepping)
3375 (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
3376 (General Query Packets, File-I/O Remote Protocol Extension)
3377 (Protocol Basics, The F Reply Packet, Write)
3378 (Protocol-specific Representation of Datatypes, Memory Transfer):
3379 Fix hyphenation, punctuation and grammar problems.
3380 (Cygwin Native): Likewise. Also fix misuse of @pxref and use
3381 'section' instead of 'subsection' in the text.
3382 (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
3383 (i386): Remove period from section name.
db2e3e2e
BW
3384 (Installing GDB, Requirements, Running Configure, Separate Objdir)
3385 (Config Names, Configure Options): Use @file{configure}.
3386
8a3dae3e
DJ
33872007-04-11 Daniel Jacobowitz <dan@codesourcery.com>
3388
3389 * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
3390 and tab expansion.
3391
1a92f856
DJ
33922007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
3393
3394 * gdbint.texinfo (SOM): Correct location of the SOM reader.
3395
79a6e687 33962007-04-02 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3397
79a6e687
BW
3398 * gdb.texinfo: Consistently capitalize all significant words in
3399 node names, chapter titles, section titles, and headings. Update
3400 cross references to match.
3401 (Starting and Stopping Trace Experiment): Make node name plural.
3402 (Breakpoint related warnings): Hyphenate "Breakpoint-related".
5ae4183a 3403
ad527d2e
PA
34042007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
3405
3406 * gdb.texinfo (WinCE): Delete obsolete subsection.
3407
7ce59000
DJ
34082007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3409
3410 * gdb.texinfo (M68K): Remove obsolete ROM monitors.
3411 * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
3412 references.
3413
8807d78b
DJ
34142007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3415
3416 * gdb.texinfo (Startup): Delete references to some alternate
3417 names for .gdbinit.
3418 (Thread): Remove LynxOS reference.
3419 (Tandem ST2000): Delete target-specific documentation.
3420 * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
3421 (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
3422 and GDB_OSABI_LYNXOS.
3423
5f402660
UW
34242007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
3425
3426 * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
3427
bac718a6
UW
34282007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
3429
3430 * gdbint.texinfo (Target Conditionals): Remove mention of
3431 DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
3432 and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
3433
9453113a
DJ
34342007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
3435
3436 * Makefile.in: Add "pdfdir" installation
3437 directory, PDFTEX macro, support for "install-pdf" target,
3438 and rules for making a pdf version of refcard.texi.
3439 * refcard.tex: Specify paper size for PDF output.
3440
ae21e955 34412007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3442
ae21e955 3443 * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
5ae4183a 3444
3f94c067 34452007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3446
3f94c067
BW
3447 * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
3448 (Source Path, Character Sets, Macros, Define)
3449 (GDB/MI Result Records, GDB/MI Simple Examples)
3450 (GDB/MI Program Execution, GDB/MI File Commands)
3451 (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
3452 (Bug Reporting): Use @value{GCC}.
5ae4183a 3453
12c27660 34542007-03-26 Bob Wilson <bob.wilson@acm.org>
5ae4183a 3455
12c27660
BW
3456 * gdb.texinfo (Help): Fix formatting of examples.
3457 (Variables): Use @ifnotinfo instead of @iftex.
3458 (Non-debug DLL symbols): Use @ref instead of @pxref.
3459 (Sparclet File): Use @samp instead of quotes.
5ae4183a 3460
ce9341a1
BW
34612007-03-26 Bob Wilson <bob.wilson@acm.org>
3462
3463 * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
3464
c8f4133a
BW
34652007-03-26 Bob Wilson <bob.wilson@acm.org>
3466
3467 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
3468 the order of the nodes.
3469 (C Operators, C Constants, Debugging C): Remove extra menus.
3470 (Method Names in Commands): Do not specify next/prev/up nodes.
5ae4183a 3471
c8f4133a 34722007-03-26 Bob Wilson <bob.wilson@acm.org>
d52fb0e9
BW
3473
3474 * gdb.texinfo (File Options): Add missing parenthesis.
3475 (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
3476
c74d0ad8
DJ
34772007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3478
3479 * gdb.texinfo (Monitor commands for gdbserver): New subsection.
3480
ff6f572f
DJ
34812007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3482
669fac23 3483 * gdb.texinfo (Standard Target Features): Mention
ff6f572f
DJ
3484 case insensitivity.
3485 (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
3486
994337c3
NR
34872007-02-18 Nick Roberts <nickrob@snap.net.nz>
3488
3489 * gdb.texinfo (Top): Put Appendix A after numbered sections.
3490 (Files): Add section name to argument list for pxref.
3491 (Non-debug DLL symbols): Don't use `see' for pxref.
3492 (Embedded Processors): Fix typo.
3493 (GDB/MI Breakpoint Commands): Execution commands generate
3494 *stopped not ^done.
3495
eb819d70
NR
34962007-02-13 Nick Roberts <nickrob@snap.net.nz>
3497
3498 * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
3499 values for in_scope. Mention that only root variables can be
3500 updated.
3501 (GDB/MI Development and Front Ends): Explain new values may be
3502 added to existing fields.
3503
123dc839
DJ
35042007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
3505
3506 * gdb.texinfo (-target-disconnect): Use @smallexample.
3507 (Requirements): Add anchor for Expat. Update description.
3508 (Target Descriptions): Mention Expat.
3509 (Target Description Format): Document new elements. Use
3510 @smallexample.
3511 (Predefined Target Types, Standard Target Features): New sections.
669fac23 3512 * gdbint.texinfo (Target Descriptions): New section.
123dc839 3513
108546a0
DJ
35142007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
3515
3516 * gdb.texinfo (Target Description Format): Add section on XInclude.
3517
95a98c01
NR
35182006-02-03 Nick Roberts <nickrob@snap.net.nz>
3519
3520 * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
3521 command -enable-timings.
3522
f4b3909f
EZ
35232007-02-02 Markus Deuling <deuling@de.ibm.com> (tiny change)
3524
5ae4183a 3525 * gdbint.texinfo (Operation System ABI Variant Handling): Update
f4b3909f
EZ
3526 descriptions for new/deleted elements in gdb_osabi. Add missing
3527 description for function generic_elf_osabi_sniff_abi_tag_sections.
3528
c7ba131e
JB
35292007-01-29 Joel Brobecker <brobecker@adacore.com>
3530
3531 * gdb.texinfo (Maintenance Commands): Add documentation for
3532 the new "maint print target-stack" command.
3533
3a60f64e
JK
35342007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3535 Eli Zaretskii <eliz@gnu.org>
3536
f4b3909f 3537 * gdb.texinfo: Describe CHAR array vs. string identification rules.
3a60f64e 3538
c582f8b6
EZ
35392007-01-26 Eli Zaretskii <eliz@gnu.org>
3540
3541 * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
3542 Use @value{NGCC} instead of @value{GCC}.
3543
d3e8051b
EZ
35442007-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
3545
3546 * agentexpr.texi: Fix typos.
3547 * annotate.texinfo: Likewise.
3548 * gdb.texinfo: Likewise.
3549 * gdbint.texinfo: Likewise.
3550 * observer.texi: Likewise.
3551 * stabs.texinfo: Likewise.
3552
86f04699
EZ
35532007-01-20 Markus Deuling <deuling@de.ibm.com> (tiny change)
3554
3555 * gdbint.texinfo (Support Libraries): Remove mmalloc
3556 entry. Describe readline library.
3557
23181151
DJ
35582007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
3559
3560 * gdb.texinfo (Target Descriptions): New section.
3561 (General Query Packets): Add QPassSignals anchor. Mention
3562 qXfer:features:read under qSupported. Expand mentions of
3563 qXfer:memory-map:read and QPassSignals. Document
3564 qXfer:features:read.
3565
f822c95b
DJ
35662007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
3567
3568 * gdb.texinfo (Commands to specify files): Describe
3569 "set sysroot" and "show sysroot".
3570 (Using the `gdbserver' program): Lowercase argument
3571 to @var. Expand description of setting up GDB on the
3572 host.
3573
8936fcda
JB
35742007-01-05 Joel Brobecker <brobecker@adacore.com>
3575
3576 * gdb.texinfo (Set Catchpoints): Add documentation for the new
3577 catch exception, catch exception unhandled, and catch assert
3578 commands.
3579
e776119f
DJ
35802007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3581
3582 * gdb.texinfo (Debugging Output): Document "set debug xml"
3583 and "show debug xml".
3584
aa79a185
DJ
35852007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3586
3587 * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
3588
7f893741
JB
35892007-01-01 Joel Brobecker <brobecker@adacore.com>
3590
3591 * gdbint.texinfo (Start of New Year Procedure): Add missing item.
3592
a1b5960f
VP
35932006-12-08 Vladimir Prus <vladimir@codesourcery.com>
3594
3595 * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
3596 note in @ignore, to be removed later if nobody complains.
3597
9f470e6e
NR
35982006-12-04 Nick Roberts <nickrob@snap.net.nz>
3599
3600 * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
3601 of -var-delete.
3602
765dc015 36032006-11-22 Vladimir Prus <vladimir@codesourcery.com>
5ae4183a 3604
765dc015 3605 * gdb.texinfo (Setting breakpoints): Document
5ae4183a
AS
3606 automatic software/hardware breakpoint usage and
3607 the "set breakpoint auto-hw" command.
765dc015 3608
4b5752d0
VP
36092006-11-21 Vladimir Prus <vladimir@codesourcery.com>
3610
3611 * gdb.texinfo (Memory Access Checking): New.
3612
89be2091
DJ
36132006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
3614
3615 * gdb.texinfo (Remote configuration): Mention
3616 "pass-signals-packet".
3617 (General Query Packets): Document QPassSignals. Fix
3618 a typo.
3619
ca3bf3bd
DJ
36202006-11-14 Maxim Grigoriev <maxim@tensilica.com>
3621
3622 * gdb.texinfo (Contributors): Add contributors of Xtensa port.
3623
427c3a89
DJ
36242006-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3625
3626 * gdb.texinfo (Remote configuration): Rewrite documentation for
3627 packet configuration commands.
3628 (OS Information): Adjust reference to qXfer:auxv:read.
3629 (General Query Packets): Remove references to read-aux-vector-packet
3630 and set remote get-thread-local-storage-address.
3631
7a107747
DJ
36322006-11-10 Daniel Jacobowitz <dan@codesourcery.com>
3633
3634 * gdbint.texinfo (Target Architecture Definition): Add new
3635 Initializing a New Architecture section.
3636
1c56eb0e
EZ
36372006-10-31 David Taylor <dtaylor@emc.com>
3638
3639 * stabs.texinfo (Macro define and undefine): New node describing
3640 stabs for #define and #undef.
3641
f73adfeb
AS
36422006-10-27 Andreas Schwab <schwab@suse.de>
3643
3644 * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
3645
fd60e0df
EZ
36462006-10-21 Eli Zaretskii <eliz@gnu.org>
3647
3648 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
3649 clarify on the possible meanings of ``expression'' watched by
3650 watchpoints. Add indexing.
e5ac9b53
EZ
3651 (Prompting, Errors, Invalidation, Annotations for Running)
3652 (Source Annotations): Fix index entries by adding "annotation" to
3653 them, to discriminate from index entries that point to the more
3654 general topic descriptions.
fd60e0df 3655
52bb452f
DJ
36562006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3657
3658 * gdbint.texinfo (Target Vector Definition): Move most
3659 content into Existing Targets. Add a menu.
3660 (Existing Targets): New section, moved from Target Vector
3661 Definition. Use @subsection.
3662 (Managing Execution State): New section.
3663
58955e58
BW
36642006-10-16 Bob Wilson <bob.wilson@acm.org>
3665
3666 * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
3667
c8aa23ab
EZ
36682006-10-15 Eli Zaretskii <eliz@gnu.org>
3669
3670 * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
3671 (Command Syntax, Signals, Backtrace, Connecting)
3672 (Remote configuration, Renesas Boards, Console I/O): Fix last
3673 change: use Ctrl- instead of C-, except wrt Emacs.
3674 (File-I/O Examples): Put Ctrl-c in @kbd.
3675 (Cygwin Native, File-I/O Overview, The Ctrl-C message)
3676 (Console I/O): Use @samp with Ctrl-.
45ac1734
EZ
3677 (Signals, Set Breaks, Set Watchpoints): Document optional
3678 arguments to `info signals' `handle', `info breakpoints', and
3679 `info watchpoints'.
c8aa23ab 3680
e7109c7e
EZ
36812006-10-14 Eli Zaretskii <eliz@gnu.org>
3682
3683 * gdb.texinfo (Backtrace): Fix last change.
3684
de3aea7b
NR
36852006-10-14 Nick Roberts <nickrob@snap.net.nz>
3686
3687 * gdb.texinfo (Backtrace): Order correctly and add other cases.
3688
7f9087cb
BW
36892006-10-10 Bob Wilson <bob.wilson@acm.org>
3690
c8aa23ab
EZ
3691 * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
3692 (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
3693 (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7f9087cb 3694
68437a39
DJ
36952006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3696 Daniel Jacobowitz <dan@codesourcery.com>
3697
3698 * gdb.texinfo (Packets): Document vFlashErase,
3699 vFlashWrite and vFlashDone packets.
3700 (General Query Packets): Document qXfer:memory-map:read.
3701 Add a new feature for qXfer:memory-map:read.
3702 (Memory map format): New section.
3703 (Target Commands): Mention that gdb can write flash.
3704
fd79ecee
DJ
37052006-09-21 Vladimir Prus <vladimir@codesourcery.com>
3706 Daniel Jacobowitz <dan@codesourcery.com>
3707
3708 * gdb.texinfo (Memory Region Attributes): Mention target-supplied
3709 memory regions and "mem auto".
3710
350da6ee
DJ
37112006-09-21 Nathan Sidwell <nathan@codesourcery.com>
3712
3713 * gdbint.texinfo (Array Containers): New section.
3714
2f1acb09
VP
37152006-09-17 Vladimir Prus <vladimir@codesourcery.com>
3716
3717 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
3718 -stack-list-arguments HIGH_FRAME argument can be larger then the
3719 actual number of frames.
3720
2ab1eb7a
VP
37212006-09-07 Vladimir Prus <vladimir@codesourcery.com>
3722
3723 * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
5ae4183a
AS
3724 -stack-list-locals HIGH_FRAME argument can be larger then the
3725 actual number of frames.
2ab1eb7a 3726
599b237a
BW
37272006-09-02 Bob Wilson <bob.wilson@acm.org>
3728
3729 * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
3730 Register Packet Format, Tracepoint Packets): Fix spelling errors.
3731
25ab7e6d
EZ
37322006-09-02 Eli Zaretskii <eliz@gnu.org>
3733
3734 * gdbint.texinfo (Overall Structure): New section "Source Tree
3735 Structure".
3736
940178d3
JB
37372006-08-17 Jim Blandy <jimb@codesourcery.com>
3738
3739 * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
3740 responses.
3741
30daae6c
JB
37422006-08-08 Joel Brobecker <brobecker@adacore.com>
3743
3744 * gdb.texinfo (Source Path): Add documentation for new
3745 substitute-path commands.
3746
7fa2210b
DJ
37472006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
3748
3749 * gdb.texinfo (Installing GDB): Update menu. Move text to...
3750 (Running Configure): ...here.
3751 (Requirements): New node. Mention expat.
3752
3d00d119
DJ
37532006-08-08 Vladimir Prus <vladimir@codesourcery.com>
3754
5ae4183a 3755 * gdb.texinfo (Target Commands): Remove
3d00d119
DJ
3756 'set download-write-size' and 'show download-write-size'.
3757
0cbfa4ee
DJ
37582006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
3759
3760 * stabs.texinfo (Member Type Descriptor): Correct example for
3761 pointer to member types.
3762
16026cd7
AS
37632006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
3764
3765 * gdb.texinfo (Optional warnings and messages): Add
3766 'set/show trace-commands'.
3767 (Command files): Add '-v' to source command.
3768
0876f84a
DJ
37692006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
3770
3771 * gdb.texinfo (OS Information): Update qPart reference to
3772 qXfer.
3773 (Remote configuration): Likewise.
3774 (Overview): Move @cindex to the start of a paragraph. Talk
3775 about binary data encoding.
3776 (Packets): Refer to the overview for the details of the X
3777 packet encoding.
3778 (General Query Packets): Remove qPart description. Add qXfer
3779 description. Add an anchor to qSupported. Correct feature
3780 table title. Add a new feature for qXfer:auxv:read.
3781 (Interrupts): Add a missing parenthesis.
3782
2ec3381a
DJ
37832006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
3784
669fac23 3785 * gdb.texinfo (KOD): Remove node.
2ec3381a
DJ
3786 (GDB/MI Kod Commands): Remove commented out node.
3787
594fe323
EZ
37882006-07-01 Eli Zaretskii <eliz@gnu.org>
3789
3790 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
3791 (GDB/MI Breakpoint Commands, GDB/MI Program Context)
3792 (GDB/MI Thread Commands, GDB/MI Program Execution)
3793 (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
3794 (GDB/MI Data Manipulation, GDB/MI Symbol Query)
3795 (GDB/MI File Commands, GDB/MI Target Manipulation)
3796 (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
3797 since the MI prompt is hard-wired into the code.
3798
7e3fb70c
NR
37992006-07-01 Nick Roberts <nickrob@snap.net.nz>
3800
3801 * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
3802 (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
3803 (GDB/MI Data Manipulation): Remove description of unimplemented
3804 display related commands as variable objects perform this function
3805 and are superior: -display-delete, -display-disable,
3806 -display-enable, -display-insert and -display-list. Move
3807 -environment-cd, -environment-directory, -environment-path
3808 and -environment-pwd to "Program Context".
3809 (GDB/MI Program Control): Rename to "Program Execution". Move
3810 -exec-arguments -exec-abort to...
3811 (GDB/MI Program Context): ...here. New node split from "Data
3812 Manipulation".
3813
be2a5f71
DJ
38142006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
3815
3816 * gdb.texinfo (Remote configuration): Document set / show
3817 remote supported-packets.
3818 (General Query Packets): Document qSupported packet.
3819
fc320d37
SL
38202006-06-10 Sandra Loosemore <sandra@codesourcery.com>
3821
3822 * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
3823 and font markup.
3824 (Protocol basics): Likewise.
3825 (The F request packet): Likewise.
3826 (The F reply packet): Likewise.
3827 (Memory transfer): Move this node to be a subsubsection of
3828 "Protocol specific representation of datatypes".
3829 (The Ctrl-C message): More copy editing.
3830 (Console I/O): Likewise.
3831 (The isatty call): Delete this node, and merge its content into
3832 the "isatty" node. Fixed references elsewhere.
3833 (The system call): Delete this node, and merge its content into
3834 the "system" node. Fixed references elsewhere.
3835 (open): Reformat to use @table, and add appropriate font markup.
3836 (close): Likewise.
3837 (read): Likewise.
3838 (write): Likewise.
3839 (lseek): Likewise.
3840 (rename): Likewise.
3841 (unlink): Likewise.
3842 (stat/fstat): Likewise.
3843 (gettimeofday): Likewise.
3844 (isatty): Likewise.
3845 (system): Likewise, plus minor changes to fix confusing wording.
3846 (Integral datatypes): Fix font markup.
3847 (Pointer values): Likewise.
3848 (struct stat): Fix markup to use @table, plus minor copy editing.
3849 (struct timeval): Fix font markup, plus minor copy editing.
3850 (Constants): Minor copy editing.
3851 (Errno values): Add font markup.
3852 (File-I/O Examples): Likewise.
3853
158fdf5c
NR
38542006-06-10 Nick Roberts <nickrob@snap.net.nz>
3855
3856 * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
3857 (GDB/MI Simple Examples): Move node up one level. Use real
3858 examples.
3859 (GDB/MI Compatibility with CLI): Update.
3860 (GDB/MI Result Records): Add "connected" and "exit" result
3861 classes.
3862 (GDB/MI Stream Records): Clarify target output.
3863 (GDB/MI Command Description Format): Modify example description.
3864 (GDB/MI Breakpoint Table Commands): Rename to...
3865 (GDB/MI Breakpoint Commands): ...this
3866 (GDB/MI Breakpoint Commands): Add optional thread field.
3867 (GDB/MI Program Control): Add an introduction. Move "Program
3868 termination" examples into exec-run description.
3869 (GDB/MI File Commands): Mention similar CLI commands.
3870 (GDB/MI Miscellaneous Commands): Move to end. Mention "show version"
3871 is similar to "-gdb-version".
3872
ddb50cd7
EZ
38732006-06-09 Eli Zaretskii <eliz@gnu.org>
3874
3875 * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
3876
2aef0d6b
NR
38772006-06-02 Nick Roberts <nickrob@snap.net.nz>
3878
3879 * gdb.texinfo (GDB/MI Development and Front Ends): Use
3880 sourceware.org for mailing lists.
d5e40d59 3881 (GDB/MI File Commands): New node split from Program Control.
2aef0d6b 3882
383a5c52
NR
38832006-06-01 Nick Roberts <nickrob@snap.net.nz>
3884
d5e40d59 3885 * gdb.texinfo (GDB/MI Development and Front Ends): New node.
383a5c52 3886
e16b02ee
EZ
38872006-05-22 Eli Zaretskii <eliz@gnu.org>
3888
3889 * gdb.texinfo (Cygwin Native): Fix last change.
3890
be90c084
CF
38912006-05-22 Christopher Faylor <cgf@timesys.com>
3892
3893 * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
3894
347ceba5
NR
38952006-05-15 Nick Roberts <nickrob@snap.net.nz>
3896
3897 * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
3898 (Releasing GDB, Testsuite): Remove details for including DejaGnu.
3899
369af7bd
DJ
39002006-05-14 Daniel Jacobowitz <dan@codesourcery.com>
3901
3902 * gdb.texinfo (General Query Packets): Recommend not starting
3903 new packets with qC and clarify.
3904
2ffdbde8 39052006-05-13 Gaius Mulley <gaius@glam.ac.uk>
229582b7
GM
3906
3907 * gdb.texinfo (M2 Types): New section.
72019c9c 3908
16d1a084
DJ
39092006-05-10 Daniel Jacobowitz <dan@codesourcery.com>
3910
3911 * agentexpr.texi: Add a copyright and license notice.
3912 * observer.texi: Likewise, with GPL clause for function prototypes.
3913 Remove trailing whitespace.
3914
aa56d27a
JB
39152006-05-05 Jim Blandy <jimb@codesourcery.com>
3916
3917 * gdb.texinfo (General Query Packets): Document conventions for
3918 terminating packet names, and their violations.
3919
5bdf8622
DJ
39202006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3921
3922 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
3923 * gdb.texinfo: Likewise.
3924
605a56cb
DJ
39252006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
3926
3927 * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
3928 and "show remotedebug".
3929 (Debugging Output): Add additional index entries.
3930
b8db102d
MS
39312006-04-27 Michael Snyder <msnyder@redhat.com>
3932
3933 * gdb.texinfo (delete-fork): Command renamed to "delete fork".
3934
c5e30d01
AC
39352006-04-22 Andrew Cagney <cagney@redhat.com>
3936
3937 * gdb.texinfo (Contributors): Credit frame unwinder contributors.
3938 * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
3939
8181d85f
DJ
39402006-04-18 Daniel Jacobowitz <dan@codesourcery.com>
3941
3942 * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
3943 and remove breakpoint prototypes.
3944 (Watchpoints): Move description of target_insert_hw_breakpoint and
3945 target_remove_hw_breakpoint ...
3946 (Breakpoints): ... to here. Document target_insert_breakpoint and
3947 target_remove_breakpoint.
3948
4f553f88
JB
39492006-04-17 Jim Blandy <jimb@codesourcery.com>
3950
3951 * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
3952 and C packets are optional.
3953
cd852561
FR
39542006-04-14 Frederic Riss <frederic.riss@st.com>
3955
3956 * gdb.texinfo (Specifying source directories): Update the description
3957 of the source file search to reflect the fact that the source path
3958 always contains at least $cdir and $cwd.
3959
b620eb07
MS
39602006-03-31 Michael Snyder <msnyder@redhat.com>
3961
3962 * gdb.texinfo: Update copyright dates.
3963
3156cdaf
EZ
39642006-03-31 Eli Zaretskii <eliz@gnu.org>
3965
3966 * gdb.texinfo (Overview): Add an index entry to "empty response".
3967
7d30c22d
JB
39682006-03-28 Jim Blandy <jimb@codesourcery.com>
3969
3970 * gdbint.texinfo (Prologue Analysis): New section.
3971
86941c27
JB
39722006-03-07 Jim Blandy <jimb@red-bean.com>
3973
66b8c7f6
JB
3974 * gdb.texinfo (Connecting): Document 'target remote pipe'.
3975
1a10341b
JB
3976 * gdb.texinfo (Target Commands): Update text describing how to
3977 specify a target. Refer to the detailed section on remote
3978 debugging, not the brief mention.
3979
86941c27
JB
3980 * gdb.texinfo (Connecting): Organize the different 'target remote'
3981 connection methods into a table. Add a 'target remote' index
3982 entry. (!!!)
3983
62f3a2ba
FF
39842006-02-17 Fred Fish <fnf@specifix.com>
3985
3986 * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
3987 'ptype' commands to reflect the fact that the only significant
3988 difference between them is that ptype prints the complete type
3989 description instead of just the name.
3990
8b9a88ea
WZ
39912006-02-13 Wu Zhou <woodzltc@cn.ibm.com>
3992
3993 * gdbint.texinfo (Watchpoints): Delete
3994 TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
3995
7e8dc855
NR
39962006-02-10 Nick Roberts <nickrob@snap.net.nz>
3997
3998 * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
3999 times fields where needed. Fix typos. Update general form given
4000 for output of -break-insert.
4001 (GDB/MI): Abbreviate some unnecessarily long fullnames.
4002
c91d38aa
DJ
40032006-02-06 Daniel Jacobowitz <dan@codesourcery.com>
4004
4005 * gdbint.texinfo (Symbol Handling): Add a section
4006 on memory management.
4007
38fcd64c
DJ
40082006-02-06 Vladimir Prus <ghost@cs.msu.su>
4009
4010 * gdb.texinfo (Breakpoint table commands): Document the fullname
4011 field in -break-list output.
4012
219eec71
EZ
40132006-02-03 Eli Zaretskii <eliz@gnu.org>
4014
4015 * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
4016 debugging information produced by the various "set debug..."
4017 options.
4018
ae5a43e0
DJ
40192006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4020
4021 * gdb.texinfo (Files): Remove obsolete bits from the description
4022 of "symbol-file".
4023
a9f158ec
JB
40242006-01-25 Jim Blandy <jimb@redhat.com>
4025
4026 * gdbint.texinfo (Testsuite): Explain how to run selected tests.
4027
410dd08e
JB
40282006-01-24 Jim Blandy <jimb@redhat.com>
4029
4030 * gdbint.texinfo (Frames): Document the basics of GDB's register
4031 unwinding model, and explain the existence of the "sentinel" frame.
4032
4b505b12
AS
40332006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
4034
4035 * gdb.texinfo (Choosing files): Mention that -directory is used
4036 for script files.
4037 (Specifying source directories): Likewise.
4038 (Command files): Explain how script files are found.
4039
839c27b7
EZ
40402006-01-21 Eli Zaretskii <eliz@gnu.org>
4041
4042 * gdb.texinfo (Backtrace): Describe how to get backtrace of all
4043 the threads in a multi-threaded program.
4044 (Threads): The threadno argument of "thread apply" can be a range
4045 of numbers.
4046
7be93b9e
JB
40472006-01-18 Jim Blandy <jimb@redhat.com>
4048
4049 * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
4050 of warning flags.
4051
fcc73fe3
EZ
40522006-01-13 Eli Zaretskii <eliz@gnu.org>
4053
4054 * gdb.texinfo (Sequences): Improve menu annotations.
4055 (Define): Add index entries for arguments of user-defined
4056 commands. Move the description of flow-control commands...
4057 (Command Files): ...to here. Document loop_break and
4058 loop_continue.
ca91424e
EZ
4059 (Define, Command Files): Document `end' and add index entries for
4060 it.
fcc73fe3 4061
5c95884b
MS
40622006-01-04 Michael Snyder <msnyder@redhat.com>
4063
4064 * gdb.texinfo: Add documentation for linux-fork.
5ae4183a 4065 * gdbint.texinfo: Add internal documentation for checkpoints.
5c95884b 4066
860701dc
PH
40672006-01-02 Paul N. Hilfinger <hilfinger@gnat.com>
4068
4069 * gdb.texinfo (Omissions from Ada): Document that there is now
4070 limited aggregate support.
4071
36b80e65
EZ
40722005-12-28 Eli Zaretskii <eliz@gnu.org>
4073
4074 * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
4075 registers and the likes.
4076
c1468174
EZ
40772005-12-24 Eli Zaretskii <eliz@gnu.org>
4078
4079 * gdb.texinfo (Target Commands, Bug Reporting, File Options)
4080 (Symbols): Fix usage of "e.g.".
359df76b 4081 (Memory Region Attributes): Fix usage of "etc."
c1468174
EZ
4082
4083 * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
4084 (Coding): Fix usage of "e.g.".
4085
c02a867d
EZ
40862005-12-23 Eli Zaretskii <eliz@gnu.org>
4087
5ae4183a
AS
4088 * stabs.texinfo:
4089 * refcard.tex:
c02a867d 4090 * gpl.texi:
5ae4183a
AS
4091 * gdbint.texinfo:
4092 * gdb.texinfo:
4093 * gdb-cfg.texi:
c02a867d 4094 * fdl.texi:
5ae4183a
AS
4095 * annotate.texinfo:
4096 * all-cfg.texi:
c02a867d
EZ
4097 * Makefile.in: Add (C) after Copyright. Update the FSF
4098 address.
4099
fad38dfa
EZ
41002005-12-03 Eli Zaretskii <eliz@gnu.org>
4101
4102 * gdb.texinfo (Connecting): Explain that `monitor' is a way to
4103 extend GDB with commands for external monitor.
4104
53e5f3cf
AS
41052005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
4106
4107 * gdb.texinfo (Convenience variables): Add init-if-undefined command.
4108
55f6ca0f
JB
41092005-11-25 Joel Brobecker <brobecker@adacore.com>
4110
4111 * gdbint.texinfo (Start of New Year Procedure): New chapter.
4112
c1947b85
JB
41132005-11-21 Jim Blandy <jimb@redhat.com>
4114
4115 * gdb.texinfo (Tracepoint Packets): Document restrictions on
4116 placement of 'R' actions in tracepoint action packets; document
4117 dependence of 'X' and 'M' actions on a preceding 'R' action for
4118 their registers.
4119
9d29849a
JB
41202005-11-19 Jim Blandy <jimb@redhat.com>
4121
4122 * gdb.texinfo (Tracepoint Packets): New node.
4123 (General Query Packets): Add entries for the tracepoint packets,
4124 referring to the "Tracepoint Packets" node.
4125 (Tracepoints): Add reference to "Tracepoint Packets".
5ae4183a 4126
9a6253be
KB
41272005-11-18 Kevin Buettner <kevinb@redhat.com>
4128
4129 * gdb.texinfo (set remotebreak): Add anchor.
4130 (X packet): Likewise.
4131 (Remote Protocol): Add new section `Interrupts' and new index
4132 entry `interrupts (remote protocol)'.
4133
5f3bebba
JB
41342005-11-18 Jim Blandy <jimb@redhat.com>
4135
4136 * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
4137 entries into the General Query Packets section. Add a
4138 cross-reference to that section. Drop description of replies, as
4139 these are covered in the descriptions of each packet.
4140 (General Query Packets): Add introductory text. Explain naming
4141 conventions, and how the end of a name is recognized.
4142
9a7a1b36
KB
41432005-11-17 Kevin Buettner <kevinb@redhat.com>
4144
0564b6cf 4145 * gdb.texinfo (Remote configuration): Fix typo in description of
9a7a1b36
KB
4146 "set remotebreak" command.
4147
b8ff78ce
JB
41482005-11-16 Jim Blandy <jimb@redhat.com>
4149
4150 * gdb.texinfo (Packets, Stop Reply Packets)
4151 (General Query Packets): Various formatting cleanups.
4152 - Use @samp for packet contents.
4153 - Drop summaries from packet @item lines; the same information appears
4154 immediately below in the description.
4155 - Delete paragraph breaks after packet @item commands, so that the
4156 description appears directly to the right of the packet prototype
4157 in the printed manual, if it fits.
4158 - Place spaces in packet prototypes between @vars and non-@var
4159 letters, and explain that they're just for formatting.
4160 - Use @dots{} instead of '...'.
4161 - Fix uses of @code where @var was needed.
4162 - Replace "deprecated" markers with English text spelling out the
4163 packet's status and the preferred alternatives.
4164 - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
4165 what this ever meant.
4166 - Remove "(draft)" markers on 'i' packets; nobody has commented on
4167 this for a long time.
4168 - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
4169 implemented several times, and have been in use for years.
4170
8ffe2530
JB
41712005-11-15 Jim Blandy <jimb@redhat.com>
4172
c43c5473
JB
4173 * gdb.texinfo (Packets): Add index entries for 'm' packet
4174 disclaimers.
5ae4183a 4175
fb031cdf
JB
4176 * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
4177 of stub when processing an 'm' packet.
4178
8ffe2530
JB
4179 * gdb.texinfo (Packets): Mention that packets beginning with
4180 letters are reserved once, at the top, instead of actually listing
4181 them all and saying "reserved".
4182
c03c782f
AS
41832005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
4184
4185 * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
4186 Change @var{$arg0 to @code{$arg0.
4187
814e32d7
WZ
41882005-11-14 Wu Zhou <woodzltc@cn.ibm.com>
4189
4190 * gdb.texinfo (Fortran): Add some words about Fortran debugging.
4191
fa93a9d8
JB
41922005-11-12 Jim Blandy <jimb@redhat.com>
4193
4194 * gdb.texinfo (General Query Packets): Put packets in alphabetical
4195 order. Remove extraneous 'z'.
4196
8a5a3c82
AS
41972005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
4198
4199 * gdb.texinfo (Choosing files): Add --eval-command.
4200
4b0ad762
AS
42012005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
4202
4203 * gdb.texinfo (Choosing modes): Add --return-child-result.
4204
4205
1a088d06
AS
42062005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
4207
4208 * gdb.texinfo (Choosing modes): Add --batch-silent.
4209
656d5e12
EZ
42102005-10-28 Eli Zaretskii <eliz@gnu.org>
4211
4212 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
4213 "The -var-update Command".
4214
3c9c013a
JB
42152005-10-03 Joel Brobecker <brobecker@adacore.com>
4216
4217 * gdb.texinfo (Print Settings): Add documentation for set/show
4218 print array-indexes.
4219
7ba3cf9c
DJ
42202005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
4221
4222 * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
4223 6.2 and 6.3.
4224
a94ab193
EZ
42252005-08-27 Eli Zaretskii <eliz@gnu.org>
4226
4227 * gdb.texinfo (File Options): Don't document --mapped, it's gone
4228 since 19-Jan-2004.
4229 (Files): Likewise.
ab1adacd
EZ
4230 (Variables, Symbols): Document the "<incomplete type>" message and
4231 its reasons.
a94ab193 4232
ca06016a
FF
42332005-08-01 Fred Fish <fnf@specifix.com>
4234
4235 * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
4236
cf58170d
NR
42372005-07-15 Nick Roberts <nickrob@snap.net.nz>
4238
4239 * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
4240 option for -var-list-children and -var-update.
4241 (GDB/MI Stack Manipulation): Simplify description of
4242 print-values option for -stack-list-locals.
4243 (GDB/MI Command Description Format): Clarify.
4244 (Mode Options): Spelling of superseded.
4245
38f1196a
BR
42462005-07-12 Bob Rossi <bob@brasko.net>
4247
4248 * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
4249 corresponding GDB command comment.
4250
3cb3b8df
BR
42512005-07-06 Bob Rossi <bob@brasko.net>
4252
4253 * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
4254 and -inferior-tty-show.
4255 (Input/Output): Document "set/show inferior-tty" and tty alias.
4256
10fac096
NW
42572005-07-02 Nathan J. Williams <nathanw@wasabisystems.com>
4258
4259 * gdb.texinfo (Packets): Change description of 'D' packet to note
4260 that GDB does wait for a response.
4261
d1b6db76
NR
42622005-06-22 Nick Roberts <nickrob@snap.net.nz>
4263
4264 * gdb.texinfo (History) Rename "Command History".
4265 (Command History): Move node "Server Prefix" from section on
4266 Annotations here.
4267
29629dcf
NR
42682005-06-19 Nick Roberts <nickrob@snap.net.nz>
4269
4270 * gdb.texinfo (GDB/MI Stack Manipulation):
4271 Re-instate -stack-info-frame with example. Say that it gets
4272 info on selected frame, not current frame.
4273
397ca115
EZ
42742005-06-18 Eli Zaretskii <eliz@gnu.org>
4275
4276 * gdb.texinfo (Server): Clarify that `file' should be used before
4277 connecting to the server.
4278 (Files): Add an xref to the above description.
51274035
EZ
4279 (Output Formats): More detailed description of the `c' format.
4280 (Memory): List explicitly all the formats supported by `x'.
638ac427 4281 (Threads): Add an @cindex entry for "thread apply".
fc8be69e 4282 (Files): Document the possibility of loading unlinked object
59b7b46f
EZ
4283 files. Add more indexing for solib-absolute-prefix and
4284 --with-sysroot.
76d17f34
EZ
4285 (Machine Code): Document possible problems with locations in
4286 shared libraries.
d416eeec
EZ
4287 (Backtrace): Document that free-standing environments do not need
4288 to have a `main' function.
397ca115 4289
74f6deaa
NR
42902005-06-18 Nick Roberts <nickrob@snap.net.nz>
4291
4292 * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
4293 -stack-info-frame.
4294
a9967aef
AC
42952005-06-07 Andrew Cagney <cagney@gnu.org>
4296
4297 * gdb.texinfo (Contributors): Note the original multi-arch
4298 contributors.
4299
e09f16f9
EZ
43002005-06-03 Eli Zaretskii <eliz@gnu.org>
4301
4302 * gdb.texinfo (Registers): Add index entries for the standard
4303 registers.
4304 (Frames): Add cross-reference from frame pointer description to
4305 the Registers node.
4306 (Annotations Overview): Fix the reference to GDB name.
4307
d87ba7ee
EZ
43082005-06-01 Eli Zaretskii <eliz@gnu.org>
4309
4310 * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
4311 can-use-hw-watchpoints.
4312
034dad6f
BR
43132005-05-28 Bob Rossi <bob@brasko.net>
4314
4315 * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
4316 the possible reasons why an exec async record would be returned to FE.
4317
ffed4509
AC
43182005-05-26 Andrew Cagney <cagney@gnu.org>
4319
4320 * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
4321 Andrew Cagney implemented the original GDB/MI.
4322
e22e55c9
OF
43232005-05-23 Orjan Friberg <orjanf@axis.com>
4324
4325 * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
4326 documentation. Add documentation for cris-mode.
4327
a78e13ce
EZ
43282005-05-20 Eli Zaretskii <eliz@gnu.org>
4329
4330 * gdb.texinfo (Numbers): Explain the example and make the wording
4331 more acurate.
4332
76ff342d
DJ
43332005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4334 Dennis Brueni <dennis@slickedit.com>
4335
4336 * gdb.texinfo (GDB/MI Breakpoint Table Commands)
4337 (GDB/MI Data Manipulation, GDB/MI Program Control)
4338 (GDB/MI Stack Manipulation): Update examples to include the fullname
4339 attribute in stack frames.
4340
119b882a
EZ
43412005-05-12 Eli Zaretskii <eliz@gnu.org>
4342
4343 * gdb.texinfo (Startup): Fix last change. Treat gdb.ini like we
4344 do with other non-standard names of init files.
4345
6fc08d32
EZ
43462005-05-11 Eli Zaretskii <eliz@gnu.org>
4347
4348 * gdb.texinfo (Command Files): Move the description of the startup
4349 from here...
4350 (Startup): ...to this new subsection of the Invocation chapter.
4351 Rearrange the description of init files more logically and add a
4352 cross-reference to "Command Files". Document the special gdbinit
4353 name for CISCO 68k. Expand the description of what GDB does
4354 during startup.
4355 (History): Add index entry for HISTSIZE.
4356
a561754a
MK
43572005-05-02 Mark Kettenis <kettenis@gnu.org>
4358
4359 * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
4360
2eecc4ab
EZ
43612005-05-02 Eli Zaretskii <eliz@gnu.org>
4362
4363 * gdb.texinfo (SVR4 Process Information, The isatty call)
4364 (The system call): Don't use foo(N) notation for man pages and
4365 functions.
514c4d71 4366 (Compilation, DJGPP Native): Improve wording.
2eecc4ab 4367
18999be5
EZ
43682005-04-27 Eli Zaretskii <eliz@gnu.org>
4369
4370 * gdb.texinfo (Backtrace): Describe backtraces with arguments that
4371 were optimized away.
4372
0abb7bc7
EZ
43732005-04-22 Eli Zaretskii <eliz@gnu.org>
4374
4375 * gdb.texinfo (Remote configuration): Document "set/show
4376 get-thread-local-storage-address". Add cross-reference to the
4377 description of the qGetTLSAddr packet.
4378 (General Query Packets): Mention "set remote
4379 get-thread-local-storage-address" and add a reference to its
4380 description.
4381
6f61acb1
NR
43822005-04-19 Nick Roberts <nickrob@snap.net.nz>
4383
4384 * gdb.texinfo (Backtrace): Describe 'bt full'.
4385
9d59903a
NR
43862005-04-17 Nick Roberts <nickrob@snap.net.nz>
4387
4388 * gdb.texinfo (Mode Options): Fix typo.
4389 (GDB/MI): Describe how to invoke GDB/MI.
4390
721c2651
EZ
43912005-04-16 Eli Zaretskii <eliz@gnu.org>
4392
4393 * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
a5adf40f 4394 references changed. Add description of "info udot".
721c2651
EZ
4395 (Files): Document "set/show stop-on-solib-events".
4396 (M32R/D): Document "set/show download-path", "set/show
4397 board-address", "set/show server-address", "upload", "tload".
ba04e063
EZ
4398 Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
4399 "use_mon_code", "use_ib_break", "use_dbt_break".
721c2651
EZ
4400 (Maintenance Commands): Improve indexing.
4401 (Target Commands): Document "set/show hash", "set/show debug
4402 monitor".
4403 (SVR4 Process Information): Document "info pidlist" and "info
4404 meminfo". Document "set/show procfs-tarce" and "set/show
4405 procfs-file". Document "proc-trace-*" and "proc-untrace-*".
4406 (Symbols, The Print Command with Objective-C): Improve indexing.
4407 (Objective-C): Add references to "info classes" and "info
4408 selectors".
c45da7e6
EZ
4409 (Debugging Output): Improve wording. Document "set/show debug
4410 solib-frv". Fix "set/show debugvarobj".
ba04e063
EZ
4411 (Set Breaks): Add index entry for "hardware breakpoints".
4412 (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
4413 and "set/show usehardbreakpoints".
4414 (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
4415 monitor-prompt", "set/show monitor-warnings", "pmon".
c45da7e6
EZ
4416 (ARM): Document "rdilogfile", "rdilogenable", "set/show
4417 rdiromatzero", "set/show rdiheartbeat".
4418 (PowerPC): Document SDS-specific commands "set/show sdstimeout",
4419 "sds".
4420 (Embedded Processors): Document the "sim" command.
4421 (Remote): Document the "remote" command.
4422 (DJGPP Native): Document the "info serial" command.
4423 (Threads): Document "maint info sol-threads".
4424 (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
4425 (Set Breaks): Improve indexing.
4426 (Command Syntax): Add a reference to dont-repeat.
4427 (Define): Document "dont-repeat".
4428 (TUI Commands): Document "tabset".
4429 (WinCE): New subsection. Document "set/show remotedirectory",
4430 "set/show remoteupload", "set/show remoteaddhost".
721c2651 4431
14d6dd68
EZ
44322005-04-15 Eli Zaretskii <eliz@gnu.org>
4433
4434 * gdb.texinfo (Hurd Native): New subsection, documents
4435 Hurd-specific commands.
a64548ea 4436 (Maintenance Commands): Add cross-reference to "Debugging Output".
da316a69 4437 (Debugging Output): Document "set/show debug lin-lwp".
a64548ea
EZ
4438 (MIPS): Improve documentation of heuristic-fence-post. Document
4439 "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
4440 mips stack-arg-size", "set/show mips mask-address", "set/show mips
4441 remote-mips64-transfers-32bit-regs", "set/show debug mips".
e2f4edfd 4442 (ARM): Document ARM-specific commands.
a64548ea
EZ
4443 (AVR): New section. Document "info io_registers".
4444 (CRIS): New section. Document "set/show cris-version" and
4445 "set/show cris-dwarf2-cfi".
4446 (HPPA): New section. Document "set/show debug hppa" and "maint
4447 print unwind".
a5adf40f 4448 (Neutrino): New subsection. Document "set/show debug nto-debug".
a64548ea 4449 (Super-H): New section. Document the "regs" command.
721c2651 4450 (Debugging Output): Document "set/show debug aix-thread".
14d6dd68 4451
9c16f35a
EZ
44522005-04-09 Eli Zaretskii <eliz@gnu.org>
4453
4454 * gdb.texinfo (Print Settings): Document "set/show print
4455 pascal_static-members", "set print repeats", "show print
4456 null-stop". Improve indexing. Fix documentation of "set print
4457 union".
4458 (Pascal): New section.
4459 (Supported languages): Rename from "Support"; all references
4460 updated. Add a menu item for Pascal.
4461 (Numbers): Document "set radix.
4462 (Screen Size): Document "set/show pagination".
4463 (MIPS Embedded): Remove "set processor" documentation.
4464 (Remote configuration): Document "set/show X/P/Z-packet",
4465 "set/show read-aux-vector-packet", "set/show remote
4466 symbol-lookup-packet", "set/show remote verbose-resume-packet",
4467 "set/show remoteaddresssize", "set/show remotebaud", "set/show
4468 remotedebug", "set/show remotebreak", "set/show remotedevice",
4469 "set/show remotelogfile".
4470 (Auxiliary Vector): Add reference to the description of the
4471 read-aux-vector-packet setting.
4472 (Set Watchpoints): Add a cross-reference to "set remote
4473 hardware-breakpoint-limit".
4474 (General Query Packets): Add indexing of requests and
4475 cross-references to related commands in "Remote configuration".
4476 (File-I/O Overview, The system call): Fix wording and typos.
4477 (Thread Stops): Add index entries.
4478 (Continuing and Stepping): Document "show step-mode".
4479 (i386): New node. Document "set/show struct-convention".
4480 (Files): Document "show trust-readonly-sections".
4481 (Calling): Document "set/show unwindonsignal".
4482 (Messages/Warnings): Add index entries.
4483 (Maintenance Commands): Document "set/show watchdog".
4484 (Annotations Overview): Document "show annotate".
4485 (Set Watchpoints): Add index entries.
4486 (Symbols): Fix doc of case-sensitive.
4487 (ABI): Document "show coerce-float-to-double".
4488 (Convenience Vars, Help): Improve indexing.
4489 (Machine Code): Document "show disassembly-flavor".
4490 (Debugging C plus plus): Document "show overload-resolution".
4491 (Value History, Signaling): Add index entries.
4492
44932005-04-08 Eli Zaretskii <eliz@gnu.org>
4494
4495 * gdb.texinfo (Show): Move @kindex entries to their proper places.
4496 (Processes): Fix wording.
4497 (History, List, Logging output, Define, Symbols, Print Settings):
4498 Improve indexing.
4499
a8f24a35
EZ
45002005-04-03 Eli Zaretskii <eliz@gnu.org>
4501
4502 * gdb.texinfo (Targets): Document "set/show architecture". Remove
4503 redundant index entry for "target" command.
4504 (Backtrace): Add index entries.
4505 (Symbols, Fortran): Document the "set case-sensitive" command.
4506 (DJGPP Native): Document "set com1base", "set com1irq", etc.
4507 (Print Settings): Add index entry for "set demangle-style".
4508 (Target Commands): Document "set download-write-size".
4509 (Debugging Output): Document "set exec-done-display".
4510
09d4efe1
EZ
45112005-04-02 Eli Zaretskii <eliz@gnu.org>
4512
4513 * gdb.texinfo (Files): Fix the name and documentation of
4514 add-shared-symbol-files. Document its alias assf. Update the
4515 list of OSs where GDB supports shared libraries. Fix markup.
4516 (Continuing and Stepping): Add reference to @var{location} in the
4517 text.
4518 (Dump/Restore Files): Fix reference to @{filename}.
4519 (Help): Fix wording.
4520 (Attach): Ditto.
4521 (Set Watchpoints): Ditto.
4522 (Backtrace): Remove redundant index entries. Improve index
4523 entries.
4524 (Delete Breaks): Fix wording.
4525 (Memory): Document the compare-sections command.
4526 (Memory Region Attributes): Improve wording.
4527 (Disabling): Improve wording.
4528 (Fortran): New subsection. Document the "info common" command.
4529 (Help): Document aliases "info copying" and "info warranty".
4530 (Caching Remote Data): New section. Document the "set/show
4531 remotecache" and "info dcache" commands.
4532 (Show): Fix wording of the documentation of the "set
4533 extension-language" command.
4534 (Signals): Add index entry for "info handle".
4535 (Memory Region Attributes): Fix punctuation.
4536 (Symbols): Change the arg name to "location" and refer to it in
4537 the text. Fix wording of "info types" doc.
4538 (Threads): Fix usage of @enumerate @item's.
4539 (Listing Tracepoints): Add index entry for "info tp".
4540 (Set Watchpoints): Add xref to "info break" description.
4541 (Macros): Add an index entry for "macro exp1". Document the
4542 "macro list" command.
4543 (Maintenance Commands): Document "flushregs", "maint agent",
4544 "maint check-symtabs", "maint cplus", "maint demangle", "maint
4545 deprecate", "maint undeprecate", "maint dump-me", "maint packet",
4546 "maint print architecture", "maint print objfiles", "maint print
4547 statistics", "maint print type", "maint show-debug-regs", "maint
4548 space", "maint time", and "maint translate-address".
4549 (Connecting): Document the "monitor" command.
4550 (Annotations Overview): Describe the "set annotate" command.
4551
82f2d802
EZ
45522005-04-01 Eli Zaretskii <eliz@gnu.org>
4553
4554 * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
4555 Rearrange index entries and improve wording about support for
4556 hardware watchpoints.
4557
7d51c7de
BR
45582005-03-10 Bob Rossi <bob@brasko.net>
4559
4560 * gdb.texinfo: Update copyright
4561
68c71a2e
TR
45622005-02-09 Theodore A. Roth <troth@openavr.org>
4563
4564 * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
4565 error.
4566
83761cbd
KB
45672005-02-03 Kevin Buettner <kevinb@redhat.com>
4568
4569 * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
4570
9f1c6395
MS
45712005-01-17 Michael Snyder <msnyder@redhat.com>
4572
4573 * gdb.texinfo: Fix spelling, infinte -> infinite.
4574
fbd1b305
MK
45752005-01-08 Mark Kettenis <kettenis@gnu.org>
4576
4577 * observer.texi (GDB Observers): Document "solib_loaded".
4578
3ace7edb
AC
45792005-01-07 Andrew Cagney <cagney@gnu.org>
4580
bec39cab
AC
4581 * configure.ac: Rename configure.in, require autoconf 2.59.
4582 * configure: Re-generate.
4583
3ace7edb
AC
4584 * configure.in: Replace configdirs with multiple references to
4585 AC_CONFIG_SUBDIRS.
4586 * configure: Re-generate.
5ae4183a 4587
53531fc1
AC
45882005-01-04 Andrew Cagney <cagney@gnu.org>
4589
4590 * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
4591 part of the version number.
4592
536ffdb7
MK
45932004-12-24 Mark Kettenis <kettenis@gnu.org>
4594
4595 * gdbint.texinfo (Algorithms): Remove description of
4596 TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
4597
e1aac25b
JB
45982004-12-07 Jim Blandy <jimb@redhat.com>
4599
4600 * gdb.texinfo (General Query Packets): Specify that thread ID's in
4601 the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
4602 numbers.
4603
f47b1503
AS
46042004-12-07 Andreas Schwab <schwab@suse.de>
4605
4606 * gdb.texinfo (Mode Options): Document -l option.
4607
b6b8ece6
EZ
46082004-12-04 Eli Zaretskii <eliz@gnu.org>
4609
4610 * gdbint.texinfo (Algorithms): More accurate description of
4611 STOPPED_BY_WATCHPOINT. Point out that target_stopped_data_address
4612 is not needed unless data-read and data-access watchpoints are
4613 supported. Add a description of how GDB checks whether the
4614 inferior stopped because a watchpoint was hit.
4615
01371747
EZ
46162004-11-23 Eli Zaretskii <eliz@gnu.org>
4617
4618 * gdb.texinfo (Files): Add cross-reference to description of
4619 -readnow command-line switch.
4620
2315ffec
RC
46212004-11-10 Randolph Chung <tausq@debian.org>
4622
4623 * gdb.texinfo: Document set/show backtrace past-entry commands.
4624 Rearrange index entries for set/show backtrace past-main.
4625
69065f5d
AC
46262004-11-10 Jon Beniston <jon@beniston.com>
4627
4628 Committed by Andrew Cagney <cagney@gnu.org>.
5ae4183a
AS
4629 * gdb.texinfo (Remote Serial Protocol): Further describe
4630 binary transfer escaping mechanism .
69065f5d 4631
30e91e0b
RC
46322004-11-08 Randolph Chung <tausq@debian.org>
4633
4634 * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
4635 and "show debug infrun". Add index entries.
4636
60bf7e09
EZ
46372004-10-23 Eli Zaretskii <eliz@gnu.org>
4638
4639 * gdb.texinfo (SVR4 Process Information): Document subcommands of
4640 "info proc" that are already implemented. Add index entries.
4641 (Working Directory): Add a cross-reference to "info proc" command.
dcaf7c2c
EZ
4642 (Files): Add a tip for decreasing memory used for symtabs from
4643 shared libraries.
f018e82f
EZ
4644 (Starting): Fix whitespace; make "elaboration" stand out where it
4645 is first used, and add an index entry for the term.
f8568604
EZ
4646 (Calling): Expand and elaborate text. Add "print". Add the
4647 description of problems with weak aliases.
384ee23f 4648 (Core File Generation): New section.
60bf7e09 4649
d52fe014
AC
46502004-10-12 Andrew Cagney <cagney@gnu.org>
4651
4652 * gdbint.texinfo (Versions and Branches): New chapter.
4653 (Releasing GDB): Delete "Versions and Branches" section.
4654 (Top): Add "Versions and Branches".
4655
703663ab
EZ
46562004-10-08 Eli Zaretskii <eliz@gnu.org>
4657
4658 * gdb.texinfo (Editing, History): Add cross-references to the
4659 included Readline and History user documentation. Remove
4660 references to the symbol have-readline-appendices which is unused
4661 and undefined.
4662 (History): Fix indexing.
4663
ac77d04f
JJ
46642004-10-08 Jeff Johnston <jjohnstn@redhat.com>
4665
4666 * gdbint.texinfo (target_stopped_data_address): Update to
4667 new prototype.
4668 (i386_stopped_data_address): Update prototype and description.
4669 (i386_stopped_by_watchpoint): New function and description.
4670
e07c999f
PH
46712004-10-03 Paul N. Hilfinger <hilfinger@gnat.com>
4672
4673 * gdb.texinfo (Filenames): Add Ada suffixes.
4674 (Ada) New section.
4675
2e868123
AC
46762004-09-27 Andrew Cagney <cagney@gnu.org>
4677 Robert Picco <Robert.Picco@hp.com>
4678
4679 * gdb.texinfo (Packets): Document the "p" packet.
4680
02a57714
JM
46812004-09-21 Jason Molenda (jmolenda@apple.com)
4682
4683 * gdb.texinfo (Paths and Names of the Source Files): Document the
4684 meaning of values in the 'desc' field of a SO stab.
4685
ae038cb0
DJ
46862004-09-20 Daniel Jacobowitz <dan@debian.org>
4687
4688 * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
4689 max-cache-age" and "maint show dwarf2 max-cache-age".
4690
f7dc1244
EZ
46912004-09-16 Eli Zaretskii <eliz@gnu.org>
4692
4693 * gdb.texinfo (Set Breaks): Add index entry for setting
4694 breakpoints on overloaded C++ functions that are not members of
4695 any classes. Add an example and an index entry for setting
4696 breakpoints on all program functions.
4697 (Character Sets, Macros, Overlay Commands)
4698 (Non-debug DLL symbols, GDB/MI Output Syntax)
4699 (Annotations Overview, Maintenance Commands, File-I/O Overview):
4700 Use "(@value{GDBP})" instead of a literal "(gdb)".
4701
f810308b
AC
47022004-09-12 Andrew Cagney <cagney@gnu.org>
4703
4704 * gdbint.texinfo (Native Debugging): Delete description of
4705 FILES_INFO_HOOK.
4706
15a661f3
PH
47072004-09-11 Paul Hilfinger <hilfinger@gnat.com>
4708
5ae4183a
AS
4709 * gdbint.texinfo (User Interface): Change local_hex_string_custom
4710 to hex_string_custom (not historically correct, but more
15a661f3
PH
4711 understandable, given the current code).
4712
f3219c75
AC
47132004-09-03 Andrew Cagney <cagney@gnu.org>
4714
4715 * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
4716
f3bb6704
JJ
47172004-09-01 Jeff Johnston <jjohnstn@redhat.com>
4718
4719 * observer.texi (solib_unloaded): New observer.
4720
8d2c00cb
AC
47212004-08-24 Andrew Cagney <cagney@gnu.org>
4722
4723 * gdbint.texinfo (Target Architecture Definition): Add missing
4724 comma.
4725
e7dc800a
MC
47262004-08-20 Michael Chastain <mec.gnu@mindspring.com>
4727
4728 * (Using the Testsuite): build != host is supported,
4729 but some test scripts do not support build != host.
4730
73b03683
MK
47312004-08-14 Mark Kettenis <kettenis@gnu.org>
4732
4733 * gdbint.texinfo (Host Definition): Delete description of
4734 FCLOSE_PROVIDED and GETENV_PROVIDED.
4735
c0ccb908
MK
47362004-08-05 Mark Kettenis <kettenis@chello.nl>
4737
4738 * gdbint.texinfo (Host Definition): Delete description of
4739 NO_SYS_FILE.
4740 (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
4741 PTRACE_FP_BUG.
4742
9c8dbfa9
AC
47432004-08-05 Andrew Cagney <cagney@gnu.org>
4744
4745 * gdbint.texinfo (Target Architecture Definition): Delete
4746 reference to deprecated_read_fp.
4747
f42accbe
AC
47482004-08-02 Andrew Cagney <cagney@gnu.org>
4749
4750 * gdbint.texinfo (Target Architecture Definition): Delete
4751 description of DEPRECATED_REGISTER_BYTES.
4752
0b66e38c
EZ
47532004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4754
4755 * gdb.texinfo (Source Path): Document the new behavior of
4756 searching for the source files.
4757
15387254
EZ
47582004-07-17 Eli Zaretskii <eliz@gnu.org>
4759
4760 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
4761 (Search, Expressions, Arrays, Variables, Data, Machine Code)
4762 (Auto Display): Improve indexing.
4763
2c07db7a
AC
47642004-07-16 Andrew Cagney <cagney@gnu.org>
4765
4766 * gdb.texinfo (Mode Options): Delete documentation on "-async" and
4767 "-noasync".
4768
4644b6e3
EZ
47692004-07-09 Eli Zaretskii <eliz@gnu.org>
4770
4771 * gdb.texinfo: Fix @kindex entries so that multiple commands that
4772 have the same prefix have only their prefix in the index.
4773
7561d450
MK
47742004-07-03 Mark Kettenis <kettenis@gnu.org>
4775
4776 * gdb.texinfo (BSD libkvm Interface): New node (section)
4777 (Native): Add it to the menu.
4778
67bebe79
MK
47792004-07-01 Mark Kettenis <kettenis@gnu.org>
4780
4781 * gdbint.texinfo (Target Architecture Definition): Remove
4782 PCC_SOL_BROKEN.
4783
1a6923e0
MK
47842004-06-24 Mark Kettenis <kettenis@gnu.org>
4785
4786 * gdbint.texinfo (Target Architecture Definition): Remove
4787 SUN_FIXED_LBRAC_BUG.
4788
b435e160
AC
47892004-06-26 Andrew Cagney <cagney@gnu.org>
4790
4791 * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
4792
b5622e8d
AC
47932004-06-20 Andrew Cagney <cagney@gnu.org>
4794
4795 * gdbint.texinfo (Target Architecture Definition): Deprecate
4796 USE_STRUCT_CONVENTION.
4797
e0c07bf0
MC
47982004-06-19 Michael Chastain <mec.gnu@mindspring.com>
4799
4800 gdb.texinfo (Bug Reporting): Mention session recording,
4801 with the script command or Emacs.
4802
782263ab
AC
48032004-06-18 Andrew Cagney <cagney@gnu.org>
4804
4805 * gdbint.texinfo (Target Architecture Definition): Deprecate
4806 FUNCTION_START_OFFSET.
4807
03727ca6
AC
48082004-06-14 Andrew Cagney <cagney@gnu.org>
4809
4810 Based on changes from Karl Berry.
4811 * gdb.texinfo: Do not use @sc in a direntry.
4812 * stabs.texinfo: Change @dircateogry to "Software development".
4813 * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
4814
97092415
AC
48152004-06-13 Andrew Cagney <cagney@gnu.org>
4816
4817 * gdbint.texinfo (Target Architecture Definition): Delete
4818 description of RETURN_VALUE_ON_STACK.
4819
1f6d4158
AC
48202004-06-09 Andrew Cagney <cagney@gnu.org>
4821
4822 * gdbint.texinfo (Native Debugging): Restore "@table @code"
4823 deleted by previous patch.
4824
d966f0cb
AC
48252004-06-08 Andrew Cagney <cagney@gnu.org>
4826
4827 * gdbint.texinfo (Native Debugging): Delete documentation on
4828 ATTACH_DETACH.
4829
86fe4aaa
RC
48302004-06-06 Randolph Chung <tausq@debian.org>
4831
4832 * gdb.texinfo (push_dummy_call): Use @code{struct value}.
4833
d4b6d575
RC
48342004-06-06 Randolph Chung <tausq@debian.org>
4835
5ae4183a 4836 * gdb.texinfo (push_dummy_call): Update argument list to match
d4b6d575
RC
4837 the new push_dummy_call method signature. Describe the function
4838 argument.
4839
4e8b0763
JB
48402004-05-24 Joel Brobecker <brobecker@gnat.com>
4841
4842 * gdb.texinfo (Starting): Document new start command.
4843
59caf092
AC
48442004-05-21 Andrew Cagney <cagney@redhat.com>
4845
4846 * observer.texi (GDB Observers): Document "inferior_created".
4847
e4a2df64
AC
48482004-05-08 Andrew Cagney <cagney@redhat.com>
4849
e6b55ae2
AC
4850 * gdbint.texinfo (Target Architecture Definition): Delete
4851 description of DO_DEFERRED_STORES.
4852
28954179
AC
4853 * gdbint.texinfo (Target Architecture Definition): Delete
4854 references to DEPRECATED_FIX_CALL_DUMMY.
4855
434b87dd
AC
4856 * gdbint.texinfo (Target Architecture Definition): Delete
4857 description of DEPRECATED_CALL_DUMMY_WORDS,
4858 DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
4859
58d28df8
AC
4860 * gdbint.texinfo (Target Architecture Definition): Delete
4861 description of DEPRECATED_PUSH_DUMMY_FRAME.
4862
e4a2df64
AC
4863 * gdbint.texinfo (Target Architecture Definition): Delete
4864 reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
4865
2b4855ab
AC
48662004-05-07 Andrew Cagney <cagney@redhat.com>
4867
4868 * observer.texi (GDB Observers): Add "Debugging" section. Include
4869 cross reference to "set/show debug observer".
4870 * gdb.texinfo (Debugging Output): Document "set/show debug
4871 observer".
4872
fcf70625
AC
48732004-05-01 Andrew Cagney <cagney@redhat.com>
4874
4875 * gdbint.texinfo (Target Architecture Definition): Delete
4876 description of DEPRECATED_PC_IN_SIGTRAMP.
4877
8ee56bcf
AC
48782004-04-30 Andrew Cagney <cagney@redhat.com>
4879
4880 * gdbint.texinfo (Target Architecture Definition): Delete
4881 documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
4882
67ab9a76
OF
48832004-04-30 Orjan Friberg <orjanf@axis.com>
4884
4885 * observer.texi (GDB Observers): Correct spelling.
4886
79346bcb
OF
48872004-04-26 Orjan Friberg <orjanf@axis.com>
4888
4889 * observer.texi (GDB Observers): Add target_changed event.
4890
7a464420
AC
48912004-04-08 Andrew Cagney <cagney@redhat.com>
4892
4893 * observer.texi (GDB Observers): Rework, provide generic observer
4894 definitions and then a list of observable events.
4895
6cdf9d98
AC
48962004-04-04 Andrew Cagney <cagney@redhat.com>
4897
4898 * gdbint.texinfo (Host Definition): Delete reference to
4899 NO_SIGINTERRUPT.
4900
ddc135a4
AC
49012004-04-02 Andrew Cagney <cagney@redhat.com>
4902
4903 * gdbint.texinfo (Target Architecture Definition): Delete
4904 reference to DEPRECATED_CALL_DUMMY_LENGTH.
4905
6a1b180d
SC
49062004-03-28 Stephane Carrez <stcarrez@nerim.fr>
4907
4908 * gdb.texinfo (TUI Commands): Document tui reg commands.
4909
d0d5df6f
AC
49102004-03-26 Andrew Cagney <cagney@redhat.com>
4911
4912 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
4913 "gdbtui".
4914 (Mode Options): Mention "gdbtui". Use "Text" not "Terminal".
4915 (Contributors): Mention both Text and Terminal User Interface.
4916
aa2a3f87
AC
49172004-03-23 Andrew Cagney <cagney@redhat.com>
4918
4919 * gdbint.texinfo (Target Architecture Definition): Deprecate
4920 references to SIGTRAMP_START and SIGTRAMP_END.
4921
f561f026
AC
49222004-03-23 Andrew Cagney <cagney@redhat.com>
4923
4924 * gdbint.texinfo (Target Architecture Definition): Deprecate
4925 references to PC_IN_SIGTRAMP.
4926
33cb8b0f
AC
49272004-03-19 Andrew Cagney <cagney@redhat.com>
4928
4929 * gdbint.texinfo (Target Architecture Definition): Delete
4930 reference to GDB_TARGET_IS_HPPA.
4931
fc989b7a
AC
49322004-03-18 Andrew Cagney <cagney@redhat.com>
4933
4934 * gdbint.texinfo (Coding): Update section on gdbarch_data,
4935 describe pre_init and post_init.
4936
701b08bb
DJ
49372004-03-09 Daniel Jacobowitz <drow@mvista.com>
4938
4939 * gdb.texinfo (Debugging Output): Document values for "set debug
4940 target".
4941
faae5abe
AC
49422004-02-28 Andrew Cagney <cagney@redhat.com>
4943
4944 * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
4945
dd79a6cf
JJ
49462004-02-26 Jeff Johnston <jjohnstn@redhat.com>
4947
4948 * gdb.texinfo (breakpoints): Add information about the
4949 new "set breakpoint pending" and "show breakpoint pending"
4950 commands.
4951
e7f16015
AC
49522004-02-26 Andrew Cagney <cagney@redhat.com>
4953
4954 * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
4955 in Per-architecture module data section.
4956
7161a3a6
RM
49572004-02-25 Roland McGrath <roland@redhat.com>
4958
4959 * gdb.texinfo (General Query Packets): Document qPart:... packets.
4960
2154891a
AC
49612004-02-24 Andrew Cagney <cagney@redhat.com>
4962
4963 * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
4964 * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
4965 * fdl.texi: Import Version 1.2, November 2002.
7161a3a6 4966
6c74ac8b
AC
49672004-02-17 Andrew Cagney <cagney@redhat.com>
4968
4969 * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
4970
19772a2c
AC
49712004-02-16 Andrew Cagney <cagney@redhat.com>
4972
4973 * gdbint.texinfo (Target Architecture Definition): Deprecate
4974 FRAMELESS_FUNCTION_INVOCATION.
4975
c9830293
AC
49762004-02-16 Andrew Cagney <cagney@redhat.com>
4977
4978 * gdbint.texinfo (Coding): Mention -Wunused-function.
4979
b9d26eb9
AC
49802004-02-14 Andrew Cagney <cagney@redhat.com>
4981
4982 * gdbint.texinfo (Target Architecture Definition): Delete
4983 description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
4984
49efadf5
EZ
49852004-02-12 Elena Zannoni <ezannoni@redhat.com>
4986
4987 * gdb.texinfo: Properly quote the name "C++".
4988 * gdbint.texinfo: Ditto.
4989 * stabs.texinfo: Ditto.
4990
1eb288ea
EZ
49912004-02-11 Elena Zannoni <ezannoni@redhat.com>
4992
4993 * gdbint.texinfo (Support Libraries): Add doco about obstacks and
4994 minimal information about libiberty.
4995
e4937fc1
MC
49962004-02-06 Michael Chastain <mec.gnu@mindspring.com>
4997
4998 * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
4999
a9331b3f
RM
50002004-02-04 Roland McGrath <roland@redhat.com>
5001
5002 * gdb.texinfo (Auxiliary Vector): New node (section).
5003 (Data): Add it to the menu.
5004
2650777c
JJ
50052004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5006
5007 * gdb.texinfo (Breakpoints): Add information about pending
5008 breakpoint support.
5009
b4501125
AC
50102004-01-26 Andrew Cagney <cagney@redhat.com>
5011
5012 * gdb.texinfo (Overview): Delete references to the cisco protocol
5013 including the "N" response.
5014
74055713
AC
50152004-01-26 Andrew Cagney <cagney@redhat.com>
5016
5017 * gdbint.texinfo (Target Architecture Definition): Rename
5018 EXTRACT_STRUCT_VALUE_ADDRESS to
5019 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
a9331b3f 5020
3bbe9696
EZ
50212004-01-24 Eli Zaretskii <eliz@gnu.org>
5022
5023 * gdb.texinfo (KOD): Document "show os". Add index entries for
5024 "set/show os" and "info cisco" commands.
5025
5843504f
EZ
50262004-01-21 Eli Zaretskii <eliz@gnu.org>
5027
5028 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
5029
9175c9a3
MC
50302004-01-19 Michael Chastain <mec.gnu@mindspring.com>
5031
5032 * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
5033 MMAP_BASE_ADDRESS, MMAP_INCREMENT.
5034
8e94b928
NR
50352004-01-19 Nick Roberts <nick@nick.uklinux.net>
5036
5037 * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
5038 -stack-list-locals.
5039 (GDB/MI Variable Objects): Describe extension to
5040 -var-list-children.
5041
a20cf136
DJ
50422004-01-17 Daniel Jacobowitz <drow@mvista.com>
5043
5044 * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
5045
afb18d0f
AC
50462004-01-17 Andrew Cagney <cagney@redhat.com>
5047
5048 * gdbint.texinfo (Target Architecture Definition): Delete
5049 documentation on DEPRECATED_NPC_REGNUM.
5050
b51970ac
DJ
50512004-01-13 Daniel Jacobowitz <drow@mvista.com>
5052
5053 * gdb.texinfo: Update copyright year. Mention that set
5054 follow-fork-mode is supported on GNU/Linux. Remove documentation of
5055 "set follow-fork-mode ask".
5056
0f0cffd2
AC
50572004-01-13 Andrew Cagney <cagney@redhat.com>
5058
5059 * gdbint.texinfo: Update copyright year.
5060 (Coding): Add -Wunused-label to list of -Werror warnings.
5061
c552b3bb 50622004-01-08 Jason Molenda <jmolenda@apple.com>
5ae4183a 5063 Eli Zaretskii <eliz@gnu.org>
c552b3bb
JM
5064
5065 * gdb.texinfo: Update copyright.
5066 (Objective-C): "methodName" typeo fixed. Add @code/@var markup
5067 around names, as appropriate. Minor syntax cleanup of
5068 _NSPrintForDebugger explanation. Two spaces after periods.
5069 GDBN used instead of lit. "gdb". Index entries added for
5070 print-object and _NSPrintForDebugger. @noindent added in one spot.
5071
afe157ca
EZ
50722003-11-11 Elena Zannoni <ezannoni@redhat.com>
5073
5074 * stabs.texinfo: Add dircategory and direntry commands.
5075 * annotate.texinfo: Ditto.
5076
963e2bb7
AC
50772003-11-10 Andrew Cagney <cagney@redhat.com>
5078
5079 * gdbint.texinfo (Target Architecture Definition): Replace the
5080 return_value method's "inval" and "outval" parameters with
5081 "readbuf" and "writebuf".
5082
1d8b2f28
JB
50832003-10-28 Jim Blandy <jimb@redhat.com>
5084
5085 * gdb.texinfo (The F request packet, The F reply packet): Renamed
5086 from "The `F' request packet" and "The `F' reply packet", to make
5087 texi2dvi happy.
5088 (File-I/O remote protocol extension): Update menu entries, too.
5089
36d86913
MC
50902003-10-26 Michael Chastain <mec@shout.net>
5091
5092 * gdb.texinfo (Thread Stops): Document the issue with
5093 premature return from system calls in multi-threaded programs.
5094
ce2826aa
AC
50952003-10-24 Andrew Cagney <cagney@redhat.com>
5096
5097 * annotate.texinfo: Fix "fortunatly"[sic].
5098
f24c5e49
KI
50992003-10-23 Kei Sakamoto <sakamoto.kei@renesas.com>
5100
5101 * gdb.texinfo (Contributors to GDB): Replace "Renesas"
5102 with "Hitachi" and "Mitsubishi".
5103
92ad9cd9
AC
51042003-10-20 Andrew Cagney <cagney@redhat.com>
5105
5106 * gdbint.texinfo (Target Architecture Definition): Document
5107 gdbarch_return_value. Add cross references from
5108 USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
5109 STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
5110
0ab4b752
MK
51112003-10-18 Mark Kettenis <kettenis@gnu.org>
5112
5113 * gdbint.texinfo (Target Architecture Definition): Document
5114 regset_from_core_section.
fb3e19c0
KI
5115
51162003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com>
5117
5118 * gdb.texinfo (M32R/D): Mention m32rsdi target.
5119
a9331b3f 51202003-10-15 Kevin Buettner <kevinb@redhat.com>
e4d5f7e1
KB
5121
5122 From Anthony Green <green@redhat.com>:
5ae4183a 5123 * gdb.texinfo (Breakpoints related warnings): Insert into menu.
e4d5f7e1 5124
1485d690
KB
51252003-10-14 Kevin Buettner <kevinb@redhat.com>
5126
889bf7c5
PA
5127 * gdb.texinfo (Breakpoint related warnings): New node.
5128 * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
a9331b3f 5129
86d30acc
DJ
51302003-10-13 Daniel Jacobowitz <drow@mvista.com>
5131
5132 * gdb.texinfo (Remote Protocol): Document v and vCont.
5133
172c2a43
KI
51342003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
5135
5136 * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
5137 * gdbint.texinfo: Ditto.
5138
71952f4c
AC
51392003-10-09 Andrew Cagney <cagney@redhat.com>
5140
5141 From 2003-09-18 David Anderson <davea@sgi.com>:
5142 * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
5143 "command".
5144
268e2188
AC
51452003-10-03 Andrew Cagney <cagney@redhat.com>
5146
5147 * gdbint.texinfo (Target Architecture Definition): Deprecate
5148 IBM6000_TARGET. Mention that it implies an RS/6000 system and not
5149 just target.
5150
12c266ea 51512003-10-02 Andrew Cagney <cagney@redhat.com>
2e092625 5152
f30992d4 5153 * gdbint.texinfo (Target Architecture Definition): Rename
12c266ea
AC
5154 REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
5155 * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
5156 * gdbint.texinfo (Target Architecture Definition): Rename
5157
51582003-09-30 Andrew Cagney <cagney@redhat.com>
5159
f30992d4 5160 REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
a9331b3f 5161 (Target Architecture Definition):
f30992d4 5162
2e092625
AC
5163 * gdbint.texinfo (Target Architecture Definition): Rename
5164 REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
5165
0717ae8a
AC
51662003-09-29 Andrew Cagney <cagney@redhat.com>
5167
dad809b7
AC
5168 * gdbint.texinfo (Target Architecture Definition): Delete
5169 documentation for NEED_TEXT_START_END.
5170
0717ae8a
AC
5171 * gdbint.texinfo (Target Architecture Definition): Rename
5172 NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to
5173 TARGET_WRITE_PC.
a9331b3f 5174
af6cf26d
MC
51752003-09-22 Michael Chastain <mec@shout.net>
5176
5177 * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
5178
ee206350
AG
51792003-09-21 Anthony Green <green@redhat.com>
5180
5181 * gdbint.texinfo (Target Architecture Definition): Fix typos.
5182
a38c9fe6
MK
51832003-09-21 Mark Kettenis <kettenis@gnu.org>
5184
5185 * gdbint.texinfo (Target Architecture Definition): Document
5186 stabs_argument_has_addr.
5187
77949794
AC
51882003-09-18 Andrew Cagney <cagney@redhat.com>
5189
5190 * gdbint.texinfo (Target Architecture Definition): Delete
5191 documentation on REGISTER_NAMES.
5192
8e823e25
MK
51932003-09-13 Mark Kettenis <kettenis@gnu.org>
5194
5195 * gdbint.texinfo (Target Architecture Definition): Replace
5196 REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
5197
f27dd7fd
AC
51982003-09-11 Andrew Cagney <cagney@redhat.com>
5199
5200 * gdbint.texinfo (Target Architecture Definition): Replace
5201 STACK_ALIGN with DEPRECATED_STACK_ALIGN.
5202
8b148df9
AC
52032003-08-18 Andrew Cagney <cagney@redhat.com>
5204
5205 * gdbint.texinfo (Target Architecture Definition): Document
5206 "frame_red_zone_size".
5207
25d29d70
AC
52082003-08-09 Andrew Cagney <cagney@redhat.com>
5209
5210 * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
5211 with "set/show backtrace past-main" and "set/show backtrace
5212 limit".
5213
c938e9b0
L
52142003-08-08 H.J. Lu <hongjiu.lu@intel.com>
5215
5216 * Makefile.in (install-info): Support DESTDIR.
5217 (install-html): Likewise.
5218
64fabec2
AC
52192003-08-07 Andrew Cagney <cagney@redhat.com>
5220
5221 Patch from Nick Roberts.
5222 * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
5223 bindings. Remove description of send-gdb-command.
5224
2fcf52f0
AC
52252003-08-07 Andrew Cagney <cagney@redhat.com>
5226
5227 * gdb.texinfo (Mode Options): Mention that "mi2" was included in
5228 GDB 6.0.
5229
086432e2
AC
52302003-08-06 Andrew Cagney <cagney@redhat.com>
5231
5232 * gdb.texinfo (Mode Options): Mention that level three is the
5233 highest available and that level 2 is deprecated.
5234 (Annotations Overview): Mention annotation levels. Cross reference
5235 to "Limitations of the Annotation Interface" in annotate.texi.
5236 (TODO, Value Annotations, Frame Annotations): Delete section.
5237 (Displays, Breakpoint Info): Delete.
5238
e5249f67
AC
52392003-08-04 Andrew Cagney <cagney@redhat.com>
5240
5241 * agentexpr.texi: Delete @bye.
5242 * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
5243 (stabs.info): Add $(srcdir) to include search path.
5244 (html): Depend on "annotate_toc.html", and not "annotate.html".
5245 * stabs.texinfo: Ditto. Include "fdl.texi".
5246 * gdbint.texinfo: Update copyright statement's list of invariant
5247 sections.
5248
e6f672d2
AC
52492003-07-28 Andrew Cagney <cagney@redhat.com>
5250
5251 * Makefile.in (INFO_DEPS): Add annotate.info.
5252 (dvi, ps, html, pdf): Add annotate.
5253 (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
5254 (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
5255 (ANNOTATE_DOC_FILES): New macro.
5256 (ANNOTATE_TEX_TMPS): New macro.
5257 (annotate.info, annotate_toc.html): Specify dependencies.
5258 (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
5259 * annotate.texinfo: Rename annotate.texi. Get building. Add
5260 "Migrating to GDB/MI" and "Limitations of the Annotation
5261 Interface" chapters. Mention why it is not part of the user
5262 guide. Update copyright notice. Include "fdl.texi".
5263
72ffddc9
SC
52642003-07-26 Stephane Carrez <stcarrez@nerim.fr>
5265
5266 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
5267
a9f12a31
DJ
52682003-07-24 Daniel Jacobowitz <drow@mvista.com>
5269
5270 * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
5271
b1fe9455
DJ
52722003-07-24 Daniel Jacobowitz <drow@mvista.com>
5273
5274 * gdb.texinfo (Server): Mention pidof.
5275
153721e6
AC
52762003-07-22 Andrew Cagney <cagney@redhat.com>
5277
5278 * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
5279 list.
5280
0fac0b41
DJ
52812003-06-28 Daniel Jacobowitz <drow@mvista.com>
5282
5283 * gdb.texinfo (Logging output): New chapter.
5284
4e562065
JB
52852003-06-24 Joel Brobecker <brobecker@gnat.com>
5286
5287 * gdb.texinfo (Unsupported languages): New section.
5288 (Languages): Add link to new section.
5289
f2c06f52
AC
52902003-06-22 Andrew Cagney <cagney@redhat.com>
5291
5292 * gdb.texinfo (Contributors): Mention 6.0 release engineer.
5293
b4177fca
DJ
52942003-06-22 Daniel Jacobowitz <drow@mvista.com>
5295
5296 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
5297
f418dd93
DJ
52982003-06-22 Daniel Jacobowitz <drow@mvista.com>
5299
5300 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
5301 * agentexpr.texi: Retitle section, and change it to an appendix.
5302 Comment out texinfo initialization. Factor a @var{} into two
5303 pieces to prevent makeinfo warnings.
5304 * gdb.texinfo: Add Agent Expressions appendix.
5305
4ca61388
DJ
53062003-06-19 Daniel Jacobowitz <drow@mvista.com>
5307
5308 * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
5309
07f31aa6
DJ
53102003-06-18 Daniel Jacobowitz <drow@mvista.com>
5311
5ae4183a 5312 * gdb.texinfo (Remote Debugging): New section "Connecting to a
07f31aa6
DJ
5313 remote target". Document the "detach" and "disconnect" commands.
5314 (Server, Netware, Debug Session): Reference "Connecting to a
5315 remote target".
5316 (GDB/MI Target Manipulation): Document "-target-disconnect".
5317
2dd0da42
AC
53182003-06-13 Andrew Cagney <cagney@redhat.com>
5319
5320 * gdbint.texinfo (Target Architecture Definition): Deprecate
5321 REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
5322 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
5323
e7a3abfc
JB
53242003-06-09 Jim Blandy <jimb@redhat.com>
5325
5326 * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
5327
25e3a86b
AC
53282003-06-08 Andrew Cagney <cagney@redhat.com>
5329
5330 * gdbint.texinfo (Target Architecture Definition): Delete
5331 documentation on FRAME_ARGS_ADDRESS_CORRECT.
5332
a9e5fdc2
AC
53332003-06-08 Andrew Cagney <cagney@redhat.com>
5334
5335 * gdbint.texinfo (Target Architecture Definition): Document
5336 "unwind_sp". Cross reference "unwind_sp" and TARGET_READ_SP.
5337
b37303ee
AF
53382003-06-07 Adam Fedor <fedor@gnu.org>
5339
5340 * gdb.texinfo: Add Objective-C documentation.
5341
39fe6e80
AC
53422003-06-01 Andrew Cagney <cagney@redhat.com>
5343
5344 * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
5345 parameter to "push_dummy_call". Rename "dummy_addr" to "bp_addr".
5346
125309b2
AC
53472003-05-21 Andrew Cagney <cagney@redhat.com>
5348
5349 * gdbint.texinfo (Target Architecture Definition): Delete
5350 references to "extract_address" and "store_address".
5351
b8b527c5
AC
53522003-05-16 Andrew Cagney <cagney@redhat.com>
5353
5354 * gdbint.texinfo (Target Architecture Definition): Replace
5355 REGISTER_BYTES with DEPRECATED_REGISTER_BYTES. Fix typo,
5356 DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
5357
50e3ee83
TR
53582003-05-14 Theodore A. Roth <troth@openavr.org>
5359
5360 * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
5361
44e2be90
L
53622003-05-10 H.J. Lu <hongjiu.lu@intel.com>
5363
5364 * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
5365 (gdb.dvi): Likewise.
5366 (gdb.pdf): Likewise.
5367 (links2roff): Likewise.
5368
df5215a6
JB
53692003-05-08 Jim Blandy <jimb@redhat.com>
5370
5371 * gdb.texinfo (Dump/Restore Files): Update documentation for
5372 'dump', 'append', and 'restore': note that format argument is
5373 optional; simplify presentation of the command variants; and be
5374 more precise about the formats.
5375
5e7b2f39
JB
53762003-05-07 Jim Blandy <jimb@redhat.com>
5377
5378 * gdb.texinfo (Symbols): Update documentation: 'maint list
5379 symtabs' and 'maint list psymtabs' have been renamed 'maint info
5380 symtabs' and 'maint info psymtabs'.
5381
b1e29e33
AC
53822003-05-05 Andrew Cagney <cagney@redhat.com>
5383
5384 * gdbint.texinfo (Target Architecture Definition): Make
5385 CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
5386 FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
5387 CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
5388
00905d52
AC
53892003-05-04 Andrew Cagney <cagney@redhat.com>
5390
5391 * gdb.texinfo (Maintenance Commands): Document "maint print
5392 dummy-frames".
5393
54ff5908
AC
53942003-05-04 Andrew Cagney <cagney@redhat.com>
5395
5396 * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
5397
32e7087d
JB
53982003-05-03 J. Brobecker <brobecker@gnat.com>
5399
5400 Thierry Schneider <tpschneider1@yahoo.com>
5401 * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
5402 for new MI command.
5403
7043d8dc
AC
54042003-05-03 Andrew Cagney <cagney@redhat.com>
5405
5406 * gdbint.texinfo (Target Architecture Definition): Document
5407 push_dummy_code. Add cross references.
5408
e33d66ec
EZ
54092003-05-02 Elena Zannoni <ezannoni@redhat.com>
5410
5411 * gdb.texinfo (Character Sets): Update to reflect new behavior of
5412 set/show charsets commands.
5413
0ba6dca9
AC
54142003-04-28 Andrew Cagney <cagney@redhat.com>
5415
5416 * gdbint.texinfo (Target Architecture Definition): Replace
5417 read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
5418 DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
5419
d7a27068
AC
54202003-04-28 Andrew Cagney <cagney@redhat.com>
5421
5422 * gdbint.texinfo (Target Architecture Definition): Rename
5423 "tm_print_insn" to "deprecated_tm_print_insn".
5424
44ea7b70
JB
54252003-04-09 Jim Blandy <jimb@redhat.com>
5426
5427 * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
5428 list psymtabs'.
5429
fb8f8949
AC
54302003-04-08 Andrew Cagney <cagney@redhat.com>
5431
5432 * gdbint.texinfo (Target Architecture Definition): Delete
5433 references to EXTRA_FRAME_INFO.
5434
32fb0f22
AC
54352003-04-08 Andrew Cagney <cagney@redhat.com>
5436
5437 * gdbint.texinfo (Target Architecture Definition): Delete
5438 PRINT_TYPELESS_INTEGER.
5439
6be67e67
JB
54402003-04-02 J. Brobecker <brobecker@gnat.com>
5441
5442 * observer.texi (GDB Observers): Adjust the documentation for the
5443 normal_stop notification to better describe reality. Fix a couple
5444 of minor typos.
5445
4e35d5f0
BR
54462003-04-02 Bob Rossi <bob_rossi@cox.net>
5447
a9331b3f 5448 * gdb.texinfo (GDB/MI Program Control): Add
4e35d5f0
BR
5449 '-file-list-exec-source-file'
5450
e8a8712a
AC
54512003-03-31 Andrew Cagney <cagney@redhat.com>
5452
5453 * gdbint.texinfo (Target Architecture Definition): Delete
5454 references to CALL_DUMMY_P.
5455
6c0e89ed
AC
54562003-03-30 Andrew Cagney <cagney@redhat.com>
5457
5458 * gdbint.texinfo (Target Architecture Definition): Remove
5459 reference to TARGET_WRITE_SP.
a9331b3f 5460
378bfd1b
AC
54612003-03-27 Andrew Cagney <cagney@redhat.com>
5462
5463 * gdbint.texinfo (Target Architecture Definition): Remove
5464 references to write_sp.
6c0e89ed 5465
922fbb7b
AC
54662003-03-27 Andrew Cagney <cagney@redhat.com>
5467
5468 * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
5469 chapter body. Use @smallexample instead of @example.
5470 (Annotations): Ditto.
5471 * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
5472 annotate.texi.
5473
b81774d8
AC
54742003-03-26 Andrew Cagney <cagney@redhat.com>
5475
5476 * gdbint.texinfo (Target Architecture Definition): Replace
5477 PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
5478 dummy_addr parameters.
5479
1bf6d5cc
AC
54802003-03-25 Andrew Cagney <cagney@redhat.com>
5481
5482 * gdbint.texinfo (Target Architecture Definition): Delete
5483 reference to CALL_DUMMY_STACK_ADJUST_P. Rename
5484 CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
5485 Add reference to PUSH_ARGUMENTS.
5486
618ce49f
AC
54872003-03-23 Andrew Cagney <cagney@redhat.com>
5488
5489 * gdbint.texinfo (Algorithms, Target Architecture Definition):
5490 Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
5491
bcd7e15f
JB
54922003-03-18 J. Brobecker <brobecker@gnat.com>
5493
5494 * gdbint.texinfo (Algorithms): Add new section describing the
5495 Observer paradigm.
5496 (Top): Add menu entry to new observer appendix.
5497 * observer.texi: New file.
5498 * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
5499 new observer.texi file.
5500
9fe8321b
AC
55012003-03-17 Andrew Cagney <cagney@redhat.com>
5502
5503 * gdb.texinfo (DATE): Delete. Remove date from titles. Mention
5504 that GNU Press update the manual version number.
5505
ac2adee5
AC
55062003-03-12 Andrew Cagney <cagney@redhat.com>
5507
5508 * gdbint.texinfo (Target Architecture Definition): Delete
5509 references to get_saved_register. Rename GET_SAVED_REGISTER to
5510 DEPRECATED_GET_SAVED_REGISTER.
5511
749b82f6
AC
55122003-03-13 Andrew Cagney <cagney@redhat.com>
5513
5514 * gdbint.texinfo (Target Architecture Definition): Replace
5515 POP_FRAME with DEPRECATED_POP_FRAME. Update description.
5516
8bedc050
AC
55172003-03-12 Andrew Cagney <cagney@redhat.com>
5518
5519 * gdbint.texinfo (Target Architecture Definition): Rename
5520 FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
a9331b3f 5521
0ce1b118
CV
55222003-03-10 Corinna Vinschen <vinschen@redhat.com>
5523
5524 * gdb.texinfo: Add File-I/O documentation.
5525
12cc2063
AC
55262003-03-10 Andrew Cagney <cagney@redhat.com>
5527
5528 * gdbint.texinfo (Target Architecture Definition): Cross reference
5529 FRAME_SAVED_PC to unwind_pc. Document unwind_pc.
5530
7453dc06
AC
55312003-03-07 Andrew Cagney <cagney@redhat.com>
5532
5533 * gdb.texinfo (Debugging Output): Mention the "set/show debug
5534 frame" command.
5535
6314f104
AC
55362003-03-05 Andrew Cagney <cagney@redhat.com>
5537
5538 * gdbint.texinfo (Target Architecture Definition): Document
5539 unwind_dummy_id. Cross reference unwind_dummy_id and
5540 SAVE_DUMMY_FRAME_TOS.
5541
f1212245
DJ
55422003-03-05 James Ingham <jingham@apple.com>
5543 Daniel Jacobowitz <drow@mvista.com>
5544
5545 * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
5546 and "show cp-abi".
5547
77e7e267
AC
55482003-03-03 Andrew Cagney <cagney@redhat.com>
5549
5550 * gdbint.texinfo (Target Architecture Definition): Document
5551 register_type.
5552
838a8221
AC
55532003-03-03 Andrew Cagney <cagney@redhat.com>
5554
5555 * stabs.texinfo (Structures): Use @samp and separate @var's
5556 instead of a single @var containing a comma separated list.
5557 (Unions): Ditto.
5558
d7f4a264
DJ
55592003-03-02 Daniel Jacobowitz <drow@mvista.com>
5560
5561 * Makefile.in (distclean): Remove config.log.
5562
f30ee0bc
AC
55632003-03-01 Andrew Cagney <cagney@redhat.com>
5564
5565 * gdbint.texinfo (Target Architecture Definition): Rename
5566 FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
5567
55682003-03-01 Andrew Cagney <cagney@redhat.com>
e9582e71
AC
5569
5570 * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
5571 DEPRECATED_INIT_EXTRA_FRAME_INFO.
5572
be448670
CF
55732003-02-23 Raoul Gough <RaoulGough@yahoo.co.uk>
5574
5575 * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
5576 (Non-debug DLL symbols): New node, describing the minimal symbols
5577 loaded from DLLs without real debugging symbols.
5578
501eef12
AC
55792003-02-20 Andrew Cagney <ac131313@redhat.com>
5580
5581 * gdb.texinfo (Set Breaks): Add cross reference to "set remote
5582 hardware-breakpoint-limit".
5583 (Set Watchpoints): Add cross reference to "set remote
5584 hardware-watchpoint-limit".
5585 (Remote configuration options): New section.
5586
21c294e6
AC
55872003-02-04 Andrew Cagney <ac131313@redhat.com>
5588
e9be73e4
AC
5589 * gdbint.texinfo (Target Architecture Definition): Delete
5590 descrption of IS_TRAPPED_INTERNALVAR.
5591
21c294e6
AC
5592 From Keith Seitz <keiths@redhat.com>:
5593 * gdb.texinfo (Interpreters): New chapter. Refer the command-line
5594 option "-i"/"--interpreter" to this chapter. Include index
5595 entries.
5596
0179ffac
DC
55972003-02-04 David Carlton <carlton@math.stanford.edu>
5598
5599 * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
5600 (Variables): Recommend stabs+ and DWARF 2.
5601 (C plus plus expressions): Correct info about
5602 compiler versions, debug formats.
5603 (Contributors): Change 'DWARF2' to 'DWARF 2'.
5604 PR symtab/874.
5605
7ca9f392
AC
56062003-02-01 Andrew Cagney <ac131313@redhat.com>
5607
5608 * gdbint.texinfo (Target Architecture Definition): Delete
5609 description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
5610 ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
5611 BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
5612 references to nindy and i960.
5613 * gdb.texinfo (i960): Delete all references to i960 and nindy.
5614
31a85ea2
AC
56152003-02-01 Andrew Cagney <ac131313@redhat.com>
5616
5617 * gdbint.texinfo (Target Architecture Definition): Delete
5618 FLOAT_INFO.
5619
6b894e49
AC
56202003-01-30 Andrew Cagney <ac131313@redhat.com>
5621
5622 * stabs.texinfo (Member Type Descriptor): Clarify description of
5623 `@'. Suggested by Ben Hutchings.
5624
c48861fb
AC
56252003-01-29 Andrew Cagney <ac131313@redhat.com>
5626
5627 * gdb.texinfo (M68K): Delete reference to es1800.
5628
617073a9
AC
56292003-01-29 Andrew Cagney <ac131313@redhat.com>
5630
5631 * gdb.texinfo (Maintenance Commands): Document `maint print
5632 reggroups' and `maint print register-groups'.
5633 * gdbint.texinfo (Target Architecture Definition): Document
5634 register_reggroup_p.
5635
5b5d99cf
JB
56362003-01-23 Jim Blandy <jimb@redhat.com>
5637
5638 * gdb.texinfo (Separate Debug Files): New section.
5639
e7ba9c65
DJ
56402003-01-22 Daniel Jacobowitz <drow@mvista.com>
5641
5642 * gdb.texinfo (Maintenance Commands): Add "maint set profile"
5643 and "maint show profile".
5644
94e91d6d
MC
56452003-01-16 Michael Chastain <mec@shout.net>
5646
5647 * gdb.texinfo (Installing GDB): Warn against
5648 ".../gdb-VERSION/gdb/configure".
5649 (Separate Objdir): Likewise.
5650
867f3898
AC
56512003-01-15 Andrew Cagney <ac131313@redhat.com>
5652
5653 * gdbint.texinfo (Target Architecture Definition): Delete
5654 definition of PRINT_REGISTER_HOOK.
5655
f153cc92
EZ
56562003-01-15 Elena Zannoni <ezannoni@redhat.com>
5657
5658 (OpenRISC 1000): Fix formatting of command names.
5659
c60eb6f1
EZ
56602003-01-15 Elena Zannoni <ezannoni@redhat.com>
5661
5662 * gdb.texinfo (Continuing and Stepping): Add new command
5663 'advance'. Clarify behavior of 'until'.
5664
f5ebfba0
DJ
56652003-01-13 Daniel Jacobowitz <drow@mvista.com>
5666
5667 * gdb.texinfo (Files): Document solib-absolute-prefix and
5668 solib-search-path.
5669
4ce8657e
MC
56702003-01-09 Michael Chastain <mec@shout.net>
5671
5672 * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
5673 (Create a Release): Add new instructions for new @file{src-release}.
5674 Document existing instructions for @file{Makefile.in} as
5675 being for @value{GDBN} 5.3.1 or earlier.
5676
372613e3
AC
56772003-01-09 Andrew Cagney <ac131313@redhat.com>
5678
5679 * gdbint.texinfo (Target Architecture Definition): Mention
5680 frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
5681 allocate memory.
5682
b4e9345d
DJ
56832003-01-04 Daniel Jacobowitz <drow@mvista.com>
5684
5685 * gdb.texinfo (Controlling GDB): Add @kindex for
5686 "show osabi".
5687 (Backtraces): Add @kindex's for backtrace-below-main.
5688
98b45e30
DJ
56892003-01-04 Daniel Jacobowitz <drow@mvista.com>
5690
5691 * gdb.texinfo (Controlling GDB): Document "set osabi".
5692
95f90d25
DJ
56932003-01-04 Daniel Jacobowitz <drow@mvista.com>
5694
5695 * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
5696 * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
5697
1e698235
DJ
56982003-01-04 Daniel Jacobowitz <drow@mvista.com>
5699
5700 * gdb.texinfo (Controlling GDB): Add ABI section. Document
5701 "set coerce-float-to-double".
5702 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
5703
e632838e
AC
57042003-01-02 Andrew Cagney <ac131313@redhat.com>
5705
5706 * stabs.texinfo: Remove obsolete text.
5707 * gdbint.texinfo: Ditto.
5708 * gdb.texinfo: Ditto.
5709
c133ab7a
MK
57102002-12-22 Mark Kettenis <kettenis@gnu.org>
5711
5712 * gdbint.texinfo (Target Architecture Definition): Update
5713 description of gdbarch_register_osabi.
5714
f821f325
KH
57152002-12-20 Kazu Hirata <kazu@cs.umass.edu>
5716
5717 * agentexpr.texi: Fix typos.
5718 * annotate.texi: Likewise.
5719 * fdl.texi: Likewise.
5720
85a6d8d3 57212002-12-10 Andrew Cagney <cagney@redhat.com>
a5afb99f
AC
5722
5723 * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
5724 DEPRECATED_INIT_FRAME_PC.
5725
ae45cd16
AC
57262002-12-01 Andrew Cagney <ac131313@redhat.com>
5727
5728 * gdbint.texinfo (Target Architecture Definition): Delete
5729 PC_IN_CALL_DUMMY.
5730
07555a72
AC
57312002-11-28 Andrew Cagney <ac131313@redhat.com>
5732
5733 * gdbint.texinfo (Host Definition): Delete documentation on
5734 USE_GENERIC_DUMMY_FRAMES.
5735
c166cdc7
EZ
57362002-11-26 Elena Zannoni <ezannoni@redhat.com>
5737
5ae4183a 5738 Fix PR gdb/723 and PR gdb/245.
c166cdc7
EZ
5739 * Makefile.in (install-info): Run the install-info command as part
5740 of the post install steps only.
5741 (uninstall-info): New target.
5742 (uninstall): New target.
5743
35db0260
EZ
57442002-11-22 Elena Zannoni <ezannoni@redhat.com>
5745
5746 * Makefile.in (install): Make install do some real work.
5747
9ba8d803
AC
57482002-11-19 Andrew Cagney <ac131313@redhat.com>
5749
5750 Fix POSIX problem reported by Paul Eggert.
5751 * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
5752 Fix PR gdb/527.
5753
903ad3a6
AC
57542002-10-26 Andrew Cagney <cagney@redhat.com>
5755
5756 * gdbint.texinfo (Target Architecture Definition): Delete
5757 definition of DO_REGISTERS_INFO.
5758
f2abfe65
KB
57592002-10-18 Kevin Buettner <kevinb@redhat.com>
5760
5761 * gdbint.texinfo (Address Classes): Fix problems with insertion
5762 of ``{'' and ``}'' in example.
5763
b5b0480a
KB
57642002-10-17 Kevin Buettner <kevinb@redhat.com>
5765
5766 * gdbint.texinfo (Address Classes): New section.
5767 (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
5768 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
5769 ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
5770 ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
5771
c85508ee
KD
57722002-10-11 Klee Dienes <kdienes@apple.com>
5773
5774 * gdb.texinfo (Registers): Mention vector registers as well as
5775 floating registers in the documentation for 'info registers' and
5776 'info all-registers'.
5777
6d12fc3d
DJ
57782002-10-11 Daniel Jacobowitz <drow@mvista.com>
5779
5780 * gdbint.texinfo (CPLUS_MARKER): Remove item.
5781
8d19fbd2
JJ
57822002-10-03 Jeff Johnston <jjohnstn@redhat.com>
5783
5784 * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
5785 interface definition.
5786
a37295f9
MM
57872002-10-03 Marko Mlinar <markom@opencores.org>
5788
5789 * gdb.texinfo (Target Commands): Add or1k target specific
5790 commands.
5791 * gdb.texinfo (Contributors): Add myself to the contributors list.
5792
da0f9dcd
AC
57932002-10-01 Andrew Cagney <ac131313@redhat.com>
5794
5795 * gdb.texinfo (Mode Options): Update --interpreter option. "mi2"
5796 and "mi1" instead of "mi1" and "mi0".
5797
2e834e49
HPN
57982002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
5799
5800 * gdb.texinfo (Packets): Fix typos "alligned".
5801 Correct z3/Z3 description. Correct z4/Z4 title.
5802
050be0dc
AC
58032002-09-27 Andrew Cagney <ac131313@redhat.com>
5804
5805 * all-cfg.texi: Use @sc for GDB and GCC. Update copyright.
5806
1104b9e7
KB
58072002-09-25 Kevin Buettner <kevinb@redhat.com>
5808
5809 * gdb.texinfo: Use GNU/Linux instead of Linux.
5810
512217c7
AC
58112002-09-25 Andrew Cagney <ac131313@redhat.com>
5812
5813 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
5814
10998722
AC
58152002-09-24 Andrew Cagney <ac131313@redhat.com>
5816
512217c7 5817 * gdb.texinfo: Replace @example with @smallexample.
10998722 5818
a0eb71c5
KB
58192002-09-20 Kevin Buettner <kevinb@redhat.com>
5820
f7dc1244 5821 From Eli Zaretskii <eliz@gnu.org>:
a0eb71c5
KB
5822 * gdb.texinfo (Character Sets): Use @smallexample instead of
5823 @example. Use GNU/Linux instead of Linux.
5824
58252002-09-20 Jim Blandy <jimb@redhat.com>
5826
5827 * gdb.texinfo: Add character set documentation.
5828
2f870471
AC
58292002-09-19 Andrew Cagney <ac131313@redhat.com>
5830
5831 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
5832 (Packets): Add cross reference from `b' packet to `z' packets.
5833
790eb8f5
AC
58342002-09-19 Andrew Cagney <ac131313@redhat.com>
5835
8d30a00d
AC
5836 * gdb.texinfo (Maintenance Commands): Document ``maint
5837 internal-error'' and ``maint internal-warning''.
5838
790eb8f5
AC
5839 * gdbint.texinfo (Target Architecture Definition): Revise
5840 description of STACK_ALIGN. Add description of FRAME_ALIGN.
5841
a23a7bf1
JB
58422002-09-19 Joel Brobecker <brobecker@gnat.com>
5843
5844 * gdbint.texinfo (Target Conditionals): Document the new
5845 NAME_OF_MALLOC macro.
5846
299ffc64
AC
58472002-09-05 Andrew Cagney <ac131313@redhat.com>
5848
5849 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
5850 engineer.
5851
b7bb15bc
SC
58522002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5853
5854 * gdb.texinfo (TUI Overview): Document status line fields.
5855
3d757584
SC
58562002-09-02 Stephane Carrez <stcarrez@nerim.fr>
5857
5858 * gdb.texinfo (TUI Commands): Document info win command.
5859
269c21fe
SC
58602002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5861
5862 * gdb.texinfo (TUI Overview): Document breakpoint markers.
5863
7cf36c78
SC
58642002-09-01 Stephane Carrez <stcarrez@nerim.fr>
5865
5866 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
5867 (TUI Keys): Likewise.
5868
d2c6833e
AC
58692002-08-25 Andrew Cagney <ac131313@redhat.com>
5870
5871 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
5872 for a packet receive.
5873
46d8b1c3
AC
58742002-08-25 Andrew Cagney <ac131313@redhat.com>
5875
5876 * Makefile.in (clean): Move to end of file.
5877 (distclean, maintainer-clean, realclean): Ditto.
5878 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
5879 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
5880 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
5881 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
5882
b0787093
AC
58832002-08-24 Andrew Cagney <ac131313@redhat.com>
5884
5885 * Makefile.in (GDBINT_TEX_TMPS): Define.
5886 (gdbint.dvi, gdbint.pdf): Use
5887 (GDB_TEX_TMPS): Define.
5888 (gdb.dvi, gdb.pdf): Use.
5889 (STABS_TEX_TMPS): Define.
5890 (stabs.dvi, stabs.pdf): Use.
5891 (GDB_DOC_SOURCE_INCLUDES): New macros.
5892 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
5893 (GDBINT_DOC_FILES_INCLUDES): New macros.
5894 (GDBINT_DOC_BUILD_INCLUDES): New macros.
5895 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
5896 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
5897 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
5898 (links2roff): Replace SFILES_INCLUDED with
5899 GDB_DOC_SOURCE_INCLUDES.
5900 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
5901 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
5902 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
5903 dependencies.
5904 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
5905 dependencies.
5906 (gdbmi.texinfo): Delete rule.
5907 (inc-hist.texinfo): Delete rule.
5908 (rluser.texinfo): Delete rule.
5909
ebba8386
AC
59102002-08-23 Andrew Cagney <cagney@redhat.com>
5911
5912 * gdbint.texinfo (Target Architecture Definition): Update
5913 STORE_RETURN_VALUE, mention regcache.
5914
0ab7a791
AC
59152002-08-21 Andrew Cagney <ac131313@redhat.com>
5916
5917 * gdbint.texinfo (Target Architecture Definition): Document
5918 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
5919
ee2d5c50
AC
59202002-08-19 Andrew Cagney <ac131313@redhat.com>
5921
5922 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
5923 Fix minor typos. Add index entries.
5924
53c69bd7
AC
59252002-08-18 Andrew Cagney <ac131313@redhat.com>
5926
5927 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
5928
e76f1f2e
AC
59292002-08-15 Andrew Cagney <ac131313@redhat.com>
5930
5931 * gdbint.texinfo (Target Architecture Definition): Document
5932 PRINT_VECTOR_INFO.
5933 * gdb.texinfo (Vector Unit): Document "info vectors" command.
5934
0680b120
AC
59352002-08-13 Andrew Cagney <ac131313@redhat.com>
5936
5937 * gdb.texinfo (Maintenance Commands): Document "maint print
5938 registers", "maint print raw-registers" and "maint print
5939 cooked-registers".
5940
3c3bea1c
GS
59412002-08-08 Grace Sainsbury <graces@redhat.com>
5942
a9331b3f 5943 From Mark Salter:
3c3bea1c
GS
5944 * gdb.texinfo (Protocol): Document T packet extension to
5945 allow watchpoint address reporting.
5946
42f9b0a5
AC
59472002-08-03 Andrew Cagney <ac131313@redhat.com>
5948
5949 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
5950
db034ac5
AC
59512002-08-01 Andrew Cagney <cagney@redhat.com>
5952
5953 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
5954 to CHILL.
5955
e2b28d04
AC
59562002-08-01 Andrew Cagney <ac131313@redhat.com>
5957
5958 * gdbint.texinfo (Coding): Revise section "Include Files".
5959
7fb623f7
AC
59602002-07-24 Andrew Cagney <cagney@redhat.com>
5961
5962 * gdbint.texinfo: Obsolete references to m88k.
5963 * gdb.texinfo: Ditto.
5964
4a2b4636
JB
59652002-07-10 Joel Brobecker <brobecker@gnat.com>
5966
7fb623f7 5967 * gdbint.texinfo (Create a release candiate): Add the location
4a2b4636
JB
5968 where the proper version of autoconf can be retrieved.
5969
a71ec265
DH
59702002-07-09 Don Howard <dhoward@redhat.com>
5971
5972 * gdb.texinfo (Command Files): Further describe the behavior of
5973 sourced command files.
5974
b9aa90c9
AC
59752002-06-27 Andrew Cagney <ac131313@redhat.com>
5976
5977 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
5978 (Coding): Clarify ISO C version that GDB assumes.
5979
40dd2248
TT
59802002-06-26 Tom Tromey <tromey@redhat.com>
5981
5982 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
5983 add_setshow_cmd_full.
5984
bfac230e
DH
59852002-06-25 Don Howard <dhoward@redhat.com>
5986
5987 * gdb.texinfo (Memory Region Attributes): Document new behavior
5988 for 'mem' command.
5989
475b0867
JB
59902002-06-11 Jim Blandy <jimb@redhat.com>
5991
919d772c
JB
5992 * gdb.texinfo (Symbols): Update documentation for `info source'
5993 command.
5994
475b0867
JB
5995 * gdb.texinfo (Macros): Call the command `info macro', not
5996 `show macro'.
5997
ba8c9337
AC
59982002-06-09 Andrew Cagney <ac131313@redhat.com>
5999
6000 * gdbint.texinfo (Coding): Add section ``Per-architecture module
6001 data''.
6002
1029b7fa
MK
60032002-06-09 Mark Kettenis <kettenis@gnu.org>
6004
6005 * gdbint.texinfo (Target Architecture Definition): Document
6006 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6007
16737d73
AC
60082002-06-08 Andrew Cagney <ac131313@redhat.com>
6009
6010 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
6011 lists.
6012
30107679
AC
60132002-06-08 Andrew Cagney <ac131313@redhat.com>
6014
6015 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
6016 Branch''.
6017
3352e23e
AC
60182002-06-01 Andrew Cagney <ac131313@redhat.com>
6019
6020 * gdbint.texinfo (Target Architecture Definition): Add section
6021 ``Converting an existing Target Architecture to Multi-arch''.
6022
cbb09e6a
AC
60232002-05-30 Andrew Cagney <ac131313@redhat.com>
6024
6025 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
6026 to ``Obsoleting code''. Revise.
6027
e2e0bcd1
JB
60282002-05-17 Jim Blandy <jimb@redhat.com>
6029
6030 * gdb.texinfo (C Preprocessor Macros): New chapter.
6031 Include it in the main menu.
6032 (Contributors): Credit Jim Blandy with macro support.
6033 (Compilation): Explain how to get macro information into the
6034 executable.
6035 (Expressions): Note that preprocessor macros are expanded.
6036
9db8d71f
DJ
60372002-05-14 Daniel Jacobowitz <drow@mvista.com>
6038
6039 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
6040 options for `target remote'.
6041
6d531722
AC
60422002-05-13 Andrew Cagney <ac131313@redhat.com>
6043
6044 * gdbint.texinfo (Target Architecture Definition): Delete
6045 documentation on NNPC_REGNUM.
6046
13d01224
AC
60472002-05-11 Andrew Cagney <ac131313@redhat.com>
6048
6049 * gdbint.texinfo (Target Architecture Definition): Document
6050 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
6051 (Target Architecture Definition): Revise section `Using Different
6052 Register and Memory Data Representations'. Add section `Raw and
6053 Virtual Register Representations'.
6054
b2e75d78
AC
60552002-05-11 Andrew Cagney <ac131313@redhat.com>
6056
6057 * gdbint.texinfo (Target Architecture Definition): Mention
6058 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
6059 (Target Architecture Definition): Mention same. Add references to
6060 web pages.
6061
2c8682ee
MS
60622002-05-08 Michael Snyder <msnyder@redhat.com>
6063
6064 * stabs.texinfo (Attributes): Document new "vector" attribute.
6065
0816590b
AC
60662002-05-04 Andrew Cagney <ac131313@redhat.com>
6067
6068 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
6069
2653173e
AC
60702002-05-04 Andrew Cagney <ac131313@redhat.com>
6071
6072 * gdb.texinfo: Delete obsolete references to a29k.
6073
d7bd68ca
AC
60742002-04-24 Andrew Cagney <ac131313@redhat.com>
6075
6076 * gdbint.texinfo (Target Architecture Definition): Replace
6077 IN_SIGTRAMP with PC_IN_SIGTRAMP.
6078
21d83aa5
DM
60792002-04-24 David S. Miller <davem@redhat.com>
6080
6081 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
6082
7673a6cc
DM
60832002-04-21 David S. Miller <davem@redhat.com>
6084
6085 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
6086
d49d1e0a
AC
60872002-04-21 Andrew Cagney <ac131313@redhat.com>
6088
6089 * gdbint.texinfo (Target Architecture Definition): Delete
6090 definition of HAVE_REGISTER_WINDOWS.
6091
f7dc1244 60922002-04-19 Eli Zaretskii <eliz@gnu.org>
4be31470
EZ
6093
6094 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
6095 "Theodore A. Roth" <troth@verinet.com>.
6096
5ca0cb28
DH
60972002-04-15 Don Howard <dhoward@redhat.com>
6098
f7dc1244 6099 From Eli Zaretskii <eliz@gnu.org>
5ca0cb28 6100 * gdb.texinfo (show max-user-call-depth): Correct formatting.
a9331b3f 6101 Provide a better explaination of this feature.
5ca0cb28 6102
f208ba17
AC
61032002-04-14 Andrew Cagney <ac131313@redhat.com>
6104
6105 * gdbint.texinfo (Target Architecture Definition): Remove
6106 FRAME_CHAIN_COMBINE.
6107
d5ba91de
MC
61082002-04-12 Michael Chastain <mec@shout.net>
6109
6110 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
6111 REG_STACK_SEGMENT.
6112
26818220
MC
61132002-04-09 Michael Chastain <mec@shout.net>
6114
6115 * gdbint.texinfo (Obsolete Conditionals): Remove references to
6116 PYRAMID_* macros.
6117
129188f6
AC
61182002-04-07 Andrew Cagney <ac131313@redhat.com>
6119
6120 * gdb.texinfo (Bug Reporting): Document that the web is the
6121 prefered way of submitting bug reports.
6122 (Bug Reporting): Delete the s-mail address as the last resort.
6123
8227c0ff
AC
61242002-04-05 Andrew Cagney <ac131313@redhat.com>
6125
6126 * gdbint.texinfo (Target Architecture Definition): Delete
6127 references to TARGET_WRITE_FP and write_fp.
6128
16d9dec6
MS
61292002-03-27 Michael Snyder <msnyder@redhat.com>
6130
6131 * gdb.texinfo: Document new commands dump, append, and restore.
6132
9ae8b82c
AC
61332002-03-27 Andrew Cagney <ac131313@redhat.com>
6134
6135 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
6136 Branch'.
6137
474c8240
AC
61382002-03-18 Andrew Cagney <ac131313@redhat.com>
6139
6140 * gdb.texinfo: Change all examples to @smallexample.
6141 * gdbint.texinfo: Ditto.
a9331b3f 6142
fb0ff88f
AC
61432002-03-18 Andrew Cagney <ac131313@redhat.com>
6144
6145 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
6146 Branches''.
6147
9bb0a4d8
AC
61482002-03-18 Andrew Cagney <ac131313@redhat.com>
6149
6150 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
6151 Policy''.
6152
937f164b
FF
61532002-03-04 Fred Fish <fnf@redhat.com>
6154
6155 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
6156 expresson, suports, dependant, trhe, perhaphs, situtations,
6157 explictily, taged, oportunity, unfortunatly).
6158
a7b40f07
AC
61592002-02-24 Andrew Cagney <ac131313@redhat.com>
6160
6161 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
6162 Remove reference to 3.12.
6163
aab4e0ec
AC
61642002-02-23 Andrew Cagney <ac131313@redhat.com>
6165
6166 * gdbint.texinfo: Include fdl.texi.
6167 (Top): Add GNU Free Documentation License.
6168 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
6169 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
6170 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
6171 (gdbint.info): Add srcdir to include path.
6172 * gdb.texinfo: Include gpl.texi.
6173 (Top): Add Copying.
6174 * gpl.texi: New file.
6175
47b95330
AC
61762002-02-23 Andrew Cagney <ac131313@redhat.com>
6177
6178 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
6179
78c47bea
PM
61802002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
6181
6182 * gdb.texinfo: Document Cygwin native specific commands.
6183
56460a61
DJ
61842002-02-15 Daniel Jacobowitz <drow@mvista.com>
6185
6186 * gdb.texinfo: Document gdbserver ``--attach'' command.
6187
def71bfa
MS
61882002-02-07 Michael Snyder <msnyder@redhat.com>
6189
6190 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
6191 to @code(_ovly_debug_event).
6192
c928edc0
AC
61932002-02-07 Andrew Cagney <ac131313@redhat.com>
6194
6195 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
6196
81d46470
MS
61972002-02-06 Michael Snyder <msnyder@redhat.com>
6198
6199 * gdb.texinfo (overlays): Mention new magic symbol
6200 '_ovly_debug_event', which allows GDB to keep better track
6201 of overlays.
6202
f7dc1244 62032002-02-03 Eli Zaretskii <eliz@gnu.org>
6ca652b0
EZ
6204
6205 * gdb.texinfo (Memory Region Attributes): Fix the wording.
6206 Suggested by Dmitry Sivachenko.
6207
6208 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
6209
15110bc3
MS
62102002-02-01 Michael Snyder <msnyder@redhat.com>
6211
6212 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
6213
6763aef9
MS
62142002-01-30 Michael Snyder <msnyder@redhat.com>
6215
ac282366
MS
6216 * gdb.texinfo: (remote protocol): Gramatical fix-up.
6217 (set trust-readonly-sections): Document.
6763aef9 6218
8642bc8f
AC
62192002-01-29 Andrew Cagney <ac131313@redhat.com>
6220
6221 * gdbint.texinfo (Releasing GDB): Revise and update.
6222
afe64c1a
AC
62232002-01-28 Andrew Cagney <ac131313@redhat.com>
6224
6225 * gdbint.texinfo (Target Architecture Definition): Delete
6226 description of TARGET_BYTE_ORDER_DEFAULT.
6227
f7dc1244 62282002-01-27 Eli Zaretskii <eliz@gnu.org>
59649f2e
EZ
6229
6230 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
6231 <mitya@cavia.pp.ru>.
6232
3d6e1b5a
AC
62332002-01-23 Andrew Cagney <ac131313@redhat.com>
6234
6235 * libgdb.texinfo: Delete file.
6236
6c0e9fb3
AC
62372002-01-22 Andrew Cagney <ac131313@redhat.com>
6238
6239 * gdb.texinfo: Remove makeinfo 3.12 hacks.
6240 * gdbint.texinfo: Ditto.
6241
e0ce93ac
AC
6242Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
6243
6244 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
6245
be298bcc
AC
62462002-01-22 Andrew Cagney <ac131313@redhat.com>
6247
6248 * Makefile.in: Update copyright.
6249 (TEXI2DVI): Define.
6250 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
6251 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
6252 gdb-cfg.texi.
6253 (TEXINDEX, PDFTEX): Delete makefile variables.
6254
8e04817f
AC
62552002-01-22 Andrew Cagney <ac131313@redhat.com>
6256
6257 * gdb.texinfo (Protocol): Move section to appendix.
6258
6b2f586d
AC
62592002-01-21 Andrew Cagney <ac131313@redhat.com>
6260
6261 * gdb.texinfo (Remote Debugging): Create a menu.
6262 (Top): Add ``Remote Debugging'' to menu.
6263
6f05cf9f
AC
62642002-01-21 Andrew Cagney <ac131313@redhat.com>
6265
6266 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
6267 serial protocol'' from here.
6268 (Remote Debugging): To here. New chapter.
6269
3fd3d7d2
AC
62702002-01-20 Andrew Cagney <ac131313@redhat.com>
6271
6272 * gdbint.texinfo (Target Architecture Definition): Delete
6273 description of TARGET_BYTE_ORDER_SELECTABLE_P.
6274
7fd60527
AC
62752002-01-20 Andrew Cagney <ac131313@redhat.com>
6276
6277 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
6278 are no longer needed.
6279 (Porting GDB): Add maintainer note about configure.host.
6280
c2f05ac9
AC
62812002-01-20 Andrew Cagney <ac131313@redhat.com>
6282
6283 * gdbint.texinfo (Target Architecture Definition): Remove
6284 definition of IEEE_FLOAT.
6285
f7dc1244 62862002-01-20 Eli Zaretskii <eliz@gnu.org>
231b2aad
EZ
6287
6288 * gdb.texinfo: Beautify copyright years; fix a typo.
56248298
EZ
6289 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
6290 <3diff@gnu.org>
231b2aad 6291
82600034
AC
62922002-01-19 Andrew Cagney <ac131313@redhat.com>
6293
6294 * gdbint.texinfo (Host Definition): Remove references to
6295 MALLOC_INCOMPATIBLE.
6296
7708fa01
AC
62972002-01-17 Andrew Cagney <ac131313@redhat.com>
6298
6299 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
6300 and xyz-xdep.o.
6301
eb12ee30
AC
63022002-01-17 Andrew Cagney <ac131313@redhat.com>
6303
889bf7c5 6304 * gdb.texinfo (Maintenance Commands): Add appendix.
eb12ee30
AC
6305 (Set Breaks): Copy ``maint info breakpoint'' doco to
6306 ``Maintenance Commands'' appendix. Add reference.
6307
c9ccaa92
AC
63082002-01-17 Andrew Cagney <ac131313@redhat.com>
6309
6310 * fdl.texi: Remove next/prev from @node.
6311
f7dc1244 63122002-01-17 Eli Zaretskii <eliz@gnu.org>
6826cf00
EZ
6313
6314 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
6315 for monstrous @multitable (from Brian Youmans).
6316
6317 * fdl.texi: New file.
6318
6319 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
6320
8973da3a
AC
63212002-01-15 Andrew Cagney <ac131313@redhat.com>
6322
6323 * gdbint.texinfo (Releasing GDB): New chapter.
6324
7d86b5d5
AC
63252002-01-14 Andrew Cagney <ac131313@redhat.com>
6326
6327 * gdb.texinfo (Embedded Processors, Calling program functions):
6328 Obsolete references to a29k.
6329
cc1cb004
AC
63302002-01-13 Andrew Cagney <ac131313@redhat.com>
6331
6332 * gdbint.texinfo (Coding): Review Cleanups section. Examples
6333 examples. Document that a code-block should do or discard its
6334 cleanups before exit.
6335
79f12247
MS
63362002-01-11 Michael Snyder <msnyder@redhat.com>
6337
6338 * gdb.texinfo (Choosing files): Change @samp to @file.
6339
19837790
MS
63402002-01-05 Michael Snyder <msnyder@redhat.com>
6341
6342 * gdb.texinfo (--pid): Document new command line option (attach).
6343
f7dc1244 63442002-01-07 Eli Zaretskii <eliz@gnu.org>
2c0069bb
EZ
6345
6346 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
6347 in the stub.
6348
d7449b42
AC
63492002-01-04 Andrew Cagney <ac131313@redhat.com>
6350
6351 * gdbint.texinfo (Target Architecture Definition): Replace
6352 BIG_ENDIAN with BFD_ENDIAN_BIG.
6353
f23631e4
AC
63542002-01-03 Andrew Cagney <ac131313@redhat.com>
6355
6356 * gdbint.texinfo (Target Architecture Definition): Replace
6357 value_ptr with struct value pointer.
6358
72c9928d
EZ
63592002-01-02 Eli Zaretskii <eliz@gnu.org>
6360
6361 * gdb.texinfo (Free Software): Fix wording.
6362
959acfd1
EZ
63632001-12-31 Eli Zaretskii <eliz@gnu.org>
6364
6365 * gdb.texinfo (Free Software): New section ``Free Software Needs
6366 Free Documentation''.
6367
f7dc1244 63682001-12-30 Eli Zaretskii <eliz@gnu.org>
2a6585f0
EZ
6369
6370 * stabs.texinfo:
6371 * gdb.texinfo:
6372 * gdbint.texinfo:
6373 * libgdb.texinfo:
6374 * annotate.texi: Fix the application of GFDL in the Copyright notice.
6375
6600abed
MS
63762001-12-29 Michael Snyder <msnyder@redhat.com>
6377
6378 * gdb.texinfo (maint info sections): Fix typo.
6379
f6680716
MS
63802001-12-26 Michael Snyder <msnyder@redhat.com>
6381
fe95c787
MS
6382 * gdb.texinfo (maint info sections): Document.
6383
a9331b3f 6384 * gdb.texinfo (info proc): Comment out documentation for
f6680716
MS
6385 'info proc' sub-options that are currently not implemented.
6386
c3d3ce5b
JB
63872001-12-20 Jim Blandy <jimb@redhat.com>
6388
6389 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
6390
778eb05e
AC
63912001-12-15 Andrew Cagney <ac131313@redhat.com>
6392
6393 * gdbint.texinfo (Target Architecture Definition): Replace
6394 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
6395
2607059c
AC
63962001-12-01 Andrew Cagney <ac131313@redhat.com>
6397
6398 * gdbint.texinfo (Host Definition): Delete documentation on
6399 HOST_BYTE_ORDER.
6400
df0cd8c5
JB
64012001-11-30 Jim Blandy <jimb@redhat.com>
6402
6403 * gdb.texinfo (Overlays): New chapter, documenting GDB's
5ae4183a 6404 overlay support. Add to top-level menu.
df0cd8c5 6405
88118b3a
TT
64062001-11-26 Tom Tromey <tromey@redhat.com>
6407
6408 * gdb.texinfo (Command Syntax): Document C-o binding.
6409
96565e91
CF
64102001-07-26 Christopher Faylor <cgf@redhat.com>
6411
6412 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
6413 use since it is described in the referenced section.
6414
f7dc1244 6415 From Eli Zaretskii <eliz@gnu.org>
96565e91
CF
6416 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
6417 clearer when using DJGPP.
6418
2a3d5645
CF
64192001-11-24 Christopher Faylor <cgf@redhat.com>
6420
6421 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
6422 specifically refer to MS-DOS.
6423 (command files): Mention gdb.ini is only used on MS-DOS.
6424
aa26fa3a
TT
64252001-11-21 Tom Tromey <tromey@redhat.com>
6426
6427 * gdb.texinfo (Invoking GDB): Document --args.
6428 (Mode Options): Likewise.
6429
4f8ada06
JB
64302001-11-21 Jim Blandy <jimb@redhat.com>
6431
6432 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
889bf7c5
PA
6433 Delete documentation; this macro has been removed from the
6434 sources.
4f8ada06 6435
3fe0dc10
JB
64362001-11-13 Jim Blandy <jimb@redhat.com>
6437
6438 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
6439
9e5abb06
CV
64402001-11-06 Corinna Vinschen <vinschen@redhat.com>
6441
6442 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
6443
1c5dfdad
MS
64442001-11-05 Michael Snyder <msnyder@redhat.com>
6445
a9331b3f 6446 * gdb.texinfo (info functions): Document use of backslash to
1c5dfdad
MS
6447 quote regexp chars in function names such as "operator*()".
6448
990f9fe3
FF
64492001-11-01 Fred Fish <fnf@redhat.com>
6450
6451 * gdbint.texinfo (SOLIB_ADD): Document additional new
6452 "readsyms" arg.
6453
b433d00b
DH
64542001-10-30 Don Howard <dhoward@redhat.com>
6455
070b1dd3
DH
6456 * gdb.texinfo: (Command Files) Added documentation for the
6457 behavior of gdb with input redirected from a file.
b433d00b 6458
b7209cb4
FF
64592001-10-28 Fred Fish <fnf@redhat.com>
6460
6461 * gdb.texinfo (auto-solib-add): Change docs to match
6462 implementation change.
6463 (auto-solib-limit): Add docs for new variable.
6464
1aa20aa8
AC
64652001-10-15 Andrew Cagney <ac131313@redhat.com>
6466
6467 * gdbint.texinfo (Target Architecture Definition): Function
6468 value_as_pointer renamed to value_as_address.
6469
fc0c74b1
AC
64702001-10-15 Andrew Cagney <ac131313@redhat.com>
6471
6472 * gdbint.texinfo (Target Architecture Definition): Default
6473 POINTER_TO_ADDRESS functions assume unsigned addresses.
6474 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
6475 posting by Jim Blandy.
6476
f4846649
JB
64772001-10-12 Jim Blandy <jimb@redhat.com>
6478
6479 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
6480 version of texi2html (1.64) doesn't support this flag any more.
6481
f277788b
MK
64822001-09-08 Mark Kettenis <kettenis@gnu.org>
6483
a9dc4918
MK
6484 * gdbint.texinfo (Host Definition): Remove description of
6485 MEM_FNS_DECLARED.
6486
d28379df
MK
6487 * gdbint.texinfo (Host Definition): Remove description of R_OK.
6488
f277788b
MK
6489 * gdbint.texinfo (Host Definition): Remove description of
6490 HAVE_SIGSETMASK.
6491
7ccaa899
EZ
64922001-09-04 Elena Zannoni <ezannoni@redhat.com>
6493
6494 * gdbint.texinfo (Target Architecture Definition): Add
6495 explanation of TARGET_PRINT_INSN macro.
6496
17d9d558
JB
64972001-08-30 Jim Blandy <jimb@redhat.com>
6498
6499 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
6500 Explain what it means to load relocatable files.
6501
72cde065
JB
65022001-08-28 Jim Blandy <jimb@redhat.com>
6503
6504 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
6505 info `top' menu.
6506
9e678452
CF
6507Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
6508
6509 * gdbint.texinfo: Add a cautionary note about macro use.
6510
a2bea4c3 65112001-08-02 Corinna Vinschen <vinschen@redhat.com>
a9331b3f 6512
a2bea4c3
CV
6513 * gdb.texinfo: Explain omitting the hostname in the
6514 `target remote' command.
6515
1129bf27
DJ
65162001-07-30 Daniel Jacobowitz <drow@mvista.com>
6517
6518 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
6519 and END-INFO-DIR-ENTRY.
6520
732b3002
SC
65212001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6522
6523 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
6524
89437448
AC
65252001-07-25 Andrew Cagney <ac131313@redhat.com>
6526
6527 * gdbint.texinfo (libgdb): Rewrite.
6528
f7dc1244 65292001-07-26 Eli Zaretskii <eliz@gnu.org>
9a1c15c5
EZ
6530
6531 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
6532
c4555f82
SC
65332001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6534
6535 * gdb.texinfo (TUI): New chapter, document the TUI.
6536 (Mode Options): Document the -tui option.
6537
2f45a6e0
MK
65382001-07-23 Mark Kettenis <kettenis@gnu.org>
6539
6540 * gdbint.texinfo (Host Definition): Remove description of
6541 NEED_POSIX_SETPGID.
6542
f7dc1244 65432001-07-23 Eli Zaretskii <eliz@gnu.org>
9f20bf26
EZ
6544
6545 * gdb.tex (DJGPP Native): New node, with descriptions of
6546 DJGPP-specific commands.
6547
be9c6c35
JM
65482001-07-19 John R. Moore <jmoore@redhat.com>
6549
6550 * gdbint.texinfo: Three misspellings.
6551
dfa249fb
AC
65522001-07-06 Andrew Cagney <ac131313@redhat.com>
6553
6554 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
6555 `test` expressions on bash. Problem reported by Colin Walters.
6556
c72e7388
AC
65572001-07-04 Andrew Cagney <ac131313@redhat.com>
6558
6559 * gdbint.texinfo (User Interface): Update ui-out documentation to
6560 refelect recent UI/MI updates.
6561
94bbb2c0
AC
65622001-07-04 Andrew Cagney <ac131313@redhat.com>
6563
6564 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
6565 interpreters.
6566
af6c57ea
AC
65672001-06-15 Andrew Cagney <ac131313@redhat.com>
6568
6569 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
6570 structure and not macros.
6571 (Host Definition): Document that much of this chapter is obsolete.
6572 (Target Architecture Definition): Update list of files that make
6573 up a target architecture.
6574 (Coding): Update.
6575
83aa8bc6
AC
65762001-06-28 Andrew Cagney <ac131313@redhat.com>
6577
6578 * gdbint.texinfo (Target Architecture Definition): Update
6579 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
6580 The latter has been changed to a true predicate.
6581
f7dc1244 65822001-06-17 Eli Zaretskii <eliz@gnu.org>
cb51c4e0
EZ
6583
6584 * annotate.texi: Add @noindent where needed. From Dmitry
6585 Sivachenko <dima@Chg.RU>.
6586 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
6587
656db9b0
AC
65882001-06-16 Andrew Cagney <ac131313@redhat.com>
6589
6590 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
6591
df2396a1
AC
65922001-06-14 Andrew Cagney <ac131313@redhat.com>
6593
6594 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
6595 returns ``OK''. Document that the ``R'' packet does not reply.
6596
0f1f2b0a
MS
65972001-06-13 Michael Snyder <msnyder@redhat.com>
6598
6599 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
6600
f7dc1244 66012001-06-13 Eli Zaretskii <eliz@gnu.org>
24f93129
EZ
6602
6603 * gdb.texinfo (Signals): Clarify the default setting of signal
6604 handling.
6605
a5d7c491
AC
66062001-05-14 Andrew Cagney <ac131313@redhat.com>
6607
6608 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
6609 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
6610
05a54c4f
AC
66112001-05-12 Andrew Cagney <ac131313@redhat.com>
6612
6613 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
6614
f7dc1244 66152001-05-10 Eli Zaretskii <eliz@gnu.org>
dab11f21
EZ
6616
6617 * gdbint.texinfo (Clean Design and Portable Implementation):
6618 Renamed from "Clean Design".
6619 (Clean Design and Portable Implementation): Document portable
6620 methods of handling file names, and the associated macros.
6621
f7dc1244 66222001-04-02 Eli Zaretskii <eliz@gnu.org>
f5c37c66
EZ
6623
6624 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
6625 command and provide a cross-reference to its description.
6626 (Symbols): Note that "info scope" is useful for trace experiments.
6627
f7dc1244 66282001-04-01 Eli Zaretskii <eliz@gnu.org>
c534679c 6629
b37052ae
EZ
6630 * gdb.texinfo (Symbols): Document "info scope".
6631 (Tracepoints): New chapter.
6632 (Contributors): Update for v5.1.
6633 <All nodes>: Change "C++" to "C@t{++}".
6634
0ee54786
EZ
6635 * gdbint.texinfo (User Interface): A new section about ui_out
6636 functions, based on text written by Fernando Nasser.
6637
c534679c
EZ
6638 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
6639
f7dc1244 66402001-03-26 Eli Zaretskii <eliz@gnu.org>
3d67e040 6641
e9c75b65
EZ
6642 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
6643
6644 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
6645
6646 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
6647 Replace "GDB" with "@value{GDBN}". Fix markup.
6648
6649 * annotate.texi: Change Permissions to GFDL. Update Copyright.
6650
3d67e040
EZ
6651 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
6652 a cross-reference to its description.
6653 (Symbols): Document "info symbol".
6654
f7dc1244 66552001-03-21 Eli Zaretskii <eliz@gnu.org>
9742079a
EZ
6656
6657 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
6658 subsection "x86 Watchpoints".
6659 (Target Architecture Definition): Document the macros
6660 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
6661 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
6662
b0ed3589
AC
66632001-03-20 Andrew Cagney <ac131313@redhat.com>
6664
6665 * gdbint.texinfo (Target Architecture Definition): Update
6666 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
6667 list.
6668
b6ba6518
KB
66692001-03-06 Kevin Buettner <kevinb@redhat.com>
6670
6671 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
6672 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
6673
f7dc1244 66742001-02-21 Eli Zaretskii <eliz@gnu.org>
5ece1a18
EZ
6675
6676 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
6677
f7dc1244 66782001-02-11 Eli Zaretskii <eliz@gnu.org>
56caf160 6679
17cc6a06
EZ
6680 * gdb.texinfo (Environment): Document that `path' does not change
6681 the value of PATH in GDB's own environment (it did in the past,
6682 but that was changed on March 15, 1994). Reported by Doug Evans
6683 <dje@transmeta.com>.
6684
56caf160
EZ
6685 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
6686 its line. Fix markup of commands and macros. Add an Index node
6687 and index entries.
6688
29e57380
C
66892001-01-23 J.T. Conklin <jtc@redback.com>
6690
6691 * gdb.texinfo (Memory region attributes): New manual section.
6692
1c6147de
ND
66932001-01-04 Nicholas Duffek <nsd@redhat.com>
6694
6695 * gdbint.texinfo (POP_FRAME): Document use by return_command.
6696
f7dc1244 66972000-12-25 Eli Zaretskii <eliz@gnu.org>
b157b00f
EZ
6698
6699 * refcard.tex: Version and copyright fixed. From Phil Edwards
6700 <pedwards@disaster.jaj.com>.
6701
0dcedd82
AC
6702Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
6703
6704 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
889bf7c5 6705 DWARF2_REG_TO_REGNUM): Document.
0dcedd82 6706
3b851bce
AC
6707Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
6708
6709 * gdbint.texinfo (Coding): Update current value of
889bf7c5 6710 --enable-build-warnings. Mention --enable-gdb-build-warnings.
3b851bce 6711
f7dc1244 67122000-11-19 Eli Zaretskii <eliz@gnu.org>
4a92d011
EZ
6713
6714 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
6715 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
6716
b90a5f51
CF
67172000-11-10 Christopher Faylor <cgf@cygnus.com>
6718
6719 * gdb.texinfo: Document new 'set step-mode' command.
6720
f7dc1244 67212000-10-16 Eli Zaretskii <eliz@gnu.org>
96c405b3
EZ
6722
6723 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
6724 changes from Dmitry Sivachenko <dima@Chg.RU>.
6725
f7dc1244 67262000-09-26 Eli Zaretskii <eliz@gnu.org>
c78b4128
EZ
6727
6728 * gdb.texinfo (Hooks): Document the new post-hook functionality.
6729 From Steven Johnson <sbjohnson@ozemail.com.au>.
6730
2e685b93
MK
67312000-08-10 Mark Kettenis <kettenis@gnu.org>
6732
6733 * gdbint.texinfo (Overall Structure): Spelling fix.
6734
f7dc1244 67352000-08-10 Eli Zaretskii <eliz@gnu.org>
6f6ef15a
EZ
6736
6737 * gdbint.texinfo (Target Architecture Definition): Document that
6738 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
6739 for which REGISTER_CONVERTIBLE returns a zero value.
6740
63ac3005
EZ
67412000-07-08 Christopher Faylor <cgf@cygnus.com>
6742
6743 * Makefile.in (install-info): Find files to install in either the
6744 build or source directories (adapted from Makefile.am).
6745
bd79f757
ND
67462000-07-07 Nicholas Duffek <nsd@redhat.com>
6747
6748 * stabs.texinfo: Fix spelling errors.
6749 (String Field): FILE-NUMBER starts from 0, not 1.
6750
f7dc1244 67512000-07-05 Eli Zaretskii <eliz@gnu.org>
5f208f6d
EZ
6752
6753 * refcard.tex: Remove \centerline from the blurb. Patch from
5ae4183a 6754 Brian Youmans.
5f208f6d 6755
f7dc1244 67562000-06-25 Eli Zaretskii <eliz@gnu.org>
cc542d3b
EZ
6757
6758 * Makefile.in (install-info): Support installation from outside of
5ae4183a
AS
6759 the source directory. Reported by Mark Harig
6760 <markh@frazier.landmark.com>.
cc542d3b 6761
f3b28801
C
67622000-06-20 J.T. Conklin <jtc@redback.com>
6763
6764 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
6765
449f3b6c
AC
6766Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
6767
6768 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
889bf7c5 6769 Generate using pdftex.
449f3b6c 6770 (PDFTEX): Define.
889bf7c5 6771 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
449f3b6c 6772 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
889bf7c5 6773 @contents at the start.
449f3b6c 6774
f7dc1244 67752000-05-24 Eli Zaretskii <eliz@gnu.org>
48e934c6
EZ
6776
6777 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
5ae4183a 6778 Youmans.
48e934c6 6779
9e9c5ae7
AC
6780Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
6781
6782 From Brian Youmans:
6783 * gdb.texinfo: Fix ``et al.''.
6784
c741b251
AC
6785Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
6786
6787 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
889bf7c5 6788 loop.
c741b251 6789
4ab64e14
JG
67902000-05-19 Jimmy Guo <guo@cup.hp.com>
6791
6792 * configure: Regenerate.
6793
f7dc1244 67942000-05-17 Eli Zaretskii <eliz@gnu.org>
d3229ae3
EZ
6795
6796 * Makefile.in (install-info): Run install-info on installed Info
6797 files.
6798
8c70017b
AC
6799Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6800
a7cb598a 6801 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
889bf7c5 6802 Andrew Cagney.
8c70017b 6803
f7dc1244 68042000-05-09 Eli Zaretskii <eliz@gnu.org>
598ca718
EZ
6805
6806 * gdb.texinfo: Proofreading changes from Brian Youmans.
6807
bf0184be
ND
68082000-05-01 Nick Duffek <nsd@cygnus.com>
6809
6810 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
6811 startup sequence, minor edits.
6812
f7dc1244 68132000-05-01 Eli Zaretskii <eliz@gnu.org>
41afff9a
EZ
6814
6815 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
6816 TeX.
6817
6818 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
6819 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
6820 like `n' and `s' which look weird. Convert some of the @kindex to
6821 @vindex, when they refer to variables, not commands.
6822
33e16fad
AC
6823Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
6824
6825 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
6826
f7dc1244 68272000-04-23 Eli Zaretskii <eliz@gnu.org>
7162c0ca
EZ
6828
6829 * Makefile.in (GDBMI_DIR): New variable.
6830 (SET_TEXINPUTS): Add $(GDBMI_DIR).
6831 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
6832 (gdbmi.texinfo): New target, for texi2roff.
6833 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
6834 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
6835
6836 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
6837 gdbmi.texinfo.
6838 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
6839 comment.
6840
d167840f
EZ
68412000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
6842
6843 * gdb.texinfo (Files): Update description of add-symbol-file
889bf7c5 6844 command.
d167840f 6845
f7dc1244 68462000-04-17 Eli Zaretskii <eliz@gnu.org>
8487521e
EZ
6847
6848 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
6849 prevents the build (and is generally a Bad Idea).
6850
f7dc1244 68512000-04-17 Eli Zaretskii <eliz@gnu.org>
00e4a2e4
EZ
6852
6853 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
6854 a comma inside @var.
6855 (Command Files): Index markup changes from Dmitry Sivachenko
6856 <dima@Chg.RU>.
6857
f7dc1244 68582000-04-16 Eli Zaretskii <eliz@gnu.org>
39ec5655
EZ
6859
6860 * Makefile.in (LN_S): Define.
6861 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
6862 invoke "ln -s" unless it is known to work.
6863
6864 * configure.in (AC_PROG_LN_S): Add.
6865
8dc7983f
JB
68662000-04-14 Jim Blandy <jimb@redhat.com>
6867
6868 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
6869 section.
6870 (Target Conditionals): Document ADDRESS_TO_POINTER,
6871 POINTER_TO_ADDRESS.
6872
1a8237e8
DB
68732000-04-11 Daniel Berlin <dan@cgsoftware.com>
6874
6875 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
6876 gdb-cfg.texi to get the value.
6877
ca526f1a
JB
68782000-04-10 Jim Blandy <jimb@redhat.com>
6879
6880 * gdbint.texinfo (Target Architecture Definition): Fix
6881 cross-references.
6882
faaafcb4
JB
68832000-04-08 Jim Blandy <jimb@redhat.com>
6884
6885 * gdbint.texinfo (Using Different Register and Memory Data
6886 Representations): New section.
6887 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
889bf7c5
PA
6888 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
6889 REGISTER_CONVERT_TO_RAW): Document.
faaafcb4 6890
1b27397f
AC
6891Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
6892
6893 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
889bf7c5 6894 for acknowledgments.
1b27397f 6895
480ff1fb
AC
6896Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
6897
6898 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
889bf7c5 6899 qThreadExtraInfo.
480ff1fb 6900
a9331b3f 69012000-03-28 J.T. Conklin <jtc@redback.com>
f1251bdd 6902
a9331b3f
RM
6903 * gdb.texinfo: Clarify which remote debug protocol commands are
6904 required and which are optional.
f1251bdd 6905
dbeb8dbd
AC
6906Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
6907
6908 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
889bf7c5
PA
6909 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
6910 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
dbeb8dbd
AC
6911 * annotate.texi: Update.
6912
6d2ebf8b
SS
69132000-03-28 Stan Shebs <shebs@apple.com>
6914
6915 * gdb.texinfo: Update dates, bump to Eighth Edition (note
6916 expectation of additional changes before release), update
6917 ISBN, add copy of top-level menu for @ifhtml, remove explicit
6918 node links, rephrase and/or shorten lines to fix formatting
6919 problem in both regular and @smallbook formats.
6920 * annotate.texi: Shorten lines in example, use smallexample
6921 consistently everywhere.
6922 * Makefile.in: Add comment about texinfo 4.0 html generation.
6923 (SFILES_INCLUDED): Add annotate.texi.
6924
5d161b24
DB
69252000-03-27 Daniel Berlin <dan@cgsoftware.com>
6926
5ae4183a
AS
6927 * gdb.texinfo (Debugging Output): Added new section, documenting
6928 the "set/show debug" commands.
5d161b24 6929
b9deaee7
AC
6930Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
6931
6932 * annotate.texi (Annotations): When GDBN omit @chapter and @node
889bf7c5 6933 entry.
b9deaee7
AC
6934
6935 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
6936 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
889bf7c5 6937 @chapter and @node entries.
a9331b3f 6938
b9deaee7 6939 * gdb.texinfo: Link all top-level nodes.
a9331b3f 6940
9ef47d30
AC
6941Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
6942
6943 * Makefile.in (install-info): Create $(infodir) before installing
889bf7c5 6944 files.
9ef47d30 6945
cfeada60
FN
69462000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
6947
6948 From David Whedon <dwhedon@gordian.com>
5ae4183a 6949 * gdbint.texinfo : Added paragraphs about command deprecation.
cfeada60 6950
6837a0a2
DB
69512000-03-22 Daniel Berlin <dan@cgsoftware.com>
6952
6953 * gdb.texinfo: Add documentation for the apropos command.
6954
bba2971c
MS
69552000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6956
6957 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
6958
2b628194
MS
69592000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
6960
a9331b3f 6961 * gdb.texinfo: Add white space to prevent overprinting in
2b628194
MS
6962 two places.
6963
96a2c332
SS
69642000-03-17 Stan Shebs <shebs@apple.com>
6965
6966 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
6967 <dima@Chg.RU>, also clarification of allowed content for
6968 string constants.
6969
f7dc1244 69702000-03-16 Eli Zaretskii <eliz@gnu.org>
d700128c
EZ
6971
6972 * gdb.texinfo (main menu): Add Annotations.
6973 (File Options): Add @cindex entries for each command-line option.
6974 Document --epoch, --annotate, --async, --interpreter, --write,
6975 --statistics, and --version.
6976
6977 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
6978 of GDB.
6979
9d233477
JB
69802000-02-23 Jim Blandy <jimb@redhat.com>
6981
6982 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
6983
14e0eb3b
JB
69842000-02-22 Jim Blandy <jimb@redhat.com>
6985
6986 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
6987
3555de01
JM
69882000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
6989
6990 * Makefile.in (diststuff): New target.
6991
5e35df8e
KB
69922000-02-15 Kevin Buettner <kevinb@redhat.com>
6993
6994 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 6995 architecture. [From Jim Wilson.]
5e35df8e 6996
c5394b80
JM
69972000-01-16 Tom Tromey <tromey@cygnus.com>
6998
6999 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
7000 (Delete Breaks): Mention range arguments.
7001 (Disabling): Likewise.
7002
c3f6f71d
JM
70032000-01-05 Dmitry Sivachenko <dima@Chg.RU>
7004
7005 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
7006
c4093a6a
JM
7007Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
7008
7009 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
889bf7c5 7010 valid functions.
c4093a6a 7011
11cf8741
JM
70121999-11-05 Stan Shebs <shebs@andros.cygnus.com>
7013
7014 * gdb.texinfo: Clarify regular expressions used in rbreak.
7015
917317f4
JM
70161999-10-15 Kevin Buettner <kevinb@cygnus.com>
7017
7018 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
7019 MEMORY_REMOVE_BREAKPOINT): Document.
7020
7021Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
7022
7023 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
889bf7c5 7024 offset re-using the DATA offset instead.
917317f4 7025
2df3850c
JM
70261999-10-11 Jim Kingdon <kingdon@redhat.com>
7027
7028 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
7029
70301999-10-05 Stan Shebs <shebs@andros.cygnus.com>
7031
7032 From Dmitry Sivachenko <demon@gpad.ac.ru>:
7033 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
7034 typos.
7035
7036 * gdb.texinfo: Various minor wording and formatting improvements,
7037 mentions of additional command-line options.
7038
2acceee2
JM
70391999-09-30 Fred Fish <fnf@cygnus.com>
7040
7041 * gdb.texinfo: Document additional forms of specifying section
7042 names and addresses for the add-symbol-file command.
7043
c2c6d25f
JM
70441999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
7045
7046 * gdbint.texinfo: Fix typo, add the word "have".
7047
70481999-09-14 Jim Blandy <jimb@cris.red-bean.com>
7049
7050 * gdbint.texinfo (Target Architecture Definition): Document the
7051 SKIP_PERMANENT_BREAKPOINT macro.
7052
d4f3574e
SS
70531999-09-07 Stan Shebs <shebs@andros.cygnus.com>
7054
7055 * gdb.texinfo: Fiks speling errers.
7056
7057 * gdb.texinfo: Fix uses of @multitable.
7058
f7dc1244 7059 From Eli Zaretskii <eliz@gnu.org>:
d4f3574e 7060 * gdb.texinfo: Include details specific to DOS host, clarify
889bf7c5 7061 some confusing language, fix @ref/@xref/@pxref usages, add
d4f3574e
SS
7062 comments about using with optimization, add more indexing,
7063 fix info about disassembly-flavor.
7064
7065Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
7066
7067 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
7068 SKIP_SOLIB_RESOLVER): Define.
7069
7070Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
7071
7072 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
889bf7c5 7073 ``g'' packets.
d4f3574e 7074
104c1213
JM
70751999-08-30 Stan Shebs <shebs@andros.cygnus.com>
7076
7077 * gdb.texinfo: Create a new "Configurations" chapter with
889bf7c5
PA
7078 platform-specific info, inline remote.texi and move sections of it
7079 into the new chapter, move bits about info proc, heuristic search,
104c1213
JM
7080 and register stack into the new chapter.
7081 * remote.texi: Remove, now part of gdb.texinfo.
7082 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
7083
70841999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
7085
7086 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
7087 GDB_TARGET_IS_MACH386): These kludges have gone away.
7088
7089Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
7090
7091 * gdbint.texinfo (Target Architecture Definition): Mention
889bf7c5 7092 TDEPLIBS.
104c1213 7093
53a5351d
JM
70941999-08-20 Stan Shebs <shebs@andros.cygnus.com>
7095
7096 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
7097 surrounding text to fit HP-UX bits into general info.
7098 (HPPA-cfg.texi): Remove, no longer useful.
7099
7100 * gdb.texinfo: Remove explicit links from @node lines, remove
7101 HP-added "Detailed Node Listing" from main menu which confuses
7102 things.
7103
7104 From Dmitry Sivachenko <dima@Chg.RU>:
7105 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
889bf7c5 7106 in description of `set environment'.
53a5351d
JM
7107
71081999-08-17 Stan Shebs <shebs@andros.cygnus.com>
7109
7110 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
7111
7be570e7
JM
71121999-08-12 Ben Elliston <bje@cygnus.com>
7113
7114 * gdbint.texinfo (Breakpoint Handling): Add missing words.
7115
f7dc1244 71161999-08-10 Eli Zaretskii <eliz@gnu.org>
7be570e7
JM
7117
7118 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
889bf7c5
PA
7119 watch, awatch, and rwatch. Explain why the latter two cannot be
7120 set as software watchpoints. Document that watchpoints for local
7121 variables are deleted when the debuggee terminates.
7be570e7
JM
7122
7123Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
7124
7125 * remote.texi (Protocol): Further clarification of the "qRcmd"
889bf7c5
PA
7126 packet. Allow E.. response packet. "qRcmd" packet is no longer
7127 reserved.
7be570e7
JM
7128
71291999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
7130
a9331b3f
RM
7131 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
7132 * gdb.texinfo: Ditto.
7be570e7 7133
96baa820
JM
71341999-08-06 Tom Tromey <tromey@cygnus.com>
7135
7136 * gdb.texinfo (KOD): New node.
7137
7138Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
7139
7140 * remote.texi (Rcmd): Fix minor formatting typos.
7141
7142Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
7143
7144 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
889bf7c5 7145 packets.
96baa820 7146
adf40b2e
JM
71471999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
7148
7149 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
7150 fixes.
7151
43ff13b4
JM
7152Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
7153
7154 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
7155
085dd6e6
JM
7156Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
7157
7158 * remote.texi (Communication Protocol): ``v'' is in use. Fix
889bf7c5
PA
7159 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
7160 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
7161 packets that are not supported on all hosts. Expand examples.
7162 Spell check.
085dd6e6
JM
7163
71641999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
7165
7166 * Makefile.in: Recognize html, install-html. Add targets
7167 to build HTML versions of documentation via texi2html.
7168
7169Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
7170
7171 * gdbint.texinfo (Testsuite): New chapter, information about the
889bf7c5 7172 testsuite.
085dd6e6
JM
7173
7174Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
7175
7176 * remote.texi (Communication Protocol): Rewrite.
7177
7178Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
7179
7180 * stabs.texinfo: Fix uses of xref.
7181
9e0b60a8
JM
7182Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
7183
7184 * gdbint.texinfo: Add an anti-printf exhortation, and update the
7185 info about patch submission.
7186
cce74817
JM
7187Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
7188
7189 From Per Bothner <bothner@cygnus.com>:
7190 * gdb.texinfo: Document Chill support.
7191
7192Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
7193
7194 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
889bf7c5
PA
7195 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
7196 Document that the value should be greater-than or equal-to zero.
7197 (NO_STD_REGS): Document. Deprecate.
cce74817 7198
ac9a91a7
JM
7199Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7200
7201 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
889bf7c5 7202 Document that these are not used.
ac9a91a7
JM
7203
7204Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7205
7206 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
7207
392a587b
JM
7208Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
7209
7210 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
889bf7c5 7211 numargs was dropped.
392a587b
JM
7212
7213Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
7214
7215 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
7216
b83266a0
SS
7217Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
7218
7219 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
889bf7c5 7220 Update.
b83266a0 7221
7a292a7a
SS
7222Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
7223
7224 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
7225 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
7226
7227Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
7228
7229 * gdbint.texinfo: Fix typos: $ -> @.
7230
7231Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
7232
7233 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
889bf7c5
PA
7234 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
7235 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
7236 BREAKPOINT_FROM_PC.
a9331b3f 7237
7a292a7a
SS
7238Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
7239
7240 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
889bf7c5 7241 CALL_DUMMY_STACK_ADJUST): Document.
7a292a7a
SS
7242
7243Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
7244
7245 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
889bf7c5 7246 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
7a292a7a
SS
7247
72481999-04-02 Stan Shebs <shebs@andros.cygnus.com>
7249
7250 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
7251 longer exists.
7252
7253Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
7254
7255 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
889bf7c5
PA
7256 nearly all @ifset/@ifclear conditionals; nobody uses them, and
7257 they make the manual source incomprehensible.
7a292a7a
SS
7258 * h8-cfg.texi: Remove, hasn't been used in years.
7259
c906108c
SS
7260Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
7261
7262 * gdb.texinfo: Update the credits.
7263
7264Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
7265
7266 * gdb.texinfo: Fix mistakes noticed in printout of last
7267 draft, add Alpha to discussion of heuristic fence post.
7268
7269Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
7270
7271 * gdb.texinfo, remote.texi: Many changes; update to Seventh
889bf7c5
PA
7272 Edition, merge some HP changes into mainline, describe some
7273 previously undocumented features, describe more of the target
7274 commands available, eliminate obsolete section on renamed
7275 commands.
c906108c
SS
7276 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
7277
7278Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
7279
7280 * gdb.texinfo: Make many HPPA conditionals unconditional,
7281 including catchpoint description, since now on for all configs.
7282 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
7283 specializations.
7284
7285Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
7286
7287 * Makefile.in (GDBvn.texi): Fix match expression to work with
7288 current format of VERSION in gdb/Makefile.in.
7289 * gdb.texinfo: Fix node ref to match new readline.
7290
7291Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
7292
a9331b3f
RM
7293 * gdb.texinfo: Changes made as part of a project to merge in
7294 changes made by HP. Documentation makes extensive use of
c906108c
SS
7295 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
7296 on remote debugging. There are differences in documentation
889bf7c5 7297 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
c906108c
SS
7298 the HP manual discusses catchpoints, hardware watchpoints, and
7299 some HPUX specific limitations for shared library support.
a9331b3f 7300
c906108c
SS
7301 There are also a number of @node changes.
7302
73031999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
7304
7305 * gdbint.texinfo (Formatting): Disambiguate a sentence.
7306 (C Usage): Same.
7307
7308Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
7309
7310 The following changes were made by Edith Epstein
889bf7c5
PA
7311 <eepstein@cygnus.com> as part of a project to merge in changes
7312 made by HP.
a9331b3f 7313
c906108c
SS
7314 * HPPA-cfg.texi: new file.
7315
7316 * all-cfg.texi: set HPPA for HP PA-RISC targets.
7317
7318 * refcard.tex: change documentation about catch.
7319 removed info catch.
7320
7321Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
7322
7323 * gdbint.texinfo: Expand on GDB's coding standards,
7324 specify the use of arg names with prototypes.
7325
73261998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
7327
7328 * gdb.texinfo: Fix tipo.
7329
7330Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
7331
7332 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
889bf7c5 7333 TARGET_BYTE_ORDER_SELECTABLE_P.
c906108c
SS
7334
7335Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
7336
7337 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
7338
73391998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
7340
7341 * agentexpr.texi: New file.
7342
7343Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
7344
7345 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
7346
73471998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
7348
7349 * remote.texi: Changed wording that implied that the GDB remote
7350 protocol caches register values instead of GDB itself.
7351
7352Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
7353
7354 * gdbint.texinfo: Add some info about symbol readers.
7355 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
7356 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
7357 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
7358 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
7359
7360Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
7361
a9331b3f 7362 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
c906108c
SS
7363
7364Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
7365
7366 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
7367
7368Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
7369
7370 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
889bf7c5 7371 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
c906108c
SS
7372
7373Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
7374
7375 * gdbint.texinfo: Fix minor typos.
7376
7377Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
7378
7379 * gdbint.texinfo: Complete overhaul. Group descriptions more
7380 logically, add more info on generic algorithms, remove much
7381 obsolete and/or wrong material.
7382
7383Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
7384
7385 * stabs.texinfo (Method Type Descriptor): Expand and correct.
7386
7387Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
7388
7389 * refcard.tex: Copyright, address updates.
7390
7391Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
7392
7393 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
7394 for the edition instead of confusing GDB-version-like numbers.
7395
7396Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
7397
7398 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
7399
7400Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
7401
5ae4183a 7402 * LRS: Reformat a bit to keep text under 80 columns.
c906108c
SS
7403
7404Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
7405
7406 * gdb.texinfo: Add some credits, mention bug monitor.
7407 * remote.texi: Mention mips monitor targets.
7408 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
a9331b3f 7409
c906108c
SS
7410Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
7411
7412 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
889bf7c5
PA
7413 files, finish sorting of host vs target vs native macros, describe
7414 some more of them.
c906108c
SS
7415
7416Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
7417
7418 * gdbint.texinfo (Host Conditionals): Document change from
7419 using NO_MMALLOC to it's inverse, USE_MMALLOC.
7420
7421Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
7422
7423 * gdbint.texinfo (Host Conditionals): Document
889bf7c5 7424 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
c906108c
SS
7425
7426Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
7427
7428 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
7429 Document LSEEK_NOT_LINEAR.
7430
7431Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
7432
7433 * stabs.texinfo (Stab Section Basics): Make it clear that only
7434 some versions of the GNU linker remove the leading N_UNDF symbol.
7435
7436Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
7437
7438 * stabs.texinfo (String Field): Document type number pairs here,
7439 instead of in the Sun specific section.
7440 (Include Files): The GNU linker supports the N_BINCL
7441 optimization. Clarify the N_BINCL value, and what it is used
7442 for.
7443 (Procedures): Document N_FUN with an empty string to mark the end
7444 of a function.
7445 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
7446 (Sun Differences): Remove this node, as the information is now
7447 elsewhere in the main document.
7448 (Stab Section Basics): Mention that the GNU linker may optimize
7449 stabs and remove the leading N_UNDF symbol.
7450
7451Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
7452
7453 * gdb.texinfo, refcard.tex: Restore author credit
7454
7455Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
7456
7457 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
7458 documentation to account for START and END macros taking
7459 one arg.
7460
7461Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
7462
7463 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
7464 * gdb.texinfo (Frames): Fix typo.
7465
7466Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
7467
7468 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
7469 a target_signal as arg type, not a pid.
7470
7471Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
7472
7473 * gdb.texinfo: Document `set assembly-language'.
7474
7475Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
7476
7477 * remote.texi: Update list of stubs in the GDB distribution.
7478
7479Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
7480
7481 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
889bf7c5
PA
7482 Also document that some systems can use mmalloc but must define
7483 this if their C runtime allocates memory that is later freed.
c906108c 7484 (MMCHECK_FORCE): Document new macro.
a9331b3f 7485
c906108c
SS
7486Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
7487
7488 * remote.texi: Add documentation for target Sparclet.
7489
7490Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7491
a9331b3f 7492 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
c906108c
SS
7493 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
7494 * configure.in: Rewritten for autoconf.
7495 * configure: New.
7496
7497Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
7498
7499 * Makefile.in (DVIPS): New define, set to dvips.
7500 (dvi): Add stabs.dvi.
7501 (ps): New target.
7502 (all-doc): Depend on info, dvi, and ps targets.
7503 (STAGESTUFF): Add *.ps and *.dvi files.
7504 (clean-info, clean-dvi): Remove.
7505 (mostlyclean): Does not depend upon clean-info or clean-dvi,
7506 rules completely rewritten.
7507 (maintainer-clean): Remove clean-info and clean-dvi
7508 dependencies and put their actions in the rules.
7509 (gdb.ps): New target
a9331b3f 7510 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
c906108c
SS
7511 intermediate TeX files, whether they have 2 or 3 character
7512 extensions.
7513 (gdbint.ps): Add target and rules.
7514 (gdb-internals): Delete unused target.
7515 (Makefile): Depends upon config.status also.
7516
7517Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
7518
7519 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
7520 set.
7521
7522Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
7523
7524 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7525 * gdb.texinfo (Expressions): Fix erroneous array constant example.
7526
7527Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
7528
7529 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
7530
7531Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7532
7533 * gdb.texinfo (Print settings): Document
7534 `set/show print static-members' commands.
7535
7536Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
7537
7538 * gdbint.texinfo (Native): Document name change, coredep.c to
7539 core-aout.c.
7540
7541Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
7542
7543 * stabs.texinfo (Include Files): Document the values the SunOS4
7544 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
7545
7546Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
7547
7548 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
7549 Fix typo.
7550
7551Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
7552
7553 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
7554 "gdb.tar.Z".
7555
7556Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
7557
7558 * Makefile.in (maintainer-clean): New target, synonym for
7559 realclean.
7560
7561Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
7562
7563 * Update all FSF addresses except those in COPYING* files.
7564
7565Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7566
7567 From Richard Earnshaw (rearnsha@armltd.co.uk):
7568 * gdb.texinfo (convenience variables): Document $_exitcode.
7569 (quit): Document optional expression to use as exit code.
7570
7571Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
7572
7573 * gdb.texinfo, remote.texi: Brought up to date with various
7574 GDB changes.
7575
7576Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
7577
7578 * gdb.texinfo: Update dates and versions, fix comments about
7579 hardware watchpoints in future releases and about the
7580 sharedlibrary command.
7581
7582Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7583
7584 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
7585 C_FUN stab. Other cleanups.
7586
7587Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7588
7589 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
7590 for the sparc stub.
7591
7592Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7593
7594 * annotate.texi: Clarify which addresses have differing formats
7595 depending on the language and which do not.
7596
7597Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7598
7599 * remote.texi (NetWare): Changed example to use BOARD= instead of
7600 NODE= argument to reflect correspoding change to gdbserve.nlm.
7601
7602Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7603
7604 * stabs.texinfo (Negative Type Numbers): Mention the fact that
7605 GDB, as well as AIX dbx, supports the size type attribute.
7606
7607Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7608
7609 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
7610
7611Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
7612
7613 * gdb.texinfo (Define): Document $arg0... arguments to commands,
7614 and new 'if' and 'while' commands.
7615
7616Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
7617
7618 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
7619
7620Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7621
7622 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
7623 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
7624 NetWare targets. Mostly stolen from the Server node.
7625
7626Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7627
7628 * gdb.texinfo (Setting): Talk about the language of a source file
7629 versus the working language. The old documentation did not match
7630 what GDB did.
7631
7632Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7633
7634 * stabs.texinfo (Source Files): Document N_SO used to mark the end
7635 of a source file.
7636
7637Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7638
7639 * gdb.texinfo (Processes): New node.
7640
7641Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
7642
7643 * remote.texi: Update documentation of set/show mipsfpu.
7644
3fc11d3e
JM
7645Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
7646
7647 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
7648 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
7649
7650Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
7651
7652 * gdbint.texinfo: Removed mentions of some incorrectly placed and
7653 obsolete conditionals, described some others.
7654
7655Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7656
7657 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
7658 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
7659
7660Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
7661
7662 * gdbint.texinfo: Put regex conditionals in their own table.
7663
7664Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7665
7666 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
7667 described or fixed the descriptions of many others.
7668
7669Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
7670
7671 * gdb.texinfo: Add some more credits.
7672 * gdbint.texinfo: Capitalize GDB consistently, describe some
7673 macros and remove some.
7674
7675Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
7676
7677 * gdbint.texinfo: Removed mentions of many incorrectly placed and
7678 obsolete conditionals, described some others.
7679
7680Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7681
7682 * gdb.texinfo (help targets): Changed to `help target', which
7683 is the correct gdb command.
7684
7685Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7686
7687 * annotate.texi (TODO): New node, for keeping track of annotations
7688 suggested but not yet implemented.
7689
7690Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7691
7692 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
7693 another symbol, it is not the address itself.
7694
7695Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
7696
7697 * stabs.texinfo (Stab Section Basics): Add comment about alignment
7698 of stabs-in-coff sections.
7699
7700Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7701
7702 * annotate.texi: Change edition to 0.5 and date to May 1994.
7703 Add index.
7704 (Frames): New node, for frame annotation.
7705 (Displays): New node, for display annotation.
7706
7707 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
7708 when waiting for your program to stop.
7709
7710Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7711
7712 * annotate.texi (Breakpoint Info): Document annotation of header
7713 fields and record annotation.
7714
7715Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7716
7717 * annotate.texi: New file, to document annotations.
7718
7719Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7720
7721 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
7722 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
7723
7724Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7725
7726 * stabs.texinfo (Stab Section Basics): Say what is in .stab
7727 section, and say n_strx field is compilation unit relative.
7728 * stabs.texinfo: Don't use @code for a.out when it is the name of
7729 an object file format.
7730
7731Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7732
7733 * gdb.texinfo: Refer to file names, not path names, per rms
7734 convention.
7735 (Arguments): Fix typo.
7736
7737Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7738
7739 * stabs.texinfo (Global Variables): Talk about stabs in files
7740 where variables are referenced, but not defined.
7741
7742Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7743
7744 * stabs.texinfo: Move stuff on @ and # type descriptors from node
7745 Cplusplus to new nodes Member Type Descriptor and Method Type
7746 Descriptor. Re-write stuff for #.
7747
7748Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7749
7750 * gdb.texinfo (Print Settings): Don't document "set print
7751 fast-symbolic-addr off". The bug which it worked around was fixed
7752 on 25 Feb 94 in coffread.c, so I'm nuking the command.
7753
7754 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
7755 N_ENTRY node.
7756
7757 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
7758
7759Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7760
7761 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
7762 references to ieee-float.c.
7763
7764Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7765
7766 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
7767 match what the code actually does.
7768
7769Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7770
7771 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
7772
7773Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7774
7775 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
7776 i, and b.
7777
7778Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
7779
7780 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
7781 well as for ELF and SOM. Unify the descriptions of ELF and SOM
7782 as "stabs in sections" rather than just saying "ELF and SOM".
7783 Also make that stuff apply to COFF.
7784
7785Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7786
7787 * gdb.texinfo (Formatting Documentation): Change GhostScript to
7788 Ghostscript.
7789
7790Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7791
7792 * gdb.texinfo (Continuing and Stepping): When talking about "step"
7793 versus functions without line numbers, also mention stepping into
7794 them as well as "step" when you are in them. Tell the user how to
7795 deal with the situation. Add comment about "debugging information".
7796
7797Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7798
7799 * stabs.texinfo (Enumerations): Document restriction on where
7800 enumeration types can appear and still win with GDB.
7801
7802Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7803
7804 * stabs.texinfo (Negative Type Numbers): Document format for type
7805 -16.
7806
7807Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7808
7809 * gdb.texinfo (Selection, Frame Info): Update information about
7810 arbitrary frame specficiations.
7811
7812Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
7813
7814 * gdb.texinfo, remote.texi: general editing pass prior to Net release
7815
7816Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7817
7818 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
7819
7820Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
7821
7822 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
7823
7824Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7825
7826 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
7827 Differences node to Statics node.
7828 (Statics): Discuss XCOFF use of V symbol descriptor.
7829
7830 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
7831 not clean.
7832
7833Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
7834
7835 * gdb.texinfo (Print Settings): Document `set print
7836 fast-symbolic-addr' and improve the doc for some other
7837 `set print's.
7838
7839Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7840
7841 * stabs.texinfo (String Field): Talk about defining several type
7842 numbers at once.
7843 Fix lint regarding changing node ELF Transformations to
7844 ELF and SOM Transformations.
7845
7846Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
7847
7848 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
7849
7850Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7851
7852 * stabs.texinfo (Cross-References): `::' is for nested types only
7853 within <>.
7854 (Structures): Document static members.
7855
7856Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7857
7858 * stabs.texinfo: Document S type attribute.
7859
7860Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
7861
7862 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
7863
7864Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
7865
7866 * gdbint.texinfo: Fix a few typos.
7867
7868Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7869
7870 * gdb.texinfo, remote.texi: formatting improvements
7871
7872 * gdb.texinfo (New Features): mention threads.
7873 (Summary, C): fix xrefs in newly contributed text.
7874 (Threads): index entries, clarifications, example
7875 (passim): minor typos fixed, phrasing improvements
7876
7877 * remote.texi (Bootstrapping): rephrase text on ^C and add index
7878 entries; (Server): explain use of gdbserver w/real-time systems,
7879 add example of conflicting TCP port; (MIPS Remote) break up
7880 running text into table, highlighting commands, and add example.
a9331b3f 7881
c906108c
SS
7882Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7883
7884 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
7885
7886Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7887
7888 * stabs.texinfo (Nested Symbols): New node.
7889 (String Field, Symbol Descriptors, Cross-References): Refer to it.
7890
7891Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7892
7893 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
7894 to picking which Bbss.bss symbol to use, and (because there seems to
7895 be no good way of doing it) re-write some of the text to make it
7896 sound like Bbss.bss isn't such a great idea after all (as currently
7897 designed).
7898
7899 * gdb.texinfo (C): In addition to saying people have to use g++ for
7900 good results, say they have to use stabs. Specifically say cfront
7901 doesn't work well.
7902 (Summary): Merge in information on Modula-2, Pascal, and Chill from
7903 the gdb README. Add xrefs to places where the support for the various
7904 languages is described in detail.
7905
7906Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7907
7908 * stabs.texinfo: Clean up stuff about visibility and virtual
7909 characters.
7910
7911 * stabs.texinfo (N_M2C): Cite Sun doc.
7912
7913Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7914
7915 * gdb.texinfo: updates re threads.
7916 * remote.texinfo: avoid index entries starting with digits.
7917
7918Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7919
7920 * stabs.texinfo (Enumerations): Talk about large, negative and
7921 octal values. Clean up cross reference to type attributes.
7922 (String Field): Say that GDB 4.11 supports size attribute.
7923
7924Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7925
7926 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
7927 is a mandatory step. Make the stuff about that more concise.
7928
7929Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7930
7931 * stabs.texinfo (Class Names): New node.
7932
7933 * gdb.texinfo (Command Files): Explain order of init file reading.
7934
7935 * remote.texi (Bootstrapping): Talk about getting the serial driver
7936 to deal with ^C sent by gdb to stop the remote system.
7937
7938Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
7939
7940 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
7941
7942 * libgdb.texinfo (Defining Commands): made the DOC arg
7943 to gdb_define_app_command a char * instead of char **
7944 per a suggestion from kingdon.
7945
7946 * libgdb.texinfo: total rewrite from a different starting
7947 premise.
7948
7949Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7950
7951 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
7952 floats passed as doubles (to improve clarity).
7953
7954Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7955
7956 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
7957
7958 * a4rc.sed: update to work with Andreas Vogel papersize params
7959
7960 * refcard.tex: use Andreas Vogel simplifications of papersize
7961 params; remove useless version info; update copyright date.
7962
7963Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7964
7965 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
7966
7967Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7968
7969 * gdb.texinfo (Files): Say what address the load command loads it at.
7970
7971 * stabs.texinfo (Common Blocks): Minor cleanups.
7972
7973 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
7974 that Sun has backed away from the linker kludge and thus the relevant
7975 issue is changes to the SunPRO tools, not the Solaris linker.
7976
7977 * stabs.texinfo (Traditional Integer Types): Clean up description
7978 of octal bounds a little bit. Document extra leading zeroes.
7979
7980Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7981
7982 * gdb.texinfo (Signaling): Update for symbolic symbol names
7983 and add a section explaining the difference between the GDB
7984 signal command and the shell kill utility.
7985
7986Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
7987
7988 * libgdb.texinfo: added `@' to braces that were unescaped.
7989
7990Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
7991
7992 * libgdb.texinfo: new file. Spec for the gdb library.
7993
7994Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7995
7996 * stabs.texinfo (Include Files): Fix typo (start -> end).
7997
7998Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
7999
8000 * gdb.texinfo, remote.texi: assorted small improvements, mostly
8001 from Melissa at FSF's editing pass.
8002
8003Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8004
8005 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
8006 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
8007 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
8008
8009Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8010
8011 * remote.texi (Bootstrapping): Discuss 386 call gates.
8012
8013Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8014
8015 * stabs.texinfo (Based Variables): New node.
8016
8017Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8018
8019 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
8020 names, sizes, and formats to suggest how not to lose.
8021
8022Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8023
8024 * stabs.texinfo (Methods): Fix typo.
8025
8026Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8027
8028 * gdb.texinfo: Fix a few typos.
8029
8030Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8031
8032 * gdb.texinfo: Clarify how well it works with Fortran.
8033
8034 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
8035 More on relocating stabs in ELF files.
8036
8037Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8038
8039 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
8040
8041Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8042
8043 * stabs.texinfo (Local Variable Parameters): Talk about nameless
8044 parameters on VAX.
8045
8046Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8047
8048 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
8049
8050Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8051
8052 * stabs.texinfo: Make info author notice match the TeX author notice.
8053
8054Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
8055
8056 * stabs.texinfo: Initial-caps all words in node names and
8057 non-trivial words in section names.
8058
8059Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8060
8061 * stabs.texinfo: Many minor cleanups.
8062
8063 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
8064
8065Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
8066
8067 * stabs.texinfo: Remove full description of big example.
8068 It's not really helpful; just use pieces of it where appropriate.
8069 Add more Texinfo formatting directives (@samp, etc.).
8070 Use @deffn to define stab types.
8071 Eliminate some wordiness. Break up some nodes.
8072 Add an (alphabetized) index of symbol types.
8073 Use consistent capitalization style in node and section names.
8074
8075Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
8076
8077 * gdb.texinfo: Change typo "Two two" to "The two".
8078
8079Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8080
8081 * stabs.texinfo (XCOFF-differences): Remove references to
8082 non-existent types N_DECL and N_RPSYM.
8083
8084 * stabs.texinfo (String Field): Say that type attributes bug is
8085 fixed in GDB 4.10, since it is.
8086
8087 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
8088
8089Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
8090
8091 * stabs.texinfo: Formatting cleanups.
8092
8093Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8094
8095 * stabs.texinfo: When explaining the n_type of a stab, standardize
8096 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
8097 no tabs, use @r).
8098 (Global Variables): Clean up.
8099
8100Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8101
8102 * stabs.texinfo (Stack Variables): Re-write.
8103
8104Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8105
8106 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
8107 addresses of a source file. Also revise formatting.
8108 Change "object module" or "object file" to "source file".
8109 Various: Miscellaneous cleanups.
8110
8111Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8112
8113 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
8114
8115Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
8116
8117 * gdbint.texinfo: Removed many nonsensical machine-collected
8118 host and target conditionals, described some of the remainder.
8119
8120Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8121
8122 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
8123
8124 * gdbint.texinfo (Top): Add name to @top line, and re-write the
8125 paragraph which follows.
8126
8127 * gdbint.texinfo (Host): Use @code not @samp for Makefile
8128 variables. Looks better and avoids overful hbox.
8129
8130Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8131
8132 * stabs.texinfo (Procedures): Improve stuff on nested functions.
8133
8134Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8135
8136 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
8137 retransmit-timeout
8138
8139Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8140
8141 * gdbint.texinfo: Update statement about `some ancient Unix
8142 systems, like Ultrix 4.0' to Ultrix 4.2.
8143
8144Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
8145
8146 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
8147
8148 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
8149
8150 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
8151 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
8152
8153 * remote.texi: new name for former gdbinv-s.texi
8154
8155 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
8156
8157Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
8158
8159 * gdbinv-s.texi: Documented timeout and retransmit-timeout
8160 variables for MIPS remote debugging protocol.
8161
8162Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8163
8164 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
8165
8166Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8167
8168 * Makefile.in (refcard.dvi): Use srcdir where necessary.
8169
8170Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
8171
8172 * gdb.texinfo: repair conditional bugs in text markup
8173
8174Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8175
8176 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
8177 to select Modula-2 material.
8178
8179Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8180
8181 * stabs.texinfo: Cleanups regarding statics.
8182
8183 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
8184 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
8185
8186Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8187
8188 * stabs.texinfo: N_MAIN is sometimes used for C.
8189
8190Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8191
8192 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
8193
8194Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
8195
8196 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
a9331b3f 8197 removed from the code by Kingdon.
c906108c
SS
8198
8199Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8200
8201 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
8202 input when evaluating breakpoint conditions; the bug has been fixed.
8203
8204 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
8205 sets the ignore count to N-1, not to N.
8206
8207Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8208
8209 * refcard.tex (\hoffset): correct longstanding error to match
8210 intended offset; avoids cutting off edge on some printers
8211
8212Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8213
8214 * stabs.texinfo (Parameters): Say that order of stabs is significant.
8215
8216Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8217
8218 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
8219
8220Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8221
8222 * Makefile.in: (REFEDITS) new var to control whether PS or CM
8223 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
8224 collect sed edits if any, apply to refcard before formatting;
8225 (refcard.ps) stop implying PS fonts if PS output requested;
8226 (lrefcard.ps) delete extra target for variant PS fonts
8227
8228 * refcard.tex: parametrize papersize dependent info, collect
8229 in easily replaced spot
8230
8231 * a4rc.sed: new file, edits to refcard for A4 paper
8232
8233Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8234
8235 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
8236
8237Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8238
8239 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
8240
8241Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8242
8243 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
8244 politely rather than rudely.
8245
8246Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8247
8248 * stabs.texinfo: Document common blocks.
8249
8250Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
8251
8252 * stabs.texinfo: Add some basic info about stabs-in-elf.
8253
8254Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8255
8256 * stabs.texinfo (Top): Minor cleanup.
8257
8258Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
8259
8260 * Makefile.in (install-info): remove parentdir support
8261
8262Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8263
8264 * gdb.texinfo (Copying): delete this node and references to it;
8265 RMS says this manual need not carry GPL. (passim): Improvements
8266 from last round at FSF, largely due to Ian Taylor review, and
8267 minor formatting improvements.
8268
8269 * gdbinv-s.texi (passim): Improvements from last round at FSF,
8270 largely due to Ian Taylor review. (Debug Session): minor edits to
8271 new text.
8272
8273Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
8274
8275 * Makefile.in (realclean): Remove info and dvi files too.
8276
8277Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
8278
8279 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
8280 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
8281 * gdb.texinfo: Change accordingly.
8282
8283 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
8284 N_{L,R}BRAC,N_SLINE are relative to.
8285
8286Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
8287
8288 * Makefile.in (GDBvn.texi): Update atomically.
8289
8290Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
8291
8292 * gdbinv-s.texi (Debug Session): Document exceptionHook.
8293
8294Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
8295
8296 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
8297 addresses together. Also motivate the set print symbol-filename
8298 command and suggest other solutions.
8299
8300Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
8301
8302 * gdb.texinfo (set print elements): Note that the number of
8303 elements is set to unlimited by "set print elements 0".
8304
8305Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
8306
8307 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
8308 NF_LDOUBLE means.
8309 (Stab Types): Include Solaris stab types.
8310 (Procedures): Document Solaris extensions.
8311
8312Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8313
8314 * gdb.texinfo: Add `set print symbol-filename' doc.
8315
8316Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8317
8318 * stabs.texinfo (Arrays): Talk about type definition vs. type
8319 information.
8320
8321 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
8322 the trailing semicolon.
8323
8324Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8325
8326 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
8327 and merge in other parts of the document addressing these subjects.
8328 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
8329
8330 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
8331 at the end of a range type.
8332
8333 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
8334 AIX extensions.
8335
8336Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8337
8338 * stabs.texinfo (Stabs Format): Misc fixes.
8339
8340Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8341
8342 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
8343 (Traditional builtin types): Document convex convention for long long.
8344 (Negative builtin types): Discuss type names, and misc fixes.
8345
8346Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8347
8348 * stabs.texinfo (Builtin Type Descriptors): Document the floating
8349 point types used with @samp{R} type descriptor.
8350 (Symbol Descriptors): Describe how to handle conflict between
8351 different meanings of @samp{P} symbol descriptor.
8352
8353Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8354
8355 * stabs.texinfo: Remove node Quick Reference and put its children
8356 directly under the main menu.
8357
8358 * stabs.texinfo: Many more changes to bring it into line with
8359 AIX documentation and reality. I think it now has all the
8360 information from the AIX documentation, except that I burned
8361 out when I got to variant records (Pascal and Modula-2) and
8362 all the COBOL types. Oh well, we can add them later when we're
8363 worrying more about those languages.
8364
8365 * stabs.texinfo (Automatic variables): Talk about what it means
8366 to omit the symbol descriptor.
8367
8368Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8369
8370 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
8371 gcc2 behavior with promoted args.
8372
8373Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8374
8375 * gdb.texinfo: include readline appendices in info version of manual
8376
8377Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8378
8379 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
8380 target remote.
8381
8382 * gdb.texinfo (Machine Code): more index entries for disassemble
8383
8384Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
8385
8386 * Clarify the intended use of the gdb-testers and gdb-patches
8387 mailing lists, and shrink gzip comment.
8388
8389Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8390
8391 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
8392 DOSHOST configuration of manual.
8393
8394 * gdb.texinfo (MIPS Stack): new node.
8395
8396 * all-config.texi (MIPS) new switch.
8397
8398 * gdbinv-s.texi (Nindy Options) Remove two instances of future
8399 tense; (MIPS Remote) new node.
8400
8401 * gdb.texinfo (passim) rephrases to work around makeinfo @value
8402 bug; (Environment) less passive, other small cleanups in text about
8403 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
8404 (Remote) new MIPS Remote menu entry.
8405
8406Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
8407
8408 * stabs.texinfo: Many changes to include information from the
8409 AIX documentation.
8410
8411 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
8412
8413Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
8414
8415 * gdbint.texinfo (new node Debugging GDB, elsewhere):
8416 Move a bunch of information from ../README.
8417 (Getting Started): New node.
8418
8419Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8420
8421 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
8422
8423 * gdb.texinfo: advance manual revision dates to present
8424
8425 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
8426 stop using silly Roman numerals in @set variable names
8427
8428Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
8429
8430 * stabs.texinfo (Parameters): Keep trying to get this right.
8431
8432Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
8433
8434 * stabs.texinfo (Parameters): More on "local parameters".
8435
8436Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
8437
8438 * stabs.texinfo (Parameters): Re-do "local parameters" section.
8439
8440Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
8441
8442 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
8443 (Parameters): Rewrite.
8444 (xcoff-differences, Sun-differences): Minor changes.
8445
8446Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
8447
8448 * stabs.texinfo: Minor cleanup.
8449
8450Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
8451
8452 * gdbint.texinfo: Minor xcoff stuff.
8453
8454Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
8455
8456 * gdbint.texinfo: Update for new config directory structure.
8457 Add info about internal type data structures.
8458
8459Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
8460
8461 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
8462 $(srcdir).
8463 (gdb-config.texi): Depend on file in $(srcdir).
8464
8465Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
8466
8467 * stabs.texinfo: Fixes about N_SO.
8468
8469Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8470
8471 * gdb.texinfo: include list of nonstandard init file names
8472
8473 * *-config.texi: new switch GENERIC for text that applies *only*
8474 to (usual) multiple-target version of manual
8475
8476 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
8477 h8 config
8478
8479 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
8480 in menus (rather than conditionally selected multiple alternative
8481 menus).
8482
8483 * Makefile.in: define and use DOC_CONFIG var to select
8484 configuration for GDB user manual.
8485
8486 * gdb-config.texi: delete from repository, generate from Makefile.
8487
8488 * all-config.texi: normal `generic' configuration file, formerly
8489 stored as gdb-config.texi
8490
8491Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
8492
8493 * Makefile.in: add dvi target to build all .dvi files
8494
8495Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8496
8497 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
8498
8499Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
8500
8501 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
8502 host conditionals.
8503 * stabs.texinfo: More array fixes inspired by Jim's.
8504
8505Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
8506
8507 * stabs.texinfo: Fixes re arrays and continuations.
8508
8509 * gdbint.texinfo: Add XCOFF node.
8510
8511Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
8512
8513 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
8514
8515Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
8516
8517 * stabs.texinfo: Fix for array types to mention lower bounds.
8518
8519Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
8520
8521 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
8522
8523Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
8524
8525 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
8526
8527Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
8528
8529 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
8530 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
8531
8532Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
8533
8534 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
8535
8536Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8537
8538 * gdb.texinfo, gdbinv-s.texi: misc updates
8539
8540Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
8541
8542 * gdbint.texinfo: Brief documentation for longjmp support,
8543 from an email msg by Stu.
8544
8545Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
8546
8547 * stabs.texinfo: Fix description of floating point "range"
8548 types (which really define basic types). Reported by Jim Meehan,
8549 <meehan@src.dec.com>.
8550
8551 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
8552
8553Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
8554
8555 * gdbint.texinfo: Slightly expand section on supporting a new
8556 object file format.
8557
8558Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
8559
8560 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
8561 intermediate file.
8562
8563Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8564
8565 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
8566
8567Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
8568
8569 * gdbinv-s.texi: z8000 simulator target name is just "sim"
8570
8571 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
8572 as well as Z8002.
8573
8574Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
8575
8576 * gdbint.texinfo: Add sections on clean design and on how to send
8577 in changes.
8578
8579Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
8580
8581 * gdbint.texinfo: Add how to declare the result of make_cleanup.
8582
8583Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
8584
8585 * gdb.texinfo: Fix typo, reported by Karl Berry.
8586
8587Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
8588
8589 * gdb.texinfo: Add opcodes dir to GDB distribution description.
8590
8591Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8592
8593 * gdbint.texinfo: fixed a stray email address (needs @@),
8594 added @table @code to node "Native Conditionals"
8595
8596Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
8597
8598 * gdbint.texinfo: Describe coding style of GDB.
8599
8600Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
8601
8602 * stabs.texinfo: Minor wording changes.
8603
8604Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
8605
8606 * gdbint.texinfo: Improve release doc slightly.
8607
8608Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
8609
8610 * gdbint.texinfo: Improve doc of GDB config macros.
8611
8612Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
8613
8614 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
8615 These will be reinserted when examined.
8616
8617Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
8618
8619 * gdbint.texinfo: Make a start at documenting all the #if macros
8620 in GDB. At least list them all, and start separating them into
8621 host-specific and target-specific.
8622
8623Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8624
8625 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
a9331b3f 8626 examples (not consistent w others).
c906108c
SS
8627 gdb.texinfo: issue disclaimer paragraph on cmdline options only
8628 for generic vn of doc
8629
8630Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
8631
8632 * Makefile.in: always create installation directories.
8633
8634Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8635
8636 * gdb.texinfo: in h8 config, do not describe searching commands.
8637
8638Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8639
8640 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
8641 conditionals; introduce a few generic switches that may be
8642 useful for other cross-dev or dos-hosted configs.
8643
8644 * gdb.texinfo: fix typo in "info reg" description
8645
8646Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
8647
8648 * stabs.texinfo: Minor updates from running TeX over it.
8649 * Makefile.in (stabs.dvi, stabs.ps): Add.
8650
8651Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
8652
8653 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
8654 First pass at converting it to texinfo.
8655
8656Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
8657
8658 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
8659 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
8660
8661Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
8662
8663 * gdbint.texinfo: Add section on partial symbol tables.
8664
8665Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
8666
8667 * gdb.texinfo: document `set remotedebug' and `set
8668 rstack_high_address'.
8669
8670Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
8671
8672 * gdb.texinfo: slight expansion of new text on reading info files
8673 * gdbinv-s.m4.in: correct and expand info on cross-debugging
8674 H8/300 from DOS.
8675
8676Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
8677
8678 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
8679
8680Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
8681
8682 * gdb.texinfo: Say how to read the `info' files.
8683
8684Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
8685
8686 * Makefile.in: gm4 -> m4.
8687
8688Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
8689
8690 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
8691 Documentation' ahead of `Installing GDB' to match README.
8692 Update shared library doc, -readnow and -mapped, and directory
a9331b3f 8693 structure (add glob and mmalloc). Update configure doc.
c906108c
SS
8694
8695Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
8696
8697 * Makefile.in: remove $(srcdir) from gdb.info rule.
8698
8699Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
8700
8701 * Makefile.in: commented out gdb-all.texinfo rule. This is
8702 temporary.
8703
8704Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
8705
8706 * Makefile.in, configure.in: removed traces of namesubdir,
8707 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
8708 copyrights to '92, changed some from Cygnus to FSF.
8709
8710Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
8711
8712 * gdb.texinfo: Improve how we ask for bug reports.
8713
8714Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8715
8716 * Makefile.in: infodir belongs in datadir.
8717
8718Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8719
8720 * Makefile.in: remove spaces following hyphens, bsd make can't
8721 cope. install using INSTALL_DATA. added clean-info. added
a9331b3f 8722 standards.text support.
c906108c
SS
8723
8724Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
8725
8726 * Makefile.in: idestdir and ddestdir go away. Added copyrights
8727 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
8728 and mandir now keyed off datadir by default.
8729
8730\f
8731Local Variables:
9e9c5ae7 8732mode: change-log
c906108c
SS
8733left-margin: 8
8734fill-column: 74
8735version-control: never
8736End:
This page took 1.313576 seconds and 4 git commands to generate.